/irc-logs / mozilla / #developers / 2012-10-02 / end

Options:

  1. # Session Start: Tue Oct 02 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] <jduell> Windows in particular is barfing when I try MOZ_ASSERT(foo != NECKO_UNKNOWN_APP_ID)
  4. # [00:00] <ehsan_> jduell: no I don't believe that I have
  5. # [00:00] * Joins: crypt (chatzilla@moz-CD278FC3.cisco.com)
  6. # [00:00] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  7. # [00:00] <ehsan_> jduell: r=me on a patch which replaces that with UINT32_MAX
  8. # [00:00] <ehsan_> which is a macro
  9. # [00:01] <jduell> ehsan_: ok, I may do that then for now at least.
  10. # [00:01] <ehsan_> (not PR_UINT32_MAX, of course!)
  11. # [00:01] <jduell> thanks
  12. # [00:01] * Joins: espindola (espindola@moz-2B787F88.dsl.teksavvy.com)
  13. # [00:01] <ehsan_> jduell: ^
  14. # [00:01] <WeirdAl> gps: pymake still works
  15. # [00:01] <jduell> ehsan_: what, no more PR types?
  16. # [00:01] <jduell> nobody told me
  17. # [00:01] * jduell runs
  18. # [00:02] <ehsan_> jduell: good thing I didn't take that seriously ;)
  19. # [00:03] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  20. # [00:03] * mcomella_ is now known as mcomella
  21. # [00:03] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  22. # [00:05] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  23. # [00:05] <gps> WeirdAl: what command do you run with pymake?
  24. # [00:05] * Joins: dzbarsky (Adium@moz-1FE63B78.wlan.seas.upenn.edu)
  25. # [00:06] <froydnj> ehsan_: totally missed bug 795507!
  26. # [00:06] <WeirdAl> vincenta@AJVINCENT-PC /c/ff-trunk/fx-opt
  27. # [00:06] <WeirdAl> $ python -O /c/ff-trunk/mozilla/build/pymake/make.py -f /c/ff-trunk/mozilla/client.mk
  28. # [00:06] <WeirdAl> usually I run client.mk configure, but you instructed me for this test not to
  29. # [00:06] <gps> WeirdAl: what is pwd?
  30. # [00:06] <WeirdAl> /c/ff-trunk/fx-opt
  31. # [00:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1f581386f53d - Vladimir Vukicevic - b=768838; fix intermittent test_bug549262 failure; r=ehsan
  32. # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/02e75979ee3b - Vladimir Vukicevic - b=792845; kill WARNING: GetScaneCodeWithExtendedFlat() returns without extended flag; r=masayuki
  33. # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3bc2919782a7 - Vladimir Vukicevic - b=796156; fix test_bug574663 to drive scrolling directly; r=ehsan
  34. # [00:07] <gps> WeirdAl: ok. this is probably bug 796141
  35. # [00:07] <WeirdAl> that's per pymake instructions
  36. # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a62f61bf19a0 - Vladimir Vukicevic - b=793233; mark reftest bidi/779003-1.html and 712600 as random; r=smontagu
  37. # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0b1528740981 - Vladimir Vukicevic - b=683143,792462; Some tests call SimpleTest.finish() twice/guard against that; r=ehsan
  38. # [00:07] <WeirdAl> but
  39. # [00:07] <gps> your mozconfig is probably relying on PWD being something specific
  40. # [00:08] <gps> currently mach/mozbuild invokes mozconfig processes with CWD=topsrcdir
  41. # [00:08] <WeirdAl> I don't think so... mozconfig coming by pastebin
  42. # [00:08] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Ping timeout)
  43. # [00:08] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  44. # [00:08] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  45. # [00:08] <WeirdAl> and I was trying to run mach from the srcdir, not the objdir - http://pastebin.mozilla.org/1853861
  46. # [00:09] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  47. # [00:09] * Parts: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  48. # [00:09] * Joins: jgilbert_ (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  49. # [00:09] <gps> WeirdAl: that doesn't seem too bad
  50. # [00:09] <WeirdAl> pymake we're supposed to use the objdir. mach clearly states to run it in the srcdir
  51. # [00:10] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  52. # [00:10] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  53. # [00:10] <gps> WeirdAl: there is no pymake requirement AFAIK
  54. # [00:10] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  55. # [00:10] <gps> you can run pymake from topsrcdir. I run pymake from topsrcdir
  56. # [00:10] <WeirdAl> gps: mozilla stopped supporting gnu make on Windows months ago
  57. # [00:10] <gps> I know GNU make is not supported
  58. # [00:10] <WeirdAl> oh, you meant where we run pymake
  59. # [00:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9f856ef0f078 - Bas Schouten - Bug 778367 - Part 1: Minimize intermediate surface size. r=jrmuizel
  60. # [00:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/024f0c7ca3fc - Bas Schouten - Bug 778367 - Part 2: Mark a test fuzzy where DWrite seems to render differently to a smaller surface. r=jrmuizel
  61. # [00:11] * AaronMT is now known as AaronMT|afk
  62. # [00:11] <WeirdAl> wait - 796141 is referring to MozillaBuild?
  63. # [00:12] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  64. # [00:12] <Callek> WeirdAl, gps: huh we stopped supporting gnu make on windows?
  65. # [00:12] <gps> WeirdAl: bug 796141 only iumpacts mach currently
  66. # [00:12] <Callek> I *know* gnu make is still needed for NSS
  67. # [00:12] <Callek> and i was pretty sure we still supported it on windows, just no longer as a tier_1
  68. # [00:12] <WeirdAl> Callek - that seems to be an exception to the rule ;)
  69. # [00:13] <gps> Callek: I'm not sure of the details. we are moving to pymake on Windows and GNU make will no longer be tier 1
  70. # [00:13] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  71. # [00:13] <gps> NSS is being moved to pymake. I saw movement on that bug in the last week
  72. # [00:13] <@dolske> ohhh!
  73. # [00:14] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  74. # [00:15] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/23a26ecfa0ca - John Schoenick - Bug 794034 - Fennec: Don't act on tel: uris with * or # present. r=bz a=akeybl
  75. # [00:15] <gps> bug 486141 for those playing at home
  76. # [00:15] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  77. # [00:15] * Quits: anant__ (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: ["Textual IRC Client: www.textualapp.com"])
  78. # [00:15] <WeirdAl> gps - so my mozconfig doesn't have any references to cwd that I know of... I was just following the pymake instructions as I knew them telling me to run pymake from an objdir
  79. # [00:15] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  80. # [00:15] <WeirdAl> mach != pymake :)
  81. # [00:15] <WeirdAl> so I tried running mach from srcdir
  82. # [00:16] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  83. # [00:17] * Joins: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  84. # [00:17] <gps> WeirdAl: ./build/autoconf/mozconfig2client-mk /c/ff-trunk/mozilla
  85. # [00:17] <gps> from the srcdir
  86. # [00:17] <gps> does that work?
  87. # [00:18] <gps> |echo $?|
  88. # [00:18] <WeirdAl> echo $? returns 0
  89. # [00:18] * Quits: marco (Thunderbir@C7FED99F.A2DD14FC.10DC0B64.IP) (Quit: marco)
  90. # [00:18] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
  91. # [00:18] * gregglind is now known as gregglind_away
  92. # [00:19] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
  93. # [00:19] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
  94. # [00:20] <WeirdAl> do you want me to try ./mach build again?
  95. # [00:20] <gps> WeirdAl: I'm trying to figure out why mach's invocation of your mozconfig is failing but client.mk's isn't
  96. # [00:20] <WeirdAl> (I only build as a hobby... I figured I'd try mach out and see what happens
  97. # [00:20] * Quits: gustavold1 (gustavold@4649D86A.8BE30183.FBFF2E6D.IP) (Ping timeout)
  98. # [00:21] * mjschranz is now known as mjschranz_away
  99. # [00:21] <ehsan_> froydnj: np!
  100. # [00:22] <jhammel> WeirdAl: interesting hobby...i just collect geodes
  101. # [00:22] <WeirdAl> :p
  102. # [00:22] * Quits: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  103. # [00:22] <WeirdAl> well, call it force of habit... over ten years working with Mozilla code, getting paid to keep our stuff working and improving on Mozilla...
  104. # [00:23] <WeirdAl> and mach sounded cool... but apparently all I get so far are sonic booms ;)
  105. # [00:23] * Joins: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP)
  106. # [00:23] * Joins: smontagu (chatzilla@6186F99A.D8F19D83.CC465D70.IP)
  107. # [00:23] * Quits: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net) (Quit: beaufour)
  108. # [00:23] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  109. # [00:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5065be124c8d - Robert Strong - Bug 796054 - Display of free space on disk is calculated incorrectly for the stub installer. r=bbondy
  110. # [00:24] <sicking> bsmith: ping
  111. # [00:24] <gps> WeirdAl: I want to get to the root cause
  112. # [00:24] <WeirdAl> that's why I'm here, gps, to offer info that might help
  113. # [00:24] <gps> if you can run |./build/autoconf/mozconfig2client-mk /c/ff-trunk/mozilla| without errors than mach should work
  114. # [00:24] <gps> actuall, try running mozconfig2client-mk from a different directory
  115. # [00:24] * Joins: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net)
  116. # [00:25] <gps> well, mach would definitely fail with that because of the aforementioned bug
  117. # [00:25] <bsmith> sicking: pong
  118. # [00:26] * Unfocused is now known as Unfoucused
  119. # [00:27] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Quit: Leaving.)
  120. # [00:27] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  121. # [00:28] * kmoir is now known as kmoir-afk
  122. # [00:29] * Joins: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
  123. # [00:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/db9dc0e94815 - Mario Alvarado [:marioalv] - Bug 783288 - Add 'conformant' to the spellchecker en-US dictionary; r=ehsan
  124. # [00:30] <WeirdAl> gps - the question I have is, can you reproduce this without me around?
  125. # [00:31] <gps> WeirdAl: sadly, no :(
  126. # [00:31] <gps> I'm able to run mach on Windows just fine
  127. # [00:31] <gps> except on mintty
  128. # [00:31] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  129. # [00:31] <gps> but if you were using mintty you'd be getting a different error :)
  130. # [00:32] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/7520d2746f3f - David Keeler - Bug 793273 - Disable click-to-play blocklisting in FF16. r=Unfocused,a=akeybl
  131. # [00:32] * mcote is now known as mcote|afk
  132. # [00:34] * catlee is now known as catlee-away
  133. # [00:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/67f974b861f5 - Anant Narayanan - Bug 794668 - Add fake media stream functionality to getUserMedia; r=jesup
  134. # [00:38] * wlach is now known as wlach|afk
  135. # [00:40] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Quit: Leaving)
  136. # [00:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ab46c9bd4e0b - Anant Narayanan - Bug 794668 - Fix error in patch to add fake media stream; r=me
  137. # [00:41] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  138. # [00:42] * coop|mtg is now known as coop
  139. # [00:42] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  140. # [00:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d86a9822bd60 - Fabrice Desré - Bug 782524 - window.navigator instanceof window.Window throws unexpected error [r=bz]
  141. # [00:43] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  142. # [00:43] * Joins: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com)
  143. # [00:43] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
  144. # [00:44] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  145. # [00:45] * Joins: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  146. # [00:45] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/973cdd9fd5a3 - bobbyholley+bmo@gmail.com - Bug 793370 - crash in nsWebShellWindow::Initialize, r=smaug+bz, a=akeybl
  147. # [00:45] * Joins: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net)
  148. # [00:46] * kaze is now known as kaze|zZz
  149. # [00:47] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/773303abaae9 - David Anderson - Disable TypeInference on ARMv6 builds (bug 793740, r=mjrosenb, a=akeybl).
  150. # [00:48] * Quits: smontagu (chatzilla@6186F99A.D8F19D83.CC465D70.IP) (Ping timeout)
  151. # [00:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7cdce684b523 - Terrence Cole - Bug 793823 - Store an InternalHandle in BindingIter; r=billm
  152. # [00:50] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
  153. # [00:52] <Yoric> dougt: Are there any plans to make TextEncoder available to chrome code?
  154. # [00:52] <jcranmer> Yoric: apparently
  155. # [00:52] * Quits: bholley (anonymous@moz-A0E5591A.net-89-2-152.rev.numericable.fr) (Quit: bholley)
  156. # [00:52] <Yoric> jcranmer: You got my attention.
  157. # [00:52] <jcranmer> Yoric: https://bugzilla.mozilla.org/show_bug.cgi?id=795544
  158. # [00:53] <Yoric> Thanks
  159. # [00:54] * Joins: automata (automata@54E33E42.8C845056.16867D26.IP)
  160. # [00:54] <jcranmer> [some Gaia people want it _a lot_
  161. # [00:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c2c611cc8df4 - Terrence Cole - Bug 793823 - Don't create a second InternalBindingsHandle; r=billm
  162. # [00:54] <philor> huh, I started filtering mail from tbplbot to a folder and marking it read, and now it's like intermittent test failures have zero cost!
  163. # [00:54] * philor files "Switch to sending tbplbot mail from brendan@ to defeat filtering"
  164. # [00:55] * Joins: bholley (anonymous@moz-A0E5591A.net-89-2-152.rev.numericable.fr)
  165. # [00:55] <jhammel> philor: now you know how developers feel ;)
  166. # [00:56] * Quits: bholley (anonymous@moz-A0E5591A.net-89-2-152.rev.numericable.fr) (Quit: bholley)
  167. # [00:57] <philor> yeah: incorrectly.
  168. # [00:59] * Quits: AaronMT|afk (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  169. # [00:59] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  170. # [01:00] <whimboo> smaug, mccr8: memory is increasing also in a fresh profile
  171. # [01:00] <jhammel> philor++
  172. # [01:00] <whimboo> but not that fast enough
  173. # [01:00] * Quits: hipokrit (hipokrit@81016825.8DB70AE8.839F6EC0.IP) (Quit: Leaving)
  174. # [01:01] <@smaug> whimboo: create the logs now
  175. # [01:01] <@smaug> no need to wait for too long
  176. # [01:01] <whimboo> k
  177. # [01:02] <Waldo> hmm, mach requires a newer python than I have on my Windows box :-\
  178. # [01:02] * Waldo ponders upgrading mozbuild
  179. # [01:02] <@smaug> whimboo: but looks like it would be better to get logs with a build which has a patch from mccr8
  180. # [01:02] <Waldo> what could possibly go wrong
  181. # [01:02] <@smaug> so that we could know whether it is about weakmaps
  182. # [01:03] <@smaug> whimboo: but, we could look at the new logs even before that
  183. # [01:03] <whimboo> smaug: ok, is his patch in current nightly builds?
  184. # [01:03] <@smaug> since if the behavior is different, perhaps cc log has different kind of stuff in it
  185. # [01:03] * Quits: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net) (Quit: Leaving)
  186. # [01:03] <@smaug> no, he just mentioned about some patch
  187. # [01:03] <@smaug> mccr8: ^
  188. # [01:04] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  189. # [01:04] <@smaug> whimboo: oh, hey, try without memchaser
  190. # [01:04] <@smaug> it is using addon sdk, right?
  191. # [01:04] * Quits: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP) (Ping timeout)
  192. # [01:05] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  193. # [01:05] <@smaug> whimboo: it would be better to get logs without anything extra
  194. # [01:05] <whimboo> smaug: yes it is
  195. # [01:05] * Joins: njn (chatzilla@moz-A1F406B6.dyn.iinet.net.au)
  196. # [01:05] <mccr8> whimboo smaug: I don't have any pushes handy with the logging.
  197. # [01:05] <@smaug> (and sdk tends to be quite heavy, and there was some sdk stuff in the log)
  198. # [01:05] <whimboo> smaug: but would you mind to check the logs in anyway? already uploading those
  199. # [01:05] <@smaug> whimboo: I can look at those
  200. # [01:06] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  201. # [01:06] <@smaug> mccr8: could you perhaps push the patch to try?
  202. # [01:06] <rstrong> When you have some time this week (right? ;) ) I'd like to have a brief conversation about Stephen Pohl
  203. # [01:06] <rstrong> meh... wrong channel
  204. # [01:06] <whimboo> smaug: in 15 minutes it increased from 170MB to 390MB now
  205. # [01:06] <whimboo> smaug: will now try without memchaser
  206. # [01:06] <mccr8> sure. whimboo, you are on windows, right? I'll do that today or tomorrow...
  207. # [01:06] <whimboo> mccr8: no, osx
  208. # [01:07] <mccr8> oh okay.
  209. # [01:07] <@smaug> well, it is expected to use more memory, because the web app obviously leaks (well, leaks also in other browsers)
  210. # [01:07] * Quits: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP) (Ping timeout)
  211. # [01:07] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  212. # [01:07] <@smaug> ah, mccr8 commented also about memchaser
  213. # [01:07] <whimboo> smaug: sure. but i mentioned it becuase you all were not able to reproduce
  214. # [01:08] * Quits: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net) (Ping timeout)
  215. # [01:10] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  216. # [01:10] * Quits: ehsan_ (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  217. # [01:10] <mccr8> no that was bill. ;)
  218. # [01:11] * Joins: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP)
  219. # [01:11] * Quits: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  220. # [01:11] <@smaug> yeah, I didn't even try to reproduce :)
  221. # [01:11] * Joins: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP)
  222. # [01:12] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  223. # [01:12] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  224. # [01:12] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  225. # [01:13] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
  226. # [01:14] * Joins: driia (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  227. # [01:14] * coop is now known as coop|afk
  228. # [01:14] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Connection reset by peer)
  229. # [01:14] * hwine is now known as hwine|mtg
  230. # [01:15] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  231. # [01:16] * Unfoucused is now known as Unfocused
  232. # [01:16] <whimboo> smaug: without memchaser it looks way better
  233. # [01:16] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  234. # [01:16] <whimboo> still at ~114MB for the last 5 minutes
  235. # [01:16] <@smaug> whimboo: I wonder if it is memchaser's logging
  236. # [01:16] * Joins: driaa (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  237. # [01:16] <@smaug> which is a feature I never use
  238. # [01:16] <@smaug> but I have memchaser running all the time
  239. # [01:16] <whimboo> smaug: logging is disabled by default
  240. # [01:17] * Quits: driia (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Connection reset by peer)
  241. # [01:17] <@smaug> whimboo: but you were logging
  242. # [01:17] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  243. # [01:17] <whimboo> an di haven't had it enabled
  244. # [01:17] <@smaug> ah
  245. # [01:17] <@smaug> then quite odd
  246. # [01:17] <whimboo> not for the last test with the fresh profile
  247. # [01:17] <@smaug> whimboo: hmm, does the test open lots of new windows?
  248. # [01:17] <whimboo> no. it's just a normal web page
  249. # [01:18] <whimboo> i still leave untouched for a while
  250. # [01:18] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  251. # [01:18] <@smaug> just create the logs now
  252. # [01:18] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Ping timeout)
  253. # [01:18] <@smaug> it is easier to analyze not-so-huge logs
  254. # [01:18] <Jesse> dzbarsky: you might not have to back out, https://bugzilla.mozilla.org/show_bug.cgi?id=796188
  255. # [01:18] <dzbarsky> Jesse: I saw, thanks :)
  256. # [01:19] <whimboo> smaug: just a sec
  257. # [01:19] * Quits: dvander (dvander@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  258. # [01:19] * Joins: akeybl_ (akeybl@moz-BBE3ABD.mv.mozilla.com)
  259. # [01:19] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  260. # [01:20] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
  261. # [01:21] * Joins: olromash (chatzilla@moz-BE989750.microsoft.com)
  262. # [01:21] * olromash is now known as romaxa_mswork
  263. # [01:22] * Joins: Hughman (Mibbit@612FCB38.45583DB0.A3B82EC7.IP)
  264. # [01:22] <@smaug> romaxa_mswork: ms ?
  265. # [01:22] <romaxa_mswork> smaug: m$
  266. # [01:22] <whimboo> smaug: https://bugzilla.mozilla.org/show_bug.cgi?id=751557#c25
  267. # [01:22] * Joins: ehugg (chatzilla@moz-44D86B1E.cisco.com)
  268. # [01:22] <@smaug> romaxa_mswork: really, m$ ?
  269. # [01:22] * Quits: atuljangra (Mibbit@8685DBAC.F62962F1.93E5B96C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  270. # [01:23] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  271. # [01:23] * @smaug is surprised
  272. # [01:23] <romaxa_mswork> smaug: yep... today is first start day
  273. # [01:23] * Joins: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP)
  274. # [01:23] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  275. # [01:23] * ChanServ sets mode: +o ehsan
  276. # [01:23] <@smaug> romaxa_mswork: did you join the IE team ?
  277. # [01:23] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  278. # [01:23] <romaxa_mswork> smaug: of course no :), online services...
  279. # [01:24] <romaxa_mswork> smaug: if I would join to IE team I would not be able hack mozilla anymore...
  280. # [01:25] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  281. # [01:25] <@smaug> :)
  282. # [01:25] * Quits: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP) (Ping timeout)
  283. # [01:25] <@smaug> romaxa_mswork: you know, you could join Mozilla ;)
  284. # [01:25] * Quits: Matti (chatzilla@moz-C6414172.dip.t-dialin.net) (Client exited)
  285. # [01:27] <@smaug> whimboo: ok, much saner looking log
  286. # [01:27] * khuey is now known as khuey|away
  287. # [01:27] * Quits: dzbarsky (Adium@moz-1FE63B78.wlan.seas.upenn.edu) (Quit: Leaving.)
  288. # [01:27] <Jesse> dzbarsky: you lucked out. i added key events to the dom fuzzer for a totally unrelated reason :)
  289. # [01:28] <whimboo> smaug: something obvious in there?
  290. # [01:28] <whimboo> smaug: would be good to know which are the differences between plain and memchaser
  291. # [01:28] <@smaug> whimboo: some <li> elements keep stuff alive
  292. # [01:28] <jhammel> itym a<li>ve ;)
  293. # [01:29] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  294. # [01:30] * khuey|away is now known as khuey
  295. # [01:30] * Quits: Pike (Pike@moz-B38FC5A7.pool.mediaways.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
  296. # [01:30] * Joins: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP)
  297. # [01:31] * nrc is now known as nrc|away
  298. # [01:31] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  299. # [01:32] <@smaug> whimboo: so, there is one large cycle which is kept alive by 10 <li> element and <span class='sortarrow'>
  300. # [01:33] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  301. # [01:33] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  302. # [01:34] <@smaug> whimboo: basically, there is the normal overhead (2000-3000 objects in the graph), and then there is this 18000 objects thing
  303. # [01:35] * Quits: variable (toor@529A2C63.98B6D721.292D5CE7.IP) (Quit: I found 1 in /dev/zero)
  304. # [01:36] <whimboo> smaug: this looks like /scripts/sortable.js
  305. # [01:36] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  306. # [01:36] <whimboo> http://www.kryogenix.org/code/browser/sorttable/
  307. # [01:37] <whimboo> i would have to find the current repo
  308. # [01:37] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  309. # [01:38] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  310. # [01:38] * Joins: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com)
  311. # [01:39] <fryn> i want to edit this page in the documentation: https://developer.mozilla.org/en-US/docs/Template:AnimationEventProperties
  312. # [01:39] <fryn> how do i do that?
  313. # [01:40] <whimboo> smaug: that is the code http://pastebin.mozilla.org/1853959
  314. # [01:40] * Quits: rstrong (rstrong@2398BAC3.FFA964CB.A282603C.IP) (Ping timeout)
  315. # [01:40] <@smaug> whimboo: there is some yui-ac-bd stuff here
  316. # [01:41] <@smaug> whimboo: the document is http://10.250.73.243:8080/?auto_refresh=true
  317. # [01:41] <whimboo> yui-ac-bd?
  318. # [01:41] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  319. # [01:42] <@smaug> there is <div class='yui-ac-bd'> ancestor for those <li> elements
  320. # [01:43] <whimboo> hm, can't find it with the inspector and debugger
  321. # [01:43] <@smaug> I expect those elements to not be in document
  322. # [01:45] <@smaug> whimboo: I think someone with a debug build and access to the test needs to debug this
  323. # [01:45] <@smaug> if this is runtime leak only, finding what is keeping the stuff alive should be easy
  324. # [01:46] <whimboo> smaug: with the debugger I found the sidebar with the queued elements and the image now
  325. # [01:46] * Quits: Optimizer (Optimizer@9E324822.587B5805.D2D1FAF0.IP) (Ping timeout)
  326. # [01:47] * Joins: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com)
  327. # [01:47] * Joins: Asa (asa@moz-7B0110AD.mv.mozilla.com)
  328. # [01:48] <@smaug> whimboo: there is one unknown edge to those <li> elements, so one needs to debug what releases those elements when closing the page
  329. # [01:49] <@smaug> hint hint mccr8 ;)
  330. # [01:49] <whimboo> smaug: interesting is that even i close the tab, leave it closed for a long time, and load the page again in a new tab, firefox immediately freezes
  331. # [01:50] * Joins: Optimizer (Optimizer@32246829.4ECB12B2.274D17D6.IP)
  332. # [01:50] <whimboo> tha'ts with my default profile
  333. # [01:50] <@smaug> right
  334. # [01:51] <@smaug> I wonder how I could access the test case
  335. # [01:51] <whimboo> and that with 74ms iGc
  336. # [01:51] <whimboo> smaug: i wonder why you can't connect via vpn
  337. # [01:52] <@smaug> because I haven't installed any vpn stuff to this laptop :)
  338. # [01:52] <@smaug> and I hate when we hide stuff
  339. # [01:52] <@smaug> but I guess I could install vpn
  340. # [01:53] <whimboo> we are processing this queue of builds constantly. so in some hours it will be harder to reproduce
  341. # [01:53] <whimboo> smaug: otherwise I would suggest you setup mozmill-ci locally
  342. # [01:53] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  343. # [01:53] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  344. # [01:53] <whimboo> that's doable in a couple of minutes
  345. # [01:53] * Quits: WorkerThread (test@451D738C.F8974801.9643084F.IP) (Input/output error)
  346. # [01:54] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  347. # [01:54] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  348. # [01:55] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  349. # [01:55] <@smaug> whimboo: ok, I'll try that tomorrow
  350. # [01:56] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  351. # [01:56] <whimboo> smaug: i cna help for sure
  352. # [01:56] * jgilbert_ is now known as jgilbert
  353. # [01:56] * Joins: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP)
  354. # [01:56] <whimboo> smaug: https://github.com/whimboo/mozmill-ci/blob/master/README.md
  355. # [01:56] <whimboo> not that hard to do
  356. # [01:56] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  357. # [01:57] <whimboo> smaug: thanks so far. have to head to bed now
  358. # [01:59] * Quits: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: nhirata)
  359. # [01:59] * Joins: rstrong (rstrong@2398BAC3.FFA964CB.A282603C.IP)
  360. # [01:59] <mccr8> smaug: unfortunately I have another higher priority leak I am looking into right now. :)
  361. # [01:59] <@smaug> yup
  362. # [01:59] <@smaug> mccr8: I'll look at this one tomorrow
  363. # [02:00] <mccr8> great!
  364. # [02:00] <@smaug> mccr8: just curious, which leak are you looking at ?
  365. # [02:00] <mccr8> smaug: an XP only leak with the patches in bug 792215
  366. # [02:00] <@smaug> oh, that one
  367. # [02:01] <@smaug> good luck, you'll need it
  368. # [02:01] <mccr8> thanks...
  369. # [02:02] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
  370. # [02:02] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  371. # [02:05] * Quits: @bz_away (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net) (Ping timeout)
  372. # [02:05] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  373. # [02:06] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/8a8a932fbef4 - Fabrice Desré - Bug 782524 - window.navigator instanceof window.Window throws unexpected error [r=bz,a=akeybl]
  374. # [02:07] <sicking> fabrice: ping
  375. # [02:07] <fabrice> sicking: pong
  376. # [02:07] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  377. # [02:08] <sicking> fabrice: What happens to day if the user goes to store A and install hosted app X, and then goes to store B which also attempts to install app X? I.e. both try to install an app with the same manifest URL?
  378. # [02:08] <sicking> edgecases, edgecases everywhere!
  379. # [02:08] <fabrice> the second install is considered as a reinstall, based on the origin of the app
  380. # [02:09] <sicking> fabrice: so we'll change the "installOrigin" to be store B?
  381. # [02:09] * heycam|away is now known as heycam
  382. # [02:09] <fabrice> yep
  383. # [02:09] * Quits: whimboo (whimboo@moz-CAA15461.superkabel.de) (Input/output error)
  384. # [02:09] <sicking> fabrice: which means that if store A calls getInstalled() it won't see the app?
  385. # [02:09] <fabrice> indeed
  386. # [02:09] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  387. # [02:09] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  388. # [02:09] <sicking> interesting.. probably a good choice
  389. # [02:09] <fabrice> also, the user will lose the receipt from store A if he had paid
  390. # [02:10] <sicking> true
  391. # [02:10] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  392. # [02:10] <fabrice> (unless he can get it back from the store itself)
  393. # [02:10] <sicking> fabrice: if the app has an appcache, do we re-download that appcache on reinstall?
  394. # [02:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f625a0dc1052 - Sean Stangl - Bug 794679 - Cache for GetPcScript(). r=pierron
  395. # [02:10] * Joins: mccr8 (mccr8@moz-EB2F197F.dsl.dynamic.sonic.net)
  396. # [02:10] <fabrice> sicking: yes.. this may not be very smart
  397. # [02:11] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  398. # [02:11] <sicking> fabrice: i don't think it's a huge deal. But yeah, we should probably file a bug at least
  399. # [02:11] <sicking> fabrice: do we retain the same appid?
  400. # [02:11] <fabrice> yes
  401. # [02:11] <fabrice> since it is bound to the manifest url
  402. # [02:12] <sicking> so we basically just tell the appcache code to update the appcache?
  403. # [02:12] <fabrice> yes
  404. # [02:12] <sicking> then most likely we won't even redownload actually, just check for updates
  405. # [02:12] <sicking> which isn't a bad idea
  406. # [02:13] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  407. # [02:14] * Quits: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  408. # [02:16] * Quits: tantek (tantek@moz-BBE3ABD.mv.mozilla.com) (Quit: tantek)
  409. # [02:16] * Quits: Asa (asa@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  410. # [02:17] <markh> does the roughly 1-million occurrences of "### ERROR: SymGetModuleInfo64: The specified module could not be found." in windows debug builds offer value to anyone, or does it just drive people like me nuts? :)
  411. # [02:17] <markh> (ok, not a million...)
  412. # [02:18] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  413. # [02:19] <philor> Bas: you might have Windows reftest bustage
  414. # [02:19] * Joins: dzbarsky (Adium@ABCF9128.CD265A12.DD85B588.IP)
  415. # [02:20] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  416. # [02:20] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
  417. # [02:20] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  418. # [02:21] <philor> markh: buildbot may have been expressing a certain dissatisfaction with it in https://tbpl.mozilla.org/php/getParsedLog.php?id=15707176&tree=Mozilla-Inbound, depending on just how many there really are
  419. # [02:22] <markh> philor: they just continue to stream for me when FF is idle - so keeping it open long enough will hit a million eventually!
  420. # [02:22] <markh> I'm gunna file a bug!
  421. # [02:23] * Quits: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net) (Connection reset by peer)
  422. # [02:26] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
  423. # [02:26] <markh> oh dear, my brain is out of stack space, I'll come back to that...
  424. # [02:27] * Quits: hub (hub@A5087023.2354C43D.D8E68FF6.IP) (Ping timeout)
  425. # [02:27] * Quits: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP) (Ping timeout)
  426. # [02:27] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  427. # [02:30] * Joins: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net)
  428. # [02:31] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  429. # [02:32] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  430. # [02:33] * Quits: seth (Adium@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Leaving.)
  431. # [02:33] * Quits: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  432. # [02:33] * Quits: crypt (chatzilla@moz-CD278FC3.cisco.com) (Ping timeout)
  433. # [02:34] * Joins: ehugg_lime (ehugg_lime@moz-E31CC1CA.mycingular.net)
  434. # [02:35] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  435. # [02:35] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  436. # [02:35] <philor> well, a nice backout will cheer me up
  437. # [02:39] <philor> also? I keep hearing about MozCamps, and assuming it must be like relocation camps, getting some of you bastards out of North American timezones, so what's the problem? fences aren't high enough, too many escapees?
  438. # [02:41] <dholbert> philor, I presume you saw https://twitter.com/joedrew/status/252780243104964608 ?
  439. # [02:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/377cda004bd7 - Phil Ringnalda - Back out 024f0c7ca3fc and 9f856ef0f078 (bug 778367) for Windows reftest failures
  440. # [02:42] <philor> dholbert: I rarely see things that aren't in tbpl or randomorange bugs
  441. # [02:43] * Joins: smaug_ (chatzilla@moz-104CC309.mv.mozilla.com)
  442. # [02:43] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  443. # [02:44] * smaug_ is now known as smaug
  444. # [02:44] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  445. # [02:44] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  446. # [02:44] <dholbert> philor, fair enough
  447. # [02:45] <philor> heh, that was nice, though
  448. # [02:45] * AutomatedTester is now known as AutomatedTester|AFK
  449. # [02:46] * Quits: garnacho (carlos@moz-B27B0825.dyn.user.ono.com) (Ping timeout)
  450. # [02:46] <bkero> Hi guys. I'm having a problem of where I have a HUGE firefox profile (900mb). I assume most of it is cache, but Firefox's cache settings menu says that I'm only using 40mb of cache.
  451. # [02:47] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  452. # [02:47] * nrc|away is now known as nrc
  453. # [02:47] * Quits: mccr8 (mccr8@moz-EB2F197F.dsl.dynamic.sonic.net) (Quit: mccr8)
  454. # [02:47] * Quits: gwagner_ (idefix2@moz-BBE3ABD.mv.mozilla.com) (Quit: gwagner_)
  455. # [02:48] * Quits: rstrong (rstrong@2398BAC3.FFA964CB.A282603C.IP) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  456. # [02:48] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  457. # [02:50] * Joins: garnacho (carlos@moz-B27B0825.dyn.user.ono.com)
  458. # [02:52] <philor> bkero: cache isn't even in the profile, is it? but about:cache will tell you both how much it's using (which for some reason is allowed to be more than it's allowed) and where it is
  459. # [02:52] * Quits: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP) (Ping timeout)
  460. # [02:52] * Quits: ircloggr (nodebot@moz-26AFBE24.compute-1.amazonaws.com) (Client exited)
  461. # [02:53] <bkero> philor: $HOME/.mozilla/$PROFILE/Cache
  462. # [02:53] * Quits: garnacho (carlos@moz-B27B0825.dyn.user.ono.com) (Ping timeout)
  463. # [02:53] * Joins: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP)
  464. # [02:53] * Joins: ircloggr (nodebot@moz-FBE1BA58.compute-1.amazonaws.com)
  465. # [02:53] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  466. # [02:54] <ehoogeveen> Thumbnails, maybe? I know that infinite growth was stopped and the excess was supposed to have been removed, but..
  467. # [02:54] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  468. # [02:54] <bkero> So clearing cache through the interface made my profile shrink down to 176MB from 900
  469. # [02:55] <dholbert> bkero, kdirstat / windirstat / disk inventory X could tell you what files & subdirectories are occupying all that space
  470. # [02:55] <bkero> Even though it claimed to only have been using 40MB
  471. # [02:55] <dholbert> (on linux / windows / OS X )
  472. # [02:55] * Quits: trevorh (trevor@moz-274D936.lns9.woo.bigpond.net.au) (Ping timeout)
  473. # [02:56] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  474. # [02:56] <bkero> dholbert: last time I tried it claimed Cache was using 800 of that 900MB
  475. # [02:56] <dholbert> bkero, I assume you're talking about "Cached Web Content" in Preferences | Advanced | Network?
  476. # [02:56] <bkero> yes
  477. # [02:57] <bkero> dholbert: du -hsx claimed Cache was using 800MB. "Cached Web Content" claimed 40MB
  478. # [02:57] <dholbert> bkero, I'm not sure what that measures, but I'm willing to bet it's not the entirety of the /Cache folder
  479. # [02:57] <bkero> dholbert: but it seems to delete almost the entirety of the /Cache folder
  480. # [02:57] <dholbert> hmm true. could be a bug then
  481. # [02:58] <bkero> here's my profile called "16test". 161M Cache
  482. # [02:58] * lsblakk is now known as lsblakk|afk
  483. # [02:59] <bkero> "Your web content cache is currently using 25 MB of disk space"
  484. # [02:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5b0107836b76 - Patrick McManus - bug 795082 http remove dead or redundant code r=honzab
  485. # [03:00] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  486. # [03:00] <dholbert> bkero, looks like https://mxr.mozilla.org/mozilla-central/source/browser/components/preferences/advanced.js#200 is what calculates the size of the cache, FWIW
  487. # [03:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fa6148b9c877 - David Chan - Bug 796116 - Fix Webapps:InstallPackage to notify observers [r=fabrice]
  488. # [03:02] * Quits: cheilmann (cheilmann@moz-1B665C60.opaltelecom.net) (Quit: cheilmann)
  489. # [03:02] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  490. # [03:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/da4c00506d1a - Cameron McCormack - Bug 795802 - Define content flags like frame state bits. r=bz
  491. # [03:04] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  492. # [03:06] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  493. # [03:07] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Ping timeout)
  494. # [03:12] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  495. # [03:12] * Joins: trevorh (trevor@moz-250FDF8D.lns10.woo.bigpond.net.au)
  496. # [03:12] * Joins: bz_away (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net)
  497. # [03:12] * Quits: bz_away (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net) (Quit: bz_away)
  498. # [03:13] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  499. # [03:14] * Quits: sewardj (sewardj@moz-79009120.dip.t-dialin.net) (Ping timeout)
  500. # [03:16] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  501. # [03:17] * Parts: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
  502. # [03:18] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  503. # [03:19] * Quits: zzzzz_work (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 15.0.1/20120905151427])
  504. # [03:20] * ctalbert is now known as ctalbert|afk
  505. # [03:20] * Quits: smaug (chatzilla@moz-104CC309.mv.mozilla.com) (Ping timeout)
  506. # [03:20] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
  507. # [03:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0b4424c89bbd - Terrence Cole - Backout ed626654fe56 for alleged performance regression.
  508. # [03:22] * Joins: thbet (kvirc@moz-7610E726.omega118.maxonline.com.sg)
  509. # [03:24] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  510. # [03:24] * nthomas is now known as nthomas|away
  511. # [03:25] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  512. # [03:27] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
  513. # [03:27] * KaiRo_away is now known as KaiRo
  514. # [03:28] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  515. # [03:29] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  516. # [03:29] * Quits: ehoogeveen (VerGreeney@moz-DF6A8437.chello.nl) (Quit: )
  517. # [03:30] * Joins: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP)
  518. # [03:33] * Quits: dzbarsky (Adium@ABCF9128.CD265A12.DD85B588.IP) (Quit: Leaving.)
  519. # [03:34] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  520. # [03:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/68bf9d057cf4 - David Keeler - Bug 795397 - Click-to-play blocklisting: respect the "plugins" permission. r=josh, r=jaws
  521. # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/573907d351e3 - Gregory Szorc - Bug 795491 - Improve mach's help text; r=jhammel
  522. # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/85df971e0db1 - Gregory Szorc - Bug 795394 - Default to utf-8 encoding when no encoding is specified; r=jhammel
  523. # [03:35] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  524. # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/63b393c1facc - Chris AtLee - Bug 795982: Sign and upload stub installer. r=khuey,rail
  525. # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/98d8b5c9bafb - Gregory Szorc - Bug 795477 - Install NullHandler on root logger; r=jhammel
  526. # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/becf552919cb - Ryan VanderMeulen - Merge m-c to inbound.
  527. # [03:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9e8a91dfbc7e - Victor Porof - Bug 790650 - It may be a good idea to have the debugger start with collapsed panels, r=past
  528. # [03:36] * hwine|mtg is now known as hwine
  529. # [03:36] * Quits: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com) (Quit: away)
  530. # [03:36] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  531. # [03:38] * Joins: crypt (chatzilla@moz-6B2BF5BE.hsd1.ca.comcast.net)
  532. # [03:39] * Quits: crypt (chatzilla@moz-6B2BF5BE.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 16.0/20120911232325])
  533. # [03:40] * Quits: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com) (Quit: pcwalton)
  534. # [03:41] * Joins: jdm (jdm@moz-55FF8C13.dedicated.allstream.net)
  535. # [03:42] * Joins: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
  536. # [03:42] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  537. # [03:43] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  538. # [03:43] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Ping timeout)
  539. # [03:43] * Quits: ehugg_lime (ehugg_lime@moz-E31CC1CA.mycingular.net) (Ping timeout)
  540. # [03:45] * Quits: fabrice1 (fabrice@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  541. # [03:50] * Quits: chewey (chewey@moz-515828F7.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  542. # [03:50] * Joins: chewey (chewey@moz-ED6C34CC.dip0.t-ipconnect.de)
  543. # [03:52] * Joins: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net)
  544. # [03:52] <philor> nice, this M4 log only contains 11200 instances of "WARNING: No outer window available!"
  545. # [03:52] <KWierso|Home> you're welcome
  546. # [03:53] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  547. # [03:55] * Quits: andreasn (andreasn@moz-171E5C3D.a336.priv.bahnhof.se) (Ping timeout)
  548. # [03:55] * Quits: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net) (Quit: Leaving.)
  549. # [03:55] * fabrice is now known as fabrice|afk
  550. # [03:55] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  551. # [03:56] <philor> alas, that's only 1.4MB of the 50.4, so hello M6
  552. # [03:56] * Joins: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net)
  553. # [03:57] * Quits: Optimizer (Optimizer@32246829.4ECB12B2.274D17D6.IP) (Ping timeout)
  554. # [03:57] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  555. # [04:01] * Joins: Optimizer (Optimizer@7CE2DFEC.49932A2E.BE90E62C.IP)
  556. # [04:01] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  557. # [04:05] * Joins: Al (Mibbit@moz-99690620.hinet-ip.hinet.net)
  558. # [04:05] * Parts: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
  559. # [04:05] * joduinn is now known as joduinn-afk
  560. # [04:07] * Quits: akeybl_ (akeybl@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  561. # [04:10] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  562. # [04:11] * Quits: jdm (jdm@moz-55FF8C13.dedicated.allstream.net) (Quit: Lost terminal)
  563. # [04:14] * Joins: kk1fff (patrick@moz-99690620.hinet-ip.hinet.net)
  564. # [04:14] * Joins: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net)
  565. # [04:14] * Joins: dft (u7064@moz-160C58C6.com)
  566. # [04:17] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
  567. # [04:19] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  568. # [04:19] * Joins: jdm (jdm@moz-5404D690.dedicated.allstream.net)
  569. # [04:19] * nthomas|away is now known as nthomas
  570. # [04:19] * Quits: @dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com) (Quit: dveditz)
  571. # [04:20] * Quits: Hughman (Mibbit@612FCB38.45583DB0.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  572. # [04:20] * Joins: Mossop (mossop@moz-347C3D31.dsl.dynamic.sonic.net)
  573. # [04:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3d9f6bb75bb0 - Benoit Girard - Bug 796084 - Rename mCheckerboardLayer -> mScreenshotLayer. r=blassey
  574. # [04:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b0fd0ddbfec - Benoit Girard - Bug 796084 - Rename MOZ_JAVA_COMPOSITOR -> MOZ_ANDROID_OMTC. r=blassey
  575. # [04:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/63105f3adf34 - Benoit Girard - Bug 721843 - Add just-in-time debugging by using CRAWL_STACK_ON_SIGSEGV on non official builds for mac/linux. r=ted
  576. # [04:21] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
  577. # [04:21] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  578. # [04:22] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 15.0.1/20120911153917])
  579. # [04:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/932204a65b9c - Ryan VanderMeulen - Merge m-c to inbound.
  580. # [04:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aa73f5544e07 - Anthony Jones - Bug 795135 - Fix CairoTempMatrix restore. r=joe
  581. # [04:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aab010487a73 - Anthony Jones - Bug 793085 - Remove UseAzureContentDrawing() in favour of SupportsAzureContent(). r=ncameron
  582. # [04:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fb076a446870 - Ryan VanderMeulen - Merge the last PGO-green inbound changeset to m-c.
  583. # [04:23] * cjones is now known as cjones-food
  584. # [04:23] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
  585. # [04:26] <joe> can one push a test-only change to aurora?
  586. # [04:26] <philor> yes
  587. # [04:26] <philor> yes!
  588. # [04:26] <joe> without approval?!
  589. # [04:26] <joe> omggg
  590. # [04:26] <philor> a=test-only, edmorley unlocked those floodgates a while back
  591. # [04:26] * joe dances
  592. # [04:27] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  593. # [04:27] <philor> you can also ask for approval and get it quickly and easily, but the "hah, I'm getting away with something!" method is more fun
  594. # [04:27] <joe> well
  595. # [04:27] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  596. # [04:28] <joe> when release managers explicitly asked for me to get a patch that depends on a test-only patch in
  597. # [04:28] <joe> i feel a little less daring
  598. # [04:28] <joe> I SUPPOSE i'll try building this code
  599. # [04:28] <joe> given that the merge was rather nontrivial
  600. # [04:29] <philor> crap, layout just needs to stfu - M4/5 gives me a 42.6MB log, M5/6 which gets layout without DOM gives me a 40.4MB log
  601. # [04:29] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  602. # [04:30] <philor> or we need top-level directories like /part-of-layout-style-mochitests/ and /more-of-layout-style-mochitests/
  603. # [04:30] * Quits: karl (karl@moz-E61BF6DF.jetstream.xtra.co.nz) (Ping timeout)
  604. # [04:30] <joe> /spam-me-harder
  605. # [04:31] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  606. # [04:32] * Joins: Mook (mook@moz-8F011215.dsl.teksavvy.com)
  607. # [04:35] <philor> I guess we could do a separate m-css
  608. # [04:35] * Quits: KaiRo (robert@moz-75F77FA1.adsl.highway.telekom.at) (Input/output error)
  609. # [04:36] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  610. # [04:36] * Quits: Optimizer (Optimizer@7CE2DFEC.49932A2E.BE90E62C.IP) (Ping timeout)
  611. # [04:39] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  612. # [04:40] * Quits: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  613. # [04:41] <joe> well it turns out that attempting to build my code was a good idea
  614. # [04:41] <joe> who knew
  615. # [04:41] * Joins: knelson (Adium@moz-A32ED6CB.dsl.pltn13.sbcglobal.net)
  616. # [04:41] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  617. # [04:42] * Quits: knelson (Adium@moz-A32ED6CB.dsl.pltn13.sbcglobal.net) (Quit: Leaving.)
  618. # [04:42] <philor> only... the tree knows! bwahahahahahahaha
  619. # [04:42] <joe> argh, bitten by nsCAutoString->nsAutoCString
  620. # [04:42] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: pcwalton)
  621. # [04:42] <joe> well the tree and you
  622. # [04:43] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
  623. # [04:43] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Quit: Leaving.)
  624. # [04:43] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  625. # [04:43] * philor wonders if references to 1930s radio programs might date him
  626. # [04:44] <joe> it's possible
  627. # [04:44] <joe> have i mentioned that tomorrow is jrmuizel's 28th birthday?
  628. # [04:44] <tbsaunde> joe: its my 23 )
  629. # [04:44] <joe> tomorrow?
  630. # [04:44] <tbsaunde> joe: yes
  631. # [04:45] <joe> omg!
  632. # [04:45] <joe> https://en.wikipedia.org/wiki/Birthday_problem
  633. # [04:46] <tbsaunde> yeah, that :)
  634. # [04:46] * Quits: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net) (Ping timeout)
  635. # [04:47] <jcranmer> did I mention that tomorrow is, coincidentally, NOT my birthday?
  636. # [04:47] <JonathanS> I used to have a friend guess which date that I am going to born. Irony, a date she picked out is also her birthday too
  637. # [04:49] <joe> that you are.. going to be born?
  638. # [04:49] <joe> future tense?
  639. # [04:49] <jcranmer> complete grammar failure
  640. # [04:49] <jcranmer> "which date that"? "am going to born"?
  641. # [04:50] <JonathanS> :/
  642. # [04:50] <jcranmer> the closest sentence I can make out of it is "on which date I am going to give birth"
  643. # [04:51] <JonathanS> well, my bday is Jan 9
  644. # [04:51] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  645. # [04:51] <jdm> oh, that clears the issue up then
  646. # [04:52] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  647. # [04:52] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  648. # [04:52] <joe> this humour
  649. # [04:52] <joe> it is so dry
  650. # [04:52] <joe> does anyone have a glass of water
  651. # [04:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/167652a31865 - Kan-Ru Chen (陳侃如) - Bug 788408 - Part 1. fReadPixels should also respect mFlipped. r=mattwoodrow
  652. # [04:53] * Quits: espindola (espindola@moz-2B787F88.dsl.teksavvy.com) (Client exited)
  653. # [04:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1ca8706715d0 - Kan-Ru Chen (陳侃如) - Bug 788408 - Part 2. Use glReadPixels to read back when back buffer isn't RGBA compatible. r=jgilbert
  654. # [04:53] <jcranmer> no, but I have 400 mL
  655. # [04:54] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  656. # [04:56] * Quits: automata (automata@54E33E42.8C845056.16867D26.IP) (Ping timeout)
  657. # [04:57] * Quits: fitzgen (fitzgen@moz-264AAFA3.hsd1.wa.comcast.net) (Ping timeout)
  658. # [04:57] * Joins: fitzgen (fitzgen@moz-264AAFA3.hsd1.wa.comcast.net)
  659. # [04:58] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  660. # [04:59] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  661. # [04:59] * Quits: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120907231657])
  662. # [05:02] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
  663. # [05:03] * Quits: mcsmurf (mcsmurf@moz-A8CE1782.dip.t-dialin.net) (Ping timeout)
  664. # [05:04] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  665. # [05:05] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  666. # [05:07] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
  667. # [05:07] <naveed> I'm debugging on Windows. Is there anything special I need to do to use jemalloc.c for local builds? Does the default ./mach build make use of it for allocations instead of MS crt's implementation?
  668. # [05:08] <@khuey> you need to --enable-jemalloc in your mozconfig
  669. # [05:08] <@khuey> I don't know what that translates to in mach
  670. # [05:09] <naveed> khuey: thank you. mach still uses mozconfig i believe. I will try that now.
  671. # [05:09] * Joins: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net)
  672. # [05:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d51aa340d3e2 - Gina Yeh - Bug 795850 - Final version: BluetoothHfpManager failed to be added as observer of mozsettings-changed, r=qdot
  673. # [05:13] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
  674. # [05:13] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/a032bf27fa05 - Brian Smith - Bug 795987: Upgrade NSPR to NSPR_4_9_3_BETA1, r=me
  675. # [05:13] <firebot> http://hg.mozilla.org/mozilla-central/rev/699db88b5ea0 - Brian Smith - Bug 795972: Upgrade NSS to NSS_3_14_BETA1, r=me
  676. # [05:13] <firebot> http://hg.mozilla.org/mozilla-central/rev/ddd4e4a5f337 - Brian Smith - Bug 767241, Part 1: Create scoped pointer types for NSS types, r=honzab
  677. # [05:13] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  678. # [05:14] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Ping timeout)
  679. # [05:14] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
  680. # [05:14] * Quits: jdm (jdm@moz-5404D690.dedicated.allstream.net) (Ping timeout)
  681. # [05:15] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  682. # [05:15] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Ping timeout)
  683. # [05:18] * Joins: Optimizer (Optimizer@CC8FE288.2EC825E7.BE90E62C.IP)
  684. # [05:18] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
  685. # [05:21] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  686. # [05:21] * glob|away is now known as glob
  687. # [05:22] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  688. # [05:24] * heycam is now known as heycam|away
  689. # [05:25] * Quits: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl) (Input/output error)
  690. # [05:26] * Quits: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net) (Input/output error)
  691. # [05:27] * Joins: Jesse (jruderman@moz-E31CD2CB.mozilla.org)
  692. # [05:28] * mjschranz_away is now known as mjschranz
  693. # [05:30] * Joins: automata (automata@54E33E42.8C845056.16867D26.IP)
  694. # [05:30] <jcranmer> Yoric: hmm, it seems that OS.File documentation on MDN hasn't been keeping up-to-date?
  695. # [05:34] * Quits: bonnie (bbsurender@3035F4A5.3753335A.B66DD36E.IP) (Quit: Ex-Chat)
  696. # [05:34] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  697. # [05:34] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  698. # [05:35] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
  699. # [05:41] * Joins: mcomella_ (mcomella@moz-B10FF54F.ri.ri.cox.net)
  700. # [05:41] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Ping timeout)
  701. # [05:45] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Quit: brendan)
  702. # [05:45] * Joins: chucklee (chatzilla@moz-99690620.hinet-ip.hinet.net)
  703. # [05:46] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  704. # [05:46] * Joins: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com)
  705. # [05:46] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
  706. # [05:46] <philor> BenWa: I'm suspicious about those xpcshell timeouts in test_content_annotation.js
  707. # [05:47] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  708. # [05:47] <BenWa> looking
  709. # [05:47] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  710. # [05:47] <philor> sure, we've timed out in it a bit before, but two for two?
  711. # [05:47] <philor> well, five for five once tbpl reloaded
  712. # [05:48] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
  713. # [05:49] <BenWa> Yea, it's likely my patch
  714. # [05:50] * Quits: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net) (Quit: Leaving...)
  715. # [05:52] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
  716. # [05:53] * Quits: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  717. # [05:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c1ac587a1ccb - Phil Ringnalda - Back out 63105f3adf34 (bug 721843) for xpcshell timeouts
  718. # [05:55] <BenWa> philor: I was just about to back it out. Thanks
  719. # [05:55] <philor> np
  720. # [05:55] * cjones-food is now known as cjones
  721. # [05:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ba388025ede9 - Doug Turner - Bug 795478 - Remove blizzard fudge from xpcom io code. r=bsmedberg
  722. # [05:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bae96aa5f1ad - Doug Turner - Bug 790503 - On Mac Mini, defaultCalibration reads outside of sensors[]. r=jruderman@gmail.com,blassey
  723. # [05:57] <philor> mmm, fudge blizzards
  724. # [05:57] <KWierso|Home> is it strange that when I got to the line in The Avengers where Stark says "his name was Phil", I thought of philor?
  725. # [05:58] <KWierso|Home> impaled through the back by the trickster god of intermittent oranges?
  726. # [06:00] <philor> mmm, impaling
  727. # [06:00] * mjschranz is now known as mjschranz_away
  728. # [06:00] * glob is now known as bolg
  729. # [06:00] <cjones> dougt, that is one of the more disgusting commit messages i've read
  730. # [06:01] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  731. # [06:01] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  732. # [06:03] * Quits: Optimizer (Optimizer@CC8FE288.2EC825E7.BE90E62C.IP) (Ping timeout)
  733. # [06:03] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  734. # [06:03] <philor> I'm more shocked by the way his try push had 8 failures, zero of them Android
  735. # [06:05] * bolg is now known as glob
  736. # [06:05] * nthomas is now known as nthomas|away
  737. # [06:05] * glob is now known as glob|away
  738. # [06:06] * Joins: Optimizer (Optimizer@48E308C7.7751734E.BE90E62C.IP)
  739. # [06:07] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  740. # [06:09] * Quits: gustavold (gustavold@4649D86A.8BE30183.FBFF2E6D.IP) (Quit: Leaving.)
  741. # [06:12] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b0fc903a0749 - Matt Woodrow - Bug 795722 - Clear our cached ImageContainer when the imgFrame changes. r=joe
  742. # [06:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/396630ce4035 - Matt Woodrow - Bug 770144 - Use FuzzyEqual to compare layer scale values. r=roc
  743. # [06:12] <dougt> cjones: going to use that on my self-review.
  744. # [06:14] <philor> joe: so, after you built aurora, you ran tests, right?
  745. # [06:14] <dougt> philor: thanks for the stars
  746. # [06:14] <philor> np
  747. # [06:16] * philor goes ahead and updates an aurora tree, just in case
  748. # [06:16] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  749. # [06:16] <dougt> mrbkap: ping?
  750. # [06:17] * Joins: tingyuan (tingyuan@moz-99690620.hinet-ip.hinet.net)
  751. # [06:17] <njn> anyone know if it's possible to use PGP with Gmail? AFAICT it's not
  752. # [06:18] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  753. # [06:18] <@khuey> njn: is this for secure bugmail
  754. # [06:18] <@khuey> ?
  755. # [06:18] <njn> khuey: exactly
  756. # [06:18] <sfink|flu> use s/mime, not php
  757. # [06:18] <sfink|flu> er, pgp
  758. # [06:18] <@khuey> bent wrote an extension for doing s/mime
  759. # [06:18] <@khuey> in gmail
  760. # [06:19] <njn> khuey: I realized I was missing s-s bugs that I should have been seeing :/
  761. # [06:19] <njn> sfink|flu, khuey: where to find this extension?
  762. # [06:19] <sfink|flu> I don't know; I use s/mime with tbird :)
  763. # [06:20] <@khuey> njn: let me look
  764. # [06:20] <njn> khuey: google's not helpin me
  765. # [06:20] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  766. # [06:20] <njn> *helpin'
  767. # [06:20] <KWierso|Home> njn: https://addons.mozilla.org/En-us/firefox/addon/gmail-smime/ ?
  768. # [06:20] <@khuey> doesn't work
  769. # [06:20] <KWierso|Home> I got nothin'
  770. # [06:21] <@khuey> njn: https://github.com/benturner/bzsecuremail/blob/master/bzsecuremail.xpi
  771. # [06:21] <njn> KWierso|Home: but it's very relevant!
  772. # [06:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2575a2f89d22 - Justin Lebar - Bug 790417 - ContentParent::GetAll should include the pre-allocated process. r=cjones
  773. # [06:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/04af81445c05 - Justin Lebar - Bug 788021 - Part 2: Add and implement nsIMemoryReporter::DumpMemoryReportsToFile. r=njn,cjones
  774. # [06:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/15cc0aabab67 - Justin Lebar - Bug 788021 - Part 1: Add nsGZFileWriter. r=bsmedberg
  775. # [06:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/17b5b5dcd308 - Justin Lebar - Bug 788021 - Part 3: Use nsMemoryReporterManager::MinimizeMemoryUsage in aboutMemory.js. r=njn
  776. # [06:22] <cjones> \o/
  777. # [06:22] <njn> khuey: cool. NOw I just need to work out how to get/configure an S/MIME cert
  778. # [06:22] <sfink|flu> khuey: btw, technically I'm not a JS peer. Not that it usually matters in spidermonkeyland. (And I didn't want to muddy up a mentored bug by mentioning it.)
  779. # [06:22] <KWierso|Home> njn: that sounds easier to google :)
  780. # [06:23] <@khuey> sfink|flu: noted
  781. # [06:23] <njn> KWierso|Home: http://kb.mozillazine.org/Getting_an_SMIME_certificate
  782. # [06:23] <@khuey> njn: having to deal with this is totally obnoxious
  783. # [06:23] * Quits: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  784. # [06:23] <@khuey> but the response was pretty much "if you use webmail, it sucks to be you"
  785. # [06:24] <njn> khuey: yeah... I'm tempted just to click through to the relevant bug when I get a mail for an s-s bug; it's not that often
  786. # [06:24] <sfink|flu> I generally notice s-s bugs last, these days
  787. # [06:24] * KWierso|Home is just glad he doesn't really deal with s-s bugs :)
  788. # [06:25] <sfink|flu> I'd like to be like that, but I'm too good at introducing them
  789. # [06:25] <@khuey> heh
  790. # [06:26] <philor> I just wish I could remember whether I'm potentially at fault for one, or just backed it out once, without clicking through
  791. # [06:26] <@khuey> sfink|flu: I wish I had data on the amount of attention security bugs get before/after this change
  792. # [06:26] <KWierso|Home> so... a philor-sensitive flag?
  793. # [06:26] <@khuey> jlebar|away: \o/
  794. # [06:26] <sfink|flu> khuey: time to first non-filer comment?
  795. # [06:26] <@khuey> yeah, perhaps
  796. # [06:27] * njn updates his filters so "Secure bug" mails to to his high-priority bugmail folder
  797. # [06:27] <sfink|flu> if you're watching a component, that'll collect lots of secure bugs that you don't care about
  798. # [06:27] * KWierso|Home is also glad that the volume of his bugmail is low enough to not require sorting :)
  799. # [06:28] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  800. # [06:28] * heycam|away is now known as heycam
  801. # [06:29] <njn> sfink|flu: I think you might only see the ones you're CC'd on
  802. # [06:29] <sfink|flu> I have a hairball of a filtering system where gmail filters them into a secure bug folder, then thunderbird pulls out the ones relevant to me based on the bugzilla headers and puts them in a "My secure bugs" folder
  803. # [06:29] <njn> sfink|flu: I'm *shocked* you would have a hairball of a filtering system
  804. # [06:29] <njn> :P
  805. # [06:29] <sfink|flu> heh
  806. # [06:29] <sfink|flu> once in a while, it even works
  807. # [06:30] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  808. # [06:30] * KWierso|Home only has a "this is from bmo, it goes to bugmail" filter, with a subfilter of "this is something that's about jetpack, move it to the side" that only seems to work about a third of the time
  809. # [06:30] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  810. # [06:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/17f942846b9f - David Zbarsky - Bug 795811 - Make GetPrimaryScrollableLayer() return null on all configurations except MOZ_WIDGET_ANDROID r=cjones
  811. # [06:31] <sfink|flu> njn: I definitely get more secure bugs than just the cc'd ones. I have a mailbox with over 1000 in it. Looking at one at random -- X-Bugzilla-Reason: None
  812. # [06:31] <njn> KWierso|Home: I really wish gmail filters were ordered
  813. # [06:32] * glob|away is now known as glob
  814. # [06:32] <philor> X-Bugzilla-Reason: Just thinking of you
  815. # [06:32] <njn> sfink|flu: I appear to only have ~20 in my entire gmail
  816. # [06:32] <sfink|flu> I must have unfortunate bugmail settings, then. Do you watch any components?
  817. # [06:32] <@khuey> about:memory doesn't count :-P
  818. # [06:35] * Joins: merinui (merinui@moz-1D8A7606.osk2.eonet.ne.jp)
  819. # [06:35] <njn> khuey: how about "JavaScript Engine"? :P
  820. # [06:35] <sfink|flu> nope, never any s-s bugs there
  821. # [06:35] <njn> sfink|flu: maybe I'll be flooded, and revert this filter change
  822. # [06:35] * njn shrugs
  823. # [06:36] * Joins: dzbarsky1 (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  824. # [06:36] <@khuey> do you not watch the JS engine?
  825. # [06:36] <@khuey> if you watched it I think you would see tons of s-s bugs
  826. # [06:36] * Quits: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net) (Ping timeout)
  827. # [06:37] <sfink|flu> my browser seems to be too bogged down to turn on the profiler :(
  828. # [06:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9c656027f5c2 - Nicholas Nethercote - Bug 795768 (part 1) - Remove lots of dead JSContext* occurrences.
  829. # [06:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c92d00f777de - Nicholas Nethercote - Bug 795768 (part 2) - De-macroize js_GetSrcNote().
  830. # [06:38] <sfink|flu> js_GetSrcNote was funny. "We can rewrite the entire JSAPI under you, but we'd better hide this parameter with a macro." Short-term fixes and all that...
  831. # [06:41] <njn> sfink|flu: yeah, except there were like 20 uses, almost all in jsopcode.cpp
  832. # [06:41] <njn> someone picked the wrong trade-off there, IMO
  833. # [06:42] <njn> khuey: my working theory is that I would only receive mail about the s-s bugs I"m CC'd to; that seems consistent with what I've seen thus far, though I wasn't paying close attention
  834. # [06:45] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  835. # [06:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/42a7cb309ca1 - Jared Wein - Bug 602006 - Remove Error Console item. r=dao
  836. # [06:46] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Quit: Leaving.)
  837. # [06:47] <philor> well, someone needs to fix that by adding njn to the sg, so he can get smothered instead!
  838. # [06:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ac5c29ec176b - Makoto Kato - Bug 795224 - no more backspace nor arrows on the deck Asus Transformer. r=cpeterson
  839. # [06:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/064bf6c9fe16 - Jason Duell - Bug 796164 - Change NECKO_UNKNOWN_APP_ID to UINT32_MAX. r=ehsan
  840. # [06:58] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  841. # [07:01] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  842. # [07:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/699db88b5ea0 - Brian Smith - Bug 795972: Upgrade NSS to NSS_3_14_BETA1, r=me
  843. # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7f3d9233b236 - Phil Ringnalda - merge m-c to m-i
  844. # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a032bf27fa05 - Brian Smith - Bug 795987: Upgrade NSPR to NSPR_4_9_3_BETA1, r=me
  845. # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ddd4e4a5f337 - Brian Smith - Bug 767241, Part 1: Create scoped pointer types for NSS types, r=honzab
  846. # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b0fc903a0749 - Matt Woodrow - Bug 795722 - Clear our cached ImageContainer when the imgFrame changes. r=joe
  847. # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/396630ce4035 - Matt Woodrow - Bug 770144 - Use FuzzyEqual to compare layer scale values. r=roc
  848. # [07:04] * Quits: mcomella_ (mcomella@moz-B10FF54F.ri.ri.cox.net) (Ping timeout)
  849. # [07:05] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  850. # [07:06] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  851. # [07:06] * Joins: smontagu (chatzilla@B19B1D67.B025852C.CC465D70.IP)
  852. # [07:06] * Quits: ekw (ekw@moz-6E1EB62D.dhcp.mtpk.ca.charter.com) (Quit: Happy trails!)
  853. # [07:08] * Quits: Mook (mook@moz-8F011215.dsl.teksavvy.com) (Quit: Mook)
  854. # [07:08] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  855. # [07:09] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  856. # [07:10] * khuey is now known as khuey|away
  857. # [07:11] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  858. # [07:13] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  859. # [07:15] * aja curses the Giants
  860. # [07:15] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  861. # [07:17] <bsmith> Who can explain when to use TemporaryRef vs RefPtr?
  862. # [07:18] <bsmith> i.e. which is best: RefPtr<T> foo(); TemporaryRef<T> foo(); something else?
  863. # [07:18] <bsmith> and, which is best?: void foo(RefPtr<T> p); void foo(TemporaryPtr<T> p); something else?
  864. # [07:19] <brendan> bsmith: what does MDN say?
  865. # [07:21] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
  866. # [07:21] <jaws> jst: ping?
  867. # [07:23] <jaws> jst: there's a student project to port fennec's reader mode to desktop firefox. fennec implemented this http://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/JSDOMParser.js for reader mode? would copying this over to desktop be acceptable?
  868. # [07:23] <bsmith> brendan: nothing, about TemporaryRef or RefPtr, that I can find
  869. # [07:23] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  870. # [07:24] <brendan> github.com/mozilla/sweet.js
  871. # [07:24] <bsmith> I am used to already_AddRefed<T> foo(); and foo(T*) but I've heard rumors that this is not in vogue any more.
  872. # [07:24] <brendan> er
  873. # [07:24] * Quits: ehugg (chatzilla@moz-44D86B1E.cisco.com) (Quit: ChatZilla 0.9.88.2 [Firefox 15.0.1/20120907231835])
  874. # [07:25] <brendan> https://developer.mozilla.org/en-US/docs/nsRefPtr
  875. # [07:26] <brendan> bsmith: comments in mfbt/RefPtr.h seem your best bet
  876. # [07:26] <brendan> also seem clear enough
  877. # [07:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/97362b531a38 - Gene Lian - Bug 795209 - System Message API: Fail to fire 'icc-stkcommand' system messages. r=fabrice
  878. # [07:27] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  879. # [07:27] * Parts: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
  880. # [07:30] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: nbvcx)
  881. # [07:32] * Joins: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP)
  882. # [07:33] * Quits: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP) (Quit: Leaving)
  883. # [07:33] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  884. # [07:33] * Joins: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com)
  885. # [07:33] * dzbarsky1 is now known as dzbarsky
  886. # [07:33] * philor is now known as philor|away
  887. # [07:33] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  888. # [07:33] * ChanServ sets mode: +o ehsan
  889. # [07:34] * Quits: Mossop (mossop@moz-347C3D31.dsl.dynamic.sonic.net) (Ping timeout)
  890. # [07:36] * jcranmer is now known as jcranmer|away
  891. # [07:38] * jwir3 is now known as jwir3|away
  892. # [07:39] * philor|away is now known as philor
  893. # [07:40] * Quits: automata (automata@54E33E42.8C845056.16867D26.IP) (Ping timeout)
  894. # [07:40] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  895. # [07:40] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  896. # [07:41] * Joins: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net)
  897. # [07:41] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  898. # [07:44] * Quits: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com) (Ping timeout)
  899. # [07:44] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Connection reset by peer)
  900. # [07:44] * Joins: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com)
  901. # [07:44] * Quits: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com) (Quit: away)
  902. # [07:45] * Joins: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com)
  903. # [07:46] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  904. # [07:46] * ChanServ sets mode: +o ehsan
  905. # [07:49] * Quits: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com) (Ping timeout)
  906. # [07:49] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  907. # [07:50] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  908. # [07:53] * Quits: sfink|flu (chatzilla@moz-615DB5A4.dsl.pltn13.sbcglobal.net) (Ping timeout)
  909. # [07:54] * Joins: sfink|flu (chatzilla@moz-615DB5A4.dsl.pltn13.sbcglobal.net)
  910. # [07:54] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  911. # [07:54] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Quit: Leaving.)
  912. # [07:55] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  913. # [07:55] * Joins: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP)
  914. # [07:55] * Quits: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP) (Client exited)
  915. # [07:56] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Connection reset by peer)
  916. # [07:56] <markh> if browser.xul has a tag <myfoo something="whatever">, and myfoo is an XBL binding, is there anything I can do to delay the binding of the XBL to the element? eg, I've tried adding hidden="true" and style="display: none", but the binding still happens quite early...
  917. # [07:57] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Client exited)
  918. # [07:57] * Joins: harth (harth@moz-CF96C405.hsd1.ca.comcast.net)
  919. # [07:57] * markh wonders where bz is when you need him...
  920. # [07:57] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  921. # [07:58] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  922. # [08:00] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  923. # [08:03] * Joins: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl)
  924. # [08:03] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  925. # [08:04] * Joins: past (past@moz-271C4BD7.dsl.dyn.forthnet.gr)
  926. # [08:06] * Joins: wolfiR (wolfiR@moz-25F1B2C7.dip0.t-ipconnect.de)
  927. # [08:06] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  928. # [08:07] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Input/output error)
  929. # [08:07] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  930. # [08:08] <Bas> philor: Thanks for backout, and sorry :s
  931. # [08:08] <philor> Bas: no worries, it happens, rather like it's happening to jlebar
  932. # [08:08] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  933. # [08:09] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Ping timeout)
  934. # [08:09] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  935. # [08:09] <Bas> philor: As you concluded the world must've changed from under me :s I'll make sure I'll try as recent as possible this time! :)
  936. # [08:11] * jlebar|away is now known as jlebar
  937. # [08:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/80f9522602c5 - Phil Ringnalda - Back out 17b5b5dcd308, 04af81445c05, 15cc0aabab67 (bug 788021) and 2575a2f89d22 (bug 790417) for Linux crashes
  938. # [08:13] <philor> oops, I should have looked at the debug log, it would have told me which was crashing
  939. # [08:13] * jlebar is now known as jlebar|sleep
  940. # [08:15] * Quits: kanru (kanru@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  941. # [08:15] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  942. # [08:18] * Joins: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net)
  943. # [08:19] * njn wonders if he'll ever top making errors with quotes in shell scripts
  944. # [08:19] <glob> njn, top, or stop?
  945. # [08:20] * Quits: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com) (Ping timeout)
  946. # [08:20] <njn> glob: *stop
  947. # [08:20] <njn> heh
  948. # [08:20] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Connection reset by peer)
  949. # [08:21] * Joins: ehsan_ (ehsan@moz-C48D29C4.cable.teksavvy.com)
  950. # [08:22] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  951. # [08:22] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  952. # [08:23] <nigelb> njn: maybe you should stop making typos :P
  953. # [08:24] * Quits: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net) (Ping timeout)
  954. # [08:25] * Joins: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net)
  955. # [08:25] * Joins: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com)
  956. # [08:25] * Joins: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net)
  957. # [08:26] * Quits: tchevalier (Daily@moz-2D6D952C.w109-210.abo.wanadoo.fr) (Quit: tchevalier)
  958. # [08:28] * Joins: andersh (andersh@moz-877B4985.bredband.3.dk)
  959. # [08:32] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  960. # [08:37] <glazou> bonjour
  961. # [08:37] * nthomas|away is now known as nthomas
  962. # [08:38] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Input/output error)
  963. # [08:38] * Fallen|away is now known as Fallen
  964. # [08:39] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  965. # [08:39] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Quit: Leaving.)
  966. # [08:39] * philor is now known as philor|away
  967. # [08:41] * Quits: espadrine (thaddee_ty@moz-584E2C13.dclient.lsne.ch) (Ping timeout)
  968. # [08:44] * philor|away is now known as philor
  969. # [08:48] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  970. # [08:48] * Quits: ferjm|afk (ferjm@moz-45CEBBA9.red-83-42-171.dynamicip.rima-tde.net) (Quit: Leaving)
  971. # [08:49] * Joins: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP)
  972. # [08:50] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Client exited)
  973. # [08:51] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  974. # [08:51] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  975. # [08:52] * Joins: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
  976. # [08:55] * Joins: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com)
  977. # [08:55] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  978. # [08:57] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  979. # [08:58] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  980. # [08:59] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
  981. # [09:02] * Quits: njn (chatzilla@moz-A1F406B6.dyn.iinet.net.au) (Quit: ChatZilla 0.9.89 [Firefox 18.0a1/20120930160539])
  982. # [09:02] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  983. # [09:04] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  984. # [09:08] * Joins: teoli (teoli@514D186.F3BBB17D.144F44FA.IP)
  985. # [09:09] * Quits: harth (harth@moz-CF96C405.hsd1.ca.comcast.net) (Input/output error)
  986. # [09:11] * Joins: Mano (mano@moz-93A154A4.bb.netvision.net.il)
  987. # [09:11] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Ping timeout)
  988. # [09:12] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  989. # [09:12] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  990. # [09:13] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  991. # [09:13] * Quits: jet (junglecode@E9758364.9EC0A5AF.CFE928A7.IP) (Quit: jet)
  992. # [09:14] * glob is now known as bolg
  993. # [09:14] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  994. # [09:14] * Joins: bholley (anonymous@moz-A0E5591A.net-89-2-152.rev.numericable.fr)
  995. # [09:15] * Joins: squeakytoy (christoffe@moz-9E84F244.netset.se)
  996. # [09:15] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  997. # [09:15] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  998. # [09:15] * Parts: Al (Mibbit@moz-99690620.hinet-ip.hinet.net)
  999. # [09:16] * Joins: Al (Mibbit@moz-99690620.hinet-ip.hinet.net)
  1000. # [09:16] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  1001. # [09:17] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  1002. # [09:17] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1003. # [09:17] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1004. # [09:18] * bolg is now known as ms0ger
  1005. # [09:18] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1006. # [09:19] * Quits: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net) (Quit: kentuckyfriedtakahe)
  1007. # [09:19] * ms0ger is now known as glob
  1008. # [09:19] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1009. # [09:19] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1010. # [09:20] * Joins: RealRaven (Thunderbir@moz-DE6F6048.threembb.ie)
  1011. # [09:21] * Quits: Al (Mibbit@moz-99690620.hinet-ip.hinet.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1012. # [09:22] * Joins: atsai (Mibbit@moz-99690620.hinet-ip.hinet.net)
  1013. # [09:22] * Joins: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
  1014. # [09:23] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1015. # [09:24] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Connection reset by peer)
  1016. # [09:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1017. # [09:26] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1018. # [09:26] * Joins: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP)
  1019. # [09:26] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Linkinus - http://linkinus.com)
  1020. # [09:26] * Quits: vikash (vikash@F2569DC1.2905CAEE.5D9ABA9F.IP) (Connection reset by peer)
  1021. # [09:26] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
  1022. # [09:27] * Quits: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net) (Input/output error)
  1023. # [09:28] * Quits: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net) (Ping timeout)
  1024. # [09:28] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1025. # [09:29] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1026. # [09:29] * Joins: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net)
  1027. # [09:30] * Quits: fitzgen (fitzgen@moz-264AAFA3.hsd1.wa.comcast.net) (Quit: zzzzzzzzz)
  1028. # [09:30] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1029. # [09:30] * philor is now known as philor|away
  1030. # [09:32] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Client exited)
  1031. # [09:32] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1032. # [09:33] <KWierso|Home> bonjour already? :(
  1033. # [09:33] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1034. # [09:34] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1035. # [09:35] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  1036. # [09:36] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1037. # [09:38] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1038. # [09:40] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  1039. # [09:40] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1040. # [09:41] * Joins: protz (protz@moz-E29D2A15.inria.fr)
  1041. # [09:42] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1042. # [09:42] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1043. # [09:43] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  1044. # [09:43] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  1045. # [09:44] * Quits: Mano (mano@moz-93A154A4.bb.netvision.net.il) (Client exited)
  1046. # [09:44] * Quits: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net) (Quit: Leaving.)
  1047. # [09:45] * Joins: RealRaven1 (Thunderbir@1ADA3892.E93B7327.C3498625.IP)
  1048. # [09:45] * Quits: RealRaven (Thunderbir@moz-DE6F6048.threembb.ie) (Ping timeout)
  1049. # [09:45] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1050. # [09:47] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1051. # [09:48] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1052. # [09:51] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1053. # [09:52] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  1054. # [09:52] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1055. # [09:53] * Quits: trevorh (trevor@moz-250FDF8D.lns10.woo.bigpond.net.au) (Quit: Leaving.)
  1056. # [09:56] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1057. # [09:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/13140a27ff09 - Jared Wein - Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
  1058. # [09:57] <markh> jaws is sharing the love :)
  1059. # [09:57] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1060. # [09:58] * Joins: Ms2ger (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be)
  1061. # [09:58] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  1062. # [09:59] * Ms2ger eyes the tree
  1063. # [09:59] * Joins: vporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  1064. # [09:59] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (No route to host)
  1065. # [10:00] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  1066. # [10:00] * Quits: vporof (victorporo@2093E2F.602BD6C.79933D60.IP) (No route to host)
  1067. # [10:00] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  1068. # [10:00] * Joins: sewardj (sewardj@moz-F9AFA5D9.dip.t-dialin.net)
  1069. # [10:01] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1070. # [10:02] <glazou> KWierso|Home: well, it's almost 10am here
  1071. # [10:02] <KWierso|Home> glazou: yeah, but that means it's already almost 1am here :P
  1072. # [10:03] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1073. # [10:06] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1074. # [10:07] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1075. # [10:08] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1076. # [10:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3b58a62ebfd9 - Mark Hammond - Bug 795518 - window.close() in social windows should close social panel. r=jaws
  1077. # [10:11] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/2f2fc4efee89 - Victor Porof - Bug 794887 - Some entities in debugger.dtd are unused, r=past
  1078. # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/0f91d1acd09b - Heather Arthur - Bug 789364 - Light theme for markup panel, orion, and rule view, r=paul
  1079. # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/85dd8e346102 - Tim Taubert - merge m-c to fx-team
  1080. # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/a2214e8900c0 - Victor Porof - Bug 782877 - Intermittent browser_dbg_bfcache.js | uncaught JS exception - TypeError: element is undefined at debugger-controller.js:1275, r=rcampbell
  1081. # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/0c8442db91fe - Victor Porof - Bug 790553 - Increase the timeout when connecting to Firefox for Android from the Remote Debugger, r=past
  1082. # [10:11] <firebot> http://hg.mozilla.org/mozilla-central/rev/59783c7c3040 - Victor Porof - Bug 795009 - REMOTE_PROFILE_NAME should actually be chrome, r=past
  1083. # [10:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/cd72779323e1 - Julian Muenster - Bug 791163 - Add addon-options-displayed/addon-options-hidden as constants on AddonManager. r=Unfocused
  1084. # [10:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/1ef6d7852465 - Jan Skrasek - Bug 785903 - Markup panel selection should scroll to the center when highlighting, r=dcamp
  1085. # [10:12] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1086. # [10:13] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  1087. # [10:14] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1088. # [10:14] * Joins: squib_ (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1089. # [10:14] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Ping timeout)
  1090. # [10:15] * Joins: tzimmermann (tzimmerman@moz-E467D1C8.pools.arcor-ip.net)
  1091. # [10:17] * Quits: protz (protz@moz-E29D2A15.inria.fr) (Quit: Leaving)
  1092. # [10:17] * nthomas is now known as nthomas|away
  1093. # [10:17] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1094. # [10:18] <jaws> Ms2ger: i pushed it to try before landing this time :)
  1095. # [10:18] <Ms2ger> jaws++
  1096. # [10:18] <firebot> Check-in:
  1097. # [10:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6c2462765e83 - David Bienvenu - Bug 679626 crash in nsIDOMWindowInternal::GetDocShell with signature pointing to nsASDOMWindowEnumerator::GetNext - try to avoid windows with no docshells. r=bz
  1098. # [10:19] * Joins: garnacho (carlos@moz-B27B0825.dyn.user.ono.com)
  1099. # [10:19] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1100. # [10:21] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1101. # [10:21] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  1102. # [10:21] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1103. # [10:23] * Joins: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP)
  1104. # [10:24] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1105. # [10:25] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Ping timeout)
  1106. # [10:25] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1107. # [10:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1108. # [10:26] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
  1109. # [10:26] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  1110. # [10:27] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  1111. # [10:27] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1112. # [10:28] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1113. # [10:29] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1114. # [10:30] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1115. # [10:31] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1116. # [10:31] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1117. # [10:32] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  1118. # [10:35] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1119. # [10:36] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1120. # [10:36] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1121. # [10:37] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1122. # [10:37] * Parts: fantasai (fantasai@moz-B8B22C00.org)
  1123. # [10:39] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1124. # [10:40] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1125. # [10:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ac380af56c49 - Chris Jones - Back out 17f942846b9f (bug 795811) for causing startup crashes.
  1126. # [10:42] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1127. # [10:43] * Joins: edmorley (edmorley@moz-67606CCE.range86-144.btcentralplus.com)
  1128. # [10:45] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1129. # [10:45] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1130. # [10:47] <KWierso|Home> ooh, we're like 2-3 days away from hitting bug 800000...
  1131. # [10:47] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1132. # [10:48] <glob> KWierso|Home, i hope it's slightly longer. people: stop filing bugs
  1133. # [10:48] <KWierso|Home> you still hoping to take up the offer in bug 700000?
  1134. # [10:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2520fd9f3883 - Marty Rosenberg - Add narrowing into range analysis, greatly speeding up some testcases (bug 765119, jandem)
  1135. # [10:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7895a56d434d - Marty Rosenberg - Teach RangeAnalysis how to deal with unreachable blocks (bug 765119, r=dvander)
  1136. # [10:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bca9d7ef2727 - Marty Rosenberg - Add a bunch of features to range analysis to make it optimize more. (bug 765119, r=jandem)
  1137. # [10:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/dbc7e1bc48d0 - Marty Rosenberg - Fix a bunch of bugs that the fuzzers found (bug 765119, r=dvander)
  1138. # [10:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ba4e134b13fd - Marty Rosenberg - Beta nodes sholud be able to have infinite ranges, fixes very slow testcase (bug 765119, r=dvander)
  1139. # [10:49] <glob> KWierso|Home, haha :)
  1140. # [10:50] * Parts: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
  1141. # [10:50] <@dolske> -.-
  1142. # [10:50] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1143. # [10:50] <KWierso|Home> I am going to stab this fly in the face with a rock if it lands on my monitor or myself one more time...
  1144. # [10:51] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1145. # [10:52] <KWierso|Home> after shooing it away from said monitor and self, so as not to give my laptop or myself another concussion
  1146. # [10:52] <KWierso|Home> of course
  1147. # [10:52] * Quits: Optimizer (Optimizer@48E308C7.7751734E.BE90E62C.IP) (Ping timeout)
  1148. # [10:52] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1149. # [10:53] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1150. # [10:54] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1151. # [10:55] <Ms2ger> dolske, well...
  1152. # [10:55] <Ms2ger> dolske, you said "bug 8000000", not "bug 800000"
  1153. # [10:55] <Ms2ger> So we've got some time still
  1154. # [10:55] <KWierso|Home> Ms2ger++
  1155. # [10:56] * Joins: Optimizer (Optimizer@FAD30E43.CADDDC1.D2D1FAF0.IP)
  1156. # [10:56] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1157. # [10:58] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1158. # [10:59] <KWierso|Home> unfortunately for that fly, I have no qualms about bugging my neighbors upstairs by hitting the ceiling with a flyswatter at two oclock in the morning... :)
  1159. # [11:01] * edmorley pokes Ms2ger
  1160. # [11:01] <Ms2ger> Dammit.
  1161. # [11:01] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1162. # [11:02] <Ms2ger> This all passed try just now...
  1163. # [11:02] * glob is now known as glob|away
  1164. # [11:02] <KWierso|Home> aliens
  1165. # [11:02] <Ms2ger> nsAttrValueInlines.h?
  1166. # [11:02] <Ms2ger> khuey--
  1167. # [11:02] <edmorley> Ms2ger: m-c is quiet, up to you how you deal with it, fwiw
  1168. # [11:02] * Joins: arnaud_bienner (arno@moz-E5999353.rev.sfr.net)
  1169. # [11:03] <Ms2ger> Someone added new PtrBits uses, apparently
  1170. # [11:03] * Joins: dao (dao@moz-296D3672.pool.mediaways.net)
  1171. # [11:03] <Ms2ger> MXR down?
  1172. # [11:03] <KWierso|Home> works for me
  1173. # [11:04] <KWierso|Home> or at least, the landing pages parts of it
  1174. # [11:04] <KWierso|Home> and a search
  1175. # [11:04] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1176. # [11:04] <edmorley> Ms2ger: might there also be more on inbound?
  1177. # [11:04] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1178. # [11:04] <Ms2ger> I doubt it
  1179. # [11:06] * Ms2ger tries closing firefox
  1180. # [11:07] * Quits: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP) (No route to host)
  1181. # [11:08] * Quits: Optimizer (Optimizer@FAD30E43.CADDDC1.D2D1FAF0.IP) (Ping timeout)
  1182. # [11:08] * Quits: sfink|flu (chatzilla@moz-615DB5A4.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1183. # [11:08] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1184. # [11:08] * Joins: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP)
  1185. # [11:08] * Joins: msucan (mihai@782EB6D4.8DC89BFB.21A4E96A.IP)
  1186. # [11:09] * Joins: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net)
  1187. # [11:09] * Quits: squib_ (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1188. # [11:10] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1189. # [11:10] * Joins: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net)
  1190. # [11:10] * Quits: Ms2ger (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be) (Quit: Leaving)
  1191. # [11:11] * Joins: Ms2ger (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be)
  1192. # [11:11] * Joins: Optimizer (Optimizer@329DF061.6406F573.D5D59AD9.IP)
  1193. # [11:11] * Joins: sfink|flu (chatzilla@moz-615DB5A4.dsl.pltn13.sbcglobal.net)
  1194. # [11:12] * Quits: lerc (quassel@121-74-231-169.telstraclear.net) (Ping timeout)
  1195. # [11:12] <Ms2ger> edmorley, sorry about that
  1196. # [11:12] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  1197. # [11:12] <edmorley> np
  1198. # [11:13] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/c9a8f55d8541 - Ms2ger - Bug 793314 - Followup: Remove PtrBits from nsAttrValueInlines.h.
  1199. # [11:13] <edmorley> Ms2ger: changes between the try run and pushing are kind of unavoidable
  1200. # [11:13] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1201. # [11:14] * Joins: lerc (quassel@moz-4C3E2C0F.telstraclear.net)
  1202. # [11:14] <Ms2ger> edmorley, unless I make m-c my tryserver! ;)
  1203. # [11:14] <edmorley> ha
  1204. # [11:14] <KWierso|Home> then you'd just lag against inbound
  1205. # [11:15] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1206. # [11:16] <KWierso|Home> what the hell am I still doing up after 2am? I have nothing needing to be done except possibly making snarky comments on IRC and/or killing more flies...
  1207. # [11:16] * Ms2ger puts an extra sugar in his tea
  1208. # [11:16] <Ms2ger> KWierso|Home, killing flies is an important job!
  1209. # [11:16] * heycam is now known as heycam|away
  1210. # [11:17] <Ms2ger> And I repeat someone's question: when do we disable the tilt tests?
  1211. # [11:18] <KWierso|Home> before they level out?
  1212. # [11:18] * aja groans
  1213. # [11:18] <KWierso|Home> see?
  1214. # [11:18] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1215. # [11:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c25274efa6f6 - Steven Lee - Bug 783500 - Hook up IdleAPI to permissions manager, r=jlebar
  1216. # [11:20] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  1217. # [11:20] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1218. # [11:23] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1219. # [11:24] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1220. # [11:24] <Ms2ger> http://i.qkme.me/3r5x55.jpg
  1221. # [11:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1222. # [11:27] <jaws> Ms2ger++, KWierso|Home++
  1223. # [11:30] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1224. # [11:30] * aja groans again
  1225. # [11:30] <Ms2ger> Yay, Callek joined the Rebellion!
  1226. # [11:31] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1227. # [11:32] <gaston> against what ? nspr ?
  1228. # [11:34] <Ms2ger> Zing
  1229. # [11:34] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: brb)
  1230. # [11:35] * Quits: arnaud_bienner (arno@moz-E5999353.rev.sfr.net) (Quit: Ex-Chat)
  1231. # [11:35] <Ms2ger> test_imagemap failures are dlbi's fault, right?
  1232. # [11:35] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1233. # [11:37] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1234. # [11:37] * Quits: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com) (Ping timeout)
  1235. # [11:40] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1236. # [11:41] <mattwoodrow> Ms2ger: I don't think so, the bug for that has being going since long before DLBI landed
  1237. # [11:41] * Joins: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net)
  1238. # [11:41] <Ms2ger> Yeah, but didn't you make it worse?
  1239. # [11:42] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1240. # [11:42] <mattwoodrow> maybe marginally?
  1241. # [11:43] <Ms2ger> edmorley, can we just disable it? :)
  1242. # [11:43] <edmorley> yeah why not
  1243. # [11:43] <edmorley> as for tilt, if I don't get a response in the next day or so I'm disabling all tilt tests on linux x86
  1244. # [11:44] <Ms2ger> \o/
  1245. # [11:44] * Quits: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP) (Quit: time for some Zzzz's)
  1246. # [11:44] <edmorley> I can't believe I had the orangefactor nearing 2 at one point a few weeks ago and now we're back up to near 4
  1247. # [11:44] <edmorley> but anyway
  1248. # [11:44] <Ms2ger> Also, did I mention that robocop has silly failure output?
  1249. # [11:45] <edmorley> the triple thing?
  1250. # [11:45] <edmorley> yeah annoys me, on my list
  1251. # [11:45] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1252. # [11:45] <Ms2ger> Another thing
  1253. # [11:46] <Ms2ger> Did I mention lately you rock?
  1254. # [11:46] <edmorley> heh :-)
  1255. # [11:47] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1256. # [11:47] <Ms2ger> No, seriously
  1257. # [11:47] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1258. # [11:47] * ChanServ sets mode: +o roc
  1259. # [11:47] <edmorley> as do you, mr 21 changesets whilst also doing my course ;-)
  1260. # [11:48] <Ms2ger> You don't know how well I do there ;)
  1261. # [11:48] <Ms2ger> And, I guess, 22 now :)
  1262. # [11:50] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1263. # [11:52] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1264. # [11:53] <Ms2ger> mjrosenb, ping
  1265. # [11:55] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1266. # [11:55] * Joins: altsai (Conjuror@moz-99690620.hinet-ip.hinet.net)
  1267. # [11:55] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1268. # [11:56] * kaze|zZz is now known as kaze
  1269. # [11:56] * Quits: altsai (Conjuror@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1270. # [11:57] * Quits: atsai (Mibbit@moz-99690620.hinet-ip.hinet.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1271. # [11:57] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1272. # [11:57] * ChanServ sets mode: +o smaug
  1273. # [11:57] <edmorley> Ms2ger: I know you must be getting at least an 'A' in procrastination... :P
  1274. # [11:57] <Ms2ger> Oh, if I only I had such a course :)
  1275. # [11:57] * Joins: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net)
  1276. # [11:58] <Ms2ger> I think mjrosenb is getting escorted out of the tree
  1277. # [11:58] * ewong|sleep is now known as ewong
  1278. # [11:58] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1279. # [11:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/64fce23853df - Ed Morley - Bug 745788 - Temporarily disable test_imagemap.html for frequent timeouts
  1280. # [12:01] <Ms2ger> And browser_dbg_bfcache.js / TypeError: element is undefined ain't happy either
  1281. # [12:01] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1282. # [12:01] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  1283. # [12:02] <edmorley> Ms2ger: fixed on fx-team
  1284. # [12:02] <edmorley> and m-c now actually
  1285. # [12:02] <Ms2ger> Shall I merge over? :
  1286. # [12:02] <Ms2ger> :)
  1287. # [12:02] <edmorley> I'm using the "add whitebaord column to orangefactor" patch locally, makes things like that clearer
  1288. # [12:03] <edmorley> Ms2ger: bustage on inbound, hold off a sec
  1289. # [12:03] <edmorley> mjrosenb: ping
  1290. # [12:03] <Ms2ger> edmorley, I tried
  1291. # [12:03] <Ms2ger> He'd been gone for >4 hours
  1292. # [12:03] <edmorley> oh yeah, sorry
  1293. # [12:03] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1294. # [12:04] <Ms2ger> (It's pretty obviously him)
  1295. # [12:04] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1296. # [12:04] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1297. # [12:05] * Quits: chucklee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
  1298. # [12:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/15ec3a643b0b - Ed Morley - Backout dbc7e1bc48d0 (bug 765119) for make check failures
  1299. # [12:06] * Joins: graememcc (chatzilla@moz-F5BC5D6A.range86-148.btcentralplus.com)
  1300. # [12:06] <edmorley> oh ffs copy pasta fail
  1301. # [12:07] * Quits: ferongr (ferongr@moz-C4558221.dsl.dyn.forthnet.gr) (Ping timeout)
  1302. # [12:07] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1303. # [12:07] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1304. # [12:07] <edmorley> copied the start and end ranges as both being the first cset
  1305. # [12:08] <Ms2ger> Woops :)
  1306. # [12:08] <Ms2ger> bsmith, fwiw, nsRefPtr is still perfectly fine
  1307. # [12:09] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1308. # [12:09] * Joins: ferongr (ferongr@moz-B773A961.dsl.dyn.forthnet.gr)
  1309. # [12:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c76b04f5a2b5 - Ed Morley - Backout 7895a56d434d, 2520fd9f3883, bca9d7ef2727, ba4e134b13fd (bug 765119) for make check failures
  1310. # [12:10] * Quits: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
  1311. # [12:12] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1312. # [12:13] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  1313. # [12:13] * Joins: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com)
  1314. # [12:14] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1315. # [12:15] * Ms2ger pulls from inbound, builds
  1316. # [12:17] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1317. # [12:17] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1318. # [12:20] <Optimizer> does the nsiTimer persists across windows opening and closing ?
  1319. # [12:20] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1320. # [12:21] <Optimizer> as in open window 1, create a one shot to be fired after 10 minutes, open window 2, close window 1 before 10 minutes are over,
  1321. # [12:21] <Optimizer> will the timer be still fired
  1322. # [12:21] <Optimizer> ?
  1323. # [12:22] <Yoric> Well, unless the timer is garbage-collected, it should be preserved.
  1324. # [12:22] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Quit: Leaving.)
  1325. # [12:22] <Yoric> So it depends on where the variable is stored, I guess.
  1326. # [12:22] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Ping timeout)
  1327. # [12:22] <Optimizer> in a bootstrap file of my addon
  1328. # [12:22] <Optimizer> restat less
  1329. # [12:23] <Ms2ger> I believe nsITimers aren't released before their timer fires
  1330. # [12:23] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1331. # [12:24] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
  1332. # [12:24] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1333. # [12:24] * Joins: surkov (surkov@D42CCF7A.CE67D555.26B1D6E2.IP)
  1334. # [12:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1335. # [12:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/da5df2c1ae16 - Hsin-Yi Tsai - Bug 795255 - B2G RIL: improve error handling mechanism for 'setCallWaiting'. r=vicamo
  1336. # [12:28] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  1337. # [12:29] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1338. # [12:29] * Joins: KaiRo (robert@moz-E909B28A.adsl.highway.telekom.at)
  1339. # [12:29] * ewong is now known as ewong|afksleepIthink
  1340. # [12:30] * mattwoodrow is now known as mattwoodrow|away
  1341. # [12:30] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1342. # [12:30] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1343. # [12:31] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1344. # [12:34] * glazou is now known as glazou_lunch
  1345. # [12:34] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1346. # [12:34] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
  1347. # [12:35] * Joins: whimboo (whimboo@moz-CAA15461.superkabel.de)
  1348. # [12:35] <Ms2ger> smaug, yt?
  1349. # [12:35] <whimboo> smaug: whenever you need help I'm around th enext 3h
  1350. # [12:36] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1351. # [12:37] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Ping timeout)
  1352. # [12:38] * Quits: mike5w3c (MikeS@moz-9C602174.xgsspn.imtp.tachikawa.spmode.ne.jp) (Quit: mike5w3c)
  1353. # [12:38] * Joins: mike5w3c (MikeS@moz-9C602174.xgsspn.imtp.tachikawa.spmode.ne.jp)
  1354. # [12:40] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1355. # [12:40] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1356. # [12:40] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  1357. # [12:43] <sewardj> anybody here good for a simple how-to-use question about nsCOMPtr ?
  1358. # [12:43] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1359. # [12:44] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1360. # [12:45] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  1361. # [12:46] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1362. # [12:47] <Ms2ger> Shoot
  1363. # [12:48] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1364. # [12:48] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1365. # [12:48] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1366. # [12:48] * Joins: andreasn (andreasn@moz-171E5C3D.a336.priv.bahnhof.se)
  1367. # [12:48] <sewardj> Ms2ger: http://pastebin.mozilla.org/1854462
  1368. # [12:49] <sewardj> Ms2ger: CleanupWidgetTracing ...
  1369. # [12:49] <sewardj> Ms2ger: is that correct? valgrind reports double frees in here
  1370. # [12:49] <Ms2ger> Oh dear
  1371. # [12:49] <Ms2ger> No, that's bad
  1372. # [12:49] <sewardj> Ms2ger: and I wonder if it right both to delete sTracerRunnable
  1373. # [12:49] <sewardj> and then assign nullptr to it
  1374. # [12:49] * Quits: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1375. # [12:50] <sewardj> Ms2ger: which somehow causes nsCOMPtr to do Release again ?
  1376. # [12:50] * Joins: smaug (chatzilla@moz-104CC309.mv.mozilla.com)
  1377. # [12:50] * ChanServ sets mode: +o smaug
  1378. # [12:50] <sewardj> is that a correct understanding?
  1379. # [12:50] * Quits: kanru (kanru@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1380. # [12:50] <Ms2ger> the '= nullptr' calls Release(), which does delete this, but this is already freed...
  1381. # [12:50] <@smaug> Ms2ger: pong
  1382. # [12:50] <Ms2ger> Just kill the delete, please
  1383. # [12:51] <@smaug> whimboo: I got the vpn working
  1384. # [12:51] <sewardj> Ms2ger: so that the only thing left in is "sTracerRunnable = nullptr;" ?
  1385. # [12:51] <@smaug> just about to start testing
  1386. # [12:51] <Ms2ger> smaug, nsFocusManager:: 1.14 + void SetMouseButtonDownHandlingDocument(nsIDocument* aDocument)
  1387. # [12:51] <Ms2ger> sewardj, correct
  1388. # [12:51] <sewardj> Ms2ger: thanks
  1389. # [12:51] <@smaug> whimboo: http://10.250.73.243:8080/ is the right address?
  1390. # [12:51] <Ms2ger> Er, that pasted weird
  1391. # [12:51] <whimboo> smaug: nice. so you will have to wait until the next nighlty/aurora builds will appear
  1392. # [12:51] <Ms2ger> smaug, is it bad if we hit the ASSERTION(!aDocument || !mMouseDownEventHandlingDocument)?
  1393. # [12:51] <whimboo> smaug: yes it is
  1394. # [12:51] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1395. # [12:52] * Ms2ger whacks blassey and dougt
  1396. # [12:52] <whimboo> smaug: once builds appear in 'Build Queue' you can assume that you can start the investigation
  1397. # [12:52] <@smaug> whimboo: oh... so how do I know when to click 'enable aurorefresh'
  1398. # [12:53] <@smaug> ahaa
  1399. # [12:53] * Joins: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com)
  1400. # [12:53] <@smaug> Ms2ger: looking
  1401. # [12:53] <whimboo> smaug: that one was probably false alarm. its even reproducible with it disabled
  1402. # [12:53] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1403. # [12:53] <@smaug> whimboo: so I could enable the autorefresh now?
  1404. # [12:54] <whimboo> smaug: not necessary but yes, you cna do
  1405. # [12:54] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
  1406. # [12:55] <Ms2ger> baku++
  1407. # [12:55] <baku> Ms2ger, I was just writing: do we have any spec about it?
  1408. # [12:55] <Ms2ger> WebIDL
  1409. # [12:55] <@smaug> whimboo: could you perhaps run the thing using a debug build of firefox?
  1410. # [12:56] <@smaug> whimboo: and set XPCOM_MEM_LEAK_LOG=1 environment variable
  1411. # [12:56] <@smaug> first set that, run FF and the page until it causes some problems and then close FF
  1412. # [12:56] <@smaug> if there are runtime leaks, they should be reported
  1413. # [12:56] <@smaug> s/runtime/shutdown/
  1414. # [12:57] <@smaug> I'm hoping there are only runtime leaks, not shutdown
  1415. # [12:57] <whimboo> smaug: i'm sorry but I will not have time for it today
  1416. # [12:57] <@smaug> k
  1417. # [12:57] <@smaug> I'll do it then
  1418. # [12:57] <whimboo> smaug: have to work on the webrtc mochitests and have to leave in 3h
  1419. # [12:57] <@smaug> if I reproduce this leak
  1420. # [12:57] <@smaug> whimboo: ok, np
  1421. # [12:57] <whimboo> smaug: i'm fairly sure you can
  1422. # [12:57] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1423. # [12:57] <whimboo> smaug: if not please comment on the bug and I can have a look on thursday
  1424. # [12:58] <@smaug> so now I need some builds ?
  1425. # [12:58] <whimboo> smaug: would be easier to reproduce if you have a local ci instance running and watch all builds not only the nightly ones
  1426. # [12:58] <whimboo> yes
  1427. # [12:58] <@smaug> whimboo: does that mean someone should push something to m-c or aurora?
  1428. # [12:58] <whimboo> you will have to wait until the ones from today appear
  1429. # [12:59] <whimboo> no. we don't run tests based on checkin
  1430. # [12:59] <whimboo> but on nightly builds
  1431. # [12:59] <@smaug> ah
  1432. # [12:59] <@smaug> ok
  1433. # [12:59] <whimboo> if you setup your own version you can change set to tinderbox
  1434. # [12:59] <whimboo> s/set/that
  1435. # [12:59] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1436. # [13:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7897fb9e2563 - Shian-Yow Wu - Bug 794767 - B2G RIL: Handle data call error without APN name. r=vicamo
  1437. # [13:00] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
  1438. # [13:01] <@smaug> Ms2ger: I assume you don't know why that assertion fires
  1439. # [13:01] <Ms2ger> No, I just saw it in a tinderbox log
  1440. # [13:01] <@smaug> um, this vpn connection is a bit painful
  1441. # [13:02] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Quit: OS update)
  1442. # [13:03] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1443. # [13:03] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1444. # [13:03] <@smaug> Ms2ger: ah, I see...
  1445. # [13:04] * AutomatedTester|AFK is now known as AutomatedTester
  1446. # [13:04] <@smaug> Ms2ger: do you know which test caused the assertion
  1447. # [13:04] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1448. # [13:04] <@smaug> hmm, wait
  1449. # [13:05] <Ms2ger> https://tbpl.mozilla.org/php/getParsedLog.php?id=15735257&tree=Mozilla-Inbound
  1450. # [13:05] <Ms2ger> So, test_wheeltransaction.xul?
  1451. # [13:05] <@smaug> hmm, right, so chrome code may cause that assertion to fire
  1452. # [13:05] <whimboo> smaug: please check our staging server : http://qa-masterblaster.mv.mozilla.com:8080/
  1453. # [13:06] <whimboo> smaug: i put two items into the queue manually
  1454. # [13:06] <@smaug> whimboo: should I use that?
  1455. # [13:06] <whimboo> i can do more
  1456. # [13:06] <@smaug> ah
  1457. # [13:07] <@smaug> whimboo: and after enabling autorefresh, I just wait?
  1458. # [13:07] * @smaug has about:cc installed to check when cc graph gets larger
  1459. # [13:07] <whimboo> smaug: i added some more. hopefully it will show the problem
  1460. # [13:07] <whimboo> just wait yes
  1461. # [13:07] <gabor> janv: hey there, are you around?
  1462. # [13:07] <@smaug> Ms2ger: file a bug and CC me and masayuki ?
  1463. # [13:07] <Ms2ger> Will do
  1464. # [13:08] <@smaug> thanks!
  1465. # [13:08] * Ms2ger remembers that he promised mounir a bug too
  1466. # [13:08] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1467. # [13:08] <mounir> Ms2ger: indeed you did
  1468. # [13:08] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1469. # [13:10] <@smaug> whimboo: so how long do you need to run the page usually ?
  1470. # [13:10] * glob|away is now known as glob
  1471. # [13:10] <@smaug> (atm I'm seeing smaller than ever CC graph )
  1472. # [13:10] <whimboo> smaug: yesterday we had about 70 items in the queue
  1473. # [13:10] <whimboo> so it hasn't taken that long
  1474. # [13:10] <whimboo> but wait >30mins
  1475. # [13:11] <whimboo> i have opened the tab too
  1476. # [13:11] <@smaug> k
  1477. # [13:11] * Quits: edmorley (edmorley@moz-67606CCE.range86-144.btcentralplus.com) (Quit: -> office)
  1478. # [13:11] <whimboo> will head out for lunch and check when I'm back
  1479. # [13:11] <@smaug> whimboo: note, I'm using a nightly build
  1480. # [13:11] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1481. # [13:11] <@smaug> which has at least one CC handling related fix
  1482. # [13:11] <whimboo> k
  1483. # [13:12] <@smaug> oh, at least 2. We can optimize out from CC graph better, so CC times should stay lower
  1484. # [13:12] <@smaug> whimboo: but the memchaser thing is odd
  1485. # [13:12] <@smaug> that is separate problem I guess
  1486. # [13:12] <whimboo> smaug: shall we file a bug on it against the sdk?
  1487. # [13:13] <whimboo> or would you mind doing it?
  1488. # [13:13] <@smaug> whimboo: file a bug on xpcom for now
  1489. # [13:13] <@smaug> CC me and :mccr8
  1490. # [13:13] <whimboo> you have better knowldege what's going on
  1491. # [13:13] <whimboo> k will do later
  1492. # [13:13] <@smaug> mccr8 knows about weakmaps
  1493. # [13:13] <@smaug> which the bug is somehow about
  1494. # [13:14] <mounir> Ms2ger: do you want to write the patch?
  1495. # [13:14] <mounir> or should I do that?
  1496. # [13:14] <Ms2ger> smaug, Core::Event Handling?
  1497. # [13:14] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1498. # [13:14] <@smaug> yup
  1499. # [13:15] <Ms2ger> mounir, do you have time to?
  1500. # [13:15] <mounir> Ms2ger: it should be fast, so yes
  1501. # [13:16] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1502. # [13:16] * Joins: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP)
  1503. # [13:17] <@smaug> bah, wesj left
  1504. # [13:18] <@smaug> oh, he is in SF. Can't be awake
  1505. # [13:18] * Quits: surkov (surkov@D42CCF7A.CE67D555.26B1D6E2.IP) (Quit: surkov)
  1506. # [13:19] * catlee-away is now known as catlee
  1507. # [13:19] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1508. # [13:21] <@smaug> odd. chrome is insanely slow on this machine
  1509. # [13:21] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1510. # [13:21] * Joins: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP)
  1511. # [13:22] * Quits: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP) (Client exited)
  1512. # [13:23] <@smaug> oh, hmm
  1513. # [13:23] <@smaug> maybe not
  1514. # [13:23] <@smaug> they have just regressed event handling performance pretty badly
  1515. # [13:25] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1516. # [13:26] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1517. # [13:30] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1518. # [13:31] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
  1519. # [13:32] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1520. # [13:35] * Quits: dao (dao@moz-296D3672.pool.mediaways.net) (Quit: Leaving.)
  1521. # [13:35] * Quits: msucan (mihai@782EB6D4.8DC89BFB.21A4E96A.IP) (Quit: Leaving.)
  1522. # [13:36] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1523. # [13:36] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
  1524. # [13:37] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1525. # [13:38] * AutomatedTester is now known as AutomatedTester|away
  1526. # [13:40] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  1527. # [13:42] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1528. # [13:43] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1529. # [13:43] * NeilAway wonders whether C++ lets you overload "delete Foo" (where Foo is a class) to stop the compiler from casting Foo to a pointer
  1530. # [13:43] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1531. # [13:44] * Joins: gwagner_ (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1532. # [13:44] * Quits: gwagner_ (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  1533. # [13:45] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  1534. # [13:45] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1535. # [13:46] <@smaug> whimboo: so I've run it now for 30min, and there are no objects from the jenkins page in the CC graph. The graph stays almost all the time below 500 objects (which is really tiny). Yesterday the smallest graph you uploaded had 20000+ objects. CC time is between 8ms and 46ms
  1536. # [13:46] <@smaug> NeilAway: you're thinking about the delete nsCOMPtr case ?
  1537. # [13:46] <@smaug> I was surprised that even compiles
  1538. # [13:47] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1539. # [13:47] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1540. # [13:48] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1541. # [13:48] * Joins: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net)
  1542. # [13:48] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1543. # [13:48] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1544. # [13:49] * Quits: thbet (kvirc@moz-7610E726.omega118.maxonline.com.sg) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
  1545. # [13:51] <NeilAway> smaug: so was I
  1546. # [13:51] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
  1547. # [13:51] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1548. # [13:52] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1549. # [13:52] * AutomatedTester|away is now known as AutomatedTester|away|AFK
  1550. # [13:53] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1551. # [13:53] * Joins: edmorley (edmorley@88F51059.F3BBB17D.144F44FA.IP)
  1552. # [13:53] <gfritzsche> NeilAway: not possible to catch this case this way.
  1553. # [13:54] <gfritzsche> and a bit too late to remove the implicit conversion to pointer i guess
  1554. # [13:54] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1555. # [13:55] <gfritzsche> which i find evil
  1556. # [13:57] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1557. # [13:58] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1558. # [13:58] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1559. # [13:59] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1560. # [14:00] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1561. # [14:01] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1562. # [14:02] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1563. # [14:02] * Joins: kanru (kanru@moz-E5704B97.dynamic.hinet.net)
  1564. # [14:02] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1565. # [14:02] * Quits: kk1fff (patrick@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1566. # [14:02] * Quits: @smaug (chatzilla@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1567. # [14:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9a3537526360 - Gervase Markham - Bug 759095 - remove stray references to tri-license.
  1568. # [14:03] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1569. # [14:03] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1570. # [14:03] * ChanServ sets mode: +o smaug
  1571. # [14:03] <NeilAway> gfritzsche: we can't remove the implicit conversion to pointer...
  1572. # [14:03] * Quits: markh (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
  1573. # [14:03] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  1574. # [14:03] * Joins: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  1575. # [14:04] * bhearsum|afk is now known as bhearsum
  1576. # [14:04] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
  1577. # [14:06] * Joins: surkov (surkov@334F3A2D.CE67D555.26B1D6E2.IP)
  1578. # [14:06] * glazou_lunch is now known as glazou
  1579. # [14:07] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1580. # [14:07] <gfritzsche> NeilAway: so i assumed. do you know the reasoning against say ptr.get() though besides requiring global fixup?
  1581. # [14:07] <Ms2ger> edmorley, thanks for the stars
  1582. # [14:07] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1583. # [14:08] * Joins: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  1584. # [14:08] <Ms2ger> gfritzsche, completely useless noise every time you pass a pointer to a function?
  1585. # [14:08] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1586. # [14:08] <gfritzsche> Ms2ger: not useless if it catches mistakes at compile-time, no?
  1587. # [14:09] <Ms2ger> Meh
  1588. # [14:09] <Ms2ger> The problem you need to solve is delete'ing refcounted objects, not smart pointers
  1589. # [14:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ea93afa3c7b7 - Simone Carletti - Bug 794882 - Add hu.net to PSL. r=gerv.
  1590. # [14:10] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1591. # [14:11] <zzzzz> If I mark a bug check-in needed thats in the 'keywords' field right ? or does something go in the Whiteboard ?
  1592. # [14:12] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1593. # [14:12] * Joins: mcsmurf (mcsmurf@moz-140AC9AF.dip.t-dialin.net)
  1594. # [14:12] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1595. # [14:12] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1596. # [14:12] <@smaug> Ms2ger: you need to delete refcounted objects at some point
  1597. # [14:12] * Joins: ehoogeveen (VerGreeney@moz-DF6A8437.chello.nl)
  1598. # [14:13] <Ms2ger> smaug, well, yes, that's kinda the issue
  1599. # [14:13] <Ms2ger> zzzzz, correct, keywords
  1600. # [14:13] <@smaug> this particular issue is about nsCOMPtr
  1601. # [14:13] <zzzzz> Ms2ger: thanks
  1602. # [14:15] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1603. # [14:16] <gfritzsche> Ms2ger: this seems orthogonally to me
  1604. # [14:17] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1605. # [14:18] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1606. # [14:18] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1607. # [14:21] * Joins: c0smikdebris (c0smikdebr@160C6CD1.B5ACBD0B.BE90E62C.IP)
  1608. # [14:21] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1609. # [14:21] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1610. # [14:22] * Quits: coop|afk (Chris@moz-DF73FB1A.dsl.bell.ca) (Quit: coop|afk)
  1611. # [14:22] * Joins: saran (chatzilla@moz-A4561EF0.dynip.nus.edu.sg)
  1612. # [14:23] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1613. # [14:23] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1614. # [14:24] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
  1615. # [14:24] <whimboo> smaug: memory went up for me in between
  1616. # [14:24] <whimboo> do you see something
  1617. # [14:24] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Ping timeout)
  1618. # [14:26] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1619. # [14:26] <smontagu> so is there a way to get either from hg.mozilla.org or from local hg a particular version of a particular file?
  1620. # [14:27] <smontagu> starting from http://hg.mozilla.org/mozilla-central/annotate/27a5fa7bcd30/intl/unicharutil/util/nsUnicodePropertyData.cpp there's a link to "raw", but what it gives me isn't raw at all
  1621. # [14:27] <Pike> smontagu: hg help cat
  1622. # [14:27] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1623. # [14:28] <Fallen> http://hg.mozilla.org/mozilla-central/file/27a5fa7bcd30/intl/unicharutil/util/nsUnicodePropertyData.cpp ?
  1624. # [14:28] <Pike> also, http://hg.mozilla.org/mozilla-central/raw-file/27a5fa7bcd30/intl/unicharutil/util/nsUnicodePropertyData.cpp
  1625. # [14:28] <Fallen> yes
  1626. # [14:28] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1627. # [14:28] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1628. # [14:28] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1629. # [14:28] <smontagu> Pike: ta
  1630. # [14:29] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1631. # [14:29] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1632. # [14:29] * ChanServ sets mode: +o smaug
  1633. # [14:30] * mjschranz_away is now known as mjschranz
  1634. # [14:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5a3024f9a744 - Mike Hommey - Bug 794966 - Treat environment variables as = assignments instead of := in pymake. r=ted
  1635. # [14:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/572b3980300c - Mike Hommey - Bug 792050 - Allow to precompile startup cache without omnijar'ing first. r=khuey
  1636. # [14:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/dc70ce87180c - Mike Hommey - Bug 794490 - Don't buffer stdout and stderr in pymake. r=ted
  1637. # [14:31] * Quits: saran (chatzilla@moz-A4561EF0.dynip.nus.edu.sg) (Ping timeout)
  1638. # [14:31] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1639. # [14:32] * Joins: saran (chatzilla@moz-A4561EF0.dynip.nus.edu.sg)
  1640. # [14:32] * Joins: gustavold1 (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1641. # [14:33] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Quit: Leaving.)
  1642. # [14:33] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1643. # [14:33] * mjschranz is now known as mjschranz_away
  1644. # [14:34] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1645. # [14:34] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1646. # [14:34] * Quits: gustavold1 (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  1647. # [14:35] * Quits: past (past@moz-271C4BD7.dsl.dyn.forthnet.gr) (Ping timeout)
  1648. # [14:37] * kmoir-afk is now known as kmoir
  1649. # [14:37] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1650. # [14:38] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1651. # [14:38] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1652. # [14:40] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1653. # [14:42] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1654. # [14:42] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1655. # [14:43] * Joins: past (past@moz-271C4BD7.dsl.dyn.forthnet.gr)
  1656. # [14:43] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1657. # [14:45] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1658. # [14:46] * Joins: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP)
  1659. # [14:46] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1660. # [14:46] * Quits: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP) (Connection reset by peer)
  1661. # [14:47] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1662. # [14:48] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1663. # [14:49] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
  1664. # [14:51] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Quit: Quitte)
  1665. # [14:51] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1666. # [14:52] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1667. # [14:54] * Quits: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net) (Ping timeout)
  1668. # [14:56] * Quits: c0smikdebris (c0smikdebr@160C6CD1.B5ACBD0B.BE90E62C.IP) (Ping timeout)
  1669. # [14:56] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1670. # [14:56] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1671. # [14:57] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1672. # [14:57] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
  1673. # [14:58] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1674. # [14:58] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1675. # [14:58] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1676. # [14:58] * Quits: tchevalier (Daily@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
  1677. # [14:59] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1678. # [14:59] * Joins: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP)
  1679. # [14:59] * Quits: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP) (Client exited)
  1680. # [15:00] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
  1681. # [15:00] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
  1682. # [15:00] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1683. # [15:00] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
  1684. # [15:01] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  1685. # [15:01] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1686. # [15:03] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1687. # [15:03] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1688. # [15:03] * Quits: lerc (quassel@121-74-245-112.telstraclear.net) (Ping timeout)
  1689. # [15:03] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  1690. # [15:03] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1691. # [15:03] * Joins: evilpie (chatzilla@moz-880CA09D.pools.arcor-ip.net)
  1692. # [15:04] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1693. # [15:04] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1694. # [15:05] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  1695. # [15:05] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1696. # [15:06] * Joins: lerc (quassel@moz-403E94B9.telstraclear.net)
  1697. # [15:06] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  1698. # [15:07] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1699. # [15:09] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1700. # [15:09] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1701. # [15:10] <Ms2ger> glandium, red
  1702. # [15:10] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1703. # [15:10] * jmaher|afk is now known as jmaher
  1704. # [15:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ef321673c843 - Eddy Bruel - Bug 795721 - Inherit FunctionBox from ObjectBox; r=njn
  1705. # [15:12] <glandium> Ms2ger: sigh... i bet on yet another fun interaction between msys and pymake
  1706. # [15:12] <Ms2ger> That wouldn't surprise me
  1707. # [15:13] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1708. # [15:13] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Client exited)
  1709. # [15:14] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1710. # [15:14] * bwinton_away is now known as bwinton
  1711. # [15:14] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1712. # [15:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/74a06c56da4e - Gervase Markham - Bug 793469 - add MPL 2 headers to files which lack them.
  1713. # [15:14] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1714. # [15:14] * Joins: dao (dao@moz-296D3672.pool.mediaways.net)
  1715. # [15:15] * rail_away is now known as rail
  1716. # [15:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bf9c0d80b36e - Mike Hommey - Backout changeset 572b3980300c (bug 792050) for windows pymake bustage.
  1717. # [15:18] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1718. # [15:18] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1719. # [15:18] * Joins: armenzg (armenzg@moz-E9092C68.acanac.net)
  1720. # [15:18] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1721. # [15:18] * Quits: kanru (kanru@moz-E5704B97.dynamic.hinet.net) (Ping timeout)
  1722. # [15:20] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1723. # [15:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e956f3e5b10e - Gervase Markham - Bug 794314 - add .ca to IDN TLD whitelist.
  1724. # [15:23] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1725. # [15:23] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Quit: Leaving.)
  1726. # [15:23] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1727. # [15:24] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1728. # [15:24] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  1729. # [15:25] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1730. # [15:25] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Quit: jhopkins)
  1731. # [15:28] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1732. # [15:28] * Joins: Mano (mano@moz-2C2FA273.adsl.012.net.il)
  1733. # [15:29] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  1734. # [15:29] * Quits: RealRaven1 (Thunderbir@1ADA3892.E93B7327.C3498625.IP) (Connection reset by peer)
  1735. # [15:29] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  1736. # [15:30] * Joins: RealRaven (Thunderbir@1ADA3892.E93B7327.C3498625.IP)
  1737. # [15:30] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1738. # [15:30] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1739. # [15:32] * Joins: twi (Adium@AB57DE4E.C141F5A7.509B472F.IP)
  1740. # [15:32] * jet is now known as jet_meeting
  1741. # [15:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7f64b635c8d6 - Alexander Surkov - Bug 785047 - force disable oop when JAWS is running, r=joshmoz
  1742. # [15:33] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1743. # [15:34] * jet_meeting is now known as jet
  1744. # [15:35] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1745. # [15:35] * Joins: kk1fff (kk1fff@moz-F90AE879.dynamic.hinet.net)
  1746. # [15:35] * Quits: shorlander (shorlander@moz-B9148154.dhcp.insightbb.com) (Quit: Quit)
  1747. # [15:35] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1748. # [15:35] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Connection reset by peer)
  1749. # [15:36] * Quits: glob (glob@moz-DF237567.glob.com.au) (Quit: Leaving...)
  1750. # [15:36] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1751. # [15:37] * Joins: glob (glob@moz-DF237567.glob.com.au)
  1752. # [15:37] * Joins: shorlander (shorlander@moz-B9148154.dhcp.insightbb.com)
  1753. # [15:37] <Ms2ger> edmorley, need to go offline for an hour or two, I can deal with the Moth assertion when I get back
  1754. # [15:37] * Joins: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP)
  1755. # [15:38] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1756. # [15:38] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  1757. # [15:38] * ChanServ sets mode: +o bsmedberg
  1758. # [15:38] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1759. # [15:39] * jlebar|sleep is now known as jlebar
  1760. # [15:40] <jlebar> edmorley, How do you feel about this idea of letting people land try'ed changes on m-i with DONTBUILD?
  1761. # [15:40] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1762. # [15:41] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
  1763. # [15:41] * Quits: Ms2ger (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be) (Quit: bbl)
  1764. # [15:41] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1765. # [15:42] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
  1766. # [15:43] * Quits: ehsan_ (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
  1767. # [15:44] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1768. # [15:44] * Quits: ehsan_tb (Thunderbir@moz-C48D29C4.cable.teksavvy.com) (Ping timeout)
  1769. # [15:45] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  1770. # [15:45] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1771. # [15:46] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1772. # [15:47] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  1773. # [15:47] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1774. # [15:48] * Quits: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net) (Connection reset by peer)
  1775. # [15:49] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1776. # [15:50] * khuey|away is now known as khuey
  1777. # [15:50] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  1778. # [15:51] <@bsmedberg> jlebar: try -a ?
  1779. # [15:51] <jlebar> bsmedberg, Is -a "all" or "any"?
  1780. # [15:51] * @bsmedberg speculates that would mainly lead to inefficient use of try
  1781. # [15:51] <@bsmedberg> -a is all, isn't it?
  1782. # [15:51] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1783. # [15:52] <jlebar> bsmedberg, Then, yes, for the first experiment, anyway? A fair number of pushes already have try -a runs.
  1784. # [15:52] <jlebar> bsmedberg, I was under the impression that try was 50% of our load to m-i's 25%, but catlee corrected me; it's m-i 40% to try 30%.
  1785. # [15:53] <jlebar> bsmedberg, Which changes things a lot...
  1786. # [15:53] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
  1787. # [15:53] * Quits: AryehGregor (AryehGrego@D7EFF249.370A4D2C.DFEAE789.IP) (Ping timeout)
  1788. # [15:54] <mrbkap> dougt: pong -- though I'm on the East Coast so I suspect you're going to wake up when I'm at lunch.
  1789. # [15:55] * AutomatedTester|away|AFK is now known as AutomatedTester
  1790. # [15:55] <jlebar> bsmedberg, But I think you're right that if people start doing try: -a builds just so they can push to m-i with DONTBUILD, that would probably lead to inefficient use of try.
  1791. # [15:56] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1792. # [15:56] * Joins: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP)
  1793. # [15:57] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  1794. # [15:57] * ChanServ sets mode: +o dveditz
  1795. # [15:57] <edmorley> Ms2ger: sorry was in a meeting
  1796. # [15:57] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1797. # [15:57] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1798. # [15:57] * glob is now known as glob|back
  1799. # [15:57] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  1800. # [15:57] * glob|back is now known as glob
  1801. # [15:58] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  1802. # [15:58] * AutomatedTester is now known as AutomatedTester|here|really_he
  1803. # [15:58] * AutomatedTester|here|really_he is now known as AutomatedTester
  1804. # [15:58] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1805. # [15:59] * Joins: coop (Chris@moz-DF73FB1A.dsl.bell.ca)
  1806. # [16:01] * Quits: victorporof (victorporo@2093E2F.602BD6C.79933D60.IP) (Quit: Leaving...)
  1807. # [16:02] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1808. # [16:03] * wlach|afk is now known as wlach
  1809. # [16:03] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Ping timeout)
  1810. # [16:04] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1811. # [16:04] * Quits: Mano (mano@moz-2C2FA273.adsl.012.net.il) (Client exited)
  1812. # [16:05] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1813. # [16:05] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1814. # [16:07] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  1815. # [16:07] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Ping timeout)
  1816. # [16:07] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1817. # [16:08] * Joins: kanha (Mibbit@91BC8839.F442218F.88FACCAA.IP)
  1818. # [16:08] <kanha> hi
  1819. # [16:09] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/645f41404b82 - Zack Weinberg - Another round of diagnostics for bug 536603.
  1820. # [16:09] <firebot> http://hg.mozilla.org/mozilla-central/rev/784278a21091 - Zack Weinberg - Revert previous set of diagnostics for bug 536603.
  1821. # [16:09] <kanha> I saw mozilla internship program list.Can anyone please tell me when is the deadline for submission of applications..?
  1822. # [16:10] * Joins: adrian (adrian@moz-BF7393EA.w81-51.abo.wanadoo.fr)
  1823. # [16:10] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1824. # [16:10] <Yoric> kanha: I don't think there is a specific deadline.
  1825. # [16:10] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1826. # [16:10] * Joins: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP)
  1827. # [16:10] <Yoric> However, last year, all positions were filled by december, if I recall correctly.
  1828. # [16:10] * Quits: wlach (wlach@moz-9529DDD5.vif.net) (Quit: Leaving)
  1829. # [16:11] <kanha> thanks Yoric :)
  1830. # [16:11] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1831. # [16:11] <Yoric> np
  1832. # [16:11] * Joins: automata (automata@AB8D352B.689DA881.32718129.IP)
  1833. # [16:11] <kanha> I am interested in applying for it can you please guide me/
  1834. # [16:11] <kanha> ?
  1835. # [16:12] * Quits: shorlander (shorlander@moz-B9148154.dhcp.insightbb.com) (Quit: Bye!)
  1836. # [16:12] * Joins: shorlander (shorlander@moz-B9148154.dhcp.insightbb.com)
  1837. # [16:12] <Yoric> kanha: You should be able to find everything you are looking for at http://careers.mozilla.org/en-US/
  1838. # [16:12] <Yoric> http://careers.mozilla.org, that is
  1839. # [16:13] * Joins: Mano (mano@moz-2C2FA273.adsl.012.net.il)
  1840. # [16:13] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1841. # [16:13] <kanha> thanks :D
  1842. # [16:13] <bhearsum> jlebar: unit tests and talos run on the same machines
  1843. # [16:13] * Quits: Optimizer (Optimizer@329DF061.6406F573.D5D59AD9.IP) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  1844. # [16:13] <bhearsum> and it's a single pool for try + everything else
  1845. # [16:14] * Joins: Optimizer (Optimizer@329DF061.6406F573.D5D59AD9.IP)
  1846. # [16:14] <bhearsum> (except 'make check', which runs on the build machines)
  1847. # [16:14] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1848. # [16:15] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  1849. # [16:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a3435a20d3ff - Eddy Bruel - Bug 795625 - Don't push StmtInfo for Parser::functionBody; r=jorendorff on irc
  1850. # [16:15] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  1851. # [16:15] * jorendorff looks that one over
  1852. # [16:15] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
  1853. # [16:16] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1854. # [16:16] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1855. # [16:17] <jlebar> bhearsum, I see! Thanks.
  1856. # [16:17] <bhearsum> your welcome
  1857. # [16:18] * Joins: davidb (davidb@moz-C23C8819.dsl.bell.ca)
  1858. # [16:18] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1859. # [16:18] <@khuey> jlebar++
  1860. # [16:19] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1861. # [16:19] * Joins: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net)
  1862. # [16:20] * Parts: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net)
  1863. # [16:20] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1864. # [16:23] * Quits: saran (chatzilla@moz-A4561EF0.dynip.nus.edu.sg) (Quit: ChatZilla 0.9.89 [Firefox 16.0/20120928123849])
  1865. # [16:23] * Quits: Mano (mano@moz-2C2FA273.adsl.012.net.il) (Client exited)
  1866. # [16:23] * Joins: Mano (mano@moz-2C2FA273.adsl.012.net.il)
  1867. # [16:24] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1868. # [16:26] * Quits: whimboo (whimboo@moz-CAA15461.superkabel.de) (Input/output error)
  1869. # [16:26] <joe> philor|away: clearly not :/
  1870. # [16:26] <joe> philor|away: as usual, thanks for bailing me out
  1871. # [16:26] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1872. # [16:27] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1873. # [16:27] * khuey is now known as khuey|away
  1874. # [16:27] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1875. # [16:28] * Quits: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (Ping timeout)
  1876. # [16:28] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
  1877. # [16:29] * Quits: artur (artur@moz-6DFBD742.hsd1.vt.comcast.net) (Input/output error)
  1878. # [16:30] * Quits: Mano (mano@moz-2C2FA273.adsl.012.net.il) (Client exited)
  1879. # [16:31] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  1880. # [16:31] * Joins: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1881. # [16:31] <Yoric> I am looking at moving a subset of the shutdown sequence off the main thread.
  1882. # [16:32] <Yoric> Do we have a way to prevent the shutdown from taking place until that code is complete?
  1883. # [16:32] <Yoric> /that code/execution of that code/
  1884. # [16:32] <jlebar> Yoric, A mutex, perhaps?
  1885. # [16:33] <jlebar> Yoric, Or monitor, as you prefer...
  1886. # [16:33] <Yoric> This is JS code, so not feasible.
  1887. # [16:33] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1888. # [16:33] <Yoric> (that I know of)
  1889. # [16:33] <jlebar> Yoric, The OMT code is in JS?
  1890. # [16:33] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/a1dd2f71fda0 - ffxbld - Added FENNEC_16_0b6_RELEASE FENNEC_16_0b6_BUILD1 tag(s) for changeset b522f9c2515d. DONTBUILD CLOSED TREE a=release
  1891. # [16:33] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/b522f9c2515d - ffxbld - Automated checkin: version bump for fennec 16.0b6 release. DONTBUILD CLOSED TREE a=release
  1892. # [16:33] <Yoric> jlebar: Yes.
  1893. # [16:33] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1894. # [16:33] * ChanServ sets mode: +o smaug
  1895. # [16:34] * Joins: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
  1896. # [16:34] <jlebar> Yoric, Is the caller of the code and the code you want to run once the OMT code finishes all in C++?
  1897. # [16:34] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/a26a5447eaf9 - ffxbld - Automated checkin: version bump for firefox 16.0b6 release. DONTBUILD CLOSED TREE a=release
  1898. # [16:34] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/08fc2749fdec - ffxbld - Added FIREFOX_16_0b6_RELEASE FIREFOX_16_0b6_BUILD1 tag(s) for changeset a26a5447eaf9. DONTBUILD CLOSED TREE a=release
  1899. # [16:35] <jlebar> Yoric, Actually, if the JS is running OMT, is it in a worker?
  1900. # [16:35] <Yoric> Well, at the moment, the caller and the code are bound only by an observer.
  1901. # [16:35] <Yoric> Yes, it will be in a worker.
  1902. # [16:35] <@smaug> bsmedberg: when you were doing xcomgc, was the main problem finding references to objects in the heap or what?
  1903. # [16:35] <@smaug> bsmedberg: or...
  1904. # [16:35] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  1905. # [16:36] * jwir3|away is now known as jwir3
  1906. # [16:36] <@smaug> bsmedberg: what I'm more interested in, do you recall any problems with finding references in the stack
  1907. # [16:36] <jlebar> Yoric, So...can't you send a message from the worker to the main thread saying "I'm done" and then have that trigger the remaining part of the shutdown sequence, if we're ready to do that part? Otherwise, once we get to that part where we'd start waiting for the other thread, we look at a variable which indicates that the other thread is already done, and then don't wait.
  1908. # [16:36] * Quits: mike5w3c (MikeS@moz-9C602174.xgsspn.imtp.tachikawa.spmode.ne.jp) (Client exited)
  1909. # [16:36] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  1910. # [16:37] <Yoric> jlebar: Not that simple.
  1911. # [16:37] <@smaug> (and as usually, random use of 'in' and 'on' and 'with'. English is so odd.)
  1912. # [16:37] * jlebar is starting to feel like he's not helping yoric. :)
  1913. # [16:37] * Quits: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Ping timeout)
  1914. # [16:37] <Yoric> At the moment, the only thing that prevents shutdown from proceeding is that the code is synchronous.
  1915. # [16:37] * Joins: bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net)
  1916. # [16:37] * ChanServ sets mode: +o bz
  1917. # [16:37] <Yoric> If I add a mutex or a loop, well, there is not much gained by placing everything off the main thread.
  1918. # [16:38] <jlebar> Yoric, You certainly don't want a busyloop.
  1919. # [16:38] <Yoric> I certainly don't.
  1920. # [16:38] <jlebar> Yoric, I'm not convinced the mutex would be worse, but maybe I misunderstand what you're trying to accomplish.
  1921. # [16:38] <Yoric> I suppose I could do a nested event loop, but I have no clue how that would fare in shutdown context.
  1922. # [16:38] * Joins: hipokrit (hipokrit@81016825.8DB70AE8.839F6EC0.IP)
  1923. # [16:38] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  1924. # [16:39] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
  1925. # [16:39] * Joins: mike5w3c (MikeS@moz-9C602174.xgsspn.imtp.tachikawa.spmode.ne.jp)
  1926. # [16:39] * driaa is now known as dria
  1927. # [16:39] <Yoric> Well, the mutex would just make things synchronous again.
  1928. # [16:40] <jlebar> Yoric, You'd be able to run the worker concurrently with whatever main-thread stuff you want to do.
  1929. # [16:40] <jlebar> Yoric, Until the join point.
  1930. # [16:40] * Quits: kanha (Mibbit@91BC8839.F442218F.88FACCAA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1931. # [16:40] <jlebar> Yoric, Why do you care about handling events during shutdown?
  1932. # [16:40] <Yoric> No, I just care about making sure that I am not blocking the rest of shutdown.
  1933. # [16:40] * khuey|away is now known as khuey
  1934. # [16:41] <Yoric> nested event loop is probably a bad idea for that
  1935. # [16:41] <jlebar> Yoric, So you want this worker to go and not block shutdown, until main-thread shutdown reaches a certain point, right?
  1936. # [16:41] <Yoric> That is the idea, indeed.
  1937. # [16:41] <jlebar> Yoric, And once the main thread reaches that point, you want it to wait for the worker to complete?
  1938. # [16:41] <Yoric> Indeed.
  1939. # [16:41] <jlebar> That really sounds like a mutex/monitor to me.
  1940. # [16:41] <Yoric> Phrased like this, it does sound like a mutex :)
  1941. # [16:42] <Yoric> Ok, let's get back to the code and find out just where a mutex would make sense.
  1942. # [16:42] <@smaug> so in principle would anyone object if I added StackPtr<nsIFoo>. If nsIFoo was marked to have only cycle collectable implementations, addref/release wouldn't be called (but CC would ensure that the object isn't deleted), otherwise AddRef/Release would be called like with nsCOMPtr/nsRefPtr
  1943. # [16:42] <Yoric> Thanks.
  1944. # [16:43] <jlebar> Yoric, sure thing; I'm glad I actually helped!
  1945. # [16:45] * Joins: victorporof (victorporo@65B2B26E.AB163232.79933D60.IP)
  1946. # [16:45] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Quit: )
  1947. # [16:46] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
  1948. # [16:46] * Quits: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP) (Quit: Computer has gone to sleep.)
  1949. # [16:46] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1950. # [16:46] <@bsmedberg> smaug: the stack refs are the hard problem, really
  1951. # [16:47] <@bsmedberg> smaug: because any efficient GC is going to have to be a moving GC, so you need to either have compiler support for GC safe points and moving pointers
  1952. # [16:47] <@smaug> bsmedberg: why? I would need them only to root things, not for any traversing
  1953. # [16:47] <@smaug> bsmedberg: ah, yeah, in GC
  1954. # [16:47] <@bsmedberg> or C++ smart classes and then make sure that they aren't optimized away incorrectly
  1955. # [16:47] <@smaug> yup
  1956. # [16:48] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Input/output error)
  1957. # [16:48] <@bsmedberg> that's what really killed the first XPCOMGC and made us sure that we needed a new language
  1958. # [16:48] <@smaug> that is what I'm thinking for CC
  1959. # [16:48] <@bsmedberg> yeah, stack rooting for nonmoving CC sounds probably reasonable
  1960. # [16:49] <Yoric> Are you discussing switching from reference-counting to gc?
  1961. # [16:49] <@smaug> no
  1962. # [16:49] <@smaug> optimizing cycle collector some more
  1963. # [16:49] <@smaug> and relying on it more so that we could optimize out lots of addref/release calls
  1964. # [16:50] <@smaug> but this stack thingie needs to happen after some other changes
  1965. # [16:50] <@smaug> so won't do it any time soon
  1966. # [16:51] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1967. # [16:51] * jcranmer|away is now known as jcranmer
  1968. # [16:52] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
  1969. # [16:52] <Yoric> ok
  1970. # [16:53] <jcranmer> catlee: how much does comm-central/try-c-c eat up compared to the mozilla-* stuff?
  1971. # [16:53] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
  1972. # [16:54] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  1973. # [16:55] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
  1974. # [16:55] * Joins: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP)
  1975. # [16:56] * joduinn-afk is now known as joduinn-coffee
  1976. # [16:56] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1977. # [16:56] * ChanServ sets mode: +o ehsan
  1978. # [16:58] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  1979. # [16:58] * Quits: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1980. # [16:58] * Quits: kmoir (chatzilla@moz-4CA9B556.cable.teksavvy.com) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120905151427])
  1981. # [16:58] * Joins: ehsan_tb (Thunderbir@F2D29657.F60B0462.67AC9B1.IP)
  1982. # [16:59] <catlee> jcranmer: time-wise?
  1983. # [16:59] * Joins: kmoir (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  1984. # [17:00] <jcranmer> yeah
  1985. # [17:01] * mcote|afk is now known as mcote
  1986. # [17:03] <catlee> jcranmer: comm-central is ~1.4%, and try-comm-central is ~0.19%
  1987. # [17:03] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  1988. # [17:04] <jlebar> Are b2g builds even on tryserver?
  1989. # [17:05] * jlebar does not see them e.g. in https://tbpl.mozilla.org/?tree=Try&rev=93d987c3a6c8
  1990. # [17:05] <jcranmer> catlee: that seems lower than I was expecting, but, then again, we only have two testsuites :-)
  1991. # [17:05] * Quits: adrian (adrian@moz-BF7393EA.w81-51.abo.wanadoo.fr) (Ping timeout)
  1992. # [17:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/16ae4d5d27d7 - Vladimir Vukicevic - b=731974, requestAnimationFrame generates too short/long frames; r=bz,smaug,roc
  1993. # [17:06] * Joins: artur (artur@moz-E2A8B1AD.hsd1.vt.comcast.net)
  1994. # [17:06] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
  1995. # [17:06] <catlee> jlebar: yeah, only with -p all
  1996. # [17:06] <catlee> "Armv7a ICS opt"
  1997. # [17:06] <jlebar> catlee, Oh, of course. :)
  1998. # [17:06] <jlebar> catlee, Thanks. :)
  1999. # [17:07] * sheeri-afk is now known as sheeri
  2000. # [17:07] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  2001. # [17:08] * Joins: adrian (adrian@moz-81198B5A.w83-203.abo.wanadoo.fr)
  2002. # [17:08] * Joins: josh (josh@moz-7D5BC4BE.nyc.res.rr.com)
  2003. # [17:08] * Joins: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP)
  2004. # [17:08] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
  2005. # [17:09] <evilpie> firebot: uuid
  2006. # [17:09] <firebot> 98f3b51b-bb55-4276-a43c-db636f8d77e3 (/msg firebot cid for CID form)
  2007. # [17:09] * Joins: nhirata (nhirata.bu@moz-6D599AA6.hsd1.ca.comcast.net)
  2008. # [17:10] * catlee is now known as catlee-buildduty
  2009. # [17:10] * Quits: josh (josh@moz-7D5BC4BE.nyc.res.rr.com) (Quit: josh)
  2010. # [17:11] * Quits: squeakytoy (christoffe@moz-9E84F244.netset.se) (Quit: Leaving)
  2011. # [17:11] <@ehsan> vlad: \o/
  2012. # [17:11] <evilpie> firebot: thanks
  2013. # [17:11] <firebot> evilpie: just doing my job!
  2014. # [17:11] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  2015. # [17:11] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  2016. # [17:11] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
  2017. # [17:11] <vlad> ehsan: fingers furiously crossed
  2018. # [17:12] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Ping timeout)
  2019. # [17:12] * Joins: Mavericks (Mibbit@F3E7C8E8.EF1C5635.C6104E0F.IP)
  2020. # [17:12] * Parts: Mavericks (Mibbit@F3E7C8E8.EF1C5635.C6104E0F.IP)
  2021. # [17:13] * Quits: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net) (Ping timeout)
  2022. # [17:13] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
  2023. # [17:13] <decoder> glandium: ping?
  2024. # [17:13] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  2025. # [17:14] <glandium> decoder: pong
  2026. # [17:14] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  2027. # [17:15] * Joins: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net)
  2028. # [17:16] <decoder> glandium: remember the change I made in widget/gtk2/mozcontainer.c because of that GTK incompatiblity on test slaves?
  2029. # [17:16] <decoder> is that still necessary?
  2030. # [17:16] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Connection reset by peer)
  2031. # [17:16] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  2032. # [17:16] <@ehsan> kinetik: do you want me to land bug 795892?
  2033. # [17:16] * Joins: Callek (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  2034. # [17:17] * Joins: espindola (espindola@moz-2B787F88.dsl.teksavvy.com)
  2035. # [17:17] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Client exited)
  2036. # [17:17] * ctalbert|afk is now known as ctalbert
  2037. # [17:19] * khuey is now known as khuey|away
  2038. # [17:19] <@smaug> vlad: why did you assign Bug 793233 to me ?
  2039. # [17:19] * Quits: twi (Adium@AB57DE4E.C141F5A7.509B472F.IP) (Ping timeout)
  2040. # [17:20] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2041. # [17:20] * Quits: balrog (balrog@moz-B2B40F6A.phlapa.east.verizon.net) (Ping timeout)
  2042. # [17:20] <@smaug> vlad: smontagu is 'not smaug'
  2043. # [17:20] <glandium> decoder: not since bug 793634 landed
  2044. # [17:20] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  2045. # [17:21] <vlad> smaug: sigh, not on purpose
  2046. # [17:21] * Quits: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net) (Ping timeout)
  2047. # [17:21] <vlad> smaug: bugzilla got me stuck in a "your show_bug page is too old!" cycle and I have no idea what it ended up submitting even though I went back.. sorry 'bout that
  2048. # [17:22] * Joins: gerv (Instantbir@moz-421446D0.range81-131.btcentralplus.com)
  2049. # [17:22] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
  2050. # [17:23] <@ehsan> froydnj: so, is it time to have a tracker bug for the war on prtypes.h?
  2051. # [17:23] * @ehsan has been drowning in them
  2052. # [17:23] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  2053. # [17:23] * Quits: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com) (Client exited)
  2054. # [17:24] * Joins: bonnie (bbsurender@3035F4A5.3753335A.B66DD36E.IP)
  2055. # [17:24] * jdm is now known as jdm|away
  2056. # [17:25] <decoder> glandium: thanks! :)
  2057. # [17:25] <froydnj> ehsan: think so!
  2058. # [17:26] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  2059. # [17:26] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  2060. # [17:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9a73d985e5e9 - Matthew Gregan - Bug 795892 - Fix CORS listener refcnt in ChannelMediaResource::OpenChannel. r=roc
  2061. # [17:26] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
  2062. # [17:26] <froydnj> ehsan: unfortunately that s/prtypes.h// patch doesn't quite work because nsString.h needs prtypes.h in opt builds =/
  2063. # [17:26] * Joins: hotty2scotty (chirag@44B71B4E.1C081A86.35E0727C.IP)
  2064. # [17:26] <@ehsan> froydnj: problem is, how would I find all of those bugs that I've filed? ;)
  2065. # [17:26] <@ehsan> froydnj: oh why is that?
  2066. # [17:26] * @ehsan might have seen the same thing
  2067. # [17:27] <jcranmer> ehsan: PRUnichar?
  2068. # [17:27] <jcranmer> oh, presumably you added the prunichar-only header
  2069. # [17:27] <jcranmer> nm
  2070. # [17:27] <froydnj> ehsan: because nsDebug.h includes prprf.h for DEBUG only, which of course includes prtypes.h
  2071. # [17:28] <froydnj> ehsan: but clearly that doesn't have in opt builds, so things die
  2072. # [17:28] <@ehsan> jcranmer: right
  2073. # [17:28] * Joins: mwu (mwu@moz-59435430.hsd1.nj.comcast.net)
  2074. # [17:28] <@ehsan> froydnj: sorry I can't see why that would break the build?
  2075. # [17:30] * Joins: balrog (balrog@moz-8D2AA394.phlapa.east.verizon.net)
  2076. # [17:30] * AutomatedTester is now known as AutomatedTester|away
  2077. # [17:31] <froydnj> ehsan: the #include chain is long and torturous, but as best I can see, nsString.h gets prtypes.h via nsTArray.h (!), which includes nsDebug.h and prtypes.h
  2078. # [17:31] <froydnj> and when we remove prtypes.h from nsTArray.h, the only way to get prtypes.h is through nsDebug.h
  2079. # [17:32] <tbsaunde> froydnj: but why does nsString.h need pryypes.h at all?
  2080. # [17:32] <froydnj> tbsaunde: PRUnichar
  2081. # [17:32] <@ehsan> froydnj: oh, so is it the case that nsString.h relies on prtypes.h but does not include it?
  2082. # [17:32] <froydnj> ehsan: right. I think it's sufficient to make that dependency explicit
  2083. # [17:32] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2084. # [17:32] * Quits: hotty2scotty (chirag@44B71B4E.1C081A86.35E0727C.IP) (Quit: Leaving)
  2085. # [17:33] <tbsaunde> froydnj: oh, I was assuming you had done the prunichar only header
  2086. # [17:33] <@ehsan> froydnj: r+
  2087. # [17:33] * joduinn-coffee is now known as joduinn-commute
  2088. # [17:33] <@ehsan> tbsaunde: no, we're long ways away from that!
  2089. # [17:34] * Quits: balrog (balrog@moz-8D2AA394.phlapa.east.verizon.net) (Ping timeout)
  2090. # [17:35] <tbsaunde> ehsan: well I know it :)
  2091. # [17:35] * Joins: wlach (wlach@3135A244.1C52CEC9.9422F51C.IP)
  2092. # [17:36] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  2093. # [17:37] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  2094. # [17:37] <jcranmer> we should just make a char16_t typedef in mozilla/StandardInteger.h (?) and use that instead
  2095. # [17:38] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  2096. # [17:39] <@ehsan> dholbert: ping
  2097. # [17:40] <tbsaunde> ehsan: btw looks like PRUnichar isn't really that hard #ifdef win32 wcahr #else PRUint16
  2098. # [17:40] * sheeri is now known as sheeri-afk
  2099. # [17:40] <tbsaunde> so yeah char16_t seems pretty doable
  2100. # [17:40] * Joins: harth (harth@moz-CF96C405.hsd1.ca.comcast.net)
  2101. # [17:41] <@ehsan> tbsaunde: but we also need a way to construct literals, i.e., make NS_LITERAL_STRING work
  2102. # [17:41] <jcranmer> ehsan: we already use u"" if it's supported
  2103. # [17:41] <jcranmer> for gcc 4.4, we stick with -fshort-wchar and use L""
  2104. # [17:41] <jcranmer> and for MSVC we do that as well
  2105. # [17:41] * Joins: balrog (balrog@moz-3457CBD.phlapa.east.verizon.net)
  2106. # [17:41] <@ehsan> jcranmer: hmm, ok well maybe that would work then!
  2107. # [17:42] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  2108. # [17:42] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  2109. # [17:42] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  2110. # [17:42] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2111. # [17:43] <@ehsan> jcranmer: wanna comment in https://bugzilla.mozilla.org/show_bug.cgi?id=dieprtypesdie please?
  2112. # [17:43] * Quits: gerv (Instantbir@moz-421446D0.range81-131.btcentralplus.com) (Ping timeout)
  2113. # [17:45] <froydnj> prtypes.die.die.die?
  2114. # [17:45] * Joins: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  2115. # [17:45] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Ping timeout)
  2116. # [17:45] * Parts: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  2117. # [17:46] <jcranmer> ehsan: I'll do you one better
  2118. # [17:47] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  2119. # [17:48] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  2120. # [17:48] * philor|away is now known as philor
  2121. # [17:48] * Quits: balrog (balrog@moz-3457CBD.phlapa.east.verizon.net) (Ping timeout)
  2122. # [17:49] <evilpie> include "prtypes.h", Found 281 matching lines in 279 files worthy goal
  2123. # [17:50] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  2124. # [17:50] <glandium> evilpie: interesting that some files include it twice
  2125. # [17:51] * Parts: evilpie (chatzilla@moz-880CA09D.pools.arcor-ip.net)
  2126. # [17:51] * Joins: evilpie (chatzilla@moz-880CA09D.pools.arcor-ip.net)
  2127. # [17:51] <jcranmer> it would be fun to have a patch that cleans up all the header includes
  2128. # [17:51] <evilpie> "fun"
  2129. # [17:52] * Joins: tchevalier (Daily@moz-1B133DEC.w109-210.abo.wanadoo.fr)
  2130. # [17:52] * Joins: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu)
  2131. # [17:53] * Quits: Goldorak (chatzilla@EA148AD3.6D3510EC.187A1082.IP) (Ping timeout)
  2132. # [17:54] * jdm|away is now known as jdm
  2133. # [17:54] * Joins: Goldorak (chatzilla@DA28E480.4E10EF70.187A1082.IP)
  2134. # [17:56] * Joins: balrog (balrog@moz-710DA0B1.phlapa.east.verizon.net)
  2135. # [17:56] * catlee-buildduty is now known as catlee-lunch
  2136. # [17:56] <jcranmer> ehsan: what about the patch that stops using LL_SUB-and-friends? :-)
  2137. # [17:56] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  2138. # [17:57] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  2139. # [17:58] * Joins: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net)
  2140. # [17:58] * Quits: merinui (merinui@moz-1D8A7606.osk2.eonet.ne.jp) (Quit: Leaving...)
  2141. # [17:58] * Joins: Ms2ger (Ms2ger@AD95302.E81877AA.37724B0D.IP)
  2142. # [17:58] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  2143. # [17:59] <jcranmer> ehsan: oh, what about PRTime, too?
  2144. # [18:00] <jlebar> philor, Do not mistake me for a "we do not have teh capacity" apologist.
  2145. # [18:00] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  2146. # [18:00] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2147. # [18:01] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  2148. # [18:01] * Joins: gaston (landry@861401CD.A2BA8900.59F0E0D2.IP)
  2149. # [18:02] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2150. # [18:03] <glandium> jcranmer: the problem of PRTime is: what do you want to replace it with? I'm moving a few instances to TimeStamps, and that's painful. Depending on what PRTime is currently used for, TimeStamp may *not* be a fit
  2151. # [18:03] * Quits: jwilde (Thunderbir@moz-774C0248.medford.tufts.edu) (Ping timeout)
  2152. # [18:03] <jcranmer> we need prtypes.h for PRTime
  2153. # [18:03] <jcranmer> really, what we need is a good MFBT/XPCOM/something chrono system
  2154. # [18:04] <evilpie> is PR stuff okay in security/ ?
  2155. # [18:04] <biesi_> evilpie, manager or nss?
  2156. # [18:04] <evilpie> nss
  2157. # [18:04] <biesi_> yes
  2158. # [18:04] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2159. # [18:04] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
  2160. # [18:05] <glandium> evilpie: more than okay, it's almost mandatory
  2161. # [18:05] <biesi_> jcranmer, someone had a patch for the LL_ macros, which got r-
  2162. # [18:05] <jcranmer> I know I replaced them all in comm-central a few weeks back
  2163. # [18:05] <jcranmer> 80-90% of them were PRTime-related
  2164. # [18:06] * Joins: ahal (ahal@moz-542CF022.cpe.net.cable.rogers.com)
  2165. # [18:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/345a2a8ccb18 - Ed Morley - Merge last PGO-green changeset of mozilla-inbound to mozilla-central
  2166. # [18:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/645f41404b82 - Zack Weinberg - Another round of diagnostics for bug 536603.
  2167. # [18:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/784278a21091 - Zack Weinberg - Revert previous set of diagnostics for bug 536603.
  2168. # [18:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9fec17552df2 - Ed Morley - Merge mozilla-central to mozilla-inbound
  2169. # [18:07] * Joins: RudyL_ (rudy@moz-26E37568.dynamic.hinet.net)
  2170. # [18:07] * Joins: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP)
  2171. # [18:07] <ehoogeveen> Hmm, is profiling broken in today's Nightly? I've tried from a clean profile; pressing the Analyse button brings up the profile analysis page, but the 'Retrieving profile' bar stays empty
  2172. # [18:08] * Fallen is now known as Fallen|away
  2173. # [18:09] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  2174. # [18:09] * catlee-lunch is now known as catlee-buildduty
  2175. # [18:09] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  2176. # [18:09] * Joins: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2177. # [18:09] <evilpie> biesi_: ah you! new patch for bug 795442 is up in a minute
  2178. # [18:10] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
  2179. # [18:10] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  2180. # [18:10] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Client exited)
  2181. # [18:11] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2182. # [18:11] <biesi_> evilpie, cool
  2183. # [18:11] <biesi_> but I can't review it immediately
  2184. # [18:11] <biesi_> I need to get out of bed and to work
  2185. # [18:11] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  2186. # [18:11] * joduinn-commute is now known as joduinn-mtg
  2187. # [18:12] <evilpie> :)
  2188. # [18:12] * AutomatedTester|away is now known as AutomatedTester|mtg
  2189. # [18:12] <Waldo> pshaw
  2190. # [18:12] <jcranmer> speaking of bed
  2191. # [18:12] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2192. # [18:13] <jcranmer> I need to go to bed and read my qual papers
  2193. # [18:13] <NeilAway> jcranmer: will our new "uchar" type be the type of NS_LL("") or an integer type?
  2194. # [18:13] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2195. # [18:14] * coop is now known as coop|mtg
  2196. # [18:14] <Waldo> NeilAway: possibly a hybrid, since compiler support advances unevenly
  2197. # [18:14] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  2198. # [18:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/02f0c3cf5575 - Justin Lebar - Bug 794280 - Improve comment for SpecialPowers.pushPrefEnv(). r=ted DONTBUILD
  2199. # [18:15] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Quit: ChatZilla 0.9.89 [Firefox 17.0a2/20120907042009])
  2200. # [18:15] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  2201. # [18:17] <ehoogeveen> Hmm, it seems version 1.9.7 of the profiler plugin is broken for me - 1.9.6 seems to work fine
  2202. # [18:18] <philor> jlebar: I know, but since most of the failures that get as far as me are the "huh, I never would have expected my patch to cause failures there" sort, and those are the ones where I'm least suited to figuring it out and the ones most likely to cause extended tree closures for retriggering to narrow it down, I don't have much fondness for "only test what you expect to fail"
  2203. # [18:19] * past is now known as past|away
  2204. # [18:19] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  2205. # [18:19] * Quits: Optimizer (Optimizer@329DF061.6406F573.D5D59AD9.IP) (Ping timeout)
  2206. # [18:20] <jlebar> philor, If you have a better idea of how to deal with current levels of (in)capacity, we could really use it.
  2207. # [18:22] * Quits: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP) (Ping timeout)
  2208. # [18:22] <glandium> i think avoiding to clobber everything and being able to cancel builds on m-i and m-c could help greatly, already.
  2209. # [18:22] <glandium> for instance, between my landing and my backout, there was no point wasting time continuing to build on windows
  2210. # [18:22] * Joins: Optimizer (Optimizer@D88E5603.6B61551B.BE90E62C.IP)
  2211. # [18:22] * Joins: Lucas (Lucas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2212. # [18:23] <jlebar> glandium, That's probably true! We have a bug on that, right?
  2213. # [18:23] * Joins: atte (atte@moz-401E92F1.dhcp.inet.fi)
  2214. # [18:23] <philor> jlebar: the only good one I have so far is "ffs, if you see someone doing stupid pushes to try, *talk* to them since they almost certainly were never told any different"
  2215. # [18:23] <glandium> jlebar: i know there is one about windows builds not actually cancelling. i'm not sure there is one for having a cancellation not manually require a clobber
  2216. # [18:23] * kmoir is now known as kmoir-afk
  2217. # [18:23] <philor> but we seem to prefer the route of writing hooks which will burn everyone, instead
  2218. # [18:23] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
  2219. # [18:24] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2220. # [18:24] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Quit: Leaving.)
  2221. # [18:24] <philor> yeah, there's a "cancel should set clobber" bug
  2222. # [18:24] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  2223. # [18:24] * Joins: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP)
  2224. # [18:24] <glandium> as for the clobberer, if it was better integrated with the rest, we could avoid across-the-board-clobbers
  2225. # [18:25] <bwinton> philor: There is no social problem which can't be "fixed" by an extremely inconvenient technical solution. ;)
  2226. # [18:25] <philor> :D
  2227. # [18:25] <glandium> probably not all of them, but certainly a lot of them
  2228. # [18:25] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2229. # [18:26] * Joins: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com)
  2230. # [18:26] * khuey|away is now known as khuey
  2231. # [18:26] <philor> bug 658934, but build coalescing is probably subject to the same problem where running.js doesn't understand how coalescing works and shows the build as running on one push when it's really running on another one, so dependent on that too
  2232. # [18:26] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  2233. # [18:26] * Quits: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net) (Ping timeout)
  2234. # [18:26] <glandium> also, now that we have a pymake "native" cl.exe wrapper, we can certainly integrate the ccache-like program for msvc
  2235. # [18:27] <glandium> ted: ^
  2236. # [18:27] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2237. # [18:28] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  2238. # [18:28] <jlebar> As much as I love ccache, all the data I've seen has pointed to its not being a large win on our builders.
  2239. # [18:28] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  2240. # [18:28] <dholbert> ehsan, pong
  2241. # [18:29] <glandium> jlebar: on windows, that could be a totally different story
  2242. # [18:29] <jlebar> glandium, Indeed, it could be.
  2243. # [18:29] * Quits: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net) (Ping timeout)
  2244. # [18:29] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2245. # [18:30] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Quit: brendan)
  2246. # [18:30] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  2247. # [18:30] <catlee-buildduty> jlebar: in small tests it always seems like a win. maybe our cache is too small still
  2248. # [18:31] <jlebar> catlee-buildduty, I think part of the trouble is that if the cache is local (and maybe it has to be), you kind of need to be clever about how you assign jobs to builders.
  2249. # [18:31] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  2250. # [18:31] * Quits: dao (dao@moz-296D3672.pool.mediaways.net) (Quit: Leaving.)
  2251. # [18:32] <jlebar> catlee-buildduty, Having a shared cache seems like it would theoretically help a lot more, but I recall that you guys tried that and found a lot of practical difficulties.
  2252. # [18:33] <tbsaunde> jlebar: it probably also makes a huge difference if you look at try or m-i / m-c
  2253. # [18:33] <jlebar> tbsaunde, Yes, absolutely, they're quite different.
  2254. # [18:33] <tbsaunde> I'd guess ccache doesn't win you much if anything on a dep build, but should on clobber
  2255. # [18:33] <catlee-buildduty> jlebar: yeah, they're all local right now, on the same disk even. we do try and assign jobs to the most recent available slave that did that type of job
  2256. # [18:33] * Joins: paolo (paolo@moz-5AF69E8B.retail.telecomitalia.it)
  2257. # [18:34] <jlebar> catlee-buildduty, But e.g. for a try build, a smarter heuristic would be to look at the "base revision" of the try push.
  2258. # [18:34] * Joins: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net)
  2259. # [18:34] * jwir3 is now known as jwir3|lunch
  2260. # [18:35] <glandium> tbsaunde: indeed
  2261. # [18:35] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  2262. # [18:35] * Quits: Optimizer (Optimizer@D88E5603.6B61551B.BE90E62C.IP) (Ping timeout)
  2263. # [18:36] * Joins: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2264. # [18:36] <catlee-buildduty> jlebar: yeah. I think that's pretty expensive to figure out in this environment though.
  2265. # [18:36] <catlee-buildduty> pushlog doesn't publish ancestry
  2266. # [18:36] <glandium> another thing that would definitely help *me* reduce my try load is if we were able to tell to try: hey, i want you to do builds for this changeset, this other changeset, and yet another one, all sequentially (that is, first is clobber, others are incremental)
  2267. # [18:36] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  2268. # [18:37] <jlebar> catlee-buildduty, You can't use pushlog to see the top cset of the push and then use normal hg to find the parent of that?
  2269. # [18:37] * Quits: balrog (balrog@moz-710DA0B1.phlapa.east.verizon.net) (Ping timeout)
  2270. # [18:37] <glandium> (and incremental against each other, so would reuse the same builder every time)
  2271. # [18:37] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
  2272. # [18:38] <jlebar> catlee-buildduty, Anyway, it's still not simple even once you have that rev. :shrug:
  2273. # [18:38] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  2274. # [18:38] * Joins: Optimizer (Optimizer@AC6731C0.7EC8F5F5.BE90E62C.IP)
  2275. # [18:38] * Quits: glob (glob@moz-DF237567.glob.com.au) (Ping timeout)
  2276. # [18:39] <catlee-buildduty> jlebar: we don't have repos checked out where this code is running
  2277. # [18:39] * Quits: teoli (teoli@514D186.F3BBB17D.144F44FA.IP) (Input/output error)
  2278. # [18:39] * Joins: glob (glob@moz-DF237567.glob.com.au)
  2279. # [18:39] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2280. # [18:39] <jlebar> catlee-buildduty, We have no web service which can tell you the parent of a cset on try?
  2281. # [18:40] <jlebar> catlee-buildduty, I guess you're saying, pushlog is the only one which returns machine-parseable data, and it doesn't have that piece of data.
  2282. # [18:40] <taras> khuey: what are orphan nodes in about:memory?
  2283. # [18:40] <taras> or jlebar ^
  2284. # [18:40] <glandium> jlebar: it should be easy to ask the mercurial server, actually
  2285. # [18:40] <jlebar> taras, They're DOM nodes which are not part of a document's DOM tree.
  2286. # [18:41] <taras> thanks
  2287. # [18:41] <jlebar> taras, sure thing.
  2288. # [18:41] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2289. # [18:41] <jlebar> taras, In case you don't know, if you hover over an entry in about:memory, it will give a description. But the orphan-nodes description is not particularly helpful.
  2290. # [18:43] <taras> jlebar: thanks, i forgot about that
  2291. # [18:43] * sheeri-afk is now known as sheeri
  2292. # [18:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6b900e03eb58 - Jeff Walden - Windows opt build warning fixes. No bug, r=njn on the jsopcode code removal, r=lumpy on the rest
  2293. # [18:45] * Joins: balrog (balrog@moz-6B18619.phlapa.east.verizon.net)
  2294. # [18:46] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2295. # [18:47] * Quits: balrog (balrog@moz-6B18619.phlapa.east.verizon.net) (Ping timeout)
  2296. # [18:47] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  2297. # [18:48] * Joins: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com)
  2298. # [18:48] <philor> catlee-buildduty: graphserver's saying it's "temporarily unavailable" - dunno if that's in the past, or someone should be closing every tree
  2299. # [18:49] <philor> edmorley: and here's our chance to see how we do at parsing the scrape for talos when it's unexpected
  2300. # [18:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c0ef7fe877d2 - Ed Morley - Backout 16ae4d5d27d7 for mochitest-other failures in test_mousescroll.xul
  2301. # [18:50] <edmorley> philor: :-)
  2302. # [18:50] * Quits: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP) (Quit: Leaving...)
  2303. # [18:51] <catlee-buildduty> philor: looks up to me right now
  2304. # [18:51] <@bz> make question
  2305. # [18:51] <BenWa> ehoogeveen: What happens?
  2306. # [18:51] <@bz> Is there a way to do something like "make foo bar"
  2307. # [18:51] <Ms2ger> make foo && make bar
  2308. # [18:51] * Joins: victorporo (victorporo@65B2B26E.AB163232.79933D60.IP)
  2309. # [18:51] <@bz> and have the actual commands for target foo get "bar" as a value?
  2310. # [18:51] <@bz> that they can operate with?
  2311. # [18:51] <Ms2ger> Oh
  2312. # [18:51] <@bz> I mean, I can obviously do make ARG=bar foo
  2313. # [18:51] <Ms2ger> "BAR=bar make foo" is the usual pattern, I think :)
  2314. # [18:51] <@bz> but that's ugly
  2315. # [18:52] <Ms2ger> ./mach foo bar!
  2316. # [18:52] <@bz> mmm
  2317. # [18:52] <@bz> ok, so perhaps a broader question
  2318. # [18:52] <@bz> if we have a way to autogen example class decls for webidl bindings
  2319. # [18:52] <edmorley> catlee-buildduty: so should we close?
  2320. # [18:52] <@bz> what should the command to do that be?
  2321. # [18:52] * Joins: brendan (brendaneic@moz-BC436F15.hsd1.ca.comcast.net)
  2322. # [18:52] <@bz> I was thinking "make example FooInterface" in the dom/bindings objdir
  2323. # [18:52] <Ms2ger> ./dom/bindings/stubgenerator/generate.sh? :)
  2324. # [18:53] * Joins: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP)
  2325. # [18:53] <@bz> it needs to run in the objdir
  2326. # [18:53] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  2327. # [18:53] <glandium> bz: make whatever-the-target-file-name-is
  2328. # [18:53] <@bz> because it needs info that't not available in the srcdir
  2329. # [18:53] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
  2330. # [18:53] <@bz> glandium: mmm
  2331. # [18:53] <BenWa> Anyone know why I get 5 mozStorage threads after startup?
  2332. # [18:53] <catlee-buildduty> edmorley: when is the latest failure?
  2333. # [18:53] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2334. # [18:53] <@bz> glandium: I don't have a way to generate make targets dynamically like that
  2335. # [18:53] <@khuey> BenWa: because we open databases?
  2336. # [18:53] <edmorley> catlee-buildduty: 1737 or later
  2337. # [18:53] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
  2338. # [18:54] <BenWa> Isn't 5 dedicated thread excessive?
  2339. # [18:54] <edmorley> catlee-buildduty: 7 mins ago
  2340. # [18:54] <@bz> glandium: I'd need one target per interface or something
  2341. # [18:54] <@ehsan> dholbert: is https://bugzilla.mozilla.org/show_bug.cgi?id=793880 something you'd like to review?
  2342. # [18:54] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2343. # [18:54] <@bz> basically, the question is what should happen when there are two interfaces in a single webidl file
  2344. # [18:54] <baku> bz, maybe you have comments/hints about 796850 ?
  2345. # [18:54] <@bz> do we want to be able to generate an example per-interface?
  2346. # [18:54] <Ms2ger> "./mach webidl-example Foo" from topsrcdir? :)
  2347. # [18:54] <@bz> or just one for the entire webidl file?
  2348. # [18:54] <catlee-buildduty> edmorley: link me!
  2349. # [18:54] <froydnj> BenWa: one thread per database?
  2350. # [18:54] <@bz> Ms2ger: does that work if you're not normally using mach? ;)
  2351. # [18:54] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2352. # [18:54] <vlad> edmorley: intermittent orange is intermittent :(
  2353. # [18:54] <@bz> baku: looking
  2354. # [18:55] <BenWa> froydnj: Anyone know off hand how much memory is consumed by a thread on various platform?
  2355. # [18:55] <@bz> baku: "we should do it"
  2356. # [18:55] <glandium> bz: make example-FooInterface ?
  2357. # [18:55] <Ms2ger> bz, you mean, haven't built with mach?
  2358. # [18:55] <BenWa> I'm getting a wild range of figures
  2359. # [18:55] <@bz> glandium: hmm
  2360. # [18:55] <@bz> glandium: yeah, ok, I might be able to do that
  2361. # [18:55] <catlee-buildduty> edmorley: all OSes?
  2362. # [18:55] <edmorley> vlad: it's not intermittent (perhaps not every platform, but still)
  2363. # [18:55] <@bz> MS2ger: certainly not. ;)
  2364. # [18:55] <baku> bz, heheh great :)
  2365. # [18:55] <vlad> edmorley: look at the next commit?
  2366. # [18:55] <edmorley> philor: need bug 794895 to get these talos failures in the summary
  2367. # [18:55] <@bz> baku: do you have specific questions?
  2368. # [18:55] <froydnj> BenWa: I want to say default stack size on Linux is a couple megabytes
  2369. # [18:55] * Joins: balrog (balrog@moz-B633A22B.phlapa.east.verizon.net)
  2370. # [18:55] <baku> bz, is it "just" a cpp impl + webidl
  2371. # [18:55] <froydnj> BenWa: don't know about osx or windows
  2372. # [18:55] <vlad> and try server etc. runs; though it's a badly written test, I'm fixing it now
  2373. # [18:56] <@bz> baku: it's changing the codegen
  2374. # [18:56] <glandium> BenWa: virtually nothing on linux and osx, except for address space
  2375. # [18:56] <Ms2ger> bz, it's just python, I don't think there would be big issues
  2376. # [18:56] <baku> or does it involve some python code?
  2377. # [18:56] <@khuey> BenWa: "consumed" meaning address space or actual memory?
  2378. # [18:56] <@ehsan> BenWa: 1mb on windows: http://msdn.microsoft.com/en-us/library/windows/desktop/ms686774%28v=vs.85%29.aspx
  2379. # [18:56] <vlad> (as are the other oranges, working no fixing them all)
  2380. # [18:56] <BenWa> froydnj: And 34 threads on startup where looking at a base memory usage of 68MB which is insane
  2381. # [18:56] <@bz> baku: to add a new type of argument and return value
  2382. # [18:56] <edmorley> vlad: opt on next push is failing too
  2383. # [18:56] * philor is now known as philor|away
  2384. # [18:56] <@bz> baku: so python
  2385. # [18:56] <Ms2ger> bz, except maybe getting at an objdir
  2386. # [18:56] <catlee-buildduty> edmorley: yeah, close the tree for now
  2387. # [18:56] <BenWa> actual memory
  2388. # [18:56] <baku> but webidl+cpp code too, is it?
  2389. # [18:56] <@khuey> much lower
  2390. # [18:56] <@bz> glandium: lemme try that
  2391. # [18:56] <@bz> baku: nope
  2392. # [18:56] <@khuey> threads only have reserved address space on sane operating systems
  2393. # [18:56] <@bz> baku: apart from tests and making XHR use the new type
  2394. # [18:56] <@ehsan> khuey: yeah we recently looked into it and iirc on linux for example we actually commit the thread stack memory
  2395. # [18:56] <vlad> edmorley: where? I see an OSX 10.8 opt failure, for a different test
  2396. # [18:56] <Ms2ger> baku, well, the python code writes cpp code ;)
  2397. # [18:56] <froydnj> BenWa: that's roughly what about:memory tells me a new session on x86-64 takes up, so that can't be the whole story
  2398. # [18:57] <@khuey> ehsan: that would be ... surprising
  2399. # [18:57] * Joins: cdiehl_ (cdiehl@moz-F330F222.pool.mediaways.net)
  2400. # [18:57] * @bz adds spec link
  2401. # [18:57] <baku> Ms2ger, I don't think I'm going so far for this bug :)
  2402. # [18:57] * Ms2ger beats mounir
  2403. # [18:57] <glandium> does nsIFile handle / as a path separator on windows?
  2404. # [18:57] <edmorley> vlad: https://tbpl.mozilla.org/php/getParsedLog.php?id=15744170&tree=Mozilla-Inbound
  2405. # [18:57] <Ms2ger> [Upon request]
  2406. # [18:57] <baku> bz ok. Can I take a look of DOMString, for instance? is it similar?
  2407. # [18:57] <edmorley> vlad: https://tbpl.mozilla.org/php/getParsedLog.php?id=15743940&tree=Mozilla-Inbound
  2408. # [18:57] <@bz> baku: yes
  2409. # [18:57] <baku> bz, k
  2410. # [18:57] <BenWa> Well it would depend on the profile
  2411. # [18:57] <edmorley> vlad: https://tbpl.mozilla.org/php/getParsedLog.php?id=15744043&tree=Mozilla-Inbound
  2412. # [18:57] <jcranmer> NeilAway: no, char16_t will not be necessarily decltype(NS_LL("")), but nor is it that today
  2413. # [18:57] <froydnj> khuey: hence the work on split stacks in GCC recently
  2414. # [18:57] <@ehsan> khuey: BenWa: windows seems to only reserve if I'm reading the docs right
  2415. # [18:57] <edmorley> vlad: https://tbpl.mozilla.org/php/getParsedLog.php?id=15743772&tree=Mozilla-Inbound
  2416. # [18:57] <BenWa> On mac we take 200MB base
  2417. # [18:57] <vlad> edmorley: oh, sorry, we were looking at different tests -- yeah, test_mousescroll has different things failing, I didn't look at all of them
  2418. # [18:57] <@bz> baku: this one will be a little differernt, but broadly can be based on DOMString
  2419. # [18:57] * Quits: cdiehl (cdiehl@moz-7C8155ED.pool.mediaways.net) (Ping timeout)
  2420. # [18:57] <BenWa> on my profile
  2421. # [18:57] * cdiehl_ is now known as cdiehl
  2422. # [18:58] <edmorley> vlad: np :-)
  2423. # [18:58] <@khuey> ehsan: that's correct
  2424. # [18:58] <@bz> baku: the C++ type will be nsCString, I expect....
  2425. # [18:58] <vlad> edmorley: anyway, fixing the test now either way, shuold fix all the oranges (bugged and unbugged ;)
  2426. # [18:58] * @bz is not sure what the best C++ type for this is
  2427. # [18:58] <sfink|flu> bz: there's $(MAKECMDGOALS), but you'll go to hell if you hack something up with that. (And it's read-only.)
  2428. # [18:58] <edmorley> vlad: thank you :-)
  2429. # [18:58] * sfink|flu is now known as sfink
  2430. # [18:58] <catlee-buildduty> edmorley: file a bug?
  2431. # [18:58] <Ms2ger> bz, thanks for pointing out how I'm wrong :)
  2432. # [18:59] <@bz> sfink: I'm just going to try the make thing for now
  2433. # [18:59] <@bz> Ms2ger: hmm?
  2434. # [18:59] <edmorley> catlee-buildduty: ok
  2435. # [18:59] <Ms2ger> bz, 796410
  2436. # [18:59] <Asa> has anyone noticed that scrolling on slashdot has gotten really bad recently on trunk? It's laggy and my fans spin up when i'm doing it (windows 7, modern hardware)
  2437. # [19:00] <@khuey> froydnj: I thought split stacks were about allowing discontiguous ranges of virtual addresses
  2438. # [19:00] <@khuey> froydnj: virtual memory should already make discontiguous physical memory trivial
  2439. # [19:00] <@bz> Ms2ger: no problem. What I don't get is _why_ you're wrong. ;)
  2440. # [19:00] <froydnj> khuey: easier to make your stack grow on demand with split stacks
  2441. # [19:01] <@khuey> ehsan: I would be shocked if linux commits 8 MB of memory for every thread automatically
  2442. # [19:01] <Ms2ger> khuey, you would?
  2443. # [19:01] <@khuey> I would
  2444. # [19:01] <glandium> ehsan: it doesn't
  2445. # [19:01] <jcranmer> khuey: but what if your virtual memory address space becomes fragmented?
  2446. # [19:01] <@ehsan> khuey: hrm, my memory is sort of rusty on the details
  2447. # [19:01] <@ehsan> maybe jrmuizel remembers more?
  2448. # [19:02] <jrmuizel> ehsan: about what?
  2449. # [19:02] <glandium> err. khuey: it doesn't
  2450. # [19:02] <@khuey> jcranmer: well if you can't find N MB of contiguous address space you lose, clearly
  2451. # [19:02] <@khuey> glandium: yes, that's what I thought
  2452. # [19:02] <@khuey> glandium: ehsan says otherwise
  2453. # [19:02] <@ehsan> jrmuizel: remember we were looking into whether we commit or just reserve address space on thread creation?
  2454. # [19:02] <@ehsan> (for the stack)
  2455. # [19:02] <Ms2ger> bz, maybe I know... Looking
  2456. # [19:02] <edmorley> catlee-buildduty: filed bug 796991
  2457. # [19:03] <Waldo> has anyone looked into making us pass warning-disabling flags to MSVC before, akin to how we pass various warning-enabling/disabling flags to gcc?
  2458. # [19:03] <Ms2ger> bz, I do know :)
  2459. # [19:03] <@khuey> we do pass warning disabling flags to MSVC
  2460. # [19:03] <jrmuizel> ehsan: stacks get mmaped so the address space is reserved the kernel can choose whether to commit or not
  2461. # [19:03] * kmoir-afk is now known as kmoir
  2462. # [19:03] <@bz> Ms2ger: put it in the bug?
  2463. # [19:03] <jrmuizel> I suspect that it does not by default
  2464. # [19:03] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  2465. # [19:03] * Ms2ger went for #content instead, brb
  2466. # [19:03] <@bz> Ms2ger: I guess question 1 is whether we plan to support disabling paris bindings and falling back to "experimental" ones for this stuff
  2467. # [19:03] <@ehsan> jrmuizel: oh, that's the custom mmap flag that we found?
  2468. # [19:03] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  2469. # [19:04] <@bz> Ms2ger: anyway
  2470. # [19:04] <glandium> ehsan: i'm pretty sure it's not committed at thread creation
  2471. # [19:04] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/b24057bfd509 - tbirdbld - Added THUNDERBIRD_16_0b4_RELEASE THUNDERBIRD_16_0b4_BUILD1 tag(s) for changeset 8a8a932fbef4. DONTBUILD CLOSED TREE a=release
  2472. # [19:04] <jrmuizel> ehsan: no I believe that is the default behaviour for any anonymous mapping
  2473. # [19:04] <joe> jrmuizel: go have your birthday
  2474. # [19:04] <jrmuizel> joe: I will soon
  2475. # [19:04] * Joins: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com)
  2476. # [19:04] <jrmuizel> joe: I already did a fair amount of birthdaying
  2477. # [19:05] * Quits: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  2478. # [19:05] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2479. # [19:05] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2480. # [19:05] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  2481. # [19:06] <@ehsan> jrmuizel: hmm, I seem to remember that the kernel did not handle that flag at all...
  2482. # [19:06] * Quits: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2483. # [19:06] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2484. # [19:06] <Waldo> khuey: pointer? I want to disable C4351, which is a warning added to say that MSVC's behavior changed in one case from non-standards-conforming to standards-conforming
  2485. # [19:06] <@ehsan> jrmuizel: oh, and happy birthday!
  2486. # [19:06] <jrmuizel> ehsan: correct
  2487. # [19:06] <jrmuizel> ehsan: thanks
  2488. # [19:06] * Joins: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com)
  2489. # [19:06] <@ehsan> jrmuizel: so, isn't the default behavior commiting the entire address space range?
  2490. # [19:06] <Waldo> khuey: right now ionmonkey has some code that semi-depends on the new/correct behavior, and it spews warnings like no other as a result
  2491. # [19:06] <jrmuizel> ehsan: perhaps I don't understand what you mean by commit
  2492. # [19:06] <@khuey> Waldo: http://mxr.mozilla.org/mozilla-central/source/configure.in#2200
  2493. # [19:07] * Quits: surkov (surkov@334F3A2D.CE67D555.26B1D6E2.IP) (Ping timeout)
  2494. # [19:07] <BenWa> Alright spawn 100 threads doesn't cause a significant memory increase
  2495. # [19:07] <@khuey> Waldo: '-wdXXXX' where XXXX is the warning number
  2496. # [19:07] <@ehsan> jrmuizel: so we're discussing whether linux commits thread stack space upon thread creation or not
  2497. # [19:07] <Waldo> yeah, I found the msdn pages on how to do it, just needed to figure out *where* to do it
  2498. # [19:07] <Waldo> :-)
  2499. # [19:07] * Joins: kutsurak (pex@moz-2B5AE22A.dsl.dyn.forthnet.gr)
  2500. # [19:07] <Waldo> hmm, tho, that's the whole Mozilla build
  2501. # [19:08] <glandium> ehsan: no
  2502. # [19:08] * Waldo searches for the JS spot for that
  2503. # [19:08] <derf> You can just use #pragma's, too.
  2504. # [19:08] <jrmuizel> ehsan: when you say commit do you mean there exists pages in physical ram or on swap that correspond to the addresses range of the stack?
  2505. # [19:08] <Waldo> derf: yeah, that's just fugly :-)
  2506. # [19:08] <derf> Well, it's MSVC.
  2507. # [19:08] <derf> It's fugly by definition.
  2508. # [19:09] <Waldo> I'd rather not be reminded of MSVC every time I see the code that triggers that bogo-warning :-)
  2509. # [19:09] <@ehsan> jrmuizel: the former
  2510. # [19:09] * Joins: bent (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2511. # [19:09] <jrmuizel> ehsan: I only gave you one option
  2512. # [19:09] <froydnj> sfink: that's quite the perl one-liner in 782731
  2513. # [19:09] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2514. # [19:09] <derf> That's why you stick it in a header somewhere you never look at.
  2515. # [19:09] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2516. # [19:09] * lsblakk|afk is now known as lsblakk
  2517. # [19:09] * Parts: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  2518. # [19:09] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  2519. # [19:09] * Quits: RudyL_ (rudy@moz-26E37568.dynamic.hinet.net) (Quit: RudyL_)
  2520. # [19:10] <jrmuizel> ehsan: I don't think mmap commits by default (it depends on your overcommit settings)
  2521. # [19:10] <@ehsan> jrmuizel: I mean, commit in the sense of backing the pages by physical memory *or* by swap space if it's not available
  2522. # [19:10] <@ehsan> jrmuizel: oh well, you said the same thing indeed!
  2523. # [19:10] <sfink> froydnj: you don't want to know how many very similar ones my fingers have typed in my lifetime. They kind of do it by themselves now. They enjoy the gagging sound that readers tend to make.
  2524. # [19:10] <@ehsan> jrmuizel: ok
  2525. # [19:10] <@ehsan> glandium: khuey: in that case I was wrong!
  2526. # [19:10] <jrmuizel> ehsan: so I'd expect stacks to be committed on demand
  2527. # [19:10] <@khuey> ehsan: *whew*
  2528. # [19:10] <@ehsan> yeah that's sane
  2529. # [19:10] * Joins: jwilde (Thunderbir@moz-E80EBF4A.medford.tufts.edu)
  2530. # [19:11] <@bsmedberg> johns: you joining us to talk about flash hang mitigation?
  2531. # [19:12] <johns> bsmedberg: on my way
  2532. # [19:12] * Quits: davidb (davidb@moz-C23C8819.dsl.bell.ca) (Ping timeout)
  2533. # [19:12] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Connection reset by peer)
  2534. # [19:12] * Joins: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2535. # [19:12] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  2536. # [19:12] * Quits: kutsurak (pex@moz-2B5AE22A.dsl.dyn.forthnet.gr) (Ping timeout)
  2537. # [19:13] * Joins: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net)
  2538. # [19:13] * Joins: kutsurak (pex@moz-2B5AE22A.dsl.dyn.forthnet.gr)
  2539. # [19:13] * Joins: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com)
  2540. # [19:13] * Joins: fitzgen (fitzgen@moz-264AAFA3.hsd1.wa.comcast.net)
  2541. # [19:14] * Joins: akeybl_ (akeybl@moz-BBE3ABD.mv.mozilla.com)
  2542. # [19:14] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2543. # [19:14] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2544. # [19:15] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  2545. # [19:15] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2546. # [19:15] <jesup> What's the current status of infallible malloc? Is https://developer.mozilla.org/en-US/docs/Infallible_memory_allocation up to date? (i.e. infallible "malloc()" coming some day)
  2547. # [19:15] * Quits: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  2548. # [19:15] * AutomatedTester|mtg is now known as AutomatedTester|away
  2549. # [19:15] * AaronMT is now known as AaronMT|food
  2550. # [19:15] * armenzg is now known as armenzg_lunch
  2551. # [19:15] <froydnj> jesup: it's in, |new| is infallible by default
  2552. # [19:15] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  2553. # [19:16] <@khuey> I don't think anybody is pushing on infallible 'malloc'
  2554. # [19:16] <vlad> ttaubert: ping
  2555. # [19:16] * Quits: harth (harth@moz-CF96C405.hsd1.ca.comcast.net) (Input/output error)
  2556. # [19:16] <@khuey> new is already infallible, which solves most of the problems
  2557. # [19:16] <@bsmedberg> yeah, malloc is more likely to be correctly checked
  2558. # [19:16] <jesup> froydnj: Right, knew new is the new coolness (infallible) ;-) What about malloc()? There are very few uses of moz_xmalloc() (or moz_malloc) in our tree IIRC
  2559. # [19:17] <Mook_as> and NS_Alloc is infallible
  2560. # [19:17] <bdahl> anyone know of an event/notification that happens sometime after plugins are registered? it seems acrobat always steals priority over pdf.js now
  2561. # [19:17] <jesup> ah, really - the page implied otherwise
  2562. # [19:17] <ttaubert> vlad: hey
  2563. # [19:18] <@bsmedberg> bdahl: what would you do with such event?
  2564. # [19:18] <@khuey> there's not that much malloc in the tree
  2565. # [19:18] <@khuey> and a lot of it is in external code
  2566. # [19:18] * @bsmedberg notes that there probably isn't an event
  2567. # [19:18] <vlad> ttaubert: hey, looking at your test fix in bug 625273
  2568. # [19:18] <Mook_as> well, I dunno, I just look at http://mxr.mozilla.org/mozilla-central/source/xpcom/base/nsMemoryImpl.cpp#161 instead
  2569. # [19:18] <@khuey> e.g. hunspell
  2570. # [19:18] <vlad> I'm seeing the "Validate tab positions in test 4." breakage again with some refresh driver changes
  2571. # [19:18] <johns> bsmedberg: I can't seem to connect to vidyo for more than five seconds. Excellent.
  2572. # [19:19] <vlad> looking at the test itself, the waitForTransition/executeSoon looks to be flaky -- what's supposed to trigger the "transitioned" event there?
  2573. # [19:19] <derf> Or things like codecs, where we explicitly want malloc to be fallible.
  2574. # [19:19] <@bsmedberg> johns: ugh, using what client?
  2575. # [19:19] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2576. # [19:19] <vlad> and wouldn't the call to moveTabInGroup inside the callback also trigger a transitioned event?
  2577. # [19:19] <jesup> khuey/froydnj/etc: thanks
  2578. # [19:19] * akeybl_ is now known as akeybl
  2579. # [19:20] <johns> bsmedberg: desktop/linux client. It worked fine about 24 hours ago of course. I can try on my phone I suppose
  2580. # [19:20] <ttaubert> vlad: looking
  2581. # [19:20] <@bsmedberg> johns: join #plugins
  2582. # [19:20] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2583. # [19:20] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  2584. # [19:21] * Quits: ircloggr (nodebot@moz-FBE1BA58.compute-1.amazonaws.com) (Connection reset by peer)
  2585. # [19:21] * Quits: tzimmermann (tzimmerman@moz-E467D1C8.pools.arcor-ip.net) (Quit: Ex-Chat)
  2586. # [19:21] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2587. # [19:21] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Ping timeout)
  2588. # [19:21] * Quits: victorporo (victorporo@65B2B26E.AB163232.79933D60.IP) (Quit: victorporo)
  2589. # [19:21] <bdahl> bsmedberg: the first time firefox runs with pdf.js enabled it becomes the default pdf viewer
  2590. # [19:21] * glob is now known as glob|away
  2591. # [19:21] <bdahl> which we currently do during browserGlue init
  2592. # [19:22] <bdahl> but if acrobat is installed it overrides us
  2593. # [19:23] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2594. # [19:23] * Quits: balrog (balrog@moz-B633A22B.phlapa.east.verizon.net) (Ping timeout)
  2595. # [19:24] * Joins: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com)
  2596. # [19:26] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2597. # [19:26] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
  2598. # [19:27] <bdahl> ttaubert: ping
  2599. # [19:27] * Quits: past|away (past@moz-271C4BD7.dsl.dyn.forthnet.gr) (Ping timeout)
  2600. # [19:28] * mjschranz_away is now known as mjschranz
  2601. # [19:28] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  2602. # [19:29] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2603. # [19:29] * philor|away is now known as philor
  2604. # [19:29] <ttaubert> vlad: need to take a deeper look at this. which bug are you working on? I could apply the patch locally and investigate
  2605. # [19:29] <ttaubert> bdahl: pong
  2606. # [19:30] <bdahl> ttaubert: just left a comment, but that PR needs to be against https://github.com/mozilla/pdf.js not gaia
  2607. # [19:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bca6d709dba2 - Bas Schouten - Bug 778367: Minimize intermediate surface size. r=jrmuizel
  2608. # [19:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b36ff62f95b3 - Bas Schouten - Bug 776793: Properly create an opaque surface when copying in the background. r=joedrew
  2609. # [19:30] * Quits: Optimizer (Optimizer@AC6731C0.7EC8F5F5.BE90E62C.IP) (Ping timeout)
  2610. # [19:30] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2611. # [19:30] <bdahl> ttaubert: gaia is also downstream of pdf.js
  2612. # [19:31] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  2613. # [19:31] <ttaubert> bdahl: sorry I'm really new to the project. so what does that mean? the fix should be landed in the pdf.js repo and we'll pull it from there for b2g?
  2614. # [19:31] <bdahl> ttaubert: yup
  2615. # [19:31] <Waldo> derf: or in a configure script that's looked at even less than any header :-)
  2616. # [19:32] <ttaubert> bdahl: but... asyncStorage is only provided by a custom gaia library. how's that supposed to work?
  2617. # [19:32] <derf> Waldo: Sure, I just meant if you didn't want to apply it to the whole project.
  2618. # [19:32] * Joins: aja (Instantbir@32580C4E.58C2F315.7880DB15.IP)
  2619. # [19:33] <bdahl> ttaubert: we have a preprocessor with a B2G flag so either use that or maybe do some type of feature detection
  2620. # [19:33] <Waldo> derf: this warning, I think we do, because it's a warning that MSVC 2005 (!) changed behavior from non-standards-conforming to standards-conforming in one case
  2621. # [19:33] * Quits: brendan (brendaneic@moz-BC436F15.hsd1.ca.comcast.net) (Quit: brendan)
  2622. # [19:33] <@bz> hmm
  2623. # [19:33] <Waldo> which is just crazytalk
  2624. # [19:33] <bdahl> ttaubert: see https://github.com/mozilla/pdf.js/blob/master/web/viewer.html#L72
  2625. # [19:33] <ttaubert> bdahl: ok and you think they're going to accept that? :)
  2626. # [19:33] <@bz> is there a good way to generate single-color png data: URIs?
  2627. # [19:34] <ttaubert> bdahl: I see
  2628. # [19:34] * Joins: Optimizer (Optimizer@9A924B68.1B9F2FD8.BE90E62C.IP)
  2629. # [19:34] <Waldo> (although their docs for the warning don't mention anything about standards compliance, of course, because SAVE FACE)
  2630. # [19:34] * Quits: jwilde (Thunderbir@moz-E80EBF4A.medford.tufts.edu) (Ping timeout)
  2631. # [19:34] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2632. # [19:34] <Waldo> and/or "what standards?"
  2633. # [19:34] * Joins: ircloggr (nodebot@moz-6455050.compute-1.amazonaws.com)
  2634. # [19:34] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  2635. # [19:35] <ttaubert> bdahl: I heard there will probably also be some interface changes to the viewer because that's not really usable on mobile. is that work also done in the upstream repo?
  2636. # [19:35] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  2637. # [19:35] * Quits: ahal (ahal@moz-542CF022.cpe.net.cable.rogers.com) (Ping timeout)
  2638. # [19:35] * Quits: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com) (Quit: away)
  2639. # [19:35] * Quits: Optimizer (Optimizer@9A924B68.1B9F2FD8.BE90E62C.IP) (Ping timeout)
  2640. # [19:36] * adrian is now known as adrian|afk
  2641. # [19:36] <bdahl> ttaubert: yes, that's the initial plan. if things diverge too much we'll consider branching the b2g viewer
  2642. # [19:37] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2643. # [19:37] <ttaubert> bdahl: ok, thank you for the clarification. last question: is there anyway I can clone the pdf.js repo and "put" it in my gaia checkout to see if it works?
  2644. # [19:37] <ttaubert> *any way
  2645. # [19:37] <lmandel> robcee: Has your work to integrate BenWa's profiler into dev tools landed?
  2646. # [19:38] <robcee> lmandel: not landed, in a bug
  2647. # [19:38] <robcee> I'll have more about that a little later this week
  2648. # [19:38] <lmandel> robcee: Do you have a bug number handy?
  2649. # [19:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cc505740ad56 - Chris Peterson - Bug 778980 - Part 5: Treat gcc -Wconversion-null warnings as errors. r=bsmedberg
  2650. # [19:38] <BenWa> lmandel: bug 795268
  2651. # [19:38] <robcee> lmandel: 795268
  2652. # [19:38] <BenWa> I had it up already
  2653. # [19:38] <robcee> so did I!
  2654. # [19:38] * BenWa was wondering if we should track it for gaming :)
  2655. # [19:39] <lmandel> thanks both
  2656. # [19:39] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  2657. # [19:39] * Joins: Optimizer (Optimizer@441136BB.47EF2355.D2D1FAF0.IP)
  2658. # [19:40] * Joins: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu)
  2659. # [19:40] * Quits: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu) (Input/output error)
  2660. # [19:40] * Joins: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu)
  2661. # [19:40] * coop|mtg is now known as coop
  2662. # [19:41] <bdahl> ttaubert: usually what i do is keep my pdf.js repo separate and just use a little script something like https://gist.github.com/3821444
  2663. # [19:41] <bdahl> the important part being "node make b2g" and copying the build part into gaia
  2664. # [19:41] * Joins: seth (Adium@moz-BE601222.dsl.dynamic.sonic.net)
  2665. # [19:42] <bdahl> ttaubert: if you have anymore questions feel free to join #pdfjs
  2666. # [19:42] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2667. # [19:42] <ttaubert> bdahl: ok thank you. that should keep me busy for some time ;)
  2668. # [19:42] <jcranmer> Waldo: I've done my research into what should be sufficient to enable char16_t on all platforms
  2669. # [19:42] * Joins: valenting1 (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
  2670. # [19:42] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2671. # [19:42] * jwir3|lunch is now known as jwir3
  2672. # [19:43] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
  2673. # [19:43] * Quits: valenting1 (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2674. # [19:43] * Quits: victorporof (victorporo@65B2B26E.AB163232.79933D60.IP) (Quit: Linkinus - http://linkinus.com)
  2675. # [19:43] <Optimizer> Any idea why doing gBrowser.selectedBrowser.QueryInterface(Ci.nsIFrameLoaderOwner).frameLoader.activateFrameEvent("MozAfterPaint", true) gives error ?
  2676. # [19:44] * AaronMT|food is now known as AaronMT
  2677. # [19:44] * Quits: @bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net) (Ping timeout)
  2678. # [19:44] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2679. # [19:45] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
  2680. # [19:45] * Joins: victorporof (victorporo@65B2B26E.AB163232.79933D60.IP)
  2681. # [19:45] <mccr8> If I modify automation.py.in, what is the minimum rebuilding I need to do to have it use the updated version when I run a mochitest? Just doing make -C objdir/build didn't seem to be enough.
  2682. # [19:46] <@gavin> mccr8: testing/mochitest
  2683. # [19:47] <mccr8> thanks!
  2684. # [19:47] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
  2685. # [19:48] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/640a57ebab48 - Jonathan Griffin - Bug 796019 - Make Marionette smarter about registering frame scripts, r=mdas, DONTBUILD(NPOTB)
  2686. # [19:48] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  2687. # [19:49] <@smaug> Optimizer: in non OOP Firefox?
  2688. # [19:49] <Optimizer> in normal Nightly
  2689. # [19:49] <@smaug> activateFrameEvent is for OOP only
  2690. # [19:50] <@smaug> I'm surprised you even try to use it
  2691. # [19:50] * Joins: davidb (davidb@moz-C23C8819.dsl.bell.ca)
  2692. # [19:51] * Quits: davidb (davidb@moz-C23C8819.dsl.bell.ca) (Input/output error)
  2693. # [19:51] <Optimizer> :|
  2694. # [19:52] * edmorley is now known as edmorley|firealarm-yey
  2695. # [19:52] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  2696. # [19:52] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
  2697. # [19:52] <@smaug> Optimizer: I mean, what are you trying to do?
  2698. # [19:53] <Optimizer> trying to forward MozAfterPaint to one content window
  2699. # [19:53] * Quits: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net) (Connection reset by peer)
  2700. # [19:53] <Optimizer> without switching the pref for it
  2701. # [19:53] <@smaug> the documentation is pretty clear. "Activate event forwarding from client (remote frame) to parent."
  2702. # [19:54] <Optimizer> yes, I didn't bother about the remote frame part :P
  2703. # [19:54] * Joins: mbrubeck (mozilla@moz-755AD63.hsd1.wa.comcast.net)
  2704. # [19:55] * Joins: davidb (davidb@moz-C23C8819.dsl.bell.ca)
  2705. # [19:56] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  2706. # [19:57] * Joins: harth (harth@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2707. # [19:57] * edmorley|firealarm-yey is now known as edmorley
  2708. # [19:57] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  2709. # [19:57] * edmorley is now known as edmorley|away
  2710. # [19:57] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
  2711. # [19:58] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
  2712. # [19:58] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  2713. # [19:59] * Quits: edmorley|away (edmorley@88F51059.F3BBB17D.144F44FA.IP) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  2714. # [20:00] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Client exited)
  2715. # [20:00] * Quits: Jesse (jruderman@moz-E31CD2CB.mozilla.org) (Ping timeout)
  2716. # [20:01] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  2717. # [20:02] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
  2718. # [20:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/580f710a84e8 - Brian Nicholson - Bug 769145 - Part 4: Add search suggestions opt-in prompt. r=mfinkle
  2719. # [20:02] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ecaff73e5a63 - Brian Nicholson - Bug 769145 - Part 3: Add mSuggestionsEnabled boolean. r=mfinkle
  2720. # [20:03] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  2721. # [20:03] * Joins: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP)
  2722. # [20:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8b5a786ee47b - Luke Wagner - Bug 795574 - name lookup in JSOP_IMPLICITTHIS should default to the global (r=waldo)
  2723. # [20:05] * Joins: rstrong (rstrong@2398BAC3.FFA964CB.A282603C.IP)
  2724. # [20:06] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  2725. # [20:06] * sheeri is now known as sheeri-afk
  2726. # [20:06] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  2727. # [20:07] * Quits: kk1fff (kk1fff@moz-F90AE879.dynamic.hinet.net) (Quit: Leaving.)
  2728. # [20:07] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2729. # [20:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bbf94917f0ec - Justin Lebar - Bug 789392 - Allow mozapp frames to window.close() themselves. r=bz
  2730. # [20:09] * sheeri-afk is now known as sheeri
  2731. # [20:09] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  2732. # [20:09] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  2733. # [20:11] <jwir3> gratz on flexbox landing, dholbert
  2734. # [20:11] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2735. # [20:11] <dholbert> jwir3, thanks! :D
  2736. # [20:11] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Computer has gone to sleep.)
  2737. # [20:11] <dholbert> jwir3, can't wait to have the "make it preffable" bug fixed so that we can start building it in nightlies
  2738. # [20:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/944020af0206 - Wes Johnston - Bug 795013 - Only use */* filter if no extension or mimetype filters exist r=blassey
  2739. # [20:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/16bc4aa2f52f - Wes Johnston - Bug 795013 - Add semicolon to list of deliminators in extension list. r=blassey
  2740. # [20:11] * Joins: balrog (balrog@moz-5457307A.phlapa.east.verizon.net)
  2741. # [20:11] * Joins: msucan (mihai@99C68311.8DC89BFB.21A4E96A.IP)
  2742. # [20:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c1b386c21158 - Wes Johnston - Bug 795053 - Add ability to unlock a profile from Java. r=blassey
  2743. # [20:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4442534ceff2 - Wes Johnston - Bug 795013 - Fix check for filter masks in Android file picker. r=blassey
  2744. # [20:12] <jwir3> dholbert: agreed. then maybe I can craft a flexbox website to try it out. :)
  2745. # [20:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f39621ae2b96 - Wes Johnston - Bug 795053 - Always send the java profile to Gecko. r=mfinkle
  2746. # [20:12] * Joins: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za)
  2747. # [20:12] <dholbert> jwir3, yayy! and file bugs :)
  2748. # [20:12] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2749. # [20:13] * Joins: hub (hub@A5087023.2354C43D.D8E68FF6.IP)
  2750. # [20:14] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2751. # [20:14] * jimm is now known as jimm-lunch
  2752. # [20:14] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2753. # [20:14] * Quits: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu) (Ping timeout)
  2754. # [20:14] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  2755. # [20:14] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2756. # [20:14] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2757. # [20:14] * Joins: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2758. # [20:15] * Quits: balrog (balrog@moz-5457307A.phlapa.east.verizon.net) (Ping timeout)
  2759. # [20:15] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
  2760. # [20:15] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2761. # [20:16] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2762. # [20:16] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
  2763. # [20:16] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2764. # [20:18] * Joins: damons (gnubeard@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2765. # [20:19] * armenzg_lunch is now known as armenzg
  2766. # [20:21] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2767. # [20:22] <@ehsan> dholbert: ping
  2768. # [20:22] <dholbert> ehsan, pong
  2769. # [20:22] * Quits: msucan (mihai@99C68311.8DC89BFB.21A4E96A.IP) (Ping timeout)
  2770. # [20:22] * Joins: balrog (balrog@moz-9A8F8D38.phlapa.east.verizon.net)
  2771. # [20:22] <@ehsan> dholbert: hey, not sure if you saw my earlier ping, do you think you can review bug 793880?
  2772. # [20:23] <@ehsan> (trying to get it out of my queue asap :)
  2773. # [20:23] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2774. # [20:24] <dholbert> ehsan: ah, just noticed the pin but didn't see the body of the ping. :) sure, I'm comfortable reviewing that
  2775. # [20:24] * Joins: bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net)
  2776. # [20:24] * ChanServ sets mode: +o bz
  2777. # [20:24] <@ehsan> dholbert: cool, thanks, so I'll switch the request to you
  2778. # [20:24] * Quits: @bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net) (Quit: Leaving)
  2779. # [20:24] * Joins: bz (bzbarsky@moz-F9F3C337.bstnma.fios.verizon.net)
  2780. # [20:24] * ChanServ sets mode: +o bz
  2781. # [20:24] <dholbert> ehsan, sounds good. (I'll get to it after the meeting)
  2782. # [20:25] * Joins: msucan (mihai@99C68311.8DC89BFB.21A4E96A.IP)
  2783. # [20:25] <@ehsan> ty
  2784. # [20:25] <dholbert> ehsan, (looks trivial, but want to be sure I'm not missing anything. :))
  2785. # [20:25] <@ehsan> dholbert: sounds good
  2786. # [20:25] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2787. # [20:25] * Quits: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net) (Ping timeout)
  2788. # [20:27] <biesi> hmm we use UINT32_MAX these days?
  2789. # [20:27] <biesi> not PR_UINT32_MAX?
  2790. # [20:27] <froydnj> biesi: yes
  2791. # [20:27] <biesi> interesting
  2792. # [20:28] <biesi> froydnj, is that MFBT? or where does it come from?
  2793. # [20:28] <froydnj> biesi: mfbt/StandardInteger.h
  2794. # [20:28] <biesi> oh, stdint
  2795. # [20:29] * Joins: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2796. # [20:29] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
  2797. # [20:29] * fabrice is now known as fabrice1
  2798. # [20:29] * fabrice|afk is now known as fabrice
  2799. # [20:30] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2800. # [20:30] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
  2801. # [20:31] * Quits: Optimizer (Optimizer@441136BB.47EF2355.D2D1FAF0.IP) (Ping timeout)
  2802. # [20:31] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2803. # [20:31] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2804. # [20:32] <NeilAway> jcranmer: ah, I just thought it might be helpful to do that as part of the switch, so that we don't keep having to write NS_LITERAL_STRING("").get() all over
  2805. # [20:32] <@ehsan> jdm: ping
  2806. # [20:32] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  2807. # [20:32] <jdm> ehsan: pongitypong
  2808. # [20:32] <biesi> NeilAway, EmptyString()
  2809. # [20:32] <@ehsan> jdm: so skimming over my bugmail, I saw that a bunch of stuff have r+ now
  2810. # [20:32] <@ehsan> jdm: (pbchannelfail stuff)
  2811. # [20:32] <NeilAway> biesi: sorry, I meant NS_LITERAL_STRING("your ascii string here").get()
  2812. # [20:33] <jdm> ehsan: a couple do, yeah
  2813. # [20:33] <biesi> oh ok
  2814. # [20:33] <@ehsan> jdm: can you land the ones that are ready to go please?
  2815. # [20:33] <jdm> will do
  2816. # [20:33] * Joins: Optimizer (Optimizer@9550E76A.CF241F85.D2D1FAF0.IP)
  2817. # [20:33] <@ehsan> jdm: I'm trying to get a sense of how much work is remaining
  2818. # [20:33] <@ehsan> jdm: thank you
  2819. # [20:33] <Optimizer> in per window PB ?
  2820. # [20:33] <jdm> correct
  2821. # [20:33] * Optimizer missed prior conversation
  2822. # [20:34] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  2823. # [20:34] <@ehsan> Optimizer: see bug pbngen for the broad overview
  2824. # [20:35] <Optimizer> I know, I am following it :)
  2825. # [20:35] <Optimizer> its a very big list
  2826. # [20:35] <Optimizer> only dlbi has that big right now :P
  2827. # [20:35] <vlad> ttaubert: sorry, had a meeting -- it's not directly triggered by the bug I'm working on (731974), it's just intermittent. It might even be totally unrelated, but if you're especting relayout or something to happen that would have been driven by the refresh driver before, it could easily be timing related
  2828. # [20:35] * Optimizer or maybe gGC too
  2829. # [20:35] <vlad> ttaubert: applying that patch is unlikely to trigger the bug for you, unless you run it many times and happen to hit the right timing situation
  2830. # [20:36] <vlad> ttaubert: ehsan and I just didn't understand what the test was trying to do there, with the transition event callback -- it wasn't clear who was going to be causing the transitioned event to occur
  2831. # [20:36] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  2832. # [20:36] <@ehsan> ttaubert: yeah it seemed to me that we need to do one more waitForTransition there
  2833. # [20:36] <@ehsan> ttaubert: but I cannot really justify that
  2834. # [20:36] <@ehsan> not beyond a mere hunch anyway
  2835. # [20:37] <ttaubert> ok, need to take a closer look at that test again
  2836. # [20:38] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2837. # [20:38] <vlad> ehsan: or really, move the waitForTransition after the rearrange (though we may need to attach the event handler first or something?)
  2838. # [20:38] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  2839. # [20:38] * Quits: dzbarsky (Adium@moz-4FB3C146.phlapa.east.verizon.net) (Quit: Leaving.)
  2840. # [20:39] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2841. # [20:39] * jhammel is now known as jhammel|lunch
  2842. # [20:39] <@ehsan> yeah that could work as well
  2843. # [20:39] <@ehsan> it all depends on what this test is really trying to do
  2844. # [20:39] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  2845. # [20:39] * Joins: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net)
  2846. # [20:40] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  2847. # [20:40] <jcranmer> NeilAway: that's not practical at this point in time
  2848. # [20:40] <jcranmer> unfortunately
  2849. # [20:41] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2850. # [20:42] * hwine is now known as hwine-food
  2851. # [20:42] <jcranmer> NeilAway: if we drop MSVC < 10 and g++ 4.4, and always compile with C++11 mode, we *might* be able to do that
  2852. # [20:43] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2853. # [20:44] <ddahl> hrmmm... anyone know why this is a 'syntax error': http://pastebin.mozilla.org/1854961
  2854. # [20:44] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
  2855. # [20:44] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2856. # [20:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d66ee1da0348 - Marshall Culpepper - Bug 740722: Wait until the user is idle before prompting to apply an update in B2G. r=fabrice
  2857. # [20:45] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
  2858. # [20:45] <robarnold> ddahl: does it need to be in quotes?
  2859. # [20:45] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  2860. # [20:45] <ddahl> robarnold: hmm
  2861. # [20:45] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  2862. # [20:45] <ddahl> robarnold: which part?
  2863. # [20:45] <robarnold> the uuid
  2864. # [20:45] <robarnold> uuid("...")
  2865. # [20:46] <ddahl> robarnold: nope
  2866. # [20:46] <fabrice> it should not
  2867. # [20:46] <robarnold> capital letters?
  2868. # [20:46] <ddahl> i was just looking at another idl and it is not
  2869. # [20:46] * jimm-lunch is now known as jimm
  2870. # [20:46] <ddahl> no, caps are not requirede
  2871. # [20:47] <robarnold> do you have the right number of bytes in that uuid?
  2872. # [20:47] <@smaug> you don't
  2873. # [20:47] <robarnold> I think the last group is off by one
  2874. # [20:47] <@smaug> the last part is wrong
  2875. # [20:47] <@ehsan> wesj: red
  2876. # [20:47] <ddahl> OH JEEZ
  2877. # [20:47] * Joins: espadrine (thaddee_ty@moz-584E2C13.dclient.lsne.ch)
  2878. # [20:47] <jcranmer> as is the first group, it looks like
  2879. # [20:48] <ddahl> I BLAME THIS THINKPAD
  2880. # [20:48] <ddahl> AND XFCE
  2881. # [20:48] <jcranmer> no, I can't count
  2882. # [20:48] <ddahl> AND OTHER STUFF NOT ME
  2883. # [20:48] <jcranmer> denial, the first stage
  2884. # [20:48] <ddahl> robarnold: smaug: jcranmer: thanks for again showing me I am incapable of the details!:)
  2885. # [20:49] * Quits: adrian|afk (adrian@moz-81198B5A.w83-203.abo.wanadoo.fr) (Ping timeout)
  2886. # [20:50] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  2887. # [20:50] * Joins: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu)
  2888. # [20:51] * Quits: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com) (Ping timeout)
  2889. # [20:51] * Joins: past|away (past@moz-271C4BD7.dsl.dyn.forthnet.gr)
  2890. # [20:51] * past|away is now known as past
  2891. # [20:52] * Quits: jwilde (Thunderbir@moz-B17650D1.medford.tufts.edu) (Ping timeout)
  2892. # [20:52] <wesj> ehsan: looking.... not sure what i did that would have caused this....
  2893. # [20:52] <jhammel|lunch> ddahl: fwiw, i blame xfce too, just on principle ;)
  2894. # [20:52] * Joins: adrian|afk (adrian@moz-E31CD2CB.mozilla.org)
  2895. # [20:53] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
  2896. # [20:53] * Joins: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com)
  2897. # [20:54] * Quits: jet (junglecode@88F51059.F3BBB17D.144F44FA.IP) (Quit: jet)
  2898. # [20:54] * Quits: paolo (paolo@moz-5AF69E8B.retail.telecomitalia.it) (Client exited)
  2899. # [20:54] * Quits: ehoogeveen (VerGreeney@moz-DF6A8437.chello.nl) (Quit: )
  2900. # [20:55] * bhearsum is now known as bhearsum|bbl
  2901. # [20:55] <@ehsan> wesj: me neither
  2902. # [20:55] * Joins: pnemsak (Miranda@moz-192A9791.orange.sk)
  2903. # [20:55] * Quits: RealRaven (Thunderbir@1ADA3892.E93B7327.C3498625.IP) (Client exited)
  2904. # [20:56] * Joins: zzzzz_work (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  2905. # [20:57] <wesj> ehsan: i'll back out the patch that touched nsAppRunner
  2906. # [20:57] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2907. # [20:57] * Joins: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP)
  2908. # [20:57] * Quits: vikash (vikash@2775B88E.80425CF2.5D9ABA9F.IP) (Connection reset by peer)
  2909. # [20:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/af956af641bc - Wes Johnston - backout c1b386c21158
  2910. # [20:59] <msucan> hello
  2911. # [20:59] <msucan> can anyone help me with some crashes?
  2912. # [20:59] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  2913. # [21:00] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Quit: Leaving.)
  2914. # [21:00] <msucan> i have some patches and try pushes show bad breakage in mochitest-2, dom/plugins tests
  2915. # [21:00] * jcranmer loves citing specifications
  2916. # [21:00] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  2917. # [21:00] <msucan> even if i only touch the web console code and the js debugger
  2918. # [21:00] <msucan> please see https://tbpl.mozilla.org/?tree=Try&rev=05ced770d518
  2919. # [21:01] * juanb is now known as juanb|lunch
  2920. # [21:01] * Quits: damons (gnubeard@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Deboards Super Dimension Fortress Mozilla)
  2921. # [21:01] <msucan> any hints, any tips would be very much appreciated
  2922. # [21:02] <firebot> Check-in:
  2923. # [21:02] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c15883431cbb - Jeff Walden - Bug 797049 - Disable C4351 as an MSVC warning about a change to be standards-compliant in MSVC2005 (!). Also sync up warning-disabling between configure.in and
  2924. # [21:02] <msucan> the weird thing is: in mochitest-2 no test ever opens the web console, nor the js debugger. i cant reproduce the failures on my machine
  2925. # [21:02] <firebot> js/src/configure.in, and add comments about the warnings being disabled. r=khuey
  2926. # [21:02] * sheeri is now known as sheeri-afk
  2927. # [21:02] <Optimizer> what should be the component and produc for a bug relating to Windows 7 taskbar tab previews ?
  2928. # [21:03] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
  2929. # [21:03] * joduinn-mtg is now known as joduinn
  2930. # [21:03] <@khuey> Optimizer: Core::Widget: Win32
  2931. # [21:04] <Optimizer> khuey: thanks :)
  2932. # [21:04] <Optimizer> msucan: maybe its not your fault at all
  2933. # [21:04] <Optimizer> try a run without your patch to check :)
  2934. # [21:04] <msucan> i did
  2935. # [21:04] <Optimizer> then ?
  2936. # [21:04] <msucan> my patches cause those oranges, but i dont see why
  2937. # [21:05] * Joins: dzbarsky (Adium@moz-CBC75D0D.wlan.wharton.upenn.edu)
  2938. # [21:06] <Optimizer> :|
  2939. # [21:06] <jdm> msucan: if there are multiple patches, do they build and pass tests separately?
  2940. # [21:06] <jdm> bisect as much as possible
  2941. # [21:06] <msucan> jdm: yes
  2942. # [21:06] <msucan> did that
  2943. # [21:06] <Optimizer> msucan: that test is plugin test, may be that test is trying to dump something to web console
  2944. # [21:07] <msucan> jdm: only part 5 causes troubles
  2945. # [21:07] <jdm> oh, I see you posted a link
  2946. # [21:07] <Optimizer> its testing for plugin fail, maybe dumping something to webconsole ? did you see the common file that fails ?
  2947. # [21:07] * joduinn is now known as joduinn-coffee
  2948. # [21:07] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  2949. # [21:07] * Joins: wsmwk (chatzilla@moz-A0259CC0.cc.lehigh.edu)
  2950. # [21:08] <msucan> jdm: part 5 only adds tests, and it doesn't make other changes. those tests run in mochitest-5, not in -2
  2951. # [21:08] * Parts: wsmwk (chatzilla@moz-A0259CC0.cc.lehigh.edu)
  2952. # [21:08] <msucan> which is very weird
  2953. # [21:08] * AutomatedTester|away is now known as AutomatedTester
  2954. # [21:08] <jdm> huh, that sounds fun
  2955. # [21:08] <jdm> msucan: my suggestion is to bisect the tests you add
  2956. # [21:08] <msucan> exactly
  2957. # [21:08] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  2958. # [21:09] <jdm> push one that disables half of them
  2959. # [21:09] <jdm> etc.
  2960. # [21:09] <msucan> jdm: removed all tests, but the most basic one
  2961. # [21:09] <jdm> well then
  2962. # [21:09] <msucan> even that one causes the problms
  2963. # [21:09] <msucan> :)
  2964. # [21:09] <jdm> so you did
  2965. # [21:09] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  2966. # [21:09] * armenzg is now known as armenzg_mtg
  2967. # [21:09] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- In tests, 0x09 out of 0x0A l33t h4x0rz prefer it :))
  2968. # [21:10] <msucan> jdm: now i just did a push with the basic test simplified, lol
  2969. # [21:10] <msucan> waiting for results, but really, this is ... troubling
  2970. # [21:11] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  2971. # [21:12] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  2972. # [21:12] * Joins: karl (karl@moz-E61BF6DF.jetstream.xtra.co.nz)
  2973. # [21:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a6991bc0778d - Shu-yu Guo - Bug 795227 - ParallelArray should check length range like Array (r=dvander)
  2974. # [21:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f1869aa32cba - Shu-yu Guo - Bug 795165 - Rewrite ParallelArray toString from recursive to iterative (r=dvander)
  2975. # [21:13] * Quits: seth (Adium@moz-BE601222.dsl.dynamic.sonic.net) (Quit: Leaving.)
  2976. # [21:13] * Joins: asadotzler (asa@moz-BBE3ABD.mv.mozilla.com)
  2977. # [21:13] * ctalbert is now known as ctalbert|lunch
  2978. # [21:14] * jcranmer is now known as jcranmer|studying_for_quals
  2979. # [21:14] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2980. # [21:14] <jcranmer|studying_for_quals> Waldo: well, C doesn't mangle, so C-versus-C++ incompatibilities don't matter...
  2981. # [21:15] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2982. # [21:15] <Waldo> jcranmer|studying_for_quals: but it still matters for matching a call to a signature to call
  2983. # [21:15] <Waldo> jcranmer|studying_for_quals: anyway, maybe it'll all work out
  2984. # [21:15] * Quits: asadotzler (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2985. # [21:16] * Waldo is now known as Waldo|ultimate
  2986. # [21:17] <Optimizer> only 3000 bugs remaining (I might not win after all)
  2987. # [21:17] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  2988. # [21:18] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2989. # [21:18] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  2990. # [21:19] * Quits: Optimizer (Optimizer@9550E76A.CF241F85.D2D1FAF0.IP) (Ping timeout)
  2991. # [21:19] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  2992. # [21:19] * Joins: Optimizer (Optimizer@D679C2E8.CADDDC1.D2D1FAF0.IP)
  2993. # [21:21] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  2994. # [21:21] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  2995. # [21:22] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  2996. # [21:23] * Quits: balrog (balrog@moz-9A8F8D38.phlapa.east.verizon.net) (Ping timeout)
  2997. # [21:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b8e4333af38a - Josh Matthews - Bug 792542 - Make CSP report channel respect the privacy status of the original request. r=sstamm
  2998. # [21:23] * Quits: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net) (Quit: Leaving)
  2999. # [21:24] <jhammel|lunch> Optimizer: in your personal queue? ;)
  3000. # [21:24] <Optimizer> noooo :D
  3001. # [21:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/443e86103628 - Josh Matthews - Bug 792528 - Make the channel created to fetch CSS files for editing respect the privacy status of the originating document. r=dcamp
  3002. # [21:24] <Optimizer> till 800000
  3003. # [21:24] * Quits: past (past@moz-271C4BD7.dsl.dyn.forthnet.gr) (Quit: ChatZilla 0.9.89 [Firefox 18.0a1/20120930030610])
  3004. # [21:25] * joduinn-coffee is now known as joduinn-mtg
  3005. # [21:27] <dholbert> bsmedberg, do you know if there's any reason to avoid NS_GetStaticAtom, in cases where we're just trying to match an arbitrary string against one or more known-to-be-static atoms?
  3006. # [21:28] <dholbert> bsmedberg, I noticed that we hardly use it at all (most of the uses are from an SVG bug that I reviewed recently, and I wanted to be sure I was on the right track in recommending its use there :))
  3007. # [21:29] <@smaug> dholbert: don't we use static atoms for nsGkAtoms
  3008. # [21:29] <dholbert> bsmedberg, I'd expect it'd be a Good Thing to use (in place of do_GetAtom()) when possible, because if the provided string isn't something that you recognize, you just reject it instead of bothering to create an atom for it.
  3009. # [21:29] <dholbert> smaug, correct, yeah -- those are all static
  3010. # [21:30] * coop is now known as coop|afk
  3011. # [21:30] <dholbert> [motivation] I noticed a spot where I think a do_GetAtom() call could be replaced with NS_GetStaticAtom(), and I want to be sure I'm not crazy before I file a bug on that
  3012. # [21:30] <@smaug> dholbert: so static atoms should be created only for known stuff
  3013. # [21:31] * mattwoodrow|away is now known as mattwoodrow
  3014. # [21:31] <dholbert> smaug, exactly. I'm talking about the restricted case where we're given an arbitrary string, and we want to see if it's one of a few known-to-be-static atoms
  3015. # [21:31] * Joins: balrog (balrog@moz-FC4FD5E4.phlapa.east.verizon.net)
  3016. # [21:31] <dholbert> and if it's not, we don't care about it
  3017. # [21:31] <@bz> so you just want to compare those atoms to the string?
  3018. # [21:32] <@bz> without atomizing the string?
  3019. # [21:33] <dholbert> yeah
  3020. # [21:33] <@smaug> nsDependentAtomString
  3021. # [21:33] <dholbert> smaug, no, that's the reverse of what I want
  3022. # [21:33] <dholbert> I'm talking about cases where we already do do_GetAtom()
  3023. # [21:34] <dholbert> ...but where I think we could swap it out for NS_GetStaticAtom (because we only check the generated atom against known-to-be-static atoms, and discard it if it doesn't match)
  3024. # [21:34] <@smaug> ah, right
  3025. # [21:34] <@smaug> ok, looks like NS_GetStaticAtom could work
  3026. # [21:35] <dholbert> (I'd actually expect we'd have more than a few cases like that, and I'm surprised we don't use NS_GetStaticAtom more frequently)
  3027. # [21:36] <@bz> hmm
  3028. # [21:36] <@bz> so wait
  3029. # [21:36] * Quits: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com) (Ping timeout)
  3030. # [21:36] <@bz> NS_GetStaticAtom will return an existing static atom if there is one, and null otherwise?
  3031. # [21:36] <dholbert> correct
  3032. # [21:36] <mjrosenb> Ms2ger: pong?
  3033. # [21:36] <dholbert> that's what its documentation says, at least
  3034. # [21:36] <@bz> ah, interesting
  3035. # [21:36] <@bz> very interesting
  3036. # [21:36] <Ms2ger> mjrosenb, you were backed out
  3037. # [21:36] * Joins: pwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com)
  3038. # [21:37] * Joins: jwilde (Thunderbir@moz-71AF14CE.medford.tufts.edu)
  3039. # [21:37] * jhammel|lunch is now known as jhammel
  3040. # [21:37] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3041. # [21:37] * pwalton is now known as pcwalton
  3042. # [21:38] <mjrosenb> Ms2ger: noted.
  3043. # [21:38] * mjrosenb goes off to investigate why on earth this happened
  3044. # [21:39] * jlebar is now known as jlebar|away
  3045. # [21:39] * Joins: romaxa_mswork (chatzilla@moz-BE989750.microsoft.com)
  3046. # [21:40] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: Success !!)
  3047. # [21:40] <@bsmedberg> dholbert: well... I don't recall exactly. Most of our static atoms come from the compiled-in atom tables
  3048. # [21:40] <@bsmedberg> dholbert: but if you have a string that you know is going to be in the table, I think it should be fine to get/make it a static atom
  3049. # [21:40] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
  3050. # [21:41] <dholbert> bsmedberg, ok, thanks
  3051. # [21:41] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  3052. # [21:43] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Ping timeout)
  3053. # [21:44] * KaiRo is now known as KaiRo_away
  3054. # [21:44] <@smaug> dholbert: but would it be any faster?
  3055. # [21:45] <dholbert> smaug, in the case where it matches, no
  3056. # [21:45] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Quit: Leaving.)
  3057. # [21:45] <dholbert> smaug, but in the case where it doesn't match, you're saving yourself the time of generating an atom and inserting it into the atom table, only to remove it a little later
  3058. # [21:45] <dholbert> smaug, (I think?)
  3059. # [21:45] <@smaug> ah, right
  3060. # [21:46] <@smaug> we should have generic HasAtom(nsAString&)
  3061. # [21:46] <@smaug> or GetAtom()
  3062. # [21:47] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  3063. # [21:48] <dholbert> yeah
  3064. # [21:48] <dholbert> seems useful
  3065. # [21:49] * Quits: davidb (davidb@moz-C23C8819.dsl.bell.ca) (Quit: davidb)
  3066. # [21:49] <Optimizer> anyone with some knowledge on /dom/plugins/test/mochitest/<some 2 files>
  3067. # [21:49] <Optimizer> ?
  3068. # [21:50] <Ms2ger> Mm
  3069. # [21:50] <Ms2ger> jst?
  3070. # [21:50] <Optimizer> there are some weird test failure messages
  3071. # [21:51] * Joins: Reg2sm (Ms2ger@AD95302.E81877AA.37724B0D.IP)
  3072. # [21:51] <Reg2sm> Hey guys, I'm new here
  3073. # [21:51] * merike|away is now known as merike
  3074. # [21:51] <jhammel> Reg2sm: thank dog
  3075. # [21:51] <nemo> hm. only 13% of users visiting our website use IE. Yay. So, the number of people who won't be able to load the emscripten crosscompile eventually should be pretty low.
  3076. # [21:52] * Joins: Mic (Mic@moz-D7408CC3.superkabel.de)
  3077. # [21:52] <nemo> still about 10% on Opera and Safari, but the situation there should improve eventually
  3078. # [21:52] * Quits: Optimizer (Optimizer@D679C2E8.CADDDC1.D2D1FAF0.IP) (Ping timeout)
  3079. # [21:53] * mattwoodrow is now known as mattwoodrow|away
  3080. # [21:54] * Quits: bsmith (bsmith@moz-BB5E1543.hfc.comcastbusiness.net) (Ping timeout)
  3081. # [21:55] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
  3082. # [21:55] * Quits: adrian|afk (adrian@moz-E31CD2CB.mozilla.org) (Quit: Konversation terminated!)
  3083. # [21:56] * Quits: Reg2sm (Ms2ger@AD95302.E81877AA.37724B0D.IP) (Quit: Better next time)
  3084. # [21:56] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  3085. # [21:56] * Joins: Optimizer (Optimizer@DC326225.D1B67D4C.274D17D6.IP)
  3086. # [21:56] <Optimizer> there are some weird test failure messages regarding test_crashing.html and test_hanging.html
  3087. # [21:56] <Optimizer> first one says expecting dumps , but did not find any, second says didn't expect dumps but found some
  3088. # [21:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d6f8b964ca27 - Steven Michaud - Bug 785667 - Make plugins work with HiDPI mode on the Mac. r=bgirard
  3089. # [21:59] * merike is now known as merike|away
  3090. # [21:59] * Joins: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
  3091. # [22:01] * hwine-food is now known as hwine
  3092. # [22:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f63b7f854ce4 - Ehsan Akhgari - Bug 793880 - Fix the assertion in nsCSSSelector::SetPseudoType to shut up the compiler warning; r=dholbert
  3093. # [22:01] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Quit: valenting)
  3094. # [22:01] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
  3095. # [22:03] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  3096. # [22:03] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Quit: valenting)
  3097. # [22:03] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
  3098. # [22:05] <Optimizer> Ms2ger: did you mean that jst might know of those test files ?
  3099. # [22:05] * Quits: graememcc (chatzilla@moz-F5BC5D6A.range86-148.btcentralplus.com) (Ping timeout)
  3100. # [22:06] <Ms2ger> Possibly
  3101. # [22:06] * Joins: graememcc (chatzilla@moz-C67FD3CC.range86-150.btcentralplus.com)
  3102. # [22:07] * Joins: cviecco (cviecco@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3103. # [22:07] * Quits: dzbarsky (Adium@moz-CBC75D0D.wlan.wharton.upenn.edu) (Quit: Leaving.)
  3104. # [22:08] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3105. # [22:08] * armenzg_mtg is now known as armenzg
  3106. # [22:08] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3107. # [22:09] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  3108. # [22:09] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3109. # [22:09] * Joins: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com)
  3110. # [22:10] * armenzg is now known as armenzg_mtg
  3111. # [22:10] * Quits: Lucas (Lucas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  3112. # [22:11] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  3113. # [22:12] * Joins: TheLegion (Mibbit@moz-1F74962D.jeleniagora.vectranet.pl)
  3114. # [22:12] * Quits: atte (atte@moz-401E92F1.dhcp.inet.fi) (Client exited)
  3115. # [22:13] * Quits: TheLegion (Mibbit@moz-1F74962D.jeleniagora.vectranet.pl) (Quit: http://www.mibbit.com ajax IRC Client)
  3116. # [22:13] * Quits: Mic (Mic@moz-D7408CC3.superkabel.de) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  3117. # [22:13] * Joins: Lucas (Lucas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3118. # [22:14] * Joins: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com)
  3119. # [22:15] <smontagu> !seen jfkthame
  3120. # [22:15] <firebot> jfkthame was last seen 4 days, 4 hours, 16 minutes and 53 seconds ago, saying 'digitsm: i've cleared the "review" flag there - that would be for requesting review of a proposed patch - but i'll take a look at the fonts soon and see what's going on with
  3121. # [22:15] <firebot> them' in #mobile.
  3122. # [22:15] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  3123. # [22:15] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  3124. # [22:15] * Quits: balrog (balrog@moz-FC4FD5E4.phlapa.east.verizon.net) (Ping timeout)
  3125. # [22:15] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  3126. # [22:15] * sheeri-afk is now known as sheeri
  3127. # [22:17] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
  3128. # [22:18] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3129. # [22:19] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  3130. # [22:19] * Quits: graememcc (chatzilla@moz-C67FD3CC.range86-150.btcentralplus.com) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120907231657])
  3131. # [22:20] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  3132. # [22:20] * ctalbert|lunch is now known as ctalbert
  3133. # [22:21] <hwine> jlebar|away: ehsan fox2mike - just seeing the traffic on bug 691459 - we have that running with historical data
  3134. # [22:21] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Input/output error)
  3135. # [22:21] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3136. # [22:21] <@ehsan> hwine: good, where is the data available?
  3137. # [22:23] * Joins: balrog (balrog@moz-2CBE80A3.phlapa.east.verizon.net)
  3138. # [22:23] * Joins: dzbarsky (Adium@moz-CA3DA884.wireless-pennnet.upenn.edu)
  3139. # [22:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d5a3c148545c - Brian Nicholson - Backout 580f710a84e8, ecaff73e5a63 for rc failures
  3140. # [22:23] * Quits: Ms2ger (Ms2ger@AD95302.E81877AA.37724B0D.IP) (Quit: nn)
  3141. # [22:23] <hwine> ehsan: it's hidden deep on a box in the infra - I'll update the google doc that charts it and post the link
  3142. # [22:23] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3143. # [22:24] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Ping timeout)
  3144. # [22:25] * coop|afk is now known as coop
  3145. # [22:26] * Quits: artur (artur@moz-E2A8B1AD.hsd1.vt.comcast.net) (Input/output error)
  3146. # [22:26] * Joins: artur (artur@moz-E2A8B1AD.hsd1.vt.comcast.net)
  3147. # [22:27] * Quits: jwilde (Thunderbir@moz-71AF14CE.medford.tufts.edu) (Ping timeout)
  3148. # [22:27] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  3149. # [22:27] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3150. # [22:27] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  3151. # [22:27] <hwine> ehsan: bah, I've got more data than google docs likes - how many months do you want?
  3152. # [22:27] <@ehsan> hwine: I don't need that data myself!
  3153. # [22:28] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
  3154. # [22:28] <hwine> right - I meant to post into the google doc you can see the trend then
  3155. # [22:28] <hwine> So, sounds like since Sept 1 would be enough
  3156. # [22:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f1646acf98b3 - Wes Johnston - Bug 784887 - Use Native Gesture detector for MozGesture events. r=blassey
  3157. # [22:29] * Quits: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  3158. # [22:29] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  3159. # [22:29] <gkw> sewardj: ping
  3160. # [22:29] * Quits: balrog (balrog@moz-2CBE80A3.phlapa.east.verizon.net) (Ping timeout)
  3161. # [22:30] <@ehsan> hwine: I'm not sure. you should ask the people who will want to consume that data
  3162. # [22:31] <hwine> ehsan: okay, this sounds like it's more jlebar|away then - I'll leave him a note. Thanks!
  3163. # [22:32] * Joins: anton (anton@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3164. # [22:32] <@ehsan> gps: you around?
  3165. # [22:34] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3166. # [22:35] * Joins: fxa90id (fxa90id@moz-222A05E6.neoplus.adsl.tpnet.pl)
  3167. # [22:36] * Quits: Optimizer (Optimizer@DC326225.D1B67D4C.274D17D6.IP) (Ping timeout)
  3168. # [22:37] * Quits: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3169. # [22:37] * Quits: dzbarsky (Adium@moz-CA3DA884.wireless-pennnet.upenn.edu) (Quit: Leaving.)
  3170. # [22:38] * Joins: balrog (balrog@moz-8F6AC993.phlapa.east.verizon.net)
  3171. # [22:38] * Joins: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  3172. # [22:38] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
  3173. # [22:38] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  3174. # [22:39] * mjschranz is now known as mjschranz_away
  3175. # [22:39] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  3176. # [22:41] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  3177. # [22:41] * khuey is now known as khuey|interview
  3178. # [22:42] * Quits: artur (artur@moz-E2A8B1AD.hsd1.vt.comcast.net) (Broken pipe)
  3179. # [22:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/25a38fc220d6 - James Willcox - Bug 797036 - Add new updater strings and icons on Android r=sriram
  3180. # [22:45] * Joins: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com)
  3181. # [22:47] * Joins: Optimizer (Optimizer@FB9D448B.11B621B0.274D17D6.IP)
  3182. # [22:47] * Joins: armenzg__ (armenzg@FF19A820.3CBDB8AB.DA78B690.IP)
  3183. # [22:48] <@smaug> glandium: I wonder what we could do to CC participants to make that code hackable again
  3184. # [22:48] <@smaug> and not causing static initializers
  3185. # [22:48] * Quits: armenzg_mtg (armenzg@moz-E9092C68.acanac.net) (Ping timeout)
  3186. # [22:48] * Joins: ferjm (ferjm@moz-45CEBBA9.red-83-42-171.dynamicip.rima-tde.net)
  3187. # [22:48] <@ehsan> do we have well a canonical thing which gives us good operator bool()s?
  3188. # [22:49] <@ehsan> ones that do not turn into integers where we don't want them to?
  3189. # [22:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dfe50b46ef8c - Andrea Marchesini - Bug 794102 - checkInstalled should return an app object. r=felipc
  3190. # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/009636eb08df - Ryan VanderMeulen - Merge m-c to inbound.
  3191. # [22:49] <glandium> smaug: how non-hackable is it?
  3192. # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0b1ff56c95ae - David Rajchenbach-Teller - Bug 783987 - Test suite without hostile promises. r=Mossop
  3193. # [22:49] * ferjm is now known as ferjm|afk
  3194. # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/640a57ebab48 - Jonathan Griffin - Bug 796019 - Make Marionette smarter about registering frame scripts, r=mdas, DONTBUILD(NPOTB)
  3195. # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/64c541e0b054 - Andrea Marchesini - Bug 795867 - XHR getResponseHeader() should inflate the value. r=bz
  3196. # [22:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/346d0973ad0f - Ryan VanderMeulen - Bug 795662 - Update libpng to version 1.5.13. r=joe
  3197. # [22:49] <@smaug> glandium: when I want to change something, takes always an hour to understand the thing again
  3198. # [22:51] * ctalbert is now known as ctalbert|brb
  3199. # [22:51] * armenzg__ is now known as armenzg
  3200. # [22:53] <glandium> smaug: it's not fundamentally different, though
  3201. # [22:53] <glandium> smaug: can we talk about this tomorrow?
  3202. # [22:53] * Joins: armenzg_ (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  3203. # [22:54] <@smaug> yup
  3204. # [22:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/40aee4aca350 - David Anderson - Fix buggy interactions between IC patching and invalidation (bug 793165 part 2, r=jandem).
  3205. # [22:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9bfd6c420eba - David Anderson - Clean up IonScript privacy (bug 793165 part 1, r=jandem).
  3206. # [22:54] * Quits: armenzg (armenzg@FF19A820.3CBDB8AB.DA78B690.IP) (Ping timeout)
  3207. # [22:56] <nemo> *sigh* why can't wireless cameras write web interfaces that don't require activex ? :(
  3208. # [22:57] * armenzg_ is now known as armenzg
  3209. # [22:57] <nemo> so tired of IE only when searching for one to buy as a baby monitor
  3210. # [22:57] * Quits: fxa90id (fxa90id@moz-222A05E6.neoplus.adsl.tpnet.pl) (Connection reset by peer)
  3211. # [22:57] * Quits: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za) (Ping timeout)
  3212. # [22:57] <vlad> is there any way to have a css rule that refers to a parent element's width? basically "I want this fixed-position element to resize itself according to the width of another element"
  3213. # [22:57] <nemo> I mean, there are plenty of cross-browser ones if you don't need audio, or decent video
  3214. # [22:57] <vlad> nemo: are they IE-only, or are they Java?
  3215. # [22:57] <nemo> vlad: width: 100%; ? :)
  3216. # [22:58] <nemo> vlad: activex controls. lameness
  3217. # [22:58] <nemo> maybe korean coders ;)
  3218. # [22:58] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3219. # [22:59] <Mook_as> nemo: because they're all actually using the _same_ activex control; they didn't write anything :p
  3220. # [22:59] * Joins: espressive (espressive@moz-E31CD2CB.mozilla.org)
  3221. # [22:59] <Standard8> glandium: ping
  3222. # [22:59] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  3223. # [23:00] <nemo> vlad: oh. position fixed
  3224. # [23:00] <@bz> vlad: parent element, no
  3225. # [23:00] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  3226. # [23:01] * Quits: espressive (espressive@moz-E31CD2CB.mozilla.org) (Ping timeout)
  3227. # [23:01] * Joins: tessarakt (jens@moz-3D8E83B6.pools.arcor-ip.net)
  3228. # [23:02] * armenzg is now known as armenzg_mtg
  3229. # [23:02] <Standard8> glandium: nm, worked it out
  3230. # [23:02] * Joins: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net)
  3231. # [23:03] * froydnj closes his once-every-six-months use of IE
  3232. # [23:04] * bwinton is now known as bwinton_away
  3233. # [23:05] * bhearsum|bbl is now known as bhearsum
  3234. # [23:05] * philor is now known as philor|away
  3235. # [23:05] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  3236. # [23:06] * Joins: ekr (ekr@moz-BBE3ABD.mv.mozilla.com)
  3237. # [23:07] * jmaher is now known as jmaher|afk
  3238. # [23:07] * Joins: ahal (ahal@moz-542CF022.cpe.net.cable.rogers.com)
  3239. # [23:07] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  3240. # [23:08] * Quits: ahal (ahal@moz-542CF022.cpe.net.cable.rogers.com) (Input/output error)
  3241. # [23:08] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  3242. # [23:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/662b72b90611 - Wes Johnston - backout f39621ae2b96
  3243. # [23:08] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
  3244. # [23:09] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  3245. # [23:09] * armenzg_mtg is now known as armenzg
  3246. # [23:10] * Joins: gmoro (guilherme@CCBAA56F.FA463E12.CD203023.IP)
  3247. # [23:11] * Quits: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP) (Ping timeout)
  3248. # [23:11] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  3249. # [23:12] * Joins: marco (Thunderbir@30FFE7D6.96B8F5F8.10DC0B64.IP)
  3250. # [23:12] * mjschranz_away is now known as mjschranz
  3251. # [23:13] * Quits: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  3252. # [23:14] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  3253. # [23:14] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  3254. # [23:14] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b1684a374f72 - Ehsan Akhgari - Bug 797093 - Fix running mochitests through mach; r=gps
  3255. # [23:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7949d28f958f - David Keeler - Bug 793338 - Implement blocklist click-to-play plugin notification popup UI. r=jaws
  3256. # [23:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/644aac25b7ab - David Keeler - Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich
  3257. # [23:17] * philor|away is now known as philor
  3258. # [23:17] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  3259. # [23:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/80ad55f342c9 - Nathan Froyd - Bug 748417 - add script for generating histograms schema from Histograms.json; r=taras DONTBUILD because NPOTB
  3260. # [23:17] * Quits: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net) (Quit: Leaving.)
  3261. # [23:17] * Joins: JeroenDeDauw (j@moz-26D24044.dip.t-dialin.net)
  3262. # [23:19] * mattwoodrow|away is now known as mattwoodrow
  3263. # [23:19] * Quits: evilpie (chatzilla@moz-880CA09D.pools.arcor-ip.net) (Quit: ChatZilla 0.9.89 [Firefox 15.0.1/20120907231657])
  3264. # [23:21] * Quits: randix (randix@moz-20F19362.dhcp.mdfd.or.charter.com) (Quit: away)
  3265. # [23:21] * Quits: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: brendan)
  3266. # [23:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/00398627cfef - Irving Reid - Bug 796086 - Add handlers for Objective-C exceptions, r=smichaud
  3267. # [23:22] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  3268. # [23:23] * sheeri is now known as sheeri-afk
  3269. # [23:23] <@bz> ugh
  3270. # [23:23] <@bz> apparently printing does not work on trunk? :(
  3271. # [23:24] <jhammel> well if you mean click on print preview seems to mean firefox that seems accurate :/
  3272. # [23:24] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  3273. # [23:24] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Ping timeout)
  3274. # [23:24] <jhammel> er, s/mean/hang/
  3275. # [23:24] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  3276. # [23:24] * Joins: espressive (espressive@moz-B42A888E.dynamic.isadsl.co.za)
  3277. # [23:25] * Quits: twi (Adium@moz-F495D930.cust.dsl.vodafone.it) (Connection reset by peer)
  3278. # [23:25] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  3279. # [23:25] * Joins: twi (Adium@moz-F495D930.cust.dsl.vodafone.it)
  3280. # [23:25] <@bz> jhammel: I tried to open print preview in Preview
  3281. # [23:25] <@bz> jhammel: but yes, hangs firefox
  3282. # [23:25] <@bz> jhammel: you on Mac?
  3283. # [23:25] <jhammel> bz: nope, linux
  3284. # [23:25] <@bz> interesting
  3285. # [23:26] <@bz> maybe this is not the hidpi thing then
  3286. # [23:26] <jhammel> i don't actually have a printer hooked up but...
  3287. # [23:26] <@bz> maybe it's dlbi
  3288. # [23:26] <@bz> ok
  3289. # [23:26] * @bz cries
  3290. # [23:26] <jhammel> :(
  3291. # [23:26] * Joins: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com)
  3292. # [23:26] * Joins: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com)
  3293. # [23:26] * jhammel hands bz a hankerchief
  3294. # [23:26] <@bz> thanks
  3295. # [23:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a0ee436cc856 - Benoit Girard - bug 795310 - Uninitialised value use in mozilla::layers::BasicTiledThebesLayer::PaintThebes r=cwiiis
  3296. # [23:26] * @bz uses Chrome instead
  3297. # [23:26] <jhammel> its sure doing something with CPU though
  3298. # [23:27] * jhammel goes back to editing text files and hopes the fox rises from the grave
  3299. # [23:27] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  3300. # [23:28] * Quits: espressive (espressive@moz-B42A888E.dynamic.isadsl.co.za) (Ping timeout)
  3301. # [23:29] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  3302. # [23:29] <@smaug> bz: oh, didn't roc land the patch to fix that
  3303. # [23:29] <@smaug> bdahl: do you know
  3304. # [23:30] <bhearsum> joe: you just made me crash again! i hope your fix gets in the next nightly
  3305. # [23:30] * Joins: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za)
  3306. # [23:30] <@bz> smaug: dunno
  3307. # [23:30] <@bz> smaug: bug#?
  3308. # [23:30] <@smaug> bz: Bug 794579
  3309. # [23:30] <@smaug> someone should just land the patch
  3310. # [23:31] * Quits: balrog (balrog@moz-8F6AC993.phlapa.east.verizon.net) (Ping timeout)
  3311. # [23:31] * Joins: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3312. # [23:31] * Quits: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za) (Ping timeout)
  3313. # [23:31] * Joins: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net)
  3314. # [23:32] <biesi> fun times:
  3315. # [23:32] <biesi> > * On my Linux system (and probably others), <stdint.h> does not explicitly
  3316. # [23:32] <biesi> > set some of its UINTn_MAX [1] constants as unsigned
  3317. # [23:32] <@bz> smaug: Hrm
  3318. # [23:33] <@bz> smaug: well, I can't right now, but maybe tonight!
  3319. # [23:33] <@smaug> hmm, perhaps I could
  3320. # [23:33] <bdahl> bz: was it a pdf you were trying to print preview?
  3321. # [23:34] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3322. # [23:34] <@bz> bdahl: google maps directions+map
  3323. # [23:34] * catlee-buildduty is now known as catlee
  3324. # [23:34] <bdahl> ah okay, good, should be that bug then
  3325. # [23:35] <jhammel> i was just doing an arbitrary page, not a pdf though
  3326. # [23:35] <jhammel> (not a google map either)
  3327. # [23:35] * Quits: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: brendan)
  3328. # [23:35] <jhammel> probably viewing bug 797101 if my title bar is to be believed
  3329. # [23:36] * Quits: valenting (Thunderbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3330. # [23:36] * @smaug lands the patch
  3331. # [23:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9b9bf8702da4 - Robert O'Callahan - Bug 794579. Remove view from existing parent before setting it as the root view. r=tnikkel
  3332. # [23:37] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  3333. # [23:37] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  3334. # [23:38] <@smaug> or I didn't :)
  3335. # [23:39] * Joins: balrog (balrog@moz-73D1F7F7.phlapa.east.verizon.net)
  3336. # [23:39] <froydnj> apparently R.java has decided it's Burn The Tree Day
  3337. # [23:39] <wlach> I just accidentally made bug 797137 security sensitive. can somebody with privileges unset that tag?
  3338. # [23:39] * jlebar|away is now known as jlebar
  3339. # [23:39] <@smaug> wlach: lookin
  3340. # [23:39] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  3341. # [23:39] <@smaug> g
  3342. # [23:39] * Quits: msucan (mihai@99C68311.8DC89BFB.21A4E96A.IP) (Quit: Leaving.)
  3343. # [23:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/95c8501bbefb - Ehsan Akhgari - Silence two more clang unused-private-field warnings in the IonMonkey code; no bug, irc-r=dvander
  3344. # [23:39] <jlebar> hwine, I don't want to consume the data either, myself. If you guys are collecting the data and watching it, then let's close the bug!
  3345. # [23:40] <@smaug> wlach: done
  3346. # [23:40] <wlach> smaug: ty!
  3347. # [23:40] <@smaug> tn: thanks
  3348. # [23:41] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  3349. # [23:41] <tn> smaug, oh heh, i didn't see the conversation in here, just saw the bugmail :)
  3350. # [23:41] <philor> did we actually make it through yesterday without an inbound closure, making it one day this week?
  3351. # [23:41] * Joins: vikash (vikash@FEA36E2D.38F0169.5D9ABA9F.IP)
  3352. # [23:41] <@smaug> tn: I had the patch commited to my local tree already
  3353. # [23:41] * Quits: vikash (vikash@FEA36E2D.38F0169.5D9ABA9F.IP) (Connection reset by peer)
  3354. # [23:41] <@smaug> and would have pushed it in a minute
  3355. # [23:42] <hwine> jlebar: it's not being watched - last pass through this analysis, it was deemed not that useful - I just happened to leave things running. The issue was what we could measure did not match developer's experience. Are you saying things are wonderful today compared to yesterday? :)
  3356. # [23:43] <jlebar> hwine, It didn't match devs' experience why? Is it doing basically what I posted in the bug?
  3357. # [23:43] * Quits: andersh (andersh@moz-877B4985.bredband.3.dk) (Connection reset by peer)
  3358. # [23:43] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3359. # [23:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e91cd2b1d643 - Phil Ringnalda - Back out 40aee4aca350 and 9bfd6c420eba (bug 793165) for Android build bustage on a CLOSED TREE
  3360. # [23:44] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3361. # [23:44] * Joins: cheilmann (cheilmann@514D186.F3BBB17D.144F44FA.IP)
  3362. # [23:45] <hwine> jlebar: the times we would measure implied better performance than devs reported.
  3363. # [23:45] * Quits: cheilmann (cheilmann@514D186.F3BBB17D.144F44FA.IP) (Quit: cheilmann)
  3364. # [23:45] <hwine> jlebar: take a look at the data, and see if that matches (trend wise) your experience. (links in the bug)
  3365. # [23:45] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  3366. # [23:46] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  3367. # [23:47] * Quits: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3368. # [23:47] * mcote is now known as mcote|afk
  3369. # [23:47] <jlebar> hwine, Will look, although I honestly don't remember when things were bad. Maybe I can do some bugzilla archeology.
  3370. # [23:48] * Joins: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za)
  3371. # [23:49] * Quits: wolfiR (wolfiR@moz-25F1B2C7.dip0.t-ipconnect.de) (Quit: Leaving)
  3372. # [23:49] <@smaug> jlebar: bad with try?
  3373. # [23:50] * Joins: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
  3374. # [23:50] <jlebar> smaug, Not these days, just talking about monitoring.
  3375. # [23:50] <@smaug> ah
  3376. # [23:50] * Quits: nthomas|away (chatzilla@moz-224C727C.telstraclear.net) (Quit: see you in a week)
  3377. # [23:50] * sheeri-afk is now known as sheeri
  3378. # [23:50] <jlebar> smaug, And if try /were/ being bad, I wouldn't dare say anything publicly, for fear that everyone would try to push before the impending apocalypse, thus causing, well, you know... :)
  3379. # [23:50] * Quits: espressive (espressive@moz-B77198CD.dynamic.isadsl.co.za) (Ping timeout)
  3380. # [23:50] <nbp> I have a problem running the mochi.test:8888, the server answer correctly on 127.0.0.1:8888, but the browser cannot access mochi.test:8888, what is supposed to convert one into the other ?
  3381. # [23:51] <jhammel> some sort of proxy magic thingy
  3382. # [23:51] <jhammel> </answer:vague>
  3383. # [23:52] <@smaug> you could check FF's proxy settings when running mochitests
  3384. # [23:53] * Joins: espressive (espressive@moz-B42A888E.dynamic.isadsl.co.za)
  3385. # [23:55] <nbp> smaug: I have something in automatic proxy starting with a data:text/plain and some JS.
  3386. # [23:55] <@smaug> yup, that is the thing
  3387. # [23:55] <@smaug> nbp: are you trying to run mochitests in some other browser?
  3388. # [23:56] <@smaug> or other FF instance
  3389. # [23:56] <nbp> smaug: no, on the debug build.
  3390. # [23:56] * jammink is now known as jammink|headsdown
  3391. # [23:56] <nbp> smaug: the one I just made.
  3392. # [23:56] * Joins: valenting (Thunderbir@moz-85EBB8A.dia.static.qwest.net)
  3393. # [23:56] <@smaug> oh, then things should just work
  3394. # [23:56] <nbp> smaug: I am trying to reproduce a mochitest failure locally, without succes.
  3395. # [23:56] * jammink|headsdown is now known as jammink|afk
  3396. # [23:56] <nbp> smaug: do you know where the file is, such as I can try it.
  3397. # [23:57] <nbp> smaug: the file containing this automatic proxy.
  3398. # [23:57] <@smaug> what file?
  3399. # [23:57] <@smaug> it is the data:text/plain ....
  3400. # [23:57] <hwine> jlebar: ah - okay - I saw the sudden flurry of activity on the bug and thought their might be issues. Good to know there aren't any :)
  3401. # [23:57] <@smaug> it is data: url
  3402. # [23:58] <philor> 199 unstarred, come on inbound, you can hit 200
  3403. # [23:58] * armenzg is now known as armenzg_away
  3404. # [23:58] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  3405. # [23:59] * catlee is now known as catlee-away
  3406. # [23:59] <jlebar> hwine, No; it was just mentioned on the newsgroup. Perhaps by me. :)
  3407. # Session Close: Wed Oct 03 00:00:01 2012

The end :)