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

Options:

  1. # Session Start: Fri Jan 04 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Quits: philipp64|laptop (chatzilla@moz-19AF2DB8.ctcweb.net) (Ping timeout)
  4. # [00:00] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  5. # [00:00] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  6. # [00:01] <seth> bz: what stops things from animating in print preview?
  7. # [00:01] * Joins: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net)
  8. # [00:02] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  9. # [00:02] * Joins: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net)
  10. # [00:02] <seth> bz: the portion of the code i've looked at so far suggests that at least part of the reason that things don't animated is because the print preview document is a "static document" and images get replaced with static versions of themselves via imgRequestProxy::GetStaticRequest
  11. # [00:02] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  12. # [00:02] <jdm> seth: I believe we clone the document and end up extracting still frames from animated images
  13. # [00:03] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  14. # [00:03] <seth> jdm: sure, but GetStaticRequest uses ExtractFrame, and ExtractFrame doesn't stop SVGs from animating AFAIK
  15. # [00:03] <seth> jdm: there's a bug open about it
  16. # [00:03] <jdm> hum.
  17. # [00:03] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  18. # [00:04] * Joins: cviecco (cviecco@2557E599.66715431.D25A875A.IP)
  19. # [00:04] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  20. # [00:04] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Quit: bye)
  21. # [00:04] <seth> jdm: see the comment here: https://mxr.mozilla.org/mozilla-central/source/image/src/VectorImage.cpp#504
  22. # [00:04] <seth> dholbert: ping
  23. # [00:04] <dholbert> seth, pong
  24. # [00:05] <seth> dholbert: so do you know why animated SVGs don't animate in print preview?
  25. # [00:05] * nthomas is now known as nthomas|away
  26. # [00:05] <dholbert> seth, when viewed directly, or when viewed in <img> ?
  27. # [00:05] <seth> dholbert: since GetStaticRequest uses ExtractFrame, and ExtractFrame doesn't stop the animation of SVGs AFAIK, it cannot be GetStaticRequest that stops it
  28. # [00:05] * Joins: jprmc (jprmc@84E307A5.AEC9E1D6.DA78B690.IP)
  29. # [00:06] <seth> dholbert: directly is all i've tried, and that does work
  30. # [00:06] <seth> dholbert: ah, but i guess those cases might be different!
  31. # [00:06] <dholbert> seth, so if ExtractFrame is coming into play, you're probably talking about <img>
  32. # [00:06] <dholbert> if you're viewing it directly, there's no ExtractFrame
  33. # [00:06] <seth> ahh yes, i see
  34. # [00:07] <seth> that'd explain why it works in my limited testing
  35. # [00:07] <@smaug> tanvi: k
  36. # [00:07] <@smaug> looking
  37. # [00:07] <seth> i was testing the wrong thing
  38. # [00:07] <dholbert> seth, I don't remember offhand where we disable it for print documents, but I recall it being disabled there
  39. # [00:07] * dholbert skims old bugmail
  40. # [00:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/66a7359f9be2 - Shriram Kunchanapalli - Bug 791546: Removes nsCRT::strcmp(const PRUnichar* s) from nsCRT.h and replaces it occurrences with NS_strcmp; r=bsmedberg
  41. # [00:07] * Quits: erikvold (erikvold@moz-2AAE9C05.wireless.telus.com) (Input/output error)
  42. # [00:08] * Joins: erikvold (erikvold@moz-2AAE9C05.wireless.telus.com)
  43. # [00:08] <seth> dholbert: does it freeze in print preview for you here? http://jsfiddle.net/uQenJ/
  44. # [00:08] * Quits: erikvold (erikvold@moz-2AAE9C05.wireless.telus.com) (Quit: erikvold)
  45. # [00:08] <seth> dholbert: i can't test locally as the mac build doesn't have print preview
  46. # [00:09] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  47. # [00:09] * Waldo files a bug for animated printed SVGs
  48. # [00:09] <dholbert> seth, ah, right. (I think there's a flag you can use to build it in (?), but I might be wrong)
  49. # [00:09] <jhammel> Waldo: so we can print flip books? ;)
  50. # [00:10] <Waldo> inter alia
  51. # [00:10] <dholbert> Waldo / seth: https://bugzilla.mozilla.org/attachment.cgi?id=414920&action=diff makes us disable SMIL (by not creating an animation controller) in the cloned document for printing
  52. # [00:10] <Waldo> :-)
  53. # [00:10] <dholbert> seth, I'll try that fiddle, one sec...
  54. # [00:10] <jhammel> also, when we print audio elements, it should translate the audio into a musical score... ;)
  55. # [00:10] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Ping timeout)
  56. # [00:11] * Joins: bholley (anonymous@moz-C7024B49.dsl.volcano.net)
  57. # [00:11] <dholbert> seth, I get a broken image icon in print-preview
  58. # [00:11] <seth> dholbert: hmm, that's not exactly what i expected..
  59. # [00:11] <dholbert> seth, I also get that when actually printing (to PDF)
  60. # [00:12] * Joins: damons (gnubeard@2557E599.66715431.D25A875A.IP)
  61. # [00:12] <dholbert> seth, (FWIW, I'm using data:text/html,<img src="http://upload.wikimedia.org/wikipedia/commons/4/4f/Soccer_ball_animated.svg"> instead of that fiddle, for simplicity / reduced complexity)
  62. # [00:12] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  63. # [00:12] * Joins: nmatsakis (nmatsakis@43CB6079.66715431.D25A875A.IP)
  64. # [00:13] <seth> dholbert, jdm, joe: basically what i'm wondering is: is there any purpose for imgRequestProxy::GetStaticRequest now that animation, AFAIK, is centrally managed for both SVG and raster images?
  65. # [00:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ba035df3292b - Trevor Saunders - bug 825419 - outparamdel nsIDocShell::GetPresShell() r=smaug
  66. # [00:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3e93160349b0 - Trevor Saunders - bug 825228 - remove nsAccessNode::IsElement() r=surkov
  67. # [00:14] * sheeri-afk is now known as sheeri
  68. # [00:14] <jdm> seth: centrally-managed how?
  69. # [00:14] * Joins: crussell (colby@moz-4DF66321.dllstx.fios.verizon.net)
  70. # [00:14] <dholbert> seth, (incidentally, data:text/html,<img src="https://mxr.mozilla.org/mozilla-central/source/layout/reftests/svg/as-image/lime100x100.svg?raw=1&ctype=image/svg+xml"> works, so non-animated SVG-as-image does print. (phew))
  71. # [00:15] <seth> jdm: both have central animation controllers that decide when to ask for a new frame
  72. # [00:15] <seth> dholbert: hmm, interesting that animated SVG-as-image shows up as broken.. that's weird
  73. # [00:15] <dholbert> seth, I suspect we might call ExtractFrame if it's animated, and not bother if it's not animated
  74. # [00:15] * Joins: erikvold (erikvold@moz-2AAE9C05.wireless.telus.com)
  75. # [00:16] * Quits: erikvold (erikvold@moz-2AAE9C05.wireless.telus.com) (Quit: erikvold)
  76. # [00:16] <dholbert> or something like that
  77. # [00:17] <seth> dholbert: hmm, yeah, that's true. still weird that the image returned by ExtractFrame wouldn't display at all, though. i'd expect something to show up
  78. # [00:17] <dholbert> Yeah, that is odd
  79. # [00:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b9c4a9483492 - Tom Schuster - Bug 822436 - IonMonkey: Inline Math.imul. r=h4writer
  80. # [00:18] <dholbert> seth, RE your GetStaticRequest question -- I don't recall what that method is for offhand <looking it up>, but I think we need/want a way to do the equivalent of ExtractFrame(first), to get a static image for printing. But that might be orthogonal to what you're asking
  81. # [00:18] <markh> sheesh - > 2000 pending try jobs, nearly 1000 running
  82. # [00:18] <@smaug> tanvi: ping
  83. # [00:18] <markh> looks like today is not the day I'll nail my orange
  84. # [00:18] <dholbert> seth, how are we supposed to handle printing of animated images now, without GetStaticRequest?
  85. # [00:18] <seth> dholbert: hmm, drat. come to think of it, the animation state for an image is not per-document...
  86. # [00:19] <dholbert> exactly, yeah
  87. # [00:19] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  88. # [00:19] * Quits: smagnin (pike@moz-66A4C009.w92-144.abo.wanadoo.fr) (Client exited)
  89. # [00:19] <seth> dholbert: if the animation state were per-document or per-instance, it'd be pretty easy =)
  90. # [00:19] <tanvi> smaug: pong
  91. # [00:20] <seth> dholbert: well, i guess it's something to consider if that change ever gets made
  92. # [00:20] <@smaug> tanvi: wondering...
  93. # [00:20] <seth> can't do it now
  94. # [00:20] <@smaug> tanvi: do we need GetHasMixedActiveContentBlocked in nsIDocument
  95. # [00:20] <@smaug> tanvi: could docshell just compare the channels
  96. # [00:21] <@smaug> er, no
  97. # [00:21] <@smaug> ok, nm
  98. # [00:21] <@smaug> tanvi: yeah, sorry, document flag is about blocked
  99. # [00:21] <@smaug> not about allowing mixed content
  100. # [00:22] * hwine is now known as hwine|afk
  101. # [00:23] <tanvi> smaug - yeah. we also have one for allowing it that landed in a previous patch. but we need that flag in browser.js
  102. # [00:23] * Joins: Mic (Instantbir@moz-F3A5564A.superkabel.de)
  103. # [00:23] * Quits: gustavold (gustavold@moz-2A530762.mganm702.dsl.brasiltelecom.net.br) (Quit: Leaving.)
  104. # [00:24] <@smaug> tanvi: yeah. I just started to wonder if we could keep the state handling in docshell
  105. # [00:24] * gregglind is now known as gregglind_away
  106. # [00:24] * Quits: Mic (Instantbir@moz-F3A5564A.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  107. # [00:25] * Joins: Mic (Instantbir@moz-F3A5564A.superkabel.de)
  108. # [00:25] <tanvi> smaug - https://bugzilla.mozilla.org/attachment.cgi?id=697201&action=diff#a/browser/base/content/browser.js_sec4
  109. # [00:25] * Quits: smontagu (chatzilla@DB238ACD.79F2F453.CC465D70.IP) (Ping timeout)
  110. # [00:25] <@smaug> nsCOMPtr<nsIScriptObjectPrincipal> prin = do_QueryInterface(rootDoc) +
  111. # [00:26] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  112. # [00:26] <@smaug> oh, nsDocument does support that
  113. # [00:26] * Quits: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net) (Quit: beaufour)
  114. # [00:27] * jimm-bbias is now known as jimm
  115. # [00:27] * baku|away is now known as baku
  116. # [00:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cddc8be15e62 - Michal Novotny - Bug 725993 - Remove usage of STORE_ON_DISK_AS_FILE flag in media cache, r=roc
  117. # [00:28] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  118. # [00:28] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  119. # [00:29] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  120. # [00:29] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  121. # [00:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9c02f2a0bd9b - Michal Novotny - Bug 725993 - Remove usage of STORE_ON_DISK_AS_FILE flag in plugin code, r=joshmoz
  122. # [00:31] <@smaug> tanvi: about GetAllowMixedContentAndConnectionData
  123. # [00:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3553adfc7a6c - Michal Novotny - Bug 725993 - Remove ability to tell cache to STORE_ON_DISK_AS_FILE, r=bsmith
  124. # [00:32] <tanvi> smaug: yes
  125. # [00:32] <@smaug> actually, ok, principal is perhaps better
  126. # [00:32] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  127. # [00:33] * Quits: jrmuizel_ (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  128. # [00:33] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  129. # [00:34] * Quits: mak (chatzilla@moz-9760484B.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  130. # [00:34] * coop is now known as coop|afk
  131. # [00:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/652b044f22d6 - Ehsan Akhgari - Backed out changeset 66a7359f9be2 (bug 791546) because it broke the build
  132. # [00:37] <@smaug> tanvi: just nits
  133. # [00:37] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  134. # [00:37] <tanvi> smaug - great :)
  135. # [00:38] * Quits: ehugg (ehugg@F1B6FAC.68FF9199.9A998AC4.IP) (Ping timeout)
  136. # [00:38] <@smaug> I'm not entirely happy with all the flag handling in general but I don't really have better suggestions. And we can improve it later if needed
  137. # [00:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b33bd9f6bd69 - Chris Jones - Bug 825976: Only use the crash reporter actor if it was successfully created. r=ted
  138. # [00:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fc3fd7c51000 - Chris Jones - Bug 823610: Make discarding GL contexts of foreground pages on memory pressure pref-able, and pref off for b2g. r=jgilbert,jlebar
  139. # [00:41] * Joins: bholley_ (anonymous@moz-C7024B49.dsl.volcano.net)
  140. # [00:41] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Connection reset by peer)
  141. # [00:41] * bholley_ is now known as bholley
  142. # [00:41] * Joins: ehugg (chatzilla@DE362BE6.29102B70.6CD50604.IP)
  143. # [00:41] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  144. # [00:42] * Quits: damons (gnubeard@2557E599.66715431.D25A875A.IP) (Quit: damons)
  145. # [00:42] <NeilAway> dholbert++
  146. # [00:43] <dholbert> NeilAway, thanks! (what'd I do?)
  147. # [00:43] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  148. # [00:43] * mcote is now known as mcote|afk
  149. # [00:43] * Joins: ekr__ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  150. # [00:43] <NeilAway> dholbert: 825949
  151. # [00:43] <dholbert> ah, thanks :)
  152. # [00:44] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Ping timeout)
  153. # [00:45] <squib> here's a fun bug: http://translate.google.com/#en/fr/filled%20with (click the speaker icon on the left side)
  154. # [00:47] * Joins: damons (gnubeard@2557E599.66715431.D25A875A.IP)
  155. # [00:47] * Joins: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com)
  156. # [00:47] * Quits: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  157. # [00:47] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  158. # [00:48] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  159. # [00:48] <timeless> NeilAway / dholbert : hey
  160. # [00:48] <dholbert> timeless, hi
  161. # [00:48] <timeless> is there a way to get the firefox updater to download an updated firefox w/o relying on firefox?
  162. # [00:48] <timeless> since the firefox i have is busted
  163. # [00:48] <timeless> and i didn't record the precise steps for hot patching it
  164. # [00:48] <dholbert> no idea
  165. # [00:49] <@smaug> timeless: open Firefox or Aurora or Beta
  166. # [00:49] <@smaug> not Nightly
  167. # [00:49] <@smaug> set javascript.options.mem.log to false
  168. # [00:49] <@smaug> open Nightly and update
  169. # [00:49] <@smaug> set javascript.options.mem.log back to true
  170. # [00:49] <@smaug> or just download latest nightly
  171. # [00:50] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  172. # [00:50] * ekr__ is now known as ekr
  173. # [00:50] <@khuey> or go tweak your prefs.js in your profile
  174. # [00:52] <NeilAway> seth: if you do remove GetStaticRequest please let me know thanks
  175. # [00:52] <@ehsan> vladan: http://brasstacks.mozilla.com/orangefactor/
  176. # [00:53] * Quits: ehugg (chatzilla@DE362BE6.29102B70.6CD50604.IP) (Ping timeout)
  177. # [00:53] <seth> NeilAway: it won't happen any time soon, alas
  178. # [00:53] <@smaug> removing GetStaticRequest?
  179. # [00:53] <@smaug> how could that be removed
  180. # [00:53] <@smaug> replaced with something else?
  181. # [00:53] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Ping timeout)
  182. # [00:53] <NeilAway> seth: phew
  183. # [00:54] <NeilAway> seth: (I'm a consumer)
  184. # [00:54] <seth> smaug: it could possibly be removed if animation worked differently than it does now
  185. # [00:54] <@smaug> ah
  186. # [00:55] * ehsan changes topic to 'Introducing https://etherpad.mozilla.org/commonissues || Fix your tests, please! http://brasstacks.mozilla.com/orangefactor/ || Next merge: 7 January || New? Want to help? See #introduction || http://krijnhoetmer.nl/irc-logs/ , http://logbot.glob.com.au'
  187. # [00:55] <seth> NeilAway: just for my own info, what do you use it for? something other than preventing animation in static documents?
  188. # [00:55] <@smaug> seth: well, I assume we'd need to have still something to get static version of animated image for printing
  189. # [00:55] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  190. # [00:55] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  191. # [00:55] <NeilAway> seth: http://mxr.mozilla.org/comm-central/source/suite/browser/pageinfo/pageInfo.js#1055
  192. # [00:56] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  193. # [00:56] * Quits: cviecco (cviecco@2557E599.66715431.D25A875A.IP) (Input/output error)
  194. # [00:56] * Joins: bholley (anonymous@moz-C7024B49.dsl.volcano.net)
  195. # [00:56] <seth> smaug: actually that's the case i was thinking of. we'd need animation state to be stored independently for each instance of an image, but then we could prevent an image from animating in a given document just by not sending any animation tickets in that document
  196. # [00:57] <@smaug> but we don't want per-document animation state
  197. # [00:57] <seth> NeilAway: hmm.. it doesn't seem like you need it for what you're doing
  198. # [00:57] <@smaug> or per instance of image
  199. # [00:57] <seth> NeilAway: the image itself has an "animated" property
  200. # [00:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e6f18c0f3a24 - David Keeler - bug 820303 - scripted click-to-play plugins: handle deny permission r=jaws
  201. # [00:58] <@smaug> hmm, or perhasp...
  202. # [00:58] <seth> smaug: there has been debate about this in the past. there is a bug about it somewhere
  203. # [00:58] * Quits: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  204. # [00:59] * Joins: bholley_ (anonymous@moz-C7024B49.dsl.volcano.net)
  205. # [00:59] <@smaug> yeah, I was thinking something else... like not having synchronized animation for all the same images
  206. # [00:59] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Ping timeout)
  207. # [00:59] * bholley_ is now known as bholley
  208. # [01:00] <seth> smaug: i'm actually not sure we DO want synchronized animation for all the same images. it's not correct
  209. # [01:00] <NeilAway> seth: that needs another try/catch
  210. # [01:00] * Joins: erikvold (erikvold@moz-2AAE9C05.wireless.telus.com)
  211. # [01:01] <@smaug> seth: not synchronizing would look odd if one has animated background image for example
  212. # [01:01] <@smaug> in several iframes or so
  213. # [01:01] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  214. # [01:01] * bc|afk is now known as bc
  215. # [01:01] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Connection reset by peer)
  216. # [01:01] <seth> smaug: it's not clear it's worth the developer effort to fix it, though. that's what the bug i mentioned was about in part - if you had an animated image open in one window/tab, and you opened another document that included that image in another window/tab, the image in the new document wouldn't start at the beginning of the animation
  217. # [01:01] * timeless went w/ khuey 's method
  218. # [01:01] * Joins: bholley (anonymous@moz-C7024B49.dsl.volcano.net)
  219. # [01:02] <timeless> but i really wish there was a way for the updater to run w/o relying on firefox
  220. # [01:02] <@smaug> seth: sure, different tabs don't need to be in sync, but documents within one tab need to animate in sync
  221. # [01:03] * Quits: jprmc (jprmc@84E307A5.AEC9E1D6.DA78B690.IP) (Ping timeout)
  222. # [01:04] <seth> smaug: i'm not sure i'm sold. what if the iframe didn't load at the same time as the document it's contained in? (for example the outer document directs the iframe to different URIs when you click on different buttons)
  223. # [01:04] <timeless> smaug: do you remember the raptors/gears? :)
  224. # [01:04] <seth> smaug: then it's less clear that you want the iframe to share animation state with its parent document
  225. # [01:04] <@smaug> timeless: those tests?
  226. # [01:04] <timeless> seth: there were some *ancient* raptor test pages
  227. # [01:04] <timeless> which had a bunch of gears next to each other spinning
  228. # [01:04] * baku is now known as baku|away
  229. # [01:05] * timeless wonders if NeilAway remembers them
  230. # [01:05] <@smaug> yeah, and the test was about keeping animated images in sync
  231. # [01:05] <timeless> they definitely predate khuey, and quite possibly smaug...
  232. # [01:05] <@smaug> I was around
  233. # [01:05] <@smaug> in some way
  234. # [01:05] <@gavin> I was alive then
  235. # [01:06] <seth> heh, no idea what "raptor" even is
  236. # [01:06] <timeless> it's funny, i always was amused by that test, but i never really consciously thought about what it was doing (i probably never saw it broken)
  237. # [01:06] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  238. # [01:06] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  239. # [01:06] <timeless> but i obviously subconsciously understood it, since i could bring it up for its proper context :)
  240. # [01:06] <timeless> seth: you should have someone tell you about gecko lore
  241. # [01:06] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  242. # [01:06] <timeless> http://en.wikipedia.org/wiki/Gecko_(layout_engine)#History
  243. # [01:07] <timeless> see paragraph 2
  244. # [01:07] <NeilAway> timeless: yes, I think I still have the links to them
  245. # [01:07] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  246. # [01:07] <seth> oh wow, never knew it used to be called raptor!
  247. # [01:07] <@khuey> I like how I'm now a measuring stick for time
  248. # [01:07] <timeless> :)
  249. # [01:08] <NeilAway> timeless: they were actually shipped with the build back in the day
  250. # [01:08] <biesi> :)
  251. # [01:08] <biesi> I don't think I remember gears, hmm
  252. # [01:08] <timeless> NeilAway: i know
  253. # [01:08] <timeless> there were menus that linked to them
  254. # [01:08] <derf> "Back in the Dark Ages, before khuey..."
  255. # [01:08] <@smaug> yeah
  256. # [01:08] <NeilAway> timeless: resource:///res/samples/test10.html has the gears
  257. # [01:08] <biesi> I remember the test menus though!
  258. # [01:09] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  259. # [01:09] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Connection reset by peer)
  260. # [01:09] <timeless> seth: http://mxr.mozilla.org/mozilla1.7/source/webshell/tests/viewer/samples/test10.html
  261. # [01:09] <timeless> for lack of a better reference
  262. # [01:09] <seth> lol
  263. # [01:09] <seth> jeez, this is almost painful to look at
  264. # [01:10] * Joins: bholley (anonymous@moz-C7024B49.dsl.volcano.net)
  265. # [01:10] <timeless> the sad thing is that pretty much everyone working on gecko for a while looked at that regularly :)
  266. # [01:10] <jhammel> seth: what do you mean? that is the background of my web page
  267. # [01:10] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
  268. # [01:10] <seth> i like how someone threw a bunch of eyeballs in the upper left just for kicks =)
  269. # [01:10] <tanvi> smaug: ready for round 3?
  270. # [01:10] <@smaug> yup
  271. # [01:10] <jhammel> seth: those are my navigation ;)
  272. # [01:11] <timeless> seth: you could try: http://mxr.mozilla.org/mozilla1.7/source/webshell/tests/viewer/samples/test2.html instead
  273. # [01:11] <@smaug> tanvi: you've been testing this in a debug build, right?
  274. # [01:11] <tanvi> smaug: i still have to write the code for nsHTMLDocument and finish the mochitests
  275. # [01:11] <seth> jhammel: lol
  276. # [01:11] <seth> timeless: slightly less painful =)
  277. # [01:11] <timeless> for painful, i'd suggest: http://mxr.mozilla.org/mozilla1.7/source/webshell/tests/viewer/samples/test7.html
  278. # [01:12] <timeless> for annoying, there's http://mxr.mozilla.org/mozilla1.7/source/webshell/tests/viewer/samples/test13.html
  279. # [01:12] <seth> oh whoa, that IS pretty annoying
  280. # [01:13] <seth> i imagine this ran a bit more slowly in the 90s
  281. # [01:13] * Joins: bholley_ (anonymous@moz-C7024B49.dsl.volcano.net)
  282. # [01:13] <@smaug> oh, we're fast with that nowadays
  283. # [01:13] <timeless> i don't remember using that one very often
  284. # [01:13] <timeless> http://mxr.mozilla.org/mozilla1.7/source/webshell/tests/viewer/samples/test16.html is kinda neat
  285. # [01:13] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Ping timeout)
  286. # [01:13] * bholley_ is now known as bholley
  287. # [01:14] <timeless> surprisingly, it actually works in chrome...
  288. # [01:14] * Quits: nmatsakis (nmatsakis@43CB6079.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  289. # [01:14] * Quits: erikvold (erikvold@moz-2AAE9C05.wireless.telus.com) (Quit: erikvold)
  290. # [01:14] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  291. # [01:15] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  292. # [01:16] <timeless> interesting
  293. # [01:16] <timeless> i think that page just found a bug in my browser
  294. # [01:16] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  295. # [01:17] <timeless> smaug: for that page, there's 0 reason for the rightmost listbox to ever show the letters: "group", right?
  296. # [01:17] <seth> who would've thought these tests would still be useful after all these years
  297. # [01:17] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  298. # [01:17] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  299. # [01:18] * Joins: jrmuizel (jrmuizel@F7CF1233.F8C4DECC.DA78B690.IP)
  300. # [01:18] <@smaug> timeless: hmm, it used to show 'group'
  301. # [01:19] <timeless> smaug: it isn't in firefox
  302. # [01:19] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  303. # [01:19] <timeless> in chrome, there are blank rows
  304. # [01:19] * jlebar is now known as jlebar|dinner
  305. # [01:19] <timeless> in my browser, i see group
  306. # [01:19] * nthomas|away is now known as nthomas
  307. # [01:20] * Joins: mreavy_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  308. # [01:20] * timeless wonders about the colors
  309. # [01:21] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  310. # [01:21] <timeless> oh, laptop lcd colors = bad at various angles
  311. # [01:21] * mreavy_ is now known as mreavy
  312. # [01:21] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  313. # [01:21] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Ping timeout)
  314. # [01:21] <timeless> ok, this is spooky, i have example 7 in stereo between my laptop and my other..
  315. # [01:22] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  316. # [01:22] <timeless> hrm... no, they're getting horribly out of sync!
  317. # [01:22] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  318. # [01:22] * timeless wonders why
  319. # [01:22] <timeless> this shouldn't happen, right?
  320. # [01:23] <timeless> firefox is running the eyes slower than ....
  321. # [01:24] * hwine|afk is now known as hwine
  322. # [01:24] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  323. # [01:24] <seth> are you telling me a competing browser is getting better eyeballs/sec than us?
  324. # [01:25] <timeless> i wouldn't officially say that
  325. # [01:25] <timeless> but perhaps a browser on a much smaller device than my laptop w/ much less ram than my laptop... well yes...
  326. # [01:26] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  327. # [01:26] <timeless> to be fair, it has a much smaller screen...
  328. # [01:26] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  329. # [01:26] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  330. # [01:26] <timeless> well, hrm, i don't know if that's true...
  331. # [01:27] * Quits: akeybl (akeybl@43CB6079.66715431.D25A875A.IP) (Quit: Leaving...)
  332. # [01:27] * Quits: imphil (philipp@moz-7B108308.dynamic.mnet-online.de) (Client exited)
  333. # [01:27] <timeless> physically smaller, certainly, but possibly not pixel-wise :o
  334. # [01:27] * Quits: bsmedberg_ (bsmedberg@F2D29657.F60B0462.67AC9B1.IP) (Quit: bsmedberg_)
  335. # [01:27] <bkero> http://www.phoronix.com/scan.php?page=news_item&px=MTI2NzA orly
  336. # [01:27] * Quits: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.15/20121219205126])
  337. # [01:28] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  338. # [01:28] * hwine is now known as hwine|mtg
  339. # [01:28] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  340. # [01:29] <timeless> smaug: so...
  341. # [01:29] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  342. # [01:29] * Joins: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com)
  343. # [01:29] <timeless> test 13 is much more reasonable when your cpu isn't insanely fast
  344. # [01:29] <timeless> mobile hardware is much closer to how i remember it in the past
  345. # [01:29] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  346. # [01:32] * Quits: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Ping timeout)
  347. # [01:32] * Quits: Mic (Instantbir@moz-F3A5564A.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  348. # [01:32] * timeless visits https://bugzilla/ to file a bug based on http://mxr.mozilla.org/mozilla1.7/source/webshell/tests/viewer/samples/test16.html
  349. # [01:33] <NeilAway> bah, bz is away
  350. # [01:33] <jhammel> look who's talking :P
  351. # [01:34] * NeilAway would update his nick if he was paid to do it
  352. # [01:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2b45a99e0108 - Phil Ringnalda - Back out b7f50cfa3fe1 (bug 801739) for Android build bustage
  353. # [01:34] <@smaug> timeless: I would imagine the optgroup handling has changed because it is defined differently nowadays
  354. # [01:34] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  355. # [01:35] <timeless> smaug: there's a divergence between Firefox and most of the others too fwiw
  356. # [01:35] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  357. # [01:35] * Joins: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  358. # [01:36] <timeless> IE, Chrome, Opera all show `blue` in demo style for rows above and below option A/B respectively
  359. # [01:36] <timeless> Firefox shows no such rows
  360. # [01:36] <@smaug> Gecko let's way more styling with <select> than others
  361. # [01:37] <timeless> i'm pretty sure the blue rows are the optgroup #text
  362. # [01:38] <timeless> well, ::-moz-dropdown-list is a bit unfair, i suppose
  363. # [01:38] <timeless> but i don't see anything special to justify the behavior of the #text
  364. # [01:39] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Quit: Leaving)
  365. # [01:40] * Joins: davidb (davidb@moz-1EB292CB.dsl.bell.ca)
  366. # [01:40] * Quits: hurley (hurley@2557E599.66715431.D25A875A.IP) (Quit: mootex)
  367. # [01:40] * Quits: crussell (colby@moz-4DF66321.dllstx.fios.verizon.net) (Ping timeout)
  368. # [01:41] * Joins: dbaron (dbaron@moz-104627FC.phlapa.fios.verizon.net)
  369. # [01:41] * ChanServ sets mode: +o dbaron
  370. # [01:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fc816bcb876c - Nils Maier - Bug 826063 - Part 2: Add tests for nsIPrivateBrowsingChannel::isChannelPrivate; r=ehsan
  371. # [01:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4b6bc165770f - Nils Maier - Bug 826063 - Part 1: Add and implement nsIPrivateBrowsingChannel::isChannelPrivate; r=ehsan
  372. # [01:41] * timeless really doesn't get it
  373. # [01:42] <timeless> why does Chrome not paint `group 1` as white on blue?
  374. # [01:42] <timeless> instead it's invisible on blue
  375. # [01:43] * Quits: jrmuizel (jrmuizel@F7CF1233.F8C4DECC.DA78B690.IP) (Client exited)
  376. # [01:43] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  377. # [01:44] * Quits: davidb (davidb@moz-1EB292CB.dsl.bell.ca) (Quit: davidb)
  378. # [01:47] * Quits: ircloggr (nodebot@moz-CD073D50.compute-1.amazonaws.com) (Client exited)
  379. # [01:47] * ewong|away is now known as ewong
  380. # [01:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cffc2daf1e91 - Karl Tomlinson - b=814200 listen only to necessary Xt events and be explicit about those events r=stransky
  381. # [01:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/df9fd7cdd333 - Karl Tomlinson - b=814200 remove unnecessary XSelectInput with XtAddEventHandler r=stransky
  382. # [01:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/04578917e3d5 - Karl Tomlinson - back out 54501cee764e b=623380
  383. # [01:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ca4a06c212f8 - Karl Tomlinson - b=814200 remove unused gtk_xtbin_set_position r=stransky
  384. # [01:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6bd9494f9be3 - Karl Tomlinson - b=814200 don't redirect embedder socket window resize requests to Xt client r=stransky
  385. # [01:48] * Joins: ircloggr (nodebot@moz-7B68B3F2.compute-1.amazonaws.com)
  386. # [01:53] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  387. # [01:54] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  388. # [01:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/10aadcbe99fe - Dave Hylands - Bug 821168 - Use hardlinks for backing up pre-update files. r=eshan
  389. # [01:55] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  390. # [01:56] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  391. # [01:57] * Quits: damons (gnubeard@2557E599.66715431.D25A875A.IP) (Quit: damons)
  392. # [01:58] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  393. # [01:58] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  394. # [02:00] <sfink> eshan M?
  395. # [02:00] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  396. # [02:01] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  397. # [02:02] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  398. # [02:02] * Quits: northAway (northWind@16A24B29.33EE9F8A.1139E686.IP) (Quit: )
  399. # [02:03] <@ehsan> sfink: pardon?
  400. # [02:03] <sfink> nuthin', just saw a patch committed with r=eshan
  401. # [02:04] <@ehsan> ah
  402. # [02:04] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  403. # [02:04] * @ehsan stares at dhylands
  404. # [02:05] * dhylands can't type
  405. # [02:06] * Quits: sfink (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  406. # [02:06] * Joins: cviecco (cviecco@2557E599.66715431.D25A875A.IP)
  407. # [02:06] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  408. # [02:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/aad582ab4aee - Terrence Cole - Bug 826435 - Do not allow poisoned pointers near a HashTable; r=sfink
  409. # [02:07] * dhylands Sometmies I gte my lteters all mixed up
  410. # [02:08] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  411. # [02:08] * Quits: cviecco (cviecco@2557E599.66715431.D25A875A.IP) (Ping timeout)
  412. # [02:09] * geekboy is now known as geekboy|afk
  413. # [02:09] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  414. # [02:11] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  415. # [02:11] * Joins: akeybl_ (akeybl@2557E599.66715431.D25A875A.IP)
  416. # [02:12] * dhylands apologizes profusely to ehsan
  417. # [02:13] * Joins: bholley (anonymous@moz-6310F261.dsl.volcano.net)
  418. # [02:14] <njn> bz_away: does |sEventListenerManagersHash| own the |nsEventListenerManager|s that it points to? AFAICT (e.g. judging from ~EventListenerManagerMapEntry) the answer is "no".
  419. # [02:16] * Quits: bholley (anonymous@moz-6310F261.dsl.volcano.net) (Ping timeout)
  420. # [02:18] * sheeri is now known as sheeri-afk
  421. # [02:18] * hwine|mtg is now known as hwine
  422. # [02:18] * Quits: @dbaron (dbaron@moz-104627FC.phlapa.fios.verizon.net) (Ping timeout)
  423. # [02:20] * Quits: ekr (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Quit: ekr)
  424. # [02:21] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  425. # [02:22] * Joins: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  426. # [02:23] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  427. # [02:25] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  428. # [02:25] <nemo> http://reason.com/blog/2013/01/03/federal-judge-questions-obamas-license-t
  429. # [02:25] * hwine is now known as hwine-zzz
  430. # [02:25] * Joins: brendan_ (brendaneic@2557E599.66715431.D25A875A.IP)
  431. # [02:25] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  432. # [02:25] * brendan_ is now known as brendan
  433. # [02:26] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  434. # [02:27] <nemo> oups. sorry. wrong window
  435. # [02:27] <jgilbert> heh
  436. # [02:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/40025046531f - Mark Hammond - Bug 824800 - Social chat windows should close on middle mouse button, and right click should not minimize. r=dao
  437. # [02:28] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  438. # [02:29] * AutomatedTester is now known as AutomatedTester|away
  439. # [02:30] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  440. # [02:32] * Joins: Mavericks (Mibbit@33E5205D.293E7A43.FDEA3160.IP)
  441. # [02:33] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  442. # [02:34] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  443. # [02:36] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  444. # [02:36] * Quits: Jesse (jruderman@moz-E31CD2CB.mozilla.org) (Quit: Jesse)
  445. # [02:37] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  446. # [02:40] * Joins: ekr_ (ekr@moz-D7997EC8.rtfm.com)
  447. # [02:43] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  448. # [02:43] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Quit: bmoss)
  449. # [02:44] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  450. # [02:45] * nthomas is now known as nthomas|away
  451. # [02:46] * cmcavoy is now known as cmcavoy-offline
  452. # [02:49] * Quits: FabioMagnoni (fabiomagno@C9F06E1A.17821DE6.A2F1BD83.IP) (Quit: FabioMagnoni)
  453. # [02:50] * Joins: bholley (anonymous@moz-C7024B49.dsl.volcano.net)
  454. # [02:51] * Quits: mmc (mmc@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  455. # [02:52] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  456. # [02:54] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  457. # [02:58] * Joins: jgriffin_ (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  458. # [02:58] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  459. # [02:59] * Quits: akeybl_ (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  460. # [02:59] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  461. # [02:59] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  462. # [02:59] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Ping timeout)
  463. # [02:59] * jgriffin_ is now known as jgriffin
  464. # [03:01] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  465. # [03:01] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Ping timeout)
  466. # [03:02] * Quits: marco (Thunderbir@moz-2AD72621.cust.dsl.teletu.it) (Quit: marco)
  467. # [03:02] * Joins: ekr__ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  468. # [03:03] * Joins: ekr___ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  469. # [03:03] * Quits: sn0wb1rd (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP) (Quit: sn0wb1rd)
  470. # [03:04] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Ping timeout)
  471. # [03:04] * ekr_ is now known as ekr
  472. # [03:04] * Quits: ekr__ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Ping timeout)
  473. # [03:04] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  474. # [03:06] <tanvi> can document.open invoke javascript?
  475. # [03:06] <tanvi> https://people.mozilla.com/~tvyas/mixeddocument.html
  476. # [03:08] <tanvi> i can't get the closing script in there
  477. # [03:08] <tanvi> i'll try something else
  478. # [03:09] <nemo> tanvi: given how garbled view source is
  479. # [03:09] <nemo> tanvi: I'd suggest escaping those tags
  480. # [03:09] <tanvi> nemo - ah thanks!
  481. # [03:09] * heycam is now known as heycam|away
  482. # [03:10] <nemo> tanvi: probably would work w/ CDATA + XHTML too ;)
  483. # [03:10] <nemo> and, w/ a separate .js ofc
  484. # [03:10] <tanvi> nemo - perfect!
  485. # [03:12] <tanvi> now i have working test cases :) https://people.mozilla.com/~tvyas/mixeddocument.html and https://people.mozilla.com/~tvyas/iframedocumentopen.html
  486. # [03:12] <tanvi> nemo - i've been spending too much time in c++ lately
  487. # [03:13] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  488. # [03:14] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  489. # [03:14] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  490. # [03:15] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  491. # [03:16] <nemo> tanvi: I'm sorry ;)
  492. # [03:16] <tanvi> need to switch contexts now because it's mochitest time
  493. # [03:16] <tanvi> well, almost
  494. # [03:16] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  495. # [03:17] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  496. # [03:17] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  497. # [03:18] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  498. # [03:19] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  499. # [03:19] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  500. # [03:19] * Joins: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net)
  501. # [03:20] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  502. # [03:20] * Joins: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  503. # [03:23] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  504. # [03:23] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  505. # [03:24] * Quits: chewey (chewey@moz-C6765125.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  506. # [03:25] * Joins: chewey (chewey@moz-66B1966B.dip0.t-ipconnect.de)
  507. # [03:26] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  508. # [03:26] * Joins: sn0wb1rd (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net)
  509. # [03:27] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  510. # [03:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1024e72d4ef9 - Bobby Holley - Bug 826146 - Add a pref-controlled install confirmation override for automation. r=sicking
  511. # [03:29] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  512. # [03:30] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  513. # [03:30] * Quits: espindola (espindola@moz-3CF7F55E.dsl.teksavvy.com) (Quit: Ex-Chat)
  514. # [03:30] * Quits: biesi (cbiesinger@5CA6DC39.C60FE7DC.4065847B.IP) (Ping timeout)
  515. # [03:31] * Quits: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  516. # [03:31] * bz_away is now known as bz
  517. # [03:33] * heycam|away is now known as heycam
  518. # [03:34] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  519. # [03:34] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  520. # [03:35] * Joins: vicamo (vicamo@moz-7F09C302.dynamic.hinet.net)
  521. # [03:35] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  522. # [03:35] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  523. # [03:35] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  524. # [03:36] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  525. # [03:36] * Quits: njn (chatzilla@moz-7EB80C74.dyn.iinet.net.au) (Client exited)
  526. # [03:36] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  527. # [03:36] * ChanServ sets mode: +o ehsan
  528. # [03:36] * Quits: sewardj (sewardj@moz-68AD4199.dip.t-dialin.net) (Ping timeout)
  529. # [03:37] * Joins: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net)
  530. # [03:38] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Ping timeout)
  531. # [03:39] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  532. # [03:39] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  533. # [03:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f0c778cd83a1 - EKR - Bug 822159 - Fix trickle ICE to start checking when new candidates come in. r=abr
  534. # [03:41] * Joins: njn (chatzilla@moz-7EB80C74.dyn.iinet.net.au)
  535. # [03:41] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Connection reset by peer)
  536. # [03:43] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  537. # [03:43] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  538. # [03:43] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  539. # [03:43] * Joins: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  540. # [03:46] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  541. # [03:46] <rniwa> hi!
  542. # [03:46] <rniwa> any css folks here?
  543. # [03:47] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  544. # [03:47] * joduinn-brb is now known as joduinn
  545. # [03:49] * Quits: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  546. # [03:49] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  547. # [03:51] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  548. # [03:52] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  549. # [03:52] * Joins: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  550. # [03:52] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  551. # [03:52] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  552. # [03:52] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  553. # [03:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/68f26a077cee - Avi Halachmi - Bug 820167 - Tab open/close animation prints performance data to error console when enabled. r=jmuizelaar,dao
  554. # [03:57] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: nbvcx)
  555. # [03:57] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  556. # [03:58] * Quits: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  557. # [03:59] * Joins: smooney_ (smooney@moz-67C0F62B.dsl.scrm01.pacbell.net)
  558. # [03:59] * Joins: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP)
  559. # [03:59] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  560. # [04:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e2df102b0fe7 - Nick Alexander - Bug 818218 - Refactor ExtendendJSONObject parsing. r=rnewman
  561. # [04:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/642ce348bb5f - Shriram Kunchanapalli - Bug 772789: Make Send Tab to Device activity not reset checkboxes when device is rotated. r=nalexander
  562. # [04:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fd84719d3773 - Nick Alexander - Bug 799729 - Let HMAC extra parameter be the empty string. r=rnewman
  563. # [04:01] * Joins: TheOne_ (one@moz-64E88231.dip.t-dialin.net)
  564. # [04:01] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Connection reset by peer)
  565. # [04:02] * Quits: TheOne (one@moz-DB6B6FCC.dip.t-dialin.net) (Ping timeout)
  566. # [04:03] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  567. # [04:03] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  568. # [04:04] * nthomas|away is now known as nthomas
  569. # [04:06] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  570. # [04:08] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  571. # [04:08] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Ping timeout)
  572. # [04:08] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  573. # [04:08] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  574. # [04:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2453fdb37bf4 - EKR - Bug 826529 - Increase default video bitrate. r=jesup
  575. # [04:10] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  576. # [04:10] * Quits: kinetik (kinetik@A12B2EE3.29585BF7.FC74E68.IP) (Quit: leaving)
  577. # [04:11] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  578. # [04:12] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  579. # [04:12] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  580. # [04:13] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  581. # [04:13] * Quits: vicamo (vicamo@moz-7F09C302.dynamic.hinet.net) (Quit: Konversation terminated!)
  582. # [04:14] * Joins: vicamo_ (vicamo@moz-99690620.hinet-ip.hinet.net)
  583. # [04:14] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  584. # [04:14] * Quits: nigelb (nigel@moz-8640053A.me) (Client exited)
  585. # [04:15] * Joins: nigelb (nigel@moz-8640053A.me)
  586. # [04:16] * Joins: Mossop_ (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  587. # [04:16] <tanvi> how do reloads work for page where you use document.open to rewrite the contents of the page
  588. # [04:17] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  589. # [04:17] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  590. # [04:17] * Mossop_ is now known as Mossop
  591. # [04:18] * Joins: KaIRC (robert@moz-24B7EEB7.adsl.highway.telekom.at)
  592. # [04:19] * Quits: KaiRo (robert@moz-E0FFD437.adsl.highway.telekom.at) (Ping timeout)
  593. # [04:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1871463a0542 - Ehsan Akhgari - Bug 815847 - Part 1: Remove nsXULPrototypeCache::gStartupCache; r=bsmedberg
  594. # [04:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/63383825274e - Ehsan Akhgari - Bug 815847 - Part 4: Implement a hidden private window managed by the app shell service; r=bzbarsky
  595. # [04:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1d59903b166f - Ehsan Akhgari - Bug 815847 - Part 2: Waste less memory in nsXULPrototypeCache::mCacheURITable; r=bsmedberg
  596. # [04:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/434aeb3f910f - Ehsan Akhgari - Bug 815847 - Part 3: Avoid double-caching XUL prototypes which are loaded at around the same time; r=bsmedberg
  597. # [04:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/16c6a3cf8a77 - Ehsan Akhgari - Bug 815847 - Part 5: Ignore the hidden private window when sending the last-pb-context-exited notification; r=bzbarsky
  598. # [04:25] <Waldo> rniwa: I would recommend not asking in the evening PST :-)
  599. # [04:25] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Ping timeout)
  600. # [04:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a6acebd9c9d5 - Aaron Klotz - Bug 805591 - Win32 implementation of the Plugin Hang UI. r=bsmedberg,bbondy
  601. # [04:25] * Joins: brendan (brendaneic@moz-6BF741BC.public.wayport.net)
  602. # [04:25] <rniwa> Waldo: yeah :/ but heycam kindly filed a bug for me :D
  603. # [04:25] * Quits: smooney_ (smooney@moz-67C0F62B.dsl.scrm01.pacbell.net) (Quit: smooney_)
  604. # [04:27] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Quit: bholley)
  605. # [04:29] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  606. # [04:30] * Quits: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  607. # [04:31] * Quits: garnacho (carlos@moz-CDA21724.dyn.user.ono.com) (Ping timeout)
  608. # [04:31] * Joins: Mook (mook@moz-5FFA03A3.dsl.teksavvy.com)
  609. # [04:32] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  610. # [04:32] * Joins: shahriar (shahriar@D2D9B604.C9C60561.1BF8F68A.IP)
  611. # [04:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f390f26b2f7e - Dão Gottwald - Bug 799417 - Add label and tooltip for the camera and microphone access indicator button in the navigation toolbar. r=gavin ui-r=boriss
  612. # [04:35] * cjones is now known as cjones-food
  613. # [04:37] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  614. # [04:37] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  615. # [04:37] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  616. # [04:37] * stefanh is now known as stefanh|away
  617. # [04:39] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  618. # [04:39] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  619. # [04:40] * Joins: dbaron (dbaron@moz-104627FC.phlapa.fios.verizon.net)
  620. # [04:40] * ChanServ sets mode: +o dbaron
  621. # [04:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b0967de80fb7 - Mohit Gahlot - Bug 818106 Fix: ScopedClose now considers errno EINTR.r=dhylands
  622. # [04:47] * stefanh|away is now known as stefanh
  623. # [04:48] * Quits: TheOne_ (one@moz-64E88231.dip.t-dialin.net) (Input/output error)
  624. # [04:48] <njn> bz: I have this:
  625. # [04:48] <njn> nsCOMPtr<nsXMLHttpRequest> xhr =
  626. # [04:48] <njn> do_QueryInterface(static_cast<nsXMLHttpRequest*>(aSupports));
  627. # [04:48] <njn> clang complains:
  628. # [04:48] <njn> error: ambiguous
  629. # [04:48] <njn> conversion from derived class 'nsXMLHttpRequest' to base class
  630. # [04:49] <njn> 'nsISupports':
  631. # [04:49] * Quits: brendan (brendaneic@moz-6BF741BC.public.wayport.net) (Quit: brendan)
  632. # [04:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/880ec15a42bf - Masatoshi Kimura - Bug 826231 - Enable FAIL_ON_WARNINGS on MSVC in xpcom/tests. r=ehsan
  633. # [04:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/62fbd50f4047 - Masatoshi Kimura - Bug 825926 - Get rid of /PDB:NONE. r=ted
  634. # [04:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2e003bb70f9c - Masatoshi Kimura - Bug 556886 - Disable C4275 only inside stl_wrappers. r=ehsan
  635. # [04:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5029e7c89abd - Masatoshi Kimura - Bug 826159 - Turn nsICookie.value into AUTF8String. r=bz
  636. # [04:50] <@ehsan> njn: does it inherit from nsISupports twice?
  637. # [04:51] <njn> ehsan: more than twice
  638. # [04:51] <@ehsan> njn: oh, it inherits from it many times!
  639. # [04:51] <njn> ehsan: 11 times, according to clang
  640. # [04:51] <@ehsan> njn: may I ask what you're trying to do?
  641. # [04:52] <njn> ehsan: memory reporter stuff...
  642. # [04:52] * Quits: Waldo (waldo@77EC3A92.CFD88408.E37BE9B2.IP) (Quit: back tomorrow)
  643. # [04:52] <njn> ehsan: the private field of a JS Object, which is an nsISupports, might be an XHR
  644. # [04:52] <njn> if so, I want to convert it and measure the XHR
  645. # [04:52] <@ehsan> njn: why are you QIing to the concrete type?
  646. # [04:52] <njn> ehsan: seemed like a reasonable thing to do..
  647. # [04:53] <njn> ehsan: nsIXMLHttpRequest is better?
  648. # [04:53] <@ehsan> njn: QI only supports things in the interface map, and the concrete type is almost never there
  649. # [04:53] <@ehsan> yeah
  650. # [04:53] <njn> ok
  651. # [04:53] <njn> I'm a total noob at QI stuff
  652. # [04:53] <@ehsan> nsCOMPtr<nsIXMLHttpRequest> xhr = do_QueryInterface(aSupports);
  653. # [04:53] <njn> ok
  654. # [04:53] <@ehsan> njn: and then null check xhr
  655. # [04:53] <njn> thanks
  656. # [04:53] <njn> yep!
  657. # [04:53] <@ehsan> np
  658. # [04:55] * Quits: dbradley (dbradley@7AD66899.7A60A104.52E8B953.IP) (Ping timeout)
  659. # [04:56] * Joins: dbradley (dbradley@7AD66899.7A60A104.52E8B953.IP)
  660. # [04:56] * Joins: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP)
  661. # [04:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1940c5a8eec5 - Ehsan Akhgari - Backed out changeset a6acebd9c9d5 (bug 805591) because of build failures
  662. # [05:00] <@bz> Actually
  663. # [05:00] <@bz> njn: you still there?
  664. # [05:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e9cbccc2814c - Ehsan Akhgari - Backed out changeset 1024e72d4ef9 (bug 826146) because of test failures
  665. # [05:00] * Joins: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  666. # [05:01] <njn> bz: yes
  667. # [05:01] <@bz> njn: What you probably want is to include mozilla/dom/BindingUtils.h
  668. # [05:01] <@bz> njn: and then:
  669. # [05:02] <@bz> nsXMLHttpRequest* xhr;
  670. # [05:02] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Ping timeout)
  671. # [05:02] <@bz> nsresult rv = mozilla::dom::UnwrapObject<nsXMLHttpRequest>(cx, obj, self);
  672. # [05:02] * Joins: MnO2 (mno2@moz-F2B69E6.tpcity.corp.yahoo.com)
  673. # [05:02] <@bz> if (NS_SUCCEEDED(rv)) {
  674. # [05:02] <@bz> /* Use xhr here */
  675. # [05:02] <@bz> }
  676. # [05:02] <@bz> Assuming you have a cx around
  677. # [05:02] <@bz> And it's in the compartment of obj
  678. # [05:03] <@bz> We should perhaps create a less braindead API for this.
  679. # [05:03] <@bz> For cases when the caller knows he has an actual WebIDL object as opposed to a possible wrapper for one
  680. # [05:04] * Joins: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  681. # [05:04] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  682. # [05:04] <njn> bz: I don't think I have a cx here
  683. # [05:04] <@bz> njn: There are no JSObjects whose private is an XHR, fwiw
  684. # [05:04] <@bz> njn: hmm
  685. # [05:04] <@bz> njn: which code are you in?
  686. # [05:05] <njn> bz: StatsCellCallback in js/src/jsmemorymetrics.cpp
  687. # [05:05] * @bz looks
  688. # [05:05] <@bz> hrm
  689. # [05:05] <@bz> This code doesn't work at all on WebIDL objects
  690. # [05:05] * Quits: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  691. # [05:05] <njn> bz: and the nsIXMLHttpRequest object doesn't help me, because the field I want to measure is only in nsXMLHttpRequest
  692. # [05:05] <@bz> because they don't ahve a private
  693. # [05:05] <@bz> er, have
  694. # [05:06] <njn> hrm
  695. # [05:06] * Quits: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  696. # [05:06] <@bz> They store the C++ object in slot 0 instead
  697. # [05:06] <njn> bz: could this explain the unreported DOM stuff I filed a bug on earlier today?
  698. # [05:06] <@bz> reserved slot 0
  699. # [05:06] <@bz> Yes
  700. # [05:06] <@bz> If it only appeared on m-c a few weeks back
  701. # [05:07] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  702. # [05:07] <@bz> I was just thinking the same thing
  703. # [05:07] <njn> I don't know when it appeared
  704. # [05:07] <@bz> OK
  705. # [05:07] <@bz> well, let's fix this code
  706. # [05:07] <@bz> and then see where we stand on that unreported DOM stuff
  707. # [05:07] <njn> yes!
  708. # [05:07] <njn> how do you tell if a JSObject is a WebIDL object?
  709. # [05:07] <@bz> So the relevant opv here is the OrphanReporter
  710. # [05:07] <@bz> right?
  711. # [05:07] <njn> yes
  712. # [05:08] <@bz> njn: it'll have JSCLASS_IS_DOMJSCLASS
  713. # [05:08] <@bz> njn: in its class flags
  714. # [05:08] <@bz> njn: the caveat is...
  715. # [05:08] <@bz> njn: we don't require the C++ object to be nsISupports
  716. # [05:09] <tanvi> bz - what is supposed to happen when you refresh a page that has a document.open?
  717. # [05:09] <@bz> tanvi: we should reload the data that was written after open()
  718. # [05:09] <tanvi> bz - you are supposed to get the document.open() page? but if you just hit enter in the address bar, you get the original page?
  719. # [05:09] <tanvi> https://people.mozilla.com/~tvyas/mixeddocument2.html
  720. # [05:09] <@bz> tanvi: yes
  721. # [05:09] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  722. # [05:09] <tanvi> bz - okay thanks!
  723. # [05:09] <@bz> tanvi: since enter in the address bar loads the url, while reload reloads whatever is currently loaded, which is not the same thing.
  724. # [05:09] <njn> bz: can we have two versions of ObjectPrivateVisitor::sizeofIncludingThis -- one for objects with privates, one for webIDL objects?
  725. # [05:09] <@khuey> did webidl bindings break the orphan reporter?
  726. # [05:10] <@bz> khuey: yes.
  727. # [05:10] <njn> khuey: yes.
  728. # [05:10] <@khuey> nice
  729. # [05:10] <@bz> njn: makes sense to me
  730. # [05:10] <@bz> njn: so what would make the most sense to me is for cases when JSCLASS_IS_DOMJSCLASS to call something that takes the JSObject*
  731. # [05:10] <@bz> njn: and then the callee can do sane things with it
  732. # [05:10] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  733. # [05:11] <njn> bz: what would such a sane thing be?
  734. # [05:12] <@bz> njn: http://mxr.mozilla.org/mozilla-central/source/js/xpconnect/src/XPCConvert.cpp#67
  735. # [05:12] * Joins: Optimizer (Optimizer@5B3D420F.6E0D0D7B.BE90E62C.IP)
  736. # [05:12] <@bz> njn: is the right way to get an nsISupports from a JSObject
  737. # [05:12] <@bz> njn: so maybe what we should do is just pass the JSObject* to the orphan reporter?
  738. # [05:12] <@bz> njn: and it can extract the nsISupports from it, if there is one?
  739. # [05:13] <njn> bz: maybe, though that would result in many more virtual function calls
  740. # [05:13] <@bz> well, we can do it only if the class has both HAS_PRIVATE and IS_NSISUPPORTS or has DOM_JSCLASS
  741. # [05:14] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  742. # [05:14] * Quits: KaIRC (robert@moz-24B7EEB7.adsl.highway.telekom.at) (Input/output error)
  743. # [05:14] <njn> bz: then the callee will need to repeat those tests, right?
  744. # [05:14] <@bz> Yes
  745. # [05:14] <@bz> The other option is to, as you said, have two virtual methods
  746. # [05:14] <njn> though I guess they'll be hidden inside GetISupportsFromJSObject
  747. # [05:14] <@bz> Right
  748. # [05:15] <@bz> Actually...
  749. # [05:15] * @bz thinks
  750. # [05:15] <@bz> Once we convert <form> to WebIDL, DOM_JSCLASS will not detect all elements
  751. # [05:15] <@bz> fwiw
  752. # [05:15] <@bz> Though GetISupportsFromJSObject will still work right
  753. # [05:16] <@bz> <form>'s JSClass will be js::ObjectProxyClass, which of course has no DOM_JSCLASS flag
  754. # [05:16] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  755. # [05:17] <@bz> Though of course we could then further check for proxies and for the right handler...
  756. # [05:17] <njn> bz: StatsCellCallback should just call GetISupportsFromJSObject, and then pass the iface to the OPV
  757. # [05:17] <@bz> Well
  758. # [05:17] <@bz> StatsCellCallback can't call GetISupportsFromJSObject, can it?
  759. # [05:18] <njn> bleh
  760. # [05:18] <@bz> Since that method lives over in xpconnect and this is jseng code...
  761. # [05:18] <@bz> On the other hand, we could add something where we register a non-virtual runtime callback
  762. # [05:18] <@bz> which does GetISupportsFromJSObject
  763. # [05:18] <njn> bz: I'll file a bug about de-isolating spidermonkey :P
  764. # [05:18] <@bz> Or maybe _is_ GetISupportsFromJSObject
  765. # [05:18] <@bz> or something
  766. # [05:18] <@bz> heh
  767. # [05:19] * vladan is now known as vladan-afk
  768. # [05:20] <njn> bz: ok, I'll try to come up with something
  769. # [05:20] <njn> thanks
  770. # [05:21] <@bz> njn: no problem
  771. # [05:21] <@bz> njn: sorry all this stuff is complicated
  772. # [05:21] * njn shrugs
  773. # [05:21] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  774. # [05:21] <@bz> njn: or rather got more complicated with webidl
  775. # [05:22] <@bz> njn: Not requiring nsISupports and not using the private were both wins we wanted. :(
  776. # [05:22] * Joins: smooney_ (smooney@moz-67C0F62B.dsl.scrm01.pacbell.net)
  777. # [05:22] <njn> bz: all the cases of JSObject-twinned objects that we want to measure are currently nsISupports classes
  778. # [05:23] <@bz> njn: yes
  779. # [05:23] <njn> bz: I guess in the future we might want to measure other ones
  780. # [05:23] <njn> hmm
  781. # [05:23] <njn> bz: you wrote above:
  782. # [05:23] <njn> nsresult rv = mozilla::dom::UnwrapObject<nsXMLHttpRequest>(cx, obj, self);
  783. # [05:23] <njn> is nsXMLHttpRequest a WebIDL object/class ?
  784. # [05:23] <@bz> Yes
  785. # [05:24] <njn> bz: so QI could get me to the nsIXMLHttpRequest, but I need UnwrapObject to get the concrete nsXMLHttpRequest
  786. # [05:24] <njn> ?
  787. # [05:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cf9f18d9c698 - Alexander Surkov - Bug 822983 - Map SVG graphic elements to accessibility API, r=tbsaunde, longsonr
  788. # [05:25] * Quits: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net) (Ping timeout)
  789. # [05:25] <@bz> njn: well
  790. # [05:25] <@bz> njn: _if_ you know you have an XMLHttpRequest object
  791. # [05:25] <@bz> njn: then you can get the nsXMLHttpRequest by just casting
  792. # [05:25] <njn> bz: but I wouldn't know that
  793. # [05:26] <@bz> njn: that's what UnwrapObject does at heart: checks that obj should really have an nsXMLHttpRequest and then just reinterpret_casts the void* in reserved slot 0
  794. # [05:26] <@bz> Well
  795. # [05:26] <@bz> If your object QIs to nsIXMLHttpRequest, you can then just static_cast that to nsXMLHttpRequest
  796. # [05:27] <njn> bz: nsXMLHttpRequest is the only direct sub-class of nsIXMLHttpRequest?
  797. # [05:27] <@bz> njn: in our tree, yes.
  798. # [05:27] * njn purrs
  799. # [05:27] <@bz> njn: I can make no guarantees about heap corruption introduced by binary extensions, obviously
  800. # [05:28] <@bz> njn: but those could also fuck up pretty much anything else you might want to do.
  801. # [05:28] <njn> bz: UnwrapObject sounds best
  802. # [05:28] <@bz> njn: So the only reason UnwrapObject needs a cx is for the security check
  803. # [05:28] <@bz> njn: in the case when the object is actually a wrapper
  804. # [05:28] <@bz> njn: but you don't want to unwrap in that case anyway, right?
  805. # [05:29] <njn> bz: um, I don't know
  806. # [05:29] <@bz> Well
  807. # [05:29] <@bz> So in general, for any given nsXMLHttpRequest
  808. # [05:29] <@bz> there might be multiple JSObjects representing it, in different compartments
  809. # [05:29] <@bz> only one of these will be DOM_JSCLASS
  810. # [05:29] <@bz> and the rest will be cross-compartment wrappers
  811. # [05:29] * Quits: ekr___ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Ping timeout)
  812. # [05:29] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  813. # [05:29] <@bz> And presumably you only want to count this thing once
  814. # [05:30] <@bz> so only when you touch the DOM_JSCLASS object
  815. # [05:30] <njn> bz: I see; yes
  816. # [05:30] * nthomas is now known as nthomas|away
  817. # [05:30] <@bz> So _if_ you know your object's class has DOM_JSCLASS
  818. # [05:30] <@bz> Then you can just pass a null cx to UnwrapObject
  819. # [05:30] <@bz> it won't be used in that case
  820. # [05:31] <@bz> Alternately, we could just create a new API for this
  821. # [05:31] <njn> bz: cool
  822. # [05:31] <njn> bz: what is |self| in the UnwrapObject call?
  823. # [05:31] <@bz> njn: er...
  824. # [05:32] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  825. # [05:32] <@bz> njn: a typo caused by copy/paste. ;)
  826. # [05:32] <@bz> njn: Should be "xhr"
  827. # [05:32] <njn> bz: and |obj| is the global for the compartment?
  828. # [05:32] <@bz> njn: given what my nsXMLHttpRequest* was called.
  829. # [05:32] <@bz> njn: no, the obj is the thing with DOM_JSCLASS
  830. # [05:33] <njn> oh, good
  831. # [05:33] * @bz really ponders making up a better API here
  832. # [05:33] <@bz> Currently UnwrapObject's API is designed around the needs of the codegenned code
  833. # [05:34] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  834. # [05:34] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  835. # [05:34] * Quits: @dbaron (dbaron@moz-104627FC.phlapa.fios.verizon.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  836. # [05:36] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  837. # [05:37] <tanvi> bz - i am not getting expected behavior when i reload https://people.mozilla.com/~tvyas/mixeddocument2.html with the nsIWebNavigation::LOAD_FLAGS_ALLOW_MIXED_CONTENT flag. Because I end up in this if: https://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#8418
  838. # [05:37] <njn> bz: can you check https://bugzilla.mozilla.org//show_bug.cgi?id=826521#c5 ?
  839. # [05:37] <tanvi> bz - with a regular reload, i dont end up there because its not LOAD_CMD_RELOAD
  840. # [05:38] <@bz> tanvi: Yeah, indeed.
  841. # [05:38] <tanvi> bz - does that mean that instead of LOAD_MIXED_CONTENT = MAKE_LOAD_TYPE(nsIDocShell::LOAD_CMD_NORMAL, nsIWebNavigation::LOAD_FLAGS_ALLOW_MIXED_CONTENT), i should use LOAD_CMD_NORMAL?
  842. # [05:38] <@bz> tanvi: You mean LOAD_CMD_RELOAD?
  843. # [05:38] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  844. # [05:38] <@bz> tanvi: I think you should, yeah
  845. # [05:38] <tanvi> bz -yeah. i discussed with smaug and he said using normal was better than reload for this case
  846. # [05:39] <tanvi> since we odnt want things like form data to stick around in a mixed content load
  847. # [05:39] <@bz> tanvi: mmm
  848. # [05:39] <@bz> tanvi: ping smaug about how he wants to handle this?
  849. # [05:39] * @bz has been trying to forget this code. ;)
  850. # [05:39] <tanvi> okay
  851. # [05:39] <@bz> njn: looks correct.
  852. # [05:39] <njn> bz: thanks
  853. # [05:39] <@bz> njn: thank _you_
  854. # [05:40] <tanvi> bz - will do ;)
  855. # [05:40] <tanvi> bz - thanks!
  856. # [05:40] * Quits: dbradley (dbradley@7AD66899.7A60A104.52E8B953.IP) (Quit: )
  857. # [05:40] <njn> bz: group hug
  858. # [05:40] * Quits: smooney_ (smooney@moz-67C0F62B.dsl.scrm01.pacbell.net) (Quit: smooney_)
  859. # [05:40] <@bz> njn: ;)
  860. # [05:40] * Joins: bholley (anonymous@moz-C7024B49.dsl.volcano.net)
  861. # [05:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e36a1508b38b - Ehsan Akhgari - Make nsHTMLMediaElement.cpp non-executable, no bug, DONTBUILD
  862. # [05:42] <tanvi> bz - it works fine on a page that has mixed content already, and then has a document.open with mixed content. it just doesn't work for a page that doesn't have mixed content on it originally.
  863. # [05:42] <tanvi> so that's good… at least i know my patch for nsHTMLDocument sort of works ;)
  864. # [05:44] * Quits: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  865. # [05:45] * Joins: roc (chatzilla@moz-45D6A5EF.jetstream.xtra.co.nz)
  866. # [05:45] * ChanServ sets mode: +o roc
  867. # [05:45] * Joins: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP)
  868. # [05:47] * Quits: Edgar1 (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar1)
  869. # [05:51] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  870. # [05:52] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  871. # [05:53] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  872. # [05:54] <dholbert> ehsan++
  873. # [05:54] <dholbert> @de-executable-ifying stuff
  874. # [05:54] <@ehsan> :)
  875. # [05:55] <tbsaunde> but trying to run Foo.cpp is amusing :(
  876. # [05:56] <dholbert> (as is trying to run our various executable test_something_or_other.html files)
  877. # [05:57] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  878. # [05:57] <benjamin> #!/bin/cpp
  879. # [05:57] <benjamin> that should be a thing
  880. # [05:57] * cjones-food is now known as cjones
  881. # [05:57] <dholbert> ehsan, see also https://bugzilla.mozilla.org/show_bug.cgi?id=473236
  882. # [05:58] <@ehsan> benjamin: cpp is the C preprocessor!
  883. # [05:58] <@ehsan> dholbert: lol! didn't know there's a _bug_ on that!
  884. # [05:58] <dholbert> ehsan, and in particular, see https://bugzilla.mozilla.org/show_bug.cgi?id=473236#c13
  885. # [05:58] <benjamin> #!/bin/c++
  886. # [05:58] <benjamin> good poitn
  887. # [05:59] <heycam> #!/bin/sh -c 'cc $0 && ./a.out'
  888. # [05:59] <heycam> or something
  889. # [05:59] <dholbert> ehsan, er, nevermind, I thought that was a more complete script than it actually is
  890. # [05:59] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  891. # [05:59] <heycam> actually more like #!/bin/sh -c 'tail +1 $0 > /tmp/a.cpp && cc /tmp/a.cpp && ./a.out'
  892. # [06:00] <heycam> (or +2)
  893. # [06:00] <@ehsan> benjamin: you wang cling :)
  894. # [06:00] <@ehsan> dholbert: heh, I just came across that file by accident :)
  895. # [06:00] * Joins: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP)
  896. # [06:03] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  897. # [06:04] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  898. # [06:05] * khuey is now known as khuey|away
  899. # [06:06] <Mook> dholbert: fwiw, you probably want to try something like | [ $(xxd -ps -l2 "$x") == 2321] && echo $x | instead, to not catch the gif.
  900. # [06:07] <Mook> since you only care about the first two bytes, and not the whole first line :)
  901. # [06:08] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  902. # [06:08] <dholbert> Mook, gotcha. :) thanks
  903. # [06:09] <Mook> on the other hand, running the gif can be fun anyway! :D
  904. # [06:09] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  905. # [06:10] * Joins: kinetik (kinetik@A12B2EE3.29585BF7.FC74E68.IP)
  906. # [06:13] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  907. # [06:13] * whimboo|afk is now known as whimboo
  908. # [06:14] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  909. # [06:14] * Joins: mreavy_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  910. # [06:14] * mreavy_ is now known as mreavy
  911. # [06:16] * Joins: jammink (textual@moz-DD4C6D8A.dsl.dynamic.sonic.net)
  912. # [06:17] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  913. # [06:18] * Quits: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  914. # [06:18] * Quits: Boriss (FlyingToas@moz-A832A0FE.range86-152.btcentralplus.com) (Quit: Boriss)
  915. # [06:19] <markh> ehsan: re that "social in private browsing" bug - there's no need for me to keep the "#ifndef MOZ_PER_WINDOW_PRIVATE_BROWSING" blocks these days, is there?
  916. # [06:21] <@ehsan> markh: there is.. we still want to support global PB builds as a disaster recovery measure
  917. # [06:22] <markh> ehsan: cool, thanks
  918. # [06:22] <@ehsan> np
  919. # [06:25] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Quit: Leaving)
  920. # [06:26] * joduinn is now known as joduinn-afk
  921. # [06:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c9efa53d7aa9 - Richard Newman - Bug 826539 - Pinned tabs folder shouldn't be synced. r=nalexander
  922. # [06:27] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  923. # [06:29] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Quit: bholley)
  924. # [06:30] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  925. # [06:30] * Quits: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  926. # [06:30] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  927. # [06:32] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  928. # [06:32] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  929. # [06:33] * Joins: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP)
  930. # [06:33] <@dolske> dougt: uhm, should GPSDGeolocationProvider.js be trying to talk with gpsd on OS X? O_o
  931. # [06:34] * Quits: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  932. # [06:34] <dougt> we probably should just stop shipping that.
  933. # [06:34] <dougt> let people install an addon.
  934. # [06:34] <dougt> dolske: if you want, file a bug and cc jdm.
  935. # [06:35] <@dolske> eep
  936. # [06:35] * @dolske files
  937. # [06:35] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  938. # [06:35] <@dolske> gps: should I CC you? ;)
  939. # [06:36] <jdm> the gps daemon
  940. # [06:36] <jdm> demon, my mistake
  941. # [06:36] <nigelb> demon?
  942. # [06:36] <nigelb> haha
  943. # [06:36] <dougt> dolske: hey -- i had a bacon idea. maybe we should invent a packaging such that you can just unroll the bacon directly onto a cookie sheet. (i find that the hardest part of cooking bacon (besides waiting for it to be cooked) is putting it on the cookie sheet).
  944. # [06:36] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.14.1/20121129191217])
  945. # [06:36] * Quits: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  946. # [06:37] <@dolske> hmm, like fruit rollups.
  947. # [06:37] <dougt> yes.
  948. # [06:37] <dougt> directly on the cookie sheet and into the oven.
  949. # [06:37] <@dolske> could package it in it's own disposable pan.
  950. # [06:37] <@dolske> no cleanup!
  951. # [06:37] <@dolske> BRILLIANT
  952. # [06:37] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  953. # [06:37] * dougt files the patent.
  954. # [06:38] * glob|away is now known as glob
  955. # [06:38] <@dolske> my dirty little secret: the precooked stuff on the shelf isn't as good as fresh, but it's fantastic for sammiches
  956. # [06:38] <glob> damm you, now i'm hungry
  957. # [06:38] * Joins: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  958. # [06:39] <dougt> dolske: i am scared of that stuff.
  959. # [06:39] <dougt> same with bacon bits
  960. # [06:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bfb788e7ef51 - Ehsan Akhgari - Bug 826602 - Rename nsHTMLCanvasElement to mozilla::dom::HTMLCanvasElement; r=bzbarsky
  961. # [06:39] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  962. # [06:40] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  963. # [06:41] <@dolske> it's the canned bacon that should scare you.
  964. # [06:41] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  965. # [06:41] <@dolske> (also: canned whole chicken)
  966. # [06:41] <@dolske> filed bug 826605
  967. # [06:42] <dougt> dolske: http://ihatemymessageboard.com/2009/04/23/a-whole-chicken-in-a-can/
  968. # [06:42] <dougt> WTF
  969. # [06:42] * Quits: tonymec|away (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  970. # [06:42] <dougt> i don't believe it.
  971. # [06:43] <@dolske> mmmmmm
  972. # [06:43] <dougt> kind of looks like the last stuff they served for the monday lunch in mv.
  973. # [06:43] <dougt> (also… wpr doesn't like you complaining about such things...)
  974. # [06:44] <@dolske> missed that one! phew!
  975. # [06:44] <dougt> it was two weeks ago.
  976. # [06:44] <dougt> beef something or other.
  977. # [06:44] * Joins: tonymec|away (tonymec@BBFB1475.64732CAE.277517C1.IP)
  978. # [06:44] <dougt> i said… "gawd, wtf"
  979. # [06:44] <@dolske> oh, wait, that sounds familiar.
  980. # [06:44] <dougt> and lori was right behind me.
  981. # [06:44] <nigelb> glob: I'm already contemplating lunch.
  982. # [06:44] <dougt> she forced me to try it.
  983. # [06:45] * Joins: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP)
  984. # [06:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d7b111082de9 - Nicholas Nethercote - Bug 826553 - Add a memory reporter for the event listener manager's hash table. r=bz.
  985. # [06:45] <dougt> jdm: any objection to removing gpsd support?
  986. # [06:45] * heycam is now known as heycam|away
  987. # [06:45] <@dolske> "Beef Burgundy Stew with Wild Mushrooms & Pearl Onions" yes, yes, I remember now, I had the lasagna.
  988. # [06:45] * Joins: Optimize1 (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  989. # [06:46] <jdm> dougt: I've never actually know what gpsd is
  990. # [06:46] <@dolske> I remember being surprised by "Pureed Asparagus". *shudder*
  991. # [06:46] <gps> don't remove gps
  992. # [06:47] <dougt> dolske: the vendor should try less to impress.
  993. # [06:47] <@dolske> gpsd is a linux daemon that provides a system gps service, since talking to a gps unit is a bit of a pain.
  994. # [06:47] <jdm> hush
  995. # [06:47] <glob> grrr
  996. # [06:47] <dougt> and it is usually on a serial port
  997. # [06:47] * glob is now known as glob|lunch
  998. # [06:47] <@dolske> iirc it's especially notable for jumping through hoops to avoid any and all runtime allocations.
  999. # [06:47] <dougt> which means, sometimes, one listener at a time.
  1000. # [06:48] <dougt> i think, on desktop, we basically should only support the gls location provider.
  1001. # [06:48] <@dolske> it was pretty amusing to read though.
  1002. # [06:48] <dougt> if you want to get fancy, write an addon.
  1003. # [06:49] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1004. # [06:49] <jdm> I am fine with that policy
  1005. # [06:49] <dougt> oh… jdm… we should probably talk next week about our 2013 platform goals wrt geo
  1006. # [06:50] <jdm> our goals should be to fix any security bugs in 10 fucking days
  1007. # [06:50] <jdm> end of message.
  1008. # [06:50] <dougt> jdm: you should put that on one of your business cards.
  1009. # [06:51] <dougt> jdm - mozilla corp -- i'll fix your shit in 10 Fucking DAYZ!
  1010. # [06:51] * Quits: Optimizer (Optimizer@5B3D420F.6E0D0D7B.BE90E62C.IP) (Ping timeout)
  1011. # [06:51] * glob|lunch is now known as glob
  1012. # [06:53] <jdm> ack, I still haven't packed
  1013. # [06:54] <jdm> I have not fully convinced myself that I'm actually heading off for five weeks
  1014. # [06:54] <jdm> it's too weird to do it in winter
  1015. # [06:56] <tbsaunde> jdm: wow, were to?
  1016. # [06:56] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  1017. # [06:56] <jdm> berlin, paris, london
  1018. # [06:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e905c6778d61 - Vicamo Yang - Bug 824612: B2G SMS - add Marionette test script for strict 7bit encoding. r=hsinyi
  1019. # [06:57] <glob> jdm, come to australia, you'll avoid the whole "doing it in winter" concerns
  1020. # [06:58] * Quits: jammink (textual@moz-DD4C6D8A.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  1021. # [06:58] <jdm> glob: it is surely tempting, believe me.
  1022. # [06:58] <tbsaunde> jdm: ah, so hanging out in paris between work weeks?
  1023. # [06:58] <dougt> glob: +1 berlin is going to be cold.
  1024. # [06:58] <jdm> tbsaunde: hanging out in london for longer, but yeah.
  1025. # [06:58] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Connection reset by peer)
  1026. # [06:59] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1027. # [07:00] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  1028. # [07:00] * Joins: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com)
  1029. # [07:01] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1030. # [07:05] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1031. # [07:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e2441f515b0d - Ehsan Akhgari - Backed out changeset bfb788e7ef51 (bug 826602) because of build failures
  1032. # [07:10] * Quits: John-Galt (kris@moz-882434A3.hsd1.or.comcast.net) (Ping timeout)
  1033. # [07:14] * Joins: John-Galt (kris@moz-882434A3.hsd1.or.comcast.net)
  1034. # [07:15] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1035. # [07:18] * Quits: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  1036. # [07:18] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (No route to host)
  1037. # [07:20] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1038. # [07:20] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  1039. # [07:21] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  1040. # [07:22] * Joins: Callek_Away (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  1041. # [07:22] * Quits: Callek (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  1042. # [07:22] * Callek_Away is now known as Callek
  1043. # [07:23] <njn> jdm: it's 105 F in Melbourne today, I promise you won't be cold
  1044. # [07:24] * heycam|away is now known as heycam
  1045. # [07:25] * Quits: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Connection reset by peer)
  1046. # [07:25] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1047. # [07:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/259982750c29 - Vicamo Yang - Bug 820780 - Part 5/5: test cases, r=rwood
  1048. # [07:27] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1049. # [07:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/67801b556c28 - Vicamo Yang - Bug 820780 - Part 2/5: DOM, IPC changes, r=bent
  1050. # [07:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3a971360b41a - Vicamo Yang - Bug 820780 - Part 3/5: B2G RIL backend, r=hsinyi,bent
  1051. # [07:27] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  1052. # [07:27] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1053. # [07:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2a68fdc0effd - Vicamo Yang - Bug 820780 - Part 4/5: Android backend, r=blassey
  1054. # [07:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f5a47d623e4f - Vicamo Yang - Bug 820780 - Part 1/5: interface changes, sr=sicking
  1055. # [07:28] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1056. # [07:28] * Joins: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1057. # [07:31] * Quits: tonymec|away (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  1058. # [07:34] * Joins: tonymec|away (tonymec@BBFB1475.64732CAE.277517C1.IP)
  1059. # [07:35] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1060. # [07:36] * Joins: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP)
  1061. # [07:37] * nthomas|away is now known as nthomas
  1062. # [07:37] <nthomas> please close inbound + try + possibly more. there's some issue in the scl3 colo
  1063. # [07:39] <nthomas> bug 826609
  1064. # [07:40] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1065. # [07:41] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1066. # [07:42] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Ping timeout)
  1067. # [07:44] * Joins: andersh (andersh@moz-3DB85725.bredband.3.dk)
  1068. # [07:44] <philor> done
  1069. # [07:48] <nthomas> thx
  1070. # [07:52] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Input/output error)
  1071. # [07:56] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1072. # [07:56] <philor> conveniently, inbound was busted for a while so it doesn't have much trying to run :)
  1073. # [07:58] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1074. # [08:01] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1075. # [08:02] * Quits: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1076. # [08:08] * Joins: tanvi (tanvi@A5A0595A.66715431.D25A875A.IP)
  1077. # [08:10] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1078. # [08:11] * Quits: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  1079. # [08:12] * Joins: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP)
  1080. # [08:15] * Joins: berkerpeksag (berkerpeks@988AAF0A.4A8BB443.8BE7320.IP)
  1081. # [08:15] * Quits: berkerpeksag (berkerpeks@988AAF0A.4A8BB443.8BE7320.IP) (Quit: WeeChat 0.3.7)
  1082. # [08:16] * Joins: berkerpeksag (berkerpeks@988AAF0A.4A8BB443.8BE7320.IP)
  1083. # [08:16] * Quits: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  1084. # [08:18] * Joins: grubshka (grubshka@moz-4C349F1.rev.sfr.net)
  1085. # [08:18] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1086. # [08:18] * Joins: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP)
  1087. # [08:19] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Input/output error)
  1088. # [08:21] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1089. # [08:21] * Joins: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net)
  1090. # [08:23] * bz is now known as bz_sleep
  1091. # [08:25] * Joins: bholley (anonymous@moz-C7024B49.dsl.volcano.net)
  1092. # [08:26] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1093. # [08:26] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1094. # [08:26] * Joins: masayuki (Thunderbir@moz-FDE4DEE5.userreverse.dion.ne.jp)
  1095. # [08:27] * Quits: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  1096. # [08:28] * Joins: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP)
  1097. # [08:35] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1098. # [08:36] * Joins: gcp (gcp@moz-D0E475EA.access.telenet.be)
  1099. # [08:44] * Quits: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP) (Ping timeout)
  1100. # [08:47] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1101. # [08:54] * Quits: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1102. # [08:56] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1103. # [08:57] * Joins: kentuckyfriedtakahe (ajones@moz-54BAD29D.callplus.net.nz)
  1104. # [08:57] * Joins: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP)
  1105. # [08:58] * Joins: db48x (user@moz-EB26B80B.dsl.static.sonic.net)
  1106. # [09:00] * Quits: kentuckyfriedtakahe (ajones@moz-54BAD29D.callplus.net.nz) (Client exited)
  1107. # [09:02] * mgerva-afk is now known as mgerva
  1108. # [09:03] * Joins: RealRaven (Thunderbir@8086F76E.C9BBE766.27F80FAC.IP)
  1109. # [09:05] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1110. # [09:05] * Joins: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP)
  1111. # [09:07] * Quits: Mook (mook@moz-5FFA03A3.dsl.teksavvy.com) (Quit: Mook)
  1112. # [09:07] * Joins: Ms2ger (Ms2ger@moz-FC5CADCC.adsl-dyn.isp.belgacom.be)
  1113. # [09:07] * Quits: vtmarvin1 (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Ping timeout)
  1114. # [09:08] * Joins: danielapetrovici_ (danielapet@A5A0595A.66715431.D25A875A.IP)
  1115. # [09:08] * Quits: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  1116. # [09:09] * Quits: danielapetrovici (danielapet@601F3B17.33662590.A5830293.IP) (Ping timeout)
  1117. # [09:09] * philor is now known as philor|away
  1118. # [09:10] * Joins: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net)
  1119. # [09:11] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  1120. # [09:11] * Joins: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1121. # [09:11] * Quits: njn (chatzilla@moz-7EB80C74.dyn.iinet.net.au) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20130103165632])
  1122. # [09:13] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1123. # [09:15] * heycam is now known as heycam|away
  1124. # [09:16] <dholbert> roc, ping
  1125. # [09:20] <Ms2ger> Bonjour
  1126. # [09:21] * Joins: jhk1 (jhk@7FC79FD2.5827C9F6.D06349B0.IP)
  1127. # [09:21] * Quits: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP) (Quit: Leaving.)
  1128. # [09:24] <tanvi> try is closed?
  1129. # [09:24] <Ms2ger> Apparently so
  1130. # [09:24] <KWierso|Home> tanvi: bug 826609
  1131. # [09:25] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1132. # [09:25] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1133. # [09:25] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  1134. # [09:25] <glazou> bonjour
  1135. # [09:26] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Client exited)
  1136. # [09:26] <tanvi> KWierso|Home: thanks!
  1137. # [09:26] <Callek> bonjour
  1138. # [09:28] * Joins: stransky (stransky@moz-E09B938B.net.upcbroadband.cz)
  1139. # [09:29] * Quits: mermi (Mibbit@moz-6250F45A.tx.res.rr.com) (Quit: http://www.mibbit.com ajax IRC Client)
  1140. # [09:30] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: Success !!)
  1141. # [09:31] * baku|away is now known as baku
  1142. # [09:31] * Quits: bholley (anonymous@moz-C7024B49.dsl.volcano.net) (Quit: bholley)
  1143. # [09:34] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1144. # [09:34] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Connection reset by peer)
  1145. # [09:35] * Joins: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com)
  1146. # [09:35] * Quits: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP) (Quit: Lost terminal)
  1147. # [09:38] * Joins: capella-s3 (capella-s3@moz-DD0C7E4F.twcny.res.rr.com)
  1148. # [09:39] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1149. # [09:41] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1150. # [09:43] * baku is now known as baku|away
  1151. # [09:43] * Joins: past (Instantbir@moz-7BCD7DED.dsl.dyn.forthnet.gr)
  1152. # [09:43] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1153. # [09:44] * Joins: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1154. # [09:44] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  1155. # [09:46] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1156. # [09:46] * Quits: RealRaven (Thunderbir@8086F76E.C9BBE766.27F80FAC.IP) (Quit: RealRaven)
  1157. # [09:46] * Joins: RealRaven (Thunderbir@8086F76E.C9BBE766.27F80FAC.IP)
  1158. # [09:49] * Joins: mak (chatzilla@moz-9760484B.retail.telecomitalia.it)
  1159. # [09:49] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1160. # [09:50] * Joins: MrDHat (quassel@848E7196.34B4F353.50E99975.IP)
  1161. # [09:50] * Quits: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1162. # [09:51] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1163. # [09:52] * Quits: efaust (efaust@moz-AB84E35.ghc.andrew.cmu.edu) (Ping timeout)
  1164. # [09:52] * Joins: efaust (efaust@moz-AB84E35.ghc.andrew.cmu.edu)
  1165. # [09:52] * Quits: @ted (luser@moz-F3E05EA5.scr.east.verizon.net) (Ping timeout)
  1166. # [09:53] * Joins: ted (luser@moz-8EE3C9C7.sctnpa.east.verizon.net)
  1167. # [09:53] * ChanServ sets mode: +o ted
  1168. # [09:53] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  1169. # [09:54] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1170. # [09:55] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1171. # [09:57] * Joins: edmorley (edmorley@moz-5533EB98.range109-156.btcentralplus.com)
  1172. # [09:57] * Quits: Optimize1 (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Ping timeout)
  1173. # [09:58] * Joins: dao (dao@moz-7B996537.superkabel.de)
  1174. # [09:58] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  1175. # [09:58] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1176. # [10:00] * glob is now known as glob|away
  1177. # [10:01] * Quits: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (Ping timeout)
  1178. # [10:01] * Quits: mjrosenb (mjrosenb@moz-EC1A99F1.club.cc.cmu.edu) (Ping timeout)
  1179. # [10:02] * Quits: efaust (efaust@moz-AB84E35.ghc.andrew.cmu.edu) (Ping timeout)
  1180. # [10:03] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1181. # [10:03] * Joins: garnacho (carlos@moz-CDA21724.dyn.user.ono.com)
  1182. # [10:03] <@roc> dholbert: hi
  1183. # [10:04] <dholbert> roc, hi! So for that accidental-camera-launch bug -- I don't think there's an obvious display-list to print from FindFrameTargetedByInputEvent, but I might be missing something
  1184. # [10:04] <dholbert> roc, I posted the frame tree -- but more importantly, that function is only getting hit inside the home screen process itself
  1185. # [10:05] <dholbert> roc, at which point it's already too late
  1186. # [10:05] <@roc> the home screen process should see that there's an nsSubDocumentFrame under that point, so it forwards the event to the subprocess
  1187. # [10:05] * Quits: MrDHat (quassel@848E7196.34B4F353.50E99975.IP) (Ping timeout)
  1188. # [10:05] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1189. # [10:06] * Joins: jrm2k6 (jrm2k6@moz-917DE8EF.w2-13.abo.wanadoo.fr)
  1190. # [10:06] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Ping timeout)
  1191. # [10:06] <dholbert> roc, hmm... my frame tree doesn't have any subdocuments https://bug822721.bugzilla.mozilla.org/attachment.cgi?id=697814
  1192. # [10:07] * Joins: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  1193. # [10:07] <@roc> oh, wait
  1194. # [10:07] <@roc> the homescreen process *is* a subprocess, isn't it?
  1195. # [10:07] <dholbert> it is, yeah
  1196. # [10:07] * Joins: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP)
  1197. # [10:07] <dholbert> If I replace s/home screen process/b2g process in what you just said above (RE the subdocument frame) then I think it makes sense
  1198. # [10:08] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  1199. # [10:08] <dholbert> so I think the question is, how does the b2g process figure out which iframe to send events to
  1200. # [10:08] <@roc> can you get a dump of the event handling in the master process?
  1201. # [10:08] <dholbert> (because I think in this case, it's picking the wrong one)
  1202. # [10:08] <@roc> it has its own document tree
  1203. # [10:08] <@roc> should have a frame tree containing subdocuments for the visible apps
  1204. # [10:09] <@roc> or at least the home screen and the current app
  1205. # [10:09] <dholbert> roc, ok -- I don't have the actual error trapped in the b2g process at the moment, but I'll try that w/ just an arbitrary touch event
  1206. # [10:10] * Quits: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  1207. # [10:11] * Joins: tzimmermann (tzimmerman@moz-DDFBC1AB.pools.arcor-ip.net)
  1208. # [10:12] <glandium> damn, just when i wanted to push to aurora, all trees are closed
  1209. # [10:12] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1210. # [10:13] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1211. # [10:13] <Callek> glandium: we knew you were gonna push, so we created network issues to close the trees
  1212. # [10:13] * Quits: tanvi (tanvi@A5A0595A.66715431.D25A875A.IP) (Quit: Leaving.)
  1213. # [10:13] <Callek> its all spite, don't worry ;-P
  1214. # [10:13] <KWierso|Home> not like the trains move in a few days
  1215. # [10:14] <glandium> Callek: you're mean :(
  1216. # [10:14] <Callek> glandium: well when you do awesome work, we need to stop you somehow
  1217. # [10:14] <Callek> and killing the whole scl3 datacenter was the easiest way -- that says something about how good you are ;-P
  1218. # [10:16] * Joins: martyn (martyn@moz-57A66DEC.range81-154.btcentralplus.com)
  1219. # [10:16] <glandium> Callek: flattery won't work
  1220. # [10:16] <Callek> glandium: how about a beer?
  1221. # [10:16] <Callek> would that work
  1222. # [10:17] <glandium> could
  1223. # [10:17] <Callek> (just wait until you realize that I'm trying to coerce you to take the comm-central bug about making ALL of comm-central use the m-c build system directly, to avoid 99% of build system bustage :-P )
  1224. # [10:17] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  1225. # [10:18] <KWierso|Home> s/coerce you to take/make you voluntarily assign to yourself/
  1226. # [10:18] <Callek> KWierso|Home: no coerce, since I don't want him to realize it until he's mostly done
  1227. # [10:19] <KWierso|Home> s/yourself/yourself because you're such a great, awesome person/
  1228. # [10:20] * Quits: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP) (Ping timeout)
  1229. # [10:20] <glandium> note that's an itch i'm actually tempted to scratch, because just about every time i do build system changes in m-c, c-c breaks
  1230. # [10:20] <KWierso|Home> it worked!
  1231. # [10:20] <Callek> glandium: see its already starting to work!
  1232. # [10:20] <Callek> hahahaha
  1233. # [10:21] <glandium> has nothing to do with the current bribing
  1234. # [10:21] <glandium> and i didn't say i'll do it
  1235. # [10:21] <Callek> a good bribe never lets the recipient realize its a bribe
  1236. # [10:21] <Callek> :-P
  1237. # [10:22] <glandium> didn't jcranmer's patch work, btw?
  1238. # [10:22] <Callek> which patch?
  1239. # [10:22] <Callek> p.p.s. I need to deploy py2.7 everywhere still :/
  1240. # [10:23] * Joins: maikmerten (merten@moz-D9AA5A6E.itmc.tu-dortmund.de)
  1241. # [10:23] * Joins: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP)
  1242. # [10:24] * NeilAway wonders who managed to make nsHTMLMediaElement.cpp executable
  1243. # [10:28] <KWierso|Home> NeilAway: https://hg.mozilla.org/integration/mozilla-inbound/rev/7d5f2e584f8a
  1244. # [10:28] <NeilAway> KWierso|Home: ta
  1245. # [10:29] * Joins: efaust (efaust@moz-AB84E35.ghc.andrew.cmu.edu)
  1246. # [10:29] * Joins: mjrosenb (mjrosenb@moz-EC1A99F1.club.cc.cmu.edu)
  1247. # [10:29] * Quits: Mavericks (Mibbit@33E5205D.293E7A43.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1248. # [10:32] * Quits: jhk1 (jhk@7FC79FD2.5827C9F6.D06349B0.IP) (Ping timeout)
  1249. # [10:32] <glandium> Callek: the one for moving c-c under m-c
  1250. # [10:33] <Callek> glandium: I hadn't noticed that jcranmer wrote a patch for that
  1251. # [10:33] <Callek> and I would have expected I'd be a reviewer for that
  1252. # [10:33] * Joins: Optimizer1 (Optimizer@5993DADF.CC823F19.BE90E62C.IP)
  1253. # [10:33] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  1254. # [10:34] <Callek> glandium: ooo OT -- is my outstanding r? on https://bugzilla.mozilla.org/show_bug.cgi?id=818255 obsolete as I expect, or do you still need feedback/review from me on that one?
  1255. # [10:35] * Joins: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP)
  1256. # [10:35] <glandium> Callek: i was thinking about bug 648980
  1257. # [10:36] <glandium> Callek: you can probably reset that r?
  1258. # [10:37] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1259. # [10:37] <Callek> glandium: re: 648980 that *is* the one I was asking over, and yea I didn't notice joshua's patch... but I'm fairly sure that in 2.5 months its mostly bitrotted anyway
  1260. # [10:37] <Callek> ;-)
  1261. # [10:37] <Callek> thanks re: review
  1262. # [10:38] * Quits: dao (dao@moz-7B996537.superkabel.de) (Quit: Leaving.)
  1263. # [10:39] * Quits: vicamo_ (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1264. # [10:39] * Quits: masayuki (Thunderbir@moz-FDE4DEE5.userreverse.dion.ne.jp) (Ping timeout)
  1265. # [10:40] * Quits: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP) (Ping timeout)
  1266. # [10:41] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1267. # [10:45] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1268. # [10:45] * Quits: StevenLee_ (chatzilla@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1269. # [10:45] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1270. # [10:46] <dholbert> roc, nevermind, we do get a FindFrameTargetedByInputEvent for the b2g process as well -- I just missed it amongst my other printf-spew before
  1271. # [10:47] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Ping timeout)
  1272. # [10:47] <NeilAway> glandium: is this for merging the repos?
  1273. # [10:47] <dholbert> roc, (I only paid attention to the last FindFrameTargetedByInputEvent output, and that was the one for the child process)
  1274. # [10:47] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  1275. # [10:47] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  1276. # [10:47] <glandium> NeilAway: merging what?
  1277. # [10:49] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1278. # [10:49] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1279. # [10:50] * Quits: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa_)
  1280. # [10:50] * Joins: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1281. # [10:50] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1282. # [10:51] <NeilAway> glandium: 649890
  1283. # [10:51] * Quits: RealRaven (Thunderbir@8086F76E.C9BBE766.27F80FAC.IP) (Quit: RealRaven)
  1284. # [10:52] <NeilAway> glandium: wait, 648979 reveals all
  1285. # [10:52] * Joins: RealRaven (Thunderbir@8086F76E.C9BBE766.27F80FAC.IP)
  1286. # [10:52] * Quits: efaust (efaust@moz-AB84E35.ghc.andrew.cmu.edu) (Ping timeout)
  1287. # [10:52] * Quits: mjrosenb (mjrosenb@moz-EC1A99F1.club.cc.cmu.edu) (Ping timeout)
  1288. # [10:53] * Quits: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (Ping timeout)
  1289. # [10:53] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1290. # [10:56] * Joins: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP)
  1291. # [10:57] * Joins: mjrosenb (mjrosenb@moz-EC1A99F1.club.cc.cmu.edu)
  1292. # [10:58] * Joins: danielapetrovici__ (danielapet@601F3B17.33662590.A5830293.IP)
  1293. # [10:58] * Joins: efaust (efaust@moz-AB84E35.ghc.andrew.cmu.edu)
  1294. # [10:58] <NeilAway> whoa, the hoops we have to jump through to convert a string to an integer these days
  1295. # [10:58] * Joins: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  1296. # [10:59] <NeilAway> std::wistringstream(wstr) >> myint
  1297. # [10:59] * ewong is now known as ewong|away
  1298. # [10:59] * Joins: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP)
  1299. # [10:59] * Quits: danielapetrovici_ (danielapet@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  1300. # [11:00] * Joins: dao (dao@moz-7B996537.superkabel.de)
  1301. # [11:01] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1302. # [11:02] * Quits: efaust (efaust@moz-AB84E35.ghc.andrew.cmu.edu) (Ping timeout)
  1303. # [11:02] * Quits: mjrosenb (mjrosenb@moz-EC1A99F1.club.cc.cmu.edu) (Ping timeout)
  1304. # [11:02] * Quits: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (Ping timeout)
  1305. # [11:04] * Joins: paolo (paolo@moz-97F05B70.retail.telecomitalia.it)
  1306. # [11:05] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  1307. # [11:05] * Quits: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP) (Ping timeout)
  1308. # [11:06] * Quits: tingyuan (tingyuan@moz-60EA5A7A.csie.ntu.edu.tw) (Quit: leaving)
  1309. # [11:07] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  1310. # [11:08] * Joins: jcranmer|away (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  1311. # [11:11] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  1312. # [11:12] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1313. # [11:16] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  1314. # [11:16] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1315. # [11:19] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1316. # [11:23] * Joins: marco (Thunderbir@moz-4F0A846F.cust.dsl.teletu.it)
  1317. # [11:23] * Quits: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121129165506])
  1318. # [11:27] * Joins: MrDHat (quassel@61620885.140F71E4.50E99975.IP)
  1319. # [11:29] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1320. # [11:30] * Quits: capella-s3 (capella-s3@moz-DD0C7E4F.twcny.res.rr.com) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
  1321. # [11:31] * Joins: graememcc (chatzilla@moz-F1E601A2.range86-167.btcentralplus.com)
  1322. # [11:32] * Quits: kaze (kaze@moz-F8747CC6.dsl.ovh.fr) (Connection reset by peer)
  1323. # [11:33] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  1324. # [11:34] * Quits: Optimizer1 (Optimizer@5993DADF.CC823F19.BE90E62C.IP) (Ping timeout)
  1325. # [11:34] * Quits: trevorh (trevor@moz-53FF1154.lnse1.woo.bigpond.net.au) (Quit: Leaving.)
  1326. # [11:34] * Joins: kaze (kaze@moz-F8747CC6.dsl.ovh.fr)
  1327. # [11:34] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Ping timeout)
  1328. # [11:34] * Joins: imphil (philipp@moz-EC37D476.dynamic.eduroam.mwn.de)
  1329. # [11:35] * Joins: mjrosenb (mjrosenb@moz-EC1A99F1.club.cc.cmu.edu)
  1330. # [11:39] * Quits: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Ping timeout)
  1331. # [11:42] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  1332. # [11:43] * Joins: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP)
  1333. # [11:44] <KWierso|Home> okay, that's probably enough pretending like I know anything about CSP when posting on a forum to complete strangers in order to diagnose why their site isn't working for this early friday morning... :|
  1334. # [11:45] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1335. # [11:47] <KWierso|Home> (shockingly, sending a header saying to only allow content from 'self' does NOT let you load jQuery from google's servers...)
  1336. # [11:48] * Quits: maikmerten (merten@moz-D9AA5A6E.itmc.tu-dortmund.de) (Ping timeout)
  1337. # [11:49] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1338. # [11:50] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1339. # [11:51] * Quits: MnO2 (mno2@moz-F2B69E6.tpcity.corp.yahoo.com) (Quit: Leaving)
  1340. # [11:58] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1341. # [11:58] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  1342. # [11:59] * Joins: efaust (efaust@moz-AB84E35.ghc.andrew.cmu.edu)
  1343. # [12:00] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1344. # [12:00] * Joins: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP)
  1345. # [12:01] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1346. # [12:02] * Quits: jrm2k6 (jrm2k6@moz-917DE8EF.w2-13.abo.wanadoo.fr) (Client exited)
  1347. # [12:05] * Joins: jrm2k6 (jrm2k6@moz-917DE8EF.w2-13.abo.wanadoo.fr)
  1348. # [12:05] * Quits: marco (Thunderbir@moz-4F0A846F.cust.dsl.teletu.it) (Ping timeout)
  1349. # [12:06] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1350. # [12:06] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1351. # [12:07] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1352. # [12:08] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1353. # [12:12] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  1354. # [12:12] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  1355. # [12:16] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1356. # [12:18] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1357. # [12:20] * Joins: kdudka (kdudka@moz-C6C5E2CB.fei.wifi.vutbr.cz)
  1358. # [12:21] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  1359. # [12:21] * Quits: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP) (Ping timeout)
  1360. # [12:21] * Quits: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1361. # [12:21] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1362. # [12:22] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1363. # [12:24] * Joins: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com)
  1364. # [12:25] * Joins: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP)
  1365. # [12:26] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1366. # [12:27] * Quits: paolo (paolo@moz-97F05B70.retail.telecomitalia.it) (Client exited)
  1367. # [12:28] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1368. # [12:28] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1369. # [12:28] * ChanServ sets mode: +o smaug
  1370. # [12:29] <edmorley> I've retriggered builds on tips of m-c and inbound to see if the infra issue has by any chance improved, whilst we;re waiting on a reply to bug 826609
  1371. # [12:31] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1372. # [12:32] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  1373. # [12:35] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1374. # [12:36] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  1375. # [12:36] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1376. # [12:36] * Joins: masayuki (Thunderbir@moz-FDE4DEE5.userreverse.dion.ne.jp)
  1377. # [12:39] <Cwiiis> 18 is releasing on Tuesday, right? Or something like that?
  1378. # [12:40] <Ms2ger> Sounds about right
  1379. # [12:40] <edmorley> yes (https://wiki.mozilla.org/RapidRelease/Calendar)
  1380. # [12:40] <Cwiiis> Cool, thanks
  1381. # [12:45] * Joins: TheOne (one@moz-D8BCB7C9.dip.t-dialin.net)
  1382. # [12:45] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1383. # [12:46] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1384. # [12:47] * glazou is now known as glazou_lunch
  1385. # [12:51] * Joins: Boriss (FlyingToas@88F51059.F3BBB17D.144F44FA.IP)
  1386. # [12:54] * Joins: masayuki1 (Thunderbir@moz-FDE4DEE5.userreverse.dion.ne.jp)
  1387. # [12:55] * Quits: masayuki (Thunderbir@moz-FDE4DEE5.userreverse.dion.ne.jp) (Ping timeout)
  1388. # [12:55] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1389. # [12:56] * Joins: Nefzaoui (chatzilla@85C60CB3.18718C4C.D9343D67.IP)
  1390. # [12:56] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1391. # [12:56] * ChanServ sets mode: +o smaug
  1392. # [12:56] * Quits: imphil (philipp@moz-EC37D476.dynamic.eduroam.mwn.de) (Ping timeout)
  1393. # [12:58] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1394. # [12:59] * Joins: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1395. # [12:59] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  1396. # [13:02] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1397. # [13:02] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1398. # [13:03] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1399. # [13:03] * ChanServ sets mode: +o smaug
  1400. # [13:03] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1401. # [13:03] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1402. # [13:05] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1403. # [13:06] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1404. # [13:11] * Joins: imphil (philipp@moz-EC37D476.dynamic.eduroam.mwn.de)
  1405. # [13:14] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1406. # [13:15] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1407. # [13:19] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1408. # [13:19] * Joins: marco (Thunderbir@moz-88C08A3D.cust.dsl.teletu.it)
  1409. # [13:20] * Quits: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP) (Ping timeout)
  1410. # [13:21] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1411. # [13:21] * ChanServ sets mode: +o smaug
  1412. # [13:21] * Quits: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP) (Connection reset by peer)
  1413. # [13:21] * Joins: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP)
  1414. # [13:21] * Joins: FabioMagnoni (fabiomagno@C9F06E1A.17821DE6.A2F1BD83.IP)
  1415. # [13:21] * Quits: jrm2k6 (jrm2k6@moz-917DE8EF.w2-13.abo.wanadoo.fr) (Client exited)
  1416. # [13:22] * Quits: dzbarsky (Adium@moz-2D2AE0B0.washdc.fios.verizon.net) (Quit: Leaving.)
  1417. # [13:23] * Quits: imphil (philipp@moz-EC37D476.dynamic.eduroam.mwn.de) (Ping timeout)
  1418. # [13:23] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1419. # [13:23] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1420. # [13:24] * glazou_lunch is now known as glazou
  1421. # [13:25] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1422. # [13:29] * nthomas is now known as nthomas|away
  1423. # [13:31] * baku|away is now known as baku
  1424. # [13:35] * Joins: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP)
  1425. # [13:35] * Joins: josh (josh@moz-5D371A2.adsl2.static.versatel.nl)
  1426. # [13:36] * Quits: nalexander (nalexander@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1427. # [13:36] * Quits: geekboy|afk (geekboy@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1428. # [13:36] * Quits: rnewman (rich_holyg@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1429. # [13:36] * Quits: dietrich (dietrich@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1430. # [13:36] * Quits: mgerva (mgerva@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1431. # [13:36] * Quits: nthomas|away (nthomas@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1432. # [13:36] * Quits: fryn (fyan@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1433. # [13:36] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1434. # [13:36] * Quits: froydnj (nfroyd@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1435. # [13:36] * Quits: kk1fff (pwang@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1436. # [13:36] * Quits: @gavin (gavin@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1437. # [13:36] * Quits: Cww (Cww@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1438. # [13:36] * Quits: margaret (margaret@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1439. # [13:36] * Quits: ericz (ericz@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1440. # [13:36] * Quits: dchan (dchan@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1441. # [13:36] * Quits: joduinn-afk (joduinn@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1442. # [13:36] * Quits: tbsaunde (tbsaunde@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1443. # [13:36] * Quits: rhelmer (rhelmer@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1444. # [13:36] * Quits: ashish (ashish@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1445. # [13:37] * Quits: ravi (ravi@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1446. # [13:37] * Quits: robcee (rcampbell@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1447. # [13:37] * Quits: imelven (imelven2@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1448. # [13:37] <@smaug> ahaa
  1449. # [13:37] * Quits: nli (nli@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1450. # [13:37] * Quits: gps (gps@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1451. # [13:37] * Quits: mrbkap (mrbkap@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1452. # [13:37] * Quits: @khuey|away (khuey@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1453. # [13:37] * Quits: lsblakk|afk (lsblakk@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1454. # [13:37] * Quits: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1455. # [13:37] * Quits: whimboo (whimboo@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1456. # [13:37] * Quits: hwine-zzz (hwine@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1457. # [13:37] * Quits: fox2mike (shyam@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1458. # [13:37] * Quits: edwin (me@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1459. # [13:37] * Quits: mconnor (mconnor@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1460. # [13:37] * Quits: gregglind_away (glind@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1461. # [13:37] * Quits: liuche (liuche@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1462. # [13:37] * Quits: Tomcat|away (Tomcat@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1463. # [13:37] * Quits: philikon (pweitersha@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1464. # [13:37] * Quits: @dolske (dolske@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1465. # [13:37] * Quits: kbrosnan (kbrosnan@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1466. # [13:37] * Quits: shu (sguo@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1467. # [13:37] * Quits: jmaher|afk (jmaher@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1468. # [13:37] <@smaug> no wonder metrics.mozilla.com has problems too
  1469. # [13:38] * Joins: imphil (philipp@moz-EC37D476.dynamic.eduroam.mwn.de)
  1470. # [13:38] * Joins: rhelmer (rhelmer@moz-59682A1.dmz.scl3.mozilla.com)
  1471. # [13:38] * Joins: margaret (margaret@moz-59682A1.dmz.scl3.mozilla.com)
  1472. # [13:38] * Joins: gregglind_away (glind@moz-59682A1.dmz.scl3.mozilla.com)
  1473. # [13:38] * Joins: robcee (rcampbell@moz-59682A1.dmz.scl3.mozilla.com)
  1474. # [13:38] * Joins: khuey|away (khuey@moz-59682A1.dmz.scl3.mozilla.com)
  1475. # [13:38] * Joins: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1476. # [13:38] * Joins: edwin (me@moz-59682A1.dmz.scl3.mozilla.com)
  1477. # [13:38] * ChanServ sets mode: +o dolske
  1478. # [13:38] * Joins: mgerva (mgerva@moz-59682A1.dmz.scl3.mozilla.com)
  1479. # [13:38] * Joins: lsblakk|afk (lsblakk@moz-59682A1.dmz.scl3.mozilla.com)
  1480. # [13:38] * Joins: johnath (johnath@moz-59682A1.dmz.scl3.mozilla.com)
  1481. # [13:38] * Joins: liuche (liuche@moz-59682A1.dmz.scl3.mozilla.com)
  1482. # [13:38] * Joins: gavin (gavin@moz-59682A1.dmz.scl3.mozilla.com)
  1483. # [13:38] * ChanServ sets mode: +o gavin
  1484. # [13:38] * Joins: kbrosnan (kbrosnan@moz-59682A1.dmz.scl3.mozilla.com)
  1485. # [13:38] * Joins: hwine-zzz (hwine@moz-59682A1.dmz.scl3.mozilla.com)
  1486. # [13:39] * Joins: nthomas (nthomas@moz-59682A1.dmz.scl3.mozilla.com)
  1487. # [13:39] * Joins: serious (Mibbit@moz-24F8BB4F.static.vologda.ru)
  1488. # [13:39] * Joins: mconnor (mconnor@moz-59682A1.dmz.scl3.mozilla.com)
  1489. # [13:39] * Joins: Tomcat|away (Tomcat@moz-59682A1.dmz.scl3.mozilla.com)
  1490. # [13:39] * Joins: philikon (pweitersha@moz-59682A1.dmz.scl3.mozilla.com)
  1491. # [13:39] * nthomas is now known as nthomas|away
  1492. # [13:39] * rhelmer is now known as IRCMonkey48199
  1493. # [13:39] * Joins: dietrich (dietrich@moz-59682A1.dmz.scl3.mozilla.com)
  1494. # [13:39] * Joins: shu (sguo@moz-59682A1.dmz.scl3.mozilla.com)
  1495. # [13:39] * robcee is now known as IRCMonkey29831
  1496. # [13:39] * Joins: rnewman (rich_holyg@moz-59682A1.dmz.scl3.mozilla.com)
  1497. # [13:39] * Joins: froydnj (nfroyd@moz-59682A1.dmz.scl3.mozilla.com)
  1498. # [13:39] * Joins: fryn (fyan@moz-59682A1.dmz.scl3.mozilla.com)
  1499. # [13:39] * Joins: fox2mike (shyam@moz-59682A1.dmz.scl3.mozilla.com)
  1500. # [13:40] * Joins: ericz (ericz@moz-59682A1.dmz.scl3.mozilla.com)
  1501. # [13:40] * Joins: geekboy|afk (geekboy@moz-59682A1.dmz.scl3.mozilla.com)
  1502. # [13:40] * Joins: nalexander (nalexander@moz-59682A1.dmz.scl3.mozilla.com)
  1503. # [13:40] * Joins: nli (nli@moz-59682A1.dmz.scl3.mozilla.com)
  1504. # [13:40] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1505. # [13:40] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1506. # [13:41] * Joins: whimboo (whimboo@moz-59682A1.dmz.scl3.mozilla.com)
  1507. # [13:41] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1508. # [13:41] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1509. # [13:41] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1510. # [13:41] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1511. # [13:42] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1512. # [13:42] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1513. # [13:42] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1514. # [13:42] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1515. # [13:42] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1516. # [13:43] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1517. # [13:43] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1518. # [13:43] * Joins: jmaher|afk (jmaher@moz-59682A1.dmz.scl3.mozilla.com)
  1519. # [13:43] * Joins: joduinn-afk (joduinn@moz-59682A1.dmz.scl3.mozilla.com)
  1520. # [13:43] * Joins: dchan (dchan@moz-59682A1.dmz.scl3.mozilla.com)
  1521. # [13:43] * Joins: Cww (Cww@moz-59682A1.dmz.scl3.mozilla.com)
  1522. # [13:43] * Joins: kk1fff (pwang@moz-59682A1.dmz.scl3.mozilla.com)
  1523. # [13:43] * Joins: imelven (imelven2@moz-59682A1.dmz.scl3.mozilla.com)
  1524. # [13:43] * Joins: mrbkap (mrbkap@moz-59682A1.dmz.scl3.mozilla.com)
  1525. # [13:43] * Joins: gps (gps@moz-59682A1.dmz.scl3.mozilla.com)
  1526. # [13:43] * Joins: tbsaunde (tbsaunde@moz-59682A1.dmz.scl3.mozilla.com)
  1527. # [13:43] * Joins: ashish (ashish@moz-59682A1.dmz.scl3.mozilla.com)
  1528. # [13:43] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1529. # [13:43] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1530. # [13:44] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1531. # [13:44] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1532. # [13:44] * whimboo is now known as whimboo|afk
  1533. # [13:44] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1534. # [13:44] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1535. # [13:45] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1536. # [13:45] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1537. # [13:45] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1538. # [13:45] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1539. # [13:45] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1540. # [13:46] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1541. # [13:46] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1542. # [13:46] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1543. # [13:46] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1544. # [13:47] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1545. # [13:47] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1546. # [13:47] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1547. # [13:47] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1548. # [13:48] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1549. # [13:48] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1550. # [13:49] * Quits: mgerva (mgerva@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1551. # [13:49] * Quits: liuche (liuche@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1552. # [13:49] * Quits: fryn (fyan@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1553. # [13:49] * Quits: dchan (dchan@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1554. # [13:49] * Quits: nthomas|away (nthomas@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1555. # [13:49] * Quits: whimboo|afk (whimboo@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1556. # [13:49] * Quits: nli (nli@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1557. # [13:49] * Quits: tbsaunde (tbsaunde@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1558. # [13:49] * Quits: mconnor (mconnor@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1559. # [13:49] * Quits: philikon (pweitersha@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1560. # [13:49] * Quits: IRCMonkey29831 (rcampbell@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1561. # [13:49] * Quits: joduinn-afk (joduinn@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1562. # [13:49] * Quits: nalexander (nalexander@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1563. # [13:49] * Quits: jmaher|afk (jmaher@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1564. # [13:49] * Quits: gregglind_away (glind@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1565. # [13:49] * Quits: Cww (Cww@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1566. # [13:49] * Quits: ashish (ashish@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1567. # [13:49] * Quits: johnath (johnath@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1568. # [13:49] * Quits: geekboy|afk (geekboy@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1569. # [13:49] * Quits: margaret (margaret@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1570. # [13:49] * Quits: rnewman (rich_holyg@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1571. # [13:49] * Quits: kk1fff (pwang@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1572. # [13:49] * Quits: @dolske (dolske@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1573. # [13:49] * Quits: shu (sguo@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1574. # [13:49] * Quits: ericz (ericz@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1575. # [13:49] * Quits: lsblakk|afk (lsblakk@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1576. # [13:49] * Quits: dietrich (dietrich@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1577. # [13:49] * Quits: gps (gps@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1578. # [13:49] * Quits: IRCMonkey48199 (rhelmer@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1579. # [13:49] * Quits: edwin (me@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1580. # [13:49] * Quits: hwine-zzz (hwine@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1581. # [13:49] * Quits: froydnj (nfroyd@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1582. # [13:50] * Quits: fox2mike (shyam@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1583. # [13:50] * Quits: Tomcat|away (Tomcat@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1584. # [13:50] * Quits: khuey|away (khuey@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1585. # [13:50] * Quits: mrbkap (mrbkap@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1586. # [13:50] * Quits: imelven (imelven2@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1587. # [13:50] * Quits: kbrosnan (kbrosnan@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1588. # [13:50] * Quits: @gavin (gavin@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  1589. # [13:50] * Joins: imelven (imelven2@moz-59682A1.dmz.scl3.mozilla.com)
  1590. # [13:50] * Joins: khuey|away (khuey@moz-59682A1.dmz.scl3.mozilla.com)
  1591. # [13:50] * Joins: tbsaunde (tbsaunde@moz-59682A1.dmz.scl3.mozilla.com)
  1592. # [13:50] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1593. # [13:50] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1594. # [13:50] * Joins: johnath (johnath@moz-59682A1.dmz.scl3.mozilla.com)
  1595. # [13:50] * Joins: mconnor (mconnor@moz-59682A1.dmz.scl3.mozilla.com)
  1596. # [13:50] * Joins: mgerva (mgerva@moz-59682A1.dmz.scl3.mozilla.com)
  1597. # [13:50] * Joins: margaret (margaret@moz-59682A1.dmz.scl3.mozilla.com)
  1598. # [13:50] * Joins: gavin (gavin@moz-59682A1.dmz.scl3.mozilla.com)
  1599. # [13:50] * ChanServ sets mode: +o gavin
  1600. # [13:50] * Joins: joduinn-afk (joduinn@moz-59682A1.dmz.scl3.mozilla.com)
  1601. # [13:50] * Joins: mrbkap (mrbkap@moz-59682A1.dmz.scl3.mozilla.com)
  1602. # [13:50] * Joins: fox2mike (shyam@moz-59682A1.dmz.scl3.mozilla.com)
  1603. # [13:50] * Joins: dolske (dolske@moz-DB4A9C19.scl3.mozilla.com)
  1604. # [13:50] * ChanServ sets mode: +o dolske
  1605. # [13:51] * Joins: jmaher|afk (jmaher@moz-59682A1.dmz.scl3.mozilla.com)
  1606. # [13:51] * Joins: gregglind_away (glind@moz-59682A1.dmz.scl3.mozilla.com)
  1607. # [13:51] * Joins: Cww (Cww@moz-59682A1.dmz.scl3.mozilla.com)
  1608. # [13:51] * Joins: ashish (ashish@moz-59682A1.dmz.scl3.mozilla.com)
  1609. # [13:51] * Joins: kk1fff (pwang@moz-59682A1.dmz.scl3.mozilla.com)
  1610. # [13:51] * Joins: rnewman (rich_holyg@moz-59682A1.dmz.scl3.mozilla.com)
  1611. # [13:51] * Joins: shu (sguo@moz-59682A1.dmz.scl3.mozilla.com)
  1612. # [13:51] * Joins: dietrich (dietrich@moz-59682A1.dmz.scl3.mozilla.com)
  1613. # [13:51] * Joins: ericz (ericz@moz-59682A1.dmz.scl3.mozilla.com)
  1614. # [13:51] * Joins: lsblakk|afk (lsblakk@moz-59682A1.dmz.scl3.mozilla.com)
  1615. # [13:51] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1616. # [13:51] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1617. # [13:51] * Joins: Tomcat|away (Tomcat@moz-59682A1.dmz.scl3.mozilla.com)
  1618. # [13:51] * Joins: philikon (pweitersha@moz-59682A1.dmz.scl3.mozilla.com)
  1619. # [13:51] * Joins: gps (gps@moz-59682A1.dmz.scl3.mozilla.com)
  1620. # [13:51] * Joins: nthomas|away (nthomas@moz-59682A1.dmz.scl3.mozilla.com)
  1621. # [13:51] * Joins: Pike (Pike@moz-31ED49F4.pool.mediaways.net)
  1622. # [13:51] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1623. # [13:51] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1624. # [13:52] * Joins: edwin (me@moz-59682A1.dmz.scl3.mozilla.com)
  1625. # [13:52] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1626. # [13:52] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1627. # [13:52] * Joins: rhelmer (rhelmer@moz-59682A1.dmz.scl3.mozilla.com)
  1628. # [13:52] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1629. # [13:52] * Joins: froydnj (nfroyd@moz-59682A1.dmz.scl3.mozilla.com)
  1630. # [13:52] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
  1631. # [13:52] * Joins: hwine-zzz (hwine@moz-59682A1.dmz.scl3.mozilla.com)
  1632. # [13:52] * Joins: jrm2k6 (jrm2k6@moz-917DE8EF.w2-13.abo.wanadoo.fr)
  1633. # [13:52] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1634. # [13:52] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1635. # [13:53] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1636. # [13:53] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1637. # [13:53] * Joins: nalexander (nalexander@moz-59682A1.dmz.scl3.mozilla.com)
  1638. # [13:53] * rhelmer is now known as IRCMonkey21848
  1639. # [13:53] * Joins: whimboo|afk (whimboo@moz-59682A1.dmz.scl3.mozilla.com)
  1640. # [13:53] * whimboo|afk is now known as whimboo
  1641. # [13:53] * Joins: nli (nli@moz-59682A1.dmz.scl3.mozilla.com)
  1642. # [13:53] * Joins: geekboy|afk (geekboy@moz-59682A1.dmz.scl3.mozilla.com)
  1643. # [13:53] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1644. # [13:53] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1645. # [13:54] * Joins: KaiRo (robert@moz-24B7EEB7.adsl.highway.telekom.at)
  1646. # [13:54] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1647. # [13:54] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1648. # [13:54] * Joins: ravi_ (ravi@moz-59682A1.dmz.scl3.mozilla.com)
  1649. # [13:54] * Quits: josh (josh@moz-5D371A2.adsl2.static.versatel.nl) (Ping timeout)
  1650. # [13:54] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1651. # [13:54] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1652. # [13:55] * Quits: serious (Mibbit@moz-24F8BB4F.static.vologda.ru) (Quit: http://www.mibbit.com ajax IRC Client)
  1653. # [13:55] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1654. # [13:55] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1655. # [13:55] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1656. # [13:55] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1657. # [13:55] * Joins: dchan (dchan@moz-59682A1.dmz.scl3.mozilla.com)
  1658. # [13:55] * Joins: robcee (rcampbell@moz-59682A1.dmz.scl3.mozilla.com)
  1659. # [13:55] * Joins: liuche (liuche@moz-59682A1.dmz.scl3.mozilla.com)
  1660. # [13:55] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1661. # [13:55] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1662. # [13:55] * Joins: fryn (fyan@moz-59682A1.dmz.scl3.mozilla.com)
  1663. # [13:55] * Joins: kbrosnan (kbrosnan@moz-59682A1.dmz.scl3.mozilla.com)
  1664. # [13:55] * NeilAway is surprised his client coped with the part/join flood
  1665. # [13:56] * Parts: ravi_ (ravi@moz-59682A1.dmz.scl3.mozilla.com)
  1666. # [13:56] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1667. # [13:56] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1668. # [13:56] * robcee is now known as IRCMonkey25681
  1669. # [13:56] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1670. # [13:56] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1671. # [13:56] * Parts: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1672. # [13:57] <@smaug> NeilAway: looks like only scl3.mozilla.com is affected
  1673. # [13:57] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1674. # [13:57] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1675. # [13:57] <@smaug> Bug 826609
  1676. # [13:57] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1677. # [13:57] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1678. # [13:58] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1679. # [13:58] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1680. # [13:58] * Quits: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP) (Ping timeout)
  1681. # [13:58] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1682. # [13:58] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1683. # [13:59] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1684. # [13:59] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1685. # [13:59] * Quits: ericchou (ericchou@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1686. # [13:59] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1687. # [13:59] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1688. # [14:00] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1689. # [14:00] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1690. # [14:00] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1691. # [14:00] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1692. # [14:01] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1693. # [14:01] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1694. # [14:01] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1695. # [14:01] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1696. # [14:01] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1697. # [14:02] * Quits: masayuki1 (Thunderbir@moz-FDE4DEE5.userreverse.dion.ne.jp) (Ping timeout)
  1698. # [14:02] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1699. # [14:02] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1700. # [14:02] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1701. # [14:02] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1702. # [14:03] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1703. # [14:03] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1704. # [14:03] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1705. # [14:03] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1706. # [14:04] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1707. # [14:04] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1708. # [14:04] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1709. # [14:04] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1710. # [14:04] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1711. # [14:05] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1712. # [14:05] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1713. # [14:05] * Quits: danielapetrovici__ (danielapet@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  1714. # [14:05] * Joins: danielapetrovici__ (danielapet@601F3B17.33662590.A5830293.IP)
  1715. # [14:05] <NeilAway> smaug: yeah, but this computer is so slow a flood normally causes it to timeout
  1716. # [14:05] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1717. # [14:05] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1718. # [14:06] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1719. # [14:06] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1720. # [14:06] * Joins: serious (Mibbit@moz-24F8BB4F.static.vologda.ru)
  1721. # [14:06] <serious> Hi there! I have sources of oneteam instant messaging client. When I try to compile it I get several "unresolved external symbol". This error is related to "Stop exporting symbols that are THEBES_API from libxul" https://bugzilla.mozilla.org/show_bug.cgi?id=683891. How this problem can be resolved?
  1722. # [14:06] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1723. # [14:06] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1724. # [14:07] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1725. # [14:07] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1726. # [14:07] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1727. # [14:07] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1728. # [14:08] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1729. # [14:08] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1730. # [14:08] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1731. # [14:08] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1732. # [14:09] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1733. # [14:09] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1734. # [14:09] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1735. # [14:09] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1736. # [14:10] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1737. # [14:10] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1738. # [14:10] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1739. # [14:10] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1740. # [14:11] * Joins: smagnin (pike@moz-80DAD53C.w92-144.abo.wanadoo.fr)
  1741. # [14:11] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1742. # [14:11] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1743. # [14:11] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1744. # [14:11] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1745. # [14:11] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
  1746. # [14:12] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1747. # [14:12] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1748. # [14:12] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1749. # [14:12] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1750. # [14:13] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1751. # [14:13] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1752. # [14:13] * Quits: imphil (philipp@moz-EC37D476.dynamic.eduroam.mwn.de) (Ping timeout)
  1753. # [14:13] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1754. # [14:13] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1755. # [14:14] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1756. # [14:14] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1757. # [14:14] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1758. # [14:14] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1759. # [14:15] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1760. # [14:15] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1761. # [14:15] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1762. # [14:15] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1763. # [14:16] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1764. # [14:16] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1765. # [14:16] * Joins: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com)
  1766. # [14:16] * Quits: AutomatedTester|away (David@moz-59682A1.dmz.scl3.mozilla.com) (Max SendQ exceeded)
  1767. # [14:17] * ted sets mode: +b AutomatedTester|away!*@*
  1768. # [14:17] <Pike> thanks
  1769. # [14:17] * Joins: AutomatedTester (David@moz-59682A1.dmz.scl3.mozilla.com)
  1770. # [14:17] * Quits: serious (Mibbit@moz-24F8BB4F.static.vologda.ru) (Quit: http://www.mibbit.com ajax IRC Client)
  1771. # [14:19] * Quits: Nefzaoui (chatzilla@85C60CB3.18718C4C.D9343D67.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  1772. # [14:20] * Joins: imphil (philipp@moz-EC37D476.dynamic.eduroam.mwn.de)
  1773. # [14:23] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Connection reset by peer)
  1774. # [14:23] * Joins: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net)
  1775. # [14:24] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Quit: vtmarvin)
  1776. # [14:25] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  1777. # [14:25] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1778. # [14:26] * Quits: llmelon (chatzilla@moz-8FD1E5DF.tm.net.my) (Input/output error)
  1779. # [14:26] * Joins: llmelon (chatzilla@moz-8FD1E5DF.tm.net.my)
  1780. # [14:26] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1781. # [14:27] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Quit: Reconnecting…)
  1782. # [14:27] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1783. # [14:27] * ChanServ sets mode: +o smaug
  1784. # [14:27] * kmoir-afk is now known as kmoir
  1785. # [14:28] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Quit: Reconnecting…)
  1786. # [14:28] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1787. # [14:28] * ChanServ sets mode: +o smaug
  1788. # [14:29] <@smaug> odd, I can't connect to #perf
  1789. # [14:30] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1790. # [14:30] * Quits: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP) (Ping timeout)
  1791. # [14:30] * Joins: joey-away (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1792. # [14:30] * joey-away is now known as joey
  1793. # [14:31] * joey is now known as IRCMonkey41985
  1794. # [14:33] * Quits: jmaher|afk (jmaher@moz-59682A1.dmz.scl3.mozilla.com) (Quit: leaving)
  1795. # [14:33] * Joins: jmaher (jmaher@moz-59682A1.dmz.scl3.mozilla.com)
  1796. # [14:34] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Quit: Leaving.)
  1797. # [14:35] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1798. # [14:36] * Joins: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP)
  1799. # [14:36] * catlee-away is now known as catlee
  1800. # [14:36] * IRCMonkey25681 is now known as robcee
  1801. # [14:37] <mreavy> dao: ping
  1802. # [14:37] <dao> mreavy: pong
  1803. # [14:38] * Joins: trevorh (trevor@moz-BE9D42CA.qld.bigpond.net.au)
  1804. # [14:39] * Joins: josh (josh@moz-5D371A2.adsl2.static.versatel.nl)
  1805. # [14:39] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1806. # [14:40] * Quits: IRCMonkey41985 (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.89 [Firefox 19.0a2/20130101042015])
  1807. # [14:40] * Joins: dbradley (dbradley@7AD66899.7A60A104.52E8B953.IP)
  1808. # [14:40] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1809. # [14:41] <mreavy> dao: i realize the tree is closed right now, but can you make sure the icons from bug 798336 and bug 824825 get checked in today (after the tree opens)? i believe those are all the icons needed to support the gum feature.
  1810. # [14:41] * Joins: Edgar (Thunderbir@moz-60B48780.dynamic.hinet.net)
  1811. # [14:42] * ewong|sleep is now known as ewong
  1812. # [14:43] <dao> mreavy: some images might need code changes, in which case I need to get a patch uploaded and reviewed before I can land them. I can still land them over the weekend. they could also be uplifted to aurora easily if needed.
  1813. # [14:43] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1814. # [14:44] <jesup> dao: do we know if code changes are needed, or is that just a general "I might need to" statement
  1815. # [14:45] * Quits: marco (Thunderbir@moz-88C08A3D.cust.dsl.teletu.it) (Ping timeout)
  1816. # [14:45] <dao> I know it for bug 824825
  1817. # [14:45] <dao> bug 798336 might need code changes for the hi-dpi icons on os x
  1818. # [14:46] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.89 [Firefox 19.0a2/20130101042015])
  1819. # [14:46] * Quits: jhk (jhk@7FC79FD2.5827C9F6.D06349B0.IP) (Ping timeout)
  1820. # [14:47] <jesup> If we can avoid needing an uplift that would be preferred (considerably). We're hoping to pref on the feature by default today.
  1821. # [14:48] * Quits: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw) (Ping timeout)
  1822. # [14:48] * Quits: jrm2k6 (jrm2k6@moz-917DE8EF.w2-13.abo.wanadoo.fr) (Client exited)
  1823. # [14:48] <jesup> dao: ^
  1824. # [14:48] * Joins: jrm2k6 (jrm2k6@moz-917DE8EF.w2-13.abo.wanadoo.fr)
  1825. # [14:48] * Joins: marco (Thunderbir@moz-88C08A3D.cust.dsl.teletu.it)
  1826. # [14:49] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1827. # [14:50] <dao> there's a stabilization phase on aurora for backouts and early uplifts before any updates are pushed on that channel
  1828. # [14:50] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Ping timeout)
  1829. # [14:50] <dao> and preffing it on in nightlies before the right icons are in place doesn't seem disastrous
  1830. # [14:53] * Quits: marco (Thunderbir@moz-88C08A3D.cust.dsl.teletu.it) (Ping timeout)
  1831. # [14:55] * Joins: armenzg (armenzg@70EBC643.20A103FD.72A31D6.IP)
  1832. # [14:55] * froydnj grumbles that his new router didn't fix connection problems to tbpl
  1833. # [14:56] * Quits: MrDHat (quassel@61620885.140F71E4.50E99975.IP) (Ping timeout)
  1834. # [14:56] * jesup grumbles it didn't fix tbpl
  1835. # [14:56] * Joins: marco (Thunderbir@moz-88C08A3D.cust.dsl.teletu.it)
  1836. # [14:57] <catlee> there are still infra problems
  1837. # [14:57] <mreavy> dao: the big issue is that this is a privacy-sensitive feature. (that has been emphasized at multiple meetings.) that's why the "?" icon instead of the icons for camera/mic is particularly problematic for a pref'd on feature.
  1838. # [14:57] * Quits: marco (Thunderbir@moz-88C08A3D.cust.dsl.teletu.it) (Quit: marco)
  1839. # [14:58] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  1840. # [14:59] * armenzg is now known as armenzg_buildduty
  1841. # [15:00] * Quits: RealRaven (Thunderbir@8086F76E.C9BBE766.27F80FAC.IP) (Ping timeout)
  1842. # [15:01] <jesup> I agree it's not disastrous. I'd like to avoid the churn and uplift (and possibly some questions) if we can.
  1843. # [15:01] <jesup> dao: ^
  1844. # [15:02] * Quits: willyaranda (willyarand@moz-7B107A11.dynamic.jazztel.es) (Quit: willyaranda)
  1845. # [15:02] <dao> I can just land most of the the icons from bug 798336 without review from a third person and file a followup bug for adding the hi-dpi icons on OS X
  1846. # [15:02] * Joins: Nefzaoui (chatzilla@85C60CB3.18718C4C.D9343D67.IP)
  1847. # [15:03] * Joins: RealRaven (Thunderbir@1520BC1E.B715CAAF.C3498625.IP)
  1848. # [15:03] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  1849. # [15:04] <mreavy> dao: that would help a lot. thanks!!
  1850. # [15:07] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  1851. # [15:07] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  1852. # [15:08] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1853. # [15:08] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1854. # [15:08] * rail_away is now known as rail
  1855. # [15:10] * catlee is now known as catlee-away
  1856. # [15:11] <armenzg_buildduty> edmorley: ping
  1857. # [15:11] <edmorley> armenzg_buildduty: hi
  1858. # [15:11] <armenzg_buildduty> edmorley: hi Ed; it seems that infra might be good now
  1859. # [15:11] <edmorley> yeah hopefully
  1860. # [15:12] <armenzg_buildduty> I'm re-triggering some jobs on the Firefox tree
  1861. # [15:12] <edmorley> I was still getting tbpl parser errors until 5 mins ago
  1862. # [15:12] <edmorley> can't tell so easily what from though
  1863. # [15:12] <armenzg_buildduty> https://secure.pub.build.mozilla.org/buildapi/self-serve//mozilla-central/rev/38407b98003b
  1864. # [15:12] <edmorley> one of the build/treestatus jsons
  1865. # [15:12] <edmorley> not that
  1866. # [15:12] <edmorley> another onje
  1867. # [15:13] * bz_sleep is now known as bz
  1868. # [15:13] <edmorley> reopened
  1869. # [15:14] <armenzg_buildduty> edmorley: do you have anything to push to mc or mi?
  1870. # [15:14] <edmorley> no
  1871. # [15:14] <edmorley> can just dummy change perhaps
  1872. # [15:14] <armenzg_buildduty> I'm sure we will soon have a landing
  1873. # [15:15] <armenzg_buildduty> no worries
  1874. # [15:15] <jfkthame> i have a small patch i could push to m-i if you like, was going to land it later with other stuff but if you want builds...
  1875. # [15:15] <edmorley> jfkthame: sure :-)
  1876. # [15:15] <armenzg_buildduty> jfkthame: thanks
  1877. # [15:16] * joey is now known as joey-away
  1878. # [15:17] * Joins: Optimizer (Optimizer@855855BC.C4563864.274D17D6.IP)
  1879. # [15:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5a20d8fd94cd - adrian.tamas@softvision.ro - Bug 826261 - Robocop: Add test for Share Link option from the Firefox Mobile Menu. r=jmaher
  1880. # [15:17] <jfkthame> huh, jmaher beat me to it
  1881. # [15:17] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1882. # [15:17] * jfkthame rebases and re-pushes
  1883. # [15:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9d3b1773a693 - Jonathan Kew - bug 826288 - remove the obsolete aFamily parameter from gfxFontEntry constructor. r=roc
  1884. # [15:18] <jfkthame> might as well give the infrastructure some exercise
  1885. # [15:18] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  1886. # [15:18] <froydnj> jesup: that'd be some router upgrade!
  1887. # [15:19] * Quits: past (Instantbir@moz-7BCD7DED.dsl.dyn.forthnet.gr) (Quit: past)
  1888. # [15:20] * coop|afk is now known as coop
  1889. # [15:21] * Quits: JeroenDeDauw (j@moz-31E7CEA6.dip.t-dialin.net) (Ping timeout)
  1890. # [15:22] * Joins: JeroenDeDauw (j@moz-4CA86865.dip.t-dialin.net)
  1891. # [15:24] <mfinkle> froydnj, are you getting timeouts when trying to go to tbpl?
  1892. # [15:25] * joey-away is now known as joey
  1893. # [15:25] * Quits: josh (josh@moz-5D371A2.adsl2.static.versatel.nl) (Quit: josh)
  1894. # [15:27] * armenzg_buildduty is now known as armenzg_brb
  1895. # [15:27] * ewong is now known as ewong|sleep
  1896. # [15:27] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1897. # [15:27] * Joins: josh (josh@moz-5D371A2.adsl2.static.versatel.nl)
  1898. # [15:29] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1899. # [15:29] * Quits: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net) (Quit: nhirata)
  1900. # [15:30] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1901. # [15:31] <froydnj> mfinkle: not, I get "the connection has been interrupted" errors
  1902. # [15:31] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1903. # [15:31] <froydnj> something to do with SSL negotiation
  1904. # [15:31] * Quits: FabioMagnoni (fabiomagno@C9F06E1A.17821DE6.A2F1BD83.IP) (Connection reset by peer)
  1905. # [15:32] * Joins: FabioMagnoni (fabiomagno@C9F06E1A.17821DE6.A2F1BD83.IP)
  1906. # [15:32] * Quits: garnacho (carlos@moz-CDA21724.dyn.user.ono.com) (Ping timeout)
  1907. # [15:32] <froydnj> but if I proxy through people, everything works just fine
  1908. # [15:34] * Quits: josh (josh@moz-5D371A2.adsl2.static.versatel.nl) (Quit: josh)
  1909. # [15:35] <@ted> ur bein MITMed dood
  1910. # [15:35] * armenzg_brb is now known as armenzg_buildduty
  1911. # [15:35] * Joins: josh (josh@moz-5D371A2.adsl2.static.versatel.nl)
  1912. # [15:36] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1913. # [15:39] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1914. # [15:40] * Quits: dao (dao@moz-7B996537.superkabel.de) (Quit: Leaving.)
  1915. # [15:42] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Ping timeout)
  1916. # [15:42] * Joins: darfia (darfia@78E84D9B.7B65BD8B.F9B76BD1.IP)
  1917. # [15:43] * Joins: garnacho (carlos@moz-CDA21724.dyn.user.ono.com)
  1918. # [15:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b2a53ab72f85 - Masatoshi Kimura - Bug 826611 - Disable MSVC warning C4819 because it causes useless warning spam on non-Western locales. r=ted
  1919. # [15:43] <froydnj> MITM'd to what end, though? that's the only site I've tried where it winds up like that
  1920. # [15:46] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1921. # [15:47] <@ted> yeah i don't know
  1922. # [15:48] * Quits: josh (josh@moz-5D371A2.adsl2.static.versatel.nl) (Quit: josh)
  1923. # [15:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5e97bb91a070 - Stephen Horlander - Bug 798336 - icons for camera and microphone access requests. r=dao
  1924. # [15:49] * Joins: pnemsak_ (Miranda@moz-192A9791.orange.sk)
  1925. # [15:49] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  1926. # [15:50] * Quits: berkerpeksag (berkerpeks@988AAF0A.4A8BB443.8BE7320.IP) (Quit: WeeChat 0.3.7)
  1927. # [15:50] * Quits: cabanier (cabanier@moz-A099FED8.bendcable.com) (Ping timeout)
  1928. # [15:50] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1929. # [15:51] * Joins: cabanier (cabanier@moz-A099FED8.bendcable.com)
  1930. # [15:51] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  1931. # [15:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/663bfe4a4c2c - Brian Hackett - Bug 825447 - Populate safepoints directly in backtracking register allocator, r=jandem.
  1932. # [15:53] * Joins: bsmedberg_ (bsmedberg@F2D29657.F60B0462.67AC9B1.IP)
  1933. # [15:54] <bsmedberg_> ok to push to inbound? There appears to have been network hiccups earlier and some stuff is unstarred.
  1934. # [15:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6e391f971a13 - Nathan Froyd - Bug 826439 - use floats instead of doubles for exponential histogram statistic calculations; r=vdjeric
  1935. # [15:55] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1936. # [15:55] * Joins: T3 (T3@moz-B7FBE1DC.dsl.telesp.net.br)
  1937. # [15:56] * Quits: Edgar (Thunderbir@moz-60B48780.dynamic.hinet.net) (Quit: Edgar)
  1938. # [15:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8267325d0772 - Benjamin Smedberg - Bug 559432 - Don't fail the assert if the cached actor is null... that probably just means we're in the process of tearing down the instance, r=josh
  1939. # [15:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6656cdc8b20d - Mike Hommey - Bug 824330 - Build services/ during the platform tier and enable services in xulrunner. r=blassey,r=bsmedberg,r=gps
  1940. # [15:59] * cmcavoy-offline is now known as cmcavoy
  1941. # [16:00] * Joins: dao (dao@moz-7B996537.superkabel.de)
  1942. # [16:00] * armenzg_buildduty is now known as armenzg_brb
  1943. # [16:01] * Joins: marco (Thunderbir@moz-88C08A3D.cust.dsl.teletu.it)
  1944. # [16:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/79190c8b1ae5 - Tim Taubert - Bug 823645 - [B2G][Keyboard] Keyboard does not show for advanced HTML editors r=vingtetun a=blocking-basecamp
  1945. # [16:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f4bc33595dca - James Lal - Bug 819598 - When opening keyboard, don't scrollIntoView() input elements that are already in view r=djf a=blocking-basecamp
  1946. # [16:05] * Quits: kdudka (kdudka@moz-C6C5E2CB.fei.wifi.vutbr.cz) (Quit: Leaving)
  1947. # [16:05] * Quits: T3 (T3@moz-B7FBE1DC.dsl.telesp.net.br) (Quit: zummm)
  1948. # [16:09] * Joins: northAway (northWind@16A24B29.33EE9F8A.1139E686.IP)
  1949. # [16:09] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  1950. # [16:09] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1951. # [16:09] <mfinkle> froydnj, that same thing happened to me too, when i installed a new router
  1952. # [16:10] <mfinkle> some other mozilla web properties were affected too
  1953. # [16:10] <mfinkle> i had to take the router back and use my old one
  1954. # [16:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8e9d95ecd256 - Kartikaya Gupta - Bug 826411 - Remove obsolete comment about compiler-specific workaround. r=mats
  1955. # [16:12] * mcote|afk is now known as mcote
  1956. # [16:15] * Joins: MrDHat (quassel@6652A47C.D2C6CE2E.85BF2EFC.IP)
  1957. # [16:15] * Quits: MrDHat (quassel@6652A47C.D2C6CE2E.85BF2EFC.IP) (Quit: MrDHat)
  1958. # [16:15] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1959. # [16:15] * Joins: MrDHat (quassel@6652A47C.D2C6CE2E.85BF2EFC.IP)
  1960. # [16:15] * Quits: MrDHat (quassel@6652A47C.D2C6CE2E.85BF2EFC.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  1961. # [16:16] * Joins: MrDHat (quassel@6652A47C.D2C6CE2E.85BF2EFC.IP)
  1962. # [16:16] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1963. # [16:16] * Quits: Optimizer (Optimizer@855855BC.C4563864.274D17D6.IP) (Ping timeout)
  1964. # [16:19] * Quits: northAway (northWind@16A24B29.33EE9F8A.1139E686.IP) (Quit: )
  1965. # [16:19] <froydnj> mfinkle: sadly this was happening with the old router too; I thought upgrading a 7yr old router would help, but no dice :(
  1966. # [16:19] * Joins: northAway (northWind@16A24B29.33EE9F8A.1139E686.IP)
  1967. # [16:19] * Joins: Optimizer (Optimizer@35B6A99B.950545B2.274D17D6.IP)
  1968. # [16:19] * capella is now known as capella|gym
  1969. # [16:21] * Joins: graememcc_ (chatzilla@moz-831685C3.range86-128.btcentralplus.com)
  1970. # [16:21] * Quits: graememcc (chatzilla@moz-F1E601A2.range86-167.btcentralplus.com) (Ping timeout)
  1971. # [16:21] * graememcc_ is now known as graememcc
  1972. # [16:23] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1973. # [16:24] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1974. # [16:24] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1975. # [16:24] * Joins: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1976. # [16:26] * Joins: past (Instantbir@moz-E43F0017.static.otenet.gr)
  1977. # [16:26] * Quits: stransky (stransky@moz-E09B938B.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1978. # [16:26] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  1979. # [16:27] <firebot> Check-in:
  1980. # [16:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9e0448803282 - Rafael Ávila de Espíndola - Bug 826029 - Assertion in mozPoisonWriteMac due to Mac camera code trying to write a defaults file on exit | Assertion failure: ok, at
  1981. # [16:28] <firebot> ../../../xpcom/build/mozPoisonWriteMac.cpp:90. r=ehsan.
  1982. # [16:29] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1983. # [16:29] * Joins: espindola (espindola@moz-F8B335F4.dsl.teksavvy.com)
  1984. # [16:29] * armenzg_brb is now known as armenzg_buildduty
  1985. # [16:32] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1986. # [16:32] * Quits: Nefzaoui (chatzilla@85C60CB3.18718C4C.D9343D67.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  1987. # [16:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a6ddfcf593bd - Ehsan Akhgari - Bug 826602 - Rename nsHTMLCanvasElement to mozilla::dom::HTMLCanvasElement; r=bzbarsky
  1988. # [16:34] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1989. # [16:35] <froydnj> ah, NSS_SSL_CBC_RANDOM_IV=0 fixes it =/
  1990. # [16:37] <jesup> 0 is the best random number :-)
  1991. # [16:37] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1992. # [16:37] <NeilAway> eek, 12 second GCs :s
  1993. # [16:38] <jesup> NeilAway: cool. I think my record was 24
  1994. # [16:38] <jesup> you're closing on it!
  1995. # [16:39] <jesup> froydnj: Every bit in that 0 is random.
  1996. # [16:40] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1997. # [16:40] * Quits: llmelon (chatzilla@moz-8FD1E5DF.tm.net.my) (Input/output error)
  1998. # [16:40] * Joins: llmelon (chatzilla@moz-8FD1E5DF.tm.net.my)
  1999. # [16:44] * khuey|away is now known as khuey
  2000. # [16:45] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  2001. # [16:46] * Joins: Edgar (Thunderbir@moz-60B48780.dynamic.hinet.net)
  2002. # [16:47] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  2003. # [16:47] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Ping timeout)
  2004. # [16:48] * sheeri-afk is now known as sheeri
  2005. # [16:48] * gregglind_away is now known as gregglind
  2006. # [16:48] * Quits: Edgar (Thunderbir@moz-60B48780.dynamic.hinet.net) (Quit: Edgar)
  2007. # [16:49] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  2008. # [16:49] * ChanServ sets mode: +o smaug
  2009. # [16:49] * Joins: Nefzaoui (chatzilla@85C60CB3.18718C4C.D9343D67.IP)
  2010. # [16:50] <@smaug> what kind of hardware/virtual machine do we use for testing
  2011. # [16:50] <@smaug> I wonder if linux boxes have just one core
  2012. # [16:51] * wlach|afk is now known as wlach
  2013. # [16:51] <edmorley> smaug: none of it is VM at the moment, though that will change in the coming months
  2014. # [16:52] <edmorley> 302 #build (soon to be #releng) for the hardware specs
  2015. # [16:52] <@ted> smaug: they're all mac minis currently
  2016. # [16:52] <@smaug> which do have multiple cores
  2017. # [16:52] <@ted> should be dual-core, yes
  2018. # [16:53] <@ted> unit tests run on the same machines that run talos
  2019. # [16:53] * Quits: past (Instantbir@moz-E43F0017.static.otenet.gr) (Ping timeout)
  2020. # [16:53] <@smaug> ok, thanks
  2021. # [16:54] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  2022. # [16:54] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Quit: Verlassend)
  2023. # [16:54] * Joins: gustavold (gustavold@E42DADB0.C7F8CF4C.BD2E5785.IP)
  2024. # [16:56] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: Leaving)
  2025. # [16:58] * sheeri is now known as sheeri-afk
  2026. # [16:59] * Joins: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP)
  2027. # [17:01] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  2028. # [17:01] * jfkthame wonders if those inbound pandas just need clobbering, or if something's really broken
  2029. # [17:02] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  2030. # [17:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/99e4076687ca - Yoshi Huang - Bug 826604 - B2G RIL: getOPL causes parcel error when reading unused octets. r=hsiniyi
  2031. # [17:04] * Quits: armenzg_buildduty (armenzg@70EBC643.20A103FD.72A31D6.IP) (Connection reset by peer)
  2032. # [17:04] * Joins: armenzg__ (armenzg@70EBC643.20A103FD.72A31D6.IP)
  2033. # [17:04] * Quits: Pike (Pike@moz-31ED49F4.pool.mediaways.net) (Input/output error)
  2034. # [17:05] <jfkthame> edmorley: i think pandas need clobbering due to glandium's push
  2035. # [17:05] <edmorley> yeah just clobbered (though hadn't seen which push caused it, thank you :-))
  2036. # [17:05] * Joins: Pike (Pike@moz-31ED49F4.pool.mediaways.net)
  2037. # [17:05] <jfkthame> thank *you* :)
  2038. # [17:06] * Joins: mats (chatzilla@868A9748.A189EB51.4B330583.IP)
  2039. # [17:07] <NeilAway> jesup: 24? still some way to go then, I'm only up to 18
  2040. # [17:07] * armenzg__ is now known as armenzg_buildduty
  2041. # [17:07] * Joins: vladan (vladan@36D53742.B90458C2.57F33CED.IP)
  2042. # [17:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2da7fcc87f83 - Ed Morley - Backout 6e391f971a13 (bug 826439) for xpcshell failures
  2043. # [17:08] <jesup> yeah, but they've sped up GC since I got 24. Of course, it's more a measure of how bad it gets before you pull the trigger and kill it (I was trying to get a CC log I think)
  2044. # [17:08] <edmorley> glandium: I'm presuming your landing will need clobbering on all platforms - worth changing the CLOBBER file perhaps?
  2045. # [17:09] * Joins: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  2046. # [17:11] <glandium> edmorley: it might not be a clobber issue
  2047. # [17:11] <glandium> edmorley: i /think/ it's a plain red
  2048. # [17:11] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  2049. # [17:11] <edmorley> oh
  2050. # [17:11] <jfkthame> i suspect not, given that "B2G Arm debug" built successfully on the following push
  2051. # [17:12] <jfkthame> and B2G Panda g-c opt
  2052. # [17:12] * Joins: mbrubeck1 (mbrubeck@moz-45568FC0.hsd1.wa.comcast.net)
  2053. # [17:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/67e44e98555c - Hannes Verschore - Bug 825705: Creating this on caller-side shouldn't query prototype for unknown objects, r=jandem
  2054. # [17:12] <glandium> jfkthame: i'm not surprised. actually, i'd expect clobber builds to be the failing ones
  2055. # [17:12] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (NickServ (GHOST command used by mbrubeck1))
  2056. # [17:12] <jfkthame> ah, ok, that could be it
  2057. # [17:12] * mbrubeck1 is now known as mbrubeck
  2058. # [17:12] * Joins: mbrubeck1 (mozilla@moz-45568FC0.hsd1.wa.comcast.net)
  2059. # [17:13] <glandium> yeah, that's it. let me backout
  2060. # [17:13] * Joins: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP)
  2061. # [17:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0d1a01e16ce7 - Mike Hommey - Backout changeset 6656cdc8b20d (bug 824330) because of android and b2g bustage on clobber builds
  2062. # [17:16] <edmorley> glandium: ta
  2063. # [17:16] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2064. # [17:18] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  2065. # [17:18] * ChanServ sets mode: +o ehsan
  2066. # [17:19] * geekboy|afk is now known as geekboy
  2067. # [17:20] * khuey is now known as khuey|away
  2068. # [17:21] * Joins: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2069. # [17:22] * hwine-zzz is now known as hwine
  2070. # [17:23] * Quits: danielapetrovici__ (danielapet@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  2071. # [17:25] * Quits: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP) (Input/output error)
  2072. # [17:26] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  2073. # [17:26] <glandium> erf http://responsiveurl.co.uk/making/responsive/dont/forget/url/
  2074. # [17:28] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Ping timeout)
  2075. # [17:28] * jwir3|away is now known as jwir3
  2076. # [17:29] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2077. # [17:29] <@smaug> interesting
  2078. # [17:29] * sheeri-afk is now known as sheeri
  2079. # [17:30] * armenzg_buildduty is now known as armenzg_brb
  2080. # [17:30] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  2081. # [17:31] * Joins: knelson1 (Adium@2557E599.66715431.D25A875A.IP)
  2082. # [17:31] * Quits: knelson (Adium@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2083. # [17:31] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  2084. # [17:31] * Joins: jrmuizel_ (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2085. # [17:32] * joduinn-afk is now known as joduinn
  2086. # [17:32] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2087. # [17:35] * Joins: schien-laptop (schien@moz-9AD0799E.dynamic.hinet.net)
  2088. # [17:36] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2089. # [17:37] <mak> jimm: ping
  2090. # [17:37] <jimm> mak: pong
  2091. # [17:37] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2092. # [17:38] <mak> jimm: if I attach patch to remove that super-noisy warning in nsWindow.cpp could you review it now? :)
  2093. # [17:38] <jimm> sure
  2094. # [17:38] <jimm> sorry I haven't gotten to it
  2095. # [17:39] <mak> jimm: https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=826115&attachment=697931
  2096. # [17:40] <mak> sorry I couldn't survive it any more time :)
  2097. # [17:40] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  2098. # [17:41] * Quits: schien-laptop (schien@moz-9AD0799E.dynamic.hinet.net) (Ping timeout)
  2099. # [17:41] <jimm> I haven't been running debug mc builds so I've been immune
  2100. # [17:41] <mak> well, you're lucky :D
  2101. # [17:42] <jimm> my bad, thanks for the patch
  2102. # [17:42] <mak> np!
  2103. # [17:43] * armenzg_brb is now known as armenzg_buildduty
  2104. # [17:43] * Quits: llmelon (chatzilla@moz-8FD1E5DF.tm.net.my) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  2105. # [17:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3355493a6964 - Jason Smith - bug 826584 - remove canplaythrough event listener if we timeout. r=jesup
  2106. # [17:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a37a77235f83 - Jason Smith - bug 826584 - Increase event callback timeout for gum tests. r=jesup
  2107. # [17:43] * Joins: capella-s3 (capella-s3@moz-2D0AF8D4.syrcny.fios.verizon.net)
  2108. # [17:43] <NeilAway> glandium: rofl
  2109. # [17:43] * Parts: knelson1 (Adium@2557E599.66715431.D25A875A.IP)
  2110. # [17:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/324f9002ab8a - Marco Bonardo - Bug 826115 - Remove noisy NS_ENSURE_TRUE(rollupWidget, false) from nsWindow.cpp
  2111. # [17:47] * Joins: bdahl (bdahl@2557E599.66715431.D25A875A.IP)
  2112. # [17:47] <NeilAway> jesup: hmm, even my shutdown gc was less than 21 seconds, I'll have to try harder next time ;-)
  2113. # [17:47] * Joins: vikash (vikashagra@4EFDD8EA.A6EF2CD9.ADC0C9EC.IP)
  2114. # [17:47] * Quits: gwagner_ (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  2115. # [17:48] * Joins: gcp (gcp@moz-D0E475EA.access.telenet.be)
  2116. # [17:48] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2117. # [17:49] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  2118. # [17:50] * Quits: dao (dao@moz-7B996537.superkabel.de) (Quit: Leaving.)
  2119. # [17:52] * Joins: dao (dao@moz-7B996537.superkabel.de)
  2120. # [17:52] * whimboo is now known as whimboo|afk
  2121. # [17:52] <glandium> NeilAway: are you on nightly?
  2122. # [17:53] * mgerva is now known as mgerva-coffee
  2123. # [17:54] <NeilAway> glandium: debug build from 2 weeks ago
  2124. # [17:56] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2125. # [17:56] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2126. # [17:56] * Joins: ehugg (chatzilla@DE362BE6.29102B70.6CD50604.IP)
  2127. # [17:57] * philor|away is now known as philor
  2128. # [17:57] * Quits: victorporof (victorporo@D03AED0B.B0D0881A.79933D60.IP) (Quit: victorporof)
  2129. # [17:57] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  2130. # [17:58] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  2131. # [17:58] * ChanServ sets mode: +o smaug
  2132. # [17:58] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2133. # [18:01] * Quits: gerv (Instantbir@CBC72913.AA819088.2BCC804A.IP) (Ping timeout)
  2134. # [18:01] * joey is now known as joey-away
  2135. # [18:01] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2136. # [18:02] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2137. # [18:02] * Quits: dao (dao@moz-7B996537.superkabel.de) (Quit: Leaving.)
  2138. # [18:02] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  2139. # [18:02] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  2140. # [18:02] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  2141. # [18:02] * Joins: spohl1 (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  2142. # [18:03] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  2143. # [18:03] * joduinn is now known as joduinn-mtg
  2144. # [18:03] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2145. # [18:03] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  2146. # [18:04] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  2147. # [18:04] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2148. # [18:04] * Quits: espindola (espindola@moz-F8B335F4.dsl.teksavvy.com) (Client exited)
  2149. # [18:05] <@ehsan> bz: you should leave something for the rest of us man!
  2150. # [18:05] * Quits: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  2151. # [18:05] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2152. # [18:05] <@bz> ehsan: lol
  2153. # [18:05] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  2154. # [18:05] <@bz> ehsan: are you sure you didn't confuse me with dzbarsky?
  2155. # [18:06] <@bz> ehsan: See https://hg.mozilla.org/try/pushloghtml?startID=37495&endID=37496 (and that's not even the full list of the stuff going on there)
  2156. # [18:06] <Ms2ger> Those guys are mad
  2157. # [18:06] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121129151931])
  2158. # [18:06] <@ehsan> holy cow
  2159. # [18:06] <@ehsan> bz: you brothers!
  2160. # [18:06] * @ehsan files a bug to revoke their commit access ;)
  2161. # [18:06] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2162. # [18:06] <jesup> edmorley: any gum mochitest failures now should all be bug 826584 (fixes have landed, but it will be a while)
  2163. # [18:07] <@bz> ehsan: lol
  2164. # [18:07] <@bz> ehsan: peterv's got HTMLTable*Element coming too, fwiw
  2165. # [18:08] <@bz> ehsan: btw, it's a good thing you did HTMLImage
  2166. # [18:08] <@bz> ehsan: because dz's SVGImageElement patch will totally need to make use of that work. ;)
  2167. # [18:08] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2168. # [18:08] <@ehsan> bz: yeah I saw the table bug, remmeber? :)
  2169. # [18:08] <edmorley> jesup: ok, thank you :-)
  2170. # [18:08] <@ehsan> heh nice
  2171. # [18:09] <@ehsan> bz: fwiw canvas is my next target in case you didn't figure
  2172. # [18:09] <@bz> ehsan: makes sense
  2173. # [18:09] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  2174. # [18:09] * kmoir is now known as kmoir-afk
  2175. # [18:09] <@bz> ehsan: fwiw, image and canvas are a lot more work than the ones I've been doing. ;)
  2176. # [18:09] <Ms2ger> ehsan, do you have a bug?
  2177. # [18:09] <@bz> ehsan: more props, more complexity, etc.
  2178. # [18:09] <@ehsan> Ms2ger: not yet, I can file one now
  2179. # [18:09] <Ms2ger> ehsan, make it block 826738 when you do :)
  2180. # [18:09] <@bz> ehsan: the real funtimes will be things like input and form....
  2181. # [18:10] <@ehsan> bz: heh image was... interesting!
  2182. # [18:10] * Joins: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP)
  2183. # [18:10] <@ehsan> bz: oh yeah... input!
  2184. # [18:10] <@bz> ehsan: On the bright side, maybe we can end up reducing the number of XPCOM interfaces hanging off input
  2185. # [18:10] * @bz points to the long list, then to the one word per vtable pointer memory usage
  2186. # [18:11] <@ehsan> yeah
  2187. # [18:11] <@ehsan> bz: I can give it a shot over a weekend
  2188. # [18:11] <@ehsan> it's winter
  2189. # [18:11] <@ehsan> Ms2ger: 826740
  2190. # [18:11] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2191. # [18:12] <Ms2ger> ehsan, thanks
  2192. # [18:12] <@bz> ehsan: heh
  2193. # [18:12] * armenzg_buildduty is now known as armenzg_brb
  2194. # [18:12] <@bz> ehsan: btw, how's audio stuff going
  2195. # [18:12] <@bz> ehsan: ?
  2196. # [18:13] * Quits: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  2197. # [18:13] * Joins: clee (clee@43CB6079.66715431.D25A875A.IP)
  2198. # [18:13] <@ehsan> bz: I need to redo the decoding stuff
  2199. # [18:13] <@bz> ehsan: ok
  2200. # [18:13] <@ehsan> bz: and then I'm planning to take over what roc has been doing on the MSG integration
  2201. # [18:13] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2202. # [18:14] <@bz> MSG?
  2203. # [18:14] * jimm is now known as jimm-lunch
  2204. # [18:14] <@ehsan> bz: Media Streams Graph
  2205. # [18:15] * Quits: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  2206. # [18:15] <@ehsan> bz: that's what we need to do to get audio to play back
  2207. # [18:16] * Joins: hipokr1t (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  2208. # [18:16] * Quits: pnemsak_ (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak_)
  2209. # [18:17] * Quits: capella-s3 (capella-s3@moz-2D0AF8D4.syrcny.fios.verizon.net) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
  2210. # [18:17] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2211. # [18:17] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  2212. # [18:17] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Ping timeout)
  2213. # [18:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8b5e13bff2c9 - Maire Reavy - bug 822956: Handle audio chunks that aren't 10ms in duration r=ekr
  2214. # [18:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2366a2163610 - Robert O'Callahan - Bug 822956. ProcessAudioChunk needs to take account of AudioChunk::mOffset. r=jesup
  2215. # [18:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5a6abc7835c8 - Robert O'Callahan - Bug 822956. Part 2: Don't wrap getUserMedia's SourceMediaStream in a DOM object wrapper. Create an nsDOMUserMediaStream wrapper specifically to clean up the
  2216. # [18:18] <firebot> SourceMediaStream and the MediaInputPort. r=jesup
  2217. # [18:18] <@bz> ehsan: ah, ok
  2218. # [18:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/de2503929a79 - Randell Jesup - Bug 822956: convert to TrackUnionStreams for getUserMedia (and add hint support) r=roc
  2219. # [18:18] <@bz> speaking of audio....
  2220. # [18:18] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2221. # [18:18] <@ehsan> yes?
  2222. # [18:19] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2223. # [18:19] <@bz> nah, just looking at the checkins. ;)
  2224. # [18:20] <@ehsan> hehe
  2225. # [18:20] <@ehsan> that's webrtc though
  2226. # [18:20] <@ehsan> edmorley: ping
  2227. # [18:20] * mgerva-coffee is now known as mgerva
  2228. # [18:20] <edmorley> ehsan: hi :-)
  2229. # [18:20] <@ehsan> heya
  2230. # [18:20] <@ehsan> I'm planning to merge https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=e36a1508b38b to central
  2231. # [18:20] <@ehsan> objections?
  2232. # [18:21] * Joins: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP)
  2233. # [18:21] <edmorley> ehsan: I'm happy to do it, had just been waiting for the tree to reopen and then definitely green
  2234. # [18:21] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  2235. # [18:22] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2236. # [18:22] * Joins: Waldo (waldo@77EC3A92.CFD88408.E37BE9B2.IP)
  2237. # [18:22] <@ehsan> edmorley: ok, so I'll merge... then let's both watch it :)
  2238. # [18:22] <@ehsan> thanks!
  2239. # [18:23] * Quits: sn0wb1rd (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net) (Quit: sn0wb1rd)
  2240. # [18:23] <@ehsan> actually
  2241. # [18:23] <edmorley> ehsan: we can go from 259982750c29 in fact
  2242. # [18:23] <@ehsan> I'll merge the parent
  2243. # [18:23] <edmorley> ok
  2244. # [18:23] <@ehsan> since that cset is dontbuild
  2245. # [18:23] * Quits: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  2246. # [18:23] <@ehsan> edmorley: 259982750c29 is... scary
  2247. # [18:23] <@ehsan> I'm not brave enough for that :)
  2248. # [18:23] <edmorley> ehsan: infra
  2249. # [18:23] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2250. # [18:23] <@ehsan> oh
  2251. # [18:23] <edmorley> no backouts since
  2252. # [18:23] <@ehsan> ok
  2253. # [18:23] <@ehsan> in that case, 259982750c29 it is!
  2254. # [18:23] <edmorley> well, no backouts of stuff that had landed then
  2255. # [18:24] * Quits: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  2256. # [18:24] <@ehsan> here we go
  2257. # [18:24] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Quit: Leaving)
  2258. # [18:24] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  2259. # [18:25] <edmorley> ehsan: I don't mind marking the merge and watching for the next hour or so, if you can do after?
  2260. # [18:25] * catlee-away is now known as catlee
  2261. # [18:25] <@ehsan> edmorley: please
  2262. # [18:25] <@ehsan> thanks!
  2263. # [18:25] * ehsan is now known as ehsan|lunch
  2264. # [18:25] <edmorley> np, thank you :-)
  2265. # [18:25] <jesup> bz (or others): bug 822674 - any idea how I avoid the mozRTCPeerConnection objects being XPConnect type XPC_WN_NoMods_NoCall_Proto_JSClass (note the NoMods)? Causes NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN: Cannot modify properties of a WrappedNative
  2266. # [18:26] * Joins: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP)
  2267. # [18:27] <edmorley> graememcc: I'm getting assignment to undeclared variable reres on m-cMerge btw
  2268. # [18:27] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  2269. # [18:27] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2270. # [18:27] * Joins: victorporof (victorporo@D03AED0B.B0D0881A.79933D60.IP)
  2271. # [18:27] <@bz> jesup: lemme look that up
  2272. # [18:27] <jesup> bz: thanks
  2273. # [18:28] <@bz> Where is mozRTCPeerConnection defined?
  2274. # [18:28] <@bz> mxr is not being helpfu.....
  2275. # [18:28] <Ms2ger> Is it implemented in JS?
  2276. # [18:28] <@bz> oh, the c++ class probably has a different name?
  2277. # [18:28] * Joins: jdm (jdm@CF78DE6F.5BCEC6DB.DA78B690.IP)
  2278. # [18:28] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2279. # [18:28] <@bz> Yes, it is
  2280. # [18:29] <@bz> You lose.
  2281. # [18:29] * @bz goes to read more XPConnect code
  2282. # [18:30] <@bz> So the only way to get the "mods" behavior is to have a scriptableinfo
  2283. # [18:30] <@bz> and have flags.AllowPropModsToPrototype()
  2284. # [18:30] <jesup> PeerConnection.js
  2285. # [18:30] * Quits: jdm (jdm@CF78DE6F.5BCEC6DB.DA78B690.IP) (Quit: Lost terminal)
  2286. # [18:31] <jesup> This is in the prototype for PeerConnection in js: flags: Ci.nsIClassInfo.DOM_OBJECT}),
  2287. # [18:31] <@bz> That's not enoug
  2288. # [18:31] * rail is now known as rail-lunch
  2289. # [18:31] <@bz> er, enough
  2290. # [18:31] <@bz> The classinfo impl needs to implement nsIXPCScriptable
  2291. # [18:31] <@bz> And that needs to have the ALLOW_PROP_MODS_TO_PROTOTYPE flag
  2292. # [18:31] <@bz> that said
  2293. # [18:32] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2294. # [18:32] <jesup> dare I ask, is any of this documented anywhere? /me ducks
  2295. # [18:32] <jprmc> bbondy: https://bugzilla.mozilla.org/show_bug.cgi?id=816306 ?
  2296. # [18:32] <@bz> jesup: I used http://mxr.mozilla.org/ ... ;)
  2297. # [18:32] <@bz> jesup: But no, it's not.
  2298. # [18:33] <@bz> jesup: basically, implemementing stuff in JS is all broken in all sorts of ways
  2299. # [18:33] <@bz> jesup: which is why it confuses me so much that we've been doing it
  2300. # [18:33] * armenzg_brb is now known as armenzg_buildduty
  2301. # [18:33] <@bz> jesup: not that the people doing it asked anyone familiar with DOM or web stuff or xpconnect... :(
  2302. # [18:33] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2303. # [18:33] * @bz thinks
  2304. # [18:34] <@smaug> (there is a bug filed to re-implement webrtc's js stuff in C++)
  2305. # [18:34] <@bz> So here's a question
  2306. # [18:34] <jesup> bz: not my decision. my understanding was that jst or some such told anant to do it that way - partly because he needed to interface with the Identity code, and that's all JS
  2307. # [18:34] <@bz> jesup: ugh
  2308. # [18:34] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2309. # [18:34] * @bz really needs to get his webidl callback stuff reviewed and checked in so we can just make this junk sane
  2310. # [18:34] <@bz> anyway
  2311. # [18:34] <@bz> so what confuses me is why this is being a problem
  2312. # [18:34] <@bz> this is the proto class
  2313. # [18:34] <@bz> not the instance class
  2314. # [18:35] * Quits: victorporof (victorporo@D03AED0B.B0D0881A.79933D60.IP) (Ping timeout)
  2315. # [18:35] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2316. # [18:35] <jesup> does dom/media/PeerConnection.manifest help explain anything?
  2317. # [18:35] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  2318. # [18:35] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
  2319. # [18:35] <@bz> no
  2320. # [18:35] <@bz> gimme a sec.
  2321. # [18:35] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2322. # [18:36] * Quits: JeroenDeDauw (j@moz-4CA86865.dip.t-dialin.net) (Quit: Leaving.)
  2323. # [18:36] * Joins: JeroenDeDauw (j@moz-4CA86865.dip.t-dialin.net)
  2324. # [18:36] <@bz> So yeah, this is the proto's jsclass
  2325. # [18:36] <@bz> but the page is not adding a prop to the proto
  2326. # [18:36] <@bz> one sec
  2327. # [18:37] * Parts: mbrubeck (mbrubeck@moz-45568FC0.hsd1.wa.comcast.net)
  2328. # [18:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c90851414292 - David Keeler - bug 820708 - refresh navigator.plugins when a plugin is enabled/disabled r=joshmoz
  2329. # [18:37] * Joins: cdiehl_ (cdiehl@moz-7B0CBAAA.pool.mediaways.net)
  2330. # [18:37] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2331. # [18:37] * Quits: cdiehl (cdiehl@moz-6800296A.pool.mediaways.net) (Ping timeout)
  2332. # [18:37] * cdiehl_ is now known as cdiehl
  2333. # [18:38] * Quits: wlach (wlach@moz-21F2A744.vif.net) (Connection reset by peer)
  2334. # [18:38] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2335. # [18:39] * coop is now known as coop|lunch
  2336. # [18:39] * Joins: wlach (wlach@moz-21F2A744.vif.net)
  2337. # [18:39] <bbondy> jprmc If the link is in reference to a review ping, yup I'm doing it today
  2338. # [18:41] * Quits: @bz (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net) (Client exited)
  2339. # [18:41] * Joins: bz (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net)
  2340. # [18:42] * ChanServ sets mode: +o bz
  2341. # [18:42] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2342. # [18:42] * Joins: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP)
  2343. # [18:42] <graememcc> edmorley: sorry! fix pushed
  2344. # [18:43] <edmorley> graememcc: great :-)
  2345. # [18:43] <edmorley> graememcc: I was trying to use it locally, but hardcoding the flags.php URI to your server didn't work
  2346. # [18:43] * mdas is now known as mdas|afk
  2347. # [18:43] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2348. # [18:44] <@bz> jesup: do I need to set some pref to see this bug?
  2349. # [18:44] * Quits: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP) (Ping timeout)
  2350. # [18:44] <@bz> jesup: or something?
  2351. # [18:44] <jesup> media.peerconnection.enabled
  2352. # [18:44] <@bz> Does it need a restart?
  2353. # [18:45] * Quits: TheOne (one@moz-D8BCB7C9.dip.t-dialin.net) (Input/output error)
  2354. # [18:45] <jesup> preffed off by default. No, no restart
  2355. # [18:45] <@ehsan|lunch> edmorley: did you do the mc-merge honors?
  2356. # [18:45] * Quits: darfia (darfia@78E84D9B.7B65BD8B.F9B76BD1.IP) (Ping timeout)
  2357. # [18:45] <edmorley> ehsan|lunch: doing now (m-cMerge needed a fix)
  2358. # [18:45] <@ehsan|lunch> cool
  2359. # [18:45] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2360. # [18:46] * ehsan|lunch is now known as ehsan
  2361. # [18:47] <@bz> Aha!
  2362. # [18:47] <@bz> jesup: here we go
  2363. # [18:47] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2364. # [18:47] <@bz> XPC_WN_NoHelper_JSClass I bet
  2365. # [18:47] * Joins: berkerpeksag (berkerpeks@8B77CA0C.D8F230E2.BA04A6B2.IP)
  2366. # [18:47] * @bz checks
  2367. # [18:47] * Joins: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net)
  2368. # [18:48] <jprmc> bbondy: thanks
  2369. # [18:48] <@bz> XPCWrappedNative_NoHelper
  2370. # [18:49] * Joins: nmatsakis (nmatsakis@moz-19FD32EC.hsd1.ca.comcast.net)
  2371. # [18:49] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2372. # [18:49] * Quits: Waldo (waldo@77EC3A92.CFD88408.E37BE9B2.IP) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  2373. # [18:49] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2374. # [18:49] * Joins: sn0wb1rd (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP)
  2375. # [18:49] * whimboo|afk is now known as whimboo
  2376. # [18:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2b5844e951d2 - Benoit Girard - Bug 787513 - Give the proper update rectangle for NPAPI for CoreGraphics plugins on mac. r=smichaud
  2377. # [18:50] * capella|gym is now known as capella
  2378. # [18:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/220a958dd8e3 - Andres Hernandez - Bug 824493 - Intermittent timeout in test_sts_privatebrowsing_perwindowpb.html; r=ehsan
  2379. # [18:52] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2380. # [18:54] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2381. # [18:54] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2382. # [18:54] * Joins: Waldo (waldo@77EC3A92.CFD88408.E37BE9B2.IP)
  2383. # [18:55] <@bz> Yeah, looks like if your classinfo doesn't implement nsIXPCScriptable you never get a nohelper class
  2384. # [18:55] <@bz> er, a helper class
  2385. # [18:55] <@bz> and if you have a nohelper class, then you can't get expandos
  2386. # [18:55] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  2387. # [18:55] <@ehsan> jlebar|dinner: ping?
  2388. # [18:55] <@bz> Maybe we should do something with DOM_OBJECT to change that...
  2389. # [18:56] <@bz> jesup: ^
  2390. # [18:56] <jesup> bz: ok... so, what are my options?
  2391. # [18:56] * Joins: atte (atte@moz-37C1DF97.dhcp.inet.fi)
  2392. # [18:56] <@bz> jesup: I'm not sure
  2393. # [18:56] <jesup> change DOM_OBJECT?
  2394. # [18:56] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20130104030823])
  2395. # [18:57] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  2396. # [18:57] * ChanServ sets mode: +o smaug
  2397. # [18:57] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  2398. # [18:57] * jimm-lunch is now known as jimm
  2399. # [18:57] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2400. # [18:57] * @bz digs through this JS goop
  2401. # [18:57] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2402. # [18:57] <@bz> The simplest fix is actually probably to define classinfo for this thing
  2403. # [18:58] <@bz> in c++
  2404. # [18:58] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2405. # [18:58] <@bz> so you can make it an nsIXPCScriptable
  2406. # [18:58] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2407. # [18:58] <@bz> As in, that's the safest fix that would not break any other objects or anything
  2408. # [18:58] * Joins: willyaranda (willyarand@936D1B1B.D46E86BF.3A18B9E9.IP)
  2409. # [18:59] * Joins: dzbarsky (Adium@moz-2D2AE0B0.washdc.fios.verizon.net)
  2410. # [18:59] <romaxa> bsmedberg: have time to check 826586?
  2411. # [18:59] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2412. # [18:59] * @bz comments in bug
  2413. # [19:00] * armenzg_buildduty is now known as armenzg_lunch
  2414. # [19:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e0ecff0cf5ee - Chris Peterson - Bug 826120 - mach's warning parser should not stop at first '['. r=gps
  2415. # [19:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5d05c7020797 - Chris Peterson - Bug 826144 - Add MOZ_UTF16_HELPER() intermediary macro to handle UTF-16 stringification and concatenation correctly. r=waldo
  2416. # [19:00] * Joins: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP)
  2417. # [19:01] <jesup> bz: thanks a ton. This was a little out of my area... :-)
  2418. # [19:01] <@bz> yeah
  2419. # [19:01] <@bz> This is out of everyone's area.
  2420. # [19:01] <@bz> Which is why it annoys me that we're exposing this stuff to the web
  2421. # [19:01] <@bz> we really need a better solution for that....
  2422. # [19:01] <@bz> anyway
  2423. # [19:01] <@bz> I'll brain-dump in the bug
  2424. # [19:01] <jesup> danka
  2425. # [19:01] * Quits: marco (Thunderbir@moz-88C08A3D.cust.dsl.teletu.it) (Ping timeout)
  2426. # [19:02] * @bz wonders whether to tell reporter that if he wants to "expect a fix" he needs to write it
  2427. # [19:02] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2428. # [19:02] <jesup> the WebRTC team will be in Boston in the beginning of Feb (IETF plus some work days); we should meet up with you at some point
  2429. # [19:02] <jesup> bz: sure, have him code it! ;-)
  2430. # [19:03] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2431. # [19:03] <@bz> fwiw, I'm out of town Feb 2-9 or so
  2432. # [19:03] <@bz> DOM work week
  2433. # [19:03] <firebot> Check-in:
  2434. # [19:03] * Joins: victorporof (victorporo@D03AED0B.B0D0881A.79933D60.IP)
  2435. # [19:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/79b2064c1a99 - Jeff Walden - Bug 826447 - Change all the proxy API signatures to take unsigned flags, rather than bool set, so that it's easier to find all tests of JSRESOLVE_ASSIGNING. r=bz
  2436. # [19:04] * mak is now known as mak|afk
  2437. # [19:04] * Quits: vladan (vladan@36D53742.B90458C2.57F33CED.IP) (Quit: Leaving.)
  2438. # [19:04] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2439. # [19:04] <jesup> bz: it would too amusing if it's in Philadelphia.... (but I'm sure it's not)
  2440. # [19:05] <jesup> So, maybe next time then
  2441. # [19:05] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  2442. # [19:05] <@bz> It's not in Philly, no. London.
  2443. # [19:05] * Joins: crussell (colby@BBA46C1.57F30063.93A38F79.IP)
  2444. # [19:05] * Joins: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2445. # [19:06] * Joins: marco (Thunderbir@moz-25AC7489.cust.dsl.teletu.it)
  2446. # [19:06] * Joins: bbondy2 (bbondy@moz-CBCCE0F3.home.cgocable.net)
  2447. # [19:07] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2448. # [19:07] * Joins: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  2449. # [19:08] * kmoir-afk is now known as kmoir
  2450. # [19:08] * Quits: martyn (martyn@moz-57A66DEC.range81-154.btcentralplus.com) (Client exited)
  2451. # [19:08] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2452. # [19:08] * Joins: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP)
  2453. # [19:09] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  2454. # [19:09] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  2455. # [19:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/041b62d88da9 - Ehsan Akhgari - Bug 822017 - Remove the global PB specific code from the testpilot extension; r=dao
  2456. # [19:09] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2457. # [19:09] <WeirdAl> !seen BenB
  2458. # [19:09] <firebot> benb was last seen 18 weeks, 17 hours, 52 minutes and 40 seconds ago, saying '( http://en.wikipedia.org/wiki/Doctor_%28Star_Trek:_Voyager%29 )' in #maildev.
  2459. # [19:10] <WeirdAl> huh.
  2460. # [19:10] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2461. # [19:10] <WeirdAl> he must've dropped off the face of the earth
  2462. # [19:10] * Quits: FabioMagnoni (fabiomagno@C9F06E1A.17821DE6.A2F1BD83.IP) (Quit: FabioMagnoni)
  2463. # [19:10] <Mossop> Epic Voyager marathon?
  2464. # [19:11] * Quits: victorporof (victorporo@D03AED0B.B0D0881A.79933D60.IP) (Ping timeout)
  2465. # [19:11] * Quits: clee (clee@43CB6079.66715431.D25A875A.IP) (Quit: clee)
  2466. # [19:11] <WeirdAl> :p even I could get through the whole series in less time than that. Now if you're talking all of Star Trek...
  2467. # [19:12] * rail-lunch is now known as rail
  2468. # [19:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/988de3eea4ce - Randell Jesup - Bug 802656: GetUserMediaDevices: Consider no devices available an error r=anant
  2469. # [19:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/88b4a6217997 - Randell Jesup - Bug 805632: backend for getUserMedia:revoke r=anant
  2470. # [19:13] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2471. # [19:13] * Joins: jrm2k6_ (jrm2k6@moz-7A618FDA.w2-13.abo.wanadoo.fr)
  2472. # [19:13] * Quits: jrm2k6 (jrm2k6@moz-917DE8EF.w2-13.abo.wanadoo.fr) (Ping timeout)
  2473. # [19:14] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2474. # [19:14] * WeirdAl blinks happily: only four of my patches are awaiting reviews, and I crafted them less than a month ago
  2475. # [19:14] * Quits: pnkfelix (pnkfelix@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: Leaving.)
  2476. # [19:14] * armenzg_lunch is now known as armenzg_afk
  2477. # [19:14] * Quits: armenzg_afk (armenzg@70EBC643.20A103FD.72A31D6.IP) (Input/output error)
  2478. # [19:14] * Quits: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Client exited)
  2479. # [19:14] <WeirdAl> I figured it'd be a lot more than that
  2480. # [19:15] * Joins: armenzg_afk (armenzg@70EBC643.20A103FD.72A31D6.IP)
  2481. # [19:15] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2482. # [19:15] <ejpbruel> WeirdAl: i'd figure they're all hopelessly bit rotted by now
  2483. # [19:15] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2484. # [19:15] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2485. # [19:15] <WeirdAl> nah, three of them are XULRunner patches
  2486. # [19:15] <WeirdAl> nobody else bothers to work in that area
  2487. # [19:15] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  2488. # [19:16] <ejpbruel> ah, well played sir :)
  2489. # [19:16] * Joins: darfia (darfia@37F5C6F9.C8950CFE.5C385224.IP)
  2490. # [19:16] * Quits: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  2491. # [19:16] * Joins: bholley (anonymous@moz-C7024B49.dsl.volcano.net)
  2492. # [19:16] <WeirdAl> the fourth is for exposing nsInputStreamTee to XPCOM, a bug that has sat for over five years
  2493. # [19:16] * Quits: armenzg_afk (armenzg@70EBC643.20A103FD.72A31D6.IP) (Ping timeout)
  2494. # [19:17] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2495. # [19:17] * Joins: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP)
  2496. # [19:17] * Joins: Yuhong (chatzilla@moz-3189E3D8.vc.shawcable.net)
  2497. # [19:18] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Ping timeout)
  2498. # [19:18] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  2499. # [19:18] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  2500. # [19:18] * ekr_ is now known as ekr
  2501. # [19:18] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2502. # [19:19] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  2503. # [19:19] * Quits: gustavold (gustavold@E42DADB0.C7F8CF4C.BD2E5785.IP) (Quit: Leaving.)
  2504. # [19:19] <Yuhong> From https://bugzilla.mozilla.org/show_bug.cgi?id=546857 :
  2505. # [19:19] <Yuhong> "I expect it to reduce the fraction of time I spend on security bugs by a factor of 3 or 4, personally."
  2506. # [19:19] <Yuhong> bz: did it really?
  2507. # [19:19] <Yuhong> Now that 3.6 is obsolete.
  2508. # [19:20] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2509. # [19:21] <@bz> Yuhong: yes
  2510. # [19:21] * mdas|afk is now known as mdas
  2511. # [19:21] <@bz> Yuhong: I haven't had to deal with nasty xul/xbl stuff in a good long while, and it's good
  2512. # [19:22] <@bz> So is it expected that there be week-old outstanding sec-approval and aurora approval requests?
  2513. # [19:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/13c525135b4a - Bobby Holley - Bug 826146 - Add a pref-controlled install confirmation override for automation. r=sicking
  2514. # [19:22] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Ping timeout)
  2515. # [19:23] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2516. # [19:23] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2517. # [19:23] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2518. # [19:24] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2519. # [19:24] * Joins: cviecco (cviecco@2557E599.66715431.D25A875A.IP)
  2520. # [19:24] <@ehsan> bbondy: hey
  2521. # [19:25] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2522. # [19:25] <froydnj> jmaher: "this still makes sense"? that phrase does not make sense :p
  2523. # [19:25] <bbondy> ehsan: hi
  2524. # [19:25] * Quits: MrDHat (quassel@6652A47C.D2C6CE2E.85BF2EFC.IP) (Ping timeout)
  2525. # [19:25] <Yuhong> As another warning, VS2012 defaults to SSE2-only code.
  2526. # [19:25] <@ehsan> bbondy: can you please remind me how you'd get the page size on windows?
  2527. # [19:25] <@ehsan> Get***Info...?
  2528. # [19:26] <Yuhong> Disable using /arch:ia32.
  2529. # [19:26] <jmaher> froydnj: the patch still makes sense
  2530. # [19:26] * Quits: mw22 (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  2531. # [19:26] <jmaher> isn't it ambigious friday?
  2532. # [19:26] <bbondy> ehsan: disambiguate page
  2533. # [19:26] <bbondy> as in memory?
  2534. # [19:26] <@ehsan> yeah
  2535. # [19:27] * Joins: victorporof (victorporo@D03AED0B.B0D0881A.79933D60.IP)
  2536. # [19:27] <@ehsan> ah
  2537. # [19:27] <froydnj> jmaher: could be!
  2538. # [19:27] <@ehsan> GetSystemInfo?
  2539. # [19:27] <bbondy> not sure off hand, what do you need it for?
  2540. # [19:27] * Quits: darfia (darfia@37F5C6F9.C8950CFE.5C385224.IP) (Ping timeout)
  2541. # [19:27] <bbondy> maybe getsystemmetrics
  2542. # [19:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/89bc8559149f - Terrence Cole - Bug 826126 - Just use an assert to check for aliasing; r=benjamin
  2543. # [19:27] <bbondy> nah maybe info
  2544. # [19:27] <bbondy> looking
  2545. # [19:27] * froydnj prepares to trace through event queue sharing again
  2546. # [19:27] <bbondy> ya you're right
  2547. # [19:27] <@ted> ehsan: GetSystemInfo
  2548. # [19:27] <@ehsan> it's GetSystemInfo!
  2549. # [19:27] <@ehsan> yeah
  2550. # [19:28] <@ehsan> thanks
  2551. # [19:28] <bbondy> np you answered yourself :)
  2552. # [19:28] * jlebar|dinner is now known as jlebar
  2553. # [19:28] <@ted> si.dwPageSize
  2554. # [19:28] <@ehsan> yep
  2555. # [19:28] <Yuhong> I wonder how difficult is it to write a XUL validator that validate XUL before running it.
  2556. # [19:28] * Quits: marco (Thunderbir@moz-25AC7489.cust.dsl.teletu.it) (Ping timeout)
  2557. # [19:28] * Joins: marco (Thunderbir@moz-25AC7489.cust.dsl.teletu.it)
  2558. # [19:28] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2559. # [19:28] * Quits: tzimmermann (tzimmerman@moz-DDFBC1AB.pools.arcor-ip.net) (Quit: Ex-Chat)
  2560. # [19:29] <jlebar> ehsan: here now.
  2561. # [19:29] * Quits: bbondy2 (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2562. # [19:29] <@ehsan> jlebar: nm, just wanted to ask how to build dmd, figured it out!
  2563. # [19:29] <jlebar> ehsan: cool. :)
  2564. # [19:30] * Quits: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP) (Quit: bbiab)
  2565. # [19:30] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  2566. # [19:30] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2567. # [19:30] * Joins: dao (dao@moz-7B996537.superkabel.de)
  2568. # [19:30] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  2569. # [19:31] * Parts: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  2570. # [19:32] * Joins: MrDHat (quassel@6652A47C.D2C6CE2E.85BF2EFC.IP)
  2571. # [19:32] * vladan-afk is now known as vladan
  2572. # [19:33] * Joins: armenzg_afk (armenzg@31F7E9EA.5BCEC6DB.DA78B690.IP)
  2573. # [19:33] <evilpie> picking up some work on <a download> again
  2574. # [19:33] * Joins: andersh_ (andersh@moz-3DB85725.bredband.3.dk)
  2575. # [19:33] * Quits: imphil (philipp@moz-EC37D476.dynamic.eduroam.mwn.de) (Ping timeout)
  2576. # [19:34] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2577. # [19:34] * Quits: andersh (andersh@moz-3DB85725.bredband.3.dk) (Ping timeout)
  2578. # [19:35] * joduinn-mtg is now known as joduinn-commute
  2579. # [19:35] * WeirdAl likes fast reviews, even when it's r-
  2580. # [19:35] <WeirdAl> thanks bsmedberg
  2581. # [19:35] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2582. # [19:36] * mak|afk is now known as mak
  2583. # [19:37] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/9ea498433661 - Armen Zambrano Gasparnian - Bug 826675 - Update B2G panda snapshot to include mozbase in gaia-tests.zip (bug 826372). DONTBUILD. r=jgriffin
  2584. # [19:38] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Quit: Leaving)
  2585. # [19:39] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2586. # [19:39] <@ehsan> hmm
  2587. # [19:39] <@ehsan> how does one trigger a Makefile to be regenerated in the objdir?
  2588. # [19:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/72fd8681d3a6 - Jonathan Kew - bug 825875 - shape long words directly into the textrun instead of using word caching. r=roc
  2589. # [19:39] <Ms2ger> touch Makefile.in
  2590. # [19:39] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/39b72947ad79 - Jonathan Kew - bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
  2591. # [19:40] <@ehsan> Ms2ger: doesn't work if you've had an error in your Makefile.in
  2592. # [19:40] <Ms2ger> Oh really?
  2593. # [19:40] <@ehsan> yeah :(
  2594. # [19:40] <@ehsan> at least if you have a make error, such as a missing parenthesis or something
  2595. # [19:40] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2596. # [19:41] <@ehsan> full rebuild it is then
  2597. # [19:41] * @ehsan roars at the build system
  2598. # [19:41] <Mossop> ehsan: Make in the parent directory is enough
  2599. # [19:41] <@ehsan> Mossop: no it's not :(
  2600. # [19:41] <Mossop> There is also some make-makefiles target but I can never remember what it's called :(
  2601. # [19:41] <Ms2ger> ./allmakefiles.sh?
  2602. # [19:41] <@ehsan> doesn't matter now, already triggered the build :(
  2603. # [19:41] <@ted> i just re-run configure
  2604. # [19:42] <@ted> because everything else is a hassle
  2605. # [19:42] <Ms2ger> Wait until gps fixes it all
  2606. # [19:42] <Ms2ger> And ted reviews it
  2607. # [19:42] <@ted> yeah
  2608. # [19:42] <@ehsan> ted: doesn't that also rebuild everything?
  2609. # [19:42] * Quits: armenzg_afk (armenzg@31F7E9EA.5BCEC6DB.DA78B690.IP) (Input/output error)
  2610. # [19:42] <@ted> possibly
  2611. # [19:42] <@ehsan> good thing at least is that dmd is built very much near the beginning...
  2612. # [19:42] <@ted> can't remember
  2613. # [19:42] <@ehsan> jlebar: reping
  2614. # [19:42] <@ehsan> ted: nm, thanks
  2615. # [19:42] * Joins: armenzg_afk (armenzg@31F7E9EA.5BCEC6DB.DA78B690.IP)
  2616. # [19:43] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2617. # [19:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ed8df7cc59ab - Joel Maher - Bug 826308 - Robocop tests log output should contain begin/end block markers for the full test run. r=bc
  2618. # [19:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3a2d5a7a446f - Joel Maher - Bug 826769 - make mochitest-robotium may fail with: OSError: [Errno 2] No such file or directory: '/tmp/xxx/tests.jar'. r=gbrown
  2619. # [19:44] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2620. # [19:44] * Quits: armenzg_afk (armenzg@31F7E9EA.5BCEC6DB.DA78B690.IP) (Ping timeout)
  2621. # [19:44] * Joins: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2622. # [19:44] * Joins: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  2623. # [19:44] * Quits: @ted (luser@moz-8EE3C9C7.sctnpa.east.verizon.net) (Input/output error)
  2624. # [19:45] * joey-away is now known as joey
  2625. # [19:45] * joey is now known as joey-away
  2626. # [19:45] * Joins: ted (luser@moz-8EE3C9C7.sctnpa.east.verizon.net)
  2627. # [19:45] * ChanServ sets mode: +o ted
  2628. # [19:45] * Quits: garnacho (carlos@moz-CDA21724.dyn.user.ono.com) (Ping timeout)
  2629. # [19:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6e251f2906f5 - William Chen - Bug 617532 - Implement UndoManager. r=ehsan
  2630. # [19:45] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2631. # [19:46] <@ehsan> wchen: \o/
  2632. # [19:46] <@smaug> ooh
  2633. # [19:46] <@smaug> I wonder which version of the API
  2634. # [19:47] <@ehsan> http://dvcs.w3.org/hg/undomanager/raw-file/tip/undomanager.html
  2635. # [19:47] * coop|lunch is now known as coop
  2636. # [19:48] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  2637. # [19:48] <@smaug> ehsan: but is that the one from which rniwa removed some good stuff because it was impossible to implement in webkit?
  2638. # [19:49] <@ehsan> hmm
  2639. # [19:49] <@ehsan> good question, I'm not 100% sure
  2640. # [19:49] <@ehsan> need to go through my email logs
  2641. # [19:49] <wchen> what did rniwa remove?
  2642. # [19:49] <@ehsan> smaug: but it's preffed off anyways
  2643. # [19:49] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2644. # [19:49] * Joins: garnacho (carlos@moz-CDA21724.dyn.user.ono.com)
  2645. # [19:50] <@smaug> wchen: well, I'm not sure whether something was removed or whether rniwa just was going to remove something
  2646. # [19:50] * Quits: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2647. # [19:50] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2648. # [19:51] * Quits: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  2649. # [19:51] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2650. # [19:51] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Ping timeout)
  2651. # [19:51] <@ehsan> dao: ping
  2652. # [19:51] <dao> ehsan: pong
  2653. # [19:52] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  2654. # [19:52] <@ehsan> dao: hey! I was wondering if you have an ETA for the review of bug 749394?
  2655. # [19:52] * Quits: vikash (vikashagra@4EFDD8EA.A6EF2CD9.ADC0C9EC.IP) (Quit: Cya)
  2656. # [19:52] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2657. # [19:52] <dao> ehsan: trying to get it done today
  2658. # [19:53] <@ehsan> dao: amazing, thanks a lot :)
  2659. # [19:53] * Quits: marco (Thunderbir@moz-25AC7489.cust.dsl.teletu.it) (Ping timeout)
  2660. # [19:53] * Joins: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP)
  2661. # [19:53] * catlee is now known as catlee-afk
  2662. # [19:54] * Joins: marco (Thunderbir@moz-25AC7489.cust.dsl.teletu.it)
  2663. # [19:54] <dhylands> rstrong: ping
  2664. # [19:54] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2665. # [19:54] <rstrong> dhylands: still reviewing and heading into a meeting right now
  2666. # [19:55] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2667. # [19:55] <dhylands> rstrong: - ok - just wanted to make things are still moving forward...
  2668. # [19:55] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2669. # [19:55] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  2670. # [19:55] * Joins: bbondy2 (bbondy@moz-CBCCE0F3.home.cgocable.net)
  2671. # [19:55] * Joins: dholbert_ (dholbert@2557E599.66715431.D25A875A.IP)
  2672. # [19:55] * Quits: marco (Thunderbir@moz-25AC7489.cust.dsl.teletu.it) (Ping timeout)
  2673. # [19:55] * Quits: dholbert_ (dholbert@2557E599.66715431.D25A875A.IP) (Client exited)
  2674. # [19:55] * Quits: Yuhong (chatzilla@moz-3189E3D8.vc.shawcable.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  2675. # [19:56] * Quits: teoli (teoli@C19B4E80.5A81EF3B.F1085784.IP) (Ping timeout)
  2676. # [19:56] * Joins: darfia (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP)
  2677. # [19:56] * Quits: MrDHat (quassel@6652A47C.D2C6CE2E.85BF2EFC.IP) (Connection reset by peer)
  2678. # [19:56] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2679. # [19:57] * Joins: sewardj (sewardj@moz-DA1B9A19.dip.t-dialin.net)
  2680. # [19:58] * Joins: atuljangra (Mibbit@F156D51A.C64A08C6.C659C8F3.IP)
  2681. # [19:58] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.14.1/20121129191217])
  2682. # [19:58] * Quits: darfia (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP) (Ping timeout)
  2683. # [19:59] * Joins: josh (josh@moz-5D371A2.adsl2.static.versatel.nl)
  2684. # [19:59] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2685. # [20:00] * geekboy is now known as geekboy|afk
  2686. # [20:00] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2687. # [20:00] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2688. # [20:00] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2689. # [20:01] * Quits: kaze (kaze@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  2690. # [20:01] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2691. # [20:01] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2692. # [20:02] * Joins: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP)
  2693. # [20:03] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Ping timeout)
  2694. # [20:04] * mgerva is now known as mgerva-afk
  2695. # [20:05] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2696. # [20:06] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  2697. # [20:06] * whimboo is now known as whimboo|afk
  2698. # [20:07] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2699. # [20:08] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2700. # [20:08] * Joins: tanvi (tanvi@A5A0595A.66715431.D25A875A.IP)
  2701. # [20:08] <tanvi> smaug - not sure how checking the root shell will solve that
  2702. # [20:08] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2703. # [20:08] * Quits: atuljangra (Mibbit@F156D51A.C64A08C6.C659C8F3.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2704. # [20:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e75caf89e1f9 - Mihnea Dobrescu-Balaur - Bug 819482 - Remove retry code from b2g automation now that devicemanager handles it, r=ahal
  2705. # [20:09] <bsmedberg_> aklotz: are you going to be able to reland the hangui to make this train?
  2706. # [20:09] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2707. # [20:10] * Joins: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP)
  2708. # [20:10] <gps> ehsan: run config.status from the objdir to regenerate all Makefiles
  2709. # [20:10] <aklotz> bsmedberg_: Absolutely. Just re-running the patch on try to ensure not issues.
  2710. # [20:10] <@ehsan> gps: is that a shell script?
  2711. # [20:10] <bsmedberg_> awesome
  2712. # [20:10] * Quits: tonymec (tonymec@BBFB1475.64732CAE.277517C1.IP) (Input/output error)
  2713. # [20:10] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2714. # [20:10] <gps> it's actually a Python script. do ./config.status --help
  2715. # [20:11] <jlebar> ehsan: repong. :)
  2716. # [20:11] <@ehsan> jlebar: so I have a patch that makes DMD compile on windows
  2717. # [20:11] <@ehsan> what is the next step with regard to testing it?
  2718. # [20:11] * Quits: KaiRo (robert@moz-24B7EEB7.adsl.highway.telekom.at) (Input/output error)
  2719. # [20:11] <jlebar> ehsan: There's test mode in DMD.
  2720. # [20:11] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2721. # [20:11] * Joins: biesi (cbiesinger@5CA6DC39.C60FE7DC.4065847B.IP)
  2722. # [20:12] <jlebar> ehsan: https://wiki.mozilla.org/Performance/MemShrink/DMD#--mode.3D.3Cnormal.7Ctest.7Cstress.3E
  2723. # [20:12] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2724. # [20:12] * Joins: andersh (andersh@moz-3DB85725.bredband.3.dk)
  2725. # [20:12] <@smaug> tanvi: why not? Doesn't the other patch explicitly add a warning if docshell isn't the root when channel is set?
  2726. # [20:13] <@ehsan> hmm
  2727. # [20:13] * Quits: andersh_ (andersh@moz-3DB85725.bredband.3.dk) (Ping timeout)
  2728. # [20:13] <@ehsan> jlebar: how do I run it? we can't ldpreload on windows...
  2729. # [20:13] <@ehsan> that wiki page just says sorry, this is not supported on windows :)
  2730. # [20:13] * Joins: darfia (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP)
  2731. # [20:13] * Quits: tonymec|away (tonymec@BBFB1475.64732CAE.277517C1.IP) (Quit: Konversation terminated!)
  2732. # [20:13] <jlebar> ehsan: Um.
  2733. # [20:14] <tanvi> smaug - yes; that is an issue. but i dont' see how it solves the problem with the test case described in comment 28 - https://people.mozilla.com/%7Etvyas/mixeddocument2.html
  2734. # [20:14] <jlebar> ehsan: We need to figure out how to do replace_malloc on Windows. Which is possible, I think.
  2735. # [20:14] <jlebar> let me see.
  2736. # [20:14] * Joins: darfia_ (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP)
  2737. # [20:14] <Ms2ger> $(2) := $(2)
  2738. # [20:14] <Ms2ger> Yay, makefiles
  2739. # [20:14] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  2740. # [20:15] * Joins: atuljangra (Mibbit@F156D51A.C64A08C6.C659C8F3.IP)
  2741. # [20:15] * Quits: darfia (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP) (Ping timeout)
  2742. # [20:15] <@smaug> tanvi: that testcase doesn't use iframes
  2743. # [20:15] <jlebar> ehsan: Try it without LD_PRELOAD?
  2744. # [20:15] <@smaug> I'm talking about the case when in an iframe one uses document.open
  2745. # [20:16] <jlebar> ehsan: See memory/build/replace_malloc.c
  2746. # [20:16] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2747. # [20:16] * Quits: atuljangra (Mibbit@F156D51A.C64A08C6.C659C8F3.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2748. # [20:16] <@ehsan> ah
  2749. # [20:16] <tanvi> smaug - my question is about the case when a document.open() is called an https page that doesn't have mixed script initially. after the document.open() it does have mixed script; when i try to disable that mixed script, i can't because i end up getting stuck here - https://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#8418
  2750. # [20:16] <@ehsan> jlebar: MOZ_REPLACE_MALLOC_LIB?
  2751. # [20:17] <tanvi> smaug - with an NS_ERROR_FAILURE because I have LOAD_CMD_NORMAL instead of LOAD_CMD_RELOAD
  2752. # [20:17] * Joins: armenzg_afk (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  2753. # [20:17] <rniwa> smaug, ehsan, wchen: i was going to remove undoscope content attribute
  2754. # [20:17] * Quits: Optimizer (Optimizer@35B6A99B.950545B2.274D17D6.IP) (Ping timeout)
  2755. # [20:17] <jlebar> ehsan: yeah, I guess so.
  2756. # [20:17] <@ehsan> jlebar: ok, will try that.
  2757. # [20:17] <@ehsan> thanks!
  2758. # [20:17] <jlebar> ehsan: thank you!
  2759. # [20:17] <decoder> anyone seen ryanvm?
  2760. # [20:17] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2761. # [20:18] * Quits: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  2762. # [20:18] * Joins: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP)
  2763. # [20:18] <rniwa> smaug, ehsan, wchen: it turned out that having an undo manager on an element that could be moved around different documents, etc... is really hard to manage.
  2764. # [20:18] <@smaug> rniwa: yeah, I can imagine preventing leaks in webkit in that case would be close to impossible
  2765. # [20:19] <WeirdAl> rniwa: congrats on getting that landed
  2766. # [20:19] * armenzg_afk is now known as armenzg_buildduty
  2767. # [20:19] <WeirdAl> it's significant
  2768. # [20:19] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2769. # [20:19] <@smaug> (but webkit will need to get cycle collector or tracing or whatever for cycle handling, so it shouldn't, IMO, affect to specs)
  2770. # [20:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/561ba958f34b - Wes Johnston - Bug 736321 - Support HTML Context menus in Fennec. r=mfinkle
  2771. # [20:20] * Quits: ddahl (ddahl@moz-6D6AEA10.hsd1.il.comcast.net) (Ping timeout)
  2772. # [20:20] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Ping timeout)
  2773. # [20:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9d119006ec64 - Wes Johnston - Bug 826074 - Use Pinning terminology for customizing about:home. r=mfinkle
  2774. # [20:20] * Quits: bsmedberg_ (bsmedberg@F2D29657.F60B0462.67AC9B1.IP) (Quit: bsmedberg_)
  2775. # [20:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/11f420dd6b47 - Wes Johnston - Bug 826381 - Update sumo bookmark url. r=mfinkle
  2776. # [20:20] <rniwa> smaug: we don't plan to implement that in webkit.
  2777. # [20:21] * Quits: armenzg_buildduty (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  2778. # [20:21] * Joins: armenzg_buildduty (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  2779. # [20:21] <Ms2ger> We'll see about that
  2780. # [20:21] * Joins: Optimizer (Optimizer@E22C1013.D7283CA0.274D17D6.IP)
  2781. # [20:21] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2782. # [20:21] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2783. # [20:22] * Quits: jhk (jhk@6EE3C58A.62B6971.B58D974D.IP) (Ping timeout)
  2784. # [20:22] * joduinn-commute is now known as joduinn-mtg
  2785. # [20:23] <tanvi> smaug - i talked to bz about it last night, and he said to ask you how you wanted to handle it. the comment in the bug describes the issue in detail. the mixed frames case works - people.mozilla.com/~tvyas/iframedocumentopen.html
  2786. # [20:23] * Joins: jorendorff (jorendorff@moz-FAB36621.hsd1.tn.comcast.net)
  2787. # [20:23] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2788. # [20:23] <edmorley> decoder: what did you need him for?
  2789. # [20:23] <tanvi> smaug - so setting a non-root doc shell is an issue, but a separate one from the one i'm talking about
  2790. # [20:24] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2791. # [20:24] * Parts: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  2792. # [20:24] <Ms2ger> gps, I'm going to do another b-s merge in a bit
  2793. # [20:24] * Joins: tonymec__ (tonymec@B69B81F4.29F69487.A9371869.IP)
  2794. # [20:24] * Joins: past (Instantbir@moz-7BCD7DED.dsl.dyn.forthnet.gr)
  2795. # [20:24] <decoder> edmorley: just wanted to ask him about in-testsuite stuff. im working on automating that flag a bit for JS tests
  2796. # [20:25] * Joins: juanb_ (jbecerra@C71110D8.F384B458.AD9C3AB0.IP)
  2797. # [20:25] * joey-away is now known as joey
  2798. # [20:25] <edmorley> decoder: it's rather loosely used atm
  2799. # [20:25] <edmorley> decoder: what specifically did you want to know about it?
  2800. # [20:25] <@smaug> tanvi: ok, so my comment was only about non-root docshell
  2801. # [20:26] <@smaug> I mean the comment in the bug
  2802. # [20:26] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  2803. # [20:26] <tanvi> do you know what i should do about the load normal vs load reload?
  2804. # [20:26] * Joins: FabioMagnoni (fabiomagno@A094AEA5.AFB33EF4.8AF99142.IP)
  2805. # [20:26] * Quits: juanb (jbecerra@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  2806. # [20:26] * juanb_ is now known as juanb
  2807. # [20:26] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2808. # [20:27] <@smaug> tanvi: what do you mean?
  2809. # [20:27] <@smaug> is there anything special to handle there?
  2810. # [20:27] * Joins: ddahl (ddahl@moz-6D6AEA10.hsd1.il.comcast.net)
  2811. # [20:28] <decoder> edmorley: yea I wanted to know how often it is used. a first step Im working on right now is to grab the fixed bugs that have testcases but not the flag. then check if there is a test with the bug number in jit-test or jstests, and set the flag if there is
  2812. # [20:28] <jlebar> How do I tell mac gdb where to look for src files? RIght now it's looking for src files in ../../../../tools/, but even when I cd into $srcdir/a/b/c/d/, it doesn't find my src files.
  2813. # [20:28] <decoder> makes sense?
  2814. # [20:28] <tanvi> smaug: i get stuck here becasue we are using LOAD_CMD_RELOAD - https://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#8418
  2815. # [20:28] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2816. # [20:28] <edmorley> decoder: yeah :-)
  2817. # [20:28] <decoder> okay then ill go for that
  2818. # [20:28] <jlebar> I could use set substitute-path, except mac gdb isn't new enough for that.
  2819. # [20:28] <decoder> for those that dont have tests checked in I can auto-generate them
  2820. # [20:28] * Quits: josh (josh@moz-5D371A2.adsl2.static.versatel.nl) (Quit: josh)
  2821. # [20:29] <edmorley> decoder: nice :-)
  2822. # [20:29] <decoder> I triaged over 1000 bugs automatically by now and for ~600 bugs I extracted and reproduced the test
  2823. # [20:29] <tanvi> smaug: we have an https page with a document.open(). the document.open() calls mixed script. when the user tries to override blocking, it doesn't work because we are using LOAD_CMD_NORMAL
  2824. # [20:29] <decoder> now I only need to convert them into jit-tests
  2825. # [20:29] <jlebar> Oh, I magically got it by doing |directory my/src/dir|. That's odd, but okay.
  2826. # [20:30] * Quits: Optimizer (Optimizer@E22C1013.D7283CA0.274D17D6.IP) (Ping timeout)
  2827. # [20:30] <@smaug> tanvi: er, why are we trying to load wyciwyg url? we should load the original url
  2828. # [20:30] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  2829. # [20:30] <tanvi> smaug - well, after call document.open() and then reload, thats what happens
  2830. # [20:31] <tanvi> i dont quite understand it
  2831. # [20:31] <tanvi> https://people.mozilla.com/%7Etvyas/mixeddocument2.html
  2832. # [20:31] * Quits: Waldo (waldo@77EC3A92.CFD88408.E37BE9B2.IP) (Quit: bbiab, seeing Grandma to the airport for an hour or two)
  2833. # [20:31] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2834. # [20:33] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2835. # [20:34] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  2836. # [20:34] * Joins: Optimizer (Optimizer@CE9407F2.D1B67D4C.274D17D6.IP)
  2837. # [20:34] <@smaug> tanvi: well, check where we get wyciwyg.
  2838. # [20:36] * nmatsakis is now known as nmatsakis|lunch
  2839. # [20:37] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2840. # [20:37] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2841. # [20:38] * Joins: marco (Thunderbir@moz-E76507EB.cust.dsl.teletu.it)
  2842. # [20:38] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2843. # [20:38] * Quits: nmatsakis|lunch (nmatsakis@moz-19FD32EC.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  2844. # [20:38] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2845. # [20:39] * joduinn-mtg is now known as joduinn
  2846. # [20:39] <@bz> smaug: what do you mean>
  2847. # [20:39] <@bz> smaug: ?
  2848. # [20:39] * Quits: jrm2k6_ (jrm2k6@moz-7A618FDA.w2-13.abo.wanadoo.fr) (Connection reset by peer)
  2849. # [20:40] * geekboy|afk is now known as geekboy
  2850. # [20:40] <@smaug> bz: ?
  2851. # [20:40] <@smaug> I mean, I don't recall know how tanvi is loading stuff to docshell
  2852. # [20:40] <@bz> smaug: ah
  2853. # [20:40] <@bz> smaug: ok
  2854. # [20:40] <mfinkle> where does nsPrincipal::Init get called?
  2855. # [20:41] <mfinkle> i am trying to get the AppId stuff working for <browser>s in addition to <iframe mozapp>
  2856. # [20:42] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2857. # [20:42] * Joins: paolo (paolo@moz-88DFF4B.retail.telecomitalia.it)
  2858. # [20:42] * Joins: lizzard (ehenry@moz-DB7D2EE0.hsd1.ca.comcast.net)
  2859. # [20:43] <@bz> mfinkle: nsScriptSecurityManager::CreateCodebasePrincipal is the most common case
  2860. # [20:43] <mfinkle> thanks bz
  2861. # [20:43] <@bz> mfinkle: no problem
  2862. # [20:43] <tanvi> smaug - maybe we aren't loading the original url because we are loading the result of the document.open(). and that is retreived from the cache?
  2863. # [20:43] * Quits: Olipro (Olipro@moz-9600CCC3.catv.pool.telekom.hu) (Quit: Don't flap your BGP at me sonny)
  2864. # [20:43] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2865. # [20:44] <tanvi> smaug, bz - i'm rebuidling and going to try the test case again and see if i can figure out whats going on
  2866. # [20:44] * Quits: shahriar (shahriar@D2D9B604.C9C60561.1BF8F68A.IP) (Quit: Konversation terminated!)
  2867. # [20:47] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2868. # [20:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a86547660398 - Sriram Ramasubramanian - Bug 826487: Change "Open in New Private Tab" to "Open in Private Tab". [r=mfinkle]
  2869. # [20:48] * catlee-afk is now known as catlee
  2870. # [20:48] * Joins: ekr_ (ekr@moz-D7997EC8.rtfm.com)
  2871. # [20:49] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2872. # [20:49] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  2873. # [20:50] * Quits: garnacho (carlos@moz-CDA21724.dyn.user.ono.com) (Quit: Ex-Chat)
  2874. # [20:51] * Quits: lizzard (ehenry@moz-DB7D2EE0.hsd1.ca.comcast.net) (Ping timeout)
  2875. # [20:51] * Quits: darfia_ (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP) (Ping timeout)
  2876. # [20:52] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2877. # [20:53] * Joins: darfia_ (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP)
  2878. # [20:53] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
  2879. # [20:53] * ekr_ is now known as ekr
  2880. # [20:53] * jgriffin is now known as jgriffin-foodz
  2881. # [20:54] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2882. # [20:56] * Quits: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving)
  2883. # [20:56] * Joins: brendan_ (brendaneic@2557E599.66715431.D25A875A.IP)
  2884. # [20:56] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2885. # [20:56] * brendan_ is now known as brendan
  2886. # [20:56] * Joins: kaze (kaze@A5A0595A.66715431.D25A875A.IP)
  2887. # [20:57] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2888. # [20:59] * nthomas|away is now known as nthomas
  2889. # [20:59] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2890. # [20:59] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  2891. # [21:00] * Joins: nmatsakis|lunch (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  2892. # [21:00] * nmatsakis|lunch is now known as nmatsakis
  2893. # [21:01] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  2894. # [21:01] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  2895. # [21:01] * nmatsakis is now known as nmatsakis|lunch
  2896. # [21:01] * baku is now known as baku|away
  2897. # [21:01] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2898. # [21:02] * nthomas is now known as nthomas|away
  2899. # [21:02] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2900. # [21:03] * sheeri is now known as sheeri-afk
  2901. # [21:04] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  2902. # [21:04] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2903. # [21:05] * spohl1 is now known as spohl
  2904. # [21:06] * spohl is now known as stpohl
  2905. # [21:06] * stpohl is now known as spohl
  2906. # [21:06] * wlach is now known as hcalw
  2907. # [21:06] * spohl is now known as spohl-away
  2908. # [21:06] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  2909. # [21:06] * Quits: FabioMagnoni (fabiomagno@A094AEA5.AFB33EF4.8AF99142.IP) (Quit: FabioMagnoni)
  2910. # [21:07] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  2911. # [21:07] * spohl-away is now known as spohl-afk
  2912. # [21:07] <tn> ehsan, if i add notxpcom, noscript functions to nsIImageLoadingContent i don't need to add them to HTMLImageElement.wedidl, right?
  2913. # [21:07] <@bz> tn: yes
  2914. # [21:07] <Ms2ger> tn, correct
  2915. # [21:07] <@bz> tn: webidl is for script-exposed stuff only
  2916. # [21:08] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2917. # [21:08] <tn> yeah, thats what i thought, wanted to double check
  2918. # [21:08] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  2919. # [21:09] * Quits: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP) (Quit: jfkthame)
  2920. # [21:09] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2921. # [21:10] * Joins: jgilbert_ (jgilbert@2557E599.66715431.D25A875A.IP)
  2922. # [21:10] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2923. # [21:11] * Joins: Olipro (Olipro@moz-FD544BE3.catv.pool.telekom.hu)
  2924. # [21:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ac059cbb93ed - Mark Finkle - Bug 817440 - Intermittent testAddonManager | GeckoEventExpecter - blockForEvent timeout: Tab:Added r=gbrown
  2925. # [21:13] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2926. # [21:13] * armenzg_buildduty is now known as armenzg_brb
  2927. # [21:13] * Quits: Olipro (Olipro@moz-FD544BE3.catv.pool.telekom.hu) (Ping timeout)
  2928. # [21:13] * Quits: edmorley (edmorley@moz-5533EB98.range109-156.btcentralplus.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  2929. # [21:13] * Quits: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP) (Quit: Leaving...)
  2930. # [21:14] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Ping timeout)
  2931. # [21:14] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2932. # [21:15] * sheeri-afk is now known as sheeri
  2933. # [21:17] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2934. # [21:18] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  2935. # [21:18] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2936. # [21:19] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Ping timeout)
  2937. # [21:20] * Quits: darfia_ (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP) (Ping timeout)
  2938. # [21:20] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2939. # [21:20] <joduinn> jprmc: overholt ping?
  2940. # [21:20] <overholt> joduinn, pong
  2941. # [21:21] * Joins: Olipro (Olipro@moz-9600CCC3.catv.pool.telekom.hu)
  2942. # [21:21] <joduinn> hey, you are both in MoTo today. when good time for you two to meet hwine and myself about 821898 ?
  2943. # [21:22] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  2944. # [21:22] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  2945. # [21:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7e9a42a9cec7 - Maire Reavy - bug 822956 - correct chunk_remaining calculation r=ekr
  2946. # [21:23] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- In tests, 0x09 out of 0x0A l33t h4x0rz prefer it :))
  2947. # [21:23] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  2948. # [21:23] * Joins: victorporof_ (victorporo@DE7A1C56.880C8D58.79933D60.IP)
  2949. # [21:23] * Joins: mbrubeck (mbrubeck@moz-45568FC0.hsd1.wa.comcast.net)
  2950. # [21:23] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2951. # [21:23] <overholt> joduinn, jprmc is WFH today and I think he intended it just to be you and him discussing. I'm happy to join if need be, though.
  2952. # [21:24] <overholt> joduinn, FWIW you know it's bb+ again, right?
  2953. # [21:24] * jmaher is now known as jmaher|brb
  2954. # [21:24] <joduinn> yeah, i didnt get full context from him - it was v.quick - but something about wanting to not have it bb+
  2955. # [21:24] * Quits: victorporof (victorporo@D03AED0B.B0D0881A.79933D60.IP) (Ping timeout)
  2956. # [21:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4b2611eed98a - Ben Turner - Bug 813867 - 'Report memory for web workers that use ctypes'. r=jlebar+jorendorff.
  2957. # [21:25] <joduinn> its gone back/forth several times, so i want all in one room to stop the back/forth and just resolve this
  2958. # [21:25] <jlebar> bent: Can I a+ that patch?
  2959. # [21:25] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2960. # [21:25] <bent> jlebar, sure, might want to wait until it runs through inbound though
  2961. # [21:25] <jlebar> bent: :)
  2962. # [21:25] <bent> jlebar, it was totally green on try
  2963. # [21:25] <jlebar> bent: Testing completed: None.
  2964. # [21:25] <bent> so i'm not expecting anything
  2965. # [21:25] <jlebar> Cool.
  2966. # [21:26] <jlebar> bent: And, yay.
  2967. # [21:26] <bent> :)
  2968. # [21:26] * ted sets mode: -b AutomatedTester|away!*@*
  2969. # [21:28] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2970. # [21:30] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2971. # [21:30] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  2972. # [21:30] * armenzg_brb is now known as armenzg_buildduty
  2973. # [21:30] <bent> jlebar, so what flags do i need to set to get this approved?
  2974. # [21:31] <jlebar> bent: approval-aurora? and approval-b2g18?
  2975. # [21:31] * Joins: mw22 (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl)
  2976. # [21:31] * Quits: mbrubeck (mbrubeck@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  2977. # [21:31] <bent> k
  2978. # [21:32] * Joins: wolfiR (wolfiR@moz-5FA292EB.saalf.dyn.salzburg-online.at)
  2979. # [21:33] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2980. # [21:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/587a0a974cf8 - Neil Rashbrook - Bug 826541 Suboptimal string copying in nsAttrValue::ToString r=bz
  2981. # [21:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ac810061a175 - Neil Rashbrook - Bug 826479 Assertion failure: mInitialized when using Ctrl+Middle-click paste r=ehsan
  2982. # [21:35] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  2983. # [21:35] * Joins: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP)
  2984. # [21:35] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2985. # [21:35] * Quits: JeroenDeDauw (j@moz-4CA86865.dip.t-dialin.net) (Quit: Leaving.)
  2986. # [21:35] <bent> jlebar, done
  2987. # [21:35] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  2988. # [21:37] <jlebar> bent: and done. Thanks again for that patch.
  2989. # [21:37] * Quits: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP) (Quit: jfkthame)
  2990. # [21:37] <bent> you bet
  2991. # [21:37] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  2992. # [21:38] <bent> jlebar, btw, any indication that ril_worker or wifi_worker or whatever are responsible for those occasional hig memory spikes?
  2993. # [21:38] <bent> s/hig/high/
  2994. # [21:38] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  2995. # [21:38] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  2996. # [21:39] * jmaher|brb is now known as jmaher
  2997. # [21:39] * bz is now known as bz_away
  2998. # [21:40] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  2999. # [21:40] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  3000. # [21:40] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  3001. # [21:41] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  3002. # [21:41] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3003. # [21:41] <glandium> Callek: you don't do TB, do you?
  3004. # [21:42] * Quits: victorporof_ (victorporo@DE7A1C56.880C8D58.79933D60.IP) (Quit: victorporof_)
  3005. # [21:42] * Quits: @bz_away (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net) (Ping timeout)
  3006. # [21:43] * Joins: ehugg_lime (ehugg_lime@D6EB3A64.4F0DA528.43B20542.IP)
  3007. # [21:44] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3008. # [21:45] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3009. # [21:45] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3010. # [21:46] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  3011. # [21:47] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  3012. # [21:47] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  3013. # [21:48] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  3014. # [21:49] * jgriffin-foodz is now known as jgriffin
  3015. # [21:49] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3016. # [21:49] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  3017. # [21:49] * Joins: FabioMagnoni (fabiomagno@A094AEA5.AFB33EF4.8AF99142.IP)
  3018. # [21:50] * Quits: FabioMagnoni (fabiomagno@A094AEA5.AFB33EF4.8AF99142.IP) (Quit: FabioMagnoni)
  3019. # [21:50] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  3020. # [21:50] <Callek> glandium: context?
  3021. # [21:50] <glandium> Callek: i spotted something very wrong for next TB 10esr, and Standard8 is not around
  3022. # [21:50] <Callek> glandium: I am not a dev/driver of TB itself, but I have review rights to build-config inside mail/ as well (with the understanding that I punt a certain subset of patches that affect the product directly)
  3023. # [21:51] <Callek> glandium: shoot/tell me
  3024. # [21:51] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3025. # [21:51] <Callek> glandium: I can't promise much from me, but happy to tell/answer Q's where I can
  3026. # [21:51] * Quits: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP) (Quit: ejpbruel)
  3027. # [21:51] <Callek> glandium: (also #maildev is a good place)
  3028. # [21:52] <glandium> Callek: the THUNDERBIRD_10_0_12esr_RELEASE tag essentially points to the same thing as THUNDERBIRD_10_0_11esr_RELEASE, except for a version bump
  3029. # [21:52] <Callek> glandium: which repo, or all repos?
  3030. # [21:53] <glandium> Callek: mozilla-esr10
  3031. # [21:53] * Callek compares what releng built with what mark signed off
  3032. # [21:54] * Quits: ehugg_lime (ehugg_lime@D6EB3A64.4F0DA528.43B20542.IP) (Ping timeout)
  3033. # [21:54] * Joins: teoli (teoli@BCD2C715.65189F53.F1085784.IP)
  3034. # [21:54] <Callek> as in if he signed off on that releng doesn't do a change until he tells us different :/
  3035. # [21:54] <jesup> jlebar: ping
  3036. # [21:55] <jlebar> jesup: hi
  3037. # [21:55] <Callek> glandium: indeed its our fault, TB 10.0.12 ESR should have been on same m-esr10 cset per mails
  3038. # [21:55] * Callek passes info along
  3039. # [21:56] <jesup> jlebar: you up for a trivial pref-flip review in Navigator.cpp? I was going to hit up bz, but he's off
  3040. # [21:56] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3041. # [21:56] <glandium> Callek: thanks
  3042. # [21:57] <jlebar> jesup: sure, hit me up.
  3043. # [21:57] * baku|away is now known as baku
  3044. # [21:57] <Ms2ger> jesup, peerconnection?
  3045. # [21:57] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3046. # [21:57] <jesup> getUserMedia
  3047. # [21:58] <Ms2ger> Please ask bz too
  3048. # [21:58] * Joins: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com)
  3049. # [21:58] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3050. # [21:59] * nmatsakis|lunch is now known as nmatsakis
  3051. # [21:59] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  3052. # [22:01] <jesup> Ms2ger: I can, though please explain your reasoning.
  3053. # [22:02] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3054. # [22:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3e4d1302c992 - Mike Conley - Bug 826729 - about:downloads download item buttons look strange, and context menus don't update. r=mak.
  3055. # [22:02] * Joins: mcomella (mcomella@moz-F9E82323.nwrknj.fios.verizon.net)
  3056. # [22:02] * Quits: Ms2ger (Ms2ger@moz-FC5CADCC.adsl-dyn.isp.belgacom.be) (Quit: nn)
  3057. # [22:03] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  3058. # [22:03] * Joins: souradeep_ (souradeep@6C1592C7.84CC2654.47324136.IP)
  3059. # [22:03] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3060. # [22:03] * souradeep_ is now known as souradeep
  3061. # [22:04] * Joins: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP)
  3062. # [22:04] * Quits: wolfiR (wolfiR@moz-5FA292EB.saalf.dyn.salzburg-online.at) (Quit: Leaving)
  3063. # [22:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a1f3bc9f0bb9 - Mike Hommey - Bug 826625 - Group rss/pss/vsize entries by filename in about:memory. r=jlebar
  3064. # [22:05] * Joins: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  3065. # [22:05] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Quit: bye)
  3066. # [22:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/27860b6b264d - Mike Hommey - Bug 824330 - Build services/ during the platform tier and enable services in xulrunner. r=blassey,r=bsmedberg,r=gps
  3067. # [22:05] <nemo> I wish the about:config filter also searched string values :(
  3068. # [22:06] <nemo> also I wish you could multi-select when resetting
  3069. # [22:06] <nemo> obv can do the latter from prefs.js
  3070. # [22:06] * Joins: sfink (chatzilla@moz-DC43860D.dsl.pltn13.sbcglobal.net)
  3071. # [22:06] <jlebar> jesup: I don't think I'm the right person to review that patch.
  3072. # [22:07] <jlebar> jesup: Despite its living in navigator, it /actually/ has to do with stuff that I'm not familiar with.
  3073. # [22:07] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3074. # [22:07] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3075. # [22:07] * baku is now known as baku|away
  3076. # [22:07] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3077. # [22:08] * Joins: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP)
  3078. # [22:08] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  3079. # [22:09] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3080. # [22:09] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3081. # [22:09] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  3082. # [22:10] * Quits: souradeep (souradeep@6C1592C7.84CC2654.47324136.IP) (Quit: Leaving)
  3083. # [22:11] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  3084. # [22:11] <jesup> jlebar: I'm the module owner for the code, so I'm open to know whom I should hit up then. :-) Before actually pushing this patch, there is a decision between myself/product/etc as to preffing the feature on (and our plan is to do so once we feel all the blocking bugs are resolved or resolving). I was mostly looking for a code review on the change, I wasn't asking you make the decision to...
  3085. # [22:11] <jesup> ...pref on :-)
  3086. # [22:11] <jesup> We've been coordinating with a lot of groups preparing for this
  3087. # [22:11] <jlebar> jesup: If you're the module owner, is there another peer? Or is it just you and bz?
  3088. # [22:11] <jlebar> jesup: If all you want is rs=me to flip "false" to "true", you have that.
  3089. # [22:12] * jlebar does not think jesup needs a code review on that, though. :)
  3090. # [22:12] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3091. # [22:12] <jesup> thanks. It is pretty trivial... just dotting my i's :-)
  3092. # [22:12] <jesup> I've seen bugs in 1-character patches, and I removed 4 and added 3!
  3093. # [22:13] <@gavin> jesup: shouldn't that change be to all.js, rather than the default used when no pref exists?
  3094. # [22:13] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3095. # [22:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2c7233ca6ffd - Ehsan Akhgari - Bug 826779 - Get DMD to build on Windows; r=bbondy
  3096. # [22:13] <@gavin> (given that the pref is in all.js and always exists, I don't think that second parameter to GetBool actually matters)
  3097. # [22:13] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3098. # [22:13] <jesup> ANd this is why I asked... :-)
  3099. # [22:14] * Joins: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP)
  3100. # [22:14] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3101. # [22:15] <jesup> I suspect i did a "chfind" on media.navigator.enabled, and didn't search js files.
  3102. # [22:15] * Quits: RealRaven (Thunderbir@1520BC1E.B715CAAF.C3498625.IP) (Quit: RealRaven)
  3103. # [22:16] * baku|away is now known as baku
  3104. # [22:17] <jlebar> jesup: while you're there, can you clean up the two instances of media.navigator.enabled in all.js?
  3105. # [22:17] <jesup> sure
  3106. # [22:17] <jlebar> Oh, I see.
  3107. # [22:17] <jlebar> Yeah, that can be cleaned up now.
  3108. # [22:18] <jlebar> jesup: Well, that was fun. :)
  3109. # [22:18] * Quits: tanvi (tanvi@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  3110. # [22:19] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3111. # [22:19] <jlebar> glandium: re 80 characters -- it isn't Friday afternoon yet; I'm not sure you want to open this can of worms. :)
  3112. # [22:19] * Quits: Olipro (Olipro@moz-9600CCC3.catv.pool.telekom.hu) (Quit: Don't flap your BGP at me sonny)
  3113. # [22:20] <jesup> Actually, I think that needs to stay for the moment, as you can --disable-webrtc and getUserMedia for still images on android should still work
  3114. # [22:20] <glandium> jlebar: friday is over here
  3115. # [22:20] <glandium> +,
  3116. # [22:20] * Joins: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl)
  3117. # [22:20] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  3118. # [22:20] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3119. # [22:20] * Joins: tanvi (tanvi@A5A0595A.66715431.D25A875A.IP)
  3120. # [22:20] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  3121. # [22:20] * Joins: wlach (wlach@moz-F5E9CE2D.sdsl.bell.ca)
  3122. # [22:21] * baku is now known as baku|away
  3123. # [22:21] * Joins: darfia (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP)
  3124. # [22:22] * Quits: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP) (Quit: jfkthame)
  3125. # [22:23] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  3126. # [22:24] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  3127. # [22:24] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3128. # [22:24] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving)
  3129. # [22:24] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3130. # [22:25] * Joins: Olipro (Olipro@moz-FD544BE3.catv.pool.telekom.hu)
  3131. # [22:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e9e8cb0ae492 - Kartikaya Gupta - Bug 826381 - Update test to go with cset 11f420dd6b47. r=fix-test
  3132. # [22:25] <jesup> jlebar: once more with feeling (Navigator might not be needed, but why not...)
  3133. # [22:26] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3134. # [22:26] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  3135. # [22:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7f2728cfad82 - Geoff Brown - Bug 824067 - Disable robocop testPasswordEncrypt for too many intermittent failures; DONTBUILD
  3136. # [22:26] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  3137. # [22:27] <tanvi> smaug: i think document.open pages turn into wyciwyg. I go to https://people.mozilla.com/~tvyas/mixeddocument.html and click the button for "New Document". Then shut down the browser, the browser Restore Session page that shows up when I open the browser again has the link wyciwyg://0/https://people.mozilla.com/~tvyas/mixeddocument.html
  3138. # [22:27] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  3139. # [22:27] * Joins: Waldo (waldo@A7FF738E.5C0CF90A.E37BE9B2.IP)
  3140. # [22:28] <tanvi> on clicking restore, a tab opens with https://people.mozilla.com/~tvyas/mixeddocument.html
  3141. # [22:28] <tanvi> sorry, with wyciwyg://0/https://people.http://mozilla.com/~tvyas/mixeddocument.html
  3142. # [22:28] * Quits: Olipro (Olipro@moz-FD544BE3.catv.pool.telekom.hu) (Ping timeout)
  3143. # [22:28] <jlebar> jesup: do you want that value to be true by default if not MOZ_WEBRTC?
  3144. # [22:28] <@smaug> tanvi: yes, document.open creates wyciwyg channel
  3145. # [22:28] * Joins: dholbert_ (dholbert@2557E599.66715431.D25A875A.IP)
  3146. # [22:28] <@smaug> see the code in nsHTMLDocument::Open
  3147. # [22:28] <jlebar> jesup: 'cause that's the effect of flipping the navigator bits.
  3148. # [22:29] * spohl-afk is now known as spohl
  3149. # [22:29] <bent> jlebar, i'm not sure i can get this on b2g18 yet
  3150. # [22:29] * Quits: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl) (Quit: ejpbruel)
  3151. # [22:29] <@smaug> tanvi: but why are we trying *load that* url when we allow mixed mode
  3152. # [22:29] <@smaug> and not the original url
  3153. # [22:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4fd475c2a94a - Chris Jones - Bug 824224: Always log protocol errors. r=bent
  3154. # [22:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/496d7707ded1 - Chris Jones - Bug 824224: Make mozalloc_abort() not MOZ_NORETURN and log errors to logcat. r=glandium
  3155. # [22:29] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3156. # [22:29] <jlebar> bent: Yeah, triple-landing is fun.
  3157. # [22:30] <bent> jlebar, we may need 714050
  3158. # [22:30] * Quits: dholbert_ (dholbert@2557E599.66715431.D25A875A.IP) (Quit: Ex-Chat)
  3159. # [22:30] <tanvi> smaug: because we are calling BrowserReloadWithFlags on the current page from browser.js. Not from the original location
  3160. # [22:30] * Joins: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP)
  3161. # [22:31] <jesup> jlebar: if --disable-webrtc, then (on desktop) we have no getUserMedia (or peerconnection) anyways, so the value is irrelevant. The only other option is to #ifdef the GetBool
  3162. # [22:31] <@smaug> tanvi: shouldn't we use the original url there
  3163. # [22:31] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3164. # [22:31] <@smaug> for this case
  3165. # [22:31] <jlebar> jesup: Or to leave the GetBool as it is...
  3166. # [22:31] <tanvi> smaug: so put in a check to see if scheme is wyciwyg, and if it is, then what?
  3167. # [22:32] <tanvi> smaug: go back a page and keep going back until we have a page without a wyciwyg scheme?
  3168. # [22:32] <tanvi> smaug: in browser.js
  3169. # [22:32] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  3170. # [22:32] <jesup> jlebar: does the GetBool(...true) flip it permanently? Or just for this run?
  3171. # [22:32] <@smaug> hmm, thinking
  3172. # [22:33] <jlebar> jesup: GetBool(..., true) means "return true if the pref is not defined, and otherwise return the pref value.)
  3173. # [22:33] <jlebar> s/.)/."/
  3174. # [22:33] <jesup> So pretty much the true/false is irrelevant
  3175. # [22:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5a7b468178a2 - Kartikaya Gupta - Bug 826381 - Update more tests to go with cset 11f420dd6b47. r=fix-test
  3176. # [22:33] <jesup> in this case
  3177. # [22:33] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Ping timeout)
  3178. # [22:33] <jlebar> jesup: True/false has no effect unless !defined WEBRTC && !defined ANDROID.
  3179. # [22:34] * whimboo|afk is now known as whimboo
  3180. # [22:34] <jlebar> jesup: If you're saying that in that case, true/false also has no effect, then yes, true/false has no effect at all. :)
  3181. # [22:34] <jesup> So we don't *need* to change it. (!MOZ_WEBRTC and !ANDROID is a valid combo, but in that combo nothing cares)
  3182. # [22:34] * Joins: Matti (chatzilla@moz-27385754.dip.t-dialin.net)
  3183. # [22:35] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  3184. # [22:35] <jlebar> jesup: The question is simply, what's a reasonable default? ISTM that a reasonable default would be no webrtc and no android --> disable this flag.
  3185. # [22:35] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3186. # [22:35] <jesup> agreed
  3187. # [22:35] <jesup> I'll remove it
  3188. # [22:35] * Joins: Olipro (Olipro@moz-9600CCC3.catv.pool.telekom.hu)
  3189. # [22:36] * aki is now known as aki|food
  3190. # [22:36] <@smaug> tanvi: über-ugly would be to get the original url from wyciwyg url
  3191. # [22:36] <jesup> new patch exported
  3192. # [22:37] <@smaug> looking some code to see if there is easy way to access the original url
  3193. # [22:37] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3194. # [22:37] <tanvi> maybe we can get the location from the back button in browser.js … let https://mxr.mozilla.org/mozilla-central/ident?i=backButton = https://mxr.mozilla.org/mozilla-central/ident?i=document.https://mxr.mozilla.org/mozilla-central/ident?i=getElementById("back-button");
  3195. # [22:37] <@smaug> tanvi: nsIDocument GetOriginalURI ?
  3196. # [22:37] <tanvi> smaug: ay - let backButton = document.getElementById("back-button");
  3197. # [22:38] <@smaug> tanvi: this all should probably happen in docshell
  3198. # [22:38] <tanvi> okay
  3199. # [22:38] <tanvi> let me see
  3200. # [22:38] <@smaug> so that browser code wouldn't need to add hacks
  3201. # [22:38] <@smaug> IMO
  3202. # [22:38] <@smaug> let me check how originalURI is handled when document.open is called
  3203. # [22:38] <tanvi> smaug: okay
  3204. # [22:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c43c4835dafd - Nathan Froyd - Bug 826439 - use floats instead of doubles for exponential histogram statistic calculations; r=vdjeric
  3205. # [22:39] * Quits: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP) (Quit: Leaving.)
  3206. # [22:39] <jesup> jlebar: danka
  3207. # [22:40] <jlebar> jesup: sorry that was harder than it should have been. :)
  3208. # [22:40] <@smaug> tanvi: bah, doesn't seem to work. We end up clearing originalURI
  3209. # [22:40] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  3210. # [22:40] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3211. # [22:41] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  3212. # [22:42] * Joins: Jesse (jruderman@moz-E31CD2CB.mozilla.org)
  3213. # [22:42] <tanvi> smaug: hmm
  3214. # [22:42] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3215. # [22:42] <@smaug> tanvi: have you tried if the load would be reload and not normal load?
  3216. # [22:42] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3217. # [22:42] <jlebar> woot, review queue is empty.
  3218. # [22:43] <@smaug> similar reload as what shift+reload does
  3219. # [22:43] <tanvi> if i just reload, it works fine
  3220. # [22:43] * Quits: ddahl (ddahl@moz-6D6AEA10.hsd1.il.comcast.net) (Ping timeout)
  3221. # [22:43] <tanvi> if i hit enter in the url bar, the original url is loaded
  3222. # [22:44] <tanvi> smaug: so i could try to change it LOAD_CMD_RELOAD
  3223. # [22:44] * Joins: smaug_ (chatzilla@moz-78A86AC.pp.htv.fi)
  3224. # [22:44] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  3225. # [22:44] * smaug_ is now known as smaug
  3226. # [22:44] <tanvi> i mean LOAD_RELOAD_NORMAL or i can put in another condition on the if statement in InternalLoad
  3227. # [22:44] * Joins: ddahl (ddahl@moz-6D6AEA10.hsd1.il.comcast.net)
  3228. # [22:45] * smaug is now known as IRCMonkey48466
  3229. # [22:45] * Quits: IRCMonkey48466 (chatzilla@moz-78A86AC.pp.htv.fi) (Quit: Reconnecting…)
  3230. # [22:45] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3231. # [22:46] * Quits: crussell (colby@BBA46C1.57F30063.93A38F79.IP) (Ping timeout)
  3232. # [22:46] * Quits: ddahl (ddahl@moz-6D6AEA10.hsd1.il.comcast.net) (Ping timeout)
  3233. # [22:47] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  3234. # [22:47] * ChanServ sets mode: +o smaug
  3235. # [22:47] <@smaug> tanvi: sorry. back now
  3236. # [22:47] * Quits: graememcc (chatzilla@moz-831685C3.range86-128.btcentralplus.com) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121129165506])
  3237. # [22:47] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3238. # [22:48] * jmaher is now known as jmaher|afk
  3239. # [22:48] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  3240. # [22:48] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  3241. # [22:49] <tanvi> smaug: if i hit enter in the url bar, the original url is loaded. if i just reload or shift reload, it works fine
  3242. # [22:49] <tanvi> smaug: so i could try to change it LOAD_CMD_RELOAD
  3243. # [22:49] <tanvi> smaug: i mean LOAD_RELOAD_NORMAL or i can put in another condition on the if statement in InternalLoad
  3244. # [22:49] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  3245. # [22:50] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3246. # [22:50] <@smaug> tanvi: yeah
  3247. # [22:51] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3248. # [22:51] <tanvi> which one? use the reload flag or add somethign to the if? i'd rather add a condition to the if instead of using the reload flag. for the resaons we discussed yesterday
  3249. # [22:51] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  3250. # [22:51] <jesup> jlebar: no, this was good. I had this tickle in my brain that changing the prefs had some gotchas :-)
  3251. # [22:51] <@smaug> tanvi: don't change the if
  3252. # [22:52] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3253. # [22:52] <@smaug> hmm
  3254. # [22:52] * Joins: ddahl (ddahl@moz-6D6AEA10.hsd1.il.comcast.net)
  3255. # [22:52] <@smaug> tanvi: looking some more code ... :)
  3256. # [22:52] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3257. # [22:53] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  3258. # [22:54] <@smaug> tanvi: loading wyciwyg explicitly would be odd
  3259. # [22:55] * aki|food is now known as aki
  3260. # [22:56] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3261. # [22:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fe4e809058e0 - Jeff Hammel - Bug 811527 - generate_diff.py does not ensure that m-c mirror of mozbase is internally compatible;r=wlach ; DONTBUILD because NPOTB
  3262. # [22:57] <tanvi> smaug: i'm going to try LOAD_CMD_RELOAD and see what happens
  3263. # [22:57] <@smaug> tanvi so we want something like LOAD_RELOAD_BYPASS_CACHE
  3264. # [22:57] <@smaug> but with the mixed mode stuff
  3265. # [22:57] * Quits: past (Instantbir@moz-7BCD7DED.dsl.dyn.forthnet.gr) (Ping timeout)
  3266. # [22:57] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3267. # [22:59] * IRCMonkey21848 is now known as rhelmer
  3268. # [22:59] <@smaug> tanvi: you may need to update if() in few places like http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#9841
  3269. # [22:59] <tanvi> with LOAD_CMD_RELOAD it works.
  3270. # [23:00] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  3271. # [23:00] <tanvi> smaug: but you are saying we should make a new load type
  3272. # [23:00] * rhelmer is now known as IRCMonkey44892
  3273. # [23:01] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3274. # [23:01] <@smaug> tanvi: you just modified your new load type to have LOAD_CMD_RELOAD, right?
  3275. # [23:01] <tanvi> smaug: like LOAD_MIXED_CONTENT_BYPASS_CACHE = MAKE_LOAD_TYPE(nsIDocShell::LOAD_CMD_RELOAD, nsIWebNavigation::LOAD_FLAGS_BYPASS_CACHE | nsIWebNavigation::LOAD_FLAGS_ALLOW_MIXED_CONTENT)
  3276. # [23:01] <tanvi> smaug: yes
  3277. # [23:02] <@smaug> ah you have LOAD_RELOAD_BYPASS_CACHE already
  3278. # [23:02] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3279. # [23:02] <@smaug> ah, ok, it should work then
  3280. # [23:02] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3281. # [23:02] <@smaug> (no need to change http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#9841)
  3282. # [23:03] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  3283. # [23:03] <@smaug> (we have way too many flags.)
  3284. # [23:03] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  3285. # [23:03] <@smaug> (and types.)
  3286. # [23:03] <tanvi> smaug: wait what? we have LOAD_RELOAD_BYPASS_CACHE here - http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShellLoadTypes.h#53
  3287. # [23:03] <tanvi> but i'm using LOAD_MIXED_CONTENT right now which is MAKE_LOAD_TYPE(nsIDocShell::LOAD_CMD_NORMAL, nsIWebNavigation::LOAD_FLAGS_ALLOW_MIXED_CONTENT),
  3288. # [23:04] * Joins: JeroenDeDauw (j@48B3B779.7F30C8BF.172227A7.IP)
  3289. # [23:04] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  3290. # [23:04] <@smaug> argh
  3291. # [23:04] <@smaug> right
  3292. # [23:04] <@smaug> we have nsIWebNavigation::LOAD_FLAGS_BYPASS_CACHE and LoadType LOAD_RELOAD_BYPASS_CACHE
  3293. # [23:05] <tanvi> which is why we may need yet another load type for the document.open case…. LOAD_MIXED_CONTENT_BYPASS_CACHE = MAKE_LOAD_TYPE(nsIDocShell::LOAD_CMD_RELOAD, nsIWebNavigation::LOAD_FLAGS_BYPASS_CACHE | nsIWebNavigation::LOAD_FLAGS_ALLOW_MIXED_CONTENT)
  3294. # [23:05] <@smaug> why new?
  3295. # [23:05] <@smaug> just update whatever you have now
  3296. # [23:05] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  3297. # [23:06] <@smaug> but update docshell code after all in http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#9841 and elsewhere
  3298. # [23:06] <tanvi> so that all mixed content loads will bypass the cache?
  3299. # [23:06] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3300. # [23:06] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  3301. # [23:07] <tanvi> smaug: so update the one i already have to LOAD_MIXED_CONTENT = MAKE_LOAD_TYPE(nsIDocShell::LOAD_CMD_NORMAL, nsIWebNavigation::LOAD_FLAGS_ALLOW_MIXED_CONTENT | nsIWebNavigation::LOAD_FLAGS_BYPASS_CACHE), and then add LOAD_MIXED_CONTENT to some of the if's for bypass cache in nsDocShell?
  3302. # [23:07] <@smaug> I was thinking that behavior
  3303. # [23:07] <@smaug> that was about non caching
  3304. # [23:07] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Ping timeout)
  3305. # [23:07] * ekr_ is now known as ekr
  3306. # [23:07] <@smaug> we want to add just one type
  3307. # [23:07] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3308. # [23:08] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  3309. # [23:08] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3310. # [23:08] * Quits: darfia (darfia@8DD9DAA7.88C10E9.F9B76BD1.IP) (Ping timeout)
  3311. # [23:08] <tanvi> so keep LOAD_MIXED_CONTENT as it is -> LOAD_MIXED_CONTENT= MAKE_LOAD_TYPE(nsIDocShell::LOAD_CMD_NORMAL, nsIWebNavigation::LOAD_FLAGS_ALLOW_MIXED_CONTENT )
  3312. # [23:08] * Joins: past (Instantbir@moz-7BCD7DED.dsl.dyn.forthnet.gr)
  3313. # [23:09] <@smaug> s/LOAD_CMD_NORMAL/LOAD_CMD_RELOAD/ perhaps?
  3314. # [23:09] <tanvi> ah yes
  3315. # [23:09] <tanvi> okay
  3316. # [23:09] <@smaug> and update http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#9841 etc to handle the new type
  3317. # [23:10] <tanvi> smaug: sounds good
  3318. # [23:10] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3319. # [23:10] <tanvi> smaug: phew! thanks :) sorry that was so confusing
  3320. # [23:10] <@smaug> perhaps the new type should be called LOAD_RELOAD_ALLOW_MIXED_CONTENT ?
  3321. # [23:10] <@smaug> this is confusing
  3322. # [23:10] * Quits: Boriss (FlyingToas@88F51059.F3BBB17D.144F44FA.IP) (Quit: Boriss)
  3323. # [23:10] * cpeterson is now known as cpeterson|lunch
  3324. # [23:10] <@smaug> cleaning up docshell is in my todo list but I've never had time for that
  3325. # [23:11] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  3326. # [23:12] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3327. # [23:12] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  3328. # [23:12] * Joins: victorporof (victorporo@DE7A1C56.880C8D58.79933D60.IP)
  3329. # [23:13] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3330. # [23:14] <tanvi> smaug: now, back to your bug comment about not setting the flag if the docshell is not root. in the case of nsHTMLDocument::Open(), if the docshell is not root, we shoudln't set the flag. can you think of an example where this would happen?
  3331. # [23:14] <@smaug> (luckily after this all tanvi knows docshell code well and obviously wants to clean it up ;) )
  3332. # [23:14] <tanvi> smaug: haha. we will see ;)
  3333. # [23:14] * Quits: victorporof (victorporo@DE7A1C56.880C8D58.79933D60.IP) (Ping timeout)
  3334. # [23:14] <@smaug> tanvi: in an iframe do document.open
  3335. # [23:14] * IRCMonkey44892 is now known as rhelmer
  3336. # [23:15] <tanvi> okay
  3337. # [23:15] <tanvi> i have a couple examples for that - http://people.mozilla.com/~tvyas/iframedocumentopen.html, people.mozilla.com/~tvyas/iframedocumentopen2.html
  3338. # [23:15] <tanvi> i'll update the code per your comment and make sure those test cases still work
  3339. # [23:16] <tanvi> i pushed to try yesterday and i'm breaking a scratchpad mochitest. after i've made all the updates we just talked about, i've got to figure out whats going on with scratchpad
  3340. # [23:17] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3341. # [23:17] <@smaug> scratchpad? huh
  3342. # [23:17] * Joins: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net)
  3343. # [23:18] * rail is now known as rail_away
  3344. # [23:18] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3345. # [23:18] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3346. # [23:19] <gps> xpcom noob question: I want to blindly unregister a factory via nsIComponentRegistrar.unregisterFactory. how do I get the currently registered factory?
  3347. # [23:20] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  3348. # [23:21] <Mossop> gps: Components.manager.getClassObjectByContractID(<contract ID>, Ci.nsIFactory)
  3349. # [23:21] <Mossop> IIRC
  3350. # [23:21] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3351. # [23:21] <gps> Mossop: the IDL comments seem to indicate you are correct. lemme try that..
  3352. # [23:22] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3353. # [23:22] * Quits: jfkthame (jfkthame@540D50D0.3C8CD283.9542EC20.IP) (Quit: jfkthame)
  3354. # [23:22] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  3355. # [23:23] * Joins: nmatsakis (nmatsakis@moz-EA063460.hsd1.ca.comcast.net)
  3356. # [23:23] * Quits: teoli (teoli@BCD2C715.65189F53.F1085784.IP) (Input/output error)
  3357. # [23:23] * cpeterson|lunch is now known as cpeterson
  3358. # [23:23] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3359. # [23:24] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Ping timeout)
  3360. # [23:25] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  3361. # [23:25] * Quits: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  3362. # [23:25] * Joins: myk (myk@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3363. # [23:27] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3364. # [23:27] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  3365. # [23:27] * Quits: Pike (Pike@moz-31ED49F4.pool.mediaways.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  3366. # [23:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2a2fdd3161f8 - David Zbarsky - Bug 824327: Convert SVGTitleElement to WebIDL r=bz
  3367. # [23:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c4470a13f216 - David Zbarsky - Bug 824327: Convert SVGMetadataElement to WebIDL r=bz
  3368. # [23:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/60c936f77dce - David Zbarsky - Bug 824327: Convert SVGDescElement to WebIDL r=bz
  3369. # [23:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/13acd3b74386 - David Zbarsky - Bug 824327: Convert SVGMPathElement to WebIDL r=bz
  3370. # [23:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/00e9c72fa410 - David Zbarsky - Bug 824327: Convert SVGStopElement to WebIDL r=bz
  3371. # [23:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/83dd11d6dc7f - David Zbarsky - Bug 824327: Convert SVGStyleElement to WebIDL r=bz
  3372. # [23:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/68ded29fc68e - David Zbarsky - Bug 824327: Add a namespaced version of NS_NewSVGXXXElement r=bz
  3373. # [23:28] <@smaug> ++the Zbarsky brothers
  3374. # [23:29] <jhammel> :)
  3375. # [23:29] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3376. # [23:30] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: . . . ........)
  3377. # [23:30] * geekboy is now known as geekboy|afk
  3378. # [23:30] * gregglind is now known as gregglind_away
  3379. # [23:30] * Quits: Nefzaoui (chatzilla@85C60CB3.18718C4C.D9343D67.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  3380. # [23:30] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  3381. # [23:30] <@dolske> I loved playing Super Zbarsky Brothers on the n64.
  3382. # [23:31] <dholbert> dolske++
  3383. # [23:31] * Quits: tanvi (tanvi@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  3384. # [23:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2428a69911d7 - Gregor Wagner - Bug 825840 - [build] Mac Gecko build an flash are broken. r=philikon
  3385. # [23:31] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  3386. # [23:31] * ChanServ sets mode: +o smaug
  3387. # [23:31] * Joins: efes (efes@moz-47A72E1E.dynamic.chello.pl)
  3388. # [23:32] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3389. # [23:33] * Joins: FabioMagnoni (fabiomagno@A094AEA5.AFB33EF4.8AF99142.IP)
  3390. # [23:34] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3391. # [23:35] <gps> Mossop: worked like a charm!
  3392. # [23:35] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  3393. # [23:37] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3394. # [23:38] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3395. # [23:39] * Parts: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  3396. # [23:39] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3397. # [23:39] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  3398. # [23:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/850b01396805 - Steven Michaud - Bug 825734 - Plugins stop rendering when top half of plugin scrolled off top of page, in HiDPI mode. r=jfkthame
  3399. # [23:40] <dholbert> dolske, just watch out for their evil twins Wavid and Woris
  3400. # [23:40] <mconnor> building on Windows, getting seemingly-random permission denied errors on random files. is this common/known?
  3401. # [23:41] <Mossop> mconnor: Do you have crashplan installed?
  3402. # [23:41] <mconnor> Mossop: I don't think so
  3403. # [23:41] * Joins: jlmendezbonini (textual@517EDF4A.BB24F5CF.A5E341F9.IP)
  3404. # [23:41] * Joins: csmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  3405. # [23:41] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Ping timeout)
  3406. # [23:41] <mconnor> Mossop: and I disabled indexing. I think.
  3407. # [23:41] <@dolske> using pymake/mach, I assume?
  3408. # [23:41] <mconnor> dolske: yeah
  3409. # [23:41] <Mossop> Any other AV or backup toolthat might be accessing files immediately after they are created?
  3410. # [23:42] <mconnor> no AC
  3411. # [23:42] <mconnor> AV
  3412. # [23:42] <mconnor> hmm, maybe windows antimalware?
  3413. # [23:42] <Mossop> That reminds me, I should set up backup
  3414. # [23:42] <gps> mconnor: stop what you are doing and install Microsoft Security Essentials
  3415. # [23:42] * Joins: victorporof (victorporo@DE7A1C56.880C8D58.79933D60.IP)
  3416. # [23:42] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3417. # [23:43] <mconnor> gps: it's installed
  3418. # [23:43] <jhammel> gps: is that one of those oxford morons?
  3419. # [23:43] * whimboo is now known as whimboo|afk
  3420. # [23:43] * Quits: jlmendezbonini (textual@517EDF4A.BB24F5CF.A5E341F9.IP) (Ping timeout)
  3421. # [23:43] <gps> mconnor: are the permissions errors in srcdir or objdir?
  3422. # [23:44] <mconnor> gps: objdir
  3423. # [23:44] <gps> which files?
  3424. # [23:44] <mconnor> just added /trees to exclusions for MSE
  3425. # [23:44] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3426. # [23:44] <mconnor> various IDLs now, it's different each time.
  3427. # [23:44] <@dolske> aww yeah, I read /r/trees too! ^5
  3428. # [23:44] <@dolske> ahem
  3429. # [23:45] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3430. # [23:45] * Quits: trevorh (trevor@moz-BE9D42CA.qld.bigpond.net.au) (Ping timeout)
  3431. # [23:45] <gps> mconnor: that's most weird
  3432. # [23:45] <mconnor> gps: yes, indeed
  3433. # [23:46] * Joins: trevorh (trevor@moz-F53F6AE9.lns8.cha.bigpond.net.au)
  3434. # [23:46] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  3435. # [23:46] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  3436. # [23:46] <mconnor> gps: starting to wonder if it's just this laptop starting to die
  3437. # [23:47] * Quits: ehugg (chatzilla@DE362BE6.29102B70.6CD50604.IP) (Input/output error)
  3438. # [23:47] <mconnor> was working fine yesterday, today it hasn't finished a build
  3439. # [23:47] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3440. # [23:48] <@dolske> have you tried rebooting? (totally being serious)
  3441. # [23:49] * Quits: victorporof (victorporo@DE7A1C56.880C8D58.79933D60.IP) (Ping timeout)
  3442. # [23:49] <mconnor> dolske: ... no
  3443. # [23:49] <mconnor> that's sad, but... ok
  3444. # [23:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/012ce2bf7607 - Richard Newman - Bug 826421 - Remove Places onBeforeDeleteURI and onBeforeItemRemoved notifications in Sync. r=mak
  3445. # [23:49] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3446. # [23:49] * Quits: paolo (paolo@moz-88DFF4B.retail.telecomitalia.it) (Client exited)
  3447. # [23:49] * jgilbert_ is now known as jgilbert
  3448. # [23:49] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  3449. # [23:49] * Quits: bbondy2 (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3450. # [23:51] * armenzg_buildduty is now known as armenzg_afk
  3451. # [23:52] * sheeri is now known as sheeri-afk
  3452. # [23:52] * Quits: armenzg_afk (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Input/output error)
  3453. # [23:52] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  3454. # [23:52] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3455. # [23:53] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3456. # [23:53] * Quits: jrmuizel_ (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3457. # [23:54] * Quits: Optimizer (Optimizer@CE9407F2.D1B67D4C.274D17D6.IP) (Ping timeout)
  3458. # [23:54] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3459. # [23:55] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  3460. # [23:55] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  3461. # [23:55] <dhylands> ehsan: ping
  3462. # [23:57] <@ehsan> dhylands: hi
  3463. # [23:57] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  3464. # [23:58] * Joins: Optimizer (Optimizer@A850D38B.74E49D06.274D17D6.IP)
  3465. # [23:58] * Quits: marco (Thunderbir@moz-E76507EB.cust.dsl.teletu.it) (Ping timeout)
  3466. # [23:58] <dhylands> ehsan: Question about the updater. I'm starting on bug 802423 and I was going to make the launcher either use an env var or a command line arg to pass in the nice value. I was wondering if you had any preference?
  3467. # [23:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1308210aefb4 - Aaron Klotz - Bug 805591 - Win32 implementation of the Plugin Hang UI r=bsmedberg,bbondy
  3468. # [23:59] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  3469. # [23:59] <@ehsan> dhylands: env vars if possible, the command line is already terrible enough!
  3470. # Session Close: Sat Jan 05 00:00:01 2013

The end :)