[00:00:51] *** sergiyb has quit IRC
[00:01:17] *** sergiyb has joined #chromium
[00:01:22] *** Asandari has joined #chromium
[00:03:07] *** vmpstr has joined #chromium
[00:03:07] *** ChanServ sets mode: +v vmpstr
[00:03:44] *** Mars` has quit IRC
[00:04:14] *** rtoyg_m has quit IRC
[00:04:38] *** FreezingCold has joined #chromium
[00:04:55] *** kaleung has quit IRC
[00:05:15] *** saml has quit IRC
[00:05:45] *** thakis_ has joined #chromium
[00:05:52] *** kbrgg has joined #chromium
[00:10:23] *** wartdev has joined #chromium
[00:11:49] *** kbrgg has quit IRC
[00:11:58] *** mdempsky has joined #chromium
[00:11:59] *** ChanServ sets mode: +v mdempsky
[00:14:59] <mdempsky> The style guide says one of the acceptable use cases for default arguments is for variable-length argument lists; do people think a function to create graph nodes with 0 to 2 children counts for that exception?
[00:15:26] *** FreezingCold has quit IRC
[00:15:34] <mdempsky> E.g., something like "Node* MakeNode(int node_value, Node* left = nullptr, Node* right = nullptr)"
[00:18:19] *** hta has quit IRC
[00:19:40] <scottmg> if it's only 2, i'd probably just pass null explicitly unless there's an extremely large number of callsites
[00:20:20] *** tomzx is now known as tomzx`afk
[00:24:19] <mdempsky> There's 27 non-test call sites and 40 testing call sites.
[00:24:47] *** rjkroege has joined #chromium
[00:24:55] <mdempsky> If it makes a difference, the number of children is constrained by the node value; i.e., for each node value, exactly 0, 1, or 2 children are required.
[00:26:06] <mdempsky> The call sites are complicated enough though already that adding extra dummy arguments would reduce readability, IMO.
[00:26:18] *** larzo has joined #chromium
[00:26:49] *** dbz2k has joined #chromium
[00:27:21] *** larzo has quit IRC
[00:30:35] <scottmg> i'm not a Style Mastar, so i'm not sure. i'd probably just avoid the problem and have separate functions with more descriptive names that call MakeNode. but if the best name for them is Make0, Make1, Make2, then maybe not
[00:31:17] *** disabled_ has joined #chromium
[00:31:19] *** hongchan has joined #chromium
[00:33:31] *** RT|Chatzilla has joined #chromium
[00:33:37] *** sdfvsfgvsdf has quit IRC
[00:34:09] *** sky__ has joined #chromium
[00:34:09] *** ChanServ sets mode: +v sky__
[00:34:39] *** hongchan has quit IRC
[00:35:20] <mdempsky> The 0 and 2 cases could be named like MakeReturn and MakeBranch (resp), but there's not really a good name for the 1 case; it's just MakeOther or MakeGeneric or something, which feels funny since they're the most common.
[00:35:36] <mdempsky> Or I guess MakeCommon() :P
[00:36:10] *** kbrgg has joined #chromium
[00:36:16] <scottmg> perhaps 1 is just MakeInstruction then, they all call XyzImpl
[00:36:43] <mdempsky> yeah
[00:37:34] *** sky_ has quit IRC
[00:38:07] *** MuVen has quit IRC
[00:39:56] *** ncapens has joined #chromium
[00:42:32] *** larzo has joined #chromium
[00:53:26] *** givanse has joined #chromium
[00:53:30] *** disabled__ has joined #chromium
[00:54:04] *** thakis_ has quit IRC
[00:56:31] *** disabled_ has quit IRC
[00:57:51] *** wbill has joined #chromium
[00:58:33] *** Z_God has quit IRC
[00:59:26] *** wbill has quit IRC
[01:01:45] *** tomzx`afk is now known as tomzx
[01:02:41] *** atanasb has joined #chromium
[01:02:46] *** spolu has quit IRC
[01:04:03] *** ncapens has quit IRC
[01:05:54] *** Criten has left #chromium
[01:07:23] *** sky_ has joined #chromium
[01:07:23] *** ChanServ sets mode: +v sky_
[01:09:19] *** lgombos_ has quit IRC
[01:10:50] *** lgombos has joined #chromium
[01:10:50] *** ChanServ sets mode: +v lgombos
[01:10:55] *** sky__ has quit IRC
[01:12:15] *** lgombos_ has joined #chromium
[01:15:50] *** lgombos has quit IRC
[01:18:54] *** lgombos_ has quit IRC
[01:21:36] *** isherman-book has joined #chromium
[01:21:36] *** ChanServ sets mode: +v isherman-book
[01:22:46] *** _0x1d3 has quit IRC
[01:23:19] *** _0x1d3 has joined #chromium
[01:24:02] *** jrmuizel has quit IRC
[01:25:27] *** hongchan has joined #chromium
[01:26:27] *** isherman-book has quit IRC
[01:27:20] *** lgombos_ has joined #chromium
[01:27:33] *** _0x1d3 has quit IRC
[01:28:56] *** lgombos__ has joined #chromium
[01:30:12] *** jrmuizel has joined #chromium
[01:30:20] *** cagedwisdom has quit IRC
[01:30:29] *** jrmuizel has quit IRC
[01:32:19] *** lgombos_ has quit IRC
[01:34:43] *** CustosL1men has joined #chromium
[01:35:49] *** atanasb has quit IRC
[01:38:02] *** Corey84- has quit IRC
[01:39:00] *** Shrooms has quit IRC
[01:40:24] *** hongchan has quit IRC
[01:42:54] *** atrx has quit IRC
[01:43:24] *** stuartmorgan has quit IRC
[01:43:49] *** rjkroege has quit IRC
[01:44:36] *** Corey84- has joined #chromium
[01:45:07] *** CustosL1men has quit IRC
[01:51:41] *** SQL has quit IRC
[01:52:06] *** delvinj has joined #chromium
[01:52:26] <thakis> i’ll do another fyi restart
[01:54:28] *** lgombos has joined #chromium
[01:54:29] *** ChanServ sets mode: +v lgombos
[01:55:27] *** lgombos__ has quit IRC
[01:55:53] *** lgombos_ has joined #chromium
[01:58:22] *** zelidrag has joined #chromium
[01:58:22] *** ChanServ sets mode: +v zelidrag
[01:59:32] *** lgombos has quit IRC
[02:01:33] <thakis> and another fyi restart
[02:04:26] <jamesr_> thakis: argh, you reverted a week's worth of mojo changes for a one-line build fix :(
[02:04:55] <thakis> if it’s easy to roll forward, roll forward
[02:05:21] <thakis> keeping the build in a flaky state will not stand
[02:05:23] *** wartdev has quit IRC
[02:06:51] <jamesr_> is there an actual build error?
[02:07:27] <rmsousa> anyone know why the bot isn't closing hte tree for the current failures in chromium.win?
[02:08:40] <scottmg> rmsousa: the tree doesn't close any more other than for ... "infra is broken"
[02:08:58] <scottmg> tests are supposed to be resolved by the offender or sheriffs while the tree stays open
[02:10:07] <rmsousa> Oh... I didn't know about that change, wasn't paying attention to the waterfall since I was getting no breakage email :(
[02:10:52] *** atanasb has joined #chromium
[02:13:49] *** kameloso has quit IRC
[02:14:09] *** thakis_ has joined #chromium
[02:15:07]
<trungl-bot`> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on http://build.chromium.org/p/chromium.win/builders/Win8%20GN/builds/248 "Win8 GN" from 0775057cb094eeb410922c6828807ffe207e5693: ananta at chromium dot org (:iyengar),asvitkine at chromium dot org,baixo@chromium.org,bajones@chromium.org,blink-deps-roller@chromium.org,bradnelson@google.com,danakj@chromium.org,dpranke@chromium.org,enne@chromium.org,eroman@chromium.org (
[02:15:11] <dpranke> I'm on the GN thing ..
[02:15:15] *** jsbell has quit IRC
[02:15:24] <leiz> "Program database manager mismatch; please check your installation"
[02:15:28] <dpranke> yeah
[02:15:32] *** litherum has quit IRC
[02:15:37] <hubbe> I'm going home
[02:15:38] <dpranke> either I expect this error, or something went wrong :)
[02:15:45] <hubbe> peace out
[02:15:49] *** hubbe has left #chromium
[02:15:57] <scottmg> hrm
[02:16:03] <dpranke> I've reopened the tree for the moment
[02:16:08] <trungl-bot`> Unknown tree status set by dpranke at chromium dot org: Tree is oepn (Win8 GN -> dpranke)
[02:16:14] <dpranke> scottmg: my guess is that this was a build from before the change landed
[02:16:23] <scottmg> oh ok
[02:16:24] <dpranke> scottmg: I don't trust the state of those bots yet
[02:16:28] <scottmg> fingers crossed :)
[02:16:42] <scottmg> i'm just about to land a new toolchain btw, so that might make it more confusing
[02:17:17] <dpranke> excellent!
[02:17:20] <scottmg> "in theory" it'll be problem free
[02:17:46] <scottmg> otoh, i'm doing it on friday evening for a reason :)
[02:17:49] *** kameloso has joined #chromium
[02:17:56] <dpranke> ok, the build that failed *should've* had the fix :( ...
[02:18:02] <scottmg> crud
[02:18:10] <dpranke> but, like I said, I don't trust the state on these bots
[02:18:14] <dpranke> they're doing something weird
[02:18:20] *** zelidrag has quit IRC
[02:18:42] *** thakis_ has quit IRC
[02:18:53] <jamesr_> btw oepn != open
[02:18:58] <jamesr_> don't think any patches will land with this status
[02:19:13] <trungl-bot`> Tree opened by thestig at chromium dot org (:leiz): Tree is open (Win8 GN -> dpranke)
[02:19:15] *** thakis_ has joined #chromium
[02:19:18] <dpranke> oh, whoops
[02:19:38] <leiz> speling is hard :(
[02:20:53] *** vanila has joined #chromium
[02:20:54] <vanila> hey
[02:21:04] <vanila> do you know if it's possible to add more pictures to the thing where you make chromium users?
[02:23:01] *** FreezingCold has joined #chromium
[02:24:58] <dpranke> scottmg: ok, I'm gonna try a clobber
[02:25:07] <scottmg> isn't it always clobber?
[02:25:10] *** thakis_ has quit IRC
[02:25:13] <dpranke> oh
[02:25:18] <scottmg> not to rain on the parade :/
[02:25:19] <dpranke> good point, it should be
[02:25:35] <leiz> vanila: see /topic
[02:25:50] <dpranke> hm ...
[02:26:14] <scottmg> i'm really not sure what that error is actually saying
[02:26:44] <dpranke> I'm going to log into the bot, stop the slave, and see if I can figure out what's going on
[02:26:54] <dpranke> I did verify that it looks like the right runtime dll's were copied over
[02:27:03] *** ncbray has quit IRC
[02:27:14] *** hta has joined #chromium
[02:29:57] *** kbalazs has quit IRC
[02:33:21] <dpranke> scottmg: what version of the toolchain should I be seeing?
[02:33:43] <dpranke> scottmg: on the bot, cl gives me 18.00.30723 for x86
[02:33:55] <dpranke> in my dev checkout, I get 18.00.30501 ?
[02:34:35] *** AaronMT has quit IRC
[02:34:47] <dpranke> I do not see a mspdbsrv.exe running on the bot, either
[02:35:59] <dpranke> I could try blowing away the toolchain on the bot and reinstalling it ...
[02:38:54] *** thakis_ has joined #chromium
[02:40:09] *** rjkroege has joined #chromium
[02:42:10] *** atanasb has quit IRC
[02:43:08] <trungl> 'evening, #chromium!
[02:43:08] <trungl-bot`> Good evening, trungl.
[02:44:13] <thakis_> ‘evening, #trungl!
[02:44:24] <trungl> #thakis_!
[02:46:41] *** rjkroege has quit IRC
[02:47:10] *** JiYaaHMiH has joined #chromium
[02:48:04] *** smortep has joined #chromium
[02:49:40] *** smortep has quit IRC
[02:51:15] *** caitp- has joined #chromium
[02:54:21] *** caitp has quit IRC
[02:55:35] *** disabled_ has joined #chromium
[02:56:32] *** atanasb has joined #chromium
[02:57:37] *** disabled__ has quit IRC
[02:58:14] *** jfroy|google has quit IRC
[02:59:52] *** thakis_ has quit IRC
[03:00:21] *** sky__ has joined #chromium
[03:00:25] *** pkasting_ has joined #chromium
[03:00:37] *** ChanServ sets mode: +v sky__
[03:00:37] *** ChanServ sets mode: +v pkasting_
[03:00:54] *** hta has quit IRC
[03:01:33] *** hcarmona has quit IRC
[03:03:36] *** kameloso has quit IRC
[03:04:01] *** pkasting__ has quit IRC
[03:04:05] *** sky_ has quit IRC
[03:05:37] *** kameloso has joined #chromium
[03:05:37] *** disabled__ has joined #chromium
[03:06:15] *** cagedwisdom has joined #chromium
[03:07:29] *** disabled_ has quit IRC
[03:08:32] *** lgombos_ has quit IRC
[03:11:32] *** mmoss has quit IRC
[03:20:30] <scottmg> i would have expected it ~6-7 from the top at the moment. hmm
[03:21:24] <dpranke> scottmg: I would swear I just saw it, and then it disappeared
[03:21:35] <dpranke> maybe some sort of bug in the buildbot console?
[03:21:59] <scottmg> i guess? wacky. maybe it's trying to helpfully filter certain things
[03:23:25] <jamesr_> scottmg: are you hellbanned from buildbot?
[03:23:48] <scottmg> #win
[03:24:35] *** kbrgg has quit IRC
[03:24:59] <dpranke> bugdroid seems to have gone rogue
[03:25:03] <trungl> scottmg: is it on the real (uncached) waterfall?
[03:25:35] <trungl> isn't there a (long-standing) bug (since the git transition) in which CLs with "long" (> 1 KB) descriptions don't make it onto the cached waterfall?
[03:25:47] <trungl> (your CL description clocks in at > 1200 chars
[03:25:48] <scottmg> trungl: nope, not on chromegw/ either
[03:25:50] <dpranke> news to me, but maybe?
[03:25:51] <trungl> hrm
[03:26:07] <scottmg> oh, wait it is now actually, i swear i checked there before
[03:26:27] <scottmg> ah, that must be it. that's a very strange bug, but i guess it encourages brevity!
[03:26:44] *** msw_ has quit IRC
[03:27:19] <scottmg> good to know, thanks
[03:27:30] <trungl> scottmg: "encourages brevity" ... unless you have something to hide
[03:27:36] <trungl> muahahaha
[03:28:15] *** atanasb has quit IRC
[03:28:45] <trungl> (the explanation of the bug that I heard was that the scraper only scrapes the first 1 KB of the description, and if that doesn't include the commit position, it doesn't end up on the mirrored/cached waterfall)
[03:29:22] *** larzo has quit IRC
[03:39:17] *** ncbray has joined #chromium
[03:40:20] *** rnk has quit IRC
[03:40:26] *** rjkroege has joined #chromium
[03:40:39] *** jfroy|google has joined #chromium
[03:42:37] *** atrx has joined #chromium
[03:45:06] *** ncbray has quit IRC
[03:46:17] <trungl-bot`> Tree opened by dpranke at chromium dot org: Tree is open
[03:46:47] *** igoroliveira has quit IRC
[03:48:39] *** dpranke has quit IRC
[03:56:56] *** rouslan has joined #chromium
[03:56:56] *** ChanServ sets mode: +v rouslan
[03:59:08] *** rjkroege has quit IRC
[04:01:12] *** wcfields has quit IRC
[04:04:36] *** Matool has joined #chromium
[04:07:32] <rmsousa> hm msvc linker 80MB limit
[04:08:02] <rmsousa> seems the blink roll pushed it over the limit
[04:10:36] <rmsousa> scottmg: yt?
[04:14:21] *** Mars` has joined #chromium
[04:16:01] *** ncbray has joined #chromium
[04:16:01] *** ChanServ sets mode: +v ncbray
[04:20:01] *** Lukimya has quit IRC
[04:20:07] *** ncbray has quit IRC
[04:23:30] *** FreezingCold has quit IRC
[04:25:12] *** givanse has quit IRC
[04:27:33] *** Corey84- has quit IRC
[04:29:09] *** Mars` has quit IRC
[04:30:03] *** disabled__ has quit IRC
[04:31:36] *** Corey84- has joined #chromium
[04:32:58] *** Corey84- has quit IRC
[04:38:38] *** givanse has joined #chromium
[04:39:17] *** thakis_ has joined #chromium
[04:41:14] *** pkasting_ has quit IRC
[04:43:06] *** scottmg has quit IRC
[04:44:06] *** Corey84- has joined #chromium
[04:45:59] <trungl-bot`> Tree closed by scottmg at chromium dot org: Tree is closed (win x64 dbg -> scottmg)
[04:46:45] *** thakis_ has quit IRC
[04:47:13] *** Mars` has joined #chromium
[04:48:31] *** scottmg has joined #chromium
[04:49:03] *** Matool has quit IRC
[04:51:20] *** Matool has joined #chromium
[04:52:02] <trungl-bot`> Tree opened by scottmg at chromium dot org: Tree is open (win x64 dbg -> scottmg)
[04:55:21] *** rjkroege has joined #chromium
[04:55:46] *** boombatower has joined #chromium
[04:59:58] *** rjkroege has quit IRC
[05:01:29] *** Matool has quit IRC
[05:01:56] <trungl-bot`> hubbe, rmsousa, vabr: ^^^
[05:02:06] <scottmg> i think it's flaking occasionally
[05:07:45] *** Mars` has quit IRC
[05:09:57] *** mukai_ has quit IRC
[05:18:26] *** atanasb has joined #chromium
[05:18:58] *** FreezingCold has joined #chromium
[05:23:34] *** _0x1d3 has joined #chromium
[05:27:47] *** _0x1d3 has quit IRC
[05:30:08] *** flyback has joined #chromium
[05:32:49] *** flyback has quit IRC
[05:32:59] *** jrmuizel has joined #chromium
[05:33:00] *** flyback has joined #chromium
[05:33:12] *** Torne has quit IRC
[05:33:26] *** Torne has joined #chromium
[05:33:26] *** Torne has joined #chromium
[05:33:26] *** ChanServ sets mode: +v Torne
[05:38:26] *** Mars` has joined #chromium
[05:42:51] *** rjkroege has joined #chromium
[05:44:56] *** toothe has quit IRC
[05:47:39] *** rjkroege has quit IRC
[05:47:40] *** lgombos has joined #chromium
[05:47:40] *** ChanServ sets mode: +v lgombos
[05:47:48] *** lgombos has quit IRC
[05:51:55] *** atanasb has quit IRC
[05:53:19] *** jrmuizel has quit IRC
[05:54:52] *** vadimsh has quit IRC
[05:55:23] *** flyback has quit IRC
[05:56:47] <trungl-bot`> Tree opened by scottmg at chromium dot org: Tree is open (win x64 dbg should cycle green)
[05:57:39] *** aflynn has joined #chromium
[05:59:31] *** Mars` has quit IRC
[06:02:25] *** flyback has joined #chromium
[06:05:15] *** fasheng has joined #chromium
[06:07:11] *** fasheng has quit IRC
[06:07:50] *** fasheng has joined #chromium
[06:13:55] *** jrmuizel has joined #chromium
[06:17:12] *** jfroy|google has quit IRC
[06:26:53] *** atanasb has joined #chromium
[06:28:11] *** thumpba has joined #chromium
[06:33:17] *** atrx has quit IRC
[06:34:06] *** scottmg has quit IRC
[06:36:39] *** vanila has quit IRC
[06:37:05] *** jrmuizel has quit IRC
[06:40:03] *** FreezingCold has quit IRC
[06:42:27] *** astrofog has joined #chromium
[06:42:33] *** vadimsh has joined #chromium
[06:51:37] *** aflynn has quit IRC
[06:53:09] *** Squishy has joined #chromium
[06:55:07] *** rmsousa has quit IRC
[06:55:18] *** rjkroege has joined #chromium
[06:59:41] *** Namegduf is now known as JBeshir
[06:59:57] *** atanasb has quit IRC
[07:01:01] *** rjkroege has quit IRC
[07:05:39] *** awong has quit IRC
[07:06:30] *** caitp- has quit IRC
[07:11:56] *** newt_ has quit IRC
[07:17:08] *** newt has joined #chromium
[07:17:08] *** ChanServ sets mode: +v newt
[07:20:06] *** cagedwisdom has quit IRC
[07:21:57] *** atrx has joined #chromium
[07:30:25] *** JiYaaHMiH has quit IRC
[07:38:45] *** astrofog has quit IRC
[07:45:20] *** sky_ has joined #chromium
[07:45:20] *** ChanServ sets mode: +v sky_
[07:45:52] *** kameloso has quit IRC
[07:47:22] *** kameloso has joined #chromium
[07:47:37] *** ncbray has joined #chromium
[07:47:37] *** ChanServ sets mode: +v ncbray
[07:49:11] *** sky__ has quit IRC
[07:52:09] *** ncbray has quit IRC
[07:57:22] *** Betal has quit IRC
[08:02:13] *** JakeSays has quit IRC
[08:02:26] *** JakeSays has joined #chromium
[08:10:59] *** caitp- has joined #chromium
[08:12:20] *** tomzx is now known as tomzx`afk
[08:13:08] *** azi` has quit IRC
[08:16:42] *** caitp- has quit IRC
[08:23:52] *** thakis_ has joined #chromium
[08:28:51] *** thumpba has quit IRC
[08:31:34] *** Corey84- has quit IRC
[08:33:39] *** thakis_ has quit IRC
[08:35:36] *** Corey84- has joined #chromium
[08:40:00] *** Corey84- has quit IRC
[08:40:01] *** Corey84- has joined #chromium
[08:40:01] *** Corey84- has joined #chromium
[08:43:50] *** nicksydney has quit IRC
[08:58:24] *** yoav has joined #chromium
[09:12:12] *** nicksydney has joined #chromium
[09:21:31] *** newt has quit IRC
[09:24:08] *** Shin-LaC has quit IRC
[09:25:33] *** nicksydney_ has joined #chromium
[09:26:07] *** nicksydney has quit IRC
[09:26:45] *** jyasskin has joined #chromium
[09:29:06] *** azi` has joined #chromium
[09:39:08] *** Shin-LaC has joined #chromium
[09:41:43] *** ebraminio has joined #chromium
[09:42:32] *** Shrooms has joined #chromium
[09:48:10] *** ajax16384 has joined #chromium
[09:52:05] *** macs1 has joined #chromium
[09:52:47] *** Corey84- has quit IRC
[09:53:05] <macs1> using crouton, youtube stops buffering when i switch into ubuntu. any idea how to fix this
[09:56:36] *** Corey84- has joined #chromium
[10:00:00] *** cagedwisdom has joined #chromium
[10:01:51] *** macs1 has quit IRC
[10:04:12] *** jyasskin has quit IRC
[10:19:09] *** atanasb has joined #chromium
[10:19:31] *** _william_ has joined #chromium
[10:21:12] *** _william_ has left #chromium
[10:22:47] *** vadimsh has quit IRC
[10:27:26] *** ome has joined #chromium
[10:34:40] *** fasheng has quit IRC
[10:42:22] *** ebraminio has quit IRC
[10:47:55] *** tav has joined #chromium
[10:50:13] *** len_ has quit IRC
[10:52:29] *** ensonic has joined #chromium
[10:52:47] *** atanasb has quit IRC
[10:56:28] *** fasheng has joined #chromium
[10:58:00] *** fasheng has joined #chromium
[10:58:51] *** fasheng has quit IRC
[10:59:28] *** fasheng has joined #chromium
[11:00:18] *** muelli has joined #chromium
[11:01:20] *** fasheng has joined #chromium
[11:02:25] *** fasheng has joined #chromium
[11:04:00] *** fasheng has joined #chromium
[11:08:52] *** ebraminio has joined #chromium
[11:20:23] *** andern has quit IRC
[11:27:40] *** andern has joined #chromium
[11:29:18] *** muelli has quit IRC
[11:40:53] *** _0x1d3 has joined #chromium
[11:45:29] *** _0x1d3 has quit IRC
[11:47:18] *** atanasb has joined #chromium
[11:51:56] *** _0x1d3 has joined #chromium
[11:54:47] *** ebraminio has quit IRC
[12:05:44] *** boombatower has quit IRC
[12:07:41] *** atrx has quit IRC
[12:16:12] *** ebraminio has joined #chromium
[12:16:23] *** sarri has quit IRC
[12:18:28] *** sarri has joined #chromium
[12:24:19] *** Megalepozy has joined #chromium
[12:24:56] *** Megalepozy has left #chromium
[12:32:09] *** Shrooms has quit IRC
[12:33:53] *** thumpba has joined #chromium
[12:36:05] *** thumpba has quit IRC
[12:38:10] *** atrx has joined #chromium
[12:40:05] *** ebraminio has quit IRC
[12:45:01] *** neozaru has joined #chromium
[12:49:35] *** nandeee has joined #chromium
[12:51:01] <nandeee> When I drag and drop a folder to the browser window. I can see a file index. I want to write the code to implement this functionality for a chrome app I am developing. How does this work and how can I inspect that code. Thanks.
[12:51:41] *** ome has quit IRC
[12:59:42] *** JSharpe has quit IRC
[13:19:42] *** a_b2 has joined #chromium
[13:21:05] *** ajax16384 has quit IRC
[13:23:16] <a_b2> How to get CVE-2014-1706 exploit code?
[13:28:04] *** kameloso has quit IRC
[13:28:14] *** dpino has joined #chromium
[13:30:45] *** kameloso has joined #chromium
[13:41:40] *** kasperti_ has joined #chromium
[13:41:52] *** j`ey has joined #chromium
[13:42:22] <j`ey> I came across this flag '--use-file-for-fake-video-capture=path/to/file.y4m'
[13:42:31] <j`ey> is there a similar one for audio:
[13:42:32] <j`ey> ?
[13:45:36] *** justSQL has joined #chromium
[13:46:03] <j`ey> I guess I could somehow convert my wav to y4m
[13:50:15] *** FreezingCold has joined #chromium
[13:51:13] *** hyper_ch has joined #chromium
[13:51:20] *** hyper_ch has left #chromium
[14:00:51] *** kochi1 has quit IRC
[14:01:21] *** hajimehoshi has quit IRC
[14:01:22] *** kochi has quit IRC
[14:01:33] *** ricea has quit IRC
[14:01:54] *** yukishiino has quit IRC
[14:02:13] *** posciak has quit IRC
[14:02:24] *** yutak has quit IRC
[14:02:24] *** falken_ has quit IRC
[14:02:48] *** hiroshige has quit IRC
[14:02:48] *** haraken has quit IRC
[14:02:52] *** hashimoto has quit IRC
[14:08:40] *** dpino has quit IRC
[14:10:53] *** nandeee has quit IRC
[14:18:48] *** muelli has joined #chromium
[14:27:31] *** Stanzilla has quit IRC
[14:27:54] *** Stanzilla has joined #chromium
[14:27:55] *** Stanzilla has joined #chromium
[14:35:54] *** a_b2 has quit IRC
[14:42:23] *** muelli has quit IRC
[14:47:18] *** cagedwisdom has quit IRC
[14:54:44] *** Jackneill has joined #chromium
[15:02:19] *** ensonic has quit IRC
[15:14:03] *** motownavi_ has joined #chromium
[15:14:03] *** ChanServ sets mode: +v motownavi_
[15:15:34] *** motownavi has quit IRC
[15:15:35] *** motownavi_ is now known as motownavi
[15:15:44] *** rsesek_ has quit IRC
[15:17:07] *** rsesek has joined #chromium
[15:17:07] *** ChanServ sets mode: +v rsesek
[15:22:19] *** malcolm_ has joined #chromium
[15:29:44] *** pandaant has joined #chromium
[15:32:38] *** a_b1 has joined #chromium
[15:32:49] <a_b1> hey guys! what is CrosDisks?
[15:33:03] <a_b1> Can i see information?
[15:34:58] *** caitp- has joined #chromium
[15:39:32] *** caitp- has quit IRC
[15:41:19] *** caitp- has joined #chromium
[15:47:37] *** CustosL1men has joined #chromium
[16:00:12] *** ajax16384 has joined #chromium
[16:01:51] *** jrmuizel has joined #chromium
[16:17:44] *** petka_ has joined #chromium
[16:22:33] *** ebraminio has joined #chromium
[16:23:26] *** fasheng has quit IRC
[16:24:55] *** yhirano has quit IRC
[16:25:17] *** caitp- has quit IRC
[16:26:02] *** ebraminio has quit IRC
[16:27:09] *** caitp- has joined #chromium
[16:29:32] *** jrmuizel has quit IRC
[16:42:17] *** Betal has joined #chromium
[16:46:23] *** Wug has joined #chromium
[16:54:00] *** ebraminio has joined #chromium
[17:00:44] *** nya has quit IRC
[17:00:56] *** atrx_ has joined #chromium
[17:03:26] *** kasperti_ has quit IRC
[17:03:57] *** atrx has quit IRC
[17:06:27] *** cjhopman________ has quit IRC
[17:06:54] *** cjhopman________ has joined #chromium
[17:08:50] *** vanila has joined #chromium
[17:17:38] *** pandaant has quit IRC
[17:17:59] *** pandaant has joined #chromium
[17:18:36] *** jrmuizel has joined #chromium
[17:20:40] *** jrmuizel has quit IRC
[17:26:30] *** malcolm_ has quit IRC
[17:26:33] <vanila> Multi-Profiles: Add support for custom avatar
[17:26:46] <vanila> this could be a nice feature but building chrome from scratch seems so hard
[17:26:51] <vanila> i dont know if i can do it..
[17:27:48] *** ebraminio has quit IRC
[17:29:06] *** qengho has quit IRC
[17:29:11] *** ment0s has joined #chromium
[17:29:11] *** ment0s is now known as ment0s_
[17:30:25] *** qengho has joined #chromium
[17:36:15] *** ensonic has joined #chromium
[17:36:51] *** jrmuizel has joined #chromium
[17:37:20] *** demonimin has quit IRC
[17:38:26] *** RT|Chatzilla has quit IRC
[17:44:38] *** vanila has quit IRC
[17:51:48] *** Betal has quit IRC
[17:54:16] *** Betal has joined #chromium
[17:57:40] *** halcanary has joined #chromium
[18:00:38] *** kasperti_ has joined #chromium
[18:10:11] <halcanary> what do you think it will take to open the tree this weekend?
[18:19:20] *** wy_ has quit IRC
[18:21:09] *** Corey84- has quit IRC
[18:27:07] *** Corey84- has joined #chromium
[18:29:52] *** motownavi has quit IRC
[18:30:09] *** rsesek has quit IRC
[18:30:46] *** rsesek has joined #chromium
[18:30:50] *** ChanServ sets mode: +v rsesek
[18:31:24] *** wy_ has joined #chromium
[18:34:50] *** jyasskin has joined #chromium
[18:35:24] *** niel has quit IRC
[18:38:49] *** niel has joined #chromium
[18:38:51] *** Corey84- has quit IRC
[18:42:43] *** kasperti_ has quit IRC
[18:43:23] *** thakis_ has joined #chromium
[18:45:07] *** Corey84- has joined #chromium
[18:46:24] *** dpino has joined #chromium
[18:48:02] *** niel has quit IRC
[18:48:50] *** niel has joined #chromium
[18:50:19] *** Z_God has joined #chromium
[18:51:43] *** tav has quit IRC
[18:53:16] *** tav has joined #chromium
[18:54:08] *** Alfred_ has joined #chromium
[18:56:37] *** niel has quit IRC
[19:01:40] *** ebraminio has joined #chromium
[19:04:40] *** bitcycle has joined #chromium
[19:05:08] <bitcycle> Hey all. I wanted to try my hand at writing a chrome extension. When I have questions, is this the right forum to ask?
[19:05:19] <bitcycle> ++
[19:05:53] <ckocagil> halcanary: it doesn't look so bad
[19:06:21] *** niel has joined #chromium
[19:06:43] <halcanary> ckocagil: I don't feel qualified to make that call myself.
[19:07:34] *** jyasskin has quit IRC
[19:15:24] <bitcycle> Hey all. I wanted to try my hand at writing a chrome extension. When I have questions, is this the right forum to ask?
[19:16:31] *** hta has joined #chromium
[19:16:39] *** Alfred_ has quit IRC
[19:16:54] *** ensonic has quit IRC
[19:18:17] *** s00pcan has quit IRC
[19:19:54] *** jyasskin has joined #chromium
[19:22:27] *** sky__ has joined #chromium
[19:22:27] *** ChanServ sets mode: +v sky__
[19:23:20] <jbroman> bitcycle: perhaps #chromium-extensions (see topic)
[19:24:29] *** jyasskin has quit IRC
[19:26:09] *** sky_ has quit IRC
[19:31:15] *** a_b1 has quit IRC
[19:36:44] *** s00pcan has joined #chromium
[19:41:05] *** demonimin has joined #chromium
[19:42:27] *** bratellf has joined #chromium
[19:43:10] *** noyau1 has joined #chromium
[19:43:10] *** ChanServ sets mode: +v noyau1
[19:45:32] *** cnj has quit IRC
[19:45:33] *** noyau has quit IRC
[19:45:33] *** bratell has quit IRC
[19:45:35] *** groby________ has quit IRC
[19:45:35] *** rschoen_________ has quit IRC
[19:45:42] *** rschoen_________ has joined #chromium
[19:45:48] *** groby________ has joined #chromium
[19:46:00] *** infernix has quit IRC
[19:46:01] *** yusukesuzuki has quit IRC
[19:46:02] *** bratell has joined #chromium
[19:46:11] *** cnj has joined #chromium
[19:46:43] *** thakis__ has joined #chromium
[19:46:43] *** ChanServ sets mode: +v thakis__
[19:47:24] *** tittiatcoke has quit IRC
[19:47:32] *** infernix has joined #chromium
[19:48:22] *** yusukesuzuki has joined #chromium
[19:48:25] *** TonyL has quit IRC
[19:48:25] *** ernini has quit IRC
[19:48:28] *** hinoka_ has joined #chromium
[19:48:43] *** adlr_ has joined #chromium
[19:48:44] *** infernix has quit IRC
[19:48:52] *** simonh_ has joined #chromium
[19:49:00] *** infernix has joined #chromium
[19:49:04] *** ernini has joined #chromium
[19:50:12] <bitcycle> jbroman: that channel is REALLY inactive. Should I go somewhere else?
[19:50:22] *** kpiascik_ has joined #chromium
[19:50:28] *** xiyuan_ has joined #chromium
[19:50:32] *** HIGHBIT_ has joined #chromium
[19:50:47] *** thesquib_ has joined #chromium
[19:50:49] *** mohsen_cr has quit IRC
[19:51:08] *** nicolasc1 has joined #chromium
[19:51:08] *** ChanServ sets mode: +v nicolasc1
[19:51:18] *** ggherdov has quit IRC
[19:51:19] *** sheriffs_ has joined #chromium
[19:51:50] *** TonyL has joined #chromium
[19:52:11] *** hansw_ has joined #chromium
[19:52:11] *** ChanServ sets mode: +v hansw_
[19:52:31] *** phryk_ has joined #chromium
[19:52:34] *** mohsen_cr_ has joined #chromium
[19:52:38] *** tomzx`afk is now known as tomzx
[19:52:55] *** Tigge_ has joined #chromium
[19:52:57] *** chrisccoulson has quit IRC
[19:53:15] *** s00pcan_ has joined #chromium
[19:53:18] *** Yomi has quit IRC
[19:53:29] *** jrmuizel has quit IRC
[19:53:35] *** jdiez_ has joined #chromium
[19:53:54] *** sky_ has joined #chromium
[19:53:54] *** ChanServ sets mode: +v sky_
[19:54:04] *** hnsr_ has joined #chromium
[19:54:36] *** thakis has quit IRC
[19:54:36] *** bratellf has quit IRC
[19:54:38] *** hnsr has quit IRC
[19:54:41] *** phryk has quit IRC
[19:54:42] *** thesquib has quit IRC
[19:54:43] *** jdiez has quit IRC
[19:54:44] *** hinoka has quit IRC
[19:54:47] *** wy_ has quit IRC
[19:54:49] *** bzsolt has quit IRC
[19:54:50] *** mauricemoss_ has quit IRC
[19:54:51] *** robster has quit IRC
[19:54:53] *** adlr has quit IRC
[19:54:54] *** xiyuan has quit IRC
[19:54:55] *** HIGHBIT has quit IRC
[19:54:56] *** NanoArro1 has quit IRC
[19:54:58] *** s00pcan has quit IRC
[19:54:59] *** sheriffs has quit IRC
[19:55:02] *** Tigge has quit IRC
[19:55:04] *** nicolasc has quit IRC
[19:55:05] *** MissionCritical has quit IRC
[19:55:06] *** hansw has quit IRC
[19:55:07] *** kpiascik has quit IRC
[19:55:07] *** phryk_ is now known as phryk
[19:55:08] *** thakis__ is now known as thakis
[19:55:08] *** hnsr_ is now known as hnsr
[19:55:08] *** thakis is now known as 21WAAJKJD
[19:55:08] *** thakis_ is now known as 18VABJQSS
[19:55:09] *** tittiathome has joined #chromium
[19:55:09] *** robster has joined #chromium
[19:55:10] *** Yomi has joined #chromium
[19:55:10] *** jdiez_ is now known as jdiez
[19:55:10] *** xeoncore has quit IRC
[19:55:17] *** Shrooms has joined #chromium
[19:55:21] *** bzsolt has joined #chromium
[19:55:23] *** ensonic has joined #chromium
[19:55:28] *** NanoArro1 has joined #chromium
[19:55:29] *** jdiez is now known as Guest6058
[19:55:33] *** wy_ has joined #chromium
[19:56:02] *** tittiathome is now known as tittiatcoke
[19:56:57] *** sof___ has joined #chromium
[19:56:57] *** newt_____ has joined #chromium
[19:56:58] *** abarth_ has joined #chromium
[19:56:58] *** ChanServ sets mode: +v abarth_
[19:57:01] *** stip_ has joined #chromium
[19:57:09] *** sky__ has quit IRC
[19:57:27] *** vloz_ has quit IRC
[19:57:28] *** cbiesinger__ has joined #chromium
[19:57:44] *** jld_ has joined #chromium
[19:57:45] *** decoder_ has joined #chromium
[19:57:48] *** agable_ has joined #chromium
[19:57:48] *** ChanServ sets mode: +v agable_
[19:57:59] *** jparent__ has joined #chromium
[19:58:16] *** MissionCritical has joined #chromium
[19:58:17] *** dschuff_ has joined #chromium
[19:58:17] *** ChanServ sets mode: +v dschuff_
[19:58:26] *** dcower_ has joined #chromium
[19:58:38] *** spang_ has joined #chromium
[19:58:38] *** ChanServ sets mode: +v spang_
[19:58:48] *** groby__________ has joined #chromium
[19:58:48] *** mpcomplete1 has joined #chromium
[19:58:48] *** ChanServ sets mode: +v mpcomplete1
[19:58:55] *** Schrodinger`Cat has joined #chromium
[19:59:09] *** Vbitz_ has joined #chromium
[19:59:16] *** trungl-bot has joined #chromium
[19:59:16] *** ChanServ sets mode: +v trungl-bot
[19:59:16] *** ghoti_ has joined #chromium
[19:59:29] *** pasko_ has joined #chromium
[19:59:29] *** ChanServ sets mode: +v pasko_
[19:59:56] *** dnicoara_ has joined #chromium
[19:59:57] *** ChanServ sets mode: +v dnicoara_
[19:59:59] *** mattijle_ has joined #chromium
[20:00:15] *** sof_ has quit IRC
[20:00:16] *** newt____ has quit IRC
[20:00:17] *** abarth has quit IRC
[20:00:18] *** stip has quit IRC
[20:00:20] *** cbiesinger has quit IRC
[20:00:22] *** daleharvey has quit IRC
[20:00:22] *** kenansulayman has quit IRC
[20:00:24] *** srao___ has quit IRC
[20:00:25] *** reillyg has quit IRC
[20:00:26] *** agable has quit IRC
[20:00:26] *** mpcomplete has quit IRC
[20:00:27] *** pcgod has quit IRC
[20:00:28] *** mihnea has quit IRC
[20:00:28] *** rakuco has quit IRC
[20:00:29] *** Vbitz has quit IRC
[20:00:30] *** jparent_ has quit IRC
[20:00:30] *** HighVoltag has quit IRC
[20:00:31] *** jld has quit IRC
[20:00:35] *** bemjb has quit IRC
[20:00:35] *** dcower has quit IRC
[20:00:36] *** dnicoara has quit IRC
[20:00:36] *** pasko has quit IRC
[20:00:37] *** dschuff has quit IRC
[20:00:38] *** spang has quit IRC
[20:00:40] *** dyreshark has quit IRC
[20:00:41] *** groby_________ has quit IRC
[20:00:43] *** TonyL has quit IRC
[20:00:43] *** dpino has quit IRC
[20:00:44] *** dbz2k has quit IRC
[20:00:45] *** mattijle has quit IRC
[20:00:46] *** rene0 has quit IRC
[20:00:46] *** rmcilroy has quit IRC
[20:00:47] *** fmalita has quit IRC
[20:00:47] *** mkosiba has quit IRC
[20:00:48] *** wibling_____ has quit IRC
[20:00:49] *** danmackay has quit IRC
[20:00:50] *** jyasskin_w has quit IRC
[20:00:51] *** guor has quit IRC
[20:00:52] *** antognolli has quit IRC
[20:00:52] *** ghoti has quit IRC
[20:00:54] *** Kristina has quit IRC
[20:00:54] *** ingemara has quit IRC
[20:00:55] *** eroen has quit IRC
[20:00:57] *** babu has quit IRC
[20:00:59] *** K1rk has quit IRC
[20:01:00] *** sarri has quit IRC
[20:01:02] *** omattos has quit IRC
[20:01:02] *** szager___ has quit IRC
[20:01:04] *** decoder has quit IRC
[20:01:05] *** DrPizza has quit IRC
[20:01:05] *** thesquib_ has quit IRC
[20:01:08] *** eseidel has quit IRC
[20:01:09] *** benvanik has quit IRC
[20:01:10] *** rosca has quit IRC
[20:01:11] *** tdresser1 has quit IRC
[20:01:12] *** mohsen_cr_ has quit IRC
[20:01:13] *** petka_ has quit IRC
[20:01:13] *** Schrodinger`sCat has quit IRC
[20:01:14] *** trungl-bot` has quit IRC
[20:01:14] *** alph has quit IRC
[20:01:15] *** iamstef has quit IRC
[20:01:15] *** kjellander_ has quit IRC
[20:01:16] *** JakeA has quit IRC
[20:01:16] *** Liam` has quit IRC
[20:01:16] *** wfh has quit IRC
[20:01:18] *** stip_ is now known as stip
[20:01:18] *** sof___ is now known as sof_
[20:01:19] *** newt_____ is now known as newt____
[20:01:19] *** abarth_ is now known as abarth
[20:01:22] *** derat has quit IRC
[20:01:22] *** cbiesinger__ is now known as cbiesinger
[20:01:24] *** ilevy__ has joined #chromium
[20:01:25] *** jparent__ is now known as jparent_
[20:01:25] *** wfh has joined #chromium
[20:01:27] *** ChanServ sets mode: +v wfh
[20:01:28] *** groby__________ is now known as groby_________
[20:01:28] *** dcower_ is now known as dcower
[20:01:28] *** benvanik has joined #chromium
[20:01:29] *** babu has joined #chromium
[20:01:30] *** dmazzoni_____ has joined #chromium
[20:01:30] *** K1rk has joined #chromium
[20:01:30] *** HighVoltag has joined #chromium
[20:01:30] *** lfg__ has joined #chromium
[20:01:30] *** ChanServ sets mode: +v lfg__
[20:01:31] *** petka_ has joined #chromium
[20:01:51] *** eseidel_ has joined #chromium
[20:02:06] *** eae_ has joined #chromium
[20:02:10] *** kenansulayman has joined #chromium
[20:02:11] *** mpa_ has joined #chromium
[20:02:16] *** kenansulayman is now known as Guest25036
[20:02:20] *** justincohen has joined #chromium
[20:02:20] *** ChanServ sets mode: +v justincohen
[20:02:28] *** demonimin has quit IRC
[20:02:28] *** igrigorik___ has joined #chromium
[20:02:35] *** iamstef_ has joined #chromium
[20:02:43] *** rosca has joined #chromium
[20:02:57] *** Bish has quit IRC
[20:03:02] *** ager__ has joined #chromium
[20:03:20] *** _0x1d3 has quit IRC
[20:03:21] *** TonyL has joined #chromium
[20:03:31] *** derat_ has joined #chromium
[20:03:32] *** antognolli has joined #chromium
[20:03:36] *** dyreshark has joined #chromium
[20:03:37] *** mattm_c________ has joined #chromium
[20:03:46] *** danmackay has joined #chromium
[20:03:47] *** alph has joined #chromium
[20:03:47] *** ChanServ sets mode: +v alph
[20:03:49] *** thesquib has joined #chromium
[20:03:54] *** jamesr__ has joined #chromium
[20:03:54] *** ChanServ sets mode: +v jamesr__
[20:04:31] *** dbz2k has joined #chromium
[20:04:46] *** sarri has joined #chromium
[20:04:51] *** ggherdov has joined #chromium
[20:04:59] *** rakuco has joined #chromium
[20:05:04] *** dmazzoni____ has quit IRC
[20:05:05] *** ilevy_ has quit IRC
[20:05:06] *** lfg_ has quit IRC
[20:05:07] *** ager_ has quit IRC
[20:05:07] *** jamesr_ has quit IRC
[20:05:08] *** igrigorik__ has quit IRC
[20:05:08] *** mpa has quit IRC
[20:05:09] *** justincohen_ has quit IRC
[20:05:09] *** mattm_c_______ has quit IRC
[20:05:11] *** dmazzoni_____ is now known as dmazzoni____
[20:05:12] *** ilevy__ is now known as ilevy_
[20:05:12] *** eae has quit IRC
[20:05:13] *** marja___ has quit IRC
[20:05:13] *** mdm has quit IRC
[20:05:13] *** jvoung has quit IRC
[20:05:14] *** bhthompson has quit IRC
[20:05:14] *** ager__ is now known as ager_
[20:05:15] *** jamesr__ is now known as jamesr_
[20:05:15] *** mattm_c________ is now known as mattm_c_______
[20:05:16] *** rmcilroy has joined #chromium
[20:05:16] *** ChanServ sets mode: +v rmcilroy
[20:05:17] *** igrigorik___ is now known as igrigorik__
[20:05:22] *** eae_ is now known as eae
[20:05:36] *** eroen has joined #chromium
[20:05:53] *** pcgod has joined #chromium
[20:05:58] *** mohsen_cr_ has joined #chromium
[20:06:09] *** Liam` has joined #chromium
[20:06:36] *** rene0 has joined #chromium
[20:06:54] *** jrmuizel has joined #chromium
[20:07:05] *** hta has quit IRC
[20:07:23] <ebraminio> bitcycle: I think asking on stackoverflow would be best
[20:07:42] *** 18VABJQSS has quit IRC
[20:08:25] *** Bish has joined #chromium
[20:08:28] *** kjellander_ has joined #chromium
[20:08:29] *** ChanServ sets mode: +v kjellander_
[20:09:13] *** srao___ has joined #chromium
[20:09:14] *** mihnea has joined #chromium
[20:09:17] *** reillyg has joined #chromium
[20:09:18] *** DrPizza has joined #chromium
[20:09:19] *** erikchen has quit IRC
[20:09:21] *** guor has joined #chromium
[20:09:21] *** ChanServ sets mode: +v guor
[20:09:21] *** ingemara has joined #chromium
[20:09:41] *** mdm has joined #chromium
[20:09:42] *** bemjb_ has joined #chromium
[20:09:44] *** JakeA_ has joined #chromium
[20:09:50] *** dpino has joined #chromium
[20:09:50] *** omattos has joined #chromium
[20:09:51] *** ChanServ sets mode: +v omattos
[20:10:11] *** marja___ has joined #chromium
[20:10:11] *** ChanServ sets mode: +v marja___
[20:10:17] *** wibling______ has joined #chromium
[20:10:26] *** fmalita has joined #chromium
[20:10:26] *** ChanServ sets mode: +v fmalita
[20:10:27] *** jyasskin_w has joined #chromium
[20:10:27] *** ChanServ sets mode: +v jyasskin_w
[20:10:38] *** szager___ has joined #chromium
[20:10:42] *** tdresser has joined #chromium
[20:10:49] *** ChanServ sets mode: +v tdresser
[20:10:50] *** jvoung has joined #chromium
[20:10:51] *** ChanServ sets mode: +v jvoung
[20:10:52] *** daleharvey has joined #chromium
[20:11:00] *** mkosiba has joined #chromium
[20:11:01] *** ChanServ sets mode: +v mkosiba
[20:11:40] *** bhthompson has joined #chromium
[20:11:41] *** ChanServ sets mode: +v bhthompson
[20:11:57] *** hta has joined #chromium
[20:13:19] *** Corey84- has quit IRC
[20:14:07] *** Corey84- has joined #chromium
[20:14:20] *** Kristina has joined #chromium
[20:15:48] *** nomnomnomnomnom is now known as chas
[20:15:58] *** chas is now known as otherchas
[20:16:44] *** ebraminio has quit IRC
[20:18:44] *** wcfields has joined #chromium
[20:19:17] *** jrmuizel_ has joined #chromium
[20:19:49] *** jrmuizel has quit IRC
[20:20:18] *** terinjokes has quit IRC
[20:21:12] *** hinoka_ has quit IRC
[20:21:13] *** saidelike has quit IRC
[20:21:27] *** hinoka has joined #chromium
[20:21:48] *** JmZ_ has quit IRC
[20:22:07] *** neozaru has quit IRC
[20:22:08] *** Torne has quit IRC
[20:22:09] *** janx has quit IRC
[20:22:23] *** Torne has joined #chromium
[20:22:23] *** Torne has joined #chromium
[20:22:23] *** ChanServ sets mode: +v Torne
[20:22:58] *** JmZ_ has joined #chromium
[20:23:02] *** ValicekB has quit IRC
[20:23:02] *** blackjid has quit IRC
[20:23:03] *** raztoki has quit IRC
[20:23:08] *** hartmanng has quit IRC
[20:23:10] *** mitz has quit IRC
[20:23:11] *** ssalbiz has quit IRC
[20:23:42] *** andern_ has joined #chromium
[20:23:43] *** janx has joined #chromium
[20:24:01] *** ybit has joined #chromium
[20:24:10] *** ybit3 has quit IRC
[20:24:12] *** ckocagil has quit IRC
[20:24:12] *** rsesek has quit IRC
[20:24:12] *** andern has quit IRC
[20:24:13] *** ckocagil_ has joined #chromium
[20:24:18] *** hartmanng has joined #chromium
[20:24:18] *** ChanServ sets mode: +v hartmanng
[20:24:25] *** ssalbiz has joined #chromium
[20:25:03] *** saidelike has joined #chromium
[20:26:08] *** shreeramk_ has joined #chromium
[20:26:20] *** ValicekB_ has joined #chromium
[20:26:42] *** ebraminio has joined #chromium
[20:26:51] *** rsesek has joined #chromium
[20:26:52] *** ChanServ sets mode: +v rsesek
[20:27:03] *** blueness has quit IRC
[20:27:06] *** terinjokes has joined #chromium
[20:27:14] *** blackjid has joined #chromium
[20:27:27] *** mitz has joined #chromium
[20:28:51] *** marxin has quit IRC
[20:29:13] *** marxin has joined #chromium
[20:29:22] *** variable has quit IRC
[20:29:26] *** aflynn has joined #chromium
[20:29:32] *** Corey84- has quit IRC
[20:29:54] *** hta has quit IRC
[20:29:57] *** ensonic has quit IRC
[20:31:10] *** npcomp_ has joined #chromium
[20:32:14] *** ValicekB_ is now known as ValicekB
[20:33:10] *** eichiro_ is now known as eichiro
[20:33:27] *** eichiro is now known as eichiro_
[20:33:31] *** demonimin has joined #chromium
[20:33:32] *** cagedwisdom has joined #chromium
[20:33:54] *** eichiro_ is now known as eichiro
[20:34:04] *** neozaru has joined #chromium
[20:34:04] *** ensonic has joined #chromium
[20:35:20] <trungl-bot> Tree opened by ckocagil at chromium dot org: Tree is open
[20:35:47] *** len has joined #chromium
[20:35:50] *** blueness has joined #chromium
[20:35:54] *** wartdev has joined #chromium
[20:36:17] *** variable has joined #chromium
[20:36:22] *** npcomp has quit IRC
[20:41:29] *** bzsolt_ has joined #chromium
[20:41:50] *** alhsekufahlsief has joined #chromium
[20:42:58] *** robster_ has joined #chromium
[20:44:58] *** aflynn has quit IRC
[20:46:26] *** feng has quit IRC
[20:47:38] *** blackjid has quit IRC
[20:47:39] *** hartmanng has quit IRC
[20:47:42] *** dpino has quit IRC
[20:47:42] *** sarri has quit IRC
[20:47:43] *** bzsolt has quit IRC
[20:47:47] *** robster has quit IRC
[20:47:48] *** wwcv has quit IRC
[20:47:50] *** sarri has joined #chromium
[20:48:17] *** blackjid has joined #chromium
[20:49:17] *** Tigge_ is now known as Tigge
[20:50:19] *** wwcv has joined #chromium
[20:50:22] *** jrmuizel_ has quit IRC
[20:50:23] *** bitcycle has quit IRC
[20:50:29] *** hartmanng has joined #chromium
[20:50:30] *** ChanServ sets mode: +v hartmanng
[20:58:34] *** echelog-1` has joined #chromium
[20:59:01] *** pprabhu_ has joined #chromium
[20:59:01] *** Martijnc__ has joined #chromium
[20:59:02] *** skobes_ has joined #chromium
[20:59:02] *** sof___ has joined #chromium
[20:59:45] *** dhendrix has joined #chromium
[20:59:45] *** ChanServ sets mode: +v dhendrix
[20:59:46] *** echelog-1` is now known as echelog-1
[20:59:47] *** mustaq____ has joined #chromium
[20:59:47] *** TabAtkins_ has joined #chromium
[20:59:47] *** echelog-1 has quit IRC
[21:03:19] *** echelog-1 has joined #chromium
[21:04:26] *** ed_ has joined #chromium
[21:04:26] *** joshskidmore_ has joined #chromium
[21:04:27] *** RoryHughes_ has joined #chromium
[21:04:28] *** wartdev has quit IRC
[21:04:28] *** rakuco` has joined #chromium
[21:04:29] *** antognol` has joined #chromium
[21:04:41] *** kameloso has joined #chromium
[21:08:47] *** echelog-1 has joined #chromium
[21:08:56] *** tittiathome has joined #chromium
[21:08:58] *** twisted` has quit IRC
[21:08:59] *** 16WAAHNXB has quit IRC
[21:09:47] *** DarkUnknown has joined #chromium
[21:09:47] *** DarkUnknown has quit IRC
[21:09:48] *** DarkUnknown has joined #chromium
[21:09:48] *** offline has quit IRC
[21:09:49] *** babu has quit IRC
[21:09:53] *** marklite has joined #chromium
[21:09:54] *** babu has joined #chromium
[21:09:54] *** _william_ has joined #chromium
[21:09:54] *** ValicekB has quit IRC
[21:09:55] *** Asandari has quit IRC
[21:09:55] *** sky_ has quit IRC
[21:09:59] *** NanoArro1 has quit IRC
[21:09:59] *** cnj has quit IRC
[21:10:00] *** maheshkk has quit IRC
[21:10:19] *** spossiba has quit IRC
[21:10:20] *** hacker64 has quit IRC
[21:10:38] *** offlinehacker has joined #chromium
[21:10:42] *** HIGHBIT_ has quit IRC
[21:10:42] *** flyback has quit IRC
[21:10:43] *** JBeshir has quit IRC
[21:11:04] *** spossiba has joined #chromium
[21:11:06] *** hartmanng has quit IRC
[21:11:08] *** Hixie has quit IRC
[21:11:09] *** ahf has quit IRC
[21:11:16] *** ebryn_ is now known as ebryn
[21:11:20] *** hartmanng has joined #chromium
[21:11:21] *** ChanServ sets mode: +v hartmanng
[21:11:21] *** ahf has joined #chromium
[21:11:29] *** JBeshir has joined #chromium
[21:11:39] *** fhd_______ is now known as fhd______
[21:11:39] *** Hixie has joined #chromium
[21:11:45] *** HIGHBIT has joined #chromium
[21:12:01] *** maheshkk has joined #chromium
[21:12:34] *** hacker64 has joined #chromium
[21:12:38] *** Ephemeral has quit IRC
[21:13:03] *** kbyrne has quit IRC
[21:13:20] *** twisted` has joined #chromium
[21:13:47] *** asm89 has quit IRC
[21:14:09] *** arno_ has quit IRC
[21:14:22] *** sh1ftpgdn has quit IRC
[21:14:29] *** sh1ftpgdn has joined #chromium
[21:14:54] *** _Kev has quit IRC
[21:15:07] *** stalled has joined #chromium
[21:15:09] *** Ephemeral has joined #chromium
[21:15:16] *** Asandari has joined #chromium
[21:15:22] *** nicksydney has joined #chromium
[21:16:04] *** nicksydney_ has quit IRC
[21:16:05] *** ValicekB has joined #chromium
[21:16:25] *** kameloso has quit IRC
[21:16:49] *** _Kev has joined #chromium
[21:17:20] *** cnj has joined #chromium
[21:17:56] *** bitcycle has joined #chromium
[21:18:37] *** saurik_ has joined #chromium
[21:18:40] *** kameloso has joined #chromium
[21:19:19] *** vadimsh has joined #chromium
[21:19:21] *** saurik has quit IRC
[21:19:57] *** kasperti_ has joined #chromium
[21:20:16] *** aflynn has quit IRC
[21:20:16] *** tdresser has quit IRC
[21:20:28] *** nicksydney has quit IRC
[21:21:05] *** jayne_ has joined #chromium
[21:21:21] *** tdresser has joined #chromium
[21:21:22] *** ChanServ sets mode: +v tdresser
[21:23:30] *** flyback has joined #chromium
[21:23:31] *** NanoArro1 has joined #chromium
[21:23:55] *** asm89 has joined #chromium
[21:26:28] *** kbyrne has joined #chromium
[21:27:30] *** vadimsh has quit IRC
[21:29:26] *** mnissler has joined #chromium
[21:30:44] *** jayne has quit IRC
[21:39:48] *** deanrock has joined #chromium
[21:39:54] *** Sodan has joined #chromium
[21:39:57] *** bitcycle has quit IRC
[21:40:11] *** infernix has joined #chromium
[21:40:29] *** nicksydney has joined #chromium
[21:41:34] *** vadimsh has joined #chromium
[21:41:34] *** ebraminio has joined #chromium
[21:41:40] *** CustosL1men has quit IRC
[21:43:07] *** j`ey has left #chromium
[21:52:05] *** mnissler has quit IRC
[21:53:26] *** Sodan has quit IRC
[21:54:49] *** jrmuizel has joined #chromium
[21:55:00] *** DLSteve has joined #chromium
[21:56:51] *** jrmuizel_ has joined #chromium
[21:57:41] *** jrmuizel has quit IRC
[22:01:03] *** Sodan has joined #chromium
[22:01:15] *** jrmuizel_ has quit IRC
[22:13:03] *** Lukimya has joined #chromium
[22:15:08] *** bluestring has joined #chromium
[22:22:11] *** kasperti_ has quit IRC
[22:22:22] *** glosoli has joined #chromium
[22:22:37] *** hta has quit IRC
[22:24:35] *** alhsekufahlsief has left #chromium
[22:40:29] *** larzo has joined #chromium
[22:49:55] *** ajax16384 has quit IRC
[22:52:34] *** ensonic has quit IRC
[22:56:44] *** Jackneill has quit IRC
[22:56:57] *** mavhc has quit IRC
[23:00:59] *** Sodan has quit IRC
[23:04:37] *** Corey84-- has joined #chromium
[23:06:42] *** mavhc has joined #chromium
[23:08:38] *** Sodan has joined #chromium
[23:09:28] *** dpino has quit IRC
[23:14:42] *** arno_ has joined #chromium
[23:19:55] *** delvinj has quit IRC
[23:28:47] *** vadimsh has quit IRC
[23:39:07] *** wartdev has joined #chromium
[23:46:15] *** mitz_ has joined #chromium
[23:57:17] *** Sodan has quit IRC