/irc-logs / mozilla / #developers / 2015-12-03 / end
Options:
Previous day, Next day
- # Session Start: Thu Dec 03 00:00:00 2015
- # Session Ident: #developers
- # [00:00] <rillian> looks like the rust panic unhandler crashed?
- # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/880b58f2221a - ffxbld - No bug, Automated HSTS preload list update from host bld-linux64-spot-369 - a=hsts-update
- # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/291bf32f6341 - ffxbld - No bug, Automated HPKP preload list update from host bld-linux64-spot-369 - a=hpkp-update
- # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/eec9a0bfd929 - ffxbld - No bug, Automated blocklist update from host bld-linux64-spot-369 - a=blocklist-update
- # [00:00] * Joins: karlt (karl@moz-usst77.nn3i.kiip.e780.2400.IP)
- # [00:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8ee27d317a68 - Wes Kocher - Backed out 3 changesets (bug 1229615) for crashtest crashes in 0-timescale.html CLOSED TREE
- # [00:02] * Matti is now known as Matti_away
- # [00:02] * Quits: Jackneill (Jackneill@moz-u0m.pmk.3.185.IP) (Ping timeout: 121 seconds)
- # [00:02] * Quits: @ehsan (ehsan@66.207.193.21) (A TLS packet with unexpected length was received.)
- # [00:03] * Quits: jdm (jdm@66.207.193.21) (Quit: )
- # [00:03] <kinetik> rillian: oh, nice
- # [00:04] <rillian> kinetik: indeed. I think it's crashing in the panic handler before it gets to the thread.join
- # [00:04] <rillian> asking on #rust-internals
- # [00:04] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [00:06] * Joins: mastizada (Thunderbird@moz-mek.63k.2.46.IP)
- # [00:06] * Quits: dragana (Instantbird@moz-4hpr60.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d0d6d5d4ebfa - Mark Hammond - Bug 1201331 (part 1) - use a broadcaster to manage the Sync status. r=adw
- # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/549690eaf36d - Mark Hammond - Bug 1201331 (part 2) - update tests that use the sync-button as a placeholder for "generic XUL button". r=Gijs
- # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b48a56ce709d - Mark Hammond - Bug 1201331 (part 3) - add a Synced Tabs panel. r=Gijs
- # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5a286e996755 - Mark Hammond - Bug 1201331 (part 4) - replace "Tabs from other devices" with "Synced Tabs" on menus and history panel. r=Gijs
- # [00:06] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout: 121 seconds)
- # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/661a531f5dee - Mark Hammond - Bug 1201331 (part 5) - Use a new non-animated icon for the sync button. r=Gijs
- # [00:08] <mchang> wlach: ping
- # [00:08] <wlach> mchang: pong
- # [00:08] <botond> roc: i'm getting a segfault when running rr, but gdb attached to the rr process doesn't catch it
- # [00:08] * Quits: vingtetun_ (vnicolas@moz-lm5hvk.fbxo.proxad.net) (Ping timeout: 121 seconds)
- # [00:08] <mchang> wlach: hey, had a question about bug 1228439. Is the regression only on OSX with e10s?
- # [00:08] * stephend is now known as stephend|lab
- # [00:08] <@roc> botond: pastebin some output?
- # [00:09] <botond> roc: of rr?
- # [00:09] <@roc> whatever's in the terminal
- # [00:09] <wlach> mchang: yes I believe so
- # [00:09] <botond> roc: https://pastebin.mozilla.org/8853660
- # [00:09] <wlach> mchang: if you open perfherder graphs, you can click on the platform associated with a datapoint to automatically add related series
- # [00:10] * Quits: Mnyromyr (Mnyromyr@moz-c6fsss.gnf7.tkmq.0908.2a02.IP) (Connection closed)
- # [00:10] * Quits: happy-dude_ (uid62780@moz-8as1vu.ealing.irccloud.com) (Quit: Connection closed for inactivity)
- # [00:10] * Joins: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net)
- # [00:10] <botond> roc: i guess it's firefox that's segfaulting, not rr
- # [00:11] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [00:11] <@roc> no, that looks like rr
- # [00:11] <@roc> since it exited
- # [00:11] <wlach> mchang: http://tinyurl.com/ph6gaqy
- # [00:11] <@roc> you need to run "rr replay" and then attach gdb to the rr process
- # [00:11] <@roc> we do this tricky thing where "rr replay" forks and then runs rr in the child and runs gdb in the parent
- # [00:12] <wlach> mchang: if you zoom in on the different areas, you see that there is no clear regression pattern
- # [00:12] <botond> roc: attaching is what i did
- # [00:14] * yzen is now known as yzen_
- # [00:15] <@roc> so what do you mean "gdb attached to the rr process doesn't catch it"
- # [00:15] <@roc> ?
- # [00:15] <@roc> can you pastebin the whole session where you tried to catch it
- # [00:15] <@roc> ?
- # [00:16] * Parts: jorgk (chatzilla@moz-cqp0la.dyn.telefonica.de) ("")
- # [00:16] <Michelle-SV-QA> Hi I am doing Bug Triage and I am not sure how to classify a bug related to switching between FF and Chrome and the window.id is returned incorrectly "returned window object should have { focused: false }" can some one help me out - Thanks
- # [00:16] <botond> roc: well this was me running gdb in another shell: https://pastebin.mozilla.org/8853662
- # [00:16] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [00:16] * Quits: gustavold (gustavold@moz-127.uce.17.191.IP) (Quit: Leaving.)
- # [00:17] <@roc> hmm
- # [00:17] <@roc> I have a horrible feeling that your segfault is actually in gdb
- # [00:17] <mchang> wlach: why is OS X categorized as unreliable according to perfherder?
- # [00:17] <@roc> so try attaching to the gdb instance instead of the rr instance
- # [00:18] <botond> roc: running the reftest with "--debugger gdb" gives: "0:09.75 TEST-UNEXPECTED-FAIL | reftest | application terminated with exit code -11". does that confirm your hypothesis?
- # [00:18] <wlach> mchang: that's outdated, I need to change it. the results were very very noisy until we upgraded the macos x slaves a couple weeks ago
- # [00:18] <RyanVM> Michelle-SV-QA: what bug #?
- # [00:18] <wlach> mchang: https://groups.google.com/d/msg/mozilla.release.engineering/e78tDkl-PCE/brHSPeriBgAJ
- # [00:18] <Michelle-SV-QA> 12718472
- # [00:18] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [00:18] <mchang> wlach: hmm, can we retrigger the non-e10s case as well? Having it affect only e10s is very confusing
- # [00:18] * Quits: catalinb2 (catalin@moz-tsb.7ma.114.79.IP) (Quit: Leaving)
- # [00:19] <Michelle-SV-QA> Oops sorry it is 1228247
- # [00:19] <@roc> (one time I had a debugging session where I had three gdb windows: session A connected to rr, session B attached to A, and session C attached to rr. afterwards I had to have a lie down.)
- # [00:19] <wlach> mchang: of course, do you know how to do that?
- # [00:19] <wlach> mchang: I'm just about to head out but I could give you a quick video walkthrough
- # [00:19] <mchang> wlach: not particularly
- # [00:19] <froydnj> roc: hopefully you changed your prompt so you always knew which was which!
- # [00:19] <RyanVM> Michelle-SV-QA: looks like a webextensions bug going off comment 0
- # [00:20] * bz is now known as bz_away
- # [00:20] * Quits: drs (drs@moz-9dsrn7.sk83.bjud.7e00.2a01.IP) (Ping timeout: 121 seconds)
- # [00:20] <RyanVM> Michelle-SV-QA: ah, Grover beat me to it :)
- # [00:20] <botond> roc: yep, it's gdb that's crashing. with an impressively informative backtrace: https://pastebin.mozilla.org/8853664
- # [00:20] * Quits: jlongster (user@moz-h9mq7u.fios.verizon.net) (Ping timeout: 121 seconds)
- # [00:20] <@roc> sweet
- # [00:20] <botond> roc:(it just keeps going like that)
- # [00:20] <@roc> ok
- # [00:20] <mchang> wlach: nm got it
- # [00:20] <@roc> so next, try building gdb from source
- # [00:21] <@roc> it's not that hard
- # [00:21] <mchang> wlach: thx, have a good day
- # [00:21] <@roc> then either your bug will be fixed or we'll get a decent backtrace
- # [00:21] <botond> roc: ok. i'll give that a try
- # [00:21] <wlach> mchang: np, thanks for looking into the bug
- # [00:21] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [00:22] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [00:23] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [00:23] * Joins: drs (drs@moz-9dsrn7.sk83.bjud.7e00.2a01.IP)
- # [00:24] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/43ae4742c4c0 - Nick Alexander - Bug 1225456 - Don't launch about:accounts when MOZ_ANDROID_NATIVE_ACCOUNT_UI=1. r=vivek
- # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5e790a98e114 - Nick Alexander - Bug 1220892 - Part 1: Remove MOZ_ANDROID_NATIVE_ACCOUNTS_UI. r=mcomella
- # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d2be8686105d - Nick Alexander - Bug 1220892 - Part 2: Remove Activity sub-classes. r=mcomella
- # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/61f2a1360c6d - Nick Alexander - Bug 1220892 - Part 3: Remove Task sub-classes. r=mcomella
- # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f659e1c2d182 - Nick Alexander - Bug 1220892 - Part 4: Clean up FxAccountAbstractSetupActivity. r=mcomella
- # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/62e4fa9f1000 - Nick Alexander - Bug 1220892 - Part 5: Remove FxAccountAgeLockoutHelper. r=mcomella
- # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/675689351241 - Nick Alexander - Bug 1220892 - Part 6: Remove non-string resources. r=mcomella
- # [00:26] * lmandel is now known as lmandel_afk
- # [00:26] * Quits: espadrine (tyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [00:27] * Joins: skeuomorf (skeuomorf@moz-dj7.jr0.32.197.IP)
- # [00:30] * stephend|lab is now known as stephend
- # [00:35] * kats is now known as kats|away
- # [00:36] * mrrrgn_brb is now known as mrrrgn
- # [00:38] * KWierso is now known as KWierso|brb
- # [00:40] * maja_zf|brb is now known as maja_zf
- # [00:40] * Joins: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net)
- # [00:40] * Quits: jduell (jduell@moz-ijbuuo.wa.comcast.net) (Client exited)
- # [00:42] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
- # [00:43] * Quits: mjf (mjf@moz-r17qgu.dyn.grandenetworks.net) (Client exited)
- # [00:44] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [00:46] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [00:49] * Quits: ariasuni (ariatsuni@moz-0spsn2.p4tc.td47.0608.2a01.IP) (Quit: Konversation terminated!)
- # [00:49] * maja_zf is now known as maja_zf|afk
- # [00:50] * gaye is now known as gaye|dinner
- # [00:52] * wlach is now known as wlach|afk
- # [00:53] * Joins: jduell (jduell@moz-ijbuuo.wa.comcast.net)
- # [00:53] * Quits: kripton (kripton-moz@moz-abs5hm.net) (Ping timeout: 121 seconds)
- # [00:54] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b8f81e66d022 - Nicholas Nethercote - Bug 1229202 (part 1) - Remove some unused arguments in nsPrintEngine's functions. r=mattwoodrow.
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5f78854c2c72 - Nicholas Nethercote - Bug 1229202 (part 2) - Remove gfxQuartzSurface::GetCGContextWithClip, which is unused. r=mattwoodrow.
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/45f90e71e3fb - Nicholas Nethercote - Bug 1229202 (part 3) - Make gfxContextAutoDisableSubpixelAntialiasing take a DrawTarget instead of a gfxContext. r=mattwoodrow.
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef3fe4b33548 - Nicholas Nethercote - Bug 1229202 (part 4) - Remove an unused gfxContextAutoSaveRestore. r=mattwoodrow.
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4addc9ac90ea - Nicholas Nethercote - Bug 1229202 (part 5) - Remove an unneeded gfxContextAutoSaveRestore. r=mattwoodrow.
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f07938cebd6f - Nicholas Nethercote - Bug 1229202 (part 6) - Remove two nasty matrix reinterpret_casts. r=mattwoodrow.
- # [00:54] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3e1abfc084f0 - Nicholas Nethercote - Bug 1229202 (part 7) - Pass a DrawTarget to gfxXlibNativeRenderer::DrawDirect(). r=mattwoodrow.
- # [00:55] * Joins: marco (marco@moz-manlf9.threembb.co.uk)
- # [00:55] * Quits: jimm (jmathies@moz-sng2os.dhcp.embarqhsd.net) (Quit: )
- # [00:57] <@Jesse> dveditz: Waldo: so, add https://bugzilla.mozilla.org/show_bug.cgi?id=1229887 to the list of reasons we should reject <script src> with wrong mime type?
- # [00:58] <Waldo> heh
- # [00:58] <Waldo> point
- # [00:58] * Joins: rniwa_ (rniwa@moz-gvb.oih.114.17.IP)
- # [00:59] * Joins: kripton (kripton-moz@moz-abs5hm.net)
- # [01:01] * Quits: rniwa (rniwa@moz-jn5.6ue.202.17.IP) (Ping timeout: 121 seconds)
- # [01:01] * jlund is now known as jlund|biab
- # [01:01] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout: 121 seconds)
- # [01:01] * Quits: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP) (Connection closed)
- # [01:02] <@Jesse> (maybe the previous reasons only pointed at only enforcing it for cross-origin loads)
- # [01:03] * Quits: garethc (Adium@66.207.193.21) (Quit: Leaving.)
- # [01:04] * miketaylr is now known as zz_miketaylr
- # [01:04] <Waldo> enforcing every where is totally the absolutely obviously sane thing to do
- # [01:04] <Waldo> it's also a bit harder sell than enforcing just cross-origin, of course
- # [01:04] <Waldo> maybe in time the web could be evangelized into it
- # [01:05] * Quits: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
- # [01:06] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
- # [01:06] * Quits: marco (marco@moz-manlf9.threembb.co.uk) (Connection closed)
- # [01:07] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [01:08] * Quits: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com) (Quit: Connection closed for inactivity)
- # [01:08] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [01:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/fc6e4f666152 - Felipe Gomes - Bug 1229603 - Make most of browser/base lintable by removing non-standard syntax. r=Mossop
- # [01:09] * Joins: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl)
- # [01:09] * Quits: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [01:10] * Quits: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
- # [01:10] <@dveditz> supposedly chrome is enforcing mime type now
- # [01:11] <@dveditz> (for script)
- # [01:11] <Waldo> wow
- # [01:12] <Waldo> that's...rather surprising, actually, that they've been able to ship that
- # [01:12] <Waldo> I would have thought there were tons of things that were mistyped, still
- # [01:12] * Joins: ehugg (ehugg@moz-af4.sr5.107.128.IP)
- # [01:12] <Waldo> for the same reasons we made cross-origin CSS enforce type, but haven't done so (that I'm aware of) for same-origin
- # [01:13] * Quits: BenWa (bgirard@66.207.193.21) (Client exited)
- # [01:15] * KWierso|brb is now known as KWierso
- # [01:16] <KWierso> philor: given https://treeherder.mozilla.org/#/jobs?repo=fx-team&fromchange=3b8b9e4abbaa&filter-searchStr=e910a9216cb2352440c3aa26eaecf5d5a0ca3e1f what are the odds that removing tabview stuff shifted chunks enough to upset the performance monitoring tests?
- # [01:17] * ewong|away is now known as ewong
- # [01:18] * Quits: jduell (jduell@moz-ijbuuo.wa.comcast.net) (Client exited)
- # [01:18] * Quits: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net) (Client exited)
- # [01:20] * Quits: hunboy (hunboy@moz-59f873.pool.invitel.hu) (Connection closed)
- # [01:21] * Quits: mconley|livehacking (mconley@66.207.193.21) (Quit: NO CARRIER)
- # [01:22] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
- # [01:23] * Quits: msvb-lab (mschloh@moz-lfcga5.ggde.8eh4.0470.2001.IP) (Client exited)
- # [01:23] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Connection closed)
- # [01:23] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
- # [01:24] * Quits: Jayflux (Jayflux@moz-qkqnjr.as43234.net) (Quit: Leaving)
- # [01:25] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (A TLS packet with unexpected length was received.)
- # [01:25] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
- # [01:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a78f8444400c - Drew Willcoxon - Bug 1226629 - Increment "urlbar" BrowserUITelemetry/FHR for all searchengine results clicked in the urlbar. r=mak
- # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6dae0b0bdb8c - Kit Cambridge - Bug 1159641, Part 1 - Skip the permission check in `pushManager.getSubscription()`. r=mt a=ritu
- # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3b528ca2a11a - Kit Cambridge - Bug 1159641, Part 2 - Use tasks in the Push permissions test. r=mt a=ritu
- # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3f7cc875e92e - dimi - Bug 1207068 - Implement ExtendableMessageEvent interface. r=baku a=ritu
- # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4e62acda19b7 - Jamie Nicol - Bug 1223479 - Fix displayport size calculation on fennec. r=kats a=ritu
- # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/971d0fc7eef6 - Eric Rahm - Bug 1223927 - Add resident-unique measurement to OS X. r=njn a=ritu
- # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4936d1c5c1df - Eric Rahm - Bug 1224685 - Add |resident-unique| measurement to Windows. r=njn a=ritu
- # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0fdfba81ce8c - philipp - Bug 1222819 - Add Orbit Downloader .dlls to Windows blocklist. r=aklotz a=lizzard
- # [01:27] * AutomatedTester|AFK is now known as AutomatedTester
- # [01:28] * Quits: h4writer (h4writer@moz-7hl95d.6k93.qujl.1812.2a02.IP) (Ping timeout: 121 seconds)
- # [01:28] * Quits: mhowell (Matt_Howell@moz-09a.i8g.126.207.IP) (Quit: http://pidgin.renatosilva.me - Pidgin++)
- # [01:28] * Joins: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP)
- # [01:28] * Joins: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com)
- # [01:30] * Quits: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP) (Ping timeout: 121 seconds)
- # [01:30] * Quits: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP) (Connection closed)
- # [01:36] * Quits: &dbaron (dbaron@moz-ke4nqk.rgd2.9kg1.0101.2620.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [01:36] * Joins: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu)
- # [01:36] * Matti_away is now known as Matti
- # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b7632a320e0b - Gijs Kruitbosch - Bug 1217586 and bug 12227116 - fix modifier click / enter on SVG links by passing node principal, r=felipe a=ritu
- # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3f3715d4f448 - Andrea Marchesini - Bug 1214624 - tabBrowser should remove the audio icon when location changes, r=jaws, r=mak77 a=ritu
- # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7eb32432b337 - Georg Fritzsche - Bug 1219733 - Allow a 'bug_numbers' field in Histograms.json entries. r=vladan a=ritu
- # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0fec17c6d310 - Hector Zhao - Bug 1227428 - Update partner section with correct information once available. r=gfritzsche a=ritu
- # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/04c3f8a3a7be - Michael Comella - Bug 1215079 - Inherit from built-in styles on GB. r=margaret a=ritu
- # [01:36] * Joins: dbaron (dbaron@moz-rrrui8.2rkg.9kg1.0101.2620.IP)
- # [01:36] * killer sets mode: +ao dbaron dbaron
- # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7aad7dee8515 - Michael Comella - Bug 1215079 - Don't open ExternalIntent... on GB. r=margaret a=ritu
- # [01:37] * AutomatedTester is now known as AutomatedTester|AFK
- # [01:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d9fd7783ba30 - Matthew Noorenberghe - Bug 1229168 - UITour: Use the correct window in initForBrowser to handle windows with no tabs. r=Dexter
- # [01:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/30f9c10a9e5b - Matthew Noorenberghe - Bug 1216986 - Fix usage of nsIURI.host in password manager and prompt code to support IPv6. r=dolske,liuche,kanru
- # [01:42] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [01:42] * bc is now known as bc|bbl
- # [01:43] * chmanchester is now known as chmanchester|afk
- # [01:43] * sfink is now known as sfink|afk
- # [01:43] * Quits: Michelle-SV-QA (Michelle-SV@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
- # [01:45] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
- # [01:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/2ae27780d1b5 - Hector Zhao - Bug 1227428 - Update partner section with correct information once available. r=gfritzsche a=ritu,lizzard
- # [01:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/f3d7228fd7c7 - philipp - Bug 1222819 - Add Orbit Downloader .dlls to Windows blocklist. r=aklotz a=lizzard
- # [01:47] * Quits: givanica (Thunderbird@moz-a1u.lvm.120.86.IP) (Client exited)
- # [01:47] * Matti is now known as Matti_away
- # [01:47] * Quits: sfink|afk (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
- # [01:48] <rillian> kinetik: haha. so I can't wrap the mp4parse_get_track_info() calls in a thread because TrackInfo isn't Send, and Send is unsafe so I can't derive it.
- # [01:49] <rillian> any idea why it's not Send?
- # [01:49] <rillian> oh, because it's a *mut, not an &mut
- # [01:51] <kinetik> rillian: ah, easy fix
- # [01:51] <philor> KWierso: first thing I do when I want to know that is open a full log from my supposedly-green push, and search for something like addonwa... not found or perfmo... not found
- # [01:52] <rillian> kinetik: lets us drop the (*info) everywhere too
- # [01:52] <kinetik> rillian: yep
- # [01:53] <rillian> easy enough to write bad code in rust :)
- # [01:53] * Joins: givanica (Thunderbird@moz-a1u.lvm.120.86.IP)
- # [01:53] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Quit: quit)
- # [01:53] <kinetik> rillian: what'
- # [01:53] <kinetik> rillian: what's bad about it?
- # [01:53] <rillian> kinetik: I can't figure out what to do about error: cannot move `context` into closure because it is borrowed
- # [01:54] <rillian> kinetik: it crashes? :)
- # [01:54] * Joins: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com)
- # [01:54] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [01:54] <rillian> argument for limiting the scope of unsafe blocks, I think.
- # [01:56] <kinetik> rillian: should be the same way context is passed in read
- # [01:56] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [01:56] * Quits: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP) (Quit: Leaving)
- # [01:57] * Matti_away is now known as Matti
- # [01:57] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
- # [01:57] * Joins: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP)
- # [01:59] <rillian> kinetik: I think it can't figure out that both track and context can outlive the thread closure
- # [01:59] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [02:00] * Quits: givanica (Thunderbird@moz-a1u.lvm.120.86.IP) (Client exited)
- # [02:00] <KWierso> philor: moved from bc5, apparently
- # [02:01] <KWierso> where it was already failing
- # [02:01] <KWierso> neat
- # [02:04] * Quits: @roc (chatzilla@moz-qo4qe1.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [02:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/19dce9ab4d97 - Franziskus Kiefer - Bug 1187357 - rename referrer policy attribute in frontend code. r=Gijs
- # [02:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0dbac1acaca7 - Franziskus Kiefer - Bug 1187357 - tests for referrer policy attribute in frontend code. r=Gijs
- # [02:04] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [02:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f7ee42669b87 - David Anderson - Add page scroll support for APZ wheel events. (bug 1228028, r=kats)
- # [02:07] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [02:08] * Quits: mixedpuppy (mixedpuppy@moz-qrj.ik4.143.72.IP) (Ping timeout: 121 seconds)
- # [02:08] * Joins: sfink|afk (chatzilla@moz-qqs5af.2rch.42mb.030a.2602.IP)
- # [02:09] * sfink|afk is now known as sfink
- # [02:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d873179a7da0 - Bobby Holley - Bug 1228950 - Disallow scheme sets on nsHostObjectURI. r=bz
- # [02:10] * Joins: mixedpuppy (mixedpuppy@moz-5hh.v07.114.24.IP)
- # [02:10] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [02:12] * Quits: adusca|afk (uid71833@moz-q4bg9b.kkpo.i718.8300.2604.IP) (Quit: Connection closed for inactivity)
- # [02:13] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [02:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2d2e18281982 - Xidorn Quan - Bug 1228182 - Use division directly for generating double in XorShift128PlusRNG. r=Waldo
- # [02:18] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [02:21] * Quits: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [02:22] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
- # [02:23] * Quits: gportioli (gportioli@moz-m6thb2.dyn.plus.net) (Quit: Leaving)
- # [02:23] <rillian> KWierso: trying again with the rust parser.
- # [02:23] * KWierso is now known as KWierso|afk
- # [02:23] <rillian> I have to go, so back us out if this doesn't work.
- # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3af84d7471c8 - Ralph Giles - Bug 1229615 - Don't reject files without edit lists. r=kinetik
- # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d036b1daeb0b - Matthew Gregan - Bug 1229615 - Compare track counts between rust and stagefright. r=rillian
- # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7f1d2251afd6 - Ralph Giles - Bug 1229615 - Conditionalize mp4parse.h export. r=kinetik
- # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/822004606576 - Ralph Giles - Bug 1229615 - Catch panics in mp4parse_get_track_info. r=kinetik
- # [02:24] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [02:27] * KWierso|afk is now known as KWierso
- # [02:27] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [02:27] * KWierso is now known as KWierso|afk
- # [02:29] * Matti is now known as Matti_away
- # [02:30] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [02:31] * Quits: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
- # [02:32] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [02:32] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
- # [02:33] * Quits: secretrobotron_ (secretrobot@moz-537kp5.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
- # [02:34] * Quits: ntim (uid105247@moz-trecfa.tooting.irccloud.com) (Quit: Connection closed for inactivity)
- # [02:36] * Quits: bgrins (bgrins@moz-9jrsia.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [02:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c72962b1f5fb - Ehsan Akhgari - Bug 1222464 - Part 1: Save a client ID for top-level navigations on the docshell and assign it as the document ID when we start loading the document; r=jdm
- # [02:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/45f2e8cc696a - Ehsan Akhgari - Bug 1222464 - Part 2: Implement FetchEvent.clientId; r=jdm
- # [02:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2d93d213d982 - Ehsan Akhgari - Bug 1222464 - Part 3: Implement Clients.get(); r=jdm
- # [02:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e8cc99a3321c - Ehsan Akhgari - Bug 1229056 - Implement ClientQueryOptions.includeUncontrolled; r=jdm
- # [02:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c829a47db369 - Jean-Yves Avenard - Bug 1229657: [MSE] Returns NotSupportedError if mimetype is invalid or not supported. r=gerald
- # [02:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1148f6a8b576 - Jean-Yves Avenard - Bug 1229256: P1. Only check readyState update upon buffered range completion. r=jwwang
- # [02:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/be3eab5c43f0 - Jean-Yves Avenard - Bug 1229256: P2. Use buffered range to determine next frame availability. r=jwwang
- # [02:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b493cde48ac0 - Jean-Yves Avenard - Bug 1229256: [MSE] P3. Prevent crash should buffered range be read while shutting down. r=gerald
- # [02:44] * jlund|biab is now known as jlund
- # [02:44] * bz_away is now known as bz
- # [02:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b54cce972f8c - Kris Maglione - Bug 1193837: Part 1 - Cache the last known inner window ID of remote browsers in parent process. r=billm
- # [02:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/efe43efb067a - Kris Maglione - Bug 1193837: Part 2 - [webext] Enforce host matching and load URI restrictions on tabs.executeScript and insertCSS. r=billm
- # [02:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/72b3671ac8ef - Kris Maglione - Bug 1190688: Part 1 - [webext] Implement the activeTab permission. r=billm
- # [02:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/89e666316ea0 - Kris Maglione - Bug 1190688: Part 2 - [webext] Add tests for executeScript permission checks. r=billm
- # [02:44] * Quits: aleth (instantb@moz-enf.f6q.51.151.IP) (Ping timeout: 121 seconds)
- # [02:48] * Quits: mchang (mchang@moz-94gnti.res.rr.com) (Client exited)
- # [02:50] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
- # [02:50] * Joins: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it)
- # [02:53] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [02:55] * khuey is now known as khuey|away
- # [02:56] * Joins: m_kato (m_kato@moz-9rv9tl.dh-connect.net)
- # [02:57] * Quits: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
- # [02:57] * Quits: Sxean (Sxean@moz-rd7.51j.125.50.IP) (Quit: Leaving)
- # [02:57] * Quits: billm (billm@moz-fi1ph4.mh2d.1ibb.0101.2620.IP) (Quit: Leaving)
- # [03:01] * Quits: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
- # [03:08] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [03:09] * Joins: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net)
- # [03:10] * Quits: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
- # [03:11] * Quits: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net) (Connection closed)
- # [03:13] * Quits: &dbaron (dbaron@moz-rrrui8.2rkg.9kg1.0101.2620.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [03:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e06fcdf26f13 - Ehsan Akhgari - Use nsContentUtils::GenerateUUIDInPlace() in nsIDocument::GenerateDocumentId(), no bug
- # [03:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9bc366f327ab - Jeff Walden - Bug 1226188 - Define the DEFINED_ON_DISPATCH_RESULT macro such that it can be called with no arguments as well as with one argument. r=nbp
- # [03:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/945a33faaac9 - Jeff Walden - Bug 1227677 - Minor renaming. r=shu
- # [03:20] * Quits: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
- # [03:21] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [03:24] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [03:24] * bc|bbl is now known as bc
- # [03:25] * Quits: spohl (Adium@moz-gm9.vpi.61.108.IP) (Ping timeout: 121 seconds)
- # [03:26] * Joins: andym (andym@moz-ru37h4.rd64.73qp.f0d0.2607.IP)
- # [03:26] <andym> is there a good channel to ask dumb mercurial and reviewboard questions?
- # [03:27] <kitcambridge> andym: I've had luck with #hg and #mozreview; not sure if there are others.
- # [03:27] <andym> thanks
- # [03:28] <kitcambridge> np
- # [03:30] * stephend is now known as stephend|dinner
- # [03:31] * glob|away is now known as glob
- # [03:32] * sheppy is now known as sheppy-offline
- # [03:32] * Joins: elin (elin@moz-2cju8q.dynamic.hinet.net)
- # [03:35] * hwine is now known as hwine-food
- # [03:36] <RyanVM> andym: #vcs is another option
- # [03:38] * lmandel_afk is now known as lmandel
- # [03:39] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
- # [03:41] * Joins: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net)
- # [03:43] * Quits: sfink (chatzilla@moz-qqs5af.2rch.42mb.030a.2602.IP) (Ping timeout: 121 seconds)
- # [03:44] * Joins: gandalf (zbraniecki@moz-c4ggi7.co.comcast.net)
- # [03:46] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [03:49] * Joins: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net)
- # [03:49] * Quits: bdahl (bdahl@moz-br0dmh.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
- # [03:49] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [03:55] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
- # [03:56] <@njn> RyanVM: did MozillaBuild-2.1 add support for Unix-style job control? e.g. ctrl-Z and |fg| ?
- # [03:56] <RyanVM> it was a very minor update from 2.0
- # [03:56] <RyanVM> so if 2.0 doesn't, probably not
- # [03:57] <@njn> RyanVM: weird... it's working now but I'm sure it didn't used ot
- # [03:57] <@njn> *to
- # [03:59] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
- # [03:59] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Ping timeout: 121 seconds)
- # [03:59] * Quits: azakai (alon@moz-6r9bde.ujol.1ibb.0101.2620.IP) (Quit: Ex-Chat)
- # [04:00] <philor> what does USE_WIDGET_LAYERS in a reftest run actually mean?
- # [04:01] <@njn> philor: https://dxr.mozilla.org/mozilla-central/source/dom/interfaces/canvas/nsIDOMCanvasRenderingContext2D.idl#26-30
- # [04:02] <@njn> philor: don't ask me anything beyond that; that's all I know
- # [04:05] <mattwoodrow> philor: It means take the reftest snapshot using the exact same rendering pipeline as is being used for drawing to the screen (i.e. just do a readback of what we drew to the screen). The alternative is setup a temporary one (always software backed) and redraw things directly into the reftest harness’ canvas
- # [04:06] <philor> mattwoodrow: I was hoping for "hardware acceleration is enabled" or "the resolution is higher than some value"
- # [04:06] <mattwoodrow> philor: Sorry! It should always be specified for reftests run by automation
- # [04:07] <philor> http://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-macosx64-debug/1449096202/mozilla-inbound_yosemite_r7-debug_test-reftest-bm106-tests1-macosx-build158.txt.gz and search for window size = 800,928 and it isn't
- # [04:08] <philor> I generally eventually win by just filing on the bad hardware saying "running at a too-small resolution", just wondered if I could be saying something more useful
- # [04:09] <mattwoodrow> philor: Oh right, sorry, I misread your last comment. The resolution indeed needs to be 800x1000 or bigger for it to be specified
- # [04:10] <mattwoodrow> reftests are 800x1000, if we can’t fit that on the screen, then we can’t do readback
- # [04:11] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
- # [04:11] <philor> right, just found another of its jobs, it's 1280x1024, minus the Dock that's less than 1000, so the WARNING: USE_WIDGET_LAYERS disabled failure is just saying the same thing I always did, too-small, cool, thanks!
- # [04:17] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [04:19] <philor> now if only a little more of this unstarred was from bad hardware rather than a bad merge of bustage
- # [04:19] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [04:24] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
- # [04:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/10a9cf7c54fa - Jared Wein - Bug 1227711 - Add a box-shadow to the XUL alerts. ui-r=shorlander r=MattN
- # [04:25] <jesup> ircop needed (to deal with 'meal')
- # [04:26] <nthomas> #moc is working on it
- # [04:27] * mattwoodrow is now known as mattwoodrow|away
- # [04:28] * Quits: elin (elin@moz-2cju8q.dynamic.hinet.net) (A TLS packet with unexpected length was received.)
- # [04:30] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
- # [04:30] * pkerr|pto is now known as pkerr
- # [04:30] * Joins: evanxd (Adium@moz-2cju8q.dynamic.hinet.net)
- # [04:31] * Quits: mixedpuppy (mixedpuppy@moz-5hh.v07.114.24.IP) (A TLS packet with unexpected length was received.)
- # [04:31] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Ping timeout: 121 seconds)
- # [04:32] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9f6b527b5e13 - Gerald Squelart - Bug 1224363 - Added vp8/ivf test case - r=rillian
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f0cc92be4cd8 - Gerald Squelart - Bug 1224363 - Clamp seg_lvl also in abs-value mode - r=rillian
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fcca1d97bd32 - Gerald Squelart - Bug 1224363 - Upstream update patch - r=rillian
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/06c9e401ee3c - Gerald Squelart - Bug 1224369 - p1: Test cases given as list - r=rillian
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6b7901d50318 - Gerald Squelart - Bug 1224369 - p2: Added vp8/ivf test case - r=rillian
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ea96a37f1a43 - Gerald Squelart - Bug 1224361 - Added vp8/ivf test case - r=rillian
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ca27c3da032 - Gerald Squelart - Bug 1224361 - Clamp QIndex also in abs-value mode - r=rillian
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/429cd1f9006d - Gerald Squelart - Bug 1224361 - Upstream update patch - r=rillian
- # [04:33] * Quits: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [04:35] * Joins: elin (elin@moz-2cju8q.dynamic.hinet.net)
- # [04:36] * Quits: m_kato (m_kato@moz-9rv9tl.dh-connect.net) (Ping timeout: 121 seconds)
- # [04:37] * Quits: RyanVM (Thunderbird@moz-gb8lmh.fios.verizon.net) (Client exited)
- # [04:37] * nthomas is now known as nthomas|away
- # [04:37] * Quits: abr (anonymous@moz-u3pnp5.dllstx.sbcglobal.net) (Ping timeout: 121 seconds)
- # [04:38] * Quits: chewey (chewey@moz-qlr8h4.dip0.t-ipconnect.de) (NickServ (RECOVER command used by chewey_))
- # [04:38] * Joins: chewey (chewey@moz-jej.svf.227.79.IP)
- # [04:39] * Joins: Shrooms (Shrooms@moz-qfc1gs.ip.windstream.net)
- # [04:44] * Joins: LilyLappy (Cupcake@moz-h1eera.customer.tdc.net)
- # [04:45] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
- # [04:49] * Quits: ehugg (ehugg@moz-af4.sr5.107.128.IP) (Ping timeout: 121 seconds)
- # [04:49] * Joins: Jerry_Mac (hshih@moz-nfhdit.miamfl.sbcglobal.net)
- # [04:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5840fb64568 - Luke Wagner - Bug 1229642 - Odin: hoist some things into Wasm.h and simplify symbolic addresses (r=bbouvier)
- # [04:50] * Quits: Jerry_Mac (hshih@moz-nfhdit.miamfl.sbcglobal.net) (Connection closed)
- # [04:51] * Quits: skeuomorf (skeuomorf@moz-dj7.jr0.32.197.IP) (Ping timeout: 121 seconds)
- # [04:56] * jlund is now known as jlund|away
- # [04:57] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
- # [04:58] <nigelb> morning
- # [04:58] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
- # [04:59] * Quits: gandalf (zbraniecki@moz-c4ggi7.co.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [05:00] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
- # [05:00] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [05:00] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
- # [05:00] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [05:01] * Quits: jgilbert (Jeff@moz-cbk6ha.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [05:02] * Joins: m_kato (m_kato@moz-9rv9tl.dh-connect.net)
- # [05:03] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Ping timeout: 121 seconds)
- # [05:06] * glob is now known as glob|away
- # [05:11] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
- # [05:19] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [05:20] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
- # [05:20] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [05:21] * Quits: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
- # [05:23] * Quits: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu) (Ping timeout: 121 seconds)
- # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a23147905fb3 - Bill McCloskey - Bug 1208257 - [webext] Add basic schema support (r=kmag)
- # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/53004d642d8d - Bill McCloskey - Bug 1208257 - [webext] Extension.jsm support for schemas (r=kmag)
- # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a1c13811fea4 - Bill McCloskey - Bug 1208257 - [webext] web_request.json (r=kmag)
- # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5af1998a1366 - Bill McCloskey - Bug 1208257 - [webext] WebNavigation test (r=kmag)
- # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/256b993d4ffc - Bill McCloskey - Bug 1208257 - [webext] web_navigation.json (r=kmag)
- # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b0110c958530 - Bill McCloskey - Bug 1208257 - [webext] windows.json (r=kmag)
- # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c074d2c82fd1 - Bill McCloskey - Bug 1208257 - [webext] tabs.json (r=kmag)
- # [05:28] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [05:29] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
- # [05:31] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
- # [05:32] * Joins: bgrins (bgrins@moz-r11039.5rnr.mii9.0647.2601.IP)
- # [05:35] * Quits: bgrins (bgrins@moz-r11039.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
- # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5ae16d95a90 - Mike Hommey - Bug 1229279 - Add a specialized HierarchicalStringList class for ContextDerivedValue types. r=gps
- # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/03b626d4e9a2 - Mike Hommey - Bug 1229279 - Use mozbuild.context.Path for FINAL_TARGET{_PP}_FILES. r=gps
- # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/249b4d65a351 - Mike Hommey - Bug 1229341 - Remove .source flag on BRANDING_FILES. r=gps
- # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/917c97129ea8 - Mike Hommey - Bug 1229341 - Remove HierarchicalStringListWithFlagsFactory. r=gps
- # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93f0e6c2b2fd - Mike Hommey - Bug 1229613 - Properly disable sccache on PGO builds. r=mshal
- # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/227d365adddb - Mike Hommey - Bug 1229623 - Remove compilation/database.py from mach_bootstrap.py. r=mshal
- # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/192af52d4406 - Mike Hommey - Bug 1228558 - Explicitly install gdk-pixbuf2-devel for both i686 and x86_64 in centos6 docker image. r=dustin
- # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c9fd9b2efbb - Dustin J. Mitchell - Bug 1228558: update to taskcluster-vcs@2.3.18 since it works; r=jonasfj
- # [05:37] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
- # [05:37] * glob|away is now known as glob
- # [05:43] <nigelb> heh, glandium's big checkins always make me nervous ^_^
- # [05:43] * Joins: jlongster (user@moz-fjlt9d.fios.verizon.net)
- # [05:45] <glandium> nigelb: come on, I only landed 61 patches in the past three days
- # [05:45] * Joins: gandalf (zbraniecki@moz-c4ggi7.co.comcast.net)
- # [05:46] <glandium> well, 59 if you don't count a mistaken backout and the following relanding
- # [05:46] <nigelb> lol
- # [05:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/65b735be598f - Phil Ringnalda - Backed out 7 changesets (bug 1209967) for making Android Talos hang
- # [05:47] <nigelb> I hope we didn't merge ^ around.
- # [05:47] * Quits: tnikkel (uid128376@moz-2ua0e7.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
- # [05:47] <nigelb> Oh, that's from today
- # [05:48] * Joins: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com)
- # [05:51] * bz is now known as bz_sleep
- # [05:52] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [05:53] * Joins: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net)
- # [05:58] * Joins: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com)
- # [05:59] * Quits: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com) (Quit: )
- # [06:02] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
- # [06:04] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
- # [06:07] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [06:12] * Joins: tnikkel (uid128376@moz-2ua0e7.brockwell.irccloud.com)
- # [06:12] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
- # [06:12] * Quits: gandalf (zbraniecki@moz-c4ggi7.co.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [06:14] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
- # [06:19] * Joins: yshlin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [06:21] * Quits: elin (elin@moz-2cju8q.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [06:21] * yshlin is now known as elin
- # [06:23] * Quits: rniwa_ (rniwa@moz-gvb.oih.114.17.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [06:24] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [06:26] * Joins: Waldo (waldo@moz-h28sem.sntcca.sbcglobal.net)
- # [06:33] * Quits: jlongster (user@moz-fjlt9d.fios.verizon.net) (Ping timeout: 121 seconds)
- # [06:38] * Joins: roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net)
- # [06:38] * killer sets mode: +o roc
- # [06:41] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [06:41] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
- # [06:42] <nigelb> philor: are you backing out billm?
- # [06:44] <philor> nigelb: can if you want, given that it's such a total shit platform I was letting the failure ripen
- # [06:44] <philor> interesting that crashtest isn't broken, dunno how you would do that
- # [06:45] * glob is now known as glob|away
- # [06:47] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
- # [06:47] * Joins: jlongster (user@moz-fjlt9d.fios.verizon.net)
- # [06:48] * yzen is now known as yzen_
- # [06:48] * Quits: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com) (Quit: Connection closed for inactivity)
- # [06:51] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
- # [06:51] * Quits: jlongster (user@moz-fjlt9d.fios.verizon.net) (Ping timeout: 121 seconds)
- # [06:52] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
- # [06:57] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
- # [07:02] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
- # [07:04] <nigelb> philor: I'm happy for it to ripen :D
- # [07:04] * Joins: dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com)
- # [07:04] * killer sets mode: +ao dbaron dbaron
- # [07:08] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
- # [07:12] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
- # [07:17] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [07:18] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
- # [07:18] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
- # [07:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc87f6186253 - Phil Ringnalda - Backed out 7 changesets (bug 1208257) for b2g emulator mochitest and reftest and b2g desktop Gu startup hangs
- # [07:22] * Joins: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP)
- # [07:23] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
- # [07:25] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
- # [07:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8af1d3533a71 - Sotaro Ikeda - Bug 1229262 - Fix nsScreenGonk's thread safety r=mwu
- # [07:30] * Quits: @njn (chatzilla@moz-idmplm.iinet.net.au) (Quit: ChatZilla 0.9.92 [Firefox 45.0a1/20151122135825])
- # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dccb1af2b609 - Nicholas Nethercote - Bug 1229237 (part 1) - Make nsIWidget::{Create,CreateChildren}() take a LayoutDeviceIntRect. r=botond.
- # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/81cb37b5d061 - Nicholas Nethercote - Bug 1229237 (part 2) - Make nsIWidget::DrawWindowUnderlay() take a LayoutDeviceIntRect. r=botond.
- # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e091d14c936c - Nicholas Nethercote - Bug 1229237 (part 3) - Make nsIWidget::Invalidate() take a LayoutDeviceIntRect. r=botond.
- # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/de467557ee9e - Nicholas Nethercote - Bug 1229237 (part 4) - Make ThemeGeometry::mRect a LayoutDeviceIntRect. r=botond.
- # [07:33] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
- # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d1167d19ab51 - Nicholas Nethercote - Bug 1229237 (part 5) - Make Update{Opaque,WindowDragging}Region() take a LayoutDeviceIntRegion. r=botond.
- # [07:33] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
- # [07:34] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
- # [07:35] * Quits: mastizada (Thunderbird@moz-mek.63k.2.46.IP) (Ping timeout: 121 seconds)
- # [07:35] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
- # [07:36] * glob|away is now known as glob
- # [07:37] * Quits: karlt (karl@moz-usst77.nn3i.kiip.e780.2400.IP) (Ping timeout: 121 seconds)
- # [07:39] * Joins: florent (Thunderbird@moz-99nij7.abo.wanadoo.fr)
- # [07:46] <philor> glandium: is that pgo failure yours?
- # [07:47] <philor> is that pgo failure using sccache after it was supposed to stop yours?
- # [07:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a398dd6f5f3 - Mike Connor - bug 1229667 - ship a hidden search plugin for Yahoo Canada, r=florian
- # [07:47] * Joins: masayuki (Thunderbird@moz-fnk8p7.zaq.ne.jp)
- # [07:47] <glandium> philor: pgo-needs-clobber
- # [07:48] <glandium> it got sccache from config.cache, but it was (properly) not passed through configure options
- # [07:48] * Joins: avaida (Instantbird@moz-662.esi.231.62.IP)
- # [07:49] * philor looks forward to seeing how smoothly we handle the mergearound
- # [07:49] * Quits: masayuki (Thunderbird@moz-fnk8p7.zaq.ne.jp) (Client exited)
- # [07:49] * Joins: masayuki (Thunderbird@moz-fnk8p7.zaq.ne.jp)
- # [07:49] <philor> huh, though since we seem to have gone back to prophylactic and senseless clobbers of everything, perhaps we'll cope quite well
- # [07:50] <&dbaron> pgoing pgoing pgone?
- # [07:51] <philor> no, it'll be with us for quite a while, now, since I assume the accidental sccache was the reason the build time dropped so much
- # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d3d7337cf3f0 - Botond Ballo - Bug 1069417 - Generalize Matrix4x4 into Matrix4x4Typed<SourceUnits, TargetUnits>. r=Bas
- # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/998b13d6e17f - Botond Ballo - Bug 1069417 - Add typedefs for commonly used typed matrices. r=kats
- # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a8d8fc095ebc - Botond Ballo - Bug 1069471 - Add a ViewAs() overload for matrices. r=kats
- # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bad076546d10 - Botond Ballo - Bug 1069417 - Modify TransformTo() and related functions to use typed matrices. r=kats
- # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1995fa8bbf43 - Botond Ballo - Bug 1069417 - Remove the explicit template argument of TransformTo() and related functions. r=kats
- # [07:53] * stephend|dinner is now known as stephend|out
- # [07:53] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [07:54] * Quits: bholley (bholley@moz-mehar5.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [07:55] * Quits: Mathnerd314 (quassel@moz-so8.r2v.53.206.IP) (Ping timeout: 121 seconds)
- # [07:56] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [07:56] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [07:57] * Joins: botond|home (chatzilla@moz-n917vf.cpe.pppoe.ca)
- # [07:58] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [08:00] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
- # [08:00] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
- # [08:01] <philor> I should go to sleep before mconnor's inevitable bustage hits the fan
- # [08:05] <alfredo> nigelb: hi
- # [08:05] <glandium> philor: why inevitable bustage?
- # [08:05] * Joins: dragana (Instantbird@moz-4hpr60.fbx.proxad.net)
- # [08:06] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [08:11] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (A TLS packet with unexpected length was received.)
- # [08:11] <nigelb> alfredo: hi
- # [08:11] <nigelb> aaand there's bustage.
- # [08:12] <nigelb> botond|home: ping
- # [08:12] <nigelb> botond: ping
- # [08:14] <Tomcat|Afk> good morning
- # [08:14] * Tomcat|Afk is now known as Tomcat
- # [08:14] <nigelb> morning Tomcat
- # [08:14] * nigelb is now known as nigelb|sheriffduty
- # [08:14] <botond|home> oh crap what have i done
- # [08:14] <nigelb|sheriffduty> botond|home: bustage left, right, and center :D
- # [08:14] <botond|home> ah rebase error
- # [08:14] <botond|home> fixing
- # [08:15] <nigelb|sheriffduty> :)
- # [08:15] <nigelb|sheriffduty> botond|home: add CLOSED TREE to your commit message
- # [08:15] <alfredo> nigelb: I think bug 1224887 is mistaken backed out due to bug 1228339. And then Tomcat corrects that but pushed an empty patch.
- # [08:15] <botond|home> nigelb|sheriffduty: will do, and my apologies
- # [08:16] * Quits: dragana (Instantbird@moz-4hpr60.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [08:16] <nigelb|sheriffduty> alfredo: I corrected your push
- # [08:16] <nigelb|sheriffduty> but it failed again.
- # [08:16] * Quits: micahg (micahg@moz-sq8kti.cable.rcn.com) (Ping timeout: 121 seconds)
- # [08:16] <nigelb|sheriffduty> I can link you to the right failure if you'd like
- # [08:17] <nigelb|sheriffduty> it only failed on emulator eventually.
- # [08:17] <alfredo> emulator ics?
- # [08:17] <nigelb|sheriffduty> yep
- # [08:17] <nigelb|sheriffduty> which did come from your push
- # [08:17] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
- # [08:18] <alfredo> ok, I check that again, thanks.
- # [08:19] <nigelb|sheriffduty> alfredo: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&tochange=41425417fedf
- # [08:19] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
- # [08:19] <nigelb|sheriffduty> look at the commit below
- # [08:19] <nigelb|sheriffduty> that's when your changes were in and other bustages were out.
- # [08:20] <nigelb|sheriffduty> https://treeherder.mozilla.org/logviewer.html#?job_id=18136991&repo=mozilla-inbound
- # [08:20] <nigelb|sheriffduty> that's the failure.
- # [08:24] <botond|home> oh why does hg hate me\
- # [08:25] <botond|home> giving me "push includes unstable changeset" when i'm pushing just one head with my fix
- # [08:28] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [08:28] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
- # [08:28] * nigelb|sheriffduty is not the hg expert
- # [08:29] * Joins: dragana (Instantbird@moz-4hpr60.fbx.proxad.net)
- # [08:29] <botond|home> nigelb|sheriffduty: i have a trivial fix (https://pastebin.mozilla.org/8853694) but hg is not cooperating with me. any chance you could push it for me?
- # [08:30] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
- # [08:30] * Joins: till (till@moz-lav95v.adsl.alicedsl.de)
- # [08:30] <nigelb|sheriffduty> sure :)
- # [08:31] <botond|home> nigelb|sheriffduty: thanks!
- # [08:31] * botond|home , meanwhile, re-clones inbound. that tends to make these errors go away
- # [08:31] <nigelb|sheriffduty> argh, I hate it when you have to do it.
- # [08:32] <nigelb|sheriffduty> botond|home: fails to apply
- # [08:32] <nigelb|sheriffduty> that's probably why you couldn't push :)
- # [08:33] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [08:33] <botond|home> nigelb|sheriffduty: that's strange... the parent is 1995fa8bbf43, which is current head of inbound...
- # [08:33] <botond|home> nigelb|sheriffduty: what error do you get?
- # [08:34] <nigelb|sheriffduty> botond|home: https://pastebin.mozilla.org/8853695
- # [08:34] <nigelb|sheriffduty> that's the rej file.
- # [08:35] <nigelb|sheriffduty> that looks weird
- # [08:35] <botond|home> nigelb|sheriffduty: what does "hg summary" say in the repo you're applying it to?
- # [08:36] <nigelb|sheriffduty> botond|home: actually, ignore me.
- # [08:36] <nigelb|sheriffduty> this could just be me being an idiot
- # [08:36] <nigelb|sheriffduty> let me confirm that theory
- # [08:37] <nigelb|sheriffduty> botond|home: hg summary is not the most useful in a unified repo
- # [08:37] <nigelb|sheriffduty> `hg log -r .` does show your commit
- # [08:38] <botond|home> nigelb|sheriffduty: what i wanted to confirm was, that you were trying to apply it to the head of m-i, which is commit 1995fa8bbf43
- # [08:38] <nigelb|sheriffduty> yes I am.
- # [08:39] * Quits: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com) (Quit: Connection closed for inactivity)
- # [08:39] <botond|home> nigelb|sheriffduty: very strange. my clean inbound pull will finish in 2 mins, i'll re-try with that
- # [08:40] <nigelb|sheriffduty> botond|home: I got it.
- # [08:40] <nigelb|sheriffduty> It *was* me being an idiot.
- # [08:41] <nigelb|sheriffduty> I decided to be lazy and download the file from pastebin.
- # [08:41] <nigelb|sheriffduty> boom - windows line endings.
- # [08:41] <botond|home> nigelb|sheriffduty: ahh
- # [08:41] <nigelb|sheriffduty> the rej being exactly equal to the diff with only the ^M characters clued me in.
- # [08:41] <nigelb|sheriffduty> sorry about that.
- # [08:42] <botond|home> nigelb|sheriffduty: no worries. thanks for pushing it!
- # [08:43] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [08:44] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
- # [08:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cd2a99c12ed3 - Mark Banner - Bug 1228999 - Undo css workaround in Loop's system-addon that was necessary as AUTHOR_SHEETS were previously not working correctly. r=mikedeboer
- # [08:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c0f3de2d37b4 - Botond Ballo - Bug 1069417 - Fix an error introduced when rebasing across bug 1021845 to reopen a CLOSED TREE. r=bustage
- # [08:45] <nigelb|sheriffduty> there we go
- # [08:46] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [08:46] <Tomcat> seth: ping
- # [08:47] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
- # [08:50] * Joins: Ms2ger (Ms2ger@moz-43c5d6.access.telenet.be)
- # [08:51] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [08:52] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [08:52] * Joins: rego (rego@moz-rhhdf1.dynamic.reverse-mundo-r.com)
- # [08:53] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [08:54] * Quits: dragana (Instantbird@moz-4hpr60.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [08:54] * Joins: Paul|2 (paul.oiegas@moz-662.esi.231.62.IP)
- # [08:54] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
- # [08:55] * Joins: karlt (karl@moz-39b.hfb.58.122.IP)
- # [08:55] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [08:56] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
- # [08:56] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
- # [08:58] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
- # [08:58] * whimboo|afk is now known as whimboo
- # [08:59] * Quits: LilyLappy (Cupcake@moz-h1eera.customer.tdc.net) (Ping timeout: 121 seconds)
- # [08:59] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [09:00] * Joins: mastizada (Thunderbird@moz-70k.svh.9.161.IP)
- # [09:04] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [09:05] * Joins: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com)
- # [09:07] * glob is now known as glob|away
- # [09:07] * Joins: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP)
- # [09:09] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [09:10] * Joins: vasilica_mihasca1 (Thunderbird@moz-662.esi.231.62.IP)
- # [09:10] * Quits: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP) (Client exited)
- # [09:10] * vasilica_mihasca1 is now known as vasilica_mihasca
- # [09:11] * Joins: smontagu (chatzilla@moz-f374h2.red.bezeqint.net)
- # [09:11] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
- # [09:11] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
- # [09:13] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
- # [09:13] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [09:14] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
- # [09:14] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
- # [09:16] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
- # [09:18] * Quits: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP) (Connection closed)
- # [09:18] <Ms2ger> gerv, around?
- # [09:18] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
- # [09:19] * Joins: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP)
- # [09:20] * Joins: Gijs_away (chatzilla@moz-q1tdpu.cable.virginm.net)
- # [09:22] * Quits: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com) (Client exited)
- # [09:22] * Gijs_away is now known as Gijs
- # [09:23] * aselagea|afk is now known as aselagea|buildduty
- # [09:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9fb2251cbb83 - Jean-Yves Avenard - Bug 1194624: [MSE] P1. Move definition of EOS_FUZZ to be public. r=gerald
- # [09:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e41d7d513d94 - Jean-Yves Avenard - Bug 1194624: [MSE] P2. Enable NextFrameBufferedStatus() for MediaSourceDecoder. r=jwwang
- # [09:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c97bb3fecd89 - Jean-Yves Avenard - Bug 1194624: [MSE] P3. Determine when canplaythrough can be fired. r=jwwang
- # [09:23] * Joins: ovidiuboca (Mibbit@moz-q23.52n.2.5.IP)
- # [09:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/518d76ae72e6 - Jean-Yves Avenard - Bug 1194624: [MSE] P4. Add mochitest testing new behaviour. r=jwwang
- # [09:24] * Joins: LilyLappy (Cupcake@moz-q57.cb1.19.185.IP)
- # [09:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f1012f684bbc - Henrik Skupin - Bug 1228644 - Created symbols_url is broken on Windows in case an installer is used. r=ahal
- # [09:24] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [09:26] <Gijs> nigelb|sheriffduty: any chance of an fx-team to m-c merge "soon" so it makes nightlies?
- # [09:26] <Gijs> nigelb|sheriffduty: I landed 2 followups to the panorama removal that I'd really quite like to make today's nightly if at all possible
- # [09:26] <Gijs> (to be clear, they landed yesterday)
- # [09:27] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
- # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b6eea9eddc4a - Lars T Hansen - Bug 1225026 - Remove support for atomics on Uint8ClampedArray. r=nbp
- # [09:29] * Joins: Aryx (Archaeopter@moz-72fmsd.cust.telecolumbus.net)
- # [09:29] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [09:30] <nigelb|sheriffduty> Gijs: let me take a quick look. I know there was bustage in there that landed about 12 hours ago
- # [09:31] <nigelb|sheriffduty> and got only backed out about 4 hours ago, so less likely.
- # [09:31] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [09:31] * Joins: tzimmermann (tzimmermann@moz-3cs2k3.pools.vodafone-ip.de)
- # [09:31] * Joins: mastizada1 (Thunderbird@moz-npk.iin.9.161.IP)
- # [09:32] <nigelb|sheriffduty> Gijs: The best merge candidate still doesn't have PGO results. The rest have bustages or no PGO :(
- # [09:32] <nigelb|sheriffduty> Tomcat: ^ Does that sound right to you?
- # [09:32] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [09:32] * Quits: mastizada (Thunderbird@moz-70k.svh.9.161.IP) (Ping timeout: 121 seconds)
- # [09:32] * mastizada1 is now known as mastizada
- # [09:33] * Quits: Paul|2 (paul.oiegas@moz-662.esi.231.62.IP) (Connection closed)
- # [09:33] <Gijs> nigelb|sheriffduty: I'm confused - the backout seems to have worked, right?
- # [09:33] <Gijs> nigelb|sheriffduty: otherwise, https://treeherder.mozilla.org/#/jobs?repo=fx-team&revision=de8bc7c996fe is the landing before the one that turned android rc red
- # [09:33] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [09:33] <Gijs> there are otherwise-green PGO builds after that
- # [09:33] <Gijs> so at worst, you could merge that...
- # [09:34] <Gijs> nigelb|sheriffduty: would it be more sensible for me to land the same patch on central if I want it to make nightlies?
- # [09:34] <nigelb|sheriffduty> Tomcat: ^ what do you think?
- # [09:34] * Joins: pauly (silaghipaul@moz-q23.52n.2.5.IP)
- # [09:35] <nigelb|sheriffduty> I see what you mean.
- # [09:35] <nigelb|sheriffduty> And it makes sense since the commit before backout had green PGO builds anyway.
- # [09:35] * Joins: jviereck (Adium@moz-p6giai.ethz.ch)
- # [09:35] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Client exited)
- # [09:38] <Tomcat> looking
- # [09:38] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [09:38] * Joins: dzbarsky (Adium@moz-v18mcd.ca.comcast.net)
- # [09:38] <Tomcat> Gijs: i think 65b735be598f will land in time for the nightlys
- # [09:39] <Tomcat> from fx-team
- # [09:39] <Tomcat> will land this before 3am pacific
- # [09:40] * Quits: &dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [09:40] * Joins: Dexter (Alessio@moz-fudm14.retail.telecomitalia.it)
- # [09:41] <Gijs> Tomcat: I thought it needed finished pgo builds to be selected for use as a nightly candidate?
- # [09:41] <Gijs> (finished on m-c I mean)
- # [09:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b7dd3ffbf52b - Fernando Jimenez - Bug 1229023 - Fetch and expose Firefox Accounts profile data. r=markh
- # [09:42] <nigelb|sheriffduty> It's only 0041 Pacific at the moment.
- # [09:43] <Tomcat> Gijs: nope
- # [09:43] * Joins: h4writer (h4writer@moz-ekd1m9.6k93.qujl.1812.2a02.IP)
- # [09:43] <Tomcat> Gijs: you need finished pgo builds on the integrations trees to be mergeable
- # [09:43] <Tomcat> to avoid the risk of a pgo bustage on m-c
- # [09:43] * Joins: pauloiegas (paul.oiegas@moz-662.esi.231.62.IP)
- # [09:44] * Joins: dragana (Instantbird@moz-71m.3nd.202.89.IP)
- # [09:44] <Tomcat> but in generall all that lands before 3am (like 2:58am pacific) will be in the nightlys
- # [09:44] <Tomcat> all that lands on m-c of course :)
- # [09:44] * Joins: givanica (Thunderbird@moz-a1u.lvm.120.86.IP)
- # [09:44] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [09:45] <Tomcat> Gijs: i think this finished pgo build = nightly candidate was in the past
- # [09:45] * Quits: jviereck (Adium@moz-p6giai.ethz.ch) (Ping timeout: 121 seconds)
- # [09:46] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
- # [09:47] <gerald> nigelb|sheriffduty: Hi! Just wondering if I need to do something special for the Pulsebot to notice my check-in and update the relevant bugz? (done about 5h ago, bug 1224363 and friends)
- # [09:48] <Gijs> Tomcat: ok, thanks for clarifying!
- # [09:48] <Gijs> nigelb|sheriffduty: sure, but pgo builds take a long time. :)
- # [09:48] <Standard8> gerald: its a security bug and pulsebot doesn’t have perms to those
- # [09:48] <Standard8> gerald: well, at least a restricted bug
- # [09:48] <gerald> Standard8: Oh
- # [09:49] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
- # [09:49] <gerald> Standard8: Makes sense, thanks.
- # [09:49] <Tomcat> Gijs: yeah 4-5 hours...
- # [09:50] * Quits: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP) (Connection closed)
- # [09:50] <Tomcat> gerald: yeah i think glandium just as low permission as possible
- # [09:50] <Tomcat> to avoid security risk with the bot
- # [09:50] * Joins: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP)
- # [09:51] <gerald> Tomcat: I think these bugs are not really sec risks anyway, so hopefully no harm, but I'll chat with the authorities...
- # [09:51] * Joins: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP)
- # [09:52] <Tomcat> gerald: https://github.com/glandium/pulsebot is the source :)
- # [09:53] <gerald> Tomcat: I'll avoid reading source for now :-P
- # [09:57] <Tomcat> heh
- # [09:57] * Quits: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP) (Ping timeout: 121 seconds)
- # [09:57] * Joins: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP)
- # [09:58] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [09:59] * Joins: LilyLappy_ (Cupcake@moz-q57.cb1.19.185.IP)
- # [09:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/92499b34eeff - Patrick Brosset - Bug 1225514 - Simple fix for searching with attribute selectors in the inspector; r=bgrins
- # [10:00] * Joins: Wolverine|2 (Paul-Mircea@moz-662.esi.231.62.IP)
- # [10:00] * Gijs is now known as Gijs_away
- # [10:00] * Quits: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP) (Quit: Leaving.)
- # [10:02] * Joins: micahg (micahg@moz-sq8kti.cable.rcn.com)
- # [10:02] * Quits: LilyLappy (Cupcake@moz-q57.cb1.19.185.IP) (Ping timeout: 121 seconds)
- # [10:04] * lth|away is now known as lth
- # [10:05] * Joins: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com)
- # [10:06] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [10:06] * Quits: dzbarsky (Adium@moz-v18mcd.ca.comcast.net) (Quit: Leaving.)
- # [10:07] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [10:08] * Quits: mastizada (Thunderbird@moz-npk.iin.9.161.IP) (Connection closed)
- # [10:08] * Joins: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP)
- # [10:08] * Joins: mastizada (Thunderbird@moz-npk.iin.9.161.IP)
- # [10:09] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [10:09] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [10:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9a0c1773653c - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [10:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e56ee83a25ac - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [10:12] * Quits: Waldo (waldo@moz-h28sem.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
- # [10:12] * Quits: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP) (Ping timeout: 121 seconds)
- # [10:18] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [10:20] * Joins: froglegstew (Mibbit@moz-k87.1t4.31.192.IP)
- # [10:21] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
- # [10:21] * Quits: givanica (Thunderbird@moz-a1u.lvm.120.86.IP) (Ping timeout: 121 seconds)
- # [10:22] * Quits: dragana (Instantbird@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [10:22] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [10:23] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
- # [10:24] * Joins: dragana (Instantbird@moz-71m.3nd.202.89.IP)
- # [10:25] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/df1a6fe66313 - Peter Van der Beken - Bug 1227987: Simplify CGDOMJSClass::define. r=bz.
- # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/407dff8daf62 - Peter Van der Beken - Bug 1205163: Set readystate correctly for XSLT result with output=text. r=sicking.
- # [10:27] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [10:28] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
- # [10:29] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
- # [10:32] * Joins: givanica (Thunderbird@moz-a1u.lvm.120.86.IP)
- # [10:33] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
- # [10:34] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
- # [10:35] * Joins: yshlin (elin@moz-2cju8q.dynamic.hinet.net)
- # [10:36] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [10:36] * yshlin is now known as elin
- # [10:37] * Quits: m_kato (m_kato@moz-9rv9tl.dh-connect.net) (Quit: Leaving...)
- # [10:39] * Joins: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net)
- # [10:42] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [10:43] * Joins: Ms2ger` (Ms2ger@moz-pioorq.access.telenet.be)
- # [10:43] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Quit: buh bye!)
- # [10:46] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [10:46] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
- # [10:46] * Quits: Ms2ger (Ms2ger@moz-43c5d6.access.telenet.be) (Ping timeout: 121 seconds)
- # [10:47] * Quits: karlt (karl@moz-39b.hfb.58.122.IP) (Ping timeout: 121 seconds)
- # [10:48] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
- # [10:49] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Ping timeout: 121 seconds)
- # [10:49] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [10:50] * Joins: adalucinet (Mibbit@moz-662.esi.231.62.IP)
- # [10:53] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [10:53] * Quits: dragana (Instantbird@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [10:53] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/097b28578f26 - Chih-Yi Leu - Bug 1227030 - Change log module to LazyLogModule with a more self-explantory name. r=seanlin
- # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/de4aa11eebb9 - Jan Beich - Bug 1228227 - Unbreak build with libc++ and config/gcc_hidden.h after bug 1075758. r=Waldo r=glandium
- # [10:56] * Joins: Jackneill (Jackneill@moz-jl8.62s.108.91.IP)
- # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7b77be698443 - Bogdan Postelnicu - Bug 1228342 - initialize mTainting by all constructors. r=bkelly
- # [10:57] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Quit: This computer has gone to sleep)
- # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fed8eacf1523 - Alex Jordan - Bug 1228580 - ./mach mercurial-setup should use ~ to set up extension paths, not my literal home directory. r=gps
- # [10:57] * Quits: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com) (Client exited)
- # [10:58] * Joins: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it)
- # [10:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/894774339937 - Axel Hecht - Bug 1229330 - fix import, r=glandium
- # [10:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3e4476c099f9 - Jamie Nicol - Bug 1229780 - Remove TextureClientPool helper functions from ClientLayerManager, r=mwoodrow
- # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/57d9f7884977 - Christoph Kerschbaumer - Bug 1227554 - Default to NullPrincipal if doc is not available within expatdriver. r=bz
- # [11:00] * Joins: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com)
- # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/28d071e9679e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/565c48fdefde - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [11:01] * Matti_away is now known as Matti
- # [11:02] * ewong is now known as ewong|away
- # [11:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e46e5a5717e8 - Till Schneidereit - Bug 1229729 - Make make-source-package.sh work on OS X. r=sfink
- # [11:06] <Tomcat> froydnj: ping
- # [11:06] <Tomcat> froydnj: is bug 893332 something for you, found this on a live website ?
- # [11:09] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
- # [11:11] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [11:11] * Joins: Paul|2 (paul.oiegas@moz-662.esi.231.62.IP)
- # [11:13] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
- # [11:14] * Joins: dragana (Instantbird@moz-71m.3nd.202.89.IP)
- # [11:15] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [11:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d54d4573815d - Mike de Boer - Bug 1214215: Part 1 - start sharing browser tabs when owner joins the room. r=Standard8
- # [11:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3278e225eb21 - Mike de Boer - Bug 1214215: Part 2 - remove screen sharing controls entirely from the conversation window. r=Standard8
- # [11:16] * Quits: elin (elin@moz-2cju8q.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [11:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2a4cf5e36eaf - Mike de Boer - Bug 1214215: Part 3 - disable functional tests temporarily until bug 1229926 is resolved. r=Standard8
- # [11:17] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
- # [11:17] <nigelb|sheriffduty> Tomcat: boom
- # [11:18] * Joins: elin (elin@moz-2cju8q.dynamic.hinet.net)
- # [11:18] * Quits: elin (elin@moz-2cju8q.dynamic.hinet.net) (Client exited)
- # [11:18] * Joins: espadrine (tyl@moz-gpr.c1p.152.213.IP)
- # [11:18] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:18] <nigelb|sheriffduty> Tomcat: 7b77be698443 needs go out.
- # [11:18] <nigelb|sheriffduty> shall I back it out?
- # [11:20] <Tomcat> nigelb|sheriffduty: yeah ...:(
- # [11:20] <Tomcat> sigh
- # [11:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2e887a5f28f6 - Nigel Babu - Backed out changeset 7b77be698443 (bug 1228342) for build bustage ON CLOSED TREE
- # [11:25] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
- # [11:26] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
- # [11:27] * Quits: pauloiegas (paul.oiegas@moz-662.esi.231.62.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [11:28] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
- # [11:28] * Quits: dragana (Instantbird@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [11:28] <nigelb|sheriffduty> Tomcat: all yours :)
- # [11:29] <nbp> Where should I open/fix bugs related to http://statusupdates.dev.mozaws.net/ ?
- # [11:29] <nbp> bsmedberg: ^ any idea?
- # [11:32] * Joins: dragana (Instantbird@moz-6v5.3nd.202.89.IP)
- # [11:34] <Aryx> nbp: https://github.com/bsmedberg/mozilla-weekly-updates ?
- # [11:35] <nbp> Aryx: Thanks.
- # [11:35] <Tomcat> nigelb|sheriffduty: ok :)
- # [11:35] * Tomcat is now known as Tomcat|sheriffduty
- # [11:35] * Quits: gwagner (sid25406@moz-krqibb.ealing.irccloud.com) (Quit: )
- # [11:36] * nigelb|sheriffduty is now known as nigelb
- # [11:36] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
- # [11:36] * Joins: gwagner (sid25406@moz-krqibb.ealing.irccloud.com)
- # [11:39] * Quits: givanica (Thunderbird@moz-a1u.lvm.120.86.IP) (Ping timeout: 121 seconds)
- # [11:41] * Quits: evanxd (Adium@moz-2cju8q.dynamic.hinet.net) (Quit: Leaving.)
- # [11:42] * Joins: marco (marco@moz-i6u.sut.111.217.IP)
- # [11:43] * julienw_afk is now known as julienw
- # [11:48] * jhlin is now known as jhlin|away
- # [11:50] * Joins: karlt (karl@moz-39b.hfb.58.122.IP)
- # [11:51] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
- # [11:51] * Quits: mastizada (Thunderbird@moz-npk.iin.9.161.IP) (Ping timeout: 121 seconds)
- # [11:52] * Ms2ger` is now known as Ms2ger
- # [11:55] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [11:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9628c8aaf059 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [11:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0f880a7df5a6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [11:57] * Quits: ovidiuboca (Mibbit@moz-q23.52n.2.5.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=929100ed7f3a - 20 changesets
- # [11:58] * Joins: givanica (Thunderbird@moz-a1u.lvm.120.86.IP)
- # [11:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=31fc97d173b3 - 54 changesets
- # [11:59] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
- # [12:00] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [12:04] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=85cf2e720a84 - 164 changesets
- # [12:05] * Quits: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com) (Connection closed)
- # [12:07] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: This computer has gone to sleep)
- # [12:07] * Joins: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com)
- # [12:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=d37627931b2b - 80 changesets
- # [12:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=68a90b9e9293 - 190 changesets
- # [12:10] * aselagea|buildduty is now known as aselagea|lunch
- # [12:10] * Joins: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp)
- # [12:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=51fd1f4ffae1 - 224 changesets
- # [12:16] * Quits: Wolverine|2 (Paul-Mircea@moz-662.esi.231.62.IP) (Connection closed)
- # [12:17] * Joins: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP)
- # [12:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ac6a89c95477 - Jacek Caban - Bug 1225280 - mingw fixup. r=upstream
- # [12:19] * Joins: msvb-lab (mschloh@moz-lfcga5.ggde.8eh4.0470.2001.IP)
- # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/29408f18b82e - Bob Owen - Bug 1229804: Use the correct string length in Windows sandbox logging. r=tabraldes
- # [12:21] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
- # [12:21] * Joins: fracting (fracting@moz-7pi.g6s.215.14.IP)
- # [12:21] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
- # [12:22] * julienw is now known as julienw_afk
- # [12:23] * Quits: dragana (Instantbird@moz-6v5.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/26118d465715 - Heiher - Bug 1229292 - IonMonkey: MIPS64: Fix skip nops in conditional branches. r=huangwenjun06
- # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/857b2d9012c0 - Heiher - Bug 1229989 - IonMonkey: MIPS: Fix patchCall for mips32. r=luke
- # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1ac1c7f5cf9a - Heiher - Bug 1230010 - OdinMonkey: MIPS: Make immediate patching shared. r=luke
- # [12:23] * dminor|bbiab is now known as dminor
- # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a356bb51323f - Heiher - Bug 1230039 - IonMonkey: MIPS: Implement cacheFlush for Loongson3. r=jandem
- # [12:29] * Quits: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP) (Ping timeout: 121 seconds)
- # [12:31] * julienw_afk is now known as julienw
- # [12:33] * Quits: @roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net) (Ping timeout: 121 seconds)
- # [12:36] * AutomatedTester|AFK is now known as AutomatedTester
- # [12:37] * Joins: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de)
- # [12:37] * Joins: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP)
- # [12:37] * Joins: roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net)
- # [12:37] * killer sets mode: +o roc
- # [12:38] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: This computer has gone to sleep)
- # [12:39] * Quits: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [12:40] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [12:40] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [12:43] * bc is now known as bc|afk
- # [12:44] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [12:45] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
- # [12:45] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [12:46] * Quits: froglegstew (Mibbit@moz-k87.1t4.31.192.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [12:47] * Quits: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP) (Connection closed)
- # [12:47] * Quits: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
- # [12:47] * Joins: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP)
- # [12:49] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Client exited)
- # [12:49] * Joins: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP)
- # [12:52] * Quits: jcranmer (jcranmer@moz-5ipliv.cs.illinois.edu) (Ping timeout: 121 seconds)
- # [12:54] * Joins: jcranmer (jcranmer@moz-5ipliv.cs.illinois.edu)
- # [12:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/378af567670f - Markus Stange - Bug 1229125 - Correct velocity computation for pan gesture events. r=botond
- # [12:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b51a04a3514e - Markus Stange - Bug 1229125 - Reset velocity in OnPanEnd if there's nowhere to scroll. r=botond
- # [12:56] * benfrancis|away is now known as benfrancis
- # [12:57] * Quits: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [12:59] * Joins: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it)
- # [13:00] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
- # [13:01] * AutomatedTester is now known as AutomatedTester|AFK
- # [13:03] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:03] * AutomatedTester|AFK is now known as AutomatedTester
- # [13:03] * Quits: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [13:04] * whimboo is now known as whimboo|afk
- # [13:08] * Quits: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP) (Quit: Make a new plan, Stan!)
- # [13:08] * Joins: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP)
- # [13:08] * Tomcat|sheriffduty is now known as Tomcat|lunch
- # [13:09] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:09] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:10] * AutomatedTester is now known as AutomatedTester|AFK
- # [13:11] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:11] * Quits: @roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net) (Connection closed)
- # [13:11] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:11] * Quits: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
- # [13:11] * AutomatedTester|AFK is now known as AutomatedTester
- # [13:12] * Joins: janjongboom (janjongboom@moz-adj.7av.169.195.IP)
- # [13:12] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
- # [13:13] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [13:13] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:14] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [13:14] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:15] * aselagea|lunch is now known as aselagea|buildduty
- # [13:15] * Quits: h4writer (h4writer@moz-ekd1m9.6k93.qujl.1812.2a02.IP) (Ping timeout: 121 seconds)
- # [13:15] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:15] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:16] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
- # [13:16] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [13:17] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [13:17] * AutomatedTester is now known as AutomatedTester|AFK
- # [13:18] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:18] * AutomatedTester|AFK is now known as AutomatedTester
- # [13:18] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:18] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
- # [13:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/30e7a3738645 - Mark Banner - Bug 1230088 - Update Loop's use of eslint and eslint-plugin-react, fix warnings in latest versions and add a few more rules. r=mancus
- # [13:19] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:19] * Quits: fracting (fracting@moz-7pi.g6s.215.14.IP) (Ping timeout: 121 seconds)
- # [13:19] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:20] * Joins: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com)
- # [13:20] * AutomatedTester is now known as AutomatedTester|AFK
- # [13:22] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:23] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:23] <Dexter> Gijs_away, my issues with eslint were due to npm/nodejs paths being missing in my shell environment on Windows
- # [13:23] <Dexter> Gijs_away, thanks for pointing me to the right direction
- # [13:23] * Quits: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de) (Connection closed)
- # [13:24] * Joins: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de)
- # [13:25] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:25] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:25] * dminor is now known as dminor|bbiab
- # [13:25] * Joins: jviereck (Adium@moz-hg8rkj.ethz.ch)
- # [13:27] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:27] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:27] * Joins: h4writer (h4writer@moz-ekd1m9.6k93.qujl.1812.2a02.IP)
- # [13:27] * AutomatedTester|AFK is now known as AutomatedTester
- # [13:27] * Joins: dragana (Instantbird@moz-pps6a1.2500.1rfi.0450.2001.IP)
- # [13:27] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
- # [13:28] * Quits: Shrooms (Shrooms@moz-qfc1gs.ip.windstream.net) (Ping timeout: 121 seconds)
- # [13:29] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:29] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:30] * Joins: roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net)
- # [13:30] * killer sets mode: +o roc
- # [13:30] <Gijs_away> Dexter: glad it got resolved, happy to help!
- # [13:30] * Gijs_away is now known as Gijs
- # [13:31] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:31] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:33] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:33] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:35] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:35] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:36] * AutomatedTester is now known as AutomatedTester|AFK
- # [13:37] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:37] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:38] * Quits: chrisccoulson (chr1s@moz-oo6mn7.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
- # [13:39] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:39] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:40] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:40] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:41] * Joins: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP)
- # [13:41] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
- # [13:42] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:42] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:43] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Quit: This computer has gone to sleep)
- # [13:44] * Joins: gustavold (gustavold@moz-127.uce.17.191.IP)
- # [13:45] * Quits: dragana (Instantbird@moz-pps6a1.2500.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [13:46] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [13:47] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [13:47] * Quits: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP) (Ping timeout: 121 seconds)
- # [13:49] * Joins: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP)
- # [13:50] * Joins: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP)
- # [13:54] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [13:55] * Quits: six6110 (six600110@moz-br7ucn.il.comcast.net) (Connection closed)
- # [13:56] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
- # [13:57] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [13:58] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
- # [13:58] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
- # [14:00] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
- # [14:00] * killer sets mode: +o smaug
- # [14:01] * Quits: karlt (karl@moz-39b.hfb.58.122.IP) (Ping timeout: 121 seconds)
- # [14:02] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [14:03] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [14:05] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Ping timeout: 121 seconds)
- # [14:09] * julienw is now known as julienw_afk
- # [14:10] * Joins: dragana (Instantbird@moz-ql935j.lmuk.1rfi.0450.2001.IP)
- # [14:10] * Quits: jviereck (Adium@moz-hg8rkj.ethz.ch) (Quit: Leaving.)
- # [14:10] * julienw_afk is now known as julienw
- # [14:11] * Joins: ckitching_ (ckitching@moz-li71s3.cable.virginm.net)
- # [14:11] * Joins: ckitching (ckitching@moz-li71s3.cable.virginm.net)
- # [14:11] * Quits: ckitching_ (ckitching@moz-li71s3.cable.virginm.net) (Connection closed)
- # [14:14] * Joins: jviereck (Adium@moz-g9tn3a.bmup.g469.067c.2001.IP)
- # [14:14] * Quits: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP) (Connection closed)
- # [14:15] <nical> anybody knows whether PR_snprintf output shows in the log on try ?
- # [14:15] <nical> (on, say mac or linux)
- # [14:15] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
- # [14:16] * wlach|afk is now known as wlach
- # [14:16] * Joins: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP)
- # [14:16] * Quits: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de) (Connection closed)
- # [14:16] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
- # [14:17] * edwin makes sure to print to stderr, which always seems to work
- # [14:17] * whimboo|afk is now known as whimboo
- # [14:21] * Tomcat|lunch is now known as Tomcat|sheriffduty
- # [14:22] * AutomatedTester|AFK is now known as AutomatedTester
- # [14:23] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Client exited)
- # [14:23] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
- # [14:23] * Joins: jdm (jdm@moz-d11.9b5.84.198.IP)
- # [14:24] * Joins: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it)
- # [14:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/74166e016838 - Nathan Froyd - Bug 1229740 - add <array> to the list of wrapped system headers; r=glandium
- # [14:28] * Quits: daleharvey (sid513@moz-6etmn6.ealing.irccloud.com) (Quit: )
- # [14:29] * Joins: daleharvey (sid513@moz-c705f7.richmond.irccloud.com)
- # [14:29] * Joins: Jerry_Mac (hshih@moz-j6p.dt3.122.23.IP)
- # [14:30] * Quits: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [14:30] * Quits: Jerry_Mac (hshih@moz-j6p.dt3.122.23.IP) (Quit: Leaving)
- # [14:30] * dminor|bbiab is now known as dminor
- # [14:32] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
- # [14:32] * Quits: adalucinet (Mibbit@moz-662.esi.231.62.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [14:34] * Quits: jviereck (Adium@moz-g9tn3a.bmup.g469.067c.2001.IP) (Quit: Leaving.)
- # [14:34] * Quits: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Connection closed)
- # [14:34] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [14:36] * Quits: LilyLappy_ (Cupcake@moz-q57.cb1.19.185.IP) (Ping timeout: 121 seconds)
- # [14:38] * Quits: dragana (Instantbird@moz-ql935j.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [14:38] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [14:41] * Joins: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca)
- # [14:42] * Quits: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP) (Client exited)
- # [14:42] * jmaher|afk is now known as jmaher
- # [14:42] * glob|away is now known as glob
- # [14:43] * Joins: jviereck (Adium@moz-pv45mb.ethz.ch)
- # [14:47] * Joins: jviereck1 (Adium@moz-pv45mb.ethz.ch)
- # [14:47] * Quits: jviereck (Adium@moz-pv45mb.ethz.ch) (Ping timeout: 121 seconds)
- # [14:48] * Quits: NeilZZZ (neil@moz-7uauc5.cable.virginm.net) (Ping timeout: 121 seconds)
- # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8382566ebac - Dan Minor - Bug 1222405 - (part 1) Store PeriodicWave components for later use r=padenot
- # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7f2f19c2aca1 - Dan Minor - Bug 1222405 - (part 2) Build band limited tables after fundamental frequency is known r=padenot
- # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3785489fa210 - Dan Minor - Bug 1222405 - (part 3) Build band limited tables lazily r=padenot
- # [14:49] * Joins: m_gol (m_gol@moz-vq30ve.play-internet.pl)
- # [14:50] <@ted> nical: PR_snprintf goes to a string...
- # [14:50] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [14:50] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [14:51] <nical> ted err indeed of course, I glanced a bit too quickly over some code I don't know
- # [14:52] <@ted> :)
- # [14:54] * Joins: skeuomorf (skeuomorf@moz-dj7.jr0.32.197.IP)
- # [14:58] * Quits: marco (marco@moz-i6u.sut.111.217.IP) (Ping timeout: 121 seconds)
- # [14:58] * Quits: pauly (silaghipaul@moz-q23.52n.2.5.IP) (Client exited)
- # [14:59] * Joins: armenzg (armenzg@moz-jt36qr.cable.teksavvy.com)
- # [15:00] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
- # [15:00] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [15:01] * AutomatedTester is now known as AutomatedTester|AFK
- # [15:03] * Joins: marco (marco@moz-qkt.sut.111.217.IP)
- # [15:04] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
- # [15:04] * Joins: jorgk (chatzilla@moz-i92brp.adsl.alicedsl.de)
- # [15:04] * Joins: yzen (yzen@66.207.193.21)
- # [15:04] <jorgk> mgoodwin: I'm pinging you about bug 1200567. The Thunderbird crowd has a problem with a failing test test_cert_blocklist.js. You were going to take a look back in Sept. but never got to it.
- # [15:05] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Quit: :tiuQ)
- # [15:05] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
- # [15:05] <jorgk> mgoodwin: Well, sorry, I should have said "Hi" first ;-)
- # [15:07] * Joins: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de)
- # [15:10] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [15:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6139297dfb98 - Nathan Froyd - Bug 1229963 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in dom/media/; r=cpearce
- # [15:11] * Joins: spohl (Adium@moz-skp.olo.156.104.IP)
- # [15:12] * sheppy-offline is now known as sheppy-afk
- # [15:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7cca9ddc7f9a - Gian-Carlo Pascutto - Bug 1227407 - Ensure Cameras is alive before calling through it. r=jesup
- # [15:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cd3ee5f0e8f6 - Gian-Carlo Pascutto - Bug 1228788 - Force QT device release to happen on the main thread. r=jesup
- # [15:13] * Quits: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
- # [15:13] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
- # [15:13] * Quits: mrchrisadams (sid1367@moz-s3h10c.charlton.irccloud.com) (Quit: )
- # [15:13] * Joins: mrchrisadams (sid1367@moz-hsfl96.richmond.irccloud.com)
- # [15:14] * Joins: Shrooms (Shrooms@moz-ak1k97.ip.windstream.net)
- # [15:14] * bz_sleep is now known as bz
- # [15:14] * Quits: marco (marco@moz-qkt.sut.111.217.IP) (A TLS packet with unexpected length was received.)
- # [15:16] * Joins: marco (marco@moz-qkt.sut.111.217.IP)
- # [15:16] * Joins: dragana (Instantbird@moz-do53s1.2500.1rfi.0450.2001.IP)
- # [15:17] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
- # [15:20] * armenzg is now known as armenzg_brb
- # [15:21] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [15:21] * Joins: garethc (Adium@moz-for1bp.3t38.sij7.f0c8.2607.IP)
- # [15:22] * Joins: mib_vduute (Mibbit@moz-i86ook.retail.telecomitalia.it)
- # [15:22] <mib_vduute> Ciao a tutti. Vorrei contribuire al codice del browser Mozilla Firefox risolvendo bug, possiedo conoscenze scolastiche del linguaggio C++, ma non sono un esperto. Come potrei fare? Grazie.
- # [15:24] * Quits: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp) (Client exited)
- # [15:25] <Dexter> mib_vduute, vieni in #developers-it (this channel is English speaking :) )
- # [15:25] <mib_vduute> Ok, thanks :)
- # [15:26] <jorgk> mib_vduute: You can start reading here: https://developer.mozilla.org/en/docs/Introduction
- # [15:26] * dminor is now known as dminor|bbiab
- # [15:26] * benfrancis is now known as benfrancis|away
- # [15:29] * Quits: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com) (Quit: Connection closed for inactivity)
- # [15:30] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
- # [15:30] * Joins: mjf (anonymous@moz-r17qgu.dyn.grandenetworks.net)
- # [15:30] * Joins: adusca|afk (uid71833@moz-2mjhct.tooting.irccloud.com)
- # [15:31] <Ms2ger> Yay for crappy imported build systems that don't do dep builds
- # [15:31] <Ms2ger> Yet another reason to use Rust
- # [15:33] * Joins: abr (anonymous@moz-u3pnp5.dllstx.sbcglobal.net)
- # [15:33] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [15:34] * Joins: paolo (paolo@moz-8i7etk.retail.telecomitalia.it)
- # [15:34] * Joins: fracting (fracting@moz-7pi.g6s.215.14.IP)
- # [15:36] * Quits: dragana (Instantbird@moz-do53s1.2500.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [15:36] * armenzg_brb is now known as armenzg
- # [15:36] * adusca|afk is now known as adusca
- # [15:38] * Joins: secretrobotron (secretrobot@66.207.193.21)
- # [15:38] <froydnj> Ms2ger: ?
- # [15:39] * Quits: jviereck1 (Adium@moz-pv45mb.ethz.ch) (Quit: Leaving.)
- # [15:41] * Joins: RyanVM (Thunderbird@moz-gb8lmh.fios.verizon.net)
- # [15:42] * dminor|bbiab is now known as dminor
- # [15:43] * Quits: janjongboom (janjongboom@moz-adj.7av.169.195.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1f527cd0e45a - Alexandre Poirot - Bug 1227474 - Promisify all client methods. r=jryans
- # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3858001d34b3 - Alexandre Poirot - Bug 1225477 - Support listening for processes creation. r=jryans
- # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/310bf739e766 - Alexandre Poirot - Bug 1225473 - Support Service workers in child process. r=janx
- # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/20fc590db565 - Alexandre Poirot - Bug 1225473 - Cleanup DebuggerClient on about:debugging close and fetch only the target of the currently opened tab. r=janx
- # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/91642bf07cd0 - Alexandre Poirot - Bug 1229328 - Remove preprocessing from toolbox-window.xul. r=bgrins
- # [15:44] * Quits: evilpie (sid7877@moz-u7t8ie.ealing.irccloud.com) (Quit: )
- # [15:44] * Joins: mgol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
- # [15:44] * Quits: m_gol (m_gol@moz-vq30ve.play-internet.pl) (Connection closed)
- # [15:44] * Joins: evilpie (sid7877@moz-u7t8ie.ealing.irccloud.com)
- # [15:46] * Joins: m_gol (m_gol@moz-vq30ve.play-internet.pl)
- # [15:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5b3a079dedc3 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [15:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9a81cd95aa92 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [15:47] * Quits: jorgk (chatzilla@moz-i92brp.adsl.alicedsl.de) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421])
- # [15:48] * Joins: mib_b5zane (Mibbit@moz-q2d.k80.223.41.IP)
- # [15:48] <mib_b5zane> hello guys
- # [15:48] <mib_b5zane> My name is Dagi
- # [15:48] * dminor is now known as dminor|bbiab
- # [15:49] <mib_b5zane> i am new firefox development
- # [15:49] <RyanVM> hi :)
- # [15:49] <mib_b5zane> hi
- # [15:49] * Quits: mgol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Connection closed)
- # [15:49] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [15:49] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [15:49] * maja_zf|afk is now known as maja_zf
- # [15:49] <mib_b5zane> can you helpme to set up a firefox development environment for fixing bugs
- # [15:50] <mib_b5zane> i wanna fix firefox for android
- # [15:50] <mib_b5zane> bugs
- # [15:50] <arai> try following this https://wiki.mozilla.org/Mobile/Fennec/Android
- # [15:50] <mib_b5zane> any help.... i am strugling to set it up
- # [15:50] * Joins: AaronMT (AaronMT@moz-jm97fj.cable.rogers.com)
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ab26e636d6ad - Gerald Squelart - Bug 1216748 - p2. Handle failed malloc in Metadata storage - r=rillian, a=lizzard
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/da91739d1443 - Gerald Squelart - Bug 1216748 - p3. Ensure 'covr' data size cannot create underflow - r=rillian, a=lizzard
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f15dc0e76382 - Gerald Squelart - Bug 1216748 - p4. Check other Metadata::setData uses - r=rillian, a=lizzard
- # [15:51] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [15:52] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
- # [15:53] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [15:53] <mib_b5zane> okay let me check it out
- # [15:53] * Quits: m_gol (m_gol@moz-vq30ve.play-internet.pl) (Ping timeout: 121 seconds)
- # [15:53] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
- # [15:53] * Quits: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com) (Ping timeout: 121 seconds)
- # [15:54] * Quits: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP) (Connection closed)
- # [15:54] * Joins: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP)
- # [15:54] * Joins: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP)
- # [15:55] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [15:55] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b1fcedd62b55 - Tom Tromey - Bug 1224735 - only emit one error per possible CPOW use; r=miker,Ms2ger
- # [15:56] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [15:56] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [15:56] * wlach is now known as wlach|mtg
- # [15:56] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [15:57] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [15:57] <nigelb> ~>
- # [15:57] * Quits: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP) (Quit: Leaving.)
- # [15:57] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [15:58] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [15:58] * Joins: jlongster (user@moz-fjlt9d.fios.verizon.net)
- # [15:58] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [15:58] * mcote|afk is now known as mcote
- # [15:58] * adusca is now known as adusca|brb
- # [16:00] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [16:00] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:00] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:00] <RyanVM> mib_b5zane: you can also try asking questions in #mobile, where the Android devs tend to be
- # [16:00] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [16:00] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [16:01] <RyanVM> mib_b5zane: though keep in mind that it may be early for some of them (7am on the US West Coast)
- # [16:01] * Joins: jviereck (Adium@moz-pv45mb.ethz.ch)
- # [16:02] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:02] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:03] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [16:05] * Joins: jimm (jmathies@moz-sng2os.dhcp.embarqhsd.net)
- # [16:05] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:05] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:05] * Quits: jdm (jdm@moz-d11.9b5.84.198.IP) (Quit: )
- # [16:05] * Quits: mib_b5zane (Mibbit@moz-q2d.k80.223.41.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [16:05] * Quits: jviereck (Adium@moz-pv45mb.ethz.ch) (Ping timeout: 121 seconds)
- # [16:05] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:06] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:06] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [16:07] * Joins: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl)
- # [16:07] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:07] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:08] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [16:09] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [16:10] * Joins: m_gol (m_gol@moz-vq30ve.play-internet.pl)
- # [16:10] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:11] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:11] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [16:11] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [16:13] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:14] * Joins: evanxd (Adium@moz-e8bmn9.EMOME-IP.hinet.net)
- # [16:14] * Quits: evanxd (Adium@moz-e8bmn9.EMOME-IP.hinet.net) (Connection closed)
- # [16:14] * Joins: bgrins (bgrins@moz-i9bhci.5rnr.mii9.0647.2601.IP)
- # [16:14] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:15] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:16] * Joins: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP)
- # [16:17] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:17] * bc|afk is now known as bc
- # [16:17] * Joins: milan (milan@moz-2ebnbh.3t38.sij7.f0c8.2607.IP)
- # [16:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/104faaca8618 - B2G Bumper Bot - Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
- # [16:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6b5f8dba7afa - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [16:18] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:18] * adusca|brb is now known as adusca
- # [16:18] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:19] * Quits: bc (bc@moz-l5n.tlf.131.67.IP) (Quit: Lost terminal)
- # [16:19] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:20] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:22] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:22] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:23] * Parts: mib_vduute (Mibbit@moz-i86ook.retail.telecomitalia.it)
- # [16:24] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:24] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e2dd0eb33623 - Mike Conley - Bug 1193838 - Make ProfileGatherer exist during the lifetime of a GeckoSampler. r=BenWa
- # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/76da1f09f4ee - Mike Conley - Bug 1193838 - Expose ProfileGatherer as an nsISupports through nsIProfiler for process parent actors. r=BenWa
- # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/479e586e1a7f - Mike Conley - Bug 1193838 - Allow ProfileGatherer to gather profiles from exiting processes. r=BenWa
- # [16:25] * Joins: sluggo (Mibbit@moz-i86ook.retail.telecomitalia.it)
- # [16:25] * Quits: sluggo (Mibbit@moz-i86ook.retail.telecomitalia.it) (Quit: http://www.mibbit.com ajax IRC Client)
- # [16:25] <Honza> how can I be notified that my xul:panel has been closed by clicking on the close button (red cross at the top right corner)?
- # [16:26] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:26] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:26] * Quits: m_gol (m_gol@moz-vq30ve.play-internet.pl) (Ping timeout: 121 seconds)
- # [16:28] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [16:29] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:29] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:29] * Joins: Michelle-SV-QA (Michelle-SV@moz-djm.57l.158.65.IP)
- # [16:30] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:30] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:31] * kats|away is now known as kats
- # [16:31] * Quits: MrMazda (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
- # [16:32] * Quits: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
- # [16:32] * Joins: bc (bc@moz-l5n.tlf.131.67.IP)
- # [16:32] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [16:32] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [16:33] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
- # [16:34] * jmaher is now known as jmaher|mtg
- # [16:35] * RyanVM is now known as RyanVM|bbl
- # [16:35] * andym is now known as andym|brb
- # [16:35] * benfrancis|away is now known as benfrancis
- # [16:36] * Quits: avaida (Instantbird@moz-662.esi.231.62.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
- # [16:36] * Quits: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP) (Ping timeout: 121 seconds)
- # [16:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0a713afacf80 - Panos Astithas - Increase the minimum number of local matches in the awesomebar (bug 1219754); rs=mak
- # [16:38] <past> Honza: use onpopuphiding?
- # [16:38] <Honza> past: yep (I tried popuphidden)
- # [16:38] <Honza> thanks
- # [16:41] * wlach|mtg is now known as wlach
- # [16:41] * Quits: Aryx (Archaeopter@moz-72fmsd.cust.telecolumbus.net) (Quit: Goodbye)
- # [16:42] * sheppy-afk is now known as sheppy
- # [16:42] * Joins: Aryx (Archaeopter@moz-72fmsd.cust.telecolumbus.net)
- # [16:43] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
- # [16:43] <sheppy> Web APIs documentation meeting starts in 20 minutes — please update the agenda at https://public.etherpad-mozilla.org/p/API-docs-meeting-2015-12-03 even if you don’t plan to attend, with status updates and such. Everyone’s welcome to join us — connection information in the agenda.
- # [16:43] * mdoglio is now known as _mozreview-deploy-bot
- # [16:43] * Quits: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [16:43] * Joins: ejpbruel (ejpbruel@moz-85djl2.dynamic.ziggo.nl)
- # [16:43] * Quits: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP) (Quit: Make a new plan, Stan!)
- # [16:43] * _mozreview-deploy-bot is now known as mdoglio
- # [16:44] <ejpbruel> khuey: ping when available
- # [16:45] * AutomatedTester|AFK is now known as AutomatedTester
- # [16:46] * Joins: gcp (gcp@moz-er9dam.j41b.csd9.1812.2a02.IP)
- # [16:47] * Joins: dholbert_ (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [16:47] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: This computer has gone to sleep)
- # [16:50] * zz_miketaylr is now known as miketaylr
- # [16:51] * Joins: jdm (jdm@moz-4vu.06r.98.75.IP)
- # [16:52] * hwine-food is now known as hwine
- # [16:53] * Joins: kershaw (kershaw@moz-edes62.dynamic.hinet.net)
- # [16:53] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
- # [16:53] * killer sets mode: +o smaug
- # [16:54] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
- # [16:54] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
- # [16:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9b6075887a72 - Bogdan Postelnicu - Bug 1228342 - initialize mTainting by all constructors. r=bkelly
- # [16:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/35ac64d68809 - Jan Beich - Bug 1228208 - Make sure ICU flags are prepended before system flags. r=glandium
- # [16:56] * Quits: garethc (Adium@moz-for1bp.3t38.sij7.f0c8.2607.IP) (Quit: Leaving.)
- # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3ce8227d087d - Jan Beich - Bug 1229395 - Part 1 - Unbreak MOZ_NATIVE_JEMALLOC after bug 1141079. r=glandium
- # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b72fa463d349 - Jan Beich - Bug 1229395 - Part 2 - Rely on MALLOC_H to provide function prototypes for MOZ_NATIVE_JEMALLOC. r=glandium
- # [16:58] * lth is now known as lth|away
- # [16:58] * Joins: mchang (mchang@moz-94gnti.res.rr.com)
- # [16:59] * Tomcat|sheriffduty is now known as Tomcat
- # [16:59] * Joins: garethc (Adium@moz-nu8p91.3t38.sij7.f0c8.2607.IP)
- # [17:00] * Joins: milan_ (milan@moz-b7vudd.3t38.sij7.f0c8.2607.IP)
- # [17:00] * Tomcat is now known as Tomcat|afk
- # [17:00] * Joins: MrMazda (fmcz@moz-ipbm7f.cable.mindspring.com)
- # [17:01] * Quits: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP) (Connection closed)
- # [17:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/33d954cc69ff - Hal Wine - bug 1227340 - fix script to branch b2g-ota. a=sheriffduty a=NPOTB
- # [17:01] * Joins: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP)
- # [17:02] * Joins: ntim (uid105247@moz-trecfa.tooting.irccloud.com)
- # [17:02] * Joins: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP)
- # [17:02] * Joins: tromey (tromey@moz-ukt3s3.hlrn.qwest.net)
- # [17:03] * Quits: spohl (Adium@moz-skp.olo.156.104.IP) (Quit: Leaving.)
- # [17:03] * Quits: milan (milan@moz-2ebnbh.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
- # [17:04] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
- # [17:04] * Joins: spohl (Adium@moz-jo07df.res.rr.com)
- # [17:04] * Quits: spohl (Adium@moz-jo07df.res.rr.com) (Quit: Leaving.)
- # [17:05] * Joins: spohl (Adium@moz-3nj.olo.156.104.IP)
- # [17:05] * Joins: happy-dude_ (uid62780@moz-8as1vu.ealing.irccloud.com)
- # [17:07] * Joins: mhowell (Matt_Howell@moz-09a.i8g.126.207.IP)
- # [17:08] * Joins: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com)
- # [17:08] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
- # [17:09] * Joins: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP)
- # [17:10] * Joins: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com)
- # [17:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c326c11ff8dd - Geoff Brown - Bug 1201018 - Catch exception in PersistTabsRunnable; r=rnewman
- # [17:13] * gaye|dinner is now known as gaye
- # [17:14] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [17:16] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [17:16] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Connection closed)
- # [17:17] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
- # [17:19] * Quits: milan_ (milan@moz-b7vudd.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
- # [17:20] * Joins: milan (milan@moz-06f05e.3t38.sij7.f0c8.2607.IP)
- # [17:21] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
- # [17:21] * Joins: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP)
- # [17:21] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:21] * Quits: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Connection closed)
- # [17:22] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [17:22] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
- # [17:22] * Joins: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP)
- # [17:22] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Connection closed)
- # [17:22] * Quits: dholbert_ (dholbert@moz-pnm275.static.fusionbroadband.com) (Quit: Ex-Chat)
- # [17:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f297b2b18be7 - Olli Pettay - Bug 1229760 - CustomElement registry keeps strong reference to the unresolved elements, r=wchen
- # [17:24] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:24] * Quits: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Connection closed)
- # [17:24] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
- # [17:24] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [17:27] * Joins: mgol (m_gol@moz-vq30ve.play-internet.pl)
- # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/bbeb9431b88d - Tom Tromey - Bug 1224121 - change getRelativeRuleLine to return 0 for line-less rules; r=heycam
- # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/45708ae19e28 - Tom Tromey - Bug 1224121 - fall back to non-authored editing for CSSOM-created rules; r=pbrosset
- # [17:29] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [17:30] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
- # [17:30] * Joins: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net)
- # [17:31] * Quits: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Ping timeout: 121 seconds)
- # [17:31] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
- # [17:33] <Yoric> ttaubert: Usual review ping?
- # [17:33] * Quits: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP) (Connection closed)
- # [17:33] * Joins: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP)
- # [17:33] * Quits: mgol (m_gol@moz-vq30ve.play-internet.pl) (Ping timeout: 121 seconds)
- # [17:33] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [17:34] * Quits: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [17:34] * Joins: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl)
- # [17:34] * Quits: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [17:34] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [17:35] * Joins: m_gol (m_gol@moz-vq30ve.play-internet.pl)
- # [17:35] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
- # [17:36] * jmaher|mtg is now known as jmaher
- # [17:37] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
- # [17:38] <Gijs> gahhh. Can someone unmark bug 1230080 as security-sensitive ?
- # [17:38] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:38] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:40] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:40] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:40] * Quits: tzimmermann (tzimmermann@moz-3cs2k3.pools.vodafone-ip.de) (Quit: Ex-Chat)
- # [17:40] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Quit: Leaving)
- # [17:40] * Joins: stransky (stransky@moz-vs8vb1.redhat.com)
- # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/478290d4a81d - Mike Conley - Bug 1177310 - Add quit-application-granted to AsyncShutdown parent process phases. r=Yoric
- # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c6626646ae1c - Mike Conley - Bug 1177310 - TabStateFlusher Promises should always resolve. r=Yoric
- # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/15ded62d213c - Mike Conley - Bug 1177310 - Don't flush windows synchronously on application shutdown. r=billm,feedback=ttaubert
- # [17:42] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:42] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/535bb5015ea1 - Michael Comella - Bug 1229958 - Remove android:panelBackground. r=sebastian
- # [17:42] * Quits: stransky (stransky@moz-vs8vb1.redhat.com) (Quit: Connection reset by beer)
- # [17:44] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:44] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/536efefba224 - Michael Comella - Bug 1217484 - Wait for animations to finish in testNewTab. r=sebastian
- # [17:48] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [17:49] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
- # [17:49] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [17:49] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:50] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:50] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:51] * Quits: fhd (sid2508@moz-2k96qa.brockwell.irccloud.com) (Quit: )
- # [17:51] * Joins: fhd (sid2508@moz-nfj4cq.richmond.irccloud.com)
- # [17:52] * stephend|out is now known as stephend
- # [17:53] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:53] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:53] * dminor|bbiab is now known as dminor
- # [17:54] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Client exited)
- # [17:54] * aselagea|buildduty is now known as aselagea|afk
- # [17:55] * Quits: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
- # [17:55] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:56] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
- # [17:56] * andym|brb is now known as andym
- # [17:56] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:56] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
- # [17:57] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:57] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:57] * Joins: francois (francois@moz-cnggv3.fmarier.org)
- # [17:58] * Quits: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP) (Connection closed)
- # [17:58] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
- # [17:58] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [17:58] * Joins: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP)
- # [17:58] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [17:59] * Joins: mayhemer (Miranda@moz-44g0db.joqu.pdma.1028.2a00.IP)
- # [17:59] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [17:59] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [17:59] * armenzg is now known as armenzg_mtg
- # [18:01] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:01] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:02] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
- # [18:03] * wlach is now known as wlach|brantina
- # [18:03] * Quits: ckitching (ckitching@moz-li71s3.cable.virginm.net) (Ping timeout: 121 seconds)
- # [18:03] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:03] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:03] * killer sets mode: +o bz
- # [18:03] * RyanVM|bbl is now known as RyanVM
- # [18:04] * Quits: Ms2ger (Ms2ger@moz-pioorq.access.telenet.be) (Quit: nn)
- # [18:04] <RyanVM> Gijs: done
- # [18:04] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
- # [18:05] * stephend is now known as stephend|mtg
- # [18:05] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
- # [18:05] * Joins: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP)
- # [18:05] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:05] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:05] * Quits: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP) (Connection closed)
- # [18:05] <Gijs> many thanks
- # [18:06] * Joins: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP)
- # [18:07] * Quits: yzen (yzen@66.207.193.21) (Ping timeout: 121 seconds)
- # [18:07] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:07] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:07] * Quits: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP) (Connection closed)
- # [18:08] * Joins: ckitching (ckitching@moz-li71s3.cable.virginm.net)
- # [18:08] * jlund|away is now known as jlund
- # [18:08] * miketaylr is now known as zz_miketaylr
- # [18:09] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [18:09] * AutomatedTester is now known as AutomatedTester|AFK
- # [18:09] * Joins: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP)
- # [18:10] * Quits: h4writer (h4writer@moz-ekd1m9.6k93.qujl.1812.2a02.IP) (Ping timeout: 121 seconds)
- # [18:12] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [18:12] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:12] * whimboo is now known as whimboo|afk
- # [18:12] * Joins: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP)
- # [18:13] <fitzgen> are the platform lightening talks happening at the platform all hands?
- # [18:14] * Quits: kershaw (kershaw@moz-edes62.dynamic.hinet.net) (Client exited)
- # [18:14] <padenot> I think it's a separate slot ?
- # [18:14] * Quits: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP) (Ping timeout: 121 seconds)
- # [18:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/92aebcffdfa9 - Fabrice Desré - Bug 1229620 - Replace #ifdefs in b2g/ code by AppConstants r=timdream
- # [18:14] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [18:15] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:15] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:15] * Joins: bdahl (bdahl@moz-mror7m.2rkg.9kg1.0101.2620.IP)
- # [18:16] * Joins: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP)
- # [18:17] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:17] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6e27e28a8dfa - Nick Fitzgerald - Bug 1229960 - Add support for computing and traversing dominator trees to HeapAnalysisWorker; r=jsantell
- # [18:19] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:19] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:19] * maja_zf is now known as maja_zf|lunch
- # [18:19] * Joins: Mnyromyr (Mnyromyr@moz-l4ivj4.gnf7.tkmq.0908.2a02.IP)
- # [18:19] * glob is now known as glob|away
- # [18:20] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [18:20] * Joins: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com)
- # [18:21] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:21] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:21] * Quits: mayhemer (Miranda@moz-44g0db.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [18:22] * ahal is now known as ahal|afk
- # [18:22] * Quits: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP) (Ping timeout: 121 seconds)
- # [18:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7464aa372d19 - Maja Frydrychowicz - Bug 1230079 - Update media-test revisions to use latest Marionette; r=me
- # [18:23] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:23] * Quits: rego (rego@moz-rhhdf1.dynamic.reverse-mundo-r.com) (Quit: Leaving)
- # [18:23] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8815619f5425 - Gregor Wagner - Bug 1215494 - Don't set b2g.safe_mode pref in child process. r=fabrice
- # [18:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4c9ca7614d70 - Patrick Brosset - Bug 1230093 - Make the import-headjs-globals rule store variables correctly; r=Mossop
- # [18:24] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
- # [18:24] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:24] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:25] * Joins: myk1 (myk@moz-pkvath.dynamic.fusionbroadband.com)
- # [18:25] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [18:27] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:27] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:27] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
- # [18:28] * Joins: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com)
- # [18:28] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:28] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [18:28] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:28] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [18:28] * myk1 is now known as myk
- # [18:29] * Joins: eyome (eyome@moz-gfketo.fbx.proxad.net)
- # [18:29] * Quits: @roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net) (Ping timeout: 121 seconds)
- # [18:29] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [18:29] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [18:31] * Quits: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [18:31] * Quits: jdm (jdm@moz-4vu.06r.98.75.IP) (Quit: )
- # [18:33] * Joins: mwobensmith (mwobensmith@moz-1pilji.2rkg.9kg1.0101.2620.IP)
- # [18:33] * stephend|mtg is now known as stephend
- # [18:33] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
- # [18:36] * Joins: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP)
- # [18:37] * Joins: ProgramFOX (ProgramFOX@moz-106.n7u.132.109.IP)
- # [18:39] * Joins: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP)
- # [18:40] * Quits: armenzg_mtg (armenzg@moz-jt36qr.cable.teksavvy.com) (Connection closed)
- # [18:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/34d744f375b0 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [18:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/91fb11ea00f0 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [18:40] * Joins: armenzg (armenzg@moz-jt36qr.cable.teksavvy.com)
- # [18:41] * armenzg is now known as armenzg_mtg
- # [18:41] <RyanVM> mstange: OOC, is there a rough ETA on bug 1122916?
- # [18:42] * Quits: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net) (Quit: Ex-Chat)
- # [18:42] * Quits: m_gol (m_gol@moz-vq30ve.play-internet.pl) (Connection closed)
- # [18:42] <mstange> RyanVM: I was hoping this week, it only needs tn's review in bug 1147673 now
- # [18:42] <RyanVM> nice :)
- # [18:45] * Joins: jdm (jdm@moz-in2.fev.52.157.IP)
- # [18:45] * hwine is now known as hwine-coffee
- # [18:45] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
- # [18:46] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [18:46] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [18:48] * Joins: bholley (bholley@moz-mehar5.ca.comcast.net)
- # [18:48] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
- # [18:50] * Joins: ehsan (ehsan@moz-muh53k.fibre.fibrestream.ca)
- # [18:50] * killer sets mode: +o ehsan
- # [18:52] * Joins: Sxean (Sxean@moz-rd7.51j.125.50.IP)
- # [18:52] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [18:53] * Quits: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net) (Client exited)
- # [18:53] * Joins: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net)
- # [18:53] * Quits: bgrins (bgrins@moz-i9bhci.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
- # [18:53] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
- # [18:55] * zz_miketaylr is now known as miketaylr
- # [18:56] * Quits: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP) (Connection closed)
- # [18:56] * Joins: tzimmermann (tzimmermann@moz-3cs2k3.pools.vodafone-ip.de)
- # [18:58] * Joins: milan_ (milan@66.207.193.21)
- # [18:58] * mhowell is now known as mhowell|away
- # [18:58] * Quits: ckitching (ckitching@moz-li71s3.cable.virginm.net) (A TLS packet with unexpected length was received.)
- # [18:58] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [18:59] * Joins: jrmuizel (jrmuizel@66.207.193.21)
- # [19:01] * Quits: jrmuizel (jrmuizel@66.207.193.21) (Connection closed)
- # [19:01] * Quits: milan (milan@moz-06f05e.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
- # [19:01] * Joins: jrmuizel (jrmuizel@moz-h0m464.3t38.sij7.f0c8.2607.IP)
- # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f416176fa169 - Mark Banner - Bug 1230147 - Loop is attempting to load OpenTok SDK's configs from the wrong places. r=mikedeboer
- # [19:01] * Quits: tzimmermann (tzimmermann@moz-3cs2k3.pools.vodafone-ip.de) (Quit: Ex-Chat)
- # [19:02] * armenzg_mtg is now known as armenzg_lunch
- # [19:02] * Quits: armenzg_lunch (armenzg@moz-jt36qr.cable.teksavvy.com) (Quit: Leaving)
- # [19:03] * Quits: florent (Thunderbird@moz-99nij7.abo.wanadoo.fr) (Client exited)
- # [19:03] * Joins: armenzg (armenzg@moz-jt36qr.cable.teksavvy.com)
- # [19:03] * armenzg is now known as armenzg_lunch
- # [19:03] * armenzg_lunch is now known as armenzg
- # [19:04] * Quits: SirCmpwn (SirCmpwn@moz-8arpks.members.linode.com) (Ping timeout: 121 seconds)
- # [19:04] * mrrrgn is now known as mrrrgn_brb
- # [19:06] * ahal|afk is now known as ahal
- # [19:07] * wlach|brantina is now known as wlach
- # [19:07] <@smaug> ritu: do you have crash ids for bug 584447?
- # [19:07] * Quits: gcp (gcp@moz-er9dam.j41b.csd9.1812.2a02.IP) (Quit: Leaving)
- # [19:07] <@smaug> and filing a new bug would make probably more sense than re-opening old ones
- # [19:08] <ritu> smaug: https://crash-stats.mozilla.com/report/list?product=Firefox&range_value=7&range_unit=days&date=2015-12-03&signature=nsGlobalWindow%3A%3ASetDocShell&version=Firefox%3A44.0a2
- # [19:08] * Joins: bgrins (bgrins@moz-22ldjv.ujol.1ibb.0101.2620.IP)
- # [19:08] * Quits: espadrine (tyl@moz-gpr.c1p.152.213.IP) (Ping timeout: 121 seconds)
- # [19:09] <@smaug> hmm, startup crashes
- # [19:09] <ritu> also, if you go to crash-stats and look at 44.0a2 top crashers, it's ranked #3
- # [19:09] <ritu> smaug: sure lemme file a new bug.
- # [19:09] <@smaug> ritu: stack traces look different
- # [19:09] <@smaug> 44 issues look like some addon bug
- # [19:10] <@smaug> ritu: like https://crash-stats.mozilla.com/report/index/faa9ba47-2288-40db-9756-70f152151202
- # [19:10] <ritu> oh interesting.
- # [19:10] <@smaug> is that {4e451314-26a2-43c7-8626-865bab309c86}.xpi@0x2a93 in the stack trace some new feature of crash-stat?
- # [19:11] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [19:11] * mjf is now known as mjf|
- # [19:11] * mjf| is now known as mjf|away
- # [19:11] <ritu> smaug: I would not know that. Should we ask folks in #crashkill channel?
- # [19:11] * jlund is now known as jlund|mtg
- # [19:12] * Joins: azakai (alon@moz-6r9bde.ujol.1ibb.0101.2620.IP)
- # [19:13] * jimm is now known as jimm-lunch
- # [19:13] * wilsonpage is now known as wilsonpage-away
- # [19:13] <@smaug> hmm, 972ce4c6-7e08-4474-a285-3208198ce6fd is uuid for some theme? https://mxr.mozilla.org/addons/search?string=972ce4c6-7e08-4474-a285-3208198ce6fd&find=&findi=&filter=^[^\0]*%24&hitlimit=&tree=addons
- # [19:14] * Quits: wilsonpage-away (wilsonpage@moz-i6u.sut.111.217.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [19:14] * Quits: ejpbruel (ejpbruel@moz-85djl2.dynamic.ziggo.nl) (Ping timeout: 121 seconds)
- # [19:14] * Quits: jrmuizel (jrmuizel@moz-h0m464.3t38.sij7.f0c8.2607.IP) (Connection closed)
- # [19:14] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [19:15] * Joins: jrmuizel (jrmuizel@66.207.193.21)
- # [19:15] * Quits: tH (Rob@cpc3-lee211-2-0-cust663.7-1.cable.virginm.net) (Ping timeout: 121 seconds)
- # [19:17] * Quits: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421])
- # [19:18] <Mossop> smaug: That's the default theme
- # [19:19] * Quits: Paul|2 (paul.oiegas@moz-662.esi.231.62.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [19:20] * hwine-coffee is now known as hwine
- # [19:21] * KWierso|afk is now known as KWierso
- # [19:22] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [19:23] * Gijs is now known as Gijs_away
- # [19:24] * Joins: jviereck (Adium@moz-2cu8mm.dclient.hispeed.ch)
- # [19:25] * Quits: paolo (paolo@moz-8i7etk.retail.telecomitalia.it) (Quit: )
- # [19:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fd69513f86b7 - Chris Pearce - Bug 1230026 - Support 'webm' initDataType format for MP4 ClearKey initData. r=gerald
- # [19:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a8b4b4cdab7b - Chris Pearce - Bug 1230026 - Add test for 'webm' initDataType for ClearKey initData. r=gerald
- # [19:28] * mhowell|away is now known as mhowell
- # [19:29] * Joins: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com)
- # [19:30] * Joins: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP)
- # [19:30] * Joins: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP)
- # [19:30] * Quits: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP) (Client exited)
- # [19:31] * Joins: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP)
- # [19:31] <KWierso> ato: ping
- # [19:32] <ato> KWierso: Yes?
- # [19:33] * Joins: aleth (instantb@moz-enf.f6q.51.151.IP)
- # [19:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/65b8c89ff1b7 - Mark Capella - Bug 1215959 - (GeckoCarets2) - Flip on by default in nightly, r=snorp
- # [19:33] * jlund|mtg is now known as jlund
- # [19:33] * Joins: tH (Rob@cpc3-lee211-2-0-cust663.7-1.cable.virginm.net)
- # [19:35] <KWierso> ato: just filed bug 1230242
- # [19:36] * Quits: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [19:36] <KWierso> the failing tests are tier-2, so you don't have to be backed out for it
- # [19:36] <KWierso> just fyi
- # [19:36] <ato> KWierso: That was fixed by bug 1230079 earlier today.
- # [19:37] <ato> KWierso: As far as I can tell the fix landed on inbound under an hour ago, so it might not be visibly fixed yet.
- # [19:37] <KWierso> ato: oh. yeah, new tests haven't been triggered on that push yet
- # [19:37] <KWierso> ato: I'll close things once those come back green
- # [19:37] <KWierso> thanks :)
- # [19:37] <ato> KWierso: Yep, nigelb helped me triage it this morning.
- # [19:37] <ato> KWierso: (-:
- # [19:37] * Joins: dragana (Instantbird@moz-4hpr60.fbx.proxad.net)
- # [19:38] * Quits: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [19:39] * mwargers is now known as mwargers_away
- # [19:39] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
- # [19:39] * Joins: gcp (gpascutto@moz-hp0b8l.j41b.csd9.1812.2a02.IP)
- # [19:42] * sheppy is now known as sheppy-offline
- # [19:42] * sheppy-offline is now known as sheppy-appt
- # [19:43] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [19:43] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [19:44] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [19:45] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/db85489f0d41 - Michael Comella - Bug 1229892 - Move SetHomepagePreference config to xml from code. r=ahunt
- # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/bf8e89308c04 - Brian Grinstead - Bug 1220011 - Yield on 'console close' command in test (fixes permaorange for beta 43);r=jwalker, a=testonly
- # [19:47] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [19:49] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
- # [19:51] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [19:51] * Quits: milan_ (milan@66.207.193.21) (A TLS packet with unexpected length was received.)
- # [19:51] * Joins: milan (milan@moz-3c9mqj.3t38.sij7.f0c8.2607.IP)
- # [19:52] * kats is now known as kats|away
- # [19:52] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
- # [19:53] * Joins: Jayflux (Jayflux@moz-qkqnjr.as43234.net)
- # [19:53] * kats|away is now known as kats
- # [19:53] * Quits: Bas (chatzilla@moz-ubr8j5.dsl.cambrium.nl) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421])
- # [19:54] * Quits: dragana (Instantbird@moz-4hpr60.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [19:56] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [19:59] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [19:59] <ritu> smaug: just fyi, filed bug 1230253 for that 44.0a2 top crash
- # [20:00] * Joins: karlt (karl@moz-39b.hfb.58.122.IP)
- # [20:00] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [20:01] * jlund is now known as jlund|mtg
- # [20:02] * jimm-lunch is now known as jimm
- # [20:04] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
- # [20:04] * hwine is now known as hwine|afk
- # [20:04] * mrrrgn_brb is now known as mrrrgn
- # [20:06] * Joins: Bas (chatzilla@moz-ubr8j5.dsl.cambrium.nl)
- # [20:07] * Joins: till_ (till@moz-0nqi1t.dyn.telefonica.de)
- # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7f25e05e5809 - Jan Beich - Bug 1218027 - "--with-system-icu fails: js/src/jsapi.cpp:69: error: visibility does not match previous declaration". r=mh+mozilla a=lizzard
- # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4509e30ac56b - Jan Beich - Bug 1228230 - Rely more on top-level configure auto-detection. r=qdot a=lizzard
- # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/dfee45543a95 - Bobby Holley - Bug 1228950 - Disallow scheme sets on nsHostObjectURI. r=bz a=lizzard
- # [20:07] * Quits: till (till@moz-lav95v.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1d0c7cabdeb8 - Matthew Noorenberghe - Bug 1229168 - UITour: Use the correct window in initForBrowser to handle windows with no tabs. r=Dexter a=lizzard
- # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/51ee6ccf889d - Mike Connor - bug 1229667 - ship a hidden search plugin for Yahoo Canada, r=florian a=lizzard
- # [20:09] * Quits: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:09] * AutomatedTester|AFK is now known as AutomatedTester
- # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/70cd8ea76dbe - Jan Beich - Bug 1218027 - "--with-system-icu fails: js/src/jsapi.cpp:69: error: visibility does not match previous declaration". r=mh+mozilla a=lizzard
- # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/9aaa59338c8e - Jan Beich - Bug 1228230 - Rely more on top-level configure auto-detection. r=qdot a=lizzard
- # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/03351f48deff - Matthew Noorenberghe - Bug 1229168 - UITour: Use the correct window in initForBrowser to handle windows with no tabs. r=Dexter a=lizzard
- # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/1b4379347d1c - Mike Connor - bug 1229667 - ship a hidden search plugin for Yahoo Canada, r=florian a=lizzard
- # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/cf98f0335f05 - Bobby Holley - Bug 1228950 - Disallow scheme sets on nsHostObjectURI. r=bz a=lizzard
- # [20:13] * kats is now known as kats|away
- # [20:14] <froydnj> KWierso: looked at bug 893332, tried to ask somebody who knows something :)
- # [20:14] * Joins: catalinb2 (catalin@moz-vv2.ij3.115.79.IP)
- # [20:17] * miketaylr is now known as zz_miketaylr
- # [20:17] * julienw is now known as julienw_afk
- # [20:17] * Quits: marco (marco@moz-qkt.sut.111.217.IP) (A TLS packet with unexpected length was received.)
- # [20:18] * Quits: mwobensmith (mwobensmith@moz-1pilji.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [20:19] * AutomatedTester is now known as AutomatedTester|AFK
- # [20:19] * kats|away is now known as kats
- # [20:20] * Joins: mwobensmith (mwobensmith@moz-u3dg2t.sfo1.mozilla.com)
- # [20:21] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Client exited)
- # [20:21] <KWierso> ato: yay, they're green!
- # [20:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e09649f19381 - Brian Grinstead - Bug 1220011 - Yield on 'console close' command in test (fixes permafail with bug 1224294 applied); r=jwalker
- # [20:23] * mcote is now known as mcote|biab
- # [20:24] <ato> KWierso: Wonderful news!
- # [20:26] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
- # [20:27] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [20:28] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
- # [20:29] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
- # [20:29] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
- # [20:29] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
- # [20:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ca6c81a2c6c2 - Markus Stange - Bug 1200611 - Size ImageLayers correctly for <img>s using object-fit. r=dholbert
- # [20:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0495c1a481af - Robert O'Callahan - Bug 927228 - Allow ImageLayerization for images using 'contain' and 'cover'. r=mstange
- # [20:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b8249000cec9 - Sebastian Kaspari - Bug 1197720 - Introduce background service for downloadable content. r=rnewman
- # [20:32] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
- # [20:33] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
- # [20:34] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
- # [20:34] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
- # [20:35] * hwine|afk is now known as hwine-ooo
- # [20:35] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [20:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ca30d9070e53 - Brian Grinstead - Bug 1207868 - Fix lexical scope autocomplete for global 'let' and 'const';r=past
- # [20:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ebadedcd4010 - Jeff Muizelaar - Bug 1207288. Ask ANGLE for the correct output version. r=jgilbert
- # [20:38] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
- # [20:39] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
- # [20:39] * Joins: mayhemer (Miranda@moz-9mslpd.broadband6.iol.cz)
- # [20:40] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
- # [20:40] * Quits: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP) (Ping timeout: 121 seconds)
- # [20:42] * Quits: Dexter (Alessio@moz-fudm14.retail.telecomitalia.it) (Quit: Leaving)
- # [20:44] * mhowell is now known as mhowell|away
- # [20:45] * Joins: billm (billm@moz-bk0ie4.ujol.1ibb.0101.2620.IP)
- # [20:45] * adusca is now known as adusca|afk
- # [20:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1b964e554709 - Benjamin Bouvier - Bug 1229396: Propagate OOM when pushing elements to the uses array; r=jandem
- # [20:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b7a7fcf24c49 - Benjamin Bouvier - Bug 1229396: Templatize get{Float,Double,SimdData}; r=jandem
- # [20:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/54c0681d35b0 - Benjamin Bouvier - Bug 1229396: Templatize Float/Double/SimdData in MacroAssembler-x86-shared.h; r=jandem
- # [20:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/904fe1ab68b9 - Benjamin Bouvier - Bug 1229396: Templatize constants merging in the shared x86 masm; r=jandem
- # [20:46] * Quits: ericjung_ (ericjung@moz-h2a.9hc.161.107.IP) (Ping timeout: 121 seconds)
- # [20:47] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: This computer has gone to sleep)
- # [20:50] * till_ is now known as till
- # [20:50] * maja_zf|lunch is now known as maja_zf
- # [20:50] * till is now known as Guest65468
- # [20:51] * Guest65468 is now known as till_
- # [20:53] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
- # [20:56] * Quits: ProgramFOX (ProgramFOX@moz-106.n7u.132.109.IP) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
- # [20:59] * till_ is now known as till
- # [20:59] * Quits: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP) (Client exited)
- # [21:00] * Joins: Snuffleupagus (chatzilla@moz-mo4opk.bredband.comhem.se)
- # [21:00] * zz_miketaylr is now known as miketaylr
- # [21:01] * Joins: mastizada (Thunderbird@moz-mek.63k.2.46.IP)
- # [21:02] * Joins: jwq (jwq@moz-jhhaak.uhd1.6vir.2000.2404.IP)
- # [21:02] * khuey|away is now known as khuey
- # [21:04] * adusca|afk is now known as adusca
- # [21:04] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [21:06] * Joins: mwu (mwu@moz-hsamco.oi2i.p882.0085.2601.IP)
- # [21:07] * Quits: mayhemer (Miranda@moz-9mslpd.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [21:08] * jlund|mtg is now known as jlund
- # [21:08] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
- # [21:08] * mcote|biab is now known as mcote
- # [21:10] * stephend is now known as stephend|food
- # [21:12] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
- # [21:12] * Joins: ericjung (ericjung@moz-l1hot8.co.comcast.net)
- # [21:13] * armenzg is now known as armenzg_brb
- # [21:13] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Connection closed)
- # [21:14] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
- # [21:15] * mhowell|away is now known as mhowell
- # [21:16] * Joins: dbaron (dbaron@moz-shmbur.2rkg.9kg1.0101.2620.IP)
- # [21:16] * killer sets mode: +ao dbaron dbaron
- # [21:17] * whimboo|afk is now known as whimboo
- # [21:17] * nthomas|away is now known as nthomas
- # [21:17] * armenzg_brb is now known as armenzg
- # [21:18] * whimboo is now known as whimboo|afk
- # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/56507104b00b - Ralph Giles - Bug 1228721 - Conditionalize other webvtt navigator access. r=kinetik
- # [21:21] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
- # [21:24] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
- # [21:24] * Quits: ericjung (ericjung@moz-l1hot8.co.comcast.net) (Ping timeout: 121 seconds)
- # [21:24] * Quits: jwq (jwq@moz-jhhaak.uhd1.6vir.2000.2404.IP) (Quit: ChatZilla 0.9.91 [SeaMonkey 2.33.1/20150321205436])
- # [21:25] * Joins: ericjung (ericjung@moz-h2a.9hc.161.107.IP)
- # [21:25] * Joins: mkmelin (mkmelin@moz-nr1fdj.elisa-laajakaista.fi)
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/786516f51bc3 - Morgan Phillips - Bug 1197095 - ensure that ForOfIterator does not pass arguments to next calls; r=evilpie
- # [21:27] * sheppy-appt is now known as sheppy-lunch
- # [21:27] * KWierso is now known as KWierso|lunch
- # [21:28] * Quits: bgrins (bgrins@moz-22ldjv.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [21:28] * mjf|away is now known as mjf
- # [21:30] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
- # [21:34] * Joins: espadrine (tyl@moz-l019mn.fbx.proxad.net)
- # [21:35] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
- # [21:36] <gcp> woo, seperate synced tabs button in the menu
- # [21:36] <gcp> mE LIKE
- # [21:36] * Quits: wolfiR (wolfiR@moz-nvo46s.u9sp.0au3.4dd0.2001.IP) (Ping timeout: 121 seconds)
- # [21:39] * jdm is now known as jdm|away
- # [21:42] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Quit: ChatZilla 0.9.92 [Firefox 45.0a1/20151108030417])
- # [21:43] * Joins: Neil (neil@moz-7uauc5.cable.virginm.net)
- # [21:43] * Neil is now known as NeilZZZ
- # [21:43] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
- # [21:43] * Joins: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP)
- # [21:43] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
- # [21:43] * killer sets mode: +o smaug
- # [21:44] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [21:46] * Quits: Shrooms (Shrooms@moz-ak1k97.ip.windstream.net) (Quit: For bacon!)
- # [21:47] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [21:47] * Joins: bgrins (bgrins@moz-cfhap5.mtv2.mozilla.com)
- # [21:48] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
- # [21:48] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:50] * Matti is now known as Matti_away
- # [21:51] * Quits: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP) (Client exited)
- # [21:52] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
- # [21:52] * benfrancis is now known as benfrancis|away
- # [21:53] * Quits: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
- # Session Close: Thu Dec 03 21:56:19 2015
- #
- # Session Start: Thu Dec 03 21:56:19 2015
- # Session Ident: #developers
- # [21:56] * Disconnected
- # [23:17] * Attempting to rejoin channel #developers
- # [23:17] * Rejoined channel #developers
- # [23:17] * Topic is 'Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
- # [23:17] * Set by smaug!chatzilla@moz-omj15l.elisa-laajakaista.fi on Sun Jul 05 00:43:19
- # [23:19] * Joins: ejpbruel (ejpbruel@moz-85djl2.dynamic.ziggo.nl)
- # [23:19] * Quits: tromey (tromey@moz-ukt3s3.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.1.50.2))
- # [23:20] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
- # [23:22] * armenzg is now known as armenzg_afk
- # [23:22] * Quits: armenzg_afk (armenzg@moz-jt36qr.cable.teksavvy.com) (Quit: Leaving)
- # [23:23] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
- # [23:23] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
- # [23:23] * kats is now known as kats|away
- # [23:25] * Quits: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [23:25] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
- # [23:25] * mattwoodrow is now known as mattwoodrow|away
- # [23:25] * Quits: garethc (Adium@moz-nu8p91.3t38.sij7.f0c8.2607.IP) (Quit: Leaving.)
- # [23:27] * vladan is now known as vladan|pto
- # [23:27] * mattwoodrow|away is now known as mattwoodrow
- # [23:27] <KWierso> MattN: ping
- # [23:28] <MattN> KWierso: pong
- # [23:28] <KWierso> MattN: I uplifted bug 1229168 to aurora and beta, and browser_SelfSupportBackend.js is timing out on both
- # [23:29] <MattN> hmm… let me look at the log
- # [23:29] <KWierso> https://treeherder.mozilla.org/logviewer.html#?job_id=1571932&repo=mozilla-aurora
- # [23:30] <MattN> [JavaScript Error: "ReferenceError: is is not defined"
- # [23:30] <MattN> this is easy to fix
- # [23:30] <MattN> it relies on newer BrowserTestUtils behaviour
- # [23:30] * Joins: mayhemer (Miranda@moz-9mslpd.broadband6.iol.cz)
- # [23:31] <MattN> KWierso: I can land a simple fix to both branches
- # [23:31] <KWierso> MattN: thanks
- # [23:31] * Quits: till (till@moz-0nqi1t.dyn.telefonica.de) (A TLS packet with unexpected length was received.)
- # [23:32] <MattN> I guess I should check it locally before pushing…
- # [23:32] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
- # [23:32] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: Leaving)
- # [23:33] * Matti is now known as Matti_away
- # [23:33] * Quits: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [23:34] * mcote is now known as mcote|afk
- # [23:34] * jlund is now known as jlund|lunch
- # [23:34] * hwine-ooo is now known as hwine
- # [23:35] <erahm> mchang: any idea why bug 1227216 is marked memshrink?
- # [23:35] <mchang> erahm: no idea lol
- # [23:36] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [23:36] <erahm> mchang: hah, ok. I'm going to clear it then :)
- # [23:36] <mccr8> probably just autocomplete gone awry
- # [23:38] * Quits: catalinb2 (catalin@moz-vv2.ij3.115.79.IP) (Quit: Leaving)
- # [23:39] * Joins: catalinb2 (catalin@moz-vv2.ij3.115.79.IP)
- # [23:39] * Joins: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com)
- # [23:40] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
- # [23:42] * shorlander is now known as shorlander-away
- # [23:43] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Quit: This computer has gone to sleep)
- # [23:44] * Quits: milan (milan@moz-3c9mqj.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
- # [23:44] * Joins: mgol (m_gol@moz-6k4scn.dynamic.chello.pl)
- # [23:45] <@njn> erahm, mccr8: we need a website whose acronym is AWRY
- # [23:45] <@njn> "are we ready yet?"
- # [23:46] <erahm> njn: I approve the generic nature of this
- # [23:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/76a25ee0f06b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [23:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/84127f4ae4e5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [23:49] <mccr8> njn: and it could just say "No."
- # [23:49] <@njn> mccr8: now you're talking
- # [23:50] * jmaher is now known as jmaher|afk
- # [23:50] <Michelle-SV-QA> Hi all - I am having a hard time deciding where to move a bug that involves page content spamming endless download requests, can some one assist - thanks
- # [23:50] * Quits: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [23:50] * Joins: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com)
- # [23:51] * Quits: eyome (eyome@moz-gfketo.fbx.proxad.net) (Client exited)
- # [23:52] * lmandel_afk is now known as lmandel
- # [23:54] <KWierso> MattN: how are we looking?
- # [23:54] <MattN> KWierso: my local build is still going. 21 minutes already
- # [23:54] <KWierso> whee
- # [23:54] <MattN> I'm 90% sure it will fix it
- # [23:54] <MattN> the problem is the lack of bug 1219504 on those branches
- # [23:56] * Quits: gustavold (gustavold@moz-127.uce.17.191.IP) (Ping timeout: 121 seconds)
- # [23:57] * Quits: mayhemer (Miranda@moz-9mslpd.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [23:59] <KWierso> gerald: ping?
- # [23:59] <gerald> KWierso: pong!
- # Session Close: Fri Dec 04 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn