/irc-logs / mozilla / #developers / 2015-01-20 / end
Options:
Previous day, Next day
- # Session Start: Tue Jan 20 00:00:00 2015
- # Session Ident: #developers
- # [00:00] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
- # [00:00] * Quits: raniere (raniere@moz-krb.uud.68.177.IP) (Ping timeout: 121 seconds)
- # [00:02] * Quits: amoghbl2 (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [00:04] * AutomatedTester is now known as AutomatedTester|AFK
- # [00:05] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [00:05] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:06] * AutomatedTester|AFK is now known as AutomatedTester
- # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6c8f3147a496 - Kannan Vijayan - Bug 1057082 - Fix profile entry category mappings in profiler frontend. r=vporof
- # [00:08] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
- # [00:08] * killer sets mode: +o ehsan
- # [00:09] <tbsaunde> dmajor: so do we have any significant a11y crashes at this point?
- # [00:09] <dmajor> tbsaunde: I'm seeing a ton of variations on that nsTArray::Clear signature, I haven't yet confirmed whether they're the same thing you dealt with earlier (on my list for today)
- # [00:09] * Quits: givanica (Thunderbird@moz-bmh.rug.121.86.IP) (Client exited)
- # [00:10] <tbsaunde> dmajor: ok, to bad I didn't fix all of that :(
- # [00:11] * jcranmer|away is now known as jcranmer
- # [00:12] * Quits: @ehsan (ehsan@moz-n3usua.cable.teksavvy.com) (Ping timeout: 121 seconds)
- # [00:13] * Quits: rniwa (rniwa@moz-t3u.b6e.164.67.IP) (Client exited)
- # [00:14] * Quits: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [00:15] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [00:16] * wlach is now known as wlach|afk
- # [00:17] * Joins: jrmuizel (jrmuizel@moz-nqn.64e.114.24.IP)
- # [00:18] <jrmuizel> dmajor: ping
- # [00:20] <jrmuizel> dmajor: is it possible for us to break out shared vs private write combined mapping numbers
- # [00:20] <jrmuizel> dmajor: I've seen both in firefox and it might be helpful for determining the source
- # [00:20] * Quits: nrc (nrc@moz-mmh6ku.xtra.co.nz) (Ping timeout: 121 seconds)
- # [00:22] * Quits: andersh (chatzilla@moz-l3uubr.mobile.3.dk) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0a2/20150119004009])
- # [00:23] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [00:23] * Quits: redwood (chatzilla@moz-b78.don.96.24.IP) (Ping timeout: 121 seconds)
- # [00:29] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [00:29] * coop is now known as coop|afk
- # [00:30] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Ping timeout: 121 seconds)
- # [00:30] * nthomas is now known as nthomas|away
- # [00:33] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [00:33] * Quits: junaid (junaid@moz-5eq.k21.101.212.IP) (Ping timeout: 121 seconds)
- # [00:34] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [00:36] * Quits: kaze_ (kaze@moz-cfm.8e8.79.41.IP) (Ping timeout: 121 seconds)
- # [00:41] * Joins: redwood (chatzilla@moz-b78.don.96.24.IP)
- # [00:42] * Quits: Archaeopteryx (Archaeopter@moz-qs656m.cust.telecolumbus.net) (Quit: Goodbye)
- # [00:42] * Quits: jrmuizel (jrmuizel@moz-nqn.64e.114.24.IP) (Connection closed)
- # [00:43] * Joins: smontagu (chatzilla@moz-qklqnv.red.bezeqint.net)
- # [00:44] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [00:45] * Quits: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
- # [00:45] * Joins: rniwa (rniwa@moz-t3u.b6e.164.67.IP)
- # [00:46] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (A TLS packet with unexpected length was received.)
- # [00:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9aa662b2f1b5 - Jean-Yves Avenard - Bug 1123269: Better fix for bug 1121876 r=cpearce
- # [00:47] * Quits: alexbardas (alexbardas@moz-njedbd.BR.idilis.net) (A TLS packet with unexpected length was received.)
- # [00:47] <Gijs> Err... dumb question time... let's say I have an instance member which is a pointer, mFoo which is a nullptr, and I do: nsCOMPtr<nsIBar> blocker = do_QueryInterface(mFoo);
- # [00:47] <Gijs> that's going to crash with a nullptr deref, right? :s
- # [00:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8b1ba2b6a35f - Seth Fowler - Bug 1118655 - Use decode-on-draw only, and ignore RequestDecode and the like, when APZ and downscale-during-decode are enabled. r=tn
- # [00:48] <Gijs> or does it just assign nullptr to the nsCOMPtr and continue on its merry way?
- # [00:48] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [00:48] <seth> Gijs: just assigns nullptr to the nsCOMPtr
- # [00:49] <Gijs> hm
- # [00:50] <Gijs> seth: it's interesting that it happens to be you who replies... ;)
- # [00:51] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [00:51] <Gijs> seth: looking at bug 1122404
- # [00:51] * Gijs can't reproduce, so decided to go poking around the crash stack
- # [00:51] * Fallen is now known as Fallen|away
- # [00:52] <seth> Gijs: based on that stack, i'd expect that it's the _assignment_ that's failing
- # [00:52] <Gijs> seth: why/how would that happen?
- # [00:53] <Gijs> seth: in particular, I assumed that it's the "figuring out the value to put into the assignment" that crashes, ie the do_QI that doesn't like a null mListener in http://mxr.mozilla.org/mozilla-central/source/image/src/imgRequestProxy.cpp#835
- # [00:54] <Gijs> seth: sounds like you're saying something else but I'm not sure what :)
- # [00:55] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [00:55] * Joins: alexbardas (alexbardas@moz-njedbd.BR.idilis.net)
- # [00:55] <seth> Gijs: hmm, looking at the crash... well, that's odd
- # [00:55] <seth> Gijs: it *does* look like the crash is coming from inside go_QI
- # [00:55] <Gijs> seth: if this interests you, I just managed to start reproducing, and will have xcode ready in a sec :)
- # [00:56] <seth> Gijs: and we're not assigning to a member variable (which is what i initially expected, that |this| is null)
- # [00:56] <seth> Gijs: i actually think i understand what's going on
- # [00:56] <Gijs> seth: but we pass |this| later, and that might get it QI'd if that's an XPCOM call... maybe? I am not an expert on XPCOM-in-C++-land :)
- # [00:56] <seth> Gijs: i'm not sure what level of cursing is acceptable in this channel, but assume i said something pretty bad
- # [00:56] <Gijs> heh
- # [00:57] <seth> it is SUPPOSED to be the case that do_QueryInterface(nullptr) returns null
- # [00:57] <Gijs> ah
- # [00:57] <Gijs> well, that's unfortunate
- # [00:57] <seth> however, imgRequestProxy has a _very special_ (and extremely stupid) implementation of QueryInterface
- # [00:57] <Gijs> wat
- # [00:57] <Gijs> (note that "unfortunate" is basically the British version of "something pretty bad")
- # [00:57] <seth> Gijs: http://mxr.mozilla.org/mozilla-central/source/image/src/imgRequestProxy.cpp#102
- # [00:58] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [00:58] * Gijs goes to try if he can read this macro
- # [00:58] <seth> Gijs: that code actually inspects the object's STATE to see if it satisfies a particular interface
- # [00:58] <Gijs> oh
- # [00:58] <Gijs> yeah, OK, I can see how that breaks
- # [00:59] <Gijs> seth: so s/if (blocker)/if (mListener)/, move the local var assignment inside the if?
- # [00:59] <Gijs> and I guess check if this is happening elsewhere...
- # [00:59] <seth> Gijs: yes, that would fix this particular bug
- # [00:59] <seth> Gijs: but we have several different crashes that are along the same lines
- # [01:00] <seth> Gijs: i think the correct fix is to remove this conditional QI stuff
- # [01:00] <seth> Gijs: can't believe i never connected the two before... this conversation has been very helpful!
- # [01:01] <seth> Gijs: at any rate, can you assign that bug to me? i am actually off today (it's a national holiday here), but i will fix this entire class of bugs tomorrow
- # [01:01] <Gijs> seth: heh, alright-y
- # [01:01] <Gijs> seth: thanks for humouring my questions :)
- # [01:01] <seth> Gijs: thanks for asking them! very helpful stuff
- # [01:04] <Gijs> seth: welcome. Enjoy the rest of the 'holiday' :)
- # [01:05] * Joins: dagnir (dagnir@moz-sbbfe2.res.rr.com)
- # [01:06] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [01:07] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
- # [01:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a684ac1058ad - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [01:08] * Joins: givanica (Thunderbird@moz-bmh.rug.121.86.IP)
- # [01:08] * Quits: dagnir (dagnir@moz-sbbfe2.res.rr.com) (Quit: WeeChat 1.0.1)
- # [01:08] * Quits: mayhemer (Miranda@moz-i211qr.joqu.pdma.1028.2a00.IP) (Ping timeout: 121 seconds)
- # [01:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/886bde607d7c - Chris Lord - Bug 1042103 - Don't ignore events during overscroll. r=botond
- # [01:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/992050dc1e5f - Chris Lord - Bug 1042103 - Allow overscroll to be retained between input blocks. r=botond
- # [01:10] * Joins: davidb (davidb@moz-s09mjj.dsl.bell.ca)
- # [01:10] * Quits: davidb (davidb@moz-s09mjj.dsl.bell.ca) (Quit: peace out)
- # [01:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a5ae67f3b1e - Jean-Yves Avenard - Bug 1123054: Don't check VDA reference count. r=rillian
- # [01:11] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Ping timeout: 121 seconds)
- # [01:11] * Joins: Hughman (Hughman@moz-4cehuq.aapt.com.au)
- # [01:12] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
- # [01:12] * Joins: ehugg (ehugg@moz-f04slc.cisco.com)
- # [01:13] * Joins: tomer (tomer@moz-to490c.012.net.il)
- # [01:13] <Hughman> is there a known issue with nightly not being able to open connections after a few minutes?
- # [01:16] * Joins: Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com)
- # [01:16] * killer sets mode: +o Cwiiis
- # [01:16] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [01:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/97b34f0b9946 - Gijs Kruitbosch - Bug 1079355 - indexedDB pref should only apply for content pages, not chrome ones, r=bent,a=sylvestre
- # [01:16] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:17] * Joins: Neil (neil@moz-7uauc5.cable.virginm.net)
- # [01:17] <philor> djvj: looks like a typo in your commit message, it should have been "Break profile entry category mappings in profiler frontend"
- # [01:17] <philor> on a CLOSED TREE
- # [01:17] * Quits: NeilZZZ (neil@moz-7uauc5.cable.virginm.net) (Ping timeout: 121 seconds)
- # [01:17] * Neil is now known as NeilZZZ
- # [01:19] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [01:19] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [01:19] * Joins: francois (francois@moz-cnggv3.fmarier.org)
- # [01:20] * Quits: alexbardas (alexbardas@moz-njedbd.BR.idilis.net) (A TLS packet with unexpected length was received.)
- # [01:22] <philor> tbsaunde: could you be crashing at mozilla::gfx::UserData::Get in https://treeherder.mozilla.org/logviewer.html#?job_id=5639714&repo=mozilla-inbound or is that just a nasty coincidence?
- # [01:23] * Quits: JohnnyBoy (Mibbit@moz-rki70k.ca.comcast.net) (Quit: http://www.mibbit.com ajax IRC Client)
- # [01:24] <tbsaunde> philor: seems rather unlikely given those patches should have an effect
- # [01:24] <tbsaunde> err, shouldn't
- # [01:25] <philor> probably seth, has he landed anything today?
- # [01:25] * Quits: ddahl (ddahl@moz-k48.kjt.199.138.IP) (Ping timeout: 121 seconds)
- # [01:26] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [01:27] * Joins: alexbardas (alexbardas@moz-njedbd.BR.idilis.net)
- # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/9a4a8602e6f4 - Jean-Yves Avenard - Bug 1118123: Update mediasource duration following sourcebuffer::appendBuffer. r=cajbir a=sledru
- # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/61e917f920c9 - Jean-Yves Avenard - Bug 1118123: Mochitest to verify proper sourcebuffer behavior. r=cajbir a=sledru
- # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/7cd63f89473b - Jean-Yves Avenard - Bug 1118123: Update mediasource web platforms tests now passing. r=karlt a=sledru
- # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/4fe580b632e5 - Jean-Yves Avenard - Bug 1119119: Do not abort when calling appendBuffer with no data. r=cajbir a=sledru
- # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/a1a315b3ff6b - Jean-Yves Avenard - Bug 1119119: Update web-platform-tests expected data. r=karlt a=sledru
- # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/da605a71901e - Jean-Yves Avenard - Bug 1120084: Implement MSE's AppendErrorAlgorithm. r=cajbir a=sledru
- # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/7dd701f60492 - Jean-Yves Avenard - Bug 1120086: Re-open SourceBuffer after call to appendBuffer if in ended state. r=cajbir a=sledru
- # [01:31] * Joins: loveless (loveless@moz-cej.mg6.56.172.IP)
- # [01:32] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/31ecce0aaa83 - Phil Ringnalda - Back out 6c8f3147a496 (bug 1057082) for dt test bustage
- # [01:35] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [01:35] <seth> philor: i did, but i doubt it's my patch based on that stack, especially since my patch landed a feature that is pref'ed off by default
- # [01:35] * Joins: ddahl (ddahl@moz-6vg.oag.199.138.IP)
- # [01:35] * Quits: loveless (loveless@moz-cej.mg6.56.172.IP) (A TLS packet with unexpected length was received.)
- # [01:36] <philor> it's just android, anyway, not a real platform
- # [01:37] * heycam is now known as heycam|away
- # [01:37] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (A TLS packet with unexpected length was received.)
- # [01:38] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [01:40] * Quits: givanica (Thunderbird@moz-bmh.rug.121.86.IP) (Client exited)
- # [01:41] * Joins: kamidphi_ (textual@moz-ouggk0.tpgi.com.au)
- # [01:42] * Quits: kamidphi_ (textual@moz-ouggk0.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
- # [01:43] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [01:45] * jlund|buildduty is now known as jlund|bbl
- # [01:48] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [01:52] <DGMurdockIII> do you guy no about the problems with http://network.wwe.com/
- # [01:52] * nthomas|away is now known as nthomas
- # [01:52] <jdm> DGMurdockIII: you'll need to be more specific than that
- # [01:53] <DGMurdockIII> there support says there a problem with firefox right now with playing the video
- # [01:53] <DGMurdockIII> Shantal J.: No sir, its actually with Mozilla Firefox. They did an update. Don't worry because we are working on it at the moment.
- # [01:54] <DGMurdockIII> that what they said
- # [01:54] <DGMurdockIII> jdm, you see
- # [01:57] * AutomatedTester is now known as AutomatedTester|AFK
- # [01:57] * Joins: loveless (loveless@moz-cej.mg6.56.172.IP)
- # [01:57] * Quits: mconley (mconley@moz-i5m.05u.207.66.IP) (Connection closed)
- # [01:58] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [01:58] * Quits: alexbardas (alexbardas@moz-njedbd.BR.idilis.net) (A TLS packet with unexpected length was received.)
- # [01:58] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [01:59] * Joins: m_kato (m_kato@moz-86b4bs.bitcat.net)
- # [02:01] * heycam|away is now known as heycam
- # [02:03] * Quits: edmorley|away (uid27002@moz-nfn30r.uxbridge.irccloud.com) (Quit: )
- # [02:03] * Quits: Mnyromyr (Mnyromyr@moz-av07mj.ejss.mv3s.0908.2a02.IP) (Connection closed)
- # [02:03] * Quits: tomer (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
- # [02:04] * Joins: gandalf_ (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [02:04] * Joins: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com)
- # [02:04] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Connection closed)
- # [02:05] * Quits: benfrancis|away (uid16068@moz-u0phi1.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [02:05] * Quits: botond_ (quassel@moz-ijf9k7.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [02:07] * Joins: milan (milan@moz-vpv.gm9.50.70.IP)
- # [02:09] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
- # [02:10] <dmajor> tbsaunde: ping
- # [02:11] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (A TLS packet with unexpected length was received.)
- # [02:11] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
- # [02:11] <tbsaunde> dmajor: yoooo
- # [02:11] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (A TLS packet with unexpected length was received.)
- # [02:12] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [02:13] * Joins: brsun (chatzilla@moz-2hf62a.HINET-IP.hinet.net)
- # [02:13] <dmajor> tbsaunde: you're good on those nsTArray crashes. they're just taking some time to fall off the lists. not happening in new builds.
- # [02:14] <reuben> there should be an easy way to run and profile mochitests using the gecko profiler
- # [02:14] <tbsaunde> dmajor: \O/ any other things that look a11y related?
- # [02:15] <BenWa> reuben: MOZ_PROFILER_STARTUP=true MOZ_PROFILER_SHUTDOWN=$PWD/myprofile.sps ./mach mochitest
- # [02:15] <Unfocused> reuben: BenWa was talking about that type of thing yesterday in here
- # [02:15] <Unfocused> oh, ha
- # [02:15] <reuben> BenWa: sweeeet
- # [02:15] <reuben> thanks! :)
- # [02:15] <BenWa> That was for talos which is harder
- # [02:16] <BenWa> reuben: I think you might have to run it through mstange if you want to solve the c++ addresses
- # [02:16] <BenWa> if you just need js + the pseudo stuff youll be fine
- # [02:16] <BenWa> then you upload to http://people.mozilla.org/~bgirard/cleopatra/
- # [02:16] * Quits: till (till@moz-fh8t27.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [02:16] <dmajor> tbsaunde: AddChildDoc is still around but it's not super high volume anymore
- # [02:16] <mstange> yeah, run it through me, I'm a walking address translator
- # [02:17] <BenWa> ’s script :)
- # [02:17] <mstange> ;)
- # [02:17] <BenWa> and ehsan is the walking address sanitizer! We’re all set
- # [02:17] <mstange> I need to check whether the script that just takes a file still works
- # [02:18] <reuben> ./mach mochitest | mstange
- # [02:18] <mstange> yeah, that should work
- # [02:18] * Quits: kalli_ (fabian@moz-2medtj.res.insa-lyon.fr) (Quit: Leaving.)
- # [02:19] * Quits: capella-s3 (capella-s3@moz-a6lqme.res.rr.com) (Connection closed)
- # [02:19] * Quits: loveless (loveless@moz-cej.mg6.56.172.IP) (Quit: Leaving...)
- # [02:20] * Quits: marco (marco@moz-4k7dmf.retail.telecomitalia.it) (Client exited)
- # [02:20] * Joins: nattokirai (nattokirai@moz-5pq.ii6.5.103.IP)
- # [02:20] <tbsaunde> dmajor: k, could you file a new bug for that? I think 1088148 is kind of cluttered at this point ;)
- # [02:21] <dmajor> tbsaunde: shrug, sure
- # [02:21] <mstange> BenWa: huh, I never even had a script that does just that
- # [02:21] <tbsaunde> dmajor: thanks, I just think it'll be easier to know what exactly I'm dealing with
- # [02:22] <mstange> BenWa: And I think you removed the respective feature from the addon
- # [02:25] <BenWa> ohh really?
- # [02:25] <BenWa> that’s not good
- # [02:25] <BenWa> I guess for now the only supporting thing is unsymbolicated profiles =\
- # [02:30] * Quits: gandalf_ (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [02:30] <mstange> BenWa: Looks like it. I'll throw something together quickly.
- # [02:30] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (A TLS packet with unexpected length was received.)
- # [02:31] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [02:31] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Connection closed)
- # [02:32] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [02:32] <BenWa> mstange: this? https://github.com/bgirard/Gecko-Profiler-Addon/commit/d5808578645ec5c597a044259dabd2ea88978ba3
- # [02:32] * Quits: twi (Adium@moz-q4tvni.optusnet.com.au) (Quit: Leaving.)
- # [02:33] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Connection closed)
- # [02:33] * darkowlzz|afk is now known as darkowlzz
- # [02:34] <mstange> BenWa: Uhm, I've never seen that before. I was thinking of a "Symbolicate file" button in the addon's UI, which I think only existed briefly.
- # [02:35] * darkowlzz is now known as darkowlzz|afk
- # [02:39] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:40] * Joins: chunmin (uid49800@moz-6iuh5d.ealing.irccloud.com)
- # [02:41] <mstange> BenWa: oh wait, I do have such a script. https://github.com/mstange/analyze-tryserver-profiles/blob/make-it-better/symbolicate_profile.py
- # [02:41] <mstange> BenWa: Was checking the wrong branch...
- # [02:42] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [02:43] * Quits: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be) (Ping timeout: 121 seconds)
- # [02:43] <BenWa> mstange: that soudns familiar but I can’t find it git log -p | grep -i 'symbolicate file'
- # [02:43] <BenWa> I wonder if it was lost in a freak accident or something
- # [02:43] <mstange> BenWa: possibly, it was a long time ago, the button label might have been something different
- # [02:43] * Joins: jrmuizel (jrmuizel@moz-3h8.l8j.114.24.IP)
- # [02:44] <mstange> BenWa: or maybe it was just my imagination? Or I had it running locally and never landed it?
- # [02:44] <BenWa> maybe we just discussed it as a possible feature?
- # [02:44] * Quits: xeonchen (xeon@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [02:46] * Joins: xeonchen (xeon@moz-2hf62a.HINET-IP.hinet.net)
- # [02:46] <mstange> oh I don't know
- # [02:46] * Joins: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:47] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
- # [02:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/56c00c69276e - Martin Liska - bug 1121410 - use one lto partition to link plugin-container when it contains the chromium sandbox code r=glandium
- # [02:49] * Joins: edenchuang (uid46829@moz-g8d4rq.uxbridge.irccloud.com)
- # [02:50] * Quits: jrmuizel (jrmuizel@moz-3h8.l8j.114.24.IP) (Connection closed)
- # [02:51] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [02:51] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [02:51] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Connection closed)
- # [02:53] * Joins: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be)
- # [02:53] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [02:53] * Joins: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:53] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [02:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3f106e7f5b13 - Jamin Liu - Bug 1119734 - Delay registering Bluetooth signal handler if pairing event handlers haven't been attached. r=btian
- # [02:54] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [02:54] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [02:56] * Quits: ehugg (ehugg@moz-f04slc.cisco.com) (Client exited)
- # [02:57] * Quits: milan (milan@moz-vpv.gm9.50.70.IP) (Connection closed)
- # [02:57] <mstange> BenWa: shutdown profile dumping crashes for me :(
- # [02:57] * Joins: jrmuizel (jrmuizel@moz-r56.l8j.114.24.IP)
- # [02:58] <mstange> BenWa: http://pastebin.mozilla.org/8255778
- # [02:58] <BenWa> Awhhh, no :(
- # [03:01] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [03:01] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [03:01] * Quits: mixedpuppy (mixedpuppy@moz-4os.smp.170.166.IP) (Client exited)
- # [03:01] * Quits: jrmuizel (jrmuizel@moz-r56.l8j.114.24.IP) (Connection closed)
- # [03:02] * Joins: jrmuizel (jrmuizel@moz-r56.l8j.114.24.IP)
- # [03:02] * Quits: jrmuizel (jrmuizel@moz-r56.l8j.114.24.IP) (Connection closed)
- # [03:03] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [03:03] <mstange> BenWa: I'll debug it a little. http://pastebin.mozilla.org/8255790
- # [03:03] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [03:04] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Connection closed)
- # [03:04] * Joins: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [03:04] <BenWa> bbiab -> home
- # [03:04] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [03:05] * BenWa is now known as BenWa|email
- # [03:05] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (A TLS packet with unexpected length was received.)
- # [03:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/32babf78aee8 - Phil Ringnalda - Bug 947690 - disable failing test_bug571352.html on OS X 10.10
- # [03:06] * Joins: capella-s3 (capella-s3@moz-8h9.8oe.230.72.IP)
- # [03:08] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [03:09] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
- # [03:10] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [03:10] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [03:11] * Joins: twi (Adium@moz-q4tvni.optusnet.com.au)
- # [03:11] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [03:13] * Joins: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:16] * Joins: boris (boris@moz-2hf62a.HINET-IP.hinet.net)
- # [03:18] * Quits: nattokirai (nattokirai@moz-5pq.ii6.5.103.IP) (Client exited)
- # [03:21] * Joins: allstarschh_nb (allstarschh@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4610ef691ced - Thomas Zimmermann - Bug 1119746: Signal active listening in |ListenSocket|, r=qdot
- # [03:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/75befda22a48 - Thomas Zimmermann - Bug 1119746: Support |ListenSocket| in |BluetoothDaemonConnection|, r=qdot
- # [03:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6dd3d2ad46dc - Thomas Zimmermann - Bug 1119746: Fix ref-counting of bluetoothd channels, r=btian
- # [03:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/261481178423 - Thomas Zimmermann - Bug 1119746: Listen for socket connections when starting Bluetooth, r=btian
- # [03:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cff11d5366a7 - Thomas Zimmermann - Bug 1119746: Support random postfix for Bluetooth daemon socket name, r=btian
- # [03:22] * Joins: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b9009dd32153 - Chris Pearce - Bug 1123498 - Make MP4Reader skip-to-next-keyframe less aggressively. r=mattwoodrow
- # [03:23] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [03:23] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
- # [03:23] * killer sets mode: +ao dbaron dbaron
- # [03:27] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=bd9efbbfa8e6 - 49 changesets
- # [03:27] * Joins: chewey_ (chewey@moz-i8hjq4.dip0.t-ipconnect.de)
- # [03:27] * Joins: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com)
- # [03:28] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [03:28] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Connection closed)
- # [03:28] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [03:29] <@njn> https://bugzilla.mozilla.org/show_bug.cgi?id=1123472 is an interesting one, I'd love extra diagnosis
- # [03:30] * Quits: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [03:30] * Quits: chewey (chewey@moz-c2fqej.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [03:30] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
- # [03:30] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:30] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [03:31] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Connection closed)
- # [03:31] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [03:31] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [03:31] * Parts: nthomas (nthomas@moz-no0.93r.245.63.IP)
- # [03:32] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [03:32] * Joins: garvank (Garvan@moz-se0.qbp.190.93.IP)
- # [03:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e100acff1324 - B2G Bumper Bot - Bumping gaia.json for 12 gaia revision(s) a=gaia-bump
- # [03:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3422238b584e - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [03:34] * heycam is now known as heycam|away
- # [03:35] * Joins: gustavold (gustavold@moz-prde1b.hfc.comcastbusiness.net)
- # [03:37] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:38] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=2643429ae5ac - 19 changesets
- # [03:38] * BenWa|email is now known as BenWa
- # [03:39] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/942bd6bf0cd0 - Eddy Bruël - Bug 1123211 - Handle uncaught promise rejections in the source editor;r=pbrosset
- # [03:39] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/f9c20f576d9f - Eddy Bruël - Bug 1096490 - Remove the deprecated-sync-thenables from protocol.js;r=bgrins
- # [03:40] * Quits: Gijs (chatzilla@moz-8e8.cgs.80.5.IP) (Quit: sleep)
- # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/f82edb30c66d - Eddy Bruël - Bug 1102441 - Use source actors instead of source forms in locations;r=fitzgen
- # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/29687660a627 - Eddy Bruël - Bug 1107682 - Clean up the way we set breakpoints on newly introduced scripts;r=fitzgen
- # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/5161e9b47a3c - shreyas - Bug 1122433 - Expression closure replaced in Abouthome.jsm. r=dao
- # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/fc735ea14f19 - Carsten "Tomcat" Book - Merge mozilla-central to fx-team
- # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/ab08515b732f - Prabhjyot Singh Sodhi - Bug 852247 - adding new checkbox to expose pref to force page zoomability in settings. r=margaret
- # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/1a3cff98e1df - Ehsan Akhgari - Merge m-c into fx-team
- # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/121f46041aba - Victor Porof - Bug 1123306 - Remove minSquaredDistanceBetweenPoints from the LineGraph, r=jsantell
- # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c1c6840d9255 - Phil Ringnalda - Merge f-t to m-c, a=merge
- # [03:40] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [03:42] * Joins: nattokirai (nattokirai@moz-3ba5l7.panda-world.ne.jp)
- # [03:43] <@njn> !seen jgilbert
- # [03:43] <firebot> I've never seen a 'jgilbert', sorry.
- # [03:43] <Jerry_Mac> glandium: ping.
- # [03:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=fea41421e756 - 30 changesets
- # [03:43] * Quits: allstarschh_nb (allstarschh@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [03:43] <@njn> jrmuizel: feel like stealing a trivial review? bug 1120510
- # [03:44] <jrmuizel> njn: sure
- # [03:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c9d2b07a108d - Jean-Yves Avenard - Bug 1116056: Ensure all atoms read are valid. r=mattwoodrow
- # [03:44] <@njn> thanks
- # [03:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1a1a66376625 - Jean-Yves Avenard - Bug 1123507: Prevent out of bound memory access. r=edwin
- # [03:45] * Joins: allstarschh_nb (allstarschh@moz-2hf62a.HINET-IP.hinet.net)
- # [03:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=e460a19bec4d - 62 changesets
- # [03:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=aae834627534 - 70 changesets
- # [03:48] <glandium> Jerry_Mac: pong
- # [03:49] <Jerry_Mac> glandium: about the Bug 1121869, we will update to gcc 4.8 for flatfish. is it worth to add the test in configure.in
- # [03:51] <glandium> Jerry_Mac: yes
- # [03:51] <glandium> well, no
- # [03:51] <glandium> it would just be better to do without the test
- # [03:51] <glandium> like etlin's patch does
- # [03:52] * Quits: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [03:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/873326fb7e12 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [03:53] <Jerry_Mac> glandium: thanks. i will talk to etlin.
- # [03:54] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [03:54] * Quits: Hughman (Hughman@moz-4cehuq.aapt.com.au) (Quit: Bye)
- # [03:56] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [03:57] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [03:57] * heycam|away is now known as heycam
- # [04:00] * Joins: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net)
- # [04:00] * Joins: rbarnes (rbarnes@moz-tqf9rs.ojcr.jsbj.1003.2600.IP)
- # [04:01] <capella> still working on my treeherder_fu ... is there an equivalent to tbpl "infrastructure" where you can overview pending/running job counts?
- # [04:02] <capella> (anyone who might know)
- # [04:02] * Joins: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [04:02] * Parts: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [04:03] * Joins: rbarnes_ (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:03] * Quits: schien (anonymous@moz-2hf62a.HINET-IP.hinet.net) (Quit: sleep)
- # [04:03] <capella> ah, http://builddata.pub.build.mozilla.org/reports/pending/running.html
- # [04:03] * Quits: rbarnes_ (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:05] * Joins: rbarnes_ (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:05] * Quits: rbarnes (rbarnes@moz-tqf9rs.ojcr.jsbj.1003.2600.IP) (Ping timeout: 121 seconds)
- # [04:05] * Quits: rbarnes_ (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:05] * Joins: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:06] * Joins: zerous (naveen@moz-n82.de4.148.89.IP)
- # [04:06] * Quits: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:06] * Joins: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3a3138b1b97a - Nicholas Nethercote - Bug 1120510 - Fix an assertion failure in the WebGL memory reporter. r=jrmuizel.
- # [04:07] * Joins: kapy (kapy@moz-mhi.9a0.68.182.IP)
- # [04:07] * Quits: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:08] * Joins: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:08] * Quits: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:08] * Joins: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:09] * Quits: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:09] * Joins: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:10] * Quits: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:10] * Joins: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:11] * Quits: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:11] * Joins: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:12] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [04:12] * Quits: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:12] * Joins: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com)
- # [04:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/80611cc6fb21 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [04:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4b1c57c55e48 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [04:13] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [04:13] * Quits: rbarnes (rbarnes@moz-cahgfn.sub-70-192-211.myvzw.com) (Connection closed)
- # [04:19] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [04:21] * Quits: kapy (kapy@moz-mhi.9a0.68.182.IP) (Connection closed)
- # [04:21] * Joins: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7ad73fa3f416 - Nicholas Nethercote - Bug 1123151 (part 1) - Set PLDHashTable::ops consistently. r=froydnj.
- # [04:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/694f5026338d - Nicholas Nethercote - Bug 1123151 (part 2) - Add PLDHashTable::IsInitialized(). r=froydnj.
- # [04:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/35d043b3e889 - Nicholas Nethercote - Bug 1123151 (part 3) - Make PLDHashTable::ops private. r=froydnj.
- # [04:28] * Quits: nattokirai (nattokirai@moz-3ba5l7.panda-world.ne.jp) (Ping timeout: 121 seconds)
- # [04:28] * heycam is now known as heycam|away
- # [04:28] * heycam|away is now known as heycam
- # [04:29] <zerous> Hi i would like to work on this bug 1119086. I am new to opensource and so could someone tell me how to start working on it ?
- # [04:29] * Joins: mahdi (mahdi@moz-hap.r9f.244.151.IP)
- # [04:29] <zerous> this would be my first bug and so i would like to know whether it would be ok to work on this ?
- # [04:30] * Quits: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com) (Quit: Connection closed for inactivity)
- # [04:31] * Quits: Sushant94 (Sushant@moz-14d.ff5.202.116.IP) (Ping timeout: 121 seconds)
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/db2b968ded20 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e1d8d501000e - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [04:33] * jdm looks
- # [04:33] <jdm> zerous: why don't you come hang out in #introduction?
- # [04:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ec1bdd395b2d - Nicholas Nethercote - Bug 1123527 - Added #error cases for impossible platforms. r=glandium.
- # [04:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/42df041f636c - Nicholas Nethercote - Bug 1123527 - Fix syntax error in BT_WARNING and BT_LOGD. r=btian.
- # [04:34] <jdm> zerous: are you the most recent comenter in that bug?
- # [04:34] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
- # [04:34] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [04:36] * Joins: Edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [04:37] * Quits: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be) (Ping timeout: 121 seconds)
- # [04:40] * KaiRo_away is now known as KaiRo
- # [04:40] * Joins: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be)
- # [04:43] * Joins: seanlin1 (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:43] * Quits: capella-s3 (capella-s3@moz-8h9.8oe.230.72.IP) (Connection closed)
- # [04:45] * Quits: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [04:45] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
- # [04:46] <zerous> jdm: yes it is me.
- # [04:46] <zerous> i am the latest commenter.
- # [04:46] <jdm> ok, sounds good
- # [04:46] <jdm> I linked to the code that would be need to be modified
- # [04:49] * Joins: kaze_ (kaze@moz-cfm.8e8.79.41.IP)
- # [04:52] * Quits: KaiRo (robert@moz-3k382s.highway.telekom.at) (A TLS packet with unexpected length was received.)
- # [04:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f204d53001db - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [04:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e26b6d1525c4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [04:54] * Quits: mahdi (mahdi@moz-hap.r9f.244.151.IP) (Connection closed)
- # [04:59] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [04:59] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [05:00] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [05:01] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
- # [05:04] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [05:07] * Joins: sewardj_ (sewardj@moz-gb5d58.dip0.t-ipconnect.de)
- # [05:08] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
- # [05:10] * Quits: sewardj (sewardj@moz-b2g62n.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [05:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93f526d85b47 - Mike Hommey - Bug 1120272 - Expose _aligned_alloc and _aligned_free from mozglue. r=njn
- # [05:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/71978e63d06f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [05:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6bed83bf6cf9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [05:14] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [05:15] <gw280> wtf is prime4commit
- # [05:15] <gw280> "You were tipped 0.89 XPM for your commit on Project mozilla/gecko-dev. Please, log in and tell us your primecoin address to get it."
- # [05:15] <gw280> scam?
- # [05:16] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [05:21] <squib> gw280: i got that too
- # [05:22] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [05:22] <tbsaunde> gw280: a bunch of other people got that
- # [05:22] <dmajor> we should get firebot to answer this question every week ;)
- # [05:22] <tbsaunde> it seems legit, but not very useful unless you care about a random weird crypto currency
- # [05:23] <squib> given that it's a cryptocurrency thing, if it's not a scam, it's probably a target for getting hacked :D
- # [05:23] <glandium> 1 primecoin is 4 cents
- # [05:24] <glandium> http://coinmarketcap.com/ I didn't know there were so many
- # [05:24] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [05:26] <squib> i'm not sure about this specific instance of "tip people a penny for several hours of work", but one of them would do it without the consent of repo owners, which seems rude if not an actual violation of some open source licenses (e.g bsd 3-clause)
- # [05:27] * Joins: janv (varga@moz-oht.quu.143.178.IP)
- # [05:27] * philor looks forward to "You were tipped 0.0000000001 XPM for starring a test failure on Project mozilla/gecko-dev."
- # [05:32] * Quits: jdm (jdm@moz-ilbt2e.cable.teksavvy.com) (Quit: )
- # [05:32] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [05:33] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [05:35] * darkowlzz|afk is now known as darkowlzz
- # [05:37] * Quits: twi (Adium@moz-q4tvni.optusnet.com.au) (Quit: Leaving.)
- # [05:38] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [05:39] * Joins: kapy (kapy@moz-sqf.lc1.63.123.IP)
- # [05:39] * darkowlzz is now known as darkowlzz|afk
- # [05:42] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [05:43] * Joins: garvank_ (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [05:45] * Quits: garvank (Garvan@moz-se0.qbp.190.93.IP) (Ping timeout: 121 seconds)
- # [05:46] * heycam is now known as heycam|away
- # [05:46] * Joins: jwq (chatzilla@moz-a1q462.cable.telstraclear.net)
- # [05:47] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [05:49] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
- # [05:49] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
- # [05:51] * Joins: jsx (uid48919@moz-2hni06.charlton.irccloud.com)
- # [05:55] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [05:58] * Joins: hi_arai (chatzilla@moz-ddj.ru2.186.60.IP)
- # [05:58] * Quits: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net) (Quit: sleep)
- # [05:58] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [06:02] * Joins: WeirdAl (chatzilla@moz-3f3s98.ca.comcast.net)
- # [06:04] * Joins: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com)
- # [06:04] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [06:09] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [06:10] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
- # [06:10] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [06:12] * Joins: Sushant94 (Sushant@moz-p44.22o.202.116.IP)
- # [06:13] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [06:15] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
- # [06:16] * Quits: tonymec (tonymec@moz-0lpqgd.isp.belgacom.be) (Ping timeout: 121 seconds)
- # [06:17] * vikash-afk is now known as vikash
- # [06:18] * Quits: hi_arai (chatzilla@moz-ddj.ru2.186.60.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [06:20] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [06:21] * Quits: rniwa (rniwa@moz-t3u.b6e.164.67.IP) (Client exited)
- # [06:26] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [06:26] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [06:30] * vikash is now known as vikash-afk
- # [06:31] * Quits: jsx (uid48919@moz-2hni06.charlton.irccloud.com) (Quit: )
- # [06:31] * Joins: jsx (uid48919@moz-2hni06.charlton.irccloud.com)
- # [06:31] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [06:32] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [06:33] * Quits: tonymec_KDE (tonymec@moz-0lpqgd.isp.belgacom.be) (Quit: Konversation terminated!)
- # [06:36] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [06:40] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [06:40] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [06:41] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [06:41] <WeirdAl> Any installer folks around?
- # [06:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a914814d2054 - Mark Capella - Bug 1117542 - Enhance testSelectionHandler tests, r=margaret
- # [06:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8df3d16ab80e - Mark Capella - Bug 1118791 - Long press on white space selects closest vertical element, r=margaret
- # [06:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/260eb4adf6c6 - Mark Capella - Bug 1119834 - Text selection action bar is shown on div element containing no text, r=margaret
- # [06:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/10fd5232aed6 - Mark Capella - Bug 1096938 - Action bar goes away if JavaScript extends selection, r=margaret
- # [06:47] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [06:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ec9d58b68df2 - Mark Capella - Bug 1106800 - p1 Implement testTextareaSelections, r=margaret
- # [06:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c837afdde124 - Mark Capella - Bug 1106800 - p2 Implement testTextareaSelections, r=margaret
- # [06:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a3ceca6eacfb - Mark Capella - Bug 1106800 - p3 Implement testTextareaSelections, r=margaret
- # [06:51] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [06:56] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [06:57] * Quits: a-865 (fmcz@moz-l3llk4.cable.mindspring.com) (Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.32/20150112202541])
- # [06:57] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
- # [06:59] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
- # [06:59] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [07:00] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [07:04] * Joins: capella-s3 (capella-s3@moz-a6lqme.res.rr.com)
- # [07:05] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:07] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [07:08] * Joins: bdahl (bdahl@moz-idhk22.dynamic.fusionbroadband.com)
- # [07:12] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [07:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3192557de630 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [07:13] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
- # [07:13] * killer sets mode: +ao dbaron dbaron
- # [07:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6b9cc1db4ac3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [07:13] * flod|away is now known as flod
- # [07:14] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [07:14] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [07:15] * Quits: kamidphish (dglastonbur@moz-ouggk0.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
- # [07:16] * Joins: yshlin (elin@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:16] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [07:16] * yshlin is now known as elin
- # [07:19] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
- # [07:19] * Joins: a-865 (fmcz@moz-l3llk4.cable.mindspring.com)
- # [07:22] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [07:22] * Joins: dveditz_ (dveditz@moz-dgbov2.ca.comcast.net)
- # [07:22] * killer sets mode: +o dveditz_
- # [07:22] * Quits: kaze_ (kaze@moz-cfm.8e8.79.41.IP) (Ping timeout: 121 seconds)
- # [07:22] * darkowlzz|afk is now known as darkowlzz
- # [07:23] * Quits: @dveditz (dveditz@moz-dgbov2.ca.comcast.net) (Ping timeout: 121 seconds)
- # [07:23] * dveditz_ is now known as dveditz
- # [07:27] <philor> nice. in a plain mochitest, /tests/SimpleTest/test.css is the URL for the stylesheet. in a chrome mochitest, it's the URL to have two instances of "Couldn't convert chrome URL: chrome://mochitests/tests/SimpleTest/test.css" printed in the log
- # [07:28] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [07:30] * Joins: kapy_ (kapy@moz-sqf.lc1.63.123.IP)
- # [07:30] * vikash-afk is now known as vikash
- # [07:31] * Joins: JesperHansen2 (JesperHanse@moz-mk7.t6s.144.91.IP)
- # [07:31] * Quits: gustavold (gustavold@moz-prde1b.hfc.comcastbusiness.net) (Quit: Leaving.)
- # [07:31] * Quits: {V} (V@moz-be4o3b.on.nl) (Ping timeout: 121 seconds)
- # [07:31] * Joins: {V} (V@moz-be4o3b.on.nl)
- # [07:32] * Joins: zerous_ (naveen@moz-23l.biu.255.84.IP)
- # [07:32] * Quits: kapy (kapy@moz-sqf.lc1.63.123.IP) (Ping timeout: 121 seconds)
- # [07:33] * Quits: merike|away (merike@moz-6d1sg0.cable.starman.ee) (Ping timeout: 121 seconds)
- # [07:33] * Quits: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP) (Ping timeout: 121 seconds)
- # [07:33] * Quits: allstarschh_nb (allstarschh@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
- # [07:36] * Quits: zerous (naveen@moz-n82.de4.148.89.IP) (Ping timeout: 121 seconds)
- # [07:36] * Joins: merike|away (merike@moz-6d1sg0.cable.starman.ee)
- # [07:36] * merike|away is now known as merike
- # [07:37] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [07:38] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [07:40] * Joins: avaida (andreivaida@moz-662.esi.231.62.IP)
- # [07:41] * Joins: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com)
- # [07:44] * Quits: bdahl (bdahl@moz-idhk22.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [07:46] * Joins: twi (Adium@moz-q4tvni.optusnet.com.au)
- # [07:46] * Joins: flaviu (Instantbird@moz-662.esi.231.62.IP)
- # [07:47] * Quits: garvank_ (Garvan@moz-94kih2.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [07:47] * jlund|bbl is now known as jlund
- # [07:48] * Quits: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [07:51] * KWierso|afk is now known as KWierso|PTO
- # [07:52] * Quits: {V} (V@moz-be4o3b.on.nl) (Ping timeout: 121 seconds)
- # [07:52] * Joins: {V} (V@moz-be4o3b.on.nl)
- # [07:53] * Joins: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [07:54] * Joins: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp)
- # [07:55] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
- # [07:57] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
- # [07:59] * jcranmer is now known as jcranmer|away
- # [08:01] * Joins: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
- # [08:01] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
- # [08:04] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [08:04] * Joins: cpearce_ (chatzilla@moz-kgevj0.xtra.co.nz)
- # [08:07] * Joins: Rik_ (rik@moz-1ncqs8.lmuk.1rfi.0450.2001.IP)
- # [08:07] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [08:07] * Tomcat|afk is now known as Tomcat|Sheriffduty
- # [08:09] <Tomcat|Sheriffduty> good morning
- # [08:10] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7315c00befae - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [08:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/febdca8c4d36 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [08:14] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
- # [08:14] * Joins: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:14] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [08:15] * bobowen|afk is now known as bobowen
- # [08:15] * Quits: WeirdAl (chatzilla@moz-3f3s98.ca.comcast.net) (Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20150115144527])
- # [08:20] * Joins: ferjm (textual@moz-6tov0c.user.ono.com)
- # [08:22] * Quits: jwq (chatzilla@moz-a1q462.cable.telstraclear.net) (Ping timeout: 121 seconds)
- # [08:27] * darkowlzz is now known as darkowlzz|afk
- # [08:28] * Joins: Neil (neil@moz-qc1jfo.virginmediabusiness.co.uk)
- # [08:29] * Quits: NeilAway (neil@moz-qc1jfo.virginmediabusiness.co.uk) (Ping timeout: 121 seconds)
- # [08:30] * Neil is now known as NeilAway
- # [08:30] * Quits: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [08:31] * vikash is now known as vikash-afk
- # [08:32] * Quits: cpearce_ (chatzilla@moz-kgevj0.xtra.co.nz) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [08:32] * Joins: loveless (loveless@moz-or3.t7p.56.172.IP)
- # [08:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d75f366ba49b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [08:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/765c6259f5a4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [08:33] * Quits: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [08:36] * philor is now known as philor|away
- # [08:36] * Quits: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp) (Client exited)
- # [08:36] * Joins: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de)
- # [08:39] <erdalprinz> Hi. I've created a local build of Firefox 31.2.0esr. I'd like to change the Firefox branding logo to my own custom logo. How can I do that? It shows the nighlty build logo at the moment...
- # [08:40] * Joins: Dexter (Dexter@moz-qbcnb6.adsl.alicedsl.de)
- # [08:41] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
- # [08:44] * JesperHansen2 is now known as JesperHansen
- # [08:44] * Joins: bdahl (bdahl@moz-idhk22.dynamic.fusionbroadband.com)
- # [08:48] * Joins: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net)
- # [08:49] * Quits: bdahl (bdahl@moz-idhk22.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [08:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dde13ca9e660 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [08:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/491135cdda7f - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [08:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dbdbade50ffa - Andreas Pehrson - Bug 1073406 - Part 1. Add mochitest for individual pausing. r=roc
- # [08:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1b11866ce6dc - Andreas Pehrson - Bug 1073406 - Part 2. Add playback stream as output to mSrcStream for individual media element blocking. r=roc
- # [08:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/76096649c5b3 - JerryShih - Bug 1092978 - Handle VsyncRefreshTimer creation for nuwa. r=bent,cyu
- # [08:54] * pbrosset|afk is now known as pbrosset
- # [08:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7460be688f60 - Blake Wu - Bug 1118141 - Update Audio buffers when receiving INFO_OUTPUT_BUFFERS_CHANGED. r=edwin.
- # [08:55] * Parts: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a8cc493dc516 - Jessica Jong - Bug 1116434 - adapt Lollipop netd commands in wifi/usb tethering. r=echen
- # [08:56] * vikash-afk is now known as vikash
- # [08:57] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [08:58] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [08:59] * Quits: @njn (chatzilla@moz-daaic0.iinet.net.au) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0a1/20150101202038])
- # [09:00] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
- # [09:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/142031795f33 - Andreas Pehrson - Bug 992685 - Part 1. Make onresize event handler global and forwarded. r=smaug
- # [09:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c4d8cf5b47ef - Andreas Pehrson - Bug 992685 - Part 2. Fire resize event when video size changes. r=roc
- # [09:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8aeda1b1d2e4 - Andreas Pehrson - Bug 992685 - Part 3. Test video element resize event. r=roc
- # [09:01] * Joins: stormi (samuel@moz-t5b.q89.218.46.IP)
- # [09:02] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [09:02] * Quits: bevistseng (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [09:03] * whimboo|afk is now known as whimboo
- # [09:04] * Quits: drno (nohlmeier@moz-225k7f.ca.comcast.net) (Client exited)
- # [09:05] * julienw_afk is now known as julienw
- # [09:06] * Joins: gcp (gcp@moz-k8o1nq.beqe.9i1r.1812.2a02.IP)
- # [09:08] * Joins: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp)
- # [09:09] * Quits: twi (Adium@moz-q4tvni.optusnet.com.au) (Quit: Leaving.)
- # [09:09] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [09:09] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
- # [09:10] * lth|away is now known as lth
- # [09:10] * Joins: ddamjano (Instantbird@moz-pdjr1q.cfl3.oeer.8388.2a02.IP)
- # [09:12] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [09:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/db162532c60f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [09:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f0d42391b5fd - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [09:13] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
- # [09:13] * Quits: victorporof (victorporof@moz-9j8.4ed.71.67.IP) (Quit: 💤)
- # [09:16] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [09:16] * Quits: tedders1 (tedders1@moz-ej5.fh3.140.1.IP) (Connection closed)
- # [09:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/bc6777a08328 - Michael Comella - Bug 1116910 - Add new share icons in the action bar for tablet. r=capella
- # [09:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a74557453c80 - Jordan Santell - Bug 1102350 - Implement invert-call-tree option in new performance tool, backed by a pref, set on by default. r=vp
- # [09:25] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
- # [09:27] * Joins: Swatinem (swatinem@moz-mddkaj.static.inode.at)
- # [09:27] * Joins: Jackneill (Jackneill@moz-2u8t8n.pool.digikabel.hu)
- # [09:28] * Joins: tzimmermann (tzimmermann@moz-f0m8tc.pools.vodafone-ip.de)
- # [09:30] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
- # [09:31] * Joins: mak (uid24946@moz-7ljuor.highgate.irccloud.com)
- # [09:33] * Joins: MarcoZ (marco.zehe@moz-74kv4p.dip0.t-ipconnect.de)
- # [09:33] * Joins: capella-s32 (capella-s3@moz-a6lqme.res.rr.com)
- # [09:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/bac9e28a8d6c - Vikram Jadhav - Bug 1121471 - Remove use of expression closures from browser-ctrlTab.js. r=dao
- # [09:34] * Joins: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP)
- # [09:35] * Quits: capella-s3 (capella-s3@moz-a6lqme.res.rr.com) (Ping timeout: 121 seconds)
- # [09:36] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [09:37] * sewardj_ is now known as sewardj
- # [09:38] * Quits: capella (chatzilla@moz-a6lqme.res.rr.com) (Ping timeout: 121 seconds)
- # [09:40] * Joins: capella (chatzilla@moz-a6lqme.res.rr.com)
- # [09:43] * Quits: merike (merike@moz-6d1sg0.cable.starman.ee) (Ping timeout: 121 seconds)
- # [09:46] * Joins: bdahl (bdahl@moz-idhk22.dynamic.fusionbroadband.com)
- # [09:50] * Quits: gcp (gcp@moz-k8o1nq.beqe.9i1r.1812.2a02.IP) (Ping timeout: 121 seconds)
- # [09:50] * Quits: bdahl (bdahl@moz-idhk22.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [09:51] * BenWa is now known as BenWa|email
- # [09:51] * Joins: alexbardas (alexbardas@moz-ep93b4.AR.idilis.net)
- # [09:54] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [09:56] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [09:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/deadc5352365 - Jan de Mooij - Bug 1123120 - Don't relazify scripts with pc counts. r=till
- # [09:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a875275b8a9d - Jan de Mooij - Bug 900849 - Make polymorphic inlining work with non-singletons. r=djvj
- # [09:59] * Quits: Dexter (Dexter@moz-qbcnb6.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [10:00] * Quits: smontagu (chatzilla@moz-qklqnv.red.bezeqint.net) (Connection closed)
- # [10:00] * Joins: smontagu (chatzilla@moz-qklqnv.red.bezeqint.net)
- # [10:02] * Joins: Jerry_Mac_ (hshih@moz-aj9ejj.HINET-IP.hinet.net)
- # [10:04] * Joins: gcp (gcp@moz-k8o1nq.beqe.9i1r.1812.2a02.IP)
- # [10:05] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [10:08] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
- # [10:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9abbd96020cd - Thomas Zimmermann - Bug 1065336: Implement Bluetooth backend selection; use daemon by default, r=shawnjohnjr
- # [10:08] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
- # [10:09] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [10:11] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [10:12] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Quit: )
- # [10:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a57a98519f43 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [10:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fc9006e38f20 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [10:13] * Joins: Dexter (Dexter@moz-r387p2.vd25.v76v.0a40.2a04.IP)
- # [10:14] * Quits: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [10:14] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
- # [10:15] <Luqman> was there ever a bug on the scrolling issue in mavericks?
- # [10:15] * Joins: jamin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [10:17] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
- # [10:23] * Quits: @dveditz (dveditz@moz-dgbov2.ca.comcast.net) (Client exited)
- # [10:26] * darkowlzz|afk is now known as darkowlzz
- # [10:28] * Quits: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
- # [10:28] * Joins: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [10:28] * Quits: loveless (loveless@moz-or3.t7p.56.172.IP) (Quit: Leaving...)
- # [10:31] * Joins: alexbard_ (alexbardas@moz-l21vpr.BT.idilis.net)
- # [10:33] * Quits: alexbardas (alexbardas@moz-ep93b4.AR.idilis.net) (Ping timeout: 121 seconds)
- # [10:33] * Joins: kaze (kaze@moz-7u1.8e8.79.41.IP)
- # [10:34] * Quits: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de) (Quit: CGI:IRC (Ping timeout))
- # [10:34] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [10:37] * Joins: marco (marco@moz-95juf2.retail.telecomitalia.it)
- # [10:38] * Joins: jgilbert (jgilbert@moz-ouqqpi.rhqa.gnuk.0009.2601.IP)
- # [10:41] * Joins: Sander (chatzilla@moz-f4egml.direct-adsl.nl)
- # [10:41] * Quits: alexbard_ (alexbardas@moz-l21vpr.BT.idilis.net) (A TLS packet with unexpected length was received.)
- # [10:42] * Joins: jamesb (chatzilla@moz-6kdaoc.bigpond.net.au)
- # [10:43] * Quits: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net) (Quit: sleep)
- # [10:43] * Quits: jgilbert (jgilbert@moz-ouqqpi.rhqa.gnuk.0009.2601.IP) (Ping timeout: 121 seconds)
- # [10:43] * Joins: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net)
- # [10:44] * Joins: loveless (loveless@moz-or3.t7p.56.172.IP)
- # [10:45] <jamesb> Hi, I'm trying to build Fennec on OS X and getting the warning "source value 1.5 is obsolete and will be removed in a future release" which stops the build. How can I get around this?
- # [10:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/59dec5ab3a40 - Julian Seward - Bug 1122375 - Fixes to avoid Valgrind false positives with gcc-4.9.x -O2 builds (part 1). r=roc.
- # [10:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/170aee1be0dd - Julian Seward - Bug 1122375 - Fixes to avoid Valgrind false positives with gcc-4.9.x -O2 builds (part 2). r=dbaron.
- # [10:47] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Quit: Leaving)
- # [10:47] * Joins: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com)
- # [10:52] * Quits: loveless (loveless@moz-or3.t7p.56.172.IP) (Quit: Leaving...)
- # [10:54] <seth> jamesb: you might get help quicker in #mobile
- # [10:54] <jamesb> seth: ahh thanks
- # [10:56] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [10:56] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
- # [10:56] * killer sets mode: +o ehsan
- # [10:57] <seth> Tomcat|Sheriffduty: do you expect to merge m-i to m-c in the next hour or so?
- # [10:59] <seth> (not trying to hurry you or anything; just trying to figure out when to push my next patch)
- # [11:00] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [11:00] * Quits: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP) (Connection closed)
- # [11:00] * Quits: @ehsan (ehsan@moz-n3usua.cable.teksavvy.com) (Ping timeout: 121 seconds)
- # [11:01] * Joins: MarcoZ_ (marco.zehe@moz-74kv4p.dip0.t-ipconnect.de)
- # [11:01] * Joins: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP)
- # [11:01] * Quits: xeonchen (xeon@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
- # [11:02] * Quits: MarcoZ (marco.zehe@moz-74kv4p.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [11:02] * MarcoZ_ is now known as MarcoZ
- # [11:02] <Tomcat|Sheriffduty> seth: yeah i can do that :)
- # [11:02] * Joins: alexbardas (alexbardas@moz-l21vpr.BT.idilis.net)
- # [11:03] <seth> Tomcat|Sheriffduty: very cool! =)
- # [11:03] * Quits: {V} (V@moz-be4o3b.on.nl) (Ping timeout: 121 seconds)
- # [11:03] * Joins: {V} (V@moz-be4o3b.on.nl)
- # [11:04] * Joins: xeonchen (xeon@moz-2hf62a.HINET-IP.hinet.net)
- # [11:04] * Joins: mahdi (mahdi@moz-hap.r9f.244.151.IP)
- # [11:05] * Quits: kaze (kaze@moz-7u1.8e8.79.41.IP) (Ping timeout: 121 seconds)
- # [11:06] * Joins: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr)
- # [11:10] * Quits: MarcoZ (marco.zehe@moz-74kv4p.dip0.t-ipconnect.de) (Quit: Goes regression hunting.)
- # [11:11] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Ping timeout: 121 seconds)
- # [11:11] * Quits: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:11] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:12] * Quits: smontagu (chatzilla@moz-qklqnv.red.bezeqint.net) (Connection closed)
- # [11:12] * Quits: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [11:13] * Joins: merike (merike@moz-6d1sg0.cable.starman.ee)
- # [11:14] * Joins: smontagu (chatzilla@moz-qklqnv.red.bezeqint.net)
- # [11:16] * Joins: edmorley|away (uid27002@moz-nfn30r.uxbridge.irccloud.com)
- # [11:16] * Quits: nrc (nrc@moz-mmh6ku.xtra.co.nz) (Ping timeout: 121 seconds)
- # [11:17] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [11:20] * edmorley|away is now known as edmorley
- # [11:21] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [11:21] <jandem> Ms2ger, Tomcat|Sheriffduty: the onresize patches fixed some WPT expected failures, maybe we can fix the tests instead of backing out?
- # [11:22] <jandem> (not my patch, to be clear)
- # [11:22] <Ms2ger> wfm
- # [11:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9b3e240d8b8e - Carsten "Tomcat" Book - Backed out changeset 8aeda1b1d2e4 (bug 992685)
- # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/320c5e9764b9 - Carsten "Tomcat" Book - Backed out changeset c4d8cf5b47ef (bug 992685)
- # [11:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2017d59ea48b - Carsten "Tomcat" Book - Backed out changeset 142031795f33 (bug 992685) for failing w3 and w4 tests
- # [11:23] * Quits: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net) (Quit: 暫離)
- # [11:23] <Ms2ger> But not for Tomcat|Sheriffduty
- # [11:23] <jandem> :)
- # [11:23] * Joins: ckitching (ckitching@moz-cbggqe.cable.virginm.net)
- # [11:23] <Ms2ger> To be fair, people should probably run tests
- # [11:25] * Joins: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it)
- # [11:25] <Tomcat|Sheriffduty> oh
- # [11:26] <Tomcat|Sheriffduty> jandem: sorry was too fast and this was perma failing
- # [11:26] <jandem> Tomcat|Sheriffduty: no worries, backout is fine, he should have pushed to try
- # [11:27] * Quits: Anupkumar (uid16774@moz-3mjuju.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [11:30] * Quits: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [11:31] * Joins: evanxd (Adium@moz-4rrmu1.dynamic.hinet.net)
- # [11:31] * Joins: MarcoZ (marco.zehe@moz-74kv4p.dip0.t-ipconnect.de)
- # [11:33] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
- # [11:33] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
- # [11:34] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
- # [11:34] * Quits: mahdi (mahdi@moz-hap.r9f.244.151.IP) (Connection closed)
- # [11:34] * darkowlzz is now known as darkowlzz|afk
- # [11:34] * Joins: mahdi (mahdi@moz-5bm.d7n.245.172.IP)
- # [11:37] * Quits: boris (boris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:37] * Quits: mahdi (mahdi@moz-5bm.d7n.245.172.IP) (Connection closed)
- # [11:37] * Joins: mahdi (mahdi@moz-hap.r9f.244.151.IP)
- # [11:37] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [11:40] * Quits: jamin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:41] * Quits: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [11:41] * mattwoodrow is now known as mattwoodrow|away
- # [11:41] * darkowlzz|afk is now known as darkowlzz
- # [11:41] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [11:44] * Joins: schien (anonymous@moz-aj9ejj.HINET-IP.hinet.net)
- # [11:45] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [11:46] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:46] * Joins: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net)
- # [11:46] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [11:46] * Joins: gabor (gabor@moz-rg7qqd.j7lv.v76v.0a40.2a04.IP)
- # [11:48] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [11:50] * julienw is now known as julienw_afk
- # [11:51] * Quits: Rik_ (rik@moz-1ncqs8.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
- # [11:51] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:52] * Quits: alexbardas (alexbardas@moz-l21vpr.BT.idilis.net) (A TLS packet with unexpected length was received.)
- # [11:52] * Quits: nrc (nrc@moz-mmh6ku.xtra.co.nz) (Ping timeout: 121 seconds)
- # [11:52] * Joins: twi (Adium@moz-q4tvni.optusnet.com.au)
- # [11:54] * Joins: alexbardas (alexbardas@moz-l21vpr.BT.idilis.net)
- # [12:00] * Quits: jrgill (jrgill@moz-ng2hkq.res.rr.com) (Connection closed)
- # [12:00] * Quits: wesley_huang (wesley_huan@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [12:01] <Tomcat|Sheriffduty> seth: merged m-i to m-c
- # [12:02] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=93f526d85b47 - 28 changesets
- # [12:05] <seth> Tomcat|Sheriffduty: excellent! thanks for letting me know
- # [12:06] * Joins: jrgill (jrgill@moz-ng2hkq.res.rr.com)
- # [12:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e00afa8044c3 - Seth Fowler - Bug 1120050 - Expose Skia scaler internals for use by downscale-during-decode. r=tn
- # [12:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/869afff72f63 - Seth Fowler - Bug 1122446 - Give cached surfaces a chance to expire, when starting a downscale-during-decode. r=dholbert
- # [12:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c3ae3c5f147a - Seth Fowler - Bug 1045929 (Part 1) - Add a streaming downscaler to ImageLib. r=tn
- # [12:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dba129633849 - Seth Fowler - Bug 1045929 (Part 2) - Implement downscale-during-decode for JPEG images. r=tn
- # [12:11] * Joins: overbythere (textual@moz-8923jv.cable.virginm.net)
- # [12:12] * Quits: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
- # [12:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/40add4a689eb - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [12:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e7dce426ea76 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [12:14] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=3803a1420b1d - 23 changesets
- # [12:14] * Quits: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [12:14] * Joins: jimm (jmathies@moz-met.a66.235.67.IP)
- # [12:14] * lth is now known as lth|out
- # [12:14] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [12:14] * Joins: rbarnes (rbarnes@moz-ubqt53.public.wayport.net)
- # [12:16] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [12:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3a8cb125acd8 - Jonathan Watt - Bug 1123485 - Remove gfxContext::DrawSurface. r=Bas
- # [12:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb643ee54af2 - Jonathan Watt - Bug 1123486 - Remove gfxContext::ResetClip and gfxContext::UpdateSurfaceClip. r=Bas
- # [12:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6c6ba9c0fca - Jonathan Watt - Bug 1122578, part 1 - Make DrawTargetCG::StrokeRect stroke from the same corner and in the same direction as older OS X and other Moz2D backends. r=Bas
- # [12:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fa573923e21d - Jonathan Watt - Bug 1122578, part 2 - Test start point and direction of dashed stroking on SVG rect. r=longsonr
- # [12:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef9bec3906fb - Heiher - Bug 1122383 - Optimize Moz2D's ConvertBGRXToBGRA. r=jwatt
- # [12:19] <Ms2ger> jwatt, \o/
- # [12:19] <jwatt> Ms2ger: hmm?
- # [12:19] <Ms2ger> Also /o\ for osx
- # [12:19] <Ms2ger> Your patches
- # [12:20] <jwatt> yeah, CG seems to suck a lot more than I'd have expected prior to working on Moz2D stuff
- # [12:20] <jwatt> live and learn
- # [12:21] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:22] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/ad3867772421 - Margaret Leibovic - Bug 795981 - (Part 1) Hook up reader mode for desktop. r=jaws
- # [12:22] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/a5db16049be1 - Margaret Leibovic - Bug 795981 - (Part 2) Add reader mode button to toolbar. r=jaws,mfinkle
- # [12:22] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/739b6d124285 - Margaret Leibovic - Bug 795981 - (Part 3) Disable reader mode by default. r=jaws
- # [12:22] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/aae834627534 - Phil Ringnalda - Merge m-c to f-t
- # [12:22] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c2df1daf74c3 - Carsten "Tomcat" Book - merge fx-team to mozilla-central a=merge
- # [12:22] * Joins: stransky (stransky@moz-16g.ma8.175.213.IP)
- # [12:25] * xidorn is now known as xidorn|away
- # [12:26] * Quits: rbarnes (rbarnes@moz-ubqt53.public.wayport.net) (A TLS packet with unexpected length was received.)
- # [12:26] * Joins: Gijs (chatzilla@moz-8e8.cgs.80.5.IP)
- # [12:28] * baku|away is now known as baku
- # [12:28] * Quits: m_kato (m_kato@moz-86b4bs.bitcat.net) (Quit: Leaving...)
- # [12:29] * Joins: givanica (Thunderbird@moz-bmh.rug.121.86.IP)
- # [12:31] * Quits: Edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:32] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout: 121 seconds)
- # [12:33] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
- # [12:33] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [12:33] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
- # [12:34] * Joins: rbarnes (rbarnes@moz-ubqt53.public.wayport.net)
- # [12:35] * Joins: kapy (kapy@moz-sqf.lc1.63.123.IP)
- # [12:36] * Quits: rbarnes (rbarnes@moz-ubqt53.public.wayport.net) (A TLS packet with unexpected length was received.)
- # [12:36] * Quits: kapy_ (kapy@moz-sqf.lc1.63.123.IP) (Ping timeout: 121 seconds)
- # [12:38] * Joins: kapy_ (kapy@moz-sqf.lc1.63.123.IP)
- # [12:38] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [12:38] * killer sets mode: +o smaug
- # [12:40] * Quits: kapy (kapy@moz-sqf.lc1.63.123.IP) (Ping timeout: 121 seconds)
- # [12:41] * Joins: Archaeopteryx (Archaeopter@moz-4siir2.cust.telecolumbus.net)
- # [12:45] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [12:50] * Quits: Matti_away (Matti@moz-s9n9qr.iip5.7epi.4dd0.2001.IP) (Quit: Quit)
- # [12:50] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [12:52] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:52] * Joins: Matti_away (Matti@moz-s9n9qr.iip5.7epi.4dd0.2001.IP)
- # [12:52] * Matti_away is now known as Matti
- # [12:56] * Quits: kapy_ (kapy@moz-sqf.lc1.63.123.IP) (Connection closed)
- # [12:56] * Quits: nrc (nrc@moz-mmh6ku.xtra.co.nz) (Ping timeout: 121 seconds)
- # [12:57] * Joins: kapy (kapy@moz-sqf.lc1.63.123.IP)
- # [12:58] * Quits: alexbardas (alexbardas@moz-l21vpr.BT.idilis.net) (Ping timeout: 121 seconds)
- # [13:00] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
- # [13:01] * Quits: kapy (kapy@moz-sqf.lc1.63.123.IP) (Ping timeout: 121 seconds)
- # [13:04] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Ping timeout: 121 seconds)
- # [13:05] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
- # [13:06] * Quits: jamesb (chatzilla@moz-6kdaoc.bigpond.net.au) (Ping timeout: 121 seconds)
- # [13:07] * Joins: nical (nical@moz-7q2le3.lmuk.1rfi.0450.2001.IP)
- # [13:07] * Joins: pnkfelix (pnkfelix@moz-6v5.3nd.202.89.IP)
- # [13:09] * Joins: maxli1 (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [13:09] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Ping timeout: 121 seconds)
- # [13:09] * Quits: Luqman (laden@moz-qhp202.csclub.uwaterloo.ca) (Ping timeout: 121 seconds)
- # [13:10] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
- # [13:11] * Joins: Luqman (laden@moz-qhp202.csclub.uwaterloo.ca)
- # [13:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/424565376b6c - Marco Zehe - Bug 1122902 - NVDA screen reader says ‘unknown’ for a control when the More button in the Add-ons Manager is pressed, r=gijs
- # [13:15] * Joins: kapy (kapy@moz-mhi.9a0.68.182.IP)
- # [13:15] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [13:16] * Joins: rednaks (rednaks@moz-453.u5k.226.41.IP)
- # [13:16] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [13:17] * catlee-away is now known as catlee
- # [13:20] * julienw_afk is now known as julienw
- # [13:23] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Connection closed)
- # [13:23] * Joins: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de)
- # [13:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=2951bc688b6b - 35 changesets
- # [13:26] * Quits: maxli1 (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [13:26] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [13:26] * Quits: flaviu (Instantbird@moz-662.esi.231.62.IP) (Connection closed)
- # [13:26] * flod is now known as flod|afk
- # [13:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=41041deb0276 - 29 changesets
- # [13:26] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
- # [13:28] * Quits: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [13:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=6095693920dd - 53 changesets
- # [13:34] * Quits: edenchuang (uid46829@moz-g8d4rq.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [13:34] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [13:35] * Joins: timdream (timdream@moz-83dvbm.dynamic.hinet.net)
- # [13:36] * Joins: Pike (chatzilla@moz-lffm4l.pool.mediaWays.net)
- # [13:36] * darkowlzz is now known as darkowlzz|afk
- # [13:37] * Joins: KaiRo (robert@moz-n2o68f.highway.telekom.at)
- # [13:40] <nemo> hm. I was reading:
- # [13:40] <nemo> https://news.ycombinator.com/item?id=8916103
- # [13:40] <nemo> https://news.ycombinator.com/item?id=8916348 ← this one in particular
- # [13:40] <nemo> and thinking. man... I don't particularly care about ad blocking, but that's easily the most frustrating thing I encounter on sites when not using NoScript
- # [13:40] <nemo> especially sucks on news sites where there are like 200 of those stupid embedded button iframes
- # [13:41] <nemo> and not a single social media company out there is clever enough to dynamically load the iframe as you scroll, so you get hit with all of them as soon as you open the site
- # [13:42] <erdalprinz> Hi. I'd like to change the branding logo of Firefox to my own custom logo. What do I have to do to approve that in my local build of Firefox 31.2.0esr?
- # [13:43] * Quits: timdream (timdream@moz-83dvbm.dynamic.hinet.net) (Client exited)
- # [13:44] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [13:44] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [13:46] <@ted> nemo: neat, wonder how ublock's perf in firefox compares to ABP
- # [13:47] <nemo> ted: gotta be better, surely, given how the memshrink blog described ABP
- # [13:47] <Tomcat|Sheriffduty> erdalprinz: there is a page for such questions: https://www.mozilla.org/en-US/foundation/trademarks/policy/
- # [13:47] * Quits: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP) (Ping timeout: 121 seconds)
- # [13:47] <nemo> Tomcat|Sheriffduty: I was kinda wondering whether he was asking how to do it or whether he should do it, or what the rules were
- # [13:47] <nemo> the question was a bit oddly worded
- # [13:47] <Gijs> erdalprinz: IANAL this is not legal advice, but for your own local build, I don't think you need any approval whatever - just if you start distributing it.
- # [13:48] * baku is now known as baku|away
- # [13:48] <Tomcat|Sheriffduty> nemo: yeah
- # [13:49] <Tomcat|Sheriffduty> oh Gijs btw :) bustage!
- # [13:49] * Quits: ferjm (textual@moz-6tov0c.user.ono.com) (Connection closed)
- # [13:49] <Tomcat|Sheriffduty> on fx-team :)
- # [13:49] <@ted> Gijs: sounds like he wants to use a custom logo
- # [13:50] <@ted> erdalprinz: if you don't redistribute then you can do whatever
- # [13:50] <@ted> if you redistribute and you're still using the name "firefox" it's trickier
- # [13:50] <@ted> if you're not calling it firefox you can do whatever :)
- # [13:50] * nemo suggests IceWeasel
- # [13:50] <nemo> mozilla-central$ find -name firefox-branding.js
- # [13:50] <nemo> ./browser/branding/official/pref/firefox-branding.js
- # [13:50] <erdalprinz> We're not calling it Firefox anymore after redistribution :)
- # [13:51] * sheppy-appt is now known as sheppy
- # [13:51] <@ted> okay, then you don't have to follow the branding guidelines, as long as you also aren't intending to use a modified firefox icon
- # [13:52] <@ted> erdalprinz: you want to use the --with-branding=/path/to/dir configure option
- # [13:52] <@ted> erdalprinz: you can take one of the browser/branding/* dirs, copy it somewhere, put your own files in, and use that
- # [13:52] <erdalprinz> No, we use our very own custom icon :)
- # [13:52] <@ted> okay :)
- # [13:52] * Joins: squeakytoy (squeakytoy@moz-i4mle1.netset.se)
- # [13:53] * sheppy tries to remember how to go about figuring out why quitting Nightly takes like 5-10 minutes.
- # [13:53] * Joins: ferjm (textual@moz-6tov0c.user.ono.com)
- # [13:53] <erdalprinz> ted: sounds pretty simple :)
- # [13:53] <@ted> erdalprinz: yeah, i don't think it's complicated
- # [13:53] <erdalprinz> I'll try, thank you
- # [13:54] <@ted> yw
- # [13:54] <@ted> feel free to ask questions if you get stuck
- # [13:54] <nemo> sheppy: e10s enabled?
- # [13:54] <sheppy> nemo: No.
- # [13:54] * flod|afk is now known as flod
- # [13:54] <nemo> sheppy: huh. that hasn't happened to me in years, not since places sqlite was pathological
- # [13:55] <@ted> sheppy: if you install the profiler you should be able to use it to profile a restart
- # [13:55] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [13:55] * baku|away is now known as baku
- # [13:55] <@ted> and then upload it and poke someone here to figure out what's happening
- # [13:55] <@ted> sheppy: https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Profiling_with_the_Built-in_Profiler
- # [13:55] <sheppy> Ah, okay.
- # [13:55] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [13:56] * Joins: IanN (chatzilla@moz-li6.abs.4.80.IP)
- # [13:56] <Tomcat|Sheriffduty> Gijs: could you take a look at that bustage on fx-team not sure if this got lost here :)
- # [13:56] * sheppy does a sample of Nightly to see what's going on.
- # [13:57] <Gijs> Tomcat|Sheriffduty: wat
- # [13:57] * Gijs looks
- # [13:57] <sheppy> Wow, my hard drive is churning.
- # [13:57] <Tomcat|Sheriffduty> Gijs: somehow started with your checkin
- # [13:57] <Gijs> Tomcat|Sheriffduty: yes...
- # [13:57] * Gijs stares some more
- # [13:58] <@ted> sheppy: never a good sign
- # [13:58] <@ted> sheppy: also, no SSD? :-P
- # [13:58] <sheppy> Boot drive is SSD. My user directory is on magnetic.
- # [13:58] <Tomcat|Sheriffduty> hm seems i could use also the 2 year refresh but no idea if its worth to wait till apple release new mbp's
- # [13:59] * Joins: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com)
- # [13:59] <sheppy> Oh! A window closed!
- # [13:59] <sheppy> Another!
- # [13:59] <sheppy> One more to go...
- # [14:00] <sheppy> Still using 100% CPU...
- # [14:00] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [14:00] * Joins: Rik_ (rik@moz-6v5.3nd.202.89.IP)
- # [14:00] * Parts: marco (marco@moz-95juf2.retail.telecomitalia.it) ("")
- # [14:00] <sheppy> Final window closed...
- # [14:01] <sheppy> And now the updater is running.
- # [14:01] <sheppy> And updated Nightly starts up.
- # [14:01] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [14:01] <sheppy> So, about 15 minutes to restart Nightly.
- # [14:01] * Quits: Rik_ (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [14:01] * sheppy goes for the profile stuff.
- # [14:02] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [14:02] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [14:02] <Gijs> Tomcat|Sheriffduty: I don't really understand the failure.
- # [14:02] <Gijs> Tomcat|Sheriffduty: it says there's non-ascii there
- # [14:03] <Gijs> Tomcat|Sheriffduty: but there patently isn't
- # [14:03] <Tomcat|Sheriffduty> yeah
- # [14:03] * Gijs has tried 5 of the perl/grep recipes to find such non-ascii on the relevant file now, and all of them claim it's clean
- # [14:03] * Quits: nrc (nrc@moz-mmh6ku.xtra.co.nz) (Ping timeout: 121 seconds)
- # [14:03] <Gijs> *recipes... from stackoverflow :)
- # [14:03] <Tomcat|Sheriffduty> Gijs: also seems the builds from the merge are past that point of failure
- # [14:03] <Tomcat|Sheriffduty> at least from the time running
- # [14:04] <Gijs> Tomcat|Sheriffduty: and Windows 8 opt has started running tests...
- # [14:04] <Gijs> but XP opt is red
- # [14:04] <Gijs> Tomcat|Sheriffduty: sounds like infra to me?
- # [14:04] <Gijs> Can retrigger the linux x64 opt to see if that fares better a second time around
- # [14:05] <Tomcat|Sheriffduty> oh
- # [14:05] <Tomcat|Sheriffduty> its the "'" in your comment it seems
- # [14:05] <Tomcat|Sheriffduty> in the commit message
- # [14:05] * AutomatedTester|AFK is now known as AutomatedTester
- # [14:06] <Gijs> wat
- # [14:06] <Tomcat|Sheriffduty> 04:40:27 INFO - comments:Bug 1122902 - NVDA screen reader says ‘unknown’ for a control when the More button in the Add-ons Manager is pressed, r=gijs
- # [14:06] <Tomcat|Sheriffduty> 04:40:27 FATAL - UnicodeEncodeError: 'ascii' codec can't encode character u'\u2018' in position 47: ordinal not in range(128)
- # [14:06] * Joins: ZER0 (ZER0@moz-b6gvan.dynamic.upc.nl)
- # [14:06] <Gijs> ah
- # [14:06] <Gijs> well, that's not fixable at this point :|
- # [14:06] <Gijs> like, I can back it out and reland with a different commit message after the merge, but that seems like more trouble than it's worth
- # [14:06] <Gijs> assuming all the builds after the merge work
- # [14:07] <Tomcat|Sheriffduty> yeah
- # [14:07] * Joins: RyanVM (Thunderbird@moz-hu3p96.fios.verizon.net)
- # [14:07] <Tomcat|Sheriffduty> Gijs: fun times
- # [14:07] <Gijs> Tomcat|Sheriffduty: yeah, sounds like a bug in whatever script is assuming commit messages are ascii
- # [14:07] * Gijs looks
- # [14:07] <Tomcat|Sheriffduty> Gijs: yeah i will comment in the failures when this is green in the merge builds
- # [14:07] <Tomcat|Sheriffduty> but yeah sounds like a script bug
- # [14:07] <Tomcat|Sheriffduty> oh hai RyanVM
- # [14:08] * Quits: brsun (chatzilla@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [14:08] <barancev> hi! I'm attemting to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1122727 and I need some help
- # [14:08] <barancev> there is a file https://github.com/SeleniumHQ/selenium/blob/master/cpp/webdriver-firefox/nsIAccessibleDocumentWrapper.h and when I add just a simple #include "nsIDOMWindow.h" instruction I get a compilation error https://gist.github.com/barancev/323cdb93459610292488 (more errors if I add more includes)
- # [14:08] <barancev> compilation env: windows, msvs 2010
- # [14:08] <RyanVM> Tomcat|Sheriffduty: Gijs: bug 1121132?
- # [14:09] <barancev> what did I miss?
- # [14:09] * Joins: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [14:09] <Tomcat|Sheriffduty> RyanVM: yeah i think so
- # [14:09] * Parts: seanlin1 (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [14:10] * Quits: jkitch (Thunderbird@moz-7fledu.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
- # [14:10] * Joins: brsun (chatzilla@moz-aj9ejj.HINET-IP.hinet.net)
- # [14:10] <padenot> barancev: you should use a more recent compiler, 2010 has been obsoleted a week or so ago
- # [14:10] * Joins: timdream (timdream@moz-83dvbm.dynamic.hinet.net)
- # [14:10] <barancev> oh!
- # [14:10] <padenot> barancev: 2013 community edition is free for open-source work
- # [14:11] <barancev> I know
- # [14:11] <padenot> and it has all the features of VS pro, iirc
- # [14:11] <Gijs> RyanVM: yup
- # [14:11] <Tomcat|Sheriffduty> RyanVM: hm do we backout and re-checkin the bug with a non-breaking commit message or do we let this as it is
- # [14:11] <barancev> thanks, will try
- # [14:11] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [14:11] <RyanVM> Tomcat|Sheriffduty: seems like a waste to do that
- # [14:11] <Tomcat|Sheriffduty> i guess backout before its breakes merges or ?
- # [14:11] <RyanVM> just let it ride
- # [14:11] <RyanVM> it won't break merges
- # [14:11] <Tomcat|Sheriffduty> ah
- # [14:11] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
- # [14:12] <Tomcat|Sheriffduty> ah right
- # [14:12] <RyanVM> at least the push in question in the bug I pointed you to didn't :P
- # [14:12] <RyanVM> we don't list *every* commit in the logs
- # [14:12] <barancev> padenot: but... are you sure it is a compiler-related issue or is it just a generic advice to upgrade? :)
- # [14:12] * Quits: ckitching (ckitching@moz-cbggqe.cable.virginm.net) (A TLS packet with unexpected length was received.)
- # [14:12] * Parts: opnchaudhary (Thunderbird@moz-35o.cr3.164.122.IP)
- # [14:12] <RyanVM> barancev: what version are you even building?
- # [14:13] <RyanVM> can't be mozilla-central or mozilla-aurora
- # [14:13] * Joins: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com)
- # [14:13] <barancev> 35
- # [14:13] <RyanVM> ah, release
- # [14:13] <padenot> ah yes
- # [14:13] <padenot> I assumed mozilla-central, heh
- # [14:13] <barancev> yes, release channel
- # [14:13] <RyanVM> padenot: mozilla-central wouldn't even get past configure
- # [14:14] <RyanVM> we require VC2013 Update 3
- # [14:14] <Tomcat|Sheriffduty> yeah ....
- # [14:14] <barancev> and I'm not building gecko itself, I'm building selenium using gecko as a dependency
- # [14:14] * padenot looks at barancev's gist again
- # [14:17] <padenot> barancev: what is the assert?
- # [14:17] * Quits: barancev (kvirc@moz-q4bg9a.static-pppoe.itce.ru) (Connection closed)
- # [14:17] <padenot> ha
- # [14:18] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [14:18] * Quits: timdream (timdream@moz-83dvbm.dynamic.hinet.net) (Client exited)
- # [14:18] * Joins: barancev (kvirc@moz-q4bg9a.static-pppoe.itce.ru)
- # [14:18] <padenot> barancev: what is the assert?
- # [14:19] <barancev> padenot: JS_STATIC_ASSERT(sizeof(JSValueType) == 1);
- # [14:20] <barancev> I suspect I should add some windows-specific includes or defines may be
- # [14:20] <padenot> I'm confused, why adding the header makes the error pop up?
- # [14:21] <RyanVM> Gijs: Tomcat|Sheriffduty: please add a note to the bug with a link to that commit too
- # [14:22] <barancev> padenot: and the type is defined as JS_ENUM_HEADER(JSValueType, uint8_t) {...}
- # [14:22] <padenot> which means the typed enum thing was not respected
- # [14:22] <Gijs> RyanVM: I think Tomcat|Sheriffduty just starred all the red to that bug :)
- # [14:22] * darkowlzz|afk is now known as darkowlzz
- # [14:22] <RyanVM> ah, could be
- # [14:22] <MarcoZ> RyanVM: Thanks! And sorry about the MozillaBuild dupe! Because the error message was so radically different from bug 1023129 that I thought we were dealing with a different bug.
- # [14:22] <RyanVM> i ignore tbplbot emails :P
- # [14:23] <RyanVM> MarcoZ: no problem!
- # [14:23] <RyanVM> I know it's a huge hassle
- # [14:23] <RyanVM> MarcoZ: if you're feeling motivated, http://people.mozilla.org/~rvandermeulen/MozillaBuildSetup2.0.0pre.exe is a test build you can try
- # [14:24] <RyanVM> it's not ready to ship yet (and I'd strongly recommend *not* installing it over an older version), but it's usable enough to try :)
- # [14:24] <MarcoZ> RyanVM: Will give that a look after I finish my current bisecting session. :)
- # [14:24] * Joins: nj (nj@moz-ho1.ovh.187.1.IP)
- # [14:24] * Joins: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it)
- # [14:24] * catlee is now known as catlee-afk
- # [14:25] <MarcoZ> RyanVM: So you recommend to install that in parallel?
- # [14:26] <RyanVM> MarcoZ: yeah
- # [14:26] <MarcoZ> OK thanks!
- # [14:28] * Quits: evanxd (Adium@moz-4rrmu1.dynamic.hinet.net) (Quit: Leaving.)
- # [14:32] * Quits: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de) (Quit: CGI:IRC (Ping timeout))
- # [14:32] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
- # [14:34] * Joins: developers796 (bzlandfill@moz-qbf5ki.softwarezentrum.de)
- # [14:34] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [14:35] * Quits: developers796 (bzlandfill@moz-qbf5ki.softwarezentrum.de) (Quit: CGI:IRC (EOF))
- # [14:35] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Quit: Leaving)
- # [14:35] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [14:39] * Joins: imjalpreet1 (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [14:41] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [14:43] * Quits: rednaks (rednaks@moz-453.u5k.226.41.IP) (Ping timeout: 121 seconds)
- # [14:44] * Quits: Jerry_Mac_ (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [14:44] * Joins: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP)
- # [14:45] * lth|out is now known as lth
- # [14:45] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [14:47] <Tomcat|Sheriffduty> MarcoZ: paraell install works great i use this pre version already only for building now and don't had any related problems
- # [14:49] * Joins: till (till@moz-ac2frk.adsl.alicedsl.de)
- # [14:51] <MarcoZ> Tomcat|Sheriffduty: Thanks! Will try that out either later today or tomorrow. Depending on how much more often this bisecting requires me to clobber and full-build). ;)
- # [14:51] * Joins: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [14:51] * Joins: jaws (uid2871@moz-jbj8q1.uxbridge.irccloud.com)
- # [14:52] * Quits: imjalpreet1 (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [14:52] * lmandel_afk is now known as lmandel
- # [14:53] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [14:54] * Joins: ckitching (ckitching@moz-k19qpl.cam.ac.uk)
- # [14:54] * Joins: seanlin1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [14:54] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [14:54] * Parts: seanlin1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [14:54] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout: 121 seconds)
- # [14:54] * Joins: seanlin1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [14:54] * Parts: seanlin1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [14:55] * Quits: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [14:55] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
- # [14:55] * Joins: jviereck (Adium@moz-k9e4j1.ethz.ch)
- # [14:57] * Quits: givanica (Thunderbird@moz-bmh.rug.121.86.IP) (Client exited)
- # [14:58] <sheppy> ted (or anyone): Reading over https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Reporting_a_Performance_Problem and am not clear on one thing: how do I best go about profiling the shutdown process when I've got a spinning disc of death so can't start the profiler?
- # [14:58] * Joins: victorporof (victorporof@moz-9j8.4ed.71.67.IP)
- # [14:58] <sheppy> Do I start before I hit the "Restart Nightly to Update" button?
- # [14:59] * Joins: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de)
- # [14:59] * yzen is now known as yzen_
- # [15:00] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [15:01] * Joins: gustavold (gustavold@moz-ptttu5.redhat.com)
- # [15:01] <erdalprinz> ted: I've added the option like this: ac_add_options --with-branding=../browser/branding/idesk and did a rebuild with "./mach build browser" ....didn't work for me yet
- # [15:01] * RyanVM is now known as RyanVM|biab
- # [15:01] <@ted> erdalprinz: you might need an absolute path there
- # [15:02] * Quits: nical (nical@moz-7q2le3.lmuk.1rfi.0450.2001.IP) (Client exited)
- # [15:02] <@ted> sheppy: if you click the profiler icon there's a "firefox restart" button there which i think is what you want
- # [15:02] <sheppy> ted: oho!
- # [15:02] <@ted> sheppy: if your firefox is already beachballing you can use "sample process" from activity manager
- # [15:02] <sheppy> ted: Yeah
- # [15:03] * @ted bbiaf
- # [15:03] <sheppy> And of course this time it shuts down fast.
- # [15:03] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [15:04] <erdalprinz> ted: I'll try it with an absolute path for my local build, but for the build on the build server I think it has to be a relative path
- # [15:06] <sheppy> Got an odd error on starup though: http://note.io/1CerJjS
- # [15:07] * Joins: gerv (Instantbird@moz-mrk474.dab.02.net)
- # [15:08] * Quits: nrc (nrc@moz-mmh6ku.xtra.co.nz) (Ping timeout: 121 seconds)
- # [15:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1ca2899dd31b - Robert Longson - Bug 1123194 - make textPath work with a path that is display:none r=heycam
- # [15:09] * Quits: msvb-lab (mschloh@moz-79fs9b.ggde.8eh4.0470.2001.IP) (Ping timeout: 121 seconds)
- # [15:09] * sheppy is now known as Sheppy-reading
- # [15:10] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [15:11] * bobowen is now known as bobowen|afk
- # [15:11] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
- # [15:12] * Joins: bdahl (bdahl@moz-idhk22.dynamic.fusionbroadband.com)
- # [15:13] * Joins: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com)
- # [15:15] * Quits: smontagu (chatzilla@moz-qklqnv.red.bezeqint.net) (Connection closed)
- # [15:15] * Quits: rillian (giles@moz-84unpo.osuosl.org) (Ping timeout: 121 seconds)
- # [15:15] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [15:15] <erdalprinz> ted: tried it with an absolute path, but it didn't work. No custom logo is shown. Which parts of the branding directory do I have to change? only the images?
- # [15:15] * Joins: rillian (giles@moz-84unpo.osuosl.org)
- # [15:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/52662b016249 - Ben Hearsum - bug 1120420: switch in-tree update server/certs to aus4.mozilla.org. r=rstrong
- # [15:16] * Quits: bdahl (bdahl@moz-idhk22.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [15:19] * bobowen|afk is now known as bobowen
- # [15:19] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [15:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8c82b44df9b1 - Ben Hearsum - bug 1120420: switch in-tree update server/certs to aus4.mozilla.org. r=rstrong, a=lmandel
- # [15:20] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Connection closed)
- # [15:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/59702337a220 - Ben Hearsum - bug 1120420: switch in-tree update server/certs to aus4.mozilla.org. r=rstrong, a=lmandel
- # [15:22] * Joins: Mnyromyr (Mnyromyr@moz-euteoo.ejss.mv3s.0908.2a02.IP)
- # [15:22] * Quits: gabor (gabor@moz-rg7qqd.j7lv.v76v.0a40.2a04.IP) (Connection closed)
- # [15:23] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [15:25] * Joins: rvm (Mibbit@moz-r9n.m79.204.49.IP)
- # [15:26] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [15:26] * Quits: nj (nj@moz-ho1.ovh.187.1.IP) (Quit: WeeChat 1.1)
- # [15:26] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [15:27] * Joins: Edgar (Thunderbird@moz-00erak.dynamic.hinet.net)
- # [15:27] * kats|away is now known as kats
- # [15:28] * Joins: spohl (Adium@moz-3p5.olo.156.104.IP)
- # [15:29] * lmandel is now known as lmandel_afk
- # [15:30] * Joins: xeonchen_ (xeon@moz-ru3id3.dynamic.hinet.net)
- # [15:30] * Joins: milan (milan@moz-p9cdkd.ckpj.s0pt.0450.2001.IP)
- # [15:30] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [15:31] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
- # [15:31] * killer sets mode: +o ehsan
- # [15:31] * Quits: xeonchen_ (xeon@moz-ru3id3.dynamic.hinet.net) (Client exited)
- # [15:31] * Quits: ferjm (textual@moz-6tov0c.user.ono.com) (Connection closed)
- # [15:31] * Quits: jesup (chatzilla@moz-15n93u.fios.verizon.net) (Ping timeout: 121 seconds)
- # [15:32] * Joins: janv_ (varga@moz-vse.1v0.143.178.IP)
- # [15:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1f59cd3e8743 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [15:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/44a7018c4e5f - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [15:34] * Joins: ferjm (textual@moz-6tov0c.user.ono.com)
- # [15:34] <nemo> *sigh* so frustrating that I can effortlessly type my compose sequences into chromium, but not into firefox ☹
- # [15:34] <nemo> only firefox nightly mind you
- # [15:35] <nemo> firefox stable is still fine
- # [15:35] * Quits: janv (varga@moz-oht.quu.143.178.IP) (Ping timeout: 121 seconds)
- # [15:35] * Quits: overbythere (textual@moz-8923jv.cable.virginm.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [15:36] * Joins: benfrancis|away (uid16068@moz-u0phi1.charlton.irccloud.com)
- # [15:36] * benfrancis|away is now known as benfrancis
- # [15:36] * vikash is now known as vikash-afk
- # [15:37] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [15:37] * killer sets mode: +o smaug
- # [15:37] <froydnj> ehsan: what, no deluge of patches in my review queue today? are you feeling OK?
- # [15:37] <@ehsan> froydnj: heh, I didn't work last night :)
- # [15:37] * darkowlzz is now known as darkowlzz|afk
- # [15:38] * Quits: kapy (kapy@moz-mhi.9a0.68.182.IP) (Connection closed)
- # [15:38] <Ms2ger> SLacker
- # [15:38] * jmaher|afk is now known as jmaher
- # [15:38] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
- # [15:39] * AutomatedTester is now known as AutomatedTester|AFK
- # [15:40] * nemo hunts for bugs filed against linux IMs/xim/XCompose and Firefox nightlies
- # [15:40] * coop|afk is now known as coop|buildduty
- # [15:41] * darkowlzz|afk is now known as darkowlzz
- # [15:41] * gregglind_away is now known as gregglind
- # [15:41] * Quits: FuzzyFox|afk (fuzzyfox@moz-a71aeb.u42v.sj0n.5300.2607.IP) (Ping timeout: 121 seconds)
- # [15:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a3f67cb28684 - Ehsan Akhgari - Bug 1122796 - Make it possible to override the path to the mt.exe tool through the mozconfig; r=glandium
- # [15:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f2ecf0ef0922 - Ehsan Akhgari - Bug 1122785 - Detect the extension for executables when configuring; r=glandium
- # [15:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6f8c5e3ddadb - Ehsan Akhgari - Bug 1122931 - Don't overwrite the AS variable in toolchain.m4; r=glandium
- # [15:43] * Quits: brsun (chatzilla@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [15:43] * Quits: jsx (uid48919@moz-2hni06.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [15:43] * Quits: twi (Adium@moz-q4tvni.optusnet.com.au) (Quit: Leaving.)
- # [15:44] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
- # [15:44] * Quits: gerv (Instantbird@moz-mrk474.dab.02.net) (Ping timeout: 121 seconds)
- # [15:45] * Joins: FuzzyFox|afk (fuzzyfox@moz-a71aeb.u42v.sj0n.5300.2607.IP)
- # [15:45] * RyanVM|biab is now known as RyanVM
- # [15:46] * Joins: mayhemer (Miranda@moz-i211qr.joqu.pdma.1028.2a00.IP)
- # [15:46] * Joins: kapy (kapy@moz-mhi.9a0.68.182.IP)
- # [15:47] * Joins: tromey (tromey@moz-qvk910.hlrn.qwest.net)
- # [15:47] * Joins: mcmanus (mcmanus@moz-4osfkr.res.rr.com)
- # [15:47] * Joins: timdream (timdream@moz-83dvbm.dynamic.hinet.net)
- # [15:48] * Quits: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de) (Quit: CGI:IRC)
- # [15:49] * Joins: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de)
- # [15:50] * Joins: mconley (mconley@moz-i5m.05u.207.66.IP)
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/61c1a3f2bdab - Kartikaya Gupta - Bug 1119942 - Add some missing logging for which display items end up on which layer. r=BenWa,mattwoodrow
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37a5836d9779 - Kartikaya Gupta - Bug 1119942 - Stop generating scrollinfo layers if event-regions are enabled. r=tnikkel,botond
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9302dbf3d84b - Kartikaya Gupta - Bug 1119942 - Hoist nsDisplayScrollInfoLayer items out of inactive layermanagers into their parent. r=tnikkel,mattwoodrow
- # [15:52] * Quits: erdalprinz (bzlandfill@moz-51k94i.dip0.t-ipconnect.de) (Quit: CGI:IRC)
- # [15:53] * Joins: nj (nj@moz-v4p.4oq.187.1.IP)
- # [15:53] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [15:53] * Joins: spohl1 (Adium@moz-9p4.olo.156.104.IP)
- # [15:54] * Quits: spohl (Adium@moz-3p5.olo.156.104.IP) (Ping timeout: 121 seconds)
- # [15:54] <Tomcat|Sheriffduty> ehsan: bustage
- # [15:54] <@ehsan> looking
- # [15:54] <Tomcat|Sheriffduty> thanks :)
- # [15:54] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [15:56] <@ehsan> sigh
- # [15:56] <@ehsan> backing out
- # [15:57] * Quits: nj (nj@moz-v4p.4oq.187.1.IP) (Quit: WeeChat 1.1)
- # [15:58] * Quits: ckitching (ckitching@moz-k19qpl.cam.ac.uk) (Ping timeout: 121 seconds)
- # [15:58] * Joins: ckitching (ckitching@moz-k19qpl.cam.ac.uk)
- # [15:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c93233e6aeb - Ehsan Akhgari - Revert "Bug 1122785 - Detect the extension for executables when configuring; r=glandium" on a CLOSED TREE
- # [16:00] * Joins: gabor (gabor@moz-v7o2k6.j7lv.v76v.0a40.2a04.IP)
- # [16:01] <Ms2ger> ehsan, forgot a file?
- # [16:01] <@ehsan> Ms2ger: pardon?
- # [16:01] * vikash-afk is now known as vikash
- # [16:01] * davidb is now known as davidb|afk
- # [16:02] * Quits: timdream (timdream@moz-83dvbm.dynamic.hinet.net) (Client exited)
- # [16:02] <Ms2ger> Oh, nvm
- # [16:05] * Joins: timdream (timdream@moz-83dvbm.dynamic.hinet.net)
- # [16:05] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [16:06] * philor|away is now known as philor
- # [16:07] * Joins: rednaks (rednaks@moz-453.u5k.226.41.IP)
- # [16:08] <Tomcat|Sheriffduty> reopen m-i
- # [16:09] * Quits: ckitching (ckitching@moz-k19qpl.cam.ac.uk) (Ping timeout: 121 seconds)
- # [16:09] * Joins: bc (bc@moz-010.ifm.3.76.IP)
- # [16:10] * Quits: Mnyromyr (Mnyromyr@moz-euteoo.ejss.mv3s.0908.2a02.IP) (Quit: ChatZilla 0.9.91 [SeaMonkey 2.31/20141020202138])
- # [16:10] * Joins: emtwo (Adium@moz-i5m.05u.207.66.IP)
- # [16:10] * Joins: Mnyromyr (Mnyromyr@moz-euteoo.ejss.mv3s.0908.2a02.IP)
- # [16:10] * Quits: spohl1 (Adium@moz-9p4.olo.156.104.IP) (Quit: Leaving.)
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a5b642951ad6 - Kartikaya Gupta - Bug 1107009. r=BenWa, a=sledru
- # [16:10] * Joins: spohl (Adium@moz-9p4.olo.156.104.IP)
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/98f7ecee1b7a - Kartikaya Gupta - Bug 1122408 - Fix potential deadlock codepath. r=BenWa, a=sledru
- # [16:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/90d3b9c511db - Phil Ringnalda - Bug 786938 - Disable test_handlerApps.xhtml on OS X. a=test-only
- # [16:11] <Tomcat|Sheriffduty> milan: sorry even retriggered that bustage to be sure :)
- # [16:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/8d886705af93 - Kartikaya Gupta - Bug 1107009. r=BenWa, a=sledru
- # [16:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/e6df6527d52e - Kartikaya Gupta - Bug 1122408 - Fix potential deadlock codepath. r=BenWa, a=sledru
- # [16:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/d1b7588f273b - Phil Ringnalda - Bug 786938 - Disable test_handlerApps.xhtml on OS X. a=test-only
- # [16:12] <milan> Tomcat: no worries, thanks for doing that
- # [16:13] * Quits: nrc (nrc@moz-mmh6ku.xtra.co.nz) (Ping timeout: 121 seconds)
- # [16:14] * Joins: jdm (jdm@moz-ilbt2e.cable.teksavvy.com)
- # [16:14] * Quits: jviereck (Adium@moz-k9e4j1.ethz.ch) (Quit: Leaving.)
- # [16:16] * Quits: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net) (Ping timeout: 121 seconds)
- # [16:17] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
- # [16:18] * Joins: jesup (chatzilla@moz-15n93u.fios.verizon.net)
- # [16:18] * bobowen is now known as bobowen|afk
- # [16:18] * Joins: milan_ (milan@moz-6ultqr.ckpj.s0pt.0450.2001.IP)
- # [16:18] * Quits: milan (milan@moz-p9cdkd.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [16:20] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [16:22] * Joins: Rik_ (rik@moz-6v5.3nd.202.89.IP)
- # [16:22] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [16:22] * zz_miketaylr is now known as miketaylr
- # [16:23] * Joins: CristinaM (Instantbird@moz-662.esi.231.62.IP)
- # [16:23] <jesup> Anyone know what's up with the "SIG38" kickouts in m-c? More JS JIT/optimization stuff? I have "set environment JS_DISABLE_SLOW_SCRIPT_SIGNALS 1" in .gdbinit
- # [16:23] <jesup> opt build, BTW
- # [16:24] * Joins: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com)
- # [16:25] * Quits: Mnyromyr (Mnyromyr@moz-euteoo.ejss.mv3s.0908.2a02.IP) (Ping timeout: 121 seconds)
- # [16:25] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [16:26] * Joins: Mnyromyr (Mnyromyr@moz-euteoo.ejss.mv3s.0908.2a02.IP)
- # [16:27] * bobowen|afk is now known as bobowen
- # [16:27] * raniere_ is now known as raniere
- # [16:27] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
- # [16:28] * Quits: Swatinem (swatinem@moz-mddkaj.static.inode.at) (Ping timeout: 121 seconds)
- # [16:28] * vikash is now known as vikash-afk
- # [16:28] * Joins: flaviu (Instantbird@moz-662.esi.231.62.IP)
- # [16:28] * Quits: secretrobotron (secretrobot@moz-00m16v.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ee87294b3650 - Andreas Pehrson - Bug 1113600 - Part 1. Send stream data right away after adding an output stream. r=roc, a=lmandel
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/52f2149040b2 - Andreas Pehrson - Bug 1113600 - Part 2. Handle setting a MediaStream sync point mid-playback. r=roc, a=lmandel
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d51e8b2b4b2b - Andreas Pehrson - Bug 1113600 - Part 3. Add mochitest for capturing media mid-playback. r=roc, a=lmandel
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/849a57bb974e - Andreas Pehrson - Bug 1113600 - Part 4. Handle switching directly from audio clock to stream clock. r=roc, a=lmandel
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/2f41efcb45d6 - Gian-Carlo Pascutto - Bug 1119852 - Don't forget to update _requestedCapability in Windows camera driver. r=jesup, a=sledru
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/396932c3a4aa - Paul Kerr [:pkerr] - Bug 1108028 - Replace pushURL registered with LoopServer whenever PushServer does a re-assignment. r=dmose, a=sledru
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f41fa91cabc5 - Daniel Holbert - Bug 1110950 - Trigger a reflow (as well as a repaint) for changes to 'object-fit' and 'object-position', so subdocuments can be repositioned/resized. r=roc, a=lmandel
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/31aac3cd543e - Chris Double - Bug 1055904 - Improve MSE eviction calculation. r=jya, a=sledru
- # [16:30] * Joins: garvank (Garvan@moz-at5.u32.119.75.IP)
- # [16:31] * Quits: CristinaM (Instantbird@moz-662.esi.231.62.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
- # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/54a53a093110 - Jan de Mooij - Bug 1115844 - Fix Baseline to emit a nop for JSOP_DEBUGLEAVEBLOCK to temporarily work around a pc lookup bug. r=shu, a=sledru
- # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/73c3918b169f - Andreas Pehrson - Bug 1113600 - Part 1. Send stream data right away after adding an output stream. r=roc, a=sledru
- # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/e30a4672f03f - Andreas Pehrson - Bug 1113600 - Part 2. Handle setting a MediaStream sync point mid-playback. r=roc, a=sledru
- # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/c17e1f237ff0 - Andreas Pehrson - Bug 1113600 - Part 3. Add mochitest for capturing media mid-playback. r=roc, a=sledru
- # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/b269b8f5102c - Andreas Pehrson - Bug 1113600 - Part 4. Handle switching directly from audio clock to stream clock. r=roc, a=sledru
- # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/ee09df3331d0 - Gian-Carlo Pascutto - Bug 1119852 - Don't forget to update _requestedCapability in Windows camera driver. r=jesup, a=sledru
- # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/be5eee20bba5 - Paul Kerr [:pkerr] - Bug 1108028 - Replace pushURL registered with LoopServer whenever PushServer does a re-assignment. r=dmose, a=sledru
- # [16:34] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
- # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/2b2b697613eb - Daniel Holbert - Bug 1110950 - Trigger a reflow (as well as a repaint) for changes to 'object-fit' and 'object-position', so subdocuments can be repositioned/resized. r=roc, a=sledru
- # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/595835cd60a0 - Chris Double - Bug 1055904 - Improve MSE eviction calculation. r=jya, a=sledru
- # [16:34] * Joins: StevenLee (Adium@moz-ku93c7.dynamic.hinet.net)
- # [16:35] * Quits: @Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [16:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/19e54c63c4c2 - Patrick McManus - bug 1102923 - move spdy/h2 tests off fixed port r=hurley r=ted
- # [16:36] * Quits: timdream (timdream@moz-83dvbm.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [16:36] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [16:36] * Quits: milan_ (milan@moz-6ultqr.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [16:37] * Parts: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
- # [16:37] * Joins: timdream (timdream@moz-83dvbm.dynamic.hinet.net)
- # [16:38] * lmandel_afk is now known as lmandel
- # [16:38] * Joins: driia (dria@moz-739mdb.dsl.teksavvy.com)
- # [16:40] * Joins: jviereck (Adium@moz-k9e4j1.ethz.ch)
- # [16:40] * Quits: dria (dria@moz-lbj.rq2.175.184.IP) (Ping timeout: 121 seconds)
- # [16:40] * Quits: jviereck (Adium@moz-k9e4j1.ethz.ch) (Quit: Leaving.)
- # [16:42] * davidb|afk is now known as davidb
- # [16:42] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [16:42] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [16:43] * Joins: givanica (Thunderbird@moz-bmh.rug.121.86.IP)
- # [16:43] * Sheppy-reading is now known as sheppy
- # [16:44] * driia is now known as dria
- # [16:44] * Quits: trevorh (trevor@moz-qj2i3c.bigpond.net.au) (Connection closed)
- # [16:44] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [16:45] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [16:45] * Quits: avaida (andreivaida@moz-662.esi.231.62.IP) (Quit: Leaving.)
- # [16:45] * wlach|afk is now known as wlach
- # [16:47] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [16:48] * Joins: ckitching (ckitching@moz-k19qpl.cam.ac.uk)
- # [16:48] * catlee-afk is now known as catlee
- # [16:50] * Quits: rvm (Mibbit@moz-r9n.m79.204.49.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [16:50] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Connection closed)
- # [16:50] * Quits: givanica (Thunderbird@moz-bmh.rug.121.86.IP) (Client exited)
- # [16:50] * Joins: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [16:50] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
- # [16:52] * Joins: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net)
- # [16:56] * Joins: mchang (mchang@moz-4b7hgp.res.rr.com)
- # [16:56] * Quits: mchang (mchang@moz-4b7hgp.res.rr.com) (Client exited)
- # [16:56] * Joins: mchang (mchang@moz-4b7hgp.res.rr.com)
- # [16:57] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
- # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?changeset=93d2932c5dc6 - 11 changesets
- # [16:57] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [16:58] * Joins: secretrobotron_ (secretrobot@moz-i5m.05u.207.66.IP)
- # [16:59] * Joins: trevorh (trevor@moz-qj2i3c.bigpond.net.au)
- # [16:59] * Joins: bgrins (bgrins@moz-a47d6o.qnor.1u98.0009.2601.IP)
- # [16:59] * Joins: gerv (Instantbird@moz-mrk474.dab.02.net)
- # [17:00] * Quits: flaviu (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [17:01] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [17:01] * Quits: ZER0 (ZER0@moz-b6gvan.dynamic.upc.nl) (Quit: Leaving)
- # [17:01] * Joins: ZER0 (ZER0@moz-b6gvan.dynamic.upc.nl)
- # [17:02] * lightsofapollo|pto is now known as lightsofapollo
- # [17:03] * Quits: fabrice (fabrice@moz-3oj.il6.198.71.IP) (Quit: Leaving.)
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/3e58a43384cd - Martyn Haigh - Bug 1111598 - [Tablet] Make action bar background color consistent with the new tablet tab strip background. r=mcomella, a=sledru
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/91f8d6ca5030 - Tim Taubert - Bug 950399 - SessionStore shouldn't forget domain cookies. r=yoric, a=sledru
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/670d3f856665 - Tim Taubert - Bug 950399 - Tests for domain cookies. r=yoric, a=sledru
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/18ade4ad787e - Jean-Yves Avenard - Bug 1120075 - Use Movie Extend Header's duration as fallback when available. r=kentuckyfriedtakahe, a=sledru
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/b0c42a7f0dc7 - Jean-Yves Avenard - Bug 1119757 - Allow seeking on media with infinite duration. r=cpearce, a=sledru
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/3e5d8c21f3a2 - Jean-Yves Avenard - Bug 1119757 - MSE: handle duration of 0 in metadata as infinity. r=mattwoodrow, a=sledru
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/2a36e0243edd - Jean-Yves Avenard - Bug 1120079 - Do not call Range Removal algorithm after endOfStream. r=cajbir, a=sledru
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/9bb138f23d58 - Jean-Yves Avenard - Bug 1120282 - Do not fire durationchange during call to ReadMetadata. r=mattwoodrow, a=sledru
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/2dbbd7362502 - Dragana Damjanovic - Bug 1108971 - Fix parameter in call GetAddrInfo. r=sworkman, a=sledru
- # [17:05] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/fae52bd681e0 - Sotaro Ikeda - Bug 1110343 - Suppress redundant loadedmetadata event when dormant exit. r=cpearce, a=sledru
- # [17:05] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [17:05] * lth is now known as lth|dinner
- # [17:05] <darkowlzz> hi, I am working on a devtools panel add-on and using https://github.com/victorporof/Restartless-Template to create the panel. Is there any way to import node.js module inside xul file or inside an included js file. I can't use jpm's panel API because it has some permissions issues at the moment.
- # [17:07] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
- # [17:07] * Joins: myk (myk@moz-u3dg2t.sfo1.mozilla.com)
- # [17:08] * Tomcat|Sheriffduty is now known as Tomcat|afk
- # [17:09] * Quits: jviereck (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [17:09] * Quits: @ehsan (ehsan@moz-n3usua.cable.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [17:10] * RyanVM is now known as RyanVM|sheriffduty
- # [17:10] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [17:10] * Quits: gerv (Instantbird@moz-mrk474.dab.02.net) (Connection closed)
- # [17:11] * Quits: jdm (jdm@moz-ilbt2e.cable.teksavvy.com) (Quit: )
- # [17:11] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [17:11] * Joins: jib (Jan-Ivar@moz-hj4.i9a.198.68.IP)
- # [17:12] * Joins: gerv (Instantbird@moz-mrk474.dab.02.net)
- # [17:12] * Quits: gerv (Instantbird@moz-mrk474.dab.02.net) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
- # [17:12] * Parts: mcmanus (mcmanus@moz-4osfkr.res.rr.com)
- # [17:13] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (A TLS packet with unexpected length was received.)
- # [17:13] * Joins: Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com)
- # [17:13] * killer sets mode: +o Cwiiis
- # [17:13] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
- # [17:15] * miketaylr is now known as zz_miketaylr
- # [17:16] * Quits: timdream (timdream@moz-83dvbm.dynamic.hinet.net) (Client exited)
- # [17:16] * zz_miketaylr is now known as miketaylr
- # [17:16] * Quits: ckitching (ckitching@moz-k19qpl.cam.ac.uk) (Ping timeout: 121 seconds)
- # [17:17] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [17:18] * Quits: myk (myk@moz-u3dg2t.sfo1.mozilla.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [17:18] * Joins: myk (myk@moz-u3dg2t.sfo1.mozilla.com)
- # [17:18] * Quits: nrc (nrc@moz-mmh6ku.xtra.co.nz) (Ping timeout: 121 seconds)
- # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/700f4ab5423a - Brian Grinstead - Bug 1030318 - Enable devtools/framework tests with e10s - part 3;r=ejpbruel
- # [17:19] * Joins: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP)
- # [17:19] * Quits: myk (myk@moz-u3dg2t.sfo1.mozilla.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [17:19] * Joins: myk (myk@moz-u3dg2t.sfo1.mozilla.com)
- # [17:22] * lmandel is now known as lmandel_afk
- # [17:27] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [17:28] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?changeset=1b311ea59722 - 11 changesets
- # [17:28] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
- # [17:28] * killer sets mode: +o bsmedberg
- # [17:29] * vikash-afk is now known as vikash
- # [17:29] * darkowlzz is now known as darkowlzz|afk
- # [17:30] * Quits: ddahl (ddahl@moz-6vg.oag.199.138.IP) (Ping timeout: 121 seconds)
- # [17:30] * Quits: StevenLee (Adium@moz-ku93c7.dynamic.hinet.net) (Quit: Leaving.)
- # [17:31] * Joins: jviereck (Adium@moz-k9e4j1.ethz.ch)
- # [17:32] * Joins: jviereck1 (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [17:32] * Quits: jviereck (Adium@moz-k9e4j1.ethz.ch) (Connection closed)
- # [17:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6f6632cabb36 - Mason Chang - Bug 1095242. Part 1: Ensure Vsync Is Enabled on b2g. r=mwu
- # [17:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1435616b69c1 - Mason Chang - Bug 1095242. Part 2: Disable vsync on startup. r=kats
- # [17:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/25deed6f1d60 - Mason Chang - Bug 1095242. Part 3 - Make enable/disable vsync noops if already enabled/disabled. r=kats
- # [17:32] * Joins: jsx (uid48919@moz-2hni06.charlton.irccloud.com)
- # [17:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cfbc31d1d04f - Mason Chang - Bug 1095242. Part 4: Unobserve vsync in CompositorVsyncDispatcher. r=kats
- # [17:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7baad81da308 - Mason Chang - Bug 1095242. Part 5: Unobserve vsync in RefreshTimerVsyncDispatcher. r=kats
- # [17:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dc1f2c243ac3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [17:33] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [17:34] * Quits: rednaks (rednaks@moz-453.u5k.226.41.IP) (Ping timeout: 121 seconds)
- # [17:34] * Joins: ehsan (ehsan@moz-qfkddt.ckpj.s0pt.0450.2001.IP)
- # [17:34] * killer sets mode: +o ehsan
- # [17:35] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [17:35] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [17:35] <jgraham>
- # [17:36] * Joins: MisterSp_ (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [17:36] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [17:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/491f9b6be0ee - Jan de Mooij - Bug 1120677 - Fix GetPcScript to ignore BaselineFrames with an override pc. r=shu
- # [17:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b768bbcfa546 - Jan de Mooij - Bug 1123607 - ARM simulator should crash when it hits a breakpoint. r=h4writer
- # [17:39] * Quits: trevorh (trevor@moz-qj2i3c.bigpond.net.au) (Connection closed)
- # [17:40] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (A TLS packet with unexpected length was received.)
- # [17:40] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/pushloghtml?changeset=c5dfa7d081f4 - 12 changesets
- # [17:41] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
- # [17:43] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [17:43] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [17:44] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [17:45] * davidb is now known as davidb|afk
- # [17:46] * Joins: ddahl (ddahl@moz-40a6g5.il.comcast.net)
- # [17:46] * Joins: trevorh (trevor@moz-qj2i3c.bigpond.net.au)
- # [17:46] * lth|dinner is now known as lth
- # [17:46] * Joins: fabrice (fabrice@moz-f7t5a8.ujol.1ibb.0101.2620.IP)
- # [17:47] * Joins: hunboy_ (hunboy@moz-556.8i4.52.92.IP)
- # [17:47] * Quits: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [17:48] * philor is now known as philor|away
- # [17:48] * Quits: gabor (gabor@moz-v7o2k6.j7lv.v76v.0a40.2a04.IP) (Connection closed)
- # [17:48] * Quits: hunboy (hunboy@moz-m2d.0ek.52.92.IP) (Ping timeout: 121 seconds)
- # [17:48] * hunboy_ is now known as hunboy
- # [17:49] * Quits: stransky (stransky@moz-16g.ma8.175.213.IP) (Quit: Connection reset by beer)
- # [17:51] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [17:52] <RyanVM|sheriffduty> ehsan: yay, hitting nonunified bustage on an uplift :\
- # [17:52] <RyanVM|sheriffduty> (easy fix at least, but still, yay)
- # [17:52] * Quits: jviereck1 (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Ping timeout: 121 seconds)
- # [17:53] <@ehsan> RyanVM|sheriffduty: sigh
- # [17:55] * Joins: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com)
- # [17:55] * darkowlzz|afk is now known as darkowlzz
- # [17:56] <dietrich> is there a way to find out where exactly my nightly update comes from? eg, which cdn/mirror/whatever
- # [17:57] * Joins: secretrobotron (secretrobot@moz-fo69hd.ckpj.s0pt.0450.2001.IP)
- # [17:57] * Quits: secretrobotron_ (secretrobot@moz-i5m.05u.207.66.IP) (Connection closed)
- # [17:57] <@ehsan> dietrich: there is a logging pref
- # [17:57] * pbrosset is now known as pbrosset|afk
- # [17:58] <@ehsan> dietrich: app.update.log
- # [17:58] <@ehsan> dietrich: that gives you the URL of the mar we download
- # [17:59] * Joins: ProgramFOX (ProgramFOX@moz-s4b.8hk.176.91.IP)
- # [18:00] <dietrich> ehsan: thanks!
- # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/def96daddf8c - Ryan VanderMeulen - Bug 1055904 - Fix non-unified bustage in TrackBuffer.cpp. a=bustage
- # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d453cb1ae664 - Patrick McManus - Bug 1121706 - Don't offer h2 in alpn if w/out mandatory suite. r=hurley, a=sledru
- # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ba151cf00e17 - Barbara Guida - Bug 1122586 - Unbreak build on platforms missing std::llabs since bug 1073716. r=dholbert, a=sledru
- # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/26e3eea17055 - Jean-Yves Avenard - Bug 1121876 - Treat negative WMF's output sample timestamp as zero. r=cpearce, a=sledru
- # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/da05f625a519 - Jean-Yves Avenard - Bug 1121876 - Configure WMF decoder to output PCM 16. r=cpearce, a=sledru
- # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/140515481763 - Robert Longson - Bug 1119698 - Ensure image elements take pointer-events into account. r=jwatt, a=sledru
- # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e9db42b98c37 - Chris Pearce - Bug 1123498 - Make MP4Reader skip-to-next-keyframe less aggressively. r=mattwoodrow, a=sledru
- # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b5727b11abfb - Jean-Yves Avenard - Bug 1123507 - Prevent out of bound memory access. r=edwin, a=sledru
- # [18:02] * Joins: jviereck (Adium@moz-k9e4j1.ethz.ch)
- # [18:03] * Joins: ckitching (ckitching@moz-k19qpl.cam.ac.uk)
- # [18:03] * kats is now known as kats-lunch
- # [18:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/c703f90c5b80 - Ryan VanderMeulen - Bug 1055904 - Fix non-unified bustage in TrackBuffer.cpp. a=bustage
- # [18:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/131919c0babd - Patrick McManus - Bug 1121706 - Don't offer h2 in alpn if w/out mandatory suite. r=hurley, a=sledru
- # [18:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/506cfb41b8f3 - Barbara Guida - Bug 1122586 - Unbreak build on platforms missing std::llabs since bug 1073716. r=dholbert, a=sledru
- # [18:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/e017341d2486 - Jean-Yves Avenard - Bug 1121876 - Treat negative WMF's output sample timestamp as zero. r=cpearce, a=sledru
- # [18:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/cd88be2b57ac - Jean-Yves Avenard - Bug 1121876 - Configure WMF decoder to output PCM 16. r=cpearce, a=sledru
- # [18:04] * Joins: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com)
- # [18:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/94e7cb795a05 - Robert Longson - Bug 1119698 - Ensure image elements take pointer-events into account. r=jwatt, a=sledru
- # [18:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/cee6bfbbecd7 - Chris Pearce - Bug 1123498 - Make MP4Reader skip-to-next-keyframe less aggressively. r=mattwoodrow, a=sledru
- # [18:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/8691f7169392 - Jean-Yves Avenard - Bug 1123507 - Prevent out of bound memory access. r=edwin, a=sledru
- # [18:04] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/ea7deca21c27 - Geoff Brown - Bug 1105388 - Avoid robocop shutdown crashes with longer wait. r=mfinkle, a=test-only
- # [18:04] * Joins: janv (varga@moz-vse.1v0.143.178.IP)
- # [18:04] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
- # [18:04] * killer sets mode: +ao dbaron dbaron
- # [18:04] * ahal is now known as ahal|lunch
- # [18:06] * Quits: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP) (Quit: )
- # [18:06] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [18:06] * Quits: trevorh (trevor@moz-qj2i3c.bigpond.net.au) (Ping timeout: 121 seconds)
- # [18:06] * jimm is now known as jimm-lunch
- # [18:07] * Quits: janv_ (varga@moz-vse.1v0.143.178.IP) (Ping timeout: 121 seconds)
- # [18:08] * Quits: squeakytoy (squeakytoy@moz-i4mle1.netset.se) (Quit: Leaving)
- # [18:08] * nsm|away is now known as nsm
- # [18:09] * Joins: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP)
- # [18:11] * Joins: loveless (loveless@moz-or3.t7p.56.172.IP)
- # [18:11] * Quits: MisterSp_ (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [18:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/670356c7f03a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [18:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ed904893cf5b - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [18:13] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [18:15] * whimboo is now known as whimboo|afk
- # [18:15] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
- # [18:15] * Joins: Swatinem1 (swatinem@moz-ijsnuu.dynamic.surfer.at)
- # [18:15] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [18:15] * Joins: erahm (erahm@moz-jjj0qb.or.comcast.net)
- # [18:15] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [18:16] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [18:17] * Joins: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it)
- # [18:17] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [18:19] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [18:22] * Joins: mt_ (mt@moz-f1lquv.mh2d.1ibb.0101.2620.IP)
- # [18:22] * Quits: nrc (nrc@moz-mmh6ku.xtra.co.nz) (Ping timeout: 121 seconds)
- # [18:22] * Quits: jviereck (Adium@moz-k9e4j1.ethz.ch) (Quit: Leaving.)
- # [18:26] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [18:27] * Quits: Edgar (Thunderbird@moz-00erak.dynamic.hinet.net) (Client exited)
- # [18:27] * Joins: kgrandon (Adium@moz-toimir.rgd2.9kg1.0101.2620.IP)
- # [18:28] * bc is now known as bc|lunch
- # [18:28] * Joins: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP)
- # [18:29] * Quits: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [18:29] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [18:29] * Quits: ckitching (ckitching@moz-k19qpl.cam.ac.uk) (A TLS packet with unexpected length was received.)
- # [18:30] * Joins: jviereck (Adium@moz-k9e4j1.ethz.ch)
- # [18:31] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [18:31] * Joins: jviereck1 (Adium@moz-auph1e.b6vj.g469.067c.2001.IP)
- # [18:31] * Quits: jviereck (Adium@moz-k9e4j1.ethz.ch) (Connection closed)
- # [18:31] * Quits: Swatinem1 (swatinem@moz-ijsnuu.dynamic.surfer.at) (Ping timeout: 121 seconds)
- # [18:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dd464d4576cc - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [18:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e5e9a30a81c8 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [18:32] * terrence-afk is now known as terrence
- # [18:32] * Joins: bz_sleep (bzbarsky@moz-m10oko.fios.verizon.net)
- # [18:32] * Joins: rbarnes (rbarnes@moz-p9c5gs.cisco.com)
- # [18:32] * Joins: ehugg (ehugg@moz-5o7.043.243.216.IP)
- # [18:33] * Quits: stormi (samuel@moz-t5b.q89.218.46.IP) (Quit: Konversation terminated!)
- # [18:33] * Joins: jduell (jduell@moz-c1m.mpt.251.50.IP)
- # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/54386fba64a7 - Anthony Jones - Bug 1116056 - Change MOZ_ASSERT() to NS_WARNING() in Box::Read(). r=jya, a=sledru
- # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/1f392909ff1f - Jean-Yves Avenard - Bug 1116056 - Ensure all atoms read are valid. r=mattwoodrow, a=sledru
- # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/598cd9c2e480 - Xidorn Quan - Bug 1121350 - Fix extra space on right from whitespace. r=roc, a=sledru
- # [18:33] * Quits: MarcoZ (marco.zehe@moz-74kv4p.dip0.t-ipconnect.de) (Quit: I solemnly swear that I am up to no good.)
- # [18:33] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [18:34] * Joins: rmcdougall (Adium@moz-ip9.96d.170.166.IP)
- # [18:34] * Quits: Rik_ (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [18:34] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [18:35] * Quits: kapy (kapy@moz-mhi.9a0.68.182.IP) (Quit: )
- # [18:37] * Quits: rbarnes (rbarnes@moz-p9c5gs.cisco.com) (A TLS packet with unexpected length was received.)
- # [18:37] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [18:37] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [18:37] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [18:37] * Joins: bajaj (bajaj_afk@moz-8alfiq.mh2d.1ibb.0101.2620.IP)
- # [18:38] * Joins: givanica (Thunderbird@moz-bmh.rug.121.86.IP)
- # [18:38] * Quits: rmcdougall (Adium@moz-ip9.96d.170.166.IP) (Ping timeout: 121 seconds)
- # [18:38] * vikash is now known as vikash-afk
- # [18:39] * Joins: rstrong (rstrong@moz-iakdbp.dynamic.fusionbroadband.com)
- # [18:39] * Quits: tzimmermann (tzimmermann@moz-f0m8tc.pools.vodafone-ip.de) (Quit: Ex-Chat)
- # [18:40] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [18:40] * Quits: ferjm (textual@moz-6tov0c.user.ono.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [18:40] * Joins: nrc (nrc@moz-mmh6ku.xtra.co.nz)
- # [18:40] * Quits: gcp (gcp@moz-k8o1nq.beqe.9i1r.1812.2a02.IP) (Ping timeout: 121 seconds)
- # [18:41] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [18:41] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/13ee27a57a9b - Geoff Brown - Bug 1105388 - Avoid robocop shutdown crashes with longer wait. r=mfinkle, a=test-only
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0cbf191913ec - Anthony Jones - Bug 1116056 - Change MOZ_ASSERT() to NS_WARNING() in Box::Read(). r=jya, a=sledru
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/00a3cf2000a7 - Jean-Yves Avenard - Bug 1116056 - Ensure all atoms read are valid. r=mattwoodrow, a=sledru
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/879df92f4003 - Steve Singer - Bug 1120125 - Fix compile error on big endian platforms. r=keeler, a=lmandel
- # [18:41] * Joins: tomer (tomer@moz-to490c.012.net.il)
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/305d94d1ba09 - Hannes Verschore - Bug 1119220 - TraceLogger: Report start of ionmonkey code, before doing argument checks. r=bbouvier, a=lmandel
- # [18:41] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/871746328014 - Hannes Verschore - Bug 1118686 - TraceLogger: Cap the maximum number of entries in the graph tree. r=bbouvier, a=lmandel
- # [18:42] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
- # [18:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/428415b79822 - Victor Porof - Bug 1123705 - The _getStringHash method used in createFlameGraphDataFromSamples can sometimes return Infinity, r=jsantell
- # [18:44] * Quits: kgrandon (Adium@moz-toimir.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [18:45] * Joins: mwobensmith (mwobensmith@moz-5ecoar.2rkg.9kg1.0101.2620.IP)
- # [18:46] * Quits: jduell (jduell@moz-c1m.mpt.251.50.IP) (A TLS packet with unexpected length was received.)
- # [18:46] * Quits: bajaj (bajaj_afk@moz-8alfiq.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [18:47] * baku is now known as baku|away
- # [18:48] * Joins: gabor (gabor@moz-5kd07b.dip0.t-ipconnect.de)
- # [18:50] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [18:52] * Joins: bajaj (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com)
- # [18:52] * Joins: Swatinem1 (swatinem@moz-ijsnuu.dynamic.surfer.at)
- # [18:52] * jimm-lunch is now known as jimm
- # [18:53] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Connection closed)
- # [18:53] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
- # [18:53] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [18:54] * Joins: imjalpreet1 (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [18:54] * Joins: gcp (gcp@moz-k8o1nq.beqe.9i1r.1812.2a02.IP)
- # [18:54] * ahal|lunch is now known as ahal
- # [18:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/076426ec9ed6 - Victor Carlquist - Bug 1112537 - Showing overflow message instead of OOM message; r=nbp
- # [18:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fe340da3fb4c - Victor Carlquist - Bug 1112537 - Optimize String#split('foo').join('bar') pattern; r=nbp
- # [18:56] * Quits: gcp (gcp@moz-k8o1nq.beqe.9i1r.1812.2a02.IP) (A TLS packet with unexpected length was received.)
- # [18:56] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [18:56] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [18:56] * flod is now known as flod|afk
- # [18:58] * Joins: rbarnes (rbarnes@moz-1pl2f3.cisco.com)
- # [18:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7937c3fe4571 - Gijs Kruitbosch - Bug 1120421 - Checkbox value should match checkbox text. r=mconley, a=lmandel
- # [18:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3b72ab063119 - James Long - Bug 1111771 - Move all unnamed eval sources to bottom of the source listing in the debugger. r=victorporof, a=lmandel
- # [18:58] * Quits: mahdi (mahdi@moz-hap.r9f.244.151.IP) (Connection closed)
- # [18:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a977d85d7c55 - Gijs Kruitbosch - Bug 1113299 - Hide tab mirroring feature if unavailable. r=jaws, a=lmandel
- # [18:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/70b496db3ef0 - Andrea Marchesini - Bug 1121406 - Enable WebSocket-in-Workers by default in release builds. r=smaug, a=lmandel
- # [18:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/413456263ee2 - Hannes Verschore - Bug 1118180 - Tracelogger: Remove static initializations. r=bbouvier, a=lmandel
- # [18:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/41b26cb119e2 - Botond Ballo - Bug 1120400 - Adjust the code for aligning fixed and sticky layers to account for the transform changes in bug 1076241. r=kats, a=lmandel
- # [18:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c74b831b8c04 - Aaron Klotz - Bug 1117398 - Ensure NPP entry points are handled properly with async plugin init on linux. r=jimm, a=lmandel
- # [18:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/40098cb22f06 - Kartikaya Gupta - Bug 1121268 - Back out bug 1120244 for making it impossible to scroll to the bottom of some pages. a=lmandel
- # [18:58] * davidb|afk is now known as davidb
- # [18:58] * Quits: ehugg (ehugg@moz-5o7.043.243.216.IP) (Client exited)
- # [18:58] * Quits: Dexter (Dexter@moz-r387p2.vd25.v76v.0a40.2a04.IP) (Quit: Leaving)
- # [18:58] * Joins: mahdi (mahdi@moz-hap.r9f.244.151.IP)
- # [18:59] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [18:59] * Joins: botond_ (quassel@moz-dq68fe.cpe.pppoe.ca)
- # [19:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/373b1a2edd6a - timeless@mozdev.org - Bug 620411: Remove nsUserInfo::GetDomain()'s useless null check on an array in nsUserInfoUnix.cpp. r=bsmedberg
- # [19:02] * BenWa|email is now known as BenWa
- # [19:02] * baku|away is now known as baku
- # [19:02] * chmanchester is now known as chmanchester|afk
- # [19:03] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [19:03] * Joins: jduell (jduell@moz-c1m.mpt.251.50.IP)
- # [19:03] * Quits: bnicholson (bnicholson@moz-olu.vgl.130.24.IP) (Quit: This computer has gone to sleep)
- # [19:04] * Quits: jib (Jan-Ivar@moz-hj4.i9a.198.68.IP) (Client exited)
- # [19:04] * Joins: florent (Thunderbird@moz-sinhj1.abo.wanadoo.fr)
- # [19:04] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
- # [19:04] * Joins: dveditz (dveditz@moz-dgbov2.ca.comcast.net)
- # [19:04] * killer sets mode: +o dveditz
- # [19:05] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [19:05] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [19:05] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [19:05] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [19:05] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [19:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/973ede87dcdd - Abhishek Bhattacharya - Bug 1092547 - IonMonkey: Implement MathFunction(Log) recover instruction. r=nbp
- # [19:07] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [19:08] * Joins: bent (chatzilla@moz-7qu3ki.2rkg.9kg1.0101.2620.IP)
- # [19:09] * Quits: rbarnes (rbarnes@moz-1pl2f3.cisco.com) (A TLS packet with unexpected length was received.)
- # [19:09] * Quits: janv (varga@moz-vse.1v0.143.178.IP) (Quit: This computer has gone to sleep)
- # [19:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c64b0256416e - Jan de Mooij - Bug 1121083 - Always set frame override pc in AutoDebuggerHandlingException. r=shu, a=lmandel
- # [19:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/dab26db33add - Ben Turner - Bug 1121129 - Guard against multiple threads dispatching to a worker thread at the same time. r=khuey, a=lmandel
- # [19:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/81d32b878272 - Hannes Verschore - Bug 1118235 - Disable AVX for now due to performance regressions. r=jandem, a=lmandel
- # [19:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6c054dbd2711 - Florian Quèze - Bug 1120389 - 'search.xml, line 500: TypeError: aEvent is undefined' when using the 'Paste & Search' context menu item. r=felipe, a=lmandel
- # [19:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1b5f44480b65 - Florian Quèze - Bug 1121550 - One-off button list header half visible when there's no one-off engine to display in the search panel. r=felipe, a=lmandel
- # [19:11] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0281145a7ef5 - Masayuki Nakano - Bug 1121878 - Map Copy, Cut, ChannelDown, ChannelUp and MediaFastForward to proper WM_APPCOMMAND message. r=smaug, r=jimm, a=lmandel
- # [19:13] * Joins: rbarnes (rbarnes@moz-1pl2f3.cisco.com)
- # [19:13] * flod|afk is now known as flod
- # [19:13] * Quits: mahdi (mahdi@moz-hap.r9f.244.151.IP) (Connection closed)
- # [19:13] * bobowen is now known as bobowen|afk
- # [19:13] * Joins: jet (uid49872@moz-2b8mdp.charlton.irccloud.com)
- # [19:14] * Joins: mahdi (mahdi@moz-5bm.d7n.245.172.IP)
- # [19:14] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [19:14] * Quits: rbarnes (rbarnes@moz-1pl2f3.cisco.com) (A TLS packet with unexpected length was received.)
- # [19:15] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [19:15] * Joins: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it)
- # [19:15] * Joins: bnicholson (bnicholson@moz-keslnq.ujol.1ibb.0101.2620.IP)
- # [19:15] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Ping timeout: 121 seconds)
- # [19:16] * baku is now known as baku|away
- # [19:16] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [19:16] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [19:17] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [19:17] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
- # [19:17] <froydnj> argh, nightly, stop turning e10s on until you fix the bugs
- # [19:18] * kats-lunch is now known as kats
- # [19:18] * chmanchester|afk is now known as chmanchester
- # [19:19] * Joins: bmidgley (bmidgley@moz-cped3s.ut.comcast.net)
- # [19:19] * Joins: ehugg (ehugg@moz-l0s.tdq.170.166.IP)
- # [19:19] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
- # [19:20] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Connection closed)
- # [19:20] <bmidgley> there must be a secret formula for firefoxos to use cookies across origins… wish I could find it
- # [19:20] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [19:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ba0a19bda7d5 - Mats Palmgren - Bug 1116714 part 1 - Store the document where we added anonomous content so we can call removeAnonymousContent() on it later without throwing. r=pbrosset
- # [19:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1bc3300cb6d1 - Mats Palmgren - Bug 1116714 part 2 - Don't create a frame for the custom content container when it has no children. r=roc
- # [19:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/700835de77fe - Mats Palmgren - Bug 1116714 part 3 - Use GetParentOrPlaceholderFor (not GetParent) so that reframing anonymous content frames works also for fixed pos frames. r=roc
- # [19:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/538af3cc79b2 - Mats Palmgren - Bug 1091709 - Make Transform() do calculations using gfxFloat (double) to avoid losing precision. r=matt.woodrow
- # [19:24] * Joins: rbarnes (rbarnes@moz-svj9u8.cisco.com)
- # [19:24] * bc|lunch is now known as bc
- # [19:26] <felipe> froydnj: any specific one in particular that's getting in your way?
- # [19:26] <vladan> dmajor: wrt bug 1120126, was profiling of Windows 64-bit builds broken for a long time or was it a recent regression?
- # [19:26] * Fallen|away is now known as Fallen
- # [19:27] <BenWa> vladan: dmajor: memshrink landed a fix that should make unwinding not crash/deadlock anymore so I believe it kinds work there
- # [19:27] <froydnj> felipe: pages infinitely loading on session restore until you switch tabs, and bookmarking not working
- # [19:27] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [19:27] * Joins: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net)
- # [19:27] * Quits: jviereck1 (Adium@moz-auph1e.b6vj.g469.067c.2001.IP) (Quit: Leaving.)
- # [19:27] * Joins: milan_ (milan@moz-i5m.05u.207.66.IP)
- # [19:27] * Quits: KuoE0 (KuoE0@moz-vfhoc3.dynamic.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [19:28] * Joins: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com)
- # [19:28] * Quits: rbarnes (rbarnes@moz-svj9u8.cisco.com) (Ping timeout: 121 seconds)
- # [19:28] <vladan> BenWa: yeah that's bug 1120126
- # [19:28] <vladan> BenWa: i was asking if it was broken forever before that fix
- # [19:28] <BenWa> ahh ok, you already know, nvm then
- # [19:28] <BenWa> my information is redundant then
- # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/35b50154de3b - Jeff Beatty - Bug 1122082 - Add az, my, and uz locales to mobile/android/locales/all-locales. r=Pike, a=lmandel
- # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9bf3d65a506a - Kartikaya Gupta - Bug 1121430 - Back out 4 csets from bug 1112212 for breaking backspace on Android. a=lmandel
- # [19:30] * Quits: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com) (Connection closed)
- # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1112988e90ac - Andreas Pehrson - Bug 879717 - Part 1: Delay entering HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=roc, a=lmandel
- # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/05abbe4ec215 - Andreas Pehrson - Bug 879717 - Part 2: Test that drawing a video element to canvas never throws. r=roc, a=lmandel
- # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c98d9fcee934 - Andreas Pehrson - Bug 879717 - Part 3: Test video dimensions set on loadedmetadata event. r=roc, a=lmandel
- # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/cbfab5a8210d - Andreas Pehrson - Bug 879717 - Part 4: Clean up test_peerConnection_capturedVideo.html's waiting for loadedmetadata. r=jesup, a=lmandel
- # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a783f8cccdd6 - Seth Fowler - Bug 1121297 - Part 1: Move VolatileBuffer into libxul. r=glandium, a=lmandel
- # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8bffa3a6b4e1 - Seth Fowler - Bug 1121297 - Part 2: Make VolatileBuffer threadsafe. r=glandium, a=lmandel
- # [19:30] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/939fc9a9173a - Gijs Kruitbosch - Bug 1120236 - Fix autocomplete in case search bar doesn't exist. r=florian, a=lmandel
- # [19:30] <@ehsan> vlad: ping
- # [19:30] * Joins: bdahl (bdahl@moz-vren92.2rkg.9kg1.0101.2620.IP)
- # [19:31] * Quits: milan_ (milan@moz-i5m.05u.207.66.IP) (Connection closed)
- # [19:31] <vlad> ehsan: pong
- # [19:32] <@ehsan> vlad: what do we need to build on Windows these days besides Visual Studio?
- # [19:32] <@ehsan> vlad: in terms of various gfx sdks etc
- # [19:32] <vlad> if a recent enough VS, nothing else
- # [19:32] <@ehsan> vlad: how do you define recent enough?
- # [19:32] <@ehsan> 2013 Update 4?
- # [19:32] <@ehsan> Express?
- # [19:33] <vlad> I updated https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Windows_Prerequisites a little while ago
- # [19:33] <vlad> 2013 Update 4 is plenty fine
- # [19:33] <vlad> even Express should be fine
- # [19:33] <vladan> felipe: e10s is also reeeeally sluggish on my win7 laptop when i have abp enabled :(
- # [19:33] <vlad> the only time you need that DX SDK is so that it can copy d3dcompiler_43.dll
- # [19:33] <@ted> 2013 update 3 is what we currently require
- # [19:33] <@ted> (in configure)
- # [19:34] <@ted> and yeah, express builds fine out of the box
- # [19:34] <@ted> i installed 2013 express + mozillabuild and built PGO with no issues
- # [19:34] <@ehsan> vlad: as in literally just cp the file out?
- # [19:34] <vlad> ayup
- # [19:34] <vlad> I think we unpack it from a cab
- # [19:34] <@ehsan> vlad: I'm trying to build a VS installation that works under wine, fwiw
- # [19:34] <vlad> I kind of want to make the d3dcompiler_43.dll bit just something like an "extra dist file"
- # [19:35] <vlad> so that it doesn't look for the June DX SDK explicitly, we just say "hey here's where d3dcompiler_43.dll lives"
- # [19:35] <@ehsan> vlad: the only issue with that file is that it's not redistributable, right?
- # [19:35] <vlad> or better yet, "here's a list of files to copy to the dist directory", specified via configure
- # [19:35] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
- # [19:35] * Joins: erahm_ (erahm@moz-jjj0qb.or.comcast.net)
- # [19:35] <vlad> technically not in a way that we could check in and let people pull it
- # [19:35] <vlad> but also technically I very strongly doubt MS would care if we did
- # [19:35] * khuey|away is now known as khuey
- # [19:35] <@ehsan> ok I see
- # [19:36] <@ehsan> vlad: as long as it's just copying a file out, I don't need to care :)
- # [19:36] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [19:36] * Joins: lgarner (lgarner@moz-ncr.att.59.50.IP)
- # [19:36] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [19:36] * jlund is now known as jlund|mtg
- # [19:36] <@ehsan> vlad: btw any idea if there is a way to download a 700MB VS Express?
- # [19:36] <@ehsan> ted: ^
- # [19:36] <@ehsan> as opposed to a 6.5GB version? :)
- # [19:36] <vlad> hmm
- # [19:37] <vlad> can you somehow get the web installer and then see what pieces it downloads?
- # [19:37] <@ted> i'm pretty sure i didn't download 6.5GB
- # [19:37] <@ted> that would have taken me days
- # [19:37] * Gijs is now known as Gijs_away
- # [19:37] <@ted> probably used the web installer
- # [19:37] <@ehsan> vlad: I'm using Chromium's VS installation scripts
- # [19:37] <@ehsan> they downlaod the ISO and extract it out
- # [19:38] * Quits: erahm (erahm@moz-jjj0qb.or.comcast.net) (Ping timeout: 121 seconds)
- # [19:38] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [19:38] <@ehsan> their existing code points to a 700MB which is VC++ 2013 not update 4
- # [19:38] <@ted> heh
- # [19:38] * Quits: IanN (chatzilla@moz-li6.abs.4.80.IP) (Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20150108202552])
- # [19:38] <@ted> i don't think the update4 installer is that big
- # [19:38] <@ehsan> and when I searched for update 4, all I could find is the 6.5GB version
- # [19:38] <bent> dmajor, ping
- # [19:38] <@ehsan> I think it's all of Visual Studio
- # [19:38] <@ehsan> not just VC++
- # [19:38] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [19:38] <@ted> yeah
- # [19:38] <vlad> yeah, likely
- # [19:39] <@ehsan> gps: btw does our mach bootstrap machinery know how to install Visual C++?
- # [19:39] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [19:39] <@ehsan> vlad: ted: ok, thanks, I can just wait :)
- # [19:39] <@ted> ehsan: no
- # [19:39] <@ehsan> ted: that's a shame
- # [19:39] <@ted> we've talked about doing that but haven't ever gone down that road
- # [19:39] <@ehsan> ted: why?
- # [19:39] * Joins: mcomella (mcomella@moz-ps8n7n.2rkg.9kg1.0101.2620.IP)
- # [19:40] * Joins: azakai (alon@moz-htqs9b.ujol.1ibb.0101.2620.IP)
- # [19:40] <gps> ehsan: no
- # [19:40] <@ted> probably because it usually gets scoped much wider
- # [19:40] <@ted> and then it's intimidating
- # [19:40] <@ehsan> gps: we should use chromium's script for that
- # [19:41] <@ted> if you made "mach bootstrap" just be able to install VC++ that'd probably be straightforward and useful
- # [19:41] <gps> bootstrap doesn't even work on windows yet
- # [19:41] <@ehsan> ted: that's what I am suggesting
- # [19:41] <gps> goal is to use chocolatey or some other package manager
- # [19:41] <@ehsan> gps: oh, heh
- # [19:41] <@ted> (there is a little chicken and egg here in that the mozillabuild scripts won't start unless you have vc++, unless you use start-l10n.bat)
- # [19:41] <@ehsan> chocolatey?
- # [19:41] <@ted> i looked at chocolatey
- # [19:41] <@ted> it's...weird
- # [19:41] <RyanVM|sheriffduty> ted: something I intend to refactor...fwiw
- # [19:41] <gps> windows bootstrap == download vbs script, install python, fetch .py bootstrap script, run that, invoke chocolately, etc
- # [19:41] <@ehsan> heh, I guess I'm showing my age here!
- # [19:42] <gps> well, i think microsoft is adopting chocolately as semi-standard
- # [19:42] <@ted> ehsan: it was new to me too
- # [19:42] <Ms2ger> Sounds more like rube goldberg than bootstrap
- # [19:42] <gps> as part of windows 10
- # [19:42] <@ted> ehsan: yeah, see, gps' proposal is what usually comes out
- # [19:42] <RyanVM|sheriffduty> ted: part of my refactoring plans is to rename start-shell.bat and the have the start-msvc* scripts be basically two-liners that call into start-shell with different params
- # [19:42] <@ted> which is a nice goal, but a lot bigger in scope
- # [19:42] * Quits: gsvelto (gsvelto@moz-t81746.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [19:42] <@ehsan> ted: scope creep FTW!
- # [19:42] <@ted> *shrug*
- # [19:42] * @ehsan shrugs too
- # [19:42] <@ted> anyway
- # [19:42] <@ehsan> on to frying bigger fish
- # [19:42] * Ms2ger sees ehsan volunteer
- # [19:42] * gps goes back to work week
- # [19:42] * Joins: kgrandon (Adium@moz-l8ebtf.sfo1.mozilla.com)
- # [19:43] <@ted> you should file a bug on making mach bootstrap install vc++
- # [19:43] <@ted> we could probably get a volunteer contributor to fix that
- # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dc4af2782bb8 - Ben Hearsum - No bug: Remove long dead update verify scripts from gecko. They live in https://hg.mozilla.org/build/tools now. r=rail
- # [19:43] <@ehsan> will do
- # [19:44] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
- # [19:45] * Fallen is now known as Fallen|away
- # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/1b21115851ef - Kartikaya Gupta - Bug 1120252 - Avoid trying to get the APZCTreeManager if APZ isn't enabled. r=mattwoodrow, a=bustage
- # [19:47] * darkowlzz is now known as darkowlzz|afk
- # [19:50] * Joins: bogdan_maris (Instantbird@moz-ksj.47a.126.86.IP)
- # [19:50] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # [19:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ee3e8054b72 - Terrence Cole - Bug 1119550 - Stop using volatile to "synchronize" majorGCRequested; r=jonco
- # [19:50] * Quits: ProgramFOX (ProgramFOX@moz-s4b.8hk.176.91.IP) (Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20150108202552])
- # [19:51] * Joins: gcp (gpascutto@moz-vjuneg.beqe.9i1r.1812.2a02.IP)
- # [19:51] <h4writer> RyanVM|sheriffduty++, thanks
- # [19:51] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
- # [19:52] * Quits: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr) (Ping timeout: 121 seconds)
- # [19:52] * Joins: kaze (kaze@moz-7u1.8e8.79.41.IP)
- # [19:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4d45af8f6c92 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [19:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/011d7cd7e928 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [19:53] <RyanVM|sheriffduty> h4writer: yw :)
- # [19:54] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [19:54] * Joins: sydpolk (sydpolk@moz-9b7m5a.austtx.sbcglobal.net)
- # [19:56] * lmandel_afk is now known as lmandel
- # [19:57] * jlund|mtg is now known as jlund
- # [19:57] * Joins: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca)
- # [19:57] * Joins: sir_none (Thunderbird@moz-ia5ebf.stat.salzburg-online.at)
- # [19:57] * Joins: erahm (erahm@moz-jjj0qb.or.comcast.net)
- # [19:58] * Quits: erahm_ (erahm@moz-jjj0qb.or.comcast.net) (Connection closed)
- # [19:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8e736f848d7c - Terrence Cole - Backout cafc08288982 (Bug 1111361) for a 19% regression on splay.
- # [19:58] * Joins: jviereck (Adium@moz-pqri8u.dclient.hispeed.ch)
- # [19:59] * Quits: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca) (Quit: Leaving.)
- # [19:59] * Joins: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca)
- # [20:00] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [20:01] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [20:01] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [20:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/311bc10282b2 - Botond Ballo - Bug 1119980 - Disable warnings-as-errors for Lollipop-based B2G builds. r=glandium
- # [20:01] * sheppy is now known as sheppy-lunch
- # [20:01] * Joins: myk1 (myk@moz-u3dg2t.sfo1.mozilla.com)
- # [20:01] * Quits: myk (myk@moz-u3dg2t.sfo1.mozilla.com) (Connection closed)
- # [20:01] * myk1 is now known as myk
- # [20:02] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
- # [20:02] * Joins: davidb_ (davidb@moz-i5m.05u.207.66.IP)
- # [20:02] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Connection closed)
- # [20:03] * Joins: billm (billm@moz-8o7ols.mh2d.1ibb.0101.2620.IP)
- # [20:04] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
- # [20:04] * Quits: Swatinem1 (swatinem@moz-ijsnuu.dynamic.surfer.at) (Ping timeout: 121 seconds)
- # [20:05] * mwargers is now known as mwargers_afk
- # [20:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/930d666b36fe - Robert Longson - Bug 1123779 - Remove some duplicated code. r=nbp
- # [20:06] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [20:06] * Joins: ashughes (ashughes@moz-ljnd51.vs.shawcable.net)
- # [20:06] * bz_sleep is now known as bz
- # [20:06] * davidb_ is now known as davidb
- # [20:08] * Joins: squib (squib@moz-napvi8.wi.charter.com)
- # [20:09] * Quits: myk (myk@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
- # [20:09] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
- # [20:09] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
- # [20:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c1fac42ad172 - Ben Turner - Bug 1120336 - Fix another hang with blobURL+workers+indexedDB+xhr, r=khuey.
- # [20:10] * Quits: gabor (gabor@moz-5kd07b.dip0.t-ipconnect.de) (Connection closed)
- # [20:11] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
- # [20:12] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (A TLS packet with unexpected length was received.)
- # [20:12] * Joins: mkmelin (mkmelin@moz-28vfvv.elisa-laajakaista.fi)
- # [20:13] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Quit: Leaving)
- # [20:13] * whimboo|afk is now known as whimboo
- # [20:13] * Joins: squib (squib@moz-napvi8.wi.charter.com)
- # [20:15] * Quits: Honza (chatzilla@moz-tiq.7ku.62.176.IP) (Ping timeout: 121 seconds)
- # [20:15] <BenWa> who do I cc for networking cache bug? (mozilla::net::CacheEntry::InvokeCallbacks(bool))
- # [20:15] <RyanVM|sheriffduty> BenWa: mayhemer?
- # [20:16] <BenWa> ty
- # [20:16] <Ms2ger> I would have guessed mcmanus, but I guess mayhemer works
- # [20:17] * davidb is now known as davidb|afk
- # [20:18] * mattwoodrow|away is now known as mattwoodrow
- # [20:19] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:21] * Joins: jdm (jdm@moz-me0qg9.ckpj.s0pt.0450.2001.IP)
- # [20:21] * Quits: davidb|afk (davidb@moz-i5m.05u.207.66.IP) (Connection closed)
- # [20:22] * Joins: idwer_ (irc@moz-bp1sle.adsl.online.nl)
- # [20:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/91e1a0afee55 - Patrick McManus - bug 1116867 - make nsIProgressEventSink and nsITransportEventSink safely scriptable r=mayhemer r=bz
- # [20:23] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Quit: Leaving)
- # [20:24] * Quits: jviereck (Adium@moz-pqri8u.dclient.hispeed.ch) (Quit: Leaving.)
- # [20:24] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [20:24] * jcranmer|away is now known as jcranmer
- # [20:24] * Quits: bdahl (bdahl@moz-vren92.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
- # [20:24] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
- # [20:25] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (Ping timeout: 121 seconds)
- # [20:26] * Quits: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca) (Quit: Leaving.)
- # [20:27] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Quit: Leaving)
- # [20:27] * Joins: squib (squib@moz-napvi8.wi.charter.com)
- # [20:28] * Quits: erahm (erahm@moz-jjj0qb.or.comcast.net) (Ping timeout: 121 seconds)
- # [20:29] * Quits: imjalpreet1 (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [20:29] * Joins: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca)
- # [20:29] * Joins: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com)
- # [20:32] * wlach is now known as wlach|mtg
- # [20:32] <overholt> mhoye, https://bugzilla.mozilla.org/show_bug.cgi?id=907507#c18
- # [20:32] <@ehsan> RyanVM|sheriffduty: should I make https://bugzilla.mozilla.org/show_bug.cgi?id=1113121#c29 checkin-needed?
- # [20:32] * Joins: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net)
- # [20:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5ea14fe0808c - B2G Bumper Bot - Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
- # [20:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6727122587db - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [20:32] <RyanVM|sheriffduty> ehsan: no need
- # [20:32] <RyanVM|sheriffduty> planning a pass of those later anyway
- # [20:32] <@ehsan> RyanVM|sheriffduty: thank you
- # [20:32] <@ehsan> RyanVM|sheriffduty: can you please make sure to land "branch patch"?
- # [20:32] <RyanVM|sheriffduty> ehsan: same one I uplifted?
- # [20:32] * Joins: cpearce_ (chatzilla@moz-2fp8be.dqqd.b0fh.0cb0.2001.IP)
- # [20:32] * jlund is now known as jlund|buildduty
- # [20:33] <@ehsan> RyanVM|sheriffduty: same one _I_ uplifted ;)
- # [20:33] <RyanVM|sheriffduty> yeah, sure
- # [20:33] * Quits: pnkfelix (pnkfelix@moz-6v5.3nd.202.89.IP) (Quit: rcirc on GNU Emacs 24.3.92.1)
- # [20:33] <@ehsan> thanks!
- # [20:33] <@ehsan> RyanVM|sheriffduty: please ping me if you hit any issues
- # [20:33] <RyanVM|sheriffduty> dholbert: ping
- # [20:33] <dholbert> RyanVM|sheriffduty, hi
- # [20:33] * Quits: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca) (Quit: Leaving.)
- # [20:33] * Joins: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca)
- # [20:34] <@ehsan> !seen Waldo
- # [20:34] <firebot> I've never seen a 'Waldo', sorry.
- # [20:34] <@ehsan> firebot: wtf?
- # [20:34] <firebot> ehsan: Well, wtf is an initialism for "What the Fuck" (or "What the FSCK" depending on your proclivities)
- # [20:34] <RyanVM|sheriffduty> dholbert: hey, should bug 1122586 be considered for a 35.0.1 ride-along?
- # [20:34] <@ehsan> thanks? I gues
- # [20:34] <@ehsan> anyone knows how to do a !seen these days?
- # [20:35] <dholbert> RyanVM|sheriffduty, depends on whether it's blocking BSD folks from building
- # [20:35] * Quits: bgrins (bgrins@moz-a47d6o.qnor.1u98.0009.2601.IP) (Quit: Leaving.)
- # [20:36] <@ehsan> froydnj: ping
- # [20:36] <dholbert> RyanVM|sheriffduty, or rather: depends on whether it's the *only* think blocking BSD folks from building/shipping Firefox 35
- # [20:36] <froydnj> ehsan: pong
- # [20:36] <dholbert> RyanVM|sheriffduty, if it's not the only thing, then there's no point in taking it
- # [20:36] <@ehsan> dholbert++ for bug 1123844
- # [20:37] <@ehsan> froydnj: have you talked to Waldo lately?
- # [20:37] <RyanVM|sheriffduty> dholbert: I guess what I'm getting at is that I'm about to do a round of pushes to m-r and would like to take that too if it's needed rather than coming back to it later down the road
- # [20:37] <dholbert> ehsan, thanks!
- # [20:37] <froydnj> ehsan: I have not
- # [20:37] * AutomatedTester|AFK is now known as AutomatedTester
- # [20:37] <@ehsan> froydnj: hm, I'm trying to see what I can do with https://bugzilla.mozilla.org/show_bug.cgi?id=1116905 before I leave
- # [20:38] <dholbert> RyanVM|sheriffduty, I would default to not-taking it
- # [20:38] <dholbert> RyanVM|sheriffduty, but maybe email Jan if you want to check
- # [20:38] <RyanVM|sheriffduty> dholbert: latency FTL
- # [20:38] <RyanVM|sheriffduty> as in, I'm going to be doing them momentarily
- # [20:38] <RyanVM|sheriffduty> so whatevs, I'll ignore it
- # [20:38] <dholbert> RyanVM|sheriffduty, I'd say don't take it then
- # [20:38] <@ehsan> froydnj: given that fixing every single one of those gfx call sites requires careful code inspection, I doubt I will have enough time to finish it actually
- # [20:38] <dholbert> RyanVM|sheriffduty, yeah
- # [20:38] * Joins: myk (myk@moz-u3dg2t.sfo1.mozilla.com)
- # [20:39] <dholbert> RyanVM|sheriffduty, looks like there's at least one other open bug (linked in comment 0) that's blocking them from building
- # [20:39] <@ehsan> froydnj: and I may run out of steam there after I get back :/
- # [20:40] * lth is now known as lth|away
- # [20:40] * mattwoodrow is now known as mattwoodrow|away
- # [20:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c2c0d8f26b97 - Nikhil Marathe - Bug 1122194 - Follow method validation rules when constructing Request. r=baku,bkelly
- # [20:40] * Quits: ehugg (ehugg@moz-l0s.tdq.170.166.IP) (Client exited)
- # [20:40] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
- # [20:41] <froydnj> ehsan: =/
- # [20:41] * Quits: ddamjano (Instantbird@moz-pdjr1q.cfl3.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
- # [20:42] <@ehsan> froydnj: so yeah not sure what to do with that bug...
- # [20:42] <mhoye> overholt: On it, thanks.
- # [20:42] <@ehsan> it's really frustrating how many road blocks one has to overcome in order to fix RefPtr.h :(
- # [20:42] <froydnj> ehsan: I blame gfx :)
- # [20:42] <mhoye> overholt: Needinfo me for stuff like that, makes it easier to stay on top of.
- # [20:43] <tbsaunde> can we just move RefPtr.h to gfx/2d and stop caring?
- # [20:43] <mhoye> (Everyone who sees a contributor asking questions and isn't sure what to do next should not hesitate to needinfo me)
- # [20:44] <froydnj> no, things like mozglue/linker/ uses it
- # [20:44] * Joins: mmc (uid16596@moz-rb9ith.charlton.irccloud.com)
- # [20:44] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [20:44] <@ehsan> froydnj: well, it's really the boil the ocean requests that annoy me
- # [20:44] <tbsaunde> froydnj: yeah, erg
- # [20:44] * @ehsan still believes firmly that bug was scope-creep'ed
- # [20:45] <@ehsan> anyway
- # [20:45] <froydnj> ehsan: I feel like you have a very broad definition of "scope creep"
- # [20:46] <@ehsan> froydnj: really?
- # [20:46] <froydnj> ehsan: at least in this instance
- # [20:46] <@ehsan> froydnj: you realize that the ask there goes far beyond just updating those return lines, right?
- # [20:46] * Quits: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com) (Ping timeout: 121 seconds)
- # [20:46] <@ehsan> (because of the differences between already_AddRefed and TemporaryRef)
- # [20:48] * Joins: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com)
- # [20:49] * Joins: bwc (Adium@moz-4dffnh.ujol.1ibb.0101.2620.IP)
- # [20:49] * Quits: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com) (Connection closed)
- # [20:50] * Joins: bdahl (bdahl@moz-aeh0qo.2rkg.9kg1.0101.2620.IP)
- # [20:50] * Joins: bgrins (bgrins@moz-9a22qf.ujol.1ibb.0101.2620.IP)
- # [20:50] <froydnj> ehsan: what else needs to be done? update return types?
- # [20:51] <overholt> mhoye, noted
- # [20:51] * Joins: erahm (erahm@moz-jjj0qb.or.comcast.net)
- # [20:51] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [20:52] * julienw is now known as julienw_afk
- # [20:52] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [20:52] * Joins: erahm_ (uid33946@moz-j28pep.charlton.irccloud.com)
- # [20:53] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
- # [20:53] * Joins: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com)
- # [20:53] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Quit: Blah blah blah)
- # [20:53] <@ehsan> froydnj: no, inspect all of the callers to see how the return type is used, whether the TemporaryRef is used to actually manage the lifetime (as a disguised RefPtr) or just to pass the ownership around (like in already_AddRefed), make sure that the already_AddRefed after the patch manages to transfer its ownership to something before its dtor asserts that the member pointer is null, and so on
- # [20:53] <@ehsan> I thought that's clear when I complained on the bug, perhaps it wasn't
- # [20:54] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [20:55] * Quits: jduell (jduell@moz-c1m.mpt.251.50.IP) (Ping timeout: 121 seconds)
- # [20:56] * froydnj hopes that it would always be used as in the second case
- # [20:57] <@ehsan> I don't think that hope is justified ;)
- # [20:58] <Ms2ger> froydnj, hope or think? :)
- # [20:58] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
- # [20:58] <RyanVM|sheriffduty> ehsan: the branch patch doesn't apply cleanly to beta
- # [20:58] <RyanVM|sheriffduty> release even
- # [20:59] <froydnj> Ms2ger: "in an ideal world", rather
- # [20:59] <Ms2ger> Heh
- # [20:59] <RyanVM|sheriffduty> ehsan: looks like a pretty trivial rebase - shall I pastebin it?
- # [21:00] <@ehsan> RyanVM|sheriffduty: yes please
- # [21:00] <froydnj> ehsan: so we'd have to do some of the work now that we'd have to do later anyway?
- # [21:01] <@ehsan> froydnj: yes but gradually, as I said on the bug I was hoping to fix these issues tree-wide one by one, not on a case by case basis
- # [21:01] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [21:02] <froydnj> ehsan: "tree-wide one by one"?
- # [21:03] <@ehsan> froydnj: yeah. so there are a number of differences between the two classes
- # [21:03] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [21:03] <@ehsan> froydnj: my hope was to address each one of those differences one by one
- # [21:03] <RyanVM|sheriffduty> ehsan: http://pastebin.mozilla.org/8263315
- # [21:03] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [21:03] <@ehsan> froydnj: (just explaining my train of thought, I gave up on the idea!)
- # [21:03] <@ehsan> RyanVM|sheriffduty: land away!
- # [21:04] <RyanVM|sheriffduty> \m/
- # [21:04] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [21:04] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [21:05] * Quits: bdahl (bdahl@moz-aeh0qo.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
- # [21:06] * Joins: dbaron (dbaron@moz-4q2c7a.2rkg.9kg1.0101.2620.IP)
- # [21:06] * killer sets mode: +ao dbaron dbaron
- # [21:06] * Quits: mayhemer (Miranda@moz-i211qr.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [21:06] * Quits: @ehsan (ehsan@moz-qfkddt.ckpj.s0pt.0450.2001.IP) (Quit: vanished into thin air...)
- # [21:07] * Joins: rbarnes (rbarnes@moz-svj9u8.cisco.com)
- # [21:07] * jcj is now known as jcj|lunch
- # [21:08] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [21:09] * Quits: till (till@moz-ac2frk.adsl.alicedsl.de) (A TLS packet with unexpected length was received.)
- # [21:10] <bz> Do we have debug versions of our releases around somewhere?
- # [21:10] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [21:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dd0c846feacd - Ryan VanderMeulen - Backed out changeset 973ede87dcdd (bug 1092547) for jit-test timeouts in bug977966.js.
- # [21:11] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [21:12] * coop|buildduty is now known as coop
- # [21:13] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (A TLS packet with unexpected length was received.)
- # [21:13] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
- # [21:14] * pbrosset|afk is now known as pbrosset
- # [21:15] * Joins: rednaks (rednaks@moz-iru.36j.227.41.IP)
- # [21:15] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
- # [21:16] * Fallen|away is now known as Fallen
- # [21:16] * Quits: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com) (Ping timeout: 121 seconds)
- # [21:16] * Joins: ddamjano (Instantbird@moz-f61tgt.cfl3.oeer.8388.2a02.IP)
- # [21:19] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Connection closed)
- # [21:19] * Joins: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com)
- # [21:19] * jlund|buildduty is now known as jlund|buildduty|brb
- # [21:22] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Connection closed)
- # [21:23] * Quits: mkmelin (mkmelin@moz-28vfvv.elisa-laajakaista.fi) (Connection closed)
- # [21:24] * coop is now known as coop|afk
- # [21:24] * Joins: mkaply (mkaply@moz-6hv.10o.108.75.IP)
- # [21:24] <RyanVM|sheriffduty> ehsan: so much for that idea - https://treeherder.mozilla.org/logviewer.html#?job_id=34738&repo=mozilla-release
- # [21:26] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
- # [21:26] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [21:26] * Quits: ddamjano (Instantbird@moz-f61tgt.cfl3.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
- # [21:28] * Joins: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net)
- # [21:31] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [21:33] * Joins: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net)
- # [21:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0c3e94d864fd - Brian Smith - Bug 1122835: Add missing return value checks for Input::SkipToEnd, r=keeler
- # [21:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2d73a9e4f11d - Brian Smith - Bug 1122835, Part 2: Simplify BitStringWithNoUnusedBits, r=keeler
- # [21:35] * pbrosset is now known as pbrosset|afk
- # [21:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/675a7c4287a5 - Markus Stange - Bug 1123852 - Update talos.json in order to pick up bug 1119780 and bug 1121571. Also, actually use e10s for the *-snow-e10s tests. r=jmaher
- # [21:35] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [21:35] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [21:35] * chmanchester is now known as chmanchester|afk
- # [21:36] * Joins: jaoo (user@moz-b8lhan.user.ono.com)
- # [21:37] * jlund|buildduty|brb is now known as jlund|buildduty
- # [21:37] * Quits: jaoo (user@moz-b8lhan.user.ono.com) (Connection closed)
- # [21:38] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Connection closed)
- # [21:39] * sheppy-lunch is now known as sheppy
- # [21:42] * Quits: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca) (Quit: Leaving.)
- # [21:42] * Quits: rbarnes (rbarnes@moz-svj9u8.cisco.com) (A TLS packet with unexpected length was received.)
- # [21:42] * Joins: marco (marco@moz-95juf2.retail.telecomitalia.it)
- # [21:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/086e9bb37bf7 - Tooru Fujisawa - Bug 1115616 - Commit composition string forcibly when search suggestion list is clicked. r=gavin,adw
- # [21:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e8981c280f7b - Tooru Fujisawa - Bug 229925 - Do not dispatch event to label target if interactive content is found between the event target and the label. r=smaug
- # [21:42] * Quits: mixedpuppy (mixedpuppy@moz-bv4.2oa.226.108.IP) (Client exited)
- # [21:42] * flod is now known as flod|away
- # [21:43] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [21:45] * Quits: Archaeopteryx (Archaeopter@moz-4siir2.cust.telecolumbus.net) (Quit: Goodbye)
- # [21:48] * jcj|lunch is now known as jcj
- # [21:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e9e78f9c8c40 - Terrence Cole - Bug 1111361 - Allow for lower latency GC on elm micro-benchmark; r=jonco
- # [21:49] * Joins: JDorlus (silne30@moz-osb574.dybhfl.sbcglobal.net)
- # [21:49] * chmanchester|afk is now known as chmanchester
- # [21:50] * Quits: Silne30 (Silne30@moz-osb574.dybhfl.sbcglobal.net) (Quit: Leaving...)
- # [21:50] * Joins: ehugg (ehugg@moz-ijh14f.mycingular.net)
- # [21:50] * Quits: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com) (Ping timeout: 121 seconds)
- # [21:50] * wlach|mtg is now known as wlach
- # [21:50] * Joins: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com)
- # [21:51] * Quits: loveless (loveless@moz-or3.t7p.56.172.IP) (A TLS packet with unexpected length was received.)
- # [21:51] * Joins: francois (francois@moz-cnggv3.fmarier.org)
- # [21:51] <bent> billm, ping
- # [21:51] <billm> bent: pong
- # [21:52] <bent> billm, hey, what's going on with bug 1121676?
- # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/aa05cd133a76 - Terrence Cole - Backout 3682a6de6b1f (Bug 1119537) for a 19% regression on Splay.
- # [21:52] <bent> sounds like i shouldn't review yet?
- # [21:52] <billm> bent: yeah, might as well wait. I think I might need to actually try to reproduce the problem in the emulator.
- # [21:53] <bent> ok
- # [21:53] <bent> billm, also, bug 1116884...
- # [21:53] <bent> the last crash dump attached there looks like a deadlock almost
- # [21:54] * Joins: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca)
- # [21:54] * Quits: gcp (gpascutto@moz-vjuneg.beqe.9i1r.1812.2a02.IP) (Quit: Make a new plan, Stan!)
- # [21:54] * Joins: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com)
- # [21:54] <bent> RecvLoadFrameScript calling SendReadPrefs
- # [21:55] <billm> bent: why? LoadFrameScript is async.
- # [21:55] * Joins: rbarnes (rbarnes@moz-p9c5gs.cisco.com)
- # [21:55] <bent> oh, i thought this was just changed
- # [21:55] <bent> nevermind, this is ff 35
- # [21:55] * Joins: jkitch (Thunderbird@moz-76sq28.internode.on.net)
- # [21:55] * heycam|away is now known as heycam
- # [21:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/65151ac03846 - Sean Stangl - Bug 1122723 - Fold MConcat when used with the empty string. r=h4writer
- # [21:56] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (Quit: )
- # [21:56] <billm> bent: it is weird that it's crashing in 35.
- # [21:56] <bent> billm, that could happen if the parent kills the child right?
- # [21:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b0938e6caf66 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [21:57] <billm> bent: would we even get a crash report for that?
- # [21:57] <billm> bent: oh wait, maybe we do now. I forgot.
- # [21:57] * Quits: rbarnes (rbarnes@moz-p9c5gs.cisco.com) (A TLS packet with unexpected length was received.)
- # [21:57] <billm> bent: that's a new thing too
- # [21:57] <bent> not sure... it's possible that this isn't exactly the way we intend for that process to die
- # [21:57] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [21:58] * Quits: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com) (Ping timeout: 121 seconds)
- # [21:58] <bent> but a side-effect that then causes a real crash
- # [21:58] <bent> not sure we can tell the difference
- # [21:58] <billm> bent: actually, that wouldn't affect 35 though. it's a new change in the last two weeks or so.
- # [21:58] * Joins: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com)
- # [21:58] * Joins: Archaeopteryx (Archaeopter@moz-4siir2.cust.telecolumbus.net)
- # [21:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/64b85f1af320 - Victor Porof - Bug 1123808 - RecordingsView emits a redundant EVENTS.RECORDING_SELECTED in _onRecordingStarted and _onRecordingImported, r=jsantell
- # [21:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8ed65e685921 - Victor Porof - Bug 1123811 - Consistently use getLabel() and profileLabel in RecordingsView's _onRecordingStarted and _onRecordingStopped, r=jsantell
- # [21:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2cd226036e1a - Victor Porof - Bug 1123825 - ThreadNode constructor params are a mess; use an options param instead, r=jsantell
- # [21:59] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [22:00] * Joins: jgilbert (jgilbert@moz-ouqqpi.rhqa.gnuk.0009.2601.IP)
- # [22:00] * Joins: bdahl (bdahl@moz-l1k9ir.2rkg.9kg1.0101.2620.IP)
- # [22:01] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [22:01] * coop|afk is now known as coop|mtg
- # [22:01] * Joins: Jesse_ (jruderman@moz-9rd6oh.ujol.1ibb.0101.2620.IP)
- # [22:01] * Quits: sir_none (Thunderbird@moz-ia5ebf.stat.salzburg-online.at) (Client exited)
- # [22:02] * Quits: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
- # [22:02] * terrence is now known as terrence-afk
- # [22:04] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
- # [22:04] * Quits: cpearce (chatzilla@moz-8d4dlj.dqqd.b0fh.0cb0.2001.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [22:05] * Quits: mt_ (mt@moz-f1lquv.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [22:05] * Joins: davidb (davidb@moz-h8nvsf.dsl.bell.ca)
- # [22:05] * Quits: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com) (Ping timeout: 121 seconds)
- # [22:05] * Joins: ejpbruel (ejpbruel@moz-85djl2.dynamic.ziggo.nl)
- # [22:06] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Quit: Leaving...)
- # [22:07] <ejpbruel> khuey: dont forget about the reviews for worker debugging
- # [22:07] * Quits: rflint (rflint@moz-tves92.com) (Ping timeout: 121 seconds)
- # [22:07] * Joins: developers262 (bzlandfill@moz-g9m.60n.28.137.IP)
- # [22:08] * Joins: fabrice1 (fabrice@moz-cfhap5.mtv2.mozilla.com)
- # [22:08] * Quits: developers262 (bzlandfill@moz-g9m.60n.28.137.IP) (Quit: CGI:IRC)
- # [22:08] * bobowen|afk is now known as bobowen
- # [22:08] * Quits: fabrice (fabrice@moz-f7t5a8.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [22:09] * terrence-afk is now known as terrence-errand
- # [22:10] * Joins: till (till@moz-ac2frk.adsl.alicedsl.de)
- # [22:10] * Joins: rflint (rflint@moz-tves92.com)
- # [22:11] * Quits: davidb (davidb@moz-h8nvsf.dsl.bell.ca) (Connection closed)
- # [22:11] * Joins: steveofthestow (steveofthes@moz-t6n04q.range86-171.btcentralplus.com)
- # [22:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9abd37866239 - David Keeler - bug 1123374 - fix CertBlocklist initialization when revocations.txt does not exist r=mgoodwin
- # [22:12] * mattwoodrow|away is now known as mattwoodrow
- # [22:14] * Joins: davidb (davidb@moz-h8nvsf.dsl.bell.ca)
- # [22:14] * Quits: till (till@moz-ac2frk.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [22:15] * philor|away is now known as philor
- # [22:18] * xidorn|away is now known as xidorn
- # [22:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8ea496bb8402 - Dan Mosedale - Bug 1120003 Hoist Loop REST errnos and websocket reasons, patch=jaws,dmose r=Standard8
- # [22:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82ffa906548c - Daniel Holbert - Bug 1123878: Add MOZ_OVERRIDE annotations in TestCompositor.cpp. r=BenWa
- # [22:19] * Quits: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca) (Quit: Leaving.)
- # [22:19] * Joins: rbarnes (rbarnes@moz-f04slc.cisco.com)
- # [22:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/989ff55c0404 - Andrew McCreight - back out bug 1065536 part 2 for maybe causing crashes.
- # [22:22] * Joins: jduell (jduell@moz-c1m.mpt.251.50.IP)
- # [22:23] <rillian> RyanVM|sheriffduty: looks like we're good on the MSE uplifts?
- # [22:23] <RyanVM|sheriffduty> yes
- # [22:23] <rillian> thanks
- # [22:23] * geekboy|afk is now known as geekboy
- # [22:24] <RyanVM|sheriffduty> np
- # [22:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5834d0b43de6 - Sean Stangl - Bug 1113378 - Part 1/2 - Always fully parse IIFEs. r=Waldo
- # [22:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/369167a98ec3 - Sean Stangl - Bug 1113378 - Part 2/2 - IIFE prediction should ignore generators. r=Waldo
- # [22:24] <RyanVM|sheriffduty> rillian: do take care of that ni? I put on you when you get a chance :)
- # [22:24] <MattN> In the last few days I've had it where it seems like new network connections can't be completed e.g. session restore hangs with throbbers spinning and no new tabs will load. Is this a known regression? (no answer in #necko)
- # [22:24] <MattN> about:networking shows all 4 tabs empty. looking in the Browser Console, new network connections open but don't complete (no response). Toggling File > Work Offline doesn't resolve the issue.
- # [22:24] * Quits: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:25] <rillian> RyanVM|sheriffduty: thanks for the reminder :)
- # [22:25] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [22:26] <RyanVM|sheriffduty> rillian: i have that non-unified fix queued to push to inbound as a ride-along too
- # [22:26] <RyanVM|sheriffduty> just haven't had enough free time to push to inbound today
- # [22:26] * Joins: cpearce (chatzilla@moz-8d4dlj.dqqd.b0fh.0cb0.2001.IP)
- # [22:27] * Quits: wolfiR (wolfiR@moz-nu63r7.51l1.0au3.4dd0.2001.IP) (Quit: Leaving)
- # [22:28] <rillian> RyanVM|sheriffduty: great, thanks.
- # [22:29] * Quits: jduell (jduell@moz-c1m.mpt.251.50.IP) (A TLS packet with unexpected length was received.)
- # [22:29] * Quits: mwobensmith (mwobensmith@moz-5ecoar.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [22:29] * Joins: mwobensmith (mwobensmith@moz-5ecoar.2rkg.9kg1.0101.2620.IP)
- # [22:29] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [22:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/084810ea6887 - Alexander Surkov - Bug 1122846 - aria-owns attribute causes Firefox to hang, r=davidb
- # [22:30] * jmaher is now known as jmaher|afk
- # [22:33] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [22:34] * Quits: tomer (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
- # [22:34] * Joins: janv (varga@moz-vse.1v0.143.178.IP)
- # [22:34] * coop|mtg is now known as coop
- # [22:34] * Quits: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [22:35] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [22:36] * Quits: mwobensmith (mwobensmith@moz-5ecoar.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [22:36] * Joins: mwobensmith (mwobensmith@moz-5ecoar.2rkg.9kg1.0101.2620.IP)
- # [22:37] * Quits: rbarnes (rbarnes@moz-f04slc.cisco.com) (A TLS packet with unexpected length was received.)
- # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/89cfa2a38bc1 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [22:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0145929becfd - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [22:37] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
- # [22:37] * Quits: mahdi (mahdi@moz-5bm.d7n.245.172.IP) (Connection closed)
- # [22:38] * Joins: rbarnes (rbarnes@moz-p9c5gs.cisco.com)
- # [22:38] * Joins: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca)
- # [22:39] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Ping timeout: 121 seconds)
- # [22:39] * Quits: rednaks (rednaks@moz-iru.36j.227.41.IP) (Quit: Leaving)
- # [22:39] <froydnj> heycam: ping
- # [22:39] <dmajor> vladan: I don't know for sure whether win64 profiling worked or didn't, before njn's fix. It's possible that nobody actually tried.
- # [22:39] <heycam> froydnj, hi
- # [22:39] <froydnj> heycam: hi!
- # [22:39] <dmajor> vladan: as I understand the code, it *couldn't* have worked, but hey this codebase is full of surprises
- # [22:39] <froydnj> heycam: what's this about rewriting use counters on top of FHR?
- # [22:40] <vladan> dmajor: ok thx
- # [22:40] * Joins: njn (chatzilla@moz-daaic0.iinet.net.au)
- # [22:40] * killer sets mode: +o njn
- # [22:40] <vladan> froydnj: what's the bug number for rewriting use counters?
- # [22:40] <heycam> froydnj, I think ehsan was keen to push for use counters being part of an opt out data collection mechanism
- # [22:40] <BenWa> vladan: if you’re looking to make a callout now you can say that it’s working but it’s not really ‘officially’ supported
- # [22:40] <heycam> froydnj, (with all of the hand writing that might involve, of course)
- # [22:40] <dmajor> bent: pong
- # [22:40] <vladan> BenWa: ok.but too late ;)
- # [22:40] <heycam> *wringing
- # [22:40] <BenWa> ok
- # [22:41] <BenWa> next week
- # [22:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/136a16151e6b - Daniel Holbert - Bug 1123844: Add MOZ_OVERRIDE annotations (and a few 'virtual' annotations) where appropriate, for headers used in widget/gtk. r=karlt
- # [22:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e0ada286eea0 - Daniel Holbert - Bug 1117034: Add MOZ_OVERRIDE where appropriate, in some gfx/layers/*X11* headers. r=BenWa
- # [22:41] <vladan> BenWa: no, i mean i already mentioned it in the Platform meeting & meeting notes
- # [22:41] <vladan> BenWa: feel free to correct it
- # [22:41] * Joins: ddamjano (Instantbird@moz-jk7jaq.cfl3.oeer.8388.2a02.IP)
- # [22:41] <heycam> froydnj, most of my patch there is dealing with Telemetry stuff, so it would basically mean rewriting the whole thing, tho
- # [22:41] <BenWa> cool
- # [22:42] <bent> dmajor, oh, was wondering if you concurred with https://bugzilla.mozilla.org/show_bug.cgi?id=1120331#c27
- # [22:42] <heycam> vi
- # [22:42] * heycam hmm, wrong keyboard
- # [22:42] <bent> dmajor, based on the dump it's hard to tell exactly what is dead or just unknown to vstudio
- # [22:42] <dmajor> bent: oh, haven't seen that bugmail yet, lemme catch up
- # [22:43] <froydnj> vladan: bug 968923
- # [22:43] * Joins: alexbardas (alexbardas@moz-hs2.dm4.232.62.IP)
- # [22:43] * Joins: junaid (junaid@moz-aod.hra.101.212.IP)
- # [22:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b939c20dc8d8 - Daniel Holbert - Backed out changeset e0ada286eea0 for landing with wrong bug number.
- # [22:44] <froydnj> heycam: ah, that makes some sense, I suppose
- # [22:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fa1d80fd45c5 - Daniel Holbert - Bug 1123893: Add MOZ_OVERRIDE where appropriate, in some gfx/layers/*X11* headers. r=BenWa
- # [22:44] <froydnj> heycam: I didn't know we had ways of doing arbitrary data collection like that from within FHR
- # [22:44] <heycam> froydnj, yeah it'd give us much better quality data
- # [22:44] <froydnj> heycam: indeed
- # [22:44] <heycam> froydnj, I know nothing about FHR so I couldn't say
- # [22:44] <froydnj> heycam: the blind leading the blind :)
- # [22:44] <heycam> :)
- # [22:45] * Quits: @Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8ecb3619e491 - Boris Zbarsky - Bug 1121688. Filter out overloads with non-worker-exposed arguments when generating worker bindings. r=peterv
- # [22:45] * Joins: jduell (jduell@moz-c1m.mpt.251.50.IP)
- # [22:45] <heycam> froydnj, it wouldn't be so bad to start off with what we have on top of Telemetry
- # [22:45] <heycam> froydnj, and change it later on if it's acceptable to people who care about data collection policies
- # [22:45] * philor is now known as philor|away
- # [22:46] <dmajor> bent: how did you arrive at DestroyCompositor from that dump?
- # [22:46] * Quits: davidb (davidb@moz-h8nvsf.dsl.bell.ca) (Ping timeout: 121 seconds)
- # [22:46] * Joins: alexbard_ (alexbardas@moz-hs2.dm4.232.62.IP)
- # [22:47] * Quits: alexbardas (alexbardas@moz-hs2.dm4.232.62.IP) (Connection closed)
- # [22:47] * bobowen is now known as bobowen|afk
- # [22:47] * Quits: Shrooms (Shrooms@moz-lofuj7.ip.windstream.net) (Ping timeout: 121 seconds)
- # [22:47] * Quits: junaid (junaid@moz-aod.hra.101.212.IP) (Ping timeout: 121 seconds)
- # [22:48] * Gijs_away is now known as Gijs
- # [22:48] * Quits: rbarnes (rbarnes@moz-p9c5gs.cisco.com) (A TLS packet with unexpected length was received.)
- # [22:48] * Joins: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com)
- # [22:49] <bent> dmajor, this is the stack vstudio gives me: http://pastebin.mozilla.org/8264311
- # [22:49] <bent> dmajor, talking about the dmp that was attached to the bug right?
- # [22:49] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
- # [22:50] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [22:50] <dmajor> bent: oh, I see. windbg didn't give me frames beyond #22.
- # [22:51] <bent> dmajor, well, nsBaseWidget::DestroyCompositor is 8
- # [22:51] <bent> did windbg give something else?
- # [22:51] * Joins: mixedpuppy (mixedpuppy@moz-1ok.k03.170.166.IP)
- # [22:51] <dmajor> bent: er, oops. yeah. it gave me garbage there. maybe I need to let it see a copy of the .dll
- # [22:52] <bent> dmajor, oh, vstudio won't do anything useful without that
- # [22:52] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [22:52] <bent> dmajor, https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2015-01-20-03-02-03-mozilla-central/firefox-38.0a1.en-US.win32.zip
- # [22:52] * terrence-errand is now known as terrence
- # [22:52] * dmajor watches the bits swim across the ocean
- # [22:52] * bent can't wait til our symbol server does this
- # [22:53] <dmajor> agreed
- # [22:53] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [22:53] * JDorlus is now known as Silne30
- # [22:53] * Quits: Jackneill (Jackneill@moz-2u8t8n.pool.digikabel.hu) (Connection closed)
- # [22:54] * Joins: rbarnes (rbarnes@moz-1pl2f3.cisco.com)
- # [22:55] <tbsaunde> RyanVM|sheriffduty: in th if one part of mochitest-o leaked how do I tell which part it was without reading the log?
- # [22:55] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Quit: computer sleep)
- # [22:56] <bent> dmajor, i'm not so good at poking through the registers trying to figure out what is what, but there's a bunch of 0x5a5a5a5a in there
- # [22:56] <bent> maybe it's a dead nsWindow instead
- # [22:56] * Quits: rbarnes (rbarnes@moz-1pl2f3.cisco.com) (A TLS packet with unexpected length was received.)
- # [22:56] <dmajor> ah there we go. looking
- # [22:58] <@smaug> jib: I still don't understand why DOMString for mediaSource
- # [22:58] <@smaug> jib: and you link to http://fluffy.github.io/w3c-screen-share/ which uses enum
- # [22:58] * Quits: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca) (Quit: Leaving.)
- # [22:58] * Joins: davidb (davidb@moz-09knu5.dsl.bell.ca)
- # [23:00] * Joins: rbarnes (rbarnes@moz-svj9u8.cisco.com)
- # [23:00] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [23:01] * Quits: davidb (davidb@moz-09knu5.dsl.bell.ca) (Quit: Blah blah blah)
- # [23:02] * Joins: Mano (mano@moz-4nge9k.red.bezeqint.net)
- # [23:04] * Joins: rniwa (rniwa@moz-a8m.2qs.202.17.IP)
- # [23:04] * geekboy is now known as geekboy|afk
- # [23:04] * Joins: mwu (mwu@moz-1hrgl4.hntd.7296.000c.2601.IP)
- # [23:04] <jib> smaug: because webidl enums throw, so if we later decide we want to add a new type e.g. “tab” then people can’t start using it without handling that it’ll throw in old browsers
- # [23:05] * jlund|buildduty is now known as jlund
- # [23:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/21d4b5f35e8f - Bill McCloskey - Bug 1051842 - Backout 734517b508b5 (bug 1051842) due to bug 1122208
- # [23:05] * jlund is now known as jlund|buildduty
- # [23:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf5b4551a035 - Bill McCloskey - Bug 1051842 - Backout 90ca7355bbcc (bug 1051842) due to bug 1122208
- # [23:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d61b3b84f8a3 - Bill McCloskey - Bug 1051842 - Backout e1dd58a149d2 (bug 1051842) due to bug 1122208
- # [23:05] <Ms2ger> jib, then why doesn't the spec do that? :)
- # [23:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/472dff21ee37 - Bill McCloskey - Bug 1051842 - Backout 7310c42d346e (bug 1051842) due to bug 1122208
- # [23:05] <@smaug> jib: well, isn't that the point. in older browsers it throws, because it isn't supported
- # [23:06] * RyanVM|sheriffduty is now known as RyanVM
- # [23:06] <jib> smaug: the spec does for facingMode: http://w3c.github.io/mediacapture-main/getusermedia.html#dictionary-mediatrackconstraints-members
- # [23:06] <@smaug> and you add explicit code case dom::MediaSourceEnum::Other: ..Denied
- # [23:06] * lmandel is now known as lmandel_afk
- # [23:06] <@smaug> jib: sure
- # [23:06] * Joins: Rik (rik@moz-jni.ip0.160.37.IP)
- # [23:06] <jib> smaug: no, because with the constraint syntax, there are both required constraints and non-required constraints, it would throw on both, which would be wrong
- # [23:07] <jib> it should ignore the optional ones
- # [23:07] <@smaug> hmm
- # [23:07] <@smaug> so what is then http://fluffy.github.io/w3c-screen-share/ ?
- # [23:07] <@smaug> which you linked to
- # [23:08] <@smaug> it has enum MediaSourceEnum
- # [23:08] <jib> that was an early draft, it’s been slow to be updated, and it’s being replaced by http://w3c.github.io/mediacapture-screen-share/ which isn’t ready yet
- # [23:08] <jib> but the WG is fairly consistent now with not using enums for inputs
- # [23:09] * geekboy|afk is now known as geekboy
- # [23:10] * Joins: ckitching (ckitching@moz-cbggqe.cable.virginm.net)
- # [23:10] <@smaug> ok
- # [23:10] <@smaug> jib: fine :)
- # [23:11] <Ms2ger> jib, file a bug somewhere to make sure it's addressed, please
- # [23:11] <@smaug> jib: another question then
- # [23:11] <jib> ok will do. thx!
- # [23:11] <@smaug> jib: why we need enum MediaSourceEnum at all then?
- # [23:11] <@smaug> is that used somewhere else?
- # [23:11] * Joins: till (till@moz-ac2frk.adsl.alicedsl.de)
- # [23:12] * Quits: ehugg (ehugg@moz-ijh14f.mycingular.net) (Client exited)
- # [23:12] <jib> smaug: mostly for documentation, and the binding code is still nice. Ideally, we’d love to “fix” webidl enums so they could be used. https://www.w3.org/Bugs/Public/show_bug.cgi?id=19936
- # [23:13] <jib> I still don’t find it very webby to have an API throw actually. with lot of things in html, I think web developers except to be able to add incrementally to. Having things suddenly throw on older browsers can be unexpected I think
- # [23:13] * Quits: jdm (jdm@moz-me0qg9.ckpj.s0pt.0450.2001.IP) (Quit: )
- # [23:13] * Quits: Jesse_ (jruderman@moz-9rd6oh.ujol.1ibb.0101.2620.IP) (Client exited)
- # [23:13] <Ms2ger> Eh, lots of things throw
- # [23:14] <jib> sure, those things work fine. but for api’s like this one where it’s wrong to throw, it’d still be useful to use enums for all its other code and documentation benefits
- # [23:14] <jib> binding code etc.
- # [23:15] <@smaug> (huh, auto can make code so much harder to read)
- # [23:15] * Joins: loveless (loveless@moz-76rf2a.or.comcast.net)
- # [23:15] * Quits: till (till@moz-ac2frk.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [23:16] <@smaug> one day I'll propose a change to coding style to prevent use of auto :)
- # [23:16] <@smaug> it is nice when writing code
- # [23:16] <jib> I know you don’t like that one :-)
- # [23:16] <@smaug> but when reading, or reviewing, less so
- # [23:16] <jib> It’s just the generated binding types that I try to avoid writing down
- # [23:17] <jib> they’re a mouthful
- # [23:17] <jib> almost like js
- # [23:17] <jib> auto is I mean
- # [23:17] * Quits: tromey (tromey@moz-qvk910.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.0.50.2))
- # [23:17] * Joins: Waldo (waldo@moz-pqc1f5.ca.comcast.net)
- # [23:17] <@smaug> but need to be more careful in C++
- # [23:17] <@smaug> so knowing the type is rather important
- # [23:18] <jib> why? it’s type safe, isn’t that the point?
- # [23:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5c57a50a070b - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
- # [23:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9c3f20b03314 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [23:18] <@smaug> sure, it is type safe, but what you then do with it
- # [23:18] <@smaug> like, is the type something refcounted
- # [23:18] <jib> sure
- # [23:18] <@smaug> if so, one needs to think about proper refcounting
- # [23:19] <jib> yeah auto and refcounting don’t mix
- # [23:19] * geekboy is now known as geekboy|afk
- # [23:19] <@smaug> is it a raw pointer? if so, what keeps the object alive
- # [23:19] <@smaug> etc
- # [23:19] <jib> yeah I usually avoid auto*
- # [23:20] * Quits: Mano (mano@moz-4nge9k.red.bezeqint.net) (Connection closed)
- # [23:20] <Waldo> single-ownership things, like methods that return a UniquePtr (but you wouldn't know it unless you knew the method already), are also not particularly helped out by assignment into an auto, IMO
- # [23:20] <jesup> dbaron: dholbert: what's out opinion on this pinch-to-zoom issue? https://plus.google.com/+RickByers/posts/bpxrWN4G3X5
- # [23:20] * Joins: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com)
- # [23:20] * whimboo is now known as whimboo|afk
- # [23:20] * jib = dinner
- # [23:21] <dholbert> jesup, s/issue/feature/?
- # [23:21] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [23:21] * Waldo = delete;
- # [23:21] * lsblakk is now known as lsblakk_afk
- # [23:21] <Ms2ger> Bye Waldo :)
- # [23:21] <dholbert> jesup, I think we already do something like what he describes there, unless I'm misunderstanding (which is possible)
- # [23:21] * Waldo luxuriates in the dependability of =delete support
- # [23:21] <jesup> dholbert: feature, sure :-)
- # [23:22] <jesup> I just tried it, we don't
- # [23:22] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [23:22] <jesup> arstechnica's menubar is a good example
- # [23:23] <dholbert> jesup, arstechnica seems to give us a <meta viewport> tag, on mobile, which disables this feature
- # [23:23] <jesup> we work like 39 - menubar scales up on pinch-zoom, but left edge is fixed to our visible left. On 40, they let it scroll to the left (though it does zoom up)
- # [23:23] * yzen is now known as yzen_
- # [23:23] <dholbert> jesup, huh, I can't pinch-zoom at all on ars technica
- # [23:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3c1deb10f8eb - Ryan VanderMeulen - Backed out changeset 675a7c4287a5 (bug 1123852) xperf permafail.
- # [23:24] <jesup> maybe I just have the wrong example page... but for me, 39 and nightly work the same; 40 is different
- # [23:24] <dholbert> jesup, I'm just looking at ars frontpage
- # [23:24] * RyanVM basically abandons any and all hope of any sort of timely inbound merge today
- # [23:24] <jesup> (android, BTW)
- # [23:24] <dholbert> jesup, (same. w/ Nightly)
- # [23:25] <dholbert> jesup, if I do "request desktop site", I can pinch-zoom the whole page & pan around
- # [23:26] <jesup> dholbert: I may be in request desktop, not sure. (I don't think I did so explicitly). I can pinch and zoom around, but the menubar is fixed at x offset 0. On chrome 40 the x offset isn't fixed
- # [23:27] <dholbert> jesup, (request desktop is a checkbox in our main menu, which is probably a hamburger-looking button near upper-right)
- # [23:27] <dholbert> jesup, ah, I see what you mean
- # [23:27] <jesup> I'm not
- # [23:27] * Quits: yzen_ (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [23:27] <jesup> ok, cool
- # [23:27] <dholbert> jesup, it only happens if you scroll down, it looks like
- # [23:28] * Quits: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [23:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/953db4d13beb - Steven Michaud - Bug 1117027 - Unity DT2 demo crashes on first click with e10s disabled on OS X. r=mstange
- # [23:28] <jesup> yeah, they change the header I think
- # [23:28] <dholbert> jesup, (it looks like they make it fixed-pos when you scroll it out of view)
- # [23:28] <jesup> yup
- # [23:28] <jesup> common trick
- # [23:28] <dholbert> seems like a handy feature
- # [23:28] <dholbert> the chrome visual-viewport thing, I mean
- # [23:28] * Quits: janv (varga@moz-vse.1v0.143.178.IP) (Quit: This computer has gone to sleep)
- # [23:28] <jesup> there's a google doc with some details on what/why they're doing it
- # [23:28] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [23:29] * Quits: gustavold (gustavold@moz-ptttu5.redhat.com) (Quit: Leaving.)
- # [23:29] <jesup> mfinkle: ^ you may be interested in this too
- # [23:29] * Joins: tedders1 (tedders1@moz-1kl.6q6.132.1.IP)
- # [23:29] * kats is now known as kats|away
- # [23:29] <jesup> dholbert: is this something we would consider?
- # [23:30] * Joins: Jesse_ (jruderman@moz-cfhap5.mtv2.mozilla.com)
- # [23:30] <jesup> I think their comment mentioned this is in theory a violation of the spec, but I was reading quickly and I'm not a CSS spec guy
- # [23:30] * Quits: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [23:30] <dholbert> jesup, seems like it to me. The guy says "Now we're working together to try to get the CSS specs updated to accommodate it" -- presumably there's been talk on www-style or in CSSWG meetings about it
- # [23:31] <dholbert> (seems like it = seems like something we should consider)
- # [23:31] <jesup> I was just about to ask :-)
- # [23:31] * Quits: Rik (rik@moz-jni.ip0.160.37.IP) (Connection closed)
- # [23:31] <dholbert> and I think we'd want to make sure it was on a track to be standardized before we went off and implemented something
- # [23:32] <jesup> dholbert: do you want to take the ball on this to put it on our radar? (if it isn't already)
- # [23:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/68fee019fc00 - Abhishek Bhattacharya - Bug 1092547 - IonMonkey: Implement MathFunction(Log) recover instruction. r=nbp
- # [23:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8b693e4b0de - Ryan VanderMeulen - Backed out changesets fe340da3fb4c and 076426ec9ed6 (bug 1112537) for jit-test failures on OSX and Win8.
- # [23:34] * Quits: bogdan_maris (Instantbird@moz-ksj.47a.126.86.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [23:34] * Quits: florent (Thunderbird@moz-sinhj1.abo.wanadoo.fr) (Client exited)
- # [23:34] <dholbert> jesup, not sure. :) I suspect it's already somewhat on dbaron's radar, if it's been brought up with the CSSWG
- # [23:34] * Quits: rbarnes (rbarnes@moz-svj9u8.cisco.com) (A TLS packet with unexpected length was received.)
- # [23:34] <jesup> likely so
- # [23:35] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [23:35] * Joins: rbarnes (rbarnes@moz-f04slc.cisco.com)
- # [23:35] <jesup> I didn't imagine it'd be a surprise given how long it's been in the works
- # [23:35] <&dbaron> eh?
- # [23:35] <&dbaron> not sure any pinch zoom stuff is on my radar
- # [23:36] <dholbert> dbaron, this is RE https://plus.google.com/+RickByers/posts/bpxrWN4G3X5 (& the poster there says he's working w/ CSSWG)
- # [23:36] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:36] <dholbert> dbaron, basic idea is to let you pan a "virtual viewport", on mobile, including panning across fixed-pos elements
- # [23:36] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
- # [23:36] <&dbaron> I don't recall any discussion, but it's probably worth pointing roc, kats, and/or botond at it
- # [23:36] * Quits: ddamjano (Instantbird@moz-jk7jaq.cfl3.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
- # [23:36] * Joins: jdm (jdm@moz-4vu.06r.98.75.IP)
- # [23:36] <dholbert> yeah, I was about to suggest kats/botond might want to take a look
- # [23:36] <dholbert> possibly a new coordinate system! :)
- # [23:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9a389eb9609f - Allison Naaktgeboren - Bug 1107591 - Show site identity popup when clicking the favicon on phones.r=mcomella
- # [23:38] * Joins: IanN (chatzilla@moz-lnh6qk.cable.virginm.net)
- # [23:39] * Quits: rbarnes (rbarnes@moz-f04slc.cisco.com) (Ping timeout: 121 seconds)
- # [23:39] * gregglind is now known as gregglind_away
- # [23:39] <dholbert> jesup / dbaron, I'll comment on the chrome bug, asking if there's any spec work / text / discussion
- # [23:39] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [23:40] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [23:41] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Connection closed)
- # [23:41] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [23:41] <dholbert> (commented: https://code.google.com/p/chromium/issues/detail?id=148816#c142 )
- # [23:41] * Joins: Jesse (jruderman@moz-1c8e1p.ujol.1ibb.0101.2620.IP)
- # [23:41] * Quits: Jesse_ (jruderman@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [23:42] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
- # [23:42] * Quits: Pike (chatzilla@moz-lffm4l.pool.mediaWays.net) (Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20150108202552])
- # [23:43] <jesup> thanks guys
- # [23:43] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [23:43] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [23:44] <dholbert> jesup, np. (filing a placeholder bug, too)
- # [23:45] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Connection closed)
- # [23:45] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [23:45] * Quits: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP) (Quit: nn)
- # [23:46] * jlund|buildduty is now known as jlund|lunch
- # [23:47] * Quits: mwu (mwu@moz-1hrgl4.hntd.7296.000c.2601.IP) (Quit: Leaving)
- # [23:49] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [23:49] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [23:49] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [23:51] * Quits: alexbard_ (alexbardas@moz-hs2.dm4.232.62.IP) (A TLS packet with unexpected length was received.)
- # [23:53] * Quits: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp) (Client exited)
- # [23:53] * Quits: mkaply (mkaply@moz-6hv.10o.108.75.IP) (Client exited)
- # [23:54] * Joins: mkaply (mkaply@moz-6hv.10o.108.75.IP)
- # [23:54] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [23:56] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [23:56] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [23:56] * Joins: mt_ (mt@moz-qjbkeh.mtv2.mozilla.com)
- # [23:59] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # Session Close: Wed Jan 21 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