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


NOTICE: This channel is no longer actively logged.

Toggle Join/Part | bottom
[00:01:40] <commit-bot> https://crrev.com/401423 dtapuska at chromium dot org committed "Eradicate keyIndentifier from devtools/*"
[00:06:52] <commit-bot> https://crrev.com/401424 alexmos at chromium dot org committed "OOPIF: Process all local ancestors when requesting and exiting fullscreen."
[00:07:16] <saifelse> Hey all, I was wondering if anyone could either explain / point me to literature on the behavior of setInterval after a tab is inactive for a long time. I’m trying to understand what the expected behavior is in this somewhat odd scenario: I have a setInterval(myFunction, 1000) where myFunction is accessing the value of an input. But then the computer is put to sleep for many hours (~10). When the computer is unslept, what is the expected behavior? It looks
[00:07:17] <saifelse> like all of the missed intervals (in this case 36000 times) will be called immediately after the computer is unslept. When I test a shorter test case, it’s hard to tell what exactly is happening. I’d like to know if myFunction will be called back-to-back 36000 times, thus blocking the UI, and if not, if I update the text in the input, will the 36000 calls to myFunction see the live value of the input?
[00:15:25] *** bemasc <bemasc!~quassel@cpe-142-105-29-140.nyc.res.rr.com> has joined #blink
[00:15:30] <saifelse> A related question, is there some theoretical limit to how long you can sleep a computer such that upon resume, some error occurs, e.g. myFunction simply does not get called
[00:15:46] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has joined #blink
[00:20:27] *** zalan <zalan!~zalan@17.114.219.227> has quit IRC (Remote host closed the connection)
[00:20:52] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has quit IRC (Ping timeout: 264 seconds)
[00:21:31] *** yoav <yoav!~yoav@sccc-66-78-236-243.smartcity.com> has joined #blink
[00:22:07] *** yoav <yoav!~yoav@sccc-66-78-236-243.smartcity.com> has quit IRC (Client Quit)
[00:25:04] *** brson <brson!~brson@corp-nat.p2p.sfo1.mozilla.com> has quit IRC (Ping timeout: 240 seconds)
[00:30:00] *** saifelse <saifelse!~saifelse@96.90.221.9> has quit IRC (Quit: saifelse)
[00:30:58] *** saifelse <saifelse!~saifelse@96.90.221.9> has joined #blink
[00:31:21] *** lajava <lajava!~javi@249.112.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Ping timeout: 276 seconds)
[00:34:17] *** saifelse <saifelse!~saifelse@96.90.221.9> has quit IRC (Client Quit)
[00:41:33] *** ahmed_elgabri <ahmed_elgabri!~ahmedelga@2a02:a441:9f5:0:f88f:e070:dc7:45d1> has quit IRC (Quit: WeeChat 1.5)
[00:44:56] *** brson <brson!~brson@corp-nat.p2p.sfo1.mozilla.com> has joined #blink
[00:45:35] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has joined #blink
[00:51:31] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has quit IRC (Ping timeout: 240 seconds)
[00:52:23] *** lgombos <lgombos!~l.gombos@162.246.218.28> has quit IRC (Ping timeout: 244 seconds)
[00:56:08] *** saifelse <saifelse!~saifelse@96.90.221.9> has joined #blink
[00:56:28] <saifelse> When running https://jsfiddle.net/z60z9gx0/ and letting the computer sleep for 10 seconds, and then resuming results in 10 calls to the function, with the time elapsed increasing by 1s.. which suggests that it is “simulating” the time when each of the intervals should have been fired (had the computer not slept). This is different from Webkit which does not account for the intervals while asleep. So this could be a bug? I’m going to try and see what
[00:56:28] <saifelse> happens if I sleep for an hour to test if it is blocking…
[00:58:03] <commit-bot> https://crrev.com/401439 wolenetz at chromium dot org committed "MSE: Run appendError on appendData failures"
[01:03:21] *** brson <brson!~brson@corp-nat.p2p.sfo1.mozilla.com> has quit IRC (Ping timeout: 246 seconds)
[01:03:35] <commit-bot> https://crrev.com/401442 wangxianzhu at chromium dot org committed "Remove minimum repaint feature in layout test results"
[01:08:16] *** saifelse <saifelse!~saifelse@96.90.221.9> has quit IRC (Ping timeout: 264 seconds)
[01:08:21] *** saifelse_ <saifelse_!~saifelse@96.90.221.9> has joined #blink
[01:11:42] *** lgombos <lgombos!~l.gombos@162.246.218.28> has joined #blink
[01:11:42] *** ChanServ sets mode: +v lgombos
[01:14:36] *** brson <brson!~brson@corp-nat.p2p.sfo1.mozilla.com> has joined #blink
[01:15:57] *** zalan <zalan!~zalan@2601:646:8a00:c13b:8142:62b7:7d94:5f04> has joined #blink
[01:16:55] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has joined #blink
[01:17:11] <commit-bot> https://crrev.com/401450 vmpstr at chromium dot org committed "cc: Remove fixed raster scale, stop rasterizing with will-change."
[01:24:31] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has quit IRC (Ping timeout: 240 seconds)
[01:25:25] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has joined #blink
[01:25:50] *** saifelse_ <saifelse_!~saifelse@96.90.221.9> has quit IRC (Read error: Connection reset by peer)
[01:26:12] *** saifelse <saifelse!~saifelse@96.90.221.9> has joined #blink
[01:28:59] *** smaug____ <smaug____!~chatzilla@a91-154-41-231.elisa-laajakaista.fi> has quit IRC (Ping timeout: 258 seconds)
[01:29:58] *** SeanWang <SeanWang!~SeanWang@111.199.84.200> has joined #blink
[01:37:20] *** brson <brson!~brson@corp-nat.p2p.sfo1.mozilla.com> has quit IRC (Ping timeout: 244 seconds)
[01:40:06] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has quit IRC (Ping timeout: 258 seconds)
[01:40:43] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has joined #blink
[01:43:23] *** brson <brson!~brson@corp-nat.p2p.sfo1.mozilla.com> has joined #blink
[01:43:50] <commit-bot> https://crrev.com/401463 dtapuska at chromium dot org committed "Enable do not allow default action for untrusted events."
[01:44:19] *** saifelse <saifelse!~saifelse@96.90.221.9> has quit IRC (Ping timeout: 260 seconds)
[01:45:04] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has quit IRC (Ping timeout: 244 seconds)
[01:46:44] *** saifelse <saifelse!~saifelse@96.90.221.9> has joined #blink
[02:01:04] *** saifelse <saifelse!~saifelse@96.90.221.9> has quit IRC (Ping timeout: 272 seconds)
[02:06:15] *** cdumez <cdumez!~cdumez@17.114.218.149> has quit IRC (Remote host closed the connection)
[02:14:27] *** Garbee <Garbee!uid21171@gateway/web/irccloud.com/x-rsutxdoweqyvvqxb> has quit IRC (Quit: Connection closed for inactivity)
[02:17:47] <commit-bot> https://crrev.com/401474 qyearsley at chromium dot org committed "Re-enable PortTestCase.test_expectations_files."
[02:48:23] <commit-bot> https://crrev.com/401484 junov at chromium dot org committed "Fix crash with WebGL + software compositing"
[02:49:56] *** brson <brson!~brson@corp-nat.p2p.sfo1.mozilla.com> has quit IRC (Ping timeout: 250 seconds)
[02:53:42] *** msanchez_afk <msanchez_afk!~msanchez@2001:41d0:52:cff::1713> has quit IRC (Ping timeout: 258 seconds)
[02:56:36] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has joined #blink
[02:59:27] <commit-bot> https://crrev.com/401489 erikchen at chromium dot org committed "WebGL: Be less aggressive about pruning image backed mailboxes."
[03:00:09] *** msanchez <msanchez!~msanchez@42.ip-151-80-150.eu> has joined #blink
[03:04:21] *** hyunjune <hyunjune!d25e2959@gateway/web/freenode/ip.210.94.41.89> has joined #blink
[03:09:10] *** thakis_ <thakis_!~thakis@ool-ae2c81eb.dyn.optonline.net> has joined #blink
[03:16:11] *** cdumez <cdumez!~cdumez@c-73-162-31-162.hsd1.ca.comcast.net> has joined #blink
[03:16:11] *** ChanServ sets mode: +v cdumez
[03:18:46] *** piman <piman!piman@nat/google/x-itsfykrqqqlvzkbr> has quit IRC (Remote host closed the connection)
[03:19:01] *** piman <piman!piman@nat/google/x-xhuygkbctqkbqrwd> has joined #blink
[03:19:01] *** ChanServ sets mode: +v piman
[03:35:28] <commit-bot> https://crrev.com/401501 raikiri at google dot com committed "This is necessary for test_importer when update-w3c-deps is run"
[03:38:40] *** mrunal_ <mrunal_!mrunal@nat/intel/x-nrqkdzdbuglrmuuq> has quit IRC (Quit: Leaving)
[03:38:45] <commit-bot> https://crrev.com/401504 trchen at chromium dot org committed "Use unfragmented clip bounds when fragmentation is inhibited due to compositing"
[03:38:46] <commit-bot> https://crrev.com/401505 chongz at chromium dot org committed "[InputEvent] Dispatch 'input' event for ContentEditable and typing on Input element"
[03:40:08] *** kbrgg <kbrgg!~kbr@104.132.0.88> has quit IRC (Quit: kbrgg)
[03:41:12] *** thakis_ <thakis_!~thakis@ool-ae2c81eb.dyn.optonline.net> has quit IRC (Quit: thakis_)
[03:46:19] *** thakis_ <thakis_!~thakis@ool-ae2c81eb.dyn.optonline.net> has joined #blink
[03:46:36] *** lgombos1 <lgombos1!~l.gombos@c-73-219-132-185.hsd1.ma.comcast.net> has joined #blink
[03:48:40] *** lgombos <lgombos!~l.gombos@162.246.218.28> has quit IRC (Ping timeout: 260 seconds)
[03:50:41] *** thakis_ <thakis_!~thakis@ool-ae2c81eb.dyn.optonline.net> has quit IRC (Client Quit)
[03:51:27] *** thakis_ <thakis_!~thakis@ool-ae2c81eb.dyn.optonline.net> has joined #blink
[03:51:27] *** thakis_ <thakis_!~thakis@ool-ae2c81eb.dyn.optonline.net> has quit IRC (Client Quit)
[03:53:30] <commit-bot> https://crrev.com/401512 hayato at chromium dot org committed "Make sure to lazyReattach a distributed node if it is already attached"
[03:57:33] <commit-bot> https://crrev.com/401516 wolenetz at chromium dot org committed "MSE: Reset delaying-the-load-event-flag on attachment"
[03:58:48] *** brson <brson!~brson@172.56.39.155> has joined #blink
[04:01:16] *** brson_ <brson_!~brson@172.56.39.163> has joined #blink
[04:04:04] *** brson <brson!~brson@172.56.39.155> has quit IRC (Ping timeout: 244 seconds)
[04:12:23] *** brson_ <brson_!~brson@172.56.39.163> has quit IRC (Quit: leaving)
[04:23:04] *** mmoroz <mmoroz!mmoroz@nat/google/x-rnuqwdojwezflbrj> has quit IRC (Ping timeout: 252 seconds)
[04:25:03] *** mmoroz <mmoroz!~mmoroz@104.132.61.85> has joined #blink
[04:33:28] *** lgombos <lgombos!~l.gombos@162.246.218.28> has joined #blink
[04:33:28] *** ChanServ sets mode: +v lgombos
[04:34:01] *** lgombos1 <lgombos1!~l.gombos@c-73-219-132-185.hsd1.ma.comcast.net> has quit IRC (Remote host closed the connection)
[04:47:06] *** lgombos <lgombos!~l.gombos@162.246.218.28> has quit IRC (Quit: Leaving.)
[04:58:02] *** dpranke <dpranke!Adium@nat/google/x-dtbtodyigaeynopl> has quit IRC (Quit: Leaving.)
[04:58:40] *** dydz <dydz!~dydz@17.202.48.79> has quit IRC (Ping timeout: 258 seconds)
[05:55:50] *** Sly <Sly!~Sly@unaffiliated/sly> has quit IRC (Ping timeout: 250 seconds)
[05:58:51] <commit-bot> https://crrev.com/401533 joone.hur at intel dot com committed "Remove style spans to follow the styles of list item"
[06:21:57] <commit-bot> https://crrev.com/401536 hiroshige at chromium dot org committed "[WeakMemoryCache] Remove Resource from MemoryCache just before destructed"
[06:25:40] *** kochi1 <kochi1!~kochi@2401:fa00:4:1002:8130:47cd:b006:d50d> has quit IRC (Remote host closed the connection)
[06:28:41] *** kochi1 <kochi1!~kochi@2401:fa00:4:1002:bc66:9e51:a3c:823f> has joined #blink
[06:28:42] *** kochi2 <kochi2!~kochi@2401:fa00:4:1002:bc66:9e51:a3c:823f> has joined #blink
[06:29:18] *** kochi2 <kochi2!~kochi@2401:fa00:4:1002:bc66:9e51:a3c:823f> has left #blink
[07:08:27] *** zalan <zalan!~zalan@2601:646:8a00:c13b:8142:62b7:7d94:5f04> has quit IRC ()
[07:09:57] *** zalan <zalan!~zalan@2601:646:8a00:c13b:f42a:a674:7667:d3ef> has joined #blink
[07:32:26] *** ricea <ricea!~ricea@2401:fa00:4:1002:b480:3907:2654:7dd3> has quit IRC (Ping timeout: 240 seconds)
[07:34:18] *** alexg__ <alexg__!~alex@194.220.160.129> has joined #blink
[07:40:21] <commit-bot> https://crrev.com/401543 nhiroki at chromium dot org committed "Worker: Early return if termination is requested while worker thread is starting"
[07:44:27] *** ricea <ricea!~ricea@2401:fa00:4:1002:dc88:a651:b746:ff7a> has joined #blink
[07:46:55] *** cdumez <cdumez!~cdumez@c-73-162-31-162.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[08:25:39] *** zherczeg <zherczeg!~zherczeg@sedatmnat.inf.u-szeged.hu> has joined #blink
[08:36:26] <commit-bot> https://crrev.com/401552 mkwst at chromium dot org committed "SameSite: Correctly set requests' initiator for new tabs."
[08:46:34] *** justincohen <justincohen!quassel@nat/google/x-mrbzaploscjslkss> has quit IRC (Ping timeout: 250 seconds)
[08:46:58] *** justincohen <justincohen!quassel@nat/google/x-edwqnxvwpvcmuezf> has joined #blink
[08:46:58] *** ChanServ sets mode: +v justincohen
[09:07:29] *** kczech <kczech!~kczech@217-67-201-162.itsa.net.pl> has joined #blink
[09:08:52] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has quit IRC (Ping timeout: 264 seconds)
[09:10:24] <commit-bot> https://crrev.com/401554 wangxianzhu at chromium dot org committed "Partly revert Invalidate as DisplayItemClient when PaintLayer is setNeedsRepaint" TBR=chrishtr at chromium dot org
[09:17:34] *** alexg__ <alexg__!~alex@194.220.160.129> has quit IRC (Ping timeout: 260 seconds)
[09:20:08] *** siva <siva!3b91d5d2@gateway/web/freenode/ip.59.145.213.210> has quit IRC (Ping timeout: 250 seconds)
[09:20:51] *** tanty_off is now known as tanty
[09:21:18] *** svillar <svillar!~svillar@130.red-83-32-252.dynamicip.rima-tde.net> has joined #blink
[09:36:00] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has joined #blink
[09:45:45] *** calvaris <calvaris!~calvaris@fanzine.igalia.com> has joined #blink
[09:47:50] *** cdumez <cdumez!~cdumez@2601:646:8400:8a00:5c8d:7552:6bda:e152> has joined #blink
[09:47:50] *** ChanServ sets mode: +v cdumez
[09:48:15] *** MPozdnyakov <MPozdnyakov!mikhail@nat/intel/x-dsgrayjyimooxhtn> has joined #blink
[09:49:07] <commit-bot> https://crrev.com/401558 tzik at chromium dot org committed "Wrap GCed raw pointer parameters of WTF::bind with Persistent"
[09:52:26] *** cdumez <cdumez!~cdumez@2601:646:8400:8a00:5c8d:7552:6bda:e152> has quit IRC (Ping timeout: 250 seconds)
[10:01:27] <commit-bot> https://crrev.com/401560 sashab at chromium dot org committed "Pre-work to make StringKeyframe store a const CSSValue"
[10:02:41] *** alexg__ <alexg__!~alex@31.red-88-13-255.dynamicip.rima-tde.net> has joined #blink
[10:07:00] *** eocanha <eocanha!~eocanha@215.238.117.91.dynamic.reverse-mundo-r.com> has joined #blink
[10:10:36] *** lajava <lajava!~javi@249.112.165.83.dynamic.reverse-mundo-r.com> has joined #blink
[10:26:14] *** zalan <zalan!~zalan@2601:646:8a00:c13b:f42a:a674:7667:d3ef> has quit IRC (Ping timeout: 250 seconds)
[10:33:10] *** kbrgg <kbrgg!~kbr@c-24-6-159-29.hsd1.ca.comcast.net> has joined #blink
[10:42:05] *** zalan <zalan!~zalan@2601:646:8a00:c13b:f42a:a674:7667:d3ef> has joined #blink
[10:53:35] *** kbrgg <kbrgg!~kbr@c-24-6-159-29.hsd1.ca.comcast.net> has quit IRC (Quit: kbrgg)
[10:58:23] <commit-bot> https://crrev.com/401562 szager at chromium dot org committed "IntersectionObserver constructor: fail on invalid rootMargin syntax."
[10:58:36] *** smaug____ <smaug____!~chatzilla@a91-154-41-231.elisa-laajakaista.fi> has joined #blink
[11:20:43] *** kbrgg <kbrgg!~kbr@c-24-6-159-29.hsd1.ca.comcast.net> has joined #blink
[11:31:03] *** kbrgg <kbrgg!~kbr@c-24-6-159-29.hsd1.ca.comcast.net> has quit IRC (Quit: kbrgg)
[11:33:38] *** awoloszyn <awoloszyn!~awoloszyn@104.132.62.88> has quit IRC (Read error: Connection reset by peer)
[11:33:43] *** hartmanng <hartmanng!~hartmanng@104.132.62.68> has quit IRC (Read error: Connection reset by peer)
[11:33:43] *** weiliangc <weiliangc!~weiliangc@104.132.62.82> has quit IRC (Read error: Connection reset by peer)
[11:34:16] *** spang <spang!~spang@104.132.62.81> has quit IRC (Read error: Connection reset by peer)
[11:35:08] *** sadrulhc <sadrulhc!~sadrul@2620:15c:0:1:4819:6b05:f742:3b85> has quit IRC (Ping timeout: 250 seconds)
[11:35:08] *** tdresser <tdresser!~tdresser@2620:15c:0:1:f109:1318:b1b2:d351> has quit IRC (Ping timeout: 250 seconds)
[11:35:08] *** ajuma__ <ajuma__!~ajuma@2620:15c:0:1:6c9a:defd:f7c7:985d> has quit IRC (Ping timeout: 250 seconds)
[11:35:08] *** mohsen <mohsen!~mohsen@2620:15c:0:1:496e:655b:24dc:ee5a> has quit IRC (Ping timeout: 250 seconds)
[11:35:08] *** vollick1 <vollick1!~vollick@2620:15c:0:1:4502:bd58:912f:83c4> has quit IRC (Ping timeout: 250 seconds)
[11:35:08] *** vollick <vollick!~vollick@2620:15c:0:1:2551:a4a8:b5cd:4213> has quit IRC (Ping timeout: 250 seconds)
[11:35:34] *** xlai <xlai!~xlai@2620:15c:0:1:1562:e89e:99f9:b7eb> has quit IRC (Ping timeout: 250 seconds)
[11:35:34] *** bokan <bokan!~bokan@2620:15c:0:1:441d:adde:d2d5:e5e3> has quit IRC (Ping timeout: 250 seconds)
[11:42:48] <commit-bot> https://crrev.com/401566 fs at opera dot com committed "Update expectations for crbug.com/621915" TBR=pdr at chromium dot org
[11:42:48] <commit-bot> https://crrev.com/401567 yosin at chromium dot org committed "Make default constructor of Font class to initialize all member variables"
[11:49:32] <commit-bot> https://crrev.com/401568 sigbjornf at opera dot com committed "gn: add Blink GC plugin options" TBR=thakis
[11:54:17] *** ahmedelgabri <ahmedelgabri!~ahmedelga@212.123.217.154> has joined #blink
[11:57:17] <commit-bot> https://crrev.com/401571 hiroshige at chromium dot org committed "Introduce WTF::unretained() and WTF::crossThreadUnretained()"
[12:21:02] <commit-bot> https://crrev.com/401575 hiroshige at chromium dot org committed "Remove ExecutionContextTask subclasses around Document.cpp"
[12:30:28] *** eocanha <eocanha!~eocanha@215.238.117.91.dynamic.reverse-mundo-r.com> has quit IRC ()
[12:30:44] *** eocanha <eocanha!~eocanha@215.238.117.91.dynamic.reverse-mundo-r.com> has joined #blink
[12:42:26] <commit-bot> https://crrev.com/401576 tkent at chromium dot org committed "Delay to apply |checked| attribute only if the document has form state to be restored."
[12:48:58] *** suzyh <suzyh!~suzyh@2401:fa00:0:d:d487:3f32:84ed:7f69> has quit IRC (Ping timeout: 272 seconds)
[12:49:21] *** suzyh <suzyh!~suzyh@2401:fa00:0:d:1019:fb23:a742:2126> has joined #blink
[12:49:38] *** cdumez <cdumez!~cdumez@2601:646:8400:8a00:5c8d:7552:6bda:e152> has joined #blink
[12:49:39] *** ChanServ sets mode: +v cdumez
[12:50:29] <commit-bot> https://crrev.com/401578 hiroshige at chromium dot org committed "Replace AllowCrossThreadAccess() + non-GCed pointers with crossThreadUnretained())"
[12:53:59] *** cdumez <cdumez!~cdumez@2601:646:8400:8a00:5c8d:7552:6bda:e152> has quit IRC (Ping timeout: 250 seconds)
[13:23:27] <commit-bot> https://crrev.com/401579 jochen at chromium dot org committed "Only access a plugin's scriptable object, and not also its prototype chain"
[13:24:35] *** svillar <svillar!~svillar@130.red-83-32-252.dynamicip.rima-tde.net> has quit IRC (Quit: svillar)
[13:30:01] <commit-bot> https://crrev.com/401580 hlopko at chromium dot org committed "Implement wrapper tracing verifier"
[13:37:22] *** hyunjune <hyunjune!d25e2959@gateway/web/freenode/ip.210.94.41.89> has quit IRC (Quit: Page closed)
[13:43:26] <commit-bot> https://crrev.com/401581 yosin at chromium dot org committed "Make previousLinePosition() not to use dangling RootInlineBox"
[13:49:21] *** svillar <svillar!~svillar@130.red-83-32-252.dynamicip.rima-tde.net> has joined #blink
[13:50:52] *** ahmedelgabri <ahmedelgabri!~ahmedelga@212.123.217.154> has quit IRC (Ping timeout: 264 seconds)
[13:55:23] *** ahmedelgabri <ahmedelgabri!~ahmedelga@212.123.217.154> has joined #blink
[14:05:40] <commit-bot> https://crrev.com/401583 iclelland at chromium dot org committed "Add disabled origin trial feature list"
[14:06:30] *** tdresser <tdresser!~tdresser@2620:15c:0:1:9517:426d:4d25:68da> has joined #blink
[14:09:57] <commit-bot> https://crrev.com/401584 fs at opera dot com committed "Update baselines for svg/text/text-viewbox-rescale.html" TBR=pdr at chromium dot org
[14:20:24] <commit-bot> https://crrev.com/401586 hbos at chromium dot org committed "fast/scroll-behavior/overflow-interrupted-scroll.html is flaky on WebKit Mac10.11 (dbg)." TBR=ajuma at chromium dot org NOTRY=True
[14:36:04] *** riju <riju!~riju@134.134.139.72> has quit IRC (Quit: Leaving)
[14:39:33] *** alexg__ <alexg__!~alex@31.red-88-13-255.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 244 seconds)
[14:45:13] *** thakis_ <thakis_!~thakis@ool-18bb42fb.dyn.optonline.net> has joined #blink
[14:51:15] *** cdumez <cdumez!~cdumez@2601:646:8400:8a00:5c8d:7552:6bda:e152> has joined #blink
[14:51:16] *** ChanServ sets mode: +v cdumez
[14:55:45] *** cdumez <cdumez!~cdumez@2601:646:8400:8a00:5c8d:7552:6bda:e152> has quit IRC (Ping timeout: 250 seconds)
[14:58:44] *** m_kato <m_kato!~m_kato@61-121-216-2.dh-connect.net> has quit IRC (Quit: Leaving...)
[15:08:55] *** jbauman_ <jbauman_!~jbauman@108-214-96-98.lightspeed.sntcca.sbcglobal.net> has joined #blink
[15:09:20] *** hartmanng <hartmanng!~hartmanng@104.132.62.68> has joined #blink
[15:12:39] *** MPozdnyakov <MPozdnyakov!mikhail@nat/intel/x-dsgrayjyimooxhtn> has quit IRC (Ping timeout: 250 seconds)
[15:12:45] *** jbauman <jbauman!~jbauman@108-214-96-98.lightspeed.sntcca.sbcglobal.net> has quit IRC (Ping timeout: 276 seconds)
[15:12:45] *** jbauman_ is now known as jbauman
[15:24:10] *** lajava <lajava!~javi@249.112.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Ping timeout: 252 seconds)
[15:51:01] *** lajava <lajava!~javi@249.112.165.83.dynamic.reverse-mundo-r.com> has joined #blink
[15:53:57] *** thakis_ <thakis_!~thakis@ool-18bb42fb.dyn.optonline.net> has quit IRC (Ping timeout: 244 seconds)
[15:56:14] *** ajuma <ajuma!~ajuma@2620:15c:0:1:4d0:414b:303:cec3> has joined #blink
[16:00:22] *** thakis_ <thakis_!~thakis@172.56.37.69> has joined #blink
[16:04:47] *** gyuyoung_mbp <gyuyoung_mbp!~gyuyoung@114.206.230.43> has joined #blink
[16:09:01] *** zherczeg <zherczeg!~zherczeg@sedatmnat.inf.u-szeged.hu> has quit IRC (Quit: Ex-Chat)
[16:11:17] *** sadrulhc <sadrulhc!~sadrul@2620:15c:0:1:835:c122:a531:f24e> has joined #blink
[16:25:11] *** calvaris <calvaris!~calvaris@fanzine.igalia.com> has quit IRC (Quit: Ex-Chat)
[16:30:38] *** bemasc <bemasc!~quassel@cpe-142-105-29-140.nyc.res.rr.com> has quit IRC (Ping timeout: 272 seconds)
[16:33:16] *** eocanha <eocanha!~eocanha@215.238.117.91.dynamic.reverse-mundo-r.com> has quit IRC ()
[16:34:07] *** bemasc <bemasc!~quassel@cpe-142-105-29-140.nyc.res.rr.com> has joined #blink
[16:38:24] *** zalan <zalan!~zalan@2601:646:8a00:c13b:f42a:a674:7667:d3ef> has quit IRC (Remote host closed the connection)
[16:40:21] *** MPozdnyakov <MPozdnyakov!mikhail@nat/intel/x-cqqlqhscfleztqjf> has joined #blink
[16:47:55] <commit-bot> https://crrev.com/401604 tzik at chromium dot org committed "Wrap non-GCed raw pointer parameters of WTF::bind with WTF::unretained"
[16:52:37] *** cdumez <cdumez!~cdumez@2601:646:8400:8a00:5c8d:7552:6bda:e152> has joined #blink
[16:52:37] *** ChanServ sets mode: +v cdumez
[16:54:36] *** alexg__ <alexg__!~alex@194.220.160.129> has joined #blink
[16:57:05] *** cdumez <cdumez!~cdumez@2601:646:8400:8a00:5c8d:7552:6bda:e152> has quit IRC (Ping timeout: 250 seconds)
[16:59:18] *** jsbell <jsbell!jsbell@nat/google/x-ngmwfglgjcbgzezq> has joined #blink
[16:59:18] *** ChanServ sets mode: +v jsbell
[17:05:44] *** mohsen <mohsen!~mohsen@2620:15c:0:1:7521:8cf:a176:f892> has joined #blink
[17:06:45] <commit-bot> https://crrev.com/401606 shivanisha at chromium dot org committed "Dev tools warning and console warning for document.write script blocking"
[17:09:28] <commit-bot> https://crrev.com/401607 hbos at chromium dot org committed "virtual/threaded/fast/scroll-behavior/overflow-interrupted-scroll.html is flaky on WebKit Mac10.11 (dbg)." TBR=ajuma at chromium dot org NOTRY=True
[17:10:18] *** zalan <zalan!~zalan@17.114.216.141> has joined #blink
[17:19:42] *** MPozdnyakov <MPozdnyakov!mikhail@nat/intel/x-cqqlqhscfleztqjf> has quit IRC (Ping timeout: 244 seconds)
[17:22:55] *** brson <brson!~brson@corp.mtv2.mozilla.com> has joined #blink
[17:30:16] *** svillar <svillar!~svillar@130.red-83-32-252.dynamicip.rima-tde.net> has quit IRC (Quit: svillar)
[17:31:26] *** lajava <lajava!~javi@249.112.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Ping timeout: 272 seconds)
[17:33:48] *** ahmedelgabri <ahmedelgabri!~ahmedelga@212.123.217.154> has quit IRC (Ping timeout: 276 seconds)
[17:39:34] *** ahmedelgabri <ahmedelgabri!~ahmedelga@212.123.217.154> has joined #blink
[17:44:00] *** ahmedelgabri <ahmedelgabri!~ahmedelga@212.123.217.154> has quit IRC (Ping timeout: 246 seconds)
[17:46:11] *** lajava <lajava!~javi@249.112.165.83.dynamic.reverse-mundo-r.com> has joined #blink
[17:51:34] *** SeanWang <SeanWang!~SeanWang@111.199.84.200> has quit IRC (Ping timeout: 252 seconds)
[18:01:15] <commit-bot> https://crrev.com/401616 ymalik at chromium dot org committed "Seperate DOMVisualViewport from Blink's VisualViewport class"
[18:02:17] *** zalan <zalan!~zalan@17.114.216.141> has quit IRC ()
[18:04:00] *** dydz <dydz!~dydz@17.202.48.79> has joined #blink
[18:43:05] *** spang <spang!~spang@104.132.62.81> has joined #blink
[18:45:27] *** lgombos <lgombos!~l.gombos@162.246.218.28> has joined #blink
[18:45:27] *** ChanServ sets mode: +v lgombos
[18:49:03] *** zalan_ <zalan_!~zalan@17.114.217.190> has joined #blink
[19:04:17] *** cdumez <cdumez!~cdumez@17.114.219.232> has joined #blink
[19:04:17] *** ChanServ sets mode: +v cdumez
[19:06:03] *** thakis__ <thakis__!~thakis@ool-18bb42fb.dyn.optonline.net> has joined #blink
[19:07:24] *** thakis_ <thakis_!~thakis@172.56.37.69> has quit IRC (Ping timeout: 276 seconds)
[19:13:12] *** kbrgg <kbrgg!~kbr@104.132.0.88> has joined #blink
[19:14:02] *** thakis__ <thakis__!~thakis@ool-18bb42fb.dyn.optonline.net> has quit IRC (Ping timeout: 272 seconds)
[19:16:11] *** thakis_ <thakis_!~thakis@172.56.37.192> has joined #blink
[19:19:32] *** tanty is now known as tanty_off
[19:19:47] *** lajava <lajava!~javi@249.112.165.83.dynamic.reverse-mundo-r.com> has quit IRC (Ping timeout: 260 seconds)
[19:42:03] <commit-bot> https://crrev.com/401642 schenney at chromium dot org committed "Fix positioning of CSS reference clips in composited layers."
[20:15:56] *** msanchez is now known as msanchez_afk
[20:17:59] *** awoloszyn <awoloszyn!~awoloszyn@104.132.62.88> has joined #blink
[20:39:29] *** alexg__ <alexg__!~alex@194.220.160.129> has quit IRC (Ping timeout: 260 seconds)
[20:51:34] <commit-bot> https://crrev.com/401662 chrishtr at chromium dot org committed "Make more explicit the way to use alternate directories w/run-webkit-tests."
[20:51:34] <commit-bot> https://crrev.com/401664 alexmos at chromium dot org committed "Don't commit the blocked URL when a frame is blocked by XFrameOptions."
[21:00:01] *** kbrgg <kbrgg!~kbr@104.132.0.88> has quit IRC (Quit: kbrgg)
[21:02:30] *** kbrgg <kbrgg!~kbr@104.132.0.88> has joined #blink
[21:06:19] <commit-bot> https://crrev.com/401668 blink-rebaseline-bot at chromium dot org committed "Auto-rebaseline for r401642" TBR=schenney at chromium dot org
[21:47:09] <commit-bot> https://crrev.com/401688 erikchen at chromium dot org committed "Add a call to DescheduleUntilFinishedCHROMIUM to WebGL."
[22:03:22] *** dpranke <dpranke!Adium@nat/google/x-tgrvmsipzxtsrtns> has joined #blink
[22:03:22] *** ChanServ sets mode: +v dpranke
[22:15:48] *** thakis_ <thakis_!~thakis@172.56.37.192> has quit IRC (Quit: thakis_)
[22:15:51] <commit-bot> https://crrev.com/401697 wangxianzhu at chromium dot org committed "Remove LayoutView::doingFullPaintInvalidation()"
[22:27:14] <commit-bot> https://crrev.com/401703 rbyers at chromium dot org committed "Add use counters for the passive option to addEventListener" TBR=rkaplow
[22:27:32] *** brson <brson!~brson@corp.mtv2.mozilla.com> has quit IRC (*.net *.split)
[22:27:32] *** skyostil <skyostil!~skyostil@104.132.45.91> has quit IRC (*.net *.split)
[22:27:32] *** lukegb <lukegb!~lukegb@168.63.65.58> has quit IRC (*.net *.split)
[22:27:32] *** Guest50769 <Guest50769!~smuxi@198.211.120.164> has quit IRC (*.net *.split)
[22:27:32] *** mantaroh__ <mantaroh__!sid189@gateway/web/mozilla/x-yprnqamoalyagtmz> has quit IRC (*.net *.split)
[22:27:32] *** futhark <futhark!~rune@node-caddo06rily95i.20.ipv6.opera.com> has quit IRC (*.net *.split)
[22:27:32] *** igrigorik_ <igrigorik_!sid16869@gateway/web/irccloud.com/x-vtcmogwsbiwiysnx> has quit IRC (*.net *.split)
[22:27:32] *** kojii <kojii!sid53200@gateway/web/irccloud.com/x-ipehqveibtmehoud> has quit IRC (*.net *.split)
[22:27:32] *** Guest14030 <Guest14030!znc@unaffiliated/kenansulayman> has quit IRC (*.net *.split)
[22:27:32] *** sof <sof!uid25982@gateway/web/irccloud.com/x-oqqvynohjnlosezu> has quit IRC (*.net *.split)
[22:27:33] *** martiniss <martiniss!sid100135@gateway/web/irccloud.com/x-wibpexjleuvjqvxu> has quit IRC (*.net *.split)
[22:27:33] *** NavidZ <NavidZ!sid163380@gateway/web/irccloud.com/x-bonepzjvmkoqidzn> has quit IRC (*.net *.split)
[22:27:33] *** mustaq <mustaq!sid37448@gateway/web/irccloud.com/x-gvsltejsqbqpqczp> has quit IRC (*.net *.split)
[22:27:33] *** Guest64886 <Guest64886!sid81946@gateway/web/irccloud.com/x-xqduzimagjajqgfw> has quit IRC (*.net *.split)
[22:27:33] *** samli_ <samli_!sid36615@gateway/web/irccloud.com/x-uniecistejrclveo> has quit IRC (*.net *.split)
[22:27:33] *** trungl <trungl!sid49465@gateway/web/irccloud.com/x-yiqinwbpuekelwho> has quit IRC (*.net *.split)
[22:27:33] *** eae <eae!sid4278@gateway/web/irccloud.com/x-otclnuzzxuapnxtp> has quit IRC (*.net *.split)
[22:27:33] *** bondd <bondd!sid68494@gateway/web/irccloud.com/x-hhtzeovmjxqatnsp> has quit IRC (*.net *.split)
[22:27:33] *** nduca <nduca!sid66241@gateway/web/irccloud.com/x-oksernwskaxfatwg> has quit IRC (*.net *.split)
[22:27:33] *** mcasas <mcasas!uid168197@gateway/web/irccloud.com/x-owqzlpejhupsnpbo> has quit IRC (*.net *.split)
[22:27:33] *** elproxy <elproxy!~quassel@21-253-47-212.rev.cloud.scaleway.com> has quit IRC (*.net *.split)
[22:27:33] *** _fortis <_fortis!~fortis@static.141.80.201.138.clients.your-server.de> has quit IRC (*.net *.split)
[22:27:33] *** andoma <andoma!~andoma@zebes.lonelycoder.com> has quit IRC (*.net *.split)
[22:27:47] *** andoma <andoma!~andoma@zebes.lonelycoder.com> has joined #blink
[22:27:47] *** lukegb <lukegb!~lukegb@168.63.65.58> has joined #blink
[22:27:48] *** skyostil <skyostil!~skyostil@104.132.45.91> has joined #blink
[22:28:08] *** mantaroh__ <mantaroh__!sid189@gateway/web/mozilla/x-suusnjlkikrniqvs> has joined #blink
[22:28:12] *** elproxy <elproxy!~quassel@21-253-47-212.rev.cloud.scaleway.com> has joined #blink
[22:29:37] *** rude <rude!~smuxi@198.211.120.164> has joined #blink
[22:30:01] *** rude is now known as Guest28258
[22:30:05] *** kojii <kojii!sid53200@gateway/web/irccloud.com/x-bbvujarrcmukmfli> has joined #blink
[22:30:11] *** Guest64886 <Guest64886!sid81946@gateway/web/irccloud.com/x-tyhgiwtrqpainimd> has joined #blink
[22:30:17] *** trungl <trungl!sid49465@gateway/web/irccloud.com/x-zblmpixysjatmyga> has joined #blink
[22:30:19] *** mustaq <mustaq!sid37448@gateway/web/irccloud.com/x-pgmxzfaatrwuzpda> has joined #blink
[22:30:21] *** zalan_ <zalan_!~zalan@17.114.217.190> has quit IRC (Remote host closed the connection)
[22:30:21] *** sof <sof!uid25982@gateway/web/irccloud.com/x-yixwegormagituzx> has joined #blink
[22:30:26] *** nduca <nduca!sid66241@gateway/web/irccloud.com/x-jeuzzwcxamilrzig> has joined #blink
[22:30:38] *** igrigorik_ <igrigorik_!sid16869@gateway/web/irccloud.com/x-dayhcyrwfzdynpnr> has joined #blink
[22:30:40] *** NavidZ <NavidZ!sid163380@gateway/web/irccloud.com/x-ciitkomwtphhieys> has joined #blink
[22:30:42] *** samli_ <samli_!sid36615@gateway/web/irccloud.com/x-vxbqlucwqfddwijx> has joined #blink
[22:30:44] *** futhark <futhark!~rune@node-c8w1sl84nffm80.20.ipv6.opera.com> has joined #blink
[22:30:44] *** eae <eae!sid4278@gateway/web/irccloud.com/x-ajphjmkwjuolehsm> has joined #blink
[22:30:55] *** TabAtkins <TabAtkins!sid11559@gateway/web/irccloud.com/x-lfhkiztmwrvgwpsd> has quit IRC (Ping timeout: 258 seconds)
[22:31:01] *** kenansulayman <kenansulayman!znc@185.38.14.119> has joined #blink
[22:31:24] *** kenansulayman is now known as Guest87932
[22:31:35] *** bondd <bondd!sid68494@gateway/web/irccloud.com/x-ntbumtusmnmwwfjo> has joined #blink
[22:31:39] *** martiniss <martiniss!sid100135@gateway/web/irccloud.com/x-ziutwziqlclyalri> has joined #blink
[22:32:04] *** iamstef_ <iamstef_!sid12605@gateway/web/irccloud.com/x-xtxekualbtdpohyo> has quit IRC (Ping timeout: 258 seconds)
[22:32:14] *** mcasas <mcasas!sid168197@gateway/web/irccloud.com/x-jakftfugykkurtul> has joined #blink
[22:32:22] *** _fortis <_fortis!~fortis@static.141.80.201.138.clients.your-server.de> has joined #blink
[22:32:37] *** brson <brson!~brson@corp.mtv2.mozilla.com> has joined #blink
[22:35:59] *** _fortis <_fortis!~fortis@static.141.80.201.138.clients.your-server.de> has quit IRC (K-Lined)
[22:36:37] *** cebreidian <cebreidian!~c@c-67-190-234-214.hsd1.fl.comcast.net> has joined #blink
[22:36:45] <commit-bot> https://crrev.com/401705 ymalik at chromium dot org committed "Send scroll animation takeOver message in the same frame that it's created"
[22:37:36] *** TabAtkins <TabAtkins!sid11559@gateway/web/irccloud.com/x-jlralgojnobnjzyx> has joined #blink
[22:39:03] *** lgombos <lgombos!~l.gombos@162.246.218.28> has quit IRC (Ping timeout: 246 seconds)
[22:40:39] *** iamstef_ <iamstef_!sid12605@gateway/web/irccloud.com/x-cgdfzappfqfxqphc> has joined #blink
[22:44:39] *** xlai <xlai!~xlai@2620:15c:0:1:5474:3cb:9ab1:375> has joined #blink
[22:45:00] *** igrigorik_ <igrigorik_!sid16869@gateway/web/irccloud.com/x-dayhcyrwfzdynpnr> has quit IRC (Read error: Connection timed out)
[22:45:32] *** igrigorik_ <igrigorik_!sid16869@gateway/web/irccloud.com/x-bzurixdurtspolqn> has joined #blink
[22:45:54] <commit-bot> https://crrev.com/401709 estark at chromium dot org committed "Add basic Referrer-Policy support for Documents"
[22:48:24] <commit-bot> https://crrev.com/401710 chrishtr at chromium dot org committed "Initial implementation of GeometryMapper"
[22:57:45] *** zalan <zalan!~zalan@2601:646:8a00:c13b:a4b6:3765:af86:ca05> has joined #blink
[22:59:14] <commit-bot> https://crrev.com/401712 chrishtr at chromium dot org committed "Invalidate fixed-pos elements & descendants on scroll w/filters that change pixels."
[23:06:11] *** kbrgg <kbrgg!~kbr@104.132.0.88> has quit IRC (Quit: kbrgg)
[23:06:25] *** thakis_ <thakis_!~thakis@ool-ae2c81eb.dyn.optonline.net> has joined #blink
[23:25:09] *** thakis_ <thakis_!~thakis@ool-ae2c81eb.dyn.optonline.net> has quit IRC (Quit: thakis_)
[23:43:50] <commit-bot> https://crrev.com/401731 blink-rebaseline-bot at chromium dot org committed "Auto-rebaseline for r401697" TBR=wangxianzhu at chromium dot org
top

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