Switch to DuckDuckGo Search
   May 24, 2017  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:10:52] *** LCPolan <LCPolan!~textual@208.185.168.99> has quit IRC (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
[00:12:56] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Ping timeout: 246 seconds)
[00:13:02] *** mpozdnyakov <mpozdnyakov!~mikhail@134.134.139.72> has quit IRC (Ping timeout: 240 seconds)
[00:17:42] <M6HZ> #18 0x5641b64ac4d4 ChromeMain
[00:17:43] <M6HZ> #19 0x7f791d697511 __libc_start_main
[00:17:43] <M6HZ> #20 0x5641b64ac36a _start
[00:17:43] <M6HZ> r8: 0000000000000000 r9: 00000000935ddd43 r10: 0000000000000000 r11: 0000000000000246
[00:17:44] <M6HZ> r12: 000000000000000e r13: 00000000935ddd43 r14: 0000000000800000 r15: 0000000000000000
[00:17:46] <M6HZ> di: 0000000000000000 si: 0000000000000000 bp: 00007f790d870000 bx: 0000349c929bec80
[00:17:48] <M6HZ> dx: 00007f790d870000 ax: 0000000000000000 cx: 0000000000000000 sp: 00007ffc976d1510
[00:17:50] <M6HZ> ip: 00005641b7eb0b20 efl: 0000000000010246 cgf: 002b000000000033 erf: 0000000000000007
[00:17:52] <M6HZ> trp: 000000000000000e msk: 0000000000000000 cr2: 00007f790d870000
[00:17:54] <M6HZ> [end of stack trace]
[00:17:58] <M6HZ> Calling _exit(1). Core file will not be generated.
[00:19:50] <M6HZ> .
[00:20:07] <M6HZ> Here is the tail of a strace
[00:21:01] <M6HZ> rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
[00:21:01] <M6HZ> rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [BUS], 8) = 0
[00:21:01] <M6HZ> getpid() = 29492
[00:21:01] <M6HZ> gettid() = 29492
[00:21:01] <M6HZ> tgkill(29492, 29492, SIGABRT) = 0
[00:21:02] <M6HZ> rt_sigprocmask(SIG_SETMASK, [BUS], NULL, 8) = 0
[00:21:06] <M6HZ> +++ killed by SIGABRT (core dumped) +++
[00:21:40] <leiz> M6HZ: a) It might be helpful to explain what you are trying to do.
[00:21:55] <leiz> M6HZ: b) Without debugging symbols, all of the above is mostly gibberish.
[00:21:57] <M6HZ> just try to start chromium after a crash
[00:23:08] <M6HZ> I get these errors just by typing: chromium in my terminal
[00:23:31] <leiz> Did you build Chromium yourself or is it from your Linux distro's package?
[00:23:32] <M6HZ> ps -ef doesnt report any chromium process
[00:24:25] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has quit IRC (Remote host closed the connection)
[00:24:42] <M6HZ> leiz, it is the package found in the archlinux repository, version : 58.0.3029.110-1
[00:25:26] <M6HZ> I got a crash, maybe a segfault, and now I can't start chromium
[00:25:39] <leiz> M6HZ: Does Arch provide a debug package for Chromium?
[00:26:10] <leiz> M6HZ: If yes, install the debug package, run it in gdb and see where it's actually crashing.
[00:26:31] <leiz> If not, maybe the best thing you can do is enable logging and see if there's anything interesting that might give a hint as to what's going wrong. https://www.chromium.org/for-testers/enable-logging
[00:26:46] <leiz> Please use a pastebin-like tool and try not to paste too much into IRC.
[00:28:41] *** RT|Chatzilla <RT|Chatzilla!~rt@reactos/tester/RT> has joined #chromium
[00:29:26] <M6HZ> leiz, ok, I do not see a debug version in the repositories or in aur, so I guess I have to build it..
[00:29:47] <M6HZ> What can I do to be able to start chromium ?
[00:33:29] *** mcasas <mcasas!sid168197@gateway/web/irccloud.com/x-mtbvduttczzwnffb> has quit IRC (Read error: Connection reset by peer)
[00:33:45] *** dtapuska_ <dtapuska_!sid125911@gateway/web/irccloud.com/x-laihfowupqifhjde> has joined #chromium
[00:33:51] *** mcasas <mcasas!sid168197@gateway/web/irccloud.com/x-gquvptjiyibvwdbm> has joined #chromium
[00:34:24] *** nainar <nainar!sid168927@gateway/web/irccloud.com/x-gkyvelcwkulfqyfk> has quit IRC (Read error: Connection reset by peer)
[00:34:28] *** OliverMT <OliverMT!sid16701@gateway/web/irccloud.com/x-hjhbjdnplhmyrfkr> has quit IRC (Ping timeout: 240 seconds)
[00:34:29] *** hugs___ <hugs___!sid4638@gateway/web/irccloud.com/x-zpzqidjismcrxrhp> has quit IRC (Read error: Connection reset by peer)
[00:34:39] *** nainar <nainar!sid168927@gateway/web/irccloud.com/x-vdibncjnromryurk> has joined #chromium
[00:34:46] <Torne> M6HZ: there's no way to tell what's going on from what you pasted; if there's more of the stack trace before that, put it in a pastebin and it might be intelligible
[00:34:48] *** Gunni <Gunni!~gunni@kjarni/gunni> has quit IRC (Ping timeout: 240 seconds)
[00:34:48] *** dtapuska <dtapuska!sid125911@gateway/web/irccloud.com/x-gusommrlwvbbvvoz> has quit IRC (Ping timeout: 240 seconds)
[00:34:48] *** dtapuska_ is now known as dtapuska
[00:34:55] *** hugs___ <hugs___!sid4638@gateway/web/irccloud.com/x-bjepirxcovfpkisj> has joined #chromium
[00:35:28] *** jclinton <jclinton!sid203731@gateway/web/irccloud.com/x-rcaqozgvmbsixiqq> has quit IRC (Ping timeout: 240 seconds)
[00:35:46] <M6HZ> Torne, ok, I will do that
[00:35:51] *** OliverMT <OliverMT!sid16701@gateway/web/irccloud.com/x-wdyistxygptzfvzq> has joined #chromium
[00:36:03] <M6HZ> It has started now, I don't know why.
[00:36:05] *** litherum <litherum!~litherum@17.202.139.214> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[00:36:48] *** aklein <aklein!sid4454@gateway/web/irccloud.com/x-yindvdnldmtxmkrb> has quit IRC (Ping timeout: 240 seconds)
[00:37:38] *** aklein <aklein!sid4454@gateway/web/irccloud.com/x-mjifzcmgcqcgvxsh> has joined #chromium
[00:39:19] *** litherum <litherum!~litherum@17.202.139.214> has joined #chromium
[00:40:35] *** Gunni <Gunni!~gunni@kjarni/gunni> has joined #chromium
[00:43:19] *** litherum <litherum!~litherum@17.202.139.214> has quit IRC (Client Quit)
[00:47:42] <M6HZ> https://pastebin.com/aypUPnEq
[00:48:12] *** Jesin <Jesin!~Jesin@pool-72-83-231-252.washdc.fios.verizon.net> has quit IRC (Quit: Leaving)
[00:52:38] *** esudyin_ <esudyin_!~esudyin@2607:fb90:bd9:6805:2b6a:ee98:299c:e84> has joined #chromium
[00:53:12] *** esudyin <esudyin!~esudyin@64.215.209.200> has quit IRC (Read error: Connection reset by peer)
[00:54:29] *** LCPolan <LCPolan!~textual@75.35.230.210> has joined #chromium
[00:54:41] *** esudyin <esudyin!~esudyin@64.215.209.200> has joined #chromium
[00:55:02] *** litherum <litherum!~litherum@17.202.139.214> has joined #chromium
[00:56:48] *** esudyin_ <esudyin_!~esudyin@2607:fb90:bd9:6805:2b6a:ee98:299c:e84> has quit IRC (Ping timeout: 240 seconds)
[00:57:17] *** Jesin <Jesin!~Jesin@pool-72-83-231-252.washdc.fios.verizon.net> has joined #chromium
[00:58:54] *** esudyin <esudyin!~esudyin@64.215.209.200> has quit IRC (Read error: Connection reset by peer)
[00:58:58] *** esudyin_ <esudyin_!~esudyin@64.215.209.200> has joined #chromium
[01:01:45] *** LCPolan <LCPolan!~textual@75.35.230.210> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[01:02:11] *** Martchus <Martchus!~martchus@dslb-188-105-096-125.188.105.pools.vodafone-ip.de> has quit IRC (Ping timeout: 268 seconds)
[01:02:46] *** Turla is now known as Captain_Beezay
[01:04:32] *** ashka <ashka!~postmaste@pdpc/supporter/active/ashka> has quit IRC (Ping timeout: 260 seconds)
[01:05:29] *** rniwa_ <rniwa_!~rniwa@17.114.216.238> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:06:00] *** rniwa <rniwa!~rniwa@17.114.216.238> has joined #chromium
[01:06:11] *** ed- is now known as ed
[01:06:40] *** ed is now known as Guest48925
[01:06:49] *** pkasting <pkasting!pkasting@nat/google/x-ueswnclhmcfsebbr> has quit IRC (Read error: Connection reset by peer)
[01:06:52] *** ashka <ashka!~postmaste@server2.shellgratuit.com> has joined #chromium
[01:06:52] *** ashka <ashka!~postmaste@server2.shellgratuit.com> has quit IRC (Changing host)
[01:06:52] *** ashka <ashka!~postmaste@pdpc/supporter/active/ashka> has joined #chromium
[01:06:53] *** Martchus <Martchus!~martchus@dslb-188-099-046-243.188.099.pools.vodafone-ip.de> has joined #chromium
[01:13:39] *** Squishy_ <Squishy_!~textual@162-223-221-68.cpe.ngl.ninja> has joined #chromium
[01:18:01] *** rniwa <rniwa!~rniwa@17.114.216.238> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:18:56] *** esudyin <esudyin!~esudyin@64.215.209.200> has joined #chromium
[01:18:56] *** esudyin_ <esudyin_!~esudyin@64.215.209.200> has quit IRC (Read error: Connection reset by peer)
[01:19:03] *** Martchus_ <Martchus_!~martchus@dslb-188-105-105-208.188.105.pools.vodafone-ip.de> has joined #chromium
[01:19:10] *** esudyin <esudyin!~esudyin@64.215.209.200> has quit IRC (Read error: Connection reset by peer)
[01:19:41] *** phryk <phryk!~phryk@ip-88-153-142-114.hsi04.unitymediagroup.de> has joined #chromium
[01:20:08] *** esudyin <esudyin!~esudyin@172.56.14.236> has joined #chromium
[01:20:45] *** KiChjang <KiChjang!~KiChjang@12.189.101.226> has joined #chromium
[01:21:02] <KiChjang> how do i download the source code that is located in src.chromium.org?
[01:21:18] <KiChjang> using git clone or svn co?
[01:22:08] *** Martchus <Martchus!~martchus@dslb-188-099-046-243.188.099.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[01:22:49] *** rniwa <rniwa!~rniwa@17.114.216.238> has joined #chromium
[01:22:49] *** jugglinmike1 <jugglinmike1!~mike@38.104.218.154> has left #chromium
[01:23:53] *** Martchus <Martchus!~martchus@dslb-094-217-030-135.094.217.pools.vodafone-ip.de> has joined #chromium
[01:25:50] *** rniwa <rniwa!~rniwa@17.114.216.238> has quit IRC (Client Quit)
[01:27:08] *** Martchus_ <Martchus_!~martchus@dslb-188-105-105-208.188.105.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)
[01:27:43] <maruel> KiChjang: welcome to the project! Check out http://dev.chromium.org/developers/how-tos/get-the-code
[01:28:20] <KiChjang> maruel, unfortunately i can't use depot tools since i'm trying to fix a build script in v8dotnet
[01:28:51] <KiChjang> it's pointing to the src.chromium.org URL to download python
[01:29:15] *** rniwa <rniwa!~rniwa@17.114.216.238> has joined #chromium
[01:30:08] *** shans_ <shans_!sid61558@gateway/web/irccloud.com/x-wurueoefjckystgi> has quit IRC (Ping timeout: 240 seconds)
[01:30:08] *** stevef <stevef!sid37451@gateway/web/irccloud.com/x-bpukfxchohybhwkr> has quit IRC (Ping timeout: 240 seconds)
[01:30:28] *** stevef <stevef!sid37451@gateway/web/irccloud.com/x-zvxllaqwgwpzcegb> has joined #chromium
[01:30:29] *** ChanServ sets mode: +v stevef
[01:30:31] <maruel> KiChjang: the code is now hosted on chromium.googlesource.com using git
[01:31:46] <KiChjang> ah ok thanks, i'll change the URLs accordingly
[01:32:03] *** shans_ <shans_!sid61558@gateway/web/irccloud.com/x-raqjirtripwlhkni> has joined #chromium
[01:32:12] *** dominickn <dominickn!~dominickn@104.132.133.92> has joined #chromium
[01:33:57] *** AaronMT <AaronMT!~textual@2607:fea8:3c9f:f079:647d:5846:798:bb5d> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[01:34:46] *** pkasting <pkasting!pkasting@nat/google/x-ascnwvdfexxunabe> has joined #chromium
[01:34:46] *** ChanServ sets mode: +v pkasting
[01:35:50] *** rniwa <rniwa!~rniwa@17.114.216.238> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:36:37] *** litherum <litherum!~litherum@17.202.139.214> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[01:36:43] *** rniwa <rniwa!~rniwa@17.114.216.238> has joined #chromium
[01:37:46] *** litherum <litherum!~litherum@17.114.219.156> has joined #chromium
[01:39:17] *** esudyin <esudyin!~esudyin@172.56.14.236> has quit IRC (Read error: Connection reset by peer)
[01:39:46] *** esudyin <esudyin!~esudyin@98.200.11.86> has joined #chromium
[01:40:50] *** esudyin_ <esudyin_!~esudyin@2607:fb90:bd9:6805:8ab5:7ad0:42d2:54f5> has joined #chromium
[01:41:52] *** rniwa <rniwa!~rniwa@17.114.216.238> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:42:57] *** esudyin__ <esudyin__!~esudyin@2607:fb90:bd9:6805:47f6:7b9e:ad99:3161> has joined #chromium
[01:43:01] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[01:43:56] *** esudyin <esudyin!~esudyin@98.200.11.86> has quit IRC (Ping timeout: 246 seconds)
[01:44:59] *** esudyin_ <esudyin_!~esudyin@2607:fb90:bd9:6805:8ab5:7ad0:42d2:54f5> has quit IRC (Ping timeout: 246 seconds)
[01:47:28] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 240 seconds)
[01:48:05] *** joone <joone!~joone@192.55.55.41> has joined #chromium
[01:49:05] *** esudyin <esudyin!~esudyin@2601:2c5:c300:7bbb:d8ce:c368:799c:dcc2> has joined #chromium
[01:49:25] *** jugglinmike <jugglinmike!~mike@38.104.218.154> has quit IRC (Ping timeout: 255 seconds)
[01:51:08] *** esudyin__ <esudyin__!~esudyin@2607:fb90:bd9:6805:47f6:7b9e:ad99:3161> has quit IRC (Ping timeout: 240 seconds)
[01:55:22] *** rniwa <rniwa!~rniwa@17.114.216.238> has joined #chromium
[02:00:58] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[02:01:45] *** phryk <phryk!~phryk@ip-88-153-142-114.hsi04.unitymediagroup.de> has quit IRC (Quit: ZNC 1.6.5 - http://znc.in)
[02:01:48] *** TabAtkins <TabAtkins!sid11559@gateway/web/irccloud.com/x-rhrrsvzwftvwszhc> has quit IRC (Ping timeout: 240 seconds)
[02:01:51] *** rniwa <rniwa!~rniwa@17.114.216.238> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[02:02:48] *** TabAtkins <TabAtkins!sid11559@gateway/web/irccloud.com/x-wklgvzucatecyobv> has joined #chromium
[02:04:14] *** rniwa <rniwa!~rniwa@17.114.216.238> has joined #chromium
[02:04:14] *** rniwa <rniwa!~rniwa@17.114.216.238> has quit IRC (Client Quit)
[02:07:11] *** chronotoss <chronotoss!~chronotos@cpe-76-84-36-105.neb.res.rr.com> has joined #chromium
[02:08:03] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[02:08:51] *** lajava <lajava!~javi@120.9.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Ping timeout: 272 seconds)
[02:11:19] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)
[02:11:56] *** rniwa <rniwa!~rniwa@17.114.216.238> has joined #chromium
[02:14:05] *** Martchus <Martchus!~martchus@dslb-094-217-030-135.094.217.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[02:14:31] *** phryk <phryk!~phryk@ip-88-153-142-114.hsi04.unitymediagroup.de> has joined #chromium
[02:16:01] *** phryk <phryk!~phryk@ip-88-153-142-114.hsi04.unitymediagroup.de> has quit IRC (Client Quit)
[02:16:14] *** Martchus <Martchus!~martchus@dslb-178-010-004-199.178.010.pools.vodafone-ip.de> has joined #chromium
[02:20:25] *** kbrgg <kbrgg!~kbr@104.132.0.80> has quit IRC (Quit: kbrgg)
[02:21:02] *** Martchus <Martchus!~martchus@dslb-178-010-004-199.178.010.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)
[02:22:34] *** Martchus <Martchus!~martchus@dslb-178-007-027-105.178.007.pools.vodafone-ip.de> has joined #chromium
[02:26:09] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has quit IRC (Quit: Computer has gone to sleep.)
[02:27:03] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has joined #chromium
[02:27:08] *** Martchus <Martchus!~martchus@dslb-178-007-027-105.178.007.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[02:27:41] *** jsbell <jsbell!jsbell@nat/google/x-qybjleadxyksuimo> has quit IRC (Quit: There's no place like home...)
[02:29:40] *** nickgname <nickgname!6884004c@gateway/web/freenode/ip.104.132.0.76> has joined #chromium
[02:31:09] *** nickgname <nickgname!6884004c@gateway/web/freenode/ip.104.132.0.76> has quit IRC (Client Quit)
[02:31:40] *** Martchus <Martchus!~martchus@dslb-188-098-234-142.188.098.pools.vodafone-ip.de> has joined #chromium
[02:35:49] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[02:36:27] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[02:36:35] *** Martchus <Martchus!~martchus@dslb-188-098-234-142.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[02:36:39] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[02:37:05] *** Martchus <Martchus!~martchus@dslb-188-099-038-043.188.099.pools.vodafone-ip.de> has joined #chromium
[02:37:49] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[02:38:11] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[02:38:34] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[02:38:54] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[02:39:28] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[02:39:58] *** thomasanderson <thomasanderson!thomasande@nat/google/x-tdckwjpnbrcsyyfm> has joined #chromium
[02:39:58] *** ChanServ sets mode: +v thomasanderson
[02:39:59] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[02:40:34] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has quit IRC (Quit: Computer has gone to sleep.)
[02:40:39] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[02:40:48] *** nickgname <nickgname!6884004c@gateway/web/freenode/ip.104.132.0.76> has joined #chromium
[02:41:12] *** nickgname <nickgname!6884004c@gateway/web/freenode/ip.104.132.0.76> has quit IRC (Client Quit)
[02:41:41] *** thomasanderson <thomasanderson!thomasande@nat/google/x-tdckwjpnbrcsyyfm> has quit IRC (Remote host closed the connection)
[02:42:06] *** jclinton <jclinton!sid203731@gateway/web/irccloud.com/x-qgoospewtodxmroc> has joined #chromium
[02:42:09] *** thomasanderson <thomasanderson!thomasande@nat/google/x-nalgqrclfijuzxyy> has joined #chromium
[02:42:09] *** ChanServ sets mode: +v thomasanderson
[02:42:10] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[02:46:44] *** Martchus <Martchus!~martchus@dslb-188-099-038-043.188.099.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds)
[02:47:50] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[02:48:16] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[02:49:06] *** Martchus <Martchus!~martchus@dslb-188-105-107-138.188.105.pools.vodafone-ip.de> has joined #chromium
[02:49:11] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[02:50:09] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[02:52:59] *** AustinIncognito <AustinIncognito!~AustinMat@li1047-129.members.linode.com> has quit IRC (Quit: leaving)
[02:52:59] *** CapsAdmin <CapsAdmin!~CapsAdmin@cm-84.213.46.229.getinternet.no> has joined #chromium
[02:53:44] *** Martchus <Martchus!~martchus@dslb-188-105-107-138.188.105.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds)
[02:54:13] *** Martchus <Martchus!~martchus@dslb-094-217-017-191.094.217.pools.vodafone-ip.de> has joined #chromium
[02:54:28] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Ping timeout: 240 seconds)
[02:54:53] *** CapsAdmin <CapsAdmin!~CapsAdmin@cm-84.213.46.229.getinternet.no> has quit IRC (Read error: Connection reset by peer)
[03:06:17] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Mac/builds/21786 "Google Chrome Mac" from 3442095e69c627f2341798b54da8fc575b68342e: aleventhal at chromium dot org,danakj@chromium.org,drgage@google.com,estade@chromium.org,googleo@chromium.org,klausw@chromium.org,lfg@chromium.org (:lfg_),tedchoc at chromium dot org,thomasanderson@chromium.org)
[03:06:19] *** Martchus <Martchus!~martchus@dslb-094-217-017-191.094.217.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds)
[03:07:45] *** Guest48925 <Guest48925!~ed@c80-217-116-14.bredband.comhem.se> has quit IRC (Ping timeout: 272 seconds)
[03:08:08] *** Martchus <Martchus!~martchus@dslb-188-098-233-138.188.098.pools.vodafone-ip.de> has joined #chromium
[03:08:33] <leiz> I will revert.
[03:09:03] *** Martchus_ <Martchus_!~martchus@dslb-094-218-127-042.094.218.pools.vodafone-ip.de> has joined #chromium
[03:09:19] <trungl-bot> Tree closed by thestig at chromium dot org (:leiz): Tree is closed (thestig is reverting)
[03:12:37] *** ed <ed!~ed@c80-217-116-14.bredband.comhem.se> has joined #chromium
[03:12:49] *** Martchus <Martchus!~martchus@dslb-188-098-233-138.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 272 seconds)
[03:13:00] *** ed is now known as Guest8339
[03:14:43] *** Martchus_ <Martchus_!~martchus@dslb-094-218-127-042.094.218.pools.vodafone-ip.de> has quit IRC (Ping timeout: 272 seconds)
[03:14:47] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[03:15:38] *** Martchus <Martchus!~martchus@dslb-092-072-234-163.092.072.pools.vodafone-ip.de> has joined #chromium
[03:15:48] *** edwardly <edwardly!~edwardly@unaffiliated/edwardly> has quit IRC (Ping timeout: 258 seconds)
[03:16:27] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[03:19:47] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Ping timeout: 272 seconds)
[03:20:14] *** edwardly <edwardly!~edwardly@pool-108-26-177-168.bstnma.fios.verizon.net> has joined #chromium
[03:20:14] *** edwardly <edwardly!~edwardly@pool-108-26-177-168.bstnma.fios.verizon.net> has quit IRC (Changing host)
[03:20:14] *** edwardly <edwardly!~edwardly@unaffiliated/edwardly> has joined #chromium
[03:20:35] *** Martchus <Martchus!~martchus@dslb-092-072-234-163.092.072.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[03:22:24] *** litherum <litherum!~litherum@17.114.219.156> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[03:22:59] *** Martchus <Martchus!~martchus@dslb-178-007-031-130.178.007.pools.vodafone-ip.de> has joined #chromium
[03:24:25] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[03:24:51] *** kw21 <kw21!~kw21@D978E830.cm-3-1d.dynamic.ziggo.nl> has quit IRC (Quit: Leaving)
[03:25:22] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[03:25:23] *** binchen <binchen!~Bin@173.239.198.125> has joined #chromium
[03:30:17] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[03:30:22] *** Martchus <Martchus!~martchus@dslb-178-007-031-130.178.007.pools.vodafone-ip.de> has quit IRC (Ping timeout: 258 seconds)
[03:31:06] *** babu <babu!~Sudarsana@192.198.151.44> has quit IRC (Read error: Connection reset by peer)
[03:31:09] *** mkollaro <mkollaro!~mkollaro@192.198.151.44> has quit IRC (Read error: Connection reset by peer)
[03:31:13] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[03:31:36] *** babu <babu!~Sudarsana@192.198.151.44> has joined #chromium
[03:32:09] *** Martchus <Martchus!~martchus@dslb-094-217-172-030.094.217.pools.vodafone-ip.de> has joined #chromium
[03:33:28] *** mkollaro <mkollaro!~mkollaro@192.198.151.44> has joined #chromium
[03:39:08] *** Guest93352 <Guest93352!~john@host86-143-92-3.range86-143.btcentralplus.com> has quit IRC (Ping timeout: 255 seconds)
[03:39:32] *** Martchus <Martchus!~martchus@dslb-094-217-172-030.094.217.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[03:40:09] *** Martchus <Martchus!~martchus@dslb-188-098-244-021.188.098.pools.vodafone-ip.de> has joined #chromium
[03:43:55] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)
[03:44:04] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[03:45:07] *** tonikitoo <tonikitoo!uid37558@gateway/web/irccloud.com/x-gwkhuffwlccrlwmo> has quit IRC (Quit: Connection closed for inactivity)
[03:45:25] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[03:48:08] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 240 seconds)
[03:51:45] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[03:52:39] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[03:54:38] <trungl-bot> Tree opened by thestig at chromium dot org (:leiz): Tree is open (Channel is sheriff)
[04:07:10] *** KiChjang <KiChjang!~KiChjang@12.189.101.226> has left #chromium ("Leaving")
[04:08:15] *** talmai <talmai!~T@c-24-147-97-55.hsd1.ma.comcast.net> has joined #chromium
[04:08:53] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-188-103-222-233.188.103.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds)
[04:09:57] *** Martchus <Martchus!~martchus@dslb-188-098-244-021.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[04:11:12] *** Martchus <Martchus!~martchus@dslb-088-072-107-219.088.072.pools.vodafone-ip.de> has joined #chromium
[04:16:47] *** Martchus <Martchus!~martchus@dslb-088-072-107-219.088.072.pools.vodafone-ip.de> has quit IRC (Ping timeout: 272 seconds)
[04:17:12] *** Martchus <Martchus!~martchus@dslb-188-098-250-153.188.098.pools.vodafone-ip.de> has joined #chromium
[04:18:39] *** Martchus_ <Martchus_!~martchus@dslb-178-007-019-082.178.007.pools.vodafone-ip.de> has joined #chromium
[04:19:16] *** kbrgg <kbrgg!~kbr@104.132.0.80> has joined #chromium
[04:19:48] *** esudyin <esudyin!~esudyin@2601:2c5:c300:7bbb:d8ce:c368:799c:dcc2> has quit IRC (Ping timeout: 240 seconds)
[04:21:43] *** Martchus <Martchus!~martchus@dslb-188-098-250-153.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds)
[04:29:34] *** phryk <phryk!~phryk@ip-88-153-142-114.hsi04.unitymediagroup.de> has joined #chromium
[04:30:31] *** Martchus_ <Martchus_!~martchus@dslb-178-007-019-082.178.007.pools.vodafone-ip.de> has quit IRC (Ping timeout: 255 seconds)
[04:31:43] *** Martchus <Martchus!~martchus@dslb-092-072-233-186.092.072.pools.vodafone-ip.de> has joined #chromium
[04:38:57] *** Martchus <Martchus!~martchus@dslb-092-072-233-186.092.072.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[04:42:20] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has quit IRC (Ping timeout: 268 seconds)
[04:43:05] *** Martchus <Martchus!~martchus@dslb-094-217-027-227.094.217.pools.vodafone-ip.de> has joined #chromium
[04:43:17] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has joined #chromium
[04:44:04] *** Martchus_ <Martchus_!~martchus@dslb-094-217-020-109.094.217.pools.vodafone-ip.de> has joined #chromium
[04:47:08] *** Martchus <Martchus!~martchus@dslb-094-217-027-227.094.217.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[04:49:05] *** Martchus_ <Martchus_!~martchus@dslb-094-217-020-109.094.217.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)
[04:52:37] *** kbrgg <kbrgg!~kbr@104.132.0.80> has quit IRC (Quit: kbrgg)
[04:53:00] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)
[04:53:05] *** Martchus <Martchus!~martchus@dslb-188-098-250-101.188.098.pools.vodafone-ip.de> has joined #chromium
[04:58:33] *** pxs <pxs!~pxs@93.85.171.53> has joined #chromium
[05:00:16] <pxs> Hello guys! Could someone please give some advice on how hard will it be to add "Google Drive" sync feature for Chrome "Snippets" in DevTools?
[05:24:59] *** pkasting <pkasting!pkasting@nat/google/x-ascnwvdfexxunabe> has quit IRC (Ping timeout: 258 seconds)
[05:26:11] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Mac/builds/21790 "Google Chrome Mac" from 45b81a53a198c5b4dea0881af53c5581de71dd22: chrome-release-bot at chromium dot org,drgage@google.com,estark@chromium.org,leon.han@intel.com,mahesh.ma@samsung.com,rjkroege@chromium.org,robliao@chromium.org (:robliao),teravest at chromium dot org)
[05:35:14] <trungl-bot> Tree closed by yosin at chromium dot org: Tree is closed Reverting... (Automatic: "compile" on https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Mac/builds/21790 "Google Chrome Mac" from 45b81a53a198c5b4dea0881af53c5581de71dd22: chrome-release-bot at chromium dot org,drgage@google.com,estark@chromium.org,leon.han@intel.com,mahesh.ma@samsung.com,rjkroege@chromium.org,robliao@chromium.org (:robliao),teravest at chromium dot org)
[05:38:02] *** chronotoss <chronotoss!~chronotos@cpe-76-84-36-105.neb.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[05:38:49] *** talmai <talmai!~T@c-24-147-97-55.hsd1.ma.comcast.net> has quit IRC (Quit: mining)
[05:41:16] <trungl-bot> Tree opened by yosin at chromium dot org: Tree is open! (^_^)
[05:44:55] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[05:49:40] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 260 seconds)
[05:52:21] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/18360 "Google Chrome Win" from 2f5f09f37f44b88d39917da4a8e096765300b936: chrome-release-bot at chromium dot org,drgage@google.com,klausw@chromium.org,leon.han@intel.com,mahesh.ma@samsung.com,nainar@chromium.org,pfeldman@chromium.org,samans@chromium.org)
[05:58:35] *** krt-xq| <krt-xq|!~krt-xq|||@103.251.131.23> has joined #chromium
[05:59:07] <krt-xq|> anyone knows how to buy a servo-v2 board?
[06:11:26] <trungl-bot> Tree closed by yosin at chromium dot org: Tree is closed (reverting by yosin@)
[06:13:26] <trungl-bot> Tree opened by yosin at chromium dot org: Tree is open - Why do we have compilation failures?
[06:30:46] *** tapted_ <tapted_!~tapted@CPE-121-210-13-63.knqs1.ken.bigpond.net.au> has joined #chromium
[06:45:51] *** Squishy_ <Squishy_!~textual@162-223-221-68.cpe.ngl.ninja> has quit IRC (Read error: Connection reset by peer)
[06:46:08] *** Squishy <Squishy!~textual@162-223-221-68.cpe.ngl.ninja> has joined #chromium
[06:56:46] *** [dmb] <[dmb]!~dmb@ool-18bef915.dyn.optonline.net> has quit IRC (Ping timeout: 268 seconds)
[06:58:27] *** [dmb] <[dmb]!~dmb@ool-18bef915.dyn.optonline.net> has joined #chromium
[07:01:15] *** g0d355__ <g0d355__!~lmao@104.131.75.159> has joined #chromium
[07:17:15] *** riq_ <riq_!~riq_@2601:646:8580:d9a0:cae0:ebff:fe15:e88d> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[07:18:09] *** rniwa <rniwa!~rniwa@17.114.216.238> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[07:21:26] *** riq_ <riq_!~riq_@2601:646:8580:d9a0:4fb:da24:8483:3bd5> has joined #chromium
[07:29:08] *** Bock <Bock!~bocaneri@about/linux/staff/sauvin> has joined #chromium
[07:46:04] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[07:47:29] *** nasso <nasso!sid218451@gateway/web/irccloud.com/x-oskavgwbxncyidog> has left #chromium
[07:50:23] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 245 seconds)
[07:53:19] *** ilial <ilial!~ilial@185.23.60.4> has joined #chromium
[08:00:40] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[08:07:30] *** dajva <dajva!~user@h-72-179.a137.corp.bahnhof.se> has quit IRC (Remote host closed the connection)
[08:09:13] *** dajva <dajva!~user@h-72-179.a137.corp.bahnhof.se> has joined #chromium
[08:16:55] *** astrofog <astrofog!~astrofog@unaffiliated/astrofog> has quit IRC (Quit: Quite)
[08:26:32] *** HerbY_NL2 <HerbY_NL2!~HerbY_NL2@2001:67c:2564:518:61f6:2b6c:6094:c730> has joined #chromium
[08:41:00] *** Mariu <Mariu!~Jimmy98@89.41.57.33> has joined #chromium
[08:47:24] *** riju <riju!~riju@134.134.139.75> has joined #chromium
[08:49:53] *** rego <rego!~rego@66.193.27.77.dynamic.reverse-mundo-r.com> has joined #chromium
[08:51:46] *** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bnknazcwrfprdxbx> has joined #chromium
[08:51:56] *** jbrianceau_away is now known as jbrianceau
[08:52:05] *** decoder <decoder!~quassel@46.4.109.83> has quit IRC (Ping timeout: 240 seconds)
[08:53:52] *** fredw <fredw!~Thunderbi@186.red-81-34-20.dynamicip.rima-tde.net> has joined #chromium
[08:56:01] *** [dmb] <[dmb]!~dmb@ool-18bef915.dyn.optonline.net> has quit IRC (Ping timeout: 255 seconds)
[08:56:22] *** gyuyoung <gyuyoung!~gyuyoung@fanzine.igalia.com> has joined #chromium
[08:59:56] *** [dmb] <[dmb]!~dmb@ool-18bef915.dyn.optonline.net> has joined #chromium
[09:01:02] *** decoder <decoder!~quassel@46.4.109.83> has joined #chromium
[09:02:52] *** fredw <fredw!~Thunderbi@186.red-81-34-20.dynamicip.rima-tde.net> has quit IRC (Quit: fredw)
[09:06:34] *** dddh <dddh!~dddh@node50.ia64.org> has quit IRC (Changing host)
[09:06:34] *** dddh <dddh!~dddh@pdpc/supporter/active/dddh> has joined #chromium
[09:08:08] *** tdresser <tdresser!~tdresser@2620:15c:0:1:54be:4f3d:f3b0:715a> has quit IRC (Ping timeout: 240 seconds)
[09:11:22] *** riq_ <riq_!~riq_@2601:646:8580:d9a0:4fb:da24:8483:3bd5> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[09:22:57] *** tdresser <tdresser!~tdresser@2620:15c:0:1:dd08:4bfe:465a:8cde> has joined #chromium
[09:37:53] *** [dmb] <[dmb]!~dmb@ool-18bef915.dyn.optonline.net> has quit IRC (Ping timeout: 260 seconds)
[09:46:05] *** Mariu is now known as Alphabet
[09:46:43] *** mpozdnyakov <mpozdnyakov!~mikhail@134.134.139.76> has joined #chromium
[09:49:19] *** [dmb] <[dmb]!~dmb@ool-18bef915.dyn.optonline.net> has joined #chromium
[09:52:55] *** pandaant <pandaant!~batman@dslb-094-220-239-138.094.220.pools.vodafone-ip.de> has joined #chromium
[09:53:35] *** [dmb] <[dmb]!~dmb@ool-18bef915.dyn.optonline.net> has quit IRC (Ping timeout: 240 seconds)
[09:55:03] *** [dmb] <[dmb]!~dmb@ool-18bef915.dyn.optonline.net> has joined #chromium
[09:56:53] *** fredw <fredw!~Thunderbi@fanzine.igalia.com> has joined #chromium
[09:59:47] *** capOM <capOM!~julien@host90-152-1-140.ipv4.regusnet.com> has quit IRC (Quit: Konversation terminated!)
[09:59:53] *** capOM <capOM!~julien@host90-152-1-140.ipv4.regusnet.com> has joined #chromium
[10:06:53] *** mstensho <mstensho!~mstensho@node-ce5oo7ocdamagi.20.ipv6.opera.com> has joined #chromium
[10:10:48] *** fredw <fredw!~Thunderbi@fanzine.igalia.com> has quit IRC (Remote host closed the connection)
[10:14:15] *** fredw <fredw!~Thunderbi@fanzine.igalia.com> has joined #chromium
[10:16:29] *** lajava <lajava!~javi@120.9.165.83.dynamic.reverse-mundo-r.com> has joined #chromium
[10:18:21] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@bur64-4-78-199-90-154.fbx.proxad.net> has joined #chromium
[10:22:43] *** Guest93352 <Guest93352!~john@host86-143-92-3.range86-143.btcentralplus.com> has joined #chromium
[10:22:57] *** vince___ <vince___!2d20155a@gateway/web/freenode/ip.45.32.21.90> has joined #chromium
[10:25:11] *** vince___ <vince___!2d20155a@gateway/web/freenode/ip.45.32.21.90> has quit IRC (Client Quit)
[10:28:16] *** binchen <binchen!~Bin@173.239.198.125> has quit IRC (Ping timeout: 260 seconds)
[10:32:46] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has joined #chromium
[10:34:10] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has quit IRC (Client Quit)
[10:37:06] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has joined #chromium
[10:40:28] *** Jesin <Jesin!~Jesin@pool-72-83-231-252.washdc.fios.verizon.net> has quit IRC (Quit: Leaving)
[10:42:49] *** Jesin <Jesin!~Jesin@pool-72-83-231-252.washdc.fios.verizon.net> has joined #chromium
[10:43:12] *** dominickn <dominickn!~dominickn@104.132.133.92> has quit IRC (Quit: dominickn)
[10:44:56] <yoav> Dunno who made it so that IDL changes no longer require a rebuild of most of Blink, but they're awesome! <3
[10:46:29] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[10:53:53] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has quit IRC (Remote host closed the connection)
[10:54:10] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[11:07:59] *** fredw1 <fredw1!~Thunderbi@fanzine.igalia.com> has joined #chromium
[11:09:48] *** fredw <fredw!~Thunderbi@fanzine.igalia.com> has quit IRC (Ping timeout: 260 seconds)
[11:09:48] *** fredw1 is now known as fredw
[11:13:29] *** boyfawkes <boyfawkes!~boyfawkes@cpe-174-96-64-109.neo.res.rr.com> has joined #chromium
[11:15:53] *** alexg__ <alexg__!~alex@192.red-176-84-209.dynamicip.rima-tde.net> has joined #chromium
[11:17:56] *** Martchus <Martchus!~martchus@dslb-188-098-250-101.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)
[11:20:14] *** Martchus <Martchus!~martchus@dslb-188-098-233-022.188.098.pools.vodafone-ip.de> has joined #chromium
[11:23:11] *** boyfawkes <boyfawkes!~boyfawkes@cpe-174-96-64-109.neo.res.rr.com> has quit IRC (Ping timeout: 246 seconds)
[11:24:26] *** YoumuMyon <YoumuMyon!~YoumuMyon@45.32.172.128> has quit IRC (Ping timeout: 255 seconds)
[11:25:28] *** tunekey <tunekey!~tunekey@unaffiliated/tunekey> has joined #chromium
[11:27:03] *** ajax16384 <ajax16384!~User@109.60.138.138> has joined #chromium
[11:27:15] *** YoumuMyon <YoumuMyon!~YoumuMyon@45.32.172.128> has joined #chromium
[11:28:35] *** yunfei <yunfei!~haoyunfe@192.55.46.39> has quit IRC (Quit: Leaving.)
[11:33:02] *** Martchus <Martchus!~martchus@dslb-188-098-233-022.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 268 seconds)
[11:34:15] *** Martchus <Martchus!~martchus@dslb-188-098-243-213.188.098.pools.vodafone-ip.de> has joined #chromium
[11:46:12] *** Martchus <Martchus!~martchus@dslb-188-098-243-213.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds)
[11:47:46] *** Martchus <Martchus!~martchus@dslb-188-098-227-168.188.098.pools.vodafone-ip.de> has joined #chromium
[11:55:04] *** Martchus <Martchus!~martchus@dslb-188-098-227-168.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds)
[11:57:18] *** Martchus <Martchus!~martchus@dslb-188-104-022-234.188.104.pools.vodafone-ip.de> has joined #chromium
[12:04:56] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-188-103-222-233.188.103.pools.vodafone-ip.de> has joined #chromium
[12:08:09] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has quit IRC (Quit: Computer has gone to sleep.)
[12:09:58] *** esudyin_ <esudyin_!~esudyin@c-76-30-36-33.hsd1.tx.comcast.net> has joined #chromium
[12:10:37] *** yunfei <yunfei!~haoyunfe@192.102.204.38> has joined #chromium
[12:16:12] *** capOM <capOM!~julien@host90-152-1-140.ipv4.regusnet.com> has quit IRC (Ping timeout: 268 seconds)
[12:16:46] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-188-103-222-233.188.103.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[12:16:52] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has joined #chromium
[12:18:19] *** capOM <capOM!~julien@host90-152-1-140.ipv4.regusnet.com> has joined #chromium
[12:38:50] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on https://build.chromium.org/p/chromium/builders/Win/builds/55409 "Win" from 61d2da8726d19192add48211792c0ec9a09fe58d: aberent at chromium dot org,alexclarke@chromium.org,fukino@chromium.org,jfernandez@igalia.com,jkrcal@chromium.org,mlamouri@chromium.org,mstensho@opera.com,nainar@chromium.org,nednguyen@google.com,nverne@chromium.org,rlanday@chromium.org,tkent@chr
[12:53:56] <trungl-bot> Tree opened by vitaliii at google dot com: Tree is open (the revert has been committed)
[13:06:15] *** Martchus <Martchus!~martchus@dslb-188-104-022-234.188.104.pools.vodafone-ip.de> has quit IRC (Ping timeout: 272 seconds)
[13:08:50] *** Martchus <Martchus!~martchus@dslb-188-098-245-100.188.098.pools.vodafone-ip.de> has joined #chromium
[13:11:00] *** cfroussios <cfroussios!uid213525@gateway/web/irccloud.com/x-qidqzqcoazdqpkoz> has quit IRC (Quit: Connection closed for inactivity)
[13:11:00] *** cfroussios_ <cfroussios_!uid213525@gateway/web/irccloud.com/x-agcucdijefvzitkw> has quit IRC (Quit: Connection closed for inactivity)
[13:15:57] *** Martchus <Martchus!~martchus@dslb-188-098-245-100.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[13:16:55] *** tapted_ <tapted_!~tapted@CPE-121-210-13-63.knqs1.ken.bigpond.net.au> has quit IRC (Quit: tapted_)
[13:21:15] *** Martchus <Martchus!~martchus@dslb-178-007-017-026.178.007.pools.vodafone-ip.de> has joined #chromium
[13:30:22] *** Martchus <Martchus!~martchus@dslb-178-007-017-026.178.007.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)
[13:32:49] *** fredw <fredw!~Thunderbi@fanzine.igalia.com> has quit IRC (Quit: fredw)
[13:34:30] *** tonikitoo <tonikitoo!uid37558@gateway/web/irccloud.com/x-jzeklivhpfnponry> has joined #chromium
[13:38:10] *** Martchus <Martchus!~martchus@dslb-188-098-245-026.188.098.pools.vodafone-ip.de> has joined #chromium
[13:39:22] *** esudyin <esudyin!~esudyin@2607:fb90:20d5:bf0e:efeb:93aa:879b:cce2> has joined #chromium
[13:41:07] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-188-103-222-233.188.103.pools.vodafone-ip.de> has joined #chromium
[13:41:25] *** tapted_ <tapted_!~tapted@CPE-121-210-13-63.knqs1.ken.bigpond.net.au> has joined #chromium
[13:41:49] *** esudyin__ <esudyin__!~esudyin@2607:fb90:20d5:bf0e:177:56a2:ae98:35d0> has joined #chromium
[13:41:58] *** tapted_ <tapted_!~tapted@CPE-121-210-13-63.knqs1.ken.bigpond.net.au> has quit IRC (Client Quit)
[13:42:13] *** esudyin_ <esudyin_!~esudyin@c-76-30-36-33.hsd1.tx.comcast.net> has quit IRC (Ping timeout: 255 seconds)
[13:42:45] *** Martchus <Martchus!~martchus@dslb-188-098-245-026.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[13:43:25] *** esudyin <esudyin!~esudyin@2607:fb90:20d5:bf0e:efeb:93aa:879b:cce2> has quit IRC (Ping timeout: 240 seconds)
[13:44:55] *** Martchus <Martchus!~martchus@dslb-188-105-105-252.188.105.pools.vodafone-ip.de> has joined #chromium
[13:46:08] *** esudyin__ <esudyin__!~esudyin@2607:fb90:20d5:bf0e:177:56a2:ae98:35d0> has quit IRC (Ping timeout: 240 seconds)
[13:46:09] *** esudyin <esudyin!~esudyin@2607:fb90:20d5:bf0e:6516:fd4:441c:6079> has joined #chromium
[13:46:14] *** Martchus_ <Martchus_!~martchus@dslb-088-072-104-096.088.072.pools.vodafone-ip.de> has joined #chromium
[13:46:58] *** esudyin_ <esudyin_!~esudyin@98.200.11.6> has joined #chromium
[13:48:03] *** esudyin__ <esudyin__!~esudyin@2607:fb90:20d5:bf0e:8a80:879e:df4d:a322> has joined #chromium
[13:48:27] *** YoumuMyon <YoumuMyon!~YoumuMyon@45.32.172.128> has quit IRC (Ping timeout: 240 seconds)
[13:49:27] *** Ekho <Ekho!~Ekho@unaffiliated/ekho> has quit IRC (Ping timeout: 240 seconds)
[13:49:27] *** dabukalam <dabukalam!~dabukalam@unaffiliated/dabukalam> has quit IRC (Ping timeout: 240 seconds)
[13:49:50] *** Martchus <Martchus!~martchus@dslb-188-105-105-252.188.105.pools.vodafone-ip.de> has quit IRC (Ping timeout: 258 seconds)
[13:49:57] *** gyuyoung <gyuyoung!~gyuyoung@fanzine.igalia.com> has quit IRC (Ping timeout: 240 seconds)
[13:49:57] *** tyranid <tyranid!forshaw@nat/google/x-zhxocfrcdbkyimqv> has quit IRC (Ping timeout: 240 seconds)
[13:50:11] *** dabukalam <dabukalam!~dabukalam@unaffiliated/dabukalam> has joined #chromium
[13:50:28] *** YoumuMyon <YoumuMyon!~YoumuMyon@45.32.172.128> has joined #chromium
[13:50:36] *** esudyin <esudyin!~esudyin@2607:fb90:20d5:bf0e:6516:fd4:441c:6079> has quit IRC (Ping timeout: 258 seconds)
[13:50:57] *** wjmaclean <wjmaclean!~wjmaclean@104.132.62.88> has quit IRC (Ping timeout: 240 seconds)
[13:51:00] *** tyranid <tyranid!forshaw@nat/google/x-paigzfhgcwlhhiey> has joined #chromium
[13:51:00] *** ChanServ sets mode: +v tyranid
[13:51:02] *** esudyin_ <esudyin_!~esudyin@98.200.11.6> has quit IRC (Ping timeout: 240 seconds)
[13:51:22] *** Martchus_ <Martchus_!~martchus@dslb-088-072-104-096.088.072.pools.vodafone-ip.de> has quit IRC (Ping timeout: 258 seconds)
[13:51:25] *** sarri <sarri!~sari@unaffiliated/sarri> has quit IRC (Read error: Connection reset by peer)
[13:51:30] *** gyuyoung <gyuyoung!~gyuyoung@fanzine.igalia.com> has joined #chromium
[13:51:51] *** Maple__ <Maple__!Maple@gateway/shell/panicbnc/x-drksxbvyoytqjkrl> has quit IRC (Ping timeout: 272 seconds)
[13:52:08] *** wjmaclean <wjmaclean!~wjmaclean@104.132.62.88> has joined #chromium
[13:52:51] *** Martchus <Martchus!~martchus@dslb-094-217-023-222.094.217.pools.vodafone-ip.de> has joined #chromium
[13:53:23] *** Ekho- <Ekho-!~Ekho@unaffiliated/ekho> has joined #chromium
[13:55:25] *** Maple__ <Maple__!Maple@gateway/shell/panicbnc/x-usdcmagpahppyquv> has joined #chromium
[13:55:25] *** Maple__ <Maple__!Maple@gateway/shell/panicbnc/x-usdcmagpahppyquv> has quit IRC (Changing host)
[13:55:25] *** Maple__ <Maple__!Maple@unaffiliated/maple/x-0066656> has joined #chromium
[13:55:25] *** Maple__ <Maple__!Maple@unaffiliated/maple/x-0066656> has quit IRC (Changing host)
[13:55:25] *** Maple__ <Maple__!Maple@gateway/shell/panicbnc/x-usdcmagpahppyquv> has joined #chromium
[13:58:32] *** Martchus_ <Martchus_!~martchus@dslb-188-099-044-164.188.099.pools.vodafone-ip.de> has joined #chromium
[13:58:43] *** dnicoara <dnicoara!~dnicoara@2620:15c:0:2:759a:b55e:93b8:e3f7> has quit IRC (Ping timeout: 246 seconds)
[13:58:45] *** talmai <talmai!~T@c-24-147-97-55.hsd1.ma.comcast.net> has joined #chromium
[13:58:59] *** sarri <sarri!~sari@p50995cae.dip0.t-ipconnect.de> has joined #chromium
[13:58:59] *** sarri <sarri!~sari@p50995cae.dip0.t-ipconnect.de> has quit IRC (Changing host)
[13:58:59] *** sarri <sarri!~sari@unaffiliated/sarri> has joined #chromium
[14:00:49] *** Martchus <Martchus!~martchus@dslb-094-217-023-222.094.217.pools.vodafone-ip.de> has quit IRC (Ping timeout: 246 seconds)
[14:01:37] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[14:02:57] *** Martchus_ <Martchus_!~martchus@dslb-188-099-044-164.188.099.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[14:03:51] *** Martchus <Martchus!~martchus@dslb-188-098-250-254.188.098.pools.vodafone-ip.de> has joined #chromium
[14:04:17] *** talmai <talmai!~T@c-24-147-97-55.hsd1.ma.comcast.net> has quit IRC (Quit: mining)
[14:05:23] *** esudyin <esudyin!~esudyin@64.215.209.200> has joined #chromium
[14:06:58] *** esudyin <esudyin!~esudyin@64.215.209.200> has quit IRC (Read error: Connection reset by peer)
[14:07:44] *** esudyin_ <esudyin_!~esudyin@2607:fb90:20d5:bf0e:f3c8:69a6:985c:db5e> has joined #chromium
[14:08:08] *** esudyin__ <esudyin__!~esudyin@2607:fb90:20d5:bf0e:8a80:879e:df4d:a322> has quit IRC (Ping timeout: 240 seconds)
[14:08:52] *** esudyin <esudyin!~esudyin@64.215.209.200> has joined #chromium
[14:09:08] *** Martchus <Martchus!~martchus@dslb-188-098-250-254.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds)
[14:11:00] *** dnicoara <dnicoara!~dnicoara@2620:15c:0:2:8c1f:dead:6a31:95e2> has joined #chromium
[14:12:44] *** esudyin_ <esudyin_!~esudyin@2607:fb90:20d5:bf0e:f3c8:69a6:985c:db5e> has quit IRC (Ping timeout: 272 seconds)
[14:12:56] *** Martchus <Martchus!~martchus@dslb-188-105-108-214.188.105.pools.vodafone-ip.de> has joined #chromium
[14:14:14] *** Martchus <Martchus!~martchus@dslb-188-105-108-214.188.105.pools.vodafone-ip.de> has quit IRC (Excess Flood)
[14:14:29] *** Martchus <Martchus!~martchus@dslb-188-105-108-214.188.105.pools.vodafone-ip.de> has joined #chromium
[14:16:36] *** Martchus <Martchus!~martchus@dslb-188-105-108-214.188.105.pools.vodafone-ip.de> has quit IRC (Read error: Connection reset by peer)
[14:21:36] *** Ekho- is now known as Ekho
[14:23:38] *** Martchus <Martchus!~martchus@dslb-188-105-104-077.188.105.pools.vodafone-ip.de> has joined #chromium
[14:23:51] *** JakeSays <JakeSays!~jake@chat.thatswhatjakesaid.com> has quit IRC (Ping timeout: 268 seconds)
[14:27:55] *** phryk_ <phryk_!~phryk@ip-88-153-142-114.hsi04.unitymediagroup.de> has joined #chromium
[14:28:32] *** phryk <phryk!~phryk@ip-88-153-142-114.hsi04.unitymediagroup.de> has quit IRC (Ping timeout: 240 seconds)
[14:29:45] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has quit IRC (Quit: Computer has gone to sleep.)
[14:31:29] *** hta <hta!~hta@188.113.88.47> has quit IRC (Ping timeout: 246 seconds)
[14:32:44] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has joined #chromium
[14:34:48] *** Martchus_ <Martchus_!~martchus@dslb-094-217-175-134.094.217.pools.vodafone-ip.de> has joined #chromium
[14:35:06] *** JakeSays <JakeSays!~jake@chat.thatswhatjakesaid.com> has joined #chromium
[14:36:04] *** Martchus <Martchus!~martchus@dslb-188-105-104-077.188.105.pools.vodafone-ip.de> has quit IRC (Ping timeout: 260 seconds)
[14:40:30] *** Martchus_ <Martchus_!~martchus@dslb-094-217-175-134.094.217.pools.vodafone-ip.de> has quit IRC (Ping timeout: 268 seconds)
[14:41:17] *** Martchus <Martchus!~martchus@dslb-188-098-239-185.188.098.pools.vodafone-ip.de> has joined #chromium
[14:41:49] *** phryk_ is now known as phryk
[14:46:56] *** jonoc <jonoc!uid693@gateway/web/irccloud.com/x-loqwssfintlolpjz> has quit IRC (Quit: Connection closed for inactivity)
[14:59:47] *** riju <riju!~riju@134.134.139.75> has quit IRC (Quit: Leaving)
[15:00:08] *** Martchus <Martchus!~martchus@dslb-188-098-239-185.188.098.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[15:01:00] *** Martchus <Martchus!~martchus@dslb-188-099-034-213.188.099.pools.vodafone-ip.de> has joined #chromium
[15:02:04] *** ExoUNX_ <ExoUNX_!~ExoUNX@unaffiliated/exounx> has joined #chromium
[15:02:11] *** boyfawkes <boyfawkes!~boyfawkes@96.47.226.18> has joined #chromium
[15:02:24] *** ExoUNX_ <ExoUNX_!~ExoUNX@unaffiliated/exounx> has quit IRC (Remote host closed the connection)
[15:09:05] *** alexg__ <alexg__!~alex@192.red-176-84-209.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 240 seconds)
[15:11:10] *** kd0t <kd0t!~kd0t@gateway/vpn/privateinternetaccess/kd0t> has joined #chromium
[15:13:01] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[15:13:04] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[15:18:39] *** boyfawkes <boyfawkes!~boyfawkes@96.47.226.18> has quit IRC (Remote host closed the connection)
[15:22:12] *** jamm <jamm!~jam@unaffiliated/jamm> has joined #chromium
[15:26:14] *** dominickn <dominickn!~dominickn@ppp234-214.static.internode.on.net> has joined #chromium
[15:26:56] *** fredw <fredw!~Thunderbi@fanzine.igalia.com> has joined #chromium
[15:28:40] *** boyfawkes <boyfawkes!~boyfawkes@96.47.226.21> has joined #chromium
[15:30:35] *** Martchus <Martchus!~martchus@dslb-188-099-034-213.188.099.pools.vodafone-ip.de> has quit IRC (Ping timeout: 255 seconds)
[15:32:05] *** pandaant <pandaant!~batman@dslb-094-220-239-138.094.220.pools.vodafone-ip.de> has quit IRC (Remote host closed the connection)
[15:34:53] *** alexg__ <alexg__!~alex@29.150.20.95.dynamic.jazztel.es> has joined #chromium
[15:34:58] *** dominickn <dominickn!~dominickn@ppp234-214.static.internode.on.net> has quit IRC (Quit: dominickn)
[15:36:10] *** kekat <kekat!~kekat@78.180.78.193> has joined #chromium
[15:36:31] <kekat> Hi,
[15:36:46] <kekat> How can I invoke a domdebugger method from headles_shell example project?
[15:39:45] *** jrmuizel_ <jrmuizel_!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)
[15:41:23] *** andrunko <andrunko!andrunko@nat/collabora/x-yyfiejomcvyqkmru> has joined #chromium
[15:41:27] *** ehsan_ <ehsan_!~ehsan@guest-nat.fw1.untrust.tor1.mozilla.com> has joined #chromium
[15:43:06] *** mstensho <mstensho!~mstensho@node-ce5oo7ocdamagi.20.ipv6.opera.com> has quit IRC (Quit: Leaving.)
[15:44:12] *** kekat_ <kekat_!~kekat@88.235.62.189> has joined #chromium
[15:44:20] <kekat_> to clarify, how can I design it such that calling a (new) JS function domdebugger_func1() will invoke a domdebugger method?
[15:45:36] *** kekat <kekat!~kekat@78.180.78.193> has quit IRC (Ping timeout: 258 seconds)
[15:45:37] *** kekat_ is now known as kekat
[15:45:59] *** dominickn <dominickn!~dominickn@ppp234-214.static.internode.on.net> has joined #chromium
[15:46:16] *** moongazer <moongazer!~moongazer@59.95.136.210> has joined #chromium
[15:47:16] *** riq_ <riq_!~riq_@2601:646:8580:d9a0:647f:c937:8a4f:ea55> has joined #chromium
[15:48:40] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-188-103-222-233.188.103.pools.vodafone-ip.de> has quit IRC (Ping timeout: 258 seconds)
[15:49:41] *** Martchus <Martchus!~martchus@dslb-178-010-006-023.178.010.pools.vodafone-ip.de> has joined #chromium
[15:50:12] *** dominickn <dominickn!~dominickn@ppp234-214.static.internode.on.net> has quit IRC (Client Quit)
[15:53:10] *** jugglinmike <jugglinmike!~mike@38.104.218.154> has joined #chromium
[15:55:09] *** AaronMT <AaronMT!~textual@2620:101:80f2:224:2516:c4c:2d9e:d966> has joined #chromium
[15:56:48] *** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-wmaxmyxkovlxfntp> has quit IRC (Quit: Connection closed for inactivity)
[16:02:12] *** himcesjf <himcesjf!~himcesjf@taskhive/supporter/himcesjf> has joined #chromium
[16:04:24] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has joined #chromium
[16:08:08] *** jrmuizel <jrmuizel!~jrmuizel@135-23-100-88.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)
[16:16:32] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-188-103-222-233.188.103.pools.vodafone-ip.de> has joined #chromium
[16:19:20] *** binchen <binchen!~Bin@173.239.198.84> has joined #chromium
[16:21:10] *** bakkot_ <bakkot_!~Bakkot@c-73-231-84-26.hsd1.ca.comcast.net> has joined #chromium
[16:22:27] *** Bakkot <Bakkot!~Bakkot@c-24-5-144-153.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[16:22:27] *** bakkot_ is now known as Bakkot
[16:22:55] *** yunfei <yunfei!~haoyunfe@192.102.204.38> has quit IRC (Quit: Leaving.)
[16:30:17] *** seventh <seventh!seventh@199.48.241.106> has joined #chromium
[16:31:36] *** luc4 <luc4!~luca@185.43.148.11> has joined #chromium
[16:47:07] *** mpozdnyakov <mpozdnyakov!~mikhail@134.134.139.76> has quit IRC (Quit: Leaving.)
[16:47:40] *** HerbY_NL2 <HerbY_NL2!~HerbY_NL2@2001:67c:2564:518:61f6:2b6c:6094:c730> has quit IRC (Quit: Leaving)
[16:59:47] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has joined #chromium
[17:19:13] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has quit IRC (Ping timeout: 248 seconds)
[17:32:32] *** Guest93352 <Guest93352!~john@host86-143-92-3.range86-143.btcentralplus.com> has quit IRC (Ping timeout: 255 seconds)
[17:32:51] *** moongazer <moongazer!~moongazer@59.95.136.210> has quit IRC (Quit: Leaving)
[17:44:19] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[17:44:46] *** carewolf <carewolf!carewolf@nat/digia/x-mtunrtjwwxsjzeoh> has quit IRC (Quit: Konversation terminated!)
[17:46:36] *** Guest93352 <Guest93352!~john@host86-143-92-3.range86-143.btcentralplus.com> has joined #chromium
[17:47:33] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has quit IRC (Client Quit)
[17:52:12] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[18:00:27] *** esudyin_ <esudyin_!~esudyin@64.215.209.200> has joined #chromium
[18:00:27] *** esudyin <esudyin!~esudyin@64.215.209.200> has quit IRC (Read error: Connection reset by peer)
[18:03:27] *** esudyin <esudyin!~esudyin@172.56.14.236> has joined #chromium
[18:03:27] *** esudyin_ <esudyin_!~esudyin@64.215.209.200> has quit IRC (Read error: Connection reset by peer)
[18:04:21] *** esudyin_ <esudyin_!~esudyin@64.215.209.200> has joined #chromium
[18:04:21] *** esudyin <esudyin!~esudyin@172.56.14.236> has quit IRC (Read error: Connection reset by peer)
[18:06:12] *** ajax16384 <ajax16384!~User@109.60.138.138> has quit IRC (Read error: Connection reset by peer)
[18:11:22] *** esudyin <esudyin!~esudyin@2607:fb90:20d5:bf0e:b30f:faae:1b8a:3bd9> has joined #chromium
[18:11:24] *** litherum <litherum!~litherum@2601:646:8400:f600:2186:a72:6c2d:1f7c> has joined #chromium
[18:12:28] *** esudyin_ <esudyin_!~esudyin@64.215.209.200> has quit IRC (Ping timeout: 246 seconds)
[18:14:39] *** mmoroz <mmoroz!~mmoroz@104.132.61.85> has quit IRC (Quit: Lost terminal)
[18:18:13] *** jbrianceau is now known as jbrianceau_away
[18:18:25] *** esudyin_ <esudyin_!~esudyin@98.200.11.128> has joined #chromium
[18:20:54] *** esudyin__ <esudyin__!~esudyin@2607:fb90:20d5:bf0e:143c:5d35:7c0c:4f66> has joined #chromium
[18:21:34] *** esudyin <esudyin!~esudyin@2607:fb90:20d5:bf0e:b30f:faae:1b8a:3bd9> has quit IRC (Ping timeout: 246 seconds)
[18:22:30] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has quit IRC (Remote host closed the connection)
[18:22:50] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[18:22:53] *** esudyin_ <esudyin_!~esudyin@98.200.11.128> has quit IRC (Ping timeout: 245 seconds)
[18:23:23] *** esudyin <esudyin!~esudyin@172.56.14.154> has joined #chromium
[18:24:42] *** esudyin <esudyin!~esudyin@172.56.14.154> has quit IRC (Read error: Connection reset by peer)
[18:25:08] *** esudyin__ <esudyin__!~esudyin@2607:fb90:20d5:bf0e:143c:5d35:7c0c:4f66> has quit IRC (Ping timeout: 240 seconds)
[18:25:11] *** esudyin <esudyin!~esudyin@64.215.209.200> has joined #chromium
[18:25:27] *** esudyin <esudyin!~esudyin@64.215.209.200> has quit IRC (Read error: Connection reset by peer)
[18:25:47] *** esudyin <esudyin!~esudyin@64.215.209.200> has joined #chromium
[18:26:39] *** kekat <kekat!~kekat@88.235.62.189> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
[18:27:15] *** ss4 <ss4!~wootehfoo@cust-95-80-56-77.csbnet.se> has joined #chromium
[18:29:16] *** LCPolan <LCPolan!~textual@208.185.168.99> has joined #chromium
[18:30:41] *** ajax16384 <ajax16384!~User@109.60.130.33> has joined #chromium
[18:36:26] *** binchen <binchen!~Bin@173.239.198.84> has quit IRC (Ping timeout: 255 seconds)
[18:39:09] *** luc4 <luc4!~luca@185.43.148.11> has quit IRC (Quit: Konversation terminated!)
[18:41:45] *** RT|Chatzilla <RT|Chatzilla!~rt@reactos/tester/RT> has quit IRC (Quit: ChatZilla 0.9.86.1 [Firefox 2.0.0.22pre/2010030309])
[18:42:14] *** ss4 is now known as wootehfoot
[18:43:57] *** nfk <nfk!~nfk@unaffiliated/nfk> has joined #chromium
[18:48:10] *** esudyin_ <esudyin_!~esudyin@172.56.14.154> has joined #chromium
[18:48:15] *** nfk <nfk!~nfk@unaffiliated/nfk> has quit IRC (Client Quit)
[18:49:58] *** esudyin <esudyin!~esudyin@64.215.209.200> has quit IRC (Ping timeout: 245 seconds)
[18:52:32] *** jamm <jamm!~jam@unaffiliated/jamm> has quit IRC (Read error: Connection reset by peer)
[18:53:25] *** esudyin <esudyin!~esudyin@98.200.11.91> has joined #chromium
[18:53:25] *** esudyin_ <esudyin_!~esudyin@172.56.14.154> has quit IRC (Read error: Connection reset by peer)
[18:55:22] *** esudyin_ <esudyin_!~esudyin@98.200.11.91> has joined #chromium
[18:55:22] *** esudyin <esudyin!~esudyin@98.200.11.91> has quit IRC (Read error: Connection reset by peer)
[18:59:04] <thakis_> TIL that the reaction to "an ask" is not "an answer" but "a solve"
[19:00:28] *** gyuyoung <gyuyoung!~gyuyoung@fanzine.igalia.com> has quit IRC (Ping timeout: 240 seconds)
[19:00:57] <ellyjones> why would you say something like that
[19:04:56] *** litherum <litherum!~litherum@2601:646:8400:f600:2186:a72:6c2d:1f7c> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[19:07:46] *** vollick <vollick!~vollick@2620:15c:0:1:edb5:e72d:12c6:5eb0> has quit IRC (Ping timeout: 246 seconds)
[19:08:18] <scottmg> good learnings
[19:12:09] *** LCPolan <LCPolan!~textual@208.185.168.99> has quit IRC (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
[19:14:11] *** kw21 <kw21!~kw21@D978E830.cm-3-1d.dynamic.ziggo.nl> has joined #chromium
[19:16:08] *** LCPolan <LCPolan!~textual@208.185.168.99> has joined #chromium
[19:16:48] <thakis_> scottmg, hwennborg asks why we still have chrome.dll and chrome_child.dll. i know there's some reason for it that you explained to me before, but i forgot
[19:17:00] <thakis_> can we have a solve?
[19:17:33] <scottmg> i think the most recent reasons are pgo and win32k lockdown
[19:17:39] <scottmg> pgo because we couldn't do the whole thing
[19:18:12] <scottmg> win32k lockdown was because some dlls got loaded into chrome that we don't want in renderers and we didn't have a good way to avoid that
[19:19:02] <scottmg> but maybe once we switch to clang+lld and the toolchain is all sorted, we could convince jschuh/forshaw/wfh/whoever to come up with a better way to solve the win32k business
[19:19:53] *** vade <vade!~vade@cpe-74-66-66-137.nyc.res.rr.com> has joined #chromium
[19:20:49] *** vollick <vollick!~vollick@2620:15c:0:1:8544:b6ad:d8aa:c8f0> has joined #chromium
[19:24:19] <scottmg> i believe there was also a minor startup perf improvement, but that's from so long ago and with such different sizes of binaries that who knows if it's better or worse at this point
[19:31:43] *** gyuyoung <gyuyoung!~gyuyoung@155.red-79-152-175.dynamicip.rima-tde.net> has joined #chromium
[19:34:36] *** kbrgg <kbrgg!~kbr@104.132.0.80> has joined #chromium
[19:39:52] *** adamg <adamg!~akg@104-7-15-171.lightspeed.sntcca.sbcglobal.net> has quit IRC (Ping timeout: 260 seconds)
[19:42:33] *** esudyin <esudyin!~esudyin@2607:fb90:20d5:bf0e:c459:54d8:d56:e638> has joined #chromium
[19:45:57] *** esudyin_ <esudyin_!~esudyin@98.200.11.91> has quit IRC (Ping timeout: 258 seconds)
[19:46:11] <vade> Hi. Ive had a working custom Chromium build from the 58.0 build which has a implementation of a new video capture device. Ive just tried updating to the 60 versions, and am able to return buffers, but cant get anything on screen. I'm wondering if there is an overview anywhere of changed video capture API or internal assumptions
[19:46:54] *** ptx0 <ptx0!~cheesus_c@unaffiliated/ptx0> has joined #chromium
[19:47:26] *** esudyin_ <esudyin_!~esudyin@64.215.209.200> has joined #chromium
[19:49:16] *** pcc2 <pcc2!~pcc@104.133.3.80> has joined #chromium
[19:49:18] *** wychen <wychen!uid133960@gateway/web/irccloud.com/x-sxijkuqmyloyexls> has quit IRC (Quit: Connection closed for inactivity)
[19:51:03] *** esudyin <esudyin!~esudyin@2607:fb90:20d5:bf0e:c459:54d8:d56:e638> has quit IRC (Ping timeout: 260 seconds)
[19:52:25] *** gdub <gdub!~gdub@139.138.196.85> has quit IRC (Quit: Leaving)
[19:59:56] *** al-damiri <al-damiri!uid142631@gateway/web/irccloud.com/x-zoavjgtiyktmbkwb> has joined #chromium
[20:05:28] *** spossiba <spossiba!~spossiba@unaffiliated/stryx/x-3871776> has quit IRC (Ping timeout: 240 seconds)
[20:08:49] *** spossiba <spossiba!~spossiba@unaffiliated/stryx/x-3871776> has joined #chromium
[20:09:29] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has quit IRC (Quit: Computer has gone to sleep.)
[20:21:09] *** hta <hta!~hta@188-185-11.connect.netcom.no> has joined #chromium
[20:22:59] *** Bock <Bock!~bocaneri@about/linux/staff/sauvin> has quit IRC (Remote host closed the connection)
[20:24:03] *** pxs <pxs!~pxs@93.85.171.53> has quit IRC (Read error: Connection reset by peer)
[20:28:38] <scottmg> linux_android_rel_ng rel_ng rel_ng, linux_android_rel_ng why are you so slow
[20:28:45] <scottmg> (to the tune of mary had a little lamb)
[20:29:22] *** Jesin <Jesin!~Jesin@pool-72-83-231-252.washdc.fios.verizon.net> has quit IRC (Quit: Leaving)
[20:29:41] *** LCPolan <LCPolan!~textual@208.185.168.99> has quit IRC (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
[20:31:43] *** jaepark_talk____ <jaepark_talk____!5c83ff77@121.78.85.35> has quit IRC (Ping timeout: 255 seconds)
[20:38:55] *** LCPolan <LCPolan!~textual@208.185.168.99> has joined #chromium
[20:39:39] *** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bnknazcwrfprdxbx> has quit IRC (Quit: Connection closed for inactivity)
[20:40:12] <leiz> scottmg: I wonder when we'll get rid of the _ng postfix. Or if we are going to rel_ng_ng next. ;)
[20:41:08] <scottmg> leiz: ng_gold_pro_ultra_iii
[20:42:27] <ellyjones> lol
[20:42:59] *** rniwa <rniwa!~rniwa@65.199.22.133> has joined #chromium
[20:44:07] *** mikeecb <mikeecb!~mikeecb@37.220.13.51> has joined #chromium
[20:46:06] <mikeecb> hi all, i'm getting the following build error: https://pastebin.com/jKXtjFWK after a merge - is this familiar to anyone?
[20:47:03] <mikeecb> "because it is not in //build/config/sanitizers:deps's visibility list"
[20:48:06] *** litherum <litherum!~litherum@17.114.216.123> has joined #chromium
[20:50:57] <thakis_> leiz, _nng?
[20:50:59] <thakis_> nnnnnnnnng
[20:51:23] <thakis_> also fitting onomatopoeia
[20:52:19] <thakis_> mikeecb, thomasanderson will know about that
[20:52:34] <thakis_> thomasanderson, https://pastebin.com/jKXtjFWK
[20:53:34] <mikeecb> thakis_ thomasanderson this may (probably) is due to a bad merge i just discovered. apologies (will get back to you)!
[20:53:51] <mikeecb> *sigh*
[20:57:28] *** mikeecb <mikeecb!~mikeecb@37.220.13.51> has quit IRC ()
[20:58:55] *** TheFuzzball <TheFuzzball!~TheFuzzba@cpc6-camd15-2-0-cust186.20-2.cable.virginm.net> has joined #chromium
[21:05:03] *** Jesin <Jesin!~Jesin@pool-72-83-231-252.washdc.fios.verizon.net> has joined #chromium
[21:09:46] *** friedman <friedman!friedman@nat/google/x-ssddbxtysamapivz> has joined #chromium
[21:09:46] *** ChanServ sets mode: +v friedman
[21:10:01] *** litherum <litherum!~litherum@17.114.216.123> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:12:44] *** fredw <fredw!~Thunderbi@fanzine.igalia.com> has quit IRC (Quit: fredw)
[21:13:19] *** chat__ <chat__!~chat@p54905E1B.dip0.t-ipconnect.de> has joined #chromium
[21:18:55] *** gyuyoung <gyuyoung!~gyuyoung@155.red-79-152-175.dynamicip.rima-tde.net> has quit IRC (Remote host closed the connection)
[21:19:14] *** AaronMT <AaronMT!~textual@2620:101:80f2:224:2516:c4c:2d9e:d966> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[21:20:44] *** LCPolan <LCPolan!~textual@208.185.168.99> has quit IRC (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
[21:21:21] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Quit: Leaving)
[21:22:39] *** Alphabet <Alphabet!~Jimmy98@89.41.57.33> has quit IRC (Quit: leaving)
[21:23:15] *** ZarkBit <ZarkBit!~ZarkBit@210.229.189.46.rev.vodafone.pt> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
[21:32:19] *** Guest8339 <Guest8339!~ed@c80-217-116-14.bredband.comhem.se> has quit IRC (Quit: ZNC - http://znc.in)
[21:38:44] *** hta <hta!~hta@188-185-11.connect.netcom.no> has quit IRC (Read error: Connection reset by peer)
[21:39:13] *** ed <ed!~ed@c80-217-116-14.bredband.comhem.se> has joined #chromium
[21:39:37] *** ed is now known as Guest23873
[21:43:57] *** darktear_ <darktear_!~darktears@kde/developer/menard> has joined #chromium
[21:43:57] *** ChanServ sets mode: +v darktear_
[21:44:34] <vade> maybe a stupid q here - but im trying to compare behaviour of an old Chrome 58 vs 60 build. I have a fresh depot tools. Ive checked out src tag for 58 release and I cant get depot tools to gn gen without an error. Is depot_tools only for a specfic tag? or do I need to do some sort of clean to get gn gen to work when switching tags?
[21:45:07] <ellyjones> no, it should still work, but you probably need to 'gclient sync'
[21:45:11] <ellyjones> after changing branch heads
[21:45:20] *** litherum <litherum!~litherum@17.114.216.123> has joined #chromium
[21:45:49] <vade> interesting. lets see
[21:45:55] <vade> Thanks
[21:46:24] <vade> gclient is only for Chrome / google tools yes?
[21:46:47] *** darktear_ <darktear_!~darktears@kde/developer/menard> has quit IRC (Remote host closed the connection)
[21:47:24] *** adamg <adamg!~akg@104-7-15-171.lightspeed.sntcca.sbcglobal.net> has joined #chromium
[21:47:45] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[21:47:48] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Remote host closed the connection)
[21:48:10] <vade> yea, that appeared to do it.
[21:48:25] <vade> Thanks ellyjones - is there a best practices doc for depot tools / gclient ?
[21:48:28] <ellyjones> gclient is used for syncing all of our dependency repos
[21:48:40] <ellyjones> there aren't really best practices per se, you just need to 'gclient sync' whenever the version of a dependency might be different
[21:48:44] <ellyjones> (so, whenever the DEPS file changes)
[21:49:50] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[21:49:58] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Client Quit)
[21:50:49] *** hta <hta!~hta@188-185-11.connect.netcom.no> has joined #chromium
[21:51:26] <vade> roger that.
[21:51:33] <vade> Thanks ellyjones
[21:52:00] *** ZarkBit <ZarkBit!~ZarkBit@210.229.189.46.rev.vodafone.pt> has joined #chromium
[21:53:19] *** pkasting <pkasting!pkasting@nat/google/x-klhejvsbvlgpxhzj> has joined #chromium
[21:53:19] *** ChanServ sets mode: +v pkasting
[21:54:33] *** seventh <seventh!seventh@199.48.241.106> has quit IRC (Remote host closed the connection)
[21:56:47] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[21:58:47] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Client Quit)
[21:59:06] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[22:01:03] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Client Quit)
[22:01:20] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[22:08:00] *** kbalazs <kbalazs!~balazs@162.246.218.28> has quit IRC (Remote host closed the connection)
[22:08:28] *** kbalazs <kbalazs!~balazs@162.246.218.28> has joined #chromium
[22:12:41] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@bur64-4-78-199-90-154.fbx.proxad.net> has quit IRC (Quit: YuGiOhJCJ)
[22:15:41] *** litherum <litherum!~litherum@17.114.216.123> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[22:16:03] *** litherum <litherum!~litherum@17.202.139.214> has joined #chromium
[22:16:49] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Quit: Leaving)
[22:17:11] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[22:17:38] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Client Quit)
[22:17:56] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[22:18:10] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Remote host closed the connection)
[22:18:36] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[22:18:52] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Remote host closed the connection)
[22:19:21] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has joined #chromium
[22:20:25] *** LCPolan <LCPolan!~textual@208.185.168.99> has joined #chromium
[22:21:10] *** onlinedbug <onlinedbug!~onlinedbu@87.69.252.53> has quit IRC (Client Quit)
[22:31:52] *** alexg__ <alexg__!~alex@29.150.20.95.dynamic.jazztel.es> has quit IRC (Ping timeout: 255 seconds)
[22:35:58] *** esudyin <esudyin!~esudyin@172.56.15.224> has joined #chromium
[22:38:35] *** esudyin_ <esudyin_!~esudyin@64.215.209.200> has quit IRC (Ping timeout: 240 seconds)
[22:40:27] *** wootehfoot <wootehfoot!~wootehfoo@cust-95-80-56-77.csbnet.se> has quit IRC (Ping timeout: 240 seconds)
[22:40:28] *** esudyin <esudyin!~esudyin@172.56.15.224> has quit IRC (Read error: Connection reset by peer)
[22:41:57] *** esudyin <esudyin!~esudyin@64.215.209.200> has joined #chromium
[22:49:08] *** hta <hta!~hta@188-185-11.connect.netcom.no> has quit IRC (Read error: Connection reset by peer)
[22:51:05] *** hta <hta!~hta@188-185-11.connect.netcom.no> has joined #chromium
[22:54:41] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has quit IRC (Ping timeout: 248 seconds)
[22:54:44] *** kbrgg <kbrgg!~kbr@104.132.0.80> has quit IRC (Quit: kbrgg)
[22:56:32] *** yigu <yigu!~yigu@2620:15c:0:1:f5c5:d3a2:b64:b82> has quit IRC (Ping timeout: 246 seconds)
[22:58:28] *** litherum <litherum!~litherum@17.202.139.214> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[22:59:43] *** litherum <litherum!~litherum@17.114.216.123> has joined #chromium
[23:02:43] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[23:03:10] *** kbrgg <kbrgg!~kbr@104.132.0.80> has joined #chromium
[23:04:03] <vade> Hrm. Im having issues compiling Chromes GL bindings, <GL/gl.h> is not found on OS X, and the include is normally <OpenGL/gl.h> etc
[23:08:04] *** ajax16384 <ajax16384!~User@109.60.130.33> has quit IRC (Read error: Connection reset by peer)
[23:08:07] *** hta <hta!~hta@188-185-11.connect.netcom.no> has quit IRC (Read error: Connection reset by peer)
[23:08:19] <vade> is there a set of deps or libs to include if your source uses gl init in chrome?
[23:08:54] <vade> ive addes sources += "//ui/gl/init/gl_factory.h" etc, and libs for OpenGL.framework - still got that error however.
[23:09:09] *** yigu <yigu!~yigu@2620:15c:0:1:d465:3ba1:4a5d:d101> has joined #chromium
[23:27:19] *** rego <rego!~rego@66.193.27.77.dynamic.reverse-mundo-r.com> has quit IRC (Quit: Leaving)
[23:27:29] *** timbrown_ <timbrown_!~timbrown@104.132.1.85> has joined #chromium
[23:28:18] *** Savago <Savago!~adenilson@217.140.103.75> has quit IRC (Ping timeout: 245 seconds)
[23:28:35] *** esudyin_ <esudyin_!~esudyin@172.56.15.122> has joined #chromium
[23:30:23] *** esudyin__ <esudyin__!~esudyin@172.56.15.179> has joined #chromium
[23:31:49] *** Savago <Savago!~adenilson@217.140.103.75> has joined #chromium
[23:32:38] *** esudyin <esudyin!~esudyin@64.215.209.200> has quit IRC (Ping timeout: 260 seconds)
[23:33:11] *** esudyin_ <esudyin_!~esudyin@172.56.15.122> has quit IRC (Ping timeout: 260 seconds)
[23:36:25] *** cmumford <cmumford!cmumford@nat/google/x-nklpuccjehewjqrr> has quit IRC (Ping timeout: 272 seconds)
[23:39:24] *** chronotoss <chronotoss!~chronotos@cpe-76-84-36-105.neb.res.rr.com> has joined #chromium
[23:40:30] *** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-laeabdejgxcygcdr> has joined #chromium
[23:45:45] *** ExoUNX <ExoUNX!~ExoUNX@unaffiliated/exounx> has quit IRC (Quit: Leaving)
[23:48:54] *** esudyin <esudyin!~esudyin@172.56.15.179> has joined #chromium
[23:49:07] *** cmumford <cmumford!cmumford@nat/google/x-wwosuejeqdwussdj> has joined #chromium
[23:49:07] *** ChanServ sets mode: +v cmumford
[23:49:12] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has quit IRC (Remote host closed the connection)
[23:49:55] *** Streusel <Streusel!~Anonymous@unaffiliated/streusel> has joined #chromium
[23:50:21] *** UnknownzD <UnknownzD!~oC]Unknow@unaffiliated/unknownzd> has quit IRC (Read error: Connection reset by peer)
[23:50:21] *** esudyin <esudyin!~esudyin@172.56.15.179> has quit IRC (Read error: Connection reset by peer)
[23:50:35] *** [oC]UnknownzD <[oC]UnknownzD!~oC]Unknow@unaffiliated/unknownzd> has joined #chromium
[23:50:44] *** esudyin <esudyin!~esudyin@98.200.10.197> has joined #chromium
[23:51:14] *** esudyin__ <esudyin__!~esudyin@172.56.15.179> has quit IRC (Read error: Connection reset by peer)
[23:51:42] *** esudyin_ <esudyin_!~esudyin@2607:fb90:20dd:f5e9:31e:7c80:3f5a:106f> has joined #chromium
[23:53:06] *** kbalazs <kbalazs!~balazs@162.246.218.28> has quit IRC (Remote host closed the connection)
[23:53:47] *** Savago_ <Savago_!~adenilson@217.140.103.75> has joined #chromium
[23:54:21] *** kbalazs <kbalazs!~balazs@162.246.218.28> has joined #chromium
[23:55:07] *** esudyin <esudyin!~esudyin@98.200.10.197> has quit IRC (Ping timeout: 246 seconds)
[23:56:10] *** esudyin <esudyin!~esudyin@2607:fb90:20dd:f5e9:ee84:fa02:67ac:3c96> has joined #chromium
[23:56:22] *** pkasting <pkasting!pkasting@nat/google/x-klhejvsbvlgpxhzj> has quit IRC (Ping timeout: 240 seconds)
[23:58:01] *** esudyin__ <esudyin__!~esudyin@c-76-30-36-33.hsd1.tx.comcast.net> has joined #chromium
[23:59:42] *** esudyin_ <esudyin_!~esudyin@2607:fb90:20dd:f5e9:31e:7c80:3f5a:106f> has quit IRC (Ping timeout: 240 seconds)
top

   May 24, 2017  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >