/irc-logs / mozilla / #developers / 2013-12-16 / end

Options:

  1. # Session Start: Mon Dec 16 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  4. # [00:00] <nrc> i did indeed
  5. # [00:01] * Quits: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP) (Ping timeout)
  6. # [00:02] <@njn> nrc: sounds like you'd make a sad face if you ate it anyway
  7. # [00:02] * Joins: tonymec (tonymec@5274785E.A54F7B7E.277517C1.IP)
  8. # [00:02] <nrc> heh
  9. # [00:02] <nrc> lots of people seem to enjoy them, not sure why
  10. # [00:02] * philor|away is now known as philor
  11. # [00:02] <@roc> really?
  12. # [00:02] <nrc> at least their shells are very pretty
  13. # [00:03] <@roc> I've never had one and I don't recall anyone mentioning they have
  14. # [00:03] <@roc> yes, the shells are pretty.
  15. # [00:03] * Unfocused has never tried one either
  16. # [00:03] <@njn> I can confirm: the shells are pretty
  17. # [00:03] <nrc> but I always see people out catching them, I assume they eat them afterwards
  18. # [00:03] <nrc> They can't be very good sport
  19. # [00:04] <@roc> hehe
  20. # [00:04] <@njn> roc: Jeremy Singer told me he was going to suggest me to do the keynote at ISMM. IIRC you did that last year, right?
  21. # [00:05] <@roc> two years ago
  22. # [00:05] <@roc> well
  23. # [00:05] <@roc> ok it was last year
  24. # [00:05] <@roc> so it will have been two years by the time you give it
  25. # [00:06] <@roc> I think I sent you a copy of my talk back then, so you should be able to avoid repeating it :-)
  26. # [00:06] <@njn> roc: gotcha
  27. # [00:06] <@njn> roc: you used all my material!
  28. # [00:06] <@njn> :P
  29. # [00:06] <@roc> haven't you done any work in the last two years? :-)
  30. # [00:07] <@roc> IIRC I talked a bit about your work but not that much. I didn't talk about DMD.
  31. # [00:08] <@roc> I hope Jeremy's aware that I talked before. It's probably good form to remind him.
  32. # [00:08] <@smaug> icc + igc/ggc + bbp + forgetSkippable ...
  33. # [00:08] <@njn> roc: true, I'll do that
  34. # [00:08] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  35. # [00:08] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  36. # [00:09] <@smaug> there might be something interesting in our memory management
  37. # [00:09] <@roc> smaug: I talked a bit about our CC optimizations back then. ICC is certainly new since then
  38. # [00:09] <@smaug> icc is certainly new, I'm just reviewing the patches :)
  39. # [00:09] <@roc> yes, there certainly is
  40. # [00:10] <@smaug> somehow mccr8 has managed to make this whole icc look rather trivial
  41. # [00:10] * Joins: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP)
  42. # [00:10] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  43. # [00:11] * Joins: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP)
  44. # [00:11] <@roc> njn: I think I told you this before, but one thing I found was tremendously important when talking to the ISMM people is to remind them that our heaps are mostly single threaded. Almost all the literature around optimizing cycle collection rests on the assumption that refcount operations have to be atomic and therefore must be avoided at all costs.
  45. # [00:11] * Joins: harth_ (harth@moz-42412102.hsd1.ca.comcast.net)
  46. # [00:12] <@smaug> ah, but we have had significant refcnt operation optimizations too
  47. # [00:12] <@smaug> snow-white was about that
  48. # [00:12] <@roc> you mean like already_AddRefed etc?
  49. # [00:13] <@smaug> no. snow-white made AddRef/Release of ccable objects significantly faster
  50. # [00:13] * Quits: kentuckyfriedtakahe (ajones@moz-39625047.static-xdsl.xnet.co.nz) (Input/output error)
  51. # [00:13] <@roc> I keep seeing references to that. What is it?
  52. # [00:14] * Joins: kentuckyfriedtakahe (ajones@moz-39625047.static-xdsl.xnet.co.nz)
  53. # [00:14] <@smaug> before sw, refcnt was either a refcnt or a pointer to a purple buffer entry which had the refcnt
  54. # [00:15] <@smaug> in case we had to access pb entry to update refcnt, it was slow because of indirect access
  55. # [00:15] <@smaug> with sw refcnt is always a refcnt (+ 2 bits)
  56. # [00:15] * Quits: harth_ (harth@moz-42412102.hsd1.ca.comcast.net) (Ping timeout)
  57. # [00:15] <@roc> is it documented anywhere?
  58. # [00:16] <@smaug> well, https://bugzilla.mozilla.org/show_bug.cgi?id=snow-white
  59. # [00:17] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  60. # [00:18] <@roc> probably needs some real documentation :-)
  61. # [00:18] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  62. # [00:18] <@smaug> sw changed deletion of objects, since it is now up to the cycle collector to delete. refcnt==0 is just a snow-white object, but can be still alive (well, sort of)
  63. # [00:18] <@smaug> yup
  64. # [00:20] * BenWa|email is now known as BenWa
  65. # [00:21] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  66. # [00:22] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  67. # [00:22] * Joins: dew1 (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  68. # [00:23] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  69. # [00:24] * Quits: till (till@moz-68595BFC.adsl.alicedsl.de) (Client exited)
  70. # [00:24] * Quits: rednaks (rednaks@3FBED9BF.C939CBE8.55FFA9B4.IP) (Quit: Téléportation !)
  71. # [00:25] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  72. # [00:25] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: Leaving.)
  73. # [00:25] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  74. # [00:25] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  75. # [00:27] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  76. # [00:28] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  77. # [00:28] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  78. # [00:29] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  79. # [00:29] * Joins: Bas_ (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  80. # [00:29] * Quits: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  81. # [00:30] * Joins: annevk (annevk@73520641.4F390C2A.420B7681.IP)
  82. # [00:30] * Bas_ is now known as Bas
  83. # [00:32] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  84. # [00:33] <RealRaven> how does Firefox determine whether it is on a handheld device?
  85. # [00:33] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  86. # [00:35] <@njn> RealRaven: at a guess... Firefox for Android is an entirely different product to Firefox for desktop (well there's lots of shared code, but lots of non-shared bits too), so that knowledge is baked into the product
  87. # [00:35] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  88. # [00:36] <@njn> at least, that's my understanding
  89. # [00:36] * Quits: huseby (huseby@moz-10252083.tor-exit.calyxinstitute.org) (Input/output error)
  90. # [00:37] <RealRaven> njn: I was searching on mxr for the term "handheld" but came back with very little
  91. # [00:37] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  92. # [00:37] <@njn> RealRaven: by "handheld" do you mean phone or tablet?
  93. # [00:37] <RealRaven> there must be a point in the code where it parses @media handheld queries
  94. # [00:37] <RealRaven> njn: I mean whatever triggers the @media handheld CSS query
  95. # [00:37] <heycam> I'm not sure that we ever match the handheld media query, even on Firefox for Android
  96. # [00:37] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: Leaving.)
  97. # [00:38] <heycam> this bug is still open https://bugzilla.mozilla.org/show_bug.cgi?id=236427
  98. # [00:38] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  99. # [00:38] <@njn> RealRaven: listen to heycam, he actually knows what he's talking about with this stuff
  100. # [00:38] <@njn> :)
  101. # [00:38] <heycam> heh
  102. # [00:39] <RealRaven> heycam: I am only following this: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries
  103. # [00:39] <RealRaven> heycam: I have a presentation tomorrow and it would be nice if I could "trigger" my stylesheets by faking a handheld bit.
  104. # [00:40] <heycam> RealRaven, you can always use max-width / max-height
  105. # [00:40] <RealRaven> heycam: using max-width is too hit and miss. e.g. nexus 7 has 1280 pixels width
  106. # [00:40] <RealRaven> heycam: but that doesn't really tell me that its pixels are tiny
  107. # [00:40] <heycam> RealRaven, I wonder if we support the resolution media query
  108. # [00:40] <RealRaven> heycam: worse - I am using a Samsung Galaxy 800*480. a pixel is about half a pixel on my desktop
  109. # [00:41] <RealRaven> heycam: if there was a dpi setting that would be ideal
  110. # [00:41] <RealRaven> heycam: earlier I found layout.css.devPixelsPerPx in about:config which is super awesome
  111. # [00:42] <RealRaven> <== needs to read up on the resolution query.
  112. # [00:43] <RealRaven> what is a typical resolution for a 22 inch monitor?
  113. # [00:43] <RealRaven> Also, the bigger the dpi, the smaller the pixels, is this correct?
  114. # [00:43] * kaze is now known as kaze|zZz
  115. # [00:43] <heycam> RealRaven, just looking through the code, I haven't found anything yet that responds to resolution with dpi values. I see some uses of dppx in our internal style sheets.
  116. # [00:44] <Hughman> RealRaven: do you mean something like https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag ?
  117. # [00:45] <RealRaven> Hughman: reading...
  118. # [00:46] * Joins: marco (Thunderbir@moz-53B12C7.retail.telecomitalia.it)
  119. # [00:48] * Quits: dew1 (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  120. # [00:48] * Quits: Archaeopteryx (itsme@moz-38CD599B.cust.telecolumbus.net) (Quit: Goodbye)
  121. # [00:49] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  122. # [00:50] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  123. # [00:50] <RealRaven> ...what's a typical 240 dpi screen?
  124. # [00:51] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  125. # [00:51] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  126. # [00:51] <RealRaven> is there a dpi calculcator somewhere?
  127. # [00:53] <RealRaven> hmm according to this http://members.ping.de/~sven/dpi.html
  128. # [00:54] <RealRaven> my desktop screens have Display size: 18.66" × 11.66" = 217.53in² (47.39cm × 29.62cm = 1403.4cm²) at 90.05 PPI, 0.2821mm dot pitch, 8109 PPI²
  129. # [00:54] <RealRaven> but where is the dpi in that?
  130. # [00:54] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  131. # [00:54] * Quits: marco (Thunderbir@moz-53B12C7.retail.telecomitalia.it) (Ping timeout)
  132. # [00:54] * Joins: marco (Thunderbir@moz-53B12C7.retail.telecomitalia.it)
  133. # [00:54] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  134. # [00:55] <RealRaven> So if my monitor has 90 PPI = 90 "dpi", then my Samsung Galaxy probably has 180 dpi?
  135. # [00:56] * Joins: Dwight_Stegall_ (chatzilla@moz-3088615F.client.mchsi.com)
  136. # [00:56] <Hughman> RealRaven: it should be about "pixels width / screen inches width" if that helps
  137. # [00:56] <RealRaven> ok. I am a little bad with inches (metric here), let me get that Galaxy and measure it quickly
  138. # [00:57] <RealRaven> 4inches high. 800pixels
  139. # [00:57] <@njn> philor: https://wiki.mozilla.org/Sheriffing/Job_Visibility_Policy#12.29_Crashes_should_produce_valid_crash_stacks is a new requirement... do you know if I need to do anything special for Valgrind jobs?
  140. # [00:58] * Quits: marco (Thunderbir@moz-53B12C7.retail.telecomitalia.it) (Quit: marco)
  141. # [00:58] <RealRaven> a here it is:http://en.wikipedia.org/wiki/Samsung_Galaxy_S_II
  142. # [00:59] <RealRaven> 4.3 in (110 mm) AMOLED with 480×800 pixels (218 ppi)
  143. # [00:59] * Quits: givanica (givanica@10783111.9D16DD5B.FB866788.IP) (Connection reset by peer)
  144. # [01:00] <@njn> philor: --enable-crashreporter is present in the logs
  145. # [01:00] <@njn> philor: and this is on Linux64, so hopefully that's enough?
  146. # [01:01] <RealRaven> so more than double. 218ppi as opposed to 90 ppi.that means 1px Samsung = 0.41 Pixels on my desktop monitors. Poor eyes
  147. # [01:01] <RealRaven> would also mean my style sheet needs double the size fonts on a mobile device. So what I need is a media dpi query
  148. # [01:01] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  149. # [01:01] <RealRaven> one that works across browsers :P
  150. # [01:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7635b9512d86 - Ehsan Akhgari - Bug 950508 - Build widget/windows in unified mode; r=roc
  151. # [01:02] * Joins: yene (yene@moz-B65BDB82.dclient.hispeed.ch)
  152. # [01:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1566a2e95c3b - Ehsan Akhgari - Bug 950505 - Build content/media/wmf in unified mode; r=roc
  153. # [01:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bce074481220 - Ehsan Akhgari - Bug 950507 - Build content/media/fmp4 in unified mode; r=roc
  154. # [01:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/caa78bef50e3 - Ehsan Akhgari - Bug 950506 - Build content/media/directshow in unified mode; r=roc
  155. # [01:04] <RealRaven> good night all!
  156. # [01:04] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  157. # [01:04] <RealRaven> tx for helping
  158. # [01:04] <Hughman> RealRaven: wouldn't <meta name="viewport" content="initial-scale=1"> result in that?
  159. # [01:05] <RealRaven> Hughman: I don't know can you explain before I go to bed? what does this mean
  160. # [01:05] <@njn> philor: do you recognize the failure at https://tbpl.mozilla.org/?tree=Try&rev=9b7c79deaf05&showall=1 ?
  161. # [01:05] <RealRaven> Hughman: does it mean that everything is always scaled correctly?
  162. # [01:05] <@njn> philor: nsinstall: cannot make symbolic link /builds/slave/try-l64-valgrind-0000000000000/objdir/js/src/js: File exists
  163. # [01:05] <Hughman> RealRaven: it did that last time I used it
  164. # [01:06] <@njn> philor: the patch I added is tiny, and a prior run without the patch was fine...
  165. # [01:06] <Hughman> RealRaven: worth a try but placing that in the page head tag anyway
  166. # [01:06] <Hughman> *by
  167. # [01:06] <RealRaven> ok. will do
  168. # [01:07] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  169. # [01:07] <RealRaven> I nheed to send this IRC conversation to my email, let's see if this is possible in Thunderbird
  170. # [01:08] <Hughman> RealRaven: see logbot link in channel topic
  171. # [01:09] <RealRaven> Hughman: tx!
  172. # [01:09] <RealRaven> I just did a Select all and dumped it into an email. not canonical, but fast and worked for me :P
  173. # [01:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9063babbb519 - Nicholas Cameron - Bug 950504. Remove MatrixForThebesMatrix. r=mattwoodrow
  174. # [01:10] <Hughman> RealRaven: np
  175. # [01:10] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  176. # [01:11] * Quits: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it) (Quit: Leaving.)
  177. # [01:11] <RealRaven> I hope my colleague won't be too unimpressed I refactored the CSS of the site but I used mostly @media only screen and max-width (and max-height)
  178. # [01:11] <RealRaven> beats rewriting the site as Android app though :-)
  179. # [01:12] <RealRaven> Especially with all those SAP and Oracle calls :D
  180. # [01:12] * Quits: RealRaven (Thunderbir@46B6FC8F.A32FF38F.27F80FAC.IP) (Client exited)
  181. # [01:14] * Quits: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP) (Ping timeout)
  182. # [01:17] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  183. # [01:18] * Joins: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP)
  184. # [01:18] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  185. # [01:18] * ewong|away is now known as ewong
  186. # [01:19] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  187. # [01:19] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  188. # [01:20] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  189. # [01:24] <@roc> spambot says "hi! It's me! I'm visiting this site on a regular basis."
  190. # [01:24] <@roc> yes, I have no doubt you are.
  191. # [01:26] * Quits: bitgeeky (bitgeeky@BD73E15.9BF36743.EBCC7000.IP) (Ping timeout)
  192. # [01:32] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  193. # [01:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7aff3ce81046 - Chris Pearce - Bug 938107 - Wait for media state machine thread to shutdown during XPCOM shutdown before returning. r=roc
  194. # [01:33] <@njn> roc: any idea what dictates Firefox's exit code?
  195. # [01:33] <@njn> roc: Windows PGO build runs are returning non-zero, and we currently don't check the exit code; I've added it for Valgrind, and so it's biting me
  196. # [01:34] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  197. # [01:35] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  198. # [01:36] <@roc> no idea
  199. # [01:38] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  200. # [01:38] <@njn> roc: where is main()?
  201. # [01:38] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  202. # [01:39] <@njn> XRE_main() is in nsAppRunner.cpp...
  203. # [01:39] <@roc> don't know
  204. # [01:40] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  205. # [01:40] <@njn> roc: nsBrowserApp.cpp, I think
  206. # [01:41] * Joins: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it)
  207. # [01:41] <Unfocused> yea, was about to say that
  208. # [01:42] <@njn> Unfocused: you were about to be right!
  209. # [01:42] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  210. # [01:46] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Ping timeout)
  211. # [01:46] <@njn> yo tryserver, where's my job?
  212. # [01:47] * Quits: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it) (Ping timeout)
  213. # [01:47] <@njn> oh, there it is
  214. # [01:49] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  215. # [01:49] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  216. # [01:50] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  217. # [01:50] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  218. # [01:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/553146bde62c - Chris Pearce - Bug 938107 - Backed out changeset 7aff3ce81046 for bustage. r=bustage.
  219. # [01:51] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  220. # [01:52] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  221. # [01:53] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  222. # [01:55] <yeukhon> ugh tonight nightly and flash just don't get along very well
  223. # [01:55] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  224. # [01:55] <yeukhon> high cpu and memory spike.
  225. # [01:58] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  226. # [01:59] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  227. # [01:59] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  228. # [01:59] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  229. # [02:01] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  230. # [02:03] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  231. # [02:05] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  232. # [02:05] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  233. # [02:12] * Quits: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Ping timeout)
  234. # [02:12] * Joins: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  235. # [02:13] * Quits: KaiRo (robert@moz-8E8AB038.adsl.highway.telekom.at) (Input/output error)
  236. # [02:15] <nrc> I am seeing a huge amount of fail when parsing WebIDL - No regular expression defined for rule t_OTHER
  237. # [02:15] <nrc> anyone know what's up with that?
  238. # [02:15] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  239. # [02:17] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  240. # [02:17] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  241. # [02:18] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  242. # [02:18] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  243. # [02:20] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  244. # [02:25] * Quits: ggp (ggp@9E593988.E7DE191F.B65F468E.IP) (Input/output error)
  245. # [02:25] * nrc is now known as nrc|afk
  246. # [02:27] * Quits: nical (nico@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  247. # [02:27] <philor> njn: nope, never seen it, don't see why either the leak or the return code would produce it
  248. # [02:27] * Joins: mwu (mwu@5B6172E2.2576DF53.FDFC209F.IP)
  249. # [02:27] * Joins: ggp (ggp@9E593988.E7DE191F.B65F468E.IP)
  250. # [02:27] <@njn> philor: I re-triggered and it was still there, so I re-submitted to try and it went away
  251. # [02:27] * @njn shrugs
  252. # [02:28] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  253. # [02:28] <philor> oh, I failed to look at the first thing I usually look at, "was it one slave, which we can blame?"
  254. # [02:29] <philor> not that I have a theory for why poor bld-centos6-hp-027 can't create a symlink
  255. # [02:31] * Quits: annevk (annevk@73520641.4F390C2A.420B7681.IP) (Input/output error)
  256. # [02:32] * Joins: spohl (Adium@A1105ADF.F8C24747.473D6A24.IP)
  257. # [02:32] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  258. # [02:33] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  259. # [02:35] * glob|away is now known as glob
  260. # [02:36] * Quits: cers_ (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  261. # [02:36] * Joins: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net)
  262. # [02:37] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  263. # [02:37] * Quits: ggp (ggp@9E593988.E7DE191F.B65F468E.IP) (Input/output error)
  264. # [02:37] * Joins: ggp (ggp@9E593988.E7DE191F.B65F468E.IP)
  265. # [02:38] * Quits: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net) (Ping timeout)
  266. # [02:39] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  267. # [02:39] <ewong> race?
  268. # [02:40] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  269. # [02:40] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  270. # Session Close: Mon Dec 16 02:42:38 2013
  271. #
  272. # Session Start: Mon Dec 16 02:42:38 2013
  273. # Session Ident: #developers
  274. # [02:42] * Disconnected
  275. # [02:43] * Attempting to rejoin channel #developers
  276. # [02:43] * Rejoined channel #developers
  277. # [02:43] * Topic is 'Next uplift 3 Feb || Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
  278. # [02:43] * Set by philor on Mon Dec 09 20:42:07
  279. # [02:46] * Joins: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it)
  280. # [02:46] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  281. # [02:47] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  282. # [02:47] * Quits: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it) (Ping timeout)
  283. # [02:50] <@njn> heycam: reading the CSS variables reaction... Wadler's Law strikes again
  284. # [02:50] * @njn is so sick of that damned Law
  285. # [02:50] * heycam does not know that law
  286. # [02:51] <@njn> heycam: the short version is "OMG syntax!"
  287. # [02:51] <heycam> njn, ha
  288. # [02:51] <@njn> In any language design, the total time spent discussing
  289. # [02:51] <@njn> a feature in this list is proportional to two raised to
  290. # [02:51] <@njn> the power of its position.
  291. # [02:51] <@njn> 0. Semantics
  292. # [02:51] <@njn> 1. Syntax
  293. # [02:51] <@njn> 2. Lexical syntax
  294. # [02:51] <@njn> 3. Lexical syntax of comments
  295. # [02:51] <@njn> heycam: I liked Graydon's approach with the Rust syntax
  296. # [02:52] <heycam> 2**0 sounds about right
  297. # [02:52] <@njn> heycam: AIUI, he basically said "the syntax isn't settled, this is just placeholder syntax, so don't bitch about it"
  298. # [02:52] <@njn> heycam: but then the follow-up discussion never happend and the "placeholder" syntax remained
  299. # [02:52] <@njn> heycam: at least, that's my understanding, but I could be totally wrong
  300. # [02:52] <heycam> heh that is one way to do it :)
  301. # [02:53] <heycam> not that I have anything against syntax by fiat. better than incorporating a bunch of different ides.
  302. # [02:53] * Joins: echang (echang@moz-99690620.hinet-ip.hinet.net)
  303. # [02:53] <heycam> still, $ would have been nice given people were used to it
  304. # [02:53] <@njn> the older I get, all I care about is making syntax as strict as possible, so code style guides have as little leeway as possible
  305. # [02:53] <heycam> I think one of the main reasons not to use it was because the semantics were different from LESS/SASS (whichever one uses the $)
  306. # [02:54] <@njn> oh, you want to choose where to put that brace? sorry
  307. # [02:54] * Quits: yene (yene@moz-B65BDB82.dclient.hispeed.ch) (Quit: The system is overheating and needs to go to sleep now.)
  308. # [02:54] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  309. # [02:55] <mjrosenb> njn: I use similar arguments w.r.t. types whenever
  310. # [02:55] <heycam> there is a certain kind of person, me included, who can spend too much time fretting about code matching style guides, or being consistent with existing code
  311. # [02:55] <mjrosenb> I use js or python
  312. # [02:55] <heycam> the less leeway I have in the language the better, I guess :)
  313. # [02:55] <@njn> heycam: definitely
  314. # [02:55] <@njn> heycam: that's why gofmt is a great idea
  315. # [02:56] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  316. # [02:58] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  317. # [02:59] <mjrosenb> gofmt?
  318. # [03:00] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  319. # [03:00] <mjrosenb> oh, a go formatter.
  320. # [03:01] <mjrosenb> I was parsing that as some combination of gofer and game of thrones...
  321. # [03:01] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  322. # [03:01] * heycam is now known as heycam|away
  323. # [03:02] * Joins: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net)
  324. # [03:03] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  325. # [03:05] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  326. # [03:05] * Joins: darkowlzz (sunny@A16941B8.B8805E7D.25B273F5.IP)
  327. # [03:06] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  328. # [03:07] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  329. # [03:07] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  330. # [03:10] * Joins: sewardj_ (sewardj@moz-B2618878.dip0.t-ipconnect.de)
  331. # [03:10] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  332. # [03:11] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  333. # [03:11] * Quits: sewardj (sewardj@moz-C12FB79.dip0.t-ipconnect.de) (Ping timeout)
  334. # [03:13] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  335. # [03:13] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  336. # [03:15] <@njn> heycam|away: in the year 2013 there are still people who think that a language with significant whitespace cannot possibly be usable
  337. # [03:17] * Joins: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net)
  338. # [03:19] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  339. # [03:21] * Quits: chewey (chewey@moz-B71856EA.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  340. # [03:21] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  341. # [03:21] * Joins: chewey (chewey@moz-23693E11.dip0.t-ipconnect.de)
  342. # [03:22] * Joins: digitsm_ (digitsm@92F624AE.310AA6F1.C146C5E5.IP)
  343. # [03:23] * Quits: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net) (Ping timeout)
  344. # [03:23] * khuey|away is now known as khuey
  345. # [03:24] * Joins: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net)
  346. # [03:24] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  347. # [03:25] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  348. # [03:25] * ChanServ sets mode: +o roc
  349. # [03:25] * Joins: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net)
  350. # [03:25] * nrc|afk is now known as nrc
  351. # [03:29] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  352. # [03:30] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  353. # [03:30] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  354. # [03:33] * Joins: marco (Thunderbir@moz-53B12C7.retail.telecomitalia.it)
  355. # [03:34] * Quits: marco (Thunderbir@moz-53B12C7.retail.telecomitalia.it) (Quit: marco)
  356. # [03:35] <doublec> njn: is signifiant whitespace a syntax thing and you discusing it is an instance of wadler's law?
  357. # [03:36] <@njn> doublec: significant whitespace is very much a syntax thing
  358. # [03:36] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  359. # [03:36] <doublec> njn: I seem to recall roc wanting languages to have a 'one true style' that would be a compile error if people deviate from.
  360. # [03:36] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  361. # [03:37] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  362. # [03:37] * heycam|away is now known as heycam
  363. # [03:37] <@njn> doublec: yes -- gofmt
  364. # [03:37] <@njn> like that
  365. # [03:38] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  366. # [03:39] * Quits: coop|afk (Chris@moz-2989FE1D.dsl.bell.ca) (Quit: coop|afk)
  367. # [03:39] <mjrosenb> and you must use camel cased hungarian notation!
  368. # [03:43] * Joins: rcampbelllaos (rcampbelll@9C26085B.566EA932.E8916D75.IP)
  369. # [03:44] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  370. # [03:46] * Joins: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it)
  371. # [03:48] * Quits: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it) (Ping timeout)
  372. # [03:49] * Quits: mwu (mwu@5B6172E2.2576DF53.FDFC209F.IP) (Quit: mwu)
  373. # [03:50] <@roc> gofmt is for weaklings. COMPILE ERROR
  374. # [03:50] * Joins: mwu (mwu@5B6172E2.2576DF53.FDFC209F.IP)
  375. # [03:50] <@roc> incorrect indent? COMPILE ERROR.
  376. # [03:50] <@roc> deviation from naming convention? COMPILE ERROR
  377. # [03:50] <@roc> look at me wrong? COMPILE ERROR
  378. # [03:50] <mjrosenb> roc: and if you don't agree with the indentation style of the language authors?
  379. # [03:51] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Input/output error)
  380. # [03:51] <@roc> use a different language
  381. # [03:51] * Quits: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net) (Quit: damons)
  382. # [03:51] <@roc> just as you would if you don't like other aspects of the syntax
  383. # [03:51] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  384. # [03:52] <@roc> but if you use my language, you know that you'll be able to import and export code fragments without worrying about style issues.
  385. # [03:52] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  386. # [03:52] <mjrosenb> roc: now, I envision go-gnu, go-k+r, go-bsd and 10 other languages emeging that only differ in formatting.
  387. # [03:52] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  388. # [03:53] <@roc> nah, that would be stupid
  389. # [03:53] <@roc> syntactic infelicities haven't forced other language forks
  390. # [03:55] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  391. # [03:57] <mjrosenb> other languages haven't had such strict syntacies
  392. # [03:57] <@roc> is that a word?
  393. # [03:57] * Joins: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net)
  394. # [03:58] <heycam> english spelling error? IRC CLIENT REFUSES INPUT
  395. # [03:59] <heycam> actually better build it in to the keyboard
  396. # [03:59] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  397. # [03:59] <doublec> why does my caps lock not work when using irc????
  398. # [03:59] <doublec> sounds like a great idea
  399. # [04:01] <rcampbelllaos> Good morning everyone! Wanting to get started on a Lao translation of Firefox. I have another team member here and getting him ready to start. Can the Lao locale be added to pootle?
  400. # [04:01] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  401. # [04:02] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  402. # [04:04] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  403. # [04:04] <heycam> rcampbelllaos, hi, the right people might not be around at the moment. you could email axel@mozilla.com about it though.
  404. # [04:04] <rcampbelllaos> heycam: Sounds good, will send one off...
  405. # [04:05] <@njn> rcampbelllaos: I don't know anything about translations, but http://mozilla.locamotion.org/ seems relevant
  406. # [04:05] <@njn> rcampbelllaos: "2. Drop us a message and tell us which language you want to translate into" (and there's a link)
  407. # [04:06] <rcampbelllaos> njn: Is that where the firefox translation is done? What about https://localize.mozilla.org/?
  408. # [04:06] <@njn> rcampbelllaos: and there's already http://mozilla.locamotion.org/lo/, though it's only 7% complete
  409. # [04:06] <rcampbelllaos> njn: Yeah, noticed that... If worked on here, will it be submitted to the main repo?
  410. # [04:07] <@njn> rcampbelllaos: beyond my knowledge, sorry
  411. # [04:07] <rcampbelllaos> njn: no problem, will research some more...
  412. # [04:07] <rcampbelllaos> njn: Thanks for the clues!
  413. # [04:07] <@njn> rcampbelllaos: heycam's right, emailing axel is a good idea
  414. # [04:08] <rcampbelllaos> njn: composing one to axel now
  415. # [04:08] * khuey is now known as khuey|away
  416. # [04:09] * khuey|away is now known as khuey
  417. # [04:09] * Joins: sankha93 (Instantbir@41AFD798.82E7DDFE.EFB84E89.IP)
  418. # [04:09] * Quits: sankha93 (Instantbir@41AFD798.82E7DDFE.EFB84E89.IP) (Client exited)
  419. # [04:10] * Quits: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP) (Ping timeout)
  420. # [04:12] * Joins: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP)
  421. # [04:12] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  422. # [04:12] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  423. # [04:13] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  424. # [04:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/377f51d0e354 - Chris Pearce - Bug 938108 - Wait for media state machine thread to shutdown during XPCOM shutdown before returning. r=roc
  425. # [04:13] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  426. # [04:14] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Ping timeout)
  427. # [04:16] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Quit: Leaving)
  428. # [04:17] * Quits: kamidphish (textual@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  429. # [04:17] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  430. # [04:17] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  431. # [04:19] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  432. # [04:20] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  433. # [04:22] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  434. # [04:25] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Input/output error)
  435. # [04:27] * Quits: mwu (mwu@5B6172E2.2576DF53.FDFC209F.IP) (Quit: mwu)
  436. # [04:27] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  437. # [04:27] * ChanServ sets mode: +o bz
  438. # [04:28] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  439. # [04:28] * Quits: darkowlzz (sunny@A16941B8.B8805E7D.25B273F5.IP) (Quit: This computer has gone to sleep)
  440. # [04:31] * Quits: serge (Thunderbir@moz-DD12D69B.dsl.teksavvy.com) (Ping timeout)
  441. # [04:33] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  442. # [04:34] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  443. # [04:35] * Quits: forivall (quassel@moz-C3493F5E.vc.shawcable.net) (Client exited)
  444. # [04:38] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Quit: Leaving)
  445. # [04:38] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  446. # [04:39] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  447. # [04:41] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  448. # [04:42] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  449. # [04:43] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  450. # [04:47] * Joins: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it)
  451. # [04:47] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Input/output error)
  452. # [04:48] * Quits: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it) (Ping timeout)
  453. # [04:49] * Quits: kentuckyfriedtakahe (ajones@moz-39625047.static-xdsl.xnet.co.nz) (Quit: Ex-Chat)
  454. # [04:52] * glob is now known as glob|away
  455. # [04:52] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  456. # [04:53] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  457. # [04:54] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  458. # [04:55] <philor> cpearce: well, on the bright side, that builds...
  459. # [04:56] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Input/output error)
  460. # [04:56] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  461. # [04:56] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  462. # [04:56] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  463. # [04:57] <philor> little iffy on the whole shutting down thing, though
  464. # [04:57] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  465. # [04:59] * Quits: nizmogtr (dave@moz-2CF94F28.lightspeed.miamfl.sbcglobal.net) (Quit: Leaving)
  466. # [05:00] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  467. # [05:01] * Quits: Rik|pto (rik@moz-E813DFA5.fbx.proxad.net) (Input/output error)
  468. # [05:02] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  469. # [05:02] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  470. # [05:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/43abf25b383d - Phil Ringnalda - Back out 377f51d0e354 (bug 938108) for crashtest shutdown crashes
  471. # [05:04] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  472. # [05:04] * Quits: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP) (Ping timeout)
  473. # [05:05] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  474. # [05:07] * Quits: rcampbelllaos (rcampbelll@9C26085B.566EA932.E8916D75.IP) (Quit: Leaving)
  475. # [05:07] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  476. # [05:08] * Quits: Dagger (Dagger@moz-2B01C171.cable.virginm.net) (Ping timeout)
  477. # [05:08] * Joins: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP)
  478. # [05:09] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/556e787d9c7b - Mark Finkle - Bug 927128 - Keep GeckoView limited to Nightly only r=glandium a=lsblakk
  479. # [05:09] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/37e19e8605db - Mark Finkle - Bug 927128 - Keep GeckoView limited to Nightly only (part 2) r=glandium a=lsblakk
  480. # [05:09] * Quits: Dwight_Stegall_ (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  481. # [05:10] * Joins: Dwight_Stegall_ (chatzilla@moz-3088615F.client.mchsi.com)
  482. # [05:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/43a7c4ff96e1 - Mark Hammond - Bug 948258 - Move browser tests from dom/indexedDB/test/Makefile.in to browser.ini. r=ted
  483. # [05:11] * glob|away is now known as glob
  484. # [05:13] * Quits: markh (Instantbir@moz-9F0011DB.bjzv3.vic.bigpond.net.au) (Ping timeout)
  485. # [05:13] * Quits: Waldo (waldo@moz-C3E48BC2.hsd1.mi.comcast.net) (Quit: back tomorrow)
  486. # [05:17] * Joins: markh (Instantbir@moz-9F0011DB.bjzv3.vic.bigpond.net.au)
  487. # [05:18] * Quits: Dwight_Stegall_ (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  488. # [05:19] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Connection reset by peer)
  489. # [05:19] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  490. # [05:19] <cpearce> philor: thanks.
  491. # [05:21] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  492. # [05:22] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  493. # [05:23] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  494. # [05:23] * Quits: Miranda (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  495. # [05:25] * nthomas is now known as nthomas|away
  496. # [05:28] * Joins: Dagger (Dagger@moz-2B01C171.cable.virginm.net)
  497. # [05:32] * BenWa is now known as BenWa|email
  498. # [05:33] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  499. # [05:34] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  500. # [05:35] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  501. # [05:36] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Quit: Leaving.)
  502. # [05:37] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  503. # [05:40] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  504. # [05:40] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Input/output error)
  505. # [05:41] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  506. # [05:42] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  507. # [05:44] * Quits: spohl (Adium@A1105ADF.F8C24747.473D6A24.IP) (Quit: Leaving.)
  508. # [05:44] * Quits: crypt (chatzilla@moz-701A992B.hsd1.ca.comcast.net) (Ping timeout)
  509. # [05:47] * Joins: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it)
  510. # [05:49] * Quits: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it) (Ping timeout)
  511. # [05:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f67feb33a974 - Edwin Flores - Bug 948326 - Actually address review comments in bug 918135 r=cpearce
  512. # [05:51] * lightsofapollo|afk is now known as lightsofapollo|pto
  513. # [05:59] * Joins: smontagu (chatzilla@moz-E658652C.red.bezeqint.net)
  514. # [05:59] * Quits: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net) (Quit: damons)
  515. # [06:03] * glob is now known as glob|away
  516. # [06:03] * Quits: Matti (Matti@moz-B20A5040.dip0.t-ipconnect.de) (Ping timeout)
  517. # [06:05] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  518. # [06:06] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  519. # [06:06] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  520. # [06:06] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  521. # [06:07] * Joins: Matti (Matti@moz-57EA6E59.dip0.t-ipconnect.de)
  522. # [06:07] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  523. # [06:08] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  524. # [06:08] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  525. # [06:09] * Joins: Dwight_Stegall (dwight.ste@moz-3088615F.client.mchsi.com)
  526. # [06:10] * Joins: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net)
  527. # [06:10] * Joins: harth_ (harth@moz-42412102.hsd1.ca.comcast.net)
  528. # [06:14] * Joins: nical (nico@8F761026.B5EF4AF6.E96CA9D8.IP)
  529. # [06:16] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  530. # [06:17] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  531. # [06:18] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Quit: Konversation terminated!)
  532. # [06:19] * jchen is now known as jchen|away
  533. # [06:20] * Quits: six600110 (six600110@moz-C663577C.hsd1.il.comcast.net) (Ping timeout)
  534. # [06:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/711293c01410 - Phil Ringnalda - Bug 934301 - Disable test_bug450930.xhtml for constant failures
  535. # [06:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2cdf8264efb9 - Phil Ringnalda - Bug 934057 - Disable test_notifications_popup.html on Linux for constant failures
  536. # [06:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bc042e0c0db5 - Phil Ringnalda - Bug 945189 - Disable test_bug602838.html on gonk for constant failures
  537. # [06:25] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  538. # [06:26] * Parts: nical (nico@8F761026.B5EF4AF6.E96CA9D8.IP)
  539. # [06:26] * Quits: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP) (Quit: mchang)
  540. # [06:26] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  541. # [06:26] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  542. # [06:26] * glob|away is now known as glob
  543. # [06:28] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  544. # [06:28] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  545. # [06:29] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  546. # [06:30] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  547. # [06:30] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  548. # [06:32] * Quits: Hughman (Mibbit@DF0C90CA.D2C20E22.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  549. # [06:37] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  550. # [06:38] * Joins: six600110 (six600110@moz-C663577C.hsd1.il.comcast.net)
  551. # [06:39] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  552. # [06:40] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  553. # [06:40] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  554. # [06:41] * Quits: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP) (Ping timeout)
  555. # [06:41] * Joins: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP)
  556. # [06:42] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  557. # [06:42] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  558. # [06:42] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  559. # [06:42] <firebot> Check-in:
  560. # [06:42] * Quits: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net) (Ping timeout)
  561. # [06:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c2362348473c - Matt Woodrow - Bug 948848 - Fold transform scale factors down to leaf layers even for temporary layer managers since it can make a difference for clips that are snapped to pixel
  562. # [06:42] <firebot> boundaries. r=roc
  563. # [06:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a418bb88fa4d - Matt Woodrow - Bug 913503 - Update windowed plugin positions before we schedule a composite with OMTC. r=roc
  564. # [06:43] * Joins: janv (varga@43D1E9FD.9105310A.4F33160D.IP)
  565. # [06:43] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  566. # [06:46] * Quits: kinetik (kinetik@24B52514.611C109.FC74E68.IP) (Ping timeout)
  567. # [06:46] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  568. # [06:47] * Joins: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net)
  569. # [06:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/353ea6b84c0f - Gregory Szorc - Bug 950370 - Capture WebIDL example interfaces in moz.build; r=glandium
  570. # [06:48] * Joins: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it)
  571. # [06:48] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  572. # [06:49] * Joins: kinetik (kinetik@24B52514.611C109.FC74E68.IP)
  573. # [06:49] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  574. # [06:49] * Quits: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it) (Ping timeout)
  575. # [06:49] * Joins: bitgeeky (bitgeeky@BD73E15.9BF36743.EBCC7000.IP)
  576. # [06:52] * Quits: mdas (mdas@moz-7289998B.cpe.pppoe.ca) (Input/output error)
  577. # [06:56] * Quits: @njn (chatzilla@moz-B83B059C.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0a1/20131215133818])
  578. # [06:58] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  579. # [07:01] * heycam is now known as heycam|away
  580. # [07:02] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  581. # [07:02] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  582. # [07:03] * khuey is now known as khuey|away
  583. # [07:04] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Ping timeout)
  584. # [07:04] * Quits: bitgeeky (bitgeeky@BD73E15.9BF36743.EBCC7000.IP) (Ping timeout)
  585. # [07:06] * Quits: janv (varga@43D1E9FD.9105310A.4F33160D.IP) (Quit: This computer has gone to sleep)
  586. # [07:07] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  587. # [07:07] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  588. # [07:08] * Joins: bitgeeky (bitgeeky@BD73E15.9BF36743.EBCC7000.IP)
  589. # [07:09] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  590. # [07:11] * Quits: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com) (Quit: )
  591. # [07:11] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  592. # [07:12] * BenWa|email is now known as BenWa
  593. # [07:13] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  594. # [07:13] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  595. # [07:15] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  596. # [07:19] * Joins: janv (varga@43D1E9FD.9105310A.4F33160D.IP)
  597. # [07:19] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  598. # [07:21] * Quits: janv (varga@43D1E9FD.9105310A.4F33160D.IP) (Ping timeout)
  599. # [07:21] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Client exited)
  600. # [07:22] * Joins: wolfiR (wolfiR@moz-AC89AA20.dip0.t-ipconnect.de)
  601. # [07:22] * Quits: harth_ (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  602. # [07:23] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  603. # [07:24] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  604. # [07:28] * Quits: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net) (Quit: damons)
  605. # [07:29] * Joins: AndreiVaida (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  606. # [07:31] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  607. # [07:31] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Ping timeout)
  608. # [07:36] * Joins: jrm2k6 (jrm2k6@moz-BB25B8A3.w2-13.abo.wanadoo.fr)
  609. # [07:37] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  610. # [07:37] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  611. # [07:37] * ChanServ sets mode: +o bsmedberg
  612. # [07:37] * Joins: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net)
  613. # [07:41] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  614. # [07:42] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: Lost terminal)
  615. # [07:43] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  616. # [07:44] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  617. # [07:45] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  618. # [07:46] * Quits: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  619. # [07:46] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  620. # [07:47] * Joins: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  621. # [07:48] * Joins: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it)
  622. # [07:50] * Quits: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it) (Ping timeout)
  623. # [07:54] * Quits: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Ping timeout)
  624. # [07:55] * Joins: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  625. # [07:55] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Client exited)
  626. # [07:56] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Ping timeout)
  627. # [07:57] * fabrice is now known as fabrice|afk
  628. # [07:57] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  629. # [08:03] * Joins: janv (varga@43D1E9FD.9105310A.4F33160D.IP)
  630. # [08:05] * philor is now known as philor|away
  631. # [08:05] * Quits: janv (varga@43D1E9FD.9105310A.4F33160D.IP) (Quit: This computer has gone to sleep)
  632. # [08:06] * Joins: harth_ (harth@moz-42412102.hsd1.ca.comcast.net)
  633. # [08:10] * Quits: ckitching (ckitching@moz-C0166612.plus.com) (Input/output error)
  634. # [08:13] * Joins: victorporof (victorporo@C8C495F5.E3195F0D.9B1E38F4.IP)
  635. # [08:16] * whimboo|afk is now known as whimboo
  636. # [08:18] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  637. # [08:19] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  638. # [08:23] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  639. # [08:24] * Tomcat|afk is now known as Tomcat|sheriffduty
  640. # [08:25] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  641. # [08:26] * BenWa is now known as BenWa|email
  642. # [08:26] * Joins: janv (varga@43D1E9FD.9105310A.4F33160D.IP)
  643. # [08:30] * Joins: nicklebedev (nicklebede@moz-838152B8.net135.n37.ru)
  644. # [08:32] * Joins: ginn (ginn@moz-15DF0CD.oracle.com)
  645. # [08:32] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  646. # [08:35] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Quit: Leaving.)
  647. # [08:37] * Joins: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it)
  648. # [08:37] * Quits: janv (varga@43D1E9FD.9105310A.4F33160D.IP) (Quit: This computer has gone to sleep)
  649. # [08:40] * Quits: jrm2k6 (jrm2k6@moz-BB25B8A3.w2-13.abo.wanadoo.fr) (Client exited)
  650. # [08:40] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Client exited)
  651. # [08:40] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  652. # [08:40] * Joins: jrm2k6 (jrm2k6@moz-BB25B8A3.w2-13.abo.wanadoo.fr)
  653. # [08:40] * Quits: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net) (Quit: damons)
  654. # [08:42] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  655. # [08:42] * Quits: jrm2k6 (jrm2k6@moz-BB25B8A3.w2-13.abo.wanadoo.fr) (Ping timeout)
  656. # [08:43] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  657. # [08:46] * Quits: harth_ (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  658. # [08:48] * Quits: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Ping timeout)
  659. # [08:48] * Joins: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  660. # [08:49] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  661. # [08:51] * Joins: roc (chatzilla@7D3D73AE.8EEA2AE2.FC74E68.IP)
  662. # [08:51] * ChanServ sets mode: +o roc
  663. # [08:51] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  664. # [08:52] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  665. # [08:53] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  666. # [08:53] * Joins: gandalf (textual@moz-B6E035E9.hsd1.ca.comcast.net)
  667. # [08:54] * Joins: nicodel (Thunderbir@moz-20FD88F4.fbx.proxad.net)
  668. # [08:55] * Quits: nicklebedev (nicklebede@moz-838152B8.net135.n37.ru) (Quit: )
  669. # [08:55] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  670. # [08:58] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Ping timeout)
  671. # [08:59] <Tomcat|sheriffduty> mattwoodrow: ping
  672. # [08:59] <mattwoodrow> Tomcat|sheriffduty: pong
  673. # [08:59] <mattwoodrow> oh :(
  674. # [09:00] <Tomcat|sheriffduty> hey mattwoodrow wonder if https://tbpl.mozilla.org/php/getParsedLog.php?id=32014974&tree=Mozilla-Inbound could be related to your push
  675. # [09:01] * Quits: tonymec (tonymec@5274785E.A54F7B7E.277517C1.IP) (Ping timeout)
  676. # [09:01] * Joins: jaoo (user@moz-E7494030.red-81-44-212.dynamicip.rima-tde.net)
  677. # [09:02] * Joins: nicklebedev (nicklebede@moz-838152B8.net135.n37.ru)
  678. # [09:02] * Quits: tonymec|away (tonymec@5274785E.A54F7B7E.277517C1.IP) (Ping timeout)
  679. # [09:02] * Joins: sankha93 (Instantbir@4B25E0C1.8ACFB64A.EFB84E89.IP)
  680. # [09:03] * Quits: sankha93 (Instantbir@4B25E0C1.8ACFB64A.EFB84E89.IP) (Client exited)
  681. # [09:04] * julienw_afk is now known as julienw
  682. # [09:05] <mattwoodrow> Tomcat|sheriffduty: I think I see what it is, but I'm not 100% sure
  683. # [09:05] <mattwoodrow> Want me to back out and go through try? Or push a followup and hope :)
  684. # [09:05] <Tomcat|sheriffduty> well if you are confident it fix the issue a follow up would be fine :)
  685. # [09:07] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  686. # [09:08] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  687. # [09:09] <mattwoodrow> fairly confident, yeah
  688. # [09:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ed71fd2a3a2d - Matt Woodrow - Bug 913503 - Fix reversed if() condition to fix bustage.
  689. # [09:10] <Tomcat|sheriffduty> cool
  690. # [09:11] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  691. # [09:11] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  692. # [09:11] * Joins: harth_ (harth@moz-42412102.hsd1.ca.comcast.net)
  693. # [09:11] * Quits: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  694. # [09:11] <Tomcat|sheriffduty> thanks mattwoodrow
  695. # [09:15] * Joins: briansmith (briansmith@moz-CFFDFDBF.public.wayport.net)
  696. # [09:15] <briansmith> My local windows build is failing: https://www.pastebin.mozilla.org/3787889
  697. # [09:16] <briansmith> looks like bustage because of unified sources: difference .cpp files define LOG and they get unified together. Then warning causes error because WARNINGS_AS_ERRORS
  698. # [09:17] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  699. # [09:19] * Quits: nicodel (Thunderbir@moz-20FD88F4.fbx.proxad.net) (Ping timeout)
  700. # [09:20] <Tomcat|sheriffduty> briansmith: inbound or central ?
  701. # [09:20] <briansmith> mozilla-inbound
  702. # [09:20] <Tomcat|sheriffduty> ok
  703. # [09:20] <briansmith> revision ed71fd2a3a2d
  704. # [09:20] <briansmith> but, it seems like it might be a local-only failure
  705. # [09:20] <Tomcat|sheriffduty> ok thats the latest push from mattwoodrow
  706. # [09:20] <briansmith> as I have ac_add_options --enable-warnings-as-errors
  707. # [09:20] <Tomcat|sheriffduty> from the revision at least :)
  708. # [09:21] <briansmith> Tomcat|sheriffduty: I suspect 377f51d0e354 Chris Pearce – Bug 938108 - Wait for media state machine thread to shutdown d
  709. # [09:22] <briansmith> because he added a new file/files to content/media and that may have reshuffled the unified sources
  710. # [09:22] <Tomcat|sheriffduty> hm tbpl builds are green, did you try a clobber build ?
  711. # [09:23] <briansmith> Tomcat|sheriffduty: 1566a2e95c3b Ehsan Akhgari – Bug 950505 - Build content/media/wmf in unified mode; r=roc
  712. # [09:23] <briansmith> Yes, I just clobbered
  713. # [09:23] <briansmith> I suspect that tbl doesn't do ac_add_options --enable-warnings-as-errors on Windows
  714. # [09:23] <Tomcat|sheriffduty> yeah i think so
  715. # [09:24] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  716. # [09:24] <Tomcat|sheriffduty> maybe glandium has an idea here, worth at least to file a bug i think
  717. # [09:25] <briansmith> I am going to back out 1566a2e95c3b (Bug 950505 - Build content/media/wmf in unified mode; r=roc) locally and rebuild
  718. # [09:26] <briansmith> my build has already gotten further than before with that backout
  719. # [09:26] * Quits: __nrc (uid19777@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  720. # [09:26] * Joins: Ms2ger (Ms2ger@BB191E51.D97EE64B.F15B0BB3.IP)
  721. # [09:27] <briansmith> caa78bef50e3 too
  722. # [09:27] <Ms2ger> Bonjour
  723. # [09:28] * Joins: phoebe (phoebe@moz-6BC91CFA.dynamic.hinet.net)
  724. # [09:28] <Tomcat|sheriffduty> good morning Ms2ger
  725. # [09:28] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Ping timeout)
  726. # [09:29] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  727. # [09:29] <Ms2ger> Hmm, desktop cppunittests jobs are on?
  728. # [09:30] <briansmith> and cset bce074481220
  729. # [09:31] <Tomcat|sheriffduty> briansmith: building now also a a inbound build
  730. # [09:31] <Ms2ger> And they don't run on Windows XP/7 Debug?
  731. # [09:32] <briansmith> Ms2ger: I believe gtests are disabled on Windows because of some Windows 8 issue
  732. # [09:32] <briansmith> don't know about the rest of the cpp unit tests
  733. # [09:32] <Ms2ger> They run on win8 debug and all windows opt/pgo, so I don't think that's the issue
  734. # [09:33] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  735. # [09:34] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  736. # [09:34] * Joins: Gijs (gijs@A5141DDD.CD9CCEFF.51C6DE68.IP)
  737. # [09:34] <Tomcat|sheriffduty> briansmith: so configure run successful, build is running now - but we should file a bug on this
  738. # [09:34] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  739. # [09:35] <briansmith> Tomcat|sheriffduty: can't I just backout bce074481220, caa78bef50e3, and 1566a2e95c3b and reopen those bugs?
  740. # [09:36] <briansmith> The problem is those files aren't written properly for UNIFIED_SOURCES but those csets build them unified
  741. # [09:36] <Tomcat|sheriffduty> briansmith: yeah thats fine for me
  742. # [09:36] <briansmith> Tomcat|sheriffduty: I am going to see if cset 7635b9512d86 also needs to be backed out.
  743. # [09:36] <briansmith> waiting for build to finish now
  744. # [09:36] <Tomcat|sheriffduty> ok
  745. # [09:37] * Joins: darkowlzz (sunny@26D853E5.4E976DA6.25B273F5.IP)
  746. # [09:39] <Ms2ger> And we're running the c++ unit tests both on the builder and from the package
  747. # [09:39] * Ms2ger wonders why
  748. # [09:41] <mjrosenb> Ms2ger: but we're getting twice as much coverage!
  749. # [09:41] * Ms2ger glares
  750. # [09:42] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  751. # [09:42] * Joins: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP)
  752. # [09:43] * Joins: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  753. # [09:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e732b606690e - Brian Smith - Back out cset caa78bef50e3 (bug 950506) for build failure on Windows when warnings are treated as errors
  754. # [09:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/68f54b5d51cd - Brian Smith - Back out cset bce074481220 (bug 950507) for build failure on Windows when warnings are treated as errors
  755. # [09:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e353c1d40586 - Brian Smith - Back out cset 1566a2e95c3b (bug 950505) for build failure on Windows when warnings are treated as errors
  756. # [09:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/464ec8159135 - Raymond Etornam Agbeame - Bug 945857: Remove the security.fresh_revocation_info.require preference, r=briansmith
  757. # [09:44] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  758. # [09:45] * mjrosenb spritzes Ms2ger with an anti-reflective spray
  759. # [09:45] * Quits: harth_ (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  760. # [09:45] <Gijs> Does sphinx only support autodoc for python?
  761. # [09:45] * Parts: Gijs (gijs@A5141DDD.CD9CCEFF.51C6DE68.IP)
  762. # [09:45] <mjrosenb> PASSED ALL
  763. # [09:45] <mjrosenb> \o/
  764. # [09:45] * Joins: Gijs (gijs@A5141DDD.CD9CCEFF.51C6DE68.IP)
  765. # [09:45] <Gijs> argh.
  766. # [09:45] <Gijs> Like, is there a way to make it do something useful for C++/IDL/JS?
  767. # [09:46] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  768. # [09:46] <briansmith> Tomcat|sheriffduty: all done
  769. # [09:46] <Gijs> Or is it limited to python only?
  770. # [09:47] <Tomcat|sheriffduty> briansmith: thx
  771. # [09:49] <Ms2ger> "but C/C++ is already supported as well"
  772. # [09:49] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  773. # [09:53] <Ms2ger> briansmith, our windows builds do have --enable-warnings-as-errors, maybe you have a different compiler version that warns more?
  774. # [09:53] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  775. # [09:53] <briansmith> VS2010
  776. # [09:54] <Gijs> Ms2ger: right, but then the internet says that that means it has directives to use inside .rst files for it to generate nice-looking API docs.
  777. # [09:54] <Gijs> Ms2ger: rather than actually being able to read doc comments
  778. # [09:54] <Ms2ger> I see
  779. # [09:55] <Gijs> which is sadmaking, really
  780. # [09:55] <Gijs> I just wrote a bunch of docs in my source files, and if I have to copy/paste them elsewhere I might as well just stick them straight into MDN.
  781. # [09:55] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  782. # [09:55] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  783. # [09:55] <Ms2ger> Right, that doesn't make sense
  784. # [09:57] * Joins: jviereck (Adium@moz-940D5C86.dip0.t-ipconnect.de)
  785. # [09:58] * Quits: phoebe (phoebe@moz-6BC91CFA.dynamic.hinet.net) (Ping timeout)
  786. # [09:59] * Joins: phoebe (phoebe@moz-6BC91CFA.dynamic.hinet.net)
  787. # [10:03] * glob is now known as glob|away
  788. # [10:05] * Joins: jviereck1 (Adium@moz-65B3F176.dip0.t-ipconnect.de)
  789. # [10:06] * Quits: jviereck (Adium@moz-940D5C86.dip0.t-ipconnect.de) (Ping timeout)
  790. # [10:07] * Joins: jrm2k6 (jrm2k6@moz-BB25B8A3.w2-13.abo.wanadoo.fr)
  791. # [10:07] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  792. # [10:09] * Joins: harth_ (harth@moz-42412102.hsd1.ca.comcast.net)
  793. # [10:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3ef46d8ff19e - Peter Van der Beken - Bug 938640 - Move GetTopImpl. r=bz.
  794. # [10:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b67b9a6a65fa - Peter Van der Beken - Bug 938640 - Make forwarding to outer conditional on current inner. r=bz.
  795. # [10:09] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  796. # [10:10] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  797. # [10:12] * kaze|zZz is now known as kaze
  798. # [10:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3bada9bbc132 - Jon Coppeard - Bug 950006 - Don't skip zeal GCs if allocating without the possibility of GC r=billm
  799. # [10:12] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  800. # [10:12] * Joins: cosmin-malutan (cosmin_mal@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  801. # [10:13] * Quits: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP) (Ping timeout)
  802. # [10:14] * Joins: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP)
  803. # [10:15] * Joins: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net)
  804. # [10:16] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  805. # [10:17] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/1b466d2cbf55 - Nick Alexander - Bug 949880 - Refactor Android Sync's SyncAdapter for FxAccount use. r=rnewman
  806. # [10:17] <firebot> http://hg.mozilla.org/mozilla-central/rev/4f38b8a96681 - Carsten "Tomcat" Book - merge fx-team to mozilla-central
  807. # [10:17] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  808. # [10:17] <firebot> http://hg.mozilla.org/mozilla-central/rev/9b1b17c33d72 - Phil Ringnalda - Merge m-c to f-t
  809. # [10:18] * Quits: Optimizer (Optimizer@290DCE6.49B08F68.BE4CF869.IP) (Ping timeout)
  810. # [10:19] * jchen|away is now known as jchen
  811. # [10:20] * Joins: till (till@moz-2E9C80D3.adsl.alicedsl.de)
  812. # [10:21] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  813. # [10:25] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  814. # [10:26] <twi> can I push to try if I use the git mirror?
  815. # [10:26] <Ms2ger> Not that I know of
  816. # [10:27] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  817. # [10:27] <twi> if I cloned the hg repo, do I need special powers to push to try?
  818. # [10:27] <twi> or can anyone push?
  819. # [10:28] * Joins: Optimizer (Optimizer@3B9B7D40.78D6AEDF.BE90E62C.IP)
  820. # [10:28] <Tomcat|sheriffduty> twi: you need level 1 access -> https://wiki.mozilla.org/ReleaseEngineering/TryServer
  821. # [10:28] <twi> thanks
  822. # [10:29] * jchen is now known as jchen|away
  823. # [10:29] <Tomcat|sheriffduty> np
  824. # [10:31] * Quits: jviereck1 (Adium@moz-65B3F176.dip0.t-ipconnect.de) (Ping timeout)
  825. # [10:31] * Joins: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de)
  826. # [10:32] * Joins: ochameau (ochameau@moz-ACA4384F.fbx.proxad.net)
  827. # [10:32] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  828. # [10:34] * Joins: msucan (mihai@AE539253.FD8B7E36.C0E37CF3.IP)
  829. # [10:35] <twi> since that will take a while, I would appreciate it if anyone could push https://bugzilla.mozilla.org/show_bug.cgi?id=928806 to try so I can get an asan build
  830. # [10:35] <twi> i set the review? bit but i'm not sure that it actually fixes the issue...
  831. # [10:36] * Joins: gabor (gabor@moz-AE4FFECD.dip0.t-ipconnect.de)
  832. # [10:37] <Ms2ger> twi, sure, if you give me the syntax you need from http://trychooser.pub.build.mozilla.org/
  833. # [10:37] <twi> hah, nice, give me a sec to learn this :)
  834. # [10:37] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  835. # [10:38] * Quits: harth_ (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  836. # [10:39] * deian is now known as deian|away
  837. # [10:40] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  838. # [10:40] * Quits: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de) (Quit: Leaving.)
  839. # [10:40] * Joins: h4writer (h4writer@moz-957FCBC.access.telenet.be)
  840. # [10:41] * Quits: briansmith (briansmith@moz-CFFDFDBF.public.wayport.net) (Quit: Leaving)
  841. # [10:41] <twi> hm, how do I trigger gtest?
  842. # [10:42] <Ms2ger> I think they run during the build
  843. # [10:42] <Ms2ger> So you don't need to select them
  844. # [10:42] <twi> so I don't need to select anything specifically?
  845. # [10:42] <twi> ok
  846. # [10:42] * Joins: AMiras (AMiras@42E9F7BB.6376FA65.109882C3.IP)
  847. # [10:42] <twi> then I think I need try: -b d -p linux,linux64-asan -u none -t none
  848. # [10:43] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  849. # [10:44] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  850. # [10:49] <Ms2ger> twi, okay, done
  851. # [10:49] <twi> Ms2ger thanks!
  852. # [10:50] * Quits: bitgeeky (bitgeeky@BD73E15.9BF36743.EBCC7000.IP) (Ping timeout)
  853. # [10:50] * Quits: tragicsans (tragicsans@moz-5B6F11D6.du.heimsnet.is) (Quit: )
  854. # [10:50] * Joins: bitgeeky (bitgeeky@BD73E15.9BF36743.EBCC7000.IP)
  855. # [10:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e65d37d2e3e4 - Jan de Mooij - Bug 942530 - Use typed enums in jsinfer.h. r=bhackett
  856. # [10:53] * Quits: gabor (gabor@moz-AE4FFECD.dip0.t-ipconnect.de) (Ping timeout)
  857. # [10:55] * mattwoodrow is now known as mattwoodrow|away
  858. # [10:57] * Quits: bitgeeky (bitgeeky@BD73E15.9BF36743.EBCC7000.IP) (Ping timeout)
  859. # [10:57] * Joins: bitgeeky (bitgeeky@BD73E15.9BF36743.EBCC7000.IP)
  860. # [10:58] * Quits: gandalf (textual@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  861. # [11:00] <Tomcat|sheriffduty> jandem-away: ++ :)
  862. # [11:00] * Joins: givanica (givanica@10783111.9D16DD5B.FB866788.IP)
  863. # [11:00] <Tomcat|sheriffduty> now i also need to rebuild my inbound build :)
  864. # [11:02] * Joins: squeakytoy (squeakytoy@7061EEAD.41CBD7B1.148A607A.IP)
  865. # [11:02] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  866. # [11:03] * Quits: squeakytoy (squeakytoy@7061EEAD.41CBD7B1.148A607A.IP) (Quit: Leaving)
  867. # [11:05] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  868. # [11:06] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  869. # [11:06] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  870. # [11:08] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  871. # [11:09] * Joins: petruta (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  872. # [11:09] * ewong is now known as ewong|away
  873. # [11:10] * Joins: gerv (Instantbir@moz-5E548CCB.bethany.sheffield.sch.uk)
  874. # [11:10] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  875. # [11:10] * Quits: gerv (Instantbir@moz-5E548CCB.bethany.sheffield.sch.uk) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  876. # [11:14] * Joins: anirban (anirban@D9994D19.9358063F.6DC151A0.IP)
  877. # [11:20] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  878. # [11:22] * Quits: bitgeeky (bitgeeky@BD73E15.9BF36743.EBCC7000.IP) (Ping timeout)
  879. # [11:23] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  880. # [11:24] * Quits: Gijs (gijs@A5141DDD.CD9CCEFF.51C6DE68.IP) (Ping timeout)
  881. # [11:26] * Joins: tragicsans (tragicsans@moz-5B6F11D6.du.heimsnet.is)
  882. # [11:26] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  883. # [11:27] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  884. # [11:28] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  885. # [11:28] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  886. # [11:29] * Joins: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de)
  887. # [11:32] * Quits: phoebe (phoebe@moz-6BC91CFA.dynamic.hinet.net) (Ping timeout)
  888. # [11:33] * Quits: givanica (givanica@10783111.9D16DD5B.FB866788.IP) (Ping timeout)
  889. # [11:35] * Fallen|away is now known as Fallen
  890. # [11:37] <@Cwiiis> If I wanted to propose a new CSS property, is there a guide on how to go about that anywhere?
  891. # [11:38] * Joins: bitgeeky (bitgeeky@450C2842.DF1C5756.EBCC7000.IP)
  892. # [11:41] * Joins: yene (yene@moz-B65BDB82.dclient.hispeed.ch)
  893. # [11:42] * julienw is now known as julienw_afk
  894. # [11:43] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  895. # [11:43] <paul> Cwiiis: saw your tweet. Talk to Rik.
  896. # [11:43] <@Cwiiis> paul: is Rik on IRC?
  897. # [11:43] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  898. # [11:43] <padenot> Cwiiis: rik is still in bed, it seems
  899. # [11:43] <paul> Cwiiis: but basically, it'd be nice to bind keyframes to a scroll position, not time.
  900. # [11:44] <@Cwiiis> paul: ooh, that's a nice way of doing it :)
  901. # [11:45] <@Cwiiis> We have basically all the mechanics to do that already in the compositor, bar the actual link and data storage about the link
  902. # [11:45] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  903. # [11:45] * Joins: marco (Thunderbir@A202949A.B9844A0.41FF9975.IP)
  904. # [11:45] <paul> right
  905. # [11:45] <@Cwiiis> paul: has he proposed that already/written it up somewhere?
  906. # [11:45] <paul> Cwiiis: talk to https://phonebook.mozilla.org/tree.php#search/aricaud@mozilla.com and https://phonebook.mozilla.org/tree.php#search/mbudzynski@mozilla.com
  907. # [11:46] <paul> Cwiiis: I don't think so
  908. # [11:48] * Joins: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net)
  909. # [11:49] <@Cwiiis> paul: ok, I'm going to blog about it first - tying it with keyframes is a great idea, much better than my original idea :)
  910. # [11:49] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  911. # [11:49] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  912. # [11:53] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  913. # [11:57] * Joins: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  914. # [11:57] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  915. # [11:57] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  916. # [11:57] * Quits: jrm2k6 (jrm2k6@moz-BB25B8A3.w2-13.abo.wanadoo.fr) (Ping timeout)
  917. # [11:58] * Joins: jrm2k6 (jrm2k6@moz-BB25B8A3.w2-13.abo.wanadoo.fr)
  918. # [12:00] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  919. # [12:00] * Joins: KaiRo (robert@moz-260D0236.adsl.highway.telekom.at)
  920. # [12:02] * mihaelav is now known as mihaelav_lunch
  921. # [12:03] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  922. # [12:04] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  923. # [12:04] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  924. # [12:05] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  925. # [12:06] * Quits: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr) (Ping timeout)
  926. # [12:09] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  927. # [12:11] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  928. # [12:11] * Joins: Boriss (Boriss@moz-7ADEE642.wifihubtelecom.net)
  929. # [12:15] * Quits: Boriss (Boriss@moz-7ADEE642.wifihubtelecom.net) (Ping timeout)
  930. # [12:16] * Joins: Boriss (Boriss@moz-7ADEE642.wifihubtelecom.net)
  931. # [12:18] <avih> for the sake of testing, could i give chrome privileges to a content page?
  932. # [12:18] * Quits: Boriss (Boriss@moz-7ADEE642.wifihubtelecom.net) (Ping timeout)
  933. # [12:19] <avih> Ms2ger: ^ ?
  934. # [12:21] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  935. # [12:22] <twi> is there a way to run gtests under gdb?
  936. # [12:23] * Joins: pnkfelix|rcirc (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  937. # [12:24] * Quits: pnkfelix|rcirc (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  938. # [12:24] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  939. # [12:25] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  940. # [12:26] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  941. # [12:27] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  942. # [12:28] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  943. # [12:28] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (services.mozilla.org (Too many invalid passwords))
  944. # [12:28] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  945. # [12:29] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  946. # [12:30] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  947. # [12:32] * Quits: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  948. # [12:34] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  949. # [12:34] * Quits: echang (echang@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  950. # [12:36] * Quits: Optimizer (Optimizer@3B9B7D40.78D6AEDF.BE90E62C.IP) (Ping timeout)
  951. # [12:36] * jandem-away is now known as jandem
  952. # [12:38] * Joins: Optimizer (Optimizer@3B9B7D40.78D6AEDF.BE90E62C.IP)
  953. # [12:41] * Quits: tragicsans (tragicsans@moz-5B6F11D6.du.heimsnet.is) (Ping timeout)
  954. # [12:41] <@Cwiiis> paul: blogged about it, will contact rik later: http://chrislord.net/index.php/2013/12/16/linking-css-properties-with-scroll-position-a-proposal/
  955. # [12:43] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  956. # [12:44] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  957. # [12:45] * Quits: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  958. # [12:45] * Joins: micadeyeye (micadeyeye@moz-35E7717D.telkomadsl.co.za)
  959. # [12:46] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  960. # [12:48] * Joins: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it)
  961. # [12:53] <paul> Cwiiis: nice. I did some prototyping where keyframes where driven by scroll position, but quickly ran into some thread issues…
  962. # [12:53] <paul> Cwiiis: nothing serious though
  963. # [12:54] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  964. # [12:54] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  965. # [12:54] <paul> Cwiiis: I imagine we could have something like: animation-controller:scroll-x; where default would be animation-controller:time;
  966. # [12:54] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  967. # [12:55] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  968. # [12:55] <paul> Cwiiis: what's hard is that you don't always want to use the scroll position of the whole page, but maybe just one <div>
  969. # [12:55] <paul> Cwiiis: and maybe you don't want to use the scroll position but the value of an <input type=range>
  970. # [12:56] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  971. # [12:57] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  972. # [12:58] * Quits: marco (Thunderbir@A202949A.B9844A0.41FF9975.IP) (Quit: marco)
  973. # [12:59] * Joins: gabor (gabor@941349F4.F58C7D4D.F945DA.IP)
  974. # [12:59] * Joins: nattokirai (nattokirai@moz-5F250CCC.dynamic.ppp.asahi-net.or.jp)
  975. # [12:59] * Quits: smontagu (chatzilla@moz-E658652C.red.bezeqint.net) (Ping timeout)
  976. # [13:00] * Joins: smontagu (chatzilla@moz-83433687.red.bezeqint.net)
  977. # [13:03] <@Cwiiis> paul: animation-controller sounds nicer again than what I've suggested :)
  978. # [13:04] <@Cwiiis> paul: given we don't have async range input, I don't think that's as imminent a problem
  979. # [13:04] <paul> right
  980. # [13:04] * Joins: givanica (givanica@10783111.9D16DD5B.FB866788.IP)
  981. # [13:04] <@Cwiiis> paul: though can you control animation progress? Because if not, that seems like a thing we should enable...
  982. # [13:04] <paul> It's important to not depend on the main thread
  983. # [13:05] <@Cwiiis> It is, but that doesn't preclude being able to change the animation position
  984. # [13:05] <paul> hmm
  985. # [13:06] * Joins: annevk_ (annevk@88F51059.F3BBB17D.144F44FA.IP)
  986. # [13:06] <@Cwiiis> there just wouldn't be guarantees about how promptly the change would happen (and possibly even the playback state, if you don't explicitly set it)
  987. # [13:06] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  988. # [13:06] <paul> everything is simpler if you only use scroll position: the CSS syntax & threading
  989. # [13:06] * Quits: darkowlzz (sunny@26D853E5.4E976DA6.25B273F5.IP) (Ping timeout)
  990. # [13:07] <paul> if you need a syntax that can: target one specific node (body, a div, …) and define how to be controlled (.value or scroll position), that will make the syntax messy
  991. # [13:08] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Ping timeout)
  992. # [13:08] * baku|away is now known as baku
  993. # [13:10] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  994. # [13:10] <@Cwiiis> paul: I agree
  995. # [13:11] * Joins: darkowlzz (sunny@26D853E5.4E976DA6.25B273F5.IP)
  996. # [13:12] * Quits: smontagu (chatzilla@moz-83433687.red.bezeqint.net) (Ping timeout)
  997. # [13:12] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  998. # [13:12] * Joins: gustavold (gustavold@B1012FBC.AB9C3921.DF2AC62B.IP)
  999. # [13:16] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  1000. # [13:16] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1001. # [13:19] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1002. # [13:19] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  1003. # [13:20] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1004. # [13:22] <Ms2ger> roc, that blog post scared me for a bit... Glad you got off easy!
  1005. # [13:22] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  1006. # [13:22] * baku is now known as baku|away
  1007. # [13:22] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1008. # [13:22] * ChanServ sets mode: +o smaug
  1009. # [13:25] <Tomcat|sheriffduty> Ms2ger: yeah ++
  1010. # [13:27] * Joins: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net)
  1011. # [13:27] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1012. # [13:27] * annevk_ is now known as annevk
  1013. # [13:28] * Quits: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1014. # [13:32] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1015. # [13:32] <@roc> :-)
  1016. # [13:33] <@roc> Cwiiis: are you familiar with Tab Atkins' proposal for using CSS animations to do what you suggest?
  1017. # [13:34] <@roc> well I guess you were just discussing that
  1018. # [13:34] * mihaelav_lunch is now known as mihaelav
  1019. # [13:34] <@roc> but I think it was Tab, not rik
  1020. # [13:34] <@roc> or at least Chrome people
  1021. # [13:34] <@roc> or maybe he got it from them
  1022. # [13:35] <@roc> there was discussion on www-style anyway
  1023. # [13:36] * Quits: bitgeeky (bitgeeky@450C2842.DF1C5756.EBCC7000.IP) (Ping timeout)
  1024. # [13:37] <@Cwiiis> roc: I wasn't aware, no - I guess I should search that list then :)
  1025. # [13:38] <@Cwiiis> roc: oh handy, someone just linked me on Twitter :)
  1026. # [13:39] * Joins: TheCrap (TheCrap@moz-B01E0BBB.unity-media.net)
  1027. # [13:39] * Joins: bitgeeky (bitgeeky@450C2842.DF1C5756.EBCC7000.IP)
  1028. # [13:40] <@smaug> that white number under red background in bugzilla is annoying. I can't get it to < 10 and it is rarely < 20
  1029. # [13:40] <@smaug> hmm, perhaps during Christmas break ...
  1030. # [13:41] <@roc> mine's about 54
  1031. # [13:42] <@roc> I need to go through and clear out some review requests
  1032. # [13:42] <@roc> Cwiiis: I'm ambivalent about the idea. It feels a bit like a cheesy hack to address some designs that are fashionable right now but might not stand the test of time.
  1033. # [13:42] <@roc> OTOH it's kind of neat
  1034. # [13:43] <@Cwiiis> roc: I think wanting to change a property based on scroll position is a generic enough thing to not tie it to today's ideas
  1035. # [13:43] <@Cwiiis> roc: I can think of less gimmicky uses of it than parallax/flip-book stuff
  1036. # [13:44] <@Cwiiis> Also, I'm tired of seeing jerky crap on mobile, if people insist on doing it, let's make it nice :p
  1037. # [13:44] <twi> carousels, fancy lists in apps, I think there's a legitimate use for drive-anim-on-scroll
  1038. # [13:45] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  1039. # [13:46] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  1040. # [13:47] <@roc> I'm not sure how to do carousels with this
  1041. # [13:47] <paul> roc: Cwiiis: I know that it would the B2G people happy (:Rik will have more details)
  1042. # [13:47] <twi> roc transform: an element based on scroll position for example
  1043. # [13:48] <@roc> OK I guess it works when you can get the effect by changing transform on a single element.
  1044. # [13:48] <@roc> But what about, say, coverflow?
  1045. # [13:49] <@roc> I guess you could have script generate a scroll-position-driven animation for each element
  1046. # [13:49] <twi> yeah
  1047. # [13:49] <@Cwiiis> assuming that the scroll position is relative, I could see doing coverflow
  1048. # [13:50] <@roc> icky
  1049. # [13:50] <twi> or if the list of elements is fixed, and so all the keyframes are fixed, that's doable too
  1050. # [13:51] <@roc> maybe we can introduce some crazy hack to calc() to let it use the index of the element in its parent's child list or something
  1051. # [13:51] <twi> heh
  1052. # [13:53] <@roc> we keep adding new CSS features to do ever-more-complex things in the compositor
  1053. # [13:53] <@roc> because we can't let authors run code in it
  1054. # [13:53] <@roc> I'm afraid of the compositor functionality growing out of control
  1055. # [13:54] * Joins: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net)
  1056. # [13:54] <@roc> anway
  1057. # [13:54] <@roc> sleep
  1058. # [13:54] <twi> sleep well :)
  1059. # [13:56] * Joins: surkov (surkov@13F2CEC5.7672369.D8E68FF6.IP)
  1060. # [13:56] * Quits: @roc (chatzilla@7D3D73AE.8EEA2AE2.FC74E68.IP) (Client exited)
  1061. # [13:56] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1062. # [13:57] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1063. # [13:58] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1064. # [14:01] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  1065. # [14:01] * Quits: till (till@moz-2E9C80D3.adsl.alicedsl.de) (Client exited)
  1066. # [14:02] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  1067. # [14:02] * Quits: espadrine (ttyl@moz-C704CCB6.com) (Ping timeout)
  1068. # [14:02] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  1069. # [14:03] * bhearsum|afk is now known as bhearsum
  1070. # [14:04] * whimboo is now known as whimboo|afk
  1071. # [14:04] * whimboo|afk is now known as whimboo
  1072. # [14:08] * whimboo is now known as whimboo|afk
  1073. # [14:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9c55ce329853 - Paul Adenot - Bug 932621 - Make sure the latency does not grow up in ScriptProcessorNode. r=ehsan
  1074. # [14:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5c1ca8f7cf88 - Paul Adenot - Bug 950026 - Bail out when we don't get an expected return value from AudioClient::IsFormatSupported, instead of asserting. r=kinetik
  1075. # [14:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/34dba94651cc - Paul Adenot - Bug 932621 - Use fabs instead of abs (forgot to address review comments). r=ehsan
  1076. # [14:11] * Joins: rogeliodh (Thunderbir@142E71D2.4721CE23.D67CC001.IP)
  1077. # [14:12] * julienw_afk is now known as julienw
  1078. # [14:12] * Quits: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Ping timeout)
  1079. # [14:13] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1080. # [14:17] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1081. # [14:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0fe105b41eda - Trevor Saunders - bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
  1082. # [14:20] * ewong|sleep is now known as ewong
  1083. # [14:20] <Ms2ger> What was the thing to dump the includes of a file?
  1084. # [14:21] <Ms2ger> Ah, -M
  1085. # [14:21] * Fallen is now known as Fallen|away
  1086. # [14:24] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  1087. # [14:24] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1088. # [14:27] <Ms2ger> Or not
  1089. # [14:27] * Joins: Morris (Morris@D82E8BC9.7E9BCF19.89D78A4.IP)
  1090. # [14:28] <Ms2ger> -H
  1091. # [14:29] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1092. # [14:29] * Joins: AlinT (AlinT@moz-104CC309.mv.mozilla.com)
  1093. # [14:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/73af05ec57fc - Ehsan Akhgari - Bug 950503 - Build accessible/src/windows in unified mode; r=tbsaunde
  1094. # [14:30] * Quits: bitgeeky (bitgeeky@450C2842.DF1C5756.EBCC7000.IP) (Ping timeout)
  1095. # [14:30] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1096. # [14:33] * dedmons|away is now known as dedmons
  1097. # [14:36] * Quits: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it) (Quit: Leaving)
  1098. # [14:36] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1099. # [14:38] <mihaelav> hi! does anyone know if there is a speciffic event that fires when you enter print preview mode?
  1100. # [14:42] * Quits: yene (yene@moz-B65BDB82.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  1101. # [14:43] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  1102. # [14:45] * Quits: jkitch (Thunderbir@moz-A44E9813.lns20.adl6.internode.on.net) (Ping timeout)
  1103. # [14:45] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1104. # [14:45] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  1105. # [14:47] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  1106. # [14:47] * Joins: serge (Thunderbir@moz-DD12D69B.dsl.teksavvy.com)
  1107. # [14:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e8e93efa64af - Jason Orendorff - Bug 948647, part 2 - Rename js_ReportErrorAgain to js::CallErrorReporter (and other related tidying-up). r=Waldo.
  1108. # [14:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3e12fa64e0e9 - Jason Orendorff - Bug 948134 - Fix "value is not defined" in PlacesDBUtils.jsm. r=adw.
  1109. # [14:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6ac98c7023f6 - Jason Orendorff - Bug 793860, part 2 - Remove JSOP_ENUMELEM. r=luke.
  1110. # [14:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9d152bc73ece - Jason Orendorff - Bug 948647, part 1 - Make sure exn_finalize is safe when the object's reserved slot was never initialized (due to OOM right after it was allocated). r=Waldo.
  1111. # [14:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b44d4155293d - Jason Orendorff - Bug 793860, part 1 - Simplify the bytecode emitted for certain kinds of array destructuring assignment. Remove JSOP_ENUMCONSTELEM which is then no longer used (and
  1112. # [14:49] <firebot> JSOP_GETFUNNS which has not been used for some time). r=luke.
  1113. # [14:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/327a6af06942 - Jason Orendorff - Bug 948647, part 3 - Change js_ErrorToException to return true iff cx->throwing was set, and document the convention. r=Waldo.
  1114. # [14:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5d468e098e39 - Jason Orendorff - Bug 793860, part 0c - Declare some accidentally undeclared variables. r=ahuang.
  1115. # [14:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0e9e2d0e72c3 - masaya iseki - Bug 930565 - Improve constant folding around addition when at least one operand is not a string or number literal. r=jorendorff,r=luke.
  1116. # [14:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a1c997b8c052 - Christian Holler - Bug 950474 - Handle OOM in getOrCreateMatchResultTemplateObject. r=h4writer
  1117. # [14:51] * Joins: janv (varga@43D1E9FD.9105310A.4F33160D.IP)
  1118. # [14:52] * Quits: h4writer (h4writer@moz-957FCBC.access.telenet.be) (Quit: Leaving)
  1119. # [14:52] * Joins: h4writer (h4writer@moz-957FCBC.access.telenet.be)
  1120. # [14:52] * Joins: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it)
  1121. # [14:54] * Joins: nicodel (Thunderbir@D74204F8.81445FE4.1B3E68DA.IP)
  1122. # [14:54] * Quits: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1123. # [14:55] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1124. # [14:55] * Joins: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com)
  1125. # [14:56] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  1126. # [14:57] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1127. # [14:57] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1128. # [14:57] * Joins: Gijs (gijs@moz-F4BE19A7.as13285.net)
  1129. # [14:58] * Joins: mdas (mdas@moz-7289998B.cpe.pppoe.ca)
  1130. # [15:00] * Joins: till (till@moz-2E9C80D3.adsl.alicedsl.de)
  1131. # [15:00] * rail_away is now known as rail
  1132. # [15:00] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1133. # [15:01] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  1134. # [15:02] * Quits: nattokirai (nattokirai@moz-5F250CCC.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  1135. # [15:03] <mdas> anyone here familiar with how to pull in a file from a MIT Licensed project into m-c?
  1136. # [15:03] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  1137. # [15:04] <padenot> yeah, you ask gerv, he tells you whether it's ok, and then you modify about:license, and hop
  1138. # [15:04] <padenot> mdas: ^
  1139. # [15:04] <mdas> padenot: ah, great, I happened to needinfo him. Thanks!
  1140. # [15:05] * Joins: bitgeeky (bitgeeky@450C2842.DF1C5756.EBCC7000.IP)
  1141. # [15:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b9c5750d818a - Alessio Placitelli - Bug 943519 - Handle errors returned from calls to Perform. r=hsivonen
  1142. # [15:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bac23ed0f7f8 - Bruce Sun - Bug 947856 - Mute the background content audio channel when playing any foreground normal video channel. r=mchen
  1143. # [15:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/41fc2afc8465 - Alexandros Chronopoulos - Bug 911482 - Perform audio downmix inside AudioStream class. r=rillian
  1144. # [15:05] * Quits: Morris (Morris@D82E8BC9.7E9BCF19.89D78A4.IP) (Quit: Morris)
  1145. # [15:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bc7b5f21be2c - Frédéric Wang - Bug 527201 - Remove the hack to skip bogus MathML _moz-* attributes in the HTML5 test suite. r=hsivonen
  1146. # [15:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/01de929d4b85 - Alessio Placitelli - Bug 943519 - Use moz_malloc/free/realloc instead of nsMemory::Alloc/Free/Realloc (fallible allocations) in nsTextFragment::Append. r=hsivonen
  1147. # [15:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3f48392a6250 - Ehsan Akhgari - Bug 950523 - Part 2: Move MediaQueryList to WebIDL bindings; r=bzbarsky
  1148. # [15:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3fb12cbb6c96 - Ehsan Akhgari - Bug 950523 - Part 1: Rename nsDOMMediaQueryList to mozilla::dom::MediaQueryList; r=bzbarsky
  1149. # [15:07] <Ms2ger> ehsan++
  1150. # [15:07] * pmoore|away is now known as pmoore
  1151. # [15:07] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  1152. # [15:10] * Quits: janv (varga@43D1E9FD.9105310A.4F33160D.IP) (Ping timeout)
  1153. # [15:11] * Joins: janv (varga@43D1E9FD.9105310A.4F33160D.IP)
  1154. # [15:13] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  1155. # [15:13] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1156. # [15:13] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Quit: Leaving...)
  1157. # [15:14] * Quits: digitsm_ (digitsm@92F624AE.310AA6F1.C146C5E5.IP) (Ping timeout)
  1158. # [15:15] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  1159. # [15:18] <annevk> When would matchMedia return null?
  1160. # [15:19] * baku|away is now known as baku
  1161. # [15:19] <@bz> annevk: in gecko?
  1162. # [15:19] <@bz> annevk: in a display:none iframe
  1163. # [15:20] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1164. # [15:20] * Joins: Morris (Morris@D82E8BC9.7E9BCF19.89D78A4.IP)
  1165. # [15:21] * kats|away is now known as kats
  1166. # [15:21] * Joins: Jerry (hshih@13F2CEC5.7672369.D8E68FF6.IP)
  1167. # [15:22] * Quits: nicodel (Thunderbir@D74204F8.81445FE4.1B3E68DA.IP) (Ping timeout)
  1168. # [15:22] * Quits: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it) (Connection reset by peer)
  1169. # [15:23] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  1170. # [15:23] * jhopkins is now known as jhopkins|buildduty
  1171. # [15:24] * Quits: serge (Thunderbir@moz-DD12D69B.dsl.teksavvy.com) (Ping timeout)
  1172. # [15:25] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1173. # [15:25] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1174. # [15:25] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  1175. # [15:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f278295dd6a0 - Andrea Marchesini - Bug 946316 - Allow the use of strings as DataStore IDs, r=ehsan
  1176. # [15:27] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1177. # [15:28] * Quits: Dwight_Stegall (dwight.ste@moz-3088615F.client.mchsi.com) (Connection reset by peer)
  1178. # [15:29] * ewong is now known as ewong|sleep
  1179. # [15:29] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1180. # [15:31] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1181. # [15:31] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1182. # [15:31] * Quits: nicklebedev (nicklebede@moz-838152B8.net135.n37.ru) (Quit: )
  1183. # [15:31] <annevk> bz: really? ew
  1184. # [15:32] * glob|away is now known as glob
  1185. # [15:32] * Quits: Morris (Morris@D82E8BC9.7E9BCF19.89D78A4.IP) (Quit: Morris)
  1186. # [15:32] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1187. # [15:33] * Quits: petruta (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1188. # [15:33] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Ping timeout)
  1189. # [15:33] * Joins: mstange (markus@moz-E083CB3A.dip0.t-ipconnect.de)
  1190. # [15:33] * Joins: kamidphish (textual@13F2CEC5.7672369.D8E68FF6.IP)
  1191. # [15:34] * Joins: armenzg (armenzg@moz-CE7F6A0A.dsl.bell.ca)
  1192. # [15:35] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1193. # [15:36] * Joins: smontagu (chatzilla@moz-94825CDB.red.bezeqint.net)
  1194. # [15:37] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving...)
  1195. # [15:37] * Joins: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it)
  1196. # [15:38] * jcranmer|away is now known as jcranmer
  1197. # [15:39] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  1198. # [15:40] * pmoore is now known as pmoore|afk
  1199. # [15:40] * BenWa|email is now known as BenWa
  1200. # [15:40] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  1201. # [15:40] * ChanServ sets mode: +o ehsan
  1202. # [15:40] * Joins: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  1203. # [15:40] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1204. # [15:41] * Callek_disconnected is now known as Callek
  1205. # [15:42] * Quits: darkowlzz (sunny@26D853E5.4E976DA6.25B273F5.IP) (Ping timeout)
  1206. # [15:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/754f84394e6a - Ehsan Akhgari - Backed out changeset 73af05ec57fc (bug 950503) for build bustage on a CLOSED TREE
  1207. # [15:44] <RyanVM> ehsan: ping
  1208. # [15:44] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1209. # [15:44] <@ehsan> RyanVM: hi
  1210. # [15:44] <RyanVM> ehsan: so apparently B2G desktop builds don't build in unified mode
  1211. # [15:44] <@ehsan> RyanVM: yes
  1212. # [15:44] <RyanVM> news to me
  1213. # [15:44] <@ehsan> it's known-ish
  1214. # [15:44] <RyanVM> was rather confusing that your unified patch broke and opt and debug build...
  1215. # [15:45] <RyanVM> makes it rather non-obvious IMO
  1216. # [15:45] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Input/output error)
  1217. # [15:45] <@ehsan> this is true for all b2g builds I think
  1218. # [15:45] <RyanVM> ehsan: I don't think so
  1219. # [15:45] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  1220. # [15:45] <RyanVM> I know i saw libpng building in unified mode once upon a time
  1221. # [15:45] <RyanVM> so unless that was changed...
  1222. # [15:46] <@ehsan> RyanVM: https://bugzilla.mozilla.org/show_bug.cgi?id=946576#c11
  1223. # [15:46] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  1224. # [15:46] <@ehsan> let me file that bug
  1225. # [15:46] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1226. # [15:46] * ChanServ sets mode: +o smaug
  1227. # [15:47] <RyanVM> ehsan: interesting and thanks
  1228. # [15:47] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1229. # [15:47] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  1230. # [15:47] * Joins: mshal (mshal@moz-A890D35A.washdc.fios.verizon.net)
  1231. # [15:47] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  1232. # [15:48] <@ehsan> np
  1233. # [15:48] <@ehsan> RyanVM: has anybody complained about --enable-warnings-as-errors not working on windows recently btw?
  1234. # [15:48] * Joins: darkowlzz (sunny@26D853E5.4E976DA6.25B273F5.IP)
  1235. # [15:48] <@ehsan> bsmith backed out a bunch of my patches claiming that
  1236. # [15:48] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/a05c70a52b9b - Benjamin Smedberg - Bug 946877 - Don't PGO nsDebugImpl.cpp, to see if that aids stackwalking around NS_OOM_ABORT, r=ted a=lsblakk
  1237. # [15:49] <Tomcat|sheriffduty> ehsan: bsmith did
  1238. # [15:49] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/79e2ad13871d - Benjamin Smedberg - Bug 946799 part B - fix the blocklist annotation to use the correct size, r=dmajor a=lsblakk
  1239. # [15:49] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/591ed7a98ced - Benjamin Smedberg - Bug 946799 part A - annotate the location and size of the breakpad memory reservation, r=ted a=lsblakk
  1240. # [15:49] <Tomcat|sheriffduty> this morning
  1241. # [15:49] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1242. # [15:49] <RyanVM> ehsan: first I've heard of it
  1243. # [15:49] <@ehsan> Tomcat|sheriffduty: well, I'm trying to understand his claim, because the tinderbox, our source code and my local builds all suggest that he's wrong
  1244. # [15:49] * pmoore|afk is now known as pmoore
  1245. # [15:49] <RyanVM> ehsan: also not sure why we backed out over it since Werror is opt-in
  1246. # [15:49] <RyanVM> but heyy
  1247. # [15:49] <@ehsan> and he provided 0 useful infromation on the bug ;)
  1248. # [15:49] <Tomcat|sheriffduty> ehsan: yeah he was asked if its a local problem
  1249. # [15:50] <@ehsan> which it was, according to him!
  1250. # [15:50] <Tomcat|sheriffduty> but he said he could reproduce it with clobber etc
  1251. # [15:50] * glob is now known as glob|away
  1252. # [15:50] <@ehsan> ok, I'll reland that stuff later today
  1253. # [15:50] <@ehsan> and will let him sort out his local builds
  1254. # [15:52] * Quits: janv (varga@43D1E9FD.9105310A.4F33160D.IP) (Ping timeout)
  1255. # [15:53] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
  1256. # [15:55] * whimboo|afk is now known as whimboo
  1257. # [15:55] * Quits: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1258. # [15:56] * Joins: dbaron (dbaron@moz-347D5952.phlapa.fios.verizon.net)
  1259. # [15:56] * ChanServ sets mode: +ao dbaron dbaron
  1260. # [15:56] * Quits: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it) (Quit: Leaving)
  1261. # [15:56] * BenWa is now known as BenWa|email
  1262. # [15:58] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1263. # [15:59] * Joins: Optimizer1 (Instantbir@3B9B7D40.78D6AEDF.BE90E62C.IP)
  1264. # [16:00] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1265. # [16:00] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/d453d9c5d916 - Karl Tomlinson - Bug 934843 - Remove assertion that focus is never on popup windows. r=roc, a=lsblakk
  1266. # [16:00] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/8dfe78bce537 - Olli Pettay - Bug 936409 - Intermittent failure | chrome://mochitests/content/browser/dom/indexedDB/test/browser_perwindow_privateBrowsing.js | Test timed out. r=ehsan, a=test-only
  1267. # [16:01] * Quits: Optimizer1 (Instantbir@3B9B7D40.78D6AEDF.BE90E62C.IP) (Quit: bye :))
  1268. # [16:02] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  1269. # [16:02] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  1270. # [16:02] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1271. # [16:04] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1272. # [16:04] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  1273. # [16:05] <Tomcat|sheriffduty> RyanVM: red on your push to b2g-i
  1274. # [16:05] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Input/output error)
  1275. # [16:05] * Joins: Waldo (waldo@moz-C3E48BC2.hsd1.mi.comcast.net)
  1276. # [16:05] <RyanVM> Tomcat|sheriffduty: you merging m-c back around soon?
  1277. # [16:05] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1278. # [16:05] <RyanVM> Tomcat|sheriffduty: oh, that's not real bustage
  1279. # [16:05] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1280. # [16:05] <Tomcat|sheriffduty> yeah
  1281. # [16:06] <RyanVM> Tomcat|sheriffduty: when you see "fatal error LNK1000: Internal error during IMAGE::Pass1 " on a Windwos build, look at the slave health
  1282. # [16:06] <RyanVM> almost certainly "slave was disconnected mid-build previously on this branch"
  1283. # [16:06] <RyanVM> c;r and move on :)
  1284. # [16:07] * hwine-ooo is now known as hwine
  1285. # [16:07] <Tomcat|sheriffduty> :)
  1286. # [16:07] <RyanVM> Tomcat|sheriffduty: which is exactly what tha twas
  1287. # [16:08] * Quits: @mounir (mounir@moz-7DBD2CFF.fr) (Quit: leaving)
  1288. # [16:09] * Joins: luke (luke@moz-7CF84B28.dhcp.ftwo.tx.charter.com)
  1289. # [16:10] <@bz> hmm
  1290. # [16:10] * philor|away is now known as philor
  1291. # [16:10] <@bz> why do we still have --disable-tests?
  1292. # [16:10] * Joins: mounir (mounir@moz-7DBD2CFF.fr)
  1293. # [16:10] * ChanServ sets mode: +o mounir
  1294. # [16:10] <RyanVM> bz: because people (myself included) still use it?
  1295. # [16:11] <@bz> mmm
  1296. # [16:11] <@bz> But none of our automation does
  1297. # [16:11] <@bz> right?
  1298. # [16:11] <RyanVM> bz: I would hope not!
  1299. # [16:11] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1300. # [16:11] <@bz> Including the actual builds we ship
  1301. # [16:11] <@bz> Seems like a footgun for build failures....
  1302. # [16:12] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Quit: Leaving.)
  1303. # [16:13] <@bz> ryanvm: you just use it to reduce build times, I assume?
  1304. # [16:13] <RyanVM> bz: yes
  1305. # [16:13] * Joins: wlach (wlach@moz-5663248F.vif.net)
  1306. # [16:16] * Quits: Gijs (gijs@moz-F4BE19A7.as13285.net) (Ping timeout)
  1307. # [16:16] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1308. # [16:17] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  1309. # [16:17] * BenWa|email is now known as BenWa
  1310. # [16:18] * Joins: janv (varga@moz-BEC4A4E1.o2inet.sk)
  1311. # [16:19] <@NeilAway> smaug: you don't want to look at mine then, it said 61 last time I looked ;-)
  1312. # [16:19] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1313. # [16:20] * Quits: janv (varga@moz-BEC4A4E1.o2inet.sk) (Quit: This computer has gone to sleep)
  1314. # [16:20] * Joins: Gijs (gijs@moz-F4BE19A7.as13285.net)
  1315. # [16:21] * Joins: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it)
  1316. # [16:21] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  1317. # [16:21] * ChanServ sets mode: +o ehsan
  1318. # [16:22] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1319. # [16:22] * Joins: Morris (Morris@D82E8BC9.7E9BCF19.89D78A4.IP)
  1320. # [16:23] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1321. # [16:23] * Quits: Gijs (gijs@moz-F4BE19A7.as13285.net) (Connection reset by peer)
  1322. # [16:25] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
  1323. # [16:26] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Connection reset by peer)
  1324. # [16:26] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  1325. # [16:27] <@smaug> arggh, try is closed
  1326. # [16:27] * Joins: jackneill (jackneill@moz-8A9CB6C.pool.digikabel.hu)
  1327. # [16:27] <RyanVM> smaug: one sec
  1328. # [16:28] <RyanVM> smaug: fixed, sorry
  1329. # [16:28] * Quits: AndreiVaida (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1330. # [16:28] <@smaug> RyanVM: thanks
  1331. # [16:30] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1332. # [16:30] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1333. # [16:31] <nemo> heh. so I enabled skia for content/canvas (and layers accel which skia seems to really need)
  1334. # [16:32] <nemo> every time I hit that new fancy menu in my test profile, the ☰ trigram...
  1335. # [16:32] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1336. # [16:32] <nemo> it crashes
  1337. # [16:32] <nemo> had to reenable the menu bar to update the test profile :D
  1338. # [16:33] <nemo> heh. crashed accessing the crash too
  1339. # [16:33] * nemo tries a new nightly
  1340. # [16:34] <nemo> nope. new nightly just as crash
  1341. # [16:34] <nemo> oh well
  1342. # [16:35] * Quits: darkowlzz (sunny@26D853E5.4E976DA6.25B273F5.IP) (Quit: This computer has gone to sleep)
  1343. # [16:35] <nemo> haha. disabled layers acceleration and now it just crashes at startup
  1344. # [16:36] <nemo> disabling skia for content saves it
  1345. # [16:37] <nemo> https://crash-stats.mozilla.com/report/index/18d757e9-d199-4439-9ce3-417b42131216 crash on startup with layers acceleration disabled
  1346. # [16:37] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Client exited)
  1347. # [16:37] * Quits: bitgeeky (bitgeeky@450C2842.DF1C5756.EBCC7000.IP) (Ping timeout)
  1348. # [16:37] <nemo> ah. same as the one w/ accel enabled
  1349. # [16:37] <nemo> on touching the menu
  1350. # [16:38] <@bz> grrr
  1351. # [16:39] * edmorley is now known as edmorley|sheriffduty
  1352. # [16:39] * Tomcat|sheriffduty is now known as Tomcat|afk
  1353. # [16:40] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1354. # [16:41] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  1355. # [16:42] * RyanVM is now known as RyanVM|brb
  1356. # [16:42] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1357. # [16:42] * Joins: alfredo (alfredo@moz-1CFF36DE.dynamic.hinet.net)
  1358. # [16:42] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  1359. # [16:44] * Joins: Gijs (gijs@moz-F4BE19A7.as13285.net)
  1360. # [16:45] * Joins: m_gol (m_gol@moz-1023DE00.neoplus.adsl.tpnet.pl)
  1361. # [16:46] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  1362. # [16:48] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Ping timeout)
  1363. # [16:51] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1364. # [16:51] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1365. # [16:51] * Quits: rogeliodh (Thunderbir@142E71D2.4721CE23.D67CC001.IP) (Ping timeout)
  1366. # [16:51] * Joins: automata (automata@FA5FB0AD.B9FA9007.7DA01DD1.IP)
  1367. # [16:52] * Joins: bent (chatzilla@moz-2CD73AA6.triad.res.rr.com)
  1368. # [16:53] * Quits: bent (chatzilla@moz-2CD73AA6.triad.res.rr.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1369. # [16:53] * Joins: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com)
  1370. # [16:53] * Joins: bent (chatzilla@moz-2CD73AA6.triad.res.rr.com)
  1371. # [16:53] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1372. # [16:54] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1373. # [16:55] <Waldo> nemo: just Alt+F and such will still open the old menu bar
  1374. # [16:56] <nemo> Waldo: yeah, I keep forgetting. but on my normal profile I just reenabled the bar
  1375. # [16:56] <nemo> I'd gotten used to the menu button but this new one is a bit much
  1376. # [16:56] * Waldo doesn't use the mouse enough to have been stymied by that change, or indeed by most of australis/etc. to the extent it's more-hidden
  1377. # [16:57] <nemo> too hard to find stuff in the new menu
  1378. # [16:57] <nemo> but. old menu bar works well enough
  1379. # [16:57] <nemo> I'd kinda missed it anyway
  1380. # [16:57] <nemo> for example, View->Page Style->No Style - very helpful w/ web dev or a hopelessly broken layout
  1381. # [16:58] * Quits: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de) (Quit: Leaving.)
  1382. # [16:59] * Tomcat|afk is now known as Tomcat
  1383. # [17:00] <nemo> Waldo: I'm just warning friends who still use the menu bar to put a spacer in their menu bar menu ASAP before australis "simplifies" customisation
  1384. # [17:00] * khuey|away is now known as khuey
  1385. # [17:00] <nemo> seems to me most people don't need customisation, and those who do, prob appreciated being able to position icons, but. meh.
  1386. # [17:00] * khuey is now known as khuey|caltrain
  1387. # [17:01] * Joins: lassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  1388. # [17:01] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1389. # [17:01] * Joins: rogeliodh (Thunderbir@142E71D2.4721CE23.D67CC001.IP)
  1390. # [17:02] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Ping timeout)
  1391. # [17:02] * Tomcat is now known as Tomcat|mtg
  1392. # [17:02] * Quits: alfredo (alfredo@moz-1CFF36DE.dynamic.hinet.net) (Client exited)
  1393. # [17:02] <@dbaron> hmmm, the needinfo on attachments UI means that hitting <TAB> after the comments textfield doesn't land on the review flag select anymore
  1394. # [17:03] <@dbaron> means I can't type <TAB> + to set the review flag to +
  1395. # [17:03] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  1396. # [17:03] * Quits: wlach (wlach@moz-5663248F.vif.net) (Ping timeout)
  1397. # [17:04] * Parts: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1398. # [17:04] <edmorley|sheriffduty> RyanVM|brb: have you seen the b-c orange on the b2g-inbound checkin-needed?
  1399. # [17:05] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  1400. # [17:05] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1401. # [17:06] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  1402. # [17:06] * edmorley|sheriffduty is now known as edmorley|mtg
  1403. # [17:07] * Joins: KWierso|V (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  1404. # [17:07] * Joins: alfredo (alfredo@moz-1CFF36DE.dynamic.hinet.net)
  1405. # [17:07] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1406. # [17:08] * Joins: bitgeeky (bitgeeky@450C2842.DF1C5756.EBCC7000.IP)
  1407. # [17:08] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  1408. # [17:08] * ChanServ sets mode: +o ehsan
  1409. # [17:10] * Quits: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com) (Connection reset by peer)
  1410. # [17:11] * Quits: alfredo (alfredo@moz-1CFF36DE.dynamic.hinet.net) (Client exited)
  1411. # [17:11] * Quits: automata (automata@FA5FB0AD.B9FA9007.7DA01DD1.IP) (Quit: This computer has gone to sleep)
  1412. # [17:11] * Joins: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de)
  1413. # [17:12] * Quits: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP) (Quit: i have to go, my planet needs me!)
  1414. # [17:12] * Joins: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net)
  1415. # [17:12] * retornam|away is now known as retornam
  1416. # [17:12] * twi is now known as twi_
  1417. # [17:13] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  1418. # [17:14] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1419. # [17:16] * RyanVM|brb is now known as RyanVM
  1420. # [17:16] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  1421. # [17:17] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1422. # [17:17] * Joins: Bas (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  1423. # [17:20] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1424. # [17:21] * mcote|afk is now known as mcote
  1425. # [17:21] * Joins: Pike (chatzilla@moz-E850B146.pool.mediaways.net)
  1426. # [17:22] * Quits: ggp (ggp@9E593988.E7DE191F.B65F468E.IP) (Ping timeout)
  1427. # [17:22] * Quits: simo (simo@60C2A069.4FC3DE1F.A9E7D9A4.IP) (Ping timeout)
  1428. # [17:22] * Quits: kamidphish (textual@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1429. # [17:23] * Joins: ggp (ggp@9E593988.E7DE191F.B65F468E.IP)
  1430. # [17:25] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1431. # [17:25] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1432. # [17:25] * Joins: lduros (user@moz-29CCC218.phlapa.fios.verizon.net)
  1433. # [17:25] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  1434. # [17:26] * Quits: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Client exited)
  1435. # [17:26] * Quits: sfoster|afk (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Quit: Leaving)
  1436. # [17:26] * Joins: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  1437. # [17:27] * Joins: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com)
  1438. # [17:28] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1439. # [17:28] * hwine is now known as hwine-food
  1440. # [17:30] <@khuey|caltrain> nightly seems awfully crashy layely
  1441. # [17:30] <@khuey|caltrain> *lately
  1442. # [17:31] * Joins: yene (yene@moz-B65BDB82.dclient.hispeed.ch)
  1443. # [17:31] <till> khuey|caltrain: I blame mccr8 and the ICC work, based on the stacks
  1444. # [17:31] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1445. # [17:31] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1446. # [17:31] * Joins: sankha93 (Instantbir@53FB2E93.922BE1F.EFB84E89.IP)
  1447. # [17:32] * Joins: darkowlzz (sunny@26D853E5.4E976DA6.25B273F5.IP)
  1448. # [17:33] * @khuey|caltrain shakes his fist at mccr8
  1449. # [17:33] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1450. # [17:34] * Quits: fabrice|afk (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Ping timeout)
  1451. # [17:34] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1452. # [17:34] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1453. # [17:35] * Joins: darkowlzzz (sunny@F492CA42.D56A8B83.25B273F5.IP)
  1454. # [17:36] * Quits: darkowlzz (sunny@26D853E5.4E976DA6.25B273F5.IP) (Ping timeout)
  1455. # [17:36] * rail is now known as rail-lunch
  1456. # [17:36] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1457. # [17:37] * ctalbert|afk is now known as ctalbert
  1458. # [17:37] * Joins: simo (simo@953F9999.8D9E1770.330E81BB.IP)
  1459. # [17:38] <RyanVM> khuey|caltrain: note to self: stick with this older build for awhile :P
  1460. # [17:39] * Quits: Morris (Morris@D82E8BC9.7E9BCF19.89D78A4.IP) (Quit: Morris)
  1461. # [17:40] <@smaug> till: hmm, really
  1462. # [17:40] <@smaug> till: what kind of stacks?
  1463. # [17:40] <till> smaug: https://crash-stats.mozilla.com/report/index/6640cc2e-3ebd-4d5d-a525-8ea7b2131213
  1464. # [17:41] <@smaug> (the interesting icc stuff hasn't landed yet)
  1465. # [17:41] * KWierso|V is now known as loggingKW
  1466. # [17:41] <till> smaug: all the crashes I saw recently had SnowWhiteKiller::~SnowWhiteKiller() as the previous-to-last frame
  1467. # [17:41] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  1468. # [17:41] * Joins: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP)
  1469. # [17:41] <till> smaug: should I file a bug on that?
  1470. # [17:42] <till> smaug: I have about a dozen different stacks, I think
  1471. # [17:42] <@smaug> till: SnowWhite is on the stack pretty much always when an object is deleted
  1472. # [17:42] <@smaug> and snowwhite has nothing to do with icc
  1473. # [17:42] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  1474. # [17:43] <till> smaug: well, I wasn't assuming that ICC is responsible *per se*, as I'm aware of it not being enabled and all
  1475. # [17:43] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  1476. # [17:43] <till> smaug: I was, however, assuming that the preparatory patches for it might be related, as I never saw this many crashes with CC-related frames on the stack before
  1477. # [17:44] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1478. # [17:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b14f5674b64b - David Burns - Bug 942730 - allow Marionette to type into input type=number fields; r=mdas
  1479. # [17:44] * Joins: mccr8 (mccr8@moz-2C4A1AA8.dsl.dynamic.sonic.net)
  1480. # [17:44] * philor is now known as philor|away
  1481. # [17:44] <@smaug> till: yeah, could be
  1482. # [17:44] <@smaug> and there is mccr8
  1483. # [17:44] <till> ah
  1484. # [17:44] <mccr8> uh oh
  1485. # [17:44] <till> mccr8: ping
  1486. # [17:44] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1487. # [17:44] <till> heh
  1488. # [17:44] <mccr8> till: pong
  1489. # [17:44] <@smaug> till: if you have other stacks, please give the crash ids
  1490. # [17:45] <till> mccr8: over the last few days, I have experienced a lot of crashes with CC-related frames high up on the stack
  1491. # [17:45] <@smaug> till: are they all about nsDOMFocusEvent ?
  1492. # [17:45] <till> smaug: yes
  1493. # [17:46] <@smaug> since there have been changes to delayed focus handling
  1494. # [17:46] * joduinn-afk is now known as joduinn-coffee
  1495. # [17:46] <till> mccr8: specifically, the last meaningful frame is always nsDOMFocusEvent::~nsDOMFocusEvent(), the one after that always SnowWhiteKiller::~SnowWhiteKiller(), and then some other CC stuff
  1496. # [17:46] <till> ah
  1497. # [17:46] <@smaug> I think mrbkap landed the patch
  1498. # [17:46] <till> smaug: so this might not be related to the CC changes at all?
  1499. # [17:46] <@smaug> though, some version was backed out
  1500. # [17:47] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  1501. # [17:47] * Tomcat|mtg is now known as Tomcat|afk
  1502. # [17:47] <till> smaug: can you give me a bug number?
  1503. # [17:47] <mccr8> till: if SnowWhiteKiller is on the stack, then it is probably just related to the destructor for that class
  1504. # [17:47] <mccr8> not really the CC
  1505. # [17:47] <mccr8> till: all CCed objects are deleted by the SnowWhiteKiller
  1506. # [17:47] <till> mccr8: I see, ok
  1507. # [17:47] <@smaug> trying to remember the bug
  1508. # [17:48] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  1509. # [17:48] <RyanVM> smaug: if it's bug 933483, it's backed out
  1510. # [17:48] <RyanVM> (again today tooO)
  1511. # [17:48] <RyanVM> still leaking in mochitest-bc
  1512. # [17:48] <till> khuey|caltrain: I blame mrbkap and his changes to delayed focus handling ;)
  1513. # [17:48] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1514. # [17:48] <@smaug> RyanVM: ah, right
  1515. # [17:48] <till> RyanVM: was it in the last few nightlies?
  1516. # [17:48] <RyanVM> till: no
  1517. # [17:49] <till> mmh, then that can't be it
  1518. # [17:49] <RyanVM> the reland attempt was this morning on b-i
  1519. # [17:49] * jlund|afk is now known as jlund
  1520. # [17:49] <till> mccr8: for posterity, here's one of the crashes: https://crash-stats.mozilla.com/report/index/0a78a7d2-135f-4ed0-8b2b-2a7d92131213
  1521. # [17:49] <@khuey|caltrain> till: mmm
  1522. # [17:49] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  1523. # [17:49] <@khuey|caltrain> till: I think it started before that
  1524. # [17:49] * khuey|caltrain is now known as khuey
  1525. # [17:49] * @khuey alights
  1526. # [17:49] * khuey is now known as khuey|away
  1527. # [17:49] <till> khuey|caltrain: oh, by now I'm out of people to blame ;)
  1528. # [17:49] * Ms2ger blames till
  1529. # [17:50] * till humbly accepts the blame
  1530. # [17:50] * RyanVM blames Ms2ger
  1531. # [17:50] * RyanVM needs to stay in practice
  1532. # [17:50] <Ms2ger> RyanVM, hey, till accepted the blame!
  1533. # [17:50] <till> RyanVM++
  1534. # [17:50] <RyanVM> dammit
  1535. # [17:50] * Ms2ger sneaks around RyanVM and lands on central
  1536. # [17:50] <RyanVM> Ms2ger--
  1537. # [17:50] <Ms2ger> :D
  1538. # [17:50] <RyanVM> :P
  1539. # [17:50] <mccr8> hmm, yeah the class doesn't even have an explicit constructor. odd.
  1540. # [17:51] * Joins: ejpbruel (ejpbruel@941349F4.F58C7D4D.F945DA.IP)
  1541. # [17:51] <ejpbruel> khuey: ping
  1542. # [17:52] * edmorley|mtg is now known as edmorley|sheriffduty
  1543. # [17:53] <@smaug> till: so 20131214 looks like the first build
  1544. # [17:53] * Joins: nizmogtr (dave@moz-2CF94F28.lightspeed.miamfl.sbcglobal.net)
  1545. # [17:53] <@smaug> based on crash stats
  1546. # [17:54] <till> smaug: no: https://crash-stats.mozilla.com/report/index/6640cc2e-3ebd-4d5d-a525-8ea7b2131213
  1547. # [17:54] <@smaug> khuey|away: do you have some crash ids?
  1548. # [17:54] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  1549. # [17:54] * Joins: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net)
  1550. # [17:54] <@smaug> oh, wait
  1551. # [17:54] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  1552. # [17:54] <@smaug> crash stat UI is just super odd
  1553. # [17:54] <till> smaug: for me, it started with the 20131213 build, but I hadn't updated for a few days before that
  1554. # [17:55] <ejpbruel> bz: ping?
  1555. # [17:55] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1556. # [17:55] <till> yes, I saw way too few crashes for this signature there, too
  1557. # [17:55] <@smaug> 2013120908
  1558. # [17:55] * RyanVM is now known as RyanVM|afk
  1559. # [17:55] <@smaug> no
  1560. # [17:55] * @smaug can't read the graph
  1561. # [17:56] <till> smaug: my last known-good build is 1205, iirc
  1562. # [17:56] * Joins: spohl (Adium@moz-7E38BD3F.static.hvvc.us)
  1563. # [17:57] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Quit: Leaving.)
  1564. # [17:57] <mccr8> hmm, I guess if we're really trying to destruct a NULL object, it could be my fault somehow. ;)
  1565. # [17:57] <@bz> ehsan: what?
  1566. # [17:57] <@ehsan> bz: ?
  1567. # [17:57] <@bz> gps: ping; we have failure from your landing....
  1568. # [17:57] <@bz> ehsan: not failing the build
  1569. # [17:57] * Fallen|away is now known as Fallen
  1570. # [17:57] <@bz> ehsan: that's broken
  1571. # [17:57] <@ehsan> bz: I know!
  1572. # [17:58] <@bz> ehsan: _should_ fail the build!
  1573. # [17:58] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1574. # [17:58] <@ehsan> yep, hence the bug
  1575. # [17:58] <mccr8> till: yeah bug 937766 landed on 12/6 so that is a little suspicious... though it woudln't have been in the build until 1207
  1576. # [17:58] <@bz> ehsan: can you file a separate bug on that?
  1577. # [17:58] <@ehsan> sure
  1578. # [17:58] <@bz> ehsan: in that we should be catching and reporting nicely the MethodNotNewObjectError
  1579. # [17:58] <@ehsan> bz: where does that go? Build Config?
  1580. # [17:58] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1581. # [17:58] <@bz> ehsan: please!
  1582. # [17:58] <@ehsan> k
  1583. # [17:59] <till> mccr8: I ran the 1205 build until the 13th, so I can't say anything about the builds between those
  1584. # [17:59] <@bz> ehsan: and blocking 928195
  1585. # [17:59] <@bz> ehsan: and assign to jps?
  1586. # [17:59] <mccr8> till: ah ok.
  1587. # [17:59] <@ehsan> who's jps? :P
  1588. # [17:59] <@bz> ehsan: (and I guess cc glandium)
  1589. # [17:59] <@ehsan> will do
  1590. # [17:59] <@bz> er, gps
  1591. # [17:59] <@bz> you know whom I mean. ;)
  1592. # [17:59] <@ehsan> I sure do :D
  1593. # [18:00] <@bz> I'll fix the error-reporting, but it'll still be an error
  1594. # [18:00] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1595. # [18:00] <@ehsan> yeah, they're separate issues, you're right
  1596. # [18:00] * Joins: wesj (wesj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1597. # [18:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4b78a373acbd - Masatoshi Kimura - Bug 949879 - Drop support for the "cols" attribute of <pre> elements. r=dbaron
  1598. # [18:00] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1599. # [18:00] * Fallen is now known as Fallen|away
  1600. # [18:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bf56e107bb07 - Geoff Brown - Bug 915449 - Avoid EditText error in testMasterPassword; r=jmaher
  1601. # [18:01] <@ehsan> bz: bug 950736
  1602. # [18:02] <@bz> ehsan: thank you
  1603. # [18:02] * hwine-food is now known as hwine
  1604. # [18:02] <@ehsan> np
  1605. # [18:02] <@ehsan> bz: (fwiw I hit this yesterday when my class was not wrapper-cached yet)
  1606. # [18:03] * Quits: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP) (Quit: This computer has gone to sleep)
  1607. # [18:03] <@bz> ehsan: yeah, makes sense.
  1608. # [18:03] <@bz> ehsan: Failing here is right.
  1609. # [18:03] <@ehsan> yeah
  1610. # [18:04] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  1611. # [18:04] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  1612. # [18:04] <@ehsan> I was actually amazed that the webidl codegen caught me there
  1613. # [18:04] <@bz> We try. ;)
  1614. # [18:04] <@ehsan> took me a few mins to spot my mistake
  1615. # [18:04] * Joins: ckerschb (ckerschb@moz-82777327.ics.uci.edu)
  1616. # [18:04] * @dolske stares at https://bugzilla.mozilla.org/attachment.cgi?id=8348105&action=diff
  1617. # [18:04] <ejpbruel> bz: is it safe to pass store an ErrorResult on a Runnable, and then call Throw on it from another thread?
  1618. # [18:04] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Quit: Leaving.)
  1619. # [18:04] <ejpbruel> -pass
  1620. # [18:04] <@ehsan> bz: why do we have mozMatchSelector?
  1621. # [18:05] <@dolske> adding a sleep() for a test orange?
  1622. # [18:05] <@bz> ehsan: because there was no spec. :(
  1623. # [18:05] <@bz> ehsan: so the cases that are sane look like this:
  1624. # [18:05] * armenzg is now known as armenzg_lunch
  1625. # [18:05] <@ehsan> bz: webcompat?
  1626. # [18:05] <@bz> except MethodNotNewObjectError, err:
  1627. # [18:05] <@bz> raise TypeError("%s being returned from non-NewObject method or property %s.%s" %
  1628. # [18:05] <@bz> (err.typename,
  1629. # [18:05] <@bz> self.descriptor.interface.identifier.name,
  1630. # [18:05] <@bz> self.idlNode.identifier.name))
  1631. # [18:05] <@dolske> I guess it's temporary.
  1632. # [18:05] * @bz will make this case do something like that too....
  1633. # [18:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1559f81806fb - Michal Novotny - Bug 926069 - CacheFile must not create new entry when key is a hash, r=honzab
  1634. # [18:05] <@bz> ehsan: well, we wanted to add the API
  1635. # [18:05] <@ehsan> bz: (sounds good on the codegen thing)
  1636. # [18:05] <@bz> ehsan: but did it prefixed because the spec was being bikeshedded....
  1637. # [18:05] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  1638. # [18:05] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1639. # [18:06] * Joins: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  1640. # [18:06] <@smaug> hopefully bz doesn't have to answer to the question about why we have mozMatchSelector too many times
  1641. # [18:06] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  1642. # [18:06] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1643. # [18:06] * Joins: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com)
  1644. # [18:06] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1645. # [18:06] <@ehsan> smaug: oh, are we unprefixing it?
  1646. # [18:06] <@bz> smaug: lol
  1647. # [18:07] <@bz> ehsan: even if we do, we can't remove the prefixed version
  1648. # [18:07] <@ehsan> bz: webcompat?
  1649. # [18:07] <@bz> ehsan: sorta
  1650. # [18:07] <@ehsan> sorta? ;)
  1651. # [18:07] <@bz> http://code.jquery.com/jquery-1.10.2.js
  1652. # [18:07] <@bz> Line 1644
  1653. # [18:07] <@smaug> ehsan: I just asked the same question in #content
  1654. # [18:07] <@ehsan> argh :(
  1655. # [18:07] <@bz> And then line 1800
  1656. # [18:07] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  1657. # [18:08] <@bz> ehsan: where jQuery will fall back to a slow manual impl if one of those prefixed ones doesn't exist
  1658. # [18:08] * Quits: cviecco (cviecco@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  1659. # [18:08] * bhearsum is now known as bhearsum|food
  1660. # [18:08] <@bz> ehsan: And they couldn't win, because the standard name might end up "matches", not "matchesSelector" (!)
  1661. # [18:08] <@ehsan> bz: that is so silly of them :(
  1662. # [18:08] * @bz did say bikeshedding
  1663. # [18:09] <@ehsan> I don't know what to say!
  1664. # [18:09] <@bz> This is why we stopped doing prefixes.
  1665. # [18:09] <@bz> ehsan: "Never again"? ;)
  1666. # [18:09] <@ehsan> yep
  1667. # [18:09] <@ehsan> haha
  1668. # [18:09] <@bz> ehsan: shipping prefixed APIs, that is
  1669. # [18:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/40ca2354d194 - Jim Mathies - Bug 920952 - Flush metro test harness output. r=bbondy
  1670. # [18:09] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1671. # [18:09] * Joins: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP)
  1672. # [18:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/17e55676871a - Jim Mathies - Bug 950288 - Update the last run id when the browser launches so it's always up to date. r=bbondy
  1673. # [18:09] * @bz semi-Godwins the discussion
  1674. # [18:10] <@bz> ejpbruel: sorry, still thinking
  1675. # [18:10] <@bz> ejpbruel: so this ErroResult is a member of the runnable?
  1676. # [18:10] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1677. # [18:10] <ejpbruel> bz: yeah. to give you some context: i want to add a member function to the Worker interface that can throw
  1678. # [18:10] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Quit: Leaving.)
  1679. # [18:10] <ejpbruel> bz: that function creates a runnable, which runs in the worker thread, and calls a function that takes an ErrorResult
  1680. # [18:11] <@bz> so throwing an nsresult on ErrorResult should be ok
  1681. # [18:11] <ejpbruel> bz: right
  1682. # [18:11] <@bz> on a background thread
  1683. # [18:11] <@bz> Don't throw an actual JS exception on it, obviously!
  1684. # [18:11] <ejpbruel> bz: i just realised that this won't work though, since the function returns while the runnable is still queued
  1685. # [18:11] <@bz> In fact, we should add threadsafety asserts for that stuff
  1686. # [18:11] <@bz> mmm
  1687. # [18:12] <ejpbruel> bz: could I create a ErrorResult manually and then return false based on how its set?
  1688. # [18:12] <Ms2ger> bz, even Hitler wouldn't bikeshed about that?
  1689. # [18:12] * Quits: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP) (Quit: This computer has gone to sleep)
  1690. # [18:13] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  1691. # [18:13] <@bz> Ms2ger: no, the "never again" line.
  1692. # [18:13] <Ms2ger> Oh
  1693. # [18:13] <@bz> ejpbruel: I'm not sure what you mean.
  1694. # [18:13] <ejpbruel> bz: ok, so
  1695. # [18:14] <Ms2ger> On an unrelated note
  1696. # [18:14] <ejpbruel> bz: when the worker's event loop calls Run on the Runnable
  1697. # [18:14] * Joins: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net)
  1698. # [18:14] <ejpbruel> bz: it actually ignores the result
  1699. # [18:14] <@bz> ejpbruel: ok
  1700. # [18:14] * Joins: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net)
  1701. # [18:14] <ejpbruel> bz: but the function called by the Runnable still expects an ErrorResult param
  1702. # [18:14] <Ms2ger> I feel like strangling the person who created a tab-separated data file, with 7 of the tabs replaced by spaces
  1703. # [18:14] * terrence-afk is now known as terrence
  1704. # [18:14] <ejpbruel> bz: so can I just create an ErrorResult, pass that, and then ignore it?
  1705. # [18:15] <@bz> ejpbruel: If the idea is to ignore the exception, then yes
  1706. # [18:15] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  1707. # [18:15] <ejpbruel> bz: alright, cool. thanks :)
  1708. # [18:15] <@bz> ejpbruel: no problem
  1709. # [18:15] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  1710. # [18:15] * mccr8 is now known as mccr8|away
  1711. # [18:16] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  1712. # [18:16] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1713. # [18:16] * Quits: givanica (givanica@10783111.9D16DD5B.FB866788.IP) (Ping timeout)
  1714. # [18:17] <@bz> ehsan: did you see this on Windows or on Linux?
  1715. # [18:18] <@bz> ehsan: "this" == "build continues"?
  1716. # [18:18] <@ehsan> bz: mac
  1717. # [18:18] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Ping timeout)
  1718. # [18:18] * jhopkins|buildduty is now known as jhopkins|bbiab
  1719. # [18:18] <till> ejpbruel: ping
  1720. # [18:18] <ejpbruel> till: pong
  1721. # [18:18] <till> ejpbruel: I hear you're working on multiple globals in workers?
  1722. # [18:18] * Quits: terrence (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  1723. # [18:18] <@ehsan> bz: the codegen itself surely fails, it's just that the rest of the build proceeds
  1724. # [18:19] <ejpbruel> till: yeah
  1725. # [18:19] <till> ejpbruel: that is most excellent!
  1726. # [18:19] <till> ejpbruel: can you tell me where I can track this work, and which form it'll take?
  1727. # [18:19] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  1728. # [18:19] * Joins: ehugg (ehugg@321358DB.709C0A2A.6157E88D.IP)
  1729. # [18:19] <ejpbruel> till: sure
  1730. # [18:19] <till> ejpbruel: i.e., how one will be able to create globals
  1731. # [18:20] <ejpbruel> till: so the underlying goal here is to make workers debuggable
  1732. # [18:20] <till> ejpbruel: ah, right
  1733. # [18:20] <ejpbruel> till: you probably know that the debugger API requires the debugger to run in its own global
  1734. # [18:20] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  1735. # [18:20] <ejpbruel> till: right now I'm working on some code that allows you to import a debugger script into a worker from its parent or the main thread
  1736. # [18:20] * lassey is now known as blassey
  1737. # [18:20] * Quits: havarnov_ (havarnov@7FCD87A9.7B7BA24D.CB207656.IP) (Connection reset by peer)
  1738. # [18:20] <ejpbruel> till: that will lazily create a debugger global in which the script will be evaluated
  1739. # [18:20] <till> ejpbruel: great. And yes, I do know that
  1740. # [18:21] <till> I see
  1741. # [18:21] <ejpbruel> till: the debugger global is also where we will store the debugger specific API, since we don't have xpconnect wrappers in workers atm
  1742. # [18:21] * Joins: havarnov (havarnov@7FCD87A9.7B7BA24D.CB207656.IP)
  1743. # [18:21] <ejpbruel> till: the main challenge is to come up with a safe API without xpconnect
  1744. # [18:21] <ejpbruel> till: anyway, the debugger will also need to load commonjs modules
  1745. # [18:21] * Quits: cosmin-malutan (cosmin_mal@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: cosmin-malutan)
  1746. # [18:21] * baku is now known as baku|away
  1747. # [18:21] <ejpbruel> till: to part of that debugger specific API will be to create additional globals and eval code in them
  1748. # [18:22] <ejpbruel> till: so we'll have a main worker global, main debugger global, and additional debugger globals
  1749. # [18:22] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  1750. # [18:22] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1751. # [18:22] * khuey|away is now known as khuey
  1752. # [18:22] <till> ejpbruel: I see, ok
  1753. # [18:22] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1754. # [18:22] <@khuey> smaug: no
  1755. # [18:22] <@bz> ehsan: ok, me too
  1756. # [18:22] <ejpbruel> till: the bug is 757133
  1757. # [18:22] <ejpbruel> till: is there a specific reason you're interested in this?
  1758. # [18:23] <@bz> ehsan: callback Bar = void(ImageData arg);
  1759. # [18:23] <@bz> ehsan: TypeError: ImageData being passed as an argument to Bar but is not wrapper cached, so can't be reliably converted to a JS object.
  1760. # [18:23] <till> ejpbruel: yes, bug 932402
  1761. # [18:23] <@bz> ehsan: look good?
  1762. # [18:23] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: Leaving.)
  1763. # [18:23] <@bz> Alternately
  1764. # [18:23] <@bz> callback interface Bar { void doSomething(ImageData arg); };
  1765. # [18:24] <@bz> TypeError: ImageData being passed as an argument to Bar.doSomething but is not wrapper cached, so can't be reliably converted to a JS object.
  1766. # [18:24] <till> ejpbruel: so I need a way to make this script-accessible, but I can deal with that on top of your work
  1767. # [18:24] <ejpbruel> till: yeah, looks like it
  1768. # [18:24] * jimm is now known as jimm-lunch
  1769. # [18:25] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  1770. # [18:25] <ejpbruel> till: we could expose the part of the debugger API dealing with creating globals and evaluating scripts to ordinary workers as well, perhaps
  1771. # [18:25] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  1772. # [18:26] <till> ejpbruel: I've been thinking about that, too
  1773. # [18:26] * Joins: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net)
  1774. # [18:26] <ejpbruel> tilll: if we do that, it could probably land on its own
  1775. # [18:26] <till> ejpbruel: there are a few features I want to experiment with in the ShumwayWorker and then talk to people about standardizing them
  1776. # [18:26] <ejpbruel> till: I'm currently working on a prototype to load debugger scripts. once i get that to work, i could focus on landing just that part.
  1777. # [18:27] <ejpbruel> till: if that helps you ofc
  1778. # [18:27] <till> ejpbruel: do you already have the global-creation part?
  1779. # [18:27] <@bz> gps: can you reproduce the build-not-stopping thing/
  1780. # [18:27] <@bz> gps: ?
  1781. # [18:27] <ejpbruel> till: nope
  1782. # [18:27] <@bz> gps: if not, it may be mac-specific...
  1783. # [18:27] <ejpbruel> till: that will be my next step
  1784. # [18:27] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  1785. # [18:27] <till> ejpbruel: that's the part that I'm interested in :)
  1786. # [18:27] <ejpbruel> till: but its part of what I need to do anyway, so I'm happy to prioritise it
  1787. # [18:27] <till> ejpbruel: that'd be fantastic!
  1788. # [18:28] <ejpbruel> till: that only makes sense though if we can get people to agree to expose it to normal worker scripts
  1789. # [18:28] <ejpbruel> tilll: otherwise i first need a place to expose those functions (i.e. the debugger script)
  1790. # [18:28] <till> ejpbruel: that's where the ShumwayWorker comes in
  1791. # [18:28] * Quits: havarnov (havarnov@7FCD87A9.7B7BA24D.CB207656.IP) (Connection reset by peer)
  1792. # [18:28] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  1793. # [18:28] <ejpbruel> till: oh i see
  1794. # [18:28] * Joins: havarnov (havarnov@7FCD87A9.7B7BA24D.CB207656.IP)
  1795. # [18:28] <till> ejpbruel: we will have our own worker type for shumway anyway, and I can expose it there
  1796. # [18:28] * Joins: sicking (sicking@moz-75013205.hsd1.ca.comcast.net)
  1797. # [18:29] <till> ejpbruel: it's a bit of a sad story, really
  1798. # [18:29] <ejpbruel> till: hehe
  1799. # [18:29] <ejpbruel> till: so a shumway worker will be a specialisation similar to ChromeWorker, then?
  1800. # [18:29] <@ehsan> bz: looks great
  1801. # [18:30] <@bz> ehsan: Good
  1802. # [18:30] * @bz posts patch
  1803. # [18:30] <ejpbruel> till: building that too would be a bit of a sidetrack, but i guess I could look into that
  1804. # [18:30] * Quits: darkowlzzz (sunny@F492CA42.D56A8B83.25B273F5.IP) (Ping timeout)
  1805. # [18:30] <@ehsan> Ms2ger: ping
  1806. # [18:30] <till> ejpbruel: no worries, I'm working on that part: bug 949992
  1807. # [18:31] * @bz sees still-open tree, pounces
  1808. # [18:31] <till> ejpbruel: and yes, it's exactly the same type of specialization as the ChromeWorker
  1809. # [18:31] * RyanVM|afk is now known as RyanVM|sheriffduty
  1810. # [18:31] * Joins: terrence (terrence@moz-B38D16E9.sb.sd.cox.net)
  1811. # [18:32] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1812. # [18:32] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1813. # [18:32] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  1814. # [18:32] * jchen|away is now known as jchen
  1815. # [18:32] * Quits: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP) (Input/output error)
  1816. # [18:33] * BenWa is now known as BenWa|email
  1817. # [18:33] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1818. # [18:33] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1819. # [18:33] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1820. # [18:34] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1821. # [18:34] * kats is now known as kats-lunch
  1822. # [18:35] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1823. # [18:35] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1824. # [18:36] * Joins: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net)
  1825. # [18:36] * Quits: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de) (Quit: Leaving.)
  1826. # [18:36] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  1827. # [18:37] * philor|away is now known as philor
  1828. # [18:37] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1829. # [18:37] * bbondy_ is now known as bbondy
  1830. # [18:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b2151f4603dc - David Keeler - bug 887321 - initial OCSP stapling telemetry r=briansmith
  1831. # [18:38] * Joins: darkowlzzz (sunny@F492CA42.D56A8B83.25B273F5.IP)
  1832. # [18:38] * edmorley|sheriffduty is now known as edmorley
  1833. # [18:38] * geekboy|afk is now known as geekboy
  1834. # [18:38] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  1835. # [18:39] * Quits: mstange (markus@moz-E083CB3A.dip0.t-ipconnect.de) (Quit: mstange)
  1836. # [18:39] * rail-lunch is now known as rail
  1837. # [18:40] <Ms2ger> ehsan, ack
  1838. # [18:40] <@ehsan> Ms2ger: out of curiosity, where you around yesterday when bsmith backed me out?
  1839. # [18:40] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1840. # [18:40] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  1841. # [18:40] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1842. # [18:41] <Ms2ger> Where? :)
  1843. # [18:41] <@ehsan> dunno on IRC for example? :)
  1844. # [18:41] <Ms2ger> But yes, I was
  1845. # [18:41] <@ehsan> you reopened the bugs
  1846. # [18:41] <@ehsan> Ms2ger: I'm trying to understand _why_ he backed me out
  1847. # [18:41] <@ehsan> any idea what the problem was/
  1848. # [18:41] <@ehsan> ?
  1849. # [18:42] * JosiahOne is now known as JosiahOne|Lunch
  1850. # [18:42] * Joins: harth_ (harth@moz-42412102.hsd1.ca.comcast.net)
  1851. # [18:42] <Ms2ger> ehsan, https://www.pastebin.mozilla.org/3787889
  1852. # [18:43] <@ehsan> Ms2ger: huh, thanks!
  1853. # [18:43] * Joins: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  1854. # [18:43] * Quits: GPHemsley (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com) (Ping timeout)
  1855. # [18:44] * Quits: harth_ (harth@moz-42412102.hsd1.ca.comcast.net) (Ping timeout)
  1856. # [18:44] * Quits: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net) (Input/output error)
  1857. # [18:44] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1858. # [18:44] <@ehsan> it's interesting that I don't get this locally
  1859. # [18:45] <@smaug> which version of python is required these days?
  1860. # [18:45] <@smaug> 2.7 ?
  1861. # [18:45] <RyanVM|sheriffduty> yes
  1862. # [18:45] * Joins: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de)
  1863. # [18:45] * Quits: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de) (Connection reset by peer)
  1864. # [18:45] <Ms2ger> ehsan, hmm, maybe he's got defined(PR_LOGGING) && defined (DEBUG_SOURCE_TRACE) on
  1865. # [18:45] * Joins: jviereck1 (Adium@moz-65B3F176.dip0.t-ipconnect.de)
  1866. # [18:46] <@ehsan> Ms2ger: could be
  1867. # [18:46] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1868. # [18:46] * BenWa|email is now known as BenWa
  1869. # [18:46] * geekboy is now known as geekboy|afk
  1870. # [18:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9cd353bda680 - Gregory Szorc - Bug 950736 - Don't use target of included file to perform WebIDL codegen; r=ted
  1871. # [18:47] <@bsmedberg> where does mozglue live on Linux?
  1872. # [18:47] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Ping timeout)
  1873. # [18:48] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1874. # [18:48] <Ms2ger> In the gutter?
  1875. # [18:48] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  1876. # [18:48] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  1877. # [18:48] * Quits: mccr8|away (mccr8@moz-2C4A1AA8.dsl.dynamic.sonic.net) (Quit: computer sleep)
  1878. # [18:49] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  1879. # [18:49] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  1880. # [18:49] <@ted> bsmedberg: pretty sure libmozalloc.so
  1881. # [18:50] * Joins: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP)
  1882. # [18:50] * kats-lunch is now known as kats
  1883. # [18:50] * Joins: GPHemsley (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com)
  1884. # [18:51] * joduinn-coffee is now known as joduinn-mtg
  1885. # [18:51] <@bz> gps: the patch you checked in doesn't seem to help?
  1886. # [18:51] * Joins: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP)
  1887. # [18:51] * hwine is now known as hwine|mtg
  1888. # [18:51] <@bsmedberg> ted: apparently it's statically linked into either libxul.so or anything that needs it
  1889. # [18:52] <@bsmedberg> ted: the HashBytes definition is in libxul.so anyway
  1890. # [18:52] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  1891. # [18:52] <gps> bz: it /should/. did you Makefile.in get regenerated?
  1892. # [18:52] <gps> bz: I mean Makefile
  1893. # [18:52] * Quits: AlinT (AlinT@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1894. # [18:52] <@bz> gps: checking
  1895. # [18:52] <@ted> bsmedberg: ah
  1896. # [18:53] <@bz> gps: yes, it did
  1897. # [18:53] <gps> bz: it fixed the problem for me!
  1898. # [18:53] <@bz> gps: want to see some output?
  1899. # [18:54] * @bz pastebins
  1900. # [18:54] * bhearsum|food is now known as bhearsum
  1901. # [18:54] <mdas> lsblakk: not sure if you're the right person to ping, but I have a small batch of test-only patches I'd like to land in mozilla-aurora. Do I need to go through the approval-mozilla-aurora+ process or is a=test-only okay?
  1902. # [18:54] <gps> bz: rm codegen.* from the objdir
  1903. # [18:55] <@bz> gps: https://pastebin.mozilla.org/3790633
  1904. # [18:55] <@bz> gps: hmm
  1905. # [18:55] * armenzg_lunch is now known as armenzg
  1906. # [18:55] * Quits: jviereck1 (Adium@moz-65B3F176.dip0.t-ipconnect.de) (Quit: Leaving.)
  1907. # [18:55] <@bz> gps: no, same thing
  1908. # [18:56] <@bz> uh, what?
  1909. # [18:56] <@bz> There is no codegen.done or codegen.json in my objdir
  1910. # [18:56] <@bz> even though this thing claims the build is done
  1911. # [18:56] * jhopkins|bbiab is now known as jhopkins|buildduty
  1912. # [18:56] <gps> bz: there should be a dom/bindings/codegen.{done,json,pp}
  1913. # [18:57] <@bz> there were
  1914. # [18:57] <@bz> I deleted them
  1915. # [18:57] <@bz> then built in dom/bindings
  1916. # [18:57] <gps> this makes no sense
  1917. # [18:57] <@bz> which gave the python exception (4x!)
  1918. # [18:57] <@bz> And then claimed "Your build was successful!"
  1919. # [18:57] <gps> i was able to repro before patch and the patch fixes it for me
  1920. # [18:57] <@bz> But did not recreate those files
  1921. # [18:57] <gps> because make ignores failures when processing targets for "include"
  1922. # [18:58] <gps> "it's a feature, not a bug"
  1923. # [18:58] * @bz tries some things
  1924. # [18:58] * hwine|mtg is now known as hwine
  1925. # [18:58] <@bz> so
  1926. # [18:58] <@bz> make -C ../obj-firefox/dom/bindings/ codegen.done
  1927. # [18:58] <@bz> This will correctly throw one exception and stop
  1928. # [18:58] * jimm-lunch is now known as jimm
  1929. # [18:58] <@bz> and not create any of codegen.{done,json,pp}
  1930. # [18:58] <@bz> (?)
  1931. # [18:59] * Joins: gandalf (textual@moz-B6E035E9.hsd1.ca.comcast.net)
  1932. # [18:59] <@bz> make -C ../obj-firefox/dom/bindings/ codegen.pp says:
  1933. # [18:59] <@bz> the single webidl error
  1934. # [18:59] <@bz> then:
  1935. # [18:59] <@bz> make: *** No rule to make target `codegen.pp'. Stop.
  1936. # [19:00] <@bz> (?)
  1937. # [19:00] <@bz> env MOZCONFIG=`pwd`/.mozconfig-fox ./mach build dom/bindings/ will throw the error 4 times and then claim a succcessful build
  1938. # [19:01] <@bz> gps: how were you testing for the problem?
  1939. # [19:01] <@bz> gps: that is, how did you trigger an error?
  1940. # [19:01] * geekboy|afk is now known as geekboy
  1941. # [19:01] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1942. # [19:01] <gps> bz: I applied that patch in comment #0 that caused codegen failure. I then did a `make clean` and executed `make` to verify I could repro the loop
  1943. # [19:01] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1944. # [19:01] <gps> bz: try adding to Makefile.in:
  1945. # [19:02] <gps> export:: codegen.done
  1946. # [19:02] * bent is now known as bent|lunch
  1947. # [19:02] <gps> then, `mach build-backend`
  1948. # [19:02] <gps> make
  1949. # [19:02] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1950. # [19:02] <gps> from dom/bindings
  1951. # [19:02] * Joins: spohl1 (spohl-lapt@B9B0118F.1B4F02A2.27500626.IP)
  1952. # [19:02] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1953. # [19:02] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  1954. # [19:02] <@bz> gps: trying
  1955. # [19:03] <gps> bz: /usr/bin/make -v
  1956. # [19:03] <gps> what version are you running?
  1957. # [19:03] * Quits: jaoo (user@moz-E7494030.red-81-44-212.dynamicip.rima-tde.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  1958. # [19:03] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1959. # [19:03] <@bz> ok, so when I do the export:: bit
  1960. # [19:03] <@bz> and run make
  1961. # [19:04] <@bz> it shows two exceptions and hangs
  1962. # [19:04] <@bz> with 100% CPU usage
  1963. # [19:04] <gps> that makes no sense
  1964. # [19:04] <@bz> GNU Make 3.81
  1965. # [19:04] <gps> that's what I'm using
  1966. # [19:04] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1967. # [19:04] <@bz> The standard one on Mac
  1968. # [19:04] <gps> same here
  1969. # [19:04] * Fallen|away is now known as Fallen
  1970. # [19:04] <@bz> I mean, I could try clobbering
  1971. # [19:04] <@bz> and seeing if that help
  1972. # [19:05] * Quits: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Quit: Ex-Chat)
  1973. # [19:05] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1974. # [19:05] <gps> bz: you shouldn't need to clobber. but you can try
  1975. # [19:05] * Joins: cpeterso_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1976. # [19:05] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1977. # [19:05] <@bz> It doesn't help
  1978. # [19:05] <@bz> fwiw
  1979. # [19:06] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1980. # [19:06] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  1981. # [19:06] * Quits: damons (gnubeard@moz-D5EBAD5B.hsd1.ca.comcast.net) (Quit: damons)
  1982. # [19:06] <lsblakk> mdas: a=test-only is fine
  1983. # [19:06] <mdas> lsblakk: great, thank you!
  1984. # [19:07] * Quits: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net) (Quit: edmorley)
  1985. # [19:08] * hurley is now known as hurley|afk
  1986. # [19:08] * Joins: huseby (huseby@moz-9C2F310A.torproject.afo-tm.org)
  1987. # [19:08] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1988. # [19:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c086bb3ae771 - Kannan Vijayan - Bug 950028 - Remove unused js_AddNativeProperty. r=jorendorff
  1989. # [19:08] <@bz> gps: can you do me a favor?
  1990. # [19:08] <@bz> gps: open dom/webidl/ImageData.webidl
  1991. # [19:08] <@bz> gps: remove the last ';
  1992. # [19:08] <@bz> gps: ';' in that file
  1993. # [19:08] <@bz> gps: see if that also fails the build for you?
  1994. # [19:08] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  1995. # [19:11] * Joins: Archaeopteryx (itsme@moz-AC58209D.cust.telecolumbus.net)
  1996. # [19:13] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  1997. # [19:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6f17c4c5f908 - Ehsan Akhgari - Bug 950506 - Part 1: Rename the LOG macro to DIRECTSHOW_LOG in SourceFilter.cpp
  1998. # [19:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f7fc3ee2d5eb - Ehsan Akhgari - Bug 950506 - Part 2: Build content/media/directshow in unified mode; r=roc
  1999. # [19:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/98a4b028c04a - Ehsan Akhgari - Bug 950507 - Build content/media/fmp4 in unified mode; r=roc
  2000. # [19:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ac40b01fd56b - Ehsan Akhgari - Bug 950505 - Build content/media/wmf in unified mode; r=roc
  2001. # [19:17] * Quits: ehugg (ehugg@321358DB.709C0A2A.6157E88D.IP) (Quit: ehugg)
  2002. # [19:17] * Quits: cpeterso_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2003. # [19:18] * Quits: sicking (sicking@moz-75013205.hsd1.ca.comcast.net) (Quit: sicking)
  2004. # [19:18] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2005. # [19:18] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2006. # [19:18] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2007. # [19:20] * Quits: h4writer (h4writer@moz-957FCBC.access.telenet.be) (Ping timeout)
  2008. # [19:20] * Joins: kamidphish (textual@13F2CEC5.7672369.D8E68FF6.IP)
  2009. # [19:20] * Joins: grobinson|laptop (grob_@moz-FCB4F222.mit.edu)
  2010. # [19:21] * Quits: ejpbruel (ejpbruel@941349F4.F58C7D4D.F945DA.IP) (Quit: ejpbruel)
  2011. # [19:21] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  2012. # [19:21] * mattwoodrow|away is now known as mattwoodrow
  2013. # [19:21] * JosiahOne|Lunch is now known as JosiahOne
  2014. # [19:21] * Quits: drno (Adium@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: Leaving.)
  2015. # [19:21] <RyanVM|sheriffduty> ehsan: ping
  2016. # [19:21] * Parts: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  2017. # [19:22] * Quits: gabor (gabor@941349F4.F58C7D4D.F945DA.IP) (Ping timeout)
  2018. # [19:22] * rail is now known as rail-mgt
  2019. # [19:23] <@ehsan> RyanVM|sheriffduty: hi
  2020. # [19:23] <RyanVM|sheriffduty> ehsan: hey, I'm trying to track down the B2G M2 failure on inbound and wonder if your mediaquery push is related
  2021. # [19:24] <RyanVM|sheriffduty> you don't be chance have a Try link handy, do you?
  2022. # [19:24] <@ehsan> hmm
  2023. # [19:24] <RyanVM|sheriffduty> ehsan: https://tbpl.mozilla.org/php/getParsedLog.php?id=32032393&tree=Mozilla-Inbound
  2024. # [19:24] <@ehsan> I did push to try, but don't have the link handy
  2025. # [19:24] * ahal is now known as ahal|afk
  2026. # [19:24] <@ehsan> can I dig it up somehow?
  2027. # [19:24] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2028. # [19:25] <RyanVM|sheriffduty> ehsan: email gone?
  2029. # [19:25] <@ehsan> RyanVM|sheriffduty: (note that test_bug595449.html doesn't really examine the code that I touched)
  2030. # [19:25] <@ehsan> RyanVM|sheriffduty: email?
  2031. # [19:25] <RyanVM|sheriffduty> you get an email with the link when you push to Try
  2032. # [19:25] <@ehsan> oh
  2033. # [19:26] <@ehsan> I thought that those emails are dead!
  2034. # [19:26] <RyanVM|sheriffduty> nope
  2035. # [19:26] <philor> or you can dig through the builds on ftp under your name
  2036. # [19:26] <@ehsan> RyanVM|sheriffduty: lol https://tbpl.mozilla.org/?tree=Try&rev=f4ed836c5783 but this won't be useful
  2037. # [19:26] <RyanVM|sheriffduty> ouch
  2038. # [19:26] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2039. # [19:27] <RyanVM|sheriffduty> ehsan: there's a couple patches in the checkin-needed push prior to yours that look possible too
  2040. # [19:27] <RyanVM|sheriffduty> one has a Try link with a busted (and not retriggered) M2 run, go fig
  2041. # [19:27] <@ehsan> let me read that test
  2042. # [19:28] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2043. # [19:28] <@ehsan> hmm
  2044. # [19:28] <@ehsan> RyanVM|sheriffduty: you can back me out if you need to
  2045. # [19:29] <@ehsan> but none of those patches look relevant
  2046. # [19:29] <@ehsan> this might be coming from the merge :(
  2047. # [19:29] <RyanVM|sheriffduty> ehsan: I would if it was the only obvious suspect, but I'm not convinced of that
  2048. # [19:29] <RyanVM|sheriffduty> I doubt it
  2049. # [19:29] <RyanVM|sheriffduty> we got backlogged by AWS today
  2050. # [19:29] * Joins: TimAbraldes (quassel@125EF623.B2666F0E.66399531.IP)
  2051. # [19:29] <RyanVM|sheriffduty> so we coalesced :(
  2052. # [19:30] * mdas is now known as mdas|afk
  2053. # [19:30] <@ehsan> well
  2054. # [19:30] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Quit: )
  2055. # [19:30] <@ehsan> https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=a1c997b8c052 has a green M2 run
  2056. # [19:30] <@ehsan> and then there's the checkin-needed stuff
  2057. # [19:30] <RyanVM|sheriffduty> yep...
  2058. # [19:30] <@ehsan> my stuff
  2059. # [19:30] <@ehsan> and the merge
  2060. # [19:30] <RyanVM|sheriffduty> I've got emulator builds going on the two
  2061. # [19:30] <@ehsan> and I've looked at everything except for the merge ;)
  2062. # [19:30] <RyanVM|sheriffduty> and an M2 regrigger going on the one c-n with a Try run
  2063. # [19:30] <@ehsan> oh wait
  2064. # [19:31] <@ehsan> RyanVM|sheriffduty: there may be some remote possibility on the text fragment patches are the culprit
  2065. # [19:31] <@ehsan> although that would be a huge surprise to me
  2066. # [19:31] <@ehsan> given http://mxr.mozilla.org/mozilla-central/source/content/html/content/test/test_bug595449.html?force=1#82
  2067. # [19:31] <RyanVM|sheriffduty> i'm also wondering if bug 527201 might somehow
  2068. # [19:31] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2069. # [19:31] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  2070. # [19:32] <@ehsan> RyanVM|sheriffduty: that's a test only change as far as I can tell
  2071. # [19:32] <@ehsan> and those test should run after this test
  2072. # [19:32] * geekboy is now known as geekboy|afk
  2073. # [19:32] <@ehsan> because content/ is sorted before parser/ :)
  2074. # [19:32] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2075. # [19:33] * Joins: jonasfj (uid21477@moz-31ABA2C0.irccloud.com)
  2076. # [19:33] * Joins: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de)
  2077. # [19:33] <RyanVM|sheriffduty> ehsan: I guess the expedient thing to do is backout all 3 and then re-land the non-guilty ones once the retriggers finish
  2078. # [19:33] * @ehsan really syspeects https://hg.mozilla.org/integration/mozilla-inbound/rev/b9c5750d818a
  2079. # [19:33] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2080. # [19:34] <@ehsan> RyanVM|sheriffduty: sure
  2081. # [19:34] <@ehsan> RyanVM|sheriffduty: oh
  2082. # [19:34] <@ehsan> RyanVM|sheriffduty: if you're backing me out there might be another patch which you should back out first
  2083. # [19:34] * Joins: mconley_ (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2084. # [19:34] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2085. # [19:34] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2086. # [19:34] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2087. # [19:34] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Quit: Leaving.)
  2088. # [19:34] <@ehsan> RyanVM|sheriffduty: https://hg.mozilla.org/integration/mozilla-inbound/rev/937692bfbad6
  2089. # [19:35] <@ehsan> that touches the code I put in
  2090. # [19:35] <@ehsan> thank bz for being fast and awesome ;)
  2091. # [19:35] * KaiRo is now known as KaiRo_away
  2092. # [19:36] <RyanVM|sheriffduty> ehsan: fyi, this also looks curious - https://tbpl.mozilla.org/php/getParsedLog.php?id=32030333&tree=Mozilla-Inbound
  2093. # [19:36] <RyanVM|sheriffduty> retrigger running
  2094. # [19:36] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  2095. # [19:36] <@ehsan> missing include?
  2096. # [19:37] <@ehsan> oh
  2097. # [19:37] <@ehsan> it's not a debug build
  2098. # [19:37] <@ehsan> RyanVM|sheriffduty: I haven't touched js/src in a while, so I proclaim innocence :)
  2099. # [19:37] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2100. # [19:38] <RyanVM|sheriffduty> ehsan: jorendorff did :)
  2101. # [19:38] <@ehsan> boo
  2102. # [19:38] <RyanVM|sheriffduty> don't know why'd we only hit this on a PGO build though
  2103. # [19:38] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2104. # [19:38] <RyanVM|sheriffduty> https://hg.mozilla.org/integration/mozilla-inbound/rev/b44d4155293d
  2105. # [19:38] <RyanVM|sheriffduty> looks like the one
  2106. # [19:39] <@ehsan> not sure why that is
  2107. # [19:39] <@ehsan> RyanVM|sheriffduty: I'm stepping out fwiw
  2108. # [19:39] * ehsan is now known as ehsan|away
  2109. # [19:39] <RyanVM|sheriffduty> ehsan: k
  2110. # [19:39] <mrbkap> Does b2g-inbound build something different from master?
  2111. # [19:39] * Joins: jonasfj_ (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2112. # [19:40] <RyanVM|sheriffduty> "sorta"
  2113. # [19:40] <RyanVM|sheriffduty> but not really
  2114. # [19:40] * @bz sad
  2115. # [19:40] <RyanVM|sheriffduty> mrbkap: you talking about your backout?
  2116. # [19:40] <mrbkap> RyanVM|sheriffduty: Yes.
  2117. # [19:40] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2118. # [19:40] <RyanVM|sheriffduty> then no
  2119. # [19:40] <@bz> Can you only back out the part of my patch touching ehsan's files? ;)
  2120. # [19:40] <RyanVM|sheriffduty> merges with m-c
  2121. # [19:40] <mrbkap> RyanVM|sheriffduty: it's not even itermittant...
  2122. # [19:40] <RyanVM|sheriffduty> bz: I'm leaning towards just backing out the textfragment patch
  2123. # [19:40] <@bz> Seriously, though, I can reland as needed, and hg backout is simpler than partial backouts.
  2124. # [19:40] <@bz> RyanVM|sheriffduty: worksforme!
  2125. # [19:41] * geekboy|afk is now known as geekboy
  2126. # [19:41] <mrbkap> RyanVM|sheriffduty: so either something landed between Friday and when it landed or...
  2127. # [19:41] <mrbkap> RyanVM|sheriffduty: I'll try to reproduce again, I guess.
  2128. # [19:41] <RyanVM|sheriffduty> mrbkap: b-i, m-c, and Try all use the same code and test slaves
  2129. # [19:42] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2130. # [19:42] * Quits: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  2131. # [19:42] * Quits: jonasfj (uid21477@moz-31ABA2C0.irccloud.com) (Quit: )
  2132. # [19:42] * pmoore is now known as pmoore|afk
  2133. # [19:43] * Quits: jonasfj_ (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Ex-Chat)
  2134. # [19:43] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2135. # [19:43] * Joins: ehugg (chatzilla@6D010130.29102B70.6CD50604.IP)
  2136. # [19:44] * Joins: ehugg_ (ehugg@5AD0A91D.29102B70.6CD50604.IP)
  2137. # [19:44] * Quits: ehugg_ (ehugg@5AD0A91D.29102B70.6CD50604.IP) (Quit: ehugg_)
  2138. # [19:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b38e6bb55fc6 - Ryan VanderMeulen - Backed out changeset f278295dd6a0 (bug 946316) for frequent failures in the test it added.
  2139. # [19:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b2c07abf977a - Ryan VanderMeulen - Backed out changesets 01de929d4b85 and b9c5750d818a (bug 943519) for suspicion of causing B2G mochitest-2 failures.
  2140. # [19:45] * Joins: bholley (bholley@moz-BBE3ABD.mv.mozilla.com)
  2141. # [19:46] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2142. # [19:46] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  2143. # [19:46] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  2144. # [19:46] * Quits: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2145. # [19:46] <RyanVM|sheriffduty> bz: so we'll see how that goes
  2146. # [19:46] * Joins: sierk (sierk@moz-B4CA8514.pool.mediaways.net)
  2147. # [19:47] * Quits: sierk (sierk@moz-B4CA8514.pool.mediaways.net) (Quit: sierk)
  2148. # [19:48] * Joins: tn (tim@moz-2E73ACE4.wp.shawcable.net)
  2149. # [19:48] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  2150. # [19:48] * Joins: drno (Adium@moz-BBE3ABD.mv.mozilla.com)
  2151. # [19:48] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2152. # [19:49] * Quits: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2153. # [19:49] * Joins: dmajor_ (dmajor@moz-BBE3ABD.mv.mozilla.com)
  2154. # [19:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3df0585a23a1 - Jeff Muizelaar - Bug 948128. Add StackArray helper. r=Bas
  2155. # [19:51] * Quits: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it) (Quit: Leaving)
  2156. # [19:51] * Joins: no_gravity (user@moz-3DBBD487.dip0.t-ipconnect.de)
  2157. # [19:51] <no_gravity> Hello! Is there a way to get an overview of memory usage in firefox like in chromes "heap snapshot"?
  2158. # [19:52] <@bz> no_gravity: about:memory to some extent
  2159. # [19:52] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2160. # [19:53] <@bz> no_gravity: that doesn't tell you much about what's going on in the JS heap, though
  2161. # [19:53] * rail-mgt is now known as rail-mtg
  2162. # [19:53] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2163. # [19:53] <@bz> gps: So anything I can get you to help debug this?
  2164. # [19:53] <@bz> gps: this just bit reyre too....
  2165. # [19:54] <no_gravity> bz: interesting. let me dive into that...
  2166. # [19:54] * Joins: geo (geo@moz-BBE3ABD.mv.mozilla.com)
  2167. # [19:54] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2168. # [19:54] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2169. # [19:56] <@smaug> no_gravity: and if you want to know what kind of objects are alive, cc and gc logs are useful
  2170. # [19:56] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2171. # [19:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dbeea0e93b56 - Brian Hackett - Bug 785905 - Build Ion MIR graph off thread, r=jandem.
  2172. # [19:57] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  2173. # [19:57] * Quits: sankha93 (Instantbir@53FB2E93.922BE1F.EFB84E89.IP) (Quit: Gone to save the world!)
  2174. # [19:58] * ahal|afk is now known as ahal
  2175. # [19:59] <nrc> bz: my Windows builds are failing with WebIDL codegen errors - Can't find regular expression for ... Is it known?
  2176. # [19:59] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  2177. # [19:59] <@bz> nrc: not offhand
  2178. # [19:59] <no_gravity> smaug: i created about 150mb of canvas data. but ff uses 730mb. i would like to find out for what. would those logs help? where are they?
  2179. # [19:59] <@bz> nrc: what's the exact error?
  2180. # [20:00] <@smaug> no_gravity: hmm, depends on whether you're creating lots of objects
  2181. # [20:00] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2182. # [20:00] <@smaug> or just few objects which hold tons of memory
  2183. # [20:01] <@bz> no_gravity: How are you determining the 150mb number?
  2184. # [20:01] <no_gravity> bz: as i wrote to smaug, i created about 150mb of canvas data. but ff uses 730mb. i would like to find out for what. any idea where to look in about:memory?
  2185. # [20:01] <@smaug> what is "canvas data"
  2186. # [20:01] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  2187. # [20:01] <nrc> bz: just a moment, I need to re-run, lost most of the error messages from scroll
  2188. # [20:02] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2189. # [20:02] <no_gravity> bz: 300 canvases x 300px x 300px x 4 bytes ~ 150mb.
  2190. # [20:02] <no_gravity> smaug: canvas elements containing calculated data.
  2191. # [20:03] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  2192. # [20:03] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2193. # [20:03] <@bz> nrc: the fact that it continued past the error is known..... :(
  2194. # [20:04] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2195. # [20:04] * Quits: AMiras (AMiras@42E9F7BB.6376FA65.109882C3.IP) (Quit: Saliendo)
  2196. # [20:04] <nrc> bz: I think I am getting the same error for every IDL file, it will carry on for hours
  2197. # [20:04] <@bz> no_gravity: about:memory might say something about what's using the memory
  2198. # [20:04] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2199. # [20:04] <@bz> nrc: that's .... odd
  2200. # [20:04] <no_gravity> bz, smaug: this is how the about:memory summary looks like: http://pastebin.com/Bx20d7dY
  2201. # [20:04] <no_gravity> can you see, which number is the relevant one?
  2202. # [20:04] <nrc> bz: https://pastebin.mozilla.org/3790960
  2203. # [20:04] * Quits: tn (tim@moz-2E73ACE4.wp.shawcable.net) (Quit: tn)
  2204. # [20:04] * Joins: naveed_ (nihsanulla@moz-3CA42256.bstnma.fios.verizon.net)
  2205. # [20:04] <@bz> no_gravity: that's not using 700+ mb of memory
  2206. # [20:04] * naveed_ is now known as naveed
  2207. # [20:04] <@bz> no_gravity: that's using 700+mb of address space
  2208. # [20:05] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2209. # [20:05] <@bz> but only 180MB of that is in memory
  2210. # [20:05] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2211. # [20:05] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  2212. # [20:05] <no_gravity> bz: and the rest on disk?
  2213. # [20:05] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2214. # [20:05] * Quits: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  2215. # [20:05] * Joins: drno1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2216. # [20:05] <@bz> no_gravity: or not actually allocated
  2217. # [20:05] <@bz> no_gravity: just mapped
  2218. # [20:05] * Quits: drno (Adium@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2219. # [20:06] <@bz> no_gravity: what about the tree?
  2220. # [20:06] * jlund is now known as jlund|brb
  2221. # [20:06] <nrc> bz: and Python stack trace: https://pastebin.mozilla.org/3790961
  2222. # [20:06] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2223. # [20:06] <@bz> no_gravity: from about:memory ?
  2224. # [20:06] * Joins: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com)
  2225. # [20:06] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  2226. # [20:06] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  2227. # [20:06] * Joins: tantek (tantek@moz-7B0110AD.mv.mozilla.com)
  2228. # [20:06] <@bz> nrc: uh
  2229. # [20:06] <@bz> nrc: Totally not known
  2230. # [20:06] * Joins: lassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  2231. # [20:06] * Quits: kamidphish (textual@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Textual IRC Client: www.textualapp.com)
  2232. # [20:06] <nrc> :-(
  2233. # [20:06] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  2234. # [20:06] * armenzg is now known as armenzg_brb
  2235. # [20:07] <@bz> nrc: anything before the stack?
  2236. # [20:07] * Joins: tn (tim@moz-2E73ACE4.wp.shawcable.net)
  2237. # [20:07] <no_gravity> bz: that contains a ton of private data
  2238. # [20:07] * Joins: tragicsans (tragicsans@moz-5B6F11D6.du.heimsnet.is)
  2239. # [20:07] <@bz> oh, I see
  2240. # [20:07] * @bz reads the other pastebin
  2241. # [20:07] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Ping timeout)
  2242. # [20:08] <@bz> nrc: what do you have on line 3448 ?
  2243. # [20:08] <@bz> nrc: and did you recently change python versions or something?
  2244. # [20:08] * Quits: heftig (heftig@moz-6D66CA9F.dip0.t-ipconnect.de) (Ping timeout)
  2245. # [20:08] * bent|lunch is now known as bent
  2246. # [20:08] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  2247. # [20:08] <nrc> bz: I haven't changed anything recently, other than updating m-c (started yesterday)
  2248. # [20:09] <@bz> nrc: are you willing to bisect or something?
  2249. # [20:09] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2250. # [20:09] * Joins: kamidphish (textual@13F2CEC5.7672369.D8E68FF6.IP)
  2251. # [20:09] <@bz> because the source clearly has a regexp on line 3448, right?
  2252. # [20:09] <nrc> just a minute...
  2253. # [20:10] * Quits: Gijs (gijs@moz-F4BE19A7.as13285.net) (Quit: poof)
  2254. # [20:10] <nrc> bz: yes, yes it does: r'(-?(([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([Ee][+-]?[0-9]+)?|[0-9]+[Ee][+-]?[0-9]+|Infinity))|NaN'
  2255. # [20:10] * Joins: harth_ (harth@moz-42412102.hsd1.ca.comcast.net)
  2256. # [20:10] <nrc> bz: I'll try to bisect...
  2257. # [20:11] <@bz> nrc: thanks
  2258. # [20:11] <@bz> nrc: this is weird
  2259. # [20:11] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2260. # [20:11] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2261. # [20:12] <jviereck> if I make a comment in a bug and outline a possible implementation, should I request "information needed" from someone?
  2262. # [20:12] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2263. # [20:12] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2264. # [20:13] * Joins: heftig (heftig@moz-B3E7564.dip0.t-ipconnect.de)
  2265. # [20:13] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2266. # [20:13] * joduinn-mtg is now known as joduinn-commute
  2267. # [20:13] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2268. # [20:13] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2269. # [20:13] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2270. # [20:14] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2271. # [20:14] <@bz> jviereck: what info is needed?
  2272. # [20:14] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2273. # [20:14] <jviereck> bz: if the design for the fix makes sense, in particular this idea: https://bugzilla.mozilla.org/show_bug.cgi?id=950797#c1
  2274. # [20:15] <@bz> jviereck: Sure, if you have someone in particular whose opinion you wat
  2275. # [20:15] <@bz> er, want
  2276. # [20:17] * armenzg_brb is now known as armenzg
  2277. # [20:17] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2278. # [20:17] <jviereck> bz: I would like someone give me input on this one, but I don't know who is good to put in there. is gavin a good person to ask for this?
  2279. # [20:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b63e9c3e67ac - Dan Gohman - Bug 950716 - SpiderMonkey: A minor BitSet::Iterator refactoring. r=nbp
  2280. # [20:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4361abf1909a - Dan Gohman - Bug 950716 - IonMonkey: Optimize BitSet a little r=nbp
  2281. # [20:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cf2cf0c49610 - Dan Gohman - Bug 950716 - IonMonkey: Reorder struct fields for micro-efficiency. r=nbp
  2282. # [20:18] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2283. # [20:18] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2284. # [20:18] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2285. # [20:19] * Joins: damons (gnubeard@9EF89678.76294AC8.4A816864.IP)
  2286. # [20:20] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2287. # [20:21] * hurley|afk is now known as hurley
  2288. # [20:22] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2289. # [20:22] * Quits: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2290. # [20:22] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2291. # [20:22] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2292. # [20:23] <@gavin> jviereck: I'm a little unsure about the "need to change autocomplete APIs" bit
  2293. # [20:23] * Quits: benvie (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: )
  2294. # [20:23] <@gavin> I thought that value was already exposed, or could just be tracked on the input side
  2295. # [20:23] <@gavin> autocomplete APIs are a mess so it would be nice to avoid having to touch them
  2296. # [20:23] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2297. # [20:24] * Quits: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net) (Connection reset by peer)
  2298. # [20:24] * Quits: gandalf (textual@moz-B6E035E9.hsd1.ca.comcast.net) (Ping timeout)
  2299. # [20:25] * Joins: Benvie (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2300. # [20:25] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2301. # [20:25] * Joins: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net)
  2302. # [20:25] <jviereck> gavin: the autocomplete.xml implementation only knows that the text value has changed, but it does not know it's origin. E.g. the textValue might be changed in the autocomplete.xml due to a completion (in that case we want to track it) or due to a different scenario, in which the developer calls autocompleteInput.setTextValue("foo")
  2303. # [20:26] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2304. # [20:26] * Quits: harth_ (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  2305. # [20:27] * Joins: sfosters (sfoster@moz-99C13B58.hsd1.or.comcast.net)
  2306. # [20:27] * Joins: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  2307. # [20:27] <@gavin> jviereck: you should try talking to marco about it, he's probably closer to it
  2308. # [20:28] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2309. # [20:28] * julienw is now known as julienw_afk
  2310. # [20:28] <jviereck> gavin: k, thanks, what time zone is he/what's his IRC name?
  2311. # [20:28] <@gavin> mak, he's in Italy
  2312. # [20:28] * Quits: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net) (Ping timeout)
  2313. # [20:29] <jviereck> k, then I try to catch him tomorrow
  2314. # [20:29] * Joins: gandalf (textual@moz-B6E035E9.hsd1.ca.comcast.net)
  2315. # [20:29] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2316. # [20:29] * Joins: bnicholson (bnicholson@moz-7DED4B39.rcmdva.fios.verizon.net)
  2317. # [20:30] * bnicholson is now known as bnicholson|pto
  2318. # [20:30] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/bdc531daf211 - Seth Fowler - Bug 917595 - Part 1: Respect image-orientation in zoomed image documents. r=smaug, a=lsblakk
  2319. # [20:30] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/d4345aedf36e - Seth Fowler - Bug 917595 - Part 2: Reftests for zoomed image documents with EXIF orientations. r=smaug, a=lsblakk
  2320. # [20:30] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/576b38a5c2c7 - Mark Capella - Bug 934470 - Cursor pin disappears on drag in textarea input. r=margaret, a=lsblakk
  2321. # [20:30] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/109c230d4915 - Jaroslav Kopecký - Bug 937978 - Make SetPermitSubpixelAA a nop with --enable-system-cairo (like bug 623797). r=mattwoodrow, a=lsblakk
  2322. # [20:30] * Joins: harth_ (harth@moz-42412102.hsd1.ca.comcast.net)
  2323. # [20:30] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/e122fca9e5a4 - Gian-Carlo Pascutto - Bug 933775 - Fix download timestamp by changing 'when' parameter to contain time since epoch. r=wesj, a=lsblakk
  2324. # [20:30] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/21e6b31e84a1 - Kyle Machulis - Bug 944309 - Change null check for window from assert to full check/fail in Notification.cpp. r=mrbkap, r=mhenretty, a=lsblakk
  2325. # [20:30] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/c5ed9aa75a0a - Brian Smith - Bug 942152. r=dkeeler, r=honzab, a=lsblakk
  2326. # [20:31] * Joins: kentuckyfriedtakahe (ajones@moz-39625047.static-xdsl.xnet.co.nz)
  2327. # [20:31] * Joins: jwalker (jwalker@moz-DCECE0A0.range86-165.btcentralplus.com)
  2328. # [20:32] * Quits: drno1 (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2329. # [20:32] * Joins: drno (Adium@moz-BBE3ABD.mv.mozilla.com)
  2330. # [20:32] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2331. # [20:32] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Client exited)
  2332. # [20:32] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2333. # [20:33] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2334. # [20:34] * Quits: jwalker (jwalker@moz-DCECE0A0.range86-165.btcentralplus.com) (Ping timeout)
  2335. # [20:35] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  2336. # [20:35] * Fallen is now known as Fallen|away
  2337. # [20:35] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2338. # [20:35] * Joins: jib (Jan-Ivar@moz-2761BCC7.hsd1.pa.comcast.net)
  2339. # [20:36] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2340. # [20:36] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Ping timeout)
  2341. # [20:36] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  2342. # [20:37] * Joins: yzen (yzen@EA83C0CE.A6295926.9D42CF23.IP)
  2343. # [20:37] * mconley_ is now known as mconley
  2344. # [20:37] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  2345. # [20:37] * jlund|brb is now known as jlund
  2346. # [20:38] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2347. # [20:38] * Quits: lassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Ping timeout)
  2348. # [20:40] * Joins: digitsm (digitsm@92F624AE.310AA6F1.C146C5E5.IP)
  2349. # [20:40] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2350. # [20:41] * Quits: no_gravity (user@moz-3DBBD487.dip0.t-ipconnect.de) (Quit: leaving)
  2351. # [20:41] * khuey is now known as khuey|away
  2352. # [20:42] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  2353. # [20:42] * Joins: miketaylrrrr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  2354. # [20:42] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2355. # [20:43] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Ping timeout)
  2356. # [20:43] * Joins: jwalker (jwalker@moz-DCECE0A0.range86-165.btcentralplus.com)
  2357. # [20:44] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Quit: pbocan)
  2358. # [20:45] * Quits: Archaeopteryx (itsme@moz-AC58209D.cust.telecolumbus.net) (Quit: Goodbye)
  2359. # [20:45] * miketaylrrrr is now known as miketaylr
  2360. # [20:46] <@dbaron> Assertion failure: !analysisContext->isExceptionPending(), at /home/dbaron/builds/ssd/mozilla-central/mozilla/js/src/jit/IonBuilder.cpp:3871
  2361. # [20:46] * Quits: yzen (yzen@EA83C0CE.A6295926.9D42CF23.IP) (Quit: yzen)
  2362. # [20:47] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Textual IRC Client: www.textualapp.com)
  2363. # [20:47] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2364. # [20:47] <Ms2ger> That rings a bell
  2365. # [20:47] <@bz> hmm
  2366. # [20:47] <@bz> we have no tracking flags for b2g-26?
  2367. # [20:48] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2368. # [20:48] * Joins: Archaeopteryx (itsme@moz-AC58209D.cust.telecolumbus.net)
  2369. # [20:48] <@ehsan|away> RyanVM|sheriffduty: did you find the culprit?
  2370. # [20:48] * ehsan|away is now known as ehsan
  2371. # [20:48] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  2372. # [20:48] <Ms2ger> bz, I think we might only merge when it's on beta
  2373. # [20:48] <@ehsan> bz: koi+?
  2374. # [20:49] <RyanVM|sheriffduty> bz: status-b2g-v1.2
  2375. # [20:49] <@bz> hmm
  2376. # [20:49] <@bz> I see
  2377. # [20:49] <RyanVM|sheriffduty> ehsan|away: I went with the textfragment patch. *fingers crossed*
  2378. # [20:49] * corey|away is now known as corey
  2379. # [20:49] <@ehsan> ok
  2380. # [20:50] <RyanVM|sheriffduty> bz: koi+ for blockers
  2381. # [20:50] * @bz requests more approvals
  2382. # [20:50] <nbp> AppProtocolHandler.h:32: error: 'dom' is not a member of 'mozilla'
  2383. # [20:50] <@bz> I actually just need approvals
  2384. # [20:50] <RyanVM|sheriffduty> there is a b2g26 approval flag as well, but koi+ is a better bet
  2385. # [20:50] <@bz> plus tracking if people care about it
  2386. # [20:50] <@bz> status-b2g18: affected
  2387. # [20:50] <@bz> status-b2g-v1.1hd: affected
  2388. # [20:50] <@bz> status-b2g-v1.2: affected
  2389. # [20:50] <nbp> bz: ^ any idea how I could get that with a B2G build with GGC enabled?
  2390. # [20:50] * pmoore|afk is now known as pmoore
  2391. # [20:50] <@bz> So maybe this is already tracked
  2392. # [20:50] <@bz> nbp: someone wrote buggy code?
  2393. # [20:51] <nbp> bz: since Friday, and it work for non-GGC builds
  2394. # [20:51] <@bz> nbp: e.g. if you look at that file....
  2395. # [20:51] <@bz> nbp: where is AppInfo declared?
  2396. # [20:51] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2397. # [20:51] <@bz> And wtf is it including AppInfoBinding????
  2398. # [20:52] * Quits: damons (gnubeard@9EF89678.76294AC8.4A816864.IP) (Quit: damons)
  2399. # [20:52] <@bz> Oh, AppInfo is a dictionary
  2400. # [20:52] <@bz> hrm
  2401. # [20:52] <@bz> That should work, then
  2402. # [20:52] * Quits: lduros (user@moz-29CCC218.phlapa.fios.verizon.net) (Client exited)
  2403. # [20:52] <@bz> Though I'd have forward-declared it here...
  2404. # [20:52] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2405. # [20:53] <@bz> What does your .i look like?
  2406. # [20:53] * Joins: sfoster_ (sfoster@moz-37AA60E3.hsd1.wa.comcast.net)
  2407. # [20:53] <@bz> What does your AppInfoBinding.h look like?
  2408. # [20:53] * Quits: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Connection reset by peer)
  2409. # [20:53] * sfoster_ is now known as sfoster
  2410. # [20:53] <nbp> AppProtocolHandler.h:32: error: 'dom' is not a member of 'mozilla'
  2411. # [20:53] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  2412. # [20:53] <nbp> oops
  2413. # [20:53] <fabrice> nbp: what?
  2414. # [20:54] * joduinn-commute is now known as joduinn-mtg
  2415. # [20:54] * Quits: sfosters (sfoster@moz-99C13B58.hsd1.or.comcast.net) (Ping timeout)
  2416. # [20:54] <nbp> bz: where is it supposed to be?
  2417. # [20:54] * Joins: KWierso (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  2418. # [20:54] <@bz> nbp: if your tree is recent, $objdir/dist/include/mozilla/dom/AppInfoBinding.h
  2419. # [20:54] * Joins: espadrine (ttyl@moz-C704CCB6.com)
  2420. # [20:55] <nbp> fabrice: https://pastebin.mozilla.org/3791232
  2421. # [20:55] * Joins: Dwight_Stegall (dwight.ste@moz-3088615F.client.mchsi.com)
  2422. # [20:55] * Joins: cpeterson|phone (androirc@moz-C07D5168.p2p.sfo1.mozilla.com)
  2423. # [20:56] * Joins: cpeterson|phone2 (androirc@moz-C07D5168.p2p.sfo1.mozilla.com)
  2424. # [20:56] * Quits: cpeterson|phone2 (androirc@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: cpeterson|phone2)
  2425. # [20:56] <nbp> bz: I don't have it (might be the clobber which is running automatically)
  2426. # [20:57] * Fallen|away is now known as Fallen
  2427. # [20:57] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2428. # [20:57] <@bz> nbp: could be
  2429. # [20:57] <@bz> nbp: the other option is $objdir/dom/bindings/AppInfoBinding.h
  2430. # [20:58] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2431. # [20:58] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2432. # [20:58] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/5e31e19fb269 - Jared Wein - Bug 931891 - Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert, a=lsblakk, ba=bsmedberg
  2433. # [20:58] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2434. # [20:58] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  2435. # [20:58] <RyanVM|sheriffduty> bz: no need for the b2g28 request
  2436. # [20:58] <RyanVM|sheriffduty> b2g28 = aurora for this cycle
  2437. # [20:58] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  2438. # [20:59] <@bz> RyanVM|sheriffduty: ok. What about b2g26 requests?
  2439. # [20:59] <nbp> bz: I have it in objdir/dist/include/mozilla/dom/AppInfoBinding.h for the non-GGC build.
  2440. # [20:59] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2441. # [20:59] <RyanVM|sheriffduty> bz: see my PM
  2442. # [20:59] <@bz> Also, which of the b2g26 trees do I need?
  2443. # [20:59] * @bz looks
  2444. # [20:59] <nbp> bz: I cannot find it either in objdir/dom/bindings/AppInfoBinding.h for the moment, I making a clean build to make sure.
  2445. # [20:59] <@bz> RyanVM|sheriffduty: not seeing it?
  2446. # [20:59] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Client exited)
  2447. # [21:00] <nbp> bz: but it clobbers automatically when the compilation fails, and this error is from the systemd log :/
  2448. # [21:00] * Quits: harth_ (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  2449. # [21:00] * Quits: Pike (chatzilla@moz-E850B146.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2450. # [21:01] <nbp> bz: Apparently it is not generated.
  2451. # [21:01] * Quits: armenzg (armenzg@moz-CE7F6A0A.dsl.bell.ca) (Input/output error)
  2452. # [21:01] <@dolske> j
  2453. # [21:01] * Quits: darkowlzzz (sunny@F492CA42.D56A8B83.25B273F5.IP) (Quit: This computer has gone to sleep)
  2454. # [21:01] <@bz> nbp: that seems .. odd
  2455. # [21:01] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2456. # [21:02] * Joins: armenzg (armenzg@moz-CE7F6A0A.dsl.bell.ca)
  2457. # [21:02] * Quits: smontagu (chatzilla@moz-94825CDB.red.bezeqint.net) (Ping timeout)
  2458. # [21:03] * hwine is now known as hwine-food
  2459. # [21:04] <@ehsan> vlad: ping
  2460. # [21:04] * Joins: drno_ (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2461. # [21:05] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  2462. # [21:05] * Quits: drno (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2463. # [21:05] * drno_ is now known as drno
  2464. # [21:05] <vlad> ehsan: png
  2465. # [21:06] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  2466. # [21:06] <vlad> +o
  2467. # [21:06] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2468. # [21:06] <@ehsan> vlad: are you working on winrm?
  2469. # [21:06] <nbp> bz: oh, apparently I have a mozconfig failure which is not stopping the build.
  2470. # [21:06] <vlad> ehsan: define "working".. I have it in what I think is a working state
  2471. # [21:06] <vlad> ehsan: I've been using it on all of my windows machines for a while now
  2472. # [21:06] <@ehsan> vlad: ok so here's the sad story
  2473. # [21:06] <vlad> and I fixed what I think was the issue identified on the build machines when it was being tested
  2474. # [21:07] * Joins: cpeterson|phone2 (androirc@moz-1C5DDEAC.tmodns.net)
  2475. # [21:07] <lsblakk> RyanVM|sheriffduty: beta approvals done
  2476. # [21:07] * vlad gets the tissues ready
  2477. # [21:07] <@ehsan> vlad: I had a patch on try during the weekend which failed mozbuild generation on windows during the weekend
  2478. # [21:07] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2479. # [21:07] * Quits: cpeterson|phone2 (androirc@moz-1C5DDEAC.tmodns.net) (Connection reset by peer)
  2480. # [21:07] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  2481. # [21:07] <@ehsan> (for reasons that I wont get into right now, suffice it to say, windows path name max limits)
  2482. # [21:07] * Joins: cpeterson|phone2 (androirc@moz-C07D5168.p2p.sfo1.mozilla.com)
  2483. # [21:07] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  2484. # [21:07] <nbp> bz: https://pastebin.mozilla.org/3791315
  2485. # [21:07] <@ehsan> vlad: that failure happens as the very first thing after configure is done
  2486. # [21:08] <vlad> ehsan: see also bug 950742; carry on
  2487. # [21:08] * Joins: RealRaven (Thunderbir@2D366B04.9EC7D649.C3498625.IP)
  2488. # [21:08] <nbp> bz: I will investigate ;)
  2489. # [21:08] * Quits: cpeterson|phone (androirc@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  2490. # [21:08] <@ehsan> vlad: and my try builds took from anywhere between half an hour to an hour to fail!
  2491. # [21:08] <nbp> bz: thanks
  2492. # [21:08] <@ehsan> which means we're wasting that much time on every single try push on windows at least
  2493. # [21:08] <@ehsan> a large offender was rm -rf build
  2494. # [21:08] <vlad> that's incredibly sad
  2495. # [21:08] <@ehsan> hence my question
  2496. # [21:08] <@bz> nbp: good luck!
  2497. # [21:08] * Quits: cpeterson|phone2 (androirc@moz-C07D5168.p2p.sfo1.mozilla.com) (Connection reset by peer)
  2498. # [21:08] <vlad> yes winrm is ready for that usage
  2499. # [21:09] <@ehsan> vlad: is there a bug on file for us actually starting to use it?
  2500. # [21:09] <vlad> ehsan: bug 727551
  2501. # [21:09] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  2502. # [21:09] <vlad> ehsan: but what the hell, why is rm -rf build taking *half an hour to an hour*?
  2503. # [21:09] * Joins: cpeterson (cpeterson@moz-C07D5168.p2p.sfo1.mozilla.com)
  2504. # [21:09] <vlad> none of that makes sense
  2505. # [21:09] <vlad> at all
  2506. # [21:09] <vlad> ehsan: did you email taras about this?
  2507. # [21:09] <@ehsan> vlad: I should I guess
  2508. # [21:10] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2509. # [21:10] <vlad> I'm happy to if you want, because I'm a little wtf about it now
  2510. # [21:10] <@ehsan> taras: ^
  2511. # [21:10] <@ehsan> vlad: I'm already talking to taras about other things :)
  2512. # [21:10] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2513. # [21:10] <@ehsan> I'm going to file a bug about this
  2514. # [21:11] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2515. # [21:11] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2516. # [21:11] <sunfish> does tbpl run jit-tests on ARM?
  2517. # [21:11] <@ehsan> vlad: this is the "hour long" build fwiw https://tbpl.mozilla.org/?tree=Try&rev=f95e46b577a4
  2518. # [21:12] * taras waits for bug
  2519. # [21:12] <@ehsan> sunfish: don't think so
  2520. # [21:12] <@ehsan> sunfish: we cross compile for arm
  2521. # [21:13] * Joins: briansmith (briansmith@moz-CFFDFDBF.public.wayport.net)
  2522. # [21:13] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2523. # [21:14] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2524. # [21:14] <vlad> ehsan: yeah, what taras said; file a bug on this is probably the easiest?
  2525. # [21:14] <@ehsan> k
  2526. # [21:14] <@ehsan> on it
  2527. # [21:14] <vlad> ehsan: taras: also, I just realized.. these are physical machines. We could probably get huge wins if we just got a 128GB SSD for each of them
  2528. # [21:15] <@ehsan> vlad: but that costs money :P
  2529. # [21:16] <@ehsan> and we'll need people to put those disks in, reinstall the OS etc
  2530. # [21:16] <vlad> sure
  2531. # [21:16] <@ehsan> there are in fact two simple things we can do to make this better
  2532. # [21:16] <@ehsan> let me finish filing this :)
  2533. # [21:16] <vlad> how much does two hours of dev time cost? :)
  2534. # [21:16] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  2535. # [21:16] <@ehsan> it's free I hear ;)
  2536. # [21:16] <vlad> also that is a honking long filename please don't do that :)
  2537. # [21:16] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  2538. # [21:16] <taras> vlad: trust me, swapping disks requires 10 hours of 4 managers :)
  2539. # [21:16] <@ehsan> vlad: I cut the file name short to 50chars
  2540. # [21:17] <taras> dev time might be cheaper
  2541. # [21:17] <@ehsan> taras: only 10 hours? ;)
  2542. # [21:17] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  2543. # [21:17] <@ehsan> last time we were debating disk space it took us like 2 years!
  2544. # [21:17] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2545. # [21:17] <taras> ehsan: being optimistic :)
  2546. # [21:18] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2547. # [21:18] * Joins: sicking (sicking@moz-BBE3ABD.mv.mozilla.com)
  2548. # [21:18] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2549. # [21:19] <@ehsan> taras: vlad: bug 950850
  2550. # [21:20] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2551. # [21:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/77bd9575650b - Terrence Cole - Bug 949108 - Fix an exact rooting false positive across the activity callback; r=bholley
  2552. # [21:21] <mjrosenb> dxr just does a grep-like search, right?
  2553. # [21:21] <mjrosenb> so if I'm searching for the definition of mozilla::Array, searching for "mozilla::Array" isn't going to return what I want?
  2554. # [21:21] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Quit: dholbert)
  2555. # [21:21] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2556. # [21:23] <mjrosenb> also, is it in mfbt/Array.h?
  2557. # [21:23] * Quits: joneshf-work (joneshf@moz-797CE799.concordusapps.com) (Client exited)
  2558. # [21:23] * nthomas|away is now known as nthomas
  2559. # [21:23] <terrence> mjrosenb: there are various tags you can use to search for a specific class/definition etx
  2560. # [21:23] * sheppy-offline is now known as sheppy
  2561. # [21:23] * Joins: joneshf-work (joneshf@moz-797CE799.concordusapps.com)
  2562. # [21:23] <terrence> mjrosenb: there used to be help... nowadays I generally just find an instance I know about and right-click to do the search
  2563. # [21:24] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2564. # [21:24] <RyanVM|sheriffduty> ehsan: weird, we seem to be hitting that earlier linux64 PGO bustage intermittently
  2565. # [21:24] * rail-mtg is now known as rail
  2566. # [21:24] <firebot> Check-in:
  2567. # [21:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/7cc3e1e4cfc1 - Markus Stange - Bug 942913 - Make sheets return YES from isVisibleOrBeingShown while the sheet opening animation runs so that we don't refuse to composite them during the animation.
  2568. # [21:24] <@ehsan> RyanVM|sheriffduty: :(
  2569. # [21:24] <taras> ehsan: i think gps already had a bug like this
  2570. # [21:24] <firebot> r=smichaud, a=lsblakk
  2571. # [21:24] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2572. # [21:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/5a01890560d7 - Matt Woodrow - Bug 941559 - Invalidate nsDislaySolidColor display items when their color changes. r=roc, a=lsblakk
  2573. # [21:24] <RyanVM|sheriffduty> ehsan: sounds like clobberin' time
  2574. # [21:25] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/1a7dbb4d887e - Kannan Vijayan - Bug 942604 - Add correct Float32 handling to MSetFrameArgument. r=bbouvier, a=lsblakk
  2575. # [21:25] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  2576. # [21:25] <taras> vlad: so one side benefit of aws, all of the good aws instances have ssds now
  2577. # [21:25] <@ehsan> RyanVM|sheriffduty: it's so sad that a compiler fails intermittently like this!
  2578. # [21:25] <@ehsan> taras: I CCed him on the bug
  2579. # [21:26] <vlad> taras: yay
  2580. # [21:26] * deian|away is now known as deian
  2581. # [21:29] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Quit: Leaving.)
  2582. # [21:29] <gps> bz: my internet is teh shit today
  2583. # [21:29] <gps> i've been dropping in and out of connectivity
  2584. # [21:30] * Quits: gandalf (textual@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2585. # [21:30] <gps> repro your dom/bindings build failure and upload the output of |make -d 2>&1 > make.log|
  2586. # [21:30] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2587. # [21:30] <nrc> bz (and gps) I bisected down to bug 928195, which pretty much makes sense
  2588. # [21:31] <nrc> part 3, 4 or 5
  2589. # [21:32] <@bz> nrc: funtimes
  2590. # [21:32] <@bz> gps: doing that
  2591. # [21:32] * Joins: tetsuhar_ (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2592. # [21:32] <@bz> gps: (adjusted for the right kind of shell.... ;)
  2593. # [21:32] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2594. # [21:32] <@bz> nrc: file a bug blocking 928195 ?
  2595. # [21:33] <nrc> bz: shall do. Trying to narrow it down to one patch first
  2596. # [21:33] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2597. # [21:33] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2598. # [21:34] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2599. # [21:34] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2600. # [21:34] * Quits: tetsuhar_ (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2601. # [21:35] * armenzg is now known as armenzg_brb
  2602. # [21:35] * Fallen is now known as Fallen|away
  2603. # [21:35] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  2604. # [21:35] * Joins: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP)
  2605. # [21:36] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2606. # [21:36] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2607. # [21:37] * Quits: ckitching (ckitching@moz-C0166612.plus.com) (Ping timeout)
  2608. # [21:37] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2609. # [21:37] * Joins: Miranda (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  2610. # [21:37] * Joins: gandalf (textual@moz-47227B8A.hfc.comcastbusiness.net)
  2611. # [21:37] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  2612. # [21:37] * Quits: joneshf-work (joneshf@moz-797CE799.concordusapps.com) (Client exited)
  2613. # [21:37] * Quits: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP) (Ping timeout)
  2614. # [21:38] * Joins: joneshf-work (joneshf@moz-797CE799.concordusapps.com)
  2615. # [21:38] * Quits: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2616. # [21:39] * mdas|afk is now known as mdas
  2617. # [21:39] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2618. # [21:40] <@ehsan> BenWa: ping
  2619. # [21:40] <BenWa> ehsan: pong
  2620. # [21:40] * Joins: gal (gal@moz-BBE3ABD.mv.mozilla.com)
  2621. # [21:40] <gal> gps: ping
  2622. # [21:40] <@ehsan> BenWa: do you know this code? http://mxr.mozilla.org/mozilla-central/source/xpcom/build/LateWriteChecks.cpp#123
  2623. # [21:40] <BenWa> ehsan: a bit
  2624. # [21:41] <@ehsan> BenWa: good cause you reviewed it ;)
  2625. # [21:41] <@ehsan> BenWa: can you tell me why that code is not completely broken on windows without --enable-profiling?
  2626. # [21:41] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/0cb1744033d0 - Alexander Surkov - Bug 935254 - getTextAt broken for list items. r=tbsaunde, a=lsblakk
  2627. # [21:41] <BenWa> ehsan: no
  2628. # [21:41] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/3d2dbc8282b2 - Hannes Verschore - Bug 946243 - IonMonkey: Don't remove MComputeThis during EliminateDeadResumePointOperands. r=jandem, a=lsblakk
  2629. # [21:41] * Quits: botond (botond@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2630. # [21:41] <BenWa> returns an empty list
  2631. # [21:42] <@ehsan> does it?
  2632. # [21:42] <@ehsan> what guarantees that?
  2633. # [21:42] <jmaher> djvj: ping
  2634. # [21:42] <BenWa> ehsan: I don't know and I'm in a meeting
  2635. # [21:43] <BenWa> ehsan: Why do you think it would break?
  2636. # [21:43] <@ehsan> BenWa: ok, I'm going to remove this code, let me know if you object
  2637. # [21:43] <@ehsan> because we cannot walk the stack
  2638. # [21:43] <BenWa> ehsan: we can walk the stack on nightly
  2639. # [21:43] <@ehsan> BenWa: yes and only on nightly
  2640. # [21:43] <@ehsan> but I think this code runs everywhere
  2641. # [21:43] <BenWa> so thats fine
  2642. # [21:44] <BenWa> we fail and return early
  2643. # [21:44] <gps> gal: pong
  2644. # [21:44] <gal> hey
  2645. # [21:44] <gal> i have a .js file for a worker
  2646. # [21:44] * Quits: yene (yene@moz-B65BDB82.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  2647. # [21:44] <gal> and I want to bundle that
  2648. # [21:44] <gal> in what category do I stick that in moz.build?
  2649. # [21:44] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  2650. # [21:44] <@ehsan> BenWa: well no, since the failure in that case would be NS_StackWalk returning garbage
  2651. # [21:44] <gps> gal: probably EXTRA_JS_MODULES (if it goes in dist/bin/modules)
  2652. # [21:45] <gal> k
  2653. # [21:45] <gps> the answer will be different in a few weeks
  2654. # [21:45] <BenWa> ehsan: it should never return garbage, if it does thats a bug
  2655. # [21:45] <gps> but the build will reject old values, so you shouldn't have to worry
  2656. # [21:45] <BenWa> ehsan: if that's your concern then fix the function itself
  2657. # [21:45] <@ehsan> BenWa: that is a known limitation of NS_StackWalk :)
  2658. # [21:45] <@ehsan> we can't
  2659. # [21:45] <@ehsan> I'm going to make the function not compile
  2660. # [21:45] <@ehsan> which is better than the status quo
  2661. # [21:46] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2662. # [21:46] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2663. # [21:46] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2664. # [21:47] * Quits: joneshf-work (joneshf@moz-797CE799.concordusapps.com) (Quit: Leaving)
  2665. # [21:47] * Joins: joneshf-work (joneshf@moz-797CE799.concordusapps.com)
  2666. # [21:47] <@ehsan> gps: ping
  2667. # [21:47] <gps> ehsan: pong
  2668. # [21:48] <@ehsan> gps: hey, what's the kosher way of detecting windows in moz.build?
  2669. # [21:48] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2670. # [21:48] <gps> ehsan: if CONFIG['OS_ARCH'] == 'WINNT'
  2671. # [21:48] <gps> that's the popular way
  2672. # [21:48] * terrence is now known as terrence-lunch
  2673. # [21:48] <@ehsan> thanks
  2674. # [21:49] <gps> there's also: if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows'
  2675. # [21:49] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2676. # [21:50] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2677. # [21:50] <@bz> gps: gzipped log posted
  2678. # [21:50] <@bz> gps: In 950736
  2679. # [21:50] <gps> bz: thanks
  2680. # [21:50] <@ehsan> gps: what's the difference between them?
  2681. # [21:51] <nrc> gps: I filed bug 950864 for Windows build bustage due to the WebIDL build rewrite. Will you be able to look at that soon?
  2682. # [21:51] <gps> ehsan: OS_ARCH is the architecture of the current host. latter is what "theme" is being used
  2683. # [21:51] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2684. # [21:51] <gps> nrc: yes. fixing webidl fallout is high priority
  2685. # [21:51] <@ehsan> gps: of the _host_?
  2686. # [21:51] <nrc> gps: great, thanks!
  2687. # [21:51] <@ehsan> so that would be the wrong check, wouldn't it?
  2688. # [21:51] * hwine-food is now known as hwine
  2689. # [21:51] <gps> ehsan: there's also OS_TARGET
  2690. # [21:51] <tbsaunde> ehsan: no, its the target
  2691. # [21:52] <@ehsan> yeah, OS_TARGET is what I want then
  2692. # [21:52] <@ehsan> oh
  2693. # [21:52] <@ehsan> tbsaunde: gps: ok who's right here? :)
  2694. # [21:52] <gps> ehsan: people use them interchangeably. that's probably wrong, but I won't hold it against you :)
  2695. # [21:52] <reuben> does mailing list etiquette say whether I should reply to all or just to the list?
  2696. # [21:52] <@ehsan> well
  2697. # [21:52] <@ehsan> gps: which one is the correct one?
  2698. # [21:52] <@ehsan> I'm not interested in writing incorrect code ;)
  2699. # [21:53] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  2700. # [21:53] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2701. # [21:54] <gps> ehsan: I'd say OS_TARGET is better than OS_ARCH for compiled code. but MOZ_WIDGET_TOOLKIT covers cases where the arch isn't necessarily winnt. not sure if that would ever happen on Windows
  2702. # [21:54] <gps> can't remember how mingw works
  2703. # [21:54] <@ehsan> ok
  2704. # [21:54] <@ehsan> gps: does this condition look kosher? |if CONFIG['OS_TARGET'] != 'WINNT' || (not CONFIG['MOZ_OPTIMIZE'] or CONFIG['MOZ_PROFILING']):|
  2705. # [21:55] <briansmith> glandium: is MOZ_PSEUDO_DERECURSE=no-pymake unnecessary now?
  2706. # [21:55] * Quits: joneshf-work (joneshf@moz-797CE799.concordusapps.com) (Quit: Leaving)
  2707. # [21:55] * Joins: joneshf-work (joneshf@moz-797CE799.concordusapps.com)
  2708. # [21:56] * Quits: joneshf-work (joneshf@moz-797CE799.concordusapps.com) (Client exited)
  2709. # [21:56] * corey is now known as corey|away
  2710. # [21:56] <gps> briansmith: no. it's all detected automatically. you shouldn't need MOZ_PSEUDO_DERECURSE in your mozconfig
  2711. # [21:56] <gps> briansmith: I mean "yes"
  2712. # [21:56] <briansmith> thanks
  2713. # [21:56] * Joins: joneshf-work (joneshf@moz-797CE799.concordusapps.com)
  2714. # [21:56] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  2715. # [21:57] <gps> ehsan: aside from ||, that looks fine
  2716. # [21:57] * Joins: givanica (givanica@10783111.9D16DD5B.FB866788.IP)
  2717. # [21:57] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2718. # [21:57] <@ehsan> gps: hehe sorry
  2719. # [21:58] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Connection reset by peer)
  2720. # [21:59] * Quits: joneshf-work (joneshf@moz-797CE799.concordusapps.com) (Client exited)
  2721. # [21:59] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  2722. # [22:00] * Joins: joneshf-work (joneshf@moz-797CE799.concordusapps.com)
  2723. # [22:00] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  2724. # [22:00] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2725. # [22:00] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  2726. # [22:00] * ctalbert is now known as ctalbert|mtg
  2727. # [22:00] * Quits: gal (gal@moz-BBE3ABD.mv.mozilla.com) (Quit: gal)
  2728. # [22:01] * Quits: bholley (bholley@moz-BBE3ABD.mv.mozilla.com) (Quit: bholley)
  2729. # [22:01] * jhopkins|buildduty is now known as jhopkins|mtg
  2730. # [22:01] * armenzg_brb is now known as armenzg_mtg
  2731. # [22:01] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  2732. # [22:01] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  2733. # [22:01] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2734. # [22:02] * jlund is now known as jlund|mtg
  2735. # [22:02] * Joins: imphil (philipp@moz-C9994EB3.dynamic.mnet-online.de)
  2736. # [22:03] * corey|away is now known as corey
  2737. # [22:03] * Joins: bholley (bholley@moz-BBE3ABD.mv.mozilla.com)
  2738. # [22:03] <imphil> hi. it seems that the jar packaging has somehow changed to be not compatible with regular zip any more? Is there a command-line tool in the tree somewhere which allows me to unpack/pack the jar files?
  2739. # [22:03] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2740. # [22:04] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2741. # [22:04] * Joins: annevk (annevk@73520641.4F390C2A.420B7681.IP)
  2742. # [22:05] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2743. # [22:05] * Quits: anirban (anirban@D9994D19.9358063F.6DC151A0.IP) (Connection reset by peer)
  2744. # [22:05] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2745. # [22:06] <Mook_as> yeah, it's got the central directory header at the start (to load faster); 7z should be able to deal with it. Hmm, whatever debian unzip (an info-zip derivative) seems to be okay too.
  2746. # [22:06] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2747. # [22:06] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  2748. # [22:06] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  2749. # [22:06] * Joins: gal (gal@moz-7B0110AD.mv.mozilla.com)
  2750. # [22:06] * Quits: armenzg_mtg (armenzg@moz-CE7F6A0A.dsl.bell.ca) (Input/output error)
  2751. # [22:06] * Quits: tantek (tantek@moz-7B0110AD.mv.mozilla.com) (Quit: tantek)
  2752. # [22:07] <imphil> Mook_as, extracing is ok (unzip works), but if I use zip to recreate the jar it does not work any more
  2753. # [22:07] * Quits: gal (gal@moz-7B0110AD.mv.mozilla.com) (Quit: gal)
  2754. # [22:08] * Parts: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2755. # [22:08] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2756. # [22:08] * Joins: sworkman (sworkman@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2757. # [22:08] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  2758. # [22:08] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2759. # [22:08] * Joins: armenzg (armenzg@moz-CE7F6A0A.dsl.bell.ca)
  2760. # [22:09] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  2761. # [22:09] * Quits: sicking (sicking@moz-BBE3ABD.mv.mozilla.com) (Quit: sicking)
  2762. # [22:10] <RyanVM|sheriffduty> ehsan: started on the c-n push, so your hunch is looking right. Good call :)
  2763. # [22:10] * Quits: Archaeopteryx (itsme@moz-AC58209D.cust.telecolumbus.net) (Ping timeout)
  2764. # [22:10] * Joins: gal (gal@moz-7B0110AD.mv.mozilla.com)
  2765. # [22:10] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Ping timeout)
  2766. # [22:11] <RyanVM|sheriffduty> mattwoodrow: ping
  2767. # [22:12] <mattwoodrow> RyanVM|sheriffduty: pong
  2768. # [22:12] * mattwoodrow doesn't remember pushing anything
  2769. # [22:12] <RyanVM|sheriffduty> mattwoodrow: beta doesn't like the uplift of bug 941559 :(
  2770. # [22:12] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2771. # [22:12] <RyanVM|sheriffduty> https://tbpl.mozilla.org/php/getParsedLog.php?id=32041453&tree=Mozilla-Beta
  2772. # [22:13] * Quits: victorporof (victorporo@C8C495F5.E3195F0D.9B1E38F4.IP) (Quit: victorporof)
  2773. # [22:13] <mattwoodrow> RyanVM|sheriffduty: just add #include "nsColor.h" to nsDisplayListInvalidation.h should fix it
  2774. # [22:13] <RyanVM|sheriffduty> mattwoodrow: kthx
  2775. # [22:14] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2776. # [22:15] * Quits: armenzg (armenzg@moz-CE7F6A0A.dsl.bell.ca) (Input/output error)
  2777. # [22:16] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/7736d6971bc3 - Ryan VanderMeulen - Bug 941559 - Add #include missing on m-b. r=mattwoodrow, a=bustage
  2778. # [22:17] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2779. # [22:17] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2780. # [22:18] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2781. # [22:19] * Quits: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com) (Quit: Leaving.)
  2782. # [22:19] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  2783. # [22:19] * Quits: m_gol (m_gol@moz-1023DE00.neoplus.adsl.tpnet.pl) (Quit: Leaving...)
  2784. # [22:19] * Joins: harth_ (harth@moz-42412102.hsd1.ca.comcast.net)
  2785. # [22:20] * Quits: gandalf (textual@moz-47227B8A.hfc.comcastbusiness.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2786. # [22:20] * merike is now known as merike|away
  2787. # [22:21] * Joins: botond (botond@13F2CEC5.7672369.D8E68FF6.IP)
  2788. # [22:21] * Joins: Boriss (Boriss@9487B815.2E4E1006.1B32B423.IP)
  2789. # [22:21] * dmajor_ is now known as dmajor
  2790. # [22:21] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  2791. # [22:22] * Quits: harth_ (harth@moz-42412102.hsd1.ca.comcast.net) (Ping timeout)
  2792. # [22:23] * Quits: ckitching (ckitching@moz-C0166612.plus.com) (Input/output error)
  2793. # [22:23] * Quits: jib (Jan-Ivar@moz-2761BCC7.hsd1.pa.comcast.net) (Ping timeout)
  2794. # [22:24] * Joins: Archaeopteryx (itsme@moz-AC58209D.cust.telecolumbus.net)
  2795. # [22:24] <rnewman> wow, this is really annoying.
  2796. # [22:24] <rnewman> [61942] ###!!! ASSERTION: Some other process has enabled secure event input: '!!sSecureEventInputCount == !!::IsSecureEventInputEnabled()', file /Users/rnewman/moz/hg/services-central/widget/cocoa/TextInputHandler.mm, line 4524
  2797. # [22:24] <rnewman> on every keypress, complete with beep
  2798. # [22:25] * Joins: jib (Jan-Ivar@moz-2761BCC7.hsd1.pa.comcast.net)
  2799. # [22:26] * Joins: ejpbruel (ejpbruel@moz-AE4FFECD.dip0.t-ipconnect.de)
  2800. # [22:26] * Joins: damons (gnubeard@9EF89678.76294AC8.4A816864.IP)
  2801. # [22:26] * Joins: RealRave1 (Thunderbir@2D366B04.9EC7D649.C3498625.IP)
  2802. # [22:26] * dedmons is now known as dedmons|away
  2803. # [22:27] * Quits: RealRaven (Thunderbir@2D366B04.9EC7D649.C3498625.IP) (Ping timeout)
  2804. # [22:28] <billm> RyanVM|sheriffduty: ping
  2805. # [22:28] <RyanVM|sheriffduty> billm: thanks :)
  2806. # [22:29] * Quits: rogeliodh (Thunderbir@142E71D2.4721CE23.D67CC001.IP) (Quit: rogeliodh)
  2807. # [22:29] <billm> RyanVM|sheriffduty: sure. do you have a minute to look at a failure? I'm trying to figure out if it's my fault.
  2808. # [22:29] <RyanVM|sheriffduty> sure
  2809. # [22:29] * philor engages capslock
  2810. # [22:29] * Ms2ger logs off
  2811. # [22:29] <billm> RyanVM|sheriffduty: the two b2g build failures here: https://tbpl.mozilla.org/?tree=Try&rev=603f7329dcb4
  2812. # [22:29] * geekboy is now known as geekboy|afk
  2813. # [22:30] * Quits: Ms2ger (Ms2ger@BB191E51.D97EE64B.F15B0BB3.IP) (Quit: nn)
  2814. # [22:30] <Waldo> bsmedberg: ping? I seem to have a reproducible status report that, if I post it, triggers 500 ISE in entirely separate browsers
  2815. # [22:31] <RyanVM|sheriffduty> billm: infra
  2816. # [22:31] * Quits: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de) (Quit: Leaving.)
  2817. # [22:31] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  2818. # [22:31] <billm> RyanVM|sheriffduty: even the nsSelection.o one? should I just retrigger?
  2819. # [22:31] <RyanVM|sheriffduty> billm: neither's your fault
  2820. # [22:31] <RyanVM|sheriffduty> philor already did :)
  2821. # [22:31] <RyanVM|sheriffduty> see the bug he starred it as
  2822. # [22:31] <RyanVM|sheriffduty> billm: 11:33:27 INFO - ccache: FATAL: Could not create /builds/ccache/1/1/4e34fdb5b5c1721b9ba1d232e3932c-3775402.o.tmp.stdout.bld-centos6-hp-030.build.scl1.mozilla.com.14350 (permission denied?)
  2823. # [22:31] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: davidb)
  2824. # [22:32] <philor> I did? I thought you did
  2825. # [22:32] * Joins: sicking (sicking@moz-BBE3ABD.mv.mozilla.com)
  2826. # [22:32] <billm> RyanVM|sheriffduty: thanks
  2827. # [22:32] <billm> I retriggered one. I'll do the other one.
  2828. # [22:32] <RyanVM|sheriffduty> I did the othe rone
  2829. # [22:32] <RyanVM|sheriffduty> sorry
  2830. # [22:32] <RyanVM|sheriffduty> so we're good!
  2831. # [22:32] <billm> ok, thanks guys
  2832. # [22:33] * bent is now known as bent|brb
  2833. # [22:33] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2834. # [22:33] * jmaher is now known as jmaher|afk
  2835. # [22:34] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2836. # [22:35] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2837. # [22:35] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2838. # [22:36] * Joins: cpeterson|phone2 (androirc@moz-C07D5168.p2p.sfo1.mozilla.com)
  2839. # [22:36] * Quits: jib (Jan-Ivar@moz-2761BCC7.hsd1.pa.comcast.net) (Ping timeout)
  2840. # [22:36] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2841. # [22:37] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  2842. # [22:37] * deian is now known as deian|away
  2843. # [22:37] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  2844. # [22:37] * ChanServ sets mode: +o roc
  2845. # [22:38] * Quits: Boriss (Boriss@9487B815.2E4E1006.1B32B423.IP) (Quit: Boriss)
  2846. # [22:39] * Joins: tantek (tantek@moz-7B0110AD.mv.mozilla.com)
  2847. # [22:39] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2848. # [22:40] * jedp is now known as jedp|walkies
  2849. # [22:41] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2850. # [22:41] * geekboy|afk is now known as geekboy
  2851. # [22:41] * Quits: damons (gnubeard@9EF89678.76294AC8.4A816864.IP) (Quit: damons)
  2852. # [22:42] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2853. # [22:43] * Joins: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com)
  2854. # [22:43] * Joins: jib (Jan-Ivar@moz-2761BCC7.hsd1.pa.comcast.net)
  2855. # [22:44] * Quits: msucan (mihai@AE539253.FD8B7E36.C0E37CF3.IP) (Quit: Leaving.)
  2856. # [22:45] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  2857. # [22:45] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2858. # [22:46] <nemo> nrc: finally got around to testing it
  2859. # [22:46] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2860. # [22:46] <nemo> seems fineish
  2861. # [22:46] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  2862. # [22:47] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  2863. # [22:47] <nrc> nemo: I saw the comment - thanks!
  2864. # [22:47] * Quits: inolen (Adium@moz-C2806516.dhcp.gwnt.ga.charter.com) (Quit: Leaving.)
  2865. # [22:48] <nrc> nemo: so you tried exactly the same thing as the first time (with the black boxes) and couldn't repro that?
  2866. # [22:48] <nemo> yeah
  2867. # [22:48] <nemo> you know... let me try deleting profile, restarting and seeing if I can get it to happen if I'm really quick
  2868. # [22:48] <@ehsan> RyanVM|sheriffduty: good!
  2869. # [22:48] * Joins: sfink (chatzilla@B1A04851.559FC6D5.439315E1.IP)
  2870. # [22:48] <nrc> nemo: ok, thanks!
  2871. # [22:49] <RyanVM|sheriffduty> ehsan: and green on the backout, so woowoo :)
  2872. # [22:49] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  2873. # [22:49] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2874. # [22:49] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/df7c72278682 - Bill McCloskey - Bug 924366 - Animated GIFs shouldn't loop before they have finished decoding. r=seth, a=lsblakk
  2875. # [22:49] * Joins: gandalf (textual@moz-C07D5168.p2p.sfo1.mozilla.com)
  2876. # [22:49] <nemo> nrc: nope. still seems fine
  2877. # [22:50] <nemo> and there's some flash and slightly laggy bits still soo. dunno. just random
  2878. # [22:50] <nemo> nrc: and it didn't last long either. before the black was everywhere and I had to interact w/ bits of FF to clear it
  2879. # [22:50] <nemo> usually went w/ windowing/maximizing to fix
  2880. # [22:50] <nrc> nemo: ioh, that souinds like it is not fine at all
  2881. # [22:50] <nemo> nrc: no no. I mean...
  2882. # [22:50] <nemo> before your fixes
  2883. # [22:51] <nemo> what triggered the report
  2884. # [22:51] <nrc> ah, OK
  2885. # [22:51] <nemo> this last black was thin and brief and disappeared on its own before I did anything
  2886. # [22:51] <nemo> and I haven't gotten it to happen more than once in now up to a dozen tries and 2 profile deletions
  2887. # [22:51] <nrc> nemo: so, with the fixes, everything is OK?
  2888. # [22:51] <nemo> yeah pretty much
  2889. # [22:51] <nemo> apart from that small gremlin
  2890. # [22:52] <nemo> ofc. I *am* on XP, an OS w/ not exactly the most modern rendering and prob a bit behind on graphics drivers too
  2891. # [22:52] <nrc> well, if you can't repro I'm going to pretend it never happened :-) As long as this is working pretty good, then it should only be around for a version or two until OMTC lands
  2892. # [22:52] <nemo> on the other hand, the transition off XP is rather slow here :)
  2893. # [22:52] * Quits: imphil (philipp@moz-C9994EB3.dynamic.mnet-online.de) (Client exited)
  2894. # [22:52] <nemo> nrc: oh. nice. yeah. that OMTC feels smoother
  2895. # [22:53] <nrc> just got some perf issues to roll out, then it is all go....
  2896. # [22:53] <nrc> nemo: thanks again for the testing!
  2897. # [22:53] <nemo> n/p
  2898. # [22:53] <nemo> hm
  2899. # [22:53] <nemo> there's something else I keep forgetting to test
  2900. # [22:54] <nemo> oh yeah. the Linux regression on:
  2901. # [22:54] <nemo> http://m8y.org/tmp/piggie/#scale=12&sequence=1&frames=6&switchanim=1&b1.i=7&b2.i=2&b.i=2
  2902. # [22:54] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2903. # [22:54] <nemo> nrc: say. that one wouldn't be your fault too, would it? :)
  2904. # [22:54] <nemo> bz told me to bisect it, but that takes soooo long :(
  2905. # [22:54] * Quits: sicking (sicking@moz-BBE3ABD.mv.mozilla.com) (Quit: sicking)
  2906. # [22:54] <nemo> and I've been awfully busy lately
  2907. # [22:55] <nrc> nemo: what kind of regression?
  2908. # [22:55] <nemo> nrc:
  2909. # [22:55] <nemo> image-rendering: crisp-edges; image-rendering: pixelated;
  2910. # [22:55] <nemo> ignored in Linux
  2911. # [22:55] * Joins: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com)
  2912. # [22:55] <nemo> which is new...
  2913. # [22:55] <nrc> I am fairly confident that is nothing to do with me :-)
  2914. # [22:55] <nemo> not sure when it was new 'cause I made this toy for a pixel art game test a long time ago, and hadn't checked it since
  2915. # [22:55] <nemo> alrighty :D
  2916. # [22:55] <nrc> Maybe bother seth about it?
  2917. # [22:56] * nrc blames seth for anything and everything to do with images
  2918. # [22:56] <mattwoodrow> crisp-edges is a gfx thing usually
  2919. # [22:56] <yeukhon> question about pushing try: so try will be happy to build whatever latest moz-central the patch is depends on, right?
  2920. # [22:56] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2921. # [22:56] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  2922. # [22:56] * nrc blames mattwoodrow
  2923. # [22:57] <yeukhon> even if it is 2 weeks ago :)
  2924. # [22:57] <nrc> yeukhon: yes
  2925. # [22:57] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2926. # [22:57] <yeukhon> nrc: thanks
  2927. # [22:57] * khuey|away is now known as khuey
  2928. # [22:57] * Quits: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP) (Quit: mchang)
  2929. # [22:58] * Quits: cpeterson (cpeterson@moz-C07D5168.p2p.sfo1.mozilla.com) (Input/output error)
  2930. # [22:58] * Quits: jwalker (jwalker@moz-DCECE0A0.range86-165.btcentralplus.com) (Input/output error)
  2931. # [22:58] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2932. # [22:59] * terrence-lunch is now known as terrence
  2933. # [22:59] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2934. # [23:00] * Quits: jackneill (jackneill@moz-8A9CB6C.pool.digikabel.hu) (Ping timeout)
  2935. # [23:00] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2936. # [23:00] * philor is now known as philor|away
  2937. # [23:00] * Joins: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP)
  2938. # [23:02] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2939. # [23:02] * Quits: gandalf (textual@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2940. # [23:02] * Joins: njn (chatzilla@moz-B83B059C.dyn.iinet.net.au)
  2941. # [23:02] * ChanServ sets mode: +o njn
  2942. # [23:02] * Quits: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP) (Ping timeout)
  2943. # [23:02] * Quits: @Cwiiis (uid15019@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  2944. # [23:04] * Joins: gandalf (textual@moz-C07D5168.p2p.sfo1.mozilla.com)
  2945. # [23:05] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2946. # [23:05] * Joins: cpeterson|phone (androirc@moz-C07D5168.p2p.sfo1.mozilla.com)
  2947. # [23:06] * Joins: cpeterson_ (androirc@moz-C07D5168.p2p.sfo1.mozilla.com)
  2948. # [23:06] * Quits: cpeterson|phone2 (androirc@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: goodbye)
  2949. # [23:06] * Quits: cpeterson|phone (androirc@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: goodbye)
  2950. # [23:06] * Quits: cpeterson_ (androirc@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: goodbye)
  2951. # [23:06] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2952. # [23:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5c3e2e933e48 - Brian Hackett - Bug 950456 - Fix tracing for baseline type monitor and update stubs, r=jandem.
  2953. # [23:08] * Joins: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr)
  2954. # [23:09] * Quits: spohl1 (spohl-lapt@B9B0118F.1B4F02A2.27500626.IP) (Ping timeout)
  2955. # [23:10] <RyanVM|sheriffduty> khuey: I'll land it a=backout then, thanks :)
  2956. # [23:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b7a7928b9e5c - Ehsan Akhgari - Bug 950503 - Build accessible/src/windows in unified mode; r=tbsaunde
  2957. # [23:10] * Quits: gandalf (textual@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2958. # [23:10] * geekboy is now known as geekboy|afk
  2959. # [23:11] * Joins: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net)
  2960. # [23:11] * spohl is now known as spohl|afk
  2961. # [23:11] <@khuey> RyanVM|sheriffduty: ty
  2962. # [23:11] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Ping timeout)
  2963. # [23:12] * Joins: gandalf (textual@moz-C07D5168.p2p.sfo1.mozilla.com)
  2964. # [23:12] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  2965. # [23:12] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  2966. # [23:13] * jlund|mtg is now known as jlund
  2967. # [23:13] * jhopkins|mtg is now known as jhopkins|afk
  2968. # [23:13] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2969. # [23:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7a6e310d81ee - Seth Fowler - Bug 950293 (Part 1) - Fix handling of little-endian EXIF data. r=tn
  2970. # [23:16] * pmoore is now known as pmoore|away
  2971. # [23:16] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2972. # [23:16] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  2973. # [23:17] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  2974. # [23:17] <ejpbruel> khuey: ping
  2975. # [23:18] * Quits: gandalf (textual@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2976. # [23:18] * Quits: surkov (surkov@13F2CEC5.7672369.D8E68FF6.IP) (Quit: surkov)
  2977. # [23:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/65ad9d8860d6 - Andreas Pehrson - Bug 877115 - [Moz2Dify] Part 6. Moz2Dify SharedSurface_EGLImage::GetPixels. r=nical
  2978. # [23:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4488ec28910e - Andreas Pehrson - Bug 877115 - [Moz2Dify] Part 3. Change gfxIntSize to gfx::IntSize in GLContext::OffscreenSize and dependendent classes. r=nical
  2979. # [23:18] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2980. # [23:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/290ad5863615 - Andreas Pehrson - Bug 877115 - [Moz2Dify] Part 4. Change gfxIntSize to gfx::IntSize in GLScreenBuffer and friends. (carries r=nical)
  2981. # [23:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/45f8859c6fd6 - Andreas Pehrson - Bug 877115 - [Moz2Dify] Part 2. Moz2Dify GLContext::ResizeOffscreen signature. (carries r=nical)
  2982. # [23:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/111cc426fa9e - Andreas Pehrson - Bug 877115 - [Moz2Dify] Part 1. Remove ImageFormat typedef from GLContext. (r=nical)
  2983. # [23:19] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  2984. # [23:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bf8095c168fb - Andreas Pehrson - Bug 877115 - [Moz2Dify] Part 5. Minimize gfxIntSize usage in GLContext. r=nical
  2985. # [23:20] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  2986. # [23:20] <ejpbruel> bz: whats the property way to assign a Sequence<T>& argument to a Sequence<T> member?
  2987. # [23:20] <ejpbruel> bz: can i just assign/copy?
  2988. # [23:20] * Joins: azakai_ (alon@moz-BBE3ABD.mv.mozilla.com)
  2989. # [23:20] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2990. # [23:21] * Joins: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP)
  2991. # [23:21] * geekboy|afk is now known as geekboy
  2992. # [23:21] * Joins: Hughman (Mibbit@DF0C90CA.D2C20E22.A3B82EC7.IP)
  2993. # [23:21] * philor|away is now known as philor
  2994. # [23:23] <RyanVM|sheriffduty> kats: ping
  2995. # [23:23] <@khuey> ejpbruel: pong
  2996. # [23:23] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  2997. # [23:24] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  2998. # [23:24] * rail is now known as rail_away
  2999. # [23:25] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3000. # [23:25] <ejpbruel> khuey: i noticed we sometimes use swap in Worker code to assign one value to another
  3001. # [23:25] <ejpbruel> khuey: for instance JSAutoStructuredCloneBuffer
  3002. # [23:25] * Joins: gandalf (textual@moz-C07D5168.p2p.sfo1.mozilla.com)
  3003. # [23:25] <ejpbruel> khuey: why is that?
  3004. # [23:25] * heycam|away is now known as heycam
  3005. # [23:25] * Joins: marco (Thunderbir@moz-7A644B9E.retail.telecomitalia.it)
  3006. # [23:26] <kats> RyanVM|sheriffduty: pong
  3007. # [23:26] * jhford is now known as jhford|fixing-laptop
  3008. # [23:26] <RyanVM|sheriffduty> kats: hey, is the backout patch in bug 943846 supposed to land on trunk too?
  3009. # [23:26] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3010. # [23:27] <kats> RyanVM|sheriffduty: yup
  3011. # [23:27] * Quits: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3012. # [23:27] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3013. # [23:27] <RyanVM|sheriffduty> kats: k, wasn't very clear in the bug :)
  3014. # [23:27] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  3015. # [23:27] <kats> yeah, it wasn't
  3016. # [23:27] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  3017. # [23:27] <kats> the underlying issue was fixed so the workaround needs backing out everywhere
  3018. # [23:28] <RyanVM|sheriffduty> also, hitting some test conflicts in bug 942929
  3019. # [23:28] <RyanVM|sheriffduty> the apzc gtest
  3020. # [23:28] * Joins: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com)
  3021. # [23:28] <kats> RyanVM|sheriffduty: if you want you can leave that and i can land it
  3022. # [23:29] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3023. # [23:29] <seth> jdm: ping
  3024. # [23:29] <RyanVM|sheriffduty> k, will do
  3025. # [23:29] <kats> although it probably means we missed uplifting something else
  3026. # [23:29] <kats> i'll look into it
  3027. # [23:29] <jdm> seth: pong
  3028. # [23:30] <kats> daleharvey: ping
  3029. # [23:30] <@bsmedberg> Waldo: email server issues, it will probably auto-resolve after a bit
  3030. # [23:30] <daleharvey> kats: pong
  3031. # [23:30] <kats> daleharvey: do we want bug 946661 in 1.3?
  3032. # [23:30] <Waldo> bsmedberg: how long is a bit likely to be?
  3033. # [23:30] <seth> jdm: ah, good. i just wanted to make sure you weren't on vacation. =) if so i was going to reassign the reviews for bug 943803 and bug 896268
  3034. # [23:30] <@bsmedberg> Waldo: it's dreamhost, I really don't know
  3035. # [23:30] <jdm> seth: oh, whoops
  3036. # [23:30] <jdm> apologies about that
  3037. # [23:30] <jdm> I'll look at them today
  3038. # [23:31] <Waldo> blargh
  3039. # [23:31] * Quits: marco (Thunderbir@moz-7A644B9E.retail.telecomitalia.it) (Ping timeout)
  3040. # [23:31] <seth> jdm: no worries =) i appreciate the reviews!
  3041. # [23:32] * deian|away is now known as deian
  3042. # [23:32] <daleharvey> kats: I would assume so
  3043. # [23:32] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Client exited)
  3044. # [23:32] <sheppy> You know what would be a nice browser feature? Support for collecting and tracking receipts for online shopping.
  3045. # [23:33] <@khuey> ejpbruel: RAII goodness?
  3046. # [23:33] <sheppy> Instead of printing them or saving as PDFs, having some way to record them built right into the browser that's helping me spend all that money in the first place. :)
  3047. # [23:33] <@khuey> ejpbruel: maybe we're avoiding refcounting on the wrong thread
  3048. # [23:33] * Joins: marco (Thunderbir@moz-7A644B9E.retail.telecomitalia.it)
  3049. # [23:34] * RyanVM|sheriffduty is now known as RyanVM
  3050. # [23:34] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  3051. # [23:34] * Quits: bholley (bholley@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  3052. # [23:34] * Joins: bholley (bholley@moz-BBE3ABD.mv.mozilla.com)
  3053. # [23:34] <ejpbruel> khuey: i thought that too, but we also do it for things that aren't refcounted to my knowledge. maybe its some RAII magic
  3054. # [23:34] * Quits: marco (Thunderbir@moz-7A644B9E.retail.telecomitalia.it) (Input/output error)
  3055. # [23:35] * KWierso is now known as KWierso|sheriffduty
  3056. # [23:35] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  3057. # [23:35] * Quits: ckitching (ckitching@moz-C0166612.plus.com) (Ping timeout)
  3058. # [23:36] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3059. # [23:36] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3060. # [23:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8ac753c1b66a - Nathan Froyd - Bug 950281 - micro-optimize NS_TableDrivenQI by ensuring the table has at least 1 non-null entry; r=bsmedberg
  3061. # [23:37] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Input/output error)
  3062. # [23:37] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  3063. # [23:37] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  3064. # [23:38] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  3065. # [23:38] * Quits: grobinson|laptop (grob_@moz-FCB4F222.mit.edu) (Ping timeout)
  3066. # [23:39] * Joins: coop (Chris@moz-BDD802ED.hfc.comcastbusiness.net)
  3067. # [23:40] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3068. # [23:41] * Quits: kentuckyfriedtakahe (ajones@moz-39625047.static-xdsl.xnet.co.nz) (Connection reset by peer)
  3069. # [23:41] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  3070. # [23:41] * Joins: kentuckyfriedtakahe (ajones@moz-39625047.static-xdsl.xnet.co.nz)
  3071. # [23:42] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3072. # [23:42] * Quits: gandalf (textual@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  3073. # [23:42] * Quits: sfink (chatzilla@B1A04851.559FC6D5.439315E1.IP) (Ping timeout)
  3074. # [23:42] * Quits: jib (Jan-Ivar@moz-2761BCC7.hsd1.pa.comcast.net) (Quit: jib)
  3075. # [23:43] * Quits: ehugg (chatzilla@6D010130.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  3076. # [23:43] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  3077. # [23:44] <@khuey> ejpbruel: well JSAutoStructuredCloneBuffer has a pointer to allocated memory
  3078. # [23:45] * Joins: sfink (chatzilla@B1A04851.559FC6D5.439315E1.IP)
  3079. # [23:46] * joduinn-mtg is now known as joduinn
  3080. # [23:46] * Joins: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3081. # [23:46] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  3082. # [23:46] <ejpbruel> khuey: hm
  3083. # [23:47] <@khuey> ejpbruel: or at least it used to
  3084. # [23:48] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  3085. # [23:48] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  3086. # [23:48] * Joins: marco (Thunderbir@moz-7A644B9E.retail.telecomitalia.it)
  3087. # [23:48] <ejpbruel> khuey: oh i see we explicitly disallow assignment and copy, but we do allow swap for JSAutoStructuredClonebuffer
  3088. # [23:49] <ejpbruel> khuey: weird, but i guess that explains it
  3089. # [23:49] * Quits: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3090. # [23:49] * gregglind is now known as gregglind_away
  3091. # [23:49] <ejpbruel> bz: are you around by any chance?
  3092. # [23:49] * Joins: damons (gnubeard@9EF89678.76294AC8.4A816864.IP)
  3093. # [23:50] * philor is now known as philor|away
  3094. # [23:50] * Quits: sfink (chatzilla@B1A04851.559FC6D5.439315E1.IP) (Ping timeout)
  3095. # [23:50] * Quits: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3096. # [23:51] * Joins: jviereck (Adium@moz-65B3F176.dip0.t-ipconnect.de)
  3097. # [23:51] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  3098. # [23:51] * kats is now known as kats|away
  3099. # [23:51] * Quits: tantek (tantek@moz-7B0110AD.mv.mozilla.com) (Quit: tantek)
  3100. # [23:52] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Input/output error)
  3101. # [23:53] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  3102. # [23:54] * joduinn is now known as joduinn-brb
  3103. # [23:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fe06f0c2d374 - Luke Wagner - Bug 950527 - Mark asm.js success messages as not being an error (r=bbouvier)
  3104. # [23:55] * Joins: grobinson|laptop (grob_@moz-E8679337.spacedump.net)
  3105. # [23:55] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  3106. # [23:55] * Quits: RealRave1 (Thunderbir@2D366B04.9EC7D649.C3498625.IP) (Ping timeout)
  3107. # [23:55] * Joins: ben (ben@moz-5EADC215.lightspeed.sntcca.sbcglobal.net)
  3108. # [23:55] * Quits: ben (ben@moz-5EADC215.lightspeed.sntcca.sbcglobal.net) (Client exited)
  3109. # [23:57] * RyanVM is now known as RyanVM|afk
  3110. # [23:58] * Quits: Archaeopteryx (itsme@moz-AC58209D.cust.telecolumbus.net) (Quit: Goodbye)
  3111. # [23:58] * Quits: marco (Thunderbir@moz-7A644B9E.retail.telecomitalia.it) (Input/output error)
  3112. # [23:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6a8bcdd35d1e - Brian Hackett - Bug 937089 - Deoptimize arguments when it is redeclared as a variable inside a with statement inside an eval, r=luke.
  3113. # [23:59] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3114. # [23:59] * Joins: RealRaven (Thunderbir@77C88714.AA878289.C3498625.IP)
  3115. # [23:59] * Joins: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3116. # [23:59] * sheppy is now known as sheppy-afk
  3117. # Session Close: Tue Dec 17 00:00:00 2013

The end :)