/irc-logs / mozilla / #developers / 2015-01-07 / end
Options:
Previous day, Next day
- # Session Start: Wed Jan 07 00:00:00 2015
- # Session Ident: #developers
- # [00:00] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
- # [00:00] <jimb> ted: How many recursive configures do we use? I only knew about js/src/configure.in.
- # [00:00] * Quits: jduell (jduell@moz-co6dsa.tukw.qwest.net) (Connection closed)
- # [00:00] * Joins: jduell (jduell@moz-co6dsa.tukw.qwest.net)
- # [00:01] <@ehsan> RyanVM|sheriffduty: done
- # [00:01] <RyanVM|sheriffduty> thanks
- # [00:01] * Quits: squeakytoy (squeakytoy@moz-2n0365.se.alltele.net) (Connection closed)
- # [00:01] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
- # [00:01] <@ehsan> np
- # [00:01] <cpeterson> ehsan: do you know if there are B2G plans to actually switch gcc? B2G 2.2 will ship Gecko 37, so after next week's merge, big B2G changes could land in Nightly 38 without risking a (scheduled) release of B2G.
- # [00:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e3e24120107b - Ehsan Akhgari - Bug 1058644 follow-up: Mark ConsoleRunnable's constructor as explicit
- # [00:02] <@ehsan> cpeterson: I think what this work lets us do is to use whatever gcc we want for building gecko, and use the android's default toolchain to compile everything else
- # [00:02] <@ehsan> so in theory we should be in control of the version we use
- # [00:02] <@ehsan> someone even mentioned once what that version was, but I forget
- # [00:03] <@ehsan> it'll basically make us gcc>=4.6 though
- # [00:03] <Waldo> well, the bustage fix has fixed at least *some* of those reds for sure
- # [00:03] <seth> Waldo: i'm running into an issue where MSVC doesn't seem to like me using an enumeration value declared via MOZ_BEGIN_ENUM_CLASS as a default argument for a method
- # [00:03] <cpeterson> ehsan: I see. I guess the last dependency is when the B2G team wants to stop support ICS Gonk.
- # [00:04] * Quits: wlach (wlach@moz-t2np4e.ckpj.s0pt.0450.2001.IP) (Quit: Ex-Chat)
- # [00:04] <seth> Waldo: have you seen that before?
- # [00:04] <@ehsan> cpeterson: my point was that we don't need to de-support ICS any more :)
- # [00:04] <@ehsan> cpeterson: we can use a newer gcc to build gecko on ICS
- # [00:05] <Waldo> seth: I have not, no -- how minimal a testcase can you make?
- # [00:05] <Waldo> seth: the only issue I was aware of with typed enums, in supporting compilers, was that gcc unavoidably warns if you use a typed enum as the type of a bit field
- # [00:06] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [00:06] <Waldo> there are hackarounds to this, just fugly ones that don't let you use pure C++11 syntax without compiler extensions
- # [00:06] * Joins: mccr8 (mccr8@moz-m84lpe.ca.comcast.net)
- # [00:06] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:06] <@ted> jimb: nspr, freetype2 (on some platforms) jemalloc (sometimes), libffi (by way of js/src), ICU
- # [00:07] * Quits: mconley (mconley@moz-i5m.05u.207.66.IP) (Connection closed)
- # [00:08] <@ehsan> RyanVM|sheriffduty: any idea when we'll reopen btw?
- # [00:09] * Joins: tedders1 (tedders1@moz-u0u8qq.ckpj.s0pt.0450.2001.IP)
- # [00:09] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [00:09] * bc is now known as bc|bbl
- # [00:09] <seth> Waldo: i'll try to make a minimal test case when i get a chance. it puzzles me because i thought that we were using MSVC 2013 on try, which i thought supported enum class
- # [00:09] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [00:09] <seth> Waldo: indeed, do i even need to be using these macros anymore?
- # [00:09] <@njn> ehsan: in https://bugzilla.mozilla.org/show_bug.cgi?id=709326#c53, do you mean I should remove the code I added to nsGlobalWindow::SetDocShell()?
- # [00:09] <jimb> ted: Wow.
- # [00:09] <Waldo> seth: enum Foo : int8_t {} you can get away with not using, except for that bit field case -- we have one use of that in the tree right now
- # [00:10] <@ehsan> njn: no, that's necessary so that when we do SetDocShell(null) we remember what the last flag was
- # [00:10] <Waldo> seth: I am not certain about enum classes just yet
- # [00:10] <@ehsan> njn: but when the docshell is not null we can just read the flag directly from it
- # [00:10] <@ehsan> njn: does that make sense?
- # [00:10] <Waldo> seth: feel free to try without the macros and report back, more data always helpful
- # [00:10] <@njn> ehsan: right, so have both changes
- # [00:10] <@ehsan> yes
- # [00:10] <@njn> thanks
- # [00:10] <@ehsan> np
- # [00:10] <seth> Waldo: the wiki shows green for all supported compilers but still stays to use the macros, which is kinda ambiguous =)
- # [00:10] <seth> Waldo: i'll try it out, sure
- # [00:10] <@ehsan> I think that _should_ do everything we need
- # [00:11] * Quits: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [00:11] <Waldo> seth: I think jcranmer|away is slightly more familiar with the facts on the ground atm than I am
- # [00:12] * catlee is now known as catlee-away
- # [00:12] <Waldo> seth: and I believe he's the one that's been fast on the draw to update compiler requirements on that page
- # [00:12] <xidorn> RyanVM|sheriffduty: it seems linux64 tests are trapped again?
- # [00:13] <RyanVM|sheriffduty> ehsan: well let's see, we haven't had a windows build on inbound in how long now?
- # [00:13] <xidorn> since about 2hrs ago
- # [00:14] * Joins: Jesse_ (jruderman@moz-cfhap5.mtv2.mozilla.com)
- # [00:14] * mcote is now known as mcote|afk
- # [00:14] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
- # [00:14] <seth> Waldo: gotcha. whenever he returns from away hopefully he'll have more to add. i'm going to push a try job that uses raw "enum class" on linux and windows and i'll report back. i know that OS X supports it
- # [00:14] <seth> (well, clang supports it, is really what i mean)
- # [00:15] * Quits: kgrandon1 (Adium@moz-6e8q5i.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [00:15] <@ehsan> RyanVM|sheriffduty: that's a no I guess? :)
- # [00:15] <RyanVM|sheriffduty> yeah
- # [00:16] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [00:17] * Quits: Pike (chatzilla@moz-7fuldt.pool.mediaWays.net) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
- # [00:17] * Joins: KWierso|Phone (KWierso|Pho@moz-hss1fm.sub-70-210-135.myvzw.com)
- # [00:17] * Quits: Swatinem1 (Instantbird@moz-ijsnuu.dynamic.surfer.at) (Ping timeout: 121 seconds)
- # [00:17] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
- # [00:18] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [00:19] * Quits: tromey (tromey@moz-2d91tj.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.0.50.8))
- # [00:19] <@njn> does do_QueryInterface(nullptr) just return nullptr?
- # [00:19] <jdm> yep
- # [00:20] * coop|buildduty is now known as coop|afk
- # [00:20] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Quit: Leaving...)
- # [00:20] * Quits: junaid (junaid@moz-10h.idi.101.212.IP) (Ping timeout: 121 seconds)
- # [00:20] * Quits: victorporof (victorporof@moz-i5m.05u.207.66.IP) (Quit: 💤)
- # [00:20] <@njn> jdm: thx
- # [00:21] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [00:22] * Quits: heftig (heftig@moz-5r9s0n.archlinux.org) (Connection closed)
- # [00:22] * Joins: heftig (heftig@moz-5r9s0n.archlinux.org)
- # [00:23] * Quits: janv_ (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: This computer has gone to sleep)
- # [00:24] * Quits: KWierso|Phone (KWierso|Pho@moz-hss1fm.sub-70-210-135.myvzw.com) (Quit: quit)
- # [00:25] * Joins: jet (uid49872@moz-2b8mdp.charlton.irccloud.com)
- # [00:27] <@njn> ehsan: using the docshell instead of the cached value didn't help
- # [00:27] <@ehsan> njn: o_O
- # [00:27] * chmanchester is now known as chmanchester|afk
- # [00:27] <@ehsan> njn: can you tell me what you're testing?
- # [00:28] <@njn> ehsan: I have youtube.com open in the PB window, and about:memory in the non-PB window
- # [00:28] <@njn> ehsan: I have the mix of public/private like in https://bugzilla.mozilla.org/show_bug.cgi?id=709326#c52
- # [00:28] <@ehsan> njn: these are all iframes, right?
- # [00:28] * Joins: emtwo (Adium@moz-vfev0l.cable.rogers.com)
- # [00:29] <@njn> ehsan: one is the top window, the rest are iframes AFAIK
- # [00:29] <@ehsan> njn: what SetPB logs do you get on stdout?
- # [00:29] <@njn> ehsan: could this be some inner vs. outer window thing?
- # [00:30] <@njn> ehsan: I'll get them, one sec
- # [00:30] <@ehsan> njn: hmm, maybe, but I mean the docshell should know the correct flag for sure
- # [00:30] * Quits: ddahl (ddahl@moz-40a6g5.il.comcast.net) (Quit: Adios Amigos!)
- # [00:30] * Quits: gustavold (gustavold@moz-6ij.iv2.38.189.IP) (Quit: Leaving.)
- # [00:31] * Quits: tantek (tantek@moz-6s2vd2.dynamic.fusionbroadband.com) (Client exited)
- # [00:31] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [00:31] <@njn> ehsan: http://pastebin.mozilla.org/8166661 is what I get from the point of opening the PB window
- # [00:31] <@njn> ehsan: I'll dig and see if the non-private ones have a docshell or not
- # [00:32] <@ehsan> njn: please do
- # [00:32] * Joins: victorporof (victorporof@moz-3ofrgn.dsl.bell.ca)
- # [00:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/65aecbe1ef91 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [00:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/edab500bd41c - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [00:32] <@ehsan> njn: also how do you read the docshell flag?
- # [00:33] * Quits: emtwo (Adium@moz-vfev0l.cable.rogers.com) (Ping timeout: 121 seconds)
- # [00:33] * Quits: kinetik (kinetik@moz-q1v7da.orcon.net.nz) (Ping timeout: 121 seconds)
- # [00:33] <@njn> ehsan: http://pastebin.mozilla.org/8166663
- # [00:33] * Joins: jrmuizel (jrmuizel@moz-ibas2q.cable.teksavvy.com)
- # [00:33] * Joins: ddahl (ddahl@moz-40a6g5.il.comcast.net)
- # [00:34] * Joins: kgrandon (Adium@moz-44art6.rgd2.9kg1.0101.2620.IP)
- # [00:34] <@ehsan> njn: that looks fine
- # [00:34] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [00:36] * Quits: dark-knight (dark-knight@moz-r9rogb.enn.lu) (A TLS packet with unexpected length was received.)
- # [00:36] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [00:38] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [00:38] * Joins: jgilbert (jgilbert@moz-onnq66.ujol.1ibb.0101.2620.IP)
- # [00:41] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
- # [00:43] * Quits: givanica (Thunderbird@moz-g4j.rug.121.86.IP) (Client exited)
- # [00:43] * coop|afk is now known as coop
- # [00:44] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
- # [00:45] * Quits: tomer (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
- # [00:46] * Fallen|away is now known as Fallen
- # [00:48] * Quits: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:48] * Quits: Archaeopteryx (Archaeopter@moz-1ip91r.cust.telecolumbus.net) (Quit: Goodbye)
- # [00:50] <@njn> ehsan: all the ones marked public lack a docshell, all those marked private have one: http://pastebin.mozilla.org/8166669
- # [00:50] <@ehsan> njn: did the public ones have a docshell and end up losing it through SetDocShell(nullptr)?
- # [00:51] * BenWa|email is now known as BenWa
- # [00:51] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [00:53] <@njn> ehsan: maybe? e.g. window 21 looks like it did have the PB flag set at one point... I'll keep looking
- # [00:54] <@ehsan> njn: can you please attach your patch to the bug and flag me on it?
- # [00:54] <@ehsan> njn: I'm about to leave the office, will take a look later tonight/tomorrow
- # [00:54] <@njn> ehsan: ok
- # [00:54] * Joins: givanica (Thunderbird@moz-g4j.rug.121.86.IP)
- # [00:55] <@ehsan> thanks
- # [00:55] * Quits: givanica (Thunderbird@moz-g4j.rug.121.86.IP) (Client exited)
- # [00:55] * Quits: @ehsan (ehsan@moz-i5m.05u.207.66.IP) (Quit: vanished into thin air...)
- # [00:55] * Quits: erahm (erahm@moz-jjj0qb.or.comcast.net) (A TLS packet with unexpected length was received.)
- # [00:57] * Joins: nattokirai (nattokirai@moz-uc5rs7.ocn.ne.jp)
- # [00:57] * Joins: davidb (davidb@moz-f9fg1d.dsl.bell.ca)
- # [00:57] * Quits: davidb (davidb@moz-f9fg1d.dsl.bell.ca) (Quit: peace out)
- # [00:57] * chmanchester|afk is now known as chmanchester
- # [00:58] * Joins: erahm (erahm@moz-jjj0qb.or.comcast.net)
- # [00:58] * Joins: alexbard_ (alexbardas@moz-d9sbt4.GR.idilis.net)
- # [00:59] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [01:00] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [01:00] * Quits: alexbardas (alexbardas@moz-1n07eo.DJ.idilis.net) (Ping timeout: 121 seconds)
- # [01:01] * Quits: mreavy (chatzilla@moz-15n93u.fios.verizon.net) (Ping timeout: 121 seconds)
- # [01:02] * Quits: Delta706 (xx@moz-uh2kdq.as13285.net) (Quit: much too bland)
- # [01:03] * Quits: jimb (user@moz-c3a.i8g.126.207.IP) (Ping timeout: 121 seconds)
- # [01:03] * sheppy is now known as sheppy-offline
- # [01:04] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
- # [01:04] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [01:05] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [01:05] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [01:05] * Joins: mreavy (chatzilla@moz-15n93u.fios.verizon.net)
- # [01:07] * Joins: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net)
- # [01:07] * Joins: joshua-s (Thunderbird@moz-uok32c.east.verizon.net)
- # [01:07] * Fallen is now known as Fallen|away
- # [01:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/33781a3a5201 - Ryan VanderMeulen - Backed out changeset 205f8fa00772 (bug 1055755) for Android debug jsreftest permafail.
- # [01:07] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [01:08] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [01:08] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [01:09] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [01:09] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [01:10] <@njn> wait, SetDocShell() asserts that its argument is non-null...
- # [01:10] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [01:13] * whimboo is now known as whimboo|afk
- # [01:13] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Connection closed)
- # [01:14] * Quits: erahm (erahm@moz-jjj0qb.or.comcast.net) (A TLS packet with unexpected length was received.)
- # [01:14] * Joins: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
- # [01:14] * Joins: erahm (erahm@moz-jjj0qb.or.comcast.net)
- # [01:15] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
- # [01:16] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
- # [01:19] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
- # [01:20] * Quits: mwu (mwu@moz-h5m76b.hntd.7296.000c.2601.IP) (Quit: Leaving)
- # [01:21] <RyanVM|sheriffduty> mchang: ping
- # [01:21] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Quit: Konversation terminated!)
- # [01:21] <mchang> RyanVM|sheriffduty: pong
- # [01:21] <RyanVM|sheriffduty> mchang: I'm seeing sporadic OSX 10.6 debug reftest failrues on inbound like this - https://treeherder.mozilla.org/logviewer.html#?job_id=5132836&repo=mozilla-inbound
- # [01:21] <RyanVM|sheriffduty> jfkthame: ping as well ^
- # [01:21] <RyanVM|sheriffduty> I suspect one of your pushes is responsible
- # [01:22] <RyanVM|sheriffduty> https://hg.mozilla.org/integration/mozilla-inbound/rev/1fc59f36a868 is maybe-suspicious
- # [01:22] * geekboy is now known as geekboy|afk
- # [01:22] <mchang> RyanVM|sheriffduty: do you know if it was after bug 1117870 or bug 1118336 made it look bad?
- # [01:23] <RyanVM|sheriffduty> there's only been two so far
- # [01:23] <RyanVM|sheriffduty> just started in the past few hours
- # [01:25] <mchang> RyanVM|sheriffduty: hmm bug 1117870 landed on inbound yesterday and is off by default
- # [01:25] <RyanVM|sheriffduty> mchang: wth, inbound's going to be closed for awhile still
- # [01:25] <RyanVM|sheriffduty> i'll trigger some retriggers
- # [01:25] * Joins: kinetik (kinetik@moz-cr71ll.orcon.net.nz)
- # [01:25] <mchang> RyanVM|sheriffduty: here is the other push on try - https://treeherder.mozilla.org/#/jobs?repo=try&revision=4fde508eb87d
- # [01:25] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [01:26] * Quits: espadrine (ttyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [01:26] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
- # [01:28] * Quits: KaiRo (robert@moz-g7li4i.highway.telekom.at) (A TLS packet with unexpected length was received.)
- # [01:28] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Quit: Leaving)
- # [01:28] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [01:28] * Quits: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net) (Connection closed)
- # [01:29] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
- # [01:29] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [01:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/599f947de50d - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
- # [01:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d72682112110 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [01:34] * RyanVM|sheriffduty has a great idea
- # [01:34] * RyanVM|sheriffduty will ignore all future emails and blame email filters when anybody asks
- # [01:35] * Quits: jdm (jdm@moz-mu9.06r.98.75.IP) (Quit: )
- # [01:35] * miketaylr is now known as zz_miketaylr
- # [01:36] <edmorley> lol
- # [01:38] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
- # [01:38] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [01:41] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [01:42] <Callek> RyanVM|sheriffduty: you can make that true and just filter any e-mail that contains an ascii character as spam
- # [01:43] <Callek> :-)
- # [01:44] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Quit: )
- # [01:45] * Quits: azakai (alon@moz-s1fqdp.mh2d.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [01:50] * Quits: bwc (Adium@moz-9ncjol.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [01:50] * Joins: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com)
- # [01:50] * Quits: Jesse_ (jruderman@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [01:51] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
- # [01:51] * RyanVM|sheriffduty is now known as RyanVM|afk
- # [01:52] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
- # [01:52] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
- # [01:52] * Quits: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [01:55] * Joins: evanxd (Adium@moz-94s5hl.dynamic.hinet.net)
- # [01:56] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [01:56] * Joins: milan (milan@moz-vpv.gm9.50.70.IP)
- # [01:58] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
- # [01:59] * Quits: mccr8 (mccr8@moz-m84lpe.ca.comcast.net) (Quit: )
- # [02:00] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [02:01] * Joins: m_kato (m_kato@moz-86b4bs.bitcat.net)
- # [02:02] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [02:03] * Quits: benfrancis|away (uid16068@moz-u0phi1.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [02:03] * Quits: jimm (jmathies@moz-met.a66.235.67.IP) (Quit: )
- # [02:04] * Quits: bent (chatzilla@moz-5uijqj.2rkg.9kg1.0101.2620.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [02:04] * Quits: ehugg (ehugg@moz-9u7.ruf.170.166.IP) (Client exited)
- # [02:04] * Quits: milan (milan@moz-vpv.gm9.50.70.IP) (Ping timeout: 121 seconds)
- # [02:05] * Joins: milan (milan@moz-vpv.gm9.50.70.IP)
- # [02:06] * Quits: mwobensmith (mwobensmith@moz-npoo2u.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [02:08] * Quits: joshua-s (Thunderbird@moz-uok32c.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
- # [02:09] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [02:09] * Parts: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
- # [02:12] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [02:13] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
- # [02:14] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [02:14] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Quit: dholbert)
- # [02:15] * Quits: alexbard_ (alexbardas@moz-d9sbt4.GR.idilis.net) (A TLS packet with unexpected length was received.)
- # [02:19] * khuey is now known as khuey|away
- # [02:22] * Joins: joshua-s (Thunderbird@moz-uok32c.east.verizon.net)
- # [02:22] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [02:25] * terrence is now known as terrence-afk
- # [02:26] * Quits: &dbaron (dbaron@moz-5k7m8a.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
- # [02:27] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
- # [02:28] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Ping timeout: 121 seconds)
- # [02:29] * Quits: bnicholson (bnicholson@moz-eqibhn.ujol.1ibb.0101.2620.IP) (Quit: This computer has gone to sleep)
- # [02:29] * heycam is now known as heycam|away
- # [02:29] * Quits: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com) (Quit: )
- # [02:30] * Quits: joshua-s (Thunderbird@moz-uok32c.east.verizon.net) (Ping timeout: 121 seconds)
- # [02:31] * Quits: KuoE0 (KuoE0@moz-noiaph.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [02:32] * Joins: wesley_huang (wesley_huan@moz-4ibq4u.dynamic.hinet.net)
- # [02:32] * Quits: bholley (bholley@moz-l8ebtf.sfo1.mozilla.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [02:34] * zz_miketaylr is now known as miketaylr
- # [02:35] * Joins: joshua-s (Thunderbird@moz-03o5ke.east.verizon.net)
- # [02:35] * Quits: tanvi (tanvi@moz-j1je87.p1o0.l3en.0009.2601.IP) (Quit: Leaving.)
- # [02:41] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
- # [02:42] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [02:43] * Joins: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:43] * Joins: edenchuang (uid46829@moz-g8d4rq.uxbridge.irccloud.com)
- # [02:44] * Joins: jamin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:44] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
- # [02:45] * Joins: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com)
- # [02:47] * Joins: davidb (davidb@moz-f9fg1d.dsl.bell.ca)
- # [02:49] * Quits: dria (dria@moz-omss7v.cpe.pppoe.ca) (Client exited)
- # [02:49] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [02:50] * Joins: shelly (shelly@moz-2hf62a.HINET-IP.hinet.net)
- # [02:50] * Joins: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:51] * Quits: bdahl (bdahl@moz-4nps9n.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
- # [02:51] * Quits: davidb (davidb@moz-f9fg1d.dsl.bell.ca) (Quit: Blah blah blah)
- # [02:53] * Joins: bnicholson (bnicholson@moz-olu.vgl.130.24.IP)
- # [02:54] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
- # [02:54] * Joins: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net)
- # [02:55] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
- # [02:55] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
- # [02:57] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [02:58] * Joins: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net)
- # [02:58] * glob|away is now known as glob
- # [02:59] * Quits: evanxd (Adium@moz-94s5hl.dynamic.hinet.net) (Quit: Leaving.)
- # [02:59] * Quits: Mook_as (mook@moz-vlall4.activestate.com) (Client exited)
- # [02:59] * Quits: wesley_huang (wesley_huan@moz-4ibq4u.dynamic.hinet.net) (Client exited)
- # [02:59] * Joins: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:01] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [03:03] <edwin> made a try push ~30 min ago and is still hasn't shown up on treeherder. is this a known issue?
- # [03:03] <edwin> never mind. appears just after i typed that.
- # [03:03] * Quits: bgrins (bgrins@moz-a4h2s5.qnor.1u98.0009.2601.IP) (Quit: Leaving.)
- # [03:04] * Joins: xeonchen_ (xeon@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:04] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Connection closed)
- # [03:05] * Quits: kgrandon (Adium@moz-44art6.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [03:05] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [03:07] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [03:07] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [03:07] * Joins: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:10] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [03:12] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [03:12] * Quits: brendan (brendaneich@moz-k4ijtn.sub-70-197-1.myvzw.com) (Client exited)
- # [03:12] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [03:13] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [03:13] * rail is now known as rail_away
- # [03:13] * Joins: boris (boris@moz-3qu405.dynamic.hinet.net)
- # [03:13] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (A TLS packet with unexpected length was received.)
- # [03:14] * Joins: chewey_ (chewey@moz-ee3ikv.dip0.t-ipconnect.de)
- # [03:16] * Quits: mchang (mchang@moz-4b7hgp.res.rr.com) (Client exited)
- # [03:16] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [03:17] * bc|bbl is now known as bc
- # [03:17] * Quits: chewey (chewey@moz-8q7g86.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [03:22] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [03:22] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
- # [03:23] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [03:24] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
- # [03:25] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
- # [03:25] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
- # [03:26] <KWierso> edwin: treeherder ingestion seems to be slow lately
- # [03:26] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
- # [03:28] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [03:28] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [03:32] * Quits: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [03:33] * nsm is now known as nsm|away
- # [03:34] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [03:34] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [03:35] * Joins: brendan (brendaneich@moz-3sj.f6f.15.4.IP)
- # [03:36] * Quits: rniwa (rniwa@moz-t3u.b6e.164.67.IP) (Client exited)
- # [03:36] * Joins: rniwa (rniwa@moz-t3u.b6e.164.67.IP)
- # [03:37] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Quit: Leaving)
- # [03:37] * Quits: Waldo (waldo@moz-uhmkk3.dim.wideopenwest.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
- # [03:40] * Quits: milan (milan@moz-vpv.gm9.50.70.IP) (Quit: )
- # [03:41] * Quits: brendan (brendaneich@moz-3sj.f6f.15.4.IP) (Ping timeout: 121 seconds)
- # [03:42] * Joins: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net)
- # [03:42] * philor|away is now known as philor
- # [03:42] * ewong|away is now known as ewong
- # [03:43] * Quits: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [03:44] * Joins: Jesse (jruderman@moz-pqc1f5.ca.comcast.net)
- # [03:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cfbd5b302717 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [03:46] * Quits: jgilbert (jgilbert@moz-onnq66.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [03:46] * Joins: kilikkuo (Mibbit@moz-2hf62a.HINET-IP.hinet.net)
- # [03:49] * Joins: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net)
- # [03:51] * Joins: dria (dria@moz-am5.1q4.171.192.IP)
- # [03:52] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [03:53] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Quit: )
- # [03:53] * glob is now known as glob|away
- # [03:55] * Joins: brendan (brendaneich@moz-3sj.f6f.15.4.IP)
- # [03:56] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Ping timeout: 121 seconds)
- # [03:58] * Joins: JosiahOne (Instantbird@moz-tp7rk5.l2d1.q8mm.0306.2602.IP)
- # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/336ead0f4965 - Mark Hammond - Bug 1113493 - maintain engine state and offer engine customization during migration. r=rnewman/adw
- # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/7a472c24f6aa - Mark Hammond - Bug 1114445 - update sync migration flows to reflect latest requirements. r=adw
- # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5d3be0c407a8 - Mark Hammond - Bug 1117033 - all sync migration states in the hamburger menu take us to Sync prefs. r=adw
- # [03:59] <edwin> what does the S build mean by "bad implicit conversion constructor"? the only google hits are from clang source code...
- # [03:59] <RyanVM|afk> edwin: static analysis builds
- # [04:00] <mattwoodrow> one arg constructors need to have explict, or MOZ_IMPLICIT
- # [04:00] <edwin> (and I will have you know, clang, that it is a perfectly lovely implicit conversion constructor)
- # [04:00] <edwin> ah
- # [04:00] <RyanVM|afk> edwin: ehsan emailed a PSA to dev-platform about it before the holidays
- # [04:00] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [04:00] * Quits: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP) (Ping timeout: 121 seconds)
- # [04:00] <RyanVM|afk> edwin: "PSA: Constructors callable with one argument should be marked as explicit/implicit"
- # [04:01] <RyanVM|afk> and he added a check for it to the static analysis builds we run
- # [04:01] * Quits: brendan (brendaneich@moz-3sj.f6f.15.4.IP) (Ping timeout: 121 seconds)
- # [04:01] <edwin> ah, i see
- # [04:02] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [04:02] * Joins: fabrice (fabrice@moz-3oj.il6.198.71.IP)
- # [04:02] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [04:03] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
- # [04:04] * Joins: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP)
- # [04:05] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
- # [04:06] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [04:07] * Quits: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [04:07] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [04:07] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [04:09] * Quits: jrmuizel (jrmuizel@moz-ibas2q.cable.teksavvy.com) (Connection closed)
- # [04:09] * heycam|away is now known as heycam
- # [04:11] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [04:11] * Quits: a-865 (fmcz@moz-6psm3k.cable.mindspring.com) (Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.32/20141218225521])
- # [04:11] <nigelb> morning
- # [04:12] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
- # [04:12] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [04:12] * Quits: JosiahOne (Instantbird@moz-tp7rk5.l2d1.q8mm.0306.2602.IP) (Ping timeout: 121 seconds)
- # [04:15] * Quits: WeirdAl (chatzilla@moz-3f3s98.ca.comcast.net) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141201111728])
- # [04:17] <@njn> roc: I'm having trouble installing a debuginfo package for libdrm
- # [04:17] <@njn> Ubuntu has libdrm2-dbg...
- # [04:19] * @njn tries that
- # [04:19] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [04:21] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
- # [04:22] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [04:22] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Quit: Leaving)
- # [04:24] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [04:25] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [04:25] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=33781a3a5201 - 63 changesets
- # [04:25] * Joins: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:26] * glob|away is now known as glob
- # [04:27] * Joins: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net)
- # [04:27] * jdm is now known as jdm|busy
- # [04:27] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [04:28] * Joins: StevenLee1 (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [04:30] * Quits: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [04:34] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [04:34] * Joins: a-865 (fmcz@moz-6psm3k.cable.mindspring.com)
- # [04:38] * Joins: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:39] * Joins: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca)
- # [04:39] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [04:40] <botond|home> alfredo: ping?
- # [04:43] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [04:43] <alfredo> botond|home: pong
- # [04:44] <botond|home> alfredo: hey :) just wondering if i could get an r+ on that method rename i asked you about a couple of weeks ago (to fix b2g werrors). i initially committed it as a bustage fix, but it was backed out so i posted it for proper review
- # [04:44] <botond|home> alfredo: the patch is here: https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1073003&attachment=8543109
- # [04:45] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
- # [04:45] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [04:46] * Quits: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP) (Quit: )
- # [04:46] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
- # [04:46] <alfredo> botond|home: Sure. BTW, my bug mail is ayang@mozilla.com, you tag the wrong person. :)
- # [04:46] * Quits: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [04:47] <botond|home> alfredo: oh! sorry
- # [04:47] <botond|home> alfredo: (i typed 'alfredo' and didn't look too closely at the email that came up)
- # [04:49] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [04:50] * Quits: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com) (Quit: Connection closed for inactivity)
- # [04:50] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [04:50] <alfredo> botond|home: LGTM.
- # [04:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=4baccd81ced8 - 64 changesets
- # [04:52] * KWierso is now known as KWierso|afk
- # [04:52] <botond|home> alfredo: thanks!
- # [04:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=a185d1c79df9 - 64 changesets
- # [04:53] * Joins: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:54] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Connection closed)
- # [04:55] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [04:55] * Quits: kamidphish (dglastonbur@moz-ouggk0.tpgi.com.au) (Connection closed)
- # [04:55] * Quits: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
- # [04:57] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Ping timeout: 121 seconds)
- # [04:57] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [04:57] * coop is now known as coop|afk
- # [04:58] * Joins: wlach (wlach@moz-5tlj2g.vif.net)
- # [04:58] * Quits: Boriss (Boriss@moz-f1bjd5.PUBLIC.monkeybrains.net) (Client exited)
- # [04:59] * Joins: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ccaa9fe3423 - Brian Smith - Bug 1073867, Part 5: Make DSS test faster, r=mmc
- # [05:00] <@njn> nigelb: time to reopen the tree?
- # [05:00] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Quit: )
- # [05:02] * jdm|busy is now known as jdm
- # [05:02] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [05:05] <philor> njn: you mean "KWierso: time to have reopened the tree 12 minutes ago?"
- # [05:05] * Quits: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [05:05] <@njn> philor: hmm, my Treeherder tab's favicon hadn't updated
- # [05:05] * Quits: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [05:05] <@njn> thanks for the nudge
- # [05:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c71e4fb1d36c - Nicholas Nethercote - Bug 1117623 - Fix undefined value error in TouchInputMapper::configureSurface(). r=mwu.
- # [05:06] * Joins: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:07] * Joins: sewardj_ (sewardj@moz-er7h7u.dip0.t-ipconnect.de)
- # [05:07] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [05:07] * Joins: yshlin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [05:07] <nigelb> yeah, what philor said.
- # [05:07] * nigelb goes back to breakfast
- # [05:08] * mattwoodrow is now known as mattwoodrow|away
- # [05:10] * Quits: yshlin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [05:10] * Quits: sewardj (sewardj@moz-5jbl2h.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [05:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/36ff8406cca7 - Chris Pearce - Bug 1118593 - Disable MoofParser for encrypted streams. r=kentuckyfriedtakahe
- # [05:11] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [05:13] * joshua-s is now known as joshua-s|zzz
- # [05:13] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [05:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/80f15029ae68 - Xidorn Quan - Bug 1116631 - Fix isize reservation of ruby base container. r=roc
- # [05:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6af6f0cea6fb - Xidorn Quan - Bug 1116635 - Fix interaction between ruby alignment and trimmed whitespace. r=roc
- # [05:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93ea6d35aa64 - Xidorn Quan - Bug 1117597 - Sync bounds of ruby annotation containers. r=roc
- # [05:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c1cba30ef56f - Xidorn Quan - Bug 1116688 - Always try to push children after reflowing an incomplete ruby segment. r=dbaron
- # [05:16] * Joins: alexbardas (alexbardas@moz-sb8aha.AR.idilis.net)
- # [05:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fbb35d6d4151 - Tooru Fujisawa - Bug 1116413 - Fix example comment for PromiseUtils.resolveOrTimeout. r=yoric
- # [05:18] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [05:19] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:20] * Quits: alexbardas (alexbardas@moz-sb8aha.AR.idilis.net) (Ping timeout: 121 seconds)
- # [05:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/43d7ef422777 - Ben Turner - Bug 1118504 - Add test for <input type='file'> blobs in indexedDB, r=khuey.
- # [05:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6a42670bebb - Ben Turner - Bug 1118535 - Don't let PBackgroundChild actors leak HANDLEs on Windows, r=mrbkap.
- # [05:21] * Quits: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [05:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4bbf84095f7f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [05:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c7ae19c5b2ed - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [05:24] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [05:25] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [05:28] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:31] * Quits: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [05:31] * Quits: RyanVM|afk (Thunderbird@moz-hbb9mb.fios.verizon.net) (Client exited)
- # [05:32] * darkowlzz|afk is now known as darkowlzz
- # [05:33] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
- # [05:33] <@roc> njn: ping
- # [05:33] <@njn> roc: pong
- # [05:33] * Quits: boris (boris@moz-3qu405.dynamic.hinet.net) (Client exited)
- # [05:34] <@roc> if you run strace on Firefox and grep for "/dev/dri" do you get anything?
- # [05:34] <@roc> without rr I mean
- # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b1741d5e3b99 - Ehsan Akhgari - Bug 1117028 - Try to look for zipalign in all of Android build tools; r=nalexander
- # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d23b3009d77a - Ehsan Akhgari - Bug 1118425 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/ipc; r=baku
- # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8c274aebb986 - Ehsan Akhgari - Bug 1118424 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/html; r=baku
- # [05:34] <@njn> let me try
- # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cdbe4d2202d7 - Ehsan Akhgari - Bug 1118418 - Mark virtual overridden functions as MOZ_OVERRIDE in intl; r=smontagu
- # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/efb6031640b7 - Ehsan Akhgari - Bug 1118426 - Mark virtual overridden functions as MOZ_OVERRIDE in layout/style; r=dbaron
- # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0cd58b83cbc9 - Ehsan Akhgari - Bug 1117207 - Use INSTALL_TARGETS to install dictionaries; r=gps
- # [05:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/19b240eda68e - Ehsan Akhgari - Bug 1118432 - Mark virtual overridden functions as MOZ_OVERRIDE in WebRTC; r=jesup
- # [05:35] * Joins: boris (boris@moz-2hf62a.HINET-IP.hinet.net)
- # [05:35] <@njn> roc: nope
- # [05:35] <@roc> and did your debuginfo package install a file named xf86drm.c?
- # [05:35] * Quits: dria (dria@moz-am5.1q4.171.192.IP) (Client exited)
- # [05:36] <@njn> roc: |locate| says no, but I don't know if it's accurate
- # [05:36] <@njn> where would it be?
- # [05:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ec4eb9786d8 - Shu-yu Guo - Bug 1111293 - Body level function statement hoisted use analysis to elide TDZ checks is wrong. Pessimize all body level function statements. (r=Waldo)
- # [05:36] <@roc> /usr/src/debug/libdrm-2.4.58 on my system (Fedora)
- # [05:37] <@njn> I don't even have /usr/src/debug/
- # [05:38] <@njn> libdrm.so is at /usr/lib/x86_64-linux-gnu/libdrm.so
- # [05:38] * Joins: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:38] <jesup> Fedora 19 x64: /usr/src/debug/libdrm-2.4.49/xf86drm.c
- # [05:38] * @roc doesn't know how debuginfo works in Ubuntu
- # [05:39] <@roc> basically we want debuginfo for librm.so
- # [05:39] <@roc> I think we also want debuginfo for /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
- # [05:39] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [05:39] * Joins: brendan (brendaneich@moz-jeulfb.sub-70-197-20.myvzw.com)
- # [05:39] <@roc> try installing libgl1-mesa-dri-dbg package
- # [05:41] <@njn> ok
- # [05:41] <@roc> basically we need a new heuristic to block DRM with the i965 driver
- # [05:41] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [05:43] <@njn> roc: ok, it's installed, now what/
- # [05:43] <@njn> ?
- # [05:44] <@roc> re-get the stack trace you got last time
- # [05:44] <@roc> hopefully it will have better data in it now
- # [05:45] * Quits: brendan (brendaneich@moz-jeulfb.sub-70-197-20.myvzw.com) (Ping timeout: 121 seconds)
- # [05:46] <@njn> roc: a bit better: http://pastebin.mozilla.org/8167226
- # [05:46] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
- # [05:49] * Joins: jchaulk (jchaulk@moz-oq4n7p.dsl.teksavvy.com)
- # [05:50] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:50] <@roc> while you're in that stack trace, can you run lsof -p on the recorded process and tell me what fd 7 is?
- # [05:51] * Joins: Edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [05:51] * Joins: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:52] * Joins: dria (dria@moz-am5.1q4.171.192.IP)
- # [05:53] <@roc> would also be helpful to install libgl1-mesa-glx-dbg
- # [05:53] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [05:54] * Quits: jchaulk (jchaulk@moz-oq4n7p.dsl.teksavvy.com) (Ping timeout: 121 seconds)
- # [05:54] <@njn> firefox 8691 njn 7u CHR 226,0 0t0 1434 /dev/dri/card0
- # [05:54] <@njn> which contradicts the strace output, hmm
- # [05:54] <@roc> ookay
- # [05:56] <@njn> libgl1-mesa-glx-dbg didn't help with frames #10--13
- # [05:56] <@roc> doesn't matter, I think I'm OK
- # [05:57] <@roc> we should not have opened /dev/dri/card0 successfully :-(
- # [05:57] <@roc> could you check that strace output again? I wonder if there's a symlink or something
- # [05:58] * Quits: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [05:58] * Quits: jet (uid49872@moz-2b8mdp.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [05:59] * Quits: wlach (wlach@moz-5tlj2g.vif.net) (Ping timeout: 121 seconds)
- # [05:59] <@roc> You could try doing "rr replay" and setting a breakpoint in DRI2Connect
- # [05:59] * Joins: brendan (brendaneich@moz-ooj7cv.ca.comcast.net)
- # [06:00] <@njn> nothing in the strace output... it does quit with "session doesn't look interactive, aborting emergency debugging" because I'm piping the output
- # [06:00] <@njn> not sure if that's relevant
- # [06:00] <@roc> did you strace -f?
- # [06:00] <@roc> also
- # [06:00] <@roc> don't strace rr
- # [06:00] <@roc> just strace a normal firefox session
- # [06:00] * Quits: snorp (snorp@moz-g4ibm2.res.rr.com) (Ping timeout: 121 seconds)
- # [06:01] <@roc> actually, first, try "rr replay" and setting a breakpoint in dri2CreateScreen
- # [06:01] <@roc> that function appears to be where we open the device file, in your case
- # [06:03] <@njn> roc: ah, I didn't use -f
- # [06:03] <@njn> with that I get these: http://pastebin.mozilla.org/8167260
- # [06:04] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
- # [06:05] <@njn> roc: I just emailed you the strace -f output
- # [06:05] <@njn> that's for a startup and immediate shutdown
- # [06:06] <@njn> when I try to replay I now get this:
- # [06:06] <@njn> rr: error: Recorded trace `/home/njn/.rr/latest-trace/version' has an incompatible version 18; expected
- # [06:06] <@njn> 17. Did you record `/home/njn/.rr/latest-trace/version' with an older version of rr? If so,
- # [06:06] <@njn> you'll need to replay `/home/njn/.rr/latest-trace/version' with that older version. Otherwise,
- # [06:06] <@njn> your trace is likely corrupted.
- # [06:06] <@njn> that's after ctrl-c'ing the paused/aborted |rr record| run
- # [06:07] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [06:07] <@roc> that's weird
- # [06:07] <@roc> you may need to rerecord
- # [06:08] <@roc> I just pushed a bunch of changes that bump the version to 20 BTW :-)
- # [06:08] <@njn> I've tried re-recording several times, keeps happening
- # [06:08] <@njn> I even deleted all the old traces just in case
- # [06:08] * Joins: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
- # [06:08] <glandium> speaking of rr, roc, what's the cpu requirement for rr, I just tried it and it told me "CPU 0x40650 unknown"
- # [06:11] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [06:11] <@roc> glandium: what kind of CPU is that?
- # [06:11] <glandium> roc: haswell
- # [06:11] <glandium> mobile
- # [06:11] <@roc> OK
- # [06:11] <@roc> I'll add it to our CPU list
- # [06:12] <@roc> in the meantime you can run "rr --microarch=Haswell"
- # [06:12] <glob> roc, 0x306c0 is haswell mobile; may want to add that too if it's missing
- # [06:13] <@roc> we've got that one
- # [06:13] <glob> :)
- # [06:13] <glandium> Invalid option --microarch=Haswell
- # [06:14] <glandium> is that new? I'm using a 3.0.0 package
- # [06:14] <glandium> err, it's actually listed
- # [06:14] <@roc> yeah there's a bug
- # [06:14] <glandium> -A works
- # [06:15] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
- # [06:15] <@roc> OK I just pushed a fix for that, and also adding your CPUID
- # [06:17] * Joins: snorp (snorp@moz-g4ibm2.res.rr.com)
- # [06:17] * Parts: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
- # [06:17] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [06:17] <glandium> gotta love the consistency in cpu_types https://github.com/mozilla/rr/blob/8b004135bc5f76299da269f5ea0721fe27cf560e/src/PerfCounters.cc#L102
- # [06:18] <@roc> yeah it's great
- # [06:18] * jchen is now known as jchen|away
- # [06:19] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [06:19] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Connection closed)
- # [06:20] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [06:20] * Quits: ericjung (ericjung@moz-uodba0.7ch4.iin2.0006.2601.IP) (Ping timeout: 121 seconds)
- # [06:21] * Quits: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [06:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/58a13a42f4ec - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [06:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0a0d2ddf4740 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [06:26] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
- # [06:26] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [06:27] <@roc> njn: OK, this strace is very useful!
- # [06:27] <@njn> roc: good
- # [06:27] <@roc> the card0 fd is being smuggled across to Firefox via SCM_RIGHTS tricks
- # [06:27] <@njn> sounds delightful
- # [06:28] * darkowlzz is now known as darkowlzz|afk
- # [06:28] <glandium> roc: fwiw, i found this but it's outdated, and you already have all those listed there https://software.intel.com/en-us/articles/intel-architecture-and-processor-identification-with-cpuid-model-and-family-numbers
- # [06:28] <@roc> thanks
- # [06:29] <@roc> njn: for some reason your mesa build doesn't match mine :-(
- # [06:29] <@roc> the code I have doesn't do anything like this
- # [06:29] <glandium> roc: might be worth pinging Hussam Mousa (cf. comments)
- # [06:29] <glandium> if he's still at intel
- # [06:30] <glandium> linked in suggests he's not
- # [06:30] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [06:30] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [06:32] * Joins: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net)
- # [06:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63bc127f0cd8 - John Daggett - Bug 1118601 - trim out unused pref fonts list from platform objects. r=m_kato
- # [06:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e58ec2f295cc - John Daggett - Bug 1118603 - clear out font/word caches when initializing platform fontlists. r=m_kato
- # [06:33] <@roc> njn: SCM_RIGHTS is the nifty mechanism by which you can pass open file descriptors through UNIX sockets
- # [06:33] <@roc> our IPC code uses it
- # [06:33] <@roc> rr uses it too
- # [06:33] <@njn> ok
- # [06:34] * Quits: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com) (Quit: Connection closed for inactivity)
- # [06:40] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [06:40] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Connection closed)
- # [06:41] * Quits: JamesCheng (james@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [06:41] * Quits: nattokirai (nattokirai@moz-uc5rs7.ocn.ne.jp) (Ping timeout: 121 seconds)
- # [06:42] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
- # [06:42] * mattwoodrow|away is now known as mattwoodrow
- # [06:42] * Joins: nattokirai (nattokirai@moz-86b4bs.bitcat.net)
- # [06:42] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
- # [06:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bc53d85bc1b2 - Jim Chen - Bug 1103036 - Allow ContentChild to perform tasks during shutdown (r=billm)
- # [06:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/900bb5fcdd36 - Bill McCloskey - Bug 1103036 - Ensure __delete__ message from TabChild doesn't get sent after ActorDestroy (r=bent)
- # [06:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e6ab63938473 - Bill McCloskey - Bug 1103036 - Use nsITimer for ContentParent shutdown timer (r=bent)
- # [06:44] <@roc> njn: can you try running rr on Firefox with LIBGL_ALWAYS_INDIRECT=1 in your environment?
- # [06:45] <@njn> roc: it works!
- # [06:45] <@roc> ok great
- # [06:45] <@roc> we'll go with that fornow
- # [06:45] <@njn> though I still get the mismatched trace version error on replay :(
- # [06:45] * Joins: mukilan (mukilan@moz-bej.lvk.164.122.IP)
- # [06:45] <@njn> oh, duh
- # [06:45] <@njn> I was replaying with the system rr, not my trunk buld
- # [06:45] <@njn> *build
- # [06:46] <@roc> ah ok
- # [06:46] <@roc> that explains that
- # [06:47] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [06:47] <@njn> roc: I have to run
- # [06:48] * mattwoodrow is now known as mattwoodrow|away
- # [06:48] <@roc> me too :-)
- # [06:48] <@roc> thanks
- # [06:49] * Quits: ewong (chatzilla@moz-a2bclr.net) (Ping timeout: 121 seconds)
- # [06:49] <glandium> njn, roc: literally?
- # [06:49] * Parts: dmajor (dmajor@moz-hqsftv.dqqd.b0fh.0cb0.2001.IP) ("Leaving")
- # [06:49] * Joins: dmajor (dmajor@moz-hqsftv.dqqd.b0fh.0cb0.2001.IP)
- # [06:49] <@roc> I kind of feel like literally running, yes :-)
- # [06:49] <@roc> but I'm not going to, today
- # [06:50] <@roc> njn: I pushed that change to master
- # [06:52] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [06:52] * bc is now known as bc|afk
- # [06:53] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [06:53] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Connection closed)
- # [06:54] <nigelb> bah, bent.
- # [06:55] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
- # [06:55] <nigelb> philor: I'm about 80% sure bent broke something. Thoughts?
- # [06:55] <philor> why so wishy-washy?
- # [06:55] <nigelb> hah
- # [06:55] <philor> he landed, that's good for 100% certainty
- # [06:55] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [06:55] <nigelb> hahaaha
- # [06:56] * Joins: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com)
- # [06:56] <philor> even if you haven't yet noticed that he landed the test that failed
- # [06:56] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
- # [06:56] * Quits: brendan (brendaneich@moz-ooj7cv.ca.comcast.net) (Ping timeout: 121 seconds)
- # [06:56] * Quits: kentuckyfriedtakahe (ajones@moz-6l71ig.5h0u.b0fh.0cb0.2001.IP) (Quit: Ex-Chat)
- # [06:57] <philor> the windows make check, who knows, it's obvious that xpcshell test-tests are bogus-bogus and broken-broken, whether or not that particular instance has anything useful to say beyond that
- # [06:58] * heycam is now known as heycam|away
- # [06:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/143ddd8eded9 - Chris Peterson - Bug 1117635 - Declare that MacApplicationDelegate implements NSFileManagerDelegate protocol to fix -Wincompatible-pointer-types warning. r=smichaud
- # [06:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bdf7e46a6165 - Chris Peterson - Bug 1118149 - Mark js/src as FAIL_ON_WARNINGS for gcc and clang. r=jorendorff
- # [06:59] * Joins: ewong (chatzilla@moz-a2bclr.net)
- # [06:59] <nigelb> philor: where are you seeing that the test failed before his landing?
- # [06:59] <nigelb> anyway, more importantly, closign the tree to back it out.
- # [07:00] <philor> you don't need to close
- # [07:00] <philor> he landed a test, it's the only thing that's failing, it's not hurting anything else
- # [07:01] <philor> the test didn't fail before his landing, because it didn't exist before his landing
- # [07:01] <nigelb> Oh.
- # [07:02] <philor> ugh, there's the win debug xpcshell testtest again though, that's troublesome
- # [07:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5142da8b7add - Brian Birtles - Bug 1117955 - Disable css-transitions/test_animation-pausing.html on Windows
- # [07:02] <philor> oh, that'll be his other patch, won't it?
- # [07:02] * Quits: Jesse (jruderman@moz-pqc1f5.ca.comcast.net) (Client exited)
- # [07:03] <philor> whatever the hell it is
- # [07:03] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
- # [07:03] * killer sets mode: +ao dbaron dbaron
- # [07:04] * darkowlzz|afk is now known as darkowlzz
- # [07:05] <nigelb> philor: what's whe win debug xpcshell test issue? (I haven't yet figured out what you mean)
- # [07:06] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
- # [07:06] * Quits: mmc (uid16596@moz-rb9ith.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [07:07] <philor> nigelb: the build, make check, xpcshell has tests for the xpcshelltest harness, which it calls xpcshelltesttests
- # [07:07] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
- # [07:07] <philor> but he's blown hell out of win debug, so you would have been proved right closing
- # [07:08] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [07:10] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [07:10] <nigelb> ah, I see now.
- # [07:10] <philor> xidorn: you've got a reftest failure, up on his push, https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=a6a42670bebb&filter-searchStr=Windows%207%2032-bit%20mozilla-inbound%20opt%20test%20reftest
- # [07:10] <nigelb> philor: shall I back both of his patches out? Or are you on it already?
- # [07:10] * Joins: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:10] <xidorn> philor: let me see
- # [07:10] <nigelb> (tree closed)
- # [07:11] <philor> nigelb: yeah, just waiting on my pull -u
- # [07:11] <xidorn> philor: please just alter the fuzzy in the reftest.list file
- # [07:11] <philor> xidorn: you can, in a few minutes, I'm just taking bent out
- # [07:12] <xidorn> should i push that with CLOSED TREE?
- # [07:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3337066de688 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [07:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cfa5fc115005 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [07:13] <xidorn> philor: should i push that with CLOSED TREE?
- # [07:13] <nigelb> xidorn: yes, after philor backed out bent, please.
- # [07:13] <nigelb> *backs
- # [07:14] * Joins: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net)
- # [07:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b460db55cd53 - Phil Ringnalda - Back out a6a42670bebb (bug 1118535) for widespread Windows debug bustage
- # [07:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/469dbf49630e - Phil Ringnalda - Back out 43d7ef422777 (bug 1118504) for failing on mochitest-e10s
- # [07:15] <nigelb> xidorn: now would be good :)
- # [07:15] <philor> xidorn: or without, I'm not going to sit closed for two hours over just Windows debug, we're reopened
- # [07:15] <xidorn> philor: oh, okay
- # [07:16] <philor> close for two hours every time bent lands a patch, where would we be? :)
- # [07:16] <xidorn> philor: what should i write in the commit msg?
- # [07:16] <nigelb> lol
- # [07:16] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [07:17] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [07:17] <philor> xidorn: "Bug {whatever number it is} followup, add a little more fuzz"
- # [07:18] <xidorn> philor: unfortunately i even don't know which patch causes this :(
- # [07:18] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [07:18] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/7c3f55beef6a - Ben Turner - Bug 1076975 - Avoid serializing blobs when passed between threads in the same process, r=khuey, a=lsblakk on CLOSED TREE.
- # [07:19] <philor> xidorn: "No bug, add a little more fuzz" :)
- # [07:19] <xidorn> philor: ok, cool, thx
- # [07:19] * Quits: @roc (chatzilla@moz-jrl.fci.192.203.IP) (Connection closed)
- # [07:20] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [07:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/46bd519c8e2b - Xidorn Quan - No bug, add a little more fuzz.
- # [07:21] * bobowen|afk is now known as bobowen
- # [07:22] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [07:23] <philor> what is it that Persona is supposed to be so much better than?
- # [07:23] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [07:24] <philor> as much as I hate Persona and its constant random deauthorization of me, the thing it's better than must really be annoying
- # [07:25] * Quits: bz (bzbarsky@moz-m10oko.fios.verizon.net) (Connection closed)
- # [07:27] * Joins: sicking (sicking@moz-lqm0dq.ca.comcast.net)
- # [07:30] * miketaylr is now known as zz_miketaylr
- # [07:31] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [07:34] * Quits: xeonchen (xeon@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [07:34] * lth|away is now known as lth
- # [07:40] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
- # [07:40] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
- # [07:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/43b3acc6c717 - B2G Bumper Bot - Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
- # [07:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8f90e66c80e2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [07:43] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [07:45] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [07:45] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
- # [07:46] * Quits: rlin (rlin-dt@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
- # [07:46] * Joins: rlin1 (rlin-dt@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:47] * Quits: rlin1 (rlin-dt@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
- # [07:48] * Joins: rlin (rlin-dt@moz-2hf62a.HINET-IP.hinet.net)
- # [07:48] * Joins: Dexter (Dexter@moz-i7o.obq.235.95.IP)
- # [07:49] * Quits: xeonchen_ (xeon@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [07:49] * Joins: cornel_ionce (Mibbit@moz-662.esi.231.62.IP)
- # [07:49] * Joins: xeonchen (xeon@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:50] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [07:51] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [07:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4933f14465f2 - Jim Blandy - Bug 1118381: Carefully explain our dance around the incremental GC when draining the Debugger's allocations log. DONTBUILD r=terrence
- # [07:53] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [07:53] * Quits: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [07:54] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:54] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [07:55] * Tomcat|away is now known as Tomcat|sheriffduty
- # [07:55] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [07:56] * Quits: @njn (chatzilla@moz-33a4k1.iinet.net.au) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0a1/20150101202038])
- # [07:57] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [08:05] <capella-s3> are we experiencing a rash of 330 intermittents lately, or just finally file them?
- # [08:05] * Joins: wolfiR (wolfiR@moz-pc2dvl.51l1.0au3.4dd0.2001.IP)
- # [08:06] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b434e8ec434c - Lars T Hansen - Bug 1117764: disable PJS in Nightly builds. r=shu
- # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f81514af1687 - Lars T Hansen - Bug 1117735 - remove PJS test cases. r=shu
- # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2e50b9cf0432 - Lars T Hansen - Bug 1117735 - edit tests that included or depended on PJS in various ways. r=shu
- # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/097840bded9c - Lars T Hansen - Bug 1117735 - another test that assumes TypedObject means Array.build. r=shu
- # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d4cf5f8e67af - Lars T Hansen - Bug 1117753 - remove the PJS generational GC. r=terrence
- # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/13869ca774bb - Lars T Hansen - Bug 1117753 - unparameterize by nursery type. r=terrence
- # [08:08] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
- # [08:09] * Joins: brsun (uid60512@moz-pb4sb5.highgate.irccloud.com)
- # [08:09] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [08:10] * Joins: mmc (uid16596@moz-rb9ith.charlton.irccloud.com)
- # [08:11] * Joins: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:11] <KWierso|afk> Tomcat|sheriffduty: good morning :)
- # [08:12] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [08:12] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [08:12] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Ping timeout: 121 seconds)
- # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bdb4df421364 - Jonathan Kew - Bug 1079154 - Reftest for column child-frame positioning in vertical-rl mode, r=smontagu
- # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/537a87e2a74e - Simon Montagu - Bug 1079154 patch 1: add a != operator to LogicalPoint and sprinkle some const dust in WritingModes.h, r=jfkthame
- # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/679016653e34 - Simon Montagu - Bug 1079154 patch 2: add SetPosition with a LogicalPoint to nsIFrame, r=jfkthame
- # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1fa61a0310e7 - Simon Montagu - Bug 1079154 patch 3: logical versions of ApplyRelativePositioning, r=jfkthame
- # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c16d59bb79d1 - Simon Montagu - Bug 1079154 patch 4: Logical versions of ReflowChild and FinishReflowChild, r=jfkthame
- # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0b2d6f002fee - Simon Montagu - Bug 1079154 patch 5: convert callers of ApplyRelativePosition, ReflowChild and FinishReflowChild in layout/generic to the logical versions, r=jfkthame
- # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d2a2cdfc45ec - Simon Montagu - Bug 1079154 patch 6: convert ApplyRelativePosition, ReflowChild and FinishReflowChild in nsFlexContainerFrame to the logical versions, r=dholbert
- # [08:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/547a2d626a62 - Simon Montagu - Bug 1079154 patch 7: remove obsoleted nsPoint::GetPhysicalPosition, r=jfkthame
- # [08:13] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [08:16] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [08:16] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [08:16] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [08:17] <philor> oh, fun, b2g xpcshell is busted on m-i, and it fails stupid and looks like infra, wonder how long it's been busted
- # [08:17] <philor> survey says...
- # [08:17] * Joins: stransky (stransky@moz-2q16pm.broadband18.iol.cz)
- # [08:18] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Connection closed)
- # [08:19] * Joins: Manny (quassel@moz-bgt.6kh.139.14.IP)
- # [08:19] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
- # [08:20] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [08:21] * Joins: Shrooms` (mint@moz-7srl5t.ip.windstream.net)
- # [08:23] * Joins: kgrandon1 (Adium@moz-l8e1ui.ca.comcast.net)
- # [08:23] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Connection closed)
- # [08:23] * Quits: sicking (sicking@moz-lqm0dq.ca.comcast.net) (Client exited)
- # [08:24] <Tomcat|sheriffduty> good morning KWierso|afk
- # [08:25] <Tomcat|sheriffduty> philor: doesn't look busted for that long
- # [08:25] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
- # [08:26] * Quits: drno (nohlmeier@moz-225k7f.ca.comcast.net) (Client exited)
- # [08:26] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a0068ce0aa55 - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 1: Add USSDSession.cancel (webidl). r=hsinyi
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/19941167e2f3 - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 2: Add USSDSession.cancel (dom). r=hsinyi
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d385fe32e60a - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 3: Add nsITelephonyService.cancelUSSD (idl). r=hsinyi
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/91470d5fbfde - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 4: Add nsITelephonyService.cancelUSSD (ipc). r=hsinyi
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1e9e14b2eedd - Szu-Yu Chen [:aknow] - Bug 1115758 - Part 5: Add nsITelephonyService.cancelUSSD (ril). r=hsinyi
- # [08:29] * Joins: roc (chatzilla@moz-k2cbtj.orcon.net.nz)
- # [08:29] * killer sets mode: +o roc
- # [08:31] * flod|away is now known as flod
- # [08:32] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
- # [08:33] * BenWa is now known as BenWa|email
- # [08:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0be44e8bf22a - Phil Ringnalda - Back out 3 changesets (bug 1103036) for b2g xpcshell bustage
- # [08:35] * Quits: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [08:37] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [08:38] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [08:38] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [08:40] * whimboo|afk is now known as whimboo
- # [08:41] * Joins: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com)
- # [08:41] * Quits: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
- # [08:42] * Joins: Mano (mano@moz-a4joat.red.bezeqint.net)
- # [08:43] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
- # [08:44] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
- # [08:46] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:47] * lth is now known as lth|sick
- # [08:47] * Quits: Mano (mano@moz-a4joat.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [08:49] * Joins: evanxd (Adium@moz-3qu405.dynamic.hinet.net)
- # [08:50] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (A TLS packet with unexpected length was received.)
- # [08:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8270944ab91 - Simon Montagu - Tests for bug 1102175, r=jfkthame
- # [08:53] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [08:53] * Quits: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net) (Quit: sleep)
- # [08:54] * Joins: romaxa_ (romaxa@moz-i4f.v4j.17.81.IP)
- # [08:55] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:01] <philor> oh, good, bent landed test_input_file.html on mozilla-beta
- # [09:02] * Quits: kgrandon1 (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [09:02] <philor> and mozilla-release
- # [09:02] * julienw_afk is now known as julienw
- # [09:03] <philor> if only we had some sort of a... call it an "integration" branch, where you could land untested shit and see what happens, before landing it on a release branch or *the* release branch
- # [09:04] * Joins: tzimmermann (tzimmermann@moz-1pb1lp.pools.vodafone-ip.de)
- # [09:04] <philor> fortunately, he's a cunning bastard, and he filed a separate bug for the broken test which he had to have to land his code patch on mozilla-release, so relman probably won't even see that his test has been backed out
- # [09:04] * darktrojan hooks up a generator to philor's rage and powers a small town with it
- # [09:04] * Joins: Jerry_Mac_ (hshih@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:05] * Quits: duper (super@moz-2ba.7p6.55.66.IP) (Connection closed)
- # [09:08] * Quits: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [09:10] * Joins: stormi (samuel@moz-t5b.q89.218.46.IP)
- # [09:11] * Joins: duper (super@moz-2ba.7p6.55.66.IP)
- # [09:11] * philor is now known as philor|away
- # [09:12] * pbrosset|afk is now known as pbrosset
- # [09:12] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ba37fdda41fc - pchang - Bug 1098161 - Notify shortcut mode to system app when long tap on content with empty text. r=roc
- # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0e68193f09c7 - Alfredo Yang - Bug 1098166 - remove unnecessary assert in GonkDecoderModule::Shutdown. r=ajones
- # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ee4eb01e2b14 - JW Wang - Bug 1116006 - allow 'ended' set before 'play' event fired. r=cpearce
- # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/97da2ad0174a - Morris Tseng - Bug 1117643 - Always send blur event to selection carets but cancel long tap detector when leaving document. r=roc
- # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bcbedf706c43 - JW Wang - Bug 1118574 - test case for "Forget This Site" command. r=cpearce
- # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/35faf9a888ae - Emanuel Hoogeveen - Bug 1118481 - Simplify the GC allocation logic using the implementation from bug 1005844. r=terrence
- # [09:16] * Joins: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca)
- # [09:17] * Quits: nattokirai (nattokirai@moz-86b4bs.bitcat.net) (Client exited)
- # [09:18] * Joins: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP)
- # [09:18] * Quits: StevenLee1 (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [09:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0776988aacd6 - Lars T Hansen - Bug 1117735 - remove expected functions from an xpconnect test. r=me
- # [09:18] * Joins: flaviu (Instantbird@moz-662.esi.231.62.IP)
- # [09:19] <Ms2ger> lth|sick, you became an XPConnect peer recently?
- # [09:19] <lth|sick> ms2ger: no
- # [09:19] <lth|sick> ms2ger: but i keep being told that things in the js module only require js review
- # [09:19] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [09:20] <lth|sick> ms2ger: messages to the contrary notwithstanding
- # [09:20] <Ms2ger> js/xpconnect is not in the js module, despite its location in the tree
- # [09:21] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [09:21] <lth|sick> yeah, well, that doesn't quite compute but i suppose it fits with tests in the dom/ subtree being in the js module despite not being in the js/ tree
- # [09:22] <lth|sick> anyway, i really am sick, so if there's a formal or actual problem with the patch set pls back it out and i'll deal with it later
- # [09:22] * lth|sick moves to the couch
- # [09:22] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
- # [09:22] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
- # [09:23] <Ms2ger> Tests in the dom/ subtree definitely aren't in the js module either
- # [09:25] * Quits: romaxa (romaxa@moz-g25j7g.ca.comcast.net) (Quit: leaving)
- # [09:25] * romaxa_ is now known as romaxa
- # [09:28] <Tomcat|sheriffduty> Ms2ger: its used to fix a test regression from 13869ca774bb
- # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/15f35dca4924 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/37b3e957eda8 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [09:30] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
- # [09:31] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
- # [09:31] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (Connection closed)
- # [09:31] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [09:31] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
- # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/854a6dbbd5e4 - Marco Castelluccio - Bug 1073790 - Use "storage" perm instead of "indexedDB-unlimited". r=myk
- # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/368f0748e882 - Blake Winton - Bug 1102937 - Add UITelemetry for the improved search bar UI. r=florian, r=felipe
- # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/78d6f61ef980 - Marco Castelluccio - Bug 1116756 - Handle WebappOSUtils.uninstall promise rejection when running webapprt-chrome tests. r=myk
- # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d6389b7835f0 - Marco Castelluccio - Bug 1116771 - Fix browser_getUserMedia permission denied error message. r=myk
- # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9e39bd09f9ba - Marco Castelluccio - Bug 1116775 - Handle rejection in WebappManager::doUninstall. r=myk
- # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/da12e372ed33 - Jordan Santell - Bug 1116847 - Add support for StereoPannerNodes in web audio editor. r=vp
- # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/41656484aab8 - Chris - Bug 1117153 - Added 'keyword' param for location bar searches triggered by search engine keyword. r=gavin
- # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5ab0b9577eae - Paul Rouget - Bug 1117613 - [timeline] Match Google Chrome's colors and wording. r=vporof
- # [09:33] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [09:33] * Joins: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP)
- # [09:34] * Joins: alexbardas (alexbardas@moz-fr3.c8b.247.84.IP)
- # [09:34] * sewardj_ is now known as sewardj
- # [09:34] * Teodor_Druta is now known as Teodor_Druta|Duty
- # [09:34] * Joins: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:34] * mgerva|afk is now known as mgerva
- # [09:36] * Quits: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
- # [09:36] * Quits: Jerry_Mac_ (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [09:36] * Joins: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
- # [09:37] * Parts: opnchaudhary (Thunderbird@moz-fm9.7f7.164.122.IP)
- # [09:38] * xidorn is now known as xidorn|away
- # [09:39] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [09:39] <Ms2ger> I still have no idea what Kirby Delauter did, but I sure won't forget his name now
- # [09:41] * Quits: jduell (jduell@moz-co6dsa.tukw.qwest.net) (Ping timeout: 121 seconds)
- # [09:41] * Quits: @dveditz (dveditz@moz-dgbov2.ca.comcast.net) (Client exited)
- # [09:43] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [09:45] * Joins: espadrine (ttyl@moz-l019mn.fbx.proxad.net)
- # [09:45] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [09:47] <KWierso|afk> Ms2ger: that story's amazing
- # [09:47] <KWierso|afk> or at least amusing
- # [09:47] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Connection closed)
- # [09:48] * Quits: tzimmermann (tzimmermann@moz-1pb1lp.pools.vodafone-ip.de) (Quit: Ex-Chat)
- # [09:49] * Joins: jviereck (Adium@moz-vk75hh.ethz.ch)
- # [09:49] <darktrojan> glob, ping
- # [09:49] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
- # [09:49] <glob> darktrojan, howdy stranger!
- # [09:49] <darktrojan> \o.
- # [09:49] <darktrojan> I have a question about the last resolved field for bugs
- # [09:50] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
- # [09:50] <darktrojan> it appears to be pacific time, but it has no timezone shown
- # [09:50] <darktrojan> example https://bugzilla.mozilla.org/show_bug.cgi?id=1117324#c2
- # [09:50] <glob> darktrojan, yes, all bmo dates are in pacific time. where is it lacking a timezone?
- # [09:50] <glob> ah, inline history
- # [09:51] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [09:51] * mattwoodrow|away is now known as mattwoodrow
- # [09:51] <darktrojan> I just wondered if it was stored as text or something and thus couldn't be fixed
- # [09:51] * glob pokes at some random keys
- # [09:52] * Joins: ZER0 (ZER0@moz-av6.s3c.201.176.IP)
- # [09:52] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [09:52] * Quits: romaxa (romaxa@moz-i4f.v4j.17.81.IP) (Quit: Bye Bye)
- # [09:53] <glob> darktrojan, it's a custom datetime field, however inline history doesn't know how to render them correctly evidently
- # [09:53] <glob> darktrojan, i need a distraction, will poke at it
- # [09:53] <darktrojan> heh
- # [09:53] <darktrojan> distractions are good
- # [09:53] * Joins: Delta706 (xx@moz-hjh5rt.dsl.as9105.com)
- # [09:54] <darktrojan> while you're at it the "copy checkin comment" thing in bugzilla tweaks is broken
- # [09:54] <glob> meh
- # [09:54] * Joins: romaxa (romaxa@moz-i4f.v4j.17.81.IP)
- # [09:55] * Joins: gerv (Instantbird@moz-ppf2jl.81.in-addr.arpa)
- # [09:56] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
- # [09:56] * flod is now known as flod|afk
- # [09:56] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [09:56] * Quits: romaxa (romaxa@moz-i4f.v4j.17.81.IP) (Quit: Bye Bye)
- # [09:57] * darkowlzz is now known as darkowlzz|afk
- # [09:57] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
- # [09:57] * Fallen|away is now known as Fallen
- # [09:57] * Joins: romaxa (romaxa@moz-i4f.v4j.17.81.IP)
- # [09:57] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Connection closed)
- # [09:58] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [09:58] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [09:59] * Quits: KenChang (KenChang@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [10:00] * Joins: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net)
- # [10:02] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [10:03] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [10:04] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
- # [10:04] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
- # [10:05] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [10:05] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
- # [10:06] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [10:06] <glob> darktrojan, bug 813630
- # [10:06] * Joins: stransky_ (stransky@moz-2q16pm.broadband18.iol.cz)
- # [10:06] * Quits: stransky_ (stransky@moz-2q16pm.broadband18.iol.cz) (Connection closed)
- # [10:07] <darktrojan> oh look at that I'm not the only one bothered by things like this
- # [10:07] <darktrojan> :)
- # [10:07] * Joins: jduell (jduell@moz-co6dsa.tukw.qwest.net)
- # [10:08] <darktrojan> glob++
- # [10:08] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [10:09] * Joins: Jackneill (Jackneill@moz-l6dtcr.pool.digikabel.hu)
- # [10:10] * Quits: jviereck (Adium@moz-vk75hh.ethz.ch) (Quit: Leaving.)
- # [10:10] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [10:11] * glob is now known as glob|away
- # [10:12] * Quits: jduell (jduell@moz-co6dsa.tukw.qwest.net) (Ping timeout: 121 seconds)
- # [10:13] * Quits: Cork (Cork@moz-rmmud5.priv.bahnhof.se) (Ping timeout: 121 seconds)
- # [10:14] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [10:14] * Joins: Cork (Cork@moz-rmmud5.priv.bahnhof.se)
- # [10:16] * Quits: Delta706 (xx@moz-hjh5rt.dsl.as9105.com) (Quit: much too bland)
- # [10:18] * Joins: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com)
- # [10:18] * Joins: Delta706 (xx@moz-hjh5rt.dsl.as9105.com)
- # [10:19] * Quits: Manny (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
- # [10:19] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [10:22] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
- # [10:23] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [10:24] * Quits: espadrine (ttyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [10:25] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Connection closed)
- # [10:27] * bobowen is now known as bobowen|afk
- # [10:27] * bobowen|afk is now known as bobowen
- # [10:28] * Joins: jviereck (Adium@moz-dfipbc.ethz.ch)
- # [10:28] * Joins: jduell (jduell@moz-co6dsa.tukw.qwest.net)
- # [10:32] * Quits: rniwa (rniwa@moz-t3u.b6e.164.67.IP) (Client exited)
- # [10:33] * Quits: jduell (jduell@moz-co6dsa.tukw.qwest.net) (Ping timeout: 121 seconds)
- # [10:35] * Joins: tzimmermann (tzimmermann@moz-1pb1lp.pools.vodafone-ip.de)
- # [10:35] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
- # [10:35] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [10:36] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
- # [10:36] * Quits: mmc (uid16596@moz-rb9ith.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [10:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/07c75e0d6f67 - Seth Fowler - Bug 1112956 - Add IProgressObserver to permit more than one class to observe ProgressTracker. r=tn
- # [10:37] * Quits: gerv (Instantbird@moz-ppf2jl.81.in-addr.arpa) (Ping timeout: 121 seconds)
- # [10:38] * darkowlzz|afk is now known as darkowlzz
- # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a94ab57658c0 - Seth Fowler - Bug 1112972 (Part 1) - Minor refactoring to prepare for MultipartImage. r=tn
- # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/daf5c861dee8 - Seth Fowler - Bug 1112972 (Part 2) - Add MultipartImage and use it for multipart/x-mixed-replace image loading. r=tn
- # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d97d45fa892d - Seth Fowler - Bug 1112972 (Part 3) - Remove almost all special handling of multipart images in RasterImage. r=tn
- # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82ff19dfa592 - Seth Fowler - Bug 1112972 (Part 4) - Remove Image::OnNewSourceData. r=tn
- # [10:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/da5084c9e3e6 - Seth Fowler - Bug 1112972 (Part 5) - Remove almost all special handling of multipart images in ProgressTracker. r=tn
- # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3f32666fc1dc - Seth Fowler - Bug 1116719 - Remove Image::FrameRect. r=tn
- # [10:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6e4dce410c27 - Seth Fowler - Bug 1116716 - Store animated frames in the SurfaceCache. r=tn
- # [10:42] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
- # [10:42] * Quits: Delta706 (xx@moz-hjh5rt.dsl.as9105.com) (Quit: much too bland)
- # [10:42] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
- # [10:45] * Joins: gcp (gcp@moz-fen1mj.beqe.9i1r.1812.2a02.IP)
- # [10:46] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
- # [10:46] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
- # [10:47] * seth grumbles and codes yet another MSVC workaround
- # [10:47] <seth> maybe MSVC 2015 finally doesn't suck?
- # [10:48] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [10:49] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [10:51] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
- # [10:52] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
- # [10:52] * Joins: kaze (kaze@moz-71m.3nd.202.89.IP)
- # [10:54] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [10:55] * Quits: glandium (glandium@moz-8d53n2.ocn.ne.jp) (Quit: Coyote finally caught me)
- # [10:57] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [11:00] * Callek is now known as Callek_disconnected
- # [11:00] * Joins: glandium (glandium@moz-8d53n2.ocn.ne.jp)
- # [11:01] <Ms2ger> seth, ehehehehe
- # [11:01] * Joins: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
- # [11:01] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
- # [11:01] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [11:01] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
- # [11:02] * mattwoodrow is now known as mattwoodrow|away
- # [11:03] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:03] * Quits: jdm (jdm@moz-c3t8oe.dsl.teksavvy.com) (Quit: )
- # [11:04] * Quits: nrc (nrc@moz-1crlv1.xtra.co.nz) (Ping timeout: 121 seconds)
- # [11:04] * Joins: Gijs (chatzilla@moz-goo.q6m.80.5.IP)
- # [11:05] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [11:05] * Quits: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net) (Quit: 暫離)
- # [11:05] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:05] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
- # [11:05] <Gijs> Sylvestre: ping?
- # [11:06] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [11:06] * flod|afk is now known as flod
- # [11:06] * Joins: nrc (nrc@moz-1crlv1.xtra.co.nz)
- # [11:07] * Fallen is now known as Fallen|away
- # [11:07] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [11:07] * Quits: glandium (glandium@moz-8d53n2.ocn.ne.jp) (Quit: Coyote finally caught me)
- # [11:08] * ewong is now known as ewong|away
- # [11:09] * Quits: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:09] * Joins: gerv (Instantbird@moz-ppf2jl.81.in-addr.arpa)
- # [11:10] * Joins: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net)
- # [11:10] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
- # [11:11] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:11] * Joins: gabor (gabor@moz-q2sg4u.j7lv.v76v.0a40.2a04.IP)
- # [11:12] * baku|away is now known as baku
- # [11:14] * Quits: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:15] * Fallen|away is now known as Fallen
- # [11:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/39b05ad67a2f - Hannes Verschore - Bug 1118164 - Tracelogging: Don't fail if there is no logger, r=bbouvier
- # [11:16] * julienw is now known as julienw_afk
- # [11:17] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
- # [11:19] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
- # [11:20] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
- # [11:21] * Fallen is now known as Fallen|away
- # [11:21] * Joins: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr)
- # [11:21] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [11:22] * Joins: glandium (glandium@moz-8d53n2.ocn.ne.jp)
- # [11:22] * Joins: mahdi (mahdi@moz-qrj.b3k.244.151.IP)
- # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9a9147872e5b - Thomas Zimmermann - Bug 1110669: Fix coding style of |RilConsumer| and it's helpers, r=htsai
- # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/14e25d5825f7 - Thomas Zimmermann - Bug 1110669: Improve correctness of |RilConsumer| and its helpers, r=htsai
- # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9bf521b43c84 - Thomas Zimmermann - Bug 1110669: Inherit |RilConsumer| from |StreamSocket|, r=qdot
- # [11:23] * Fallen|away is now known as Fallen
- # [11:24] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [11:24] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [11:25] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [11:26] * Quits: m_kato (m_kato@moz-86b4bs.bitcat.net) (Quit: Leaving...)
- # [11:26] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:26] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:27] * Quits: glandium (glandium@moz-8d53n2.ocn.ne.jp) (Quit: Coyote finally caught me)
- # [11:28] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [11:28] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:29] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [11:32] * Joins: givanica (Thunderbird@moz-g4j.rug.121.86.IP)
- # [11:32] * Quits: jviereck (Adium@moz-dfipbc.ethz.ch) (Quit: Leaving.)
- # [11:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1e76255040ad - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [11:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2ba09c9c7479 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [11:34] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
- # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6aa9be9df450 - Thomas Zimmermann - Bug 1095488: Add Bluetooth AVRCP helpers, r=shuang
- # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/68e1922b83f0 - Thomas Zimmermann - Bug 1095488: Add Bluetooth AVRCP module, r=shuang
- # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e48fd6fe791f - Thomas Zimmermann - Bug 1095488: Added Bluetooth AVRCP interface, r=shuang
- # [11:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5968614a4768 - Thomas Zimmermann - Bug 1095488: Added AVRCP support for Bluetooth daemon backend, r=shuang
- # [11:35] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Client exited)
- # [11:36] * Joins: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP)
- # [11:36] * Joins: glandium (glandium@moz-8d53n2.ocn.ne.jp)
- # [11:36] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:37] * darkowlzz is now known as darkowlzz|afk
- # [11:38] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [11:38] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
- # [11:40] * darkowlzz|afk is now known as darkowlzz
- # [11:40] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:41] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [11:42] * Quits: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
- # [11:43] <Tomcat|sheriffduty> seth: ping
- # [11:43] <seth> Tomcat|sheriffduty: pong
- # [11:43] <seth> it's never good to be pinged by a sheriff
- # [11:43] * Tomcat|sheriffduty is not that bad :(
- # [11:43] <Tomcat|sheriffduty> :)
- # [11:43] <Tomcat|sheriffduty> seth: bustage on inbound
- # [11:44] <seth> looking
- # [11:44] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:45] * Quits: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:46] <seth> Tomcat|sheriffduty: oh dang, that linux build failure?
- # [11:46] <seth> Tomcat|sheriffduty: let me push a followup
- # [11:47] <seth> it's just missing a #include
- # [11:47] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [11:48] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [11:48] * killer sets mode: +o smaug
- # [11:48] * pbrosset is now known as pbrosset|afk
- # [11:50] * Rik|afk is now known as Rik
- # [11:50] * Quits: KenChang (KenChang@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:50] <Tomcat|sheriffduty> seth: yeah sure feel free, tree is closed so you need to include CLOSED TREE in the commit message when you push
- # [11:52] <seth> Tomcat|sheriffduty: ok. just pushed the followup. thanks for letting me know!
- # [11:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/839f6e4f322a - Seth Fowler - Bug 1116716 (Followup) - Add missing header file in FrameAnimator.cpp on a CLOSED TREE. r=me
- # [11:53] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [11:53] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
- # [11:55] <Tomcat|sheriffduty> seth: np, thanks to you!
- # [11:56] * Joins: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
- # [11:57] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [11:58] * Joins: Delta706 (xx@moz-hjh5rt.dsl.as9105.com)
- # [11:58] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [11:58] * Quits: evanxd (Adium@moz-3qu405.dynamic.hinet.net) (Quit: Leaving.)
- # [11:58] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
- # [11:59] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
- # [11:59] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
- # [11:59] * Quits: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [12:00] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [12:01] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [12:01] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
- # [12:03] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [12:06] * Quits: cornel_ionce (Mibbit@moz-662.esi.231.62.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [12:10] * Quits: ggp (ggp@moz-em6.dr1.205.191.IP) (Ping timeout: 121 seconds)
- # [12:10] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:12] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [12:13] * Quits: pedroff (quassel@moz-crj.r67.4.81.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
- # [12:14] * Joins: ggp (ggp@moz-u6b.l2u.205.191.IP)
- # [12:14] * Quits: edenchuang (uid46829@moz-g8d4rq.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [12:15] * Quits: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [12:16] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [12:17] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
- # [12:18] * Quits: jtcranmer (jcranmer@moz-a7sf9i.csl.tjhsst.edu) (Ping timeout: 121 seconds)
- # [12:18] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
- # [12:19] * Joins: jtcranmer (jcranmer@moz-a7sf9i.csl.tjhsst.edu)
- # [12:20] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Connection closed)
- # [12:20] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
- # [12:20] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:21] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
- # [12:24] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
- # [12:25] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
- # [12:26] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [12:26] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [12:26] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Connection closed)
- # [12:26] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [12:27] * Teodor_Druta|Duty is now known as Teodor_Druta|Duty|lunch
- # [12:27] * Joins: Manny (quassel@moz-bgt.6kh.139.14.IP)
- # [12:27] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
- # [12:28] * Quits: ggp (ggp@moz-u6b.l2u.205.191.IP) (Ping timeout: 121 seconds)
- # [12:28] * mgerva is now known as mgerva|lunch
- # [12:29] * Quits: kilikkuo (Mibbit@moz-2hf62a.HINET-IP.hinet.net) (Quit: http://www.mibbit.com ajax IRC Client)
- # [12:29] * Joins: ggp (ggp@moz-oip.02c.95.177.IP)
- # [12:32] * Quits: Manny (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
- # [12:32] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [12:35] * Quits: Edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:41] * Joins: jimm (jmathies@moz-met.a66.235.67.IP)
- # [12:43] * Joins: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de)
- # [12:43] * Joins: KuoE0 (KuoE0@moz-1fabjf.HINET-IP.hinet.net)
- # [12:43] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (Quit: Leaving...)
- # [12:43] * Quits: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
- # [12:45] * whimboo is now known as whimboo|afk
- # [12:46] * Quits: shelly (shelly@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
- # [12:46] * Teodor_Druta|Duty|lunch is now known as Teodor_Druta|Duty
- # [12:47] * Joins: Mano (mano@moz-kji1k1.dynamic.barak-online.net)
- # [12:48] * jandem is now known as jandem-brb
- # [12:49] * Joins: dao (Thunderbird@moz-4de4ns.j7lv.v76v.0a40.2a04.IP)
- # [12:49] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [12:50] * FuzzyFox|afk is now known as FuzzyFox
- # [12:51] <@ted> gaston: i asked you in a bug but i've lost that now, did all the NSPR patches you need land in the NSPR repo?
- # [12:51] * Quits: Mano (mano@moz-kji1k1.dynamic.barak-online.net) (Ping timeout: 121 seconds)
- # [12:51] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [12:52] * Joins: KaiRo (robert@moz-l9a6el.highway.telekom.at)
- # [12:53] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
- # [12:53] * Quits: gcp (gcp@moz-fen1mj.beqe.9i1r.1812.2a02.IP) (Ping timeout: 121 seconds)
- # [12:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/91117e6349d0 - Mark Banner - Bug 1079227 - Loop feedback form should always allow comments. r=nperriault
- # [12:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9e315e49e73a - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [12:56] * Joins: CristinaM (Instantbird@moz-662.esi.231.62.IP)
- # [12:57] * Joins: tedders1_ (tedders1@moz-nrn6io.fnjk.s0pt.0450.2001.IP)
- # [12:57] * baku is now known as baku|away
- # [12:57] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
- # [12:59] * FuzzyFox is now known as FuzzyFox|afk
- # [12:59] * Quits: tedders1 (tedders1@moz-u0u8qq.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [13:01] * Quits: tedders1_ (tedders1@moz-nrn6io.fnjk.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [13:04] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
- # [13:07] * Joins: gcp (gcp@moz-fen1mj.beqe.9i1r.1812.2a02.IP)
- # [13:09] * mgerva|lunch is now known as mgerva
- # [13:10] * Quits: ggp (ggp@moz-oip.02c.95.177.IP) (Ping timeout: 121 seconds)
- # [13:10] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
- # [13:16] * Quits: Delta706 (xx@moz-hjh5rt.dsl.as9105.com) (Quit: much too bland)
- # [13:17] * Parts: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
- # [13:17] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [13:18] * Joins: alexbard_ (alexbardas@moz-hh7.h8s.166.109.IP)
- # [13:19] * Quits: alexbardas (alexbardas@moz-fr3.c8b.247.84.IP) (Ping timeout: 121 seconds)
- # [13:19] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Ping timeout: 121 seconds)
- # [13:21] * Joins: benfrancis (uid16068@moz-u0phi1.charlton.irccloud.com)
- # [13:22] * Joins: alexbardas (alexbardas@moz-s0570d.BR.idilis.net)
- # [13:22] * Quits: alexbard_ (alexbardas@moz-hh7.h8s.166.109.IP) (Connection closed)
- # [13:23] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [13:23] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
- # [13:24] * Joins: ggp (ggp@moz-riab7a.telesp.net.br)
- # [13:25] * Joins: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp)
- # [13:25] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
- # [13:26] * pbrosset|afk is now known as pbrosset
- # [13:30] <gaston> ted: there was only one and yes it landed in nspr, i just need the cset to migrate to m-c
- # [13:30] * darkowlzz is now known as darkowlzz|afk
- # [13:30] <gaston> ted: was https://bugzilla.mozilla.org/show_bug.cgi?id=1107063
- # [13:30] * darkowlzz|afk is now known as darkowlzz
- # [13:31] <@ted> gaston: okay, i can tag that and someone can push it
- # [13:32] <@ted> (do you have commit access?)
- # [13:32] <gaston> yes but im not sure of the mechanics
- # [13:33] <gaston> i can push a cset to m-i but not sure about all the surrounding nspr goo
- # [13:33] * darkowlzz is now known as darkowlzz|afk
- # [13:33] * jandem-brb is now known as jandem
- # [13:33] <gaston> i just hope that the cset makes it before the merge if not too late already
- # [13:34] <@ted> gaston: i just tagged NSPR, the update is easy
- # [13:34] <@ted> gaston: you have 5 days before the next merge
- # [13:34] <@ted> so it's okay
- # [13:34] <@ted> http://whattrainisitnow.com/
- # [13:34] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
- # [13:34] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
- # [13:35] <@ted> gaston: in your mozilla source dir run "python client.py update_nspr NSPR_4_10_8_BETA2"
- # [13:36] <@ted> that will update the copy under nsprpub/ and then you can commit it and push it with r=ted
- # [13:36] * Dexter is now known as Dexter|afk
- # [13:37] * Ms2ger wonders what's left in client.py and if we should move it all into mach
- # [13:37] * Quits: jkitch (Thunderbird@moz-o08vk5.k4n0.vhij.44b8.2001.IP) (Client exited)
- # [13:37] <Ms2ger> Nice, mixed 2-space and 4-space indentation in one function
- # [13:37] * Joins: jkitch (Thunderbird@moz-o08vk5.k4n0.vhij.44b8.2001.IP)
- # [13:37] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [13:39] <gaston> ted: ok, will try ... but isnt it an 'issue' to have a non-release nspr in a release branch ?
- # [13:39] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [13:39] <@ted> gaston: yeah, we'll get that sorted out
- # [13:39] <@ted> not your problem
- # [13:39] <@ted> we already have BETA1 in m-c IIRC
- # [13:39] <gaston> oki, good to know :)
- # [13:40] <@ted> (usually all that's involved is doing an NSPR release, bumping the version from beta to release)
- # [13:40] * Joins: jviereck (Adium@moz-hg9e9p.ethz.ch)
- # [13:41] <Ms2ger> Is NSPR dead yet?
- # [13:42] <@ted> no
- # [13:42] <@ted> even if we stripped it out of gecko we'd still have NSS
- # [13:42] * Quits: boris (boris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [13:42] <Ms2ger> Is NSS dead yet?
- # [13:43] <gcp> maybe if one of the openssl forks ends up amounting to something
- # [13:44] <@ted> ¯\_(ツ)_/¯ crypto libs
- # [13:44] <gaston> you can switch to libressl :)
- # [13:44] <nemo> hrm. kind of annoying FF sending me to a webpage just to tell me my FF4 is out of date. I know that. It just happens to be the last version of Firefox that still works to configure the wifi here...
- # [13:44] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [13:44] <gcp> gaston: didn't they rip out win support?
- # [13:45] <gaston> gcp: no, it's been readded but 'properly'
- # [13:45] <gaston> ie less #ifdef spaghetti
- # [13:45] * jimm is now known as jimm-apt
- # [13:45] <Ms2ger> Calling rust-ssl
- # [13:46] <gaston> gcp: http://undeadly.org/cgi?action=article&sid=20141201141720 that was a month ago
- # [13:46] <gcp> "Performance-wise, it's currently about 50x slower than Cygwin's native openssl.exe"
- # [13:46] <gcp> I'
- # [13:46] <gcp> m sold
- # [13:47] <Ms2ger> Srsly, would be good to get rid of those crappy C SSL libs
- # [13:47] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
- # [13:48] <bagder> C libs run the world...
- # [13:48] * Quits: endle (endle@moz-md6.skh.78.59.IP) (Quit: Leaving)
- # [13:48] <@ted> Ms2ger: i would support a rust crypto lib
- # [13:48] <Ms2ger> I'd rather run C libs off the road
- # [13:49] <@ted> gcp: 50x slower than *cygwin*'s version
- # [13:49] <@ted> oof
- # [13:49] <jgraham> I think everyone supports a rust crypto lib in principle, but everyone also knows that you shouldn't implement crypto
- # [13:49] <jgraham> So there's a meeting of a rock and a hard place
- # [13:49] <@ted> yeah
- # [13:50] <@ted> is there any intersection of "people who understand crypto" and "people who know how to write rust" that we could throw money at?
- # [13:50] <Ms2ger> jgraham, sadly, it's the people who don't know that you shouldn't implement crypto that do
- # [13:50] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Connection closed)
- # [13:51] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [13:51] <froydnj> Tomcat|sheriffduty: do the dt1 oranges on https://treeherder.mozilla.org/#/jobs?repo=try&revision=3b0ed89a986c look like proper intermittents?
- # [13:51] <nicoo> jgraham: You shouldn't implement crypto ... if there is existing good crypto (and you should never, EVER invent your own crypto schemes or use old/weird stuff)
- # [13:51] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [13:51] <froydnj> Tomcat|sheriffduty: there's some test failures mixed in there that don't come up for starring
- # [13:52] * AutomatedTester|AFK is now known as AutomatedTester
- # [13:52] * darkowlzz|afk is now known as darkowlzz
- # [13:52] <nicoo> ted: I'm in the intersection, but my current contract prevent money being thrown at me :þ (The University wants me to stay bought) However, you can point me to the right direction, I've been meaning to do more Rust :3
- # [13:53] <Tomcat|sheriffduty> froydnj: checkin
- # [13:53] <Tomcat|sheriffduty> checking i mean :)
- # [13:53] <Ms2ger> nicoo, well, we're basically looking for someone to make the project exist :)
- # [13:53] * Joins: Enn (enn@moz-psaljv.ckpj.s0pt.0450.2001.IP)
- # [13:53] <froydnj> Tomcat|sheriffduty: in particular, the browser_dbg_breakpoints-contextmenu-add.js ...but retriggers have come up green
- # [13:54] <Ms2ger> nicoo, there's lots of people who'd be interested to work on it, but nobody enough to actually lead :)
- # [13:54] <Tomcat|sheriffduty> froydnj: hm seems there is a bug missing for the timeouts but so far it seems intermittent and not from your push
- # [13:54] * froydnj would like to think he lives at the right intersection of skillz
- # [13:54] <nicoo> Ms2ger: Ah, ok. At some point I read about a Rust crypto thing, but perhaps it was only people wanting to do it
- # [13:54] <Tomcat|sheriffduty> have seen this on inbound too i think
- # [13:54] * Quits: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP) (Ping timeout: 121 seconds)
- # [13:54] <Ms2ger> nicoo, I don't think anyone started something serious
- # [13:55] <derf> Implementing crypto is easy.
- # [13:55] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [13:55] <derf> Step 1: Write the best code you can possibly imagine.
- # [13:56] <Ms2ger> Step 2: ???
- # [13:56] <Ms2ger> Step 3: NSA profit
- # [13:56] <derf> Step 2: Become popular enough that thousands and thousands of people tell you how you did it all horribly, horribly, wrong.
- # [13:56] <froydnj> Step 2: get pwned because your imagination is too limited
- # [13:56] <evilpie> Step 3: Everybody uses it anyways
- # [13:56] <derf> evilpie: That does appear to be the OpenSSL approach.
- # [13:57] <froydnj> Tomcat|sheriffduty: ok, thanks!
- # [13:57] <bagder> let the one who never did a security problem throw the first stone
- # [13:58] * Ms2ger throws the first stone at himself
- # [13:58] * Quits: jkitch (Thunderbird@moz-o08vk5.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
- # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a862343408d4 - Nathan Froyd - Bug 1117860 - part 1 - factor sources->unified file computation out of _add_unified_build_rules; r=mshal
- # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5dcb0bb6327 - Nathan Froyd - Bug 1117860 - part 2 - factor out unified file writing from _add_unified_build_rules; r=mshal
- # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ff1c6ac21d4 - Nathan Froyd - Bug 1117850 - package llvm-symbolizer with the installer when MOZ_TSAN is enabled; r=glandium
- # [14:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=c7ae19c5b2ed - 29 changesets
- # [14:00] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [14:03] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [14:03] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
- # [14:03] * Joins: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP)
- # [14:04] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [14:04] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [14:04] * darkowlzz is now known as darkowlzz|afk
- # [14:05] * Quits: RealRaven (Thunderbird@moz-jf8.3ps.129.212.IP) (Ping timeout: 121 seconds)
- # [14:07] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [14:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8ab4936fe297 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
- # [14:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fb568b084a1c - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [14:08] * Dexter|afk is now known as Dexter
- # [14:08] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [14:09] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
- # [14:10] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
- # [14:10] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
- # [14:11] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout: 121 seconds)
- # [14:11] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=395cc3fd41ae - 54 changesets
- # [14:11] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [14:13] * jmaher|afk is now known as jmaher
- # [14:14] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=206205dd8bd1 - 34 changesets
- # [14:14] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/03e253651e75 - James Graham - Bug 1118722 - Update web-platform-tests to revision a4f1782fd9e93746364ed219e60a8c2bafd0910e, a=testonly
- # [14:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/68b02c34090c - James Graham - Bug 1118722 - Update web-platform-tests expected data, a=testonly
- # [14:16] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [14:16] <gaston> ted: what's the deal with the blank line in nsprpub/config/prdepend.h ?
- # [14:16] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [14:17] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [14:18] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
- # [14:18] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [14:19] <gaston> ted: and do i need to file a bug for the uplift or just reference it in the merged commits ?
- # [14:19] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [14:23] * whimboo|afk is now known as whimboo
- # [14:23] * Joins: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net)
- # [14:25] * darkowlzz|afk is now known as darkowlzz
- # [14:25] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [14:26] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
- # [14:28] <Ms2ger> gaston, the build system is broken, so everything depends on nsprpub/config/prdepend.h, so everything will rebuild
- # [14:29] <gaston> yeah but does it mean updating nspr should remove the empty line in it (effectively forcing a rebuild) or it shouldnt ?
- # [14:30] <Ms2ger> It should
- # [14:30] <gaston> no changes needed to nsprpub/config/prdepend.h
- # [14:30] <gaston> old state of nsprpub/config/prdepend.h is: has blank line
- # [14:30] <gaston> toggling blank line in: nsprpub/config/prdepend.h
- # [14:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=e4a35e6a726e - 65 changesets
- # [14:30] <gaston> funny :)
- # [14:30] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
- # [14:30] <gaston> anyway, back to work, i'll hopefully finish that tmrw
- # [14:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/02b4ccc6cc91 - Ujjwal Wahi - Bug 1100363 - Maintain preference case. r=whimboo
- # [14:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=3a1103c584cb - 85 changesets
- # [14:34] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [14:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=d5707dca1713 - 89 changesets
- # [14:36] * darkowlzz is now known as darkowlzz|afk
- # [14:37] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
- # [14:38] * Joins: RyanVM (Thunderbird@moz-hbb9mb.fios.verizon.net)
- # [14:41] * darkowlzz|afk is now known as darkowlzz
- # [14:42] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [14:50] * Quits: dria (dria@moz-am5.1q4.171.192.IP) (Ping timeout: 121 seconds)
- # [14:51] * Joins: bz (bzbarsky@moz-m10oko.fios.verizon.net)
- # [14:51] * bz loves standards mailing lists that bounce your message with an error message in French
- # [14:54] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/24377e7d9d8c - Jan Varga - Bug 1110067 - Presence of asmjs cache in storage/temporary causing indexedDB.open() to fail for non-persistent storage; r=bent a=sylvestre
- # [14:54] * rail_away is now known as rail
- # [14:55] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [14:56] * darkowlzz is now known as darkowlzz|afk
- # [14:57] * Joins: dria (dria@moz-am5.1q4.171.192.IP)
- # [14:57] * Joins: Pike (chatzilla@moz-7fuldt.pool.mediaWays.net)
- # [14:57] * Quits: jviereck (Adium@moz-hg9e9p.ethz.ch) (Quit: Leaving.)
- # [14:57] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [14:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ec519dcb27a6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [14:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/37075000ece9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [14:58] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [15:01] * Joins: mak (uid24946@moz-7ljuor.highgate.irccloud.com)
- # [15:02] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
- # [15:02] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
- # [15:03] * Joins: wlach (wlach@moz-5tlj2g.vif.net)
- # [15:03] * Quits: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp) (Client exited)
- # [15:05] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [15:05] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [15:08] * Joins: evanxd (Adium@moz-9ph.kbq.0.123.IP)
- # [15:13] * Quits: evanxd (Adium@moz-9ph.kbq.0.123.IP) (Ping timeout: 121 seconds)
- # [15:13] * Fallen is now known as Fallen|away
- # [15:18] * jimm-apt is now known as jimm
- # [15:19] * lmandel_afk is now known as lmandel
- # [15:20] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [15:20] * Joins: ericjung (ericjung@moz-bq1ke7.7ch4.iin2.0006.2601.IP)
- # [15:20] * davidb is now known as davidb|afk
- # [15:21] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [15:23] * Ms2ger wonders when libffi was last updated
- # [15:24] * davidb|afk is now known as davidb
- # [15:25] <gaston> Ms2ger: iirc ryanvm updated it not so long ago
- # [15:25] <RyanVM> Ms2ger: 3.1
- # [15:25] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [15:26] * Quits: sheeri (sheeri@moz-dkjr1g.scl3.mozilla.com) (Quit: leaving)
- # [15:26] * bc|afk is now known as bc
- # [15:28] * catlee-away is now known as catlee
- # [15:28] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
- # [15:29] * Joins: sheeri (uid60217@moz-b8uo7b.uxbridge.irccloud.com)
- # [15:29] * mgerva is now known as mgerva|brb
- # [15:29] * Joins: evanxd (Adium@moz-9ph.kbq.0.123.IP)
- # [15:29] * Quits: evanxd (Adium@moz-9ph.kbq.0.123.IP) (Connection closed)
- # [15:30] * Joins: tromey (tromey@moz-2d91tj.hlrn.qwest.net)
- # [15:31] * Quits: heftig (heftig@moz-5r9s0n.archlinux.org) (Connection closed)
- # [15:31] * Joins: heftig (heftig@moz-5r9s0n.archlinux.org)
- # [15:31] * Joins: catalinb (catalin@moz-tm0.n6k.25.188.IP)
- # [15:32] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [15:32] * darkowlzz|afk is now known as darkowlzz
- # [15:33] * Quits: Shrooms` (mint@moz-7srl5t.ip.windstream.net) (Quit: Leaving)
- # [15:34] * mgerva|brb is now known as mgerva
- # [15:36] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [15:36] * Quits: nelsk (nelsk@moz-c1g602.res.rr.com) (Connection closed)
- # [15:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cf3485c7753b - Richard Newman - Bug 907768 - Disable testSearchSuggestions on Gingerbread. r=me
- # [15:37] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Quit: Plan B failed, time for Plan 9!)
- # [15:37] * Joins: Techn0mag (mistrzmag@moz-qc3.esk.224.91.IP)
- # [15:38] * Quits: Techn0mag (mistrzmag@moz-qc3.esk.224.91.IP) (Quit: Plan B failed, time for Plan 9!)
- # [15:38] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
- # [15:39] * Joins: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP)
- # [15:40] * Joins: Swatinem (Instantbird@moz-ijsnuu.dynamic.surfer.at)
- # [15:41] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: This computer has gone to sleep)
- # [15:45] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
- # [15:45] * coop|afk is now known as coop|buildduty
- # [15:48] * Joins: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com)
- # [15:48] * lmandel is now known as lmandel_afk
- # [15:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a5175e8ba69 - Boris Zbarsky - Bug 1112001. Provide a newGlobal in jsreftests in browser. r=jorendorff
- # [15:48] * Joins: StevenLee (Adium@moz-fdfpj6.dynamic.hinet.net)
- # [15:48] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
- # [15:49] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [15:50] <jesup> How do I make an build against ICS for b2g locally? (Equivalent to the B2G-ICS builds on tbpl/try?)
- # [15:50] * jesup is fighting a weird scoped_ptr error on ICS only in a webrtc update
- # [15:51] <jesup> bz: just trying to help yoiu with your language skills
- # [15:52] * jesup fences sabre competitively when he has time (never!), and traditionally all refereeing and all descriptions of the actions to the fencers is in french
- # [15:52] <Ms2ger> Touché
- # [15:52] <jesup> which somewhat ironically doesn't actually require knowing French, just the technical terms
- # [15:53] <jesup> touche (missing the accent)
- # [15:54] * Joins: Delta706 (xx@moz-2sc772.dsl.as9105.com)
- # [15:55] * Joins: jchaulk (jchaulk@moz-oq4n7p.dsl.teksavvy.com)
- # [15:56] <padenot> here is an accent for you é
- # [15:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93a8e6ea1324 - Brad Lassey - bug 1118554 - make android's stdcxx work r=glandium
- # [15:58] * joshua-s|zzz is now known as joshua-s
- # [16:01] * Joins: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com)
- # [16:02] * Quits: bz (bzbarsky@moz-m10oko.fios.verizon.net) (Ping timeout: 121 seconds)
- # [16:03] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
- # [16:04] <jesup> En garde, s'il vous plait.... prêts... Allez! .... touché! (ok, I'm rusty)
- # [16:05] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [16:05] <Tomcat|sheriffduty> oh my :)
- # [16:06] <gcp> what was the fix for the psutils / python / mach breakage thing again?
- # [16:06] <gcp> some files you need to clean out
- # [16:06] <tromey> gcp: python/psutil/build (the whole directory)
- # [16:06] <tromey> python/psutil/*.so (POSIX operating systems)
- # [16:06] <tromey> python/psutil/*.pyd (Windows)
- # [16:06] <tromey>
- # [16:08] <gcp> nope
- # [16:08] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
- # [16:08] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
- # [16:08] * killer sets mode: +o bsmedberg
- # [16:08] <gcp> did we fix anything related to that on m-c recently?
- # [16:08] <tromey> bummer - worked for me when I needed it
- # [16:08] * Joins: Rik_ (rik@moz-6v5.3nd.202.89.IP)
- # [16:09] * Joins: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com)
- # [16:09] * Quits: drosdeck (usuario@moz-lvr.cl1.75.201.IP) (Connection closed)
- # [16:09] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [16:09] * killer sets mode: +o smaug
- # [16:09] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [16:10] * philor|away is now known as philor
- # [16:10] <Gijs> jmaher: where do talos bugs go?
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d74306cdc6f8 - Ehsan Akhgari - Bug 1118606 - Mark virtual overridden functions as MOZ_OVERRIDE in uriloader; r=bzbarsky
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fb4c625a7d0a - Ehsan Akhgari - Bug 1118427 - Mark virtual overridden functions as MOZ_OVERRIDE in layout; r=roc
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bfe58aa1f248 - Ehsan Akhgari - Bug 1118420 - Mark virtual overridden functions as MOZ_OVERRIDE in editor; r=roc
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8bed3614b4e - Ehsan Akhgari - Bug 1118419 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics; r=jrmuizel
- # [16:10] * Quits: Delta706 (xx@moz-2sc772.dsl.as9105.com) (Quit: much too bland)
- # [16:10] <jmaher> Gijs: testing :: talos
- # [16:10] <jmaher> Gijs: I look forward to your bug
- # [16:10] * Quits: Swatinem (Instantbird@moz-ijsnuu.dynamic.surfer.at) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
- # [16:11] * Quits: Rik (rik@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [16:11] * Joins: drosdeck (usuario@moz-lvr.cl1.75.201.IP)
- # [16:11] <Gijs> jmaher: I don't plan on filing one, but I just needinfo'd you on a poor contributor's bug that's been languishing in Fx::Untriaged since last month :(
- # [16:11] * Joins: kapy (kapy@moz-vvc.s8g.68.182.IP)
- # [16:11] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [16:12] <jmaher> Gijs: ok, I will take a look
- # [16:12] <RyanVM> jesup: I guess you can't wait on AtilA's killing of gcc4.4 to land first? :)
- # [16:12] <RyanVM> (may miss the uplift)
- # [16:13] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [16:13] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
- # [16:13] * Joins: jviereck (Adium@moz-hg9e9p.ethz.ch)
- # [16:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d587e85f2a2 - Brad Lassey - bug 1083116 - build fails: malloc_decls.h conflicting types for 'malloc_usable_size' r=glandium
- # [16:14] * Joins: nj (nj@moz-edp.6s7.76.106.IP)
- # [16:15] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
- # [16:16] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
- # [16:18] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
- # [16:19] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (Connection closed)
- # [16:19] * Joins: secretrobotron (secretrobot@moz-2dk2ru.ckpj.s0pt.0450.2001.IP)
- # [16:19] <jesup> RyanVM: I'm landing after uplift... if B2G-ICS dies before I land, I can ignore this! :-)
- # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5d801822e67f - Ehsan Akhgari - Bug 1118546 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/events; r=baku
- # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c23eeccb2c12 - Ehsan Akhgari - Bug 1118547 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/canvas; r=baku
- # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2dc5720003ee - Ehsan Akhgari - Bug 1118548 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xul; r=baku
- # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f8eb397de371 - Ehsan Akhgari - Bug 1118550 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xml; r=baku
- # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/11a89d944dd2 - Ehsan Akhgari - Bug 1118551 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xslt; r=baku
- # [16:21] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
- # [16:21] * killer sets mode: +o ehsan
- # [16:22] <RyanVM> jesup: I think it's close
- # [16:22] <RyanVM> ICS will be on gcc 4.8 after that
- # [16:22] <RyanVM> (or 4.9 even, don't remember)
- # [16:22] <jesup> RyanVM: bug #?
- # [16:23] * Joins: humph (dave@moz-1sttth.senecac.on.ca)
- # [16:23] * Quits: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net) (Client exited)
- # [16:23] * Quits: stransky (stransky@moz-2q16pm.broadband18.iol.cz) (Quit: Connection reset by beer)
- # [16:23] <RyanVM> bug 1087161
- # [16:26] * darkowlzz is now known as darkowlzz|afk
- # [16:26] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [16:27] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [16:28] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
- # [16:28] * Quits: ZER0 (ZER0@moz-av6.s3c.201.176.IP) (Ping timeout: 121 seconds)
- # [16:28] * Quits: ericjung (ericjung@moz-bq1ke7.7ch4.iin2.0006.2601.IP) (Ping timeout: 121 seconds)
- # [16:30] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [16:30] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
- # [16:31] * coop|buildduty is now known as coop|mtg
- # [16:33] * Quits: jviereck (Adium@moz-hg9e9p.ethz.ch) (Quit: Leaving.)
- # [16:33] * Joins: sfink|lo1 (sfink@moz-cfhap5.mtv2.mozilla.com)
- # [16:33] * darkowlzz|afk is now known as darkowlzz
- # [16:34] * Joins: mrgiggles_ (mrgiggles@moz-cfhap5.mtv2.mozilla.com)
- # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b96b60c75745 - Ehsan Akhgari - Bug 1118608 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xbl; r=baku
- # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce9f0259fa32 - Ehsan Akhgari - Bug 1118609 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/storage; r=baku
- # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/10cffe6b68ac - Ehsan Akhgari - Bug 1118610 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/smil; r=baku
- # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/46d546978e88 - Ehsan Akhgari - Bug 1118611 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/plugins; r=baku
- # [16:34] * Quits: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
- # [16:34] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (Ping timeout: 121 seconds)
- # [16:34] * Quits: sfink|log (sfink@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
- # [16:34] * gregglind_afk is now known as gregglind
- # [16:35] * Joins: bz (bzbarsky@moz-m10oko.fios.verizon.net)
- # [16:35] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
- # [16:35] * darkowlzz is now known as darkowlzz|afk
- # [16:36] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
- # [16:36] * darkowlzz|afk is now known as darkowlzz
- # [16:37] * lmandel_afk is now known as lmandel
- # [16:37] * Joins: ericjung (ericjung@moz-bq1ke7.7ch4.iin2.0006.2601.IP)
- # [16:37] * Joins: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP)
- # [16:38] <Ms2ger> ehsan, can we get rid of MOZ_OVERRIDE yet?
- # [16:38] <@ehsan> Ms2ger: why would we do that?
- # [16:38] <Ms2ger> The macro, that is
- # [16:39] <gcp> what does it simplify to?
- # [16:39] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
- # [16:39] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [16:40] <@ehsan> override
- # [16:40] <@ehsan> Ms2ger: gcc supports override as of gcc4.7, so the answer is not in the next year at least :)
- # [16:41] <Ms2ger> This year or next?
- # [16:41] <@ehsan> this year
- # [16:41] <gcp> btw, Effective Modern C++ was released 2nd of December
- # [16:41] <gcp> it's on safari, which we have a sub to
- # [16:41] <@ehsan> we do?
- # [16:41] * Quits: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
- # [16:41] <gcp> you didn't know?
- # [16:41] <gcp> You have a full account on Safari Books.
- # [16:42] <Ms2ger> Oh, that's good to know
- # [16:42] * Quits: bc (bc@moz-010.ifm.3.76.IP) (Quit: leaving)
- # [16:42] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Connection closed)
- # [16:42] * Joins: pcwalton (pcwalton@moz-vst.p2i.254.50.IP)
- # [16:42] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [16:43] * BenWa|email is now known as BenWa
- # [16:43] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Connection closed)
- # [16:45] * Quits: wlach (wlach@moz-5tlj2g.vif.net) (Quit: Ex-Chat)
- # [16:45] * kats|away is now known as kats
- # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d350cd94c551 - Mike de Boer - Bug 1102477: pass HAWK request errors through to content. r=Standard8
- # [16:48] * Quits: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP) (Ping timeout: 121 seconds)
- # [16:48] * Fallen|away is now known as Fallen
- # [16:49] * Joins: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP)
- # [16:49] <@ehsan> I had no idea!
- # [16:49] <Tomcat|sheriffduty> blassey: ping - bustage on inbound
- # [16:49] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Quit: )
- # [16:49] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
- # [16:49] * julienw_afk is now known as julienw
- # [16:50] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
- # [16:50] * Quits: gabor (gabor@moz-q2sg4u.j7lv.v76v.0a40.2a04.IP) (Connection closed)
- # [16:50] <@ehsan> gcp: any idea how we can use the account?
- # [16:50] * Quits: fabrice (fabrice@moz-3oj.il6.198.71.IP) (Quit: Leaving.)
- # [16:51] * Joins: jduell (jduell@moz-fv43hl.public.wayport.net)
- # [16:51] <blassey> Tomcat|sheriffduty: looking
- # [16:52] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Connection closed)
- # [16:52] <gcp> ehsan: I think you can sign up with your mozilla.com email or smth
- # [16:52] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
- # [16:52] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [16:53] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Connection closed)
- # [16:53] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [16:53] * Joins: bc (bc@moz-010.ifm.3.76.IP)
- # [16:53] <@ehsan> gcp: https://intranet.mozilla.org/MoBB points to a non-existing page!
- # [16:54] <@ehsan> oh there we go https://wiki.mozilla.org/SafariBooks
- # [16:54] <gcp> ah, service-now
- # [16:55] * davidb is now known as davidb|afk
- # [16:55] <@ehsan> "We are currently out of licenses for this resource."
- # [16:55] <@ehsan> :(
- # [16:55] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [16:56] * baku|away is now known as baku
- # [16:56] <Tomcat|sheriffduty> blassey: shall i back this out or do you have a quick fox
- # [16:56] <Tomcat|sheriffduty> err fix
- # [16:56] * @ehsan puts his name on https://etherpad.mozilla.org/safaribooks-waitlist, even though it seems there are already too many waiting
- # [16:56] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
- # [16:57] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [16:57] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [16:57] <blassey> Tomcat|sheriffduty: do you mind backing out?
- # [16:57] <gcp> ehsan: it's big enough to yammer about, maybe
- # [16:57] <Tomcat|sheriffduty> blassey: sure i can do it :)
- # [16:57] <blassey> thanks
- # [16:57] * mcote|afk is now known as mcote
- # [16:58] * Joins: jviereck (Adium@moz-8mq2nh.b6vj.g469.067c.2001.IP)
- # [16:58] * Joins: hunboy_ (hunboy@moz-lcgl3c.pool.invitel.hu)
- # [16:58] * Quits: hunboy (hunboy@moz-5d8n0p.pool.invitel.hu) (Ping timeout: 121 seconds)
- # [16:58] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [16:58] * hunboy_ is now known as hunboy
- # [16:59] * sheppy-offline is now known as sheppy
- # [16:59] * Joins: jchaulk1 (jchaulk@moz-inv.kdl.91.23.IP)
- # [16:59] * Quits: jviereck (Adium@moz-8mq2nh.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [16:59] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [16:59] * Joins: milan_ (milan@moz-7bphfo.ckpj.s0pt.0450.2001.IP)
- # [16:59] <gcp> ehsan: I mean the fact that you didn't even know we had this is :(
- # [16:59] <gcp> ehsan: doesn't appear to be on the new hire checklists either
- # [16:59] * Joins: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP)
- # [16:59] * Joins: ZER0 (ZER0@moz-m4u.tke.18.62.IP)
- # [17:00] * Quits: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP) (Quit: Leaving...)
- # [17:00] * Joins: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP)
- # [17:00] <@ehsan> gcp: /me contemplates posting on yammer...
- # [17:01] * Quits: jchaulk (jchaulk@moz-oq4n7p.dsl.teksavvy.com) (Ping timeout: 121 seconds)
- # [17:01] * Quits: a2n (a2n@moz-0n4.c65.85.219.IP) (Connection closed)
- # [17:02] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: Leaving)
- # [17:02] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [17:02] * Quits: nj (nj@moz-edp.6s7.76.106.IP) (Quit: WeeChat 1.0.1)
- # [17:02] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [17:02] <@ted> gaston: the blank line is because nspr's dependencies suck
- # [17:02] <@ted> gaston: you don't need a bug
- # [17:03] * Joins: jrmuizel_ (jrmuizel@moz-i5m.05u.207.66.IP)
- # [17:03] * jmaher is now known as jmaher|mtg
- # [17:03] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
- # [17:03] <gaston> ok, i'll just reference the merge in the relevant bugs
- # [17:03] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
- # [17:03] <Tomcat|sheriffduty> blassey: RyanVM backout pushed
- # [17:03] * Fallen is now known as Fallen|away
- # [17:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/127c5aadbddd - Carsten "Tomcat" Book - Backed out changeset 3d587e85f2a2 (bug 1083116) for bustage on a CLOSED TREE
- # [17:03] <Tomcat|sheriffduty> RyanVM: could you reopen the trees when the builds get green again ? :)
- # [17:03] <RyanVM> sure
- # [17:04] <blassey> thanks
- # [17:04] <Tomcat|sheriffduty> cool, could you also take over ? :)
- # [17:04] * Joins: alexbard_ (alexbardas@moz-i1oq0e.BZ.idilis.net)
- # [17:05] * Quits: jduell (jduell@moz-fv43hl.public.wayport.net) (A TLS packet with unexpected length was received.)
- # [17:05] * Quits: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP) (A TLS packet with unexpected length was received.)
- # [17:06] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Connection closed)
- # [17:06] * Tomcat|sheriffduty is now known as Tomcat|afk
- # [17:06] <Tomcat|afk> need to run
- # [17:06] * Quits: alexbardas (alexbardas@moz-s0570d.BR.idilis.net) (Ping timeout: 121 seconds)
- # [17:07] * nsm|away is now known as nsm
- # [17:07] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [17:08] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [17:08] * RyanVM is now known as RyanVM|sheriffduty
- # [17:08] * Joins: aben (aben@moz-uk5jo1.senecacollege.ca)
- # [17:08] * Joins: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP)
- # [17:08] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [17:09] * Joins: mconley (mconley@moz-j17.ikg.119.199.IP)
- # [17:09] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Connection closed)
- # [17:09] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
- # [17:09] * Quits: rbarnes (rbarnes@moz-1lo.m9b.117.94.IP) (A TLS packet with unexpected length was received.)
- # [17:11] * Quits: mahdi (mahdi@moz-qrj.b3k.244.151.IP) (Connection closed)
- # [17:11] * zz_miketaylr is now known as miketaylr
- # [17:12] * Joins: tomer (tomer@moz-to490c.012.net.il)
- # [17:12] * Callek_disconnected is now known as Callek
- # [17:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f18933e5e396 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [17:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6534b40ed186 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [17:13] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
- # [17:14] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
- # [17:14] * killer sets mode: +ao dbaron dbaron
- # [17:14] * coop|mtg is now known as coop|buildduty
- # [17:16] * davidb|afk is now known as davidb
- # [17:17] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [17:18] * Quits: pcwalton (pcwalton@moz-vst.p2i.254.50.IP) (Client exited)
- # [17:19] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [17:19] * Joins: mwobensmith (mwobensmith@moz-q5v2nc.dynamic.fusionbroadband.com)
- # [17:20] * Joins: sicking (sicking@moz-lqm0dq.ca.comcast.net)
- # [17:20] * Joins: bgrins (bgrins@moz-o7i603.qnor.1u98.0009.2601.IP)
- # [17:20] * Joins: jviereck (Adium@moz-hg9e9p.ethz.ch)
- # [17:21] * Quits: StevenLee (Adium@moz-fdfpj6.dynamic.hinet.net) (Quit: Leaving.)
- # [17:21] * Joins: mmc (uid16596@moz-rb9ith.charlton.irccloud.com)
- # [17:21] * Joins: rbarnes (rbarnes@moz-7un.mos.117.94.IP)
- # [17:22] * Quits: dao (Thunderbird@moz-4de4ns.j7lv.v76v.0a40.2a04.IP) (Client exited)
- # [17:22] <Ms2ger> I'm so glad we started discussing longdesc again
- # [17:23] <RyanVM|sheriffduty> Ms2ger: Maybe it's the right time to argue for re-adding MNG support
- # [17:23] <Ms2ger> You are an evil man
- # [17:23] <froydnj> RyanVM|sheriffduty++
- # [17:24] <jgraham> longdesc is like Groundhog Day. It will keep repeating on us until we learn to ignore it whereupon it will go away on its own.
- # [17:24] * Joins: jduell (jduell@moz-fv43hl.public.wayport.net)
- # [17:24] <bz> jgraham++
- # [17:25] * Joins: Silne30 (Silne30@moz-p0aso1.mh2d.1ibb.0101.2620.IP)
- # [17:25] <bz> jgraham: sadly, we implement it, so can't really ignore it.
- # [17:25] * Joins: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com)
- # [17:25] <@ehsan> yeah
- # [17:26] <Ms2ger> Can't we "accidentally" break it?
- # [17:26] * Quits: rbarnes (rbarnes@moz-7un.mos.117.94.IP) (A TLS packet with unexpected length was received.)
- # [17:26] * Quits: mconley (mconley@moz-j17.ikg.119.199.IP) (Quit: NO CARRIER)
- # [17:26] * Joins: spohl (Adium@moz-m8u.olo.156.104.IP)
- # [17:28] <decoder> what is longdesc? :D
- # [17:28] <tbsaunde> Ms2ger: if you'll read all the bug mail I get about it absolutely :)
- # [17:28] * Joins: rbarnes (rbarnes@moz-7un.mos.117.94.IP)
- # [17:28] * Joins: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com)
- # [17:28] <Ms2ger> tbsaunde, /dev/null will be happy to receive it
- # [17:29] <@ted> ehsan: ping
- # [17:29] * Joins: brendan (brendaneich@moz-ooj7cv.ca.comcast.net)
- # [17:29] <davidb> jgraham++
- # [17:29] <@ehsan> decoder: it's an attribute on <img> that points to a url with a longer description of the image, supposedly for accessibility reasons
- # [17:29] <@ehsan> decoder: (similar to alt in a way)
- # [17:29] <decoder> ah ok
- # [17:29] <@ehsan> ted: hi
- # [17:29] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
- # [17:29] <@ted> ehsan: trying to whip up a quick configure patch to require VC2013 update 3
- # [17:29] * Quits: catalinb (catalin@moz-tm0.n6k.25.188.IP) (Quit: Leaving)
- # [17:30] <@ted> but i think i'm going to break clang-cl the way i'm doing this
- # [17:30] <@ehsan> ted: how are you doing it?
- # [17:30] <@ted> ehsan: so clang-cl is going to go through this block, right? http://dxr.mozilla.org/mozilla-central/source/configure.in#490
- # [17:30] * Quits: bc (bc@moz-010.ifm.3.76.IP) (Quit: leaving)
- # [17:30] * Joins: secretro_ (secretrobot@moz-3mppja.ckpj.s0pt.0450.2001.IP)
- # [17:30] <@ted> ehsan: http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#18
- # [17:30] <@ted> using _MSC_FULL_VER there
- # [17:30] * Joins: bc (bc@moz-010.ifm.3.76.IP)
- # [17:30] <froydnj> oh boy, variadic templates!
- # [17:31] <@ehsan> ted: yes
- # [17:31] <@ted> but that's explicitly a msvc path
- # [17:31] <@ted> ehsan: okay, so two things
- # [17:31] <@ted> well
- # [17:31] <@ted> mm
- # [17:31] <@ehsan> there's a clang-cl path right above it
- # [17:31] <@ehsan> http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#16
- # [17:31] <@ted> i can just test CLANG_CL here somewhere, right?
- # [17:31] * Joins: mchang (mchang@moz-4b7hgp.res.rr.com)
- # [17:31] <@ted> if test -z $CLANG_CL -a blah
- # [17:31] <@ehsan> ted: yeah
- # [17:31] <@ehsan> ted: also note that we pass the compiler version here: http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#82
- # [17:32] <@ehsan> we can pass whatever we want :)
- # [17:32] * Joins: catalinb (catalin@moz-tm0.n6k.25.188.IP)
- # [17:32] * Joins: ProgramFOX (ProgramFOX@moz-0b00id.isp.belgacom.be)
- # [17:32] <@ted> heh
- # [17:32] <@ted> yeah, that's fine
- # [17:32] * Quits: secretrobotron (secretrobot@moz-2dk2ru.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [17:32] <@ehsan> ted: so what's _MSC_VER on the november compiler?
- # [17:32] <@ted> ehsan: same thing
- # [17:32] <@ehsan> 1800?
- # [17:32] <@ted> but _MSC_FULL_VER is 180030723
- # [17:33] <@ehsan> ah I see
- # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/98162547b084 - Ryan VanderMeulen - Bug 1114577 - Drop support for Windows SDK versions <8.1. r=glandium, f=jacek
- # [17:33] <@ehsan> let me see if clang supports _MSC_FULL_VER
- # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/84708ff7c9fe - Ryan VanderMeulen - Bug 1114577 - GFX cleanups now that Windows SDK 8.1 is the minimum supported version. r=jmuizelaar, r=glandium
- # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6399ee520bcc - Ryan VanderMeulen - Bug 1114577 - Miscellaneous build system cleanups now that Windows SDK 8.1 is the minimum supported version. r=glandium
- # [17:34] * Joins: wlach (wlach@moz-t2np4e.ckpj.s0pt.0450.2001.IP)
- # [17:34] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [17:34] <@ehsan> ted: so there is a -fms-compatibility-version flag that clang-cl supports
- # [17:34] <@ehsan> which will set _MSC_FULL_VER to the right thing
- # [17:34] <@ehsan> let me construct the command line here...
- # [17:34] <@ted> okay
- # [17:34] * baku is now known as baku|away
- # [17:34] <@ted> well
- # [17:34] <@ted> it's kinda too late at that point
- # [17:35] <@ted> since the version checks are above
- # [17:35] <@ted> i really just need it in this one place
- # [17:35] <@ted> i think i'm just going to explicitly test for clang-cl
- # [17:35] <@ted> and we can live with it
- # [17:35] <@ted> lemme hack that into this patch and maybe you can make sure it doesn't break your build
- # [17:35] * Joins: Mano (mano@moz-vfq.t87.54.2.IP)
- # [17:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/42272b7f8e48 - Botond Ballo - Bug 1076241 - Add an API for setting a resolution on a document and scaling it by that amount. r=kats,tn
- # [17:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a4c67bb878ff - Botond Ballo - Bug 1076241 - Get rid of the nontransient async transform. r=kats
- # [17:37] <@ehsan> ted: no, wait a sec :)
- # [17:37] * Joins: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com)
- # [17:37] <@ted> okay
- # [17:38] <@ted> i haven't figured out how to write the proper bash conditional yet anyway :-P
- # [17:38] * Gijs is now known as Gijs_away
- # [17:38] * darkowlzz is now known as darkowlzz|afk
- # [17:39] <jesup> repeat: How do I make an build against ICS for b2g locally? (Equivalent to the B2G-ICS builds on tbpl/try?) (In case I can't wait for GCC 4.4 to die...)
- # [17:40] <@ehsan> ted: ok, so in http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#82, replace -fmsc-version with -fms-compatibility-version=18.00.30723
- # [17:40] <@ehsan> ted: that sets _MSC_VER to 1800
- # [17:40] <@ehsan> and _MSC_FULL_VER to 180030723
- # [17:40] <@ehsan> ted: then you don't have to special case clang-cl at all
- # [17:41] <@ehsan> ted: (you will need to set some macros manually though, look at line 76 onwards)
- # [17:41] <@ehsan> because this gets executed after those checks
- # [17:41] * philor is now known as philor|away
- # [17:41] <jesup> ehsan: (etc) how would people feel about adding #if !defined(DISALLOW_COPY_AND_ASSIGN) around the definition of DISALLOW_COPY_AND_ASSIGN() in ipc/chromium/src/base/basictypes.h?
- # [17:42] <@ehsan> jesup: why?
- # [17:42] <@ted> ehsan: i don't think you understood me properly, though, we get {CC,CXX}_VERSION before that: http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#37
- # [17:42] * Joins: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
- # [17:42] <@ehsan> ted: yes which is why we do http://dxr.mozilla.org/mozilla-central/source/build/autoconf/toolchain.m4#79 here
- # [17:42] <@ted> oh, haha
- # [17:42] <@ehsan> :D
- # [17:42] <@ted> ehsan: okay, then, even better
- # [17:42] <jesup> to avoid warnings against other actively-updated imported code that also defines them the same way
- # [17:42] <@ted> i'll just hardcode the full version there
- # [17:43] <@ehsan> cool
- # [17:43] <@ted> because it's imaginary anyway
- # [17:43] <RyanVM|sheriffduty> _AtilA_: can you help jesup? ^
- # [17:43] <@ted> thanks :)
- # [17:43] <@ehsan> jesup: ok sure then!
- # [17:43] <@ehsan> ted: yw
- # [17:44] <jesup> I love this error, so descriptive: error: 'webrtc::scoped_ptr<T, D>::scoped_ptr(int)' cannot be overloaded with 'webrtc::scoped_ptr<T, D>::scoped_ptr(int)'
- # [17:45] <jesup> which works on everything except B2G-ICS
- # [17:45] <@ted> jesup: so uh
- # [17:45] <@ted> dunno if it helps you, but the bug to update the b2g toolchain got unstuck
- # [17:45] <jesup> ted: :-)
- # [17:46] <@ehsan> yeah the answer may be wait :)
- # [17:46] <@ted> https://bugzilla.mozilla.org/show_bug.cgi?id=1056337
- # [17:46] <@ted> the last prereq there landed
- # [17:46] <@ehsan> so can we close 1056337 now?
- # [17:46] <RyanVM|sheriffduty> ehsan: patches there need to re-land still
- # [17:47] <@ehsan> can we reland them then? :)
- # [17:47] <@ehsan> pretty please?
- # [17:47] <RyanVM|sheriffduty> probably better to ping in the bug for an update
- # [17:47] <jesup> I'm not landing until next week/after uplift, so I can wait a little
- # [17:47] <@ted> then i would recommend you stop what you're doing and go have a coffee
- # [17:47] <@ted> and try again in a few days :)
- # [17:48] <@ted> when you no longer have to care about gcc 4.4
- # [17:48] <jesup> Good by me. :-) I presume B2G-JB/KK use later versions?
- # [17:48] * Quits: Mano (mano@moz-vfq.t87.54.2.IP) (Ping timeout: 121 seconds)
- # [17:48] <@ted> that seems plausible
- # [17:49] * Quits: catalinb (catalin@moz-tm0.n6k.25.188.IP) (Quit: Leaving)
- # [17:49] * Joins: catalinb (catalin@moz-tm0.n6k.25.188.IP)
- # [17:50] * Quits: catalinb (catalin@moz-tm0.n6k.25.188.IP) (Quit: Leaving)
- # [17:51] * Joins: catalinb (catalin@moz-tm0.n6k.25.188.IP)
- # [17:51] * mgerva is now known as mgerva|afk
- # [17:51] * Quits: tzimmermann (tzimmermann@moz-1pb1lp.pools.vodafone-ip.de) (Quit: Ex-Chat)
- # [17:52] * Quits: catalinb (catalin@moz-tm0.n6k.25.188.IP) (Quit: Leaving)
- # [17:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/277f764e87ae - Ehsan Akhgari - Bug 1118612 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/promise; r=baku
- # [17:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a194a9a118f1 - Ehsan Akhgari - Bug 1116906 - Move AlreadyAddRefed.h to MFBT; r=froydnj
- # [17:52] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [17:52] * terrence-afk is now known as terrence
- # [17:52] * bc is now known as bc|bbl
- # [17:52] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [17:52] <_AtilA_> jesup: Am I late? Can I help you?
- # [17:53] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [17:53] <jesup> _AtilA_: I have an issue with B2G-ICS builds that smells like a compiler issue; and was wondering when the update would land
- # [17:53] <jesup> In getting an update to webrtc ready: error: 'webrtc::scoped_ptr<T, D>::scoped_ptr(int)' cannot be overloaded with 'webrtc::scoped_ptr<T, D>::scoped_ptr(int)'
- # [17:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/175c011226e3 - Terrence Cole - Bug 1118516 - Remove some dead code and bad abstraction; r=jonco
- # [17:54] <jesup> works well on JB and KK B2G
- # [17:54] <_AtilA_> Oh, ok. I wanted to start landing on Friday
- # [17:55] <_AtilA_> First the Emulator, and then all other affected devices, one by one.
- # [17:55] <@ehsan> _AtilA_++
- # [17:55] <jesup> Ok, that works for me. Can I try out your patchqueue to see if it fixes my issue? (I haven't read that entire bug; what patches in what order do I need, or is there a shared patch repo?
- # [17:55] <_AtilA_> :)
- # [17:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4af240ffb899 - Ben Turner - Bug 1118504 - Add test for <input type='file'> blobs in indexedDB,
- # [17:56] <_AtilA_> sure, you only need to change to repositories in your manifest
- # [17:56] <jesup> This is an example of the issue: https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=8a66c8c7e8b0
- # [17:56] <_AtilA_> two
- # [17:56] <_AtilA_> let me paste you the changes..
- # [17:56] <@ted> anyone have a local windows build and have a minute to test a patch?
- # [17:56] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Connection closed)
- # [17:56] <@ted> (you need to have vc2013 update 3 installed)
- # [17:57] * Joins: kentuckyfriedtakahe (ajones@moz-lq7e01.5h0u.b0fh.0cb0.2001.IP)
- # [17:57] * Joins: ehugg (ehugg@moz-m1p.235.170.166.IP)
- # [17:57] <RyanVM|sheriffduty> jesup: we use gcc 4.7 on JB/KK
- # [17:57] * Quits: rbarnes (rbarnes@moz-7un.mos.117.94.IP) (A TLS packet with unexpected length was received.)
- # [17:58] <jesup> RyanVM|sheriffduty: ok, that makes sense
- # [17:58] * secretro_ is now known as secretrobotron
- # [17:58] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [17:58] * Quits: Teodor_Druta|Duty (Thunderbird@moz-ohb.65e.79.82.IP) (Client exited)
- # [17:59] * jchen|away is now known as jchen
- # [17:59] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [17:59] * Quits: Silne30 (Silne30@moz-p0aso1.mh2d.1ibb.0101.2620.IP) (Connection closed)
- # [18:00] <_AtilA_> jesup: for Emulator?
- # [18:01] * Joins: jet (uid49872@moz-2b8mdp.charlton.irccloud.com)
- # [18:01] * Quits: ehugg (ehugg@moz-m1p.235.170.166.IP) (Ping timeout: 121 seconds)
- # [18:01] <_AtilA_> (in the meantime, add this line to the manifest: <project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8" revision="aosp-new/master"/>
- # [18:01] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
- # [18:02] * Joins: rbarnes (rbarnes@moz-7un.mos.117.94.IP)
- # [18:02] * Quits: rbarnes (rbarnes@moz-7un.mos.117.94.IP) (A TLS packet with unexpected length was received.)
- # [18:02] * Joins: ehugg (ehugg@moz-m1p.235.170.166.IP)
- # [18:02] <jesup> _AtilA_: yes, that's all I care about right now
- # [18:02] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [18:03] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [18:03] <RyanVM|sheriffduty> _AtilA_: I'd be curious to see what it'd take to get JB/KK on 4.8 as well, but I suspect that'll be a more difficult battle
- # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/69814624bb02 - Terrence Cole - Bug 1111245 - Remove an incoherent OOM assertion; r=jorendorff
- # [18:03] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [18:03] <RyanVM|sheriffduty> then we'd actually be using the same gcc across all platforms I think :)
- # [18:03] <jesup> _AtilA_: which manifest?
- # [18:04] <RyanVM|sheriffduty> or is android still on 4.5?
- # [18:04] <jimm> ted: I have update 4, will that work?
- # [18:04] <RyanVM|sheriffduty> 4.6*
- # [18:04] * jmaher|mtg is now known as jmaher
- # [18:04] * Joins: dveditz (dveditz@moz-dgbov2.ca.comcast.net)
- # [18:04] * killer sets mode: +o dveditz
- # [18:04] <@ted> jimm: yes
- # [18:04] <jesup> RyanVM|sheriffduty: for 20 seconds we would.... ;-)
- # [18:04] <@ted> jimm: patch in https://bugzilla.mozilla.org/show_bug.cgi?id=1117900
- # [18:04] <_AtilA_> jesup: vim .repo/manifests.xml
- # [18:04] <@ted> jimm: just run ./mach configure and verify that it doesn't error on you
- # [18:05] * Joins: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com)
- # [18:05] * Joins: Silne30 (Silne30@moz-hqhmej.mh2d.1ibb.0101.2620.IP)
- # [18:06] <RyanVM|sheriffduty> hrm, if I don't suck at log reading, we're on 4.7 for Android builds
- # [18:06] <RyanVM|sheriffduty> I know linux is on 4.8.3
- # [18:06] <_AtilA_> jesup: I would give you a patch, but I don't have access to my computer right now.... anyway, it just add two lines.
- # [18:06] * Quits: flaviu (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [18:06] <jesup> _AtilA_: which manifest is used for ICS builds on try? I see emulator-jb and -kk.xml, not -ics
- # [18:06] <RyanVM|sheriffduty> emulator.xml
- # [18:06] <RyanVM|sheriffduty> (long story)
- # [18:06] <_AtilA_> RyanVM|sheriffduty: no, it should be very easy. I think I did it for Flatfish
- # [18:06] <@ted> RyanVM|sheriffduty: the bug where we decided to update said we were going to make 4.6 the minimum
- # [18:06] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [18:06] * Joins: botond_ (quassel@moz-boo38e.ckpj.s0pt.0450.2001.IP)
- # [18:06] * Quits: CristinaM (Instantbird@moz-662.esi.231.62.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
- # [18:07] <_AtilA_> jesup: emulator.xml
- # [18:07] <jesup> thanks
- # [18:07] <RyanVM|sheriffduty> _AtilA_: I'm not saying difficult from a technical standpoint :)
- # [18:07] * davidb is now known as davidb|afk
- # [18:07] * Joins: Shrooms` (mint@moz-7srl5t.ip.windstream.net)
- # [18:08] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [18:08] <_AtilA_> RyanVM|sheriffduty: I bet it's as easy as just adding the new toolchain to the manifest (and remove the older).
- # [18:08] * Joins: jkitch (Thunderbird@moz-na1vjt.k4n0.vhij.44b8.2001.IP)
- # [18:08] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
- # [18:08] <jesup> Ummmm. How do I push a Try with that?
- # [18:08] <RyanVM|sheriffduty> _AtilA_: would our partners go for that?
- # [18:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [18:09] * Quits: jviereck (Adium@moz-hg9e9p.ethz.ch) (Quit: Leaving.)
- # [18:09] * jesup normally pushes tries from gecko pulls, and that's not in gecko
- # [18:09] <_AtilA_> jesup: oh, no, this is for a local build, sorry. Using the try-server requires you to modify another file.
- # [18:09] <_AtilA_> RyanVM|sheriffduty: Why not? pretty sure they would like to.
- # [18:09] * Joins: fabrice (fabrice@moz-qjbkeh.mtv2.mozilla.com)
- # [18:10] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [18:10] * Joins: jimb (user@moz-c3a.i8g.126.207.IP)
- # [18:10] * mdoglio is now known as mdoglio|bbiab
- # [18:11] <jimm> ted: finished, no errors
- # [18:11] <_AtilA_> jesup: modify gecko/b2g/config/emulator/sources.xml
- # [18:11] <@ted> jimm: cool, thanks!
- # [18:11] <@ted> update 4 is still installing here...
- # [18:11] <RyanVM|sheriffduty> _AtilA_: my understanding was that (at least at one time) we couldn't update gcc compilers on B2G specifically because partners didn't want to update their toolchains. And the only reason we can do ICS now is because they've all moved on from it anyway.
- # [18:11] <_AtilA_> and add these two lines: http://pastebin.mozilla.org/8168548
- # [18:12] * Joins: jviereck (Adium@moz-8mq2nh.b6vj.g469.067c.2001.IP)
- # [18:12] <RyanVM|sheriffduty> ted: the handy thing about your patch is that it'll also make it easy to flush out any misconfigured build slaves too :) (not that I'm saying there are at this point, but still)
- # [18:13] <_AtilA_> RyanVM|sheriffduty: hmmmm.. but the partners use their toolchains to build native libraries, etc. This is "gonk", and is not affected by the toolchain upgrade.
- # [18:13] <RyanVM|sheriffduty> maybe
- # [18:13] <_AtilA_> We are only upgrading the toolchain to compile Gecko.
- # [18:13] <RyanVM|sheriffduty> I think it's definitely worth revisiting discussion
- # [18:13] * Joins: Mano (mano@moz-a3a.56j.54.2.IP)
- # [18:13] <_AtilA_> So this shouldn't affect them
- # [18:13] <RyanVM|sheriffduty> if for no other reason so we have current knowledge of where things stand instead of largely-anecdotal remembrances from the past
- # [18:14] * @ted expects that b2g will always wind up being the long pole in our toolchain here
- # [18:15] <jesup> _AtilA_: I note sources.xml also has a revision= value
- # [18:15] * catlee is now known as catlee-lunch
- # [18:15] * rail is now known as rail-food
- # [18:15] <RyanVM|sheriffduty> jesup: it's optional
- # [18:15] <jesup> ok
- # [18:15] <RyanVM|sheriffduty> it'll pull tip if not specified
- # [18:15] * Joins: bajaj (bajaj_afk@moz-56aqv9.mh2d.1ibb.0101.2620.IP)
- # [18:16] <_AtilA_> jesup:...
- # [18:16] <_AtilA_> let me see..
- # [18:16] * Quits: botond_ (quassel@moz-boo38e.ckpj.s0pt.0450.2001.IP) (Quit: No Ping reply in 180 seconds.)
- # [18:16] <_AtilA_> jesup: you mean, the <project> tags ?
- # [18:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1bc77d8c8681 - Brian Grinstead - Bug 1115222 - Only call performTest once the appropriate load event is received for webconsole response header test;r=past
- # [18:17] <jesup> yes
- # [18:17] <_AtilA_> use the one I pasted you.
- # [18:17] <jesup> Ok. Pushed to try
- # [18:18] <jesup> I'll clone my B2G directory and reconfig to emulator
- # [18:18] * Quits: bajaj (bajaj_afk@moz-56aqv9.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [18:19] * coop|buildduty is now known as coop|lunch
- # [18:20] * bobowen is now known as bobowen|afk
- # [18:20] * Joins: bajaj (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com)
- # [18:21] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
- # [18:21] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [18:21] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
- # [18:21] <_AtilA_> jesup: Did you remove the old toolchain?
- # [18:22] * kats is now known as kats-lunch
- # [18:22] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Connection closed)
- # [18:22] <jesup> no, the patch you put in the pastebin just added one. I removed the old bionic line per the patch
- # [18:22] <_AtilA_> the old toolchain <project> tag.. I mean
- # [18:22] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
- # [18:22] * Joins: kgrandon (Adium@moz-1i03lk.rgd2.9kg1.0101.2620.IP)
- # [18:23] * Joins: kgrandon1 (Adium@moz-th0og2.2rkg.9kg1.0101.2620.IP)
- # [18:23] * Quits: kapy (kapy@moz-vvc.s8g.68.182.IP) (Ping timeout: 121 seconds)
- # [18:23] * Quits: kgrandon1 (Adium@moz-th0og2.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [18:23] * Quits: Mano (mano@moz-a3a.56j.54.2.IP) (Ping timeout: 121 seconds)
- # [18:23] * Joins: kgrandon1 (Adium@moz-th0og2.2rkg.9kg1.0101.2620.IP)
- # [18:23] * flod is now known as flod|afk
- # [18:24] <_AtilA_> Yeah, sorry. You should replace it, not add it (my fault). Because the build system uses the first one it finds, that happens to be the oldest.
- # [18:24] <_AtilA_> hmmm wait..
- # [18:25] <jesup> Should I cancel my Try?
- # [18:25] <rillian> RyanVM|sheriffduty: do you have time to uplift the latest batch of media code to aurora, or should I?
- # [18:25] <RyanVM|sheriffduty> rillian: if you've got them staged and ready to go, go for it
- # [18:26] <RyanVM|sheriffduty> otherwise I'll probably do a round of uplifts later today
- # [18:26] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
- # [18:27] <rillian> RyanVM|sheriffduty: ok, I'll work on other stuff first and push if I get to it before you
- # [18:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d2cbf625d1c - Brian Hackett - Bug 1113744 - Trace type descriptors attached to type objects, r=nmatsakis.
- # [18:27] * Quits: kgrandon (Adium@moz-1i03lk.rgd2.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
- # [18:27] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
- # [18:27] <RyanVM|sheriffduty> rillian: sgtm
- # [18:27] <rillian> they're staged in git, but the patch parsing bugs in hg qimport make landing tedious.
- # [18:27] * jimm is now known as jimm-lunch
- # [18:27] * Joins: botond_ (quassel@moz-pderh8.ckpj.s0pt.0450.2001.IP)
- # [18:27] <RyanVM|sheriffduty> rillian: didn't glandium get pushing from git directly to hg working recently?
- # [18:28] <_AtilA_> jesup: No, ok, it's ok.
- # [18:28] <_AtilA_> What I was telling id just if we have more than one toolchain in prebuilts/ , but it's not the case
- # [18:28] <RyanVM|sheriffduty> rillian: http://glandium.org/blog/?p=3413
- # [18:28] <rillian> RyanVM|sheriffduty: I haven't heard about 'recently'. There's some extension that copies patches to a private hg repo and pushes from there. I've been afraid to try it. :)
- # [18:29] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [18:29] <rillian> ah, that is great news
- # [18:29] <_AtilA_> jesup: got to go. I'll be back in a few hours :)
- # [18:29] <jesup> _AtilA_: thanks again
- # [18:30] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
- # [18:31] * Joins: mats (chatzilla@moz-6svtv8.priv.bahnhof.se)
- # [18:31] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
- # [18:31] <RyanVM|sheriffduty> rillian: if you want to try it out with those uplifts, I'm happy to defer to you on them
- # [18:32] * Joins: squib_ (squib@moz-napvi8.wi.charter.com)
- # [18:32] <rillian> not today. I'd rather start with try pushes
- # [18:32] <RyanVM|sheriffduty> fair :)
- # [18:35] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Ping timeout: 121 seconds)
- # [18:35] * ahal is now known as ahal|lunch
- # [18:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/180ffdfd2d27 - Brian Hackett - Bug 1109911 - Improve robustness of TypedObjectPrediction code, r=nmatsakis.
- # [18:36] * Quits: pauly (silaghipaul@moz-ohb.65e.79.82.IP) (Connection closed)
- # [18:37] * Quits: stormi (samuel@moz-t5b.q89.218.46.IP) (Quit: Konversation terminated!)
- # [18:38] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [18:38] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Quit: This computer has gone to sleep)
- # [18:38] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
- # [18:40] * flod|afk is now known as flod
- # [18:41] * Quits: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de) (Quit: l8er)
- # [18:42] * Quits: jviereck (Adium@moz-8mq2nh.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [18:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63f90f467985 - Avi Halachmi - bug 1106122: Telemetry: Add FHR activeTicks value as simple measurement. r=vladan, r=gfritzsche
- # [18:43] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
- # [18:43] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [18:44] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [18:44] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
- # [18:45] * baku|away is now known as baku
- # [18:46] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [18:46] * baku is now known as baku|away
- # [18:46] * KaiRo is now known as KaiRo_away
- # [18:48] * Joins: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com)
- # [18:48] * Joins: tanvi (tanvi@moz-1dcggn.p1o0.l3en.0009.2601.IP)
- # [18:49] * bobowen|afk is now known as bobowen
- # [18:52] * chmanchester is now known as chmanchester|afk
- # [18:52] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
- # [18:53] * khuey|away is now known as khuey
- # [18:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/12756e269785 - Brian Hackett - Bug 1116646 - Avoid assertion when running out of virtual registers, r=jandem.
- # [18:54] * baku|away is now known as baku
- # [18:54] * Quits: @ehsan (ehsan@moz-n3usua.cable.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [18:55] * Quits: kaze (kaze@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [18:56] * Joins: azakai (alon@moz-c8813n.ujol.1ibb.0101.2620.IP)
- # [18:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6461b8a32d0e - James Willcox - Bug 1117777 - Fix inverted MP4 videos on Android r=jgilbert
- # [18:57] * Joins: Mook_as (mook@moz-vlall4.activestate.com)
- # [18:57] * bobowen is now known as bobowen|afk
- # [18:58] * Quits: sicking (sicking@moz-lqm0dq.ca.comcast.net) (Client exited)
- # [18:58] * AutomatedTester is now known as AutomatedTester|AFK
- # [18:59] * catlee-lunch is now known as catlee
- # [18:59] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [19:00] * bc|bbl is now known as bc
- # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4f547cd4ce3d - Mark Goodwin - Bug 1096197 - Ensure SSL Error reports work when there is no failed certificate chain. r=keeler
- # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/adbabd8de78c - Blake Wu - Bug 1114928 - Have an initial value for Ouput result. r=ajones
- # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a437d18a4b9b - Ethan Lin - Bug 1116070 - Use neon to speed up the mask creation. r=longsonr
- # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb37bece36f3 - Dave Hunt - Bug 1118738 - Fix HTML report colours for expected skips and unexpected errors. r=jgraham
- # [19:04] * Joins: sicking (sicking@moz-lqm0dq.ca.comcast.net)
- # [19:04] * sfink is now known as sfink|offline
- # [19:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [19:05] * pbrosset is now known as pbrosset|afk
- # [19:06] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
- # [19:06] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
- # [19:06] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [19:06] * Joins: mint_ (mint@moz-7srl5t.ip.windstream.net)
- # [19:06] * Quits: mint_ (mint@moz-7srl5t.ip.windstream.net) (Connection closed)
- # [19:07] * whimboo is now known as whimboo|afk
- # [19:08] * Joins: sfink|offline_ (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
- # [19:08] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
- # [19:09] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [19:09] * Quits: sfink|offline (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
- # [19:09] * sfink|offline_ is now known as sfink|offline
- # [19:10] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [19:10] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [19:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3f4db0105f79 - Vladimir Vukicevic - Bug 1117579 - fullscreen broken on freeciv (throws with bogus requestFullScreen options); r=bz, a=sylvestre
- # [19:11] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [19:11] * rail-food is now known as rail
- # [19:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5889fb4ad1e - David Keeler - bug 1114741 - have nsRandomGenerator guard against NSS shutdown r=jcj
- # [19:13] * Quits: mats (chatzilla@moz-6svtv8.priv.bahnhof.se) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
- # [19:13] * Joins: Sander (chatzilla@moz-f4egml.direct-adsl.nl)
- # [19:14] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Ping timeout: 121 seconds)
- # [19:15] * mdoglio|bbiab is now known as mdoglio
- # [19:15] * lightsofapollo is now known as lightsofapollo|mtv
- # [19:16] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
- # [19:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ff223a175454 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [19:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/18cef37d04f3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [19:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f34d4207cb44 - Ryan VanderMeulen - Backed out changeset 4af240ffb899 (bug 1118504) for mochitest-e10s failures.
- # [19:18] * Quits: sfink|offline (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
- # [19:19] * Quits: jrmuizel_ (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [19:19] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [19:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93640018725d - Dan Minor - Bug 1098529 - Properly handle devicemanager exceptions in jittests; r=terrence
- # [19:20] * Joins: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com)
- # [19:20] * Joins: mayhemer (Miranda@moz-fdl470.joqu.pdma.1028.2a00.IP)
- # [19:21] * Quits: gcp (gcp@moz-fen1mj.beqe.9i1r.1812.2a02.IP) (A TLS packet with unexpected length was received.)
- # [19:22] * Joins: developers454 (bzlandfill@moz-sqf.lc1.63.123.IP)
- # [19:24] * ahal|lunch is now known as ahal
- # [19:25] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
- # [19:25] * kats-lunch is now known as kats
- # [19:27] * Quits: mayhemer (Miranda@moz-fdl470.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [19:27] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [19:29] * Quits: kgrandon1 (Adium@moz-th0og2.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [19:29] * Joins: kgrandon (Adium@moz-kndkmk.rgd2.9kg1.0101.2620.IP)
- # [19:30] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:30] * Quits: milan_ (milan@moz-7bphfo.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [19:30] * coop|lunch is now known as coop|buildduty
- # [19:30] * davidb|afk is now known as davidb
- # [19:30] * Joins: milan (milan@moz-o571bm.ckpj.s0pt.0450.2001.IP)
- # [19:31] * chmanchester|afk is now known as chmanchester
- # [19:31] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [19:32] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
- # [19:32] * Quits: KuoE0 (KuoE0@moz-1fabjf.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [19:32] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
- # [19:32] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
- # [19:32] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
- # [19:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/24b0b8430ea7 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
- # [19:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/07e313b3e8a3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [19:33] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [19:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f6a498e82831 - Kartikaya Gupta - Bug 1118784 - Fix typo causing wheel inputs to not get transformed to Gecko coordinate space properly. r=dvander
- # [19:36] * Quits: capella (chatzilla@moz-a6lqme.res.rr.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
- # [19:36] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [19:38] * Joins: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr)
- # [19:39] * Quits: sicking (sicking@moz-lqm0dq.ca.comcast.net) (Client exited)
- # [19:40] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Connection closed)
- # [19:40] * Joins: paolo_ (paolo@moz-74a.0nt.218.207.IP)
- # [19:40] * Quits: botond_ (quassel@moz-pderh8.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [19:41] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Connection closed)
- # [19:41] * Quits: paolo_ (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
- # [19:41] * Quits: aben (aben@moz-uk5jo1.senecacollege.ca) (Connection closed)
- # [19:42] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/841495120f82 - Albert Crespell - Bug 722841 - WebTelephony: Implement navigator.mozTelephony.sendTones(). r=hsinyi
- # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9c81cf0a3ebe - Alexandre Poirot - Bug 1047572 - Disable intl on mulet. r=ahal
- # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d4f3dee6afd6 - Ben Hsu - Bug 1114841 - Part 1: Remove DOMMMIError (WebIDL). r=hsinyi
- # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/61507e9f3bcf - Ben Hsu - Bug 1114841 - Part 2: Remove DOMMMIError (DOM). r=aknow
- # [19:43] * Quits: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr) (Ping timeout: 121 seconds)
- # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7d115ddc412e - Ben Hsu - Bug 1114841 - Part 3: Remove DOMMMIError (Test). r=smaug
- # [19:43] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [19:44] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [19:45] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
- # [19:47] * Quits: fabrice (fabrice@moz-qjbkeh.mtv2.mozilla.com) (Ping timeout: 121 seconds)
- # [19:47] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
- # [19:48] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
- # [19:48] * baku is now known as baku|away
- # [19:49] * wlach is now known as wlach|lunch
- # [19:49] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Connection closed)
- # [19:49] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [19:49] <jesup> _AtilA_: build succeeded, thanks!
- # [19:49] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [19:50] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [19:50] <developers454> hi all
- # [19:50] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [19:50] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [19:50] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [19:50] * Quits: Shrooms` (mint@moz-7srl5t.ip.windstream.net) (Quit: Leaving)
- # [19:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce11eadad118 - Andrew McCreight - Bug 1116821 - Don't PokeGC in SetNewDocument. r=smaug
- # [19:51] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [19:51] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [19:52] <@smaug> ++mccr8
- # [19:52] <@smaug> waiting for the next nightly
- # [19:52] <mccr8> smaug: well this shouldn't do much. ;)
- # [19:52] <@smaug> yes it does
- # [19:52] <@smaug> in my use case
- # [19:52] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
- # [19:52] <@smaug> at least it should
- # [19:53] * Quits: brendan (brendaneich@moz-ooj7cv.ca.comcast.net) (Client exited)
- # [19:53] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
- # [19:53] <mccr8> smaug: well this isn't the patch that actually makes us do less full GCs, it just removes one place we poke the GC
- # [19:53] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [19:54] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
- # [19:54] <@smaug> mccr8: exactly
- # [19:54] <terrence> what landed?
- # [19:54] <mccr8> smaug: weird, so you have a lot of SetNewDocument but not any of that other stuff? when I was testing locally it seemed like you'd just get a flood of PokeGC from a bunch of things.
- # [19:54] <@smaug> oneliner to not trigger gc after a new page
- # [19:55] <terrence> \o/
- # [19:55] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [19:55] <mccr8> terrence: very complicated patch https://hg.mozilla.org/integration/mozilla-inbound/rev/ce11eadad118
- # [19:55] <@smaug> mccr8: could be
- # [19:55] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Quit: Leaving)
- # [19:55] <mccr8> smaug: I'm probably going to have to back out my other CC patch that makes us do full GCs less. :( it is causing weird problems with arena decommitting.
- # [19:55] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [19:55] <@smaug> mccr8: besides, doesn't it feel good to remove effectively 17 years old code ;)
- # [19:56] <terrence> mccr8, smaug: commenting now in bug 1118397...
- # [19:56] <mccr8> smaug: yes, that's true. jst said he remembered adding it
- # [19:56] <mccr8> thanks!
- # [19:56] <terrence> the story there is totes insane
- # [19:56] <@smaug> jst?
- # [19:56] <@smaug> mccr8: I thought the code was pre-jst time
- # [19:56] <mccr8> smaug: I thought he said he remembered that. maybe not.
- # [19:56] <@smaug> like prehistoric
- # [19:57] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: This computer has gone to sleep)
- # [19:57] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Quit: ZNC - http://znc.in)
- # [19:57] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [19:57] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [19:57] <RyanVM|sheriffduty> avih: https://treeherder.mozilla.org/logviewer.html#?job_id=5165158&repo=mozilla-inbound
- # [19:57] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [19:58] * davidb is now known as davidb|afk
- # [19:58] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
- # [19:58] * Joins: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
- # [19:58] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
- # [19:59] <avih> RyanVM|sheriffduty: interesting. i thought this was accounted for. thx. you want to back it out? or shall i push a fix? (tomorrow though)
- # [19:59] <RyanVM|sheriffduty> backout seems like the only option then :)
- # [19:59] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:59] <avih> np. thx for the heads up :)
- # [20:00] * mattwoodrow|away is now known as mattwoodrow
- # [20:00] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
- # [20:01] * davidb|afk is now known as davidb
- # [20:02] * Parts: developers454 (bzlandfill@moz-sqf.lc1.63.123.IP)
- # [20:02] * KWierso|afk is now known as KWierso
- # [20:02] * Joins: brendan (brendaneich@moz-ooj7cv.ca.comcast.net)
- # [20:02] * Joins: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
- # [20:03] * Quits: bgrins (bgrins@moz-o7i603.qnor.1u98.0009.2601.IP) (Quit: Leaving.)
- # [20:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9b49d075575f - Ryan VanderMeulen - Backed out changeset 63f90f467985 (bug 1106122) for xpcshell orange.
- # [20:04] * Joins: Jesse (jruderman@moz-pqc1f5.ca.comcast.net)
- # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4118e045b464 - Margaret Leibovic - Bug 1111142 - (Part 1) Turn aboutReader.js into an AboutReader module. r=mfinkle,bnicholson
- # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/931fc7ae771e - Margaret Leibovic - Bug 1111142 - (Part 2) Load AboutReader in a frame script on Fennec. r=mfinkle,bnicholson
- # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/93bca334a998 - Margaret Leibovic - Bug 1111142 - (Part 3) Replace fennec-specific logic in AboutReader.jsm with messages. r=mfinkle,bnicholson
- # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0e6ad992ae07 - Margaret Leibovic - Bug 1117224 - Create group message manager to only load content.js framescript for tab <browser> elements. r=mfinkle
- # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5b030e48e8b0 - Margaret Leibovic - Bug 1117228 - Lazy load Reader.js. r=mfinkle
- # [20:05] <RyanVM|sheriffduty> botond: is this yours by chance? https://treeherder.mozilla.org/logviewer.html#?job_id=5166144&repo=mozilla-inbound
- # [20:05] <RyanVM|sheriffduty> 01-07 10:43:23.476 I/Gecko ( 2253): [Parent 2253] ###!!! ASSERTION: Unexpected placeholder tile: '!newValidRegion.Intersects(tileRect) || !IsPlaceholder(newRetainedTiles. SafeElementAt(index, AsDerived().GetPlaceholderTile()))', file /builds/slave/m-in-and-api-11-d-000000000000/build/gfx/layers/TiledLayerBuffer.h, line 505
- # [20:05] <Standard8> anyone know anything about Unified_mm_toolkit_xre0.o failing to build on Mac 10.9?
- # [20:06] * Quits: raniere (raniere@moz-t4d.en0.68.177.IP) (Ping timeout: 121 seconds)
- # [20:06] <Standard8> /Users/mark/loop/gecko-dev/toolkit/xre/MacApplicationDelegate.mm:93:22: error: cannot initialize a parameter of type 'id<NSFileManagerDelegate>' with an lvalue of type 'id<NSApplicationDelegate>'
- # [20:07] * Quits: jduell (jduell@moz-fv43hl.public.wayport.net) (Ping timeout: 121 seconds)
- # [20:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/72d8c45c9094 - B2G Bumper Bot - Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
- # [20:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f544d819c254 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [20:08] * Joins: fabrice1 (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
- # [20:08] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
- # [20:09] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Connection closed)
- # [20:09] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Connection closed)
- # [20:09] * Quits: ProgramFOX (ProgramFOX@moz-0b00id.isp.belgacom.be) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045])
- # [20:09] <avih> RyanVM|sheriffduty: backout was the better move. i can't see an obvious fix (or rather an obvious reason why it failed). i'll look into it tomorrow.
- # [20:10] <Standard8> cpeterson: can you take a look at my build error above?
- # [20:10] <Standard8> cpeterson: aha, its bug 1118756
- # [20:10] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
- # [20:12] * Joins: milan_ (milan@moz-i5m.05u.207.66.IP)
- # [20:12] * wlach|lunch is now known as wlach
- # [20:12] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
- # [20:13] * Quits: milan_ (milan@moz-i5m.05u.207.66.IP) (A TLS packet with unexpected length was received.)
- # [20:13] * terrence is now known as terrence-brb
- # [20:13] * Joins: milan_ (milan@moz-rgqoqh.ckpj.s0pt.0450.2001.IP)
- # [20:15] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
- # [20:15] * Quits: milan (milan@moz-o571bm.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [20:16] <cpeterson> Standard8: hi. I'm not sure why that would fail for you, but not me or the builders.
- # [20:17] <Standard8> cpeterson: see the bug I think
- # [20:17] <Standard8> its the latest sdk
- # [20:17] * Joins: bgrins (bgrins@moz-t6fspt.ujol.1ibb.0101.2620.IP)
- # [20:17] <cpeterson> I'm building on OS X 10.10 with (AFAIK) the latest Xcode, too
- # [20:18] * cpeterson reading bug
- # [20:19] * julienw is now known as julienw_afk
- # [20:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/094d1f82a45b - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [20:20] * Joins: raniere (raniere@moz-q04.npm.98.179.IP)
- # [20:20] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
- # [20:23] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Ping timeout: 121 seconds)
- # [20:23] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
- # [20:23] * Quits: Dexter (Dexter@moz-i7o.obq.235.95.IP) (Quit: Leaving)
- # [20:25] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [20:26] <cpeterson> ehsan, Standard8: the OS X build fix looks good. Who should r+ it? Or can we just land it as-is to fix the build bustage?
- # [20:26] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [20:26] * whimboo|afk is now known as whimboo
- # [20:27] * Quits: ZER0 (ZER0@moz-m4u.tke.18.62.IP) (Ping timeout: 121 seconds)
- # [20:27] * mgerva|afk is now known as mgerva
- # [20:28] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [20:29] * Quits: nrc (nrc@moz-1crlv1.xtra.co.nz) (Connection closed)
- # [20:29] * Joins: nrc (nrc@moz-1crlv1.xtra.co.nz)
- # [20:29] * Joins: gustavold (gustavold@moz-476.0hl.164.177.IP)
- # [20:30] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
- # [20:30] * Joins: ehsan (ehsan@moz-i5m.05u.207.66.IP)
- # [20:30] * killer sets mode: +o ehsan
- # [20:30] * benfrancis is now known as benfrancis|away
- # [20:31] * Quits: @ehsan (ehsan@moz-i5m.05u.207.66.IP) (Connection closed)
- # [20:31] * Joins: ehsan_ (ehsan@moz-bof4i8.ckpj.s0pt.0450.2001.IP)
- # [20:31] * Joins: huseby (huseby@moz-m7l0au.d2vr.5em6.6400.2605.IP)
- # [20:32] * Quits: Jesse (jruderman@moz-pqc1f5.ca.comcast.net) (Client exited)
- # [20:32] * Quits: huseby (huseby@moz-m7l0au.d2vr.5em6.6400.2605.IP) (Client exited)
- # [20:32] * Quits: Silne30 (Silne30@moz-hqhmej.mh2d.1ibb.0101.2620.IP) (Connection closed)
- # [20:33] * coop|buildduty is now known as coop|mtg
- # [20:34] * Joins: huseby (huseby@moz-m7l0au.d2vr.5em6.6400.2605.IP)
- # [20:34] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [20:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/400119b1311a - Ryan VanderMeulen - Backed out changeset 7033680d2fc4 for not fixing the problem it was intended to solve.
- # [20:36] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
- # [20:36] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [20:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0cd88eccc3d2 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [20:38] * mwargers is now known as mwargers_afk
- # [20:38] * Joins: Sushant94 (Sushant@moz-hgd.phj.202.116.IP)
- # [20:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bb4a410e120a - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [20:40] * Quits: bajaj (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com) (Error in the push function.)
- # [20:40] * Joins: bajaj1 (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com)
- # [20:40] * Joins: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP)
- # [20:43] * Quits: Sushant94 (Sushant@moz-hgd.phj.202.116.IP) (Ping timeout: 121 seconds)
- # [20:44] * Quits: bajaj1 (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com) (Ping timeout: 121 seconds)
- # [20:45] <bkelly> is treeherder having issues today?
- # [20:45] * jimm-lunch is now known as jimm
- # [20:45] <bkelly> getting results in tbpl, but treeherder can't seem to find the push
- # [20:46] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [20:46] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [20:47] <Standard8> cpeterson: are mstange or smichaud around to look at it?
- # [20:47] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:47] * Joins: Boriss (Boriss@moz-f1bjd5.PUBLIC.monkeybrains.net)
- # [20:47] * Joins: alexbardas (alexbardas@moz-7illpf.CS.idilis.net)
- # [20:47] <cpeterson> idk
- # [20:47] <cpeterson> I will just backout my original patch for now. sorry! "worked on my machine" <:)
- # [20:47] <avih> RyanVM|sheriffduty: was the android x86 emulator the only failure?
- # [20:48] <RyanVM|sheriffduty> looks like it :)
- # [20:48] <RyanVM|sheriffduty> (which is also version 4.2 in case that ends up mattering)
- # [20:48] * Quits: alexbard_ (alexbardas@moz-i1oq0e.BZ.idilis.net) (Ping timeout: 121 seconds)
- # [20:48] <avih> RyanVM|sheriffduty: yeah, i didn't see other android x86's
- # [20:48] <avih> thx
- # [20:49] <avih> (on trychooser)
- # [20:50] <RyanVM|sheriffduty> avih: https://treeherder.mozilla.org/logviewer.html#?job_id=5172824&repo=mozilla-inbound
- # [20:50] <RyanVM|sheriffduty> and of course, then that shows up
- # [20:51] <avih> :) i'll add all the androids to a try push
- # [20:52] <avih> RyanVM|sheriffduty: apologies for adding a bit of work for you ;)
- # [20:52] <RyanVM|sheriffduty> happens :)
- # [20:52] <avih> yeah...
- # [20:53] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [20:53] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
- # [20:53] * Joins: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
- # [20:53] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [20:54] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
- # [20:54] * Parts: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
- # [20:55] * khuey is now known as khuey|away
- # [20:56] <RyanVM|sheriffduty> bkelly: ask in #treeherder
- # [20:56] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [20:57] <cpeterson> RyanVM|sheriffduty: may I back out my OS X patch that breaks some people's local builds (though not the builders) on the closed tree? It is affected people's productivity. :(
- # [20:57] * Joins: mahdi (mahdi@moz-qrj.b3k.244.151.IP)
- # [20:57] <RyanVM|sheriffduty> sure thing
- # [20:58] * Quits: secretrobotron (secretrobot@moz-3mppja.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [20:58] <fitzgen> bz: ping
- # [20:58] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Ping timeout: 121 seconds)
- # [20:58] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [20:59] <cpeterson> Standard8, mstange, ehsan: I backed out the OS X bustage.
- # [20:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a39d8f6fc252 - Chris Peterson - Back out cset 143ddd8eded9 (bug 1117635) for breaking some people's OS X builds on a CLOSED TREE. a=RyanVM
- # [20:59] * AutomatedTester|AFK is now known as AutomatedTester
- # [20:59] * Quits: bz (bzbarsky@moz-m10oko.fios.verizon.net) (Ping timeout: 121 seconds)
- # [21:02] * Quits: bgrins (bgrins@moz-t6fspt.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [21:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0962698c14a0 - Brian Hackett - Bug 1113744 - Don't call zone() when compacting off thread on a CLOSED TREE.
- # [21:03] * Quits: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com) (A TLS packet with unexpected length was received.)
- # [21:04] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
- # [21:04] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
- # [21:04] * terrence-brb is now known as terrence
- # [21:04] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
- # [21:04] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [21:05] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [21:05] * Joins: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp)
- # [21:06] * Joins: Silne30 (Silne30@moz-br4os5.mh2d.1ibb.0101.2620.IP)
- # [21:06] * Quits: Silne30 (Silne30@moz-br4os5.mh2d.1ibb.0101.2620.IP) (Connection closed)
- # [21:06] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
- # [21:06] * Joins: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP)
- # [21:07] * Joins: edburns (edburns@moz-4cflac.oracle.com)
- # [21:07] * juanb is now known as juanb|brb
- # [21:07] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
- # [21:07] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
- # [21:07] * Quits: wolfiR (wolfiR@moz-pc2dvl.51l1.0au3.4dd0.2001.IP) (Quit: Leaving)
- # [21:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/80a382627d4e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [21:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2a11b575b940 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [21:08] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
- # [21:08] <RyanVM|sheriffduty> rillian: working on them now
- # [21:08] * Joins: florent (Thunderbird@moz-pkrcj8.abo.wanadoo.fr)
- # [21:09] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [21:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/88c4d076e3db - Mark Banner - Bug 1117863 - Correct Loop's language fallback to use all of accept languages properly. r=mikedeboer
- # [21:10] * coop|mtg is now known as coop|buildduty
- # [21:10] * mgerva is now known as mgerva|afk
- # [21:11] * Quits: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
- # [21:11] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [21:12] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [21:14] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [21:15] * Quits: gustavold (gustavold@moz-476.0hl.164.177.IP) (Ping timeout: 121 seconds)
- # [21:17] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:17] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:18] * Quits: @roc (chatzilla@moz-k2cbtj.orcon.net.nz) (Connection closed)
- # [21:19] * Quits: Enn (enn@moz-psaljv.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [21:19] * Joins: Enn (enn@moz-225apn.ckpj.s0pt.0450.2001.IP)
- # [21:19] * Quits: Rik_ (rik@moz-6v5.3nd.202.89.IP) (A TLS packet with unexpected length was received.)
- # [21:21] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
- # [21:22] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (Connection closed)
- # [21:22] * Joins: secretrobotron_ (secretrobot@moz-i5m.05u.207.66.IP)
- # [21:22] * secretrobotron_ is now known as secretrobotron
- # [21:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/87ca621cf174 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [21:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0a6fa6f105ba - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [21:23] * Fallen|away is now known as Fallen
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/27f710760e3e - Bobby Holley - Bug 1108767 - Separate ThenValueRunnable so that the constructors don't collide when the resolve value is the same as the reject value. r=cpearce, a=sledru
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ffb5016dddf0 - Bobby Holley - Bug 1108767 - Stop including MediaTaskQueue.h from MediaPromise.h. r=cpearce, a=sledru
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9dc7dfc38f64 - Bobby Holley - Bug 1108767 - Add MediaPromise::{Resolve,Reject}IfExists. r=cpearce, a=sledru
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9d0bfa85deda - Bobby Holley - Bug 1108767 - Allow promises to be resolved without a MediaPromiseHolder. r=cpearce, a=sledru
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/adad22a37790 - Bobby Holley - Bug 1108767 - Add the ability to chain same-type promises. r=cpearce, a=sledru
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4d7e491441c0 - Bobby Holley - Bug 1108707 - Make reader shutdown asynchronous. r=cpearce, a=sledru
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/47c66f96853d - Ehsan Akhgari - Bug 1109694 - Fix more bad implicit constructors in dom/media. r=baku, a=sledru
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/daaeccd4975e - Bobby Holley - Bug 1108701 - Use MediaPromises for RequestAudioData and RequestVideoData. r=cpearce, a=sledru
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e39c7a02ccd1 - Bobby Holley - Bug 1108701 - Replace AudioDecodeRendezvous with promise-y goodness. r=cpearce, r=karlt, a=sledru
- # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a024fc4f0bd2 - Bobby Holley - Bug 1109954 - Make resolve/reject values optional in callback signatures. r=cpearce, a=sledru
- # [21:26] * Joins: gustavold (gustavold@moz-eu4.ur0.99.179.IP)
- # [21:27] * Quits: Jackneill (Jackneill@moz-l6dtcr.pool.digikabel.hu) (A TLS packet with unexpected length was received.)
- # [21:28] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [21:28] <mdoglio> bkelly: I found where the problem was, it should back to normal now
- # [21:29] <bkelly> mdoglio: thanks!
- # [21:29] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [21:29] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
- # [21:29] <mdoglio> np
- # [21:29] <RyanVM|sheriffduty> billm: ping
- # [21:29] <billm> RyanVM|sheriffduty: pong
- # [21:30] <RyanVM|sheriffduty> hey, I'm tracking down a big spike in Android M5 failures in the IndexedDB tests
- # [21:30] <RyanVM|sheriffduty> lots like this - https://treeherder.mozilla.org/logviewer.html#?job_id=5166417&repo=mozilla-inbound
- # [21:30] * Quits: mahdi (mahdi@moz-qrj.b3k.244.151.IP) (Ping timeout: 121 seconds)
- # [21:30] <RyanVM|sheriffduty> every now and then I get one with a usable stack - https://treeherder.mozilla.org/logviewer.html#?job_id=5162413&repo=mozilla-inbound
- # [21:30] * Joins: bent (chatzilla@moz-510bvf.2rkg.9kg1.0101.2620.IP)
- # [21:30] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [21:31] <RyanVM|sheriffduty> looks like retriggers on inbound are starting to converge on the push for bug 1103036
- # [21:31] <RyanVM|sheriffduty> does that seem plausible?
- # [21:32] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
- # [21:32] <billm> RyanVM|sheriffduty: isn't that a crash in the JS engine?
- # [21:32] * Quits: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP) (Quit: nn)
- # [21:33] * Joins: mahdi (mahdi@moz-qrj.b3k.244.151.IP)
- # [21:33] <billm> RyanVM|sheriffduty: it sounds unlikely to be bug 1103036, which got backed out anyway
- # [21:33] <RyanVM|sheriffduty> ah, touche
- # [21:33] <RyanVM|sheriffduty> ok, thanks
- # [21:34] <billm> RyanVM|sheriffduty: also, the first one is a hang and the second is a crash. are you sure it's the same thing?
- # [21:34] <RyanVM|sheriffduty> billm: all I know right now is that Android 4.0 opt M5 is very-frequently orange in IDB tests
- # [21:34] <RyanVM|sheriffduty> beyond that, dunno
- # [21:34] <billm> RyanVM|sheriffduty: ok
- # [21:34] <RyanVM|sheriffduty> and it's hard to say much when the majority don't give usable stacks
- # [21:35] * Quits: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [21:35] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [21:35] <billm> RyanVM|sheriffduty: if it stops happening after the backout, let me know
- # [21:35] <RyanVM|sheriffduty> oh, they definitely post-date your backout
- # [21:35] <RyanVM|sheriffduty> i missed that in the pushlog
- # [21:36] <billm> ah, ok
- # [21:37] * Quits: mahdi (mahdi@moz-qrj.b3k.244.151.IP) (Connection closed)
- # [21:37] * Joins: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch)
- # [21:37] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [21:38] <ehsan_> cpeterson: thanks
- # [21:40] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [21:40] <avih> anyone gets firefox to remember the password for SSO?
- # [21:40] <ehsan_> avih: the SSO site disallows it
- # [21:40] <ehsan_> avih: good luck finding a component to file that bug in :(
- # [21:40] <avih> ehsan_: hmm.. kinda meh..
- # [21:40] <ehsan_> it's actually very annoying
- # [21:41] <ehsan_> my password is *long*
- # [21:41] <avih> yeah, it was an understatement...
- # [21:41] <froydnj> avih: ehsan_: bug 1105331
- # [21:41] * Joins: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net)
- # [21:41] * Quits: Enn (enn@moz-225apn.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [21:41] <ehsan_> froydnj: oh wonderful
- # [21:41] <avih> same, especially after they forced us to enter a minimum of 1K chars for the passwd
- # [21:41] <avih> or was that 1kbits?
- # [21:41] <froydnj> bug 1101026 looks like the more actionable bug along the same lines
- # [21:41] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
- # [21:41] <froydnj> ehsan_: ^
- # [21:41] * Joins: Enn (enn@moz-icm6kc.ckpj.s0pt.0450.2001.IP)
- # [21:42] <avih> ehsan_: next thing you know someone writes an addon which adds a button to copy the sso password to clipboard ;)
- # [21:43] <ehsan_> avih: the default password manager UI supports copying passwords :)
- # [21:43] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
- # [21:43] <avih> ehsan_: yeah, but a direct button is simpler :)
- # [21:43] <RyanVM|sheriffduty> mccr8: should I be worried that 3 different android reftest runs died mid-run on your push to inbound?
- # [21:43] <avih> i actually use the copy password when i need the sso one
- # [21:44] <mccr8> RyanVM|sheriffduty: with a timeout?
- # [21:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/3129d08edd20 - Ben Turner - Backout additional test for bug 1076975 on CLOSED TREE
- # [21:44] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
- # [21:44] <RyanVM|sheriffduty> mccr8: just dies mid-run https://treeherder.mozilla.org/logviewer.html#?job_id=5172849&repo=mozilla-inbound
- # [21:45] <avih> ehsan_: also, wasn't the sso thingy supposed to remember the user forever or something? it seems to forget me rather quickly even if i check "remember me"... :/
- # [21:45] <mccr8> RyanVM|sheriffduty: hmm. last time I landed this (and some other patches) that didn't happen so probably not? https://treeherder.mozilla.org/ui/#/jobs?repo=mozilla-inbound&revision=9d593597df5f
- # [21:46] <ehsan_> avih: yeah the remember me checkbox seems to be ignored
- # [21:46] <ehsan_> avih: the usual web login disaster
- # [21:46] <avih> :/
- # [21:46] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
- # [21:46] <ehsan_> it's amazing how okta has managed to survive as a business, given that login _is_ their business
- # [21:47] <avih> if it wasn't sad it would have been funny
- # [21:47] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
- # [21:48] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [21:48] <KWierso> ha, if I delete the "hidden-password" input element in okta's login form, then the form autocompletes my password successfully after I fill in my username...
- # [21:48] * mdoglio is now known as mdoglio|afk
- # [21:49] <avih> KWierso: ah, forgot about that bookmarklet! ++ :)
- # [21:49] * lmandel is now known as lmandel_afk
- # [21:50] * Joins: Silne30_ (Silne30@moz-qjbkeh.mtv2.mozilla.com)
- # [21:51] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Connection closed)
- # [21:51] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [21:51] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Ping timeout: 121 seconds)
- # [21:52] * Joins: bgrins (bgrins@moz-cfhap5.mtv2.mozilla.com)
- # [21:52] <avih> great, and i can't find how to load the sso page in order to log out/in and disable the password block. sso.mozilla.com seems to redirect to the general mozilla site, and sso.mozilla.com/gmail redirects immediately to gmail
- # [21:52] * juanb|brb is now known as juanb
- # [21:53] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (Connection closed)
- # [21:53] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [21:53] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
- # [21:53] <avih> .me hopes to remember the passwd field trick next time sso requests his password
- # [21:53] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [21:53] <avih> / meh :)
- # [21:55] * flod is now known as flod|away
- # [21:56] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [21:56] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?changeset=959ed4595e89 - 12 changesets
- # [21:56] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [21:56] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [21:57] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [22:00] * lmandel_afk is now known as lmandel
- # [22:00] <rillian> RyanVM|sheriffduty: great!
- # [22:01] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [22:01] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Quit: "walks away slow")
- # [22:02] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Quit: )
- # [22:02] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Leaving...)
- # [22:02] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Connection closed)
- # [22:03] * coop|buildduty is now known as coop|mtg
- # [22:03] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
- # [22:03] * Joins: bz (bzbarsky@moz-86k7mn.hfc.comcastbusiness.net)
- # [22:04] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
- # [22:04] * Joins: alexd992 (bzlandfill@moz-lg6.3mk.97.176.IP)
- # [22:05] <alexd992> Hello, I have a problem with firefox: when I make a http request from flash, firefox doesn't attatch cookies...did someone encountered this problem?
- # [22:05] * Joins: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com)
- # [22:05] * Joins: dbaron (dbaron@moz-5k7m8a.2rkg.9kg1.0101.2620.IP)
- # [22:05] * killer sets mode: +ao dbaron dbaron
- # [22:06] * Joins: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com)
- # [22:06] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [22:07] * Quits: bz (bzbarsky@moz-86k7mn.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
- # [22:07] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Ping timeout: 121 seconds)
- # [22:08] <seth> CLOSED TREE =(
- # [22:08] <RyanVM|sheriffduty> seth: NO NICE THINGS FOR YOU
- # [22:08] * Joins: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP)
- # [22:08] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
- # [22:09] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
- # [22:09] <RyanVM|sheriffduty> mccr8: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&filter-searchStr=Android%204.0%20armv7%20API%2010%20%20mozilla-inbound%20debug%20test%20plain-reftest *sigh* :(
- # [22:09] <alexd992> Hello, I have a problem with firefox: when I make a http request from flash, firefox doesn't attatch cookies...did someone encountered this problem?
- # [22:10] * Quits: Enn (enn@moz-icm6kc.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [22:10] * khuey|away is now known as khuey
- # [22:10] <alexd992> or can u point me to the right irc channel to ask this question?
- # [22:11] * Quits: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
- # [22:11] <mccr8> RyanVM|sheriffduty: well, feel free to back me out if you think it will help. the code I'm removing is really old so who knows.
- # [22:11] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
- # [22:11] <RyanVM|sheriffduty> mccr8: ....I hate Android tests so much
- # [22:11] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [22:11] * Quits: tomer (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
- # [22:11] * Quits: jchaulk1 (jchaulk@moz-inv.kdl.91.23.IP) (Quit: Leaving.)
- # [22:11] * Joins: jchaulk (jchaulk@moz-fmkdq3.cpe.pppoe.ca)
- # [22:12] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
- # [22:13] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
- # [22:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c111f00627cc - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
- # [22:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d55528833b3e - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [22:13] * Quits: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
- # [22:14] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
- # [22:14] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [22:16] * philor|away is now known as philor
- # [22:16] * Quits: alexd992 (bzlandfill@moz-lg6.3mk.97.176.IP) (Quit: CGI:IRC (EOF))
- # [22:17] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1a647f19f02d - Jean-Yves Avenard - Bug 1113045 - Make AppleVT/VDA/AT/Decoder's destructors virtual. r=rillian, a=sledru
- # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b0b4d61a7581 - Jean-Yves Avenard - Bug 1114802 - MP4: Hold demuxer monitor while resetting. r=kentuckyfriedtakahe, a=sledru
- # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0ffff4dc528d - Gijs Kruitbosch - Bug 1079303 - Fix popupnotifications.jsm to not hide its async-ness and immediately dismiss open notifications when another anchor is clicked. r=dolske, a=sledru
- # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/46551ecd2686 - Gijs Kruitbosch - Bug 1079303 - Fix tests to not expect sync behaviour from notification.reshow. r=dolske, a=sledru
- # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b777575191d9 - Shu-yu Guo - Bug 1114587 - Bail out in-place for debug mode in exception handler even if there's no pending exception, so that the DebugEpilogue is called. r=nbp, a=sledru
- # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1aaa04637144 - Jean-Yves Avenard - Bug 1115594 - Fix indentation in AppleVDADecoder. r=rillian, a=sledru
- # [22:18] * xidorn|away is now known as xidorn
- # [22:18] * davidb is now known as davidb|afk
- # [22:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/58767ba4867e - Ryan VanderMeulen - Backed out changeset ce11eadad118 (bug 1116821) for suspicion of making Android debug reftests frequent crash mid-run.
- # [22:19] * Joins: Rik (rik@moz-5r25el.9fj5.68v8.0e35.2a01.IP)
- # [22:20] * Joins: alexd992 (Mibbit@moz-lg6.3mk.97.176.IP)
- # [22:20] <alexd992> Hello, I have the following problem: when I make a http request from flash, firefox doesn't attatch cookies...did someone encountered this problem?
- # [22:21] <KWierso> alexd992: you might have better luck asking in #firefox
- # [22:21] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Connection closed)
- # [22:22] <seth> vladan: ping
- # [22:22] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
- # [22:22] * Joins: garvank (Garvan@moz-a14qsr.dsl.bell.ca)
- # [22:23] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [22:25] * Quits: gustavold (gustavold@moz-eu4.ur0.99.179.IP) (Ping timeout: 121 seconds)
- # [22:25] <alexd992> thanks KWierso
- # [22:25] * davidb|afk is now known as davidb
- # [22:26] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
- # [22:27] * Quits: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:27] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
- # [22:28] * jcranmer|away is now known as jcranmer
- # [22:28] <botond> RyanVM|sheriffduty: sorry, just saw your question above now (is this yours by chance? https://treeherder.mozilla.org/logviewer.html#?job_id=5166144&repo=mozilla-inbound)
- # [22:28] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Quit: Plan B failed, time for Plan 9!)
- # [22:28] <botond> RyanVM|sheriffduty: i don't think so, as i have a try push that shows this mochitest passing: https://treeherder.mozilla.org/#/jobs?repo=try&revision=f30eb5764fde
- # [22:28] * Joins: clokep (Instantbird@moz-3fe.kp5.6.209.IP)
- # [22:28] <RyanVM|sheriffduty> it's not a perma-fail, so one green on a try push doesn't prove much ;)
- # [22:28] <RyanVM|sheriffduty> as it is, it's been a one-off
- # [22:28] <RyanVM|sheriffduty> so meh
- # [22:30] * Quits: bgrins (bgrins@moz-cfhap5.mtv2.mozilla.com) (Quit: Leaving.)
- # [22:30] <khuey> tromey: ping?
- # [22:30] <tromey> khuey: yes?
- # [22:31] <khuey> tromey: I have a question about gdb for you
- # [22:31] <tromey> sure, go for it
- # [22:31] <khuey> tromey: do you know if gdb is responsible for flushing the icache on architectures with separate data and instruction caches?
- # [22:31] <khuey> and if so, where in gdb that happens?
- # [22:31] * Joins: sfink|offline (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
- # [22:31] <tromey> hah, tough question
- # [22:31] * Quits: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [22:31] <tromey> let me look
- # [22:31] * Joins: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP)
- # [22:32] <khuey> tromey: :D
- # [22:32] <khuey> ty
- # [22:33] * Joins: bgrins (bgrins@moz-houeei.ujol.1ibb.0101.2620.IP)
- # [22:33] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
- # [22:33] * miketaylr is now known as zz_miketaylr
- # [22:33] <tromey> I believe the answer is that it is target dependent, and that on unixy systems gdb assumes that the kernel handles this
- # [22:33] <tromey> for win32 I do see a call to FlushInstructionCache...
- # [22:34] <tromey> writing to inferior memory is handled the target's xfer_memory method
- # [22:34] <khuey> tromey: ok, so gdb expect ptrace to flush
- # [22:34] <tromey> yeah
- # [22:34] <tromey> there's also that other thing for writing to memory now, but gdb doesn't use it yet
- # [22:35] <froydnj> khuey: more arm kernel suckiness?
- # [22:35] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [22:36] <khuey> tromey: you mean via /proc/<pid>/mem?
- # [22:36] <khuey> or something else
- # [22:36] <tromey> process_vm_writev
- # [22:36] <khuey> froydnj: looks like incoherent data/instruction caches, yeah
- # [22:36] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [22:36] <tromey> took a while to remember.. :)
- # [22:36] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Quit: Blah blah blah)
- # [22:36] <tromey> I believe gdb reads from /proc/*/mem but I'm not sure if it does writes that way or not
- # [22:36] <tromey> maybe reads dependent on the size of the transfer
- # [22:37] * Quits: rail (rail@moz-t0i7kk.members.linode.com) (Quit: Gone fishing...)
- # [22:37] <froydnj> khuey: such fun
- # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7318fa1f151c - Bobby Holley - Bug 1115749 - Rename mIndexMonitor to mDemuxerMonitor. r=rillian, a=sledru
- # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/883b891354ae - Bobby Holley - Bug 1115749 - Hold the demuxer monitor in MP4Reader::Seek. r=rillian, a=sledru
- # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c55d5658c652 - Bobby Holley - Bug 1115749 - Hold the demuxer lock while accessing metadata. r=rillian, a=sledru
- # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/eb36d731bf47 - Bobby Holley - Bug 1115749 - Assert that we hold the monitor at all the MP4Demuxer API entry points. r=rillian, a=sledru
- # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6e5c3475184b - JW Wang - Bug 1116006 - Allow 'ended' set before 'play' event fired. r=cpearce, a=test-only
- # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5e460d017467 - Sami Jaktholm - Bug 1106181 - Don't wait for TAB_UPDATED in browser_net_details-no-duplicated-content.js if there's not going to be one. r=vporof, a=test-only
- # [22:38] * Joins: capella (chatzilla@moz-a6lqme.res.rr.com)
- # [22:38] <khuey> tromey: that's helpful, thanks
- # [22:38] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
- # [22:39] * jmaher is now known as jmaher|afk
- # [22:39] * zz_miketaylr is now known as miketaylr
- # [22:40] * Quits: alexd992 (Mibbit@moz-lg6.3mk.97.176.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [22:40] * Quits: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr) (Quit: Ex-Chat)
- # [22:40] * Quits: KWierso (chatzilla@moz-uic.d5m.180.73.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [22:40] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [22:40] * killer sets mode: +o njn
- # [22:41] * Joins: KWierso (chatzilla@moz-uic.d5m.180.73.IP)
- # [22:41] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [22:41] * Joins: dagnir (dagnir@moz-sbbfe2.res.rr.com)
- # [22:41] * Quits: michal (michal@moz-gq762c.jarovnet.org) (Ping timeout: 121 seconds)
- # [22:42] * Joins: rail_away (rail@moz-2adhcs.iqchoice.com)
- # [22:42] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [22:42] <khuey> froydnj: my working theory is that writing to /proc/<pid>/mem doesn't flush the icache properly
- # [22:42] * Joins: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP)
- # [22:42] * lmandel is now known as lmandel_afk
- # [22:42] * rail_away is now known as rail
- # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5c6bcc58d438 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [22:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8460799f2c93 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [22:43] * philor is now known as philor|away
- # [22:43] <froydnj> khuey: and how much swearing did it take to come up with that theory?
- # [22:43] * Joins: bmoss (bmoss@moz-mv363l.ca.comcast.net)
- # [22:43] <khuey> froydnj: not too much
- # [22:43] <khuey> froydnj: stale icache is the only thing that explains my symptoms
- # [22:43] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [22:44] <khuey> froydnj: now if it's not a stale icache, much swearing will be had
- # [22:44] <froydnj> khuey: that's good
- # [22:44] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [22:44] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [22:45] * Quits: KWierso (chatzilla@moz-uic.d5m.180.73.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [22:45] * Joins: KWierso (chatzilla@moz-uic.d5m.180.73.IP)
- # [22:45] <khuey> froydnj: I did have lots of fun yesterday
- # [22:45] <khuey> froydnj: because on ARM, if you make an invalid syscall you get SIGILL, not ENOSYS
- # [22:46] <khuey> and I was wondering where all these spurious SIGILLs were coming from
- # [22:46] <froydnj> khuey: ...obviously
- # [22:48] <khuey> froydnj: on the bright side, I can record and replay xpcshell starting up and shutting down
- # [22:48] <khuey> froydnj: modulo intermittent failures due to this icache thing
- # [22:48] <froydnj> khuey: \o/ !
- # [22:48] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [22:48] * Quits: dagnir (dagnir@moz-sbbfe2.res.rr.com) (Quit: WeeChat 1.0.1)
- # [22:48] * Joins: dagnir (dagnir@moz-sbbfe2.res.rr.com)
- # [22:49] * RyanVM|sheriffduty is now known as RyanVM
- # [22:49] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Quit: Leaving)
- # [22:49] * Quits: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP) (Client exited)
- # [22:49] * Quits: garvank (Garvan@moz-a14qsr.dsl.bell.ca) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:50] * Joins: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl)
- # [22:50] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [22:50] * Joins: raniere_ (raniere@moz-up8htv.telesp.net.br)
- # [22:51] * Quits: raniere (raniere@moz-q04.npm.98.179.IP) (Ping timeout: 121 seconds)
- # [22:51] * Joins: francois (francois@moz-cnggv3.fmarier.org)
- # [22:52] * Quits: brendan (brendaneich@moz-ooj7cv.ca.comcast.net) (Client exited)
- # [22:52] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [22:54] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [22:55] * Joins: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net)
- # [22:56] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
- # [22:56] * Joins: milan (milan@moz-7bphfo.ckpj.s0pt.0450.2001.IP)
- # [22:57] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [22:58] * Quits: milan (milan@moz-7bphfo.ckpj.s0pt.0450.2001.IP) (Quit: )
- # [22:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f1e808699cd8 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [22:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/11c31d1972ae - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [22:58] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [22:58] * Quits: rail (rail@moz-2adhcs.iqchoice.com) (Quit: Gone fishing...)
- # [22:59] * Joins: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP)
- # [22:59] * Quits: milan_ (milan@moz-rgqoqh.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [23:02] * Quits: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl) (Quit: Leaving...)
- # [23:02] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [23:02] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [23:04] * Joins: michal (michal@moz-gq762c.jarovnet.org)
- # [23:05] * Quits: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch) (Quit: Leaving.)
- # [23:05] * Quits: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp) (Client exited)
- # [23:05] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
- # [23:05] * Quits: tromey (tromey@moz-2d91tj.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.0.50.8))
- # [23:06] * Joins: kaze (kaze@moz-8ion1q.fbx.proxad.net)
- # [23:07] * Gijs_away is now known as Gijs
- # [23:08] * Quits: spohl (Adium@moz-m8u.olo.156.104.IP) (Quit: Leaving.)
- # [23:08] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Quit: ZNC - http://znc.in)
- # [23:09] * Quits: ggp (ggp@moz-riab7a.telesp.net.br) (Ping timeout: 121 seconds)
- # [23:10] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [23:11] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [23:12] * gregglind is now known as gregglind_away
- # [23:13] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
- # [23:14] * Quits: capella-s3 (capella-s3@moz-a6lqme.res.rr.com) (Connection closed)
- # [23:14] * Joins: roc (chatzilla@moz-jrl.fci.192.203.IP)
- # [23:14] * killer sets mode: +o roc
- # [23:16] <vladan> seth: pong
- # [23:17] <seth> vladan: hi! i'm interested in adding some new telemetry to imagelib, and i don't know what the process is for doing that. how do i get new telemetry approved and added?
- # [23:17] * Quits: raniere_ (raniere@moz-up8htv.telesp.net.br) (Ping timeout: 121 seconds)
- # [23:18] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [23:18] * Quits: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [23:18] * Joins: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP)
- # [23:18] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [23:19] * Joins: bz (bzbarsky@moz-86k7mn.hfc.comcastbusiness.net)
- # [23:20] * Quits: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP) (Quit: Gone fishing?)
- # [23:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/03793ee151cd - Chris AtLee - Bug 1117859: Update base image for flame-kk builds to v18D r=bhearsum
- # [23:20] * yzen is now known as yzen_
- # [23:21] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [23:22] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
- # [23:23] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [23:23] * Quits: bmoss (bmoss@moz-mv363l.ca.comcast.net) (Connection closed)
- # [23:24] * Joins: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP)
- # [23:24] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [23:25] <vladan> seth: you can flag me for review.. you basically just declare a new histogram in Histograms.json.. sec
- # [23:25] * kats is now known as kats|away
- # [23:25] <vladan> seth: we have docs on this here https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Adding_a_new_Telemetry_probe
- # [23:26] <seth> vladan: very nice! i thought that someone would have to approve the new telemetry for privacy reasons, but i guess you just think about that as part of the review =)
- # [23:26] <seth> vladan: thanks for the info; i'll try to get a patch up today
- # [23:26] <vladan> seth: if you're just adding histograms, it should be fine. you can't add things like URLs
- # [23:26] * Quits: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP) (Quit: Gone fishing?)
- # [23:26] <seth> vladan: yeah, just histograms
- # [23:27] <vladan> cool
- # [23:27] * Quits: smontagu (chatzilla@moz-ee1dqo.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [23:27] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:28] * Quits: joshua-s (Thunderbird@moz-03o5ke.east.verizon.net) (Ping timeout: 121 seconds)
- # [23:28] <jld> Lazyweb, is there anything like Chromium's base::Callback on this side of the fence? Or are my only choices nsIYetAnotherListenerClass or runnables + state?
- # [23:28] <froydnj> jld: nsRunnableFunction?
- # [23:28] * Joins: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP)
- # [23:28] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (A TLS packet with unexpected length was received.)
- # [23:29] <froydnj> jld: or the soon-to-be-replaced multi-argument variants lurking under media/mtransport/
- # [23:29] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [23:30] * Quits: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP) (Quit: Gone fishing?)
- # [23:30] * Joins: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP)
- # [23:31] <@njn> seth: just add histograms counting how many times the top 100 most popular URLs were visited :P
- # [23:31] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [23:31] <seth> hehe
- # [23:31] * Joins: smontagu (chatzilla@moz-ee1dqo.red.bezeqint.net)
- # [23:31] * Quits: florent (Thunderbird@moz-pkrcj8.abo.wanadoo.fr) (Client exited)
- # [23:32] * Joins: raniere_ (raniere@moz-ierk2a.telesp.net.br)
- # [23:32] * KaiRo_away is now known as KaiRo
- # [23:32] * Quits: Gijs (chatzilla@moz-goo.q6m.80.5.IP) (Quit: poof)
- # [23:32] * heycam|away is now known as heycam
- # [23:34] <jld> froydnj: That seems to be Ye Olde Chromium's ancestor to modern chromium's base::Callback. (https://crbug.com/35223 was the switchover)
- # [23:34] * Joins: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch)
- # [23:35] <jld> It's a little surprising that there isn't an equivalent in xpcom/glue or mfbt or somewhere like that.
- # [23:35] <botond> RyanVM: i a bunch of retriggers on the job in question. looks pretty green: https://treeherder.mozilla.org/#/jobs?repo=try&revision=f30eb5764fde
- # [23:35] <botond> did*
- # [23:36] <@njn> ehsan_: ping
- # [23:36] <jld> I really just want to remote a simple function call over IPC, but async. Why is this so hard.
- # [23:37] * Quits: Silne30_ (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
- # [23:38] * @njn wonders why stackWalkThread is nulled at https://dxr.mozilla.org/mozilla-central/source/xpcom/base/nsStackWalk.cpp#315
- # [23:38] * Joins: brendan (brendaneich@moz-5tm501.public.wayport.net)
- # [23:39] * nrc is now known as nrc|afk
- # [23:39] * Joins: ggp (ggp@moz-fmm.sq1.205.191.IP)
- # [23:39] * Quits: smontagu (chatzilla@moz-ee1dqo.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [23:41] <dmajor> lovely. this crash can be any one of 216 MOZ_CRASHes that the compiler folded together. maybe we should look into preventing that...
- # [23:42] <mccr8> just investigate all 216 cases
- # [23:42] <efaust> dmajor: I have for some time wondered how you keep your sanity.
- # [23:42] <dmajor> it's parallelizable! wanna take 108?
- # [23:43] * Quits: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com) (Ping timeout: 121 seconds)
- # [23:43] * Quits: clokep (Instantbird@moz-3fe.kp5.6.209.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [23:43] * Joins: smontagu (chatzilla@moz-ee1dqo.red.bezeqint.net)
- # [23:43] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
- # [23:43] * Joins: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com)
- # [23:44] * Joins: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl)
- # [23:44] <froydnj> jld: I have variadic nsRunnableFunction on my list of things todo
- # [23:44] <froydnj> jld: I don't know that it will support the Prebind stuff described in that chromium bug
- # [23:44] * Parts: rail (rail@moz-k14j7r.ckpj.s0pt.0450.2001.IP) ("Gone fishing?")
- # [23:45] * mkohler is now known as mkohler|afk
- # [23:46] <aklotz> lol
- # [23:48] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [23:50] * Joins: Archaeopteryx (Archaeopter@moz-mscgc7.cust.telecolumbus.net)
- # [23:50] * Quits: fabrice1 (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [23:51] * seth just wants RunnableLambda
- # [23:51] <seth> there's really no need for anything else
- # [23:52] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [23:52] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [23:52] * catlee is now known as catlee-away
- # [23:52] * RyanVM is now known as RyanVM|afk
- # [23:52] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=d55528833b3e - 50 changesets
- # [23:52] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [23:55] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
- # [23:55] * Joins: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com)
- # [23:55] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [23:56] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [23:57] * Joins: Delta706 (xx@moz-2sc772.dsl.as9105.com)
- # [23:57] * Quits: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch) (Ping timeout: 121 seconds)
- # [23:57] <Delta706> froydnj: thanks for the help the other day
- # [23:57] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [23:57] <ehsan_> njn: hi
- # [23:57] <@njn> ehsan_: do you know why stackWalkThread is nulled at https://dxr.mozilla.org/mozilla-central/source/xpcom/base/nsStackWalk.cpp#315
- # [23:57] <@njn> ?
- # [23:57] <@njn> ehsan_: it looks like we'll end up creating a new thread every time EnsureWalkStackReady() is called
- # [23:58] <@njn> which is every time NS_StackWalk() is called
- # [23:58] <@njn> which would be madness
- # [23:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8137c898bc0e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [23:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9fc50b341d80 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [23:58] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [23:58] <ehsan_> looking
- # [23:58] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
- # [23:59] <@njn> ehsan_: I'm waiting on a build so I haven't had a chance to step through this in the debugger yet
- # [23:59] <@roc> froydnj: shouldn't a modern callback object use std::function?
- # [23:59] <ehsan_> let me blame the sucker
- # [23:59] <@njn> ehsan_: oh, walkThreadReady is set
- # [23:59] <hub> uh oh, Just got a crash on this line: 583 MOZ_CRASH("Invalid PC offset for IC entry.");
- # [23:59] * Joins: jgilbert (jgilbert@moz-onnq66.ujol.1ibb.0101.2620.IP)
- # Session Close: Thu Jan 08 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