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

Toggle Join/Part | bottom
[00:02:47] <Torne> chromium normally uses the system cert store
[00:03:23] <adamw> rakuco: agable: https://bugs.chromium.org/p/chromium/issues/detail?id=812877&can=2&start=0&num=100&q=gcc&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified&groupby=&sort=
[00:03:30] <adamw> sigh...just the first bit. :P
[00:06:28] *** raynold <raynold!uid201163@gateway/web/irccloud.com/x-ztesgjmqzhqgnjij> has quit IRC (Quit: Connection closed for inactivity)
[00:07:12] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has quit IRC (Remote host closed the connection)
[00:13:00] <fabrice_d> Torne: which one is that on Linux? I'm using a stripped down distro where I'm quite sure no such thing exists by default
[00:15:38] <Torne> whatever libnss looks in
[00:15:45] <Torne> usually the openssl cert store in /etc/ssl i think?
[00:16:31] <fabrice_d> ok thanks
[00:16:32] <Torne> if you don't have that then a large number of programs are going to have a bad time :)
[00:16:47] <Torne> since that's where basically everythign on linux finds that, and pretty much nothing that i'm aware of bundles its own cers
[00:17:00] <Torne> so even a stripped-down distro should really have that by default :)
[00:17:21] <Torne> (especially since it's not unheard of for the absence of ssl cert info to result in things defaulting to accepting any cert at all - e.g. older python versions)
[00:17:40] <fabrice_d> well, I had to disable use_nss_certs for ... reasons so I was looking at how the Fuschia port is doing it
[00:18:08] <Torne> if you've turned nss off then that explains rather well why you aren't getting any validation
[00:18:14] <Torne> since there probably isn't anything else instead on linux
[00:18:19] <Torne> so you probably now just have no root certs at all
[00:18:27] <fabrice_d> right
[00:18:37] <Torne> the only supported way to have any certs is to turn that back on :)
[00:18:52] <Torne> anything else is probably os-specific and likely doesn't work on linux
[00:19:33] <fabrice_d> ok. Do you know if Fuschia is also using nss?
[00:19:46] <Torne> i don't know anything about fuschia
[00:20:15] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has quit IRC (Quit: fredw)
[00:20:18] <Torne> but use_nss_certs is defaulted to is_linux, so probably not
[00:20:31] *** Savago <Savago!~adenilson@217.140.103.75> has quit IRC (Quit: Ex-Chat)
[00:20:45] *** gvso <gvso!~gvso@130.58.167.39> has joined #chromium
[00:20:46] <Torne> there's a cert_database_fuschia.cc but it's empty
[00:20:56] <Torne> so one quite possible option is that right now fuschia doesn't have any :)
[00:21:19] <Torne> (well, not literally empty but identical to cert_database_stub.cc which is what you're using now)
[00:21:22] <Torne> so yeah
[00:21:29] <Torne> it looks like the only options are "android, ios, mac, win, or nss"
[00:21:37] <Torne> there's no other implementations that i can see
[00:21:43] <Torne> so you need nss :)
[00:21:54] <fabrice_d> ok, will go this way, thanks!
[00:25:18] <adamw> fabrice_d: you may find https://www.happyassassin.net/2015/01/12/a-note-about-ssltls-trusted-certificate-stores-and-platforms/ handy.
[00:25:26] <adamw> fabrice_d: the executive summary is, "it's complicated". :P
[00:25:44] <adamw> Torne: nss has its own trust store, it doesn't use openssl's.
[00:30:31] <Torne> hm, i thought it got generated by the same thing but indeed no
[00:30:52] <Torne> this all appears to be shipped in a quite silly way on my machines :)
[00:34:24] <Torne> (this appears to be debian's fault)
[00:35:16] *** jrmuizel <jrmuizel!~jrmuizel@38.99.190.248> has joined #chromium
[00:35:47] *** jrmuizel <jrmuizel!~jrmuizel@38.99.190.248> has quit IRC (Remote host closed the connection)
[00:37:05] <adamw> Torne: most distributions have some kind of system for trying to keep the stores used by each of the main ssl libraries consistent
[00:37:21] <adamw> i.e. a system that basically generates the trust stores for each library and tries to keep them the same
[00:37:33] *** jrmuizel <jrmuizel!~jrmuizel@38.99.190.248> has joined #chromium
[00:38:01] <adamw> debian has an implementation of this that other debian-derived distros generally use too, we (red hat / fedora) have a different implementation of this which red hat-y distros use, and some others too (iirc arch adopted it for e.g.)
[00:38:05] *** EoN <EoN!~EoN@unaffiliated/eon> has quit IRC (Ping timeout: 276 seconds)
[00:39:20] *** AtumT <AtumT!~IRC@201.86.160.101.dynamic.adsl.gvt.net.br> has quit IRC (Remote host closed the connection)
[00:41:57] *** jrmuizel <jrmuizel!~jrmuizel@38.99.190.248> has quit IRC (Ping timeout: 240 seconds)
[00:49:27] *** mizu_no_oto_work <mizu_no_oto_work!~textual@2601:196:4a01:e520:e525:b7f7:f2f9:baf8> has joined #chromium
[00:51:21] *** robliao <robliao!robliao@nat/google/x-njtngeawnnhhorem> has quit IRC (Remote host closed the connection)
[00:53:20] *** mizu_no_oto_work <mizu_no_oto_work!~textual@2601:196:4a01:e520:e525:b7f7:f2f9:baf8> has quit IRC (Client Quit)
[01:00:03] *** 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:03:18] <fabrice_d> adamw: Torne: I hacked my way by reusing the Fuchsia codepath in system_trust_store.cc and using the ca-certificates.crt from my ubuntu host. A bit hackish, but does the job for testing :)
[01:03:31] <adamw> cool :)
[01:09:47] *** Muzer <Muzer!~muzer@tim32.org> has joined #chromium
[01:11:01] *** Torne <Torne!~torne@unaffiliated/torne> has quit IRC (Quit: wow, he /quit)
[01:11:46] *** AaronMT <AaronMT!~textual@2607:fea8:3de0:cb7:68df:8e7:2b02:1e53> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[01:14:46] *** jsbell <jsbell!jsbell@nat/google/x-lpwjwmwwzydypqsv> has quit IRC (Quit: There's no place like home...)
[01:14:54] <domfarolino> rakuco: Thanks for info. Think I'll stick with your method of conversion just since it gets us away from that `Get` helper
[01:19:52] *** Torne <Torne!~torne@unaffiliated/torne> has joined #chromium
[01:19:52] *** ChanServ sets mode: +v Torne
[01:20:41] *** ehsan <ehsan!~ehsan@2620:101:80f2:224:80de:ca54:fc2:3fb3> has quit IRC (Ping timeout: 255 seconds)
[01:22:08] *** Thaelim <Thaelim!~Thaelim@2601:281:c502:25d9:2de0:420e:4516:74e0> has joined #chromium
[01:30:00] *** orbyt_ <orbyt_!~orbyt@204.14.152.19> has joined #chromium
[01:31:33] *** Thaelimm <Thaelimm!~Thaelim@2601:281:c502:25d9:2de0:420e:4516:74e0> has joined #chromium
[01:32:25] *** Thaelimm <Thaelimm!~Thaelim@2601:281:c502:25d9:2de0:420e:4516:74e0> has quit IRC (Remote host closed the connection)
[01:32:25] *** Thaelim <Thaelim!~Thaelim@2601:281:c502:25d9:2de0:420e:4516:74e0> has quit IRC (Read error: Connection reset by peer)
[01:32:48] *** Thaelimm <Thaelimm!~Thaelim@2601:281:c502:25d9:2de0:420e:4516:74e0> has joined #chromium
[01:33:37] *** gecko19 <gecko19!522c57e5@gateway/web/freenode/ip.82.44.87.229> has joined #chromium
[01:34:21] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has joined #chromium
[01:41:20] *** in3o__ <in3o__!~in3o@163.53.214.110> has quit IRC (Remote host closed the connection)
[01:41:38] *** in3o__ <in3o__!~in3o@163.53.214.110> has joined #chromium
[01:44:39] <gecko19> Hello All...
[01:44:52] <gecko19> I have a doubt about user gestures for layout tests
[01:45:47] <gecko19> I have a patch which tests autoload in a video object, but with the new chromium rules autoplay will not work till a user gesture is detected...
[01:48:40] *** orbyt_ <orbyt_!~orbyt@204.14.152.19> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[01:49:16] *** in3o__ is now known as in3o
[01:54:27] <bsheedy> gecko19: You can generate user gestures in layout tests. Example: https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/fullscreen/full-screen-test.js?q=thunk+lang:javascript&sq=package:chromium&dr=CSs&l=14
[01:58:58] *** in3o_ <in3o_!~in3o@163.53.214.110> has joined #chromium
[01:59:43] *** in3o <in3o!~in3o@163.53.214.110> has quit IRC (Ping timeout: 248 seconds)
[02:03:06] <gecko19> bsheedy: Thanks for this
[02:03:49] <gecko19> I tried using Runner.setAutoplayAllowed(true)
[02:04:11] <gecko19> my included JS files are : <script src="../resources/testharness.js"></script> <script src="../resources/testharnessreport.js"></script> <script src="media-file.js"></script>
[02:04:24] <gecko19> But I get the error that testRunner is undefined.
[02:09:31] *** al-damiri <al-damiri!uid142631@gateway/web/irccloud.com/x-dlqrsowxjqdkugtb> has quit IRC (Quit: Connection closed for inactivity)
[02:10:36] *** yutak_ <yutak_!~yutak@104.132.146.66> has joined #chromium
[02:14:51] *** yutak <yutak!~yutak@2401:fa00:4:1002:2445:b21a:6a67:6cf4> has quit IRC (Ping timeout: 255 seconds)
[02:17:37] *** in3o_ <in3o_!~in3o@163.53.214.110> has quit IRC (Read error: Connection reset by peer)
[02:17:44] *** in3o <in3o!~in3o@163.53.214.110> has joined #chromium
[02:18:54] <bsheedy> gecko19: Are you running this in content shell? It looks like testRunner is a content shell-specific thing https://cs.chromium.org/chromium/src/content/shell/test_runner/test_runner.h?q=setautoplayallowed&sq=package:chromium&dr=CSs&l=406
[02:21:38] <jbroman> I think it's even restricted to content_shell when `--run-layout-test` is passed
[02:21:55] <claudiodesouza> I fired git cl upload and I had multiple errors saying I need "No Java runtime present"... This has never happened before
[02:22:08] <claudiodesouza> what java runtime should I install to avoid this
[02:23:22] <gecko19> bsheedy : jbroman: I am running the webkit layout tests
[02:23:26] <gecko19> python third_party/WebKit/Tools/Scripts/run-webkit-tests
[02:24:27] *** ome_ <ome_!uid36537@gateway/web/irccloud.com/x-nxyjohkhcwfcaqyt> has joined #chromium
[02:24:48] <jbroman> `window.testRunner` should always exist in layout tests
[02:27:13] <gbiv> is chrome on android all arm32, or do we also ship arm64 builds for devices that support it?
[02:30:34] *** lajava <lajava!~javi@199.10.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Ping timeout: 256 seconds)
[02:31:30] *** Thaelimm <Thaelimm!~Thaelim@2601:281:c502:25d9:2de0:420e:4516:74e0> has quit IRC (Remote host closed the connection)
[02:32:31] <gecko19> jbroman: I now get this "DevTools listening on ws://127.0.0.1:45038/devtools/browser/2b99c85f-0040-4bb7-b418-aaa1a5379812"
[02:32:52] <gecko19> no outputs
[02:39:18] *** EoN <EoN!~EoN@unaffiliated/eon> has joined #chromium
[02:49:39] <claudiodesouza> never mind... fixed
[02:55:26] <claudiodesouza> wow... I don't know what happened... I submitted a CL and it added 55 people to CC. I removed them and then clicked in start review, and it added them back
[02:55:38] <claudiodesouza> I guess there will be a good number of people angry at me
[03:01:00] *** gecko19 <gecko19!522c57e5@gateway/web/freenode/ip.82.44.87.229> has quit IRC (Ping timeout: 260 seconds)
[03:08:11] *** chcunningham <chcunningham!68849a5f@gateway/web/freenode/ip.104.132.154.95> has quit IRC (Quit: Page closed)
[03:10:57] *** claudiodesouza <claudiodesouza!~claudiode@94.4.199.129> has quit IRC (Ping timeout: 260 seconds)
[03:13:16] *** claudiodesouza <claudiodesouza!~claudiode@90.212.176.85> has joined #chromium
[03:14:28] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has joined #chromium
[03:20:41] *** bn_ <bn_!~bn_@unaffiliated/bn-/x-2389743> has joined #chromium
[03:22:45] <bn_> can I reference a polyfill library in a user stylesheet?  if not, what is the best way to reference one?
[03:25:10] <Torne> gbiv: we currently ship arm32, except for the dev/canary channels on pre-N OS versions which are 64-bit on 64-bit devices
[03:25:28] <Torne> gbiv: on N+ the apk has both architectures in it but the 64-bit binary is only webview, not chrome
[03:25:47] <Torne> memory usage is still worse on 64-bit so we don't ship it by default yet
[03:26:20] <Torne> claudiodesouza: that's a larger number than is typical but there's extensive watchlist support in our review system :)
[03:26:29] <Torne> people set up rules for what CLs they want to be notified about
[03:26:41] <Torne> don't worry about it, most likely
[03:27:01] <jbudorick> sheriffs: we've seen a sufficient decline in swarming pending tasks that we think it's ok to reopen the tree
[03:27:01] <trungl-bot> gabc, sammc, tschumann, chcunningham: ^^^
[03:28:35] <tyoshino> ok
[03:29:47] <trungl-bot> Tree opened by tyoshino at chromium dot org (:tyoshino): Tree is open
[03:30:20] <jbudorick> sorry, wanted to open it throttled, not fully open
[03:30:24] <jbudorick> should've been clear about that.
[03:30:30] <tyoshino> all right
[03:30:48] <trungl-bot> Tree throttled by jbudorick at google dot com: Tree is throttled. Be nice!
[03:30:50] <tyoshino> oh, thanks
[03:31:28] <tyoshino> i see. it's now 8k
[03:31:50] *** zergut <zergut!uid221522@taskhive/translator/zergut> has joined #chromium
[03:40:55] <gbiv> Torne: i see. thank you!
[03:44:20] *** orbyt_ <orbyt_!~orbyt@172.92.5.20> has joined #chromium
[04:00:32] *** mbrevda <mbrevda!uid5500@gateway/web/irccloud.com/x-djulbshqazelvtgw> has quit IRC (Quit: Connection closed for inactivity)
[04:00:57] *** EoN <EoN!~EoN@unaffiliated/eon> has quit IRC (Ping timeout: 264 seconds)
[04:09:38] *** EoN <EoN!~EoN@1.129.109.247> has joined #chromium
[04:09:49] *** EoN <EoN!~EoN@1.129.109.247> has quit IRC (Changing host)
[04:09:49] *** EoN <EoN!~EoN@unaffiliated/eon> has joined #chromium
[04:12:26] <bn_> anyone?
[04:15:35] *** multi_io <multi_io!~olaf@x4db39735.dyn.telefonica.de> has joined #chromium
[04:18:57] *** multi_io_ <multi_io_!~olaf@x4e37b975.dyn.telefonica.de> has quit IRC (Ping timeout: 248 seconds)
[04:21:27] *** EoN <EoN!~EoN@unaffiliated/eon> has quit IRC (Ping timeout: 240 seconds)
[04:42:05] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Ping timeout: 260 seconds)
[04:44:11] *** alyptik <alyptik!ayy@cpe-76-173-133-37.hawaii.res.rr.com> has quit IRC (Ping timeout: 268 seconds)
[04:49:47] *** alyptik <alyptik!ayy@cpe-76-173-133-37.hawaii.res.rr.com> has joined #chromium
[04:54:45] *** jrmuizel <jrmuizel!~jrmuizel@38.99.190.243> has joined #chromium
[04:57:54] *** jrmuizel <jrmuizel!~jrmuizel@38.99.190.243> has quit IRC (Remote host closed the connection)
[05:16:44] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Ping timeout: 256 seconds)
[05:28:59] *** ome_ <ome_!uid36537@gateway/web/irccloud.com/x-nxyjohkhcwfcaqyt> has quit IRC (Quit: Connection closed for inactivity)
[05:31:43] <trungl-bot> Tree opened by jbudorick at google dot com: Tree is open.
[05:38:55] *** gvso <gvso!~gvso@130.58.167.39> has quit IRC (Remote host closed the connection)
[05:55:49] *** EoN <EoN!~EoN@202-159-149-154.dyn.iinet.net.au> has joined #chromium
[05:55:49] *** EoN <EoN!~EoN@202-159-149-154.dyn.iinet.net.au> has quit IRC (Changing host)
[05:55:49] *** EoN <EoN!~EoN@unaffiliated/eon> has joined #chromium
[05:58:29] *** ulysses <ulysses!~ulysses@204.111.32.65> has joined #chromium
[05:58:50] *** EoN_ <EoN_!~EoN@202-159-149-154.dyn.iinet.net.au> has joined #chromium
[05:59:02] *** EoN_ <EoN_!~EoN@202-159-149-154.dyn.iinet.net.au> has quit IRC (Client Quit)
[06:00:29] *** EoN <EoN!~EoN@unaffiliated/eon> has quit IRC (Ping timeout: 256 seconds)
[06:04:28] *** ulysses <ulysses!~ulysses@204.111.32.65> has quit IRC (Read error: Connection reset by peer)
[06:05:03] *** donofrio <donofrio!~donofrio@host-232.subnet-17.med.umich.edu> has quit IRC (Remote host closed the connection)
[06:08:11] *** ulysses_ <ulysses_!~ulysses@204.111.32.65> has joined #chromium
[06:12:51] *** n35xdxb0 <n35xdxb0!~n35xdxb0@81.171.107.49> has joined #chromium
[06:15:43] *** raynold <raynold!uid201163@gateway/web/irccloud.com/x-rmryuwavgxxyguzg> has joined #chromium
[06:20:24] *** donofrio <donofrio!~donofrio@host-232.subnet-17.med.umich.edu> has joined #chromium
[06:21:00] *** ulysses_ <ulysses_!~ulysses@204.111.32.65> has quit IRC (Ping timeout: 268 seconds)
[06:24:42] *** dustinm <dustinm!~dustinm@68.ip-149-56-14.net> has quit IRC (Ping timeout: 268 seconds)
[06:30:56] *** dustinm <dustinm!~dustinm@68.ip-149-56-14.net> has joined #chromium
[06:40:48] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has quit IRC (Ping timeout: 240 seconds)
[06:41:00] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has joined #chromium
[06:41:22] *** floown <floown!~quassel@unaffiliated/fanchon> has quit IRC (Remote host closed the connection)
[06:50:13] *** LCPolan <LCPolan!~textual@dynamic-acs-24-112-172-210.zoominternet.net> has joined #chromium
[06:57:57] *** nashimus <nashimus!~nashimus@76.76.243.94> has quit IRC (Ping timeout: 240 seconds)
[06:58:52] *** orbyt_ <orbyt_!~orbyt@172.92.5.20> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[07:21:32] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[07:22:57] *** LocaMocha <LocaMocha!bocaneri@about/linux/staff/sauvin> has joined #chromium
[07:24:41] *** ulysses <ulysses!~ulysses@204.111.32.65> has joined #chromium
[07:28:47] *** n35xdxb0 <n35xdxb0!~n35xdxb0@81.171.107.49> has quit IRC (Ping timeout: 260 seconds)
[07:33:37] <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/2965 "WinMSVC64 (dbg)" from 8778659ef7ca39458b53d0bfc3337889af474ba6: kochi at chromium dot org,kpaulhamus@chromium.org,servolk@google.com,shaktisahu@chromium.org,skobes@chromium.org,szager@chromium.org,thestig@chromium.org (:leiz),tyoshino at chromium dot org (:tyoshino),v8-autoroll@chrom
[07:39:40] <trungl-bot> Unknown tree status set by yosin at chromium dot org: Tree is close (reverting http://crrev.com/c/912149)
[07:39:52] *** robink <robink!~quassel@unaffilated/robink> has quit IRC (Ping timeout: 260 seconds)
[07:41:35] *** robink <robink!~quassel@unaffilated/robink> has joined #chromium
[07:41:40] <trungl-bot> Tree opened by yosin at chromium dot org: Tree is open 🙌 (reverted http://crrev.com/c/912149)
[07:43:42] <trungl-bot> Tree opened by yosin at chromium dot org: Tree is open 🙌
[07:50:39] *** LCPolan <LCPolan!~textual@dynamic-acs-24-112-172-210.zoominternet.net> has quit IRC (Ping timeout: 248 seconds)
[07:51:05] *** hellyeah <hellyeah!~pc@213.14.7.134> has joined #chromium
[07:51:12] *** LCPolan <LCPolan!~textual@dynamic-acs-24-112-172-210.zoominternet.net> has joined #chromium
[07:51:16] <hellyeah> hey
[07:51:24] <hellyeah> can i view silverlight on chrome?
[07:51:32] <hellyeah> any posibility to do that?
[07:55:56] *** yoav <yoav!~yoav@bzq-84-108-10-97.cablep.bezeqint.net> has joined #chromium
[08:02:47] *** yoav <yoav!~yoav@bzq-84-108-10-97.cablep.bezeqint.net> has quit IRC (Remote host closed the connection)
[08:05:06] <hellyeah> https://www.howtogeek.com/217251/how-do-i-enable-silverlight-in-google-chrome-version-42-and-later/ which option should i enable to have silver light thing?
[08:21:00] *** ulysses <ulysses!~ulysses@204.111.32.65> has quit IRC (Quit: ulysses)
[08:21:39] *** gyuyoung <gyuyoung!~gyuyoung@114.206.230.69> has joined #chromium
[08:23:53] *** LCPolan <LCPolan!~textual@dynamic-acs-24-112-172-210.zoominternet.net> has quit IRC (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
[08:24:27] *** alexg__ <alexg__!~alex@47.63.48.248> has joined #chromium
[08:25:11] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[08:27:55] *** HerbY_NL2 <HerbY_NL2!~HerbY_NL2@utwks61469.ewi.utwente.nl> has joined #chromium
[08:42:28] *** Memo_ <Memo_!~Memo@193.170.124.186> has joined #chromium
[08:48:06] *** alexg__ <alexg__!~alex@47.63.48.248> has quit IRC (Ping timeout: 256 seconds)
[08:49:41] *** tworaz <tworaz!~tworaz@185.217.215.2> has quit IRC (Quit: Konversation terminated!)
[08:50:47] *** tworaz <tworaz!~tworaz@185.217.215.2> has joined #chromium
[09:02:20] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has joined #chromium
[09:10:44] *** himcesjf_ <himcesjf_!~himcesjf@unaffiliated/himcesjf> has joined #chromium
[09:11:13] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has quit IRC (Ping timeout: 248 seconds)
[09:15:11] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has quit IRC (Remote host closed the connection)
[09:16:02] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has joined #chromium
[09:16:45] *** himcesjf_ is now known as him-cesjf
[09:19:10] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[09:23:54] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has quit IRC (Quit: fredw)
[09:26:41] *** alexg__ <alexg__!~alex@57.red-83-32-130.dynamicip.rima-tde.net> has joined #chromium
[09:27:26] *** bn_ <bn_!~bn_@unaffiliated/bn-/x-2389743> has quit IRC (Quit: Leaving.)
[09:29:09] <domfarolino> Any reason I cannot define a HashMap<k,v> inside the DEFINE_STATIC_LOCAL macro? It says too many arguments provided. Statement looks like `DEFINE_STATIC_LOCAL( HashMap<k,v>, referrerPolicyMap, ( {{key, val}, {key, val}} ) )`
[09:44:44] *** claudiodesouza <claudiodesouza!~claudiode@90.212.176.85> has quit IRC (Ping timeout: 276 seconds)
[09:51:15] *** markanini <markanini!uid58839@gateway/web/irccloud.com/x-iepduwswmcrfrlth> has quit IRC (Quit: Connection closed for inactivity)
[09:59:02] <yutak_> domfarolino: Because the macro arguments are split on any comma, including the ones within {...}
[10:00:00] <domfarolino> yutak_: Ah ok that makes sense. So there's really no way to do this? I think I'm opting for a function that returns a base::NoDestructor<HashMap<k, v>> instead
[10:00:31] <yutak_> Ah, well I was a bit wrong
[10:00:51] <yutak_> The commas within {} are okay because they are protected with parenthesis
[10:01:07] <yutak_> but the comma within HaskMap<k,v> is not okay
[10:01:32] <domfarolino> Argghhhh :(
[10:02:24] <yutak_> It may work if you wrap the type with round parenthesis
[10:02:31] <yutak_> or may not
[10:02:53] <fsod> using MyHashMap = HashMap<k, v>;
[10:03:03] <fsod> DEFINE_STATIC_LOCAL(MyHashMap, ...)
[10:03:08] <domfarolino> fsod: Ooh! I like that
[10:04:16] <domfarolino> yutak_: Just thought about that too...hmm..will try both of these tomorrow after some sleep. Thanks!
[10:04:37] <yutak_> Yep hope that helped
[10:04:42] <yutak_> :)
[10:08:02] *** carewolf <carewolf!carewolf@nat/digia/x-bsukjurzmabmniyk> has joined #chromium
[10:12:16] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has joined #chromium
[10:17:12] *** claudiodesouza <claudiodesouza!~claudiode@194.73.46.50> has joined #chromium
[10:19:58] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has joined #chromium
[10:20:14] <claudiodesouza> Morning Chromies
[10:22:30] <claudiodesouza> Can anyone start some trybots on a code I've submitted... I know now one has picked it up for review but it would be nice to know if anything comes up
[10:24:15] <fsod> claudiodesouza, what's the CL?
[10:24:16] <domfarolino> yutak_: fsod: Couldn't resist trying now, the `using` solution worked, while wrapping in `()` seemed to make the compiler look for an expression that wasn't there...or something...there were quite a few errors
[10:24:31] <claudiodesouza> fsod: https://chromium-review.googlesource.com/c/chromium/src/+/923262
[10:26:41] <claudiodesouza> fsod: cheers
[10:33:50] <claudiodesouza> names
[10:33:51] *** lnostdal <lnostdal!~lnostdal@gateway/tor-sasl/lnostdal> has joined #chromium
[10:35:43] *** tkent <tkent!~Adium@2401:fa00:4:1002:e144:b038:808c:ec05> has quit IRC (Quit: Leaving.)
[10:45:02] *** lnostdal <lnostdal!~lnostdal@gateway/tor-sasl/lnostdal> has quit IRC (Remote host closed the connection)
[10:45:17] *** lnostdal <lnostdal!~lnostdal@gateway/tor-sasl/lnostdal> has joined #chromium
[11:09:06] *** mpozdnyakov <mpozdnyakov!~mikhail@134.134.139.74> has joined #chromium
[11:11:10] *** zergut <zergut!uid221522@taskhive/translator/zergut> has quit IRC (Quit: Connection closed for inactivity)
[11:14:55] *** hellyeah <hellyeah!~pc@213.14.7.134> has quit IRC (Ping timeout: 248 seconds)
[11:19:16] *** tunekey <tunekey!~tunekey@unaffiliated/tunekey> has quit IRC (Ping timeout: 252 seconds)
[11:30:57] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Ping timeout: 240 seconds)
[11:35:49] *** rufino <rufino!~rufino@131.221.240.226> has joined #chromium
[11:38:03] <claudiodesouza> fsod: would you mind to kick those bots up again? https://chromium-review.googlesource.com/c/chromium/src/+/923262
[11:38:15] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has quit IRC (Quit: fredw)
[11:39:14] *** zergut <zergut!uid221522@taskhive/translator/zergut> has joined #chromium
[11:42:16] <claudiodesouza> cheers mate
[11:44:41] *** hellyeah <hellyeah!~pc@213.14.7.134> has joined #chromium
[11:45:24] *** rufino <rufino!~rufino@131.221.240.226> has quit IRC (Quit: Leaving)
[11:49:12] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@gateway/tor-sasl/yugiohjcj> has joined #chromium
[11:53:26] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has quit IRC (Ping timeout: 276 seconds)
[12:04:10] *** markanini <markanini!uid58839@gateway/web/irccloud.com/x-tqekiymboldpctue> has joined #chromium
[12:14:45] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has joined #chromium
[12:16:09] *** n35xdxb0 <n35xdxb0!~n35xdxb0@host31-53-77-132.range31-53.btcentralplus.com> has joined #chromium
[12:17:19] <claudiodesouza> where can I see which target a bot is building?
[12:19:45] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has joined #chromium
[12:28:53] *** tonikitoo <tonikitoo!uid37558@gateway/web/irccloud.com/x-axutrcirgmkorhgf> has joined #chromium
[12:32:38] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has joined #chromium
[12:37:05] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has joined #chromium
[12:37:12] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has quit IRC (Client Quit)
[12:42:15] <fsod> claudiodesouza, I believe 'stdout' for the compile step has it at the beginning of the log
[12:42:37] <fsod> (cmd: ...)
[12:52:34] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has joined #chromium
[12:53:21] <claudiodesouza> oh, ok... I had had a look but I was expecting to see the ninja call when actually the targets are passed to python script called ninja_wrapper... my bad
[12:56:40] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has quit IRC (Ping timeout: 240 seconds)
[13:03:29] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:07:55] *** raynold <raynold!uid201163@gateway/web/irccloud.com/x-rmryuwavgxxyguzg> has quit IRC (Quit: Connection closed for inactivity)
[13:08:07] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has joined #chromium
[13:09:32] <claudiodesouza> fsod: May I please have those trybots again?
[13:19:46] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Read error: Connection reset by peer)
[13:25:37] *** AtumT <AtumT!~IRC@201.86.160.101.dynamic.adsl.gvt.net.br> has joined #chromium
[13:26:54] *** n35xdxb0 <n35xdxb0!~n35xdxb0@host31-53-77-132.range31-53.btcentralplus.com> has quit IRC (Ping timeout: 256 seconds)
[13:30:51] *** busata <busata!~quassel@178.79.180.237> has quit IRC (Changing host)
[13:30:51] *** busata <busata!~quassel@unaffiliated/busata> has joined #chromium
[13:32:21] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has joined #chromium
[13:49:09] *** n35xdxb0 <n35xdxb0!~n35xdxb0@host31-53-77-132.range31-53.btcentralplus.com> has joined #chromium
[13:52:51] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has joined #chromium
[13:53:12] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Max SendQ exceeded)
[13:53:43] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has joined #chromium
[13:58:41] *** kus <kus!~kus@pool-96-234-34-194.nwrknj.fios.verizon.net> has quit IRC (Remote host closed the connection)
[14:04:36] <claudiodesouza> so, apparently MOCK_METHOD macros can't handle base::OnceCallback because of the removed deleter. Is there any idiom to make it move the value?
[14:19:25] <claudiodesouza> well.. apparently a trampoline method is neeeded in this case
[14:22:15] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has quit IRC (Quit: Quit)
[14:30:58] *** gecko19 <gecko19!d4fac8d2@gateway/web/freenode/ip.212.250.200.210> has joined #chromium
[14:53:05] *** n35xdxb0 <n35xdxb0!~n35xdxb0@host31-53-77-132.range31-53.btcentralplus.com> has quit IRC (Ping timeout: 240 seconds)
[15:09:43] *** him-cesjf <him-cesjf!~himcesjf@182.57.114.250> has joined #chromium
[15:09:49] *** him-cesjf <him-cesjf!~himcesjf@182.57.114.250> has quit IRC (Changing host)
[15:09:49] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has joined #chromium
[15:12:09] <ricea> claudiodesouza: So they haven't fixed that yet? That's unfortunate. I think the idiom is to create a trampoline method, yes.
[15:13:12] *** n35xdxb0 <n35xdxb0!~n35xdxb0@host31-53-77-132.range31-53.btcentralplus.com> has joined #chromium
[15:13:45] *** n35xdxb0 <n35xdxb0!~n35xdxb0@host31-53-77-132.range31-53.btcentralplus.com> has quit IRC (Client Quit)
[15:15:55] <claudiodesouza> ricea: I think there are changes pushed to GMock to allow move-only types on to be passed to EXPECT_CALL or something of the kind, but I didn't see anything about the actual mocking
[15:16:38] <claudiodesouza> I guess it is quite tricky to fix though, considering that you only give the function signature, so I'm not sure how you would handle that
[15:17:05] <claudiodesouza> on the other hand, Google has a lot of C++ gurus that can make a lot of template magic for this kind of stuff
[15:17:19] *** dave0x6d <dave0x6d!uid190567@gateway/web/irccloud.com/x-dcaugtkacyhgvden> has quit IRC (Quit: Connection closed for inactivity)
[15:19:47] *** mpozdnyakov <mpozdnyakov!~mikhail@134.134.139.74> has quit IRC (Ping timeout: 256 seconds)
[15:23:18] *** Jan\ <Jan\!~kvirc@142.119.8.202> has joined #chromium
[15:28:08] *** armax00 <armax00!~armax00@pdpc/supporter/student/armax00> has quit IRC (Remote host closed the connection)
[15:30:33] *** YuGiOhJCJ <YuGiOhJCJ!~YuGiOhJCJ@gateway/tor-sasl/yugiohjcj> has quit IRC (Quit: YuGiOhJCJ)
[15:31:10] *** zergut <zergut!uid221522@taskhive/translator/zergut> has quit IRC (Quit: Connection closed for inactivity)
[15:32:05] *** smcgruer <smcgruer!~smcgruer@2620:15c:0:1:cb96:45dc:e705:c348> has quit IRC (Remote host closed the connection)
[15:32:20] *** smcgruer <smcgruer!~smcgruer@2620:15c:0:1:cb96:45dc:e705:c348> has joined #chromium
[15:45:03] *** felda <felda!~felda@donger/pfsense> has joined #chromium
[15:53:18] *** maxmorin <maxmorin!~maxmorin@104.132.27.73> has quit IRC (Quit: leaving)
[15:53:55] *** dtatulea <dtatulea!c01f0e0d@gateway/web/freenode/ip.192.31.14.13> has joined #chromium
[16:03:16] *** zergut <zergut!uid221522@taskhive/translator/zergut> has joined #chromium
[16:05:12] *** jrmuizel <jrmuizel!~jrmuizel@corp-nat.fw1.untrust.tor1.mozilla.com> has joined #chromium
[16:06:57] *** hellyeah <hellyeah!~pc@213.14.7.134> has quit IRC (Read error: Connection reset by peer)
[16:11:02] *** tnagel <tnagel!~tnagel@2a00:79e0:15:10:e0df:c41a:e101:225a> has joined #chromium
[16:11:08] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has joined #chromium
[16:11:12] *** seventh <seventh!seventh@199.48.241.132> has joined #chromium
[16:17:47] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-094-223-133-187.094.223.pools.vodafone-ip.de> has quit IRC (Ping timeout: 256 seconds)
[16:18:32] <gecko19> Hello all...
[16:18:58] <gecko19> I have a doubt..would it be possible for me to use widevine in the content_shell?
[16:30:41] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has quit IRC (Ping timeout: 248 seconds)
[16:32:52] *** al-damiri <al-damiri!uid142631@gateway/web/irccloud.com/x-gqtpewgnoicalwwl> has joined #chromium
[16:32:59] *** AtumT_ <AtumT_!~IRC@177.43.29.112.dynamic.adsl.gvt.net.br> has joined #chromium
[16:35:47] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-094-223-133-187.094.223.pools.vodafone-ip.de> has joined #chromium
[16:35:59] *** AtumT <AtumT!~IRC@201.86.160.101.dynamic.adsl.gvt.net.br> has quit IRC (Ping timeout: 248 seconds)
[16:37:10] *** AaronMT <AaronMT!~textual@2607:fea8:3de0:cb7:68df:8e7:2b02:1e53> has joined #chromium
[16:43:29] <ellyjones> jbudorick: hey, are you around?
[16:43:34] <ellyjones> and/or who is the on-duty trooper?
[16:46:30] *** AtumT <AtumT!~IRC@191.33.188.10> has joined #chromium
[16:47:42] *** spooky <spooky!spooky@01111010.01101110.01100011.firrre.com> has quit IRC (Remote host closed the connection)
[16:47:45] *** AtumT_ <AtumT_!~IRC@177.43.29.112.dynamic.adsl.gvt.net.br> has quit IRC (Ping timeout: 264 seconds)
[16:49:18] *** HerbY_NL2 <HerbY_NL2!~HerbY_NL2@utwks61469.ewi.utwente.nl> has quit IRC (Quit: Leaving)
[16:52:35] <claudiodesouza> may I please have some assistence in understanding what went wrong on this try run https://ci.chromium.org/buildbot/tryserver.chromium.chromiumos/linux-chromeos-rel/61744
[16:52:51] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has quit IRC (Quit: fredw)
[16:53:47] <ellyjones> a chromebox test failed
[16:53:49] <ellyjones> chromevox
[16:54:30] <claudiodesouza> it doesn't really show what about it was wrong... I know this is a JS test
[16:55:04] <ellyjones> I would guess it's this:
[16:55:06] <ellyjones> [2049:2049:0216/072518.619387:INFO:CONSOLE(7024)] "ReferenceError: axs is not defined
[16:55:10] <claudiodesouza> never mind
[16:55:10] <ellyjones> at PanelTest.get accessibilityAuditConfig [as accessibilityAuditConfig] (panel_test.extjs:6693:46)
[16:55:20] <claudiodesouza> thanks ellyjoness
[16:55:31] <claudiodesouza> this is the first time I'm using this tools
[16:56:23] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has joined #chromium
[16:58:11] *** ccat <ccat!4cabaf7f@gateway/web/freenode/ip.76.171.175.127> has joined #chromium
[17:15:36] <flackr> tnagel: I was starting to look into https://crbug.com/813098, are you already looking into it?
[17:15:51] <tnagel> i'm disabling right now
[17:15:58] <flackr> okay
[17:19:12] <ccat> sure wish you devs would add a simple startup-features enable/disable menu so chromebooks just don't lock up on login and need local storage destroyed to get them back
[17:21:43] <ccat> i would add it myself, but i only have a chromebook -- but no matter as it is currently LOCKED UP
[17:25:37] *** msisov <msisov!~msisov@82-181-140-110.bb.dnainternet.fi> has quit IRC (Ping timeout: 248 seconds)
[17:27:35] <flackr> ccat: sorry to hear about your bad experience, but reporting a problem https://support.google.com/chromebook/answer/2982029?hl=en or filing a bug is the best way for the right people to see and follow up on the issue.
[17:33:53] *** Suprani <Suprani!~milkshake@181.215.110.196> has joined #chromium
[17:34:28] *** Qulu <Qulu!~Qulu@85.132.117.183> has joined #chromium
[17:35:53] <Qulu> hi all! using the latest version of chrome driver, I get wrong value of scrollHeight, which equals to offsetHeight, but in real (as tested in console) scrollHeight i a lot bigger. how this can happen?
[17:36:24] <Qulu> it works great in Chrome Canary (v66) but in v64 it gives that error
[17:37:09] *** raynold <raynold!uid201163@gateway/web/irccloud.com/x-ejnqxruzcipzmryj> has joined #chromium
[17:41:54] <ccat> Qulu: "try" #chromium or maybe try #html
[17:42:21] <ccat> Qulu: sorry "try" #chromium-support or maybe try #html
[17:42:46] <Qulu> thanks ccat but i solved once i used Chrome v66, with the same version of chromium
[17:43:02] *** ehsan <ehsan!~ehsan@2620:101:80f2:224:80de:ca54:fc2:3fb3> has joined #chromium
[17:43:09] <Qulu> okay, im gonna try support channel, great
[17:43:13] <ccat> Qulu: :)
[17:43:45] *** cybrjcl <cybrjcl!~cybrjcl@197.0.21.198> has joined #chromium
[17:44:39] *** cybrjcl <cybrjcl!~cybrjcl@197.0.21.198> has quit IRC (Max SendQ exceeded)
[17:53:36] <claudiodesouza> ellyjones: would you please help me make sense of something in the bots? It looks a tad confusing what is happening to my CL
[17:54:06] <claudiodesouza> so... chromevox_tests failed on PanelTest.LinkMenu and the try run went red
[17:54:39] <claudiodesouza> but I went to look on other runs that are green, like this one: https://ci.chromium.org/buildbot/tryserver.chromium.chromiumos/linux-chromeos-rel/61820 and the same tast also failed
[17:54:47] <claudiodesouza> https://build.chromium.org/deprecated/tryserver.chromium.chromiumos/builders/linux-chromeos-rel/builds/61820/steps/chromevox_tests%20(with%20patch)/logs/stdio
[17:55:04] <claudiodesouza> if you search PanelTest.LinkMenu (TIMED OUT) you will notice that the test is failed
[17:55:44] *** builtjock17 <builtjock17!~R@197.0.21.198> has joined #chromium
[17:56:14] <claudiodesouza> I don't get why that test failing goes of red with my run, but not with other people's CL
[17:58:54] <claudiodesouza> I thought my code was pants, but now I don't think it is related
[18:01:20] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on https://build.chromium.org/p/chromium/builders/Mac/builds/38293 "Mac" from 5c8ad416a0c1c4d68046985cc1d24ab5ea8cf823: ashleymarie at chromium dot org,asimjour@chromium.org,ellyjones@chromium.org,estade@chromium.org,flackr@chromium.org,hanxi@google.com,lgrey@chromium.org,sdefresne@chromium.org)
[18:01:50] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[18:03:00] *** ajax16384 <ajax16384!~User@109.60.130.33> has joined #chromium
[18:04:13] <claudiodesouza> never mind
[18:04:21] <claudiodesouza> the test is flaky
[18:04:22] <trungl-bot> Unknown tree status set by tnagel at google dot com: Failure reverted: https://chromium-review.googlesource.com/c/chromium/src/+/924059
[18:07:38] *** acaringi <acaringi!acaringi@nat/redhat/x-kbovbuvwjlyppdnv> has quit IRC (Read error: Connection reset by peer)
[18:10:36] *** caringi <caringi!acaringi@nat/redhat/x-mdwzmcaxvxquaapp> has joined #chromium
[18:11:10] *** zergut <zergut!uid221522@taskhive/translator/zergut> has quit IRC (Quit: Connection closed for inactivity)
[18:12:59] *** builtjock17 <builtjock17!~R@197.0.21.198> has quit IRC (Remote host closed the connection)
[18:16:53] *** skton <skton!~skton@197.0.21.198> has joined #chromium
[18:17:07] *** skton <skton!~skton@197.0.21.198> has quit IRC (Max SendQ exceeded)
[18:17:20] <smcgruer> I see from http://crbug.com/751046 that PanelTest.LinkMenu was recently re-enabled
[18:17:40] <smcgruer> Flaking for me too on a CL, so I think whatever was meant to be fixed, wasn't.
[18:17:52] *** ccat <ccat!4cabaf7f@gateway/web/freenode/ip.76.171.175.127> has left #chromium
[18:22:27] *** ajax16384 <ajax16384!~User@109.60.130.33> has quit IRC (Quit: Leaving)
[18:25:32] *** gvso <gvso!~gvso@130.58.167.39> has joined #chromium
[18:27:35] *** sdefresn_ <sdefresn_!sdefresne@nat/google/x-obizgwafjbdvucmi> has joined #chromium
[18:27:36] *** ChanServ sets mode: +v sdefresn_
[18:28:20] <claudiodesouza> smcgruer: yes, I've noticed that the test just above it is turned off for the same reason
[18:29:30] *** sdefresne <sdefresne!sdefresne@nat/google/x-kobimfwdumrabpeo> has quit IRC (Ping timeout: 256 seconds)
[18:32:40] *** vishal_ <vishal_!~vishal@123.201.249.183> has joined #chromium
[18:35:09] *** ajax16384 <ajax16384!~User@109.60.130.33> has joined #chromium
[18:36:57] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has joined #chromium
[18:42:30] *** dtatulea <dtatulea!c01f0e0d@gateway/web/freenode/ip.192.31.14.13> has quit IRC (Ping timeout: 260 seconds)
[18:47:41] <claudiodesouza> would someone start up a dry run for me please? (https://chromium-review.googlesource.com/c/chromium/src/+/923262)
[18:52:05] *** butterthebuddha <butterthebuddha!~butterthe@ec2-13-228-73-171.ap-southeast-1.compute.amazonaws.com> has quit IRC (Ping timeout: 240 seconds)
[18:55:30] *** sharli <sharli!~ciudat@197.0.21.198> has joined #chromium
[18:56:02] *** sharli <sharli!~ciudat@197.0.21.198> has quit IRC (Max SendQ exceeded)
[18:58:33] <rakuco> adamw: you've got mail
[18:59:16] *** claudiodesouza <claudiodesouza!~claudiode@194.73.46.50> has quit IRC (Quit: Lost terminal)
[19:00:51] *** butterthebuddha <butterthebuddha!~butterthe@ec2-13-228-73-171.ap-southeast-1.compute.amazonaws.com> has joined #chromium
[19:04:02] *** Home__ <Home__!~Home@197.0.21.198> has joined #chromium
[19:05:37] *** Home__ <Home__!~Home@197.0.21.198> has quit IRC (Max SendQ exceeded)
[19:08:14] *** vishal__ <vishal__!~vishal@175.100.147.71> has joined #chromium
[19:08:32] <adamw> rakuco: thanks very much for that
[19:08:58] *** vishal_ <vishal_!~vishal@123.201.249.183> has quit IRC (Ping timeout: 252 seconds)
[19:10:12] <adamw> rakuco: now all i need is a gcc developer, i guess? :P
[19:10:20] * adamw writes python. this is all six levels above (below?) his pay grade.
[19:11:25] <rakuco> adamw: you can also try playing russian roulette and update gcc to a more recent snapshot :D
[19:11:44] *** suhdood <suhdood!~Thaelim@2601:281:c502:25d9:5cd:bbd3:d92b:e035> has joined #chromium
[19:11:45] <adamw> yeah, i think that might get me killed :P
[19:11:50] <adamw> i'll just go find one of our gcc folks.
[19:15:45] *** jizzmedeep <jizzmedeep!~TomTom@197.0.21.198> has joined #chromium
[19:15:55] <adamw> i suppose i could go poke through the gcc changelog for something that looks like a fix for this
[19:16:29] *** jizzmedeep <jizzmedeep!~TomTom@197.0.21.198> has quit IRC (Max SendQ exceeded)
[19:19:28] *** tunekey <tunekey!~tunekey@unaffiliated/tunekey> has joined #chromium
[19:20:16] *** Guest8399 <Guest8399!spooky@01111010.01101110.01100011.firrre.com> has joined #chromium
[19:23:32] *** Suprani <Suprani!~milkshake@181.215.110.196> has quit IRC (Quit: Quit)
[19:25:08] *** Guest8399 is now known as spooky
[19:25:11] *** gvso <gvso!~gvso@130.58.167.39> has quit IRC (Read error: Connection reset by peer)
[19:25:52] <adamw> rakuco: i just dropped into #gcc to see if anyone there wants to pick it up.
[19:31:41] <adamw> rakuco: aha - someone just dropped a gcc bug# in the rh gcc bug
[19:31:50] <adamw> https://bugzilla.redhat.com/show_bug.cgi?id=1546255
[19:31:54] <adamw> gcc 84286
[19:32:15] <adamw> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84286
[19:33:49] *** slowpokezzz <slowpokezzz!~slowpokez@197.0.21.198> has joined #chromium
[19:33:57] *** vishal__ <vishal__!~vishal@175.100.147.71> has quit IRC (Ping timeout: 264 seconds)
[19:35:02] *** Gurkenglas <Gurkenglas!~Gurkengla@dslb-094-223-133-187.094.223.pools.vodafone-ip.de> has quit IRC (Ping timeout: 276 seconds)
[19:37:08] *** claudiodesouza <claudiodesouza!~claudiode@90.212.176.85> has joined #chromium
[19:37:22] *** alexg__ <alexg__!~alex@57.red-83-32-130.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 256 seconds)
[19:43:15] <iank___> is anyone working on disabling PanelTest.LinkMenu ? The chromeos bot is getting a little silly:
[19:43:16] <iank___> https://ci.chromium.org/buildbot/tryserver.chromium.chromiumos/linux-chromeos-rel/?limit=200
[19:47:09] <claudiodesouza> Yeah... I had my CL stuck just because of this test
[19:49:57] *** carewolf <carewolf!carewolf@nat/digia/x-bsukjurzmabmniyk> has quit IRC (Ping timeout: 240 seconds)
[19:53:11] *** aee <aee!aee@nat/google/x-plufbbvknhpaeizb> has quit IRC (Quit: Leaving)
[19:57:25] *** slowpokezzz <slowpokezzz!~slowpokez@197.0.21.198> has quit IRC (K-Lined)
[19:58:59] *** thomasanderson <thomasanderson!thomasande@nat/google/x-mrvcvgkemwsyuifs> has quit IRC (Ping timeout: 276 seconds)
[20:00:24] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has quit IRC (Ping timeout: 255 seconds)
[20:04:37] <rakuco> adamw: \o/
[20:05:23] <adamw> thanks again for the investigation!
[20:11:47] *** thomasanderson <thomasanderson!thomasande@nat/google/x-fgbyyquznrzsvste> has joined #chromium
[20:11:47] *** ChanServ sets mode: +v thomasanderson
[20:13:11] *** fordfrog <fordfrog!~fordfrog@gentoo/developer/fordfrog> has joined #chromium
[20:14:03] <rakuco> adamw: no problem, it was fun to look at some assembly code for a change
[20:14:07] *** claudiodesouza <claudiodesouza!~claudiode@90.212.176.85> has quit IRC (Ping timeout: 268 seconds)
[20:16:07] <adamw> wow, and i thought *I* had an interesting definition of 'fun'
[20:16:12] <adamw> :P
[20:17:45] *** gecko19 <gecko19!d4fac8d2@gateway/web/freenode/ip.212.250.200.210> has quit IRC (Quit: Page closed)
[20:19:09] *** zergut <zergut!uid221522@taskhive/translator/zergut> has joined #chromium
[20:20:22] *** msw_ <msw_!msw@nat/google/x-grgieglqztrszgxc> has joined #chromium
[20:20:22] *** ChanServ sets mode: +v msw_
[20:20:25] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has quit IRC (Quit: Quit)
[20:20:40] *** him-cesjf <him-cesjf!~himcesjf@unaffiliated/himcesjf> has joined #chromium
[20:22:53] *** seventh <seventh!seventh@199.48.241.132> has quit IRC (Quit: ...)
[20:26:38] *** LocaMocha <LocaMocha!bocaneri@about/linux/staff/sauvin> has quit IRC (Remote host closed the connection)
[20:30:11] <rakuco> heh
[20:32:55] *** suhdood_ <suhdood_!~Thaelim@2600:380:9914:a394:5cd:bbd3:d92b:e035> has joined #chromium
[20:34:43] *** suhdood_ <suhdood_!~Thaelim@2600:380:9914:a394:5cd:bbd3:d92b:e035> has quit IRC (Remote host closed the connection)
[20:35:18] *** suhdood <suhdood!~Thaelim@2601:281:c502:25d9:5cd:bbd3:d92b:e035> has quit IRC (Ping timeout: 240 seconds)
[20:38:06] *** ajax16384 <ajax16384!~User@109.60.130.33> has quit IRC (Quit: Leaving)
[20:38:45] *** akaizen <akaizen!~akaizen@d28-23-115-74.dim.wideopenwest.com> has quit IRC (Ping timeout: 264 seconds)
[20:39:10] *** suhdood <suhdood!~Thaelim@2600:380:9914:a394:9857:b7f0:21ce:c792> has joined #chromium
[21:00:19] <domfarolino> falken: I noticed you added two tests to webvtt-cross-origin.https.html in WPT (https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/webvtt-cross-origin.https.html?l=76 and https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/webvtt-cross-origin.https.html?l=133)
[21:01:09] *** msw_ <msw_!msw@nat/google/x-grgieglqztrszgxc> has quit IRC (Remote host closed the connection)
[21:01:42] <domfarolino> they seem to be failing though and I am wondering if we need . an `-expected` file for these?
[21:03:16] <domfarolino> falken: I ask because they seem to making a build fail for a CL i'm working on, which I was a little confused about since the test fails in stable too (so I'm assuming my changes had to impact)
[21:05:20] *** saint_dogbert <saint_dogbert!~Ident@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Ping timeout: 256 seconds)
[21:05:25] *** katie <katie!68840055@gateway/web/freenode/ip.104.132.0.85> has quit IRC (Ping timeout: 260 seconds)
[21:23:06] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has joined #chromium
[21:29:04] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[21:43:42] *** drewmcmillan <drewmcmillan!~drewmcmil@drm6.pip.aber.ac.uk> has joined #chromium
[21:54:22] *** yoav <yoav!~yoav@bzq-84-108-10-97.cablep.bezeqint.net> has joined #chromium
[21:57:10] *** ^MillerBoss <^MillerBoss!~biffies@dude.shut.the.window.youre.letting.the.wifi.out.millerboss.com> has quit IRC (Ping timeout: 240 seconds)
[21:58:45] *** ^MillerBoss <^MillerBoss!~biffies@dude.shut.the.window.youre.letting.the.wifi.out.millerboss.com> has joined #chromium
[22:01:28] *** yoav <yoav!~yoav@bzq-84-108-10-97.cablep.bezeqint.net> has quit IRC (Remote host closed the connection)
[22:05:17] *** claudiodesouza <claudiodesouza!~claudiode@90.212.176.85> has joined #chromium
[22:21:30] *** arpu <arpu!~arpu@77.119.244.81.static.drei.at> has joined #chromium
[22:33:08] *** Pazooza <Pazooza!~Pazooza@cpe-108-183-182-142.maine.res.rr.com> has joined #chromium
[22:39:53] *** suhdood <suhdood!~Thaelim@2600:380:9914:a394:9857:b7f0:21ce:c792> has quit IRC (Read error: Connection reset by peer)
[22:42:15] *** a--m <a--m!~ac110001@unaffiliated/a--m> has quit IRC (Quit: The Lounge - https://thelounge.github.io)
[22:42:57] *** a--m <a--m!~ac110001@unaffiliated/a--m> has joined #chromium
[22:48:29] *** zergut <zergut!uid221522@taskhive/translator/zergut> has quit IRC (Quit: Connection closed for inactivity)
[22:51:17] *** falk0n <falk0n!~falk0n@a81-84-38-159.cpe.netcabo.pt> has joined #chromium
[22:53:18] *** claudiodesouza <claudiodesouza!~claudiode@90.212.176.85> has quit IRC (Ping timeout: 240 seconds)
[22:53:30] *** vitallium <vitallium!~vitallium@ip-86-110-182-234.spark-rostov.ru> has quit IRC (Ping timeout: 260 seconds)
[22:55:55] *** claudiodesouza <claudiodesouza!~claudiode@2.125.238.16> has joined #chromium
[22:56:50] *** ccat <ccat!4cabaf7f@gateway/web/freenode/ip.76.171.175.127> has joined #chromium
[23:11:09] *** fredw <fredw!~Thunderbi@mar75-2-81-56-69-222.fbx.proxad.net> has quit IRC (Quit: fredw)
[23:11:38] *** suhdood <suhdood!~Thaelim@2600:380:9914:a394:ad0d:31cb:f6f2:9ad0> has joined #chromium
[23:19:31] *** AaronMT <AaronMT!~textual@2607:fea8:3de0:cb7:68df:8e7:2b02:1e53> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[23:25:54] *** claudiodesouza <claudiodesouza!~claudiode@2.125.238.16> has quit IRC (Ping timeout: 268 seconds)
[23:28:02] *** nashimus <nashimus!~nashimus@76.76.243.94> has joined #chromium
[23:29:14] *** mizu_no_oto_work <mizu_no_oto_work!~textual@c-24-60-15-130.hsd1.ma.comcast.net> has joined #chromium
[23:31:16] *** mizu_no__ <mizu_no__!~textual@c-24-60-15-130.hsd1.ma.comcast.net> has joined #chromium
[23:34:29] *** mizu_no_oto_work <mizu_no_oto_work!~textual@c-24-60-15-130.hsd1.ma.comcast.net> has quit IRC (Ping timeout: 256 seconds)
[23:36:30] *** mizu_no__ <mizu_no__!~textual@c-24-60-15-130.hsd1.ma.comcast.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[23:48:12] *** Pazooza <Pazooza!~Pazooza@cpe-108-183-182-142.maine.res.rr.com> has quit IRC (Quit: Leaving)
[23:49:01] *** suhdood_ <suhdood_!~Thaelim@2600:380:9914:a394:ad0d:31cb:f6f2:9ad0> has joined #chromium
[23:49:23] *** suhdood <suhdood!~Thaelim@2600:380:9914:a394:ad0d:31cb:f6f2:9ad0> has quit IRC (Read error: Connection reset by peer)
[23:54:37] *** suhdood_ <suhdood_!~Thaelim@2600:380:9914:a394:ad0d:31cb:f6f2:9ad0> has quit IRC (Ping timeout: 260 seconds)
[23:54:45] *** Qulu <Qulu!~Qulu@85.132.117.183> has quit IRC (Quit: Leaving)
top

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