/irc-logs / mozilla / #developers / 2015-12-23 / end
Options:
Previous day, Next day
- # Session Start: Wed Dec 23 00:00:00 2015
- # Session Ident: #developers
- # [00:00] * kats is now known as kats|away
- # [00:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0b4e0ce11778 - Michael Comella - Bug 1232773 - Call Adjust.onPause/onResume. r=mfinkle
- # [00:04] * Quits: till (till@moz-rabudm.mobile.tre.se) (Quit: night)
- # [00:05] <froydnj> aklotz: how much do you know about masm?
- # [00:06] <aklotz> froydnj: a bit. Wrote some stub code with it a few times
- # [00:06] * Joins: Irina (textual@moz-u3dg2t.sfo1.mozilla.com)
- # [00:07] <froydnj> aklotz: do you know how/if I can get the assembler to *not* prefix external symbols with a '_'?
- # [00:07] <froydnj> aklotz: I'm doing the *exact* same thing msvc produces in asm files, and the symbols in the object files aren't prefixed in msvc and are prefixed in mine
- # [00:07] <froydnj> aklotz: and it's driving me bonkers
- # [00:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/42981261603e - Brian Grinstead - Bug 1234604: Use add_task instead of asyncTest;r=jryans
- # [00:09] <aklotz> froydnj: Do you know at which point the generated symbols lose their '_'? Is the MSVC-produced ASM including them in obj files and throwing them away at link time, or are they omitted in the obj?
- # [00:10] <froydnj> aklotz: ah, nm, I am dumb
- # [00:10] <froydnj> aklotz: they were omitted in the obj
- # [00:11] <aklotz> froydnj: What prompted the "nm"?
- # [00:11] <froydnj> aklotz: realized I had "EXTERN C <symname>", like a moron
- # [00:11] * Quits: ferjm (textual@moz-h0as3h.staticIP.rima-tde.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:11] <aklotz> froydnj: oops
- # [00:12] <froydnj> aklotz: rather than EXTERN <symname>
- # [00:12] * Joins: happy-dude_ (uid62780@moz-4gcsf3.irccloud.com)
- # [00:13] * Quits: mixedpuppy (mixedpuppy@moz-kaso55.vc.shawcable.net) (Client exited)
- # [00:13] * Joins: smontagu (chatzilla@moz-kq3n9u.red.bezeqint.net)
- # [00:14] * Quits: Aryx (Archaeopter@moz-unkkfh.cust.telecolumbus.net) (Quit: Goodbye)
- # [00:14] * Quits: bc (bc@moz-l5n.tlf.131.67.IP) (Quit: leaving)
- # [00:16] <froydnj> aklotz: thanks for being a sounding board! :)
- # [00:16] <aklotz> froydnj: np!
- # [00:17] * Quits: mjf (mjf@moz-shh697.sub-70-197-235.myvzw.com) (Client exited)
- # [00:18] * Quits: happy-dude_ (uid62780@moz-4gcsf3.irccloud.com) (Ping timeout: 121 seconds)
- # [00:21] * Quits: jhorak (jhorak@moz-o57g6j.net.upcbroadband.cz) (Quit: Leaving)
- # [00:21] * Quits: Jackneill (Jackneill@moz-u7j.pd2.153.5.IP) (Ping timeout: 121 seconds)
- # [00:21] * Joins: happy-dude_ (uid62780@moz-4gcsf3.irccloud.com)
- # [00:21] * Quits: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca) (Quit: Leaving)
- # [00:21] * Quits: chrisccoulson (chr1s@moz-oo6mn7.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
- # [00:22] * jhlin|away is now known as jhlin
- # [00:22] * jhlin is now known as jhlin|away
- # [00:23] * Joins: grobinson (grobinson@moz-cab246.fios.verizon.net)
- # [00:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/862b3306d68a - Eitan Isaacson - Bug 1227848 - Separate construction from off-main-thread setup in SpeechDispatcherService. r=smaug
- # [00:24] * Quits: skeuomorf (skeuomorf@moz-h8h.mc9.232.41.IP) (Quit: WeeChat 1.3)
- # [00:24] * froydnj sees sicking has taken over dev-platform as his personal email
- # [00:25] * maja_zf|afk is now known as maja_zf
- # [00:27] * Quits: grobinson (grobinson@moz-cab246.fios.verizon.net) (Ping timeout: 121 seconds)
- # [00:30] * Joins: grobinson (grobinson@moz-cab246.fios.verizon.net)
- # [00:30] * Joins: roc (chatzilla@moz-8b3t8p.nn3i.kiip.e780.2400.IP)
- # [00:30] * killer sets mode: +o roc
- # [00:31] * Joins: bc (bc@moz-l5n.tlf.131.67.IP)
- # [00:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b24ca313bd6d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [00:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/acd00bf58a21 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [00:34] * Quits: AaronMT (AaronMT@moz-jm97fj.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d86b3de54ca0 - Jeff Muizelaar - Bug 1234618. Fix misdetected BHR hangs. r=jchen
- # [00:38] * Quits: darktrojan (geoff@moz-773h7a.ihug.co.nz) (Ping timeout: 121 seconds)
- # [00:38] * Joins: brendan (brendaneich@moz-tvc5sp.sntcca.sbcglobal.net)
- # [00:42] * Quits: adusca|afk (uid71833@moz-2mjhct.tooting.irccloud.com) (Quit: Connection closed for inactivity)
- # [00:45] * Joins: milan (milan@moz-ut4.tul.50.70.IP)
- # [00:47] <yury> Does anybody know what is "Query failed: TypeError: PlacesUtils.history is undefined" in the console when compiled in release and run with ./mach run?
- # [00:48] * Quits: milan (milan@moz-ut4.tul.50.70.IP) (A TLS packet with unexpected length was received.)
- # [00:50] * Quits: florent (Thunderbird@moz-gbbd5g.abo.wanadoo.fr) (Client exited)
- # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/849b15818a36 - Sami Jaktholm - Bug 1224088 - Ensure DOMContentLoaded and load markers don't interfere with browser_net_timeline_ticks.js. r=vporof a=testonly
- # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/19cd67663ca5 - James Graham - Bug 1226082 - Restart after document.open using test that causes instability in following test, r=Ms2ger a=testonly
- # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/68ef7e655da4 - James Graham - Bug 1226346 - Make test that uses window.open faster and give it a longer timeout, r=Ms2ger a=testonly
- # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d044c3abe019 - Ehsan Akhgari - Bug 1230042 - Fix clients-matchall-include-uncontrolled.https.html by sorting the clients array and ignoring non-test clients; r=bkelly a=testonly
- # [00:52] * Quits: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [00:52] * Joins: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl)
- # [00:53] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3f93f9d49477 - James Graham - Bug 1221424 - Disable v. unstable custom elements test, a=testonly
- # [00:55] * Quits: jrmuizel (jrmuizel@moz-pgo0ol.3t38.sij7.f0c8.2607.IP) (Connection closed)
- # [00:59] * Quits: jimm (jmathies@moz-ei6d44.dhcp.embarqhsd.net) (Quit: )
- # [00:59] * Joins: dzbarsky (Adium@moz-mukjmn.fios.verizon.net)
- # [01:00] * Quits: brendan (brendaneich@moz-tvc5sp.sntcca.sbcglobal.net) (Client exited)
- # [01:02] * mhowell is now known as mhowell-pto
- # [01:06] * Quits: msvb-lab (mschloh@moz-33mtm4.ggde.8eh4.0470.2001.IP) (Client exited)
- # [01:08] * Quits: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
- # [01:09] * Quits: ddahl_ (ddahl@moz-uol.pji.61.108.IP) (Connection closed)
- # [01:10] * Joins: ddahl (ddahl@moz-uol.pji.61.108.IP)
- # [01:14] * Quits: mwobensmith (mwobensmith@moz-9ibhpl.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
- # [01:14] * Quits: @ehsan (ehsan@moz-udiuge.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
- # [01:15] * Joins: Abe-SV-QA (Abi@moz-djm.57l.158.65.IP)
- # [01:18] * Quits: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
- # [01:19] * Quits: bgrins (bgrins@moz-a48mks.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
- # [01:19] * Joins: bgrins (bgrins@moz-6lob4n.5rnr.mii9.0647.2601.IP)
- # [01:20] * Quits: teoli (teoli@moz-7g45so.range109-146.btcentralplus.com) (Ping timeout: 121 seconds)
- # [01:21] * Joins: smaug (chatzilla@moz-r5n6es.bb.dnainternet.fi)
- # [01:21] * killer sets mode: +o smaug
- # [01:25] * Joins: rkent (Thunderbird@moz-3e0q5l.wa.comcast.net)
- # [01:25] <philor> jesup: I'd dispute https://bugzilla.mozilla.org/show_bug.cgi?id=1234567#c1 - any intermittent-failure that I don't file myself is an awesome bug
- # [01:26] * Quits: @smaug (chatzilla@moz-r5n6es.bb.dnainternet.fi) (Quit: Reconnecting…)
- # [01:27] * Joins: smaug (chatzilla@moz-r5n6es.bb.dnainternet.fi)
- # [01:27] * killer sets mode: +o smaug
- # [01:31] * Quits: mwu (mwu@moz-hsamco.oi2i.p882.0085.2601.IP) (Quit: Leaving)
- # [01:31] * Quits: dzbarsky (Adium@moz-mukjmn.fios.verizon.net) (Quit: Leaving.)
- # [01:37] * Joins: dholbert_ (dholbert@moz-r5c.l1p.58.172.IP)
- # [01:37] * Quits: dholbert_ (dholbert@moz-r5c.l1p.58.172.IP) (Connection closed)
- # [01:38] * Joins: mats (chatzilla@moz-6svtv8.priv.bahnhof.se)
- # [01:38] * benfrancis is now known as benfrancis|away
- # [01:39] * Joins: ericjung (ericjung@moz-l1hot8.co.comcast.net)
- # [01:40] * Quits: bholley (bholley@moz-p1qfr8.co.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [01:44] * Quits: ericjung (ericjung@moz-l1hot8.co.comcast.net) (Ping timeout: 121 seconds)
- # [01:44] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Connection closed)
- # [01:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b6c9b8523293 - Mats Palmgren - Bug 1118820 - Follow-up: disable the grid-repeat-auto-fill-fit-006.html reftest for now since it triggers a leak: bug 1234644. r=me
- # [01:46] * Joins: darktrojan (geoff@moz-773h7a.ihug.co.nz)
- # [01:48] * Joins: teoli (teoli@moz-7g45so.range109-146.btcentralplus.com)
- # [01:51] <mats> sheriff: rev b6c9b8523293 is supposed to fix the latest reftest leak failures (24 bytes leaked (nsTArray_base))
- # [01:51] * Quits: bc (bc@moz-l5n.tlf.131.67.IP) (Connection closed)
- # [01:51] <KWierso> mats: okay
- # [01:52] * Quits: teoli (teoli@moz-7g45so.range109-146.btcentralplus.com) (Ping timeout: 121 seconds)
- # [01:52] <mats> KWierso: not running 10.10 and XP reftests by default on Try strikes again... :-)
- # [01:54] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
- # [01:55] * Joins: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com)
- # [01:57] * Waldo is now known as Waldo|dinner
- # [02:01] * Quits: secretrobotron (secretrobot@moz-m1pp5s.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
- # [02:03] * Quits: azakai (alon@moz-olqjr0.ujol.1ibb.0101.2620.IP) (Quit: Ex-Chat)
- # [02:03] * jhlin|away is now known as jhlin
- # [02:03] * Joins: Shrooms (Shrooms@moz-2id6us.ip.windstream.net)
- # [02:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7459e0c97939 - Christoph Kerschbaumer - Bug 1234596 - Convert 20 tests within netwerk/test to use AsyncOpen2 (r=mcmanus)
- # [02:06] * Quits: Waldo|dinner (waldo@moz-uhmkk3.dim.wideopenwest.com) (Ping timeout: 121 seconds)
- # [02:09] <@smaug> jduell: did you check that in all the cases Pref is used, it is called only in the main thread?
- # [02:10] <@smaug> in cpearce's patch
- # [02:10] * stephend is now known as stephend|phone
- # [02:12] * Joins: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net)
- # [02:12] * Joins: elin (elin@moz-a0smbf.dynamic-ip.hinet.net)
- # [02:16] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [02:22] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [02:22] * Quits: Mnyromyr (Mnyromyr@moz-f275oq.gnf7.tkmq.0908.2a02.IP) (Connection closed)
- # [02:24] * Quits: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net) (Ping timeout: 121 seconds)
- # [02:26] * Joins: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net)
- # [02:26] * Quits: @smaug (chatzilla@moz-r5n6es.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [02:30] * Joins: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net)
- # [02:32] * KWierso is now known as KWierso|afk
- # [02:35] * Quits: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com) (Client exited)
- # [02:37] * rail is now known as rail-away
- # [02:38] * Joins: secretrobotron (secretrobot@moz-71n2he.dsl.teksavvy.com)
- # [02:46] * Joins: daoshengmu (uid99282@moz-4gcsf3.irccloud.com)
- # [02:50] * Quits: billm (billm@moz-l9n3vc.mh2d.1ibb.0101.2620.IP) (Quit: Leaving)
- # [02:52] * Quits: elin (elin@moz-a0smbf.dynamic-ip.hinet.net) (Client exited)
- # [02:53] * chmanchester is now known as chmanchester|afk
- # [02:55] * Joins: bc (bc@moz-l5n.tlf.131.67.IP)
- # [02:57] * Joins: Waldo|dinner (waldo@moz-uhmkk3.dim.wideopenwest.com)
- # [02:58] * Joins: spohl (Adium@moz-dm2.olo.156.104.IP)
- # [02:59] * Quits: spohl (Adium@moz-dm2.olo.156.104.IP) (Connection closed)
- # [02:59] * Quits: bemjb (sid10033@moz-rp9ic4.irccloud.com) (Ping timeout: 121 seconds)
- # [02:59] * Quits: jscott (sid23814@moz-rp9ic4.irccloud.com) (Ping timeout: 121 seconds)
- # [02:59] * Quits: pdr (sid7901@moz-rp9ic4.irccloud.com) (Ping timeout: 121 seconds)
- # [02:59] * Quits: jorendorff (sid28423@moz-rp9ic4.irccloud.com) (Ping timeout: 121 seconds)
- # [02:59] * Waldo|dinner is now known as Waldo
- # [03:00] * Quits: krit (sid15081@moz-rp9ic4.irccloud.com) (Ping timeout: 121 seconds)
- # [03:00] * Quits: darktrojan (geoff@moz-773h7a.ihug.co.nz) (Ping timeout: 121 seconds)
- # [03:00] * Quits: fitzgen (sid92847@moz-rp9ic4.irccloud.com) (Ping timeout: 121 seconds)
- # [03:00] * Quits: sbauman (sid74072@moz-rp9ic4.irccloud.com) (Ping timeout: 121 seconds)
- # [03:01] * maja_zf is now known as maja_zf|afk
- # [03:01] * Joins: sbauman (sid74072@moz-i9ocv7.ealing.irccloud.com)
- # [03:01] * Quits: gwagner (sid25406@moz-rp9ic4.irccloud.com) (Ping timeout: 121 seconds)
- # [03:01] * Quits: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
- # [03:01] * heycam is now known as heycam|away
- # [03:01] * Quits: ddahl (ddahl@moz-uol.pji.61.108.IP) (Connection closed)
- # [03:02] * Joins: pdr (sid7901@moz-58191k.ealing.irccloud.com)
- # [03:02] * Joins: jscott (sid23814@moz-7jbqro.ealing.irccloud.com)
- # [03:02] * Joins: bemjb (sid10033@moz-qnli31.ealing.irccloud.com)
- # [03:02] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
- # [03:03] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
- # [03:03] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [03:04] * Joins: ddahl (ddahl@moz-1mu.65k.14.24.IP)
- # [03:05] * Quits: secretrobotron (secretrobot@moz-71n2he.dsl.teksavvy.com) (Quit: )
- # [03:06] * Joins: krit (sid15081@moz-at7k9q.ealing.irccloud.com)
- # [03:06] * Joins: gwagner (sid25406@moz-krqibb.ealing.irccloud.com)
- # [03:06] * Joins: fitzgen (sid92847@moz-iu39r4.ealing.irccloud.com)
- # [03:06] * Joins: BenWa (bgirard@moz-smt.neb.162.108.IP)
- # [03:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f355522e9954 - Andreas Pehrson - Bug 1223655 - Also don't check time of data end if track has ended. r=jesup
- # [03:06] * Joins: jorendorff (sid28423@moz-b7a8he.ealing.irccloud.com)
- # [03:08] * Quits: ddahl (ddahl@moz-1mu.65k.14.24.IP) (Ping timeout: 121 seconds)
- # [03:08] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
- # [03:13] * Joins: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net)
- # [03:20] * Joins: ddahl (ddahl@moz-scp.pji.61.108.IP)
- # [03:20] * Joins: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net)
- # [03:21] * Quits: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
- # [03:24] * Quits: botond|laptop (botond@moz-gnj4cm.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
- # [03:24] * KaiRo_away is now known as KaiRo
- # [03:24] * Quits: ddahl (ddahl@moz-scp.pji.61.108.IP) (Ping timeout: 121 seconds)
- # [03:25] <KWierso|afk> pehrsons: bustage
- # [03:26] <pehrsons> Crap, let me take a look
- # [03:26] * mcote is now known as mcote|afk
- # [03:27] <philor> ckerschb: bustage
- # [03:29] * Joins: jhonangel (jhonangel@moz-4tpkv0.anteldata.net.uy)
- # [03:30] <pehrsons> I'll push a fix
- # [03:31] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
- # [03:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e98ed2bb333d - Andreas Pehrson - Bug 1223655 - Fix opt build bustage on a CLOSED TREE. r=bustage
- # [03:31] * Quits: jhonangel (jhonangel@moz-4tpkv0.anteldata.net.uy) (Quit: Konversation terminated!)
- # [03:36] * Joins: mastizada (Thunderbird@moz-tnp.63k.2.46.IP)
- # [03:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9aec7a931f19 - Wes Kocher - Backed out changeset 7459e0c97939 (bug 1234596) for test_protocolproxyservice.js failures in xpcshell CLOSED TREE
- # [03:38] <KWierso|afk> ckerschb: unbustage ^
- # [03:39] * Joins: ddahl (ddahl@moz-1mu.65k.14.24.IP)
- # [03:39] * Joins: ddahl_ (ddahl@moz-scp.pji.61.108.IP)
- # [03:43] * Quits: ddahl (ddahl@moz-1mu.65k.14.24.IP) (Ping timeout: 121 seconds)
- # [03:45] * Joins: ericjung (ericjung@moz-h2a.9hc.161.107.IP)
- # [03:46] * Joins: ehsan (ehsan@moz-p4qct9.fibre.fibrestream.ca)
- # [03:46] * killer sets mode: +o ehsan
- # [03:47] * Quits: jgilbert (Jeff@moz-js83ee.ph.cox.net) (Ping timeout: 121 seconds)
- # [03:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4928b3867881 - Mark Capella - Bug 1233709 - Action bar overflow menu sometimes appears with only one item, r=mcomella
- # [03:49] * Joins: evanxd (Adium@moz-br1dd0.dynamic.hinet.net)
- # [03:52] * Quits: @ehsan (ehsan@moz-p4qct9.fibre.fibrestream.ca) (A TLS packet with unexpected length was received.)
- # [03:52] * Quits: ericjung (ericjung@moz-h2a.9hc.161.107.IP) (Ping timeout: 121 seconds)
- # [03:52] * Joins: ehsan (ehsan@moz-p4qct9.fibre.fibrestream.ca)
- # [03:52] * killer sets mode: +o ehsan
- # [03:52] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [03:54] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Quit: Connection closed for inactivity)
- # [03:54] * Quits: ntim (uid105247@moz-trecfa.tooting.irccloud.com) (Quit: Connection closed for inactivity)
- # [03:56] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
- # [03:56] * Quits: @ehsan (ehsan@moz-p4qct9.fibre.fibrestream.ca) (Ping timeout: 121 seconds)
- # [04:00] * stephend|phone is now known as stephend|out
- # [04:02] * Joins: mjf (mjf@moz-shh697.sub-70-197-235.myvzw.com)
- # [04:02] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
- # [04:03] * Joins: allstarschh_nb (allstars@moz-2hf62a.HINET-IP.hinet.net)
- # [04:04] * maja_zf|afk is now known as maja_zf
- # [04:05] * Quits: bgrins (bgrins@moz-6lob4n.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
- # [04:05] * maja_zf is now known as maja_zf|afk
- # [04:05] * Joins: bgrins (bgrins@moz-j1ij0u.5rnr.mii9.0647.2601.IP)
- # [04:07] * Quits: ddahl_ (ddahl@moz-scp.pji.61.108.IP) (Connection closed)
- # [04:07] * Quits: bgrins (bgrins@moz-j1ij0u.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
- # [04:09] * Quits: givanica (Thunderbird@moz-6vm.lvm.120.86.IP) (Client exited)
- # [04:10] * Joins: ddahl (ddahl@moz-1mu.65k.14.24.IP)
- # [04:11] * Joins: ddahl_ (ddahl@moz-s70.pji.61.108.IP)
- # [04:12] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (A TLS packet with unexpected length was received.)
- # [04:12] * jhlin is now known as jhlin|away
- # [04:12] * Joins: bwc (Adium@moz-p8nmcn.51i5.2grm.0306.2602.IP)
- # [04:13] * Quits: Abe-SV-QA (Abi@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
- # [04:14] * Joins: givanica (Thunderbird@moz-6vm.lvm.120.86.IP)
- # [04:14] * Quits: givanica (Thunderbird@moz-6vm.lvm.120.86.IP) (Client exited)
- # [04:14] * Quits: ddahl (ddahl@moz-1mu.65k.14.24.IP) (Ping timeout: 121 seconds)
- # [04:15] * Quits: ddahl_ (ddahl@moz-s70.pji.61.108.IP) (Ping timeout: 121 seconds)
- # [04:15] * jhlin|away is now known as jhlin
- # [04:16] * Joins: teoli (teoli@moz-7g45so.range109-146.btcentralplus.com)
- # [04:16] * heycam|away is now known as heycam
- # [04:20] * Quits: teoli (teoli@moz-7g45so.range109-146.btcentralplus.com) (Ping timeout: 121 seconds)
- # [04:23] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [04:23] * Joins: zer0_ (zer0@moz-t1mtug.upc-f.chello.nl)
- # [04:24] * jhlin is now known as jhlin|away
- # [04:25] * Quits: zer0 (zer0@moz-t1mtug.upc-f.chello.nl) (Ping timeout: 121 seconds)
- # [04:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5803942d32dc - Kris Maglione - Bug 1230776: Fix ESLint failures in HTML test files. r=trivial
- # [04:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/dd26de01e3d2 - Kris Maglione - Bug 1230776: Support scripts from HTML files in eslint. r=gps
- # [04:30] * Quits: chewey (chewey@moz-ju4gqc.dip0.t-ipconnect.de) (NickServ (RECOVER command used by chewey_))
- # [04:30] * Joins: chewey (chewey@moz-7ht315.dip0.t-ipconnect.de)
- # [04:31] * Quits: mats (chatzilla@moz-6svtv8.priv.bahnhof.se) (Quit: ChatZilla 0.9.92 [Firefox 43.0.1/20151216175450])
- # [04:40] * Quits: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [04:41] * Joins: sankha (sankha@moz-bpq.d1u.126.45.IP)
- # [04:41] * Quits: Waldo (waldo@moz-uhmkk3.dim.wideopenwest.com) (Quit: back tomorrow)
- # [04:42] * Joins: brendan (brendaneich@moz-i8a.f6f.15.4.IP)
- # [04:43] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [04:43] * Joins: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP)
- # [04:53] * Quits: KaiRo (robert@moz-s82mrk.highway.telekom.at) (A TLS packet with unexpected length was received.)
- # [04:54] * Quits: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP) (Connection closed)
- # [04:58] * Quits: brendan (brendaneich@moz-i8a.f6f.15.4.IP) (Ping timeout: 121 seconds)
- # [04:58] * Quits: rn10950 (rn10950@moz-bntlu7.dyn.optonline.net) (Quit: )
- # [04:59] * mattwoodrow|away is now known as mattwoodrow
- # [05:00] * Quits: Irina (textual@moz-u3dg2t.sfo1.mozilla.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [05:01] * Joins: mixedpuppy (mixedpuppy@moz-bkr.hkd.114.24.IP)
- # [05:05] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [05:06] * Quits: allstarschh_nb (allstars@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [05:08] * Quits: jduell (jduell@moz-lbk7al.hlrn.qwest.net) (Client exited)
- # [05:09] * Joins: rn10950 (rn10950@moz-bntlu7.dyn.optonline.net)
- # [05:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9d1d0f1fded4 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
- # [05:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/356660b81c20 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [05:11] * Joins: ddahl (ddahl@moz-s70.pji.61.108.IP)
- # [05:12] * shine-sleeping is now known as shine
- # [05:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7541ac4978d5 - Ben Kelly - Bug 1234691 Fix about:serviceworkers to use correct nsIPushService getSubscription() call. r=baku
- # [05:12] * Quits: zer0_ (zer0@moz-t1mtug.upc-f.chello.nl) (Quit: This computer has gone to sleep)
- # [05:13] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
- # [05:15] * nigelb is now known as nigelb|sheriffduty
- # [05:15] <nigelb|sheriffduty> morning
- # [05:28] * Quits: bwc (Adium@moz-p8nmcn.51i5.2grm.0306.2602.IP) (Quit: Leaving.)
- # [05:32] * Joins: dzbarsky (Adium@moz-mukjmn.fios.verizon.net)
- # [05:36] * Quits: dzbarsky (Adium@moz-mukjmn.fios.verizon.net) (Ping timeout: 121 seconds)
- # [05:41] * Quits: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [05:45] * Quits: ddahl (ddahl@moz-s70.pji.61.108.IP) (Ping timeout: 121 seconds)
- # [05:46] * Tomcat|Afk is now known as Tomcat
- # [05:46] <nigelb|sheriffduty> Morning Tomcat
- # [05:46] <nigelb|sheriffduty> You're up *really* early :)
- # [05:47] <Tomcat> morning
- # [05:48] <Tomcat> oh nice only 1100 failures on aurora
- # [05:56] * Quits: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net) (Ping timeout: 121 seconds)
- # [05:58] <glandium> this is pretty impressive. I have ioquake3 running in Firefox in Xwayland in weston in a X session
- # [05:58] <nigelb|sheriffduty> philor: thoughts on the devtools bustage on fx-team?
- # [05:59] <nigelb|sheriffduty> I wish I could have 10 tabs without jank.
- # [05:59] <philor> nigelb|sheriffduty: "if you're going to break something, break something which is already broken, because then nobody will be able to tell"
- # [05:59] <glandium> nigelb|sheriffduty: I wish I could have my current number of tabs without jank
- # [05:59] <glandium> ... which is "only" 561
- # [05:59] <nigelb|sheriffduty> **ONLY**
- # [05:59] * mattwoodrow is now known as mattwoodrow|away
- # [06:00] <nigelb|sheriffduty> philor: Is that coming off dao's push?
- # [06:00] <glandium> well, 560 if excluding the one I just opened for about:tabs
- # [06:00] <Tomcat> glandium: so bug 1113930 will also fix linux pgo or ?
- # [06:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/06f368e9abe1 - Christoph Kerschbaumer - Bug 1234596 - Convert 20 tests within netwerk/test to use AsyncOpen2 (r=mcmanus)
- # [06:00] <glandium> Tomcat: where is it happening else?
- # [06:00] * Joins: squib (squib@moz-ojc56o.res.rr.com)
- # [06:01] <Tomcat> glandium: https://treeherder.mozilla.org/#/jobs?repo=mozilla-aurora&filter-searchStr=mochitest%20e10s%20mochitest%20e10s%20browser%20chrome%20m-e10s%28bc2%29&fromchange=8359a49d557a&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-classifiedState=unclassified
- # [06:01] <Tomcat> glandium: aurora :)
- # [06:02] <glandium> Tomcat: that one will be fixed by 1233666
- # [06:02] <Tomcat> oh cool
- # [06:02] <Tomcat> will ping Sylvestre about this
- # [06:03] <Tomcat> so it gets approval
- # [06:07] <squib> weird. some links don't work on the latest nightly...
- # [06:08] <squib> i
- # [06:08] <squib> i
- # [06:08] <squib> agh
- # [06:08] <squib> i'm not sure what's happening yet though, so it'll be hard to file a bug report
- # [06:11] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [06:20] * Quits: sankha (sankha@moz-bpq.d1u.126.45.IP) (Connection closed)
- # [06:20] * Joins: sankha (sankha@moz-bpq.d1u.126.45.IP)
- # [06:22] * Quits: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com) (Quit: Connection closed for inactivity)
- # [06:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1d6e1baf6604 - Kris Maglione - Bug 1210996: [webext] Check host permissions in the browser.cookies API. r=billm
- # [06:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9ad78f315cf7 - Nigel Babu - Backed out changeset 3cc8559d0d65 (bug 384336) on suspicion of causing test bustage
- # [06:31] * jlund is now known as jlund|away
- # [06:40] * heycam is now known as heycam|away
- # [06:40] * Quits: BenWa (bgirard@moz-smt.neb.162.108.IP) (Client exited)
- # [06:40] * heycam|away is now known as heycam
- # [06:40] * Quits: sankha (sankha@moz-bpq.d1u.126.45.IP) (Connection closed)
- # [06:41] * Joins: ddahl (ddahl@moz-u33.pji.61.108.IP)
- # [06:42] * Joins: bholley (bholley@moz-p1qfr8.co.comcast.net)
- # [06:45] * Quits: ddahl (ddahl@moz-u33.pji.61.108.IP) (Ping timeout: 121 seconds)
- # [06:48] * Quits: bholley (bholley@moz-p1qfr8.co.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [06:50] * Joins: elin (elin@moz-br1dd0.dynamic.hinet.net)
- # [06:55] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [07:02] * Joins: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com)
- # [07:02] * Quits: @roc (chatzilla@moz-8b3t8p.nn3i.kiip.e780.2400.IP) (Ping timeout: 121 seconds)
- # [07:04] * Joins: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net)
- # [07:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6b38ae8a6e16 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [07:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f73b13113b62 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [07:09] * Joins: whidgle (Mibbit@moz-157gq8.fios.verizon.net)
- # [07:10] * jhlin|away is now known as jhlin
- # [07:16] * Joins: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net)
- # [07:17] * Quits: whidgle (Mibbit@moz-157gq8.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
- # [07:19] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [07:23] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [07:25] * Quits: rniwa (rniwa@moz-00l.6ue.202.17.IP) (Quit: Textual IRC Client: www.textualapp.com)
- # [07:31] * Quits: squeakytoy (squeakytoy@moz-2n0365.se.alltele.net) (Quit: Leaving)
- # [07:32] * Quits: &dbaron (dbaron@moz-u4cvmu.fios.verizon.net) (Ping timeout: 121 seconds)
- # [07:33] * Quits: mjf (mjf@moz-shh697.sub-70-197-235.myvzw.com) (Client exited)
- # [07:33] * Joins: dzbarsky (Adium@moz-mukjmn.fios.verizon.net)
- # [07:37] * Quits: dzbarsky (Adium@moz-mukjmn.fios.verizon.net) (Ping timeout: 121 seconds)
- # [07:42] * Joins: ShrutiJ (uid112864@moz-rceadv.brockwell.irccloud.com)
- # [07:42] * Joins: cornel_ionce (Mibbit@moz-5l3.0mm.2.5.IP)
- # [07:42] * Joins: ddahl (ddahl@moz-u33.pji.61.108.IP)
- # [07:46] * Quits: ddahl (ddahl@moz-u33.pji.61.108.IP) (Ping timeout: 121 seconds)
- # [07:49] * heycam is now known as heycam|away
- # [07:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6fb4628a5eeb - Daniel Holbert - Bug 1204897: Give percentage positions to the dummy transparent color-stops that we use to pad CSS -webkit-gradient() expressions. r=heycam
- # [07:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/92775079e4a6 - Daniel Holbert - Backed out changeset 6fb4628a5eeb because it landed with the wrong bug number
- # [07:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6cdded7c7414 - Daniel Holbert - Bug 1234409: Give percentage positions to the dummy transparent color-stops that we use to pad CSS -webkit-gradient() expressions. r=heycam
- # [07:54] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Quit: AmigaOSv4.1.6+//PowerPC native)
- # [07:56] * bc is now known as bc|afk
- # [07:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dfea80321048 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
- # [07:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3056887efe62 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [07:59] * Joins: roc (chatzilla@moz-q36.u2p.98.121.IP)
- # [07:59] * killer sets mode: +o roc
- # [08:03] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
- # [08:05] <nigelb|sheriffduty> Tomcat: Can you take over?
- # [08:07] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
- # [08:08] * Joins: smaug (chatzilla@moz-r5n6es.bb.dnainternet.fi)
- # [08:08] * killer sets mode: +o smaug
- # [08:11] <Tomcat> nigelb|sheriffduty: ok
- # [08:11] * Tomcat is now known as Tomcat|sheriffduty
- # [08:11] * nigelb|sheriffduty is now known as nigelb
- # [08:12] <nigelb> cheers :)
- # [08:12] <nigelb> Tomcat|sheriffduty: I've retriggered a ton of dt4 on my backout on fx-team
- # [08:12] <nigelb> there's a lot of failures if you open a few more commits that need starring based on whether or not my backout comes back green.
- # [08:14] * Joins: brindusat (brindusat@moz-5l3.0mm.2.5.IP)
- # [08:19] <glandium> dholbert: note that since you didn't reference the bug # in the backout, pulsebot is not going to comment in the bug
- # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/700c547c8411 - Mike Hommey - Bug 1233282 - Make CONFIGURE_DEFINE_FILES considered more as GENERATED_FILES in the emitter. r=gps
- # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/94176e035ef9 - Mike Hommey - Bug 1233282 - Add generated FinalTargetFiles as optional_exists in install manifests. r=gps
- # [08:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/20a481bc8b5a - Mike Hommey - Bug 1233282 - Move mozilla-config.h's export to moz.build. r=gps
- # [08:24] * vladC|afk is now known as vladC|buildduty
- # [08:24] * Quits: squib (squib@moz-ojc56o.res.rr.com) (Ping timeout: 121 seconds)
- # [08:27] * Joins: dzbarsky (Adium@moz-mukjmn.fios.verizon.net)
- # [08:33] * Joins: jduell (jduell@moz-lbk7al.hlrn.qwest.net)
- # [08:36] * Quits: Mathnerd314 (quassel@moz-so8.r2v.53.206.IP) (Ping timeout: 121 seconds)
- # [08:39] * Quits: ggp (ggp@moz-iebvqd.4cq4.03h4.8084.2a02.IP) (A TLS packet with unexpected length was received.)
- # [08:39] * Joins: ggp (ggp@moz-iebvqd.4cq4.03h4.8084.2a02.IP)
- # [08:39] * Quits: rkent (Thunderbird@moz-3e0q5l.wa.comcast.net) (Client exited)
- # [08:39] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
- # [08:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5ed5f6f57359 - Edgar Chen - Bug 1234746 - Disable test_mobile_operator_names_plmnlist.js. r=me
- # [08:39] * Joins: branor (Thunderbird@moz-qkdev7.adsl.slovanet.sk)
- # [08:41] * Quits: grobinson (grobinson@moz-cab246.fios.verizon.net) (A TLS packet with unexpected length was received.)
- # [08:42] * Quits: branor (Thunderbird@moz-qkdev7.adsl.slovanet.sk) (Connection closed)
- # [08:43] * Joins: ddahl (ddahl@moz-u33.pji.61.108.IP)
- # [08:43] * Quits: ggp (ggp@moz-iebvqd.4cq4.03h4.8084.2a02.IP) (Ping timeout: 121 seconds)
- # [08:43] * Joins: ggp (ggp@moz-5oi.q3u.228.37.IP)
- # [08:44] * Quits: brindusat (brindusat@moz-5l3.0mm.2.5.IP) (Ping timeout: 121 seconds)
- # [08:45] * Joins: brindusat (brindusat@moz-5l3.0mm.2.5.IP)
- # [08:47] * Joins: darktrojan (geoff@moz-773h7a.ihug.co.nz)
- # [08:47] * Quits: ddahl (ddahl@moz-u33.pji.61.108.IP) (Ping timeout: 121 seconds)
- # [08:49] * Joins: pratyush (uid135455@moz-8r5pt7.ealing.irccloud.com)
- # [08:50] <Tomcat|sheriffduty> Sylvestre: can get bug 1233666 approval for aurora, its one of the mass failures there
- # [08:52] * Quits: brindusat (brindusat@moz-5l3.0mm.2.5.IP) (Connection closed)
- # [08:53] * Joins: brindusat (brindusat@moz-5l3.0mm.2.5.IP)
- # [08:53] * Joins: ProgramFOX (ProgramFOX@moz-84a.9f7.132.109.IP)
- # [08:54] * Joins: dbaron (dbaron@moz-u4cvmu.fios.verizon.net)
- # [08:54] * killer sets mode: +ao dbaron dbaron
- # [08:54] * Joins: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP)
- # [08:56] * Joins: teoli (teoli@moz-7g45so.range109-146.btcentralplus.com)
- # [08:59] * Quits: hunboy (hunboy@moz-fsg30j.pool.invitel.hu) (Ping timeout: 121 seconds)
- # [09:01] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [09:01] * Quits: mixedpuppy (mixedpuppy@moz-bkr.hkd.114.24.IP) (Client exited)
- # [09:02] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Ping timeout: 121 seconds)
- # [09:02] * Quits: dzbarsky (Adium@moz-mukjmn.fios.verizon.net) (Quit: Leaving.)
- # [09:02] * Joins: dzbarsky (Adium@moz-mukjmn.fios.verizon.net)
- # [09:03] * Quits: dzbarsky (Adium@moz-mukjmn.fios.verizon.net) (Connection closed)
- # [09:04] * Joins: edgar1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [09:05] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [09:05] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [09:05] * edgar1 is now known as edgar
- # [09:05] * Quits: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [09:07] * Joins: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net)
- # [09:08] * Joins: hunboy (hunboy@moz-l7l6ef.pool.invitel.hu)
- # [09:11] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
- # [09:19] * Quits: happy-dude_ (uid62780@moz-4gcsf3.irccloud.com) (Quit: Connection closed for inactivity)
- # [09:22] * Joins: Ms2ger (Ms2ger@moz-t05k6v.access.telenet.be)
- # [09:23] * Joins: Dexter (Alessio@moz-nvrero.retail.telecomitalia.it)
- # [09:28] * Joins: florent (Thunderbird@moz-gbbd5g.abo.wanadoo.fr)
- # [09:28] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [09:28] * Joins: edgar1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [09:28] * Quits: edgar1 (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
- # [09:28] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [09:30] * aselagea|afk is now known as aselagea|buildduty
- # [09:30] * mattwoodrow|away is now known as mattwoodrow
- # [09:34] * Quits: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP) (Ping timeout: 121 seconds)
- # [09:35] * Quits: evanxd (Adium@moz-br1dd0.dynamic.hinet.net) (Quit: Leaving.)
- # [09:36] * Joins: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP)
- # [09:37] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [09:37] * Quits: &dbaron (dbaron@moz-u4cvmu.fios.verizon.net) (Ping timeout: 121 seconds)
- # [09:38] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [09:42] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Client exited)
- # [09:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/86d6409c5f71 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [09:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f598aeed1857 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [09:44] * Joins: ddahl (ddahl@moz-u33.pji.61.108.IP)
- # [09:46] * jhlin is now known as jhlin|away
- # [09:46] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
- # [09:48] * Quits: ddahl (ddahl@moz-u33.pji.61.108.IP) (Ping timeout: 121 seconds)
- # [09:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5f330d996ca4 - Lars T Hansen - Bug 1234397 - dispatch on the correct value. r=luke
- # [09:52] * Quits: brindusat (brindusat@moz-5l3.0mm.2.5.IP) (Ping timeout: 121 seconds)
- # [09:53] * Joins: ferjm (textual@moz-h0as3h.staticIP.rima-tde.net)
- # [09:53] * jhlin|away is now known as jhlin
- # [09:54] * Joins: brindusat (brindusat@moz-5l3.0mm.2.5.IP)
- # [09:54] * mattwoodrow is now known as mattwoodrow|away
- # [09:57] * Quits: elin (elin@moz-br1dd0.dynamic.hinet.net) (Client exited)
- # [10:00] * Quits: fubar (fubar@moz-1gfn51.electric-mayhem.org) (Ping timeout: 121 seconds)
- # [10:00] * Quits: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [10:02] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
- # [10:02] * jhlin is now known as jhlin|away
- # [10:06] * Joins: elin (elin@moz-br1dd0.dynamic.hinet.net)
- # [10:06] * Joins: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net)
- # [10:07] * Joins: fubar (fubar@moz-1gfn51.electric-mayhem.org)
- # [10:07] * Joins: Aryx (Archaeopter@moz-unkkfh.cust.telecolumbus.net)
- # [10:08] * Joins: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl)
- # [10:13] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [10:14] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [10:14] * Joins: msvb-lab (mschloh@moz-33mtm4.ggde.8eh4.0470.2001.IP)
- # [10:25] * Joins: gsvelto (gsvelto@moz-t6o3o2.clienti.tiscali.it)
- # [10:33] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [10:34] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [10:34] * Joins: pauly (silaghipaul@moz-5l3.0mm.2.5.IP)
- # [10:36] * Quits: karlt (karl@moz-4kcel1.xtra.co.nz) (Ping timeout: 121 seconds)
- # [10:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3832a93e1d70 - Lars T Hansen - Bug 1211432 - provide PodCopy and PodMove safe-when-racy operations. r=waldo
- # [10:41] * Joins: Jackneill (Jackneill@moz-k4l.sul.185.130.IP)
- # [10:42] * Joins: gerv (Instantbird@moz-ca0tu8.range217-43.btcentralplus.com)
- # [10:44] * Joins: ddahl (ddahl@moz-u33.pji.61.108.IP)
- # [10:48] * Quits: darktrojan (geoff@moz-773h7a.ihug.co.nz) (Ping timeout: 121 seconds)
- # [10:48] * Quits: ddahl (ddahl@moz-u33.pji.61.108.IP) (Ping timeout: 121 seconds)
- # [10:50] * Joins: espadrine (tyl@moz-gpr.c1p.152.213.IP)
- # [10:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/77a5afd82c63 - Birunthan Mohanathas - Bug 1221106 - Follow-up: Fix future test_interfaces.html failure for Permission{s,Status} interfaces. r=baku
- # [10:52] * Quits: flo-retina (Instantbird@moz-c2qce8.rev.numericable.fr) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [10:52] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [10:53] * Quits: ShrutiJ (uid112864@moz-rceadv.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
- # [10:53] <Sylvestre> Tomcat|sheriffduty, approved :)
- # [10:54] * Quits: gsvelto (gsvelto@moz-t6o3o2.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
- # [10:54] * Joins: gsvelto (gsvelto@moz-t6o3o2.clienti.tiscali.it)
- # [10:54] * Quits: @smaug (chatzilla@moz-r5n6es.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [10:57] <Tomcat|sheriffduty> Sylvestre: thanks!
- # [10:59] * Quits: elin (elin@moz-br1dd0.dynamic.hinet.net) (Client exited)
- # [11:01] * Joins: elin (elin@moz-br1dd0.dynamic.hinet.net)
- # [11:02] * Quits: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com) (Quit: Connection closed for inactivity)
- # [11:06] * Quits: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:07] * Quits: elin (elin@moz-br1dd0.dynamic.hinet.net) (Client exited)
- # [11:11] * Joins: kdudka (kdudka@moz-1e6hri.broadband18.iol.cz)
- # [11:12] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [11:13] * Joins: flo-retina (Instantbird@moz-nitq83.abo.wanadoo.fr)
- # [11:17] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Ping timeout: 121 seconds)
- # [11:17] * Joins: darktrojan (geoff@moz-773h7a.ihug.co.nz)
- # [11:19] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [11:23] <Sylvestre> Tomcat|sheriffduty, could you land bug 1233970 in m-r? Thanks
- # [11:25] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [11:26] * Joins: ntim (uid105247@moz-trecfa.tooting.irccloud.com)
- # [11:31] * Joins: jduell_ (jduell@moz-em9721.hlrn.qwest.net)
- # [11:31] <Tomcat|sheriffduty> Sylvestre: will do
- # [11:32] * Quits: jduell (jduell@moz-lbk7al.hlrn.qwest.net) (Ping timeout: 121 seconds)
- # [11:32] * jduell_ is now known as jduell
- # [11:33] * Joins: wilsonpage (wilsonpage@moz-90j.nbu.119.94.IP)
- # [11:35] * Quits: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
- # [11:37] <Tomcat|sheriffduty> Sylvestre: ok here comes your x-mas present :) ..if pulsebot have it ready
- # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/63cfd96c94fc - Jan de Mooij - Bug 1233818 part 1 - Use explicit interrupt checks in Ion for loops that affect GC. r=bhackett
- # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/971decb70384 - Jan de Mooij - Bug 1233818 part 4 - Make implicit interrupts with work --non-writable-jitcode. r=bhackett
- # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2267d84b2a9c - Jan de Mooij - Bug 1233818 part 5 - Rename handlingSignal to handlingSegFault. r=luke
- # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/011ba20fcace - Jan de Mooij - Bug 1233818 part 6 - Make InterruptRunningJitCode non-reentrant. r=luke
- # [11:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ed06bc78715d - Jan de Mooij - Bug 1233818 part 7 - Fix AutoPreventBackedgePatching to work without a JitRuntime. r=luke
- # [11:38] <Sylvestre> Tomcat|sheriffduty, thank you. You know how to make me happy ;)
- # [11:38] <Tomcat|sheriffduty> :)
- # [11:39] * Joins: roc_ (chatzilla@moz-h28.dji.98.121.IP)
- # [11:39] * Quits: @roc (chatzilla@moz-q36.u2p.98.121.IP) (Ping timeout: 121 seconds)
- # [11:40] * roc_ is now known as roc
- # [11:40] * Joins: fracting (fracting@moz-1ni.g6s.215.14.IP)
- # [11:45] * Joins: ddahl (ddahl@moz-rvd.4l8.207.104.IP)
- # [11:49] * Quits: gsvelto (gsvelto@moz-t6o3o2.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [11:49] * Quits: ddahl (ddahl@moz-rvd.4l8.207.104.IP) (Ping timeout: 121 seconds)
- # [11:53] * Joins: jviereck (Adium@moz-dq91f0.dip0.t-ipconnect.de)
- # [11:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7c75be7bd1e5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [11:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d62815444fda - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [11:56] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
- # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=5ed5f6f57359 - 34 changesets
- # [11:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=1954eb87782e - 39 changesets
- # [12:00] * Quits: wilsonpage (wilsonpage@moz-90j.nbu.119.94.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [12:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=35b211eaad1f - 96 changesets
- # [12:03] * Quits: darktrojan (geoff@moz-773h7a.ihug.co.nz) (Client exited)
- # [12:07] * Joins: wilsonpage (wilsonpage@moz-cal.nbu.119.94.IP)
- # [12:15] * Quits: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
- # [12:17] * Joins: givanica (Thunderbird@moz-6vm.lvm.120.86.IP)
- # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7187a3cdb795 - Xidorn Quan - Bug 1233666 - Remove hacks for getting frame pointer for x86/x64 gcc. r=glandium, a=sylvestre
- # [12:25] * Joins: jincreator (Thunderbird@moz-588.igi.7.59.IP)
- # [12:26] * Joins: marcosc (marcosc@moz-t7ds6a.bigpond.net.au)
- # [12:34] * Quits: wilsonpage (wilsonpage@moz-cal.nbu.119.94.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [12:35] * Joins: neha (neha@moz-glg.rc9.206.106.IP)
- # [12:38] * Joins: eyome (eyome@moz-gis9pt.abo.wanadoo.fr)
- # [12:43] * Joins: marco (marco@moz-5ik5dj.retail.telecomitalia.it)
- # [12:44] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [12:46] * Joins: ddahl (ddahl@moz-rvd.4l8.207.104.IP)
- # [12:48] * Quits: jduell (jduell@moz-em9721.hlrn.qwest.net) (Client exited)
- # [12:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=e7bc2ba5d11f - 75 changesets
- # [12:50] * Quits: teoli (teoli@moz-7g45so.range109-146.btcentralplus.com) (Connection closed)
- # [12:50] * Quits: ddahl (ddahl@moz-rvd.4l8.207.104.IP) (Ping timeout: 121 seconds)
- # [12:51] * Joins: wilsonpage (wilsonpage@moz-lbmonk.cable.virginm.net)
- # [12:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=35b211eaad1f - 131 changesets
- # [12:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=e41477a7325c - 136 changesets
- # [12:54] * Joins: teoli (teoli@moz-7g45so.range109-146.btcentralplus.com)
- # [12:57] * Quits: teoli (teoli@moz-7g45so.range109-146.btcentralplus.com) (Connection closed)
- # [12:58] * Quits: flo-retina (Instantbird@moz-nitq83.abo.wanadoo.fr) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [12:59] * Joins: flo-retina (Instantbird@moz-nitq83.abo.wanadoo.fr)
- # [13:02] * Quits: jviereck (Adium@moz-dq91f0.dip0.t-ipconnect.de) (Quit: Leaving.)
- # [13:03] * aselagea|buildduty is now known as aselagea|lunch
- # [13:03] * Tomcat|sheriffduty is now known as Tomcat|lunch
- # [13:05] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [13:06] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [13:07] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [13:09] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [13:09] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [13:10] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [13:10] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [13:20] * Quits: marcosc (marcosc@moz-t7ds6a.bigpond.net.au) (A TLS packet with unexpected length was received.)
- # [13:21] * Joins: marcosc (marcosc@moz-t7ds6a.bigpond.net.au)
- # [13:23] * Quits: Coldblackice (anonz@moz-0ijqp3.oc.cox.net) (Ping timeout: 121 seconds)
- # [13:25] * Quits: marcosc (marcosc@moz-t7ds6a.bigpond.net.au) (Ping timeout: 121 seconds)
- # [13:25] * Joins: astley (astley@moz-smn5cq.dynamic.kbtelecom.net)
- # [13:26] * Quits: astley (astley@moz-smn5cq.dynamic.kbtelecom.net) (Client exited)
- # [13:29] * Joins: KaiRo (robert@moz-s82mrk.highway.telekom.at)
- # [13:29] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [13:33] * Quits: daoshengmu (uid99282@moz-4gcsf3.irccloud.com) (Quit: Connection closed for inactivity)
- # [13:33] * Joins: smaug (chatzilla@moz-r5n6es.bb.dnainternet.fi)
- # [13:33] * killer sets mode: +o smaug
- # [13:33] * Joins: simonab (Mibbit@moz-5l3.0mm.2.5.IP)
- # [13:35] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [13:39] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Ping timeout: 121 seconds)
- # [13:41] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Client exited)
- # [13:45] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [13:45] * Joins: jviereck (Adium@moz-dq91f0.dip0.t-ipconnect.de)
- # [13:46] * Joins: WaltS48 (Thunderbird@moz-hvsb73.east.verizon.net)
- # [13:47] * Joins: ddahl (ddahl@moz-rvd.4l8.207.104.IP)
- # [13:55] <Tomcat|lunch> oh approval gifts from Sylvestre :)
- # [13:55] * Tomcat|lunch is now known as Tomcat|sheriffduty
- # [13:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1a3d2912e28e - Mark Hammond - Bug 1234199 - fix mobile promo links in synced tabs menu. r=adw, a=sylvestre
- # [13:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/472480eaef40 - philipp - Bug 1233237 - Add Nvidia Network Access Manager .dlls to Windows blocklist. r=aklotz, a=ritu
- # [14:00] * Joins: paolo (paolo@moz-f5cm1s.retail.telecomitalia.it)
- # [14:02] * Joins: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP)
- # [14:04] * Joins: Abe-SV-QA (Abi@moz-djm.57l.158.65.IP)
- # [14:04] * wilsonpage is now known as wilsonpage-away
- # [14:04] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [14:08] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [14:08] * Quits: squeakytoy2 (squeakytoy@moz-i4mle1.netset.se) (Quit: Leaving)
- # [14:10] * mdoglio is now known as mdoglio|pto
- # [14:11] * Quits: pauly (silaghipaul@moz-5l3.0mm.2.5.IP) (Client exited)
- # [14:12] * WaltS48 is now known as WaltS48-away
- # [14:16] * Joins: till (till@moz-ub71m8.bredband.tre.se)
- # [14:16] * aselagea|lunch is now known as aselagea|buildduty
- # [14:18] * Quits: neha (neha@moz-glg.rc9.206.106.IP) (Quit: Leaving)
- # [14:19] * Joins: Jayflux (Jayflux@moz-dpvshn.as13285.net)
- # [14:21] * Quits: ddahl (ddahl@moz-rvd.4l8.207.104.IP) (Ping timeout: 121 seconds)
- # [14:23] * Joins: m_gol (m_gol@moz-7aci1k.adsl.tpnet.pl)
- # [14:24] * Joins: Swatinem (swatinem@moz-ijsnuu.dynamic.surfer.at)
- # [14:26] * Quits: arai (arai@moz-auu.fvq.169.114.IP) (Quit: )
- # [14:26] * wilsonpage-away is now known as wilsonpage
- # [14:28] * Joins: sewardj (sewardj@moz-cel0gb.dip0.t-ipconnect.de)
- # [14:28] * Quits: paolo (paolo@moz-f5cm1s.retail.telecomitalia.it) (Ping timeout: 121 seconds)
- # [14:29] * Quits: sewardj__ (sewardj@moz-cel0gb.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [14:31] * Joins: KaIRC (robert@moz-coo3rg.highway.telekom.at)
- # [14:32] * Joins: bwc (Adium@moz-hiahb1.51i5.2grm.0306.2602.IP)
- # [14:33] * Quits: flo-retina (Instantbird@moz-nitq83.abo.wanadoo.fr) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [14:34] * Quits: KaiRo (robert@moz-s82mrk.highway.telekom.at) (Ping timeout: 121 seconds)
- # [14:39] * Quits: kdudka (kdudka@moz-1e6hri.broadband18.iol.cz) (Quit: Leaving)
- # [14:41] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [14:41] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [14:41] * Joins: Mnyromyr (Mnyromyr@moz-d95b3g.gnf7.tkmq.0908.2a02.IP)
- # [14:42] * Joins: astley (astley@moz-smn5cq.dynamic.kbtelecom.net)
- # [14:42] * Quits: sewardj (sewardj@moz-cel0gb.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [14:45] * Joins: Enn (enn@moz-6m115n.3t38.sij7.f0c8.2607.IP)
- # [14:46] * Joins: teoli (teoli@moz-pmk.t93.128.81.IP)
- # [14:46] <chutten> Tomcat|sheriffduty: I think my checkin-needed patch has been missed twice... what should I do?
- # [14:47] <chutten> ( Bug 1198209 )
- # [14:48] * Joins: elin (elin@moz-a0smbf.dynamic-ip.hinet.net)
- # [14:49] * Quits: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP) (Connection closed)
- # [14:50] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [14:53] * Joins: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com)
- # [14:53] * Joins: mib_83gtvo (Mibbit@moz-827r3p.dynamicIP.rima-tde.net)
- # [14:54] <mib_83gtvo> hi guys
- # [14:54] <mib_83gtvo> does anyone know how to use a mercurial changeset with git
- # [14:54] <mib_83gtvo> so i can use my changes to the mercurial repository for a github pull request
- # [14:54] <chutten> mib_83gtvo: the way I've talked git->hg in the past is through patch files
- # [14:55] <poiru> chutten: I can check it in for you. It's only the latest patch, right?
- # [14:55] <chutten> poiru: yup. The 'Add a Total Memory Histogram'
- # [14:55] <Tomcat|sheriffduty> chutten: will look at this an do the checkin
- # [14:55] <chutten> Tomcat|sheriffduty: poiru: Oh noes, a battle!
- # [14:55] <Tomcat|sheriffduty> :)
- # [14:55] <chutten> mib_83gtvo: not sure what the hg equivalent of `git format-patch` is...
- # [14:55] <poiru> Hah, I'll leave it to Tomcat :)
- # [14:55] <chutten> Tomcat|sheriffduty: ^
- # [14:56] * Joins: arai (arai@moz-34je9h.ocn.ne.jp)
- # [14:56] * Joins: paolo (paolo@moz-1dus4h.retail.telecomitalia.it)
- # [14:56] <mib_83gtvo> but it can be done, right?
- # [14:56] <Tomcat|sheriffduty> ok will do :)
- # [14:56] * bsmedberg-starwars is now known as bsmedberg
- # [14:56] <mib_83gtvo> chutten what did you do with the patch file ?
- # [14:57] <chutten> git apply
- # [14:57] <mib_83gtvo> and it works?
- # [14:57] <mib_83gtvo> cool
- # [14:57] <mib_83gtvo> let me try
- # [14:57] * Quits: Swatinem (swatinem@moz-ijsnuu.dynamic.surfer.at) (Ping timeout: 121 seconds)
- # [14:57] * Quits: cornel_ionce (Mibbit@moz-5l3.0mm.2.5.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [14:57] <chutten> (well, I did the hg equivalent because I was going git -> hg... but to my knowledge they both speak each others' patch formats)
- # [14:58] <mib_83gtvo> alright great
- # [14:59] * Joins: spohl (Adium@moz-d4e.olo.156.104.IP)
- # [14:59] * Joins: paolo_ (paolo@moz-qftn1f.retail.telecomitalia.it)
- # [15:00] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [15:00] <chutten> These patch formats existed for workflows where people would email patchsets to each other. *shudders*
- # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0935a2b6dad2 - Alessio Placitelli - Bug 1234490 - Remove the Experiments FHR provider. r=gps
- # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6b3dd2e4b48e - Alessio Placitelli - Bug 1234502 - Remove FHR SyncProvider. r=gps
- # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c7697badb0bd - Alessio Placitelli - Bug 1234491 - Remove FHR's UITourMetricsProvider. r=gps
- # [15:02] * Quits: paolo (paolo@moz-1dus4h.retail.telecomitalia.it) (Ping timeout: 121 seconds)
- # [15:02] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [15:03] * Quits: paolo_ (paolo@moz-qftn1f.retail.telecomitalia.it) (Ping timeout: 121 seconds)
- # [15:03] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [15:04] * Joins: dzbarsky (Adium@moz-mukjmn.fios.verizon.net)
- # [15:05] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [15:06] * Joins: paolo (paolo@moz-m6hu4k.retail.telecomitalia.it)
- # [15:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/034c6fa9ec86 - Chris H-C - Bug 1198209 - Add a "Total Memory" Histogram. r=vladan
- # [15:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b7e9324f4c42 - Iaroslav (yarik) Sheptykin - Bug 1205898 - Making TelemetryStopwatch.jsm handle keyed histograms. r=gfritzsche
- # [15:07] <chutten> Woo! Thank you Tomcat|sheriffduty
- # [15:07] * Joins: zer0 (zer0@moz-pnteh9.cust.vodafonedsl.it)
- # [15:07] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [15:07] <Tomcat|sheriffduty> chutten: np :)
- # [15:07] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [15:08] * Quits: dzbarsky (Adium@moz-mukjmn.fios.verizon.net) (Ping timeout: 121 seconds)
- # [15:10] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [15:11] * Quits: elin (elin@moz-a0smbf.dynamic-ip.hinet.net) (Client exited)
- # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fd7c6bc37fb5 - Nicolas B. Pierron - Bug 1234387 - DumpBacktrace: Check the result of Sprinter::init function. r=bbouvier
- # [15:12] * rail-away is now known as rail
- # [15:13] <nical> who should I ping on which channel if SSO stopped working for me ?
- # [15:14] <Tomcat|sheriffduty> nical: #servicedesk or #moc
- # [15:14] <Tomcat|sheriffduty> at least #moc should know who can look at it
- # [15:14] <nical> thanks
- # [15:14] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [15:15] * Joins: jdm (jdm@moz-p5e.7l0.114.24.IP)
- # [15:16] * Quits: mib_83gtvo (Mibbit@moz-827r3p.dynamicIP.rima-tde.net) (Quit: http://www.mibbit.com ajax IRC Client)
- # [15:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0846e106c33c - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [15:16] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [15:17] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
- # [15:17] * Joins: ddahl (ddahl@moz-3eh.pji.61.108.IP)
- # [15:20] * Quits: teoli (teoli@moz-pmk.t93.128.81.IP) (Connection closed)
- # [15:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/14ea3c6f98bb - Nicolas B. Pierron - Bug 1229813 - Enable branch pruning. r=jandem
- # [15:21] * Joins: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
- # [15:21] * Joins: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca)
- # [15:22] * Joins: cornel_ionce (Mibbit@moz-5l3.0mm.2.5.IP)
- # [15:25] * Quits: bwc (Adium@moz-hiahb1.51i5.2grm.0306.2602.IP) (Quit: Leaving.)
- # [15:25] * Quits: edgar (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
- # [15:29] * Quits: m_gol (m_gol@moz-7aci1k.adsl.tpnet.pl) (Quit: Leaving...)
- # [15:32] * Quits: KaIRC (robert@moz-coo3rg.highway.telekom.at) (Ping timeout: 121 seconds)
- # [15:32] * Joins: kershaw (kershaw@moz-fvs3bk.dynamic.hinet.net)
- # [15:33] * Joins: teoli (teoli@moz-pmk.t93.128.81.IP)
- # [15:33] * Quits: paolo (paolo@moz-m6hu4k.retail.telecomitalia.it) (Ping timeout: 121 seconds)
- # [15:33] * Joins: KaIRC (robert@moz-coo3rg.highway.telekom.at)
- # [15:33] * Joins: milan (milan@moz-c2qqs6.3t38.sij7.f0c8.2607.IP)
- # [15:34] * Quits: marco (marco@moz-5ik5dj.retail.telecomitalia.it) (Connection closed)
- # [15:34] * Joins: marco (marco@moz-5ik5dj.retail.telecomitalia.it)
- # [15:36] * Joins: jlamim (Thunderbird@moz-b25.akn.184.191.IP)
- # [15:36] * Joins: elin (elin@moz-a0smbf.dynamic-ip.hinet.net)
- # [15:37] * bc|afk is now known as bc
- # [15:40] * Joins: tromey (tromey@moz-bu7st6.hlrn.qwest.net)
- # [15:41] * Joins: yzen (yzen@66.207.193.21)
- # [15:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/39458daa7162 - Jan Horak - Bug 1205643 - "Wrong scrollbar border prevents scrolling to cursor when mouse is on the screen edge". r=karlt
- # [15:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3f06ed0dd635 - Bogdan Postelnicu - Bug 1232665 - initialize class members: mLastPrefLang and mLastPrefFirstFont. r=jfkthame
- # [15:46] * Quits: botond (botond@moz-cdtv6l.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
- # [15:46] * Joins: botond (botond@moz-6f8o2b.3t38.sij7.f0c8.2607.IP)
- # [15:47] * Quits: teoli (teoli@moz-pmk.t93.128.81.IP) (Connection closed)
- # [15:49] * Quits: zer0 (zer0@moz-pnteh9.cust.vodafonedsl.it) (Quit: This computer has gone to sleep)
- # [15:50] * Quits: KaIRC (robert@moz-coo3rg.highway.telekom.at) (Ping timeout: 121 seconds)
- # [15:51] * Quits: ddahl (ddahl@moz-3eh.pji.61.108.IP) (Ping timeout: 121 seconds)
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/631fef632ea8 - Nicolas B. Pierron - Bug 1137624 - Remove ArrayJoin code duplication, and use a correct alias set. r=jandem
- # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/39995ccce3b6 - Matt Howell - Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 2 (swap cert, relanding), r=catlee, a=lizzard
- # [15:52] * mcote|afk is now known as mcote
- # [15:52] * Joins: sewardj (sewardj@moz-9ma13k.dip0.t-ipconnect.de)
- # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0912f477bd73 - Nathan Froyd - Bug 1232772 - suppress numerous clang-style warnings when using clang-cl; r=glandium
- # [15:57] * kats|away is now known as kats
- # [15:58] * Quits: kershaw (kershaw@moz-fvs3bk.dynamic.hinet.net) (Client exited)
- # [16:01] * Quits: fracting (fracting@moz-1ni.g6s.215.14.IP) (Connection closed)
- # [16:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a6a1f948a466 - Florian Quèze - Bug 1230661 - avoid calling the search service's currentEngine setter during startup, r=mak.
- # [16:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/de072b68c20e - Nicolas B. Pierron - Bug 1234193 - IsRelazifiableFunction: Return false when we report an error. r=jandem
- # [16:02] * Joins: AaronMT (AaronMT@moz-jm97fj.cable.rogers.com)
- # [16:03] * Joins: ejpbruel (ejpbruel@moz-85djl2.dynamic.ziggo.nl)
- # [16:03] <ejpbruel> anyone online today?
- # [16:03] <ejpbruel> im having issues with lldb
- # [16:03] <ejpbruel> i set a breakpoint on a function and its never triggered, even though the function is obviously called (i added a printf to make sure)
- # [16:03] <ejpbruel> am i missing some configuration setting? its been a while since i last worked with lldb
- # [16:04] <nbp> ejpbruel: can you set a breakpoint on some lines within the function?
- # [16:04] * Quits: WaltS48-away (Thunderbird@moz-hvsb73.east.verizon.net) (Quit: WaltS48 has left the building!)
- # [16:04] <nbp> ejpbruel: is it inlined? Have you tried to break on the caller and step by assembly instructions?
- # [16:04] <ejpbruel> i have built with --disable-optimize
- # [16:05] <ejpbruel> the function is called from JS code, so im not sure what the caller is in c++
- # [16:05] <ejpbruel> nbp: the function im trying to break on is DebuggerObject_unsafeDereference
- # [16:05] <ejpbruel> we have a test for that function
- # [16:06] <ejpbruel> if i run the mochitest with lldb attached (--debugger=lldb) then the breakpoint hits
- # [16:06] * Joins: fracting (fracting@moz-1ni.g6s.215.14.IP)
- # [16:06] <ejpbruel> if i then open my nightly and try to trigger the breakpoint from there, the printf executes, but the breakpoint doesnt hit
- # [16:06] <nbp> ejpbruel: do you have symbols for your nightly?
- # [16:07] <ejpbruel> yes, i built with --enable-debug
- # [16:07] <ejpbruel> the breakpoint is resolved
- # [16:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/88a2ffb5920e - Bogdan Postelnicu - Bug 1234554 - verify pointer validity and if valid dereference it otherwise use default value. r=jst
- # [16:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc36664d5d26 - Alastor Wu - Bug 1234735 - Remove redundant spaces in nsGlobalWindow. r=baku
- # [16:07] <nbp> ejpbruel: are you debugging the right process?
- # [16:08] <ejpbruel> nbp: im debugging it with ./mach run --debugger=lldb
- # [16:08] <ejpbruel> so i imagine i am
- # [16:08] <yury> non-e10s?
- # [16:09] * Joins: m_gol (m_gol@moz-7aci1k.adsl.tpnet.pl)
- # [16:09] <nbp> ejpbruel: MOZ_DEBUG_CHILD_PROCESS=1 mach run … ?
- # [16:09] <ejpbruel> hmmmm
- # [16:09] <ejpbruel> *thats* a good question
- # [16:10] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [16:10] * terrence-afk is now known as terrence
- # [16:11] <ejpbruel> nbp: what does MOZ_DEBUG_CHILD_PROCESS=1 do?
- # [16:11] <ejpbruel> it didnt help
- # [16:12] <ejpbruel> ok, so remind me, how can i tell whether i have e10s enabled?
- # [16:12] <ejpbruel> and if it is, how can i make sure that im debugging the child process
- # [16:12] <nbp> ejpbruel: I think it spew the pid of the child process such that you can attach a debugger on it.
- # [16:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3b83bc04babe - Melchiorre Alastra - Bug 1144879 - Android 4.3 testSessionHistory | Menu is open. r=mcomella
- # [16:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9c4636421d71 - Shane Tomlinson - Bug 1233668 - Ensure Firefox Accounts is loaded with a valid history entry. r=markh
- # [16:13] <nbp> ejpbruel: and it gives you a 30 seconds window before it resume, if I recall correctly
- # [16:13] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [16:14] * Quits: jdm (jdm@moz-p5e.7l0.114.24.IP) (Quit: )
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5a814b26505b - Alex Johnson - Bug 1234148 - Replaced toasts in JS modules with snackbars. r=sebastian
- # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f51c6ba540f4 - Swaroop Rao - Bug 1222607 - Remove MOZ_ANDROID_TAB_QUEUE build flag. r=sebastian
- # [16:16] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [16:16] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [16:16] <ejpbruel> nbp: that seems to do the trick. thanks!
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/25a0f896c186 - Sami Jaktholm - Bug 1233350 - Fix TypeError in notifications.getAll(). r=kmag
- # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e1d9312025cc - Francois Marier - Bug 1233902 - Check the TP list in sendBeacon(). r=gcp
- # [16:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/50650c9b9c48 - sidbz3216 - Bug 1231249 - "Improper touch area on "Start Browsing"". r=liuche
- # [16:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d43c0078a51d - Swaroop Rao - Bug 1233048 - fix crash in AndroidImport.run(AndroidImport.java). r=liuche
- # [16:20] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [16:21] * Tomcat|sheriffduty is now known as Tomcat|away
- # [16:22] * Joins: jdm (jdm@moz-vm2.v4h.237.192.IP)
- # [16:22] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [16:30] * Quits: ferjm (textual@moz-h0as3h.staticIP.rima-tde.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [16:32] * Joins: mjf (mjf@moz-shh697.sub-70-197-235.myvzw.com)
- # [16:34] <vlad> if I accidentally deleted a unified build .cpp file, how can I regenerate it without clobbering?
- # [16:35] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Quit: buh bye!)
- # [16:35] * Quits: cornel_ionce (Mibbit@moz-5l3.0mm.2.5.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [16:38] <poiru> vlad: If you know which files it contained, maybe touch one of the original source files?
- # [16:39] * Quits: m_gol (m_gol@moz-7aci1k.adsl.tpnet.pl) (Quit: Leaving...)
- # [16:39] * Joins: paolo (paolo@moz-8vf62o.retail.telecomitalia.it)
- # [16:40] <vlad> yeah, that didn't work
- # [16:40] <vlad> I had to touch moz.build
- # [16:41] <vlad> changing an original source file shouldn't cause the .cpp to be regenerated, since it just #includes it
- # [16:41] <poiru> Ah, true.
- # [16:41] <vlad> I was hoping I could just make Unified...cpp, but we don't have rules for that
- # [16:41] * jmaher|afk is now known as jmaher
- # [16:41] * mcote is now known as mcote|afk
- # [16:43] * Joins: Enn_ (enn@moz-hb9n3e.3t38.sij7.f0c8.2607.IP)
- # [16:43] * Joins: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP)
- # [16:43] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [16:44] * Quits: Enn (enn@moz-6m115n.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
- # [16:44] * Enn_ is now known as Enn
- # [16:47] * Joins: gsvelto (gsvelto@moz-t6o3o2.clienti.tiscali.it)
- # [16:47] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
- # [16:47] * Joins: ddahl (ddahl@moz-us5.u6r.61.108.IP)
- # [16:48] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
- # [16:50] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [16:50] * Joins: jlongster (user@moz-fjlt9d.fios.verizon.net)
- # [16:53] * Quits: simonab (Mibbit@moz-5l3.0mm.2.5.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [17:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f47aa2b7f3f4 - Nathan Froyd - Bug 1233732 - disable MacroAssembler.h macro magic for clang-cl; r=nbp
- # [17:02] * Joins: humph (dave@moz-1sttth.senecac.on.ca)
- # [17:02] * Quits: humph (dave@moz-1sttth.senecac.on.ca) (Quit: leaving)
- # [17:02] * Joins: BenWa (bgirard@66.207.193.21)
- # [17:02] * Quits: marco (marco@moz-5ik5dj.retail.telecomitalia.it) (Ping timeout: 121 seconds)
- # [17:04] * rail is now known as rail-mtg
- # [17:05] * Joins: marco (marco@moz-5ik5dj.retail.telecomitalia.it)
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4e2103209c36 - Jan de Mooij - Bug 1232386 - Fix NativeObject::growSlotsStatic to recover from OOM. r=terrence
- # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ac009a72b8cd - Jan de Mooij - Bug 1233115 - Add missing OOM check after handler.newClassMethodList call. r=efaust
- # [17:05] * Joins: dzbarsky (Adium@moz-mukjmn.fios.verizon.net)
- # [17:06] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
- # [17:08] * lmandel_afk is now known as lmandel
- # [17:09] * Joins: aidin36 (chatzilla@moz-2r8.gu7.245.188.IP)
- # [17:09] * Quits: dzbarsky (Adium@moz-mukjmn.fios.verizon.net) (Ping timeout: 121 seconds)
- # [17:11] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
- # [17:12] * Joins: happy-dude_ (uid62780@moz-ljci7f.richmond.irccloud.com)
- # [17:13] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
- # [17:15] * Joins: dbaron (dbaron@moz-u4cvmu.fios.verizon.net)
- # [17:15] * killer sets mode: +ao dbaron dbaron
- # [17:16] * Joins: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP)
- # [17:17] * Joins: ckitching (ckitching@moz-o4vv6i.plus.com)
- # [17:17] * Joins: ckitching_ (ckitching@moz-o4vv6i.plus.com)
- # [17:18] * Joins: Swatinem (swatinem@moz-ijsnuu.dynamic.surfer.at)
- # [17:18] * Joins: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net)
- # [17:20] * Quits: sewardj (sewardj@moz-9ma13k.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
- # [17:20] <haik> Anyone know the trick to get line numbers from a stack like this on Mac? https://pastebin.mozilla.org/8855159
- # [17:20] <haik> which I think is bug https://bugzilla.mozilla.org/show_bug.cgi?id=1203430
- # [17:21] * Quits: ddahl (ddahl@moz-us5.u6r.61.108.IP) (Ping timeout: 121 seconds)
- # [17:21] <haik> I'm trying an ASan build and hit that crash on exit and wanted to poke around a bit
- # [17:21] * Parts: ejpbruel (ejpbruel@moz-85djl2.dynamic.ziggo.nl)
- # [17:22] * Quits: Anupkumar (uid16774@moz-gsqbub.tooting.irccloud.com) (Quit: Connection closed for inactivity)
- # [17:22] * Quits: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net) (Ping timeout: 121 seconds)
- # [17:23] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
- # [17:23] * Quits: Aryx (Archaeopter@moz-unkkfh.cust.telecolumbus.net) (Quit: Goodbye)
- # [17:23] * Joins: Aryx (Archaeopter@moz-unkkfh.cust.telecolumbus.net)
- # [17:23] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
- # [17:24] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
- # [17:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/354b8fe359b2 - Jan de Mooij - Bug 1232655 - Fix DebugScopeProxy::has to not lookup .this on non-function scopes. r=shu
- # [17:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a2af02211477 - Jan de Mooij - Bug 1232676 - Use AutoEnterOOMUnsafeRegion instead of MOZ_CRASH in addPendingCompileError. r=jonco
- # [17:26] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
- # [17:26] * Quits: jincreator (Thunderbird@moz-588.igi.7.59.IP) (Ping timeout: 121 seconds)
- # [17:27] * Joins: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net)
- # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7839222071ac - Olivier Yiptong - Bug 1218996 - AboutRedirector uses aboutNewTabService exclusively for about:newtab r=marcosc,mconley
- # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9410cbc0545e - Olivier Yiptong - Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc,oyiptong
- # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2205cce34824 - Olivier Yiptong - Bug 1218996 - Remove now redundant messaging code for remote newtab r=marcosc
- # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ba750628c4f3 - Olivier Yiptong - Bug 1218996 - Allow Remote New Tab to ride release trains r=marcosc
- # [17:28] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [17:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/860d77fbf406 - Mike de Boer - Bug 1227539: Part 1 - close a chat window properly, including stopping all sharing and leaving the room. r=Standard8
- # [17:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/30b9e8aa695d - Mike de Boer - Bug 1227539: Part 2 - implement the new HangupNow action on standalone too so that leaving a room will still work. r=Standard8
- # [17:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e418ef9b7e83 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [17:30] * Quits: ckitching (ckitching@moz-o4vv6i.plus.com) (Ping timeout: 121 seconds)
- # [17:30] * Quits: ckitching_ (ckitching@moz-o4vv6i.plus.com) (Ping timeout: 121 seconds)
- # [17:31] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [17:31] * Quits: marco (marco@moz-5ik5dj.retail.telecomitalia.it) (Ping timeout: 121 seconds)
- # [17:31] * Quits: astley (astley@moz-smn5cq.dynamic.kbtelecom.net) (Client exited)
- # [17:32] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
- # [17:34] * Quits: elin (elin@moz-a0smbf.dynamic-ip.hinet.net) (Client exited)
- # [17:34] * Joins: marco (marco@moz-5ik5dj.retail.telecomitalia.it)
- # [17:36] * Quits: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [17:36] * Quits: @smaug (chatzilla@moz-r5n6es.bb.dnainternet.fi) (Ping timeout: 121 seconds)
- # [17:38] * rail-mtg is now known as rail
- # [17:41] * Joins: ferjm (textual@moz-h0as3h.staticIP.rima-tde.net)
- # [17:41] * Joins: Waldo (waldo@moz-uhmkk3.dim.wideopenwest.com)
- # [17:42] * Quits: brindusat (brindusat@moz-5l3.0mm.2.5.IP) (Quit: KVIrc 4.3.2 Aria http://www.kvirc.net/)
- # [17:43] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/c977d1b649bf - Margaret Leibovic - Bug 1229350 - Disable Import first run slide on Android M+. r=liuche a=sylvestre
- # [17:48] * Quits: mastizada (Thunderbird@moz-tnp.63k.2.46.IP) (Ping timeout: 121 seconds)
- # [17:49] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [17:49] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [17:49] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
- # [17:49] * Joins: ddahl (ddahl@moz-1mu.65k.14.24.IP)
- # [17:50] * Joins: ddahl_ (ddahl@moz-2uf.pji.61.108.IP)
- # [17:52] * Joins: Enn_ (enn@66.207.193.21)
- # [17:52] * Joins: mixedpuppy (mixedpuppy@moz-bkr.hkd.114.24.IP)
- # [17:52] * Joins: ckitching (ckitching@moz-o4vv6i.plus.com)
- # [17:52] * Joins: ckitching_ (ckitching@moz-o4vv6i.plus.com)
- # [17:53] * Joins: rkent (Thunderbird@moz-3e0q5l.wa.comcast.net)
- # [17:54] * Quits: ddahl (ddahl@moz-1mu.65k.14.24.IP) (Ping timeout: 121 seconds)
- # [17:54] * Quits: Enn (enn@moz-hb9n3e.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
- # [17:54] * Enn_ is now known as Enn
- # [17:55] * Joins: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP)
- # [17:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e1c2a29753eb - Nathan Froyd - Bug 1232454 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in security/apps/; r=keeler
- # [17:56] * jlund|away is now known as jlund
- # [17:57] * Quits: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [17:58] * vladC|buildduty is now known as vladC|afk
- # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8998af1a9ba8 - Bill McCloskey - Bug 1208257 - [webext] bookmarks.json (r=kmag)
- # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8600dcc0ae75 - Bill McCloskey - Bug 1208257 - [webext] idle.json (r=kmag)
- # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6424eb119637 - Bill McCloskey - Bug 1208257 - [webext] browser_action.json (r=kmag)
- # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/80d23d13059f - Bill McCloskey - Bug 1208257 - [webext] page_action.json (r=kmag)
- # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/760f3c2165e0 - Bill McCloskey - Bug 1208257 - [webext] context_menus.json (r=kmag)
- # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b2ba92b17aab - Bill McCloskey - Bug 1208257 - [webext] i18n.json (r=kmag)
- # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d570db94c960 - Bill McCloskey - Bug 1208257 - [webext] extension.json (r=kmag)
- # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/65f6e081ded8 - Bill McCloskey - Bug 1208257 - [webext] runtime.json (r=kmag)
- # [18:00] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
- # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/869deb549119 - Mark Finkle - Bug 1234729 - Add telemetry probe for when we load a page from cache r=sebastian p=margaret
- # [18:00] <Ms2ger> Well those are useful commit messages
- # [18:01] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
- # [18:01] * Joins: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP)
- # [18:02] * Quits: till (till@moz-ub71m8.bredband.tre.se) (Ping timeout: 121 seconds)
- # [18:02] * Joins: jduell (jduell@moz-em9721.hlrn.qwest.net)
- # [18:03] * Joins: till (till@moz-bfetn2.mobile.tre.se)
- # [18:03] * rail is now known as rail-food
- # [18:04] * Joins: ericjung (ericjung@moz-h2a.9hc.161.107.IP)
- # [18:06] * Joins: flo-retina (Instantbird@moz-c2qce8.rev.numericable.fr)
- # [18:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/998a82fdeb23 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
- # [18:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c659071d50e7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [18:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/14aea198d5b1 - Margaret Leibovic - Bug 1234733 - Fix locale language tag in Honeycomb EOL url. r=liuche
- # [18:10] * Joins: cilias (cilias@moz-0jo5hm.cable.rogers.com)
- # [18:11] * Quits: Ms2ger (Ms2ger@moz-t05k6v.access.telenet.be) (Quit: nn)
- # [18:13] * aselagea|buildduty is now known as aselagea|afk
- # [18:15] * Quits: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net) (Ping timeout: 121 seconds)
- # [18:17] * benfrancis|away is now known as benfrancis
- # [18:17] * Quits: espadrine (tyl@moz-gpr.c1p.152.213.IP) (Ping timeout: 121 seconds)
- # [18:17] * Joins: Mathnerd314 (quassel@moz-so8.r2v.53.206.IP)
- # [18:18] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
- # [18:21] * Quits: jviereck (Adium@moz-dq91f0.dip0.t-ipconnect.de) (Quit: Leaving.)
- # [18:22] * Quits: gerv (Instantbird@moz-ca0tu8.range217-43.btcentralplus.com) (Ping timeout: 121 seconds)
- # [18:25] * rail-food is now known as rail
- # [18:26] * Joins: KaiRo (robert@moz-coo3rg.highway.telekom.at)
- # [18:27] * Joins: m_gol (m_gol@moz-ifkkag.adsl.tpnet.pl)
- # [18:27] * Joins: smaug (chatzilla@moz-r5n6es.bb.dnainternet.fi)
- # [18:27] * killer sets mode: +o smaug
- # [18:27] * Quits: gsvelto (gsvelto@moz-t6o3o2.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [18:28] * Joins: Sander (chatzilla@moz-98s.ga3.81.86.IP)
- # [18:28] * Quits: till (till@moz-bfetn2.mobile.tre.se) (A TLS packet with unexpected length was received.)
- # [18:30] * Joins: zer0 (zer0@moz-pnteh9.cust.vodafonedsl.it)
- # [18:31] * Quits: m_gol (m_gol@moz-ifkkag.adsl.tpnet.pl) (Ping timeout: 121 seconds)
- # [18:32] * Quits: wilsonpage (wilsonpage@moz-lbmonk.cable.virginm.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [18:34] * ahal is now known as ahal|afk
- # [18:34] * Quits: KaiRo (robert@moz-coo3rg.highway.telekom.at) (A TLS packet with unexpected length was received.)
- # [18:35] <philor> nbp: devtools would rather you didn't do that, though I don't know quite which that is giving them the https://treeherder.mozilla.org/logviewer.html#?job_id=18948769&repo=mozilla-inbound crashes
- # [18:37] <nbp> philor: could this be Bug 1229813 ?
- # [18:38] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
- # [18:38] <philor> nbp: that or 1234387, the first one is the push above the two of them
- # [18:38] <nbp> philor: I was about to backout 1229813
- # [18:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/24a27da1a369 - Nicolas B. Pierron - Backed out changeset 14ea3c6f98bb (Bug 1229813) for performance issues on arewefastyet.
- # [18:40] <nbp> philor: 1234387 is a debugging function. I do not expect the devtools to be relying on it.
- # [18:41] <nbp> ^ gdb debugging
- # [18:42] * gaye is now known as gaye|pto
- # [18:42] * Joins: ShrutiJ (uid112864@moz-rceadv.brockwell.irccloud.com)
- # [18:43] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
- # [18:46] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Client exited)
- # [18:48] <efaust|mozflu> nbp: hey was pgo responsible for those awfy wins (I know there are still some problems, but it looks like we also were doing really well on a few benchmarks)?
- # [18:48] <nbp> efaust|mozflu: have a look at asmjs-µbench
- # [18:48] <nbp> efaust|mozflu: and, yes.
- # [18:49] * Quits: paolo (paolo@moz-8vf62o.retail.telecomitalia.it) (Quit: )
- # [18:49] <efaust|mozflu> nbp: yeah, I see ubench, but like mandreel looks pretty good :)
- # [18:49] <efaust|mozflu> either way, it's cool to see that pgo wins!
- # [18:50] <nbp> efaust|mozflu: Don't worry, it will land, we just have to find what are the remaining bugs in dt4, and to add heuristics for for-switch and maybe other similar code.
- # [18:51] <efaust|mozflu> nbp: yeah, I'm not scared of a regression that large. It means we did something silly
- # [18:51] <nbp> efaust|mozflu: something like removing code? :P
- # [18:52] * Joins: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP)
- # [18:53] * Joins: mastizada (Thunderbird@moz-0eoun9.istanbulhs.org)
- # [18:53] <efaust|mozflu> nbp: indeed :P
- # [18:53] <nbp> efaust|mozflu: We discuss that with jandem, and decided that it was probably better to back it out before the next 4 days ;)
- # [18:57] <efaust|mozflu> makes sense
- # [18:57] <philor> jandem: bustage
- # [18:58] <jandem> philor: looking, which test?
- # [18:58] * Joins: jimb (user@moz-6gkikn.or.comcast.net)
- # [18:58] <philor> oomInOffTheadCompile3.js
- # [18:58] <jandem> philor: actually my second push should fix that i think
- # [18:59] * jandem confirms
- # [18:59] * Joins: jviereck (Adium@moz-dq91f0.dip0.t-ipconnect.de)
- # [19:00] <jandem> philor: yeah arm64 is green on the next push. I didn't know that test would also trigger this bug :/
- # [19:01] * Quits: Jackneill (Jackneill@moz-k4l.sul.185.130.IP) (Quit: Leaving)
- # [19:01] * Quits: ggp (ggp@moz-5oi.q3u.228.37.IP) (A TLS packet with unexpected length was received.)
- # [19:01] <jandem> pushing to try once and then doing multiple pushes as damage control can backfire
- # [19:02] * Quits: yzen (yzen@66.207.193.21) (Ping timeout: 121 seconds)
- # [19:03] * Quits: mastizada (Thunderbird@moz-0eoun9.istanbulhs.org) (Ping timeout: 121 seconds)
- # [19:04] * Joins: ggp (ggp@moz-ql4sei.4cq4.03h4.8084.2a02.IP)
- # [19:04] * jlund is now known as jlund|mtg
- # [19:05] * Quits: ckitching_ (ckitching@moz-o4vv6i.plus.com) (Client exited)
- # [19:05] * Quits: ckitching (ckitching@moz-o4vv6i.plus.com) (Client exited)
- # [19:06] * Joins: bholley (bholley@moz-pc449e.hfc.comcastbusiness.net)
- # [19:08] * Joins: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net)
- # [19:08] * Joins: mastizada (Thunderbird@moz-0eoun9.istanbulhs.org)
- # [19:09] * Joins: jdm_ (jdm@moz-oeq.6fm.114.24.IP)
- # [19:11] * Quits: bbouvier (bbouvier@moz-iomebs.ip-51-254-138.eu) (Ping timeout: 121 seconds)
- # [19:12] * Quits: jdm (jdm@moz-vm2.v4h.237.192.IP) (Ping timeout: 121 seconds)
- # [19:19] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
- # [19:19] * Quits: jviereck (Adium@moz-dq91f0.dip0.t-ipconnect.de) (Quit: Leaving.)
- # [19:21] * Joins: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP)
- # [19:22] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [19:23] * ahal|afk is now known as ahal
- # [19:24] * chmanchester|afk is now known as chmanchester
- # [19:24] * Quits: mixedpuppy (mixedpuppy@moz-bkr.hkd.114.24.IP) (Client exited)
- # [19:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c4d8624dc0bf - B2G Bumper Bot - Bumping manifests a=b2g-bump
- # [19:28] * Quits: florent (Thunderbird@moz-gbbd5g.abo.wanadoo.fr) (Client exited)
- # [19:28] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
- # [19:29] * Joins: dzbarsky (Adium@moz-mukjmn.fios.verizon.net)
- # [19:31] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
- # [19:35] <philor> oyiptong: you'll be excited to hear that you apparently broke talos
- # [19:37] * mrrrgn is now known as mrrrgn_brb
- # [19:37] * Quits: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP) (Connection closed)
- # [19:37] * Quits: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net) (Ping timeout: 121 seconds)
- # [19:38] * Quits: jdm_ (jdm@moz-oeq.6fm.114.24.IP) (Quit: )
- # [19:39] * Joins: bbouvier (bbouvier@moz-iomebs.ip-51-254-138.eu)
- # [19:39] <BenWa> firebot: 0xa5a5a5a5
- # [19:39] <firebot> BenWa: 0xA5A5A5A5 = 2779096485, 024551322645, 0b10100101101001011010010110100101
- # [19:40] <BenWa> firebot: 0x5a5a5a5a
- # [19:40] <firebot> BenWa: 0x5A5A5A5A = 1515870810, 013226455132, 0b1011010010110100101101001011010
- # [19:40] * philor always hears those answers in a rainman voice
- # [19:41] <philor> BenWa: "literal 0x5a5a5a5a"
- # [19:41] * Joins: Jackneill (Jackneill@moz-o88.62s.108.91.IP)
- # [19:41] <philor> unless you really do want his base conversion service
- # [19:41] <BenWa> I remembered some bot telling which poison value it is. But I already found my answer (poisined free’d memory)
- # [19:42] * Joins: mwu (mwu@moz-hsamco.oi2i.p882.0085.2601.IP)
- # [19:42] <philor> firebot: literal 0x5a5a5a5a
- # [19:42] <firebot> philor: 0x5a5a5a5a is 'jemalloc freed junk memory (cf. 0xa5a5a5a5)'.
- # [19:42] <BenWa> nice
- # [19:42] <oyiptong> philor: ah crap
- # [19:43] * bsmedberg is now known as bsmedberg-away
- # [19:44] <jesup> Note also depending on platform the value can be different (5e's on ARM IIRC)
- # [19:44] * Joins: _AxS_ (axs@moz-lldsq8.cable.rogers.com)
- # [19:44] <BenWa> djvj: http://mxr.mozilla.org/mozilla-central/source/accessible/ipc/DocAccessibleChild.h#33
- # [19:44] <BenWa> jesup: didn’t know that, thanks!
- # [19:45] <_AxS_> hey all -- an XPI file, is that actually just a zip archive? Or is it a zip with some special header info? I know I can use unzip to extract, but I'm trying to roll my own version of lightning.xpi right now and I don't know if i can just use zip
- # [19:46] <BenWa> _AxS_: I just use zip to repack my addons. I think your fine but I’m not the best reference for this
- # [19:49] * Joins: aleth (instantb@moz-kgalul.pools.vodafone-ip.de)
- # [19:49] <jmaher> philor: yeah, it looks like TART is crashing or terminating early
- # [19:51] <jmaher> philor: that does a lot of new tab stuff, tart is all about testing tab creation/destroying
- # [19:51] * Quits: aidin36 (chatzilla@moz-2r8.gu7.245.188.IP) (Quit: ChatZilla 0.9.92 [Firefox 43.0.1/20151216175450])
- # [19:51] <oyiptong> philor: do you have anything to share so i take a look?
- # [19:52] <_AxS_> BenWa: thx!
- # [19:53] * Joins: grobinson (grobinson@moz-cab246.fios.verizon.net)
- # [19:54] <philor> oyiptong: https://treeherder.mozilla.org/logviewer.html#?job_id=18953047&repo=mozilla-inbound but talos plays its cards pretty close to the vest about what actually annoyed it
- # [19:54] <oyiptong> thanks
- # [19:54] * Quits: grobinson (grobinson@moz-cab246.fios.verizon.net) (A TLS packet with unexpected length was received.)
- # [19:55] * Joins: grobinson (grobinson@moz-cab246.fios.verizon.net)
- # [19:55] * Joins: secretrobotron (secretrobot@moz-qv8e1q.home.cgocable.net)
- # [19:55] * mrrrgn_brb is now known as mrrrgn
- # [19:56] * Quits: grobinson (grobinson@moz-cab246.fios.verizon.net) (A TLS packet with unexpected length was received.)
- # [19:56] <philor> KWierso|afk: are you working today?
- # [19:57] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
- # [19:57] <KWierso|afk> philor: yeah, getting a late start though
- # [19:58] <jmaher> oyiptong: if you want to run locally |mach talos-test -a tart|
- # [19:58] * Joins: till (till@moz-eeujlg.mobile.tre.se)
- # [19:58] * Quits: Dexter (Alessio@moz-nvrero.retail.telecomitalia.it) (Quit: Leaving)
- # [19:59] * Joins: mwobensmith (mwobensmith@moz-gbq992.2rkg.9kg1.0101.2620.IP)
- # [20:00] <philor> I only half pay attention to PGO notices, which leads to delightful surprises
- # [20:00] * Quits: ferjm (textual@moz-h0as3h.staticIP.rima-tde.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:02] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:04] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [20:05] * Quits: marco (marco@moz-5ik5dj.retail.telecomitalia.it) (Ping timeout: 121 seconds)
- # [20:05] * Quits: jlamim (Thunderbird@moz-b25.akn.184.191.IP) (Ping timeout: 121 seconds)
- # [20:06] * jlund|mtg is now known as jlund
- # [20:08] * Quits: milan (milan@moz-c2qqs6.3t38.sij7.f0c8.2607.IP) (Connection closed)
- # [20:08] * Joins: milan (milan@moz-c2qqs6.3t38.sij7.f0c8.2607.IP)
- # [20:08] * Joins: marco (marco@moz-5ik5dj.retail.telecomitalia.it)
- # [20:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fa2cfb656c59 - Wes Kocher - Backed out 4 changesets (bug 1218996) for talos svg failures CLOSED TREE
- # [20:11] <KWierso|afk> oyiptong: backed you out in ^, so take your time investigating :)
- # [20:11] * maja_zf|afk is now known as maja_zf
- # [20:11] * KWierso|afk is now known as KWierso|brb
- # [20:11] * Quits: aleth (instantb@moz-kgalul.pools.vodafone-ip.de) (Ping timeout: 121 seconds)
- # [20:11] * sheppy is now known as sheppy-errands
- # [20:12] * Joins: Coldblackice (anonz@moz-0ijqp3.oc.cox.net)
- # [20:13] * Joins: grobinson (grobinson@moz-cab246.fios.verizon.net)
- # [20:15] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
- # [20:16] * Joins: m_gol (m_gol@moz-ifkkag.adsl.tpnet.pl)
- # [20:16] <oyiptong> thanks KWierso|brb
- # [20:20] * Quits: m_gol (m_gol@moz-ifkkag.adsl.tpnet.pl) (Ping timeout: 121 seconds)
- # [20:20] * Quits: Jackneill (Jackneill@moz-o88.62s.108.91.IP) (Ping timeout: 121 seconds)
- # [20:23] * Joins: Jackneill (Jackneill@moz-ik5.85b.203.37.IP)
- # [20:23] * Quits: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP) (Ping timeout: 121 seconds)
- # [20:24] * Quits: grobinson (grobinson@moz-cab246.fios.verizon.net) (A TLS packet with unexpected length was received.)
- # [20:26] * bc is now known as bc|bbiab
- # [20:26] * Quits: ericjung (ericjung@moz-h2a.9hc.161.107.IP) (Quit: Leaving)
- # [20:26] * Joins: ericjung (ericjung@moz-h2a.9hc.161.107.IP)
- # [20:27] * Quits: marco (marco@moz-5ik5dj.retail.telecomitalia.it) (Connection closed)
- # [20:27] * Quits: botond|home (chatzilla@moz-n917vf.cpe.pppoe.ca) (Connection closed)
- # [20:31] * jlund is now known as jlund|mtg
- # [20:36] * Joins: gsvelto (gsvelto@moz-t6o3o2.clienti.tiscali.it)
- # [20:36] * Joins: sewardj (sewardj@moz-9ma13k.dip0.t-ipconnect.de)
- # [20:39] * Joins: jviereck (Adium@moz-dq91f0.dip0.t-ipconnect.de)
- # [20:40] * Quits: jduell (jduell@moz-em9721.hlrn.qwest.net) (Client exited)
- # [20:40] * Joins: jduell (jduell@moz-em9721.hlrn.qwest.net)
- # [20:41] * Joins: jdm (jdm@moz-6r1.u4v.140.24.IP)
- # [20:42] * KWierso|brb is now known as KWierso
- # [20:43] * Quits: Sander (chatzilla@moz-98s.ga3.81.86.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [20:44] <jdm> bholley: pcwalton: https://github.com/servo/servo/pull/7267 makes use of the shared layout data iirc
- # [20:44] * Quits: jimb (user@moz-6gkikn.or.comcast.net) (Ping timeout: 121 seconds)
- # [20:47] <NeilAway> vlad: my guess would have been running config.status
- # [20:47] * Quits: gsvelto (gsvelto@moz-t6o3o2.clienti.tiscali.it) (Ping timeout: 121 seconds)
- # [20:48] * Joins: mixedpuppy (mixedpuppy@moz-ruq.80v.114.24.IP)
- # [20:50] * Quits: mixedpuppy (mixedpuppy@moz-ruq.80v.114.24.IP) (Client exited)
- # [20:50] * Joins: toogley (toogley@moz-po7.s8t.164.2.IP)
- # [20:53] * Quits: ProgramFOX (ProgramFOX@moz-84a.9f7.132.109.IP) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
- # [20:55] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
- # [20:55] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [20:55] * Joins: stransky_ (stransky@moz-6p10j7.net.upcbroadband.cz)
- # [20:55] * Joins: stransky (stransky@moz-6p10j7.net.upcbroadband.cz)
- # [20:56] * Quits: stransky (stransky@moz-6p10j7.net.upcbroadband.cz) (Connection closed)
- # [20:57] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [20:57] <bholley> jdm: do we want that?
- # [20:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/28e9c9db06c4 - Benoit Girard - No bug - Don't update 'webgl.dxgl.enabled' at runtime.
- # [20:57] <jdm> heh, meant that for #servo
- # [20:57] * bholley switches to #servo
- # [20:58] <bholley> oh, jdm isn't in #servo
- # [20:58] * Quits: jviereck (Adium@moz-dq91f0.dip0.t-ipconnect.de) (Quit: Leaving.)
- # [20:59] * Joins: fuogo (Mibbit@moz-827r3p.dynamicIP.rima-tde.net)
- # [20:59] <fuogo> hey
- # [21:00] <fuogo> git bash isnt working on windows for me, and anything i google is not working either, i have no idea what's going on
- # [21:00] <fuogo> for starters git bash itself doesnt recognize git as a command
- # [21:00] <fuogo> also
- # [21:00] <fuogo> $path outputs this
- # [21:00] <fuogo> $ $PATH bash: /local/bin:/c/mozilla-build/7zip:/c/mozilla-build/info-zip:/c/mozilla-build/kdiff3:/c/mozilla-build/mozmake:/c/mozilla-build/nsis-3.0b1:/c/mozilla-build/nsis-2.46u:/c/mozilla-build/python:/c/mozilla-build/python/Scripts:/c/mozilla-build/upx391w:/c/mozilla-build/wget:/c/mozilla-build/yasm:.:/usr/local/bin:/mingw/bin:/bin:/c/Program: No such file
- # [21:00] <fuogo> seems it can't parse "Program Files"
- # [21:01] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [21:01] <fuogo> help pls
- # [21:02] <kats> try |echo $PATH| instead of just $PATH
- # [21:02] <kats> otherwise it will try to run your $PATH
- # [21:03] * Joins: karlt (karl@moz-4kcel1.xtra.co.nz)
- # [21:03] * Joins: squeakytoy (squeakytoy@moz-2n0365.se.alltele.net)
- # [21:04] * Quits: secretrobotron (secretrobot@moz-qv8e1q.home.cgocable.net) (A TLS packet with unexpected length was received.)
- # [21:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/caeda2135662 - Luke Wagner - Bug 1229642 - Factor out StringToNewUTF8CharsZ (r=jandem)
- # [21:07] <fuogo> yeah that worked
- # [21:08] <fuogo> i saw the whole path now
- # [21:08] * Quits: zer0 (zer0@moz-pnteh9.cust.vodafonedsl.it) (Quit: This computer has gone to sleep)
- # [21:08] * Quits: till (till@moz-eeujlg.mobile.tre.se) (Ping timeout: 121 seconds)
- # [21:08] * Joins: till (till@moz-3ojl7g.mobile.tre.se)
- # [21:09] <fuogo> git is not in the path
- # [21:09] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [21:10] * Joins: zer0 (zer0@moz-pnteh9.cust.vodafonedsl.it)
- # [21:10] <fuogo> noob question but how do I edit it?
- # [21:11] * Quits: Abe-SV-QA (Abi@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
- # [21:11] <KWierso> fuogo: I think this might work? http://superuser.com/questions/607533/windows-git-bash-bash-path-to-read-windows-path-system-variable
- # [21:11] * bc|bbiab is now known as bc
- # [21:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8ba6e18429a8 - Patrick McManus - Bug 1234896 - refptrs for httphandler.cpp r=valentin.gosu
- # [21:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3aef96e9b67b - Patrick McManus - Bug 1218297 - eventtokenbucket shutdown leak r=valentin
- # [21:13] * Joins: gerv (Instantbird@moz-ca0tu8.range217-43.btcentralplus.com)
- # [21:16] * Quits: Enn (enn@66.207.193.21) (Ping timeout: 121 seconds)
- # [21:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/867787f8ae2a - Avi Halachmi - Bug 1228147: part 1: Add telemetry RecordingEnabled support. r=gfritzsche f=froydnj a=ritu
- # [21:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/419239222c41 - Avi Halachmi - Bug 1228147: part 2: Add telemetry probe for synchronous scroll. r=kats a=ritu
- # [21:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/cbdebcdd2a69 - Lars T Hansen - Bug 1233175 - refine an assertion. r=terrence a=sylvestre
- # [21:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/48c66e74eda5 - Ben Kelly - Bug 1233962 P1 Call ResetInterception() if the controller is nullptr. r=jdm a=ritu
- # [21:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f75514287a07 - Ben Kelly - Bug 1233962 P2 Fix service worker xpcshell test to return a dispatcher from ChannelIntercepted(). r=jdm a=ritu
- # [21:17] * Quits: jdm (jdm@moz-6r1.u4v.140.24.IP) (Quit: )
- # [21:17] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
- # [21:18] * terrence is now known as terrence-bbiab
- # [21:19] * Joins: mixedpuppy (mixedpuppy@moz-ruq.80v.114.24.IP)
- # [21:20] * Joins: lizzard (ehenry@moz-m8bpm8.ca.comcast.net)
- # [21:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/645124a8698c - Mark Finkle - Bug 1229274 - Investigate tracking when a screenshot is taken in Firefox r=liuche f=nalexander a=ritu
- # [21:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/18375100124a - Aidin Gharibnavaz - Bug 1233434 - Fixing download failure on a multi-user GNU/Linux machine. r=bagder a=ritu
- # [21:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b151c99ab46a - Andrea Marchesini - Bug 1234170 - WebSocket should check if the channel has been opened before send the 'close' notification to the WebSocketEventService, r=jduell a=ritu
- # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/60fbac851844 - Ben Kelly - Bug 1220681 P1 Make HttpChannelChild::DivertToParent() work with synthetic responses. r=jdm
- # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7d0cd5cfd796 - Ben Kelly - Bug 1220681 P2 Test synthetic responses that trigger downloads. r=ehsan
- # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d2bd15e3f2f5 - Ben Kelly - Bug 1220681 P3 Delay diversion on parent side until response head has been synthesized. r=jdm
- # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1f484a445190 - Ben Kelly - Bug 1220681 P4 Automatically suspend the parent channel after synthesizing the response for diverison. r=jdm
- # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/be112cec32d0 - Ben Kelly - Bug 1220681 P5 Don't double suspend parent channel during synthesized divert to parent. r=jdm
- # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ccc0cb0b6999 - Ben Kelly - Bug 1220681 P6 Use clients.claim() in browser_download.js to avoid worker unregister race. r=jdm
- # [21:24] <fuogo> well i kinda got it working now
- # [21:24] <fuogo> it won't work when i restart the terminal but hey
- # [21:24] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [21:24] <fuogo> export PATH=$PATH:/c/Git/cmd is what I did
- # [21:25] * benfrancis is now known as benfrancis|away
- # [21:25] <fuogo> i installed it in /c/git
- # [21:25] <fuogo> where's the bashrc in windows?
- # [21:26] <fuogo> KWierso I took a look but I think my issue should be simpler than that
- # [21:26] * Quits: mixedpuppy (mixedpuppy@moz-ruq.80v.114.24.IP) (Client exited)
- # [21:27] * Joins: RattyAway (Jim_diGriz@moz-ocm.q6q.72.180.IP)
- # [21:28] <RattyAway> Doing triage. Where do cairo bugs go? Bug 1230746
- # [21:28] * Quits: mastizada (Thunderbird@moz-0eoun9.istanbulhs.org) (Ping timeout: 121 seconds)
- # [21:29] <ntim> Aryx: Bug 1234918 was filed after Bug 1234567, something's fishy :p
- # [21:29] <ntim> (I just filed Bug 1234918)
- # [21:30] <Aryx> oh, no intermittent dupe. but likely something cooler?
- # [21:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a22303d0c043 - Bill McCloskey - Bug 1211401 - Use global message manager as parent of <iframe mozbrowser> MM (r=smaug,ahal)
- # [21:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4b03b2f843a8 - Bill McCloskey - Bug 1224105 - Allow windowless chrome docshells containing content docshells (r=smaug)
- # [21:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0cb416a5606a - Bill McCloskey - Bug 1224105 - [webext] Use <browser> element for background page (r=kmag)
- # [21:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0fe645b345ac - Bill McCloskey - Bug 1213680 - Stop using picker by default when opening inspector (r=pbrosset)
- # [21:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/742d85ac5b33 - Bill McCloskey - Bug 1223240 - Make it easier to set up top-level protocols (r=jld)
- # [21:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e8c6ba610a1c - Bill McCloskey - Bug 1228044 - [webext] Filter messages between extensions (r=kmag)
- # [21:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7c6ec0bfaef5 - Bill McCloskey - Bug 1229552 - [webext] Add test for unregistration (r=kmag)
- # [21:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4a967e08dff7 - Bill McCloskey - Bug 1205886 - [webext] Allow content scripts to do cross-origin XHRs if they have permission (r=kmag)
- # [21:31] * Quits: cilias (cilias@moz-0jo5hm.cable.rogers.com) (Client exited)
- # [21:31] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
- # [21:31] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
- # [21:32] * Quits: zer0 (zer0@moz-pnteh9.cust.vodafonedsl.it) (Ping timeout: 121 seconds)
- # [21:32] * Quits: bholley (bholley@moz-pc449e.hfc.comcastbusiness.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [21:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/0d5ea3ad3c40 - Matt Woodrow - Bug 1230338 - Record video frames dropped by the compositor, or while flushing during skip-to-keyframe. r=jya a=ritu
- # [21:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/b7c348a34b3d - Michael Comella - Bug 1220315 - Use alertDialogTheme on v21+ to add accentColor. r=sebastian a=ritu
- # [21:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/bac789f5d52c - Blake Kaplan - Bug 1225829 - Use a temporary string to avoid string type confusion via references. r=jimm a=ritu
- # [21:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/9d310a41f8c2 - Wes Kocher - Bug 1231552 - Back out 2 changesets (bug 1121800, bug 1214200) r=mcmanus a=ritu
- # [21:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/19b9d400cf8e - Andrzej Hunt - Bug 1230568 - Allowing showing search suggestion opt in multiple times r=mcomella a=ritu
- # [21:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/0413edcf9ca4 - Aidin Gharibnavaz - Bug 1233434 - Fixing download failure on a multi-user GNU/Linux machine. r=bagder a=ritu
- # [21:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/e8887f01eeba - Ben Kelly - Bug 1233962 P1 Call ResetInterception() if the controller is nullptr. r=jdm a=ritu
- # [21:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/6c6b6dc18c76 - Ben Kelly - Bug 1233962 P2 Fix service worker xpcshell test to return a dispatcher from ChannelIntercepted(). r=jdm a=ritu
- # [21:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/ff3b505eabf0 - Andrea Marchesini - Bug 1234170 - WebSocket should check if the channel has been opened before send the 'close' notification to the WebSocketEventService, r=jduell a=ritu
- # [21:35] * Quits: till (till@moz-3ojl7g.mobile.tre.se) (Ping timeout: 121 seconds)
- # [21:36] * Quits: stransky_ (stransky@moz-6p10j7.net.upcbroadband.cz) (Quit: Connection reset by beer)
- # [21:39] * jlund|mtg is now known as jlund
- # [21:39] * Joins: till (till@moz-7iolal.mobile.tre.se)
- # [21:40] * Waldo is now known as Waldo|food
- # [21:41] * Quits: Jackneill (Jackneill@moz-ik5.85b.203.37.IP) (Ping timeout: 121 seconds)
- # [21:43] * mattwoodrow|away is now known as mattwoodrow
- # [21:43] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
- # [21:44] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [21:44] * jlund is now known as jlund|dnd
- # [21:45] * Joins: aleth (instantb@moz-kgalul.pools.vodafone-ip.de)
- # [21:45] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [21:45] * Joins: mixedpuppy (mixedpuppy@moz-ruq.80v.114.24.IP)
- # [21:45] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [21:47] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [21:48] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [21:48] * Quits: lizzard (ehenry@moz-m8bpm8.ca.comcast.net) (Client exited)
- # [21:48] * Quits: mixedpuppy (mixedpuppy@moz-ruq.80v.114.24.IP) (Client exited)
- # [21:49] * Joins: mixedpuppy (mixedpuppy@moz-ruq.80v.114.24.IP)
- # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9827c218b665 - Jakob Stoklund Olesen - Bug 1233111 - Add a new ToUint8() function. r=efaust
- # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8da4dede4a6 - Jakob Stoklund Olesen - Bug 1233111 - Remove geometry altering SIMD conversions. r=bbouvier
- # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/59ca29931b7a - Jakob Stoklund Olesen - Bug 1233111 - Share method lists for SIMD types. r=bbouvier
- # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7de84f81fe57 - Jakob Stoklund Olesen - Bug 1233111 - Add unsigned SIMD types to interpreter. r=bbouvier
- # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b9259eb3f44a - Jakob Stoklund Olesen - Bug 1233111 - Add ecma_7 shift tests. r=bbouvier
- # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/66bf206c4882 - Jakob Stoklund Olesen - Bug 1233111 - Implement SIMD shiftRightByScalar(). r=bbouvier
- # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bb23aa681e99 - Jakob Stoklund Olesen - Bug 1233111 - Implement saturating arithmetic for SIMD. r=bbouvier
- # [21:53] * Quits: mixedpuppy (mixedpuppy@moz-ruq.80v.114.24.IP) (Client exited)
- # [21:54] * Joins: mastizada (Thunderbird@moz-0eoun9.istanbulhs.org)
- # [21:56] * Joins: mccr8 (mccr8@moz-i2ui8d.east.verizon.net)
- # [21:58] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [22:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/76d888a191cf - Andrew McCreight - Backed out changeset 18eec0849a1f (Bug 1195295) for leaking.
- # [22:01] * Quits: fuogo (Mibbit@moz-827r3p.dynamicIP.rima-tde.net) (Quit: http://www.mibbit.com ajax IRC Client)
- # [22:02] * Quits: rkent (Thunderbird@moz-3e0q5l.wa.comcast.net) (Client exited)
- # [22:03] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
- # [22:04] * terrence-bbiab is now known as terrence
- # [22:04] * Joins: m_gol (m_gol@moz-ifkkag.adsl.tpnet.pl)
- # [22:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a88f7cf06080 - Sylvestre Ledru - Bug 1047395 - Add a link to the release notes from the about page r=florian
- # [22:06] * Quits: aleth (instantb@moz-kgalul.pools.vodafone-ip.de) (Ping timeout: 121 seconds)
- # [22:06] * Joins: aleth (instantb@moz-kgalul.pools.vodafone-ip.de)
- # [22:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1cc7f3085826 - Sylvestre Ledru - Bug 1047395 - Add a link to the release notes from the about page, fix the alignment r=florian
- # [22:09] * Joins: tantek (tantek@moz-l8ebtf.sfo1.mozilla.com)
- # [22:09] * Quits: m_gol (m_gol@moz-ifkkag.adsl.tpnet.pl) (Ping timeout: 121 seconds)
- # [22:11] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [22:11] * Joins: WaltS48 (Thunderbird@moz-945ddg.east.verizon.net)
- # [22:12] * Joins: zer0 (zer0@moz-pnteh9.cust.vodafonedsl.it)
- # [22:12] * Quits: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [22:13] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
- # [22:13] * Quits: tantek (tantek@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [22:13] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [22:14] * Joins: till_ (till@moz-g79j8h.bredband.tre.se)
- # [22:14] * Quits: till (till@moz-7iolal.mobile.tre.se) (Ping timeout: 121 seconds)
- # [22:17] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
- # [22:17] * Quits: Aryx (Archaeopter@moz-unkkfh.cust.telecolumbus.net) (Quit: Goodbye)
- # [22:17] * Joins: tantek (tantek@moz-l8ebtf.sfo1.mozilla.com)
- # [22:19] * Joins: secretrobotron (secretrobot@moz-qv8e1q.home.cgocable.net)
- # [22:19] * Quits: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca) (Quit: Leaving)
- # [22:21] * Joins: Aryx (Archaeopter@moz-unkkfh.cust.telecolumbus.net)
- # [22:21] * till_ is now known as till
- # [22:23] * Quits: mastizada (Thunderbird@moz-0eoun9.istanbulhs.org) (Ping timeout: 121 seconds)
- # [22:25] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
- # [22:25] * Quits: tantek (tantek@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [22:26] * jlund|dnd is now known as jlund
- # [22:26] * Joins: tantek (tantek@moz-l8ebtf.sfo1.mozilla.com)
- # [22:26] * Quits: roc (chatzilla@moz-h28.dji.98.121.IP) (Ping timeout: 121 seconds)
- # [22:26] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [22:27] * terrence is now known as terrence-afk
- # [22:27] * Quits: zer0 (zer0@moz-pnteh9.cust.vodafonedsl.it) (Quit: This computer has gone to sleep)
- # [22:28] <jmaher> kats: are you trying to run tp5o locally?
- # [22:28] <kats> jmaher: yeah
- # [22:28] <kats> well i tried. then i stopped trying :)
- # [22:28] <kats> jmaher: do you have some magic sauce to make it run locally?
- # [22:28] <jmaher> kats: ok- I have some instructions as well as bugs I filed this week to make it easier
- # [22:29] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
- # [22:29] <kats> sweet
- # [22:30] * mattwoodrow is now known as mattwoodrow|away
- # [22:30] <jmaher> kats: just sent you an email
- # [22:31] * Quits: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net) (Connection closed)
- # [22:32] <kats> jmaher: thanks, i'll give it a shot
- # [22:32] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/af4509943d07 - Aaron Klotz - Bug 1233237: Backout c6be663fa194 for causing winsock connectivity problems; r=backout a=sledru
- # [22:33] * Quits: ShrutiJ (uid112864@moz-rceadv.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
- # [22:33] * Quits: BenWa (bgirard@66.207.193.21) (Client exited)
- # [22:33] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Ping timeout: 121 seconds)
- # [22:33] * Quits: spohl (Adium@moz-d4e.olo.156.104.IP) (Ping timeout: 121 seconds)
- # [22:34] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6666e36d154d - Aaron Klotz - Bug 1233237: Backout 472480eaef40 for causing winsock connectivity problems; r=backout a=sledru
- # [22:35] * jmaher is now known as jmaher|afk
- # [22:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ffac5f6b750d - James Long - Bug 992275 - avoid racy check in breakpoints-button-01.js debugger test
- # [22:35] * mcote|afk is now known as mcote
- # [22:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a19eb63ac763 - Aaron Klotz - Bug 1233237: Backout a882a8c92a28 for causing winsock connectivity problems; r=backout
- # [22:37] * Joins: Abe-SV-QA (Abi@moz-djm.57l.158.65.IP)
- # [22:37] * Joins: grobinson (grobinson@moz-cab246.fios.verizon.net)
- # [22:37] * Quits: aleth (instantb@moz-kgalul.pools.vodafone-ip.de) (Ping timeout: 121 seconds)
- # [22:39] * Quits: jlongster (user@moz-fjlt9d.fios.verizon.net) (Ping timeout: 121 seconds)
- # [22:42] * Quits: grobinson (grobinson@moz-cab246.fios.verizon.net) (A TLS packet with unexpected length was received.)
- # [22:44] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
- # [22:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/85b1ce393c04 - Eitan Isaacson - Bug 1211974 - Implement nsIObserver in SpeechDispatcherService. r=smaug
- # [22:45] * Joins: aleth (instantb@moz-kgalul.pools.vodafone-ip.de)
- # [22:46] * Joins: Irina (textual@moz-folkbd.ca.comcast.net)
- # [22:47] * Quits: Irina (textual@moz-folkbd.ca.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [22:52] * Joins: grobinson (grobinson@moz-qij.cqt.56.172.IP)
- # [22:53] * Joins: gsvelto (gsvelto@moz-t6o3o2.clienti.tiscali.it)
- # [22:53] * chutten is now known as chutten|pto
- # [22:54] * Joins: mixedpuppy (mixedpuppy@moz-67b.ehc.196.69.IP)
- # [22:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3a4b329934ab - nhirata - Bug 1224747 Fix the build id issue so that same tasks have the same build id r=garndt
- # [22:59] * Joins: rkent (Thunderbird@moz-3e0q5l.wa.comcast.net)
- # [23:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/42939c23673e - Chris Manchester - Bug 1229598 - Add a mode to browser-chrome tests to summarize per-test code coverage. r=ahal
- # [23:06] * Quits: rkent (Thunderbird@moz-3e0q5l.wa.comcast.net) (Client exited)
- # [23:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b92cd30cf34f - Wes Kocher - Backed out 2 changesets (bug 1227539) for win pgo bc6 failures in browser_mozLoop_chat.js
- # [23:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/51354eb12581 - Jean-Yves Avenard - Bug 1234778: Mark all audio frames as keyframes. r=kentuckyfriedtakahe
- # [23:07] <kentuckyfriedtakahe> mreavy: ^^^
- # [23:09] <mreavy> kentuckyfriedtakahe: cool, thanks. Did you use autoland?
- # [23:09] <kentuckyfriedtakahe> mreavy: no.
- # [23:09] * Quits: smontagu (chatzilla@moz-kq3n9u.red.bezeqint.net) (Ping timeout: 121 seconds)
- # [23:10] * Quits: aleth (instantb@moz-kgalul.pools.vodafone-ip.de) (Ping timeout: 121 seconds)
- # [23:11] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
- # [23:11] * Joins: aleth (instantb@moz-kgalul.pools.vodafone-ip.de)
- # [23:13] * Quits: secretrobotron (secretrobot@moz-qv8e1q.home.cgocable.net) (A TLS packet with unexpected length was received.)
- # [23:15] * Quits: tromey (tromey@moz-bu7st6.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.1.50.1))
- # [23:16] * Joins: jimb (user@moz-69dh3p.or.comcast.net)
- # [23:17] * Quits: tantek (tantek@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
- # [23:17] * Joins: florent (Thunderbird@moz-gbbd5g.abo.wanadoo.fr)
- # [23:18] * Joins: spohl (Adium@moz-lt7.olo.156.104.IP)
- # [23:18] * Quits: mjf (mjf@moz-shh697.sub-70-197-235.myvzw.com) (Client exited)
- # [23:18] * Quits: spohl (Adium@moz-lt7.olo.156.104.IP) (Connection closed)
- # [23:20] * Joins: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net)
- # [23:20] * Waldo|food is now known as Waldo
- # [23:20] * Quits: till (till@moz-g79j8h.bredband.tre.se) (Ping timeout: 121 seconds)
- # [23:22] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
- # [23:23] * Quits: Aryx (Archaeopter@moz-unkkfh.cust.telecolumbus.net) (Quit: Goodbye)
- # [23:23] * mconley is now known as mconley|pto
- # [23:24] * Quits: grobinson (grobinson@moz-qij.cqt.56.172.IP) (A TLS packet with unexpected length was received.)
- # [23:27] * Quits: gerv (Instantbird@moz-ca0tu8.range217-43.btcentralplus.com) (Ping timeout: 121 seconds)
- # [23:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7b49ae23866a - Shane Caraveo - Bug 1233837 support migration wizard override from distribution.ini, r=bsmedberg, a=ritu
- # [23:29] * Quits: mccr8 (mccr8@moz-i2ui8d.east.verizon.net) (Quit: quit)
- # [23:30] * Joins: Irina (textual@moz-u3dg2t.sfo1.mozilla.com)
- # [23:32] * Quits: aleth (instantb@moz-kgalul.pools.vodafone-ip.de) (Quit: :tiuQ)
- # [23:34] * bkelly is now known as bkelly_pto
- # [23:34] * Joins: roc (chatzilla@moz-8b3t8p.nn3i.kiip.e780.2400.IP)
- # [23:34] * killer sets mode: +o roc
- # [23:35] * Quits: eyome (eyome@moz-gis9pt.abo.wanadoo.fr) (Client exited)
- # [23:35] * Joins: eyome (eyome@moz-gis9pt.abo.wanadoo.fr)
- # [23:37] * Joins: grobinson (grobinson@moz-qij.cqt.56.172.IP)
- # [23:39] * Joins: teoli (teoli@moz-lua.h01.13.81.IP)
- # [23:40] * Joins: roguishmountain (Thunderbird@moz-u3n1ob.fios.verizon.net)
- # [23:40] * mcote is now known as mcote|afk
- # [23:43] * Quits: squeakytoy (squeakytoy@moz-2n0365.se.alltele.net) (Connection closed)
- # [23:46] * Quits: grobinson (grobinson@moz-qij.cqt.56.172.IP) (A TLS packet with unexpected length was received.)
- # [23:47] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/f3a1659cd0ea - Shane Caraveo - Bug 1233837 support migration wizard override from distribution.ini, r=bsmedberg, a=ritu
- # [23:51] * heycam|away is now known as heycam
- # [23:53] * Joins: rniwa (rniwa@moz-00l.6ue.202.17.IP)
- # [23:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d5193b7ae7c5 - vivek - Bug 1224708 : Update SyncPreference asynchronously using Loaders r=nalexander
- # [23:53] * Joins: m_gol (m_gol@moz-ifkkag.adsl.tpnet.pl)
- # [23:58] * Quits: m_gol (m_gol@moz-ifkkag.adsl.tpnet.pl) (Ping timeout: 121 seconds)
- # Session Close: Thu Dec 24 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn