/irc-logs / mozilla / #developers / 2013-02-01 / end

Options:

  1. # Session Start: Fri Feb 01 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:01] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  4. # [00:01] <dholbert> seth, pong
  5. # [00:01] * geekboy is now known as geekboy|afk
  6. # [00:01] <seth> dholbert: so bug 704059 is good as far it goes, but it doesn't fix everything that's wrong with SVG loading
  7. # [00:02] <seth> dholbert: i'm trying to figure out exactly how "wrong" is defined here =) basically, right now it doesn't fix 703806, because the SVG image's 'load' event will fire in OnStopRequest, and that's what we wait on in that test case. fixing onload blocking doesn't help there
  8. # [00:03] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  9. # [00:03] * Joins: Optimizer (Optimizer@5CCA8E07.F94ECD12.D2D1FAF0.IP)
  10. # [00:03] <seth> dholbert: what puzzles me is why it fires there instead of in OnStopDecode. the comments suggest that it used to fire in OnStopDecode, which would be more natural and would suggest a fix that feels a bit less hacky
  11. # [00:03] * Joins: marco (Thunderbir@moz-92F7A797.cust.dsl.teletu.it)
  12. # [00:04] * Quits: Saspiron (Mibbit@46123603.A3F3DBB6.B513ECED.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  13. # [00:04] * Joins: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP)
  14. # [00:04] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  15. # [00:04] * Quits: wlach (wlach@moz-9032E538.vif.net) (Quit: Leaving)
  16. # [00:05] <dholbert> seth, hmm... So we're saying our image is loaded because we finished parsing and SVGLoad fired, but meanwhile we've got an *inner* image that hasn't loaded yet?
  17. # [00:05] <dholbert> and then onload fires and we take the reftest snapshot, all before the inner image is ready to paint. correct?
  18. # [00:05] * Joins: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com)
  19. # [00:06] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  20. # [00:06] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  21. # [00:06] <dholbert> seth, in that case, maybe we do need to be watching for the helper-doc's "load" event after all, and not reporting that the SVG image is finished loading until it actually gets _that_ event
  22. # [00:07] * philor|away is now known as philor
  23. # [00:07] <dholbert> seth, what kept us from watching for "load"? does it only fire if we've got a scriptglobalobject or something?
  24. # [00:07] * Joins: crainiarc (Adium@moz-99624ADC.singnet.com.sg)
  25. # [00:07] <seth> dholbert: nah, that's not quite what i'm saying. whether we've changed it to use "load", or whether we stick with "SVGLoad", it doesn't matter
  26. # [00:08] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  27. # [00:08] * Quits: Boriss (FlyingToas@F2D29657.F60B0462.67AC9B1.IP) (Quit: Boriss)
  28. # [00:08] <dholbert> seth, so supposing we use "load", what would go wrong?
  29. # [00:08] <dholbert> in this case w/ an image that contains a blob URI
  30. # [00:08] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  31. # [00:08] * Quits: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com) (Quit: spartanfire)
  32. # [00:08] <seth> dholbert: what goes wrong is that we get the load event for the outer image too early =\
  33. # [00:08] * Quits: mak (mak@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  34. # [00:09] <seth> dholbert: the inner image is still not actually ready
  35. # [00:09] * Quits: crainiarc (Adium@moz-99624ADC.singnet.com.sg) (Ping timeout)
  36. # [00:09] <dholbert> seth, ah -- so this " observer->OnStopDecode(NS_OK); // This unblocks page load." is incorrect?
  37. # [00:10] * Quits: gandalf (zbraniecki@moz-5FCD15F.neoplus.adsl.tpnet.pl) (Quit: I took the wrong pill!!!)
  38. # [00:10] <seth> dholbert: no, it's correct =) the problem is that there are TWO load events that are at issue here
  39. # [00:10] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  40. # [00:10] <seth> dholbert: we handle _page load_ correctly. but _image load_ fires too early
  41. # [00:10] <dholbert> interesting
  42. # [00:10] * Joins: mak (mak@F2D29657.F60B0462.67AC9B1.IP)
  43. # [00:10] * Quits: Asa (asa@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  44. # [00:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/566e7485b29a - Mounir Lamouri - Bug 835055 - Make sure that a script can't use an unsanitized value while the user is typing in a field. r=smaug
  45. # [00:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d4b0027c75e9 - Mounir Lamouri - Bug 835055 - 1/2 - Add a IsExperimentalMobileType() method and refactor a bit. r=smaug
  46. # [00:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6639a23e0eb0 - Mounir Lamouri - Bug 781572 - Implement min and max attributes behaviour for <input type='time'>. r=smaug
  47. # [00:11] <seth> dholbert: the reftest waits for the image's load event and then fires itself. it doesn't use page load. in fact the image doesn't exist until after page load fires
  48. # [00:11] * Quits: Mano (mano@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  49. # [00:11] <dholbert> whaa
  50. # [00:11] * Quits: mak (mak@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  51. # [00:11] <dholbert> ah
  52. # [00:11] <seth> dholbert: this is img-blobURI-2.html. it uses "reftest-wait"
  53. # [00:11] <dholbert> seth, gotcha
  54. # [00:12] * Quits: mixedpuppy (mixedpuppy@F2D29657.F60B0462.67AC9B1.IP) (Quit: mixedpuppy)
  55. # [00:12] <dholbert> seth, ok, makes sense
  56. # [00:12] <dholbert> that seems like a bug, but I'm not 100% sure
  57. # [00:12] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  58. # [00:12] <seth> dholbert: well, that's what confuses me. it seems wrong to fire the image's load event before the image has at least one frame decoded
  59. # [00:13] <dholbert> agreed
  60. # [00:13] <seth> dholbert: but the comments suggest it used to work that way and was deliberately changed
  61. # [00:13] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  62. # [00:13] <seth> dholbert: i'd be interested in understanding why, because this single thing could be responsible for a _lot_ of random oranges
  63. # [00:13] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Client exited)
  64. # [00:14] <jlebar> jimb: ping?
  65. # [00:14] <jimb> jlebar: pong
  66. # [00:14] <jlebar> jimb: Do you have any idea where this filename that we're barfing on might be coming from? I feel like there might be a simple solution here if only I could find the filename.
  67. # [00:15] <jimb> jlebar: Yeah, what a pain, eh?
  68. # [00:15] <jlebar> jimb: Yeah. :-/
  69. # [00:15] <jlebar> jimb: The good news is that it doesn't look like the gdb is patched heavily at all, so rebuilding may be feasible.
  70. # [00:15] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  71. # [00:15] * nthomas is now known as nthomas|away
  72. # [00:15] * Quits: TheOne (one@moz-69C6034B.dip.t-dialin.net) (Input/output error)
  73. # [00:15] <@ehsan> do we implement box-reflect?
  74. # [00:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ecdbffdf275a - Chris Peterson - Bug 833254 - Fix MFBT's gcc version checks. r=waldo
  75. # [00:16] <jimb> jlebar: Let me poke in there a bit...
  76. # [00:16] <dholbert> seth, so this testcase renders how I'd expect it to (img onload and body onload fire at the same time): http://www.pastebin.mozilla.org/2101926
  77. # [00:16] <jlebar> jimb: Thanks! If you don't get anywhere, I'll try to figure out how to cross-compile 7.5, which may fix all our problems.
  78. # [00:16] <dholbert> seth, (that's got a large jpeg image)
  79. # [00:16] <jlebar> jimb: dinnertime now; bbiab.
  80. # [00:17] * jlebar is now known as jlebar|dinner
  81. # [00:17] <RyanVM> philor: glad you have faith in my bustage fix, because I didn't :P
  82. # [00:17] <dholbert> seth, maybe that's because onstoprequest / onstopdecode fire in quick enough succession for a raster image htough
  83. # [00:17] * Quits: dao (dao@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  84. # [00:18] * Joins: tobeytailor (tobeytailo@moz-95BD9645.dip.t-dialin.net)
  85. # [00:18] * Quits: willyaranda (willyarand@1D3F3DA0.6C72896A.AC724CC6.IP) (Quit: willyaranda)
  86. # [00:19] * khuey is now known as khuey|away
  87. # [00:19] * juanb is now known as juanb|mtg
  88. # [00:19] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  89. # [00:19] * RyanVM is now known as RyanVM|Away
  90. # [00:19] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  91. # [00:20] * RyanVM|Away is now known as RyanVM|Dinner
  92. # [00:20] * kmoir is now known as kmoir-afk
  93. # [00:20] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  94. # [00:21] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  95. # [00:21] <seth> dholbert: yes, i'm not sure what's going on here
  96. # [00:21] <seth> dholbert: i'm puzzled as to how things are guaranteed to be done by the time onstoprequest fires
  97. # [00:22] <seth> (in the raster image case)
  98. # [00:22] <seth> joe: do you have some insight here?
  99. # [00:22] * Quits: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  100. # [00:23] * mccr8|away is now known as mccr8
  101. # [00:23] <dholbert> seth, so one stupid-simple fix for the test, to test that things are working as much as we think they are:
  102. # [00:23] * Quits: wolfiR (wolfiR@moz-BBD09858.dip0.t-ipconnect.de) (Quit: Leaving)
  103. # [00:23] * hwine is now known as hwine|afk
  104. # [00:23] * Quits: nsm (nikhil@2557E599.66715431.D25A875A.IP) (Ping timeout)
  105. # [00:23] <seth> dholbert: my logs show me that in that test case, both the inner and outer SVG's 'load' events have fired before we get SVGLoad
  106. # [00:23] <dholbert> seth, just move the 'create blob URI' logic out of <body onload> and into a <script> element that's evaluated synchronously
  107. # [00:23] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  108. # [00:23] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  109. # [00:24] <seth> dholbert: (before we get SVGLoad for EITHER of them)
  110. # [00:24] <dholbert> seth, their <img>/<image> onload events have fired, you mean?
  111. # [00:24] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  112. # [00:25] <dholbert> seth, so if we move that blob URI logic out of the body-onload handler, then I think the image will be able to block page-onload as we'd like it to
  113. # [00:25] * Quits: berkerpeksag (berkerpeks@B5FCAB2F.EE74F123.2058B3BB.IP) (Ping timeout)
  114. # [00:25] <seth> dholbert: yes. but there is still an interleaving problem, so waiting for SVGLoad doesn't fix it. they happen in the wrong order
  115. # [00:25] <seth> dholbert: i'll try that
  116. # [00:25] <dholbert> seth (and then we can & should drop reftest-wait, too)
  117. # [00:25] <dholbert> seth, could you 'hg cp' the test, and make those modifications to the copy?
  118. # [00:26] <dholbert> seth, if necessary, we can mark the original one as random, if it's spammy enough
  119. # [00:26] * Joins: mixedpuppy (mixedpuppy@8F761026.B5EF4AF6.E96CA9D8.IP)
  120. # [00:26] * Quits: garnacho (carlos@moz-6BA62877.cm-6-7d.dynamic.ziggo.nl) (Ping timeout)
  121. # [00:26] <dholbert> but then we're at least testing that other code path (until we mark that test as random at least), since it seems like that should still work
  122. # [00:27] <Jesse> lolwut, i'm now getting Print dialogs from iTerm2 when compiling mozilla-central
  123. # [00:28] <jimb> jlebar|dinner: posted suggested further instructions to bug
  124. # [00:28] * Quits: ehugg (chatzilla@C1766AFD.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  125. # [00:28] <Unfocused> obviously, the compiler is getting tired and thinks you should do some of that work yourself
  126. # [00:29] * Joins: berkerpeksag (berkerpeks@B5FCAB2F.EE74F123.2058B3BB.IP)
  127. # [00:29] <seth> dholbert: actually i don't expect that code path to work (and it doesn't)
  128. # [00:29] * Quits: hurley (hurley@2557E599.66715431.D25A875A.IP) (Quit: mootex)
  129. # [00:31] <seth> dholbert: the thing is, we need to set VectorImage::mIsFullyLoaded to true. we do that in OnSVGDocumentLoaded. but when should we call OnSVGDocumentLoaded? if we call it after we get 'SVGLoad', then we end up saying the outer document is ready before the inner document even gets 'SVGLoad'. if we call it after we get 'load', then the outer document is ready when both documents have gotten 'SVGLoad', but the inner document has NOT gotten 'loa
  130. # [00:31] <seth> yet and its mIsFullyLoaded is still false. still doesn't work
  131. # [00:32] * Quits: Mardak (Mardak@F2D29657.F60B0462.67AC9B1.IP) (Quit: Mardak)
  132. # [00:32] <dholbert> seth, what if we wait for both events (or a failure)?
  133. # [00:33] <seth> dholbert: we always get them in the order SVGLoad, then load, so waiting for load is waiting for both
  134. # [00:33] <seth> dholbert: load appears to fire after SVGLoad fires in all of the inner documents, rather than after load fires in all of the inner documents. this inconsistency is the source of the problem
  135. # [00:34] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  136. # [00:34] <seth> dholbert: load needs to fire after load fires in all of the inner documents. then things make sense
  137. # [00:34] * Quits: berkerpeksag (berkerpeks@B5FCAB2F.EE74F123.2058B3BB.IP) (Ping timeout)
  138. # [00:34] <dholbert> "load needs to fire" = the outermost <img> load event, right?
  139. # [00:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d7f4807655ec - Kai Engert - Bug 834741, landing final NSPR 4.9.5 and final NSS 3.14.2, r=wtc.
  140. # [00:35] <seth> dholbert: _all_ <img> load events need to fire after all <img> load events on images inside them
  141. # [00:35] * Quits: andreasn (andreasn@moz-29541900.a336.priv.bahnhof.se) (Ping timeout)
  142. # [00:36] * aki is now known as aki|bbl
  143. # [00:36] * Joins: ehugg_lime (ehugg_lime@moz-6F724CCC.mycingular.net)
  144. # [00:36] * Joins: andreasn (andreasn@moz-29541900.a336.priv.bahnhof.se)
  145. # [00:36] <dholbert> seth, agreed, that makes sense
  146. # [00:36] * Joins: ggoncalv_ (ggoncalves@2557E599.66715431.D25A875A.IP)
  147. # [00:37] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  148. # [00:37] * Quits: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP) (Ping timeout)
  149. # [00:37] <seth> dholbert: the problem is that the cleanest fix would affect raster images too, and i'm kinda hesistant to do that since i don't fully understand the reasoning behind the current code
  150. # [00:38] <seth> dholbert: if imgLoad (let's call it that =) events fired in OnStopDecode, this would be trivial to fix. i have no idea why they fire in OnStopRequest
  151. # [00:38] * Quits: ggoncalv_ (ggoncalves@2557E599.66715431.D25A875A.IP) (Ping timeout)
  152. # [00:38] * Quits: ehugg_lime (ehugg_lime@moz-6F724CCC.mycingular.net) (Ping timeout)
  153. # [00:39] <seth> dholbert: i think maybe we should treat this as separate from 704059, and get joe and/or jdm involved
  154. # [00:39] <dholbert> seth, agreed
  155. # [00:39] * Joins: ehugg_lime (ehugg_lime@moz-6F724CCC.mycingular.net)
  156. # [00:39] * Quits: akeybl_ (akeybl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  157. # [00:39] <dholbert> seth, so -- my suggested alternate bloburi test should still pass, though, right?
  158. # [00:40] <seth> dholbert: nah, because it doesn't change the issue with the interleaving of the various events
  159. # [00:41] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  160. # [00:41] <dholbert> seth, won't it block document-load, though, if we set the image's 'src' attribute before load fires?
  161. # [00:41] <dholbert> seth, even if it doesn't block "imgload"?
  162. # [00:41] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  163. # [00:41] <seth> dholbert: yeah, but the interleaving issue i discussed above still means that when we unblock document-load, the inner image isn't guaranteed to be ready
  164. # [00:42] <seth> dholbert: there's no event we can listen to that will let us unblock it at the right time
  165. # [00:42] <dholbert> seth, ahhh ok, gotcha
  166. # [00:42] * Quits: KaiRo (robert@moz-CB957631.adsl.highway.telekom.at) (Input/output error)
  167. # [00:42] <dholbert> if we only had one layer of images, then my suggested test would work, but we've got 2 layers of images
  168. # [00:42] * dholbert is reminded of inception
  169. # [00:42] <seth> dholbert: hehe indeed
  170. # [00:43] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  171. # [00:44] * Quits: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  172. # [00:45] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  173. # [00:46] <@ehsan> roc: ping?
  174. # [00:47] * Quits: marco (Thunderbir@moz-92F7A797.cust.dsl.teletu.it) (Ping timeout)
  175. # [00:47] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  176. # [00:47] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Ping timeout)
  177. # [00:48] * Quits: ehugg_lime (ehugg_lime@moz-6F724CCC.mycingular.net) (Ping timeout)
  178. # [00:48] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  179. # [00:49] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  180. # [00:50] <@roc> hi
  181. # [00:51] * Joins: marco (Thunderbir@moz-92F7A797.cust.dsl.teletu.it)
  182. # [00:51] * Quits: till (till@moz-3493B177.superkabel.de) (Client exited)
  183. # [00:51] <@ehsan> roc: hey!
  184. # [00:52] <@ehsan> roc: so, MediaStream::GraphImpl()
  185. # [00:52] <@ehsan> that needs to go away
  186. # [00:52] <@ehsan> is thagt fine?
  187. # [00:52] * Quits: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP) (Ping timeout)
  188. # [00:52] * Joins: gal (gal@43CB6079.66715431.D25A875A.IP)
  189. # [00:52] <@ehsan> I'm planning to just store a pointer in MediaStream
  190. # [00:52] <@roc> what about all the code that uses it?
  191. # [00:52] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  192. # [00:52] * ChanServ sets mode: +o smaug
  193. # [00:52] <@roc> you mean it's not going away, you're just changing its implementation
  194. # [00:52] <@ehsan> roc: s/GraphImpl()/mGraph/ :)
  195. # [00:52] <@ehsan> yeah
  196. # [00:52] <@roc> I think it should still be wrapped in the getter
  197. # [00:52] <@roc> sure
  198. # [00:52] <@roc> of course
  199. # [00:53] <@ehsan> oh
  200. # [00:53] <@ehsan> and same story with MediaInputPort
  201. # [00:53] <@ehsan> cool, so I'll do that then
  202. # [00:53] * mattwoodrow is now known as mattwoodrow|away
  203. # [00:54] <@roc> yeah, I sort of expected that would happen
  204. # [00:54] * catlee is now known as catlee-away
  205. # [00:54] <@roc> we will want to extend the offline MediaStreamGraph for use with real MediaStreams at some point.
  206. # [00:54] <@roc> then we'll be able to use it for video transcoding and stuff like that.
  207. # [00:54] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Connection reset by peer)
  208. # [00:55] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  209. # [00:55] <@roc> of course it would only work with a limited set of MediaStreams.
  210. # [00:55] <@roc> media elements OK, but not getUserMedia
  211. # [00:55] <jhammel> i have no idea what you're doing, but it makes me excited just reading about it :)
  212. # [00:55] <@roc> maybe WebRTC with some modifications
  213. # [00:55] * Quits: marco (Thunderbir@moz-92F7A797.cust.dsl.teletu.it) (Ping timeout)
  214. # [00:56] <@ehsan> right
  215. # [00:56] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  216. # [00:56] <@ehsan> but that's all further away
  217. # [00:56] * Joins: nsm (nikhil@6DFA9B8A.80F17AD8.4AA0E643.IP)
  218. # [00:58] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  219. # [00:58] * Joins: xk1sv (xk1sv@A80A78B6.313B35A.189F3E15.IP)
  220. # [00:58] * Quits: xk1sv (xk1sv@A80A78B6.313B35A.189F3E15.IP) (Input/output error)
  221. # [00:59] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  222. # [00:59] * Quits: nsm (nikhil@6DFA9B8A.80F17AD8.4AA0E643.IP) (Ping timeout)
  223. # [01:00] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Client exited)
  224. # [01:00] * Joins: marco (Thunderbir@moz-9BF1C7B7.cust.dsl.teletu.it)
  225. # [01:00] * NeilAway sighs at fatal asserts
  226. # [01:00] * Quits: HeldtNotHelt (firefox@DBDFA50.8C382C77.7C9220AF.IP) (Quit: HeldtNotHelt)
  227. # [01:00] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  228. # [01:00] * mattwoodrow|away is now known as mattwoodrow
  229. # [01:01] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  230. # [01:01] <@smaug> tanvi: ping
  231. # [01:01] <tanvi> smaug - pong
  232. # [01:02] <@smaug> tanvi: about the crasher. If it is a topcrasher, like it seems to, do you think you'll have fix ready soon
  233. # [01:02] <tanvi> smaug - i'm hoping to have a fix today
  234. # [01:02] <@smaug> or should we think about backing out, or making some temporary fix (null check)
  235. # [01:02] <tanvi> but i still dont know whats causing it
  236. # [01:02] <tanvi> i coudl always do an if(!securityUI) return
  237. # [01:02] <tanvi> as a hack
  238. # [01:02] <tanvi> but i'd like to find the real problme
  239. # [01:03] <@smaug> yes
  240. # [01:03] <tanvi> given its a top crasher, im' surprised i can't find it
  241. # [01:03] * juanb|mtg is now known as juanb
  242. # [01:03] <tanvi> or reproduce it
  243. # [01:03] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  244. # [01:03] * Joins: jet_ (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  245. # [01:04] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  246. # [01:04] * jet_ is now known as jet
  247. # [01:05] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  248. # [01:05] * jimm is now known as jimm-bbiab
  249. # [01:05] <@smaug> tanvi: so boris was suggesting page info document or such
  250. # [01:05] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  251. # [01:05] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  252. # [01:06] <tanvi> smaug - i tried that
  253. # [01:06] <tanvi> and i've tried session restore
  254. # [01:06] <tanvi> and i've tried going to the urls in crash-stats
  255. # [01:06] <tanvi> now i'm reading code
  256. # [01:06] <tanvi> to figure out if its a specific type of image i'm not considering
  257. # [01:07] <@smaug> tanvi: could it be related to some addon?
  258. # [01:07] <@smaug> nothing guarantees that there is security UI
  259. # [01:07] <tanvi> some seem related to a plugin - https://crash-stats.mozilla.com/report/index/9add26bb-b070-489b-95ec-a79b22130131
  260. # [01:07] <@smaug> The API is clear about that - and sorry that I didn't notice this in the review
  261. # [01:08] <njn> where do I file a bug to ensure that |-p none| try pushes are rejected?
  262. # [01:08] * Joins: crainiarc (Adium@moz-99624ADC.singnet.com.sg)
  263. # [01:08] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  264. # [01:08] <tanvi> while others are an image set attribute - https://crash-stats.mozilla.com/report/index/53089086-1da3-4744-ba5d-f8ce62130131
  265. # [01:08] <@smaug> njn: also you managed to push such commit? :)
  266. # [01:08] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  267. # [01:08] <@smaug> njn: IIRC I pushed something like that last week
  268. # [01:08] * Joins: ehugg (chatzilla@moz-6D0FD3FC.cisco.com)
  269. # [01:09] <njn> smaug: just did, yep
  270. # [01:10] * Joins: llmelon (chatzilla@moz-3983353E.tm.net.my)
  271. # [01:10] <jhammel> njn: i think mozilla.org Hg customizations
  272. # [01:10] * Quits: crainiarc (Adium@moz-99624ADC.singnet.com.sg) (Ping timeout)
  273. # [01:10] * Quits: andersh (andersh@moz-71DD444C.bredband.3.dk) (Connection reset by peer)
  274. # [01:11] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  275. # [01:11] * coop|buildduty is now known as coop|afk
  276. # [01:12] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  277. # [01:12] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  278. # [01:12] * Joins: smooney_ (smooney@2557E599.66715431.D25A875A.IP)
  279. # [01:12] <njn> smaug: bug 836962
  280. # [01:13] <jhammel> come to think of that, i've done that a couple of times
  281. # [01:13] * Quits: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr) (Quit: bholley)
  282. # [01:13] <jhammel> but then i wrote a script to do it that does check for such things
  283. # [01:14] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  284. # [01:14] <gw280> does anyone here understand the buildsystem?
  285. # [01:14] <jhammel> and will admit to it? ;)
  286. # [01:14] <gw280> I've added some code to skia (which is in libgkmedias) which references symbols in gfx/gl (which is in libxul)
  287. # [01:15] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  288. # [01:15] <gw280> and I'm getting a link error in webrtc/signaling/test because it statically links against libgkmedias but not against xul
  289. # [01:16] <tanvi> bz_dinner, smaug - other than page info, can you think of other content that doesn't have a securityUI but has an image?
  290. # [01:16] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Ping timeout)
  291. # [01:16] <tanvi> or has an image on a page who's root doesn't have a security UI
  292. # [01:16] <@smaug> tanvi: addons
  293. # [01:16] <@smaug> using iframe
  294. # [01:16] <@smaug> xul:iframe for example
  295. # [01:16] <@smaug> (just reading the code here..)
  296. # [01:17] <tanvi> maybe a favicon in session restore?
  297. # [01:17] <@smaug> tanvi: looks like all these https://mxr.mozilla.org/addons/search?string=disablesecurity
  298. # [01:17] * hwine|afk is now known as hwine
  299. # [01:18] <@smaug> well, those are potential problems
  300. # [01:18] <@smaug> depends then what they load
  301. # [01:19] <tanvi> but woudl all these nightly top crashesr have an addon that disablesecurity?
  302. # [01:20] <tanvi> a lot of the crashes are quite immediate. which implies it might be a session restore issue. at least one user had about:sessionrestore as their url
  303. # [01:21] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  304. # [01:21] <@smaug> tanvi: maybe http://mxr.mozilla.org/mozilla-central/source/browser/base/content/socialchat.xml#17
  305. # [01:21] * gregglind is now known as gregglind_away
  306. # [01:21] <tanvi> immediate = only a few seconds of uptime.
  307. # [01:21] <@smaug> ah, hmm
  308. # [01:22] <@smaug> well, addons could cause that
  309. # [01:22] * Joins: mak (mak@F2D29657.F60B0462.67AC9B1.IP)
  310. # [01:22] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  311. # [01:22] <@smaug> though, some of the crashes are coming from addonless setups
  312. # [01:23] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  313. # [01:23] <@smaug> tanvi: anyhow, the fix needs to be something where we handle the case when securityUI isn't htere
  314. # [01:23] <@smaug> there
  315. # [01:23] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  316. # [01:23] <tanvi> maybe its trying to restore / initialize the chat session? but then why is it crashignon an image load
  317. # [01:23] <tanvi> smaug - yeah
  318. # [01:23] * Quits: marco (Thunderbir@moz-9BF1C7B7.cust.dsl.teletu.it) (Ping timeout)
  319. # [01:23] <@smaug> there are plenty of ways to cause crashes
  320. # [01:23] * Quits: mak (mak@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  321. # [01:23] <tanvi> should i just write a patch, or keep looking for the root of the problme?
  322. # [01:24] <@smaug> so I don't think it is too useful to check what is causing most of them now
  323. # [01:24] * Quits: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  324. # [01:24] <@smaug> tanvi: the problem can be many things
  325. # [01:24] <@smaug> I mean, addons, that chat thing...etc
  326. # [01:24] <tanvi> but is hould be able to reprudce it at least once
  327. # [01:24] * nthomas|away is now known as nthomas
  328. # [01:24] <@smaug> tanvi: have you tried chat?
  329. # [01:25] * Quits: gal (gal@43CB6079.66715431.D25A875A.IP) (Quit: gal)
  330. # [01:25] <@smaug> you could also try some of those addons I linked
  331. # [01:25] <tanvi> no, trying it now
  332. # [01:25] <@smaug> I *think* some of those addons should crash
  333. # [01:25] * Joins: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP)
  334. # [01:25] * Joins: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP)
  335. # [01:26] * rail is now known as rail_away
  336. # [01:26] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  337. # [01:27] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  338. # [01:27] * Joins: marco (Thunderbir@moz-7A638BD8.cust.dsl.teletu.it)
  339. # [01:27] * Quits: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP) (Ping timeout)
  340. # [01:28] <@smaug> tanvi: hmm, you didn't split those overlong lines
  341. # [01:28] <@smaug> though, there are other overlong lines too
  342. # [01:28] <tanvi> smaug - i thougth i did.
  343. # [01:28] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  344. # [01:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4c73235f1aa2 - Luke Wagner - Bug 836616 - allow ParseNodes to distinguish numbers containing a decimal point (r=njn)
  345. # [01:29] <tanvi> i'll take another look at hta tlater
  346. # [01:29] <tanvi> at that later
  347. # [01:29] <@smaug> k
  348. # [01:29] <@smaug> tanvi: so, perhaps uint32_t State should be initialized to 0
  349. # [01:30] <@smaug> tanvi: then if we have security UI, get the old state
  350. # [01:30] <@smaug> uh, bad me bad me. variable name shouldn't be SecurityUI, but securityUI
  351. # [01:31] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  352. # [01:31] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  353. # [01:31] <tanvi> tried 2 addons
  354. # [01:32] <tanvi> now trying chat
  355. # [01:32] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  356. # [01:32] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  357. # [01:32] * aki|bbl is now known as aki
  358. # [01:33] <tanvi> i can fix the variable name
  359. # [01:33] <@smaug> thanks
  360. # [01:33] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  361. # [01:33] <tanvi> not sure if initalizing to 0 makes sense
  362. # [01:34] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  363. # [01:36] * Quits: andreasn (andreasn@moz-29541900.a336.priv.bahnhof.se) (Ping timeout)
  364. # [01:37] * Quits: jhopkins|afk (jhopkins@moz-216F9986.tb.shawcable.net) (Connection reset by peer)
  365. # [01:38] <@smaug> tanvi: or just return early
  366. # [01:38] <@smaug> tanvi: if the docshell doesn't have securityUI, probably it doesn't care about this stuff?
  367. # [01:38] <tanvi> facebook messenger doesn't crash nightly
  368. # [01:39] <@smaug> does it end up using the contentpolicy
  369. # [01:39] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  370. # [01:39] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  371. # [01:40] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  372. # [01:40] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  373. # [01:40] * Quits: marco (Thunderbir@moz-7A638BD8.cust.dsl.teletu.it) (Connection reset by peer)
  374. # [01:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fbcff2d6edc8 - Ryan VanderMeulen - Backed out 7 changesets (bug 739217) for mochitest-1 orange on a CLOSED TREE.
  375. # [01:41] <tanvi> smaug - yeah, it shouldnt' even get to this part of the code
  376. # [01:41] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  377. # [01:41] <tanvi> the crash is at line 370; see like 339 - http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsMixedContentBlocker.cpp#339
  378. # [01:41] <tanvi> if their is no security ui, then its probably an about: or some other scheme that we whitelist
  379. # [01:41] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  380. # [01:42] <tanvi> and hence we woudl never get to line 339 that says //if we are here, we have mixed content
  381. # [01:42] <@smaug> tanvi: I don't see any reason why existence of securityUI would map to any scheme
  382. # [01:42] * Quits: Nefzaoui (chatzilla@6915A67A.A7E50976.7D0E51E.IP) (Connection reset by peer)
  383. # [01:43] <@smaug> tanvi: I'd guess this is about http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/browser.xml#613
  384. # [01:44] <@smaug> and also that we seems to create securityUI only for xul:browser, not for xul:iframe
  385. # [01:45] * Joins: marco (Thunderbir@moz-EDDB79DC.cust.dsl.teletu.it)
  386. # [01:46] * NeilAway idly wonders who owns sync
  387. # [01:46] * RyanVM|Dinner is now known as RyanVM
  388. # [01:46] <@smaug> NeilAway: mconnor ?
  389. # [01:46] <@smaug> tanvi: do you happen to have some test page for this online?
  390. # [01:47] <tanvi> i have lots of test pages, but none that reproduce the crash
  391. # [01:47] <@smaug> tanvi: I'd just use such for my test xul app
  392. # [01:48] <tanvi> https://people.mozilla.com/~tvyas/mixedcontent.html, https://people.mozilla.com/~tvyas/mixeddisplay.html, https://people.mozilla.com/~tvyas/crashtest.html, https://people.mozilla.com/~tvyas/crashtest2.html, ...
  393. # [01:48] <tanvi> https://people.mozilla.com/~tvyas/mixediframe2.html
  394. # [01:49] <tanvi> https://people.mozilla.com/~tvyas/mixediframe.html, https://people.mozilla.com/~tvyas/mixeddocument.html, https://people.mozilla.com/~tvyas/iframedocumentopen5.html,
  395. # [01:49] <tanvi> are a few. both the http and https versions work for those
  396. # [01:49] * Joins: raccettura (raccettura@moz-321196F8.nwrknj.fios.verizon.net)
  397. # [01:50] <NeilAway> dholbert: how much would you like nsCOMArray to have a uint32_t Length() ?
  398. # [01:53] * Joins: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net)
  399. # [01:53] * Quits: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  400. # [01:54] <@smaug> tanvi: so I have the crash in debugger
  401. # [01:54] <@smaug> let me pastebin the testcase
  402. # [01:55] <tanvi> smaug - awesome!
  403. # [01:55] <@smaug> tanvi: http://www.pastebin.mozilla.org/2102149
  404. # [01:55] <@smaug> tanvi: totally artificial case
  405. # [01:56] <@smaug> but at least it crashes :)
  406. # [01:56] * Quits: ehugg (chatzilla@moz-6D0FD3FC.cisco.com) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116232420])
  407. # [01:56] <@roc> anyone know how to use the mailman interface to allow anyone to subscribe to a mailing list without approval?
  408. # [01:56] * dhylands|dr is now known as dhylands
  409. # [01:56] <tanvi> smaug - hmmm
  410. # [01:57] <@smaug> what now :)
  411. # [01:57] <@smaug> is that too simple case
  412. # [01:57] <@smaug> but that is what I think some addons effectively do
  413. # [01:57] <@smaug> if they prevent the securityUI or just use xul:iframe
  414. # [01:58] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  415. # [01:58] * Quits: marco (Thunderbir@moz-EDDB79DC.cust.dsl.teletu.it) (Ping timeout)
  416. # [01:58] * Joins: A1kmm (a1kmm@moz-C7C52631.jetstream.xtra.co.nz)
  417. # [01:58] * mattwoodrow is now known as mattwoodrow|away
  418. # [01:58] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  419. # [01:58] * Quits: jimm-bbiab (jmathies@moz-4C827542.pn.at.cox.net) (Quit: )
  420. # [01:58] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  421. # [01:59] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  422. # [01:59] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  423. # [01:59] * xk1sv_ is now known as xk1sv
  424. # [01:59] <A1kmm> Hi. I'm trying (and failing) to reproduce a failure on the mozilla-inbound checkin for Bug 834100 locally. In the build system, do all the MochiTests run in the same Firefox process?
  425. # [01:59] <A1kmm> And do they run concurrently at all?
  426. # [02:00] <tanvi> smaug: got it!
  427. # [02:00] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  428. # [02:00] <tanvi> smaug - doesnt' work if you do it in the webconsole
  429. # [02:00] <@smaug> A1kmm: they don't run concurrently
  430. # [02:00] <tanvi> the content runs, but the securityUI in't null
  431. # [02:00] <Mossop> A1kmm: All the M1 tests are a single firefox process for example, yes
  432. # [02:00] * Quits: smooney_ (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney_)
  433. # [02:00] <@smaug> tanvi: no, because the context is different. you end up creating html:iframe there
  434. # [02:01] <Mossop> But M1, M2, etc are different processes that run in paralle;
  435. # [02:01] * Joins: variable (root@E62F77D3.87AB4A16.67659D25.IP)
  436. # [02:01] * Joins: marco (Thunderbir@moz-B3D2C49A.cust.dsl.teletu.it)
  437. # [02:01] <tanvi> smaug - you mean in the webcosole i create an html:iframe
  438. # [02:01] <A1kmm> okay, so that rules out a race condition between two different tests.
  439. # [02:01] <@smaug> tanvi: right, in error console it ends up being xul:ifram
  440. # [02:02] <tanvi> ah okay!
  441. # [02:02] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  442. # [02:02] <NeilAway> smaug: addEventListener(foo, { handleEvent: function() { /* code here */ } }) isn't going away, is it?
  443. # [02:02] * Quits: erick (erick@E1304535.2A7189BF.BE19388.IP) (Ping timeout)
  444. # [02:02] <@smaug> right
  445. # [02:02] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  446. # [02:02] <@smaug> not going away
  447. # [02:03] <NeilAway> smaug: phew, thanks
  448. # [02:03] * NeilAway adds another use
  449. # [02:03] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Quit: Leaving)
  450. # [02:03] <tanvi> smaug - so one reason this coudl happen is a xul iframe. and another is if an addon disables the security UI?
  451. # [02:03] <A1kmm> It is odd, because the tests that were failing on some of the systems didn't even touch the codepaths I changed (although the tests did touch other parts of the PeerConnection API).
  452. # [02:03] <@smaug> tanvi: right
  453. # [02:04] <tanvi> so i have a simple patch that returns and accepts for cases where there is no security ui
  454. # [02:04] <tanvi> smaug: just added it to the bug and r? you.
  455. # [02:04] <tanvi> smaug: do you think we should try and do something more clever?
  456. # [02:05] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  457. # [02:05] <A1kmm> hmm, so do all Javascript exceptions that happen in MochiTests show up in the full logs?
  458. # [02:05] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  459. # [02:06] <@smaug> tanvi: at least for now just let's get rid of the crash
  460. # [02:06] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  461. # [02:06] <RyanVM> philor: these M2 failures make no sense
  462. # [02:06] * Joins: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP)
  463. # [02:06] * Quits: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net) (Quit: fitzgen)
  464. # [02:06] * ewong|away is now known as ewong
  465. # [02:07] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  466. # [02:07] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  467. # [02:07] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  468. # [02:07] * Joins: erick (erick@E1304535.2A7189BF.BE19388.IP)
  469. # [02:07] <tanvi> smaug- can i land 836811 without try?
  470. # [02:09] * Joins: crainiarc (Adium@moz-99624ADC.singnet.com.sg)
  471. # [02:09] <@smaug> tanvi: I think so
  472. # [02:09] <@smaug> just a simple null check
  473. # [02:10] * geekboy|afk is now known as geekboy
  474. # [02:10] * mattwoodrow|away is now known as mattwoodrow
  475. # [02:10] <@smaug> tanvi: you verified it fixes my testcase ? :)
  476. # [02:10] * Quits: crainiarc (Adium@moz-99624ADC.singnet.com.sg) (Ping timeout)
  477. # [02:11] * Joins: bdahl (bdahl@moz-1A4FCC1.public.wayport.net)
  478. # [02:11] <Waldo> NeilAway: why would you do that, given function's shorter?
  479. # [02:12] * Joins: bdahl_ (bdahl@moz-59D71616.mycingular.net)
  480. # [02:13] <@smaug> Waldo: because of different 'this' handling
  481. # [02:13] <@smaug> also, easy to store state in the object
  482. # [02:13] <Waldo> if only closures could store the state of their environment...
  483. # [02:13] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  484. # [02:14] <Waldo> |this|, ugh
  485. # [02:14] * Quits: bdahl (bdahl@moz-1A4FCC1.public.wayport.net) (Ping timeout)
  486. # [02:15] <NeilAway> Waldo: yeah, I've got everything encapsulated in an object, including observer notifications, which I want to tear down on unload
  487. # [02:15] <NeilAway> Waldo: so, yes, it's really |this| all along ;-)
  488. # [02:16] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  489. # [02:16] * Quits: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP) (Quit: surkov)
  490. # [02:17] * Joins: dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net)
  491. # [02:17] * ChanServ sets mode: +o dbaron
  492. # [02:19] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  493. # [02:20] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  494. # [02:20] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  495. # [02:21] <tanvi> smaug: yes :)
  496. # [02:21] * Quits: tobeytailor (tobeytailo@moz-95BD9645.dip.t-dialin.net) (Quit: tobeytailor)
  497. # [02:21] * Quits: Lucas (Lucas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  498. # [02:22] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  499. # [02:22] * Quits: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP) (Quit: Leaving.)
  500. # [02:22] * Quits: nmatsakis (nmatsakis@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Computer has gone to sleep.)
  501. # [02:23] * Joins: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net)
  502. # [02:23] * geekboy is now known as geekboy|afk
  503. # [02:23] <A1kmm> ryanvm: Could the M3 failure on changeset b1e8d7154488 be a random failure due to bug 823056 rather than bug 834100?
  504. # [02:24] * Quits: bdahl_ (bdahl@moz-59D71616.mycingular.net) (Client exited)
  505. # [02:24] * Quits: marco (Thunderbir@moz-B3D2C49A.cust.dsl.teletu.it) (Ping timeout)
  506. # [02:24] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  507. # [02:25] * Joins: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net)
  508. # [02:25] <tanvi> hmm, inbound is closed
  509. # [02:25] <RyanVM> A1kmm: what doesn't make sense to me is how it seems to hit for a push and then disappear again
  510. # [02:25] <RyanVM> the run right after 834100 was green (before it was backed out)
  511. # [02:25] <RyanVM> and then it started again when 792935 hit
  512. # [02:26] <RyanVM> abr: I'm suspected bug 834383 maybe
  513. # [02:26] * Joins: bdahl (bdahl@moz-1A4FCC1.public.wayport.net)
  514. # [02:26] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Ping timeout)
  515. # [02:26] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  516. # [02:27] * Joins: Mavericks (Mibbit@5DF4500E.C3A91F64.261E7448.IP)
  517. # [02:27] <RyanVM> i'm going to try backing that out and see where it goes
  518. # [02:27] * Joins: bdahl_ (bdahl@moz-59D71616.mycingular.net)
  519. # [02:27] <A1kmm> Has anyone been able to reproduce it anywhere else other than on the build system?
  520. # [02:27] * Quits: bdahl_ (bdahl@moz-59D71616.mycingular.net) (Connection reset by peer)
  521. # [02:27] * Joins: marco (Thunderbir@moz-85A79C72.cust.dsl.teletu.it)
  522. # [02:28] * Quits: bdahl (bdahl@moz-1A4FCC1.public.wayport.net) (Ping timeout)
  523. # [02:28] * Joins: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com)
  524. # [02:28] <A1kmm> With some debug code it would be easier to see why things are stalling.
  525. # [02:28] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  526. # [02:28] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  527. # [02:28] <firebot> Check-in:
  528. # [02:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9545909e8283 - Ryan VanderMeulen - Backed out changeset 70872c020944 (bug 834383) speculatively to see if it fixes the random timeouts in test_peerConnection_basicAudio.html and friends.
  529. # [02:30] <tanvi> ah, that is what you guys are discussing
  530. # [02:31] * Joins: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP)
  531. # [02:31] * Joins: erikvold (erikvold@moz-A03C19A.wireless.telus.com)
  532. # [02:31] <RyanVM> A1kmm: I'm retriggering a bunch of OSX M2 runs on the original bug 834383 push as well
  533. # [02:31] <RyanVM> it's easy to re-land if it wasn't the cause
  534. # [02:31] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Quit: xk1sv)
  535. # [02:32] <RyanVM> but at least we should have an idea of whether the backout will work before the builds finish
  536. # [02:32] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  537. # [02:33] <tanvi> now, on to the next crash - https://bugzilla.mozilla.org/show_bug.cgi?id=836951
  538. # [02:33] <tanvi> the crash reporter is down
  539. # [02:34] * Quits: Optimizer (Optimizer@5CCA8E07.F94ECD12.D2D1FAF0.IP) (Ping timeout)
  540. # [02:34] <tanvi> https://crash-stats.mozilla.com/
  541. # [02:35] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  542. # [02:35] * Joins: davidb (davidb@moz-1EB292CB.dsl.bell.ca)
  543. # [02:35] * Quits: davidb (davidb@moz-1EB292CB.dsl.bell.ca) (Input/output error)
  544. # [02:35] * Quits: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net) (Ping timeout)
  545. # [02:36] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  546. # [02:36] * Joins: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net)
  547. # [02:36] * mjschranz is now known as mjschranz_away
  548. # [02:37] * Joins: Optimizer (Optimizer@9B1B38DC.44738DE.274D17D6.IP)
  549. # [02:37] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  550. # [02:37] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  551. # [02:40] * Quits: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP) (Ping timeout)
  552. # [02:40] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  553. # [02:41] * Joins: overholt (overholt@AC3C7CA.26735741.CA5B6332.IP)
  554. # [02:41] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  555. # [02:41] * ctalbert is now known as ctalbert|afk
  556. # [02:41] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  557. # [02:42] * Quits: erikvold (erikvold@moz-A03C19A.wireless.telus.com) (Quit: erikvold)
  558. # [02:43] * Joins: erikvold (erikvold@moz-A03C19A.wireless.telus.com)
  559. # [02:43] * Quits: erikvold (erikvold@moz-A03C19A.wireless.telus.com) (Quit: erikvold)
  560. # [02:43] * Quits: overholt (overholt@AC3C7CA.26735741.CA5B6332.IP) (Ping timeout)
  561. # [02:43] * Joins: erikvold (erikvold@moz-31CC46B1.wireless.telus.com)
  562. # [02:45] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  563. # [02:46] * Quits: Optimizer (Optimizer@9B1B38DC.44738DE.274D17D6.IP) (Ping timeout)
  564. # [02:46] * Joins: jacek (chatzilla@moz-7F1CA350.wroclaw.mm.pl)
  565. # [02:47] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  566. # [02:48] * heycam is now known as heycam|away
  567. # [02:48] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  568. # [02:49] <RyanVM> A1kmm: guess not
  569. # [02:49] * Joins: Optimizer (Optimizer@58B44C5C.8D7BB5F3.D2D1FAF0.IP)
  570. # [02:49] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  571. # [02:49] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  572. # [02:49] * Quits: jacek (chatzilla@moz-7F1CA350.wroclaw.mm.pl) (Quit: ChatZilla 0.9.89 [Firefox 19.0/20130130080006])
  573. # [02:50] * Quits: marco (Thunderbir@moz-85A79C72.cust.dsl.teletu.it) (Ping timeout)
  574. # [02:50] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  575. # [02:51] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  576. # [02:52] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  577. # [02:52] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  578. # [02:53] * tbsaunde is now known as tbsaunde|travel
  579. # [02:54] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  580. # [02:56] * Joins: markh1 (Instantbir@8F761026.B5EF4AF6.E96CA9D8.IP)
  581. # [02:56] <A1kmm> RyanVM: If it is something triggering a long standing race condition to happen more often, it could be just about anything... not necessarily even a patch that touches things WebRTC related.
  582. # [02:56] * Quits: azakai_ (alon@2557E599.66715431.D25A875A.IP) (Quit: Ex-Chat)
  583. # [02:56] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  584. # [02:56] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  585. # [02:57] * Joins: azakai_ (alon@2557E599.66715431.D25A875A.IP)
  586. # [02:57] <RyanVM> yeah, it just strikes me as odd the way it strikes
  587. # [02:57] <RyanVM> where when it hits, it hits all the jobs on a push
  588. # [02:57] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  589. # [02:58] * Joins: marco (Thunderbir@moz-50E88F85.cust.dsl.teletu.it)
  590. # [02:58] * Joins: nsm (nikhil@A01051A9.6F669779.3D1CA460.IP)
  591. # [02:59] * Joins: pranavrc (pranavrc@B724C5B6.44F41798.520CDC98.IP)
  592. # [03:00] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Quit: bmoss)
  593. # [03:02] * bz_dinner is now known as bz
  594. # [03:04] * Parts: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Textual IRC Client: www.textualapp.com)
  595. # [03:04] * Quits: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net) (Quit: gal)
  596. # [03:06] * Quits: marco (Thunderbir@moz-50E88F85.cust.dsl.teletu.it) (Ping timeout)
  597. # [03:07] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  598. # [03:08] * Joins: dao (dao@8F761026.B5EF4AF6.E96CA9D8.IP)
  599. # [03:08] * Quits: erikvold (erikvold@moz-31CC46B1.wireless.telus.com) (Ping timeout)
  600. # [03:08] * philor doesn't have any useful ideas
  601. # [03:08] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  602. # [03:09] <philor> ugh, we have whole directories in different mochitest hunks on Linux and Mac?
  603. # [03:09] * Joins: crainiarc (Adium@moz-99624ADC.singnet.com.sg)
  604. # [03:10] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  605. # [03:10] * Joins: marco (Thunderbir@moz-6FBBB1F7.cust.dsl.teletu.it)
  606. # [03:10] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  607. # [03:12] <RyanVM> philor: apparently
  608. # [03:13] * Quits: marco (Thunderbir@moz-6FBBB1F7.cust.dsl.teletu.it) (Ping timeout)
  609. # [03:14] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  610. # [03:15] * Quits: crainiarc (Adium@moz-99624ADC.singnet.com.sg) (Ping timeout)
  611. # [03:15] <RyanVM> jesup: yt?
  612. # [03:15] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  613. # [03:16] * Joins: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net)
  614. # [03:17] * Quits: variable (root@E62F77D3.87AB4A16.67659D25.IP) (Quit: I found 1 in /dev/zero)
  615. # [03:17] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 18.0/20130109143146])
  616. # [03:17] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Quit: Leaving)
  617. # [03:19] * Joins: Mardak (Mardak@2E747C8D.C1499D0.396E4C6D.IP)
  618. # [03:20] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  619. # [03:20] * Joins: marco (Thunderbir@moz-CDB45EB.cust.dsl.teletu.it)
  620. # [03:21] * Joins: Asa (asa@386C8CEB.7488BB3C.E96CA9D8.IP)
  621. # [03:24] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  622. # [03:25] <RyanVM> philor: I'm still hopeful that the top backout will fix it
  623. # [03:26] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Ping timeout)
  624. # [03:26] * Quits: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP) (Quit: surkov)
  625. # [03:26] * Quits: chewey (chewey@moz-AD0DDBC1.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  626. # [03:26] * Joins: chewey (chewey@moz-BB2530AC.dip0.t-ipconnect.de)
  627. # [03:27] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  628. # [03:27] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  629. # [03:27] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  630. # [03:28] * heycam|away is now known as heycam
  631. # [03:28] * Quits: marco (Thunderbir@moz-CDB45EB.cust.dsl.teletu.it) (Ping timeout)
  632. # [03:29] * Quits: Ann_Yiming (Ann_Yiming@2557E599.66715431.D25A875A.IP) (Input/output error)
  633. # [03:29] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  634. # [03:30] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  635. # [03:30] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  636. # [03:31] <@roc> who runs the hacks.m.o blog these days?
  637. # [03:31] * Quits: nsm (nikhil@A01051A9.6F669779.3D1CA460.IP) (Quit: Konversation terminated!)
  638. # [03:31] * Quits: Mavericks (Mibbit@5DF4500E.C3A91F64.261E7448.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  639. # [03:32] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  640. # [03:32] * Quits: dbradley (dbradley@7AD66899.7A60A104.52E8B953.IP) (Ping timeout)
  641. # [03:33] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  642. # [03:33] <Unfocused> roc: Robert Nyman
  643. # [03:33] * Joins: dbradley (dbradley@7AD66899.7A60A104.52E8B953.IP)
  644. # [03:33] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  645. # [03:33] <RyanVM> roc: finally getting that blog post out of edwin? ;)
  646. # [03:34] * Joins: Ann_Yiming (Ann_Yiming@2557E599.66715431.D25A875A.IP)
  647. # [03:34] <@roc> sort of
  648. # [03:34] * Joins: marco (Thunderbir@moz-66CC4AE2.cust.dsl.teletu.it)
  649. # [03:35] <jesup|mac> RyanVM: hi
  650. # [03:35] <RyanVM> jesup|mac: hi
  651. # [03:35] * Quits: dao (dao@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: Leaving.)
  652. # [03:35] * Joins: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net)
  653. # [03:36] <RyanVM> jesup|mac: we're having random timeouts in test_peerConnection_basicAudio.html and friends and are having a bear of a time figuring out why
  654. # [03:36] * Quits: Ann_Yiming (Ann_Yiming@2557E599.66715431.D25A875A.IP) (Input/output error)
  655. # [03:36] * Joins: mak (mak@8F761026.B5EF4AF6.E96CA9D8.IP)
  656. # [03:37] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  657. # [03:37] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  658. # [03:37] <jesup|mac> hmmm.
  659. # [03:37] * Quits: tabraldes (Thunderbir@moz-3F87419B.hsd1.or.comcast.net) (Quit: tabraldes)
  660. # [03:37] <jesup|mac> 1 sec while I review the actual test structure they're using
  661. # [03:38] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  662. # [03:38] * Mossop is now known as Mossop_away
  663. # [03:38] * Quits: azakai_ (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  664. # [03:39] * Quits: Asa (asa@386C8CEB.7488BB3C.E96CA9D8.IP) (Ping timeout)
  665. # [03:40] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  666. # [03:40] * Quits: mccr8 (mccr8@moz-5FEA0C74.dsl.dynamic.sonic.net) (Quit: mccr8)
  667. # [03:41] <RyanVM> you can see the orange tests on inbound tbpl
  668. # [03:41] <RyanVM> mochitest-2 on osx and mochitest-3 on osx
  669. # [03:42] <RyanVM> sorry, last should have been fedora64
  670. # [03:44] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  671. # [03:45] <RyanVM> cool, add Windows debug crashes to that
  672. # [03:45] * Quits: Optimizer (Optimizer@58B44C5C.8D7BB5F3.D2D1FAF0.IP) (Ping timeout)
  673. # [03:47] * Quits: markh1 (Instantbir@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  674. # [03:48] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  675. # [03:48] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  676. # [03:48] * xk1sv_ is now known as xk1sv
  677. # [03:48] * Joins: Optimizer (Optimizer@2506BACA.54D1C081.BE90E62C.IP)
  678. # [03:48] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  679. # [03:49] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  680. # [03:50] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  681. # [03:50] * Joins: markh1 (Instantbir@8F761026.B5EF4AF6.E96CA9D8.IP)
  682. # [03:51] * hwine is now known as hwine-zzz
  683. # [03:51] <abr> RyanVM -- sorry, was AFK when you pinged me 90 minutes ago. Did the 834383 backout fix the problem, or are we still searching?
  684. # [03:51] * philor is now known as philor|away
  685. # [03:52] <RyanVM> abr: still searching
  686. # [03:52] <RyanVM> the push after 834383 was green
  687. # [03:52] <abr> Okay.
  688. # [03:52] <RyanVM> and pushes after the backout still have the problem
  689. # [03:52] <RyanVM> oh, sorry, got my bug numbers mixed up
  690. # [03:53] <RyanVM> things are looking promising with bug 834383 backed out
  691. # [03:53] <abr> I'm wondering where the various thread stacks are when these hangs happen.
  692. # [03:53] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  693. # [03:54] <abr> The thing about 834383 is that it really shouldn't have any impact except for process shutdown.
  694. # [03:54] <abr> I'd be somewhat surprised it if were the cause of actual mochi test timeouts. But I have seen stranger things happen.
  695. # [03:59] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  696. # [04:01] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Connection reset by peer)
  697. # [04:01] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  698. # [04:02] * dhylands is now known as dhylands|mtg
  699. # [04:02] * Joins: Mavericks (Mibbit@58E0B180.9A31DFF.FDEA3160.IP)
  700. # [04:02] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  701. # [04:02] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  702. # [04:02] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  703. # [04:03] <abr> RyanVM -- So, I'm looking at the push for 834383 (https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=70872c020944), and I'm just not seeing why this patch is suspect.
  704. # [04:04] <RyanVM> abr: i'm just at a loss to explain this
  705. # [04:05] * mattwoodrow is now known as mattwoodrow|away
  706. # [04:06] <RyanVM> abr: and you can see that the backout push is green
  707. # [04:06] <abr> Beleive me, I understand. I'm looking through the tbpl for the pushes around and after its landing, and there's no rhyme or reason to what's going on.
  708. # [04:06] <RyanVM> and 834100 was a convenient patsy at first
  709. # [04:06] <abr> Right -- and I can also see that the subsequent push is green: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=69e0bdbd4f36
  710. # [04:06] <RyanVM> until the push after it was green
  711. # [04:07] <RyanVM> and pushes after the backout still fail
  712. # [04:07] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  713. # [04:07] * ericjung is now known as ericjung|shower
  714. # [04:07] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  715. # [04:09] <abr> So, not that this bit of armchair quarterbacking is going to help you much, but I suspect that there's some bug in here that's triggered/exacerbated by the exact timing of things and/or memory layout, and that these subsequent patches are just irritating it (or not).
  716. # [04:09] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  717. # [04:10] * Quits: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP) (Ping timeout)
  718. # [04:10] * joduinn is now known as joduinn-afk
  719. # [04:10] * Quits: @bz (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net) (Ping timeout)
  720. # [04:10] * Joins: bz (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net)
  721. # [04:10] * ChanServ sets mode: +o bz
  722. # [04:10] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  723. # [04:10] * Quits: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net) (Quit: gal)
  724. # [04:11] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  725. # [04:12] <A1kmm> I'm trying to reproduce it locally to make debugging easier - no luck so far, but I'm building fbcff2d6edc8 now (no luck with 9545909e8283 after multiple tries running the audio peerconnection test)
  726. # [04:13] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  727. # [04:14] <RyanVM> i don't think i can keep the tree closed any longer
  728. # [04:14] <RyanVM> i'd actually like to see some more stuff land to see what happens on subsequent pushes
  729. # [04:14] <A1kmm> Would turning off the tests until they can be fixed help?
  730. # [04:14] <abr> I'm not going to be able to spend time on it tonight, but if someone can get me a stack dump for the process when it's in this hung/timing-out state, I'd be happy to dig into things in the morning (CST). If not, I'll try to reproduce it locally.
  731. # [04:14] <RyanVM> tanvi: fire away
  732. # [04:14] * Joins: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP)
  733. # [04:14] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  734. # [04:14] <RyanVM> A1kmm: disabling flaky tests is always a viable option
  735. # [04:15] * Quits: Mardak (Mardak@2E747C8D.C1499D0.396E4C6D.IP) (Quit: Mardak)
  736. # [04:15] * Joins: andreasn (andreasn@moz-29541900.a336.priv.bahnhof.se)
  737. # [04:18] <jesup> So, one thing I was considering was to do a patch to the test to try to capture *where* it was when it hung, so that we get more bits of information than "didn't exit"
  738. # [04:18] * Quits: llmelon (chatzilla@moz-3983353E.tm.net.my) (Ping timeout)
  739. # [04:19] * Joins: ehugg (chatzilla@moz-44D86B1E.cisco.com)
  740. # [04:19] <jesup> sorry for the delay, had to put a child to bed
  741. # [04:19] <abr> jesup -- Yes, that's exactly what I'd like to see, but I don't really know where to start.
  742. # [04:21] <jesup> Well, one way would be to put a state var in and update it in every "it can sit here" state in the JS, then add a global setTimeout to fire and report in the logs where it appears to be hung.
  743. # [04:22] <abr> you mean a setTimeout inside the mochi test itself?
  744. # [04:22] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  745. # [04:22] <jesup> yes
  746. # [04:22] <RyanVM> jesup: mind if I just disable the tests on inbound for now?
  747. # [04:23] * Quits: andreasn (andreasn@moz-29541900.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  748. # [04:23] <abr> jesup: okay, yeah, I see how that would work. I was more hoping for information about the actual (c/c++) process stacks, but it would at least give us a starting point
  749. # [04:23] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  750. # [04:23] * bz is now known as bz_sleep
  751. # [04:24] <jesup> RyanVM: we can - how much pain is it causing? I came in on this in the middle. My only concern is how we move towards solving it once we turn them off; has anyone shown that this shows up in Try enough to debug?
  752. # [04:24] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  753. # [04:24] <abr> If there were some way to trigger an unhandled SIGALRM, but only for the mochi tests in question, I think that would get what *I* want to see, but that seems to be a lot of mechanism.
  754. # [04:25] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Connection reset by peer)
  755. # [04:25] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  756. # [04:25] <RyanVM> quickly eyeballing, I'd say the osx timeouts are happening about 80+% of the time on inbound
  757. # [04:25] <jesup> Too bad there isn't a SpecialPowers hack for that
  758. # [04:25] * Quits: Optimizer (Optimizer@2506BACA.54D1C081.BE90E62C.IP) (Ping timeout)
  759. # [04:25] <abr> jesup: Yep. How hard would it be to add one?
  760. # [04:25] * Quits: michal (michal@18728636.D0F82CD8.32697916.IP) (Ping timeout)
  761. # [04:26] <jesup> 80% sounds debuggable on Try (assuming they don't happen locally)
  762. # [04:26] <abr> I mean, the C side of that interface would be easy
  763. # [04:26] <RyanVM> and Fedora64 M3 just went orange on tip
  764. # [04:26] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Ping timeout)
  765. # [04:26] * Quits: loadRPi (pi@moz-422C60E7.range86-162.btcentralplus.com) (Ping timeout)
  766. # [04:26] <jesup> abr: Dunno, I imagine not that hard. Never dealt with that stuff though
  767. # [04:26] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  768. # [04:27] <RyanVM> Fedora32 rather
  769. # [04:27] * Joins: loadRPi (pi@moz-422C60E7.range86-162.btcentralplus.com)
  770. # [04:27] <A1kmm> Can't get it to happen locally on Ubuntu 12.04 on x86_64 AMD 6100 with all 6 cores idle, or the same system restricted with lxc to use a single core.
  771. # [04:27] * heycam is now known as heycam|away
  772. # [04:27] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  773. # [04:27] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  774. # [04:27] <tanvi> RyanVM - thanks/ i pushed
  775. # [04:27] * Joins: michal (michal@18728636.D0F82CD8.32697916.IP)
  776. # [04:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/91befa7c2488 - Tanvi Vyas - Bug 836811 - Fixes a regression / crash caused by bug 822371. If there is no security UI, return. r=smaug.
  777. # [04:28] * Quits: ericjung|shower (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  778. # [04:28] <jesup> RyanVM: I'd rather disable these tests than backout a bunch of random patches in the hopes they make it better or keep the tree closed. But inability to make it happen locally really slows debugging, and we're going to need these tests active soon
  779. # [04:28] <RyanVM> jesup: abr: A1kmm: I'm going to file this for now and leave the tests enabled assuming you'll be working on it
  780. # [04:28] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  781. # [04:28] <jesup> ryanvm: thanks
  782. # [04:28] <abr> RyanVm -- You've been looking at this a while. Can you point me to a build that has a high probabilty of turning this timeout up, preferably on OS X, or (second choice) on Ubuntu64?
  783. # [04:28] <RyanVM> and I'll re-land the two other patches
  784. # [04:29] <jesup> I'll see what I can do
  785. # [04:29] <abr> I'd like to reproduce the timeout locally, if possible.
  786. # [04:29] <RyanVM> https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=c0b435ca93f9
  787. # [04:29] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  788. # [04:29] <RyanVM> that one shows them hitting it
  789. # [04:29] <RyanVM> hmm, one other thing to try
  790. # [04:29] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  791. # [04:29] * Quits: kinetik (kinetik@C87BA186.878C2A28.FC74E68.IP) (Ping timeout)
  792. # [04:29] * Joins: Optimizer (Optimizer@2506BACA.54D1C081.BE90E62C.IP)
  793. # [04:30] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  794. # [04:30] <abr> RyanVM -- Great, thanks. I'll grab that version and see if I can get it to hang, but it'll be tomorrow before I can really dig into it.
  795. # [04:31] <abr> RyanVM -- "Other two patches" == 834383 and 834100?
  796. # [04:31] * philor|away is now known as philor
  797. # [04:32] * Quits: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  798. # [04:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0cd43265df73 - Tanvi Vyas - Bug 836459 - If a page has both mixed display and mixed active content loaded, make sure both nsIWebProgressListener flags are set in psm. r=bsmith
  799. # [04:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c6a959580748 - Tanvi Vyas - Bug 836459 - If a page has both mixed display and mixed active content loaded, make sure both nsIWebProgressListener flags are set. r=smaug
  800. # [04:32] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  801. # [04:32] <RyanVM> abr: yes
  802. # [04:32] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Connection reset by peer)
  803. # [04:32] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  804. # [04:32] <abr> Okay, cool. Thanks. Those are actually pretty important bugs for us.
  805. # [04:33] * Quits: Hixie (ianh@C6D27F7B.5EFFBB68.81BC061B.IP) (Ping timeout)
  806. # [04:33] * Quits: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP) (Ping timeout)
  807. # [04:33] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  808. # [04:34] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  809. # [04:34] * Quits: cdiehl (cdiehl@moz-E83AB60B.pool.mediaways.net) (Ping timeout)
  810. # [04:35] * Joins: kinetik (kinetik@29F2CCC2.6CC09C27.FC74E68.IP)
  811. # [04:35] * Joins: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP)
  812. # [04:35] * Joins: Mook (mook@moz-BC41A633.dsl.teksavvy.com)
  813. # [04:35] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  814. # [04:36] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  815. # [04:36] * Joins: cdiehl (cdiehl@moz-E83AB60B.pool.mediaways.net)
  816. # [04:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/63df0418ce2b - Tanvi Vyas - Bug 836359 - Categorize TYPE_OBJECT_SUBREQUEST as mixed display content instead of mixed active content. r=smaug,dveditz
  817. # [04:38] * Joins: Hixie (ianh@C6D27F7B.5EFFBB68.81BC061B.IP)
  818. # [04:38] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  819. # [04:39] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  820. # [04:39] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  821. # [04:39] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  822. # [04:40] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Quit: seth)
  823. # [04:40] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  824. # [04:40] * Quits: marco (Thunderbir@moz-66CC4AE2.cust.dsl.teletu.it) (Quit: marco)
  825. # [04:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/67a6eb23e586 - Adam Roach [:abr] - Bug 834383: Ensure PeerConnectionImpl destructor doesn't use globals after they're gone r=jesup,bsmith
  826. # [04:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f8e40ab9bf6c - Andrew Miller - Bug 834100 - Null deref if you call addIceCandidate on an RTCPeerConnection before setting localDesc [@ fsmdef_ev_addcandidate]. r=abr
  827. # [04:47] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  828. # [04:48] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  829. # [04:48] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  830. # [04:48] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  831. # [04:48] * xk1sv_ is now known as xk1sv
  832. # [04:48] * Quits: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com) (Quit: spartanfire)
  833. # [04:50] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  834. # [04:50] * Quits: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  835. # [04:51] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  836. # [04:53] * heycam|away is now known as heycam
  837. # [04:54] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Quit: Leaving.)
  838. # [04:55] * Quits: ehugg (chatzilla@moz-44D86B1E.cisco.com) (Ping timeout)
  839. # [04:56] * Quits: mak (mak@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  840. # [04:57] * Joins: mak (mak@8F761026.B5EF4AF6.E96CA9D8.IP)
  841. # [04:57] * Quits: mak (mak@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  842. # [04:57] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89-2012120118 [Firefox 21.0a1/20130129205753])
  843. # [04:58] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  844. # [05:00] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  845. # [05:01] * Joins: gandalf (zbraniecki@moz-5FCD15F.neoplus.adsl.tpnet.pl)
  846. # [05:01] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  847. # [05:02] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  848. # [05:04] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Ping timeout)
  849. # [05:06] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  850. # [05:07] * Joins: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP)
  851. # [05:08] * Joins: crainiarc (Adium@moz-ED1BA39D.dynip.nus.edu.sg)
  852. # [05:10] * Quits: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  853. # [05:11] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Quit: Leaving)
  854. # [05:13] * Joins: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net)
  855. # [05:16] * Quits: Optimizer (Optimizer@2506BACA.54D1C081.BE90E62C.IP) (Ping timeout)
  856. # [05:16] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  857. # [05:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e8c917052306 - L. David Baron - Bug 836530: Make all non-ASCII characters be CSS identifier characters. r=bzbarsky
  858. # [05:16] * Joins: Optimizer (Optimizer@2506BACA.54D1C081.BE90E62C.IP)
  859. # [05:16] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  860. # [05:17] * nthomas is now known as nthomas|away
  861. # [05:17] * Quits: loadRPi (pi@moz-422C60E7.range86-162.btcentralplus.com) (Ping timeout)
  862. # [05:17] * Joins: loadRPi (pi@moz-422C60E7.range86-162.btcentralplus.com)
  863. # [05:18] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  864. # [05:18] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  865. # [05:18] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  866. # [05:19] * Joins: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com)
  867. # [05:19] * Quits: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com) (Quit: spartanfire)
  868. # [05:20] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  869. # [05:24] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  870. # [05:24] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  871. # [05:25] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Client exited)
  872. # [05:25] * Joins: bbondy2 (bbondy@moz-5879641D.corp.etonreve.com)
  873. # [05:25] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Ping timeout)
  874. # [05:26] * bbondy2 is now known as bbondy
  875. # [05:26] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Ping timeout)
  876. # [05:28] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  877. # [05:29] * glob|away is now known as glob
  878. # [05:29] * Joins: erikvold (erikvold@moz-F224F242.wireless.telus.com)
  879. # [05:30] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  880. # [05:31] * Joins: Boriss (FlyingToas@2E747C8D.C1499D0.396E4C6D.IP)
  881. # [05:32] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  882. # [05:33] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  883. # [05:34] * Joins: bbondy2 (bbondy@moz-D9C9B0F.home4.cgocable.net)
  884. # [05:35] * Quits: bbondy (bbondy@moz-5879641D.corp.etonreve.com) (Ping timeout)
  885. # [05:35] * bbondy2 is now known as bbondy
  886. # [05:42] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  887. # [05:43] * Quits: Stan (Stan@moz-5242BC2C.dip.t-dialin.net) (Ping timeout)
  888. # [05:45] * Quits: markh1 (Instantbir@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  889. # [05:45] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  890. # [05:47] * Quits: gandalf (zbraniecki@moz-5FCD15F.neoplus.adsl.tpnet.pl) (Quit: I took the wrong pill!!!)
  891. # [05:49] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  892. # [05:49] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  893. # [05:49] * xk1sv_ is now known as xk1sv
  894. # [05:49] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  895. # [05:50] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  896. # [05:50] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  897. # [05:50] <avih> gavin: oh, i thought one of the peers should close it. sure, i will. mark them as dup of bug 832641?
  898. # [05:51] * Quits: Mook (mook@moz-BC41A633.dsl.teksavvy.com) (Ping timeout)
  899. # [05:55] * Joins: Mook (mook@moz-BC41A633.dsl.teksavvy.com)
  900. # [05:56] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  901. # [05:56] <avih> when bug X is fixed due to bug Y which got fixed, should X be marked as dup of Y? or as WORKSFORME?
  902. # [05:56] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  903. # [05:56] * Quits: pranavrc (pranavrc@B724C5B6.44F41798.520CDC98.IP) (Quit: Ping timeout: ∞)
  904. # [05:57] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  905. # [05:57] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  906. # [05:58] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  907. # [05:59] <Waldo> X depends on Y, I think, is the usual way to mark it
  908. # [05:59] <philor> dbaron: bustage
  909. # [06:00] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  910. # [06:00] * Quits: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  911. # [06:00] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  912. # [06:01] * Joins: mixedpuppy_ (mixedpuppy@8F761026.B5EF4AF6.E96CA9D8.IP)
  913. # [06:01] * Quits: mixedpuppy (mixedpuppy@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  914. # [06:01] * mixedpuppy_ is now known as mixedpuppy
  915. # [06:05] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  916. # [06:05] * Parts: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  917. # [06:07] <@dbaron> philor, hmmm
  918. # [06:08] <@dbaron> how did layout/style end up in mochitest-5 ?
  919. # [06:08] * Joins: mak (mak@8F761026.B5EF4AF6.E96CA9D8.IP)
  920. # [06:08] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  921. # [06:08] * Quits: naveed (nihsanulla@moz-AF0264A5.bstnma.fios.verizon.net) (Ping timeout)
  922. # [06:08] * Quits: erikvold (erikvold@moz-F224F242.wireless.telus.com) (Quit: erikvold)
  923. # [06:08] <philor> dunno, someone's moved things around, it's no longer the case that they are in the same chunk across OSes, either
  924. # [06:09] <philor> which should result in a crapload of bustage and backout as people try the wrong hunk
  925. # [06:10] * Quits: mak (mak@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  926. # [06:10] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  927. # [06:10] * Quits: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net) (Quit: Away)
  928. # [06:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/66882ea6f8c7 - Nicholas Nethercote - Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
  929. # [06:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/32f09cb3c7b6 - Nicholas Nethercote - Bug 834090 - Name unused opcodes more sanely. r=jorendorff.
  930. # [06:12] <philor> wups
  931. # [06:12] * philor rebases his backout
  932. # [06:12] <@dbaron> I'll fix
  933. # [06:12] <@dbaron> philor, ^
  934. # [06:12] <philor> k
  935. # [06:13] * Joins: naveed (nihsanulla@moz-AF0264A5.bstnma.fios.verizon.net)
  936. # [06:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a350ac5a27ec - L. David Baron - Bug 836530 followup: fix tests for new ASCII range.
  937. # [06:14] * Joins: bsmith (bsmith@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  938. # [06:16] * Joins: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net)
  939. # [06:17] <philor> wonder how Tb did on e4x removal
  940. # [06:18] <njn> philor: jcranmer said he was working on it
  941. # [06:18] * njn shrugs
  942. # [06:18] <@dbaron> philor, that said, I'm also a little suspicious of RyanVM's relanding of a patch he'd previously backed out
  943. # [06:18] <@dbaron> (834383)
  944. # [06:19] * Joins: mixedpuppy_ (mixedpuppy@8F761026.B5EF4AF6.E96CA9D8.IP)
  945. # [06:19] * Quits: naveed (nihsanulla@moz-AF0264A5.bstnma.fios.verizon.net) (Ping timeout)
  946. # [06:19] <@dbaron> the 17:24 backout does in fact look like it fixed some Win mochitest-2 orange
  947. # [06:19] * Quits: mixedpuppy (mixedpuppy@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  948. # [06:19] * mixedpuppy_ is now known as mixedpuppy
  949. # [06:19] <@dbaron> but RyanVM relanded it at 19:38
  950. # [06:19] <@dbaron> and the orange is back
  951. # [06:19] <@dbaron> I guess I should just back it out
  952. # [06:20] <philor> doubt it
  953. # [06:20] <philor> look at the whole day, it comes and goes
  954. # [06:20] <philor> where by it I mean the whole "some builds, webrtc is broken" thing
  955. # [06:20] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  956. # [06:21] <philor> unless I'm missing seeing that Win debug m2 was crashing every time it ran while that patch was in?
  957. # [06:21] * Joins: dao (dao@8F761026.B5EF4AF6.E96CA9D8.IP)
  958. # [06:21] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  959. # [06:21] * Joins: erikvold (erikvold@moz-67C1D718.wireless.telus.com)
  960. # [06:21] <jesup> Ryan had a long chat/debug on this with abr and myself and others
  961. # [06:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/41075512e652 - Steve Workman - Bug 813562 - Test case for garbled DASH MPD and WebM media r=cpearce
  962. # [06:22] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  963. # [06:23] <@dbaron> Could the patch be related to the other set of patches that was backed out?
  964. # [06:23] <jesup> abr and I are trying to track this down, and we have a patch to the tests to try to find out where they're hanging. Ryan found the problems didn't seem well-correlated to those particular patches, though it's unclear what's triggering the problems
  965. # [06:23] <@dbaron> (739217)
  966. # [06:24] <@dbaron> guess not
  967. # [06:24] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  968. # [06:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fa772ccdf19d - Benjamin Peterson - Bug 718969 - Perform an exorcism; remove the decompiler. r=luke
  969. # [06:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/050a0a27024a - Benjamin Peterson - Bug 777474 - Use the expression decompiler for opcode text when possible. r=bhackket
  970. # [06:25] <@dbaron> Is it possible to use regexes in the jobname in tbpl?
  971. # [06:25] * Quits: erikvold (erikvold@moz-67C1D718.wireless.telus.com) (Quit: erikvold)
  972. # [06:26] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Ping timeout)
  973. # [06:26] * Joins: sewardj (sewardj@moz-FA9054F3.dip.t-dialin.net)
  974. # [06:27] * mjschranz_away is now known as mjschranz
  975. # [06:27] <philor> don't think so
  976. # [06:27] <jesup> This is some of the discussion FYI: http://www.pastebin.mozilla.org/2102741
  977. # [06:28] <philor> guess I better file the Windows crash, it doesn't seem to want to go away
  978. # [06:28] <Callek> dbaron: *yes* (sorta) https://tbpl.mozilla.org/?jobname=fedora.*mochitest-[1235]
  979. # [06:28] <philor> [@ various weedy spots in a vacant lot]
  980. # [06:28] <jesup> If we can't solve the problem, we can turn off the tests, but that doesn't really solve the problem - and so far no one has reproed on a desktop
  981. # [06:28] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  982. # [06:29] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  983. # [06:29] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  984. # [06:29] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  985. # [06:29] * Callek likes knowing by expirimentation
  986. # [06:29] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  987. # [06:30] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  988. # [06:31] <Callek> dbaron: you can't do \d though afaict
  989. # [06:31] <Callek> so not sure what subset of regex is allowed
  990. # [06:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/93a4d0995cba - Robert O'Callahan - Bug 830707. Part 1: Add code for upmixing and downmixing following Web Audio's spec. r=jesup
  991. # [06:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/765379174052 - Robert O'Callahan - Bug 830707. Part 2: Mix channels to output channel count when playing audio. r=jesup
  992. # [06:31] <jesup> abr wants a stack dump of one of the frozen tests; though I'm not sure how to get that.
  993. # [06:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d7f45e033103 - Robert O'Callahan - Bug 828146. Ensure nsDisplayBackgroundImage::ComputeInvalidationRegion invalidates something for nsDisplayBackgroundImages which are themed. r=mattwoodrow
  994. # [06:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f418c58745a7 - Robert O'Callahan - Bug 830707. Part 1.5: Add MAX_AUDIO_SAMPLE_SIZE and tweak AddAudioSampleOffset. r=jesup
  995. # [06:31] * Joins: shorlander (shorlander@8F761026.B5EF4AF6.E96CA9D8.IP)
  996. # [06:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aecf9fd2ea56 - Robert O'Callahan - Bug 830707. Part 3: Don't constrain AudioSegment to a fixed number of channels. r=jesup
  997. # [06:32] <Callek> actually yes you can, I just was using wrong jobname
  998. # [06:32] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  999. # [06:33] <philor> the Windows stacks are nice, sipcc::PeerConnectionImpl::IceGatheringCompleted_m -> some totally random thing -> the weeds
  1000. # [06:33] <Callek> even https://tbpl.mozilla.org/?jobname=fedora%20.*x6%28\d%29.*mochitest-\1 works for fedora 64 mochi 4 ;-)
  1001. # [06:33] <Callek> as impractical as that is
  1002. # [06:35] <jesup> I'm about to land a patch by jsmith (bug 837028) that will give us better visibility into the tests and what actually fails (if something does) or where it is when it locks up
  1003. # [06:35] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1004. # [06:36] <philor> nice, now we're randomly crashing while building
  1005. # [06:37] <philor> sure hope nobody's got anything on inbound that they need to see merged to m-c any time soon
  1006. # [06:37] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1007. # [06:37] * Joins: cpearce (cpearce@moz-1B073A02.xdsl.xnet.co.nz)
  1008. # [06:39] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1009. # [06:39] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1010. # [06:39] * Quits: crainiarc (Adium@moz-ED1BA39D.dynip.nus.edu.sg) (Quit: Leaving.)
  1011. # [06:40] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1012. # [06:45] * heycam is now known as heycam|away
  1013. # [06:46] <jesup> philor: I have a patch to the mochitests to get us more info (see above) - should I land it DONTBUILD? Though I actually want to see tests run...
  1014. # [06:46] <philor> build!
  1015. # [06:46] <jesup> ok!
  1016. # [06:48] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1017. # [06:48] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1018. # [06:49] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1019. # [06:49] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1020. # [06:49] * xk1sv_ is now known as xk1sv
  1021. # [06:50] * Quits: Boriss (FlyingToas@2E747C8D.C1499D0.396E4C6D.IP) (Quit: Boriss)
  1022. # [06:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4444d9e3af9a - Jason Smith - bug 837028 - Add logging statements for basic peer connection tests. r=jesup
  1023. # [06:51] * Joins: CJKu_ (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1024. # [06:51] * Quits: raccettura (raccettura@moz-321196F8.nwrknj.fios.verizon.net) (Quit: raccettura)
  1025. # [06:52] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1026. # [06:53] * Joins: erikvold (erikvold@moz-5D4B9BB.wireless.telus.com)
  1027. # [06:55] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1028. # [06:55] * ChanServ sets mode: +o roc
  1029. # [07:00] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1030. # [07:00] * ChanServ sets mode: +o ehsan
  1031. # [07:00] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  1032. # [07:01] * dhylands|mtg is now known as dhylands
  1033. # [07:02] * Joins: crainiarc (Adium@moz-30252AC0.dynip.nus.edu.sg)
  1034. # [07:04] * Joins: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP)
  1035. # [07:05] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1036. # [07:06] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1037. # [07:06] <Waldo> njn: bustage :-\
  1038. # [07:07] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1039. # [07:07] * Joins: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1040. # [07:07] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  1041. # [07:08] * Quits: dao (dao@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: Leaving.)
  1042. # [07:10] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1043. # [07:11] * Joins: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net)
  1044. # [07:12] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1045. # [07:14] <WeirdAl> Hi folks - building trunk Mozilla on Linux, clang, and what a lovely failure in nss I have: http://pastebin.mozilla.org/2102833
  1046. # [07:14] <WeirdAl> suggestions? (Other than "Use gcc")
  1047. # [07:14] <jesup> roc: got an assertion from MSG in a local run of the peerconnection mochitests: http://www.pastebin.mozilla.org/2102835
  1048. # [07:15] <jesup> WeirdAl: Use something other than an Opteron? ;-)
  1049. # [07:16] <WeirdAl> I'm assuming that's my CPU
  1050. # [07:17] * Quits: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1051. # [07:17] <jesup> WeirdAl: No, not really: See security/nss/lib/freebl/Makefile:431
  1052. # [07:18] <jesup> Note the NS_USE_GCC which apparently you hit
  1053. # [07:18] * Joins: dao (dao@8F761026.B5EF4AF6.E96CA9D8.IP)
  1054. # [07:19] <WeirdAl> and since I was in clang, that's not going to pass, is it?
  1055. # [07:19] <@dbaron> Waldo, if njn doesn't show up, do you know which patch to back out?
  1056. # [07:19] <jesup> I'm guessing... That's the only place 'opteron' is mentioned in our makefiles, and it's the right lib
  1057. # [07:19] <Waldo> dbaron: yes; looking at it now, tho
  1058. # [07:20] <Waldo> and pinging him in a different channel
  1059. # [07:20] <WeirdAl> jesup, so I really should be using gcc, then?
  1060. # [07:20] <philor> roc: bustage
  1061. # [07:21] <philor> here, lemme just close that garbage dump of a tree
  1062. # [07:21] * Quits: Optimizer (Optimizer@2506BACA.54D1C081.BE90E62C.IP) (Ping timeout)
  1063. # [07:21] <jesup> Guess so - really, I don't know without looking a lot deeper.
  1064. # [07:21] * WeirdAl sighs and tries it
  1065. # [07:21] <@dbaron> philor, yeah :-(
  1066. # [07:22] <WeirdAl> well, with this being a brand new machine, I'll know in only a few minutes
  1067. # [07:22] <@dbaron> philor, though roc is the victim of WARNINGS_AS_ERRORS, looks like
  1068. # [07:22] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  1069. # [07:24] <jesup> dholbert has been landing a number of WARNINGS_AS_ERRORS into various modules
  1070. # [07:24] <WeirdAl> damn, gcc seems to compile a lot slower than clang
  1071. # [07:24] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1072. # [07:25] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  1073. # [07:25] <Waldo> "Nice things? Not ours.."
  1074. # [07:25] <Waldo> njn tryservered his patches, as I understand, so I suspect he was bitten by a recent change
  1075. # [07:25] <@dbaron> roc's bustage is trivial; I'll fix it
  1076. # [07:25] <Waldo> entirely possible when you remove ~30k lines
  1077. # [07:26] <philor> oh, good benjamin's entangled with njn already
  1078. # [07:26] * Joins: ErvisTusha (ErvisTusha@AE683D92.F69FB6EA.363D84A4.IP)
  1079. # [07:26] <Waldo> that was removing more multi-k lines of code, so yeah
  1080. # [07:26] <Jesse> eund/Users/jruderman/trees/mozilla-central/js/src/vm/ObjectImpl.hc :ft726ri:oo49mn: dmaefcwarning: iron1mt ido'enMlsOe Zta_e void operator=(const Uint32ElementsHeader &other) MOZ_DELETE;DrdEe
  1081. # [07:26] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Ping timeout)
  1082. # [07:26] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1083. # [07:27] <Waldo> Jesse: interesting paste
  1084. # [07:27] * glob is now known as glob|away
  1085. # [07:27] <Jesse> why is clang using the escape sequence "^[i" which means "iterm2, please print the screen"
  1086. # [07:27] * Quits: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net) (Quit: fitzgen)
  1087. # [07:28] * Quits: erikvold (erikvold@moz-5D4B9BB.wireless.telus.com) (Quit: erikvold)
  1088. # [07:28] * Joins: nrc_ (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  1089. # [07:28] * Quits: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Quit: juanb)
  1090. # [07:28] <firebot> Check-in:
  1091. # [07:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/703cfc290199 - L. David Baron - Fix WARNINGS_AS_ERRORS bustage ("comparison between signed and unsigned integer expressions") from Bug 830707, Part 1 (changeset 93a4d0995cba) on a CLOSED TREE.
  1092. # [07:29] <WeirdAl> jesup - who would be a good person to talk to about fixing that build step for opteron+clang?
  1093. # [07:29] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1094. # [07:29] * nrc_ is now known as nrc
  1095. # [07:30] <WeirdAl> assembly language is beyond my ken
  1096. # [07:30] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.89 [Firefox 19.0/20130123083802])
  1097. # [07:32] <WeirdAl> whoa - someone already did for clang 3.2: bug 835050
  1098. # [07:32] <WeirdAl> too bad I'm on clang 3.1
  1099. # [07:32] * Quits: dao (dao@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: Leaving.)
  1100. # [07:32] <Waldo> compile clang from source, it's easy enough
  1101. # [07:32] <@roc> dbaron: thanks
  1102. # [07:33] <WeirdAl> yeah, just been a while
  1103. # [07:34] * Joins: dao (dao@8F761026.B5EF4AF6.E96CA9D8.IP)
  1104. # [07:35] * Quits: bsmith (bsmith@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1105. # [07:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a7f7309da69d - Phil Ringnalda - Back out 66882ea6f8c7 (bug 788293) and 32f09cb3c7b6 (bug 834090) for bustage
  1106. # [07:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a62ffd085b9d - Phil Ringnalda - Back out fa772ccdf19d (bug 718969) and 050a0a27024a (bug 777474) for being in the way of backing out bustage
  1107. # [07:35] * Joins: bsmith (bsmith@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1108. # [07:35] * Quits: cpearce (cpearce@moz-1B073A02.xdsl.xnet.co.nz) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  1109. # [07:35] <Waldo> njn: ^
  1110. # [07:36] * Joins: past (Instantbir@moz-B3045EC1.dsl.dyn.forthnet.gr)
  1111. # [07:39] * Quits: ErvisTusha (ErvisTusha@AE683D92.F69FB6EA.363D84A4.IP) (Client exited)
  1112. # [07:40] <philor> if anyone else is staying up to land something else, go to bed
  1113. # [07:42] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1114. # [07:42] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1115. # [07:43] <Waldo> philor: congratulations, you now have blame on all of e4x!
  1116. # [07:44] <@dbaron> so the e4x removal bustage seems to be mostly debug-only
  1117. # [07:44] <@dbaron> though not entirely
  1118. # [07:45] * jcranmer is now known as jcranmer|away
  1119. # [07:45] <@dbaron> er, wait
  1120. # [07:45] <mjrosenb> debug isn't a shipping product, right? :-)
  1121. # [07:46] * Joins: pranavrc (pranavrc@B724C5B6.44F41798.520CDC98.IP)
  1122. # [07:46] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1123. # [07:46] <@dbaron> on Fedora32 it's the reverse, opt-only
  1124. # [07:46] <@dbaron> on WinXP it's debug-only
  1125. # [07:46] <njn> I did a try server run only a couple of hours ago, looked fine
  1126. # [07:46] * Joins: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1127. # [07:46] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  1128. # [07:46] <@dbaron> Ubuntu32 opt-only
  1129. # [07:46] <Waldo> dbaron: CLOBBER issue?
  1130. # [07:46] <@dbaron> njn, would the e4x removal require a clobber?
  1131. # [07:47] <njn> dbaron: I don't know. maybe
  1132. # [07:47] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1133. # [07:47] <@dbaron> philor, is there a way to trigger a single build with CLOBBER?
  1134. # [07:47] * whimboo|afk is now known as whimboo
  1135. # [07:47] <philor> dbaron: no, only a way to set the entire tree to clobber, and then to trigger a build
  1136. # [07:48] <njn> the bustage appears to be universal
  1137. # [07:48] <@dbaron> I bet Waldo's right, though; this pattern is otherwise too random.
  1138. # [07:48] <njn> dbaron: the failing tests are all over the shop
  1139. # [07:48] <@dbaron> the failures seem to be a function of build
  1140. # [07:48] <@dbaron> with random variation between builds
  1141. # [07:48] * glob|away is now known as glob
  1142. # [07:48] <@dbaron> e.g., Ubuntu64 debug between my push and sworkman's
  1143. # [07:49] <@dbaron> I think that suggests the failures are a build dependency bug
  1144. # [07:49] * Quits: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net) (Ping timeout)
  1145. # [07:49] <@dbaron> which wouldn't show up on try, since all try runs are clobbers
  1146. # [07:49] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1147. # [07:49] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1148. # [07:49] * xk1sv_ is now known as xk1sv
  1149. # [07:50] <mjrosenb> it is absolutely hilarious when there are clobber issues and a) person pushes patch needing clobber; b) people notice it failing, trigger clobber; c) other people notice it failing, back out; d) back-out causes more failures because a second clobber is required
  1150. # [07:50] * Joins: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net)
  1151. # [07:51] <@dbaron> if we see interesting failure patterns on backout, I think it should reland with an edit to mozilla/CLOBBER
  1152. # [07:51] <@dbaron> though we should really debug these build system bugs harder
  1153. # [07:51] * njn ain't laughing
  1154. # [07:52] <Waldo> when the choice is to laugh or cry...
  1155. # [07:52] <@dbaron> possibly even without waiting for the failure patterns on backout, even
  1156. # [07:52] * jlebar|dinner is now known as jlebar|sleep
  1157. # [07:52] <@dbaron> I tend to be of the opinion that we shouldn't have the CLOBBER feature, and people should be forced to fix the build system bugs before landing, but...
  1158. # [07:53] * Joins: Stan (Stan@moz-5242BC2C.dip.t-dialin.net)
  1159. # [07:53] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1160. # [07:53] <@dbaron> anyway, curious if njn is planning to reland with that
  1161. # [07:53] <Jesse> do we even have tools to reproduce and diagnose dependency issues?
  1162. # [07:53] * Joins: smontagu (chatzilla@moz-45181727.red.bezeqint.net)
  1163. # [07:53] * vladan is now known as vladan-afk
  1164. # [07:54] <@dbaron> Jesse, do build without patch, apply patch, rebuild, run tests?
  1165. # [07:55] * Quits: bsmith (bsmith@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  1166. # [07:56] * Quits: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1167. # [07:56] * Joins: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1168. # [07:57] <@dbaron> (And I think we should NOT do any clobbers via clobberer, but instead use the CLOBBER file.)
  1169. # [07:57] * Joins: wolfiR (wolfiR@moz-47C46320.dip0.t-ipconnect.de)
  1170. # [07:58] <Jesse> yes, definitely do it using the CLOBBER file, so it does the right thing when merged to other branches and on developer machines
  1171. # [07:58] <philor> um, the CLOBBER file doesn't do anything other than stop the build
  1172. # [07:58] * Waldo has a build of njn's patch now, will try the ecma/Array failure himself
  1173. # [07:58] <Jesse> well, that's a build system bug that can actually be fixed
  1174. # [08:00] <@dbaron> philor, oh, so it requires us to use clobberer too, but reminds us?
  1175. # [08:00] * Quits: crainiarc (Adium@moz-30252AC0.dynip.nus.edu.sg) (Quit: Leaving.)
  1176. # [08:00] <Waldo> intl/uconv/src/nsCharsetConverterManager.cpp, line 301 annoys me
  1177. # [08:00] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1178. # [08:02] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1179. # [08:02] <@dbaron> Waldo, indeed, hit it 14978 times in my current Firefox session
  1180. # [08:02] * Waldo assumes top men are working on it right now
  1181. # [08:03] * Quits: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net) (Quit: gal)
  1182. # [08:03] <@dbaron> Waldo, njn, so are either of you planning to re-push the e4x removal?
  1183. # [08:04] <Waldo> dbaron: I might be tempted, once this jstestbrowser run finishes and I can say that I didn't see a problem tinderbox saw
  1184. # [08:05] <Waldo> although, given these tests run serially, that may be stupid
  1185. # [08:05] * Joins: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP)
  1186. # [08:05] <Waldo> and I'm definitely past ecma/Array/* where tinderbox crashed
  1187. # [08:05] <mjrosenb> I should modify the sunspider harness to make a full copy of the source tree every time it runs a benchmark
  1188. # [08:06] <Waldo> and that crash was in a method that did next to nothing, not touched in the change
  1189. # [08:06] <mjrosenb> so if I magically get a run that is 5% faster than every other run with a slight permutation of the options
  1190. # [08:06] <mjrosenb> I know exactly what the tree looked like when I did that run
  1191. # [08:07] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1192. # [08:07] <njn> dbaron: I could do it later, but it's evening here and I have kids at home and very limited time
  1193. # [08:08] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1194. # [08:08] <@dbaron> njn, ah, I'm not used to how small the time difference is in the January-half of the year
  1195. # [08:09] * Quits: dao (dao@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: Leaving.)
  1196. # [08:09] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Quit: seth)
  1197. # [08:09] <Waldo> 5h?
  1198. # [08:09] <@dbaron> Waldo, yeah
  1199. # [08:10] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1200. # [08:10] * Joins: jhorak_ (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1201. # [08:10] * Waldo mostly never remembers offsets for anywhere but east coast, AK, and NZ these days
  1202. # [08:10] <@dbaron> I suppose I could call it the closer-to-sun half of the year... and I'm sure there's a Latin term for that...
  1203. # [08:10] <Waldo> GNOME 2's multi-location clocks were really handy for it
  1204. # [08:10] * Quits: jhorak_ (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  1205. # [08:10] <philor> I really really wish people would quit marking intermittent-failure bugs as security-sensitive
  1206. # [08:10] <@dbaron> Waldo, SE Australia is just a 2 hour offset from NZ
  1207. # [08:11] <@dbaron> (Queensland doesn't do DST.)
  1208. # [08:11] * Waldo wonders if he could expense a trip to LHI for time zone testing purposes
  1209. # [08:11] * Joins: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net)
  1210. # [08:12] * Quits: Mook (mook@moz-BC41A633.dsl.teksavvy.com) (Quit: Mook)
  1211. # [08:12] * Quits: sewardj (sewardj@moz-FA9054F3.dip.t-dialin.net) (Ping timeout)
  1212. # [08:12] * mattwoodrow|away is now known as mattwoodrow
  1213. # [08:12] <@dbaron> Waldo, was that an airport code or other abbreviation? (The airport happens to be in the Indonesian half of New Guinea.)
  1214. # [08:13] <@dbaron> or was it intended as LIH?
  1215. # [08:13] * mjrosenb wonders if that is one of the crazy places that is offset by 30 +60n from utc
  1216. # [08:13] <@dbaron> which is a far easier airport to reach
  1217. # [08:13] <@dbaron> mjrosenb, "30 +60n" ?
  1218. # [08:13] <Waldo> hm, I may be misremembering that as a code I just saw in bugmail today
  1219. # [08:14] <Waldo> Lord Howe Island
  1220. # [08:14] <Jesse> dbaron: "southern solstice"?
  1221. # [08:14] <@dbaron> Waldo, ah, yes
  1222. # [08:14] <@dbaron> Waldo, indeed, half-hour DST offset
  1223. # [08:14] <Waldo> it's almost crazy enough to make me think I should go there sometime, just to experience it
  1224. # [08:15] <@dbaron> the airport code is LDH, though
  1225. # [08:15] * Waldo cannot imagine what would cause a locality to think that non-hour offsets for anything would ever be a good idea
  1226. # [08:15] <@dbaron> Waldo, they're non-hour offset only when not on DST :-)
  1227. # [08:15] * Joins: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP)
  1228. # [08:16] <Waldo> dbaron: oh, that makes it appear all the smarter!
  1229. # [08:16] * Waldo grmbls
  1230. # [08:16] <mjrosenb> Waldo: one island in the pacific chose a 45 minute offset for marketing purposes
  1231. # [08:16] <mjrosenb> Waldo: so they could be "the first place to experience newyear"
  1232. # [08:16] <mjrosenb> or something like that
  1233. # [08:17] <mjrosenb> or maybe they just swapped from UTC-11 to UTC+13
  1234. # [08:17] <Waldo> I have a very vague memory of that, and millennium babies and all
  1235. # [08:17] <@dbaron> mjrosenb, there were also good reasons for the swap... like having the whole country on the same side of the date line
  1236. # [08:17] <mjrosenb> http://en.wikipedia.org/wiki/UTC%2B13:45
  1237. # [08:17] <mjrosenb> there we go.
  1238. # [08:18] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1239. # [08:18] <@dbaron> given UTC+14, they're not first, though
  1240. # [08:19] <jesup> I love how every mac test on roc's push was orange, and on my following push (just changing one mochitest) they're all green.
  1241. # [08:19] <@dbaron> jesup, that's the "need a clobber" stuff we've been discussing
  1242. # [08:19] <jesup> yeah. Just amusing
  1243. # [08:19] <Waldo> [423] Mozilla-Inbound - Tinderboxpushlog - Nightly
  1244. # [08:20] <jesup> new record?
  1245. # [08:20] <Waldo> makes me long for the days when there was a box-run across the top of the screen
  1246. # [08:20] <philor> records are in the thousands
  1247. # [08:20] * mattwoodrow is now known as mattwoodrow|away
  1248. # [08:21] <philor> the tracemonkey tree was very good for the combination of patches that caused absolutely everything, not this piddly most-things-on-some-builds, to fail, and also people just pushing and pushing and pushing and pushing on top of total failure
  1249. # [08:21] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1250. # [08:22] <jesup> dbaron: isn't Afghanistan a :30 offset? Or they used to be back in the '80's when we were making an early graphical timezone setter at Commodore
  1251. # [08:22] * mjrosenb considers declaring himself UTC+19
  1252. # [08:22] * jesup is just way too tired
  1253. # [08:24] <glob> bangalore is a :30 offset .. utc+5:30 (hi ashish!)
  1254. # [08:24] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1255. # [08:25] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  1256. # [08:25] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  1257. # [08:25] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1258. # [08:25] <Waldo> jesup: yeah, they're weirdly offset, or maybe Iran is, or maybe both
  1259. # [08:25] * Joins: stransky (stransky@moz-6488BBAB.net.upcbroadband.cz)
  1260. # [08:25] * Quits: Mavericks (Mibbit@58E0B180.9A31DFF.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1261. # [08:26] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Ping timeout)
  1262. # [08:26] <@dbaron> mjrosenb, so, Chicago time plus a day?
  1263. # [08:27] <@dbaron> er, wait, New York time
  1264. # [08:27] <@dbaron> or Chicago summer time
  1265. # [08:27] * Quits: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP) (Quit: surkov)
  1266. # [08:27] * Quits: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net) (Quit: gal)
  1267. # [08:27] <jlebar|sleep> <philor> records are in the thousands
  1268. # [08:27] <jlebar|sleep> philor: Is that a challenge?
  1269. # [08:27] <philor> awesome, I love a backout that can remain busted on the backout, I particularly love it at 11:30 on a weeknight
  1270. # [08:27] * Joins: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net)
  1271. # [08:27] <@dbaron> philor, again, it needs a clobber
  1272. # [08:27] <philor> jlebar|sleep: twigs don't count
  1273. # [08:28] <@dbaron> philor, I'm going to do the clobberer magic now, unless you see reason to do otherwise
  1274. # [08:28] <@dbaron> philor, then I think we should actually reland the backed-out patches
  1275. # [08:28] <jlebar|sleep> philor: The trick would be to do it without you or edmorley murdering me.
  1276. # [08:28] <philor> dbaron: yeah, I do listen, I just waited until it actually showed evidence, I already have the clobberer open and the patches restaged
  1277. # [08:28] <@dbaron> philor, ah, ok, then you should go ahead
  1278. # [08:28] * Quits: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net) (Quit: gal)
  1279. # [08:28] <@dbaron> philor, and restaged with the CLOBBER file?
  1280. # [08:28] * Joins: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1281. # [08:28] * Joins: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net)
  1282. # [08:29] <mjrosenb> philor: 01:47 < mjrosenb> it is absolutely hilarious when there are clobber issues and a) person pushes patch needing clobber; b) people notice it failing, trigger clobber; c) other people notice it failing, back out; d) back-out causes more failures because a second clobber is required
  1283. # [08:29] <Waldo> any sense in canceling builds on all the current going-to-be-whacked revs?
  1284. # [08:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c929583ba8ae - Nicholas Nethercote - Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
  1285. # [08:29] <@dbaron> Waldo, I don't think so
  1286. # [08:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c6e5bf0eb51a - Phil Ringnalda - Bug 788293 - Removing e4x support requires a CLOBBER
  1287. # [08:29] * Quits: gal (gal@moz-F9E6ABA8.hsd1.ca.comcast.net) (Quit: gal)
  1288. # [08:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ffacb7f986f0 - Nicholas Nethercote - Bug 834090 - Name unused opcodes more sanely. r=jorendorff.
  1289. # [08:30] <@dbaron> philor, holding off on the two backed-out-on-top patches?
  1290. # [08:30] <philor> dbaron: yes, I think we have quite enough in the tree
  1291. # [08:31] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1292. # [08:31] <philor> sure, it looks like the failures were only need for a clobber, and it looks like try liked it fine, and it looks like roc's only sin was warnings, and it looks like you fixed your patch
  1293. # [08:31] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1294. # [08:31] <philor> but we also have a crapload we haven't actually successfully run tests on yet
  1295. # [08:32] <philor> and it's 11:30
  1296. # [08:32] * Joins: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net)
  1297. # [08:32] <philor> and I work tomorrow morning, early
  1298. # [08:32] <@dbaron> philor, you should go to sleep, then
  1299. # [08:34] <@dbaron> test_peerConnection_basicAudioVideo.html is still being a pain
  1300. # [08:35] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1301. # [08:35] * fabrice is now known as fabrice|zZz
  1302. # [08:35] <philor> wups, I shouldn't have done CLOBBER as a separate cset, I broke bisecting
  1303. # [08:35] <Waldo> c'est la vie
  1304. # [08:36] <philor> but it's being a different pain, post-logging, jesup :)
  1305. # [08:37] * Quits: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1306. # [08:37] <Jesse> bisecting without clobbering is already hopeless
  1307. # [08:38] <philor> oh, an OOM crash, funzors
  1308. # [08:38] <jesup> philor: link?
  1309. # [08:38] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  1310. # [08:38] <philor> jesup: https://tbpl.mozilla.org/php/getParsedLog.php?id=19348680&tree=Mozilla-Inbound
  1311. # [08:38] * jesup has hit almost-zombie state - good for playing with bugzilla flags
  1312. # [08:40] <Waldo> looks like SFO<->LDH in June is ~$2500, if anyone was curious
  1313. # [08:40] <jesup> philor: that may be getting us some useful info... cool. Too bad no brain cells left
  1314. # [08:40] <Waldo> looks plausible that the only flights in/out are via Sydney
  1315. # [08:40] * Joins: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1316. # [08:41] * Quits: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1317. # [08:41] <Waldo> hmm, no, bookingbuddy, I do not believe you can offer me 80% off flights to LDH
  1318. # [08:43] <Jesse> 15% off jetlag
  1319. # [08:44] <ashish> glob: yeah, that :30 offset is a pain
  1320. # [08:46] <@dbaron> I've occasionally been tempted to set my TZ to solar time and start sending email in UTC+08:08
  1321. # [08:47] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  1322. # [08:47] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Input/output error)
  1323. # [08:48] <njn> philor: thanks for relanding my patches
  1324. # [08:48] * njn goes to give his kids a bath
  1325. # [08:49] <njn> Waldo: Adelaide has a half hour time difference from Melbourne
  1326. # [08:49] <njn> I think they do it because the vast majority of the people in that timezone live right near the Eastern edge of it
  1327. # [08:50] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1328. # [08:50] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1329. # [08:50] * xk1sv_ is now known as xk1sv
  1330. # [08:50] * Quits: vladan-afk (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1331. # [08:50] <glandium> dbaron: and you'd change your TZ everyday?
  1332. # [08:50] <@dbaron> glandium, mean solar noon for the location
  1333. # [08:50] <@dbaron> glandium, not actual solar noon
  1334. # [08:51] <glandium> ah
  1335. # [08:52] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1336. # [08:52] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1337. # [08:53] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1338. # [08:53] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1339. # [08:54] * Joins: cyt93cs (cyt93cs@moz-DE158F16.cs.ccu.edu.tw)
  1340. # [08:55] * dholbert is now known as dholbert|afk
  1341. # [08:56] * Joins: crainiarc (Adium@moz-30252AC0.dynip.nus.edu.sg)
  1342. # [08:57] <@dbaron> (and, oops, meant UTC-08:09)
  1343. # [08:57] * Joins: victorporof (victorporo@C8AAC426.1C233438.79933D60.IP)
  1344. # [09:00] <@dbaron> anyway, g'night
  1345. # [09:02] * Quits: @dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net) (Ping timeout)
  1346. # [09:02] * Quits: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw) (Ping timeout)
  1347. # [09:02] * Joins: Optimizer1 (Optimizer@D24F627D.489508A5.D5D59AD9.IP)
  1348. # [09:03] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1349. # [09:03] * Joins: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1350. # [09:03] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  1351. # [09:08] * mgerva-afk is now known as mgerva
  1352. # [09:11] * Joins: dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net)
  1353. # [09:11] * ChanServ sets mode: +o dbaron
  1354. # [09:12] * Quits: CJKu_ (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 21.0a1/20130128102844])
  1355. # [09:13] * Quits: @dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net) (Ping timeout)
  1356. # [09:13] * Quits: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1357. # [09:18] <Yoric> What is the best way of programmatically measuring jank from jsm code?
  1358. # [09:19] <Yoric> Should I listen for MozAfterPaint?
  1359. # [09:19] <Yoric> (or is that content only?)
  1360. # [09:20] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1361. # [09:20] * Joins: garnacho (carlos@moz-6BA62877.cm-6-7d.dynamic.ziggo.nl)
  1362. # [09:24] * kaze|zZz is now known as kaze
  1363. # [09:25] * Joins: marcoz (marco.zehe@moz-4C12C4F9.dip.t-dialin.net)
  1364. # [09:25] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  1365. # [09:26] * Joins: Matti (Matti@moz-A6EB5100.dip.t-dialin.net)
  1366. # [09:27] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Ping timeout)
  1367. # [09:27] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1368. # [09:27] * Joins: sewardj (sewardj@moz-FA9054F3.dip.t-dialin.net)
  1369. # [09:27] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  1370. # [09:28] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1371. # [09:28] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  1372. # [09:30] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1373. # [09:30] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  1374. # [09:33] * jchen is now known as jchen|away
  1375. # [09:34] * Quits: pranavrc (pranavrc@B724C5B6.44F41798.520CDC98.IP) (Ping timeout)
  1376. # [09:34] * glob is now known as glob|away
  1377. # [09:35] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1378. # [09:35] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  1379. # [09:37] * Joins: tzimmermann (tzimmerman@moz-C1DB4352.pools.arcor-ip.net)
  1380. # [09:37] * Joins: andersh (andersh@moz-27CBBED6.bredband.3.dk)
  1381. # [09:38] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1382. # [09:38] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1383. # [09:38] * jchen|away is now known as jchen
  1384. # [09:39] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1385. # [09:39] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1386. # [09:39] * Joins: Ms2ger (Ms2ger@21E2FA32.447FC025.187A1082.IP)
  1387. # [09:39] * Quits: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Max SendQ exceeded)
  1388. # [09:40] * Quits: garnacho (carlos@moz-6BA62877.cm-6-7d.dynamic.ziggo.nl) (Quit: Ex-Chat)
  1389. # [09:40] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  1390. # [09:41] * jchen is now known as jchen|away
  1391. # [09:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9069c3f568f7 - Benjamin Peterson - Bug 718969 - Perform an exorcism; remove the decompiler. r=luke
  1392. # [09:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e8e06607d8fe - Benjamin Peterson - Bug 777474 - Use the expression decompiler for opcode text when possible. r=bhackket
  1393. # [09:41] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  1394. # [09:41] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  1395. # [09:43] * jchen|away is now known as jchen
  1396. # [09:45] * jchen is now known as jchen|away
  1397. # [09:45] * heycam|away is now known as heycam
  1398. # [09:45] <Ms2ger> Bonjour
  1399. # [09:45] <Waldo> umm...mozilla::net::InfallableCopyCString, realy?
  1400. # [09:46] <Waldo> (that typo was not for ironic purposes!)
  1401. # [09:47] * Ms2ger wonders what timezone Waldo is in
  1402. # [09:47] * Joins: Stan_ (Stan@moz-F9969965.dip.t-dialin.net)
  1403. # [09:47] <Waldo> I am in the time zone of having gotten nightshifted, and finally waking up fully half an hour after noon
  1404. # [09:47] * Quits: Stan (Stan@moz-5242BC2C.dip.t-dialin.net) (Ping timeout)
  1405. # [09:48] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1406. # [09:48] <Ms2ger> I see
  1407. # [09:50] * Joins: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  1408. # [09:50] * Quits: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP) (Input/output error)
  1409. # [09:50] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1410. # [09:50] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1411. # [09:50] * Joins: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP)
  1412. # [09:52] <Waldo> mostly waiting to see e4x go greenish, tho, at this point, long passed a reasonable workday
  1413. # [09:52] <Waldo> now distracted looking into nsCharsetConverterManager.cpp:301
  1414. # [09:53] <Waldo> which appears to be warning-spam that occurs, quite possibly, every time the browser loads a script that was sent without a charset
  1415. # [09:54] <Waldo> haven't verified for certain, but http://pastebin.mozilla.org/2103067 is suggestive
  1416. # [09:54] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Input/output error)
  1417. # [09:55] <Waldo> and actually, given comments around that NS_ENSURE_SUCCESS (h8), I have a feeling it triggers for any charset that's not recognized
  1418. # [09:56] * Joins: vikash (vikash@F099A382.72B2334B.A3D1B221.IP)
  1419. # [09:56] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1420. # [09:57] <Waldo> dunno where in that stack the offender is
  1421. # [09:57] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1422. # [09:59] * Quits: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 18.0/20130109143146])
  1423. # [10:02] * Joins: alice (alice@moz-3DF67597.range86-150.btcentralplus.com)
  1424. # [10:02] * philor is now known as philor|away
  1425. # [10:04] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1426. # [10:04] <njn> e4x is looking good
  1427. # [10:04] <njn> and decompiler removal is now right next to it
  1428. # [10:04] <njn> time to call it for the night
  1429. # [10:04] * Quits: njn (chatzilla@moz-B77B4675.dyn.iinet.net.au) (Quit: ChatZilla 0.9.89 [Firefox 21.0a1/20130128165743])
  1430. # [10:06] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1431. # [10:07] * Quits: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net) (Quit: nhirata)
  1432. # [10:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/da4ddb6f669c - shuang - Bug 828837:Fix COD equals 0x20080c cause icon empty, r=echou
  1433. # [10:10] * Joins: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP)
  1434. # [10:12] * Joins: llmelon (chatzilla@moz-3983353E.tm.net.my)
  1435. # [10:12] * heycam is now known as heycam|away
  1436. # [10:12] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1437. # [10:13] * Joins: vigneshwaran1 (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1438. # [10:14] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1439. # [10:17] * Quits: llmelon (chatzilla@moz-3983353E.tm.net.my) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  1440. # [10:17] * Joins: jfkthame (jfkthame@5CDACC3E.611A3979.9542EC20.IP)
  1441. # [10:18] * Joins: areinald (andre@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1442. # [10:18] * vladan is now known as vladan-afk
  1443. # [10:18] * Joins: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr)
  1444. # [10:19] * Joins: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP)
  1445. # [10:21] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1446. # [10:23] * Quits: vikash (vikash@F099A382.72B2334B.A3D1B221.IP) (Quit: This computer has gone to sleep)
  1447. # [10:28] * Joins: till (till@moz-3493B177.superkabel.de)
  1448. # [10:31] * Quits: alice (alice@moz-3DF67597.range86-150.btcentralplus.com) (Client exited)
  1449. # [10:32] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Connection reset by peer)
  1450. # [10:35] * Joins: edmorley (edmorley@moz-A26E9808.range86-166.btcentralplus.com)
  1451. # [10:36] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1452. # [10:36] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1453. # [10:40] * Joins: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP)
  1454. # [10:40] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1455. # [10:44] * Quits: marcoz (marco.zehe@moz-4C12C4F9.dip.t-dialin.net) (Quit: Leaving.)
  1456. # [10:44] * Quits: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP) (Ping timeout)
  1457. # [10:45] * Joins: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP)
  1458. # [10:46] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1459. # [10:46] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1460. # [10:47] * Tomcat is now known as Tomcat|buildduty
  1461. # [10:48] * Quits: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP) (Ping timeout)
  1462. # [10:49] * Joins: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP)
  1463. # [10:50] * dhylands is now known as dhylands|zzz
  1464. # [10:50] * Joins: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  1465. # [10:50] * Quits: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP) (Input/output error)
  1466. # [10:50] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1467. # [10:50] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1468. # [10:51] * Quits: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP) (Ping timeout)
  1469. # [10:54] * Joins: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP)
  1470. # [10:54] * Quits: coop|afk (Chris@moz-B3EE357F.dsl.bell.ca) (Ping timeout)
  1471. # [10:54] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1472. # [10:55] <hsivonen> does Bugzilla let me find my bug comments from a particular date?
  1473. # [10:56] * Joins: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com)
  1474. # [10:56] * Joins: coop (Chris@moz-248FB426.dsl.bell.ca)
  1475. # [10:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/90aa16284fae - David Zbarsky - Bug 837036 - Remove SVGLocatableElement and SVGTransformableElement IDL r=longsonr
  1476. # [10:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6a6ba49340e7 - David Zbarsky - Bug 837039 - Fix SVGMatrix failure codes r=longsonr
  1477. # [10:58] * kripton is now known as Kripton
  1478. # [10:58] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1479. # [10:59] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1480. # [11:00] * whimboo is now known as whimboo|afk
  1481. # [11:02] <Ms2ger> hsivonen, https://bugzilla.mozilla.org/page.cgi?id=user_activity.html
  1482. # [11:03] <hsivonen> Ms2ger: thanks
  1483. # [11:03] <Ms2ger> Np
  1484. # [11:04] * Quits: crainiarc (Adium@moz-30252AC0.dynip.nus.edu.sg) (Quit: Leaving.)
  1485. # [11:05] <hsivonen> Ms2ger: very helpful. Shows that my notes for a particular day were not crazy
  1486. # [11:05] * Quits: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1487. # [11:05] <Ms2ger> Heh
  1488. # [11:05] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Ping timeout)
  1489. # [11:06] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1490. # [11:07] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1491. # [11:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c46098d2964c - Dave Hylands - Bug 836973 - Force adb on when marionette is enabled (i.e. non-user builds). r=fabrice
  1492. # [11:08] * ewong is now known as ewong|away
  1493. # [11:10] * Joins: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP)
  1494. # [11:11] * Quits: Optimizer1 (Optimizer@D24F627D.489508A5.D5D59AD9.IP) (Ping timeout)
  1495. # [11:11] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1496. # [11:11] * ChanServ sets mode: +o smaug
  1497. # [11:11] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  1498. # [11:13] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  1499. # [11:13] * Quits: mjrosenb (mjrosenb@moz-EC1A99F1.club.cc.cmu.edu) (Ping timeout)
  1500. # [11:13] * Quits: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (Ping timeout)
  1501. # [11:14] * Joins: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  1502. # [11:14] * Joins: gandalf (zbraniecki@moz-9EE97ADC.xdsl.toledo.be)
  1503. # [11:14] * Quits: A1kmm (a1kmm@moz-C7C52631.jetstream.xtra.co.nz) (Ping timeout)
  1504. # [11:15] * Joins: Mavericks (Mibbit@58E0B180.9A31DFF.FDEA3160.IP)
  1505. # [11:16] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  1506. # [11:16] * Quits: Mavericks (Mibbit@58E0B180.9A31DFF.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1507. # [11:18] * Parts: vladan1 (vladan@36D53742.B90458C2.57F33CED.IP)
  1508. # [11:18] * Joins: mjrosenb (mjrosenb@moz-EC1A99F1.club.cc.cmu.edu)
  1509. # [11:19] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1510. # [11:19] * Joins: tobeytailor (tobeytailo@moz-95BD9645.dip.t-dialin.net)
  1511. # [11:19] * Quits: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP) (Quit: surkov)
  1512. # [11:25] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1513. # [11:26] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1514. # [11:26] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1515. # [11:27] * Joins: scenor (scenor@moz-292278EC.wireless.dyn.drei.com)
  1516. # [11:27] * Quits: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (Ping timeout)
  1517. # [11:27] * Quits: vigneshwaran1 (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1518. # [11:28] <@smaug> and it is there again..super slow scrolling
  1519. # [11:29] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1520. # [11:29] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1521. # [11:29] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1522. # [11:29] * ChanServ sets mode: +o smaug
  1523. # [11:30] * @smaug should back out Bug 731974
  1524. # [11:30] * Quits: victorporof (victorporo@C8AAC426.1C233438.79933D60.IP) (Quit: victorporof)
  1525. # [11:30] * Joins: A1kmm (a1kmm@moz-C7C52631.jetstream.xtra.co.nz)
  1526. # [11:31] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1527. # [11:31] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1528. # [11:32] * Quits: gandalf (zbraniecki@moz-9EE97ADC.xdsl.toledo.be) (Quit: I took the wrong pill!!!)
  1529. # [11:33] * Joins: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  1530. # [11:33] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Ping timeout)
  1531. # [11:34] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1532. # [11:35] * Joins: andreasn (andreasn@1A0AD8E6.E7BADBF1.B0C2132F.IP)
  1533. # [11:36] * Quits: andreasn (andreasn@1A0AD8E6.E7BADBF1.B0C2132F.IP) (Quit: andreasn)
  1534. # [11:37] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: PM: Preparing frontal lobe for mem sleep)
  1535. # [11:37] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1536. # [11:37] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1537. # [11:40] * Joins: jdm (jdm@88F51059.F3BBB17D.144F44FA.IP)
  1538. # [11:40] * Quits: logbot (logbot@moz-58CB32ED.glob.com.au) (Ping timeout)
  1539. # [11:41] * Joins: tobeytailor_ (tobeytailo@moz-7F1D149F.dip.t-dialin.net)
  1540. # [11:42] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1541. # [11:42] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Ping timeout)
  1542. # [11:42] * Quits: tobeytailor (tobeytailo@moz-95BD9645.dip.t-dialin.net) (Ping timeout)
  1543. # [11:42] * tobeytailor_ is now known as tobeytailor
  1544. # [11:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f3b3be0822c4 - Hannes Verschore - Bug 828119: IonMonkey: Add fastpath for strict string comparison, r=jandem
  1545. # [11:44] * Quits: scenor (scenor@moz-292278EC.wireless.dyn.drei.com) (Ping timeout)
  1546. # [11:44] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  1547. # [11:44] * Joins: kig (ilmari@moz-9099BB3A.sqy-bng-011.adsl.virginmedia.net)
  1548. # [11:45] * Quits: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr) (Quit: bholley)
  1549. # [11:45] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1550. # [11:46] * Joins: gandalf (zbraniecki@moz-9EE97ADC.xdsl.toledo.be)
  1551. # [11:51] * Joins: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  1552. # [11:51] * Quits: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP) (Input/output error)
  1553. # [11:51] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1554. # [11:51] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1555. # [11:51] * Joins: crainiarc (Adium@moz-3BBB9F1C.dynip.nus.edu.sg)
  1556. # [11:53] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1557. # [11:54] * Quits: jfkthame (jfkthame@5CDACC3E.611A3979.9542EC20.IP) (Quit: jfkthame)
  1558. # [11:55] * Quits: rillian (giles@moz-29D892D2.osuosl.org) (Ping timeout)
  1559. # [11:55] * Joins: rillian (giles@moz-29D892D2.osuosl.org)
  1560. # [11:59] * Joins: scenor (scenor@moz-F958F74D.wireless.dyn.drei.com)
  1561. # [12:00] * Quits: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  1562. # [12:00] * Quits: heycam|away (cam@moz-1D84C1DF.mcc.id.au) (Ping timeout)
  1563. # [12:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/803542803194 - Stephen Horlander - Bug 836887 - Fix zoom-in toolbar button icon in HiDPI mode. r=fryn
  1564. # [12:01] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1565. # [12:01] * Joins: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com)
  1566. # [12:01] * Joins: heycam|away (cam@moz-1D84C1DF.mcc.id.au)
  1567. # [12:01] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  1568. # [12:03] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1569. # [12:03] * Joins: logbot (logbot@moz-58CB32ED.glob.com.au)
  1570. # [12:07] * whimboo|afk is now known as whimboo
  1571. # [12:08] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1572. # [12:09] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Quit: Leaving...)
  1573. # [12:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/02e8dcde27b7 - Mounir Lamouri - Bug 833009 - Remove "nsContentUtils.h" inclusions from headers in content/xbl/. r=Ms2ger
  1574. # [12:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a2ae479d35c6 - Mounir Lamouri - Bug 833009 - Remove "nsContentUtils.h" inclusions from headers in layout/. r=bz
  1575. # [12:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7c676b4c0d53 - Mounir Lamouri - Bug 833009 - Remove "nsContentUtils.h" inclusions from headers in content/base/. r=Ms2ger
  1576. # [12:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/00a33fee3c87 - Mounir Lamouri - Bug 833009 - Remove "nsContentUtils.h" inclusions from headers in content/html/. r=Ms2ger
  1577. # [12:10] * Quits: A1kmm (a1kmm@moz-C7C52631.jetstream.xtra.co.nz) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130117041235])
  1578. # [12:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f28e2f533c56 - Mounir Lamouri - Bug 833009 - Remove "nsContentUtils.h" inclusions from headers in gfx/. r=Ms2ger
  1579. # [12:10] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1580. # [12:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cd11feb55873 - Mounir Lamouri - Bug 833009 - Remove "nsContentUtils.h" inclusions from headers in content/events/. r=smaug
  1581. # [12:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3979463039ed - Mounir Lamouri - Bug 833012 - Remove "nsContentUtils.h" inclusion from Element.h. r=Ms2ger
  1582. # [12:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/32831201b9ef - Mounir Lamouri - Bug 833009 - Remove "nsContentUtils.h" inclusions from headers in content/xslt/. r=Ms2ger
  1583. # [12:11] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1584. # [12:12] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1585. # [12:13] * Quits: loadRPi (pi@moz-422C60E7.range86-162.btcentralplus.com) (Client exited)
  1586. # [12:13] * Joins: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP)
  1587. # [12:15] * Joins: loadRPi (pi@moz-422C60E7.range86-162.btcentralplus.com)
  1588. # [12:15] * Joins: jfkthame (jfkthame@5CDACC3E.611A3979.9542EC20.IP)
  1589. # [12:17] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1590. # [12:17] * Quits: gandalf (zbraniecki@moz-9EE97ADC.xdsl.toledo.be) (Quit: I took the wrong pill!!!)
  1591. # [12:18] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1592. # [12:20] * Quits: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP) (Quit: surkov)
  1593. # [12:20] * Quits: Dagger (Dagger@moz-38590C6F.cable.virginmedia.com) (Connection reset by peer)
  1594. # [12:20] * Joins: Dagger (Dagger@moz-38590C6F.cable.virginmedia.com)
  1595. # [12:22] * Joins: Pike (Pike@91145B7.7592D2E9.D52C411F.IP)
  1596. # [12:22] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1597. # [12:22] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1598. # [12:24] * Joins: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net)
  1599. # [12:26] * Joins: ErvisTusha (ErvisTusha@412BD193.F69FB6EA.363D84A4.IP)
  1600. # [12:29] * Joins: gandalf (zbraniecki@moz-EF716D84.xdsl.toledo.be)
  1601. # [12:30] * Quits: scenor (scenor@moz-F958F74D.wireless.dyn.drei.com) (Quit: Leaving)
  1602. # [12:33] * Quits: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP) (Ping timeout)
  1603. # [12:35] * Quits: till (till@moz-3493B177.superkabel.de) (Client exited)
  1604. # [12:35] * Joins: marco (Thunderbir@moz-A0F3EBD1.cust.dsl.teletu.it)
  1605. # [12:36] <Ms2ger> And here I was surprised that dzbarsky didn't need to adjust any tests...
  1606. # [12:36] * Quits: kig (ilmari@moz-9099BB3A.sqy-bng-011.adsl.virginmedia.net) (Quit: kig)
  1607. # [12:36] * Joins: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net)
  1608. # [12:36] * Joins: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP)
  1609. # [12:36] * Joins: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP)
  1610. # [12:37] <edmorley> Ms2ger: fancy backing out? my hg clone is still going
  1611. # [12:37] <Ms2ger> Sorry, just about to head off for lunch
  1612. # [12:37] <edmorley> ok :-)
  1613. # [12:38] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1614. # [12:40] * Joins: kig (ilmari@moz-9099BB3A.sqy-bng-011.adsl.virginmedia.net)
  1615. # [12:41] * Joins: pranavrc (pranavrc@CE10DB73.CA6AAE21.520CDC98.IP)
  1616. # [12:41] * Quits: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP) (Quit: surkov)
  1617. # [12:41] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1618. # [12:42] * Joins: victorporof (victorporo@C8AAC426.1C233438.79933D60.IP)
  1619. # [12:42] * whimboo is now known as whimboo|afk
  1620. # [12:43] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1621. # [12:43] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Ping timeout)
  1622. # [12:46] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  1623. # [12:48] * Quits: victorporof (victorporo@C8AAC426.1C233438.79933D60.IP) (Ping timeout)
  1624. # [12:49] * Quits: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Quit: juanb)
  1625. # [12:49] * Quits: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1626. # [12:51] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1627. # [12:51] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1628. # [12:51] * xk1sv_ is now known as xk1sv
  1629. # [12:51] * Joins: victorporof (victorporo@C8AAC426.1C233438.79933D60.IP)
  1630. # [12:56] <Ms2ger> edmorley, still need a backout?
  1631. # [12:57] <edmorley> Ms2ger: yes please
  1632. # [12:57] * Quits: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1633. # [12:57] * Joins: jimm (jmathies@moz-4C827542.pn.at.cox.net)
  1634. # [12:58] * Quits: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP) (Connection reset by peer)
  1635. # [12:58] * Joins: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP)
  1636. # [13:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1911bdd5b548 - Ms2ger - Backout changeset 6a6ba49340e7 (bug 837039) for M1 orange on a CLOSED TREE.
  1637. # [13:01] <NeilAway> lol @ profile guided PGO
  1638. # [13:01] * Quits: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (Ping timeout)
  1639. # [13:02] <Ms2ger> Profile guided PGO optimization?
  1640. # [13:04] <Ms2ger> Hrm
  1641. # [13:05] * Joins: vingtetun (vingtetun@moz-9EE97ADC.xdsl.toledo.be)
  1642. # [13:06] <Ms2ger> edmorley, isn't getLogExcerpt.php supposed to catch "Assertion failure:"?
  1643. # [13:06] * Joins: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  1644. # [13:07] * mgerva is now known as mgerva-afk
  1645. # [13:07] <jimm> I don't think people can argue there's no evidence, there's ample evidence PGO helps according to talos data.
  1646. # [13:07] <edmorley> Ms2ger: yes, https://hg.mozilla.org/webtools/tbpl/file/57d854b4b2f6/php/inc/GeneralErrorFilter.php#l30
  1647. # [13:07] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1648. # [13:07] * Joins: glob (glob@moz-DF237567.glob.com.au)
  1649. # [13:08] * glob is now known as glob|away
  1650. # [13:08] <Ms2ger> Wait, why does this log say "Assertion failed" instead of "Assertion failure"?
  1651. # [13:09] <jimm> anybody know why we dropped a ton of talos tests last summer?
  1652. # [13:09] * Joins: KaiRo (robert@moz-EF716D84.xdsl.toledo.be)
  1653. # [13:09] <edmorley> jimm: which
  1654. # [13:10] <Ms2ger> jimm, because they had more noise than signal, IIRC
  1655. # [13:10] <jimm> ts (small, medium, heavy) Dirty Profile
  1656. # [13:11] <edmorley> jimm: in order to avoid issues with revised suites results differing (and to make it easier for the revised suites to ride the trains), several times we've done a "add fooTest2, eventually phase tooTest out"
  1657. # [13:11] <edmorley> eg the no network access revisions of tp
  1658. # [13:11] <edmorley> jimm: I'm not sure whether the ts dirty profile runs fall into that category
  1659. # [13:12] <edmorley> jmaher / jhammel should know
  1660. # [13:12] <jimm> I can't seem to find the latest tp5 tests in the pertastic test list under Firefox
  1661. # [13:12] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1662. # [13:12] <jimm> they are however on the dashboard
  1663. # [13:13] <jimm> Tp5 No Network Row M
  1664. # [13:13] * Joins: Archae|mobile (AndChat@moz-FF3F73F2.cust.telecolumbus.net)
  1665. # [13:13] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1666. # [13:14] <Ms2ger> That was the column -> row change, right?
  1667. # [13:14] <edmorley> "Row", yes
  1668. # [13:17] <edmorley> jimm: I've got to it from the tp link on tbpl: http://graphs.mozilla.org/graph.html#tests=[[206,1,12]]&sel=none&displayrange=7&datatype=running
  1669. # [13:17] <edmorley> but yeah I couldn't find it on the custom graphs list either
  1670. # [13:17] <edmorley> graphs.m.o is a mess tbh
  1671. # [13:17] <jimm> yeah
  1672. # [13:17] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1673. # [13:18] <edmorley> though the fix is datazilla, rather than improving graphs.m.o
  1674. # [13:18] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  1675. # [13:18] <jimm> a lot of stuff missing, and a lot of old tests we don't care about still in the list.
  1676. # [13:18] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1677. # [13:18] * Ms2ger remembers the time he broke g.m.o
  1678. # [13:18] <jimm> edmorley: from http://graphs.mozilla.org/graph.html#tests=[[206,1,12]]&sel=none&displayrange=365&datatype=running
  1679. # [13:19] <jimm> any idea how I can get to the non-pgo runs?
  1680. # [13:19] <jimm> I guess I could just try some random numbers :/
  1681. # [13:19] <edmorley> jimm: from tbpl again, given that the custom chart chooser seems out of date
  1682. # [13:20] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1683. # [13:20] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1684. # [13:20] <jimm> ah
  1685. # [13:20] <jimm> ah!
  1686. # [13:20] <jimm> tbpl, awesome
  1687. # [13:20] <edmorley> jimm: win opt row -> tp -> tinderboxprint box in lower panel -> link to graphs.m.o
  1688. # [13:21] <jimm> yeah, forgot about those links
  1689. # [13:21] * Quits: Pike (Pike@91145B7.7592D2E9.D52C411F.IP) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151948])
  1690. # [13:21] * Quits: gandalf (zbraniecki@moz-EF716D84.xdsl.toledo.be) (Quit: I took the wrong pill!!!)
  1691. # [13:24] <jimm> I see substantially better results in pgo builds for pretty much every test we run
  1692. # [13:26] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Quit: Leaving)
  1693. # [13:27] <Ms2ger> "TBPL Two: The One That Isn't a Reverse-Engineered Hack"
  1694. # [13:28] <edmorley> lol
  1695. # [13:28] <edmorley> least we're not still using tinderbox
  1696. # [13:28] <edmorley> waterfalls
  1697. # [13:29] <Ms2ger> Hey, we could still be in the Dark Age! At least we're in the Feudal Age now!
  1698. # [13:32] <Ms2ger> (AoE reference, anyone?)
  1699. # [13:32] * derf builds an archery range.
  1700. # [13:32] <Ms2ger> \o/
  1701. # [13:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/17e87a6b7c3f - Vicamo Yang - Bug 826931 - Part 1/3: UnixSocket - allow ownership take-over in ReceiveSocketData(). r=qDot,echou
  1702. # [13:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8cf5d7935060 - Vicamo Yang - Bug 826931 - Part 3/3: use mozilla::ipc::UnixSocket. r=qDot
  1703. # [13:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f702f4adea06 - Vicamo Yang - Bug 826931 - Part 2/3: UnixSocket - allow delayed connection. r=qDot
  1704. # [13:33] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1705. # [13:35] <NeilAway> Ms2ger: that was in reference to profiling to find out which parts of the code need to have pgo
  1706. # [13:36] * mgerva-afk is now known as mgerva
  1707. # [13:39] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Quit: Leaving.)
  1708. # [13:41] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  1709. # [13:41] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  1710. # [13:43] <jdm> Nice town; I'll take it.
  1711. # [13:43] <Ms2ger> Wololo
  1712. # [13:46] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1713. # [13:46] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Client exited)
  1714. # [13:47] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1715. # [13:50] * Joins: atte (atte@moz-37C1DF97.dhcp.inet.fi)
  1716. # [13:51] * Joins: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  1717. # [13:51] * Quits: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP) (Input/output error)
  1718. # [13:51] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1719. # [13:51] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1720. # [13:52] * Joins: till (till@moz-29513284.adsl.alicedsl.de)
  1721. # [13:53] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1722. # [13:53] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1723. # [13:55] * Joins: Noah (opera@53DDAC6A.AF137C92.8C1975D7.IP)
  1724. # [13:55] * Parts: Noah (opera@53DDAC6A.AF137C92.8C1975D7.IP)
  1725. # [13:57] <jesup> Cool, no M3 peerconnection oranges since the Clobber....
  1726. # [13:57] * jesup jinxes himself
  1727. # [14:01] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
  1728. # [14:01] * Joins: Nefzaoui (chatzilla@90FC43A7.3C153E4F.D9343D67.IP)
  1729. # [14:01] * Parts: aja (Instantbir@FFB5B4C0.C9BE7A48.7880DB15.IP)
  1730. # [14:04] * Quits: crainiarc (Adium@moz-3BBB9F1C.dynip.nus.edu.sg) (Quit: Leaving.)
  1731. # [14:07] * Quits: Archae|mobile (AndChat@moz-FF3F73F2.cust.telecolumbus.net) (Quit: Bye)
  1732. # [14:09] * Joins: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net)
  1733. # [14:12] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1734. # [14:12] * Joins: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP)
  1735. # [14:14] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1736. # [14:14] * Quits: tchevalier (Thunderbir@moz-24C9E4C8.w92-133.abo.wanadoo.fr) (Quit: tchevalier)
  1737. # [14:15] * Quits: jdm (jdm@88F51059.F3BBB17D.144F44FA.IP) (Quit: Lost terminal)
  1738. # [14:16] * Parts: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1739. # [14:17] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1740. # [14:18] * Joins: tchevalier (Thunderbir@moz-24C9E4C8.w92-133.abo.wanadoo.fr)
  1741. # [14:21] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1742. # [14:23] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  1743. # [14:23] * catlee-away is now known as catlee
  1744. # [14:23] * Quits: bkero (bkero@moz-ED825A1B.members.linode.com) (Ping timeout)
  1745. # [14:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/71021f237454 - Jose Antonio Olivera Ortega - Bug 822522 - [b2g-ril] Add an explicit GECKO_CARDSTATE_UNKNOWN state. r=qDot
  1746. # [14:26] * Quits: Bas (chatzilla@moz-F36AC7C8.ftth.concepts.nl) (Ping timeout)
  1747. # [14:27] * Quits: till (till@moz-29513284.adsl.alicedsl.de) (Ping timeout)
  1748. # [14:27] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1749. # [14:28] * Joins: till (till@moz-229561C2.adsl.alicedsl.de)
  1750. # [14:30] * Quits: marco (Thunderbir@moz-A0F3EBD1.cust.dsl.teletu.it) (Ping timeout)
  1751. # [14:30] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  1752. # [14:30] * kmoir-afk is now known as kmoir
  1753. # [14:31] * Joins: askalski (akuda@2BA4E5A7.CC7751E8.6712E96B.IP)
  1754. # [14:31] * Quits: surkov (surkov@5FFF89F2.D1FED451.EBE09E3C.IP) (Quit: surkov)
  1755. # [14:32] * Quits: askalski (akuda@2BA4E5A7.CC7751E8.6712E96B.IP) (Quit: Wychodzi)
  1756. # [14:33] * rail_away is now known as rail
  1757. # [14:33] * whimboo|afk is now known as whimboo
  1758. # [14:35] * Joins: marco (Thunderbir@moz-4D1A0E9D.cust.dsl.teletu.it)
  1759. # [14:36] * Quits: T3 (T3@6BAB3E9C.7174DEDB.32718129.IP) (Client exited)
  1760. # [14:37] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1761. # [14:37] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  1762. # [14:39] * Joins: Edgar (Thunderbir@moz-26F24EE6.dynamic.hinet.net)
  1763. # [14:39] * AutomatedTester|away is now known as AutomatedTester
  1764. # [14:40] * Quits: tonymec (tonymec@D71DBB3.8FEEBE3E.DE2DB281.IP) (Input/output error)
  1765. # [14:42] * Joins: kaze (kaze@7B5A62F9.E89A987E.96B18764.IP)
  1766. # [14:42] * Quits: jhylands|away (jhylands@moz-328BBA98.cpe.net.cable.rogers.com) (Ping timeout)
  1767. # [14:42] * Joins: T3 (T3@6BAB3E9C.7174DEDB.32718129.IP)
  1768. # [14:43] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  1769. # [14:43] * Joins: tonymec (tonymec@D71DBB3.8FEEBE3E.DE2DB281.IP)
  1770. # [14:43] * Joins: marcoz (marco.zehe@moz-4C12C4F9.dip.t-dialin.net)
  1771. # [14:44] * Joins: Boriss (FlyingToas@2E747C8D.C1499D0.396E4C6D.IP)
  1772. # [14:46] * Joins: beaufour (beaufour@moz-EA4226EF.nyc.biz.rr.com)
  1773. # [14:47] * Quits: tchevalier (Thunderbir@moz-24C9E4C8.w92-133.abo.wanadoo.fr) (Quit: tchevalier)
  1774. # [14:47] * bz_sleep is now known as bz
  1775. # [14:48] * Joins: naveed (nihsanulla@moz-AF0264A5.bstnma.fios.verizon.net)
  1776. # [14:48] * Quits: kaze (kaze@7B5A62F9.E89A987E.96B18764.IP) (Ping timeout)
  1777. # [14:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6123591fafb8 - Brian Hackett - Bug 836774 - Prevent objects/strings from flowing to an MToDouble, r=jandem.
  1778. # [14:49] * Kripton is now known as kripton
  1779. # [14:50] * Joins: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be)
  1780. # [14:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e521791fe3cc - Alexandre Poirot - Bug 821695 - Do not load videocontrols.xml if the audio/video tag does not need it. r=roc
  1781. # [14:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8ee65e7da665 - Ryan VanderMeulen - Merge m-c to inbound.
  1782. # [14:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/50cf5bbcb180 - Fabrice Desré - Bug 834999 - followup to remove useless dump() r=me a=tef+
  1783. # [14:52] * Joins: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  1784. # [14:52] * Quits: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP) (Input/output error)
  1785. # [14:52] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1786. # [14:52] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1787. # [14:52] * Quits: past (Instantbir@moz-B3045EC1.dsl.dyn.forthnet.gr) (Ping timeout)
  1788. # [14:53] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1789. # [14:53] * Joins: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr)
  1790. # [14:53] * Joins: jhylands (jhylands@moz-328BBA98.cpe.net.cable.rogers.com)
  1791. # [14:54] * Joins: kkdEEP (kkdEEP@AE292EE0.F6ADEE3D.5296A3D0.IP)
  1792. # [14:54] * Quits: marco (Thunderbir@moz-4D1A0E9D.cust.dsl.teletu.it) (Quit: marco)
  1793. # [14:55] * Joins: automata (automata@A0F76D52.66431431.C27E1635.IP)
  1794. # [14:55] * Quits: T3 (T3@6BAB3E9C.7174DEDB.32718129.IP) (Client exited)
  1795. # [14:55] * ewong|sleep is now known as ewong
  1796. # [14:55] * Joins: darkowlzz (darkowlzz@E188821A.3F9E4002.F44414AF.IP)
  1797. # [14:56] * Quits: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be) (Ping timeout)
  1798. # [14:56] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1799. # [14:57] * whimboo is now known as whimboo|afk
  1800. # [14:57] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1801. # [14:58] <RyanVM> whimboo: jesup: I'll be clobbering m-c when I do the next merge, so we'll see if the orange follows or not
  1802. # [14:59] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1803. # [15:01] * Joins: RattyAway (Jim_diGriz@393E12A3.993E53F6.FB243CD8.IP)
  1804. # [15:01] * Joins: armenzg (armenzg@moz-600B22EA.home1.cgocable.net)
  1805. # [15:02] <RattyAway> jrmuizel: https://bugzilla.mozilla.org/show_bug.cgi?id=836696#c7
  1806. # [15:02] <RattyAway> Deleting stdint.h from that file works as well.
  1807. # [15:02] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1808. # [15:02] <RattyAway> AFAICT stdint.h is never used
  1809. # [15:04] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1810. # [15:04] * Quits: darkowlzz (darkowlzz@E188821A.3F9E4002.F44414AF.IP) (Ping timeout)
  1811. # [15:06] * Joins: janv_ (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1812. # [15:06] * Joins: ericjung (ericjung@5210CFD5.1A5EA44.72B23B3D.IP)
  1813. # [15:06] * Joins: crainiarc (Adium@moz-99624ADC.singnet.com.sg)
  1814. # [15:06] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Ping timeout)
  1815. # [15:06] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1816. # [15:07] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1817. # [15:07] * janv_ is now known as janv
  1818. # [15:09] * Quits: jhylands (jhylands@moz-328BBA98.cpe.net.cable.rogers.com) (Input/output error)
  1819. # [15:09] * Joins: bkero (bkero@moz-ED825A1B.members.linode.com)
  1820. # [15:09] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  1821. # [15:10] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1822. # [15:11] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  1823. # [15:11] * Joins: mwobensmith (Adium@F2D29657.F60B0462.67AC9B1.IP)
  1824. # [15:11] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  1825. # [15:12] <RattyAway> jrmuizel: so we can rm the file? and fix the makefile?
  1826. # [15:13] <jrmuizel> RattyAway: our version of pixman still requires it
  1827. # [15:13] <RattyAway> Hmm. ok.
  1828. # [15:13] <jrmuizel> RattyAway: I have an update in the wings that does away with it
  1829. # [15:13] * Parts: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1830. # [15:13] <RattyAway> jrmuizel: oh thanks!
  1831. # [15:13] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1832. # [15:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5938f7cbfa8e - Ehsan Akhgari - Bug 827158 - Part 4: Traverse the mValidity member of HTMLObjectElement as well
  1833. # [15:14] * jcranmer|away is now known as jcranmer
  1834. # [15:14] <RattyAway> ttfn
  1835. # [15:15] * Parts: RattyAway (Jim_diGriz@393E12A3.993E53F6.FB243CD8.IP)
  1836. # [15:15] * Joins: T3 (T3@6BAB3E9C.7174DEDB.32718129.IP)
  1837. # [15:15] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  1838. # [15:16] * Joins: kaze (kaze@33DE6C37.153158F8.EC2613E4.IP)
  1839. # [15:16] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1840. # [15:16] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  1841. # [15:18] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  1842. # [15:18] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1843. # [15:19] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  1844. # [15:19] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Input/output error)
  1845. # [15:21] * Joins: past (Instantbir@moz-EF598389.dsl.dyn.forthnet.gr)
  1846. # [15:21] * Joins: jhylands (jhylands@moz-328BBA98.cpe.net.cable.rogers.com)
  1847. # [15:23] * Quits: shorlander (shorlander@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  1848. # [15:23] * Quits: kaze (kaze@33DE6C37.153158F8.EC2613E4.IP) (Ping timeout)
  1849. # [15:24] * Joins: shorlander (shorlander@8F761026.B5EF4AF6.E96CA9D8.IP)
  1850. # [15:24] * ewong is now known as ewong|sleep
  1851. # [15:25] * coop is now known as coop|buildduty
  1852. # [15:25] * Quits: shorlander (shorlander@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1853. # [15:26] * Joins: overholt (overholt@1A0AD8E6.E7BADBF1.B0C2132F.IP)
  1854. # [15:26] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1855. # [15:27] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Ping timeout)
  1856. # [15:29] * Joins: darkowlzz (darkowlzz@74B3EB23.AE087544.25B273F5.IP)
  1857. # [15:31] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  1858. # [15:31] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1859. # [15:31] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1860. # [15:33] * Quits: marcoz (marco.zehe@moz-4C12C4F9.dip.t-dialin.net) (Quit: Leaving.)
  1861. # [15:36] * Quits: smontagu (chatzilla@moz-45181727.red.bezeqint.net) (Ping timeout)
  1862. # [15:36] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1863. # [15:37] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1864. # [15:38] * armenzg is now known as armenzg_brb
  1865. # [15:39] * Joins: Pike (Pike@moz-9EE97ADC.xdsl.toledo.be)
  1866. # [15:40] * Quits: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Ping timeout)
  1867. # [15:42] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1868. # [15:43] * joey is now known as joey-away
  1869. # [15:43] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Input/output error)
  1870. # [15:47] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Quit: Leaving...)
  1871. # [15:48] * Joins: kaze (kaze@FBE887DE.3F1D1311.EC2613E4.IP)
  1872. # [15:48] * Joins: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be)
  1873. # [15:48] * Quits: mwobensmith (Adium@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  1874. # [15:48] * Quits: overholt (overholt@1A0AD8E6.E7BADBF1.B0C2132F.IP) (Ping timeout)
  1875. # [15:48] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  1876. # [15:48] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1877. # [15:48] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1878. # [15:50] * Quits: kaze (kaze@FBE887DE.3F1D1311.EC2613E4.IP) (Ping timeout)
  1879. # [15:50] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  1880. # [15:51] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  1881. # [15:52] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  1882. # [15:52] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  1883. # [15:52] * xk1sv_ is now known as xk1sv
  1884. # [15:52] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  1885. # [15:53] * Joins: Optimizer (Optimizer@5378BE26.D5D64200.BE90E62C.IP)
  1886. # [15:54] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1887. # [15:54] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  1888. # [15:55] * Joins: ted_ (luser@moz-3655F70D.scr.east.verizon.net)
  1889. # [15:56] * Quits: @ted (luser@moz-789E0865.scr.east.verizon.net) (Ping timeout)
  1890. # [15:56] * joey-away is now known as joey
  1891. # [15:58] * Quits: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP) (Ping timeout)
  1892. # [15:58] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  1893. # [15:59] * Quits: Boriss (FlyingToas@2E747C8D.C1499D0.396E4C6D.IP) (Quit: Boriss)
  1894. # [16:00] * jlebar|sleep is now known as jlebar
  1895. # [16:01] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1896. # [16:03] * khuey|away is now known as khuey
  1897. # [16:03] * Joins: markh1 (Instantbir@F2D29657.F60B0462.67AC9B1.IP)
  1898. # [16:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dabe7736e4f9 - Adam Roach [:abr] - Bug 825927 Patch 2: Lengths, leaks, and contracts. r=ekr
  1899. # [16:03] * Quits: KaiRo (robert@moz-EF716D84.xdsl.toledo.be) (Quit: www.KaiRo.at)
  1900. # [16:03] * armenzg_brb is now known as armenzg
  1901. # [16:04] * Quits: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
  1902. # [16:04] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1903. # [16:04] * ChanServ sets mode: +o ehsan
  1904. # [16:04] * philor|away is now known as philor
  1905. # [16:06] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1906. # [16:06] * Tomcat|buildduty is now known as Tomcat|afk
  1907. # [16:07] * Joins: ehugg (ehugg@moz-FE206300.cisco.com)
  1908. # [16:07] <RyanVM> ochameau: ping
  1909. # [16:08] * Joins: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP)
  1910. # [16:08] * Quits: Optimizer (Optimizer@5378BE26.D5D64200.BE90E62C.IP) (Ping timeout)
  1911. # [16:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9e3fcc54281b - Randell Jesup - Bug 789858: Error out if we can't find a byteswap function in libsrtp (for upstreaming) r=ted DONTBUILD
  1912. # [16:10] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1913. # [16:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8b25322ec2bf - Ryan VanderMeulen - Backed out changeset e521791fe3cc (bug 821695) for mochitest-2 orange.
  1914. # [16:10] * Quits: kkdEEP (kkdEEP@AE292EE0.F6ADEE3D.5296A3D0.IP) (Quit: )
  1915. # [16:10] * Joins: marcoz (marco.zehe@moz-4C12C4F9.dip.t-dialin.net)
  1916. # [16:12] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1917. # [16:12] <pnkfelix> On my mac, I can only have one Firefox running at a time. This includes when I am running a locally built NightlyDebug.app that I want to hook up to gdb. What do other devs do if they want to browse the web in parallel with such effort? Just use a non-Firefox browser?
  1918. # [16:13] * Quits: darkowlzz (darkowlzz@74B3EB23.AE087544.25B273F5.IP) (Ping timeout)
  1919. # [16:13] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1920. # [16:13] <gcp> you can run multiple in parallel on seperate profiles
  1921. # [16:14] <gcp> -p -no-remote IIRC
  1922. # [16:14] * Quits: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be) (Quit: Leaving.)
  1923. # [16:14] * Joins: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be)
  1924. # [16:14] <gcp> though I admit I sometimes use Chromium as well
  1925. # [16:14] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/112c12834bd7 - Milan Sreckovic - Bug 818241 - Initialize mCg to nullptr. r=jmuizelaar, a=lsblakk
  1926. # [16:14] <@bz> On tinderbox...
  1927. # [16:14] * Joins: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP)
  1928. # [16:15] <@bz> Do we run xpcshell tests on packages of some sort?
  1929. # [16:15] <JosiahOne> pnkfelix: Actually, it is true. I think a lot of the time we do just use another browser.
  1930. # [16:15] <@bz> Or directly from the objdir?
  1931. # [16:15] * Joins: ekr (ekr@moz-D045CF3F.west.biz.rr.com)
  1932. # [16:15] <Ms2ger> bz, package
  1933. # [16:15] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1934. # [16:15] <Ms2ger> bz, as there's no objdir on the test slaves
  1935. # [16:15] <@bz> I wasn't sure about unit tests
  1936. # [16:15] <@bz> But I guess xpcshell isn't unit tests
  1937. # [16:15] <@bz> in that sense
  1938. # [16:15] <@bz> ok, thanks
  1939. # [16:16] <Ms2ger> If it has its own letter on TBPL, it runs on a test slave
  1940. # [16:16] <Ms2ger> Np
  1941. # [16:16] * Joins: mwobensmith (Adium@F2D29657.F60B0462.67AC9B1.IP)
  1942. # [16:16] * Parts: mwobensmith (Adium@F2D29657.F60B0462.67AC9B1.IP)
  1943. # [16:17] * Joins: dao (dao@F2D29657.F60B0462.67AC9B1.IP)
  1944. # [16:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5527dd4bfcbf - Justin Lebar - Bug 833913 - Part 3: Switch nsMemoryReporterManager to using nsTHashtable. r=khuey,njn
  1945. # [16:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/da129718ccb1 - Justin Lebar - Bug 833913 - Part 2: Make about:memory sort reporters with equal amounts by name, and update the tests to match this. r=njn
  1946. # [16:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/346157c3cd44 - Justin Lebar - Bug 833913 - Part 1: s/PR_TRUE/true in nsISimpleEnumerator.idl comment. r=bsmedberg
  1947. # [16:19] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1948. # [16:19] * Quits: mixedpuppy (mixedpuppy@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: mixedpuppy)
  1949. # [16:19] * Quits: automata (automata@A0F76D52.66431431.C27E1635.IP) (Ping timeout)
  1950. # [16:20] * Joins: Optimizer (Optimizer@55530450.9700A370.D5D59AD9.IP)
  1951. # [16:21] * Joins: till_ (till@moz-229561C2.adsl.alicedsl.de)
  1952. # [16:21] * Quits: till (till@moz-229561C2.adsl.alicedsl.de) (Connection reset by peer)
  1953. # [16:22] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  1954. # [16:22] * Quits: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP) (Ping timeout)
  1955. # [16:22] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  1956. # [16:23] * Joins: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net)
  1957. # [16:23] * Joins: Boriss (FlyingToas@F2D29657.F60B0462.67AC9B1.IP)
  1958. # [16:24] * till_ is now known as till
  1959. # [16:24] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.89 [Firefox 20.0a2/20130128042018])
  1960. # [16:24] * Joins: Boriss_ (FlyingToas@F2D29657.F60B0462.67AC9B1.IP)
  1961. # [16:25] * Joins: dcamp (dave@F2D29657.F60B0462.67AC9B1.IP)
  1962. # [16:25] * Quits: Boriss (FlyingToas@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1963. # [16:25] * Boriss_ is now known as Boriss
  1964. # [16:26] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  1965. # [16:26] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1966. # [16:27] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Connection reset by peer)
  1967. # [16:28] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  1968. # [16:29] * Parts: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1969. # [16:30] * Quits: tzimmermann (tzimmerman@moz-C1DB4352.pools.arcor-ip.net) (Quit: Ex-Chat)
  1970. # [16:31] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  1971. # [16:31] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1972. # [16:32] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1973. # [16:33] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1974. # [16:34] * Quits: ekr (ekr@moz-D045CF3F.west.biz.rr.com) (Ping timeout)
  1975. # [16:34] * Quits: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  1976. # [16:34] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  1977. # [16:35] * Quits: genester (Thunderbir@moz-A0C78C2.oc.oc.cox.net) (Quit: genester)
  1978. # [16:35] * Quits: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  1979. # [16:35] * Joins: mixedpuppy (mixedpuppy@F2D29657.F60B0462.67AC9B1.IP)
  1980. # [16:37] * Joins: darkowlzz (darkowlzz@6BE069E0.A79C496C.9DA13C14.IP)
  1981. # [16:37] * Joins: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net)
  1982. # [16:38] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  1983. # [16:40] * Joins: ehugg_ (chatzilla@C1766AFD.29102B70.6CD50604.IP)
  1984. # [16:41] * Joins: knelson (Adium@moz-B2829269.dsl.pltn13.sbcglobal.net)
  1985. # [16:41] * Parts: knelson (Adium@moz-B2829269.dsl.pltn13.sbcglobal.net)
  1986. # [16:41] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1987. # [16:42] * Joins: ekr (ekr@moz-D045CF3F.west.biz.rr.com)
  1988. # [16:42] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1989. # [16:42] * ChanServ sets mode: +o ehsan
  1990. # [16:42] * Quits: markh1 (Instantbir@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1991. # [16:43] * Joins: victorporof_ (victorporo@5177657A.A58E0E41.6A4F8DA2.IP)
  1992. # [16:43] * Quits: victorporof (victorporo@C8AAC426.1C233438.79933D60.IP) (Ping timeout)
  1993. # [16:44] * Joins: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net)
  1994. # [16:45] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  1995. # [16:46] * chuckharmston|away is now known as chuckharmston
  1996. # [16:47] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1997. # [16:47] * Quits: chuckharmston (chuckharms@405E755D.5C78B772.1A32E3CE.IP) (Client exited)
  1998. # [16:47] * Quits: armenzg (armenzg@moz-600B22EA.home1.cgocable.net) (No route to host)
  1999. # [16:47] * Joins: armenzg (armenzg@moz-600B22EA.home1.cgocable.net)
  2000. # [16:47] * Joins: chuckharmston (chuckharms@405E755D.5C78B772.1A32E3CE.IP)
  2001. # [16:48] * jchen|away is now known as jchen
  2002. # [16:48] * Joins: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com)
  2003. # [16:49] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2004. # [16:49] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  2005. # [16:49] * Joins: ted__ (luser@moz-7572D29.scr.east.verizon.net)
  2006. # [16:50] * Quits: ted_ (luser@moz-3655F70D.scr.east.verizon.net) (Ping timeout)
  2007. # [16:51] * Joins: markh1 (Instantbir@F2D29657.F60B0462.67AC9B1.IP)
  2008. # [16:51] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Deallocatd. (Probably forbidden by ARC))
  2009. # [16:52] * Joins: wlach (wlach@moz-AEEC2DA3.mc.videotron.ca)
  2010. # [16:52] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  2011. # [16:52] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  2012. # [16:52] * xk1sv_ is now known as xk1sv
  2013. # [16:53] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  2014. # [16:55] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Ping timeout)
  2015. # [16:56] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2016. # [16:56] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2017. # [16:56] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2018. # [16:57] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2019. # [16:57] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2020. # [16:58] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2021. # [16:58] * Joins: gandalf (zbraniecki@moz-9EE97ADC.xdsl.toledo.be)
  2022. # [16:58] <coop|buildduty> exit
  2023. # [16:59] * Quits: sfink (chatzilla@moz-E840C1E1.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2024. # [17:00] <glandium> coop|buildduty: this way ->[]
  2025. # [17:00] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2026. # [17:01] <coop|buildduty> oops, thanks :)
  2027. # [17:02] * joduinn-afk is now known as joduinn
  2028. # [17:04] <yzen> Yoric: ping
  2029. # [17:05] * jhopkins is now known as jhopkins|brb
  2030. # [17:05] * fabrice|zZz is now known as fabrice
  2031. # [17:06] <jaws> do we fire animation events for pseudo elements?
  2032. # [17:07] * Quits: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  2033. # [17:07] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  2034. # [17:07] <@bz> jaws: no
  2035. # [17:07] <jaws> are there any plans for that?
  2036. # [17:07] <@bz> jaws: because that can't work
  2037. # [17:08] <jaws> i'm able to use a css animation with them though
  2038. # [17:08] <@bz> yes
  2039. # [17:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7245eecea323 - Daniel Holbert - Bug 836604: Collapse nsStyleSet::GetContext()'s boolean parameters into a 'flags' parameter. r=bz
  2040. # [17:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/375ef95431c4 - Daniel Holbert - Bug 837004: Annotate some overridden methods in nsSVGContainerFrame as MOZ_OVERRIDE. r=jwatt
  2041. # [17:08] <jaws> bz: can't work because there is no way to get a reference to the pseudo element to add the event listener?
  2042. # [17:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c50b1701529d - Daniel Holbert - Bug 836974: Move nsInlineFrame's #include of nsLineLayout from the .h file into .cpp file. r=mats
  2043. # [17:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/17e9b8b30b67 - Daniel Holbert - Bug 836355: Mark media/mtransport/test/ as FAIL_ON_WARNINGS. r=jesup
  2044. # [17:08] <@bz> jaws: yes
  2045. # [17:08] * Joins: dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net)
  2046. # [17:08] * ChanServ sets mode: +o dbaron
  2047. # [17:09] <@bz> jaws: the event is targeted to the element, but pseudo-elements are not exposed to script
  2048. # [17:09] <jaws> maybe we could just dispatch the event on the pseudo-element's parent?
  2049. # [17:09] <jaws> yeah
  2050. # [17:09] <@bz> jaws: so can't be used as the event target
  2051. # [17:09] <jaws> right
  2052. # [17:09] <@bz> jaws: we could, but that would be wrong per spec....
  2053. # [17:09] <@bz> jaws: unless we used a different event name or something
  2054. # [17:09] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2055. # [17:10] * Quits: Edgar (Thunderbir@moz-26F24EE6.dynamic.hinet.net) (Quit: Edgar)
  2056. # [17:10] <jaws> ok, is there a bug on file somewhere (w3c?) for this?
  2057. # [17:10] * AutomatedTester is now known as AutomatedTester|away
  2058. # [17:10] <jaws> i can search for it myself, just not sure of what terms to use
  2059. # [17:11] <@bz> jaws: I don't know of one, but I don't follow the csswg stuff
  2060. # [17:11] <@bz> jaws: not least because I find it impossible to follow it.
  2061. # [17:11] <@bz> jaws: just raise a spec issue
  2062. # [17:11] <jaws> ok, will do. thanks
  2063. # [17:12] * Quits: ekr (ekr@moz-D045CF3F.west.biz.rr.com) (Ping timeout)
  2064. # [17:14] * Joins: genester (Thunderbir@moz-D6DF133C.washdc.east.verizon.net)
  2065. # [17:14] * Quits: gandalf (zbraniecki@moz-9EE97ADC.xdsl.toledo.be) (Quit: I took the wrong pill!!!)
  2066. # [17:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/14d9f6853711 - Mark Hammond - Bug 826160 - don't remove the social.active preference when migrating to multi-provider builds. r=gavin
  2067. # [17:15] * Joins: ted_ (luser@moz-A1F56AE9.sctnpa.east.verizon.net)
  2068. # [17:16] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  2069. # [17:16] * Quits: ted__ (luser@moz-7572D29.scr.east.verizon.net) (Ping timeout)
  2070. # [17:17] * Joins: andreasn (andreasn@moz-B8241D69.reverse.destiny.be)
  2071. # [17:17] * Quits: andreasn (andreasn@moz-B8241D69.reverse.destiny.be) (Connection reset by peer)
  2072. # [17:17] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Input/output error)
  2073. # [17:17] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  2074. # [17:20] * Quits: genester (Thunderbir@moz-D6DF133C.washdc.east.verizon.net) (Quit: genester)
  2075. # [17:21] * Quits: stransky (stransky@moz-6488BBAB.net.upcbroadband.cz) (Quit: Connection reset by beer)
  2076. # [17:22] <froydnj> bz: I was wondering whether the dev-platform discussion was getting compiling *for* win64 confused with compiling *on* win64...
  2077. # [17:22] * Quits: Boriss (FlyingToas@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2078. # [17:23] * Quits: ted_ (luser@moz-A1F56AE9.sctnpa.east.verizon.net) (Ping timeout)
  2079. # [17:23] * Joins: ted_ (luser@moz-FA1DE161.sctnpa.east.verizon.net)
  2080. # [17:24] * dhylands|zzz is now known as dhylands
  2081. # [17:26] * Joins: Boriss (FlyingToas@F2D29657.F60B0462.67AC9B1.IP)
  2082. # [17:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1bc813b9d3a9 - Brandon Waterloo - Bug 833511 - Add rotation gesture support to Image documents. r=jaws
  2083. # [17:26] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  2084. # [17:26] * Quits: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net) (Quit: fitzgen)
  2085. # [17:28] * jhopkins|brb is now known as jhopkins
  2086. # [17:30] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  2087. # [17:30] * Quits: Matti (Matti@moz-A6EB5100.dip.t-dialin.net) (Ping timeout)
  2088. # [17:31] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Quit: vtmarvin)
  2089. # [17:32] * Joins: Matti (Matti@moz-F550235F.dip.t-dialin.net)
  2090. # [17:32] * Joins: vladan (vladan@36D53742.B90458C2.57F33CED.IP)
  2091. # [17:32] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  2092. # [17:33] * Quits: dcamp (dave@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving...)
  2093. # [17:34] * Joins: dcamp (dave@F2D29657.F60B0462.67AC9B1.IP)
  2094. # [17:34] * Quits: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2095. # [17:35] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  2096. # [17:35] * Quits: darkowlzz (darkowlzz@6BE069E0.A79C496C.9DA13C14.IP) (Ping timeout)
  2097. # [17:36] <jaws> bz: the pseudoElement attribute should cover it, but do we not implement it?
  2098. # [17:36] <jaws> bz: http://dev.w3.org/csswg/css3-animations/#AnimationEvent-interface
  2099. # [17:37] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  2100. # [17:38] <Ms2ger> Wow, that IDL even looks correct on first sigh
  2101. # [17:38] <Ms2ger> t
  2102. # [17:38] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  2103. # [17:39] * ctalbert|afk is now known as ctalbert|mtg
  2104. # [17:39] * Quits: naveed (nihsanulla@moz-AF0264A5.bstnma.fios.verizon.net) (Ping timeout)
  2105. # [17:39] <jaws> lol
  2106. # [17:39] <Pike> glandium: I'll be at FOSDEM, but I guess I also have a slightly better picture now, too
  2107. # [17:39] <jaws> webkit just added support for it a couple days ago for transitions but not for animations
  2108. # [17:40] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2109. # [17:40] * Joins: naveed (nihsanulla@moz-AF0264A5.bstnma.fios.verizon.net)
  2110. # [17:41] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2111. # [17:41] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  2112. # [17:41] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2113. # [17:41] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2114. # [17:42] * catlee is now known as catlee-mtg
  2115. # [17:42] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  2116. # [17:42] <jesup> where would the source for SendRecordingDeviceEvents() come from? It's generated in obj-x86_64-unknown-linux-gnu-debug/ipc/ipdl/PContentChild.cpp by ipdlc
  2117. # [17:43] * Joins: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2118. # [17:43] * Quits: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP) (Quit: jincreator)
  2119. # [17:43] * Joins: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP)
  2120. # [17:43] * Quits: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP) (Input/output error)
  2121. # [17:44] <jesup> aha! dom/ipc/PContent.ipdl
  2122. # [17:45] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  2123. # [17:46] * armenzg is now known as armenzg_brb
  2124. # [17:47] * Quits: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP) (Ping timeout)
  2125. # [17:47] <nemo> so. I'm using the web console
  2126. # [17:47] <nemo> I click on a link, and it shows me the sent cookie. In this case, a session cookie called JSESSIONID (surprise, it is a session cookie)
  2127. # [17:47] <nemo> but if I type document.cookie on the commandline, I do not see the cookie
  2128. # [17:47] <nemo> is this some sort of security measure that limits the cookies the web console can view?
  2129. # [17:48] * Quits: edmorley (edmorley@moz-A26E9808.range86-166.btcentralplus.com) (Ping timeout)
  2130. # [17:49] * geekboy|afk is now known as geekboy
  2131. # [17:49] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  2132. # [17:50] * Quits: dao (dao@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  2133. # [17:50] * Quits: Pike (Pike@moz-9EE97ADC.xdsl.toledo.be) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130104151948])
  2134. # [17:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f32719879741 - Kartikaya Gupta - Bug 835356 - More aggressive logging and fallback handling for prolonged blocking on gecko event sync. r=blassey
  2135. # [17:51] <nemo> hrm. opera doesn't display it either. that's consistent at least...
  2136. # [17:51] * Quits: Optimizer (Optimizer@55530450.9700A370.D5D59AD9.IP) (Ping timeout)
  2137. # [17:51] * jwir3|away is now known as jwir3
  2138. # [17:51] * Joins: bdahl (bdahl@moz-9EE97ADC.xdsl.toledo.be)
  2139. # [17:52] * Joins: vikash (vikash@D4CACFE.E3EC7F1B.FB0CC892.IP)
  2140. # [17:52] * Joins: edmorley (edmorley@moz-14E2EEAF.range86-166.btcentralplus.com)
  2141. # [17:52] * Quits: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0/20130109143131])
  2142. # [17:52] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Input/output error)
  2143. # [17:53] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  2144. # [17:53] * philor is now known as philor|away
  2145. # [17:55] * Quits: marcoz (marco.zehe@moz-4C12C4F9.dip.t-dialin.net) (Quit: Leaving.)
  2146. # [17:55] * Joins: mwobensmith (Adium@F2D29657.F60B0462.67AC9B1.IP)
  2147. # [17:56] * Joins: Optimizer (Optimizer@454E77BC.27A8EFA7.BE90E62C.IP)
  2148. # [17:56] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2149. # [17:57] * Joins: darkowlzz (darkowlzz@5E8991AC.D0B6154C.F44414AF.IP)
  2150. # [17:57] * Joins: gbrown_ (gbrown@moz-6075880C.cg.shawcable.net)
  2151. # [17:58] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  2152. # [17:58] <nemo> oh. duh. httpOnly
  2153. # [17:58] <nemo> bugger
  2154. # [17:58] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.89 [Firefox 21.0a1/20130201075534])
  2155. # [17:58] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Ping timeout)
  2156. # [17:58] * gbrown_ is now known as gbrown
  2157. # [17:59] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  2158. # [17:59] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  2159. # [17:59] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2160. # [17:59] * Joins: ggoncalv_ (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  2161. # [17:59] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2162. # [17:59] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  2163. # [18:00] * Quits: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net) (Quit: ZNC - http://znc.in)
  2164. # [18:01] * Joins: glob (glob@moz-DF237567.glob.com.au)
  2165. # [18:01] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2166. # [18:01] * Quits: ggoncalv_ (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  2167. # [18:01] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  2168. # [18:01] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  2169. # [18:01] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  2170. # [18:01] * glob is now known as glob|away
  2171. # [18:01] * Quits: sewardj (sewardj@moz-FA9054F3.dip.t-dialin.net) (Ping timeout)
  2172. # [18:02] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Client exited)
  2173. # [18:03] <jfkthame> if i drag a tab from one firefox window to another, what actually happens to it in terms of PresShell or DocShell or stuff like that? we don't simply destroy the old document and load a new copy from scratch - so what actually gets moved around?
  2174. # [18:03] * Joins: fabrice (fabrice@2557E599.66715431.D25A875A.IP)
  2175. # [18:03] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  2176. # [18:04] * Quits: darkowlzz (darkowlzz@5E8991AC.D0B6154C.F44414AF.IP) (Ping timeout)
  2177. # [18:04] * armenzg_brb is now known as armenzg
  2178. # [18:04] * joduinn is now known as joduinn-commute
  2179. # [18:05] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2180. # [18:05] * Joins: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net)
  2181. # [18:05] * catlee-mtg is now known as catlee
  2182. # [18:05] * Mossop_away is now known as Mossop
  2183. # [18:05] <JosiahOne> spohl: Ping.
  2184. # [18:06] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  2185. # [18:06] * Quits: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard_)
  2186. # [18:06] <spohl> JosiahOne: pong
  2187. # [18:07] <JosiahOne> spohl: Sorry if you are busy, but did you ever get to look at my patch on bug 817074?
  2188. # [18:07] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  2189. # [18:07] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2190. # [18:07] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2191. # [18:07] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2192. # [18:07] * Joins: nmatsakis (nmatsakis@2557E599.66715431.D25A875A.IP)
  2193. # [18:08] <spohl> JosiahOne: I've been looking into CSS animations. Once I've done that, I'll actually compare it to your patch
  2194. # [18:08] <JosiahOne> spohl: Okay, thanks.
  2195. # [18:08] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  2196. # [18:08] * hwine-zzz is now known as hwine
  2197. # [18:09] <jesup> !seen dao
  2198. # [18:10] <firebot> dao was last seen 20 hours, 19 minutes and 32 seconds ago, saying 'shorlander: are you also going to attach an icon for linux in bug 836010?' in #fx-team.
  2199. # [18:10] * victorporof_ is now known as victorporof
  2200. # [18:10] * Joins: KaiRo (robert@moz-9EE97ADC.xdsl.toledo.be)
  2201. # [18:11] * rail is now known as rail-lunch
  2202. # [18:11] <NeilAway> jfkthame: swapFrameLoaders()
  2203. # [18:11] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  2204. # [18:11] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2205. # [18:11] <jfkthame> NeilAway: ah, that's a likely-sounding name...
  2206. # [18:11] * jfkthame goes to look
  2207. # [18:11] <NeilAway> jfkthame: noooooooooo!!!!
  2208. # [18:12] * Joins: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2209. # [18:12] <NeilAway> jfkthame: at least, not without taking precautions
  2210. # [18:12] * joey is now known as joey-away
  2211. # [18:12] <jfkthame> i'll wear eye protection
  2212. # [18:13] * Quits: ehugg_ (chatzilla@C1766AFD.29102B70.6CD50604.IP) (Ping timeout)
  2213. # [18:14] * jimm is now known as jimm-lunch
  2214. # [18:16] * kmoir is now known as kmoir-afk
  2215. # [18:16] * Joins: ehugg_ (chatzilla@C1766AFD.29102B70.6CD50604.IP)
  2216. # [18:16] * Joins: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2217. # [18:17] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  2218. # [18:17] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2219. # [18:17] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  2220. # [18:17] <yzen> Yoric: hi, so do you think 828201 memory increase is due to importing Services?
  2221. # [18:17] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  2222. # [18:17] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2223. # [18:17] * Joins: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  2224. # [18:19] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2225. # [18:19] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2226. # [18:19] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2227. # [18:20] <Yoric> yzen: So far, that's my best guess.
  2228. # [18:21] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2229. # [18:21] <yzen> Yoric: i was wondering about that too, in case it is , could we just import observer that we need ?
  2230. # [18:21] <Yoric> A bit less nice, but yes, that's possible.
  2231. # [18:22] <Yoric> Search mdn for nsIPreferenceObserver iirc.
  2232. # [18:22] * catlee is now known as catlee-lunch
  2233. # [18:22] * dholbert|afk is now known as dholbert
  2234. # [18:23] * mmc1 is now known as mmc
  2235. # [18:24] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2236. # [18:26] <gcp> This sync outage surfaced a nice Linux bug.
  2237. # [18:26] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  2238. # [18:26] <gcp> After getting an error, choose Sync in the firefox menu.
  2239. # [18:26] * Joins: Asa (asa@F2D29657.F60B0462.67AC9B1.IP)
  2240. # [18:26] <gcp> If you browser window was narrow, the error message will force it wider.
  2241. # [18:26] <Yoric> yzen: or nsIPrefObserver maybe
  2242. # [18:26] * Quits: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard_)
  2243. # [18:27] * Joins: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2244. # [18:27] * Joins: we11ington (msu-cse498@moz-600949B7.cse.msu.edu)
  2245. # [18:27] <we11ington> Do we have any git experts in here?
  2246. # [18:27] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2247. # [18:27] <yzen> Yoric: ya that's the one, I could totally use just that one without the overhead
  2248. # [18:28] <@gavin> we11ington: yes, though they may not be around atm. you could also try #git
  2249. # [18:28] <@gavin> but better to just ask :)
  2250. # [18:28] <we11ington> Thanks gavin
  2251. # [18:28] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2252. # [18:28] * ChanServ sets mode: +o dveditz
  2253. # [18:29] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2254. # [18:29] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2255. # [18:29] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2256. # [18:29] * Joins: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP)
  2257. # [18:29] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Input/output error)
  2258. # [18:30] * Quits: @dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net) (Ping timeout)
  2259. # [18:30] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  2260. # [18:31] * catlee-lunch is now known as catlee
  2261. # [18:32] * Joins: dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net)
  2262. # [18:32] * ChanServ sets mode: +o dbaron
  2263. # [18:32] * Quits: pranavrc (pranavrc@CE10DB73.CA6AAE21.520CDC98.IP) (Quit: Ping timeout: ∞)
  2264. # [18:32] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2265. # [18:32] <JosiahOne> we11ington: So, it appears you avoided your problem. (I say avoided since it probably was there before your patch) :)
  2266. # [18:32] * Joins: sfink (chatzilla@2557E599.66715431.D25A875A.IP)
  2267. # [18:33] <we11ington> JosiahOne: Yep. To be fair, that test was basically invalid for our gesture, since our gesture never was, isn't, and cannot be latched
  2268. # [18:34] * jhylands is now known as jhylands|lunch
  2269. # [18:34] * Joins: cdiehl_ (cdiehl@moz-E7324923.pool.mediaways.net)
  2270. # [18:34] <Yoric> yzen: If that's the cause.
  2271. # [18:34] <JosiahOne> we11ington: Yeah, that is true. But still, I'm glad it's done. I built it and really liked it. I never thought about doing that before, but it makes tons of sense.
  2272. # [18:34] <we11ington> JosiahOne: Thanks :)
  2273. # [18:34] <yzen> Yoric: thanks
  2274. # [18:34] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2275. # [18:35] <we11ington> JosiahOne: Now I just have to get git to cooperate. It's being super weird. Crossing code over between branches and things, it's a mess.
  2276. # [18:35] * Quits: cdiehl (cdiehl@moz-E83AB60B.pool.mediaways.net) (Ping timeout)
  2277. # [18:35] * cdiehl_ is now known as cdiehl
  2278. # [18:35] <JosiahOne> We11ington: Should have used Mercurial. ;)
  2279. # [18:35] <yzen> Yoric: also since I got your attention :) if you have a moment, I was hoping you could take a look at the patch I posted in Bug 777712
  2280. # [18:35] <sheppy> CVS FTW!
  2281. # [18:35] <we11ington> JosiahOne: Probably. A bit late now to change
  2282. # [18:35] * Quits: bdahl (bdahl@moz-9EE97ADC.xdsl.toledo.be) (Client exited)
  2283. # [18:36] * Quits: @dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net) (Ping timeout)
  2284. # [18:36] <JosiahOne> We11ington: Indeed. I actually have never used git for Firefox. I believe I have used it a few times though, but never seriously.
  2285. # [18:36] * Joins: gustavold (gustavold@moz-5F6D366D.nycmny.east.verizon.net)
  2286. # [18:36] * Joins: bdahl (bdahl@moz-EF716D84.xdsl.toledo.be)
  2287. # [18:36] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  2288. # [18:36] <we11ington> JosiahOne: I'm checking out the exact same branch on two different machines, from the exact same origin. The result: the two machines have different code. Makes no sense at all
  2289. # [18:37] <JosiahOne> we11ington: And those are fresh pulls? Your not updating one are you?
  2290. # [18:37] * Joins: smaug (chatzilla@moz-9EE97ADC.xdsl.toledo.be)
  2291. # [18:37] * ChanServ sets mode: +o smaug
  2292. # [18:37] <we11ington> JosiahOne: They're fresh. What I did was delete the two local branches, then pull, at the same time
  2293. # [18:37] <we11ington> And I end up with different results
  2294. # [18:37] * Joins: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP)
  2295. # [18:37] <JosiahOne> we11ington: That is weird.
  2296. # [18:38] <gcp> you pulled *what* into *what?
  2297. # [18:38] * Quits: bdahl (bdahl@moz-EF716D84.xdsl.toledo.be) (Ping timeout)
  2298. # [18:38] <we11ington> gcp: I have an iMac and Macbook Pro as dev machines
  2299. # [18:38] <JosiahOne> gcp: I believe he pulled mozilla-central into a local folder.
  2300. # [18:38] <we11ington> gcp: And a server for our team that has a bare repo. The server pulls/fetches from Mozilla on high
  2301. # [18:39] <we11ington> gcp: Our dev machines pull from our server
  2302. # [18:39] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  2303. # [18:39] <we11ington> gcp: The bare has the master plus a branch for each of our two big bugs
  2304. # [18:39] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Quit: Leaving)
  2305. # [18:39] <we11ington> The dev machines need those same branches, and the master.
  2306. # [18:39] * philor|away is now known as philor
  2307. # [18:39] <JosiahOne> we11ington: Oh, you don't pull from mozilla-central directly from the dev machines?
  2308. # [18:39] <we11ington> When I fetch and check out the branch on the iMac, it's right.
  2309. # [18:39] * Joins: tabraldes (Thunderbir@moz-3F87419B.hsd1.or.comcast.net)
  2310. # [18:40] <we11ington> When I fetch and check out the branch on the MBP, it's got code crossed-over from the other branch.
  2311. # [18:40] <we11ington> I did this at the same time, but got different results. I might be going insane.
  2312. # [18:40] <we11ington> Or more likely, git is just configured wrong or is programmatically wrong.
  2313. # [18:40] * ted_ is now known as ted
  2314. # [18:40] <we11ington> JosiahOne: No, although we *do* have it set up as a remote in case we need to.
  2315. # [18:40] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  2316. # [18:41] <we11ington> JosiahOne: But if we didn't pull/push from/to our server, then we couldn't sync code between the iMac and MBP
  2317. # [18:41] <Ms2ger> Most likely, git is wrong, period :)
  2318. # [18:41] <we11ington> JosiahOne: Unless one was always on, and then who decides who is right, and ugh :P
  2319. # [18:41] <JosiahOne> we11ington: I see, that makes sense. You probably have more than one person working on this right?
  2320. # [18:42] <jfkthame> NeilAway: thanks a bunch - patching SwapFrameLoaders() seems to work great for what i need :)
  2321. # [18:42] <we11ington> JosiahOne: Yep, three
  2322. # [18:42] <JosiahOne> Right, okay.
  2323. # [18:42] <gcp> my guess from this is that one machine was still sitting in a branch
  2324. # [18:42] <we11ington> JosiahOne: Technically we have a second MBP but I have no idea what the heck to do with it :D
  2325. # [18:42] <gcp> do a git status and compare
  2326. # [18:42] <@gavin> jfkthame: how are you patching it ooc?
  2327. # [18:42] <we11ington> gcp: I checked out master on both before fetching and checking out the branch
  2328. # [18:42] <Yoric> yzen: Just a hunch, you could also try importing Services.jsm to context |this|. It might help.
  2329. # [18:43] <Yoric> yzen: I'll take a look at bug 777712 in ~1h.
  2330. # [18:43] <jfkthame> gavin: adding a call to tell the presShell to check its device context resolution
  2331. # [18:43] <we11ington> gcp: The MBP says it's ahead by two commits. Which it shouldn't be because I deleted the branch and then fresh checked it out.
  2332. # [18:43] <gcp> we11ington: so you pulled the branch?
  2333. # [18:43] <we11ington> gcp: Apparently I'm not properly deleting it. How do I do that?
  2334. # [18:43] * Quits: @smaug (chatzilla@moz-9EE97ADC.xdsl.toledo.be) (Ping timeout)
  2335. # [18:43] <yzen> Yoric: ok I will try, and thanks!
  2336. # [18:44] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Input/output error)
  2337. # [18:44] <@bz> "Our site is temporarily unavailable."
  2338. # [18:44] * @bz sighs
  2339. # [18:44] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  2340. # [18:44] <gcp> you're deleting which branch?
  2341. # [18:44] <gcp> you had a local branch with extra commits?
  2342. # [18:44] * Quits: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2343. # [18:44] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2344. # [18:44] <gcp> which was presumably tracking the remote
  2345. # [18:44] <we11ington> gcp: I want to completely and utterly destroy the zoomPatch branch on the MBP.
  2346. # [18:45] <we11ington> gcp: I want it gone with zero memory of it. Preferably without having to delete the entire repository and start over.
  2347. # [18:45] <we11ington> gcp: I don't understand how the rotate code got into the branch to begin with
  2348. # [18:45] <we11ington> gcp: Teammates never checked in to the wrong branch. Do bare repos not work with branches right?
  2349. # [18:45] <gcp> bare repos have no difference from normal repos
  2350. # [18:46] <gcp> except you can't check them out, serverside
  2351. # [18:46] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  2352. # [18:46] <we11ington> gcp: Yeah, makes sense
  2353. # [18:46] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  2354. # [18:46] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  2355. # [18:47] <gcp> git branch -D branchname or smth?
  2356. # [18:47] <gcp> I guess that's what you tried and there's some confusion with the remote branch, but without looking closer I don't really know what you did
  2357. # [18:48] <we11ington> gcp: Yeah, I deleted the local branch, but when I re-fetch and re-check it out, it still says it's ahead of the origin
  2358. # [18:48] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  2359. # [18:49] * Quits: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be) (Ping timeout)
  2360. # [18:49] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Connection reset by peer)
  2361. # [18:49] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2362. # [18:49] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  2363. # [18:50] * jimm-lunch is now known as jimm
  2364. # [18:50] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  2365. # [18:50] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2366. # [18:50] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  2367. # [18:51] <gcp> git won't delete the local refs until you do a git gc, but I'm unsure why they would end up being reconnected after refetching
  2368. # [18:51] <gcp> The new local, remote-tracking branch should just point to the same changeset as the one on the server.\
  2369. # [18:51] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  2370. # [18:51] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: sheppy)
  2371. # [18:52] <gcp> for diagnosing things like this, gitk --all is hancdy
  2372. # [18:52] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  2373. # [18:52] <gcp> handy
  2374. # [18:53] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  2375. # [18:53] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  2376. # [18:53] * xk1sv_ is now known as xk1sv
  2377. # [18:53] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  2378. # [18:53] <NeilAway> jfkthame: oh really?
  2379. # [18:53] * Quits: vikash (vikash@D4CACFE.E3EC7F1B.FB0CC892.IP) (Quit: Leaving)
  2380. # [18:53] * Quits: dcamp (dave@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving...)
  2381. # [18:53] <jfkthame> gavin, NeilAway, does this seem at all reasonable? http://pastebin.mozilla.org/2106237
  2382. # [18:54] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.89 [Firefox 20.0a2/20130201042018])
  2383. # [18:54] <jfkthame> it appears to fix the problem, but i don't know this code at all
  2384. # [18:54] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  2385. # [18:54] * rail-lunch is now known as rail
  2386. # [18:55] * Quits: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  2387. # [18:55] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  2388. # [18:55] <NeilAway> jfkthame: I think you might want to do that in SwapWithOtherLoader
  2389. # [18:56] <NeilAway> jfkthame: also, you probably want to do both doc shells, since you don't know which one is which
  2390. # [18:56] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  2391. # [18:56] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  2392. # [18:56] * Joins: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP)
  2393. # [18:56] <we11ington> gcp: I can't get it to work so I'm gonna wipe out the repo on the MBP entirely
  2394. # [18:56] <we11ington> gcp: The rm -rf way
  2395. # [18:57] <gcp> heh
  2396. # [18:57] <we11ington> gcp: I hate doing this, that thing takes 40 minutes to build...
  2397. # [18:57] <jfkthame> NeilAway: fair enough, thanks … can i tag you to review the patch once i tidy up and test some more?
  2398. # [18:57] <gcp> ?
  2399. # [18:57] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  2400. # [18:57] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  2401. # [18:57] <gcp> oh, you have objects in there that you wanted to keep
  2402. # [18:58] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2403. # [18:58] <we11ington> gcp: Meh, I don't like discriminating :P
  2404. # [18:59] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  2405. # [19:00] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  2406. # [19:00] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  2407. # [19:01] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2408. # [19:01] * armenzg is now known as armenzg_brb
  2409. # [19:01] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  2410. # [19:01] * geekboy is now known as geekboy|afk
  2411. # [19:01] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  2412. # [19:01] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  2413. # [19:03] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  2414. # [19:03] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2415. # [19:04] * Quits: billm (billm@moz-E7DF4F8C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2416. # [19:04] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  2417. # [19:04] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  2418. # [19:05] * Joins: jrmuizel_ (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2419. # [19:05] <we11ington> gcp: Okay, the MBP has the right stuff in the right branches now. I think I'm misunderstanding the commands. What's the proper commands for getting local code to the server, then from the server to the other dev machine? e.g. get from iMac to server to MBP
  2420. # [19:05] * Joins: jib (Jan-Ivar@moz-5BADB3E1.pools.spcsdns.net)
  2421. # [19:05] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2422. # [19:06] * geekboy|afk is now known as geekboy
  2423. # [19:06] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  2424. # [19:06] * Joins: JeroenDeDauw (j@BA137902.D43ACFC9.172227A7.IP)
  2425. # [19:06] * Quits: ehugg (ehugg@moz-FE206300.cisco.com) (Quit: ehugg)
  2426. # [19:06] * Quits: ehugg_ (chatzilla@C1766AFD.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  2427. # [19:06] * Quits: yzen (Adium@67828CC7.C1A51174.9D42CF23.IP) (Quit: Leaving.)
  2428. # [19:07] * Joins: TheOne (one@moz-FE97728D.dip.t-dialin.net)
  2429. # [19:07] * Joins: dao (dao@F2D29657.F60B0462.67AC9B1.IP)
  2430. # [19:07] <gcp> we11ington: you push your branch to the servers branch, then pull that branch on another machine
  2431. # [19:07] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  2432. # [19:07] <we11ington> gcp: So, push and pull? I wonder why that horribly messed stuff up before
  2433. # [19:08] * Quits: nmatsakis (nmatsakis@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  2434. # [19:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0a072eb27f1d - Masayuki Nakano - Bug 835280 nsIMEStateManager::OnChangeFocus() for DOM document should be called only when designMode document gets focus r=enndeakin
  2435. # [19:09] <gcp> we11ington: you push changes away, and pull them in
  2436. # [19:09] <gcp> I mean that part is exactly the same with hg
  2437. # [19:09] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  2438. # [19:09] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  2439. # [19:10] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  2440. # [19:11] * Joins: azakai_ (alon@2557E599.66715431.D25A875A.IP)
  2441. # [19:13] * Quits: vingtetun (vingtetun@moz-9EE97ADC.xdsl.toledo.be) (Ping timeout)
  2442. # [19:13] * armenzg_brb is now known as armenzg
  2443. # [19:13] * Joins: billm (billm@moz-E7DF4F8C.lightspeed.sntcca.sbcglobal.net)
  2444. # [19:16] * Joins: Lucas (Lucas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2445. # [19:16] * kmoir-afk is now known as kmoir
  2446. # [19:16] * ctalbert|mtg is now known as ctalbert|afk
  2447. # [19:17] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  2448. # [19:17] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2449. # [19:17] * Quits: JeroenDeDauw (j@BA137902.D43ACFC9.172227A7.IP) (Ping timeout)
  2450. # [19:20] * geekboy is now known as geekboy|afk
  2451. # [19:21] * Quits: wlach (wlach@moz-AEEC2DA3.mc.videotron.ca) (Quit: Leaving)
  2452. # [19:22] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  2453. # [19:23] * Parts: edmorley (edmorley@moz-14E2EEAF.range86-166.btcentralplus.com)
  2454. # [19:24] * mgerva is now known as mgerva-afk
  2455. # [19:24] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  2456. # [19:25] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2457. # [19:25] * ChanServ sets mode: +o dbaron
  2458. # [19:26] * Joins: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP)
  2459. # [19:28] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  2460. # [19:28] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2461. # [19:28] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  2462. # [19:28] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  2463. # [19:28] * gregglind_away is now known as gregglind
  2464. # [19:28] * jwir3 is now known as jwir3|lunch
  2465. # [19:29] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  2466. # [19:30] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  2467. # [19:31] * geekboy|afk is now known as geekboy
  2468. # [19:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d407bfef7ae6 - Jeff Hammel - Bug 836123 - eliminate the mysteriously old tinderbox-standalone-tests;r=ted
  2469. # [19:32] <jhammel> good riddance
  2470. # [19:32] * armenzg is now known as armenzg_lunch
  2471. # [19:32] * Quits: jrmuizel_ (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2472. # [19:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d748750d388e - Randell Jesup - Bug 837161: don't assert mainthread in AudioConduit create/init/destroy if in a unittest r=ehugg
  2473. # [19:33] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  2474. # [19:34] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2475. # [19:34] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2476. # [19:34] * Quits: sfink (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2477. # [19:35] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: Leaving.)
  2478. # [19:37] * Quits: azakai_ (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2479. # [19:37] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2480. # [19:38] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  2481. # [19:38] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  2482. # [19:39] * Joins: cjones (cjones@A5A0595A.66715431.D25A875A.IP)
  2483. # [19:39] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Connection reset by peer)
  2484. # [19:39] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  2485. # [19:41] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/95bec0e5a600 - Gregory Szorc - Bug 836877 - mach now errors if executed with Python 3; r=ted
  2486. # [19:42] * Quits: vladan (vladan@36D53742.B90458C2.57F33CED.IP) (Quit: Leaving.)
  2487. # [19:42] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2488. # [19:42] * Parts: areinald (andre@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  2489. # [19:43] * Joins: mixedpuppy_ (mixedpuppy@F2D29657.F60B0462.67AC9B1.IP)
  2490. # [19:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/29ce5ecbdb24 - Ian Melven - Bug 831372 - Typo in message for both CSP headers (r=smaug) DONTBUILD
  2491. # [19:43] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Quit: Leaving)
  2492. # [19:43] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2493. # [19:44] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  2494. # [19:44] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2495. # [19:44] * Joins: ehugg (chatzilla@C1766AFD.29102B70.6CD50604.IP)
  2496. # [19:44] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  2497. # [19:44] * Quits: mixedpuppy (mixedpuppy@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2498. # [19:44] * mixedpuppy_ is now known as mixedpuppy
  2499. # [19:44] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2500. # [19:45] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2501. # [19:45] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  2502. # [19:45] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  2503. # [19:46] * joduinn-commute is now known as joduinn-mtg
  2504. # [19:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8728de36d4a8 - Kartikaya Gupta - Back out of d8d79ba17527 (bug 828201) as it caused a significant memory regression on Android. r=me
  2505. # [19:47] * Joins: wlach (wlach@moz-AEEC2DA3.mc.videotron.ca)
  2506. # [19:48] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Quit: seth)
  2507. # [19:48] <Optimizer> does firefox has some class to parse dataURI;s ? such that I give it 2 image's data url's and I can combine them using that class, or API ?
  2508. # [19:48] <Ms2ger> Combine how?
  2509. # [19:49] <Optimizer> combine 2 images
  2510. # [19:49] <Optimizer> to make one
  2511. # [19:49] <Optimizer> using their data uris
  2512. # [19:49] <Ms2ger> On top of each other? Next to each other?
  2513. # [19:49] <Optimizer> concatinate .
  2514. # [19:49] <Optimizer> next to each other
  2515. # [19:50] <Ms2ger> Create a canvas, draw the two images onto it and call toDataUrl
  2516. # [19:50] * Joins: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be)
  2517. # [19:50] <Optimizer> canvas.toDataURL limit reached
  2518. # [19:50] <Optimizer> no can do
  2519. # [19:51] <Optimizer> bug 766661
  2520. # [19:51] <Ms2ger> Ah
  2521. # [19:51] <Ms2ger> Out of luck, then, I'm afraid :/
  2522. # [19:51] * philor is now known as philor|afk
  2523. # [19:51] <Optimizer> there is no simple logic behind Data URLs ?
  2524. # [19:52] <Optimizer> concatinate two like string concat
  2525. # [19:52] <@bz> there is simple logic behind data urls
  2526. # [19:52] <Optimizer> with some adjustments
  2527. # [19:52] <Optimizer> and u are done
  2528. # [19:52] <@bz> but there is no simple logic with _images_
  2529. # [19:52] <@bz> in particular, concatenating the bits of two images does not give you a valid image
  2530. # [19:52] <Optimizer> I meant that only, image data url :|
  2531. # [19:52] <Optimizer> bz: it gives me the first image as is
  2532. # [19:52] <@bz> well, yes
  2533. # [19:53] <@bz> since the first part of the image is a header that describes how many bytes of pixel data the image has
  2534. # [19:53] <@bz> and what format it's in
  2535. # [19:53] <Optimizer> so i was thinking that there is some cropping info stored, that I can tweak :P
  2536. # [19:53] <@bz> ok
  2537. # [19:53] <@bz> stop and back up
  2538. # [19:53] <Optimizer> yeah, so somehow if I can tweak that ..
  2539. # [19:53] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  2540. # [19:53] <@bz> Do you understand how images are encoded to bytes? ;)
  2541. # [19:53] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  2542. # [19:53] <Optimizer> nope
  2543. # [19:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e587c6370341 - Aki Sasaki - bug 834789 - gaia-nightly -> gaia-central. r=catlee
  2544. # [19:53] <Optimizer> :/
  2545. # [19:53] <@bz> ah
  2546. # [19:53] <@bz> let me give a simple description
  2547. # [19:53] <@bz> for something like png
  2548. # [19:54] <@bz> (jpg is more complicated)
  2549. # [19:54] <Optimizer> i am happy iwth png
  2550. # [19:54] <@bz> first you have some bytes that say "this is a png"
  2551. # [19:54] <Optimizer> :)
  2552. # [19:54] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2553. # [19:54] * Joins: areinald (andre@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  2554. # [19:54] <@bz> then you have some chunks
  2555. # [19:54] <@bz> describing stuff like author, opacity, etc
  2556. # [19:54] * Parts: areinald (andre@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  2557. # [19:54] <@bz> image size
  2558. # [19:54] <@bz> then you have the image data
  2559. # [19:54] * Quits: KaiRo (robert@moz-9EE97ADC.xdsl.toledo.be) (Quit: www.KaiRo.at)
  2560. # [19:54] <@bz> which you get as follows
  2561. # [19:54] <@bz> You take your raw pixel rgba data
  2562. # [19:55] * Quits: ericjung (ericjung@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: Leaving)
  2563. # [19:55] * Joins: vingtetun (vingtetun@moz-9EE97ADC.xdsl.toledo.be)
  2564. # [19:55] * Joins: ericjung (ericjung@5210CFD5.1A5EA44.72B23B3D.IP)
  2565. # [19:55] <@bz> stick it in a single array in row-major order (so all the first-row pixels, all the second-row pixels, etc)
  2566. # [19:55] <@bz> Then run the array through LZW or some such
  2567. # [19:55] <@bz> And then stick the resulting bytes in the png data chunk
  2568. # [19:55] <@bz> (this is all very rough)
  2569. # [19:55] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2570. # [19:55] <Optimizer> dammit LZW
  2571. # [19:55] <@bz> the point is that the image data is a compressed form of a row-major array
  2572. # [19:56] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2573. # [19:56] * Quits: gustavold (gustavold@moz-5F6D366D.nycmny.east.verizon.net) (Quit: Leaving.)
  2574. # [19:56] <@bz> so to put two images side by side you have to decompress both data pieces
  2575. # [19:56] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  2576. # [19:56] <@bz> interleave the two arrays so it becomes img1firstrow, img2firstrow, img1secondrow, img2secondrow, etc
  2577. # [19:56] <@bz> and recompress
  2578. # [19:56] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2579. # [19:56] <@bz> (plus update the metadata about image width and height)
  2580. # [19:57] <Optimizer> and tweak the initial chunks containing image size and other info too .
  2581. # [19:57] <Optimizer> yeah
  2582. # [19:57] <@bz> yep
  2583. # [19:57] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2584. # [19:57] <Optimizer> so I guess its very difficult
  2585. # [19:57] <@bz> well, it's fiddly
  2586. # [19:57] <Optimizer> for a simple GCLI command
  2587. # [19:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4285b55dfb2d - Ian Melven - Bug 832193 - Content Security Policy: a source of *.something.com is mistakenly interpreted as a source of http://*:80 (r=sstamm)
  2588. # [19:57] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  2589. # [19:57] <romaxa> any ideas why my nightly on windows 8 suggesting me download Firefox for android ?
  2590. # [19:58] <jcranmer> well, BMPs are easier, but only because they aren't compressed
  2591. # [19:58] <@bz> right
  2592. # [19:58] * Joins: kaze (kaze@A5A0595A.66715431.D25A875A.IP)
  2593. # [19:58] <@bz> Still have to interleave, though
  2594. # [19:58] <Optimizer> Ah...thats why bmps are so huge !
  2595. # [19:58] <jcranmer> and JPG compression involves discrete cosine transforms and other fiddly math
  2596. # [19:58] <dholbert> romaxa, because you already have a version of Firefox for desktop, so we're not gonna suggest that?
  2597. # [19:58] <@bz> So one option is to just add some sort of chrome-only API that doesn't have the size limitation
  2598. # [19:59] <Optimizer> I was trying to atleast know the limitations of toDataURL yesterday, but got no luck :(
  2599. # [19:59] <@bz> or is that an inherent limitation on teh canvas back end?
  2600. # [19:59] * Quits: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2601. # [19:59] <dholbert> romaxa, (it's not telling you to download firefox for android _on that device_, is it?)
  2602. # [19:59] <Optimizer> bz: no, its not rendering limitation, if you are talking about that
  2603. # [19:59] <dholbert> romaxa, (it's just recommending it in general, I imagine?)
  2604. # [19:59] <@bz> yeah, jpeg compression is a lot more complex than the basically-RLE that png does
  2605. # [19:59] * Joins: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP)
  2606. # [19:59] <Optimizer> i think its something to do with using long, instead of double
  2607. # [19:59] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  2608. # [19:59] <@bz> Optimizer: er.
  2609. # [19:59] <romaxa> dholbert: heh
  2610. # [19:59] <@bz> Optimizer: oh, because of fixed point or something?
  2611. # [19:59] <Optimizer> well, the rendering bug is also that only
  2612. # [20:00] <Optimizer> using int 32 instead of something bigger
  2613. # [20:00] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  2614. # [20:00] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2615. # [20:00] <@bz> Optimizer: I'd say talk to Joe and the other graphics folks
  2616. # [20:00] <@bz> Optimizer: ask for an API for this
  2617. # [20:00] <Optimizer> https://bugzilla.mozilla.org/show_bug.cgi?id=591822
  2618. # [20:00] * armenzg_lunch is now known as armenzg
  2619. # [20:00] * jhammel is now known as jhammel|lunch
  2620. # [20:00] <@bz> What's the plan for when the page is too big, by the way?
  2621. # [20:00] <Optimizer> is the bug that limits rendering of 10K pixel or more images (either height or width)
  2622. # [20:01] <@bz> hmm
  2623. # [20:01] <@bz> how are you hitting 10k pixels in practice?
  2624. # [20:01] * geekboy is now known as geekboy|afk
  2625. # [20:01] <Optimizer> so to overcome that, I did not draw the whole page, I crop it at 7K and try to stitch it in a canvas
  2626. # [20:01] <Optimizer> that also works
  2627. # [20:01] <@bz> but the toDataURL fails?
  2628. # [20:01] <Optimizer> but while getting back the image data, the toDataURL fails
  2629. # [20:01] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2630. # [20:01] <Optimizer> yup
  2631. # [20:02] <Optimizer> so the basic use case of this situation is
  2632. # [20:02] <@bz> But it's showing fine in the canvas?
  2633. # [20:02] * geekboy|afk is now known as geekboy
  2634. # [20:02] <Optimizer> go to pmo and try the gcli commant 'screenshot --fullpage'
  2635. # [20:02] <Optimizer> I cannot draw it on canvas, as the canvas drawing fails at 10K only
  2636. # [20:02] <@bz> What exception do you get?
  2637. # [20:02] <Optimizer> while the toDataURL fails at something higher ..
  2638. # [20:02] * Joins: nmatsakis (nmatsakis@43CB6079.66715431.D25A875A.IP)
  2639. # [20:02] <@bz> when you do the toDataURL call?
  2640. # [20:02] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  2641. # [20:02] <Optimizer> 1 sec
  2642. # [20:03] * geekboy is now known as geekboy|afk
  2643. # [20:03] * geekboy|afk is now known as geekboy
  2644. # [20:03] <Optimizer> msg'd you
  2645. # [20:03] * Quits: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be) (Ping timeout)
  2646. # [20:03] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Client exited)
  2647. # [20:03] <@bz> Thanks
  2648. # [20:03] * @bz reads code
  2649. # [20:03] * Joins: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP)
  2650. # [20:03] <Optimizer> and the line what is mentioned here is the canvas.toDataURL line
  2651. # [20:03] * geekboy is now known as geekboy|afk
  2652. # [20:03] <@bz> sure
  2653. # [20:04] <Optimizer> you cannot read it, its a local patch
  2654. # [20:04] <JosiahOne> If my patch adds UI text, will I (or someone else) have to translate it. Right now it is hard-coded. Is that okay?
  2655. # [20:04] <@bz> sure
  2656. # [20:04] <@bz> I'm reading the toDataURL code
  2657. # [20:04] <Optimizer> ah..
  2658. # [20:04] <Optimizer> :)
  2659. # [20:04] <@bz> like the not the caller
  2660. # [20:04] * vladan-afk is now known as vladan
  2661. # [20:04] <Optimizer> u r awesome
  2662. # [20:04] <@bz> Trying to see where it might produce NS_ERROR_FAILURE
  2663. # [20:05] <@bz> What are your width and height?
  2664. # [20:05] * Quits: dao (dao@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  2665. # [20:05] <Optimizer> right now, the normal pmo page
  2666. # [20:06] <@bz> hmm
  2667. # [20:06] <@bz> so CanvasRenderingContext2D::GetInputStream has lots of things that trigger NS_ERROR_FAILURE
  2668. # [20:06] <@bz> which one are you hitting?
  2669. # [20:06] * Joins: azakai_ (alon@2557E599.66715431.D25A875A.IP)
  2670. # [20:06] <Optimizer> 75K
  2671. # [20:06] <Optimizer> height
  2672. # [20:06] <@bz> Can you step through that function and see?
  2673. # [20:06] <Optimizer> steo through C++ function ?
  2674. # [20:06] <@bz> yes
  2675. # [20:06] <@bz> In a debugge
  2676. # [20:06] <Optimizer> o.O
  2677. # [20:06] <@bz> er, debugger
  2678. # [20:06] <@bz> alternately, give me enough steps to reproduce that I can do that
  2679. # [20:06] <Optimizer> I want to know how to do that .
  2680. # [20:07] <Optimizer> you want to apply my patch ?
  2681. # [20:07] <@bz> Sure
  2682. # [20:07] <Optimizer> otherwise you will simply hit the normal exception
  2683. # [20:07] <Optimizer> which comes at around 10K
  2684. # [20:07] <Optimizer> thisis 75K
  2685. # [20:07] <@bz> right
  2686. # [20:07] <@bz> link me
  2687. # [20:07] <Optimizer> just a min
  2688. # [20:07] <Optimizer> pastebinning
  2689. # [20:08] * Joins: sfink (chatzilla@43CB6079.66715431.D25A875A.IP)
  2690. # [20:08] <Optimizer> bz: http://pastebin.mozilla.org/2106421
  2691. # [20:09] * rnewman is now known as rnewman|pto
  2692. # [20:09] * jhylands|lunch is now known as jhylands
  2693. # [20:09] <Optimizer> if you do not have the patch applied, and try the 'screenshot --fullpage' command, it will fail at canvas.drawWindow call, while with the patch, it fails at toDataURL
  2694. # [20:09] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Connection reset by peer)
  2695. # [20:09] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2696. # [20:10] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  2697. # [20:10] <@bz> Optimizer: That doesn't apply on tip
  2698. # [20:11] * Quits: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr) (Connection reset by peer)
  2699. # [20:11] * Joins: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr)
  2700. # [20:12] * Quits: Optimizer (Optimizer@454E77BC.27A8EFA7.BE90E62C.IP) (Ping timeout)
  2701. # [20:12] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2702. # [20:12] * Quits: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr) (Quit: bholley)
  2703. # [20:12] <@bz> Ah
  2704. # [20:12] <@bz> Windows newlines
  2705. # [20:12] * @bz fixes
  2706. # [20:12] <@bz> ok, building with that patch
  2707. # [20:13] <@bz> probably take a few mins....
  2708. # [20:13] * Joins: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr)
  2709. # [20:13] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2710. # [20:13] * Quits: kig (ilmari@moz-9099BB3A.sqy-bng-011.adsl.virginmedia.net) (Quit: kig)
  2711. # [20:14] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  2712. # [20:14] * Joins: Optimizer (Optimizer@85ABCBE7.976956AF.D2D1FAF0.IP)
  2713. # [20:14] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  2714. # [20:14] <Optimizer> bz: yeah, sorry that is copy pasted :(
  2715. # [20:14] <Optimizer> so text editor added a few
  2716. # [20:15] <Optimizer> you could just go away with pymake -C firefox/browser/devtools/commandline
  2717. # [20:15] <Optimizer> and takes a few seconds .
  2718. # [20:15] * Quits: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr) (Quit: bholley)
  2719. # [20:16] <Ms2ger> Btw, you can use ./mach build browser/devtools/commandline/ now
  2720. # [20:16] <Optimizer> I know ...
  2721. # [20:17] <Optimizer> but that will be longer of a command . :P
  2722. # [20:17] <@bz> Optimizer: no, because I updated my tree when it first failed to apply
  2723. # [20:17] <Optimizer> bz: Ah.. :P
  2724. # [20:17] <@bz> Optimizer: so now I need to actually clobber (yay clobber changes)
  2725. # [20:17] <@bz> Optimizer: the good news is that this is a fast machine.
  2726. # [20:17] <Ms2ger> Though it will work on mac :)
  2727. # [20:17] <Optimizer> work on mac ?
  2728. # [20:17] <Optimizer> bz: how fast are we talking ..
  2729. # [20:18] <Optimizer> I used to think my machine is also fast, but a firefox builds brings out its true colors
  2730. # [20:18] <Optimizer> build*
  2731. # [20:19] * Joins: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr)
  2732. # [20:20] * Quits: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr) (Quit: bholley)
  2733. # [20:20] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  2734. # [20:20] <@bz> Optimizer: clobber builds should be ~10 mins if I miss everything on ccache
  2735. # [20:21] <@bz> OPtimizer: which is not likely
  2736. # [20:21] <Optimizer> clobber means kind of a fresh build.. right ? (I know its a dumb question .. that too after 1 yr of building)
  2737. # [20:22] * Joins: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr)
  2738. # [20:22] * Quits: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr) (Quit: bholley)
  2739. # [20:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dfc06d96fa34 - Fabrice Desré - Bug 836859 - Trying download an update for the maps packaged app fails with INVALID_SIGNATURE r=ferjm
  2740. # [20:22] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2741. # [20:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7b97c1f76275 - Fabrice Desré - Bug 836909 - Trying and failing to update a 3rd party app update due to an error - cannot launch the app anymore r=ferjm
  2742. # [20:23] <tanvi> bz - trying to debug the crashes reported. on pages with document.open() (whether or not they are https), i get the following error:
  2743. # [20:23] <tanvi> JavaScript error: chrome://browser/content/browser.js, line 6877: NS_ERROR_NOT_AVAILABLE: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIHttpChannel.responseStatus]
  2744. # [20:23] <dholbert> Optimizer, clobber = delete your objdir and rebuild
  2745. # [20:23] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  2746. # [20:23] <@bz> tanvi: ok...
  2747. # [20:23] * Joins: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr)
  2748. # [20:23] <Optimizer> hmm 10 minutes is really fast ..
  2749. # [20:24] <tanvi> i think this might be a known issue, separate from the mixed content blocker.
  2750. # [20:24] <@bz> Optimizer: yes
  2751. # [20:24] <@bz> Optimizer: re fresh build
  2752. # [20:24] <tanvi> do you know anything about this? https://www.google.com/search?q=NS_ERROR_NOT_AVAILABLE%3A+Component+returned+failure+code%3A+0x80040111+(NS_ERROR_NOT_AVAILABLE)+[nsIHttpChannel.responseStatus]
  2753. # [20:24] * Parts: mwobensmith (Adium@F2D29657.F60B0462.67AC9B1.IP)
  2754. # [20:25] * Joins: mwobensmith (Adium@F2D29657.F60B0462.67AC9B1.IP)
  2755. # [20:25] * Parts: mwobensmith (Adium@F2D29657.F60B0462.67AC9B1.IP)
  2756. # [20:25] * Quits: bholley (anonymous@moz-50F208DD.net-89-2-149.rev.numericable.fr) (Quit: bholley)
  2757. # [20:25] <Optimizer> bz: must not be a laptop then ..
  2758. # [20:25] * cmcavoy is now known as cmcavoy-offline
  2759. # [20:26] <@bz> Optimizer: it's a laptop
  2760. # [20:26] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2761. # [20:26] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  2762. # [20:26] * Parts: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  2763. # [20:26] <Optimizer> I should throw away mine then .. :(
  2764. # [20:26] <@bz> Optimizer: well, was 10 mins when I timed it, which was a few months back
  2765. # [20:26] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  2766. # [20:26] <@bz> Optimizer: are you on Windows?
  2767. # [20:26] <Optimizer> yup
  2768. # [20:26] <@bz> Optimizer: because on Windows, there is no way to get builds this fast
  2769. # [20:26] <@bz> Optimizer: I'm most emphatically _not_ on Windows, partly for that reason
  2770. # [20:27] <Optimizer> there ar eclaims of ccache for windows.
  2771. # [20:27] * Joins: billm_ (billm@2557E599.66715431.D25A875A.IP)
  2772. # [20:27] <seth> dholbert: quick question
  2773. # [20:27] <Optimizer> I am planning to try out some
  2774. # [20:27] <@bz> yes, but it's not just the ccache issue
  2775. # [20:27] <JosiahOne> bz: You have a laptop that can build Firefox in 10 minutes. Fresh?
  2776. # [20:27] <JosiahOne> Like first build?
  2777. # [20:27] * Optimizer bz hides his laptop under the table
  2778. # [20:28] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2779. # [20:28] <Ms2ger> I can build in 12 minutes... If I don't touch anything
  2780. # [20:28] <@bz> JosiahOne: again, last I measured...
  2781. # [20:28] <JosiahOne> bz: Still, what laptop do you have?
  2782. # [20:28] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  2783. # [20:28] <@bz> JosiahOne: hidpi mbp
  2784. # [20:28] * Quits: jfkthame (jfkthame@5CDACC3E.611A3979.9542EC20.IP) (Quit: jfkthame)
  2785. # [20:28] <JosiahOne> bz: Ah.
  2786. # [20:29] <@bz> JosiahOne: with the faster processor and as much ram as they'd give me
  2787. # [20:29] <Optimizer> usually when rarely I have to do full builds, I watch a movie alongside, and the builds take almost the same time.
  2788. # [20:29] <dholbert> seth, sure
  2789. # [20:29] <JosiahOne> bz: 512GB Flash Storage then?
  2790. # [20:29] <Optimizer> it would take half the time if I do not watch a movie, but then I would have to just sit and watch the build :|
  2791. # [20:29] <@bz> JosiahOne: 768
  2792. # [20:30] <seth> dholbert: would you expect a 'load' notification on <image>s within an SVG? i would think so, right?
  2793. # [20:30] <JosiahOne> bz: So in other words, the one that would make my bank account break. :)
  2794. # [20:30] <JosiahOne> What is that…
  2795. # [20:30] * JosiahOne Calculates...
  2796. # [20:30] <seth> dholbert: regardless of whether the <image> is embedded in another SVG?
  2797. # [20:30] <@bz> JosiahOne: heh
  2798. # [20:30] <JosiahOne> ~$3,199.00
  2799. # [20:30] <@bz> JosiahOne: Well, to be fair I don't buy my work laptops...
  2800. # [20:30] <dholbert> seth, intuitively yes, though I'm not sure. I'd imagine that'd be in the SVG spec
  2801. # [20:31] <dholbert> seth, not sure if <svg:image> fires events
  2802. # [20:31] <JosiahOne> bz: Well I can't tell you that no one buys mine. :(
  2803. # [20:31] <@bz> JosiahOne: you're off, but it's sort of immaterial...
  2804. # [20:31] * jwir3|lunch is now known as jwir3
  2805. # [20:31] <JosiahOne> bz: That was the 2.9 GHz, 768GB flash, 13 inch Retina.
  2806. # [20:31] <@bz> Ah
  2807. # [20:31] <@bz> I have the 15"
  2808. # [20:31] <seth> dholbert: OK, i'll take a look. if <svg:image> doesn't fire load events, i think that totally explains why bug 704059 doesn't fix bug 703806 (the img-blobURI-2 bug)
  2809. # [20:31] * JosiahOne Calculates some more..
  2810. # [20:32] <JosiahOne> bz: $3,749.00 ?
  2811. # [20:32] <@bz> If you buy retail with no discounts
  2812. # [20:32] * Joins: jgilbert (jgilbert@moz-74F645BE.hsd1.ca.comcast.net)
  2813. # [20:32] <seth> dholbert: or rather, why switching from SVGLoad to load in the implementation of bug 704059 wouldn't fix it
  2814. # [20:32] * @bz is 100% sure the people who bought this box payed less than that
  2815. # [20:32] <JosiahOne> bz: Right. And that is with no extra warranty or anything.
  2816. # [20:33] <JosiahOne> bz: Yeah.
  2817. # [20:33] <Optimizer> no wonder apple is rich
  2818. # [20:33] <mfinkle> catlee, who would i need to talk to to figure out partner-repacks for firefox android?
  2819. # [20:33] <@bz> Optimizer: heh
  2820. # [20:33] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2821. # [20:33] * JosiahOne Realizes he doesn't even own a decent laptop...
  2822. # [20:33] <dholbert> seth, (looks like <svg:image onload=...> doesn't have any effect)
  2823. # [20:33] <sancus> probably not much less, Apple doesn't offer substantial discounts to anybody
  2824. # [20:33] <Optimizer> that will cost me one gsoc :P
  2825. # [20:33] <sancus> we might get 10% off or something but no more than that
  2826. # [20:33] <dholbert> seth, I would, however, expect <svg:image> to block its document's load event
  2827. # [20:34] <@bz> Optimizer: I should note that this is the cheap option
  2828. # [20:34] <@bz> Optimizer: in some ways
  2829. # [20:34] <Optimizer> there is something better than that ?
  2830. # [20:34] <@bz> Optimizer: Try price-comparing equivalent retina and not machines
  2831. # [20:34] <dholbert> seth, I don't know offhand why that change wouldn't fix it
  2832. # [20:34] <Optimizer> er. costlier
  2833. # [20:34] <@bz> Optimizer: (which means you can't have the 768G SSD)
  2834. # [20:34] <JosiahOne> Optimizer: bz could have got a vamped up iMac.
  2835. # [20:35] <seth> dholbert: it does, but we get into the usual mess there where if all SVG images listen for SVGLoad, we unblock too early, but if all of them listen for load, then the <svg:image> ones never get it and never unblock...
  2836. # [20:35] <@bz> You meant MacPro
  2837. # [20:35] <@bz> I'm not willing to throw that much money Apple's way
  2838. # [20:35] <JosiahOne> bz: Oh yeah, forgot about that.
  2839. # [20:35] <seth> dholbert: maybe the bottom line is we are unable to treat the two in the same way =(
  2840. # [20:35] <Optimizer> i would anyways install windows on that, so lets not be bankrupted :P
  2841. # [20:35] <sancus> apple doesn't use the fastest available quad core mobile processor nor do they raid0 SSDs, so in theory there could be something faster :P
  2842. # [20:36] <@bz> Optimizer: ok, so what are the steps to reproduce?
  2843. # [20:36] <Optimizer> sancus: I know, mine is faster in theory .. (except for hdd)
  2844. # [20:36] <dholbert> seth, I'm not getting it... as long as <image> waits for its internal doc 'load' to fire, and blocks its external doc's 'load', I'd think we'd be good
  2845. # [20:36] * @bz has build, after all that discussion
  2846. # [20:36] <Optimizer> bz: open pmo
  2847. # [20:36] <@bz> planet?
  2848. # [20:36] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2849. # [20:36] <JosiahOne> bz, Optimizer: Completely upgraded iMac 27" is $4,249.00 fyi.
  2850. # [20:36] <Optimizer> bz: yes
  2851. # [20:36] <dholbert> seth, regardless of whether it has its own special load event
  2852. # [20:36] <Optimizer> then open dev toolbar (Shift F2)
  2853. # [20:36] <Optimizer> and hit screenshot --fullpage'
  2854. # [20:37] <Optimizer> sorry . 'screnshot --fullpage' command
  2855. # [20:37] <Optimizer> screenshot* (I think you got it )
  2856. # [20:37] <sancus> the retina macbook is unique in that you cannot buy anything with similar performance in the same weight class with the same battery life, it's about 2 pounds lighter than any comparable PC laptop
  2857. # [20:37] <seth> dholbert: aren't we discussing how to implement that though?
  2858. # [20:37] * Quits: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2859. # [20:37] <JosiahOne> sancus: True.
  2860. # [20:37] <Optimizer> JosiahOne: and I am sure you will have to buy some accessories with that, like compulsory to have
  2861. # [20:37] * Joins: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be)
  2862. # [20:38] * Joins: jimb (user@9E727688.17C2F9C.163DC5C6.IP)
  2863. # [20:38] * AutomatedTester|away is now known as AutomatedTester
  2864. # [20:38] <seth> dholbert: the issue is when to issue the UnblockOnload calls
  2865. # [20:38] * Joins: mkaply2 (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2866. # [20:38] <JosiahOne> I just found that the best Mac Pro (That Apple sells)is $13,374.00
  2867. # [20:38] <sancus> :xeon:
  2868. # [20:38] <@bz> ok
  2869. # [20:38] <@bz> So this is failing on IsTargetValid()
  2870. # [20:38] <JosiahOne> sancus: Yep.
  2871. # [20:38] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2872. # [20:38] <JosiahOne> Thought that config is totally overkill.
  2873. # [20:38] <Optimizer> bz: can you teach me the sorcery to step through C++ ?
  2874. # [20:39] <seth> dholbert: i have confirmed that if you issue them at SVGLoad time, this causes a race, because you can get SVGLoad for the outer document too early
  2875. # [20:39] <Optimizer> JosiahOne: pm me the config please ?
  2876. # [20:39] <@bz> Optimizer: on Windows, sorry. I've never used the debuggers there....
  2877. # [20:39] <Optimizer> what kind of debugger are you talking .. not the devtools inbuilt ?
  2878. # [20:39] <@bz> Optimizer: But basically, you'd start under the debugger, add a breakpoint on the relevant line...
  2879. # [20:39] * Quits: crainiarc (Adium@moz-99624ADC.singnet.com.sg) (Quit: Leaving.)
  2880. # [20:39] <@bz> no
  2881. # [20:39] <@bz> MSVC's debugger
  2882. # [20:39] <Optimizer> oh
  2883. # [20:39] <dholbert> seth, that makes sense, yeah. I agree that SVGLoad is too early to call the image 'loaded', because of the nested-images-not-necessarily-ready problem
  2884. # [20:39] <@bz> or windbg, I guess
  2885. # [20:39] <Optimizer> I have used them
  2886. # [20:39] <@bz> Depending
  2887. # [20:39] <Optimizer> MSVC
  2888. # [20:41] <firebot> Check-in:
  2889. # [20:41] <seth> dholbert: for SVG images embedded in an HTML document, waiting for their load event definitely works. the only problem is that doesn't work for nested SVG images inside another svg (<svg:image>), because they don't seem to fire the load event =(
  2890. # [20:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c55a794c98d0 - Robert Strong - Additional logging for Bug 835197 - Intermittent test_0201_app_launch_apply_update.js, test_0202_app_launch_apply_update_dirlocked.js,
  2891. # [20:42] <dholbert> seth, right, so IIUC we can't wait for the <svg:image> load event per se, because there is no such event (at least, not exposed via onload)
  2892. # [20:42] <seth> dholbert: the W3C says that script (including event attributes) should be disabled inside an SVG-as-image, which is maybe why we don't bother to fire the load event
  2893. # [20:42] <firebot> test_0203_app_launch_apply_update.js [Exception... 'Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.copyTo]'. r=bbondy
  2894. # [20:42] <Optimizer> bz: so is the issue type related ?
  2895. # [20:42] <dholbert> seth, however, we do seem to be able to make <svg:image> loading block its document load event
  2896. # [20:42] <Optimizer> int32 vs double .. or something like that
  2897. # [20:42] * jgriffin is now known as ffgiijnr
  2898. # [20:42] * geekboy|afk is now known as geekboy
  2899. # [20:42] <@bz> So...
  2900. # [20:42] <@bz> This fails in drawImage
  2901. # [20:42] <aki> mfinkle: probably me. i have a todo list item to read https://bugzilla.mozilla.org/show_bug.cgi?id=834194 and comment
  2902. # [20:43] <dholbert> seth, not sure how that's done, but I assume it doesn't require <svg:image> load events to be fired (but maybe it does?)
  2903. # [20:43] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2904. # [20:43] <seth> dholbert: well, basically that's done by the code in VectorImage (among other things, the parser also blocks onload of course until its done)
  2905. # [20:43] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  2906. # [20:43] <dholbert> seth, no, I'm talking about just in a pure SVG document
  2907. # [20:43] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  2908. # [20:43] <Optimizer> bz: bz, so finally the same issue basically ? which gave an exception at drawWindow ... ?
  2909. # [20:43] <dholbert> if it has an <image> inside of it
  2910. # [20:43] <@bz> Optimizer: I'd guess so
  2911. # [20:44] <seth> dholbert: it's the same, right? <svg:image> still uses VectorImage
  2912. # [20:44] <@bz> 763 CanvasRenderingContext2D::EnsureTarget()
  2913. # [20:44] <dholbert> then we don't fire "load" for the document (and e.g. take a reftest snapshot) until the image loads
  2914. # [20:44] <@bz> 771 if (size.width <= 0xFFFF && size.height <= 0xFFFF &&
  2915. # [20:44] <@bz> 772 size.width >= 0 && size.height >= 0) {
  2916. # [20:44] * ffgiijnr is now known as jgriffin
  2917. # [20:44] <dholbert> seth, only if that points to another SVG document
  2918. # [20:44] <@bz> > Optimizer: I'd guess so
  2919. # [20:44] <@bz> er...
  2920. # [20:44] <@bz> (gdb) p size.height
  2921. # [20:44] <@bz> $18 = 87433
  2922. # [20:44] <dholbert> seth, I'm imagining e.g. a <svg><image xlink:href="some_huge_image.png"></svg>
  2923. # [20:44] <@bz> Which is more than 0xFFFF
  2924. # [20:44] <Ms2ger> Yay, xlink
  2925. # [20:45] * Quits: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be) (Quit: Leaving.)
  2926. # [20:45] * Joins: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be)
  2927. # [20:45] <seth> dholbert: ahh, i see what you mean. in that case RasterImage takes care of it. (and I don't totally understand the behavior for RasterImage; tried to ping jdm and joe about it yesterday but they weren't around)
  2928. # [20:45] <joe> hi
  2929. # [20:45] <dholbert> seth, if I set "onload" on that <image> tag, nothing special happens, but yet we still block the document load
  2930. # [20:45] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  2931. # [20:46] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2932. # [20:46] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  2933. # [20:46] <mfinkle> aki, thanks
  2934. # [20:47] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  2935. # [20:47] <seth> dholbert, joe: onload blocking is done by StartDecode/StopDecode in both cases. (what I actually don't understand is why we fire the load event in OnStopRequest)
  2936. # [20:48] * Joins: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP)
  2937. # [20:48] <seth> dholbert: before this bug, we greedily parsed the entire SVG in OnStopRequest and relied on the parser's onload blocking for SVGs
  2938. # [20:49] <Optimizer> bz: I did not get the last few lines of that .. but is that fixable ?
  2939. # [20:49] <@bz> Optimizer: Check with joe?
  2940. # [20:49] <@bz> joe: ^
  2941. # [20:49] <seth> dholbert: however as we have determined that's not good enough because the SVG is not necessarily ready to go then. so bug 704059 makes us call OnStartDecode/OnStopDecode for VectorImages. the thing is, there's really no decoding going on. RasterImages call OnStopDecode when decoding stops, but for VectorImages, we're waiting for the embedded document to be ready - that's "decoding" for VectorImages. the tricky party is when to call
  2942. # [20:49] <@bz> joe: the devtools folks would like to be able to screenshot webpages
  2943. # [20:49] <seth> OnStopDecode
  2944. # [20:50] <joe> that are 87000 pixels high
  2945. # [20:50] <@bz> Yes
  2946. # [20:50] <@bz> joe: planet.mozilla.org, say
  2947. # [20:50] <Optimizer> i mean not that high
  2948. # [20:50] <Optimizer> but atleast more than 10K
  2949. # [20:50] * @bz checks numbers
  2950. # [20:50] <Optimizer> which is the current limit
  2951. # [20:50] <@bz> erm
  2952. # [20:50] <joe> jrmuizel thinks that pixman may have lifted that limit
  2953. # [20:50] <joe> in recent pixman
  2954. # [20:50] <@bz> the current limit I saw in the source was 65k
  2955. # [20:50] <@bz> for your current approach, at least...
  2956. # [20:50] <Optimizer> no, its 32K
  2957. # [20:50] <joe> which he is in the process of applying
  2958. # [20:51] <seth> dholbert: reasonable? so we don't care about any load events to decide when to call OnStopDecode for RasterImages. but for VectorImages, that _may_ be the right thing to do
  2959. # [20:51] <@bz> anyway
  2960. # [20:51] <Optimizer> at 96 dpi boils down to 10K pixels
  2961. # [20:51] * @bz leaves Optimizer and joe talking to each other
  2962. # [20:51] <joe> yeah
  2963. # [20:51] <taras> tn: https://bugzilla.mozilla.org/show_bug.cgi?id=836409
  2964. # [20:51] * Quits: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: fitzgen)
  2965. # [20:51] <joe> i don't know whether we have a good story to tell you
  2966. # [20:52] <taras> tn: err, i meant your theory was right
  2967. # [20:52] <joe> other than perhaps use imgITools and tiles of canvases
  2968. # [20:52] <joe> Optimizer: ^
  2969. # [20:52] <Optimizer> joe: I am actually using tiling only
  2970. # [20:52] <joe> ok
  2971. # [20:52] <Optimizer> but finally to get the image data, toDataURL fails
  2972. # [20:52] <joe> right
  2973. # [20:52] <@bz> joe: he can tile; what he doesn't have is a way to stitch the tiles together into one png
  2974. # [20:52] <Optimizer> which internally fails due to the same reason only
  2975. # [20:52] <joe> that latter part is what I'm talking about with imgITools
  2976. # [20:52] <@bz> joe: stitching in a canvas doesn't work
  2977. # [20:52] <Optimizer> how
  2978. # [20:53] <@bz> joe: does imgItools have a way to do that?
  2979. # [20:53] <Optimizer> I have been asking a way to stitch without canvas for days now :(
  2980. # [20:53] <joe> nsIInputStream encodeImage(in imgIContainer aContainer,
  2981. # [20:53] <joe> in ACString aMimeType,
  2982. # [20:53] <joe> [optional] in AString outputOptions);
  2983. # [20:53] <@bz> mmm
  2984. # [20:53] <joe> oh wait hold on
  2985. # [20:53] <@bz> right
  2986. # [20:53] <joe> this is the opposite
  2987. # [20:53] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  2988. # [20:53] * Joins: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  2989. # [20:53] * Quits: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP) (Input/output error)
  2990. # [20:53] * Quits: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard_)
  2991. # [20:53] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  2992. # [20:53] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  2993. # [20:53] <joe> argh
  2994. # [20:54] <joe> dolske: can you go back in time and make it so that we can dot his
  2995. # [20:54] * Quits: nmatsakis (nmatsakis@43CB6079.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  2996. # [20:54] <dholbert> seth, [still trying to re-wrap my mind around this; skimming our conversation from yesterday]
  2997. # [20:54] <Optimizer> I can go back in time, but I have no idea on C++
  2998. # [20:54] <Optimizer> even though my time machine uses C++ as its firmware ..
  2999. # [20:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bb11e1f204ca - Brian Nicholson - Bug 827370 - Remove RedirectorRunnable. r=mfinkle
  3000. # [20:54] * Joins: dao (dao@CB3EC984.A5F785DE.396E4C6D.IP)
  3001. # [20:54] <joe> you're also going to run into problems with imagelib not supporting things > 64k
  3002. # [20:55] <seth> dholbert: so hopefully i have convinced you that the essence of this is when to call OnStopDecode (meaning when to call UnblockOnload) for VectorImages, and it appears the answer might be different for SVG-embedded-in-HTML vs. SVG-embedded-in-SVG. i don't think so though, i think the answer is actually the same but the problem is that we never get the event we need for SVG-embedded-in-SVG
  3003. # [20:55] * Quits: azakai_ (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3004. # [20:55] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3005. # [20:55] <seth> dholbert: sorry if i'm not being clear. feel free to ask for clarification. it's kinda confusing stuff, especially because of the terminology
  3006. # [20:55] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Connection reset by peer)
  3007. # [20:55] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Connection reset by peer)
  3008. # [20:55] <joe> Optimizer: however
  3009. # [20:56] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3010. # [20:56] <joe> Optimizer: you may be able to drive imgIEncoder manually
  3011. # [20:56] <Optimizer> raises hopes
  3012. # [20:56] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  3013. # [20:56] * seth dashes them
  3014. # [20:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4a5dbee13878 - Jim Chen - Bug 832028 - Make resetting Editable during focus more reliable; r=cpeterson
  3015. # [20:56] * Quits: wlach (wlach@moz-AEEC2DA3.mc.videotron.ca) (Ping timeout)
  3016. # [20:57] * Optimizer force field shields
  3017. # [20:57] * Optimizer ON
  3018. # [20:57] * Joins: wlach (wlach@moz-AEEC2DA3.mc.videotron.ca)
  3019. # [20:57] * jcranmer is now known as jcranmer|away
  3020. # [20:57] <dholbert> seth, I think we want to call OnStopDecode after the internal document fires "load", in either case. [assuming we can actually listen for "load" on the internal document]
  3021. # [20:57] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  3022. # [20:58] <seth> dholbert: yeah, that's the conclusion i've come to as well. the problem is SVG-embedded-in-SVG appears not to fire the load event =(
  3023. # [20:58] * Joins: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3024. # [20:58] <seth> dholbert: it might be we need to make a special event for this task. i suppose not a DOM event, since AFAIK those are always visible to JS
  3025. # [20:59] * Quits: sfink (chatzilla@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  3026. # [20:59] * Quits: Optimizer (Optimizer@85ABCBE7.976956AF.D2D1FAF0.IP) (Ping timeout)
  3027. # [21:00] <seth> dholbert: bug 620002 seems relevant
  3028. # [21:00] <dholbert> seth, I don't think so
  3029. # [21:01] <dholbert> oh
  3030. # [21:01] <joe> aah
  3031. # [21:01] <joe> where did optimizer go
  3032. # [21:01] * joduinn-mtg is now known as joduinn
  3033. # [21:01] <dholbert> seth, let's move to #layout
  3034. # [21:01] <joe> i found the solution to his problems
  3035. # [21:01] <JosiahOne> joe: Ping timeout.
  3036. # [21:01] * Quits: cjones (cjones@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  3037. # [21:01] <joe> yeah
  3038. # [21:02] <seth> dholbert: ok, sounds good
  3039. # [21:02] * Joins: singerb (singerb@moz-33123EB2.hsd1.mi.comcast.net)
  3040. # [21:02] * Quits: ehugg (chatzilla@C1766AFD.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  3041. # [21:03] * Joins: Optimizer (Optimizer@EC7C99E1.44738DE.274D17D6.IP)
  3042. # [21:03] <Optimizer> joe: back
  3043. # [21:03] <Optimizer> net here is crap
  3044. # [21:03] <Optimizer> please tell me solution :)
  3045. # [21:04] * rail is now known as rail-brb
  3046. # [21:05] <joe> Optimizer
  3047. # [21:05] <joe> so
  3048. # [21:06] <joe> it is *almost* possible
  3049. # [21:06] * Quits: nigelb (nigel@moz-8640053A.me) (Client exited)
  3050. # [21:06] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  3051. # [21:06] * Quits: Optimizer (Optimizer@EC7C99E1.44738DE.274D17D6.IP) (Ping timeout)
  3052. # [21:06] <joe> you can getImageData() on all your canvases
  3053. # [21:06] <joe> fffuuuu
  3054. # [21:06] * Joins: nigelb (nigel@moz-8640053A.me)
  3055. # [21:07] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  3056. # [21:07] <Ms2ger> joe, and then encode as bmp ;)
  3057. # [21:07] * Quits: mkaply2 (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3058. # [21:07] <jgilbert> bmps are ubergross
  3059. # [21:08] * Joins: Optimizer (Optimizer@95C1747F.B62A839A.274D17D6.IP)
  3060. # [21:08] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3061. # [21:08] <Optimizer> :(
  3062. # [21:08] * Quits: jib (Jan-Ivar@moz-5BADB3E1.pools.spcsdns.net) (Ping timeout)
  3063. # [21:08] <jgilbert> <joe> you can getImageData() on all your canvases
  3064. # [21:08] <jgilbert> <joe> fffuuuu
  3065. # [21:08] <jgilbert> Optimizer, ^
  3066. # [21:08] * Joins: jib (Jan-Ivar@moz-5BADB3E1.pools.spcsdns.net)
  3067. # [21:08] <joe> Optimizer: and then concatenate them
  3068. # [21:08] <Optimizer> I saw that
  3069. # [21:08] <Optimizer> on log bot
  3070. # [21:08] <Ms2ger> jgilbert, :)
  3071. # [21:08] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3072. # [21:09] <joe> Optimizer: and then pass them to imgIEndoer
  3073. # [21:09] <joe> encoder
  3074. # [21:09] <joe> InitWithData()
  3075. # [21:09] <joe> and then it will be encoded
  3076. # [21:09] <joe> and unfortunately you will have no way from script to get the encoded image out
  3077. # [21:09] <Optimizer> then .. ?
  3078. # [21:09] * Joins: crainiarc (Adium@moz-99624ADC.singnet.com.sg)
  3079. # [21:09] <joe> you cry, mostly
  3080. # [21:10] <joe> getImageBuffer() is [noscript]
  3081. # [21:10] <joe> oh wait
  3082. # [21:10] <joe> it's an nsIAsyncInputStream
  3083. # [21:10] <joe> that means you can read from it right?
  3084. # [21:11] <joe> you take that data and write it to a file separately
  3085. # [21:11] <joe> i think this'll work
  3086. # [21:11] <Optimizer> holy ..
  3087. # [21:11] <Ms2ger> Welcome to Gecko
  3088. # [21:11] * Quits: ErvisTusha (ErvisTusha@412BD193.F69FB6EA.363D84A4.IP) (Client exited)
  3089. # [21:11] <stuart> getImageBuffer returns its copy of the data doens't it?
  3090. # [21:11] * Quits: jib (Jan-Ivar@moz-5BADB3E1.pools.spcsdns.net) (Quit: jib)
  3091. # [21:11] <joe> yeah but it's [noscript]
  3092. # [21:12] <joe> but you can just read from the input stream that the encoder *is*
  3093. # [21:12] <Optimizer> wht does that mean ?
  3094. # [21:12] <stuart> it would break xpcom rules to not be
  3095. # [21:12] <Optimizer> [noscript]
  3096. # [21:12] <joe> you can't call it from js
  3097. # [21:12] <Optimizer> oh.
  3098. # [21:12] <joe> but
  3099. # [21:12] <stuart> if it weren't noscript it would need to return a copy of the data
  3100. # [21:12] * cmcavoy-offline is now known as cmcavoy
  3101. # [21:12] <tn> taras, so given that, and that we don't paint if nothing changed is there still a problem?
  3102. # [21:13] * Optimizer reads ingEncoder and nsiAsyncInputStream
  3103. # [21:13] <taras> tn: 'that'?
  3104. # [21:13] <taras> tn: i think it's a problem to perform js computation
  3105. # [21:14] <taras> if we are not going to do anything with it
  3106. # [21:14] <Optimizer> wow , no mdn docs on that .
  3107. # [21:14] * geekboy is now known as geekboy|afk
  3108. # [21:14] <Optimizer> ah imgIEncoder.
  3109. # [21:14] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Ping timeout)
  3110. # [21:15] <Optimizer> how hard is to fix the original bug ?
  3111. # [21:15] <Optimizer> the 32K limitation
  3112. # [21:15] <Optimizer> joe: ^
  3113. # [21:15] <Optimizer> or is it intentional ?
  3114. # [21:15] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3115. # [21:15] * Joins: sfink (chatzilla@2557E599.66715431.D25A875A.IP)
  3116. # [21:15] <joe> Optimizer: very hard
  3117. # [21:15] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3118. # [21:15] <Optimizer> enough said.
  3119. # [21:16] <joe> https://developer.mozilla.org/en-US/docs/Code_snippets/Miscellaneous#Copying_from_an_input_stream_to_an_output_stream
  3120. # [21:16] <joe> you can glue this stuff together and get what you want
  3121. # [21:16] <joe> it's not happy but it's possible
  3122. # [21:16] * Quits: crainiarc (Adium@moz-99624ADC.singnet.com.sg) (Ping timeout)
  3123. # [21:16] <Optimizer> the first argument of initFromData is an array of all the img data ?
  3124. # [21:17] <joe> yep
  3125. # [21:17] <Optimizer> or its an array of
  3126. # [21:17] <Optimizer> [array of img data, num of images, some constant]
  3127. # [21:17] <Optimizer> this is on mdn : [array, size_is(length), const] in PRUint8 data,
  3128. # [21:17] <joe> yeah
  3129. # [21:17] <joe> that's just idl
  3130. # [21:17] * armenzg is now known as armenzg_brb
  3131. # [21:18] <joe> i believe you can just say
  3132. # [21:18] <joe> var imagedata = tile1.getImageData() + tile2.getImageData() + ...
  3133. # [21:18] * chuckharmston is now known as chuckharmston|lunch
  3134. # [21:18] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3135. # [21:18] <joe> encoder.initFromData(imagedata, width, height, stride, etc etc)
  3136. # [21:18] <Optimizer> what about positioning of these tiles ?
  3137. # [21:18] <joe> that part will also be very difficult
  3138. # [21:18] <Optimizer> liek my image is formed of these tiles :
  3139. # [21:19] <joe> my recommendation is to have tiles formed vertically
  3140. # [21:19] <Optimizer> tile1|tile2
  3141. # [21:19] <Optimizer> tile3|tile4
  3142. # [21:19] <Optimizer> tile5|tile6
  3143. # [21:19] <joe> the only way to encode this properly is to have
  3144. # [21:19] <joe> tile1
  3145. # [21:19] <joe> tile2
  3146. # [21:19] <joe> tile3
  3147. # [21:19] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  3148. # [21:19] <joe> but that might work fine because pages are much longer than they are wide
  3149. # [21:19] <tn> taras, sorry. i wasn't clear. is there another problem besides the paint suppression on page load problem?
  3150. # [21:20] <Optimizer> okay, so one basic question .. will canvas.getImageData also fail on the same limit of drawImage/drawWindow/toDataURL ?
  3151. # [21:20] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3152. # [21:20] <joe> not so long as each of the tile canvases are below the limit
  3153. # [21:20] <Optimizer> joe: yes, 7K width is okay with me.
  3154. # [21:20] * Quits: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP) (Input/output error)
  3155. # [21:20] <Optimizer> no, what about I concat the canvases normally
  3156. # [21:20] <Optimizer> and then do the getImageData on the final big canvas
  3157. # [21:21] <joe> hm
  3158. # [21:21] <joe> that might work
  3159. # [21:21] <joe> let me check
  3160. # [21:21] <Optimizer> I can check that too .
  3161. # [21:21] * Optimizer checks
  3162. # [21:21] * Quits: wlach (wlach@moz-AEEC2DA3.mc.videotron.ca) (Quit: Leaving)
  3163. # [21:21] * Quits: chuckharmston|lunch (chuckharms@405E755D.5C78B772.1A32E3CE.IP) (Client exited)
  3164. # [21:22] <joe> Optimizer: looks okay from a brief reading of the code
  3165. # [21:22] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  3166. # [21:22] * philor|afk is now known as philor
  3167. # [21:22] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3168. # [21:23] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3169. # [21:23] * Joins: jgriffin_ (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  3170. # [21:23] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3171. # [21:23] <Optimizer> joe: same exception
  3172. # [21:23] <Optimizer> fails.
  3173. # [21:23] <Optimizer> [Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" ..... data: no]
  3174. # [21:24] <taras> tn: there is nothing i'm smart enough to diagnose
  3175. # [21:24] <taras> tn: i fear there might be another case of our paint supression kicking in
  3176. # [21:24] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Ping timeout)
  3177. # [21:24] * jgriffin_ is now known as jgriffin
  3178. # [21:24] <taras> (ie when moz thinks it's painting too often)
  3179. # [21:24] * Quits: Ms2ger (Ms2ger@21E2FA32.447FC025.187A1082.IP) (Quit: nn)
  3180. # [21:24] * Joins: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP)
  3181. # [21:24] <taras> would make sense to supress RAF then too
  3182. # [21:25] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Deallocatd. (Probably forbidden by ARC))
  3183. # [21:25] * Joins: knelson (Adium@moz-B2829269.dsl.pltn13.sbcglobal.net)
  3184. # [21:25] <joe> argh
  3185. # [21:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/971141fe081e - Mark Finkle - Bug 837215 - YouTube video's redirect on play; broken on tablets r=bnicholson
  3186. # [21:27] <tn> taras, your callback doesn't do anything to change what is dislayed on the screen? ami reading it right?
  3187. # [21:27] <taras> tn: correct
  3188. # [21:27] <joe> Optimizer: oh, it's failing for *exactly* the same reason
  3189. # [21:27] <Optimizer> yup
  3190. # [21:27] <taras> tn: it's just measuring how fast we could paint if we tried :)
  3191. # [21:27] <Optimizer> so tiling is the only option.
  3192. # [21:27] <joe> yep
  3193. # [21:27] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b546bd987ed4 - Gregory Szorc - Bug 794162 - Mach command to generate a .clang_complete file; r=ehsan
  3194. # [21:27] <Optimizer> let me quickly try that out
  3195. # [21:28] <dholbert> bz, we should be OK security-wise to disable this mScriptGlobalObject check in UnblockOnload() for SVG-as-an-image documents, correct?
  3196. # [21:28] <dholbert> bz, https://mxr.mozilla.org/mozilla-central/source/content/base/src/nsDocument.cpp?mark=7541-7541#7524
  3197. # [21:28] * Joins: marcoz (marco.zehe@moz-4C12C4F9.dip.t-dialin.net)
  3198. # [21:28] * @bz looks
  3199. # [21:28] * Quits: marcoz (marco.zehe@moz-4C12C4F9.dip.t-dialin.net) (Quit: Leaving.)
  3200. # [21:28] <tn> taras, so mozPaintCount doesn't increment because we don't have to paint anything. i think this is a good thing
  3201. # [21:29] * Parts: knelson (Adium@moz-B2829269.dsl.pltn13.sbcglobal.net)
  3202. # [21:29] <@bz> dholbert: hmm
  3203. # [21:29] <taras> tn: yes
  3204. # [21:29] <taras> tn: i'm concerned about RAFs that try to paint, but those paints get skipped
  3205. # [21:29] <taras> which is sort of what happens during pageload
  3206. # [21:30] <taras> if a paint has no chance of going through, we should not fire RAF
  3207. # [21:30] <@bz> dholbert: What does GetDocumentLoadGroup() return for those?
  3208. # [21:30] <dholbert> bz, we want to be able to listen for "load" in SVG-as-an-image documents, but we can't right now
  3209. # [21:30] <@bz> dholbert: right, I understand the problem
  3210. # [21:30] <dholbert> bz, I'm not sure (seth is working on this, I'm giving him suggestions but I wanted to sanity-check my security assumptions :))
  3211. # [21:30] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  3212. # [21:30] <dholbert> seth, ^^
  3213. # [21:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d7b65369292a - Gregory Szorc - Bug 809920 - Create testing/modules for shared testing-only JS modules; r=ted
  3214. # [21:30] <tn> taras, ok, yes. i don't disagree about the paint suppression on page load. i was trying to see if there was anything else going wrong here. ie not during paint suppression during page load
  3215. # [21:30] <seth> yup, i'm seeing this =)
  3216. # [21:30] <@bz> dholbert: in general, as long as that loadgroup is actually still tracking the load of that document...
  3217. # [21:31] <@bz> Should be fine
  3218. # [21:31] * Joins: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net)
  3219. # [21:31] <@bz> The check is there for web pages because the loadgroup persists across navigation
  3220. # [21:31] <dholbert> bz, it should be (it traces back to an image request)
  3221. # [21:31] <@bz> ok
  3222. # [21:31] * Quits: Nefzaoui (chatzilla@90FC43A7.3C153E4F.D9343D67.IP) (Quit: ChatZilla 0.9.89 [Firefox 19.0/20130123083802])
  3223. # [21:32] <taras> tn: ok, lets keep the answer at 'no'
  3224. # [21:32] <dholbert> cool. so adding "|| IsBeingUsedAsImage()" to the mScriptGlobalObject check there and in DoUnblockOnload() should be correct, then
  3225. # [21:32] <seth> dholbert: already done, but i pulled since i last built so doing a full rebuild =(
  3226. # [21:33] <seth> dholbert: will have results in like 20 minutes i guess haha
  3227. # [21:33] <dholbert> seth, cool. the suspense is killing me! :)
  3228. # [21:33] <dholbert> seth, cool :)
  3229. # [21:33] * rail-brb is now known as rail
  3230. # [21:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b2ed3a48edbe - Vendelin Ruzicka - Bug 835767: AsyncConnectionHelper::ConvertCloneReadInfosToArray callers don't need to clear structured clone buffers. r=bent
  3231. # [21:34] <dholbert> seth, if you like, you could make those onload tweaks in a helper-bug, since it's an atomic change and (on its own) it shouldn't affect behavior
  3232. # [21:34] * Joins: cjones (cjones@A5A0595A.66715431.D25A875A.IP)
  3233. # [21:34] <tn> taras, ok, so yeah it seems reasonable to stop those callbacks during paint suppression
  3234. # [21:35] <dholbert> seth, and then (assuming this all works) you can just tweak your existing patch to s/SVGLoad/load/
  3235. # [21:35] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  3236. # [21:35] <seth> dholbert: i think that's a good idea. should help narrow things down if there are any issues. but lets make sure this approach is viable first; i'll file the bug if it is
  3237. # [21:35] <dholbert> sure
  3238. # [21:36] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3239. # [21:37] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3240. # [21:37] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  3241. # [21:39] * gregglind is now known as gregglind_away
  3242. # [21:39] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3243. # [21:39] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3244. # [21:40] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  3245. # [21:40] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  3246. # [21:41] * Quits: vingtetun (vingtetun@moz-9EE97ADC.xdsl.toledo.be) (Ping timeout)
  3247. # [21:42] * Quits: Asa (asa@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3248. # [21:42] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  3249. # [21:42] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  3250. # [21:43] <JosiahOne> Okay, my question again: If my patch alters actual UI elements. In this case it adds text, do I need to have it localized before it gets pushed into the nightly channel?
  3251. # [21:43] * Joins: Asa (asa@F2D29657.F60B0462.67AC9B1.IP)
  3252. # [21:44] <Optimizer> JosiahOne: yes
  3253. # [21:44] <JosiahOne> Optimizer: Oh bother. To what languages?
  3254. # [21:44] <Optimizer> en-US
  3255. # [21:44] * Joins: DarylXian (DarylXian@moz-1F9EAEDF.sonic.net)
  3256. # [21:44] * Joins: aceman (inet@moz-C80ED79A.dynamic.nextra.sk)
  3257. # [21:45] <JosiahOne> Optimizer: That's it.
  3258. # [21:45] <Optimizer> yup
  3259. # [21:45] <JosiahOne> Optimizer: I just can't hard code it right?
  3260. # [21:45] <Optimizer> just add it to an existing .properties or dtd file
  3261. # [21:45] * Quits: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  3262. # [21:45] <Optimizer> JosiahOne: what is it ?
  3263. # [21:46] <JosiahOne> Text in the settings.
  3264. # [21:46] <JosiahOne> A label.
  3265. # [21:46] <Optimizer> is it an engligh only thing ?
  3266. # [21:46] <Optimizer> a settings label .. then no.
  3267. # [21:46] <JosiahOne> Optimizer: No, it will need to be translated.
  3268. # [21:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ac2666f2a095 - Ehsan Akhgari - Bug 837235 - Fix builds with --disable-webgl; r=bjacob
  3269. # [21:46] <JosiahOne> But when?
  3270. # [21:46] <Optimizer> when what ?
  3271. # [21:47] * Joins: jammink (textual@43CB6079.66715431.D25A875A.IP)
  3272. # [21:47] <DarylXian> Hi. My `tooltip` styling has recently (can't say for sure, last point version or two ...) become INsensitive to `background-color` styles. `color` works, just not `background-color` -- in tooltips. BOTH work ok in other elements. I.e., http://pastebin.com/8QjziuX3
  3273. # [21:47] <Optimizer> joe: my firefox crashed
  3274. # [21:47] <Optimizer> without a send crash report window
  3275. # [21:47] <DarylXian> 1st saw this in TB, chatting @ #maildev discovered it ALSO occurs in FF, as tooltup code is shared
  3276. # [21:47] * Joins: mak (mak@8F761026.B5EF4AF6.E96CA9D8.IP)
  3277. # [21:48] <DarylXian> #maildev said to bring the topic here ... any hints at debug/workaround?
  3278. # [21:48] * Joins: aleth (aleth@moz-2936FDE3.ictp.it)
  3279. # [21:48] <JosiahOne> Optimizer: When in the process does it need to be translated to other languages? Before it gets pushed to Nightly? While in Nightly? Before it even gets reviewed+?
  3280. # [21:49] <Optimizer> JosiahOne: before r+ it should be softcoded and the fetched from proper .properties file or dtd file
  3281. # [21:49] * Joins: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3282. # [21:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4a93c9d94a3b - Gregor Wagner - Bug 836423 - Contacts API: Fix oncontactchange function. r=bent
  3283. # [21:49] * Quits: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP) (Ping timeout)
  3284. # [21:49] <Optimizer> then in aurora the various translators translate it into all other kind of languages
  3285. # [21:49] * cpeterson is now known as cpeterson|lunch
  3286. # [21:50] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  3287. # [21:50] <joe> Optimizer: without the crash report window is very unusual indeed
  3288. # [21:51] <JosiahOne> Optimizer: Alright thanks. Do I have to make a .properties file, or is there a "combined" one?
  3289. # [21:51] * Joins: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net)
  3290. # [21:51] <Optimizer> JosiahOne: there must be one, look around
  3291. # [21:51] <Optimizer> joe: yes, I think I am doing something wrong, let me look at the one and only existing example in the code .
  3292. # [21:51] * Joins: sdumitriu (sdumitriu@FEB3117E.37DF827B.4534CD63.IP)
  3293. # [21:51] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  3294. # [21:53] <Optimizer> joe: okay. the getImageData should have returned an array, so doing + on each one does not work :P
  3295. # [21:53] <joe> oh
  3296. # [21:53] * Quits: victorporof (victorporo@5177657A.A58E0E41.6A4F8DA2.IP) (Quit: victorporof)
  3297. # [21:53] <JosiahOne> Optimizer: Browser.properties? There are a whole bunch of them? Which one do I use?
  3298. # [21:53] <Optimizer> concatinate arrays to concatinate pixels to concatinate images
  3299. # [21:53] <joe> how do you concatenate arrays?
  3300. # [21:53] * Joins: willyaranda (willyarand@6452AA23.6D31AEE9.AC724CC6.IP)
  3301. # [21:53] <Optimizer> JosiahOne: create new on similar terms.
  3302. # [21:54] * Joins: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  3303. # [21:54] * Quits: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP) (Input/output error)
  3304. # [21:54] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  3305. # [21:54] <Optimizer> joe: no idea, going to find a way now.
  3306. # [21:54] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  3307. # [21:54] <joe> *nod*
  3308. # [21:54] <Optimizer> a splice
  3309. # [21:54] <Optimizer> ah*
  3310. # [21:55] <Optimizer> oh wait
  3311. # [21:55] <Optimizer> concat
  3312. # [21:55] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  3313. # [21:55] <Optimizer> thank god atleast arrays have an easy way .. :)
  3314. # [21:55] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3315. # [21:55] * Quits: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard_)
  3316. # [21:55] * Quits: mak (mak@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  3317. # [21:55] <@ehsan> bjacob: xpcom/thread/nsThread.cpp
  3318. # [21:56] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3319. # [21:56] * Quits: dao (dao@CB3EC984.A5F785DE.396E4C6D.IP) (Quit: Leaving.)
  3320. # [21:56] <Optimizer> joe: still crashes
  3321. # [21:56] * Joins: dmose (dmose@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3322. # [21:56] * philor is now known as philor|away
  3323. # [21:56] <mconley> bz: ping
  3324. # [21:56] * Joins: vingtetun (vingtetun@moz-9EE97ADC.xdsl.toledo.be)
  3325. # [21:57] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  3326. # [21:57] <@bz> mconley: ack
  3327. # [21:58] * armenzg_brb is now known as armenzg
  3328. # [21:58] * khuey is now known as khuey|away
  3329. # [21:59] <mconley> bz: hey - so, I'm getting this warning in the error console: "Warning: XUL box for _moz_generated_content_after element contained an inline #text child, forcing all its children to be wrapped in a block." using ::after with content: ''...how does one avoid this?
  3330. # [21:59] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  3331. # [22:00] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3332. # [22:00] <@bz> mconley: You don't?
  3333. # [22:00] <@bz> mconley: I assume you're using display:-moz-box on the :after or something?
  3334. # [22:00] <mconley> that's correct.
  3335. # [22:00] <mconley> bz: --^
  3336. # [22:00] * Quits: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: fitzgen)
  3337. # [22:00] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  3338. # [22:00] <@bz> mconley: The warning is just saying there's a potential perf issue...
  3339. # [22:00] * Joins: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3340. # [22:00] <@bz> mconley: I suppose we could suppress them for generated content
  3341. # [22:01] <Optimizer> it feels great to have a magician in Mozilla :)
  3342. # [22:01] * hwine is now known as hwine-food
  3343. # [22:01] <dmose> is it possible to get the main thread from code that doesn't have MOZILLA_INTERNAL_API defined?
  3344. # [22:01] <mconley> bz: is there a different display: value to avoid the perf issue? Something similar to -moz-box?
  3345. # [22:01] * joduinn is now known as joduinn-food
  3346. # [22:01] <dmose> i.e. the linked doesn't see NS_GetMainThread
  3347. # [22:02] <froydnj> man, why do tables look so awful on blog.mozilla.com
  3348. # [22:02] <dmose> linker
  3349. # [22:02] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: PM: Preparing frontal lobe for mem sleep)
  3350. # [22:02] <@bz> mconley: what are you actually trying to do?
  3351. # [22:03] * Quits: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3352. # [22:03] * Joins: ehugg (chatzilla@C1766AFD.29102B70.6CD50604.IP)
  3353. # [22:04] <mconley> bz: We want a separator between two elements - so we're using pseudo-elements to set a background image on ::after to act as the separator.
  3354. # [22:04] * Joins: azakai_ (alon@2557E599.66715431.D25A875A.IP)
  3355. # [22:04] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3356. # [22:04] <@bz> mconley: border-right wasn't an option?
  3357. # [22:05] <@bz> mconley: or border-bottom, depending on how your layout looks
  3358. # [22:05] <mconley> bz: no, because it has to be a linear gradient.
  3359. # [22:05] <@bz> mmm
  3360. # [22:05] <@bz> we don't support those in border-image?
  3361. # [22:05] <nemo> not yet no :(
  3362. # [22:05] <nemo> there's an open bug on it
  3363. # [22:05] <nemo> part of the whole. use any image anywhere thing :)
  3364. # [22:05] <@bz> On the other hand, if you're doing gradients you don't care that much about the extra box
  3365. # [22:06] <@bz> So it's not like the performance is that big a deal anyway....
  3366. # [22:06] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  3367. # [22:06] * Joins: bdahl (bdahl@moz-EF716D84.xdsl.toledo.be)
  3368. # [22:06] <@bz> So ok
  3369. # [22:06] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3370. # [22:06] <@bz> wait
  3371. # [22:06] <@bz> your actual element is a box?
  3372. # [22:06] * Joins: mak (mak@F2D29657.F60B0462.67AC9B1.IP)
  3373. # [22:06] <@bz> Are you trying to have the ::after be on its right, or on its bottom?
  3374. # [22:06] <NeilAway> jfkthame: I know I was last to touch that function but I'm not 100% that qualifies me to review ;-)
  3375. # [22:06] * Joins: gal (gal@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3376. # [22:07] <mconley> bz: on its right.
  3377. # [22:07] * Parts: DarylXian (DarylXian@moz-1F9EAEDF.sonic.net)
  3378. # [22:07] <@bz> And your parent is a XUL box?
  3379. # [22:07] * @bz thinks
  3380. # [22:08] <@bz> What happens if you set the ::after to be an inline-block?
  3381. # [22:08] <@bz> Does it just not stretch vertically to the right height?
  3382. # [22:08] <Mossop> Where are the restrictions on commit messages documented?
  3383. # [22:08] * jwir3 is now known as jwir3|coffee
  3384. # [22:08] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3385. # [22:09] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  3386. # [22:09] <mconley> bz: yes, it's a XUL hbox. Setting it as inline-block gets rid of the warning, but causes some stuff to shift around. Ok, we're going to investigate that route a little deeper though. Thanks!
  3387. # [22:09] <gps> Mossop: https://hg.mozilla.org/hgcustom/hghooks
  3388. # [22:09] <Waldo> dmose: doesn't the thread manager component/contractid give you that?
  3389. # [22:09] <MattN> Mossop: https://developer.mozilla.org/en-US/docs/Developer_Guide/Committing_Rules_and_Responsibilities#Checkin_comment
  3390. # [22:09] <dmose> hmm, could be
  3391. # [22:09] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  3392. # [22:09] <dmose> Waldo: i'll have a look, thanks
  3393. # [22:10] * Quits: vingtetun (vingtetun@moz-9EE97ADC.xdsl.toledo.be) (Ping timeout)
  3394. # [22:10] <@bz> mconley: no problem, but I would still be happy to just turn off that warning in generated content
  3395. # [22:10] * Parts: aceman (inet@moz-C80ED79A.dynamic.nextra.sk)
  3396. # [22:11] * Mossop sighs
  3397. # [22:12] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Quit: dria)
  3398. # [22:12] * Joins: chuckharmston|lunch (chuckharms@moz-DD938D6C.msp.atomicdatacenters.com)
  3399. # [22:12] * chuckharmston|lunch is now known as chuckharmston
  3400. # [22:13] * Joins: marco (Thunderbir@moz-74BAEBE6.cust.dsl.teletu.it)
  3401. # [22:13] <Mossop> So I guess when we merge from our git repository once a week we're going to have to file a bugzilla bug just so we can include it in the commit message?
  3402. # [22:15] * Joins: crainiarc (Adium@moz-99624ADC.singnet.com.sg)
  3403. # [22:15] * Joins: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3404. # [22:15] <@bz> Mossop: Why?
  3405. # [22:16] <Mossop> bz: Because commit messages have to have a bug number in them
  3406. # [22:16] * Parts: aleth (aleth@moz-2936FDE3.ictp.it)
  3407. # [22:16] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  3408. # [22:16] <@bz> Mossop: no
  3409. # [22:17] <@bz> Mossop: https://developer.mozilla.org/en-US/docs/Developer_Guide/Committing_Rules_and_Responsibilities#Commit_message_restrictions
  3410. # [22:17] <@bz> Mossop: see last bullet in that "allowed are:" list
  3411. # [22:17] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3412. # [22:17] <@bz> Mossop: which presumably this changeset would fall under!
  3413. # [22:17] <Mossop> bz: Since this is an uplift from a non-hg repository it isn't a merge changeset so "merging" doesn't work
  3414. # [22:17] <@bz> maybe I'm missing some context
  3415. # [22:18] <@bz> This is changesets landing in m-c?
  3416. # [22:18] * Quits: markh1 (Instantbir@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3417. # [22:18] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  3418. # [22:18] <@bz> (or some branch that ends up feeding into m-c like inbound)
  3419. # [22:18] <Mossop> Periodically taking code that has been reviewed and landed in a git repository and landing it into m-c
  3420. # [22:18] <@bz> ok
  3421. # [22:19] * Joins: rohandalvi (rohandalvi@moz-848C44F0.student.rit.edu)
  3422. # [22:19] <@bz> So there's just a copy of this git repo inside m-c?
  3423. # [22:19] <froydnj> commit the individual git changesets as hg changesets and do a merge, then push that?
  3424. # [22:19] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3425. # [22:19] <@bz> As in, this is not a git copy of m-c
  3426. # [22:19] * geekboy|afk is now known as geekboy
  3427. # [22:19] <@bz> But yeah, I was going to say what froydnj said
  3428. # [22:19] <rohandalvi> server irc.freenode.net
  3429. # [22:19] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3430. # [22:19] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  3431. # [22:19] * Parts: rohandalvi (rohandalvi@moz-848C44F0.student.rit.edu)
  3432. # [22:19] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Input/output error)
  3433. # [22:20] <froydnj> that's what I do to commit my patches to inbound
  3434. # [22:20] * Joins: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP)
  3435. # [22:20] <Mossop> I'm not sure how easy that is given that the git repo is a sub directory of m-c. Anyway I'll land it wit ha bug this time and start this discussion on tree-management
  3436. # [22:20] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  3437. # [22:20] <cers> is there a way to call (the equivalent of) window.focus() from c++?
  3438. # [22:20] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Input/output error)
  3439. # [22:21] <@bz> Mossop: so the thing is...
  3440. # [22:21] <Mossop> cers: You should be able to call window.Focus() from c++
  3441. # [22:21] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  3442. # [22:21] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  3443. # [22:21] <@bz> Mossop: landing a week's worth of work as one changeset means you can't bisect
  3444. # [22:21] <@bz> mossop: maybe that's ok
  3445. # [22:21] <@bz> Mossop: in which case you could just declaere this effectively a merge changeset and move on
  3446. # [22:22] <Mook_as> dmose: fwiw, NS_GetMainThread should work, it lives in the xpcomglue things, I think, and just calls things via contract id.
  3447. # [22:22] <@bz> Mossop: "merging in the work from 2013 week N on project X"
  3448. # [22:22] * Quits: crainiarc (Adium@moz-99624ADC.singnet.com.sg) (Ping timeout)
  3449. # [22:22] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  3450. # [22:23] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  3451. # [22:24] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.89 [Firefox 20.0a2/20130201042018])
  3452. # [22:24] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  3453. # [22:24] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Deallocatd. (Probably forbidden by ARC))
  3454. # [22:25] <cers> Mossop: thanks
  3455. # [22:25] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  3456. # [22:29] * Joins: dao (dao@CB3EC984.A5F785DE.396E4C6D.IP)
  3457. # [22:29] * Joins: victorporof (victorporo@5177657A.A58E0E41.6A4F8DA2.IP)
  3458. # [22:30] * geekboy is now known as geekboy|afk
  3459. # [22:31] * Quits: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3460. # [22:31] * Quits: bdahl (bdahl@moz-EF716D84.xdsl.toledo.be) (Client exited)
  3461. # [22:31] * Joins: bdahl (bdahl@moz-9EE97ADC.xdsl.toledo.be)
  3462. # [22:32] * Quits: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: fitzgen)
  3463. # [22:32] * Joins: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3464. # [22:33] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3465. # [22:33] * Joins: rednaks (rednaks@A94E5C7E.1AADBF03.6D8B4AB5.IP)
  3466. # [22:33] * Quits: bdahl (bdahl@moz-9EE97ADC.xdsl.toledo.be) (Ping timeout)
  3467. # [22:34] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3468. # [22:34] * Quits: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard_)
  3469. # [22:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0e7e657e7739 - Sean Stangl - Bug 837014 - Always inline the empty script. r=bhackett
  3470. # [22:34] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  3471. # [22:34] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  3472. # [22:35] * Quits: marco (Thunderbir@moz-74BAEBE6.cust.dsl.teletu.it) (Ping timeout)
  3473. # [22:35] <froydnj> Mossop: something like "git show $cset | patch -p1 -d ${mc_hg_dir}/subdir/path" should work just fine for export
  3474. # [22:36] * Quits: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP) (Quit: Leaving.)
  3475. # [22:36] * Joins: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3476. # [22:36] * ojan_away is now known as ojan
  3477. # [22:36] <Mossop> froydnj: For a single changeset, surte
  3478. # [22:36] * Quits: jgilbert (jgilbert@moz-74F645BE.hsd1.ca.comcast.net) (Ping timeout)
  3479. # [22:36] <ojan> Is there an official Mozilla policy on shipping features and/or vendor prefixing?
  3480. # [22:36] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  3481. # [22:36] * Quits: victorporof (victorporo@5177657A.A58E0E41.6A4F8DA2.IP) (Ping timeout)
  3482. # [22:37] <ojan> I've seen a bunch of discussion about only shipping prefixed features to nightlies and only shipping finished unprefixed features stable.
  3483. # [22:37] <ojan> Just wondering if you all have a formal policy you're following?
  3484. # [22:37] <ojan> bz: i expect you know. ^^^^^
  3485. # [22:37] <dholbert> ojan, s/nightlies/development builds/ (including Aurora IIUC)
  3486. # [22:38] * jwir3|coffee is now known as jwir3
  3487. # [22:38] <ojan> dholbert: ah
  3488. # [22:38] * Joins: marco (Thunderbir@moz-F8948527.cust.dsl.teletu.it)
  3489. # [22:38] <@bz> ojan: it's slightly in flux
  3490. # [22:38] * Quits: dao (dao@CB3EC984.A5F785DE.396E4C6D.IP) (Quit: Leaving.)
  3491. # [22:38] <@bz> ojan: but basically, features that we feel we just want people to experiment with a bit we're shipping unprefixed on nightly + aurora and turning off for beta/final
  3492. # [22:39] <@bz> ojan: and the plan is to work on getting the spec to a state where they can just be shipped unprefixed
  3493. # [22:39] <ojan> bz, dholbert: we're reconsidering all this stuff, would be great if we could align policies
  3494. # [22:39] <@bz> ojan: features that we need to ship in an incomplete state for some reason are harder
  3495. # [22:39] <ojan> i'm a big proponent of never shipping new vendor-prefixed features
  3496. # [22:39] <@bz> ojan: lemme see if I can find you the relevant thread
  3497. # [22:39] <@bz> ojan: that's basically what we're aiming for
  3498. # [22:39] <ojan> bz: i saw the thread from a year or so ago
  3499. # [22:40] <ojan> bz: just wondering if there's any more recent public discussion/documentation
  3500. # [22:41] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3501. # [22:41] <@bz> ojan: https://groups.google.com/forum/?fromgroups=#!searchin/mozilla.dev.platform/prefixed$20apis/mozilla.dev.platform/34JfwyEh5e4/ABJ0gsn5fBYJ
  3502. # [22:41] <@bz> ojan: that's the most recent public discussion
  3503. # [22:41] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3504. # [22:41] <@bz> ojan: from November 2012
  3505. # [22:41] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3506. # [22:41] <@bz> ojan: not sure there's a summary anywhere.... :(
  3507. # [22:42] <@bz> ojan: but in any case, new layout and DOM features are basically following Henri's proposed policy
  3508. # [22:42] <ojan> bz: ah, i haven't seen this thread. thanks!
  3509. # [22:42] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  3510. # [22:42] <@bz> ojan: WebRTC is ... discussed in that thread
  3511. # [22:42] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3512. # [22:42] <@bz> ojan: webapi stuff, I'm not sure. :(
  3513. # [22:43] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3514. # [22:43] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3515. # [22:43] <@bz> ojan: We're not very good at organization-wide formal policies. :(
  3516. # [22:43] * Quits: dbradley (dbradley@7AD66899.7A60A104.52E8B953.IP) (Ping timeout)
  3517. # [22:44] * whimboo|afk is now known as whimboo
  3518. # [22:44] <ojan> bz: and this is an especially difficult thing to make a formal policy for since there are so many different cases to generalize
  3519. # [22:44] <@bz> ojan: indeed
  3520. # [22:44] <ojan> bz: anyways, this is super helpful. thanks!
  3521. # [22:44] <@bz> ojan: no problem
  3522. # [22:44] * Quits: marco (Thunderbir@moz-F8948527.cust.dsl.teletu.it) (Ping timeout)
  3523. # [22:44] <@bz> ojan: Fwiw, if you guys do this too...
  3524. # [22:45] <@bz> ojan: it makes it that much easier for us to convince any remaining internal holdouts. ;)
  3525. # [22:45] <ojan> bz: yes! i think it's very likely we will try to do some variant of this.
  3526. # [22:45] <@bz> Sounds good. ;)
  3527. # [22:45] <@bz> Please keep us posted!
  3528. # [22:46] <ojan> bz: really glad Mozilla took the lead here.
  3529. # [22:46] * Joins: tantek (tantek@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3530. # [22:46] <ojan> bz: will do
  3531. # [22:46] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  3532. # [22:46] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  3533. # [22:48] * Quits: tobeytailor (tobeytailo@moz-7F1D149F.dip.t-dialin.net) (Quit: tobeytailor)
  3534. # [22:50] * Joins: dbradley (dbradley@79CD771.BD3B5237.8DD2BC91.IP)
  3535. # [22:50] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  3536. # [22:50] * Quits: wolfiR (wolfiR@moz-47C46320.dip0.t-ipconnect.de) (Quit: Leaving)
  3537. # [22:50] * Quits: cpeterson|lunch (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  3538. # [22:50] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  3539. # [22:51] * Quits: jammink (textual@43CB6079.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  3540. # [22:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bf1502fe8053 - Dão Gottwald - Bug 836010 - When startup is determined to be slow, tell users about ways to improve their startup time. r=felipe
  3541. # [22:53] * ojan is now known as ojan_away
  3542. # [22:53] * Quits: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com) (Ping timeout)
  3543. # [22:53] * Joins: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com)
  3544. # [22:54] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  3545. # [22:54] * jhammel|lunch is now known as jhammel
  3546. # [22:54] <Waldo> internal holdouts, heh
  3547. # [22:54] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  3548. # [22:54] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  3549. # [22:54] * Joins: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  3550. # [22:54] <@bz> waldo: I'm sure we have some
  3551. # [22:55] <Waldo> me too
  3552. # [22:56] * Joins: shorlander (shorlander@F2D29657.F60B0462.67AC9B1.IP)
  3553. # [22:56] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3554. # [22:56] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3555. # [22:57] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  3556. # [22:57] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3557. # [22:57] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3558. # [22:58] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  3559. # [22:59] * Joins: dao (dao@CB3EC984.A5F785DE.396E4C6D.IP)
  3560. # [22:59] * hwine-food is now known as hwine
  3561. # [22:59] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  3562. # [22:59] * Joins: erikvold (erikvold@moz-B29D3791.wireless.telus.com)
  3563. # [23:01] * Quits: atte (atte@moz-37C1DF97.dhcp.inet.fi) (Client exited)
  3564. # [23:01] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  3565. # [23:01] * Joins: nmatsakis (nmatsakis@43CB6079.66715431.D25A875A.IP)
  3566. # [23:02] * rail is now known as rail_away
  3567. # [23:05] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  3568. # [23:06] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3569. # [23:08] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  3570. # [23:08] * Quits: cjones (cjones@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  3571. # [23:08] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3572. # [23:08] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: sheppy)
  3573. # [23:09] * Joins: gandalf (zbraniecki@moz-9EE97ADC.xdsl.toledo.be)
  3574. # [23:09] * Quits: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be) (Ping timeout)
  3575. # [23:09] * Quits: TheOne (one@moz-FE97728D.dip.t-dialin.net) (Input/output error)
  3576. # [23:09] * Quits: azakai_ (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3577. # [23:10] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  3578. # [23:10] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3579. # [23:11] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  3580. # [23:11] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  3581. # [23:13] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  3582. # [23:14] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  3583. # [23:14] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Input/output error)
  3584. # [23:16] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  3585. # [23:16] * Joins: mkaply2 (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3586. # [23:16] * Quits: gandalf (zbraniecki@moz-9EE97ADC.xdsl.toledo.be) (Quit: I took the wrong pill!!!)
  3587. # [23:16] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3588. # [23:17] * AutomatedTester is now known as AutomatedTester|away
  3589. # [23:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/083e6703ed56 - Ehsan Akhgari - Bug 792263 - Implement decodeAudioData; r=bzbarsky,cpearce,padenot
  3590. # [23:18] * Quits: Optimizer (Optimizer@95C1747F.B62A839A.274D17D6.IP) (Ping timeout)
  3591. # [23:18] * Quits: dao (dao@CB3EC984.A5F785DE.396E4C6D.IP) (Quit: Leaving.)
  3592. # [23:20] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  3593. # [23:20] * Joins: crainiarc (Adium@moz-99624ADC.singnet.com.sg)
  3594. # [23:21] * Joins: Optimizer (Optimizer@5B505DBC.77B4AB2C.274D17D6.IP)
  3595. # [23:21] * Quits: erikvold (erikvold@moz-B29D3791.wireless.telus.com) (Quit: erikvold)
  3596. # [23:21] * Quits: Asa (asa@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3597. # [23:21] * armenzg is now known as armenzg_afk
  3598. # [23:22] * Quits: past (Instantbir@moz-EF598389.dsl.dyn.forthnet.gr) (Quit: past)
  3599. # [23:22] * Quits: crainiarc (Adium@moz-99624ADC.singnet.com.sg) (Ping timeout)
  3600. # [23:24] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  3601. # [23:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/42979cfc8b33 - Mark Capella - Bug 836689 - The security notification pop-up is still displayed, r=mfinkle
  3602. # [23:24] * jhopkins is now known as jhopkins|afk
  3603. # [23:25] * Joins: azakai_ (alon@2557E599.66715431.D25A875A.IP)
  3604. # [23:29] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  3605. # [23:29] * Quits: armenzg_afk (armenzg@moz-600B22EA.home1.cgocable.net) (Input/output error)
  3606. # [23:29] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  3607. # [23:30] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  3608. # [23:30] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3609. # [23:30] * ChanServ sets mode: +o dbaron
  3610. # [23:30] * philor|away is now known as philor
  3611. # [23:31] * Quits: RealRaven (Thunderbir@3E64E8A5.7F246BAB.C3498625.IP) (Quit: RealRaven)
  3612. # [23:31] * Quits: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard_)
  3613. # [23:31] * Quits: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP) (Quit: Leaving.)
  3614. # [23:31] * Quits: singerb (singerb@moz-33123EB2.hsd1.mi.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
  3615. # [23:31] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  3616. # [23:34] * Joins: cjones (cjones@A5A0595A.66715431.D25A875A.IP)
  3617. # [23:35] * Joins: victorporof (victorporo@5177657A.A58E0E41.6A4F8DA2.IP)
  3618. # [23:36] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3619. # [23:36] * Joins: lizzard_ (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3620. # [23:36] <azakai_> is there anywhere i can download a nightly *debug* build? i tried this but they are not debug builds it seems ftp://ftp.mozilla.org/pub/firefox/nightly/2013-02-01-mozilla-central-debug/
  3621. # [23:37] <dholbert> azakai_, IIRC our published m-i builds are debug builds
  3622. # [23:37] * Quits: victorporof (victorporo@5177657A.A58E0E41.6A4F8DA2.IP) (Ping timeout)
  3623. # [23:37] <dholbert> er
  3624. # [23:37] * Quits: mkaply2 (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3625. # [23:37] <dholbert> azakai_, how do you know "they are not debug builds"?
  3626. # [23:38] <azakai_> dholbert: well, they spew no debug info the console, are very fast, and about:buildconfig shows -O2 etc.
  3627. # [23:38] * Quits: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  3628. # [23:38] <azakai_> does debug mean just "debug info" but not all debug assertions etc?
  3629. # [23:39] <dholbert> it should mean DEBUG is #defined, which should give assertions & printfs etc
  3630. # [23:39] <azakai_> ok, i'll try inbound then. this I guess? ftp://ftp.mozilla.org/pub/firefox/nightly/2013-02-01-mozilla-inbound-debug/
  3631. # [23:39] <dholbert> yeah
  3632. # [23:39] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3633. # [23:39] <dholbert> azakai_, https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2013-02-01-mozilla-central-debug/ has debug-spew for me
  3634. # [23:40] * Quits: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  3635. # [23:40] <azakai_> hmm
  3636. # [23:40] <dholbert> azakai_, and its about:buildconfig shows -DDEBUG and -Os
  3637. # [23:40] * Joins: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP)
  3638. # [23:40] <dholbert> azakai_, I'm using the x86_64 build from there
  3639. # [23:40] <azakai_> dholbert: i am also trying x86_64. downloading again
  3640. # [23:41] <RyanVM> Mossop: xpcshell orange
  3641. # [23:42] <azakai_> dholbert: looks fine now - no idea what i did wrong before. thanks!
  3642. # [23:43] * Quits: gal (gal@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: gal)
  3643. # [23:43] <dholbert> azakai_, np!
  3644. # [23:43] <RyanVM> mfinkle: robocop orange on your push that looks real (I starred another one on the push after yours)
  3645. # [23:43] * Joins: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP)
  3646. # [23:43] * Quits: beaufour (beaufour@moz-EA4226EF.nyc.biz.rr.com) (Quit: beaufour)
  3647. # [23:45] <mfinkle> RyanVM, that would be interesting
  3648. # [23:45] <Mossop> RyanVM: Looking
  3649. # [23:45] <RyanVM> mfinkle: testBookmarksTab | Correct number of ImageViews visible - got 13, expected 1
  3650. # [23:45] <mfinkle> so an intermittent became permanent?
  3651. # [23:45] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  3652. # [23:46] * Quits: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP) (Ping timeout)
  3653. # [23:46] <mfinkle> the push should only affect youtube links :)
  3654. # [23:46] <mfinkle> so it's interesting for sure
  3655. # [23:46] * Quits: rednaks (rednaks@A94E5C7E.1AADBF03.6D8B4AB5.IP) (Quit: Quitte)
  3656. # [23:46] <mfinkle> i have to go eat dinner, so feel free to back it out and i will try server it to death
  3657. # [23:47] * Joins: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP)
  3658. # [23:47] <mfinkle> RyanVM, seems to be only armv6?
  3659. # [23:48] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  3660. # [23:48] <RyanVM> mfinkle: maybe, a push after that had a different orange
  3661. # [23:48] <RyanVM> and the one after that is pending
  3662. # [23:48] * Quits: joey-away (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.89 [Firefox 20.0a2/20130129042016])
  3663. # [23:48] <RyanVM> i'll wait to see what the next one does first
  3664. # [23:48] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  3665. # [23:49] <mfinkle> k, bbl
  3666. # [23:49] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  3667. # [23:50] * Joins: arky (arky@moz-EF716D84.xdsl.toledo.be)
  3668. # [23:52] * Quits: ggoncalves (ggoncalves@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3669. # [23:52] * Quits: azakai_ (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3670. # [23:53] * philor is now known as philor|away
  3671. # [23:53] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3672. # [23:54] * geekboy|afk is now known as geekboy
  3673. # [23:54] * Quits: Sander (chatzilla@84FEA125.2730E680.FE935EA1.IP) (Ping timeout)
  3674. # [23:54] * Joins: xk1sv (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  3675. # [23:54] * Quits: xk1sv (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP) (Input/output error)
  3676. # [23:54] * Quits: xk1sv_ (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Connection reset by peer)
  3677. # [23:54] * Joins: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP)
  3678. # [23:55] <RyanVM> Mossop: b-c orange too
  3679. # [23:55] * geekboy is now known as geekboy|afk
  3680. # [23:56] * Joins: xk1sv_ (xk1sv@FDCC56F4.F5AF084C.3318EDCA.IP)
  3681. # [23:56] * Quits: xk1sv (xk1sv@9EE1141E.5D97A516.DCB51553.IP) (Ping timeout)
  3682. # [23:56] * xk1sv_ is now known as xk1sv
  3683. # [23:56] <Mossop> Ok I don't get this, this ran fine on try and I even retested locally after updating
  3684. # [23:56] * geekboy|afk is now known as geekboy
  3685. # [23:57] * Parts: dmose (dmose@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3686. # [23:57] * joduinn-food is now known as joduinn
  3687. # [23:58] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3688. # [23:58] <Mossop> RyanWant me to back out everything or just the one changeset that's probably breaking things?
  3689. # [23:58] <Mossop> RyanVM: ^^
  3690. # [23:59] <RyanVM> if you're not certain, I would prefer the entire push
  3691. # [23:59] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  3692. # Session Close: Sat Feb 02 00:00:01 2013

The end :)