[00:01:02] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Remote host closed the connection)
[00:01:35] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[00:06:24] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 256 seconds)
[00:16:59] *** al-damiri <al-damiri!uid142631@gateway/web/irccloud.com/x-bbmjbzlrqqhfslvg> has quit IRC (Quit: Connection closed for inactivity)
[00:22:12] *** orbyt_ <orbyt_!~orbyt@204.14.152.19> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[00:22:17] *** rockchip19_ <rockchip19_!522c57e5@gateway/web/freenode/ip.82.44.87.229> has joined #chromium
[00:28:16] *** orbyt_ <orbyt_!~orbyt@204.14.152.19> has joined #chromium
[00:31:20] *** nikitosiusis <nikitosiusis!~nikitos@2a00:14d0:0:60:1::1> has joined #chromium
[00:35:17] *** OnkelTem <OnkelTem!~onkeltem@unaffiliated/fantomas> has joined #chromium
[00:48:46] *** orbyt_ <orbyt_!~orbyt@204.14.152.19> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[00:54:50] <thomasanderson> sheriffs: master.chromium.fyi is going down for restart in <10 minutes
[00:54:50] <trungl-bot> jbroman, hajimehoshi, liberato, treib: ^^^
[00:56:30] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Ping timeout: 252 seconds)
[01:00:02] *** weez17 <weez17!~isaac@unaffiliated/weez17> has quit IRC (Remote host closed the connection)
[01:00:46] *** weez17 <weez17!~isaac@unaffiliated/weez17> has joined #chromium
[01:01:26] *** ehsan <ehsan!~ehsan@2620:101:80f2:224:80de:ca54:fc2:3fb3> has quit IRC (Ping timeout: 276 seconds)
[01:02:08] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[01:06:47] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 260 seconds)
[01:09:41] <rockchip19_> Hello, I am trying to use a class in /content/public/browser in /storage/browser
[01:10:33] <rockchip19_> Any ideas how I could setup the gn dependencie, so that libstorage_browser does not
[01:11:22] <rockchip19_> crib about the missing class?
[01:11:50] <Torne> rockchip19_: you probably can't/shouldn't
[01:11:50] <leiz> storage/ looks like it's not suppose to depend on content/ ?
[01:11:57] <Torne> that's the incorrect order for those layers
[01:12:04] <Torne> content uses storage, and therefore storage is not supposed to use content
[01:12:27] <rockchip19_> so maybe I place the class in storage then?
[01:12:31] <Torne> we don't generally want/allow circular dependencies
[01:12:55] <Torne> it's hard to answer without knowing more information about what you're trying to do
[01:13:02] <Torne> are these existing classes, or things you've created?
[01:13:13] <rockchip19_> its a new class
[01:14:00] <Torne> OK, so then yeah, you might want to put it somewhere else. content/public is for things that are going to be used by the higher layers that depend on content, like chrome
[01:15:11] *** niklob <niklob!~niklob@aftr-109-91-36-129.unity-media.net> has quit IRC (Quit: Leaving)
[01:15:22] <rockchip19_> Ok. Thanks Torne
[01:16:10] <rockchip19_> So from what I gather I will place the class in storage
[01:16:22] <rockchip19_> and use it in public/content
[01:16:36] <rockchip19_> sorry content/public/browser
[01:16:53] <Torne> that sounds more likely to be what you want
[01:17:16] <rockchip19_> ok.. Thanks a lot Torne...I had though about it, but wanted to be sure
[01:17:25] <Torne> generally you don't want to be trying to add dependencies between things that aren't already there - you want to take the ones that exist as guidance for how the layering of the code is intended to work
[01:17:44] <Torne> the structure of the sources doesn't, by itself, tell you a lot about which things are "higher level" or "lower level"
[01:17:52] <Torne> so you have to find that information in the dependency tree
[01:19:05] <rockchip19_> Ok, so in this case is it recommended to keep the abstract class in storage and then extend it to the content/public/browser classes I want to use it in?
[01:19:22] *** Savago <Savago!~adenilson@217.140.103.75> has quit IRC (Quit: Ex-Chat)
[01:19:41] <Torne> generally things in content/public are the interfaces to things, not the implementations
[01:20:25] <Torne> if you need to define a new thing in storage to be implemented by the code that uses it, i'd normally expect to find the implementation as an internal part of the component using it (i.e. outside of public)
[01:21:49] <rockchip19_> Thanks Torne....this helps a lot....
[01:22:15] <rockchip19_> Would there be some documentation I could read to pick up the class layouts etc?
[01:24:12] *** zng <zng!~zng@ool-18ba49be.dyn.optonline.net> has quit IRC (Quit: quit)
[01:25:10] *** zng <zng!~zng@ool-18ba49be.dyn.optonline.net> has joined #chromium
[01:38:14] *** gyuyoung <gyuyoung!~gyuyoung@114.206.230.69> has quit IRC (Ping timeout: 255 seconds)
[01:38:46] *** nashimus <nashimus!~nashimus@76.76.243.94> has joined #chromium
[01:39:15] *** Xiti <Xiti!~Xiti-@unaffiliated/xiti> has joined #chromium
[01:42:43] *** Xiti <Xiti!~Xiti-@unaffiliated/xiti> has left #chromium
[01:43:09] *** Torne <Torne!~torne@unaffiliated/torne> has quit IRC (Quit: wow, he /quit)
[01:43:17] *** AtumT <AtumT!~IRC@177.157.115.195.dynamic.adsl.gvt.net.br> has quit IRC (Remote host closed the connection)
[01:46:12] *** nashimus <nashimus!~nashimus@76.76.243.94> has quit IRC (Ping timeout: 265 seconds)
[02:22:23] *** gyuyoung <gyuyoung!~gyuyoung@115.23.199.241> has joined #chromium
[02:53:30] *** rockchip19_ <rockchip19_!522c57e5@gateway/web/freenode/ip.82.44.87.229> has quit IRC (Ping timeout: 260 seconds)
[02:55:38] *** kw21 <kw21!~kw21@D978E830.cm-3-1d.dynamic.ziggo.nl> has quit IRC (Ping timeout: 255 seconds)
[03:03:21] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[03:04:27] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-094-223-133-187.094.223.pools.vodafone-ip.de> has joined #chromium
[03:04:49] *** jrmuizel <jrmuizel!~jrmuizel@135-23-101-109.cpe.pppoe.ca> has joined #chromium
[03:07:06] *** mizu_no_oto_work <mizu_no_oto_work!~textual@2601:196:4a01:e520:b871:57d9:85ac:50da> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[03:08:01] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 248 seconds)
[03:30:35] *** infernix <infernix!nix@unaffiliated/infernix> has joined #chromium
[03:33:55] *** gyuyoung <gyuyoung!~gyuyoung@115.23.199.241> has quit IRC (Ping timeout: 256 seconds)
[03:43:02] *** zergut <zergut!uid221522@taskhive/translator/zergut> has joined #chromium
[03:47:52] *** jrmuizel <jrmuizel!~jrmuizel@135-23-101-109.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)
[03:53:45] *** Codsworth <Codsworth!~Codsworth@176.67.84.246> has joined #chromium
[03:55:36] *** Shrooms <Shrooms!~Shrooms@192.187.121.98> has joined #chromium
[03:56:32] *** robliao <robliao!robliao@nat/google/x-fhmhfuafgwshspqp> has quit IRC (Ping timeout: 255 seconds)
[03:58:47] *** mel00010 <mel00010!~mel00010@2607:8400:2404:2:9ade:85bf:c419:ac14> has quit IRC (Ping timeout: 276 seconds)
[04:04:41] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[04:05:02] *** jrmuizel <jrmuizel!~jrmuizel@135-23-101-109.cpe.pppoe.ca> has joined #chromium
[04:07:42] *** unixpickle <unixpickle!~alex@c-24-5-87-159.hsd1.ca.comcast.net> has joined #chromium
[04:09:21] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 264 seconds)
[04:13:10] *** mel00010 <mel00010!~mel00010@128-223-223-5-wireless.uoregon.edu> has joined #chromium
[04:14:38] *** jrmuizel <jrmuizel!~jrmuizel@135-23-101-109.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)
[04:14:52] *** multi_io_ <multi_io_!~olaf@x5ce2d30c.dyn.telefonica.de> has joined #chromium
[04:18:05] *** multi_io <multi_io!~olaf@x4db3d357.dyn.telefonica.de> has quit IRC (Ping timeout: 240 seconds)
[04:19:23] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has joined #chromium
[04:24:22] *** jbudorick <jbudorick!jbudorick@nat/google/x-bdzzxweaoajbnxoo> has quit IRC (Quit: WeeChat 1.9.1)
[04:26:54] *** Guest59 <Guest59!~textual@199.201.64.130> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[04:29:40] *** Codsworth <Codsworth!~Codsworth@176.67.84.246> has quit IRC (Ping timeout: 240 seconds)
[04:44:14] *** jrmuizel <jrmuizel!~jrmuizel@135-23-101-109.cpe.pppoe.ca> has joined #chromium
[04:54:16] *** phobos <phobos!~Ident@unaffiliated/phobos-anomaly/x-6744724> has joined #chromium
[04:56:45] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Ping timeout: 260 seconds)
[05:09:49] *** orbyt_ <orbyt_!~orbyt@172.92.5.20> has joined #chromium
[05:17:42] *** jrmuizel <jrmuizel!~jrmuizel@135-23-101-109.cpe.pppoe.ca> has quit IRC (Remote host closed the connection)
[05:18:41] *** phobos <phobos!~Ident@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Quit: Konversation terminated!)
[05:20:31] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has joined #chromium
[05:43:03] *** digcloud <digcloud!~DigCloud@2601:2c3:897f:ef73:950b:a582:796f:1c2f> has joined #chromium
[05:44:05] <digcloud> I have a Windows 10 laptop, very new, and Chrome is getting download speeds of 0.5 Mbs. Edge on the same laptop is getting 70 Mbs (140x faster). Any idea what could be causing that?
[05:51:21] *** digcloud <digcloud!~DigCloud@2601:2c3:897f:ef73:950b:a582:796f:1c2f> has quit IRC (Quit: Leaving)
[05:53:37] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[06:05:54] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[06:07:10] *** gvso <gvso!~gvso@130.58.167.39> has joined #chromium
[06:09:43] *** Shakeel_ <Shakeel_!~Shakeel_@cpe-65-190-131-178.nc.res.rr.com> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[06:10:41] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 268 seconds)
[06:12:05] *** rego <rego!~rego@66.193.27.77.dynamic.reverse-mundo-r.com> has joined #chromium
[06:14:40] <trungl-bot> Tree opened by tandrii at google dot com: Tree is open.
[06:14:55] *** robliao <robliao!~robliao@104-56-116-133.lightspeed.sntcca.sbcglobal.net> has joined #chromium
[06:19:50] *** robliao <robliao!~robliao@104-56-116-133.lightspeed.sntcca.sbcglobal.net> has quit IRC (Ping timeout: 276 seconds)
[06:34:59] *** gyuyoung <gyuyoung!~gyuyoung@175.223.20.154> has joined #chromium
[06:41:08] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has joined #chromium
[06:41:19] *** orbyt_ <orbyt_!~orbyt@172.92.5.20> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[06:48:52] *** Shakeel_ <Shakeel_!~Shakeel_@cpe-65-190-131-178.nc.res.rr.com> has joined #chromium
[06:59:51] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has quit IRC (Quit: fredw)
[07:09:53] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Ping timeout: 276 seconds)
[07:17:32] *** LocaMocha <LocaMocha!bocaneri@about/linux/staff/sauvin> has joined #chromium
[07:19:51] *** Guest59 <Guest59!~textual@108-228-9-173.lightspeed.sntcca.sbcglobal.net> has joined #chromium
[07:24:29] *** Guest59_ <Guest59_!~textual@199.201.64.4> has joined #chromium
[07:24:52] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has joined #chromium
[07:25:27] *** Guest59 <Guest59!~textual@108-228-9-173.lightspeed.sntcca.sbcglobal.net> has quit IRC (Ping timeout: 240 seconds)
[07:35:53] *** dgrogan <dgrogan!dgrogan@nat/google/x-vnoeensiicrfsmfq> has quit IRC (Ping timeout: 276 seconds)
[07:42:09] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[07:47:48] *** dgrogan <dgrogan!dgrogan@nat/google/x-vrlkvhgzafbdcinh> has joined #chromium
[07:47:48] *** ChanServ sets mode: +v dgrogan
[07:52:52] *** unixpickle <unixpickle!~alex@c-24-5-87-159.hsd1.ca.comcast.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[07:53:33] *** unixpickle <unixpickle!~alex@c-24-5-87-159.hsd1.ca.comcast.net> has joined #chromium
[07:56:41] *** vitallium <vitallium!~vitallium@ip-86-110-182-234.spark-rostov.ru> has quit IRC (Read error: Connection reset by peer)
[08:06:11] *** unixpickle <unixpickle!~alex@c-24-5-87-159.hsd1.ca.comcast.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[08:07:44] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[08:08:41] *** yukishiino1 <yukishiino1!~yukishiin@104.132.146.91> has joined #chromium
[08:08:41] *** yukishiino <yukishiino!~yukishiin@2401:fa00:4:1002:7b56:dd1e:79ad:65a4> has quit IRC (Read error: Connection reset by peer)
[08:12:21] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Ping timeout: 264 seconds)
[08:16:26] *** alexg__ <alexg__!~alex@47.63.48.248> has joined #chromium
[08:25:48] *** HerbY_NL2 <HerbY_NL2!~HerbY_NL2@utwks61469.ewi.utwente.nl> has joined #chromium
[08:25:49] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has joined #chromium
[08:26:06] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has joined #chromium
[08:29:21] *** [dmb] <[dmb]!~dmb@pool-96-234-63-186.nwrknj.fios.verizon.net> has quit IRC (Ping timeout: 256 seconds)
[08:33:03] *** vitallium <vitallium!~vitallium@ip-86-110-182-234.spark-rostov.ru> has joined #chromium
[08:37:05] *** gyuyoung <gyuyoung!~gyuyoung@175.223.20.154> has quit IRC (Ping timeout: 248 seconds)
[08:37:28] *** himcesjf_ <himcesjf_!~himcesjf@unaffiliated/himcesjf> has joined #chromium
[08:37:28] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has quit IRC (Disconnected by services)
[08:37:32] *** himcesjf_ is now known as him-cesjf
[08:44:04] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has joined #chromium
[08:48:14] *** Guest59_ <Guest59_!~textual@199.201.64.4> has quit IRC (Write error: Connection reset by peer)
[08:48:20] *** [dmb] <[dmb]!~dmb@pool-96-242-162-138.nwrknj.fios.verizon.net> has joined #chromium
[08:48:41] *** Guest59 <Guest59!~textual@199.201.64.4> has joined #chromium
[08:48:59] *** alexg__ <alexg__!~alex@47.63.48.248> has quit IRC (Ping timeout: 256 seconds)
[08:50:22] *** Memo_ <Memo_!~Memo@193.170.124.186> has joined #chromium
[08:53:05] *** Guest59 <Guest59!~textual@199.201.64.4> has quit IRC (Ping timeout: 248 seconds)
[09:30:44] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[09:41:37] *** tunekey <tunekey!~tunekey@unaffiliated/tunekey> has quit IRC (Ping timeout: 248 seconds)
[09:43:15] *** claudiodesouza <claudiodesouza!~claudiode@94.4.199.129> has quit IRC (Ping timeout: 265 seconds)
[09:44:11] *** alexg__ <alexg__!~alex@57.red-83-32-130.dynamicip.rima-tde.net> has joined #chromium
[09:52:24] *** ajax16384 <ajax16384!~User@109.60.138.138> has joined #chromium
[09:53:09] *** PSvils <PSvils!~PDevelope@83.243.92.42> has joined #chromium
[09:53:09] *** vitallium <vitallium!~vitallium@ip-86-110-182-234.spark-rostov.ru> has quit IRC (Read error: Connection reset by peer)
[09:57:59] *** mpozdnyakov <mpozdnyakov!~mikhail@134.134.139.82> has joined #chromium
[09:58:07] *** sdefresne <sdefresne!sdefresne@nat/google/x-lwtnfqbwktxrxvoh> has joined #chromium
[09:58:07] *** ChanServ sets mode: +v sdefresne
[10:00:13] <PSvils> For questions about disabling the audio subsystem either at runtime or compiletime for Chromium Embedded (CEF), proper channel is #chromium-support yes?
[10:04:26] *** vitallium <vitallium!~vitallium@ip-86-110-182-234.spark-rostov.ru> has joined #chromium
[10:06:03] *** yoav <yoav!~yoav@sdo26-1-78-245-148-181.fbx.proxad.net> has quit IRC (Remote host closed the connection)
[10:12:09] *** zergut <zergut!uid221522@taskhive/translator/zergut> has quit IRC (Quit: Connection closed for inactivity)
[10:14:33] *** claudiodesouza <claudiodesouza!~claudiode@194.73.46.50> has joined #chromium
[10:14:36] *** carewolf <carewolf!carewolf@nat/digia/x-ndgxnctakcajodye> has joined #chromium
[10:19:34] <claudiodesouza> Good morning Chromies
[10:23:43] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has joined #chromium
[10:24:51] <treib> Good morning!
[10:25:17] <treib> PSvils, for compile-time stuff, this is probably the right channel. I don't know anything about the audio subsystem though :)
[10:26:04] *** claudiodesouza <claudiodesouza!~claudiode@194.73.46.50> has quit IRC (Quit: leaving)
[10:26:43] *** zergut <zergut!uid221522@taskhive/translator/zergut> has joined #chromium
[10:26:59] *** hajimehoshi <hajimehoshi!~hajimehos@2401:fa00:4:1002:1caf:94ad:1a29:923c> has quit IRC (Ping timeout: 255 seconds)
[10:32:36] *** claudiodesouza <claudiodesouza!~claudiode@194.73.46.50> has joined #chromium
[10:45:03] <PSvils> Hmm, alright. Hopefully someone else will have some pointers!
[10:47:02] *** hajimehoshi <hajimehoshi!~hajimehos@2401:fa00:4:1002:910d:62c4:d3e0:f3f2> has joined #chromium
[10:49:24] *** Memo_ <Memo_!~Memo@193.170.124.186> has quit IRC (Quit: Leaving)
[10:57:13] *** lajava <lajava!~javi@199.10.165.83.dynamic.reverse-mundo-r.com> has joined #chromium
[11:11:21] <claudiodesouza> what is the irc channel for infra-dev
[11:14:02] <rakuco> I don't think there's one
[11:14:15] <claudiodesouza> alright
[11:14:22] <claudiodesouza> cheers
[11:24:21] *** phryk <phryk!~phryk@ip-37-24-163-60.hsi14.unitymediagroup.de> has quit IRC (Read error: Connection reset by peer)
[11:24:21] *** gyuyoung <gyuyoung!~gyuyoung@114.206.230.69> has joined #chromium
[11:25:19] *** phryk <phryk!~phryk@ip-37-24-163-60.hsi14.unitymediagroup.de> has joined #chromium
[11:26:36] *** multi_io_ is now known as multi_io
[11:33:38] *** gyuyoung <gyuyoung!~gyuyoung@114.206.230.69> has quit IRC (Ping timeout: 256 seconds)
[11:43:56] *** AtumT <AtumT!~IRC@177.157.115.195.dynamic.adsl.gvt.net.br> has joined #chromium
[11:43:59] *** n35xdxb0 <n35xdxb0!~n35xdxb0@81.171.97.54> has joined #chromium
[11:44:19] *** leviw_ is now known as leviw
[11:55:46] *** gotadachi <gotadachi!~gotadachi@124x34x155x150.ap124.ftth.ucom.ne.jp> has quit IRC (Quit: Leaving...)
[11:57:26] *** lajava <lajava!~javi@199.10.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Ping timeout: 256 seconds)
[11:58:14]
<trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on https://build.chromium.org/p/chromium/builders/Android/builds/81683 "Android" from 80343dd58eb8652708a6b7693dd11d6a3eb222f0: afdo-chromium-autoroll at skia-buildbots dot google.com.iam.gserviceaccount.com,ccameron@chromium.org (:ccameron),fs at opera dot com,fukino@chromium.org,yosin@chromium.org,yutak@chromium.org)
[12:02:11] *** gotadachi <gotadachi!~gotadachi@124x34x155x150.ap124.ftth.ucom.ne.jp> has joined #chromium
[12:09:49] *** chrisccoulson <chrisccoulson!~chr1s@ubuntu/member/chrisccoulson> has quit IRC (Quit: OSError: [Errno 130] Owner died)
[12:20:23] <trungl-bot> Tree opened by tschumann at google dot com: Tree is open.
[12:21:23] <trungl-bot> Tree opened by tschumann at google dot com: Tree is open. The closure seems to be a flake and the next run successfully completed compilation.
[12:26:37] *** infernix <infernix!nix@unaffiliated/infernix> has quit IRC (Ping timeout: 265 seconds)
[12:27:38] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has quit IRC (Quit: fredw)
[12:33:07] *** Memo_ <Memo_!~Memo@193.170.124.186> has joined #chromium
[12:35:32] *** infernix <infernix!nix@unaffiliated/infernix> has joined #chromium
[12:37:16] *** kus_ <kus_!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has joined #chromium
[12:42:09] *** zergut <zergut!uid221522@taskhive/translator/zergut> has quit IRC (Quit: Connection closed for inactivity)
[12:46:32] *** Goldi22 <Goldi22!uid251713@gateway/web/irccloud.com/x-dxfdbjndktajmdct> has joined #chromium
[12:54:58] *** PSvils <PSvils!~PDevelope@83.243.92.42> has quit IRC (Quit: Leaving.)
[12:56:03] *** PSvils <PSvils!~PDevelope@83.243.92.42> has joined #chromium
[13:02:23] *** zergut <zergut!uid221522@taskhive/translator/zergut> has joined #chromium
[13:03:44] *** ajax16384 <ajax16384!~User@109.60.138.138> has quit IRC (Read error: Connection reset by peer)
[13:19:27] *** treib <treib!~treib@2a00:79e0:15:10:5630:116e:c59d:21ea> has quit IRC (Quit: Leaving)
[13:22:17] *** gyuyoung <gyuyoung!~gyuyoung@114.206.230.69> has joined #chromium
[13:22:19] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@gateway/tor-sasl/yugiohjcj> has joined #chromium
[13:24:57] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-094-223-133-187.094.223.pools.vodafone-ip.de> has quit IRC (Ping timeout: 240 seconds)
[13:33:07] *** chrisccoulson <chrisccoulson!~chr1s@ubuntu/member/chrisccoulson> has joined #chromium
[13:39:02] *** kus_ <kus_!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Remote host closed the connection)
[13:49:04] *** gyuyoung <gyuyoung!~gyuyoung@114.206.230.69> has quit IRC (Ping timeout: 256 seconds)
[13:53:01] *** gyuyoung <gyuyoung!~gyuyoung@114.206.230.69> has joined #chromium
[13:53:12] *** vishal_ <vishal_!~vishal@123.201.249.28> has joined #chromium
[14:09:06] *** basiclaser <basiclaser!uid10861@gateway/web/irccloud.com/x-sfikuzxuajffstba> has joined #chromium
[14:15:02] *** viengelm <viengelm!viengelm@nat/digia/x-nnrurimzrjkxgszd> has quit IRC (Quit: Konversation terminated!)
[14:15:41] *** viengelm <viengelm!viengelm@nat/digia/x-dyzrbsoqqsnrkjtr> has joined #chromium
[14:21:02] *** bananabas <bananabas!~bananabas@unaffiliated/bananabas> has joined #chromium
[14:22:39] *** bananabas <bananabas!~bananabas@unaffiliated/bananabas> has quit IRC (Read error: Connection reset by peer)
[14:23:31] *** jrmuizel <jrmuizel!~jrmuizel@135-23-101-109.cpe.pppoe.ca> has joined #chromium
[14:27:07] *** HerbY_NL2 <HerbY_NL2!~HerbY_NL2@utwks61469.ewi.utwente.nl> has quit IRC (Quit: Leaving)
[14:27:56] *** jrmuizel <jrmuizel!~jrmuizel@135-23-101-109.cpe.pppoe.ca> has quit IRC (Ping timeout: 265 seconds)
[14:30:35] *** lnostdal <lnostdal!~lnostdal@gateway/tor-sasl/lnostdal> has joined #chromium
[14:32:01] *** arthursonzogni <arthursonzogni!arthursonz@nat/google/x-hwpsxenxlzhyvolk> has joined #chromium
[14:32:01] *** ChanServ sets mode: +v arthursonzogni
[14:32:18] *** arthursonzogni <arthursonzogni!arthursonz@nat/google/x-hwpsxenxlzhyvolk> has quit IRC (Client Quit)
[14:33:07] *** lajava <lajava!~javi@199.10.165.83.dynamic.reverse-mundo-r.com> has joined #chromium
[14:34:13] *** arthursonzogni <arthursonzogni!arthursonz@nat/google/x-wufftqprwvfqeehx> has joined #chromium
[14:34:13] *** ChanServ sets mode: +v arthursonzogni
[14:34:40] *** vishal_ <vishal_!~vishal@123.201.249.28> has quit IRC (Ping timeout: 256 seconds)
[14:43:15] *** gvso <gvso!~gvso@130.58.167.39> has quit IRC (Remote host closed the connection)
[14:52:17] <claudiodesouza> quick question... Is there any application to visualise histograms that is open to non-googlers?
[14:52:32] <ellyjones> I don't think so
[14:52:37] <ellyjones> do you mean locally?
[14:53:13] <claudiodesouza> yes, it can be a web interface
[14:53:36] <claudiodesouza> I just wanted a better way to see them rather the ascii format provided by StasticticsRecorder
[14:54:26] <ellyjones> ahh
[14:54:34] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has joined #chromium
[14:56:03] *** floown <floown!~quassel@151.177.73.86.rev.sfr.net> has joined #chromium
[14:56:03] *** floown <floown!~quassel@151.177.73.86.rev.sfr.net> has quit IRC (Changing host)
[14:56:03] *** floown <floown!~quassel@unaffiliated/fanchon> has joined #chromium
[14:57:48] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has quit IRC (Client Quit)
[14:58:02] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has joined #chromium
[14:58:12] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has quit IRC (Client Quit)
[14:58:48] *** vishal_ <vishal_!~vishal@123.201.249.28> has joined #chromium
[14:59:00] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has joined #chromium
[14:59:32] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has quit IRC (Client Quit)
[15:00:54] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has joined #chromium
[15:03:40] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has quit IRC (Client Quit)
[15:04:05] *** lnostdal_ <lnostdal_!~lnostdal@gateway/tor-sasl/lnostdal> has joined #chromium
[15:05:23] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-094-223-133-187.094.223.pools.vodafone-ip.de> has joined #chromium
[15:05:29] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has joined #chromium
[15:05:40] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has quit IRC (Client Quit)
[15:06:06] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has joined #chromium
[15:07:00] *** lnostdal <lnostdal!~lnostdal@gateway/tor-sasl/lnostdal> has quit IRC (Ping timeout: 255 seconds)
[15:07:15] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has quit IRC (Client Quit)
[15:07:49] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has joined #chromium
[15:08:51] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has quit IRC (Client Quit)
[15:10:37] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has joined #chromium
[15:12:09] *** zergut <zergut!uid221522@taskhive/translator/zergut> has quit IRC (Quit: Connection closed for inactivity)
[15:12:23] *** Ex6TenZ <Ex6TenZ!~Ex6TenZ@193.180.164.58> has joined #chromium
[15:13:38] *** riju <riju!~riju@2001:998:22:0:c9be:69b1:a90b:3595> has quit IRC (Client Quit)
[15:19:50] *** raynold <raynold!uid201163@gateway/web/irccloud.com/x-grvfurthxnvcvhcp> has quit IRC (Quit: Connection closed for inactivity)
[15:25:02] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has joined #chromium
[15:27:15] *** chrisccoulson <chrisccoulson!~chr1s@ubuntu/member/chrisccoulson> has quit IRC (Quit: OSError: [Errno 130] Owner died)
[15:31:01] *** chrisccoulson <chrisccoulson!~chr1s@ubuntu/member/chrisccoulson> has joined #chromium
[15:35:22] *** tonikitoo <tonikitoo!uid37558@gateway/web/irccloud.com/x-tycilmwmvgzpkhig> has joined #chromium
[15:41:49] *** n35xdxb0 <n35xdxb0!~n35xdxb0@81.171.97.54> has quit IRC (Quit: WeeChat 2.0.1)
[15:42:10] *** n35xdxb0 <n35xdxb0!~n35xdxb0@81.171.97.54> has joined #chromium
[15:43:27] *** n35xdxb0 <n35xdxb0!~n35xdxb0@81.171.97.54> has quit IRC (Client Quit)
[15:45:43] *** gvso <gvso!~gvso@130.58.167.39> has joined #chromium
[15:47:21] *** Ex6TenZ <Ex6TenZ!~Ex6TenZ@193.180.164.58> has quit IRC (Remote host closed the connection)
[15:50:28] *** vishal_ <vishal_!~vishal@123.201.249.28> has quit IRC (Ping timeout: 256 seconds)
[15:55:12] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has quit IRC (Ping timeout: 255 seconds)
[15:59:17] *** AaronMT <AaronMT!~textual@2620:101:80f2:224:c1d6:e7bc:b333:def9> has joined #chromium
[16:06:13] *** mpozdnyakov <mpozdnyakov!~mikhail@134.134.139.82> has quit IRC (Quit: Leaving.)
[16:07:51] *** zergut <zergut!uid221522@taskhive/translator/zergut> has joined #chromium
[16:10:31] *** niklob <niklob!~niklob@aftr-109-91-36-129.unity-media.net> has joined #chromium
[16:15:40] *** gvso <gvso!~gvso@130.58.167.39> has quit IRC (Remote host closed the connection)
[16:16:59] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has joined #chromium
[16:18:00] *** basiclaser <basiclaser!uid10861@gateway/web/irccloud.com/x-sfikuzxuajffstba> has quit IRC (Quit: Connection closed for inactivity)
[16:20:03] *** AtumT_ <AtumT_!~IRC@177.41.137.150.dynamic.adsl.gvt.net.br> has joined #chromium
[16:22:18] *** AtumT <AtumT!~IRC@177.157.115.195.dynamic.adsl.gvt.net.br> has quit IRC (Ping timeout: 240 seconds)
[16:25:09] <maruel> claudiodesouza: I replied to your email, sorry I wish I had a nicer answer
[16:26:01] <maruel> but on the other hand gathering this information was fun (and much more time consuming than expected!)
[16:26:02] *** wyre <wyre!wyre@gateway/shell/xshellz/x-dbvjjxvfamklkzod> has quit IRC (Remote host closed the connection)
[16:26:57] *** niklob <niklob!~niklob@aftr-109-91-36-129.unity-media.net> has quit IRC (Quit: Leaving)
[16:28:45] *** PSvils <PSvils!~PDevelope@83.243.92.42> has quit IRC (Quit: Leaving.)
[16:30:31] *** PSvils <PSvils!~PDevelope@83.243.92.42> has joined #chromium
[16:32:56] *** AtumT <AtumT!~IRC@201.86.160.101.dynamic.adsl.gvt.net.br> has joined #chromium
[16:33:35] *** AtumT_ <AtumT_!~IRC@177.41.137.150.dynamic.adsl.gvt.net.br> has quit IRC (Ping timeout: 240 seconds)
[16:33:44] *** PSvils <PSvils!~PDevelope@83.243.92.42> has quit IRC (Client Quit)
[16:34:45] *** lnostdal_ <lnostdal_!~lnostdal@gateway/tor-sasl/lnostdal> has quit IRC (Ping timeout: 255 seconds)
[16:35:16] *** PSvils <PSvils!~PDevelope@83.243.92.42> has joined #chromium
[16:39:02] *** PSvils <PSvils!~PDevelope@83.243.92.42> has quit IRC (Read error: Connection reset by peer)
[16:42:07] *** Jesin <Jesin!~Jesin@wsip-98-187-234-122.dc.dc.cox.net> has joined #chromium
[16:46:41] *** alexg__ <alexg__!~alex@57.red-83-32-130.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 248 seconds)
[16:48:08] *** lnostdal_ <lnostdal_!~lnostdal@gateway/tor-sasl/lnostdal> has joined #chromium
[16:48:44] *** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #chromium
[16:51:25] *** Torne <Torne!~torne@unaffiliated/torne> has joined #chromium
[16:51:25] *** ChanServ sets mode: +v Torne
[16:52:04] *** Memo_ <Memo_!~Memo@193.170.124.186> has quit IRC (Quit: Leaving)
[16:56:05] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Ping timeout: 240 seconds)
[17:03:06] *** lnostdal_ <lnostdal_!~lnostdal@gateway/tor-sasl/lnostdal> has quit IRC (Ping timeout: 255 seconds)
[17:03:43] <claudiodesouza> maruel: Thank you very much indeed... I'll be going over it this evening
[17:03:59] <claudiodesouza> signing out for a bit
[17:04:02] *** claudiodesouza <claudiodesouza!~claudiode@194.73.46.50> has quit IRC (Quit: leaving)
[17:14:07] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[17:15:53] *** Goldi22 <Goldi22!uid251713@gateway/web/irccloud.com/x-dxfdbjndktajmdct> has quit IRC (Quit: Connection closed for inactivity)
[17:15:58] *** lnostdal_ <lnostdal_!~lnostdal@gateway/tor-sasl/lnostdal> has joined #chromium
[17:18:19] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has joined #chromium
[17:21:05] *** testerbeta <testerbeta!~senpai@190.112.223.100> has joined #chromium
[17:21:33] <testerbeta> ellyjones what tarball should i build? (stable chan)
[17:21:47] <testerbeta> 64.0.3282.168 or 64.0.3282.167
[17:21:48] <testerbeta> os
[17:21:49] <testerbeta> linux
[17:23:04] <ellyjones> how would I know? heh
[17:23:08] <ellyjones> the .168 one is newer
[17:23:21] <testerbeta> ok
[17:31:09] *** ehsan <ehsan!~ehsan@2620:101:80f2:224:80de:ca54:fc2:3fb3> has joined #chromium
[17:44:17] *** testerbeta <testerbeta!~senpai@190.112.223.100> has quit IRC (Quit: Leaving.)
[17:44:41] *** Jesin <Jesin!~Jesin@wsip-98-187-234-122.dc.dc.cox.net> has quit IRC (Quit: Leaving)
[17:51:52] *** orbyt_ <orbyt_!~orbyt@172.92.5.20> has joined #chromium
[17:53:06] *** ehsan <ehsan!~ehsan@2620:101:80f2:224:80de:ca54:fc2:3fb3> has quit IRC (Ping timeout: 255 seconds)
[17:59:55] *** tvsutton <tvsutton!~cygnus211@unaffiliated/cygnus2112> has quit IRC (Quit: Quit)
[18:00:18] *** rickymiller <rickymiller!~rickymill@198.211.107.178> has quit IRC (Quit: peace out!)
[18:02:41] *** suhdood <suhdood!~suhdood@2600:380:981f:62cd:98a1:a7d:3642:173f> has joined #chromium
[18:04:08] *** RT|Chatzilla <RT|Chatzilla!~chatzilla@reactos/tester/RT> has quit IRC (Quit: ChatZilla 0.9.86.1 [Firefox 2.0.0.22pre/2010030309])
[18:05:07] *** orbyt_ <orbyt_!~orbyt@172.92.5.20> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[18:08:04] *** tunekey <tunekey!~tunekey@unaffiliated/tunekey> has joined #chromium
[18:08:48] *** lnostdal_ <lnostdal_!~lnostdal@gateway/tor-sasl/lnostdal> has quit IRC (Ping timeout: 255 seconds)
[18:10:57] *** chcunningham <chcunningham!68849a5f@gateway/web/freenode/ip.104.132.154.95> has joined #chromium
[18:20:30] *** orbyt_ <orbyt_!~orbyt@172.92.5.20> has joined #chromium
[18:22:09] *** zergut <zergut!uid221522@taskhive/translator/zergut> has quit IRC (Quit: Connection closed for inactivity)
[18:22:50] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Remote host closed the connection)
[18:23:27] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[18:27:56] *** n35xdxb0 <n35xdxb0!~n35xdxb0@81.171.97.54> has joined #chromium
[18:28:09] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 260 seconds)
[18:28:45] *** arthursonzogni <arthursonzogni!arthursonz@nat/google/x-wufftqprwvfqeehx> has quit IRC (Quit: WeeChat 1.9.1)
[18:31:31] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[18:38:12] *** scj643 <scj643!~quassel@scj.theender.net> has quit IRC (Quit: Bye)
[18:38:47] *** scj643 <scj643!~quassel@scj.theender.net> has joined #chromium
[18:45:20] *** robink <robink!~quassel@unaffilated/robink> has quit IRC (Ping timeout: 252 seconds)
[18:48:02] *** robink <robink!~quassel@unaffilated/robink> has joined #chromium
[18:48:24] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@gateway/tor-sasl/yugiohjcj> has quit IRC (Ping timeout: 255 seconds)
[18:48:50] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@gateway/tor-sasl/yugiohjcj> has joined #chromium
[18:49:05] *** robliao <robliao!robliao@nat/google/x-eonwmbsdpdnhtvfp> has joined #chromium
[18:49:05] *** ChanServ sets mode: +v robliao
[18:53:17] *** Savago <Savago!~adenilson@217.140.103.75> has joined #chromium
[18:58:23] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-094-223-133-187.094.223.pools.vodafone-ip.de> has quit IRC (Ping timeout: 276 seconds)
[18:59:03] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Remote host closed the connection)
[19:00:32] *** raynold <raynold!uid201163@gateway/web/irccloud.com/x-dlbhbiymgwqubcho> has joined #chromium
[19:08:57] *** ehsan <ehsan!~ehsan@2620:101:80f2:224:80de:ca54:fc2:3fb3> has joined #chromium
[19:18:47] *** floown <floown!~quassel@unaffiliated/fanchon> has quit IRC (Remote host closed the connection)
[19:19:43] *** suhdood_ <suhdood_!~suhdood@2601:281:c502:25d9:98a1:a7d:3642:173f> has joined #chromium
[19:22:06] *** kw21 <kw21!~kw21@D978E830.cm-3-1d.dynamic.ziggo.nl> has joined #chromium
[19:22:12] *** suhdood <suhdood!~suhdood@2600:380:981f:62cd:98a1:a7d:3642:173f> has quit IRC (Ping timeout: 255 seconds)
[19:23:14] *** suhdood_ <suhdood_!~suhdood@2601:281:c502:25d9:98a1:a7d:3642:173f> has quit IRC (Read error: Connection reset by peer)
[19:25:40] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@gateway/tor-sasl/yugiohjcj> has quit IRC (Quit: YuGiOhJCJ)
[19:31:10] *** hajimehoshi <hajimehoshi!~hajimehos@2401:fa00:4:1002:910d:62c4:d3e0:f3f2> has quit IRC (Ping timeout: 252 seconds)
[19:31:29] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has quit IRC (Quit: Leaving)
[19:33:10] *** n35xdxb0 <n35xdxb0!~n35xdxb0@81.171.97.54> has quit IRC (Ping timeout: 240 seconds)
[19:38:02] *** carewolf <carewolf!carewolf@nat/digia/x-ndgxnctakcajodye> has quit IRC (Ping timeout: 260 seconds)
[19:45:08] *** aee <aee!68843543@gateway/web/freenode/ip.104.132.53.67> has joined #chromium
[19:58:10] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[20:04:32] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has joined #chromium
[20:05:35] *** ajax16384 <ajax16384!~User@109.60.130.33> has joined #chromium
[20:12:12] *** LCPolan <LCPolan!~textual@2600:8807:5688:7c00:91b7:9659:bc54:5bb9> has joined #chromium
[20:12:21]
*** ed- <ed-!~ed@c83-249-179-3.bredband.comhem.se> has quit IRC (Quit: ZNC - http://znc.in)
[20:20:11] *** capin <capin!~capin@68-187-39-229.dhcp.ftwo.tx.charter.com> has joined #chromium
[20:21:01] *** ed- <ed-!~ed@c83-249-179-3.bredband.comhem.se> has joined #chromium
[20:21:08] *** capin <capin!~capin@68-187-39-229.dhcp.ftwo.tx.charter.com> has left #chromium
[20:21:12] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[20:24:21] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[20:24:23] *** Burek <Burek!~Burek@77.239.90.94> has joined #chromium
[20:25:57] *** drewmcmillan <drewmcmillan!~drewmcmil@144.124.85.1> has joined #chromium
[20:28:22] *** LocaMocha <LocaMocha!bocaneri@about/linux/staff/sauvin> has quit IRC (Read error: Connection reset by peer)
[20:28:22] *** robliao <robliao!robliao@nat/google/x-eonwmbsdpdnhtvfp> has quit IRC (Ping timeout: 252 seconds)
[20:32:49] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.45> has joined #chromium
[20:35:15] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.45> has quit IRC (Read error: Connection reset by peer)
[20:36:03] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.45> has joined #chromium
[20:37:54] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.45> has quit IRC (Read error: Connection reset by peer)
[20:39:17] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has joined #chromium
[20:41:04] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has quit IRC (Read error: Connection reset by peer)
[20:42:32] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has joined #chromium
[20:44:21] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has quit IRC (Read error: Connection reset by peer)
[20:45:12] *** robliao <robliao!robliao@nat/google/x-utrhiukgcpubwkio> has joined #chromium
[20:45:12] *** ChanServ sets mode: +v robliao
[20:45:46] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has joined #chromium
[20:46:23] *** vishal_ <vishal_!~vishal@123.201.249.28> has joined #chromium
[20:47:27] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has quit IRC (Read error: Connection reset by peer)
[20:49:00] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has joined #chromium
[20:50:52] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has quit IRC (Read error: Connection reset by peer)
[20:52:17] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has joined #chromium
[20:54:07] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has quit IRC (Read error: Connection reset by peer)
[20:55:31] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has joined #chromium
[20:56:37] *** n35xdxb0 <n35xdxb0!~n35xdxb0@84.207.252.38> has quit IRC (Read error: Connection reset by peer)
[20:58:20] *** AaronMT <AaronMT!~textual@2620:101:80f2:224:c1d6:e7bc:b333:def9> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[21:00:32] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Remote host closed the connection)
[21:03:30] *** claudiodesouza <claudiodesouza!~claudiode@94.4.199.129> has joined #chromium
[21:06:21] <claudiodesouza> maruel: I'm going over those steps you've outlined
[21:08:41] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[21:10:25] *** lifecoach is now known as sadbox
[21:14:58] *** ajax16384 <ajax16384!~User@109.60.130.33> has quit IRC (Quit: Leaving)
[21:15:40] *** ajax16384 <ajax16384!~User@109.60.130.33> has joined #chromium
[21:16:25] *** in3o <in3o!~in3o@163.53.214.110> has joined #chromium
[21:18:10] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@gateway/tor-sasl/yugiohjcj> has joined #chromium
[21:19:10] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has joined #chromium
[21:20:32] *** aee <aee!68843543@gateway/web/freenode/ip.104.132.53.67> has quit IRC (Quit: Page closed)
[21:22:01] *** aee <aee!aee@nat/google/x-plufbbvknhpaeizb> has joined #chromium
[21:22:01] *** ChanServ sets mode: +v aee
[21:25:53] *** lajava <lajava!~javi@199.10.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Quit: Ex-Chat)
[21:26:08] *** lajava <lajava!~javi@199.10.165.83.dynamic.reverse-mundo-r.com> has joined #chromium
[21:30:00] *** in3o_ <in3o_!~in3o@163.53.214.110> has joined #chromium
[21:31:53] *** in3o_ <in3o_!~in3o@163.53.214.110> has quit IRC (Read error: Connection reset by peer)
[21:32:28] *** in3o <in3o!~in3o@163.53.214.110> has quit IRC (Read error: Connection reset by peer)
[21:32:52] *** in3o <in3o!~in3o@163.53.214.110> has joined #chromium
[21:36:21] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Remote host closed the connection)
[21:40:03] <jbroman> chrome://histograms ?
[21:40:07] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[21:40:20] <jbroman> but it's still ASCII
[21:40:22] <jbroman> claudiodesouza: ^
[21:49:03] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 248 seconds)
[21:50:20] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has quit IRC (Remote host closed the connection)
[21:53:08] *** vishal_ <vishal_!~vishal@123.201.249.28> has quit IRC (Ping timeout: 256 seconds)
[21:53:47] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[21:56:25] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has quit IRC (Remote host closed the connection)
[21:58:10] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 240 seconds)
[21:58:47] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[21:58:52] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has joined #chromium
[21:59:22] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has joined #chromium
[22:00:26] <claudiodesouza> jbroman: Thanks, I'm aware of that page. I also know how to genereate the histogram data if necessary
[22:00:50] <claudiodesouza> I was just curious if there's an easy way to tailor a simple dashboard with some specific graphs
[22:01:37] *** drewmcmillan <drewmcmillan!~drewmcmil@144.124.85.1> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[22:02:12] *** ajax16384 <ajax16384!~User@109.60.130.33> has quit IRC (Quit: Leaving)
[22:03:02] <claudiodesouza> I guess I should use google charts
[22:03:05] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 240 seconds)
[22:05:06] <claudiodesouza> it seems the google-chart polymer component can handle it
[22:07:44] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[22:09:03]
<trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on https://build.chromium.org/p/chromium.win/builders/WinMSVC64%20%28dbg%29/builds/2917 "WinMSVC64 (dbg)" from 2fe7073e23caa42cbd01575ab206ba8928ccd645: aleventhal at chromium dot org,avi@chromium.org (:motownavi),danakj at chromium dot org,erikchen@chromium.org,eroman@chromium.org (:eroman),estevenson at chromium dot org,jam@chromium.org (:jam2),jmadill at chromium dot org,khorimoto@
[22:16:47] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 248 seconds)
[22:18:48] <jam_> looking
[22:19:20] *** LCPolan <LCPolan!~textual@2600:8807:5688:7c00:91b7:9659:bc54:5bb9> has quit IRC (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
[22:19:23] <jam_> i'll submit a fix
[22:21:24] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[22:23:09] <trungl-bot> Tree opened by chcunningham at google dot com: Tree is open. Fix pending from jam@ for rev 2305cdc1d9309edaabf1b73ae3faf26577f96d65.
[22:23:35] *** mel00010 <mel00010!~mel00010@128-223-223-5-wireless.uoregon.edu> has quit IRC (Ping timeout: 240 seconds)
[22:24:49] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has quit IRC (Ping timeout: 248 seconds)
[22:25:57] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 240 seconds)
[22:26:44] <jam_> ok i've manually landed a fix
[22:27:56] *** n35xdxb0 <n35xdxb0!~n35xdxb0@176.12.107.158> has joined #chromium
[22:30:17] *** LCPolan <LCPolan!~textual@2600:8807:5688:7c00:b042:e5c7:4040:df74> has joined #chromium
[22:30:55] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[22:33:15] *** chat_ <chat_!~chat@p54B2F157.dip0.t-ipconnect.de> has joined #chromium
[22:33:54] <mew[m]> Hello, where i can find original bios file for a c201?
[22:34:35] <juliatuttle> mew[m]: this is for the chromium browser, not the OS; try #chromium-os
[22:34:53] <juliatuttle> mew[m]: (and check the topic in there; there might be something more appropropriate for user questions)
[22:35:34] <mew[m]> ohhh
[22:35:39] *** mel00010 <mel00010!~mel00010@2607:8400:2404:2:9ade:85bf:c419:ac14> has joined #chromium
[22:39:27] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 240 seconds)
[22:42:25] *** gvso <gvso!~gvso@130.58.167.39> has joined #chromium
[22:43:08] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@gateway/tor-sasl/yugiohjcj> has quit IRC (Quit: YuGiOhJCJ)
[22:44:39] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[22:54:10] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 260 seconds)
[22:55:23] <Torne> is omahaproxy failing to fetch any data with error 500 for everyone?
[22:55:38] *** mel00010 <mel00010!~mel00010@2607:8400:2404:2:9ade:85bf:c419:ac14> has quit IRC (Ping timeout: 276 seconds)
[22:55:45] <juliatuttle> same here
[22:56:53] *** tvsutton <tvsutton!~cygnus211@unaffiliated/cygnus2112> has joined #chromium
[22:58:21] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[22:59:10] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has joined #chromium
[23:02:50] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 256 seconds)
[23:04:51] *** jbudorick <jbudorick!jbudorick@nat/google/x-rkdjudloxvwortcf> has joined #chromium
[23:04:51] *** ChanServ sets mode: +v jbudorick
[23:05:05] *** n35xdxb0 <n35xdxb0!~n35xdxb0@176.12.107.158> has quit IRC (Ping timeout: 240 seconds)
[23:07:18] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[23:08:04] *** n35xdxb0 <n35xdxb0!~n35xdxb0@176.12.107.158> has joined #chromium
[23:10:24] *** mel00010 <mel00010!~mel00010@128-223-223-128-wireless.uoregon.edu> has joined #chromium
[23:11:57] *** felda <felda!~felda@donger/pfsense> has quit IRC (Quit: Somehow this is cryptic1's fault!)
[23:14:23] *** markanini <markanini!uid58839@gateway/web/irccloud.com/x-txbxuzlqvfkantde> has joined #chromium
[23:17:45] *** n35xdxb0 <n35xdxb0!~n35xdxb0@176.12.107.158> has quit IRC (Ping timeout: 276 seconds)
[23:28:22] *** nashimus <nashimus!~nashimus@76.76.243.94> has joined #chromium
[23:31:34] *** n35xdxb0 <n35xdxb0!~n35xdxb0@92.40.249.105.threembb.co.uk> has joined #chromium
[23:33:54] *** The-Compiler <The-Compiler!~compiler@qutebrowser/dev/The-Compiler> has joined #chromium
[23:34:40]
<trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on https://build.chromium.org/p/chromium.chromiumos/builders/linux-chromeos-dbg/builds/4265 "linux-chromeos-dbg" from 14b5618d8e24b89f1d64f0d5424268559febb660: asimjour at chromium dot org,backer@chromium.org,billorr@chromium.org,carlosk@chromium.org,chcunningham@chromium.org,chfremer@chromium.org,chiniforooshan@chromium.org,chrishtr@chromium.org,danakj@chromium.o
[23:34:54] <The-Compiler> I was looking at Chromium's URL match pattern implementation, and two things are confusing me (so far :D)
[23:35:56] <The-Compiler> and same place, line 80: why are ports ignored with file:// rather than returning PARSE_ERROR_INVALID_PORT like with e.g. chrome://?
[23:36:24] <Torne> file: URLs don't have anything that means a port
[23:36:36] <Torne> that's verifying that this isn';t *incorrectly* parsed as being a port when it's not
[23:36:59] <Torne> (windows paths can use colons in file paths for drive letters)
[23:37:23] <The-Compiler> but shouldn't that be file:/// rather than file:// then so that's in the path rather than in the netloc/authority?
[23:37:35] *** Shirakawasuna <Shirakawasuna!~Shirakawa@71.212.111.183> has joined #chromium
[23:37:52] <Torne> the url parsing algorithm doesn't really care about that
[23:37:54] *** Shirakawasuna <Shirakawasuna!~Shirakawa@71.212.111.183> has left #chromium
[23:39:24] <Torne> i'm not sure why the one with no hostname should work though
[23:39:45] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has quit IRC (Remote host closed the connection)
[23:40:29] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 276 seconds)
[23:40:45] <Torne> yeah that looks like that actually might be a bug
[23:41:00] <Torne> port splitting happens later after it already checked for PARSE_ERROR_EMPTY_HOST
[23:41:03] <Torne> so it's not empty at that point
[23:41:30] <The-Compiler> I first thought it was one as well, but then why would there be a test-case specificially for that
[23:41:47] * Torne checks the actual url parsing algorithm
[23:42:12] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has joined #chromium
[23:42:45] *** n35xdxb0_ <n35xdxb0_!~n35xdxb0@188.29.164.94.threembb.co.uk> has joined #chromium
[23:43:35] *** n35xdxb0 <n35xdxb0!~n35xdxb0@92.40.249.105.threembb.co.uk> has quit IRC (Ping timeout: 240 seconds)
[23:44:00]
<Torne> yeah, http://: as a prefix just returns failure in the actual url parsing algorithm
[23:44:04] <Torne> so that does appear to be a bad example
[23:44:18] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[23:45:46] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has quit IRC (Remote host closed the connection)
[23:45:59] <The-Compiler> should I open a bug?
[23:46:39] <Torne> i'm lookign in history to see if there's a reason
[23:48:22] <Torne> can't see one
[23:48:24] <Torne> so yeah, file a bug :)
[23:49:12] *** RT|Chatzilla <RT|Chatzilla!~chatzilla@reactos/tester/RT> has joined #chromium
[23:50:27] *** n35xdxb0 <n35xdxb0!~n35xdxb0@188.29.165.154.threembb.co.uk> has joined #chromium
[23:50:41] *** n35xdxb0_ <n35xdxb0_!~n35xdxb0@188.29.164.94.threembb.co.uk> has quit IRC (Ping timeout: 248 seconds)
[23:53:20] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has quit IRC (Ping timeout: 252 seconds)
[23:58:01] *** yoav <yoav!~yoav@a6093-0450999389.pck.nerim.net> has joined #chromium
[23:58:39] *** n35xdxb0 <n35xdxb0!~n35xdxb0@188.29.165.154.threembb.co.uk> has quit IRC (Ping timeout: 248 seconds)
[23:59:52] <The-Compiler> Torne: do you know a way to try this out without having to write an extension? I'd like to check what happens exactly in practice