/irc-logs / mozilla / #developers / 2014-01-16 / end

Options:

  1. # Session Start: Thu Jan 16 00:00:01 2014
  2. # Session Ident: #developers
  3. # [00:00] <RyanVM|sheriffduty> glandium: oh yeah, logic fail
  4. # [00:00] <RyanVM|sheriffduty> hrm
  5. # [00:00] <heycam> ehsan, I'm gonna try writing a nsTHashtable synthetic children generator later today. that is going to make me smile when I'm done. :)
  6. # [00:00] <glandium> RyanVM|sheriffduty: nothing to do with makefiles ; you basically wrote if (!cocoa) if (!debug) ..
  7. # [00:00] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  8. # [00:00] <@ehsan> heycam: you would not be the only one smiling! :)
  9. # [00:00] * Quits: new_one (new_one@6CCB6A53.1DCBF251.B3C0173E.IP) (Client exited)
  10. # [00:00] <RyanVM|sheriffduty> glandium: what's the best way to && them together?
  11. # [00:00] * Joins: twi (Adium@moz-512229A7.lns9.lon.bigpond.net.au)
  12. # [00:00] <@ehsan> this stuff is so cool in case I haven't mentioned it already!
  13. # [00:00] * heycam wonders how many people are actually using lldb
  14. # [00:00] <heycam> ehsan, thanks :)
  15. # [00:00] * heycam will post to dev-platform later
  16. # [00:01] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  17. # [00:01] * Parts: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  18. # [00:01] <@smaug> what is lldb? ;)
  19. # [00:01] <@ehsan> heycam: osx10.9 doesn't ship gdb any more
  20. # [00:01] <glandium> RyanVM|sheriffduty: ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa) ifdef MOZ_DEBUG SKIP=1 endif endif ifndef SKIP ... endif
  21. # [00:01] <@ehsan> smaug: you don't even use clang! ;)
  22. # [00:01] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  23. # [00:01] <heycam> ehsan, yeah, hence my interest in this :)
  24. # [00:01] <@smaug> I do use these days
  25. # [00:01] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  26. # [00:01] <@smaug> since it uses less memory than gcc
  27. # [00:01] <@ehsan> smaug: \o/
  28. # [00:01] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  29. # [00:01] <@ehsan> yeah
  30. # [00:01] <@ehsan> it's also faster
  31. # [00:01] <@smaug> and unified building takes otherwise too much memory
  32. # [00:02] <@smaug> it was never faster on my machines
  33. # [00:02] <@smaug> until unified started to swap
  34. # [00:02] * Quits: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  35. # [00:03] <@smaug> ehsan: but what is lldb ?
  36. # [00:03] <@smaug> oh, some debugger
  37. # [00:03] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  38. # [00:03] <RyanVM|sheriffduty> glandium: this will be local to only this one makefile, right?
  39. # [00:03] <glandium> yes
  40. # [00:03] <@ehsan> smaug: it's llvm's debugger project
  41. # [00:03] <@ehsan> smaug: it's still too young, but it integrates with clang
  42. # [00:04] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  43. # [00:04] <@ehsan> smaug: so that for example you can jit a C++ expression for realz
  44. # [00:04] <@ehsan> smaug: it also has a python API etc
  45. # [00:04] <RyanVM|sheriffduty> glandium: https://pastebin.mozilla.org/4023748 r?
  46. # [00:04] <@smaug> --python
  47. # [00:04] <vlad> dolske: I can't believe you missed an opportunity to make a mobinnova joke
  48. # [00:05] <glandium> RyanVM|sheriffduty: you may want to use something more verbose than SKIP, but yeah, that
  49. # [00:05] <RyanVM|sheriffduty> SKIP_THIS_CRASHING_TEST
  50. # [00:05] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  51. # [00:05] <vlad> I wonder if I can use clang to build windows if I used the mingw headers
  52. # [00:05] <vlad> (I can't believe I'm saying this)
  53. # [00:06] <@ehsan> vlad: I and Jeff have played with it a bit
  54. # [00:06] <RyanVM|sheriffduty> vlad: nobody's juging
  55. # [00:06] <RyanVM|sheriffduty> judging even
  56. # [00:06] * Quits: smontagu (chatzilla@moz-A52C8093.as13285.net) (Ping timeout)
  57. # [00:06] * RyanVM|sheriffduty is now known as RyanVM
  58. # [00:06] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/fabe7c66bd3e - Ryan VanderMeulen - No bug - Skip test_browserElement_oop_FirstPaint.html on OSX debug due to frequent crashes on a CLOSED TREE. r=glandium
  59. # [00:06] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  60. # [00:06] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  61. # [00:07] <vlad> ehsan: what were the results?
  62. # [00:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4398f683e851 - Ryan VanderMeulen - Merge m-c to inbound on a CLOSED TREE.
  63. # [00:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fabe7c66bd3e - Ryan VanderMeulen - No bug - Skip test_browserElement_oop_FirstPaint.html on OSX debug due to frequent crashes on a CLOSED TREE. r=glandium
  64. # [00:08] <@ehsan> vlad: at one point we got past configure, but that was before clang-cl
  65. # [00:08] <@ehsan> vlad: it's probably simpler now
  66. # [00:08] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  67. # [00:09] * Joins: marco (marco@moz-29C44301.retail.telecomitalia.it)
  68. # [00:09] <vlad> ehsan: hm. I thought clang had problems parsing the windows headers?
  69. # [00:09] <RyanVM> khuey: i'll file the bug later
  70. # [00:09] <vlad> or does it work with the ones that we use/
  71. # [00:09] <RyanVM> khuey: I gtg now
  72. # [00:09] <RyanVM> glandium: thanks for the help :)
  73. # [00:09] <vlad> I just found your old bug about using the windows sdk headers
  74. # [00:09] * Quits: twi (Adium@moz-512229A7.lns9.lon.bigpond.net.au) (Quit: Leaving.)
  75. # [00:10] <@ehsan> vlad: oh that has been fixed 1yr+ ago
  76. # [00:10] <vlad> yeah
  77. # [00:10] <vlad> but that seems to imply that it should work
  78. # [00:10] <vlad> I should try this
  79. # [00:10] <@ehsan> vlad: they're working on ABI compat now
  80. # [00:10] <@ehsan> and the cl.exe compatible driver
  81. # [00:10] <@ehsan> and the debug info eventually
  82. # [00:11] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  83. # [00:12] * RyanVM is now known as RyanVM|afk
  84. # [00:12] * philor|away is now known as philor
  85. # [00:12] <glandium> RyanVM|afk: np
  86. # [00:12] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.23/20131207075325])
  87. # [00:12] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  88. # [00:13] <vlad> oh abi compat, I thought they still had issues parsing all the compiler extensions?
  89. # [00:13] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  90. # [00:13] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Ping timeout)
  91. # [00:13] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  92. # [00:14] * Quits: Pike (chatzilla@moz-7F795F8F.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  93. # [00:14] * kats is now known as kats|away
  94. # [00:14] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  95. # [00:14] * sfink is now known as sfink|afk
  96. # [00:15] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  97. # [00:15] * Quits: benvie (bbenvie@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  98. # [00:16] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Leaving)
  99. # [00:18] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  100. # [00:20] * Quits: recursive|zzZ (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  101. # [00:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4b71e71c27a5 - Nick Thomas - Bug 908134, exclude update-settings.ini from mar files, r=bhearsum DONTBUILD
  102. # [00:21] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  103. # [00:22] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  104. # [00:22] * Quits: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  105. # [00:24] * Quits: gal (gal@moz-7B0110AD.mv.mozilla.com) (Quit: gal)
  106. # [00:24] * Joins: mccr8 (mccr8@moz-2C4A1AA8.dsl.dynamic.sonic.net)
  107. # [00:25] <@ehsan> vlad: iirc they've fixed all of the parsing bits
  108. # [00:25] * nthomas is now known as nthomas|away
  109. # [00:25] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: Leaving)
  110. # [00:25] * Quits: RealRaven (Thunderbir@72511F63.9EC7D649.C3498625.IP) (Quit: RealRaven)
  111. # [00:25] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  112. # [00:26] <NeilAway> ehsan: so, editor event filtering...
  113. # [00:26] * Quits: ksandarusi (sanctuary@moz-10DD7503.public.utexas.edu) (Ping timeout)
  114. # [00:26] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  115. # [00:27] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  116. # [00:27] * Quits: ehugg (chatzilla@moz-EA33CD8D.hsd1.wa.comcast.net) (Ping timeout)
  117. # [00:27] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  118. # [00:27] <@ehsan> NeilAway: I'm all ears
  119. # [00:28] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  120. # [00:28] * Joins: gal (gal@moz-7B0110AD.mv.mozilla.com)
  121. # [00:28] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  122. # [00:28] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  123. # [00:28] <NeilAway> ehsan: in the beginning, there was only design mode, and editor simply handled all key and mouse events in design mode documents
  124. # [00:29] <@ehsan> correct
  125. # [00:29] <@ehsan> (I think!)
  126. # [00:29] <jesup> And lo, this was good
  127. # [00:29] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  128. # [00:29] <NeilAway> ehsan: then, contenteditable was added, which meant that events had to be filtered as to whether they were acceptable
  129. # [00:29] <NeilAway> ehsan: but this turned out to be insufficient for mouse events, and so different filtering was added that applied to mouse events
  130. # [00:30] * Quits: Ukikie (unit193@moz-23A1DAE8.neo.res.rr.com) (Ping timeout)
  131. # [00:30] <@ehsan> NeilAway: the filtering stuff is relatively recent
  132. # [00:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/684a92697548 - Ralph Giles - Bug 946639 - Enable libvpx axv2 optimations on linux. r=cpearce
  133. # [00:30] <@ehsan> NeilAway: it was mostly added to make sure editing operations don't bleed out of contenteditable areas
  134. # [00:30] <@ehsan> for a long time they used to
  135. # [00:30] <@ehsan> NeilAway: but you're right on the bit about mouse events
  136. # [00:30] <NeilAway> ehsan: well, 2010 is no longer recent really :-P
  137. # [00:31] <NeilAway> ehsan: so, is it correct that key events and mouse events are filtered differently
  138. # [00:31] * Quits: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de) (Quit: Leaving.)
  139. # [00:31] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  140. # [00:31] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  141. # [00:31] <@ehsan> haha yeah, 2010 is recent in my minds ;)
  142. # [00:32] <@ehsan> NeilAway: yeah they are filtered differently
  143. # [00:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7cd28a857f88 - Rick Eyre - Bug 882299 - Implement VTTCue::Line r=smaug,rillian,bz
  144. # [00:32] <NeilAway> ehsan: Firefox 3 is recent?
  145. # [00:32] * geekboy is now known as geekboy|afk
  146. # [00:32] <NeilAway> ehsan: wait, Firefox 4
  147. # [00:32] <NeilAway> still not really recent
  148. # [00:33] <NeilAway> ehsan: I know they are, but is it correct for them to be filtered differently?
  149. # [00:33] <@ehsan> NeilAway: contenteditable was added in Firefox 3, but the event filtering stuff was done much later
  150. # [00:33] <@ehsan> perhaps some time in 2010
  151. # [00:33] <@ehsan> NeilAway: the answer to that question is: "maybe"
  152. # [00:33] <@ehsan> the thing is
  153. # [00:33] * whimboo is now known as whimboo|afk
  154. # [00:33] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  155. # [00:33] <@ehsan> we didn't really sit down and design how these events should be filteres
  156. # [00:33] <@ehsan> *filtered
  157. # [00:33] <@ehsan> that code sort of gre organically
  158. # [00:33] <@ehsan> so I hesitate to change it without a "good" reason
  159. # [00:34] <@ehsan> a good reason being a test case which shows something to be broken
  160. # [00:35] * Joins: therube (chatzilla@moz-532294F.hsd1.md.comcast.net)
  161. # [00:36] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Input/output error)
  162. # [00:36] * Quits: shorlander (shorlander@7BE54F67.5E1E8109.198A214C.IP) (Input/output error)
  163. # [00:36] <NeilAway> ehsan: ok, so I don't know whether I should be expecting your patch to make XBL to filter editor key commands a) like editor filters mouse events b) like editor filters key events c) some new strategy that you are now claiming to be the one true filter
  164. # [00:36] * Quits: till (till@moz-238A82F1.adsl.alicedsl.de) (Client exited)
  165. # [00:36] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  166. # [00:36] * khuey|away is now known as khuey
  167. # [00:37] <abr> eeejay -- Could you take a look at this screen shot and hazard a guess about what's going on here? https://dl.dropboxusercontent.com/u/53717247/yo_dawg_mochi.png
  168. # [00:37] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  169. # [00:37] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  170. # [00:38] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  171. # [00:38] <@ehsan> NeilAway: well, those events are already filtered like existing key events, plus the additional restriction of the target being in a contenteditable area
  172. # [00:38] * Joins: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com)
  173. # [00:38] <@ehsan> NeilAway: which is necessary because of a "good" reason
  174. # [00:38] * Joins: Ukikie (unit193@moz-23A1DAE8.neo.res.rr.com)
  175. # [00:38] <@ehsan> NeilAway: this is why I hesitate to change the filtering for all key events
  176. # [00:39] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  177. # [00:39] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  178. # [00:39] * Parts: williecheong2 (Adium@moz-BBE3ABD.mv.mozilla.com)
  179. # [00:40] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  180. # [00:40] <NeilAway> ehsan: in what way is the code that's apparently sufficient for all other key events not sufficient here?
  181. # [00:41] <@ehsan> NeilAway: remember the failing test where we had a contenteditable area which was not focused and we pressed up?
  182. # [00:42] <NeilAway> sure, but that already fails the existing acceptable key event check
  183. # [00:42] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  184. # [00:42] <NeilAway> ehsan: adding an extra check seems to be pointless
  185. # [00:42] * catlee is now known as catlee-away
  186. # [00:43] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  187. # [00:43] <@ehsan> oh sorry
  188. # [00:43] <@ehsan> NeilAway: which check are you talking about again? as in, in which function?
  189. # [00:45] * Quits: serge (Thunderbir@moz-7AB9C5E5.dsl.teksavvy.com) (Ping timeout)
  190. # [00:45] <NeilAway> ehsan: ok, so in an old patch, you called the native bindings, then you fell through to the existing code that called IsAcceptableInputEvent and then HandleKeyPressEvent
  191. # [00:45] * Quits: tonymec (tonymec@C3D6B991.6051DC.A9371869.IP) (Ping timeout)
  192. # [00:45] * philor is now known as philor|away
  193. # [00:46] <NeilAway> ehsan: you then decided that HandleKeyPressEvent should happen before the native bindings, so you moved the native bindings after the HandleKeyPressEvent
  194. # [00:46] <NeilAway> ehsan: however this also moved it after the IsAcceptableInputEvent check, which meant that the native bindings only ran when the contenteditbale region was focused
  195. # [00:46] * Joins: tonymec (tonymec@C3D6B991.6051DC.A9371869.IP)
  196. # [00:47] <@ehsan> NeilAway: no wairt
  197. # [00:47] <@ehsan> NeilAway: https://bug289384.bugzilla.mozilla.org/attachment.cgi?id=8359342
  198. # [00:47] <@ehsan> NeilAway: this is the "before" patch above
  199. # [00:48] <@ehsan> the native key binding stuff still happens after IsAcceptableInputEvent
  200. # [00:48] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  201. # [00:48] <@ehsan> NeilAway: the reason I added that extra check is because you asked me to
  202. # [00:48] <@ehsan> (I agree that it's pointless!)
  203. # [00:48] <NeilAway> ehsan: no, I'm going earlier than that
  204. # [00:48] <@ehsan> NeilAway: which comment?
  205. # [00:48] * geekboy|afk is now known as geekboy
  206. # [00:49] * Joins: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  207. # [00:49] <NeilAway> ehsan: 115
  208. # [00:49] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.7.2/20130908222133])
  209. # [00:49] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  210. # [00:50] <@ehsan> NeilAway: this is the patch as of #c115: https://bug289384.bugzilla.mozilla.org/attachment.cgi?id=8356749
  211. # [00:50] <@ehsan> still, that stuff happens after IsAcceptableInputEvent
  212. # [00:50] <@ehsan> NeilAway: the added check in nsEditorEventListener::KeyPress has nothing to do with event filtering
  213. # [00:51] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  214. # [00:51] <@ehsan> NeilAway: I added it because you asked me to make that check match what we do to select the correct binding (editor vs browser)
  215. # [00:51] <NeilAway> ehsan: you're right I mean comment 108
  216. # [00:52] <@ehsan> NeilAway: ok yes, I'm with you now
  217. # [00:52] <@ehsan> please continue
  218. # [00:53] <NeilAway> ehsan: ok, so as masayuki asked in comments 108 and 115 you checked the native editor bindings after the normal editor key event handling
  219. # [00:53] <@ehsan> correct
  220. # [00:54] <NeilAway> ehsan: but that of course meant that native key bindings didn't work outside of contenteditable areas
  221. # [00:54] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: The system is overheating and needs to go to sleep now.)
  222. # [00:54] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  223. # [00:54] <NeilAway> ehsan: so you added some code to nsXBLWindowKeyHandler to choose between browser and editor XBL bindings
  224. # [00:55] <@ehsan> ok, still with you
  225. # [00:55] <NeilAway> ehsan: but that code you added to nsXBLWindowKeyHandler didn't match the check that IsAcceptableInputEvent makes
  226. # [00:55] <NeilAway> ehsan: so is the check you added to nsXBLWindowKeyHandler the One True Check, and at some point IsAcceptableInputEvent should switch too?
  227. # [00:55] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  228. # [00:56] * Quits: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net) (Input/output error)
  229. # [00:56] <@ehsan> NeilAway: let me refresh my memory on everything IsAcceptableInputEvent does for key events...
  230. # [00:56] <@ehsan> just a sec
  231. # [00:57] <NeilAway> ehsan: in particular, IsAcceptableInputEvent only calls IsActiveEditingHost and ContentIsDescendantOf for mouse events
  232. # [00:57] * Joins: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net)
  233. # [00:57] <@ehsan> yeah
  234. # [00:57] * geekboy is now known as geekboy|afk
  235. # [00:58] * Quits: tonymec (tonymec@C3D6B991.6051DC.A9371869.IP) (Ping timeout)
  236. # [00:58] <@ehsan> NeilAway: so first things first, on the issue of the active editing host check
  237. # [00:59] <@ehsan> NeilAway: even though we don't check that in IsAcceptableInputEvent for key events, that is checked in other parts of the editor guts
  238. # [00:59] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  239. # [00:59] <@ehsan> NeilAway: that's what currently prevents this from breaking horribly when you blur a contenteditable
  240. # [00:59] * philor|away is now known as philor
  241. # [00:59] <@ehsan> whether we should make that check happen in IsAcceptableInputEvent... maybe, but that won't change what happens in practice
  242. # [01:00] <@ehsan> it will only change where it happens
  243. # [01:00] <@ehsan> so its value is mostly code hygiene
  244. # [01:00] * Quits: tonymec|away (tonymec@C3D6B991.6051DC.A9371869.IP) (Input/output error)
  245. # [01:00] <@ehsan> now, on the question on One True Check, I _think_ a One True Check would be what IsAcceptableInputEvent does eventually
  246. # [01:01] <@ehsan> + the active editing host check
  247. # [01:01] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  248. # [01:01] * Quits: gal (gal@moz-7B0110AD.mv.mozilla.com) (Quit: gal)
  249. # [01:01] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  250. # [01:01] <@ehsan> but I would like us to understand what exactly we're changing
  251. # [01:01] <@ehsan> and what that means, etc
  252. # [01:01] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  253. # [01:01] <@ehsan> so, to answer your question, neither of the two checks are the One True Check
  254. # [01:02] <@ehsan> and we should try to improve this situation
  255. # [01:02] <@ehsan> but I don't think any of the existing checks in IsAcceptableInputEvent are required in the xbl key bindings code per se
  256. # [01:02] <@ehsan> NeilAway: does that make sense at all?
  257. # [01:03] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  258. # [01:04] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  259. # [01:06] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  260. # [01:07] * Joins: gal (gal@moz-7B0110AD.mv.mozilla.com)
  261. # [01:08] * Quits: Waldo (waldo@moz-66F2BD8C.public.wayport.net) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 26.0/20131209183133])
  262. # [01:08] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  263. # [01:08] <NeilAway> ehsan: well, in my testing, IsAcceptableInputEvent sufficed to distinguish between focused and blurred contenteditable elements
  264. # [01:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/51d099fe7403 - Nathan Froyd - Bug 952777 - part 2 - use explicitly typed enums to shrink JSJitInfo further; r=efaust
  265. # [01:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6f5cb5e810e5 - Nathan Froyd - Bug 952777 - part 4 - move JSParallelNative into the union; r=efaust,bz
  266. # [01:09] <NeilAway> ehsan: although as it happened the code that actually performs the edits needs the active editing host presumably to prevent edits from extending outside of the uneditable area
  267. # [01:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bc45b7c4369b - Nathan Froyd - Bug 952777 - part 3 - use bitfields for integer fields in JSJitInfo; r=efaust,bz
  268. # [01:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4c39a7047e96 - Nathan Froyd - Bug 952777 follow-up - move comments; r=me
  269. # [01:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a18cfe2cdc55 - Nathan Froyd - Bug 952777 - part 5 - move JSJitInfo::argTypes to a separate JSTypedMethodJitInfo subclass; r=efaust,bz
  270. # [01:10] <@ehsan> NeilAway: correct on the second sentence, but what testing are you referring to?
  271. # [01:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b3d04b01c319 - Nathan Froyd - Bug 952777 - part 1 - reorder JSJitInfo slots to pack better; r=efaust,bz
  272. # [01:10] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Ping timeout)
  273. # [01:10] * Quits: rrorror (Mibbit@moz-6633D7CE.lightspeed.crchtx.sbcglobal.net) (Quit: http://www.mibbit.com ajax IRC Client)
  274. # [01:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dec061c862ff - Mike Hommey - Bug 956398 - Support text relocations in the custom linker. r=nfroyd
  275. # [01:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/89a7d761a82f - Mike Hommey - Bug 956398 - Error out at build time if we end up with text relocations. r=ted
  276. # [01:10] * deian is now known as deian|away
  277. # [01:11] <NeilAway> ehsan: well, you didn't expect me to review by code inspection did you?
  278. # [01:11] <@ehsan> haha
  279. # [01:12] <@ehsan> NeilAway: no I mean, what did you test?
  280. # [01:12] <@ehsan> as in, what did you change?
  281. # [01:12] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  282. # [01:12] * ewong|away is now known as ewong
  283. # [01:13] <NeilAway> ehsan: I didn't change anything, I just wanted to see whether I could get IsAcceptableInputEvent to return and GetActiveEditingHost returned null at the same time
  284. # [01:14] <NeilAway> true and null, I mean
  285. # [01:14] <NeilAway> respectively
  286. # [01:14] * jld attempts to figure out whether camel-cased identifiers should use "Osr"/"Jit"/etc. or "OSR"/"JIT"/etc. This is probably a fool's errand.
  287. # [01:14] <@ehsan> oh I see
  288. # [01:15] <@ehsan> NeilAway: here's a testcase: collapseSelectionToSomewhereInsideContenteditable(); focusSomethingOutsideOfContenteditable()
  289. # [01:15] <@ehsan> NeilAway: GetActiveEditingHost works based on the selection not the focus
  290. # [01:15] <NeilAway> ehsan: well, that will have to wait until tomorrow unfortunately because it's too late here now
  291. # [01:15] * @ehsan feels we have had this conversation before
  292. # [01:16] <@ehsan> NeilAway: no, I meant, that test case *will* break your testing :)
  293. # [01:16] <@ehsan> it wasn't a guess
  294. # [01:16] <@ehsan> NeilAway: see http://dxr.mozilla.org/mozilla-central/source/editor/libeditor/html/nsHTMLEditor.cpp#5201
  295. # [01:17] <@ehsan> NeilAway: and this discrepancy almost never happens when you test the browser manually because the selection and focus will be in the same place
  296. # [01:17] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  297. # [01:17] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  298. # [01:17] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  299. # [01:17] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  300. # [01:18] <NeilAway> ehsan: in the mean time does comment 135 make senss?
  301. # [01:18] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  302. # [01:18] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  303. # [01:18] <NeilAway> *sense
  304. # [01:18] <ekr> philor: potential bustage on m-i
  305. # [01:18] <ekr> home/buildslave/work/ubuntu12_04_64/build/js/src/../../js/src/vm/ForkJoin.cpp:2150:68: error: macro "JS_JITINFO_NATIVE_PARALLEL" requires 3 arguments, but only 1 given
  306. # [01:18] <@ehsan> NeilAway: sure. is that ok if I do that when landing?
  307. # [01:18] * retornam is now known as retornam|away
  308. # [01:18] <NeilAway> ehsan: sure
  309. # [01:19] <NeilAway> ehsan: anyway that's enough for tonight thanks
  310. # [01:19] <froydnj> ekr: argh, patch collision
  311. # [01:20] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  312. # [01:20] <@ehsan> NeilAway: np, thank you too :)
  313. # [01:20] * BenWa is now known as BenWa|email
  314. # [01:20] <froydnj> fixing the incoming inbound bustage, one moment
  315. # [01:21] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  316. # [01:21] * Joins: tonymec|away (tonymec@C3D6B991.6051DC.A9371869.IP)
  317. # [01:23] <glandium> man, the gaia build system is so ... how to say it ... let's say awful
  318. # [01:23] <glandium> i can't even reproduce a working windows build
  319. # [01:24] * Joins: cpeterson (cpeterson@moz-7B0110AD.mv.mozilla.com)
  320. # [01:25] * Quits: aklotz (Thunderbir@moz-C293AFAD.mh.shawcable.net) (Quit: aklotz)
  321. # [01:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/524be0420e79 - Nathan Froyd - Bug 952777 followup - fix JS_JITINFO_NATIVE_PARALLEL call in ForkJoin.cpp; r=bustage
  322. # [01:26] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  323. # [01:27] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  324. # [01:27] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Input/output error)
  325. # [01:27] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  326. # [01:27] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  327. # [01:27] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  328. # [01:27] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  329. # [01:27] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  330. # [01:28] * nthomas|away is now known as nthomas
  331. # [01:29] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  332. # [01:29] * Joins: serge (Thunderbir@moz-7AB9C5E5.dsl.teksavvy.com)
  333. # [01:31] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  334. # [01:31] * Quits: dria (dria@moz-1C1CE1C8.dsl.teksavvy.com) (Quit: dria)
  335. # [01:32] * Joins: lmandel (lmandel@7BE54F67.5E1E8109.198A214C.IP)
  336. # [01:33] * Joins: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP)
  337. # [01:34] <RyanVM|afk> khuey: hate to say I saw that coming... https://tbpl.mozilla.org/php/getParsedLog.php?id=33062885&tree=Mozilla-Inbound
  338. # [01:35] * Joins: AaronMT (AaronMT@moz-697572BA.cpe.net.cable.rogers.com)
  339. # [01:36] * Quits: tonymec|away (tonymec@C3D6B991.6051DC.A9371869.IP) (Input/output error)
  340. # [01:36] <@khuey> RyanVM|afk: lol
  341. # [01:36] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  342. # [01:37] * Joins: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP)
  343. # [01:37] * Standard8Away is now known as Standard8
  344. # [01:37] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  345. # [01:37] * Quits: gal (gal@moz-7B0110AD.mv.mozilla.com) (Quit: gal)
  346. # [01:38] * BenWa|email is now known as BenWa
  347. # [01:38] * Quits: balrog (balrog@moz-1E87DD22.phlapa.fios.verizon.net) (Ping timeout)
  348. # [01:39] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  349. # [01:39] <RyanVM|afk> khuey: oh, and the b-i merge to m-c is green apparently
  350. # [01:40] * Joins: williecheong2 (Adium@moz-BBE3ABD.mv.mozilla.com)
  351. # [01:42] * Joins: IRCMonkey11094 (balrog@moz-1E87DD22.phlapa.fios.verizon.net)
  352. # [01:42] * sfink|afk is now known as sfink
  353. # [01:42] * Joins: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  354. # [01:43] <glandium> froydnj: still busted
  355. # [01:43] * Joins: tonymec|away (tonymec@C3D6B991.6051DC.A9371869.IP)
  356. # [01:43] * Quits: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Client exited)
  357. # [01:44] <froydnj> o.o
  358. # [01:44] * Quits: zzzzz (chatzilla@moz-3B3DD44D.dhcp.embarqhsd.net) (Connection reset by peer)
  359. # [01:44] * KWierso|afk is now known as KWierso|sheriffduty
  360. # [01:44] <@njn> roc: chunk the ImageData actually makes the pdf.js drawing marginally faster :)
  361. # [01:44] <@njn> s/chunk/chunking/
  362. # [01:45] <RyanVM|afk> khuey: and yes, test_browserElement_oop_ForwardName.html is the next test to run after test_browserElement_oop_FirstPaint.html
  363. # [01:45] <@khuey> RyanVM|afk: fun
  364. # [01:45] <RyanVM|afk> my next step is disabling all browser-element tests on osx debug
  365. # [01:45] <RyanVM|afk> i'm not playing whack-a-mole all night
  366. # [01:45] <froydnj> glandium: I don't understand, unless we needed to clobber for some reason
  367. # [01:46] <@khuey> RyanVM|afk: on 10.6, yeah
  368. # [01:46] <@khuey> sgtm
  369. # [01:46] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  370. # [01:46] <RyanVM|afk> khuey: I can't do just 10.6
  371. # [01:46] <@khuey> :(
  372. # [01:46] <RyanVM|afk> it's all osx
  373. # [01:46] <@khuey> why not?
  374. # [01:46] <RyanVM|afk> unless you know some makefile magic I don't
  375. # [01:46] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  376. # [01:47] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  377. # [01:47] <@khuey> isn't this what manifests are for?
  378. # [01:47] <froydnj> oh, bother, was looking at the wrong try push
  379. # [01:47] <@khuey> oh
  380. # [01:47] <@khuey> that directory doesn't have a manifest
  381. # [01:47] * Joins: zzzzz (chatzilla@moz-3B3DD44D.dhcp.embarqhsd.net)
  382. # [01:47] <@khuey> WTF?
  383. # [01:48] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  384. # [01:48] <@khuey> RyanVM|afk: well that sucks
  385. # [01:48] <RyanVM|afk> yep, told you that earlier
  386. # [01:48] <froydnj> builds locally...I do not understand
  387. # [01:48] <RyanVM|afk> khuey: fwiw, I don't think we can even with manifests
  388. # [01:50] <froydnj> working on backing out those patches
  389. # [01:50] * Joins: gal (gal@moz-7B0110AD.mv.mozilla.com)
  390. # [01:50] * Quits: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP) (Quit: bruce)
  391. # [01:51] <RyanVM|afk> khuey: brb
  392. # [01:51] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  393. # [01:51] * Joins: dria (dria@moz-1C1CE1C8.dsl.teksavvy.com)
  394. # [01:51] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  395. # [01:51] <KWierso|sheriffduty> froydnj: CLOSED TREE :)
  396. # [01:51] <KWierso|sheriffduty> (or I could back them out if you want :) )
  397. # [01:51] <froydnj> KWierso|sheriffduty: ah, you are back. just about to push the backout
  398. # [01:52] * Joins: ehugg (chatzilla@moz-EA33CD8D.hsd1.wa.comcast.net)
  399. # [01:52] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  400. # [01:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4a9892493aa5 - Nathan Froyd - Backout 524be0420e79 and 4c39a7047e96:b3d04b01c319 (bug 952777) for build bustage that led to this CLOSED TREE
  401. # [01:54] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  402. # [01:54] * Quits: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  403. # [01:55] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  404. # [01:55] <froydnj> KWierso|sheriffduty: sorry about that :(
  405. # [01:55] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  406. # [01:56] <KWierso|sheriffduty> RyanVM|afk: any idea what's up with these libGLESv2 crashes on android?
  407. # [01:56] * Joins: tonymec (tonymec@C3D6B991.6051DC.A9371869.IP)
  408. # [01:57] * retornam|away is now known as retornam
  409. # [01:57] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  410. # [01:57] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  411. # [01:58] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  412. # [01:59] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  413. # [01:59] <philor> KWierso|sheriffduty: conveniently, the regression range is "the things he landed on beta today"
  414. # [01:59] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  415. # [02:00] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  416. # [02:00] <philor> or, as is always possible with android, "the slaves that just came shambling back out of their crypts"
  417. # [02:00] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  418. # [02:00] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  419. # [02:01] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/879920f2739b - Richard Newman - Bug 947772 - Sync adds tracker observers regardless of engine enabled state. r=gps, a=lsblakk
  420. # [02:01] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  421. # [02:01] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  422. # [02:02] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  423. # [02:02] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  424. # [02:02] * Quits: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  425. # [02:03] <@smaug> ttaubert: you there?
  426. # [02:04] <@smaug> hmm, a bit late
  427. # [02:04] <KWierso|sheriffduty> philor: hrm, does bug 949458 sound like a good candidate?
  428. # [02:04] * Joins: digitsm_ (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP)
  429. # [02:04] <RyanVM|afk> philor: KWierso|sheriffduty: was really hoping they'd show up on Android too
  430. # [02:05] <RyanVM|afk> aurora* even
  431. # [02:05] <RyanVM|afk> oh, and look who the cat dragged in
  432. # [02:06] <philor> yeah, Pandas you want rc4
  433. # [02:06] <RyanVM|afk> philor: not seeing any obvious ones so far
  434. # [02:06] <RyanVM|afk> philor: rc2 on beta
  435. # [02:06] <RyanVM|afk> so dunno
  436. # [02:06] <philor> oh, or not
  437. # [02:06] * Quits: lmandel (lmandel@7BE54F67.5E1E8109.198A214C.IP) (Input/output error)
  438. # [02:08] <RyanVM|afk> khuey: any other compositor folks I should be CCing?
  439. # [02:08] * RyanVM|afk is now known as RyanVM
  440. # [02:08] * Joins: automata (automata@F03F5324.BB9C8863.7DA01DD1.IP)
  441. # [02:09] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  442. # [02:09] <@khuey> RyanVM: who did you CC?
  443. # [02:09] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  444. # [02:09] <RyanVM> you, roc, jeff so far
  445. # [02:09] <@khuey> mattwoodrow, milan
  446. # [02:09] <@khuey> that's probably a good place to start
  447. # [02:10] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Input/output error)
  448. # [02:10] * Joins: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de)
  449. # [02:12] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  450. # [02:13] * Quits: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net) (Quit: Leaving)
  451. # [02:13] * Quits: AaronMT (AaronMT@moz-697572BA.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  452. # [02:14] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  453. # [02:15] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/4a7a9dc4e765 - Ryan VanderMeulen - Bug 960345 - Disable OOP browser-element mochitests on OSX debug.
  454. # [02:15] <RyanVM> khuey: part of me wonders if browserElement_ExposableURI.js is somehow breaking things
  455. # [02:15] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  456. # [02:17] <RyanVM> philor: all I know is that rc2 on beta is solid green before that push
  457. # [02:17] <@khuey> idk what that does
  458. # [02:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ed7de52daaf3 - Ryan VanderMeulen - Merge m-c to inbound.
  459. # [02:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4a7a9dc4e765 - Ryan VanderMeulen - Bug 960345 - Disable OOP browser-element mochitests on OSX debug.
  460. # [02:18] * Quits: williecheong2 (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  461. # [02:18] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  462. # [02:19] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  463. # [02:19] <vlad> gps: hey, is there any way to pass some args to 'mach reftest', maybe give it an existing profile to use?
  464. # [02:19] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  465. # [02:20] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  466. # [02:22] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Input/output error)
  467. # [02:23] <@khuey> is the gecko-dev on github a mirror of the gecko-dev we run?
  468. # [02:23] <mccr8> khuey: yes
  469. # [02:23] <mccr8> khuey: same hashes or whatever if that's what you mean
  470. # [02:24] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  471. # [02:24] <@khuey> great
  472. # [02:24] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  473. # [02:24] * Quits: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: tantek)
  474. # [02:25] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  475. # [02:26] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  476. # [02:28] * Joins: ahal (ahal@moz-99690620.hinet-ip.hinet.net)
  477. # [02:29] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  478. # [02:29] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  479. # [02:29] <@khuey> mccr8: is something screwy with the aurora branch?
  480. # [02:30] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  481. # [02:30] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Ping timeout)
  482. # [02:30] * jorendorff is now known as jorendorff_away
  483. # [02:30] <mccr8> khuey: I have no idea
  484. # [02:30] <mccr8> khuey: you mean on TBPL or in git?
  485. # [02:31] * Joins: ksandarusi (sanctuary@E3A2A1FC.828BD74E.49CEED6B.IP)
  486. # [02:31] <mccr8> not that I know about any problems with either
  487. # [02:31] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  488. # [02:31] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  489. # [02:31] * Quits: Optimizer (Optimizer@49B09463.DDD2B1C2.D2D1FAF0.IP) (Ping timeout)
  490. # [02:31] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  491. # [02:31] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  492. # [02:31] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Connection reset by peer)
  493. # [02:33] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  494. # [02:33] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  495. # [02:33] * mccr8 is now known as mccr8|afk
  496. # [02:33] * Joins: eggonlegs (on@29744E2E.1442833D.2E43DAB5.IP)
  497. # [02:34] * Parts: eggonlegs (on@29744E2E.1442833D.2E43DAB5.IP)
  498. # [02:35] * Joins: Optimizer (Optimizer@49B09463.DDD2B1C2.D2D1FAF0.IP)
  499. # [02:36] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  500. # [02:36] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  501. # [02:38] * Quits: ehugg (chatzilla@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  502. # [02:41] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  503. # [02:41] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  504. # [02:41] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  505. # [02:41] * Joins: wlach (wlach@5AAE35B2.5EFFC0B8.24454B25.IP)
  506. # [02:41] <KWierso|sheriffduty> RyanVM: is the "12:29:09 INFO - JavaScript error: chrome://browser/content/tabbrowser.xml, line 2344: aTab is null" at the end of browserElement_ExposableURI.js what you're thinking might be a problem?
  507. # [02:42] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  508. # [02:42] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  509. # [02:42] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  510. # [02:42] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  511. # [02:42] <KWierso|sheriffduty> hrm, that happens a bunch of times throughout those tests
  512. # [02:42] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/1f835fe670d7 - Ryan VanderMeulen - Backed out changesets 5d245e2369fa and 8f3dad3b3698 (bug 949458) for suspicion of causing bug 960162.
  513. # [02:42] <RyanVM> KWierso|sheriffduty: no
  514. # [02:42] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  515. # [02:43] * Quits: sfink (chatzilla@moz-575551A7.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  516. # [02:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2b91fc89e840 - Ryan VanderMeulen - Merge m-c to inbound.
  517. # [02:43] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  518. # [02:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1f835fe670d7 - Ryan VanderMeulen - Backed out changesets 5d245e2369fa and 8f3dad3b3698 (bug 949458) for suspicion of causing bug 960162.
  519. # [02:43] * Quits: ksandarusi (sanctuary@E3A2A1FC.828BD74E.49CEED6B.IP) (Ping timeout)
  520. # [02:44] <KWierso|sheriffduty> RyanVM: though, yeah, my retriggers of rc4 on fx-team after 949458 landed look like it's at fault? https://tbpl.mozilla.org/?tree=Fx-Team&rev=770aa080025c
  521. # [02:44] * Quits: gal (gal@moz-7B0110AD.mv.mozilla.com) (Quit: gal)
  522. # [02:44] <RyanVM> KWierso|sheriffduty: looks that way
  523. # [02:45] * Quits: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de) (Ping timeout)
  524. # [02:45] <RyanVM> KWierso|sheriffduty: we'll see if the crashes disappear on trunk overnight
  525. # [02:46] * Quits: wlach (wlach@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  526. # [02:47] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Quit: Konversation terminated!)
  527. # [02:47] * Joins: dmajor (dmajor@moz-4A4FE2EA.hsd1.ca.comcast.net)
  528. # [02:47] <RyanVM> khuey: I'm wondering if bug 795567 is involved
  529. # [02:50] * Quits: cpeterson (cpeterson@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  530. # [02:50] <@khuey> RyanVM: maybe
  531. # [02:50] * @khuey has no ida
  532. # [02:50] <@khuey> *idea
  533. # [02:50] * RyanVM retriggers the last try run in that bug
  534. # [02:51] * coop|afk is now known as coop
  535. # [02:52] * philor is now known as philor|afk
  536. # [02:53] * Joins: ksandarusi (sanctuary@E3A2A1FC.828BD74E.49CEED6B.IP)
  537. # [02:55] * Joins: emtwo1 (msamuel@moz-A8CD20BA.dsl.teksavvy.com)
  538. # [02:55] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  539. # [02:56] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  540. # [02:56] * Joins: darkowlzz (sunny@E993C797.10F0C0E5.A35A6174.IP)
  541. # [02:57] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  542. # [02:58] * Quits: ksandarusi (sanctuary@E3A2A1FC.828BD74E.49CEED6B.IP) (Ping timeout)
  543. # [02:58] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  544. # [02:58] * Parts: darkowlzz (sunny@E993C797.10F0C0E5.A35A6174.IP) (Leaving)
  545. # [02:59] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  546. # [03:00] * Joins: sfink (chatzilla@moz-575551A7.lightspeed.sntcca.sbcglobal.net)
  547. # [03:00] * gaye is now known as gaye|bbl
  548. # [03:00] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  549. # [03:01] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  550. # [03:01] * BenWa is now known as BenWa|email
  551. # [03:01] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  552. # [03:01] * Quits: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  553. # [03:01] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: Lost terminal)
  554. # [03:04] * Quits: chewey (chewey@moz-66CDAEC2.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  555. # [03:04] * Joins: sewardj_ (sewardj@moz-4365D911.dip0.t-ipconnect.de)
  556. # [03:04] * Joins: chewey (chewey@moz-26231B89.dip0.t-ipconnect.de)
  557. # [03:04] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Linkinus - http://linkinus.com)
  558. # [03:04] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  559. # [03:05] <mjrosenb> so, what exactly is cedar?
  560. # [03:05] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  561. # [03:05] * Quits: sewardj (sewardj@moz-E73ED661.dip0.t-ipconnect.de) (Ping timeout)
  562. # [03:06] <KWierso|sheriffduty> mjrosenb:
  563. # [03:06] <KWierso|sheriffduty> erm, "mozharness talos, b2g, pandas, win8, aws testing"
  564. # [03:06] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  565. # [03:06] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  566. # [03:07] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  567. # [03:07] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  568. # [03:08] <RyanVM> basically a playground for all things new
  569. # [03:08] * mccr8|afk is now known as mccr8
  570. # [03:08] * Quits: Optimizer (Optimizer@49B09463.DDD2B1C2.D2D1FAF0.IP) (Ping timeout)
  571. # [03:08] * Joins: Optimizer (Optimizer@49B09463.DDD2B1C2.D2D1FAF0.IP)
  572. # [03:09] * Parts: marco (marco@moz-29C44301.retail.telecomitalia.it)
  573. # [03:09] * Quits: emtwo1 (msamuel@moz-A8CD20BA.dsl.teksavvy.com) (Quit: Leaving.)
  574. # [03:10] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Connection reset by peer)
  575. # [03:12] * heycam is now known as heycam|away
  576. # [03:12] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Connection reset by peer)
  577. # [03:12] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Input/output error)
  578. # [03:12] * retornam is now known as retornam|away
  579. # [03:12] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  580. # [03:12] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  581. # [03:13] * Joins: new_one (new_one@moz-D538194E.rice.edu)
  582. # [03:13] <mjrosenb> RyanVM: gotcha.
  583. # [03:13] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  584. # [03:13] * Quits: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net) (Quit: jgriffin)
  585. # [03:13] <mjrosenb> KWierso|sheriffduty: so stuff is expected to be constantly broken?
  586. # [03:14] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  587. # [03:14] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  588. # [03:15] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  589. # [03:16] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Client exited)
  590. # [03:16] * Joins: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  591. # [03:16] * Joins: lmandel (lmandel@7BE54F67.5E1E8109.198A214C.IP)
  592. # [03:16] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  593. # [03:16] * Joins: jrmuizel (jrmuizel@moz-BB113AD2.cr.net.cable.rogers.com)
  594. # [03:18] * Quits: lmandel (lmandel@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  595. # [03:20] * Quits: IanN (chatzilla@moz-7F4009AA.perr.cable.virginm.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131209183133])
  596. # [03:21] <KWierso|sheriffduty> mjrosenb: hopefully not, but probably yeah
  597. # [03:22] <rnewman> mfinkle: you broke fx-team
  598. # [03:22] <rnewman> fixing
  599. # [03:22] * Joins: wlach (wlach@moz-99690620.hinet-ip.hinet.net)
  600. # [03:22] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  601. # [03:23] <mjrosenb> KWierso|sheriffduty: I'm trying to track down one bug in android-dbg/mochitest-gl, and I can't reproduce it, nor the assertion failure that is currently showing its face on tbpl.
  602. # [03:23] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  603. # [03:23] * Quits: @njn (chatzilla@moz-CFE5DE3D.dyn.iinet.net.au) (Ping timeout)
  604. # [03:24] * Joins: njn (chatzilla@moz-18C8CB32.dyn.iinet.net.au)
  605. # [03:24] * ChanServ sets mode: +o njn
  606. # [03:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/259c34b488f7 - Robert O'Callahan - Bug 157846. Part 0: Make tests more robust to padding changes and clipping of overflowing glyph edges. r=mats
  607. # [03:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/358f4a9aac18 - Robert O'Callahan - Bug 157846. Part 0.2: Relax heuristic used to detect 'monospace' font for <input> sizing so that it at least includes 'monospace' font-family in Windows 7. r=mats
  608. # [03:25] * Quits: mccr8 (mccr8@moz-2C4A1AA8.dsl.dynamic.sonic.net) (Quit: )
  609. # [03:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f94ada7507f4 - Robert O'Callahan - Bug 157846. Part 0.1: When reflowing a non-rootframe reflow root, preserve its used padding in case that differs from its CSS computed padding for some reason. r=mats
  610. # [03:25] <KWierso|sheriffduty> RyanVM: so who broke Gu on b2g inbound?
  611. # [03:25] <KWierso|sheriffduty> fabrice?
  612. # [03:26] <RyanVM> dunno, am slowly whittling down the open tabs
  613. # [03:26] <RyanVM> and b-i has been gone for awhile
  614. # [03:27] <KWierso|sheriffduty> okay
  615. # [03:27] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  616. # [03:27] <RyanVM> KWierso|sheriffduty: given the logic of his push, it's certainly possible it appears
  617. # [03:27] * khuey is now known as khuey|away
  618. # [03:28] <RyanVM> KWierso|sheriffduty: just triggered linux/osx desktop builds on that push
  619. # [03:28] * Quits: ted416 (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ted416)
  620. # [03:29] * Joins: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP)
  621. # [03:29] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  622. # [03:30] * Quits: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net) (Quit: RyanVM)
  623. # [03:31] * Joins: tantek (tantek@moz-C07D5168.p2p.sfo1.mozilla.com)
  624. # [03:32] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  625. # [03:34] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  626. # [03:34] * Quits: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP) (Quit: bruce)
  627. # [03:36] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  628. # [03:36] * Joins: jammink (textual@moz-C793BEB4.danastreet.live555.com)
  629. # [03:37] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  630. # [03:40] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  631. # [03:40] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  632. # [03:43] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  633. # [03:44] * Quits: mhoye (mhoye@moz-C14EAE67.vs.heavycomputing.ca) (Ping timeout)
  634. # [03:44] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  635. # [03:44] * Quits: IRCMonkey15484 (pavlov@moz-9E3E12EC.off.net) (Ping timeout)
  636. # [03:45] * Quits: beltzner (mike-beltz@moz-9E3E12EC.off.net) (Ping timeout)
  637. # [03:45] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  638. # [03:45] * Joins: beltzner (mike-beltz@moz-9E3E12EC.off.net)
  639. # [03:45] * Joins: mhoye (mhoye@moz-C14EAE67.vs.heavycomputing.ca)
  640. # [03:46] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  641. # [03:46] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  642. # [03:46] * Quits: ahal (ahal@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  643. # [03:47] * Joins: ahal (ahal@moz-99690620.hinet-ip.hinet.net)
  644. # [03:47] * Quits: mhoye (mhoye@moz-C14EAE67.vs.heavycomputing.ca) (Ping timeout)
  645. # [03:47] * Quits: beltzner (mike-beltz@moz-9E3E12EC.off.net) (Ping timeout)
  646. # [03:48] * Quits: jrmuizel (jrmuizel@moz-BB113AD2.cr.net.cable.rogers.com) (Ping timeout)
  647. # [03:48] * Joins: stuart (pavlov@moz-9E3E12EC.off.net)
  648. # [03:48] * Joins: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  649. # [03:49] * stuart is now known as IRCMonkey37210
  650. # [03:50] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  651. # [03:51] * Joins: owenchu (owenchu@CE16BDA5.D6CCE4AE.77834EAA.IP)
  652. # [03:51] * Joins: mhoye (mhoye@moz-C14EAE67.vs.heavycomputing.ca)
  653. # [03:51] * Joins: beltzner (mike-beltz@moz-9E3E12EC.off.net)
  654. # [03:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/994659cbc145 - Cameron McCormack - Bug 960312 - Move TEXT_IS_IN_SINGLE_CHAR_MI to a class specific frame state bit value. r=roc
  655. # [03:51] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  656. # [03:51] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  657. # [03:52] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  658. # [03:52] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  659. # [03:54] * Quits: therube (chatzilla@moz-532294F.hsd1.md.comcast.net) (Ping timeout)
  660. # [03:55] * Quits: sfink (chatzilla@moz-575551A7.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  661. # [03:55] * Quits: digitsm_ (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP) (Connection reset by peer)
  662. # [03:55] * Joins: digitsm_ (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP)
  663. # [03:55] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  664. # [03:56] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  665. # [03:56] * ChanServ sets mode: +o ehsan
  666. # [03:57] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  667. # [03:58] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  668. # [03:58] * Joins: williecheong (Adium@moz-CF8BEBEF.dia.static.qwest.net)
  669. # [04:00] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
  670. # [04:01] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Input/output error)
  671. # [04:01] * bz_away is now known as bz
  672. # [04:02] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  673. # [04:02] * ChanServ sets mode: +o ehsan
  674. # [04:02] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  675. # [04:03] * Quits: KaiRo (robert@moz-C8C79C7D.adsl.highway.telekom.at) (Input/output error)
  676. # [04:03] * Quits: owenchu (owenchu@CE16BDA5.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  677. # [04:03] * Quits: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net) (Quit: bholley)
  678. # [04:05] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  679. # [04:05] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  680. # [04:06] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  681. # [04:09] * Quits: serge (Thunderbir@moz-7AB9C5E5.dsl.teksavvy.com) (Ping timeout)
  682. # [04:10] * Joins: sfink (chatzilla@moz-575551A7.lightspeed.sntcca.sbcglobal.net)
  683. # [04:10] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  684. # [04:11] * Quits: bent (chatzilla@moz-632A43B.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  685. # [04:12] * heycam|away is now known as heycam
  686. # [04:12] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  687. # [04:13] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  688. # [04:13] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  689. # [04:14] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  690. # [04:14] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
  691. # [04:14] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  692. # [04:14] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  693. # [04:14] * Joins: jdm (jdm@moz-12626D4B.static.videotron.ca)
  694. # [04:15] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131211142747])
  695. # [04:15] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  696. # [04:15] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  697. # [04:15] * ChanServ sets mode: +o ehsan
  698. # [04:16] * Quits: digitsm_ (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP) (Quit: Leaving)
  699. # [04:16] * Joins: digitsm (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP)
  700. # [04:21] * Joins: serge (Thunderbir@moz-7AB9C5E5.dsl.teksavvy.com)
  701. # [04:22] * Joins: davidb (davidb@moz-485E073A.dsl.bell.ca)
  702. # [04:22] * glob|away is now known as glob
  703. # [04:22] * Quits: davidb (davidb@moz-485E073A.dsl.bell.ca) (Input/output error)
  704. # [04:23] * Quits: serge (Thunderbir@moz-7AB9C5E5.dsl.teksavvy.com) (Ping timeout)
  705. # [04:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/36e4fcbd07d3 - Alex Henrie - Bug 157846. Main patch: Propagate text <input> padding down to its scrolled child and add 1px left/right padding to stylesheets as needed. Fix tests. r=roc
  706. # [04:25] * Joins: Mook (mook@moz-273162FE.dsl.teksavvy.com)
  707. # [04:26] * Quits: jammink (textual@moz-C793BEB4.danastreet.live555.com) (Quit: Computer has gone to sleep.)
  708. # [04:29] * pranavk is now known as pranavk_away
  709. # [04:32] * Joins: owenchu (owenchu@CE16BDA5.D6CCE4AE.77834EAA.IP)
  710. # [04:32] * Joins: mt (mt@moz-5F16805E.hsd1.ca.comcast.net)
  711. # [04:36] * terrence is now known as terrence-afk
  712. # [04:37] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  713. # [04:37] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Connection reset by peer)
  714. # [04:38] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  715. # [04:38] <KWierso|sheriffduty> heycam: test bustage :(
  716. # [04:39] <heycam> KWierso|sheriffduty, ack :\
  717. # [04:39] * heycam will back out
  718. # [04:39] <KWierso|sheriffduty> m5, crashtests, reftests, on at least linux and osx
  719. # [04:39] <KWierso|sheriffduty> heycam: kthx :)
  720. # [04:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8219df0931e3 - Cameron McCormack - Backout rev 994659cbc145 (bug 960312) for various test failures.
  721. # [04:42] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  722. # [04:42] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  723. # [04:42] * heycam blames the heat for daring to land a patch without pushing to try
  724. # [04:45] * coop is now known as coop|afk
  725. # [04:47] * philor|afk is now known as philor|away
  726. # [04:52] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  727. # [04:55] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Connection reset by peer)
  728. # [04:55] * Quits: owenchu (owenchu@CE16BDA5.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  729. # [04:55] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  730. # [04:56] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  731. # [04:57] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  732. # [04:57] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  733. # [04:59] * Quits: tantek (tantek@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: tantek)
  734. # [05:02] * Joins: owenchu (owenchu@CE16BDA5.D6CCE4AE.77834EAA.IP)
  735. # [05:02] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  736. # [05:04] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  737. # [05:05] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  738. # [05:07] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  739. # [05:10] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  740. # [05:11] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  741. # [05:12] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  742. # [05:12] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  743. # [05:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2312b12fbf04 - Kai-Zhen Li - Bug 959912 - fix build break on gonk-kk caused by different log header. r=mwu
  744. # [05:13] * deian|away is now known as deian
  745. # [05:16] * Quits: cpearce_ (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  746. # [05:17] * BenWa|email is now known as BenWa
  747. # [05:17] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  748. # [05:19] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  749. # [05:20] * Joins: ehugg (chatzilla@moz-EA33CD8D.hsd1.wa.comcast.net)
  750. # [05:22] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  751. # [05:22] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  752. # [05:23] * Joins: jdover (jdover@moz-93CC8ACD.dsl.pltn13.sbcglobal.net)
  753. # [05:23] * Joins: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net)
  754. # [05:24] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  755. # [05:26] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  756. # [05:27] * Quits: jdover (jdover@moz-93CC8ACD.dsl.pltn13.sbcglobal.net) (Quit: Computer has gone to sleep.)
  757. # [05:27] * Joins: jdover (jdover@moz-93CC8ACD.dsl.pltn13.sbcglobal.net)
  758. # [05:28] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  759. # [05:29] * nthomas is now known as nthomas|away
  760. # [05:29] * Quits: jdover (jdover@moz-93CC8ACD.dsl.pltn13.sbcglobal.net) (Ping timeout)
  761. # [05:32] * khuey|away is now known as khuey
  762. # [05:33] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  763. # [05:35] * Tomcat|afk is now known as Tomcat|sheriffduty
  764. # [05:35] <Tomcat|sheriffduty> good morning
  765. # [05:35] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  766. # [05:36] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  767. # [05:37] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  768. # [05:38] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  769. # [05:38] * philor|away is now known as philor
  770. # [05:46] <philor> huh, gaia-unit got broken over the three months it was left completely broken? surprising!
  771. # [05:47] <bz> philor: The line you're looking for is "Fascinating."
  772. # [05:47] <philor> oh, it didn't actually get fixed, just changed by turning on OOP on Linux
  773. # [05:47] <bz> philor: in Spock's voice.
  774. # [05:48] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  775. # [05:48] <philor> fabrice: you broke the shit out of stuff. again.
  776. # [05:49] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  777. # [05:49] <philor> oh, including the visible stuff for which you already got backed out. nevermind!
  778. # [05:50] <KWierso|sheriffduty> philor: yeah
  779. # [05:50] * KWierso|sheriffduty is now known as KWierso
  780. # [05:50] <philor> nice to see that we could run gaia-unit with only 945 failures, though
  781. # [05:52] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  782. # [05:53] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  783. # [05:54] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  784. # [05:55] <philor> hmm, I should probably look at whether all this permaredorange I'm starring diaf is actually hidding
  785. # [05:55] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  786. # [05:55] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  787. # [05:56] * Joins: geo- (geo@moz-99690620.hinet-ip.hinet.net)
  788. # [05:56] * Quits: Matti (Matti@moz-F27A3D76.dip0.t-ipconnect.de) (Ping timeout)
  789. # [05:56] * Quits: @roc (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  790. # [05:56] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  791. # [05:57] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  792. # [05:58] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  793. # [06:00] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  794. # [06:00] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  795. # [06:00] * Joins: ted416 (anonymous@moz-B62E6247.sjc.megapath.net)
  796. # [06:00] * Joins: Matti_away (Matti@moz-5FCDDF89.dip0.t-ipconnect.de)
  797. # [06:00] * Matti_away is now known as Matti
  798. # [06:00] <philor> "can I whitewash the fence, too?" is a pretty clear question, isn't it?
  799. # [06:01] <bz> heh
  800. # [06:02] * Quits: wlach (wlach@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  801. # [06:03] * deian is now known as deian|away
  802. # [06:05] * Quits: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net) (Quit: bholley)
  803. # [06:05] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  804. # [06:06] * bz mutters about people posting patches that can't possibly compile
  805. # [06:06] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Linkinus - http://linkinus.com)
  806. # [06:06] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  807. # [06:06] <bz> + aRawData = mData;
  808. # [06:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ec669f48ec9e - Cameron McCormack - Bug 960312 - Rename TEXT_IS_IN_SINGLE_CHAR_MI to NS_FRAME_IS_IN_SINGLE_CHAR_MI to make it clear it's global. r=roc
  809. # [06:06] <bz> aRawData is a jsval*
  810. # [06:07] <bz> mData is a nsTArray<uint8_t>
  811. # [06:07] * Joins: ksandarusi (sanctuary@1624847F.90F230A5.BAEA2066.IP)
  812. # [06:07] * Quits: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  813. # [06:07] <tbsaunde> yeah no
  814. # [06:08] <bz> That was my reaction.
  815. # [06:08] <bz> (ignoring all the other issues that you might imagine this patch has....)
  816. # [06:09] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  817. # [06:11] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  818. # [06:11] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  819. # [06:11] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  820. # [06:11] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  821. # [06:12] * KWierso is now known as KWierso|afk
  822. # [06:12] * Joins: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net)
  823. # [06:12] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  824. # [06:13] <Mook> At least it's not putting a nsTArray<uint8_t> in xpidl?
  825. # [06:13] * Quits: mchang (mchang@moz-BBE3ABD.mv.mozilla.com) (Quit: mchang)
  826. # [06:17] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  827. # [06:17] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  828. # [06:17] <bz> mook: he was trying to, but he said it didn't work...
  829. # [06:17] <bz> mook: more or less
  830. # [06:17] <Mook> yeah, that was earlier today
  831. # [06:17] <bz> I mean, there _is_ a proble here. The right behavior is rocket science.
  832. # [06:17] <Mook> I'm just saying there's some signs of something having been tried
  833. # [06:17] <bz> You need a jsval member.
  834. # [06:18] <bz> You need to implement CC and all that jazz
  835. # [06:18] <bz> And you need to create your typed array as needed.
  836. # [06:18] <bz> But we aren't even to that stage yet...
  837. # [06:18] <tbsaunde> this isn't something that can just live with the suck that is nsIArray?
  838. # [06:18] <bz> I posited that we want the JS API to not suck
  839. # [06:19] <bz> As in, actually return a Uint8Array
  840. # [06:19] <tbsaunde> that's fair
  841. # [06:19] <bz> if we're willing to have the JS API suck, our implementation options are vastly expanded, of course. ;)
  842. # [06:19] <bz> Starting with the existing ACString bit
  843. # [06:20] * Joins: gal (gal@moz-D6B8E762.hsd1.ca.comcast.net)
  844. # [06:20] <bz> But then you get people showing up in TC-39 asking for language features like "converting" strings to typed arrays using the "ascii" encoding.
  845. # [06:20] <tbsaunde> yeah, I just sort of expected we'd use webidl from this stuff where we really care about nice js api
  846. # [06:20] <bz> I did too.
  847. # [06:20] <bz> But apparently not everyone has gotten the message.
  848. # [06:20] <bz> That said, the C++ side would be just as sucky with WebIDL.
  849. # [06:21] <bz> It's just that WebIDL has less marginal suck, since you have to do the C++ + tracing stuff anyway
  850. # [06:21] <tbsaunde> I must have missremembered I thought it used TArrays from typed arrays
  851. # [06:21] <bz> So then having one more thing to trace is a smaller hop than doing CC wholesale
  852. # [06:21] <bz> no, sadly
  853. # [06:21] * Joins: wlach (wlach@moz-E7AD8160.dynamic.hinet.net)
  854. # [06:21] <bz> It uses JSObject* for typed array return values
  855. # [06:22] <tbsaunde> :'(
  856. # [06:22] <bz> We could try to do something else now that we have [Cached]....
  857. # [06:22] * Joins: dbaron (dbaron@moz-A9D01D68.dsl.dynamic.sonic.net)
  858. # [06:22] * ChanServ sets mode: +ao dbaron dbaron
  859. # [06:22] * jcranmer is now known as jcranmer|away
  860. # [06:22] <bz> Unfortunately, [Cached] doesn't play nice with Xrays unless you keep around two copies of the data
  861. # [06:22] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  862. # [06:22] <bz> so it's not a perfect solution. :(
  863. # [06:23] <bz> hrm
  864. # [06:23] * bz thinks
  865. # [06:23] <tbsaunde> yeah, but atleast its getting rid of some of the jsapi usage
  866. # [06:23] <bz> no, I lie
  867. # [06:23] <bz> xrays would use the cached value
  868. # [06:23] <bz> so yes
  869. # [06:24] <bz> We could at least make [Cached/StoreInSlot] Uint8Array bits use nsTArray<uint8_t>
  870. # [06:24] * bz sends mail to self to prototype it out
  871. # [06:24] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Client exited)
  872. # [06:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/87fd5e4568d6 - Daniel Holbert - Bug 959948: Drop unused forward-declarations and includes in layout/forms/nsI*Frame.h r=mats
  873. # [06:25] <bz> The problems start when the page can set the value
  874. # [06:25] <bz> but doing it just for [Cached] handles that
  875. # [06:26] <tbsaunde> huh
  876. # [06:26] <bz> maybe
  877. # [06:26] * bz will think
  878. # [06:26] <bz> e.g. how to implement the ImageData() ctor in such a setup
  879. # [06:26] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  880. # [06:26] <bz> which would presumably need to keep returning the actual typed array object that was passed to the ctor....
  881. # [06:27] * bz is now known as bz_sleep
  882. # [06:27] <bz_sleep> but tomorrow
  883. # [06:28] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  884. # [06:28] * Joins: recursive (recursive@B07811B5.933E581B.547774E7.IP)
  885. # [06:30] * Quits: crypt (chatzilla@moz-701A992B.hsd1.ca.comcast.net) (Ping timeout)
  886. # [06:33] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  887. # [06:35] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  888. # [06:35] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  889. # [06:37] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  890. # [06:38] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  891. # [06:39] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  892. # [06:39] * Quits: jdm (jdm@moz-12626D4B.static.videotron.ca) (Quit: Lost terminal)
  893. # [06:42] * Joins: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net)
  894. # [06:42] * Quits: owenchu (owenchu@CE16BDA5.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  895. # [06:46] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  896. # [06:47] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  897. # [06:47] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  898. # [06:47] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  899. # [06:48] * Joins: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  900. # [06:49] * Quits: briansmith (briansmith@F3DD0A5C.CA51571D.806032EE.IP) (Ping timeout)
  901. # [06:50] * Quits: ksandarusi (sanctuary@1624847F.90F230A5.BAEA2066.IP) (Ping timeout)
  902. # [06:50] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  903. # [06:51] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  904. # [06:53] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  905. # [06:54] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Client exited)
  906. # [06:55] * Quits: geo- (geo@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  907. # [06:55] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  908. # [06:55] * Quits: recursive (recursive@B07811B5.933E581B.547774E7.IP) (Ping timeout)
  909. # [06:58] * Quits: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  910. # [06:58] * Quits: @njn (chatzilla@moz-18C8CB32.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0a1/20140107203509])
  911. # [06:59] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  912. # [07:00] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  913. # [07:02] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  914. # [07:02] * Quits: Hughman (Mibbit@moz-518025CC.lnk.telstra.net) (Quit: http://www.mibbit.com ajax IRC Client)
  915. # [07:03] * Joins: recursive (recursive@B07811B5.933E581B.547774E7.IP)
  916. # [07:03] * Joins: wolfiR (wolfiR@moz-B586C512.dip0.t-ipconnect.de)
  917. # [07:05] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  918. # [07:06] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  919. # [07:06] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  920. # [07:08] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  921. # [07:08] * Joins: twi (Adium@moz-512229A7.lns9.lon.bigpond.net.au)
  922. # [07:08] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  923. # [07:09] * Quits: heftig (heftig@moz-3958C10A.dip0.t-ipconnect.de) (Ping timeout)
  924. # [07:10] * Quits: automata (automata@F03F5324.BB9C8863.7DA01DD1.IP) (Quit: This computer has gone to sleep)
  925. # [07:10] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  926. # [07:11] * Quits: Mook (mook@moz-273162FE.dsl.teksavvy.com) (Quit: Mook)
  927. # [07:11] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  928. # [07:11] * Fallen is now known as Fallen|away
  929. # [07:12] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  930. # [07:13] * Joins: heftig (heftig@moz-6E893B28.dip0.t-ipconnect.de)
  931. # [07:14] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  932. # [07:14] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  933. # [07:16] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  934. # [07:16] * Quits: Optimizer (Optimizer@49B09463.DDD2B1C2.D2D1FAF0.IP) (Ping timeout)
  935. # Session Close: Thu Jan 16 07:17:18 2014
  936. #
  937. # Session Start: Thu Jan 16 07:17:18 2014
  938. # Session Ident: #developers
  939. # [07:17] * Disconnected
  940. # [07:19] * Attempting to rejoin channel #developers
  941. # [07:19] * Rejoined channel #developers
  942. # [07:19] * Topic is 'Next uplift 3 Feb || Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
  943. # [07:19] * Set by philor on Mon Dec 09 20:42:07
  944. # [07:20] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  945. # [07:20] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  946. # [07:21] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  947. # [07:21] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  948. # [07:21] * Joins: Orva (iaikas@6CD3992B.4A308814.EE6E63A5.IP)
  949. # [07:21] * Joins: eagleflo (aku@moz-14928E87.fi)
  950. # [07:23] * whimboo|afk is now known as whimboo
  951. # [07:26] * Joins: Optimizer (Optimizer@CE08A23D.2EB0B06C.D2D1FAF0.IP)
  952. # [07:26] * Quits: @dbaron (dbaron@moz-A9D01D68.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  953. # [07:27] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Ping timeout)
  954. # [07:28] * Quits: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net) (Quit: Computer has gone to sleep.)
  955. # [07:28] * Joins: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de)
  956. # [07:28] * Joins: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net)
  957. # [07:29] * philor is now known as philor|away
  958. # [07:30] * Quits: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net) (Ping timeout)
  959. # [07:31] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  960. # [07:31] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  961. # [07:31] * Joins: aklotz (Thunderbir@moz-C293AFAD.mh.shawcable.net)
  962. # [07:31] * Joins: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net)
  963. # [07:32] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  964. # [07:33] * Quits: aklotz (Thunderbir@moz-C293AFAD.mh.shawcable.net) (Quit: aklotz)
  965. # [07:33] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  966. # [07:33] * Joins: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  967. # [07:34] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  968. # [07:35] * Quits: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  969. # [07:36] * Quits: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net) (Quit: Computer has gone to sleep.)
  970. # [07:36] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  971. # [07:37] * Joins: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net)
  972. # [07:37] * Joins: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  973. # [07:37] * Quits: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net) (Quit: Computer has gone to sleep.)
  974. # [07:38] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  975. # [07:38] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  976. # [07:38] * Quits: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de) (Quit: Leaving.)
  977. # [07:39] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  978. # [07:39] * Joins: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net)
  979. # [07:40] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Quit: )
  980. # [07:41] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  981. # [07:42] * Quits: jdover (jdover@moz-D720017F.dsl.pltn13.sbcglobal.net) (Quit: Lingo - http://www.lingoirc.com)
  982. # [07:44] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  983. # [07:46] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  984. # [07:46] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  985. # [07:48] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  986. # [07:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fbb977ca1d5f - Cameron McCormack - Bug 959921 - Add lldb command to print an Element's tag name. (DONTBUILD) r=ehsan
  987. # [07:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1c32f9cb5b53 - Cameron McCormack - Bug 959922 - Add lldb command to print an object refcount. (DONTBUILD) r=ehsan
  988. # [07:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a7b4836e8ceb - Cameron McCormack - Add documentation about the lldb commands and type summaries available; no bug. (DONTBUILD) rs=ehsan
  989. # [07:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/89cb8d7a3719 - Cameron McCormack - Bug 959923 - Add lldb alias to dump the JS stack. (DONTBUILD) r=ehsan
  990. # [07:49] * Quits: heftig (heftig@moz-6E893B28.dip0.t-ipconnect.de) (Quit: Quitting)
  991. # [07:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6df6b12af1b3 - Cameron McCormack - Fix ftl lldb alias; no bug. (DONTBUILD)
  992. # [07:50] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  993. # [07:50] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  994. # [07:55] * Joins: danielgherasim (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  995. # [07:56] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  996. # [07:57] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  997. # [07:57] * Quits: mt (mt@moz-5F16805E.hsd1.ca.comcast.net) (Quit: Leaving.)
  998. # [08:00] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  999. # [08:00] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1000. # [08:00] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  1001. # [08:00] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1002. # [08:00] * BenWa is now known as BenWa|email
  1003. # [08:03] * Quits: ehugg (chatzilla@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  1004. # [08:04] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  1005. # [08:05] * Quits: @khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1006. # [08:05] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1007. # [08:05] * ChanServ sets mode: +o khuey
  1008. # [08:05] * deian|away is now known as deian
  1009. # [08:05] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1010. # [08:09] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  1011. # [08:10] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  1012. # [08:10] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1013. # [08:10] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1014. # [08:12] <wolfiR> anybody here knows on which Linux dist the 64bit Linux release builds are done?
  1015. # [08:14] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  1016. # [08:14] * Joins: hexman (hexman@moz-27F37946.net55.n37.ru)
  1017. # [08:14] * Parts: hexman (hexman@moz-27F37946.net55.n37.ru)
  1018. # [08:15] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1019. # [08:15] * Quits: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net) (Ping timeout)
  1020. # [08:16] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  1021. # [08:16] * Joins: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net)
  1022. # [08:16] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1023. # [08:17] * Joins: dzbarsky (Adium@BC1B0569.D5562F02.B5C6E82B.IP)
  1024. # [08:17] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  1025. # [08:18] * Joins: TheCrap (TheCrap@moz-547BAD4B.unity-media.net)
  1026. # [08:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b15232e11c19 - David Zbarsky - Bug 952977: Switch GL world transform to gfx::Matrix r=nical
  1027. # [08:21] * Quits: dzbarsky (Adium@BC1B0569.D5562F02.B5C6E82B.IP) (Quit: Leaving.)
  1028. # [08:22] * Quits: dmajor (dmajor@moz-4A4FE2EA.hsd1.ca.comcast.net) (Quit: Leaving)
  1029. # [08:23] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  1030. # [08:23] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1031. # [08:25] * Quits: TheCrap (TheCrap@moz-547BAD4B.unity-media.net) (Ping timeout)
  1032. # [08:25] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  1033. # [08:26] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  1034. # [08:26] * Joins: TheCrap (TheCrap@moz-547BAD4B.unity-media.net)
  1035. # [08:28] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  1036. # [08:29] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1037. # [08:29] * Parts: williecheong (Adium@moz-CF8BEBEF.dia.static.qwest.net)
  1038. # [08:30] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1039. # [08:30] * Joins: nicklebedev-m (nicklebede@moz-838152B8.net135.n37.ru)
  1040. # [08:31] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  1041. # [08:34] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  1042. # [08:35] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  1043. # [08:35] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  1044. # [08:35] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  1045. # [08:36] * Quits: phenom (phenom@6FB564A8.FA53EA90.4A5F0685.IP) (Ping timeout)
  1046. # [08:36] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  1047. # [08:37] * Joins: phenom (phenom@6FB564A8.FA53EA90.4A5F0685.IP)
  1048. # [08:38] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1049. # [08:39] * Quits: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net) (Quit: mixedpuppy)
  1050. # [08:40] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  1051. # [08:41] * Joins: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1052. # [08:41] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1053. # [08:42] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1054. # [08:42] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1055. # [08:42] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  1056. # [08:42] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1057. # [08:43] <glandium> wolfiR: centos 6
  1058. # [08:43] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  1059. # [08:43] <glandium> with custom packages for at least python and gcc
  1060. # [08:44] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  1061. # [08:44] <wolfiR> glandium: strange, because the 64bit builds do not refer to the lib64 paths. Is something changed to not do that?
  1062. # [08:45] <glandium> wolfiR: for plugins or for something else?
  1063. # [08:45] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1064. # [08:46] <wolfiR> glandium: it was reported for plugins at the ESR list
  1065. # [08:47] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Input/output error)
  1066. # [08:49] <glandium> wolfiR: looking at the log, it should be using it
  1067. # [08:49] * Quits: sfink (chatzilla@moz-575551A7.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1068. # [08:49] * Quits: digitsm (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP) (Ping timeout)
  1069. # [08:49] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1070. # [08:50] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  1071. # [08:50] <wolfiR> glandium: hmm, I've only used grep on libxul.so for the 24.2.0 tarball
  1072. # [08:52] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1073. # [08:52] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1074. # [08:52] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  1075. # [08:53] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  1076. # [08:53] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  1077. # [08:55] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  1078. # [08:55] * Joins: Ms2ger (Ms2ger@AA55AE55.592AEF45.F15B0BB3.IP)
  1079. # [08:57] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1080. # [08:57] * julienw_afk is now known as julienw
  1081. # [08:58] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  1082. # [08:58] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Broken pipe)
  1083. # [08:59] <gaston> hrm https://mail.mozilla.com/home/akeybl@mozilla.com/Release%20Management.ics used to be public and it's not anymore.. was useful to get a precise timeline of upcoming betas/releases
  1084. # [08:59] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  1085. # [08:59] <Tomcat|sheriffduty> gaston: its now https://mail.mozilla.com/home/publiccalendar@mozilla.com/Releases%20Scheduling.html
  1086. # [09:00] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1087. # [09:00] * Quits: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1088. # [09:01] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  1089. # [09:01] <gaston> ah, great
  1090. # [09:01] <gaston> thanks!
  1091. # [09:03] <gaston> (call me crazy but i have it in my lightning :)
  1092. # [09:03] * Joins: Enn (enn@7BE54F67.5E1E8109.198A214C.IP)
  1093. # [09:04] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  1094. # [09:04] * Quits: ted416 (anonymous@moz-B62E6247.sjc.megapath.net) (Quit: ted416)
  1095. # [09:04] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  1096. # [09:05] * Joins: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP)
  1097. # [09:05] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  1098. # [09:06] * Joins: sfink (chatzilla@moz-575551A7.lightspeed.sntcca.sbcglobal.net)
  1099. # [09:07] * Joins: ted416 (anonymous@moz-B62E6247.sjc.megapath.net)
  1100. # [09:07] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  1101. # [09:07] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1102. # [09:09] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1103. # [09:09] * Quits: TheCrap (TheCrap@moz-547BAD4B.unity-media.net) (Ping timeout)
  1104. # [09:11] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  1105. # [09:11] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1106. # [09:12] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1107. # [09:13] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1108. # [09:16] * Quits: Enn (enn@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  1109. # [09:17] * Joins: tzimmermann (tzimmerman@moz-1EEADDF8.pools.arcor-ip.net)
  1110. # [09:17] * Joins: glazou (glazou@D8B9C081.E820043D.D4C04133.IP)
  1111. # [09:18] <glazou> bonjour
  1112. # [09:18] * Joins: shelly_ (shelly@moz-99690620.hinet-ip.hinet.net)
  1113. # [09:18] * Joins: rodrrodz (Mibbit@moz-6633D7CE.lightspeed.crchtx.sbcglobal.net)
  1114. # [09:18] <Ms2ger> Bonjour
  1115. # [09:18] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1116. # [09:19] * Joins: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net)
  1117. # [09:20] * glob is now known as glob|away
  1118. # [09:20] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1119. # [09:21] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  1120. # [09:21] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1121. # [09:22] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  1122. # [09:22] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1123. # [09:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a4f48e08e09d - Gian-Carlo Pascutto - Bug 783047 - Update SafeBrowsing URLs to use HTTPS. r=mmc,dcamp sr=gavin
  1124. # [09:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8df7eda20b61 - Gian-Carlo Pascutto - Bug 783047 - Remove SafeBrowsing rekey tests. r=mmc
  1125. # [09:25] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  1126. # [09:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/913a1c5086c5 - Gian-Carlo Pascutto - Bug 783047 - Update Application Reputation test for new SB interface. r=mmc
  1127. # [09:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/661680041755 - Gian-Carlo Pascutto - Bug 783047 - Remove MAC support from SafeBrowsing code. r=mmc,dcamp
  1128. # [09:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e20b9bc867ab - Gian-Carlo Pascutto - Bug 783047 - Use HTTPS to download SafeBrowsing update chunks. r=mmc,dcamp
  1129. # [09:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/db7475f5aecb - Gian-Carlo Pascutto - Bug 783047 - Update tests to remove MAC support for SafeBrowsing. r=mmc,dcamp
  1130. # [09:26] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1131. # [09:28] * Quits: recursive (recursive@B07811B5.933E581B.547774E7.IP) (Ping timeout)
  1132. # [09:29] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1133. # [09:30] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1134. # [09:30] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1135. # [09:31] * Joins: heftig (heftig@moz-D746319F.unitymedia.biz)
  1136. # [09:32] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1137. # [09:32] * heycam is now known as heycam|away
  1138. # [09:32] * Joins: jackneill (jackneill@moz-E9D68037.pool.digikabel.hu)
  1139. # [09:32] * Joins: tantek (tantek@moz-1C31FBD1.dsl.dynamic.sonic.net)
  1140. # [09:33] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1141. # [09:33] * Quits: twi (Adium@moz-512229A7.lns9.lon.bigpond.net.au) (Quit: Leaving.)
  1142. # [09:34] * Joins: gerard-majax_ (alex@moz-8189EBDC.fbx.proxad.net)
  1143. # [09:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f017ae03bb6c - Tom Schuster - Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
  1144. # [09:37] * Joins: mwargers_ (mwargers@moz-99690620.hinet-ip.hinet.net)
  1145. # [09:37] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1146. # [09:38] * Joins: Gijs (gijs@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1147. # [09:39] * Joins: recursive (recursive@B07811B5.933E581B.547774E7.IP)
  1148. # [09:39] <Ms2ger> Holy r= batman
  1149. # [09:42] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1150. # [09:42] * Quits: glazou (glazou@D8B9C081.E820043D.D4C04133.IP) (Ping timeout)
  1151. # [09:42] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  1152. # [09:42] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1153. # [09:42] * Joins: geo- (geo@moz-99690620.hinet-ip.hinet.net)
  1154. # [09:44] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/513d5d2b7cb5 - Carsten "Tomcat" Book - Backed out changeset dad295e99240 (bug 932947) [australis] for suspicion of pgo perma-orange
  1155. # [09:44] * pranavk_away is now known as pranavk
  1156. # [09:44] <firebot> http://hg.mozilla.org/mozilla-central/rev/324e2cba1029 - Carsten "Tomcat" Book - Backed out changeset d614fa6b53b2 (bug 889120) [australis] for suspicion of pgo perma-orange
  1157. # [09:45] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1158. # [09:46] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1159. # [09:47] * Joins: ferjm (ferjm@E0F7E15F.F9DEA6D6.FB6F0902.IP)
  1160. # [09:48] * Joins: paolo_ (paolo@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1161. # [09:49] * Quits: geo- (geo@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1162. # [09:49] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  1163. # [09:49] * Joins: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl)
  1164. # [09:50] * Joins: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net)
  1165. # [09:50] * Joins: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1166. # [09:50] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1167. # [09:50] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1168. # [09:51] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  1169. # [09:51] <Ms2ger> Morning edmorley
  1170. # [09:51] <edmorley> Ms2ger: good morning :-)
  1171. # [09:52] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  1172. # [09:53] * Joins: nicodel (Thunderbir@BB2FDF7B.81445FE4.1B3E68DA.IP)
  1173. # [09:55] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  1174. # [09:56] * heycam|away is now known as heycam
  1175. # [09:56] <heycam> hey, I want to copy a file from topsrcdir into the base of the objdir
  1176. # [09:56] <heycam> from the build system, obviously
  1177. # [09:56] <heycam> how can I do this?
  1178. # [09:57] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1179. # [09:57] * Joins: geo- (geo@moz-99690620.hinet-ip.hinet.net)
  1180. # [09:58] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1181. # [10:00] * Quits: geo- (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  1182. # [10:00] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  1183. # [10:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/513d5d2b7cb5 - Carsten "Tomcat" Book - Backed out changeset dad295e99240 (bug 932947) [australis] for suspicion of pgo perma-orange
  1184. # [10:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/791cbd3d5047 - Carsten "Tomcat" Book - Merge mozilla-central to mozilla-inbound for australis backout
  1185. # [10:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/324e2cba1029 - Carsten "Tomcat" Book - Backed out changeset d614fa6b53b2 (bug 889120) [australis] for suspicion of pgo perma-orange
  1186. # [10:02] <evilpie> Ms2ger: good stuff :)
  1187. # [10:04] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  1188. # [10:04] <evilpie> Ms2ger: are you going to fosdem?
  1189. # [10:06] <ewong> !seen docbot
  1190. # [10:06] <firebot> docbot was last seen 354 weeks, 1 day, 11 hours, 28 minutes and 38 seconds ago,
  1191. # [10:06] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  1192. # [10:08] * heycam is now known as heycam|away
  1193. # [10:10] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  1194. # [10:10] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1195. # [10:11] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  1196. # [10:12] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1197. # [10:14] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1198. # [10:15] * Quits: ahal (ahal@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1199. # [10:15] * Joins: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  1200. # [10:18] * Quits: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net) (Ping timeout)
  1201. # [10:18] <wolfiR> glandium: which log is that?
  1202. # [10:18] * Joins: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net)
  1203. # [10:19] * Quits: ted416 (anonymous@moz-B62E6247.sjc.megapath.net) (Ping timeout)
  1204. # [10:19] <wolfiR> I couldn't find one which shows it
  1205. # [10:19] * Joins: ted416 (anonymous@moz-B62E6247.sjc.megapath.net)
  1206. # [10:19] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1207. # [10:20] <glandium> wolfiR: builds logs don't show it directly, but when you see, like where it picks X libraries...
  1208. # [10:20] * Joins: digitsm (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP)
  1209. # [10:20] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1210. # [10:21] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1211. # [10:21] * Quits: ted416 (anonymous@moz-B62E6247.sjc.megapath.net) (Ping timeout)
  1212. # [10:21] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1213. # [10:21] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1214. # [10:21] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  1215. # [10:21] <glandium> heycam|away: look at build/Makefile.in for gdbinit and lldbinit
  1216. # [10:22] * Joins: arky (arky@C2F6D39D.971C4AB4.B9D97DBA.IP)
  1217. # [10:22] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1218. # [10:22] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1219. # [10:23] <wolfiR> glandium: that's another story iirc; this is relevant https://mxr.mozilla.org/mozilla-esr24/source/xpcom/io/Makefile.in#45
  1220. # [10:24] <glandium> wolfiR: i know, but that's rather indicative of what libdir is
  1221. # [10:24] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  1222. # [10:24] <wolfiR> glandium: right, but in the log we should see HAVE_USR_LIB64_DIR in some compiler call, right?
  1223. # [10:25] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1224. # [10:25] <wolfiR> I don't
  1225. # [10:25] <glandium> wolfiR: ah, true
  1226. # [10:25] <glandium> mmmm true
  1227. # [10:26] <wolfiR> I think libdir is not set at all in those builds
  1228. # [10:26] * Quits: shelly_ (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1229. # [10:27] <wolfiR> or rather to some autoconf default maybe
  1230. # [10:27] <glandium> wolfiR: actually... those builds *are* supposed to pick /usr/lib
  1231. # [10:28] * Joins: msucan (mihai@F5A6F670.E87790D4.320F75DD.IP)
  1232. # [10:28] <glandium> because, after all, /usr/lib64 is a rpm-based distro oddity
  1233. # [10:28] <wolfiR> glandium: ok, that could be, because currently we have a design issue. Builds created on CentOS would use /usr/lib64/ which breaks Debian and Co while if it uses /usr/lib it breaks Fedora, RH, CentOS, SUSE
  1234. # [10:28] <glandium> and unconditionally using /usr/lib64 would break e.g. ubuntu
  1235. # [10:28] <wolfiR> yes, and so it breaks all RPM based ones
  1236. # [10:28] <glandium> for some value of break
  1237. # [10:29] <glandium> distro-built packages should use the right thing
  1238. # [10:29] <wolfiR> no, like really break the same as for Ubuntu
  1239. # [10:29] <wolfiR> yes, I don't care very much since my builds are working fine
  1240. # [10:29] <glandium> people who have plugins in /usr/lib64 are likely to be using distro packages for firefox
  1241. # [10:30] <wolfiR> back when I created the compile time switch there was no mozilla.org 64bit build so it wasn't an issue
  1242. # [10:30] <wolfiR> nowadays people have to be aware
  1243. # [10:30] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  1244. # [10:30] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1245. # [10:31] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1246. # [10:33] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1247. # [10:36] <Ms2ger> evilpie, yep
  1248. # [10:37] * baku|away is now known as baku
  1249. # [10:37] <evilpie> Ms2ger: where are you going to stay?
  1250. # [10:37] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1251. # [10:38] <Ms2ger> evilpie, I'm going to commute in
  1252. # [10:38] * Quits: gerard-majax_ (alex@moz-8189EBDC.fbx.proxad.net) (Ping timeout)
  1253. # [10:38] <evilpie> ah that is neat
  1254. # [10:40] * Joins: Dexter (Dexter@moz-40FD1A57.retail.telecomitalia.it)
  1255. # [10:41] <Dexter> Hello! I've been trying to build Mozilla Firefox trunk on Ubuntu linux (guest OS on a Windows7 host using Virtual Box). After an initial struggle, I've made it to the compilation step.
  1256. # [10:41] <Dexter> Unfortunately, I'm receiving some weird errors
  1257. # [10:41] <Dexter> (the code compiles just fine on Windows)
  1258. # [10:41] <Dexter> "error: template with C linkage"
  1259. # [10:41] <Dexter> this is my build log: http://pastebin.mozilla.org/4027244
  1260. # [10:42] <Dexter> has anybody any clue?
  1261. # [10:42] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1262. # [10:43] * Quits: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl) (Quit: Leaving)
  1263. # [10:43] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  1264. # [10:44] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1265. # [10:45] * julienw is now known as julienw_afk
  1266. # [10:45] <gcp> "make[7]: attenzione: rilevato un tempo alterato. La creazione pu\u00f2 essere incompleta."}]
  1267. # [10:46] * Quits: arky (arky@C2F6D39D.971C4AB4.B9D97DBA.IP) (Ping timeout)
  1268. # [10:46] <gcp> Your clock is fucked up and make is complaining the build may be busted.
  1269. # [10:46] <gcp> Not sure if that's the cause for the error but it could well be.
  1270. # [10:47] <Ms2ger> pu\u00f2?
  1271. # [10:47] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1272. # [10:47] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1273. # [10:48] <Dexter> gcp: noticed that error, but the time seems correct
  1274. # [10:48] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1275. # [10:49] <gcp> Is it possible your VM slewed the clock to the correct time during the build?
  1276. # [10:49] <Dexter> I don't think so, I've tried to build 3 or 4 times
  1277. # [10:49] <gcp> Tried to build -> did that include a clobber?
  1278. # [10:49] <Dexter> yep
  1279. # [10:49] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1280. # [10:49] <gcp> Also maybe post your .mozconfig in the pastebin.
  1281. # [10:50] <Dexter> ok
  1282. # [10:50] * Joins: annevk (annevk@moz-620475C.ethz.ch)
  1283. # [10:50] <Dexter> do you think the config.log file might be useful as well?
  1284. # [10:50] <gcp> don't know
  1285. # [10:50] <gcp> wait, you clobbered multiple times and make is still complaining that your clock is bad?
  1286. # [10:51] * Quits: bagder (daniel@234CB8D.5EA71235.B24D57A6.IP) (Input/output error)
  1287. # [10:51] <gcp> also, are you using mach?
  1288. # [10:51] <Dexter> yes, I've ./mach clobber and ./mach build
  1289. # [10:51] <Dexter> err
  1290. # [10:51] <gcp> Attenzione: il file \u00ab/home/dexter/mozilla-source/obj-x86_64-unknown-linux-gnu/dist/include/nss\u00bb ha un orario di modifica 0,0029 nel futuro
  1291. # [10:51] <Dexter> ./mach -l buildlog.txt build
  1292. # [10:52] <Dexter> it says that the modification time is in the future
  1293. # [10:52] <gcp> yes
  1294. # [10:52] * Quits: wlach (wlach@moz-E7AD8160.dynamic.hinet.net) (Ping timeout)
  1295. # [10:52] * Quits: digitsm (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP) (Ping timeout)
  1296. # [10:52] * Joins: Bagder (daniel@234CB8D.5EA71235.B24D57A6.IP)
  1297. # [10:52] * Joins: smontagu (chatzilla@88F51059.F3BBB17D.144F44FA.IP)
  1298. # [10:53] * Bagder is now known as bagder
  1299. # [10:54] * Quits: recursive (recursive@B07811B5.933E581B.547774E7.IP) (Quit: Leaving...)
  1300. # [10:54] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1301. # [10:54] <glandium> it's probably the source that needs timestamp cleanup
  1302. # [10:54] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1303. # [10:54] * Joins: recursive (recursive@B07811B5.933E581B.547774E7.IP)
  1304. # [10:54] <gcp> glandium: the warning is in his objdir
  1305. # [10:54] <glandium> gcp: the objdir is full of symlinks
  1306. # [10:54] <gcp> aaah
  1307. # [10:55] * Quits: rodrrodz (Mibbit@moz-6633D7CE.lightspeed.crchtx.sbcglobal.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1308. # [10:57] <Dexter> Mhmhmhm if the build system relies that much on time
  1309. # [10:57] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1310. # [10:57] <Dexter> it could be some problem with the time on symlinks
  1311. # [10:57] <gcp> It needs to see what files were modified since the last build. But if you sourcedir has files in the future that should actually work, I think :P
  1312. # [10:58] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  1313. # [10:58] <Dexter> as symlinks are "partially supported" on Virtual Box (Ubuntu Guest/Windows host)
  1314. # [10:58] <Dexter> yeah, makes sense :D
  1315. # [10:58] * AndreeaMatei is now known as Andreea|mtg
  1316. # [10:58] <gcp> what?
  1317. # [10:58] <gcp> Are you building on a Windows filesystem on a shared drive or smth?
  1318. # [10:59] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1319. # [10:59] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1320. # [10:59] <gcp> The Ubuntu Guest/VBox will support symlinks fine and perfectly, I'm not sure what you're referring to there.
  1321. # [10:59] * Quits: evilpie (sid7877@moz-E77DEB21.irccloud.com) (Ping timeout)
  1322. # [10:59] * Quits: ttaubert (sid2620@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1323. # [10:59] * Quits: gfritzsche (sid7586@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1324. # [10:59] * Quits: horiaolaru (uid15701@moz-31ABA2C0.irccloud.com) (Ping timeout)
  1325. # [10:59] * Quits: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net) (Connection reset by peer)
  1326. # [11:00] * Quits: mattur (sid16049@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1327. # [11:00] * Quits: mbrubeck (sid17036@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1328. # [11:00] * Quits: biesi_ (sid8099@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1329. # [11:00] * Quits: anton (sid1783@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1330. # [11:00] * Quits: ggherdov_ (sid11402@moz-E77DEB21.irccloud.com) (Ping timeout)
  1331. # [11:00] * Quits: mhenretty (sid11899@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1332. # [11:00] * Quits: sid0 (sid2934@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1333. # [11:00] * Quits: Unfocused (sid2622@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1334. # [11:00] * Quits: Preeti (uid13882@moz-E77DEB21.irccloud.com) (Ping timeout)
  1335. # [11:00] * Quits: past (sid15657@moz-31ABA2C0.irccloud.com) (Ping timeout)
  1336. # [11:00] * Quits: mrchrisadams (sid1367@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1337. # [11:00] * Quits: ericchou (uid13391@moz-E77DEB21.irccloud.com) (Ping timeout)
  1338. # [11:00] * Quits: shawnjohnjr (sid15523@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1339. # [11:00] * Quits: wycats_ (sid79@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1340. # [11:00] * Quits: mvujovic (sid13458@moz-E77DEB21.irccloud.com) (Ping timeout)
  1341. # [11:00] * Quits: system64 (uid17738@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1342. # [11:00] * Quits: dcamp (sid6663@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1343. # [11:00] * Quits: samgtr (uid15227@moz-E77DEB21.irccloud.com) (Ping timeout)
  1344. # [11:00] * Quits: eseidel (sid5595@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1345. # [11:00] * Quits: dmarcos (sid15240@moz-31ABA2C0.irccloud.com) (Ping timeout)
  1346. # [11:00] * Quits: cabanier (sid15093@moz-31ABA2C0.irccloud.com) (Ping timeout)
  1347. # [11:00] * Quits: birtles (uid16523@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1348. # [11:00] * Quits: cstipkovic (uid6805@moz-E77DEB21.irccloud.com) (Ping timeout)
  1349. # [11:00] * Quits: dhylands (sid15724@moz-E77DEB21.irccloud.com) (Ping timeout)
  1350. # [11:00] * Quits: erikvold (sid18003@moz-E77DEB21.irccloud.com) (Ping timeout)
  1351. # [11:00] * Quits: fhd (sid2508@moz-31ABA2C0.irccloud.com) (Ping timeout)
  1352. # [11:00] * Quits: bemjb (sid10033@moz-E77DEB21.irccloud.com) (Ping timeout)
  1353. # [11:00] * Quits: mmc (uid16596@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1354. # [11:00] * Quits: jryans (sid12941@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1355. # [11:00] * Quits: lightofapollo|baby (sid11987@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1356. # [11:00] * Quits: cdiehl (sid19351@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1357. # [11:00] * Quits: Cwiiis (uid15019@moz-31ABA2C0.irccloud.com) (Ping timeout)
  1358. # [11:00] * Quits: soumyaC (uid15286@moz-E77DEB21.irccloud.com) (Ping timeout)
  1359. # [11:00] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  1360. # [11:00] * Quits: davidillsley (sid18481@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1361. # [11:00] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1362. # [11:00] * Quits: jandem (sid16255@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1363. # [11:00] * Quits: bkelly (sid22777@moz-E77DEB21.irccloud.com) (Ping timeout)
  1364. # [11:00] * Quits: pdr (sid7901@moz-E77DEB21.irccloud.com) (Ping timeout)
  1365. # [11:00] * Quits: krit (sid15081@moz-E77DEB21.irccloud.com) (Ping timeout)
  1366. # [11:00] * Quits: atsai (uid23775@moz-31ABA2C0.irccloud.com) (Ping timeout)
  1367. # [11:00] * Quits: sheppy-offline (sid12424@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1368. # [11:00] * Quits: mkohler (sid16388@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1369. # [11:00] * Quits: daleharvey (sid513@moz-E77DEB21.irccloud.com) (Ping timeout)
  1370. # [11:00] * Quits: felipe (sid2734@moz-E77DEB21.irccloud.com) (Ping timeout)
  1371. # [11:00] * Quits: timeless (sid4015@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1372. # [11:00] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Ping timeout)
  1373. # [11:00] * Quits: gaye|bbl (sid12943@moz-31ABA2C0.irccloud.com) (Ping timeout)
  1374. # [11:00] * Quits: ewong (chatzilla@moz-20A71729.net) (Connection reset by peer)
  1375. # [11:00] <Ms2ger> ... Bye
  1376. # [11:00] * gcp waves
  1377. # [11:00] * Quits: jaws (uid2871@moz-5F4AA75A.irccloud.com) (Ping timeout)
  1378. # [11:00] * Joins: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net)
  1379. # [11:00] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Ping timeout)
  1380. # [11:00] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  1381. # [11:00] <Dexter> gcp: yes, I'm building on a shared folder
  1382. # [11:00] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1383. # [11:00] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1384. # [11:00] * Quits: merike|away (merike@moz-5A0B80A7.cable.starman.ee) (Ping timeout)
  1385. # [11:00] * Quits: pepijndevos (pepijndevo@9EACEF43.E50A3180.BCE47D84.IP) (Ping timeout)
  1386. # [11:00] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Ping timeout)
  1387. # [11:00] * Quits: Optimizer (Optimizer@CE08A23D.2EB0B06C.D2D1FAF0.IP) (Ping timeout)
  1388. # [11:01] * Joins: pepijndevos (pepijndevo@9EACEF43.E50A3180.BCE47D84.IP)
  1389. # [11:01] <glandium> Dexter: you're looking for trouble
  1390. # [11:01] * Joins: ewong (chatzilla@moz-20A71729.net)
  1391. # [11:01] * Quits: _FrnchFrgg_ (_FrnchFrgg@A954F686.E36651AF.74B71A20.IP) (Ping timeout)
  1392. # [11:01] * Quits: pranavk (pranav@6BFC1AC1.7B79ED8.1C37C358.IP) (Ping timeout)
  1393. # [11:01] * Joins: merike|away (merike@moz-5A0B80A7.cable.starman.ee)
  1394. # [11:01] * Joins: gfritzsche (sid7586@moz-5F4AA75A.irccloud.com)
  1395. # [11:01] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  1396. # [11:01] <Ms2ger> No, trouble is looking for me!
  1397. # [11:01] <glandium> and apparently, got what you deserved ;)
  1398. # [11:01] * Joins: ttaubert (sid2620@moz-A42E5B7B.irccloud.com)
  1399. # [11:01] * Joins: Optimizer (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1400. # [11:01] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  1401. # [11:01] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  1402. # [11:01] * Joins: anton (sid1783@moz-5F4AA75A.irccloud.com)
  1403. # [11:01] * merike|away is now known as merike
  1404. # [11:01] * Joins: evilpie (sid7877@moz-E77DEB21.irccloud.com)
  1405. # [11:01] * Joins: mrchrisadams (sid1367@moz-5F4AA75A.irccloud.com)
  1406. # [11:01] * Joins: Unfocused (sid2622@moz-5F4AA75A.irccloud.com)
  1407. # [11:01] * Joins: wycats_ (sid79@moz-5F4AA75A.irccloud.com)
  1408. # [11:01] * Joins: shawnjohnjr (sid15523@moz-5F4AA75A.irccloud.com)
  1409. # [11:01] * Joins: dcamp (sid6663@moz-5F4AA75A.irccloud.com)
  1410. # [11:01] * Joins: eseidel (sid5595@moz-5F4AA75A.irccloud.com)
  1411. # [11:01] * Joins: Optimizer1 (Optimizer@CE08A23D.2EB0B06C.D2D1FAF0.IP)
  1412. # [11:01] * Joins: davidillsley (sid18481@moz-5F4AA75A.irccloud.com)
  1413. # [11:01] * Joins: biesi_ (sid8099@moz-5F4AA75A.irccloud.com)
  1414. # [11:01] * Joins: mhenretty (sid11899@moz-5F4AA75A.irccloud.com)
  1415. # [11:01] * Joins: jryans (sid12941@moz-5F4AA75A.irccloud.com)
  1416. # [11:01] * Joins: sheppy (sid12424@moz-5F4AA75A.irccloud.com)
  1417. # [11:01] * Joins: gozala (uid5923@moz-5F4AA75A.irccloud.com)
  1418. # [11:01] <Dexter> ouch :D I guess that means I have to forget about using a shared folder, right?
  1419. # [11:02] * Joins: sid0 (sid2934@moz-5F4AA75A.irccloud.com)
  1420. # [11:02] <gcp> This would be a good idea, yes.
  1421. # [11:02] * Joins: lightofapollo|baby (sid11987@moz-5F4AA75A.irccloud.com)
  1422. # [11:02] * Joins: timeless (sid4015@moz-5F4AA75A.irccloud.com)
  1423. # [11:02] * Joins: horiaolaru (uid15701@moz-31ABA2C0.irccloud.com)
  1424. # [11:02] <glandium> Dexter: you can probably share the source, not the objdir
  1425. # [11:03] * Joins: felipe (sid2734@moz-E77DEB21.irccloud.com)
  1426. # [11:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8f09f17e27e9 - Makoto Kato - Bug 935821 - Part 2. Support remote NS_QUERY_TEXT_RECT. r=smaug,masayuki
  1427. # [11:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5c1168eb4503 - Makoto Kato - Bug 926798 - Deinfe MOZ_CROSS_PROCESS_IME for non-B2G, r=roc
  1428. # [11:03] <Ms2ger> Looks like it was irccloud that died
  1429. # [11:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/eece07fce955 - Makoto Kato - Bug 935821 - Part 4. GTK implementation. r=masayuki
  1430. # [11:03] * Quits: @mounir (mounir@moz-7DBD2CFF.fr) (Ping timeout)
  1431. # [11:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2a228a62d0b8 - Makoto Kato - Bug 935821 - Part 1. Notify IME Compostion to widget. r=masayuki
  1432. # [11:03] <Dexter> glandium: is there any way to force ./mach to use a particular obj folder?
  1433. # [11:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2abc599e2d4f - Makoto Kato - Bug 935821 - Part 5. Windows IMM32 implementation. r=masayuki
  1434. # [11:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9961f372f396 - Makoto Kato - Bug 935821 - Part 3. Support remote NS_QUERY_CARET_RECT. r=masayuki
  1435. # [11:03] * ewong is now known as ewong|away
  1436. # [11:04] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  1437. # [11:04] <glandium> Dexter: mk_add_options MOZ_OBJDIR=/some/path in .mozconfig
  1438. # [11:04] * Joins: _FrnchFrgg_ (_FrnchFrgg@A954F686.E36651AF.74B71A20.IP)
  1439. # [11:05] <Dexter> glandium: thanks
  1440. # [11:05] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1441. # [11:05] * Joins: echang (echang@moz-99690620.hinet-ip.hinet.net)
  1442. # [11:06] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  1443. # [11:06] * Quits: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1444. # [11:06] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1445. # [11:06] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1446. # [11:07] * Joins: mounir (mounir@moz-7DBD2CFF.fr)
  1447. # [11:07] * ChanServ sets mode: +o mounir
  1448. # [11:07] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  1449. # [11:09] * Joins: gerard-majax_ (alex@E35895D6.C0BE01C8.A430FDC1.IP)
  1450. # [11:11] * Quits: jmontgomery_away (jmontgomer@6B39618D.689F589A.EE6E63A5.IP) (Ping timeout)
  1451. # [11:11] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Connection reset by peer)
  1452. # [11:11] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Ping timeout)
  1453. # [11:11] * Quits: nigelb (nigel@AC024D61.81112D4F.EE6E63A5.IP) (Ping timeout)
  1454. # [11:11] * Quits: jst (quassel@CB36FB4D.BE63433B.EE6E63A5.IP) (Ping timeout)
  1455. # [11:11] * Quits: kk1fff (patrick@moz-F26B273D.patrickz.net) (Ping timeout)
  1456. # [11:11] * Quits: danieru (danieru@3435F1EA.1BF96F48.9510F13D.IP) (Ping timeout)
  1457. # [11:11] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Connection reset by peer)
  1458. # [11:12] * Joins: till (till@moz-658A3966.adsl.hansenet.de)
  1459. # [11:12] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1460. # [11:12] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1461. # [11:12] * Quits: Optimizer1 (Optimizer@CE08A23D.2EB0B06C.D2D1FAF0.IP) (Ping timeout)
  1462. # [11:13] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Ping timeout)
  1463. # [11:13] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  1464. # [11:13] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1465. # [11:13] * Quits: MattN (MattN@A8588C62.B1B6FA80.709ED47B.IP) (Ping timeout)
  1466. # [11:13] * Quits: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr) (Ping timeout)
  1467. # [11:14] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Input/output error)
  1468. # [11:14] * Quits: @mounir (mounir@moz-7DBD2CFF.fr) (Ping timeout)
  1469. # [11:14] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Ping timeout)
  1470. # [11:14] * Quits: glandium (glandium@moz-A09032B1.kimsufi.com) (Ping timeout)
  1471. # [11:15] * Joins: mattur (sid16049@moz-A42E5B7B.irccloud.com)
  1472. # [11:15] * Joins: mbrubeck (sid17036@moz-A42E5B7B.irccloud.com)
  1473. # [11:15] * Quits: Bas (chatzilla@moz-DCAF14EF.ftth.concepts.nl) (Connection reset by peer)
  1474. # [11:15] * Joins: glandium (glandium@DEB153B8.D2E4ABCD.A00B1FE4.IP)
  1475. # [11:15] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1476. # [11:15] * Joins: Bas (chatzilla@46964D43.24D7FD8C.9FFB226.IP)
  1477. # [11:16] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  1478. # [11:16] * Joins: mounir (mounir@moz-7DBD2CFF.fr)
  1479. # [11:16] * ChanServ sets mode: +o mounir
  1480. # [11:16] * Joins: jmontgomery_away (jmontgomer@6B39618D.689F589A.EE6E63A5.IP)
  1481. # [11:17] * Joins: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr)
  1482. # [11:17] * Joins: jst (quassel@CB36FB4D.BE63433B.EE6E63A5.IP)
  1483. # [11:17] * Joins: MattN (MattN@A8588C62.B1B6FA80.709ED47B.IP)
  1484. # [11:18] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  1485. # [11:18] * Joins: samaire (samaire@moz-9E90643E.wireless.lu.se)
  1486. # [11:18] * Quits: samaire (samaire@moz-9E90643E.wireless.lu.se) (Quit: samaire)
  1487. # [11:19] * Joins: arky (arky@C2F6D39D.971C4AB4.B9D97DBA.IP)
  1488. # [11:20] * Joins: past (sid15657@moz-31ABA2C0.irccloud.com)
  1489. # [11:20] * Joins: ggherdov_ (sid11402@moz-E77DEB21.irccloud.com)
  1490. # [11:20] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  1491. # [11:20] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1492. # [11:20] * Joins: nigelb (nigel@AC024D61.81112D4F.EE6E63A5.IP)
  1493. # [11:21] * Joins: kk1fff (patrick@moz-F26B273D.patrickz.net)
  1494. # [11:21] * Joins: danieru (danieru@3435F1EA.1BF96F48.9510F13D.IP)
  1495. # [11:21] * Joins: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl)
  1496. # [11:22] * Quits: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl) (Quit: Leaving)
  1497. # [11:24] * Quits: gal (gal@moz-D6B8E762.hsd1.ca.comcast.net) (Quit: gal)
  1498. # [11:24] * Quits: echang (echang@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1499. # [11:27] * Quits: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr) (Client exited)
  1500. # [11:29] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1501. # [11:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6a232abb5896 - Jon Coppeard - Bug 960011 - Fix some unsafe references in jsapi.cpp r=terrence
  1502. # [11:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/dc286d6f6ef8 - Jon Coppeard - Bug 957088 - Only check hash tables in new GC zeal mode r=terrence
  1503. # [11:29] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1504. # [11:30] * Joins: ericchou (uid13391@moz-E77DEB21.irccloud.com)
  1505. # [11:30] * Joins: Preeti (uid13882@moz-E77DEB21.irccloud.com)
  1506. # [11:31] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1507. # [11:31] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1508. # [11:32] * Joins: automata (automata@F03F5324.BB9C8863.7DA01DD1.IP)
  1509. # [11:34] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1510. # [11:35] * Joins: cabanier (sid15093@moz-31ABA2C0.irccloud.com)
  1511. # [11:35] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1512. # [11:35] * Joins: dmarcos_ (sid15240@moz-31ABA2C0.irccloud.com)
  1513. # [11:35] * Joins: fhd (sid2508@moz-31ABA2C0.irccloud.com)
  1514. # [11:35] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1515. # [11:37] * Quits: jhford (sid15926@moz-D7E720E7.charlton.irccloud.com) (Ping timeout)
  1516. # [11:37] * Joins: jandem (sid16255@moz-A42E5B7B.irccloud.com)
  1517. # [11:39] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1518. # [11:39] * Quits: mwargers_ (mwargers@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1519. # [11:40] * Joins: jhford (sid15926@moz-D7E720E7.charlton.irccloud.com)
  1520. # [11:40] * Joins: system64 (uid17738@moz-A42E5B7B.irccloud.com)
  1521. # [11:40] * Joins: mvujovic (sid13458@moz-E77DEB21.irccloud.com)
  1522. # [11:40] * Joins: Cwiiis (uid15019@moz-31ABA2C0.irccloud.com)
  1523. # [11:40] * ChanServ sets mode: +o Cwiiis
  1524. # [11:40] * Joins: atsai_ (uid23775@moz-31ABA2C0.irccloud.com)
  1525. # [11:40] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  1526. # [11:40] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1527. # [11:40] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  1528. # [11:42] * Quits: jhford (sid15926@moz-D7E720E7.charlton.irccloud.com) (Ping timeout)
  1529. # [11:43] * Joins: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl)
  1530. # [11:43] <till> why on earth does sending a message to the governance ml garner a response from a company or product called XYRALITY saying that a support ticket for my request has been created?
  1531. # [11:44] * Quits: ggp (ggp@F19369F6.E7DE191F.B65F468E.IP) (Ping timeout)
  1532. # [11:45] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1533. # [11:45] * Joins: birtles (uid16523@moz-A42E5B7B.irccloud.com)
  1534. # [11:45] * Joins: samgtr (uid15227@moz-E77DEB21.irccloud.com)
  1535. # [11:45] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1536. # [11:46] * Joins: jhford (sid15926@moz-A42E5B7B.irccloud.com)
  1537. # [11:46] <bkero> till: you obviously upset them
  1538. # [11:46] <bkero> Why do you hate corporate freedom?
  1539. # [11:47] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  1540. # [11:47] <till> they're shockingly easy to upset, then
  1541. # [11:47] <till> but, but
  1542. # [11:47] <till> I mean, from some ideological POV one could probably say that that's actually true
  1543. # [11:48] <till> but this message didn't contain even a hint of that
  1544. # [11:50] * Joins: cdiehl (sid19351@moz-A42E5B7B.irccloud.com)
  1545. # [11:50] * Joins: mmc (uid16596@moz-A42E5B7B.irccloud.com)
  1546. # [11:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5302ee051b86 - Andrea Marchesini - Bug 952084 - Porting nsIDOMMozConnection to WebIDL, r=ehsan, r=bz
  1547. # [11:51] * mihaelav is now known as mihaelav|lunch
  1548. # [11:52] * atsai_ is now known as atsai
  1549. # [11:54] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1550. # [11:55] * Joins: erikvold (sid18003@moz-E77DEB21.irccloud.com)
  1551. # [11:55] * Joins: dhylands (sid15724@moz-E77DEB21.irccloud.com)
  1552. # [11:55] * Joins: gaye (sid12943@moz-31ABA2C0.irccloud.com)
  1553. # [11:55] * Quits: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl) (Quit: Leaving)
  1554. # [11:55] * Joins: cstipkovic (uid6805@moz-E77DEB21.irccloud.com)
  1555. # [11:56] * Quits: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1556. # [11:56] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1557. # [11:58] * Joins: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl)
  1558. # [11:59] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1559. # [12:00] * Joins: Enn (enn@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1560. # [12:00] * Joins: ggp (ggp@moz-B40D4A6E.dsl.telesp.net.br)
  1561. # [12:00] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1562. # [12:01] * Quits: Dagger (Dagger@moz-2B01C171.cable.virginm.net) (Input/output error)
  1563. # [12:02] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1564. # [12:03] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1565. # [12:03] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  1566. # [12:03] * Joins: Boriss (Boriss@moz-4ECD4F52.wifihubtelecom.net)
  1567. # [12:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/41a1598f3c02 - Nicolas B. Pierron - Bug 958471 - Assert range of Object/String Values' payload. r=jandem
  1568. # [12:04] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1569. # [12:04] * Quits: Boriss (Boriss@moz-4ECD4F52.wifihubtelecom.net) (Quit: Boriss)
  1570. # [12:05] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1571. # [12:05] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1572. # [12:06] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1573. # [12:06] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1574. # [12:06] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  1575. # [12:07] * Quits: bz_sleep (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  1576. # [12:08] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  1577. # [12:08] * Quits: peterv (peterv@moz-4BC60BE9.access.telenet.be) (Quit: ZNC - http://znc.in)
  1578. # [12:09] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1579. # [12:09] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1580. # [12:09] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  1581. # [12:11] * Joins: peterv (peterv@moz-4BC60BE9.access.telenet.be)
  1582. # [12:12] * Quits: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1583. # [12:12] * Joins: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1584. # [12:12] * Joins: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1585. # [12:13] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1586. # [12:13] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1587. # [12:13] * Quits: till (till@moz-658A3966.adsl.hansenet.de) (Ping timeout)
  1588. # [12:14] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1589. # [12:15] <jonco> Tomcat|sheriffduty: my push to inbound accidentally added a rooting hazard, which will show up when the analysis build runs. ok to push a fix?
  1590. # [12:15] <Ms2ger> Tut tut
  1591. # [12:15] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1592. # [12:16] <Ms2ger> Hurry up and land it
  1593. # [12:16] <Ms2ger> jonco, ^
  1594. # [12:18] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1595. # [12:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cbfac99adeef - Jon Coppeard - Bug 960011 - Fix accidentally added rooting hazard r=me
  1596. # [12:19] * Joins: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com)
  1597. # [12:20] <jonco> Ms2ger: done
  1598. # [12:21] <Tomcat|sheriffduty> yeah thats ok :)
  1599. # [12:22] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1600. # [12:22] * Joins: mstange (markus@moz-5A9934AD.dip0.t-ipconnect.de)
  1601. # [12:23] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  1602. # [12:23] * Joins: Dagger (Dagger@moz-2B01C171.cable.virginm.net)
  1603. # [12:24] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1604. # [12:24] * Quits: mstange (markus@moz-5A9934AD.dip0.t-ipconnect.de) (Quit: mstange)
  1605. # [12:25] * Joins: bemjb_ (sid10033@moz-E77DEB21.irccloud.com)
  1606. # [12:26] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1607. # [12:27] * Joins: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1608. # [12:28] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  1609. # [12:28] * ChanServ sets mode: +o ehsan
  1610. # [12:28] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1611. # [12:30] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Ping timeout)
  1612. # [12:31] <Tomcat|sheriffduty> jonco: thats http://ftp.mozilla.org/pub/mozilla.org/spidermonkey/tinderbox-builds/mozilla-inbound-linux64-debug/ the error right (that you fixed with the follow up)
  1613. # [12:32] <Tomcat|sheriffduty> err
  1614. # [12:32] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  1615. # [12:32] <Tomcat|sheriffduty> https://tbpl.mozilla.org/php/getParsedLog.php?id=33093591&tree=Mozilla-Inbound
  1616. # [12:32] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1617. # [12:34] <Gijs> Tomcat|sheriffduty: err, why did you back out as noted in https://bugzilla.mozilla.org/show_bug.cgi?id=960389#c7 ?
  1618. # [12:34] <Gijs> That doesn't make any sense to me.
  1619. # [12:34] * baku is now known as baku|away
  1620. # [12:34] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  1621. # [12:35] <Tomcat|sheriffduty> Gijs: because of https://bugzilla.mozilla.org/show_bug.cgi?id=960389#c2 its the last changeset there and KWierso|afk and i think this might cause this perma pgo orange
  1622. # [12:35] <Gijs> Tomcat|sheriffduty: how do we even know it's perma-orange?
  1623. # [12:35] <Gijs> Nobody retriggered any of those runs
  1624. # [12:36] <Gijs> it would have been nice to at least ping people on IRC instead of just backing out. :\
  1625. # [12:36] <jonco> Tomcat|sheriffduty: no, not that, looking
  1626. # [12:37] <jonco> Tomcat|sheriffduty: wait, maybe it caused that too
  1627. # [12:38] <Tomcat|sheriffduty> Gijs: yeah right
  1628. # [12:38] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1629. # [12:38] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1630. # [12:39] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1631. # [12:42] <jonco> Tomcat|sheriffduty: yes, fixed with followup
  1632. # [12:42] <Tomcat|sheriffduty> jonco: thanks
  1633. # [12:42] <jonco> Tomcat|sheriffduty: looks like our dynamic analysis caught this too
  1634. # [12:42] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1635. # [12:43] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1636. # [12:45] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1637. # [12:45] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  1638. # [12:46] * Quits: tantek (tantek@moz-1C31FBD1.dsl.dynamic.sonic.net) (Quit: tantek)
  1639. # [12:48] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/5b8515518959 - Ryan VanderMeulen - Backed out changeset d86a8ee4d3de (bug 949458) for frequent Android 4.0 robocop crashes in libGLESv2_POWERVR_SGX540_120.so. a=backout
  1640. # [12:50] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1641. # [12:50] * Quits: recursive (recursive@B07811B5.933E581B.547774E7.IP) (Ping timeout)
  1642. # [12:50] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1643. # [12:51] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1644. # [12:51] * Joins: recursive (recursive@B07811B5.933E581B.547774E7.IP)
  1645. # [12:51] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1646. # [12:52] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1647. # [12:52] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  1648. # [12:53] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1649. # [12:53] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: )
  1650. # [12:53] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1651. # [12:53] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1652. # [12:54] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1653. # [12:54] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1654. # [12:54] * Quits: arky (arky@C2F6D39D.971C4AB4.B9D97DBA.IP) (Quit: Leaving)
  1655. # [12:55] * Joins: gabor (gabor@941349F4.F58C7D4D.F945DA.IP)
  1656. # [12:55] * Joins: mkohler (sid16388@moz-A42E5B7B.irccloud.com)
  1657. # [12:55] * Joins: bkelly (sid22777@moz-E77DEB21.irccloud.com)
  1658. # [12:55] * Joins: soumyaC (uid15286@moz-E77DEB21.irccloud.com)
  1659. # [12:56] * Joins: vendo (chatzilla@2536727F.CE4DDBE6.300931B2.IP)
  1660. # [12:56] * Joins: KaiRo (robert@moz-C8C79C7D.adsl.highway.telekom.at)
  1661. # [12:57] * Joins: daleharvey (sid513@moz-E77DEB21.irccloud.com)
  1662. # [12:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b1ea2300010c - Chris Lord - Bug 956420 - Fix fixed margins on shorter-than-the-viewport pages. r=kats
  1663. # [12:59] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1664. # [12:59] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1665. # [13:00] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1666. # [13:00] * Parts: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1667. # [13:02] * Joins: shorlander- (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1668. # [13:02] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1669. # [13:03] * Joins: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP)
  1670. # [13:03] * Quits: shorlander- (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1671. # [13:03] * jhopkins|afk is now known as jhopkins
  1672. # [13:03] * whimboo is now known as whimboo|lunch
  1673. # [13:03] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1674. # [13:04] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1675. # [13:04] * Quits: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Ping timeout)
  1676. # [13:04] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1677. # [13:06] <hsivonen> jcranmer|away: pong
  1678. # [13:06] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1679. # [13:07] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1680. # [13:07] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1681. # [13:07] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  1682. # [13:07] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  1683. # [13:08] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  1684. # [13:09] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  1685. # [13:10] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1686. # [13:10] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  1687. # [13:11] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  1688. # [13:12] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1689. # [13:12] * ChanServ sets mode: +o smaug
  1690. # [13:12] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1691. # [13:12] * Joins: shorlander- (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1692. # [13:13] * Joins: Pike (chatzilla@moz-FB33D9F2.pool.mediaways.net)
  1693. # [13:14] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1694. # [13:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9f499e5f7954 - Bas Schouten - Bug 960354 - Part 3: Remove MarkDirty call to avoid confusion. r=jrmuizel
  1695. # [13:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c1f6fbc397bd - Bas Schouten - Bug 960354 - Part 1: Add new Map/Unmap APIs to DataSourceSurface. r=jrmuizel
  1696. # [13:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4aecc5ca2a19 - Bas Schouten - Bug 960254: Implement the new Map/Unmap API for Direct2D. r=jrmuizel
  1697. # [13:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fd9b6b044a5a - Bas Schouten - Bug 960354 - Part 2: Update some callers that write to DataSourceSurfaces. r=jrmuizel
  1698. # [13:17] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  1699. # [13:17] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1700. # [13:19] * Quits: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP) (Quit: robertbindar)
  1701. # [13:19] * Joins: AlinT (AlinT@moz-104CC309.mv.mozilla.com)
  1702. # [13:21] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1703. # [13:22] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1704. # [13:23] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131211142747])
  1705. # [13:23] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  1706. # [13:25] * Joins: till (till@moz-658A3966.adsl.hansenet.de)
  1707. # [13:25] * Joins: krit (sid15081@moz-E77DEB21.irccloud.com)
  1708. # [13:25] * Joins: pdr (sid7901@moz-E77DEB21.irccloud.com)
  1709. # [13:29] * mihaelav|lunch is now known as mihaelav
  1710. # [13:30] * Joins: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP)
  1711. # [13:31] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1712. # [13:31] * Parts: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1713. # [13:37] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1714. # [13:37] <jimm> Bas: bustage on inbound
  1715. # [13:38] <Bas> jimm: Oh my... I didn't run an opt test. Stupid DebugOnly<> doesn't work right I guess :s
  1716. # [13:38] * Andreea|mtg is now known as AndreeaMatei
  1717. # [13:39] <jimm> debug is busted too :)
  1718. # [13:39] * Joins: Archaeopteryx (itsme@moz-F15E1992.cust.telecolumbus.net)
  1719. # [13:39] <Tomcat|sheriffduty> Bas: ping
  1720. # [13:39] <Tomcat|sheriffduty> yeah
  1721. # [13:39] <Tomcat|sheriffduty> bustage
  1722. # [13:39] <Tomcat|sheriffduty> do you want to fix or shall i backout
  1723. # [13:40] <Bas> Tomcat|sheriffduty: For now I'll just remove DebugOnly<> to fix it.
  1724. # [13:40] <Tomcat|sheriffduty> Bas: ok
  1725. # [13:40] <Bas> In guess DebugOnly doesn't work completely right on the MSVC versions our buildbots use? :s
  1726. # [13:41] <Bas> I don't have an old MSVC version to find a proper fix :(
  1727. # [13:41] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  1728. # [13:42] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  1729. # [13:42] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  1730. # [13:43] * whimboo|lunch is now known as whimboo
  1731. # [13:43] <Bas> Tomcat|sheriffduty: IF this push doesn't fix it let's back it all out.
  1732. # [13:45] <Bas> Tomcat|sheriffduty jimm: Oh no.. I think I got it all wrong, it's not DebugOnly, it's apparently nested MOZ_BEGIN_ENUM_CLASS not working with the MSVC on the buildbots :(
  1733. # [13:45] <edmorley> Tomcat|sheriffduty: closing because of the builds-4hr alert
  1734. # [13:45] <Tomcat|sheriffduty> edmorley: urks /builds-4hr.js.gz problem again
  1735. # [13:45] <Tomcat|sheriffduty> yeha
  1736. # [13:46] <Tomcat|sheriffduty> Bas: ok will backout the changes after we closed all trees
  1737. # [13:46] <Tomcat|sheriffduty> (which is not your fault ;)
  1738. # [13:46] <Bas> Tomcat|sheriffduty: Can I push a fix for the issue? Or would you rather backout.
  1739. # [13:46] <Bas> Why can't we ever keep our buildbots on up to date MSVC versions :(
  1740. # [13:46] <Bas> I tested this in 2012 and 2013 :(
  1741. # [13:46] * Joins: darkowlzz (sunny@62006631.32894312.F2AF99E1.IP)
  1742. # [13:47] <Tomcat|sheriffduty> Bas: well all trees are closed at the moment
  1743. # [13:47] * Joins: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  1744. # [13:47] <Bas> Tomcat|sheriffduty: Yeah, we'll either have to push a backup or a fix though :)
  1745. # [13:47] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Input/output error)
  1746. # [13:47] <Tomcat|sheriffduty> Bas: if you are sure that your patch fix the bustage then its ok for me to push a fix to closed inbound
  1747. # [13:47] <Tomcat|sheriffduty> tree
  1748. # [13:47] <Bas> Tomcat|sheriffduty: Does 95% sure count?
  1749. # [13:47] <NeilAway> Bas: why are you nesting an enum class?
  1750. # [13:48] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  1751. # [13:48] <Tomcat|sheriffduty> bas heh yeah
  1752. # [13:48] <Bas> NeilAway: Because I don't want to polute the global namespace with it. :)
  1753. # [13:49] <gcp> A bit surprised that apparently Mint ships with Official branding but Yahoo as the default search engine.
  1754. # [13:50] <NeilAway> Bas: you do know that we still have to support gcc 4.4 on linux, count yourself lucky that you're only supporting VC2010 and not, say, 2005
  1755. # [13:50] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Ping timeout)
  1756. # [13:50] * baku|away is now known as baku
  1757. # [13:50] <Bas> NeilAway: Heh :) I'm just changing it to a regular enum type.
  1758. # [13:51] <NeilAway> Bas: maybe you should back out, so you can land with the right bug number?
  1759. # [13:51] * Joins: arky (arky@5A89BF8F.11CAE6CE.A5DEA753.IP)
  1760. # [13:52] <NeilAway> Bas: actually looks like part 4 made it with the right bug number
  1761. # [13:52] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1762. # [13:52] <Bas> NeilAway: Heh, I don't know, I don't want to polute the changelogs that much really :s
  1763. # [13:53] <Bas> Tomcat|sheriffduty: ^^ What do you prefer to do? I'm ready to push the fix, but you can also back me out if you want.
  1764. # [13:54] * Joins: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net)
  1765. # [13:54] <Bas> NeilAway is right, the bugnumber is typoed on 3 of the changesets.
  1766. # [13:54] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1767. # [13:54] <Tomcat|sheriffduty> Bas: push the fix :)
  1768. # [13:55] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1769. # [13:55] <Tomcat|sheriffduty> just add a CLOSED TREE on the commit message to override the hook
  1770. # [13:55] <RyanVM> and a DONTBUILD
  1771. # [13:55] <NeilAway> Bas: yeah, with one correctly numbered bug people should still be able to find it
  1772. # [13:55] <RyanVM> you can backout/reland with a DONTBUILD in one push
  1773. # [13:55] * Joins: therube (chatzilla@moz-532294F.hsd1.md.comcast.net)
  1774. # [13:55] <RyanVM> NeilAway: our bug marking tools don't handle wrong bug #s so well ;)
  1775. # [13:56] <RyanVM> it's not impossible to override, but it's not horribly efficient either
  1776. # [13:56] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1777. # [13:56] <Tomcat|sheriffduty> edmorley: will reopen the trees, recovered
  1778. # [13:56] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1779. # [13:58] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  1780. # [13:58] <Bas> RyanVM: I'd probably don't want to do DONTBUILD right? Because we need to know if my fix worked.
  1781. # [13:58] <Bas> NeilAway: I guess so :)
  1782. # [13:58] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1783. # [13:58] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1784. # [13:58] <RyanVM> Bas: sorry, I'm late to teh conversation. I only saw the wrong bug # part
  1785. # [13:58] <Bas> Tomcat|sheriffduty: So I don't need to add CLOSED_TREE? :)
  1786. # [13:58] <RyanVM> if there's more at issue, then yes, a DONTBUILD is a bad idea ;)
  1787. # [13:59] <Tomcat|sheriffduty> Bas: yes
  1788. # [13:59] <Bas> Tomcat|sheriffduty: I pushed the fix, if it doesn't work back me out :)
  1789. # [13:59] <Tomcat|sheriffduty> Bas: ok sir
  1790. # [14:00] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1791. # [14:00] * Quits: arky (arky@5A89BF8F.11CAE6CE.A5DEA753.IP) (Quit: Leaving)
  1792. # [14:01] * Joins: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1793. # [14:01] <Bas> Let's hope it doesn't hit some other kind of compiler fluke in GCC now :)
  1794. # [14:02] <Tomcat|sheriffduty> Bas: hm tbpl show no push
  1795. # [14:02] <RyanVM> Bas: so we're leaving the csets with the wrong bug # in?
  1796. # [14:02] <Tomcat|sheriffduty> ah now!
  1797. # [14:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4441c32c724c - Bas Schouten - Bug 960254 - Addition: Use a regular enum since apparently buildbot MSVC doesn't support nester MOZ_ENUM classes. r=bustage
  1798. # [14:02] <RyanVM> erm
  1799. # [14:03] <RyanVM> Bas: I would have figured you would have backed the whole lot out and re-landed with the bustage fix and bug numbers corrected.
  1800. # [14:04] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1801. # [14:05] * Joins: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP)
  1802. # [14:05] * Quits: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1803. # [14:05] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1804. # [14:05] * Joins: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1805. # [14:06] <Bas> RyanVM, NeilAway said that since one had the right bug number, it probably wouldn't be much of an issue. So I went with that.
  1806. # [14:07] <RyanVM> Bas: 7:59:19 AM - RyanVM: NeilAway: our bug marking tools don't handle wrong bug #s so well ;)
  1807. # [14:07] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  1808. # [14:08] <Bas> RyanVM: What are bug marking tools? :)
  1809. # [14:08] * Quits: shorlander- (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1810. # [14:08] <RyanVM> mcMerge
  1811. # [14:08] <RyanVM> you know, that thing we use to mark bugs after every merge
  1812. # [14:08] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1813. # [14:08] <RyanVM> (you don't think we do that by hand, do you?)
  1814. # [14:08] <Bas> RyanVM: Hrm, I've never heard of that thing, but I'm not surprised it's automated :)
  1815. # [14:09] <RyanVM> (FWIW, I'd take the word of someone who deals with this stuff daily when they say it's an issue)
  1816. # [14:09] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1817. # [14:09] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  1818. # [14:09] <Bas> RyanVM: I'd missed that particular remark in the large amount of messages that came through here.
  1819. # [14:10] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1820. # [14:10] <Bas> RyanVM: Want me to backout the range and reland them with the right bug numbers?
  1821. # [14:10] <RyanVM> would be appreciated, yes
  1822. # [14:11] * Quits: Dexter (Dexter@moz-40FD1A57.retail.telecomitalia.it) (Ping timeout)
  1823. # [14:11] <Bas> What's the preferred way to backout a range like this?
  1824. # [14:11] <Bas> I suppose I could still strip them all and push, noone pushed on top of me yet...
  1825. # [14:11] <Bas> Or is that discouraged?
  1826. # [14:11] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1827. # [14:12] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1828. # [14:12] <NeilAway> RyanVM: which testsuite is chrome.ini ?
  1829. # [14:12] <Bas> RyanVM Tomcat|sheriffduty: ^^?
  1830. # [14:12] <Bas> Oh never mind, changesets that are pushed are immutable.
  1831. # [14:13] <Bas> Alright, what is the preferred way of backing out a range it is :)
  1832. # [14:13] * Quits: nicklebedev-m (nicklebede@moz-838152B8.net135.n37.ru) (Ping timeout)
  1833. # [14:13] <RyanVM> NeilAway: mochitest-chrome
  1834. # [14:13] <RyanVM> part of m-oth
  1835. # [14:13] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  1836. # [14:13] <NeilAway> RyanVM: ta
  1837. # [14:13] <RyanVM> Bas: definitely not
  1838. # [14:13] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  1839. # [14:14] <RyanVM> Bas: strip = VERY bad with the pushlog
  1840. # [14:14] <NeilAway> RyanVM: how did you know I was going to ask you the try syntax for that ;-)
  1841. # [14:14] <Bas> Ah.
  1842. # [14:14] <RyanVM> Bas: hg qbackout extension
  1843. # [14:14] <Bas> RyanVM Where may I find some documentation for that?
  1844. # [14:14] <RyanVM> you can do the whole range with qbackout -e -s -r c1f6fbc397bd:4441c32c724c
  1845. # [14:14] <Bas> I don't do these things often enough to remember them :)
  1846. # [14:14] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  1847. # [14:14] <Bas> Alright
  1848. # [14:14] <RyanVM> https://bitbucket.org/sfink/qbackout
  1849. # [14:14] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1850. # [14:15] <RyanVM> then just put a DONTBUILD on the top commit when you re-push
  1851. # [14:15] <RyanVM> you can have the backout and reland in one push
  1852. # [14:15] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  1853. # [14:15] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  1854. # [14:15] <RyanVM> not sure if you want to put that bustage follow-up in with one of the earlier patches or not
  1855. # [14:15] * Joins: Dexter (Dexter@moz-B8065394.retail.telecomitalia.it)
  1856. # [14:16] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1857. # [14:16] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1858. # [14:17] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1859. # [14:17] * Joins: rozhkov (rozhkov@D7898B11.FB4A19D7.CA3E9B26.IP)
  1860. # [14:17] * Quits: Dexter (Dexter@moz-B8065394.retail.telecomitalia.it) (Ping timeout)
  1861. # [14:18] * Quits: recursive (recursive@B07811B5.933E581B.547774E7.IP) (Quit: Leaving...)
  1862. # [14:19] <Bas> RyanVM: Yeah, I will, might as well clean it up while I'm at it :)
  1863. # [14:21] <Bas> RyanVM: What's the optimal way to reimport them into my patch queue so I can fix the message and reland?
  1864. # [14:21] <RyanVM> probably easier is to export and re-import
  1865. # [14:21] * ewong|sleep is now known as ewong
  1866. # [14:22] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  1867. # [14:23] * Joins: Dexter (Dexter@moz-878B6CAB.retail.telecomitalia.it)
  1868. # [14:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8d3e02a7f23c - Rik Cabanier - Bug 960195 - Put drawSystemFocusRing behind a new runtime flag. r=roc
  1869. # [14:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1e90119dec6f - Jed Davis - Bug 925416 - Report on memory used by blob URLs. r=khuey
  1870. # [14:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/abe44fd348b6 - Jan-Ivar Bruaroey - Bug 947665 - jitter stat. r=abr
  1871. # [14:25] * Quits: new_one (new_one@moz-D538194E.rice.edu) (Ping timeout)
  1872. # [14:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b971b8137039 - Andrea Marchesini - Bug 960108 - JS::DescribeStack should show the whole stack for the runtime, across all contexts and the event loop, not just the current stack on the passed-in
  1873. # [14:25] * Joins: sbeta (Thunderbir@FD38F8EE.D07DB6FE.4A5F0685.IP)
  1874. # [14:25] <firebot> JSContext. r=bz
  1875. # [14:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cdfa438e9817 - Ryan VanderMeulen - Backed out changeset faafb9526e32 (bug 957721) for breaking mach on Windows.
  1876. # [14:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/796c5b4ce470 - ZappaMan - Bug 956095 - Fix compiler warnings in TestCOMArray by initializing pointers. r=dougt
  1877. # [14:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6fa6159af7e5 - Jan-Ivar Bruaroey - Bug 947665 - SSRC stat. r=abr
  1878. # [14:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d470ebf7d063 - Yeuk Hon Wong - Bug 918397 - CSP deprecation warning and dual CSP headers warning should be mutually exclusive. r=grobinson, r=sstamm
  1879. # [14:26] * Quits: AlinT (AlinT@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1880. # [14:26] * Joins: bz_sleep (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  1881. # [14:26] * Joins: robertbindar (Thunderbir@A64FDE7E.7E118222.89C0DD0D.IP)
  1882. # [14:27] * Quits: robertbindar (Thunderbir@A64FDE7E.7E118222.89C0DD0D.IP) (Quit: robertbindar)
  1883. # [14:27] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1884. # [14:28] <Bas> RyanVM: Since I'm moving the fix I'll have it build just to be sure.
  1885. # [14:28] <RyanVM> ok
  1886. # [14:28] <Bas> It's all in 1 push anyway.
  1887. # [14:30] * Quits: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Client exited)
  1888. # [14:33] * Parts: darkowlzz (sunny@62006631.32894312.F2AF99E1.IP) (Leaving)
  1889. # [14:33] * Quits: tonymec (tonymec@C3D6B991.6051DC.A9371869.IP) (Ping timeout)
  1890. # [14:34] <Bas> RyanVM Tomcatt|sheriffduty: Well, it's all backed out and repushed, let's hope I did it all right.
  1891. # [14:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b61f6abbd13d - Bas Schouten - Bug 960254 - Part 1: Add new Map/Unmap APIs to DataSourceSurface. r=jrmuizel
  1892. # [14:34] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3ae8e5f144f1 - Bas Schouten - Bug 960254 - Part 2: Update some callers that write to DataSourceSurface. r=jrmuizel
  1893. # [14:35] <RyanVM> Bas: other than a missing DONTBUILD, looks great, thanks :)
  1894. # [14:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bbad01205856 - Bas Schouten - Bug 960254 - Part 3: Remove MarkDirty call to avoid confusion. r=jrmuizel
  1895. # [14:35] <RyanVM> (not a huge deal this time of day anyway)
  1896. # [14:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/327d381e24c8 - Bas Schouten - Bug 960254 - Part 4: Implement the new Map/Unmap API for Direct2D. r=jrmuizel
  1897. # [14:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2628e64cf375 - Bas Schouten - Backed out 5 changesets (bug 960254, bug 960354)
  1898. # [14:35] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  1899. # [14:35] <RyanVM> oh, that was on purpose
  1900. # [14:35] <RyanVM> nevermind me!
  1901. # [14:35] * RyanVM can read!
  1902. # [14:35] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  1903. # [14:36] <Bas> RyanVM: I didn't know whether to leave the other bug number in on the backout changeset log, but I figured it might be handy to know that the things backed out -look- related to that bug.
  1904. # [14:36] * julienw_afk is now known as julienw
  1905. # [14:36] * Quits: simoX (simo@CB8755A7.EEBDF754.12E82FEE.IP) (Quit: segfault at 7fff1ebe5000 ip 000000000041274b sp 00007fff1ebe32f8 error 6)
  1906. # [14:36] <RyanVM> I usually change it to the correct one under those circumstances, but I think it's fine as-is
  1907. # [14:36] <RyanVM> the important thing is the csets
  1908. # [14:37] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1909. # [14:39] * Quits: bz_sleep (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  1910. # [14:39] * retornam|away is now known as retornam
  1911. # [14:39] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131211142747])
  1912. # [14:40] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1913. # [14:40] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1914. # [14:40] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1915. # [14:40] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1916. # [14:40] * Joins: simo (simo@CB8755A7.EEBDF754.12E82FEE.IP)
  1917. # [14:41] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1918. # [14:41] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1919. # [14:41] * jimm is now known as jimm-dentist
  1920. # [14:41] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1921. # [14:41] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1922. # [14:41] * Quits: Ms2ger (Ms2ger@AA55AE55.592AEF45.F15B0BB3.IP) (Ping timeout)
  1923. # [14:42] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1924. # [14:42] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1925. # [14:42] * Joins: bz_sleep (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  1926. # [14:42] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1927. # [14:42] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1928. # [14:42] * bhearsum|afk is now known as bhearsum
  1929. # [14:42] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  1930. # [14:42] * Quits: jkitch (Thunderbir@moz-965B0FEE.lns20.adl6.internode.on.net) (Ping timeout)
  1931. # [14:42] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1932. # [14:42] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1933. # [14:43] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1934. # [14:43] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1935. # [14:43] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1936. # [14:43] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1937. # [14:44] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1938. # [14:44] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1939. # [14:44] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Ping timeout)
  1940. # [14:44] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1941. # [14:44] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  1942. # [14:45] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  1943. # [14:45] * Joins: AlinT (AlinT@moz-104CC309.mv.mozilla.com)
  1944. # [14:45] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  1945. # [14:47] * Joins: TheComputerGuy0010 (thecompute@DF94A9B6.2BE2974A.1CE56A7.IP)
  1946. # [14:48] * bz_sleep is now known as bz
  1947. # [14:48] * gaye is now known as gaye|sleep
  1948. # [14:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3ea3277ce769 - Byron Campen [:bwc] - Bug 908923 - Part 1: Basic about:webrtc page. r=gavin
  1949. # [14:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/33a87cffeac7 - Byron Campen [:bwc] - Bug 908923 - Part 3: Disable auto-refresh in about:webrtc to cut down on jank. r=abr
  1950. # [14:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3cb5cf5a7612 - Byron Campen [:bwc] - Bug 908923 - Part 2: Add a button to dump the entire rlog ringbuffer to about:webrtc. r=abr
  1951. # [14:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/47534210aede - Rick Eyre - Bug 957847 - Fix VTTCue crash at TextTrackCue::AddCue. r=rillian
  1952. # [14:51] * Quits: simo (simo@CB8755A7.EEBDF754.12E82FEE.IP) (Client exited)
  1953. # [14:52] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Input/output error)
  1954. # [14:53] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  1955. # [14:54] * Joins: jpb (chatzilla@moz-DF053F63.cse.bris.ac.uk)
  1956. # [14:55] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  1957. # [14:55] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  1958. # [14:56] * glob|away is now known as glob
  1959. # [14:56] * Joins: Ms2ger (Ms2ger@B085914A.CFB9C8ED.F15B0BB3.IP)
  1960. # [14:57] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  1961. # [14:58] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1962. # [14:58] * Quits: vendo (chatzilla@2536727F.CE4DDBE6.300931B2.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 25.0/20131025151332])
  1963. # [15:00] * Joins: mstange (markus@moz-5A9934AD.dip0.t-ipconnect.de)
  1964. # [15:01] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  1965. # [15:03] * Quits: therube (chatzilla@moz-532294F.hsd1.md.comcast.net) (Ping timeout)
  1966. # [15:05] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  1967. # [15:05] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  1968. # [15:06] * Joins: davidb (davidb@moz-AAD466D5.dsl.bell.ca)
  1969. # [15:07] * Quits: TheComputerGuy0010 (thecompute@DF94A9B6.2BE2974A.1CE56A7.IP) (Ping timeout)
  1970. # [15:08] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  1971. # [15:09] * Joins: hexman (hexman@moz-27F37946.net55.n37.ru)
  1972. # [15:09] * Joins: TheComputerGuy0010 (thecompute@DF94A9B6.2BE2974A.1CE56A7.IP)
  1973. # [15:09] * Parts: hexman (hexman@moz-27F37946.net55.n37.ru)
  1974. # [15:10] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  1975. # [15:11] * Joins: simo (simo@CB8755A7.EEBDF754.12E82FEE.IP)
  1976. # [15:13] * jorendorff_away is now known as jorendorff
  1977. # [15:13] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  1978. # [15:13] * catlee-away is now known as catlee
  1979. # [15:15] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Ping timeout)
  1980. # [15:15] * Quits: TheComputerGuy0010 (thecompute@DF94A9B6.2BE2974A.1CE56A7.IP) (Ping timeout)
  1981. # [15:16] * Joins: geo (geo@5AAE35B2.5EFFC0B8.24454B25.IP)
  1982. # [15:16] * Joins: TheComputerGuy0010 (thecompute@DF94A9B6.2BE2974A.1CE56A7.IP)
  1983. # [15:18] * Quits: TheComputerGuy0010 (thecompute@DF94A9B6.2BE2974A.1CE56A7.IP) (Ping timeout)
  1984. # [15:18] * Joins: wlach (wlach@5AAE35B2.5EFFC0B8.24454B25.IP)
  1985. # [15:19] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1986. # [15:19] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1987. # [15:20] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1988. # [15:20] * retornam is now known as retornam|away
  1989. # [15:21] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/91f800798dc5 - Wes Johnston - Bug 947073 - Don't absolutely position ignore this button on phishing error page. r=margaret, a=lsblakk
  1990. # [15:21] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/ecaeefa36a03 - Robert O'Callahan - Bug 950427 - Don't descend into subdocuments at all in elementFromPoint. r=mats, a=lsblakk
  1991. # [15:21] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Quit: Computer has gone to sleep.)
  1992. # [15:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/46b6115b38f3 - Tom Schuster - Bug 939294 - Fix b2g failure with null JSObject. r=bz on irc
  1993. # [15:22] <@smaug> re-try
  1994. # [15:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/92f64142decc - Olli Pettay - Bug 960351 - browser_bug726427_csstransform_tooltip.js times out, r=pbrosset
  1995. # [15:23] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  1996. # [15:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/80b64a63b524 - Olli Pettay - Bug 930793 - Remove favor performance mode, r=roc,avih
  1997. # [15:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/08422402615a - Olli Pettay - Bug 960309, make browser_tabview_bug625269.js more reliable, r=roc
  1998. # [15:23] * Quits: dria (dria@moz-1C1CE1C8.dsl.teksavvy.com) (Quit: dria)
  1999. # [15:24] <@smaug> RyanVM: if you see any new failures, please back out
  2000. # [15:25] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  2001. # [15:25] * Quits: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP) (Ping timeout)
  2002. # [15:25] <RyanVM> will do :)
  2003. # [15:25] <RyanVM> good luck!
  2004. # [15:25] <Ms2ger> Break a te^Wleg? :)
  2005. # [15:25] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  2006. # [15:26] * Quits: victorporof (victorporo@416E2802.271BFD43.9B1E38F4.IP) (Quit: victorporof)
  2007. # [15:26] * Joins: victorporof (victorporo@416E2802.271BFD43.9B1E38F4.IP)
  2008. # [15:26] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  2009. # [15:26] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2010. # [15:26] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  2011. # [15:26] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2012. # [15:26] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  2013. # [15:26] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  2014. # [15:26] <@smaug> going out, hopefully not breaking a leg
  2015. # [15:27] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  2016. # [15:27] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  2017. # [15:27] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  2018. # [15:27] * armenzg is now known as armenzg_brb
  2019. # [15:27] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  2020. # [15:27] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  2021. # [15:28] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  2022. # [15:28] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Max SendQ exceeded)
  2023. # [15:28] * Quits: AstralStorm (astralstor@moz-94C68B32.dynamic.chello.pl) (Input/output error)
  2024. # [15:28] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  2025. # [15:28] * ChanServ sets mode: +o ehsan
  2026. # [15:28] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  2027. # [15:28] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  2028. # [15:29] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2029. # [15:29] * Joins: zakora (NC@moz-28181BF.fbx.proxad.net)
  2030. # [15:29] * Quits: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP) (Ping timeout)
  2031. # [15:30] * Joins: AaronMT (AaronMT@moz-697572BA.cpe.net.cable.rogers.com)
  2032. # [15:30] * coop|afk is now known as coop|mtg
  2033. # [15:30] * Joins: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP)
  2034. # [15:30] * Joins: TheComputerGuy0010 (thecompute@492EE48D.1ED70DBC.1CE56A7.IP)
  2035. # [15:30] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2036. # [15:30] * Quits: simo (simo@CB8755A7.EEBDF754.12E82FEE.IP) (Ping timeout)
  2037. # [15:31] * Quits: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: pauly)
  2038. # [15:32] * Joins: gal (gal@moz-D6B8E762.hsd1.ca.comcast.net)
  2039. # [15:33] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  2040. # [15:33] * whimboo is now known as whimboo|afk
  2041. # [15:34] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2042. # [15:35] * Quits: Optimizer (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  2043. # [15:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9f1bede9516f - Stephen Pohl - Bug 927402: Ensure that about:telemetry correctly reflects whether or not telemetry is turned on. r=jimm
  2044. # [15:35] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  2045. # [15:35] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  2046. # [15:36] * Quits: TheComputerGuy0010 (thecompute@492EE48D.1ED70DBC.1CE56A7.IP) (Ping timeout)
  2047. # [15:38] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2048. # [15:38] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2049. # [15:39] * retornam|away is now known as retornam
  2050. # [15:39] * ewong is now known as ewong|sleep
  2051. # [15:39] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2052. # [15:40] * Joins: TheComputerGuy0010 (thecompute@723CFA2F.76E1BF5.9882C174.IP)
  2053. # [15:40] * Joins: skittles (Mibbit@5FB8A2CE.6BAF2622.3024A9F4.IP)
  2054. # [15:41] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2055. # [15:41] * Joins: jrmuizel (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP)
  2056. # [15:43] * Quits: Archaeopteryx (itsme@moz-F15E1992.cust.telecolumbus.net) (Ping timeout)
  2057. # [15:43] * Quits: skittles (Mibbit@5FB8A2CE.6BAF2622.3024A9F4.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2058. # [15:43] * Quits: mstange (markus@moz-5A9934AD.dip0.t-ipconnect.de) (Ping timeout)
  2059. # [15:43] * jmaher|afk is now known as jmaher
  2060. # [15:44] * Joins: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2061. # [15:44] * Joins: mstange (markus@moz-5A9934AD.dip0.t-ipconnect.de)
  2062. # [15:44] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2063. # [15:44] * Joins: janv (varga@moz-3742E892.o2inet.sk)
  2064. # [15:45] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2065. # [15:45] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2066. # [15:46] * Joins: simo (simo@60A9FA28.B173BFF4.12E82FEE.IP)
  2067. # [15:46] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
  2068. # [15:48] * Quits: TheComputerGuy0010 (thecompute@723CFA2F.76E1BF5.9882C174.IP) (Ping timeout)
  2069. # [15:48] * kats|away is now known as kats
  2070. # [15:49] * Joins: Archaeopteryx (itsme@moz-F15E1992.cust.telecolumbus.net)
  2071. # [15:51] * Joins: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  2072. # [15:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e8040fedf116 - Vivien Nicolas - Bug 942246 - Event fluffing fails to generate a click under certain conditions. r=smaug
  2073. # [15:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/72be9c70269a - Etienne Segonzac - Bug 849223 - Make the CSS3 system color module customizable via mozSettings to enable gaia themes. r=vingtetun
  2074. # [15:52] * Quits: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  2075. # [15:52] * Joins: serge (Thunderbir@D7996845.25D4C006.97F07BE5.IP)
  2076. # [15:53] * Quits: gal (gal@moz-D6B8E762.hsd1.ca.comcast.net) (Quit: gal)
  2077. # [15:53] * Joins: Optimizer (Optimizer@CE08A23D.2EB0B06C.D2D1FAF0.IP)
  2078. # [15:55] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2079. # [15:56] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  2080. # [15:56] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2081. # [15:56] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2082. # [15:58] * Quits: Dexter (Dexter@moz-878B6CAB.retail.telecomitalia.it) (Quit: )
  2083. # [15:59] * bhearsum is now known as bhearsum|buildduty
  2084. # [16:00] * Quits: danielgherasim (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Connection reset by peer)
  2085. # [16:01] * Joins: danielgherasim (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2086. # [16:03] * Quits: wlach (wlach@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  2087. # [16:04] * edmorley is now known as edmorley|sheriffduty
  2088. # [16:04] * Tomcat|sheriffduty is now known as Tomcat
  2089. # [16:04] * Tomcat is now known as Tomcat|afk
  2090. # [16:05] * Joins: TheComputerGuy0010 (thecompute@723CFA2F.76E1BF5.9882C174.IP)
  2091. # [16:06] * jimm-dentist is now known as jimm
  2092. # [16:08] * hwine-ooo is now known as hwine
  2093. # [16:08] * Quits: AlinT (AlinT@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2094. # [16:09] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  2095. # [16:09] * Joins: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  2096. # [16:10] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  2097. # [16:10] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  2098. # [16:11] <ejpbruel> bz: ping
  2099. # [16:12] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  2100. # [16:12] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2101. # [16:12] * ChanServ sets mode: +o ehsan
  2102. # [16:14] * hwine is now known as hwine-ooo
  2103. # [16:15] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2104. # [16:16] * Quits: huseby (huseby@moz-F86A7D90.lv.lv.cox.net) (Quit: Leaving)
  2105. # [16:17] * Quits: till (till@moz-658A3966.adsl.hansenet.de) (Client exited)
  2106. # [16:17] * Joins: mccr8 (mccr8@moz-2C4A1AA8.dsl.dynamic.sonic.net)
  2107. # [16:18] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2108. # [16:18] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  2109. # [16:18] * Quits: jrmuizel (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP) (Client exited)
  2110. # [16:19] * Joins: dria (dria@13F2CEC5.7672369.D8E68FF6.IP)
  2111. # [16:19] * Joins: jrmuizel (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP)
  2112. # [16:20] * Quits: TheComputerGuy0010 (thecompute@723CFA2F.76E1BF5.9882C174.IP) (Ping timeout)
  2113. # [16:21] * Quits: janv (varga@moz-3742E892.o2inet.sk) (Ping timeout)
  2114. # [16:22] * BenWa|email is now known as BenWa
  2115. # [16:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b96ae9f43a89 - Ryan VanderMeulen - Backed out changeset b971b8137039 (bug 960108) for mochitest-bc orange.
  2116. # [16:23] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2117. # [16:23] * philor|away is now known as philor
  2118. # [16:26] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2119. # [16:27] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  2120. # [16:28] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  2121. # [16:28] * Joins: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2122. # [16:29] * sewardj_ is now known as sewardj
  2123. # [16:29] <sewardj> mccr8: ping
  2124. # [16:29] <mccr8> sewardj: pong
  2125. # [16:30] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2126. # [16:30] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2127. # [16:30] <sewardj> mccr8: nsJSEnvironment.cpp: nsJSContext::EndCycleCollectionCallback
  2128. # [16:30] * Joins: mconley_ (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2129. # [16:30] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  2130. # [16:31] <mccr8> sewardj: what about it?
  2131. # [16:31] <sewardj> mccr8: there are two calls to nsTextFormatter::smprintf in there. I am suspecting that the second has a format string error.
  2132. # [16:31] <mccr8> ah
  2133. # [16:31] * Joins: emtwo (msamuel@13F2CEC5.7672369.D8E68FF6.IP)
  2134. # [16:31] <sewardj> mccr8: would you know about this?
  2135. # [16:32] <mccr8> sewardj: yeah I'm familiar with that bit of code, though not smprintf in particular.
  2136. # [16:32] <mccr8> those printfs are long and terrible so I'm certainly not surprised that there'd be an error in there somewhere...
  2137. # [16:32] <sewardj> mccr8: I'll file w/ my analysis. it's a valgrind-detected problem.
  2138. # [16:32] <mccr8> sewardj: thanks! also CC smaug.
  2139. # [16:33] <sewardj> mccr8: k, willdo
  2140. # [16:34] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  2141. # [16:34] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2142. # [16:34] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2143. # [16:34] * Quits: automata (automata@F03F5324.BB9C8863.7DA01DD1.IP) (Quit: This computer has gone to sleep)
  2144. # [16:36] * Quits: heftig (heftig@moz-D746319F.unitymedia.biz) (Ping timeout)
  2145. # [16:36] * armenzg_brb is now known as armenzg
  2146. # [16:37] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  2147. # [16:38] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2148. # [16:39] * Joins: andreasn (andreasn@A8838390.C5EE4461.5A61BDDA.IP)
  2149. # [16:39] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2150. # [16:39] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  2151. # [16:39] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2152. # [16:40] * Quits: jrmuizel (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP) (Client exited)
  2153. # [16:42] * Joins: vladan1 (vladan@moz-2B986693.cp.telus.net)
  2154. # [16:42] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  2155. # [16:43] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2156. # [16:43] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2157. # [16:43] * Joins: shorlander- (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2158. # [16:44] <margaret> /lc
  2159. # [16:44] * Joins: jrmuizel (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP)
  2160. # [16:44] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2161. # [16:44] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  2162. # [16:44] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2163. # [16:45] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  2164. # [16:46] * baku is now known as baku|away
  2165. # [16:47] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  2166. # [16:47] * Quits: jrmuizel (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP) (Client exited)
  2167. # [16:48] * Joins: arky (arky@1A00E0D.F17C359F.B9D97DBA.IP)
  2168. # [16:48] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  2169. # [16:48] * Joins: till (till@moz-658A3966.adsl.hansenet.de)
  2170. # [16:49] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  2171. # [16:49] * ChanServ sets mode: +o smaug
  2172. # [16:49] * mccr8 is now known as mccr8|away
  2173. # [16:50] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2174. # [16:50] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2175. # [16:51] * baku|away is now known as baku
  2176. # [16:52] * Quits: mconley_ (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2177. # [16:54] * Parts: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2178. # [16:54] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  2179. # [16:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/667450b4926b - David Burns - Bug 927285: Fix for intermittent on test_submit.py; r=me
  2180. # [16:54] * Joins: jrmuizel (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP)
  2181. # [16:54] * Quits: sbeta (Thunderbir@FD38F8EE.D07DB6FE.4A5F0685.IP) (Quit: sbeta)
  2182. # [16:55] * Quits: danielgherasim (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: danielgherasim)
  2183. # [16:56] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  2184. # [16:56] * shorlander- is now known as shorlander
  2185. # [16:56] * Quits: jpb (chatzilla@moz-DF053F63.cse.bris.ac.uk) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.9/20120422230342])
  2186. # [16:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/94f825fa6750 - Gijs Kruitbosch - Bug 956524
  2187. # [16:57] * catlee is now known as catlee-mtg
  2188. # [16:58] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  2189. # [16:58] * jhopkins is now known as jhopkins|mtg
  2190. # [16:58] * Joins: darkowlzz (sunny@CEA0E364.DB8D429E.EACE93BE.IP)
  2191. # [16:59] * baku is now known as baku|away
  2192. # [16:59] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  2193. # [16:59] * Quits: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Client exited)
  2194. # [17:00] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2195. # [17:00] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2196. # [17:00] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2197. # [17:01] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2198. # [17:02] <recursive> kaze: Hi! R u thr?
  2199. # [17:02] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2200. # [17:04] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2201. # [17:04] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: )
  2202. # [17:04] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2203. # [17:04] * Quits: Bas (chatzilla@46964D43.24D7FD8C.9FFB226.IP) (Ping timeout)
  2204. # [17:04] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2205. # [17:05] * edmorley|sheriffduty is now known as edmorley|mtg
  2206. # [17:05] * Joins: Bas (chatzilla@moz-DCAF14EF.ftth.concepts.nl)
  2207. # [17:05] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  2208. # [17:05] * Quits: davidb (davidb@moz-AAD466D5.dsl.bell.ca) (Ping timeout)
  2209. # [17:06] * Quits: zakora (NC@moz-28181BF.fbx.proxad.net) (Quit: Textual IRC Client: www.textualapp.com)
  2210. # [17:07] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  2211. # [17:08] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2212. # [17:08] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  2213. # [17:08] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Connection reset by peer)
  2214. # [17:09] * Joins: a-865_ (fmcz@moz-EFF8C062.cable.mindspring.com)
  2215. # [17:09] * Quits: a-865 (fmcz@moz-EFF8C062.cable.mindspring.com) (Ping timeout)
  2216. # [17:09] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  2217. # [17:09] * a-865_ is now known as a-865
  2218. # [17:09] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2219. # [17:09] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  2220. # [17:09] * Quits: MrMazda (fmcz@moz-EFF8C062.cable.mindspring.com) (Ping timeout)
  2221. # [17:09] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  2222. # [17:10] * Joins: MrMazda (fmcz@moz-EFF8C062.cable.mindspring.com)
  2223. # [17:11] <kaze> recursive: yep
  2224. # [17:11] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  2225. # [17:11] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2226. # [17:11] <recursive> kaze: would u pls check this? https://bugzilla.mozilla.org/show_bug.cgi?id=871605
  2227. # [17:11] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  2228. # [17:12] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2229. # [17:12] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  2230. # [17:12] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  2231. # [17:12] <kaze> recursive: sure
  2232. # [17:12] * Joins: mconley_ (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2233. # [17:13] <kaze> recursive: apn_conf_local.xml
  2234. # [17:13] <kaze> recursive: the JSON file should be generated
  2235. # [17:13] <jchen> RyanVM: sorry for the confusion. i only wanted to uplift the a+'d patch in bug 951431, and not the other two
  2236. # [17:13] <RyanVM> jchen: oh, crap
  2237. # [17:13] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  2238. # [17:13] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2239. # [17:14] <RyanVM> jchen: people are very inconsistent with how they request approval for multiples
  2240. # [17:14] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2241. # [17:14] <RyanVM> jchen: backout or just leave them in?
  2242. # [17:14] * Quits: a-865 (fmcz@moz-EFF8C062.cable.mindspring.com) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.23/20131210201646])
  2243. # [17:14] <jchen> RyanVM: can you back out the other two?
  2244. # [17:14] <RyanVM> k
  2245. # [17:14] * Quits: mconley_ (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2246. # [17:15] <jchen> RyanVM: i see. what's the preferred way? i usually post a combined patch for approval in case of multiples.
  2247. # [17:16] * Joins: davidb (davidb@moz-4DD8F491.dsl.bell.ca)
  2248. # [17:16] <RyanVM> that works, or noting on the approval request that it's for all or one
  2249. # [17:16] * Joins: a-865 (fmcz@moz-EFF8C062.cable.mindspring.com)
  2250. # [17:17] <jchen> RyanVM: alright i'll put a note next time. thanks! :)
  2251. # [17:17] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2252. # [17:18] <jchen> RyanVM: just to make sure, 36dfb491674d is the rev to keep
  2253. # [17:18] <RyanVM> yes
  2254. # [17:18] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2255. # [17:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/aa8e746be488 - Markus Stange - Bug 944579. r=Bas
  2256. # [17:18] * Quits: annevk (annevk@moz-620475C.ethz.ch) (Input/output error)
  2257. # [17:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/45a6f3480c59 - Andy Wingo - Bug 960168 - Reified block scopes should prevent magic optimized arguments. r=luke
  2258. # [17:18] * baku|away is now known as baku
  2259. # [17:18] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  2260. # [17:19] * Joins: Jerry_ (hshih@moz-AE383FC4.dynamic.kbronet.com.tw)
  2261. # [17:20] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  2262. # [17:21] <recursive> kaze: r u thr?
  2263. # [17:21] * armenzg is now known as armenzg_brb
  2264. # [17:22] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Input/output error)
  2265. # [17:22] * Joins: Optimizer1 (Instantbir@CE08A23D.2EB0B06C.D2D1FAF0.IP)
  2266. # [17:22] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  2267. # [17:22] * Quits: nicodel (Thunderbir@BB2FDF7B.81445FE4.1B3E68DA.IP) (Quit: nicodel)
  2268. # [17:23] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2269. # [17:25] <@khuey> this mass removal of DUPEME is annoying
  2270. # [17:25] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  2271. # [17:27] <RyanVM> khuey: WTH is sjw@gmx.ch ?
  2272. # [17:27] <bz> uh
  2273. # [17:27] <bz> Who did that and why?
  2274. # [17:28] <bz> And with no comment to boot?
  2275. # [17:28] * Quits: ferjm (ferjm@E0F7E15F.F9DEA6D6.FB6F0902.IP) (Quit: Leaving)
  2276. # [17:28] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Ping timeout)
  2277. # [17:28] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2278. # [17:28] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  2279. # [17:29] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2280. # [17:29] <nemo> so. just mild curiosity. roc added a fix for something that has languished for a few years and was really messing up html5 validation in our forms. it has been reviewed+
  2281. # [17:29] <bz> Ah, I think my bugmail settings filtered most of it out
  2282. # [17:29] <bz> since no comment
  2283. # [17:29] <nemo> Does that mean it'll be in the next stable?
  2284. # [17:29] <nemo> (I mean, 3 months from now)
  2285. # [17:29] * Joins: WaltS48 (Thunderbir@moz-9372DFA.pitbpa.east.verizon.net)
  2286. # [17:29] <bz> nemo: this is the textarea padding thing?
  2287. # [17:29] <nemo> nope. html5 validation getting truncated
  2288. # [17:29] <nemo> http://m8y.org/tmp/testcase361.xhtml
  2289. # [17:29] <bz> nemo: ok. Anyway, stuff that lands right now will be in Firefox 29.
  2290. # [17:30] * Joins: aklotz (Thunderbir@moz-C293AFAD.mh.shawcable.net)
  2291. # [17:30] <nemo> ah right. needs to land. review+ is not enough
  2292. # [17:30] <bz> So end of April, according to https://wiki.mozilla.org/RapidRelease/Calendar
  2293. # [17:30] <nemo> cool cool
  2294. # [17:30] <nemo> well. has been going on for a while, just more people noticing it now :)
  2295. # [17:30] <bz> As long as it lands before Feb 3
  2296. # [17:30] <bz> which I expect it would. ;)
  2297. # [17:30] * Quits: Optimizer1 (Instantbir@CE08A23D.2EB0B06C.D2D1FAF0.IP) (Ping timeout)
  2298. # [17:30] <RyanVM> nemo: you could probably get it on Aurora (Fx28) as well if it's low-risk
  2299. # [17:31] * Joins: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com)
  2300. # [17:31] <RyanVM> doubtful for beta27 at this point
  2301. # [17:31] <nemo> eh. 29 is fine :)
  2302. # [17:31] <nemo> has been around for years
  2303. # [17:31] * armenzg_brb is now known as armenzg_lunch
  2304. # [17:31] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  2305. # [17:31] <RyanVM> just sayin' :)
  2306. # [17:31] <RyanVM> never hurts to ask imo
  2307. # [17:31] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Input/output error)
  2308. # [17:31] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  2309. # [17:33] <hurley> RyanVM: thanks for landing that patch for me :)
  2310. # [17:33] <RyanVM> yessir
  2311. # [17:34] * Quits: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Ping timeout)
  2312. # [17:34] * Joins: owenchu (owenchu@moz-341E3462.hsd1.ca.comcast.net)
  2313. # [17:35] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2314. # [17:35] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  2315. # [17:35] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  2316. # [17:35] * jhopkins|mtg is now known as jhopkins
  2317. # [17:35] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2318. # [17:35] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2319. # [17:35] * Joins: owenchu_ (owenchu@60A74940.D6CCE4AE.77834EAA.IP)
  2320. # [17:36] * Quits: owenchu (owenchu@moz-341E3462.hsd1.ca.comcast.net) (Ping timeout)
  2321. # [17:36] * owenchu_ is now known as owenchu
  2322. # [17:36] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2323. # [17:36] <edmorley|mtg> RyanVM: burning on inbound tip
  2324. # [17:36] * Quits: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net) (Ping timeout)
  2325. # [17:36] <RyanVM> fun
  2326. # [17:36] <RyanVM> mstange ^
  2327. # [17:37] <mstange> oh no
  2328. # [17:37] <RyanVM> https://tbpl.mozilla.org/php/getParsedLog.php?id=33107819&tree=Mozilla-Inbound
  2329. # [17:37] <mstange> can you please back out?
  2330. # [17:37] <RyanVM> sure
  2331. # [17:38] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  2332. # [17:38] <mstange> looks like I uploaded a patch that wasn't qref'd properly
  2333. # [17:38] <mstange> sorry
  2334. # [17:38] <RyanVM> it happens
  2335. # [17:38] * Joins: bent (chatzilla@moz-632A43B.hsd1.ca.comcast.net)
  2336. # [17:38] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2337. # [17:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/544bdb194485 - Ryan VanderMeulen - Backed out changeset aa8e746be488 (bug 944579) for bustage.
  2338. # [17:39] <@khuey> bz: well, he's removing it from bugs that are marked duplicate
  2339. # [17:39] * Joins: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net)
  2340. # [17:39] <@khuey> but it's a little annoying
  2341. # [17:39] <jesup> gps: ping
  2342. # [17:40] * Quits: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP) (Quit: ERC Version 5.3 (IRC client for Emacs))
  2343. # [17:40] <@khuey> bz: hmm, looks like maybe someone banhammered him
  2344. # [17:41] * catlee-mtg is now known as catlee
  2345. # [17:41] * Joins: maikmerten (maikmerten@7BBB4BEE.42F844A0.5A9032E5.IP)
  2346. # [17:41] * Quits: owenchu (owenchu@60A74940.D6CCE4AE.77834EAA.IP) (Ping timeout)
  2347. # [17:41] <Ms2ger> You?
  2348. # [17:42] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2349. # [17:42] * jcranmer|away is now known as jcranmer
  2350. # [17:43] <jcranmer> hsivonen: most everything I was going to say I did in the email already
  2351. # [17:43] <bz> I didn't disable his account...
  2352. # [17:43] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  2353. # [17:43] <bz> I wonder who did
  2354. # [17:43] * mccr8|away is now known as mccr8
  2355. # [17:43] <bz> Doesn't seem warranted
  2356. # [17:43] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  2357. # [17:43] <@khuey> Ms2ger: I don't have those powers
  2358. # [17:43] <Ms2ger> Oh, bz does? Good to know :)
  2359. # [17:44] * Joins: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net)
  2360. # [17:44] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2361. # [17:44] <bz> I don't either, actually.
  2362. # [17:44] * bz used to, but gave them up.
  2363. # [17:44] <bz> I can grant canconfirm
  2364. # [17:45] <bz> And I can add things like targer milestones
  2365. # [17:45] <glob> heads up: someone just made a massive bulk update on http://bugzilla.mozilla.org , triggering more thank 60k emails. expect email delivery delays.
  2366. # [17:45] <Ms2ger> 60k DUPEMEs?
  2367. # [17:45] <RyanVM> holy god
  2368. # [17:45] <RyanVM> guess we know who dropped the banhammer :P
  2369. # [17:45] * Joins: nicklebedev-m (nicklebede@moz-29D843ED.net151.n37.ru)
  2370. # [17:45] <Ms2ger> Oh
  2371. # [17:46] <poiru> Anyone know if -new-private-tab (similar to -new-tab, but for private windows) has been considered in the past?
  2372. # [17:46] <Ms2ger> More than one email per bug, I guess
  2373. # [17:46] <edmorley|mtg> glob: least the timeouts on mass updates must be fixed :-)
  2374. # [17:46] <glob> edmorley|mtg, scripted via the api
  2375. # [17:46] <edmorley|mtg> glob: ah
  2376. # [17:46] <bz> RyanVM: we do?
  2377. # [17:46] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2378. # [17:46] <Ms2ger> Sounds like glob to me
  2379. # [17:46] <RyanVM> bz: was assuming glob :)
  2380. # [17:47] * Joins: huseby (huseby@moz-E0823EE.dhcp.embarqhsd.net)
  2381. # [17:47] <bz> glob: Oh, he didn't use the bugzilla UI? :(
  2382. # [17:47] <glob> Ms2ger, we average ~50 emails per change
  2383. # [17:47] <Ms2ger> So about 1.2k bugs?
  2384. # [17:48] <bz> That's plausible
  2385. # [17:48] <bz> I assume he just removed it on resolved bugs or something?
  2386. # [17:48] <Ms2ger> Lots of dupes all around
  2387. # [17:48] <@ehsan> poiru: we do not support per-tab private browsing, so, WONTFIX :)
  2388. # [17:48] * Joins: AlinT (AlinT@moz-104CC309.mv.mozilla.com)
  2389. # [17:48] <glob> bz, yes, only resolved bugs
  2390. # [17:49] * Joins: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net)
  2391. # [17:49] <glob> that's the tail wagging the dog; update your query not the bugs :|
  2392. # [17:49] <poiru> ehsan: I know. Think -open-url-in-existing-private-window-or-create-new-private-window instead of -new-private-tab :)
  2393. # [17:49] * geekboy|afk is now known as geekboy
  2394. # [17:50] <bz> glob: yeah, indeed
  2395. # [17:50] <bz> glob: That was going to be my response once he told me that... ;)
  2396. # [17:50] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  2397. # [17:50] * bz mailed him asking why the change
  2398. # [17:50] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2399. # [17:51] <poiru> ehsan: So essentially just like -new-tab, but it would target existing private windows (or create a new private window if there isn't one already).
  2400. # [17:51] <@ehsan> hmm
  2401. # [17:51] <@ehsan> poiru: there is a cmdline thing to create a new private window, perhaps we can extend that to accept an optional url if it doesn't already?
  2402. # [17:51] * Joins: ehugg (chatzilla@2246827B.709C0A2A.6157E88D.IP)
  2403. # [17:51] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  2404. # [17:51] <poiru> ehsan: Yes, I have implemented it already. Just wanted to know if this was considered and rejected.
  2405. # [17:52] * Joins: Waldo (waldo@moz-B65AF445.hfc.comcastbusiness.net)
  2406. # [17:52] <@ehsan> poiru: no, it hasn't
  2407. # [17:52] <@ehsan> poiru: where is the patch?
  2408. # [17:52] * Quits: mccr8 (mccr8@moz-2C4A1AA8.dsl.dynamic.sonic.net) (Quit: computer sleep)
  2409. # [17:52] <poiru> ehsan: Cool, I'll create a bug.
  2410. # [17:52] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  2411. # [17:52] <@ehsan> k
  2412. # [17:52] <@ehsan> r?me
  2413. # [17:52] <poiru> Sure.
  2414. # [17:52] * Quits: AaronMT (AaronMT@moz-697572BA.cpe.net.cable.rogers.com) (Connection reset by peer)
  2415. # [17:53] * Joins: AaronMT (AaronMT@moz-697572BA.cpe.net.cable.rogers.com)
  2416. # [17:53] <jesup> glandium: ping (unlikely)
  2417. # [17:53] * Quits: jrmuizel (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP) (Client exited)
  2418. # [17:54] * Quits: joshua-s (Thunderbir@moz-D5BAAF6E.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  2419. # [17:54] * Joins: sfoster (sfoster@moz-99C13B58.hsd1.or.comcast.net)
  2420. # [17:54] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2421. # [17:54] * Joins: joshua-s (Thunderbir@moz-D5BAAF6E.syrcny.east.verizon.net)
  2422. # [17:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/041808fb7879 - Monica Chew - Bug 919076: Change Downloads.jsm createNiceUnique to create files with mode 644 (r=paolo)
  2423. # [17:55] * Joins: mchang (mchang@moz-B8B530C2.hsd1.ca.comcast.net)
  2424. # [17:55] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  2425. # [17:55] * Joins: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu)
  2426. # [17:55] * Quits: AaronMT (AaronMT@moz-697572BA.cpe.net.cable.rogers.com) (Ping timeout)
  2427. # [17:55] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  2428. # [17:55] * Quits: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu) (Quit: Konversation terminated!)
  2429. # [17:56] * Joins: AaronMT (AaronMT@moz-697572BA.cpe.net.cable.rogers.com)
  2430. # [17:56] * Joins: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu)
  2431. # [17:56] * Joins: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net)
  2432. # [17:56] * Quits: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: gal)
  2433. # [17:57] * Quits: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu) (Quit: Konversation terminated!)
  2434. # [17:58] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  2435. # [17:58] * Joins: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu)
  2436. # [17:58] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2437. # [17:58] * gaye|sleep is now known as gaye
  2438. # [17:58] * Joins: SJW (Thunderbir@moz-D339B992.dynip.ebmnet.ch)
  2439. # [17:59] * Joins: dzbarsky (Adium@moz-9B10A8EC.wlan.wharton.upenn.edu)
  2440. # [18:00] * Joins: crypt (chatzilla@moz-44D86B1E.cisco.com)
  2441. # [18:00] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/9c3ddd178154 - Mike de Boer - [Australis] Bug 859751: Windows 8 toolkit theme adjustments. r=dao.
  2442. # [18:00] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2443. # [18:00] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2444. # [18:01] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2445. # [18:01] <mikedeboer> that check-in to m-c was accidental. I will watch TBPL of course!
  2446. # [18:01] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2447. # [18:02] * Joins: gal (gal@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2448. # [18:02] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  2449. # [18:04] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Ping timeout)
  2450. # [18:05] * khuey is now known as khuey|away
  2451. # [18:05] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  2452. # [18:06] <RyanVM> mikedeboer: \m/
  2453. # [18:06] <RyanVM> that'll learn ya
  2454. # [18:06] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  2455. # [18:06] <mikedeboer> RyanVM: I know :( learning the hard way...
  2456. # [18:08] * Joins: ckerschb (ckerschb@moz-82777327.ics.uci.edu)
  2457. # [18:09] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  2458. # [18:09] * Quits: AaronMT (AaronMT@moz-697572BA.cpe.net.cable.rogers.com) (Ping timeout)
  2459. # [18:10] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  2460. # [18:10] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  2461. # [18:11] * edmorley|mtg is now known as edmorley|sheriffduty
  2462. # [18:12] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  2463. # [18:12] * Joins: AaronMT (AaronMT@673DE0C9.8B92B54.11DF6BDE.IP)
  2464. # [18:13] * Quits: tzimmermann (tzimmerman@moz-1EEADDF8.pools.arcor-ip.net) (Quit: Ex-Chat)
  2465. # [18:15] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2466. # [18:15] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2467. # [18:16] * Joins: ted416 (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2468. # [18:16] * Quits: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2469. # [18:16] * Quits: till (till@moz-658A3966.adsl.hansenet.de) (Ping timeout)
  2470. # [18:16] * coop|mtg is now known as coop
  2471. # [18:17] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2472. # [18:17] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  2473. # [18:17] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2474. # [18:17] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  2475. # [18:17] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2476. # [18:18] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2477. # [18:19] * terrence-afk is now known as terrence
  2478. # [18:19] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2479. # [18:19] * Quits: mchang (mchang@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: mchang)
  2480. # [18:20] <Waldo> watching the tree, funny how the new generation thinks of that as weird
  2481. # [18:20] <Waldo> (get off my lawn)
  2482. # [18:20] * BenWa is now known as BenWa|email
  2483. # [18:20] <Ms2ger> And mine
  2484. # [18:20] * Joins: dorsatum (dorsatum@C4B5DD9E.2462B1E2.5D9ABA9F.IP)
  2485. # [18:21] <dorsatum> bsmedberg: ping
  2486. # [18:21] <@bsmedberg> dorsatum: pong
  2487. # [18:21] * Quits: Enn (enn@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2488. # [18:21] <froydnj> Ms2ger: nobody wants to be on your lawn
  2489. # [18:21] * Quits: gal (gal@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gal)
  2490. # [18:21] <Ms2ger> Good
  2491. # [18:22] <dorsatum> bsmedberg: so I built firefox, and ran the xpcshell tests, here's the output: http://paste.ubuntu.com/6763139/
  2492. # [18:22] * Quits: gabor (gabor@941349F4.F58C7D4D.F945DA.IP) (Ping timeout)
  2493. # [18:22] <dorsatum> how is this interpreted? are the errors known? is this a number that people normally see?
  2494. # [18:22] <@bsmedberg> dorsatum: is that running *all* the tests?
  2495. # [18:22] <@bsmedberg> dorsatum: normally there should be 0 errors
  2496. # [18:22] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  2497. # [18:22] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2498. # [18:23] * Joins: heftig (heftig@C0A4613F.608A649E.172227A7.IP)
  2499. # [18:23] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  2500. # [18:23] <@bsmedberg> dorsatum: the log will show you TEST-UNEXPECTED-FAIL for each error, I think
  2501. # [18:23] <dorsatum> bsmedberg: the pastebin out is the last couple of lines with the summary. the command i executed was make xpcshell-tests. is that correct?
  2502. # [18:23] * Joins: hexman (hexman@moz-27F37946.net55.n37.ru)
  2503. # [18:23] <@bsmedberg> dorsatum: that will run all the tests, which is more than you need in this case
  2504. # [18:23] * Parts: hexman (hexman@moz-27F37946.net55.n37.ru)
  2505. # [18:24] <@bsmedberg> dorsatum: I'd start with just the test we're modifying
  2506. # [18:24] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/00b274fbebf3 - Robert O'Callahan - Backout fixes for bugs 261037 and 931464 (changesets 44de05b3239b, 3ba941e15e5e, eeec8acdb32c) to fix Drupal issues in bug 960277. a=bajaj
  2507. # [18:24] * Joins: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com)
  2508. # [18:24] <@bsmedberg> dorsatum: `make xpcshell-tests xpcom/tests/unit/test_bug374754.js
  2509. # [18:24] <dorsatum> bsmedberg: Just a minute, I'll go through the fail reports, if our js file is not in it, does that mean that the patch is good to go?
  2510. # [18:24] * Quits: AlinT (AlinT@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2511. # [18:25] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  2512. # [18:25] <sewardj> mccr8: bug 960603
  2513. # [18:25] <ejpbruel> bz: ping
  2514. # [18:25] <@bsmedberg> dorsatum: so you were going to do this twice, right? The test should fail before your code fix, and pass after it
  2515. # [18:25] * Joins: tantek (tantek@moz-1C31FBD1.dsl.dynamic.sonic.net)
  2516. # [18:25] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2517. # [18:26] * Quits: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net) (Ping timeout)
  2518. # [18:26] <mccr8> sewardj: thanks!
  2519. # [18:26] * Joins: shorlander (shorlander@7BE54F67.5E1E8109.198A214C.IP)
  2520. # [18:27] * Quits: shorlander (shorlander@7BE54F67.5E1E8109.198A214C.IP) (Input/output error)
  2521. # [18:27] * Joins: mats (chatzilla@868A9748.A189EB51.4B330583.IP)
  2522. # [18:27] <sewardj> mccr8: it's a bit strange. Had me wondering what's going on.
  2523. # [18:27] * Quits: Waldo (waldo@moz-B65AF445.hfc.comcastbusiness.net) (Ping timeout)
  2524. # [18:27] * Quits: dorsatum (dorsatum@C4B5DD9E.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  2525. # [18:28] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2526. # [18:28] * Quits: ehugg (chatzilla@2246827B.709C0A2A.6157E88D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2527. # [18:28] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2528. # [18:28] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  2529. # [18:29] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  2530. # [18:29] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  2531. # [18:31] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  2532. # [18:33] * Quits: smontagu (chatzilla@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2533. # [18:33] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2534. # [18:34] * Joins: dorsatum (dorsatum@7844B094.2462B1E2.5D9ABA9F.IP)
  2535. # [18:35] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  2536. # [18:35] <WeirdAl> Who's flooding us with bugspam this time? :}
  2537. # [18:35] <WeirdAl> :|
  2538. # [18:36] <dorsatum> bsmedberg: sorry, my connection is quite poor today. this is the output after the first attempt and the bug file that was edited is not there in the failed list.
  2539. # [18:36] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2540. # [18:37] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  2541. # [18:37] * Quits: crypt (chatzilla@moz-44D86B1E.cisco.com) (Ping timeout)
  2542. # [18:37] * bbondy_ is now known as bbondy
  2543. # [18:37] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2544. # [18:37] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  2545. # [18:37] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2546. # [18:37] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2547. # [18:38] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2548. # [18:38] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  2549. # [18:40] * Quits: AaronMT (AaronMT@673DE0C9.8B92B54.11DF6BDE.IP) (Connection reset by peer)
  2550. # [18:40] * Joins: AaronMT (AaronMT@moz-6DF6FA8E.cpe.net.cable.rogers.com)
  2551. # [18:40] * armenzg_lunch is now known as armenzg
  2552. # [18:41] <rillian> where does the firefox version number live in the tree?
  2553. # [18:41] * Quits: bnicholson (bnicholson@moz-46A94A2D.hsd1.ca.comcast.net) (Ping timeout)
  2554. # [18:41] <rillian> browser/config/version.txt?
  2555. # [18:42] * RyanVM is now known as RyanVM|sheriffduty
  2556. # [18:42] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  2557. # [18:43] * Quits: SJW (Thunderbir@moz-D339B992.dynip.ebmnet.ch) (Quit: SJW)
  2558. # [18:44] * philor is now known as philor|away
  2559. # [18:45] * Quits: mats (chatzilla@868A9748.A189EB51.4B330583.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2560. # [18:46] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2561. # [18:46] * Quits: dorsatum (dorsatum@7844B094.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  2562. # [18:46] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  2563. # [18:47] * edmorley|sheriffduty is now known as edmorley
  2564. # [18:47] <dholbert> rillian, looks like it
  2565. # [18:47] <rillian> ok, thanks
  2566. # [18:47] <WeirdAl> sjw!!!!!!!
  2567. # [18:47] <dholbert> rillian, plus a few other places
  2568. # [18:48] <dholbert> rillian, hg llog on that file will give you a cset that bumped it
  2569. # [18:48] <dholbert> rillian, hg export that cset will show you what else changed
  2570. # [18:48] <dholbert> (looks like 4 or 5 files)
  2571. # [18:48] <rillian> I was going to say, that's more than a few places!
  2572. # [18:49] <dholbert> sorry, llog is a local alias; hg log --limit 2 is what I meant
  2573. # [18:49] * Quits: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com) (Ping timeout)
  2574. # [18:49] <rillian> I guess the various confvars.sh are where the user-visible string gets set
  2575. # [18:49] <mccr8> hmm mochitest is not looking good on inbound...
  2576. # [18:49] <rillian> dholbert: 'git log -p browser/config/version.txt' :)
  2577. # [18:49] * Quits: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl) (Quit: Leaving)
  2578. # [18:50] <dholbert> rillian, oh, you're one of *those* people
  2579. # [18:50] <dholbert> :)
  2580. # [18:50] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2581. # [18:50] <rillian> the feeling is mutual :)
  2582. # [18:50] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  2583. # [18:51] * Quits: AaronMT (AaronMT@moz-6DF6FA8E.cpe.net.cable.rogers.com) (Connection reset by peer)
  2584. # [18:51] <RyanVM|sheriffduty> mccr8: inbound closed for a fix/backout
  2585. # [18:51] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2586. # [18:52] * khuey|away is now known as khuey
  2587. # [18:52] <@smaug> RyanVM|sheriffduty: did I break something ? :)
  2588. # [18:52] <mccr8> smaug: probably me, somehow...
  2589. # [18:52] <@smaug> doesn't look like me
  2590. # [18:52] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  2591. # [18:52] <RyanVM|sheriffduty> smaug: yeah, mccr8 owns this one
  2592. # [18:53] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2593. # [18:53] * Quits: darkowlzz (sunny@CEA0E364.DB8D429E.EACE93BE.IP) (Quit: This computer has gone to sleep)
  2594. # [18:53] <@khuey> I'm getting hyper-spammed via PM
  2595. # [18:53] * Quits: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: gal)
  2596. # [18:54] <@smaug> gps: why is js/* often rebuilt when using make -C objdir binaries, even when not touching js/*
  2597. # [18:54] <@smaug> I think some media/sip stuff too
  2598. # [18:54] * Quits: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu) (Quit: Konversation terminated!)
  2599. # [18:54] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  2600. # [18:54] * Joins: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu)
  2601. # [18:54] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  2602. # [18:55] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2603. # [18:55] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2604. # [18:56] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2605. # [18:56] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  2606. # [18:56] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2607. # [18:57] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  2608. # [18:57] * Joins: AaronMT (AaronMT@moz-6DF6FA8E.cpe.net.cable.rogers.com)
  2609. # [18:57] * Joins: annevk (annevk@moz-9499C95C.dclient.hispeed.ch)
  2610. # [18:57] * Joins: bnicholson (bnicholson@moz-DB4A9C19.scl3.mozilla.com)
  2611. # [18:57] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2612. # [18:57] <Ms2ger> smaug, there's an env variable to tell you what caused the rebuild, but stuff never seemed to rebuild when I used it
  2613. # [18:57] * Joins: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com)
  2614. # [18:58] * Quits: heftig (heftig@C0A4613F.608A649E.172227A7.IP) (Ping timeout)
  2615. # [18:58] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2616. # [18:58] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2617. # [18:58] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  2618. # [18:58] * Joins: ehugg (chatzilla@77B4C233.29102B70.6CD50604.IP)
  2619. # [18:58] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2620. # [18:59] <RyanVM|sheriffduty> mccr8: how goes?
  2621. # [18:59] * Joins: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com)
  2622. # [18:59] <mccr8> RyanVM|sheriffduty: I'm checking if backing out the last one will fix it.
  2623. # [18:59] <RyanVM|sheriffduty> ok
  2624. # [18:59] * Quits: _AtilA_ (atila@8115C16.8A6572E7.C4DEE87F.IP) (Ping timeout)
  2625. # [19:00] * Quits: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Quit: Ex-Chat)
  2626. # [19:00] <mccr8> I'm not too hopeful but give me a minute. :-/
  2627. # [19:00] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2628. # [19:00] * Quits: @khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  2629. # [19:00] * Quits: nicklebedev-m (nicklebede@moz-29D843ED.net151.n37.ru) (Ping timeout)
  2630. # [19:00] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Client exited)
  2631. # [19:00] <RyanVM|sheriffduty> no prob
  2632. # [19:01] <mccr8> okay I think I found the bad commit...
  2633. # [19:02] * Quits: bnicholson (bnicholson@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  2634. # [19:02] * juanb is now known as juanb|brb
  2635. # [19:02] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  2636. # [19:02] * ChanServ sets mode: +o khuey
  2637. # [19:02] * Quits: Jerry_ (hshih@moz-AE383FC4.dynamic.kbronet.com.tw) (Quit: Leaving)
  2638. # [19:02] * Quits: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu) (Quit: Konversation terminated!)
  2639. # [19:03] * gregglind_afk is now known as gregglind
  2640. # [19:03] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2641. # [19:03] * Quits: WaltS48 (Thunderbir@moz-9372DFA.pitbpa.east.verizon.net) (Quit: WaltS48 has gone elsewhere)
  2642. # [19:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/605dc4d541a5 - Andrew McCreight - Back out a669a3d25d38 for breaking everything on this CLOSED TREE
  2643. # [19:04] <@khuey> break all the things
  2644. # [19:05] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2645. # [19:05] * Joins: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu)
  2646. # [19:05] * philor|away is now known as philor
  2647. # [19:05] * coop is now known as coop|mtg
  2648. # [19:05] <mccr8> khuey: I think I used NS_ENSURE_SUCCESS with a boolean first argument...
  2649. # [19:05] <mccr8> I'm not sure why that compiles but there you go
  2650. # [19:05] <@khuey> haha
  2651. # [19:05] <mccr8> that's the only thing I can think of.
  2652. # [19:06] * Joins: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com)
  2653. # [19:06] * Joins: margaret_ (margaret@moz-DB4A9C19.scl3.mozilla.com)
  2654. # [19:06] <mccr8> hmm no that can't be right
  2655. # [19:06] <mccr8> seems like this push is the one that did it https://hg.mozilla.org/integration/mozilla-inbound/rev/a669a3d25d38
  2656. # [19:06] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2657. # [19:06] * Quits: tonymec|away (tonymec@C3D6B991.6051DC.A9371869.IP) (Ping timeout)
  2658. # [19:07] * Joins: nicklebedev-m (nicklebede@moz-29D843ED.net151.n37.ru)
  2659. # [19:07] * Quits: blassey (quassel@moz-A4899051.hsd1.ma.comcast.net) (Client exited)
  2660. # [19:07] <RyanVM|sheriffduty> mccr8: don't forget a [leave open] on the bug so it doesn't get resolved when the rest merges to m-c
  2661. # [19:07] * glob is now known as glob|away
  2662. # [19:08] * Joins: mchang (mchang@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2663. # [19:08] * BenWa|email is now known as BenWa
  2664. # [19:08] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  2665. # [19:08] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2666. # [19:09] * Quits: juanb|brb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2667. # [19:09] * Quits: Gijs (gijs@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2668. # [19:09] * Quits: Archaeopteryx (itsme@moz-F15E1992.cust.telecolumbus.net) (Quit: Goodbye)
  2669. # [19:09] <mccr8> RyanVM|sheriffduty: I'm not sure the patch that broke everything is awesome enough to be worth the bother of investigating, but yeah I guess I should.
  2670. # [19:09] * Quits: paolo_ (paolo@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2671. # [19:09] * Joins: margaret1 (margaret@moz-DB4A9C19.scl3.mozilla.com)
  2672. # [19:09] * Quits: margaret1 (margaret@moz-DB4A9C19.scl3.mozilla.com) (Quit: Lost terminal)
  2673. # [19:09] <RyanVM|sheriffduty> mccr8: your call, just didn't want you to forget one way or the other
  2674. # [19:09] * Quits: margaret_ (margaret@moz-DB4A9C19.scl3.mozilla.com) (Quit: Lost terminal)
  2675. # [19:09] * Quits: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com) (Quit: Lost terminal)
  2676. # [19:09] * Joins: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com)
  2677. # [19:09] * Quits: dzbarsky (Adium@moz-9B10A8EC.wlan.wharton.upenn.edu) (Quit: Leaving.)
  2678. # [19:10] * @bsmedberg feels grumpy today
  2679. # [19:10] <Ms2ger> mccr8, changing behaviour if registrar is null or ContractIDToCID fails
  2680. # [19:11] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2681. # [19:11] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  2682. # [19:11] <mccr8> Ms2ger: oh right, thanks!
  2683. # [19:11] <margaret> is anyone here experiencing irc pm spam? is there an op or somebody who can fix that?
  2684. # [19:11] <mccr8> khuey was
  2685. # [19:12] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2686. # [19:13] * Joins: briansmith (briansmith@F3DD0A5C.CA51571D.806032EE.IP)
  2687. # [19:13] * Quits: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu) (Ping timeout)
  2688. # [19:13] <AaronMT> massive bug spam too
  2689. # [19:13] <Ms2ger> That's someone else
  2690. # [19:13] <Ms2ger> I hope
  2691. # [19:13] * kats is now known as kats-lunch
  2692. # [19:13] <AaronMT> random keyword and whiteboard removals and flag flipping
  2693. # [19:13] * Joins: bnicholson (bnicholson@moz-DB4A9C19.scl3.mozilla.com)
  2694. # [19:14] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2695. # [19:14] <@khuey> AaronMT: have you seen anything besides DUPEME removal?
  2696. # [19:14] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2697. # [19:14] * Quits: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com) (Quit: Lost terminal)
  2698. # [19:14] * Joins: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com)
  2699. # [19:15] <margaret> i've restarted irssi twice now to get rid of these spam windows
  2700. # [19:16] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2701. # [19:16] * Joins: Archae|mobile (AndChat@moz-F15E1992.cust.telecolumbus.net)
  2702. # [19:16] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2703. # [19:17] * Quits: wolfiR (wolfiR@moz-B586C512.dip0.t-ipconnect.de) (Quit: Leaving)
  2704. # [19:17] * Joins: rednaks (rednaks@DC02ACED.7D4686C0.55FFA9B4.IP)
  2705. # [19:17] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  2706. # [19:17] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  2707. # [19:18] * Joins: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu)
  2708. # [19:18] <@khuey> uh
  2709. # [19:18] <@khuey> did we break pushloghtml?
  2710. # [19:18] * Quits: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu) (Quit: Konversation terminated!)
  2711. # [19:18] * Joins: blassey (quassel@moz-A4899051.hsd1.ma.comcast.net)
  2712. # [19:18] <RyanVM|sheriffduty> ?
  2713. # [19:18] <@khuey> oh, fun
  2714. # [19:19] <RyanVM|sheriffduty> wfm
  2715. # [19:19] <@khuey> pushloghtml doesn't work if it wasn't actually pushed to that branch
  2716. # [19:19] * Quits: bnicholson (bnicholson@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  2717. # [19:19] * Joins: dzbarsky (Adium@moz-9B10A8EC.wlan.wharton.upenn.edu)
  2718. # [19:19] * Quits: gerard-majax_ (alex@E35895D6.C0BE01C8.A430FDC1.IP) (Ping timeout)
  2719. # [19:19] <@khuey> e.g. I can't use it on aurora for things that landed on central
  2720. # [19:20] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  2721. # [19:20] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  2722. # [19:20] <froydnj> I can hear the ghost of gps whispering "unified mercurial repositories"
  2723. # [19:20] <@khuey> itym "git"
  2724. # [19:20] <@bsmedberg> khuey: well you can, but you should get then "when was it pushed to aurora" answer which isn't that interesting
  2725. # [19:21] <bz> rcs!
  2726. # [19:21] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2727. # [19:21] * Joins: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu)
  2728. # [19:21] * Joins: dorsatum (dorsatum@C559340D.98769E99.5D9ABA9F.IP)
  2729. # [19:21] <@khuey> bsmedberg: right, and if I'm doing fromchange/tochange
  2730. # [19:21] <@khuey> I get nothing
  2731. # [19:21] <@bsmedberg> yeah
  2732. # [19:21] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  2733. # [19:23] * Quits: sfoster (sfoster@moz-99C13B58.hsd1.or.comcast.net) (Ping timeout)
  2734. # [19:23] <dorsatum> bsmedberg: hi. I'm sorry for disappearing. did you get my previous message? that this is the result of the second patch?
  2735. # [19:23] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  2736. # [19:24] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2737. # [19:24] <RyanVM|sheriffduty> khuey: I guess that makes sense since on Aurora, it was all in one push
  2738. # [19:24] <@bsmedberg> dorsatum: sorry, I don't know what you're asking me
  2739. # [19:24] <@khuey> RyanVM|sheriffduty: right
  2740. # [19:24] * Quits: ksandarusi (sanctuary@moz-C22D867C.public.utexas.edu) (Write error: Broken pipe)
  2741. # [19:24] <@bsmedberg> dorsatum: you need to read the entire log
  2742. # [19:25] <@bsmedberg> from the log and reading the things that failed, you can maybe figure out whether they are related to your patch or are just random failures or things that can be ignored
  2743. # [19:25] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2744. # [19:26] <dorsatum> bsmedberg: I did. and the file that was modified, was not present. I'll do it again though and get back.
  2745. # [19:26] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2746. # [19:26] * Quits: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: gal)
  2747. # [19:26] <dorsatum> not present as a failure i.e.
  2748. # [19:26] <@bsmedberg> dorsatum: that doesn't really help answer the "can I ignore the failures" qustion, though
  2749. # [19:27] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2750. # [19:27] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Quit: jhopkins)
  2751. # [19:27] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2752. # [19:28] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2753. # [19:28] * aklotz is now known as aklotz|lunch
  2754. # [19:29] * Quits: Dagger (Dagger@moz-2B01C171.cable.virginm.net) (Ping timeout)
  2755. # [19:29] * Quits: serge (Thunderbir@D7996845.25D4C006.97F07BE5.IP) (Ping timeout)
  2756. # [19:30] <dorsatum> bsmedberg: the errors are from a number of unrelated files( in terms of what I modified), in such a case, how are these errors handled? how should I proceed?
  2757. # [19:30] <@bsmedberg> dorsatum: you should look at the errors and figure out whether they might be relevant
  2758. # [19:30] * Joins: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu)
  2759. # [19:30] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2760. # [19:30] <@bsmedberg> for instance, is that test using the category manager?
  2761. # [19:31] <@bsmedberg> if you paste the errors, I bet people in this channel might recognize whether any of them are known to sometimes fail
  2762. # [19:31] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  2763. # [19:31] * Joins: Dagger (Dagger@moz-2B01C171.cable.virginm.net)
  2764. # [19:32] * jimm is now known as jimm-lunch
  2765. # [19:33] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Quit: Computer has gone to sleep.)
  2766. # [19:33] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  2767. # [19:33] * Quits: dorsatum (dorsatum@C559340D.98769E99.5D9ABA9F.IP) (Ping timeout)
  2768. # [19:33] * whimboo|afk is now known as whimboo
  2769. # [19:33] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Client exited)
  2770. # [19:34] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  2771. # [19:35] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  2772. # [19:35] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Ping timeout)
  2773. # [19:35] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  2774. # [19:35] * julienw is now known as julienw_afk
  2775. # [19:37] * Joins: dorsatum (dorsatum@6B7FD6B.2462B1E2.5D9ABA9F.IP)
  2776. # [19:37] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  2777. # [19:38] * Joins: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de)
  2778. # [19:38] <Mossop> margaret: You might try "/mode margaret +R" so only registered users can pm you
  2779. # [19:39] <margaret> Mossop: ooh, good tip
  2780. # [19:39] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  2781. # [19:39] <RyanVM|sheriffduty> mikedeboer: this doesn't look good - https://tbpl.mozilla.org/php/getParsedLog.php?id=33114870&tree=Mozilla-Central
  2782. # [19:39] * Quits: dorsatum (dorsatum@6B7FD6B.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  2783. # [19:39] * Quits: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu) (Connection reset by peer)
  2784. # [19:40] <nmatsakis> RyanVM|sheriffduty: do you know if a merge from m-i to m-c is coming soon?
  2785. # [19:40] <RyanVM|sheriffduty> nmatsakis: define "soon"
  2786. # [19:40] * Joins: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu)
  2787. # [19:40] * Joins: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com)
  2788. # [19:40] <nmatsakis> RyanVM|sheriffduty: couple of hours?
  2789. # [19:41] <RyanVM|sheriffduty> possibly, yes
  2790. # [19:41] * Quits: huseby (huseby@moz-E0823EE.dhcp.embarqhsd.net) (Quit: Leaving)
  2791. # [19:41] <RyanVM|sheriffduty> hoping that inboudn tip will be fit to merge
  2792. # [19:41] * Quits: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu) (Connection reset by peer)
  2793. # [19:41] * Joins: dorsatum (dorsatum@B04ADEA4.98769E99.5D9ABA9F.IP)
  2794. # [19:41] * Joins: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu)
  2795. # [19:42] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2796. # [19:42] <bajaj> bdahl: ping
  2797. # [19:42] <bajaj> bdahl: need help with https://bugzilla.mozilla.org/show_bug.cgi?id=959596
  2798. # [19:42] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2799. # [19:42] * Quits: AaronMT (AaronMT@moz-6DF6FA8E.cpe.net.cable.rogers.com) (Connection reset by peer)
  2800. # [19:42] * Quits: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu) (Quit: Konversation terminated!)
  2801. # [19:42] * Joins: AaronMT (AaronMT@moz-6DF6FA8E.cpe.net.cable.rogers.com)
  2802. # [19:42] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  2803. # [19:42] * Joins: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu)
  2804. # [19:43] <froydnj> ehsan: ping
  2805. # [19:43] <nmatsakis> RyanVM|sheriffduty: ok.
  2806. # [19:44] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2807. # [19:44] <bdahl> bajaj: couldn't reproduce on osx, i'm in the office today so i can try my windows machine though
  2808. # [19:44] * Quits: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu) (Ping timeout)
  2809. # [19:45] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  2810. # [19:45] * Joins: serge (Thunderbir@D7996845.25D4C006.97F07BE5.IP)
  2811. # [19:45] * Joins: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net)
  2812. # [19:45] * Quits: richardus (richardus@moz-A4E2BEA4.com) (Ping timeout)
  2813. # [19:45] <dorsatum> bsmedberg: i checked the errors, and they don't seem to be relevant (imho, but I can always be wrong in understanding) I'll post the results here too.
  2814. # [19:45] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2815. # [19:45] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  2816. # [19:46] <abr> I'm getting timeouts every time I try to load infromation from tbpl for my try pushes (cf. https://tbpl.mozilla.org/?tree=Try&rev=fef1b0226ab6). Is that just me? If not, is there a bug open? A quick search through bmo doesn't turn one up.
  2817. # [19:46] <RyanVM|sheriffduty> mikedeboer: we apparently have differing definitions of "I will watch TBPL of course!"
  2818. # [19:46] <bajaj> bdahl: thanks, I believe qa was able to repro on windows. Feel free to NI them if you need more info which may help with your investigation.
  2819. # [19:46] <abr> Oh, and there it just started working...
  2820. # [19:46] <froydnj> abr: try has been a little flaky lately for me too (though it seems much better today)
  2821. # [19:46] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2822. # [19:47] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Ping timeout)
  2823. # [19:47] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/ad23b7d49a60 - Ryan VanderMeulen - Backed out changeset 9c3ddd178154 (bug 859751) for Windows mochitest-other failures.
  2824. # [19:47] * Quits: annevk (annevk@moz-9499C95C.dclient.hispeed.ch) (Input/output error)
  2825. # [19:47] * Quits: dzbarsky (Adium@moz-9B10A8EC.wlan.wharton.upenn.edu) (Quit: Leaving.)
  2826. # [19:47] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  2827. # [19:47] <abr> Huh. Okay, so I can get that far now, but clicking on the "self-serve api" link gets me a "Revision fef1b0226ab6 not found on branch try". Argh.
  2828. # [19:48] * Quits: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2829. # [19:48] * Quits: arky (arky@1A00E0D.F17C359F.B9D97DBA.IP) (Ping timeout)
  2830. # [19:49] * Joins: richardus (richardus@moz-A4E2BEA4.com)
  2831. # [19:49] * Joins: jdfm (Adium@moz-F60290BD.tp.telepac.pt)
  2832. # [19:49] <jdfm> hello all
  2833. # [19:50] <RyanVM|sheriffduty> abr: we've been having Try issues all week
  2834. # [19:50] <RyanVM|sheriffduty> probably heading for a reset soon
  2835. # [19:50] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  2836. # [19:50] * dholbert is now known as dholbert|interview
  2837. # [19:50] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  2838. # [19:50] * Quits: dorsatum (dorsatum@B04ADEA4.98769E99.5D9ABA9F.IP) (Ping timeout)
  2839. # [19:51] * Joins: _AtilA_ (atila@8115C16.8A6572E7.C4DEE87F.IP)
  2840. # [19:51] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2841. # [19:51] * Quits: tantek (tantek@moz-1C31FBD1.dsl.dynamic.sonic.net) (Quit: tantek)
  2842. # [19:51] <jdfm> I have an error callback that I am trying to use with the geolocation.getCurrentPosition method, but it doesn't execute it when the geolocation popup is dismissed or the not now option is chosen
  2843. # [19:51] <jdfm> it only fires when "never" is selected
  2844. # [19:51] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2845. # [19:51] <jdfm> is anyone else having this issue?
  2846. # [19:51] * Quits: briansmith (briansmith@F3DD0A5C.CA51571D.806032EE.IP) (Ping timeout)
  2847. # [19:52] <ejpbruel> I'm writing a mochitest for workers, what does 'Assertion count 1 is greater than expected range 0-0 assertions' mean?
  2848. # [19:52] <jdfm> currently using FF26 on osx
  2849. # [19:52] * Quits: phenom (phenom@6FB564A8.FA53EA90.4A5F0685.IP) (Client exited)
  2850. # [19:52] <ejpbruel> or rather, what causes it?
  2851. # [19:52] <jdfm> Mountain Lion
  2852. # [19:52] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  2853. # [19:52] * Joins: annevk (annevk@moz-9499C95C.dclient.hispeed.ch)
  2854. # [19:53] * Quits: Archae|mobile (AndChat@moz-F15E1992.cust.telecolumbus.net) (Ping timeout)
  2855. # [19:53] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  2856. # [19:53] <ejpbruel> bz: ping
  2857. # [19:53] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2858. # [19:53] <jdfm> seems like I'm not the only one with this problem: https://bugzilla.mozilla.org/show_bug.cgi?id=675533
  2859. # [19:54] * Joins: briansmith (briansmith@F3DD0A5C.CA51571D.806032EE.IP)
  2860. # [19:54] * jcranmer is now known as jcranmer|away
  2861. # [19:54] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Client exited)
  2862. # [19:54] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  2863. # [19:54] <billm> ttaubert: ping
  2864. # [19:54] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  2865. # [19:56] <tbsaunde> ejpbruel: NS_ASSERTION tripping
  2866. # [19:56] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  2867. # [19:56] <froydnj> ejpbruel: it means you're hitting assertions and the test framework thinks you shouldn't be
  2868. # [19:56] * kats-lunch is now known as kats
  2869. # [19:57] <ejpbruel> froydnj: right, so how does the test framework ascertain how many assertion I *should* be triggering?
  2870. # [19:57] <froydnj> ejpbruel: well, the default is zero :)
  2871. # [19:57] <ejpbruel> froydnj: because currently my test has 1 assertion, which is deliberate, and the test framework apparently thinks it shouldn't be there
  2872. # [19:57] <ejpbruel> forydnj: obviously. can i change that, how?
  2873. # [19:57] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2874. # [19:58] * Joins: till (till@moz-658A3966.adsl.hansenet.de)
  2875. # [19:58] <froydnj> ejpbruel: in the mochitest.ini file in the test's associated directory
  2876. # [19:58] * geekboy is now known as geekboy|afk
  2877. # [19:59] <ejpbruel> forydnj: this is a worker test. i don't see any reference to assertion counts in its mochitest.ini
  2878. # [19:59] * shu`afk is now known as shu
  2879. # [19:59] <ejpbruel> froydnj: also, this is a chrome worker test, so shouldn't it be chrome.ini?
  2880. # [19:59] <tbsaunde> froydnj: isn't SimpleTest.expectAssertions() nicer?
  2881. # [19:59] * Quits: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: gal)
  2882. # [19:59] <@khuey> why is your test asserting?
  2883. # [19:59] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  2884. # [19:59] <@khuey> you should fix that :P
  2885. # [19:59] * Joins: tetsuhar_ (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2886. # [19:59] * geekboy|afk is now known as geekboy
  2887. # [19:59] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2888. # [20:00] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  2889. # [20:00] <ejpbruel> khuey: oh, this is a C++ assertion?
  2890. # [20:00] <bz> ejpbruel: ack
  2891. # [20:00] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  2892. # [20:00] <froydnj> tbsaunde: ah, that's what you do. you're right
  2893. # [20:00] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Broken pipe)
  2894. # [20:00] * Joins: dorsatum (dorsatum@97F3726F.2462B1E2.5D9ABA9F.IP)
  2895. # [20:01] <ejpbruel> khuey: i don't see any C++ assertions in my log http://pastebin.mozilla.org/4030395, so i assume its complaining about the is() assertion I'm doing in the xul file
  2896. # [20:01] <ejpbruel> bz: hey, quick question
  2897. # [20:01] * Quits: tetsuhar_ (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2898. # [20:01] <@khuey> ejpbruel: yes ...
  2899. # [20:01] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2900. # [20:01] <bz> ejpbruel: you need more log
  2901. # [20:01] <bz> ejpbruel: start with the INFO TEST-START for the test?
  2902. # [20:02] <bz> ejpbruel: and listening. ;)
  2903. # [20:02] * Joins: dzbarsky (Adium@moz-9B10A8EC.wlan.wharton.upenn.edu)
  2904. # [20:02] <ejpbruel> bz: suppose i have a webidl function that calls JS:Evaluate, and JS::Evaluate triggers an exception. can (and should I) propagate that exception via ErrorResult?
  2905. # [20:02] <bz> ejpbruel: The spec defining the webidl function should say.
  2906. # [20:02] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2907. # [20:02] * bz realizes there is no spec here....
  2908. # [20:02] <ejpbruel> bz: I've been unable to find it. I've seen that is possible to throw or report js exceptions with error result
  2909. # [20:02] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2910. # [20:02] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2911. # [20:03] <ejpbruel> bz: but not whether i can or should pass in pending exceptions
  2912. # [20:03] * Quits: nicklebedev-m (nicklebede@moz-29D843ED.net151.n37.ru) (Ping timeout)
  2913. # [20:03] <bz> ejpbruel: http://mxr.mozilla.org/mozilla-central/source/dom/bindings/ErrorResult.h#75
  2914. # [20:03] <bz> Oh, I see what you mean
  2915. # [20:03] <ejpbruel> bz: yeah, i found that comment too :)
  2916. # [20:03] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2917. # [20:03] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2918. # [20:04] <bz> So the way that's used is JS_GetPendingException, JS_ClearPendingException, ThrowJSException
  2919. # [20:04] <ejpbruel> khuey: argh, you were right. this is fallout from me sucking at debugging this deadlock problem last tuesday :(
  2920. # [20:04] <bz> We could add a convenience method on ErrorResult that does the above
  2921. # [20:04] <ejpbruel> bz: ok, but do i want to go through that *every* time i call into the js engine?
  2922. # [20:04] * Joins: arky (arky@AF028CAD.971C4AB4.B9D97DBA.IP)
  2923. # [20:04] <ejpbruel> bz: suppose i call JS_CreateGlobal for instance, and that fails
  2924. # [20:04] <bz> So back up.
  2925. # [20:05] * Quits: arky (arky@AF028CAD.971C4AB4.B9D97DBA.IP) (Connection reset by peer)
  2926. # [20:05] <bz> There are two cases to consider.
  2927. # [20:05] * Joins: arky (arky@AF028CAD.971C4AB4.B9D97DBA.IP)
  2928. # [20:05] <bz> Case 1 is when your webidl method is calling the JS APIs on the same JSContext it was called on
  2929. # [20:05] <bz> In that case, assuming your caller is script, the exception will naturally propagate out to the caller
  2930. # [20:05] * Joins: nicklebedev-m (nicklebede@moz-29D843ED.net151.n37.ru)
  2931. # [20:05] <bz> you just need to make the ErrorResult _some_ sort of error
  2932. # [20:06] <bz> It won't clobber an existing exception on the JSContext
  2933. # [20:06] <bz> Does that make sense so far?
  2934. # [20:06] <ejpbruel> bz: so in that case i don't need to mark the method as [Throws] either?
  2935. # [20:06] <bz> You do
  2936. # [20:06] <bz> Because otherwise you won't get an ErrorResult at all
  2937. # [20:06] <ejpbruel> bz: ah right, since theres an ErrorResult
  2938. # [20:06] <ejpbruel> bz: gotcha
  2939. # [20:06] * bz wants to make sure we're on the same page so far
  2940. # [20:06] <bz> before talking about case 2
  2941. # [20:06] <ejpbruel> bz: i think we are
  2942. # [20:06] <bz> (which may not even apply here)
  2943. # [20:06] * Joins: gal (gal@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2944. # [20:06] * Joins: ddahl (ddahl@46F20FCD.E3FF4CD4.284344F5.IP)
  2945. # [20:07] <bz> OK, case 2 is when your WebIDL method calls stuff on some _other_ JSContext
  2946. # [20:07] * Joins: TheCrap (TheCrap@moz-78844929.unity-media.net)
  2947. # [20:07] <bz> That's when the ThrowJSException machinery is used
  2948. # [20:07] <bz> to move the exception across JSContexts
  2949. # [20:07] <bz> I suspect you're in case 1 anyway
  2950. # [20:07] * Quits: gal (gal@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gal)
  2951. # [20:08] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2952. # [20:08] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  2953. # [20:08] <ejpbruel> bz: correct
  2954. # [20:08] * Parts: jdfm (Adium@moz-F60290BD.tp.telepac.pt)
  2955. # [20:09] <ejpbruel> bz: so lets say i have a webidl method that calls JS_NewGlobal, and that returns null. then instead of letting the webidl method return null too, i should set ErrorResult to *something*, and then any exceptions will propagate naturally?
  2956. # [20:10] <bz> ejpbruel: yes
  2957. # [20:10] <bz> ejpbruel: aResult.Throw(NS_ERROR_UNEXPECTED) is probably a good fit here. ;)
  2958. # [20:10] <ejpbruel> bz: awesome. thanks for explaining.
  2959. # [20:10] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2960. # [20:10] <bz> No problem.
  2961. # [20:10] * Joins: johankj (johankj@moz-D7D69F49.johanjensen.dk)
  2962. # [20:11] * Quits: dzbarsky (Adium@moz-9B10A8EC.wlan.wharton.upenn.edu) (Quit: Leaving.)
  2963. # [20:11] * Joins: WaltS48 (Thunderbir@moz-9372DFA.pitbpa.east.verizon.net)
  2964. # [20:12] * Joins: dne0 (Mibbit@AAD71C28.29E0BAFB.1957C0DA.IP)
  2965. # [20:12] <dne0> I am getting following error while building firefox from fx-team source
  2966. # [20:12] * Joins: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com)
  2967. # [20:12] <dne0> http://pastebin.mozilla.org/4030430
  2968. # [20:12] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2969. # [20:12] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2970. # [20:13] * Quits: annevk (annevk@moz-9499C95C.dclient.hispeed.ch) (Input/output error)
  2971. # [20:13] <RyanVM|sheriffduty> inbound's open fwiw
  2972. # [20:14] * jimm-lunch is now known as jimm
  2973. # [20:14] * Joins: gerard-majax_ (alex@moz-8189EBDC.fbx.proxad.net)
  2974. # [20:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c225b6041c38 - Ben Turner - Bug 959886 - Handle offline cache updates in parent process after windows are being torn down in child processes. r=mayhemer.
  2975. # [20:14] * Joins: Waldo (waldo@moz-BAA0987D.mit.edu)
  2976. # [20:16] * Joins: gluong (sid15144@moz-E77DEB21.irccloud.com)
  2977. # [20:16] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Connection reset by peer)
  2978. # [20:16] * Parts: gluong (sid15144@moz-E77DEB21.irccloud.com)
  2979. # [20:16] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  2980. # [20:16] * Joins: gluong (sid15144@moz-E77DEB21.irccloud.com)
  2981. # [20:16] * Quits: ehugg (chatzilla@77B4C233.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2982. # [20:17] * Joins: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu)
  2983. # [20:18] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2984. # [20:18] <@ehsan> froydnj: hi
  2985. # [20:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bf6cb0c04562 - Terrence Cole - Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink
  2986. # [20:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ff4971e84f9f - Terrence Cole - Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 1; r=sfink,Ms2ger
  2987. # [20:18] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  2988. # [20:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8b260c3236da - Terrence Cole - Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 2; r=sfink
  2989. # [20:19] * Quits: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu) (Quit: Konversation terminated!)
  2990. # [20:19] * Joins: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu)
  2991. # [20:19] * baku is now known as baku|away
  2992. # [20:20] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2993. # [20:20] <froydnj> ehsan: have you played around with dmd on windows? I seem to be hitting nullptr dereferences when trying to actually dump reports
  2994. # [20:20] * Joins: grobinson|laptop (grob_@moz-D1465452.torservers.net)
  2995. # [20:21] <@ehsan> froydnj: not really. got a stack
  2996. # [20:21] * Quits: dorsatum (dorsatum@97F3726F.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  2997. # [20:22] <RyanVM|sheriffduty> Gijs: fx-team orange
  2998. # [20:22] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2999. # [20:22] * Quits: sanctuary (sanctuary@moz-C22D867C.public.utexas.edu) (Ping timeout)
  3000. # [20:22] <@ehsan> froydnj: (I meant that as a question!)
  3001. # [20:22] * Joins: heftig (heftig@moz-6E893B28.dip0.t-ipconnect.de)
  3002. # [20:23] <froydnj> ehsan: I do, if only I could convince vc++ to put it in the clipboard
  3003. # [20:24] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  3004. # [20:24] <@ehsan> froydnj: Ctrl+A, Ctrl+C
  3005. # [20:24] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  3006. # [20:24] <froydnj> ehsan: http://pastebin.mozilla.org/4030565
  3007. # [20:24] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  3008. # [20:25] <NeilAway> bz: NS_ERROR_XPC_JS_THREW_EXCEPTION is almost a better fit ;-)
  3009. # [20:25] <froydnj> gMallocTable is null, and gIsDMDRunning is false, even though (AFAICT) I have setup DMD's environment variables correctly
  3010. # [20:25] * Joins: dorsatum (dorsatum@97F3726F.2462B1E2.5D9ABA9F.IP)
  3011. # [20:26] <mjrosenb> does anyone else find that zimbra kicks them offline once a day or so, even if 'keep me logged in' is clicked?
  3012. # [20:26] <@ehsan> froydnj: are you sure you've done that?
  3013. # [20:27] <@ehsan> froydnj: this seems to suggest that mozilla::dmd::Init() is never called
  3014. # [20:27] <froydnj> argh, stupid NS_ENSURE_* warning spam has pushed interesting logging out of the terminal
  3015. # [20:27] <@khuey> mjrosenb: yes
  3016. # [20:27] <RyanVM|sheriffduty> mjrosenb: yes
  3017. # [20:28] <bz> NeilAway: No, I really don't think it is. ;)
  3018. # [20:28] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  3019. # [20:28] <RyanVM|sheriffduty> I've missed meetings thanks to that "feature"
  3020. # [20:28] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  3021. # [20:28] <@ehsan> froydnj: what's replace_malloc_initialized?
  3022. # [20:28] * Joins: ddahl_ (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  3023. # [20:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/357883f2205b - Neil Rashbrook - Bug 940040 Pressing and releasing "Alt" should not open the File menu on Linux r=enndeakin
  3024. # [20:28] <froydnj> ehsan: "not found" o.o
  3025. # [20:28] <@ehsan> hmm
  3026. # [20:29] <@ehsan> froydnj: something seems to be very wrong here, I think you want njn for rescue
  3027. # [20:29] <@ehsan> but he's asleep now
  3028. # [20:29] * Joins: digitsm (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP)
  3029. # [20:29] * Quits: nicklebedev-m (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  3030. # [20:29] * Quits: ddahl (ddahl@46F20FCD.E3FF4CD4.284344F5.IP) (Ping timeout)
  3031. # [20:29] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  3032. # [20:30] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Client exited)
  3033. # [20:30] * froydnj wonders what all these PIDs where DMD claims to be enabled are coming from
  3034. # [20:30] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3035. # [20:31] <froydnj> hm, the pid of the firefox.exe process never showed up as DMD-enabled
  3036. # [20:31] <dne0> http://pastebin.mozilla.org/4030430 I am getting this error while building firefox.
  3037. # [20:31] * bz is now known as bz_away
  3038. # [20:31] <froydnj> ehsan: thanks for listening, I guess I have some more digging to do
  3039. # [20:32] <@ehsan> froydnj: I know that the dmd library is linked in weird ways on linux/mac that I don't understand... it could be that the replace malloc implementation is never correctly inited on windows
  3040. # [20:32] * Joins: huseby (huseby@moz-E0823EE.dhcp.embarqhsd.net)
  3041. # [20:32] <@ehsan> froydnj: you can verify that by breaking on malloc and seeing what happens there (if replace_malloc is ever called for example)
  3042. # [20:32] <@ehsan> but I'm treading on unknown territory here
  3043. # [20:32] <dorsatum> hi, upon running make xpcshell-tests i got 3 errors, I've taken these out of the main log since the whole log could not be posted : http://pastebin.com/77THPAxv how may i sort it out?
  3044. # [20:33] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  3045. # [20:33] * Joins: smontagu (chatzilla@moz-A52C8093.as13285.net)
  3046. # [20:33] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  3047. # [20:33] <dmajor> ehsan: froydnj: fwiw windows dmd worked for me in the past (bug 936784 comment 69), I dunno if stuff has changed since then
  3048. # [20:34] <@ehsan> ah, that's good to know!
  3049. # [20:34] <dne0> How do I resolve this problem?
  3050. # [20:34] * Joins: bnicholson (bnicholson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3051. # [20:34] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3052. # [20:34] * Quits: arky (arky@AF028CAD.971C4AB4.B9D97DBA.IP) (Quit: Leaving)
  3053. # [20:34] * gaye is now known as gaye|brb
  3054. # [20:35] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3055. # [20:35] * Joins: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de)
  3056. # [20:35] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  3057. # [20:35] * Quits: briansmith (briansmith@F3DD0A5C.CA51571D.806032EE.IP) (Connection reset by peer)
  3058. # [20:35] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3059. # [20:35] * Joins: mkmelin (mkmelin@moz-938D9DF0.elisa-laajakaista.fi)
  3060. # [20:36] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3061. # [20:37] * Quits: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net) (Quit: bholley)
  3062. # [20:37] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3063. # [20:37] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  3064. # [20:37] <NeilAway> dne0: your pastebin doesn't go back far enough
  3065. # [20:37] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3066. # [20:38] * Quits: davidb (davidb@moz-4DD8F491.dsl.bell.ca) (Ping timeout)
  3067. # [20:38] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  3068. # [20:39] <froydnj> dmajor: did you have to do anything special to make it symbolicate things? I'm getting lots of "ERROR: SymInitialize: The parameter is incorrect" errors in my logs
  3069. # [20:40] <dmajor> froydnj: not that I recall. try builds come with compressed symbols that I had to expand, but I don't remember errors from that, just useless symbols the first time
  3070. # [20:40] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  3071. # [20:40] <froydnj> dmajor: ah, so you weren't doing things with local builds, then?
  3072. # [20:40] <dmajor> froydnj: right
  3073. # [20:40] * froydnj needs to figure out how to get his local build to find symbols appropriately
  3074. # [20:41] <Waldo> apparently webkit just started requiring gcc 4.7 or later
  3075. # [20:41] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3076. # [20:41] <Waldo> wish we had that freedom
  3077. # [20:41] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  3078. # [20:41] <dne0> NeilAway: I have lost the error :( I am building it again and if error pops up again, I will paste full trace.
  3079. # [20:41] <dmajor> froydnj: if you build locally, your binaries should contain absolute paths to .pdb's in your objdir, so it should just find them automatically if you haven't rebuilt
  3080. # [20:42] * terrence is now known as terrence-brb
  3081. # [20:42] <froydnj> dmajor: is there a good way to inspect the binaries for those paths? will dumpbin do that?
  3082. # [20:42] <RyanVM|sheriffduty> nmatsakis: probably going to merge in the next 10-15min
  3083. # [20:42] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3084. # [20:43] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3085. # [20:43] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  3086. # [20:44] * coop|mtg is now known as coop
  3087. # [20:45] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  3088. # [20:46] <nmatsakis> RyanVM|sheriffduty: oh! ok. I've got a (very small) patch fixing up non-thread-safe JS builds,
  3089. # [20:46] <nmatsakis> RyanVM|sheriffduty: think I can squeeze that in?
  3090. # [20:46] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  3091. # [20:46] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  3092. # [20:46] <nmatsakis> RyanVM|sheriffduty: or is it too late since it won't have been tested :)
  3093. # [20:46] * Quits: dne0 (Mibbit@AAD71C28.29E0BAFB.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3094. # [20:47] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  3095. # [20:47] <dmajor> froydnj: I dunno about official tools. I guess you could use a hex editor. Normally I just load up the binary with windbg -z and see whether it resolves right away (lmvm xul)
  3096. # [20:47] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3097. # [20:47] * Joins: alungu (Adium@7FEF41FD.824B54.D602D2C5.IP)
  3098. # [20:47] * Quits: alungu (Adium@7FEF41FD.824B54.D602D2C5.IP) (Input/output error)
  3099. # [20:47] * Quits: smontagu (chatzilla@moz-A52C8093.as13285.net) (Ping timeout)
  3100. # [20:48] <nmatsakis> RyanVM|sheriffduty: actually maybe it just won't make it, decoder was asking in that case if I could just land it directly to m-c (which I've never done, unsure of the procedure :)
  3101. # [20:48] * froydnj is not even what you would call a windbg n00b
  3102. # [20:48] <RyanVM|sheriffduty> nmatsakis: way too late
  3103. # [20:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d3de98bef32f - Luke Wagner - Bug 916612 - rm JSScript::nfixed (r=wingo)
  3104. # [20:49] <froydnj> hm, dumpbin thinks xul.dll has symbols
  3105. # [20:49] <RyanVM|sheriffduty> nmatsakis: but #?
  3106. # [20:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e046db9b732a - Luke Wagner - Bug 916612 - don't set shortid for CallObject properties (r=wingo)
  3107. # [20:49] <RyanVM|sheriffduty> bug # rather
  3108. # [20:49] * Quits: dorsatum (dorsatum@97F3726F.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  3109. # [20:49] * Quits: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP) (Ping timeout)
  3110. # [20:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/556ddac71fd8 - Luke Wagner - Bug 916612 - Put back the baseline nslots check (r=djvj)
  3111. # [20:49] * Joins: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP)
  3112. # [20:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/de211a1a43dc - Luke Wagner - Bug 916612 - rm unnecessary macros (r=wingo)
  3113. # [20:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a15cee5da933 - Luke Wagner - Bug 916612 - Move the too-many args+vars checks (r=wingo)
  3114. # [20:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9845c94f44ff - Luke Wagner - Bug 916612 - Inflate stackDepth width in try notes (r=wingo)
  3115. # [20:49] <nmatsakis> RyanVM|sheriffduty: bug 933317
  3116. # [20:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4a0c81bd7fed - Luke Wagner - Bug 916612 - Inflate the slot width and decrease the hop width in UpvarCookie/ScopeCoordinate (r=wingo)
  3117. # [20:50] <nmatsakis> RyanVM|sheriffduty: yeah obviously way too late, not sure what I was thinking :)
  3118. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/21599b817254 - Luke Wagner - Bug 916612 - rm some unused JOF_* bits (r=wingo)
  3119. # [20:50] * geekboy is now known as geekboy|afk
  3120. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d2eca1d56402 - Luke Wagner - Bug 916612 - Increase maximum number of local variables to 2^28 (r=wingo)
  3121. # [20:50] <RyanVM|sheriffduty> nmatsakis: how risky is this?
  3122. # [20:50] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  3123. # [20:51] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  3124. # [20:51] * Joins: dne0 (Mibbit@CCB566CF.CD1E2C26.BE3C3C1D.IP)
  3125. # [20:52] <nmatsakis> RyanVM|sheriffduty: about as unrisky as it gets, it ifdef'd out in the normal configuration :)
  3126. # [20:53] <RyanVM|sheriffduty> nmatsakis: k, I'll take it as a ride-along then
  3127. # [20:53] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  3128. # [20:53] * ChanServ sets mode: +o smaug
  3129. # [20:53] * Joins: dorsatum (dorsatum@97F3726F.2462B1E2.5D9ABA9F.IP)
  3130. # [20:53] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  3131. # [20:54] <RyanVM|sheriffduty> nmatsakis: r?
  3132. # [20:54] * khuey is now known as khuey|away
  3133. # [20:54] <nmatsakis> RyanVM|sheriffduty: I was just
  3134. # [20:54] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3135. # [20:54] * Quits: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: gal)
  3136. # [20:54] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3137. # [20:54] <nmatsakis> RyanVM|sheriffduty: sorry, I was just about to push it.
  3138. # [20:54] <RyanVM|sheriffduty> nmatsakis: please don't
  3139. # [20:54] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3140. # [20:55] <nmatsakis> oh, sorry.
  3141. # [20:55] <nmatsakis> nm
  3142. # [20:55] <nmatsakis> :)
  3143. # [20:55] <RyanVM|sheriffduty> nmatsakis: also, who r+ed?
  3144. # [20:55] <nmatsakis> shu
  3145. # [20:55] <RyanVM|sheriffduty> i don't see it in teh bug
  3146. # [20:55] * Quits: dorsatum (dorsatum@97F3726F.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  3147. # [20:55] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3148. # [20:55] <nmatsakis> RyanVM|sheriffduty: just now.
  3149. # [20:55] <RyanVM|sheriffduty> k
  3150. # [20:56] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  3151. # [20:56] <nmatsakis> RyanVM|sheriffduty: it's the 2nd patch of the two
  3152. # [20:56] <RyanVM|sheriffduty> i gathered
  3153. # [20:56] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Connection reset by peer)
  3154. # [20:56] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  3155. # [20:57] * Joins: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com)
  3156. # [20:57] * dholbert|interview is now known as dholbert
  3157. # [20:57] <nmatsakis> RyanVM|sheriffduty: thanks.
  3158. # [20:57] <gaston> js/src/jsnum.h:247: undefined reference to `js::intrinsic_SetForkJoinTargetRegion(JSContext*, unsigned int, JS::Value*)'
  3159. # [20:58] <gaston> so who broke non-ion builds again ?
  3160. # [20:58] <dmajor> froydnj: if you feel like stepping through SymInitialize, it might be helpful to see *which* parameter is incorrect
  3161. # [20:58] <RyanVM|sheriffduty> nmatsakis: np
  3162. # [20:58] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3163. # [20:58] <froydnj> dmajor: I assume that involves staring at some assembly
  3164. # [20:59] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Ping timeout)
  3165. # [20:59] <dmajor> froydnj: that isn't the best part of your day? :)
  3166. # [20:59] <froydnj> dmajor: touche!
  3167. # [20:59] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3168. # [20:59] <froydnj> dmajor: though afaics, there's only one "interesting" parameter the way we call it, and we provide GetCurrentProcess...unless GetCurrentProcess failed?
  3169. # [20:59] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3170. # [21:00] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3171. # [21:00] <froydnj> hm GetCurrentProcess can't fail
  3172. # [21:00] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3173. # [21:00] <froydnj> "this value should be unique and nonzero, but need not be a process handle"
  3174. # [21:00] <froydnj> *snort*
  3175. # [21:01] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3176. # [21:01] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  3177. # [21:01] * Quits: Waldo (waldo@moz-BAA0987D.mit.edu) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131206152142])
  3178. # [21:02] * Joins: Waldo (waldo@moz-BAA0987D.mit.edu)
  3179. # [21:02] * nthomas|away is now known as nthomas
  3180. # [21:03] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  3181. # [21:03] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  3182. # [21:05] <NeilAway> bah, why is configure trying to configure in js/src/js/src ?
  3183. # [21:05] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  3184. # [21:05] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  3185. # [21:05] * Quits: ddahl_ (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Ping timeout)
  3186. # [21:06] * terrence-brb is now known as terrence
  3187. # [21:07] * bz_away is now known as bz
  3188. # [21:07] * Quits: dria (dria@13F2CEC5.7672369.D8E68FF6.IP) (Quit: dria)
  3189. # [21:09] * Joins: KaIRC (robert@moz-2A75AE2D.adsl.highway.telekom.at)
  3190. # [21:09] * Joins: ddahl_ (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  3191. # [21:09] * Quits: digitsm (digitsm@3E251B6C.2F2CFF3D.C146C5E5.IP) (Ping timeout)
  3192. # [21:09] * Quits: KaiRo (robert@moz-C8C79C7D.adsl.highway.telekom.at) (Ping timeout)
  3193. # [21:09] * KaIRC is now known as KaiRo
  3194. # [21:10] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Ping timeout)
  3195. # [21:10] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3196. # [21:10] <decoder> gaston: nmatsakis just posted a patch and RyanVM|sheriffduty is landing it
  3197. # [21:10] <decoder> it's a non-threadsafe thing
  3198. # [21:10] <RyanVM|sheriffduty> decoder: *Ianded
  3199. # [21:10] * Joins: sanctuary (sanctuary@57103501.90F230A5.BAEA2066.IP)
  3200. # [21:10] <decoder> RyanVM|sheriffduty: thanks!
  3201. # [21:11] <RyanVM|sheriffduty> m-c tip has it
  3202. # [21:11] * heycam|away is now known as heycam
  3203. # [21:11] <gaston> oh right, just saw it after some hg logging
  3204. # [21:11] <gaston> thanks
  3205. # [21:12] <gaston> didnt have it in my tree last night
  3206. # [21:12] <gaston> 933317 right ?
  3207. # [21:13] * Quits: till (till@moz-658A3966.adsl.hansenet.de) (Client exited)
  3208. # [21:15] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  3209. # [21:16] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3210. # [21:16] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/5eb031815135 - ffxbld - Added FIREFOX_27_0b7_RELEASE FIREFOX_27_0b7_BUILD1 tag(s) for changeset f42890df825c. DONTBUILD CLOSED TREE a=release
  3211. # [21:16] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/f42890df825c - ffxbld - Automated checkin: version bump for firefox 27.0b7 release. DONTBUILD CLOSED TREE a=release
  3212. # [21:16] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3213. # [21:16] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  3214. # [21:17] * whimboo is now known as whimboo|afk
  3215. # [21:17] * Quits: gerard-majax_ (alex@moz-8189EBDC.fbx.proxad.net) (Ping timeout)
  3216. # [21:19] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3217. # [21:19] * Quits: victorporof (victorporo@416E2802.271BFD43.9B1E38F4.IP) (Quit: victorporof)
  3218. # [21:20] * coop is now known as coop|afk
  3219. # [21:22] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  3220. # [21:22] * Quits: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net) (Quit: edmorley)
  3221. # [21:22] <jesup> gps: ping
  3222. # [21:22] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  3223. # [21:22] * gaye|brb is now known as gaye
  3224. # [21:23] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  3225. # [21:24] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  3226. # [21:26] * bz is now known as bz_away
  3227. # [21:27] <kats> what macro should i be using for printing out warnings to content authors (on B2G)? it needs to be enabled in release builds
  3228. # [21:27] * terrence is now known as terrence-lunch
  3229. # [21:27] <kats> NS_WARNING looks like it's only enabled #ifdef DEBUG
  3230. # [21:27] <Ms2ger> WarnToConsole?
  3231. # [21:27] <Ms2ger> On nsContentUtils
  3232. # [21:27] <fabrice> mayhemer: ping
  3233. # [21:28] <@smaug> dholbert: ping
  3234. # [21:28] * juanb is now known as juanb|bbl
  3235. # [21:28] <kats> Ms2ger: ReportToConsole?
  3236. # [21:28] <dholbert> smaug, pong
  3237. # [21:28] <mayhemer> fabrice: yep
  3238. # [21:28] <kats> I don't see a WarnToConsole
  3239. # [21:29] <Ms2ger> Yeah, that
  3240. # [21:29] <kats> Ms2ger: ok, thanks
  3241. # [21:29] <@smaug> dholbert: do we have spare bits in nsIFrame/nsFrame ?
  3242. # [21:29] <dholbert> smaug, I don't recall offhand
  3243. # [21:29] * dholbert pulling up mxr
  3244. # [21:29] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3245. # [21:29] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3246. # [21:29] <dholbert> I don't remember that bitfield being full, though, so probably
  3247. # [21:30] * Joins: smontagu (chatzilla@moz-A52C8093.as13285.net)
  3248. # [21:30] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  3249. # [21:30] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3250. # [21:30] <dholbert> smaug, looks like we do. http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsIFrame.h#131
  3251. # [21:30] <@smaug> ah, good
  3252. # [21:30] <fabrice> mayhemer: is it possible to know how much localstorage an app is using?
  3253. # [21:31] <dholbert> smaug, 64 bits available, and not all of 1-64 are listed there
  3254. # [21:31] * Joins: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com)
  3255. # [21:31] <mayhemer> fabrice: ups... I don't think so, but let me check
  3256. # [21:31] * aklotz|lunch is now known as aklotz
  3257. # [21:31] <dholbert> smaug, though see http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsIFrame.h#250
  3258. # [21:32] <dholbert> smaug, so looks like only bit 59 is available, maybe
  3259. # [21:32] <@smaug> dholbert: I might take one bit... well, at least test whether it helps. I see nsContainerFrame::GetChildLists taking 5-6% of HTML spec load, because of the hashtable lookups
  3260. # [21:32] <froydnj> 46 looks to be available
  3261. # [21:32] * Joins: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3262. # [21:32] <dholbert> ah, that too
  3263. # [21:33] <froydnj> 34, 35
  3264. # [21:33] <dholbert> cool
  3265. # [21:33] <@smaug> ah, plenty
  3266. # [21:33] <dholbert> free bits for everyone
  3267. # [21:33] <mayhemer> fabrice: no api, but we have the quota limit checker, it could be used to determine that
  3268. # [21:33] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3269. # [21:33] <fabrice> mayhemer: ok
  3270. # [21:34] <@smaug> dholbert: I don't know whether this helps, but I was thinking to add a flag which tells that the frame may have something in Framepropertytable
  3271. # [21:34] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3272. # [21:34] <@smaug> or that it has properties which nsContainerFrame::GetChildLists is interested in
  3273. # [21:34] <mayhemer> fabrice: it's DOMStorageUsage class
  3274. # [21:35] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3275. # [21:35] <dholbert> smaug, if it's showing up in profiles, might be worth doing, yeah
  3276. # [21:35] <mayhemer> fabrice: for info, it works only asynchronously
  3277. # [21:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/337e1ea7a390 - Bob Owen - Bug 785310 - HTML5 sandboxed iframe should not be able to perform top navigation when scripts are allowed. r=bholley, r=smaug
  3278. # [21:35] <fabrice> mayhemer: is it planned to expose the space used to the quota manager or should I file?
  3279. # [21:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/950acc30d3dc - Bob Owen - Bug 944363 - Change functions that call SetURI in nsLocation to propagate return values. r=bholley
  3280. # [21:35] * Quits: sanctuary (sanctuary@57103501.90F230A5.BAEA2066.IP) (Ping timeout)
  3281. # [21:35] <mayhemer> fabrice: file
  3282. # [21:35] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  3283. # [21:35] <fabrice> mayhemer: ok
  3284. # [21:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9e7f8be8993b - Horia Iosif Olaru - Bug 959674 - Check if any blend mode other than normal should be applied to the image and draw the background-color if so. r=roc
  3285. # [21:35] <froydnj> evilpie: "somebody touching a lot of code", haha (bug 952650)
  3286. # [21:35] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Client exited)
  3287. # [21:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4002565ecee5 - Bob Owen - Bug 785310 - Tests. r=bholley
  3288. # [21:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/46ad3c81fd55 - Horia Iosif Olaru - Bug 959674 - Add reftests. r=roc
  3289. # [21:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fff51472ec53 - Bas Schouten - Bug 960245: Deal with the final possibility for degeneracies in FindInflectionApproximationRange. r=jrmuizel
  3290. # [21:36] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3291. # [21:37] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3292. # [21:38] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3293. # [21:39] <glandium> jesup: pong
  3294. # [21:39] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3295. # [21:39] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3296. # [21:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/09dc812fa7db - EKR - Bug 960296 - Update buffered stun socket size when flushes happen. r=abr
  3297. # [21:41] <jesup> glandium: hi - looking to move libyuv from media/webrtc/third_party to media, and I'm a little stumped on how to set up moz.build for the gyp file without making a subdir of media/libyuv to hold it (or adding a new moz.build in media, which I suspect is not a great idea). All the existing ones use GYP_DIRS and then set stuff on the individual dirs. (gps seems to be on PTO)
  3298. # [21:42] <glandium> jesup: GYP_DIRS represents the objdir path
  3299. # [21:43] * Joins: sebasmagri (sid20695@moz-31ABA2C0.irccloud.com)
  3300. # [21:43] * Parts: sebasmagri (sid20695@moz-31ABA2C0.irccloud.com)
  3301. # [21:43] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3302. # [21:43] <glandium> jesup: so you can put in a subdir without having stuff in a subdir in the source tree. That being said, "." might work
  3303. # [21:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f3b22524d1e5 - Sean Stangl - Bug 958672 - Remove argslot from MCall LIR. r=h4writer
  3304. # [21:43] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  3305. # [21:43] <jesup> glandium: I was about to try that, but it seemed too.... unlikely ;-)
  3306. # [21:44] * Quits: emtwo (msamuel@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3307. # [21:44] <glandium> jesup: i think it's worth trying
  3308. # [21:44] * Quits: geo (geo@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: Leaving...)
  3309. # [21:44] <jesup> will do!
  3310. # [21:45] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3311. # [21:45] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  3312. # [21:46] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  3313. # [21:47] <abr> I'm seeing some really bizarre behavior on tbpl, where it's showing mochi tests as green; but, when you open the full log, there are actually errors. For example: https://tbpl.mozilla.org/?tree=Try&rev=820f65339f03
  3314. # [21:47] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  3315. # [21:47] * Joins: markh (Instantbir@7BE54F67.5E1E8109.198A214C.IP)
  3316. # [21:47] * Joins: geo (geo@5AAE35B2.5EFFC0B8.24454B25.IP)
  3317. # [21:48] <abr> If you click on any of those green "3"s, and then pull up the full log, you'll see a bunch of TEST-UNEXPECTED-FAIL messages at the top, indicating test timeouts.
  3318. # [21:48] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3319. # [21:49] <abr> I can't find any related bugs in bugzilla, but there are a lot of tinderbox bugs entered, so I might have just missed one.
  3320. # [21:49] * Quits: WaltS48 (Thunderbir@moz-9372DFA.pitbpa.east.verizon.net) (Quit: WaltS48 has gone elewhere)
  3321. # [21:49] <abr> Is this something we already know about?
  3322. # [21:49] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  3323. # [21:49] <froydnj> RyanVM|sheriffduty: ^ ?
  3324. # [21:49] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  3325. # [21:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c040b200b336 - Nicholas Cameron - Bug 959842. Add null checks whenever we borrow a draw target from RotatedBuffer. r=kats
  3326. # [21:50] * Joins: victorporof (victorporo@416E2802.271BFD43.9B1E38F4.IP)
  3327. # [21:51] * Joins: davidb (davidb@moz-4DD8F491.dsl.bell.ca)
  3328. # [21:51] <RyanVM|sheriffduty> that's not something I've seen before
  3329. # [21:51] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  3330. # [21:51] <RyanVM|sheriffduty> and definitely not good-looking
  3331. # [21:52] * Joins: emtwo1 (msamuel@13F2CEC5.7672369.D8E68FF6.IP)
  3332. # [21:52] <RyanVM|sheriffduty> philor: you ever see anything like this? https://tbpl.mozilla.org/php/getParsedLog.php?id=33120078&tree=Try
  3333. # [21:52] * Joins: tonymec (tonymec@C3D6B991.6051DC.A9371869.IP)
  3334. # [21:53] * Quits: mkmelin (mkmelin@moz-938D9DF0.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131206152142])
  3335. # [21:53] <RyanVM|sheriffduty> abr: this is running inside test_ipc?
  3336. # [21:53] <RyanVM|sheriffduty> am I reading that right?
  3337. # [21:53] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  3338. # [21:54] <abr> I'm still trying to untangle that, but I think the answer is yes.
  3339. # [21:54] <RyanVM|sheriffduty> I'm wondering if the error isn't bubbling up properly
  3340. # [21:54] <RyanVM|sheriffduty> good question for #ateam
  3341. # [21:54] <abr> https://bug930481.bugzilla.mozilla.org/attachment.cgi?id=8360719
  3342. # [21:54] <abr> RyanVM: ^^^
  3343. # [21:54] <RyanVM|sheriffduty> yeah, so it seems that may be the issue
  3344. # [21:55] <RyanVM|sheriffduty> which would be a harness issue
  3345. # [21:55] <abr> But I really don't understand enough about Mochi to have any idea what's going on here. That screencap kind of makes my brain melt.
  3346. # [21:55] <philor> yeah, that one :)
  3347. # [21:55] <dne0> http://pastebin.mozilla.org/4031027 I am getting this error while building firefox. How do I resolve this problem?
  3348. # [21:55] * philor is now known as philor|away
  3349. # [21:56] * armenzg is now known as armenzg_brb
  3350. # [21:57] <abr> Okay, I'll go ask over at #ateam to see if they can shed some light on what's going on.
  3351. # [21:57] * geekboy|afk is now known as geekboy
  3352. # [21:57] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  3353. # [21:58] * Joins: Enn (enn@7BE54F67.5E1E8109.198A214C.IP)
  3354. # [21:58] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3355. # [21:58] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3356. # [22:00] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3357. # [22:00] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3358. # [22:00] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3359. # [22:00] * Joins: Archaeopteryx (itsme@moz-F15E1992.cust.telecolumbus.net)
  3360. # [22:01] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Client exited)
  3361. # [22:02] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Ping timeout)
  3362. # [22:02] * Quits: geo (geo@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: Leaving...)
  3363. # [22:02] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  3364. # [22:03] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  3365. # [22:04] * Joins: ehugg (chatzilla@77B4C233.29102B70.6CD50604.IP)
  3366. # [22:04] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3367. # [22:04] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3368. # [22:06] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  3369. # [22:07] * Quits: maikmerten (maikmerten@7BBB4BEE.42F844A0.5A9032E5.IP) (Ping timeout)
  3370. # [22:07] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  3371. # [22:08] * Joins: dria (dria@moz-1C1CE1C8.dsl.teksavvy.com)
  3372. # [22:08] * Joins: ckitching_ (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  3373. # [22:08] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Quit: Leaving)
  3374. # [22:08] * Quits: ckitching_ (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Input/output error)
  3375. # [22:08] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3376. # [22:09] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3377. # [22:10] * armenzg_brb is now known as armenzg
  3378. # [22:10] * khuey|away is now known as khuey
  3379. # [22:11] * Quits: mstange (markus@moz-5A9934AD.dip0.t-ipconnect.de) (Quit: mstange)
  3380. # [22:12] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  3381. # [22:13] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3382. # [22:13] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3383. # [22:14] * Joins: twi (Adium@moz-512229A7.lns9.lon.bigpond.net.au)
  3384. # [22:14] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3385. # [22:14] * ChanServ sets mode: +ao dbaron dbaron
  3386. # [22:15] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3387. # [22:15] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  3388. # [22:15] * Joins: mconley (mconley@7BE54F67.5E1E8109.198A214C.IP)
  3389. # [22:15] * Joins: tonymec|away (tonymec@C3D6B991.6051DC.A9371869.IP)
  3390. # [22:15] * Quits: Ms2ger (Ms2ger@B085914A.CFB9C8ED.F15B0BB3.IP) (Quit: nn)
  3391. # [22:15] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  3392. # [22:16] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3393. # [22:18] * Quits: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de) (Quit: Leaving.)
  3394. # [22:18] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  3395. # [22:20] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  3396. # [22:21] * Quits: andreasn (andreasn@A8838390.C5EE4461.5A61BDDA.IP) (Ping timeout)
  3397. # [22:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cbed774ff9c0 - Brian Smith - Bug 958916: Update NSS to NSS 3.15.5 beta 2 (NSS_3_15_5_BETA2) plus private patch for bug 950129, CLOBBER, r=me
  3398. # [22:22] <@smaug> again js/ being recompiled
  3399. # [22:22] * juanb|bbl is now known as juanb
  3400. # [22:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6a0e66cae4f8 - Patrick McManus - Bug 890994: ALPN support for Gecko, r=briansmith
  3401. # [22:23] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3402. # [22:23] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3403. # [22:23] * Quits: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP) (Quit: rogeliodh)
  3404. # [22:24] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  3405. # [22:24] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  3406. # [22:24] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Ping timeout)
  3407. # [22:27] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  3408. # [22:27] * Quits: Optimizer (Optimizer@CE08A23D.2EB0B06C.D2D1FAF0.IP) (Ping timeout)
  3409. # [22:28] * Joins: Optimizer (Optimizer@40536D1E.F6CC5E26.BE4CF869.IP)
  3410. # [22:28] * geekboy is now known as geekboy|afk
  3411. # [22:28] * geekboy|afk is now known as geekboy
  3412. # [22:29] <firebot> Check-in:
  3413. # [22:29] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/8e90d365bd12 - Mihai Sucan - Bug 919072 - Fix for intermittent TEST-UNEXPECTED-FAIL | browser_webconsole_bug_601352_scroll.js | scroll location is not at the top - Didn't expect 0, but got it. a=test-only
  3414. # [22:29] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  3415. # [22:29] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/4f0e962fa28a - David Burns - Bug 927285 - Fix for intermittent on test_submit.py. a=test-only
  3416. # [22:29] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/558c0e6beada - Dave Hunt - Bug 867600 - Change hardcoded sleeps into waits. r=mdas, a=test-only
  3417. # [22:29] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/62074ff7e993 - Olli Pettay - Bug 960309 - Make browser_tabview_bug625269.js more reliable. r=roc, a=test-only
  3418. # [22:30] * jmaher is now known as jmaher|afk
  3419. # [22:30] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3420. # [22:30] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3421. # [22:31] * Quits: davidb (davidb@moz-4DD8F491.dsl.bell.ca) (Quit: davidb)
  3422. # [22:32] * merike is now known as merike|away
  3423. # [22:32] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3424. # [22:32] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  3425. # [22:32] * ChanServ sets mode: +o smaug
  3426. # [22:33] * Joins: geo (geo@5AAE35B2.5EFFC0B8.24454B25.IP)
  3427. # [22:33] * heycam is now known as heycam|away
  3428. # [22:34] <RyanVM|sheriffduty> bsmedberg: not sure about grepping the logs, but I can do random sampling of some if that'll work
  3429. # [22:34] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  3430. # [22:36] * Joins: njn (chatzilla@moz-18C8CB32.dyn.iinet.net.au)
  3431. # [22:36] * ChanServ sets mode: +o njn
  3432. # [22:38] * KWierso|afk is now known as KWierso|sheriffduty
  3433. # [22:38] * RyanVM|sheriffduty is now known as RyanVM
  3434. # [22:38] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  3435. # [22:38] * geekboy is now known as geekboy|afk
  3436. # [22:39] * Quits: geo (geo@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  3437. # [22:40] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3438. # [22:40] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3439. # [22:40] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Ping timeout)
  3440. # [22:40] <@smaug> dholbert: FYI, while loading html spec, we get 13000000 calls to FramePropertyTable::Get and of those we could optimize out 5700000. So I think the flag makes sense
  3441. # [22:41] * Quits: markh (Instantbir@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  3442. # [22:42] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  3443. # [22:42] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  3444. # [22:43] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3445. # [22:43] * Joins: markh (Instantbir@7BE54F67.5E1E8109.198A214C.IP)
  3446. # [22:43] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3447. # [22:43] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3448. # [22:43] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3449. # [22:43] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3450. # [22:43] * geekboy|afk is now known as geekboy
  3451. # [22:44] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3452. # [22:45] <dholbert> smaug, nice!
  3453. # [22:46] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  3454. # [22:46] * tonymec is now known as tonymec|sleep
  3455. # [22:46] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3456. # [22:46] <@smaug> so, perhaps 2% speed up in the page load in that case
  3457. # [22:47] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3458. # [22:47] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3459. # [22:47] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3460. # [22:48] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  3461. # [22:48] <NeilAway> gps/glandium: after bug 950928, are we supposed to have js/src/js/src paths?
  3462. # [22:48] <glandium> NeilAway: yes
  3463. # [22:48] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  3464. # [22:48] <NeilAway> glandium: ah
  3465. # [22:48] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  3466. # [22:48] <dholbert> yo dawg. I heard you like js/src
  3467. # [22:48] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3468. # [22:48] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  3469. # [22:48] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Quit: )
  3470. # [22:48] <dholbert> *herd
  3471. # [22:48] <glandium> until next step, which will merge the objdirs
  3472. # [22:49] <NeilAway> glandium: ah, it seems I have a symlink js/src/js -> ../src/shell/js
  3473. # [22:49] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3474. # [22:49] <NeilAway> glandium: gave me a really confusing error code :s
  3475. # [22:49] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3476. # [22:50] <glandium> NeilAway: that'll teach to you listen to CLOBBER ;)
  3477. # [22:50] <NeilAway> glandium: my build didn't get that far
  3478. # [22:52] * Quits: twi (Adium@moz-512229A7.lns9.lon.bigpond.net.au) (Quit: Leaving.)
  3479. # [22:52] * coop|afk is now known as coop
  3480. # [22:52] <NeilAway> glandium: (failed in configue)
  3481. # [22:52] <NeilAway> *configure
  3482. # [22:53] <glandium> the clobber test is before configure
  3483. # [22:53] <NeilAway> glandium: no it isn't
  3484. # [22:53] <NeilAway> glandium: now that it's configured, I get the clobber test
  3485. # [22:54] <Dwight_Stegall> firebot: websocket bugs
  3486. # [22:54] <firebot> 67 bugs found. Five shown, please message me for more.
  3487. # [22:54] * Quits: msucan (mihai@F5A6F670.E87790D4.320F75DD.IP) (Quit: Leaving.)
  3488. # [22:54] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=687245 , , english-us, UNCO, Websockets are reported as not supported at http://websocket.org/echo.html
  3489. # [22:54] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3490. # [22:54] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=765738 , , jduell.mcbugs, UNCO, Race condition allows ghost WebSocket connections to live after tab closed
  3491. # [22:54] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=788913 , , jduell.mcbugs, UNCO, Firefox not closing timed out websocket
  3492. # [22:54] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=926424 , , nical.bugzilla, UNCO, memory leaking using canvas and websocket to stream a video
  3493. # [22:54] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=580234 , , nobody, UNCO, WebSocket() constructor should throw SYNTAX_ERR if URL has zero or one slash after 'ws:' or 'wss:'
  3494. # [22:55] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  3495. # [22:55] <jduell> Dwight_Stegall: looking for a particular websockets bug?
  3496. # [22:55] * nthomas is now known as nthomas|mtg
  3497. # [22:55] <Dwight_Stegall> no just trying to learn firebot
  3498. # [22:56] <Dwight_Stegall> i never used it before last week
  3499. # [22:56] * Joins: ekr_ (ekr@moz-ABFF87FF.mycingular.net)
  3500. # [22:56] * juanb is now known as juanb|mtg
  3501. # [22:56] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  3502. # [22:57] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3503. # [22:57] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  3504. # [22:58] * Joins: josh (josh@moz-C350AC70.hsd1.mn.comcast.net)
  3505. # [22:58] * Joins: mkaply (quassel@moz-C9667F1C.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3506. # [22:59] * Quits: markh (Instantbir@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  3507. # [22:59] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3508. # [22:59] * Joins: markh (Instantbir@7BE54F67.5E1E8109.198A214C.IP)
  3509. # [22:59] * Joins: gandalf (zbraniecki@moz-47227B8A.hfc.comcastbusiness.net)
  3510. # [23:01] <dne0> NeilAway: I have pasted the whole trace now. Can you look at it? http://pastebin.mozilla.org/4031027
  3511. # [23:01] * Quits: mconley (mconley@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  3512. # [23:01] * Quits: ekr_ (ekr@moz-ABFF87FF.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  3513. # [23:02] * Joins: mkaply_ (quassel@moz-C9667F1C.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3514. # [23:02] * Quits: mkaply (quassel@moz-C9667F1C.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3515. # [23:02] * Joins: mconley (mconley@7BE54F67.5E1E8109.198A214C.IP)
  3516. # [23:03] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/bbe4c142c923 - Andreas Tolfsen - Bug 850881 - Implement explicit Marionette wait condition class. r=davehunt, r=mdas, a=test-only
  3517. # [23:03] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/5931195ee957 - Andreas Tolfsen - Bug 957162 - Marionette Wait's should indicate timeout duration. r=davehunt, a=test-only
  3518. # [23:03] * bhearsum|buildduty is now known as bhearsum|afk
  3519. # [23:05] * Joins: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net)
  3520. # [23:05] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3521. # [23:05] * ctyler_ is now known as ctyler
  3522. # [23:06] * Joins: jdm (jdm@47D9A12A.80DA567B.66C78069.IP)
  3523. # [23:06] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  3524. # [23:06] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3525. # [23:06] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3526. # [23:06] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3527. # [23:07] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3528. # [23:07] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3529. # [23:08] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  3530. # [23:08] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3531. # [23:09] * Quits: mconley (mconley@7BE54F67.5E1E8109.198A214C.IP) (Input/output error)
  3532. # [23:10] * Joins: mconley (mconley@7BE54F67.5E1E8109.198A214C.IP)
  3533. # [23:10] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  3534. # [23:10] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  3535. # [23:11] * Quits: mconley (mconley@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  3536. # [23:12] * philor|away is now known as philor
  3537. # [23:12] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3538. # [23:12] * Joins: mak (mak@7BE54F67.5E1E8109.198A214C.IP)
  3539. # [23:12] * terrence-lunch is now known as terrence
  3540. # [23:13] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  3541. # [23:13] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  3542. # [23:14] <@smaug> what is "SVG, Opacity Row Major" test?
  3543. # [23:15] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  3544. # [23:16] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  3545. # [23:16] <nemo> *sigh*
  3546. # [23:16] <nemo> Firefox refuses to display my 32768 x 2048 PNG :(
  3547. # [23:16] * Quits: dne0 (Mibbit@CCB566CF.CD1E2C26.BE3C3C1D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3548. # [23:16] <nemo> chrome renders it just fine
  3549. # [23:16] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3550. # [23:17] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3551. # [23:18] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3552. # [23:18] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3553. # [23:18] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Input/output error)
  3554. # [23:18] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  3555. # [23:19] * Quits: jdm (jdm@47D9A12A.80DA567B.66C78069.IP) (Ping timeout)
  3556. # [23:19] * Quits: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net) (Quit: bholley)
  3557. # [23:20] * Quits: jackneill (jackneill@moz-E9D68037.pool.digikabel.hu) (Quit: WeeChat 0.4.1)
  3558. # [23:20] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3559. # [23:21] * Joins: jdm (jdm@47D9A12A.80DA567B.66C78069.IP)
  3560. # [23:21] * RyanVM is now known as RyanVM|afk
  3561. # [23:21] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  3562. # [23:21] * Quits: jdm (jdm@47D9A12A.80DA567B.66C78069.IP) (Quit: Lost terminal)
  3563. # [23:22] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  3564. # [23:22] * Joins: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net)
  3565. # [23:22] * Joins: vichen (vichen@moz-75FE9710.dynamic.hinet.net)
  3566. # [23:23] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  3567. # [23:23] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Input/output error)
  3568. # [23:24] * heycam|away is now known as heycam
  3569. # [23:24] * Quits: TheCrap (TheCrap@moz-78844929.unity-media.net) (Ping timeout)
  3570. # [23:25] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3571. # [23:25] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3572. # [23:25] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3573. # [23:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9e9cbc97aa0a - Terrence Cole - No Bug - Fix a typo in jsapi.cpp; r=efaust,themaid
  3574. # [23:26] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3575. # [23:26] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  3576. # [23:26] * Joins: Hughman (Mibbit@E4CFD81E.9F3124E3.A3B82EC7.IP)
  3577. # [23:26] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3578. # [23:27] * geekboy is now known as geekboy|afk
  3579. # [23:27] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3580. # [23:27] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3581. # [23:28] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0a2/20140115004003])
  3582. # [23:28] * geekboy|afk is now known as geekboy
  3583. # [23:29] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  3584. # [23:29] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  3585. # [23:29] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3586. # [23:29] * dholbert is now known as dholbert|lunch
  3587. # [23:30] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3588. # [23:31] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3589. # [23:31] * kats is now known as kats|away
  3590. # [23:31] * Quits: gal (gal@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: gal)
  3591. # [23:31] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3592. # [23:32] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  3593. # [23:32] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3594. # [23:33] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  3595. # [23:34] * Quits: smontagu (chatzilla@moz-A52C8093.as13285.net) (Ping timeout)
  3596. # [23:34] * Joins: gal (gal@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3597. # [23:34] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  3598. # [23:34] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3599. # [23:35] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3600. # [23:36] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3601. # [23:36] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3602. # [23:36] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3603. # [23:37] * Quits: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131211142747])
  3604. # [23:37] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  3605. # [23:39] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3606. # [23:39] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3607. # [23:39] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3608. # [23:40] * Quits: Enn (enn@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  3609. # [23:42] * armenzg is now known as armenzg_afk
  3610. # [23:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5a7ba959a5d1 - Timothy Nikkel - Bug 943803. Don't try to forcibly discard an image if we have an existing decoder. r=jmuizelaar
  3611. # [23:43] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Ping timeout)
  3612. # [23:43] * Quits: armenzg_afk (armenzg@moz-DC6D6B46.home1.cgocable.net) (Quit: Leaving)
  3613. # [23:43] * philor is now known as philor|away
  3614. # [23:44] <jesup> glandium: '.' works
  3615. # [23:45] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3616. # [23:46] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  3617. # [23:46] * Quits: gal (gal@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gal)
  3618. # [23:47] * Quits: @njn (chatzilla@moz-18C8CB32.dyn.iinet.net.au) (Client exited)
  3619. # [23:49] * Joins: Gijs (gijs@7BE54F67.5E1E8109.198A214C.IP)
  3620. # [23:49] * nthomas|mtg is now known as nthomas
  3621. # [23:49] * Joins: njn (chatzilla@moz-18C8CB32.dyn.iinet.net.au)
  3622. # [23:49] * ChanServ sets mode: +o njn
  3623. # [23:50] * @njn gets his tree style tabs back
  3624. # [23:50] * geekboy is now known as geekboy|afk
  3625. # [23:50] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  3626. # [23:50] <@njn> http://piro.sakura.ne.jp/xul/xpi/nightly/treestyletab.xpi if anyone's wondering; it's the updated version that works with Australia
  3627. # [23:50] <@njn> *Australis
  3628. # [23:50] * Joins: sanctuary (sanctuary@57103501.90F230A5.BAEA2066.IP)
  3629. # [23:50] * Quits: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP) (Quit: RealRaven)
  3630. # [23:50] * Quits: markh (Instantbir@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  3631. # [23:50] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3632. # [23:51] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  3633. # [23:51] * Joins: markh (Instantbir@7BE54F67.5E1E8109.198A214C.IP)
  3634. # [23:51] * Joins: RealRaven (Thunderbir@E0E741B.5DC50F46.27F80FAC.IP)
  3635. # [23:51] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3636. # [23:52] <fabrice> tab on bottom for Australia!
  3637. # [23:52] <cpeterson> fabrice: isn't everything upside down in Australia?
  3638. # [23:53] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3639. # [23:53] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3640. # [23:53] * Quits: emtwo1 (msamuel@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3641. # [23:56] * Quits: juanb|mtg (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3642. # [23:56] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3643. # [23:57] * Joins: whidgle (Mibbit@moz-42B8C89C.evrt.wa.frontiernet.net)
  3644. # [23:57] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  3645. # [23:58] * Quits: mchang (mchang@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: mchang)
  3646. # [23:58] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3647. # [23:58] * geekboy|afk is now known as geekboy
  3648. # [23:59] * Quits: markh (Instantbir@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  3649. # [23:59] * Joins: Enn (enn@7BE54F67.5E1E8109.198A214C.IP)
  3650. # [23:59] * Quits: grobinson|laptop (grob_@moz-D1465452.torservers.net) (Ping timeout)
  3651. # [23:59] * Joins: mchang (mchang@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3652. # [23:59] <hub> cpeterson: also toilet flush the other way ;-)
  3653. # Session Close: Fri Jan 17 00:00:00 2014

The end :)