/irc-logs / mozilla / #developers / 2013-06-17 / end

Options:

  1. # Session Start: Mon Jun 17 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Quits: Optimizer (Optimizer@2E4AEC99.8D7BB5F3.D2D1FAF0.IP) (Ping timeout)
  4. # [00:01] * Quits: AaronMT (AaronMT@moz-9742BA59.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  5. # [00:01] * Quits: hery (weechat@4A83457D.B31F7523.92AEF337.IP) (Ping timeout)
  6. # [00:02] * Joins: philipp64 (chatzilla@moz-B40B9015.ctcweb.net)
  7. # [00:03] * Joins: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  8. # [00:04] * Joins: Optimizer (Optimizer@DD9D1094.4ECB12B2.274D17D6.IP)
  9. # [00:06] * Joins: hery (weechat@4A83457D.B31F7523.92AEF337.IP)
  10. # [00:07] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Quit: RealRaven)
  11. # [00:08] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  12. # [00:08] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  13. # [00:08] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Ping timeout)
  14. # [00:08] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  15. # [00:09] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  16. # [00:13] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  17. # [00:13] * Quits: Optimizer (Optimizer@DD9D1094.4ECB12B2.274D17D6.IP) (Connection reset by peer)
  18. # [00:14] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  19. # [00:14] * dan wonders if karl is the karlt smaug talked about a while ago :P
  20. # [00:15] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  21. # [00:15] <@smaug> dan: yes
  22. # [00:16] <dan> ah
  23. # [00:16] <dan> so
  24. # [00:16] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  25. # [00:16] <dan> karl: I'm trying to add multitouch input on linux to gecko, I talked to smaug and he told me to add it to the gtk widget, anything to get started with doing that?
  26. # [00:16] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  27. # [00:17] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Quit: Leaving.)
  28. # [00:17] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  29. # [00:17] * Joins: Optimizer (Optimizer@8D7D456F.6E5D865F.274D17D6.IP)
  30. # [00:17] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  31. # [00:18] * Joins: mconley (mconley@moz-B4389AA6.dsl.bell.ca)
  32. # [00:19] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  33. # [00:21] * Quits: Optimizer (Optimizer@8D7D456F.6E5D865F.274D17D6.IP) (Ping timeout)
  34. # [00:23] <karl> dan: do you have a bug number; i suspect there is already one
  35. # [00:23] <karl> https://bugzilla.mozilla.org/show_bug.cgi?id=711711
  36. # [00:24] <dan> karl: what's the status?
  37. # [00:26] <karl> i think the main change since then is that firefox can build against gtk3 now with a small patch https://bugzilla.mozilla.org/show_bug.cgi?id=627699#c271
  38. # [00:26] <dan> karl: does that mean it supports multitouch when built against gtk3?
  39. # [00:26] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Quit: Leaving.)
  40. # [00:29] <karl> dan: i don't know much about how gtk3 handles multitouch, but i expect it sends events to GtkWidgets, which Gecko would need to turn into its own events and eventually DOM events
  41. # [00:29] <karl> dan: i don't think the code to turn gtk events into NSEvents exists yet
  42. # [00:30] <dan> hmm, ok
  43. # [00:31] <dan> karl: well, I got a touch frame that can do https://github.com/TouchLay/tlay-touch and tuio.org events, those are both udp protocols, I want to listen to those in gecko and convert them to DOM/w3c touch events so I can use the html5 multitouch apps
  44. # [00:33] * Joins: Optimizer (Optimizer@E15A2D03.11B621B0.274D17D6.IP)
  45. # [00:34] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  46. # [00:34] <karl> dan: is there a userspace-side driver for the touch pad that sends the udp packets?
  47. # [00:34] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  48. # [00:35] * Quits: kinetik (kinetik@2FDA36D3.CCBA2B1D.FC74E68.IP) (Ping timeout)
  49. # [00:35] <dan> karl: there can be, but the current implementation is a kernel-side driver for the touch frame that sends those packets
  50. # [00:36] <karl> dan: do clients connect to a specific localhost network port number?
  51. # [00:37] <dan> karl: yes, but the port can be changed if that's needed :P
  52. # [00:38] <karl> dan: are you wanting to write an extension or have this in Gecko itself?
  53. # [00:38] * Quits: pnkfelix|rcirc (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  54. # [00:38] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Ping timeout)
  55. # [00:38] * Joins: kinetik (kinetik@2FDA36D3.CCBA2B1D.FC74E68.IP)
  56. # [00:39] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  57. # [00:39] <dan> karl: in gecko itself as I want a single window with xulrunner only displaying a single webpage (actually I already have a simple xul app to do exactly that)
  58. # [00:40] <NeilAway> karl: do we still not have true outerHeight on linux yet?
  59. # [00:41] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Quit: Leaving.)
  60. # [00:41] * Quits: KaiRo (robert@moz-BE38652D.adsl.highway.telekom.at) (Input/output error)
  61. # [00:44] <karl> NeilAway: that's right outerHeight is only the application window height: https://bugzilla.mozilla.org/show_bug.cgi?id=581866
  62. # [00:46] <karl> dan: if you want code committed to Gecko, then one question that will need to be addressed is whether the implementation is generally useful; i'm wondering why this approach of listening to a socket instead of X server events, and whether that is the approach generally used by multitouch aware apps?
  63. # [00:46] * kaze is now known as kaze|zZz
  64. # [00:46] <dan> karl: tuio is pretty widely used in multitouch apps
  65. # [00:47] <dan> karl: I'd really like it to get commited into gecko, but I do understand that is a very specific implementation, so I guess it will be seperate for now?
  66. # [00:48] <karl> dan: i'm not seeing a Gentoo package for "tuio", is there a piece of software under a different name that provides tuio?
  67. # [00:48] <dan> karl: tuio is a specification, just like tlay-touch
  68. # [00:49] <dan> they both provide libraries but they are not a package like that
  69. # [00:49] <dan> and most of the multitouch apps are hacked together anyway, tuio itself is a huge hack
  70. # [00:49] <dan> the tuio libraries are based on open sound control and midi
  71. # [00:52] <NeilAway> karl: so is there any way we can solve bug 507640 without guesswork?
  72. # [00:52] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  73. # [00:53] * Joins: dzbarsky1 (Adium@moz-A7CDB794.dia.static.qwest.net)
  74. # [00:53] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  75. # [00:53] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Connection reset by peer)
  76. # [00:54] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  77. # [00:55] * Quits: dzbarsky1 (Adium@moz-A7CDB794.dia.static.qwest.net) (Ping timeout)
  78. # [00:57] * Joins: birtles (chatzilla@moz-C286AD9A.bitcat.net)
  79. # [00:58] * Joins: bsmith (bsmith@43CB6079.66715431.D25A875A.IP)
  80. # [01:01] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  81. # [01:01] <karl> NeilAway: on X11, getting the bounds of the decorations for an existing window is reasonably possible, but setting a window to a specific outer size is harder
  82. # [01:02] * Joins: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  83. # [01:02] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  84. # [01:02] * kdc_ is now known as kdc
  85. # [01:03] * Joins: maxli (maxli@C03F2759.C70D537E.2FA4EA88.IP)
  86. # [01:03] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  87. # [01:04] * Joins: njn (chatzilla@moz-299C9020.dyn.iinet.net.au)
  88. # [01:05] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  89. # [01:06] * Joins: ggp_ (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  90. # [01:06] <karl> dan: i'm not sure what to suggest; if you just want to experiment with a patched widget/gtk2/nsWindow.cpp, then that's problem easiest; i get the feeling that an extension is more appropriate if you'd like to distribute to users of core Gecko apps, but that may be more work and i'm not familiar with the APIs available to the extension; it may need to send DOM events rather than generating NSEvents
  91. # [01:06] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  92. # [01:07] <dan> karl: ok, thanks
  93. # [01:07] <dan> you helped me a lot already :P
  94. # [01:07] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Connection reset by peer)
  95. # [01:08] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  96. # [01:08] <karl> dan: i assume the implementation needs to know when the mouse is over the window, or when the window has focus, so it can know when events are intended for this application
  97. # [01:08] <dan> yeah
  98. # [01:08] <karl> dan: https://bugzilla.mozilla.org/show_bug.cgi?id=603008 may be a good place to start looking
  99. # [01:09] <dan> ah thanks
  100. # [01:10] <karl> dan: perhaps look at https://bugzilla.mozilla.org/show_bug.cgi?id=554823 but i don't know whether that's related to what you need or not
  101. # [01:10] * Quits: ggp_ (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  102. # [01:11] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  103. # [01:11] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Client exited)
  104. # [01:11] <karl> NeilAway: i'm a bit surprised that the window manager doesn't restrict the window size to the screen; i wonder whether that is due to a minimum size that Gecko sets
  105. # [01:11] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  106. # [01:12] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Client exited)
  107. # [01:12] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  108. # [01:12] <NeilAway> karl: ok thanks anyway
  109. # [01:15] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Quit: vtmarvin)
  110. # [01:15] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Quit: RealRaven)
  111. # [01:15] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (Ping timeout)
  112. # [01:15] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  113. # [01:15] <karl> NeilAway: looks like Unity may have the additional complication that windows don't overlay the system panel
  114. # [01:15] * Joins: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com)
  115. # [01:17] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Quit: RealRaven)
  116. # [01:18] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  117. # [01:18] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  118. # [01:19] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  119. # [01:22] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  120. # [01:23] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Quit: RealRaven)
  121. # [01:23] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  122. # [01:24] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Ping timeout)
  123. # [01:25] * Quits: mconley (mconley@moz-B4389AA6.dsl.bell.ca) (Input/output error)
  124. # [01:25] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  125. # [01:25] * Joins: Hughman (Mibbit@DF0C90CA.D2C20E22.A3B82EC7.IP)
  126. # [01:26] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Quit: RealRaven)
  127. # [01:27] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  128. # [01:27] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Quit: RealRaven)
  129. # [01:27] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Ping timeout)
  130. # [01:30] * Joins: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  131. # [01:32] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Ping timeout)
  132. # [01:32] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  133. # [01:33] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  134. # [01:35] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Ping timeout)
  135. # [01:36] * Quits: till (till@moz-C3E3B990.adsl.alicedsl.de) (Client exited)
  136. # [01:38] * Joins: Rick (Rick@moz-9002CDDA.cpe.net.cable.rogers.com)
  137. # [01:39] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Ping timeout)
  138. # [01:39] * Quits: JeroenDeDauw (j@moz-EE338093.dip0.t-ipconnect.de) (Ping timeout)
  139. # [01:40] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  140. # [01:40] * Joins: JeroenDeDauw (j@moz-F11CA49A.dip0.t-ipconnect.de)
  141. # [01:41] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Connection reset by peer)
  142. # [01:42] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  143. # [01:42] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Input/output error)
  144. # [01:45] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  145. # [01:45] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Ping timeout)
  146. # [01:47] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  147. # Session Close: Mon Jun 17 01:48:52 2013
  148. #
  149. # Session Start: Mon Jun 17 01:48:52 2013
  150. # Session Ident: #developers
  151. # [01:48] * Disconnected
  152. # [04:09] * Attempting to rejoin channel #developers
  153. # [04:09] * Rejoined channel #developers
  154. # [04:09] * Topic is 'Pushing to Try / tbpl for Try slow? bug 880740 || Next uplift 24 June || Want to help? See #introduction || http://logbot.glob.com.au/?c=developers'
  155. # [04:09] * Set by edmorley on Fri Jun 07 20:20:50
  156. # [04:09] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  157. # [04:10] * Quits: Optimizer (Optimizer@C2437958.B7FFA1.BE90E62C.IP) (Ping timeout)
  158. # Session Close: Mon Jun 17 04:11:26 2013
  159. #
  160. # Session Start: Mon Jun 17 04:11:26 2013
  161. # Session Ident: #developers
  162. # [04:11] * Disconnected
  163. # [04:15] * Attempting to rejoin channel #developers
  164. # [04:15] * Rejoined channel #developers
  165. # [04:15] * Topic is 'Pushing to Try / tbpl for Try slow? bug 880740 || Next uplift 24 June || Want to help? See #introduction || http://logbot.glob.com.au/?c=developers'
  166. # [04:15] * Set by edmorley on Fri Jun 07 20:20:50
  167. # [04:16] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  168. # [04:17] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  169. # [04:18] * Joins: surkov (surkov@4F778CCB.95871A73.E17943EE.IP)
  170. # [04:20] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  171. # [04:21] * jcranmer|away is now known as jcranmer
  172. # [04:22] <jcranmer> njn: in theory, most code should be in the mozilla:: namespace in the first place
  173. # [04:22] <jcranmer> ot
  174. # [04:22] <jcranmer> it's more annoying when the namespace is mozilla::mailnews
  175. # [04:22] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  176. # [04:23] * Quits: Orva (iaikas@6CD3992B.4A308814.EE6E63A5.IP) (Ping timeout)
  177. # [04:23] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  178. # [04:25] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  179. # [04:26] * Joins: Orva (iaikas@6CD3992B.4A308814.EE6E63A5.IP)
  180. # [04:28] * Quits: imsurit (chatzilla@A40B5B8F.920EA3E2.EA3F9A4E.IP) (Ping timeout)
  181. # [04:31] * nthomas|away is now known as nthomas
  182. # [04:35] * Joins: imsurit (chatzilla@7B672EB2.B57F3098.EA3F9A4E.IP)
  183. # [04:37] * Quits: mixedpuppy (mixedpuppy@moz-E19CF4F1.beyondbb.com) (Quit: mixedpuppy)
  184. # [04:37] * Joins: blassey_ (blassey@moz-853FAB08.hsd1.ma.comcast.net)
  185. # [04:39] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  186. # [04:40] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  187. # [04:40] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  188. # [04:41] * Quits: imsurit (chatzilla@7B672EB2.B57F3098.EA3F9A4E.IP) (Ping timeout)
  189. # [04:43] * Joins: darkowlzz (sunny@4722EEE4.5AF8A9A3.27560D6E.IP)
  190. # [04:46] * Quits: Benvie (bbenvie@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  191. # [04:46] * Joins: mixedpuppy (mixedpuppy@moz-E19CF4F1.beyondbb.com)
  192. # [04:48] * Joins: Benvie (bbenvie@moz-BE33DA21.fw1.sfo1.mozilla.net)
  193. # [04:49] <njn> jcranmer: my practice laughs at your theory
  194. # [04:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eda60af67603 - Matt Woodrow - Bug 877949 - Restrict maximum texture size on nvidia cards on OSX 10.6 and 10.7 to 4096. r=bjacob
  195. # [04:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8ce5f3f4937d - Matt Woodrow - Bug 877534 - Use a shutdown listener to destroy the compositor from nsBaseWidget. r=roc
  196. # [04:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/12a114363dbc - Matt Woodrow - Bug 882590 - Fix invalid assertion when creating a SharedSurface_GLTexture without a consumer GLContext. r=jgilbert
  197. # [04:52] * Joins: Optimizer (Optimizer@162F2169.ECDD7E84.BE90E62C.IP)
  198. # [04:52] * heycam|away is now known as heycam
  199. # [04:53] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  200. # [04:53] <jcranmer> njn: and my system can't sustain an SSH connection, apparently
  201. # [04:53] * jcranmer wonders if we should be trying harder to move everything to the mozilla namespace
  202. # [04:54] * nthomas is now known as nthomas|away
  203. # [04:55] <Jesse> my clang asan build is broken :(
  204. # [04:55] * Quits: KaiRo (robert@moz-BE38652D.adsl.highway.telekom.at) (Input/output error)
  205. # [04:55] * heycam is now known as heycam|away
  206. # [04:56] * heycam|away is now known as heycam
  207. # [04:57] * Quits: Optimizer (Optimizer@162F2169.ECDD7E84.BE90E62C.IP) (Ping timeout)
  208. # [04:57] <jcranmer> can someone convince the Debian/Ubuntu people to stop changing the paths of gcc header locations?
  209. # [05:01] * Quits: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  210. # [05:01] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  211. # [05:04] * glob|away is now known as glob
  212. # [05:05] * Joins: imsurit (chatzilla@2C199A16.AC98CD92.1A5E31FF.IP)
  213. # [05:10] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  214. # [05:17] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Quit: Leaving)
  215. # [05:21] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  216. # [05:22] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  217. # [05:25] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  218. # [05:29] * Quits: Hendikins (wolfox@ACEFC27F.FDF31EC0.5A112924.IP) (Ping timeout)
  219. # [05:30] * Joins: Hendikins (wolfox@ACEFC27F.FDF31EC0.5A112924.IP)
  220. # [05:31] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Ping timeout)
  221. # [05:32] * Joins: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP)
  222. # [05:33] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  223. # [05:35] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  224. # [05:42] * Quits: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  225. # [05:45] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  226. # [05:48] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  227. # [05:50] * Joins: Optimizer (Optimizer@2D02FA9E.1DD94151.D2D1FAF0.IP)
  228. # [05:50] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Ping timeout)
  229. # [05:57] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  230. # [05:59] * Joins: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net)
  231. # [05:59] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Ping timeout)
  232. # [06:01] * Joins: darkowlzz_ (darkowlzz@4722EEE4.5AF8A9A3.27560D6E.IP)
  233. # [06:01] * Quits: Matti (Matti@moz-C48515C5.dip0.t-ipconnect.de) (Ping timeout)
  234. # [06:02] * Quits: Hendikins (wolfox@ACEFC27F.FDF31EC0.5A112924.IP) (Ping timeout)
  235. # [06:03] * Quits: lduros (user@moz-424BE74C.phlapa.fios.verizon.net) (Client exited)
  236. # [06:03] * Joins: Hendikins (wolfox@ACEFC27F.FDF31EC0.5A112924.IP)
  237. # [06:04] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  238. # [06:04] * ekr_ is now known as ekr
  239. # [06:04] * Joins: jammink (textual@moz-50EFA1F9.dsl.pltn13.sbcglobal.net)
  240. # [06:04] * Joins: Matti_away (Matti@moz-6795253A.dip0.t-ipconnect.de)
  241. # [06:04] * Matti_away is now known as Matti
  242. # [06:06] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Ping timeout)
  243. # [06:06] * nthomas|away is now known as nthomas
  244. # [06:08] * Quits: imsurit (chatzilla@2C199A16.AC98CD92.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130612084701])
  245. # [06:12] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  246. # [06:12] * ChanServ sets mode: +o dbaron
  247. # [06:16] * Joins: twi1 (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  248. # [06:16] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Connection reset by peer)
  249. # [06:18] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  250. # [06:19] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  251. # [06:22] * Quits: nemo (nemo@moz-57FDFA.hsd1.md.comcast.net) (Quit: Lost terminal)
  252. # [06:27] * kripton is now known as Kripton
  253. # [06:27] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  254. # [06:28] * jcranmer is now known as jcranmer|away
  255. # [06:28] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  256. # [06:28] * Quits: darkowlzz (sunny@4722EEE4.5AF8A9A3.27560D6E.IP) (Client exited)
  257. # [06:30] * Quits: darkowlzz_ (darkowlzz@4722EEE4.5AF8A9A3.27560D6E.IP) (Ping timeout)
  258. # [06:32] * Kripton is now known as kripton
  259. # [06:36] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  260. # [06:37] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  261. # [06:44] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  262. # [06:44] * Joins: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net)
  263. # [06:45] * Joins: ggp_ (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  264. # [06:45] * Quits: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  265. # [06:47] * Joins: KryDos (KryDos@A808C404.55981748.57651228.IP)
  266. # [06:47] * Joins: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net)
  267. # [06:50] * Joins: darkowlzz (sunny@D534B534.FAAABED5.27560D6E.IP)
  268. # [06:50] * Joins: darkowlzz_ (darkowlzz@D534B534.FAAABED5.27560D6E.IP)
  269. # [06:53] * Joins: gustavold (gustavold@E3CDD417.C185DE05.C7EA744A.IP)
  270. # [06:54] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  271. # [06:55] * Quits: gustavold (gustavold@E3CDD417.C185DE05.C7EA744A.IP) (Quit: Leaving.)
  272. # [06:56] * Quits: jammink (textual@moz-50EFA1F9.dsl.pltn13.sbcglobal.net) (Quit: Computer has gone to sleep.)
  273. # [06:58] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  274. # [06:58] * Quits: ekr (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Quit: ekr)
  275. # [06:59] * Joins: b10n1k (j0ni@moz-8DB43EEE.access.hol.gr)
  276. # [07:01] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  277. # [07:02] * Joins: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP)
  278. # [07:03] * nthomas is now known as nthomas|away
  279. # [07:04] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  280. # [07:04] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Ping timeout)
  281. # [07:07] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  282. # [07:11] * Quits: timeless (uid4015@moz-D8B63698.irccloud.com) (Quit: Connection closed for inactivity)
  283. # [07:12] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  284. # [07:16] * Joins: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP)
  285. # [07:20] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  286. # [07:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3c033a95ef26 - Brian Smith - Bug 879135, Part 1: Remove nsNSSComponent::RememberCert, r=cviecco
  287. # [07:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/022e0c982ca3 - Brian Smith - Bug 879134: Remove obsolete CFM migration code from nsNSSComponent, r=cviecco, r=wtc
  288. # [07:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c401b8894929 - Brian Smith - Bug 879137: Move nsCryptoHash and nsCryptoHMAC to their own source file, r=cviecco
  289. # [07:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/911f92728d22 - Brian Smith - Bug 832848: Removed unused site identity block tooltip logic from PSM, r=dolske
  290. # [07:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6876a29a65db - Brian Smith - Bug 879135, Part 2: Remove mScriptSecurityManager from nsNSSComponent, r=cviecco
  291. # [07:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7d8b09a16c50 - Brian Smith - Bug 867432: Remove nsIX509Cert.verifyForUsage, r=cviecco, sr=honzab
  292. # [07:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f2d55d17a0d8 - Robert O'Callahan - Bug 876092. Copy the DisplayItemClip into OutOfFlowDisplayData instead of storing a pointer. r=mats
  293. # [07:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2f2351cb2579 - Robert O'Callahan - Bug 875060. Make display:-moz-stack/-moz-inline-stack elements which are overflow:hidden clip all their descendants, including those for which it is not the
  294. # [07:22] <firebot> containing block. r=mats
  295. # [07:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3acb52b2a6de - Robert O'Callahan - Bug 882027. Make MediaDecoder::UpdateReadyStateForData always be responsible for calling GetNextFrameStatus when that value is passed to
  296. # [07:22] <firebot> HTMLMediaElement::UpdateReadyStateForData, but keep calling GetNextFrameStatus on the state machine thread to suppress dispatching of redundant runnables when nothing has changed. r=cpearce
  297. # [07:24] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  298. # [07:24] * Quits: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP) (Ping timeout)
  299. # [07:25] * Joins: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP)
  300. # [07:27] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  301. # [07:28] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  302. # [07:29] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  303. # [07:33] * Quits: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  304. # [07:33] * kaze|zZz is now known as kaze
  305. # [07:37] * Joins: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net)
  306. # [07:39] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  307. # [07:39] * Joins: wolfiR (wolfiR@moz-ADFFC895.dip0.t-ipconnect.de)
  308. # [07:39] * Joins: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  309. # [07:40] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  310. # [07:40] * Quits: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP) (Quit: Téléportation !)
  311. # [07:41] * Quits: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Quit: bye :))
  312. # [07:42] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  313. # [07:42] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Ping timeout)
  314. # [07:46] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  315. # [07:48] * Quits: KryDos (KryDos@A808C404.55981748.57651228.IP) (Ping timeout)
  316. # [07:48] * Quits: surkov (surkov@4F778CCB.95871A73.E17943EE.IP) (Quit: surkov)
  317. # [07:52] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  318. # [07:56] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  319. # [07:58] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  320. # [07:58] * Joins: sankha93 (Instantbir@A6061E30.BC703A9E.8B6C1D65.IP)
  321. # [08:00] * nrc is now known as nrc|afk
  322. # [08:04] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  323. # [08:04] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  324. # [08:05] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  325. # [08:06] * Joins: atsai (atsai@moz-99690620.hinet-ip.hinet.net)
  326. # [08:06] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  327. # [08:07] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  328. # [08:09] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  329. # [08:09] * Joins: atsai (atsai@moz-99690620.hinet-ip.hinet.net)
  330. # [08:10] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  331. # [08:19] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  332. # [08:21] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  333. # [08:24] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  334. # [08:26] * Joins: Ms2ger (Ms2ger@moz-DB7CCFB.adsl-dyn.isp.belgacom.be)
  335. # [08:26] * Joins: vicamo (vicamo@moz-6AA2C19D.dynamic.hinet.net)
  336. # [08:26] <Ms2ger> Bonjour
  337. # [08:28] * whimboo|afk is now known as whimboo
  338. # [08:29] * Joins: imsurit (chatzilla@E683108F.13435B1E.1A5E31FF.IP)
  339. # [08:29] * Quits: fzzzy (Donovan@moz-40919DA0.us-west-2.compute.amazonaws.com) (Ping timeout)
  340. # [08:30] * Quits: imsurit (chatzilla@E683108F.13435B1E.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130612084701])
  341. # [08:30] * nrc|afk is now known as nrc
  342. # [08:31] * mgerva|afk is now known as mgerva
  343. # [08:31] <KWierso|Home> hola
  344. # [08:32] * Quits: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  345. # [08:32] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Connection reset by peer)
  346. # [08:32] * Joins: chrisccoulson_ (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  347. # [08:32] * Quits: b10n1k (j0ni@moz-8DB43EEE.access.hol.gr) (Ping timeout)
  348. # [08:33] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Ping timeout)
  349. # [08:33] * Quits: vicamo (vicamo@moz-6AA2C19D.dynamic.hinet.net) (Ping timeout)
  350. # [08:33] * Quits: chrisccoulson_ (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Connection reset by peer)
  351. # [08:34] * Joins: vicamo (vicamo@moz-6AA2C19D.dynamic.hinet.net)
  352. # [08:34] * Joins: fzzzy (Donovan@moz-40919DA0.us-west-2.compute.amazonaws.com)
  353. # [08:35] * Joins: surkov (surkov@4F778CCB.95871A73.E17943EE.IP)
  354. # [08:39] * philor is now known as philor|away
  355. # [08:40] <Optimize1> KWierso|Home: the |Home is redundant
  356. # [08:40] * Joins: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP)
  357. # [08:41] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  358. # [08:41] * Joins: KWierso (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  359. # [08:41] <KWierso> Optimize1: well, what about now?
  360. # [08:41] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  361. # [08:41] <Ms2ger> Never met KWierso|InOuterSpace?
  362. # [08:41] <Optimize1> KWierso: much better
  363. # [08:42] <Optimize1> Ms2ger: not lucky enough
  364. # [08:42] <Optimize1> does that need more luck that meeting you ?
  365. # [08:42] <Optimize1> than*
  366. # [08:43] <Optimize1> moreover, it would be KWierso|OuterSpace , not InOuterSpace
  367. # [08:43] * Joins: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  368. # [08:44] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  369. # [08:45] <@roc> Ms2ger: if I have a WebIDL file that defines some numeric constants, do those numeric constants get defined somewhere my C++ code can use?
  370. # [08:45] <Ms2ger> No
  371. # [08:45] * Quits: vicamo (vicamo@moz-6AA2C19D.dynamic.hinet.net) (Ping timeout)
  372. # [08:45] <@roc> that sucks
  373. # [08:45] <Ms2ger> Why are you using numeric constants? :)
  374. # [08:45] <@roc> HTMLMediaElement.webidl
  375. # [08:45] <Ms2ger> Ah
  376. # [08:46] <Ms2ger> Put an enum on dom::HTMLMediaElement?
  377. # [08:46] <@roc> sure, I can redefine them myself
  378. # [08:46] <@roc> but it still sucks a bit
  379. # [08:47] * @roc wonders why HTMLMediaElement doesn't implement nsIDOMHTMLMediaElement anymore but still implements all the XPCOM-style methods via NS_DECL_NSIDOMHTMLMEDIAELEMENT
  380. # [08:48] * baku|away is now known as baku
  381. # [08:49] * Quits: macmaN (chezburger@moz-DA23949E.dyn.estpak.ee) (Ping timeout)
  382. # [08:50] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  383. # [08:52] * Quits: Benvie (bbenvie@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  384. # [08:52] <@roc> oh, I'm wrong. that interface is implemented
  385. # [08:54] * Joins: Benvie (bbenvie@moz-BE33DA21.fw1.sfo1.mozilla.net)
  386. # [08:55] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Ping timeout)
  387. # [08:55] * Joins: Manuela (Mibbit@601F3B17.33662590.A5830293.IP)
  388. # [08:55] <@roc> Ms2ger: are we leaving interfaces like nsIDOMHTMLMediaElement around for compatibility with extensions, or what?
  389. # [08:56] <Ms2ger> Right
  390. # [08:56] <Ms2ger> (For now)
  391. # [08:57] * Quits: njn (chatzilla@moz-299C9020.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90 [Firefox 24.0a1/20130612162615])
  392. # [08:59] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  393. # [08:59] * Quits: ochameau (ochameau@moz-109A6728.fbx.proxad.net) (Ping timeout)
  394. # [08:59] * Joins: marco (Thunderbir@moz-D4C517CA.retail.telecomitalia.it)
  395. # [09:00] * Quits: Hendikins (wolfox@ACEFC27F.FDF31EC0.5A112924.IP) (Ping timeout)
  396. # [09:00] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  397. # [09:01] * Joins: Hendikins (wolfox@ACEFC27F.FDF31EC0.5A112924.IP)
  398. # [09:01] <@dolske> hmm. how do see what test suites are hidden on tbpl?
  399. # [09:02] <@dolske> ah, there it is.
  400. # [09:05] * Joins: tzimmermann (tzimmerman@moz-6A8F857E.pools.arcor-ip.net)
  401. # [09:07] * Joins: till (till@moz-2F33897.adsl.alicedsl.de)
  402. # [09:08] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  403. # [09:08] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  404. # [09:08] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  405. # [09:09] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  406. # [09:11] * Joins: martyn (martyn@moz-93D3BA27.range86-131.btcentralplus.com)
  407. # [09:13] * Quits: andreasn (andreasn@moz-CB9DEC29.a336.priv.bahnhof.se) (Ping timeout)
  408. # [09:13] * Quits: mixedpuppy (mixedpuppy@moz-E19CF4F1.beyondbb.com) (Quit: mixedpuppy)
  409. # [09:15] * Quits: sankha93 (Instantbir@A6061E30.BC703A9E.8B6C1D65.IP) (Ping timeout)
  410. # [09:16] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  411. # [09:19] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  412. # [09:21] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  413. # [09:21] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  414. # [09:22] <glazou> bonjour!
  415. # [09:22] * Joins: ochameau (ochameau@moz-109A6728.fbx.proxad.net)
  416. # [09:23] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  417. # [09:24] * Joins: hdel (Mibbit@moz-1B6CB5A7.grenet.fr)
  418. # [09:26] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  419. # [09:27] * Quits: till (till@moz-2F33897.adsl.alicedsl.de) (Client exited)
  420. # [09:27] * Joins: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP)
  421. # [09:28] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  422. # [09:29] * Quits: retrecal (retrecal__@moz-31CD4929.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  423. # [09:31] * Joins: marcoz (marco.zehe@moz-34A8D765.dip0.t-ipconnect.de)
  424. # [09:33] * Quits: tzimmermann (tzimmerman@moz-6A8F857E.pools.arcor-ip.net) (Quit: Ex-Chat)
  425. # [09:37] * heycam is now known as heycam|away
  426. # [09:37] * NeilAway hates it when he typos a secure bug# (e.g. 3546 vs 3456)
  427. # [09:37] * Joins: sankha93 (Instantbir@A6061E30.BC703A9E.8B6C1D65.IP)
  428. # [09:38] * Joins: cpeterson (cpeterson@moz-11915559.hsd1.ca.comcast.net)
  429. # [09:44] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  430. # [09:48] * Joins: edmorley (edmorley@moz-8B746B75.cable.virginmedia.com)
  431. # [09:48] * Quits: bsmith (bsmith@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  432. # [09:50] * Quits: marco (Thunderbir@moz-D4C517CA.retail.telecomitalia.it) (Quit: marco)
  433. # [09:50] * Joins: gsvelto (gsvelto@moz-3EAF8FD9.clienti.tiscali.it)
  434. # [09:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1ad2d8b5e7c9 - Ed Morley - Backed out changeset 2f2351cb2579 (bug 875060)
  435. # [09:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ff486a6eb5c9 - Ed Morley - Backed out changeset f2d55d17a0d8 (bug 876092)
  436. # [09:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f8048b030fe6 - Ed Morley - Backed out changeset 3acb52b2a6de (bug 882027) for reftest failures on a CLOSED TREE
  437. # [09:53] * Fallen|away is now known as Fallen
  438. # [09:54] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Quit: Leaving.)
  439. # [09:55] * Quits: KWierso (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  440. # [09:55] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Connection reset by peer)
  441. # [09:55] <@roc> ugh
  442. # [09:57] * Joins: Gijs (gijs@moz-9BA617B3.cable.virginmedia.com)
  443. # [09:57] * Joins: till (till@moz-2F33897.adsl.alicedsl.de)
  444. # [09:57] * Joins: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP)
  445. # [09:58] * Quits: Optimizer (Optimizer@2D02FA9E.1DD94151.D2D1FAF0.IP) (Ping timeout)
  446. # [10:00] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  447. # [10:02] * Joins: Optimizer (Optimizer@841735E1.90E3F4F6.D2D1FAF0.IP)
  448. # [10:02] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  449. # [10:02] * Quits: till (till@moz-2F33897.adsl.alicedsl.de) (Ping timeout)
  450. # [10:03] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (Connection reset by peer)
  451. # [10:03] * Joins: nical (nico@moz-4754F405.fbx.proxad.net)
  452. # [10:03] * Joins: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com)
  453. # [10:03] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  454. # [10:04] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  455. # [10:04] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/88cd07a112ae - Dave Camp - Bug 878443 - Let the inspector actor expire actors for nodes that are no longer connected to the tree. r=jwalker
  456. # [10:04] <firebot> http://hg.mozilla.org/mozilla-central/rev/a61daa400fe8 - Dave Camp - Bug 877300 - Add a basic DOM walker actor. r=jwalker
  457. # [10:04] * simone|away is now known as simone
  458. # [10:04] <firebot> http://hg.mozilla.org/mozilla-central/rev/d74a6fd28c60 - Dave Camp - Bug 878379 - Change the walker's querySelector requests to provide any nodes needed to connect to the root node. r=jwalker
  459. # [10:04] <firebot> http://hg.mozilla.org/mozilla-central/rev/98abfa37fe77 - Dave Camp - Bug 878381 - Keep track of parents and children on the client side of the inspector. r=jwalker
  460. # [10:04] <firebot> http://hg.mozilla.org/mozilla-central/rev/19b3d7dc3d7c - Brandon Benvie - Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan
  461. # [10:04] <firebot> http://hg.mozilla.org/mozilla-central/rev/97ca769b1ed6 - Dave Camp - Bug 878614 - Handle subdocument loads/unloads in the inspector actor. r=jwalker
  462. # [10:04] <firebot> http://hg.mozilla.org/mozilla-central/rev/cccfd3161714 - Dave Camp - Bug 878442 - Add tree change mutations to the inspector actor. r=jwalker
  463. # [10:05] <firebot> http://hg.mozilla.org/mozilla-central/rev/f9b59a3ef675 - Dave Camp - Bug 878441 - Add simple mutation watching to the inspector actor. r=jwalker
  464. # [10:06] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  465. # [10:07] * Fallen is now known as Fallen|away
  466. # [10:08] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  467. # [10:08] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  468. # [10:10] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  469. # [10:10] * Joins: Cwiiis (cwiiis@moz-ACE7B3B8.cable.virginmedia.com)
  470. # [10:12] * Joins: tzimmermann (tzimmerman@moz-6A8F857E.pools.arcor-ip.net)
  471. # [10:14] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  472. # [10:16] * Quits: Optimizer (Optimizer@841735E1.90E3F4F6.D2D1FAF0.IP) (Ping timeout)
  473. # [10:17] * Quits: tzimmermann (tzimmerman@moz-6A8F857E.pools.arcor-ip.net) (Broken pipe)
  474. # [10:18] * Parts: zandr (zandr@moz-891BD824.milewski.org)
  475. # [10:19] * pmoore|away is now known as pmoore
  476. # [10:19] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  477. # [10:20] * Joins: Optimizer (Optimizer@D360AFCB.1DB862AB.BE90E62C.IP)
  478. # [10:22] * Tomcat|afk is now known as Tomcat
  479. # [10:23] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  480. # [10:24] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  481. # [10:26] * Joins: tzimmermann (tzimmerman@moz-6A8F857E.pools.arcor-ip.net)
  482. # [10:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d857c7f2fc2f - Ed Morley - Backed out changeset eda60af67603 (bug 877949) for Android mochitest-3 crashes on a CLOSED TREE
  483. # [10:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/347f1820d874 - Ed Morley - Backed out changeset 8ce5f3f4937d (bug 877534)
  484. # [10:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/291427f3bb3a - Ed Morley - Backed out changeset 12a114363dbc (bug 882590)
  485. # [10:31] * Quits: Optimizer (Optimizer@D360AFCB.1DB862AB.BE90E62C.IP) (Ping timeout)
  486. # [10:31] * Quits: JeroenDeDauw (j@moz-F11CA49A.dip0.t-ipconnect.de) (Quit: Leaving.)
  487. # [10:31] * Joins: JeroenDeDauw (j@moz-F11CA49A.dip0.t-ipconnect.de)
  488. # [10:32] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  489. # [10:33] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  490. # [10:35] * Quits: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  491. # [10:35] * Joins: Optimizer (Optimizer@54CBAA85.68061386.D2D1FAF0.IP)
  492. # [10:36] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/9efe34127cd7 - Gaia Pushbot - Bumping gaia.json for 4 gaia-central revision(s)
  493. # [10:36] <firebot> http://hg.mozilla.org/mozilla-central/rev/6304b8fd16fe - Gaia Pushbot - Bumping gaia.json for 2 gaia-central revision(s)
  494. # [10:36] <firebot> http://hg.mozilla.org/mozilla-central/rev/5fcd3e7dc809 - Fabrice Desré - Bug 874339 - System Message API: redundant queues are created for the pending "activity" system messages r=gene
  495. # [10:37] <firebot> http://hg.mozilla.org/mozilla-central/rev/dfae1419f8ec - Gaia Pushbot - Bumping gaia.json for 2 gaia-central revision(s)
  496. # [10:37] <firebot> http://hg.mozilla.org/mozilla-central/rev/834c8941ae24 - Ed Morley - Merge latest green birch changeset and mozilla-central
  497. # [10:38] * edmorley changes topic to 'Next uplift 24 June || Want to help? See #introduction || http://logbot.glob.com.au/?c=developers'
  498. # [10:38] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  499. # [10:38] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  500. # [10:39] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (No route to host)
  501. # [10:39] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  502. # [10:41] * Quits: nical (nico@moz-4754F405.fbx.proxad.net) (Client exited)
  503. # [10:42] * Joins: msucan (mihai@FDCB1A36.39ADAF53.320F75DD.IP)
  504. # [10:42] * Fallen|away is now known as Fallen
  505. # [10:42] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  506. # [10:43] * glazou back after a very nice complete power outage because of thunderstorm
  507. # [10:43] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  508. # [10:44] <mattwoodrow> dammit, should have watched closer
  509. # [10:46] * Quits: hdel (Mibbit@moz-1B6CB5A7.grenet.fr) (Quit: http://www.mibbit.com ajax IRC Client)
  510. # [10:47] * Joins: cronco (Thunderbir@63AA1ABB.8199434F.CD219C36.IP)
  511. # [10:47] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  512. # [10:48] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  513. # [10:49] * Quits: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  514. # [10:49] * Joins: vtmarvin (Thunderbir@173F2E9D.96442F2E.EE1C58A.IP)
  515. # [10:50] * Quits: Hendikins (wolfox@ACEFC27F.FDF31EC0.5A112924.IP) (Ping timeout)
  516. # [10:50] * Joins: Hendikins (wolfox@ACEFC27F.FDF31EC0.5A112924.IP)
  517. # [10:53] * Quits: TheOne (one@moz-32FD19A2.dfki.uni-kl.de) (Quit: .)
  518. # [10:53] * Joins: mihaelav (Mibbit@601F3B17.33662590.A5830293.IP)
  519. # [10:55] * Quits: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  520. # [10:56] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  521. # [10:58] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  522. # [10:58] * ChanServ sets mode: +o roc
  523. # [10:58] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Quit: Reboot)
  524. # [11:00] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  525. # [11:00] * Joins: TheOne (one@moz-32FD19A2.dfki.uni-kl.de)
  526. # [11:03] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  527. # [11:04] * Joins: imsurit (chatzilla@5679EB22.13435B1E.1A5E31FF.IP)
  528. # [11:04] * pmoore is now known as pmoore|away
  529. # [11:05] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  530. # [11:06] * Joins: andreasn (andreasn@moz-CD5E6BB8.nomad.chalmers.se)
  531. # [11:09] * Quits: imsurit (chatzilla@5679EB22.13435B1E.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130612084701])
  532. # [11:11] * glob is now known as glob|away
  533. # [11:11] * Joins: marxin (marxin@6A371980.3B96A244.4E88690D.IP)
  534. # [11:11] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  535. # [11:11] * Quits: mihaelav (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  536. # [11:12] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  537. # [11:13] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  538. # [11:14] * Parts: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  539. # [11:16] * Joins: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP)
  540. # [11:16] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  541. # [11:17] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Ping timeout)
  542. # [11:19] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  543. # [11:22] * Joins: hdel (Mibbit@moz-1B6CB5A7.grenet.fr)
  544. # [11:24] * Joins: cers (csonne@D7E05050.FC4A3EAF.9A1B5FBB.IP)
  545. # [11:24] * Joins: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz)
  546. # [11:26] * Joins: MaxP (Mibbit@moz-36E016FD.grenet.fr)
  547. # [11:27] * pmoore|away is now known as pmoore
  548. # [11:30] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  549. # [11:33] <Gijs> Hmmmmmmmm. [10:32:33.262] TypeError: this._storage is null @ ux-x86_64-apple-darwin12.4.0/dist/UX.app/Contents/MacOS/components/nsLoginManager.js:491
  550. # [11:36] * Joins: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  551. # [11:37] * Joins: till (till@moz-2F33897.adsl.alicedsl.de)
  552. # [11:38] * Quits: cers (csonne@D7E05050.FC4A3EAF.9A1B5FBB.IP) (Quit: Computer has gone to sleep.)
  553. # [11:39] * whimboo is now known as whimboo|afk
  554. # [11:40] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  555. # [11:40] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  556. # [11:40] * ChanServ sets mode: +o smaug
  557. # [11:42] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  558. # [11:43] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  559. # [11:44] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  560. # [11:44] * Joins: nattokirai (nattokirai@moz-B6C1A844.tss.access-internet.ne.jp)
  561. # [11:44] * Joins: darktrojan (geoff@moz-8DCE008B.dsl.telstraclear.net)
  562. # [11:45] * Joins: pnkfelix|rcirc (pnkfelix@moz-43495417.fbx.proxad.net)
  563. # [11:45] * Joins: janv (varga@moz-1040DFE6.t-com.sk)
  564. # [11:45] * Quits: sankha93 (Instantbir@A6061E30.BC703A9E.8B6C1D65.IP) (Ping timeout)
  565. # [11:47] <Gijs> Hrm. Has anyone ever seen issues on OS X where if you run the built executable with ./mach run or mozrunner, it doesn't seem able to connect anywyhere?
  566. # [11:47] <Gijs> If I open a separate Terminal.app tab and navigate to the objdir, into the .app file, and just run ./firefox, it works fine.
  567. # [11:50] * pmoore is now known as pmoore|lunch
  568. # [11:51] * Manuela is now known as Manuela|lunch
  569. # [11:51] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  570. # [11:52] * Quits: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  571. # [11:52] * Joins: sankha93 (Instantbir@9C09B5F2.75FB07DC.8B6C1D65.IP)
  572. # [11:52] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  573. # [11:53] * Joins: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  574. # [11:54] * Quits: sankha93 (Instantbir@9C09B5F2.75FB07DC.8B6C1D65.IP) (Connection reset by peer)
  575. # [11:55] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  576. # [11:55] * Joins: sankha93 (Instantbir@9C09B5F2.75FB07DC.8B6C1D65.IP)
  577. # [11:55] * Quits: Benvie (bbenvie@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  578. # [11:56] <glazou> do we use the NSHighResolutionCapable field in Info.plist to enable high dpi on a Mac retina displays? It does not seem it's the case but I'm not sure
  579. # [11:56] <hsivonen> can Firefox OS apps register themselves as helper apps for particular MIME types?
  580. # [11:57] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Connection reset by peer)
  581. # [11:57] * Quits: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  582. # [11:57] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  583. # [11:57] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  584. # [11:57] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  585. # [11:57] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  586. # [11:57] * Joins: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net)
  587. # [11:59] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  588. # [11:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eff8e7fefffd - Mounir Lamouri - Bug 883164 - More tests for <input type='file'>.click(). r=smaug
  589. # [12:01] * Quits: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
  590. # [12:01] * Quits: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz) (Ping timeout)
  591. # [12:01] * Fallen is now known as Fallen|away
  592. # [12:01] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  593. # [12:02] * mattwoodrow is now known as mattwoodrow|away
  594. # [12:02] <Yoric> baku: ping
  595. # [12:02] <Yoric> hsivonen: Last time I checked, this was not possible.
  596. # [12:02] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  597. # [12:03] <@roc> has anyone else noticed Firefox debug builds hanging on startup for several seconds before proceeding?
  598. # [12:03] <baku> Yoric, pong
  599. # [12:03] <Yoric> baku: Hi.
  600. # [12:03] <Yoric> baku: I have questions about dom/workers/URL.cpp, are you the right person?
  601. # [12:04] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  602. # [12:04] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  603. # [12:04] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Quit: leaving)
  604. # [12:04] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  605. # [12:04] * Joins: markh1 (Instantbir@2FF4EFF1.DC6641C4.78BA16EF.IP)
  606. # [12:04] <baku> Yoric, I wrote it. tell me.
  607. # [12:04] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  608. # [12:05] <NeilAway> roc: on Windows? I think I might have, but I thought it was just my PC being slow
  609. # [12:05] <Yoric> baku: I'm currently minimizing my example, but I'm pretty sure that I can't use URL.createObjectURL if the worker has been created from a jsm.
  610. # [12:05] <Yoric> (as in "attempting to dereference a null nsCOMPtr")
  611. # [12:05] <Yoric> Which is kind of blocking.
  612. # [12:06] <baku> mmm let me see.
  613. # [12:06] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  614. # [12:06] <baku> well Yoric that is definitely a bug.
  615. # [12:07] <Yoric> baku: http://dxr.mozilla.org/mozilla-central/source/dom/base/URL.cpp#l68
  616. # [12:07] <baku> Yoric, would be great if you can file a bug. I'll take it.
  617. # [12:07] <Yoric> Thanks.
  618. # [12:07] <baku> yep, you probably don't have a window and or a document . is it ?
  619. # [12:07] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  620. # [12:07] <@roc> this is on Linux for me
  621. # [12:07] <Yoric> baku: I'm almost sure that's the problem, yes.
  622. # [12:08] <Yoric> (I haven't finished minimizing my example and tracing the code, but that's my conclusion)
  623. # [12:08] <baku> Yoric, ok great. file a bug and put me in CC, or just assign it to me. Thanks!
  624. # [12:08] * mattwoodrow|away is now known as mattwoodrow
  625. # [12:08] <Yoric> Cool, thanks :)
  626. # [12:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b40f8cdc7279 - Matt Woodrow - Bug 877949 - Restrict maximum texture size on nvidia cards on OSX 10.6 and 10.7 to 4096. r=bjacob
  627. # [12:10] <Gijs> roc: seen this on Windows as well, but not even a debug build, just a non-opt build had this behaviour for me. :s
  628. # [12:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/18a68adb330f - Matt Woodrow - Bug 877534 - Use a shutdown listener to destroy the compositor from nsBaseWidget. r=roc
  629. # [12:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0f034aaaecff - Matt Woodrow - Bug 882590 - Fix invalid assertion when creating a SharedSurface_GLTexture without a consumer GLContext. r=jgilbert
  630. # [12:10] * Quits: Optimizer (Optimizer@54CBAA85.68061386.D2D1FAF0.IP) (Ping timeout)
  631. # [12:11] <@roc> hmm for me I think it's in Adblock
  632. # [12:11] <@roc> Gijs: try disabling/removing Adblock?
  633. # [12:11] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  634. # [12:11] <Gijs> Ah, that's possible, I installed it to see about add-on bar removal stuff.
  635. # [12:11] * Joins: macmaN (chezburger@moz-DA23949E.dyn.estpak.ee)
  636. # [12:12] <Gijs> roc: at the moment I'm a couple hundred km away from my machine, I'd have to remote in... give me a minute
  637. # [12:13] * Quits: janv (varga@moz-1040DFE6.t-com.sk) (Quit: This computer has gone to sleep)
  638. # [12:14] * Joins: Optimizer (Optimizer@E453A872.8E6D85B5.274D17D6.IP)
  639. # [12:15] * Quits: darkowlzz (sunny@D534B534.FAAABED5.27560D6E.IP) (Client exited)
  640. # [12:16] * mattwoodrow is now known as mattwoodrow|away
  641. # [12:17] * Quits: darkowlzz_ (darkowlzz@D534B534.FAAABED5.27560D6E.IP) (Ping timeout)
  642. # [12:17] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  643. # [12:17] <Gijs> roc: yeah, that seems to be it...
  644. # [12:17] <Gijs> wonder what it's doing. :s
  645. # [12:17] <Yoric> baku: Filed, thanks
  646. # [12:17] * Quits: twi1 (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Ping timeout)
  647. # [12:18] <baku> Yoric, perfect. thanks.
  648. # [12:18] <Yoric> Thank you :)
  649. # [12:18] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Ping timeout)
  650. # [12:18] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  651. # [12:18] <baku> do you think you can provide a test soon?
  652. # [12:18] <Yoric> I'll try and find a workaround.
  653. # [12:18] <Yoric> Well, I had to clobber, but I hope I can have it after lunch.
  654. # [12:18] <Yoric> Not a minimal test, but a reproducible one.
  655. # [12:19] <Yoric> (lunch starting in about 10 minutes)
  656. # [12:19] * mattwoodrow|away is now known as mattwoodrow
  657. # [12:20] <till> roc: ping
  658. # [12:23] * Quits: cronco (Thunderbir@63AA1ABB.8199434F.CD219C36.IP) (Ping timeout)
  659. # [12:25] * Joins: cers (csonne@D7E05050.FC4A3EAF.9A1B5FBB.IP)
  660. # [12:26] * Quits: cers (csonne@D7E05050.FC4A3EAF.9A1B5FBB.IP) (Quit: Computer has gone to sleep.)
  661. # [12:35] <@roc> hi
  662. # [12:36] <@roc> Gijs: care to file a bug?
  663. # [12:36] <Gijs> roc: about ABP?
  664. # [12:36] <@roc> yeah
  665. # [12:36] <Gijs> roc: yeah, if you want to guess which product/component I should pick for that.
  666. # [12:37] <Gijs> (unless you mean in their tracker rather than ours?)
  667. # [12:37] <till> roc: was that "hi" for me?
  668. # [12:37] <Gijs> Just Fx untriaged for now?
  669. # [12:39] * Quits: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  670. # [12:39] <Gijs> roc: also, rough idea of when this started happening? I don't normally use it so don't have data from less than a few days back.
  671. # [12:39] * Joins: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  672. # [12:40] * Quits: markh1 (Instantbir@2FF4EFF1.DC6641C4.78BA16EF.IP) (Ping timeout)
  673. # [12:40] * Joins: markh1 (Instantbir@2FF4EFF1.DC6641C4.78BA16EF.IP)
  674. # [12:42] <@roc> till: of course
  675. # [12:42] <@roc> Gijs: some days for me too. I'm not exactly sure either
  676. # [12:43] <Gijs> roc: filed bug 883794.
  677. # [12:43] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  678. # [12:44] * Quits: Ms2ger (Ms2ger@moz-DB7CCFB.adsl-dyn.isp.belgacom.be) (Quit: bbl)
  679. # [12:44] * Joins: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP)
  680. # [12:45] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  681. # [12:45] * Quits: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  682. # [12:46] * Quits: ahuang (alan@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  683. # [12:48] * Quits: pnkfelix|rcirc (pnkfelix@moz-43495417.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.2.1)
  684. # [12:49] * Quits: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP) (Quit: This computer has gone to sleep)
  685. # [12:50] <till> roc: sorry, real life intervened
  686. # [12:50] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  687. # [12:50] <till> roc: do you have a moment to talk about bug 739176?
  688. # [12:50] * mattwoodrow is now known as mattwoodrow|away
  689. # [12:51] * Quits: MaxP (Mibbit@moz-36E016FD.grenet.fr) (Quit: http://www.mibbit.com ajax IRC Client)
  690. # [12:52] <@roc> yes
  691. # [12:52] * Joins: jhk (Jignesh@F1D06D1D.9938D3BE.CA052C06.IP)
  692. # [12:52] * Quits: hdel (Mibbit@moz-1B6CB5A7.grenet.fr) (Quit: http://www.mibbit.com ajax IRC Client)
  693. # [12:53] * whimboo|afk is now known as whimboo
  694. # [12:53] * Quits: annevk (annevk@moz-45B5FB30.kyotnt01.ap.so-net.ne.jp) (Input/output error)
  695. # [12:54] <till> roc: ok, so are you familiar with the Shumway project at all?
  696. # [12:54] <@roc> yes
  697. # [12:54] <@roc> what I want to know is
  698. # [12:54] <till> great
  699. # [12:55] * Joins: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP)
  700. # [12:55] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  701. # [12:55] * Joins: annevk (annevk@moz-45B5FB30.kyotnt01.ap.so-net.ne.jp)
  702. # [12:55] <till> I don't actually think this is very specific to Flash content, at all, but Shumway is a use case where the problems become very visible
  703. # [12:56] <@roc> if an object is moving at more than one pixel per frame, do you still need to rerasterize it at every frame
  704. # [12:56] <till> partly because there is a lot of Flash content that relies on sub-pixel rendering during animations
  705. # [12:56] <@roc> also, are we talking about text, or just path geometry
  706. # [12:56] <till> roc: I think that we do, yes
  707. # [12:56] <till> both
  708. # [12:57] <@roc> this is tough because avoiding re-rasterization of moving objects is an important optimization
  709. # [12:57] <till> I understand that
  710. # [12:58] <@roc> so do you have any suggestions? :-)
  711. # [12:58] <till> so, another question: does applying a very slight rotation on the object have any downsides?
  712. # [12:58] <till> apart from enabling sub-pixel rendering and thus costing performance ;)
  713. # [12:58] <@roc> I think it probably won't work
  714. # [12:59] <till> ah, that *is* a downside
  715. # [12:59] <@roc> there are two things we do that interact here
  716. # [12:59] * Quits: sebasmagri (user@91A98F12.F43C7CE2.C801199D.IP) (Quit: ERC Version 5.3 (IRC client for Emacs))
  717. # [13:00] <@roc> 1) cache raasterized objects in layers and just blit them with the GPU if their transform is changing but the contents aren't
  718. # [13:00] * Quits: btm_away (btm@moz-2160AA7C.sakura.ne.jp) (Ping timeout)
  719. # [13:00] <@roc> 2) when we're doing #1, we also snap translation-only transforms to pixel boundaries
  720. # [13:01] <@roc> throwing on a very slight rotation will prevent #2 but not #1
  721. # [13:01] <till> ah, I see
  722. # [13:01] <till> that makes sense
  723. # [13:01] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  724. # [13:01] * Joins: Arjen87 (Instantbir@moz-AD62903E.solcon.nl)
  725. # [13:01] <till> what about the idea of using a css flag much like `image-rendering`?
  726. # [13:02] * Quits: andreasn (andreasn@moz-CD5E6BB8.nomad.chalmers.se) (Ping timeout)
  727. # [13:02] <till> something like `sub-pixel-rendering: auto | always`?
  728. # [13:02] * Joins: cers (csonne@D7E05050.FC4A3EAF.9A1B5FBB.IP)
  729. # [13:02] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  730. # [13:03] * Quits: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP) (Quit: This computer has gone to sleep)
  731. # [13:04] <@roc> those sorts of flags are always sad
  732. # [13:04] <till> I agree
  733. # [13:04] <@roc> also, "subpixel-rendering" isn't really the right name for this
  734. # [13:05] <@roc> are you sure that for all Shumway content you don't want to cache rasterized objects in layers for performance?
  735. # [13:06] <till> not at all
  736. # [13:06] <@roc> also, and this is tangential, why are you not using 2D canvas for everything?
  737. # [13:06] <till> Our entire rendering story is very much in flux
  738. # [13:07] <till> we're currently doing that, but there are several reasons we want to, er, "diversify" that approach
  739. # [13:07] * Joins: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP)
  740. # [13:08] <till> first of all, Flash can composite videos with other content, and copying a video into a canvas frame-by-frame might not be ideal ...
  741. # [13:08] <@roc> what are they?
  742. # [13:08] <@roc> hmm ok
  743. # [13:09] <edmorley> mounir: m1 orange
  744. # [13:09] <till> also, for lots of content it will probably be much slower to do our own compositing instead of letting the layers backend to it
  745. # [13:09] <till> there's also the lure of omtc :)
  746. # [13:10] * Quits: till (till@moz-2F33897.adsl.alicedsl.de) (No route to host)
  747. # [13:10] <@roc> compositing your own content might not be worse. But OMTC, yes.
  748. # [13:10] * Joins: till (till@moz-2F33897.adsl.alicedsl.de)
  749. # [13:10] <Gijs> jfkthame: ping?
  750. # [13:11] <@roc> ok so we come back to the question of how to decide which content to cache the rasterized version of
  751. # [13:11] <jfkthame> Gijs: pong
  752. # [13:11] <till> yep
  753. # [13:11] <Gijs> jfkthame: do you know a little bit about our IDN stuff moving off-whitelist?
  754. # [13:11] <till> which is also a question we have to deal with within Shumway itself
  755. # [13:11] <@roc> I had an intuition that the content that needs to be re-rasterized is slow-moving. is that entirely wrong?
  756. # [13:11] * Joins: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  757. # [13:11] * Gijs looked through bug 722299 for names that'd be online now, and gerv isn't here. :)
  758. # [13:11] <jfkthame> Gijs: i don't think i do, sorry… just a sec, i'll look at that bug and see what it was about
  759. # [13:11] <till> it's not, no
  760. # [13:12] <Gijs> jfkthame: ah, maybe you just pushed someone else's patch that needed pushing, sorry.
  761. # [13:12] * Joins: darkowlzz (darkowlzz@5774C0AE.4D0CBBB0.F44414AF.IP)
  762. # [13:12] <till> the problem is that, if we switch rendering modes based on animation speed, we're very likely to always have a visible change in appearance.
  763. # [13:13] <jfkthame> ah, i see, that was related to the unicode display stuff
  764. # [13:13] <@roc> are you sure? for fast-moving objects, can you actually tell the difference?
  765. # [13:13] <Gijs> jfkthame: yeah.
  766. # [13:13] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  767. # [13:13] * darkowlzz is now known as darkowlzzzz
  768. # [13:13] * Joins: darkowlzz (sunny@5774C0AE.4D0CBBB0.F44414AF.IP)
  769. # [13:14] * Quits: darkowlzz (sunny@5774C0AE.4D0CBBB0.F44414AF.IP) (Client exited)
  770. # [13:14] <jfkthame> so yeah, i'm slightly familiar with the unicode aspects, but don't know anything about whitelists etc
  771. # [13:14] * Joins: btm_away (btm@moz-2160AA7C.sakura.ne.jp)
  772. # [13:15] <@roc> another idea I only just had was to monitor our time budget for rendering. If we've got plenty of free time per frame we could go up to a "high quality" mode where we stop caching stuff. That's kind of scary though due to hysteresis
  773. # [13:15] <till> mbx had this nice demo where it was fairly visible even for not-that-slow-moving objects
  774. # [13:15] <@roc> it would also make testing this stuff even more difficult than it already is
  775. # [13:15] <@roc> I would like to see that demo
  776. # [13:15] * Quits: darkowlzzzz (darkowlzz@5774C0AE.4D0CBBB0.F44414AF.IP) (Ping timeout)
  777. # [13:16] <@roc> what's interesting to me is that even though animated transforms are very widely used we don't have much traffic on this issue
  778. # [13:16] <till> I'll talk to him once he's online and add a few demos to the bug
  779. # [13:16] <till> that is interesting, yes
  780. # [13:17] <Gijs> jfkthame: ah, OK.
  781. # [13:17] <till> For Flash, I know for a fact that they went to great lengths to make these things fast because people very much wanted them to work
  782. # [13:17] <till> that might also be a reflection of how differently Flash and the web stack are used
  783. # [13:17] <@roc> well, making things fast isn't our problem here
  784. # [13:17] <@roc> the problem is making them pretty
  785. # [13:18] <till> I mean fast-while-pretty :)
  786. # [13:18] * Joins: darkowlzz (sunny@F70394F6.BDE42AC6.27560D6E.IP)
  787. # [13:19] <till> I'm almost entirely certain that we will get more traffic on this over time as people shift to the web for doing more vector-y animation stuff
  788. # [13:19] * Joins: darkowlzzzz (darkowlzz@F70394F6.BDE42AC6.27560D6E.IP)
  789. # [13:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6e84744ffa9a - Ed Morley - Backed out changeset eff8e7fefffd (bug 883164) for breaking the test on Android
  790. # [13:19] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  791. # [13:20] <till> we don't really have a good equivalent to the vector renderer used in Flash, right now, but libraries (such as Shumway) should in theory be able to implement that based on Canvas
  792. # [13:20] * Quits: jhlin (jolin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  793. # [13:21] <@roc> yeah so
  794. # [13:21] <till> Flash actually has two completely different font renderers precisely for this: one that always aligns the text on pixel boundaries and is optimized for readability, and one that works well for animations
  795. # [13:22] <hsivonen> Yoric: thanks :-(
  796. # [13:22] * Joins: simonab (Mibbit@601F3B17.33662590.A5830293.IP)
  797. # [13:22] <@roc> I was talking to some gfx people about supporting filters (e.g. colormatrix) in canvas and offered Shumway as a use-case, and they said, offhand, "those guys should just be writing their own rasterizer using WebGL anyway"
  798. # [13:23] <till> that is another thing we're looking into
  799. # [13:23] <@roc> what exactly do you mean by "vector-y animation stuff"?
  800. # [13:24] <till> gpus aren't that great at the whole 2d vector rendering, afaiui, though
  801. # [13:24] * Manuela|lunch is now known as Manuela
  802. # [13:24] <till> well, all these vector animations drawn and animated in the Flash timeline
  803. # [13:25] <till> like http://www.homestarrunner.com/ and similar sites
  804. # [13:25] * Quits: Arjen87 (Instantbir@moz-AD62903E.solcon.nl) (Ping timeout)
  805. # [13:27] <mjrosenb> win 5
  806. # [13:27] <mjrosenb> gah
  807. # [13:31] * Quits: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP) (Ping timeout)
  808. # [13:31] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  809. # [13:31] * Quits: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP) (Ping timeout)
  810. # [13:32] * Joins: John_ (chatzilla@moz-4E6E119C.static.tpgi.com.au)
  811. # [13:32] * Joins: KaiRo (robert@moz-7FDF3B17.adsl.highway.telekom.at)
  812. # [13:33] * pmoore|lunch is now known as pmoore
  813. # [13:34] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  814. # [13:35] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  815. # [13:35] <John_> Hi, is it possible for a ChromeWorker to notify an observer using the Observer service?
  816. # [13:36] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  817. # [13:37] * Quits: Cwiiis (cwiiis@moz-ACE7B3B8.cable.virginmedia.com) (Ping timeout)
  818. # [13:37] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  819. # [13:38] * Quits: Optimizer (Optimizer@E453A872.8E6D85B5.274D17D6.IP) (Ping timeout)
  820. # [13:38] * baku is now known as baku|away
  821. # [13:40] <@smaug> John_: ObserverService is main thread only thing
  822. # [13:41] * Joins: Optimizer (Optimizer@5999BA7D.982C2CD4.BE90E62C.IP)
  823. # [13:41] <John_> smaug: Ohh, thanks
  824. # [13:45] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Quit: bye :))
  825. # [13:45] * Joins: hdel (Mibbit@moz-1B6CB5A7.grenet.fr)
  826. # [13:46] * Joins: MaxP (Mibbit@moz-36E016FD.grenet.fr)
  827. # [13:46] * Joins: gandalf (zbraniecki@moz-AA3AB54F.dynamic.chello.pl)
  828. # [13:47] * Quits: Optimizer (Optimizer@5999BA7D.982C2CD4.BE90E62C.IP) (Connection reset by peer)
  829. # [13:48] * Fallen|away is now known as Fallen
  830. # [13:49] * Quits: markh1 (Instantbir@2FF4EFF1.DC6641C4.78BA16EF.IP) (Ping timeout)
  831. # [13:50] * Joins: janv (varga@EB98753.DE18F2CC.2A7F8BFC.IP)
  832. # [13:50] * baku|away is now known as baku
  833. # [13:51] <@roc> till: any heuristics you can think of can probably be implemented easily in nsDisplayTransform::GetLayerState. I just don't know what those heuristics should be.
  834. # [13:52] * Joins: Optimizer (Optimizer@3C98EC62.BE5187B7.274D17D6.IP)
  835. # [13:52] * Quits: janv (varga@EB98753.DE18F2CC.2A7F8BFC.IP) (Quit: This computer has gone to sleep)
  836. # [13:52] <@roc> we can analyze not only the value of the transform, but also the content that's being transformed.
  837. # [13:52] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  838. # [13:52] * Joins: Pike (chatzilla@moz-FEB79523.pool.mediaways.net)
  839. # [13:53] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  840. # [13:53] <till> roc: ah, interesting
  841. # [13:53] * Quits: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP) (Quit: AndreeaMatei)
  842. # [13:54] * Joins: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP)
  843. # [13:54] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  844. # [13:54] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  845. # [13:55] * Quits: tzimmermann (tzimmerman@moz-6A8F857E.pools.arcor-ip.net) (Quit: Ex-Chat)
  846. # [13:55] <@roc> or, we could speed things up by invalidating all or part of the transformed content *and* have it in its own layer. That would avoid repainting the non-moving background.
  847. # [13:55] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  848. # [13:55] <@roc> that's a little bit more work/
  849. # [13:56] * Quits: cers (csonne@D7E05050.FC4A3EAF.9A1B5FBB.IP) (Quit: Computer has gone to sleep.)
  850. # [13:56] * Joins: markh1 (Instantbir@2FF4EFF1.DC6641C4.78BA16EF.IP)
  851. # [13:56] <till> that is a perfect example of why I think a hybrid approach using the DOM for some and our own canvas-based compositing for other parts of our rendering pipeline makes sense
  852. # [13:57] * Quits: Optimizer (Optimizer@3C98EC62.BE5187B7.274D17D6.IP) (Connection reset by peer)
  853. # [13:57] <till> of course, having layers in Canvas would be interesting to us, too :)
  854. # [13:57] <@roc> what is a perfect example of what?
  855. # [13:57] <@roc> and what do you mean by having layers in canvas?
  856. # [13:58] <till> well, *you* can speed avoid repainting the non-moving background. we can't when using one big canvas to render into
  857. # [13:58] * Joins: jimm (jmathies@moz-864CAA4E.pn.at.cox.net)
  858. # [13:58] <@roc> you can use multiple canvases
  859. # [13:58] <till> true
  860. # [13:58] <till> I'm wary of the memory usage for that, though
  861. # [13:59] * Quits: sankha93 (Instantbir@9C09B5F2.75FB07DC.8B6C1D65.IP) (Quit: Instantbird 1.4 -- http://www.instantbird.com)
  862. # [14:00] <till> but yes: our current thinking is that we might end up collating groups of (Flash) display objects into canvases, while using the DOM for other things. Like text.
  863. # [14:00] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  864. # [14:00] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  865. # [14:01] <@roc> text/
  866. # [14:01] <@roc> ?
  867. # [14:01] * Joins: Optimizer (Optimizer@455D600B.3DACFE1F.BE90E62C.IP)
  868. # [14:01] * Joins: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  869. # [14:01] <till> except for the video issue, using the technique you outlined in http://robert.ocallahan.org/2011/11/drawing-dom-content-to-canvas.html might actually get us a long way towards what we need
  870. # [14:02] <till> well, Flash has TextField elements, which we'd like to render as html text, instead of drawing them into a canvas.
  871. # [14:03] * Joins: cdiehl (cdiehl@moz-170E4054.mc.videotron.ca)
  872. # [14:03] <@roc> so they're editable?
  873. # [14:03] <till> regarding that blog post, are there fundamental reasons for not adding support for drawing SVG elements that exist in the DOM onto a canvas?
  874. # [14:03] <till> yes
  875. # [14:03] <till> well, they can be
  876. # [14:03] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  877. # [14:04] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  878. # [14:04] <@roc> the problem with drawing elements that are in your document is that you can smuggle in evil things, like IFRAMEs pointing to cross-origin resources
  879. # [14:05] <till> sure
  880. # [14:05] <till> marking svg elements as drawable based on what they contain wouldn't work?
  881. # [14:06] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (concrete2.mozilla.org gravel2.mozilla.org)
  882. # [14:06] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (concrete2.mozilla.org gravel2.mozilla.org)
  883. # [14:06] <till> or maybe setting an attribute on the svg that activates the same restrictions that exist for svg images?
  884. # [14:06] * Quits: darktrojan (geoff@moz-8DCE008B.dsl.telstraclear.net) (Quit: darktrojan)
  885. # [14:07] <till> oh, forgot to expand on the layers thing
  886. # [14:07] <@roc> it gets really fragile
  887. # [14:07] <@roc> because you can manipulate the DOM in so many different ways
  888. # [14:08] <till> mmh, I see
  889. # [14:08] <till> http://lists.w3.org/Archives/Public/public-canvas-api/2013AprJun/0009.html
  890. # [14:08] * Joins: gsvelto_ (gsvelto@moz-3EAF8FD9.clienti.tiscali.it)
  891. # [14:09] * Joins: jhlin (jolin@moz-99690620.hinet-ip.hinet.net)
  892. # [14:09] <till> the grouping proposal is interesting for us, but we also talked about having a Layer element that's basically similar to what we do for layer-creating DOM elements in Gecko
  893. # [14:10] <till> I know, that sounds like it can be solved by just using multiple canvases, but tobeytailor had some nifty ideas around that.
  894. # [14:11] <@roc> ?
  895. # [14:11] <till> we're working on fleshing those out to get feedback from gfx people
  896. # [14:11] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: brb)
  897. # [14:12] * Quits: Optimizer (Optimizer@455D600B.3DACFE1F.BE90E62C.IP) (Ping timeout)
  898. # [14:12] <till> well, for one, in Gecko you have the ability to upload a layer onto the gpu and release it in main memory, right?
  899. # [14:13] * Quits: gsvelto_ (gsvelto@moz-3EAF8FD9.clienti.tiscali.it) (Quit: Leaving)
  900. # [14:13] <@roc> yes
  901. # Session Close: Mon Jun 17 14:13:42 2013
  902. #
  903. # Session Start: Mon Jun 17 14:13:42 2013
  904. # Session Ident: #developers
  905. # [14:13] * Disconnected
  906. # [14:14] * Attempting to rejoin channel #developers
  907. # [14:14] * Rejoined channel #developers
  908. # [14:14] * Topic is 'Next uplift 24 June || Want to help? See #introduction || http://logbot.glob.com.au/?c=developers'
  909. # [14:14] * Set by edmorley on Mon Jun 17 10:38:34
  910. # [14:14] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  911. # [14:14] * Joins: mrbkap (mrbkap@moz-BE33DA21.fw1.sfo1.mozilla.net)
  912. # [14:14] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  913. # [14:14] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  914. # [14:14] * Joins: zz_halfie (halfie@moz-E6FB243E.compute-1.amazonaws.com)
  915. # [14:14] * Joins: blassey_ (blassey@moz-853FAB08.hsd1.ma.comcast.net)
  916. # [14:14] * Joins: whimboo (whimboo@21373740.52B8005.D25A875A.IP)
  917. # [14:14] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  918. # [14:14] * Joins: Pike (chatzilla@moz-FEB79523.pool.mediaways.net)
  919. # [14:14] * Joins: sancus (sancus@moz-3A9162D.off.net)
  920. # [14:14] * Joins: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
  921. # [14:14] * Joins: lsblakk (lsblakk@21373740.52B8005.D25A875A.IP)
  922. # [14:14] <till> In many cases, we don't need to get access to a canvas's buffer at all, so if we had an element that allowed us to push drawing commands onto a stack without actually consuming memory for a buffer in main memory, that'd be great.
  923. # [14:15] * Joins: mmc (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net)
  924. # [14:15] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  925. # [14:15] * Joins: marcoz (marco.zehe@moz-34A8D765.dip0.t-ipconnect.de)
  926. # [14:15] * Joins: Shadowized (Shadowized@moz-90971C79.trying.to.trac3.me)
  927. # [14:15] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  928. # [14:15] * Joins: merike|away (merike@moz-F5B95BAF.cable.starman.ee)
  929. # [14:15] * Joins: nattokirai (nattokirai@moz-B6C1A844.tss.access-internet.ne.jp)
  930. # [14:15] * zz_halfie is now known as halfie
  931. # [14:15] * merike|away is now known as merike
  932. # [14:15] * Quits: ggp_ (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  933. # [14:15] * Joins: padenot (paul@moz-63925F6.members.linode.com)
  934. # [14:15] * Joins: daleharvey (uid513@moz-A588D045.irccloud.com)
  935. # [14:15] * Gijs_ is now known as Gijs
  936. # [14:15] * tH is now known as IRCMonkey57794
  937. # [14:15] <jfkthame> huh, suddenly my client can't auto-join #mobile or #b2g like it used to?
  938. # [14:15] * Joins: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net)
  939. # [14:16] * kmoir-afk is now known as kmoir
  940. # [14:16] <jfkthame> "you need a registered nick to join that channel" - did we just impose a new rule?
  941. # [14:16] * Joins: sawrubh (uid6719@moz-D8B63698.irccloud.com)
  942. # [14:16] * Joins: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net)
  943. # [14:16] * Joins: vchang (Vincent@moz-99690620.hinet-ip.hinet.net)
  944. # [14:16] * Quits: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net) (concrete2.mozilla.org gravel.mozilla.org)
  945. # [14:16] * Quits: vchang (Vincent@moz-99690620.hinet-ip.hinet.net) (concrete2.mozilla.org gravel.mozilla.org)
  946. # [14:16] * Quits: padenot (paul@moz-63925F6.members.linode.com) (concrete2.mozilla.org gravel.mozilla.org)
  947. # [14:16] * Quits: mmc (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net) (concrete2.mozilla.org gravel.mozilla.org)
  948. # [14:16] * Quits: merike (merike@moz-F5B95BAF.cable.starman.ee) (concrete2.mozilla.org gravel.mozilla.org)
  949. # [14:16] * Quits: blassey_ (blassey@moz-853FAB08.hsd1.ma.comcast.net) (concrete2.mozilla.org gravel.mozilla.org)
  950. # [14:16] * Quits: IRCMonkey57794 (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (concrete2.mozilla.org gravel.mozilla.org)
  951. # [14:16] * Quits: whimboo (whimboo@21373740.52B8005.D25A875A.IP) (concrete2.mozilla.org gravel.mozilla.org)
  952. # [14:16] * Quits: lsblakk (lsblakk@21373740.52B8005.D25A875A.IP) (concrete2.mozilla.org gravel.mozilla.org)
  953. # [14:16] * Quits: Pike (chatzilla@moz-FEB79523.pool.mediaways.net) (concrete2.mozilla.org gravel.mozilla.org)
  954. # [14:16] * Quits: paulproteus (quassel@rose.makesad.us) (concrete2.mozilla.org gravel.mozilla.org)
  955. # [14:16] * Quits: halfie (halfie@moz-E6FB243E.compute-1.amazonaws.com) (concrete2.mozilla.org gravel.mozilla.org)
  956. # [14:16] * Quits: sancus (sancus@moz-3A9162D.off.net) (concrete2.mozilla.org gravel.mozilla.org)
  957. # [14:16] * Quits: Shadowized (Shadowized@moz-90971C79.trying.to.trac3.me) (concrete2.mozilla.org gravel.mozilla.org)
  958. # [14:16] * Quits: mrbkap (mrbkap@moz-BE33DA21.fw1.sfo1.mozilla.net) (concrete2.mozilla.org gravel.mozilla.org)
  959. # [14:16] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (concrete2.mozilla.org gravel.mozilla.org)
  960. # [14:16] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (concrete2.mozilla.org gravel.mozilla.org)
  961. # [14:16] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (concrete2.mozilla.org gravel.mozilla.org)
  962. # [14:16] * Quits: reyre (rick@B2D8AB09.33EE9F8A.1139E686.IP) (concrete2.mozilla.org gravel.mozilla.org)
  963. # [14:16] * Quits: @dolske (dolske@21373740.52B8005.D25A875A.IP) (concrete2.mozilla.org gravel.mozilla.org)
  964. # [14:16] * Quits: jimm (jmathies@moz-864CAA4E.pn.at.cox.net) (concrete2.mozilla.org gravel.mozilla.org)
  965. # [14:16] * Joins: vchang (Vincent@moz-99690620.hinet-ip.hinet.net)
  966. # [14:16] * Joins: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net)
  967. # [14:16] * Joins: padenot (paul@moz-63925F6.members.linode.com)
  968. # [14:16] * Joins: merike (merike@moz-F5B95BAF.cable.starman.ee)
  969. # [14:16] * Joins: Shadowized (Shadowized@moz-90971C79.trying.to.trac3.me)
  970. # [14:16] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  971. # [14:16] * Joins: mmc (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net)
  972. # [14:16] * Joins: lsblakk (lsblakk@21373740.52B8005.D25A875A.IP)
  973. # [14:16] * Joins: IRCMonkey57794 (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
  974. # [14:16] * Joins: sancus (sancus@moz-3A9162D.off.net)
  975. # [14:16] * Joins: Pike (chatzilla@moz-FEB79523.pool.mediaways.net)
  976. # [14:16] * Joins: whimboo (whimboo@21373740.52B8005.D25A875A.IP)
  977. # [14:16] * Joins: blassey_ (blassey@moz-853FAB08.hsd1.ma.comcast.net)
  978. # [14:16] * Joins: halfie (halfie@moz-E6FB243E.compute-1.amazonaws.com)
  979. # [14:16] * Joins: paulproteus (quassel@rose.makesad.us)
  980. # [14:16] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  981. # [14:16] * Joins: mrbkap (mrbkap@moz-BE33DA21.fw1.sfo1.mozilla.net)
  982. # [14:16] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  983. # [14:16] * Joins: dolske (dolske@21373740.52B8005.D25A875A.IP)
  984. # [14:16] * Joins: reyre (rick@B2D8AB09.33EE9F8A.1139E686.IP)
  985. # [14:16] * Joins: jimm (jmathies@moz-864CAA4E.pn.at.cox.net)
  986. # [14:16] * gravel.mozilla.org sets mode: +o dolske
  987. # [14:16] * Joins: mr_ie6 (uid2508@moz-A588D045.irccloud.com)
  988. # [14:16] * Joins: Unfocused (uid2622@moz-D8B63698.irccloud.com)
  989. # [14:16] * Joins: catlee (catlee@moz-A98F27BA.members.linode.com)
  990. # [14:16] * Joins: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP)
  991. # [14:16] <@roc> till: how would you use such an element?
  992. # [14:16] * Gijs is now known as IRCMonkey17017
  993. # [14:16] * Quits: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP) (Client exited)
  994. # [14:16] * Joins: blassey_mobile (uid2297@moz-C944F5EC.irccloud.com)
  995. # [14:16] * Joins: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP)
  996. # [14:17] * Fallen is now known as Fallen|away
  997. # [14:17] <till> maybe that can just be implemented as an optimization under the hood for canvas (i.e., lazy creation of a buffer upon first read access or when the drawing commands would take more memory than the buffer), but having an element where we could say "here's some stuff I want you to draw, and I don't need to read it back, ever" would perhaps enable more optimization potential
  998. # [14:17] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout: 100 seconds)
  999. # [14:18] * Joins: akeybl|ooto (uid11012@moz-C944F5EC.irccloud.com)
  1000. # [14:18] <till> maybe a layer wouldn't even have any explicit dimensions
  1001. # [14:18] * Joins: Peng (mnordhoff@moz-D5175E95.mattnordhoff.net)
  1002. # [14:18] * Joins: MMx (mmx@moz-1AFE3502.afthd.hg.tu-darmstadt.de)
  1003. # [14:18] * Joins: dolphinling (andrew@moz-80A1E448.uvm.edu)
  1004. # [14:18] * Joins: javaguirre (javaguirre@moz-33DB948.gigas.com)
  1005. # [14:18] * Joins: rillian (giles@moz-29D892D2.osuosl.org)
  1006. # [14:18] * Joins: paul (paul@B83752FC.8179037F.D9A96A0E.IP)
  1007. # [14:18] * Joins: derf (derf@moz-4168F490.net)
  1008. # [14:18] * Joins: Luqman (laden@moz-DCEF6040.csclub.uwaterloo.ca)
  1009. # [14:18] * Joins: alfredo (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1010. # [14:19] * Joins: cers (csonne@1CAA5893.FC4A3EAF.9A1B5FBB.IP)
  1011. # [14:19] <till> roc: it's basically a stack of drawing commands, that can then be applied to a canvas. If the backend determines that to work, the final drawing might just happen on the gpu instead of in main memory
  1012. # [14:19] <till> roc: does that make sense at all?
  1013. # [14:19] * Joins: ketas (ketas@135.216.191.90.dyn.estpak.ee)
  1014. # [14:19] * Joins: Leonard (Mibbit@moz-27ADCA5F.grenet.fr)
  1015. # [14:19] * Quits: cers (csonne@1CAA5893.FC4A3EAF.9A1B5FBB.IP) (Quit: Computer has gone to sleep.)
  1016. # [14:20] <@roc> not really :-). Why not just issue the drawing commands directly?
  1017. # [14:20] <till> heh :)
  1018. # [14:20] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1019. # [14:21] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1020. # [14:21] <till> so we have a display list that can contain an arbitrary amount of Graphics elements (which are similar to Canvas, but fully vector-based)
  1021. # [14:21] <till> we need to composite those, and want to redraw as few of them as possible, obviously
  1022. # [14:22] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1023. # [14:22] * Joins: hadleybeeman (uid7394@moz-D8B63698.irccloud.com)
  1024. # [14:22] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1025. # [14:23] * Joins: evilpie (uid7877@moz-C944F5EC.irccloud.com)
  1026. # [14:23] <till> without something like (or fulfilling the same role as) what I just described, we have to redraw all overlapping Graphics elements as soon as one of them changes. With layers, we'd just update the layer that actually changed, and the backend could do various different things
  1027. # [14:23] * Quits: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP) (Quit: need to get some fresh air)
  1028. # [14:24] <till> It might just update one texture if the other layers still exist on the gpu, or it might redraw some or all of them.
  1029. # [14:24] * Joins: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP)
  1030. # [14:25] * Joins: jaws (uid2871@moz-D8B63698.irccloud.com)
  1031. # [14:25] <till> Maybe what it boils down to is an element that is very similar to Canvas, but doesn't expose a buffer to read results back from
  1032. # [14:26] <@roc> when you say "read results back from" are you talking about getImageData?
  1033. # [14:26] <@roc> because you still need to draw the results of rendering one of these things somewhere
  1034. # [14:27] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1035. # [14:28] * Joins: gfritzsche (uid7586@moz-D8B63698.irccloud.com)
  1036. # [14:28] * Joins: cstipkovic (uid6805@moz-C944F5EC.irccloud.com)
  1037. # [14:28] <till> yes, that's what I mean
  1038. # [14:28] <till> and yes, sure. But that "somewhere" could just be the gpu, right?
  1039. # [14:28] * Joins: NimeshNeema (uid2689@moz-A588D045.irccloud.com)
  1040. # [14:29] * Joins: sid0 (uid2934@moz-A588D045.irccloud.com)
  1041. # [14:29] * Joins: janv_ (varga@8F54C722.EEBE6C9.FA2E5C2.IP)
  1042. # [14:29] * Quits: janv (varga@8F54C722.EEBE6C9.FA2E5C2.IP) (Ping timeout: 100 seconds)
  1043. # [14:30] <paul> join #mobile
  1044. # [14:30] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1045. # [14:30] <@roc> no
  1046. # [14:30] <@roc> just joking
  1047. # [14:30] <@roc> till: it sounds to me like you just want a canvas with slightly different performance characteristics
  1048. # [14:30] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout: 108 seconds)
  1049. # [14:30] <@roc> so that between frames we keep the contents on the GPU even if we can't render using the GPU directly
  1050. # [14:31] <till> well, yes*
  1051. # [14:31] <@roc> although, the truth is, we generally should be rendering with the GPU directly on as many platforms as possible
  1052. # [14:31] <till> pretty much, yes
  1053. # [14:31] <@roc> at least for canvas
  1054. # [14:31] <till> I agree
  1055. # [14:31] * Quits: mshal (mshal@moz-A514A42A.washdc.fios.verizon.net) (Ping timeout)
  1056. # [14:31] * Quits: nattokirai (nattokirai@moz-B6C1A844.tss.access-internet.ne.jp) (Quit: nattokirai)
  1057. # [14:32] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (Ping timeout)
  1058. # [14:32] * Joins: maxli (maxli@F2D29657.F60B0462.67AC9B1.IP)
  1059. # [14:32] <till> the other difference is that, ideally, we wouldn't have to specify the dimensions explicitly
  1060. # [14:32] * Joins: mshal (mshal@moz-A514A42A.washdc.fios.verizon.net)
  1061. # [14:32] <@roc> that's a bit too ideal
  1062. # [14:32] <@roc> :-)
  1063. # [14:32] <till> however, if we weren't ever creating a buffer in main memory anyway, changing the dimensions wouldn't matter too much, I guess
  1064. # [14:33] <till> heh
  1065. # [14:33] * Joins: ttaubert (uid2620@moz-C944F5EC.irccloud.com)
  1066. # [14:33] * Joins: biesi_ (uid8099@moz-D8B63698.irccloud.com)
  1067. # [14:33] * Quits: surkov (surkov@4F778CCB.95871A73.E17943EE.IP) (Quit: surkov)
  1068. # [14:33] * Quits: loadRPi (pi@moz-44290896.range86-166.btcentralplus.com) (Ping timeout)
  1069. # [14:33] * Joins: dolske|cloud_ (uid2681@moz-A588D045.irccloud.com)
  1070. # [14:34] * Joins: loadRPi (pi@moz-44290896.range86-166.btcentralplus.com)
  1071. # [14:34] * Joins: Manuela (Mibbit@601F3B17.33662590.A5830293.IP)
  1072. # [14:34] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  1073. # [14:34] <till> iiuc, IE integrates Flash into its D2D-based rendering pipeline in a way that is fairly similar to what I'm trying to explain
  1074. # [14:34] <@roc> really
  1075. # [14:34] <@roc> ?
  1076. # [14:35] * Joins: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1077. # [14:35] <@roc> Flash doesn't just produce a series of bitmaps?
  1078. # [14:35] <till> as in, they use D2D to draw Graphics elements, or at least to do the compositing
  1079. # [14:35] * Joins: nemo (nemo@moz-57FDFA.hsd1.md.comcast.net)
  1080. # [14:36] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  1081. # [14:36] * Quits: logbot (logbot@moz-58CB32ED.glob.com.au) (Client exited)
  1082. # [14:36] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (Ping timeout)
  1083. # [14:36] <till> they have their own customized version of the plugin (well, control, I suppose) that's deeply integrated into their rendering
  1084. # [14:36] * Quits: loadRPi (pi@moz-44290896.range86-166.btcentralplus.com) (Ping timeout: 106 seconds)
  1085. # [14:36] * Joins: ericjung (ericjung@moz-8AF1C332.partners.org)
  1086. # [14:37] * Joins: cers (csonne@1CAA5893.FC4A3EAF.9A1B5FBB.IP)
  1087. # [14:37] * till is trying to find details on that
  1088. # [14:37] * Joins: logbot (logbot@moz-58CB32ED.glob.com.au)
  1089. # [14:38] * Joins: dcamp (uid6663@moz-D8B63698.irccloud.com)
  1090. # [14:38] <hsivonen> is there a way to tell tbpl "keep loading back in time until you find a push by this user (me)"?
  1091. # [14:38] <jdm> nope
  1092. # [14:38] <Optimizer> you can see all pushes by you
  1093. # [14:38] * Joins: pdr|afk (uid7901@moz-A588D045.irccloud.com)
  1094. # [14:38] <hsivonen> jdm: :-(
  1095. # [14:39] <jdm> just keep pushing the green arrow and filtering with email=hsivonen@etc
  1096. # [14:39] * Joins: loadRPi (pi@moz-44290896.range86-166.btcentralplus.com)
  1097. # [14:39] <Optimizer> hsivonen: https://tbpl.mozilla.org/?tree=<tree>&pusher=<email>
  1098. # [14:39] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  1099. # [14:39] <jdm> that one
  1100. # [14:39] <hsivonen> Optimizer: requires me to click the green arrow a zillion times
  1101. # [14:39] <Optimizer> even that ?
  1102. # [14:39] <jdm> yep
  1103. # [14:39] <Optimizer> I meant
  1104. # [14:39] <Optimizer> you have so many pushes!
  1105. # [14:39] * Joins: trevorh (trevor@moz-356539A0.lns2.woo.bigpond.net.au)
  1106. # [14:40] <hsivonen> anyway, I found the push I wanted. just took a lot of clicks
  1107. # [14:41] <NeilAway> jfkthame: may have been a temporary thing because of the join "flood" ?
  1108. # [14:41] <hsivonen> gotta love it when a right fix would reveal too many random oranges and the only practical way forward is a slightly less correct fix that doesn't tickle the oranges
  1109. # [14:41] <jfkthame> NeilAway: yeah, maybe - seems fine again now
  1110. # [14:43] * Quits: ericjung (ericjung@moz-8AF1C332.partners.org) (Ping timeout)
  1111. # [14:43] <hsivonen> as in spec says "spin the event loop here" and if I do that, there's plenty of orange :-(
  1112. # [14:43] <hsivonen> even though we have this fiction that it's OK to spin the event loop between events, etc.
  1113. # [14:44] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1114. # [14:45] * Joins: dejan_ (dejan@moz-FE0A3460.duo.carnet.hr)
  1115. # [14:45] <till> roc: mmh, all I can find right now is http://blogs.adobe.com/flashplayer/2010/09/flash-player-square.html
  1116. # [14:46] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1117. # [14:46] <@bz> hsivonen: we could fix our broken-ass tests... :(
  1118. # [14:47] * kats|away is now known as kats
  1119. # [14:47] <till> mmh, but that's not it
  1120. # [14:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bc16dc2a866f - Jim Mathies - Bug 879454- Hide selection monocles during drags. r=mbrubeck
  1121. # [14:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c5c5cb384162 - Jim Mathies - Bug 869437 - Create individual selection overlays for chrome and content. r=mbrubeck
  1122. # [14:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6bb17ac2733d - Jim Mathies - Bug 879887 - Use caretPositionFromPoint when adjusting selection in text inputs. r=mbrubeck
  1123. # [14:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6aadcaa65d40 - Jim Mathies - Bug 788000 - Add support for chrome selection. r=mbrubeck
  1124. # [14:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/186cf0ac8efc - Jim Mathies - Bug 879883 - Split common selection code out into a prototype. r=mbrubeck
  1125. # [14:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b519589630b2 - Jim Mathies - Bug 879454 - Minor comment header touchups. r=mbrubeck
  1126. # [14:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9c39cd5ddbc5 - Jim Mathies - Bug 788000 - Add basic chrome selection tests. r=mbrubeck
  1127. # [14:48] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout: 101 seconds)
  1128. # [14:48] <hsivonen> bz: in finite time? :-(
  1129. # [14:48] <@bz> hsivonen: depends on how broken they are. :(
  1130. # [14:48] * pmoore is now known as pmoore|away
  1131. # [14:48] * Joins: felipe (uid2734@moz-C944F5EC.irccloud.com)
  1132. # [14:48] <@bz> hsivonen: at least get bugs filed?
  1133. # [14:49] <hsivonen> bz: I'll file a bug when I'm done
  1134. # [14:49] <bjacob> Did you guys know about this basic difference between our refcounting and WebKit's: our refcounted objects start with a refcount of 0, while WebKit's start with a refcount of 1. That means that when we use webkit-style refcounted objects, like in gfx/skia, new'ing and holding on to an object with a webkit-like refptr means we're leaking it.
  1135. # [14:49] * Quits: felipe (uid2734@moz-C944F5EC.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1136. # [14:49] * Quits: dejan_ (dejan@moz-FE0A3460.duo.carnet.hr) (sand.mozilla.org gravel.mozilla.org)
  1137. # [14:49] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (sand.mozilla.org gravel.mozilla.org)
  1138. # [14:49] * Quits: trevorh (trevor@moz-356539A0.lns2.woo.bigpond.net.au) (sand.mozilla.org gravel.mozilla.org)
  1139. # [14:49] * Quits: loadRPi (pi@moz-44290896.range86-166.btcentralplus.com) (sand.mozilla.org gravel.mozilla.org)
  1140. # [14:49] * Quits: pdr|afk (uid7901@moz-A588D045.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1141. # [14:49] * Quits: dcamp (uid6663@moz-D8B63698.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1142. # [14:49] * Quits: logbot (logbot@moz-58CB32ED.glob.com.au) (sand.mozilla.org gravel.mozilla.org)
  1143. # [14:49] * Quits: cers (csonne@1CAA5893.FC4A3EAF.9A1B5FBB.IP) (sand.mozilla.org gravel.mozilla.org)
  1144. # [14:49] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (sand.mozilla.org gravel.mozilla.org)
  1145. # [14:49] * Quits: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (sand.mozilla.org gravel.mozilla.org)
  1146. # [14:49] * Quits: Manuela (Mibbit@601F3B17.33662590.A5830293.IP) (sand.mozilla.org gravel.mozilla.org)
  1147. # [14:49] * Quits: dolske|cloud_ (uid2681@moz-A588D045.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1148. # [14:49] * Quits: biesi_ (uid8099@moz-D8B63698.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1149. # [14:49] * Quits: ttaubert (uid2620@moz-C944F5EC.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1150. # [14:49] * Quits: janv_ (varga@8F54C722.EEBE6C9.FA2E5C2.IP) (sand.mozilla.org gravel.mozilla.org)
  1151. # [14:49] * Quits: NimeshNeema (uid2689@moz-A588D045.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1152. # [14:49] * Quits: sid0 (uid2934@moz-A588D045.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1153. # [14:49] * Quits: gfritzsche (uid7586@moz-D8B63698.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1154. # [14:49] * Quits: cstipkovic (uid6805@moz-C944F5EC.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1155. # [14:49] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (sand.mozilla.org gravel.mozilla.org)
  1156. # [14:49] * Quits: jaws (uid2871@moz-D8B63698.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1157. # [14:49] * Quits: hadleybeeman (uid7394@moz-D8B63698.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1158. # [14:49] * Quits: evilpie (uid7877@moz-C944F5EC.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1159. # [14:49] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (sand.mozilla.org gravel.mozilla.org)
  1160. # [14:49] * Quits: ketas (ketas@135.216.191.90.dyn.estpak.ee) (sand.mozilla.org gravel.mozilla.org)
  1161. # [14:49] * Quits: rillian (giles@moz-29D892D2.osuosl.org) (sand.mozilla.org gravel.mozilla.org)
  1162. # [14:49] * Quits: paul (paul@B83752FC.8179037F.D9A96A0E.IP) (sand.mozilla.org gravel.mozilla.org)
  1163. # [14:49] * Quits: javaguirre (javaguirre@moz-33DB948.gigas.com) (sand.mozilla.org gravel.mozilla.org)
  1164. # [14:49] * Quits: MMx (mmx@moz-1AFE3502.afthd.hg.tu-darmstadt.de) (sand.mozilla.org gravel.mozilla.org)
  1165. # [14:49] * Quits: akeybl|ooto (uid11012@moz-C944F5EC.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1166. # [14:49] * Quits: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP) (sand.mozilla.org gravel.mozilla.org)
  1167. # [14:49] * Quits: blassey_mobile (uid2297@moz-C944F5EC.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1168. # [14:49] * Quits: mr_ie6 (uid2508@moz-A588D045.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1169. # [14:49] * Quits: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net) (sand.mozilla.org gravel.mozilla.org)
  1170. # [14:49] * Quits: vchang (Vincent@moz-99690620.hinet-ip.hinet.net) (sand.mozilla.org gravel.mozilla.org)
  1171. # [14:49] * Quits: Unfocused (uid2622@moz-D8B63698.irccloud.com) (sand.mozilla.org gravel.mozilla.org)
  1172. # [14:49] * Quits: padenot (paul@moz-63925F6.members.linode.com) (sand.mozilla.org gravel.mozilla.org)
  1173. # [14:49] * Quits: mmc (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net) (sand.mozilla.org gravel.mozilla.org)
  1174. # [14:49] * Quits: catlee (catlee@moz-A98F27BA.members.linode.com) (sand.mozilla.org gravel.mozilla.org)
  1175. # [14:49] * Quits: merike (merike@moz-F5B95BAF.cable.starman.ee) (sand.mozilla.org gravel.mozilla.org)
  1176. # [14:49] * Quits: IRCMonkey57794 (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (sand.mozilla.org gravel.mozilla.org)
  1177. # [14:49] * Quits: Pike (chatzilla@moz-FEB79523.pool.mediaways.net) (sand.mozilla.org gravel.mozilla.org)
  1178. # [14:49] * Quits: lsblakk (lsblakk@21373740.52B8005.D25A875A.IP) (sand.mozilla.org gravel.mozilla.org)
  1179. # [14:49] * Quits: paulproteus (quassel@rose.makesad.us) (sand.mozilla.org gravel.mozilla.org)
  1180. # [14:49] * Quits: Shadowized (Shadowized@moz-90971C79.trying.to.trac3.me) (sand.mozilla.org gravel.mozilla.org)
  1181. # [14:49] * Quits: sancus (sancus@moz-3A9162D.off.net) (sand.mozilla.org gravel.mozilla.org)
  1182. # [14:49] * Quits: halfie (halfie@moz-E6FB243E.compute-1.amazonaws.com) (sand.mozilla.org gravel.mozilla.org)
  1183. # [14:49] * Quits: blassey_ (blassey@moz-853FAB08.hsd1.ma.comcast.net) (sand.mozilla.org gravel.mozilla.org)
  1184. # [14:49] * Quits: mrbkap (mrbkap@moz-BE33DA21.fw1.sfo1.mozilla.net) (sand.mozilla.org gravel.mozilla.org)
  1185. # [14:49] * Quits: whimboo (whimboo@21373740.52B8005.D25A875A.IP) (sand.mozilla.org gravel.mozilla.org)
  1186. # [14:49] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (sand.mozilla.org gravel.mozilla.org)
  1187. # [14:49] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (sand.mozilla.org gravel.mozilla.org)
  1188. # [14:49] * Quits: reyre (rick@B2D8AB09.33EE9F8A.1139E686.IP) (sand.mozilla.org gravel.mozilla.org)
  1189. # [14:49] * Quits: @dolske (dolske@21373740.52B8005.D25A875A.IP) (sand.mozilla.org gravel.mozilla.org)
  1190. # [14:49] * Quits: jimm (jmathies@moz-864CAA4E.pn.at.cox.net) (sand.mozilla.org gravel.mozilla.org)
  1191. # [14:49] * Joins: rillian (giles@moz-29D892D2.osuosl.org)
  1192. # [14:49] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  1193. # [14:49] * Joins: mrbkap (mrbkap@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1194. # [14:49] * Joins: jimm (jmathies@moz-864CAA4E.pn.at.cox.net)
  1195. # [14:49] * Joins: zz_halfie (halfie@moz-E6FB243E.compute-1.amazonaws.com)
  1196. # [14:49] * Joins: blassey_ (blassey@moz-853FAB08.hsd1.ma.comcast.net)
  1197. # [14:49] * Joins: whimboo (whimboo@moz-DB4A9C19.scl3.mozilla.com)
  1198. # [14:49] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1199. # [14:49] * Joins: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com)
  1200. # [14:49] * Joins: reyre (rick@B2D8AB09.33EE9F8A.1139E686.IP)
  1201. # [14:49] * zz_halfie is now known as halfie
  1202. # [14:49] * Joins: mmc (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1203. # [14:49] * Joins: padenot (paul@moz-63925F6.members.linode.com)
  1204. # [14:49] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1205. # [14:50] * Joins: catlee (catlee@moz-A98F27BA.members.linode.com)
  1206. # [14:50] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  1207. # [14:50] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (Ping timeout)
  1208. # [14:51] <jdm> bjacob: D:
  1209. # [14:51] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (Ping timeout)
  1210. # [14:51] <jfkthame> bjacob: so webkit is following apple's obj-c/cocoa/etc pattern, aiui
  1211. # [14:51] <bjacob> jfkthame: ah
  1212. # [14:51] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  1213. # [14:52] * Joins: vchang (Vincent@moz-99690620.hinet-ip.hinet.net)
  1214. # [14:52] <jfkthame> i.e. create (and copy) methods add a reference, so the caller is responsible to release it
  1215. # [14:52] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1216. # [14:52] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1217. # [14:52] * Joins: cers (csonne@1CAA5893.FC4A3EAF.9A1B5FBB.IP)
  1218. # [14:52] <bjacob> given that difference, i am not so sure that it is a good idea for MFBT's RefCounted to expose a compatibility-with-WebKit api
  1219. # [14:52] * Joins: Unfocused (uid2622@moz-D8B63698.irccloud.com)
  1220. # [14:52] * Joins: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
  1221. # [14:52] * Joins: akeybl|ooto (uid11012@moz-C944F5EC.irccloud.com)
  1222. # [14:52] * Joins: logbot (logbot@moz-58CB32ED.glob.com.au)
  1223. # [14:52] * Joins: Shadowized (Shadowized@moz-90971C79.trying.to.trac3.me)
  1224. # [14:52] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1225. # [14:52] <jfkthame> i'd argue we should explicitly make it impossible to mix our refptrs with theirs
  1226. # [14:53] * Joins: paul (paul@B83752FC.8179037F.D9A96A0E.IP)
  1227. # [14:53] * Joins: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1228. # [14:53] * Joins: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com)
  1229. # [14:53] <bjacob> jfkthame: what bugs me is one can't just use RefPtr's to hold on to objects that one created, instead one needs to use a "AutoTUnref" separate pointer class for that
  1230. # [14:53] * Joins: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net)
  1231. # [14:53] * Joins: blassey_mobile (uid2297@moz-C944F5EC.irccloud.com)
  1232. # [14:53] * Joins: gfritzsche (uid7586@moz-D8B63698.irccloud.com)
  1233. # [14:53] <bjacob> jfkthame: i agree!!
  1234. # [14:53] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1235. # [14:53] <bjacob> i'll file a MFBT bug
  1236. # [14:53] * Joins: sid0 (uid2934@moz-A588D045.irccloud.com)
  1237. # [14:53] * Joins: cstipkovic (uid6805@moz-C944F5EC.irccloud.com)
  1238. # [14:53] * Joins: trevorh (trevor@moz-356539A0.lns2.woo.bigpond.net.au)
  1239. # [14:54] * Joins: Manuela (Mibbit@601F3B17.33662590.A5830293.IP)
  1240. # [14:54] * Joins: MMx (mmx@moz-1AFE3502.afthd.hg.tu-darmstadt.de)
  1241. # [14:54] * Joins: javaguirre (javaguirre@moz-33DB948.gigas.com)
  1242. # [14:54] * Joins: loadRPi (pi@moz-44290896.range86-166.btcentralplus.com)
  1243. # [14:54] * Joins: dolske (dolske@21373740.52B8005.D25A875A.IP)
  1244. # [14:54] * ChanServ sets mode: +o dolske
  1245. # [14:55] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  1246. # [14:55] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1247. # [14:55] * Joins: merike|away (merike@moz-F5B95BAF.cable.starman.ee)
  1248. # [14:55] * merike|away is now known as merike
  1249. # [14:55] * Joins: pnkfelix|rcirc (pnkfelix@moz-43495417.fbx.proxad.net)
  1250. # [14:55] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  1251. # [14:56] * IRCMonkey17017 is now known as Gijs
  1252. # [14:56] * Joins: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net)
  1253. # [14:57] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  1254. # [14:58] * Joins: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP)
  1255. # [14:59] * Joins: ketas (ketas@135.216.191.90.dyn.estpak.ee)
  1256. # [14:59] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1257. # [14:59] * Joins: Pike (chatzilla@moz-FEB79523.pool.mediaways.net)
  1258. # [15:00] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1259. # [15:02] * Joins: andreasn (andreasn@moz-CD5E6BB8.nomad.chalmers.se)
  1260. # [15:03] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1261. # [15:03] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  1262. # [15:03] * Joins: biesi_ (uid8099@moz-D8B63698.irccloud.com)
  1263. # [15:03] * Joins: mr_ie6 (uid2508@moz-A588D045.irccloud.com)
  1264. # [15:03] * Joins: NimeshNeema (uid2689@moz-A588D045.irccloud.com)
  1265. # [15:03] * rail_away is now known as rail
  1266. # [15:05] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout: 104 seconds)
  1267. # [15:05] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1268. # [15:05] * kats is now known as kats|away
  1269. # [15:06] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (concrete2.mozilla.org gravel.mozilla.org)
  1270. # [15:06] * Quits: NimeshNeema (uid2689@moz-A588D045.irccloud.com) (concrete2.mozilla.org gravel.mozilla.org)
  1271. # [15:06] * Quits: mr_ie6 (uid2508@moz-A588D045.irccloud.com) (concrete2.mozilla.org gravel.mozilla.org)
  1272. # [15:06] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (concrete2.mozilla.org gravel.mozilla.org)
  1273. # [15:06] * Quits: biesi_ (uid8099@moz-D8B63698.irccloud.com) (concrete2.mozilla.org gravel.mozilla.org)
  1274. # [15:06] * Quits: andreasn (andreasn@moz-CD5E6BB8.nomad.chalmers.se) (concrete2.mozilla.org gravel.mozilla.org)
  1275. # [15:06] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (concrete2.mozilla.org gravel.mozilla.org)
  1276. # [15:06] * Quits: Pike (chatzilla@moz-FEB79523.pool.mediaways.net) (concrete2.mozilla.org gravel.mozilla.org)
  1277. # [15:06] * Quits: ketas (ketas@135.216.191.90.dyn.estpak.ee) (concrete2.mozilla.org gravel.mozilla.org)
  1278. # [15:06] * Quits: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP) (concrete2.mozilla.org gravel.mozilla.org)
  1279. # [15:06] * Quits: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net) (concrete2.mozilla.org gravel.mozilla.org)
  1280. # [15:06] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (concrete2.mozilla.org gravel.mozilla.org)
  1281. # [15:06] * Quits: pnkfelix|rcirc (pnkfelix@moz-43495417.fbx.proxad.net) (concrete2.mozilla.org gravel.mozilla.org)
  1282. # [15:06] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (concrete2.mozilla.org gravel.mozilla.org)
  1283. # [15:06] * Quits: merike (merike@moz-F5B95BAF.cable.starman.ee) (concrete2.mozilla.org gravel.mozilla.org)
  1284. # [15:06] * Quits: @dolske (dolske@21373740.52B8005.D25A875A.IP) (concrete2.mozilla.org gravel.mozilla.org)
  1285. # [15:06] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  1286. # [15:06] * Joins: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net)
  1287. # [15:06] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  1288. # [15:07] * Quits: imsurit (chatzilla@BA749EFB.62F9668C.1A5E31FF.IP) (Ping timeout)
  1289. # [15:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6e264b512357 - Ehsan Akhgari - Bug 883010 - Part 2: Don't bombard the main thread with MSG update messages which are not going to result in any actual work; r=roc
  1290. # [15:07] * whimboo is now known as whimboo|afk
  1291. # [15:08] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  1292. # [15:08] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1293. # [15:09] * Joins: andreasn (andreasn@moz-CD5E6BB8.nomad.chalmers.se)
  1294. # [15:09] * Joins: Pike (chatzilla@moz-FEB79523.pool.mediaways.net)
  1295. # [15:09] * Joins: mr_ie6 (uid2508@moz-A588D045.irccloud.com)
  1296. # [15:09] * Joins: imsurit (chatzilla@BA749EFB.62F9668C.1A5E31FF.IP)
  1297. # [15:09] <Gijs> hsivonen: you know about hg log -k, right?
  1298. # [15:09] * Joins: biesi_ (uid8099@moz-D8B63698.irccloud.com)
  1299. # [15:09] * Quits: John_ (chatzilla@moz-4E6E119C.static.tpgi.com.au) (Ping timeout)
  1300. # [15:10] * Joins: dejan_ (dejan@moz-FE0A3460.duo.carnet.hr)
  1301. # [15:10] * Joins: NimeshNeema (uid2689@moz-A588D045.irccloud.com)
  1302. # [15:11] * mr_ie6 is now known as fhd
  1303. # [15:11] * jmaher|afk is now known as jmaher
  1304. # [15:13] * Joins: AaronMT (AaronMT@moz-9742BA59.cpe.net.cable.rogers.com)
  1305. # [15:14] <@roc> I think you just want to wrap Webkit's creation methods with already_AddRefed
  1306. # [15:14] * Parts: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1307. # [15:15] <@roc> actually I thought they returned a PassRefPtr or something like that already
  1308. # [15:15] <@bz> So is PassRefPtr basically just something that says "somewhere up the stack we're holding a ref to this"?
  1309. # [15:16] * Joins: Matti (Matti@moz-6795253A.dip0.t-ipconnect.de)
  1310. # [15:16] * Joins: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com)
  1311. # [15:16] * Joins: merike (merike@moz-F5B95BAF.cable.starman.ee)
  1312. # [15:16] * Joins: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1313. # [15:17] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1314. # [15:17] <@roc> no I think it's more like already_AddRefed
  1315. # [15:17] * dolske is now known as IRCMonkey36089
  1316. # [15:17] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1317. # [15:18] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  1318. # [15:18] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1319. # [15:18] * Joins: dcamp (uid6663@moz-D8B63698.irccloud.com)
  1320. # [15:18] * Joins: ttaubert (uid2620@moz-C944F5EC.irccloud.com)
  1321. # [15:18] * Quits: imsurit (chatzilla@BA749EFB.62F9668C.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130612084701])
  1322. # [15:20] * Quits: cervantes (cervantes@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1323. # [15:20] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1324. # [15:20] * rail is now known as rail_away
  1325. # [15:20] * Joins: AndChat|479316 (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net)
  1326. # [15:21] * Quits: AndChat|479316 (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net) (Quit: Bye)
  1327. # [15:21] * Joins: AndChat|479316 (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net)
  1328. # [15:21] * Joins: ketas (ketas@135.216.191.90.dyn.estpak.ee)
  1329. # [15:21] * Joins: rednaks (rednaks@470EEEF6.803B75C0.3EBBD38C.IP)
  1330. # [15:22] * Quits: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Client exited)
  1331. # [15:22] * Quits: AndChat|479316 (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net) (Quit: Bye)
  1332. # [15:22] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1333. # [15:22] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Ping timeout)
  1334. # [15:22] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1335. # [15:23] * Joins: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1336. # [15:23] <AndreeaMatei> hi jimm, are you around?
  1337. # [15:23] * Joins: hadleybeeman (uid7394@moz-D8B63698.irccloud.com)
  1338. # [15:23] * Joins: pdr|afk (uid7901@moz-A588D045.irccloud.com)
  1339. # [15:24] * Joins: dolske|cloud_ (uid2681@moz-A588D045.irccloud.com)
  1340. # [15:24] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  1341. # [15:24] * zz_jchen is now known as jchen
  1342. # [15:24] <marcoz> ted: Good morning! Ping?
  1343. # [15:24] * pmoore|away is now known as pmoore
  1344. # [15:25] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1345. # [15:25] * Joins: jaws (uid2871@moz-D8B63698.irccloud.com)
  1346. # [15:26] <@ted> marcoz: pong
  1347. # [15:27] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1348. # [15:27] <marcoz> ted: Hi! Any chance you can review the build changes in the patch for bug 876475 anytime soon?
  1349. # [15:27] <@ted> yes, i can do that
  1350. # [15:28] <@ted> i'll go do some reviews now
  1351. # [15:28] <marcoz> ted: Cool thanks! :)
  1352. # [15:28] <@ted> np
  1353. # [15:28] * Joins: evilpie (uid7877@moz-C944F5EC.irccloud.com)
  1354. # [15:28] * Joins: felipe (uid2734@moz-C944F5EC.irccloud.com)
  1355. # [15:29] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  1356. # [15:29] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1357. # [15:30] <hsivonen> Gijs: no, I don't know about hg log -k
  1358. # [15:31] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Ping timeout)
  1359. # [15:31] <hsivonen> Gijs: that doesn't help me with tbpl does it?
  1360. # [15:31] <Gijs> hsivonen: you can do a search through hg log messages. So if you know what bug # you want, you can essentially do: hg log -k 123456 -l1
  1361. # [15:31] <Gijs> hsivonen: and then use the revision ID you've gotten to use the &rev= switch with TBPL.
  1362. # [15:32] <hsivonen> Gijs: typically the stuff I want on TBPL is an emphemeral revision whose id got changed because I already manipulated MQ
  1363. # [15:32] <Gijs> well, if it's in TBPL you've pushed it, so presumably you can pull it.
  1364. # [15:32] <Gijs> those revision IDs should match.
  1365. # [15:32] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1366. # [15:32] * Gijs isn't sure what you mean by "ephemeral revision" here.
  1367. # [15:32] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  1368. # [15:32] <hsivonen> Gijs: good point. not sure it's a good idea to pull the try repo, though. I expect it to be huge.
  1369. # [15:33] <hsivonen> Gijs: revision that no longer exists locally with that ID, because it was an MQ-based rev
  1370. # [15:33] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Ping timeout)
  1371. # [15:33] <@ted> heh
  1372. # [15:33] <Gijs> hsivonen: OK, that makes sense. But for try pushes, don't you get an email with the revision? :)
  1373. # [15:33] <Gijs> (I do!)
  1374. # [15:33] <@ted> hsivonen: you can query tbpl/pushlog by user
  1375. # [15:34] <hsivonen> ted: but then I need to click the green arrow a zillion times. I'm trying to find out if there's a way that doesn't involve clicking the green arrow a zillion times
  1376. # [15:34] * Joins: system64 (iakshay@DF1E4059.83885371.1228A288.IP)
  1377. # [15:34] * Joins: spohl (Adium@moz-72808F94.static.hvvc.us)
  1378. # [15:34] <hsivonen> Gijs: try email was way too chatty, so I have a filter to autodelete try email
  1379. # [15:34] <@ted> https://hg.mozilla.org/try/pushloghtml?user=hsivonen@iki.fi
  1380. # [15:34] * Quits: cdiehl (cdiehl@moz-170E4054.mc.videotron.ca) (Ping timeout)
  1381. # [15:34] <@ted> hsivonen: just query pushlog directly
  1382. # [15:35] * Joins: cdiehl (cdiehl@moz-170E4054.mc.videotron.ca)
  1383. # [15:35] <@ted> that's all your pushes to try since the last time it was reset
  1384. # [15:35] * Joins: tzimmermann (tzimmerman@moz-6A8F857E.pools.arcor-ip.net)
  1385. # [15:35] <hsivonen> ted: ooh. thank you!
  1386. # [15:35] <@ted> np
  1387. # [15:35] <@ted> i don't know why tbpl doesn't present something similar when you query by user
  1388. # [15:35] <jfkthame> hsivonen: try used to send lots of email by default, but nowadays it just sends one message with the revision / tbpl link, so you might want to reconsider your filter
  1389. # [15:36] * Joins: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net)
  1390. # [15:36] <Gijs> hsivonen: I have a filter to auto-label, archive, and mark as read - but don't delete. :)
  1391. # [15:36] <hsivonen> jfkthame: ok
  1392. # [15:36] <Gijs> And yeah, it's just one email per push.
  1393. # [15:36] <@ted> also that, yeah
  1394. # [15:36] <Gijs> Also, that's sort of funny.
  1395. # [15:36] <sfink> I wrote a patch quite a while back that makes tbpl do the right thing (as in, if you are filtering by user, then load the last k pushes by that user), but it required some tbpl restructuring to be clean that I never had the time for (and tbpl2 dissuaded me from pursuing)
  1396. # [15:37] <Gijs> I remember being a little weirded out when I only got 1 email per push, a couple of months ago (I hadn't used try in a long time)
  1397. # [15:37] <sfink> I still have a local tbpl that I use whenever I really need the functionality (except I don't keep its DB up to date, so I always have to wait for it to load in the last week or three anyway)
  1398. # [15:37] <jfkthame> you can still request all email if you really want it, i believe
  1399. # [15:37] * philor|away is now known as philor
  1400. # [15:37] <Gijs> jfkthame: I don't really, this is fine. :)
  1401. # [15:37] <sfink> bug 792268
  1402. # [15:38] * Joins: glob (glob@moz-DF237567.glob.com.au)
  1403. # [15:39] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  1404. # [15:39] * Joins: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP)
  1405. # [15:39] * Quits: andreasn (andreasn@moz-CD5E6BB8.nomad.chalmers.se) (Quit: Ex-Chat)
  1406. # [15:39] * Quits: markh1 (Instantbir@moz-F12BC886.bjzv3.vic.bigpond.net.au) (Ping timeout)
  1407. # [15:39] * Joins: andreasn (andreasn@moz-CD5E6BB8.nomad.chalmers.se)
  1408. # [15:39] * Joins: twi1 (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  1409. # [15:39] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1410. # [15:39] * ChanServ sets mode: +o ehsan
  1411. # [15:39] * Joins: shorlander (shorlander@moz-D8631F16.dhcp.insightbb.com)
  1412. # [15:40] * Joins: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP)
  1413. # [15:40] * Quits: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Ping timeout)
  1414. # [15:40] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Ping timeout)
  1415. # [15:43] * Joins: pnkfelix|rcirc (pnkfelix@moz-43495417.fbx.proxad.net)
  1416. # [15:43] * kats|away is now known as kats
  1417. # [15:43] * MrDHat|afk is now known as MrDHat
  1418. # [15:43] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1419. # [15:43] * Joins: mak (chatzilla@moz-1BBF5651.retail.telecomitalia.it)
  1420. # [15:44] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1421. # [15:44] * Quits: shorlander (shorlander@moz-D8631F16.dhcp.insightbb.com) (Input/output error)
  1422. # [15:44] * Joins: shorlander (shorlander@moz-D8631F16.dhcp.insightbb.com)
  1423. # [15:45] * Joins: gcp_ (gcp@moz-9CEB1C98.access.telenet.be)
  1424. # [15:46] * Quits: gcp_ (gcp@moz-9CEB1C98.access.telenet.be) (Input/output error)
  1425. # [15:46] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1426. # [15:46] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1427. # [15:47] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1428. # [15:48] * Joins: yzen (yzen@C8A3A5EA.A6295926.9D42CF23.IP)
  1429. # [15:48] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1430. # [15:49] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1431. # [15:49] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  1432. # [15:50] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  1433. # [15:50] * catlee is now known as catlee-afk
  1434. # [15:50] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1435. # [15:50] * Quits: yzen (yzen@C8A3A5EA.A6295926.9D42CF23.IP) (Ping timeout)
  1436. # [15:51] <edmorley> hsivonen: the emails were quietened down over 18 months ago
  1437. # [15:51] <hsivonen> edmorley: ok
  1438. # [15:51] <edmorley> a shining example of how if things aren't implemented correctly from the outset they'll be ignored forever more... :-)
  1439. # [15:52] <edmorley> (another example being the android tests; albeit that's finally turning around perception-wise now)
  1440. # [15:52] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1441. # [15:52] * Joins: ericjung (ericjung@moz-8AF1C332.partners.org)
  1442. # [15:53] * Joins: ffledgling (anhad@9B9315E1.A6025CA.1C37C358.IP)
  1443. # [15:53] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  1444. # [15:54] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  1445. # [15:55] * Quits: rednaks (rednaks@470EEEF6.803B75C0.3EBBD38C.IP) (Ping timeout)
  1446. # [15:55] * Joins: coop (Chris@moz-CBE19A51.dsl.bell.ca)
  1447. # [15:55] * Joins: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw)
  1448. # [15:55] * Parts: Leonard (Mibbit@moz-27ADCA5F.grenet.fr)
  1449. # [15:56] * Joins: RyanVM (Thunderbir@2557E599.66715431.D25A875A.IP)
  1450. # [15:56] * Joins: gustavold (gustavold@E3CDD417.C185DE05.C7EA744A.IP)
  1451. # [15:58] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  1452. # [15:59] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1453. # [16:01] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1454. # [16:02] <@roc> I hate it when I request Aurora approval for a patch which I confidently assert is "low risk" and then it fails tests
  1455. # [16:02] * coop is now known as coop|mtg
  1456. # [16:03] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  1457. # [16:03] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1458. # [16:04] * Joins: imsurit (chatzilla@BA749EFB.62F9668C.1A5E31FF.IP)
  1459. # [16:04] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1460. # [16:05] * khuey|away is now known as khuey
  1461. # [16:06] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1462. # [16:06] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1463. # [16:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5aea44ac54ce - Masatoshi Kimura - Bug 882624 - Remove "URL Protocol" from FirefoxURL key. r=bbondy
  1464. # [16:08] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1465. # [16:10] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  1466. # [16:10] * ChanServ sets mode: +o dbaron
  1467. # [16:11] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1468. # [16:11] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1469. # [16:11] * Quits: cdiehl (cdiehl@moz-170E4054.mc.videotron.ca) (Ping timeout)
  1470. # [16:15] * ctalbert|afk is now known as ctalbert
  1471. # [16:16] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1472. # [16:17] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1473. # [16:18] * Quits: imsurit (chatzilla@BA749EFB.62F9668C.1A5E31FF.IP) (Ping timeout)
  1474. # [16:19] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1475. # [16:19] * Joins: cdiehl (cdiehl@moz-170E4054.mc.videotron.ca)
  1476. # [16:20] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  1477. # [16:21] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  1478. # [16:21] * rail_away is now known as rail
  1479. # [16:21] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1480. # [16:21] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1481. # [16:22] * Quits: system64 (iakshay@DF1E4059.83885371.1228A288.IP) (Quit: Computer has gone to sleep.)
  1482. # [16:22] * Joins: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP)
  1483. # [16:24] <dchan> who should I talk to about a possible amo server configuration bug?
  1484. # [16:25] <mconnor> dchan: I'd assume webops would be point on that
  1485. # [16:25] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1486. # [16:25] <dchan> mconnor: thanks
  1487. # [16:26] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1488. # [16:29] * Joins: system64 (iakshay@DF1E4059.83885371.1228A288.IP)
  1489. # [16:30] * Quits: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com) (Quit: sheppy)
  1490. # [16:31] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1491. # [16:31] * akeybl|ooto is now known as akeybl
  1492. # [16:32] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1493. # [16:34] * Joins: jryans (jryans@moz-945C5CA4.massrel.com)
  1494. # [16:34] <RyanVM> roc :(
  1495. # [16:36] * Quits: jhk (Jignesh@F1D06D1D.9938D3BE.CA052C06.IP) (Ping timeout)
  1496. # [16:36] * Quits: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1497. # [16:37] * Joins: jhk (Jignesh@F1D06D1D.9938D3BE.CA052C06.IP)
  1498. # [16:38] * Joins: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net)
  1499. # [16:40] * jcranmer|away is now known as jcranmer
  1500. # [16:41] * Joins: jre (chatzilla@moz-43E73578.greenbytes.de)
  1501. # [16:41] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  1502. # [16:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/95d757b44adc - Dan Gohman - Bug 883571 - Since label() calls spew, call it once and reuse the result instead of calling it multiple times. r=mrosenberg
  1503. # [16:42] * Quits: cers (csonne@1CAA5893.FC4A3EAF.9A1B5FBB.IP) (Quit: Computer has gone to sleep.)
  1504. # [16:43] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1505. # [16:44] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  1506. # [16:45] <karolyi> can anyone help me to create a valid cert_override.txt record?
  1507. # [16:46] <karolyi> it seems that the last parameter at the end of the lines is a really hard to gess one
  1508. # [16:46] <karolyi> *guess
  1509. # [16:48] * Joins: JosiahOne (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net)
  1510. # [16:48] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1511. # [16:48] * Joins: arky (arky@88665D2D.53BA259D.FA662B63.IP)
  1512. # [16:49] * Joins: imsurit (chatzilla@BA749EFB.62F9668C.1A5E31FF.IP)
  1513. # [16:53] * Quits: imsurit (chatzilla@BA749EFB.62F9668C.1A5E31FF.IP) (Ping timeout)
  1514. # [16:53] * Quits: system64 (iakshay@DF1E4059.83885371.1228A288.IP) (Quit: Computer has gone to sleep.)
  1515. # [16:54] * Joins: imsurit (chatzilla@BA749EFB.62F9668C.1A5E31FF.IP)
  1516. # [16:55] <Yoric> hsivonen: For a crash in dom/workers/XMLHttpRequest.cpp, would you be a good interlocutor?
  1517. # [16:55] * Quits: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1518. # [16:55] <@bz> Yoric: you want bent, I would think
  1519. # [16:55] <Yoric> Ok, tanks
  1520. # [16:55] <Yoric> !seen bent
  1521. # [16:55] <firebot> bent was last seen 2 days, 17 hours, 58 minutes and 22 seconds ago, saying 'i'm fine with not crashing as long as we actually handle the error ;)' in #b2g.
  1522. # [16:55] * Joins: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net)
  1523. # [16:55] <karolyi> anyone ?
  1524. # [16:56] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  1525. # [16:56] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  1526. # [16:57] * Joins: rednaks (rednaks@moz-3CECF29E.ip-142-4-210.net)
  1527. # [16:58] * Joins: jdm_ (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1528. # [16:58] * Quits: jdm (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Input/output error)
  1529. # [16:58] * Quits: gsvelto (gsvelto@moz-3EAF8FD9.clienti.tiscali.it) (Quit: Leaving)
  1530. # [16:59] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1531. # [16:59] * Joins: gsvelto (gsvelto@moz-3EAF8FD9.clienti.tiscali.it)
  1532. # [16:59] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  1533. # [17:00] * Joins: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net)
  1534. # [17:00] * IRCMonkey36089 is now known as dolske
  1535. # [17:01] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  1536. # [17:01] * dolske is now known as IRCMonkey7836
  1537. # [17:01] * Joins: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  1538. # [17:01] * Quits: IRCMonkey7836 (dolske@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  1539. # [17:02] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  1540. # [17:02] * Joins: dolske_ (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1541. # [17:03] * Joins: system64 (iakshay@DF1E4059.83885371.1228A288.IP)
  1542. # [17:03] * Quits: system64 (iakshay@DF1E4059.83885371.1228A288.IP) (Client exited)
  1543. # [17:03] * Quits: jryans (jryans@moz-945C5CA4.massrel.com) (Quit: Be back later)
  1544. # [17:04] * Joins: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com)
  1545. # [17:04] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1546. # [17:04] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1547. # [17:04] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1548. # [17:06] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  1549. # [17:07] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  1550. # [17:08] * simone is now known as simone|away
  1551. # [17:10] * Quits: ericjung (ericjung@moz-8AF1C332.partners.org) (Ping timeout)
  1552. # [17:11] * coop|mtg is now known as coop|afk
  1553. # [17:14] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1554. # [17:14] * dolske_ is now known as dolske
  1555. # [17:15] * Quits: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  1556. # [17:15] * Joins: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1557. # [17:15] * ChanServ sets mode: +o dolske
  1558. # [17:15] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1559. # [17:15] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  1560. # [17:16] * Joins: Optimizer (Optimizer@EDDA4A3.71187421.BE90E62C.IP)
  1561. # [17:17] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1562. # [17:18] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  1563. # [17:19] * Quits: Optimizer (Optimizer@EDDA4A3.71187421.BE90E62C.IP) (Ping timeout)
  1564. # [17:19] * Joins: Optimizer (Optimizer@BB9FCDFC.A4622784.BE90E62C.IP)
  1565. # [17:19] * Quits: simonab (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1566. # [17:20] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
  1567. # [17:20] * Joins: KWierso (chatzilla@2557E599.66715431.D25A875A.IP)
  1568. # [17:21] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  1569. # [17:22] * catlee-afk is now known as catlee
  1570. # [17:23] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1571. # [17:23] * mak is now known as mak|afk
  1572. # [17:26] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  1573. # [17:26] * Quits: rednaks (rednaks@moz-3CECF29E.ip-142-4-210.net) (Ping timeout)
  1574. # [17:26] * Joins: sotaro (sikeda@F2D29657.F60B0462.67AC9B1.IP)
  1575. # [17:27] * Joins: SDUP (chatzilla@moz-61084789.w92-139.abo.wanadoo.fr)
  1576. # [17:28] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1577. # [17:28] * jimm is now known as jimm-lunch
  1578. # [17:28] * Quits: Optimizer (Optimizer@BB9FCDFC.A4622784.BE90E62C.IP) (Ping timeout)
  1579. # [17:28] * btm_away is now known as btm_lr
  1580. # [17:31] <firebot> Check-in:
  1581. # [17:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/07708c9fc5ef - Ehsan Akhgari - Bug 883010 - Part 1: Optimize MediaStreamGraphImpl::UpdateStreamOrder in order to optimize away how much time we spend on it in every iteration of the MSG; r=roc
  1582. # [17:32] * Joins: Optimizer (Optimizer@5BD724E.D2C5E8E0.D2D1FAF0.IP)
  1583. # [17:33] * catlee is now known as catlee-mtg
  1584. # [17:33] * Joins: mixedpuppy (mixedpuppy@moz-E19CF4F1.beyondbb.com)
  1585. # [17:34] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1586. # [17:35] * Quits: mixedpuppy (mixedpuppy@moz-E19CF4F1.beyondbb.com) (Quit: mixedpuppy)
  1587. # [17:35] * Joins: mixedpuppy (mixedpuppy@moz-E19CF4F1.beyondbb.com)
  1588. # [17:35] * Joins: rednaks (rednaks@470EEEF6.803B75C0.3EBBD38C.IP)
  1589. # [17:37] * Quits: SDUP (chatzilla@moz-61084789.w92-139.abo.wanadoo.fr) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  1590. # [17:37] * Quits: KWierso (chatzilla@2557E599.66715431.D25A875A.IP) (Client exited)
  1591. # [17:38] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  1592. # [17:38] * Joins: AndChat|479316 (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net)
  1593. # [17:38] * Quits: JosiahOne (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net) (Connection reset by peer)
  1594. # [17:38] * Joins: KWierso (chatzilla@2557E599.66715431.D25A875A.IP)
  1595. # [17:39] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1596. # [17:39] * AndChat|479316 is now known as JosiahOne
  1597. # [17:40] * Quits: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net) (Quit: sheeri)
  1598. # [17:40] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1599. # [17:41] * Quits: rednaks (rednaks@470EEEF6.803B75C0.3EBBD38C.IP) (Quit: Téléportation !)
  1600. # [17:41] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Quit: Leaving)
  1601. # [17:41] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1602. # [17:42] * Joins: rexem (rexem@moz-832AC6E3.hsd1.nh.comcast.net)
  1603. # [17:42] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1604. # [17:42] * Joins: KWierso_ (chatzilla@43CB6079.66715431.D25A875A.IP)
  1605. # [17:42] * Quits: KWierso (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1606. # [17:43] * KWierso_ is now known as KWierso
  1607. # [17:43] * philor is now known as philor|away
  1608. # [17:45] * Quits: KWierso (chatzilla@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  1609. # [17:45] * Joins: KWierso (chatzilla@2557E599.66715431.D25A875A.IP)
  1610. # [17:48] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1611. # [17:49] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  1612. # [17:49] * Joins: KWierso_ (chatzilla@2557E599.66715431.D25A875A.IP)
  1613. # [17:50] <Yoric> That's weird.
  1614. # [17:50] * Quits: KWierso (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1615. # [17:50] * KWierso_ is now known as KWierso
  1616. # [17:50] * Quits: jre (chatzilla@moz-43E73578.greenbytes.de) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  1617. # [17:50] <Yoric> It seems that in some (chrome worker) contexts, I can XHR to a resource:// uri but in others, I can't XHR to the same uri.
  1618. # [17:50] * Quits: Manuela (Mibbit@601F3B17.33662590.A5830293.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1619. # [17:50] <ericjung> how can i search comments only on mxr?
  1620. # [17:50] * Quits: AndreeaMatei (Thunderbir@601F3B17.33662590.A5830293.IP) (Client exited)
  1621. # [17:51] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  1622. # [17:51] * Joins: ialagenchev (Adium@2557E599.66715431.D25A875A.IP)
  1623. # [17:51] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  1624. # [17:51] * Parts: knelson (Adium@2557E599.66715431.D25A875A.IP)
  1625. # [17:51] * Joins: kdcw (kdcw@moz-F7413045.pk.shawcable.net)
  1626. # [17:52] * Yoric should probably breakpoint on XHR.
  1627. # [17:52] * dougt|pto is now known as dougt
  1628. # [17:53] <Gijs> ericjung: I don't believe that's an option. :(
  1629. # [17:53] <ericjung> Gijs: right well, i was hoping someone might have devised a reg exp
  1630. # [17:54] * Quits: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net) (Quit: Edgar)
  1631. # [17:54] * Quits: gsvelto (gsvelto@moz-3EAF8FD9.clienti.tiscali.it) (Connection reset by peer)
  1632. # [17:54] * Quits: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1633. # [17:54] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1634. # [17:54] * ChanServ sets mode: +o khuey
  1635. # [17:55] <karolyi> can anyone help me to create a valid cert_override.txt record? it seems that the last parameter at the end of the lines is a really hard to guess one
  1636. # [17:56] * Quits: annevk (annevk@moz-45B5FB30.kyotnt01.ap.so-net.ne.jp) (Input/output error)
  1637. # [17:57] * btm_lr is now known as btm_home
  1638. # [17:57] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  1639. # [17:58] * Joins: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net)
  1640. # [17:58] * Joins: retrecal (retrecal__@moz-31CD4929.lightspeed.sntcca.sbcglobal.net)
  1641. # [17:58] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  1642. # [17:58] * Quits: Edgar (Thunderbir@moz-9BD6E278.dynamic.hinet.net) (Quit: Edgar)
  1643. # [17:58] * Quits: jdm_ (jdm@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Lost terminal)
  1644. # [17:58] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: leaving)
  1645. # [17:59] * Quits: chmanchester|afk (user@moz-962996C5.seas.upenn.edu) (Input/output error)
  1646. # [17:59] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1647. # [17:59] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  1648. # [17:59] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1649. # [18:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/459376ae11c7 - Max Li - Bug 876475 - Make braille output less verbose. r=eeejay r=kats r=ted
  1650. # [18:01] * Quits: schien (anonymous@moz-12E27133.dynamic.hinet.net) (Quit: schien)
  1651. # [18:01] * gregglind_away is now known as gregglind
  1652. # [18:01] * mgerva is now known as mgerva|afk
  1653. # [18:02] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1654. # [18:03] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  1655. # [18:04] * catlee-mtg is now known as catlee
  1656. # [18:05] * Joins: jryans (jryans@moz-945C5CA4.massrel.com)
  1657. # [18:05] * Quits: monkeyvan (quassel@moz-EE24132A.members.linode.com) (Input/output error)
  1658. # [18:06] * hwine-ooo is now known as hwine
  1659. # [18:07] * Joins: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net)
  1660. # [18:07] * Joins: yvan (quassel@moz-EE24132A.members.linode.com)
  1661. # [18:07] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1662. # [18:07] * Joins: xorrbit (Noob@moz-662AD2E2.nepharia.org)
  1663. # [18:07] * coop|afk is now known as coop|buildduty
  1664. # [18:08] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1665. # [18:09] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1666. # [18:10] * Joins: myk (myk@moz-63AED48B.dsl.dynamic.sonic.net)
  1667. # [18:10] * Quits: gandalf (zbraniecki@moz-AA3AB54F.dynamic.chello.pl) (Quit: I took the wrong pill!!!)
  1668. # [18:10] * jimm-lunch is now known as jimm
  1669. # [18:12] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1670. # [18:12] * Quits: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP) (Client exited)
  1671. # [18:13] * Joins: AndreeaM (Thunderbir@A87F3840.A78F78DF.CD219C36.IP)
  1672. # [18:13] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  1673. # [18:13] * Joins: AndChat|479316 (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net)
  1674. # [18:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4319f2110d90 - Brian Hackett - Bug 883656 - Handle lazy functions in b[a] lambda pattern matching, r=luke.
  1675. # [18:13] * Quits: JosiahOne (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net) (Connection reset by peer)
  1676. # [18:15] * Quits: AndChat|479316 (JosiahOne@moz-B458D21B.hfc.comcastbusiness.net) (Ping timeout)
  1677. # [18:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/849e6303ac21 - Brian Hackett - Bug 883661 - Handle lazy functions when doing higher order fast invokes and in numeric comparator pattern matching, r=luke.
  1678. # [18:15] * Quits: marcoz (marco.zehe@moz-34A8D765.dip0.t-ipconnect.de) (Quit: Leaving.)
  1679. # [18:17] * Quits: KWierso (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1680. # [18:17] * Fallen|away is now known as Fallen
  1681. # [18:17] * kmoir is now known as kmoir-afk
  1682. # [18:18] * Quits: wolfiR (wolfiR@moz-ADFFC895.dip0.t-ipconnect.de) (Ping timeout)
  1683. # [18:20] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  1684. # [18:20] * Quits: Optimizer (Optimizer@5BD724E.D2C5E8E0.D2D1FAF0.IP) (Ping timeout)
  1685. # [18:21] * Joins: Benvie (bbenvie@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1686. # [18:22] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1687. # [18:22] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  1688. # [18:22] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1689. # [18:23] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1690. # [18:23] * kats is now known as kats-lunch
  1691. # [18:23] * Quits: tzimmermann (tzimmerman@moz-6A8F857E.pools.arcor-ip.net) (Quit: Ex-Chat)
  1692. # [18:24] <ekr> Is there a set of mach commands that will make it emit warnings consistent with emacs compilation mode?
  1693. # [18:24] <ekr> which I think mostly means remove the timestamps
  1694. # [18:24] * Joins: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1695. # [18:26] * Joins: KWierso (chatzilla@2557E599.66715431.D25A875A.IP)
  1696. # [18:26] <froydnj> ekr: no, see bug 847175
  1697. # [18:26] * catlee is now known as catlee-lunch
  1698. # [18:26] <ekr> froydnj: thanks
  1699. # [18:27] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  1700. # [18:28] <ekr> that's a pretty big drawback. :)
  1701. # [18:28] <ekr> Or rather. :(
  1702. # [18:28] <djvj> akeybl: ping
  1703. # [18:29] <akeybl> hi djvj
  1704. # [18:30] * Quits: darkowlzz (sunny@F70394F6.BDE42AC6.27560D6E.IP) (Connection reset by peer)
  1705. # [18:30] * Quits: darkowlzzzz (darkowlzz@F70394F6.BDE42AC6.27560D6E.IP) (Connection reset by peer)
  1706. # [18:31] * openjck|offline is now known as openjck
  1707. # [18:31] * Quits: jhk (Jignesh@F1D06D1D.9938D3BE.CA052C06.IP) (Ping timeout)
  1708. # [18:33] * Quits: Benvie (bbenvie@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: )
  1709. # [18:33] <froydnj> ekr: yeah, kind of unfortunate =/
  1710. # [18:34] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  1711. # [18:34] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1712. # [18:34] * Joins: Benvie (bbenvie@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1713. # [18:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ccb80286042a - Jason Orendorff - Bug 883523 - Regression: 'if(1) /a/.test("a")' causes a SyntaxError after landing bug 872735. r=till.
  1714. # [18:36] * Quits: arky (arky@88665D2D.53BA259D.FA662B63.IP) (Quit: Leaving)
  1715. # [18:37] * Joins: Optimizer (Optimizer@315E7464.CADDDC1.D2D1FAF0.IP)
  1716. # [18:37] <karolyi> can anyone help me to create a valid cert_override.txt record? it seems that the last parameter at the end of the lines is a really hard to guess one
  1717. # [18:37] <@khuey> karolyi: try in #security maybe?
  1718. # [18:38] * Fallen is now known as Fallen|away
  1719. # [18:38] <karolyi> thx i'll try
  1720. # [18:38] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/5499cb854684 - Timothy Nikkel - Bug 876562. Fix scrollport size calculation that didn't make a lot of sense. r=kats a=akeybl
  1721. # [18:40] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  1722. # [18:40] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  1723. # [18:40] * Joins: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP)
  1724. # [18:41] <bajaj> heycam|away: https://bugzilla.mozilla.org/show_bug.cgi?id=711043
  1725. # [18:41] * Joins: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP)
  1726. # [18:42] * Quits: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP) (Quit: I'm away)
  1727. # [18:42] * Quits: imsurit (chatzilla@BA749EFB.62F9668C.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130612084701])
  1728. # [18:42] <@ted> did anyone file a bug about that xpcshell test missing from the manifest on try builds?
  1729. # [18:43] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  1730. # [18:44] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  1731. # [18:45] * Quits: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1732. # [18:45] * Joins: ggp (ggp@2557E599.66715431.D25A875A.IP)
  1733. # [18:47] <@gavin> I didn't
  1734. # [18:47] * Joins: JosiahOne (JosiahOne@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1735. # [18:47] * Quits: JosiahOne (JosiahOne@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Bye)
  1736. # [18:47] * Quits: MattN (MattN@A8588C62.B1B6FA80.709ED47B.IP) (Ping timeout)
  1737. # [18:47] * Quits: cpeterson (cpeterson@moz-11915559.hsd1.ca.comcast.net) (Input/output error)
  1738. # [18:47] * Joins: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1739. # [18:47] * Joins: cpeterson (cpeterson@moz-11915559.hsd1.ca.comcast.net)
  1740. # [18:48] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  1741. # [18:49] <@gavin> I'll file it now
  1742. # [18:49] * Joins: MattN (MattN@A8588C62.B1B6FA80.709ED47B.IP)
  1743. # [18:49] * Quits: cpeterson (cpeterson@moz-11915559.hsd1.ca.comcast.net) (Input/output error)
  1744. # [18:50] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  1745. # [18:51] * Joins: Ms2ger (Ms2ger@moz-DB7CCFB.adsl-dyn.isp.belgacom.be)
  1746. # [18:51] * Quits: gustavold (gustavold@E3CDD417.C185DE05.C7EA744A.IP) (Ping timeout)
  1747. # [18:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ede58026dcb5 - Brian Hackett - Bug 883661 - Fix and document numeric comparator invariants.
  1748. # [18:52] <@gavin> ted: https://bugzilla.mozilla.org/show_bug.cgi?id=883918
  1749. # [18:52] * Joins: juanb (jbecerra@2557E599.66715431.D25A875A.IP)
  1750. # [18:52] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Quit: Leaving)
  1751. # [18:52] * Joins: gustavold (gustavold@E3CDD417.C185DE05.C7EA744A.IP)
  1752. # [18:52] * Joins: robertbindar (Thunderbir@E878783A.FAE05BE7.2B3D3D4.IP)
  1753. # [18:52] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b7175c5829b5 - Gregory Szorc - Bug 872231 - Bootstrapper ensures Python 2.7.3 and Mercurial 2.5 are installed; r=ted
  1754. # [18:53] * Quits: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP) (Ping timeout)
  1755. # [18:54] * Quits: andreasn (andreasn@moz-CD5E6BB8.nomad.chalmers.se) (Ping timeout)
  1756. # [18:54] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  1757. # [18:54] * philor|away is now known as philor
  1758. # [18:57] <@ted> gavin: thanks, just saw someone else mention it in a bug
  1759. # [18:57] * Quits: Optimizer (Optimizer@315E7464.CADDDC1.D2D1FAF0.IP) (Ping timeout)
  1760. # [18:58] * MrDHat is now known as MrDHat|afk
  1761. # [18:58] * grobinson|afk is now known as grobinson
  1762. # [18:58] * Quits: hdel (Mibbit@moz-1B6CB5A7.grenet.fr) (Quit: http://www.mibbit.com ajax IRC Client)
  1763. # [18:58] * Parts: ffledgling (anhad@9B9315E1.A6025CA.1C37C358.IP)
  1764. # [18:58] * Quits: MaxP (Mibbit@moz-36E016FD.grenet.fr) (Quit: http://www.mibbit.com ajax IRC Client)
  1765. # [18:59] * mattwoodrow|away is now known as mattwoodrow
  1766. # [18:59] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  1767. # [18:59] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1768. # [19:00] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  1769. # [19:01] * Joins: Optimizer (Optimizer@46FD2C83.982C2CD4.BE90E62C.IP)
  1770. # [19:01] * Joins: ctangira (ctangira@moz-816A8007.cisco.com)
  1771. # [19:02] * Joins: breck (breck@moz-75F4A57.hsd1.ca.comcast.net)
  1772. # [19:02] * Joins: darkowlzz (darkowlzz@C568C27B.22A8B776.27560D6E.IP)
  1773. # [19:02] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  1774. # [19:02] * Joins: darkowlzzzz (sunny@C568C27B.22A8B776.27560D6E.IP)
  1775. # [19:03] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1776. # [19:03] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  1777. # [19:03] * Quits: Optimizer (Optimizer@46FD2C83.982C2CD4.BE90E62C.IP) (Ping timeout)
  1778. # [19:03] * darkowlzz is now known as darkowlzzz
  1779. # [19:04] * darkowlzzzz is now known as darkowlzz
  1780. # [19:04] * Joins: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP)
  1781. # [19:04] * Joins: Optimizer (Optimizer@33FF02D9.1B9F2FD8.BE90E62C.IP)
  1782. # [19:05] * kmoir-afk is now known as kmoir
  1783. # [19:05] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  1784. # [19:05] * Joins: ehugg (chatzilla@DE362BE6.29102B70.6CD50604.IP)
  1785. # [19:06] * Joins: KryDos (KryDos@A808C404.55981748.57651228.IP)
  1786. # [19:06] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  1787. # [19:07] * Joins: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP)
  1788. # [19:07] * Quits: darkowlzz (sunny@C568C27B.22A8B776.27560D6E.IP) (services.mozilla.org (Too many invalid passwords))
  1789. # [19:07] * Joins: rstrong (androirc@A5A0595A.66715431.D25A875A.IP)
  1790. # [19:08] * Joins: darkowlzz (sunny@C568C27B.22A8B776.27560D6E.IP)
  1791. # [19:08] * Joins: dveditz (dveditz@2557E599.66715431.D25A875A.IP)
  1792. # [19:08] * ChanServ sets mode: +o dveditz
  1793. # [19:09] * kripton is now known as Kripton
  1794. # [19:09] * Quits: darkowlzz (sunny@C568C27B.22A8B776.27560D6E.IP) (Max SendQ exceeded)
  1795. # [19:09] * Joins: Michelangelo (mds@moz-8569A55.adobe.com)
  1796. # [19:10] <philor> ah, Monday
  1797. # [19:11] * Quits: darkowlzzz (darkowlzz@C568C27B.22A8B776.27560D6E.IP) (Ping timeout)
  1798. # [19:11] <philor> ehsan: one or more debug bustages, CLOSED TREE
  1799. # [19:11] * philor moves down the page for bhackett
  1800. # [19:11] <@ehsan> I'm backing out
  1801. # [19:13] * Joins: darkowlzz (sunny@DCDA4946.B50CA5BB.27560D6E.IP)
  1802. # [19:13] * Joins: darkowlzzz (darkowlzz@DCDA4946.B50CA5BB.27560D6E.IP)
  1803. # [19:13] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1804. # [19:13] * mattwoodrow is now known as mattwoodrow|away
  1805. # [19:14] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  1806. # [19:14] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  1807. # [19:15] <RyanVM> sorry, in a meeting atm
  1808. # [19:15] * edmorley is now known as edmorley|mtg
  1809. # [19:19] * Joins: dbaron (dbaron@2557E599.66715431.D25A875A.IP)
  1810. # [19:19] * ChanServ sets mode: +o dbaron
  1811. # [19:20] <froydnj> argh, xpcshell.ini bustages
  1812. # [19:20] * Joins: hurley (hurley@2557E599.66715431.D25A875A.IP)
  1813. # [19:22] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  1814. # [19:22] <RyanVM> bz: inbound bustage?
  1815. # [19:23] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  1816. # [19:23] * Quits: vtmarvin (Thunderbir@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  1817. # [19:23] <jorendorff> ehsan: bhackett had already pushed a fix for the bustage
  1818. # [19:23] <@khuey> BURN ALL THE THINGS
  1819. # [19:23] <@ehsan> jorendorff: not for the one that I caused!
  1820. # [19:23] * Quits: Optimizer (Optimizer@33FF02D9.1B9F2FD8.BE90E62C.IP) (Ping timeout)
  1821. # [19:23] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  1822. # [19:23] <jorendorff> ehsan: oh, never mind, carry ou
  1823. # [19:23] <jorendorff> on
  1824. # [19:24] <@bz> RyanVM: looking into it
  1825. # [19:24] * jorendorff 's 6-digit-number comparator is on the fritz
  1826. # [19:24] <@ehsan> so what's this burning Windows build about?
  1827. # [19:24] <gfritzsche> bent: review ping on 853864? :)
  1828. # [19:24] <jorendorff> i'm so glad i landed something trivial right in the middle of that
  1829. # [19:24] <@bz> ehsan: looking into that
  1830. # [19:24] <@ehsan> thank you
  1831. # [19:24] <bent> gfritzsche, yeah, mostly don, just got wrapped up in other stuff friday
  1832. # [19:24] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1833. # [19:24] <bent> s/don/done/
  1834. # [19:24] <@bz> libtool: link: `src/types.lo' is not a valid libtool object
  1835. # [19:25] <@bz> wtf?
  1836. # [19:25] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1837. # [19:25] <gfritzsche> bent: ah, nice
  1838. # [19:25] <@bz> it's dying in ctypes/libffi stuff?
  1839. # [19:26] <@bz> Which I should so not have touched....
  1840. # [19:26] <@ehsan> janv: I'll try to review bug 785884 today
  1841. # [19:27] <@ehsan> janv: hopefully I'll be able to finish it
  1842. # [19:27] <@bz> And none of the stuff I pushed in fact touched it
  1843. # [19:27] <@bz> so wtf?
  1844. # [19:27] <janv> ehsan: oh
  1845. # [19:27] * Parts: edmorley|mtg (edmorley@moz-8B746B75.cable.virginmedia.com)
  1846. # [19:27] <@ehsan> bz: clobber?
  1847. # [19:28] <@bz> ehsan: seems like so, but what happened with _ctypes_?
  1848. # [19:28] * mattwoodrow|away is now known as mattwoodrow
  1849. # [19:28] <@ehsan> bz: let me clobber and retrigger... I don't know, but I've seen clobbering fixing these types of things
  1850. # [19:28] * Joins: Optimizer (Optimizer@BFA636C5.8E6D85B5.274D17D6.IP)
  1851. # [19:28] * Quits: robertbindar (Thunderbir@E878783A.FAE05BE7.2B3D3D4.IP) (Client exited)
  1852. # [19:28] * rail is now known as rail_away
  1853. # [19:28] <janv> ehsan: it's quite long patch :)
  1854. # [19:29] <janv> I mean big one
  1855. # [19:29] <@ehsan> yeah, but I really try to review things in time :)
  1856. # [19:29] <RyanVM> bz: I'm not aware of any changes on the releng side
  1857. # [19:29] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1858. # [19:29] <RyanVM> let me ask
  1859. # [19:29] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Connection reset by peer)
  1860. # [19:29] <@ehsan> janv: we'll see if I manage to keep my promise!
  1861. # [19:29] * Quits: jacek (jacek@8B334FB1.F786B5C9.5B864609.IP) (Quit: Konversation terminated!)
  1862. # [19:30] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Ping timeout)
  1863. # [19:30] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  1864. # [19:30] <@bz> RyanVM: I don't think there were either
  1865. # [19:30] * @bz is just not happy with the state of our build system. :(
  1866. # [19:30] * Joins: Optimizer1 (Optimizer@B5808C8B.1B98A9E0.BE90E62C.IP)
  1867. # [19:31] <@bz> Nor of our other code. ;)
  1868. # [19:31] * Quits: Optimizer (Optimizer@BFA636C5.8E6D85B5.274D17D6.IP) (Ping timeout)
  1869. # [19:31] * Joins: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP)
  1870. # [19:31] <@ehsan> bz: retriggered, we'll know more in 5 mins
  1871. # [19:32] * Quits: Optimizer1 (Optimizer@B5808C8B.1B98A9E0.BE90E62C.IP) (Ping timeout)
  1872. # [19:33] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  1873. # [19:33] * Joins: Optimizer (Optimizer@60F5FA97.B86A8E9E.BE90E62C.IP)
  1874. # [19:34] * Parts: nical (nico@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1875. # [19:34] * Joins: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  1876. # [19:34] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Quit: Boriss)
  1877. # [19:34] * Joins: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP)
  1878. # [19:35] * Quits: Optimizer (Optimizer@60F5FA97.B86A8E9E.BE90E62C.IP) (Ping timeout)
  1879. # [19:36] <RyanVM> bz: ehsan: it's a bad slave
  1880. # [19:37] * jhopkins is now known as jhopkins|afk
  1881. # [19:37] <kats-lunch> azakai: ping
  1882. # [19:37] * kats-lunch is now known as kats
  1883. # [19:37] <azakai> kats: pong
  1884. # [19:37] <kats> azakai: i think the vidyo interview is set up in your vidyo room
  1885. # [19:38] <azakai> kats: yeah, on my way
  1886. # [19:38] <kats> we have a vidyo tablet here that's connected, so i guess join whenever you're ready
  1887. # [19:38] <kats> thanks
  1888. # [19:38] * Quits: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP) (Ping timeout)
  1889. # [19:39] * Joins: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1890. # [19:39] * baku is now known as baku|away
  1891. # [19:40] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1892. # [19:40] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  1893. # [19:40] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1894. # [19:41] * Joins: Optimizer (Optimizer@CA860438.CC823F19.BE90E62C.IP)
  1895. # [19:41] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  1896. # [19:42] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  1897. # [19:43] * Quits: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP) (Ping timeout)
  1898. # [19:43] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  1899. # [19:43] <gps> Yoric: how does OS.File handle overlapped called to .write()? if a write() comes in while another one hasn't completed, what happens?
  1900. # [19:43] <Yoric> gps: OS.File uses a single I/O thread, so the second call to write() only takes place after the completion of the first one.
  1901. # [19:43] * Joins: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP)
  1902. # [19:44] <@ehsan> RyanVM: oh
  1903. # [19:44] <gps> Yoric: is it safe to assume it will always behave that way?
  1904. # [19:45] <Yoric> gps: Yes. If we ever add several I/O threads (which is somewhat doubtful) you will have to explicitly inform OS.File that your operations can be overlapped.
  1905. # [19:45] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  1906. # [19:45] <gps> Yoric: sounds good to me. thanks!
  1907. # [19:45] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Input/output error)
  1908. # [19:45] <Yoric> np
  1909. # [19:45] * Joins: jduell_ (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  1910. # [19:45] * jduell_ is now known as jduell
  1911. # [19:46] <RyanVM> ehsan: looks like it got left in a bad state earlier
  1912. # [19:46] <RyanVM> we'll see if it fixes itself with the clobber you did
  1913. # [19:46] <@ehsan> RyanVM: what kind of bad state, out of curiosity? bad objdir state?
  1914. # [19:46] <RyanVM> otherwise I'll ping releng to take it out of the pool
  1915. # [19:47] <philor> ehsan: I did remember to mention that try no longer has a 24+ hour backlog, right?
  1916. # [19:47] <@ehsan> philor: pardon?
  1917. # [19:47] <@ehsan> RyanVM: I mean, I've seen this happen locally before... and clobbering the objdir solves it
  1918. # [19:47] <RyanVM> ehsan: philor notices that it got disconnected during a previous job on the UX branch (which makes me wonder if a clobber will help, but time will tell)
  1919. # [19:48] <RyanVM> ehsan: sure, it's the same issue for why we used to not cancel in-process builds
  1920. # [19:48] <RyanVM> until we could auto-clobber the slave afterwards
  1921. # [19:48] <@ehsan> RyanVM: I see
  1922. # [19:48] * Quits: marxin (marxin@6A371980.3B96A244.4E88690D.IP) (Quit: Leaving)
  1923. # [19:49] <RyanVM> but at least bz didn't find a fun new way to break things :)
  1924. # [19:49] * mdas is now known as mdas|afk
  1925. # [19:49] * Quits: martyn (martyn@moz-93D3BA27.range86-131.btcentralplus.com) (Quit: Ex-Chat)
  1926. # [19:50] * Quits: Optimizer (Optimizer@CA860438.CC823F19.BE90E62C.IP) (Ping timeout)
  1927. # [19:51] <philor> ehsan: I was just thinking about how much easier it would be to disentangle your bustage of half the test suites and bhackett's bustage of half the test suites if you had both separately pushed to try, instead of piling on each other
  1928. # [19:51] * mdas|afk is now known as mdas
  1929. # [19:51] * Joins: Optimizer (Optimizer@4DEE3C3F.AB5FC39B.BE90E62C.IP)
  1930. # [19:52] <@ehsan> philor: yes, sorry about that. I didn't know that my patch affects the tests that failed
  1931. # [19:53] * Joins: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP)
  1932. # [19:53] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  1933. # [19:53] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  1934. # [19:54] * catlee-lunch is now known as catlee
  1935. # [19:54] * Parts: knelson (Adium@2557E599.66715431.D25A875A.IP)
  1936. # [19:54] * Joins: marxin (marxin@6A371980.3B96A244.4E88690D.IP)
  1937. # [19:55] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  1938. # [19:55] * Quits: erikvold (erikvold@moz-550BFA92.dyn.novuscom.net) (Quit: erikvold)
  1939. # [19:56] * Quits: KWierso (chatzilla@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  1940. # [19:56] * Joins: sheppy (sheppy@moz-EB0CF399.sub-70-193-7.myvzw.com)
  1941. # [19:57] * Quits: dstrbad (dstrbad@moz-E9497599.kimsufi.com) (Quit: leaving)
  1942. # [19:57] * Joins: KWierso (chatzilla@2557E599.66715431.D25A875A.IP)
  1943. # [19:57] * Quits: rstrong (androirc@A5A0595A.66715431.D25A875A.IP) (Input/output error)
  1944. # [19:57] * Joins: rstrong (androirc@A5A0595A.66715431.D25A875A.IP)
  1945. # [19:57] * dejan_ is now known as dstrbad
  1946. # [19:57] * mdas is now known as mdas|afk
  1947. # [19:58] * MrDHat|afk is now known as MrDHat
  1948. # [19:58] * Joins: Waldo (waldo@2557E599.66715431.D25A875A.IP)
  1949. # [19:59] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1950. # [19:59] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  1951. # [19:59] * dstrbad is now known as dstrbad|afk
  1952. # [19:59] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Ping timeout)
  1953. # [19:59] * Joins: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net)
  1954. # [20:00] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Quit: Leaving.)
  1955. # [20:01] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1956. # [20:02] * Joins: tanvi (tanvi@43CB6079.66715431.D25A875A.IP)
  1957. # [20:02] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1958. # [20:02] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1959. # [20:03] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  1960. # [20:03] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1961. # [20:03] * jmaher is now known as jmaher|mtg
  1962. # [20:04] <@bz> Man
  1963. # [20:04] <@bz> triggering exceptions is hard work
  1964. # [20:04] * Joins: jimb (user@9E727688.17C2F9C.163DC5C6.IP)
  1965. # [20:04] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1966. # [20:04] * Quits: tanvi (tanvi@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  1967. # [20:05] <dholbert> jfkthame, ping
  1968. # [20:05] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  1969. # [20:05] <jfkthame> dholbert: pong
  1970. # [20:05] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  1971. # [20:05] * ChanServ sets mode: +o smaug
  1972. # [20:06] * Joins: bsmith (bsmith@43CB6079.66715431.D25A875A.IP)
  1973. # [20:06] * Quits: Optimizer (Optimizer@4DEE3C3F.AB5FC39B.BE90E62C.IP) (Ping timeout)
  1974. # [20:06] <dholbert> jfkthame, thanks for digging into that clear sans issue! one clarification to be sure I'm understanding: your proposal to annotate as fuzzy -- you're *just* proposing that for the one still-failing pre-line test, right?
  1975. # [20:06] * Joins: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP)
  1976. # [20:07] * Quits: Gijs (gijs@moz-9BA617B3.cable.virginmedia.com) (Quit: poof)
  1977. # [20:07] <jfkthame> dholbert: yep, it'll just be the one test - everything else passed on my try run
  1978. # [20:08] <jfkthame> dholbert: i'm about to file a bug on the glitch in pre-line-1-ref, so that i can include the bug number in the reftest.list, then i'll post the appropriate patches
  1979. # [20:08] <dholbert> jfkthame, kick ass
  1980. # [20:08] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  1981. # [20:08] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
  1982. # [20:08] <froydnj> bleh, that's a lot of failures from parallel reftests :(
  1983. # [20:08] * Joins: Lethalman (lethal@moz-4AD9019F.libero.it)
  1984. # [20:09] * Quits: dstrbad|afk (dejan@moz-FE0A3460.duo.carnet.hr) (Ping timeout)
  1985. # [20:09] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1986. # [20:09] * Joins: system64 (iakshay@DF1E4059.83885371.1228A288.IP)
  1987. # [20:10] <froydnj> hm, file not found errors, maybe those are easily fixable
  1988. # [20:10] <dholbert> froydnj, annotate the tests with fuzzy-filename-matching
  1989. # [20:10] * Quits: till (till@moz-2F33897.adsl.alicedsl.de) (Client exited)
  1990. # [20:10] <froydnj> dholbert: what does that do?
  1991. # [20:10] <dholbert> froydnj, I'm just kidding :)
  1992. # [20:10] <froydnj> dholbert: :p
  1993. # [20:11] * Joins: Optimizer (Optimizer@B1E86F5D.A87BCC64.274D17D6.IP)
  1994. # [20:11] <froydnj> is there a 'run-like-i-meant-you-to' option?
  1995. # [20:11] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1996. # [20:12] * Joins: Optimizer1 (Optimizer@2E559045.7E5A1D6B.274D17D6.IP)
  1997. # [20:12] <Optimizer1> I am in a test, so can't use Services.wm.getZOrderXULWindowEnumerator as it gives the mochitest window too..
  1998. # [20:12] * Quits: Optimizer (Optimizer@B1E86F5D.A87BCC64.274D17D6.IP) (Ping timeout)
  1999. # [20:13] <@ted> froydnj: --do-it-dammit
  2000. # [20:13] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  2001. # [20:13] <@ted> froydnj: so uh, are your parallel reftests both running httpd.js?
  2002. # [20:13] <@ted> because i think it runs on a fixed port
  2003. # [20:13] <@ted> which would be bad
  2004. # [20:13] * Quits: hurley (hurley@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2005. # [20:14] * Joins: hurley_ (hurley@2557E599.66715431.D25A875A.IP)
  2006. # [20:14] <@ted> i bet we need to fix that
  2007. # [20:14] <froydnj> reftest.js is smart enough to try a number of ports for httpd
  2008. # [20:14] <@ted> okay
  2009. # [20:14] <froydnj> but these 404 errors might still indicate some sort of race
  2010. # [20:15] <@ted> that is sort of depressing, we should make httpd.js support passing port=0 to pick a free port
  2011. # [20:15] <froydnj> I bet that all of these 404s come from a single parallel slice
  2012. # [20:15] <froydnj> and that two slices somehow grabbed the same port, but one didn't complain that the port was already in use or something
  2013. # [20:16] <@ted> yeah
  2014. # [20:16] <froydnj> why does reftest not use httpd from python?
  2015. # [20:16] <Ms2ger> bz, hmm, what kind of exceptions?
  2016. # [20:16] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  2017. # [20:16] <froydnj> historical inertia?
  2018. # [20:17] <froydnj> of course, I would think that claiming a network socket for serving stuff would be atomic, but what do I know?
  2019. # [20:17] <@ted> froydnj: reftest didn't used to have a python harness
  2020. # [20:18] <@ted> i added that a few years ago when i implemented all the "run tests from a test package" stuff
  2021. # [20:18] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  2022. # [20:18] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Client exited)
  2023. # [20:18] <Waldo> with bsmedberg's status thingy, any way to insert links that won't get markdown/markup/touch-your-toes syntax parsed?
  2024. # [20:18] <@ted> it used to just be firefox -reftest
  2025. # [20:18] <@bsmedberg> Waldo: not really, why?
  2026. # [20:19] <Waldo> bsmedberg: want to include the URL of an MDN doc I'm editing
  2027. # [20:19] <Optimizer1> anyone knows how to see which window is on top within 2 windows ?
  2028. # [20:19] <@bsmedberg> Waldo: you should be able to just paste URLs directly
  2029. # [20:19] <@bsmedberg> they will be auto-linkified but otherwise unmunged
  2030. # [20:20] <froydnj> ted: always nice to learn about how bad things *used* to be :)
  2031. # [20:20] <Waldo> bsmedberg: I did that last week, didn't work -- see the Miscellaneous subsection: http://benjamin.smedbergs.us/weekly-updates.fcgi/user/jwalden
  2032. # [20:21] <@bsmedberg> Waldo: huh, apparently the _under_ is messing with it :-(
  2033. # [20:21] <Waldo> yup
  2034. # [20:21] * Joins: bholley (anonymous@2557E599.66715431.D25A875A.IP)
  2035. # [20:21] <@bsmedberg> Waldo: it's using python-markdown, let me check
  2036. # [20:21] <@ted> froydnj: http://mxr.mozilla.org/mozilla-central/source/netwerk/base/src/nsServerSocket.cpp#297
  2037. # [20:21] <@ted> nsServerSocket sets SO_REUSEADDR
  2038. # [20:21] <@ted> so it seems possible that you could race and get the same port
  2039. # [20:21] * Quits: hurley_ (hurley@2557E599.66715431.D25A875A.IP) (Quit: mootex)
  2040. # [20:21] * Joins: hurley (hurley@2557E599.66715431.D25A875A.IP)
  2041. # [20:22] <froydnj> bleh
  2042. # [20:22] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Ping timeout)
  2043. # [20:22] <@bsmedberg> Waldo: ok http://daringfireball.net/projects/markdown/syntax#backslash but I haven't tested it, let me check
  2044. # [20:22] <froydnj> that would do it, then
  2045. # [20:23] * @bsmedberg really needs to implement a previewer
  2046. # [20:23] <Waldo> futzing up URLs would make for sadtimes and manual escape-recognition, but at least it'd be a hackaround
  2047. # [20:24] * froydnj considers which one of the 18 httpd.js files in the tree to examine
  2048. # [20:25] <Waldo> fork! it's the Mozilla way
  2049. # [20:25] * mattwoodrow is now known as mattwoodrow|away
  2050. # [20:25] <@ted> froydnj: only one matters
  2051. # [20:25] <@ted> http://mxr.mozilla.org/mozilla-central/source/netwerk/test/httpserver/httpd.js
  2052. # [20:25] <akeybl> RyanVM: are you available to land https://bugzilla.mozilla.org/show_bug.cgi?id=877287? djvj could use your fresh tree :)
  2053. # [20:25] <@ted> that just punts down to nsServerSocket for the socket though
  2054. # [20:25] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2055. # [20:26] * jhopkins|afk is now known as jhopkins
  2056. # [20:26] <froydnj> yeah, wanted to see how hard it'd be to add some sort of interface to nsServerSocket to *not* reuse addresses
  2057. # [20:26] * Quits: mak|afk (chatzilla@moz-1BBF5651.retail.telecomitalia.it) (Ping timeout)
  2058. # [20:26] <@ted> froydnj: how about you just see if you can pass 0 to nsServerSocket::Init ?
  2059. # [20:27] <@ted> it has a .port to get the actual port in use: http://mxr.mozilla.org/mozilla-central/source/netwerk/base/public/nsIServerSocket.idl#127
  2060. # [20:27] <@ted> if you pass 0 that should go down to the OS network stack and bind a free port
  2061. # [20:27] <@ted> then you just need to query what port you used, and you're in business
  2062. # [20:28] <@ted> (as a bonus, you don't have to loop to find a free port)
  2063. # [20:28] <froydnj> hm, worth a try
  2064. # [20:29] <froydnj> possibly have to implement some sort of backwards-compatible thing for httpd.js clients who expect their port to be used
  2065. # [20:29] * Quits: sheppy (sheppy@moz-EB0CF399.sub-70-193-7.myvzw.com) (Ping timeout)
  2066. # [20:29] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2067. # [20:29] <@ted> seems to work here
  2068. # [20:29] <@ted> froydnj: no, just have reftest pass 0 to httpd.js
  2069. # [20:29] <@ted> --
  2070. # [20:29] <@ted> [14:29:31.686] s = new ServerSocket(0, true, 5);
  2071. # [20:29] * Quits: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP) (Quit: I'm not at my desk!!!!)
  2072. # [20:29] <@ted> [14:29:35.622] s.port
  2073. # [20:29] <@ted> [14:29:35.625] 42209
  2074. # [20:29] <froydnj> oh, I see
  2075. # [20:29] <@ted> yay browser console
  2076. # [20:30] * Quits: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP) (Input/output error)
  2077. # [20:30] <@ted> you probably need to expose an interface from httpd.js to get the port in use
  2078. # [20:30] * Quits: spohl (Adium@moz-72808F94.static.hvvc.us) (Ping timeout)
  2079. # [20:31] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  2080. # [20:31] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2081. # [20:32] * Joins: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP)
  2082. # [20:32] * Quits: system64 (iakshay@DF1E4059.83885371.1228A288.IP) (Quit: Computer has gone to sleep.)
  2083. # [20:32] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2084. # [20:32] <froydnj> but we still have SO_REUSEADDR, so don't we still have a race somewhere?
  2085. # [20:32] <froydnj> or does the auto-choose port mechanism ignore such things?
  2086. # [20:32] <@ted> i don't *think* so
  2087. # [20:32] <@ted> but you'd have to ask the internet
  2088. # [20:32] * Joins: robertbindar (Thunderbir@E878783A.FAE05BE7.2B3D3D4.IP)
  2089. # [20:32] <reyre> rillian: i have no idea why we might be timing out on android builds, or even how i would debug this
  2090. # [20:32] <@ted> i suspect the TCP stack will not hand out a port that's in the wait state
  2091. # [20:33] <reyre> rillian: i would suspect the track element isn't loading correctly for some reason so ready state is never set
  2092. # [20:33] * Joins: system64 (iakshay@DF1E4059.83885371.1228A288.IP)
  2093. # [20:33] <froydnj> that's suspecting a lot across three major TCP stacks :)
  2094. # [20:33] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2095. # [20:33] <philor> oh, good, there's some fresh new bustage
  2096. # [20:33] * Joins: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP)
  2097. # [20:33] <philor> bz: https://tbpl.mozilla.org/php/getParsedLog.php?id=24240409&tree=Mozilla-Inbound
  2098. # [20:33] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2099. # [20:33] <froydnj> every monday!
  2100. # [20:33] * Joins: mak|afk (chatzilla@moz-59C7C304.retail.telecomitalia.it)
  2101. # [20:33] <@dolske> SO_REUSEADDR is pretty common to use
  2102. # [20:34] * Fallen|away is now known as Fallen
  2103. # [20:34] * Joins: dzbarsky (Adium@2557E599.66715431.D25A875A.IP)
  2104. # [20:34] * Quits: Optimizer1 (Optimizer@2E559045.7E5A1D6B.274D17D6.IP) (Connection reset by peer)
  2105. # [20:34] * baku|away is now known as baku
  2106. # [20:34] <@dolske> (in server listening code)
  2107. # [20:34] * Parts: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (Ex-Chat)
  2108. # [20:34] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2109. # [20:34] * Joins: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
  2110. # [20:34] <@ted> dolske: sure, if you're using a known port number it's almost essential
  2111. # [20:35] <rillian> reyre: the test will certainly time out that way
  2112. # [20:35] <rillian> have you tried testing locally on android?
  2113. # [20:35] <@ted> we should change all our test infra to pass down port 0 and use whatever's free
  2114. # [20:35] * Quits: KWierso (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2115. # [20:35] <@ted> hardcoded port numbers in test servers are a PITA
  2116. # [20:35] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  2117. # [20:35] <froydnj> yes!
  2118. # [20:35] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2119. # [20:35] <@bsmedberg> and deal with all the hardcoded port numbers in tests also...
  2120. # [20:35] <@bsmedberg> blech
  2121. # [20:35] <@dolske> yeah
  2122. # [20:35] <@ted> yeah :-/
  2123. # [20:36] * Joins: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  2124. # [20:36] <froydnj> killjoy :(
  2125. # [20:36] <@ted> most of them are silly
  2126. # [20:36] <reyre> rillian: nope. i'm guessing there is an android emulator for that?
  2127. # [20:36] <@ted> in mochitest we proxy everything
  2128. # [20:36] <bhearsum> dougt: google requires that we "hide" our API key, when it ships in essentially clear text?
  2129. # [20:36] <@ted> so http://example.com/foo just works
  2130. # [20:36] * Quits: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP) (Ping timeout)
  2131. # [20:36] <dougt> bhearsum: in the bug please
  2132. # [20:37] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2133. # [20:37] <rillian> reyre: there is, although it's a bit painful
  2134. # [20:37] <bhearsum> k
  2135. # [20:37] <rillian> it's much better to test on a real android device
  2136. # [20:37] <Mook_as> dougt: fwiw: thanks for having a public bug/discussion about that stuff!
  2137. # [20:37] <rillian> you should ask humph to get you a nexus 7 or something if you don't have a phone to test one
  2138. # [20:37] <reyre> rillian: we probably have some that i can make use of here in the office, i'll look into that
  2139. # [20:37] <rillian> ok
  2140. # [20:37] <reyre> oh that's a good idea heh
  2141. # [20:38] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2142. # [20:38] <rillian> fwiw, captions do display for me on android with nightly
  2143. # [20:38] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  2144. # [20:38] * Parts: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  2145. # [20:38] <reyre> rillian: awesome :)
  2146. # [20:38] * Parts: knelson (Adium@2557E599.66715431.D25A875A.IP)
  2147. # [20:38] * Joins: Optimizer (Optimizer@E008AAEB.F94ECD12.D2D1FAF0.IP)
  2148. # [20:38] * Quits: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP) (Ping timeout)
  2149. # [20:38] <reyre> rillian: yeah we have a few devs here doing stuff on android for another project
  2150. # [20:38] <rillian> hmm, replay bug. shows the last caption at the start when I hit 'replay'
  2151. # [20:39] * mak|afk is now known as mak
  2152. # [20:39] <reyre> all the bugs
  2153. # [20:40] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2154. # [20:40] * Joins: spohl (Adium@moz-5B594248.openskytelcom.net)
  2155. # [20:41] * Quits: hurley (hurley@2557E599.66715431.D25A875A.IP) (Quit: mootex)
  2156. # [20:42] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2157. # [20:42] * Quits: bsmith (bsmith@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2158. # [20:42] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  2159. # [20:43] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/9f0d4fe5db55 - Kannan Vijayan - Bug 877287 - Disable running JS code when ion compiling. r=bhackett a=akeybl
  2160. # [20:43] * Quits: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP) (Input/output error)
  2161. # [20:43] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2162. # [20:44] * Joins: FabioMagnoni (fabiomagno@C6A6A78C.34A40524.A8479B91.IP)
  2163. # [20:44] * Joins: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP)
  2164. # [20:44] <dougt> Mook_as: .planning
  2165. # [20:44] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  2166. # [20:45] <@bz> philor: looking
  2167. # [20:45] <Mook_as> yes, I saw the discussion; I'm thanking you for putting it there :)
  2168. # [20:45] <@bz> philor: grrrr
  2169. # [20:46] <Optimizer> in a mochitest, how do I see if window.focus() actually worked ?
  2170. # [20:46] * @bz hates people claiming stuff is green when it's not. :(
  2171. # [20:46] <Optimizer> for any xul window
  2172. # [20:46] <Optimizer> (has focus and is no top)
  2173. # [20:46] * rail_away is now known as rail
  2174. # [20:46] <@bz> philor: backing out the relevant bit
  2175. # [20:47] <Ms2ger> Greenorangeredbluepuprplish
  2176. # [20:47] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2177. # [20:47] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Ping timeout)
  2178. # [20:47] <Yoric> bent: ping
  2179. # [20:48] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  2180. # [20:48] <bent> Yoric, hi
  2181. # [20:48] <Yoric> hi
  2182. # [20:48] * merike is now known as merike|away
  2183. # [20:48] <Yoric> bent: I have a problem with XHR in chrome workers, are you the right person to talk to?
  2184. # [20:48] * merike|away is now known as merike
  2185. # [20:49] <bent> probably
  2186. # [20:49] <Optimizer> whoah whoah, XHR in workers ! \o/
  2187. # [20:50] <@bz> Optimizer: um.... been there forever
  2188. # [20:50] <Yoric> In some circumstances (I haven't been able to delimit which), I can XHR-load a resource:// uri from a worker. In some cases, the same uri won't work.
  2189. # [20:50] <Yoric> (but others might)
  2190. # [20:50] <Optimizer> bz: really . oh :|
  2191. # [20:51] * Joins: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2192. # [20:51] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2193. # [20:51] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  2194. # [20:51] <bent> Yoric, doesn't ring any bells...
  2195. # [20:51] <@bz> Optimizer: I mean, it just proxies all the work to the main thread, but.... ;)
  2196. # [20:51] * Quits: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP) (Quit: :()
  2197. # [20:52] <Optimizer> bz: boo to that
  2198. # [20:53] * mdas|afk is now known as mdas
  2199. # [20:53] <catlee> hm, going to google takeout crashes nightly on linux
  2200. # [20:53] * Quits: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP) (Input/output error)
  2201. # [20:54] <@bz> pholor: backed out
  2202. # [20:54] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2203. # [20:54] <@bz> Optimizer: necko is single-threaded
  2204. # [20:54] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2205. # [20:54] <reyre> jmaher|mtg: so i hear your a pro at debugging on android. if you don't mind helping me out -- what's the best way to do mochitests on android?
  2206. # [20:54] <@bz> philor: er, I meant you, not this pholor fellow. ;)
  2207. # [20:55] * Quits: jaws (uid2871@moz-D8B63698.irccloud.com) (Ping timeout)
  2208. # [20:55] * Quits: esprehn (uid10445@moz-C944F5EC.irccloud.com) (Ping timeout)
  2209. # [20:55] * Quits: gozala (uid5923@moz-C944F5EC.irccloud.com) (Ping timeout)
  2210. # [20:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/26696aad9b5b - Boris Zbarsky - Back out revision 43927377e41c (bug 870787) and revision 25126626dd43 (bug 879319) for failing tests and contributing to a CLOSED TREE.
  2211. # [20:55] * Quits: dcamp (uid6663@moz-D8B63698.irccloud.com) (Ping timeout)
  2212. # [20:55] <@gavin> jmaher|mtg: an r+ on https://bugzilla.mozilla.org/attachment.cgi?id=763248&action=edit (see latest comments in bug) would let me land a bunch of patches I have ready to go in my queue :)
  2213. # [20:55] * Quits: akeybl (uid11012@moz-C944F5EC.irccloud.com) (Ping timeout)
  2214. # [20:55] <philor> bz: thanks, he's not very good about passing on my messages
  2215. # [20:55] * Quits: ttaubert (uid2620@moz-C944F5EC.irccloud.com) (Ping timeout)
  2216. # [20:55] * Quits: pdr|afk (uid7901@moz-A588D045.irccloud.com) (Ping timeout)
  2217. # [20:55] * Quits: dolske|cloud_ (uid2681@moz-A588D045.irccloud.com) (Ping timeout)
  2218. # [20:55] * Quits: felipe (uid2734@moz-C944F5EC.irccloud.com) (Ping timeout)
  2219. # [20:55] * Joins: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP)
  2220. # [20:55] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2221. # [20:56] * Quits: jamesr (uid10481@moz-A588D045.irccloud.com) (Ping timeout)
  2222. # [20:56] * Quits: daleharvey (uid513@moz-A588D045.irccloud.com) (Ping timeout)
  2223. # [20:56] * Quits: Unfocused (uid2622@moz-D8B63698.irccloud.com) (Ping timeout)
  2224. # [20:56] * Quits: gfritzsche (uid7586@moz-D8B63698.irccloud.com) (Ping timeout)
  2225. # [20:56] * Quits: cstipkovic (uid6805@moz-C944F5EC.irccloud.com) (Ping timeout)
  2226. # [20:56] * Quits: biesi_ (uid8099@moz-D8B63698.irccloud.com) (Ping timeout)
  2227. # [20:56] * Quits: NimeshNeema (uid2689@moz-A588D045.irccloud.com) (Ping timeout)
  2228. # [20:56] * Quits: blassey_mobile (uid2297@moz-C944F5EC.irccloud.com) (Ping timeout)
  2229. # [20:56] <@smaug> bz: Necko single-threaded? Must be used from one thread, sure
  2230. # [20:56] * Quits: sid0 (uid2934@moz-A588D045.irccloud.com) (Ping timeout)
  2231. # [20:56] * Quits: hadleybeeman (uid7394@moz-D8B63698.irccloud.com) (Ping timeout)
  2232. # [20:56] * Quits: molnarg (darkelf@moz-A80E711.clients.your-server.de) (Ping timeout)
  2233. # [20:56] * Quits: fhd (uid2508@moz-A588D045.irccloud.com) (Ping timeout)
  2234. # [20:57] * Quits: evilpie (uid7877@moz-C944F5EC.irccloud.com) (Ping timeout)
  2235. # [20:57] * gregglind is now known as gregglind_away
  2236. # [20:57] * Quits: abot2211 (atopal@moz-19F3D8B3.net) (Ping timeout)
  2237. # [20:57] * Quits: ruediger (quassel@moz-C9B8D8D0.org) (Quit: No Ping reply in 180 seconds.)
  2238. # [20:57] * Quits: sawrubh (uid6719@moz-D8B63698.irccloud.com) (Ping timeout)
  2239. # [20:57] <@bz> smaug: single-threaded for API consumer purposes, sure
  2240. # [20:57] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  2241. # [20:57] * Joins: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP)
  2242. # [20:58] <@bz> philor: he may just have a sucky IRC client and not notice he's being pinged
  2243. # [20:58] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2244. # [20:58] * Quits: rstrong (androirc@A5A0595A.66715431.D25A875A.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  2245. # [20:58] * Quits: dzbarsky (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  2246. # [20:59] * Joins: molnarg (darkelf@moz-A80E711.clients.your-server.de)
  2247. # [20:59] * Quits: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP) (Ping timeout)
  2248. # [20:59] <dholbert> jfkthame, did you intend to reassign that clear sans bug to yourself?
  2249. # [20:59] <Optimizer> bz: if necko is single threaded, how does pipelining help :O
  2250. # [21:00] <dholbert> jfkthame, seems like you might want to file a helper-bug to do the platform fix (assigned to you), and make the clear sans bug (assigned to blassey) depend on it
  2251. # [21:00] * Quits: jryans (jryans@moz-945C5CA4.massrel.com) (Quit: Linkinus - http://linkinus.com)
  2252. # [21:00] * Joins: sheppy (sheppy@moz-EB0CF399.sub-70-193-7.myvzw.com)
  2253. # [21:00] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  2254. # [21:00] <dholbert> jfkthame, in part because we probably want your platform fix, even if hypothetically we changed our minds about clear sans
  2255. # [21:00] * Joins: abot2211 (atopal@moz-19F3D8B3.net)
  2256. # [21:00] <@bz> Optimizer: see above
  2257. # [21:00] <@bz> Optimizer: But also, do you understand what pipelining does?
  2258. # [21:01] <Optimizer> umm. not really. lets drop it.
  2259. # [21:01] <Optimizer> trying to figure out different things right now
  2260. # [21:01] <@bz> Optimizer: Let's just say it's very much _not_ parallel
  2261. # [21:01] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2262. # [21:01] <@bz> Optimizer: hence "pipeline"
  2263. # [21:01] <Optimizer> :D
  2264. # [21:01] <Optimizer> oo, I see.
  2265. # [21:01] * Joins: evilpie (uid7877@moz-C944F5EC.irccloud.com)
  2266. # [21:01] <Optimizer> it kinda makes sense
  2267. # [21:01] <@bz> Optimizer: If you want real parallelism for that sort of thing, you need spdy
  2268. # [21:01] <Optimizer> which we already have, right ?
  2269. # [21:01] <@bz> Optimizer: in particular, pipelining must return things in the order you requested them
  2270. # [21:01] <@bz> Optimizer: yes
  2271. # [21:01] * Quits: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  2272. # [21:02] <Optimizer> so how does necko handle that now ?
  2273. # [21:02] * Joins: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP)
  2274. # [21:03] <@bz> multiplexing
  2275. # [21:03] * Joins: daleharvey (uid513@moz-A588D045.irccloud.com)
  2276. # [21:03] <@bz> the point of spdy is that the _loads_ happen in parallel
  2277. # [21:03] * Joins: KWierso (chatzilla@2557E599.66715431.D25A875A.IP)
  2278. # [21:03] <@bz> so when you get data back you hand it to whoever wants it
  2279. # [21:03] <@bz> on the main thread
  2280. # [21:03] <@bz> and when they return to necko code, if you have more data you hand it to whoever wants _that_
  2281. # [21:03] <Optimizer> so necko runs in one thread as it has I/O, but it can make parallel network calls ?
  2282. # [21:03] <@bz> still on the main thread
  2283. # [21:03] <@bz> no
  2284. # [21:03] * Joins: phenom (phenom@3584C4E2.599B0E8.13EFE003.IP)
  2285. # [21:03] * froydnj needs file-bugzilla-bug-from-awesomebar
  2286. # [21:03] <@bz> the user-facing part of necko runs on one thread
  2287. # [21:04] <@bz> but the parts that do I/O have a threadpool
  2288. # [21:04] <@bz> all the network-facing stuff
  2289. # [21:04] * jmaher|mtg is now known as jmaher
  2290. # [21:04] <Optimizer> ok
  2291. # [21:04] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2292. # [21:04] <@bz> (and we're slowly changign the user-facing part; note https://bugzilla.mozilla.org/show_bug.cgi?id=497003
  2293. # [21:04] <@bz> "we" == "not me". ;)
  2294. # [21:04] <jcranmer> bz: strictly speaking, sockets can deliver to non-main-thread
  2295. # [21:04] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  2296. # [21:04] <jcranmer> but nsIChannel can't
  2297. # [21:04] <@bz> jcranmer: sockets are not exactly part of the necko user API....
  2298. # [21:04] <@bz> jcranmer: right
  2299. # [21:04] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2300. # [21:05] <jcranmer> bz: well, for mailnews code, they are
  2301. # [21:05] <@bz> jcranmer: <sigh>. ;)
  2302. # [21:05] <RyanVM> joe: esr17 bustage on Windows
  2303. # [21:05] <@bz> Do we have XPCOM proxies still?
  2304. # [21:05] <joe> RyanVM: gahhhh
  2305. # [21:05] <jcranmer> bz: nope
  2306. # [21:05] <@bz> Like if I want to create an object that implements interface foo and forwards everything on to some other object implementing foo
  2307. # [21:05] <@bz> ok
  2308. # [21:05] <jcranmer> we killed that off in like 12 or so
  2309. # [21:05] <RyanVM> joe: nobody actually *uses* that, do they?
  2310. # [21:05] * @bz hand-writes it
  2311. # [21:06] <joe> RyanVM: oh gah std::max
  2312. # [21:06] <Optimizer> so.. in a mochitest, getZOrderXULWindowEnumerator enumerates on [xpconnect wrapped nsISupports] :(
  2313. # [21:06] <jcranmer> bz: we do have some IDl helper macros
  2314. # [21:06] <jfkthame> dholbert: oops - it always catches me out that using bzexport to attach a patch will automatically reassign the bug
  2315. # [21:06] <Yoric> bent: Can you confirm that I should be able to XHR a resource:// uri from a chrome worker?
  2316. # [21:06] * Joins: gozala (uid5923@moz-C944F5EC.irccloud.com)
  2317. # [21:06] <jmaher> reyre: pong
  2318. # [21:06] <bent> Yoric, yep. i think we even have a test that does so...
  2319. # [21:06] <@bz> jcranmer: yeah, I know about those.
  2320. # [21:06] <dholbert> jfkthame, oh interesting. sneaky bzexport
  2321. # [21:07] <Yoric> bent: Question 2: does this depend on having a window?
  2322. # [21:07] <bent> http://mxr.mozilla.org/mozilla-central/source/dom/workers/test/extensions/bootstrap/bootstrap.js#39
  2323. # [21:07] <@bz> --no-take-bug
  2324. # [21:07] <jfkthame> dholbert: there's an option to suppress it, i believe, but i never remember to consider that at the time
  2325. # [21:07] <bent> Yoric, no
  2326. # [21:07] <jfkthame> yeah, that
  2327. # [21:07] <@bz> dunno whether there's a way to set that in hgrc
  2328. # [21:07] <@bz> but I assume there is
  2329. # [21:07] * @bz usually wants the behavior, though
  2330. # [21:07] <@gavin> jmaher: thanks for the reviews :)
  2331. # [21:08] <joe> RyanVM: pushed a fix
  2332. # [21:08] * glob is now known as glob|away
  2333. # [21:08] <jhammel> if not...i hear bzexport is OSS ;)
  2334. # [21:08] <jmaher> gavin: yeah, I like the cleanup there
  2335. # [21:08] <jfkthame> bz: agreed, it's usually the right thing, but it's caught me out a few times when adding a patch to someone else's bug
  2336. # [21:10] <dholbert> jfkthame, I suspect that patch merits a separate bug, anyway, though I won't push you on it if you don't feel it's worth it :)
  2337. # [21:11] <jfkthame> dholbert: no, i think you're right, i was just too lazy but i'll file it in a while - just fixing dinner atm
  2338. # [21:11] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2339. # [21:11] <dholbert> jfkthame, cool
  2340. # [21:11] * Quits: darkowlzzz (darkowlzz@DCDA4946.B50CA5BB.27560D6E.IP) (Ping timeout)
  2341. # [21:11] * Quits: spohl (Adium@moz-5B594248.openskytelcom.net) (Connection reset by peer)
  2342. # [21:11] <reyre> jmaher: i was pointed at https://wiki.mozilla.org/Mobile/Fennec/Android#Mochitests by AaronMT so i think i'll read up on that first before i bug you more :)
  2343. # [21:12] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2344. # [21:12] <froydnj> ted: those patches in your queue are untested, but they Should Just Work. pushing to try to confirm
  2345. # [21:12] * Quits: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP) (Ping timeout)
  2346. # [21:12] * Joins: guestish (guestish@B4DB7BF2.F0137D7B.7B0FE12A.IP)
  2347. # [21:12] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2348. # [21:12] * Joins: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP)
  2349. # [21:12] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  2350. # [21:12] <guestish> hi everyone. this time i am gonna compile firefox for linux
  2351. # [21:13] <dholbert> guestish, nice! You might try #introduction if this is your first time compiling it and you have getting-started questions
  2352. # [21:13] <guestish> someone had told me smart optimization flag here before. what flag was that?
  2353. # [21:13] <dholbert> guestish, hopefully you've also seen https://developer.mozilla.org/En/Simple_Firefox_build
  2354. # [21:14] <guestish> dholbert, i know that guide! i want to use optimize flags :P
  2355. # [21:14] * Joins: Archaeopteryx (itsme@moz-9A846FDC.cust.telecolumbus.net)
  2356. # [21:14] <dholbert> guestish, The ".mozconfig" file is where you put build configuration options, and https://developer.mozilla.org/en-US/docs/Configuring_Build_Options has some sample ones, including "ac_add_options --enable-optimize"
  2357. # [21:14] <@ted> froydnj: okay, cool
  2358. # [21:15] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  2359. # [21:15] <@ted> froydnj: thanks for pushing on this, btw
  2360. # [21:15] <dholbert> guestish, I don't know if there are any "smarter" optimization build flags than that.
  2361. # [21:15] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  2362. # [21:16] <guestish> dholbert, someone told me something like smart optimize flag that generate for your cpu. or somethgin like that
  2363. # [21:16] * Quits: seth (seth@2C6EF6E2.16E0C35D.DD3002AF.IP) (Ping timeout)
  2364. # [21:16] <@dolske> it's optimized by default, you don't need extra flags.
  2365. # [21:16] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  2366. # [21:16] <dholbert> [good, I suspected that but wasn't sure]
  2367. # [21:16] <guestish> dolske, should i use "ac_add_options --enable-optimize=-O2 "?
  2368. # [21:16] <@dolske> no
  2369. # [21:16] * Parts: knelson (Adium@2557E599.66715431.D25A875A.IP)
  2370. # [21:16] <dholbert> guestish, that wiki page says that's only if you want something special/specific
  2371. # [21:17] <guestish> dholbert, yes. i want it to spesific to my computer
  2372. # [21:17] <dholbert> guestish, what specifically are you trying to do?
  2373. # [21:17] <jmaher> reyre: yeah, if you have a local device it helps, if not- a few try runs can go a long way
  2374. # [21:17] <dholbert> guestish, our build system does that for you already
  2375. # [21:17] <guestish> man someone told me something like "march=corei5" or something like that
  2376. # [21:18] <froydnj> ted: it's just one thing after another :)
  2377. # [21:18] * coop|buildduty is now known as coop|afk
  2378. # [21:18] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  2379. # [21:18] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (Input/output error)
  2380. # [21:18] <froydnj> guestish: -march=native is probably what you want, assuming you are on linux
  2381. # [21:19] <@dolske> funrollloops, etc etc
  2382. # [21:19] <guestish> froydnj, so should i use ""ac_add_options --enable-optimize=-march=native"?
  2383. # [21:19] <@dolske> this isn't a productive discussion, it happens every other month.
  2384. # [21:19] <froydnj> guestish: and/or -mtune-native
  2385. # [21:20] <reyre> jmaher: what we're doing is pretty tricky so i think it would be better for a local device. how many tries is too many. how many tries is too many?
  2386. # [21:20] <guestish> froydnj, both of them?
  2387. # [21:20] <jmaher> reyre: nothing is too many :)
  2388. # [21:20] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2389. # [21:21] <jmaher> reyre: one weekend I did over 2000 try server jobs to track down an issue...that is probably the exception
  2390. # [21:21] <reyre> jmaher: alright heh, sounds good :) thanks
  2391. # [21:21] <reyre> :O
  2392. # [21:21] * Joins: till (till@moz-ED87F442.superkabel.de)
  2393. # [21:21] <jmaher> I solve the problem though ;)
  2394. # [21:21] <froydnj> guestish: I think something like "ac_add_options --enable-optimize='-Os -march=native -mtune=native'" is what you want
  2395. # [21:21] * Joins: ErvisTusha (ErvisTusha@C99DF599.F69FB6EA.363D84A4.IP)
  2396. # [21:21] <reyre> jmaher: well that's good then :)
  2397. # [21:22] * Joins: KWierso_ (chatzilla@2557E599.66715431.D25A875A.IP)
  2398. # [21:22] <froydnj> guestish: but note that your compiler may already add -march=native -mtune=native by default
  2399. # [21:22] <guestish> froydnj, so it will be optimized to my spesific cpu?
  2400. # [21:22] <froydnj> guestish: so it may not be worth your while to adjust the optimization settings
  2401. # [21:22] <froydnj> guestish: yes
  2402. # [21:22] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2403. # [21:22] * Quits: KWierso (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2404. # [21:22] * KWierso_ is now known as KWierso
  2405. # [21:23] <jmaher> reyre: but if you need additional logging or other tricks to make the tests behave as you need, we might be able to hack that up in a patch for you to run on try server
  2406. # [21:23] * Quits: till (till@moz-ED87F442.superkabel.de) (Ping timeout)
  2407. # [21:23] <guestish> froydnj, my second question. i couldn't find how to make pgo build on linux
  2408. # [21:23] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2409. # [21:23] <reyre> jmaher: oh cool, okay, i don't need that for this particular problem, but i'll keep that in mind for the future
  2410. # [21:23] <reyre> i didn't know the try server was so flexible
  2411. # [21:24] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2412. # [21:24] <jmaher> reyre: it is pretty flexible if you are creative; there still are limitations though
  2413. # [21:24] <guestish> is it hard to make pgo build on linux?
  2414. # [21:25] <philor> okay, land all that bustage that you've been sitting on all morning instead of pushing it to try while inbound was closed
  2415. # [21:25] <froydnj> grrr, who deleted the useful information from the pgo build instructions on dev.m.o?
  2416. # [21:26] * Joins: dzbarsky (Adium@2557E599.66715431.D25A875A.IP)
  2417. # [21:26] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  2418. # [21:26] * Joins: ddahl (ddahl@43CB6079.66715431.D25A875A.IP)
  2419. # [21:26] * Joins: hurley (hurley@2557E599.66715431.D25A875A.IP)
  2420. # [21:26] <guestish> froydnj, there is only for windows
  2421. # [21:27] <froydnj> glandium!
  2422. # [21:27] * Quits: Optimizer (Optimizer@E008AAEB.F94ECD12.D2D1FAF0.IP) (Ping timeout)
  2423. # [21:28] * Joins: dzbarsky1 (Adium@2557E599.66715431.D25A875A.IP)
  2424. # [21:28] <froydnj> guestish: see docs at: https://developer.mozilla.org/en-US/docs/Building_with_Profile-Guided_Optimization$revision/378301
  2425. # [21:28] * Quits: dzbarsky (Adium@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2426. # [21:28] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2427. # [21:29] * Quits: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net) (Quit: jorendorff)
  2428. # [21:29] <guestish> froydnj, thanks!
  2429. # [21:30] <guestish> one more question
  2430. # [21:30] * Quits: sheppy (sheppy@moz-EB0CF399.sub-70-193-7.myvzw.com) (Quit: Leaving)
  2431. # [21:30] * Quits: system64 (iakshay@DF1E4059.83885371.1228A288.IP) (Quit: Quit)
  2432. # [21:31] <guestish> i can't log in mozilla irc network using ssl on linux because there is no ca certificate i guess
  2433. # [21:31] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2434. # [21:31] * Parts: KryDos (KryDos@A808C404.55981748.57651228.IP) (cya)
  2435. # [21:31] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2436. # [21:31] <guestish> where can i find the certificate and how can i import it into system
  2437. # [21:31] * Joins: Optimizer (Optimizer@19F72FF0.B0C3F0F8.274D17D6.IP)
  2438. # [21:31] <guestish> now i am on windows
  2439. # [21:31] * Joins: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net)
  2440. # [21:32] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2441. # [21:32] <dholbert> guestish, presumably the IRC server offers you the cert, every time you try to connect :)
  2442. # [21:32] <dholbert> so that's where you can get the cert :)
  2443. # [21:32] <Yoric> bent: Do you have any idea why I can Cu.import a resource:// uri (from the main thread) but that I cannot XHR that same uri from a chrome worker?
  2444. # [21:32] <Yoric> (XHR just returns an empty string)
  2445. # [21:32] <Yoric> s/returns/fetches/
  2446. # [21:33] <dholbert> the question is, how to connect it to your Windows cert manager so you can validate it. that's probably IRC-client-specific
  2447. # [21:33] * Quits: ddahl (ddahl@43CB6079.66715431.D25A875A.IP) (Connection reset by peer)
  2448. # [21:34] <guestish> dholbert, i am getting "unable to get issuer" or something like that in linux with xchat and hexchat. so it doesn't log in
  2449. # [21:34] <guestish> on windows it is ok
  2450. # [21:34] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2451. # [21:34] <dholbert> guestish, maybe you need to install the ca-certificates package? I think a lot of tools use that for certs
  2452. # [21:35] <guestish> dholbert, what is the name of that package?
  2453. # [21:35] <bent> Yoric, not offhand, no. Sounds like somehow you're not getting the right privilege maybe? See if you make it here: http://mxr.mozilla.org/mozilla-central/source/dom/workers/ScriptLoader.cpp#439
  2454. # [21:35] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  2455. # [21:35] <dholbert> guestish, ca-certificates
  2456. # [21:35] <guestish> dholbert, for linux mint?
  2457. # [21:36] <dholbert> guestish, you can take a little initiative and check for it yourself :)
  2458. # [21:36] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  2459. # [21:36] <dholbert> guestish, but yes, it should be there on linux-mint. It's in Ubuntu, and IIRC linux mint is ubuntu-based
  2460. # [21:36] * Quits: Optimizer (Optimizer@19F72FF0.B0C3F0F8.274D17D6.IP) (Ping timeout)
  2461. # [21:36] <dholbert> guestish, (I've been using xchat-gnome on Ubuntu for years, and I've never had cert issues w/ connecting to the mozilla ssl irc server)
  2462. # [21:36] <dholbert> (w/ ca-certificates package installed)
  2463. # [21:36] <joe> XPCOM's bloat log says I leak a gfxASurface
  2464. # [21:36] <joe> but
  2465. # [21:37] <joe> XPCOM_MEM_REFCNT_LOG does not output any data when i only log for gfxASurface
  2466. # [21:37] <joe> am I hosed?
  2467. # [21:37] * Joins: cford (cjford@moz-F50CB0E7.xen.prgmr.com)
  2468. # [21:37] <guestish> dholbert, i am switching to linux now.
  2469. # [21:37] * Joins: dcamp (uid6663@moz-D8B63698.irccloud.com)
  2470. # [21:37] * Quits: guestish (guestish@B4DB7BF2.F0137D7B.7B0FE12A.IP) (Quit: Leaving)
  2471. # [21:37] <joe> (it's not clear to me how the refcount leak log even knows that gfxASurface is leaked, considering it doesn't seem to do logging of refcount
  2472. # [21:37] <joe> )
  2473. # [21:38] <joe> oh wait it probably logs its constructor and destructor
  2474. # [21:38] <joe> hooray i can solve this
  2475. # [21:38] <@dbaron> joe, you can use XPCOM_MEM_ALLOC_LOG to get ctor/dtor stacks
  2476. # [21:39] <@dbaron> joe, and can even run them through the refcount balancer if needed (though that might need some minimal munging of the log)
  2477. # [21:39] * Quits: RealRaven (Thunderbir@A6D80781.B715CAAF.C3498625.IP) (Ping timeout)
  2478. # [21:39] <joe> dbaron: in this case i think i'll need the addref/release log, so i'll just add NS_LOG_ADDREF to the relevant files
  2479. # [21:40] <@dbaron> joe, if it's a refcounted thing, then you should remove the CTOR/DTOR log if you're adding ADDREF/RELEASE logging
  2480. # [21:40] <joe> dbaron: oh ok
  2481. # [21:40] * baku is now known as baku|away
  2482. # [21:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/987bb15b11f3 - Ehsan Akhgari - Bug 883992 - Correctly compare the host string against an empty string in the gtk crash reporter app; r=ted
  2483. # [21:41] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2484. # [21:41] <Yoric> bent: It seems that we never make it to that code.
  2485. # [21:41] <Yoric> (at least when executing the code from xpcshell)
  2486. # [21:41] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2487. # [21:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/99761867d59c - Mike Habicher - Bug 882328 - remove off-Main Thread JS callback addrefs, r=jdm
  2488. # [21:41] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2489. # [21:42] <reuben> st3fan++
  2490. # [21:42] * Joins: Optimizer (Optimizer@B27915AB.F5AEC7E6.274D17D6.IP)
  2491. # [21:42] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  2492. # [21:43] * Joins: RealRaven (Thunderbir@C095BC93.3D87C2A.C3498625.IP)
  2493. # [21:43] <bent> Yoric, ok, why not? maybe start at http://mxr.mozilla.org/mozilla-central/source/dom/workers/ScriptLoader.cpp#409 and then step through
  2494. # [21:43] <Yoric> bent: Actually, I have a dwarf-related error message.
  2495. # [21:43] <Yoric> I need to check whether I've built that tree with debug symbols.
  2496. # [21:43] <bent> ok
  2497. # [21:43] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2498. # [21:43] <Yoric> Well, --enable-debug suggests that I have.
  2499. # [21:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d78e02224026 - Ryan VanderMeulen - Backed out 4 changesets (bug 497003) for intermittent OSX crashes.
  2500. # [21:45] * JosiahOne is now known as JosiahOne|Away
  2501. # [21:45] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2502. # [21:45] <Yoric> « Dwarf Error: Cannot find type of die [in module /Users/david/Documents/Code/mc-osfile/obj-x86_64-apple-darwin11.4.2/toolkit/library/XUL] »
  2503. # [21:45] <Yoric> Wonder what that means.
  2504. # [21:45] * Quits: chewey (chewey@moz-7451A5A3.dip0.t-ipconnect.de) (Ping timeout)
  2505. # [21:46] <@khuey> the linker doesn't expect you to talk
  2506. # [21:46] <@khuey> it expects you to die
  2507. # [21:46] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2508. # [21:46] <st3fan> reuben: uhoh what did i do?
  2509. # [21:46] <xorrbit> maybe it wants you to roll for initiative
  2510. # [21:46] <froydnj> Yoric: it means something is going very wrong; the debug information is corrupt and/or incomplete
  2511. # [21:47] <reuben> st3fan: filed bug 883824 as a dupe of the 10.8 compat bug so I don't have to chase it :)
  2512. # [21:47] <Yoric> xorrbit: or SANity
  2513. # [21:47] <st3fan> reuben: hehe :)
  2514. # [21:47] <Yoric> froydnj: Weird.
  2515. # [21:47] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2516. # [21:47] <Yoric> Should I upgrade clang or something?
  2517. # [21:47] <st3fan> reuben: we seem to work pretty well on 10.9
  2518. # [21:48] <Yoric> I'm using clang++-3.2 atm.
  2519. # [21:48] <froydnj> Yoric: you could try remaking libxul. I assume this is not the first --enable-debug build that you have done with this compiler?
  2520. # [21:48] <mjrosenb> bad question is 23 aurora or beta?
  2521. # [21:48] * whimboo|afk is now known as whimboo
  2522. # [21:48] <Yoric> froydnj: I have clobbered a few hours ago and indeed, it's not the first --enable-debug with this compiler.
  2523. # [21:48] <reuben> st3fan: nice :) I held back on trying it out because I'm afraid of setting up a b2g again
  2524. # [21:48] <reuben> b2g build*
  2525. # [21:49] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Quit: dria)
  2526. # [21:49] <froydnj> Yoric: =/
  2527. # [21:49] <st3fan> reuben: i have not tried building firefox yet, my work is mostly python
  2528. # [21:49] * merike is now known as merike|away
  2529. # [21:49] <Yoric> Let's try upgrading gdb.
  2530. # [21:49] <froydnj> Yoric: I doubt it is a problem with the compiler
  2531. # [21:50] <froydnj> oh, yes, the default gdb on osx is horribly old
  2532. # [21:50] * Joins: chewey (chewey@moz-FD52BCFB.dip0.t-ipconnect.de)
  2533. # [21:50] <froydnj> would not be at all surprised if it didn't understand the dwarf clang generates nowadays
  2534. # [21:50] <Yoric> At least, it can interpret stacks.
  2535. # [21:50] <reuben> it does
  2536. # [21:50] <Yoric> But it might not be able to place breakpoints.
  2537. # [21:50] <reuben> I build with Clang trunk and debug with GCC 4.ancient
  2538. # [21:51] <reuben> works well (as well as gdb can be)
  2539. # [21:51] * Quits: Optimizer (Optimizer@B27915AB.F5AEC7E6.274D17D6.IP) (Ping timeout)
  2540. # [21:51] <reuben> GCC/GDB
  2541. # [21:51] <froydnj> lldb can at least place breakpoints, but its UX is worse than gdb's
  2542. # [21:51] <reuben> Yoric: I'd try lldb before updating gdb, doing that on OS Xis a nightmare
  2543. # [21:52] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  2544. # [21:52] * Joins: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz)
  2545. # [21:52] <Yoric> reuben: I just |port install|ed gdb 7.5, let's see if that works.
  2546. # [21:53] * Joins: seth (seth@2557E599.66715431.D25A875A.IP)
  2547. # [21:54] * Joins: Optimizer (Optimizer@EA3D723D.A4B0C349.274D17D6.IP)
  2548. # [21:55] * nsm|gonecamping is now known as nsm
  2549. # [21:55] * Joins: Unfocused (uid2622@moz-A588D045.irccloud.com)
  2550. # [21:55] * simone|away is now known as simone
  2551. # [21:56] * coop|afk is now known as coop|buildduty
  2552. # [21:56] * Quits: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP) (Ping timeout)
  2553. # [21:56] <sfink> I haven't heard of anyone successfully using an upgraded gdb on osx yet. It sounds like it mostly works, but crashes and gives bogus information and shaves your mother's pet dog.
  2554. # [21:57] <froydnj> fluffy!
  2555. # [21:57] * Joins: Optimizer1 (Optimizer@83417EEF.85AE207.274D17D6.IP)
  2556. # [21:57] * Quits: Optimizer (Optimizer@EA3D723D.A4B0C349.274D17D6.IP) (Ping timeout)
  2557. # [21:57] * pmoore is now known as pmoore|away
  2558. # [21:58] <Yoric> So far, it crashes.
  2559. # [21:58] * Joins: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP)
  2560. # [21:58] * mattwoodrow|away is now known as mattwoodrow
  2561. # [21:58] <sfink> if it starts lying about stack traces, it'll be time to give your mother a call
  2562. # [21:59] <dougt> gps: ping?
  2563. # [22:00] * Fallen is now known as Fallen|away
  2564. # [22:00] * pmoore|away is now known as pmoore
  2565. # [22:01] * Joins: fhd (uid2508@moz-A588D045.irccloud.com)
  2566. # [22:01] * nthomas|away is now known as nthomas
  2567. # [22:01] * Quits: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: brendan)
  2568. # [22:02] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  2569. # [22:02] * Quits: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net) (Quit: jorendorff)
  2570. # [22:02] <reuben> Yoric: so you have to codesign the binary, and reboot before it (maybe) works
  2571. # [22:02] * Joins: ddahl (ddahl@2557E599.66715431.D25A875A.IP)
  2572. # [22:02] <reuben> http://sourceware.org/gdb/wiki/BuildingOnDarwin
  2573. # [22:03] * Quits: robertbindar (Thunderbir@E878783A.FAE05BE7.2B3D3D4.IP) (Quit: robertbindar)
  2574. # [22:03] <Yoric> Sounds like something I'll want to do tomorrow.
  2575. # [22:03] <Yoric> Thanks.
  2576. # [22:03] * mgerva|afk is now known as mgerva
  2577. # [22:04] * Quits: nemo (nemo@moz-57FDFA.hsd1.md.comcast.net) (Quit: leaving)
  2578. # [22:04] * Joins: wolfiR (wolfiR@moz-ADFFC895.dip0.t-ipconnect.de)
  2579. # [22:04] * dzbarsky1 is now known as dzbarsky
  2580. # [22:05] * Quits: twi1 (Adium@moz-2E4A4B6F.business.telecomitalia.it) (Quit: Leaving.)
  2581. # [22:05] * Fallen|away is now known as Fallen
  2582. # [22:05] * Quits: Optimizer1 (Optimizer@83417EEF.85AE207.274D17D6.IP) (Ping timeout)
  2583. # [22:05] * Joins: till (till@moz-ED87F442.superkabel.de)
  2584. # [22:06] * Joins: brendan (brendaneic@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2585. # [22:06] * Quits: Archaeopteryx (itsme@moz-9A846FDC.cust.telecolumbus.net) (Quit: It has been this message for years.)
  2586. # [22:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ec7bccd33fc0 - Catalin Suciu - Bug 846340 - Add test for 'Clear Site Settings'. r=jmaher
  2587. # [22:07] * JosiahOne|Away is now known as JosiahOne
  2588. # [22:07] * Quits: victorporof (victorporo@70DEDDA.9004F55.9B1E38F4.IP) (Quit: victorporof)
  2589. # [22:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/dccd693173c9 - Julien Wajsberg - Bug 814090 - [classList] Implement the second force argument for toggle. r=bz
  2590. # [22:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f172342f18c2 - Jan Horak - Bug 831688 - Enable MOZ_SERVICES_HEATLHREPORT in xulrunner. r=gps
  2591. # [22:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7df3c21c72e9 - Martijn Wargers - Bug 880310 - Add some pushPrefEnv tests. r=jmaher
  2592. # [22:07] * Kripton is now known as kripton
  2593. # [22:07] <Jesse> my clang/asan build is broken in storage/test/test_AsXXX_helpers.cpp. halp! http://pastebin.mozilla.org/2535589
  2594. # [22:08] * Fallen is now known as Fallen|away
  2595. # [22:08] <gps> dougt: pong
  2596. # [22:08] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2597. # [22:09] <froydnj> Jesse: looks like that file needs to be fixed =/
  2598. # [22:09] * Joins: akeybl (uid11012@moz-C944F5EC.irccloud.com)
  2599. # [22:09] * KaiRo is now known as KaiRo_away
  2600. # [22:09] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2601. # [22:10] * Joins: gandalf (zbraniecki@moz-F4602B7E.neoplus.adsl.tpnet.pl)
  2602. # [22:10] * Joins: kaze (kaze@A5A0595A.66715431.D25A875A.IP)
  2603. # [22:10] * Fallen|away is now known as Fallen
  2604. # [22:11] <dholbert> Jesse / froydnj, yeah, looks like we should be dereferencing the result of all of those AsWhatever calls
  2605. # [22:11] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2606. # [22:12] <dholbert> before comparing them to '\0
  2607. # [22:12] <dholbert> '
  2608. # [22:13] <dholbert> that looks like what was intended, at least
  2609. # [22:13] <dholbert> though if that test has been passing, that suggests that those invocations are returning null, in which case deref'ing it would crash
  2610. # [22:13] <dholbert> so I don't know :)
  2611. # [22:13] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  2612. # [22:13] * Joins: Optimizer (Optimizer@DB63479D.976956AF.D2D1FAF0.IP)
  2613. # [22:13] <Yoric> reuben: Actually, it still seems to freeze when loading symbols.
  2614. # [22:13] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2615. # [22:13] <Yoric> (while doing enough I/O to drag down my entire system)
  2616. # [22:13] <froydnj> bug 787730 might have been a little overzealous in converting to '\0'?
  2617. # [22:14] * Joins: Archaeopteryx (itsme@moz-9A846FDC.cust.telecolumbus.net)
  2618. # [22:14] * Joins: mwobensmith (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2619. # [22:15] * Joins: timeless (uid4015@moz-A588D045.irccloud.com)
  2620. # [22:15] <Yoric> sigh
  2621. # [22:15] * Yoric will see about downloading, building and signing lldb tomorrow.
  2622. # [22:16] <cford> working through an OS X build. "error: thread-local storage is unsupported for the current target"
  2623. # [22:16] * openjck is now known as openjck|lunch
  2624. # [22:16] <froydnj> for whatever reason, I don't think lldb requires you to do anything special
  2625. # [22:16] <froydnj> at least, I don't remember doing anything special when I compiled it
  2626. # [22:16] <froydnj> Yoric: you might already have /usr/bin/lldb, fwiw
  2627. # [22:17] * Quits: Optimizer (Optimizer@DB63479D.976956AF.D2D1FAF0.IP) (Ping timeout)
  2628. # [22:17] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2629. # [22:17] <Yoric> froydnj: Ah, good point, I have a binary already.
  2630. # [22:17] <Yoric> Instructions seem to hint that there are several steps.
  2631. # [22:17] <Yoric> I stopped at that point :)
  2632. # [22:17] <froydnj> maybe I was just using that binary and not my home-brewed version :)
  2633. # [22:17] <Jesse> froydnj: so maybe it should be comparing to NULL?
  2634. # [22:17] <Jesse> instead of '\0'
  2635. # [22:18] * Quits: darkowlzz (sunny@DCDA4946.B50CA5BB.27560D6E.IP) (Ping timeout)
  2636. # [22:18] <froydnj> Jesse: https://bugzilla.mozilla.org/show_bug.cgi?id=787730#c2 suggests that the '\0' changes there were deliberate
  2637. # [22:19] <froydnj> I guess the right thing to do would be to use (char *)NULL or somesuch
  2638. # [22:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5a43a331c2cc - James King - Bug 738869 - Implement OES_vertex_array_object. r=jgilbert
  2639. # [22:19] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2640. # [22:19] * Joins: twi (Adium@moz-2E4A4B6F.business.telecomitalia.it)
  2641. # [22:20] * Joins: jaws (uid2871@moz-D8B63698.irccloud.com)
  2642. # [22:20] <Yoric> froydnj: Do I need to do anything to get it to load symbols?
  2643. # [22:21] * Quits: rexem (rexem@moz-832AC6E3.hsd1.nh.comcast.net) (Quit: Leaving)
  2644. # [22:21] <froydnj> Yoric: no, it loads them on demand
  2645. # [22:21] <Yoric> In that case, I must be missing something.
  2646. # [22:21] * Quits: ialagenchev (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  2647. # [22:21] <froydnj> so startup is fast, but you wait forever for the first command or two
  2648. # [22:21] <Yoric> It just thrashes my harddrive and kills my battery.
  2649. # [22:21] <Yoric> Well, anyway, it's getting late.
  2650. # [22:21] <Yoric> I'll try again tomorrow.
  2651. # [22:21] <Yoric> Thanks.
  2652. # [22:23] * Joins: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net)
  2653. # [22:23] * Quits: phenom (phenom@3584C4E2.599B0E8.13EFE003.IP) (Quit: Leaving)
  2654. # [22:23] <jld> It's almost as if debugger developers haven't ever had to read in pre-GCC-4.7 enormous .debug_macinfo from an NFS server on another continent, or something.
  2655. # [22:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bb0567fbb4cc - Andrew Halberstadt - Bug 882461 - add mozbase packages to sys.path in automation, r=jhammel
  2656. # [22:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1fae83d70978 - Jeff Hammel - Bug 877733 - bump mozinfo, mozprocess, mozdevice, mozinstall version and mirror to m-c;r=jmaher
  2657. # [22:24] <@smaug> hmm, is the build system broken... so that if I add --enable-b2g-bt, I actually need a clobber build
  2658. # [22:24] <@smaug> looks very much like so
  2659. # [22:24] <@smaug> recent regression, I think
  2660. # [22:25] <@smaug> gps ^
  2661. # [22:25] <dholbert> froydnj / Jesse, I'm not so sure the \0 changes were correct though
  2662. # [22:25] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2663. # [22:26] * pmoore is now known as pmoore|away
  2664. # [22:26] * jgriffin is now known as jgriffin-afk
  2665. # [22:27] * Quits: gustavold (gustavold@E3CDD417.C185DE05.C7EA744A.IP) (Quit: Leaving.)
  2666. # [22:27] * Quits: Boriss (FlyingToas@moz-801E009D.vlan502.asr1.cdg2.gblx.net) (Ping timeout)
  2667. # [22:27] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2668. # [22:28] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2669. # [22:28] * Quits: rail (rail@moz-E6144DC3.iqchoice.com) (Ping timeout)
  2670. # [22:29] * Fallen is now known as Fallen|away
  2671. # [22:29] <froydnj> dholbert: they should have been NULL-casted-to-correct-type?
  2672. # [22:30] <dholbert> froydnj, they should just be null, AFAICT
  2673. # [22:30] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2674. # [22:30] <dholbert> I think the original code was correct (with NULL)
  2675. # [22:30] <dholbert> froydnj, commenting on the bug now.
  2676. # [22:30] <ggp> ctalbert: ping
  2677. # [22:30] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2678. # [22:31] <dholbert> froydnj, oh, yes
  2679. # [22:32] * Fallen|away is now known as Fallen
  2680. # [22:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a535b327054f - Boris Zbarsky - Bug 874758. Make DOMStringMap use [OverrideBuiltins]. r=peterv
  2681. # [22:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b5e6522257cb - Boris Zbarsky - Bug 883358 part 2. Use the new information in bindings error reporting. r=smaug
  2682. # [22:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/757a3f2e5de6 - Boris Zbarsky - Bug 883358 part 1. When creating getter/setter functions for the JSPROP_NATIVE_ACCESSORS case in JS_DefineProperties/JS_DefineProperty, give them the name of the
  2683. # [22:32] <firebot> property. r=till
  2684. # [22:33] <ctalbert> gps pong, in mtg
  2685. # [22:33] <froydnj> Jesse: did you file a bug for that issue? if you did, can you cc me?
  2686. # [22:33] * Quits: Ms2ger (Ms2ger@moz-DB7CCFB.adsl-dyn.isp.belgacom.be) (Quit: nn)
  2687. # [22:33] <dholbert> Jesse, see also https://bugzilla.mozilla.org/show_bug.cgi?id=787730#c6 which I just posted. The bug you file should block that bug
  2688. # [22:34] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Quit: ekr_)
  2689. # [22:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ec253175bb51 - Terrence Cole - Bug 883383 - Fix some more static root analysis failures in SpiderMonkey; r=sfink
  2690. # [22:34] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Ping timeout)
  2691. # [22:35] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  2692. # [22:35] * Joins: rail (rail@moz-E6144DC3.iqchoice.com)
  2693. # [22:36] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2694. # [22:37] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  2695. # [22:38] * mgerva is now known as mgerva|afk
  2696. # [22:38] <ggp> ctalbert: how could I go about having a pref set whenever tests are running?
  2697. # [22:38] * AaronMT is now known as AaronMT|mtg
  2698. # [22:39] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2699. # [22:41] <dzbarsky> !seen jdm
  2700. # [22:41] <firebot> jdm was last seen 7 hours, 50 minutes and 33 seconds ago, saying 'bjacob: D:' in #developers.
  2701. # [22:41] * jhopkins is now known as jhopkins|bbiab
  2702. # [22:43] <gps> ctalbert: I pinged you?
  2703. # [22:43] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  2704. # [22:43] * Quits: wolfiR (wolfiR@moz-ADFFC895.dip0.t-ipconnect.de) (Quit: Leaving)
  2705. # [22:43] <RyanVM> gps: meh, I pinged you too
  2706. # [22:43] * Joins: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com)
  2707. # [22:43] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  2708. # [22:44] <froydnj> circleping?
  2709. # [22:44] <ggp> gps: ctalbert meant to reply to me I believe :)
  2710. # [22:44] * Quits: ErvisTusha (ErvisTusha@C99DF599.F69FB6EA.363D84A4.IP) (Client exited)
  2711. # [22:44] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  2712. # [22:46] * jmaher is now known as jmaher|afk
  2713. # [22:47] * Joins: b10n1k (j0ni@moz-ACC5B9DD.access.hol.gr)
  2714. # [22:47] <philor> gavin: what have you done to meeeee?!
  2715. # [22:47] <cford> still stuck on this in my build. http://pastebin.mozilla.org/2535701
  2716. # [22:48] <Jesse> dholbert, froydnj: thanks. filed https://bugzilla.mozilla.org/show_bug.cgi?id=884022
  2717. # [22:48] <RyanVM> philor: I was kind of waiting with baited breath to see what bc did on his push
  2718. # [22:48] <sheppy> philor: he's turned you into software running in a sandboxed memory partition on a cell phone.
  2719. # [22:48] * AaronMT|mtg is now known as AaronMT|away
  2720. # [22:48] <@smaug> yes, changes to .mozconfig aren't picked up before clobbering :(
  2721. # [22:49] * Quits: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP) (Quit: pcwalton)
  2722. # [22:49] * Joins: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP)
  2723. # [22:49] <@gavin> philor: :(
  2724. # [22:50] * mattwoodrow is now known as mattwoodrow|away
  2725. # [22:50] <@gavin> well, the test passed here!
  2726. # [22:50] * gregglind_away is now known as gregglind
  2727. # [22:51] <@gavin> I think I see the issue
  2728. # [22:51] * jhammel is now known as jhammel|lunch
  2729. # [22:51] <ctalbert> ggp srry, it depends on which test harness you want. Essentially all the test harnesses have their own means for creating their test profiles. So, if you tell me the harness, I'll go find the file you need to modify
  2730. # [22:52] <ctalbert> ggp, sorry for confusing you with gps
  2731. # [22:52] <gps> ctalbert: it's only happened like a dozen times before :)
  2732. # [22:52] <ctalbert> :-)
  2733. # [22:53] <sheppy> And that's not even gps confusion caused by Apple Maps?
  2734. # [22:54] <Archaeopteryx> and what about gcp?
  2735. # [22:54] <ggp> ctangira: no problem of course :) I would need it set while running geolocation tests, as far as I know they are all in mochitest-4 and browser-chrome
  2736. # [22:54] <ggp> ugh
  2737. # [22:54] <ggp> ctalbert: ^
  2738. # [22:54] * Joins: dolske|cloud_ (uid2681@moz-A588D045.irccloud.com)
  2739. # [22:54] <ggp> this is getting out of hand
  2740. # [22:54] * Joins: andreasn (andreasn@moz-CB9DEC29.a336.priv.bahnhof.se)
  2741. # [22:55] * Joins: hadleybeeman (uid7394@moz-D8B63698.irccloud.com)
  2742. # [22:55] * Joins: gfritzsche (uid7586@moz-D8B63698.irccloud.com)
  2743. # [22:55] <@smaug> ah, there is gps.
  2744. # [22:55] * Joins: felipe (uid2734@moz-C944F5EC.irccloud.com)
  2745. # [22:55] * Joins: biesi_ (uid8099@moz-D8B63698.irccloud.com)
  2746. # [22:55] * Joins: ttaubert (uid2620@moz-C944F5EC.irccloud.com)
  2747. # [22:56] * Joins: pdr|afk (uid7901@moz-A588D045.irccloud.com)
  2748. # [22:56] <@gavin> philor: backed out, xpcshell should be clear
  2749. # [22:56] * Quits: gandalf (zbraniecki@moz-F4602B7E.neoplus.adsl.tpnet.pl) (Quit: I took the wrong pill!!!)
  2750. # [22:57] <philor> thx
  2751. # [22:57] * Joins: blassey_mobile (uid2297@moz-C944F5EC.irccloud.com)
  2752. # [22:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f4f6c5f89800 - Gavin Sharp - Back out 423d565f5637 (bug 493051) for xpcshell bustage
  2753. # [22:57] <joe> remote: waiting for lock on repository /repo/hg/mozilla/try held by 'hgssh1.dmz.scl3.mozilla.com:17470'
  2754. # [22:57] * Joins: sid0 (uid2934@moz-A588D045.irccloud.com)
  2755. # [22:58] * Quits: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP) (Ping timeout)
  2756. # [22:58] * Joins: jamesr (uid10481@moz-A588D045.irccloud.com)
  2757. # [22:58] * Joins: sawrubh (uid6719@moz-D8B63698.irccloud.com)
  2758. # [23:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2a42ab5a85e3 - Hannes Verschore - Bug 883490: OdinMonkey: FFI call should look to the return value for ion errors, r=luke
  2759. # [23:00] <ctalbert> ggp: for mochitest, this is our default set of preferences we create in the file: http://mxr.mozilla.org/mozilla-central/source/testing/profiles/prefs_general.js
  2760. # [23:01] <ctalbert> er...in the profile
  2761. # [23:01] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Ping timeout)
  2762. # [23:02] * philor is now known as philor|away
  2763. # [23:02] * Joins: ialagenchev (Adium@2557E599.66715431.D25A875A.IP)
  2764. # [23:02] <ctalbert> ggp that would be used for both browser-chrome and "normal" mochitests
  2765. # [23:03] * Quits: ctangira (ctangira@moz-816A8007.cisco.com) (Quit: ctangira)
  2766. # [23:03] <rillian> bsmedberg: do we have macros for valgrind assertions?
  2767. # [23:03] <ggp> ctalbert: great, I'll try that. thank you very much!
  2768. # [23:03] <@bsmedberg> rillian: I believe we do, but njn/jseward would know the details
  2769. # [23:03] * froydnj hates it when try won't load individual revisions
  2770. # [23:03] <@bsmedberg> I don't know if we just use standard valgrind macros with MOZ_VALGRIND ifdefs
  2771. # [23:04] <@bsmedberg> or something else
  2772. # [23:04] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2773. # [23:04] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2774. # [23:05] * Joins: bsmith (bsmith@43CB6079.66715431.D25A875A.IP)
  2775. # [23:05] * Quits: ehugg (chatzilla@DE362BE6.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  2776. # [23:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d496fdada911 - Nick Alexander - Bug 883921 - Make testFindInPage close PaintedSurface. r=gbrown
  2777. # [23:07] * hwine is now known as hwine-food
  2778. # [23:07] * Quits: cpearce (chatzilla@moz-AE665A1C.xdsl.xnet.co.nz) (Ping timeout)
  2779. # [23:09] * Quits: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP) (Quit: I'm not at my desk!!!!)
  2780. # [23:10] * Joins: NimeshNeema (uid2689@moz-A588D045.irccloud.com)
  2781. # [23:10] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2782. # [23:10] * Joins: ctangira (ctangira@moz-816A8007.cisco.com)
  2783. # [23:10] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  2784. # [23:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/35b943a379dd - Brad Lassey - bug 882196 - Android crash in nsXPCWrappedJS::AddRef, remove nsAppShell::NotifyObservers r=kats
  2785. # [23:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f7628d639dd1 - Brad Lassey - bug 882196 - Android crash in nsXPCWrappedJS::AddRef, remove nsAppShell::CallObservers r=snorp
  2786. # [23:11] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2787. # [23:11] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  2788. # [23:12] * Joins: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP)
  2789. # [23:12] * coop|buildduty is now known as coop
  2790. # [23:12] * coop is now known as coop|afk
  2791. # [23:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c873354a9242 - Bob Owen - Fix for bug 838692 - Navigating named targets from sandboxed iframes (r=smaug)
  2792. # [23:12] * Quits: sheppy (sheppy@moz-43EEF1A9.dhcp.kgpt.tn.charter.com) (Quit: Leaving)
  2793. # [23:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/65cd5eac8b2e - Bob Owen - Tests for bug 838692 - Navigating named targets from sandboxed iframes. (r=imelven)
  2794. # [23:13] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  2795. # [23:13] * Joins: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP)
  2796. # [23:14] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Ping timeout)
  2797. # [23:15] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  2798. # [23:15] * ChanServ sets mode: +o roc
  2799. # [23:15] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  2800. # [23:16] * Joins: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP)
  2801. # [23:17] * Quits: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Input/output error)
  2802. # [23:18] * philor|away is now known as philor
  2803. # [23:18] <rillian> we have wrappers for VALGRIND_MAKE_* in mfbt/MemoryChecking.h, but not VALGRIND_CHECK_
  2804. # [23:18] <NeilAway> bz: actually I'm sure I saw a checkin letting you you specify a thread that oda gets dispatched on
  2805. # [23:18] <@gavin> https://bugzilla.mozilla.org/show_bug.cgi?id=497003 ?
  2806. # [23:19] <@gavin> fuck, am I orange again
  2807. # [23:19] * Quits: msucan (mihai@FDCB1A36.39ADAF53.320F75DD.IP) (Quit: Leaving.)
  2808. # [23:19] <NeilAway> bz: oh wait, you did know about 497003
  2809. # [23:20] * Quits: AndreeaM (Thunderbir@A87F3840.A78F78DF.CD219C36.IP) (Quit: AndreeaM)
  2810. # [23:20] * Quits: maxli (maxli@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  2811. # [23:20] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2812. # [23:21] <philor> yes, yes you are
  2813. # [23:21] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Quit: Ex-Chat)
  2814. # [23:21] <philor> nobody touches social without coming away orange
  2815. # [23:22] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  2816. # [23:22] * Quits: ialagenchev (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  2817. # [23:22] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2818. # [23:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8d3ce4697e65 - Gavin Sharp - backout f370e521f004 (bug 879658) for b-c bustage
  2819. # [23:23] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2820. # [23:24] * Joins: wesj (wesj@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2821. # [23:26] * Joins: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net)
  2822. # [23:26] * Joins: ehugg (ehugg@moz-24552D80.tukw.qwest.net)
  2823. # [23:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/68eed79362f7 - L. David Baron - Bug 757554: Reject uses of reserved 'not', 'only', 'and', and 'or' as a media type. r=heycam
  2824. # [23:27] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  2825. # [23:28] * openjck|lunch is now known as openjck
  2826. # [23:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b615a4ee3da8 - David Zbarsky - Fix a typo, no bug
  2827. # [23:29] <vladan> is it frowned upon to use try to make a build for a platform instead of using local desktop?
  2828. # [23:29] <@gavin> no
  2829. # [23:29] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/73fa5e863ace - ffxbld - Automated checkin: version bump for firefox 22.0b6 release. DONTBUILD CLOSED TREE a=release
  2830. # [23:29] <vladan> thx
  2831. # [23:30] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/8c30b1e5a509 - ffxbld - Added FIREFOX_22_0b6_RELEASE FIREFOX_22_0b6_BUILD1 tag(s) for changeset 73fa5e863ace. DONTBUILD CLOSED TREE a=release
  2832. # [23:30] * jhopkins|bbiab is now known as jhopkins
  2833. # [23:30] <@gavin> it's frowned upon to use try for dumb reasons, but "need a build that's made by a builder and packaged nicely" isn't necessarily one
  2834. # [23:30] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/6edab44ac6b6 - ffxbld - Added FENNEC_22_0b6_RELEASE FENNEC_22_0b6_BUILD1 tag(s) for changeset 44d3ce86a724. DONTBUILD CLOSED TREE a=release
  2835. # [23:31] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/44d3ce86a724 - ffxbld - Automated checkin: version bump for fennec 22.0b6 release. DONTBUILD CLOSED TREE a=release
  2836. # [23:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/86e5c5133f3f - Hannes Verschore - Bug 883490: Add annotation to testfile it returns a type error, r=philor
  2837. # [23:32] * Quits: rednaks (rednaks@4A0A5D22.FE93247C.55FFA9B4.IP) (Ping timeout)
  2838. # [23:33] <@ehsan> froydnj: argh, I just wrote the same patch!
  2839. # [23:33] * Quits: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net) (Quit: Leaving.)
  2840. # [23:34] <@gavin> I would like to claim that test_master_password.html is not me
  2841. # [23:35] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2842. # [23:35] * rail is now known as rail_away
  2843. # [23:36] * heycam|away is now known as heycam
  2844. # [23:36] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  2845. # [23:38] <@gavin> gps: anyone who argues that explicit else after return "makes branching clearer" is wrong and stupid
  2846. # [23:38] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  2847. # [23:38] <@gavin> and they should feel bad
  2848. # [23:39] <till> gavin++
  2849. # [23:41] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  2850. # [23:41] * Quits: Lethalman (lethal@moz-4AD9019F.libero.it) (Ping timeout)
  2851. # [23:41] <RyanVM> gavin: can I blame you anyway?
  2852. # [23:42] <RyanVM> gavin: I'm just going to say that given your track record today, I feel justified :)
  2853. # [23:42] <@smaug> how do I add all the new files a directory to hg? hg add * will give some warnings
  2854. # [23:43] <Callek> smaug: hg addremove <dir>
  2855. # [23:43] <@gavin> RyanVM: I will bet you a billion dollars that my push did not cause an ubuntu opt-only failure in test_master_password.html
  2856. # [23:43] <RyanVM> hah
  2857. # [23:43] <RyanVM> smaug: hg add path/to/directory has worked for me
  2858. # [23:44] <@smaug> Callek: ah, never heard of addremove before. thanks
  2859. # [23:44] <Callek> smaug: yea I always use addremove vs add/remove seperately then if I need to mark a file as moved I can do the --after for remove or copy if need be
  2860. # [23:44] <Callek> (iirc the arg is --after or something-like-it)
  2861. # [23:46] * MrDHat is now known as MrDHat|afk
  2862. # [23:46] <RyanVM> bz: ping
  2863. # [23:46] * jhammel|lunch is now known as jhammel
  2864. # [23:46] <@bz> RyanVM: ack
  2865. # [23:46] * kmoir is now known as kmoir-afk
  2866. # [23:47] <RyanVM> bz: bindings-related orange on inbound
  2867. # [23:47] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/af3011f1cccb - Alex Keybl - Added tag RELEASE_BASE_20130617 for changeset 9f0d4fe5db55. CLOSED TREE a=release DONTBUILD
  2868. # [23:47] <@bz> RyanVM: ooking
  2869. # [23:47] <@bz> er, looking
  2870. # [23:47] <@gavin> looks like terrence has an orange?
  2871. # [23:47] * Quits: jfkthame (jfkthame@AB8046DF.6B7B908E.3E2A4E92.IP) (Quit: jfkthame)
  2872. # [23:47] <sfink> first you ack, then you ook
  2873. # [23:47] <RyanVM> gavin: I think it's bz'
  2874. # [23:48] <@bz> RyanVM: uh...
  2875. # [23:48] <@gavin> oh
  2876. # [23:48] <@bz> No, that's definitely me, but wtf?
  2877. # [23:48] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Ping timeout)
  2878. # [23:48] <terrence> indeed
  2879. # [23:48] <RyanVM> ready.and.FIGHT
  2880. # [23:49] <RyanVM> hmm, only one of you is within throwing distance, though
  2881. # [23:49] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  2882. # [23:49] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2883. # [23:49] <RyanVM> inbound's closed
  2884. # [23:49] <@bz> yeah
  2885. # [23:49] * @bz will back out if he doesn't have a fix in 5
  2886. # [23:49] <RyanVM> bz: with any luck, the windows runs on yours will give us some clue
  2887. # [23:50] <@bz> Oh, I have an idea
  2888. # [23:50] <@bz> for why it might be happening
  2889. # [23:50] <@bz> I just can't reproduce locally on mac
  2890. # [23:50] <@bz> which suggests that I don't have this stuff compiled, though I thought I did
  2891. # [23:50] * philor is now known as philor|away
  2892. # [23:51] * Quits: Archaeopteryx (itsme@moz-9A846FDC.cust.telecolumbus.net) (Quit: It has been this message for years.)
  2893. # [23:51] <@bz> So I'm doing a quick rebuild so I can test the patch and all
  2894. # [23:52] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Ping timeout)
  2895. # [23:52] * Joins: system64 (iakshay@DF1E4059.83885371.1228A288.IP)
  2896. # [23:53] * Joins: spohl (Adium@5094C89B.58AFE261.5EBD1F4C.IP)
  2897. # [23:53] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2898. # [23:56] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  2899. # [23:57] <RyanVM> gavin: i'm trying to understand some of the comments and code from the chunking patches? I guess it's expected that we're not actually seeing any yet?
  2900. # [23:57] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Client exited)
  2901. # [23:58] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2902. # [23:58] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  2903. # [23:59] * Joins: ialagenchev (Adium@2557E599.66715431.D25A875A.IP)
  2904. # Session Close: Tue Jun 18 00:00:00 2013

The end :)