/irc-logs / mozilla / #developers / 2012-12-08 / end

Options:

  1. # Session Start: Sat Dec 08 00:00:01 2012
  2. # Session Ident: #developers
  3. # [00:00] * Quits: jprmc (jprmc@C74B05D6.81C579B6.DA78B690.IP) (Ping timeout)
  4. # [00:00] * Joins: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net)
  5. # [00:00] <jduell> mwu: so in bug 533038 you changed JARChannel::CreateJarInput in such a way that the cloned nsIFile is not used any more. Was that a bug, or should we remove clone?
  6. # [00:00] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  7. # [00:00] <jcranmer> tbsaunde: underlying types in enums dates back to MSVC 2005 or 2008
  8. # [00:00] * Quits: alanp (alanp@7779765C.6222B283.687958AC.IP) (Connection reset by peer)
  9. # [00:00] <jduell> mwu: see http://mxr.mozilla.org/mozilla-central/source/modules/libjar/nsJARChannel.cpp#256
  10. # [00:00] <jcranmer> it's actually gcc 4.4 that holds us back there IIRC
  11. # [00:00] <@dolske> bholley: hmm, should be fine. I _think_ the idea there was just to make sure that if someone had their own implementation of nsILoginInfo, that things would work even if they didn't provide the then-new nsILoginMetaInfo on the same object.
  12. # [00:01] * Quits: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net) (Quit: beaufour)
  13. # [00:01] * Joins: jprmc (jprmc@47AC655C.81C579B6.DA78B690.IP)
  14. # [00:01] <mjrosenb> ehsan: thanks!
  15. # [00:01] <@dolske> which I don't think is a case I would worry about today, and kind of want to smack my past-self for ever having done.
  16. # [00:01] <jduell> mwu: here's your patch that changed it: https://bugzilla.mozilla.org/attachment.cgi?id=469556&action=edit
  17. # [00:01] <bholley> dolske: Ah, I see
  18. # [00:01] <mjrosenb> ehsan: also, mostly unrelated: http://cmubash.org/?1824 :-p
  19. # [00:01] <bholley> dolske: well anyway, the breakage here isn't really related to that anyway
  20. # [00:01] * Quits: adev (adev@moz-2556F52B.ictp.it) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  21. # [00:01] <jcranmer> tbsaunde: it's the enum class that requires 2012
  22. # [00:01] <@ehsan> lol
  23. # [00:01] <bholley> dolske: the proper way to fix this test would be a proxy I guess
  24. # [00:01] <bholley> d
  25. # [00:01] <bholley> dolske: but it's probably not worth it
  26. # [00:02] <tbsaunde> jcranmer: ah
  27. # [00:02] <bholley> dolske: or really, just a closure that invokes those functions with the proper |this|
  28. # [00:02] <@ehsan> mjrosenb: we have http://quotes.burntelectrons.org/
  29. # [00:02] * Quits: marco (Thunderbir@moz-D9AAC4EB.cust.dsl.teletu.it) (Ping timeout)
  30. # [00:02] <glandium> jcranmer: and probably clang on linux too
  31. # [00:02] <glandium> since we can use -std=gnu++0x on neither
  32. # [00:02] <glandium> can't
  33. # [00:03] <@ehsan> mjrosenb: lol, this one is quite on topic!
  34. # [00:03] <@ehsan> http://quotes.burntelectrons.org/6576
  35. # [00:03] <jcranmer> glandium: I use gnu++0x on linux with clang
  36. # [00:03] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0/20121120085223])
  37. # [00:03] * Quits: RealRaven (Thunderbir@D89D1924.44784521.C3498625.IP) (Quit: RealRaven)
  38. # [00:03] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Quit: vtmarvin)
  39. # [00:03] <glandium> jcranmer: land a patch to make it work for everyone, then
  40. # [00:03] <tbsaunde> glandium: hm, where don't we use --std=gnu++0x on linux? I'm pretty sure I've seen it being used by default...
  41. # [00:04] <glandium> tbsaunde: clang and gcc 4.4
  42. # [00:04] <jcranmer> glandium: but the patch is in /usr/include ...
  43. # [00:04] <glandium> jcranmer: QED
  44. # [00:04] <cpeterson> Firefox for Android builds with gcc-4.4 -std=gnu++0x by default
  45. # [00:04] <jcranmer> glandium: actually, if we used libc++ instead of libstdc++ with clang...
  46. # [00:04] <glandium> cpeterson: Android != Linux
  47. # [00:05] <tbsaunde> glandium: ah
  48. # [00:05] * Parts: zwol (zack@moz-B5C129C.ece.cmu.edu)
  49. # [00:05] <tbsaunde> glandium: do we really care about gcc 4.4 on !android like things?
  50. # [00:05] <jcranmer> would anyone care if we dropped gcc-4.4 on Linux?
  51. # [00:05] <jcranmer> [but not android]?
  52. # [00:05] <glandium> jcranmer: i would
  53. # [00:06] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Ping timeout)
  54. # [00:06] <glandium> jcranmer: at least for a few months
  55. # [00:06] <tbsaunde> glandium: that does explain what I was seeing though
  56. # [00:06] <glandium> nfroyd would care too
  57. # [00:06] <glandium> froydnj, even
  58. # [00:06] * Quits: tonymec (tonymec@6EFD9ED1.B3CB9947.277517C1.IP) (Input/output error)
  59. # [00:06] * Joins: marco (Thunderbir@moz-63BAB5D9.cust.dsl.teletu.it)
  60. # [00:06] <jduell> mwu: also, since Taras is on vacation, I hope you'll be avail to review bug 815523 this weekend or monday :)
  61. # [00:06] <jcranmer> glandium: hurry up and get that new debian stable release out, then :-)
  62. # [00:06] <glandium> and i guess a lot of other distros would care
  63. # [00:07] <mwu> jduell: I'm just reading through the code right now
  64. # [00:07] * armenzg is now known as armenzg_dinner
  65. # [00:07] <mwu> it's been a while since I touched that
  66. # [00:07] <tbsaunde> glandium: the only other place I think I've seen gcc 4.4 is rehl
  67. # [00:07] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  68. # [00:07] * Joins: tonymec (tonymec@6EFD9ED1.B3CB9947.277517C1.IP)
  69. # [00:07] <mwu> jduell: but yeah, it doesn't look intentional
  70. # [00:07] <mwu> jduell: I'll rubberstamp a fix to switch back to the cloned file
  71. # [00:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c574f7f68309 - David Keeler - bug 810082 - open popup when invisible click-to-play plugin is scripted r=jaws
  72. # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fa058c4350c4 - John Schoenick - Bug 810082 - Part 0.5 - Add script access event for CTP'd plugins r=joshmoz
  73. # [00:07] <jduell> mwu: I assume we don't need it, since that code's been in production for a while. But I guess it can't hurt.
  74. # [00:08] * Joins: dveditz (dveditz@moz-2B100353.hsd1.ca.comcast.net)
  75. # [00:08] * ChanServ sets mode: +o dveditz
  76. # [00:09] <mwu> jduell: well, the thing is we use mmap'd IO most of the time so once it's opened, it's extremely unlikely to cause problems
  77. # [00:09] * bz is now known as bz_away
  78. # [00:09] <froydnj> glandium: what's the next debian slated to use for gcc? 4.5 or all the way to 4.6?
  79. # [00:09] * Quits: armenzg_dinner (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  80. # [00:09] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Ping timeout)
  81. # [00:09] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  82. # [00:10] * Quits: Optimizer (Optimizer@586E650.F5AEC7E6.274D17D6.IP) (Ping timeout)
  83. # [00:10] <jduell> mwu: I haven't looked carefully, but is the nsIFile even used on a different thread?
  84. # [00:10] <mwu> jduell: I dunno.. it seems unlikely
  85. # [00:10] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  86. # [00:10] <jduell> mwu: by the way, do you know how often and/or what circumstances we wind up not having a jarCache here?
  87. # [00:11] <jduell> It looks like we do generally, from tracing with gdb
  88. # [00:11] <mwu> there should always be a jarcache afaik
  89. # [00:11] <seth> froydnj: 4.6 i believe
  90. # [00:11] <mwu> do we have code to handle not having a cache?
  91. # [00:11] <mbrubeck> froydnj: 4.7 is in Debian testing/unstable: http://packages.debian.org/search?keywords=gcc
  92. # [00:11] <mbrubeck> (on i386 and amd64, anyway)
  93. # [00:11] * Quits: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net) (Quit: Leaving...)
  94. # [00:12] <jduell> mwu: sure: http://mxr.mozilla.org/mozilla-central/source/modules/libjar/nsJARChannel.cpp#271
  95. # [00:12] <@dolske> bholley: I'd actually wonder if the thing you're changing is more likely to break other random things elsewhere, but perhaps it's just a really weird pattern.
  96. # [00:12] <mwu> oh
  97. # [00:12] <bholley> dolske: it might break stuff. But it's been on its way out for a long time
  98. # [00:12] <froydnj> somebody needs to emscripten icu and see what happens
  99. # [00:12] <@dolske> bholley: but I'm also not inclined to think too hard about it. :)
  100. # [00:12] <glandium> froydnj: 4.7 on x86 and x86-64, 4.6 on other architectures
  101. # [00:12] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  102. # [00:12] * mcote is now known as mcote|afk
  103. # [00:13] <bholley> dolske: we successfully removed it for quickstubs, so I'm pretty confident that it's web-compatible
  104. # [00:13] <mwu> jduell: there's also been some talk about removing jar cache but I've been a little nervous about making that change
  105. # [00:13] <bholley> dolske: and if it breaks random XPCOM stuff, well, too bad
  106. # [00:13] <jduell> mwu: so for bug 815523 I need to add a method that asks nsIZipReaderCache if it has a given nsIFile cached or not. But this is for B2G, so will land on beta
  107. # [00:13] <@dolske> bholley: well, addons are what I was thinking.
  108. # [00:13] * Joins: Optimizer (Optimizer@FD44C344.F5AEC7E6.274D17D6.IP)
  109. # [00:13] * Joins: erikvold (erikvold@9E727688.17C2F9C.163DC5C6.IP)
  110. # [00:13] * Quits: ehugg (chatzilla@moz-62842EF0.cisco.com) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121025210744])
  111. # [00:13] * jgriffin is now known as jgriffin-afk
  112. # [00:14] <jduell> so I'm wondering if we should put it somewhere besides nsIZipReaderCache.idl to reduce addon breakage (or are we ok with adding new methods, since we don't care about C++ addons)?
  113. # [00:14] <bholley> dolske: yeah
  114. # [00:14] <mwu> ah
  115. # [00:14] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  116. # [00:14] <bholley> dolske: want to see the function that implements that behavior?
  117. # [00:14] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  118. # [00:14] <jduell> mwu: why get rid of jarCache? e10s perf will be worse if we do.
  119. # [00:14] <bholley> dolske: http://mxr.mozilla.org/mozilla-central/source/js/xpconnect/src/XPCWrappedNative.cpp#1754
  120. # [00:14] <@dolske> bholley: not really :)
  121. # [00:14] <bholley> dolske: I think it's actually irreducible given the goto usage
  122. # [00:14] <glandium> jcranmer: for the record, the reason why we can't use -std=gnu++0x with gcc 4.4 on linux is bug 654493 : the libstdc++ headers coming with gcc 4.4 require rtti
  123. # [00:14] <jduell> i..e each file in JAR will have to do IPDL to parent to open file handle each time, instead of keeping fd cached in child
  124. # [00:15] * Joins: Mic (Instantbir@moz-E1129F7E.superkabel.de)
  125. # [00:15] <mwu> jduell: well the exact thing that was proposed is https://bugzilla.mozilla.org/show_bug.cgi?id=504217
  126. # [00:15] <mwu> which isn't nearly as drastic as I made it sound
  127. # [00:16] <@dolske> bholley: I like pie.
  128. # [00:16] <mwu> it's just part of the jar cache which caches zips which nobody is using, IIRC
  129. # [00:16] * Quits: Mic (Instantbir@moz-E1129F7E.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  130. # [00:16] * Joins: Mic (Instantbir@moz-E1129F7E.superkabel.de)
  131. # [00:16] <mwu> jduell: not happening soon though so don't worry about it
  132. # [00:17] <mwu> this bug has been sitting for a while
  133. # [00:17] <mwu> jduell: so will you need a reviewer for bug 815523?
  134. # [00:17] * Joins: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net)
  135. # [00:18] <jduell> mwu: indeed: scroll up a bit and you'll see I asked you if you'll be avail to do it this weekend or monday
  136. # [00:19] * Quits: Mic (Instantbir@moz-E1129F7E.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  137. # [00:19] <mwu> jduell: ?? bug 815523?
  138. # [00:19] <mwu> oh
  139. # [00:19] <mwu> in irc
  140. # [00:19] * coop is now known as coop|afk
  141. # [00:20] <jduell> mwu: yes, irc scroll :)
  142. # [00:20] * Joins: randix_ (rdow@45355E35.CFBC10F9.8B52D585.IP)
  143. # [00:20] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  144. # [00:20] * randix_ is now known as randix
  145. # [00:20] <mwu> jduell: I'll try to get to it this weekend. I'll be flying saturday night though
  146. # [00:20] <jduell> mwu: ok. I'll see how fast I can finish the code :)
  147. # [00:21] <@gavin> hrm, my just-built trunk build is crashing on startup in nsContentUtils::IsSystemPrincipal
  148. # [00:21] <jduell> mwu: so zipcache stores file contents, not just caching fd of jar file?
  149. # [00:21] * joduinn is now known as joduinn-mtg
  150. # [00:21] <mwu> C2 is breathing down my neck too
  151. # [00:22] <dholbert> jlebar, orange Mn on your m-i push... might be non-random
  152. # [00:22] <@gavin> hmm, but only with an existing profile
  153. # [00:22] <dholbert> jlebar, https://tbpl.mozilla.org/php/getParsedLog.php?id=17726796&tree=Mozilla-Inbound
  154. # [00:23] <jlebar> dholbert: no way.
  155. # [00:23] <mwu> jduell: I think it just stores nsJARs which includes everything
  156. # [00:23] * Joins: _AxS_ (axs@DB314B10.C6DC604B.59660190.IP)
  157. # [00:23] <dholbert> jlebar, maybe it's real, not sure (I don't have a good feel for Mn randomness yet)
  158. # [00:23] <dholbert> jlebar, er s/real/random/
  159. # [00:23] * Joins: phx (Adium@69EEB470.20479294.689607DE.IP)
  160. # [00:23] * Quits: ferjm|afk (ferjm@moz-80624CA0.red-88-0-116.dynamicip.rima-tde.net) (Quit: Leaving)
  161. # [00:24] <dholbert> jlebar, oh, nevermind... just looked at your actual change. looks unrelated :)
  162. # [00:24] <jlebar> dholbert: Certainly for an opt build, we shouldn't be hitting that.
  163. # [00:24] <jlebar> I certainly hope, anyway.
  164. # [00:24] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  165. # [00:24] <dholbert> jlebar, I re-triggered... hopefully it's random
  166. # [00:25] <dholbert> maybe it's a connectivity between test-harness and android-device sort of issue, given that it complains about telnet
  167. # [00:25] <mwu> jduell: I don't think we even keep the fd around
  168. # [00:25] <mwu> jduell: IIRC we open it, mmap it, and then close it
  169. # [00:25] <mwu> prevents us from leaking fd's
  170. # [00:25] <tanvi> bholley - ping
  171. # [00:25] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  172. # [00:25] <bholley> tanvi: hi
  173. # [00:25] <jduell> mwu: right, but we keep the mmap open while the jar is cached, right?
  174. # [00:26] <mwu> yup
  175. # [00:26] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  176. # [00:26] <mwu> mmap stays around till you close the nsJAR
  177. # [00:26] <tanvi> bholley - i wrote http://pastebin.mozilla.org/1981709 to see if i was getting different principal uris from the context vs the principal passed in
  178. # [00:26] * Quits: smagnin (pike@D70961F0.EC480DCC.4769A60B.IP) (Connection reset by peer)
  179. # [00:26] <tanvi> and i'm not.
  180. # [00:26] <tanvi> so that's good :)
  181. # [00:26] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  182. # [00:27] <bholley> tanvi: ok. So maybe we should always use the principal passed in?
  183. # [00:27] <bholley> again, /me isn't a peer here
  184. # [00:27] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  185. # [00:27] <tanvi> i think we shoudl try the principal, and if the principal doesn't work, use the context
  186. # [00:27] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  187. # [00:28] <tanvi> so everythin up to the } else {  //debug starts
  188. # [00:28] <bholley> tanvi: wait, what?
  189. # [00:28] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  190. # [00:28] <bholley> tanvi: I thought you said there was no difference
  191. # [00:28] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  192. # [00:29] <tanvi> if the aRequestPrincipal is not passed in, we use the aRequestingContext
  193. # [00:29] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  194. # [00:29] <tanvi> // If we can't get the aRequestingLocation from the aRequestingPrincipal,
  195. # [00:29] <tanvi> // try getting it from the DOM node.
  196. # [00:29] <bholley> tanvi: who passes it and who doesn't?
  197. # [00:29] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  198. # [00:29] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  199. # [00:30] * jlebar is now known as jlebar|away
  200. # [00:30] <tanvi> well, for example, i modified some csp code recently that wasn't passing it, so i started passing it there. but since its a new parameter, there may be other places where it is not passed.
  201. # [00:30] <tanvi> bholley - https://bugzilla.mozilla.org/attachment.cgi?id=674542&action=diff#a/content/base/public/nsIContentPolicy.idl_sec2
  202. # [00:31] * Quits: c0smikdebris (textual@837AD045.1DB862AB.BE90E62C.IP) (Quit: Textual IRC Client: www.textualapp.com)
  203. # [00:31] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  204. # [00:31] * Quits: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net) (Ping timeout)
  205. # [00:31] * Joins: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net)
  206. # [00:31] <bholley> tanvi: so apparently, everything in gecko should be passing the argument
  207. # [00:31] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  208. # [00:31] * Quits: singerb|away (singerb@moz-8897C7D8.lightspeed.livnmi.sbcglobal.net) (Quit: Textual IRC Client: www.textualapp.com)
  209. # [00:32] <bholley> tanvi: what kind of non-gecko callers are there, and why aren't they passing principals?
  210. # [00:32] <tanvi> i dont know
  211. # [00:32] <bholley> tanvi: who does? :-)
  212. # [00:32] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  213. # [00:32] * Joins: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net)
  214. # [00:32] <tanvi> devd wrote the patch. and bz r+'ed it
  215. # [00:33] <@ehsan> bsmith: "this patch was written by me, so I can't review it"
  216. # [00:33] <tanvi> https://bugzilla.mozilla.org/show_bug.cgi?id=803765
  217. # [00:33] <@ehsan> bsmith: didn't know that we enforce this rule
  218. # [00:33] <tanvi> here is the bug that added the requestprincipal - https://bugzilla.mozilla.org/show_bug.cgi?id=767134
  219. # [00:33] <@ehsan> bsmith: (j/k ;)
  220. # [00:33] <anton> hey. so i am trying to replace __noSuchMethod__ in ConsoleAPI.js with a proxy. i created a proxy that acts a __noSuchMethod__ using the get method but after I did that all console.<func> properties became undefined. If I dump them inline (e.g. dump(proxy.log)) though they work fine. does anyone have pointers on where to dig?
  221. # [00:33] <bsmith> :)
  222. # [00:33] * Quits: _AxS_ (axs@DB314B10.C6DC604B.59660190.IP) (Ping timeout)
  223. # [00:33] <bsmith> I was wondering about that
  224. # [00:34] <sfink> RyanVM: wow, I could really get used to this "request approval, watch while it gets approved and RyanVM lands it for me". It's awesome! Thanks!
  225. # [00:34] <bsmith> Mostly, that is just pre-empting mayhemer in case he was about to suggest that I might be a better reviewer.
  226. # [00:34] <RyanVM> sfink :)
  227. # [00:34] <tanvi> bsmith - maybe knows?
  228. # [00:34] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  229. # [00:34] <@ehsan> bsmith: I let there be a healthy pause before the j/k
  230. # [00:34] <@ehsan> glad that it worked :D
  231. # [00:34] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  232. # [00:35] <bholley> tanvi: anyway, your approach (use aRequestPrincipal, and compute it from the context if it's null) sounds reasonable. I'm just saying it should be reviewed by someone who knows what the deal is there
  233. # [00:35] <bsmith> ehsan jdm: So, as far as PSM goes, we are pretty much good-to-go as far as private browsig mode works, right?
  234. # [00:35] <@ehsan> bsmith: yay! \o/
  235. # [00:36] <@ehsan> bsmith: as you know, that is the last blocker before we can enable this in Nightly
  236. # [00:36] <tanvi> bholley - okay, that makes sense
  237. # [00:36] <bsmith> ehsan jdm: Could you please CC me on the bug about clearing the DNS cache?
  238. # [00:36] * heycam|away is now known as heycam
  239. # [00:36] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  240. # [00:36] <@ehsan> bsmith: I think jdm hasn't filed it yet
  241. # [00:36] <@ehsan> and he disappeared somewhere
  242. # [00:36] <mayhemer> bsmith: whichbug are you talking about?
  243. # [00:36] <@ehsan> on 6:30pm on a friday!
  244. # [00:36] <@ehsan> bsmith: but I'll make sure you're gonna be CCed :)
  245. # [00:36] * catlee is now known as catlee-away
  246. # [00:37] * Joins: rednaks (rednaks@69F46DA5.618B5F22.6D8B4AB5.IP)
  247. # [00:37] * Quits: rednaks (rednaks@69F46DA5.618B5F22.6D8B4AB5.IP) (Quit: Quitte)
  248. # [00:37] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  249. # [00:38] <tanvi> bholley - thanks!
  250. # [00:38] <bholley> tanvi: np! :-)
  251. # [00:38] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  252. # [00:39] * Quits: jprmc (jprmc@47AC655C.81C579B6.DA78B690.IP) (Ping timeout)
  253. # [00:39] <bsmith> mayhemer: jdm requested review from you in bug 769288, which is the first bug we're talking about. The second bug about DNS is bug 819575.
  254. # [00:39] <bsmith> ehsan: I cc'd myself. It is bug 819575
  255. # [00:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5a66c7b34dfe - Terrence Cole - Bug 819553 - Remove unused JS_UndependString getCharsZ user; r=luke
  256. # [00:40] <@ehsan> cool
  257. # [00:40] <mayhemer> bsmith: jdm: I'm just doing r of 769288
  258. # [00:40] * Joins: FabioMagnoni (fabiomagno@A6F452A4.E9B83AAC.B65F468E.IP)
  259. # [00:41] <bsmith> By the way, it's 12:41 AM on a Friday night for mayhemer!
  260. # [00:41] * Quits: erikvold (erikvold@9E727688.17C2F9C.163DC5C6.IP) (Quit: erikvold)
  261. # [00:41] <Waldo> bsmith: that's a bug about DNS? ^^
  262. # [00:41] <Waldo> er, sorry
  263. # [00:41] <Waldo> never mind me!
  264. # [00:41] <mayhemer> bsmith: yep, I want to have free weekend, so I'm working tonight ;)
  265. # [00:41] * Waldo fails at IRC reading
  266. # [00:42] <bsmith> Waldo: I also failed at that. I am not sure why firebot didn't say anythig when I mentioned bug 819575
  267. # [00:42] * Joins: phx1 (Adium@1D205DB6.B583DFB8.689607DE.IP)
  268. # [00:42] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  269. # [00:42] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  270. # [00:42] <Waldo> bsmith: I think that got turned off because of constant bug-chatter here, but I always forget that happened
  271. # [00:43] * Quits: phx (Adium@69EEB470.20479294.689607DE.IP) (Ping timeout)
  272. # [00:43] * Joins: _AxS_ (axs@E578222D.D27D2DC0.59660190.IP)
  273. # [00:43] * Quits: glob (glob@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving...)
  274. # [00:43] <@ehsan> BenWa: r-
  275. # [00:43] <@khuey> bsmith: you have to address him directly in this channel
  276. # [00:43] <@khuey> firebot: bug 819575
  277. # [00:43] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=819575 nor, --, ---, nobody, NEW, Clear DNS cache of entries for private connections when leaving private browsing mode
  278. # [00:44] <bsmith> Gosh, the constant bug chatter in this channel is so annoying
  279. # [00:44] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  280. # [00:45] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Connection reset by peer)
  281. # [00:45] <Waldo> ooh, glibc 2.16 removes gets? finally
  282. # [00:45] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  283. # [00:47] * Quits: drexler (chatzilla@moz-AD4BBA18.hsd1.vt.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  284. # [00:47] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  285. # [00:48] * jlebar|away is now known as jlebar
  286. # [00:48] <@ehsan> Waldo: what?! don't programs call that function?!
  287. # [00:49] <bsmith> ehsan: I believe we have to clear all caches between private browsing sesssions
  288. # [00:49] <bsmith> otherwise, informatio will leak across private browsing sessions
  289. # [00:50] <@ehsan> bsmith: what information exactly?
  290. # [00:50] <bsmith> I've just assumed that we must clear all caches
  291. # [00:51] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  292. # [00:51] * Quits: FabioMagnoni (fabiomagno@A6F452A4.E9B83AAC.B65F468E.IP) (Quit: FabioMagnoni)
  293. # [00:51] <bsmith> Let me ask you: what caches do you think we *don't* have to clear?
  294. # [00:51] <@ehsan> bsmith: no, that's not a general rule
  295. # [00:51] <@ehsan> 1. everything that gets persisted to disk
  296. # [00:51] <@ehsan> 2. anything that can assist a user or a web page to tell where you've browsed
  297. # [00:51] <bsmith> I assume that two private browsing sessions should not share any state
  298. # [00:51] <Matti> bsmith: do you want to clear the DNS cache from the OS too ?
  299. # [00:51] * Quits: marco (Thunderbir@moz-63BAB5D9.cust.dsl.teletu.it) (Ping timeout)
  300. # [00:52] <@ehsan> thy should not
  301. # [00:52] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  302. # [00:52] <@ehsan> but I don't think dns caches can be considered as state
  303. # [00:52] <bsmith> Matti: eventually we will have our own DNS resolver and we will be able to do effectively that
  304. # [00:52] <@ehsan> Matti: no, the same argument will apply to the os cache as well
  305. # [00:52] * jgriffin-afk is now known as jgriffin
  306. # [00:52] <bsmith> I can describe a contrived example
  307. # [00:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ec6a21cbe516 - Robert Strong - Bug 817723 - Only build the stub installer when the update channel equals nightly, aurora, beta, and release. r=khuey
  308. # [00:53] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  309. # [00:53] * Joins: ehugg (chatzilla@moz-44D86B1E.cisco.com)
  310. # [00:53] * Quits: milan (milan@moz-87CB45A7.dsl.bell.ca) (Input/output error)
  311. # [00:53] * Joins: ehugg_ (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  312. # [00:53] <@ehsan> bsmith: I'm about to call it a day.. can you please comment on the bug?
  313. # [00:53] <bsmith> Sure.
  314. # [00:54] * Joins: glob (glob@moz-BE33DA21.fw1.sfo1.mozilla.net)
  315. # [00:54] <NeilAway> tbpl master repo is still mstange's user repo?
  316. # [00:54] * Quits: Lucas (Lucas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  317. # [00:55] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  318. # [00:55] * Joins: marco (Thunderbir@moz-81E06D60.cust.dsl.teletu.it)
  319. # [00:55] * Joins: FabioMagnoni (fabiomagno@A6F452A4.E9B83AAC.B65F468E.IP)
  320. # [00:55] * whimboo is now known as whimboo|afk
  321. # [00:57] * Joins: TheOne (one@moz-42AEED6E.dip.t-dialin.net)
  322. # [00:57] <@ehsan> bsmith: ty
  323. # [00:57] <bsmith> ehsan: I did comment in said bug. Have a good weekend
  324. # [00:58] <@ehsan> bsmith: great, you too!
  325. # [00:58] <NeilAway> Bas: does NULL not work in C code?
  326. # [00:58] <@ehsan> bsmith: and thanks so much for your help
  327. # [00:58] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  328. # [00:58] <bsmith> np
  329. # [00:59] * jaws is now known as jaws|away
  330. # [00:59] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  331. # [00:59] <seth> NeilAway: #include <stddef.h>
  332. # [01:00] * Quits: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net) (Client exited)
  333. # [01:00] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  334. # [01:01] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  335. # [01:02] <firebot> Check-in:
  336. # [01:02] <firebot> http://hg.mozilla.org/mozilla-central/rev/cf9284647b0b - Doug Turner - Bug 808262- Otoro/unagi sometimes start up in landscape and can't be switched to portrait. The working theory is that, for some reason, we can not access the fb. If that happens,
  337. # [01:02] <firebot> just abort and try again later. r=dhylands a=blocking-basecamp
  338. # [01:02] * ctalbert|afk is now known as ctalbert
  339. # [01:02] <nmatsakis> Does anyone have any experience with how Visual Studio lays out C++ classes in memory?
  340. # [01:02] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  341. # [01:03] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  342. # [01:03] <nmatsakis> we're seeing some static assertion failures that seem to indicate it's adding extra padding beyond what I expected
  343. # [01:03] <firebot> Check-in:
  344. # [01:03] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/46a3bb37188b - Doug Turner - Bug 808262- Otoro/unagi sometimes start up in landscape and can't be switched to portrait. The working theory is that, for some reason, we can not access the fb. If that
  345. # [01:03] <@khuey> nmatsakis: a bit, yes
  346. # [01:03] <firebot> happens, just abort and try again later. r=dhylands a=blocking-basecamp
  347. # [01:03] <@khuey> nmatsakis: what's up?
  348. # [01:03] <nmatsakis> khuey: so, in spidermonkey, there is the struct RuntimeFriendFields
  349. # [01:03] <nmatsakis> and then JSRuntime extends it
  350. # [01:04] <nmatsakis> I need to compute the address of the first field of JSRuntime without knowing the def'n of JSRuntime
  351. # [01:04] * Joins: gerv (Instantbir@A01051A9.6F669779.3D1CA460.IP)
  352. # [01:04] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  353. # [01:04] <nmatsakis> (in order to keep the def'n of JSRuntime out of the public header file)
  354. # [01:04] * Joins: erikvold (erikvold@9E727688.17C2F9C.163DC5C6.IP)
  355. # [01:04] <nmatsakis> RuntimeFriendFields has exactly 1 uint32_t
  356. # [01:04] <nmatsakis> and (at the moment) the PerThreadData type (which is the first field of JSRuntime) has a uintptr_t in it
  357. # [01:05] <nmatsakis> so I had a macro that basically computed the offset to be sizeof(RuntimeFriendFields) aligned up to sizeof(uintptr_t)
  358. # [01:05] * Quits: _AxS_ (axs@E578222D.D27D2DC0.59660190.IP) (Connection reset by peer)
  359. # [01:05] <nmatsakis> but on win32, the correct offset seems to be 8, not 4
  360. # [01:05] <@khuey> what's the first thing in the JSRuntime?
  361. # [01:05] * gregglind is now known as gregglind_away
  362. # [01:05] <nmatsakis> the field is "PerThreadData perThread;"
  363. # [01:06] <@khuey> ah, yes
  364. # [01:06] * @khuey should read harder
  365. # [01:06] * Quits: FabioMagnoni (fabiomagno@A6F452A4.E9B83AAC.B65F468E.IP) (Quit: FabioMagnoni)
  366. # [01:06] <nmatsakis> and PerThreadData itself extends PerThreadDataFriendFields, which is the public prefix to that struct
  367. # [01:06] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Ping timeout)
  368. # [01:06] <nmatsakis> the problem here is that we didn't want to put either JSRuntime or PErThreadDAta into the public header file in its entirety :)
  369. # [01:06] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  370. # [01:06] <glandium> nmatsakis: "I need to compute the address of the first field of JSRuntime"... when given what?
  371. # [01:07] <nmatsakis> given a JSRuntime*, but knowing only the def'n of RuntimeFriendFields and PerThreadDataFriendFields
  372. # [01:07] <@khuey> nmatsakis: doesn't look like RuntimeFriendFields has only one uint32_t to me
  373. # [01:07] <@khuey> unless you've changed it
  374. # [01:07] <@khuey> or something
  375. # [01:07] * Joins: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net)
  376. # [01:07] * joduinn-mtg is now known as joduinn-brb
  377. # [01:08] * Joins: _AxS_ (axs@E578222D.D27D2DC0.59660190.IP)
  378. # [01:08] <nmatsakis> khuey: oh, it does on my branch, but maybe it's changed on tip since my last merge
  379. # [01:08] <glandium> nmatsakis: are there any virtual member functions in these classes?
  380. # [01:08] <nmatsakis> khuey: oh, actualy, I think refactored some of the fields out
  381. # [01:08] * Quits: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it) (Quit: Leaving.)
  382. # [01:08] <nmatsakis> glandium: I don't *believe* so
  383. # [01:08] <nmatsakis> I think they are intended to be POD...
  384. # [01:09] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  385. # [01:09] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Quit: leaving)
  386. # [01:10] * Joins: AsaDotzler (asa@2557E599.66715431.D25A875A.IP)
  387. # [01:10] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  388. # [01:10] * Quits: josh (josh@moz-5D371A2.adsl2.static.versatel.nl) (Quit: josh)
  389. # [01:10] * Quits: _AxS_ (axs@E578222D.D27D2DC0.59660190.IP) (Client exited)
  390. # [01:10] <NeilAway> dholbert: so, when can we start making xul layout use flexbox?
  391. # [01:11] * Quits: jlmendezbonini (textual@165221BD.79F288FD.B6CE6C5C.IP) (Quit: Textual IRC Client: www.textualapp.com)
  392. # [01:11] <glandium> nmatsakis: what you can do is declare another subclass of RuntimeFriendFields, with a first field with some alignment requirement that would match that of JSRuntime, get its offset, and add a static assert in the definition of JSRuntime checking that the offset of its first member matches that of the dumy subclass
  393. # [01:11] <nmatsakis> glandium: ooh, that's clever
  394. # [01:11] <nmatsakis> thanks.
  395. # [01:11] <dholbert> NeilAway, I wouldn't recommend it quite yet, since it's possible that the pref will be disabled when it hits Beta or Release channel, depending on its stability at that point
  396. # [01:11] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  397. # [01:11] <dholbert> NeilAway, (or rather, I wouldn't recommend fully-relying on it quite yet)
  398. # [01:12] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/499bd31197a1 - Josh Matthews - Bug 769288 - Part 2: Avoid storing intermediate cert data for private contexts. r=bsmith sr=mayhemer
  399. # [01:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/d0f828b1cd26 - Josh Matthews - Bug 769288 - Part 7: Use separate SSL session cache entries for private connections. r=mayhemer
  400. # [01:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/653fc39e223e - Josh Matthews - Bug 769288 - Part 3: Clear all temporary cert overrides upon leaving private browsing. r=bsmith
  401. # [01:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/09639e16d3cb - Josh Matthews - Bug 769288 - Part 5: Close private socket connections when the lsat private browsing instance dies. r=bsmith,mcmanus
  402. # [01:12] <dholbert> NeilAway, but I'd guess that should be doable in the next release-cycle, if not this one
  403. # [01:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/3008e6e5476f - Josh Matthews - Bug 769288 - Part 1: Make PSM more amenable to storing concurrent private and non-private data. r=bsmith
  404. # [01:12] * Quits: bjacob_ (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  405. # [01:12] <firebot> http://hg.mozilla.org/mozilla-central/rev/bc166c758a17 - Josh Matthews - Bug 769288 - Part 4: Clear SSL session cache upon leaving private browsing. r=bsmith
  406. # [01:13] <firebot> http://hg.mozilla.org/mozilla-central/rev/3b25f7b4a9ce - Josh Matthews - Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan
  407. # [01:13] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  408. # [01:13] <@ehsan> jdm: \o/
  409. # [01:13] <mayhemer> jdm: you don;t like mozilla-inbound ? :)
  410. # [01:13] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Quit: leaving)
  411. # [01:13] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  412. # [01:13] <@ehsan> mayhemer: inbound is for suckers ;)
  413. # [01:13] <@ehsan> real men use central
  414. # [01:13] * @ehsan stops trolling
  415. # [01:13] <jdm> watching tbpl is soothing
  416. # [01:14] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  417. # [01:14] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  418. # [01:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4356739a6f44 - Terrence Cole - Bug 819118 - Use accessor rather than direct script access; r=billm
  419. # [01:14] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  420. # [01:14] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  421. # [01:15] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  422. # [01:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b85c258d0de9 - Gregor Wagner - Bug 819584 - [SMS] Don't perform an upgrade of existing sms yet. r=sicking
  423. # [01:15] * Quits: AsaDotzler (asa@2557E599.66715431.D25A875A.IP) (Quit: )
  424. # [01:16] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/70d6b6426802 - David Anderson - Add incremental barriers to addprop ICs (bug 811058, r=billm, a=lsblakk).
  425. # [01:16] * Quits: lerc (quassel@121-74-245-234.telstraclear.net) (Ping timeout)
  426. # [01:17] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Quit: leaving)
  427. # [01:17] * Joins: dzbarsky (Adium@moz-513F8FDE.wireless-resnet.upenn.edu)
  428. # [01:17] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  429. # [01:17] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  430. # [01:17] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  431. # [01:17] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  432. # [01:18] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  433. # [01:18] * Joins: schien-laptop (schien@moz-B45DAB81.dynamic.hinet.net)
  434. # [01:18] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Quit: Leaving)
  435. # [01:18] * Joins: josh (josh@moz-5D371A2.adsl2.static.versatel.nl)
  436. # [01:18] * Quits: josh (josh@moz-5D371A2.adsl2.static.versatel.nl) (Quit: josh)
  437. # [01:19] * NeilAway thinks that signed char was one of the biggest mistakes in C
  438. # [01:19] * Joins: lerc (quassel@A4918FED.9BA67FF7.788638A4.IP)
  439. # [01:20] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  440. # [01:21] <seth> agreed
  441. # [01:21] <seth> it just doesn't make sense
  442. # [01:21] <@dolske> my Arduino disagrees! ;)
  443. # [01:22] <glandium> ted: ping
  444. # [01:22] <bsmith> jdm: are you sure it is soothing now that it is all red?
  445. # [01:22] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/4c7d98352280 - Gregor Wagner - Bug 819584 - [SMS] Don't perform an upgrade of existing sms yet. r=bent. a=blocking-basecamp
  446. # [01:22] <jdm> arrrgh
  447. # [01:23] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  448. # [01:23] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  449. # [01:23] * Quits: Optimizer (Optimizer@FD44C344.F5AEC7E6.274D17D6.IP) (Ping timeout)
  450. # [01:24] <bsmith> jdm: did you forget to hg add SSL.h?
  451. # [01:24] <jdm> bsmith: yeah, I'm pushing now
  452. # [01:25] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/3990b431f138 - Josh Matthews - Bug 769288 - Add missing SSL.h. r=burning
  453. # [01:26] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Quit: leaving)
  454. # [01:27] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  455. # [01:27] * Quits: TheOne (one@moz-42AEED6E.dip.t-dialin.net) (Input/output error)
  456. # [01:29] * Quits: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net) (Quit: Leaving...)
  457. # [01:31] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  458. # [01:31] * Quits: phx1 (Adium@1D205DB6.B583DFB8.689607DE.IP) (Quit: Leaving.)
  459. # [01:31] <cjones> dvander, burning on beta
  460. # [01:32] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  461. # [01:33] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  462. # [01:33] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  463. # [01:33] * Quits: Pike (Pike@moz-FD7E9B2E.pool.mediaways.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  464. # [01:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/79b6048b626a - Andrea Marchesini - Bug 812249 - When "javascript.options.strict" is enabled related warnings/errors trigger worker.onerror handler. r=bent
  465. # [01:36] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Quit: leaving)
  466. # [01:36] * rail is now known as rail_away
  467. # [01:36] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  468. # [01:37] * Quits: gerv (Instantbir@A01051A9.6F669779.3D1CA460.IP) (Ping timeout)
  469. # [01:37] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  470. # [01:37] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  471. # [01:37] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  472. # [01:39] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/74ae3b96de97 - David Anderson - Backout changeset 70d6b6426802.
  473. # [01:39] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/7141360c43bb - David Anderson - Add incremental barriers to addprop ICs (bug 811058, r=billm, a=lsblakk).
  474. # [01:40] * Quits: lerc (quassel@121.75.157.243) (Ping timeout)
  475. # [01:41] * Joins: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP)
  476. # [01:43] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Quit: bmoss)
  477. # [01:43] <jdm> ack, I'm backing my stuff out
  478. # [01:43] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  479. # [01:43] <jdm> I'll fix it tonight
  480. # [01:43] * Joins: lerc (quassel@moz-44645EA3.telstraclear.net)
  481. # [01:43] * glob is now known as glob|away
  482. # [01:43] * Quits: glob|away (glob@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving...)
  483. # [01:43] * jhammel is now known as jhammel|canTina
  484. # [01:44] * Quits: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Input/output error)
  485. # [01:44] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Quit: surkov)
  486. # [01:44] * joduinn-brb is now known as joduinn
  487. # [01:44] * Quits: @dveditz (dveditz@moz-2B100353.hsd1.ca.comcast.net) (Ping timeout)
  488. # [01:45] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/a1c2ca7927ba - Josh Matthews - Backed out changeset d0f828b1cd26 (bug 769288)
  489. # [01:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/645eb45e22d1 - Josh Matthews - Backed out changeset 09639e16d3cb (bug 769288)
  490. # [01:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/32638e411218 - Josh Matthews - Backed out changeset 3008e6e5476f (bug 769288)
  491. # [01:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/087cf91da393 - Josh Matthews - Backed out changeset 3990b431f138 (bug 769288)
  492. # [01:46] <firebot> http://hg.mozilla.org/mozilla-central/rev/e16739935025 - Josh Matthews - Backed out changeset 3b25f7b4a9ce (bug 769288)
  493. # [01:46] * dhylands is now known as dhylands|away
  494. # [01:46] <firebot> http://hg.mozilla.org/mozilla-central/rev/286604e4b3a0 - Josh Matthews - Backed out changeset 653fc39e223e (bug 769288)
  495. # [01:46] <firebot> http://hg.mozilla.org/mozilla-central/rev/e49e075893b1 - Josh Matthews - Backed out changeset bc166c758a17 (bug 769288)
  496. # [01:46] <firebot> http://hg.mozilla.org/mozilla-central/rev/4d91e9934e57 - Josh Matthews - Backed out changeset 499bd31197a1 (bug 769288)
  497. # [01:46] <@gavin> o_O
  498. # [01:47] <mjrosenb> *headshot*
  499. # [01:48] <rillian> make[7]: *** No rule to make target `SSL.h', needed by `../../../../dist/include/mozilla/SSL.h'. Stop.
  500. # [01:48] <rillian> oh, wrong mozconfig. nevermind
  501. # [01:48] <@gavin> rillian: that's what caused the backout above
  502. # [01:48] <rillian> gavin: thanks
  503. # [01:49] * Quits: glandium (glandium@moz-6CEC22A8.fbx.proxad.net) (Quit: Coyote finally caught me)
  504. # [01:49] <bsmith> jdm: I bet moving SSL.h from security/manager/ssl/src to security/manager/ssl/src/mozilla/SSL.h would fix the problem
  505. # [01:49] * Joins: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  506. # [01:50] <jdm> that would surprise me
  507. # [01:50] <jdm> that's not how EXPORTS works
  508. # [01:50] <bsmith> I am pretty sure the problem is a case-insensitive filesystem and the fact that "." is in the include path, which causes #include "ssl.h" to instead include "SSL.h"
  509. # [01:50] <bsmith> (where ssl.h is an NSS header)
  510. # [01:50] <mjrosenb> :(
  511. # [01:51] * Quits: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP) (Quit: Gone (roaming))
  512. # [01:51] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  513. # [01:52] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  514. # [01:52] <bsmith> jdm: Another alternative: rename SSL.h to nsSSL.h or something similar
  515. # [01:52] <bsmith> though mozilla-namedspaced headers aren't supposed to be using nsXXX naming
  516. # [01:52] <jdm> yeah, I'll be renaming it to something sensible
  517. # [01:53] <heycam> from crash-stats, is it possible to see the actual offsets into the functions on the call stack, and not just line numbers in the source?
  518. # [01:53] * Joins: glandium (glandium@moz-6CEC22A8.fbx.proxad.net)
  519. # [01:54] * Quits: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP) (Quit: Leaving.)
  520. # [01:54] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Quit: leaving)
  521. # [01:55] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  522. # [01:55] * ewong|away is now known as ewong
  523. # [01:55] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Input/output error)
  524. # [01:58] * Joins: brendan_ (brendaneic@2557E599.66715431.D25A875A.IP)
  525. # [01:58] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  526. # [01:58] * brendan_ is now known as brendan
  527. # [01:58] * Quits: marco (Thunderbir@moz-81E06D60.cust.dsl.teletu.it) (Quit: marco)
  528. # [01:59] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  529. # [01:59] * Quits: berkerpeksag (berkerpeks@8B77CA0C.D8F230E2.BA04A6B2.IP) (Quit: WeeChat 0.3.7)
  530. # [02:00] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Quit: leaving)
  531. # [02:00] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  532. # [02:01] * juanb is now known as juanb|brb
  533. # [02:01] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  534. # [02:01] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  535. # [02:01] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  536. # [02:01] * Quits: DevHC_ (devhc@moz-32874C37.dsl.pool.telekom.hu) (Quit: Received SIGPWNTx)
  537. # [02:03] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  538. # [02:03] * Quits: devd (Name@moz-9DACDECA.cs.berkeley.edu) (Quit: devd)
  539. # [02:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6be47ffba716 - Robert Strong - backout changeset ec6a21cbe516 - Bug 817723
  540. # [02:04] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  541. # [02:04] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  542. # [02:06] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Ping timeout)
  543. # [02:07] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  544. # [02:07] * Quits: cosminx (ck@C7C05874.E84ECEF3.3376CD77.IP) (Quit: Leaving)
  545. # [02:08] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  546. # [02:08] * Quits: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  547. # [02:08] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Linkinus - http://linkinus.com)
  548. # [02:11] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  549. # [02:11] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  550. # [02:11] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  551. # [02:11] * Quits: bdahl (bdahl@2557E599.66715431.D25A875A.IP) (Client exited)
  552. # [02:12] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  553. # [02:13] * bz_away is now known as bz
  554. # [02:13] * Quits: sn0wb1rd_ (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP) (Quit: I will be right back)
  555. # [02:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2324b9d9f17f - Terrence Cole - Backout 4356739a6f44 for breakage.
  556. # [02:14] * juanb|brb is now known as juanb
  557. # [02:14] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Quit: surkov)
  558. # [02:14] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  559. # [02:19] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  560. # [02:20] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  561. # [02:20] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  562. # [02:21] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  563. # [02:22] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  564. # [02:23] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  565. # [02:24] * Quits: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Quit: bye)
  566. # [02:24] * Joins: harth (harth@moz-8B705092.dsl.dynamic.sonic.net)
  567. # [02:26] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Quit: Leaving)
  568. # [02:29] * Quits: harth (harth@moz-8B705092.dsl.dynamic.sonic.net) (Input/output error)
  569. # [02:29] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  570. # [02:30] <mjrosenb> through the web interface, is there a way to find out what the last commit that touched a file is?
  571. # [02:30] * Joins: markh (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  572. # [02:31] * Quits: erikvold (erikvold@9E727688.17C2F9C.163DC5C6.IP) (Quit: erikvold)
  573. # [02:31] * Joins: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP)
  574. # [02:32] * Joins: Boriss (FlyingToas@moz-45609D95.static.crcy.nv.charter.com)
  575. # [02:32] * Quits: Boriss (FlyingToas@moz-45609D95.static.crcy.nv.charter.com) (Quit: Boriss)
  576. # [02:32] <Mook_as> mjrosenb: http://hg.mozilla.org/mozilla-central/filelog/47713070c007/config/milestone.txt ?
  577. # [02:33] * dholbert is now known as dholbert|afk
  578. # [02:35] * Quits: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP) (Client exited)
  579. # [02:35] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  580. # [02:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f5a438e93854 - Benjamin Peterson - Bug 818559 - Don't ask to unload if we know we're going to download. r=smaug
  581. # [02:35] * Joins: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP)
  582. # [02:36] <mjrosenb> Mook_as: thanks! is there a button anyplace on the web interface that directs to that?
  583. # [02:37] <Mook_as> mjrosenb: yes; "revisions" in the file view, as opposed to "shortlog"/"changelog" on the left
  584. # [02:37] * Quits: dzbarsky (Adium@moz-513F8FDE.wireless-resnet.upenn.edu) (Quit: Leaving.)
  585. # [02:37] <Mook_as> (it's in that row of tiny links at the top)
  586. # [02:37] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0/20121120085223])
  587. # [02:38] <mjrosenb> Mook_as: ahh, that one thew me because the url has mozilla-central/log/commit rather than mozilla-central/filelog/commit
  588. # [02:38] <Mook_as> oh. huh. I think I got the filelog form from a previous version of hgweb
  589. # [02:39] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  590. # [02:39] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  591. # [02:39] <Mook_as> (and baked it into a greasemonkey script that runs on mxr...)
  592. # [02:39] <mjrosenb> it still works!
  593. # [02:39] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  594. # [02:39] * Quits: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: gwagner)
  595. # [02:40] * mjrosenb gives evilpie the evil eye
  596. # [02:40] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  597. # [02:40] <mjrosenb> I haven't had a patch apply cleanly all day :(
  598. # [02:41] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  599. # [02:42] * Joins: dzbarsky (Adium@moz-513F8FDE.wireless-resnet.upenn.edu)
  600. # [02:42] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  601. # [02:43] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  602. # [02:44] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  603. # [02:44] * Quits: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP) (Client exited)
  604. # [02:44] * Joins: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP)
  605. # [02:46] * Quits: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP) (Client exited)
  606. # [02:46] * Joins: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP)
  607. # [02:46] * Quits: _AxS_ (axs@663C19B7.C6DC604B.59660190.IP) (Quit: _AxS_)
  608. # [02:46] * Joins: sn0wb1rd_ (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP)
  609. # [02:47] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  610. # [02:47] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  611. # [02:48] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  612. # [02:48] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  613. # [02:48] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  614. # [02:48] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  615. # [02:50] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  616. # [02:50] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/b675946f1fd3 - Randy Lin - Bug 814326 - Volume steps on the UI is 10 steps which cannot be mapped correctly to the underlying streams. r=sicking, r=fabrice a=blocking-basecamp
  617. # [02:50] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  618. # [02:51] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  619. # [02:52] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  620. # [02:53] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  621. # [02:55] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  622. # [02:57] <mjrosenb> FFFF
  623. # [02:57] <mjrosenb> I *really* need to remember to not pull from m-c when I want to merge to m-i
  624. # [02:57] * khuey is now known as khuey|away
  625. # [02:58] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  626. # [02:58] <mjrosenb> ahh, -r tip
  627. # [02:58] * mjrosenb wonders why that isn't the default
  628. # [02:58] * mjrosenb wonders if he can make it the default
  629. # [02:58] <sfink> for pull or push?
  630. # [02:59] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  631. # [02:59] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  632. # [02:59] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  633. # [02:59] * Joins: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP)
  634. # [02:59] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  635. # [02:59] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  636. # [02:59] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  637. # [02:59] * Quits: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  638. # [03:00] * Joins: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP)
  639. # [03:01] * AutomatedTester is now known as AutomatedTester|AFK
  640. # [03:01] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  641. # [03:01] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  642. # [03:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/63247e9b94ff - Benoit Jacob - Bug 814455 - install skipped_tests_android.txt - r=jgilbert
  643. # [03:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c38be1281766 - Benoit Jacob - Bug 818766 - disable by default losing WebGL contexts on heap-minimize, add a pref for it - r=jgilbert
  644. # [03:01] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  645. # [03:02] * Quits: dzbarsky (Adium@moz-513F8FDE.wireless-resnet.upenn.edu) (Quit: Leaving.)
  646. # [03:03] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  647. # [03:03] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  648. # [03:04] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  649. # [03:05] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  650. # [03:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/21aeb525c630 - Marty Rosenberg - Attempt to fix the issues by disabling IM when we run into a corner case, rev 3, looks good on try (bug 805299, r=dvander)
  651. # [03:05] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Quit: surkov)
  652. # [03:05] * Parts: dvander (dvander@2557E599.66715431.D25A875A.IP) (Leaving)
  653. # [03:05] * Joins: dvander (dvander@2557E599.66715431.D25A875A.IP)
  654. # [03:06] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Ping timeout)
  655. # [03:07] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  656. # [03:07] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Connection reset by peer)
  657. # [03:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2451057af100 - Vincent Chang - Bug 815070 - [Wifi Tethering] Wait driver ready before turning on Wifi tethering. r=mrbkap a=blocking-basecamp
  658. # [03:08] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/a4aad866f079 - Vincent Chang - Bug 815070 - [Wifi Tethering] Wait driver ready before turning on Wifi tethering. r=mrbkap a=blocking-basecamp
  659. # [03:10] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  660. # [03:10] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  661. # [03:11] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Leaving...)
  662. # [03:16] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  663. # [03:19] * Quits: tantek (tantek@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: tantek)
  664. # [03:22] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  665. # [03:23] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  666. # [03:23] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  667. # [03:23] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  668. # [03:23] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  669. # [03:27] * Joins: Edgar (Thunderbir@moz-9BD3A627.dynamic.hinet.net)
  670. # [03:27] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  671. # [03:27] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  672. # [03:28] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  673. # [03:28] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  674. # [03:29] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  675. # [03:32] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  676. # [03:34] * Quits: sewardj (sewardj@moz-B000A619.dip.t-dialin.net) (Ping timeout)
  677. # [03:34] * Joins: sewardj (sewardj@moz-320E3512.dip.t-dialin.net)
  678. # [03:35] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  679. # [03:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a285d038f2c3 - Benoit Jacob - Bug 818766 - forgot to actually flip the pref to false everywhere - r=jgilbert
  680. # [03:37] <jgilbert> bjacob_: hah
  681. # [03:38] * Quits: chewey (chewey@moz-1AB8272B.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  682. # [03:38] * Joins: chewey (chewey@moz-137074F.dip0.t-ipconnect.de)
  683. # [03:41] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  684. # [03:41] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  685. # [03:41] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  686. # [03:43] * joduinn is now known as joduinn-afk
  687. # [03:43] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  688. # [03:44] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  689. # [03:44] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Input/output error)
  690. # [03:46] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  691. # [03:46] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  692. # [03:48] * Quits: sn0wb1rd_ (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP) (Quit: I will be right back)
  693. # [03:50] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  694. # [03:53] * Quits: clever (clever@E350D805.D062F6C5.F9E32CA6.IP) (Ping timeout)
  695. # [03:54] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  696. # [03:54] * Joins: clever (clever@E350D805.D062F6C5.F9E32CA6.IP)
  697. # [03:57] * Joins: dzbarsky (Adium@moz-F8057D4A.wireless-resnet.upenn.edu)
  698. # [03:59] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  699. # [04:00] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  700. # [04:00] * Joins: anton_ (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  701. # [04:01] * Quits: ehugg_ (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg_)
  702. # [04:01] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  703. # [04:01] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  704. # [04:02] * Joins: redfive (chatzilla@moz-62212E81.smartcity.com)
  705. # [04:04] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  706. # [04:06] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Client exited)
  707. # [04:06] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Ping timeout)
  708. # [04:07] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  709. # [04:08] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  710. # [04:08] * Quits: anton_ (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  711. # [04:09] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  712. # [04:09] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  713. # [04:09] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  714. # [04:11] * Quits: dzbarsky (Adium@moz-F8057D4A.wireless-resnet.upenn.edu) (Quit: Leaving.)
  715. # [04:11] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  716. # [04:11] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  717. # [04:12] * Joins: Mook (mook@moz-8F011215.dsl.teksavvy.com)
  718. # [04:12] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  719. # [04:13] * Quits: Waldo (waldo@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0/20121120085223])
  720. # [04:13] * Quits: Edgar (Thunderbir@moz-9BD3A627.dynamic.hinet.net) (Ping timeout)
  721. # [04:15] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  722. # [04:17] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  723. # [04:18] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  724. # [04:18] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  725. # [04:18] * heycam is now known as heycam|away
  726. # [04:19] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  727. # [04:20] * Quits: Matti (chatzilla@moz-64A16B2B.customers.d1-online.com) (Ping timeout)
  728. # [04:20] * Joins: dveditz (dveditz@moz-2B100353.hsd1.ca.comcast.net)
  729. # [04:20] * ChanServ sets mode: +o dveditz
  730. # [04:20] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  731. # [04:21] * Quits: espindola (espindola@moz-BEE32391.dsl.teksavvy.com) (Quit: Ex-Chat)
  732. # [04:21] * Joins: mike5w3c_ (mike@moz-7A566BE1.net)
  733. # [04:21] * Joins: dzbarsky (Adium@moz-F8057D4A.wireless-resnet.upenn.edu)
  734. # [04:22] * heycam|away is now known as heycam
  735. # [04:22] * Quits: mike5w3c_ (mike@moz-7A566BE1.net) (Quit: leaving)
  736. # [04:22] * Joins: phx (Adium@69EEB470.20479294.689607DE.IP)
  737. # [04:23] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  738. # [04:24] * Quits: phx (Adium@69EEB470.20479294.689607DE.IP) (Quit: Leaving.)
  739. # [04:26] * Quits: redfive (chatzilla@moz-62212E81.smartcity.com) (Ping timeout)
  740. # [04:26] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  741. # [04:29] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  742. # [04:32] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  743. # [04:33] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: nbvcx)
  744. # [04:34] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  745. # [04:36] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  746. # [04:36] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  747. # [04:36] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  748. # [04:38] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  749. # [04:38] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  750. # [04:38] <Bas> NeilAway: It does, but nullptr does not :)
  751. # [04:38] <Bas> (I think)
  752. # [04:39] * Quits: dzbarsky (Adium@moz-F8057D4A.wireless-resnet.upenn.edu) (Quit: Leaving.)
  753. # [04:40] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  754. # [04:42] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  755. # [04:44] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  756. # [04:46] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  757. # [04:48] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  758. # [04:49] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  759. # [04:49] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  760. # [04:49] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  761. # [04:50] * Joins: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP)
  762. # [04:51] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  763. # [04:52] * mattwoodrow|away is now known as mattwoodrow
  764. # [04:53] * Joins: hub (hub@moz-A5C4ACAE.cpe.net.cable.rogers.com)
  765. # [04:53] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  766. # [04:53] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  767. # [04:55] * Quits: KLB (Kenneth_Ba@moz-C233EF2B.maine.res.rr.com) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121119183901])
  768. # [04:58] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Quit: leaving)
  769. # [04:58] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  770. # [04:59] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Ping timeout)
  771. # [04:59] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  772. # [05:00] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  773. # [05:00] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  774. # [05:01] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  775. # [05:04] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  776. # [05:05] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  777. # [05:05] * bz writes his second evil code of the day
  778. # [05:05] <bz> Why is it that any time I want something interesting I have to use reinterpret_cast? :(
  779. # [05:07] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Ping timeout)
  780. # [05:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/15cf1f943bc9 - Masatoshi Kimura - Bug 786120 - Implement mousewheel.*.action.override_x. r=smaug
  781. # [05:07] * Quits: ehugg (chatzilla@moz-44D86B1E.cisco.com) (Ping timeout)
  782. # [05:07] <tbsaunde> bz: hacking on cycle collector stuff is making me use reinterpret cast in not really interesting cases :(
  783. # [05:08] <bz> heh
  784. # [05:08] <tbsaunde> but I may be able to get rid of the need for the casts all together if some stuff works out
  785. # [05:08] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Ping timeout)
  786. # [05:08] <sfink> reinterpret_cast adds entropy
  787. # [05:09] * Joins: phx (Adium@69EEB470.20479294.689607DE.IP)
  788. # [05:09] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  789. # [05:09] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  790. # [05:10] * bz is adding sanity with it
  791. # [05:10] <bz> which is hard to believe, I know
  792. # [05:11] * Quits: hub (hub@moz-A5C4ACAE.cpe.net.cable.rogers.com) (Ping timeout)
  793. # [05:11] <tbsaunde> bz: is this more TArray stuff or something else?
  794. # [05:11] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  795. # [05:11] <bz> yes
  796. # [05:11] <bz> https://bugzilla.mozilla.org/show_bug.cgi?id=819523
  797. # [05:11] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Ping timeout)
  798. # [05:12] * Quits: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  799. # [05:15] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  800. # [05:15] <mjrosenb> sfink: I've really wanted a tool that can measure entropy in a project
  801. # [05:15] * Quits: phx (Adium@69EEB470.20479294.689607DE.IP) (Ping timeout)
  802. # [05:15] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  803. # [05:15] <mjrosenb> sfink: other than just "compress it a bunch and see what is the smallest you can get it to is"
  804. # [05:16] <sfink> I want to estimate the entropy of push build results to optimize coalescing for information gain
  805. # [05:18] <sfink> The compression method is pretty handy, though. Obviously, it only gives you one sort of result, but what would you want it for that it doesn't handle well?
  806. # [05:18] <bz> The bad news is that the C++ typesystem is annoyingly stupid
  807. # [05:18] <bz> The good news is conversion operators. Or something.
  808. # [05:19] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  809. # [05:19] <sfink> Why does the good news sound so much like bad news?
  810. # [05:19] <derf> There's a part of C++ that isn't the typesystem?
  811. # [05:20] <bz> heh
  812. # [05:20] <bz> OK
  813. # [05:20] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  814. # [05:21] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  815. # [05:21] <mjrosenb> ok, silly question: where is beta located?
  816. # [05:22] <bz> http://www.mozilla.org/en-US/firefox/channel/ ?
  817. # [05:22] <bz> Or are you looking for the repo?
  818. # [05:22] <mjrosenb> the repo.
  819. # [05:22] <mjrosenb> i need to push something there
  820. # [05:22] <bz> https://hg.mozilla.org/releases/mozilla-beta
  821. # [05:22] <bz> adjust as needed for ssh
  822. # [05:22] <mjrosenb> and 60 seconds of browsing on hg.mozilla.org was not fruitful
  823. # [05:22] <mjrosenb> bz: ty.
  824. # [05:23] <bz> mjrosenb: no problem
  825. # [05:23] <derf> bz: http://yosefk.com/c++fqa/defective.html#defect-7 still cracks me up.
  826. # [05:23] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  827. # [05:24] <bz> heh
  828. # [05:24] <bz> template<typename U, typename Allocator>
  829. # [05:24] <bz> operator const Nullable< nsTArray<U, Allocator> >&() const {
  830. # [05:24] <bz> // Make sure that T is ok to reinterpret to nsTArray<U, Allocator>
  831. # [05:24] <bz> const nsTArray<U, Allocator>& arr = mValue;
  832. # [05:24] <bz> (void)arr;
  833. # [05:24] <bz> return *reinterpret_cast<const Nullable< nsTArray<U, Allocator> >*>(this);
  834. # [05:24] <bz> }
  835. # [05:24] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  836. # [05:24] <bz> That's a method I just added to Nullable<T>
  837. # [05:24] <jdm> o.o
  838. # [05:25] * Quits: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net) (Client exited)
  839. # [05:25] * Joins: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net)
  840. # [05:25] <bz> jdm: I'm not 100% convinced I actually want to check this in
  841. # [05:26] <bz> jdm: the footgun possibilities are too many
  842. # [05:26] * bz already found one bug after writing that code
  843. # [05:27] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  844. # [05:29] * Quits: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com) (Ping timeout)
  845. # [05:30] <bz> Actually...
  846. # [05:30] * bz thinks of a spiffier solution
  847. # [05:30] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  848. # [05:31] <bz> No, nevermind
  849. # [05:31] * Quits: Nikopol (nikopol@moz-68B53A37.chaosorigin.com) (Ping timeout)
  850. # [05:31] * Joins: Nikopol (nikopol@moz-68B53A37.chaosorigin.com)
  851. # [05:40] * cjones is now known as cjones-brb
  852. # [05:44] <squib> anyone around who knows a lot about XHRs? specifically, how they work when hitting 302 redirects?
  853. # [05:44] <jcranmer> I generally read the source code to find out
  854. # [05:45] <jdm> squib: is the next question going to be about custom headers set on the request?
  855. # [05:46] <bz> squib: they follow them
  856. # [05:46] <squib> jdm: it's not. the issue is that the redirect changes the request from POST to GET
  857. # [05:46] <jdm> oh yeah, I think I remember seeing that bug go by
  858. # [05:47] <jdm> I would point you to it if firefox wasn't crashing on startup
  859. # [05:47] * Quits: jammink|email (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  860. # [05:48] <derf> squib: If you don't want to convert POST to GET, use a 301?
  861. # [05:48] <jdm> hmm, what is the solution to a process that won't die with kill -9?
  862. # [05:48] <squib> derf: i don't have control over the server, unfortunately. i'm talking to outlook.com for autodiscovery
  863. # [05:49] <heycam> bz, do you know CSSParserImpl::SetStyleSheet there is a call to mGroupStack.Clear()? can mGroupStack ever remain non-empty when SetStyleSheet is called?
  864. # [05:49] <derf> squib: Well, I'm pretty sure _not_ doing that, at least for non-XHR requests, would break like half the internet.
  865. # [05:50] <squib> derf: that's fair. i mean really, i'd be happy with any solution, including one that let me intercept the redirect and handle it manually
  866. # [05:51] <squib> i can work around the issue too (by doing an MX lookup), but that might not work for all servers that support autodiscovery
  867. # [05:51] * Quits: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net) (Ping timeout)
  868. # [05:52] <derf> Anyway, bug 598304 claims to be fixed.
  869. # [05:52] <derf> Acutally, no, sorry that's about non-POST methods.
  870. # [05:52] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  871. # [05:53] <squib> derf: yeah, i was just looking through that bug
  872. # [05:54] * Quits: @dveditz (dveditz@moz-2B100353.hsd1.ca.comcast.net) (Ping timeout)
  873. # [05:55] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  874. # [05:56] * Joins: dveditz (dveditz@moz-2B100353.hsd1.ca.comcast.net)
  875. # [05:56] * ChanServ sets mode: +o dveditz
  876. # [05:56] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  877. # [05:57] <ewong> !seen sgautherie
  878. # [05:57] <firebot> sgautherie was last seen 19 weeks, 3 days, 14 hours, 53 minutes and 21 seconds ago, saying 'ewong: no problem.' in #seamonkey.
  879. # [05:59] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/9d37e0f7a2fc - Josh Matthews - Bug 769288 - Part 7: Use separate SSL session cache entries for private connections. r=mayhemer
  880. # [05:59] <firebot> http://hg.mozilla.org/mozilla-central/rev/cf30abd71492 - Josh Matthews - Bug 769288 - Part 4: Clear SSL session cache upon leaving private browsing. r=bsmith
  881. # [05:59] <firebot> http://hg.mozilla.org/mozilla-central/rev/4cca693b7579 - Josh Matthews - Bug 769288 - Part 2: Avoid storing intermediate cert data for private contexts. r=bsmith sr=mayhemer
  882. # [06:00] <firebot> http://hg.mozilla.org/mozilla-central/rev/34eb0961da2c - Josh Matthews - Bug 769288 - Part 6: Remove global private browsing NSS cleanup on exit. r=ehsan
  883. # [06:00] <firebot> http://hg.mozilla.org/mozilla-central/rev/4bae3ec53322 - Josh Matthews - Bug 769288 - Part 5: Close private socket connections when the lsat private browsing instance dies. r=bsmith,mcmanus
  884. # [06:00] <firebot> http://hg.mozilla.org/mozilla-central/rev/8ad08c64a89c - Josh Matthews - Bug 769288 - Part 3: Clear all temporary cert overrides upon leaving private browsing. r=bsmith
  885. # [06:00] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  886. # [06:00] <firebot> http://hg.mozilla.org/mozilla-central/rev/fca88031cd47 - Josh Matthews - Bug 769288 - Part 1: Make PSM more amenable to storing concurrent private and non-private data. r=bsmith
  887. # [06:00] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  888. # [06:02] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  889. # [06:02] * ewong is now known as ewong|away
  890. # [06:05] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  891. # [06:05] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  892. # [06:05] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  893. # [06:07] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  894. # [06:07] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Ping timeout)
  895. # [06:08] <derf> squib: Anyway, it looks like we rewrite 301, too, so you'd actually need 308 (I'm not sure we even implement that yet).
  896. # [06:08] <derf> Hmm, bug 714302 says we do.
  897. # [06:09] <squib> derf: unfortunately, the status code is entirely up to the whims of microsoft, since i'm hitting outlook.com (this is for the gaia email app)
  898. # [06:10] <derf> squib: Yeah, just wanted to correct what I said earlier.
  899. # [06:10] <squib> well, thanks for the pointers anyway
  900. # [06:10] <squib> i'll probably just work around the issue for now, since the only way to fix this without breaking the internet would probably be to let XHRs optionally capture redirects. and that's not going to happen for 18.0
  901. # [06:11] <derf> I mean, or add a hack just for outlook.com.
  902. # [06:12] <squib> well, the plan is to avoid autodiscovery for outlook.com and just hardcode the activesync server into our app. but other servers out there could be doing the same thing
  903. # [06:13] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  904. # [06:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/89dca2ab7d86 - Bas Schouten - Bug 816117 - Part 1: Add the ability to pass around a windows Thread Context to StackWalkMain64. r=ehsan
  905. # [06:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cdae5d81c8e3 - Bas Schouten - Bug 816117 - Part 2: Pass the thread context to NS_StackWalk on Win32. r=bgirard
  906. # [06:15] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/33c70f306fd4 - Bas Schouten - Bug 816117 - Part 3: Only get control registers from the profiled thread. r=bgirard
  907. # [06:17] * cjones-brb is now known as cjones
  908. # [06:18] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  909. # [06:20] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  910. # [06:21] * Joins: dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net)
  911. # [06:21] * ChanServ sets mode: +o dbaron
  912. # [06:21] * Joins: sankha93 (sankha93@CAF6D3FF.9C875DCD.9105FBCF.IP)
  913. # [06:21] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/866736a0d734 - Josh Matthews - Backed out changeset 9d37e0f7a2fc (bug 769288)
  914. # [06:22] <firebot> http://hg.mozilla.org/mozilla-central/rev/ad1435b46d44 - Josh Matthews - Backed out changeset 34eb0961da2c (bug 769288)
  915. # [06:22] <firebot> http://hg.mozilla.org/mozilla-central/rev/daf3125cee53 - Josh Matthews - Backed out changeset 4cca693b7579 (bug 769288)
  916. # [06:22] <firebot> http://hg.mozilla.org/mozilla-central/rev/8dd49d118e9c - Josh Matthews - Backed out changeset 8ad08c64a89c (bug 769288)
  917. # [06:22] <firebot> http://hg.mozilla.org/mozilla-central/rev/1fcc461a4bcb - Josh Matthews - Backed out changeset cf30abd71492 (bug 769288)
  918. # [06:22] <firebot> http://hg.mozilla.org/mozilla-central/rev/5badcc8ba3bd - Josh Matthews - Backed out changeset 4bae3ec53322 (bug 769288)
  919. # [06:22] <firebot> http://hg.mozilla.org/mozilla-central/rev/b7fab17d30b7 - Josh Matthews - Backed out changeset fca88031cd47 (bug 769288)
  920. # [06:26] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  921. # [06:27] * Quits: @dveditz (dveditz@moz-2B100353.hsd1.ca.comcast.net) (Ping timeout)
  922. # [06:27] * Quits: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net) (Ping timeout)
  923. # [06:28] <bz> squib: you still there?
  924. # [06:28] <squib> bz: yep
  925. # [06:29] <bz> heycam: I wouldn't think it can....
  926. # [06:29] <bz> squib: redirecting via 301/302 changes the method to GET, yes
  927. # [06:29] <bz> squib: lots of spec verbiage about it...
  928. # [06:29] <squib> bz: yeah, i noticed after i followed the bug derf mentioned
  929. # [06:30] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  930. # [06:30] <heycam> bz, yeah. also PopGroup shouldn't need to check if the array is non-empty. I'm going to stick a few assertions in.
  931. # [06:30] <bz> heycam: That whole stack is just confusing me. :(
  932. # [06:30] <bz> heycam: Wish we had a way to reproduce
  933. # [06:31] <bz> heycam: so I wrote a patch to pref off :scope
  934. # [06:31] <heycam> bz, yeah. there was a change in that file last month that changed the layout of CSSParserImpl. I wonder if that might have helped tickle this crash.
  935. # [06:31] <bz> heycam: but if we're landing scoped stylesheets unpreffed, I'm not sure that's the right thing to do
  936. # [06:31] <heycam> bz, (the ErrorReporter stuff)
  937. # [06:31] <bz> heycam: the bug claims to have a regression range... it's just not informative
  938. # [06:32] <bz> heycam: what's the plan for preffing on or of style scoped?
  939. # [06:32] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  940. # [06:32] <heycam> bz, the plan was to have it preffed on for nightly/aurora, then remember to pref off for beta.
  941. # [06:32] <bz> mmm
  942. # [06:32] <bz> ok
  943. # [06:32] <bz> so maybe we can just use the same pref for both
  944. # [06:32] * bz does not like this "remember" thing
  945. # [06:32] <heycam> neither do I
  946. # [06:33] * Quits: Nikopol (nikopol@moz-68B53A37.chaosorigin.com) (Ping timeout)
  947. # [06:33] <bz> So here's a question
  948. # [06:33] <bz> There's a merge steps checklist
  949. # [06:33] <bz> akeybl and company have it
  950. # [06:33] * Joins: Nikopol (nikopol@moz-68B53A37.chaosorigin.com)
  951. # [06:33] <bz> possibly in script form now
  952. # [06:33] <heycam> I tried looking for a compile time way to check whether we're building for beta/release, but couldn't find anything useful
  953. # [06:33] <bz> Can we just edit that to add the relevant prefs to it?
  954. # [06:33] <heycam> that sounds ok to me
  955. # [06:34] <heycam> so we just have a current list of prefs to check somewhere on the wiki
  956. # [06:34] <bz> or something
  957. # [06:34] * bz mails akeybl and lsblakk
  958. # [06:34] <heycam> that's certainly better than me forgetting to do it!
  959. # [06:34] <heycam> why were you thinking of having :scope preffed off btw?
  960. # [06:36] <jdm> bsmith: you around?
  961. # [06:36] * Parts: dLog (anonymous@moz-8FAE8709.eastlink.ca) (Leaving)
  962. # [06:36] <bsmith> jdm: yes
  963. # [06:36] <bz> heycam: well, that's a good question too.
  964. # [06:36] <jdm> bsmith: I'm seeing test failures because we end up calling SSL_ClearSessionCache without NSS being initialized
  965. # [06:36] <bz> heycam: maybe we should just ship :scope and be done with it.
  966. # [06:36] <heycam> wait
  967. # [06:36] <heycam> bz, actually I don't have a pref for the scoped style stuff
  968. # [06:37] <jdm> bsmith: places like nsSDR make sure to grab the nsINSSComponent service before calling it, which I assume does that
  969. # [06:37] <jdm> any idea if that's possible off the main thread?
  970. # [06:37] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  971. # [06:38] <bsmith> jdm: in nsNSSIOLayerAddToSocket, set a flag in the SharedSSLState that indicates we've created a socket
  972. # [06:38] <bsmith> and then only call SSL_ClearSessionCache if that flag is set?
  973. # [06:38] <bz> heycam: ok
  974. # [06:38] <jdm> that sounds workable
  975. # [06:38] <bsmith> No, we cannot initialize NSS off of the main thread, unfortunately
  976. # [06:38] <bz> heycam: in that case, I would vote to not pref :scope either
  977. # [06:39] <heycam> bz, ok. though that wasn't a conscious decision for <style scoped> :)
  978. # [06:39] <bsmith> because nsNSSComponent::Init uses the prefs service, amongst other reasons
  979. # [06:39] <bz> heycam: ;)
  980. # [06:39] <bz> heycam: by the way, it's _really_ good to have more people doing style system stuff again. ;)
  981. # [06:40] <heycam> yay
  982. # [06:40] <heycam> I feel bad every time I r?dbaron
  983. # [06:40] <heycam> :)
  984. # [06:40] * Joins: mib_0yrqqq (Mibbit@8A3D1A92.82D9748B.E28C2422.IP)
  985. # [06:40] * Quits: mib_0yrqqq (Mibbit@8A3D1A92.82D9748B.E28C2422.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  986. # [06:40] <@dbaron> heycam, worse than r?bz ?
  987. # [06:41] <bsmith> jdm: I guess you want to put that flag (only) in the *private* SharedSSLState.
  988. # [06:41] <jdm> bsmith: correct
  989. # [06:41] <heycam> dbaron, only slightly ;)
  990. # [06:41] <@dbaron> heycam, anyway, we're going to start doing r?heycam at some point soon :-)
  991. # [06:41] <jcranmer> sigh, why can't we just make the prefs system work off-main-thread?
  992. # [06:41] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  993. # [06:41] * heycam wonders what a life having to do reviews might be like :)
  994. # [06:42] * jcranmer wonders what getting timely reviews would be like
  995. # [06:42] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  996. # [06:43] <bsmith> heycam: most of it is dealing with comments like jcranmer's
  997. # [06:44] <jcranmer> the average turnaround on reviews I request is measured in months ... :-(
  998. # [06:44] <heycam> ha
  999. # [06:46] <heycam> I visit www.jal.com. ABP tells me "It seems that you meant www.ual.com. Do you want Adblock Plus to protect you from malicious websites?"
  1000. # [06:46] * heycam wonders if United pay ABP kickbacks
  1001. # [06:46] <bz> heycam: hilarious
  1002. # [06:47] <bz> heycam: not that bad until people figure out you do yours.
  1003. # [06:47] <bz> heycam: or until someone dumps a 500KB patch on you
  1004. # [06:48] <heycam> so the key is to not review in a timely fashion. got it.
  1005. # [06:49] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  1006. # [06:49] <bz> Heh.
  1007. # [06:50] <bz> Thats certainly one approach, and taken by many upstanding citizens in the past.
  1008. # [06:50] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1009. # [06:50] * ChanServ sets mode: +o ehsan
  1010. # [06:53] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  1011. # [06:57] <sankha93> bz:ping
  1012. # [06:57] <sankha93> bz ^
  1013. # [06:58] * Joins: Matti (chatzilla@moz-37608A7.dip.t-dialin.net)
  1014. # [07:00] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1015. # [07:02] <bz> sankha93: ack
  1016. # [07:02] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1017. # [07:03] <sankha93> bz: Ms2ger had said to implement CanvasPattern::GetParentObject and CanvasPattern::WrapObject functions as well
  1018. # [07:03] <sankha93> what do these do specifically
  1019. # [07:04] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1020. # [07:05] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  1021. # [07:07] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1022. # [07:07] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Ping timeout)
  1023. # [07:08] * Quits: Mook (mook@moz-8F011215.dsl.teksavvy.com) (Quit: Mook)
  1024. # [07:09] * Quits: Mossop (mossop@6303B85E.FDE27459.739380AF.IP) (Ping timeout)
  1025. # [07:10] * Joins: Mossop (mossop@6303B85E.FDE27459.739380AF.IP)
  1026. # [07:12] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  1027. # [07:14] * heycam is now known as heycam|away
  1028. # [07:15] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1029. # [07:15] <bz> sankha93: WrapObject creates the JS reflection of the object
  1030. # [07:15] * jlebar is now known as jlebar|away
  1031. # [07:15] <bz> sankha93: GetParentObject can just return null.
  1032. # [07:15] <bz> sankha93: in this case.
  1033. # [07:15] <sankha93> ok..
  1034. # [07:16] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  1035. # [07:17] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Quit: Leaving.)
  1036. # [07:17] <sankha93> bz: any docs on how to do the wrapobject?
  1037. # [07:17] <sankha93> or examples?
  1038. # [07:18] * Quits: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP) (Input/output error)
  1039. # [07:19] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  1040. # [07:21] * Quits: Mossop (mossop@6303B85E.FDE27459.739380AF.IP) (Ping timeout)
  1041. # [07:22] <tbsaunde> sankha93: I think you can just call mozilla::dom::CanvasPatternBinding::WraopObject()
  1042. # [07:23] <sankha93> ok.. thanks tbsaunde! :) I'll try that out..
  1043. # [07:25] * Quits: Matti (chatzilla@moz-37608A7.dip.t-dialin.net) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.17a1/20121205003013])
  1044. # [07:27] <tbsaunde> sankha93: you need to pass it roughly the args you were called with plus maybe this, I'd need to check to be exact, but the types should make it clear :)
  1045. # [07:28] <sankha93> hmm.. yeah!! i'll experiment with that.. ;)
  1046. # [07:29] * heycam|away is now known as heycam
  1047. # [07:39] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1048. # [07:39] <jcranmer> .bucj hcrabner}away
  1049. # [07:39] * jcranmer is now known as jcranmer|away
  1050. # [07:41] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/3f325888eb10 - Chris Jones - Bug 809259: Properly handle allocation failures. r=kanru a=blocking-basecamp
  1051. # [07:44] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1052. # [07:44] * Joins: dveditz (dveditz@moz-2B100353.hsd1.ca.comcast.net)
  1053. # [07:45] * ChanServ sets mode: +o dveditz
  1054. # [07:45] * Joins: glob (glob@moz-23941FA.dsl.pltn13.sbcglobal.net)
  1055. # [07:45] * Quits: glob (glob@moz-23941FA.dsl.pltn13.sbcglobal.net) (Input/output error)
  1056. # [07:46] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  1057. # [07:46] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  1058. # [07:47] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  1059. # [07:48] * Quits: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  1060. # [07:50] <JonathanS> removing prlog soon?
  1061. # [07:51] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  1062. # [07:52] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1063. # [07:54] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  1064. # [07:54] * Quits: sankha93 (sankha93@CAF6D3FF.9C875DCD.9105FBCF.IP) (Quit: Leaving.)
  1065. # [07:56] <mjrosenb> just to verify, I don't need to worry about uplifting the patches for bugs 807156 and 810996, right?
  1066. # [07:58] * Quits: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP) (Quit: Leaving.)
  1067. # [07:59] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  1068. # [08:00] * Joins: sankha93 (sankha93@CAF6D3FF.9C875DCD.9105FBCF.IP)
  1069. # [08:00] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1070. # [08:01] * Joins: MrDHat (chatzilla@267ABE93.E50005A7.68E6523.IP)
  1071. # [08:02] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1072. # [08:03] * mattwoodrow is now known as mattwoodrow|away
  1073. # [08:10] * Joins: phx (Adium@69EEB470.20479294.689607DE.IP)
  1074. # [08:19] * Joins: vigneshwaran (vigneshwar@E7373B3F.7002A224.8B4AB1DB.IP)
  1075. # [08:19] * Quits: vigneshwaran (vigneshwar@E7373B3F.7002A224.8B4AB1DB.IP) (Quit: Leaving.)
  1076. # [08:21] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  1077. # [08:21] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1078. # [08:23] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  1079. # [08:25] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1080. # [08:26] * bz is now known as bz_sleep
  1081. # [08:29] * Quits: MrDHat (chatzilla@267ABE93.E50005A7.68E6523.IP) (Ping timeout)
  1082. # [08:29] <sankha93> bz: u here?
  1083. # [08:29] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1084. # [08:29] * heycam is now known as heycam|away
  1085. # [08:30] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/8b4170258440 - Gabriele Svelto - Bug 811740 - Reduce the amount of unused dirty pages kept by jemalloc to 1MiB in B2G. r=jlebar, r=glandium a=jlebar
  1086. # [08:32] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1087. # [08:32] * Quits: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1088. # [08:33] * Quits: phx (Adium@69EEB470.20479294.689607DE.IP) (Quit: Leaving.)
  1089. # [08:33] <bz_sleep> sankha93: yes, for a few more mins
  1090. # [08:33] <bz_sleep> sankha93: What's up?
  1091. # [08:33] <sankha93> putting ; s :D
  1092. # [08:34] <bz_sleep> heh
  1093. # [08:34] <bz_sleep> And fixed the Wrap() call, yes?
  1094. # [08:34] * Joins: phx (Adium@69EEB470.20479294.689607DE.IP)
  1095. # [08:34] <sankha93> yeah.. fixed that!
  1096. # [08:35] <sankha93> just having some problem with the argument and return types.. working on that now
  1097. # [08:35] <bz_sleep> sankha93: ok
  1098. # [08:36] <bz_sleep> sankha93: let me know
  1099. # [08:36] <sankha93> sure!! :)
  1100. # [08:43] * Joins: harth (harth@moz-8B705092.dsl.dynamic.sonic.net)
  1101. # [08:47] <bz_sleep> ok
  1102. # [08:47] <bz_sleep> heading to bed
  1103. # [08:47] <bz_sleep> sankha93: any last questions?
  1104. # [08:49] <sankha93> bz_sleep: what does this error mean?
  1105. # [08:49] <sankha93> 3:14.65 /home/sankha/oss/nightly/mozilla-central/dom/base/nsDOMClassInfo.cpp:3888:3: error: ‘::nsIDOMCanvasPattern’ has not been declared
  1106. # [08:53] <bz_sleep> sankha93: It means you removed that interface, but didn't fix the places using it
  1107. # [08:53] <bz_sleep> sankha93: You probably need to remove the CanvasPattern classinfo altogether
  1108. # [08:53] <sankha93> hmm.. I'll do a search in MXR and remove it!
  1109. # [08:53] <sankha93> thanks! :)
  1110. # [08:53] <bz_sleep> You're welcome
  1111. # [08:54] * bz_sleep sleeps for real
  1112. # [08:54] <sankha93> goodnight! :D
  1113. # [08:54] * sankha93 bugging a lot! :P
  1114. # [08:57] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  1115. # [08:58] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1116. # [09:00] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1117. # [09:01] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Input/output error)
  1118. # [09:01] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1119. # [09:02] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  1120. # [09:03] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1121. # [09:06] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  1122. # [09:06] * Joins: past (Instantbir@moz-7E50C328.access.hol.gr)
  1123. # [09:06] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1124. # [09:07] * Quits: @dveditz (dveditz@moz-2B100353.hsd1.ca.comcast.net) (Ping timeout)
  1125. # [09:08] * Quits: valenting (Thunderbir@3B82C8D8.FDB3AFA7.FB866788.IP) (Ping timeout)
  1126. # [09:08] * jaws|away is now known as jaws
  1127. # [09:11] * Quits: sankha93 (sankha93@CAF6D3FF.9C875DCD.9105FBCF.IP) (Quit: Leaving.)
  1128. # [09:12] * Joins: Optimizer (Optimizer@BED901F5.D2EC4374.BE90E62C.IP)
  1129. # [09:12] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
  1130. # [09:15] * Joins: RealRaven (Thunderbir@D89D1924.44784521.C3498625.IP)
  1131. # [09:24] <nrc> firebot uuid
  1132. # [09:24] <firebot> a43e26cd-9573-44c7-8fe5-859549eff814 (/msg firebot cid for CID form)
  1133. # [09:25] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Quit: Leaving.)
  1134. # [09:28] * Quits: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp) (Ping timeout)
  1135. # [09:31] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1136. # [09:32] * Quits: Stan_ (Stan@moz-F142ED06.dip.t-dialin.net) (Ping timeout)
  1137. # [09:32] * Joins: Stan_ (Stan@moz-71DF78E7.dip.t-dialin.net)
  1138. # [09:32] * Joins: dzbarsky (Adium@moz-849985E9.phlapa.east.verizon.net)
  1139. # [09:33] * Joins: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net)
  1140. # [09:35] * Quits: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  1141. # [09:35] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1142. # [09:35] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1143. # [09:36] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1144. # [09:38] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1145. # [09:42] * Joins: Ms2ger (Ms2ger@moz-98F42EB2.adsl-dyn.isp.belgacom.be)
  1146. # [09:43] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1147. # [09:44] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1148. # [09:46] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1149. # [09:47] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/4e486ec47f47 - Jeff Muizelaar - Bug 805689. Don't copy when we don't need subpixel AA. r=mwoodrow a=cjones
  1150. # [09:50] * Quits: KWierso|V (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1151. # [09:52] * Quits: hery (weechat@4A83457D.B31F7523.92AEF337.IP) (Ping timeout)
  1152. # [09:54] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1153. # [09:56] * Joins: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net)
  1154. # [09:57] * Ms2ger whacks jesup
  1155. # [09:57] * Joins: KWierso_ (kwierso@moz-296B3117.hsd1.ca.comcast.net)
  1156. # [09:58] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1157. # [09:58] * KWierso_ is now known as KWierso
  1158. # [09:59] * Quits: RealRaven (Thunderbir@D89D1924.44784521.C3498625.IP) (Ping timeout)
  1159. # [10:00] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1160. # [10:01] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  1161. # [10:08] * Joins: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net)
  1162. # [10:12] * Joins: RealRaven (Thunderbir@D89D1924.44784521.C3498625.IP)
  1163. # [10:13] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1164. # [10:15] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1165. # [10:19] * Joins: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net)
  1166. # [10:20] * Quits: @dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net) (Ping timeout)
  1167. # [10:21] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1168. # [10:22] * Quits: dzbarsky (Adium@moz-849985E9.phlapa.east.verizon.net) (Quit: Leaving.)
  1169. # [10:23] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1170. # [10:24] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1171. # [10:25] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1172. # [10:25] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1173. # [10:27] * Joins: KWierso|V (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
  1174. # [10:32] * Quits: RealRaven (Thunderbir@D89D1924.44784521.C3498625.IP) (Quit: RealRaven)
  1175. # [10:33] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1176. # [10:34] * Joins: Paladine (Paladine@E1628F6.53721D22.4D373B22.IP)
  1177. # [10:34] * Quits: phx (Adium@69EEB470.20479294.689607DE.IP) (Quit: Leaving.)
  1178. # [10:43] * Joins: phx (Adium@69EEB470.20479294.689607DE.IP)
  1179. # [10:43] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1180. # [10:44] * Quits: harth (harth@moz-8B705092.dsl.dynamic.sonic.net) (Input/output error)
  1181. # [10:44] * Joins: harth (harth@moz-8B705092.dsl.dynamic.sonic.net)
  1182. # [10:44] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1183. # [10:46] * Quits: harth (harth@moz-8B705092.dsl.dynamic.sonic.net) (Ping timeout)
  1184. # [10:46] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1185. # [10:50] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1186. # [10:50] * Joins: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP)
  1187. # [10:51] * mattwoodrow|away is now known as mattwoodrow
  1188. # [10:52] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  1189. # [10:55] * ewong|sleep is now known as ewong
  1190. # [10:57] * mattwoodrow is now known as mattwoodrow|away
  1191. # [10:58] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1192. # [10:58] * Quits: lerc (quassel@121-74-252-182.telstraclear.net) (Ping timeout)
  1193. # [11:00] * Joins: lerc (quassel@moz-94E6C6FD.telstraclear.net)
  1194. # [11:02] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1195. # [11:02] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1196. # [11:04] * Joins: surkov (surkov@1B8DB759.E35E3D12.E17943EE.IP)
  1197. # [11:06] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Input/output error)
  1198. # [11:07] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1199. # [11:08] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1200. # [11:09] * Joins: smagnin (pike@moz-B0600E70.w92-144.abo.wanadoo.fr)
  1201. # [11:12] * Quits: surkov (surkov@1B8DB759.E35E3D12.E17943EE.IP) (Quit: surkov)
  1202. # [11:13] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1203. # [11:13] * Joins: Neil (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1204. # [11:14] <ewong> according to smaug, |new Event(..)| works in a window.. does that also imply it would work in a tab?
  1205. # [11:14] * Neil is now known as NeilAway
  1206. # [11:14] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  1207. # [11:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9a27274b6616 - Gavin Sharp - Followup to bug 788977: don't unnecessarily preprocess pinstripe's toolbox.css
  1208. # [11:20] * Joins: mak (chatzilla@104EF634.F9B7738E.8628926.IP)
  1209. # [11:22] * Quits: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  1210. # [11:23] <@gavin> ewong: tabs contain windows
  1211. # [11:23] <@gavin> there are various types of "windows"
  1212. # [11:23] <ewong> gavin ah so that means aTab.dispatchEvent(new Event(..)); would work
  1213. # [11:23] <@gavin> sure
  1214. # [11:24] <ewong> \o/ thanks gavin1
  1215. # [11:24] <ewong> s/1/!
  1216. # [11:27] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1217. # [11:27] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1218. # [11:35] <tbsaunde> Ms2ger: want to look at c0715c079f1e and see if you can find a bug? (before I back bits of it out to see if they caused crashes?)
  1219. # [11:35] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1220. # [11:36] * ewong is now known as ewong|sleep
  1221. # [11:38] <Ms2ger> tbsaunde, nothing obvious
  1222. # [11:39] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  1223. # [11:41] <tbsaunde> Ms2ger: yeah, same here
  1224. # [11:43] * Joins: TheOne (one@moz-DF3B2AC0.dip.t-dialin.net)
  1225. # [11:44] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1226. # [11:46] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1227. # [11:47] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1228. # [11:48] * Quits: phx (Adium@69EEB470.20479294.689607DE.IP) (Quit: Leaving.)
  1229. # [11:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/02a65951d77d - Trevor Saunders - partially backout c0715c079f1e bug 801466 part 4 to se if it fixes top crashes
  1230. # [11:52] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  1231. # [11:59] * Joins: darktrojan (geoff@moz-B0044B59.telstraclear.net)
  1232. # [12:02] * Quits: jez (user@moz-4B93ED4.bethere.co.uk) (Ping timeout)
  1233. # [12:04] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1234. # [12:06] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Quit: victorporof)
  1235. # [12:07] * Joins: Edgar (Thunderbir@moz-9BD3A627.dynamic.hinet.net)
  1236. # [12:09] * Joins: jez (user@moz-4B93ED4.bethere.co.uk)
  1237. # [12:10] * Quits: Optimizer (Optimizer@BED901F5.D2EC4374.BE90E62C.IP) (Ping timeout)
  1238. # [12:10] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1239. # [12:12] * Quits: jez (user@moz-4B93ED4.bethere.co.uk) (Ping timeout)
  1240. # [12:12] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1241. # [12:12] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1242. # [12:13] * Joins: FabioMagnoni (fabiomagno@A6F452A4.E9B83AAC.B65F468E.IP)
  1243. # [12:13] * Joins: Optimizer (Optimizer@F5F50945.77C3595E.BE90E62C.IP)
  1244. # [12:16] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/3b1b34e903f2 - ffxbld - No bug, Automated blocklist update from host bld-linux64-ec2-331 - a=blocklist-update
  1245. # [12:19] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1246. # [12:19] * ChanServ sets mode: +o smaug
  1247. # [12:21] * Quits: garnacho (carlos@moz-CDA21724.dyn.user.ono.com) (Ping timeout)
  1248. # [12:24] * Joins: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com)
  1249. # [12:26] * Joins: garnacho (carlos@moz-DA1D79C9.dyn.user.ono.com)
  1250. # [12:27] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1251. # [12:32] * Joins: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it)
  1252. # [12:35] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/3905010a2346 - ffxbld - No bug, Automated blocklist update from host bld-linux64-ec2-388 - a=blocklist-update
  1253. # [12:39] * Joins: atte (atte@moz-401E92F1.dhcp.inet.fi)
  1254. # [12:39] * Quits: darktrojan (geoff@moz-B0044B59.telstraclear.net) (Quit: darktrojan)
  1255. # [12:42] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1256. # [12:45] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1257. # [12:45] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Input/output error)
  1258. # [12:47] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1259. # [12:48] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1260. # [12:49] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  1261. # [12:50] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1262. # [12:50] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1263. # [12:55] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Ping timeout)
  1264. # [12:56] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1265. # [13:12] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  1266. # [13:12] <gaston> ehsan: re 634793, how do nspr commits end up on m-c ? i suppose commits are not done individually, it's rather 'merge nspr 4.9.5 to m-c' commits ?
  1267. # [13:12] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1268. # [13:17] * Joins: cosminx (ck@C7C05874.E84ECEF3.3376CD77.IP)
  1269. # [13:18] * Joins: overholt (overholt@35765CFB.88764A66.72A31D6.IP)
  1270. # [13:19] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1271. # [13:23] * Joins: dao (dao@moz-58C3BCFB.superkabel.de)
  1272. # [13:24] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Quit: Leaving)
  1273. # [13:24] * Quits: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net) (Connection reset by peer)
  1274. # [13:25] * Joins: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net)
  1275. # [13:25] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  1276. # [13:25] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1277. # [13:26] <Ms2ger> gaston, correct
  1278. # [13:27] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1279. # [13:29] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Quit: victorporof)
  1280. # [13:31] * Quits: fhd (u2508@moz-160C58C6.com) (Input/output error)
  1281. # [13:31] * Quits: ttaubert (u2620@moz-160C58C6.com) (Input/output error)
  1282. # [13:31] * Quits: Unfocused (u2622@moz-160C58C6.com) (Input/output error)
  1283. # [13:31] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1284. # [13:31] * Quits: felipe (u2734@moz-160C58C6.com) (Input/output error)
  1285. # [13:33] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  1286. # [13:38] * Quits: ircloggr (nodebot@moz-BBC653D.compute-1.amazonaws.com) (Client exited)
  1287. # [13:39] * Joins: ircloggr (nodebot@moz-804779E.compute-1.amazonaws.com)
  1288. # [13:42] <gaston> groovy, i have a working fix for js/ppc that got broken again for the maybe 15th time
  1289. # [13:42] <gaston> if only my mercurial-log fu wasnt so weak i'd be able to trace which commit broke it to point fingers at
  1290. # [13:43] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  1291. # [13:43] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  1292. # [13:45] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1293. # [13:47] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1294. # [13:48] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1295. # [13:50] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1296. # [13:52] * Joins: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP)
  1297. # [13:55] * ewong|sleep is now known as ewong
  1298. # [13:56] * Joins: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1299. # [13:56] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1300. # [13:57] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  1301. # [13:58] * Joins: Optimizer1 (Optimizer@A382C9F5.58E1DE7B.D2D1FAF0.IP)
  1302. # [13:59] * Quits: Optimizer (Optimizer@F5F50945.77C3595E.BE90E62C.IP) (Ping timeout)
  1303. # [14:01] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
  1304. # [14:04] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1305. # [14:05] * Quits: mak (chatzilla@104EF634.F9B7738E.8628926.IP) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  1306. # [14:07] <gaston> depends/blocks is not enough, we should have 'got broken by' too
  1307. # [14:08] <gaston> and 'is similar too' while here :)
  1308. # [14:09] <Ms2ger> "makes me think of"?
  1309. # [14:10] <gaston> heh
  1310. # [14:12] * Quits: FabioMagnoni (fabiomagno@A6F452A4.E9B83AAC.B65F468E.IP) (Quit: FabioMagnoni)
  1311. # [14:13] * Joins: fhd (uid2508@moz-D63BDBD0.irccloud.com)
  1312. # [14:13] * Joins: ttaubert (uid2620@moz-D63BDBD0.irccloud.com)
  1313. # [14:14] * Joins: Unfocused (uid2622@moz-D63BDBD0.irccloud.com)
  1314. # [14:15] * Joins: felipe (uid2734@moz-D63BDBD0.irccloud.com)
  1315. # [14:20] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  1316. # [14:21] * mjschranz_away is now known as mjschranz_
  1317. # [14:30] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
  1318. # [14:32] * ewong is now known as ewong|sleep
  1319. # [14:34] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1320. # [14:35] * Quits: T3 (T3@moz-76FE1A48.dsl.telesp.net.br) (Ping timeout)
  1321. # [14:39] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1322. # [14:40] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Ping timeout)
  1323. # [14:41] * Fallen|away is now known as Fallen
  1324. # [14:42] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1325. # [14:44] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1326. # [14:45] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1327. # [14:46] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Quit: Leaving...)
  1328. # [14:46] * mjschranz_ is now known as mjschranz
  1329. # [14:47] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  1330. # [14:47] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1331. # [14:48] <glandium> Ms2ger: like "see also" ?
  1332. # [14:48] <Ms2ger> For example
  1333. # [14:48] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1334. # [14:51] * Joins: Mic (Instantbir@moz-ECB3F5F6.superkabel.de)
  1335. # [14:53] * Quits: Mic (Instantbir@moz-ECB3F5F6.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1336. # [14:53] * Joins: Mic (Instantbir@moz-ECB3F5F6.superkabel.de)
  1337. # [14:54] * Quits: Mic (Instantbir@moz-ECB3F5F6.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1338. # [14:55] <mike5w3c> Ms2ger: about the "hg.mozilla.org certificate not verified" problem I had, it seems it's because I need to have a "hostfingerprints" section in my .hgrc with an entry for hg.mozilla.org
  1339. # [14:55] <mike5w3c> that's not mentioned in the build instructions anywhere as far as I can see
  1340. # [14:56] <Ms2ger> Interesting
  1341. # [14:58] * Joins: hub (hub@moz-A5C4ACAE.cpe.net.cable.rogers.com)
  1342. # [14:59] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1343. # [14:59] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1344. # [14:59] * Joins: FabioMagnoni (fabiomagno@F442BB7D.779B70B7.E6458E7E.IP)
  1345. # [15:02] * Fallen is now known as Fallen|away
  1346. # [15:02] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  1347. # [15:02] * Quits: cosminx (ck@C7C05874.E84ECEF3.3376CD77.IP) (Quit: Leaving)
  1348. # [15:08] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Ping timeout)
  1349. # [15:10] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1350. # [15:11] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1351. # [15:12] * Joins: qpalzm (ck@C7C05874.E84ECEF3.3376CD77.IP)
  1352. # [15:13] <qpalzm> does anyone know how to get the value of a CSS property value of a nsIFrame instance?
  1353. # [15:13] <Ms2ger> Probably through GetContent()
  1354. # [15:14] * Quits: RyanVM (RyanVM@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121206170546])
  1355. # [15:15] <qpalzm> yes, i get the nsIContent instance, but then what?
  1356. # [15:16] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1357. # [15:17] * Fallen|away is now known as Fallen
  1358. # [15:18] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1359. # [15:19] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1360. # [15:20] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1361. # [15:20] * Joins: edymtt (chatzilla@E536F841.993731B2.9619A98E.IP)
  1362. # [15:21] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1363. # [15:24] * Quits: garnacho (carlos@moz-DA1D79C9.dyn.user.ono.com) (Ping timeout)
  1364. # [15:26] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1365. # [15:27] * Quits: FabioMagnoni (fabiomagno@F442BB7D.779B70B7.E6458E7E.IP) (Ping timeout)
  1366. # [15:32] * Quits: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it) (Quit: Leaving.)
  1367. # [15:33] * Quits: tchevalier (Thunderbir@moz-B834A1C9.w81-251.abo.wanadoo.fr) (Quit: tchevalier)
  1368. # [15:33] * Joins: tchevalier (Thunderbir@moz-B834A1C9.w81-251.abo.wanadoo.fr)
  1369. # [15:34] * Joins: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com)
  1370. # [15:34] * Quits: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com) (Client exited)
  1371. # [15:35] * Joins: garnacho (carlos@moz-DA1D79C9.dyn.user.ono.com)
  1372. # [15:36] * Joins: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com)
  1373. # [15:36] * Quits: Indig0 (Tomas@moz-A3763BC1.cable.virginmedia.com) (Client exited)
  1374. # [15:36] * Quits: edymtt (chatzilla@E536F841.993731B2.9619A98E.IP) (Client exited)
  1375. # [15:36] * Joins: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it)
  1376. # [15:37] * Quits: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.15/20121130192239])
  1377. # [15:39] * Joins: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com)
  1378. # [15:39] * Quits: Optimizer1 (Optimizer@A382C9F5.58E1DE7B.D2D1FAF0.IP) (Ping timeout)
  1379. # [15:42] * Joins: Optimizer (Optimizer@9930C350.3EA15E8E.BE90E62C.IP)
  1380. # [15:43] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  1381. # [15:43] * Quits: hub (hub@moz-A5C4ACAE.cpe.net.cable.rogers.com) (Ping timeout)
  1382. # [15:46] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1383. # [15:48] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1384. # [15:48] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1385. # [15:51] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  1386. # [15:55] * Quits: smagnin (pike@moz-B0600E70.w92-144.abo.wanadoo.fr) (Client exited)
  1387. # [15:56] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1388. # [15:56] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  1389. # [15:58] * cmcavoy-offline is now known as cmcavoy
  1390. # [15:59] * Quits: Optimizer (Optimizer@9930C350.3EA15E8E.BE90E62C.IP) (Ping timeout)
  1391. # [16:00] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  1392. # [16:02] * Joins: Optimizer (Optimizer@F897CF6.38B3E32A.274D17D6.IP)
  1393. # [16:05] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Quit: leaving)
  1394. # [16:05] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  1395. # [16:05] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1396. # [16:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/46b7a3a221ad - Benjamin Peterson - Bug 819601 - Don't redeclare formal. r=Yoric
  1397. # [16:06] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  1398. # [16:07] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Ping timeout)
  1399. # [16:10] * merike|away is now known as merike
  1400. # [16:13] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1401. # [16:13] * Quits: TheOne (one@moz-DF3B2AC0.dip.t-dialin.net) (Input/output error)
  1402. # [16:14] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  1403. # [16:14] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1404. # [16:15] * Joins: randix_ (rdow@45355E35.CFBC10F9.8B52D585.IP)
  1405. # [16:15] * Quits: randix_ (rdow@45355E35.CFBC10F9.8B52D585.IP) (Input/output error)
  1406. # [16:15] * Joins: randix_ (rdow@45355E35.CFBC10F9.8B52D585.IP)
  1407. # [16:15] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Connection reset by peer)
  1408. # [16:15] * randix_ is now known as randix
  1409. # [16:19] * Joins: surkov (surkov@1B8DB759.E35E3D12.E17943EE.IP)
  1410. # [16:25] * cmcavoy is now known as cmcavoy-offline
  1411. # [16:25] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1412. # [16:26] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1413. # [16:26] * Quits: surkov (surkov@1B8DB759.E35E3D12.E17943EE.IP) (Quit: surkov)
  1414. # [16:34] * Quits: Edgar (Thunderbir@moz-9BD3A627.dynamic.hinet.net) (Quit: Edgar)
  1415. # [16:34] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1416. # [16:36] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  1417. # [16:37] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1418. # [16:37] * ChanServ sets mode: +o smaug
  1419. # [16:39] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1420. # [16:40] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  1421. # [16:40] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  1422. # [16:42] * Joins: glob (glob@moz-23941FA.dsl.pltn13.sbcglobal.net)
  1423. # [16:42] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1424. # [16:45] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  1425. # [16:45] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  1426. # [16:46] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1427. # [16:48] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1428. # [16:50] * Joins: gmoro (guilherme@E3FB33E9.2A9D535C.CD203023.IP)
  1429. # [16:57] * Joins: ekr (ekr@moz-5333917B.mycingular.net)
  1430. # [17:00] * Joins: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com)
  1431. # [17:01] * Joins: greatwarrior (chatzilla@moz-4A5755B8.mtnl.net.in)
  1432. # [17:02] * Joins: amphibulus (Mibbit@7891808D.D7BD0EFD.17A85199.IP)
  1433. # [17:03] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1434. # [17:05] <Callek> wooo, try has [mostly] caught up!
  1435. # [17:05] * Parts: greatwarrior (chatzilla@moz-4A5755B8.mtnl.net.in)
  1436. # [17:06] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  1437. # [17:07] * Quits: ekr (ekr@moz-5333917B.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1438. # [17:07] <amphibulus> Hi hackers!!
  1439. # [17:08] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1440. # [17:08] <amphibulus> I was reading abt Necko in MDN
  1441. # [17:08] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1442. # [17:08] <amphibulus> and I found a broken link
  1443. # [17:08] <amphibulus> I wanted to navigate to "Building Necko Standalone"
  1444. # [17:08] <amphibulus> however got 404 error :(
  1445. # [17:09] <amphibulus> which turned out that, the issue being with the link "value"
  1446. # [17:09] <glob> amphibulus, which page has the 404?
  1447. # [17:09] <amphibulus> which is "https://developer.mozilla.org/en-US/docs/Building Necko standalone"
  1448. # [17:09] <amphibulus> instead of
  1449. # [17:09] <amphibulus> https://developer.mozilla.org/en-US/docs/Building_Necko_standalone
  1450. # [17:09] * Joins: davidb (davidb@moz-1EB292CB.dsl.bell.ca)
  1451. # [17:09] <amphibulus> Can we fix this?
  1452. # [17:09] <glob> amphibulus, yes, just need to know the page to fix :)
  1453. # [17:09] <amphibulus> https://developer.mozilla.org/en-US/docs/Necko
  1454. # [17:10] <amphibulus> I guess this one is this
  1455. # [17:10] <amphibulus> *it
  1456. # [17:10] <amphibulus> sorry for the typo :P
  1457. # [17:11] <amphibulus> this issue gives me 1 tech problem: "Can not we test the web pages and its link? I mean the connectivity / 404 problems??"
  1458. # [17:11] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1459. # [17:12] <amphibulus> isn't there any tool to help us out of testing this?
  1460. # [17:12] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  1461. # [17:13] <glob> amphibulus, fixed, thanks!
  1462. # [17:13] * Joins: Srinath (Mibbit@F7238605.86C9B68C.C6104E0F.IP)
  1463. # [17:14] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  1464. # [17:14] <amphibulus> awesome! :) thanks glob :D
  1465. # [17:15] * Joins: abwillis (abwillis@moz-2C6C40DC.hlrn.qwest.net)
  1466. # [17:15] <amphibulus> glob, don't we have a tool to test the web pages and its link? like the one we saw now?
  1467. # [17:16] <glob> amphibulus, excellent question :) i don't know the answer to that i'm sorry
  1468. # [17:16] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1469. # [17:16] <amphibulus> let me check one for us then
  1470. # [17:16] <amphibulus> thanks :)
  1471. # [17:20] * Quits: davidb (davidb@moz-1EB292CB.dsl.bell.ca) (Quit: davidb)
  1472. # [17:20] <NeilAway> Bas: so why can't you just use NULL everywhere in C code?
  1473. # [17:22] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1474. # [17:25] * Quits: dcrewi (david@moz-AB8667CE.gyrae.net) (Ping timeout)
  1475. # [17:26] * Joins: vfetwnuncszu (david@moz-AB8667CE.gyrae.net)
  1476. # [17:26] * vfetwnuncszu is now known as dcrewi
  1477. # [17:27] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1478. # [17:27] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1479. # [17:27] * Fallen is now known as Fallen|away
  1480. # [17:29] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  1481. # [17:31] * Quits: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1482. # [17:36] * Quits: Srinath (Mibbit@F7238605.86C9B68C.C6104E0F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1483. # [17:37] * Joins: ferongr (ferongr@moz-F1E95145.dyn.edudsl.gr)
  1484. # [17:37] * Joins: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP)
  1485. # [17:39] * glob is now known as glob|away
  1486. # [17:40] * Quits: glob|away (glob@moz-23941FA.dsl.pltn13.sbcglobal.net) (Quit: Leaving...)
  1487. # [17:40] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1488. # [17:40] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  1489. # [17:42] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1490. # [17:43] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1491. # [17:45] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1492. # [17:47] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1493. # [17:47] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1494. # [17:47] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1495. # [17:48] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1496. # [17:48] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1497. # [17:49] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1498. # [17:51] <jesup> Ms2ger: whyfor do you whack me? (seriously, what's up? I'm sure there are plenty of possible reasons ... :-) )
  1499. # [17:51] <Ms2ger> gyp
  1500. # [17:52] <jesup> Ah...
  1501. # [17:52] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1502. # [17:52] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1503. # [17:52] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1504. # [17:55] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1505. # [17:56] <jesup> Given hundreds of directories with dozens of gyp files (many quite long), and an upstream that makes major mods from rev to rev that we track, using the upstream gyp files with a converter (mozmake.py) was the only reasonable choice (and ted agreed). hand-translating to Makefile.in (on each update) would be a nightmare. Not a perfect solution - what is - but a workable one
  1506. # [17:57] <Ms2ger> I agree
  1507. # [17:58] <jesup> If there's a better solution, great - talk to ted and gps. But I don't have a better one today. Or convert all our Makefile.ins to .gyp's ;-)
  1508. # [17:58] <Ms2ger> I just think it's a terrible format for anything remotely complex, and I wouldn't want us to use their frontend
  1509. # [17:58] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1510. # [17:58] * Fallen|away is now known as Fallen
  1511. # [17:58] * Joins: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net)
  1512. # [18:00] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Ping timeout)
  1513. # [18:01] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1514. # [18:02] <jesup> Probably - but every other make system seems to be just as tough though all in slightly different ways. The problem is inherently a painful one when you go beyond the simple cases (which is most of them); all make systems deal ok with the simple case (some better than others). In any case, largely a moot conversation.
  1515. # [18:02] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Quit: victorporof)
  1516. # [18:03] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1517. # [18:06] <mjrosenb> I kind of like cmake
  1518. # [18:06] <mjrosenb> but only from an end user perspective
  1519. # [18:06] * Joins: T3 (T3@7B974490.5BE29FC.16867D26.IP)
  1520. # [18:06] <mjrosenb> where it will give the percentage completed while it is building
  1521. # [18:08] * Quits: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net) (Client exited)
  1522. # [18:10] * Joins: morrison (morrison@moz-E38E38E1.cust-10274.ip.static.uno.uk.net)
  1523. # [18:10] * Quits: morrison (morrison@moz-E38E38E1.cust-10274.ip.static.uno.uk.net) (Client exited)
  1524. # [18:12] * Joins: cdiehl_ (cdiehl@moz-9B161488.pool.mediaways.net)
  1525. # [18:12] * Quits: cdiehl (cdiehl@moz-EB42AD4F.pool.mediaways.net) (Ping timeout)
  1526. # [18:12] * cdiehl_ is now known as cdiehl
  1527. # [18:13] <Ms2ger> mjrosenb, gps had set that up at one point, actually
  1528. # [18:13] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  1529. # [18:13] <mjrosenb> nice!
  1530. # [18:13] * Joins: Edgar (Thunderbir@moz-9BD3A627.dynamic.hinet.net)
  1531. # [18:14] <mjrosenb> Ms2ger: with our make system, or getting us to build with cmake?
  1532. # [18:14] <Ms2ger> I think with non-recursive make
  1533. # [18:14] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1534. # [18:14] * Joins: JeroenDeDauw (j@moz-63397522.dip.t-dialin.net)
  1535. # [18:16] * dholbert|afk is now known as dholbert
  1536. # [18:18] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1537. # [18:18] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1538. # [18:19] * Quits: Edgar (Thunderbir@moz-9BD3A627.dynamic.hinet.net) (Quit: Edgar)
  1539. # [18:23] * Joins: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1540. # [18:26] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Ping timeout)
  1541. # [18:27] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1542. # [18:28] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Quit: Leaving.)
  1543. # [18:29] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1544. # [18:29] * Quits: Optimizer (Optimizer@F897CF6.38B3E32A.274D17D6.IP) (Ping timeout)
  1545. # [18:30] * Joins: randix_ (rdow@45355E35.CFBC10F9.8B52D585.IP)
  1546. # [18:30] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  1547. # [18:30] * randix_ is now known as randix
  1548. # [18:31] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1549. # [18:32] * Joins: Optimizer (Optimizer@31401B02.95458F46.BE90E62C.IP)
  1550. # [18:33] * dholbert is now known as dholbert|afk
  1551. # [18:44] * Quits: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it) (Quit: Leaving.)
  1552. # [18:44] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1553. # [18:45] * Joins: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it)
  1554. # [18:46] * merike is now known as merike|away
  1555. # [18:47] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1556. # [18:47] * Quits: past (Instantbir@moz-7E50C328.access.hol.gr) (Quit: past)
  1557. # [18:47] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1558. # [18:49] * Joins: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  1559. # [18:49] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1560. # [18:50] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  1561. # [18:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b19ebbfd9ce4 - Theo Chevalier - Bug 737600 - When telemetry is disabled in the pref pane, we should update toolkit.telemetry.rejected, r=mak77
  1562. # [18:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a14a9d4f5d16 - Theo Chevalier - Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77
  1563. # [18:55] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1564. # [18:56] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1565. # [18:57] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1566. # [18:57] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1567. # [18:58] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1568. # [18:58] * Quits: cviecco_ (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  1569. # [18:59] * mjschranz is now known as mjschranz_away
  1570. # [18:59] * Joins: FabioMagnoni (fabiomagno@B229EB9D.B112A944.AD91B79.IP)
  1571. # [19:03] * Quits: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP) (Quit: Leaving.)
  1572. # [19:04] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1573. # [19:04] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  1574. # [19:05] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1575. # [19:07] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Ping timeout)
  1576. # [19:08] * Quits: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it) (Quit: Leaving.)
  1577. # [19:08] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1578. # [19:11] * Joins: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net)
  1579. # [19:14] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Connection reset by peer)
  1580. # [19:15] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
  1581. # [19:17] * Joins: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it)
  1582. # [19:21] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Quit: randix)
  1583. # [19:22] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1584. # [19:23] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1585. # [19:25] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1586. # [19:26] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1587. # [19:32] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1588. # [19:32] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Quit: Leaving.)
  1589. # [19:33] * Joins: dzbarsky (Adium@moz-849985E9.phlapa.east.verizon.net)
  1590. # [19:33] * Joins: dzbarsky1 (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  1591. # [19:34] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1592. # [19:34] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1593. # [19:34] * Joins: past (Instantbir@moz-7E50C328.access.hol.gr)
  1594. # [19:34] <bjacob_> glandium: you around?
  1595. # [19:34] * Quits: dzbarsky (Adium@moz-849985E9.phlapa.east.verizon.net) (Ping timeout)
  1596. # [19:36] <bjacob_> glandium: the # define malloc_good_size _malloc_good_size in mozmemory.h is preventing me from using the malloc_good_size function pointer in malloc_table_t, so i am tempted to #undef it
  1597. # [19:36] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1598. # [19:36] * ChanServ sets mode: +o smaug
  1599. # [19:37] * Joins: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net)
  1600. # [19:37] * Quits: FabioMagnoni (fabiomagno@B229EB9D.B112A944.AD91B79.IP) (Quit: FabioMagnoni)
  1601. # [19:38] <derf> bjacob_: Just #define _malloc_good_size malloc_good_size
  1602. # [19:38] <derf> :)
  1603. # [19:38] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  1604. # [19:39] <bjacob_> derf: heh
  1605. # [19:39] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Ping timeout)
  1606. # [19:39] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1607. # [19:39] <derf> (that's only half a joke... it actually works)
  1608. # [19:41] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Ping timeout)
  1609. # [19:41] * Quits: errstr (trane_mozi@moz-EBF7DCE9.errstr.com) (Connection reset by peer)
  1610. # [19:42] <bjacob_> derf: i wasn't sure if it would. #undef works anyway
  1611. # [19:44] * Quits: past (Instantbir@moz-7E50C328.access.hol.gr) (Quit: past)
  1612. # [19:44] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1613. # [19:45] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1614. # [19:46] * Quits: Paladine (Paladine@E1628F6.53721D22.4D373B22.IP) (Quit: )
  1615. # [19:47] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1616. # [19:48] * Joins: cabanier (cabanier@42BAF78.26D857C.43362C16.IP)
  1617. # [19:51] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1618. # [19:52] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  1619. # [19:55] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1620. # [19:57] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1621. # [19:59] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1622. # [19:59] * Joins: dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net)
  1623. # [19:59] * ChanServ sets mode: +o dbaron
  1624. # [20:02] * Quits: abwillis (abwillis@moz-2C6C40DC.hlrn.qwest.net) (Client exited)
  1625. # [20:03] * Joins: abwillis (abwillis@moz-2C6C40DC.hlrn.qwest.net)
  1626. # [20:04] * Joins: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net)
  1627. # [20:06] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1628. # [20:06] * Joins: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP)
  1629. # [20:08] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1630. # [20:08] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1631. # [20:08] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Ping timeout)
  1632. # [20:08] * smooney_ is now known as smooney
  1633. # [20:10] * Joins: hub (hub@moz-A5C4ACAE.cpe.net.cable.rogers.com)
  1634. # [20:11] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  1635. # [20:12] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1636. # [20:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bce6a584bc0f - Brian Hackett - Improve check that code will not be preserved in mjitChunkLimit(), bug 808349. r=dvander
  1637. # [20:14] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  1638. # [20:15] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1639. # [20:16] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  1640. # [20:17] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Ping timeout)
  1641. # [20:17] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  1642. # [20:18] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1643. # [20:19] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  1644. # [20:21] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Ping timeout)
  1645. # [20:22] <@smaug> ++jwir3
  1646. # [20:22] * Quits: jaws (u2871@moz-160C58C6.com) (Input/output error)
  1647. # [20:22] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1648. # [20:22] * Quits: sid0 (u2934@moz-160C58C6.com) (Input/output error)
  1649. # [20:22] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  1650. # [20:24] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1651. # [20:24] <Optimizer> finally, someone did the karma update correctly ..
  1652. # [20:25] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1653. # [20:27] * Quits: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1654. # [20:29] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1655. # [20:30] * Joins: coyotebush1 (corey@moz-2D845411.hsd1.ca.comcast.net)
  1656. # [20:31] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Ping timeout)
  1657. # [20:32] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1658. # [20:32] * Parts: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1659. # [20:32] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1660. # [20:34] * Quits: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  1661. # [20:36] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  1662. # [20:36] * Quits: Optimizer (Optimizer@31401B02.95458F46.BE90E62C.IP) (Ping timeout)
  1663. # [20:37] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  1664. # [20:39] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1665. # [20:39] * Joins: Optimizer (Optimizer@6A9788B3.CC823F19.BE90E62C.IP)
  1666. # [20:43] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1667. # [20:45] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1668. # [20:45] * Joins: victorporof_ (victorporo@DC9E107D.F695A43D.79933D60.IP)
  1669. # [20:45] * Quits: victorporof_ (victorporo@DC9E107D.F695A43D.79933D60.IP) (Client exited)
  1670. # [20:45] * mattwoodrow|away is now known as mattwoodrow
  1671. # [20:46] * Quits: victorporof (victorporo@DC9E107D.F695A43D.79933D60.IP) (Ping timeout)
  1672. # [20:47] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1673. # [20:48] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1674. # [20:48] * Quits: JeroenDeDauw (j@moz-63397522.dip.t-dialin.net) (Quit: Leaving.)
  1675. # [20:51] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1676. # [20:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/94d11f7d9114 - Paolo Amadini - Bug 778699 - Remove calls to addVisit from the "unit" folder. r=mak
  1677. # [20:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a1d63ccf27c5 - Paolo Amadini - Bug 778694 - Remove calls to addVisit from the "queries" folder. r=mak
  1678. # [20:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6a9459220c39 - Paolo Amadini - Bug 776863 - Remove calls to addVisit from the "autocomplete" folder. r=mak
  1679. # [20:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/199a1608cf5e - Paolo Amadini - Bug 776855 - Remove calls to addVisit from the "favicons" folder. r=mak
  1680. # [20:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d8c571638b32 - Paolo Amadini - Bug 775580 - Remove calls to addVisit from test_sorting.js. r=mak
  1681. # [20:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5273eab26e50 - Paolo Amadini - Bug 763295 - Port the bookmarks export service to JavaScript. r=mak
  1682. # [20:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ad310e6a5c44 - Paolo Amadini - Bug 740468 - Replace old synchronous favicons calls in the bookmarks export service. r=mak
  1683. # [20:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ba5ef275e3b5 - Paolo Amadini - Bug 776465 - Remove calls to addVisit from the "expiration" folder. r=mak
  1684. # [20:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/139a9d5cc4d3 - Paolo Amadini - Bug 776872 - Remove calls to addVisit from the "bookmarks" folder. r=mak
  1685. # [20:53] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  1686. # [20:54] * Quits: abwillis (abwillis@moz-2C6C40DC.hlrn.qwest.net) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  1687. # [20:59] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1688. # [21:03] <Optimizer> holy sh t firebot !
  1689. # [21:07] * Quits: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it) (Quit: Leaving.)
  1690. # [21:10] <JonathanS> holy push batman!
  1691. # [21:11] * Quits: cabanier (cabanier@42BAF78.26D857C.43362C16.IP) (Quit: Leaving.)
  1692. # [21:16] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1693. # [21:16] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  1694. # [21:16] * Joins: twi (Adium@moz-2D9B2F17.cust.dsl.vodafone.it)
  1695. # [21:19] * Joins: greatwarrior (chatzilla@moz-1E085E45.mtnl.net.in)
  1696. # [21:21] * Quits: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1697. # [21:21] * Joins: harth (harth@moz-8B705092.dsl.dynamic.sonic.net)
  1698. # [21:24] <tbsaunde> philor|away: any idea if there will be a merge to m-c in time for the next nightly?
  1699. # [21:26] * Quits: hub (hub@moz-A5C4ACAE.cpe.net.cable.rogers.com) (Ping timeout)
  1700. # [21:27] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1701. # [21:27] <Ms2ger> tbsaunde, probably not
  1702. # [21:28] * mattwoodrow is now known as mattwoodrow|away
  1703. # [21:28] <tbsaunde> Ms2ger: uhg :( I don't want to re land that backout on m-c
  1704. # [21:29] <Ms2ger> Then I guess you can do a merge :)
  1705. # [21:29] * Ms2ger looks at inbound
  1706. # [21:29] <tbsaunde> Ms2ger: I don't have any more interest in that, its the tree watching I don't want to do
  1707. # [21:30] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1708. # [21:30] <tbsaunde> Ms2ger: although if there's a green rev you can find I guess I can do it later
  1709. # [21:30] * tbsaunde has never done the merge
  1710. # [21:31] * Joins: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net)
  1711. # [21:32] <Ms2ger> I can do the merge, but I don't want to watch the tree either :)
  1712. # [21:32] <tbsaunde> Ms2ger: that's fine, if you give me a rev I can watch the tree tonight
  1713. # [21:32] <tbsaunde> but I'd like to shower and eat first
  1714. # [21:33] * Parts: greatwarrior (chatzilla@moz-1E085E45.mtnl.net.in)
  1715. # [21:36] * Quits: qpalzm (ck@C7C05874.E84ECEF3.3376CD77.IP) (Quit: Leaving)
  1716. # [21:37] * Joins: raccettura_ (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1717. # [21:37] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Connection reset by peer)
  1718. # [21:37] * raccettura_ is now known as raccettura
  1719. # [21:37] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1720. # [21:38] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1721. # [21:38] <Ms2ger> if (profileStr
  1722. # [21:38] <Ms2ger> == NS_LITERAL_STRING("urn:webm:dash:profile:webm-on-demand:2012")) {
  1723. # [21:38] <Ms2ger> NeilAway is going to love this code
  1724. # [21:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4eddb7e1fc9d - Saurabh Anand - Bug 817785 - Split out WebGLProgram into separate files
  1725. # [21:38] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Connection reset by peer)
  1726. # [21:38] * Joins: satdav (satdav@moz-2B0F19ED.cable.virginmedia.com)
  1727. # [21:39] * Joins: raccettura_ (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1728. # [21:39] <satdav> hello is anyone about who can verify a bug on nightly
  1729. # [21:39] <satdav> for windows
  1730. # [21:39] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Quit: Leaving.)
  1731. # [21:39] <Archaeopteryx> i am on windows
  1732. # [21:40] <satdav> Archaeopteryx, do you see wiki.mozilla.org when you goto edit for a edit
  1733. # [21:40] <satdav> it wont show up the option to edit something
  1734. # [21:40] <satdav> should i file a bug
  1735. # [21:40] <NeilAway> Ms2ger: rofl
  1736. # [21:40] <NeilAway> Ms2ger: no actually, that's ok
  1737. # [21:41] * NeilAway forgot that == is overloaded in C++
  1738. # [21:42] * Quits: dao (dao@moz-58C3BCFB.superkabel.de) (Quit: Leaving.)
  1739. # [21:42] * Quits: raccettura_ (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Ping timeout)
  1740. # [21:44] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1741. # [21:44] <JonathanS> compare is overloaded?
  1742. # [21:44] <Archaeopteryx> satdav: which page are you trying to edit
  1743. # [21:44] <satdav> what protacall do i file a nightly bugunder
  1744. # [21:44] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  1745. # [21:44] * Joins: Matti (chatzilla@moz-37608A7.dip.t-dialin.net)
  1746. # [21:44] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1747. # [21:44] <Ms2ger> Firefox::Untriaged
  1748. # [21:44] <satdav> OK
  1749. # [21:45] * Joins: raccettura_ (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1750. # [21:46] <tbsaunde> NeilAway: isn't a good bit more verbose than .EqualsAscii()?
  1751. # [21:46] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Ping timeout)
  1752. # [21:46] * Quits: raccettura_ (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (No route to host)
  1753. # [21:46] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1754. # [21:46] <Ms2ger> Or EqualsLiteral, which was made for this
  1755. # [21:47] * Joins: Wusel_ (muench@moz-FF0C4FC5.adsl.alicedsl.de)
  1756. # [21:50] <satdav> filling a bug
  1757. # [21:50] <JonathanS> in configure.in, I noticed like "dnl (we might not need the unsignedness check anymore)"
  1758. # [21:51] * Quits: dzbarsky1 (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Quit: Leaving.)
  1759. # [21:51] <Ms2ger> We do
  1760. # [21:52] * Joins: dzbarsky (Adium@moz-849985E9.phlapa.east.verizon.net)
  1761. # [21:53] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Ping timeout)
  1762. # [21:53] * Joins: dzbarsky1 (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  1763. # [21:54] * Quits: dzbarsky (Adium@moz-849985E9.phlapa.east.verizon.net) (Ping timeout)
  1764. # [21:55] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1765. # [21:56] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1766. # [21:56] * mattwoodrow|away is now known as mattwoodrow
  1767. # [21:57] * cmcavoy-offline is now known as cmcavoy
  1768. # [21:58] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (No route to host)
  1769. # [21:58] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1770. # [21:58] <Ms2ger> Yay
  1771. # [21:58] <Ms2ger> Down to one unstarred orange per hour for the last 27 hours
  1772. # [21:58] * Ms2ger doesn't dare to continue scrolling
  1773. # [21:59] * Joins: mib_t3nwpf (Mibbit@856B5F89.9B4540FD.265540B.IP)
  1774. # [21:59] * sheeri-afk is now known as sheeri
  1775. # [22:00] * Quits: mib_t3nwpf (Mibbit@856B5F89.9B4540FD.265540B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1776. # [22:01] * sheeri is now known as sheeri-afk
  1777. # [22:02] <satdav> bug 819708
  1778. # [22:03] <tbsaunde> NeilAway: is there a reason nsCharTraits for PRUnichar goes out of its way to not use memcpy in copyASCII() ?
  1779. # [22:03] <satdav> Archaeopteryx, ^
  1780. # [22:03] <satdav> https://bugzilla.mozilla.org/show_bug.cgi?id=819708
  1781. # [22:04] <Ms2ger> tbsaunde, because it's inflating?
  1782. # [22:05] <satdav> bug https://bugzilla.mozilla.org/show_bug.cgi?id=819708
  1783. # [22:05] <satdav> can someone add that bug as a urgant
  1784. # [22:05] <Matti> satdav: why is that bug in Page info ?
  1785. # [22:06] <satdav> as its a issue with the page
  1786. # [22:06] <tbsaunde> Ms2ger: not sure what you mean by inflating
  1787. # [22:06] <satdav> what complant do i class it as Matti
  1788. # [22:06] <Matti> page info is : Tools: Page info
  1789. # [22:06] <satdav> OK
  1790. # [22:06] <satdav> oh
  1791. # [22:06] <Matti> untriaged if you don't know where it belongs
  1792. # [22:06] <satdav> OK
  1793. # [22:07] <Ms2ger> tbsaunde, it copies the 8-bit characters into an array of 16-bit characters, leaving the top 8 bits of every PRUnichar empty
  1794. # [22:07] <satdav> changed
  1795. # [22:07] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1796. # [22:07] * sheeri-afk is now known as sheeri
  1797. # [22:08] * sheeri is now known as sheeri-afk
  1798. # [22:09] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1799. # [22:09] <Matti> satdav: you mean with "works in Firefox" that it works in Firefox17 or in Firefox10esr ? Do you know if this is a regression only in the latest nightly ?
  1800. # [22:09] <satdav> yes
  1801. # [22:09] <satdav> its only happenign on the latest nightly
  1802. # [22:09] <Matti> it worked in yesterdays nightly ?
  1803. # [22:09] <satdav> Oh
  1804. # [22:09] <satdav> it might be a old one i am using
  1805. # [22:10] <Archaeopteryx> worksforme with latest nightly
  1806. # [22:10] * cmcavoy is now known as cmcavoy-offline
  1807. # [22:11] <satdav> happening on mine
  1808. # [22:11] <satdav> should i add what addons and tat
  1809. # [22:11] <satdav> that i have
  1810. # [22:11] * Quits: parkersikand (Thunderbir@777EE8D1.4A6EA113.6644AB93.IP) (Ping timeout)
  1811. # [22:11] <Matti> no, test instead in the safemode
  1812. # [22:11] <satdav> OK
  1813. # [22:12] <jwir3> smaug, ping?
  1814. # [22:12] * Joins: parkersikand (Thunderbir@moz-98B562CF.dsl.wlfrct.sbcglobal.net)
  1815. # [22:12] <tbsaunde> Ms2ger: that would make sense, but unless I'm being really stupid it copies both bytes of the 2 byte char
  1816. # [22:12] <@smaug> jwir3: pong
  1817. # [22:13] <satdav> still happening here
  1818. # [22:13] <Ms2ger> tbsaunde, right hand side is a 1-byte char array
  1819. # [22:13] * Joins: jaws (uid2871@moz-D63BDBD0.irccloud.com)
  1820. # [22:13] * Joins: sid0 (uid2934@moz-D63BDBD0.irccloud.com)
  1821. # [22:13] <tbsaunde> Ms2ger: yeah, /me wacks self
  1822. # [22:13] <Ms2ger> tbsaunde, you're welcome ;)
  1823. # [22:13] <satdav> Matti, I am using the rich text editor
  1824. # [22:13] <jwir3> smaug: I've been trying to push the patch for b654352 into my mq, and I get some errors having to do with the entry in nsIDOMClassInfo: http://pastebin.mozilla.org/1983081
  1825. # [22:14] <jwir3> smaug: It looks as though it can't find the header file for nsIDOMCaretPosition, but I've verified that it's being generated from the .idl file, and the #include statement is there
  1826. # [22:15] <Ms2ger> jwir3, pastebin your whole patch, please
  1827. # [22:15] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1828. # [22:15] <@smaug> yeah, need more context
  1829. # [22:15] <jwir3> ok
  1830. # [22:16] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1831. # [22:16] <Matti> satdav: i will triage the bug in a few minutes
  1832. # [22:16] <satdav> ok
  1833. # [22:16] * Joins: lizzard (lizhenry@moz-16A82268.dsl.dynamic.sonic.net)
  1834. # [22:16] <Ms2ger> I'd probably say you should use WebIDL by now :)
  1835. # [22:17] <jwir3> Ms2ger, smaug: http://pastebin.mozilla.org/1983082 THat's the whole patch. I took it verbatim from http://hg.mozilla.org/mozilla-central/rev/70b03a8b5a95 and rebased it.
  1836. # [22:18] <@smaug> the merge is wrong
  1837. # [22:18] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1838. # [22:18] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1839. # [22:18] <Ms2ger> Er
  1840. # [22:18] <Ms2ger> I think I can see the issue
  1841. # [22:18] <@smaug> #define DOM_CLASSINFO_WINDOW_MAP_ENTRIES(_support_indexed_db) \
  1842. # [22:18] <@smaug> DOM_CLASSINFO_MAP_ENTRY(nsIDOMWindow) \
  1843. # [22:18] <@smaug> DOM_CLASSINFO_MAP_ENTRY(nsIDOMJSWindow) \
  1844. # [22:18] <@smaug> + DOM_CLASSINFO_MAP_BEGIN(CaretPosition, nsIDOMCaretPosition)
  1845. # [22:19] <@smaug> + DOM_CLASSINFO_MAP_ENTRY(nsIDOMCaretPosition)
  1846. # [22:19] <@smaug> + DOM_CLASSINFO_MAP_END
  1847. # [22:19] * Quits: lizzard (lizhenry@moz-16A82268.dsl.dynamic.sonic.net) (Ping timeout)
  1848. # [22:19] <Ms2ger> And there's a mismerge in nsIDOMDocument.idl too
  1849. # [22:19] <@smaug> those new lines are in totally wrong place
  1850. # [22:19] <@smaug> wow
  1851. # [22:19] <@smaug> that is interesting
  1852. # [22:20] <@smaug> does idl parser not complain about it
  1853. # [22:20] <jwir3> whoa
  1854. # [22:20] <jwir3> it added it twice?
  1855. # [22:20] <Ms2ger> And I wasn't entirely kidding about WebIDL ;)
  1856. # [22:20] <jwir3> maybe there were more errors higher up
  1857. # [22:20] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Ping timeout)
  1858. # [22:20] <jwir3> Ms2ger: I know. I just haven't ever used webidl before... there's a learning curve
  1859. # [22:20] <jwir3> :)
  1860. # [22:20] <jwir3> I'm scared of the curve :)
  1861. # [22:21] <Ms2ger> jwir3, bz has written excellent documentation ;)
  1862. # [22:21] <jwir3> Ms2ger: Fair enough. I will see if I can convert this to WebIDL
  1863. # [22:21] <jwir3> Ms2ger: Does that mean I wouldn't have to mess around with the DOMClassInfo stuff?
  1864. # [22:21] <jwir3> :)
  1865. # [22:22] <satdav> Matti, got 2 people verify it on nightly mburn.s also has from it
  1866. # [22:22] <Ms2ger> jwir3, exactly!
  1867. # [22:22] <jwir3> Ms2ger: Perfect. That is a good solution, then ;)
  1868. # [22:22] * @smaug wishes webidl was easier to use
  1869. # [22:23] <jwir3> oh no
  1870. # [22:23] <jwir3> not what I wanted to hear
  1871. # [22:23] <@smaug> sorry :)
  1872. # [22:23] <jwir3> I want to hear that it's all magic and rainbows and unicorns when I switch to webidl
  1873. # [22:23] <jwir3> ;)
  1874. # [22:23] <Ms2ger> jwir3, the method on nsIDOMDocument will need to return nsISupports for now, and you'll need to keep an nsINode instead of an nsIDOMNode in your nsCaretPosition
  1875. # [22:23] <@smaug> it is mainly just http://mxr.mozilla.org/mozilla-central/source/dom/bindings/Bindings.conf which is über-ugly
  1876. # [22:24] <Ms2ger> You'll need to add a 'CaretPosition': { 'nativeType': 'nsDOMCaretPosition' } to that file smaug hates so much, but that should be about it
  1877. # [22:25] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1878. # [22:27] * Quits: Ms2ger (Ms2ger@moz-98F42EB2.adsl-dyn.isp.belgacom.be) (Quit: nn)
  1879. # [22:27] <@smaug> and possibly some random addExternalIface
  1880. # [22:27] <jwir3> ok
  1881. # [22:31] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1882. # [22:32] <glandium> bjacob_: you shouldn't be using mozmemory.h in the first place
  1883. # [22:33] <Matti> satdav: the rich text editor doesn't load for me in Firefox17
  1884. # [22:33] <satdav> oh
  1885. # [22:33] <satdav> so maybe a issue with all of the branches
  1886. # [22:34] <satdav> when do we expect to get it fixed
  1887. # [22:34] <satdav> wgy isit working on mine
  1888. # [22:36] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  1889. # [22:36] <satdav> its workinghere
  1890. # [22:37] <satdav> Matti, do u want me to sceenshare with you
  1891. # [22:37] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1892. # [22:37] <satdav> U have got the software
  1893. # [22:37] <Matti> no
  1894. # [22:37] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  1895. # [22:38] <satdav> or i can video
  1896. # [22:38] <satdav> it
  1897. # [22:38] <satdav> doing it
  1898. # [22:38] <satdav> for you to prove it
  1899. # [22:39] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1900. # [22:39] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Ping timeout)
  1901. # [22:39] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1902. # [22:40] * Quits: Optimizer (Optimizer@6A9788B3.CC823F19.BE90E62C.IP) (Ping timeout)
  1903. # [22:40] <Matti> satdav: is the Rich text editor working for you in Firefox17 ?
  1904. # [22:40] <satdav> yes
  1905. # [22:40] <satdav> on the latest 17
  1906. # [22:40] <satdav> i took a picture to prove it
  1907. # [22:40] <satdav> well a screenshot
  1908. # [22:41] <satdav> oh now its not
  1909. # [22:42] <Matti> it doesn't work in Firefox17 ?
  1910. # [22:42] <satdav> mow not working
  1911. # [22:42] <Matti> good
  1912. # [22:42] <satdav> so is it a code issue
  1913. # [22:42] <satdav> or is it a mediawiki issue
  1914. # [22:43] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1915. # [22:43] * Joins: Optimizer (Optimizer@7511A79F.F94ECD12.D2D1FAF0.IP)
  1916. # [22:44] <@smaug> satdav: is it perhaps about UA string?
  1917. # [22:44] <@smaug> if not, try to find regression range
  1918. # [22:44] <satdav> OK
  1919. # [22:45] <Matti> smaug: seems to be broken for me in Firefox10ESR
  1920. # [22:45] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1921. # [22:45] <satdav> its in all firefox
  1922. # [22:46] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  1923. # [22:46] <@smaug> oh
  1924. # [22:46] <@smaug> sounds like wiki problem then
  1925. # [22:46] <Matti> yep, moved it to websites as product
  1926. # [22:47] <satdav> OK
  1927. # [22:48] <satdav> their is a componant for wiki.mozilla.org i am sure
  1928. # [22:50] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  1929. # [22:50] * Quits: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP) (Quit: Leaving.)
  1930. # [22:51] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1931. # [22:51] <Archaeopteryx> satdav: Websites > wiki.mozilla.org. and sorry for not confirming your bug
  1932. # [22:51] <satdav> OK
  1933. # [22:51] <satdav> its fine
  1934. # [22:53] * Joins: JeroenDeDauw (j@moz-63397522.dip.t-dialin.net)
  1935. # [22:53] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1936. # [22:53] * Quits: satdav (satdav@moz-2B0F19ED.cable.virginmedia.com) (Quit: Leaving)
  1937. # [22:54] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1938. # [22:57] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1939. # [22:58] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1940. # [23:03] <bjacob_> glandium: but i need mozmemory at least in the cpp file in libxul that needs to call the functions in my lib, right?
  1941. # [23:03] <bjacob_> glandium: but i can #include it only there and not in my tool
  1942. # [23:04] <@smaug> tanvi1: sorry about content policy being too complicated :/
  1943. # [23:04] <@smaug> we really should change the API at some point
  1944. # [23:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2f18ed6d2717 - David Zbarsky - Bug 817332 - Remove XPIDL for HTMLPropertiesCollection/PropertyNodeList r=bz
  1945. # [23:04] <@smaug> but that would break lots of addons
  1946. # [23:05] * Quits: Wusel_ (muench@moz-FF0C4FC5.adsl.alicedsl.de) (Quit: Wusel_)
  1947. # [23:07] <tanvi1> smaug - thats okay :)
  1948. # [23:07] <tanvi1> i just posted a new patch
  1949. # [23:07] * tanvi1 is now known as tanvi
  1950. # [23:07] <tanvi> smaug - your if statement didn't quite work, so i had to separate it
  1951. # [23:07] <tanvi> and first set expanded, then check if it exists
  1952. # [23:08] <tanvi> smaug - is it jst's team that owns the API
  1953. # [23:09] <@smaug> tanvi: well, I guess DOM team and dveditz
  1954. # [23:10] <tanvi> ah okay
  1955. # [23:10] * Quits: harth (harth@moz-8B705092.dsl.dynamic.sonic.net) (Input/output error)
  1956. # [23:10] <@smaug> tanvi: in other words, teams don't own code
  1957. # [23:11] <@smaug> module owns and peers do
  1958. # [23:11] <@smaug> s/owns/owners/
  1959. # [23:11] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/ba252f7d3be6 - Marty Rosenberg - Rather than just infinite looping, or abort compilation on would-be iloops (bug 803470, r=dvander, a=akeybl)
  1960. # [23:13] <@smaug> oh, the principal is a recent addition
  1961. # [23:13] <@smaug> no wonder it felt a bit strange
  1962. # [23:14] <@smaug> added in Bug 767134
  1963. # [23:14] <@smaug> tanvi: FYI ^
  1964. # [23:17] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1965. # [23:17] * Joins: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP)
  1966. # [23:18] <tanvi> smaug - yeah devd added it recently
  1967. # [23:18] <tanvi> which is why it wasn't being used (bsterne's code used the context)
  1968. # [23:18] <tanvi> when all this came up with the expandedprincipal, we realized that the principal was being passed and coudl be used
  1969. # [23:18] * @smaug thinks csp shouldn't use the generic content policy API
  1970. # [23:19] <tanvi> thats a topic we coudl discuss with geekboy and imelven
  1971. # [23:19] <tanvi> anyway, i have to run
  1972. # [23:19] <tanvi> thanks for your reviews smaug!
  1973. # [23:19] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1974. # [23:19] <tanvi> have a good weekend!
  1975. # [23:20] <@smaug> same to you
  1976. # [23:20] <amphibulus> team, I can see an visible "<hr>" in https://developer.mozilla.org/en-US/docs/Source_code_directories_overview
  1977. # [23:20] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1978. # [23:20] <amphibulus> can any one please fix this for us?
  1979. # [23:23] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1980. # [23:23] * Quits: tchevalier (Thunderbir@moz-B834A1C9.w81-251.abo.wanadoo.fr) (Ping timeout)
  1981. # [23:24] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Input/output error)
  1982. # [23:25] * Quits: KWierso|V (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1983. # [23:26] * Joins: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net)
  1984. # [23:27] * Joins: tchevalier (Thunderbir@moz-B834A1C9.w81-251.abo.wanadoo.fr)
  1985. # [23:28] * Quits: mikeratcliffe (mikeratcli@D2016D6C.7BADC02.7CCB197A.IP) (Ping timeout)
  1986. # [23:32] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1987. # [23:32] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1988. # [23:33] * Quits: coyotebush1 (corey@moz-2D845411.hsd1.ca.comcast.net) (Ping timeout)
  1989. # [23:34] * Joins: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  1990. # [23:35] * Joins: mikeratcliffe (mikeratcli@5951044C.4788BC2C.7CCB197A.IP)
  1991. # [23:38] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  1992. # [23:39] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1993. # [23:41] * Quits: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net) (Quit: tantek)
  1994. # [23:44] * Joins: jesup_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1995. # [23:46] * Joins: phx (Adium@69EEB470.20479294.689607DE.IP)
  1996. # [23:46] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1997. # [23:47] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  1998. # [23:49] <NeilAway> tbsaunde: not sure, depends on the space/performance tradeoff of widening all of the ascii characters
  1999. # [23:49] <NeilAway> tbsaunde: also, more widening for your second question
  2000. # [23:50] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  2001. # [23:51] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  2002. # [23:51] * Joins: aw1231 (Mibbit@moz-487486D6.dhcp.embarqhsd.net)
  2003. # [23:53] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  2004. # [23:54] * NeilAway wonders whether amphibulus has grasped the concept of a wiki ;-)
  2005. # [23:55] * Parts: aw1231 (Mibbit@moz-487486D6.dhcp.embarqhsd.net)
  2006. # [23:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b5fa6a857c35 - Saurabh Anand - Bug 814562 - Implement clear() on WeakMaps
  2007. # [23:58] * Joins: alanp (alanp@9E96216F.E0C8DCE4.687958AC.IP)
  2008. # [23:59] * Quits: Optimizer (Optimizer@7511A79F.F94ECD12.D2D1FAF0.IP) (Ping timeout)
  2009. # [23:59] * Quits: alanp_ (alanp@moz-49C51B5A.cpe.distributel.net) (Ping timeout)
  2010. # Session Close: Sun Dec 09 00:00:00 2012

The end :)