/irc-logs / mozilla / #developers / 2012-10-02 / end
Options:
- # Session Start: Tue Oct 02 00:00:00 2012
- # Session Ident: #developers
- # [00:00] <jduell> Windows in particular is barfing when I try MOZ_ASSERT(foo != NECKO_UNKNOWN_APP_ID)
- # [00:00] <ehsan_> jduell: no I don't believe that I have
- # [00:00] * Joins: crypt (chatzilla@moz-CD278FC3.cisco.com)
- # [00:00] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:00] <ehsan_> jduell: r=me on a patch which replaces that with UINT32_MAX
- # [00:00] <ehsan_> which is a macro
- # [00:01] <jduell> ehsan_: ok, I may do that then for now at least.
- # [00:01] <ehsan_> (not PR_UINT32_MAX, of course!)
- # [00:01] <jduell> thanks
- # [00:01] * Joins: espindola (espindola@moz-2B787F88.dsl.teksavvy.com)
- # [00:01] <ehsan_> jduell: ^
- # [00:01] <WeirdAl> gps: pymake still works
- # [00:01] <jduell> ehsan_: what, no more PR types?
- # [00:01] <jduell> nobody told me
- # [00:01] * jduell runs
- # [00:02] <ehsan_> jduell: good thing I didn't take that seriously ;)
- # [00:03] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
- # [00:03] * mcomella_ is now known as mcomella
- # [00:03] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
- # [00:05] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
- # [00:05] <gps> WeirdAl: what command do you run with pymake?
- # [00:05] * Joins: dzbarsky (Adium@moz-1FE63B78.wlan.seas.upenn.edu)
- # [00:06] <froydnj> ehsan_: totally missed bug 795507!
- # [00:06] <WeirdAl> vincenta@AJVINCENT-PC /c/ff-trunk/fx-opt
- # [00:06] <WeirdAl> $ python -O /c/ff-trunk/mozilla/build/pymake/make.py -f /c/ff-trunk/mozilla/client.mk
- # [00:06] <WeirdAl> usually I run client.mk configure, but you instructed me for this test not to
- # [00:06] <gps> WeirdAl: what is pwd?
- # [00:06] <WeirdAl> /c/ff-trunk/fx-opt
- # [00:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1f581386f53d - Vladimir Vukicevic - b=768838; fix intermittent test_bug549262 failure; r=ehsan
- # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/02e75979ee3b - Vladimir Vukicevic - b=792845; kill WARNING: GetScaneCodeWithExtendedFlat() returns without extended flag; r=masayuki
- # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3bc2919782a7 - Vladimir Vukicevic - b=796156; fix test_bug574663 to drive scrolling directly; r=ehsan
- # [00:07] <gps> WeirdAl: ok. this is probably bug 796141
- # [00:07] <WeirdAl> that's per pymake instructions
- # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a62f61bf19a0 - Vladimir Vukicevic - b=793233; mark reftest bidi/779003-1.html and 712600 as random; r=smontagu
- # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0b1528740981 - Vladimir Vukicevic - b=683143,792462; Some tests call SimpleTest.finish() twice/guard against that; r=ehsan
- # [00:07] <WeirdAl> but
- # [00:07] <gps> your mozconfig is probably relying on PWD being something specific
- # [00:08] <gps> currently mach/mozbuild invokes mozconfig processes with CWD=topsrcdir
- # [00:08] <WeirdAl> I don't think so... mozconfig coming by pastebin
- # [00:08] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Ping timeout)
- # [00:08] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
- # [00:08] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
- # [00:08] <WeirdAl> and I was trying to run mach from the srcdir, not the objdir - http://pastebin.mozilla.org/1853861
- # [00:09] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
- # [00:09] * Parts: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
- # [00:09] * Joins: jgilbert_ (jgilbert@moz-BBE3ABD.mv.mozilla.com)
- # [00:09] <gps> WeirdAl: that doesn't seem too bad
- # [00:09] <WeirdAl> pymake we're supposed to use the objdir. mach clearly states to run it in the srcdir
- # [00:10] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
- # [00:10] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [00:10] <gps> WeirdAl: there is no pymake requirement AFAIK
- # [00:10] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
- # [00:10] <gps> you can run pymake from topsrcdir. I run pymake from topsrcdir
- # [00:10] <WeirdAl> gps: mozilla stopped supporting gnu make on Windows months ago
- # [00:10] <gps> I know GNU make is not supported
- # [00:10] <WeirdAl> oh, you meant where we run pymake
- # [00:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9f856ef0f078 - Bas Schouten - Bug 778367 - Part 1: Minimize intermediate surface size. r=jrmuizel
- # [00:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/024f0c7ca3fc - Bas Schouten - Bug 778367 - Part 2: Mark a test fuzzy where DWrite seems to render differently to a smaller surface. r=jrmuizel
- # [00:11] * AaronMT is now known as AaronMT|afk
- # [00:11] <WeirdAl> wait - 796141 is referring to MozillaBuild?
- # [00:12] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
- # [00:12] <Callek> WeirdAl, gps: huh we stopped supporting gnu make on windows?
- # [00:12] <gps> WeirdAl: bug 796141 only iumpacts mach currently
- # [00:12] <Callek> I *know* gnu make is still needed for NSS
- # [00:12] <Callek> and i was pretty sure we still supported it on windows, just no longer as a tier_1
- # [00:12] <WeirdAl> Callek - that seems to be an exception to the rule ;)
- # [00:13] <gps> Callek: I'm not sure of the details. we are moving to pymake on Windows and GNU make will no longer be tier 1
- # [00:13] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [00:13] <gps> NSS is being moved to pymake. I saw movement on that bug in the last week
- # [00:13] <@dolske> ohhh!
- # [00:14] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
- # [00:15] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/23a26ecfa0ca - John Schoenick - Bug 794034 - Fennec: Don't act on tel: uris with * or # present. r=bz a=akeybl
- # [00:15] <gps> bug 486141 for those playing at home
- # [00:15] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
- # [00:15] * Quits: anant__ (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: ["Textual IRC Client: www.textualapp.com"])
- # [00:15] <WeirdAl> gps - so my mozconfig doesn't have any references to cwd that I know of... I was just following the pymake instructions as I knew them telling me to run pymake from an objdir
- # [00:15] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
- # [00:15] <WeirdAl> mach != pymake :)
- # [00:15] <WeirdAl> so I tried running mach from srcdir
- # [00:16] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
- # [00:17] * Joins: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [00:17] <gps> WeirdAl: ./build/autoconf/mozconfig2client-mk /c/ff-trunk/mozilla
- # [00:17] <gps> from the srcdir
- # [00:17] <gps> does that work?
- # [00:18] <gps> |echo $?|
- # [00:18] <WeirdAl> echo $? returns 0
- # [00:18] * Quits: marco (Thunderbir@C7FED99F.A2DD14FC.10DC0B64.IP) (Quit: marco)
- # [00:18] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
- # [00:18] * gregglind is now known as gregglind_away
- # [00:19] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
- # [00:19] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
- # [00:20] <WeirdAl> do you want me to try ./mach build again?
- # [00:20] <gps> WeirdAl: I'm trying to figure out why mach's invocation of your mozconfig is failing but client.mk's isn't
- # [00:20] <WeirdAl> (I only build as a hobby... I figured I'd try mach out and see what happens
- # [00:20] * Quits: gustavold1 (gustavold@4649D86A.8BE30183.FBFF2E6D.IP) (Ping timeout)
- # [00:21] * mjschranz is now known as mjschranz_away
- # [00:21] <ehsan_> froydnj: np!
- # [00:22] <jhammel> WeirdAl: interesting hobby...i just collect geodes
- # [00:22] <WeirdAl> :p
- # [00:22] * Quits: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [00:22] <WeirdAl> well, call it force of habit... over ten years working with Mozilla code, getting paid to keep our stuff working and improving on Mozilla...
- # [00:23] <WeirdAl> and mach sounded cool... but apparently all I get so far are sonic booms ;)
- # [00:23] * Joins: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP)
- # [00:23] * Joins: smontagu (chatzilla@6186F99A.D8F19D83.CC465D70.IP)
- # [00:23] * Quits: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net) (Quit: beaufour)
- # [00:23] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [00:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5065be124c8d - Robert Strong - Bug 796054 - Display of free space on disk is calculated incorrectly for the stub installer. r=bbondy
- # [00:24] <sicking> bsmith: ping
- # [00:24] <gps> WeirdAl: I want to get to the root cause
- # [00:24] <WeirdAl> that's why I'm here, gps, to offer info that might help
- # [00:24] <gps> if you can run |./build/autoconf/mozconfig2client-mk /c/ff-trunk/mozilla| without errors than mach should work
- # [00:24] <gps> actuall, try running mozconfig2client-mk from a different directory
- # [00:24] * Joins: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net)
- # [00:25] <gps> well, mach would definitely fail with that because of the aforementioned bug
- # [00:25] <bsmith> sicking: pong
- # [00:26] * Unfocused is now known as Unfoucused
- # [00:27] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Quit: Leaving.)
- # [00:27] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [00:28] * kmoir is now known as kmoir-afk
- # [00:29] * Joins: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
- # [00:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/db9dc0e94815 - Mario Alvarado [:marioalv] - Bug 783288 - Add 'conformant' to the spellchecker en-US dictionary; r=ehsan
- # [00:30] <WeirdAl> gps - the question I have is, can you reproduce this without me around?
- # [00:31] <gps> WeirdAl: sadly, no :(
- # [00:31] <gps> I'm able to run mach on Windows just fine
- # [00:31] <gps> except on mintty
- # [00:31] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
- # [00:31] <gps> but if you were using mintty you'd be getting a different error :)
- # [00:32] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/7520d2746f3f - David Keeler - Bug 793273 - Disable click-to-play blocklisting in FF16. r=Unfocused,a=akeybl
- # [00:32] * mcote is now known as mcote|afk
- # [00:34] * catlee is now known as catlee-away
- # [00:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/67f974b861f5 - Anant Narayanan - Bug 794668 - Add fake media stream functionality to getUserMedia; r=jesup
- # [00:38] * wlach is now known as wlach|afk
- # [00:40] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Quit: Leaving)
- # [00:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ab46c9bd4e0b - Anant Narayanan - Bug 794668 - Fix error in patch to add fake media stream; r=me
- # [00:41] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
- # [00:42] * coop|mtg is now known as coop
- # [00:42] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
- # [00:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d86a9822bd60 - Fabrice Desré - Bug 782524 - window.navigator instanceof window.Window throws unexpected error [r=bz]
- # [00:43] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [00:43] * Joins: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com)
- # [00:43] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
- # [00:44] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
- # [00:45] * Joins: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [00:45] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/973cdd9fd5a3 - bobbyholley+bmo@gmail.com - Bug 793370 - crash in nsWebShellWindow::Initialize, r=smaug+bz, a=akeybl
- # [00:45] * Joins: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net)
- # [00:46] * kaze is now known as kaze|zZz
- # [00:47] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/773303abaae9 - David Anderson - Disable TypeInference on ARMv6 builds (bug 793740, r=mjrosenb, a=akeybl).
- # [00:48] * Quits: smontagu (chatzilla@6186F99A.D8F19D83.CC465D70.IP) (Ping timeout)
- # [00:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7cdce684b523 - Terrence Cole - Bug 793823 - Store an InternalHandle in BindingIter; r=billm
- # [00:50] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
- # [00:52] <Yoric> dougt: Are there any plans to make TextEncoder available to chrome code?
- # [00:52] <jcranmer> Yoric: apparently
- # [00:52] * Quits: bholley (anonymous@moz-A0E5591A.net-89-2-152.rev.numericable.fr) (Quit: bholley)
- # [00:52] <Yoric> jcranmer: You got my attention.
- # [00:52] <jcranmer> Yoric: https://bugzilla.mozilla.org/show_bug.cgi?id=795544
- # [00:53] <Yoric> Thanks
- # [00:54] * Joins: automata (automata@54E33E42.8C845056.16867D26.IP)
- # [00:54] <jcranmer> [some Gaia people want it _a lot_
- # [00:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c2c611cc8df4 - Terrence Cole - Bug 793823 - Don't create a second InternalBindingsHandle; r=billm
- # [00:54] <philor> huh, I started filtering mail from tbplbot to a folder and marking it read, and now it's like intermittent test failures have zero cost!
- # [00:54] * philor files "Switch to sending tbplbot mail from brendan@ to defeat filtering"
- # [00:55] * Joins: bholley (anonymous@moz-A0E5591A.net-89-2-152.rev.numericable.fr)
- # [00:55] <jhammel> philor: now you know how developers feel ;)
- # [00:56] * Quits: bholley (anonymous@moz-A0E5591A.net-89-2-152.rev.numericable.fr) (Quit: bholley)
- # [00:57] <philor> yeah: incorrectly.
- # [00:59] * Quits: AaronMT|afk (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
- # [00:59] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
- # [01:00] <whimboo> smaug, mccr8: memory is increasing also in a fresh profile
- # [01:00] <jhammel> philor++
- # [01:00] <whimboo> but not that fast enough
- # [01:00] * Quits: hipokrit (hipokrit@81016825.8DB70AE8.839F6EC0.IP) (Quit: Leaving)
- # [01:01] <@smaug> whimboo: create the logs now
- # [01:01] <@smaug> no need to wait for too long
- # [01:01] <whimboo> k
- # [01:02] <Waldo> hmm, mach requires a newer python than I have on my Windows box :-\
- # [01:02] * Waldo ponders upgrading mozbuild
- # [01:02] <@smaug> whimboo: but looks like it would be better to get logs with a build which has a patch from mccr8
- # [01:02] <Waldo> what could possibly go wrong
- # [01:02] <@smaug> so that we could know whether it is about weakmaps
- # [01:03] <@smaug> whimboo: but, we could look at the new logs even before that
- # [01:03] <whimboo> smaug: ok, is his patch in current nightly builds?
- # [01:03] <@smaug> since if the behavior is different, perhaps cc log has different kind of stuff in it
- # [01:03] * Quits: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net) (Quit: Leaving)
- # [01:03] <@smaug> no, he just mentioned about some patch
- # [01:03] <@smaug> mccr8: ^
- # [01:04] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
- # [01:04] <@smaug> whimboo: oh, hey, try without memchaser
- # [01:04] <@smaug> it is using addon sdk, right?
- # [01:04] * Quits: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP) (Ping timeout)
- # [01:05] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
- # [01:05] <@smaug> whimboo: it would be better to get logs without anything extra
- # [01:05] <whimboo> smaug: yes it is
- # [01:05] * Joins: njn (chatzilla@moz-A1F406B6.dyn.iinet.net.au)
- # [01:05] <mccr8> whimboo smaug: I don't have any pushes handy with the logging.
- # [01:05] <@smaug> (and sdk tends to be quite heavy, and there was some sdk stuff in the log)
- # [01:05] <whimboo> smaug: but would you mind to check the logs in anyway? already uploading those
- # [01:05] <@smaug> whimboo: I can look at those
- # [01:06] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
- # [01:06] <@smaug> mccr8: could you perhaps push the patch to try?
- # [01:06] <rstrong> When you have some time this week (right? ;) ) I'd like to have a brief conversation about Stephen Pohl
- # [01:06] <rstrong> meh... wrong channel
- # [01:06] <whimboo> smaug: in 15 minutes it increased from 170MB to 390MB now
- # [01:06] <whimboo> smaug: will now try without memchaser
- # [01:06] <mccr8> sure. whimboo, you are on windows, right? I'll do that today or tomorrow...
- # [01:06] <whimboo> mccr8: no, osx
- # [01:07] <mccr8> oh okay.
- # [01:07] <@smaug> well, it is expected to use more memory, because the web app obviously leaks (well, leaks also in other browsers)
- # [01:07] * Quits: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP) (Ping timeout)
- # [01:07] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
- # [01:07] <@smaug> ah, mccr8 commented also about memchaser
- # [01:07] <whimboo> smaug: sure. but i mentioned it becuase you all were not able to reproduce
- # [01:08] * Quits: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net) (Ping timeout)
- # [01:10] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [01:10] * Quits: ehsan_ (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
- # [01:10] <mccr8> no that was bill. ;)
- # [01:11] * Joins: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP)
- # [01:11] * Quits: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
- # [01:11] <@smaug> yeah, I didn't even try to reproduce :)
- # [01:11] * Joins: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP)
- # [01:12] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
- # [01:12] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
- # [01:12] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [01:13] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
- # [01:14] * Joins: driia (dria@moz-F5EB0C5D.dsl.teksavvy.com)
- # [01:14] * coop is now known as coop|afk
- # [01:14] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Connection reset by peer)
- # [01:14] * hwine is now known as hwine|mtg
- # [01:15] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [01:16] * Unfoucused is now known as Unfocused
- # [01:16] <whimboo> smaug: without memchaser it looks way better
- # [01:16] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
- # [01:16] <whimboo> still at ~114MB for the last 5 minutes
- # [01:16] <@smaug> whimboo: I wonder if it is memchaser's logging
- # [01:16] * Joins: driaa (dria@moz-F5EB0C5D.dsl.teksavvy.com)
- # [01:16] <@smaug> which is a feature I never use
- # [01:16] <@smaug> but I have memchaser running all the time
- # [01:16] <whimboo> smaug: logging is disabled by default
- # [01:17] * Quits: driia (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Connection reset by peer)
- # [01:17] <@smaug> whimboo: but you were logging
- # [01:17] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
- # [01:17] <whimboo> an di haven't had it enabled
- # [01:17] <@smaug> ah
- # [01:17] <@smaug> then quite odd
- # [01:17] <whimboo> not for the last test with the fresh profile
- # [01:17] <@smaug> whimboo: hmm, does the test open lots of new windows?
- # [01:17] <whimboo> no. it's just a normal web page
- # [01:18] <whimboo> i still leave untouched for a while
- # [01:18] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [01:18] <@smaug> just create the logs now
- # [01:18] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Ping timeout)
- # [01:18] <@smaug> it is easier to analyze not-so-huge logs
- # [01:18] <Jesse> dzbarsky: you might not have to back out, https://bugzilla.mozilla.org/show_bug.cgi?id=796188
- # [01:18] <dzbarsky> Jesse: I saw, thanks :)
- # [01:19] <whimboo> smaug: just a sec
- # [01:19] * Quits: dvander (dvander@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
- # [01:19] * Joins: akeybl_ (akeybl@moz-BBE3ABD.mv.mozilla.com)
- # [01:19] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
- # [01:20] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
- # [01:21] * Joins: olromash (chatzilla@moz-BE989750.microsoft.com)
- # [01:21] * olromash is now known as romaxa_mswork
- # [01:22] * Joins: Hughman (Mibbit@612FCB38.45583DB0.A3B82EC7.IP)
- # [01:22] <@smaug> romaxa_mswork: ms ?
- # [01:22] <romaxa_mswork> smaug: m$
- # [01:22] <whimboo> smaug: https://bugzilla.mozilla.org/show_bug.cgi?id=751557#c25
- # [01:22] * Joins: ehugg (chatzilla@moz-44D86B1E.cisco.com)
- # [01:22] <@smaug> romaxa_mswork: really, m$ ?
- # [01:22] * Quits: atuljangra (Mibbit@8685DBAC.F62962F1.93E5B96C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [01:23] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
- # [01:23] * @smaug is surprised
- # [01:23] <romaxa_mswork> smaug: yep... today is first start day
- # [01:23] * Joins: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP)
- # [01:23] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
- # [01:23] * ChanServ sets mode: +o ehsan
- # [01:23] <@smaug> romaxa_mswork: did you join the IE team ?
- # [01:23] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
- # [01:23] <romaxa_mswork> smaug: of course no :), online services...
- # [01:24] <romaxa_mswork> smaug: if I would join to IE team I would not be able hack mozilla anymore...
- # [01:25] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [01:25] <@smaug> :)
- # [01:25] * Quits: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP) (Ping timeout)
- # [01:25] <@smaug> romaxa_mswork: you know, you could join Mozilla ;)
- # [01:25] * Quits: Matti (chatzilla@moz-C6414172.dip.t-dialin.net) (Client exited)
- # [01:27] <@smaug> whimboo: ok, much saner looking log
- # [01:27] * khuey is now known as khuey|away
- # [01:27] * Quits: dzbarsky (Adium@moz-1FE63B78.wlan.seas.upenn.edu) (Quit: Leaving.)
- # [01:27] <Jesse> dzbarsky: you lucked out. i added key events to the dom fuzzer for a totally unrelated reason :)
- # [01:28] <whimboo> smaug: something obvious in there?
- # [01:28] <whimboo> smaug: would be good to know which are the differences between plain and memchaser
- # [01:28] <@smaug> whimboo: some <li> elements keep stuff alive
- # [01:28] <jhammel> itym a<li>ve ;)
- # [01:29] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
- # [01:30] * khuey|away is now known as khuey
- # [01:30] * Quits: Pike (Pike@moz-B38FC5A7.pool.mediaways.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
- # [01:30] * Joins: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP)
- # [01:31] * nrc is now known as nrc|away
- # [01:31] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
- # [01:32] <@smaug> whimboo: so, there is one large cycle which is kept alive by 10 <li> element and <span class='sortarrow'>
- # [01:33] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [01:33] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
- # [01:34] <@smaug> whimboo: basically, there is the normal overhead (2000-3000 objects in the graph), and then there is this 18000 objects thing
- # [01:35] * Quits: variable (toor@529A2C63.98B6D721.292D5CE7.IP) (Quit: I found 1 in /dev/zero)
- # [01:36] <whimboo> smaug: this looks like /scripts/sortable.js
- # [01:36] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [01:36] <whimboo> http://www.kryogenix.org/code/browser/sorttable/
- # [01:37] <whimboo> i would have to find the current repo
- # [01:37] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
- # [01:38] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
- # [01:38] * Joins: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com)
- # [01:39] <fryn> i want to edit this page in the documentation: https://developer.mozilla.org/en-US/docs/Template:AnimationEventProperties
- # [01:39] <fryn> how do i do that?
- # [01:40] <whimboo> smaug: that is the code http://pastebin.mozilla.org/1853959
- # [01:40] * Quits: rstrong (rstrong@2398BAC3.FFA964CB.A282603C.IP) (Ping timeout)
- # [01:40] <@smaug> whimboo: there is some yui-ac-bd stuff here
- # [01:41] <@smaug> whimboo: the document is http://10.250.73.243:8080/?auto_refresh=true
- # [01:41] <whimboo> yui-ac-bd?
- # [01:41] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
- # [01:42] <@smaug> there is <div class='yui-ac-bd'> ancestor for those <li> elements
- # [01:43] <whimboo> hm, can't find it with the inspector and debugger
- # [01:43] <@smaug> I expect those elements to not be in document
- # [01:45] <@smaug> whimboo: I think someone with a debug build and access to the test needs to debug this
- # [01:45] <@smaug> if this is runtime leak only, finding what is keeping the stuff alive should be easy
- # [01:46] <whimboo> smaug: with the debugger I found the sidebar with the queued elements and the image now
- # [01:46] * Quits: Optimizer (Optimizer@9E324822.587B5805.D2D1FAF0.IP) (Ping timeout)
- # [01:47] * Joins: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com)
- # [01:47] * Joins: Asa (asa@moz-7B0110AD.mv.mozilla.com)
- # [01:48] <@smaug> whimboo: there is one unknown edge to those <li> elements, so one needs to debug what releases those elements when closing the page
- # [01:49] <@smaug> hint hint mccr8 ;)
- # [01:49] <whimboo> smaug: interesting is that even i close the tab, leave it closed for a long time, and load the page again in a new tab, firefox immediately freezes
- # [01:50] * Joins: Optimizer (Optimizer@32246829.4ECB12B2.274D17D6.IP)
- # [01:50] <whimboo> tha'ts with my default profile
- # [01:50] <@smaug> right
- # [01:51] <@smaug> I wonder how I could access the test case
- # [01:51] <whimboo> and that with 74ms iGc
- # [01:51] <whimboo> smaug: i wonder why you can't connect via vpn
- # [01:52] <@smaug> because I haven't installed any vpn stuff to this laptop :)
- # [01:52] <@smaug> and I hate when we hide stuff
- # [01:52] <@smaug> but I guess I could install vpn
- # [01:53] <whimboo> we are processing this queue of builds constantly. so in some hours it will be harder to reproduce
- # [01:53] <whimboo> smaug: otherwise I would suggest you setup mozmill-ci locally
- # [01:53] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [01:53] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
- # [01:53] <whimboo> that's doable in a couple of minutes
- # [01:53] * Quits: WorkerThread (test@451D738C.F8974801.9643084F.IP) (Input/output error)
- # [01:54] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
- # [01:54] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [01:55] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [01:55] <@smaug> whimboo: ok, I'll try that tomorrow
- # [01:56] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
- # [01:56] <whimboo> smaug: i cna help for sure
- # [01:56] * jgilbert_ is now known as jgilbert
- # [01:56] * Joins: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP)
- # [01:56] <whimboo> smaug: https://github.com/whimboo/mozmill-ci/blob/master/README.md
- # [01:56] <whimboo> not that hard to do
- # [01:56] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
- # [01:57] <whimboo> smaug: thanks so far. have to head to bed now
- # [01:59] * Quits: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: nhirata)
- # [01:59] * Joins: rstrong (rstrong@2398BAC3.FFA964CB.A282603C.IP)
- # [01:59] <mccr8> smaug: unfortunately I have another higher priority leak I am looking into right now. :)
- # [01:59] <@smaug> yup
- # [01:59] <@smaug> mccr8: I'll look at this one tomorrow
- # [02:00] <mccr8> great!
- # [02:00] <@smaug> mccr8: just curious, which leak are you looking at ?
- # [02:00] <mccr8> smaug: an XP only leak with the patches in bug 792215
- # [02:00] <@smaug> oh, that one
- # [02:01] <@smaug> good luck, you'll need it
- # [02:01] <mccr8> thanks...
- # [02:02] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
- # [02:02] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
- # [02:05] * Quits: @bz_away (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net) (Ping timeout)
- # [02:05] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [02:06] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/8a8a932fbef4 - Fabrice Desré - Bug 782524 - window.navigator instanceof window.Window throws unexpected error [r=bz,a=akeybl]
- # [02:07] <sicking> fabrice: ping
- # [02:07] <fabrice> sicking: pong
- # [02:07] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
- # [02:08] <sicking> fabrice: What happens to day if the user goes to store A and install hosted app X, and then goes to store B which also attempts to install app X? I.e. both try to install an app with the same manifest URL?
- # [02:08] <sicking> edgecases, edgecases everywhere!
- # [02:08] <fabrice> the second install is considered as a reinstall, based on the origin of the app
- # [02:09] <sicking> fabrice: so we'll change the "installOrigin" to be store B?
- # [02:09] * heycam|away is now known as heycam
- # [02:09] <fabrice> yep
- # [02:09] * Quits: whimboo (whimboo@moz-CAA15461.superkabel.de) (Input/output error)
- # [02:09] <sicking> fabrice: which means that if store A calls getInstalled() it won't see the app?
- # [02:09] <fabrice> indeed
- # [02:09] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [02:09] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
- # [02:09] <sicking> interesting.. probably a good choice
- # [02:09] <fabrice> also, the user will lose the receipt from store A if he had paid
- # [02:10] <sicking> true
- # [02:10] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [02:10] <fabrice> (unless he can get it back from the store itself)
- # [02:10] <sicking> fabrice: if the app has an appcache, do we re-download that appcache on reinstall?
- # [02:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f625a0dc1052 - Sean Stangl - Bug 794679 - Cache for GetPcScript(). r=pierron
- # [02:10] * Joins: mccr8 (mccr8@moz-EB2F197F.dsl.dynamic.sonic.net)
- # [02:10] <fabrice> sicking: yes.. this may not be very smart
- # [02:11] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
- # [02:11] <sicking> fabrice: i don't think it's a huge deal. But yeah, we should probably file a bug at least
- # [02:11] <sicking> fabrice: do we retain the same appid?
- # [02:11] <fabrice> yes
- # [02:11] <fabrice> since it is bound to the manifest url
- # [02:12] <sicking> so we basically just tell the appcache code to update the appcache?
- # [02:12] <fabrice> yes
- # [02:12] <sicking> then most likely we won't even redownload actually, just check for updates
- # [02:12] <sicking> which isn't a bad idea
- # [02:13] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
- # [02:14] * Quits: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
- # [02:16] * Quits: tantek (tantek@moz-BBE3ABD.mv.mozilla.com) (Quit: tantek)
- # [02:16] * Quits: Asa (asa@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
- # [02:17] <markh> does the roughly 1-million occurrences of "### ERROR: SymGetModuleInfo64: The specified module could not be found." in windows debug builds offer value to anyone, or does it just drive people like me nuts? :)
- # [02:17] <markh> (ok, not a million...)
- # [02:18] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [02:19] <philor> Bas: you might have Windows reftest bustage
- # [02:19] * Joins: dzbarsky (Adium@ABCF9128.CD265A12.DD85B588.IP)
- # [02:20] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
- # [02:20] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
- # [02:20] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
- # [02:21] <philor> markh: buildbot may have been expressing a certain dissatisfaction with it in https://tbpl.mozilla.org/php/getParsedLog.php?id=15707176&tree=Mozilla-Inbound, depending on just how many there really are
- # [02:22] <markh> philor: they just continue to stream for me when FF is idle - so keeping it open long enough will hit a million eventually!
- # [02:22] <markh> I'm gunna file a bug!
- # [02:23] * Quits: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net) (Connection reset by peer)
- # [02:26] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
- # [02:26] <markh> oh dear, my brain is out of stack space, I'll come back to that...
- # [02:27] * Quits: hub (hub@A5087023.2354C43D.D8E68FF6.IP) (Ping timeout)
- # [02:27] * Quits: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP) (Ping timeout)
- # [02:27] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
- # [02:30] * Joins: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net)
- # [02:31] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [02:32] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
- # [02:33] * Quits: seth (Adium@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Leaving.)
- # [02:33] * Quits: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
- # [02:33] * Quits: crypt (chatzilla@moz-CD278FC3.cisco.com) (Ping timeout)
- # [02:34] * Joins: ehugg_lime (ehugg_lime@moz-E31CC1CA.mycingular.net)
- # [02:35] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [02:35] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
- # [02:35] <philor> well, a nice backout will cheer me up
- # [02:39] <philor> also? I keep hearing about MozCamps, and assuming it must be like relocation camps, getting some of you bastards out of North American timezones, so what's the problem? fences aren't high enough, too many escapees?
- # [02:41] <dholbert> philor, I presume you saw https://twitter.com/joedrew/status/252780243104964608 ?
- # [02:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/377cda004bd7 - Phil Ringnalda - Back out 024f0c7ca3fc and 9f856ef0f078 (bug 778367) for Windows reftest failures
- # [02:42] <philor> dholbert: I rarely see things that aren't in tbpl or randomorange bugs
- # [02:43] * Joins: smaug_ (chatzilla@moz-104CC309.mv.mozilla.com)
- # [02:43] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
- # [02:44] * smaug_ is now known as smaug
- # [02:44] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
- # [02:44] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [02:44] <dholbert> philor, fair enough
- # [02:45] <philor> heh, that was nice, though
- # [02:45] * AutomatedTester is now known as AutomatedTester|AFK
- # [02:46] * Quits: garnacho (carlos@moz-B27B0825.dyn.user.ono.com) (Ping timeout)
- # [02:46] <bkero> Hi guys. I'm having a problem of where I have a HUGE firefox profile (900mb). I assume most of it is cache, but Firefox's cache settings menu says that I'm only using 40mb of cache.
- # [02:47] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [02:47] * nrc|away is now known as nrc
- # [02:47] * Quits: mccr8 (mccr8@moz-EB2F197F.dsl.dynamic.sonic.net) (Quit: mccr8)
- # [02:47] * Quits: gwagner_ (idefix2@moz-BBE3ABD.mv.mozilla.com) (Quit: gwagner_)
- # [02:48] * Quits: rstrong (rstrong@2398BAC3.FFA964CB.A282603C.IP) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
- # [02:48] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
- # [02:50] * Joins: garnacho (carlos@moz-B27B0825.dyn.user.ono.com)
- # [02:52] <philor> bkero: cache isn't even in the profile, is it? but about:cache will tell you both how much it's using (which for some reason is allowed to be more than it's allowed) and where it is
- # [02:52] * Quits: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP) (Ping timeout)
- # [02:52] * Quits: ircloggr (nodebot@moz-26AFBE24.compute-1.amazonaws.com) (Client exited)
- # [02:53] <bkero> philor: $HOME/.mozilla/$PROFILE/Cache
- # [02:53] * Quits: garnacho (carlos@moz-B27B0825.dyn.user.ono.com) (Ping timeout)
- # [02:53] * Joins: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP)
- # [02:53] * Joins: ircloggr (nodebot@moz-FBE1BA58.compute-1.amazonaws.com)
- # [02:53] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
- # [02:54] <ehoogeveen> Thumbnails, maybe? I know that infinite growth was stopped and the excess was supposed to have been removed, but..
- # [02:54] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
- # [02:54] <bkero> So clearing cache through the interface made my profile shrink down to 176MB from 900
- # [02:55] <dholbert> bkero, kdirstat / windirstat / disk inventory X could tell you what files & subdirectories are occupying all that space
- # [02:55] <bkero> Even though it claimed to only have been using 40MB
- # [02:55] <dholbert> (on linux / windows / OS X )
- # [02:55] * Quits: trevorh (trevor@moz-274D936.lns9.woo.bigpond.net.au) (Ping timeout)
- # [02:56] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
- # [02:56] <bkero> dholbert: last time I tried it claimed Cache was using 800 of that 900MB
- # [02:56] <dholbert> bkero, I assume you're talking about "Cached Web Content" in Preferences | Advanced | Network?
- # [02:56] <bkero> yes
- # [02:57] <bkero> dholbert: du -hsx claimed Cache was using 800MB. "Cached Web Content" claimed 40MB
- # [02:57] <dholbert> bkero, I'm not sure what that measures, but I'm willing to bet it's not the entirety of the /Cache folder
- # [02:57] <bkero> dholbert: but it seems to delete almost the entirety of the /Cache folder
- # [02:57] <dholbert> hmm true. could be a bug then
- # [02:58] <bkero> here's my profile called "16test". 161M Cache
- # [02:58] * lsblakk is now known as lsblakk|afk
- # [02:59] <bkero> "Your web content cache is currently using 25 MB of disk space"
- # [02:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5b0107836b76 - Patrick McManus - bug 795082 http remove dead or redundant code r=honzab
- # [03:00] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
- # [03:00] <dholbert> bkero, looks like https://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/advanced.js#200 is what calculates the size of the cache, FWIW
- # [03:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fa6148b9c877 - David Chan - Bug 796116 - Fix Webapps:InstallPackage to notify observers [r=fabrice]
- # [03:02] * Quits: cheilmann (cheilmann@moz-1B665C60.opaltelecom.net) (Quit: cheilmann)
- # [03:02] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
- # [03:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/da4c00506d1a - Cameron McCormack - Bug 795802 - Define content flags like frame state bits. r=bz
- # [03:04] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [03:06] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
- # [03:07] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Ping timeout)
- # [03:12] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [03:12] * Joins: trevorh (trevor@moz-250FDF8D.lns10.woo.bigpond.net.au)
- # [03:12] * Joins: bz_away (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net)
- # [03:12] * Quits: bz_away (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net) (Quit: bz_away)
- # [03:13] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
- # [03:14] * Quits: sewardj (sewardj@moz-79009120.dip.t-dialin.net) (Ping timeout)
- # [03:16] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [03:17] * Parts: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
- # [03:18] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [03:19] * Quits: zzzzz_work (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 15.0.1/20120905151427])
- # [03:20] * ctalbert is now known as ctalbert|afk
- # [03:20] * Quits: smaug (chatzilla@moz-104CC309.mv.mozilla.com) (Ping timeout)
- # [03:20] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
- # [03:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0b4424c89bbd - Terrence Cole - Backout ed626654fe56 for alleged performance regression.
- # [03:22] * Joins: thbet (kvirc@moz-7610E726.omega118.maxonline.com.sg)
- # [03:24] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [03:24] * nthomas is now known as nthomas|away
- # [03:25] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
- # [03:27] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
- # [03:27] * KaiRo_away is now known as KaiRo
- # [03:28] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [03:29] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
- # [03:29] * Quits: ehoogeveen (VerGreeney@moz-DF6A8437.chello.nl) (Quit: )
- # [03:30] * Joins: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP)
- # [03:33] * Quits: dzbarsky (Adium@ABCF9128.CD265A12.DD85B588.IP) (Quit: Leaving.)
- # [03:34] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
- # [03:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/68bf9d057cf4 - David Keeler - Bug 795397 - Click-to-play blocklisting: respect the "plugins" permission. r=josh, r=jaws
- # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/573907d351e3 - Gregory Szorc - Bug 795491 - Improve mach's help text; r=jhammel
- # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/85df971e0db1 - Gregory Szorc - Bug 795394 - Default to utf-8 encoding when no encoding is specified; r=jhammel
- # [03:35] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
- # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/63b393c1facc - Chris AtLee - Bug 795982: Sign and upload stub installer. r=khuey,rail
- # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/98d8b5c9bafb - Gregory Szorc - Bug 795477 - Install NullHandler on root logger; r=jhammel
- # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/becf552919cb - Ryan VanderMeulen - Merge m-c to inbound.
- # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9e8a91dfbc7e - Victor Porof - Bug 790650 - It may be a good idea to have the debugger start with collapsed panels, r=past
- # [03:36] * hwine|mtg is now known as hwine
- # [03:36] * Quits: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com) (Quit: away)
- # [03:36] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
- # [03:38] * Joins: crypt (chatzilla@moz-6B2BF5BE.hsd1.ca.comcast.net)
- # [03:39] * Quits: crypt (chatzilla@moz-6B2BF5BE.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 16.0/20120911232325])
- # [03:40] * Quits: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com) (Quit: pcwalton)
- # [03:41] * Joins: jdm (jdm@moz-55FF8C13.dedicated.allstream.net)
- # [03:42] * Joins: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
- # [03:42] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
- # [03:43] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
- # [03:43] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Ping timeout)
- # [03:43] * Quits: ehugg_lime (ehugg_lime@moz-E31CC1CA.mycingular.net) (Ping timeout)
- # [03:45] * Quits: fabrice1 (fabrice@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
- # [03:50] * Quits: chewey (chewey@moz-515828F7.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
- # [03:50] * Joins: chewey (chewey@moz-ED6C34CC.dip0.t-ipconnect.de)
- # [03:52] * Joins: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net)
- # [03:52] <philor> nice, this M4 log only contains 11200 instances of "WARNING: No outer window available!"
- # [03:52] <KWierso|Home> you're welcome
- # [03:53] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
- # [03:55] * Quits: andreasn (andreasn@moz-171E5C3D.a336.priv.bahnhof.se) (Ping timeout)
- # [03:55] * Quits: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net) (Quit: Leaving.)
- # [03:55] * fabrice is now known as fabrice|afk
- # [03:55] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
- # [03:56] <philor> alas, that's only 1.4MB of the 50.4, so hello M6
- # [03:56] * Joins: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net)
- # [03:57] * Quits: Optimizer (Optimizer@32246829.4ECB12B2.274D17D6.IP) (Ping timeout)
- # [03:57] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [04:01] * Joins: Optimizer (Optimizer@7CE2DFEC.49932A2E.BE90E62C.IP)
- # [04:01] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [04:05] * Joins: Al (Mibbit@moz-99690620.hinet-ip.hinet.net)
- # [04:05] * Parts: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
- # [04:05] * joduinn is now known as joduinn-afk
- # [04:07] * Quits: akeybl_ (akeybl@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
- # [04:10] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [04:11] * Quits: jdm (jdm@moz-55FF8C13.dedicated.allstream.net) (Quit: Lost terminal)
- # [04:14] * Joins: kk1fff (patrick@moz-99690620.hinet-ip.hinet.net)
- # [04:14] * Joins: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net)
- # [04:14] * Joins: dft (u7064@moz-160C58C6.com)
- # [04:17] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
- # [04:19] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [04:19] * Joins: jdm (jdm@moz-5404D690.dedicated.allstream.net)
- # [04:19] * nthomas|away is now known as nthomas
- # [04:19] * Quits: @dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com) (Quit: dveditz)
- # [04:20] * Quits: Hughman (Mibbit@612FCB38.45583DB0.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [04:20] * Joins: Mossop (mossop@moz-347C3D31.dsl.dynamic.sonic.net)
- # [04:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3d9f6bb75bb0 - Benoit Girard - Bug 796084 - Rename mCheckerboardLayer -> mScreenshotLayer. r=blassey
- # [04:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b0fd0ddbfec - Benoit Girard - Bug 796084 - Rename MOZ_JAVA_COMPOSITOR -> MOZ_ANDROID_OMTC. r=blassey
- # [04:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/63105f3adf34 - Benoit Girard - Bug 721843 - Add just-in-time debugging by using CRAWL_STACK_ON_SIGSEGV on non official builds for mac/linux. r=ted
- # [04:21] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
- # [04:21] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
- # [04:22] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 15.0.1/20120911153917])
- # [04:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/932204a65b9c - Ryan VanderMeulen - Merge m-c to inbound.
- # [04:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aa73f5544e07 - Anthony Jones - Bug 795135 - Fix CairoTempMatrix restore. r=joe
- # [04:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aab010487a73 - Anthony Jones - Bug 793085 - Remove UseAzureContentDrawing() in favour of SupportsAzureContent(). r=ncameron
- # [04:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fb076a446870 - Ryan VanderMeulen - Merge the last PGO-green inbound changeset to m-c.
- # [04:23] * cjones is now known as cjones-food
- # [04:23] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
- # [04:26] <joe> can one push a test-only change to aurora?
- # [04:26] <philor> yes
- # [04:26] <philor> yes!
- # [04:26] <joe> without approval?!
- # [04:26] <joe> omggg
- # [04:26] <philor> a=test-only, edmorley unlocked those floodgates a while back
- # [04:26] * joe dances
- # [04:27] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
- # [04:27] <philor> you can also ask for approval and get it quickly and easily, but the "hah, I'm getting away with something!" method is more fun
- # [04:27] <joe> well
- # [04:27] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [04:28] <joe> when release managers explicitly asked for me to get a patch that depends on a test-only patch in
- # [04:28] <joe> i feel a little less daring
- # [04:28] <joe> I SUPPOSE i'll try building this code
- # [04:28] <joe> given that the merge was rather nontrivial
- # [04:29] <philor> crap, layout just needs to stfu - M4/5 gives me a 42.6MB log, M5/6 which gets layout without DOM gives me a 40.4MB log
- # [04:29] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
- # [04:30] <philor> or we need top-level directories like /part-of-layout-style-mochitests/ and /more-of-layout-style-mochitests/
- # [04:30] * Quits: karl (karl@moz-E61BF6DF.jetstream.xtra.co.nz) (Ping timeout)
- # [04:30] <joe> /spam-me-harder
- # [04:31] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [04:32] * Joins: Mook (mook@moz-8F011215.dsl.teksavvy.com)
- # [04:35] <philor> I guess we could do a separate m-css
- # [04:35] * Quits: KaiRo (robert@moz-75F77FA1.adsl.highway.telekom.at) (Input/output error)
- # [04:36] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
- # [04:36] * Quits: Optimizer (Optimizer@7CE2DFEC.49932A2E.BE90E62C.IP) (Ping timeout)
- # [04:39] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [04:40] * Quits: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [04:41] <joe> well it turns out that attempting to build my code was a good idea
- # [04:41] <joe> who knew
- # [04:41] * Joins: knelson (Adium@moz-A32ED6CB.dsl.pltn13.sbcglobal.net)
- # [04:41] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
- # [04:42] * Quits: knelson (Adium@moz-A32ED6CB.dsl.pltn13.sbcglobal.net) (Quit: Leaving.)
- # [04:42] <philor> only... the tree knows! bwahahahahahahaha
- # [04:42] <joe> argh, bitten by nsCAutoString->nsAutoCString
- # [04:42] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: pcwalton)
- # [04:42] <joe> well the tree and you
- # [04:43] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
- # [04:43] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [04:43] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
- # [04:43] * philor wonders if references to 1930s radio programs might date him
- # [04:44] <joe> it's possible
- # [04:44] <joe> have i mentioned that tomorrow is jrmuizel's 28th birthday?
- # [04:44] <tbsaunde> joe: its my 23 )
- # [04:44] <joe> tomorrow?
- # [04:44] <tbsaunde> joe: yes
- # [04:45] <joe> omg!
- # [04:45] <joe> https://en.wikipedia.org/wiki/Birthday_problem
- # [04:46] <tbsaunde> yeah, that :)
- # [04:46] * Quits: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net) (Ping timeout)
- # [04:47] <jcranmer> did I mention that tomorrow is, coincidentally, NOT my birthday?
- # [04:47] <JonathanS> I used to have a friend guess which date that I am going to born. Irony, a date she picked out is also her birthday too
- # [04:49] <joe> that you are.. going to be born?
- # [04:49] <joe> future tense?
- # [04:49] <jcranmer> complete grammar failure
- # [04:49] <jcranmer> "which date that"? "am going to born"?
- # [04:50] <JonathanS> :/
- # [04:50] <jcranmer> the closest sentence I can make out of it is "on which date I am going to give birth"
- # [04:51] <JonathanS> well, my bday is Jan 9
- # [04:51] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
- # [04:51] <jdm> oh, that clears the issue up then
- # [04:52] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
- # [04:52] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [04:52] <joe> this humour
- # [04:52] <joe> it is so dry
- # [04:52] <joe> does anyone have a glass of water
- # [04:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/167652a31865 - Kan-Ru Chen (陳侃如) - Bug 788408 - Part 1. fReadPixels should also respect mFlipped. r=mattwoodrow
- # [04:53] * Quits: espindola (espindola@moz-2B787F88.dsl.teksavvy.com) (Client exited)
- # [04:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1ca8706715d0 - Kan-Ru Chen (陳侃如) - Bug 788408 - Part 2. Use glReadPixels to read back when back buffer isn't RGBA compatible. r=jgilbert
- # [04:53] <jcranmer> no, but I have 400 mL
- # [04:54] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
- # [04:56] * Quits: automata (automata@54E33E42.8C845056.16867D26.IP) (Ping timeout)
- # [04:57] * Quits: fitzgen (fitzgen@moz-264AAFA3.hsd1.wa.comcast.net) (Ping timeout)
- # [04:57] * Joins: fitzgen (fitzgen@moz-264AAFA3.hsd1.wa.comcast.net)
- # [04:58] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
- # [04:59] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
- # [04:59] * Quits: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120907231657])
- # [05:02] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
- # [05:03] * Quits: mcsmurf (mcsmurf@moz-A8CE1782.dip.t-dialin.net) (Ping timeout)
- # [05:04] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
- # [05:05] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
- # [05:07] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
- # [05:07] <naveed> I'm debugging on Windows. Is there anything special I need to do to use jemalloc.c for local builds? Does the default ./mach build make use of it for allocations instead of MS crt's implementation?
- # [05:08] <@khuey> you need to --enable-jemalloc in your mozconfig
- # [05:08] <@khuey> I don't know what that translates to in mach
- # [05:09] <naveed> khuey: thank you. mach still uses mozconfig i believe. I will try that now.
- # [05:09] * Joins: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net)
- # [05:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d51aa340d3e2 - Gina Yeh - Bug 795850 - Final version: BluetoothHfpManager failed to be added as observer of mozsettings-changed, r=qdot
- # [05:13] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
- # [05:13] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/a032bf27fa05 - Brian Smith - Bug 795987: Upgrade NSPR to NSPR_4_9_3_BETA1, r=me
- # [05:13] <firebot> http://hg.mozilla.org/mozilla-central/rev/699db88b5ea0 - Brian Smith - Bug 795972: Upgrade NSS to NSS_3_14_BETA1, r=me
- # [05:13] <firebot> http://hg.mozilla.org/mozilla-central/rev/ddd4e4a5f337 - Brian Smith - Bug 767241, Part 1: Create scoped pointer types for NSS types, r=honzab
- # [05:13] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
- # [05:14] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Ping timeout)
- # [05:14] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
- # [05:14] * Quits: jdm (jdm@moz-5404D690.dedicated.allstream.net) (Ping timeout)
- # [05:15] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
- # [05:15] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Ping timeout)
- # [05:18] * Joins: Optimizer (Optimizer@CC8FE288.2EC825E7.BE90E62C.IP)
- # [05:18] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
- # [05:21] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [05:21] * glob|away is now known as glob
- # [05:22] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
- # [05:24] * heycam is now known as heycam|away
- # [05:25] * Quits: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl) (Input/output error)
- # [05:26] * Quits: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net) (Input/output error)
- # [05:27] * Joins: Jesse (jruderman@moz-E31CD2CB.mozilla.org)
- # [05:28] * mjschranz_away is now known as mjschranz
- # [05:30] * Joins: automata (automata@54E33E42.8C845056.16867D26.IP)
- # [05:30] <jcranmer> Yoric: hmm, it seems that OS.File documentation on MDN hasn't been keeping up-to-date?
- # [05:34] * Quits: bonnie (bbsurender@3035F4A5.3753335A.B66DD36E.IP) (Quit: Ex-Chat)
- # [05:34] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
- # [05:34] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [05:35] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
- # [05:41] * Joins: mcomella_ (mcomella@moz-B10FF54F.ri.ri.cox.net)
- # [05:41] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Ping timeout)
- # [05:45] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Quit: brendan)
- # [05:45] * Joins: chucklee (chatzilla@moz-99690620.hinet-ip.hinet.net)
- # [05:46] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
- # [05:46] * Joins: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com)
- # [05:46] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
- # [05:46] <philor> BenWa: I'm suspicious about those xpcshell timeouts in test_content_annotation.js
- # [05:47] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
- # [05:47] <BenWa> looking
- # [05:47] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [05:47] <philor> sure, we've timed out in it a bit before, but two for two?
- # [05:47] <philor> well, five for five once tbpl reloaded
- # [05:48] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
- # [05:49] <BenWa> Yea, it's likely my patch
- # [05:50] * Quits: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net) (Quit: Leaving...)
- # [05:52] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
- # [05:53] * Quits: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
- # [05:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c1ac587a1ccb - Phil Ringnalda - Back out 63105f3adf34 (bug 721843) for xpcshell timeouts
- # [05:55] <BenWa> philor: I was just about to back it out. Thanks
- # [05:55] <philor> np
- # [05:55] * cjones-food is now known as cjones
- # [05:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ba388025ede9 - Doug Turner - Bug 795478 - Remove blizzard fudge from xpcom io code. r=bsmedberg
- # [05:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bae96aa5f1ad - Doug Turner - Bug 790503 - On Mac Mini, defaultCalibration reads outside of sensors[]. r=jruderman@gmail.com,blassey
- # [05:57] <philor> mmm, fudge blizzards
- # [05:57] <KWierso|Home> is it strange that when I got to the line in The Avengers where Stark says "his name was Phil", I thought of philor?
- # [05:58] <KWierso|Home> impaled through the back by the trickster god of intermittent oranges?
- # [06:00] <philor> mmm, impaling
- # [06:00] * mjschranz is now known as mjschranz_away
- # [06:00] * glob is now known as bolg
- # [06:00] <cjones> dougt, that is one of the more disgusting commit messages i've read
- # [06:01] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
- # [06:01] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
- # [06:03] * Quits: Optimizer (Optimizer@CC8FE288.2EC825E7.BE90E62C.IP) (Ping timeout)
- # [06:03] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [06:03] <philor> I'm more shocked by the way his try push had 8 failures, zero of them Android
- # [06:05] * bolg is now known as glob
- # [06:05] * nthomas is now known as nthomas|away
- # [06:05] * glob is now known as glob|away
- # [06:06] * Joins: Optimizer (Optimizer@48E308C7.7751734E.BE90E62C.IP)
- # [06:07] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
- # [06:09] * Quits: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP) (Quit: Leaving.)
- # [06:12] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b0fc903a0749 - Matt Woodrow - Bug 795722 - Clear our cached ImageContainer when the imgFrame changes. r=joe
- # [06:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/396630ce4035 - Matt Woodrow - Bug 770144 - Use FuzzyEqual to compare layer scale values. r=roc
- # [06:12] <dougt> cjones: going to use that on my self-review.
- # [06:14] <philor> joe: so, after you built aurora, you ran tests, right?
- # [06:14] <dougt> philor: thanks for the stars
- # [06:14] <philor> np
- # [06:16] * philor goes ahead and updates an aurora tree, just in case
- # [06:16] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [06:16] <dougt> mrbkap: ping?
- # [06:17] * Joins: tingyuan (tingyuan@moz-99690620.hinet-ip.hinet.net)
- # [06:17] <njn> anyone know if it's possible to use PGP with Gmail? AFAICT it's not
- # [06:18] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
- # [06:18] <@khuey> njn: is this for secure bugmail
- # [06:18] <@khuey> ?
- # [06:18] <njn> khuey: exactly
- # [06:18] <sfink|flu> use s/mime, not php
- # [06:18] <sfink|flu> er, pgp
- # [06:18] <@khuey> bent wrote an extension for doing s/mime
- # [06:18] <@khuey> in gmail
- # [06:19] <njn> khuey: I realized I was missing s-s bugs that I should have been seeing :/
- # [06:19] <njn> sfink|flu, khuey: where to find this extension?
- # [06:19] <sfink|flu> I don't know; I use s/mime with tbird :)
- # [06:20] <@khuey> njn: let me look
- # [06:20] <njn> khuey: google's not helpin me
- # [06:20] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
- # [06:20] <njn> *helpin'
- # [06:20] <KWierso|Home> njn: https://addons.mozilla.org/En-us/firefox/addon/gmail-smime/ ?
- # [06:20] <@khuey> doesn't work
- # [06:20] <KWierso|Home> I got nothin'
- # [06:21] <@khuey> njn: https://github.com/benturner/bzsecuremail/blob/master/bzsecuremail.xpi
- # [06:21] <njn> KWierso|Home: but it's very relevant!
- # [06:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2575a2f89d22 - Justin Lebar - Bug 790417 - ContentParent::GetAll should include the pre-allocated process. r=cjones
- # [06:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/04af81445c05 - Justin Lebar - Bug 788021 - Part 2: Add and implement nsIMemoryReporter::DumpMemoryReportsToFile. r=njn,cjones
- # [06:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/15cc0aabab67 - Justin Lebar - Bug 788021 - Part 1: Add nsGZFileWriter. r=bsmedberg
- # [06:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/17b5b5dcd308 - Justin Lebar - Bug 788021 - Part 3: Use nsMemoryReporterManager::MinimizeMemoryUsage in aboutMemory.js. r=njn
- # [06:22] <cjones> \o/
- # [06:22] <njn> khuey: cool. NOw I just need to work out how to get/configure an S/MIME cert
- # [06:22] <sfink|flu> khuey: btw, technically I'm not a JS peer. Not that it usually matters in spidermonkeyland. (And I didn't want to muddy up a mentored bug by mentioning it.)
- # [06:22] <KWierso|Home> njn: that sounds easier to google :)
- # [06:23] <@khuey> sfink|flu: noted
- # [06:23] <njn> KWierso|Home: http://kb.mozillazine.org/Getting_an_SMIME_certificate
- # [06:23] <@khuey> njn: having to deal with this is totally obnoxious
- # [06:23] * Quits: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [06:23] <@khuey> but the response was pretty much "if you use webmail, it sucks to be you"
- # [06:24] <njn> khuey: yeah... I'm tempted just to click through to the relevant bug when I get a mail for an s-s bug; it's not that often
- # [06:24] <sfink|flu> I generally notice s-s bugs last, these days
- # [06:24] * KWierso|Home is just glad he doesn't really deal with s-s bugs :)
- # [06:25] <sfink|flu> I'd like to be like that, but I'm too good at introducing them
- # [06:25] <@khuey> heh
- # [06:26] <philor> I just wish I could remember whether I'm potentially at fault for one, or just backed it out once, without clicking through
- # [06:26] <@khuey> sfink|flu: I wish I had data on the amount of attention security bugs get before/after this change
- # [06:26] <KWierso|Home> so... a philor-sensitive flag?
- # [06:26] <@khuey> jlebar|away: \o/
- # [06:26] <sfink|flu> khuey: time to first non-filer comment?
- # [06:26] <@khuey> yeah, perhaps
- # [06:27] * njn updates his filters so "Secure bug" mails to to his high-priority bugmail folder
- # [06:27] <sfink|flu> if you're watching a component, that'll collect lots of secure bugs that you don't care about
- # [06:27] * KWierso|Home is also glad that the volume of his bugmail is low enough to not require sorting :)
- # [06:28] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [06:28] * heycam|away is now known as heycam
- # [06:29] <njn> sfink|flu: I think you might only see the ones you're CC'd on
- # [06:29] <sfink|flu> I have a hairball of a filtering system where gmail filters them into a secure bug folder, then thunderbird pulls out the ones relevant to me based on the bugzilla headers and puts them in a "My secure bugs" folder
- # [06:29] <njn> sfink|flu: I'm *shocked* you would have a hairball of a filtering system
- # [06:29] <njn> :P
- # [06:29] <sfink|flu> heh
- # [06:29] <sfink|flu> once in a while, it even works
- # [06:30] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
- # [06:30] * KWierso|Home only has a "this is from bmo, it goes to bugmail" filter, with a subfilter of "this is something that's about jetpack, move it to the side" that only seems to work about a third of the time
- # [06:30] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
- # [06:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/17f942846b9f - David Zbarsky - Bug 795811 - Make GetPrimaryScrollableLayer() return null on all configurations except MOZ_WIDGET_ANDROID r=cjones
- # [06:31] <sfink|flu> njn: I definitely get more secure bugs than just the cc'd ones. I have a mailbox with over 1000 in it. Looking at one at random -- X-Bugzilla-Reason: None
- # [06:31] <njn> KWierso|Home: I really wish gmail filters were ordered
- # [06:32] * glob|away is now known as glob
- # [06:32] <philor> X-Bugzilla-Reason: Just thinking of you
- # [06:32] <njn> sfink|flu: I appear to only have ~20 in my entire gmail
- # [06:32] <sfink|flu> I must have unfortunate bugmail settings, then. Do you watch any components?
- # [06:32] <@khuey> about:memory doesn't count :-P
- # [06:35] * Joins: merinui (merinui@moz-1D8A7606.osk2.eonet.ne.jp)
- # [06:35] <njn> khuey: how about "JavaScript Engine"? :P
- # [06:35] <sfink|flu> nope, never any s-s bugs there
- # [06:35] <njn> sfink|flu: maybe I'll be flooded, and revert this filter change
- # [06:35] * njn shrugs
- # [06:36] * Joins: dzbarsky1 (Adium@moz-59812CB1.hsd1.pa.comcast.net)
- # [06:36] <@khuey> do you not watch the JS engine?
- # [06:36] <@khuey> if you watched it I think you would see tons of s-s bugs
- # [06:36] * Quits: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net) (Ping timeout)
- # [06:37] <sfink|flu> my browser seems to be too bogged down to turn on the profiler :(
- # [06:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9c656027f5c2 - Nicholas Nethercote - Bug 795768 (part 1) - Remove lots of dead JSContext* occurrences.
- # [06:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c92d00f777de - Nicholas Nethercote - Bug 795768 (part 2) - De-macroize js_GetSrcNote().
- # [06:38] <sfink|flu> js_GetSrcNote was funny. "We can rewrite the entire JSAPI under you, but we'd better hide this parameter with a macro." Short-term fixes and all that...
- # [06:41] <njn> sfink|flu: yeah, except there were like 20 uses, almost all in jsopcode.cpp
- # [06:41] <njn> someone picked the wrong trade-off there, IMO
- # [06:42] <njn> khuey: my working theory is that I would only receive mail about the s-s bugs I"m CC'd to; that seems consistent with what I've seen thus far, though I wasn't paying close attention
- # [06:45] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [06:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/42a7cb309ca1 - Jared Wein - Bug 602006 - Remove Error Console item. r=dao
- # [06:46] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [06:47] <philor> well, someone needs to fix that by adding njn to the sg, so he can get smothered instead!
- # [06:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ac5c29ec176b - Makoto Kato - Bug 795224 - no more backspace nor arrows on the deck Asus Transformer. r=cpeterson
- # [06:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/064bf6c9fe16 - Jason Duell - Bug 796164 - Change NECKO_UNKNOWN_APP_ID to UINT32_MAX. r=ehsan
- # [06:58] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [07:01] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
- # [07:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/699db88b5ea0 - Brian Smith - Bug 795972: Upgrade NSS to NSS_3_14_BETA1, r=me
- # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7f3d9233b236 - Phil Ringnalda - merge m-c to m-i
- # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a032bf27fa05 - Brian Smith - Bug 795987: Upgrade NSPR to NSPR_4_9_3_BETA1, r=me
- # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ddd4e4a5f337 - Brian Smith - Bug 767241, Part 1: Create scoped pointer types for NSS types, r=honzab
- # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b0fc903a0749 - Matt Woodrow - Bug 795722 - Clear our cached ImageContainer when the imgFrame changes. r=joe
- # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/396630ce4035 - Matt Woodrow - Bug 770144 - Use FuzzyEqual to compare layer scale values. r=roc
- # [07:04] * Quits: mcomella_ (mcomella@moz-B10FF54F.ri.ri.cox.net) (Ping timeout)
- # [07:05] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
- # [07:06] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
- # [07:06] * Joins: smontagu (chatzilla@B19B1D67.B025852C.CC465D70.IP)
- # [07:06] * Quits: ekw (ekw@moz-6E1EB62D.dhcp.mtpk.ca.charter.com) (Quit: Happy trails!)
- # [07:08] * Quits: Mook (mook@moz-8F011215.dsl.teksavvy.com) (Quit: Mook)
- # [07:08] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
- # [07:09] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
- # [07:10] * khuey is now known as khuey|away
- # [07:11] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
- # [07:13] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
- # [07:15] * aja curses the Giants
- # [07:15] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
- # [07:17] <bsmith> Who can explain when to use TemporaryRef vs RefPtr?
- # [07:18] <bsmith> i.e. which is best: RefPtr<T> foo(); TemporaryRef<T> foo(); something else?
- # [07:18] <bsmith> and, which is best?: void foo(RefPtr<T> p); void foo(TemporaryPtr<T> p); something else?
- # [07:19] <brendan> bsmith: what does MDN say?
- # [07:21] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
- # [07:21] <jaws> jst: ping?
- # [07:23] <jaws> jst: there's a student project to port fennec's reader mode to desktop firefox. fennec implemented this http://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/JSDOMParser.js for reader mode? would copying this over to desktop be acceptable?
- # [07:23] <bsmith> brendan: nothing, about TemporaryRef or RefPtr, that I can find
- # [07:23] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
- # [07:24] <brendan> github.com/mozilla/sweet.js
- # [07:24] <bsmith> I am used to already_AddRefed<T> foo(); and foo(T*) but I've heard rumors that this is not in vogue any more.
- # [07:24] <brendan> er
- # [07:24] * Quits: ehugg (chatzilla@moz-44D86B1E.cisco.com) (Quit: ChatZilla 0.9.88.2 [Firefox 15.0.1/20120907231835])
- # [07:25] <brendan> https://developer.mozilla.org/en-US/docs/nsRefPtr
- # [07:26] <brendan> bsmith: comments in mfbt/RefPtr.h seem your best bet
- # [07:26] <brendan> also seem clear enough
- # [07:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/97362b531a38 - Gene Lian - Bug 795209 - System Message API: Fail to fire 'icc-stkcommand' system messages. r=fabrice
- # [07:27] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [07:27] * Parts: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
- # [07:30] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: nbvcx)
- # [07:32] * Joins: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP)
- # [07:33] * Quits: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP) (Quit: Leaving)
- # [07:33] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
- # [07:33] * Joins: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com)
- # [07:33] * dzbarsky1 is now known as dzbarsky
- # [07:33] * philor is now known as philor|away
- # [07:33] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
- # [07:33] * ChanServ sets mode: +o ehsan
- # [07:34] * Quits: Mossop (mossop@moz-347C3D31.dsl.dynamic.sonic.net) (Ping timeout)
- # [07:36] * jcranmer is now known as jcranmer|away
- # [07:38] * jwir3 is now known as jwir3|away
- # [07:39] * philor|away is now known as philor
- # [07:40] * Quits: automata (automata@54E33E42.8C845056.16867D26.IP) (Ping timeout)
- # [07:40] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [07:40] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
- # [07:41] * Joins: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net)
- # [07:41] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
- # [07:44] * Quits: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com) (Ping timeout)
- # [07:44] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Connection reset by peer)
- # [07:44] * Joins: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com)
- # [07:44] * Quits: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com) (Quit: away)
- # [07:45] * Joins: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com)
- # [07:46] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
- # [07:46] * ChanServ sets mode: +o ehsan
- # [07:49] * Quits: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com) (Ping timeout)
- # [07:49] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
- # [07:50] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
- # [07:53] * Quits: sfink|flu (chatzilla@moz-615DB5A4.dsl.pltn13.sbcglobal.net) (Ping timeout)
- # [07:54] * Joins: sfink|flu (chatzilla@moz-615DB5A4.dsl.pltn13.sbcglobal.net)
- # [07:54] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
- # [07:54] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Quit: Leaving.)
- # [07:55] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
- # [07:55] * Joins: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP)
- # [07:55] * Quits: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP) (Client exited)
- # [07:56] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Connection reset by peer)
- # [07:56] <markh> if browser.xul has a tag <myfoo something="whatever">, and myfoo is an XBL binding, is there anything I can do to delay the binding of the XBL to the element? eg, I've tried adding hidden="true" and style="display: none", but the binding still happens quite early...
- # [07:57] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Client exited)
- # [07:57] * Joins: harth (harth@moz-CF96C405.hsd1.ca.comcast.net)
- # [07:57] * markh wonders where bz is when you need him...
- # [07:57] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
- # [07:58] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [08:00] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
- # [08:03] * Joins: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl)
- # [08:03] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
- # [08:04] * Joins: past (past@moz-271C4BD7.dsl.dyn.forthnet.gr)
- # [08:06] * Joins: wolfiR (wolfiR@moz-25F1B2C7.dip0.t-ipconnect.de)
- # [08:06] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
- # [08:07] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Input/output error)
- # [08:07] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
- # [08:08] <Bas> philor: Thanks for backout, and sorry :s
- # [08:08] <philor> Bas: no worries, it happens, rather like it's happening to jlebar
- # [08:08] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
- # [08:09] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Ping timeout)
- # [08:09] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [08:09] <Bas> philor: As you concluded the world must've changed from under me :s I'll make sure I'll try as recent as possible this time! :)
- # [08:11] * jlebar|away is now known as jlebar
- # [08:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/80f9522602c5 - Phil Ringnalda - Back out 17b5b5dcd308, 04af81445c05, 15cc0aabab67 (bug 788021) and 2575a2f89d22 (bug 790417) for Linux crashes
- # [08:13] <philor> oops, I should have looked at the debug log, it would have told me which was crashing
- # [08:13] * jlebar is now known as jlebar|sleep
- # [08:15] * Quits: kanru (kanru@moz-99690620.hinet-ip.hinet.net) (Input/output error)
- # [08:15] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
- # [08:18] * Joins: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net)
- # [08:19] * njn wonders if he'll ever top making errors with quotes in shell scripts
- # [08:19] <glob> njn, top, or stop?
- # [08:20] * Quits: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com) (Ping timeout)
- # [08:20] <njn> glob: *stop
- # [08:20] <njn> heh
- # [08:20] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Connection reset by peer)
- # [08:21] * Joins: ehsan_ (ehsan@moz-C48D29C4.cable.teksavvy.com)
- # [08:22] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
- # [08:22] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [08:23] <nigelb> njn: maybe you should stop making typos :P
- # [08:24] * Quits: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net) (Ping timeout)
- # [08:25] * Joins: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net)
- # [08:25] * Joins: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com)
- # [08:25] * Joins: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net)
- # [08:26] * Quits: tchevalier (Daily@moz-2D6D952C.w109-210.abo.wanadoo.fr) (Quit: tchevalier)
- # [08:28] * Joins: andersh (andersh@moz-877B4985.bredband.3.dk)
- # [08:32] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
- # [08:37] <glazou> bonjour
- # [08:37] * nthomas|away is now known as nthomas
- # [08:38] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Input/output error)
- # [08:38] * Fallen|away is now known as Fallen
- # [08:39] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
- # [08:39] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Quit: Leaving.)
- # [08:39] * philor is now known as philor|away
- # [08:41] * Quits: espadrine (thaddee_ty@moz-584E2C13.dclient.lsne.ch) (Ping timeout)
- # [08:44] * philor|away is now known as philor
- # [08:48] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
- # [08:48] * Quits: ferjm|afk (ferjm@moz-45CEBBA9.red-83-42-171.dynamicip.rima-tde.net) (Quit: Leaving)
- # [08:49] * Joins: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
- # [08:50] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Client exited)
- # [08:51] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
- # [08:51] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [08:52] * Joins: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
- # [08:55] * Joins: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com)
- # [08:55] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
- # [08:57] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
- # [08:58] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [08:59] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
- # [09:02] * Quits: njn (chatzilla@moz-A1F406B6.dyn.iinet.net.au) (Quit: ChatZilla 0.9.89 [Firefox 18.0a1/20120930160539])
- # [09:02] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
- # [09:04] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [09:08] * Joins: teoli (teoli@514D186.F3BBB17D.144F44FA.IP)
- # [09:09] * Quits: harth (harth@moz-CF96C405.hsd1.ca.comcast.net) (Input/output error)
- # [09:11] * Joins: Mano (mano@moz-93A154A4.bb.netvision.net.il)
- # [09:11] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Ping timeout)
- # [09:12] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
- # [09:12] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
- # [09:13] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:13] * Quits: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP) (Quit: jet)
- # [09:14] * glob is now known as bolg
- # [09:14] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:14] * Joins: bholley (anonymous@moz-A0E5591A.net-89-2-152.rev.numericable.fr)
- # [09:15] * Joins: squeakytoy (christoffe@moz-9E84F244.netset.se)
- # [09:15] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [09:15] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
- # [09:15] * Parts: Al (Mibbit@moz-99690620.hinet-ip.hinet.net)
- # [09:16] * Joins: Al (Mibbit@moz-99690620.hinet-ip.hinet.net)
- # [09:16] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
- # [09:17] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
- # [09:17] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
- # [09:17] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [09:18] * bolg is now known as ms0ger
- # [09:18] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
- # [09:19] * Quits: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net) (Quit: kentuckyfriedtakahe)
- # [09:19] * ms0ger is now known as glob
- # [09:19] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:19] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
- # [09:20] * Joins: RealRaven (Thunderbir@moz-DE6F6048.threembb.ie)
- # [09:21] * Quits: Al (Mibbit@moz-99690620.hinet-ip.hinet.net) (Quit: http://www.mibbit.com ajax IRC Client)
- # [09:22] * Joins: atsai (Mibbit@moz-99690620.hinet-ip.hinet.net)
- # [09:22] * Joins: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
- # [09:23] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [09:24] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Connection reset by peer)
- # [09:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:26] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
- # [09:26] * Joins: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP)
- # [09:26] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Linkinus - http://linkinus.com)
- # [09:26] * Quits: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP) (Connection reset by peer)
- # [09:26] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
- # [09:27] * Quits: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net) (Input/output error)
- # [09:28] * Quits: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net) (Ping timeout)
- # [09:28] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [09:29] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [09:29] * Joins: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net)
- # [09:30] * Quits: fitzgen (fitzgen@moz-264AAFA3.hsd1.wa.comcast.net) (Quit: zzzzzzzzz)
- # [09:30] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:30] * philor is now known as philor|away
- # [09:32] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Client exited)
- # [09:32] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
- # [09:33] <KWierso|Home> bonjour already? :(
- # [09:33] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
- # [09:34] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [09:35] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
- # [09:36] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:38] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
- # [09:40] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
- # [09:40] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [09:41] * Joins: protz (protz@moz-E29D2A15.inria.fr)
- # [09:42] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
- # [09:42] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:43] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
- # [09:43] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
- # [09:44] * Quits: Mano (mano@moz-93A154A4.bb.netvision.net.il) (Client exited)
- # [09:44] * Quits: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net) (Quit: Leaving.)
- # [09:45] * Joins: RealRaven1 (Thunderbir@1ADA3892.E93B7327.C3498625.IP)
- # [09:45] * Quits: RealRaven (Thunderbir@moz-DE6F6048.threembb.ie) (Ping timeout)
- # [09:45] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [09:47] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:48] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
- # [09:51] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [09:52] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
- # [09:52] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:53] * Quits: trevorh (trevor@moz-250FDF8D.lns10.woo.bigpond.net.au) (Quit: Leaving.)
- # [09:56] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [09:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/13140a27ff09 - Jared Wein - Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
- # [09:57] <markh> jaws is sharing the love :)
- # [09:57] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [09:58] * Joins: Ms2ger (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be)
- # [09:58] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [09:59] * Ms2ger eyes the tree
- # [09:59] * Joins: vporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [09:59] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (No route to host)
- # [10:00] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
- # [10:00] * Quits: vporof (victorporo@2093E2F.602BD6C.79933D60.IP) (No route to host)
- # [10:00] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [10:00] * Joins: sewardj (sewardj@moz-F9AFA5D9.dip.t-dialin.net)
- # [10:01] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:02] <glazou> KWierso|Home: well, it's almost 10am here
- # [10:02] <KWierso|Home> glazou: yeah, but that means it's already almost 1am here :P
- # [10:03] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:06] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:07] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
- # [10:08] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3b58a62ebfd9 - Mark Hammond - Bug 795518 - window.close() in social windows should close social panel. r=jaws
- # [10:11] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/2f2fc4efee89 - Victor Porof - Bug 794887 - Some entities in debugger.dtd are unused, r=past
- # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/0f91d1acd09b - Heather Arthur - Bug 789364 - Light theme for markup panel, orion, and rule view, r=paul
- # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/85dd8e346102 - Tim Taubert - merge m-c to fx-team
- # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/a2214e8900c0 - Victor Porof - Bug 782877 - Intermittent browser_dbg_bfcache.js | uncaught JS exception - TypeError: element is undefined at debugger-controller.js:1275, r=rcampbell
- # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/0c8442db91fe - Victor Porof - Bug 790553 - Increase the timeout when connecting to Firefox for Android from the Remote Debugger, r=past
- # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/59783c7c3040 - Victor Porof - Bug 795009 - REMOTE_PROFILE_NAME should actually be chrome, r=past
- # [10:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/cd72779323e1 - Julian Muenster - Bug 791163 - Add addon-options-displayed/addon-options-hidden as constants on AddonManager. r=Unfocused
- # [10:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/1ef6d7852465 - Jan Skrasek - Bug 785903 - Markup panel selection should scroll to the center when highlighting, r=dcamp
- # [10:12] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:13] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
- # [10:14] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
- # [10:14] * Joins: squib_ (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
- # [10:14] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Ping timeout)
- # [10:15] * Joins: tzimmermann (tzimmerman@moz-E467D1C8.pools.arcor-ip.net)
- # [10:17] * Quits: protz (protz@moz-E29D2A15.inria.fr) (Quit: Leaving)
- # [10:17] * nthomas is now known as nthomas|away
- # [10:17] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:18] <jaws> Ms2ger: i pushed it to try before landing this time :)
- # [10:18] <Ms2ger> jaws++
- # [10:18] <firebot> Check-in:
- # [10:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6c2462765e83 - David Bienvenu - Bug 679626 crash in nsIDOMWindowInternal::GetDocShell with signature pointing to nsASDOMWindowEnumerator::GetNext - try to avoid windows with no docshells. r=bz
- # [10:19] * Joins: garnacho (carlos@moz-B27B0825.dyn.user.ono.com)
- # [10:19] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:21] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:21] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
- # [10:21] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:23] * Joins: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP)
- # [10:24] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
- # [10:25] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Ping timeout)
- # [10:25] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:26] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
- # [10:26] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
- # [10:27] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
- # [10:27] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:28] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:29] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:30] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:31] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:31] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:32] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
- # [10:35] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:36] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
- # [10:36] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:37] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:37] * Parts: fantasai (fantasai@moz-B8B22C00.org)
- # [10:39] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:40] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ac380af56c49 - Chris Jones - Back out 17f942846b9f (bug 795811) for causing startup crashes.
- # [10:42] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:43] * Joins: edmorley (edmorley@moz-67606CCE.range86-144.btcentralplus.com)
- # [10:45] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:45] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
- # [10:47] <KWierso|Home> ooh, we're like 2-3 days away from hitting bug 800000...
- # [10:47] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:48] <glob> KWierso|Home, i hope it's slightly longer. people: stop filing bugs
- # [10:48] <KWierso|Home> you still hoping to take up the offer in bug 700000?
- # [10:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2520fd9f3883 - Marty Rosenberg - Add narrowing into range analysis, greatly speeding up some testcases (bug 765119, jandem)
- # [10:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7895a56d434d - Marty Rosenberg - Teach RangeAnalysis how to deal with unreachable blocks (bug 765119, r=dvander)
- # [10:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bca9d7ef2727 - Marty Rosenberg - Add a bunch of features to range analysis to make it optimize more. (bug 765119, r=jandem)
- # [10:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/dbc7e1bc48d0 - Marty Rosenberg - Fix a bunch of bugs that the fuzzers found (bug 765119, r=dvander)
- # [10:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ba4e134b13fd - Marty Rosenberg - Beta nodes sholud be able to have infinite ranges, fixes very slow testcase (bug 765119, r=dvander)
- # [10:49] <glob> KWierso|Home, haha :)
- # [10:50] * Parts: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
- # [10:50] <@dolske> -.-
- # [10:50] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:50] <KWierso|Home> I am going to stab this fly in the face with a rock if it lands on my monitor or myself one more time...
- # [10:51] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
- # [10:52] <KWierso|Home> after shooing it away from said monitor and self, so as not to give my laptop or myself another concussion
- # [10:52] <KWierso|Home> of course
- # [10:52] * Quits: Optimizer (Optimizer@48E308C7.7751734E.BE90E62C.IP) (Ping timeout)
- # [10:52] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:53] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [10:54] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
- # [10:55] <Ms2ger> dolske, well...
- # [10:55] <Ms2ger> dolske, you said "bug 8000000", not "bug 800000"
- # [10:55] <Ms2ger> So we've got some time still
- # [10:55] <KWierso|Home> Ms2ger++
- # [10:56] * Joins: Optimizer (Optimizer@FAD30E43.CADDDC1.D2D1FAF0.IP)
- # [10:56] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [10:58] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [10:59] <KWierso|Home> unfortunately for that fly, I have no qualms about bugging my neighbors upstairs by hitting the ceiling with a flyswatter at two oclock in the morning... :)
- # [11:01] * edmorley pokes Ms2ger
- # [11:01] <Ms2ger> Dammit.
- # [11:01] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:02] <Ms2ger> This all passed try just now...
- # [11:02] * glob is now known as glob|away
- # [11:02] <KWierso|Home> aliens
- # [11:02] <Ms2ger> nsAttrValueInlines.h?
- # [11:02] <Ms2ger> khuey--
- # [11:02] <edmorley> Ms2ger: m-c is quiet, up to you how you deal with it, fwiw
- # [11:02] * Joins: arnaud_bienner (arno@moz-E5999353.rev.sfr.net)
- # [11:03] <Ms2ger> Someone added new PtrBits uses, apparently
- # [11:03] * Joins: dao (dao@moz-296D3672.pool.mediaways.net)
- # [11:03] <Ms2ger> MXR down?
- # [11:03] <KWierso|Home> works for me
- # [11:04] <KWierso|Home> or at least, the landing pages parts of it
- # [11:04] <KWierso|Home> and a search
- # [11:04] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:04] <edmorley> Ms2ger: might there also be more on inbound?
- # [11:04] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
- # [11:04] <Ms2ger> I doubt it
- # [11:06] * Ms2ger tries closing firefox
- # [11:07] * Quits: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP) (No route to host)
- # [11:08] * Quits: Optimizer (Optimizer@FAD30E43.CADDDC1.D2D1FAF0.IP) (Ping timeout)
- # [11:08] * Quits: sfink|flu (chatzilla@moz-615DB5A4.dsl.pltn13.sbcglobal.net) (Ping timeout)
- # [11:08] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:08] * Joins: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP)
- # [11:08] * Joins: msucan (mihai@782EB6D4.8DC89BFB.21A4E96A.IP)
- # [11:09] * Joins: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net)
- # [11:09] * Quits: squib_ (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
- # [11:10] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:10] * Joins: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net)
- # [11:10] * Quits: Ms2ger (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be) (Quit: Leaving)
- # [11:11] * Joins: Ms2ger (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be)
- # [11:11] * Joins: Optimizer (Optimizer@329DF061.6406F573.D5D59AD9.IP)
- # [11:11] * Joins: sfink|flu (chatzilla@moz-615DB5A4.dsl.pltn13.sbcglobal.net)
- # [11:12] * Quits: lerc (quassel@121-74-231-169.telstraclear.net) (Ping timeout)
- # [11:12] <Ms2ger> edmorley, sorry about that
- # [11:12] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
- # [11:12] <edmorley> np
- # [11:13] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/c9a8f55d8541 - Ms2ger - Bug 793314 - Followup: Remove PtrBits from nsAttrValueInlines.h.
- # [11:13] <edmorley> Ms2ger: changes between the try run and pushing are kind of unavoidable
- # [11:13] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:14] * Joins: lerc (quassel@moz-4C3E2C0F.telstraclear.net)
- # [11:14] <Ms2ger> edmorley, unless I make m-c my tryserver! ;)
- # [11:14] <edmorley> ha
- # [11:14] <KWierso|Home> then you'd just lag against inbound
- # [11:15] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:16] <KWierso|Home> what the hell am I still doing up after 2am? I have nothing needing to be done except possibly making snarky comments on IRC and/or killing more flies...
- # [11:16] * Ms2ger puts an extra sugar in his tea
- # [11:16] <Ms2ger> KWierso|Home, killing flies is an important job!
- # [11:16] * heycam is now known as heycam|away
- # [11:17] <Ms2ger> And I repeat someone's question: when do we disable the tilt tests?
- # [11:18] <KWierso|Home> before they level out?
- # [11:18] * aja groans
- # [11:18] <KWierso|Home> see?
- # [11:18] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c25274efa6f6 - Steven Lee - Bug 783500 - Hook up IdleAPI to permissions manager, r=jlebar
- # [11:20] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
- # [11:20] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:23] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
- # [11:24] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:24] <Ms2ger> http://i.qkme.me/3r5x55.jpg
- # [11:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:27] <jaws> Ms2ger++, KWierso|Home++
- # [11:30] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:30] * aja groans again
- # [11:30] <Ms2ger> Yay, Callek joined the Rebellion!
- # [11:31] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:32] <gaston> against what ? nspr ?
- # [11:34] <Ms2ger> Zing
- # [11:34] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: brb)
- # [11:35] * Quits: arnaud_bienner (arno@moz-E5999353.rev.sfr.net) (Quit: Ex-Chat)
- # [11:35] <Ms2ger> test_imagemap failures are dlbi's fault, right?
- # [11:35] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:37] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:37] * Quits: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com) (Ping timeout)
- # [11:40] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:41] <mattwoodrow> Ms2ger: I don't think so, the bug for that has being going since long before DLBI landed
- # [11:41] * Joins: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net)
- # [11:41] <Ms2ger> Yeah, but didn't you make it worse?
- # [11:42] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:42] <mattwoodrow> maybe marginally?
- # [11:43] <Ms2ger> edmorley, can we just disable it? :)
- # [11:43] <edmorley> yeah why not
- # [11:43] <edmorley> as for tilt, if I don't get a response in the next day or so I'm disabling all tilt tests on linux x86
- # [11:44] <Ms2ger> \o/
- # [11:44] * Quits: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP) (Quit: time for some Zzzz's)
- # [11:44] <edmorley> I can't believe I had the orangefactor nearing 2 at one point a few weeks ago and now we're back up to near 4
- # [11:44] <edmorley> but anyway
- # [11:44] <Ms2ger> Also, did I mention that robocop has silly failure output?
- # [11:45] <edmorley> the triple thing?
- # [11:45] <edmorley> yeah annoys me, on my list
- # [11:45] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:45] <Ms2ger> Another thing
- # [11:46] <Ms2ger> Did I mention lately you rock?
- # [11:46] <edmorley> heh :-)
- # [11:47] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:47] <Ms2ger> No, seriously
- # [11:47] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
- # [11:47] * ChanServ sets mode: +o roc
- # [11:47] <edmorley> as do you, mr 21 changesets whilst also doing my course ;-)
- # [11:48] <Ms2ger> You don't know how well I do there ;)
- # [11:48] <Ms2ger> And, I guess, 22 now :)
- # [11:50] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:52] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:53] <Ms2ger> mjrosenb, ping
- # [11:55] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [11:55] * Joins: altsai (Conjuror@moz-99690620.hinet-ip.hinet.net)
- # [11:55] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [11:56] * kaze|zZz is now known as kaze
- # [11:56] * Quits: altsai (Conjuror@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
- # [11:57] * Quits: atsai (Mibbit@moz-99690620.hinet-ip.hinet.net) (Quit: http://www.mibbit.com ajax IRC Client)
- # [11:57] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
- # [11:57] * ChanServ sets mode: +o smaug
- # [11:57] <edmorley> Ms2ger: I know you must be getting at least an 'A' in procrastination... :P
- # [11:57] <Ms2ger> Oh, if I only I had such a course :)
- # [11:57] * Joins: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net)
- # [11:58] <Ms2ger> I think mjrosenb is getting escorted out of the tree
- # [11:58] * ewong|sleep is now known as ewong
- # [11:58] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [11:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/64fce23853df - Ed Morley - Bug 745788 - Temporarily disable test_imagemap.html for frequent timeouts
- # [12:01] <Ms2ger> And browser_dbg_bfcache.js / TypeError: element is undefined ain't happy either
- # [12:01] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:01] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
- # [12:02] <edmorley> Ms2ger: fixed on fx-team
- # [12:02] <edmorley> and m-c now actually
- # [12:02] <Ms2ger> Shall I merge over? :
- # [12:02] <Ms2ger> :)
- # [12:02] <edmorley> I'm using the "add whitebaord column to orangefactor" patch locally, makes things like that clearer
- # [12:03] <edmorley> Ms2ger: bustage on inbound, hold off a sec
- # [12:03] <edmorley> mjrosenb: ping
- # [12:03] <Ms2ger> edmorley, I tried
- # [12:03] <Ms2ger> He'd been gone for >4 hours
- # [12:03] <edmorley> oh yeah, sorry
- # [12:03] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:04] <Ms2ger> (It's pretty obviously him)
- # [12:04] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
- # [12:04] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
- # [12:05] * Quits: chucklee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
- # [12:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/15ec3a643b0b - Ed Morley - Backout dbc7e1bc48d0 (bug 765119) for make check failures
- # [12:06] * Joins: graememcc (chatzilla@moz-F5BC5D6A.range86-148.btcentralplus.com)
- # [12:06] <edmorley> oh ffs copy pasta fail
- # [12:07] * Quits: ferongr (ferongr@moz-C4558221.dsl.dyn.forthnet.gr) (Ping timeout)
- # [12:07] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:07] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
- # [12:07] <edmorley> copied the start and end ranges as both being the first cset
- # [12:08] <Ms2ger> Woops :)
- # [12:08] <Ms2ger> bsmith, fwiw, nsRefPtr is still perfectly fine
- # [12:09] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:09] * Joins: ferongr (ferongr@moz-B773A961.dsl.dyn.forthnet.gr)
- # [12:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c76b04f5a2b5 - Ed Morley - Backout 7895a56d434d, 2520fd9f3883, bca9d7ef2727, ba4e134b13fd (bug 765119) for make check failures
- # [12:10] * Quits: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
- # [12:12] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:13] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
- # [12:13] * Joins: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com)
- # [12:14] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:15] * Ms2ger pulls from inbound, builds
- # [12:17] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
- # [12:17] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:20] <Optimizer> does the nsiTimer persists across windows opening and closing ?
- # [12:20] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:21] <Optimizer> as in open window 1, create a one shot to be fired after 10 minutes, open window 2, close window 1 before 10 minutes are over,
- # [12:21] <Optimizer> will the timer be still fired
- # [12:21] <Optimizer> ?
- # [12:22] <Yoric> Well, unless the timer is garbage-collected, it should be preserved.
- # [12:22] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Quit: Leaving.)
- # [12:22] <Yoric> So it depends on where the variable is stored, I guess.
- # [12:22] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Ping timeout)
- # [12:22] <Optimizer> in a bootstrap file of my addon
- # [12:22] <Optimizer> restat less
- # [12:23] <Ms2ger> I believe nsITimers aren't released before their timer fires
- # [12:23] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:24] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
- # [12:24] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
- # [12:24] * Joins: surkov (surkov@D42CCF7A.CE67D555.26B1D6E2.IP)
- # [12:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/da5df2c1ae16 - Hsin-Yi Tsai - Bug 795255 - B2G RIL: improve error handling mechanism for 'setCallWaiting'. r=vicamo
- # [12:28] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
- # [12:29] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:29] * Joins: KaiRo (robert@moz-E909B28A.adsl.highway.telekom.at)
- # [12:29] * ewong is now known as ewong|afksleepIthink
- # [12:30] * mattwoodrow is now known as mattwoodrow|away
- # [12:30] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
- # [12:30] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:31] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
- # [12:34] * glazou is now known as glazou_lunch
- # [12:34] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:34] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
- # [12:35] * Joins: whimboo (whimboo@moz-CAA15461.superkabel.de)
- # [12:35] <Ms2ger> smaug, yt?
- # [12:35] <whimboo> smaug: whenever you need help I'm around th enext 3h
- # [12:36] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:37] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Ping timeout)
- # [12:38] * Quits: mike5w3c (MikeS@moz-9C602174.xgsspn.imtp.tachikawa.spmode.ne.jp) (Quit: mike5w3c)
- # [12:38] * Joins: mike5w3c (MikeS@moz-9C602174.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [12:40] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:40] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:40] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
- # [12:43] <sewardj> anybody here good for a simple how-to-use question about nsCOMPtr ?
- # [12:43] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:44] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
- # [12:45] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
- # [12:46] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:47] <Ms2ger> Shoot
- # [12:48] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
- # [12:48] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:48] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
- # [12:48] * Joins: andreasn (andreasn@moz-171E5C3D.a336.priv.bahnhof.se)
- # [12:48] <sewardj> Ms2ger: http://pastebin.mozilla.org/1854462
- # [12:49] <sewardj> Ms2ger: CleanupWidgetTracing ...
- # [12:49] <sewardj> Ms2ger: is that correct? valgrind reports double frees in here
- # [12:49] <Ms2ger> Oh dear
- # [12:49] <Ms2ger> No, that's bad
- # [12:49] <sewardj> Ms2ger: and I wonder if it right both to delete sTracerRunnable
- # [12:49] <sewardj> and then assign nullptr to it
- # [12:49] * Quits: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
- # [12:50] <sewardj> Ms2ger: which somehow causes nsCOMPtr to do Release again ?
- # [12:50] * Joins: smaug (chatzilla@moz-104CC309.mv.mozilla.com)
- # [12:50] * ChanServ sets mode: +o smaug
- # [12:50] <sewardj> is that a correct understanding?
- # [12:50] * Quits: kanru (kanru@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
- # [12:50] <Ms2ger> the '= nullptr' calls Release(), which does delete this, but this is already freed...
- # [12:50] <@smaug> Ms2ger: pong
- # [12:50] <Ms2ger> Just kill the delete, please
- # [12:51] <@smaug> whimboo: I got the vpn working
- # [12:51] <sewardj> Ms2ger: so that the only thing left in is "sTracerRunnable = nullptr;" ?
- # [12:51] <@smaug> just about to start testing
- # [12:51] <Ms2ger> smaug, nsFocusManager:: 1.14 + void SetMouseButtonDownHandlingDocument(nsIDocument* aDocument)
- # [12:51] <Ms2ger> sewardj, correct
- # [12:51] <sewardj> Ms2ger: thanks
- # [12:51] <@smaug> whimboo: http://10.250.73.243:8080/ is the right address?
- # [12:51] <Ms2ger> Er, that pasted weird
- # [12:51] <whimboo> smaug: nice. so you will have to wait until the next nighlty/aurora builds will appear
- # [12:51] <Ms2ger> smaug, is it bad if we hit the ASSERTION(!aDocument || !mMouseDownEventHandlingDocument)?
- # [12:51] <whimboo> smaug: yes it is
- # [12:51] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:52] * Ms2ger whacks blassey and dougt
- # [12:52] <whimboo> smaug: once builds appear in 'Build Queue' you can assume that you can start the investigation
- # [12:52] <@smaug> whimboo: oh... so how do I know when to click 'enable aurorefresh'
- # [12:53] <@smaug> ahaa
- # [12:53] * Joins: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com)
- # [12:53] <@smaug> Ms2ger: looking
- # [12:53] <whimboo> smaug: that one was probably false alarm. its even reproducible with it disabled
- # [12:53] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [12:53] <@smaug> whimboo: so I could enable the autorefresh now?
- # [12:54] <whimboo> smaug: not necessary but yes, you cna do
- # [12:54] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
- # [12:55] <Ms2ger> baku++
- # [12:55] <baku> Ms2ger, I was just writing: do we have any spec about it?
- # [12:55] <Ms2ger> WebIDL
- # [12:55] <@smaug> whimboo: could you perhaps run the thing using a debug build of firefox?
- # [12:56] <@smaug> whimboo: and set XPCOM_MEM_LEAK_LOG=1 environment variable
- # [12:56] <@smaug> first set that, run FF and the page until it causes some problems and then close FF
- # [12:56] <@smaug> if there are runtime leaks, they should be reported
- # [12:56] <@smaug> s/runtime/shutdown/
- # [12:57] <@smaug> I'm hoping there are only runtime leaks, not shutdown
- # [12:57] <whimboo> smaug: i'm sorry but I will not have time for it today
- # [12:57] <@smaug> k
- # [12:57] <@smaug> I'll do it then
- # [12:57] <whimboo> smaug: have to work on the webrtc mochitests and have to leave in 3h
- # [12:57] <@smaug> if I reproduce this leak
- # [12:57] <@smaug> whimboo: ok, np
- # [12:57] <whimboo> smaug: i'm fairly sure you can
- # [12:57] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [12:57] <whimboo> smaug: if not please comment on the bug and I can have a look on thursday
- # [12:58] <@smaug> so now I need some builds ?
- # [12:58] <whimboo> smaug: would be easier to reproduce if you have a local ci instance running and watch all builds not only the nightly ones
- # [12:58] <whimboo> yes
- # [12:58] <@smaug> whimboo: does that mean someone should push something to m-c or aurora?
- # [12:58] <whimboo> you will have to wait until the ones from today appear
- # [12:59] <whimboo> no. we don't run tests based on checkin
- # [12:59] <whimboo> but on nightly builds
- # [12:59] <@smaug> ah
- # [12:59] <@smaug> ok
- # [12:59] <whimboo> if you setup your own version you can change set to tinderbox
- # [12:59] <whimboo> s/set/that
- # [12:59] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7897fb9e2563 - Shian-Yow Wu - Bug 794767 - B2G RIL: Handle data call error without APN name. r=vicamo
- # [13:00] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
- # [13:01] <@smaug> Ms2ger: I assume you don't know why that assertion fires
- # [13:01] <Ms2ger> No, I just saw it in a tinderbox log
- # [13:01] <@smaug> um, this vpn connection is a bit painful
- # [13:02] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Quit: OS update)
- # [13:03] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:03] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
- # [13:03] <@smaug> Ms2ger: ah, I see...
- # [13:04] * AutomatedTester|AFK is now known as AutomatedTester
- # [13:04] <@smaug> Ms2ger: do you know which test caused the assertion
- # [13:04] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:04] <@smaug> hmm, wait
- # [13:05] <Ms2ger> https://tbpl.mozilla.org/php/getParsedLog.php?id=15735257&tree=Mozilla-Inbound
- # [13:05] <Ms2ger> So, test_wheeltransaction.xul?
- # [13:05] <@smaug> hmm, right, so chrome code may cause that assertion to fire
- # [13:05] <whimboo> smaug: please check our staging server : http://qa-masterblaster.mv.mozilla.com:8080/
- # [13:06] <whimboo> smaug: i put two items into the queue manually
- # [13:06] <@smaug> whimboo: should I use that?
- # [13:06] <whimboo> i can do more
- # [13:06] <@smaug> ah
- # [13:07] <@smaug> whimboo: and after enabling autorefresh, I just wait?
- # [13:07] * @smaug has about:cc installed to check when cc graph gets larger
- # [13:07] <whimboo> smaug: i added some more. hopefully it will show the problem
- # [13:07] <whimboo> just wait yes
- # [13:07] <gabor> janv: hey there, are you around?
- # [13:07] <@smaug> Ms2ger: file a bug and CC me and masayuki ?
- # [13:07] <Ms2ger> Will do
- # [13:08] <@smaug> thanks!
- # [13:08] * Ms2ger remembers that he promised mounir a bug too
- # [13:08] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
- # [13:08] <mounir> Ms2ger: indeed you did
- # [13:08] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:10] <@smaug> whimboo: so how long do you need to run the page usually ?
- # [13:10] * glob|away is now known as glob
- # [13:10] <@smaug> (atm I'm seeing smaller than ever CC graph )
- # [13:10] <whimboo> smaug: yesterday we had about 70 items in the queue
- # [13:10] <whimboo> so it hasn't taken that long
- # [13:10] <whimboo> but wait >30mins
- # [13:11] <whimboo> i have opened the tab too
- # [13:11] <@smaug> k
- # [13:11] * Quits: edmorley (edmorley@moz-67606CCE.range86-144.btcentralplus.com) (Quit: -> office)
- # [13:11] <whimboo> will head out for lunch and check when I'm back
- # [13:11] <@smaug> whimboo: note, I'm using a nightly build
- # [13:11] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:11] <@smaug> which has at least one CC handling related fix
- # [13:11] <whimboo> k
- # [13:12] <@smaug> oh, at least 2. We can optimize out from CC graph better, so CC times should stay lower
- # [13:12] <@smaug> whimboo: but the memchaser thing is odd
- # [13:12] <@smaug> that is separate problem I guess
- # [13:12] <whimboo> smaug: shall we file a bug on it against the sdk?
- # [13:13] <whimboo> or would you mind doing it?
- # [13:13] <@smaug> whimboo: file a bug on xpcom for now
- # [13:13] <@smaug> CC me and :mccr8
- # [13:13] <whimboo> you have better knowldege what's going on
- # [13:13] <whimboo> k will do later
- # [13:13] <@smaug> mccr8 knows about weakmaps
- # [13:13] <@smaug> which the bug is somehow about
- # [13:14] <mounir> Ms2ger: do you want to write the patch?
- # [13:14] <mounir> or should I do that?
- # [13:14] <Ms2ger> smaug, Core::Event Handling?
- # [13:14] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:14] <@smaug> yup
- # [13:15] <Ms2ger> mounir, do you have time to?
- # [13:15] <mounir> Ms2ger: it should be fast, so yes
- # [13:16] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:16] * Joins: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP)
- # [13:17] <@smaug> bah, wesj left
- # [13:18] <@smaug> oh, he is in SF. Can't be awake
- # [13:18] * Quits: surkov (surkov@D42CCF7A.CE67D555.26B1D6E2.IP) (Quit: surkov)
- # [13:19] * catlee-away is now known as catlee
- # [13:19] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:21] <@smaug> odd. chrome is insanely slow on this machine
- # [13:21] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:21] * Joins: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP)
- # [13:22] * Quits: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP) (Client exited)
- # [13:23] <@smaug> oh, hmm
- # [13:23] <@smaug> maybe not
- # [13:23] <@smaug> they have just regressed event handling performance pretty badly
- # [13:25] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:26] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:30] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:31] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
- # [13:32] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:35] * Quits: dao (dao@moz-296D3672.pool.mediaways.net) (Quit: Leaving.)
- # [13:35] * Quits: msucan (mihai@782EB6D4.8DC89BFB.21A4E96A.IP) (Quit: Leaving.)
- # [13:36] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:36] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
- # [13:37] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:38] * AutomatedTester is now known as AutomatedTester|away
- # [13:40] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
- # [13:42] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:43] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:43] * NeilAway wonders whether C++ lets you overload "delete Foo" (where Foo is a class) to stop the compiler from casting Foo to a pointer
- # [13:43] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:44] * Joins: gwagner_ (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:44] * Quits: gwagner_ (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
- # [13:45] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
- # [13:45] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:46] <@smaug> whimboo: so I've run it now for 30min, and there are no objects from the jenkins page in the CC graph. The graph stays almost all the time below 500 objects (which is really tiny). Yesterday the smallest graph you uploaded had 20000+ objects. CC time is between 8ms and 46ms
- # [13:46] <@smaug> NeilAway: you're thinking about the delete nsCOMPtr case ?
- # [13:46] <@smaug> I was surprised that even compiles
- # [13:47] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:47] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [13:48] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
- # [13:48] * Joins: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net)
- # [13:48] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [13:48] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:49] * Quits: thbet (kvirc@moz-7610E726.omega118.maxonline.com.sg) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
- # [13:51] <NeilAway> smaug: so was I
- # [13:51] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
- # [13:51] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [13:52] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [13:52] * AutomatedTester|away is now known as AutomatedTester|away|AFK
- # [13:53] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:53] * Joins: edmorley (edmorley@88F51059.F3BBB17D.144F44FA.IP)
- # [13:53] <gfritzsche> NeilAway: not possible to catch this case this way.
- # [13:54] <gfritzsche> and a bit too late to remove the implicit conversion to pointer i guess
- # [13:54] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [13:55] <gfritzsche> which i find evil
- # [13:57] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [13:58] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [13:58] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [13:59] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:00] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:01] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:02] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:02] * Joins: kanru (kanru@moz-E5704B97.dynamic.hinet.net)
- # [14:02] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:02] * Quits: kk1fff (patrick@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
- # [14:02] * Quits: @smaug (chatzilla@moz-104CC309.mv.mozilla.com) (Ping timeout)
- # [14:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9a3537526360 - Gervase Markham - Bug 759095 - remove stray references to tri-license.
- # [14:03] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:03] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
- # [14:03] * ChanServ sets mode: +o smaug
- # [14:03] <NeilAway> gfritzsche: we can't remove the implicit conversion to pointer...
- # [14:03] * Quits: markh (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
- # [14:03] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
- # [14:03] * Joins: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
- # [14:04] * bhearsum|afk is now known as bhearsum
- # [14:04] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
- # [14:06] * Joins: surkov (surkov@334F3A2D.CE67D555.26B1D6E2.IP)
- # [14:06] * glazou_lunch is now known as glazou
- # [14:07] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:07] <gfritzsche> NeilAway: so i assumed. do you know the reasoning against say ptr.get() though besides requiring global fixup?
- # [14:07] <Ms2ger> edmorley, thanks for the stars
- # [14:07] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:08] * Joins: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
- # [14:08] <Ms2ger> gfritzsche, completely useless noise every time you pass a pointer to a function?
- # [14:08] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:08] <gfritzsche> Ms2ger: not useless if it catches mistakes at compile-time, no?
- # [14:09] <Ms2ger> Meh
- # [14:09] <Ms2ger> The problem you need to solve is delete'ing refcounted objects, not smart pointers
- # [14:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ea93afa3c7b7 - Simone Carletti - Bug 794882 - Add hu.net to PSL. r=gerv.
- # [14:10] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:11] <zzzzz> If I mark a bug check-in needed thats in the 'keywords' field right ? or does something go in the Whiteboard ?
- # [14:12] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:12] * Joins: mcsmurf (mcsmurf@moz-140AC9AF.dip.t-dialin.net)
- # [14:12] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:12] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:12] <@smaug> Ms2ger: you need to delete refcounted objects at some point
- # [14:12] * Joins: ehoogeveen (VerGreeney@moz-DF6A8437.chello.nl)
- # [14:13] <Ms2ger> smaug, well, yes, that's kinda the issue
- # [14:13] <Ms2ger> zzzzz, correct, keywords
- # [14:13] <@smaug> this particular issue is about nsCOMPtr
- # [14:13] <zzzzz> Ms2ger: thanks
- # [14:15] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:16] <gfritzsche> Ms2ger: this seems orthogonally to me
- # [14:17] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:18] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:18] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:21] * Joins: c0smikdebris (c0smikdebr@160C6CD1.B5ACBD0B.BE90E62C.IP)
- # [14:21] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:21] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:22] * Quits: coop|afk (Chris@moz-DF73FB1A.dsl.bell.ca) (Quit: coop|afk)
- # [14:22] * Joins: saran (chatzilla@moz-A4561EF0.dynip.nus.edu.sg)
- # [14:23] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:23] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:24] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
- # [14:24] <whimboo> smaug: memory went up for me in between
- # [14:24] <whimboo> do you see something
- # [14:24] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
- # [14:26] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:26] <smontagu> so is there a way to get either from hg.mozilla.org or from local hg a particular version of a particular file?
- # [14:27] <smontagu> starting from http://hg.mozilla.org/mozilla-central/annotate/27a5fa7bcd30/intl/unicharutil/util/nsUnicodePropertyData.cpp there's a link to "raw", but what it gives me isn't raw at all
- # [14:27] <Pike> smontagu: hg help cat
- # [14:27] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:28] <Fallen> http://hg.mozilla.org/mozilla-central/file/27a5fa7bcd30/intl/unicharutil/util/nsUnicodePropertyData.cpp ?
- # [14:28] <Pike> also, http://hg.mozilla.org/mozilla-central/raw-file/27a5fa7bcd30/intl/unicharutil/util/nsUnicodePropertyData.cpp
- # [14:28] <Fallen> yes
- # [14:28] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
- # [14:28] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:28] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:28] <smontagu> Pike: ta
- # [14:29] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
- # [14:29] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
- # [14:29] * ChanServ sets mode: +o smaug
- # [14:30] * mjschranz_away is now known as mjschranz
- # [14:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5a3024f9a744 - Mike Hommey - Bug 794966 - Treat environment variables as = assignments instead of := in pymake. r=ted
- # [14:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/572b3980300c - Mike Hommey - Bug 792050 - Allow to precompile startup cache without omnijar'ing first. r=khuey
- # [14:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/dc70ce87180c - Mike Hommey - Bug 794490 - Don't buffer stdout and stderr in pymake. r=ted
- # [14:31] * Quits: saran (chatzilla@moz-A4561EF0.dynip.nus.edu.sg) (Ping timeout)
- # [14:31] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:32] * Joins: saran (chatzilla@moz-A4561EF0.dynip.nus.edu.sg)
- # [14:32] * Joins: gustavold1 (gustavold@8AD413DD.3053860D.A992BEAD.IP)
- # [14:33] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Quit: Leaving.)
- # [14:33] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:33] * mjschranz is now known as mjschranz_away
- # [14:34] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:34] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:34] * Quits: gustavold1 (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
- # [14:35] * Quits: past (past@moz-271C4BD7.dsl.dyn.forthnet.gr) (Ping timeout)
- # [14:37] * kmoir-afk is now known as kmoir
- # [14:37] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:38] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:38] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:40] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:42] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:42] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:43] * Joins: past (past@moz-271C4BD7.dsl.dyn.forthnet.gr)
- # [14:43] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:45] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
- # [14:46] * Joins: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP)
- # [14:46] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:46] * Quits: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP) (Connection reset by peer)
- # [14:47] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:48] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:49] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
- # [14:51] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Quit: Quitte)
- # [14:51] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:52] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:54] * Quits: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net) (Ping timeout)
- # [14:56] * Quits: c0smikdebris (c0smikdebr@160C6CD1.B5ACBD0B.BE90E62C.IP) (Ping timeout)
- # [14:56] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:56] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
- # [14:57] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [14:57] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
- # [14:58] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [14:58] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [14:58] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [14:58] * Quits: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
- # [14:59] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
- # [14:59] * Joins: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP)
- # [14:59] * Quits: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP) (Client exited)
- # [15:00] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
- # [15:00] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
- # [15:00] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:00] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
- # [15:01] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
- # [15:01] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:03] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:03] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
- # [15:03] * Quits: lerc (quassel@121-74-245-112.telstraclear.net) (Ping timeout)
- # [15:03] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
- # [15:03] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [15:03] * Joins: evilpie (chatzilla@moz-880CA09D.pools.arcor-ip.net)
- # [15:04] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:04] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [15:05] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
- # [15:05] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:06] * Joins: lerc (quassel@moz-403E94B9.telstraclear.net)
- # [15:06] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
- # [15:07] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:09] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:09] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [15:10] <Ms2ger> glandium, red
- # [15:10] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [15:10] * jmaher|afk is now known as jmaher
- # [15:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ef321673c843 - Eddy Bruel - Bug 795721 - Inherit FunctionBox from ObjectBox; r=njn
- # [15:12] <glandium> Ms2ger: sigh... i bet on yet another fun interaction between msys and pymake
- # [15:12] <Ms2ger> That wouldn't surprise me
- # [15:13] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:13] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Client exited)
- # [15:14] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
- # [15:14] * bwinton_away is now known as bwinton
- # [15:14] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
- # [15:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/74a06c56da4e - Gervase Markham - Bug 793469 - add MPL 2 headers to files which lack them.
- # [15:14] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:14] * Joins: dao (dao@moz-296D3672.pool.mediaways.net)
- # [15:15] * rail_away is now known as rail
- # [15:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bf9c0d80b36e - Mike Hommey - Backout changeset 572b3980300c (bug 792050) for windows pymake bustage.
- # [15:18] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [15:18] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:18] * Joins: armenzg (armenzg@moz-E9092C68.acanac.net)
- # [15:18] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [15:18] * Quits: kanru (kanru@moz-E5704B97.dynamic.hinet.net) (Ping timeout)
- # [15:20] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e956f3e5b10e - Gervase Markham - Bug 794314 - add .ca to IDN TLD whitelist.
- # [15:23] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:23] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Quit: Leaving.)
- # [15:23] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [15:24] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [15:24] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
- # [15:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:25] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Quit: jhopkins)
- # [15:28] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:28] * Joins: Mano (mano@moz-2C2FA273.adsl.012.net.il)
- # [15:29] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
- # [15:29] * Quits: RealRaven1 (Thunderbir@1ADA3892.E93B7327.C3498625.IP) (Connection reset by peer)
- # [15:29] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [15:30] * Joins: RealRaven (Thunderbir@1ADA3892.E93B7327.C3498625.IP)
- # [15:30] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:30] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [15:32] * Joins: twi (Adium@AB57DE4E.C141F5A7.509B472F.IP)
- # [15:32] * jet is now known as jet_meeting
- # [15:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7f64b635c8d6 - Alexander Surkov - Bug 785047 - force disable oop when JAWS is running, r=joshmoz
- # [15:33] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:34] * jet_meeting is now known as jet
- # [15:35] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
- # [15:35] * Joins: kk1fff (kk1fff@moz-F90AE879.dynamic.hinet.net)
- # [15:35] * Quits: shorlander (shorlander@moz-B9148154.dhcp.insightbb.com) (Quit: Quit)
- # [15:35] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:35] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Connection reset by peer)
- # [15:36] * Quits: glob (glob@moz-DF237567.glob.com.au) (Quit: Leaving...)
- # [15:36] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [15:37] * Joins: glob (glob@moz-DF237567.glob.com.au)
- # [15:37] * Joins: shorlander (shorlander@moz-B9148154.dhcp.insightbb.com)
- # [15:37] <Ms2ger> edmorley, need to go offline for an hour or two, I can deal with the Moth assertion when I get back
- # [15:37] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
- # [15:38] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
- # [15:38] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
- # [15:38] * ChanServ sets mode: +o bsmedberg
- # [15:38] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:39] * jlebar|sleep is now known as jlebar
- # [15:40] <jlebar> edmorley, How do you feel about this idea of letting people land try'ed changes on m-i with DONTBUILD?
- # [15:40] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:41] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
- # [15:41] * Quits: Ms2ger (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be) (Quit: bbl)
- # [15:41] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
- # [15:42] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
- # [15:43] * Quits: ehsan_ (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
- # [15:44] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:44] * Quits: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com) (Ping timeout)
- # [15:45] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
- # [15:45] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:46] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
- # [15:47] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
- # [15:47] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
- # [15:48] * Quits: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net) (Connection reset by peer)
- # [15:49] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:50] * khuey|away is now known as khuey
- # [15:50] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
- # [15:51] <@bsmedberg> jlebar: try -a ?
- # [15:51] <jlebar> bsmedberg, Is -a "all" or "any"?
- # [15:51] * @bsmedberg speculates that would mainly lead to inefficient use of try
- # [15:51] <@bsmedberg> -a is all, isn't it?
- # [15:51] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:52] <jlebar> bsmedberg, Then, yes, for the first experiment, anyway? A fair number of pushes already have try -a runs.
- # [15:52] <jlebar> bsmedberg, I was under the impression that try was 50% of our load to m-i's 25%, but catlee corrected me; it's m-i 40% to try 30%.
- # [15:53] <jlebar> bsmedberg, Which changes things a lot...
- # [15:53] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
- # [15:53] * Quits: AryehGregor (AryehGrego@D7EFF249.370A4D2C.DFEAE789.IP) (Ping timeout)
- # [15:54] <mrbkap> dougt: pong -- though I'm on the East Coast so I suspect you're going to wake up when I'm at lunch.
- # [15:55] * AutomatedTester|away|AFK is now known as AutomatedTester
- # [15:55] <jlebar> bsmedberg, But I think you're right that if people start doing try: -a builds just so they can push to m-i with DONTBUILD, that would probably lead to inefficient use of try.
- # [15:56] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [15:56] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
- # [15:57] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
- # [15:57] * ChanServ sets mode: +o dveditz
- # [15:57] <edmorley> Ms2ger: sorry was in a meeting
- # [15:57] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [15:57] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
- # [15:57] * glob is now known as glob|back
- # [15:57] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
- # [15:57] * glob|back is now known as glob
- # [15:58] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
- # [15:58] * AutomatedTester is now known as AutomatedTester|here|really_he
- # [15:58] * AutomatedTester|here|really_he is now known as AutomatedTester
- # [15:58] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [15:59] * Joins: coop (Chris@moz-DF73FB1A.dsl.bell.ca)
- # [16:01] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Quit: Leaving...)
- # [16:02] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [16:03] * wlach|afk is now known as wlach
- # [16:03] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Ping timeout)
- # [16:04] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [16:04] * Quits: Mano (mano@moz-2C2FA273.adsl.012.net.il) (Client exited)
- # [16:05] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [16:05] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
- # [16:07] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
- # [16:07] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Ping timeout)
- # [16:07] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [16:08] * Joins: kanha (Mibbit@91BC8839.F442218F.88FACCAA.IP)
- # [16:08] <kanha> hi
- # [16:09] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/645f41404b82 - Zack Weinberg - Another round of diagnostics for bug 536603.
- # [16:09] <firebot> http://hg.mozilla.org/mozilla-central/rev/784278a21091 - Zack Weinberg - Revert previous set of diagnostics for bug 536603.
- # [16:09] <kanha> I saw mozilla internship program list.Can anyone please tell me when is the deadline for submission of applications..?
- # [16:10] * Joins: adrian (adrian@moz-BF7393EA.w81-51.abo.wanadoo.fr)
- # [16:10] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [16:10] <Yoric> kanha: I don't think there is a specific deadline.
- # [16:10] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [16:10] * Joins: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP)
- # [16:10] <Yoric> However, last year, all positions were filled by december, if I recall correctly.
- # [16:10] * Quits: wlach (wlach@moz-9529DDD5.vif.net) (Quit: Leaving)
- # [16:11] <kanha> thanks Yoric :)
- # [16:11] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [16:11] <Yoric> np
- # [16:11] * Joins: automata (automata@AB8D352B.689DA881.32718129.IP)
- # [16:11] <kanha> I am interested in applying for it can you please guide me/
- # [16:11] <kanha> ?
- # [16:12] * Quits: shorlander (shorlander@moz-B9148154.dhcp.insightbb.com) (Quit: Bye!)
- # [16:12] * Joins: shorlander (shorlander@moz-B9148154.dhcp.insightbb.com)
- # [16:12] <Yoric> kanha: You should be able to find everything you are looking for at http://careers.mozilla.org/en-US/
- # [16:12] <Yoric> http://careers.mozilla.org, that is
- # [16:13] * Joins: Mano (mano@moz-2C2FA273.adsl.012.net.il)
- # [16:13] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [16:13] <kanha> thanks :D
- # [16:13] <bhearsum> jlebar: unit tests and talos run on the same machines
- # [16:13] * Quits: Optimizer (Optimizer@329DF061.6406F573.D5D59AD9.IP) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
- # [16:13] <bhearsum> and it's a single pool for try + everything else
- # [16:14] * Joins: Optimizer (Optimizer@329DF061.6406F573.D5D59AD9.IP)
- # [16:14] <bhearsum> (except 'make check', which runs on the build machines)
- # [16:14] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
- # [16:15] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
- # [16:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a3435a20d3ff - Eddy Bruel - Bug 795625 - Don't push StmtInfo for Parser::functionBody; r=jorendorff on irc
- # [16:15] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
- # [16:15] * jorendorff looks that one over
- # [16:15] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
- # [16:16] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
- # [16:16] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
- # [16:17] <jlebar> bhearsum, I see! Thanks.
- # [16:17] <bhearsum> your welcome
- # [16:18] * Joins: davidb (davidb@moz-C23C8819.dsl.bell.ca)
- # [16:18] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
- # [16:18] <@khuey> jlebar++
- # [16:19] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
- # [16:19] * Joins: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net)
- # [16:20] * Parts: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net)
- # [16:20] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
- # [16:23] * Quits: saran (chatzilla@moz-A4561EF0.dynip.nus.edu.sg) (Quit: ChatZilla 0.9.89 [Firefox 16.0/20120928123849])
- # [16:23] * Quits: Mano (mano@moz-2C2FA273.adsl.012.net.il) (Client exited)
- # [16:23] * Joins: Mano (mano@moz-2C2FA273.adsl.012.net.il)
- # [16:24] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
- # [16:26] * Quits: whimboo (whimboo@moz-CAA15461.superkabel.de) (Input/output error)
- # [16:26] <joe> philor|away: clearly not :/
- # [16:26] <joe> philor|away: as usual, thanks for bailing me out
- # [16:26] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
- # [16:27] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [16:27] * khuey is now known as khuey|away
- # [16:27] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
- # [16:28] * Quits: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (Ping timeout)
- # [16:28] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
- # [16:29] * Quits: artur (artur@moz-6DFBD742.hsd1.vt.comcast.net) (Input/output error)
- # [16:30] * Quits: Mano (mano@moz-2C2FA273.adsl.012.net.il) (Client exited)
- # [16:31] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
- # [16:31] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [16:31] <Yoric> I am looking at moving a subset of the shutdown sequence off the main thread.
- # [16:32] <Yoric> Do we have a way to prevent the shutdown from taking place until that code is complete?
- # [16:32] <Yoric> /that code/execution of that code/
- # [16:32] <jlebar> Yoric, A mutex, perhaps?
- # [16:33] <jlebar> Yoric, Or monitor, as you prefer...
- # [16:33] <Yoric> This is JS code, so not feasible.
- # [16:33] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
- # [16:33] <Yoric> (that I know of)
- # [16:33] <jlebar> Yoric, The OMT code is in JS?
- # [16:33] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/a1dd2f71fda0 - ffxbld - Added FENNEC_16_0b6_RELEASE FENNEC_16_0b6_BUILD1 tag(s) for changeset b522f9c2515d. DONTBUILD CLOSED TREE a=release
- # [16:33] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/b522f9c2515d - ffxbld - Automated checkin: version bump for fennec 16.0b6 release. DONTBUILD CLOSED TREE a=release
- # [16:33] <Yoric> jlebar: Yes.
- # [16:33] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
- # [16:33] * ChanServ sets mode: +o smaug
- # [16:34] * Joins: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
- # [16:34] <jlebar> Yoric, Is the caller of the code and the code you want to run once the OMT code finishes all in C++?
- # [16:34] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/a26a5447eaf9 - ffxbld - Automated checkin: version bump for firefox 16.0b6 release. DONTBUILD CLOSED TREE a=release
- # [16:34] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/08fc2749fdec - ffxbld - Added FIREFOX_16_0b6_RELEASE FIREFOX_16_0b6_BUILD1 tag(s) for changeset a26a5447eaf9. DONTBUILD CLOSED TREE a=release
- # [16:35] <jlebar> Yoric, Actually, if the JS is running OMT, is it in a worker?
- # [16:35] <Yoric> Well, at the moment, the caller and the code are bound only by an observer.
- # [16:35] <Yoric> Yes, it will be in a worker.
- # [16:35] <@smaug> bsmedberg: when you were doing xcomgc, was the main problem finding references to objects in the heap or what?
- # [16:35] <@smaug> bsmedberg: or...
- # [16:35] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
- # [16:36] * jwir3|away is now known as jwir3
- # [16:36] <@smaug> bsmedberg: what I'm more interested in, do you recall any problems with finding references in the stack
- # [16:36] <jlebar> Yoric, So...can't you send a message from the worker to the main thread saying "I'm done" and then have that trigger the remaining part of the shutdown sequence, if we're ready to do that part? Otherwise, once we get to that part where we'd start waiting for the other thread, we look at a variable which indicates that the other thread is already done, and then don't wait.
- # [16:36] * Quits: mike5w3c (MikeS@moz-9C602174.xgsspn.imtp.tachikawa.spmode.ne.jp) (Client exited)
- # [16:36] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
- # [16:37] <Yoric> jlebar: Not that simple.
- # [16:37] <@smaug> (and as usually, random use of 'in' and 'on' and 'with'. English is so odd.)
- # [16:37] * jlebar is starting to feel like he's not helping yoric. :)
- # [16:37] * Quits: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Ping timeout)
- # [16:37] <Yoric> At the moment, the only thing that prevents shutdown from proceeding is that the code is synchronous.
- # [16:37] * Joins: bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net)
- # [16:37] * ChanServ sets mode: +o bz
- # [16:37] <Yoric> If I add a mutex or a loop, well, there is not much gained by placing everything off the main thread.
- # [16:38] <jlebar> Yoric, You certainly don't want a busyloop.
- # [16:38] <Yoric> I certainly don't.
- # [16:38] <jlebar> Yoric, I'm not convinced the mutex would be worse, but maybe I misunderstand what you're trying to accomplish.
- # [16:38] <Yoric> I suppose I could do a nested event loop, but I have no clue how that would fare in shutdown context.
- # [16:38] * Joins: hipokrit (hipokrit@81016825.8DB70AE8.839F6EC0.IP)
- # [16:38] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
- # [16:39] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
- # [16:39] * Joins: mike5w3c (MikeS@moz-9C602174.xgsspn.imtp.tachikawa.spmode.ne.jp)
- # [16:39] * driaa is now known as dria
- # [16:39] <Yoric> Well, the mutex would just make things synchronous again.
- # [16:40] <jlebar> Yoric, You'd be able to run the worker concurrently with whatever main-thread stuff you want to do.
- # [16:40] <jlebar> Yoric, Until the join point.
- # [16:40] * Quits: kanha (Mibbit@91BC8839.F442218F.88FACCAA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [16:40] <jlebar> Yoric, Why do you care about handling events during shutdown?
- # [16:40] <Yoric> No, I just care about making sure that I am not blocking the rest of shutdown.
- # [16:40] * khuey|away is now known as khuey
- # [16:41] <Yoric> nested event loop is probably a bad idea for that
- # [16:41] <jlebar> Yoric, So you want this worker to go and not block shutdown, until main-thread shutdown reaches a certain point, right?
- # [16:41] <Yoric> That is the idea, indeed.
- # [16:41] <jlebar> Yoric, And once the main thread reaches that point, you want it to wait for the worker to complete?
- # [16:41] <Yoric> Indeed.
- # [16:41] <jlebar> That really sounds like a mutex/monitor to me.
- # [16:41] <Yoric> Phrased like this, it does sound like a mutex :)
- # [16:42] <Yoric> Ok, let's get back to the code and find out just where a mutex would make sense.
- # [16:42] <@smaug> so in principle would anyone object if I added StackPtr<nsIFoo>. If nsIFoo was marked to have only cycle collectable implementations, addref/release wouldn't be called (but CC would ensure that the object isn't deleted), otherwise AddRef/Release would be called like with nsCOMPtr/nsRefPtr
- # [16:42] <Yoric> Thanks.
- # [16:43] <jlebar> Yoric, sure thing; I'm glad I actually helped!
- # [16:45] * Joins: victorporof (victorporo@65B2B26E.AB163232.79933D60.IP)
- # [16:45] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Quit: )
- # [16:46] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
- # [16:46] * Quits: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP) (Quit: Computer has gone to sleep.)
- # [16:46] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
- # [16:46] <@bsmedberg> smaug: the stack refs are the hard problem, really
- # [16:47] <@bsmedberg> smaug: because any efficient GC is going to have to be a moving GC, so you need to either have compiler support for GC safe points and moving pointers
- # [16:47] <@smaug> bsmedberg: why? I would need them only to root things, not for any traversing
- # [16:47] <@smaug> bsmedberg: ah, yeah, in GC
- # [16:47] <@bsmedberg> or C++ smart classes and then make sure that they aren't optimized away incorrectly
- # [16:47] <@smaug> yup
- # [16:48] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Input/output error)
- # [16:48] <@bsmedberg> that's what really killed the first XPCOMGC and made us sure that we needed a new language
- # [16:48] <@smaug> that is what I'm thinking for CC
- # [16:48] <@bsmedberg> yeah, stack rooting for nonmoving CC sounds probably reasonable
- # [16:49] <Yoric> Are you discussing switching from reference-counting to gc?
- # [16:49] <@smaug> no
- # [16:49] <@smaug> optimizing cycle collector some more
- # [16:49] <@smaug> and relying on it more so that we could optimize out lots of addref/release calls
- # [16:50] <@smaug> but this stack thingie needs to happen after some other changes
- # [16:50] <@smaug> so won't do it any time soon
- # [16:51] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
- # [16:51] * jcranmer|away is now known as jcranmer
- # [16:52] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
- # [16:52] <Yoric> ok
- # [16:53] <jcranmer> catlee: how much does comm-central/try-c-c eat up compared to the mozilla-* stuff?
- # [16:53] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
- # [16:54] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
- # [16:55] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
- # [16:55] * Joins: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP)
- # [16:56] * joduinn-afk is now known as joduinn-coffee
- # [16:56] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
- # [16:56] * ChanServ sets mode: +o ehsan
- # [16:58] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
- # [16:58] * Quits: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
- # [16:58] * Quits: kmoir (chatzilla@moz-4CA9B556.cable.teksavvy.com) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
- # [16:58] * Joins: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP)
- # [16:59] <catlee> jcranmer: time-wise?
- # [16:59] * Joins: kmoir (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
- # [17:00] <jcranmer> yeah
- # [17:01] * mcote|afk is now known as mcote
- # [17:03] <catlee> jcranmer: comm-central is ~1.4%, and try-comm-central is ~0.19%
- # [17:03] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
- # [17:04] <jlebar> Are b2g builds even on tryserver?
- # [17:05] * jlebar does not see them e.g. in https://tbpl.mozilla.org/?tree=Try&rev=93d987c3a6c8
- # [17:05] <jcranmer> catlee: that seems lower than I was expecting, but, then again, we only have two testsuites :-)
- # [17:05] * Quits: adrian (adrian@moz-BF7393EA.w81-51.abo.wanadoo.fr) (Ping timeout)
- # [17:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/16ae4d5d27d7 - Vladimir Vukicevic - b=731974, requestAnimationFrame generates too short/long frames; r=bz,smaug,roc
- # [17:06] * Joins: artur (artur@moz-E2A8B1AD.hsd1.vt.comcast.net)
- # [17:06] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
- # [17:06] <catlee> jlebar: yeah, only with -p all
- # [17:06] <catlee> "Armv7a ICS opt"
- # [17:06] <jlebar> catlee, Oh, of course. :)
- # [17:06] <jlebar> catlee, Thanks. :)
- # [17:07] * sheeri-afk is now known as sheeri
- # [17:07] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
- # [17:08] * Joins: adrian (adrian@moz-81198B5A.w83-203.abo.wanadoo.fr)
- # [17:08] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
- # [17:08] * Joins: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP)
- # [17:08] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
- # [17:09] <evilpie> firebot: uuid
- # [17:09] <firebot> 98f3b51b-bb55-4276-a43c-db636f8d77e3 (/msg firebot cid for CID form)
- # [17:09] * Joins: nhirata (nhirata.bu@moz-6D599AA6.hsd1.ca.comcast.net)
- # [17:10] * catlee is now known as catlee-buildduty
- # [17:10] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
- # [17:11] * Quits: squeakytoy (christoffe@moz-9E84F244.netset.se) (Quit: Leaving)
- # [17:11] <@ehsan> vlad: \o/
- # [17:11] <evilpie> firebot: thanks
- # [17:11] <firebot> evilpie: just doing my job!
- # [17:11] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
- # [17:11] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
- # [17:11] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
- # [17:11] <vlad> ehsan: fingers furiously crossed
- # [17:12] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Ping timeout)
- # [17:12] * Joins: Mavericks (Mibbit@F3E7C8E8.EF1C5635.C6104E0F.IP)
- # [17:12] * Parts: Mavericks (Mibbit@F3E7C8E8.EF1C5635.C6104E0F.IP)
- # [17:13] * Quits: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net) (Ping timeout)
- # [17:13] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
- # [17:13] <decoder> glandium: ping?
- # [17:13] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
- # [17:14] <glandium> decoder: pong
- # [17:14] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
- # [17:15] * Joins: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net)
- # [17:16] <decoder> glandium: remember the change I made in widget/gtk2/mozcontainer.c because of that GTK incompatiblity on test slaves?
- # [17:16] <decoder> is that still necessary?
- # [17:16] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Connection reset by peer)
- # [17:16] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [17:16] <@ehsan> kinetik: do you want me to land bug 795892?
- # [17:16] * Joins: Callek (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
- # [17:17] * Joins: espindola (espindola@moz-2B787F88.dsl.teksavvy.com)
- # [17:17] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Client exited)
- # [17:17] * ctalbert|afk is now known as ctalbert
- # [17:19] * khuey is now known as khuey|away
- # [17:19] <@smaug> vlad: why did you assign Bug 793233 to me ?
- # [17:19] * Quits: twi (Adium@AB57DE4E.C141F5A7.509B472F.IP) (Ping timeout)
- # [17:20] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
- # [17:20] * Quits: balrog (balrog@moz-B2B40F6A.phlapa.east.verizon.net) (Ping timeout)
- # [17:20] <@smaug> vlad: smontagu is 'not smaug'
- # [17:20] <glandium> decoder: not since bug 793634 landed
- # [17:20] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
- # [17:21] <vlad> smaug: sigh, not on purpose
- # [17:21] * Quits: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net) (Ping timeout)
- # [17:21] <vlad> smaug: bugzilla got me stuck in a "your show_bug page is too old!" cycle and I have no idea what it ended up submitting even though I went back.. sorry 'bout that
- # [17:22] * Joins: gerv (Instantbir@moz-421446D0.range81-131.btcentralplus.com)
- # [17:22] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
- # [17:23] <@ehsan> froydnj: so, is it time to have a tracker bug for the war on prtypes.h?
- # [17:23] * @ehsan has been drowning in them
- # [17:23] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
- # [17:23] * Quits: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com) (Client exited)
- # [17:24] * Joins: bonnie (bbsurender@3035F4A5.3753335A.B66DD36E.IP)
- # [17:24] * jdm is now known as jdm|away
- # [17:25] <decoder> glandium: thanks! :)
- # [17:25] <froydnj> ehsan: think so!
- # [17:26] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
- # [17:26] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
- # [17:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9a73d985e5e9 - Matthew Gregan - Bug 795892 - Fix CORS listener refcnt in ChannelMediaResource::OpenChannel. r=roc
- # [17:26] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
- # [17:26] <froydnj> ehsan: unfortunately that s/prtypes.h// patch doesn't quite work because nsString.h needs prtypes.h in opt builds =/
- # [17:26] * Joins: hotty2scotty (chirag@44B71B4E.1C081A86.35E0727C.IP)
- # [17:26] <@ehsan> froydnj: problem is, how would I find all of those bugs that I've filed? ;)
- # [17:26] <@ehsan> froydnj: oh why is that?
- # [17:26] * @ehsan might have seen the same thing
- # [17:27] <jcranmer> ehsan: PRUnichar?
- # [17:27] <jcranmer> oh, presumably you added the prunichar-only header
- # [17:27] <jcranmer> nm
- # [17:27] <froydnj> ehsan: because nsDebug.h includes prprf.h for DEBUG only, which of course includes prtypes.h
- # [17:28] <froydnj> ehsan: but clearly that doesn't have in opt builds, so things die
- # [17:28] <@ehsan> jcranmer: right
- # [17:28] * Joins: mwu (mwu@moz-59435430.hsd1.nj.comcast.net)
- # [17:28] <@ehsan> froydnj: sorry I can't see why that would break the build?
- # [17:30] * Joins: balrog (balrog@moz-8D2AA394.phlapa.east.verizon.net)
- # [17:30] * AutomatedTester is now known as AutomatedTester|away
- # [17:31] <froydnj> ehsan: the #include chain is long and torturous, but as best I can see, nsString.h gets prtypes.h via nsTArray.h (!), which includes nsDebug.h and prtypes.h
- # [17:31] <froydnj> and when we remove prtypes.h from nsTArray.h, the only way to get prtypes.h is through nsDebug.h
- # [17:32] <tbsaunde> froydnj: but why does nsString.h need pryypes.h at all?
- # [17:32] <froydnj> tbsaunde: PRUnichar
- # [17:32] <@ehsan> froydnj: oh, so is it the case that nsString.h relies on prtypes.h but does not include it?
- # [17:32] <froydnj> ehsan: right. I think it's sufficient to make that dependency explicit
- # [17:32] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [17:32] * Quits: hotty2scotty (chirag@44B71B4E.1C081A86.35E0727C.IP) (Quit: Leaving)
- # [17:33] <tbsaunde> froydnj: oh, I was assuming you had done the prunichar only header
- # [17:33] <@ehsan> froydnj: r+
- # [17:33] * joduinn-coffee is now known as joduinn-commute
- # [17:33] <@ehsan> tbsaunde: no, we're long ways away from that!
- # [17:34] * Quits: balrog (balrog@moz-8D2AA394.phlapa.east.verizon.net) (Ping timeout)
- # [17:35] <tbsaunde> ehsan: well I know it :)
- # [17:35] * Joins: wlach (wlach@3135A244.1C52CEC9.9422F51C.IP)
- # [17:36] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
- # [17:37] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
- # [17:37] <jcranmer> we should just make a char16_t typedef in mozilla/StandardInteger.h (?) and use that instead
- # [17:38] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
- # [17:39] <@ehsan> dholbert: ping
- # [17:40] <tbsaunde> ehsan: btw looks like PRUnichar isn't really that hard #ifdef win32 wcahr #else PRUint16
- # [17:40] * sheeri is now known as sheeri-afk
- # [17:40] <tbsaunde> so yeah char16_t seems pretty doable
- # [17:40] * Joins: harth (harth@moz-CF96C405.hsd1.ca.comcast.net)
- # [17:41] <@ehsan> tbsaunde: but we also need a way to construct literals, i.e., make NS_LITERAL_STRING work
- # [17:41] <jcranmer> ehsan: we already use u"" if it's supported
- # [17:41] <jcranmer> for gcc 4.4, we stick with -fshort-wchar and use L""
- # [17:41] <jcranmer> and for MSVC we do that as well
- # [17:41] * Joins: balrog (balrog@moz-3457CBD.phlapa.east.verizon.net)
- # [17:41] <@ehsan> jcranmer: hmm, ok well maybe that would work then!
- # [17:42] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
- # [17:42] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
- # [17:42] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
- # [17:42] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [17:43] <@ehsan> jcranmer: wanna comment in https://bugzilla.mozilla.org/show_bug.cgi?id=dieprtypesdie please?
- # [17:43] * Quits: gerv (Instantbir@moz-421446D0.range81-131.btcentralplus.com) (Ping timeout)
- # [17:45] <froydnj> prtypes.die.die.die?
- # [17:45] * Joins: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
- # [17:45] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Ping timeout)
- # [17:45] * Parts: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
- # [17:46] <jcranmer> ehsan: I'll do you one better
- # [17:47] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
- # [17:48] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
- # [17:48] * philor|away is now known as philor
- # [17:48] * Quits: balrog (balrog@moz-3457CBD.phlapa.east.verizon.net) (Ping timeout)
- # [17:49] <evilpie> include "prtypes.h", Found 281 matching lines in 279 files worthy goal
- # [17:50] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
- # [17:50] <glandium> evilpie: interesting that some files include it twice
- # [17:51] * Parts: evilpie (chatzilla@moz-880CA09D.pools.arcor-ip.net)
- # [17:51] * Joins: evilpie (chatzilla@moz-880CA09D.pools.arcor-ip.net)
- # [17:51] <jcranmer> it would be fun to have a patch that cleans up all the header includes
- # [17:51] <evilpie> "fun"
- # [17:52] * Joins: tchevalier (Daily@moz-1B133DEC.w109-210.abo.wanadoo.fr)
- # [17:52] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
- # [17:53] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
- # [17:54] * jdm|away is now known as jdm
- # [17:54] * Joins: Goldorak (chatzilla@DA28E480.4E10EF70.187A1082.IP)
- # [17:56] * Joins: balrog (balrog@moz-710DA0B1.phlapa.east.verizon.net)
- # [17:56] * catlee-buildduty is now known as catlee-lunch
- # [17:56] <jcranmer> ehsan: what about the patch that stops using LL_SUB-and-friends? :-)
- # [17:56] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Client exited)
- # [17:57] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
- # [17:58] * Joins: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net)
- # [17:58] * Quits: merinui (merinui@moz-1D8A7606.osk2.eonet.ne.jp) (Quit: Leaving...)
- # [17:58] * Joins: Ms2ger (Ms2ger@AD95302.E81877AA.37724B0D.IP)
- # [17:58] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
- # [17:59] <jcranmer> ehsan: oh, what about PRTime, too?
- # [18:00] <jlebar> philor, Do not mistake me for a "we do not have teh capacity" apologist.
- # [18:00] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
- # [18:00] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
- # [18:01] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
- # [18:01] * Joins: gaston (landry@861401CD.A2BA8900.59F0E0D2.IP)
- # [18:02] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
- # [18:03] <glandium> jcranmer: the problem of PRTime is: what do you want to replace it with? I'm moving a few instances to TimeStamps, and that's painful. Depending on what PRTime is currently used for, TimeStamp may *not* be a fit
- # [18:03] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
- # [18:03] <jcranmer> we need prtypes.h for PRTime
- # [18:03] <jcranmer> really, what we need is a good MFBT/XPCOM/something chrono system
- # [18:04] <evilpie> is PR stuff okay in security/ ?
- # [18:04] <biesi_> evilpie, manager or nss?
- # [18:04] <evilpie> nss
- # [18:04] <biesi_> yes
- # [18:04] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [18:04] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
- # [18:05] <glandium> evilpie: more than okay, it's almost mandatory
- # [18:05] <biesi_> jcranmer, someone had a patch for the LL_ macros, which got r-
- # [18:05] <jcranmer> I know I replaced them all in comm-central a few weeks back
- # [18:05] <jcranmer> 80-90% of them were PRTime-related
- # [18:06] * Joins: ahal (ahal@moz-542CF022.cpe.net.cable.rogers.com)
- # [18:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/345a2a8ccb18 - Ed Morley - Merge last PGO-green changeset of mozilla-inbound to mozilla-central
- # [18:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/645f41404b82 - Zack Weinberg - Another round of diagnostics for bug 536603.
- # [18:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/784278a21091 - Zack Weinberg - Revert previous set of diagnostics for bug 536603.
- # [18:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9fec17552df2 - Ed Morley - Merge mozilla-central to mozilla-inbound
- # [18:07] * Joins: RudyL_ (rudy@moz-26E37568.dynamic.hinet.net)
- # [18:07] * Joins: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP)
- # [18:07] <ehoogeveen> Hmm, is profiling broken in today's Nightly? I've tried from a clean profile; pressing the Analyse button brings up the profile analysis page, but the 'Retrieving profile' bar stays empty
- # [18:08] * Fallen is now known as Fallen|away
- # [18:09] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
- # [18:09] * catlee-lunch is now known as catlee-buildduty
- # [18:09] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
- # [18:09] * Joins: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [18:09] <evilpie> biesi_: ah you! new patch for bug 795442 is up in a minute
- # [18:10] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
- # [18:10] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
- # [18:10] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Client exited)
- # [18:11] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
- # [18:11] <biesi_> evilpie, cool
- # [18:11] <biesi_> but I can't review it immediately
- # [18:11] <biesi_> I need to get out of bed and to work
- # [18:11] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
- # [18:11] * joduinn-commute is now known as joduinn-mtg
- # [18:12] <evilpie> :)
- # [18:12] * AutomatedTester|away is now known as AutomatedTester|mtg
- # [18:12] <Waldo> pshaw
- # [18:12] <jcranmer> speaking of bed
- # [18:12] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
- # [18:13] <jcranmer> I need to go to bed and read my qual papers
- # [18:13] <NeilAway> jcranmer: will our new "uchar" type be the type of NS_LL("") or an integer type?
- # [18:13] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
- # [18:14] * coop is now known as coop|mtg
- # [18:14] <Waldo> NeilAway: possibly a hybrid, since compiler support advances unevenly
- # [18:14] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
- # [18:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/02f0c3cf5575 - Justin Lebar - Bug 794280 - Improve comment for SpecialPowers.pushPrefEnv(). r=ted DONTBUILD
- # [18:15] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Quit: ChatZilla 0.9.89 [Firefox 17.0a2/20120907042009])
- # [18:15] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
- # [18:17] <ehoogeveen> Hmm, it seems version 1.9.7 of the profiler plugin is broken for me - 1.9.6 seems to work fine
- # [18:18] <philor> jlebar: I know, but since most of the failures that get as far as me are the "huh, I never would have expected my patch to cause failures there" sort, and those are the ones where I'm least suited to figuring it out and the ones most likely to cause extended tree closures for retriggering to narrow it down, I don't have much fondness for "only test what you expect to fail"
- # [18:19] * past is now known as past|away
- # [18:19] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
- # [18:19] * Quits: Optimizer (Optimizer@329DF061.6406F573.D5D59AD9.IP) (Ping timeout)
- # [18:20] <jlebar> philor, If you have a better idea of how to deal with current levels of (in)capacity, we could really use it.
- # [18:22] * Quits: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP) (Ping timeout)
- # [18:22] <glandium> i think avoiding to clobber everything and being able to cancel builds on m-i and m-c could help greatly, already.
- # [18:22] <glandium> for instance, between my landing and my backout, there was no point wasting time continuing to build on windows
- # [18:22] * Joins: Optimizer (Optimizer@D88E5603.6B61551B.BE90E62C.IP)
- # [18:22] * Joins: Lucas (Lucas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [18:23] <jlebar> glandium, That's probably true! We have a bug on that, right?
- # [18:23] * Joins: atte (atte@moz-401E92F1.dhcp.inet.fi)
- # [18:23] <philor> jlebar: the only good one I have so far is "ffs, if you see someone doing stupid pushes to try, *talk* to them since they almost certainly were never told any different"
- # [18:23] <glandium> jlebar: i know there is one about windows builds not actually cancelling. i'm not sure there is one for having a cancellation not manually require a clobber
- # [18:23] * kmoir is now known as kmoir-afk
- # [18:23] <philor> but we seem to prefer the route of writing hooks which will burn everyone, instead
- # [18:23] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
- # [18:24] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
- # [18:24] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Quit: Leaving.)
- # [18:24] <philor> yeah, there's a "cancel should set clobber" bug
- # [18:24] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
- # [18:24] * Joins: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP)
- # [18:24] <glandium> as for the clobberer, if it was better integrated with the rest, we could avoid across-the-board-clobbers
- # [18:25] <bwinton> philor: There is no social problem which can't be "fixed" by an extremely inconvenient technical solution. ;)
- # [18:25] <philor> :D
- # [18:25] <glandium> probably not all of them, but certainly a lot of them
- # [18:25] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
- # [18:26] * Joins: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com)
- # [18:26] * khuey|away is now known as khuey
- # [18:26] <philor> bug 658934, but build coalescing is probably subject to the same problem where running.js doesn't understand how coalescing works and shows the build as running on one push when it's really running on another one, so dependent on that too
- # [18:26] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
- # [18:26] * Quits: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net) (Ping timeout)
- # [18:26] <glandium> also, now that we have a pymake "native" cl.exe wrapper, we can certainly integrate the ccache-like program for msvc
- # [18:27] <glandium> ted: ^
- # [18:27] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
- # [18:28] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
- # [18:28] <jlebar> As much as I love ccache, all the data I've seen has pointed to its not being a large win on our builders.
- # [18:28] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
- # [18:28] <dholbert> ehsan, pong
- # [18:29] <glandium> jlebar: on windows, that could be a totally different story
- # [18:29] <jlebar> glandium, Indeed, it could be.
- # [18:29] * Quits: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net) (Ping timeout)
- # [18:29] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [18:30] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Quit: brendan)
- # [18:30] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
- # [18:30] <catlee-buildduty> jlebar: in small tests it always seems like a win. maybe our cache is too small still
- # [18:31] <jlebar> catlee-buildduty, I think part of the trouble is that if the cache is local (and maybe it has to be), you kind of need to be clever about how you assign jobs to builders.
- # [18:31] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
- # [18:31] * Quits: dao (dao@moz-296D3672.pool.mediaways.net) (Quit: Leaving.)
- # [18:32] <jlebar> catlee-buildduty, Having a shared cache seems like it would theoretically help a lot more, but I recall that you guys tried that and found a lot of practical difficulties.
- # [18:33] <tbsaunde> jlebar: it probably also makes a huge difference if you look at try or m-i / m-c
- # [18:33] <jlebar> tbsaunde, Yes, absolutely, they're quite different.
- # [18:33] <tbsaunde> I'd guess ccache doesn't win you much if anything on a dep build, but should on clobber
- # [18:33] <catlee-buildduty> jlebar: yeah, they're all local right now, on the same disk even. we do try and assign jobs to the most recent available slave that did that type of job
- # [18:33] * Joins: paolo (paolo@moz-5AF69E8B.retail.telecomitalia.it)
- # [18:34] <jlebar> catlee-buildduty, But e.g. for a try build, a smarter heuristic would be to look at the "base revision" of the try push.
- # [18:34] * Joins: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net)
- # [18:34] * jwir3 is now known as jwir3|lunch
- # [18:35] <glandium> tbsaunde: indeed
- # [18:35] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
- # [18:35] * Quits: Optimizer (Optimizer@D88E5603.6B61551B.BE90E62C.IP) (Ping timeout)
- # [18:36] * Joins: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [18:36] <catlee-buildduty> jlebar: yeah. I think that's pretty expensive to figure out in this environment though.
- # [18:36] <catlee-buildduty> pushlog doesn't publish ancestry
- # [18:36] <glandium> another thing that would definitely help *me* reduce my try load is if we were able to tell to try: hey, i want you to do builds for this changeset, this other changeset, and yet another one, all sequentially (that is, first is clobber, others are incremental)
- # [18:36] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
- # [18:37] <jlebar> catlee-buildduty, You can't use pushlog to see the top cset of the push and then use normal hg to find the parent of that?
- # [18:37] * Quits: balrog (balrog@moz-710DA0B1.phlapa.east.verizon.net) (Ping timeout)
- # [18:37] <glandium> (and incremental against each other, so would reuse the same builder every time)
- # [18:37] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
- # [18:38] <jlebar> catlee-buildduty, Anyway, it's still not simple even once you have that rev. :shrug:
- # [18:38] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
- # [18:38] * Joins: Optimizer (Optimizer@AC6731C0.7EC8F5F5.BE90E62C.IP)
- # [18:38] * Quits: glob (glob@moz-DF237567.glob.com.au) (Ping timeout)
- # [18:39] <catlee-buildduty> jlebar: we don't have repos checked out where this code is running
- # [18:39] * Quits: teoli (teoli@514D186.F3BBB17D.144F44FA.IP) (Input/output error)
- # [18:39] * Joins: glob (glob@moz-DF237567.glob.com.au)
- # [18:39] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
- # [18:39] <jlebar> catlee-buildduty, We have no web service which can tell you the parent of a cset on try?
- # [18:40] <jlebar> catlee-buildduty, I guess you're saying, pushlog is the only one which returns machine-parseable data, and it doesn't have that piece of data.
- # [18:40] <taras> khuey: what are orphan nodes in about:memory?
- # [18:40] <taras> or jlebar ^
- # [18:40] <glandium> jlebar: it should be easy to ask the mercurial server, actually
- # [18:40] <jlebar> taras, They're DOM nodes which are not part of a document's DOM tree.
- # [18:41] <taras> thanks
- # [18:41] <jlebar> taras, sure thing.
- # [18:41] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
- # [18:41] <jlebar> taras, In case you don't know, if you hover over an entry in about:memory, it will give a description. But the orphan-nodes description is not particularly helpful.
- # [18:43] <taras> jlebar: thanks, i forgot about that
- # [18:43] * sheeri-afk is now known as sheeri
- # [18:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6b900e03eb58 - Jeff Walden - Windows opt build warning fixes. No bug, r=njn on the jsopcode code removal, r=lumpy on the rest
- # [18:45] * Joins: balrog (balrog@moz-6B18619.phlapa.east.verizon.net)
- # [18:46] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
- # [18:47] * Quits: balrog (balrog@moz-6B18619.phlapa.east.verizon.net) (Ping timeout)
- # [18:47] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
- # [18:48] * Joins: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com)
- # [18:48] <philor> catlee-buildduty: graphserver's saying it's "temporarily unavailable" - dunno if that's in the past, or someone should be closing every tree
- # [18:49] <philor> edmorley: and here's our chance to see how we do at parsing the scrape for talos when it's unexpected
- # [18:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c0ef7fe877d2 - Ed Morley - Backout 16ae4d5d27d7 for mochitest-other failures in test_mousescroll.xul
- # [18:50] <edmorley> philor: :-)
- # [18:50] * Quits: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP) (Quit: Leaving...)
- # [18:51] <catlee-buildduty> philor: looks up to me right now
- # [18:51] <@bz> make question
- # [18:51] <BenWa> ehoogeveen: What happens?
- # [18:51] <@bz> Is there a way to do something like "make foo bar"
- # [18:51] <Ms2ger> make foo && make bar
- # [18:51] * Joins: victorporo (victorporo@65B2B26E.AB163232.79933D60.IP)
- # [18:51] <@bz> and have the actual commands for target foo get "bar" as a value?
- # [18:51] <@bz> that they can operate with?
- # [18:51] <Ms2ger> Oh
- # [18:51] <@bz> I mean, I can obviously do make ARG=bar foo
- # [18:51] <Ms2ger> "BAR=bar make foo" is the usual pattern, I think :)
- # [18:51] <@bz> but that's ugly
- # [18:52] <Ms2ger> ./mach foo bar!
- # [18:52] <@bz> mmm
- # [18:52] <@bz> ok, so perhaps a broader question
- # [18:52] <@bz> if we have a way to autogen example class decls for webidl bindings
- # [18:52] <edmorley> catlee-buildduty: so should we close?
- # [18:52] <@bz> what should the command to do that be?
- # [18:52] * Joins: brendan (brendaneic@moz-BC436F15.hsd1.ca.comcast.net)
- # [18:52] <@bz> I was thinking "make example FooInterface" in the dom/bindings objdir
- # [18:52] <Ms2ger> ./dom/bindings/stubgenerator/generate.sh? :)
- # [18:53] * Joins: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP)
- # [18:53] <@bz> it needs to run in the objdir
- # [18:53] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
- # [18:53] <glandium> bz: make whatever-the-target-file-name-is
- # [18:53] <@bz> because it needs info that't not available in the srcdir
- # [18:53] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
- # [18:53] <@bz> glandium: mmm
- # [18:53] <BenWa> Anyone know why I get 5 mozStorage threads after startup?
- # [18:53] <catlee-buildduty> edmorley: when is the latest failure?
- # [18:53] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [18:53] <@bz> glandium: I don't have a way to generate make targets dynamically like that
- # [18:53] <@khuey> BenWa: because we open databases?
- # [18:53] <edmorley> catlee-buildduty: 1737 or later
- # [18:53] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
- # [18:54] <BenWa> Isn't 5 dedicated thread excessive?
- # [18:54] <edmorley> catlee-buildduty: 7 mins ago
- # [18:54] <@bz> glandium: I'd need one target per interface or something
- # [18:54] <@ehsan> dholbert: is https://bugzilla.mozilla.org/show_bug.cgi?id=793880 something you'd like to review?
- # [18:54] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [18:54] <@bz> basically, the question is what should happen when there are two interfaces in a single webidl file
- # [18:54] <baku> bz, maybe you have comments/hints about 796850 ?
- # [18:54] <@bz> do we want to be able to generate an example per-interface?
- # [18:54] <Ms2ger> "./mach webidl-example Foo" from topsrcdir? :)
- # [18:54] <@bz> or just one for the entire webidl file?
- # [18:54] <catlee-buildduty> edmorley: link me!
- # [18:54] <froydnj> BenWa: one thread per database?
- # [18:54] <@bz> Ms2ger: does that work if you're not normally using mach? ;)
- # [18:54] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
- # [18:54] <vlad> edmorley: intermittent orange is intermittent :(
- # [18:54] <@bz> baku: looking
- # [18:55] <BenWa> froydnj: Anyone know off hand how much memory is consumed by a thread on various platform?
- # [18:55] <@bz> baku: "we should do it"
- # [18:55] <glandium> bz: make example-FooInterface ?
- # [18:55] <Ms2ger> bz, you mean, haven't built with mach?
- # [18:55] <BenWa> I'm getting a wild range of figures
- # [18:55] <@bz> glandium: hmm
- # [18:55] <@bz> glandium: yeah, ok, I might be able to do that
- # [18:55] <catlee-buildduty> edmorley: all OSes?
- # [18:55] <edmorley> vlad: it's not intermittent (perhaps not every platform, but still)
- # [18:55] <@bz> MS2ger: certainly not. ;)
- # [18:55] <baku> bz, heheh great :)
- # [18:55] <vlad> edmorley: look at the next commit?
- # [18:55] <edmorley> philor: need bug 794895 to get these talos failures in the summary
- # [18:55] <@bz> baku: do you have specific questions?
- # [18:55] <froydnj> BenWa: I want to say default stack size on Linux is a couple megabytes
- # [18:55] * Joins: balrog (balrog@moz-B633A22B.phlapa.east.verizon.net)
- # [18:55] <baku> bz, is it "just" a cpp impl + webidl
- # [18:55] <froydnj> BenWa: don't know about osx or windows
- # [18:55] <vlad> and try server etc. runs; though it's a badly written test, I'm fixing it now
- # [18:56] <@bz> baku: it's changing the codegen
- # [18:56] <glandium> BenWa: virtually nothing on linux and osx, except for address space
- # [18:56] <Ms2ger> bz, it's just python, I don't think there would be big issues
- # [18:56] <baku> or does it involve some python code?
- # [18:56] <@khuey> BenWa: "consumed" meaning address space or actual memory?
- # [18:56] <@ehsan> BenWa: 1mb on windows: http://msdn.microsoft.com/en-us/library/windows/desktop/ms686774%28v=vs.85%29.aspx
- # [18:56] <vlad> (as are the other oranges, working no fixing them all)
- # [18:56] <BenWa> froydnj: And 34 threads on startup where looking at a base memory usage of 68MB which is insane
- # [18:56] <@bz> baku: to add a new type of argument and return value
- # [18:56] <edmorley> vlad: opt on next push is failing too
- # [18:56] * philor is now known as philor|away
- # [18:56] <@bz> baku: so python
- # [18:56] <Ms2ger> bz, except maybe getting at an objdir
- # [18:56] <catlee-buildduty> edmorley: yeah, close the tree for now
- # [18:56] <BenWa> actual memory
- # [18:56] <baku> but webidl+cpp code too, is it?
- # [18:56] <@khuey> much lower
- # [18:56] <@bz> glandium: lemme try that
- # [18:56] <@bz> baku: nope
- # [18:56] <@khuey> threads only have reserved address space on sane operating systems
- # [18:56] <@bz> baku: apart from tests and making XHR use the new type
- # [18:56] <@ehsan> khuey: yeah we recently looked into it and iirc on linux for example we actually commit the thread stack memory
- # [18:56] <vlad> edmorley: where? I see an OSX 10.8 opt failure, for a different test
- # [18:56] <Ms2ger> baku, well, the python code writes cpp code ;)
- # [18:56] <froydnj> BenWa: that's roughly what about:memory tells me a new session on x86-64 takes up, so that can't be the whole story
- # [18:57] <@khuey> ehsan: that would be ... surprising
- # [18:57] * Joins: cdiehl_ (cdiehl@moz-F330F222.pool.mediaways.net)
- # [18:57] * @bz adds spec link
- # [18:57] <baku> Ms2ger, I don't think I'm going so far for this bug :)
- # [18:57] * Ms2ger beats mounir
- # [18:57] <glandium> does nsIFile handle / as a path separator on windows?
- # [18:57] <edmorley> vlad: https://tbpl.mozilla.org/php/getParsedLog.php?id=15744170&tree=Mozilla-Inbound
- # [18:57] <Ms2ger> [Upon request]
- # [18:57] <baku> bz ok. Can I take a look of DOMString, for instance? is it similar?
- # [18:57] <edmorley> vlad: https://tbpl.mozilla.org/php/getParsedLog.php?id=15743940&tree=Mozilla-Inbound
- # [18:57] <@bz> baku: yes
- # [18:57] <baku> bz, k
- # [18:57] <BenWa> Well it would depend on the profile
- # [18:57] <edmorley> vlad: https://tbpl.mozilla.org/php/getParsedLog.php?id=15744043&tree=Mozilla-Inbound
- # [18:57] <jcranmer> NeilAway: no, char16_t will not be necessarily decltype(NS_LL("")), but nor is it that today
- # [18:57] <froydnj> khuey: hence the work on split stacks in GCC recently
- # [18:57] <@ehsan> khuey: BenWa: windows seems to only reserve if I'm reading the docs right
- # [18:57] <edmorley> vlad: https://tbpl.mozilla.org/php/getParsedLog.php?id=15743772&tree=Mozilla-Inbound
- # [18:57] <BenWa> On mac we take 200MB base
- # [18:57] <vlad> edmorley: oh, sorry, we were looking at different tests -- yeah, test_mousescroll has different things failing, I didn't look at all of them
- # [18:57] <@bz> baku: this one will be a little differernt, but broadly can be based on DOMString
- # [18:57] * Quits: cdiehl (cdiehl@moz-7C8155ED.pool.mediaways.net) (Ping timeout)
- # [18:57] <BenWa> on my profile
- # [18:57] * cdiehl_ is now known as cdiehl
- # [18:58] <edmorley> vlad: np :-)
- # [18:58] <@khuey> ehsan: that's correct
- # [18:58] <@bz> baku: the C++ type will be nsCString, I expect....
- # [18:58] <vlad> edmorley: anyway, fixing the test now either way, shuold fix all the oranges (bugged and unbugged ;)
- # [18:58] * @bz is not sure what the best C++ type for this is
- # [18:58] <sfink|flu> bz: there's $(MAKECMDGOALS), but you'll go to hell if you hack something up with that. (And it's read-only.)
- # [18:58] <edmorley> vlad: thank you :-)
- # [18:58] * sfink|flu is now known as sfink
- # [18:58] <catlee-buildduty> edmorley: file a bug?
- # [18:58] <Ms2ger> bz, thanks for pointing out how I'm wrong :)
- # [18:59] <@bz> sfink: I'm just going to try the make thing for now
- # [18:59] <@bz> Ms2ger: hmm?
- # [18:59] <edmorley> catlee-buildduty: ok
- # [18:59] <Ms2ger> bz, 796410
- # [18:59] <Asa> has anyone noticed that scrolling on slashdot has gotten really bad recently on trunk? It's laggy and my fans spin up when i'm doing it (windows 7, modern hardware)
- # [19:00] <@khuey> froydnj: I thought split stacks were about allowing discontiguous ranges of virtual addresses
- # [19:00] <@khuey> froydnj: virtual memory should already make discontiguous physical memory trivial
- # [19:00] <@bz> Ms2ger: no problem. What I don't get is _why_ you're wrong. ;)
- # [19:00] <froydnj> khuey: easier to make your stack grow on demand with split stacks
- # [19:01] <@khuey> ehsan: I would be shocked if linux commits 8 MB of memory for every thread automatically
- # [19:01] <Ms2ger> khuey, you would?
- # [19:01] <@khuey> I would
- # [19:01] <glandium> ehsan: it doesn't
- # [19:01] <jcranmer> khuey: but what if your virtual memory address space becomes fragmented?
- # [19:01] <@ehsan> khuey: hrm, my memory is sort of rusty on the details
- # [19:01] <@ehsan> maybe jrmuizel remembers more?
- # [19:02] <jrmuizel> ehsan: about what?
- # [19:02] <glandium> err. khuey: it doesn't
- # [19:02] <@khuey> jcranmer: well if you can't find N MB of contiguous address space you lose, clearly
- # [19:02] <@khuey> glandium: yes, that's what I thought
- # [19:02] <@khuey> glandium: ehsan says otherwise
- # [19:02] <@ehsan> jrmuizel: remember we were looking into whether we commit or just reserve address space on thread creation?
- # [19:02] <@ehsan> (for the stack)
- # [19:02] <Ms2ger> bz, maybe I know... Looking
- # [19:02] <edmorley> catlee-buildduty: filed bug 796991
- # [19:03] <Waldo> has anyone looked into making us pass warning-disabling flags to MSVC before, akin to how we pass various warning-enabling/disabling flags to gcc?
- # [19:03] <Ms2ger> bz, I do know :)
- # [19:03] <@khuey> we do pass warning disabling flags to MSVC
- # [19:03] <jrmuizel> ehsan: stacks get mmaped so the address space is reserved the kernel can choose whether to commit or not
- # [19:03] * kmoir-afk is now known as kmoir
- # [19:03] <@bz> Ms2ger: put it in the bug?
- # [19:03] <jrmuizel> I suspect that it does not by default
- # [19:03] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
- # [19:03] * Ms2ger went for #content instead, brb
- # [19:03] <@bz> Ms2ger: I guess question 1 is whether we plan to support disabling paris bindings and falling back to "experimental" ones for this stuff
- # [19:03] <@ehsan> jrmuizel: oh, that's the custom mmap flag that we found?
- # [19:03] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
- # [19:04] <@bz> Ms2ger: anyway
- # [19:04] <glandium> ehsan: i'm pretty sure it's not committed at thread creation
- # [19:04] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/b24057bfd509 - tbirdbld - Added THUNDERBIRD_16_0b4_RELEASE THUNDERBIRD_16_0b4_BUILD1 tag(s) for changeset 8a8a932fbef4. DONTBUILD CLOSED TREE a=release
- # [19:04] <jrmuizel> ehsan: no I believe that is the default behaviour for any anonymous mapping
- # [19:04] <joe> jrmuizel: go have your birthday
- # [19:04] <jrmuizel> joe: I will soon
- # [19:04] * Joins: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com)
- # [19:04] <jrmuizel> joe: I already did a fair amount of birthdaying
- # [19:05] * Quits: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
- # [19:05] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
- # [19:05] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
- # [19:05] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
- # [19:06] <@ehsan> jrmuizel: hmm, I seem to remember that the kernel did not handle that flag at all...
- # [19:06] * Quits: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
- # [19:06] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
- # [19:06] <Waldo> khuey: pointer? I want to disable C4351, which is a warning added to say that MSVC's behavior changed in one case from non-standards-conforming to standards-conforming
- # [19:06] <@ehsan> jrmuizel: oh, and happy birthday!
- # [19:06] <jrmuizel> ehsan: correct
- # [19:06] <jrmuizel> ehsan: thanks
- # [19:06] * Joins: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com)
- # [19:06] <@ehsan> jrmuizel: so, isn't the default behavior commiting the entire address space range?
- # [19:06] <Waldo> khuey: right now ionmonkey has some code that semi-depends on the new/correct behavior, and it spews warnings like no other as a result
- # [19:06] <jrmuizel> ehsan: perhaps I don't understand what you mean by commit
- # [19:06] <@khuey> Waldo: http://mxr.mozilla.org/mozilla-central/source/configure.in#2200
- # [19:07] * Quits: surkov (surkov@334F3A2D.CE67D555.26B1D6E2.IP) (Ping timeout)
- # [19:07] <BenWa> Alright spawn 100 threads doesn't cause a significant memory increase
- # [19:07] <@khuey> Waldo: '-wdXXXX' where XXXX is the warning number
- # [19:07] <@ehsan> jrmuizel: so we're discussing whether linux commits thread stack space upon thread creation or not
- # [19:07] <Waldo> yeah, I found the msdn pages on how to do it, just needed to figure out *where* to do it
- # [19:07] <Waldo> :-)
- # [19:07] * Joins: kutsurak (pex@moz-2B5AE22A.dsl.dyn.forthnet.gr)
- # [19:07] <Waldo> hmm, tho, that's the whole Mozilla build
- # [19:08] <glandium> ehsan: no
- # [19:08] * Waldo searches for the JS spot for that
- # [19:08] <derf> You can just use #pragma's, too.
- # [19:08] <jrmuizel> ehsan: when you say commit do you mean there exists pages in physical ram or on swap that correspond to the addresses range of the stack?
- # [19:08] <Waldo> derf: yeah, that's just fugly :-)
- # [19:08] <derf> Well, it's MSVC.
- # [19:08] <derf> It's fugly by definition.
- # [19:09] <Waldo> I'd rather not be reminded of MSVC every time I see the code that triggers that bogo-warning :-)
- # [19:09] <@ehsan> jrmuizel: the former
- # [19:09] * Joins: bent (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [19:09] <jrmuizel> ehsan: I only gave you one option
- # [19:09] <froydnj> sfink: that's quite the perl one-liner in 782731
- # [19:09] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [19:09] <derf> That's why you stick it in a header somewhere you never look at.
- # [19:09] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [19:09] * lsblakk|afk is now known as lsblakk
- # [19:09] * Parts: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
- # [19:09] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
- # [19:09] * Quits: RudyL_ (rudy@moz-26E37568.dynamic.hinet.net) (Quit: RudyL_)
- # [19:10] <jrmuizel> ehsan: I don't think mmap commits by default (it depends on your overcommit settings)
- # [19:10] <@ehsan> jrmuizel: I mean, commit in the sense of backing the pages by physical memory *or* by swap space if it's not available
- # [19:10] <@ehsan> jrmuizel: oh well, you said the same thing indeed!
- # [19:10] <sfink> froydnj: you don't want to know how many very similar ones my fingers have typed in my lifetime. They kind of do it by themselves now. They enjoy the gagging sound that readers tend to make.
- # [19:10] <@ehsan> jrmuizel: ok
- # [19:10] <@ehsan> glandium: khuey: in that case I was wrong!
- # [19:10] <jrmuizel> ehsan: so I'd expect stacks to be committed on demand
- # [19:10] <@khuey> ehsan: *whew*
- # [19:10] <@ehsan> yeah that's sane
- # [19:10] * Joins: jwilde (Thunderbir@moz-E80EBF4A.medford.tufts.edu)
- # [19:11] <@bsmedberg> johns: you joining us to talk about flash hang mitigation?
- # [19:12] <johns> bsmedberg: on my way
- # [19:12] * Quits: davidb (davidb@moz-C23C8819.dsl.bell.ca) (Ping timeout)
- # [19:12] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Connection reset by peer)
- # [19:12] * Joins: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [19:12] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
- # [19:12] * Quits: kutsurak (pex@moz-2B5AE22A.dsl.dyn.forthnet.gr) (Ping timeout)
- # [19:13] * Joins: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net)
- # [19:13] * Joins: kutsurak (pex@moz-2B5AE22A.dsl.dyn.forthnet.gr)
- # [19:13] * Joins: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com)
- # [19:13] * Joins: fitzgen (fitzgen@moz-264AAFA3.hsd1.wa.comcast.net)
- # [19:14] * Joins: akeybl_ (akeybl@moz-BBE3ABD.mv.mozilla.com)
- # [19:14] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [19:14] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
- # [19:15] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
- # [19:15] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
- # [19:15] <jesup> What's the current status of infallible malloc? Is https://developer.mozilla.org/en-US/docs/Infallible_memory_allocation up to date? (i.e. infallible "malloc()" coming some day)
- # [19:15] * Quits: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
- # [19:15] * AutomatedTester|mtg is now known as AutomatedTester|away
- # [19:15] * AaronMT is now known as AaronMT|food
- # [19:15] * armenzg is now known as armenzg_lunch
- # [19:15] <froydnj> jesup: it's in, |new| is infallible by default
- # [19:15] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
- # [19:16] <@khuey> I don't think anybody is pushing on infallible 'malloc'
- # [19:16] <vlad> ttaubert: ping
- # [19:16] * Quits: harth (harth@moz-CF96C405.hsd1.ca.comcast.net) (Input/output error)
- # [19:16] <@khuey> new is already infallible, which solves most of the problems
- # [19:16] <@bsmedberg> yeah, malloc is more likely to be correctly checked
- # [19:16] <jesup> froydnj: Right, knew new is the new coolness (infallible) ;-) What about malloc()? There are very few uses of moz_xmalloc() (or moz_malloc) in our tree IIRC
- # [19:17] <Mook_as> and NS_Alloc is infallible
- # [19:17] <bdahl> anyone know of an event/notification that happens sometime after plugins are registered? it seems acrobat always steals priority over pdf.js now
- # [19:17] <jesup> ah, really - the page implied otherwise
- # [19:17] <ttaubert> vlad: hey
- # [19:18] <@bsmedberg> bdahl: what would you do with such event?
- # [19:18] <@khuey> there's not that much malloc in the tree
- # [19:18] <@khuey> and a lot of it is in external code
- # [19:18] * @bsmedberg notes that there probably isn't an event
- # [19:18] <vlad> ttaubert: hey, looking at your test fix in bug 625273
- # [19:18] <Mook_as> well, I dunno, I just look at http://mxr.mozilla.org/mozilla-central/source/xpcom/base/nsMemoryImpl.cpp#161 instead
- # [19:18] <@khuey> e.g. hunspell
- # [19:18] <vlad> I'm seeing the "Validate tab positions in test 4." breakage again with some refresh driver changes
- # [19:18] <johns> bsmedberg: I can't seem to connect to vidyo for more than five seconds. Excellent.
- # [19:19] <vlad> looking at the test itself, the waitForTransition/executeSoon looks to be flaky -- what's supposed to trigger the "transitioned" event there?
- # [19:19] <derf> Or things like codecs, where we explicitly want malloc to be fallible.
- # [19:19] <@bsmedberg> johns: ugh, using what client?
- # [19:19] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [19:19] <vlad> and wouldn't the call to moveTabInGroup inside the callback also trigger a transitioned event?
- # [19:19] <jesup> khuey/froydnj/etc: thanks
- # [19:19] * akeybl_ is now known as akeybl
- # [19:20] <johns> bsmedberg: desktop/linux client. It worked fine about 24 hours ago of course. I can try on my phone I suppose
- # [19:20] <ttaubert> vlad: looking
- # [19:20] <@bsmedberg> johns: join #plugins
- # [19:20] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
- # [19:20] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
- # [19:21] * Quits: ircloggr (nodebot@moz-FBE1BA58.compute-1.amazonaws.com) (Connection reset by peer)
- # [19:21] * Quits: tzimmermann (tzimmerman@moz-E467D1C8.pools.arcor-ip.net) (Quit: Ex-Chat)
- # [19:21] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
- # [19:21] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Ping timeout)
- # [19:21] * Quits: victorporo (victorporo@65B2B26E.AB163232.79933D60.IP) (Quit: victorporo)
- # [19:21] <bdahl> bsmedberg: the first time firefox runs with pdf.js enabled it becomes the default pdf viewer
- # [19:21] * glob is now known as glob|away
- # [19:21] <bdahl> which we currently do during browserGlue init
- # [19:22] <bdahl> but if acrobat is installed it overrides us
- # [19:23] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [19:23] * Quits: balrog (balrog@moz-B633A22B.phlapa.east.verizon.net) (Ping timeout)
- # [19:24] * Joins: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com)
- # [19:26] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
- # [19:26] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
- # [19:27] <bdahl> ttaubert: ping
- # [19:27] * Quits: past|away (past@moz-271C4BD7.dsl.dyn.forthnet.gr) (Ping timeout)
- # [19:28] * mjschranz_away is now known as mjschranz
- # [19:28] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
- # [19:29] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
- # [19:29] * philor|away is now known as philor
- # [19:29] <ttaubert> vlad: need to take a deeper look at this. which bug are you working on? I could apply the patch locally and investigate
- # [19:29] <ttaubert> bdahl: pong
- # [19:30] <bdahl> ttaubert: just left a comment, but that PR needs to be against https://github.com/mozilla/pdf.js not gaia
- # [19:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bca6d709dba2 - Bas Schouten - Bug 778367: Minimize intermediate surface size. r=jrmuizel
- # [19:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b36ff62f95b3 - Bas Schouten - Bug 776793: Properly create an opaque surface when copying in the background. r=joedrew
- # [19:30] * Quits: Optimizer (Optimizer@AC6731C0.7EC8F5F5.BE90E62C.IP) (Ping timeout)
- # [19:30] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [19:30] <bdahl> ttaubert: gaia is also downstream of pdf.js
- # [19:31] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
- # [19:31] <ttaubert> bdahl: sorry I'm really new to the project. so what does that mean? the fix should be landed in the pdf.js repo and we'll pull it from there for b2g?
- # [19:31] <bdahl> ttaubert: yup
- # [19:31] <Waldo> derf: or in a configure script that's looked at even less than any header :-)
- # [19:32] <ttaubert> bdahl: but... asyncStorage is only provided by a custom gaia library. how's that supposed to work?
- # [19:32] <derf> Waldo: Sure, I just meant if you didn't want to apply it to the whole project.
- # [19:32] * Joins: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP)
- # [19:33] <bdahl> ttaubert: we have a preprocessor with a B2G flag so either use that or maybe do some type of feature detection
- # [19:33] <Waldo> derf: this warning, I think we do, because it's a warning that MSVC 2005 (!) changed behavior from non-standards-conforming to standards-conforming in one case
- # [19:33] * Quits: brendan (brendaneic@moz-BC436F15.hsd1.ca.comcast.net) (Quit: brendan)
- # [19:33] <@bz> hmm
- # [19:33] <Waldo> which is just crazytalk
- # [19:33] <bdahl> ttaubert: see https://github.com/mozilla/pdf.js/blob/master/web/viewer.html#L72
- # [19:33] <ttaubert> bdahl: ok and you think they're going to accept that? :)
- # [19:33] <@bz> is there a good way to generate single-color png data: URIs?
- # [19:34] <ttaubert> bdahl: I see
- # [19:34] * Joins: Optimizer (Optimizer@9A924B68.1B9F2FD8.BE90E62C.IP)
- # [19:34] <Waldo> (although their docs for the warning don't mention anything about standards compliance, of course, because SAVE FACE)
- # [19:34] * Quits: jwilde (Thunderbir@moz-E80EBF4A.medford.tufts.edu) (Ping timeout)
- # [19:34] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [19:34] <Waldo> and/or "what standards?"
- # [19:34] * Joins: ircloggr (nodebot@moz-6455050.compute-1.amazonaws.com)
- # [19:34] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
- # [19:35] <ttaubert> bdahl: I heard there will probably also be some interface changes to the viewer because that's not really usable on mobile. is that work also done in the upstream repo?
- # [19:35] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
- # [19:35] * Quits: ahal (ahal@moz-542CF022.cpe.net.cable.rogers.com) (Ping timeout)
- # [19:35] * Quits: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com) (Quit: away)
- # [19:35] * Quits: Optimizer (Optimizer@9A924B68.1B9F2FD8.BE90E62C.IP) (Ping timeout)
- # [19:36] * adrian is now known as adrian|afk
- # [19:36] <bdahl> ttaubert: yes, that's the initial plan. if things diverge too much we'll consider branching the b2g viewer
- # [19:37] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [19:37] <ttaubert> bdahl: ok, thank you for the clarification. last question: is there anyway I can clone the pdf.js repo and "put" it in my gaia checkout to see if it works?
- # [19:37] <ttaubert> *any way
- # [19:37] <lmandel> robcee: Has your work to integrate BenWa's profiler into dev tools landed?
- # [19:38] <robcee> lmandel: not landed, in a bug
- # [19:38] <robcee> I'll have more about that a little later this week
- # [19:38] <lmandel> robcee: Do you have a bug number handy?
- # [19:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cc505740ad56 - Chris Peterson - Bug 778980 - Part 5: Treat gcc -Wconversion-null warnings as errors. r=bsmedberg
- # [19:38] <BenWa> lmandel: bug 795268
- # [19:38] <robcee> lmandel: 795268
- # [19:38] <BenWa> I had it up already
- # [19:38] <robcee> so did I!
- # [19:38] * BenWa was wondering if we should track it for gaming :)
- # [19:39] <lmandel> thanks both
- # [19:39] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
- # [19:39] * Joins: Optimizer (Optimizer@441136BB.47EF2355.D2D1FAF0.IP)
- # [19:40] * Joins: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu)
- # [19:40] * Quits: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu) (Input/output error)
- # [19:40] * Joins: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu)
- # [19:40] * coop|mtg is now known as coop
- # [19:41] <bdahl> ttaubert: usually what i do is keep my pdf.js repo separate and just use a little script something like https://gist.github.com/3821444
- # [19:41] <bdahl> the important part being "node make b2g" and copying the build part into gaia
- # [19:41] * Joins: seth (Adium@moz-BE601222.dsl.dynamic.sonic.net)
- # [19:42] <bdahl> ttaubert: if you have anymore questions feel free to join #pdfjs
- # [19:42] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
- # [19:42] <ttaubert> bdahl: ok thank you. that should keep me busy for some time ;)
- # [19:42] <jcranmer> Waldo: I've done my research into what should be sufficient to enable char16_t on all platforms
- # [19:42] * Joins: valenting1 (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
- # [19:42] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
- # [19:42] * jwir3|lunch is now known as jwir3
- # [19:43] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
- # [19:43] * Quits: valenting1 (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
- # [19:43] * Quits: victorporof (victorporo@65B2B26E.AB163232.79933D60.IP) (Quit: Linkinus - http://linkinus.com)
- # [19:43] <Optimizer> Any idea why doing gBrowser.selectedBrowser.QueryInterface(Ci.nsIFrameLoaderOwner).frameLoader.activateFrameEvent("MozAfterPaint", true) gives error ?
- # [19:44] * AaronMT|food is now known as AaronMT
- # [19:44] * Quits: @bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net) (Ping timeout)
- # [19:44] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [19:45] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
- # [19:45] * Joins: victorporof (victorporo@65B2B26E.AB163232.79933D60.IP)
- # [19:45] <mccr8> If I modify automation.py.in, what is the minimum rebuilding I need to do to have it use the updated version when I run a mochitest? Just doing make -C objdir/build didn't seem to be enough.
- # [19:46] <@gavin> mccr8: testing/mochitest
- # [19:47] <mccr8> thanks!
- # [19:47] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
- # [19:48] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/640a57ebab48 - Jonathan Griffin - Bug 796019 - Make Marionette smarter about registering frame scripts, r=mdas, DONTBUILD(NPOTB)
- # [19:48] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
- # [19:49] <@smaug> Optimizer: in non OOP Firefox?
- # [19:49] <Optimizer> in normal Nightly
- # [19:49] <@smaug> activateFrameEvent is for OOP only
- # [19:50] <@smaug> I'm surprised you even try to use it
- # [19:50] * Joins: davidb (davidb@moz-C23C8819.dsl.bell.ca)
- # [19:51] * Quits: davidb (davidb@moz-C23C8819.dsl.bell.ca) (Input/output error)
- # [19:51] <Optimizer> :|
- # [19:52] * edmorley is now known as edmorley|firealarm-yey
- # [19:52] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
- # [19:52] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
- # [19:52] <@smaug> Optimizer: I mean, what are you trying to do?
- # [19:53] <Optimizer> trying to forward MozAfterPaint to one content window
- # [19:53] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Connection reset by peer)
- # [19:53] <Optimizer> without switching the pref for it
- # [19:53] <@smaug> the documentation is pretty clear. "Activate event forwarding from client (remote frame) to parent."
- # [19:54] <Optimizer> yes, I didn't bother about the remote frame part :P
- # [19:54] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
- # [19:55] * Joins: davidb (davidb@moz-C23C8819.dsl.bell.ca)
- # [19:56] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
- # [19:57] * Joins: harth (harth@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [19:57] * edmorley|firealarm-yey is now known as edmorley
- # [19:57] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
- # [19:57] * edmorley is now known as edmorley|away
- # [19:57] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
- # [19:58] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
- # [19:58] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
- # [19:59] * Quits: edmorley|away (edmorley@88F51059.F3BBB17D.144F44FA.IP) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
- # [20:00] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Client exited)
- # [20:00] * Quits: Jesse (jruderman@moz-E31CD2CB.mozilla.org) (Ping timeout)
- # [20:01] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
- # [20:02] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
- # [20:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/580f710a84e8 - Brian Nicholson - Bug 769145 - Part 4: Add search suggestions opt-in prompt. r=mfinkle
- # [20:02] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ecaff73e5a63 - Brian Nicholson - Bug 769145 - Part 3: Add mSuggestionsEnabled boolean. r=mfinkle
- # [20:03] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
- # [20:03] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
- # [20:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8b5a786ee47b - Luke Wagner - Bug 795574 - name lookup in JSOP_IMPLICITTHIS should default to the global (r=waldo)
- # [20:05] * Joins: rstrong (rstrong@2398BAC3.FFA964CB.A282603C.IP)
- # [20:06] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
- # [20:06] * sheeri is now known as sheeri-afk
- # [20:06] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
- # [20:07] * Quits: kk1fff (kk1fff@moz-F90AE879.dynamic.hinet.net) (Quit: Leaving.)
- # [20:07] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
- # [20:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bbf94917f0ec - Justin Lebar - Bug 789392 - Allow mozapp frames to window.close() themselves. r=bz
- # [20:09] * sheeri-afk is now known as sheeri
- # [20:09] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
- # [20:09] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
- # [20:11] <jwir3> gratz on flexbox landing, dholbert
- # [20:11] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [20:11] <dholbert> jwir3, thanks! :D
- # [20:11] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Computer has gone to sleep.)
- # [20:11] <dholbert> jwir3, can't wait to have the "make it preffable" bug fixed so that we can start building it in nightlies
- # [20:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/944020af0206 - Wes Johnston - Bug 795013 - Only use */* filter if no extension or mimetype filters exist r=blassey
- # [20:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/16bc4aa2f52f - Wes Johnston - Bug 795013 - Add semicolon to list of deliminators in extension list. r=blassey
- # [20:11] * Joins: balrog (balrog@moz-5457307A.phlapa.east.verizon.net)
- # [20:11] * Joins: msucan (mihai@99C68311.8DC89BFB.21A4E96A.IP)
- # [20:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c1b386c21158 - Wes Johnston - Bug 795053 - Add ability to unlock a profile from Java. r=blassey
- # [20:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4442534ceff2 - Wes Johnston - Bug 795013 - Fix check for filter masks in Android file picker. r=blassey
- # [20:12] <jwir3> dholbert: agreed. then maybe I can craft a flexbox website to try it out. :)
- # [20:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f39621ae2b96 - Wes Johnston - Bug 795053 - Always send the java profile to Gecko. r=mfinkle
- # [20:12] * Joins: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za)
- # [20:12] <dholbert> jwir3, yayy! and file bugs :)
- # [20:12] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [20:13] * Joins: hub (hub@A5087023.2354C43D.D8E68FF6.IP)
- # [20:14] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
- # [20:14] * jimm is now known as jimm-lunch
- # [20:14] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
- # [20:14] * Quits: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu) (Ping timeout)
- # [20:14] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
- # [20:14] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [20:14] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
- # [20:14] * Joins: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [20:15] * Quits: balrog (balrog@moz-5457307A.phlapa.east.verizon.net) (Ping timeout)
- # [20:15] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
- # [20:15] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [20:16] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [20:16] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
- # [20:16] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [20:18] * Joins: damons (gnubeard@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [20:19] * armenzg_lunch is now known as armenzg
- # [20:21] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
- # [20:22] <@ehsan> dholbert: ping
- # [20:22] <dholbert> ehsan, pong
- # [20:22] * Quits: msucan (mihai@99C68311.8DC89BFB.21A4E96A.IP) (Ping timeout)
- # [20:22] * Joins: balrog (balrog@moz-9A8F8D38.phlapa.east.verizon.net)
- # [20:22] <@ehsan> dholbert: hey, not sure if you saw my earlier ping, do you think you can review bug 793880?
- # [20:23] <@ehsan> (trying to get it out of my queue asap :)
- # [20:23] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
- # [20:24] <dholbert> ehsan: ah, just noticed the pin but didn't see the body of the ping. :) sure, I'm comfortable reviewing that
- # [20:24] * Joins: bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net)
- # [20:24] * ChanServ sets mode: +o bz
- # [20:24] <@ehsan> dholbert: cool, thanks, so I'll switch the request to you
- # [20:24] * Quits: @bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net) (Quit: Leaving)
- # [20:24] * Joins: bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net)
- # [20:24] * ChanServ sets mode: +o bz
- # [20:24] <dholbert> ehsan, sounds good. (I'll get to it after the meeting)
- # [20:25] * Joins: msucan (mihai@99C68311.8DC89BFB.21A4E96A.IP)
- # [20:25] <@ehsan> ty
- # [20:25] <dholbert> ehsan, (looks trivial, but want to be sure I'm not missing anything. :))
- # [20:25] <@ehsan> dholbert: sounds good
- # [20:25] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
- # [20:25] * Quits: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net) (Ping timeout)
- # [20:27] <biesi> hmm we use UINT32_MAX these days?
- # [20:27] <biesi> not PR_UINT32_MAX?
- # [20:27] <froydnj> biesi: yes
- # [20:27] <biesi> interesting
- # [20:28] <biesi> froydnj, is that MFBT? or where does it come from?
- # [20:28] <froydnj> biesi: mfbt/StandardInteger.h
- # [20:28] <biesi> oh, stdint
- # [20:29] * Joins: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [20:29] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
- # [20:29] * fabrice is now known as fabrice1
- # [20:29] * fabrice|afk is now known as fabrice
- # [20:30] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [20:30] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
- # [20:31] * Quits: Optimizer (Optimizer@441136BB.47EF2355.D2D1FAF0.IP) (Ping timeout)
- # [20:31] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [20:31] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
- # [20:32] <NeilAway> jcranmer: ah, I just thought it might be helpful to do that as part of the switch, so that we don't keep having to write NS_LITERAL_STRING("").get() all over
- # [20:32] <@ehsan> jdm: ping
- # [20:32] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [20:32] <jdm> ehsan: pongitypong
- # [20:32] <biesi> NeilAway, EmptyString()
- # [20:32] <@ehsan> jdm: so skimming over my bugmail, I saw that a bunch of stuff have r+ now
- # [20:32] <@ehsan> jdm: (pbchannelfail stuff)
- # [20:32] <NeilAway> biesi: sorry, I meant NS_LITERAL_STRING("your ascii string here").get()
- # [20:33] <jdm> ehsan: a couple do, yeah
- # [20:33] <biesi> oh ok
- # [20:33] <@ehsan> jdm: can you land the ones that are ready to go please?
- # [20:33] <jdm> will do
- # [20:33] * Joins: Optimizer (Optimizer@9550E76A.CF241F85.D2D1FAF0.IP)
- # [20:33] <@ehsan> jdm: I'm trying to get a sense of how much work is remaining
- # [20:33] <@ehsan> jdm: thank you
- # [20:33] <Optimizer> in per window PB ?
- # [20:33] <jdm> correct
- # [20:33] * Optimizer missed prior conversation
- # [20:34] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [20:34] <@ehsan> Optimizer: see bug pbngen for the broad overview
- # [20:35] <Optimizer> I know, I am following it :)
- # [20:35] <Optimizer> its a very big list
- # [20:35] <Optimizer> only dlbi has that big right now :P
- # [20:35] <vlad> ttaubert: sorry, had a meeting -- it's not directly triggered by the bug I'm working on (731974), it's just intermittent. It might even be totally unrelated, but if you're especting relayout or something to happen that would have been driven by the refresh driver before, it could easily be timing related
- # [20:35] * Optimizer or maybe gGC too
- # [20:35] <vlad> ttaubert: applying that patch is unlikely to trigger the bug for you, unless you run it many times and happen to hit the right timing situation
- # [20:36] <vlad> ttaubert: ehsan and I just didn't understand what the test was trying to do there, with the transition event callback -- it wasn't clear who was going to be causing the transitioned event to occur
- # [20:36] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [20:36] <@ehsan> ttaubert: yeah it seemed to me that we need to do one more waitForTransition there
- # [20:36] <@ehsan> ttaubert: but I cannot really justify that
- # [20:36] <@ehsan> not beyond a mere hunch anyway
- # [20:37] <ttaubert> ok, need to take a closer look at that test again
- # [20:38] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
- # [20:38] <vlad> ehsan: or really, move the waitForTransition after the rearrange (though we may need to attach the event handler first or something?)
- # [20:38] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [20:38] * Quits: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net) (Quit: Leaving.)
- # [20:39] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
- # [20:39] * jhammel is now known as jhammel|lunch
- # [20:39] <@ehsan> yeah that could work as well
- # [20:39] <@ehsan> it all depends on what this test is really trying to do
- # [20:39] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
- # [20:39] * Joins: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net)
- # [20:40] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
- # [20:40] <jcranmer> NeilAway: that's not practical at this point in time
- # [20:40] <jcranmer> unfortunately
- # [20:41] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
- # [20:42] * hwine is now known as hwine-food
- # [20:42] <jcranmer> NeilAway: if we drop MSVC < 10 and g++ 4.4, and always compile with C++11 mode, we *might* be able to do that
- # [20:43] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
- # [20:44] <ddahl> hrmmm... anyone know why this is a 'syntax error': http://pastebin.mozilla.org/1854961
- # [20:44] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
- # [20:44] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [20:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d66ee1da0348 - Marshall Culpepper - Bug 740722: Wait until the user is idle before prompting to apply an update in B2G. r=fabrice
- # [20:45] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
- # [20:45] <robarnold> ddahl: does it need to be in quotes?
- # [20:45] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
- # [20:45] <ddahl> robarnold: hmm
- # [20:45] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [20:45] <ddahl> robarnold: which part?
- # [20:45] <robarnold> the uuid
- # [20:45] <robarnold> uuid("...")
- # [20:46] <ddahl> robarnold: nope
- # [20:46] <fabrice> it should not
- # [20:46] <robarnold> capital letters?
- # [20:46] <ddahl> i was just looking at another idl and it is not
- # [20:46] * jimm-lunch is now known as jimm
- # [20:46] <ddahl> no, caps are not requirede
- # [20:47] <robarnold> do you have the right number of bytes in that uuid?
- # [20:47] <@smaug> you don't
- # [20:47] <robarnold> I think the last group is off by one
- # [20:47] <@smaug> the last part is wrong
- # [20:47] <@ehsan> wesj: red
- # [20:47] <ddahl> OH JEEZ
- # [20:47] * Joins: espadrine (thaddee_ty@moz-584E2C13.dclient.lsne.ch)
- # [20:47] <jcranmer> as is the first group, it looks like
- # [20:48] <ddahl> I BLAME THIS THINKPAD
- # [20:48] <ddahl> AND XFCE
- # [20:48] <jcranmer> no, I can't count
- # [20:48] <ddahl> AND OTHER STUFF NOT ME
- # [20:48] <jcranmer> denial, the first stage
- # [20:48] <ddahl> robarnold: smaug: jcranmer: thanks for again showing me I am incapable of the details!:)
- # [20:49] * Quits: adrian|afk (adrian@moz-81198B5A.w83-203.abo.wanadoo.fr) (Ping timeout)
- # [20:50] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
- # [20:50] * Joins: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu)
- # [20:51] * Quits: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com) (Ping timeout)
- # [20:51] * Joins: past|away (past@moz-271C4BD7.dsl.dyn.forthnet.gr)
- # [20:51] * past|away is now known as past
- # [20:52] * Quits: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu) (Ping timeout)
- # [20:52] <wesj> ehsan: looking.... not sure what i did that would have caused this....
- # [20:52] <jhammel|lunch> ddahl: fwiw, i blame xfce too, just on principle ;)
- # [20:52] * Joins: adrian|afk (adrian@moz-E31CD2CB.mozilla.org)
- # [20:53] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
- # [20:53] * Joins: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com)
- # [20:54] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
- # [20:54] * Quits: paolo (paolo@moz-5AF69E8B.retail.telecomitalia.it) (Client exited)
- # [20:54] * Quits: ehoogeveen (VerGreeney@moz-DF6A8437.chello.nl) (Quit: )
- # [20:55] * bhearsum is now known as bhearsum|bbl
- # [20:55] <@ehsan> wesj: me neither
- # [20:55] * Joins: pnemsak (Miranda@moz-192A9791.orange.sk)
- # [20:55] * Quits: RealRaven (Thunderbir@1ADA3892.E93B7327.C3498625.IP) (Client exited)
- # [20:56] * Joins: zzzzz_work (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
- # [20:57] <wesj> ehsan: i'll back out the patch that touched nsAppRunner
- # [20:57] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [20:57] * Joins: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP)
- # [20:57] * Quits: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP) (Connection reset by peer)
- # [20:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/af956af641bc - Wes Johnston - backout c1b386c21158
- # [20:59] <msucan> hello
- # [20:59] <msucan> can anyone help me with some crashes?
- # [20:59] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
- # [21:00] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Quit: Leaving.)
- # [21:00] <msucan> i have some patches and try pushes show bad breakage in mochitest-2, dom/plugins tests
- # [21:00] * jcranmer loves citing specifications
- # [21:00] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
- # [21:00] <msucan> even if i only touch the web console code and the js debugger
- # [21:00] <msucan> please see https://tbpl.mozilla.org/?tree=Try&rev=05ced770d518
- # [21:01] * juanb is now known as juanb|lunch
- # [21:01] * Quits: damons (gnubeard@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Deboards Super Dimension Fortress Mozilla)
- # [21:01] <msucan> any hints, any tips would be very much appreciated
- # [21:02] <firebot> Check-in:
- # [21:02] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c15883431cbb - Jeff Walden - Bug 797049 - Disable C4351 as an MSVC warning about a change to be standards-compliant in MSVC2005 (!). Also sync up warning-disabling between configure.in and
- # [21:02] <msucan> the weird thing is: in mochitest-2 no test ever opens the web console, nor the js debugger. i cant reproduce the failures on my machine
- # [21:02] <firebot> js/src/configure.in, and add comments about the warnings being disabled. r=khuey
- # [21:02] * sheeri is now known as sheeri-afk
- # [21:02] <Optimizer> what should be the component and produc for a bug relating to Windows 7 taskbar tab previews ?
- # [21:03] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
- # [21:03] * joduinn-mtg is now known as joduinn
- # [21:03] <@khuey> Optimizer: Core::Widget: Win32
- # [21:04] <Optimizer> khuey: thanks :)
- # [21:04] <Optimizer> msucan: maybe its not your fault at all
- # [21:04] <Optimizer> try a run without your patch to check :)
- # [21:04] <msucan> i did
- # [21:04] <Optimizer> then ?
- # [21:04] <msucan> my patches cause those oranges, but i dont see why
- # [21:05] * Joins: dzbarsky (Adium@moz-CBC75D0D.wlan.wharton.upenn.edu)
- # [21:06] <Optimizer> :|
- # [21:06] <jdm> msucan: if there are multiple patches, do they build and pass tests separately?
- # [21:06] <jdm> bisect as much as possible
- # [21:06] <msucan> jdm: yes
- # [21:06] <msucan> did that
- # [21:06] <Optimizer> msucan: that test is plugin test, may be that test is trying to dump something to web console
- # [21:07] <msucan> jdm: only part 5 causes troubles
- # [21:07] <jdm> oh, I see you posted a link
- # [21:07] <Optimizer> its testing for plugin fail, maybe dumping something to webconsole ? did you see the common file that fails ?
- # [21:07] * joduinn is now known as joduinn-coffee
- # [21:07] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
- # [21:07] * Joins: wsmwk (chatzilla@moz-A0259CC0.cc.lehigh.edu)
- # [21:08] <msucan> jdm: part 5 only adds tests, and it doesn't make other changes. those tests run in mochitest-5, not in -2
- # [21:08] * Parts: wsmwk (chatzilla@moz-A0259CC0.cc.lehigh.edu)
- # [21:08] <msucan> which is very weird
- # [21:08] * AutomatedTester|away is now known as AutomatedTester
- # [21:08] <jdm> huh, that sounds fun
- # [21:08] <jdm> msucan: my suggestion is to bisect the tests you add
- # [21:08] <msucan> exactly
- # [21:08] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
- # [21:09] <jdm> push one that disables half of them
- # [21:09] <jdm> etc.
- # [21:09] <msucan> jdm: removed all tests, but the most basic one
- # [21:09] <jdm> well then
- # [21:09] <msucan> even that one causes the problms
- # [21:09] <msucan> :)
- # [21:09] <jdm> so you did
- # [21:09] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
- # [21:09] * armenzg is now known as armenzg_mtg
- # [21:09] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- In tests, 0x09 out of 0x0A l33t h4x0rz prefer it :))
- # [21:10] <msucan> jdm: now i just did a push with the basic test simplified, lol
- # [21:10] <msucan> waiting for results, but really, this is ... troubling
- # [21:11] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
- # [21:12] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
- # [21:12] * Joins: karl (karl@moz-E61BF6DF.jetstream.xtra.co.nz)
- # [21:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a6991bc0778d - Shu-yu Guo - Bug 795227 - ParallelArray should check length range like Array (r=dvander)
- # [21:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f1869aa32cba - Shu-yu Guo - Bug 795165 - Rewrite ParallelArray toString from recursive to iterative (r=dvander)
- # [21:13] * Quits: seth (Adium@moz-BE601222.dsl.dynamic.sonic.net) (Quit: Leaving.)
- # [21:13] * Joins: asadotzler (asa@moz-BBE3ABD.mv.mozilla.com)
- # [21:13] * ctalbert is now known as ctalbert|lunch
- # [21:14] * jcranmer is now known as jcranmer|studying_for_quals
- # [21:14] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [21:14] <jcranmer|studying_for_quals> Waldo: well, C doesn't mangle, so C-versus-C++ incompatibilities don't matter...
- # [21:15] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
- # [21:15] <Waldo> jcranmer|studying_for_quals: but it still matters for matching a call to a signature to call
- # [21:15] <Waldo> jcranmer|studying_for_quals: anyway, maybe it'll all work out
- # [21:15] * Quits: asadotzler (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [21:16] * Waldo is now known as Waldo|ultimate
- # [21:17] <Optimizer> only 3000 bugs remaining (I might not win after all)
- # [21:17] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
- # [21:18] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
- # [21:18] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
- # [21:19] * Quits: Optimizer (Optimizer@9550E76A.CF241F85.D2D1FAF0.IP) (Ping timeout)
- # [21:19] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
- # [21:19] * Joins: Optimizer (Optimizer@D679C2E8.CADDDC1.D2D1FAF0.IP)
- # [21:21] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
- # [21:21] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
- # [21:22] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
- # [21:23] * Quits: balrog (balrog@moz-9A8F8D38.phlapa.east.verizon.net) (Ping timeout)
- # [21:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b8e4333af38a - Josh Matthews - Bug 792542 - Make CSP report channel respect the privacy status of the original request. r=sstamm
- # [21:23] * Quits: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net) (Quit: Leaving)
- # [21:24] <jhammel|lunch> Optimizer: in your personal queue? ;)
- # [21:24] <Optimizer> noooo :D
- # [21:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/443e86103628 - Josh Matthews - Bug 792528 - Make the channel created to fetch CSS files for editing respect the privacy status of the originating document. r=dcamp
- # [21:24] <Optimizer> till 800000
- # [21:24] * Quits: past (past@moz-271C4BD7.dsl.dyn.forthnet.gr) (Quit: ChatZilla 0.9.89 [Firefox 18.0a1/20120930030610])
- # [21:25] * joduinn-coffee is now known as joduinn-mtg
- # [21:27] <dholbert> bsmedberg, do you know if there's any reason to avoid NS_GetStaticAtom, in cases where we're just trying to match an arbitrary string against one or more known-to-be-static atoms?
- # [21:28] <dholbert> bsmedberg, I noticed that we hardly use it at all (most of the uses are from an SVG bug that I reviewed recently, and I wanted to be sure I was on the right track in recommending its use there :))
- # [21:29] <@smaug> dholbert: don't we use static atoms for nsGkAtoms
- # [21:29] <dholbert> bsmedberg, I'd expect it'd be a Good Thing to use (in place of do_GetAtom()) when possible, because if the provided string isn't something that you recognize, you just reject it instead of bothering to create an atom for it.
- # [21:29] <dholbert> smaug, correct, yeah -- those are all static
- # [21:30] * coop is now known as coop|afk
- # [21:30] <dholbert> [motivation] I noticed a spot where I think a do_GetAtom() call could be replaced with NS_GetStaticAtom(), and I want to be sure I'm not crazy before I file a bug on that
- # [21:30] <@smaug> dholbert: so static atoms should be created only for known stuff
- # [21:31] * mattwoodrow|away is now known as mattwoodrow
- # [21:31] <dholbert> smaug, exactly. I'm talking about the restricted case where we're given an arbitrary string, and we want to see if it's one of a few known-to-be-static atoms
- # [21:31] * Joins: balrog (balrog@moz-FC4FD5E4.phlapa.east.verizon.net)
- # [21:31] <dholbert> and if it's not, we don't care about it
- # [21:31] <@bz> so you just want to compare those atoms to the string?
- # [21:32] <@bz> without atomizing the string?
- # [21:33] <dholbert> yeah
- # [21:33] <@smaug> nsDependentAtomString
- # [21:33] <dholbert> smaug, no, that's the reverse of what I want
- # [21:33] <dholbert> I'm talking about cases where we already do do_GetAtom()
- # [21:34] <dholbert> ...but where I think we could swap it out for NS_GetStaticAtom (because we only check the generated atom against known-to-be-static atoms, and discard it if it doesn't match)
- # [21:34] <@smaug> ah, right
- # [21:34] <@smaug> ok, looks like NS_GetStaticAtom could work
- # [21:35] <dholbert> (I'd actually expect we'd have more than a few cases like that, and I'm surprised we don't use NS_GetStaticAtom more frequently)
- # [21:36] <@bz> hmm
- # [21:36] <@bz> so wait
- # [21:36] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Ping timeout)
- # [21:36] <@bz> NS_GetStaticAtom will return an existing static atom if there is one, and null otherwise?
- # [21:36] <dholbert> correct
- # [21:36] <mjrosenb> Ms2ger: pong?
- # [21:36] <dholbert> that's what its documentation says, at least
- # [21:36] <@bz> ah, interesting
- # [21:36] <@bz> very interesting
- # [21:36] <Ms2ger> mjrosenb, you were backed out
- # [21:36] * Joins: pwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com)
- # [21:37] * Joins: jwilde (Thunderbir@moz-71AF14CE.medford.tufts.edu)
- # [21:37] * jhammel|lunch is now known as jhammel
- # [21:37] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
- # [21:37] * pwalton is now known as pcwalton
- # [21:38] <mjrosenb> Ms2ger: noted.
- # [21:38] * mjrosenb goes off to investigate why on earth this happened
- # [21:39] * jlebar is now known as jlebar|away
- # [21:39] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
- # [21:40] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: Success !!)
- # [21:40] <@bsmedberg> dholbert: well... I don't recall exactly. Most of our static atoms come from the compiled-in atom tables
- # [21:40] <@bsmedberg> dholbert: but if you have a string that you know is going to be in the table, I think it should be fine to get/make it a static atom
- # [21:40] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
- # [21:41] <dholbert> bsmedberg, ok, thanks
- # [21:41] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
- # [21:43] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Ping timeout)
- # [21:44] * KaiRo is now known as KaiRo_away
- # [21:44] <@smaug> dholbert: but would it be any faster?
- # [21:45] <dholbert> smaug, in the case where it matches, no
- # [21:45] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Quit: Leaving.)
- # [21:45] <dholbert> smaug, but in the case where it doesn't match, you're saving yourself the time of generating an atom and inserting it into the atom table, only to remove it a little later
- # [21:45] <dholbert> smaug, (I think?)
- # [21:45] <@smaug> ah, right
- # [21:46] <@smaug> we should have generic HasAtom(nsAString&)
- # [21:46] <@smaug> or GetAtom()
- # [21:47] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
- # [21:48] <dholbert> yeah
- # [21:48] <dholbert> seems useful
- # [21:49] * Quits: davidb (davidb@moz-C23C8819.dsl.bell.ca) (Quit: davidb)
- # [21:49] <Optimizer> anyone with some knowledge on /dom/plugins/test/mochitest/<some 2 files>
- # [21:49] <Optimizer> ?
- # [21:50] <Ms2ger> Mm
- # [21:50] <Ms2ger> jst?
- # [21:50] <Optimizer> there are some weird test failure messages
- # [21:51] * Joins: Reg2sm (Ms2ger@AD95302.E81877AA.37724B0D.IP)
- # [21:51] <Reg2sm> Hey guys, I'm new here
- # [21:51] * merike|away is now known as merike
- # [21:51] <jhammel> Reg2sm: thank dog
- # [21:51] <nemo> hm. only 13% of users visiting our website use IE. Yay. So, the number of people who won't be able to load the emscripten crosscompile eventually should be pretty low.
- # [21:52] * Joins: Mic (Mic@moz-D7408CC3.superkabel.de)
- # [21:52] <nemo> still about 10% on Opera and Safari, but the situation there should improve eventually
- # [21:52] * Quits: Optimizer (Optimizer@D679C2E8.CADDDC1.D2D1FAF0.IP) (Ping timeout)
- # [21:53] * mattwoodrow is now known as mattwoodrow|away
- # [21:54] * Quits: bsmith (bsmith@moz-BB5E1543.hfc.comcastbusiness.net) (Ping timeout)
- # [21:55] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
- # [21:55] * Quits: adrian|afk (adrian@moz-E31CD2CB.mozilla.org) (Quit: Konversation terminated!)
- # [21:56] * Quits: Reg2sm (Ms2ger@AD95302.E81877AA.37724B0D.IP) (Quit: Better next time)
- # [21:56] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [21:56] * Joins: Optimizer (Optimizer@DC326225.D1B67D4C.274D17D6.IP)
- # [21:56] <Optimizer> there are some weird test failure messages regarding test_crashing.html and test_hanging.html
- # [21:56] <Optimizer> first one says expecting dumps , but did not find any, second says didn't expect dumps but found some
- # [21:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d6f8b964ca27 - Steven Michaud - Bug 785667 - Make plugins work with HiDPI mode on the Mac. r=bgirard
- # [21:59] * merike is now known as merike|away
- # [21:59] * Joins: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
- # [22:01] * hwine-food is now known as hwine
- # [22:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f63b7f854ce4 - Ehsan Akhgari - Bug 793880 - Fix the assertion in nsCSSSelector::SetPseudoType to shut up the compiler warning; r=dholbert
- # [22:01] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Quit: valenting)
- # [22:01] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
- # [22:03] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
- # [22:03] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Quit: valenting)
- # [22:03] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
- # [22:05] <Optimizer> Ms2ger: did you mean that jst might know of those test files ?
- # [22:05] * Quits: graememcc (chatzilla@moz-F5BC5D6A.range86-148.btcentralplus.com) (Ping timeout)
- # [22:06] <Ms2ger> Possibly
- # [22:06] * Joins: graememcc (chatzilla@moz-C67FD3CC.range86-150.btcentralplus.com)
- # [22:07] * Joins: cviecco (cviecco@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [22:07] * Quits: dzbarsky (Adium@moz-CBC75D0D.wlan.wharton.upenn.edu) (Quit: Leaving.)
- # [22:08] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [22:08] * armenzg_mtg is now known as armenzg
- # [22:08] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [22:09] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
- # [22:09] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [22:09] * Joins: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com)
- # [22:10] * armenzg is now known as armenzg_mtg
- # [22:10] * Quits: Lucas (Lucas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [22:11] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
- # [22:12] * Joins: TheLegion (Mibbit@moz-1F74962D.jeleniagora.vectranet.pl)
- # [22:12] * Quits: atte (atte@moz-401E92F1.dhcp.inet.fi) (Client exited)
- # [22:13] * Quits: TheLegion (Mibbit@moz-1F74962D.jeleniagora.vectranet.pl) (Quit: http://www.mibbit.com ajax IRC Client)
- # [22:13] * Quits: Mic (Mic@moz-D7408CC3.superkabel.de) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
- # [22:13] * Joins: Lucas (Lucas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [22:14] * Joins: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com)
- # [22:15] <smontagu> !seen jfkthame
- # [22:15] <firebot> jfkthame was last seen 4 days, 4 hours, 16 minutes and 53 seconds ago, saying 'digitsm: i've cleared the "review" flag there - that would be for requesting review of a proposed patch - but i'll take a look at the fonts soon and see what's going on with
- # [22:15] <firebot> them' in #mobile.
- # [22:15] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [22:15] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
- # [22:15] * Quits: balrog (balrog@moz-FC4FD5E4.phlapa.east.verizon.net) (Ping timeout)
- # [22:15] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
- # [22:15] * sheeri-afk is now known as sheeri
- # [22:17] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
- # [22:18] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [22:19] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
- # [22:19] * Quits: graememcc (chatzilla@moz-C67FD3CC.range86-150.btcentralplus.com) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120907231657])
- # [22:20] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
- # [22:20] * ctalbert|lunch is now known as ctalbert
- # [22:21] <hwine> jlebar|away: ehsan fox2mike - just seeing the traffic on bug 691459 - we have that running with historical data
- # [22:21] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Input/output error)
- # [22:21] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [22:21] <@ehsan> hwine: good, where is the data available?
- # [22:23] * Joins: balrog (balrog@moz-2CBE80A3.phlapa.east.verizon.net)
- # [22:23] * Joins: dzbarsky (Adium@moz-CA3DA884.wireless-pennnet.upenn.edu)
- # [22:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d5a3c148545c - Brian Nicholson - Backout 580f710a84e8, ecaff73e5a63 for rc failures
- # [22:23] * Quits: Ms2ger (Ms2ger@AD95302.E81877AA.37724B0D.IP) (Quit: nn)
- # [22:23] <hwine> ehsan: it's hidden deep on a box in the infra - I'll update the google doc that charts it and post the link
- # [22:23] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
- # [22:24] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Ping timeout)
- # [22:25] * coop|afk is now known as coop
- # [22:26] * Quits: artur (artur@moz-E2A8B1AD.hsd1.vt.comcast.net) (Input/output error)
- # [22:26] * Joins: artur (artur@moz-E2A8B1AD.hsd1.vt.comcast.net)
- # [22:27] * Quits: jwilde (Thunderbir@moz-71AF14CE.medford.tufts.edu) (Ping timeout)
- # [22:27] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
- # [22:27] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
- # [22:27] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
- # [22:27] <hwine> ehsan: bah, I've got more data than google docs likes - how many months do you want?
- # [22:27] <@ehsan> hwine: I don't need that data myself!
- # [22:28] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
- # [22:28] <hwine> right - I meant to post into the google doc you can see the trend then
- # [22:28] <hwine> So, sounds like since Sept 1 would be enough
- # [22:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f1646acf98b3 - Wes Johnston - Bug 784887 - Use Native Gesture detector for MozGesture events. r=blassey
- # [22:29] * Quits: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
- # [22:29] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
- # [22:29] <gkw> sewardj: ping
- # [22:29] * Quits: balrog (balrog@moz-2CBE80A3.phlapa.east.verizon.net) (Ping timeout)
- # [22:30] <@ehsan> hwine: I'm not sure. you should ask the people who will want to consume that data
- # [22:31] <hwine> ehsan: okay, this sounds like it's more jlebar|away then - I'll leave him a note. Thanks!
- # [22:32] * Joins: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [22:32] <@ehsan> gps: you around?
- # [22:34] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
- # [22:35] * Joins: fxa90id (fxa90id@moz-222A05E6.neoplus.adsl.tpnet.pl)
- # [22:36] * Quits: Optimizer (Optimizer@DC326225.D1B67D4C.274D17D6.IP) (Ping timeout)
- # [22:37] * Quits: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [22:37] * Quits: dzbarsky (Adium@moz-CA3DA884.wireless-pennnet.upenn.edu) (Quit: Leaving.)
- # [22:38] * Joins: balrog (balrog@moz-8F6AC993.phlapa.east.verizon.net)
- # [22:38] * Joins: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
- # [22:38] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
- # [22:38] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
- # [22:39] * mjschranz is now known as mjschranz_away
- # [22:39] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
- # [22:41] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
- # [22:41] * khuey is now known as khuey|interview
- # [22:42] * Quits: artur (artur@moz-E2A8B1AD.hsd1.vt.comcast.net) (Broken pipe)
- # [22:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/25a38fc220d6 - James Willcox - Bug 797036 - Add new updater strings and icons on Android r=sriram
- # [22:45] * Joins: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com)
- # [22:47] * Joins: Optimizer (Optimizer@FB9D448B.11B621B0.274D17D6.IP)
- # [22:47] * Joins: armenzg__ (armenzg@FF19A820.3CBDB8AB.DA78B690.IP)
- # [22:48] <@smaug> glandium: I wonder what we could do to CC participants to make that code hackable again
- # [22:48] <@smaug> and not causing static initializers
- # [22:48] * Quits: armenzg_mtg (armenzg@moz-E9092C68.acanac.net) (Ping timeout)
- # [22:48] * Joins: ferjm (ferjm@moz-45CEBBA9.red-83-42-171.dynamicip.rima-tde.net)
- # [22:48] <@ehsan> do we have well a canonical thing which gives us good operator bool()s?
- # [22:49] <@ehsan> ones that do not turn into integers where we don't want them to?
- # [22:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dfe50b46ef8c - Andrea Marchesini - Bug 794102 - checkInstalled should return an app object. r=felipc
- # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/009636eb08df - Ryan VanderMeulen - Merge m-c to inbound.
- # [22:49] <glandium> smaug: how non-hackable is it?
- # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0b1ff56c95ae - David Rajchenbach-Teller - Bug 783987 - Test suite without hostile promises. r=Mossop
- # [22:49] * ferjm is now known as ferjm|afk
- # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/640a57ebab48 - Jonathan Griffin - Bug 796019 - Make Marionette smarter about registering frame scripts, r=mdas, DONTBUILD(NPOTB)
- # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/64c541e0b054 - Andrea Marchesini - Bug 795867 - XHR getResponseHeader() should inflate the value. r=bz
- # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/346d0973ad0f - Ryan VanderMeulen - Bug 795662 - Update libpng to version 1.5.13. r=joe
- # [22:49] <@smaug> glandium: when I want to change something, takes always an hour to understand the thing again
- # [22:51] * ctalbert is now known as ctalbert|brb
- # [22:51] * armenzg__ is now known as armenzg
- # [22:53] <glandium> smaug: it's not fundamentally different, though
- # [22:53] <glandium> smaug: can we talk about this tomorrow?
- # [22:53] * Joins: armenzg_ (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
- # [22:54] <@smaug> yup
- # [22:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/40aee4aca350 - David Anderson - Fix buggy interactions between IC patching and invalidation (bug 793165 part 2, r=jandem).
- # [22:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9bfd6c420eba - David Anderson - Clean up IonScript privacy (bug 793165 part 1, r=jandem).
- # [22:54] * Quits: armenzg (armenzg@FF19A820.3CBDB8AB.DA78B690.IP) (Ping timeout)
- # [22:56] <nemo> *sigh* why can't wireless cameras write web interfaces that don't require activex ? :(
- # [22:57] * armenzg_ is now known as armenzg
- # [22:57] <nemo> so tired of IE only when searching for one to buy as a baby monitor
- # [22:57] * Quits: fxa90id (fxa90id@moz-222A05E6.neoplus.adsl.tpnet.pl) (Connection reset by peer)
- # [22:57] * Quits: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za) (Ping timeout)
- # [22:57] <vlad> is there any way to have a css rule that refers to a parent element's width? basically "I want this fixed-position element to resize itself according to the width of another element"
- # [22:57] <nemo> I mean, there are plenty of cross-browser ones if you don't need audio, or decent video
- # [22:57] <vlad> nemo: are they IE-only, or are they Java?
- # [22:57] <nemo> vlad: width: 100%; ? :)
- # [22:58] <nemo> vlad: activex controls. lameness
- # [22:58] <nemo> maybe korean coders ;)
- # [22:58] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Quit: Textual IRC Client: www.textualapp.com)
- # [22:59] <Mook_as> nemo: because they're all actually using the _same_ activex control; they didn't write anything :p
- # [22:59] * Joins: espressive (espressive@moz-E31CD2CB.mozilla.org)
- # [22:59] <Standard8> glandium: ping
- # [22:59] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
- # [23:00] <nemo> vlad: oh. position fixed
- # [23:00] <@bz> vlad: parent element, no
- # [23:00] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
- # [23:01] * Quits: espressive (espressive@moz-E31CD2CB.mozilla.org) (Ping timeout)
- # [23:01] * Joins: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net)
- # [23:02] * armenzg is now known as armenzg_mtg
- # [23:02] <Standard8> glandium: nm, worked it out
- # [23:02] * Joins: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net)
- # [23:03] * froydnj closes his once-every-six-months use of IE
- # [23:04] * bwinton is now known as bwinton_away
- # [23:05] * bhearsum|bbl is now known as bhearsum
- # [23:05] * philor is now known as philor|away
- # [23:05] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
- # [23:06] * Joins: ekr (ekr@moz-BBE3ABD.mv.mozilla.com)
- # [23:07] * jmaher is now known as jmaher|afk
- # [23:07] * Joins: ahal (ahal@moz-542CF022.cpe.net.cable.rogers.com)
- # [23:07] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
- # [23:08] * Quits: ahal (ahal@moz-542CF022.cpe.net.cable.rogers.com) (Input/output error)
- # [23:08] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [23:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/662b72b90611 - Wes Johnston - backout f39621ae2b96
- # [23:08] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
- # [23:09] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [23:09] * armenzg_mtg is now known as armenzg
- # [23:10] * Joins: gmoro (guilherme@CCBAA56F.FA463E12.CD203023.IP)
- # [23:11] * Quits: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP) (Ping timeout)
- # [23:11] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
- # [23:12] * Joins: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP)
- # [23:12] * mjschranz_away is now known as mjschranz
- # [23:13] * Quits: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
- # [23:14] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
- # [23:14] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
- # [23:14] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b1684a374f72 - Ehsan Akhgari - Bug 797093 - Fix running mochitests through mach; r=gps
- # [23:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7949d28f958f - David Keeler - Bug 793338 - Implement blocklist click-to-play plugin notification popup UI. r=jaws
- # [23:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/644aac25b7ab - David Keeler - Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich
- # [23:17] * philor|away is now known as philor
- # [23:17] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
- # [23:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/80ad55f342c9 - Nathan Froyd - Bug 748417 - add script for generating histograms schema from Histograms.json; r=taras DONTBUILD because NPOTB
- # [23:17] * Quits: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net) (Quit: Leaving.)
- # [23:17] * Joins: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net)
- # [23:19] * mattwoodrow|away is now known as mattwoodrow
- # [23:19] * Quits: evilpie (chatzilla@moz-880CA09D.pools.arcor-ip.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120907231657])
- # [23:21] * Quits: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com) (Quit: away)
- # [23:21] * Quits: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: brendan)
- # [23:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/00398627cfef - Irving Reid - Bug 796086 - Add handlers for Objective-C exceptions, r=smichaud
- # [23:22] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
- # [23:23] * sheeri is now known as sheeri-afk
- # [23:23] <@bz> ugh
- # [23:23] <@bz> apparently printing does not work on trunk? :(
- # [23:24] <jhammel> well if you mean click on print preview seems to mean firefox that seems accurate :/
- # [23:24] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
- # [23:24] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
- # [23:24] <jhammel> er, s/mean/hang/
- # [23:24] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [23:24] * Joins: espressive (espressive@moz-B42A888E.dynamic.isadsl.co.za)
- # [23:25] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
- # [23:25] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
- # [23:25] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
- # [23:25] <@bz> jhammel: I tried to open print preview in Preview
- # [23:25] <@bz> jhammel: but yes, hangs firefox
- # [23:25] <@bz> jhammel: you on Mac?
- # [23:25] <jhammel> bz: nope, linux
- # [23:25] <@bz> interesting
- # [23:26] <@bz> maybe this is not the hidpi thing then
- # [23:26] <jhammel> i don't actually have a printer hooked up but...
- # [23:26] <@bz> maybe it's dlbi
- # [23:26] <@bz> ok
- # [23:26] * @bz cries
- # [23:26] <jhammel> :(
- # [23:26] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
- # [23:26] * Joins: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com)
- # [23:26] * jhammel hands bz a hankerchief
- # [23:26] <@bz> thanks
- # [23:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a0ee436cc856 - Benoit Girard - bug 795310 - Uninitialised value use in mozilla::layers::BasicTiledThebesLayer::PaintThebes r=cwiiis
- # [23:26] * @bz uses Chrome instead
- # [23:26] <jhammel> its sure doing something with CPU though
- # [23:27] * jhammel goes back to editing text files and hopes the fox rises from the grave
- # [23:27] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
- # [23:28] * Quits: espressive (espressive@moz-B42A888E.dynamic.isadsl.co.za) (Ping timeout)
- # [23:29] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
- # [23:29] <@smaug> bz: oh, didn't roc land the patch to fix that
- # [23:29] <@smaug> bdahl: do you know
- # [23:30] <bhearsum> joe: you just made me crash again! i hope your fix gets in the next nightly
- # [23:30] * Joins: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za)
- # [23:30] <@bz> smaug: dunno
- # [23:30] <@bz> smaug: bug#?
- # [23:30] <@smaug> bz: Bug 794579
- # [23:30] <@smaug> someone should just land the patch
- # [23:31] * Quits: balrog (balrog@moz-8F6AC993.phlapa.east.verizon.net) (Ping timeout)
- # [23:31] * Joins: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [23:31] * Quits: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za) (Ping timeout)
- # [23:31] * Joins: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net)
- # [23:32] <biesi> fun times:
- # [23:32] <biesi> > * On my Linux system (and probably others), <stdint.h> does not explicitly
- # [23:32] <biesi> > set some of its UINTn_MAX [1] constants as unsigned
- # [23:32] <@bz> smaug: Hrm
- # [23:33] <@bz> smaug: well, I can't right now, but maybe tonight!
- # [23:33] <@smaug> hmm, perhaps I could
- # [23:33] <bdahl> bz: was it a pdf you were trying to print preview?
- # [23:34] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
- # [23:34] <@bz> bdahl: google maps directions+map
- # [23:34] * catlee-buildduty is now known as catlee
- # [23:34] <bdahl> ah okay, good, should be that bug then
- # [23:35] <jhammel> i was just doing an arbitrary page, not a pdf though
- # [23:35] <jhammel> (not a google map either)
- # [23:35] * Quits: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: brendan)
- # [23:35] <jhammel> probably viewing bug 797101 if my title bar is to be believed
- # [23:36] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
- # [23:36] * @smaug lands the patch
- # [23:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9b9bf8702da4 - Robert O'Callahan - Bug 794579. Remove view from existing parent before setting it as the root view. r=tnikkel
- # [23:37] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
- # [23:37] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
- # [23:38] <@smaug> or I didn't :)
- # [23:39] * Joins: balrog (balrog@moz-73D1F7F7.phlapa.east.verizon.net)
- # [23:39] <froydnj> apparently R.java has decided it's Burn The Tree Day
- # [23:39] <wlach> I just accidentally made bug 797137 security sensitive. can somebody with privileges unset that tag?
- # [23:39] * jlebar|away is now known as jlebar
- # [23:39] <@smaug> wlach: lookin
- # [23:39] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
- # [23:39] <@smaug> g
- # [23:39] * Quits: msucan (mihai@99C68311.8DC89BFB.21A4E96A.IP) (Quit: Leaving.)
- # [23:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/95c8501bbefb - Ehsan Akhgari - Silence two more clang unused-private-field warnings in the IonMonkey code; no bug, irc-r=dvander
- # [23:39] <jlebar> hwine, I don't want to consume the data either, myself. If you guys are collecting the data and watching it, then let's close the bug!
- # [23:40] <@smaug> wlach: done
- # [23:40] <wlach> smaug: ty!
- # [23:40] <@smaug> tn: thanks
- # [23:41] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
- # [23:41] <tn> smaug, oh heh, i didn't see the conversation in here, just saw the bugmail :)
- # [23:41] <philor> did we actually make it through yesterday without an inbound closure, making it one day this week?
- # [23:41] * Joins: vikash (vikash@FEA36E2D.38F0169.5D9ABA9F.IP)
- # [23:41] <@smaug> tn: I had the patch commited to my local tree already
- # [23:41] * Quits: vikash (vikash@FEA36E2D.38F0169.5D9ABA9F.IP) (Connection reset by peer)
- # [23:41] <@smaug> and would have pushed it in a minute
- # [23:42] <hwine> jlebar: it's not being watched - last pass through this analysis, it was deemed not that useful - I just happened to leave things running. The issue was what we could measure did not match developer's experience. Are you saying things are wonderful today compared to yesterday? :)
- # [23:43] <jlebar> hwine, It didn't match devs' experience why? Is it doing basically what I posted in the bug?
- # [23:43] * Quits: andersh (andersh@moz-877B4985.bredband.3.dk) (Connection reset by peer)
- # [23:43] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e91cd2b1d643 - Phil Ringnalda - Back out 40aee4aca350 and 9bfd6c420eba (bug 793165) for Android build bustage on a CLOSED TREE
- # [23:44] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
- # [23:44] * Joins: cheilmann (cheilmann@514D186.F3BBB17D.144F44FA.IP)
- # [23:45] <hwine> jlebar: the times we would measure implied better performance than devs reported.
- # [23:45] * Quits: cheilmann (cheilmann@514D186.F3BBB17D.144F44FA.IP) (Quit: cheilmann)
- # [23:45] <hwine> jlebar: take a look at the data, and see if that matches (trend wise) your experience. (links in the bug)
- # [23:45] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
- # [23:46] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
- # [23:47] * Quits: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
- # [23:47] * mcote is now known as mcote|afk
- # [23:47] <jlebar> hwine, Will look, although I honestly don't remember when things were bad. Maybe I can do some bugzilla archeology.
- # [23:48] * Joins: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za)
- # [23:49] * Quits: wolfiR (wolfiR@moz-25F1B2C7.dip0.t-ipconnect.de) (Quit: Leaving)
- # [23:49] <@smaug> jlebar: bad with try?
- # [23:50] * Joins: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
- # [23:50] <jlebar> smaug, Not these days, just talking about monitoring.
- # [23:50] <@smaug> ah
- # [23:50] * Quits: nthomas|away (chatzilla@moz-224C727C.telstraclear.net) (Quit: see you in a week)
- # [23:50] * sheeri-afk is now known as sheeri
- # [23:50] <jlebar> smaug, And if try /were/ being bad, I wouldn't dare say anything publicly, for fear that everyone would try to push before the impending apocalypse, thus causing, well, you know... :)
- # [23:50] * Quits: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za) (Ping timeout)
- # [23:50] <nbp> I have a problem running the mochi.test:8888, the server answer correctly on 127.0.0.1:8888, but the browser cannot access mochi.test:8888, what is supposed to convert one into the other ?
- # [23:51] <jhammel> some sort of proxy magic thingy
- # [23:51] <jhammel> </answer:vague>
- # [23:52] <@smaug> you could check FF's proxy settings when running mochitests
- # [23:53] * Joins: espressive (espressive@moz-B42A888E.dynamic.isadsl.co.za)
- # [23:55] <nbp> smaug: I have something in automatic proxy starting with a data:text/plain and some JS.
- # [23:55] <@smaug> yup, that is the thing
- # [23:55] <@smaug> nbp: are you trying to run mochitests in some other browser?
- # [23:56] <@smaug> or other FF instance
- # [23:56] <nbp> smaug: no, on the debug build.
- # [23:56] * jammink is now known as jammink|headsdown
- # [23:56] <nbp> smaug: the one I just made.
- # [23:56] * Joins: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net)
- # [23:56] <@smaug> oh, then things should just work
- # [23:56] <nbp> smaug: I am trying to reproduce a mochitest failure locally, without succes.
- # [23:56] * jammink|headsdown is now known as jammink|afk
- # [23:56] <nbp> smaug: do you know where the file is, such as I can try it.
- # [23:57] <nbp> smaug: the file containing this automatic proxy.
- # [23:57] <@smaug> what file?
- # [23:57] <@smaug> it is the data:text/plain ....
- # [23:57] <hwine> jlebar: ah - okay - I saw the sudden flurry of activity on the bug and thought their might be issues. Good to know there aren't any :)
- # [23:57] <@smaug> it is data: url
- # [23:58] <philor> 199 unstarred, come on inbound, you can hit 200
- # [23:58] * armenzg is now known as armenzg_away
- # [23:58] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
- # [23:59] * catlee is now known as catlee-away
- # [23:59] <jlebar> hwine, No; it was just mentioned on the newsgroup. Perhaps by me. :)
- # Session Close: Wed Oct 03 00:00:01 2012
The end :)