/irc-logs / mozilla / #developers / 2013-04-05 / end

Options:

  1. # Session Start: Fri Apr 05 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  4. # [00:01] * darkowlzz|afk is now known as darkowlzz
  5. # [00:01] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  6. # [00:02] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  7. # [00:03] * philor|away is now known as philor
  8. # [00:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/91de875536e8 - Seth Fowler - Bug 856486 (Followup) - Make sure we use the buffered frame, when appropriate, for all callers of GetDrawableImgFrame. r=me
  9. # [00:03] <gps> jlebar: did you get an answer to the abs/rel path question?
  10. # [00:03] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  11. # [00:03] * ChanServ sets mode: +o dbaron
  12. # [00:04] <jlebar> gps: no, actually.
  13. # [00:04] <jlebar> gps: Maybe I should be fighting against gdb instead of the mozilla build.
  14. # [00:04] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  15. # [00:04] <jlebar> gps: because relative paths are good for ccache
  16. # [00:04] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  17. # [00:04] <gps> jlebar: CCACHE_BASEDIR
  18. # [00:04] <gps> so what do you want to do?
  19. # [00:05] * Quits: andreasn (andreasn@63F8A48C.7BB850DE.B1AA2106.IP) (Ping timeout)
  20. # [00:05] <jlebar> gps: gdb is having difficulty finding source files, and I haven't figured out a consistent way to get it to find them.
  21. # [00:05] * Quits: ahal (ahal@3468F8ED.AB54EB5E.6816E6B7.IP) (Input/output error)
  22. # [00:05] <jlebar> gps: So I think if the files' debug info had absolute paths, I'd be in better shape.
  23. # [00:05] <jlebar> gps: or I could figure out what the heck is wrong with my gdb.
  24. # [00:06] <tbsaunde> jlebar: I've never had trouble when running gdb from $topobjdir fwiw
  25. # [00:06] <gps> in your mozconfig, try something like k_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-firefox
  26. # [00:06] <gps> that's mk_add_options, of course
  27. # [00:06] * Quits: RealRaven (Thunderbir@54FBA9BC.AC896DD2.27F80FAC.IP) (Quit: RealRaven)
  28. # [00:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8daa66c443a3 - Adam Roach [:abr] - Bug 853858: Move PeerConnectionTest instance reference into global scope r=jesup
  29. # [00:06] * Joins: njn (chatzilla@moz-BC4671E.dyn.iinet.net.au)
  30. # [00:06] <jlebar> gps: I have mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../debug
  31. # [00:06] <jlebar> gps: Maybe it's ccache that's relativizing the paths?
  32. # [00:07] * hwine is now known as hwine|afk
  33. # [00:07] <jlebar> tbsaunde: it's weird; it used to work, and now it's cooky. Or maybe it has to do with child processes or something.
  34. # [00:07] <gps> jlebar: weird. touch a .cpp file and run |make| by hand in the objdir. can you pastebin a compiler command?
  35. # [00:07] <gps> so, we've been on a kick recently to try and force absolute paths inside the build system
  36. # [00:08] <gps> we try to resolve topsrcdir/topobjdir at the top of the build system and work from there. if anything, it should be getting better!
  37. # [00:08] <jlebar> gps: http://www.pastebin.mozilla.org/2274307
  38. # [00:08] * Joins: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net)
  39. # [00:08] * Quits: gustavold (gustavold@9C7112F4.61D1FB4D.FBFF2E6D.IP) (Ping timeout)
  40. # [00:08] <gps> huh
  41. # [00:08] <jlebar> gps: that is an absolute path to the src file.
  42. # [00:08] <jlebar> Let's figure out how to see the debug info...
  43. # [00:09] <gps> yeah.
  44. # [00:09] <gps> /maybe/ the problem is -I adjustment is using $DEPTH?
  45. # [00:09] <gps> $DEPTH is always expressed in terms of ../..
  46. # [00:09] <jlebar> gps: http://www.pastebin.mozilla.org/2274327
  47. # [00:10] * Joins: gustavold (gustavold@9C7112F4.61D1FB4D.FBFF2E6D.IP)
  48. # [00:10] <gps> that's not good
  49. # [00:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d29304061c08 - Eitan Isaacson - Bug 858136 - Rename nsIDOMSpeechSynthesisGetter as nsISpeechSynthesisGetter. r=smaug
  50. # [00:10] * jlebar tries without ccache
  51. # [00:11] <gps> jlebar: you should follow up with glandium. if anyone knows about what goes into the sections in the libraries, its him
  52. # [00:12] <jlebar> gps: That's a good idea. Looking through the without-ccache result, there's a few other absolute paths, so maybe it is ccache that's the problem.
  53. # [00:12] <jlebar> I can try and see.
  54. # [00:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9cbf2e118de6 - Shu-yu Guo - Bug 857579 - Monitor ICGetIntrinsic_Fallback for when bailing Ion->Baseline during eager compilation. (r=djvj)
  55. # [00:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1aa1dc84a1a4 - Shu-yu Guo - Bug 857094. (r=sstangl)
  56. # [00:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/273c69918d05 - Shu-yu Guo - Bug 857846 - Deal with -0 in scatter. (r=nmatsakis)
  57. # [00:12] * Quits: birtles (birtles@moz-25DB8B43.net112138014.t-com.ne.jp) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  58. # [00:12] <glandium> jlebar, gps: what's the question?
  59. # [00:13] <gps> relative paths in .debug_info (gdb can't find sources)
  60. # [00:13] <jlebar> glandium: gdb is having difficulty finding my src files that are specified with relative paths, so I was wondering how to make them absolute.
  61. # [00:13] <jlebar> But it could be a result of ccache.
  62. # [00:14] <gps> there are a bunch of -I../../../content/foo in the compiler command (because $DEPTH I presume). I wonder if that is doing weirdness
  63. # [00:14] * Quits: ehugg (ehugg@moz-DA5AA844.tukw.qwest.net) (Quit: ehugg)
  64. # [00:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8354b14f5036 - Yura Zenevich - Bug 753984 - added tests for an utterance order configurability. r=eeejay
  65. # [00:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/55985195ce90 - Yura Zenevich - Bug 753984 - added a preference for utterance order to make it configurable. Presenter context was moved to Utils and renamed to pivot context. Created a new method to
  66. # [00:14] <jlebar> glandium: aha, without ccache, in objdump -d, I see my src file in the filename table has a dir with an absolute path.
  67. # [00:14] <firebot> generate utterance for pivot context. Moved context utterance generation from Pivot(Presentation) to UtteranceGenerator. r=eeejay
  68. # [00:14] * jlebar has no idea what these tables do, but they're different with and without ccache.
  69. # [00:15] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  70. # [00:16] <jlebar> glandium: gps: This is good enough for me; I know ccache and I know gdb, so I can hack on one of them to figure it out.
  71. # [00:16] <sfink> jlebar: you don't have CCACHE_BASEDIR set?
  72. # [00:16] * Joins: nbt (nbt@moz-D891C5B8.cable.virginmedia.com)
  73. # [00:16] <jlebar> I'm just glad to see that it's not the mozilla build system.
  74. # [00:16] <jlebar> sfink: I do, to /home/jlebar.
  75. # [00:16] <sfink> oh, then at least that part makes sense
  76. # [00:17] * jedp|afk is now known as jedp
  77. # [00:17] <sfink> jlebar: did you read the part of the ccache man page where it talks about CCACHE_BASEDIR confusing gdb?
  78. # [00:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e1bddda508fe - Gregory Szorc - Bug 857984 - mach mochitest now colorizes and prints failure summary; r=Ms2ger
  79. # [00:17] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  80. # [00:17] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  81. # [00:18] * Quits: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net) (Quit: sheeri)
  82. # [00:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4170679cb85a - Dave Hylands - Bug 858034 - Make navigator.getDeviceStorage('') not crash when device storage is disabled. r=bent
  83. # [00:19] * Quits: jesup|laptop (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.90 [Firefox 21.0a2/20130401042013])
  84. # [00:20] * Joins: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP)
  85. # [00:20] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  86. # [00:22] <ejpbruel> everybody stand back
  87. # [00:22] <ejpbruel> i landed something in inbound again
  88. # [00:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/429e15d02de3 - Eddy Bruel - Bug 846906 - Implement nsAppShellService::CreateWindowlessBrowser; r=bz; sr=benjamin
  89. # [00:22] * ejpbruel runs
  90. # [00:22] <philor> should I just close now?
  91. # [00:22] <philor> save the waiting that way
  92. # [00:23] <ejpbruel> philor: i ran it on try this time for good measure
  93. # [00:23] <ejpbruel> no failing tests, should be fine
  94. # [00:23] <philor> personally, I'm shocked it lasted this long, it's like everyone's forgotten how to break the build quickly
  95. # [00:24] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  96. # [00:24] <ejpbruel> pfftcht
  97. # [00:24] <khuey> ejpbruel: why are you awake?
  98. # [00:24] <ejpbruel> khuey: insomnia
  99. # [00:24] <ejpbruel> khuey: its not that bad yet, 00:27 here
  100. # [00:25] * hwine|afk is now known as hwine
  101. # [00:25] <jesup> khuey/bsmedberg-away/bz/ehsan/dbaron: So, a bunch of things call mThread->Shutdown() (and I believe unlike when nsThreadManager calls it, outside of main shutdown). So nsThread::Shutdown() spins the event loop looking waiting for the target thread to shut down. Why can't this cause JS re-entrancy? Unless all the callers of ::Shutdown are guaranteed to not be called from within JS (and...
  102. # [00:25] <jesup> ...perhaps they're not, but if there was some to assert this it would be nice...
  103. # [00:25] <ejpbruel> khuey: why is everybody always so surprised about that? am I the only developer who has insomnia? :D
  104. # [00:25] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  105. # [00:25] <jesup> Maybe I'm missing something (hope so)
  106. # [00:26] * Joins: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  107. # [00:26] <khuey> jesup: any code that calls nsThread::Shutdown needs to be able to handle the event loop spinning
  108. # [00:26] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  109. # [00:26] <jesup> So basically I'm right: don't do it in places that might cause re-entrancy
  110. # [00:26] <khuey> right
  111. # [00:26] * Quits: Archaeopteryx (itsme@moz-4861A875.cust.telecolumbus.net) (Quit: It has been this message for years.)
  112. # [00:26] <wg9s> Has anyone else encountered an issue with building current mozilla-central using MSVC 9 results in a browser that crashes on startup even with a fresh profile, yet works if you start it in safe mode?
  113. # [00:27] * Quits: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP) (Ping timeout)
  114. # [00:27] <jesup> Is there some simple/semi-simple way to assert that?
  115. # [00:27] <khuey> jesup: what do you see that looks sketchy?
  116. # [00:27] <khuey> assert what exactly?
  117. # [00:27] * Quits: @smaug (chatzilla@moz-8C0006D4.pp.htv.fi) (Ping timeout)
  118. # [00:28] <jesup> khuey: no, trying to design a deadlock-free shutdown setup for SIPCC threads (since it can use SyncRunnable to wait on mainthread)
  119. # [00:28] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  120. # [00:28] * Quits: not_gavin (gavin@E04DED12.5AA33DAB.2321E71E.IP) (Ping timeout)
  121. # [00:28] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  122. # [00:28] <jesup> assert we're safe not going to cause re-entrancy (which is I assume the same as "we weren't called from JS" or "we're in a stable state")
  123. # [00:29] <wg9s> OH lonly crash info i have so far is that it is in mozjs.dll
  124. # [00:29] * Joins: alice (alice@moz-FC2427F3.range86-167.btcentralplus.com)
  125. # [00:29] <khuey> I don't see how you could possibly assert that in a language like C++
  126. # [00:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d68412295d0f - Eddy Bruel - Bug 858170 - Fix a NULL dereference in the debugger; r=jorendorff
  127. # [00:29] <wg9s> this regressesed between the first nightly form yesterday and today's nightly.
  128. # [00:30] <khuey> jesup: anyways there's no deadlock unless you try to shutdown the thread from that sync runnable, right?
  129. # [00:31] * kmoir is now known as kmoir-afk
  130. # [00:31] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  131. # [00:32] <jesup> khuey: sure we could, if there was a "AreWeInsideJS()" call :-) And the problem (in theory only since we currently only shut it down from within xpcom shutdown) is that the thread may be in a SyncRunnable() to us while mainthread is in pthread_jointhread() blocked
  132. # [00:32] <jesup> This would be so we can shut it down on inactivity - which may be all we need to guarantee no re-entrancy
  133. # [00:32] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: hastalabistro)
  134. # [00:33] * Joins: mccr8 (mccr8@moz-5FEA0C74.dsl.dynamic.sonic.net)
  135. # [00:33] <jesup> I'm just looking for a "when is it safe to call Shutdown()/spin the event loop" that's not a tautology of "when it's safe" ;-)
  136. # [00:33] <jesup> bbiab
  137. # [00:33] * kaze is now known as kaze|zZz
  138. # [00:34] <khuey> in code that won't have it's assumptions violated if that happens
  139. # [00:35] <khuey> it's really hard to tell when it's safe ...
  140. # [00:35] <khuey> anyways I don't understand the deadlock scenario here
  141. # [00:36] <khuey> the main thread will spin it's event loop until it gets a roundtripped message from the dying thread
  142. # [00:36] <khuey> and then it calls pthread_join
  143. # [00:36] * Joins: not_gavin (gavin@E04DED12.5AA33DAB.2321E71E.IP)
  144. # [00:36] * ChanServ sets mode: +o not_gavin
  145. # [00:36] <khuey> *its
  146. # [00:37] <khuey> so there should be no way for there to be an outstanding SyncRunnable, unless you're running that when you call nsThread::Shutdown
  147. # [00:37] * Quits: jryans (jryans@moz-945C5CA4.massrel.com) (Quit: Be back later)
  148. # [00:37] * wlach is now known as wlach|afk
  149. # [00:37] * coop|mtg is now known as coop|afk
  150. # [00:37] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  151. # [00:38] * Joins: felipe (felipe@F0FABB58.F4D65A64.6D8EEF99.IP)
  152. # [00:38] * dkl is now known as dklafk
  153. # [00:38] * Parts: unsafe (Adium@AD796A2E.A62FF20F.6FE028F4.IP)
  154. # [00:38] * dklafk is now known as dkl|afk
  155. # [00:38] * Quits: zakora (NC@moz-8EAF945F.fbx.proxad.net) (Quit: Textual IRC Client: www.textualapp.com)
  156. # [00:39] * Quits: annevk (annevk@605EAC01.5B3E2C45.420B7681.IP) (Input/output error)
  157. # [00:39] * Parts: knelson (Adium@2557E599.66715431.D25A875A.IP)
  158. # [00:39] * spohl is now known as spohl|away
  159. # [00:40] * Quits: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP) (Quit: Lost terminal)
  160. # [00:42] * Quits: ferjm|afk (ferjm@moz-1AA41ED.red-88-3-138.dynamicip.rima-tde.net) (Quit: Leaving)
  161. # [00:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/24d4bd4b5fd7 - Seth Fowler - Bug 856486 (Followup 2) - Make sure we use the buffered frame, when appropriate, for all callers of GetDrawableImgFrame. r=me
  162. # [00:47] <akeybl> bbondy: did you mean to set the relnote flag on bug 782211 back to ?
  163. # [00:47] <akeybl> just checking before I go and 22+ it again
  164. # [00:49] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  165. # [00:49] * ChanServ sets mode: +o roc
  166. # [00:49] * Quits: marco (Thunderbir@moz-3B363C35.cust.dsl.teletu.it) (Quit: marco)
  167. # [00:49] <bbondy> akeybl: no
  168. # [00:49] <bbondy> didn't mean to touch it
  169. # [00:49] <bbondy> must have done it by accident or maybe bugzilla felt like setting it :)
  170. # [00:50] * AaronMT|away is now known as AaronMT
  171. # [00:50] <akeybl> thanks
  172. # [00:50] * evilpie_ is now known as evilpie
  173. # [00:50] * Quits: evilpie (uid7877@moz-C944F5EC.irccloud.com) (Quit: )
  174. # [00:50] * Joins: evilpie (uid7877@moz-D8B63698.irccloud.com)
  175. # [00:50] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  176. # [00:50] * ChanServ sets mode: +o ehsan
  177. # [00:51] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  178. # [00:51] * Fallen is now known as Fallen|away
  179. # [00:51] * Joins: ehugg_lime (ehugg_lime@moz-DB689C41.mycingular.net)
  180. # [00:51] <Luqman> so make is being difficult in dom/devicestore/test: Makefile:14: *** commands commence before first target. Stop.
  181. # [00:51] * mattwoodrow|away is now known as mattwoodrow
  182. # [00:52] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  183. # [00:52] * Quits: TheOne (one@moz-F655E356.dip.t-dialin.net) (Input/output error)
  184. # [00:53] * Joins: areinald (Thunderbir@moz-BF112525.fbx.proxad.net)
  185. # [00:53] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  186. # [00:53] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  187. # [00:54] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  188. # [00:54] * ChanServ sets mode: +o dbaron
  189. # [00:54] <khuey> Luqman: did you change the file?
  190. # [00:55] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  191. # [00:55] * Joins: we11ington (msu-cse498@moz-600949B7.cse.msu.edu)
  192. # [00:56] <we11ington> Awesome!
  193. # [00:56] <Luqman> khuey: yes, though i've figured out why. just had to regenerate it from Makefile.in
  194. # [00:56] <we11ington> The build is at -53 minutes on my Windows machine
  195. # [00:56] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  196. # [00:56] <we11ington> Its clock neglected to care about daylight savings so I just manually set it
  197. # [00:56] <we11ington> And now it's at -53 minutes :D
  198. # [00:57] * juanb is now known as juanb|brb
  199. # [00:58] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  200. # [00:58] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  201. # [00:58] * bent|brb is now known as bent
  202. # [00:59] * Joins: marco (Thunderbir@moz-3B363C35.cust.dsl.teletu.it)
  203. # [01:00] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  204. # [01:00] <bent> Mossop, ping
  205. # [01:01] <Mossop> bent: pong
  206. # [01:02] * Joins: FabioMagnoni (fabiomagno@C4DF8870.B2DDABBD.936F7D6F.IP)
  207. # [01:02] <bent> Mossop, hi, can you sr+ this two-line thing? http://www.pastebin.mozilla.org/2274399
  208. # [01:02] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  209. # [01:02] * Joins: birtles (chatzilla@moz-658AB552.tokyo.ocn.ne.jp)
  210. # [01:03] <bent> Mossop, it's in bug 857376 if you want to see the whole thing
  211. # [01:03] * Quits: ehugg_lime (ehugg_lime@moz-DB689C41.mycingular.net) (Client exited)
  212. # [01:03] <bent> just figured it was tiny and easy ;)
  213. # [01:03] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  214. # [01:04] <Mossop> bent: sr+
  215. # [01:04] <bent> Mossop, ty!
  216. # [01:05] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  217. # [01:06] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  218. # [01:09] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  219. # [01:09] * khuey is now known as khuey|away
  220. # [01:10] * darkowlzz is now known as darkowlzz|afk
  221. # [01:11] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  222. # [01:12] * Quits: bz_dinner (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net) (Ping timeout)
  223. # [01:13] * Joins: bz_dinner (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net)
  224. # [01:13] * bz_dinner is now known as bz
  225. # [01:15] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  226. # [01:15] * Quits: alice (alice@moz-FC2427F3.range86-167.btcentralplus.com) (Client exited)
  227. # [01:17] * Quits: areinald (Thunderbir@moz-BF112525.fbx.proxad.net) (Quit: areinald)
  228. # [01:17] * Quits: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl) (Quit: ejpbruel)
  229. # [01:18] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  230. # [01:19] * spohl|away is now known as spohl
  231. # [01:21] * Joins: Mahdi (Mibbit@moz-16CF6E30.clients.your-server.de)
  232. # [01:21] * juanb|brb is now known as juanb
  233. # [01:23] * Quits: lizzard (ehenry@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: lizzard)
  234. # [01:24] * Quits: Mahdi (Mibbit@moz-16CF6E30.clients.your-server.de) (Quit: http://www.mibbit.com ajax IRC Client)
  235. # [01:24] * Quits: ctangira (ctangira@moz-264CB7F1.cisco.com) (Quit: ctangira)
  236. # [01:24] * Quits: vladan (vladan@moz-21CD3EF9.cp.telus.net) (Quit: Leaving.)
  237. # [01:24] * nthomas is now known as nthomas|away
  238. # [01:25] <jcranmer> Jesse: I don't suppose you are going to try to actually implement a static analysis you file?
  239. # [01:26] * Quits: jimm (jmathies@moz-864CAA4E.pn.at.cox.net) (Quit: )
  240. # [01:27] <njn> I have this JS code: |(new Date()).toLocaleTimeString()| Is there a nicer way to say that?
  241. # [01:28] * Joins: AsaDotzler (asa@4508CAE6.38324963.204CA821.IP)
  242. # [01:28] * Joins: folecr (folecr@353F7E4C.C3161BD8.3318EDCA.IP)
  243. # [01:29] * Quits: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  244. # [01:29] <Jesse> jcranmer: i'm not planning to
  245. # [01:29] <jcranmer> :-/
  246. # [01:30] * Joins: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net)
  247. # [01:30] <Jesse> just noting the idea in case memshrink people or static-analysis people like it
  248. # [01:30] * Quits: beaufour (beaufour@moz-EA4226EF.nyc.biz.rr.com) (Quit: beaufour)
  249. # [01:30] <tbsaunde> Jesse: what do you want to check for?
  250. # [01:30] <njn> Jesse: ?
  251. # [01:31] <Jesse> https://bugzilla.mozilla.org/show_bug.cgi?id=858320
  252. # [01:31] <Jesse> "Analysis to find unused struct members"
  253. # [01:32] <tbsaunde> Jesse: I thought clang and maybe gcc? already did that
  254. # [01:32] <njn> Jesse: clang already kind of does that
  255. # [01:32] <Jesse> oh neat
  256. # [01:32] * Quits: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  257. # [01:32] <Jesse> is that how ms2ger found https://bugzilla.mozilla.org/show_bug.cgi?id=851025 ?
  258. # [01:32] <tbsaunde> as much as you can in a turing complete language anyway
  259. # [01:32] <njn> Jesse: at least, it does "* It is never read."
  260. # [01:32] <njn> not sure about the others
  261. # [01:33] * Joins: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP)
  262. # [01:33] <njn> Jesse: I've fixed some cases where we were assigning in the constructor but never doing anything else
  263. # [01:33] <Jesse> i thought it would have to be a global (multiple compilation unit) analysis and so clang wouldn't do it
  264. # [01:33] * Quits: rednaks (rednaks@6298CBE0.9AC5DAB4.55FFA9B4.IP) (Quit: Téléportation !)
  265. # [01:33] * Quits: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 19.0.2/20130311162058])
  266. # [01:34] <njn> Jesse: maybe it only works if the class isn't exported or something; not sure
  267. # [01:34] <tbsaunde> Jesse: ok, it doesn't do it for public and maybe private things
  268. # [01:34] <tbsaunde> s/private/protected/
  269. # [01:34] <tbsaunde> Jesse: but you can do it for private ones if you see all the members of a class and its friends and whatever in one tu
  270. # [01:36] <tbsaunde> Jesse: maybe clang with lto warns for more I'm not sure
  271. # [01:37] <seth> so i'm a bit unclear as to how to make a fuzzy-if annotation correct the first time
  272. # [01:37] <seth> say the failure reports "image comparison (==), max difference: 113, number of differing pixels: 124"
  273. # [01:38] <seth> is it then correct to write "fuzzy-if(Android||B2G,113,124)"?
  274. # [01:38] * philor is now known as philor|away
  275. # [01:38] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  276. # [01:41] <seth> couldn't figure out where this is documented, other than the original bug, which seems to mostly discuss a different syntax
  277. # [01:42] * Joins: Mahdi_ (mahdi@830577EE.D1849E4.195261CE.IP)
  278. # [01:42] <jcranmer> tbsaunde: clang with lto won't warn since that kind of information is lost
  279. # [01:42] <jesup> khuey|away: So that's the problem - apparently the SipCC thread can dispatch a SyncRunnable to MainThread while mainthread sends a message to the sipcc thread to die and then calls join. Deadlock since mainthread won't spin the event look in join. If we do the equivalent to nsThread::Shutdown and spin the loop, we're ok, if this doesn't cause reentrancy.
  280. # [01:42] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  281. # [01:42] <NeilAway> now that *was* weird
  282. # [01:42] * Quits: Mahdi_ (mahdi@830577EE.D1849E4.195261CE.IP) (Quit: Ex-Chat)
  283. # [01:42] <NeilAway> I did a search for 858328,858329 having just filed them both, and only one showed up ;-)
  284. # [01:42] * Quits: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP) (Quit: Ex-Chat)
  285. # [01:43] * Joins: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP)
  286. # [01:43] <jcranmer> sounds like what happened to bz recently
  287. # [01:43] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  288. # [01:43] * Joins: Mahdi_ (mahdi@830577EE.D1849E4.195261CE.IP)
  289. # [01:43] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  290. # [01:44] <Mahdi_> Hey, I want to take this bug > https://bugzilla.mozilla.org/show_bug.cgi?id=421099; but I'm new to bug fixing, I want to know, what file is Location Bar located in? >_<
  291. # [01:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/795e9ec338a7 - Nicholas Cameron - Bug 856272; don't round our mask size too early so we get a proper transform for small surfaces. r=roc
  292. # [01:45] * Joins: nattokirai (nattokirai@moz-658AB552.tokyo.ocn.ne.jp)
  293. # [01:46] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  294. # [01:46] * Quits: nattokirai (nattokirai@moz-658AB552.tokyo.ocn.ne.jp) (Quit: nattokirai)
  295. # [01:46] * Quits: IanN (chatzilla@moz-C2F768A9.perr.cable.virginmedia.com) (Quit: ChatZilla 0.9.90 [SeaMonkey 2.18a1/20130202225154])
  296. # [01:47] * Joins: philor (Mibbit@14842805.5578E378.738FFB80.IP)
  297. # [01:48] <philor> abr: looks like you've got Android bustage
  298. # [01:48] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  299. # [01:49] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  300. # [01:50] * Joins: lizzard (ehenry@moz-D2E7AB2.tmodns.net)
  301. # [01:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d4499dadb6e7 - Jason Duell - Bug 792920 - Update nsITimer.idl comments re: off main-thread use. r=mcmanus DONTBUILD
  302. # [01:51] * Quits: Optimizer (Optimizer@5BB548E2.1D173DC.274D17D6.IP) (Ping timeout)
  303. # [01:51] <tbsaunde> jesup: I'm confused, are you shutting down the Sipcc thread with something other than nsThread::Shutdown() currently? that just calls Dispatch() and immediately tries to Pthread_join()?
  304. # [01:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ba7609e95038 - Wes Kocher - Bug 858326 - Uplift Add-on SDK changeset 99d7f27c7e
  305. # [01:53] <Waldo> seth: layout/tools/reftest/README?
  306. # [01:53] * Quits: Mahdi_ (mahdi@830577EE.D1849E4.195261CE.IP) (Quit: Ex-Chat)
  307. # [01:54] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  308. # [01:54] * Quits: lizzard (ehenry@moz-D2E7AB2.tmodns.net) (Quit: lizzard)
  309. # [01:55] * Joins: rniwa_ (rniwa@BAF529E7.DD93B039.B5E7F04E.IP)
  310. # [01:55] * Quits: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP) (Quit: Ex-Chat)
  311. # [01:55] * Joins: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP)
  312. # [01:56] * Quits: rniwa_ (rniwa@BAF529E7.DD93B039.B5E7F04E.IP) (Quit: rniwa_)
  313. # [01:57] * Quits: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP) (Quit: Ex-Chat)
  314. # [01:57] <ehoogeveen> njn: ping
  315. # [01:57] * Joins: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP)
  316. # [01:57] <njn> ehoogeveen: pong
  317. # [01:57] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  318. # [01:57] <ehoogeveen> njn: in an --enable-dmd build (on Windows), where is dmd.dll supposed to be?
  319. # [01:58] <njn> ehoogeveen: I have no idea :/
  320. # [01:58] <njn> ehoogeveen: is there even meant to be one?
  321. # [01:59] <ehoogeveen> njn: the wiki page says to pass the path to it as an environment variable on the command line, but I can't find any such dll
  322. # [01:59] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  323. # [01:59] <njn> ehoogeveen: which wiki page?
  324. # [01:59] <ehoogeveen> njn: https://wiki.mozilla.org/Performance/MemShrink/DMD
  325. # [01:59] <njn> ehoogeveen: oh, I see
  326. # [01:59] * khuey|away is now known as khuey
  327. # [01:59] <njn> ehoogeveen: can you just search for it?
  328. # [02:00] * Joins: erikvold (erikvold@moz-FEA72C6B.tmodns.net)
  329. # [02:00] <tbsaunde> njn: dmd builds as a replace malloc thing right? then I'd really expect it gets a dll somewhere
  330. # [02:00] <njn> ehoogeveen: I assume it's not in $OBJDIR/dist/lib
  331. # [02:00] <ehoogeveen> njn: I did, but it's not called *dmd*.dll if it exists
  332. # [02:00] * Quits: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP) (Quit: Ex-Chat)
  333. # [02:00] <njn> ehoogeveen: look in $OBJDIR/dist/lib for something similar? libdmd.dll?
  334. # [02:00] <ehoogeveen> njn: let me load up my VM and have a look
  335. # [02:01] * Joins: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP)
  336. # [02:02] <ehoogeveen> njn: to get it to compile I needed to pass --enable-debug, which in turn required --enable-trace-malloc
  337. # [02:02] * Quits: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP) (Client exited)
  338. # [02:02] <njn> ehoogeveen: --enable-trace-malloc?!
  339. # [02:02] <tbsaunde> ehoogeveen: you could also try looking in memory/replace/dmd/ I'm not sure that lib will get exported to dist/lib or dist/bin
  340. # [02:02] <ehoogeveen> njn: I'd like to look into whether debug is strictly necessary on Windows but first I'd like to see it working at all :)
  341. # [02:02] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/7aecb38271b5 - Steve Workman - Bug 808402 - Make call to nsIPrompt::Alert from nsFtpState::StopProcessing async r=jduell a=lsblakk
  342. # [02:02] <njn> ehoogeveen: --enable-debug isn't required on mac or Linux...
  343. # [02:02] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Client exited)
  344. # [02:02] <njn> ehoogeveen: and --enable-trace-malloc *really* shouldn't be needed
  345. # [02:03] <tbsaunde> ehoogeveen: wtf --enable-debug dosn't require trace malloc on linux
  346. # [02:03] <ehoogeveen> njn: without that, a build with --enable-debug and --enable-jemalloc (which --enable-dmd implies) failed on a linking error
  347. # [02:03] <ehoogeveen> njn: trying to find malloc_usable_size
  348. # [02:03] <njn> ehoogeveen: glandium's the one who knows about the malloc-replacement stuff
  349. # [02:04] <njn> ehoogeveen: it sounds like the problem is at that level, if it's trying to find malloc_usable_size (which is a linux-only function)
  350. # [02:04] <ehoogeveen> njn: Hmm. Oddly, NeilAway tried it and reported no problems (I don't know how our environments differ)
  351. # [02:05] <njn> ehoogeveen: fun fun fun
  352. # [02:05] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  353. # [02:05] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  354. # [02:06] * Joins: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP)
  355. # [02:06] * Quits: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP) (Quit: Leaving.)
  356. # [02:06] * Quits: Mahdi- (mahdi@830577EE.D1849E4.195261CE.IP) (Quit: Ex-Chat)
  357. # [02:06] * Quits: marco (Thunderbir@moz-3B363C35.cust.dsl.teletu.it) (Quit: marco)
  358. # [02:07] <ehoogeveen> njn, tbsaunde: no relevant looking dlls in $OBJDIR/dist/lib, and no replace directory in $OBJDIR/memory
  359. # [02:08] * nthomas|away is now known as nthomas
  360. # [02:08] <ehoogeveen> njn, tbsaunde: there *are* dmd.h and dmd.cpp in src/memory/replace/dmd - should I try building those separately?
  361. # [02:09] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  362. # [02:11] * Quits: TimAbraldes (TimAbralde@moz-3F87419B.hsd1.or.comcast.net) (Quit: ChatZilla 0.9.90 [Firefox 21.0a2/20130401042013])
  363. # [02:11] <ehoogeveen> njn, tbsaunde: (though to be honest I'm not sure how to)
  364. # [02:11] * Quits: FabioMagnoni (fabiomagno@C4DF8870.B2DDABBD.936F7D6F.IP) (Input/output error)
  365. # [02:11] <tbsaunde> ehoogeveen: no, it seems to me like your not actually building dmd
  366. # [02:12] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  367. # [02:12] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  368. # [02:12] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  369. # [02:13] <ehoogeveen> tbsaunde: that would explain a few things ... but I do have it in my .mozconfig
  370. # [02:13] <seth> Waldo: belated thanks. that's exactly what i was looking for
  371. # [02:13] * Quits: gustavold (gustavold@9C7112F4.61D1FB4D.FBFF2E6D.IP) (Quit: Leaving.)
  372. # [02:13] <Waldo> seth: pretty sure that's the canonical doc source, and that it remains up-to-date across changes
  373. # [02:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d4130427c313 - Ben Turner - Bug 857376 - 'Use 2k page_size for databases on B2G'. r=mak, sr=mossop.
  374. # [02:14] * Quits: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  375. # [02:14] * Joins: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com)
  376. # [02:14] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  377. # [02:14] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  378. # [02:14] <seth> Waldo: cool. i saw a mention of it in the fuzzy-if bug, but i confused layout/tools/reftest with layout/reftests, didn't find it, and thought maybe the bug's info was out of date =)
  379. # [02:14] <tbsaunde> ehoogeveen: looks like configure might sighlently disable it if you also have trace malloc enabled (wtf why doesn't it fail)
  380. # [02:14] <Waldo> ah
  381. # [02:14] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  382. # [02:15] * Quits: grobinson (garrett@2557E599.66715431.D25A875A.IP) (Ping timeout)
  383. # [02:15] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  384. # [02:15] * Quits: erikvold (erikvold@moz-FEA72C6B.tmodns.net) (Ping timeout)
  385. # [02:15] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  386. # [02:15] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  387. # [02:15] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  388. # [02:16] <ehoogeveen> tbsaunde: does that also disable jemalloc?
  389. # [02:16] <jesup> tbsaunde: sipcc threads are pthreads not nsThreads (and the infamous nsThread leak was caused by XPCOM promoting non-nsThreads to nsThreads, which we now avoid by using SyncRunnable). sipcc's cprThreads have their own command queues, and one command is to exit - but if the sipcc thread is calling SyncRUnnable when Mainthread sends exit and does a join, we have a problem.
  390. # [02:16] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  391. # [02:17] <ehoogeveen> tbsaunde: that would explain why adding it also it stop complaining about malloc_usable_size (though not why it wanted that in the first place)
  392. # [02:18] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  393. # [02:18] <jesup> tbsaunde: And we have a few ways out of the problem; one of which is to spin the event queue while waiting for the sipcc thread to process the exit command (like nsThread::Shutdown does). But to use that except at XPCOM shutdown I need to know where it's safe, which is the same question one should ask for nsThreads
  394. # [02:18] <ehoogeveen> er, also made it stop
  395. # [02:18] * Joins: bajaj1 (Adium@2557E599.66715431.D25A875A.IP)
  396. # [02:18] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  397. # [02:18] * Quits: bdahl (bdahl@2557E599.66715431.D25A875A.IP) (Client exited)
  398. # [02:18] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  399. # [02:18] * Quits: cviecco (cviecco@2557E599.66715431.D25A875A.IP) (Input/output error)
  400. # [02:19] <jesup> tbsaunde: And per khuey, the answer to that question is... good question, "it's really hard to tell when it's safe ...", don't do it where it's not safe. :-(
  401. # [02:20] <jesup> So how are current callers of nsThread sure they're safe? and how can someone adding a new nsThread know where it's safe to shut it down?
  402. # [02:20] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  403. # [02:20] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  404. # [02:20] <khuey> ideally you would shut the thread down at a point where there's nothing on the stack above you but the event loop
  405. # [02:21] <khuey> that's the easiest way to know that it's safe
  406. # [02:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/079495f97d60 - Ryan VanderMeulen - Bug 856469 - Upgrade SQLite to version 3.7.16.1 (Mozilla changes). r=mak
  407. # [02:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3e311d250b6e - Ryan VanderMeulen - Bug 856469 - Upgrade SQLite to version 3.7.16.1 (SQLite changes). r=mak
  408. # [02:23] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  409. # [02:23] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  410. # [02:24] <jcranmer> apparently bugzilla doesn't like letting me request two ui-r?
  411. # [02:24] <bent> jesup, just post a runnable to the main thread that spins your event loop while your thread shuts down
  412. # [02:24] * Joins: ggp (ggp@moz-D52B1455.tmodns.net)
  413. # [02:24] <jesup> khuey: sure. I was wondering a) if that's sufficient, and b) how do I check that (or verify statically that must be the case).
  414. # [02:25] * jhopkins is now known as jhopkins|afk
  415. # [02:25] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  416. # [02:25] <khuey> well if there's nothing else on the stack it's safe
  417. # [02:25] <khuey> and you shutdown the thread off a runnable
  418. # [02:26] <khuey> which doesn't do much else
  419. # [02:26] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  420. # [02:26] <khuey> jesup: e.g. http://mxr.mozilla.org/mozilla-central/source/content/media/VideoUtils.h#112
  421. # [02:26] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  422. # [02:27] <bent> khuey, http://mxr.mozilla.org/mozilla-central/source/xpcom/threads/nsThreadPool.cpp#121 is better :)
  423. # [02:27] * nthomas is now known as nthomas|away
  424. # [02:28] * Quits: darkowlzz|afk (darkowlzz@A6C22A79.5F0F8C7B.25B273F5.IP) (Ping timeout)
  425. # [02:28] <philor> abr: and, when it feels like running tests, b2g too
  426. # [02:30] <@dolske> tanvi: congrats on landing, hope it sticks!
  427. # [02:30] <khuey> bent: heh
  428. # [02:30] * joduinn-mtg is now known as joduinn
  429. # [02:31] <tanvi> dolske: thanks! me too!!
  430. # [02:31] <mbrubeck> Anyone looking into this Android m4 orange yet?
  431. # [02:31] <mbrubeck> ah, yes
  432. # [02:31] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  433. # [02:31] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  434. # [02:31] * Quits: ericjung|away (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  435. # [02:31] <tanvi> dolske: thank you, gavin and MattN for all your help with this! not to mention lco of course :)
  436. # [02:32] * mbrubeck can back out abr
  437. # [02:33] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Ping timeout)
  438. # [02:33] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  439. # [02:33] <jesup> mbrubeck: what needs backing out and why? Is abr on; I thought he was away for the weekend
  440. # [02:33] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  441. # [02:34] <jesup> I can deal with any issues from his checkin(s)
  442. # [02:34] <mbrubeck> jesup: I just backed out https://hg.mozilla.org/integration/mozilla-inbound/rev/8daa66c443a3 because of https://tbpl.mozilla.org/php/getParsedLog.php?id=21448365&tree=Mozilla-Inbound
  443. # [02:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b76be1ee5350 - Matt Brubeck - Back out 8daa66c443a3 (bug 853858) because of Android and B2G test failures
  444. # [02:35] <jesup> mbrubeck: thanks
  445. # [02:35] <mbrubeck> Now to deal with the PERMA-ORANGE MOTH! http://limpet.net/mbrubeck/images/2012/permaorange.jpg
  446. # [02:35] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  447. # [02:35] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  448. # [02:35] * ChanServ sets mode: +o dbaron
  449. # [02:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/08a717bd993a - Eric Chou - Bug 851046: Patch 7 - Remove function ListenSocketViaService(); r=mrbkap
  450. # [02:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/16108b4d0213 - Eric Chou - Bug 851046: Patch 4 - Apply BluetoothSocket to BluetoothOppManager; r=mrbkap
  451. # [02:36] <mbrubeck> nrc: looks like that one is you...
  452. # [02:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/76f4a2ff72d9 - Eric Chou - Bug 851046: Patch 8 - Add BluetoothSocket* as an argument of callback functions in BluetoothSocketObserver; r=mrbkap
  453. # [02:36] <qDot> Oh god damnit.
  454. # [02:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a18acbecddaa - Eric Chou - Bug 851046: Patch 5 - Apply BluetoothSocket to BluetoothHfpManager; r=mrbkap
  455. # [02:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9ba6b7c64335 - Eric Chou - Bug 851046: Patch 9 - Small misc fixes; r=mrbkap
  456. # [02:36] <qDot> Well, I have learned the "never trust hg rebase" rule now.
  457. # [02:36] <nrc> mbrubeck: looking...
  458. # [02:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9b22106f5492 - Eric Chou - Bug 851046: Patch 3 - Replace (Bluetooth*Managers)->CloseSocket() with (Bluetooth*Managers)->Disconnect(); r=mrbkap
  459. # [02:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a6ad591545f5 - Eric Chou - Bug 851046: Patch 6 - Apply BluetoothSocket to BluetoothScoManager; r=mrbkap
  460. # [02:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8439b019d59b - Eric Chou - Bug 851046: Patch 2 - New Class: BluetoothSocket; r=mrbkap
  461. # [02:36] <qDot> It just completely disappeared a patch
  462. # [02:37] <mbrubeck> nrc: I have a backout prepped...
  463. # [02:37] <jesup> khuey: Aha. So I take it the point was that if we're in a runnable (at least on mainthread), because we don't let mainthread recurse we can't be causing re-entrancy by calling nsThread::Shutdown (even though it spins teh event loop itself), right?
  464. # [02:37] <jhammel> qDot: heh, i have hg wired to rebase; "to avoid being yelled at"
  465. # [02:37] * Joins: DevHC (devhc@moz-A0E75D94.dsl.pool.telekom.hu)
  466. # [02:37] <qDot> jhammel: Well, now I have 8 backouts to do.
  467. # [02:37] <jhammel> that said, i operate all software with distrust
  468. # [02:37] <nrc> mbrubeck: what is broken?
  469. # [02:37] <qDot> Fuck. hg.
  470. # [02:37] <jhammel> :(
  471. # [02:37] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  472. # [02:37] <nrc> mbrubeck: OS X oth?
  473. # [02:37] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  474. # [02:38] <mbrubeck> yeah
  475. # [02:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/db1838b65293 - Gregor Wagner - Bug 858339 - PhoneNumberJS: Fix colombian phone numbers without the leading +. r=bent
  476. # [02:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1576f07a1d8b - Gregor Wagner - Bug 858330 - PhoneNumberJS: Fix chilean mobile numbers. r=bent
  477. # [02:38] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  478. # [02:38] * ctalbert|mtg is now known as ctalbert
  479. # [02:38] <qDot> CAn I backout multiple commits at once?
  480. # [02:38] * Joins: bnicholson2 (bnicholson@2557E599.66715431.D25A875A.IP)
  481. # [02:38] <DevHC> SM 2.17 fails compilation with a recent version of Clang, which may be due to a new Clang bug or a standard-conformant change in Clang
  482. # [02:38] <DevHC> here's a small test case:
  483. # [02:38] <mbrubeck> nrc: I'm going to go ahead with this backout for now.
  484. # [02:38] <DevHC> namespace A { void f() { } }
  485. # [02:38] <DevHC> namespace B { using namespace A; void g(); }
  486. # [02:38] <DevHC> void B::g() { f(); }
  487. # [02:39] <mbrubeck> qDot: Not with "hg backout" but there are various ways...
  488. # [02:39] <nrc> mbrubeck: go for it, thanks
  489. # [02:39] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  490. # [02:39] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  491. # [02:39] <DevHC> a very recent Clang fails to find f() from inside the definition of g()
  492. # [02:39] <mbrubeck> qDot: https://bitbucket.org/sfink/qbackout is probably the easiest
  493. # [02:39] <jesup> mbrubeck: I see what happened with abr. The test framework hides where the block against running those tests on Android is.
  494. # [02:39] <nrc> mbrubeck: I can't possibly imagine how I caused that, but I guess the logs don't lie...
  495. # [02:39] <DevHC> is that standard-conformant?
  496. # [02:39] * bnicholson2 is now known as bnicholson
  497. # [02:39] <jesup> I'll revise and take it over
  498. # [02:39] <mbrubeck> thanks, jesup.
  499. # [02:39] <qDot> Ok, well, someone might want to close the tree while I figure out how to do this. 'cause that bluetoothsocket push is gonna burn
  500. # [02:40] <khuey> jesup: well by spinning the event loop you can only cause reentrancy to whatever is above you
  501. # [02:40] <khuey> and if there's nothing above you on the stack ...
  502. # [02:40] <mbrubeck> qDot: While I'm backing things out, I can back that out...
  503. # [02:40] <qDot> mbrubeck: That'd be fantastic.
  504. # [02:41] <mbrubeck> qDot: 9ba6b7c64335 and the rest of that push?
  505. # [02:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ca34eba9c8b6 - Matt Brubeck - Back out 795e9ec338a7 (bug 856272) because of test failures
  506. # [02:41] <qDot> Yup, whole thing. hg rebase ate the first patch in it.
  507. # [02:41] * ewong|away is now known as ewong
  508. # [02:41] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  509. # [02:41] * Quits: inolen (Adium@moz-9F4F17DF.tourcaster.com) (Quit: Leaving.)
  510. # [02:42] * Quits: chewey (chewey@moz-29F9791C.dip0.t-ipconnect.de) (Ping timeout)
  511. # [02:42] <mjrosenb> ok, what needs to be done in order to actually run jit-tests on android?
  512. # [02:42] <mbrubeck> qDot: done
  513. # [02:42] <tbsaunde> jesup: ah, yeah makes sense (sorry was off at dinner)
  514. # [02:42] <mjrosenb> because it is getting very annoying, since I seem to be the only person that ever actually runs jit-tests on arm.
  515. # [02:43] * Quits: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP) (Quit: mixedpuppy)
  516. # [02:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/03a6b2be2d61 - Matt Brubeck - Back out bug 851046 because of rebase problems
  517. # [02:43] * Joins: alice (alice@moz-FC2427F3.range86-167.btcentralplus.com)
  518. # [02:44] * kmoir-afk is now known as kmoir
  519. # [02:44] * kmoir is now known as kmoir-afk
  520. # [02:44] * froydnj runs into lots of issues trying to make MOZ_ASSERT keep (but not evaluate) its arguments in non-DEBUG builds
  521. # [02:44] <qDot> mbrubeck: Thanks! :)
  522. # [02:44] * qDot tries again.
  523. # [02:45] <tbsaunde> jesup: so, the other thing you could do is to have the Sipcc thread dispatch a non sync runnable to the main thread when it gets the die message so the main thread knows it can now join the Sipcc thread
  524. # [02:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2418deea4b19 - Gregor Wagner - Bug 804623 - Permission Prompt Helper needs more access context to enable/disable permissions. r=sicking
  525. # [02:45] * Quits: alice (alice@moz-FC2427F3.range86-167.btcentralplus.com) (Ping timeout)
  526. # [02:45] <tbsaunde> froydnj: "keep" I'm curious what you're doing
  527. # [02:45] * Joins: chewey (chewey@moz-29F9791C.dip0.t-ipconnect.de)
  528. # [02:46] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  529. # [02:46] <tbsaunde> jesup: though the dispatch runnable to main thread approach seems pretty reasonable other than maybe it'll prevent us adding asserts people aren't spinning nested event loops some day but whatever
  530. # [02:47] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  531. # [02:47] <mbrubeck> anyone else need to be backed out?
  532. # [02:47] <mbrubeck> no?
  533. # [02:47] * mbrubeck -> dinner
  534. # [02:47] <froydnj> tbsaunde: there've been two instances this week with busted debug builds because the developers (one of whom was me) had invalid code inside MOZ_ASSERT and were only compiling opt
  535. # [02:47] * Joins: ericjung|away (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  536. # [02:48] <bent> developers not running debug builds...
  537. # [02:48] <froydnj> tbsaunde: it'd be nice to avoid such trivial problems by turning MOZ_ASSERT into |DebugOnly<bool> x = false && expr;| in opt builds
  538. # [02:48] <froydnj> *shrug* people do all kinds of stupid things
  539. # [02:48] <cpeterson> I run optimized debug builds. the best of both worlds :)
  540. # [02:48] <tbsaunde> froydnj: seems reasonable and useful
  541. # [02:48] <bent> froydnj, we shouldn't encourage them though ;)
  542. # [02:49] <froydnj> however, that violates a zillion assumptions made about how MOZ_ASSERT works
  543. # [02:49] * Quits: RyanVM|Away (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.90 [Firefox 23.0a1/20130402231545])
  544. # [02:49] <froydnj> well, ok, one assumption that occurs in a zillion places ;)
  545. # [02:49] * Quits: ggp (ggp@moz-D52B1455.tmodns.net) (Ping timeout)
  546. # [02:50] <philor> nrc: one possibility is that your sin was being the first thing to not get a clobber after windowless browsers came into existence, three pushes below you
  547. # [02:50] <cpeterson> froydnj: you can use MOZ_ALWAYS_TRUE(expr) if you want expr to be in release builds
  548. # [02:50] * Quits: DevHC (devhc@moz-A0E75D94.dsl.pool.telekom.hu) (Quit: Received SIGPWNT)
  549. # [02:50] <qDot> Whoa. Ok, no, the commit hg lost was actually a commit with nothing in it, and rebase just didn't reapply it. And it gave me no error message. Huh. So, well, commit order was wrong at least.
  550. # [02:50] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  551. # [02:50] * ChanServ sets mode: +o ehsan
  552. # [02:51] * jhammel is now known as jhammel|afk
  553. # [02:51] <nrc> philor: that seems more likely to me than my patch being broken. But I wouldn't be surprised by breaking anything really...
  554. # [02:51] <tbsaunde> cpeterson: he doesn't want that, he just wants expr to be sytax checked and then optimized out
  555. # [02:52] * Joins: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net)
  556. # [02:52] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  557. # [02:52] <cpeterson> oh, I see. Of course, in this case, that would mean the MOZ_ASSERT(expr) would be syntactically correct but the assertion was not actually run.
  558. # [02:52] <cpeterson> :)
  559. # [02:53] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Ping timeout)
  560. # [02:53] * Joins: ggp (ggp@moz-D52B1455.tmodns.net)
  561. # [02:53] * Quits: bajaj1 (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  562. # [02:54] <froydnj> better to be syntax-checked on the developer's machine than on the builders
  563. # [02:54] <froydnj> anyway, just compiling js/src shows that, to a first approximation, modifying every single file in the tree would be required
  564. # [02:54] <tbsaunde> better for developers to use debug builds but sure
  565. # [02:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8161280e740e - Seth Fowler - Bug 856602 - RasterImage::DecodeJob should not reschedule itself if it can't make progress. r=tn
  566. # [02:55] <sfink> wouldn't it be simpler to do |if (false) { expr; } else {}| in opt builds?
  567. # [02:55] <sfink> or maybe that's |if (false) { (void)(expr); } else {}| in opt builds?
  568. # [02:55] <ehoogeveen> njn: so malloc_usable_size is forcibly enabled on Windows when building with jemalloc, because using _msize bypasses jemalloc (if I'm reading this correctly)
  569. # [02:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e63cb4c3e063 - Dale Harvey - Bug 826058 - Hosted app install/update tests. r=fabrice, r=ted
  570. # [02:56] <jesup> khuey: (and tbsaunde/bent) Right. The point I'd missed was that wrapping something in a runnable to mainthread guarantees JS at least isn't above you. (Could be someone else in an nsThread::Shutdown() I assume). Too bad there isn't a way to assert such a thing easily.
  571. # [02:56] <njn> ehoogeveen: I'll take your word for it
  572. # [02:56] <froydnj> sfink: ooo, that'd be better, yes. but that doesn't solve the issue of the bits that |expr| needs often being hidden behind |#ifdef DEBUG| :(
  573. # [02:56] <sfink> oh. Yeah.
  574. # [02:57] * hwine is now known as hwine-ooo
  575. # [02:57] <ehoogeveen> njn: see bug 719579 - it's enabled in sqlite's makefile. But the linker apparently can't find it when I use --enable-debug
  576. # [02:57] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  577. # [02:58] <njn> ehoogeveen: ugh, that stuff is a mess. glandium really is the one who understands all this
  578. # [02:58] <ehoogeveen> njn: Okay, I'll ping him when I have time :)
  579. # [02:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/503dea706f82 - Seth Fowler - Bug 857367 - Make it safe to call RasterImage::DecodePool::RequestDecode off the main thread. r=tn
  580. # [03:01] * ehoogeveen is now known as ehoogeveen|away
  581. # [03:01] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  582. # [03:02] <bent> jesup, yeah, not a guarantee really... it's just nice to know that if it ever causes a problem it's someone else's fault :)
  583. # [03:02] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: nhirata)
  584. # [03:02] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  585. # [03:03] * Joins: tonymec__ (tonymec@moz-CF5ABBAA.adsl-dyn.isp.belgacom.be)
  586. # [03:03] * ctalbert is now known as ctalbert|afk
  587. # [03:03] * tonymec__ is now known as tonymec|away
  588. # [03:03] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  589. # [03:04] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  590. # [03:04] * Quits: folecr (folecr@353F7E4C.C3161BD8.3318EDCA.IP) (Quit: folecr)
  591. # [03:05] * Joins: DevHC (devhc@moz-A0E75D94.dsl.pool.telekom.hu)
  592. # [03:05] <tbsaunde> bent: so, I wonder how often we absolutely need to shutdown the thread sync, and if it would be useful to add a async nsThread::ShutdowAsync(), obviously you can't use it at shutdown but
  593. # [03:05] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr_)
  594. # [03:06] <mjrosenb> philor: ping?
  595. # [03:06] <philor> mjrosenb: pong
  596. # [03:06] * Quits: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
  597. # [03:06] <jesup> bent: so nsThread::Shutdowns can stack (and other things that use this trick to call methods that spin the event loop). The hope is that none of those can interact badly. Hmmm... Seems like a test/trap would be possible. Set a member var in nsThread when executing JS code (or any other code that Cannot be allowed to recurse/spin the loop), and check that flag in the event loop
  598. # [03:07] <mjrosenb> philor: you are the tbpl-master... do you know who I need to talk to about actually getting jit-tests (e.g. make check) running on android?
  599. # [03:07] <jesup> If anyone tries to write code that will break the reentrancy guarantee, it will assert/etc
  600. # [03:07] * Quits: ggp (ggp@moz-D52B1455.tmodns.net) (Ping timeout)
  601. # [03:07] <mjrosenb> philor: or really, any arm variant.
  602. # [03:08] * Joins: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net)
  603. # [03:08] <philor> mjrosenb: like "I've made sure the tests work, and I just need releng to start running them" or like "I want someone to want to make 'make check' work on android"?
  604. # [03:08] * Quits: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net) (Quit: genester)
  605. # [03:09] <mjrosenb> philor: the latter.
  606. # [03:09] <philor> or I guess there's a third variant, "I know jit-tests work, I doubt the rest of make check does"
  607. # [03:09] <philor> ah
  608. # [03:09] <philor> ha
  609. # [03:09] <mjrosenb> philor: i'm constantly in the first part of the former.
  610. # [03:09] <mjrosenb> philor: and people keep changing that.
  611. # [03:10] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  612. # [03:10] * ChanServ sets mode: +o ehsan
  613. # [03:10] * heycam is now known as heycam|away
  614. # [03:10] * Quits: anton|tmp (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  615. # [03:11] <tbsaunde> jesup: its worth a shot
  616. # [03:11] <khuey> jesup: well it doesn't guarantee that ...
  617. # [03:12] <khuey> jesup: if someone else is already spinning the event loop
  618. # [03:12] * Quits: Mathnerd314 (quassel@moz-195E87F.rh.uchicago.edu) (Ping timeout)
  619. # [03:12] <khuey> jesup: but that's their problem, not yours
  620. # [03:12] * Joins: Mathnerd626 (quassel@moz-195E87F.rh.uchicago.edu)
  621. # [03:12] * Joins: sewardj_ (sewardj@moz-D0476802.dip.t-dialin.net)
  622. # [03:13] * jhammel|afk is now known as jhammel
  623. # [03:13] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  624. # [03:13] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  625. # [03:14] * Quits: sewardj (sewardj@moz-4875F09C.dip.t-dialin.net) (Ping timeout)
  626. # [03:14] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  627. # [03:15] <jesup> It guarantees that anyone who's not reentrant can't get re-entered. Perhaps Increment the flag on entry, decrement on exit (so that it can directly call other code that also blocks recursion, but still assert on event-spin attempts)
  628. # [03:15] <bz> khuey: you know anything about our JS parenting setup?
  629. # [03:16] <bz> khuey: or should I really wait for peterv/bholley?
  630. # [03:16] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  631. # [03:17] <philor> mjrosenb: I guess who you need to talk to is terrence or sfink, about making jit-tests run both as part of make check and also separately as a packaged suite
  632. # [03:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2edc2af0ec32 - Daniel Holbert - Bug 858304: Fix 2 signed/unsigned comparison warnings in QuartzSupport.mm. r=smichaud
  633. # [03:19] * Quits: mccr8 (mccr8@moz-5FEA0C74.dsl.dynamic.sonic.net) (Quit: mccr8)
  634. # [03:20] <philor> mjrosenb: or sfink about how to get started towards installing an ARM emulator on the Linux buildslaves that do the Android builds, though I vaguely remember someone having some reason why that couldn't easily be done
  635. # [03:21] * Quits: DevHC (devhc@moz-A0E75D94.dsl.pool.telekom.hu) (Quit: Received SIGPWNT)
  636. # [03:22] * Joins: FabioMagnoni (fabiomagno@C4DF8870.B2DDABBD.936F7D6F.IP)
  637. # [03:22] * Joins: tallowen (tallowen@83EEF0F6.A9453725.1A4838B9.IP)
  638. # [03:23] * Quits: spohl (Adium@moz-B5D41AD0.reverse.softlayer.com) (Quit: Leaving.)
  639. # [03:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1246e3291a04 - Eric Chou - Bug 851046: Patch 8 - Add BluetoothSocket* as an argument of callback functions in BluetoothSocketObserver; r=mrbkap
  640. # [03:23] * Quits: tallowen (tallowen@83EEF0F6.A9453725.1A4838B9.IP) (Input/output error)
  641. # [03:23] * nrc is now known as nrc|afk
  642. # [03:23] * joduinn is now known as joduinn-afk
  643. # [03:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c3f5fa4c5fc9 - Eric Chou - Bug 851046: Patch 2 - New Class: BluetoothSocket; r=mrbkap
  644. # [03:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bf47d3b3d6c1 - Eric Chou - Bug 851046: Patch 1 - New interface: BluetoothSocketObserver; r=mrbkap
  645. # [03:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/26f388aeced9 - Eric Chou - Bug 851046: Patch 7 - Remove function ListenSocketViaService(); r=mrbkap
  646. # [03:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1d5a3e86a843 - Eric Chou - Bug 851046: Patch 6 - Apply BluetoothSocket to BluetoothScoManager; r=mrbkap
  647. # [03:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a7a3e3a4e534 - Eric Chou - Bug 851046: Patch 4 - Apply BluetoothSocket to BluetoothOppManager; r=mrbkap
  648. # [03:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4530d1c784f3 - Eric Chou - Bug 851046: Patch 5 - Apply BluetoothSocket to BluetoothHfpManager; r=mrbkap
  649. # [03:24] * Quits: FabioMagnoni (fabiomagno@C4DF8870.B2DDABBD.936F7D6F.IP) (Ping timeout)
  650. # [03:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b5f2678e1cc8 - Eric Chou - Bug 851046: Patch 9 - Small misc fixes; r=mrbkap
  651. # [03:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fc1c1298bd85 - Eric Chou - Bug 851046: Patch 3 - Replace (Bluetooth*Managers)->CloseSocket() with (Bluetooth*Managers)->Disconnect(); r=mrbkap
  652. # [03:24] * Quits: tonymec|away (tonymec@moz-CF5ABBAA.adsl-dyn.isp.belgacom.be) (Quit: Konversation terminated!)
  653. # [03:25] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Quit: tmyoung)
  654. # [03:25] * qDot hopes this is the last time.
  655. # [03:25] <qDot> Except for the fact I have to port it to b2g18 now.
  656. # [03:25] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  657. # [03:26] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  658. # [03:26] * Quits: KaiRo (robert@moz-23A98AF3.adsl.highway.telekom.at) (Input/output error)
  659. # [03:26] <mjrosenb> philor: so I think we'd need to change jit-tests to get it to run as a packaged suite on android.
  660. # [03:27] * Quits: chewey (chewey@moz-29F9791C.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  661. # [03:27] * Joins: chewey (chewey@moz-52ECAD1E.dip0.t-ipconnect.de)
  662. # [03:28] <khuey> bz: I really doubt I know anything you don't
  663. # [03:28] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  664. # [03:28] * Joins: tonymec__ (tonymec@97EDB646.3CAAA4F4.277517C1.IP)
  665. # [03:29] * Joins: cviecco (cviecco@moz-63115BF4.hsd1.ca.comcast.net)
  666. # [03:29] * tonymec__ is now known as tonymec|away
  667. # [03:29] <mjrosenb> khuey: I bet you know your debit card's PIN number, and bz doesn't.
  668. # [03:30] <bz> khuey: ok
  669. # [03:30] * jhammel knows khuey's PIN
  670. # [03:30] <mjrosenb> khuey: I can mediate this knowledge check.
  671. # [03:30] <bz> khuey: I thought I understood it, but now we have orphanages and a whole social safety net for wrappers
  672. # [03:30] <bz> khuey: so... ;)
  673. # [03:30] * Quits: cviecco (cviecco@moz-63115BF4.hsd1.ca.comcast.net) (Ping timeout)
  674. # [03:30] * jhammel uses khuey's PIN number at the ATM machine
  675. # [03:31] <kentuckyfriedtakahe> Looks like I need to back out bug 833795 in order to fix bug 856083.
  676. # [03:32] <kentuckyfriedtakahe> I'm not sure how to back that out of b2g18 and v1.0.1
  677. # [03:32] * jedp is now known as jedp|afk
  678. # [03:32] * Quits: jedp|afk (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  679. # [03:33] <khuey> bz: lol
  680. # [03:34] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  681. # [03:36] * Quits: peterv (peterv@moz-9067AD6A.access.telenet.be) (Ping timeout)
  682. # [03:37] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Deallocatd. (Probably forbidden by ARC))
  683. # [03:38] * Joins: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net)
  684. # [03:39] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  685. # [03:39] * Joins: brendan (brendaneic@moz-21D9C79B.public.wayport.net)
  686. # [03:39] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  687. # [03:40] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  688. # [03:41] * Joins: anton|tmp (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  689. # [03:42] * Quits: philor (Mibbit@14842805.5578E378.738FFB80.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  690. # [03:44] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  691. # [03:45] * Joins: tonymec|sleep (tonymec@97EDB646.3CAAA4F4.277517C1.IP)
  692. # [03:46] * Quits: anton|tmp (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  693. # [03:47] * heycam|away is now known as heycam
  694. # [03:47] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  695. # [03:48] * tonymec|sleep is now known as tonymec
  696. # [03:50] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  697. # [03:50] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  698. # [03:51] * Parts: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Leaving...)
  699. # [03:52] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  700. # [03:52] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  701. # [03:53] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  702. # [04:00] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  703. # [04:02] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  704. # [04:04] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  705. # [04:04] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  706. # [04:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fb83f2bd2eb1 - Seth Fowler - Bug 826093 (Part 2) - Create a static utility class for image operations. r=joe, sr=bz
  707. # [04:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/011194378653 - Seth Fowler - Bug 826093 (Part 3) - Use ClippedImage instead of ExtractFrame for -moz-image-rect. r=bz
  708. # [04:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/79cfda08fdbb - Seth Fowler - Bug 826093 (Part 4) - Use ClippedImage instead of ExtractFrame for border-image. r=bz
  709. # [04:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/521215a7b32e - Seth Fowler - Bug 826093 (Part 1) - Add ClippedImage. r=joe
  710. # [04:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/051cf1c1449c - Seth Fowler - Bug 826093 (Part 5) - Remove imgIContainer::ExtractFrame. r=joe, sr=bz
  711. # [04:05] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  712. # [04:05] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  713. # [04:05] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: cabanier)
  714. # [04:06] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  715. # [04:07] * Joins: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP)
  716. # [04:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bef79d45847a - Alexander Surkov - Bug 857936 - ARIA columnheader/rowheader should inherit editable state, r=tbsaunde
  717. # [04:10] * Quits: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: gwagner)
  718. # [04:10] * Quits: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  719. # [04:12] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: see you tomorrow)
  720. # [04:12] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  721. # [04:14] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  722. # [04:14] * Quits: brendan (brendaneic@moz-21D9C79B.public.wayport.net) (Quit: brendan)
  723. # [04:15] * Quits: sfink (chatzilla@moz-E7ABD5B0.dsl.pltn13.sbcglobal.net) (Ping timeout)
  724. # [04:18] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  725. # [04:19] * Quits: willy1234x1 (willy1234x@moz-DCBFB68C.slkc.qwest.net) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
  726. # [04:20] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  727. # [04:22] * Joins: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP)
  728. # [04:24] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  729. # [04:24] * tonymec is now known as tonymec|sleep
  730. # [04:24] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  731. # [04:24] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  732. # [04:25] * nthomas|away is now known as nthomas
  733. # [04:26] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  734. # [04:26] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  735. # [04:27] * Quits: Unfocused (uid2622@moz-C944F5EC.irccloud.com) (Ping timeout)
  736. # [04:28] * philor|away is now known as philor
  737. # [04:28] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  738. # [04:29] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  739. # [04:32] * Joins: sfink (chatzilla@moz-8E202294.dsl.pltn13.sbcglobal.net)
  740. # [04:33] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  741. # [04:34] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  742. # [04:34] * mdas is now known as mdas|afk
  743. # [04:35] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  744. # [04:36] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  745. # [04:36] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  746. # [04:37] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  747. # [04:37] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  748. # [04:38] <philor> nrc|afk: if you want to reland your patch that was backed out, go ahead, I don't see any evidence that you were anything but a victim of a previous patch that needed a clobber
  749. # [04:39] <philor> khuey: if you want to reland your patch that was backed out, you just need to figure out why the windowless browser patch required a clobber and fix that
  750. # [04:39] * nrc|afk is now known as nrc
  751. # [04:39] <nrc> philor: thanks, shall do in a few minutes
  752. # [04:40] * Quits: nigelb (nigel@moz-8640053A.me) (Client exited)
  753. # [04:41] * Joins: peterv (peterv@moz-9067AD6A.access.telenet.be)
  754. # [04:41] <khuey> philor: I got what I needed from the one orange
  755. # [04:42] <philor> damn!
  756. # [04:42] <khuey> philor: how come I have to figure out the build system and nrc doesn't?
  757. # [04:42] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  758. # [04:42] <philor> peerage has its responsibilities
  759. # [04:42] <khuey> heh
  760. # [04:42] <khuey> what cset was this?
  761. # [04:43] * philor scrolls down into the 30s
  762. # [04:43] <philor> https://hg.mozilla.org/integration/mozilla-inbound/rev/429e15d02de3
  763. # [04:43] * Quits: AsaDotzler (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  764. # [04:43] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  765. # [04:43] * ChanServ sets mode: +o ehsan
  766. # [04:43] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  767. # [04:43] <khuey> interesting
  768. # [04:44] <khuey> I'll take a look at it tomorrow
  769. # [04:44] <philor> also landed earlier today, got backed out, that cset is way way down the page
  770. # [04:44] <khuey> I should probably finish fixing the dom/bindings crap first though
  771. # [04:44] * khuey sighs
  772. # [04:44] <khuey> so much brokenness
  773. # [04:44] <philor> yep
  774. # [04:45] * philor opens ?tree=mozilla-esr17, just for a minute
  775. # [04:45] * Joins: nigelb (nigel@moz-8640053A.me)
  776. # [04:45] <khuey> basking in the green glow?
  777. # [04:45] * Joins: SkyR0ck3R (akash_r@ED7FA044.57266F2B.1C37C358.IP)
  778. # [04:46] <bz> man
  779. # [04:46] <philor> I would have been, but it mocked me with an unstarred jit-test assertion
  780. # [04:46] <bz> reviewing docshell patches just makes me want to type PRUint32
  781. # [04:47] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  782. # [04:47] <bz> Is ToNewUTF8String infallible?
  783. # [04:47] * bz bets not
  784. # [04:47] <bz> er, I bet it is
  785. # [04:48] <tbsaunde> its the sign that an API should be fixed probably
  786. # [04:48] * philor wonders just how important to our strategy testClickingALinkMadeUpOfNumbersIsHandledCorrectly is
  787. # [04:48] <bz> heh
  788. # [04:49] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  789. # [04:49] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  790. # [04:49] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  791. # [04:50] <philor> if you're going to fail more than 15 times a day, having a test name that doesn't sound stupid and pointless is probably a good idea
  792. # [04:50] * Quits: nbt (nbt@moz-D891C5B8.cable.virginmedia.com) (Quit: )
  793. # [04:50] <khuey> testSuperCriticalInfrastructure failing 15 times a day sounds pretty bad too
  794. # [04:51] <cpeterson> testLifeSupport UNEXPECTED-TEST-FAIL
  795. # [04:52] <khuey> I'm having terrible visions of a medical device company dealing with their intermittent unit test failures
  796. # [04:52] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  797. # [04:53] <philor> heh
  798. # [04:53] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  799. # [04:53] <philor> "eh, it's probably just a flaky test, shipit"
  800. # [04:53] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  801. # [04:54] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  802. # [04:54] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  803. # [04:56] * Joins: T3 (T3@moz-71E4A231.dsl.telesp.net.br)
  804. # [04:56] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  805. # [04:57] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  806. # [04:58] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  807. # [04:59] * Quits: SkyR0ck3R (akash_r@ED7FA044.57266F2B.1C37C358.IP) (Ping timeout)
  808. # [04:59] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  809. # [05:02] * Quits: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com) (Ping timeout)
  810. # [05:03] * Joins: yzen1 (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  811. # [05:03] * Quits: blassey (blassey@moz-9AA116AA.hsd1.ma.comcast.net) (Connection reset by peer)
  812. # [05:03] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Ping timeout)
  813. # [05:03] * yzen1 is now known as yzen
  814. # [05:03] * Joins: blassey (blassey@moz-9AA116AA.hsd1.ma.comcast.net)
  815. # [05:03] * Quits: blassey (blassey@moz-9AA116AA.hsd1.ma.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  816. # [05:03] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (gravel.mozilla.org concrete.mozilla.org)
  817. # [05:03] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (gravel.mozilla.org concrete.mozilla.org)
  818. # [05:03] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  819. # [05:03] * Quits: T3 (T3@moz-71E4A231.dsl.telesp.net.br) (gravel.mozilla.org concrete.mozilla.org)
  820. # [05:03] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (gravel.mozilla.org concrete.mozilla.org)
  821. # [05:03] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (gravel.mozilla.org concrete.mozilla.org)
  822. # [05:03] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  823. # [05:03] * Quits: nigelb (nigel@moz-8640053A.me) (gravel.mozilla.org concrete.mozilla.org)
  824. # [05:03] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (gravel.mozilla.org concrete.mozilla.org)
  825. # [05:03] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  826. # [05:03] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (gravel.mozilla.org concrete.mozilla.org)
  827. # [05:03] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  828. # [05:03] * Quits: mdas|afk (mdas@50AE257C.D30B51A1.412CF160.IP) (gravel.mozilla.org concrete.mozilla.org)
  829. # [05:03] * Quits: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP) (gravel.mozilla.org concrete.mozilla.org)
  830. # [05:03] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (gravel.mozilla.org concrete.mozilla.org)
  831. # [05:03] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  832. # [05:03] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (gravel.mozilla.org concrete.mozilla.org)
  833. # [05:03] * Quits: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  834. # [05:03] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (gravel.mozilla.org concrete.mozilla.org)
  835. # [05:03] * Quits: Mathnerd626 (quassel@moz-195E87F.rh.uchicago.edu) (gravel.mozilla.org concrete.mozilla.org)
  836. # [05:03] * Quits: ericjung|away (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  837. # [05:03] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (gravel.mozilla.org concrete.mozilla.org)
  838. # [05:03] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (gravel.mozilla.org concrete.mozilla.org)
  839. # [05:03] * Quits: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  840. # [05:03] * Quits: bz (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  841. # [05:03] * Quits: felipe (felipe@F0FABB58.F4D65A64.6D8EEF99.IP) (gravel.mozilla.org concrete.mozilla.org)
  842. # [05:03] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  843. # [05:03] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  844. # [05:03] * Quits: alanp (alanp@moz-3FFC8198.cpe.distributel.net) (gravel.mozilla.org concrete.mozilla.org)
  845. # [05:03] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  846. # [05:03] * Quits: mmc|laptop (mmc@moz-BBC0C7F1.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  847. # [05:03] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  848. # [05:03] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (gravel.mozilla.org concrete.mozilla.org)
  849. # [05:03] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  850. # [05:03] * Quits: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (gravel.mozilla.org concrete.mozilla.org)
  851. # [05:03] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (gravel.mozilla.org concrete.mozilla.org)
  852. # [05:03] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (gravel.mozilla.org concrete.mozilla.org)
  853. # [05:03] * Quits: darin (darin@BF998F68.D6CCE4AE.77834EAA.IP) (gravel.mozilla.org concrete.mozilla.org)
  854. # [05:03] * Quits: aja (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP) (gravel.mozilla.org concrete.mozilla.org)
  855. # [05:03] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  856. # [05:03] * Quits: darin_ (darin@BF998F68.D6CCE4AE.77834EAA.IP) (gravel.mozilla.org concrete.mozilla.org)
  857. # [05:03] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  858. # [05:03] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (gravel.mozilla.org concrete.mozilla.org)
  859. # [05:03] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (gravel.mozilla.org concrete.mozilla.org)
  860. # [05:03] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (gravel.mozilla.org concrete.mozilla.org)
  861. # [05:03] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (gravel.mozilla.org concrete.mozilla.org)
  862. # [05:03] * Quits: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com) (gravel.mozilla.org concrete.mozilla.org)
  863. # [05:03] * Quits: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  864. # [05:03] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  865. # [05:03] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  866. # [05:03] * Quits: Kabaka (Kabaka@moz-D04FAA10.stl1cmta01.stwrok.ok.dh.suddenlink.net) (gravel.mozilla.org concrete.mozilla.org)
  867. # [05:03] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (gravel.mozilla.org concrete.mozilla.org)
  868. # [05:03] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  869. # [05:03] * Quits: kk1fff|sleep (pwang@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  870. # [05:03] * Quits: fryn (fyan@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  871. # [05:03] * Quits: AutomatedTester (David@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  872. # [05:03] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (gravel.mozilla.org concrete.mozilla.org)
  873. # [05:03] * Quits: nthomas (nthomas@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  874. # [05:03] * Quits: dvander (dvander@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  875. # [05:03] * Quits: @gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  876. # [05:03] * Quits: johns (johns@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  877. # [05:03] * Quits: jlebar (quassel@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  878. # [05:03] * Quits: fox2mike (shyam@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  879. # [05:03] * Quits: mcoates (mcoates@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  880. # [05:03] * Quits: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  881. # [05:03] * Quits: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  882. # [05:03] * Quits: edwin (me@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  883. # [05:03] * Quits: geekboy (geekboy@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  884. # [05:03] * Quits: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  885. # [05:03] * Quits: nli (nli@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  886. # [05:03] * Quits: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  887. # [05:03] * Quits: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  888. # [05:03] * Quits: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  889. # [05:03] * Quits: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  890. # [05:03] * Quits: jmaher|afk (jmaher@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  891. # [05:03] * Quits: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  892. # [05:03] * Quits: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  893. # [05:03] * Quits: cers (cers@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  894. # [05:03] * Quits: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  895. # [05:03] * Quits: gps (gps@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  896. # [05:03] * Quits: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  897. # [05:03] * Quits: Tomcat (Tomcat@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  898. # [05:03] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  899. # [05:03] * Quits: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  900. # [05:03] * Quits: robcee (rcampbell@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  901. # [05:03] * Quits: dkl|afk (dkl@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  902. # [05:03] * Quits: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  903. # [05:03] * Quits: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  904. # [05:03] * Quits: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  905. # [05:03] * Quits: db48x2 (user@moz-D461843.ask.info) (gravel.mozilla.org concrete.mozilla.org)
  906. # [05:03] * Quits: whimboo|afk (whimboo@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  907. # [05:03] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (gravel.mozilla.org concrete.mozilla.org)
  908. # [05:03] * Quits: Wes (chatzilla@moz-8EE0ED3E.kingston.net) (gravel.mozilla.org concrete.mozilla.org)
  909. # [05:03] * Quits: wlach|afk (wlach@moz-A1116E53.sdsl.bell.ca) (gravel.mozilla.org concrete.mozilla.org)
  910. # [05:03] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (gravel.mozilla.org concrete.mozilla.org)
  911. # [05:03] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  912. # [05:03] * Quits: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net) (gravel.mozilla.org concrete.mozilla.org)
  913. # [05:03] * Quits: wchen (wchen@moz-7B98A7F3.corenetworks.net) (gravel.mozilla.org concrete.mozilla.org)
  914. # [05:03] * Quits: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com) (gravel.mozilla.org concrete.mozilla.org)
  915. # [05:03] * Quits: philor (philor@moz-638273A8.my-nick.name) (gravel.mozilla.org concrete.mozilla.org)
  916. # [05:03] * Quits: jcranmer (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (gravel.mozilla.org concrete.mozilla.org)
  917. # [05:03] * Quits: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  918. # [05:03] * Quits: vladan-afk (vladan@F2D29657.F60B0462.67AC9B1.IP) (gravel.mozilla.org concrete.mozilla.org)
  919. # [05:03] * Quits: MX80 (MX80@moz-32BE33CD.dsl.g3telecom.net) (gravel.mozilla.org concrete.mozilla.org)
  920. # [05:03] * Quits: kdcw (kdcw@moz-F7413045.pk.shawcable.net) (gravel.mozilla.org concrete.mozilla.org)
  921. # [05:03] * Quits: Ryan (rflint@moz-A287E317.com) (gravel.mozilla.org concrete.mozilla.org)
  922. # [05:03] * Quits: reed (reed@tech.monkey) (gravel.mozilla.org concrete.mozilla.org)
  923. # [05:03] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (gravel.mozilla.org concrete.mozilla.org)
  924. # [05:03] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (gravel.mozilla.org concrete.mozilla.org)
  925. # [05:03] * Quits: kanru (kanru@moz-99690620.hinet-ip.hinet.net) (gravel.mozilla.org concrete.mozilla.org)
  926. # [05:03] * Quits: a-865 (fmcz@moz-8F21088B.cable.mindspring.com) (gravel.mozilla.org concrete.mozilla.org)
  927. # [05:03] * Quits: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  928. # [05:03] * Quits: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  929. # [05:03] * Quits: doublec (doublec@moz-4DA4FA7C.cd.pn) (gravel.mozilla.org concrete.mozilla.org)
  930. # [05:03] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  931. # [05:03] * Quits: ircloggr (nodebot@moz-218B8E8E.compute-1.amazonaws.com) (gravel.mozilla.org concrete.mozilla.org)
  932. # [05:03] * Quits: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (gravel.mozilla.org concrete.mozilla.org)
  933. # [05:03] * Quits: coop|afk (Chris@moz-63831C99.dsl.bell.ca) (gravel.mozilla.org concrete.mozilla.org)
  934. # [05:03] * Quits: kmoir-afk (chatzilla@moz-9AEE821.cpe.teksavvy.com) (gravel.mozilla.org concrete.mozilla.org)
  935. # [05:03] * Quits: jhopkins|afk (jhopkins@moz-216F9986.tb.shawcable.net) (gravel.mozilla.org concrete.mozilla.org)
  936. # [05:03] * Quits: bsmedberg-away (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (gravel.mozilla.org concrete.mozilla.org)
  937. # [05:03] * Quits: yury (yury@moz-3BE8938D.ok.ok.cox.net) (gravel.mozilla.org concrete.mozilla.org)
  938. # [05:03] * Quits: ttaubert (ttaubert@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  939. # [05:03] * Quits: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  940. # [05:03] * Quits: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net) (gravel.mozilla.org concrete.mozilla.org)
  941. # [05:03] * Quits: mgoodwin (mgoodwin@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  942. # [05:03] * Quits: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  943. # [05:03] * Quits: humph (dave@moz-E0B198AD.senecac.on.ca) (gravel.mozilla.org concrete.mozilla.org)
  944. # [05:03] * Quits: naveed (nihsanulla@moz-AF0264A5.bstnma.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  945. # [05:03] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (gravel.mozilla.org concrete.mozilla.org)
  946. # [05:03] * Quits: MrMazda (fmcz@moz-8F21088B.cable.mindspring.com) (gravel.mozilla.org concrete.mozilla.org)
  947. # [05:03] * Quits: MrDHat (quassel@moz-CAB487E6.rishab.in) (gravel.mozilla.org concrete.mozilla.org)
  948. # [05:03] * Quits: mjessome (mjessome@1959CDD3.BBE15E1C.8491360.IP) (gravel.mozilla.org concrete.mozilla.org)
  949. # [05:03] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (gravel.mozilla.org concrete.mozilla.org)
  950. # [05:03] * Quits: jbraffoul (jbraffoul@D2B84AF4.C749D475.1139E686.IP) (gravel.mozilla.org concrete.mozilla.org)
  951. # [05:03] * Quits: padenot (paul@moz-63925F6.members.linode.com) (gravel.mozilla.org concrete.mozilla.org)
  952. # [05:03] * Quits: mburns (mburns@moz-9CD03D49.mirwin.net) (gravel.mozilla.org concrete.mozilla.org)
  953. # [05:03] * Quits: @killer (killer@services.mozilla.org) (gravel.mozilla.org concrete.mozilla.org)
  954. # [05:03] * ttaubert_ is now known as ttaubert
  955. # [05:04] * Quits: dcamp (dcamp@moz-930D5B64.hsd1.wa.comcast.net) (Quit: Leaving...)
  956. # [05:04] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  957. # [05:04] * Quits: ttaubert (uid2620@moz-D8B63698.irccloud.com) (Nick collision)
  958. # [05:05] * Joins: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com)
  959. # [05:05] * Joins: blassey (blassey@moz-9AA116AA.hsd1.ma.comcast.net)
  960. # [05:05] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  961. # [05:05] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  962. # [05:05] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  963. # [05:05] * Joins: T3 (T3@moz-71E4A231.dsl.telesp.net.br)
  964. # [05:05] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  965. # [05:05] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  966. # [05:05] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  967. # [05:05] * Joins: nigelb (nigel@moz-8640053A.me)
  968. # [05:05] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  969. # [05:05] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  970. # [05:05] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  971. # [05:05] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  972. # [05:05] * Joins: mdas|afk (mdas@50AE257C.D30B51A1.412CF160.IP)
  973. # [05:05] * Joins: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP)
  974. # [05:05] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  975. # [05:05] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  976. # [05:05] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  977. # [05:05] * Joins: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net)
  978. # [05:05] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  979. # [05:05] * Joins: Mathnerd626 (quassel@moz-195E87F.rh.uchicago.edu)
  980. # [05:05] * Joins: ericjung|away (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  981. # [05:05] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  982. # [05:05] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  983. # [05:05] * Joins: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com)
  984. # [05:05] * Joins: bz (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net)
  985. # [05:05] * Joins: felipe (felipe@F0FABB58.F4D65A64.6D8EEF99.IP)
  986. # [05:05] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  987. # [05:05] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  988. # [05:05] * Joins: alanp (alanp@moz-3FFC8198.cpe.distributel.net)
  989. # [05:05] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  990. # [05:05] * Joins: mmc|laptop (mmc@moz-BBC0C7F1.hsd1.ca.comcast.net)
  991. # [05:05] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  992. # [05:05] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  993. # [05:05] * Joins: Waldo (waldo@2557E599.66715431.D25A875A.IP)
  994. # [05:05] * Joins: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  995. # [05:05] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  996. # [05:05] * Joins: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
  997. # [05:05] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  998. # [05:05] * Joins: darin (darin@BF998F68.D6CCE4AE.77834EAA.IP)
  999. # [05:05] * Joins: aja (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP)
  1000. # [05:05] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1001. # [05:05] * Joins: darin_ (darin@BF998F68.D6CCE4AE.77834EAA.IP)
  1002. # [05:05] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1003. # [05:05] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  1004. # [05:05] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1005. # [05:05] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1006. # [05:05] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1007. # [05:05] * Joins: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com)
  1008. # [05:05] * Joins: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com)
  1009. # [05:05] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  1010. # [05:05] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  1011. # [05:05] * Joins: Kabaka (Kabaka@moz-D04FAA10.stl1cmta01.stwrok.ok.dh.suddenlink.net)
  1012. # [05:05] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  1013. # [05:05] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  1014. # [05:05] * Joins: fryn (fyan@moz-DB4A9C19.scl3.mozilla.com)
  1015. # [05:05] * Joins: kk1fff|sleep (pwang@moz-DB4A9C19.scl3.mozilla.com)
  1016. # [05:05] * concrete.mozilla.org sets mode: +o dveditz
  1017. # [05:05] * Joins: AutomatedTester (David@moz-DB4A9C19.scl3.mozilla.com)
  1018. # [05:05] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1019. # [05:05] * Joins: nthomas (nthomas@moz-DB4A9C19.scl3.mozilla.com)
  1020. # [05:05] * Joins: nli (nli@moz-DB4A9C19.scl3.mozilla.com)
  1021. # [05:05] * Joins: dvander (dvander@2557E599.66715431.D25A875A.IP)
  1022. # [05:05] * Joins: cers (cers@moz-DB4A9C19.scl3.mozilla.com)
  1023. # [05:05] * Joins: geekboy (geekboy@moz-DB4A9C19.scl3.mozilla.com)
  1024. # [05:05] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1025. # [05:05] * Joins: fox2mike (shyam@moz-DB4A9C19.scl3.mozilla.com)
  1026. # [05:05] * Joins: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com)
  1027. # [05:05] * Joins: mcoates (mcoates@moz-DB4A9C19.scl3.mozilla.com)
  1028. # [05:05] * Joins: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com)
  1029. # [05:05] * Joins: jlebar (quassel@2557E599.66715431.D25A875A.IP)
  1030. # [05:05] * Joins: johns (johns@2557E599.66715431.D25A875A.IP)
  1031. # [05:05] * Joins: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com)
  1032. # [05:05] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1033. # [05:05] * Joins: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com)
  1034. # [05:05] * Joins: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com)
  1035. # [05:05] * Joins: edwin (me@moz-DB4A9C19.scl3.mozilla.com)
  1036. # [05:05] * Joins: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com)
  1037. # [05:05] * Joins: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com)
  1038. # [05:05] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1039. # [05:05] * Joins: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com)
  1040. # [05:05] * Joins: jmaher|afk (jmaher@moz-DB4A9C19.scl3.mozilla.com)
  1041. # [05:05] * Joins: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com)
  1042. # [05:05] * Joins: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com)
  1043. # [05:05] * Joins: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com)
  1044. # [05:05] * Joins: gps (gps@moz-DB4A9C19.scl3.mozilla.com)
  1045. # [05:05] * Joins: Tomcat (Tomcat@moz-DB4A9C19.scl3.mozilla.com)
  1046. # [05:05] * Joins: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com)
  1047. # [05:05] * Joins: dkl|afk (dkl@moz-DB4A9C19.scl3.mozilla.com)
  1048. # [05:05] * Joins: robcee (rcampbell@moz-DB4A9C19.scl3.mozilla.com)
  1049. # [05:05] * Joins: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com)
  1050. # [05:05] * Joins: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com)
  1051. # [05:05] * Joins: db48x2 (user@moz-D461843.ask.info)
  1052. # [05:05] * Joins: whimboo|afk (whimboo@moz-DB4A9C19.scl3.mozilla.com)
  1053. # [05:05] * Joins: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com)
  1054. # [05:05] * Joins: Wes (chatzilla@moz-8EE0ED3E.kingston.net)
  1055. # [05:05] * Joins: wlach|afk (wlach@moz-A1116E53.sdsl.bell.ca)
  1056. # [05:05] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1057. # [05:05] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  1058. # [05:05] * Joins: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net)
  1059. # [05:05] * Joins: wchen (wchen@moz-7B98A7F3.corenetworks.net)
  1060. # [05:05] * Joins: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com)
  1061. # [05:05] * Joins: philor (philor@moz-638273A8.my-nick.name)
  1062. # [05:05] * Joins: jcranmer (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  1063. # [05:05] * Joins: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net)
  1064. # [05:05] * Joins: vladan-afk (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1065. # [05:05] * Joins: MX80 (MX80@moz-32BE33CD.dsl.g3telecom.net)
  1066. # [05:05] * Joins: kdcw (kdcw@moz-F7413045.pk.shawcable.net)
  1067. # [05:05] * Joins: Ryan (rflint@moz-A287E317.com)
  1068. # [05:05] * Joins: reed (reed@tech.monkey)
  1069. # [05:05] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  1070. # [05:05] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  1071. # [05:05] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  1072. # [05:05] * Joins: a-865 (fmcz@moz-8F21088B.cable.mindspring.com)
  1073. # [05:05] * Joins: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net)
  1074. # [05:05] * Joins: doublec (doublec@moz-4DA4FA7C.cd.pn)
  1075. # [05:05] * concrete.mozilla.org sets mode: +o gavin
  1076. # [05:05] * Joins: mgoodwin (mgoodwin@moz-DB4A9C19.scl3.mozilla.com)
  1077. # [05:05] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1078. # [05:05] * Joins: ircloggr (nodebot@moz-218B8E8E.compute-1.amazonaws.com)
  1079. # [05:05] * Joins: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP)
  1080. # [05:05] * Joins: coop|afk (Chris@moz-63831C99.dsl.bell.ca)
  1081. # [05:05] * Joins: kmoir-afk (chatzilla@moz-9AEE821.cpe.teksavvy.com)
  1082. # [05:05] * Joins: jhopkins|afk (jhopkins@moz-216F9986.tb.shawcable.net)
  1083. # [05:05] * Joins: bsmedberg-away (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  1084. # [05:05] * Joins: yury (yury@moz-3BE8938D.ok.ok.cox.net)
  1085. # [05:05] * Joins: ttaubert (ttaubert@moz-DB4A9C19.scl3.mozilla.com)
  1086. # [05:05] * Joins: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1087. # [05:05] * Joins: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net)
  1088. # [05:05] * Joins: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP)
  1089. # [05:05] * Joins: humph (dave@moz-E0B198AD.senecac.on.ca)
  1090. # [05:05] * Joins: naveed (nihsanulla@moz-AF0264A5.bstnma.fios.verizon.net)
  1091. # [05:05] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  1092. # [05:05] * Joins: MrMazda (fmcz@moz-8F21088B.cable.mindspring.com)
  1093. # [05:05] * Joins: MrDHat (quassel@moz-CAB487E6.rishab.in)
  1094. # [05:05] * Joins: mjessome (mjessome@1959CDD3.BBE15E1C.8491360.IP)
  1095. # [05:05] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  1096. # [05:05] * Joins: jbraffoul (jbraffoul@D2B84AF4.C749D475.1139E686.IP)
  1097. # [05:05] * Joins: padenot (paul@moz-63925F6.members.linode.com)
  1098. # [05:05] * Joins: killer (killer@services.mozilla.org)
  1099. # [05:05] * Joins: mburns (mburns@moz-9CD03D49.mirwin.net)
  1100. # [05:05] * concrete.mozilla.org sets mode: +ao killer killer
  1101. # [05:05] * Quits: ttaubert (ttaubert@moz-DB4A9C19.scl3.mozilla.com) (Killed (concrete.mozilla.org (Nick Collision)))
  1102. # [05:05] * Joins: ttaubert (ttaubert@moz-DB4A9C19.scl3.mozilla.com)
  1103. # [05:05] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  1104. # [05:05] * Quits: reed (reed@tech.monkey) (Client exited)
  1105. # [05:05] * Quits: dumitru (dgherman@moz-7C253BEB.getcadre.com) (Client exited)
  1106. # [05:05] * Quits: @gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (Client exited)
  1107. # [05:05] * ChanServ sets mode: +qo stuart stuart
  1108. # [05:05] * Joins: dumitru (dgherman@moz-7C253BEB.getcadre.com)
  1109. # [05:05] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1110. # [05:05] * ChanServ sets mode: +o gavin
  1111. # [05:05] * Joins: ttaubert_ (uid2620@moz-D8B63698.irccloud.com)
  1112. # [05:05] * Joins: reed (reed@tech.monkey)
  1113. # [05:06] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1114. # [05:06] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (Ping timeout)
  1115. # [05:06] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  1116. # [05:06] * Joins: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com)
  1117. # [05:06] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1118. # [05:06] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1119. # [05:06] <bz> Who's a good reviewer for sessionstore bits?
  1120. # [05:07] <bz> zpao's bugzilla name says he's not around much....
  1121. # [05:07] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  1122. # [05:09] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1123. # [05:09] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My lid went down)
  1124. # [05:10] <Callek> firebot: review bz's patch
  1125. # [05:10] <firebot> Callek: Sorry, I've no idea what 'review bz's patch' might be.
  1126. # [05:10] <Callek> guess not him
  1127. # [05:12] <Waldo> bz: possibly mak77? his was the last name pointed at me for sessionstore stuff
  1128. # [05:12] <bz> Waldo: Thanks
  1129. # [05:12] <Waldo> speaking of which, I need to flag him down to make progress on bug 794323
  1130. # [05:12] * Waldo wonders if anyone's in charge of making decisions about sessionstore upgrading and backward compatibility
  1131. # [05:13] <Waldo> probably nobody
  1132. # [05:13] <Waldo> thus was it ever
  1133. # [05:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/91ac668eeace - Nicholas Cameron - Bug 856272; don't round our mask size too early so we get a proper transform for small surfaces. r=roc
  1134. # [05:15] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  1135. # [05:16] <philor> well, Simon was
  1136. # [05:16] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Ping timeout)
  1137. # [05:16] <Waldo> Simon as in zeniko?
  1138. # [05:17] <philor> at least, I think that was his name
  1139. # [05:17] <Waldo> you're going way back into the vaults there, I can't remember having seen him around since barely after sessionstore landed, ish, ish
  1140. # [05:17] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  1141. # [05:17] <Waldo> which is probably partly me following app bugs less and platform bugs more, but still
  1142. # [05:17] * Quits: felipe (felipe@F0FABB58.F4D65A64.6D8EEF99.IP) (Quit: felipe)
  1143. # [05:18] * Joins: dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net)
  1144. # [05:18] * ChanServ sets mode: +o dbaron
  1145. # [05:22] * Quits: ericjung|away (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  1146. # [05:23] <njn> document.body isn't defined in my chrome mochitest... hmm
  1147. # [05:23] <bz> It's on HTMLDocument
  1148. # [05:23] <bz> so...
  1149. # [05:24] * Quits: tonymec|sleep (tonymec@97EDB646.3CAAA4F4.277517C1.IP) (Ping timeout)
  1150. # [05:25] * Quits: tonymec|away (tonymec@97EDB646.3CAAA4F4.277517C1.IP) (Ping timeout)
  1151. # [05:26] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1152. # [05:27] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1153. # [05:27] <njn> bz: can you spell it out a little bit more for me? pretty please? :)
  1154. # [05:27] <bz> Oh, sorry
  1155. # [05:27] <bz> if you have a chrome mochitest
  1156. # [05:27] * Joins: Alfredo (alfredoyan@moz-5838FFA.dynamic.hinet.net)
  1157. # [05:27] <bz> and it's a .xul file?
  1158. # [05:28] <aja> wassup w/sessionstore?
  1159. # [05:28] <bz> Then you get a XULDocument
  1160. # [05:28] <bz> njn: but .body is a property on HTMLDocument....
  1161. # [05:28] <bz> njn: so no .body
  1162. # [05:28] <bz> aja: https://bugzilla.mozilla.org/attachment.cgi?id=731641&action=edit
  1163. # [05:28] <aja> https://bugzilla.mozilla.org/show_bug.cgi?id=855452 <- asking cuz of this
  1164. # [05:28] <njn> bz: I just want to add an element to the "page"
  1165. # [05:29] <bz> njn: what does your "page" look like?
  1166. # [05:29] * bz looks it up
  1167. # [05:29] <njn> bz: a lot like http://mxr.mozilla.org/mozilla-central/source/toolkit/components/aboutmemory/tests/test_aboutmemory3.xul
  1168. # [05:30] <bz> You could just add it under document.documentElement
  1169. # [05:30] <bz> Or under document.querySelector("body") if you really want it under the <html:body>
  1170. # [05:30] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1171. # [05:30] <njn> bz: I don't care where it goes, so long as document.getElementById() will find it
  1172. # [05:31] <bz> yeah, just put it under document.documentElement
  1173. # [05:31] * Joins: halfie (halfie@moz-E6FB243E.compute-1.amazonaws.com)
  1174. # [05:31] * bz declares victory
  1175. # [05:31] <bz> This is the first time in ....
  1176. # [05:31] * bz is not even sure how long
  1177. # [05:31] <halfie> I can't access "about:startup" feature. Was it disabled recently?
  1178. # [05:31] <bz> At least a year. :(
  1179. # [05:32] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  1180. # [05:33] <derf> 23:33:36 * bz declares victory over our proxy API
  1181. # [05:34] <derf> January 8th this year.
  1182. # [05:34] <bz> ah, heh
  1183. # [05:34] <bz> this isn't the first time declaring victory
  1184. # [05:34] <tbsaunde> bz: victory over what?
  1185. # [05:34] <bz> This is the first time a query in bugzilla for bugs that have a request on me returns " Zarro Boogs found. "
  1186. # [05:34] <bz> First time in a while, that is.
  1187. # [05:34] <bz> no review requests, no needinfo, nothing. ;)
  1188. # [05:35] <bz> It's _such_ a nice feeling
  1189. # [05:35] <derf> Yes.
  1190. # [05:35] <bz> I'm savoring it for the hour or two it will last. ;)
  1191. # [05:35] * khuey goes to switch some review requests
  1192. # [05:35] <tbsaunde> yeha
  1193. # [05:35] <bz> khuey: heh, but yes
  1194. # [05:35] * Joins: tallowen (tallowen@7C420CBF.D61EF02B.3A218797.IP)
  1195. # [05:35] <bz> khuey: bring it on
  1196. # [05:35] <bz> khuey: esp. because yours tend to be sane
  1197. # [05:36] <njn> bz: does this look right? http://pastebin.mozilla.org/2274858
  1198. # [05:36] <bz> njn: yes
  1199. # [05:37] <bz> njn: well
  1200. # [05:37] <bz> njn: no
  1201. # [05:37] <bz> njn: Try createElementNS("http://www.w3.org/1999/xhtml", "iframe")
  1202. # [05:37] <bz> njn: Otherwise you get a xul:iframe, which does not have a .src
  1203. # [05:38] <bz> njn: or a .height, I bet
  1204. # [05:38] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1205. # [05:38] <njn> bz: createElementNS is undefined
  1206. # [05:39] <bz> it is?
  1207. # [05:39] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1208. # [05:39] <bz> That's ... quite odd
  1209. # [05:39] <bz> Oh, it's on document, of course
  1210. # [05:39] * bz sort of assumed that part was already there, sorry
  1211. # [05:39] <bz> so document.createElementNS("http://www.w3.org/1999/xhtml", "iframe")
  1212. # [05:40] <halfie> I can't access "about:startup" feature. Was it disabled recently? <== #build guys told me to ask here. Running 19.0.2 on Linux on AMD64
  1213. # [05:41] <njn> bz: success! many thanks
  1214. # [05:41] * glob|away is now known as glob
  1215. # [05:42] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  1216. # [05:42] <jcranmer> bz: ping
  1217. # [05:43] * mcote|afk is now known as mcote
  1218. # [05:43] <tbsaunde> bz: wait, did you just offer to do build system reviews? ;)
  1219. # [05:43] <bz> tbsaunde: no
  1220. # [05:43] <bz> njn: no problem
  1221. # [05:43] <Waldo> bz: I haven't been at zero since last July, looking forward to getting there real soon now (I'm only at six, and a few of those should be easily dispatched when I get to them)
  1222. # [05:44] * Joins: smaug (chatzilla@moz-8C0006D4.pp.htv.fi)
  1223. # [05:44] * ChanServ sets mode: +o smaug
  1224. # [05:44] <bz> Waldo: good, good. ;)
  1225. # [05:45] <jcranmer> I haven't been at 0 since december
  1226. # [05:50] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1227. # [05:50] * nthomas is now known as nthomas|away
  1228. # [05:51] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1229. # [05:52] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 19.0.2/20130311161054])
  1230. # [05:54] <philor> poor seth, pushed to try at 16:45, by the time he landed at 19:07 someone had already undermined him
  1231. # [05:54] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1232. # [05:54] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1233. # [05:54] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1234. # [05:56] * Quits: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP) (Ping timeout)
  1235. # [05:57] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1236. # [05:58] * Quits: Matti (Matti@moz-85BFC841.dip.t-dialin.net) (Ping timeout)
  1237. # [06:01] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1238. # [06:01] <tbsaunde> philor: what's broken?
  1239. # [06:01] * khuey is now known as khuey|away
  1240. # [06:01] * Joins: Matti_away (Matti@moz-5A9EB9FE.dip.t-dialin.net)
  1241. # [06:01] * Matti_away is now known as Matti
  1242. # [06:02] <philor> tbsaunde: just android reftest-2, that I know of
  1243. # [06:02] <tbsaunde> oh, can't help him there
  1244. # [06:03] * philor helps him out the door
  1245. # [06:05] <jcranmer> hey
  1246. # [06:05] <jcranmer> GB18030 supports all of Unicode?
  1247. # [06:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4c45dbd81a32 - Phil Ringnalda - Backout 051cf1c1449c:521215a7b32e (bug 826093) for Android reftest failure
  1248. # [06:05] <jcranmer> congratulations, I am now including a test that our charset converters can properly support non-BMP characters even if they aren't UTF-*
  1249. # [06:09] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1250. # [06:10] * halfie is now known as zz_halfie
  1251. # [06:14] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1252. # [06:14] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1253. # [06:18] * Quits: Janusz (Janusz@moz-E9821389.dsnet.agh.edu.pl) (Ping timeout)
  1254. # [06:18] * Joins: Janusz (Janusz@moz-E9821389.dsnet.agh.edu.pl)
  1255. # [06:20] * Quits: tallowen (tallowen@7C420CBF.D61EF02B.3A218797.IP) (Ping timeout)
  1256. # [06:21] * Joins: TheOne (one@moz-B8DE9F2.dip.t-dialin.net)
  1257. # [06:22] * philor is now known as philor|away
  1258. # [06:22] * Joins: tallowen (tallowen@7C420CBF.D61EF02B.3A218797.IP)
  1259. # [06:22] * Quits: dumitru (dgherman@moz-7C253BEB.getcadre.com) (Ping timeout)
  1260. # [06:24] * philor|away is now known as philor
  1261. # [06:27] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1262. # [06:28] * Joins: dumitru (dgherman@moz-7C253BEB.getcadre.com)
  1263. # [06:28] * Joins: Unfocused (uid2622@moz-C944F5EC.irccloud.com)
  1264. # [06:29] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1265. # [06:30] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: Good night and good luck)
  1266. # [06:31] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1267. # [06:31] * Quits: Janusz (Janusz@moz-E9821389.dsnet.agh.edu.pl) (Ping timeout)
  1268. # [06:31] * Joins: Janusz (Janusz@moz-E9821389.dsnet.agh.edu.pl)
  1269. # [06:34] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1270. # [06:35] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Quit: Leaving...)
  1271. # [06:36] * Joins: JeroenDeDauw (j@moz-D514F507.dip.t-dialin.net)
  1272. # [06:36] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1273. # [06:36] * Quits: mdas|afk (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  1274. # [06:37] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  1275. # [06:39] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1276. # [06:40] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1277. # [06:40] * mattwoodrow is now known as mattwoodrow|away
  1278. # [06:43] * Quits: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP) (Ping timeout)
  1279. # [06:44] * Joins: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP)
  1280. # [06:46] * mcote is now known as mcote|afk
  1281. # [06:46] * Quits: darin (darin@BF998F68.D6CCE4AE.77834EAA.IP) (Quit: Leaving)
  1282. # [06:46] * Joins: darin (darin@BF998F68.D6CCE4AE.77834EAA.IP)
  1283. # [06:47] * Joins: Gentlecat (Roman@59658053.BC0B4628.8FB52CB8.IP)
  1284. # [06:48] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1285. # [06:48] * Joins: vicamo (vicamo@moz-94BBF217.dynamic.hinet.net)
  1286. # [06:49] * Joins: Arjen87 (Instantbir@moz-AD62903E.solcon.nl)
  1287. # [06:53] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1288. # [06:53] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1289. # [06:54] * Joins: RattyAway (Jim_diGriz@B9518051.D072CF95.25110E41.IP)
  1290. # [06:55] * Quits: TheOne (one@moz-B8DE9F2.dip.t-dialin.net) (Input/output error)
  1291. # [06:55] <RattyAway> glandium: If you're around I've filed a regression bug: Bug 858393 - "OSError: [Errno 17] File exists: <random file>" supposed to have been fixed by Bug 747393
  1292. # [06:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9b50f98dee91 - Boris Zbarsky - Bug 850090. Don't assert things about our stylesheets during unlink, since our state can be kinda inconsistent then. r=smaug
  1293. # [06:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8396d7543197 - Boris Zbarsky - Bug 857645. Make it possible to copy-initialize an nsCOMPtr<T> from an already_AddRefed<U> as long as U inherits from T. r=ehsan
  1294. # [06:56] * Joins: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP)
  1295. # [06:56] <bz> Let the world rebuild begin
  1296. # [06:59] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1297. # [07:00] * Quits: Arjen87 (Instantbir@moz-AD62903E.solcon.nl) (Ping timeout)
  1298. # [07:01] * Quits: @smaug (chatzilla@moz-8C0006D4.pp.htv.fi) (Ping timeout)
  1299. # [07:02] * Joins: aja1 (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP)
  1300. # [07:02] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1301. # [07:02] * Quits: aja (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP) (Connection reset by peer)
  1302. # [07:02] * Quits: reed (reed@tech.monkey) (Ping timeout)
  1303. # [07:02] * Joins: reed (reed@tech.monkey)
  1304. # [07:04] <jcranmer> bz: try changing nscore.h and configure.in in your patch queue and keep pushing/popping that patch off
  1305. # [07:04] <firebot> Check-in:
  1306. # [07:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aaae69fde562 - Gavin Sharp - Bug 369180: override nsIAuthPromptProvider implementation on search suggestion callbacks to avoid proxy authentication dialog popping up while entering text in the search
  1307. # [07:05] <firebot> bar, r=mayhemer
  1308. # [07:05] * Joins: smontagu (chatzilla@moz-4C7B5B18.red.bezeqint.net)
  1309. # [07:06] <bz> jcranmer: mmm... will ccache not save me?
  1310. # [07:07] * jcranmer has no idea
  1311. # [07:07] * Quits: Alfredo (alfredoyan@moz-5838FFA.dynamic.hinet.net) (Quit: Alfredo)
  1312. # [07:09] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  1313. # [07:09] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1314. # [07:09] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1315. # [07:11] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  1316. # [07:11] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1317. # [07:11] * mattwoodrow|away is now known as mattwoodrow
  1318. # [07:12] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  1319. # [07:13] * heycam is now known as heycam|away
  1320. # [07:14] * bz is now known as bz_sleep
  1321. # [07:14] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1322. # [07:15] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Ping timeout)
  1323. # [07:16] * jchen is now known as jchen|away
  1324. # [07:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bc159983a018 - Anthony Jones - Backout 8a6cacf047a1 (bug 833795) to fix bug 856083
  1325. # [07:17] * Joins: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  1326. # [07:17] * Quits: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Quit: )
  1327. # [07:17] * Joins: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  1328. # [07:17] * Quits: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Quit: its_russ)
  1329. # [07:18] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1330. # [07:21] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1331. # [07:21] <philor> bz_sleep: busted
  1332. # [07:25] * glob is now known as glob|away
  1333. # [07:26] * Joins: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1334. # [07:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8fc33d047ed6 - Phil Ringnalda - Back out 8396d7543197 (bug 857645) for build bustage
  1335. # [07:27] * Quits: victorporof (victorporo@81B29543.183F338A.6A4F8DA2.IP) (Quit: victorporof)
  1336. # [07:27] * mattwoodrow is now known as mattwoodrow|away
  1337. # [07:28] * Joins: jhk (Instantbir@7FC79FD2.5827C9F6.D06349B0.IP)
  1338. # [07:28] * heycam|away is now known as heycam
  1339. # [07:30] <heycam> I wish warnings-as-errors were warnings-as-warnings but make the builds look orange on try :(
  1340. # [07:30] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1341. # [07:31] <philor> ac_add_options --enable-warnings-as-REALLY-LOUD-WARNINGS
  1342. # [07:32] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Client exited)
  1343. # [07:32] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1344. # [07:33] * Quits: tallowen (tallowen@7C420CBF.D61EF02B.3A218797.IP) (Input/output error)
  1345. # [07:33] * jcranmer is now known as jcranmer|away
  1346. # [07:35] <tbsaunde> heycam: wouldn't that be even worse since there'd be no obvoius way to know your build would fail on tbpl?
  1347. # [07:35] * glob|away is now known as glob
  1348. # [07:35] <heycam> tbsaunde, as long as the build letter goes orange/underlined...
  1349. # [07:36] <heycam> tbsaunde, I just don't want to have to re-push to test out my functionality when the build conked out just due to a warning like "variable declared but never used"
  1350. # [07:36] * Joins: cpearce (chatzilla@moz-3994DBC8.xdsl.xnet.co.nz)
  1351. # [07:39] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1352. # [07:40] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1353. # [07:42] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  1354. # [07:42] <tbsaunde> heycam: oh, you mean on try I see
  1355. # [07:42] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1356. # [07:42] <tbsaunde> that makes sense
  1357. # [07:42] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1358. # [07:42] * Joins: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr)
  1359. # [07:43] <tbsaunde> infact it would make sesne for all trees to reduce build bustage, but then I'd prefer we just didn't do the whole thing so
  1360. # [07:43] <heycam> good point; it would be fine on inbound too
  1361. # [07:43] <heycam> at the risk of wasting some test machine time when you inevitably have to land the warning fix
  1362. # [07:45] * Joins: gcp_ (gcp@moz-86A7852.access.telenet.be)
  1363. # [07:45] * Quits: gcp_ (gcp@moz-86A7852.access.telenet.be) (Quit: gcp_)
  1364. # [07:46] * Joins: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP)
  1365. # [07:47] * Quits: gcp (gpascutto@moz-86A7852.access.telenet.be) (Quit: Make a new plan, Stan!)
  1366. # [07:47] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1367. # [07:48] * Joins: gcp (gcp@moz-86A7852.access.telenet.be)
  1368. # [07:48] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1369. # [07:50] * Quits: tchevalier (Thunderbir@moz-E09130CD.w90-28.abo.wanadoo.fr) (Quit: tchevalier)
  1370. # [07:51] * Joins: Arjen87 (Instantbir@moz-AD62903E.solcon.nl)
  1371. # [07:52] <tbsaunde> heycam: yeah, it would wast some time on the other hand it would mean that we wouldn't have as many revisions that don't have builds at all which would make it much simpler in some cases to know what caused other bustage
  1372. # [07:53] <tbsaunde> which I suspect would make the sherriffs happy, and be a good idea
  1373. # [07:53] <heycam> tbsaunde, that's true
  1374. # [07:53] * Joins: rednaks (rednaks@6298CBE0.9AC5DAB4.55FFA9B4.IP)
  1375. # [07:54] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1376. # [07:54] * Joins: stransky (stransky@moz-5B87D706.net.upcbroadband.cz)
  1377. # [07:54] * Joins: stransky_ (stransky@moz-5B87D706.net.upcbroadband.cz)
  1378. # [07:54] * Quits: stransky (stransky@moz-5B87D706.net.upcbroadband.cz) (Connection reset by peer)
  1379. # [07:55] * Quits: bz_sleep (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net) (Client exited)
  1380. # [07:56] * Quits: njn (chatzilla@moz-BC4671E.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90 [Firefox 23.0a1/20130401154253])
  1381. # [07:57] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  1382. # [07:58] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1383. # [07:58] * Joins: smaug (chatzilla@moz-1F6BC529.elisa-mobile.fi)
  1384. # [07:58] * ChanServ sets mode: +o smaug
  1385. # [07:59] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1386. # [08:00] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1387. # [08:01] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1388. # [08:02] * Joins: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1389. # [08:03] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  1390. # [08:04] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1391. # [08:04] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1392. # [08:04] * Quits: @dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net) (Ping timeout)
  1393. # [08:06] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1394. # [08:10] * philor is now known as philor|away
  1395. # [08:11] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1396. # [08:11] * Quits: RattyAway (Jim_diGriz@B9518051.D072CF95.25110E41.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.0.15pre/20110606000022])
  1397. # [08:13] * Parts: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Leaving...)
  1398. # [08:15] * Joins: FabioMagnoni (fabiomagno@C4DF8870.B2DDABBD.936F7D6F.IP)
  1399. # [08:17] * Quits: FabioMagnoni (fabiomagno@C4DF8870.B2DDABBD.936F7D6F.IP) (Ping timeout)
  1400. # [08:20] * glob is now known as glob|away
  1401. # [08:20] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  1402. # [08:22] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1403. # [08:26] <glandium> oohh http://openjdk.java.net/projects/nashorn/
  1404. # [08:29] <heycam> rhino replacement
  1405. # [08:30] <heycam> I see names like "Attila Szegedi" and "Hannes Wallnoefer" in the mailing list archives; wonder if rhino is dead
  1406. # [08:31] * Joins: victorporof (victorporo@81B29543.183F338A.6A4F8DA2.IP)
  1407. # [08:31] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1408. # [08:31] * Quits: smontagu (chatzilla@moz-4C7B5B18.red.bezeqint.net) (Ping timeout)
  1409. # [08:33] * Joins: AndreeaMatei (andreeamat@601F3B17.33662590.A5830293.IP)
  1410. # [08:34] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1411. # [08:37] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  1412. # [08:38] * Quits: Pauly (paul@601F3B17.33662590.A5830293.IP) (Ping timeout)
  1413. # [08:38] * glob|away is now known as glob
  1414. # [08:39] * Joins: Ms2ger (Ms2ger@moz-A7C23257.adsl-dyn.isp.belgacom.be)
  1415. # [08:42] * Joins: virgil_ (virgil_dic@601F3B17.33662590.A5830293.IP)
  1416. # [08:43] * Joins: tallowen (tallowen@7C420CBF.D61EF02B.3A218797.IP)
  1417. # [08:44] * Joins: tonymec__ (tonymec@A121D35C.34FDCDD5.A9371869.IP)
  1418. # [08:44] * tonymec__ is now known as tonymec|away
  1419. # [08:45] * kaze|zZz is now known as kaze
  1420. # [08:45] * Quits: Kabaka (Kabaka@moz-D04FAA10.stl1cmta01.stwrok.ok.dh.suddenlink.net) (Quit: s/Kabaka//)
  1421. # [08:45] * Quits: tallowen (tallowen@7C420CBF.D61EF02B.3A218797.IP) (Ping timeout)
  1422. # [08:46] * Quits: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP) (Ping timeout)
  1423. # [08:46] * Quits: Arjen87 (Instantbir@moz-AD62903E.solcon.nl) (Ping timeout)
  1424. # [08:49] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Ping timeout)
  1425. # [08:50] <Ms2ger> Bonjour
  1426. # [08:51] * Joins: danielapetrovici (danielapet@moz-ACDE7EEC.mozilla.com)
  1427. # [08:52] * mgerva|afk is now known as mgerva
  1428. # [08:52] * Joins: arky (arky@60CE8A3C.3EA50541.FA662B63.IP)
  1429. # [08:53] * Joins: Kabaka (Kabaka@moz-579B5F9F.rdns.scalabledns.com)
  1430. # [08:53] * Quits: jhk (Instantbir@7FC79FD2.5827C9F6.D06349B0.IP) (Ping timeout)
  1431. # [08:55] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1432. # [08:56] * Quits: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (Ping timeout)
  1433. # [08:56] * Joins: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP)
  1434. # [08:58] * Joins: jhk (Instantbir@7FC79FD2.5827C9F6.D06349B0.IP)
  1435. # [08:58] * Joins: bsmith (bsmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  1436. # [08:59] * Quits: AndreeaMatei (andreeamat@601F3B17.33662590.A5830293.IP) (Ping timeout)
  1437. # [09:00] * Quits: bsmith (bsmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Quit: Leaving)
  1438. # [09:00] * whimboo|afk is now known as whimboo
  1439. # [09:01] * Joins: tonymec|sleep (tonymec@A121D35C.34FDCDD5.A9371869.IP)
  1440. # [09:02] * Joins: AndreeaMatei (andreeamat@moz-ACDE7EEC.mozilla.com)
  1441. # [09:02] * Quits: qDot (qDot@moz-82DD3414.typefuck.com) (Ping timeout)
  1442. # [09:03] * Quits: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Ping timeout)
  1443. # [09:03] * Quits: yvan (quassel@moz-EE24132A.members.linode.com) (Ping timeout)
  1444. # [09:03] * Quits: bkero (bkero@moz-ED825A1B.members.linode.com) (Ping timeout)
  1445. # [09:03] * Quits: jld (jld@moz-B94C75AD.xlerb.net) (Ping timeout)
  1446. # [09:05] * Joins: yvan (quassel@moz-EE24132A.members.linode.com)
  1447. # [09:06] <JonathanS> do we uses nsAutoXPTCStub?
  1448. # [09:06] * Joins: qDot (qDot@moz-82DD3414.typefuck.com)
  1449. # [09:06] * Joins: jld (jld@moz-B94C75AD.xlerb.net)
  1450. # [09:09] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  1451. # [09:10] * Joins: bkero (bkero@moz-ED825A1B.members.linode.com)
  1452. # [09:10] * Parts: aja1 (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP)
  1453. # [09:11] <Ms2ger> JonathanS, yes, nsXPCWrappedJS inherits from it
  1454. # [09:11] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1455. # [09:11] <JonathanS> Ms2ger, that be only caller for it
  1456. # [09:12] <Ms2ger> Looks like it
  1457. # [09:13] * Joins: MarioMi (Mibbit@601F3B17.33662590.A5830293.IP)
  1458. # [09:13] * Quits: rednaks (rednaks@6298CBE0.9AC5DAB4.55FFA9B4.IP) (Quit: Téléportation !)
  1459. # [09:14] * Joins: annevk (annevk@605EAC01.5B3E2C45.420B7681.IP)
  1460. # [09:17] * pmoore|away is now known as pmoore
  1461. # [09:19] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Input/output error)
  1462. # [09:26] * baku|away is now known as baku
  1463. # [09:27] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1464. # [09:28] * Fallen|away is now known as Fallen
  1465. # [09:29] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1466. # [09:30] * Joins: twi (Adium@moz-29290401.cust.dsl.vodafone.it)
  1467. # [09:30] * Quits: @smaug (chatzilla@moz-1F6BC529.elisa-mobile.fi) (Ping timeout)
  1468. # [09:30] * Quits: arky (arky@60CE8A3C.3EA50541.FA662B63.IP) (Ping timeout)
  1469. # [09:31] * Quits: birtles (chatzilla@moz-658AB552.tokyo.ocn.ne.jp) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1470. # [09:31] * Quits: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net) (Quit: Boriss)
  1471. # [09:32] * Joins: shorland_ (shorlander@moz-230AEA61.dhcp.insightbb.com)
  1472. # [09:32] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  1473. # [09:32] * Quits: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com) (Ping timeout)
  1474. # [09:32] * Quits: danielapetrovici (danielapet@moz-ACDE7EEC.mozilla.com) (Ping timeout)
  1475. # [09:32] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Ping timeout)
  1476. # [09:32] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1477. # [09:32] * Joins: danielapetrovici (danielapet@moz-ACDE7EEC.mozilla.com)
  1478. # [09:33] * Fallen is now known as Fallen|away
  1479. # [09:33] * Quits: yury (yury@moz-3BE8938D.ok.ok.cox.net) (Ping timeout)
  1480. # [09:33] * Joins: yury (yury@moz-3BE8938D.ok.ok.cox.net)
  1481. # [09:33] * Joins: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1482. # [09:34] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1483. # [09:35] * Joins: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1484. # [09:35] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1485. # [09:36] * Joins: tetreis (T3@moz-81B8E5DE.dsl.telesp.net.br)
  1486. # [09:36] * Quits: T3 (T3@moz-71E4A231.dsl.telesp.net.br) (Ping timeout)
  1487. # [09:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bbad31208ebd - Ms2ger - Revert to changeset 4c45dbd81a32 to fix mochitest-chrome orange.
  1488. # [09:41] * Joins: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net)
  1489. # [09:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/72e02f2e3521 - Sriram Ramasubramanian - am Ramasubramanian <sriram@mozilla.com>
  1490. # [09:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/841a0c51f991 - Sriram Ramasubramanian - Bug 848719: TabsButton will have curve only one side. [r=mfinkle] [needs-clobber]
  1491. # [09:44] * Quits: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net) (Quit: Boriss)
  1492. # [09:45] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1493. # [09:47] * Joins: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net)
  1494. # [09:49] * whimboo is now known as whimboo|afk
  1495. # [09:49] * Joins: autra (autra@moz-2EA7A1DF.fullsix.com)
  1496. # [09:50] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1497. # [09:50] * Joins: smaug (chatzilla@moz-87BC03EE.elisa-mobile.fi)
  1498. # [09:50] * ChanServ sets mode: +o smaug
  1499. # [09:51] * Quits: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net) (Quit: Boriss)
  1500. # [09:51] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1501. # [09:53] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1502. # [09:53] * sewardj_ is now known as sewardj
  1503. # [09:53] * Joins: Wusel_ (muench@moz-643A8764.planconnect.de)
  1504. # [09:54] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1505. # [09:54] * Quits: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1506. # [09:54] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1507. # [09:56] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1508. # [10:00] * Quits: @smaug (chatzilla@moz-87BC03EE.elisa-mobile.fi) (Ping timeout)
  1509. # [10:00] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Quit: tmyoung)
  1510. # [10:01] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1511. # [10:01] * whimboo|afk is now known as whimboo
  1512. # [10:02] * baku is now known as baku|away
  1513. # [10:04] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1514. # [10:05] * Quits: tonymec|sleep (tonymec@A121D35C.34FDCDD5.A9371869.IP) (Ping timeout)
  1515. # [10:05] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1516. # [10:06] * Joins: martyn (martyn@moz-AF31F279.range86-170.btcentralplus.com)
  1517. # [10:06] * capella is now known as capella|zzz
  1518. # [10:06] * Quits: tonymec|away (tonymec@A121D35C.34FDCDD5.A9371869.IP) (Ping timeout)
  1519. # [10:06] * Quits: sewardj (sewardj@moz-D0476802.dip.t-dialin.net) (Input/output error)
  1520. # [10:10] * Joins: sewardj (sewardj@moz-D0476802.dip.t-dialin.net)
  1521. # [10:12] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  1522. # [10:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/052ef269b9c3 - Alexandre BM - Bug 850987 - RenderedToContentOffset/ContentToRenderedOffset should return an offset unchanged for HTMLTextFieldAccessible, r=tbsaunde, f=surkov
  1523. # [10:14] * Joins: arky (arky@71350D7F.3311AC6.FA662B63.IP)
  1524. # [10:15] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Quit: tmyoung)
  1525. # [10:17] * Joins: Alfredo (alfredoyan@moz-5838FFA.dynamic.hinet.net)
  1526. # [10:17] * Joins: willy1234x1 (willy1234x@moz-DCBFB68C.slkc.qwest.net)
  1527. # [10:18] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Quit: Reconnecting…)
  1528. # [10:18] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  1529. # [10:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b48c78488fce - Markus Stange - Bug 853488 - Styling tweaks for Mac XUL notification alerts. r=dolske
  1530. # [10:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/acd478e0bd55 - Markus Stange - Bug 849157 - Keep calling drawUsingOpenGLCallback even when a native menu is open. r=bgirard
  1531. # [10:20] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1532. # [10:21] * Joins: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com)
  1533. # [10:21] * Joins: RealRaven (Thunderbir@2CFB1D98.195627C1.C3498625.IP)
  1534. # [10:26] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1535. # [10:26] * glob is now known as glob|away
  1536. # [10:27] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1537. # [10:27] * Joins: jez (519133a2@moz-F6591C48.gooeysoftware.com)
  1538. # [10:28] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (Ping timeout)
  1539. # [10:28] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1540. # [10:29] * Joins: edmorley (edmorley@moz-96F730DB.range86-166.btcentralplus.com)
  1541. # [10:29] * Joins: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com)
  1542. # [10:29] * baku|away is now known as baku
  1543. # [10:33] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1544. # [10:35] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1545. # [10:38] * Quits: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP) (Quit: Lost terminal)
  1546. # [10:42] <Gijs> Hrm, is there an mq equivalent for "hg status" ? So for working dir changes I use hg diff, for mq changes I use qdiff; for working dir changes I use hg status, for mq changes I use... ?
  1547. # [10:44] * Joins: rednaks (rednaks@24067163.74C6FD40.360EF119.IP)
  1548. # [10:44] <Ms2ger> hg qdi --stat?
  1549. # [10:44] <Ms2ger> Not exactly hg status, but may be helpful
  1550. # [10:46] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1551. # [10:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f134e2c4bb2a - David Zbarsky - Bug 856962: Move Touch to its own file r=Ms2ger
  1552. # [10:46] <NeilAway> Gijs: well, qdiff is a bad example, it's the same as hg diff -r-2:-1
  1553. # [10:46] <Gijs> Ms2ger: yeah, that's what I used before getting a response...
  1554. # [10:47] <Gijs> NeilAway: I'm sure this is a dumb question, but why does that make it a bad example?
  1555. # [10:47] <NeilAway> Gijs: maybe I don't understand what you're trying to achieve from "hg qstatus"
  1556. # [10:48] <Gijs> "which files does the last patch of my applied patches touch"
  1557. # [10:48] <Gijs> (from your explanation, I have now deduced: hg status --change -1)
  1558. # [10:49] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1559. # [10:50] <NeilAway> Gijs: ah, neat
  1560. # [10:50] <NeilAway> Gijs: but what I was trying to get at, is that you have to think of your mq as a temporary commit
  1561. # [10:50] * Quits: Alfredo (alfredoyan@moz-5838FFA.dynamic.hinet.net) (Ping timeout)
  1562. # [10:51] <Gijs> Sure, I know. In this case, I had a patch for bug 851701, and wanted one for bug 851702, and knew I'd have to touch exactly the same files.
  1563. # [10:51] * Joins: Alfredo (alfredoyan@moz-5838FFA.dynamic.hinet.net)
  1564. # [10:51] <Gijs> (apropos, am I right in thinking these strings are long obsolete: http://mxr.mozilla.org/mozilla-central/source/browser/locales/en-US/chrome/browser/preferences/content.dtd?mark=20,21 )
  1565. # [10:52] * Joins: SDUP (chatzilla@moz-D7759A77.w2-11.abo.wanadoo.fr)
  1566. # [10:52] * Gijs doesn't think we've had a checkbox for that for a long time, and lxr is turning up nothing
  1567. # [10:52] * Joins: msucan (mihai@E8A9D9C4.773D689F.70BDB599.IP)
  1568. # [10:53] * Quits: JeroenDeDauw (j@moz-D514F507.dip.t-dialin.net) (Quit: Leaving.)
  1569. # [10:54] <Ms2ger> LXR? You're really old ;)
  1570. # [10:54] <Gijs> I'm not, actually!
  1571. # [10:54] <Gijs> But yes, I've been around here for a while.
  1572. # [10:54] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  1573. # [10:55] <Gijs> So my quick bookmarks are still "lxr", but they point to mxr.
  1574. # [10:55] <Gijs> muscle memory and all that.
  1575. # [10:56] * Quits: gcp (gcp@moz-86A7852.access.telenet.be) (Quit: Leaving)
  1576. # [10:56] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1577. # [10:56] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1578. # [10:57] <NeilAway> Gijs: http://mxr.mozilla.org/comm-central/source/mozilla/browser/components/preferences/content.xul#10
  1579. # [10:57] <SDUP> when i debug my app in microsoft visual debugger, i've got alignment memory issue : the debugger tells me it returned a value (10) but the variable inspector sees the value as null or wrong values (0 or -151515697)
  1580. # [10:57] <NeilAway> Gijs: oh wait, I didn't see your &mark
  1581. # [10:58] <SDUP> did it happen to someone here already ?
  1582. # [10:58] <NeilAway> Gijs: yeah, that's long gone
  1583. # [10:58] <SDUP> i'm using a fork of Fx 14
  1584. # [10:58] <Gijs> NeilAway: cool, I'll drop the strings, too, then.
  1585. # [10:58] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1586. # [10:58] <KWierso|Home> Gijs: killed in bug 506985, fwiw
  1587. # [10:58] <SDUP> my machine is a x86 win7 32 bits
  1588. # [10:58] <NeilAway> Gijs: these days it's just a plugin and doesn't need any special code
  1589. # [10:59] <Gijs> (in other news, it's not at all confusing that there are strings there id'd "exceptions.label" (used for image load exceptions) which you think they'd reuse, except then for the other exceptions buttons they created new labels...)
  1590. # [10:59] <NeilAway> KWierso|Home: nice work
  1591. # [11:00] <KWierso|Home> NeilAway: what else should I be doing at 2am? ;)
  1592. # [11:00] <NeilAway> Gijs: different access keys...
  1593. # [11:00] * Joins: gcp (gpascutto@moz-86A7852.access.telenet.be)
  1594. # [11:00] <Gijs> KWierso|Home: nice. I like the whiteboard. :)
  1595. # [11:00] <NeilAway> (localisers prefer labels and accesskeys in pairs)
  1596. # [11:00] <Gijs> Ah, yeah. Well, I mean, it's defensible that there are different strings anyway from an l10n perspective, but then the label could have been more descriptive.
  1597. # [11:01] * Gijs shrugs
  1598. # [11:01] * Joins: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1599. # [11:01] * Quits: annevk (annevk@605EAC01.5B3E2C45.420B7681.IP) (Input/output error)
  1600. # [11:01] <Gijs> s/label/string id/
  1601. # [11:02] * Joins: mak (chatzilla@moz-6AB28DF0.retail.telecomitalia.it)
  1602. # [11:03] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1603. # [11:04] * Joins: smaug (chatzilla@moz-8C0006D4.pp.htv.fi)
  1604. # [11:04] * ChanServ sets mode: +o smaug
  1605. # [11:06] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
  1606. # [11:06] * Quits: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1607. # [11:07] <firebot> Check-in:
  1608. # [11:07] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1609. # [11:07] * Quits: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP) (Quit: surkov)
  1610. # [11:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7bf86554e74a - Mihai Sucan - Bug 853568 - Fix for intermittent browser_webconsole_bug_599725_response_headers.js | we do not have the Content-Type header | Content-Length != 60 - Didn't expect 60, but
  1611. # [11:07] <firebot> got it; r=vporof
  1612. # [11:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3552a2a5faf7 - Mihai Sucan - Bug 809424 - Fix for intermittent browser_webconsole_bug_611795.js | The unknown CSS property warning is displayed only once - Got 1, expected 2; r=vporof
  1613. # [11:08] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1614. # [11:08] * jhorak is now known as jhorak|training
  1615. # [11:08] * Joins: marcoz (marco.zehe@moz-E282A043.dip.t-dialin.net)
  1616. # [11:15] * Quits: jez (519133a2@moz-F6591C48.gooeysoftware.com) (Quit: CGI:IRC (EOF))
  1617. # [11:16] * Quits: SDUP (chatzilla@moz-D7759A77.w2-11.abo.wanadoo.fr) (Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307023931])
  1618. # [11:17] * Joins: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP)
  1619. # [11:18] * Joins: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1620. # [11:19] * Quits: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  1621. # [11:21] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1622. # [11:21] * Joins: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP)
  1623. # [11:23] * Quits: msucan (mihai@E8A9D9C4.773D689F.70BDB599.IP) (Input/output error)
  1624. # [11:24] * Joins: andreeamatei_ (andreeamat@601F3B17.33662590.A5830293.IP)
  1625. # [11:25] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1626. # [11:25] * Joins: msucan (mihai@E8A9D9C4.773D689F.70BDB599.IP)
  1627. # [11:26] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1628. # [11:26] * Quits: AndreeaMatei (andreeamat@moz-ACDE7EEC.mozilla.com) (Ping timeout)
  1629. # [11:26] * Quits: m_kato (m_kato@moz-658AB552.tokyo.ocn.ne.jp) (Quit: Leaving...)
  1630. # [11:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/305ce1b73071 - Jacek Caban - Bug 858006 - Make binaries large address space aware on mingw builds. r=glandium
  1631. # [11:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c99b61f740d7 - Jacek Caban - Bug 856566 - Fixed crashreporter compilation and profiler on mingw. r=ted
  1632. # [11:30] <Gijs> So let's say I want to browse the state of the CVS repo at a given date... does bonsai or anything else let me do that?
  1633. # [11:30] <Gijs> (yes, I really mean CVS :( )
  1634. # [11:30] <padenot> you could use ehsan's git repo
  1635. # [11:31] <padenot> Gijs: https://github.com/ehsan/mozilla-history/
  1636. # [11:32] <@smaug> Gijs: you really need that?
  1637. # [11:32] * Joins: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP)
  1638. # [11:32] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1639. # [11:32] * Joins: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net)
  1640. # [11:32] <@smaug> I would use mxr + cvs blame
  1641. # [11:32] <Gijs> I did if I wanted to ask the following pop quiz question: how long do you think the advanced-scripts preference dialog has included a non-existing JS file? :)
  1642. # [11:33] * Joins: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP)
  1643. # [11:33] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  1644. # [11:33] <Gijs> (I've sort of given away how bad it is by now, haven't I?)
  1645. # [11:33] <@smaug> ah, you want to see when something was removed
  1646. # [11:33] <Gijs> smaug: afaict cvs blame (bonsai) doesn't let me browse a given state of CVS :(
  1647. # [11:33] <Gijs> mm
  1648. # [11:33] <@smaug> well, the state is per file
  1649. # [11:33] <Gijs> padenot: that was very helpful, thanks!
  1650. # [11:33] <@smaug> bonsai has attic
  1651. # [11:34] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1652. # [11:34] <Gijs> Right, I know that, hence the "by date" in my question
  1653. # [11:34] <@smaug> for normal cases (cvs) bonsai is just way better than anything else we have
  1654. # [11:35] <Gijs> smaug: attic?
  1655. # [11:35] * Quits: MarioMi (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1656. # [11:36] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1657. # [11:36] <@smaug> stuff like http://bonsai.mozilla.org/rview.cgi?dir=mozilla/content/base/src/Attic&cvsroot=/cvsroot&module=default
  1658. # [11:36] * Quits: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP) (Quit: surkov)
  1659. # [11:39] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1660. # [11:41] <Gijs> Ah, useful!
  1661. # [11:43] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1662. # [11:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d0a75bdaa01e - Simone Carletti - Bug 857497 - reorder private part of PSL into alphabetical order by company. r=gerv.
  1663. # [11:54] * Quits: vtmarvin (Thunderbir@F5505435.26EDE4E7.25874CBB.IP) (Quit: vtmarvin)
  1664. # [12:01] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1665. # [12:03] * Quits: cpearce (chatzilla@moz-3994DBC8.xdsl.xnet.co.nz) (Ping timeout)
  1666. # [12:03] * Joins: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP)
  1667. # [12:04] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (Ping timeout)
  1668. # [12:06] * ewong is now known as ewong|away
  1669. # [12:07] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1670. # [12:08] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1671. # [12:08] <Ms2ger> AryehGregor, yt?
  1672. # [12:08] <Ms2ger> I guess Friday is a bad day
  1673. # [12:09] * Quits: Alfredo (alfredoyan@moz-5838FFA.dynamic.hinet.net) (Quit: Alfredo)
  1674. # [12:09] * Joins: cpearce (chatzilla@moz-3994DBC8.xdsl.xnet.co.nz)
  1675. # [12:11] * Quits: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP) (Quit: This computer has gone to sleep)
  1676. # [12:12] * Quits: cpearce (chatzilla@moz-3994DBC8.xdsl.xnet.co.nz) (Ping timeout)
  1677. # [12:12] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1678. # [12:12] * Joins: cpearce (chatzilla@moz-3994DBC8.xdsl.xnet.co.nz)
  1679. # [12:13] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1680. # [12:13] <jesup> smaug: just put up a patch to MOZ_ASSERT if code called from JS tries to spin the event loop. Wonder what we'll find.... though it's really a trip-wire for new bugs.
  1681. # [12:13] * jesup crashes
  1682. # [12:14] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1683. # [12:14] <@smaug> :)
  1684. # [12:14] * Quits: cpearce (chatzilla@moz-3994DBC8.xdsl.xnet.co.nz) (Ping timeout)
  1685. # [12:14] <Gijs> :)
  1686. # [12:15] <Gijs> jesup: that'll completely break venkman, I can tell you that much
  1687. # [12:15] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1688. # [12:15] <@smaug> does venkman still work=
  1689. # [12:15] <Gijs> (possibly not a bad thing if there's a replacement for chrome debugging)
  1690. # [12:15] <@smaug> s/=/?/
  1691. # [12:15] <Gijs> sadly that depends on your definition of 'work'.
  1692. # [12:15] <Gijs> And in fact it's been a while since I last checked.
  1693. # [12:16] <@smaug> I would have assumed the old JSD API was removed or disabled already
  1694. # [12:16] <Gijs> No, because "even" firebug is still busy switching to the new one, I believe.
  1695. # [12:16] <Gijs> it's possible that it's been removed on nightly (or will be soon), though
  1696. # [12:17] <Callek> smaug: venkman does -- sorta -- in a limited capacity
  1697. # [12:17] <Ms2ger> No, JSD still exists
  1698. # [12:17] <Callek> smaug: it has a LOT of bugs since it hasn't had any reasonable updates in many cycles
  1699. # [12:18] <Gijs> Callek is right, sadly.
  1700. # [12:18] <Gijs> Though really, it's questionable whether at this point trying to save it would be the right decision.
  1701. # [12:18] * Callek notes SeaMonkey still ships with venkman, but yea once the JSD API dies, I don't see it being shipped anymore, as the SeaMonkey team doesn't have the time to update its JSD ourselves
  1702. # [12:19] <Gijs> it needs a UI revamp AND a rewrite for the new APIs (obviously)
  1703. # [12:19] <Callek> Gijs: yea, I'd rather firebug+chromebug be updated and venkman UX wrapped around it or something if we care enough about venkman
  1704. # [12:19] <Callek> updating venkman alone probably would be a hell of a painful time
  1705. # [12:19] <Gijs> if you're going to majorly overhaul the UI and the backend, might as well start from scratch.
  1706. # [12:19] * Quits: lerc (quassel@121-74-229-233.telstraclear.net) (Client exited)
  1707. # [12:20] <Gijs> There's a lot of backwards compat stuff going on in vnk that you can ditch if you do that, too.
  1708. # [12:20] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1709. # [12:20] <Gijs> Anyway, didn't patrick brunschwig do a chrome debugger add-on recently?
  1710. # [12:20] <Callek> smaug: fwiw I should note venkman doesn't properly recognize 'let' variables in its UX though (iirc its manual commands work to recognize vars set with let once they are set/modified though)
  1711. # [12:21] <Callek> also we now have a Firefox employee who was a dev of venkman, he might be able to devote some time to an officially supported chrome debugger! :-P
  1712. # [12:21] * Callek teases of course
  1713. # [12:22] * Quits: arky (arky@71350D7F.3311AC6.FA662B63.IP) (Quit: Leaving)
  1714. # [12:23] <gabor> edmorley: can you help me out with this? https://bugzilla.mozilla.org/show_bug.cgi?id=820170#c134 what is the process in this case? backing it out?
  1715. # [12:24] * Joins: till (till@moz-3493B177.superkabel.de)
  1716. # [12:25] * gabor thinks 6% is a lot
  1717. # [12:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/59e4c48fa13f - Jon Coppeard - Bug 858108 - GC: Root the Locale interface r=terrence r=bholley
  1718. # [12:25] * Gijs invites Callek to take it up with my manager :P
  1719. # [12:25] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  1720. # [12:25] <edmorley> gabor: yeah backout would be best if that's ok
  1721. # [12:26] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1722. # [12:26] <Callek> Gijs: I'm sure dolske would enjoy a chrome debugger as much as me!
  1723. # [12:26] <@smaug> uh, 6% a lot indeed
  1724. # [12:26] <@smaug> how did that happen
  1725. # [12:26] <Callek> it surely is more important than whatever you're working on!
  1726. # [12:26] <gabor> edmorley: I don't have any better idea... can I test it somehow before the next push if I fixed this?
  1727. # [12:26] * Callek jokes
  1728. # [12:26] <gabor> smaug: I have no idea, I guess it is a QI...
  1729. # [12:27] <edmorley> gabor: you can compare a before/after try push
  1730. # [12:27] <gabor> smaug: I will have to double check every line I guess, but cannot do it today :(
  1731. # [12:28] <gabor> edmorley: hmm... is that so? how can I do that?
  1732. # [12:28] <edmorley> gabor: use http://perf.snarkfest.net/compare-talos/index.html
  1733. # [12:29] <gabor> edmorley: alright, won't happen again then
  1734. # [12:29] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1735. # [12:34] <Yoric> ttaubert: I'm running out of peaceful ideas to get my review done. Do you have any?
  1736. # [12:34] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1737. # [12:34] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1738. # [12:35] * andreeamatei_ is now known as AndreeaMatei
  1739. # [12:36] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1740. # [12:37] * Joins: SkyR0ck3R (akash_r@B61C2AE3.78BE666E.9105FBCF.IP)
  1741. # [12:37] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1742. # [12:37] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1743. # [12:38] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1744. # [12:39] * Joins: janv_ (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1745. # [12:39] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1746. # [12:40] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1747. # [12:40] * Joins: jimm (jmathies@moz-864CAA4E.pn.at.cox.net)
  1748. # [12:44] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1749. # [12:45] * Joins: vtmarvin (Thunderbir@F5505435.26EDE4E7.25874CBB.IP)
  1750. # [12:45] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1751. # [12:47] <mak> Yoric: before you ping me, I'm starting the review now
  1752. # [12:47] <Yoric> mak: Thanks :)
  1753. # [12:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fddde2d1e9b2 - Adam Roach [:abr] - Bug 853858: Move PeerConnectionTest instance reference into global scope. r=jesup, r=hskupin
  1754. # [12:48] * Quits: @smaug (chatzilla@moz-8C0006D4.pp.htv.fi) (Ping timeout)
  1755. # [12:50] * heycam is now known as heycam|away
  1756. # [12:51] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1757. # [12:55] * Joins: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net)
  1758. # [12:55] * Joins: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  1759. # [13:00] * Quits: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Connection reset by peer)
  1760. # [13:00] * Joins: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  1761. # [13:01] * Joins: lerc (quassel@moz-A15FAC87.telstraclear.net)
  1762. # [13:02] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (Ping timeout)
  1763. # [13:04] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  1764. # [13:05] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1765. # [13:10] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1766. # [13:11] * Joins: gsvelto (gsvelto@moz-CA342E90.clienti.tiscali.it)
  1767. # [13:12] * ferjm is now known as ferjm|afk
  1768. # [13:16] * Quits: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Connection reset by peer)
  1769. # [13:16] * Joins: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  1770. # [13:17] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1771. # [13:23] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1772. # [13:23] * mgerva is now known as mgerva|lunch
  1773. # [13:26] * Quits: danielapetrovici (danielapet@moz-ACDE7EEC.mozilla.com) (Ping timeout)
  1774. # [13:30] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1775. # [13:30] * Quits: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1776. # [13:31] * Joins: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1777. # [13:31] * Quits: lerc (quassel@121-74-242-190.telstraclear.net) (Ping timeout)
  1778. # [13:31] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1779. # [13:31] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1780. # [13:31] * Joins: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP)
  1781. # [13:31] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1782. # [13:31] * zz_halfie is now known as halfie
  1783. # [13:32] * Quits: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  1784. # [13:32] <halfie> glandium, hi, in firefox 20, xulrunner-stub is no longer copied as firefox, right?
  1785. # [13:33] * Joins: lerc (quassel@moz-A15FAC87.telstraclear.net)
  1786. # [13:33] * Joins: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com)
  1787. # [13:34] * Joins: KaiRo (robert@moz-8E54544.adsl.highway.telekom.at)
  1788. # [13:34] * Quits: victorporof (victorporo@81B29543.183F338A.6A4F8DA2.IP) (Ping timeout)
  1789. # [13:35] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1790. # [13:37] * Joins: danielapetrovici (danielapet@moz-ACDE7EEC.mozilla.com)
  1791. # [13:38] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1792. # [13:38] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1793. # [13:39] * Quits: digitsm (digitsm@6E86B8B7.E2B53EDA.6FBA63F7.IP) (Ping timeout)
  1794. # [13:39] * Joins: RyanVM|Away (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  1795. # [13:40] * RyanVM|Away is now known as RyanVM
  1796. # [13:40] * Joins: victorporof (victorporo@81B29543.183F338A.6A4F8DA2.IP)
  1797. # [13:40] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1798. # [13:41] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1799. # [13:43] * mgerva|lunch is now known as mgerva
  1800. # [13:44] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1801. # [13:45] * Quits: gsvelto (gsvelto@moz-CA342E90.clienti.tiscali.it) (Ping timeout)
  1802. # [13:46] * Joins: gsvelto (gsvelto@moz-9D55B082.clienti.tiscali.it)
  1803. # [13:47] * Quits: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Connection reset by peer)
  1804. # [13:47] * Joins: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  1805. # [13:47] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1806. # [13:48] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1807. # [13:50] * Quits: tetreis (T3@moz-81B8E5DE.dsl.telesp.net.br) (Ping timeout)
  1808. # [13:50] <RyanVM> Ms2ger: probably could have just changed the assertion annotation on that test :)
  1809. # [13:52] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1810. # [13:52] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Input/output error)
  1811. # [13:52] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1812. # [13:52] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  1813. # [13:52] <Ms2ger> RyanVM, hmm?
  1814. # [13:52] <Ms2ger> Oh
  1815. # [13:52] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1816. # [13:52] <RyanVM> it's *good* when a test stops asserting :P
  1817. # [13:52] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1818. # [13:52] <Ms2ger> I guess I could have
  1819. # [13:54] <RyanVM> oddly enough, the assertion that's being annotated is bug 683159
  1820. # [13:54] <Ms2ger> Yeah
  1821. # [13:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/84d0583cc8cb - Ryan VanderMeulen - Backed out changeset 8a6cacf047a1 (bug 833795)to fix bug 856083.
  1822. # [13:59] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1823. # [14:02] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1824. # [14:03] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1825. # [14:03] * Quits: gsvelto (gsvelto@moz-9D55B082.clienti.tiscali.it) (Ping timeout)
  1826. # [14:03] * Joins: gsvelto (gsvelto@moz-53DE4876.clienti.tiscali.it)
  1827. # [14:05] <Callek> RyanVM: its also good to know why an assertion stopped hitting
  1828. # [14:05] <Callek> RyanVM: so if an assertion stops being hit with a completely unrelated code change, might warrant a peek to see if we're not executing the same test we thought we were
  1829. # [14:05] <Callek> (at least thats imho)
  1830. # [14:06] <Callek> and who better to evaluate that then the patch author
  1831. # [14:06] <RyanVM> Callek: true
  1832. # [14:06] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1833. # [14:07] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  1834. # [14:07] <RyanVM> Callek: oh, it's *that* assert
  1835. # [14:07] * Joins: alice_ (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1836. # [14:08] * Callek admits he didn't actually LOOK at what assert this was
  1837. # [14:08] <Callek> ;-)
  1838. # [14:08] <RyanVM> bz: supposedly just fixed that one, actually
  1839. # [14:08] <Callek> RyanVM: that said, if we trusted it to be likely a properly no-longer-hit assert we could have just changed it and left a note for a few people to do something if it looked funny
  1840. # [14:09] * bhearsum|afk is now known as bhearsum
  1841. # [14:09] <RyanVM> I'm actually kind of confused now
  1842. # [14:09] * halfie is now known as zz_halfie
  1843. # [14:10] <RyanVM> i would have expected backing out ajones to have not helped
  1844. # [14:10] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1845. # [14:10] <Ms2ger> Drowsee uses CONFUSION
  1846. # [14:10] <Ms2ger> -zee?
  1847. # [14:10] <RyanVM> because 9b50f98dee91 is what fixed the assert
  1848. # [14:11] <RyanVM> (and no annotations were removed when it was fixed, apparently)
  1849. # [14:12] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Client exited)
  1850. # [14:12] * Quits: alice_ (alice@moz-A7C201EB.zone16.bethere.co.uk) (Client exited)
  1851. # [14:13] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1852. # [14:13] <RyanVM> oh, it's a bit more complicated
  1853. # [14:14] <RyanVM> see https://hg.mozilla.org/mozilla-central/rev/67060725ec8d
  1854. # [14:15] <RyanVM> so I only half-fixed it I guess
  1855. # [14:15] <RyanVM> and muddied the waters by doing that with the unrelated backout push
  1856. # [14:15] <RyanVM> oh well, I guess I'll undo the rest and test on Try
  1857. # [14:16] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1858. # [14:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f7b7600dd8fa - Vicamo Yang - Bug 850127 - 2/3: DOM & IPC. r=mounir
  1859. # [14:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/624ff603f70c - Vicamo Yang - Bug 850127 - 3/3: RIL & test cases. r=gwagner
  1860. # [14:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4a62344fc87b - Vicamo Yang - Bug 850127 - 1/3: Expose threadId in SmsMessage and SmsThreadListItem. IDL/IPDL changes. sr=mounir
  1861. # [14:17] <avih> does OMTC work on windows? can it be enabled somehow?
  1862. # [14:17] <avih> (even if just for testing)
  1863. # [14:17] * Joins: sheppy (sheppy@moz-E826F7C2.dhcp.jcsn.tn.charter.com)
  1864. # [14:19] * Quits: rednaks (rednaks@24067163.74C6FD40.360EF119.IP) (Ping timeout)
  1865. # [14:19] <RyanVM> don't think so
  1866. # [14:19] <RyanVM> IIRC, the pref is there but doesn't do anything
  1867. # [14:20] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Ping timeout)
  1868. # [14:20] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1869. # [14:21] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1870. # [14:22] <avih> hmm.. some build configuration? how far is OMTC from being testable? how about linux?
  1871. # [14:22] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1872. # [14:23] * zz_halfie is now known as halfie
  1873. # [14:23] <RyanVM> isn't it waiting on the layers refactoring work?
  1874. # [14:23] <RyanVM> which is getting close to landing
  1875. # [14:23] <Ms2ger> Is it?
  1876. # [14:24] <RyanVM> what question was that in response to?
  1877. # [14:24] <Ms2ger> "which is getting close to landing"
  1878. # [14:24] <avih> i'm following the layers refactoring reviews bug, but wasn't following OMTC, and didn't know what's the main blocker to start playing with it
  1879. # [14:25] * Joins: rednaks (rednaks@24067163.74C6FD40.360EF119.IP)
  1880. # [14:25] <avih> so OMTC is only available now on android and gonk?
  1881. # [14:25] <RyanVM> Ms2ger: yes
  1882. # [14:25] <RyanVM> avih: IIRC, yes
  1883. # [14:25] <avih> k, thanks
  1884. # [14:26] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1885. # [14:26] <RyanVM> Ms2ger: aha, looking at a green debug m-oth run, test_bug451286.xul is hitting different asserts
  1886. # [14:26] * Quits: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net) (Quit: Computer has gone to sleep.)
  1887. # [14:26] <RyanVM> what a pain
  1888. # [14:26] <Ms2ger> Oh, lovely
  1889. # [14:26] <RyanVM> so the Try push will probably go orange
  1890. # [14:26] <RyanVM> since I pushed m-c
  1891. # [14:26] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Client exited)
  1892. # [14:26] * RyanVM does an inbound-based push
  1893. # [14:27] * Joins: marco (Thunderbir@moz-3B363C35.cust.dsl.teletu.it)
  1894. # [14:28] * janv_ is now known as janv
  1895. # [14:29] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1896. # [14:30] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1897. # [14:30] * ChanServ sets mode: +o roc
  1898. # [14:31] * Quits: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  1899. # [14:31] * Joins: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1900. # [14:33] * dkl|afk is now known as dkl
  1901. # [14:35] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1902. # [14:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/905671d954c5 - Henri Sivonen - Bug 849597 - Add more kung fu to nsParser. r=smaug.
  1903. # [14:39] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1904. # [14:39] <RyanVM> cool, nightly-only M3 bustage on m-c
  1905. # [14:39] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1906. # [14:40] * Joins: vingtetun (vingtetun@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1907. # [14:40] <edmorley> RyanVM: \o/
  1908. # [14:40] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1909. # [14:41] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1910. # [14:41] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Quit: Leaving.)
  1911. # [14:41] * rail_away is now known as rail
  1912. # [14:42] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1913. # [14:42] <Callek> RyanVM: nightly only, or pgo-only
  1914. # [14:42] <RyanVM> Callek: given the pgo-green runs prior to the nightlies...
  1915. # [14:43] * kmoir-afk is now known as kmoir
  1916. # [14:44] <Callek> RyanVM: they lied, obviously :-P
  1917. # [14:44] * Callek jokes and walks away as he is arguing with a gun fanatic on facebook and just ruined the rest of his day b/c of that
  1918. # [14:44] <Callek> haha
  1919. # [14:45] * Joins: pnkfelix1 (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1920. # [14:45] * Quits: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Connection reset by peer)
  1921. # [14:45] * Quits: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP) (Quit: surkov)
  1922. # [14:45] * Joins: alice (alice@857EC0F4.5033D686.4802DE8C.IP)
  1923. # [14:47] <Ms2ger> "Funky beats skanky, so here we are."
  1924. # [14:48] * @roc checks in
  1925. # [14:48] <@roc> oh look at the time
  1926. # [14:48] * @roc goes to bed
  1927. # [14:48] * Ms2ger backs out
  1928. # [14:49] <Ms2ger> Good night, roc :)
  1929. # [14:49] * capella|zzz is now known as capella
  1930. # [14:50] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1931. # [14:52] * Quits: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Ping timeout)
  1932. # [14:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c291c98a1bfc - Raymond Lee - Bug 854927 - Remove callback from new async getCharsetForURI in PlacesUtils. r=mak
  1933. # [14:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1f65b5204c8b - Martijn Wargers - Bug 788866 - [B2G] mochitests fail to focus test window. r=smaug, f=ahal
  1934. # [14:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8f6b9b15be23 - Jonathan Laver - Bug 851044 - Modified stringifyArgs to use the objects toString method if it is not Object.prototype.toString when logging. r=Yoric
  1935. # [14:52] * pnkfelix1 is now known as pnkfelix
  1936. # [14:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6d2bd7177ac9 - Adrian Tamas - Bug 856518 - Add more detailed test messages to testDoorHangers Robocop test. r=jmaher
  1937. # [14:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/32001b4712e8 - Dave Vasilevsky - Bug 848792 - Update the dock icon only 8 times per second. r=josh
  1938. # [14:52] * Joins: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP)
  1939. # [14:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ca8b7c325ede - Diego Wilson - Bug 847779 - Abort playback if OMX audio init fails. r=doublec, r=cpearce
  1940. # [14:53] * Quits: Wes (chatzilla@moz-8EE0ED3E.kingston.net) (Ping timeout)
  1941. # [14:55] * Quits: marco (Thunderbir@moz-3B363C35.cust.dsl.teletu.it) (Quit: marco)
  1942. # [14:55] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1943. # [14:55] * bsmedberg-away is now known as bsmedberg
  1944. # [14:56] * Quits: SkyR0ck3R (akash_r@B61C2AE3.78BE666E.9105FBCF.IP) (Ping timeout)
  1945. # [14:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6ecf4abf3659 - Dave Hunt - Bug 858124 - Flick (swipe) is failing on desktop B2G builds. r=mdas
  1946. # [14:58] * whimboo is now known as whimboo|afk
  1947. # [15:00] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Connection reset by peer)
  1948. # [15:02] <RyanVM> abr: thou hast leaks on inbound
  1949. # [15:02] * Joins: Wes (chatzilla@moz-8EE0ED3E.kingston.net)
  1950. # [15:03] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  1951. # [15:03] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1952. # [15:03] * Quits: @ted (luser@moz-B71A07EB.sctnpa.east.verizon.net) (Ping timeout)
  1953. # [15:03] * Joins: andreasn (andreasn@63F8A48C.7BB850DE.B1AA2106.IP)
  1954. # [15:04] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  1955. # [15:04] * Joins: twi1 (Adium@moz-2A8FA69C.cust.dsl.vodafone.it)
  1956. # [15:05] * dkl is now known as dkl|afk
  1957. # [15:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f7156b703f3d - Ryan VanderMeulen - Backed out changeset fddde2d1e9b2 (bug 853858) for Windows leaks.
  1958. # [15:05] * Quits: twi (Adium@moz-29290401.cust.dsl.vodafone.it) (Ping timeout)
  1959. # [15:06] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1960. # [15:07] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1961. # [15:08] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1962. # [15:08] * Quits: Wusel_ (muench@moz-643A8764.planconnect.de) (Quit: Computer is going to sleep.)
  1963. # [15:11] * pmoore is now known as pmoore|away
  1964. # [15:11] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  1965. # [15:12] <Yoric> mak: Can you explain to me why Connection::initializeInternal sets a negative cache size?
  1966. # [15:12] <mak> Yoric: it's a special syntax, if you set a positive value it is the number of pages, if you set a negative value it's the KiB size
  1967. # [15:12] <Yoric> arf
  1968. # [15:12] <Yoric> thanks
  1969. # [15:13] <mak> Yoric: otherwise you should query the page size, calculate number of pages, then set it... this is shorter
  1970. # [15:13] <Yoric> ok
  1971. # [15:13] * jhopkins|afk is now known as jhopkins
  1972. # [15:14] <Standard8> RyanVM: why the push to a closed comm-central?
  1973. # [15:15] * Joins: victorporof_ (victorporo@81B29543.183F338A.6A4F8DA2.IP)
  1974. # [15:15] * Joins: ericjung (ericjung@moz-A10B1178.public.wayport.net)
  1975. # [15:16] * shorland_ is now known as shorlander
  1976. # [15:16] * Quits: victorporof (victorporo@81B29543.183F338A.6A4F8DA2.IP) (Ping timeout)
  1977. # [15:17] * Joins: yzen (Adium@437116F4.A6295926.9D42CF23.IP)
  1978. # [15:18] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1979. # [15:18] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  1980. # [15:18] <Callek> Standard8: related what bug # are we tracking |tar: tests/dom/imptests/failures/html/html/dom/documents/dom-tree-accessors/document.getElementsByName/test_document.getElementsByName-newelements.html.json: Cannot open: File or path name too long| in?
  1981. # [15:19] <Standard8> Callek: we're not
  1982. # [15:19] <Standard8> not seeing that on TB tree...
  1983. # [15:19] <Standard8> afaict
  1984. # [15:19] <Callek> Standard8: THAT was on the tb tree
  1985. # [15:19] <Standard8> where?
  1986. # [15:19] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  1987. # [15:19] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  1988. # [15:19] <Callek> Standard8: https://tbpl.mozilla.org/?tree=Thunderbird-Trunk windows, on neil's push
  1989. # [15:19] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  1990. # [15:19] <Callek> Standard8: so if thats not the "bustage" we're closed for, what is
  1991. # [15:20] * Quits: yzen (Adium@437116F4.A6295926.9D42CF23.IP) (Ping timeout)
  1992. # [15:20] <Callek> since you closed SeaMonkey as well ;-)
  1993. # [15:20] * Joins: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP)
  1994. # [15:20] <Standard8> Callek: I'm seeing in those files "tar: image/test/reftest/encoders-lossless/encoder.html?img=size-15x15.png&mime=image: Cannot stat: No such file or directory"
  1995. # [15:21] <Callek> Standard8: the one I pulled that specific line from was debug
  1996. # [15:21] <Standard8> hmm
  1997. # [15:21] <Standard8> this log is just confusing
  1998. # [15:21] <Standard8> but looking at it again, its possible that's the actual issue
  1999. # [15:22] <Standard8> which I thought shouldn't happen
  2000. # [15:22] <Callek> why shouldn't it happen?
  2001. # [15:22] <Standard8> because releng had made the path lengths the same...
  2002. # [15:22] <Callek> Standard8: we made path lengths the same, but tb has that added mozilla/
  2003. # [15:22] <Standard8> so if we're busted, so should m-c
  2004. # [15:22] <Standard8> no, we compensated for that iirc
  2005. # [15:22] * Joins: dcamp (dcamp@moz-930D5B64.hsd1.wa.comcast.net)
  2006. # [15:22] <Callek> Standard8: not in releng code we didn't
  2007. # [15:22] <Standard8> hmm
  2008. # [15:22] <Standard8> we did
  2009. # [15:23] <Standard8> unless it was just esr
  2010. # [15:23] * Quits: sheppy (sheppy@moz-E826F7C2.dhcp.jcsn.tn.charter.com) (Quit: Leaving)
  2011. # [15:23] <Callek> we had to special-fudge esr, yes
  2012. # [15:23] <Callek> but we didn't account for mozilla/ itself
  2013. # [15:23] <yzen> Yoric: re: bug https://bugzilla.mozilla.org/show_bug.cgi?id=833286, let me know if you have a sec for a quick question
  2014. # [15:24] <Standard8> we're also closed for bug 858014 btw
  2015. # [15:24] <Callek> Standard8: http://mxr.mozilla.org/build/source/buildbotcustom/common.py#49
  2016. # [15:24] <Yoric> yzen: Go ahead.
  2017. # [15:24] * Joins: kanru` (kanru@moz-519255D9.dynamic.hinet.net)
  2018. # [15:25] <Callek> Standard8: we don't trim out padding based on length of mozilla/ as i explained in said matching bug, we'd break well before moco/firefox, but at least we'd break consistently
  2019. # [15:25] <yzen> Yoric: i m looking at steps 1b and 2b. Currently telemetry is measured for read in the main thread, should i change it to the new duration measurement? also if im going to attempt both reading sessionstore.js and sessionstore.js.bak, should i add another telemetry probe for the latter operation ?
  2020. # [15:25] <Callek> OOOoo and yea 858014 is a pretty damned good reason to be closed
  2021. # [15:26] * Joins: sheppy (sheppy@moz-E826F7C2.dhcp.jcsn.tn.charter.com)
  2022. # [15:27] <Yoric> yzen: Oh, yes, please use the new duration measurement.
  2023. # [15:27] <jesup> bsmedberg: ping
  2024. # [15:27] <Yoric> Now why would you read sessionstore.js.bak?
  2025. # [15:27] <bsmedberg> jesup: pong
  2026. # [15:27] <Yoric> For 2b?
  2027. # [15:27] <yzen> ya
  2028. # [15:28] * Quits: alice (alice@857EC0F4.5033D686.4802DE8C.IP) (Client exited)
  2029. # [15:28] <Yoric> Let me check which probes we have atm.
  2030. # [15:28] <yzen> just like you mention in the comment: 1b. attempt to load sessionstore.js; 2b. if it doesn't exist or if it is corrupted, load sessionstore.bak instead.
  2031. # [15:28] * Joins: alice (alice@857EC0F4.5033D686.4802DE8C.IP)
  2032. # [15:28] * Quits: alice (alice@857EC0F4.5033D686.4802DE8C.IP) (Client exited)
  2033. # [15:28] <Callek> Standard8: can you CC me on whatever path-length issue/bug you file
  2034. # [15:28] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  2035. # [15:28] * Quits: danielapetrovici (danielapet@moz-ACDE7EEC.mozilla.com) (Quit: Leaving)
  2036. # [15:29] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Input/output error)
  2037. # [15:29] <jesup> bsmedberg: Thanks. Can we identify the places where spinning the event loop is purposeful and safe (from within JS)? If so, those can be un-blocked.
  2038. # [15:29] <Yoric> yzen: Just reuse FX_SESSION_RESTORE_READ_FILE_MS.
  2039. # [15:29] <yzen> Yoric: so the same one as for the actual file?
  2040. # [15:30] <bsmedberg> jesup: the problem is really plugins, because they can spin the event loop almost anywhere
  2041. # [15:30] <Yoric> yzen: Well, the sum of both durations.
  2042. # [15:30] <RyanVM> Standard8: sorry, for some reason I had it in my head that I was only pushing the PNG update, forgot about the other patch in the push
  2043. # [15:30] <Standard8> RyanVM: ah ok
  2044. # [15:30] <bsmedberg> jesup: which sucks, but I don't know if there's anything we can do about it. Instead I think it would be much more interesting to identify the critical sections where we *shouldn't* spin an event loop
  2045. # [15:30] <Yoric> yzen: i.e. duration of reading the normal file + if that doesn't work duration of reading the backup file
  2046. # [15:30] <yzen> Yoric: sounds good, that's all i had :)
  2047. # [15:30] <Standard8> Callek: I'm too busy with other things to do that for a few hours yet
  2048. # [15:30] <Yoric> Cool :)
  2049. # [15:30] <jesup> bsmedberg: Can we unblock entering plugin code? (And is it safe for them to do it?)
  2050. # [15:31] <bsmedberg> and then make sure we don't in those places, probably even with a runtime abort
  2051. # [15:31] <bsmedberg> jesup: unblock?
  2052. # [15:31] <Callek> Standard8: thats ok, just when you do (I'll likely be in bed within the next 1-2 hours, maybe even sooner)
  2053. # [15:31] <bsmedberg> it should be safe to spin the event loop any time we're running content JS
  2054. # [15:31] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  2055. # [15:32] <jesup> bsmedberg: The patch adds a (debug-only) runtime abort when it believes we're spinning and shouldn't. We can set (or unset) the blocked-from-spinning state at any point we need
  2056. # [15:32] <bsmedberg> it might lead to weird reentrance behavior, but not security bugs/memory corruption/crashes
  2057. # [15:32] <bsmedberg> jesup: yeah, I'm saying this should 1) probably be release-mode and not just debug-mode 2) we should pick more interesting targets
  2058. # [15:33] <bsmedberg> like "whenever we're enumerating a hashtable"
  2059. # [15:33] <RyanVM> edmorley: so those m-c M3 retriggers are...concerning
  2060. # [15:33] <bsmedberg> and "any layout function that expects the frame/DOM tree to stay constant"
  2061. # [15:33] <jesup> I'm trying to catch "weird re-entrance behavior", since that led to a bunch of hard-to-figure-out bugs (and I think a number of crashes and some sec bugs) when we had DISPATCH_SYNC on mainthread
  2062. # [15:34] <edmorley> RyanVM: yeah :-(
  2063. # [15:34] * Joins: beaufour (beaufour@moz-EA4226EF.nyc.biz.rr.com)
  2064. # [15:35] <jesup> I'm also good with making really bad ones release assertions/crashes if they're dangerous (and avoid possible sec bugs)
  2065. # [15:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f8ed82bee517 - Chris Lord - Bug 854099 - Make nsPresShell::ScrollToShowRect take fixed position margins into account. r=roc
  2066. # [15:36] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  2067. # [15:37] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2068. # [15:38] * Joins: ted (luser@moz-B71A07EB.sctnpa.east.verizon.net)
  2069. # [15:38] * ChanServ sets mode: +o ted
  2070. # [15:39] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  2071. # [15:39] * halfie is now known as zz_halfie
  2072. # [15:40] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2073. # [15:41] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2074. # [15:42] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2075. # [15:42] * Joins: enda (chatzilla@883ECC18.6AFB7865.2500F951.IP)
  2076. # [15:42] * catlee-away is now known as catlee
  2077. # [15:44] <jesup> bsmedberg: so I see two related questions: 1) where is it absolutely unsafe to allow the event loop to spin (and we may want to block even in release), 2) Where is it bad/weird/causes-random-behavior to spin the loop in that it allows re-entrance?
  2078. # [15:44] <jesup> My patch was targeted at the second, but could easily be extended to cover the first as well
  2079. # [15:44] <bsmedberg> jesup: yes; I don't think we should spend time on #2 at the moment
  2080. # [15:45] <bsmedberg> the web is just crazy enough that "anytime" pretty much covers it
  2081. # [15:45] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  2082. # [15:46] <jesup> bsmedberg: ok, though it makes me sad in that we (repeatedly) check in code that does this (and breaks things in the process). Perhaps I'll put a guard against DISPATCH_SYNC from MainThread (at least from within JS)?
  2083. # [15:46] * zz_halfie is now known as halfie
  2084. # [15:47] <bsmedberg> jesup: ah yeah, I can't think of *any* reason we should DISPATCH_SYNC from the main thread
  2085. # [15:47] <bsmedberg> but of course, I've been surprised before
  2086. # [15:47] * Joins: tonymec__ (tonymec@17F71A00.6133EA79.9D2324B7.IP)
  2087. # [15:47] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  2088. # [15:47] * tonymec__ is now known as tonymec|away
  2089. # [15:47] <derf> I suspect the difficulty there will be finding all the places we actually do it and fixing them before you can _leave_ that guard in.
  2090. # [15:47] <yzen> oh Yoric, one more thing, what about the sync fallback function for read ?
  2091. # [15:48] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  2092. # [15:48] <Yoric> yzen: Yes, you'll need to update it, too.
  2093. # [15:48] <yzen> Yoric: ok gotcha
  2094. # [15:48] <jesup> Yeah, I caught someone else looking for review on a patch that would do that (part of pushing some sync stuff to be async - not in WebRTC - and the reviewer only noticed because I was talking about the problem in #developers; they didn't realize)
  2095. # [15:49] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2096. # [15:49] * Quits: enda (chatzilla@883ECC18.6AFB7865.2500F951.IP) (Ping timeout)
  2097. # [15:49] <jesup> The try run I did that disabled event-loop-recursion in JS entirely was impressively orange. https://tbpl.mozilla.org/?tree=Try&rev=2c9465cfcd6f
  2098. # [15:50] * Quits: ericjung (ericjung@moz-A10B1178.public.wayport.net) (Ping timeout)
  2099. # [15:50] <jesup> Interestingly it passed the Crashtests
  2100. # [15:50] <@ted> heh
  2101. # [15:51] * victorporof_ is now known as victorporof
  2102. # [15:51] <@ted> crashtests don't have chrome privs
  2103. # [15:51] * mjschranz_away is now known as mjschranz
  2104. # [15:51] * Joins: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP)
  2105. # [15:52] * Joins: mconley (mconley@moz-ADB51169.eng.wind.ca)
  2106. # [15:53] * Joins: WaltS (Thunderbir@moz-DB189153.pitbpa.east.verizon.net)
  2107. # [15:53] <RyanVM> Ms2ger: argh, the asserts on that test are back
  2108. # [15:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c60cda8016e8 - Ryan VanderMeulen - No bug - Re-add expected assertions to test_bug451286.xul on a CLOSED TREE.
  2109. # [15:54] * ewong|sleep is now known as ewong
  2110. # [15:54] <Ms2ger> Hah
  2111. # [15:54] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  2112. # [15:56] <RyanVM> Ms2ger: we'll see what happens, but if we hit it again, I'm just going to change the annotation to 0-5 from 2-5
  2113. # [15:56] <Ms2ger> Makes sense
  2114. # [15:58] * Fallen|away is now known as Fallen
  2115. # [15:58] * Quits: cornel_ionce (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2116. # [15:59] <RyanVM> Ms2ger: actually, bug 849394 already exists for hitting 1 assert
  2117. # [15:59] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  2118. # [15:59] <RyanVM> screw it, I'm changing it
  2119. # [16:01] * Joins: darkowlzz|afk (darkowlzz@A1C775FC.3B9882B8.25B273F5.IP)
  2120. # [16:02] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  2121. # [16:02] * Quits: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net) (Quit: sheeri)
  2122. # [16:02] * Tomcat is now known as Tomcat|afk
  2123. # [16:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/41197711fec5 - Ryan VanderMeulen - Bug 849394 - Change assertion annotation on a CLOSED TREE.
  2124. # [16:03] <RyanVM> Callek: so are android 2.2 xpcshell failures on inbound expected?
  2125. # [16:03] <RyanVM> Callek: https://tbpl.mozilla.org/php/getParsedLog.php?id=21470602&tree=Mozilla-Inbound
  2126. # [16:04] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  2127. # [16:05] <jesup> RyanVM: ping
  2128. # [16:05] <RyanVM> jesup: pong
  2129. # [16:05] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307023931])
  2130. # [16:05] * Joins: Edgar (Thunderbir@moz-75919F26.dynamic.hinet.net)
  2131. # [16:07] * ewong is now known as ewong|sleep
  2132. # [16:07] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  2133. # [16:08] * philor|away is now known as philor
  2134. # [16:09] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2135. # [16:09] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2136. # [16:10] <jesup> Looking at the backout of abr: It looks like something went way wrong outside of this patch. Zillions of INFO - [Parent 464] WARNING: No outer window available!: file e:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/dom/base/nsGlobalWindow.cpp, line 9696 and 05:52:34 INFO - [Parent 464] WARNING: out of memory: file e:/builds/moz2_slave/m-in-w32-d-0000000000000000000/build/obj-firef
  2137. # [16:10] <jesup> ox/xpcom/build/nsDeque.cpp, line 178
  2138. # [16:11] * Quits: mak (chatzilla@moz-6AB28DF0.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  2139. # [16:11] <jesup> Following pushes before the backout have shown green on that test as well. I think it's a random, not due to this checkin
  2140. # [16:12] <jesup> I think we just got the prize of being the first test to hit it on :-(
  2141. # [16:12] * joduinn-afk is now known as joduinn-coffee
  2142. # [16:13] <jesup> two greens on Win7 Debug M2 following already
  2143. # [16:14] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  2144. # [16:14] * Joins: tallowen (tallowen@7C420CBF.D61EF02B.3A218797.IP)
  2145. # [16:15] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2146. # [16:15] <RyanVM> jesup: possible
  2147. # [16:16] <jesup> I re-triggered, but that will be a bit. This was a re-landing due to the original patch oranging android and B2G (which I ran a try for); there's no reasonable explanation for it causing a new DOM Window leak (we're just moving the "var test;" statement one level out in the JS so it doesn't get GC'd on us randomly)
  2148. # [16:16] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2149. # [16:16] * Quits: Edgar (Thunderbir@moz-75919F26.dynamic.hinet.net) (Quit: Edgar)
  2150. # [16:18] <jesup> This patch will kill 4 intermittent oranges :-) Once it sticks... So, watch the M2's between checkin and backout, and the retrigger which is still pending; barring any surprises I'm going to ask to re-land it. Reasonable?
  2151. # [16:19] <RyanVM> sure
  2152. # [16:20] * Quits: Pauly (paul@601F3B17.33662590.A5830293.IP) (Quit: Pauly)
  2153. # [16:21] * jchen|away is now known as jchen
  2154. # [16:21] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  2155. # [16:22] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  2156. # [16:23] <jesup> So, count is 2 greens and an orange that's a known intermittent on Win7 debug M2 since checkin. Looks like there will be one more pending (plus maybe a PGO run eventually)
  2157. # [16:23] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  2158. # [16:23] <jesup> And no leaks on any other build/platform
  2159. # [16:23] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  2160. # [16:24] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2161. # [16:25] * dkl|afk is now known as dkl
  2162. # [16:25] * Quits: AndreeaMatei (andreeamat@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  2163. # [16:25] * joduinn-coffee is now known as joduinn-commute
  2164. # [16:27] * lduros is now known as lduros_running
  2165. # [16:28] * Joins: Archaeopteryx (itsme@moz-4861A875.cust.telecolumbus.net)
  2166. # [16:29] * Quits: rednaks (rednaks@24067163.74C6FD40.360EF119.IP) (Quit: Téléportation !)
  2167. # [16:29] * mcote|afk is now known as mcote
  2168. # [16:29] * halfie is now known as zz_halfie
  2169. # [16:30] * Joins: enda (chatzilla@883ECC18.6AFB7865.2500F951.IP)
  2170. # [16:30] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  2171. # [16:31] * davidb is now known as davidb|dentist
  2172. # [16:31] * Joins: tonymec|sleep (tonymec@17F71A00.6133EA79.9D2324B7.IP)
  2173. # [16:31] <Ms2ger> Git people!
  2174. # [16:31] * Joins: ericjung (ericjung@8A78298B.53402745.BFCB721E.IP)
  2175. # [16:31] <Ms2ger> How do I commit only some of the changes I made to a file?
  2176. # [16:32] <till> Ms2ger: git commit -i
  2177. # [16:32] * jcranmer|away is now known as jcranmer
  2178. # [16:32] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Connection reset by peer)
  2179. # [16:32] * Quits: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com) (Ping timeout)
  2180. # [16:32] <till> er
  2181. # [16:32] <till> --interactive
  2182. # [16:33] <Ms2ger> fatal: No paths with --include/--only does not make sense.
  2183. # [16:33] * Quits: gsvelto (gsvelto@moz-53DE4876.clienti.tiscali.it) (Quit: Leaving)
  2184. # [16:33] * tonymec|sleep is now known as tonymec
  2185. # [16:33] <till> Ms2ger: yeah, sorry: you have to write out --interactive
  2186. # [16:34] * Quits: mconley (mconley@moz-ADB51169.eng.wind.ca) (Input/output error)
  2187. # [16:34] <till> Ms2ger: ah, but much better: git add -i
  2188. # [16:35] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  2189. # [16:35] <Ms2ger> Hm
  2190. # [16:35] <Ms2ger> So then it asks "What now"
  2191. # [16:35] <froydnj> Ms2ger: you're using git?! are you feeling OK?
  2192. # [16:36] <Ms2ger> Not at all
  2193. # [16:36] <till> yeah, the interface isn't the most obvious one
  2194. # [16:36] <Ms2ger> git add -p looks nicer
  2195. # [16:36] <Ms2ger> But not a lot
  2196. # [16:36] <Ms2ger> Stage this hunk [y,n,q,a,d,/,j,J,g,e,?]?
  2197. # [16:37] <till> nice, hu?
  2198. # [16:37] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  2199. # [16:37] * Joins: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com)
  2200. # [16:37] <till> Ms2ger: ? is your friend there
  2201. # [16:37] * froydnj just uses magit in emacs for this sort of thing
  2202. # [16:37] <RyanVM> edmorley: seeing the m-c M2 failures on the Windows nightlies too
  2203. # [16:37] <RyanVM> M3 rather
  2204. # [16:37] <Ms2ger> froydnj, improving UX by using emacs, eh
  2205. # [16:38] * Joins: Mavericks (Mibbit@A6381CE6.715D293C.3E5D7F27.IP)
  2206. # [16:38] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  2207. # [16:38] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2208. # [16:38] <froydnj> Ms2ger: yup! :)
  2209. # [16:40] * Joins: yzen1 (Adium@8AA71EE3.3D69E65D.A6DC652B.IP)
  2210. # [16:40] * Parts: virgil_ (virgil_dic@601F3B17.33662590.A5830293.IP)
  2211. # [16:40] * Quits: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP) (Ping timeout)
  2212. # [16:40] * Joins: medeeiip (medeeiip@moz-90D7D72.nowhere-else.org)
  2213. # [16:40] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2214. # [16:41] * Joins: Wusel_ (muench@moz-643A8764.planconnect.de)
  2215. # [16:41] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  2216. # [16:42] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2217. # [16:43] <bbondy> If I have mozilla-central checked out and I want to push a patch to fx-team is there a way to do that without having fx-team checked out? I've always had te integration branch checked out and fully updated previously but to save disk space it'd be nice to not have it checked out.
  2218. # [16:43] <Ms2ger> hg pull -u fx-team
  2219. # [16:43] <Ms2ger> hg up -C
  2220. # [16:43] <Ms2ger> hg comm -m "I'm on fx-team!"
  2221. # [16:44] <Ms2ger> hg push -r .
  2222. # [16:44] <Ms2ger> hg push -r . fx-team, that is
  2223. # [16:44] * Joins: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP)
  2224. # [16:44] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (No route to host)
  2225. # [16:44] * Quits: surkov (surkov@B3C081AC.7AE20955.EBE09E3C.IP) (Quit: surkov)
  2226. # [16:44] <edmorley> ideally proceeded by hg out -r . fx-team
  2227. # [16:44] <bbondy> eh
  2228. # [16:44] <edmorley> preceeded
  2229. # [16:44] <bbondy> eh
  2230. # [16:44] <Ms2ger> ^ smart man
  2231. # [16:44] <bbondy> ok
  2232. # [16:44] <bbondy> *hehe
  2233. # [16:45] <Ms2ger> http://i.imgur.com/O9w7fU9.jpg
  2234. # [16:45] * Quits: yzen1 (Adium@8AA71EE3.3D69E65D.A6DC652B.IP) (Ping timeout)
  2235. # [16:46] * Joins: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP)
  2236. # [16:46] <bbondy> then another hg pull -u m-c and hg up -C after that?
  2237. # [16:46] * Quits: medeeiip (medeeiip@moz-90D7D72.nowhere-else.org) (Client exited)
  2238. # [16:47] * Joins: medeeiip (medeeiip@moz-90D7D72.nowhere-else.org)
  2239. # [16:47] <bsmedberg> bbondy: if you want, sure
  2240. # [16:47] <bsmedberg> bbondy: note that you'll probably still be ahead of m-c at that point
  2241. # [16:47] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  2242. # [16:48] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  2243. # [16:48] * Parts: knelson (Adium@2557E599.66715431.D25A875A.IP)
  2244. # [16:48] <luisbg> are there any architectural papers/articles/videos that explain how the firefox code works?
  2245. # [16:49] <bbondy> wondering if it'll cause longer incremental builds and if it's easeir to just hg qimport from the other repo
  2246. # [16:49] <luisbg> how it is divided in components, where each lives, how things are done, the flow of DOM/rendering/layout/displaying
  2247. # [16:49] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  2248. # [16:49] <Ms2ger> luisbg, I believe the expression is "it's held together with spit and glue"
  2249. # [16:49] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  2250. # [16:50] <luisbg> Ms2ger, I thought perl was the duct tape of the Internet
  2251. # [16:50] <luisbg> I guess spit is the glue of the browser :P
  2252. # [16:50] <Ms2ger> Which is why we don't use duct tape ;)
  2253. # [16:50] <luisbg> hahaha
  2254. # [16:51] <mjrosenb> CLOSED. FTP server problems
  2255. # [16:51] <mjrosenb> hoh
  2256. # [16:51] <mjrosenb> well, that is a new one.
  2257. # [16:51] <Ms2ger> mjrosenb, hardly
  2258. # [16:51] <bhearsum> heh, not really
  2259. # [16:51] <bhearsum> sadly
  2260. # [16:51] * bhearsum is now known as bhearsum|buildduty
  2261. # [16:51] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Ping timeout)
  2262. # [16:51] <luisbg> Ms2ger, so do I take that as a "no, there isn't any architectural/top-down documentation of Mozilla"
  2263. # [16:51] <Ms2ger> luisbg, there may be some on mdn or devmo
  2264. # [16:51] <luisbg> Ms2ger, ahhh OK
  2265. # [16:51] <Ms2ger> luisbg, and if you thought mdn and devmo were the same, they are; I meant wikimo
  2266. # [16:51] <luisbg> asking here openly to see if anybody knows any specific ones, instead of searching around like crazy
  2267. # [16:52] <luisbg> Ms2ger, MDN is fantastic, but most documentation is about how to create websites and not how to right a browser. or that is what I've seen, I might be mistaken
  2268. # [16:52] <Ms2ger> But if you find something, there's a good chance it's quite out of date :)
  2269. # [16:52] <luisbg> is there a magical corner of MDN I haven't discovered?
  2270. # [16:52] * Joins: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net)
  2271. # [16:52] * Quits: jhorak|training (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2272. # [16:52] * Quits: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net) (Quit: nmatsakis)
  2273. # [16:52] * Joins: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net)
  2274. # [16:53] <evilpie> https://developer.mozilla.org/en-US/docs/mozilla is starting point
  2275. # [16:53] <Ms2ger> There's a bit here and there
  2276. # [16:53] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2277. # [16:53] * Joins: Arjen87 (Instantbir@moz-AD62903E.solcon.nl)
  2278. # [16:54] * Parts: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com)
  2279. # [16:54] <Ms2ger> Clearly we should teach mbrubeck about WebIDL
  2280. # [16:54] * darkowlzz|afk is now known as darkowlzz
  2281. # [16:55] * Joins: bz (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net)
  2282. # [16:55] * ChanServ sets mode: +o bz
  2283. # [16:55] <luisbg> evilpie, thanks
  2284. # [16:56] <luisbg> evilpie, https://developer.mozilla.org/en-US/docs/Mozilla/Projects
  2285. # [16:56] <luisbg> empty :(
  2286. # [16:56] <luisbg> https://developer.mozilla.org/en-US/docs/Mozilla/Debugging <--- this is going to be useful. cool!
  2287. # [16:57] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  2288. # [16:57] <luisbg> I can learn to create good logs that will teach me
  2289. # [16:57] * Joins: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net)
  2290. # [16:57] * mgerva is now known as mgerva|coffee
  2291. # [16:58] <JosiahOne> luisbg: Just out of curiosity, why are you so interested in this? I mean, it's actually a fine thing to do, but most people don't go looking for it.
  2292. # [16:58] * jhopkins is now known as jhopkins|brb
  2293. # [16:58] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  2294. # [16:59] <luisbg> JosiahOne, after two commits I'm interested in joining Firefox development
  2295. # [16:59] * Joins: myk (myk@moz-CF1920AD.tmodns.net)
  2296. # [16:59] <luisbg> and understanding how everything fits together, and where potential bugs I read exist is my method to becoming productive
  2297. # [17:00] * Joins: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net)
  2298. # [17:00] <JosiahOne> luisbg: Cool, but I must tell you. Probably the best way to get familiar with how things are working, is just to dive in. Look around, take some bugs, figure out where they go. However, you might get a little boost by figuring out things early… So good luck!
  2299. # [17:00] <luisbg> JosiahOne, but I don't want to waste developer's time by asking a thousand questions :P (they can use that time for developing)
  2300. # [17:01] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2301. # [17:01] <JosiahOne> luisbg: And that's a considerate thought. :)
  2302. # [17:01] <mbrubeck> Ms2ger: I know a lot more about it now than I did when I wrote that spec. ;)
  2303. # [17:01] <luisbg> JosiahOne, yes, I'm tackling my second bug and feel a bit lost heh, which I understand it is natural but was considering approaches to "map the grounds"
  2304. # [17:01] <luisbg> mentally
  2305. # [17:01] <Ms2ger> mbrubeck, Art just asked ever so nicely to review pointer events too \o/
  2306. # [17:02] <JosiahOne> luisbg: Now I'm curious. What bug #?
  2307. # [17:02] <luisbg> mbrubeck, like the Tim Burton quote after he finished directing Batman?
  2308. # [17:02] <evilpie> Ms2ger: do you understand that problem? https://tbpl.mozilla.org/php/getParsedLog.php?id=21473016&tree=Try
  2309. # [17:02] * Joins: victorporof_ (victorporo@81B29543.183F338A.6A4F8DA2.IP)
  2310. # [17:02] <luisbg> JosiahOne, the one I'm currently working on?
  2311. # [17:02] <evilpie> ggc whatever we are using on tbpl is complaining about init order
  2312. # [17:02] <JosiahOne> luisbg: Yeah.
  2313. # [17:02] * mbrubeck searches for the quote luisbg is referencing
  2314. # [17:03] <luisbg> JosiahOne, https://bugzilla.mozilla.org/show_bug.cgi?id=854506
  2315. # [17:03] * Quits: victorporof (victorporo@81B29543.183F338A.6A4F8DA2.IP) (Ping timeout)
  2316. # [17:03] <JosiahOne> luisbg: Thank you.
  2317. # [17:03] <Ms2ger> evilpie, https://hg.mozilla.org/try/rev/d22b7b06f038#l1.20
  2318. # [17:03] <luisbg> mbrubeck, after he finished directing the film he said "After finishing this film, now I know how to direct a Batman film"
  2319. # [17:04] <luisbg> implying you don't really know how to do something until you do it, but then you have the knowledge after your finished :P
  2320. # [17:04] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Connection reset by peer)
  2321. # [17:04] <Ms2ger> evilpie, you moved around the initializers there
  2322. # [17:04] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2323. # [17:04] <JosiahOne> luisbg: Ain't that the truth.
  2324. # [17:04] <Ms2ger> evilpie, the initializers should be in the same order as the declarations of the fields within the class
  2325. # [17:05] <Ms2ger> evilpie, because that's the order in which they will actually run
  2326. # [17:05] <luisbg> JosiahOne, :)
  2327. # [17:05] <evilpie> why are they even #ifdef Debug, when they are unnecessary?
  2328. # [17:06] <Ms2ger> evilpie, premature optimization, I think
  2329. # [17:06] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  2330. # [17:06] * Quits: medeeiip (medeeiip@moz-90D7D72.nowhere-else.org) (Client exited)
  2331. # [17:06] <evilpie> just going to nix that stuff
  2332. # [17:06] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  2333. # [17:07] * Quits: Ann_Yiming (Ann_Yiming@moz-161994B5.dia.static.qwest.net) (Ping timeout)
  2334. # [17:07] <RyanVM> BTW, for those who may be interested in having m-c be open again, I'm going to be closing it until until the nightly-only mochitest-3 bustage is fixed
  2335. # [17:08] * lduros_running is now known as lduros
  2336. # [17:08] * mgerva|coffee is now known as mgerva
  2337. # [17:08] <JosiahOne> Grr… My computer is causing problems today… This is going to be fun… :(
  2338. # [17:10] * Joins: [1]kdcw (kdcw@moz-F7413045.pk.shawcable.net)
  2339. # [17:11] <RyanVM> bug 858588 is filed for the m-c closure
  2340. # [17:11] * Quits: kdcw (kdcw@moz-F7413045.pk.shawcable.net) (Ping timeout)
  2341. # [17:11] * [1]kdcw is now known as kdcw
  2342. # [17:11] * Parts: bhearsum|buildduty (bhearsum@moz-FBAE94.members.linode.com)
  2343. # [17:11] * Joins: bhearsum|buildduty (bhearsum@moz-FBAE94.members.linode.com)
  2344. # [17:11] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  2345. # [17:13] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2346. # [17:13] * Quits: tallowen (tallowen@7C420CBF.D61EF02B.3A218797.IP) (Input/output error)
  2347. # [17:14] * Quits: Wusel_ (muench@moz-643A8764.planconnect.de) (Quit: Wusel_)
  2348. # [17:14] * Quits: Arjen87 (Instantbir@moz-AD62903E.solcon.nl) (Ping timeout)
  2349. # [17:15] * jmaher|afk is now known as jmaher
  2350. # [17:17] * RyanVM changes topic to 'm-c is CLOSED due to bug 858588 || Next uplift 13th May || Want to help? See #introduction || http://logbot.glob.com.au/?c=developers'
  2351. # [17:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2633093f531e - Justin Lebar - Bug 856006 - Attempt no. 2 to fix orange in browserElement_KeyEvents.js. r=kk1ff
  2352. # [17:18] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2353. # [17:18] * wlach|afk is now known as wlach
  2354. # [17:18] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2355. # [17:19] * Joins: ctangira (ctangira@moz-264CB7F1.cisco.com)
  2356. # [17:19] * Joins: bent (chatzilla@671F2E70.5B4741B5.A36C57B9.IP)
  2357. # [17:22] * Quits: ericjung (ericjung@8A78298B.53402745.BFCB721E.IP) (Quit: Leaving)
  2358. # [17:23] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2359. # [17:24] * Quits: myk (myk@moz-CF1920AD.tmodns.net) (Ping timeout)
  2360. # [17:24] <luisbg> RyanVM, sorry for the newb question but... m-c is going to be closed?
  2361. # [17:25] <RyanVM> luisbg: it means nothing can land there until what's currently broken is fixed
  2362. # [17:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d93ad2c96f01 - Hannes Verschore - Bug 844779: IonMonkey: Improve the order of blocks, r=jandem
  2363. # [17:26] <luisbg> RyanVM, I thought that was what Aurora was for
  2364. # [17:26] <RyanVM> luisbg: you're mixing some terms up
  2365. # [17:27] <luisbg> RyanVM, oops. mind explaining a bit?
  2366. # [17:27] <RyanVM> Aurora is where things can stabilize for eventual release
  2367. # [17:27] <RyanVM> the current m-c closure is because something landed on it that's causing tests to fail
  2368. # [17:27] <RyanVM> so until the tests work again, nothing else is being permitted to land on it
  2369. # [17:28] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  2370. # [17:28] <luisbg> oooh, didn't knew tests were failing (haven't run them in the last few days)
  2371. # [17:29] <luisbg> so basically m-c is frozen, and only open to fixes that help the tests
  2372. # [17:29] * Joins: myk (myk@moz-CF1920AD.tmodns.net)
  2373. # [17:29] <luisbg> RyanVM, thanks for explaining
  2374. # [17:29] <RyanVM> yes
  2375. # [17:29] <RyanVM> see the bug in the channel topic ;)
  2376. # [17:29] * Joins: abhishekp (AndChat706@C397483B.5D78A85.76230ECA.IP)
  2377. # [17:30] <luisbg> channel topics... they are like windscreen stickers. so present they become invisible. sorry :(
  2378. # [17:31] * Quits: abhishekp (AndChat706@C397483B.5D78A85.76230ECA.IP) (Quit: Bye)
  2379. # [17:32] * Quits: myk (myk@moz-CF1920AD.tmodns.net) (Ping timeout)
  2380. # [17:32] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Quit: brb)
  2381. # [17:32] * Joins: we11ington (msu-cse498@moz-600949B7.cse.msu.edu)
  2382. # [17:32] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  2383. # [17:32] * Joins: automata (automata@moz-1CE7A56D.ifsc.usp.br)
  2384. # [17:33] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2385. # [17:33] * RyanVM is now known as RyanVM|afk
  2386. # [17:33] * Joins: myk (myk@moz-CF1920AD.tmodns.net)
  2387. # [17:33] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Deallocatd. (Probably forbidden by ARC))
  2388. # [17:33] * Joins: digitsm (digitsm@6E86B8B7.E2B53EDA.6FBA63F7.IP)
  2389. # [17:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5820d44601c1 - Scott Johnson - Bug 520992, Followup 1: Simplify code in nsDOMComputedStyle for box-sizing adjustment for clarity. [r=me]
  2390. # [17:34] <NeilAway> aargh, stupid touchpads
  2391. # [17:34] <NeilAway> no, I *don't* want to restart, thanks :s
  2392. # [17:34] * Quits: stransky_ (stransky@moz-5B87D706.net.upcbroadband.cz) (Quit: Connection reset by beer)
  2393. # [17:35] * Joins: Arjen87 (Instantbir@moz-AD62903E.solcon.nl)
  2394. # [17:36] * Quits: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  2395. # [17:36] * Joins: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2396. # [17:37] * Quits: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Max SendQ exceeded)
  2397. # [17:37] * Joins: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2398. # [17:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ccb2618918a8 - Mark Finkle - Bug 858561 - Move BrowserDB.expireHistory from GeckoApp.onPause to GeckoApplication.onActivityPause r=kats
  2399. # [17:39] * Quits: myk (myk@moz-CF1920AD.tmodns.net) (Ping timeout)
  2400. # [17:41] * Quits: Arjen87 (Instantbir@moz-AD62903E.solcon.nl) (Ping timeout)
  2401. # [17:41] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2402. # [17:42] * Joins: jimb (user@9E727688.17C2F9C.163DC5C6.IP)
  2403. # [17:42] * Fallen is now known as Fallen|away
  2404. # [17:42] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  2405. # [17:43] * jwir3 is now known as jwir3|lunch
  2406. # [17:43] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2407. # [17:44] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2408. # [17:44] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2409. # [17:47] * Joins: vladan (vladan@moz-21CD3EF9.cp.telus.net)
  2410. # [17:48] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2411. # [17:49] * Joins: smaug (chatzilla@moz-B3D20175.elisa-laajakaista.fi)
  2412. # [17:49] * ChanServ sets mode: +o smaug
  2413. # [17:49] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Connection reset by peer)
  2414. # [17:50] * philor is now known as philor|away
  2415. # [17:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6f83b4eedf82 - Marty Rosenberg - Bug 858083: fix a silly bug where we use armv7 instructions when in armv6-mode (and think we are on armv6 when we are not). (r=jbramley)
  2416. # [17:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c13cc6711858 - Marty Rosenberg - bug 858535: Make sure the cache is flushed beforewe attempt to enter BC compiled code. (r=jbramley)
  2417. # [17:50] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  2418. # [17:51] * Quits: @smaug (chatzilla@moz-B3D20175.elisa-laajakaista.fi) (Ping timeout)
  2419. # [17:52] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  2420. # [17:52] * Joins: smaug (chatzilla@moz-B3D20175.elisa-laajakaista.fi)
  2421. # [17:52] * ChanServ sets mode: +o smaug
  2422. # [17:52] * Quits: jhk (Instantbir@7FC79FD2.5827C9F6.D06349B0.IP) (Ping timeout)
  2423. # [17:53] * Joins: aja (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP)
  2424. # [17:53] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  2425. # [17:55] * Quits: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP) (Quit: Leaving.)
  2426. # [17:55] * Quits: andreasn (andreasn@63F8A48C.7BB850DE.B1AA2106.IP) (Ping timeout)
  2427. # [17:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/45835d0c9d58 - Nathan Froyd - Backout 5820d44601c1 (bug 520992) for build bustage
  2428. # [17:58] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2429. # [17:59] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2430. # [18:00] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2431. # [18:00] * rail is now known as rail-lunch-yum-yum
  2432. # [18:01] * Quits: ferjm|afk (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
  2433. # [18:01] * ctalbert|afk is now known as ctalbert|mtg
  2434. # [18:01] * Joins: ehugg (chatzilla@B612A46C.29102B70.6CD50604.IP)
  2435. # [18:02] * Quits: coop|afk (Chris@moz-63831C99.dsl.bell.ca) (Quit: coop|afk)
  2436. # [18:02] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2437. # [18:03] * Joins: myk (myk@2557E599.66715431.D25A875A.IP)
  2438. # [18:03] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  2439. # [18:04] * Joins: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2440. # [18:04] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2441. # [18:04] * Joins: gsvelto (gsvelto@moz-21FF5F67.clienti.tiscali.it)
  2442. # [18:06] * Quits: enda (chatzilla@883ECC18.6AFB7865.2500F951.IP) (Ping timeout)
  2443. # [18:08] * baku is now known as baku|away
  2444. # [18:09] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  2445. # [18:09] * darkowlzz is now known as darkowlzz|afk
  2446. # [18:10] <evilpie> can somebody view https://air.mozilla.org/overview-of-research-team-projects/ ?
  2447. # [18:10] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2448. # [18:11] <till> evilpie: I think the video is missing
  2449. # [18:11] <dholbert> evilpie, yeah, not playing for me
  2450. # [18:12] * capella is now known as capella|away
  2451. # [18:12] * Joins: spohl (Adium@moz-E830E11A.reverse.softlayer.com)
  2452. # [18:13] * kmoir is now known as kmoir-afk
  2453. # [18:14] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  2454. # [18:15] * Quits: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2455. # [18:16] * RyanVM|afk is now known as RyanVM
  2456. # [18:16] * Joins: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP)
  2457. # [18:17] * Quits: Ms2ger (Ms2ger@moz-A7C23257.adsl-dyn.isp.belgacom.be) (Quit: nn)
  2458. # [18:17] * sheppy is now known as sheppy-lunch
  2459. # [18:17] * Joins: FabioMagnoni (fabiomagno@C78801F3.41C58073.748B6D8D.IP)
  2460. # [18:17] * Joins: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net)
  2461. # [18:18] * jhopkins|brb is now known as jhopkins
  2462. # [18:18] * Joins: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP)
  2463. # [18:18] * Quits: mmc|laptop (mmc@moz-BBC0C7F1.hsd1.ca.comcast.net) (Input/output error)
  2464. # [18:19] * Joins: Mossop_away (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  2465. # [18:20] * Quits: Gijs (gijs@moz-C11B0461.dsl.alice.nl) (Quit: poof)
  2466. # [18:20] * Mossop_away is now known as Mossop
  2467. # [18:22] * Quits: ehugg (chatzilla@B612A46C.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307023931])
  2468. # [18:22] * Quits: pnkfelix (pnkfelix@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  2469. # [18:23] <jimm> RyanVM: did the m-3 failures start with Ms2ger's push?
  2470. # [18:23] <RyanVM> jimm: the nightlies off it
  2471. # [18:23] * Quits: vladan (vladan@moz-21CD3EF9.cp.telus.net) (Ping timeout)
  2472. # [18:23] <RyanVM> jimm: but there were a few pushes prior w/o nightlies
  2473. # [18:23] <firebot> Check-in:
  2474. # [18:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/448765c6360b - Gavin Sharp - Bug 369180: override nsIAuthPromptProvider implementation on search suggestion callbacks to avoid proxy authentication dialog popping up while entering text in the search
  2475. # [18:24] <firebot> bar, r=mayhemer
  2476. # [18:24] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  2477. # [18:25] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2478. # [18:25] * Joins: knelson1 (Adium@2557E599.66715431.D25A875A.IP)
  2479. # [18:26] * Quits: vicamo (vicamo@moz-94BBF217.dynamic.hinet.net) (Quit: Konversation terminated!)
  2480. # [18:26] * Parts: knelson1 (Adium@2557E599.66715431.D25A875A.IP)
  2481. # [18:26] * Quits: vtmarvin (Thunderbir@F5505435.26EDE4E7.25874CBB.IP) (Quit: vtmarvin)
  2482. # [18:27] <jesup> RyanVM: So every push between landing bug 853858 and the backout was green or other known oranges on Win7 debug M2 (and all the others). I'm going to assert this isn't our bug, and the leak is due to something blowing up and causing shutdown to totally fail (OOM errors, no window errors, etc)
  2483. # [18:27] * Joins: ehugg (chatzilla@moz-62842EF0.cisco.com)
  2484. # [18:27] <RyanVM> jesup: we shall see
  2485. # [18:27] <RyanVM> if I see it again post-landing I'm still throwing you under the bus ;)
  2486. # [18:28] * Joins: vladan (vladan@moz-21CD3EF9.cp.telus.net)
  2487. # [18:29] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  2488. # [18:31] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  2489. # [18:31] <jesup> RyanVM: sure. Though I'll note that if it is a different random orange, it may recurr eventually. And looking closer: I have proof it's not us - none of the tests in question ran in M2 (search the full log for 'peerconnection').
  2490. # [18:31] <RyanVM> jesup: OK, that's a compelling case :P
  2491. # [18:32] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  2492. # [18:32] * Quits: darkowlzz|afk (darkowlzz@A1C775FC.3B9882B8.25B273F5.IP) (Ping timeout)
  2493. # [18:32] <jesup> I thought so :-) Should have checked earlier
  2494. # [18:32] * Joins: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net)
  2495. # [18:32] <jesup> Our tests keep bouncing between M2 and M3 :-(
  2496. # [18:33] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: leaving)
  2497. # [18:33] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2498. # [18:33] <@bz> Don't throw jesup under buses, please
  2499. # [18:33] * Joins: marco (Thunderbir@moz-3B363C35.cust.dsl.teletu.it)
  2500. # [18:33] <@bz> it's not good for either him or the axles
  2501. # [18:34] * Quits: till (till@moz-3493B177.superkabel.de) (Client exited)
  2502. # [18:34] * Quits: vladan (vladan@moz-21CD3EF9.cp.telus.net) (Ping timeout)
  2503. # [18:34] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2504. # [18:34] * Quits: marcoz (marco.zehe@moz-E282A043.dip.t-dialin.net) (Quit: Leaving.)
  2505. # [18:34] <jesup> Bus axles are pretty strong, but I'll agree it's not good for me
  2506. # [18:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8262a337d5be - Adam Roach [:abr] - Bug 853858: Move PeerConnectionTest instance reference into global scope r=jesup,whimboo
  2507. # [18:35] <jesup> and with any luck there go another 4 intermittents
  2508. # [18:35] * rail-lunch-yum-yum is now known as rail
  2509. # [18:36] * Quits: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net) (Quit: Computer has gone to sleep.)
  2510. # [18:36] <nical> the wiki page explaining how to format patches does not say anything about the commit message or author names in the header of the patch (https://developer.mozilla.org/en-US/docs/Creating_a_patch ) should we expect new contributors to do it or is it up to the one landing the patch ?
  2511. # [18:37] * Joins: coop (Chris@moz-63831C99.dsl.bell.ca)
  2512. # [18:37] * Joins: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net)
  2513. # [18:37] <@bz> Should be up to the patch creator
  2514. # [18:37] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  2515. # [18:37] <@bz> And the relevant docs are at https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-in_for_me.3F
  2516. # [18:37] <@bz> And are pointed to from that page, in a nice red "this document is obsolete" box....
  2517. # [18:38] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  2518. # [18:38] <nical> bz oh right, thanks
  2519. # [18:39] * Quits: marco (Thunderbir@moz-3B363C35.cust.dsl.teletu.it) (Quit: marco)
  2520. # [18:39] * sheppy-lunch is now known as sheppy
  2521. # [18:39] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2522. # [18:39] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2523. # [18:39] * Joins: zakora (NC@moz-8EAF945F.fbx.proxad.net)
  2524. # [18:39] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2525. # [18:40] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2526. # [18:40] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2527. # [18:41] <dougt> RyanVM: what do we know about the tree closure?
  2528. # [18:41] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2529. # [18:42] <gabor> RyanVM: Hi, could you help me out with backing out a series of patches? I'm quite inexperienced in this (aka total noob). bug 820170
  2530. # [18:42] * Joins: seth (seth@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2531. # [18:42] * whimboo|afk is now known as whimboo
  2532. # [18:42] <mbrubeck> gabor: https://bitbucket.org/sfink/qbackout is a user-friendly tool for that
  2533. # [18:42] * khuey|away is now known as khuey
  2534. # [18:42] <jesup> bz: I always try to check/fix commit messages before checking in for someone, anyways. Makes my life simpler (and patches on bugs often are missing the r=)
  2535. # [18:43] <mbrubeck> gabor: Or you can use my method: "hg diff -r <after> -r <before> | hg qimport - -n backout"
  2536. # [18:43] <@bz> jesup: sure
  2537. # [18:43] <mbrubeck> where "after" is the last changeset you want to back out, and "before" is the parent of the first changeset you want to back out
  2538. # [18:43] <@bz> jesup: On the other hand, writing a good commit message if you didn't write the patch is _hard_
  2539. # [18:44] * Quits: seth (seth@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2540. # [18:44] <@bz> mbrubeck: as long as he doesn't do that for patches with file moves and whatnot? ;)
  2541. # [18:44] <mbrubeck> bz: It works fine for file moves... at least with my diff options
  2542. # [18:44] * Quits: mw22 (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  2543. # [18:44] <mbrubeck> git=1
  2544. # [18:45] <@bz> mbrubeck: interesting
  2545. # [18:45] <@bz> mbrubeck: didn't use to, even with git=1, iirc....
  2546. # [18:45] <RyanVM> dougt: all we know is what's in the bug
  2547. # [18:45] <mbrubeck> hmm
  2548. # [18:45] <mbrubeck> probably good to be wary and inspect the results, anyway :)
  2549. # [18:45] <@bz> mbrubeck: but that was many moons (heck, earths!) ago
  2550. # [18:45] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2551. # [18:45] <jesup> bz: so, do you think it's worthwhile to find-and-exempt places where nested (JS) event loops are allowed/required? The bugs caused when reentrancy happens can be varied and hard to pin down on a cause (and very intermittent). Or is there a better way to catch it?
  2552. # [18:45] <mbrubeck> gabor: or philor's method "hg qnew backout; hg backout <rev3>; hg qref; hg backout <rev2>; hg qref; hg backout <rev1>; hg qref"
  2553. # [18:46] * mbrubeck should write an "hg reland" plugin if someone hasn't done it already...
  2554. # [18:46] <@bz> jesup: well, so
  2555. # [18:46] <@bz> jesup: per spec, the only reentrant thing ever should be showModalDialog
  2556. # [18:46] <@bz> jesup: as in, everything else is supposed to suspend the page event queue
  2557. # [18:47] <@bz> jesup: that presupposes that there is more than one event queue, of course.
  2558. # [18:47] <jesup> Ok.... that doesn't explain https://tbpl.mozilla.org/?tree=Try&rev=2c9465cfcd6f
  2559. # [18:47] <RyanVM> gabor: sure, I'm in a meeting at the moment, but after that
  2560. # [18:47] * Joins: Arjen87 (Instantbir@moz-AD62903E.solcon.nl)
  2561. # [18:47] <@bz> jesup: was that to me?
  2562. # [18:47] <jesup> yes
  2563. # [18:47] <@bz> well
  2564. # [18:47] <@bz> As I said, "that presupposes"
  2565. # [18:47] <jesup> though my patch is over-simplistic and should likely clear the state at certain points
  2566. # [18:48] <@bz> We, in practice, spin the event loop any time the spec suspends event queues
  2567. # [18:48] * zz_halfie is now known as halfie
  2568. # [18:48] <gabor> mbrubeck: problem is I have to do a presentation tomorrow, and for the whol weekend I will be at a Mozilla event, and since it's 12 patches I'm affraid for me it will take a lot of time, and postponing it probably a just make it worse :(
  2569. # [18:48] <tanvi> RyanVM: will the next merge from inboudn to central be today?
  2570. # [18:48] <RyanVM> tanvi: depends on when m-c reopens
  2571. # [18:48] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2572. # [18:48] * Joins: Optimizer (Instantbir@75385A76.F37BA653.2AB48280.IP)
  2573. # [18:48] * Quits: autra (autra@moz-2EA7A1DF.fullsix.com) (Quit: See ya, folks !)
  2574. # [18:48] <jesup> So I could unblock nesting queues at the suspend points, in theory
  2575. # [18:49] * Joins: azakai (alon@43CB6079.66715431.D25A875A.IP)
  2576. # [18:49] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2577. # [18:49] <gabor> mbrubeck: but thanks for the awesome info! I'll saved them and will try them out
  2578. # [18:49] <mbrubeck> gabor: Pretty sure that regression is not your fault... see https://bugzilla.mozilla.org/show_bug.cgi?id=854799#c25 and followups
  2579. # [18:49] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2580. # [18:50] * Joins: azakai_ (alon@2557E599.66715431.D25A875A.IP)
  2581. # [18:50] * Joins: akeybl (akeybl@43CB6079.66715431.D25A875A.IP)
  2582. # [18:50] <@bz> jesup: is the idea to catch new places where we add event queue spinning by accident?
  2583. # [18:50] <jcranmer> crazy blob question
  2584. # [18:50] <@bz> jesup: as in, we'd mark all the places where we do it right now as explicitly ok
  2585. # [18:50] * philor|away is now known as philor
  2586. # [18:50] <jcranmer> if I turn a blob into a URL
  2587. # [18:50] <@bz> jesup: and then if someone adds a new one it would fail?
  2588. # [18:50] <jesup> bz: yes, primarily. And probably catch a few places where we're doing it by accident
  2589. # [18:50] <jcranmer> what pages could access that URL?
  2590. # [18:50] <@bz> jesup: I see
  2591. # [18:51] <jcranmer> in particular
  2592. # [18:51] <@bz> jesup: well, I guess you could start whitelisting stuff....
  2593. # [18:51] <@bz> jcranmer: pages that are same-origin with the blob, iirc
  2594. # [18:51] * Joins: cdiehl_ (cdiehl@moz-7632DBB4.pool.mediaways.net)
  2595. # [18:51] <@bz> jcranmer: right now
  2596. # [18:51] * Quits: azakai (alon@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2597. # [18:51] <@bz> jcranmer: there have been proposals to change the spec
  2598. # [18:51] <jcranmer> could I make a blob URL from an xpcom component and stick that in the page of an HTML string that gets fed to display?
  2599. # [18:51] <gabor> mbrubeck: wow... is there a way to tell it for sure?
  2600. # [18:51] <jesup> bz: yup - it's easy to un-block entering something, and re-block exiting.
  2601. # [18:51] * Quits: cdiehl (cdiehl@moz-5DD7EFC1.pool.mediaways.net) (Ping timeout)
  2602. # [18:51] * cdiehl_ is now known as cdiehl
  2603. # [18:52] * davidb|dentist is now known as davidb
  2604. # [18:52] <tanvi> RyanVM; ah, i see. its busted
  2605. # [18:52] <jesup> bz: that try push with the oranges is a good start. XHR hit it, showmodal did, opening new windows did, etc. (Lots of logs to pull)
  2606. # [18:53] <jcranmer> bz: how does same-orgin work when I'm using mailnews-custom protocols?
  2607. # [18:53] <tanvi> okay sounds good. Thanks RyanVM!
  2608. # [18:53] <mbrubeck> gabor: look at http://graphs.mozilla.org/graph.html#tests=[[255,63,15]]&sel=1364948224153.41,1365160683169.8032&displayrange=7&datatype=running
  2609. # [18:54] * kmoir-afk is now known as kmoir
  2610. # [18:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/855ddcd081e8 - Brian R. Bondy - Bug 852014 - Defect - Issues downloading and installing msi. r=sfoster.
  2611. # [18:54] * Joins: ggp (ggp@2557E599.66715431.D25A875A.IP)
  2612. # [18:54] <mbrubeck> gabor: It's pretty clear that regression on that graph starts at Apr 3, 20:00 with revision 0d688b7c4411, right?
  2613. # [18:55] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2614. # [18:55] <@bz> mozilla::gl::TextureImage::Release
  2615. # [18:55] <mbrubeck> The changeset that got blamed in your email is 6 datapoints later
  2616. # [18:55] <@bz> Someone keeps releasing this on a random thread
  2617. # [18:55] <@bz> is there a bug on this?
  2618. # [18:55] <gabor> mbrubeck++
  2619. # [18:57] <gabor> mbrubeck: awesome, thanks a lot!
  2620. # [18:57] <@bz> joe: ping
  2621. # [18:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e27ce27cd6e1 - Jim Mathies - Bug 858556 - Double clicking text with the mouse displays the selection grippers in Immersive mode. r=bbondy
  2622. # [18:59] * Quits: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP) (Ping timeout)
  2623. # [18:59] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (Quit: Leaving.)
  2624. # [19:00] * Joins: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP)
  2625. # [19:00] <sfink> mbrubeck: re "hg reland". That's |hg qbackout --apply|
  2626. # [19:00] <sfink> mbrubeck: er, assuming I ever pushed that
  2627. # [19:00] <sfink> yeah, looks like I did
  2628. # [19:01] <mbrubeck> sfink++
  2629. # [19:01] <gabor> RyanVM: unping about the backing up thing :)
  2630. # [19:01] * Joins: felipe (felipe@F0FABB58.F4D65A64.6D8EEF99.IP)
  2631. # [19:03] * Quits: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP) (Ping timeout)
  2632. # [19:04] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Client exited)
  2633. # [19:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2704dd67e99c - Andrew McCreight - Bug 856906 - make nsDocLoader mainthread only.
  2634. # [19:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/182c43d6c7d4 - Andrew McCreight - Bug 852600 - traverse/unlink mStyleSheets in nsHTMLEditor. r=ehsan
  2635. # [19:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/561ac0327dc9 - Andrew McCreight - Bug 852134 - simplify rooting and unrooting of SMS. r=smaug
  2636. # [19:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e640b1edc504 - ISHIKAWA, Chiaki - Bug 858477: remove extra comma from nsCycleCollector.h r=mccr8
  2637. # [19:06] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2638. # [19:06] * Joins: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP)
  2639. # [19:07] * Quits: sheppy (sheppy@moz-E826F7C2.dhcp.jcsn.tn.charter.com) (Quit: NO CARRIER)
  2640. # [19:07] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  2641. # [19:08] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2642. # [19:09] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2643. # [19:10] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Ping timeout)
  2644. # [19:10] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2645. # [19:10] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2646. # [19:11] * joduinn-commute is now known as joduinn
  2647. # [19:12] * Quits: automata (automata@moz-1CE7A56D.ifsc.usp.br) (Ping timeout)
  2648. # [19:13] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2649. # [19:13] * Joins: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP)
  2650. # [19:14] * Quits: FabioMagnoni (fabiomagno@C78801F3.41C58073.748B6D8D.IP) (Ping timeout)
  2651. # [19:14] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2652. # [19:14] * Joins: Ann_Yiming (Ann_Yiming@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2653. # [19:14] <reuben> anyone here using a 120hz monitor with a (Retina) MBP?
  2654. # [19:15] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2655. # [19:15] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  2656. # [19:15] * ChanServ sets mode: +o dveditz
  2657. # [19:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0ccc71560958 - Malini Das - Bug 858288 - set sandbox to null in switchToFrame, r=jgriffin
  2658. # [19:17] * Joins: automata (automata@moz-1CE7A56D.ifsc.usp.br)
  2659. # [19:17] * Joins: teoli (teoli@72FB9FA1.6FEC6D87.51C6DE68.IP)
  2660. # [19:17] * Quits: teoli (teoli@72FB9FA1.6FEC6D87.51C6DE68.IP) (Input/output error)
  2661. # [19:17] * Joins: TimAbraldes (TimAbralde@moz-3F87419B.hsd1.or.comcast.net)
  2662. # [19:18] * Quits: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP) (Ping timeout)
  2663. # [19:19] * Joins: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP)
  2664. # [19:19] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  2665. # [19:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/282de3fcc0cd - Nathan Froyd - Bug 858203 - mark more reftests as needs-focus; r=dholbert
  2666. # [19:21] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2667. # [19:22] * Quits: sfink (chatzilla@moz-8E202294.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2668. # [19:22] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Ping timeout)
  2669. # [19:24] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  2670. # [19:24] * Quits: RealRaven (Thunderbir@2CFB1D98.195627C1.C3498625.IP) (No route to host)
  2671. # [19:24] * Joins: SkyR0ck3R (akash_r@B61C2AE3.78BE666E.9105FBCF.IP)
  2672. # [19:25] * Joins: RealRaven (Thunderbir@2CFB1D98.195627C1.C3498625.IP)
  2673. # [19:25] <philor> hmm, wonder whether telemetry foolishly does things differently on nightly versus dep builds
  2674. # [19:26] <RyanVM> philor: unpossible
  2675. # [19:26] * Joins: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2676. # [19:27] * Quits: aja (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP) (Connection reset by peer)
  2677. # [19:28] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2678. # [19:28] * Joins: inolen (Adium@moz-9F4F17DF.tourcaster.com)
  2679. # [19:29] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2680. # [19:29] * Joins: mmc|laptop (mmc@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2681. # [19:29] <philor> RyanVM: I'd sort of vaguely like https://hg.mozilla.org/mozilla-central/rev/5b710d7fe073 for it if it does
  2682. # [19:31] * Quits: mmc|laptop (mmc@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2683. # [19:31] * Joins: hurley (hurley@2557E599.66715431.D25A875A.IP)
  2684. # [19:31] <RyanVM> dougt ^
  2685. # [19:31] * coop is now known as coop|mtg
  2686. # [19:31] <dougt> philor: back it out and see?
  2687. # [19:32] * Joins: FabioMagnoni (fabiomagno@98B44AE5.62B89E56.5419EADB.IP)
  2688. # [19:33] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  2689. # [19:33] <RyanVM> probalby the best theory we've got at this point
  2690. # [19:33] * dkl is now known as dkl|afk
  2691. # [19:33] <RyanVM> i'll back it out and trigger nightlies
  2692. # [19:33] * Joins: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2693. # [19:33] * Joins: mmc|laptop (mmc@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2694. # [19:34] * Joins: paolo (paolo@moz-518B9CD0.retail.telecomitalia.it)
  2695. # [19:34] * capella|away is now known as capella
  2696. # [19:34] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/40a228f74389 - Ryan VanderMeulen - Backed out changeset 5b710d7fe073 (bug 850968) to see if it fixes bug 858588 on a CLOSED TREE.
  2697. # [19:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1aa5e2d8cd87 - Ivaylo Dimitrov - b=854539 - Implement AllocateAndGetNewBuffer for SharedPlanarYCbCrImage. r=nical
  2698. # [19:34] <edmorley> philor: it seems to be enabled based on update channel, so should be on for both http://mxr.mozilla.org/mozilla-central/source/configure.in#8754
  2699. # [19:35] <edmorley> though may be another surprise somewhere
  2700. # [19:35] * Joins: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  2701. # [19:36] <edmorley> oh, where does ${MOZ_UPDATE_CHANNEL} get set? (http://mxr.mozilla.org/mozilla-central/source/browser/config/mozconfigs/linux64/nightly#1)
  2702. # [19:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/722d438e1072 - Chris Peterson - Bug 855146 - Part 4: Add Actions.sendKeyCode() method for IME tests. r=gbrown
  2703. # [19:36] * Joins: jhk (Instantbir@6EE3C58A.62B6971.B58D974D.IP)
  2704. # [19:37] * Joins: Waldo (waldo@2557E599.66715431.D25A875A.IP)
  2705. # [19:38] * Quits: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP) (Ping timeout)
  2706. # [19:40] * Quits: SkyR0ck3R (akash_r@B61C2AE3.78BE666E.9105FBCF.IP) (Ping timeout)
  2707. # [19:40] <edmorley> oh, it comes from buildbot and we only set it for nightlies https://hg.mozilla.org/build/buildbotcustom/file/43124c4c5b3e/misc.py#l1303
  2708. # [19:40] <edmorley> yey
  2709. # [19:41] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (Quit: mixedpuppy)
  2710. # [19:41] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2711. # [19:41] * Quits: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  2712. # [19:42] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2713. # [19:42] * ChanServ sets mode: +o roc
  2714. # [19:42] * Joins: SkyR0ck3R (akash_r@ED7FA044.57266F2B.1C37C358.IP)
  2715. # [19:42] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2716. # [19:42] * Joins: sfink (chatzilla@moz-33DCD528.dsl.pltn13.sbcglobal.net)
  2717. # [19:44] * Joins: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP)
  2718. # [19:46] * Joins: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com)
  2719. # [19:46] * Joins: tetreis (T3@41174B28.B3180BBC.9F9EFC6F.IP)
  2720. # [19:47] * vladan-afk is now known as vladan
  2721. # [19:48] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2722. # [19:48] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2723. # [19:48] * jedp is now known as jedp|sfk
  2724. # [19:48] * Quits: SkyR0ck3R (akash_r@ED7FA044.57266F2B.1C37C358.IP) (Ping timeout)
  2725. # [19:48] * jedp|sfk is now known as jedp|afk
  2726. # [19:48] * jedp|afk is now known as jedp|asdf
  2727. # [19:49] * Quits: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP) (Quit: Leaving.)
  2728. # [19:49] * jedp|asdf is now known as jedp|afk
  2729. # [19:49] * Joins: inolen1 (Adium@moz-9F4F17DF.tourcaster.com)
  2730. # [19:49] * Joins: j2shar (TUSHAR@E9FDEE25.904556A7.EC4A85D5.IP)
  2731. # [19:49] * Quits: inolen (Adium@moz-9F4F17DF.tourcaster.com) (Ping timeout)
  2732. # [19:50] * Joins: knelson (Adium@moz-B2829269.dsl.pltn13.sbcglobal.net)
  2733. # [19:50] * Parts: knelson (Adium@moz-B2829269.dsl.pltn13.sbcglobal.net)
  2734. # [19:50] * Joins: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2735. # [19:50] * whimboo is now known as whimboo|afk
  2736. # [19:50] * Quits: jedp|afk (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2737. # [19:50] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  2738. # [19:51] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  2739. # [19:52] * pmoore|away is now known as pmoore
  2740. # [19:53] * jimm is now known as jimm-lunch
  2741. # [19:53] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  2742. # [19:53] * Joins: robertbindar (bindar@moz-C133775.eregie.pub.ro)
  2743. # [19:53] * philor is now known as philor|afk
  2744. # [19:54] * Quits: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2745. # [19:55] * Joins: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2746. # [19:56] * Joins: fitzgen (fitzgen@moz-6A559194.members.linode.com)
  2747. # [19:56] * Quits: j2shar (TUSHAR@E9FDEE25.904556A7.EC4A85D5.IP) (Connection reset by peer)
  2748. # [19:56] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  2749. # [19:56] * Parts: fitzgen (fitzgen@moz-6A559194.members.linode.com)
  2750. # [19:57] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2751. # [19:58] * Quits: jhk (Instantbir@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  2752. # [19:58] * Quits: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com) (Quit: Leaving)
  2753. # [19:58] * Joins: jhk (Instantbir@6EE3C58A.62B6971.B58D974D.IP)
  2754. # [19:58] * Joins: j2shar (TUSHAR@C3D91BEE.DFB6BC74.4764AC40.IP)
  2755. # [19:59] * Joins: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com)
  2756. # [20:00] * jwir3|lunch is now known as jwir3
  2757. # [20:01] * Joins: alice (alice@moz-FC2427F3.range86-167.btcentralplus.com)
  2758. # [20:02] * whimboo|afk is now known as whimboo
  2759. # [20:03] * Joins: patrox (chatzilla@5B6A2B1.A8950DB3.B66BC481.IP)
  2760. # [20:03] * edmorley is now known as edmorley|away
  2761. # [20:03] * Quits: patrox (chatzilla@5B6A2B1.A8950DB3.B66BC481.IP) (Quit: ChatZilla 0.9.90 [Firefox 16.0.1/20121010223852])
  2762. # [20:04] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2763. # [20:05] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Connection reset by peer)
  2764. # [20:05] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  2765. # [20:05] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  2766. # [20:05] * Joins: SkyR0ck3R (akash_r@B61C2AE3.78BE666E.9105FBCF.IP)
  2767. # [20:06] * Quits: kanru` (kanru@moz-519255D9.dynamic.hinet.net) (Ping timeout)
  2768. # [20:07] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Connection reset by peer)
  2769. # [20:07] * mgerva is now known as mgerva|food
  2770. # [20:08] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2771. # [20:08] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2772. # [20:09] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  2773. # [20:10] * Joins: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP)
  2774. # [20:10] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  2775. # [20:10] * jammink is now known as jammink|afk
  2776. # [20:14] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2777. # [20:16] <vlad> so 'make package' on windows is telling me "removed-files.in:...: Removal of packaged file(s): components/Weave.js" and similar
  2778. # [20:16] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2779. # [20:16] <vlad> how do I get it to not do this, so that I can make a .zip file?
  2780. # [20:17] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  2781. # [20:18] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2782. # [20:18] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2783. # [20:19] * Quits: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP) (Ping timeout)
  2784. # [20:20] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  2785. # [20:20] * Quits: KaiRo (robert@moz-8E54544.adsl.highway.telekom.at) (Input/output error)
  2786. # [20:21] * Quits: Arjen87 (Instantbir@moz-AD62903E.solcon.nl) (Ping timeout)
  2787. # [20:21] * Quits: WaltS (Thunderbir@moz-DB189153.pitbpa.east.verizon.net) (Quit: Thunderbird 17.0.2)
  2788. # [20:22] * Joins: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP)
  2789. # [20:22] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2790. # [20:23] * Quits: darin_ (darin@BF998F68.D6CCE4AE.77834EAA.IP) (Client exited)
  2791. # [20:24] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  2792. # [20:25] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  2793. # [20:28] * Quits: mmc|laptop (mmc@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2794. # [20:28] * Joins: mmc|laptop (mmc@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2795. # [20:29] * Joins: j2shar1 (TUSHAR@470B2DC2.54F43818.4764AC40.IP)
  2796. # [20:29] * Quits: j2shar (TUSHAR@C3D91BEE.DFB6BC74.4764AC40.IP) (Ping timeout)
  2797. # [20:30] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  2798. # [20:30] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2799. # [20:31] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2800. # [20:31] * Joins: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP)
  2801. # [20:31] * Joins: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP)
  2802. # [20:31] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  2803. # [20:34] * joduinn is now known as joduinn-mtg
  2804. # [20:36] <nemo> hrm. is behaviour of positioned elements w/ a table-cell parent (but no table-row or table parents to that element) something defined?
  2805. # [20:36] <nemo> trying to figure out if the very inconsistent browser behaviour for http://m8y.org/tmp/testcase338.xhtml is ab ug or not
  2806. # [20:36] <nemo> bug or not
  2807. # [20:36] <nemo> and if so, in which browser
  2808. # [20:36] <nemo> Safari/Chrome agree. Opera/IE10 agree. Firefox is on its own
  2809. # [20:36] * coop|mtg is now known as coop
  2810. # [20:36] <nemo> but. 3 different renderings
  2811. # [20:36] <davidb> mconley: odd (re 858014)
  2812. # [20:37] <nemo> based off of something someone was asking on irc://irc.freenode.net/css
  2813. # [20:38] * Joins: Mnyromyr (Mnyromyr@moz-ADCA6F0F.unity-media.net)
  2814. # [20:38] <@bz> nemo: firefox doesn't support position:relative on table cells
  2815. # [20:38] <sid0> Jesse: reading https://groups.google.com/forum/?fromgroups=#!topic/mozilla.dev.platform/Dil1gWjrDKo -- we've found that automatic linear rebase is a little problematic because there are situations in which local rebases won't work
  2816. # [20:38] <@bz> nemo: so to that extent our behavior is buggy
  2817. # [20:38] <nemo> 'k
  2818. # [20:39] <@bz> nemo: so you're getting the non-table-cell div as containing block
  2819. # [20:39] <sid0> Jesse: where "automatic" includes rebase by someone who isn't the author too
  2820. # [20:39] <nemo> bz: yeah. that much was clear
  2821. # [20:39] <@bz> nemo: past that...
  2822. # [20:39] <nemo> bz: I just wasn't sure if it was a bug, or just that table-cell on its own (or positioned) was undefined behaviour
  2823. # [20:39] * Quits: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP) (Ping timeout)
  2824. # [20:39] <nemo> bz: sounds like "known bug"
  2825. # [20:39] * Joins: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP)
  2826. # [20:39] <@bz> nemo: positioned table cells are...
  2827. # [20:39] * @bz looks up spec
  2828. # [20:39] <Jesse> sid0: that kind of rebasing is not really different from what developers do now when they land on inbound
  2829. # [20:39] <nemo> bz: so is IE10/Opera right, or Chrome/Safari? :)
  2830. # [20:40] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  2831. # [20:40] <sid0> Jesse: yes, but then devs themselves are on the hook :p
  2832. # [20:40] <@bz> "The effect of 'position:relative' on table-row-group, table-header-group, table-footer-group, table-row, table-column-group, table-column, table-cell, and table-caption elements is undefined. "
  2833. # [20:40] <@bz> Thus spake CSS2.1
  2834. # [20:40] <nemo> bz: ah. and CSS3 disagrees?
  2835. # [20:40] <@bz> And CSS3 doesn't exist
  2836. # [20:40] <@bz> That's the current spec on this
  2837. # [20:40] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2838. # [20:40] * jimm-lunch is now known as jimm
  2839. # [20:41] <nemo> bz: aight. thanks.
  2840. # [20:41] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: nical)
  2841. # [20:41] <nemo> so. not-a-bug
  2842. # [20:41] <nemo> GIGO on random browserbehaviour
  2843. # [20:41] <Jesse> sid0: putting an 'auto' tree between 'try' and 'central' contains the damage, imo better than the current 'back things out of inbound until inbound is green again' strategy does
  2844. # [20:41] <@bz> But in general....
  2845. # [20:41] * Quits: vingtetun (vingtetun@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  2846. # [20:41] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  2847. # [20:41] <@bz> If you assume table cells should work like normal stuff
  2848. # [20:41] <sid0> Jesse: yes, that kind of makes sense
  2849. # [20:41] <@bz> because the only real issue if what happens if offsets are nonzero
  2850. # [20:41] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2851. # [20:41] * Quits: @smaug (chatzilla@moz-B3D20175.elisa-laajakaista.fi) (Ping timeout)
  2852. # [20:41] <@bz> For normal stuff, the containing block for an abs-pos child is the padding edge of the parent
  2853. # [20:42] <@bz> of the rel-pos parent, that is
  2854. # [20:42] <@bz> So the Opera/IE behavior would be "more correct"
  2855. # [20:42] <@bz> just like the WEbKit one is "more correct" than the Firefox one
  2856. # [20:43] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2857. # [20:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d275d814f89a - Steve Fink - No bug. Prune out some indirect calls outside of js/src that cannot GC. Various other analysis updates. r=NPOTB DONTBUILD
  2858. # [20:43] * Joins: kats (kats@moz-7A4332AD.compute-1.amazonaws.com)
  2859. # [20:44] * Parts: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2860. # [20:44] * Quits: edmorley|away (edmorley@moz-96F730DB.range86-166.btcentralplus.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  2861. # [20:45] * Quits: andreasn (andreasn@4983546C.57AEB339.AA32EE5B.IP) (Ping timeout)
  2862. # [20:46] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2863. # [20:48] * khuey is now known as khuey|away
  2864. # [20:48] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Ping timeout)
  2865. # [20:48] <jcranmer> annevk: ping
  2866. # [20:48] <annevk> jcranmer: yo
  2867. # [20:49] * Quits: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com) (Quit: Leaving)
  2868. # [20:50] * Quits: alice (alice@moz-FC2427F3.range86-167.btcentralplus.com) (Client exited)
  2869. # [20:51] <jesup> So I ran into a bug that only shows up with a locale with UTF-8 but not UTF8; this brings up a question - our test infrastructure I'm guessing all or mostly runs en_US.UTF-8 or maybe (like fedora 17) en_US.utf8. Perhaps we should rotate the locale occasionally? (Though I think reftests might break on that, but mochitests and crashtests can probably handle it)
  2870. # [20:51] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  2871. # [20:51] <jcranmer> annevk: do you know of any charsets other than gb18030 and utf-* that support non-BMP characters?
  2872. # [20:51] <annevk> how are utf-8 and utf8 not identical?
  2873. # [20:51] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2874. # [20:52] <annevk> jcranmer: big5
  2875. # [20:52] <luisbg> I was wondering the same thing
  2876. # [20:52] <annevk> iirc
  2877. # [20:52] <jcranmer> annevk: per the encoding spec, it looks like big5 should do it
  2878. # [20:52] <jcranmer> annevk: but I tried =87E (in qp terms)
  2879. # [20:52] <jcranmer> and our TextEncoder gives me a BMP char
  2880. # [20:52] <annevk> jcranmer: ooh, big5 just has combining marks stuff, not non-bmp stuff
  2881. # [20:53] <jcranmer> http://encoding.spec.whatwg.org/index-big5.txt suggests differently
  2882. # [20:53] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2883. # [20:53] <jcranmer> TEST-UNEXPECTED-FAIL | /src/build/trunk/mail/mozilla/_tests/xpcshell/mailnews/mime/test/unit/test_parser_charsets.js | "\u7EF6" == "\uD85C\uDE67" - See following stack:
  2884. # [20:53] <annevk> jcranmer: oh right
  2885. # [20:53] <jesup> Well, what I read indicated "UTF-8" non-case-sensitive is correct, but it seems UTF8/utf8 is a common synonym
  2886. # [20:53] <jcranmer> that's what happens when I try to use it
  2887. # [20:53] <jesup> annevk: ^
  2888. # [20:53] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  2889. # [20:53] * jcranmer wonders if it's just our uconv stuff that's bad
  2890. # [20:54] <annevk> jesup: utf8 is just a label for utf-8, but our code should always say utf-8 unless it's label matching code
  2891. # [20:55] * Joins: sheppy (sheppy@moz-E826F7C2.dhcp.jcsn.tn.charter.com)
  2892. # [20:55] <annevk> jcranmer: so we may not implement big5 per spec
  2893. # [20:55] <jcranmer> annevk: :-(
  2894. # [20:55] <jesup> There was code in an imported lib that error-checked string by strcasestr()ing for "UTF-8" and skipped checking the string if it didn't find it
  2895. # [20:55] <annevk> jcranmer: because of the big5-hkscs stuff
  2896. # [20:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/07d20c5e4872 - Mark Finkle - Bug 843005 - Disable Android SQLite locking in databases for REL 11 and higher r=kats
  2897. # [20:55] <jcranmer> annevk: bug 749052
  2898. # [20:55] <jcranmer> ?
  2899. # [20:55] <jesup> my patch checks for either UTF-8 or UTF8
  2900. # [20:56] <jcranmer> TEST-UNEXPECTED-FAIL | /src/build/trunk/mail/mozilla/_tests/xpcshell/mailnews/mime/test/unit/test_parser_charsets.js | "\u7EF6" == "\uD85C\uDE67" - See following stack:
  2901. # [20:56] <jcranmer> gah
  2902. # [20:56] <jcranmer> TEST-UNEXPECTED-FAIL | /src/build/trunk/mail/mozilla/_tests/xpcshell/mailnews/mime/test/unit/test_parser_charsets.js | "\u7EF6" == "\uD85C\uDE67" - See following stack:
  2903. # [20:56] <jcranmer> #@!#
  2904. # [20:56] <jcranmer> 𧉧,绶
  2905. # [20:57] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2906. # [20:57] <jcranmer> those are the two characters I'm getting
  2907. # [20:57] * Quits: ehugg (chatzilla@moz-62842EF0.cisco.com) (Quit: ChatZilla 0.9.90 [Firefox 23.0a1/20130404152944])
  2908. # [20:57] * Joins: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com)
  2909. # [20:57] <jcranmer> the one on the left should be wht the encoding standard sas; the one on the right is what I currently get
  2910. # [20:57] * Quits: mmc|laptop (mmc@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2911. # [20:57] * Quits: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP) (Quit: mixedpuppy)
  2912. # [20:57] <jcranmer> whelp, late for class
  2913. # [20:57] * Quits: myk (myk@2557E599.66715431.D25A875A.IP) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  2914. # [20:57] * jcranmer is now known as jcranmer|away
  2915. # [20:57] <annevk> so we don't implement the encoding standard for big5
  2916. # [20:58] * Joins: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP)
  2917. # [20:58] * Quits: digitsm (digitsm@6E86B8B7.E2B53EDA.6FBA63F7.IP) (Ping timeout)
  2918. # [20:58] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2919. # [20:59] <annevk> jesup: so 1) locales should not have "utf8"; 2) we should rotate locales if we can
  2920. # [20:59] * Quits: j2shar1 (TUSHAR@470B2DC2.54F43818.4764AC40.IP) (Connection reset by peer)
  2921. # [20:59] * dkl|afk is now known as dkl
  2922. # [20:59] <annevk> jesup: I suspect 2) will lead to a bunch of issues though, but that is probably something we want to fix
  2923. # [20:59] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2924. # [20:59] * Joins: andreasn (andreasn@63F8A48C.7BB850DE.B1AA2106.IP)
  2925. # [20:59] * Joins: j2shar (TUSHAR@E6A6D5A8.F7C35AFA.B8F17B4D.IP)
  2926. # [21:00] <@bz> Given that we don't implement the encoding standard at all....
  2927. # [21:00] <@bz> it's not too surprising.
  2928. # [21:00] <annevk> well we implement bits
  2929. # [21:01] <annevk> and we tried the big5 aliasing with big5-hkscs, but we didn't actually fix the index :/
  2930. # [21:01] * jhammel prefers keeping the bit-implementation at the hardware level :P
  2931. # [21:01] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2932. # [21:02] * Quits: kdcw (kdcw@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC)
  2933. # [21:02] * philor|afk is now known as philor
  2934. # [21:03] <jesup> annevk: My fedora-17 seems to default that way (utf8); I haven't figured out exactly where it gets set. I'm not overriding it
  2935. # [21:03] * Quits: Optimizer (Instantbir@75385A76.F37BA653.2AB48280.IP) (Ping timeout)
  2936. # [21:03] * Quits: akeybl (akeybl@43CB6079.66715431.D25A875A.IP) (Quit: Linkinus - http://linkinus.com)
  2937. # [21:03] * Joins: akeybl (uid11012@moz-D8B63698.irccloud.com)
  2938. # [21:03] <jesup> lots of /etc/* scripts and default configs have "check for either"
  2939. # [21:03] <annevk> in general defaulting to utf8 sounds wrong, though it depends on whether this is the locale fallback or something else
  2940. # [21:04] <annevk> :-(
  2941. # [21:04] * Quits: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2942. # [21:04] <annevk> jesup: if you file bugs cc hsivonen and I
  2943. # [21:04] * Joins: myk (myk@2557E599.66715431.D25A875A.IP)
  2944. # [21:04] * Quits: nmatsakis (nmatsakis@moz-4CACC08F.hsd1.ma.comcast.net) (Quit: Computer has gone to sleep.)
  2945. # [21:04] * Quits: tetreis (T3@41174B28.B3180BBC.9F9EFC6F.IP) (Ping timeout)
  2946. # [21:04] <dougt> RyanVM: did it work?
  2947. # [21:04] * victorporof_ is now known as victorporof
  2948. # [21:05] * Quits: blassey (blassey@moz-9AA116AA.hsd1.ma.comcast.net) (Connection reset by peer)
  2949. # [21:05] <RyanVM> dougt: tests are going now
  2950. # [21:05] * Joins: blassey (blassey@moz-9AA116AA.hsd1.ma.comcast.net)
  2951. # [21:05] <jesup> annevk: but in code looking at locale, it seems correct to conflate the two, correct?
  2952. # [21:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b7f51945a2b7 - Bobby Holley - Bug 858642 - Null-check the XBL scope. r=bz
  2953. # [21:06] <RyanVM> doubt: but I think so if I'm reading the OSX logs correctly
  2954. # [21:06] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2955. # [21:06] <RyanVM> I think the ones that ran so far were from the nightly
  2956. # [21:06] * Joins: deLta30 (quassel@69EDC59A.F8D1376A.8B6C1D65.IP)
  2957. # [21:06] <RyanVM> dougt: 5-10 minutes I should know for sure
  2958. # [21:06] * Joins: Optimizer (Instantbir@75385A76.F37BA653.2AB48280.IP)
  2959. # [21:06] * Joins: josh (josh@moz-61186829.hsd1.mn.comcast.net)
  2960. # [21:07] <dougt> kk
  2961. # [21:08] <annevk> jesup: if provided by the OS that may make sense I suppose
  2962. # [21:10] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (Input/output error)
  2963. # [21:10] * Joins: cpearce (chatzilla@moz-3994DBC8.xdsl.xnet.co.nz)
  2964. # [21:11] * Joins: capella-s3 (capella-s3@moz-DD0C7E4F.twcny.res.rr.com)
  2965. # [21:11] <jesup> annevk: I'm sure there's a reason all the default bash/csh profiles consider them the same... ;-)
  2966. # [21:11] <jesup> thansk
  2967. # [21:13] * jhopkins is now known as jhopkins|brb
  2968. # [21:15] * Quits: espadrine (thaddee_ty@moz-F0092F7E.dclient.lsne.ch) (Ping timeout)
  2969. # [21:15] * Joins: davidb (davidb@moz-22F8547E.dsl.bell.ca)
  2970. # [21:16] * Quits: victorporof (victorporo@81B29543.183F338A.6A4F8DA2.IP) (Quit: victorporof)
  2971. # [21:16] * Joins: victorporof (victorporo@81B29543.183F338A.6A4F8DA2.IP)
  2972. # [21:17] * Quits: jhk (Instantbir@6EE3C58A.62B6971.B58D974D.IP) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  2973. # [21:17] * Joins: jhk (Instantbir@6EE3C58A.62B6971.B58D974D.IP)
  2974. # [21:17] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Ping timeout)
  2975. # [21:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/50725df22b05 - Benoit Girard - Bug 844996 - DeallocShmem failures will abort in debug builds. r=cjones,benjamin
  2976. # [21:18] * Quits: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2977. # [21:18] * ctalbert|mtg is now known as ctalbert
  2978. # [21:18] <philor> mmm, does browser_aboutHome.js load snippets over teh interwebs?
  2979. # [21:20] <Yoric> paolo: gps: I'm available if you want to give this a second try.
  2980. # [21:20] <philor> and time out if the snippet it loads has a well-formedness error?
  2981. # [21:22] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Ping timeout)
  2982. # [21:22] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2983. # [21:22] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  2984. # [21:23] * Quits: Gentlecat (Roman@59658053.BC0B4628.8FB52CB8.IP) (Ping timeout)
  2985. # [21:23] <philor> oh, no, it intentionally does that, other than the timing out part
  2986. # [21:23] * Quits: gsvelto (gsvelto@moz-21FF5F67.clienti.tiscali.it) (Ping timeout)
  2987. # [21:23] * Quits: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP) (Input/output error)
  2988. # [21:24] * Joins: gsvelto (gsvelto@moz-5CC2A85F.clienti.tiscali.it)
  2989. # [21:24] * Joins: dholbert_ (dholbert@2557E599.66715431.D25A875A.IP)
  2990. # [21:24] * Quits: Optimizer (Instantbir@75385A76.F37BA653.2AB48280.IP) (Ping timeout)
  2991. # [21:24] <RyanVM> dougt: things look very good
  2992. # [21:24] <RyanVM> philor: really nice catch
  2993. # [21:25] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: )
  2994. # [21:25] * Joins: nmatsakis (nmatsakis@moz-6EBF7608.hsd1.ma.comcast.net)
  2995. # [21:25] <@bz> What did philor catch this time?
  2996. # [21:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a9aa417015a4 - Drew Willcoxon - Bug 858192 - Correct error in nsIContentPrefService2 documentation about callbacks and observers. r=mak
  2997. # [21:26] * whimboo is now known as whimboo|afk
  2998. # [21:26] * Joins: rednaks (rednaks@76CDDD65.AEAA42A2.55FFA9B4.IP)
  2999. # [21:26] <RyanVM> what broke m-c
  3000. # [21:27] <philor> sweet
  3001. # [21:27] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  3002. # [21:28] * Quits: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP) (Ping timeout)
  3003. # [21:28] * jhopkins|brb is now known as jhopkins
  3004. # [21:28] * Quits: dholbert_ (dholbert@2557E599.66715431.D25A875A.IP) (Quit: Ex-Chat)
  3005. # [21:28] <@bz> ah, loading stuff over the unsafetubes, right
  3006. # [21:29] <@bz> Most excellent.
  3007. # [21:29] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3008. # [21:29] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  3009. # [21:30] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  3010. # [21:30] * Joins: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP)
  3011. # [21:30] * Joins: j2shar1 (TUSHAR@133F2C2D.8327F170.4764AC40.IP)
  3012. # [21:31] * Quits: j2shar (TUSHAR@E6A6D5A8.F7C35AFA.B8F17B4D.IP) (Ping timeout)
  3013. # [21:31] <philor> no, that was me being confused, what I caught was the word "cache" in the commit message for https://hg.mozilla.org/mozilla-central/rev/5b710d7fe073, plus the correct fear that telemetry might be different between nightlies and on-push builds
  3014. # [21:32] * Joins: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP)
  3015. # [21:32] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  3016. # [21:32] * Quits: gsvelto (gsvelto@moz-5CC2A85F.clienti.tiscali.it) (Ping timeout)
  3017. # [21:33] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  3018. # [21:33] * Joins: gsvelto (gsvelto@moz-CFF535.clienti.tiscali.it)
  3019. # [21:33] * Quits: cpearce (chatzilla@moz-3994DBC8.xdsl.xnet.co.nz) (Ping timeout)
  3020. # [21:33] * Quits: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP) (Quit: Konversation terminated!)
  3021. # [21:34] * Quits: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3022. # [21:34] * pmoore is now known as pmoore|away
  3023. # [21:36] * JosiahOne is now known as JosiahOne|Away
  3024. # [21:36] <RyanVM> philor: see, this is why they call you the godfather
  3025. # [21:37] <philor> whew
  3026. # [21:37] * philor thought it was the jowls
  3027. # [21:37] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  3028. # [21:38] * Quits: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net) (Quit: leaving)
  3029. # [21:38] * Joins: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net)
  3030. # [21:38] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Quit: Leaving.)
  3031. # [21:39] <philor> do we have really crap timers on win8? I keep seeing test failures there that were fixed years ago, like bug 586900, having to do with time
  3032. # [21:39] <gps> philor: yes. see comments in bug 793735
  3033. # [21:40] <gps> apparently the absolute time APIs on Windows 8 are diverging by hundreds of milliseconds
  3034. # [21:40] <RyanVM> avih: ping
  3035. # [21:40] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  3036. # [21:40] <avih> RyanVM: pong
  3037. # [21:40] <RyanVM> philor: heh, that's what I was just pinging avih about
  3038. # [21:40] <RyanVM> avih: see above
  3039. # [21:40] <philor> gps: thanks, I'll stop archiving those bugmails unread :)
  3040. # [21:40] <gps> although I'm not sure if that bug fixes any of them
  3041. # [21:41] <RyanVM> philor: so I'm thinking we should file a new bug for bug 586900 redux
  3042. # [21:41] * Quits: jammink|afk (textual@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3043. # [21:42] <avih> philor: can you declare it a regression of a recent timing-related bug?
  3044. # [21:42] * Joins: jammink|afk (textual@2557E599.66715431.D25A875A.IP)
  3045. # [21:42] <avih> philor: what i'm asking is: do you think it's associated with one of the recent timing changes
  3046. # [21:43] <philor> avih: I think it's more likely to be the way win8 has always been, but I'm not sure
  3047. # [21:43] <avih> philor: could you roughly estimate a regression range of it? dates would suffice i think
  3048. # [21:43] <RyanVM> philor: rather, the hardware they run on
  3049. # [21:43] <RyanVM> the ix machines
  3050. # [21:43] <RyanVM> jimm has said repeatedly that timing changes are expected
  3051. # [21:43] * Joins: seth (seth@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3052. # [21:44] <gps> read the bug comments. it sounds like it might be due to the newer windows sdk or some other funk
  3053. # [21:44] <avih> philor: is this x86/64 windows 8?
  3054. # [21:45] <philor> avih: it's whatever we run tests on win8 for, and it's been failing lots more than any other flavor of windows for as long as we've been running it, which isn't very long, and we've only run win8 on this hardware, never on the minis that we run win7 and winXP on
  3055. # [21:45] * Quits: Archaeopteryx (itsme@moz-4861A875.cust.telecolumbus.net) (Quit: It has been this message for years.)
  3056. # [21:45] * Quits: seth (seth@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  3057. # [21:46] <philor> the slaves are named t-w864-ix-014, but we don't do 64bit builds, so it must be 32bit builds running on 64bit OS
  3058. # [21:46] * JosiahOne|Away is now known as JosiahOne
  3059. # [21:47] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3060. # [21:47] * Quits: josh (josh@moz-61186829.hsd1.mn.comcast.net) (Quit: josh)
  3061. # [21:48] * Quits: capella-s3 (capella-s3@moz-DD0C7E4F.twcny.res.rr.com) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
  3062. # [21:50] * mattwoodrow|away is now known as mattwoodrow
  3063. # [21:50] * Quits: Mnyromyr (Mnyromyr@moz-ADCA6F0F.unity-media.net) (Ping timeout)
  3064. # [21:50] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  3065. # [21:51] * NeilAway waits as the splines reticulate...
  3066. # [21:52] <NeilAway> whoa, 64s
  3067. # [21:52] * khuey|away is now known as khuey
  3068. # [21:52] * NeilAway wishes the CPU time was realistic though
  3069. # [21:52] <RyanVM> tanvi: I should be doing a merge some point in the next hour or so
  3070. # [21:52] * Quits: gsvelto (gsvelto@moz-CFF535.clienti.tiscali.it) (Ping timeout)
  3071. # [21:52] * Joins: gsvelto (gsvelto@moz-BCF6B827.clienti.tiscali.it)
  3072. # [21:52] * vd is now known as vd|zZzZ
  3073. # [21:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6be07c836e6d - Daniel Holbert - Bug 858684: Remove HTTP(..) annotation from flexbox reftests (which only needed it for font access). r=billm
  3074. # [21:54] * philor is now known as philor|away
  3075. # [21:54] * Joins: Mnyromyr (Mnyromyr@moz-ADCA6F0F.unity-media.net)
  3076. # [21:56] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  3077. # [21:56] <avih> RyanVM: how long have we been testing win8?
  3078. # [21:56] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/f4f549a04ee8 - Patrick McManus - bug 850968 - backout cache experiment for causing 858588 r=backout
  3079. # [21:56] <RyanVM> few weeks now?
  3080. # [21:56] <avih> i see
  3081. # [21:57] * Joins: gsvelto_ (gsvelto@moz-A3D570CB.clienti.tiscali.it)
  3082. # [21:57] * Quits: gsvelto (gsvelto@moz-BCF6B827.clienti.tiscali.it) (Ping timeout)
  3083. # [21:57] * Quits: inolen1 (Adium@moz-9F4F17DF.tourcaster.com) (Ping timeout)
  3084. # [21:58] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3085. # [21:58] <gps> NeilAway: sorry, the time isn't accurate on Windows :/
  3086. # [21:58] <gps> need to fix that
  3087. # [21:59] <dougt> RyanVM: philor|away: awesome work guys.
  3088. # [21:59] * Joins: inolen (Adium@moz-2554CBD3.west.biz.rr.com)
  3089. # [21:59] * Quits: deLta30 (quassel@69EDC59A.F8D1376A.8B6C1D65.IP) (Ping timeout)
  3090. # [22:00] <dougt> RyanVM: do you know if that would have failed against try?
  3091. # [22:00] <gps> NeilAway: it doesn't take more than 4s if you aren't I/O bound. I highly recommend you buy an SSD
  3092. # [22:01] * Quits: j2shar1 (TUSHAR@133F2C2D.8327F170.4764AC40.IP) (Connection reset by peer)
  3093. # [22:01] * Joins: j2shar (TUSHAR@4CFAE8B2.A0A86A67.4764AC40.IP)
  3094. # [22:01] * Quits: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr) (Quit: past)
  3095. # [22:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2b47c18653da - Tom Schuster - Bug 854614 - Root XPCLazyCallContext. r=terrence,bholley
  3096. # [22:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b9d17aa000e7 - Tom Schuster - Bug 854614 - Root xpc_qsUnwrapThis. r=terrence,bholley
  3097. # [22:02] <RyanVM> dougt: presumably yes if you ran nightlies on the Try push, which should be doable with some mozconfig fiddling
  3098. # [22:02] <RyanVM> though I can't speak from experience
  3099. # [22:02] * Quits: ctangira (ctangira@moz-264CB7F1.cisco.com) (Ping timeout)
  3100. # [22:03] * Parts: j2shar (TUSHAR@4CFAE8B2.A0A86A67.4764AC40.IP)
  3101. # [22:03] <RyanVM> dougt: though it's also rather concerning that we have nightly-specific testing scenarios for things like telemetry
  3102. # [22:03] <dougt> RyanVM: wierd.
  3103. # [22:04] * Quits: jammink|afk (textual@2557E599.66715431.D25A875A.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  3104. # [22:04] * Joins: ctangira (ctangira@moz-EAECA170.cisco.com)
  3105. # [22:04] * Joins: Archaeopteryx (itsme@moz-4861A875.cust.telecolumbus.net)
  3106. # [22:07] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Quit: Leaving)
  3107. # [22:08] * Quits: myk (myk@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3108. # [22:10] * Joins: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3109. # [22:11] * mbrubeck finally got pissed off enough by analyze.py to start writing patches
  3110. # [22:11] * Joins: anton|tmp (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3111. # [22:11] * Joins: roc (chatzilla@A5A0595A.66715431.D25A875A.IP)
  3112. # [22:12] * ChanServ sets mode: +o roc
  3113. # [22:12] <mbrubeck> (bug 858735)
  3114. # [22:13] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  3115. # [22:13] <RyanVM> woowoo, 150 csets in this inbound merge
  3116. # [22:13] * Quits: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  3117. # [22:13] * Joins: myk (myk@2557E599.66715431.D25A875A.IP)
  3118. # [22:13] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  3119. # [22:15] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  3120. # [22:16] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  3121. # [22:16] * Quits: FabioMagnoni (fabiomagno@98B44AE5.62B89E56.5419EADB.IP) (Ping timeout)
  3122. # [22:16] * Joins: FabioMag_ (fabiomagno@98B44AE5.62B89E56.5419EADB.IP)
  3123. # [22:17] * Quits: SkyR0ck3R (akash_r@B61C2AE3.78BE666E.9105FBCF.IP) (Ping timeout)
  3124. # [22:17] * Joins: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP)
  3125. # [22:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/68dfccf515c0 - Nicholas D. Matsakis - Bug 858077 - Check for unknown object flag before checking number of objects r=bhackett
  3126. # [22:17] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  3127. # [22:21] * Quits: anton|tmp (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  3128. # [22:21] * Fallen|away is now known as Fallen
  3129. # [22:22] * Quits: msucan (mihai@E8A9D9C4.773D689F.70BDB599.IP) (Quit: Leaving.)
  3130. # [22:22] * Quits: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net) (Quit: ChatZilla 0.9.90 [Firefox 20.0/20130326150557])
  3131. # [22:23] * Joins: smaug (chatzilla@moz-B3D20175.elisa-laajakaista.fi)
  3132. # [22:23] * ChanServ sets mode: +o smaug
  3133. # [22:23] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3134. # [22:23] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  3135. # [22:24] * whimboo|afk is now known as whimboo
  3136. # [22:25] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3137. # [22:25] * ChanServ sets mode: +o dbaron
  3138. # [22:26] * Fallen is now known as Fallen|away
  3139. # [22:26] * Joins: TheOne (one@moz-B8DE9F2.dip.t-dialin.net)
  3140. # [22:27] * Quits: rednaks (rednaks@76CDDD65.AEAA42A2.55FFA9B4.IP) (Client exited)
  3141. # [22:27] * Joins: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  3142. # [22:27] * jcranmer|away is now known as jcranmer
  3143. # [22:28] <jcranmer> bz: I suppose the real question is "should we change or should the spec change?"
  3144. # [22:29] * Quits: martyn (martyn@moz-AF31F279.range86-170.btcentralplus.com) (Quit: Ex-Chat)
  3145. # [22:29] <@bz> jcranmer: on which?
  3146. # [22:29] <@bz> jcranmer: oh, encoding?
  3147. # [22:29] * @bz has no idea
  3148. # [22:30] * Joins: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3149. # [22:30] <jcranmer> the big5 thing
  3150. # [22:30] * Parts: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  3151. # [22:30] * Quits: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP) (Ping timeout)
  3152. # [22:30] * Joins: rednaks (rednaks@76CDDD65.AEAA42A2.55FFA9B4.IP)
  3153. # [22:30] <jcranmer> looking briefly at our big5 decoder, I don't see how it can spit out non-BMP chars
  3154. # [22:31] * Joins: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP)
  3155. # [22:32] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  3156. # [22:32] <jcranmer> sometimes I wish I was born in a locale that had hard charset problems
  3157. # [22:33] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3158. # [22:33] <jcranmer> then testing myself would be feasible
  3159. # [22:33] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  3160. # [22:33] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  3161. # [22:33] * Joins: tchevalier (Thunderbir@moz-43DDAEC5.ip.netia.com.pl)
  3162. # [22:34] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3163. # [22:34] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  3164. # [22:35] * Joins: ehugg (chatzilla@moz-62842EF0.cisco.com)
  3165. # [22:36] <tbsaunde> just check the spec to be "use UTF-8 or get punched" ;p
  3166. # [22:36] * Joins: mmc|laptop (mmc@moz-7AC505A7.tmodns.net)
  3167. # [22:36] * JosiahOne is now known as JosiahOne|Away
  3168. # [22:36] <jcranmer> tbsaunde: I'm decoding RFC 2047; that isn't an optoin
  3169. # [22:37] <RyanVM> felipe: well played :)
  3170. # [22:37] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3171. # [22:38] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: Ex-Chat)
  3172. # [22:39] <felipe> RyanVM: :) fair point? I suppose it's fine to leave the occasional aurora orange there?
  3173. # [22:39] <RyanVM> uplift++
  3174. # [22:39] <jlebar> fabrice: ping?
  3175. # [22:39] <tbsaunde> jcranmer: :(
  3176. # [22:40] <RyanVM> felipe: though it's more than the test changing, so it'll need to get real approval for doing so
  3177. # [22:41] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3178. # [22:41] <jcranmer> tbsaunde: I am seriously considering discontinuing all support for *encoding* anything other than UTF-8
  3179. # [22:41] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Quit: Leaving)
  3180. # [22:41] * mjschranz is now known as mjschranz_away
  3181. # [22:42] <felipe> RyanVM: yeah the test tests for the new behavior, so everything would need to be uplifted. and I don't think that bug should..
  3182. # [22:42] * Joins: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP)
  3183. # [22:42] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss)
  3184. # [22:43] <felipe> i guess we could also disable the test on aurora
  3185. # [22:43] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3186. # [22:44] <felipe> or I might try to fix it there without the rewrite
  3187. # [22:44] <RyanVM> whatever floats your boat
  3188. # [22:44] * Quits: ehugg (chatzilla@moz-62842EF0.cisco.com) (Input/output error)
  3189. # [22:45] <jhammel> generally an upward force exerted by a fluid to oppose its weight :P
  3190. # [22:45] <jhammel> i'll be here all week, people! TGIF, am i right?
  3191. # [22:45] <avih> vlad: iirc with DWM disabled the patches are moot.
  3192. # [22:46] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  3193. # [22:46] * Quits: mmc|laptop (mmc@moz-7AC505A7.tmodns.net) (Input/output error)
  3194. # [22:47] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3195. # [22:47] * ChanServ sets mode: +o dbaron
  3196. # [22:47] <avih> vlad: bas says that the vsync API returns an error on non WDM, so the timing fallsback to the old one
  3197. # [22:47] <avih> aka 60hz, non synced
  3198. # [22:47] <felipe> http://25.media.tumblr.com/tumblr_m8mpkujp8a1rvfk0uo1_500.jpg
  3199. # [22:48] <jhammel> that's what get laughs here? i'm too good for this club!
  3200. # [22:48] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  3201. # [22:49] <jhammel> you can take my name off the marquee. ... which should be pretty easy since you seem to have forgotten to put it on
  3202. # [22:49] * Quits: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net) (Quit: sheeri)
  3203. # [22:49] * Quits: ctangira (ctangira@moz-EAECA170.cisco.com) (Ping timeout)
  3204. # [22:50] * bz is now known as bz_away
  3205. # [22:50] * Joins: ctangira (ctangira@moz-264CB7F1.cisco.com)
  3206. # [22:50] <reuben> http://instantostrich.com/
  3207. # [22:50] * Joins: enda (chatzilla@94FA51B7.D53D47CC.C2E02DEF.IP)
  3208. # [22:51] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3209. # [22:51] * Joins: AndreeaM (Thunderbir@2FE92A8E.F2608D38.CD219C36.IP)
  3210. # [22:52] <@dbaron> RyanVM, fwiw, I'm not sure how useful it is to make all intermittent oranges that involve assertions in mochitest block 404077
  3211. # [22:53] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  3212. # [22:53] <vlad> avih: erm
  3213. # [22:54] <vlad> avih: I guess then all we'd be able to see is skipped frames
  3214. # [22:54] <vlad> avih: but really we should get things working right without dwm (e.g. our own vsync!)
  3215. # [22:54] <vlad> avih: can I talk you into implementing the thread that does WaitForVBlank?
  3216. # [22:54] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3217. # [22:54] <avih> vlad: i still didn't look at the vids. just noticed you tested with WDM disabled..
  3218. # [22:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9509f6be0095 - Jason Duell - Bug 855906 - SimplePush: Set pingInterval on websocket. r=dougt
  3219. # [22:55] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  3220. # [22:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5f5ef06d13fa - Jason Duell - Bug 855906 - Convert nsIWebsocketChannel pingInterval to seconds r=mcmanus
  3221. # [22:55] <avih> vlad: yes, you can, that's my main priority now.
  3222. # [22:55] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/8b5ca19d2df7 - David Rajchenbach-Teller - Bug 846848 - UNC-formated paths. r=froydnj, a=akeybl
  3223. # [22:55] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/218e76c7cad9 - Josh Matthews - Bug 854926 - Never request confirmation to close the last private browsing window. r=gavin, a=bajaj
  3224. # [22:55] <avih> vlad: but it should be related to OMTC, as roc suggested
  3225. # [22:55] <vlad> avih: ok, awesome
  3226. # [22:55] <vlad> avih: well, yeah, it should, but I don't think it depends on OMTC
  3227. # [22:55] <vlad> avih: there are two pieces -- one is basing the timing off Present()
  3228. # [22:55] <vlad> the other is basig the timing off WaitForVBlank()
  3229. # [22:55] <avih> vlad: right
  3230. # [22:55] * Joins: ErvisTusha (ErvisTusha@2E2A489F.F69FB6EA.363D84A4.IP)
  3231. # [22:55] <vlad> the infrastructure after that point is I think the same; either one can dispatch the event
  3232. # [22:55] * geekboy is now known as geekboy|afk
  3233. # [22:56] <avih> true
  3234. # [22:56] <vlad> so we can do it with WaitForVBlank now, or we can do it after Present() in the OMTC case
  3235. # [22:56] <vlad> so I wouldn't block on OMTC (unless OMTC is in a good enough state that you can just do it there anyway)
  3236. # [22:56] <avih> vlad: so wouldn't doing it now with vblank be redundant once we trigger it off present?
  3237. # [22:56] * Joins: mmc|laptop (mmc@moz-7AC505A7.tmodns.net)
  3238. # [22:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/aec1088730f6 - Scott Johnson - Bug 520992, Followup 1: Simplify code in nsDOMComputedStyle for box-sizing adjustment for clarity. [r=me]
  3239. # [22:57] * Quits: paolo (paolo@moz-518B9CD0.retail.telecomitalia.it) (Ping timeout)
  3240. # [22:57] <vlad> it would, but doing it off vblank (creating that thread) should be very easy
  3241. # [22:57] <avih> vlad: and it appears OMTC is not yet ready even for testing, at least from the little i asked around
  3242. # [22:57] <vlad> I'd even do it ignoring multi-monitor etc., just for testing
  3243. # [22:57] <vlad> so that we can at least have an idea if taht approach is valid or not
  3244. # [22:58] <avih> vlad: yeah, ignoring multi-monitor is my #1 simplification approach right now. some data suggest we don't have more than 5% users with multi-monitor setup, and even for those, it would only affect multi-win on multi-mon, so even less "bad cases". i can give you references for these numbers
  3245. # [22:59] * Quits: gcp (gpascutto@moz-86A7852.access.telenet.be) (Quit: Make a new plan, Stan!)
  3246. # [22:59] * Quits: AndreeaM (Thunderbir@2FE92A8E.F2608D38.CD219C36.IP) (Quit: AndreeaM)
  3247. # [23:00] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  3248. # [23:00] * Joins: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net)
  3249. # [23:00] <vlad> not necessasrily, it would affect someone with a 120Hz monitor and a 60Hz one (or a 50Hz one!) and moving the window from one to the other :)
  3250. # [23:00] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  3251. # [23:00] <vlad> but definitely ignore it for now
  3252. # [23:00] <vlad> (fixing it for real I suspect would not be hard.. just need one thread per monitor, and fire off events for windows that are on that monitor)
  3253. # [23:00] <avih> re 120/60: depends on implementation
  3254. # [23:00] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  3255. # [23:01] <avih> vlad: however, my main blocker right now is that i haven't dealt with threads yet on gecko. so any starting pointer for firing up thread and using it to send events to the main thread would be appreciated.
  3256. # [23:01] * Joins: deLta30 (quassel@69EDC59A.F8D1376A.8B6C1D65.IP)
  3257. # [23:02] * Quits: davidb (davidb@moz-22F8547E.dsl.bell.ca) (Quit: davidb)
  3258. # [23:02] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Ping timeout)
  3259. # [23:03] * Quits: gsvelto_ (gsvelto@moz-A3D570CB.clienti.tiscali.it) (Ping timeout)
  3260. # [23:03] * Joins: gsvelto_ (gsvelto@moz-C75EA606.clienti.tiscali.it)
  3261. # [23:03] * Quits: mmc|laptop (mmc@moz-7AC505A7.tmodns.net) (Connection reset by peer)
  3262. # [23:04] * mattwoodrow is now known as mattwoodrow|away
  3263. # [23:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2f52c6baf82f - Ryan VanderMeulen - Merge m-c to inbound.
  3264. # [23:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/139b6ba547fa - Ryan VanderMeulen - Merge the last PGO-green inbound changeset to m-c.
  3265. # [23:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f4f549a04ee8 - Patrick McManus - bug 850968 - backout cache experiment for causing 858588 r=backout
  3266. # [23:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/40a228f74389 - Ryan VanderMeulen - Backed out changeset 5b710d7fe073 (bug 850968) to see if it fixes bug 858588 on a CLOSED TREE.
  3267. # [23:04] * Joins: mmc|laptop (mmc@moz-7AC505A7.tmodns.net)
  3268. # [23:04] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3269. # [23:04] <avih> vlad: gtg now, be back in 2 hours probably.
  3270. # [23:05] * Joins: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net)
  3271. # [23:05] * Quits: enda (chatzilla@94FA51B7.D53D47CC.C2E02DEF.IP) (Ping timeout)
  3272. # [23:05] * Joins: darfia (darfia@D8FAF13.88DA7B6D.B091F2.IP)
  3273. # [23:05] * Quits: mmc|laptop (mmc@moz-7AC505A7.tmodns.net) (Connection reset by peer)
  3274. # [23:07] * Joins: mmc|laptop (mmc@moz-7AC505A7.tmodns.net)
  3275. # [23:07] * coop is now known as coop|afk
  3276. # [23:07] * Joins: Arjen87 (Instantbir@moz-AD62903E.solcon.nl)
  3277. # [23:07] * Quits: darfia (darfia@D8FAF13.88DA7B6D.B091F2.IP) (Quit: Leaving)
  3278. # [23:09] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  3279. # [23:09] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Quit: azakai)
  3280. # [23:09] * Joins: ehugg (ehugg@moz-DA5AA844.tukw.qwest.net)
  3281. # [23:10] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  3282. # [23:11] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3283. # [23:13] * Quits: tchevalier (Thunderbir@moz-43DDAEC5.ip.netia.com.pl) (Quit: tchevalier)
  3284. # [23:13] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  3285. # [23:13] <RyanVM> evilpie: out with ye!
  3286. # [23:14] <evilpie> noooo
  3287. # [23:14] <RyanVM> didn't you break windows the last time you tried this one?
  3288. # [23:14] * Joins: enda (chatzilla@94FA51B7.D53D47CC.C2E02DEF.IP)
  3289. # [23:14] * NeilAway sighs
  3290. # [23:14] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3291. # [23:15] <NeilAway> why did the IDL hook reject the wholesale removal of an interface?
  3292. # [23:15] <rnewman> who's the right victim to help me figure out a preprocessing issue that doesn't affect my builds but does affect Nightly?
  3293. # [23:15] <evilpie> RyanVM: ? first time i tried landing it
  3294. # [23:15] <@gavin> rnewman: I'm intrigued
  3295. # [23:15] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  3296. # [23:15] <rnewman> gavin: https://bugzilla.mozilla.org/show_bug.cgi?id=855371
  3297. # [23:15] <rnewman> skip to comment 3
  3298. # [23:15] <RyanVM> evilpie: I seem to recall backing out another rooting patch recently for Windows bustage
  3299. # [23:16] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  3300. # [23:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6a31b8520842 - Ryan VanderMeulen - Backed out changesets 2b47c18653da and b9d17aa000e7 (bug 854614) for Windows bustage on a CLOSED TREE.
  3301. # [23:16] * Quits: gsvelto_ (gsvelto@moz-C75EA606.clienti.tiscali.it) (Ping timeout)
  3302. # [23:16] * Joins: gsvelto_ (gsvelto@moz-90249D46.clienti.tiscali.it)
  3303. # [23:17] <@gavin> rnewman: healthreport-prefs.js doesn't have #filter substitution
  3304. # [23:17] <rnewman> OK, I thought it might be that (testing it locally now)
  3305. # [23:17] <@gavin> so I wouldn't expect @MOZ_UPDATE_CHANNEL@-replacement to work
  3306. # [23:17] * Joins: jwalker (jwalker@moz-1EFBCB7E.range86-132.btcentralplus.com)
  3307. # [23:17] <@gavin> the bug seems to suggest it sometimes does, though?
  3308. # [23:17] <rnewman> we both thought it worked previously
  3309. # [23:18] <rnewman> my current testing has been on the wrong update channel to actually verify, though (comment 5)
  3310. # [23:18] <rnewman> thanks for the confirmation, gavin
  3311. # [23:18] * philor|away is now known as philor
  3312. # [23:18] * Joins: tallowen (tallowen@moz-72B32D6C.net.prima.net.ar)
  3313. # [23:19] * bhearsum|buildduty is now known as bhearsum|afk
  3314. # [23:20] * Quits: gsvelto_ (gsvelto@moz-90249D46.clienti.tiscali.it) (Ping timeout)
  3315. # [23:20] * Joins: gsvelto_ (gsvelto@moz-FDE844E0.clienti.tiscali.it)
  3316. # [23:21] * Quits: gsvelto_ (gsvelto@moz-FDE844E0.clienti.tiscali.it) (Quit: Leaving)
  3317. # [23:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ef4448dadcc3 - Seth Fowler - Bug 826093 (Part 5) - Remove imgIContainer::ExtractFrame. r=joe, sr=bz
  3318. # [23:21] * RyanVM gets ready to back seth out again
  3319. # [23:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/548590c42367 - Seth Fowler - Bug 826093 (Part 2) - Create a static utility class for image operations. r=joe, sr=bz
  3320. # [23:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ec0f65680925 - Seth Fowler - Bug 826093 (Part 4) - Use ClippedImage instead of ExtractFrame for border-image. r=bz
  3321. # [23:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f04bd50a5c13 - Seth Fowler - Bug 826093 (Part 1) - Add ClippedImage. r=joe
  3322. # [23:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/96764c6123e2 - Seth Fowler - Bug 826093 (Part 3) - Use ClippedImage instead of ExtractFrame for -moz-image-rect. r=bz
  3323. # [23:21] * seth just shakes his head
  3324. # [23:22] <NeilAway> jdm: heh, looks like you tripped over your own version of bug 846762
  3325. # [23:22] <jdm> NeilAway: hmm?
  3326. # [23:22] <seth> RyanVM: seriously tho, the thing that this keeps being backed out for? it's intended to be fuzzy-if'd in this version
  3327. # [23:22] <jdm> ugh, yes
  3328. # [23:22] <seth> RyanVM: so if I somehow screwed that up and it oranges, just let me know and i'll fix the annotation
  3329. # [23:22] <seth> RyanVM: let's avoid another backout =)
  3330. # [23:22] <NeilAway> jdm: just noticed 854926
  3331. # [23:23] * jhopkins is now known as jhopkins|afk
  3332. # [23:23] * Quits: TheOne (one@moz-B8DE9F2.dip.t-dialin.net) (Input/output error)
  3333. # [23:24] <RyanVM> seth: by the time it starts failing, I'll be gone for the day :P
  3334. # [23:24] * Quits: Arjen87 (Instantbir@moz-AD62903E.solcon.nl) (Ping timeout)
  3335. # [23:24] <RyanVM> so you can take it up with philor
  3336. # [23:24] * RyanVM has visions of Darth Vader arriving at the Death Star in RotJ flashing through his head
  3337. # [23:24] <seth> RyanVM: that was my problem yesterday =) (only in that case, _I_ was gone for the day)
  3338. # [23:24] * Joins: gbrown_ (gbrown@moz-6075880C.cg.shawcable.net)
  3339. # [23:24] <seth> hehe oh dear
  3340. # [23:25] <RyanVM> the emperor isn't as forgiving as I :D
  3341. # [23:25] * Quits: jhk (Instantbir@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  3342. # [23:25] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Ping timeout)
  3343. # [23:25] * gbrown_ is now known as gbrown
  3344. # [23:26] <JonathanS> RyanVM, communication mean one thing invasion
  3345. # [23:26] * Quits: mmc|laptop (mmc@moz-7AC505A7.tmodns.net) (Connection reset by peer)
  3346. # [23:27] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  3347. # [23:27] * Joins: mmc|laptop (mmc@moz-7AC505A7.tmodns.net)
  3348. # [23:28] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  3349. # [23:29] * Joins: jhk (Instantbir@6EE3C58A.62B6971.B58D974D.IP)
  3350. # [23:29] * bent is now known as bent|brb
  3351. # [23:30] * Quits: jwalker (jwalker@moz-1EFBCB7E.range86-132.btcentralplus.com) (Input/output error)
  3352. # [23:31] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3353. # [23:32] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3354. # [23:32] * Quits: tallowen (tallowen@moz-72B32D6C.net.prima.net.ar) (Broken pipe)
  3355. # [23:33] * Joins: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  3356. # [23:33] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3357. # [23:34] * Joins: jwalker (jwalker@moz-1EFBCB7E.range86-132.btcentralplus.com)
  3358. # [23:34] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Quit: Leaving)
  3359. # [23:35] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  3360. # [23:35] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  3361. # [23:35] * Quits: enda (chatzilla@94FA51B7.D53D47CC.C2E02DEF.IP) (Ping timeout)
  3362. # [23:35] * jhammel is now known as jmammal
  3363. # [23:36] * Joins: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP)
  3364. # [23:37] * Quits: ErvisTusha (ErvisTusha@2E2A489F.F69FB6EA.363D84A4.IP) (Quit: Leaving)
  3365. # [23:38] * Joins: IanN (chatzilla@moz-C2F768A9.perr.cable.virginmedia.com)
  3366. # [23:38] * Quits: willy1234x1 (willy1234x@moz-DCBFB68C.slkc.qwest.net) (Ping timeout)
  3367. # [23:41] * Joins: enda (chatzilla@94FA51B7.D53D47CC.C2E02DEF.IP)
  3368. # [23:41] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  3369. # [23:42] * Joins: krit (krit@moz-832F79EA.hsd1.ca.comcast.net)
  3370. # [23:46] * Quits: jwalker (jwalker@moz-1EFBCB7E.range86-132.btcentralplus.com) (Input/output error)
  3371. # [23:46] * Quits: zakora (NC@moz-8EAF945F.fbx.proxad.net) (Quit: Textual IRC Client: www.textualapp.com)
  3372. # [23:47] * Joins: tetreis (T3@moz-7264582D.dial-up.telesp.net.br)
  3373. # [23:48] * Quits: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net) (Quit: sheeri)
  3374. # [23:49] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.90 [Firefox 23.0a1/20130402231545])
  3375. # [23:49] * Joins: Lucas (Lucas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3376. # [23:50] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  3377. # [23:50] * philor is now known as philor|away
  3378. # [23:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/768af8d8fad4 - Benjamin Peterson - Bug 858705 - Use newKind parameter. r=terrence
  3379. # [23:50] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  3380. # [23:52] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  3381. # [23:52] * whimboo is now known as whimboo|afk
  3382. # [23:53] * Parts: krit (krit@moz-832F79EA.hsd1.ca.comcast.net)
  3383. # [23:53] <mjrosenb> benjamin: so, you coming back this summer?
  3384. # [23:54] * mcote is now known as mcote|afk
  3385. # [23:54] * catlee is now known as catlee-away
  3386. # [23:56] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  3387. # [23:56] * Quits: mmc|laptop (mmc@moz-7AC505A7.tmodns.net) (Input/output error)
  3388. # [23:56] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3389. # [23:57] * Joins: jwalker (jwalker@moz-1EFBCB7E.range86-132.btcentralplus.com)
  3390. # [23:58] <benjamin> mjrosenb: no :(
  3391. # [23:58] <mjrosenb> benjamin: :(
  3392. # [23:59] <mjrosenb> benjamin: hope you do something fun at least.
  3393. # [23:59] <benjamin> fixing my bugs from last summer :)
  3394. # Session Close: Sat Apr 06 00:00:00 2013

The end :)