/irc-logs / mozilla / #developers / 2015-01-08 / end
Options:
Previous day, Next day
- # Session Start: Thu Jan 08 00:00:00 2015
- # Session Ident: #developers
- # [00:00] <@njn> ehsan_: so I don't see why https://dxr.mozilla.org/mozilla-central/source/xpcom/base/nsStackWalk.cpp#279 is needed
- # [00:00] <hub> and the stack looks.... awful
- # [00:00] <ehsan_> njn: yes :)
- # [00:00] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
- # [00:00] <ehsan_> njn: you mean the null check?
- # [00:00] <@njn> ehsan_: yes
- # [00:00] <@njn> ehsan_: is this called from different threads?
- # [00:01] <ehsan_> it could be
- # [00:01] <@njn> ehsan_: should the three locals at the top of the function be atomic?
- # [00:01] <ehsan_> njn: yes, but that may or may not be enough
- # [00:01] * Quits: wlach (wlach@moz-t2np4e.ckpj.s0pt.0450.2001.IP) (Quit: Ex-Chat)
- # [00:03] <seth> roc: yes, although i think writing a templated version that takes a lambda is also worthwhile since last i checked most implementations of std::function always do heap allocation
- # [00:03] * Quits: benfrancis|away (uid16068@moz-u0phi1.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [00:03] <@njn> dmajor: do we use WOW64 thread on Win64?
- # [00:03] <dmajor> njn: I don't understand the question
- # [00:04] * Quits: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
- # [00:04] <@njn> We use SuspendThread() in NS_StackWalk(), and http://msdn.microsoft.com/en-us/library/windows/desktop/ms686345%28v=vs.85%29.aspx says "A 64-bit application can suspend a WOW64 thread using the Wow64SuspendThread function"
- # [00:04] <@njn> http://msdn.microsoft.com/en-us/library/windows/desktop/ms679362%28v=vs.85%29.aspx says something similar for GetThreadContext()
- # [00:04] <@njn> dmajor: I'm just closely reading NS_StackWalk and trying to understand it, and this just looked like something that maybe needs to be changed for 64-bit stack-walking to work...
- # [00:05] * Quits: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl) (Quit: Leaving...)
- # [00:05] * whimboo is now known as whimboo|afk
- # [00:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [00:06] <ehsan_> dmajor: ping
- # [00:06] <dmajor> njn: when we are 64-bit, we shouldn't have any WOW64 ("windows-on-windows64" aka emulated) threads
- # [00:06] <dmajor> ehsan_: pong
- # [00:06] <@njn> dmajor: ok
- # [00:06] <ehsan_> dmajor: how do I repro bug 1097452?
- # [00:07] <dmajor> ehsan_: do you have a "customize" button on https://crash-stats.mozilla.com/search/ ? it may need special socorro bits
- # [00:07] * mcote is now known as mcote|afk
- # [00:07] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
- # [00:07] * Joins: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
- # [00:08] <ehsan_> dmajor: I don't...
- # [00:08] <ehsan_> dmajor: actually, this should be very easy to write a test case for
- # [00:08] <dmajor> ehsan_: yeah it boils down to a humongous SetValue
- # [00:08] <ehsan_> well, but I have a 64-bit build...
- # [00:08] <ehsan_> yes
- # [00:09] <ehsan_> dmajor: how about I fix it and you test the fix? ;)
- # [00:09] <dmajor> ehsan_: wfm
- # [00:09] <ehsan_> \o/
- # [00:09] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
- # [00:09] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [00:10] * Quits: bz (bzbarsky@moz-86k7mn.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
- # [00:10] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
- # [00:10] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Quit: Leaving...)
- # [00:11] <Bas> What's the status on inbound?
- # [00:11] * efaust also curious
- # [00:12] <ehsan_> Bas: were you asking about a preview pane in gmail a while ago?
- # [00:12] <kbrosnan> you probably need to sign into socorro
- # [00:12] <froydnj> Delta706: np, did you get things fixed?
- # [00:12] <Bas> ehsan_: Might've been? Don't remember?
- # [00:13] <froydnj> roc: probably! guess we should use that now? (though stlport might be holding us back...)
- # [00:13] <ehsan_> Bas: I notices today that there is a gmail labs thing that apparently adds a preview pane, you can turn it on in settings -> labs
- # [00:13] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
- # [00:13] <ehsan_> Bas: thought you may be interetsed
- # [00:13] <Delta706> froydnj: yes. Your questions inspired me to re-examine some assumptions about the nature of the problem
- # [00:13] <Bas> ehsan_: Oh, I don't use gmail, I was just surprised it didn't exist :)
- # [00:13] * Quits: Archaeopteryx (Archaeopter@moz-mscgc7.cust.telecolumbus.net) (Quit: Goodbye)
- # [00:14] <ehsan_> ok
- # [00:16] * Quits: Pike (chatzilla@moz-7fuldt.pool.mediaWays.net) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
- # [00:16] <ehsan_> dmajor: do our string classes support infallible allocation?
- # [00:16] <ehsan_> dmajor: err, fallible?
- # [00:17] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Quit: Leaving)
- # [00:17] <Bas> ehsan: I have all my Mozilla e-mail forwarded to my own Kolab mail server.
- # [00:17] <ehsan_> Bas: cool
- # [00:18] <ehsan_> dmajor: nm I think I found it
- # [00:18] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [00:18] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [00:19] <@smaug> http://mxr.mozilla.org/mozilla-central/source/xpcom/string/nsTSubstring.h#701
- # [00:20] * bc is now known as bc|bbiab
- # [00:21] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [00:22] * Quits: Rik (rik@moz-5r25el.9fj5.68v8.0e35.2a01.IP) (Ping timeout: 121 seconds)
- # [00:22] * coop|mtg is now known as coop|afk
- # [00:22] * Joins: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP)
- # [00:23] * Quits: givanica (Thunderbird@moz-g4j.rug.121.86.IP) (Client exited)
- # [00:23] * miketaylr is now known as zz_miketaylr
- # [00:25] <Bas> We really do need inbound back .....
- # [00:25] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [00:26] <jcranmer> sigh
- # [00:27] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=ee72fef1c554 - 11 changesets
- # [00:27] <jcranmer> do we have a dvcs clone of CVS history?
- # [00:27] <jcranmer> with branches and tags?
- # [00:27] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (Client exited)
- # [00:27] <JesperHansen> ohai! Our call to asyncPromptAuth here https://mxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/nsHttpChannelAuthProvider.cpp#975 -- and the passwordmgr can |throw| here http://mxr.mozilla.org/mozilla-central/source/toolkit/components/passwordmgr/nsLoginManagerPrompter.js#692 but it doesn't appear we actually handle the throw? Seeing this error since an addon is throwing JavaScript error: , line 0: uncaught exception: 21477
- # [00:27] <JesperHansen> 46065
- # [00:28] * Joins: alexbard_ (alexbardas@moz-ojbdqg.GR.idilis.net)
- # [00:28] <JesperHansen> ericjung: ^
- # [00:29] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Quit: )
- # [00:29] * Fallen is now known as Fallen|away
- # [00:30] * Quits: alexbardas (alexbardas@moz-7illpf.CS.idilis.net) (Ping timeout: 121 seconds)
- # [00:33] * Quits: jchaulk (jchaulk@moz-fmkdq3.cpe.pppoe.ca) (Quit: Leaving.)
- # [00:35] * Joins: kamidphi_ (dglastonbur@moz-ouggk0.tpgi.com.au)
- # [00:36] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [00:36] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [00:37] * heycam is now known as heycam|away
- # [00:37] <Bas> Who's the sheriff atm?
- # [00:37] * heycam|away is now known as heycam
- # [00:37] <KWierso> Bas: hi
- # [00:37] <Bas> KWierso: What are we waiting for for inbound? :)
- # [00:37] * Joins: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch)
- # [00:37] <KWierso> I'll be opening inbound after I get a merge out of it and then back into it
- # [00:38] * chmanchester is now known as chmanchester|afk
- # [00:38] * Joins: davidb (davidb@moz-m43nsg.dsl.bell.ca)
- # [00:38] <Bas> KWierso: Awesome, thanks.
- # [00:38] <froydnj> Delta706: glad to hear they helped
- # [00:39] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: Leaving)
- # [00:39] * Quits: Delta706 (xx@moz-2sc772.dsl.as9105.com) (Quit: and how is your war going)
- # [00:39] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [00:42] * Joins: jdm (jdm@moz-4vu.06r.98.75.IP)
- # [00:42] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=70de2960aa87 - 63 changesets
- # [00:42] <billm> fabrice: ping
- # [00:43] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [00:43] * sheppy is now known as sheppy-offline
- # [00:43] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [00:43] * jchen is now known as jchen|away
- # [00:44] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [00:44] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [00:45] * Quits: davidb (davidb@moz-m43nsg.dsl.bell.ca) (Quit: Blah blah blah)
- # [00:45] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [00:46] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [00:46] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [00:46] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Ping timeout: 121 seconds)
- # [00:47] <fabrice> billm: pong
- # [00:47] * Joins: mccr8_ (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [00:47] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [00:47] * Joins: mixedpuppy (mixedpuppy@moz-e85kcc.mycingular.net)
- # [00:47] <billm> fabrice: do you know if we notify profile-before-shutdown on b2g during shutdown?
- # [00:47] <billm> fabrice: shutdown of the parent process, that is
- # [00:48] <fabrice> billm: I think we do in the parent process
- # [00:48] <fabrice> but would need to double check
- # [00:48] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [00:48] <billm> fabrice: I'd appreciate it if you could
- # [00:49] <fabrice> billm: is that urgent?
- # [00:49] <billm> fabrice: well, I'm reviewing a patch. I could ask you for feedback on it if you like.
- # [00:50] <fabrice> billm: yes please, so I don't forget
- # [00:50] <billm> fabrice: ok, thanks
- # [00:51] * Joins: mixedpuppy_ (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [00:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=70de2960aa87 - 62 changesets
- # [00:52] <KWierso> Bas: ^
- # [00:52] <KWierso> inbound open
- # [00:52] <Bas> KWierso: Sweet!
- # [00:52] * Quits: mixedpuppy (mixedpuppy@moz-e85kcc.mycingular.net) (Ping timeout: 121 seconds)
- # [00:52] * mixedpuppy_ is now known as mixedpuppy
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d091f3311b4 - Bas Schouten - Bug 1118328 - Part 1: Expose DoesBackendSupportDataDrawTarget function to test backend capabilities. r=jrmuizel
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/467595d39929 - Bas Schouten - Bug 1118328 - Part 2: Test whether the content backend supports creating data draw targets before attempting to create one. r=jrmuizel
- # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=ca142ec8ba0f - 75 changesets
- # [00:54] * Quits: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:55] * KWierso is now known as KWierso|brb
- # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=c6b66f227225 - 115 changesets
- # [00:57] * Quits: mccr8_ (mccr8@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [00:57] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [00:57] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
- # [00:58] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
- # [00:58] * Quits: raniere_ (raniere@moz-ierk2a.telesp.net.br) (Ping timeout: 121 seconds)
- # [00:58] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [00:58] <dmajor> error: commit.critic hook raised an exception: No module named ConfigParser <-- ??
- # [00:59] * Joins: nattokirai (nattokirai@moz-86b4bs.bitcat.net)
- # [01:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a909e2281ed1 - Bobby Holley - Bug 1116883 - Allow segment type box at the beginning of a media segment per spec. r=karlt
- # [01:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/20ab622b36c1 - Bobby Holley - Bug 1064128 - Implement support for timestampOffset in segments mode. r=k17e,r=cajbir
- # [01:00] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
- # [01:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6c8f62d7fd1c - Jim Mathies - Bug 1117140 - Avoid allocating some resources in the gmp child process which we have no use for. r=bsmedberg
- # [01:02] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
- # [01:03] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [01:04] * Quits: kinetik (kinetik@moz-cr71ll.orcon.net.nz) (Ping timeout: 121 seconds)
- # [01:04] * Quits: ehugg (ehugg@moz-m1p.235.170.166.IP) (Client exited)
- # [01:05] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
- # [01:05] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [01:06] * Quits: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com) (Quit: )
- # [01:08] * Quits: alexbard_ (alexbardas@moz-ojbdqg.GR.idilis.net) (A TLS packet with unexpected length was received.)
- # [01:09] * jchen|away is now known as jchen
- # [01:11] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [01:11] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [01:12] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [01:12] * Quits: nrc|afk (nrc@moz-1crlv1.xtra.co.nz) (Connection closed)
- # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/633a1d06b192 - Bas Schouten - Bug 1115819: Deal with failure to create a realized bitmap in SourceSurfaceD2D1::DrawTargetWillChange. r=jrmuizel
- # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8309d6ce7a38 - Bas Schouten - Bug 1114398 - Part 1: Make Direct2D paths specifically typed to a backend type. r=jrmuizel
- # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d5ead6673b95 - Bas Schouten - Bug 1114398 - Part 2: Test whether the path backend matches the DrawTarget backend for the SVG path cache. r=jwatt
- # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6c673d6a2fb8 - Bas Schouten - Bug 1107718: Properly deal with a D3D11 device reset. r=nical
- # [01:12] * Joins: nrc|afk (nrc@moz-1crlv1.xtra.co.nz)
- # [01:12] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
- # [01:12] * Joins: raniere_ (raniere@moz-7ds.s7k.138.177.IP)
- # [01:13] * Joins: espadrine (ttyl@moz-l019mn.fbx.proxad.net)
- # [01:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3ca05c4232ab - Bas Schouten - Bug 1107718 - Addendum: Properly address review comments. r=nical
- # [01:13] * nrc|afk is now known as nrc
- # [01:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/689797cc26c4 - Seth Fowler - Bug 1116737 - Merge FrameBlender into FrameAnimator. r=tn
- # [01:16] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [01:16] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [01:16] * Quits: tanvi (tanvi@moz-1dcggn.p1o0.l3en.0009.2601.IP) (Quit: Leaving.)
- # [01:17] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [01:17] * Quits: mwargers_afk (mwargers@moz-tst4f6.adsl.online.nl) (Ping timeout: 121 seconds)
- # [01:17] * Joins: mwargers_afk (mwargers@moz-io55hq.ip.prioritytelecom.net)
- # [01:17] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
- # [01:17] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [01:18] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=10faada5da34 - 19 changesets
- # [01:19] * Joins: garvank_ (Garvan@moz-94kih2.dsl.teksavvy.com)
- # [01:19] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [01:20] * Quits: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch) (Quit: Leaving.)
- # [01:21] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Connection closed)
- # [01:21] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
- # [01:22] * ewong|away is now known as ewong
- # [01:22] <sicking> bkelly: btw, are you backporting the loadgroup-for-sharedworkers patch as far as needed?
- # [01:23] <sicking> bkelly: it'd be bad if we broke loading from sharedworkers for a release or two
- # [01:23] * AutomatedTester is now known as AutomatedTester|AFK
- # [01:24] * Quits: ehsan_ (ehsan@moz-bof4i8.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [01:25] * philor|away is now known as philor
- # [01:26] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
- # [01:26] * squib_ is now known as squib
- # [01:27] * Joins: sicking_ (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [01:28] * Quits: jimm (jmathies@moz-met.a66.235.67.IP) (Quit: )
- # [01:29] * philor is now known as philor|away
- # [01:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9e0680f301a4 - Jeff Gilbert - Bug 1105535 - Move color_buffer_[half_]float out from draft status. - r=kamidphish
- # [01:29] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
- # [01:29] * sicking_ is now known as sicking
- # [01:29] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [01:30] * Quits: mwargers_afk (mwargers@moz-io55hq.ip.prioritytelecom.net) (Ping timeout: 121 seconds)
- # [01:30] * Quits: kentuckyfriedtakahe (ajones@moz-lq7e01.5h0u.b0fh.0cb0.2001.IP) (Ping timeout: 121 seconds)
- # [01:31] * Joins: mwargers_afk (mwargers@moz-tst4f6.adsl.online.nl)
- # [01:32] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
- # [01:32] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [01:33] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Quit: Leaving)
- # [01:33] * Quits: mwargers_afk (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
- # [01:34] * Joins: mwargers_afk (mwargers@moz-tst4f6.adsl.online.nl)
- # [01:36] * Joins: lgarner (lgarner@moz-ncr.att.59.50.IP)
- # [01:37] * Parts: marco (marco@moz-7cmht9.retail.telecomitalia.it) ("")
- # [01:37] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [01:38] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [01:39] * Joins: Waldo (waldo@moz-pqc1f5.ca.comcast.net)
- # [01:41] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
- # [01:41] * Quits: bgrins (bgrins@moz-houeei.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [01:42] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [01:42] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
- # [01:43] * Quits: bent (chatzilla@moz-510bvf.2rkg.9kg1.0101.2620.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [01:44] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [01:44] * zz_miketaylr is now known as miketaylr
- # [01:44] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [01:47] * Joins: jchaulk (jchaulk@moz-fmkdq3.cpe.pppoe.ca)
- # [01:47] * Quits: kaze (kaze@moz-8ion1q.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [01:48] * nsm is now known as nsm|away
- # [01:49] <seth> mrbkap: have i got good news for you!
- # [01:50] <seth> mrbkap: image/test/browser/browser_image.js turns out to be so sensitive to timing that a patch i wrote to allocate frames off-main-thread makes it intermittent even without e10s
- # [01:50] <seth> mrbkap: so i'm disabling it. it's crap. needs to be rewritten
- # [01:50] * KWierso|brb is now known as KWierso
- # [01:51] <seth> mrbkap: oh wait.. maybe that wasn't the one you were working on
- # [01:51] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [01:51] <seth> mrbkap: in which case.. bummer. not such good news after all
- # [01:51] <Waldo> heh
- # [01:52] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [01:53] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
- # [01:54] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [01:54] <dmajor> ooh, Waldo is back. 1119030 is calling your name
- # [01:54] <seth> mrbkap: these imagelib browser tests are terrible. the one i'm disabling actually had four different intermittent orange bugs filed already =\
- # [01:54] <Waldo> o rly
- # [01:55] <seth> dmajor: the trick is to draw him out with a good news/bad news switcheroo
- # [01:55] <Waldo> coincidentally that was the top mail thread in my bugmail folder, so
- # [01:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/92190a900cb0 - Wes Kocher - Backout 467595d39929 (bug 1118328) for build bustage on a CLOSED TREE
- # [01:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b30f55f7f94c - Wes Kocher - Backout 0d091f3311b4 (bug 1118328) for build bustage on a CLOSED TREE
- # [01:56] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Quit: )
- # [01:56] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [01:56] * sydpolk is now known as sydpolk|afk
- # [01:57] <mrbkap> seth: Yeah, they're bad news, all of them.
- # [01:57] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [01:57] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Connection closed)
- # [01:57] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [01:58] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
- # [01:58] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [01:58] <Bas> Sorry :)
- # [01:59] <Bas> Clang can be so obnoxious.
- # [01:59] * Quits: brendan (brendaneich@moz-5tm501.public.wayport.net) (Client exited)
- # [01:59] <Waldo> dmajor: seems fine enough to me
- # [01:59] <Waldo> now just hope even that doesn't get unified :-)
- # [01:59] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Ping timeout: 121 seconds)
- # [02:00] <dmajor> heh. my local build checks out. will dump a pgo build from try when it's ready.
- # [02:00] <Bas> KWierso: Sorry about that. I don't understand how clang does -not- figure out we deal with all possible cases in that function. Incompetent compiler.
- # [02:00] <glandium> Bas: it's gcc
- # [02:00] * Quits: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [02:00] * jchen is now known as jchen|away
- # [02:01] <Bas> glandium: Ah, incompetent gcc then :p
- # [02:01] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
- # [02:01] * killer sets mode: +o ehsan
- # [02:01] <glandium> Bas: and msvc
- # [02:01] <Bas> glandium: Yeah, that's warning treated as errors though :)
- # [02:01] <KWierso> Bas: yeah, osx is building just fine
- # [02:02] <Bas> glandium: It could be nice if we had warnings-as-errors on in local builds the same way we did on the buildbots :s
- # [02:02] <Bas> *would
- # [02:02] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [02:02] <glandium> Bas: you can enable them. but if you don't use the same compiler as automation, you're likely screwed
- # [02:02] <glandium> (as in, you'd fail to build fairly frequently)
- # [02:03] <Bas> I'll push again with the problem fixed.
- # [02:03] <glandium> KWierso: the question is: why?
- # [02:03] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [02:03] * Quits: mak (uid24946@moz-7ljuor.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [02:03] <glandium> same question applies to b2g desktop builds
- # [02:04] <glandium> why are they not failing?
- # [02:04] * Joins: fabrice1 (fabrice@moz-3102bl.ujol.1ibb.0101.2620.IP)
- # [02:04] <KWierso> glandium: my go-to answer is "aliens"
- # [02:04] <glandium> # DISABLED WHILE NOT ON TRY ac_add_options --enable-warnings-as-errors
- # [02:04] <glandium> in b2g desktop mozconfigs
- # [02:04] * Quits: @Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [02:04] <glandium> but it's on try now
- # [02:05] <glandium> mac builds are supposed to have it, Bas: is that code not on mac?
- # [02:05] * Parts: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
- # [02:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [02:06] <Bas> Who knows. I'll just put a return false at the end of the function and repush when the tree re-opens :p
- # [02:06] * terrence is now known as terrence-afk
- # [02:07] * Joins: lsumar_ (lsumar@moz-4v0.gkd.16.182.IP)
- # [02:07] * sfink|offline is now known as sfink
- # [02:08] * Joins: lsumar__ (lsumar@moz-4v0.gkd.16.182.IP)
- # [02:08] <glandium> the line number the error is reported on isn't in the function the error is reported on O_o
- # [02:08] <glandium> oh wait, I'm looking at the backed out tree
- # [02:09] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [02:09] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [02:10] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [02:10] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [02:10] * Quits: kgrandon (Adium@moz-kndkmk.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [02:10] * Quits: lsumar__ (lsumar@moz-4v0.gkd.16.182.IP) (Quit: Leaving)
- # [02:11] * Quits: lsumar (lsumar@moz-4v0.gkd.16.182.IP) (Ping timeout: 121 seconds)
- # [02:11] * Quits: lsumar_ (lsumar@moz-4v0.gkd.16.182.IP) (Ping timeout: 121 seconds)
- # [02:11] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [02:13] <glandium> filed 1119064
- # [02:13] * Quits: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
- # [02:13] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Connection closed)
- # [02:14] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [02:16] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [02:16] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [02:16] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [02:20] * jchen|away is now known as jchen
- # [02:21] * Quits: jimb (user@moz-c3a.i8g.126.207.IP) (Ping timeout: 121 seconds)
- # [02:22] * Joins: bdahl (bdahl@moz-4bfv6t.2rkg.9kg1.0101.2620.IP)
- # [02:22] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
- # [02:24] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [02:24] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [02:25] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [02:27] <dmajor> glandium: does android not do PGO? my try failed
- # [02:27] <glandium> dmajor: android doesn't do pgo
- # [02:27] <dmajor> glandium: is there a list of what platforms do (or don't do) pgo?
- # [02:28] * Quits: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
- # [02:28] * miketaylr is now known as zz_miketaylr
- # [02:28] <glandium> dmajor: linux and windows
- # [02:28] * Joins: kentuckyfriedtakahe (ajones@moz-27om55.5h0u.b0fh.0cb0.2001.IP)
- # [02:28] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
- # [02:28] <dmajor> glandium: all linuxes?
- # [02:29] <glandium> dmajor: linux opt and linux64 opt
- # [02:29] <dmajor> glandium: ok. thanks
- # [02:29] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
- # [02:29] <glandium> /maybe/ b2g desktop too
- # [02:29] <glandium> mozconfigs say no
- # [02:30] * glob|away is now known as glob
- # [02:30] <glandium> dmajor: search for MOZ_PGO in release mozconfigs
- # [02:30] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [02:31] * dmajor wants a try option "PGO where available"
- # [02:31] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [02:31] <glandium> dmajor: a try option to do builds with the release mozconfigs would be useful
- # [02:32] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
- # [02:34] <@ehsan> KWierso: any ETA on reopening?
- # [02:35] * Quits: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP) (Ping timeout: 121 seconds)
- # [02:35] * heycam is now known as heycam|away
- # [02:35] <@ehsan> actually it doesn't matter, I only have one patch to land anyway! :)
- # [02:35] <KWierso> ehsan: last time I answered that question, the tree was busted with the first push that landed...
- # [02:35] <@ehsan> heh
- # [02:36] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Ping timeout: 121 seconds)
- # [02:37] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [02:37] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
- # [02:37] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:38] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [02:39] <KWierso> ehsan: open
- # [02:39] <KWierso> be gentle
- # [02:39] <@ehsan> thanks!
- # [02:40] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
- # [02:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/11a25a9c0850 - Ehsan Akhgari - Bug 1118613 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/media; r=kinetik
- # [02:41] * Quits: azakai (alon@moz-c8813n.ujol.1ibb.0101.2620.IP) (Quit: Ex-Chat)
- # [02:41] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
- # [02:42] * Quits: jchaulk (jchaulk@moz-fmkdq3.cpe.pppoe.ca) (Quit: Leaving.)
- # [02:45] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Ping timeout: 121 seconds)
- # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/18557b56adbe - Mike Hommey - Bug 1091377 - Don't use -static-libstdc++ when building with stlport. r=mshal
- # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2d03b2b604af - Bob Owen - Bug 1110760 - Import Chromium Sandbox wow_helper code. r=aklotz
- # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7df8d6639971 - Mike Hommey - Bug 1110760 - Increase the chances of the wow_helper target code symbols being in the assumed order. r=aklotz
- # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c2845100484d - Mike Hommey - Bug 1110760 - Build and Package Chromium Sandbox wow_helper. r=gps
- # [02:48] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [02:48] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (A TLS packet with unexpected length was received.)
- # [02:49] * jchen is now known as jchen|away
- # [02:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cce47fbfe2fc - Margaret Leibovic - Bug 1118835 - Add back pref to show title in urlbar. r=mfinkle
- # [02:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6c10a8ad2e7b - Margaret Leibovic - Bug 1118835 - Add back (and update) testTitleBar. r=mfinkle
- # [02:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4b1ab47fec93 - Margaret Leibovic - backout 227dc63febd9 because of bug 1118835
- # [02:49] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [02:49] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
- # [02:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/51e4e9fcde24 - Nicholas Nethercote - Bug 1105895 - Use JSInlineString where possible in ConcatStrings(). r=jandem.
- # [02:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e95a4191ea5e - Nicholas Nethercote - Bug 1117017 - Initialize the IdSet lazily in jsiter.cpp:Snapshot(). r=sfink.
- # [02:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5e04df19d581 - Nicholas Nethercote - Bug 1118950 - Fix mistyped DEBUG condition in GlobalHelperThreadState(). r=bhackett.
- # [02:50] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [02:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/852f51cb251e - Aaron Klotz - Bug 1117864: Do not pass a runnable to PluginProcessParent::Launch when initializing plugins synchronously; r=jimm
- # [02:51] * raniere_ is now known as raniere
- # [02:52] * Joins: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/944289439ce9 - Bas Schouten - Bug 1118328 - Part 1: Expose DoesBackendSupportDataDrawTarget function to test backend capabilities. r=jrmuizel
- # [02:52] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [02:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ad0bd825782e - Bas Schouten - Bug 1118328 - Part 2: Test whether the content backend supports creating data draw targets before attempting to create one. r=jrmuizel
- # [02:52] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [02:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e38e801acf7b - Neil Deakin - Bug 1088540, fix email link for content processes, r=gijs
- # [02:53] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [02:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bb5356f6a251 - Neil Deakin - Bug 1102039, Ensure that the popup's widget visibility is updated after rollup, allows popups to disappear at the start of the minimize animation rather than after, r=tn
- # [02:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/83f3a7efed21 - Neil Deakin - Bug 1116457, attach the focus event listener to the right child window, r=jmaher
- # [02:53] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [02:53] * Quits: Waldo (waldo@moz-pqc1f5.ca.comcast.net) (Ping timeout: 121 seconds)
- # [02:55] * Joins: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [02:56] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [02:57] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [02:57] * Joins: Waldo (waldo@moz-pqc1f5.ca.comcast.net)
- # [02:57] * Joins: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net)
- # [02:57] * Quits: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [02:57] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [02:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/418de54aa5af - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [02:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9d9a63e4441f - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [02:59] * Quits: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [03:01] * Joins: mmcdonough (Martin@moz-qfl.dci.229.137.IP)
- # [03:01] * Quits: mmcdonough (Martin@moz-qfl.dci.229.137.IP) (Connection closed)
- # [03:02] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [03:04] * Joins: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:05] * Quits: Mook_as (mook@moz-vlall4.activestate.com) (Client exited)
- # [03:08] * Quits: kentuckyfriedtakahe (ajones@moz-27om55.5h0u.b0fh.0cb0.2001.IP) (Quit: Ex-Chat)
- # [03:08] * Quits: jdm (jdm@moz-4vu.06r.98.75.IP) (Connection closed)
- # [03:09] * Joins: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d54440baa318 - Edgar Chen - Bug 1112471 - Part 1: Introduce a new API for getting icc service state. r=hsinyi
- # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a07deec1d272 - Edgar Chen - Bug 1112471 - Part 2: DOM Changes for getting icc service state API. r=smaug
- # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/77324fcf60a0 - Edgar Chen - Bug 1112471 - Part 3: RIL Changes for getting icc service state API. r=hsinyi
- # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f1997f0cf24b - Edgar Chen - Bug 1112471 - Part 4: Test case for getting icc service state API. r=hsinyi
- # [03:11] * Joins: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net)
- # [03:11] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [03:12] * Joins: jdm (jdm@moz-4vu.06r.98.75.IP)
- # [03:12] * Quits: borrell (borrell@moz-nhb2eg.tpgi.com.au) (Connection closed)
- # [03:13] * Joins: borrell (borrell@moz-nhb2eg.tpgi.com.au)
- # [03:13] * glob is now known as glob|away
- # [03:13] * Joins: chewey (chewey@moz-2tiq5p.dip0.t-ipconnect.de)
- # [03:13] * Quits: fabrice1 (fabrice@moz-3102bl.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [03:14] * darkowlzz|afk is now known as darkowlzz
- # [03:14] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [03:15] * Quits: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [03:15] * Quits: espadrine (ttyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [03:16] * Quits: chewey_ (chewey@moz-ee3ikv.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [03:16] * Joins: boris (boris@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:16] * Joins: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [03:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6d8e998d6212 - JerryShih - Bug 1118841 - Implement the RefreshTimerVsyncDispatcher. r=kats
- # [03:19] * heycam|away is now known as heycam
- # [03:20] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [03:20] * darkowlzz is now known as darkowlzz|afk
- # [03:20] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
- # [03:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/88492808aea5 - Jeff Muizelaar - Bug 1119089. Switch from the ineffecient x = x.sub(x, y) to x.subout(y);
- # [03:21] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
- # [03:21] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [03:23] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: Leaving)
- # [03:23] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [03:23] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
- # [03:23] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
- # [03:24] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Quit: )
- # [03:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0eab08995eee - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [03:27] * Quits: lgarner (lgarner@moz-ncr.att.59.50.IP) (Ping timeout: 121 seconds)
- # [03:27] <glandium> Bas: you busted again
- # [03:27] <glandium> the ics emulator failures were different
- # [03:27] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
- # [03:27] <Bas> glandium: WTF does that error even mean?
- # [03:28] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [03:28] <Bas> I'll push a followup if someone can tell me what's defunct about that compiler.
- # [03:28] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [03:29] <KWierso> Bas: tree's closed for your followup
- # [03:29] <glandium> Bas: it's gcc 4.4, there are enum related bugs in 4.4
- # [03:29] <Bas> glandium: Oh for the love of ..... if I just make it into a plain old if will it know how to now be stupid?
- # [03:30] <glandium> Bas: probably
- # [03:31] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [03:31] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Ping timeout: 121 seconds)
- # [03:32] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
- # [03:33] <glandium> Bas: or not. it's a enum class thing
- # [03:33] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Ping timeout: 121 seconds)
- # [03:33] * Quits: mchang (mchang@moz-4b7hgp.res.rr.com) (Client exited)
- # [03:33] <Bas> glandium: Wait.. what? Like.. what is it complaining about?
- # [03:33] <Bas> My code is perfectly valid.
- # [03:34] * Quits: bdahl (bdahl@moz-4bfv6t.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
- # [03:34] <glandium> Bas: it is valid... if you consider BackendType is an enum... which, with gcc < 4.6.3, it's not
- # [03:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8ddc750a2924 - Kai-Zhen Li - Bug 1113655 - Fix bustage when camera is enabled and webtrc is not enabled. r=sotaro
- # [03:35] <Bas> glandium: I don't know what that means, but how do I fix it? :P
- # [03:35] * glob|away is now known as glob
- # [03:35] <glandium> Bas: what's your local os?
- # [03:35] <Bas> Windows 8.1
- # [03:36] <glandium> mmmm I don't know how well that'll work on windows, but try building that code with MOZ_HAVE_CXX11_ENUM_TYPE and MOZ_HAVE_CXX11_STRONG_ENUMS removed from the MSC_VER branch of mfbt/TypedEnumInternal.h
- # [03:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8fa274cce616 - Wes Kocher - Backout 852f51cb251e (bug 1117864) for various plugin test failures on a CLOSED TREE
- # [03:37] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [03:37] <Bas> glandium: I'll just push my experimental patch and back it all out if it doesn't work.
- # [03:38] * RyanVM|afk gives Bas his ticket in the "patches waiting for gcc4.4 to die so they can land" line
- # [03:38] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [03:39] <Unfocused> all i'm hearing is that linux would be better if it had a decent compiler like windows does
- # [03:39] <glandium> Bas: reading TypedEnum.h, it looks like BackendType backendType; if (Factory::DoesBackendSupportDataDrawtarget(mContentBackend)) { backendType = mContentBackend; } else { backendType = BackendType::CAIRO; } should work
- # [03:39] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
- # [03:39] * Unfocused ducks and runs
- # [03:39] <Bas> glandium: That's more or less what my patch does.
- # [03:39] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
- # [03:40] <glandium> Unfocused: it's not even linux, it's b2g, and yes, b2g's toolchain is a drag
- # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/28bbffbcd08e - Bas Schouten - Bug 1118328 - Part 2 - Followup: Workaround a bug in GCC 4.4. r=bustage on a CLOSED TREE
- # [03:40] * Quits: &dbaron (dbaron@moz-5k7m8a.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
- # [03:41] <glandium> Bas: note that technically, it's a bug in TypedEnum
- # [03:41] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [03:41] <Bas> glandium: *nods* that makes sense.
- # [03:41] <glandium> but I don't see an obvious way around it
- # [03:41] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [03:41] <glandium> besides unsupporting old compiler
- # [03:42] <Bas> glandium: Yeah, no, looking at the code I understand the warning, if I use the assignment operator directly as I am with my followup we should be fine.
- # [03:44] * Joins: vchang (Vincent@moz-2hf62a.HINET-IP.hinet.net)
- # [03:45] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:45] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [03:45] * Joins: bz (bzbarsky@moz-m10oko.fios.verizon.net)
- # [03:46] * Joins: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [03:47] <khuey> froydnj: swearing is beginning
- # [03:47] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cef0ad1f6b62 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [03:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c16285169bbc - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [03:50] * Quits: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com) (Quit: Connection closed for inactivity)
- # [03:51] * bc|bbiab is now known as bc
- # [03:51] <glandium> looks like aklotz broke something
- # [03:51] <froydnj> khuey: had to start sometime
- # [03:53] <khuey> froydnj: indeed :/
- # [03:53] * darkowlzz|afk is now known as darkowlzz
- # [03:53] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
- # [03:54] <froydnj> khuey: does sound pretty crazy that the kernel's calling the right stuff and the right stuff is not happening :(
- # [03:54] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
- # [03:56] <khuey> froydnj: indeed
- # [03:57] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [03:58] * Joins: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net)
- # [03:58] <RyanVM|afk> glandium: do you know offhand if parallel linking is enabled by default for msvc2013 in our build system?
- # [03:58] <RyanVM|afk> the /ML flag IIUC
- # [03:58] <khuey> froydnj: I don't understand why we never seem to miss breakpoints
- # [03:58] <khuey> froydnj: but we sometimes miss syscalls
- # [03:58] <RyanVM|afk> AFAICT my link at the moment is only using one core :(
- # [03:58] * darkowlzz is now known as darkowlzz|afk
- # [03:58] <khuey> froydnj: since they write to the tracee the same way
- # [04:00] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [04:00] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [04:02] <glandium> RyanVM|afk: it's /MP, and it's a compiler option, not a linker option. And it only does parallel compilation when you give it multiple source files
- # [04:02] <glandium> so it's useless to us
- # [04:02] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [04:02] * Quits: boris (boris@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [04:02] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Ping timeout: 121 seconds)
- # [04:03] * Quits: Boriss (Boriss@moz-f1bjd5.PUBLIC.monkeybrains.net) (Client exited)
- # [04:04] * Joins: boris (boris@moz-3qu405.dynamic.hinet.net)
- # [04:04] <RyanVM|afk> glandium: http://randomascii.wordpress.com/2014/03/22/make-vc-compiles-fast-through-parallel-compilation/ is what I was thinking of
- # [04:04] <RyanVM|afk> and Ted was actually chiming in in the comment section :)
- # [04:04] <RyanVM|afk> but yeah, reading fail
- # [04:05] <@njn> dmajor: I have RtlVirtualUnwind() spitting out reasonable stacks!
- # [04:05] <RyanVM|afk> glandium: /cgthreads is the other interesting thing
- # [04:05] <@njn> on Win64!
- # [04:05] <dmajor> njn: nice! \o/
- # [04:05] * @njn pumps fists
- # [04:05] <RyanVM|afk> glandium: I'd be curious what /cgthreads:8 does for linking time
- # [04:06] <glandium> RyanVM|afk: the default is 4
- # [04:06] <@njn> glandium: those 18 MSDN tabs came in handy after all
- # [04:06] <dmajor> RyanVM|afk: I want to say I played with cgthreads a few months back but I can't remember what results I got
- # [04:06] <glandium> RyanVM|afk: and that only applies to ltcg, so in our case, pgo
- # [04:06] <dmajor> I assume they weren't awesome else I'd have landed a patch :)
- # [04:06] <RyanVM|afk> or GL locally :)
- # [04:06] <RyanVM|afk> but my CPU was only ~17% during linking :(
- # [04:06] <RyanVM|afk> disappointing
- # [04:07] <glandium> RyanVM|afk: GL is ltcg
- # [04:07] <RyanVM|afk> yeah, I know
- # [04:07] <@njn> dmajor: do you know why the current Win32 stack walking code goes to all the trouble of setting up another thread? there must be a reason why you can't walk the stack of the current thread on windows...
- # [04:08] <RyanVM|afk> dmajor: so on the bright side, I think that patch will work
- # [04:08] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
- # [04:08] <RyanVM|afk> but given that -GL doubles my build times, I'm probably going to just leave it out anyway :)
- # [04:08] * zz_miketaylr is now known as miketaylr
- # [04:08] * Quits: jdm (jdm@moz-4vu.06r.98.75.IP) (Quit: )
- # [04:08] * Quits: KaiRo (robert@moz-l9a6el.highway.telekom.at) (A TLS packet with unexpected length was received.)
- # [04:08] * RyanVM|afk was hoping MSVC2013 would do better, but oh well
- # [04:09] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
- # [04:09] * Joins: alexbardas (alexbardas@moz-ojbdqg.GR.idilis.net)
- # [04:10] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [04:10] <dmajor> njn: at the moment, no. I did wonder the same thing myself. I don't remember whether I found a satisfactory answer.
- # [04:10] <dmajor> man I am full of not-remembering. yay holidays
- # [04:11] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [04:11] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [04:11] <@njn> dmajor: are you the right person to review/feedback this patch?
- # [04:11] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [04:12] <dmajor> njn: I suspect there is no right person. aklotz or I are probably the closest thing.
- # [04:12] * khuey is now known as khuey|away
- # [04:12] <@njn> dmajor: and maybe ehsan
- # [04:12] <glandium> aha, i knew i felt something http://az416740.vo.msecnd.net/static-images/earthquake_jma/2015/01/08/20150108120203-20150108120600-large.jpg
- # [04:13] <@ehsan> dmajor: what's up?
- # [04:13] * Quits: alexbardas (alexbardas@moz-ojbdqg.GR.idilis.net) (Ping timeout: 121 seconds)
- # [04:13] <RyanVM|afk> glandium: but anyway, yeah, if 4 is the default and I'm not seeing much in the way of cpu utilization, 8 probably won't help either :)
- # [04:13] <@ehsan> njn: dmajor: I can answer that question :)
- # [04:13] <glandium> RyanVM|afk: i'm amazed there's a max
- # [04:14] <dmajor> ehsan: what is the answer? :)
- # [04:15] <dmajor> RyanVM|afk: I do notice my linker at 25% cpu (aka 4 cores) when it used to be 6% (1 core) with 2010, so that's something
- # [04:16] <dmajor> RyanVM|afk: and it did used to link a ton faster, until we threw more at the linker :P
- # [04:16] <@ehsan> dmajor: njn: the windows stackwalker cannot walk the stack of running threads
- # [04:16] <@ehsan> dmajor: njn: therefore we need to spawn another thread, pause the target thread, and then stackwalk it
- # [04:17] <@njn> ehsan: why not? in my patch to use RtlVirtualUnwind I accidentally did exactly that at first and it worked fine... :)
- # [04:17] <@ehsan> njn: we use StackWalk64 which is a layer on top of that
- # [04:18] <@njn> ehsan: but it doesn't work on Win64 so I'm trying RtlVirtualUnwind and it's working
- # [04:18] <@ehsan> njn: it doesn't work on win64?
- # [04:18] <@njn> nope
- # [04:18] <@ehsan> not work how?
- # [04:18] <@njn> bug 1088343
- # [04:18] <@njn> gives totally bogus stacks
- # [04:19] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [04:19] <@njn> that bug is about DMD, but stack walking is busted on win64 in general
- # [04:19] * Joins: gandi (zbraniecki@moz-u3dg2t.sfo1.mozilla.com)
- # [04:19] <@ehsan> crap!
- # [04:20] * KWierso is now known as KWierso|afk
- # [04:20] <@njn> ehsan: e.g. in http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-inbound-win64-debug/1420675200/mozilla-inbound_win8_64-debug_test-mochitest-other-bm111-tests1-windows-build226.txt.gz, search for test_aboutmemory.xul
- # [04:20] <@ehsan> njn: oh wait, I was misremembering
- # [04:20] <@ehsan> njn: dmajor: https://bugzilla.mozilla.org/show_bug.cgi?id=391321
- # [04:20] <dmajor> aha
- # [04:21] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [04:21] <@ehsan> freaking DLL loading :(
- # [04:21] <@njn> ehsan: there's a stack trace just below that line in the log, it's all messed up
- # [04:21] <@ehsan> njn: yeah that's terrible!
- # [04:21] <@ehsan> njn: can you verify if RtlVirtualUnwind needs to load DLLs?
- # [04:21] <@ehsan> (that is, whether it works in a static ctor?
- # [04:22] <@njn> ehsan: no idea. how would I tell?
- # [04:22] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Ping timeout: 121 seconds)
- # [04:22] <@ehsan> njn: call NS_ASSERTION(false) in a static ctor?
- # [04:22] <@njn> ehsan: can you give me an exampel static ctor?
- # [04:23] <@njn> I guess I could just make one
- # [04:23] <@ehsan> something like struct X { X() { NS_ASSERTION(false, "falsity"); } } x; at the global scope
- # [04:24] <@ehsan> (by static ctor I mean the function the compiler calls that calls the non-trivial constructors for global objects)
- # [04:26] <dmajor> the code lives in ntdll so I would assume/hope it has no dependencies
- # [04:26] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
- # [04:26] <@ehsan> yeah good point!
- # [04:27] <@ehsan> I would *love* us to stop using a thread for this
- # [04:27] <@njn> ehsan: the amount of mucking about to create that thread is large
- # [04:27] <@ehsan> no kidding
- # [04:27] <@ehsan> this whole thing is needlessly expensive :/
- # [04:28] <@njn> probably explains why DMD is really slow on Windows... it calls NS_StackWalk a *lot*
- # [04:28] * Quits: jet (uid49872@moz-2b8mdp.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [04:28] <@ehsan> yeah
- # [04:28] <@ehsan> NS_StackWalk is dog slow
- # [04:29] <@ehsan> njn: NS_DescribeCodeAddress is worse fwiw! it for example reads the debug info for xul.dll synchronously on the first call!
- # [04:30] <@njn> ah, that would explain the slow startup for DMD on Windows
- # [04:30] * Joins: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net)
- # [04:30] <@ehsan> haha yes!
- # [04:30] <@ehsan> years ago I did an instrumenting profiler which used it, that was my introduction to this disaster of a code!
- # [04:30] <@njn> why am I getting a compile error for NS_ASSERTION
- # [04:31] <@njn> unresolved external symbol __imp_NS_DebugBreak
- # [04:31] * Quits: Waldo (waldo@moz-pqc1f5.ca.comcast.net) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
- # [04:31] * @ehsan just realized he cannot remember the last time he wrote a non-fatal assertion
- # [04:31] <@ehsan> njn: which file did you edit?
- # [04:31] <@ehsan> you want something in libxul
- # [04:31] <@njn> nsStackWalk.cpp
- # [04:32] <@ehsan> huh
- # [04:32] <@njn> ok, I'll try something in dom/
- # [04:32] <@ehsan> debug build?
- # [04:32] <@ehsan> oh duh, of course yes
- # [04:32] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
- # [04:32] * Joins: tanvi (tanvi@moz-ne4o20.p1o0.l3en.0009.2601.IP)
- # [04:32] <@njn> ehsan: with DMD enabled, which might be the problem, because nsStackWalk.o gets linked into libdmd, IIRC
- # [04:33] <@njn> putting it in dom/ seems to work
- # [04:33] <@ehsan> ah yeah that would be it
- # [04:33] <@ehsan> RtlVirtualUnwind is x64 only?
- # [04:33] <@njn> ehsan: can I get the stack walking thread to walk itself?
- # [04:33] <@ehsan> thanks, Microsoft!
- # [04:33] <@njn> or will I have to get the calling thread to walk itself to trigger the deadlock?
- # [04:34] <@njn> (yeah, RtlVirtualUnwind is x64 and ARM only, not x86)
- # [04:34] <@ehsan> njn: no I think the DLL loading happens the first time you call it, and if you don't do this during dll loading (which is prior to where we can spawn threads) you should be good
- # [04:35] <@ehsan> because the dll is either already loaded or it is loaded after the module load lock is released
- # [04:36] <@ehsan> njn: it basically calls LoadLibrary. You deadlock if you call LoadLibrary from a static ctor on windows, even if you do it directly
- # [04:36] * glob is now known as glob|away
- # [04:36] <@ehsan> which is why I said "freaking dll loading lock" :) it's a pretty common issue with various APIs
- # [04:36] <dmajor> ehsan: RtlVirtualUnwind uses unwind data in the binary that x86 doesn't have :/
- # [04:36] <@ehsan> dmajor: doesn't the x64 calling convention have frame pointers always?
- # [04:37] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [04:37] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [04:38] * Quits: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP) (Client exited)
- # [04:39] <dmajor> ehsan: the unwind API provides more info than just the code addresses
- # [04:39] <jcranmer> oh lol, this post by John Foliot
- # [04:39] <jcranmer> ehsan: x64 is usually compiled without a frame pointer
- # [04:40] <jcranmer> x86 usually has the frame pointer
- # [04:40] <@njn> ehsan: I can't trigger the deadlock with the existing code on Win64
- # [04:40] <@ehsan> dmajor: http://msdn.microsoft.com/en-us/library/ms680617%28VS.85%29.aspx says it only returns the PC and the frame info?
- # [04:41] <@ehsan> njn: huh
- # [04:41] <@njn> ehsan: I may have done something wrong
- # [04:41] <jcranmer> ... claiming that the W3C is "both open and fair" in comparison to the WHATWG ...
- # [04:41] <dmajor> ehsan: check out the return type, for starters :)
- # [04:41] * Quits: jgilbert (jgilbert@moz-onnq66.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
- # [04:43] * Quits: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [04:43] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [04:44] * glob|away is now known as glob
- # [04:44] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
- # [04:44] <@ehsan> dmajor: holy cow!
- # [04:44] <@ehsan> :)
- # [04:45] * Quits: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [04:46] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
- # [04:46] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
- # [04:46] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Quit: Leaving)
- # [04:47] * Quits: tanvi (tanvi@moz-ne4o20.p1o0.l3en.0009.2601.IP) (Quit: Leaving.)
- # [04:47] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [04:48] <@njn> ehsan: should NS_ASSERTION print a stack trace? it's not.
- # [04:48] * darkowlzz|afk is now known as darkowlzz
- # [04:48] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Ping timeout: 121 seconds)
- # [04:49] <@ehsan> jcranmer: that post is a gem ;)
- # [04:49] <@ehsan> njn: it depends on an environment variable
- # [04:50] <dmajor> njn: XPCOM_DEBUG_BREAK=stack
- # [04:50] <@ehsan> ah yes
- # [04:50] * heycam is now known as heycam|away
- # [04:50] <@ehsan> I can never remember it
- # [04:50] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [04:52] <@njn> I still can't get the current code to deadlock. giving up on that for now
- # [04:54] <@ehsan> njn: can you get a deadlock if you call LoadLibrary?
- # [04:54] <@ehsan> oh wait a second
- # [04:54] <@ehsan> njn: these days we load xul.dll dynamically!
- # [04:54] <@ehsan> njn: can you move the static ctor into nsBrowserApp.cpp?
- # [04:54] <@ehsan> (which becomes firefox.exe)
- # [04:55] <@njn> ok
- # [04:55] <@ehsan> (or maybe to mozglue.dll, which is a better example)
- # [04:55] <@ehsan> njn: ^
- # [04:56] <@ehsan> hmm, but no matter when we load xul.dll, the loader lock should still be held when it's being loaded...
- # [04:56] <@ehsan> perhaps I'm seriously confused here
- # [04:58] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [05:00] <@ehsan> jcranmer: I'm contemplating whether I should answer him on svg with http://caniuse.com/#feat=svg
- # [05:01] <jcranmer> ehsan: I was tempted to respond to his comment about infographics with "just use SVG"
- # [05:01] <jcranmer> I decided against it
- # [05:02] <@ehsan> jcranmer: I'm so sad that I even asked originally on the thread :(
- # [05:02] <nigelb> oh wow, inbound.
- # [05:02] <jcranmer> I suspect the "use cases" for longdesc are "horribly contrived situations which definitionally only allow longdesc"
- # [05:03] <jcranmer> combined with sufficient haranguing to cause people to simply give up on trying to say no
- # [05:03] <@ehsan> jcranmer: no, they're "the browser opening the image description in a new page" ;)
- # [05:03] <jcranmer> ehsan: "horribly contrived situation"
- # [05:03] <jcranmer> judging from the example
- # [05:03] <@ehsan> indeed
- # [05:04] <jcranmer> things like "use SVG instead of PNG" is not sufficient for some bloody reason
- # [05:04] <@ehsan> I guess in a sense, he is answering my question of "Why not remove this feature?" :)
- # [05:04] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
- # [05:04] <@roc> yeah
- # [05:04] <@roc> it sucks to let bullies win at anything
- # [05:04] <@roc> but
- # [05:05] <@roc> remember that even when it looks like they won, they're still stuck with being bullies
- # [05:05] <@ehsan> that's true
- # [05:05] <jcranmer> writing the response was cathartic
- # [05:05] <jcranmer> sending it would be pointless
- # [05:06] <@roc> post it on Yammer
- # [05:06] * BenWa is now known as BenWa|email
- # [05:06] <@ehsan> fwiw my general rule of thumb is, when we get down to name calling, we are not having a conversation any more
- # [05:06] * Joins: sewardj_ (sewardj@moz-sub75a.dip0.t-ipconnect.de)
- # [05:06] * jcranmer stares at the long comments in the "add PGP support" bug
- # [05:06] <@ehsan> and I think that thread is past that point now
- # [05:06] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Quit: Leaving.)
- # [05:07] <jcranmer> the hard part is figuring out how to say "you're not contributing anything useful" in a polite and respectful manner to stop getting spammed with 15 emails a day
- # [05:07] <@roc> we do need some kind of protection to stop developers being bullied into adding crap
- # [05:08] <@roc> perhaps someone who can step in and say "I veto this feature, send all complaints to me"
- # [05:08] <jcranmer> IIRC, didn't we say that the telemetry showed exactly 0 uses of the longdesc menu item?
- # [05:08] <@roc> There must be more than zero
- # [05:08] <@roc> I assume John Foliot spends hours a day clicking to make sure there are
- # [05:08] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
- # [05:08] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [05:09] <jcranmer> roc: the problem with that is, well, bug mng
- # [05:09] <@roc> "Nobody uses this on the Web!" "Yeah? Well I'll fix that right now"
- # [05:09] <@roc> jcranmer: what about it?
- # [05:10] * Quits: sewardj (sewardj@moz-er7h7u.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [05:10] <jcranmer> roc: that someone will get a lot of email for a protracted period of time
- # [05:10] <@roc> Ah, but this veto person need not actually exist.
- # [05:11] <jcranmer> although thankfully the mng bug has been fairly quiet since 2010-07-12
- # [05:11] * Quits: RyanVM|afk (Thunderbird@moz-hbb9mb.fios.verizon.net) (Ping timeout: 121 seconds)
- # [05:11] <@roc> I think they're all advocating for WebP now
- # [05:11] <tbsaunde> from /dev/null@null.net?
- # [05:12] <@ehsan> roc: I've been thinking that we need a module owner for Gecko, someone who could make these calls
- # [05:12] <jcranmer> oh right, we can restrict comments now on bugzilla, can't we
- # [05:13] <@roc> ehsan: there's Brendan. And then there's the Technical Advisory Committee.
- # [05:13] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [05:14] <@roc> I don't think we have a governance problem here, really.
- # [05:14] <@roc> though I'm not familiar with the process under which longdesc was landed.
- # [05:15] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
- # [05:15] * @ehsan looks that up
- # [05:15] <@roc> that I'm not familiar with it perhaps means that it didn't escalate far enough, which can happen with any process.
- # [05:15] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [05:16] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Connection closed)
- # [05:16] <@ehsan> here is the bug: https://bugzilla.mozilla.org/show_bug.cgi?id=877453
- # [05:18] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Quit: Leaving.)
- # [05:18] * Quits: gandi (zbraniecki@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
- # [05:18] <@ehsan> no specific details
- # [05:19] * Joins: tedders1 (tedders1@moz-9a7jh1.ckpj.s0pt.0450.2001.IP)
- # [05:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2c7833c612e0 - Nick Alexander - Bug 1119051 - Advance session when meta/fxa_credentials is definitely stale. r=rnewman
- # [05:19] * Quits: @njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [05:20] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [05:20] * killer sets mode: +o njn
- # [05:22] * Joins: Silne30 (uid60686@moz-id2ujs.ealing.irccloud.com)
- # [05:24] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
- # [05:24] * killer sets mode: +ao dbaron dbaron
- # [05:24] * heycam|away is now known as heycam
- # [05:24] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [05:25] * Joins: Jesse (jruderman@moz-pqc1f5.ca.comcast.net)
- # [05:25] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
- # [05:26] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
- # [05:27] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [05:27] * nsm|away is now known as nsm
- # [05:27] * glob is now known as glob|away
- # [05:27] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [05:27] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [05:27] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
- # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d168a3ec4b95 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5db76886bbd2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [05:28] * Quits: chmanchester|afk (chmancheste@moz-cbt.jf0.246.96.IP) (Quit: )
- # [05:30] <heycam> what does it mean when I get a crash under mozilla::FramePointerStackWalk while in a triggered assertion
- # [05:30] <heycam> I stomped on the frame pointer in the stack somehow?
- # [05:30] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Quit: Leaving.)
- # [05:31] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
- # [05:34] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [05:37] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [05:38] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [05:39] * nigelb is now known as nigelb|sheriffduty
- # [05:39] <@ehsan> heycam: most likely
- # [05:41] <heycam> ehsan, ok
- # [05:41] <heycam> sounds like it'll be a pain to track down
- # [05:43] * Quits: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [05:43] * philor|away is now known as philor
- # [05:44] <&dbaron> heycam, in automation or in your own build?
- # [05:44] <heycam> dbaron, on try, but I'm also getting it locally
- # [05:44] <heycam> dbaron, with my first set of logical properties patches
- # [05:45] <heycam> maybe rr will help me
- # [05:45] <&dbaron> heycam, I feel like I've seen that sort of crash recently, but I don't remember how/why...
- # [05:46] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [05:47] * Quits: @ehsan (ehsan@moz-n3usua.cable.teksavvy.com) (Quit: vanished into thin air...)
- # [05:47] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
- # [05:47] <heycam> https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=b02537901def is it
- # [05:48] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
- # [05:49] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
- # [05:49] <philor> I'd sure start by blaming the slave
- # [05:49] <nigelb|sheriffduty> inbound looks like it's good to take a few hits again.
- # [05:49] * nigelb|sheriffduty does the persona song and dance
- # [05:50] <heycam> philor, managed to reproduce the same crash at the same point locally though
- # [05:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a405fef5be03 - Mark Hammond - Bug 1119078 - only pre-fetch the sync migration sentinel if using a legacy identity. r=rnewman
- # [05:50] <philor> bummer
- # [05:50] <heycam> it's probably my fault
- # [05:53] * BenWa|email is now known as BenWa
- # [05:53] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [05:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/00996e98fa62 - Brian Birtles - Bug 1112422 - Turn on the Web Animations API by default for chrome callers; r=bz
- # [05:54] * Joins: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
- # [05:55] <philor> seizing the coveted "first thing to land after a closure is always busted" postion!
- # [05:55] * heycam is now known as heycam|away
- # [05:55] * heycam|away is now known as heycam
- # [05:55] * Parts: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
- # [05:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/66b114f7c038 - Mark Finkle - Bug 937253 - Remove old unused WebApp code paths r=wesj
- # [05:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5419d08cbe98 - Mark Finkle - Bug 937253 - Make pinned tabs work for Homescreen shortcuts r=bnicholson
- # [05:56] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [05:57] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [05:59] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
- # [06:01] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
- # [06:03] * Quits: trevorh (trevor@moz-29pfj5.bigpond.net.au) (Ping timeout: 121 seconds)
- # [06:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a3292d545bea - Xidorn Quan - Bug 1069519 part 1 - Use common.css in previous ruby reftests. r=dholbert
- # [06:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/049151052034 - Xidorn Quan - Bug 1069519 part 2 - Make line height calculation be aware of ruby annotations. r=dholbert
- # [06:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/87ca345a3767 - Xidorn Quan - Bug 1069519 part 3 - Add reftests for ruby line height calculation. r=dholbert
- # [06:05] * Joins: fabrice (fabrice@moz-3oj.il6.198.71.IP)
- # [06:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eab4b3520c50 - Christoph Kerschbaumer - Bug 1107638 - Add innerWindowID to LoadInfo (r=sicking,jduell)
- # [06:08] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [06:09] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [06:09] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
- # [06:11] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [06:11] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [06:13] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [06:14] * Quits: Jesse (jruderman@moz-pqc1f5.ca.comcast.net) (Client exited)
- # [06:17] * Quits: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [06:17] * Joins: trevorh (trevor@moz-lcchij.bigpond.net.au)
- # [06:18] * Joins: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com)
- # [06:19] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [06:20] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
- # [06:21] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
- # [06:21] * Joins: kamidph__ (textual@moz-ouggk0.tpgi.com.au)
- # [06:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7584b643e7e9 - Shu-yu Guo - Bug 1118038 - Remove JIT parts of PJS. (r=lth)
- # [06:24] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [06:25] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [06:26] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [06:29] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [06:32] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [06:34] <seth> does anyone know if there's a way i can disable unified builds only for a certain directory?
- # [06:36] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
- # [06:37] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Ping timeout: 121 seconds)
- # [06:38] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
- # [06:39] <heycam> seth, you could change the moz.build in that dir and move all the UNIFIED_SOURCES entries to SOURCES
- # [06:40] <Callek> What heycam said
- # [06:40] * Callek was just looking at mxr to give a valid answer, but got beat
- # [06:40] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
- # [06:41] <heycam> normally I'm the one to get beat with questions I know the answer to, but want to look them up just to be sure :)
- # [06:42] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (Ping timeout: 121 seconds)
- # [06:42] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [06:44] * Joins: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP)
- # [06:46] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [06:47] * bz is now known as bz_away
- # [06:47] <seth> heycam: Callek: thanks!
- # [06:48] <seth> was hoping for some secret mach magic but that seems pretty reasonable
- # [06:54] * Quits: nemo (nemo@moz-2p682o.md.comcast.net) (Ping timeout: 121 seconds)
- # [06:55] * Joins: nemo (nemo@moz-2p682o.md.comcast.net)
- # [06:56] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [06:57] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [07:02] * Quits: @roc (chatzilla@moz-jrl.fci.192.203.IP) (Connection closed)
- # [07:02] * Joins: kinetik (kinetik@moz-bvekkg.orcon.net.nz)
- # [07:02] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [07:02] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [07:03] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [07:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ba42b1966bc - Shu-yu Guo - Bug 1116143 - Patch bare callVMs correctly in debug mode OSR. (r=jandem)
- # [07:05] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [07:06] <Callek> dbaron: roc: m.d.t.layout seems spam-filled atm, btw
- # [07:06] <Callek> (from at leats the past month)
- # [07:06] * miketaylr is now known as zz_miketaylr
- # [07:06] <Callek> dbaron: roc: pinging you both since I suspect one of you are the "owner" and can enable better moderation or something
- # [07:07] <Callek> s/month/two months/
- # [07:09] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
- # [07:10] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
- # [07:11] * yzen is now known as yzen_
- # [07:12] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
- # [07:13] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [07:14] <&dbaron> Callek, we only have the ability to moderate on the mailing list side and not the newsgroup side, afaik
- # [07:14] * Joins: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com)
- # [07:14] <Callek> ahhhhh :/
- # [07:14] <Callek> but thanks
- # [07:15] * Parts: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com) ("")
- # [07:16] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
- # [07:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a17fa338bf0f - David Major - Bug 1119030: Make MOZ_CRASHes unique to prevent compiler folding. r=Waldo
- # [07:17] * Quits: nemo (nemo@moz-2p682o.md.comcast.net) (Ping timeout: 121 seconds)
- # [07:19] * mattwoodrow is now known as mattwoodrow|away
- # [07:21] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [07:21] * darkowlzz is now known as darkowlzz|afk
- # [07:21] * Quits: kamidph__ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [07:23] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Quit: Leaving.)
- # [07:24] * Joins: kamidph__ (textual@moz-ouggk0.tpgi.com.au)
- # [07:24] * Joins: nemo (nemo@moz-2p682o.md.comcast.net)
- # [07:28] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [07:28] * darkowlzz|afk is now known as darkowlzz
- # [07:29] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [07:32] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
- # [07:33] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
- # [07:35] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [07:35] * Joins: skeuomorf (skeuomorf@moz-0sj.u8d.32.197.IP)
- # [07:35] <skeuomorf> #gfx
- # [07:35] <skeuomorf> oops
- # [07:38] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
- # [07:40] * Quits: kamidph__ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [07:41] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (Quit: Leaving)
- # [07:41] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
- # [07:42] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [07:44] * nigelb|sheriffduty is now known as nigelb
- # [07:45] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [07:45] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
- # [07:47] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [07:47] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
- # [07:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b39e7b89a5fd - Giovanny Andres Gongora Granada - Bug 1116371 - Correct #endif comment in BluetoothMessageUtils.h, r=btian
- # [07:50] * darkowlzz is now known as darkowlzz|afk
- # [07:53] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [07:53] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
- # [07:53] * Joins: kgrandon1 (Adium@moz-l8e1ui.ca.comcast.net)
- # [07:53] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Connection closed)
- # [07:55] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [07:57] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [07:57] * Tomcat|afk is now known as Tomcat|sheriffduty
- # [07:57] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
- # [07:59] * Joins: gcp (gcp@moz-e92rbm.beqe.9i1r.1812.2a02.IP)
- # [08:01] * Joins: Morris_PC (Morris@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:03] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [08:04] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [08:05] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [08:06] * heycam is now known as heycam|away
- # [08:06] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [08:09] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [08:09] * Quits: garvank_ (Garvan@moz-94kih2.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [08:11] <nigelb> Morning Tomcat|sheriffduty
- # [08:11] * jcranmer is now known as jcranmer|away
- # [08:12] <Tomcat|sheriffduty> good morning nigelb
- # [08:12] <seth> argh.
- # [08:12] <seth> why do SOURCES and UNIFIED_SOURCES insist that their list of files be alphabetized?
- # [08:13] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
- # [08:13] * Quits: nrc (nrc@moz-1crlv1.xtra.co.nz) (Connection closed)
- # [08:13] <seth> so if you want to test a non-unified build, you have to SORT the files
- # [08:13] * Joins: nrc|afk (nrc|afk@moz-1crlv1.xtra.co.nz)
- # [08:13] <seth> i do not have time to SORT THINGS as part of my workflow
- # [08:13] * seth finishes ranting
- # [08:13] * nrc|afk is now known as nrc
- # [08:14] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:15] <glandium> seth: "so if you want to test a non-unified build, you have to SORT the files" huh?
- # [08:15] * philor is now known as philor|away
- # [08:15] <seth> glandium: earlier i asked "how i can test a unified build in one directory" and was told to move the files from UNIFIED_SOURCES to SOURCES
- # [08:15] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [08:16] <glandium> seth: and how is that a problem, when you can just sed -i s/UNIFIED_SOURCES/SOURCES/?
- # [08:16] <nigelb> um, can't you just use ls or something to sort? (sorry if this sounds stupid and naive
- # [08:16] <nigelb> )
- # [08:16] <nigelb> or even better.
- # [08:16] <seth> glandium: i actually realized even before that rant that you can just have two SOURCES sections =)
- # [08:17] <seth> glandium: but i was still annoyed enough by the result when moving all of the UNIFIED_SOURCES files into the existing SOURCES section that i felt a rant was warranted
- # [08:17] <glandium> seth: you can also set FILES_PER_UNIFIED_FILE = 1
- # [08:18] <glandium> seth: you didn't have to move anything, that's the thing
- # [08:18] <glandium> seth: also, editors can sort for you
- # [08:18] <seth> glandium: none of that is discoverable at all
- # [08:18] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [08:18] <seth> you know what can sort for you? the parser that parses moz.build files
- # [08:19] <glandium> seth: no it can't
- # [08:19] <seth> it choose not to
- # [08:19] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [08:19] <glandium> seth: if it sorted itself, the break would likely fail randomly
- # [08:20] <glandium> seth: and the reason it's sorted is that oftentimes people wouldn't know where to add new files
- # [08:20] <seth> glandium: why would the break fail randomly if it sorted itself? i don't really see that, though there may be something i'm missing
- # [08:20] <seth> it seems totally equivalent to forcing a human to do it manually
- # [08:21] <glandium> seth: there are *many* places where the current order of files is the one that works, where the current order is a concatenation of several sorted lists
- # [08:21] <seth> if that's the case, then why enforce the sorted order at all?
- # [08:22] <glandium> because it's less messy when humans try to read the file
- # [08:22] <glandium> or try figure where to put their new file
- # [08:22] <glandium> or whatever
- # [08:23] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Ping timeout: 121 seconds)
- # [08:24] * bobowen|afk is now known as bobowen
- # [08:24] <seth> that's what i figured the reason was
- # [08:24] <seth> and that's fine; i'm not suggesting we change it
- # [08:24] <seth> but boy do i want to not ever have to edit these files just to debug something
- # [08:25] <seth> your tip about FILES_PER_UNIFIED_FILE is a good one
- # [08:26] <seth> i really wish we just had some sort of argument to mach build to achieve that effect, though
- # [08:28] * Joins: gardnan (user@moz-vvfq0b.lfdn.h747.0001.2601.IP)
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b936ab379c75 - Xidorn Quan - Bug 1099807 part 1 - Add common superclass for ruby base and ruby text. r=dholbert
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9e82574ea4f2 - Xidorn Quan - Bug 1099807 part 2 - Implement intra-level whitespace pairing. r=dholbert
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fb6b0a95a555 - Xidorn Quan - Bug 1099807 part 3 - Use specific frame type in RubyColumn. r=dholbert
- # [08:29] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2cc185fba3da - Xidorn Quan - Bug 1099807 part 4 - Fix line breaking around ruby intra-level whitespaces. r=dholbert
- # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2238390e5de4 - Xidorn Quan - Bug 1099807 part 5 - Reftests for ruby intra-level whitespaces. r=dholbert
- # [08:31] * Quits: cpearce (chatzilla@moz-k5i4k1.dqqd.b0fh.0cb0.2001.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [08:32] * Joins: cpearce (chatzilla@moz-kgevj0.xtra.co.nz)
- # [08:32] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [08:33] * flod|away is now known as flod
- # [08:34] * mattwoodrow|away is now known as mattwoodrow
- # [08:40] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Connection closed)
- # [08:41] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
- # [08:41] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [08:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b61a510edfb9 - Michael Pruett - Bug 1118024 - Add explicit PL_DHashTable{Add,Lookup,Remove} functions. r=nfroyd
- # [08:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fd2f17917aae - Michael Pruett - Bug 1118024 - Use new PL_DHashTable{Add,Lookup,Remove} functions. r=nfroyd
- # [08:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9f3ee2b72d35 - Morris Tseng - Bug 1118136 - Check if targets match before forcing dispatch selection state changed event. r=roc
- # [08:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2880e05d5e32 - Brian Smith - Bug 1118599 - Remove now-unneeded MOZILLA_PKIX_ENUM_CLASS workaround for GCC enum class bugs. r=mmc
- # [08:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/26cd48766d6e - Shawn Ku - Bug 1113476: WebIDL patch - B2G RIL: support nsck/pck for SIM Lock types. r=edgar,hsinyi.
- # [08:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/20c767e2b07f - Shawn Ku - Bug 1113476: IDL patch - B2G RIL: support nsck/pck for SIM Lock types. r=edgar.
- # [08:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/48e799156c69 - Shawn Ku - Bug 1113476: RIL patch - B2G RIL: support nsck/pck for SIM Lock types. r=edgar.
- # [08:45] * Joins: Sushant94 (Sushant@moz-skf.t5o.202.116.IP)
- # [08:46] * Joins: cornel_ionce (Mibbit@moz-662.esi.231.62.IP)
- # [08:46] * whimboo|afk is now known as whimboo
- # [08:47] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [08:47] <kgrandon1> Tomcat|sheriffduty: Not sure if you saw, but just landed a revert in gaia for some real Gij1 bustage on b-i.
- # [08:50] * Joins: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net)
- # [08:50] <Tomcat|sheriffduty> kgrandon1: thanks!
- # [08:51] * Joins: tomer (tomer@moz-to490c.012.net.il)
- # [08:52] * mattwoodrow is now known as mattwoodrow|away
- # [08:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eff1149c52dc - Nicholas Nethercote - Bug 1014341 (part 0) - Don't use trace-malloc in devtools automation files. r=sfink.
- # [08:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8e30ec51f41b - Nicholas Nethercote - Bug 1014341 (part 0b) - Remove trace-malloc mentions from diff-talos.py. r=jmaher.
- # [08:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/94bd476efa14 - Nicholas Nethercote - Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.
- # [08:53] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [08:54] * Quits: nattokirai (nattokirai@moz-86b4bs.bitcat.net) (Client exited)
- # [08:54] * Parts: gardnan (user@moz-vvfq0b.lfdn.h747.0001.2601.IP) ("ERC Version 5.3 (IRC client for Emacs)")
- # [08:56] * Joins: evanxd1 (Adium@moz-aj9ejj.HINET-IP.hinet.net)
- # [08:56] * Quits: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [08:56] * mattwoodrow|away is now known as mattwoodrow
- # [08:58] * nsm is now known as nsm|away
- # [09:01] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
- # [09:02] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [09:02] * julienw_afk is now known as julienw
- # [09:03] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [09:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ee00b214d89f - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
- # [09:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ade0693e5f54 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [09:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0933c1aef197 - Seth Fowler - Bug 1116735 - Allocate frames in the decoder. r=tn
- # [09:03] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [09:04] * Joins: flaviu (Instantbird@moz-662.esi.231.62.IP)
- # [09:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c96ef32cd8a5 - Seth Fowler - Bug 1116733 (Part 1) - Allocate frames off-main-thread. r=tn
- # [09:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b4cdc04f6555 - Seth Fowler - Bug 1116733 (Part 2) - Remove DecodeStrategy and frame allocation handling outside of Decoder. r=tn
- # [09:06] * Joins: stransky (stransky@moz-16g.ma8.175.213.IP)
- # [09:13] * Joins: Dexter (Dexter@moz-i7o.obq.235.95.IP)
- # [09:13] * BenWa is now known as BenWa|email
- # [09:13] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
- # [09:14] * Joins: mahdi (mahdi@moz-dm8.o61.244.151.IP)
- # [09:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d2a876b1a852 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [09:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/705f0948b106 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [09:15] * Joins: stormi (samuel@moz-t5b.q89.218.46.IP)
- # [09:16] * Joins: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
- # [09:18] * Joins: brsun_ (chatzilla@moz-2hf62a.HINET-IP.hinet.net)
- # [09:18] * Joins: tzimmermann (tzimmermann@moz-sj95dp.pools.vodafone-ip.de)
- # [09:19] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [09:19] * Quits: brsun_ (chatzilla@moz-2hf62a.HINET-IP.hinet.net) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [09:19] * Joins: kaze (kaze@moz-8ion1q.fbx.proxad.net)
- # [09:21] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [09:21] * Joins: brsun_ (chatzilla@moz-2hf62a.HINET-IP.hinet.net)
- # [09:21] * Quits: brsun_ (chatzilla@moz-2hf62a.HINET-IP.hinet.net) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
- # [09:22] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [09:23] * mgerva|afk is now known as mgerva
- # [09:25] * Quits: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
- # [09:25] * pbrosset|afk is now known as pbrosset
- # [09:27] * Joins: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP)
- # [09:28] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [09:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/25d6527235ca - Seth Fowler - Bug 1116746 - Remove unused statistics code from RasterImage. r=tn
- # [09:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a49774cdd1b1 - Seth Fowler - Bug 1116747 - Always use multithreaded image decoding. r=tn
- # [09:33] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
- # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cacbc80a7926 - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 1: Add nsITelephonyCallInfo (interface). r=hsinyi
- # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/16dabca480c5 - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 2: Implement nsITelephonyCallInfo and use it (dom). r=hsinyi
- # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1c5fc584e126 - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 3: Implement nsITelephonyCallInfo and use it (ril). r=hsinyi
- # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ce8dd8937f94 - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 4: Use nsITelephonyCallInfo for call data (bluetooth). r=btian
- # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e3ecbb3f7bcd - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 5: Add serializer for nsITelephonyCallInfo (ipc). r=khuey
- # [09:38] * Joins: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP)
- # [09:39] * Teodor_Druta is now known as Teodor_Druta|Duty
- # [09:40] * lth|sick is now known as lth
- # [09:40] * Joins: alexbardas (alexbardas@moz-2hbsfi.BR.idilis.net)
- # [09:41] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
- # [09:41] * mattwoodrow is now known as mattwoodrow|away
- # [09:42] * Quits: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP) (Ping timeout: 121 seconds)
- # [09:42] * Quits: Sushant94 (Sushant@moz-skf.t5o.202.116.IP) (Ping timeout: 121 seconds)
- # [09:44] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
- # [09:44] * Joins: twi (Adium@moz-7826p4.aapt.com.au)
- # [09:45] * Quits: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP) (Client exited)
- # [09:45] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [09:45] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
- # [09:47] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [09:49] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
- # [09:50] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [09:50] * Joins: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP)
- # [09:51] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
- # [09:51] * Fallen|away is now known as Fallen
- # [09:53] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:54] * Joins: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP)
- # [09:55] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
- # [09:55] * Joins: marco (marco@moz-nj7sc9.retail.telecomitalia.it)
- # [09:56] * Joins: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:56] * Joins: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net)
- # [09:56] * Quits: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [09:56] * Quits: evanxd1 (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
- # [09:57] * bobowen is now known as bobowen|afk
- # [09:58] * whimboo is now known as whimboo|afk
- # [09:58] * Joins: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP)
- # [09:59] * mattwoodrow|away is now known as mattwoodrow
- # [10:01] * Joins: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP)
- # [10:01] * Joins: roc (chatzilla@moz-6r0dl2.orcon.net.nz)
- # [10:01] * killer sets mode: +o roc
- # [10:03] * Quits: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP) (Ping timeout: 121 seconds)
- # [10:03] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [10:04] * Joins: tedders1_ (tedders1@moz-i5m.05u.207.66.IP)
- # [10:07] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [10:07] * Quits: tedders1 (tedders1@moz-9a7jh1.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [10:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/607967984e8a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [10:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/08cb22e60c54 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [10:08] * Quits: tedders1_ (tedders1@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [10:10] * Joins: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com)
- # [10:13] * Quits: dagnir (dagnir@moz-sbbfe2.res.rr.com) (Quit: WeeChat 1.0.1)
- # [10:14] * bobowen|afk is now known as bobowen
- # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/648fe3c2fd57 - Sami Jaktholm - Bug 932179 - Part 1: Expose security information in the WebConsoleActor. r=past
- # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/52db8d5bfea6 - Sami Jaktholm - Bug 932179 - Part 2: UI to present security info in NetMonitor. r=vporof
- # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/321dfaa82c02 - Sami Jaktholm - Bug 932179 - Part 3: Fix intermittent timeout in browser_net_security-state.js. r=vporof
- # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/83a57d0b2258 - Richard Marti - Bug 1013689 - In-content pages - Alignment fixes. r=jaws
- # [10:21] <Tomcat|sheriffduty> good morning seth
- # [10:21] <seth> Tomcat|sheriffduty: oh dear
- # [10:22] <seth> Tomcat|sheriffduty: things have gone wrong, haven't they?
- # [10:22] <Tomcat|sheriffduty> heh
- # [10:22] <Tomcat|sheriffduty> seth: bustage on m-i :)
- # [10:22] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
- # [10:22] <Tomcat|sheriffduty> seth: https://treeherder.mozilla.org/logviewer.html#?job_id=5193072&repo=mozilla-inbound
- # [10:23] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
- # [10:23] <seth> Tomcat|sheriffduty: oh dang
- # [10:23] <seth> Tomcat|sheriffduty: that's a trivial fix
- # [10:23] <seth> Tomcat|sheriffduty: give me a sec and i'll push a followup
- # [10:23] * Quits: gcp (gcp@moz-e92rbm.beqe.9i1r.1812.2a02.IP) (A TLS packet with unexpected length was received.)
- # [10:24] <Tomcat|sheriffduty> seth: yeah sure :)
- # [10:24] <Tomcat|sheriffduty> inbound is closed for you
- # [10:24] * Joins: gabor (gabor@moz-3d5th9.dip0.t-ipconnect.de)
- # [10:25] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (Connection closed)
- # [10:25] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
- # [10:25] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
- # [10:26] * mattwoodrow is now known as mattwoodrow|away
- # [10:26] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [10:29] * Joins: jviereck (Adium@moz-ihn58j.97ug.g469.067c.2001.IP)
- # [10:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c356ab8b348a - Seth Fowler - Bug 1116733 (Followup) - Mark constructor of UnlockImageDataRunnable explicit on a CLOSED TREE. r=me
- # [10:31] <Tomcat|sheriffduty> thanks seth :)
- # [10:32] <seth> Tomcat|sheriffduty: no prob! sorry about the bustage
- # [10:33] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
- # [10:33] <Tomcat|sheriffduty> seth: no problem thats my job :)
- # [10:33] * Joins: espadrine (ttyl@moz-l019mn.fbx.proxad.net)
- # [10:34] * Joins: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net)
- # [10:34] * Joins: kamidph__ (textual@moz-ouggk0.tpgi.com.au)
- # [10:35] * ewong is now known as ewong|away
- # [10:36] * Joins: Gijs (chatzilla@moz-goo.q6m.80.5.IP)
- # [10:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5397e1970d94 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [10:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/92f5e3c6ea11 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [10:38] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: This computer has gone to sleep)
- # [10:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c5feceed953a - Blair McBride - Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo
- # [10:40] * Quits: @dveditz (dveditz@moz-dgbov2.ca.comcast.net) (Client exited)
- # [10:43] * Joins: Mano (Mano@moz-kji1k1.dynamic.barak-online.net)
- # [10:44] * Quits: kamidph__ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [10:46] * Quits: jkitch (Thunderbird@moz-na1vjt.k4n0.vhij.44b8.2001.IP) (Client exited)
- # [10:46] * Joins: jkitch (Thunderbird@moz-na1vjt.k4n0.vhij.44b8.2001.IP)
- # [10:46] * mattwoodrow|away is now known as mattwoodrow
- # [10:46] * mkohler|afk is now known as mkohler
- # [10:48] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (A TLS packet with unexpected length was received.)
- # [10:52] * Quits: @njn (chatzilla@moz-33a4k1.iinet.net.au) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0a1/20150101202038])
- # [10:53] * Quits: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP) (Client exited)
- # [10:53] * Joins: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP)
- # [10:54] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
- # [10:54] * Quits: twi (Adium@moz-7826p4.aapt.com.au) (Quit: Leaving.)
- # [10:55] * Quits: espadrine (ttyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6b7338b7658 - Jon Coppeard - Bug 1099152 - Call gcSlice() or gc() depending on whether we want a incemental GC or not r=terrence
- # [10:55] * Quits: logbot (logbot@moz-4j4idd.glob.com.au) (Ping timeout: 121 seconds)
- # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37bbd26f0870 - Jon Coppeard - Bug 1099152 - Separate out methods to start and continue incrmental GC r=terrence
- # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e07fc74ab87e - Jon Coppeard - Bug 1099152 - Separate out external APIs to start and continute an incremental GC r=terrence r=mccr8
- # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2f43b22848b0 - Jon Coppeard - Bug 1099152 - Make external GC APIs take invocation kind as a parameter r=terrence r=mccr8
- # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ef764843840 - Jon Coppeard - Bug 1117098 - Move definition of external GC API methods out of jsfriendapi.cpp r=terrence
- # [10:56] * Quits: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [10:58] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (Ping timeout: 121 seconds)
- # [10:59] * Quits: jviereck (Adium@moz-ihn58j.97ug.g469.067c.2001.IP) (Quit: Leaving.)
- # [11:00] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [11:00] * Joins: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com)
- # [11:03] * Joins: logbot (logbot@moz-4j4idd.glob.com.au)
- # [11:03] * Quits: tomer (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
- # [11:05] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:05] * Quits: marco (marco@moz-nj7sc9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
- # [11:05] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
- # [11:05] * Quits: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net) (Quit: 暫離)
- # [11:05] * Joins: marco (marco@moz-nj7sc9.retail.telecomitalia.it)
- # [11:07] * bobowen is now known as bobowen|afk
- # [11:09] * Ms2ger is now known as Ms2ger|sheriffduty
- # [11:10] * mattwoodrow is now known as mattwoodrow|away
- # [11:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/88d447a05ed4 - Simon Montagu - Bug 1063471: finish off converting nsBlockReflowContext to logical coordinates (comment-only change), r=jfkthame
- # [11:11] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [11:13] * Ms2ger|sheriffduty is now known as Ms2ger
- # [11:14] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [11:15] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
- # [11:16] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:20] * bobowen|afk is now known as bobowen
- # [11:23] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (Connection closed)
- # [11:23] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
- # [11:25] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
- # [11:25] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Connection closed)
- # [11:25] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
- # [11:26] * julienw is now known as julienw_afk
- # [11:27] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [11:27] <Tomcat|sheriffduty> glandium: ping
- # [11:27] <Tomcat|sheriffduty> glandium: do you know if we did recently a clang change ?
- # [11:28] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
- # [11:28] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (A TLS packet with unexpected length was received.)
- # [11:29] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
- # [11:29] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:29] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [11:29] * Joins: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net)
- # [11:30] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
- # [11:30] * Quits: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net) (Quit: Goodbye)
- # [11:31] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (Connection closed)
- # [11:31] * Joins: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de)
- # [11:31] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
- # [11:32] * Joins: givanica (Thunderbird@moz-g4j.rug.121.86.IP)
- # [11:33] * baku|away is now known as baku
- # [11:33] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Quit: Leaving)
- # [11:34] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
- # [11:35] * Joins: alexbard_ (alexbardas@moz-99sui5.BN.idilis.net)
- # [11:37] * Quits: alexbardas (alexbardas@moz-2hbsfi.BR.idilis.net) (Ping timeout: 121 seconds)
- # [11:37] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Connection closed)
- # [11:38] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:41] * Joins: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP)
- # [11:42] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (A TLS packet with unexpected length was received.)
- # [11:43] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
- # [11:45] * Joins: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr)
- # [11:46] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (A TLS packet with unexpected length was received.)
- # [11:46] * Joins: royalharsh95_ (royalharsh9@moz-f5u.apj.211.117.IP)
- # [11:47] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Ping timeout: 121 seconds)
- # [11:47] * royalharsh95_ is now known as royalharsh95
- # [11:47] * whimboo|afk is now known as whimboo
- # [11:48] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [11:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/28fe6535d5fb - Sebastian Hengst - Bug 1118226 - Allow to add number to string for removing selected cookies to improve localizability. r=dao
- # [11:49] * Quits: matt-r (mattr@moz-a4f.7e4.194.74.IP) (Ping timeout: 121 seconds)
- # [11:50] * Quits: marco (marco@moz-nj7sc9.retail.telecomitalia.it) (Client exited)
- # [11:51] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [11:52] * Quits: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [11:52] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:52] * Joins: KuoE0 (KuoE0@moz-2hf62a.HINET-IP.hinet.net)
- # [11:52] * Quits: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
- # [11:52] * Quits: KuoE0 (KuoE0@moz-2hf62a.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [11:56] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
- # [11:56] * Quits: kgrandon1 (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [11:57] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
- # [11:58] * Quits: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [11:58] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [12:02] * Joins: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
- # [12:02] * Joins: koderok (koderok@moz-rbg180.static.wiline.com)
- # [12:03] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
- # [12:03] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [12:04] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [12:04] * Joins: Rik_ (rik@moz-6v5.3nd.202.89.IP)
- # [12:06] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [12:06] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [12:06] <darktrojan> Unfocused, has unzipping large .xpis at startup ever been a performance issue?
- # [12:07] * mdoglio|afk is now known as mdoglio
- # [12:07] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
- # [12:08] * Joins: twi (Adium@moz-7826p4.aapt.com.au)
- # [12:08] * Teodor_Druta|Duty is now known as Teodor_Druta|Duty||QuickLunch
- # [12:09] <Unfocused> darktrojan: not one we've concentrated on, but it could be. iirc, we stage add-ons that should be unpacked as the xpi
- # [12:09] <Tomcat|sheriffduty> Unfocused: ping :)
- # [12:09] <darktrojan> I meant add-ons that don't get unpacked
- # [12:10] * Tomcat|sheriffduty raises shields :)
- # [12:10] * Joins: royalharsh95_ (royalharsh9@moz-bio.20q.71.182.IP)
- # [12:10] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Ping timeout: 121 seconds)
- # [12:10] <Unfocused> Tomcat|sheriffduty: ugh, really? would you mind backing out for me? i was just heading to bed
- # [12:10] * royalharsh95_ is now known as royalharsh95
- # [12:10] <Tomcat|sheriffduty> Unfocused: yeah need to backout something else too for checkin-neeeded bustage
- # [12:11] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:12] <Unfocused> darktrojan: ah, then it depends on the add-on - if it explicitly needs to load large files. but otherwise, reading the archive index is fast - so just accessing small stuff in a large xpi is fast
- # [12:12] <darktrojan> nice
- # [12:12] <darktrojan> Fallen, ^
- # [12:13] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [12:13] <Unfocused> ok, bed. email me if need be
- # [12:13] * Unfocused wanders off to collapse
- # [12:14] <Unfocused> Tomcat|sheriffduty: and thanks :)
- # [12:14] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [12:14] * killer sets mode: +o smaug
- # [12:14] <Tomcat|sheriffduty> np good night Unfocused
- # [12:14] * Quits: stransky (stransky@moz-16g.ma8.175.213.IP) (Quit: Connection reset by beer)
- # [12:14] <Fallen> Unfocused: we were just wondering this for Lightning. Once we get rid of all the binary code, I think our xpi size will be about 4mb on linux. Most of the files are fairly small, but of course we add a lot of UI to Thunderbird.
- # [12:14] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
- # [12:14] <Fallen> ah ok, go to sleep first :-)
- # [12:14] * mgerva is now known as mgerva|lunch
- # [12:14] <Unfocused> 4mb is tiny ;) go look at the b2g simulator add-ons
- # [12:14] * Unfocused really gone now
- # [12:14] <Fallen> I assumed they are unpacked
- # [12:15] <Unfocused> oh, yea, indeed
- # [12:15] * Unfocused tired
- # [12:15] * Unfocused gone
- # [12:15] * Quits: stormi (samuel@moz-t5b.q89.218.46.IP) (Connection closed)
- # [12:16] * Joins: stormi (samuel@moz-t5b.q89.218.46.IP)
- # [12:16] * Joins: marco (marco@moz-nj7sc9.retail.telecomitalia.it)
- # [12:16] * Parts: marco (marco@moz-nj7sc9.retail.telecomitalia.it) ("")
- # [12:16] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [12:17] * Quits: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
- # [12:17] * Joins: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net)
- # [12:17] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [12:17] * Joins: vicamo (vicamo@moz-4n4f3p.dynamic.hinet.net)
- # [12:18] * Quits: vicamo (vicamo@moz-4n4f3p.dynamic.hinet.net) (Client exited)
- # [12:18] * Quits: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net) (Connection closed)
- # [12:18] * Joins: rbarnes (rbarnes@moz-6dc.m77.116.94.IP)
- # [12:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c8cc5b44f898 - Carsten "Tomcat" Book - Backed out changeset c5feceed953a (bug 1094567)
- # [12:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c30152d311b3 - Carsten "Tomcat" Book - Backed out changeset 321dfaa82c02 (bug 932179)
- # [12:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/55c8ea909ca3 - Carsten "Tomcat" Book - Backed out changeset 52db8d5bfea6 (bug 932179)
- # [12:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8835adc33cb4 - Carsten "Tomcat" Book - Backed out changeset 648fe3c2fd57 (bug 932179) for m-oth bustage on a CLOSED TREE
- # [12:19] * Joins: KaiRo (robert@moz-4f2m1k.highway.telekom.at)
- # [12:22] * Joins: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP)
- # [12:24] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Ping timeout: 121 seconds)
- # [12:25] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [12:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fcc3840252df - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [12:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2d1dce375413 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [12:28] * Teodor_Druta|Duty||QuickLunch is now known as Teodor_Druta|Duty
- # [12:30] <Yoric> Can someone remind me how I do a shallow clone with hg?
- # [12:30] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
- # [12:30] * Quits: koderok (koderok@moz-rbg180.static.wiline.com) (Client exited)
- # [12:30] <darktrojan> you don't AFAIK
- # [12:30] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [12:30] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
- # [12:30] <darktrojan> unless that finally became a thing
- # [12:30] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [12:31] <Yoric> gps did a presentation at Mozlandia and explained how to do it.
- # [12:31] <Yoric> I just don't remember how.
- # [12:31] <Yoric> Well, maybe "shallow clone" is not the right term.
- # [12:31] * Joins: Sushant94 (Sushant@moz-v9m.st2.202.116.IP)
- # [12:31] <darktrojan> you could clone a bundle and then update it
- # [12:32] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
- # [12:32] <Yoric> Well, I guess I'll just do a regular clone.
- # [12:32] <Yoric> pnkfelix: Hey, Happy New Year.
- # [12:34] * Parts: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
- # [12:36] * Joins: evanxd (Adium@moz-2n6hl9.EMOME-IP.hinet.net)
- # [12:36] * Quits: evanxd (Adium@moz-2n6hl9.EMOME-IP.hinet.net) (Quit: Leaving.)
- # [12:37] * AutomatedTester|AFK is now known as AutomatedTester
- # [12:37] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
- # [12:37] * Quits: royalharsh95 (royalharsh9@moz-bio.20q.71.182.IP) (Ping timeout: 121 seconds)
- # [12:37] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Connection closed)
- # [12:37] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
- # [12:37] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [12:38] * sewardj_ is now known as sewardj
- # [12:38] * Quits: boris (boris@moz-3qu405.dynamic.hinet.net) (Client exited)
- # [12:39] * Joins: Morris (Morris@moz-vkv.ui4.34.1.IP)
- # [12:39] * Quits: jkitch (Thunderbird@moz-na1vjt.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
- # [12:41] * Joins: royalharsh95 (royalharsh9@moz-1t4.8sr.225.220.IP)
- # [12:41] * mgerva|lunch is now known as mgerva
- # [12:41] * Quits: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP) (Client exited)
- # [12:42] * Joins: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP)
- # [12:42] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [12:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8e3634d629d9 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [12:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/169ee47e50b6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [12:43] * Joins: royalharsh95_ (royalharsh9@moz-bio.20q.71.182.IP)
- # [12:43] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [12:44] * Quits: rbarnes (rbarnes@moz-6dc.m77.116.94.IP) (Connection closed)
- # [12:44] * Joins: rbarnes (rbarnes@moz-6dc.m77.116.94.IP)
- # [12:45] * Quits: royalharsh95 (royalharsh9@moz-1t4.8sr.225.220.IP) (Ping timeout: 121 seconds)
- # [12:45] * royalharsh95_ is now known as royalharsh95
- # [12:45] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
- # [12:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b45b11002922 - Jon Coppeard - Bug 1077354 - Allow CTypes to pass DataView argumets as pointers r=terrence
- # [12:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e6ac6c211626 - David Rajchenbach-Teller - Bug 1077354 - Extending PromiseWorker to simplify transfering values r=froydnj
- # [12:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b777166f71b0 - Jon Coppeard - Bug 1077354 - Transfer buffers to OS.File methods rather than passing a pointer r=froydnj
- # [12:47] * Quits: Rik_ (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
- # [12:48] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [12:48] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [12:51] * Joins: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP)
- # [12:52] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
- # [12:53] * Quits: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP) (Ping timeout: 121 seconds)
- # [12:55] * Quits: royalharsh95 (royalharsh9@moz-bio.20q.71.182.IP) (Ping timeout: 121 seconds)
- # [12:58] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [12:59] * Quits: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
- # [12:59] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [13:00] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
- # [13:03] * Quits: kamidphi_ (dglastonbur@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
- # [13:05] * darkowlzz|afk is now known as darkowlzz
- # [13:07] * Joins: KuoE0 (KuoE0@moz-1fabjf.HINET-IP.hinet.net)
- # [13:09] * Joins: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP)
- # [13:09] * darkowlzz is now known as darkowlzz|afk
- # [13:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/31d75a25ab90 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [13:11] * Quits: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP) (Ping timeout: 121 seconds)
- # [13:13] * Joins: gcp (gcp@moz-s6tgar.beqe.9i1r.1812.2a02.IP)
- # [13:14] * AutomatedTester is now known as AutomatedTester|AFK
- # [13:14] * Joins: mukilan_ (mukilan@moz-scq.rd0.164.122.IP)
- # [13:14] * Quits: mukilan (mukilan@moz-bej.lvk.164.122.IP) (Ping timeout: 121 seconds)
- # [13:17] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [13:17] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
- # [13:17] * Joins: gustavold (gustavold@moz-ceo.s4j.172.191.IP)
- # [13:19] * Quits: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP) (Ping timeout: 121 seconds)
- # [13:20] * Quits: rbarnes (rbarnes@moz-6dc.m77.116.94.IP) (A TLS packet with unexpected length was received.)
- # [13:20] * Joins: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net)
- # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/68d2b24c9351 - Xidorn Quan - Bug 1055658 part 1 - Move code for applying relative position to an independent method. r=dbaron
- # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f4e02295ff1f - Xidorn Quan - Bug 1055658 part 2 - Add relative positioning support for ruby annotations. r=dbaron
- # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9371c6f11873 - Xidorn Quan - Bug 1055658 part 3 - Add reftests for ruby annotation relative positioning. r=dbaron
- # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ee5068037f2 - Xidorn Quan - Bug 1055658 part 4 - Revert RubyReflowState. r=dbaron
- # [13:24] * Joins: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP)
- # [13:25] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
- # [13:27] * Quits: Mano (Mano@moz-kji1k1.dynamic.barak-online.net) (Connection closed)
- # [13:28] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [13:28] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20141229214612])
- # [13:29] <mikeratcliffe> Just been pulling my hair out trying to add a simple event (mozscrolledintoview) to fix a bunch of oranges in our devtools tests.
- # [13:29] <mikeratcliffe> Who am I best bugging if I need a simple event added quickly?
- # [13:30] * Joins: rbarnes (rbarnes@moz-qko.241.117.94.IP)
- # [13:30] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
- # [13:32] <mikeratcliffe> Come on, you know you want to do it ;)
- # [13:32] <glandium> Tomcat|sheriffduty: not that I'm aware of, why?
- # [13:33] * Quits: mukilan_ (mukilan@moz-scq.rd0.164.122.IP) (Ping timeout: 121 seconds)
- # [13:34] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
- # [13:34] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
- # [13:35] * Joins: mukilan (mukilan@moz-10t.4o5.164.122.IP)
- # [13:37] <Tomcat|sheriffduty> oh we had a problem with builds
- # [13:38] <nemo> is that why my nightly keeps crashing?
- # [13:39] <Tomcat|sheriffduty> glandium: see https://bugzilla.mozilla.org/show_bug.cgi?id=1119187
- # [13:39] <nemo> can't even delete a profile using profile manager
- # [13:39] * Joins: stransky (stransky@moz-16g.ma8.175.213.IP)
- # [13:39] <nemo> ah. unrelated
- # [13:39] <Tomcat|sheriffduty> yeah
- # [13:39] <Tomcat|sheriffduty> glandium: a forced clobber fixed this so far but i guess this was more slave related
- # [13:40] <Tomcat|sheriffduty> since not all builds were failing
- # [13:40] * Quits: mahdi (mahdi@moz-dm8.o61.244.151.IP) (Connection closed)
- # [13:42] * Quits: rbarnes (rbarnes@moz-qko.241.117.94.IP) (A TLS packet with unexpected length was received.)
- # [13:42] <nemo> hm... https://crash-stats.mozilla.com/report/index/4ef9c922-eb9c-4cee-af81-4f75d2150108
- # [13:42] <nemo> weird that it is only crashing after updating nightly tho :-/
- # [13:42] <nemo> 'cause looks more like my sucky graphics driver
- # [13:42] <glandium> Tomcat|sheriffduty: that happens occasionally. i guess it's a ccache bug
- # [13:43] * darkowlzz|afk is now known as darkowlzz
- # [13:43] <glandium> Tomcat|sheriffduty: that seems a lot, though
- # [13:43] * Joins: mahdi (mahdi@moz-dm8.o61.244.151.IP)
- # [13:43] * Joins: rbarnes (rbarnes@moz-qko.241.117.94.IP)
- # [13:43] <Tomcat|sheriffduty> glandium: yeah
- # [13:44] <nemo> tried an old profile instead of a clean one. that one started, but w/ massive graphical glitches. basically unusable
- # [13:44] <nemo> something changed recently for linux ☹
- # [13:44] <nemo> welp... time to find a nightly that works
- # [13:44] <Tomcat|sheriffduty> glandium: it started suddenly
- # [13:44] <Tomcat|sheriffduty> and then went away
- # [13:45] <@ted> mikeratcliffe: #content, or talk to smaug
- # [13:45] * @smaug scrolls up
- # [13:45] <@smaug> mikeratcliffe: what kind of event?
- # [13:46] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
- # [13:47] * darkowlzz is now known as darkowlzz|afk
- # [13:47] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [13:47] * xidorn is now known as xidorn|away
- # [13:49] * Joins: Delta706 (xx@moz-fsv0br.dsl.as9105.com)
- # [13:49] <Delta706> !seen glandium
- # [13:49] <firebot> I've never seen a 'glandium', sorry.
- # [13:49] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [13:50] <@ted> glandium is right here
- # [13:50] * Quits: ggp (ggp@moz-fmm.sq1.205.191.IP) (Ping timeout: 121 seconds)
- # [13:50] * Joins: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP)
- # [13:52] * Quits: rbarnes (rbarnes@moz-qko.241.117.94.IP) (A TLS packet with unexpected length was received.)
- # [13:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e40c72c551bb - Jonathan Kew - Bug 1062108 - Don't increase glyph advances when applying fake-bold to a fixed-pitch font. r=jdaggett
- # [13:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ae6481e38cd - Jonathan Kew - Bug 1062108 - Test that <space> and <x> have the same width in bold monospace font. r=jdaggett
- # [13:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ed41c0827494 - Jonathan Kew - Bug 1062108 - Adjust existing tests that are affected by the fix to synthetic-bold glyph advance. r=jdaggett
- # [13:53] * Joins: Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com)
- # [13:53] * killer sets mode: +o Cwiiis
- # [13:54] * Dexter is now known as Dexter|afk
- # [13:55] * Joins: rbarnes (rbarnes@moz-qko.241.117.94.IP)
- # [13:55] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (A TLS packet with unexpected length was received.)
- # [13:55] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
- # [13:57] * Joins: jimm (jmathies@moz-met.a66.235.67.IP)
- # [13:57] * Joins: Rik_ (rik@moz-71m.3nd.202.89.IP)
- # [13:57] * Joins: Mano (Mano@moz-kji1k1.dynamic.barak-online.net)
- # [13:57] * mwargers_afk is now known as mwargers
- # [14:00] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [14:00] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [14:02] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [14:02] * Joins: Pike (chatzilla@moz-7fuldt.pool.mediaWays.net)
- # [14:03] * mdoglio is now known as mdoglio|lunch
- # [14:03] <nemo> yay. nightly from the 6th works-and-doesn't-crash
- # [14:03] <nemo> also appears to have proper theme colours instead of a flat white
- # [14:03] * Quits: rbarnes (rbarnes@moz-qko.241.117.94.IP) (A TLS packet with unexpected length was received.)
- # [14:04] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [14:05] * Joins: RealRaven1 (Thunderbird@moz-8h8.vu1.125.109.IP)
- # [14:07] * Joins: rbarnes (rbarnes@moz-qko.241.117.94.IP)
- # [14:07] * Quits: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP) (Ping timeout: 121 seconds)
- # [14:07] * Joins: ggp (ggp@moz-f2q.s5h.205.191.IP)
- # [14:07] * Quits: rbarnes (rbarnes@moz-qko.241.117.94.IP) (A TLS packet with unexpected length was received.)
- # [14:08] * Joins: till (till@moz-g6pi42.adsl.alicedsl.de)
- # [14:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [14:09] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [14:10] * mgerva is now known as mgerva|afk
- # [14:11] * Joins: jdm (jdm@moz-d78e4i.dsl.bell.ca)
- # [14:14] * Quits: Delta706 (xx@moz-fsv0br.dsl.as9105.com) (Quit: and how is your war going)
- # [14:16] * darkowlzz|afk is now known as darkowlzz
- # [14:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=2880e05d5e32 - 68 changesets
- # [14:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6bc469b6443d - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
- # [14:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/04c0bfcb04d5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [14:19] * Quits: tzimmermann (tzimmermann@moz-sj95dp.pools.vodafone-ip.de) (Ping timeout: 121 seconds)
- # [14:19] * jmaher|afk is now known as jmaher
- # [14:22] * Joins: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net)
- # [14:22] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
- # [14:23] * Dexter|afk is now known as Dexter
- # [14:23] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [14:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cd908a8fb224 - David Carter - Bug 986970 - Fix for padding alignment issue for bookmarks label in customize->additional tools and features on OS X, r=gijs
- # [14:24] * heftig is now known as heftig_
- # [14:24] * heftig_ is now known as heftig
- # [14:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b43ac7b3918b - Ryan VanderMeulen - Bug 934984 - Disable the /GL flag when compiling libvpx asm files to avoid MSVC bustage. r=ted
- # [14:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b60d1a95bfa3 - Ted Mielczarek - bug 1117900 - Explicitly require Update 3 for MSVC 2013. r=glandium
- # [14:25] <nemo> ugh. why does about:buildconfig not give me a date and m-c hash ? :(
- # [14:25] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [14:25] <nemo> about:support doesn't seem to have the nightly build date either. wth
- # [14:27] <@smaug> nemo: built from isn't enough?
- # [14:27] <@smaug> oh, the date thing is annoying
- # [14:27] <nemo> smaug: where are you seeing that?
- # [14:27] <nemo> smaug: I can't find anything anywhere that identifies this build
- # [14:27] <@ted> nemo: about:buildconfig should have a changeset
- # [14:28] <@ted> "Built from https://hg.mozilla.org/mozilla-central/rev/33781a3a5201"
- # [14:28] <nemo> ted: yeah. it should
- # [14:28] <nemo> that's what I'm not finding anymore ☹
- # [14:28] <@ted> odd
- # [14:28] <@ted> what build are you using?
- # [14:28] <nemo> 0439e8c5005e00f89f650271264e48fa firefox-37.0a1.en-US.debug-linux-x86_64.tar.bz2
- # [14:28] <@smaug> local build or something?
- # [14:28] <@ted> err
- # [14:28] <nemo> grabbed it from ftp.mozilla.org
- # [14:28] <@smaug> ah
- # [14:28] <nemo> for 2015-01-06
- # [14:28] <nemo> m-c debug
- # [14:28] <@ted> hm, maybe that's busted for non-nightly builds or something
- # [14:29] <nemo> but... that should be a nightly?
- # [14:29] * darkowlzz is now known as darkowlzz|afk
- # [14:29] <@ted> well, ish
- # [14:29] <nemo> I initially grabbed one of those 'cause nightlies weren't updating either
- # [14:29] <@ted> those debug builds don't get updates
- # [14:30] <nemo> but I'm now trying to track down the fact that latest downloaded actual-factual-nightly just crashes or does graphics corruption for me
- # [14:30] <nemo> this build at least works
- # [14:30] * Joins: Enn (enn@moz-sm6kai.ckpj.s0pt.0450.2001.IP)
- # [14:30] <@ted> they're just provided as a convenience
- # [14:30] <@ted> but yeah
- # [14:30] <nemo> ted: ah. that's new. they used to do updates
- # [14:30] <@ted> um, i don't think they ever did
- # [14:30] <nemo> had to explicitly disable it to avoid it
- # [14:30] * Joins: babhishek21 (Mibbit@moz-123.sq8.178.59.IP)
- # [14:30] <@ted> well, not to newer debug builds anyway
- # [14:30] <babhishek21> hello
- # [14:30] <@ted> nemo: so you have a good build and a bad build?
- # [14:30] <nemo> ted: eh. I had a profile specifically for tracking down probs, otherwise dang builds off of ftp.mozilla.org would autoupdate away from the date I'd fetched
- # [14:30] <nemo> ted: well. there are several problems now ☺
- # [14:30] <@ted> nemo: you can use mozregression to find a regression range: http://mozilla.github.io/mozregression/
- # [14:31] <nemo> ted: and... to do good build, bad build, I normally use about:buildconfig which appears to be busted ☹
- # [14:31] <nemo> ted: I'm preeeeetty sure the 6th is good and the 8th is bad
- # [14:31] <nemo> so doing a regression range doesn't seem that necessary if I could just get these builds to give me useful info
- # [14:31] <@ted> interesting
- # [14:32] <@ted> nemo: application.ini (next to the binary) should also have that info
- # [14:32] <babhishek21> may i ask a quick question?
- # [14:32] <@ted> although if it's missing from about:buildconfig it could be missing from there too...
- # [14:32] <nemo> https://bugzilla.mozilla.org/show_bug.cgi?id=1113735 is the bug I'm still experiencing as of the 6th
- # [14:32] <@ted> nemo: there should also be a .txt and .json file next to the archive where you downloaded it with that info
- # [14:32] <@ted> babhishek21: of course
- # [14:32] * Quits: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net) (Client exited)
- # [14:32] * Joins: tzimmermann (tzimmermann@moz-sj95dp.pools.vodafone-ip.de)
- # [14:32] * Joins: shaurya (Mibbit@moz-v7r.m86.139.14.IP)
- # [14:33] <babhishek21> ok so I have a working copy of mozilla-central in my Windows environment
- # [14:33] <babhishek21> Can I simply copy the working directory and the hg config files to my Linux environment?
- # [14:34] <babhishek21> from what I see, the repo isn't platform dependent
- # [14:35] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [14:35] * Quits: shaurya (Mibbit@moz-v7r.m86.139.14.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/88c4d076e3db - Mark Banner - Bug 1117863 - Correct Loop's language fallback to use all of accept languages properly. r=mikedeboer
- # [14:37] * Quits: tzimmermann (tzimmermann@moz-sj95dp.pools.vodafone-ip.de) (Ping timeout: 121 seconds)
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c6b66f227225 - Wes Kocher - Merge m-c to fx-team a=merge
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/cce47fbfe2fc - Margaret Leibovic - Bug 1118835 - Add back pref to show title in urlbar. r=mfinkle
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/6c10a8ad2e7b - Margaret Leibovic - Bug 1118835 - Add back (and update) testTitleBar. r=mfinkle
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/4b1ab47fec93 - Margaret Leibovic - backout 227dc63febd9 because of bug 1118835
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/2c7833c612e0 - Nick Alexander - Bug 1119051 - Advance session when meta/fxa_credentials is definitely stale. r=rnewman
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/a405fef5be03 - Mark Hammond - Bug 1119078 - only pre-fetch the sync migration sentinel if using a legacy identity. r=rnewman
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/66b114f7c038 - Mark Finkle - Bug 937253 - Remove old unused WebApp code paths r=wesj
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/5419d08cbe98 - Mark Finkle - Bug 937253 - Make pinned tabs work for Homescreen shortcuts r=bnicholson
- # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/f90dccb788ed - Carsten "Tomcat" Book - merge fx-team to mozilla-central a=merge
- # [14:37] * Quits: cornel_ionce (Mibbit@moz-662.esi.231.62.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [14:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/30e4856f503e - Ryan VanderMeulen - Bug 1056337 - Touch CLOBBER.
- # [14:39] * Quits: gustavold (gustavold@moz-ceo.s4j.172.191.IP) (Quit: Leaving.)
- # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ffab1d2bd4ce - Paul Adenot - Bug 1106649 - Use band-limited wave tables to implement basic waveforms. r=karlt
- # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/894be64b069b - Paul Adenot - Bug 997870 - Optimize OscillatorNodeEngine::ComputeCustom a little. r=karlt
- # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/186c02fdb221 - Paul Adenot - Bug 916285 - Make OscillatorNode handle negative frequencies. r=karlt
- # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b8d51d20fd97 - Paul Adenot - Bug 916285 - Fix bustage on windows.
- # [14:43] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Connection closed)
- # [14:44] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [14:44] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [14:45] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [14:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/639cceebc33d - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [14:46] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [14:46] * Joins: nj (nj@moz-l09.4ec.78.106.IP)
- # [14:48] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
- # [14:48] <babhishek21> part /
- # [14:48] * Parts: babhishek21 (Mibbit@moz-123.sq8.178.59.IP)
- # [14:50] * Joins: evanxd (Adium@moz-94s5hl.dynamic.hinet.net)
- # [14:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=fae7478f55e5 - 12 changesets
- # [14:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/238eeecce596 - Ehsan Akhgari - Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
- # [14:51] <nemo> ted: ah. thanks.
- # [14:51] <nemo> ted: hope they fix this at some point ☹
- # [14:52] * Quits: evanxd (Adium@moz-94s5hl.dynamic.hinet.net) (Quit: Leaving.)
- # [14:52] <@ted> and by "they" you mean "someone in this channel" ;-)
- # [14:53] * Joins: gbs (gbs@moz-ni2.dnr.22.187.IP)
- # [14:53] * mdoglio|lunch is now known as mdoglio
- # [14:54] * Quits: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com) (Ping timeout: 121 seconds)
- # [14:55] * Joins: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com)
- # [14:55] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [14:56] * darkowlzz|afk is now known as darkowlzz
- # [14:58] * Quits: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP) (Quit: Leaving.)
- # [14:58] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [15:00] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
- # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/470bc082ec71 - Chris Manchester - Bug 755036 - Re-use the execution sandbox in marionette's executeScript and executeAsyncScript in chrome scope when requested. r=jgriffin
- # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0e842f11691f - Cykesiopka - Bug 989485 - Split test_cert_eku.js into multiple files to avoid time outs. r=keeler
- # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0257f42048f3 - pchang - Bug 1111433 - Dispatch the SelectionStateChanged event for blur. r=ehsan
- # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/40f4f285ea0c - pchang - Bug 1111433 - Add mochitest to verify SelectionStateChanged with blur state. r=ehsan
- # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e8a928acfdab - Romain Gauthier - Bug 1113613: Show the telefonica logo only on first use. r=NiKo`
- # [15:02] * Joins: kapy (kapy@moz-t6j.jl9.68.182.IP)
- # [15:02] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [15:03] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
- # [15:03] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
- # [15:03] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/384695747028 - James Graham - Bug 1119174 - Update web-platform-tests to revision a84b794c43954b4465eb9b967cc934875952fc40, a=testonly
- # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/08c680b949e2 - James Graham - Bug 1119174 - Update web-platform-tests expected data, a=testonly
- # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6df68f940c1a - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9f8e5c9b7963 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [15:04] <nemo> ted: so. one odd thing...
- # [15:04] * Quits: ggp (ggp@moz-f2q.s5h.205.191.IP) (Ping timeout: 121 seconds)
- # [15:04] * Quits: till (till@moz-g6pi42.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [15:04] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [15:04] <nemo> ted: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2015/01/2015-01-05-mozilla-central-debug/firefox-37.0a1.en-US.debug-linux-x86_64.txt no build hash
- # [15:04] <nemo> ted: but...
- # [15:04] * coop|afk is now known as coop|buildduty
- # [15:05] <nemo> ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2015/01/2015-01-06-03-02-01-mozilla-central/firefox-37.0a1.en-US.linux-x86_64.txt hash
- # [15:05] <nemo> ted: soooo maybe this was a temporary thing and I actually downloaded the 5th
- # [15:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [15:05] <nemo> welp. let's try the 7th
- # [15:05] <nemo> maybe someone did that build manually or something ☺
- # [15:05] * Joins: ZER0 (ZER0@moz-b8b.7l4.18.62.IP)
- # [15:06] * Quits: ZER0 (ZER0@moz-b8b.7l4.18.62.IP) (Quit: Leaving)
- # [15:06] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [15:06] <@ted> nemo: one of those is debug and one not
- # [15:07] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [15:08] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=d480b3542cc2 - 22 changesets
- # [15:09] * Quits: nj (nj@moz-l09.4ec.78.106.IP) (Quit: WeeChat 1.0.1)
- # [15:10] <nemo> ted: oh...
- # [15:10] <nemo> ted: couldn't find any other build for the 5th
- # [15:11] <nemo> also didn't seem to me debug vs not should matter for this. in general debug being a good thing
- # [15:11] <nemo> but, eh, whatev
- # [15:11] * Joins: ggp (ggp@moz-f2q.s5h.205.191.IP)
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/470845ebf534 - Mandar Gokhale - Bug 948892 - Move inline scripts and styles into separate file (about:). r=margaret
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/66ec04bc10eb - Paul Rouget - Bug 1067145 - Make responsive design e10s-ready. r=ochameau
- # [15:11] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0f6c7aaaee35 - Alexandre Poirot - Bug 1098391 - Best effort to load debugger server dependencies lazily. r=jryans
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d68aaa3f8e5c - James Long - Bug 1111058 - Clean up initialization of source actors and sourcemaps to handle race conditions and invalid sourcemaps better. r=fitzgen
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/083244e15674 - Nick Fitzgerald - Bug 1114962 - Update the in-tree copies of acorn and pretty-fast. r=past
- # [15:11] <@ted> nemo: well, they're not the same
- # [15:11] <@ted> is all
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3d6070292804 - Garvan Keeley - Bug 1116810 - Part 1: Add to histogram json. r=rnewman
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/db1367a5cc7c - Garvan Keeley - Bug 1116810 - Part 2: Add files to stumbler mozbuild. r=vng
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6ba69cd7598b - Garvan Keeley - Bug 1116810 - Part 3: Stumbler java code for telemetry. r=vng
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b336e9272939 - Jordan Santell - Bug 1118071 - Update web-audio-automation-timeline library to fix setTargetAtTime only calculating once for web audio editor's getAutomationData. r=vp
- # [15:13] * AutomatedTester|AFK is now known as AutomatedTester
- # [15:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f09142ac24fc - ziyunfei - Bug 1117350 - Part 1: Rename "TypedArray" to "TypedObjectArray" for self-hosted methods of typed object arrays. r=till
- # [15:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3b29b9cdedfc - ziyunfei - Bug 1117350 - Part 2: Implement %TypedArray%.prototype.{reduce, reduceRight}. r=evilpie
- # [15:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a815d41474ac - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [15:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ffd5b05a5311 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [15:18] * lmandel_afk is now known as lmandel
- # [15:18] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
- # [15:19] * Joins: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net)
- # [15:19] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [15:19] * h4writer is now known as h4writer|brb
- # [15:20] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [15:20] * Quits: alexbard_ (alexbardas@moz-99sui5.BN.idilis.net) (Ping timeout: 121 seconds)
- # [15:22] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [15:23] * Quits: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net) (Ping timeout: 121 seconds)
- # [15:24] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [15:26] * h4writer|brb is now known as h4writer
- # [15:27] * baku is now known as baku|away
- # [15:28] * Quits: drosdeck (usuario@moz-lvr.cl1.75.201.IP) (Connection closed)
- # [15:28] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [15:29] * baku|away is now known as baku
- # [15:29] * Joins: emtwo (Adium@moz-hln3qd.fnjk.s0pt.0450.2001.IP)
- # [15:30] * mgerva|afk is now known as mgerva
- # [15:31] * Joins: rail (rail@moz-3a45s6.ckpj.s0pt.0450.2001.IP)
- # [15:32] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.3.92.1)
- # [15:33] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [15:33] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
- # [15:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=79d541cf6db2 - 33 changesets
- # [15:34] * Parts: rail (rail@moz-3a45s6.ckpj.s0pt.0450.2001.IP) ("Gone fishing?")
- # [15:35] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [15:36] * Joins: drosdeck (usuario@moz-lvr.cl1.75.201.IP)
- # [15:39] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [15:40] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3352803d949b - Botond Ballo - Bug 1109873 - Add some explanatory comments to the APZC tree building code. r=kats
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e92ec65eb66b - Kartikaya Gupta - Bug 1109873 - Introduce the HitTestingTreeNode class. r=botond
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/83aa477d175b - Kartikaya Gupta - Bug 1109873 - Extract HitTestResult into a helper header. r=botond
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/aa2fa9528e52 - Kartikaya Gupta - Bug 1109873 - Move hit-testing data into HitTestingTreeNode. r=botond
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7d4c6b7bf0d5 - Kartikaya Gupta - Bug 1109873 - Rearrange some loops to duplicate less code. r=botond
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/160acaa4fc44 - Kartikaya Gupta - Bug 1109873 - Rename UpdatePanZoomControllerTree to UpdateHitTestingTree. r=botond
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6f5ff015b5e6 - Kartikaya Gupta - Bug 1109873 - Allow the APZC stored in the HitTestingTreeNode to be null. r=botond
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8c65c2ef9bf - Kartikaya Gupta - Bug 1109873 - Implement the expanded HitTestingTree. r=botond
- # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5d506eb6fd4c - Botond Ballo - Bug 1109873 - Gtest that demonstrates the problem with obscured regions and transforms. r=kats
- # [15:41] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [15:43] * Joins: mayhemer (Miranda@moz-d8dttg.joqu.pdma.1028.2a00.IP)
- # [15:44] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
- # [15:44] * Joins: AaronMT (AaronMT@moz-i5m.05u.207.66.IP)
- # [15:44] * Quits: Morris (Morris@moz-vkv.ui4.34.1.IP) (Client exited)
- # [15:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=f3059526fe91 - 80 changesets
- # [15:45] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [15:45] * Quits: mayhemer (Miranda@moz-d8dttg.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [15:48] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [15:48] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [15:48] * Joins: mconley (mconley@moz-eje1lt.ckpj.s0pt.0450.2001.IP)
- # [15:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5e0872c8c3d5 - Avi Halachmi - bug 1106122: Telemetry: Add FHR activeTicks value as simple measurement. r=vladan, r=gfritzsche
- # [15:51] * Joins: tzimmermann (tzimmermann@moz-45vvq4.pools.vodafone-ip.de)
- # [15:52] * Joins: tromey (tromey@moz-2d91tj.hlrn.qwest.net)
- # [15:52] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [15:52] * kats|away is now known as kats
- # [15:54] * zz_miketaylr is now known as miketaylr
- # [15:55] <jcranmer|away> does anyone have a DVCS clone of the mozilla CVS tree, that includes branches/tags/etc. ?
- # [15:55] * jcranmer|away is now known as jcranmer
- # [15:57] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
- # [15:57] * killer sets mode: +o smaug
- # [15:57] <gcp> does the main git repo have all that?
- # [15:57] <gcp> doesn't
- # [15:58] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (Ping timeout: 121 seconds)
- # [15:59] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
- # [15:59] <froydnj> might have complete history, but not complete branches/tags/etc.
- # [16:00] * Joins: alexbardas (alexbardas@moz-sd5vgf.BT.idilis.net)
- # [16:02] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [16:03] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
- # [16:03] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [16:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/50bd347938d5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [16:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4c25f8d29c32 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [16:04] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [16:04] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/92b7a18d8a38 - Ehsan Akhgari - Bug 1108687 - Fix the MOZ_STACK_CLASS annotation on DecodersToInitialize. r=jyavenard, a=sledru
- # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/bcba197a83d7 - Karl Tomlinson - Bug 1108846 - Notify MediaSourceDecoder of bytes downloaded to trigger progress events. r=kinetik, a=sledru
- # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e2febcf7a586 - Matt Woodrow - Bug 1109431 - Apply TimestampsFuzzyEqual rounding to the buffered ranges returned from multiple decoders. r=ajones, a=sledru
- # [16:05] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
- # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/72f6dba74653 - Matt Woodrow - Bug 1108917 - Part 1: Attempt to evict data from decoders in start-time order. r=ajones, a=sledru
- # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d64cfe41fa74 - Matt Woodrow - Bug 1108917 - Part 2: Allow eviction of entire decoders that are ahead of the current play position. r=ajones, a=sledru
- # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/aeb375511a29 - Anthony Jones - Bug 1110595 - Fix MSE playback stalling. r=mattwoodrow, a=sledru
- # [16:06] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f1ce42d25781 - Chris Pearce - Bug 1111387 - Nullcheck mTaskQueue in TrackBuffer::QueueInitializeDecoder, as we can shutdown in between dispatching and running the task that calls QueueInitializeDecoder. r=cajbir, a=sledru
- # [16:06] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5a2808b6675b - Matt Woodrow - Bug 1112444 - Add a pref to force each appended MSE segment to be in its own decoder. r=ajones, a=sledru
- # [16:06] * Quits: twi (Adium@moz-7826p4.aapt.com.au) (Ping timeout: 121 seconds)
- # [16:07] <jcranmer> I tried running hg convert on the cvs repo, that died halfway through
- # [16:08] * philor|away is now known as philor
- # [16:08] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
- # [16:09] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/84572abd99ab - Carsten "Tomcat" Book - Backed out changeset 2ee5068037f2 (bug 1055658)
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/649e33a27dda - Carsten "Tomcat" Book - Backed out changeset 9371c6f11873 (bug 1055658)
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1e81483663a0 - Carsten "Tomcat" Book - Backed out changeset f4e02295ff1f (bug 1055658)
- # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/02cff4ff2b41 - Carsten "Tomcat" Book - Backed out changeset 68d2b24c9351 (bug 1055658) for Reftest Failures
- # [16:11] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
- # [16:11] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
- # [16:12] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
- # [16:13] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5200b09176a2 - Nicolas B. Pierron - Bug 1112632 - Flag object/array allocations as implictly used as we are removing uses. r=jandem a=sylvestre
- # [16:13] <Tomcat|sheriffduty> padenot: ping - https://treeherder.mozilla.org/logviewer.html#?job_id=5202092&repo=mozilla-inbound is yours :)
- # [16:14] <Tomcat|sheriffduty> android 4 perma failure
- # [16:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a25812efd671 - Joel Maher - Bug 1118329 - reduce osx 10.6 talos jobs via talos.json. r=armenzg
- # [16:15] <padenot> wtf this was green
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/521f1e9a8b68 - Bobby Holley - Bug 1113282 - Check during async TrackBuffer decoder initialization to make sure we haven't been shut down. r=cajbir, a=sledru
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c19042e4b470 - Bobby Holley - Bug 1114830 - Only enter buffering mode when the pending request is waiting for data. r=cpearce, a=sledru
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4414b41c79f7 - Bobby Holley - Bug 1116355 - Throw when setting SourceBuffer mode to 'sequence'. r=karlt, rs=Ms2ger, a=sledru
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c1d21f6b75bf - Karl Tomlinson - Bug 1116384 - Keep media element alive from attached MediaSource. r=roc, a=sledru
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/dc435d732d91 - Shu-yu Guo - Bug 1111293 - Body level function statement hoisted use analysis to elide TDZ checks is wrong. Pessimize all body level function statements. r=Waldo, a=sledru
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b0b24279cd96 - Tim Taubert - Bug 1008029 - Fix intermittent browser_newtab_update.js failures. r=Gijs, a=sledru
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e818b78a2b78 - Richard Newman - Bug 907768 - Rewrite search suggestion test hooks, fix network bypass in SuggestClient. r=bnicholson, a=sledru
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/bd53ccf7ce3e - Richard Newman - Bug 907768 - Re-enable testSearchSuggestions on all platforms except 2.3. r=bnicholson, a=sledru
- # [16:18] * bobowen is now known as bobowen|afk
- # [16:18] * bobowen|afk is now known as bobowen
- # [16:20] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
- # [16:20] * miketaylr is now known as zz_miketaylr
- # [16:21] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
- # [16:21] <Tomcat|sheriffduty> padenot: hm android 2.3 is now also failing
- # [16:22] * Joins: mayhemer (Miranda@moz-eugdng.joqu.pdma.1028.2a00.IP)
- # [16:22] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (Connection closed)
- # [16:22] <padenot> I'm going to disable the test on ARM and investigate now
- # [16:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b4926227268f - Ryan VanderMeulen - Backed out 10 changesets (bug 1102703) for B2G JB bustage.
- # [16:23] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
- # [16:23] <nemo> huh. weird
- # [16:23] <nemo> compose key doesn't seem to work in firefox for me anymore
- # [16:23] * Joins: RyanVM (Thunderbird@moz-hu3p96.fios.verizon.net)
- # [16:23] <Tomcat|sheriffduty> padenot: thanks
- # [16:24] <nemo> I can do capslock + :( → ☹ in anything-but-firefox, but tried it in url bar, a text area and search bar without any luck
- # [16:24] <RyanVM> botond: ping
- # [16:24] <RyanVM> sigh
- # [16:24] * Joins: till (till@moz-g6pi42.adsl.alicedsl.de)
- # [16:24] <RyanVM> gcc 4.8 upgrade on b-i + enabling Werror for B2G on inbound = funtimes on the merge
- # [16:24] * Parts: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
- # [16:24] <nemo> Where it is super irritating though, is I'm trying to type in french and capslock + c, or capslock + e' no longer generates é and ç
- # [16:25] <padenot> RyanVM, Tomcat|sheriffduty, the skip-if line in mochitest.ini goes below the line it affects, right?
- # [16:25] * padenot is rusty
- # [16:25] * Joins: gustavold (gustavold@moz-mub.g46.40.189.IP)
- # [16:25] <RyanVM> yes, below
- # [16:25] <jcranmer> I think hg is faster than git
- # [16:26] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
- # [16:26] * killer sets mode: +o bsmedberg
- # [16:26] <RyanVM> Tomcat|sheriffduty: i set b-i to approval required
- # [16:26] * Joins: toonetown (Adium@moz-i2o.66d.135.66.IP)
- # [16:26] <RyanVM> Cwiiis landed a fix for the Li red
- # [16:26] <Tomcat|sheriffduty> RyanVM: ok thx
- # [16:26] <jcranmer> trying to rebuild a repository that only includes some directories appears to be orders of magnitudes faster with hg than git
- # [16:26] <RyanVM> gonna need botond or someone to fix the Werror bustage on the merge
- # [16:26] <Tomcat|sheriffduty> RyanVM: too bad with this big backout
- # [16:26] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
- # [16:26] <RyanVM> yeah, green Try run too
- # [16:26] <jcranmer> git still hasn't done it 5 days later, hg looks like it will finish today
- # [16:27] <Tomcat|sheriffduty> padenot: inbound is closed so you would need to add CLOSED TREE for the commit
- # [16:28] <Tomcat|sheriffduty> when you push the fix :)
- # [16:28] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [16:28] <Tomcat|sheriffduty> _AtilA_: can you help wit this WE-Error on the merge maybe ?
- # [16:28] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
- # [16:28] <padenot> Tomcat|sheriffduty: done
- # [16:28] <@Cwiiis> RyanVM: Yup, sorry about that
- # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef7d3c854571 - Paul Adenot - Bug 1119266 - Disable test_oscillatorNodeNegativeFrequency.html for failures on Android, on a CLOSED TREE.
- # [16:29] * nsm|away is now known as nsm
- # [16:29] <toonetown> I have a kind of odd issue that I'm wondering if there is a way around. My build server environment is extremely limited (by my employer) - and has no outside Internet access available. I have been able to build Firefox up to version 36 just fine - but I recently attempted building Firefox-37, and the build process hangs just after (or during) the python checks of the configure stage. It looks like there is something trying to connect to the Int
- # [16:30] <RyanVM> for the peanut gallery - anybody want to fix some Werrors closing b-i?
- # [16:30] <RyanVM> https://treeherder.mozilla.org/ui/logviewer.html#?job_id=1119973&repo=b2g-inbound
- # [16:30] <Tomcat|sheriffduty> thanks padenot
- # [16:30] <toonetown> The thing is that the way my employer has implemented the restrictions is pretty stupid…network connections get established - but then they just hang until the OS times out on the TCP connection.
- # [16:30] <RyanVM> as an added incentive, it'll keep us from reverting the gcc 4.8 upgrade ;)
- # [16:31] <@bsmedberg> ehsan is not good for my review queue
- # [16:31] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
- # [16:31] <RyanVM> Cwiiis: too bad they didn't show up on the pull request before the merge :(
- # [16:32] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
- # [16:32] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b7fb384c126f - Ryan VanderMeulen - Backed out changeset 66ec04bc10eb (bug 1067145) for leaks.
- # [16:33] * Quits: stransky (stransky@moz-16g.ma8.175.213.IP) (Quit: Connection reset by beer)
- # [16:34] * Joins: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP)
- # [16:34] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
- # [16:34] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [16:36] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
- # [16:37] <RyanVM> isn't botond in To?
- # [16:39] <_AtilA_> Tomcat|sheriffduty: this is an Emulator build ???
- # [16:39] * Joins: StevenLee (Adium@moz-fdfpj6.dynamic.hinet.net)
- # [16:39] <Sylvestre> seth, could you have a look to bug 1085783?
- # [16:39] <RyanVM> _AtilA_: yes, ICS emulator
- # [16:39] <RyanVM> basically, he marked B2G as Werror on inbound
- # [16:39] <RyanVM> which was still on 4.4 of course
- # [16:39] <_AtilA_> I did pass all the tests and compiled on my try :(
- # [16:39] <RyanVM> so when that merged to b2g-inbound on top of your 4.8 patch...
- # [16:40] <RyanVM> shockingly, 4.8 has different warnings than 4.4!
- # [16:40] <_AtilA_> oh! not so shockingly :(
- # [16:41] * RyanVM is now known as RyanVM|brb
- # [16:41] <RyanVM|brb> looks like it's the just the 2
- # [16:41] <RyanVM|brb> i'm willing to wait for fixes rather than reverting either of the patches
- # [16:41] <RyanVM|brb> but that'd require *someone* to be working on them
- # [16:41] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [16:42] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Quit: Leaving)
- # [16:42] <_AtilA_> Sure, but I cannot patch it right now :( ... not at home
- # [16:42] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [16:43] * BenWa|email is now known as BenWa
- # [16:43] <_AtilA_> Which is the -Werror bug?
- # [16:43] * Quits: mayhemer (Miranda@moz-eugdng.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [16:44] <RyanVM|brb> _AtilA_: https://treeherder.mozilla.org/ui/logviewer.html#?job_id=1119973&repo=b2g-inbound
- # [16:45] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
- # [16:45] <froydnj> RyanVM|brb: probably just need to disable appropriate warnings in stlport
- # [16:45] <_AtilA_> Yeah sorry, I meant the bug that landed and activated the -Werror (because this is what happened, right?)
- # [16:45] * BenWa is now known as BenWa|email
- # [16:46] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [16:46] <Tomcat|sheriffduty> _AtilA_: bug https://bugzilla.mozilla.org/show_bug.cgi?id=1073003
- # [16:46] <Tomcat|sheriffduty> argh.. bug 1073003
- # [16:47] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [16:48] * Joins: milan (milan@moz-gm6kj1.ckpj.s0pt.0450.2001.IP)
- # [16:48] <_AtilA_> ok, this bug needs more work with gcc-4.8 :(
- # [16:48] <_AtilA_> I'll try to help later
- # [16:49] * Quits: gustavold (gustavold@moz-mub.g46.40.189.IP) (Quit: Leaving.)
- # [16:49] <froydnj> oh, wait, are those errors while using stlport headers? ugh
- # [16:50] * whimboo is now known as whimboo|afk
- # [16:50] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
- # [16:51] * Joins: spohl (Adium@moz-hi9.olo.156.104.IP)
- # [16:52] * darkowlzz is now known as darkowlzz|afk
- # [16:52] * spohl is now known as spohl|afk
- # [16:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d5b4f81e6549 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [16:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f89b28ea7c7b - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [16:55] * Joins: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net)
- # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/48f8a884901b - Ehsan Akhgari - Bug 1119225 - Emulate Visual C++ 2013 Update 3 when using clang-cl; r=ted
- # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bcacb5692ad9 - Ehsan Akhgari - Bug 1119228 - Fix a fatal warning in PossiblyFail; r=jandem
- # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b2cf412dad7a - Ehsan Akhgari - Bug 1119232 - Fix a warning for the usage of the uninitialized gc member in JSRuntime's constructor; r=jandem
- # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1ce77cbf99f3 - Ehsan Akhgari - Bug 1119071 - Clean up some code used for older unsupported MSVC versions in MFBT; r=froydnj
- # [16:56] * Joins: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP)
- # [16:58] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [16:59] * Joins: mchang (mchang@moz-4b7hgp.res.rr.com)
- # [17:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c1dd3c739bf3 - Ehsan Akhgari - Bug 1119254 - Mark virtual overridden functions as MOZ_OVERRIDE in xpcom; r=froydnj
- # [17:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5d5984e1c186 - Ehsan Akhgari - Bug 1119263 - Mark virtual overridden functions as MOZ_OVERRIDE in spellchecker; r=smaug
- # [17:00] * Joins: hunboy_ (hunboy@moz-9aj776.pool.invitel.hu)
- # [17:00] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
- # [17:00] * RyanVM|brb is now known as RyanVM|sheriffduty
- # [17:01] * Quits: hunboy (hunboy@moz-lcgl3c.pool.invitel.hu) (Ping timeout: 121 seconds)
- # [17:01] * hunboy_ is now known as hunboy
- # [17:01] <RyanVM|sheriffduty> froydnj: is this from #b2g plausible?
- # [17:01] <RyanVM|sheriffduty> 10:42:58 AM - dhylands: RyanVM|brb: It looks like we just need to remove the typedef (line 151 from _slist.c)
- # [17:01] * Quits: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net) (Connection closed)
- # [17:02] * Joins: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net)
- # [17:02] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [17:02] * Quits: bz_away (bzbarsky@moz-m10oko.fios.verizon.net) (Quit: Disconnecting)
- # [17:02] * Joins: bz_away (bzbarsky@moz-m10oko.fios.verizon.net)
- # [17:03] <froydnj> RyanVM|sheriffduty: that looks plausible to me
- # [17:03] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [17:03] * catlee-away is now known as catlee
- # [17:03] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
- # [17:03] <RyanVM|sheriffduty> froydnj: is that something we're allowed to mess with?
- # [17:03] * RyanVM|sheriffduty will fire up a Try push if so
- # [17:04] * bz_away is now known as bz
- # [17:04] * Quits: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
- # [17:04] * BenWa|email is now known as BenWa
- # [17:04] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [17:04] * Tomcat|sheriffduty is now known as Tomcat|afk
- # [17:04] * Joins: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com)
- # [17:05] * Quits: Mano (Mano@moz-kji1k1.dynamic.barak-online.net) (Quit: )
- # [17:05] <froydnj> RyanVM|sheriffduty: we at least have local patches, so I think so
- # [17:05] <RyanVM|sheriffduty> ok
- # [17:06] * Quits: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net) (Ping timeout: 121 seconds)
- # [17:06] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [17:06] * AutomatedTester is now known as AutomatedTester|AFK
- # [17:06] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [17:07] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6d1ef1fae81f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/833f2b025c67 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [17:08] * zz_miketaylr is now known as miketaylr
- # [17:10] * Joins: bgrins (bgrins@moz-k194bp.qnor.1u98.0009.2601.IP)
- # [17:11] * mcote|afk is now known as mcote
- # [17:11] <RyanVM|sheriffduty> froydnj: pushed to Try :)
- # [17:12] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
- # [17:13] * Quits: StevenLee (Adium@moz-fdfpj6.dynamic.hinet.net) (Quit: Leaving.)
- # [17:13] * Joins: Delta706 (xx@moz-mfffeh.as13285.net)
- # [17:13] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
- # [17:13] <Delta706> is there a way to limit the amount of memory AddrSan maps?
- # [17:14] * Quits: gabor (gabor@moz-3d5th9.dip0.t-ipconnect.de) (Connection closed)
- # [17:17] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [17:17] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
- # [17:17] * killer sets mode: +ao dbaron dbaron
- # [17:18] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [17:19] * Joins: nj (nj@moz-iaj.0je.78.106.IP)
- # [17:19] * Joins: Dexter_ (Dexter@moz-i7o.obq.235.95.IP)
- # [17:19] * Quits: Delta706 (xx@moz-mfffeh.as13285.net) (Quit: and how is your war going)
- # [17:19] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
- # [17:20] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
- # [17:20] * davidb is now known as davidb|afk
- # [17:21] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
- # [17:21] * Quits: Dexter (Dexter@moz-i7o.obq.235.95.IP) (Ping timeout: 121 seconds)
- # [17:22] * Quits: jdm (jdm@moz-d78e4i.dsl.bell.ca) (Connection closed)
- # [17:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b0b1ccb01cfc - Ben Kelly - Bug 1118443 Make workers specify the XHR load group to use during the request. r=sicking
- # [17:23] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
- # [17:24] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [17:24] * Dexter_ is now known as Dexter
- # [17:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/142bb8c88b3b - Benoit Girard - Bug 1110229 - Always paint the full low-res tile for performance and correctness. r=nical
- # [17:25] * Joins: jdm (jdm@moz-d78e4i.dsl.bell.ca)
- # [17:26] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
- # [17:27] * Joins: ZER0 (ZER0@moz-b8b.7l4.18.62.IP)
- # [17:28] * Joins: dveditz (dveditz@moz-dgbov2.ca.comcast.net)
- # [17:28] * killer sets mode: +o dveditz
- # [17:28] * lth is now known as lth|away
- # [17:28] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [17:29] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Connection closed)
- # [17:29] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
- # [17:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9cb763be208e - Kartikaya Gupta - Bug 1109873 - Follow-up to fix debug logging bustage. r=me and DONTBUILD
- # [17:30] * Quits: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP) (Quit: Leaving.)
- # [17:30] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
- # [17:31] <RyanVM|sheriffduty> Delta706: i believe so, yes
- # [17:31] <RyanVM|sheriffduty> decoder ^
- # [17:31] <RyanVM|sheriffduty> (I'm pretty sure we do it for our automated builds)
- # [17:33] * Joins: Mano (mano@moz-kji1k1.dynamic.barak-online.net)
- # [17:34] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
- # [17:35] * Joins: Mano_ (mano@moz-pc7.hn3.54.2.IP)
- # [17:36] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
- # [17:37] * Quits: Mano (mano@moz-kji1k1.dynamic.barak-online.net) (Ping timeout: 121 seconds)
- # [17:37] * sheppy-offline is now known as sheppy
- # [17:39] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [17:39] * Joins: bajaj (bajaj_afk@moz-bbiueq.mh2d.1ibb.0101.2620.IP)
- # [17:40] * Joins: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP)
- # [17:41] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
- # [17:42] * Joins: benfrancis (uid16068@moz-u0phi1.charlton.irccloud.com)
- # [17:43] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
- # [17:43] * Joins: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
- # [17:43] * Quits: kaze (kaze@moz-8ion1q.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [17:44] * philor is now known as philor|away
- # [17:44] * terrence-afk is now known as terrence
- # [17:44] <Bas> RyanVM|sheriffduty: I assume you noticed Ehsan has us busted?
- # [17:44] * davidb|afk is now known as davidb
- # [17:45] <Bas> Actually, Ehsan just busted Windows and then someone else busted Linux too it appears :p
- # [17:45] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [17:45] <RyanVM|sheriffduty> he didn't bust Windows
- # [17:45] <RyanVM|sheriffduty> ted "busted" windows
- # [17:45] <RyanVM|sheriffduty> i.e. exposed build slaves not running the version of MSVC they're supposed to be
- # [17:46] <RyanVM|sheriffduty> but yeah, I'm on it
- # [17:46] <Bas> Ah, right, I understand :P
- # [17:47] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [17:48] * Quits: flaviu (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [17:48] * Joins: matt-r (mattr@moz-a4f.7e4.194.74.IP)
- # [17:48] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
- # [17:48] <RyanVM|sheriffduty> BenWa: your bustage, on the other hand, is entirely real :)
- # [17:48] * Joins: JosiahOne (Instantbird@moz-5h1dag.l2d1.q8mm.0306.2602.IP)
- # [17:49] <RyanVM|sheriffduty> bwc: OOC, how far back are you going to push those retriggers before giving up and calling it an infra issue? :)
- # [17:49] <BenWa> RyanVM|sheriffduty: Ahh shoot, I landed my first try push, not my second which was green. Let me fix that
- # [17:49] <RyanVM|sheriffduty> bwc: you might want to look into what harness/infra changes landed around the time that bug got filed
- # [17:50] <RyanVM|sheriffduty> Bas: re: the uplift request - I trust your judgement, just wanted it on the radar
- # [17:50] <RyanVM|sheriffduty> feel free to wontfix it for 36 if you want
- # [17:50] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [17:50] * Quits: nj (nj@moz-iaj.0je.78.106.IP) (Quit: WeeChat 1.0.1)
- # [17:50] <Bas> RyanVM|sheriffduty: I'll think about it, it's harmless to uplift in theory and maybe there's another crash cause I haven't thought of in which case it could help I suppose.
- # [17:51] * Quits: Gijs (chatzilla@moz-goo.q6m.80.5.IP) (Ping timeout: 121 seconds)
- # [17:51] * Joins: Gijs (chatzilla@moz-goo.q6m.80.5.IP)
- # [17:52] <RyanVM|sheriffduty> Bas: sounds good, thanks
- # [17:52] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [17:54] * Joins: ehsan (ehsan@moz-i5m.05u.207.66.IP)
- # [17:54] * killer sets mode: +o ehsan
- # [17:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6698118c0b54 - Benoit Girard - Bug 1110229 - bustage fix on a CLOSED TREE
- # [17:54] * julienw_afk is now known as julienw
- # [17:55] * Quits: Teodor_Druta|Duty (Thunderbird@moz-ohb.65e.79.82.IP) (Client exited)
- # [17:56] * julienw is now known as julienw_afk
- # [17:56] * bz ponders whether he should wait for tree to reopen
- # [17:57] * catlee is now known as catlee-lunch
- # [17:58] <bwc> RyanVM: Yeah, how do I check that though?
- # [17:58] <RyanVM|sheriffduty> dbaron: ping?
- # [17:58] * Quits: milan (milan@moz-gm6kj1.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
- # [17:58] * Quits: Mano_ (mano@moz-pc7.hn3.54.2.IP) (Connection closed)
- # [17:58] <RyanVM|sheriffduty> bwc: https://wiki.mozilla.org/ReleaseEngineering:Maintenance is the best place to start
- # [17:58] <RyanVM|sheriffduty> http://hg.mozilla.org/build/mozharness/pushloghtml as well (though the former should cover this)
- # [17:59] * Joins: milan (milan@moz-doesc1.ckpj.s0pt.0450.2001.IP)
- # [17:59] <&dbaron> RyanVM|sheriffduty, pong
- # [17:59] <RyanVM|sheriffduty> nevermind, I see Tomcat already backed it out
- # [17:59] <RyanVM|sheriffduty> was going to ask for a rubberstamp to fuzz xidorn's new reftests a bit
- # [18:00] <RyanVM|sheriffduty> looks like win7/8 and osx need a bit of fuzzing
- # [18:00] * Quits: kapy (kapy@moz-t6j.jl9.68.182.IP) (Quit: )
- # [18:00] <RyanVM|sheriffduty> and actually, OSX looks a bit worse of an issue
- # [18:00] <RyanVM|sheriffduty> win7/win8 is just a 2px font smoothing difference
- # [18:00] <RyanVM|sheriffduty> osx looks like an actual positioning issue
- # [18:00] <RyanVM|sheriffduty> https://treeherder.mozilla.org/ui/logviewer.html#?job_id=5211429&repo=mozilla-inbound
- # [18:00] <&dbaron> RyanVM|sheriffduty, hmmm, the fuzz issue might have been fixed by one of the other patches he had...
- # [18:01] <&dbaron> RyanVM|sheriffduty, anyway, he'll deal with it when he wakes up...
- # [18:01] <RyanVM|sheriffduty> yeah, moot point now :)
- # [18:02] <RyanVM|sheriffduty> bz: open
- # [18:02] <bz> RyanVM|sheriffduty: sweet
- # [18:03] <RyanVM|sheriffduty> froydnj: _AtilA_: dhylands: getting closer! https://treeherder.mozilla.org/ui/logviewer.html#?job_id=4070405&repo=try
- # [18:03] <RyanVM|sheriffduty> so the stlport fix appears to have worked
- # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f8d73ad47da0 - Boris Zbarsky - Bug 1103000. Update the unitless length quick whitelist to match spec changes. r=dbaron
- # [18:03] <froydnj> RyanVM|sheriffduty: progress!
- # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4a03e62bd2d2 - Boris Zbarsky - Bug 1112761 part 1. Replace Pref="media.mediasource.enabled" annotations in IDL with calls to a function which will end up doing something a bit more interesting. r=kinetik
- # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37bd1af93c54 - Boris Zbarsky - Bug 1112761 part 2. Enable MediaSource based on a whitelist, not in general. r=kinetik
- # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/23ce8a6e826f - Boris Zbarsky - Bug 1117167. Make the generated implementation classes for JS-implemented bindings store an nsIGlobalObject, not an nsPIDOMWindow, so we can use them in sandboxes. r=peterv
- # [18:04] <RyanVM|sheriffduty> froydnj: that's basically a "if defined, undef it first" fix, right?
- # [18:04] <froydnj> RyanVM|sheriffduty: yeah
- # [18:05] * Quits: tzimmermann (tzimmermann@moz-45vvq4.pools.vodafone-ip.de) (Quit: Ex-Chat)
- # [18:05] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
- # [18:05] * nsm is now known as nsm|away
- # [18:05] <froydnj> RyanVM|sheriffduty: putting it after all the #includes is the safest, but I'd bet you can get away with putting it after here: http://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/AudioManager.cpp#35
- # [18:05] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
- # [18:06] <froydnj> silly chromium logging code
- # [18:06] <Ms2ger> loggiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiing
- # [18:06] <froydnj> exactly
- # [18:06] * Joins: nj (nj@moz-iaj.0je.78.106.IP)
- # [18:06] * coop|buildduty is now known as coop|lunch
- # [18:07] <RyanVM|sheriffduty> froydnj: at least the tree has an example or two for this exact fix ;)
- # [18:07] <bbouvier> should i CC somebody in particular for a bug in dxr?
- # [18:07] <froydnj> RyanVM|sheriffduty: in process of reviewing a patch with that exact fix =/
- # [18:07] <RyanVM|sheriffduty> hah
- # [18:07] <Ms2ger> bbouvier, jcranmer?
- # [18:07] <bbouvier> Ms2ger: ok
- # [18:07] * RyanVM|sheriffduty knows who HE'S going to be putting this request on
- # [18:08] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [18:08] <froydnj> bbouvier: erikrose
- # [18:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [18:08] <rnewman> RyanVM|sheriffduty: you probably want to uplift https://hg.mozilla.org/mozilla-central/rev/cf3485c7753b to Aurora -- the third part of bug 907768
- # [18:08] <jcranmer> bbouvier: people watch the DXR component regularly
- # [18:08] * davidb is now known as davidb|afk
- # [18:08] <rnewman> otherwise you'll still get some oranges on 2.3
- # [18:08] <RyanVM|sheriffduty> rnewman: look more closely at the second rev ;)
- # [18:08] <@ehsan> garvank: https://github.com/bgirard/hacky.mk
- # [18:08] <bbouvier> jcranmer: thanks, already cc'd you on this one
- # [18:09] <rnewman> RyanVM|sheriffduty: fair enough! :D
- # [18:09] <RyanVM|sheriffduty> I even tweaked the commit message when I folded them!
- # [18:09] <rnewman> you clever sausage
- # [18:09] <rnewman> I shouldn't have doubted you for a moment
- # [18:09] <BenWa> ?
- # [18:09] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
- # [18:09] * Quits: nj (nj@moz-iaj.0je.78.106.IP) (Quit: WeeChat 1.0.1)
- # [18:10] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [18:10] <froydnj> rnewman: I will never doubt again </princess-bride>
- # [18:10] <rnewman> :D
- # [18:11] <bwc> RyanVM: I'm not seeing anything that ought to have caused this. I wonder if we should just give up on trying to find the commit, and just look at the code.
- # [18:11] <RyanVM|sheriffduty> bwc: probably
- # [18:11] <RyanVM|sheriffduty> rnewman: :D
- # [18:12] * jchen|away is now known as jchen
- # [18:12] <RyanVM|sheriffduty> but seriously, thanks for checking - always better safe than sorry
- # [18:12] * Joins: mwu (mwu@moz-27kmrc.hntd.7296.000c.2601.IP)
- # [18:12] * Quits: JosiahOne (Instantbird@moz-5h1dag.l2d1.q8mm.0306.2602.IP) (Quit: [self dealloc])
- # [18:12] <dhylands> RyanVM|sheriffduty: I eventually hit this error (on my local B2G build):
- # [18:13] * Joins: mayhemer (Miranda@moz-eugdng.joqu.pdma.1028.2a00.IP)
- # [18:13] <RyanVM|sheriffduty> dhylands: Try run #2 in progress :P
- # [18:13] <RyanVM|sheriffduty> https://treeherder.mozilla.org/#/jobs?repo=try&revision=e05912f160c3
- # [18:13] <dhylands> /home/work/B2G-emulator-arm/b2g-inbound/build/stlport/stlport/stl/_ostream.c:223:16: error: typedef '__static_assert' locally defined but not used [-Werror=unused-local-typedefs]
- # [18:13] <dhylands> _STLP_STATIC_ASSERT( sizeof(short) <= sizeof(long) )
- # [18:13] <RyanVM|sheriffduty> interesting, we didn't hit that on the Try push
- # [18:13] * Joins: jchaulk1 (jchaulk@moz-fmkdq3.cpe.pppoe.ca)
- # [18:14] <dhylands> I already hit your LOG issue and fixed locally
- # [18:14] <dhylands> I also hit an issue in nsSVGBoolean.cpp which you haven't mentioned, so not sure
- # [18:15] <RyanVM|sheriffduty> oh boy
- # [18:15] * RyanVM|sheriffduty doesn't suppose you want to take over on the patch writing?
- # [18:15] <RyanVM|sheriffduty> since the latency is obviously going to be lower that me doing this on Try
- # [18:15] * Quits: KuoE0 (KuoE0@moz-1fabjf.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [18:16] <dhylands> I'm not sure how to fix the __static_assert one yet
- # [18:16] <bwc> RyanVM: Is that maintenance page going to cover things like changes to the images being used?
- # [18:17] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
- # [18:17] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [18:18] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [18:18] <RyanVM|sheriffduty> bwc: what images are you referring to?
- # [18:18] <froydnj> dhylands: maybe just redefine _STLP_STATIC_ASSERT to use static_assert
- # [18:19] <bwc> RyanVM: The build machine images.
- # [18:20] <RyanVM|sheriffduty> bwc: it should, yes
- # [18:20] * Joins: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr)
- # [18:21] * jimm is now known as jimm-lunch
- # [18:21] <RyanVM|sheriffduty> bwc: obviously we're obvious to anything changing on amazon's end
- # [18:21] <RyanVM|sheriffduty> keep in mind
- # [18:21] <RyanVM|sheriffduty> oblivious*
- # [18:21] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [18:21] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [18:22] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [18:22] * Joins: WaltS48 (Thunderbird@moz-v0f9if.east.verizon.net)
- # [18:22] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
- # [18:22] <bwc> RyanVM: Sure.
- # [18:23] * Joins: jcj (jcj@moz-vum.m67.56.172.IP)
- # [18:23] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [18:24] * khuey|away is now known as khuey
- # [18:24] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [18:24] * flod is now known as flod|afk
- # [18:25] <froydnj> the whole "e10s tabs just spin when loading, even if loading is complete" thing is getting anoying
- # [18:25] * Joins: gustavold (gustavold@moz-85l.9kk.128.191.IP)
- # [18:25] * Joins: tanvi (tanvi@moz-dqo4mk.ca.comcast.net)
- # [18:25] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
- # [18:26] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
- # [18:27] <RyanVM|sheriffduty> seth: did I hear you mention that you were disabling browser_image.js soon?
- # [18:27] * lightsofapollo|mtv is now known as lightsofapollo
- # [18:28] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [18:29] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Ping timeout: 121 seconds)
- # [18:29] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [18:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f8cdb129a54e - Drew Willcoxon - Bug 1112440 - Make the infobar update correctly to reflect "needs verified user" on about:accounts during Sync migration. r=markh
- # [18:30] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
- # [18:30] * Quits: gustavold (gustavold@moz-85l.9kk.128.191.IP) (Quit: Leaving.)
- # [18:32] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
- # [18:32] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Connection closed)
- # [18:32] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
- # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9bb49c259418 - Ryan VanderMeulen - Bug 987616 - Disable browser_image.js on debug builds due to frequent failures.
- # [18:33] * Quits: Enn (enn@moz-sm6kai.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [18:33] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
- # [18:33] * Quits: bnicholson (bnicholson@moz-olu.vgl.130.24.IP) (Quit: This computer has gone to sleep)
- # [18:33] <RyanVM|sheriffduty> padenot: so about those windows M1 oranges on b2g34...
- # [18:34] <padenot> RyanVM|sheriffduty: ah yeah
- # [18:34] <padenot> RyanVM|sheriffduty: another thing that I forgot because of the break
- # [18:35] <RyanVM|sheriffduty> padenot: what break? https://twitter.com/RealAndreasGal/status/544924318375763969 :)
- # [18:35] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Connection closed)
- # [18:36] <padenot> is it perma orange ?
- # [18:36] <RyanVM|sheriffduty> yes
- # [18:36] <RyanVM|sheriffduty> win7/win8
- # [18:36] * Joins: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP)
- # [18:37] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
- # [18:37] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
- # [18:37] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [18:37] <padenot> okay, I think we need to find the patch that is missing on 34
- # [18:37] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
- # [18:37] <padenot> b2g34, that is
- # [18:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d3ff86d4a216 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [18:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/85ccef2203f2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [18:38] * Joins: Mano (mano@moz-98q.cd9.54.2.IP)
- # [18:39] <padenot> RyanVM|sheriffduty: actually, I'll post in the bug
- # [18:39] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
- # [18:39] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [18:40] <RyanVM|sheriffduty> padenot: sgtm, thanks
- # [18:40] * Quits: stormi (samuel@moz-t5b.q89.218.46.IP) (Quit: Konversation terminated!)
- # [18:41] * padenot clones trees
- # [18:42] * Joins: mmcdonough (Martin@moz-qfl.dci.229.137.IP)
- # [18:42] * Quits: mmcdonough (Martin@moz-qfl.dci.229.137.IP) (Connection closed)
- # [18:43] * Joins: yzen_ (yzen@moz-i5m.05u.207.66.IP)
- # [18:43] * Quits: Mano (mano@moz-98q.cd9.54.2.IP) (Connection closed)
- # [18:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf207a98cbb9 - Benjamin Smedberg - Bug 869208 - Increase the buffer size we're using to deliver network streams to OOPP plugins, r=aklotz
- # [18:44] * pbrosset is now known as pbrosset|afk
- # [18:45] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
- # [18:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4f3c3baebb90 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [18:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/95d32869e77f - David Keeler - bug 1101194 - add telemetry for DataStorage table size r=mgoodwin
- # [18:45] * Joins: oliverthor (oliverthor@moz-0io.i2q.170.166.IP)
- # [18:45] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
- # [18:45] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
- # [18:45] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [18:48] * flod|afk is now known as flod
- # [18:49] * Joins: bnicholson (bnicholson@moz-rd79pa.ujol.1ibb.0101.2620.IP)
- # [18:49] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
- # [18:51] * Joins: Mook_as (mook@moz-vlall4.activestate.com)
- # [18:51] * Quits: jcj (jcj@moz-vum.m67.56.172.IP) (Ping timeout: 121 seconds)
- # [18:53] * catlee-lunch is now known as catlee
- # [18:53] * baku is now known as baku|away
- # [18:53] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
- # [18:54] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
- # [18:54] * Quits: trevorh (trevor@moz-lcchij.bigpond.net.au) (Quit: Leaving.)
- # [18:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9097517c27db - Mike de Boer - Bug 1114957: cleanup LoopRooms event listeners when the conversation window is closed. r=Niko
- # [18:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/204c0dfa5e0b - Andrew McCreight - Backout bug 1052793 for exposing bad decommitting behavior for compartmental GCs.
- # [18:56] * jimm-lunch is now known as jimm
- # [18:58] * Joins: ehugg (ehugg@moz-mkt.i2q.170.166.IP)
- # [18:58] * Quits: Sushant94 (Sushant@moz-v9m.st2.202.116.IP) (Connection closed)
- # [18:58] * Quits: jez (user@moz-0gv0qn.zen.co.uk) (Ping timeout: 121 seconds)
- # [18:58] * Joins: jez (user@moz-v0f.0sk.86.77.IP)
- # [18:58] * Quits: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de) (Quit: l8er)
- # [18:59] * Joins: Sushant94 (Sushant@moz-v9m.st2.202.116.IP)
- # [18:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c1917197e60f - Nicolas Silva - Bug 1114948 - Use NS_lroundf instead of NS_roundf in tioling code to avoid inconsistent behavior around zero. r=jrmuizel
- # [18:59] <toonetown> I'm trying to create a patch which adds a new binary file…I have done an hg export, and I *think* that I've got the binary data in the patch…but when I try to apply it (just via that patch command line program), the binary files aren't modified.
- # [18:59] <toonetown> is there a way to check that my patch file is correct?
- # [18:59] <@ted> toonetown: you can use "hg import" or "hg qimport" i believe
- # [19:00] <@ted> the former will turn it into a real hg changeset, the latter will import it into your mq
- # [19:00] <@ted> patch doesn't know how to deal with git-style binary patches
- # [19:00] <toonetown> I'm actually just wanting to test the patch - without actually making changes to hg…
- # [19:00] <RyanVM|sheriffduty> bz: possible orange from your push? https://treeherder.mozilla.org/ui/logviewer.html#?job_id=5212912&repo=mozilla-inbound (first run to finish so far, so not sure if it's intermittent or not)
- # [19:00] * Quits: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP) (Quit: Leaving.)
- # [19:00] <toonetown> ted: OK - I'll try it then.
- # [19:00] * Joins: Sander (chatzilla@moz-f4egml.direct-adsl.nl)
- # [19:00] <@ted> toonetown: if you `hg import` it you can always `hg strip` it off when you're done
- # [19:00] <@ted> (you have to enable the strip extension first)
- # [19:00] * Joins: jez9999 (user@moz-0gv0qn.zen.co.uk)
- # [19:01] * Joins: rstrong (rstrong@moz-iakdbp.dynamic.fusionbroadband.com)
- # [19:02] * Joins: sabbir_alam_ufo (sabbir_alam@moz-ss9.s0r.225.103.IP)
- # [19:02] * Joins: gustavold (gustavold@moz-dc7.831.255.191.IP)
- # [19:03] <RyanVM|sheriffduty> bz: yep, permafailing
- # [19:03] * bobowen is now known as bobowen|afk
- # [19:03] <RyanVM|sheriffduty> bz: I'm closing inbound, will backout if I don't hear back within a few minutes
- # [19:04] * Quits: jez (user@moz-v0f.0sk.86.77.IP) (Ping timeout: 121 seconds)
- # [19:04] <mccr8> excessive quirkiness detected!
- # [19:05] * Quits: sabbir_alam_ufo (sabbir_alam@moz-ss9.s0r.225.103.IP) (Quit: Leaving)
- # [19:05] * Quits: mukilan (mukilan@moz-10t.4o5.164.122.IP) (Ping timeout: 121 seconds)
- # [19:05] * coop|lunch is now known as coop|buildduty
- # [19:05] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
- # [19:06] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
- # [19:07] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
- # [19:08] <bz> RyanVM|sheriffduty: looking
- # [19:08] * Quits: gustavold (gustavold@moz-dc7.831.255.191.IP) (Quit: Leaving.)
- # [19:08] <bz> RyanVM|sheriffduty: uh....
- # [19:09] <nemo> Say, anyone here using linux + xcompose to do digraphs? For some reason they work in firefox stable, but not in nightly anymore.
- # [19:09] <RyanVM|sheriffduty> bz: always my favorite reply ;
- # [19:09] <RyanVM|sheriffduty> ;)
- # [19:09] * Joins: gustavold (gustavold@moz-dc7.831.255.191.IP)
- # [19:09] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
- # [19:09] <bz> RyanVM|sheriffduty: see, I did a try run for this
- # [19:09] <bz> https://treeherder.mozilla.org/#/jobs?repo=try&revision=8b4965650d17
- # [19:09] <nemo> can type français in search box, url bar and text areas in stable no trouble using fran<compose>c,ais
- # [19:09] <nemo> not in nightly
- # [19:09] <bz> But we happen to not run wpt on debug builds??????
- # [19:10] <bz> What
- # [19:10] <bz> The
- # [19:10] <bz> Fuck
- # [19:10] <bz> Anyway, fixing
- # [19:10] <RyanVM|sheriffduty> jgraham ^
- # [19:10] <RyanVM|sheriffduty> why is that?
- # [19:10] * Quits: gustavold (gustavold@moz-dc7.831.255.191.IP) (Quit: Leaving.)
- # [19:11] <jgraham> Largely because it's still too unstable
- # [19:11] * bz will just make sure to always run both debug and opt on try, I guess
- # [19:11] <bz> <sigh>
- # [19:11] <jgraham> Sorry
- # [19:12] <froydnj> dare I ask why we run "too unstable" tests on our normal repos?
- # [19:12] <bz> Not your fault
- # [19:12] <bz> froydnj: well, they're not unstable on opt builds..... ;)
- # [19:12] <froydnj> bz: ah! I was not applying "too unstable" to the correct thing
- # [19:12] <bz> jgraham: also, the output from this test is ... not helpful. ;)
- # [19:13] <bz> jgraham: also not your fault
- # [19:13] * Quits: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP) (A TLS packet with unexpected length was received.)
- # [19:13] * chmanchester is now known as chmanchester|afk
- # [19:14] * bz is trying to understand what this test is testing and why
- # [19:15] <jgraham> bz: It's a new one from zcorpan
- # [19:16] <bz> hrm
- # [19:16] <bz> how new?
- # [19:16] * bz runs the test locally
- # [19:16] <bz> Yeah, ok, looks like I now have a bunch of unexpected passes
- # [19:16] <bz> Makes sense, then
- # [19:17] <jgraham> Oh, not actually that new, but it got updated recently
- # [19:17] <bz> yeah, it all makes sense now
- # [19:17] <bz> Thanks!
- # [19:17] <jgraham> Great!
- # [19:18] * bz would like to understand why we have any failure annotations there at all
- # [19:19] <bz> But the messages are too coarse-grained to make this an easy task. :(
- # [19:19] <toonetown> I just tried pushing to the tryserver, with these options: "try: -b o -p linux,macosx64,win32,android-api-9 -u all -t all" - but it looks like builds are only running…no tests.
- # [19:19] <toonetown> what did I do wrong with my commit message?
- # [19:19] <bz> toonetown: Are the builds done?
- # [19:19] * Joins: bent (chatzilla@moz-dg452f.2rkg.9kg1.0101.2620.IP)
- # [19:19] <toonetown> bz: no - still building.
- # [19:19] <bz> toonetown: Then how could the tests be running?
- # [19:19] <RyanVM|sheriffduty> toonetown: tests will start when the builds finish :)
- # [19:19] <toonetown> But they only show "B" as in the queue...
- # [19:19] <toonetown> https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=558a22cf0ac6
- # [19:19] <RyanVM|sheriffduty> yeah, we don't have the ability to show tests that haven't been requested yet
- # [19:19] <toonetown> Do the tests not get queued up until the builds are done?
- # [19:19] <jgraham> Right, buildbot doesn't actually know what will happen until it happens
- # [19:20] <toonetown> makes sense! :)
- # [19:20] * Joins: trevorh (trevor@moz-lcchij.bigpond.net.au)
- # [19:20] <RyanVM|sheriffduty> that actually is a longstanding feature request :)
- # [19:20] <jgraham> Unfortunately
- # [19:20] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
- # [19:20] <RyanVM|sheriffduty> but difficult to do with the current infra
- # [19:20] * Joins: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com)
- # [19:20] <bz> RyanVM|sheriffduty: Fix in
- # [19:20] <jgraham> (side note: using -u all is discouraged unless you know you need it)
- # [19:20] <RyanVM|sheriffduty> bz: thanks :)
- # [19:21] <toonetown> jgraham: oops…sorry. :(
- # [19:21] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
- # [19:21] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [19:21] <bz> jgraham: I'd actually default the other direction....
- # [19:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cdc4bf08ee66 - Boris Zbarsky - Bug 1103000 followup: remove failure annotations from the corresponding web platform test so we can reopen the CLOSED TREE.
- # [19:21] <RyanVM|sheriffduty> bz: unexpected passes are the best :)
- # [19:21] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [19:21] <bz> RyanVM|sheriffduty: ;)
- # [19:21] <jgraham> toonetown: Not your fault, it's a pretty terrible system at the moment
- # [19:21] <toonetown> jgraham: I was just going based off of a previous commit that I was doing.
- # [19:21] <RyanVM|sheriffduty> toonetown: https://wiki.mozilla.org/Sheriffing/How:To:Recommended_Try_Practices has some good info
- # [19:21] * bz almost always uses -u all unless he's _very_ sure that only one test suite touches his stuff
- # [19:21] <bz> Which is very rare
- # [19:22] <toonetown> jgraham: I really don't have much of a clue what I'm doing when it comes to submitting patches… I've only done one before, and it doesn't seem like there is a "single" place with a set of instructions.
- # [19:22] <jgraham> In the future it will automatically guess a reasonable set of jobs to run based on your commit
- # [19:22] <bz> OK
- # [19:22] <toonetown> I've got a bunch of bookmarks to a bunch of different pages (the Recommended_Try_Practices one is a new one for me to add to the list) :)
- # [19:22] <bz> So say I change Element
- # [19:22] <bz> will it run reftests? ;)
- # [19:22] <jgraham> bz: TBD :)
- # [19:22] <bz> jgraham: Exactly.
- # [19:22] <RyanVM|sheriffduty> toonetown: understood, it can definitely be daunting :)
- # [19:23] <jgraham> But the idea is that we will look at which tests actually fail for pushes in certain parts of the tree and ensure those are run
- # [19:23] * Joins: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP)
- # [19:23] <bz> ah, ok
- # [19:23] <bz> That seems reasonable
- # [19:23] <bz> with periodic full test runs?
- # [19:23] <toonetown> Kind of along those lines, I don't think I have permissions to assign a bug to myself…can someone do that for me?
- # [19:23] <bz> at least on the integration branches?
- # [19:23] <bz> toonetown: which bug?
- # [19:23] <jgraham> Yeah, at the very least I think m-c will still run everything
- # [19:24] <toonetown> https://bugzilla.mozilla.org/show_bug.cgi?id=1119350
- # [19:24] * Quits: alexbardas (alexbardas@moz-sd5vgf.BT.idilis.net) (Ping timeout: 121 seconds)
- # [19:24] <RyanVM|sheriffduty> toonetown: done :)
- # [19:24] <bz> toonetown: You can now confirm bugs and edit all fields of a bug.
- # [19:24] <bz> toonetown: Please use these powers wisely.
- # [19:24] <toonetown> RyanVM|sheriffduty: Thanks!
- # [19:24] <RyanVM|sheriffduty> bz: hah, I was about to ask if someone could grant him that :)
- # [19:25] <toonetown> bz: double-thanks :)
- # [19:25] <bz> toonetown: In particular, now you can assign bugs to yourself. ;)
- # [19:25] <bz> toonetown: Thank _you_!
- # [19:25] <bz> toonetown: You're the one writing patches; I just checked some checkboxes in a web form. ;)
- # [19:25] <toonetown> bz: well, I appreciate the guidance…
- # [19:25] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
- # [19:26] * mgerva is now known as mgerva|afk
- # [19:26] * Joins: brendan (brendaneich@moz-ejav16.sub-70-197-20.myvzw.com)
- # [19:26] * Quits: gcp (gcp@moz-s6tgar.beqe.9i1r.1812.2a02.IP) (Quit: Leaving)
- # [19:27] * lmandel is now known as lmandel_afk
- # [19:27] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [19:28] <toonetown> So - would it be recommended that I cancel my builds that are in progress, and run one that doesn't have "-u all" ?
- # [19:28] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [19:28] <toonetown> I believe that the fix I'm working on would only affect the build system anyway - so do I even need to run unit tests, or just builds?
- # [19:28] * Joins: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com)
- # [19:28] <dhylands> RyanVM|sheriffduty: I get a clean emulator ICS build with this patchset: http://pastebin.mozilla.org/8171390
- # [19:29] <RyanVM|sheriffduty> toonetown: if you're not changing any code that actually gets built, then I'd say just a set of builds w/o tests is fine
- # [19:29] <RyanVM|sheriffduty> the build system does have some self tests that run during the build process
- # [19:29] <RyanVM|sheriffduty> dhylands++
- # [19:29] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [19:29] <toonetown> RyanVM|sheriffduty: OK - thanks. So I should be able to do "try: -b o -p linux,macosx64,win32,android-api-9 -u none -t none" then? What's the difference between "-u" and "-t"?
- # [19:29] * Joins: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com)
- # [19:29] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [19:30] <bz> Do we have something like prefs.js in the profile but for setting default pref values?
- # [19:30] <RyanVM|sheriffduty> toonetown: -u is unit tests, -t is talos (performance) tests
- # [19:30] <RyanVM|sheriffduty> toonetown: and yes, that syntax looks right
- # [19:30] <dhylands> RyanVM|sheriffduty: Do you want to do a try run with it?
- # [19:30] <toonetown> RyanVM|sheriffduty: Ah - OK. I saw "talos" - but didn't know that was performance tests.
- # [19:30] <bz> more generally, -u is correctness tests and -t is performance tests.
- # [19:30] <RyanVM|sheriffduty> dhylands: will do
- # [19:30] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Quit: Leaving)
- # [19:30] * bz hesitates to call some of our correctness tests "unit tests"
- # [19:30] <RyanVM|sheriffduty> bz: fair enough ;)
- # [19:30] <RyanVM|sheriffduty> toonetown: https://wiki.mozilla.org/Buildbot/Talos/Tests if you want to know more about talos
- # [19:31] * Quits: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP) (A TLS packet with unexpected length was received.)
- # [19:31] * lmandel_afk is now known as lmandel
- # [19:31] * Joins: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP)
- # [19:31] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
- # [19:33] <RyanVM|sheriffduty> dhylands: we'll probably need to include a .patch as well for the stlport changes (and update the mozilla readme)
- # [19:33] <dhylands> RyanVM|sheriffduty: You mean split out the stlport changes into a separate patch?
- # [19:33] <ctalbert> bent: quick q, is there a quick way to tell from a call stack which process I'm looking at? The child or the parent process (in e10s)
- # [19:33] * ctalbert is in a debugger
- # [19:33] <RyanVM|sheriffduty> dhylands: no, include an in-tree patch file too
- # [19:34] <RyanVM|sheriffduty> dhylands: like android-mozilla-config.patch
- # [19:34] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
- # [19:34] <dhylands> RyanVM|sheriffduty: I guess I'm missing something - I don't understnad
- # [19:34] <bent> ctalbert, you should see XRE_InitChildProcess on the main thread of the child process
- # [19:34] <ctalbert> thanks
- # [19:34] <bent> ctalbert, and XRE_Main (i think?) on main thread of parent
- # [19:34] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
- # [19:34] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
- # [19:34] * Joins: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP)
- # [19:34] <RyanVM|sheriffduty> dhylands: for upstream imports that we patch on top of, we usually include an in-tree patch file containing those changes as well
- # [19:35] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Leaving...)
- # [19:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/839a5e109b35 - Christoph Kerschbaumer - Bug 1118534 - Comment updates in nsIContentPolicy, nsIOService.idl, nsNetutil.h, NetUtil.jsm (r=sicking)
- # [19:35] <dhylands> Oh - ok so you check in a patch file containing the changes
- # [19:35] <RyanVM|sheriffduty> dhylands: build/stlport/stlport/android-mozilla-config.patch is an example of that
- # [19:35] <RyanVM|sheriffduty> yeah
- # [19:35] <RyanVM|sheriffduty> and README.mozilla references it
- # [19:35] * whimboo|afk is now known as whimboo
- # [19:35] <RyanVM|sheriffduty> thanks again for taking care of this :)
- # [19:36] * Joins: jdm_ (jdm@moz-d78e4i.dsl.bell.ca)
- # [19:36] <dhylands> Is there a bug open for this?
- # [19:37] * Quits: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [19:37] <dhylands> RyanVM|sheriffduty: ^^
- # [19:37] * Joins: keeler (keeler@moz-09a.i8g.126.207.IP)
- # [19:37] <RyanVM|sheriffduty> dhylands: I've just been adding notes to bug 1073003
- # [19:38] * Quits: jdm (jdm@moz-d78e4i.dsl.bell.ca) (Ping timeout: 121 seconds)
- # [19:38] <RyanVM|sheriffduty> keeler: just the guy I was looking for!
- # [19:38] <RyanVM|sheriffduty> https://treeherder.mozilla.org/ui/logviewer.html#?job_id=5214328&repo=mozilla-inbound
- # [19:38] * Quits: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr) (Ping timeout: 121 seconds)
- # [19:38] <RyanVM|sheriffduty> though I didn't get to make my dramatic entrance to #security :(
- # [19:39] <dhylands> RyanVM|sheriffduty: I can split my stlport changes out and then that splitout file becomes the file that gets added to the tree
- # [19:39] <RyanVM|sheriffduty> sgtm
- # [19:39] <keeler> RyanVM|sheriffduty: yeah, sorry about that
- # [19:39] * Joins: ahal_ (ahal@moz-blga2k.cpe.pppoe.ca)
- # [19:40] <keeler> I'm trying to see if there's a simple fix, but I'll back it out in a few minutes if not
- # [19:40] <bkelly> mozilla-central is failing to build due to unused-result warnings again :-( /srv/mozilla-central/js/src/jsmath.cpp:740:63: error: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Werror=unused-result]
- # [19:40] <RyanVM|sheriffduty> keeler: wait a sec
- # [19:40] <keeler> RyanVM|sheriffduty: sure thing
- # [19:40] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (Quit: Leaving)
- # [19:40] <RyanVM|sheriffduty> keeler: this hit on an earlier push than yours - https://treeherder.mozilla.org/ui/logviewer.html#?job_id=5211875&repo=mozilla-inbound
- # [19:41] * ahal_ is now known as ahal
- # [19:41] <bkelly> apparently tinderbox doesn't catch this because the vms have an old glibc or something
- # [19:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fec317aa00bc - Kai Engert - Bug 1107731, upgrade Mozilla 37 to use NSS 3.18 (this is beta 5), r=wtc
- # [19:41] * Quits: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP) (Connection closed)
- # [19:41] <RyanVM|sheriffduty> keeler: which is impressive given that bz didn't even touch that test on his push - unless it was indirect
- # [19:42] * Joins: kgrandon (Adium@moz-0n3f30.rgd2.9kg1.0101.2620.IP)
- # [19:42] * Joins: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP)
- # [19:43] <RyanVM|sheriffduty> keeler: very odd, the orange definitely started on your push, so maybe that windows build error was coincidence (freaky as that is)
- # [19:43] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
- # [19:43] * Quits: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP) (A TLS packet with unexpected length was received.)
- # [19:44] <keeler> RyanVM|sheriffduty: yeah - I've got a pretty good explanation for why TestCertDB is failing after my push - that patch added a lock that appears to have already been acquired in some cases
- # [19:45] <RyanVM|sheriffduty> keeler: that windows build slave looks a bit suspect, so I'm leaning towards that for now
- # [19:45] * bz is trying to understand reviewboard
- # [19:45] * davidb|afk is now known as davidb
- # [19:45] <bz> So I'm looking at the "review tab"
- # [19:46] * KWierso|afk is now known as KWierso
- # [19:46] <bz> I have a checkbox above the "Ship it" text
- # [19:46] <bz> And two empty textfields
- # [19:46] <bz> one before my review comments, one after.
- # [19:46] <bz> Now what? ;)
- # [19:46] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [19:46] <bz> Oh, and an "Open an issue" checkbox?
- # [19:47] * bz mutters about UIs
- # [19:47] <froydnj> bz: are you r+'ing the patch?
- # [19:48] <bz> If the comments are addressed, yes
- # [19:48] <froydnj> I think you check "ship it" and hit "publish review"
- # [19:48] <bz> OK
- # [19:48] * bz tries that
- # [19:49] * froydnj has had mixed experiences with reviewboard thus far as a reviewer
- # [19:50] <bz> This is my first time using it that way.
- # [19:50] * bz will reserve judgement until he has more experience.
- # [19:50] <bz> That said...
- # [19:50] * Quits: Dexter (Dexter@moz-i7o.obq.235.95.IP) (Quit: Leaving)
- # [19:50] <bz> shouldn't my review be indicated in the bug in some way?
- # [19:50] <bz> Or something?
- # [19:51] <@gavin> the review comments aren't, which is really annoying
- # [19:51] <bz> Sure
- # [19:51] * Joins: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net)
- # [19:51] <froydnj> ideally, "publish review" should push things to a comment in the bug
- # [19:51] <bz> But more to the point, the bug still says "review?" on me
- # [19:51] * Quits: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net) (Connection closed)
- # [19:51] <@gavin> the flag should change if you "ship it"
- # [19:51] * Joins: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net)
- # [19:51] * Quits: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net) (Connection closed)
- # [19:51] <bz> Does it matter that I had review comments and those opened an issue, whatever that is?
- # [19:51] <@gavin> maybe
- # [19:52] <bz> 'cause I totally did "ship it"...
- # [19:52] * @gavin is no RB expert
- # [19:52] <bz> That's not helpful.
- # [19:52] * darkowlzz|afk is now known as darkowlzz
- # [19:52] <bz> Afaict I'm done with this thing, but bugzilla thinks I'm not.
- # [19:52] <ctalbert> bz can you open a bug with the details and needinfo mcote on it? This sounds pretty broken
- # [19:52] <nalexander> bz: there's these sub-reviews that you can ship, and then the "encapsulating" review is what BZ looks at, I think.
- # [19:52] <bz> ctalbert: sure. Which component?
- # [19:52] <nalexander> bz: and the ship-it that BZ cares about is the encapsulating review. I've had pain here too.
- # [19:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1b59426310d4 - Jared Wein - Bug 1119368 - Enable in-content preferences for EARLY_BETA_OR_EARLIER before Beta 36. r=gijs
- # [19:53] <sfink> I have heard that a bunch of RB UI work is... ongoing? pending? something. At any rate, the current UI is not regarded by those involved as Teh Awesum.
- # [19:53] <toonetown> OK - so mercurial question: I've messed something up in my local checkout - is there a way to "reset" to the latest version of the remote repository?
- # [19:54] * Parts: tanvi (tanvi@moz-dqo4mk.ca.comcast.net)
- # [19:54] * Joins: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net)
- # [19:54] * bz mutters about how the requester is getting to force the use of RB instead of the reviewer getting to choose....
- # [19:54] <toonetown> I've tried all kinds of "strip" "close" "update" "pull" commands….
- # [19:54] * Joins: azakai (alon@moz-8srbee.ujol.1ibb.0101.2620.IP)
- # [19:54] <toonetown> and now I think I'm pretty hosed.
- # [19:54] <ctalbert> bz use bugzilla::extensions:review
- # [19:54] * Joins: capella-s3 (capella-s3@moz-a6lqme.res.rr.com)
- # [19:54] <bz> ctalbert: Thanks!
- # [19:54] <toonetown> But I basically just want my local repository to be exactly like mozilla central.
- # [19:54] <bz> hrm
- # [19:54] * bz doesn't see an "Extensions: Review"
- # [19:55] <bz> Oh, bmo, not bugzilla
- # [19:55] <ctalbert> bz I'm sorry: bugzilla.mozilla.org
- # [19:55] * mgerva|afk is now known as mgerva
- # [19:55] <ctalbert> right
- # [19:55] * Quits: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net) (Quit: Leaving)
- # [19:55] * Joins: Shrooms (Shrooms@moz-7srl5t.ip.windstream.net)
- # [19:56] * Quits: jchaulk1 (jchaulk@moz-fmkdq3.cpe.pppoe.ca) (Quit: Leaving.)
- # [19:56] <keeler> RyanVM|sheriffduty: I have a bustage fix - should I go ahead and push?
- # [19:56] * darkowlzz is now known as darkowlzz|afk
- # [19:56] <KWierso> toonetown: hg strip --no-backup 'roots(outgoing())' && hg pull -u
- # [19:57] <nalexander> toonetown: make sure you've |hg qpop -a| first!
- # [19:57] <toonetown> KWierso: nalexander: thanks!
- # [19:57] <KWierso> toonetown: that should strip out anything you haven't actually pushed and update you to the current tip
- # [19:57] <nalexander> toonetown: and then what KWierso says should do the trick. What that's doing is looking for all things not yet pushed upstream ... exactly.
- # [19:57] <KWierso> (unsure how it works if you've pushed it to try, though)
- # [19:58] <RyanVM|sheriffduty> keeler: yes, please :)
- # [19:58] <keeler> righto :)
- # [19:58] <bz> How do I r- in reviewboard?
- # [19:58] * Joins: gustavold (gustavold@moz-dc7.831.255.191.IP)
- # [19:58] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [19:58] <sfink> you may need to update to an upstream rev before stripping, though
- # [19:58] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [19:58] <dhylands> RyanVM|sheriffduty: I added my 2 patches to bug 1073003 - will add another patch to do the stlport patch and readme
- # [19:58] <nalexander> KWierso: should still work; try doesn't change the phase of commits.
- # [19:58] <sfink> |hg update -r 'last(public())'| ought to do it
- # [19:58] <RyanVM|sheriffduty> dhylands: you rock!
- # [19:58] * Joins: milan_ (milan@moz-gm6kj1.ckpj.s0pt.0450.2001.IP)
- # [19:58] <bz> ctalbert: https://bugzilla.mozilla.org/show_bug.cgi?id=1119416
- # [19:58] <RyanVM|sheriffduty> dhylands: and I'm sure the legions of people waiting on gcc 4.4 to die are thankful too :P
- # [19:58] <_AtilA_> :D
- # [19:58] * Quits: ZER0 (ZER0@moz-b8b.7l4.18.62.IP) (Quit: Leaving)
- # [19:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/86f3f3bee063 - David Keeler - bug 1101194 - follow-up to fix bustage in TestCertDB r=bustage on a CLOSED TREE
- # [19:59] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
- # [19:59] <ctalbert> bz thanks
- # [19:59] * bz mutters how a 3-minute review just took 20 minutes
- # [19:59] <_AtilA_> RyanVM|sheriffduty: at home, how is it going?
- # [19:59] <ctalbert> :-(
- # [20:00] <bz> ctalbert: I'm hopeful that as I get more familiar with reviewboard that will get better.
- # [20:01] <mcote> first experience with tools can be painful :)
- # [20:01] <mcote> that said we know the UI is terrible
- # [20:01] <RyanVM|sheriffduty> _AtilA_: dhylands has builds working locally
- # [20:01] <mcote> it is very much beta, at best
- # [20:01] <RyanVM|sheriffduty> i've got his patch pushed to Try for additional verification
- # [20:01] <mcote> it will be much better
- # [20:01] <bz> What the heck is local-settings.js ?
- # [20:01] * Quits: milan (milan@moz-doesc1.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [20:02] * Joins: Enn (enn@moz-6nvj25.ckpj.s0pt.0450.2001.IP)
- # [20:02] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (A TLS packet with unexpected length was received.)
- # [20:02] <bz> mcote: I really wish it were up to the reviewer, not the review requester, which review system gets used. :(
- # [20:02] <bz> mcote: ah, well
- # [20:02] <cpeterson> sfink: didn't you investigate adding __LINE__ to MOZ_CRASHes unique like bug 1119030?
- # [20:03] <mcote> bz: yeah understandable.
- # [20:03] * Joins: jgilbert (jgilbert@moz-6kbc8l.rhqa.gnuk.0009.2601.IP)
- # [20:03] <jesup> I mucked around in reviewboard on some. Gave up for later reviews. Some primary things one does involve several non-obvious clicks to do. Only big win was less need for manually-generated interdiffs. I find not being able to easily see the patches from bugzilla a pain
- # [20:03] * Joins: kaze (kaze@moz-gf8jgp.rev.sfr.net)
- # [20:03] <sfink> cpeterson: yeah, never landed the patch
- # [20:03] <mcote> bz: hopefully we'll get mozreview good enough soon that you won't want to use anything else :)
- # [20:03] * yzen_ is now known as yzen
- # [20:03] <bz> Do we just read prefs from all .js files in some dir or something?
- # [20:04] <cpeterson> sfink: oh, I see your bug 1119030 now.
- # [20:04] * spohl|afk is now known as spohl
- # [20:04] * mattwoodrow|away is now known as mattwoodrow
- # [20:05] * Joins: jet (uid49872@moz-2b8mdp.charlton.irccloud.com)
- # [20:05] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [20:05] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [20:05] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [20:06] * chmanchester|afk is now known as chmanchester
- # [20:06] <sfink> cpeterson: you mean bug 1094483
- # [20:06] <sfink> is it fully a dupe?
- # [20:06] <RyanVM|sheriffduty> keeler: looks like your follow-up may fix the android/b2g xpcshell failures too?
- # [20:06] * Joins: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com)
- # [20:06] <sfink> I would assume so
- # [20:06] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
- # [20:06] <RyanVM|sheriffduty> keeler: (looks like it could be same sort of issue)
- # [20:06] <sfink> cpeterson: heh. r=Waldo on both. :)
- # [20:06] <_AtilA_> dhylands++
- # [20:06] * Joins: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com)
- # [20:07] <sfink> I think I sort of forgot about that when I discovered that it wasn't merging them in my case anyway, so I was no longer sure whether it was an issue
- # [20:07] * Quits: jdm_ (jdm@moz-d78e4i.dsl.bell.ca) (Connection closed)
- # [20:07] * Joins: jdm (jdm@moz-d78e4i.dsl.bell.ca)
- # [20:07] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
- # [20:07] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
- # [20:08] * gregglind_away is now known as gregglind
- # [20:08] <bz> uh....
- # [20:08] <bz> wtf
- # [20:08] <bz> mcote: ping
- # [20:08] <dhylands> RyanVM|sheriffduty: Who should I get to review these?
- # [20:08] <keeler> RyanVM|sheriffduty: potentially, yes - I'm not sure
- # [20:08] * Quits: jgilbert (jgilbert@moz-6kbc8l.rhqa.gnuk.0009.2601.IP) (Ping timeout: 121 seconds)
- # [20:08] <mcote> bz: pong
- # [20:08] <mcote> bz: sorry I cleared the NI when I moved the bug over
- # [20:08] <RyanVM|sheriffduty> dhylands: good question!
- # [20:08] <keeler> certainly looks like the original push introduced them
- # [20:08] <bz> mcote: So I got a review request
- # [20:09] <bz> mcote: on https://bugzilla.mozilla.org/show_bug.cgi?id=1119302
- # [20:09] <RyanVM|sheriffduty> dhylands: I'd say to start with glandium, but there's the whole being awake thing getting in the way of that
- # [20:09] <dhylands> LOL
- # [20:09] <bz> mcote: I clicked on it, got to https://reviewboard.mozilla.org/r/2213/
- # [20:09] <toonetown> When I try to push to try, I get "abort: source has mq patches applied". Any ideas of what I can do to fix that?
- # [20:09] <bz> mcote: did the reivew bit
- # [20:09] <RyanVM|sheriffduty> froydnnj: can you review stlport patches?
- # [20:09] <bz> mcote: All make sense so far?
- # [20:09] <bz> mcote: How come the review comment ended up being place in Bugzilla at https://bugzilla.mozilla.org/show_bug.cgi?id=869208#c13 ?
- # [20:09] <mcote> bz: yes, I read your bug and the conversation above. I lurk in this channel. :)
- # [20:10] <nalexander> toonetown: how are you pushing to try?
- # [20:10] <bz> mcote: We're on to a different issue now!
- # [20:10] <mcote> ah good, fun times :)
- # [20:10] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Quit: Blah blah blah)
- # [20:10] <RyanVM|sheriffduty> dhylands: for the others, I'd go with "whatever DOM peer happens to be around" :P
- # [20:10] <froydnj> RyanVM|sheriffduty: um, not de jure, but probably de facto
- # [20:10] <bz> mcote: Bug 869208 also has a reviewboard review request
- # [20:10] <toonetown> nalexander: I created a patch (hg qimport …) and then am just doing "hg push try" (I have the link set up in my hgrc)
- # [20:10] <bz> mcote: https://reviewboard.mozilla.org/r/2053/
- # [20:10] <RyanVM|sheriffduty> froydnj: you could approve the IPC change?
- # [20:10] <RyanVM|sheriffduty> froydnj: (https://hg.mozilla.org/try/diff/4fe6b4abe233/ipc/chromium/src/base/logging.h)
- # [20:10] <bz> mcote: which seems to contain the other review request or something?
- # [20:11] * mwargers is now known as mwargers_afk
- # [20:11] <nalexander> toonetown: that doesn't really do what you want; you need to format a special patch on top to tell try what to do. Use the trychooser extension.
- # [20:11] <bz> mcote: Is this pilot error on bsmedberg's part or something I'm doing wrong as a reviewer, or a bug in reviewboard, or all of the above? ;)
- # [20:11] <froydnj> RyanVM|sheriffduty: um, that's an odd change, but sure!
- # [20:11] <mcote> bz: yeah, there is a parent request and child requests. but something is weird here
- # [20:11] <@bsmedberg> mcote: bz: it didn't create the initial bugzilla attachment automatically either, I had to do it manually
- # [20:11] <RyanVM|sheriffduty> froydnj: I didn't write the code, I'm just tryign to find people to rubberstamp it :P
- # [20:12] <@bsmedberg> and I think that might be because this review was nested on top of an unrelated one
- # [20:12] <bz> mcote: So the "Description" in https://reviewboard.mozilla.org/r/2053/ contains changes to the description of r/2213....
- # [20:12] <bz> mcote: Whatever that means.
- # [20:12] <toonetown> nalexander: I did do the "hg qref —message …" as well...
- # [20:12] <froydnj> firebot: review RyanVM|sheriffduty's patch
- # [20:12] <mcote> gps: you around? :)
- # [20:12] <firebot> froydnj: Sorry, I've no idea what 'review RyanVM|sheriffduty's patch' might be.
- # [20:12] <RyanVM|sheriffduty> pwned
- # [20:12] <bz> mcote: need another bug report?
- # [20:12] <@bsmedberg> bz: also your comment ended up in bug 869208 ;-)
- # [20:12] <bz> bsmedberg: yes, that's what I was just pinging mcote about
- # [20:12] <gps> mcote: yes
- # [20:12] <jgraham> toonetown: I think you just need to push with -f
- # [20:12] <froydnj> firebot needs to learn how to respond to that
- # [20:13] <firebot> froydnj: Sorry, I've no idea what 'needs to learn how to respond to that' might be.
- # [20:13] <nalexander> toonetown: over to #vcs, perhaps.
- # [20:13] <jgraham> But it's a while since I did that, so…
- # [20:13] <bz> firebot, that
- # [20:13] <firebot> bz: hmm... I think that is the right bloody syntax!
- # [20:13] <mcote> gps: something crazy going on with mozreview, possibly a snowball from one mistake or something
- # [20:13] <toonetown> jgraham: I was going to try that - but I didn't know if that would break things.
- # [20:13] <dhylands> bz: Can I put you down to review https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1073003&attachment=8546069 ? 4 one line changes spread across 4 files
- # [20:13] <toonetown> nalexander: Will do - didn't know #vcs existed. :)
- # [20:13] * bz watches what _was_ a pair of 3-minute reviews become something. ;)
- # [20:13] <nalexander> toonetown: fair enough.
- # [20:13] <mcote> bz: yeah I'm sorry. system definitely isn't perfect yet.
- # [20:13] <jgraham> toonetown: In the case of try you *want* to create a new remote head
- # [20:14] <bz> mcote: ;)
- # [20:14] <jgraham> And to push your mq patches
- # [20:14] <mcote> bz: if you and bsmedberg could summarize everything that went weird in one bug that would be good
- # [20:14] <jgraham> So you have to turn off all the safety checks
- # [20:14] <gps> mcote: i'm not following
- # [20:14] <toonetown> jgraham: got it - and it looks like it's working for me now. Thanks!
- # [20:14] <mcote> gps: yeah I know; that's why I want them to summarize what just happened :) I'm not sure myself
- # [20:14] * Quits: keeler (keeler@moz-09a.i8g.126.207.IP) (Quit: WeeChat 1.0.1)
- # [20:15] <mcote> bz: oh and btw the correct bugzilla place is Developer Services :: MozReview
- # [20:15] <mcote> don't listen to ctalbert ;)
- # [20:15] <sfink> I wonder if the -f check is really needed when the repo is non-publishing
- # [20:15] <bz> dhylands: done
- # [20:15] * Joins: keeler (keeler@moz-09a.i8g.126.207.IP)
- # [20:15] <dhylands> bz: thx
- # [20:15] <bz> mcote: yes, I gathered.
- # [20:15] * gps can't wait to completely change how mozreview must attach things to bugs
- # [20:15] <bz> bsmedberg: do you want to file this, or should I?
- # [20:15] <gps> code review should be based on the commit/push/DAG, not on bug numbers
- # [20:15] <@bsmedberg> I can't now, in any case.
- # [20:15] <bz> gps: Something
- # [20:16] <bz> gps: The commit/push/DAG is mutable, unlike bug numbers....
- # [20:16] * Quits: kip (kip@moz-2pbhbo.stc.novuscom.net) (Connection closed)
- # [20:16] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
- # [20:16] <gps> bz: we can detect mutations and map appropriately
- # [20:16] <bz> gps: The real thing that needs to be possible, is that given any commit that ends up in the tree we need to be able to find the discussion that led to that commit, including code review and the bug report
- # [20:16] * Joins: kip (kip@moz-2pbhbo.stc.novuscom.net)
- # [20:16] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
- # [20:16] <gps> we're using automatically-extracted bug numbers as the review identifier
- # [20:17] <bz> gps: and that it should be possible to get from the bug report to the code reviews for the patches that fixed it
- # [20:17] <toonetown> gps: Just saw you commented on https://bugzilla.mozilla.org/show_bug.cgi?id=1119350 - do you have any suggestions on it?
- # [20:17] <gps> instead of something better, like a user-specific bookmark / patch name
- # [20:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8e516e029c8e - Mark Finkle - Bug 1118747 - Delay GMPInstallManager initialization for 60 secs after delayed startup (matches Desktop) r=margaret
- # [20:17] <bz> gps: Both in perpeuity.
- # [20:17] <gps> bz: of course that linkage should exist!
- # [20:17] <toonetown> gps: I'm just trying to get a try build to run…
- # [20:17] <bz> gps: I was betting we violently agree. ;)
- # [20:17] * Quits: bgrins (bgrins@moz-k194bp.qnor.1u98.0009.2601.IP) (Quit: Leaving.)
- # [20:17] <dhylands> froydnj: I put you down to revuew the other 2 parts...
- # [20:18] <gps> toonetown: that patch can land. what questions do you have?
- # [20:18] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [20:18] * Joins: Guest55948 (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [20:18] <toonetown> gps: none - now, just waiting for the try build to finish. ;)
- # [20:18] <gps> toonetown: cancel it. just push
- # [20:18] * Quits: Guest55948 (dholbert@moz-pnm275.static.fusionbroadband.com) (Quit: dholbert)
- # [20:18] <gps> it will be green
- # [20:18] <toonetown> gps: OK.
- # [20:18] <toonetown> Except I don't have permission to push to central, I don't think.
- # [20:19] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Ping timeout: 121 seconds)
- # [20:19] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
- # [20:19] * kats is now known as kats-lunch
- # [20:19] <gps> toonetown: i'll land it for you
- # [20:19] <KWierso> toonetown: add "checkin-needed" to the whiteboard in the bug and someone can take care of it
- # [20:19] <toonetown> gps: thanks!
- # [20:19] <KWierso> or gps can land it
- # [20:19] <toonetown> KWierso: gps: or both :) I just updated the whiteboard.
- # [20:20] <gps> KWierso: I'm pushing right now
- # [20:21] <toonetown> thanks, guys!
- # [20:21] <RyanVM|sheriffduty> keeler: xpcshell has started on the b2g emulator, so we'll know in ~30min or so
- # [20:21] <toonetown> I probably should have just thought of asking in here…I've been spending the better part of 2 hours trying to get a patch formatted and pushed to the try server. :) Oh well, learning experience!
- # [20:21] <keeler> RyanVM|sheriffduty: ok - I'll keep an eye out
- # [20:21] <bz> mcote: Another question
- # [20:21] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
- # [20:22] <bz> mcote: if I look at https://reviewboard.mozilla.org/r/2053/diff/1/ I see two textfields
- # [20:22] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
- # [20:22] <bz> mcote: one above my per-line comments, one below
- # [20:22] <bz> mcote: is that just for overall comments I want to come before/after or something?
- # [20:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a834419aaf67 - Nathan Toone - Bug 1119350 - Upgrade virtualenv to 12.0.5; r=gps
- # [20:23] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
- # [20:24] <mcote> bz: ah I don't see that
- # [20:24] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
- # [20:25] * Joins: alexbard_ (alexbardas@moz-57qfdm.CS.idilis.net)
- # [20:25] <bz> mcote: This was in the screen where I was deciding whether to publish a review
- # [20:25] <jdm> KWierso: keyword, not whiteboard
- # [20:25] <bz> mcote: I guess I did that now...
- # [20:25] <rillian> ehsan: sorry about not getting back to you on bug 1117261. I don't object in principle, but there are a lot of files here. How confident are you that you haven't marked a base class MOZ_OVERRIDE?
- # [20:25] * Joins: squib (squib@moz-napvi8.wi.charter.com)
- # [20:25] <bz> mcote: so we'd need to grab a different issue, with a still-dinding review.
- # [20:25] <@ehsan> rillian: 100%, because the compiler would catch that mistake
- # [20:26] <mcote> bz: oh I see
- # [20:26] <rillian> ehsan: right, just read the comments
- # [20:26] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [20:26] <@ehsan> rillian: that's the nice thing about override, if you misuse it in any way, the compiler will catch you
- # [20:27] <lsblakk> RyanVM|sheriffduty: shouldn't m-b be approval required now and not closed?
- # [20:28] <jorendorff> In Nightly, if I have http://people.mozilla.org/~jorendorff/es6-draft.html#sec-module-semantics-static-semantics-lexicallydeclarednames and I click on a link,
- # [20:28] <jorendorff> the location bar does not update with the new anchor
- # [20:28] * Quits: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP) (Ping timeout: 121 seconds)
- # [20:28] <RyanVM|sheriffduty> lsblakk: usually releng leaves it closed until aurora merges to it
- # [20:28] <jorendorff> But in a non-E10S window, it does. Is it a known bug?
- # [20:28] <mcote> bz: yes, you can add arbitrary comments above and below the line comments
- # [20:28] * Joins: lgarner (lgarner@moz-9a4.att.59.50.IP)
- # [20:28] <lsblakk> RyanVM|sheriffduty: ah, ok
- # [20:29] <lsblakk> RyanVM|sheriffduty: gavin is doing a CLOSED TREE landing to it then, for a 35.0 build 3
- # [20:29] <@gavin> lsblakk, RyanVM|sheriffduty: I support we don't actually really need it on m-b given that it's deadending
- # [20:29] <@gavin> but yeah, I pushed it closed tree
- # [20:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/0003236c17c1 - Mike de Boer - Bug 1119189: start listening to room events regardless of throttle settings. r=Standard8, a=lsblakk on a CLOSED TREE
- # [20:29] <RyanVM|sheriffduty> gavin: yeah, that's fine
- # [20:29] <lsblakk> true, we don't *need* it there...
- # [20:30] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
- # [20:31] * mgerva is now known as mgerva|brb
- # [20:32] * Joins: loveless (loveless@moz-io9.t7p.56.172.IP)
- # [20:32] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
- # [20:32] <bz> mcote: OK, makes sense
- # [20:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/02d184fdb143 - Prabhjyot Singh Sodhi - Bug 1113415 - Make master sync instructions depend on Android version. r=nalexander
- # [20:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a1414662e01c - Vivek Balakrishnan - Bug 1096669 - Update last synced time every minute in Android Firefox Account status screen. r=nalexander
- # [20:33] <toonetown> Just a question on processes: how often are the integration branches merged into central?
- # [20:33] <mcote> ahh I think this is all because the parent review request is for two different bugs
- # [20:33] <khuey> toonetown: a couple times a day for the busy ones
- # [20:34] <toonetown> khuey: OK - thanks!
- # [20:34] <rillian> ehsan: rubber stamp applied. Can you do a follow-up patch against aurora?
- # [20:34] <@ehsan> rillian: yes sir
- # [20:34] <mcote> gps: I can't remember what happens when you put two different bugs in two commits for one review request
- # [20:34] <mcote> gps: it just uses the first one, right?
- # [20:34] * Joins: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net)
- # [20:35] * Joins: rmcdougall (Adium@moz-add.i2q.170.166.IP)
- # [20:35] * Joins: bgrins (bgrins@moz-68qdif.ujol.1ibb.0101.2620.IP)
- # [20:35] <bz> ehsan: are you still kinda planning to work on that iterable stuff?
- # [20:35] <gaston> on a similar note... if i push a nspr uplift to m-c without a dedicated bug but referring to the uplifted bugs in the commit msg, will mcmerge script also comment in all those bugs ?
- # [20:36] <rillian> ehsan: thanks for making our code better!
- # [20:36] <@ehsan> bz: yes, but it's lower priority than prerendering
- # [20:36] <bz> ehsan: ok
- # [20:36] <@ehsan> rillian: np!
- # [20:36] <bz> ehsan: Not sure how urgently fetch folks need it...
- # [20:36] * bz asks
- # [20:36] <gaston> err if i push a nspr uplift to *m-i*
- # [20:36] <RyanVM|sheriffduty> gaston: no
- # [20:36] <RyanVM|sheriffduty> we'd have to manually add them in mcMerge
- # [20:37] <RyanVM|sheriffduty> much better to have a single tracking bug for it IMO
- # [20:37] <@ehsan> bz: I didn't realize others depend on it...
- # [20:37] <gaston> ok, how should i format the commit msg ?
- # [20:37] <bkelly> do we build linux with clang at all on tinderbox?
- # [20:37] * Joins: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca)
- # [20:37] * mgerva|brb is now known as mgerva
- # [20:37] <RyanVM|sheriffduty> (which is also standard practice for NSS/NSPR uplifts)
- # [20:37] <@ehsan> bkelly: yes, the static analysis builds
- # [20:37] <gaston> RyanVM|sheriffduty: ok will file one, ted had told me it wasnt needed
- # [20:37] <RyanVM|sheriffduty> gaston: Bug XXXXXX - Update NSPR to version 4.XX.Y
- # [20:37] <bkelly> ehsan: is it more stable than the gcc builds? I seem to get bitten by random gcc warning failures a lot lately
- # [20:37] <BenWa> RyanVM|sheriffduty: Can you help me getting a mozilla-release try build to work? https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=7dd3d3831a74
- # [20:37] <gaston> yeah that part i had it, but my concern was 'no dedicated bug' :) will do one then
- # [20:38] <@ted> RyanVM|sheriffduty: meh
- # [20:38] <@ted> we've done plenty of them without
- # [20:38] <bkelly> ehsan: also, what verison of clang do we use?
- # [20:38] <@ehsan> bkelly: stable how?
- # [20:38] <gaston> zee process..
- # [20:38] <RyanVM|sheriffduty> ted: so if I need to back it out, what bug would I comment in?
- # [20:38] <@ted> *shrug*
- # [20:38] <@ted> whatever makes your life easier
- # [20:38] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
- # [20:38] <bkelly> ehsan: do local builds reflect tinderbox results pretty well? I get different local failures from tbpl with gcc a lot lately
- # [20:38] <gaston> comment in all the bugs !
- # [20:38] <gps> mcote: i believe bz interaction is tied to the parent review id, which contains the bug #
- # [20:39] <RyanVM|sheriffduty> http://hg.mozilla.org/mozilla-central/log/d480b3542cc2/nsprpub/TAG-INFO says otherwise, btw
- # [20:39] <mcote> gps: yeah all this is now making sense
- # [20:39] <@ehsan> bkelly: this version http://mxr.mozilla.org/mozilla-central/source/browser/config/tooltool-manifests/linux32/clang.manifest#3
- # [20:39] <gaston> RyanVM|sheriffduty: dont worry, i'll make one then :)
- # [20:39] <RyanVM|sheriffduty> i see a couple here and there, but most reference a isngle bug
- # [20:39] <@ehsan> bkelly: I don't think so
- # [20:39] <mcote> basically it boils down to "we allow you to specify different bugs in different child requests, but we silently ignore any after the first"
- # [20:39] <RyanVM|sheriffduty> BenWa: configure: error: --enable-elf-hack is not compatible with --enable-profiling
- # [20:39] <@ted> this is probably why i make other people update NSPR
- # [20:39] * Joins: joch (Mibbit@moz-8l5ru8.bredband.comhem.se)
- # [20:39] <@ehsan> bkelly: just turn off warnings as errors and test everything on try?
- # [20:40] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Quit: Textual IRC Client: www.textualapp.com)
- # [20:40] <gaston> ted: then you tricked me into it, congrats :)
- # [20:40] <bkelly> ehsan: hmm... apt seems to have things like clang-3.3, etc... I guess thats different from what we use
- # [20:40] <BenWa> RyanVM|sheriffduty: Should I just push with a custom mozconfig. Is this the only issue you’re aware of that I need to change?
- # [20:41] <RyanVM|sheriffduty> BenWa: I think that's it
- # [20:41] <BenWa> ok
- # [20:41] <RyanVM|sheriffduty> I think you just need a --disable-profiling override
- # [20:41] * RyanVM|sheriffduty can't remember which gets disabled for release builds
- # [20:41] * mattwoodrow is now known as mattwoodrow|away
- # [20:41] * miketaylr is now known as zz_miketaylr
- # [20:41] <RyanVM|sheriffduty> ted? ^
- # [20:41] <BenWa> i’m a bit surprised because I though the mozconfig would be kept in the tree and thus shouldn’t cause any issues between branches
- # [20:41] <@ted> --enable-profiling is only on for nightly/aurora
- # [20:42] <@ted> but it should be explicitly in the mozconfigs
- # [20:42] <@ehsan> bkelly: we use a random version from the svn revision I linked you to
- # [20:42] <@ted> gaston: well to be fair it's your patches :-P
- # [20:42] <gaston> fair enough :)
- # [20:42] <@ehsan> bkelly: honestly I don't understand why you see different gcc warnings if you use the same version as infra
- # [20:42] <bkelly> ehsan: apparently its differences in glibc versions :-\
- # [20:42] <bkelly> it kind of sucks
- # [20:43] <mcote> argh "ship it" is such an annoying phrase. when the review request was "shipped it"? when it was "shipped"? when it was "ship it"-ed?
- # [20:43] <@gavin> I concur
- # [20:43] <mcote> to be fixed
- # [20:43] <@gavin> also the bugzilla comment has always seemed superfluous to me
- # [20:43] <@gavin> r+ is unambiguous
- # [20:44] <RyanVM|sheriffduty> BenWa: it's....tricky :(
- # [20:44] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [20:44] <bkelly> ehsan: that rev is clang-3.3
- # [20:45] * Quits: nrc (nrc|afk@moz-1crlv1.xtra.co.nz) (Connection closed)
- # [20:45] * Joins: nrc (nrc@moz-1crlv1.xtra.co.nz)
- # [20:45] <@ehsan> bkelly: clang-3.3 final? cool!
- # [20:45] <@ehsan> (that's ancient btw!)
- # [20:45] <bkelly> not sure if its final or not
- # [20:45] * Quits: toonetown (Adium@moz-i2o.66d.135.66.IP) (Quit: Leaving.)
- # [20:45] <bkelly> but the 3.3 release tag is the latest in that rev
- # [20:46] <@ehsan> bkelly: just build that revision if you want to be certain
- # [20:46] * Joins: toonetown (Adium@moz-i2o.66d.135.66.IP)
- # [20:46] <@ehsan> bkelly: fwiw a difference in glibc version will bite you with clang too, cause it also uses glibc
- # [20:47] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (A TLS packet with unexpected length was received.)
- # [20:47] <bkelly> whats the point of tinderbox if its glibc is too old to catch errors that end developers see building the code?
- # [20:47] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
- # [20:48] <@ehsan> bkelly: tinderbox doesn't try to replicate people's local setup
- # [20:48] <@ehsan> bkelly: for the better or worse, if you build with --enable-warnings-as-errors, you _are_ opting into this behavior
- # [20:49] <froydnj> bkelly: fwiw, we build with an old glibc so our releases will run on old machines
- # [20:51] * Quits: Rik_ (rik@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
- # [20:51] * Parts: joch (Mibbit@moz-8l5ru8.bredband.comhem.se)
- # [20:52] * Quits: milan_ (milan@moz-gm6kj1.ckpj.s0pt.0450.2001.IP) (Connection closed)
- # [20:53] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
- # [20:53] * Joins: davidb (davidb@moz-rt6.a90.156.69.IP)
- # [20:54] * kats-lunch is now known as kats
- # [20:54] <bkelly> froydnj: it would be nice if we had at least one build target with a modern glibc... we do a lot of builds that don't end up as a nightly binary it seems
- # [20:55] <mcote> bz, bsmedberg: okay I finally understand exactly what happened. combination of user error and yucky UI.
- # [20:55] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
- # [20:56] <froydnj> bkelly: maybe...but then you have *another* build environment where things can go wrong and that developers may or may not have
- # [20:56] <froydnj> bkelly: maybe when we develop in downloaded VM containers or somesuch, all these concerns will go away
- # [20:56] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Connection closed)
- # [20:56] <bkelly> froydnj: I would downgrade my glibc... but security patches, etc?
- # [20:57] <froydnj> bkelly: I would not recommend trying that
- # [20:57] <bz> mcote: yeah, makes sense
- # [20:58] <@ted> mcote: "Land it!"
- # [20:58] <@ted> or "Push it!"
- # [20:59] * Quits: Shrooms (Shrooms@moz-7srl5t.ip.windstream.net) (Ping timeout: 121 seconds)
- # [20:59] * AutomatedTester|AFK is now known as AutomatedTester
- # [21:00] <tbsaunde> froydnj: trying to do work on a centos6 machine sounds ++ungood
- # [21:00] * terrence is now known as terrence-lunch
- # [21:00] <froydnj> tbsaunde: yeah...
- # [21:00] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
- # [21:01] <tbsaunde> but using it internally in the build system might be ok, though it kind of screws distros and I don't really see the point
- # [21:01] <froydnj> tbsaunde: seems unlikely to be strictly container-based, because you do need to test new compilers, etc.
- # [21:01] * Joins: jviereck (Adium@moz-4lnupo.dclient.hispeed.ch)
- # [21:01] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [21:01] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
- # [21:02] * Quits: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net) (Ping timeout: 121 seconds)
- # [21:02] <mcote> bz: thank you for trying mozreview out and showing us (or confirming) where it sucks :)
- # [21:02] <mcote> ted: those all suffer the same problem
- # [21:02] <tromey> I thought these unused warnings from glibc were due to some ubuntu-local patch anyhow
- # [21:02] * Quits: davidb (davidb@moz-rt6.a90.156.69.IP) (Quit: Blah blah blah)
- # [21:02] * Quits: rmcdougall (Adium@moz-add.i2q.170.166.IP) (Quit: Leaving.)
- # [21:02] <mcote> ted: "when the review request was pushed it/push-it'ed/pushed/...?"
- # [21:03] <@ted> mcote: hah
- # [21:03] <mcote> it's the "it" that's the problem
- # [21:03] <@ted> mcote: fine just name the button "LGTM"
- # [21:03] <mcote> now we're talking
- # [21:03] <bz> mcote: No problem. Not like I had much choice, so the real thanks is to bsmedberg. ;)
- # [21:03] <KWierso> ted: "YOLO"
- # [21:03] <@ted> and we can all pretent to be googlers
- # [21:03] * Joins: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net)
- # [21:03] <mcote> "well the review request *was* LGTMed..."
- # [21:04] * Quits: kgrandon (Adium@moz-0n3f30.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [21:04] * Quits: emtwo (Adium@moz-hln3qd.fnjk.s0pt.0450.2001.IP) (Quit: Leaving.)
- # [21:05] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Ping timeout: 121 seconds)
- # [21:05] <@ted> mcote: crop out the top right panel of http://gunshowcomic.com/648 and use that as the button
- # [21:05] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
- # [21:05] * mreavy is now known as mreavy|mtg
- # [21:06] * Quits: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net) (Connection closed)
- # [21:06] <mcote> hahah
- # [21:06] * Joins: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net)
- # [21:06] * Quits: mahdi (mahdi@moz-dm8.o61.244.151.IP) (Connection closed)
- # [21:06] <mcote> we'll just call it "fine". "your review request has been fined."
- # [21:07] * Joins: bsmedberg (bsmedberg@moz-7vj.eqd.255.207.IP)
- # [21:07] * killer sets mode: +o bsmedberg
- # [21:07] * Quits: edburns (edburns@moz-4cflac.oracle.com) (Connection closed)
- # [21:07] * Joins: edburns (edburns@moz-4cflac.oracle.com)
- # [21:07] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [21:08] * Joins: mahdi (mahdi@moz-dm8.o61.244.151.IP)
- # [21:10] * whimboo is now known as whimboo|afk
- # [21:10] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Quit: )
- # [21:12] * Quits: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net) (Ping timeout: 121 seconds)
- # [21:12] * Joins: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net)
- # [21:14] * Quits: drosdeck (usuario@moz-lvr.cl1.75.201.IP) (Quit: Konversation terminated!)
- # [21:14] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Connection closed)
- # [21:15] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
- # [21:16] * jdm is now known as jdm|away
- # [21:16] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [21:16] <@bsmedberg> bz: hrm, window.location.hostname works in-browser...
- # [21:17] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
- # [21:17] * benfrancis is now known as benfrancis|away
- # [21:17] * heycam|away is now known as heycam
- # [21:18] * Joins: emtwo (Adium@moz-i5m.05u.207.66.IP)
- # [21:18] <@bsmedberg> oh, this is the nsIURI one, not DOMLocation
- # [21:19] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [21:19] * Joins: janv_ (varga@moz-d0ttdd.dynamic.orange.sk)
- # [21:20] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [21:21] * mgerva is now known as mgerva|afk
- # [21:21] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [21:22] * Parts: toonetown (Adium@moz-i2o.66d.135.66.IP)
- # [21:22] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
- # [21:22] <bz> bsmedberg: yep
- # [21:24] * mkohler is now known as mkohler|afk
- # [21:24] * Quits: kripton (kripton-moz@moz-agie0b.kripserver.net) (A TLS packet with unexpected length was received.)
- # [21:24] * Joins: dark-knight (dark-knight@moz-27q.nhl.10.176.IP)
- # [21:25] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
- # [21:26] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
- # [21:26] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
- # [21:26] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
- # [21:28] * Quits: Gijs (chatzilla@moz-goo.q6m.80.5.IP) (Quit: poof)
- # [21:28] <jorendorff> mrbkap: what bugzilla Component do i want for E10S bugs?
- # [21:29] * Joins: kentuckyfriedtakahe (ajones@moz-jrl.fci.192.203.IP)
- # [21:29] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
- # [21:29] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [21:29] <@bsmedberg> jorendorff: the component you'd file them in if they weren't an e10s bug, with the tracking-e10s? flag
- # [21:29] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
- # [21:29] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [21:29] <@bsmedberg> jorendorff: or if they are specifically something about content processes, DOM: Content Processes, or if they are core IPC/IPDL stuff, then Core: IPC
- # [21:29] <jorendorff> thanks
- # [21:31] <seth> RyanVM|sheriffduty: re: browser_image.js, i do have a patch to disable it in my patch queue, but it's blocked by other things so i haven't pushed it yet
- # [21:31] <RyanVM|sheriffduty> that's OK, I took care of it for you ;)
- # [21:31] <jorendorff> damn it, it suddenly started working on me, i hate everything
- # [21:32] <RyanVM|sheriffduty> seth: see your bugmail/needinfos
- # [21:32] <seth> RyanVM|sheriffduty: heh, works for me =)
- # [21:33] * Joins: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com)
- # [21:33] * Quits: till (till@moz-g6pi42.adsl.alicedsl.de) (Ping timeout: 121 seconds)
- # [21:33] * Joins: till (till@moz-g6pi42.adsl.alicedsl.de)
- # [21:34] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Ping timeout: 121 seconds)
- # [21:34] * baku|away is now known as baku
- # [21:34] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [21:36] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
- # [21:37] * Quits: kaze (kaze@moz-gf8jgp.rev.sfr.net) (Ping timeout: 121 seconds)
- # [21:37] <seth> Sylvestre: a fix for that bug is not going to happen before the merge =(
- # [21:37] <Sylvestre> seth, ok, and after ? :)
- # [21:38] <dmose> anyone know what the prognosis for fx-team opening up again?
- # [21:39] <seth> Sylvestre: after, i'll try to get to it or delegate it. i've been pushing very hard on adding new features in imagelib for a long time now, and i'm hoping to take the next quarter or so to slow down and focus on regressions and quality instead
- # [21:39] <dmose> oh, it's everything
- # [21:39] <dmose> good times!
- # [21:40] <Sylvestre> seth, ok, we had/have a few important regressions with images, it would be nice to see them fixed for 36
- # [21:40] * jdm|away is now known as jdm
- # [21:40] <RyanVM|sheriffduty> seth++
- # [21:40] <RyanVM|sheriffduty> dmose: I think the infra issues are resolved now, but we're waiting on a lot to catch up still
- # [21:41] <RyanVM|sheriffduty> i.e. no job results for about an hour now
- # [21:41] <seth> Sylvestre: yeah, i'd like to see them fixed too (and i am paying attention to them, i just haven't been able to get to them yet)
- # [21:41] <dmose> RyanVM|sheriffduty: ok, thanks
- # [21:42] * Joins: davidb (davidb@moz-rt6.a90.156.69.IP)
- # [21:42] * Joins: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp)
- # [21:43] * Quits: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr) (Quit: Ex-Chat)
- # [21:44] * Quits: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP) (Quit: nn)
- # [21:44] <seth> RyanVM|sheriffduty: do you plan to do a merge to m-c before reopening?
- # [21:44] <RyanVM|sheriffduty> seth: if things are green, probably
- # [21:44] <seth> nice!
- # [21:45] * merike|away is now known as merike
- # [21:47] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [21:48] <gaston> RyanVM|sheriffduty: is there a good/bad timing to push an nspr uplift ?
- # [21:48] * Joins: Shrooms (Shrooms@moz-7srl5t.ip.windstream.net)
- # [21:48] <RyanVM|sheriffduty> I don't think I'm qualified to answer that :)
- # [21:49] <RyanVM|sheriffduty> I will say that the uplift to aurora is on Monday
- # [21:49] <KWierso> RyanVM|sheriffduty: beyond "not now since we're closed everywhere" :)
- # [21:49] <gaston> oh we're closed everywher e?
- # [21:49] <gaston> damn you tree
- # [21:49] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
- # [21:50] <gaston> RyanVM|sheriffduty: yeah i aim to land *before* that uplift :)
- # [21:50] <froydnj> bustaaaaaaaaaage!
- # [21:50] <RyanVM|sheriffduty> gaston: in that case, "ASAP"
- # [21:50] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
- # [21:50] <gaston> ASAPOTTIO
- # [21:50] <gaston> (OnceTheTreeIsOpen)
- # [21:51] * Joins: gustavold1 (gustavold@moz-1bg.6n4.40.189.IP)
- # [21:53] * lmandel is now known as lmandel_afk
- # [21:53] * Joins: jkitch (Thunderbird@moz-qeebqi.k4n0.vhij.44b8.2001.IP)
- # [21:53] * Quits: gustavold (gustavold@moz-dc7.831.255.191.IP) (Ping timeout: 121 seconds)
- # [21:55] <@smaug> what is "Mirror Tab"?
- # [21:55] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
- # [21:55] * Quits: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net) (Quit: Goodbye)
- # [21:55] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [21:55] <RyanVM|sheriffduty> smaug: chromecast?
- # [21:56] <@smaug> oh
- # [21:56] <@smaug> no wonder it is disabled
- # [21:56] <@smaug> and Bug 1113299 is filed, good
- # [21:57] * Quits: mahdi (mahdi@moz-dm8.o61.244.151.IP) (Connection closed)
- # [21:57] * Quits: Enn (enn@moz-6nvj25.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
- # [21:57] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
- # [21:58] * flod is now known as flod|away
- # [21:59] * Quits: jez9999 (user@moz-0gv0qn.zen.co.uk) (Quit: )
- # [21:59] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [22:00] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
- # [22:00] * Quits: AaronMT (AaronMT@moz-i5m.05u.207.66.IP) (Connection closed)
- # [22:00] * Joins: AaronMT (AaronMT@moz-i5m.05u.207.66.IP)
- # [22:01] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
- # [22:01] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.3.92.1)
- # [22:02] * Joins: Kripton (kripton-moz@moz-abs5hm.net)
- # [22:03] * KWierso is now known as KWierso|mtg
- # [22:03] * Joins: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net)
- # [22:03] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
- # [22:05] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
- # [22:06] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [22:06] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
- # [22:06] * Quits: Sushant94 (Sushant@moz-v9m.st2.202.116.IP) (Quit: Leaving)
- # [22:06] * bz is now known as bz_away
- # [22:08] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [22:09] * jdm is now known as jdm|busy
- # [22:11] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [22:12] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
- # [22:13] * Quits: Morris_PC (Morris@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [22:13] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (A TLS packet with unexpected length was received.)
- # [22:14] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
- # [22:14] * Quits: gustavold1 (gustavold@moz-1bg.6n4.40.189.IP) (Quit: Leaving.)
- # [22:14] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
- # [22:14] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
- # [22:15] * mreavy|mtg is now known as mreavy
- # [22:15] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
- # [22:15] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
- # [22:16] * Joins: emtwo1 (Adium@moz-i5m.05u.207.66.IP)
- # [22:18] * philor|away is now known as philor
- # [22:20] * jmaher is now known as jmaher|afk
- # [22:20] * Quits: emtwo (Adium@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [22:20] * Quits: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net) (Ping timeout: 121 seconds)
- # [22:20] * xidorn|away is now known as xidorn
- # [22:21] * Joins: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP)
- # [22:22] * bobowen|afk is now known as bobowen
- # [22:23] * mattwoodrow|away is now known as mattwoodrow
- # [22:23] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
- # [22:24] * Joins: gw (uid31717@moz-lf0qhk.ealing.irccloud.com)
- # [22:24] * Joins: emtwo (Adium@moz-86vrj7.ckpj.s0pt.0450.2001.IP)
- # [22:24] * Quits: emtwo1 (Adium@moz-i5m.05u.207.66.IP) (Connection closed)
- # [22:24] * Quits: Kripton (kripton-moz@moz-abs5hm.net) (Quit: Shutting down.)
- # [22:24] * Quits: @Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:25] * Quits: emtwo (Adium@moz-86vrj7.ckpj.s0pt.0450.2001.IP) (Quit: Leaving.)
- # [22:25] * Joins: emtwo (Adium@moz-86vrj7.ckpj.s0pt.0450.2001.IP)
- # [22:27] <gw> on the Servo project, we have our own copies of harfbuzz and libpng that we have rust bindings for that we statically link to. This has worked fine so far, but causes problems (version mismatch crashes) when linking on linux to other libraries that have those as dependencies (e.g. gtk3). Does anyone know how Firefox deals with this situation?
- # [22:27] * Quits: jdm|busy (jdm@moz-d78e4i.dsl.bell.ca) (Ping timeout: 121 seconds)
- # [22:27] <gw> (or a better channel for me to direct this question to)
- # [22:28] <@smaug> ted: bsmedberg: glandium: ^
- # [22:28] <@bsmedberg> gw: use internal linkage for the library symbols so that they don't pollute the global symbol namespace
- # [22:29] <@bsmedberg> or in some cases we use symbol prefixes, but hiding the completely is better
- # [22:29] * merike is now known as merike|away
- # [22:30] * geekboy|afk is now known as geekboy
- # [22:30] <gw> bsmedberg: not sure how the first option would work with rust's foreign function interface, but I'll look into those options, thanks for the info
- # [22:31] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:32] * Joins: Jesse (jruderman@moz-lfml9t.ujol.1ibb.0101.2620.IP)
- # [22:34] * Joins: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net)
- # [22:34] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Ping timeout: 121 seconds)
- # [22:35] * Quits: AaronMT (AaronMT@moz-i5m.05u.207.66.IP) (Quit: Computer has gone to sleep.)
- # [22:35] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
- # [22:35] * bz_away is now known as bz
- # [22:36] * Joins: kgrandon (Adium@moz-a18t42.rgd2.9kg1.0101.2620.IP)
- # [22:36] * Joins: jdm|busy (jdm@moz-gsn5od.dsl.bell.ca)
- # [22:37] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
- # [22:37] * Joins: AaronMT (AaronMT@moz-i5m.05u.207.66.IP)
- # [22:37] * Joins: Mossop_ (dtownsend@moz-1gfh2v.fios.verizon.net)
- # [22:38] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Ping timeout: 121 seconds)
- # [22:39] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
- # [22:39] * killer sets mode: +o njn
- # [22:40] <@njn> anyone here using VirtualBox to run a Windows VM on Linux? My window is only 1024 x 768 and I'd really like to make it bigger but have failed to work out how
- # [22:40] <Callek> njn: windows takes supported screen resolution from what it thinks is the GPU and color depth combinations
- # [22:40] <Callek> I've never done the whole windows-VM management thing, but I know that for sure
- # [22:41] <Callek> so maybe virtualbox-tools or some such could/should be installed
- # [22:41] * Quits: WaltS48 (Thunderbird@moz-v0f9if.east.verizon.net) (Client exited)
- # [22:41] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Connection closed)
- # [22:41] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:42] * Quits: AaronMT (AaronMT@moz-i5m.05u.207.66.IP) (Quit: Textual IRC Client: www.textualapp.com)
- # [22:42] * zz_miketaylr is now known as miketaylr
- # [22:43] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [22:44] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [22:44] <@njn> Callek: I've seen docs talking about the "Guest Additions" but I've never got that to work
- # [22:44] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
- # [22:44] * shorlander is now known as shorlander-afk
- # [22:45] * philor is now known as philor|away
- # [22:45] <Fallen> njn: I used to have that, and installing the guest additions worked for me
- # [22:45] <evilpie> njn: oh you should really install that
- # [22:45] <Fallen> you should be able to install that via the VM's menu, that will mount a cd with the tools on it
- # [22:45] <evilpie> usually you just have to mount some kind of drive that contains the guest additions and install them from inside window
- # [22:45] <evilpie> s
- # [22:46] <@njn> Fallen: there's a "Install Guest additions CD image" in the "devices" menu, but it doesn't appear to have any effect when I click on it
- # [22:46] <@njn> maybe there's a follow-up step that I can't figure out
- # [22:47] <Fallen> njn: yeah, that menuitem. Does it not mount a new CD in windows?
- # [22:47] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Connection closed)
- # [22:47] <kbrosnan> should
- # [22:47] * Joins: Silne30_ (Silne30@moz-osb574.dybhfl.sbcglobal.net)
- # [22:47] <kbrosnan> does the vm have a cd drive specified
- # [22:47] * Joins: gustavold (gustavold@moz-uso.k8a.45.177.IP)
- # [22:47] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
- # [22:47] <@njn> Fallen: ah! it does... now what?
- # [22:48] <Fallen> njn: how is this? http://www.tomshardware.co.uk/faq/id-1955955/install-virtualbox-guest-additions-windows.html
- # [22:48] * Quits: Silne30_ (Silne30@moz-osb574.dybhfl.sbcglobal.net) (Connection closed)
- # [22:48] * Joins: Silne30_ (Silne30@moz-osb574.dybhfl.sbcglobal.net)
- # [22:48] * Joins: Kripton (kripton-moz@moz-abs5hm.net)
- # [22:48] <@njn> Fallen: looks great! let me try it...
- # [22:49] * Joins: gustavold1 (gustavold@moz-uso.k8a.45.177.IP)
- # [22:49] * Quits: gustavold (gustavold@moz-uso.k8a.45.177.IP) (Quit: Leaving.)
- # [22:50] * Kripton is now known as kripton
- # [22:51] * bobowen is now known as bobowen|afk
- # [22:51] * chmanchester is now known as chmanchester|afk
- # [22:51] * Joins: karlt (karl@moz-0mfuf7.dqqd.b0fh.0cb0.2001.IP)
- # [22:52] <RyanVM|sheriffduty> keeler: looks like xpcshell greened up with your follow-up :)
- # [22:52] <keeler> RyanVM|sheriffduty: yay!
- # [22:52] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
- # [22:52] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
- # [22:53] * jdm|busy is now known as jdm
- # [22:53] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
- # [22:54] * Mossop_ is now known as Mossop
- # [22:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/49caf88e970c - Dave Hylands - Bug 1073003 - Fix warnings causing errors in emulator build. r=nfroyd
- # [22:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f9061e5d1c02 - Dave Hylands - Bug 1073003 - Fix warnings in stlport causing errors in emulator build. r=bzbarsky
- # [22:54] <@njn> Fallen: it works!
- # [22:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/84d140bfbb58 - Dave Hylands - Bug 1073003 - Create an stlport modifications patch and update README.mozilla r=nfroyd (on a CLOSED TREE)
- # [22:54] <@njn> Fallen: I can choose fullscreen mode, or resize the window arbitrarily
- # [22:54] <@njn> seamless mode screwed up -- I could see a mix of the windows desktop and the linux desktop... but no matter
- # [22:54] <@njn> thanks!
- # [22:54] <Fallen> njn: perfect :-) Guest Additions are vital, so much nicer.
- # [22:56] * KWierso|mtg is now known as KWierso
- # [22:56] <KWierso> njn: I've never had good luck with seamless mode unless I was doing the same guest and host OS
- # [22:56] * Quits: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com) (Connection closed)
- # [22:57] <@njn> so much more screen real estate, lovely
- # [22:57] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
- # [22:58] * Quits: spohl (Adium@moz-hi9.olo.156.104.IP) (Quit: Leaving.)
- # [22:58] <@njn> 8:58am, I think I've achieved enough for the day
- # [22:59] * Quits: gustavold1 (gustavold@moz-uso.k8a.45.177.IP) (Quit: Leaving.)
- # [23:00] * Quits: edwin (me@moz-dkjr1g.scl3.mozilla.com) (Ping timeout: 121 seconds)
- # [23:00] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [23:01] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
- # [23:03] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [23:03] * terrence-lunch is now known as terrence
- # [23:04] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [23:05] <jcranmer> ehsan: did you ever do any work on adding operator T*() && = delete; to nsRefPtr/nsCOMPtr?
- # [23:05] <JesperHansen> how long will hg clone of moz-central take?
- # [23:05] <@ehsan> jcranmer: no
- # [23:06] <JesperHansen> specifically before it gets past adding manifests
- # [23:06] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [23:06] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
- # [23:06] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
- # [23:06] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [23:07] <jesup> JesperHansen: depends on network mostly, also disk speed.
- # [23:08] * Joins: gustavold (gustavold@moz-0v5.d51.94.177.IP)
- # [23:08] * janv_ is now known as janv
- # [23:09] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
- # [23:09] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
- # [23:09] * Parts: gw (uid31717@moz-lf0qhk.ealing.irccloud.com) ("")
- # [23:09] * Joins: garvank_ (Garvan@moz-i5m.05u.207.66.IP)
- # [23:10] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
- # [23:10] <JesperHansen> jesup: hmm, 50mbit line, but only seeing 8mbit being used. Not sure about disk since that's always a bit fuzzy when it is writing to numerous files all the time
- # [23:10] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [23:11] * mcote is now known as mcote|afk
- # [23:12] <JesperHansen> oh, it is adding file changes. Progress :)
- # [23:12] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [23:13] * yzen is now known as yzen_
- # [23:16] * Joins: espadrine (ttyl@moz-l019mn.fbx.proxad.net)
- # [23:17] <KWierso> JesperHansen: you can add the 'progress' extension in your .hgrc file to get a progress bar
- # [23:17] * Quits: yzen_ (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
- # [23:18] <jesup> yes. Big win
- # [23:18] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
- # [23:18] <RyanVM|sheriffduty> keeler: oh my, that patch caused even more fun than we thought - broke mochitest-bc too :)
- # [23:19] <keeler> RyanVM|sheriffduty: :( (but it's fixed now, right?)
- # [23:19] <RyanVM|sheriffduty> yeah
- # [23:19] <RyanVM|sheriffduty> everything's green on the follow-up
- # [23:19] <keeler> ok, phew
- # [23:19] <keeler> :)
- # [23:21] * Joins: mastizada (Thunderbird@moz-ihb.dc9.233.178.IP)
- # [23:21] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
- # [23:22] * Quits: alexbard_ (alexbardas@moz-57qfdm.CS.idilis.net) (Ping timeout: 121 seconds)
- # [23:22] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (Quit: )
- # [23:22] * Joins: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP)
- # [23:22] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
- # [23:23] <xidorn> anyone knows how can i run Ru tests locally?
- # [23:23] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
- # [23:24] <edmorley> jcranmer: comm-central says closed now, after the prod push
- # [23:24] <jcranmer> rkent: ^
- # [23:24] <jcranmer> edmorley: merci
- # [23:24] * chmanchester|afk is now known as chmanchester
- # [23:25] <rkent> cpasibo vsye
- # [23:25] <@njn> aklotz: RtlCaptureStackBackTrace() might be better than RtlVirtualUnwind()
- # [23:25] <@njn> and it's available in WinXP!
- # [23:25] <aklotz> njn: I think that one doesn't give you stack pointers though :-(
- # [23:26] <@njn> aklotz: do any of the callers to NS_StackWalk actually use the stack pointers? DMD sure doesn't
- # [23:26] <aklotz> njn: The profiler does
- # [23:26] <@njn> boo... ok
- # [23:26] <BenWa> njn: We use it to merge different stacks together
- # [23:27] <@njn> aklozt: any ideas about https://bugzilla.mozilla.org/show_bug.cgi?id=1088343#c18 ?
- # [23:27] <@njn> I wonder if the places I'm getting no runtimeFunction are JIT frames
- # [23:27] * Quits: garvank_ (Garvan@moz-i5m.05u.207.66.IP) (Connection closed)
- # [23:28] <@njn> aklotz: that's part of the reason I didn't try to do the "recover from !runtimeFunction" case
- # [23:28] <aklotz> njn: OH.... I bet that's EXACTLY what you're seeing
- # [23:28] <aklotz> froydnj: ^
- # [23:28] <@njn> aklotz: and if so, trying to recover in the suggested way is probably bogus
- # [23:29] * aklotz grumbles
- # [23:29] <@njn> froydnj: you had to deal with lack of debuginfo for JIT frames in windows for something complex a while back... dmajor too... what was that again?
- # [23:30] <dmajor> njn: https://bugzilla.mozilla.org/show_bug.cgi?id=844196
- # [23:30] * kats is now known as kats|away
- # [23:30] <@njn> dmajor: in 25 words or less, how did you end up solving it?
- # [23:30] * dmajor looks up which of the 800 solutions we went with
- # [23:31] <dmajor> s/solutions/attempts/
- # [23:32] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
- # [23:32] * Quits: davidb (davidb@moz-rt6.a90.156.69.IP) (Quit: Blah blah blah)
- # [23:32] <@njn> dmajor: looks like this isn't really relevant/helpful to NS_StackWalk
- # [23:32] <dmajor> njn: we use RtlAddFunctionTable to register our own unwind/exception info for the JIT regions
- # [23:33] <dmajor> njn: well I don't think you'll be able to walk past a JIT frame. I think it provides just enough information for the system to call our exception handler and not worry about the rest of the walk
- # [23:34] <@njn> dmajor: right
- # [23:34] * Quits: keeler (keeler@moz-09a.i8g.126.207.IP) (Quit: WeeChat 1.0.1)
- # [23:34] <@njn> aklotz: so what do you think I should do in the !runtimeFunction case? bail, or try to recover? JIT frames will be much more common for us than leaf frames. I could try to recover only if its the 0th frame, which would catch the leaf frame case...
- # [23:35] * Joins: aben (aben@moz-93bb15.cable.rogers.com)
- # [23:36] * heycam is now known as heycam|away
- # [23:36] * Quits: aben (aben@moz-93bb15.cable.rogers.com) (Quit: )
- # [23:36] * Joins: keeler (keeler@moz-09a.i8g.126.207.IP)
- # [23:36] * gaye is now known as gaye|bbiab
- # [23:37] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
- # [23:37] * Quits: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp) (Client exited)
- # [23:37] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
- # [23:38] * Joins: edwin (me@moz-dkjr1g.scl3.mozilla.com)
- # [23:38] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
- # [23:39] * Quits: kdc (chatzilla@moz-7k5q9l.pk.shawcable.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [23:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/20a7f674d668 - Jan Varga - Bug 1110585 - Inconsistent timestamp in storage metadata file; r=bent
- # [23:40] <aklotz> njn: I guess that's the best we can do :-/
- # [23:40] * Quits: @roc (chatzilla@moz-6r0dl2.orcon.net.nz) (Connection closed)
- # [23:40] * RyanVM|sheriffduty is now known as RyanVM|afk
- # [23:41] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [23:41] * geekboy is now known as geekboy|afk
- # [23:41] <@njn> aklotz: recover on the 0th frame? ok, I'll do that
- # [23:41] <aklotz> njn: affirmative
- # [23:41] * bc is now known as bc|bbiab
- # [23:42] * Quits: @bsmedberg (bsmedberg@moz-7vj.eqd.255.207.IP) (Quit: Leaving)
- # [23:42] * KWierso is now known as KWierso|sheriffduty
- # [23:44] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
- # [23:44] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
- # [23:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0ba47bf64be3 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [23:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8bfe2f2408b7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [23:45] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
- # [23:45] * baku is now known as baku|away
- # [23:47] <@njn> aklotz: hmm, but the leaf function case won't ever happen for us because we'll always be in NS_StackWalk or one of the other stack walking functions
- # [23:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/06402d84ac3d - Aaron Klotz - Bug 1119060: Ensure that PluginProcessParent::mLaunchCompleteTask is non-null until the runnable has executed; r=gfritzsche
- # [23:47] <aklotz> njn: good point; let's just leave it as-is. I'll go back and r+ the original patch.
- # [23:47] * Joins: alexbard_ (alexbardas@moz-mkdihd.GJ.idilis.net)
- # [23:47] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
- # [23:47] <@njn> aklotz: thanks. I might add a comment about JIT frames
- # [23:47] <aklotz> njn: sounds good
- # [23:48] <@njn> dmajor: do you want to look at the patch before I land it?
- # [23:48] * Quits: brendan (brendaneich@moz-ejav16.sub-70-197-20.myvzw.com) (Connection closed)
- # [23:48] <@njn> oh, I should do something about ehsan's comment
- # [23:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7877a00d7025 - Nicholas Nethercote - Backout 51e4e9fcde24 (bug 1105895) for causing some Octane and Dromaeo regressions.
- # [23:49] * Quits: dark-knight (dark-knight@moz-27q.nhl.10.176.IP) (A TLS packet with unexpected length was received.)
- # [23:49] <@ehsan> :)
- # [23:49] <dmajor> njn: yeah I just got around to that bugmail
- # [23:49] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Quit: Leaving)
- # [23:50] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
- # [23:50] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Connection closed)
- # [23:50] * Joins: twi (Adium@moz-7826p4.aapt.com.au)
- # [23:50] <@njn> ehsan: there's this weird |extern "C"| thing I'll need to grok first: https://dxr.mozilla.org/mozilla-central/source/xpcom/base/nsStackWalk.cpp#205
- # [23:50] * Quits: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP) (Ping timeout: 121 seconds)
- # [23:51] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Connection closed)
- # [23:51] * Joins: brendan (brendaneich@moz-k4ijtn.sub-70-197-1.myvzw.com)
- # [23:51] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
- # [23:51] * @ehsan looks
- # [23:52] <@njn> I guess I just declare my new functions in that |extern "C"| block
- # [23:52] <@njn> ehsan: the URL mentioned is a 404 now
- # [23:52] <@njn> :(
- # [23:52] <@ehsan> njn: I think that comment is bogus
- # [23:52] <@ehsan> njn: none of that stuff are exported
- # [23:52] <@ehsan> just ignore it :)
- # [23:52] <@ehsan> (or even better rip it out!)
- # [23:52] <@njn> ehsan: I don't see why those functions aren't static
- # [23:52] <@ehsan> by mistake
- # [23:53] <@njn> ehsan: maybe I'll do that as a precursor patch
- # [23:53] <lsblakk> bobowen|afk RyanVM|afk if either of you can uplift bug 1110760 to mozilla-release now, it can get into this evening's 35.0 respin
- # [23:53] * Quits: tromey (tromey@moz-2d91tj.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.0.50.8))
- # [23:53] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7668de904683 - Chris Pearce - Bug 1118593 - Disable MoofParser for encrypted streams. r=kentuckyfriedtakahe a=mse
- # [23:53] <@ehsan> njn: also while you're there get rid of hStackWalkMutex please?
- # [23:53] <@njn> ehsan: sure
- # [23:53] * @ehsan hates it when code comments are lies!
- # [23:53] <@ehsan> thanks
- # [23:54] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
- # [23:54] <RyanVM|afk> lsblakk: sec
- # [23:54] <lsblakk> RyanVM|afk: there might be one more too (very likely) bug 1117140
- # [23:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/40b7a74be389 - Mark Hammond - Bug 1117001 - xpcshell tests now log console messages. r=chmanchester
- # [23:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/26575d4adb94 - Mark Hammond - Bug 1119104 - add a migration=sync11 query param when about:accounts is opened via migration flow. r=adw
- # [23:55] <dmajor> njn: wow, _M_IA64, I wonder if our build still even works there
- # [23:55] <@njn> dmajor: I doubt it
- # [23:55] <@ehsan> dmajor: lolz
- # [23:55] <@njn> ehsan: the decl for PrintError doesn't even match the definition!
- # [23:55] <@ehsan> ;)
- # [23:56] <@ehsan> njn: I'm shocked ;)
- # [23:56] * Quits: brendan (brendaneich@moz-k4ijtn.sub-70-197-1.myvzw.com) (Client exited)
- # [23:56] <RyanVM|afk> lsblakk: what are we waiting on for the second one?
- # [23:57] * RyanVM|afk is about to go make dinner and would like to get them both done in one shot
- # [23:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/61caab4a0f6a - Mark Hammond - Backout 40b7a74be389 due to wrong bug number in commit message
- # [23:57] <lsblakk> RyanVM|afk: i'm going to approve rn
- # [23:57] <RyanVM|afk> perfect
- # [23:58] * sydpolk|afk is now known as sydpolk
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/15f5148fe589 - Brian Birtles - Bug 1112480 part 1 - Adjust tests to accommodate changed animation start behavior; r=jwatt
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dfba5219541f - Brian Birtles - Bug 1112480 part 2 - Factor out ResumeAt; r=jwatt
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/73091940bedf - Brian Birtles - Bug 1112480 part 3 - Add AnimationPlayer::StartOnNextTick; r=jwatt
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/69a084bd65e4 - Brian Birtles - Bug 1112480 part 4 - Use mPendingReadyTime in AnimationPlayer::Tick; r=jwatt
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/003c367a510f - Brian Birtles - Bug 1112480 part 5 - Add AnimationTimeline::IsUnderTestControl; r=jwatt
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d99b6fd9ca56 - Brian Birtles - Bug 1112480 part 6 - Make PendingPlayerTracker call StartOnNextTick; r=jwatt
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1d3d4759f4ed - Brian Birtles - Bug 1112480 part 7 - Add checking for orphaned players; r=jwatt
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/632d54874ed2 - Brian Birtles - Bug 1112480 part 8 - Remove AnimationTimeline::FastForward; r=jwatt
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2081656d2497 - Brian Birtles - Bug 1112480 part 9 - Remove call to PostUpdate from AnimationPlayer::ResumeAt; r=jwatt
- # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/95267af607c3 - Brian Birtles - Bug 1112480 part 10 - Mark css-animations/test_animation-pausing.html and css-transitions/test_animation-pausing.html as no longer failing; r=jwatt
- # Session Close: Fri Jan 09 00:00:01 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