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

Options:

  1. # Session Start: Sat Dec 15 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] <Mook_as> looks like it has a IID, at least for how my particular sample is constructed... http://sprunge.us/fFaV
  4. # [00:00] <mrbkap> sicking: pong, maybe?
  5. # [00:00] <Mook_as> (the interesting one here being nsIVariant)
  6. # [00:00] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  7. # [00:01] <sicking> mrbkap: if I have a JS implementation of a XPCOM interface exposed to content, how do I make it throw an exception with a specific .message? Doing |throw new Error("message here")| doesn't seem to work: https://bugzilla.mozilla.org/show_bug.cgi?id=812289#c72
  8. # [00:02] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  9. # [00:02] <bholley> sicking: hi
  10. # [00:02] * Quits: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP) (Quit: Leaving.)
  11. # [00:02] <sicking> bholley: hey! see question for mrbkap above
  12. # [00:03] <bholley> sicking: I was offline
  13. # [00:03] <sicking> bholley: if I have a JS implementation of a XPCOM interface exposed to content, how do I make it throw an exception with a specific .message? Doing |throw new Error("message here")| doesn't seem to work: https://bugzilla.mozilla.org/show_bug.cgi?id=812289#c72
  14. # [00:03] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  15. # [00:03] <bholley> sicking: try throw new Components.Exception
  16. # [00:03] <sicking> bholley: even better would be if we could throw a SecurityError object
  17. # [00:04] <sicking> bholley: |throw new Components.Exception("message")|?
  18. # [00:04] * Quits: jhopkins|buildduty (jhopkins@moz-216F9986.tb.shawcable.net) (Quit: jhopkins|buildduty)
  19. # [00:04] <bholley> sicking: https://developer.mozilla.org/en-US/docs/Components.Exception
  20. # [00:04] <bholley> sicking: a priori, I'd think new Error() would work
  21. # [00:04] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  22. # [00:05] <bholley> sicking: which branch is this on?
  23. # [00:05] <bholley> sicking: I recently fixed bug 810743
  24. # [00:05] <sicking> bholley: Seems like the .message gets lost in the conversion. I imagine this is on the FF18 branch
  25. # [00:05] * Quits: lmandel (lmandel@moz-8932434.cpe.net.cable.rogers.com) (Quit: lmandel)
  26. # [00:05] * Quits: cilias (cilias@moz-D8CAF7D8.cpe.net.cable.rogers.com) (Quit: cilias)
  27. # [00:06] <bholley> sicking: see if the patch in bug 810743 fixes it
  28. # [00:06] * coop is now known as coop|afk
  29. # [00:06] * KaiRo is now known as KaiRo_away
  30. # [00:06] <sicking> bholley: well.. I'm guessing that we do want to create a new exception object. So that it has the right prototype chain etc
  31. # [00:06] <bholley> sicking: right prototype chain?
  32. # [00:06] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  33. # [00:06] <sicking> bholley: I'd rather not uplift 810743 to the B2G branch
  34. # [00:06] <bholley> sicking: when you say "new exception object" are you referring to Ce or window.Error?
  35. # [00:07] <sicking> bholley: so we have a XPIDL interface exposed to web content
  36. # [00:07] <sicking> bholley: and a chrome component implementing that interface
  37. # [00:07] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  38. # [00:07] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  39. # [00:08] <sicking> bholley: the chrome component doing |new Error("message")| (which would create an object presumably parented to the component) doesn't seem to get us an object with .message set to "message"
  40. # [00:08] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  41. # [00:08] <bholley> sicking: "get us" in the sense of creating that in content?
  42. # [00:08] <sicking> bholley: what I would have imagined that we want thrown in the content code, is an object created from window.Error
  43. # [00:09] * Quits: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP) (Input/output error)
  44. # [00:09] <sicking> bholley: right
  45. # [00:09] <bholley> sicking: yeah. XPConnect exception handling is a royal mess
  46. # [00:09] <bholley> bent tried to fix it a few years ago and almost died
  47. # [00:09] <sicking> hah
  48. # [00:09] <sicking> bholley: ok, so without uplifting anything, you say we should try |throw new Components.Exception("message")|?
  49. # [00:10] <bholley> sicking: give it a shot, yeah
  50. # [00:10] <bholley> sicking: it's unlikely to make the object you want
  51. # [00:10] <bholley> sicking: but at least the message will show up
  52. # [00:10] * Parts: Wraithan (wraithan@moz-8C7EB1F3.static.cloud-ips.com) (WeeChat 0.3.8)
  53. # [00:10] <bholley> sicking: throwing a new Error() will probably end you up with a COW
  54. # [00:10] <bholley> sicking: which probably isn't what you want
  55. # [00:11] <bholley> sicking: I'm not sure though
  56. # [00:12] * Quits: marco (Thunderbir@moz-44ABE23F.cust.dsl.teletu.it) (Ping timeout)
  57. # [00:13] * Quits: armenzg_dinner (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Input/output error)
  58. # [00:13] * Joins: marco (Thunderbir@moz-44ABE23F.cust.dsl.teletu.it)
  59. # [00:14] * Quits: glob (glob@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving...)
  60. # [00:15] <Waldo> bholley: not that I wanted that review pointing at me, I'm too far behind to have gotten to it or appreciated it, but if I'd been on it, I'd have asked for an enum { CallerIsXBL, CallerIsntXBL } instead of that rather-unreadable bool in method calls :-)
  61. # [00:16] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  62. # [00:16] <bholley> Waldo: it's ok. It's hopefully going away soon
  63. # [00:16] <Waldo> I will Hold You To That ;-)
  64. # [00:16] <bholley> Waldo: if I succeed in bug 821850
  65. # [00:16] <bholley> Waldo: if I don't, it will not go away
  66. # [00:17] <Waldo> /o\
  67. # [00:17] <Waldo> we should put Don't Use bool Except When Its Meaning Is Obvious in the style guidelines
  68. # [00:17] * Quits: ferjm|afk (ferjm@moz-23947203.red-88-0-242.dynamicip.rima-tde.net) (Quit: Leaving)
  69. # [00:17] * Joins: Mardak (Mardak@2557E599.66715431.D25A875A.IP)
  70. # [00:17] * Quits: chewey (chewey@moz-AFDF7920.dip0.t-ipconnect.de) (Ping timeout)
  71. # [00:18] * catlee is now known as catlee-away
  72. # [00:19] * Joins: ekr (ekr@moz-775B33E8.mycingular.net)
  73. # [00:19] <bholley> Waldo: well, hold on
  74. # [00:19] <bholley> Waldo: on the JSAPI side, the bit is purposely opaque
  75. # [00:19] * seth wishes we could use "enum class"
  76. # [00:19] <bholley> Waldo: because we've been told by SpiderMonks not to add more DOM-specific stuff to SM
  77. # [00:19] * Joins: chewey (chewey@moz-FD2C8AB8.dip0.t-ipconnect.de)
  78. # [00:19] <bholley> Waldo: and that we should do userBit this and userPointer that
  79. # [00:19] <Waldo> bholley: I was thinking in the Gecko signatures; bits in fields are a bit of an exception
  80. # [00:19] <jorendorff> well on the JSAPI side, perhaps ironically, the meaning is never clear
  81. # [00:20] <jorendorff> you never just have an exra "false" at the end of a long parameter list
  82. # [00:20] <jorendorff> in nsJSEnvironment, otoh...
  83. # [00:20] <bholley> Waldo: I specifically tagged the calls
  84. # [00:20] <Waldo> (pun not intended because I am Slow)
  85. # [00:20] <bholley> Waldo: /* aIsXBL = */
  86. # [00:20] <jorendorff> however "going away" has a nice ring to it, carry out
  87. # [00:20] <Waldo> bholley: optional versus mandatory
  88. # [00:20] <jorendorff> er, on
  89. # [00:21] <Waldo> jorendorff: would you like fries with that?
  90. # [00:21] <bholley> Waldo: yes, but the alternative involves finding a shared namespace for that junk
  91. # [00:21] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  92. # [00:21] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  93. # [00:21] <jorendorff> Waldo: this is relevant to my interests, may i subscribe to your refrigerator magnet
  94. # [00:22] <Waldo> if that's not nsIScriptContext.h, I will eat my hat
  95. # [00:22] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  96. # [00:23] <Waldo> given that's declaring an abstract method, that the other's overriding
  97. # [00:23] * Quits: Matti (chatzilla@moz-6F1446DD.dip.t-dialin.net) (Ping timeout)
  98. # [00:23] <Waldo> granted it may be more tricky in general
  99. # [00:23] * mattwoodrow|away is now known as mattwoodrow
  100. # [00:23] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  101. # [00:23] <Waldo> in practice I can't remember it ever being too tricky, in SpiderMonkey or outside it when I've done this
  102. # [00:23] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  103. # [00:24] <jorendorff> it's usually pretty nice actually
  104. # [00:24] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  105. # [00:24] <jorendorff> i obviously don't care much about this or i woulda commented, but it does usually turn out ok
  106. # [00:26] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  107. # [00:27] <jwir3> hm...anyone seeing this when doing hg pull/update: abort: path contains illegal component: /pymake/tests/native-touch.mk
  108. # [00:27] <jwir3> ?
  109. # [00:27] <dholbert> jwir3, yes
  110. # [00:27] <dholbert> jwir3, hg up -C -r default
  111. # [00:27] <dholbert> fixes it
  112. # [00:27] <jwir3> dholbert: thx
  113. # [00:27] <dholbert> (clobbers your working directory)
  114. # [00:27] <jwir3> including the .hg directory?
  115. # [00:27] <dholbert> no
  116. # [00:27] <jwir3> ok
  117. # [00:27] <dholbert> as long as you're already doing an hg pull -u, this won't do anything destructive that that wouldn't do
  118. # [00:28] <jwir3> ok
  119. # [00:28] <dholbert> glandium, any idea why that's happening to everyone?
  120. # [00:29] <dholbert> glandium, (context: https://bugzilla.mozilla.org/show_bug.cgi?id=820351#c9 )
  121. # [00:30] * Quits: eduardn (chatzilla@F633AEEC.B0C74DF7.54460F44.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  122. # [00:31] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  123. # [00:32] * Quits: Dhruv (Dhruv@ADCCF49C.621831E2.388CF16F.IP) (Quit: Leaving.)
  124. # [00:32] * kmoir is now known as kmoir-afk
  125. # [00:32] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  126. # [00:35] * Quits: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (Ping timeout)
  127. # [00:35] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  128. # [00:36] * Quits: ekr (ekr@moz-775B33E8.mycingular.net) (Ping timeout)
  129. # [00:36] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  130. # [00:36] * Joins: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
  131. # [00:37] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  132. # [00:38] * cmcavoy is now known as cmcavoy-offline
  133. # [00:39] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  134. # [00:40] * Quits: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  135. # [00:41] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  136. # [00:41] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Connection reset by peer)
  137. # [00:42] * Quits: marshall_law (marshall@BCC5EC56.B2070AF7.505F6A0C.IP) (Connection reset by peer)
  138. # [00:42] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  139. # [00:42] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  140. # [00:42] * Quits: atte (atte@moz-37C1DF97.dhcp.inet.fi) (Client exited)
  141. # [00:42] * Quits: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net) (Ping timeout)
  142. # [00:43] * Joins: zwol (zack@moz-B5C129C.ece.cmu.edu)
  143. # [00:43] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  144. # [00:43] * Joins: sn0wb1rd__ (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP)
  145. # [00:44] * Quits: sn0wb1rd_ (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP) (Ping timeout)
  146. # [00:45] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  147. # [00:45] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  148. # [00:46] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  149. # [00:47] * nmatsakis is now known as nmatsakis-afk
  150. # [00:47] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  151. # [00:48] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  152. # [00:48] * Quits: zwol (zack@moz-B5C129C.ece.cmu.edu) (Quit: Leaving.)
  153. # [00:49] * hwine is now known as hwine|afk
  154. # [00:50] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
  155. # [00:51] * jcranmer is now known as jcranmer|away
  156. # [00:52] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  157. # [00:52] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  158. # [00:53] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  159. # [00:55] * Quits: nmatsakis-afk (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  160. # [00:58] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  161. # [01:00] * khuey is now known as khuey|away
  162. # [01:01] * Quits: Optimizer (Optimizer@FCB2BA61.5EBECB05.BE90E62C.IP) (Ping timeout)
  163. # [01:04] * Joins: Optimizer (Optimizer@1F831CE.B0C3F0F8.274D17D6.IP)
  164. # [01:04] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  165. # [01:05] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  166. # [01:06] * Joins: nmatsakis-afk (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  167. # [01:06] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  168. # [01:07] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  169. # [01:07] * Quits: bnicholson (bnicholson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  170. # [01:07] * Quits: TheOne (one@moz-8832BB7F.dip.t-dialin.net) (Input/output error)
  171. # [01:07] * Quits: Waldo (waldo@moz-7E986AF1.lodgenet.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  172. # [01:07] * Quits: ehugg (chatzilla@CE3BE0DD.29102B70.6CD50604.IP) (Ping timeout)
  173. # [01:07] * ehugg_ is now known as ehugg
  174. # [01:08] * Quits: randix (rdow@moz-695D2A45.mycingular.net) (Quit: randix)
  175. # [01:08] * Joins: TheOne (one@moz-8832BB7F.dip.t-dialin.net)
  176. # [01:08] * Quits: ehugg (ehugg@84342193.C801773E.730219B6.IP) (Input/output error)
  177. # [01:09] * Joins: ehugg (ehugg@E45EF543.C5EAED67.6CD50604.IP)
  178. # [01:09] <seth> dang it
  179. # [01:09] * Quits: ehugg (ehugg@E45EF543.C5EAED67.6CD50604.IP) (Quit: ehugg)
  180. # [01:09] <seth> can't seem to build
  181. # [01:09] <seth> odd that the build servers seem happy...
  182. # [01:09] <seth> maybe its my .mozconfig
  183. # [01:10] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  184. # [01:10] * Quits: TheOne (one@moz-8832BB7F.dip.t-dialin.net) (Ping timeout)
  185. # [01:11] * Joins: tanvi1 (tanvi@2557E599.66715431.D25A875A.IP)
  186. # [01:11] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  187. # [01:12] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  188. # [01:14] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  189. # [01:17] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  190. # [01:17] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  191. # [01:19] <WG9s> seth: I had an issue today, but was caused by a custom build envireonment i have under windows. Issue was that I did not have a .gdbinit in $topsrcdir
  192. # [01:19] <seth> WG9s: hmm, will take a look
  193. # [01:20] * whimboo is now known as whimboo|afk
  194. # [01:20] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  195. # [01:20] * Joins: kaie2 (kaie@moz-7A23455A.dip.t-dialin.net)
  196. # [01:21] * Quits: kaie (kaie@moz-7E9B9995.dip.t-dialin.net) (Ping timeout)
  197. # [01:21] * kaie2 is now known as kaie
  198. # [01:21] * tanvi1 is now known as tanvi
  199. # [01:23] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  200. # [01:23] * Quits: gwagner (Gregor@2557E599.66715431.D25A875A.IP) (Quit: gwagner)
  201. # [01:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/75e1f24b9af7 - Jonathan Griffin - Bug 821927 - Disable test_redundant_operations.js due to semi-permaorange, a=bustage, CLOSED TREE
  202. # [01:29] * Joins: jgilbert_ (jgilbert@2557E599.66715431.D25A875A.IP)
  203. # [01:30] * Quits: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  204. # [01:30] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  205. # [01:31] * joduinn-mtg is now known as joduinn-brb
  206. # [01:31] * Joins: schien-laptop (schien@moz-EC278916.dynamic.hinet.net)
  207. # [01:31] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  208. # [01:32] * Joins: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP)
  209. # [01:32] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/5706b21f8c95 - Jonathan Griffin - Bug 821927 - Disable test_redundant_operations.js due to semi-permaorange, a=bustage
  210. # [01:32] * Quits: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net) (Quit: jorendorff)
  211. # [01:33] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  212. # [01:33] * ChanServ sets mode: +o dbaron
  213. # [01:39] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  214. # [01:40] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  215. # [01:40] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  216. # [01:40] * jet_ is now known as jet
  217. # [01:41] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  218. # [01:41] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  219. # [01:42] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Ping timeout)
  220. # [01:42] * Quits: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  221. # [01:42] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Ping timeout)
  222. # [01:43] * Joins: rlewis1 (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  223. # [01:43] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  224. # [01:43] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  225. # [01:44] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  226. # [01:44] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  227. # [01:45] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  228. # [01:46] * Joins: Callek (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  229. # [01:46] <seth> Undefined symbols for architecture x86_64:
  230. # [01:46] <seth> "nsIDOMCSSStyleDeclaration::GetPropertyCSSValue(nsAString_internal const&, nsIDOMCSSValue**)", referenced from:
  231. # [01:46] <seth> nsHTMLEditor::CheckPositionedElementBGandFG(nsIDOMElement*, nsAString_internal&) in nsHTMLAbsPosition.o
  232. # [01:46] <seth> sigh
  233. # [01:46] <seth> haven't been able to fix it so far
  234. # [01:47] * AutomatedTester is now known as AutomatedTester|PTO
  235. # [01:47] * Quits: Pike (Pike@moz-2790AB6B.pool.mediaways.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  236. # [01:47] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  237. # [01:48] <seth> who should i talk to about problems building?
  238. # [01:49] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Input/output error)
  239. # [01:49] <seth> the problem seems to be related to the #define nsAString nsAString_internal stuff, but i haven't been able to figure out where the issue is
  240. # [01:49] <seth> it started in a patch that landed today
  241. # [01:49] * Joins: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  242. # [01:50] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  243. # [01:50] <seth> given that it's almost 5 on a friday maybe i'm out of luck...
  244. # [01:50] * Joins: driia (dria@moz-15E37869.home.cgocable.net)
  245. # [01:50] <@gavin> seth: bug 821618
  246. # [01:50] <@gavin> fixed on inbound
  247. # [01:51] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  248. # [01:51] <@gavin> easy patch to cherry pick :)
  249. # [01:51] * Quits: dria (dria@839F034D.5BCEC6DB.DA78B690.IP) (Ping timeout)
  250. # [01:52] <seth> gavin: dang, thanks. =) i probably put too much of the error message in when searching bugzilla; didn't find that
  251. # [01:53] * ewong|away is now known as ewong
  252. # [01:54] * mattwoodrow is now known as mattwoodrow|away
  253. # [01:55] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  254. # [01:55] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Connection reset by peer)
  255. # [01:55] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  256. # [01:55] * Quits: nmatsakis-afk (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Ping timeout)
  257. # [01:56] * Quits: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net) (Quit: Leaving)
  258. # [01:56] * ctalbert is now known as ctalbert|txorbust
  259. # [01:56] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  260. # [01:56] * hwine|afk is now known as hwine-zzz
  261. # [01:57] * ctalbert|txorbust is now known as ctalbert|afk
  262. # [01:57] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: resetting the whole internet)
  263. # [01:58] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  264. # [02:01] * Quits: akeybl (akeybl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving...)
  265. # [02:02] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  266. # [02:02] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  267. # [02:04] * Joins: akeybl (akeybl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  268. # [02:05] * Quits: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  269. # [02:05] <@gavin> FUUUUUUUUUUUUUUUUUUUUUUUUUU browser_social_multiprovider.js
  270. # [02:06] * Quits: akeybl (akeybl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving...)
  271. # [02:06] * Quits: bajaj (Adium@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  272. # [02:07] * Quits: dmose (dmose@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: dmose)
  273. # [02:08] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  274. # [02:08] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  275. # [02:09] <jwir3> is there a place where the X in "Exited with code X duing test run" is defined?
  276. # [02:09] * Joins: nmatsakis-afk (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  277. # [02:09] <jwir3> i.e. what does -11 actually mean?
  278. # [02:10] <ewong> should the OSX 10.7 opt M-3 be retriggered for https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=75e1f24b9af7?
  279. # [02:11] <@gavin> jwir3: they're generally just posix exit statuses
  280. # [02:11] <@gavin> (except on windows)
  281. # [02:11] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Ping timeout)
  282. # [02:12] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  283. # [02:12] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  284. # [02:12] <@gavin> also sometimes they're just made up numbers
  285. # [02:13] * Quits: nmatsakis-afk (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Ping timeout)
  286. # [02:13] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  287. # [02:13] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  288. # [02:13] <@gavin> jwir3: is that SIGSEV?
  289. # [02:14] <ewong> oh.. it's that problem... thanks philor!
  290. # [02:14] <jwir3> gavin: ah. yeah, it could be
  291. # [02:14] <@gavin> (+G)
  292. # [02:14] * Quits: spohl (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  293. # [02:14] <philor> my old nemesis, talos-r4-lion-063
  294. # [02:15] <jwir3> heh, I knew what you meant ;)
  295. # [02:16] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  296. # [02:17] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  297. # [02:18] * Quits: sn0wb1rd__ (sn0wb1rd@63AD9D9D.C768A739.488A906A.IP) (Quit: sn0wb1rd__)
  298. # [02:18] <ewong> bad talos-r4-lion-063
  299. # [02:19] * joduinn-brb is now known as joduinn-mtg
  300. # [02:20] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Ping timeout)
  301. # [02:21] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  302. # [02:21] * jedp is now known as jedp|hackin
  303. # [02:21] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  304. # [02:22] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  305. # [02:22] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  306. # [02:22] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  307. # [02:22] * Quits: Optimizer (Optimizer@1F831CE.B0C3F0F8.274D17D6.IP) (Ping timeout)
  308. # [02:25] * Quits: bdahl (bdahl@2557E599.66715431.D25A875A.IP) (Client exited)
  309. # [02:26] <philor> okay, my bad eye has had enough for one day
  310. # [02:26] * Quits: Mardak (Mardak@2557E599.66715431.D25A875A.IP) (Quit: Mardak)
  311. # [02:26] * Joins: Optimizer (Optimizer@8E899DB6.3A385CE3.274D17D6.IP)
  312. # [02:27] * Joins: lmandel (lmandel@moz-8932434.cpe.net.cable.rogers.com)
  313. # [02:27] <philor> inbound can reopen when any WinXP debug bc at or above bz's backout goes green or doesn't have those two unfiled privatebrowsing failures in it, otherwise somebody will have to look back through the entire day to see when they got introduced and hidden by all the other permaorange in bc
  314. # [02:28] * philor is now known as philor|away
  315. # [02:29] * NeilAway sighs
  316. # [02:30] <NeilAway> is there no way to just turn the startup cache off rather than restarting and purging it every time?
  317. # [02:30] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  318. # [02:31] * WG9s has the same issue with the Windows prefetch garbage.
  319. # [02:32] * Quits: lmandel (lmandel@moz-8932434.cpe.net.cable.rogers.com) (Ping timeout)
  320. # [02:33] * Quits: redfive (chatzilla@2C6272F2.534D15A6.4989C8B.IP) (Ping timeout)
  321. # [02:33] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  322. # [02:34] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  323. # [02:34] * Quits: marco (Thunderbir@moz-44ABE23F.cust.dsl.teletu.it) (Quit: marco)
  324. # [02:34] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  325. # [02:35] * WG9s would personally prefer the system boot faster and the apps start slower. just sayin' ;-)
  326. # [02:35] * Quits: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  327. # [02:36] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  328. # [02:36] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  329. # [02:36] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  330. # [02:36] * Joins: sn0wb1rd_ (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net)
  331. # [02:37] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  332. # [02:38] * Joins: Mardak (Mardak@43CB6079.66715431.D25A875A.IP)
  333. # [02:39] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Ping timeout)
  334. # [02:41] * Quits: Mardak (Mardak@43CB6079.66715431.D25A875A.IP) (Quit: Mardak)
  335. # [02:41] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  336. # [02:41] <dhylands> rstrong: ping
  337. # [02:42] <rstrong> dhylands: hi
  338. # [02:42] * Quits: kanru (kanru@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  339. # [02:42] * lsblakk is now known as lsblakk|afk
  340. # [02:42] <dhylands> Hey. Style question for the review comment you just made
  341. # [02:42] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  342. # [02:42] * Quits: myk (myk@2557E599.66715431.D25A875A.IP) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  343. # [02:42] <dhylands> I can put the if (NS_FAILED) inside the #ifdef, or I can initialize rv to an error condition. DO you have any preference
  344. # [02:43] * Quits: Wolf (chatzilla@moz-F8C1AF63.carolina.res.rr.com) (Connection reset by peer)
  345. # [02:44] <rstrong> dhylands: will gonk use XRE_UPDATE_ROOT_DIR?
  346. # [02:44] <rstrong> as in there are times that should be successful?
  347. # [02:44] * Joins: Wolf (chatzilla@moz-F8C1AF63.carolina.res.rr.com)
  348. # [02:44] <dhylands> yes.
  349. # [02:45] <rstrong> dhylands: go with initializing to an error and though it is obvious why put a short comment explaing why
  350. # [02:45] <dhylands> If there is insufficient space on the sdcard or the sdcard is not otherwise accessible (say becuase its being shared with the PC) then we'll fallback to trying the XRE_UPDATE_ROOT_DIR
  351. # [02:46] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  352. # [02:46] <dhylands> rstrong: So something like: http://pastebin.mozilla.org/1996386
  353. # [02:46] <dhylands> Can't type worth a damn right now
  354. # [02:46] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  355. # [02:47] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  356. # [02:47] <rstrong> dhylands: can't it be initialized like so? nsresult rv = NS_SOMEERROR;
  357. # [02:48] <dhylands> rstrong: Yeah - I just though it would be more explicit with the #else
  358. # [02:48] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  359. # [02:49] <dhylands> But I'm happy either way
  360. # [02:49] <rstrong> the code is close enough to use of the code that I think that would be fine
  361. # [02:49] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  362. # [02:49] <dhylands> rstrong: thanks
  363. # [02:49] <rstrong> np
  364. # [02:51] * Quits: errstr (trane_mozi@moz-EBF7DCE9.errstr.com) (Connection reset by peer)
  365. # [02:57] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  366. # [02:59] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  367. # [03:00] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  368. # [03:01] * Quits: KaiRo_away (robert@moz-310A74D9.adsl.highway.telekom.at) (Input/output error)
  369. # [03:04] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  370. # [03:05] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  371. # [03:05] * Quits: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  372. # [03:11] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  373. # [03:12] * Joins: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net)
  374. # [03:13] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  375. # [03:15] * Quits: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net) (Ping timeout)
  376. # [03:16] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  377. # [03:18] * Joins: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net)
  378. # [03:21] * Quits: rlewis1 (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  379. # [03:23] * Joins: ehugg_lime (ehugg_lime@moz-3605680.mycingular.net)
  380. # [03:23] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  381. # [03:24] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  382. # [03:24] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  383. # [03:25] * Quits: vladan-afk (vladan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  384. # [03:25] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  385. # [03:25] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  386. # [03:25] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  387. # [03:27] <tanvi> do reloads create a new docShell?
  388. # [03:27] * Quits: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121212034329])
  389. # [03:27] <@smaug> no
  390. # [03:27] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
  391. # [03:28] <tanvi> i need to set a flag (userOverrideBlockedMixedActiveContent) and then call BrowserReload()
  392. # [03:28] <@smaug> well, if you reload the top level page, it is possible that the docshell for iframes are recreated
  393. # [03:28] <tanvi> but when I call BrowserReload, the flag is not longer set
  394. # [03:29] * Quits: chewey (chewey@moz-FD2C8AB8.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  395. # [03:29] <tanvi> i'm setting the flag on gBrowser.docshell
  396. # [03:29] * Joins: chewey (chewey@moz-87C42C4C.dip0.t-ipconnect.de)
  397. # [03:30] <@smaug> and you're sure nothing else sets that flag?
  398. # [03:30] <tanvi> i checked the flags for https://mxr.mozilla.org/mozilla-central/source/docshell/base/nsIWebNavigation.idl, to see if there was a flag i could pass into BrowserReload, but nothign matches this use case
  399. # [03:30] <tanvi> yes, i just created this falg
  400. # [03:30] <tanvi> *flag, so nothing else sets it
  401. # [03:31] <@smaug> does gBrowser.docshell point to the same shell all the time?
  402. # [03:31] <tanvi> i'm not sure if it points to the same docshell after reload
  403. # [03:31] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  404. # [03:31] <tanvi> i can test that
  405. # [03:31] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  406. # [03:33] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  407. # [03:33] * Quits: ehugg_lime (ehugg_lime@moz-3605680.mycingular.net) (Client exited)
  408. # [03:34] <@bz> How is the tree looking?
  409. # [03:34] * Quits: nigelb (nigel@moz-8640053A.me) (Client exited)
  410. # [03:35] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  411. # [03:35] <qDot> Looks like the XP debug bc passed
  412. # [03:35] <qDot> So according to philor's statement earlier, should be reopenable.
  413. # [03:36] * Joins: nigelb (nigel@moz-8640053A.me)
  414. # [03:36] * qDot yells for a grownup to come fix this.
  415. # [03:36] * Quits: jedp|hackin (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Ping timeout)
  416. # [03:37] <tanvi> smaug: http://pastebin.mozilla.org/1996485. I get that the docshell hasn't changed
  417. # [03:37] * Joins: dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net)
  418. # [03:37] * ChanServ sets mode: +o dbaron
  419. # [03:38] <tanvi> I do set mUserOverrideBlockedMixedActiveContent(false), in nsDocShell::nsDocShell(): in nsDocShell.cpp
  420. # [03:38] * Quits: sewardj (sewardj@moz-3E1A7FDB.dip.t-dialin.net) (Ping timeout)
  421. # [03:39] * Joins: sewardj (sewardj@moz-B56794CE.dip.t-dialin.net)
  422. # [03:39] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  423. # [03:39] * Quits: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com) (Ping timeout)
  424. # [03:39] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  425. # [03:40] <nigelb> sawrubh: Thanks! :)
  426. # [03:40] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  427. # [03:40] * Joins: fabrice (fabrice@2557E599.66715431.D25A875A.IP)
  428. # [03:40] <@smaug> tanvi: dunno what is causing that... and getting a bit late here
  429. # [03:40] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Input/output error)
  430. # [03:41] <tanvi> okay, thanks for your help smaug!
  431. # [03:41] <tanvi> i'm really close to an implementation!
  432. # [03:44] * Joins: himsin (x@432E449C.6FDFB4BE.1957C0DA.IP)
  433. # [03:45] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  434. # [03:46] * joduinn-mtg is now known as joduinn-afk
  435. # [03:46] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  436. # [03:49] * Joins: dmose (dmose@moz-6530E424.dsl.static.sonic.net)
  437. # [03:49] * dmose looks mournfully at mozilla-inbound
  438. # [03:50] <dmose> does anyone know the prognosis?
  439. # [03:52] <@bz> Are We Green Yet?
  440. # [03:53] <dmose> unclear
  441. # [03:53] <dmose> which is to say, that everything starred says "orangefactor"
  442. # [03:53] <dmose> but there are two unstarred things
  443. # [03:54] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  444. # [03:54] <@bz> Right
  445. # [03:54] <@bz> I just retriggered the B2g Mn
  446. # [03:54] <dmose> and it's not particularly obvious to me that those are orange factor things
  447. # [03:54] <@bz> which is what I think we've been waiting one
  448. # [03:54] <@bz> er, on
  449. # [03:54] <dmose> ah, the Linux64 pho is not believed to be an issue?
  450. # [03:54] <dmose> pgo
  451. # [03:55] <dmose> boy, pho
  452. # [03:55] <dmose> now i'm even hungrier
  453. # [03:55] <@bz> I retriggered that too
  454. # [03:55] <@bz> Just to check
  455. # [03:55] <dmose> ah cool, thanks
  456. # [03:55] <@bz> No problem.
  457. # [03:56] * @bz should have done this when he asked about this stuff earlier..
  458. # [03:56] <dmose> there are also several blue-linkified things
  459. # [03:56] <dmose> 5 and 8 look very familiary
  460. # [03:56] <dmose> i.e. i don't buy that they're part of the problem
  461. # [03:56] <@bz> The good news is that Mn takes like 15 mins to run
  462. # [03:56] <dmose> 2 is not so clear
  463. # [03:57] <@bz> Blue is infra
  464. # [03:57] <dmose> ah, so it's not to be not worth worrying about
  465. # [03:57] <dmose> didn't realize that
  466. # [03:57] <@bz> And has green after it, for the M2s
  467. # [03:57] <@bz> Well, if stuff is consistently blue... that's bad
  468. # [03:57] <dmose> oh, indeed
  469. # [03:57] <@bz> If there was a blue, and then the retrigger is green, it's probably fine
  470. # [03:57] <dmose> right, but it means that it's unlikely to have to do with core code checkin changes
  471. # [03:58] <dmose> only infra code checkin changes
  472. # [03:58] <dmose> or some externality
  473. # [03:58] <@bz> right
  474. # [04:00] <dmose> man, why are the commit messages on tbpl hidden rather than wrapped
  475. # [04:00] <dmose> makes it so much less informative
  476. # [04:02] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  477. # [04:03] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  478. # [04:03] <@bz> yeah
  479. # [04:03] * @bz ponders
  480. # [04:04] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  481. # [04:04] * ChanServ sets mode: +o roc
  482. # [04:05] <@bz> could be done
  483. # [04:05] <@bz> Might want to file a bug on it
  484. # [04:05] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  485. # [04:07] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  486. # [04:07] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  487. # [04:08] <dmose> yeah
  488. # [04:08] <dmose> i tried it once with the debug tools
  489. # [04:08] <dmose> it looks ugly as is with just a CSS tweak
  490. # [04:08] <dmose> i think the boxes would want to be changed as well
  491. # [04:09] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  492. # [04:11] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  493. # [04:18] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  494. # [04:19] <@bz> Mn orange again
  495. # [04:19] * @bz retriggers 4 of them
  496. # [04:21] <dmose> mmm, fun
  497. # [04:21] <dmose> oh, hey, and a bc on WinXP debug
  498. # [04:21] <dmose> :-/
  499. # [04:22] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  500. # [04:22] * Joins: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net)
  501. # [04:23] <@bz> So the initial Mn orange started in http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=54a33584098a&tochange=ba8c91f1d468
  502. # [04:23] <@bz> Too bad there were no b2g Mn builds for a few hours there. :(
  503. # [04:23] <dmose> what is Mn?
  504. # [04:24] * Joins: nmatsakis-afk (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  505. # [04:24] <dmose> McDonald's nosejob?
  506. # [04:24] * nmatsakis-afk is now known as nmatsakis
  507. # [04:24] <@bz> Marionette
  508. # [04:24] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  509. # [04:24] <@bz> Whatever that is
  510. # [04:24] <dmose> oh, heh
  511. # [04:24] <dmose> are you familiar with webdriver?
  512. # [04:24] <@bz> nope
  513. # [04:24] * Joins: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP)
  514. # [04:24] <dmose> bz: how about selenium?
  515. # [04:24] <@bz> vaguely, yeah
  516. # [04:25] <dmose> ok, so selenium does UI testing
  517. # [04:25] <@bz> yep
  518. # [04:25] <dmose> usually, it functions as a Firefox extension
  519. # [04:25] <dmose> web driver is the AJAX protocol that is use to drive this
  520. # [04:25] <dmose> so that one can do these test remotes
  521. # [04:26] <@bz> ok
  522. # [04:26] <dmose> a bunch of web testing folks got together a while ago under w3c auspices
  523. # [04:26] <@bz> Sounds dangerous.
  524. # [04:26] <dmose> and decided it would be helpful to have something in the UI testing space actually standardized
  525. # [04:26] <dmose> so that it would work cross-browser
  526. # [04:26] <@bz> Right, ok.
  527. # [04:26] <@bz> And that's Marionette?
  528. # [04:26] <dmose> and they decided to standardize on the AJAX protocol that web driver userts
  529. # [04:26] <dmose> Marionette is our implementation of a that interface in Gecko
  530. # [04:27] <@bz> ah, I see.
  531. # [04:27] <dmose> right now it's turned on in B2G
  532. # [04:27] <dmose> and i think debug nightly builds
  533. # [04:27] <dmose> (not sure which builds of b2g)
  534. # [04:27] <@bz> tbpl agrees
  535. # [04:27] <dmose> and not android
  536. # [04:27] <@bz> right
  537. # [04:27] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  538. # [04:27] <@bz> so it's failing on b2g only
  539. # [04:28] <dmose> there are some set of tests that use this interface
  540. # [04:28] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  541. # [04:28] <@bz> And both failures are a timeout on the same test
  542. # [04:28] <@bz> so, hm
  543. # [04:28] <philikon> ok, how come i *just* learned about about:mozilla
  544. # [04:28] <philikon> how could you guys keep this from me?!?
  545. # [04:28] * dmose blinks
  546. # [04:28] <dmose> wow, we're sorry man
  547. # [04:28] <dmose> :-)
  548. # [04:29] * Joins: Waldo (waldo@moz-7E986AF1.lodgenet.net)
  549. # [04:29] <@dolske> philikon: rheeeet
  550. # [04:30] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  551. # [04:30] <philikon> dolske: lol
  552. # [04:31] * dmose reads the wikipedia page about it
  553. # [04:31] <@dolske> firebot: rheeeet
  554. # [04:31] <firebot> dolske: rheeeeeeet!
  555. # [04:31] <dmose> wow, i had no idea that it had evolved in so many different directions
  556. # [04:32] <dmose> jwz, ebina, and i came up with that in, uh, ...
  557. # [04:32] <dmose> ok, let's just say i'm old
  558. # [04:32] <philikon> :D
  559. # [04:33] <nigelb> lol
  560. # [04:33] * heycam|away is now known as heycam
  561. # [04:34] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  562. # [04:34] <Waldo> rheeeeeeeeeeeeeeeet
  563. # [04:34] <firebot> rheeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet!
  564. # [04:36] <dmose> rhEeEeEeEeEt
  565. # [04:36] <firebot> rheEeEeEeEeEEeEeEeEeEt!
  566. # [04:36] * dmose hopes somebody's logged in with chatzilla right now
  567. # [04:36] <Waldo> I am!
  568. # [04:36] <mjrosenb> is a fire alarm going off?
  569. # [04:36] <Waldo> it is Glorious
  570. # [04:36] <dmose> Waldo: the link still works? sweeeeeeeet!
  571. # [04:37] <mjrosenb> philikon: about:about ftw.
  572. # [04:37] <Waldo> dmose: yup, link still works
  573. # [04:37] <dmose> ah, memories
  574. # [04:38] * Quits: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net) (Ping timeout)
  575. # [04:38] <dmose> maybe we need about:rheet
  576. # [04:38] * mjrosenb is so confused.
  577. # [04:38] <Waldo> good, good
  578. # [04:38] <philikon> dmose++
  579. # [04:38] <dmose> mjrosenb: a plethora of ancient inside jokes
  580. # [04:39] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  581. # [04:39] <dmose> mostly not all that funny except to a few old farts :-)
  582. # [04:39] <mjrosenb> dmose: noted.
  583. # [04:39] * Waldo notes that the joke *is* an old fart
  584. # [04:39] <dmose> ROFL
  585. # [04:40] <dmose> indeed, indeed
  586. # [04:40] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  587. # [04:40] <dmose> bz: hmmm, that Mn thing might be real
  588. # [04:41] * dmose looks at the log bz pasted earlier
  589. # [04:43] <@bz> dmose: I'm pretty sure it's real, since it's orange twice in the same way
  590. # [04:43] <dmose> 4 times
  591. # [04:43] <dmose> except
  592. # [04:44] <@bz> mjrosenb: this stuff is even before my time, mostly
  593. # [04:44] <dmose> oh, no
  594. # [04:44] <dmose> i think your'e right
  595. # [04:44] <@bz> I mean.. ebina
  596. # [04:44] <@bz> That
  597. # [04:44] <@bz> That's totally before my time.
  598. # [04:44] <dmose> well, about:mozilla started in netscape 1.1
  599. # [04:44] <@bz> That's like the parser before rickg's. ;)
  600. # [04:44] <@bz> dmose: yeah, indeed.
  601. # [04:44] <dmose> as back then mozilla was just a code name for the netscape browser
  602. # [04:44] <@bz> dmose: but even the rheet thing is before my time.....
  603. # [04:45] <@bz> dmose: I saw it around, but it was sorta an old in-joke even by then.
  604. # [04:45] <dmose> yeah, that was the result of a beavis and butthead joke i made to an old netscape co-worker
  605. # [04:45] <dmose> who then made that noise that chatzilla links to
  606. # [04:45] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  607. # [04:45] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  608. # [04:45] <dmose> which i thought was hysterically funny, so i started making it a lot
  609. # [04:45] <@bz> hah
  610. # [04:46] <dmose> and things went downhill from there :-)
  611. # [04:46] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Quit: leaving)
  612. # [04:46] * cjones is now known as cjones-brb
  613. # [04:46] <@bz> waldo: thanks!
  614. # [04:46] <dmose> so i guess it's time to figure out what test_multiple_hold.js is
  615. # [04:46] <@bz> waldo: now I just need a green tree.....
  616. # [04:47] <@bz> dmose: sure looks like it
  617. # [04:47] <@bz> dmose: and who might have broken it
  618. # [04:47] <dmose> indeed
  619. # [04:47] <@bz> dmose: but been masked by the other breakage. :(
  620. # [04:47] <dmose> yeah
  621. # [04:47] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Ping timeout)
  622. # [04:47] <@bz> dmose: one option is to push that last backout on top of various bases to try and see what happens...
  623. # [04:47] <Waldo> bz: isn't there a pine twig? pines are evergreens
  624. # [04:47] * @bz is way too tired to be understanding tests
  625. # [04:47] <dmose> bz: and by "various", i assume you mean "binary-search style"?
  626. # [04:48] * dmose needs to actually go get food
  627. # [04:48] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  628. # [04:48] <@bz> dmose: I have to admit I'd been considering just pushing 10-15 of them
  629. # [04:48] <@bz> dmose: so more like 15-way search style
  630. # [04:48] <dmose> brute force FTW
  631. # [04:48] <@bz> dmose: because latency
  632. # [04:48] <dmose> indeed
  633. # [04:48] <@bz> dmose: Though b2g builds fast...
  634. # [04:48] <dmose> not at all crazy
  635. # [04:48] <@bz> dmose: so maybe it wouldn't be too bad
  636. # [04:48] <@bz> dmose: do you want to, or should I try to?
  637. # [04:49] <dmose> i must run, unforch
  638. # [04:49] <@bz> Ok
  639. # [04:49] <@bz> So the other thing...
  640. # [04:49] <dmose> i can come back later and look at the results
  641. # [04:49] <@bz> jgriffin _disabled_ the other failing test
  642. # [04:49] <dmose> oh, heh
  643. # [04:49] <@bz> So we still don't know what broke it
  644. # [04:49] <@bz> ok
  645. # [04:49] <@bz> I'll do some pushes
  646. # [04:49] <dmose> sounds good
  647. # [04:49] <@bz> and probably mail you the resulting URIs
  648. # [04:49] <dmose> i have a look at try in a while
  649. # [04:50] <dmose> sounds good
  650. # [04:50] <dmose> so if i don't get this sorted out before i have to leave for the evening
  651. # [04:50] <dmose> where should i leave status so that someone can pick up where i left off?
  652. # [04:50] <@bz> I guess we should get a bug filed...
  653. # [04:50] * @bz can do that too
  654. # [04:51] <dmose> ok, file the bug, CC me, and i'll either unhork, or round up the latest intelligence in that bug before i crash
  655. # [04:51] <dmose> thank you muchly, sir
  656. # [04:51] * dmose is now known as dmoseBBIAW
  657. # [04:51] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  658. # [04:52] <@bz> 40 changesets in the range...
  659. # [04:52] * heycam is now known as heycam|away
  660. # [04:52] * @bz has time for maybe two cycles
  661. # [04:53] <@bz> root 40 == 7
  662. # [04:53] <@bz> ok, then
  663. # [04:53] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  664. # [04:54] * Joins: gwagner (Gregor@2557E599.66715431.D25A875A.IP)
  665. # [04:54] <@bz> WAit
  666. # [04:54] <@bz> Waaaaaaaaaaaait
  667. # [04:54] * @bz does one single try push, actually
  668. # [04:55] * mattwoodrow|away is now known as mattwoodrow
  669. # [04:55] <@bz> Or actually...
  670. # [04:55] * @bz retriggers some builds
  671. # [04:56] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  672. # [04:56] * Joins: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net)
  673. # [05:00] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  674. # [05:01] * Joins: Boriss (FlyingToas@moz-A1B956CE.zone16.bethere.co.uk)
  675. # [05:06] * Quits: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net) (Client exited)
  676. # [05:07] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  677. # [05:07] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  678. # [05:07] * Joins: glob (glob@817E9B7E.C3D4F2AA.56F40276.IP)
  679. # [05:08] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  680. # [05:09] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  681. # [05:10] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  682. # [05:12] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  683. # [05:12] * Quits: @dveditz (dveditz@2557E599.66715431.D25A875A.IP) (Ping timeout)
  684. # [05:12] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  685. # [05:13] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  686. # [05:13] * cjones-brb is now known as cjones
  687. # [05:13] * Quits: Optimizer (Optimizer@8E899DB6.3A385CE3.274D17D6.IP) (Ping timeout)
  688. # [05:14] * heycam|away is now known as heycam
  689. # [05:14] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  690. # [05:15] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  691. # [05:16] * Joins: Optimizer (Optimizer@70A8ABB5.B3E1E092.BE90E62C.IP)
  692. # [05:19] * heycam is now known as heycam|away
  693. # [05:22] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  694. # [05:23] * glob is now known as notglob
  695. # [05:24] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  696. # [05:26] * notglob is now known as glob
  697. # [05:26] * Quits: gwagner (Gregor@2557E599.66715431.D25A875A.IP) (Quit: gwagner)
  698. # [05:26] * Joins: jstew (chatzilla@moz-721F2637.wireless.umnet.umich.edu)
  699. # [05:29] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Quit: ZNC - http://znc.sourceforge.net)
  700. # [05:30] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  701. # [05:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6b9550f406de - Boris Zbarsky - Bug 821958. Disable test_multiple_hold.js due to permaorange. a=busted CLOSED TREE
  702. # [05:33] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  703. # [05:35] <Waldo> hmm
  704. # [05:35] * Joins: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  705. # [05:39] <Waldo> bz: you willing to rs= http://pastebin.mozilla.org/1996647 which I might land tonight? fallout from removing "a ton of obsolete nsPluginHost code" in https://hg.mozilla.org/integration/mozilla-inbound/rev/11341616d7cb
  706. # [05:39] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  707. # [05:39] <mjrosenb> you can set up custom handlers for mime types in js?
  708. # [05:39] <Waldo> and I can't build without it :-)
  709. # [05:39] <Waldo> mjrosenb: with permission from the user, somewhat
  710. # [05:41] <@bz> waldo: rs=me
  711. # [05:41] <Waldo> coolio
  712. # [05:44] <mjrosenb> Waldo: I'm thinking of this: http://www.brython.info/index_en.html
  713. # [05:44] <mjrosenb> Waldo: which did not require any intervention on my part
  714. # [05:45] <Waldo> mjrosenb: that's just sniffing the page for <script type="..."> elements and interpreting, I think
  715. # [05:46] <Waldo> mjrosenb: there is some sort of handler-ish thing
  716. # [05:46] <Waldo> mjrosenb: pretty sure it requires user confirmation
  717. # [05:46] <Waldo> mjrosenb: and of course it doesn't allow overloading various types that are builtin and/or sensitive or whatever
  718. # [05:46] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  719. # [05:46] <Waldo> mjrosenb: not sure how cross-origin builds into things as well
  720. # [05:48] * Quits: nmatsakis (nmatsakis@AAE222A3.FDDA6739.2321E71E.IP) (Quit: Computer has gone to sleep.)
  721. # [05:48] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  722. # [05:52] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  723. # [05:52] <@dolske> Waldo: uhm, http://hg.mozilla.org/mozilla-central/rev/e7b35e1e28d4 ?
  724. # [05:53] <Waldo> ...mozilla-central
  725. # [05:53] <Waldo> aargh
  726. # [05:53] <Waldo> h8
  727. # [05:53] <@dolske> :P
  728. # [05:53] <@bz> Yeah, that's silly
  729. # [05:54] <@bz> so I think we should merge
  730. # [05:54] <@bz> after inbound goes green.
  731. # [05:54] * Waldo gives dholbert a beady evil eye
  732. # [05:56] <Waldo> well, at least I can pull that revision into my tree, or something
  733. # [05:57] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  734. # [05:57] * ChanServ sets mode: +o ehsan
  735. # [05:59] * ewong is now known as ewong|away
  736. # [06:00] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  737. # [06:02] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  738. # [06:03] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  739. # [06:04] * Quits: Mossop (mossop@2557E599.66715431.D25A875A.IP) (Ping timeout)
  740. # [06:04] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  741. # [06:08] * Quits: jstew (chatzilla@moz-721F2637.wireless.umnet.umich.edu) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.13.2/20121026204328])
  742. # [06:08] * Quits: glob (glob@817E9B7E.C3D4F2AA.56F40276.IP) (Ping timeout)
  743. # [06:09] <jesup> bz: if a disabled test fails in the forest, does it get starred? ;-)
  744. # [06:11] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  745. # [06:17] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  746. # [06:19] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  747. # [06:21] <dmoseBBIAW> bz: hmmm, we have red on multilocale-clean, whatever that is
  748. # [06:22] <dmoseBBIAW> i've gotta head out now, so assuming that you're gone as well, it sounds like we should turn it over to #developers to decide the next steps
  749. # [06:22] <dmoseBBIAW> #developers, bug 821958 is the bug of record
  750. # [06:22] <dmoseBBIAW> keep on fighting the good fight
  751. # [06:23] * dmoseBBIAW is now known as dmoseAway
  752. # [06:23] <jesup> dmoseAway: I retriggered it
  753. # [06:23] <Waldo> dmoseAway: W == week? have fun
  754. # [06:24] <Waldo> either that or "while"
  755. # [06:24] * Waldo guesses "while", reading scrollback more closely
  756. # [06:24] * Quits: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  757. # [06:25] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  758. # [06:26] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  759. # [06:26] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  760. # [06:26] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  761. # [06:27] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: nbvcx)
  762. # [06:29] * Quits: rillian (giles@moz-29D892D2.osuosl.org) (Ping timeout)
  763. # [06:29] <@bz> ok
  764. # [06:30] * Joins: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net)
  765. # [06:30] * @bz is just gonna reopen the tree
  766. # [06:30] <Waldo> yeeehaw!
  767. # [06:30] <Waldo> bz: or are you going to merge m-c in first maybe? or hold off just in case?
  768. # [06:30] <@bz> 21:12:49 ERROR - TEST-UNEXPECTED-FAIL | test_battery_status_charging.js | ScriptTimeoutException: timed out
  769. # [06:30] <mjrosenb> are we now cowboy coders?
  770. # [06:30] <@bz> Can someone just file that for me, please?
  771. # [06:31] <@bz> Waldo: I'm way to sleepy to attempt a merge
  772. # [06:31] * Waldo is probably not actually going to cowboy-land, but he might land after seeing the dust clear, if he's dumb :-)
  773. # [06:31] <@bz> mjrosenb: "now"?
  774. # [06:31] <Waldo> bz: fine enough
  775. # [06:31] <@bz> waldo: but feel free!
  776. # [06:31] * Waldo could push the cherrypicked rev if he cares
  777. # [06:32] <@bz> Tree is open
  778. # [06:32] <@bz> But someone please do file that battery_status thing
  779. # [06:32] <jesup> \o/
  780. # [06:32] <@bz> blocking bug 821563
  781. # [06:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0e0f68fef5c4 - Randell Jesup - Bug 816640: nrappkit timers need to be threadsafe r=ekr
  782. # [06:34] <jesup> bz: sure
  783. # [06:35] * Joins: antonin (chatzilla@moz-5AEE329.net-82-216-180.issy1.rev.numericable.fr)
  784. # [06:35] * Joins: feer56 (Mibbit@moz-300FF8C4.abhsia.telus.net)
  785. # [06:35] * Parts: feer56 (Mibbit@moz-300FF8C4.abhsia.telus.net)
  786. # [06:37] <@bz> Thanks
  787. # [06:38] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  788. # [06:39] * Quits: Optimizer (Optimizer@70A8ABB5.B3E1E092.BE90E62C.IP) (Ping timeout)
  789. # [06:40] * Joins: Mook (mook@moz-8F011215.dsl.teksavvy.com)
  790. # [06:41] * mattwoodrow is now known as mattwoodrow|away
  791. # [06:42] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  792. # [06:42] * Joins: Optimizer (Optimizer@C0BD7A9C.3DACFE1F.BE90E62C.IP)
  793. # [06:44] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  794. # [06:45] * Joins: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net)
  795. # [06:46] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  796. # [06:47] * Joins: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net)
  797. # [06:48] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  798. # [06:48] * Joins: Mossop (mossop@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  799. # [06:48] * Quits: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net) (Quit: wesj1)
  800. # [06:50] <Bas> How do I convince firefox the last startup was -not- a crash?
  801. # [06:50] <Bas> i.e. what do I need to kill in the profile.
  802. # [06:52] * Joins: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net)
  803. # [06:52] * Quits: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net) (Input/output error)
  804. # [06:54] * @bz usually runs an opt build on that profile
  805. # [06:54] <@bz> and that solves the problem
  806. # [06:55] * Parts: antonin (chatzilla@moz-5AEE329.net-82-216-180.issy1.rev.numericable.fr)
  807. # [06:55] * Quits: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net) (Client exited)
  808. # [06:56] <Bas> Heh :)
  809. # [06:59] <mjrosenb> yes.
  810. # [06:59] <mjrosenb> I have nuked my last arm box that can run perf :(
  811. # [06:59] <mjrosenb> although
  812. # [06:59] <mjrosenb> iirc, perf was never quite right on that machine
  813. # [07:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a6ba8f732257 - Thomas Zimmermann - Bug 817730: Abort connect if rilproxy is not ready [r=kyle]
  814. # [07:08] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  815. # [07:08] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  816. # [07:10] * bz is now known as bz_sleep
  817. # [07:11] * Quits: Waldo (waldo@moz-7E986AF1.lodgenet.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  818. # [07:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7d37287856bd - Gary Kwong - Bug 810767 - Update Valgrind flags in jit_test.py, r=njn
  819. # [07:16] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  820. # [07:17] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  821. # [07:18] <@dbaron> Bas, change "state": "running" to "state": "stopped" very near the end of sessionstore.js ?
  822. # [07:18] <@dbaron> Bas, although I'm not sure if that's the definition you're interested in... there might be another one
  823. # [07:19] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  824. # [07:20] <Bas> dbaron: Thanks :) Used bz's trick now but will try it next time :)
  825. # [07:20] * Joins: purezen (aditya@EB918305.9DDF7FE1.34AA0C06.IP)
  826. # [07:23] * Joins: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net)
  827. # [07:28] * Quits: lizzard (ehenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  828. # [07:37] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  829. # [07:38] * Quits: @dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net) (Ping timeout)
  830. # [07:39] * Joins: atte (atte@moz-37C1DF97.dhcp.inet.fi)
  831. # [07:42] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  832. # [07:43] * Quits: dzbarsky (Adium@moz-6E469596.wireless-resnet.upenn.edu) (Quit: Leaving.)
  833. # [07:46] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Computer has gone to sleep.)
  834. # [07:47] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  835. # [07:49] * Joins: harth (harth@moz-F41EB074.hsd1.ca.comcast.net)
  836. # [07:49] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/2c635c9c3813 - Jonathan Griffin - Bug 821966 - Disable test_outgoing_onstatechange.js for frequent orange, a=bustage
  837. # [07:50] * Quits: Mossop (mossop@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Ping timeout)
  838. # [07:53] * Quits: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net) (Ping timeout)
  839. # [07:54] * Quits: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  840. # [07:54] * Joins: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net)
  841. # [07:56] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  842. # [07:56] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  843. # [07:58] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  844. # [07:58] * Joins: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
  845. # [08:03] * Quits: jgilbert_ (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  846. # [08:08] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  847. # [08:08] * Joins: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net)
  848. # [08:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e8d9982c553d - Jonathan Griffin - Bug 821966 - Disable test_outgoing_onstatechange.js for frequent orange, a=bustage
  849. # [08:11] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/5ea1c76e4bb3 - Boris Zbarsky - Bug 821958. Disable test_multiple_hold.js due to permaorange. a=busted CLOSED TREE
  850. # [08:14] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Quit: Leaving.)
  851. # [08:16] * mattwoodrow|away is now known as mattwoodrow
  852. # [08:19] * Quits: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net) (Client exited)
  853. # [08:19] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  854. # [08:30] * dholbert is now known as dholbert|afk
  855. # [08:32] <jaws> can anonymous content also have ::before and ::after pseudo elements?
  856. # [08:33] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  857. # [08:34] <jaws> when i moved my generated content from a xul:toolbarbutton to the anonymous xul:image.toolbarbutton-icon inside of the toolbarbutton, the generated content stopped getting rendered
  858. # [08:35] * Joins: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net)
  859. # [08:36] * Quits: Optimizer (Optimizer@C0BD7A9C.3DACFE1F.BE90E62C.IP) (Ping timeout)
  860. # [08:36] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  861. # [08:37] * Joins: dzbarsky1 (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  862. # [08:37] * Quits: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net) (Ping timeout)
  863. # [08:47] * Joins: Dhruv (Dhruv@ADCCF49C.621831E2.388CF16F.IP)
  864. # [08:51] * Joins: Optimizer (Optimizer@10DB1573.FF150F06.D2D1FAF0.IP)
  865. # [08:51] <gaston> glandium: elm is the branch were you rework the packager right ? is there an eta for a merge to central ? is it worth for me & you to test a build from it now ?
  866. # [08:52] <glandium> gaston: don't worry, i'm not going to land it without testing it on my debian package build environment
  867. # [08:53] <gaston> so there should be no problem on other unices ? :)
  868. # [08:53] * Joins: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net)
  869. # [08:54] * Joins: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net)
  870. # [08:54] * Quits: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net) (Quit: Leaving.)
  871. # [08:54] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  872. # [08:56] * Quits: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net) (Input/output error)
  873. # [08:56] <glandium> gaston: no
  874. # [08:56] * Joins: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net)
  875. # [08:56] <gaston> cool, i'll trust you on that
  876. # [08:56] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Ping timeout)
  877. # [08:58] * Quits: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  878. # [08:59] * Joins: Matti (chatzilla@moz-BD23853C.dip.t-dialin.net)
  879. # [08:59] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  880. # [09:01] * Joins: TheOne (one@moz-8ABE0664.dip.t-dialin.net)
  881. # [09:02] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  882. # [09:08] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  883. # [09:13] * Joins: jammink (textual@20C3F01F.81F5FE16.DD630FEE.IP)
  884. # [09:19] * Quits: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  885. # [09:20] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  886. # [09:20] * Joins: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net)
  887. # [09:20] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  888. # [09:24] * Quits: wesj1 (Thunderbir@moz-FC9D6E4.hsd1.ca.comcast.net) (Quit: wesj1)
  889. # [09:25] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  890. # [09:26] * Quits: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  891. # [09:26] * Joins: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net)
  892. # [09:26] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Ping timeout)
  893. # [09:27] * Quits: T3 (T3@moz-1EC7CF95.dial-up.telesp.net.br) (Ping timeout)
  894. # [09:28] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  895. # [09:29] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  896. # [09:29] * Quits: Stan (Stan@moz-5AC974F5.dip.t-dialin.net) (Ping timeout)
  897. # [09:33] * Joins: T3 (T3@moz-6C127E07.dsl.telesp.net.br)
  898. # [09:34] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  899. # [09:37] * Quits: TheOne (one@moz-8ABE0664.dip.t-dialin.net) (Input/output error)
  900. # [09:42] * Joins: sankha93 (Mibbit@CAF6D3FF.9C875DCD.9105FBCF.IP)
  901. # [09:43] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  902. # [09:44] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  903. # [09:47] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  904. # [09:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7c43da37e53f - Chris Peterson - Bug 821621 - Fix unused variable warning in PeerConnectionCtx.cpp. r=jesup
  905. # [09:54] * Quits: Mook (mook@moz-8F011215.dsl.teksavvy.com) (Quit: Mook)
  906. # [09:57] * Joins: UCC1 (Thunderbir@moz-1363F65F.residential.rdsnet.ro)
  907. # [09:58] * Quits: sankha93 (Mibbit@CAF6D3FF.9C875DCD.9105FBCF.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  908. # [10:00] * Fallen|away is now known as Fallen
  909. # [10:02] * Quits: UCC1 (Thunderbir@moz-1363F65F.residential.rdsnet.ro) (Quit: UCC1)
  910. # [10:05] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  911. # [10:06] * Quits: wlach (wlach@moz-9D1130DC.vif.net) (Ping timeout)
  912. # [10:07] * Joins: TheOne (one@moz-8ABE0664.dip.t-dialin.net)
  913. # [10:07] * Quits: TheOne (one@moz-8ABE0664.dip.t-dialin.net) (Input/output error)
  914. # [10:13] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  915. # [10:13] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  916. # [10:15] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Ping timeout)
  917. # [10:15] * Joins: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP)
  918. # [10:18] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  919. # [10:18] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  920. # [10:20] * Fallen is now known as Fallen|away
  921. # [10:22] * Joins: Mook (mook@moz-8F011215.dsl.teksavvy.com)
  922. # [10:22] * Quits: Mook (mook@moz-8F011215.dsl.teksavvy.com) (Input/output error)
  923. # [10:23] * Joins: Mook (mook@moz-8F011215.dsl.teksavvy.com)
  924. # [10:24] * Joins: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP)
  925. # [10:24] * Quits: Mook (mook@moz-8F011215.dsl.teksavvy.com) (Input/output error)
  926. # [10:28] * Joins: Mic (Instantbir@moz-724E3E5.superkabel.de)
  927. # [10:31] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  928. # [10:37] * Quits: harth (harth@moz-F41EB074.hsd1.ca.comcast.net) (Input/output error)
  929. # [10:37] * Joins: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP)
  930. # [10:44] <mjrosenb> in 4
  931. # [10:46] * Quits: Mic (Instantbir@moz-724E3E5.superkabel.de) (Connection reset by peer)
  932. # [10:46] <Ms2ger> 3
  933. # [10:46] <Ms2ger> 2
  934. # [10:46] <Ms2ger> 1
  935. # [10:47] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  936. # [10:50] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  937. # [10:52] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  938. # [10:53] * Joins: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP)
  939. # [10:55] * Joins: victorporof_ (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  940. # [10:56] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  941. # [10:59] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  942. # [11:00] * Quits: victorporof_ (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  943. # [11:01] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  944. # [11:03] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  945. # [11:04] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  946. # [11:05] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  947. # [11:09] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  948. # [11:09] * ChanServ sets mode: +o smaug
  949. # [11:12] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  950. # [11:13] * Quits: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP) (Quit: RealRaven)
  951. # [11:14] * Joins: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP)
  952. # [11:14] * Quits: Boriss (FlyingToas@moz-A1B956CE.zone16.bethere.co.uk) (Quit: Boriss)
  953. # [11:16] * Joins: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com)
  954. # [11:18] * Joins: pnemsak (Miranda@moz-192A9791.orange.sk)
  955. # [11:19] <mjrosenb> let's jam.
  956. # [11:19] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  957. # [11:19] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  958. # [11:20] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  959. # [11:21] * mattwoodrow is now known as mattwoodrow|away
  960. # [11:21] * Quits: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP) (Quit: RealRaven)
  961. # [11:22] * Joins: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP)
  962. # [11:22] * Quits: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP) (Quit: RealRaven)
  963. # [11:23] * Joins: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP)
  964. # [11:24] <janv> hmm ? is this known:
  965. # [11:24] <janv> Undefined symbols for architecture x86_64:
  966. # [11:24] <janv> "nsIDOMCSSStyleDeclaration::GetPropertyCSSValue(nsAString_internal const&, nsIDOMCSSValue**)", referenced from:
  967. # [11:24] <janv> nsHTMLEditor::CheckPositionedElementBGandFG(nsIDOMElement*, nsAString_internal&) in nsHTMLAbsPosition.o
  968. # [11:25] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  969. # [11:26] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
  970. # [11:29] * Quits: Matti (chatzilla@moz-BD23853C.dip.t-dialin.net) (Client exited)
  971. # [11:32] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  972. # [11:33] * Quits: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP) (Ping timeout)
  973. # [11:38] * Joins: Mavericks (Mibbit@40D4227D.B3AED827.261E7448.IP)
  974. # [11:38] <Mavericks> http://dxr.mozilla.org/mozilla-central/content/base/src/nsDOMParser.cpp.html?string=nsDOMParser.cpp#l75
  975. # [11:38] * Joins: pranavrc (pranavrc@C04812A5.92A9EA3A.520CDC98.IP)
  976. # [11:39] <Mavericks> would if(contentType && suffice to check if it's null ?
  977. # [11:39] <Mavericks> instead http://dxr.mozilla.org/mozilla-central/content/base/src/nsDOMParser.cpp.html?string=nsDOMParser.cpp#l191 that the recommended way ?
  978. # [11:41] * Joins: darktrojan (geoff@moz-B0044B59.telstraclear.net)
  979. # [11:41] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  980. # [11:42] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  981. # [11:45] * Fallen|away is now known as Fallen
  982. # [11:47] <Ms2ger> Mavericks, what are you trying to do?
  983. # [11:48] * Joins: marco (Thunderbir@moz-E8AC43B1.cust.dsl.teletu.it)
  984. # [11:48] <Ms2ger> janv, yes, known, let me look
  985. # [11:48] <janv> ok
  986. # [11:48] <janv> thnaks
  987. # [11:48] <janv> thanks
  988. # [11:48] <Ms2ger> bug 821618
  989. # [11:49] <janv> ah
  990. # [11:49] * Quits: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  991. # [11:49] <Mavericks> Ms2ger: replace nsCRT::strcmp with strcmp but need to check if the arguments passed are null. so for instance contentType @ http://tinyurl.com/c8ewss9
  992. # [11:50] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  993. # [11:51] * Quits: dzbarsky1 (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Quit: Leaving.)
  994. # [11:52] <Ms2ger> Mavericks, all those const char* contentType arguments should become const nsAString&, IMO
  995. # [11:52] <Ms2ger> Then we don't need to bother with nsCRT::strcmp at all
  996. # [11:52] <Mavericks> Hmm
  997. # [11:53] * Quits: pranavrc (pranavrc@C04812A5.92A9EA3A.520CDC98.IP) (Quit: Ping timeout: ∞)
  998. # [11:53] <Mavericks> Can you comment it on bug 798840
  999. # [11:54] <Ms2ger> Actually, just leave the nsDOMParser ones, I'll deal with them
  1000. # [11:54] <Mavericks> But in case, it needs to be null checked, what's the right way to check ?
  1001. # [11:54] <Mavericks> ok
  1002. # [11:55] <Ms2ger> NS_ENSURE_ARG for arguments is probably preferred
  1003. # [11:55] <@smaug> Mavericks: why do we want to replace nsCRT::strcmp with strcmp ?
  1004. # [11:55] <Mavericks> i s
  1005. # [11:55] <@smaug> (nsCRT::strcmp has better behavior, IMO)
  1006. # [11:57] <Mavericks> smaug: it also includes the null check. I think becasue of bug 124536
  1007. # [11:57] <Mavericks> *s/it/yeah, it
  1008. # [11:57] * baku|away is now known as baku
  1009. # [11:57] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  1010. # [11:59] * Joins: errstr (trane_mozi@moz-EBF7DCE9.errstr.com)
  1011. # [11:59] * Joins: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP)
  1012. # [12:00] * Joins: eduardn (chatzilla@F633AEEC.B0C74DF7.54460F44.IP)
  1013. # [12:01] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  1014. # [12:03] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1015. # [12:03] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1016. # [12:04] * baku is now known as baku|away
  1017. # [12:13] <Mavericks> Ms2ger: Did you mean nsACString when you meant replacing const char* argument types
  1018. # [12:13] <Ms2ger> No
  1019. # [12:13] <Ms2ger> At least not in this case
  1020. # [12:14] <Mavericks> I must be missing somethng. https://developer.mozilla.org/en-US/docs/nsAString says it's for unicode ones . contentType there's not. so I thought may be nsACString
  1021. # [12:14] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/18ff01530d1d - ffxbld - No bug, Automated blocklist update from host bld-centos6-hp-012 - a=blocklist-update
  1022. # [12:15] * Joins: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP)
  1023. # [12:16] * Joins: loadbang (loadbang@moz-F88A6834.range31-53.btcentralplus.com)
  1024. # [12:16] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  1025. # [12:17] <NeilAway> whoa, dmose, haven't seen him in channel for ages
  1026. # [12:18] * Joins: teoli (teoli@34369733.86D1DEDD.51C6DE68.IP)
  1027. # [12:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/90558474eee0 - Jan de Mooij - Bug 821707 - Refactor INITELEM code in the interpreter. r=jorendorff
  1028. # [12:19] * Quits: darktrojan (geoff@moz-B0044B59.telstraclear.net) (Quit: darktrojan)
  1029. # [12:20] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  1030. # [12:21] * Fallen is now known as Fallen|away
  1031. # [12:26] <sankha93> tbsaunde: uploaded a new patch for the sort method :)
  1032. # [12:27] * Fallen|away is now known as Fallen
  1033. # [12:32] * Quits: teoli (teoli@34369733.86D1DEDD.51C6DE68.IP) (Ping timeout)
  1034. # [12:33] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
  1035. # [12:34] * Joins: teoli (teoli@C830812B.6591CCB.51C6DE68.IP)
  1036. # [12:38] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1037. # [12:45] * Joins: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP)
  1038. # [12:46] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  1039. # [12:49] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1040. # [12:49] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1041. # [12:49] * Joins: seif (seif@moz-15E4AF49.unitymediagroup.de)
  1042. # [12:50] * Quits: loadbang (loadbang@moz-F88A6834.range31-53.btcentralplus.com) (Connection reset by peer)
  1043. # [12:50] * Joins: loadbang (loadbang@moz-F88A6834.range31-53.btcentralplus.com)
  1044. # [12:53] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  1045. # [12:55] * Joins: KaiRo (robert@moz-69872F2F.adsl.highway.telekom.at)
  1046. # [13:00] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1047. # [13:01] <mike5w3c> https://gist.github.com/4294155
  1048. # [13:02] <janv> bug 821618
  1049. # [13:03] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  1050. # [13:03] <janv> mike5w3c: ^
  1051. # [13:03] <mike5w3c> janv: thanks
  1052. # [13:03] <janv> np
  1053. # [13:03] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1054. # [13:04] * Fallen is now known as Fallen|away
  1055. # [13:04] * Fallen|away is now known as Fallen
  1056. # [13:05] * Fallen is now known as Fallen|away
  1057. # [13:06] * Quits: RealRaven (Thunderbir@3A577535.AA878289.C3498625.IP) (Quit: RealRaven)
  1058. # [13:06] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Quit: Leaving.)
  1059. # [13:08] <@smaug> within a year the median number of JS objects cycle collector needs to deal with during each collection has decreased ~98%.
  1060. # [13:08] <@smaug> black bit propagation is rather effective
  1061. # [13:08] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1062. # [13:08] <janv> wow
  1063. # [13:09] <Mavericks> smaug: cool, where can I read more
  1064. # [13:09] <janv> nice
  1065. # [13:09] <@smaug> I'm just looking at the telemetry data
  1066. # [13:11] <@smaug> Native objects only 90
  1067. # [13:11] <@smaug> 90%
  1068. # [13:14] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1069. # [13:14] * ChanServ sets mode: +o ehsan
  1070. # [13:21] * Quits: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP) (Ping timeout)
  1071. # [13:22] * Joins: pranavrc (pranavrc@9E2C26D1.CE9E801D.520CDC98.IP)
  1072. # [13:25] * Joins: teoli_ (teoli@735868E7.525EBBF0.51C6DE68.IP)
  1073. # [13:26] * Quits: teoli (teoli@C830812B.6591CCB.51C6DE68.IP) (Ping timeout)
  1074. # [13:31] * Quits: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp) (Ping timeout)
  1075. # [13:32] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1076. # [13:35] * Joins: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp)
  1077. # [13:35] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1078. # [13:37] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1079. # [13:38] * Quits: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp) (Ping timeout)
  1080. # [13:38] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1081. # [13:39] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1082. # [13:39] * ChanServ sets mode: +o smaug
  1083. # [13:42] * Quits: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  1084. # [13:42] * Joins: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp)
  1085. # [13:44] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1086. # [13:44] * Quits: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp) (Ping timeout)
  1087. # [13:44] * Joins: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp)
  1088. # [13:45] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  1089. # [13:51] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1090. # [13:52] * Quits: purezen (aditya@EB918305.9DDF7FE1.34AA0C06.IP) (Ping timeout)
  1091. # [13:53] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1092. # [13:53] * ChanServ sets mode: +o smaug
  1093. # [13:55] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1094. # [13:55] * Quits: marco (Thunderbir@moz-E8AC43B1.cust.dsl.teletu.it) (Ping timeout)
  1095. # [13:56] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1096. # [13:56] * ChanServ sets mode: +o smaug
  1097. # [13:57] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1098. # [13:59] <@smaug> um, some layout/painting regression?
  1099. # [13:59] <@smaug> scrolling is pretty bad
  1100. # [13:59] <@smaug> slow
  1101. # [13:59] * Joins: marco (Thunderbir@moz-906E5BF.cust.dsl.teletu.it)
  1102. # [13:59] * Joins: purezen (aditya@EB918305.9DDF7FE1.34AA0C06.IP)
  1103. # [14:05] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1104. # [14:06] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1105. # [14:06] * ChanServ sets mode: +o smaug
  1106. # [14:09] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1107. # [14:11] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1108. # [14:11] * ChanServ sets mode: +o smaug
  1109. # [14:11] * Quits: Optimizer (Optimizer@10DB1573.FF150F06.D2D1FAF0.IP) (Ping timeout)
  1110. # [14:13] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1111. # [14:14] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1112. # [14:15] * Joins: Optimizer (Optimizer@D5FB45B8.CC823F19.BE90E62C.IP)
  1113. # [14:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4d0ebb80d228 - Ms2ger - No bug - Fix typo in comment. DONTBUILD.
  1114. # [14:15] * Joins: loadbang2 (loadbang@moz-F88A6834.range31-53.btcentralplus.com)
  1115. # [14:15] * Quits: loadbang (loadbang@moz-F88A6834.range31-53.btcentralplus.com) (Connection reset by peer)
  1116. # [14:15] * loadbang2 is now known as loadbang
  1117. # [14:16] <Mavericks> smaug: hmm, what's the context ?
  1118. # [14:17] <@smaug> ?
  1119. # [14:18] <Mavericks> oh, the slow scrolling issue
  1120. # [14:18] <@smaug> for some reason on this laptop scrolling is janky in the latest nightly
  1121. # [14:18] * Quits: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com) (Ping timeout)
  1122. # [14:18] <@smaug> I updated from 12-10 to 12-15
  1123. # [14:18] <@smaug> could be something in this machine since I can't reproduce on another linux laptop
  1124. # [14:20] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1125. # [14:21] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1126. # [14:22] <@smaug> perhaps Bug 731974
  1127. # [14:22] * Quits: tonymec (tonymec@B1C68DDA.7DC08933.DE2DB281.IP) (Input/output error)
  1128. # [14:23] * Joins: arky (arky@952421B7.53BA259D.FA662B63.IP)
  1129. # [14:24] <Mavericks> Is there an express version of b.m.o ? it should just show comments based on bug #
  1130. # [14:25] * Joins: tonymec (tonymec@B1C68DDA.7DC08933.DE2DB281.IP)
  1131. # [14:25] <Mavericks> Is there a bug that deals with animation/ effect of tab bar moving to the right /left when a new tab's opened ? it's really frustrating when I have more than 10+ tabs. M ay be I should cut down the number to begin with
  1132. # [14:26] <Mavericks> s/tab bar/tabs
  1133. # [14:26] * Mavericks is now known as Mavericks|brb
  1134. # [14:27] * KaiRo is now known as KaiRo_away
  1135. # [14:29] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1136. # [14:30] * Joins: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com)
  1137. # [14:31] <tonymec> Mavericks|brb: with the Tab Mix Plus extension you can make your tab overflow to a 2nd (3rd, …) row instead; or for SeaMonkey (which cannot use TMP) I have a userChrome.css set of rules to do the same: http://users.skynet.be/antoine.mechelynck/other/userChrome-seamonkey.css under "Tabs"
  1138. # [14:32] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Connection reset by peer)
  1139. # [14:32] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1140. # [14:32] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  1141. # [14:33] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121215030840])
  1142. # [14:33] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Quit: victorporof)
  1143. # [14:33] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  1144. # [14:36] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1145. # [14:36] * ChanServ sets mode: +o smaug
  1146. # [14:37] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1147. # [14:38] * Quits: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com) (Ping timeout)
  1148. # [14:40] * Joins: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP)
  1149. # [14:41] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1150. # [14:43] * Mavericks|brb is now known as Mavericks
  1151. # [14:43] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1152. # [14:43] <Mavericks> tonymec: nice
  1153. # [14:43] <Mavericks> thanks
  1154. # [14:44] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1155. # [14:44] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1156. # [14:44] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1157. # [14:45] * Joins: trevorh (trevor@179A0843.126EFD9D.86F71D9B.IP)
  1158. # [14:45] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1159. # [14:46] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1160. # [14:47] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1161. # [14:48] <Mavericks> if there's a small option that overrides where new tab should open, for example, right next to the current tab. i can enable it in a checkbox in options may be. will try Tab mix now
  1162. # [14:49] * Quits: eduardn (chatzilla@F633AEEC.B0C74DF7.54460F44.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  1163. # [14:49] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1164. # [14:49] * Joins: phx (Adium@A4E83955.6A843466.689607DE.IP)
  1165. # [14:50] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1166. # [14:53] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1167. # [14:55] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1168. # [14:55] * ChanServ sets mode: +o smaug
  1169. # [14:57] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  1170. # [14:57] * Quits: jammink (textual@20C3F01F.81F5FE16.DD630FEE.IP) (Quit: Computer has gone to sleep.)
  1171. # [14:58] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1172. # [14:59] * Quits: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP) (Ping timeout)
  1173. # [15:00] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  1174. # [15:00] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1175. # [15:03] * Quits: arky (arky@952421B7.53BA259D.FA662B63.IP) (Ping timeout)
  1176. # [15:04] * Quits: trevorh (trevor@179A0843.126EFD9D.86F71D9B.IP) (No route to host)
  1177. # [15:08] * Joins: trevorh (trevor@179A0843.126EFD9D.86F71D9B.IP)
  1178. # [15:10] * Joins: sierk (sierk@7E815D65.5291F4C0.16E13E53.IP)
  1179. # [15:12] * Joins: teoli (teoli@B9578063.D14047E7.51C6DE68.IP)
  1180. # [15:12] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1181. # [15:12] * Quits: teoli_ (teoli@735868E7.525EBBF0.51C6DE68.IP) (Ping timeout)
  1182. # [15:12] * Quits: sierk (sierk@7E815D65.5291F4C0.16E13E53.IP) (Quit: sierk)
  1183. # [15:13] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1184. # [15:13] * ChanServ sets mode: +o smaug
  1185. # [15:14] * Joins: randix_ (randix@45355E35.CFBC10F9.8B52D585.IP)
  1186. # [15:18] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1187. # [15:19] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  1188. # [15:19] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/bb2f453b7c0f - Rob Campbell - merge fx-team to m-c
  1189. # [15:20] * Joins: Edgar (Thunderbir@moz-A85499AF.dynamic.hinet.net)
  1190. # [15:20] <firebot> http://hg.mozilla.org/mozilla-central/rev/548d2c909b81 - Anton Kovalyov - Bug 795268 - Integrate SPS Profiler; r=rcampbell
  1191. # [15:20] * Quits: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP) (Quit: FabioMagnoni)
  1192. # [15:21] * Quits: randix_ (randix@45355E35.CFBC10F9.8B52D585.IP) (Quit: Colloquy for iPad - http://colloquy.mobi)
  1193. # [15:22] * Quits: teoli (teoli@B9578063.D14047E7.51C6DE68.IP) (Ping timeout)
  1194. # [15:24] * mjschranz_away is now known as mjschranz
  1195. # [15:24] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1196. # [15:25] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1197. # [15:25] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1198. # [15:26] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1199. # [15:26] * Quits: pranavrc (pranavrc@9E2C26D1.CE9E801D.520CDC98.IP) (Client exited)
  1200. # [15:27] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1201. # [15:27] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1202. # [15:28] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  1203. # [15:29] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/8af1e554573b - Adam Dane [:hobophobe] - Bug 814430 - Shutdown network on profile-change-net-teardown. r=mcmanus, a=akeybl
  1204. # [15:29] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/d93940399e94 - Jared Wein - Bug 814404 - Hide blank SocialAPI menu item in non-browser windows on Mac. r=gavin, a=bajaj
  1205. # [15:30] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1206. # [15:31] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1207. # [15:31] * ChanServ sets mode: +o smaug
  1208. # [15:34] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Connection reset by peer)
  1209. # [15:35] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1210. # [15:36] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.10/20120604225435])
  1211. # [15:36] * Quits: clever (clever@E350D805.D062F6C5.F9E32CA6.IP) (Ping timeout)
  1212. # [15:37] * Joins: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com)
  1213. # [15:37] * Joins: clever (clever@E350D805.D062F6C5.F9E32CA6.IP)
  1214. # [15:39] * Joins: teoli (teoli@81A3B5C7.E5FF4F42.51C6DE68.IP)
  1215. # [15:40] * Joins: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP)
  1216. # [15:45] * Quits: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP) (Ping timeout)
  1217. # [15:47] * Joins: mconley (mconley@227ECB3B.F7EBA23.C3C3A9D0.IP)
  1218. # [15:47] * Quits: teoli (teoli@81A3B5C7.E5FF4F42.51C6DE68.IP) (Ping timeout)
  1219. # [15:48] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1220. # [15:49] * Joins: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP)
  1221. # [15:50] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1222. # [15:52] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1223. # [15:55] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1224. # [15:59] * Joins: teoli (teoli@81A3B5C7.E5FF4F42.51C6DE68.IP)
  1225. # [16:02] * Quits: himsin (x@432E449C.6FDFB4BE.1957C0DA.IP) (Ping timeout)
  1226. # [16:03] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1227. # [16:06] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1228. # [16:11] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Connection reset by peer)
  1229. # [16:11] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1230. # [16:12] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1231. # [16:12] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1232. # [16:12] * Quits: tchevalier (Thunderbir@moz-CF45248.w109-210.abo.wanadoo.fr) (Quit: tchevalier)
  1233. # [16:12] * Joins: tchevalier (Thunderbir@moz-CF45248.w109-210.abo.wanadoo.fr)
  1234. # [16:12] * Quits: teoli (teoli@81A3B5C7.E5FF4F42.51C6DE68.IP) (Ping timeout)
  1235. # [16:14] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1236. # [16:14] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  1237. # [16:15] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1238. # [16:16] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1239. # [16:16] * Quits: purezen (aditya@EB918305.9DDF7FE1.34AA0C06.IP) (Ping timeout)
  1240. # [16:16] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1241. # [16:16] * ChanServ sets mode: +o smaug
  1242. # [16:16] * Joins: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP)
  1243. # [16:18] * Joins: teoli (teoli@2B82DFBE.AFC03BA8.51C6DE68.IP)
  1244. # [16:18] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Ping timeout)
  1245. # [16:19] <seif> hey guys
  1246. # [16:19] <seif> how do i find bugs filed for a release or tagged as "fixed with release"
  1247. # [16:19] * Joins: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch)
  1248. # [16:21] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1249. # [16:21] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  1250. # [16:21] <RyanVM> any hg gurus around by chance?
  1251. # [16:21] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  1252. # [16:22] * Quits: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP) (Ping timeout)
  1253. # [16:22] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1254. # [16:23] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1255. # [16:23] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1256. # [16:23] * ChanServ sets mode: +o smaug
  1257. # [16:24] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  1258. # [16:24] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  1259. # [16:25] <gfritzsche> seif: something like this maybe? https://bugzilla.mozilla.org/buglist.cgi?quicksearch=cf_status_firefox17%3Afixed%20OR%20cf_status_firefox17%3Averified;list_id=5220354
  1260. # [16:26] * Quits: teoli (teoli@2B82DFBE.AFC03BA8.51C6DE68.IP) (Ping timeout)
  1261. # [16:26] * Joins: teoli_ (teoli@81A3B5C7.E5FF4F42.51C6DE68.IP)
  1262. # [16:29] * Quits: mconley (mconley@227ECB3B.F7EBA23.C3C3A9D0.IP) (Input/output error)
  1263. # [16:29] <seif> thanks alot
  1264. # [16:29] <seif> i just need the status fixed :d
  1265. # [16:33] <gfritzsche> seif: turns out that adding RESO in front to filter for resolved ones avoids just getting the open ones
  1266. # [16:33] <seif> i am trying to write a python script that would give me the ids
  1267. # [16:33] <seif> of all the bugs fixed for a specific released
  1268. # [16:34] * Joins: jandem (jandem@17CAA509.3FFC9B2.198A214C.IP)
  1269. # [16:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4170cba8bf47 - Jan de Mooij - Bug 821816 - Add INITELEM_ARRAY and use it instead of INITELEM in array literals. r=bhackett
  1270. # [16:35] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1271. # [16:35] <RyanVM> seif: the status flag may not always be set, though
  1272. # [16:36] <seif> Ryan thanks for the heads up :)
  1273. # [16:36] * Joins: purezen (aditya@38113828.9DDF7FE1.34AA0C06.IP)
  1274. # [16:36] <RyanVM> you might want to look for a mozilla17 target milestone too
  1275. # [16:36] <RyanVM> and possible Firefox 17
  1276. # [16:36] <RyanVM> typically the status flags only get set when uplifting patches to release branches
  1277. # [16:37] <seif> hmmm
  1278. # [16:38] <gfritzsche> i wonder wether this one isn't generated by some script already: http://www.mozilla.org/en-US/firefox/17.0/releasenotes/buglist.html
  1279. # [16:40] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1280. # [16:41] * Joins: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP)
  1281. # [16:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/18ff01530d1d - ffxbld - No bug, Automated blocklist update from host bld-centos6-hp-012 - a=blocklist-update
  1282. # [16:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bb2f453b7c0f - Rob Campbell - merge fx-team to m-c
  1283. # [16:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/548d2c909b81 - Anton Kovalyov - Bug 795268 - Integrate SPS Profiler; r=rcampbell
  1284. # [16:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5706b21f8c95 - Jonathan Griffin - Bug 821927 - Disable test_redundant_operations.js due to semi-permaorange, a=bustage
  1285. # [16:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/034a28d4d68b - Olli Pettay - Bug 818739, don't run CC during shutdown, r=mccr8
  1286. # [16:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e7b35e1e28d4 - Daniel Holbert - Bug 821843: Remove no-longer-used variable 'isJava' from nsPluginHost.cpp, to fix GCC 4.7 warning (treated as error in enable-warnings-as-errors builds). r=johns
  1287. # [16:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c6e671c2f43c - Ehsan Akhgari - Merge mozilla-central into mozilla-inbound
  1288. # [16:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5ea1c76e4bb3 - Boris Zbarsky - Bug 821958. Disable test_multiple_hold.js due to permaorange. a=busted CLOSED TREE
  1289. # [16:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2c635c9c3813 - Jonathan Griffin - Bug 821966 - Disable test_outgoing_onstatechange.js for frequent orange, a=bustage
  1290. # [16:44] * Quits: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP) (Ping timeout)
  1291. # [16:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e28f0f4b25a4 - Bellindira Castillo [:bellindira] - Bug 819510 - Quitting from a Private Browsing window makes Restore Previous Session fail once; r=ttaubert
  1292. # [16:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e570d3a26106 - Andres Hernandez - Bug 806731 - Port test_sts_privatebrowsing.html to the new per-window PB APIs; r=ehsan
  1293. # [16:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0f45583754ca - Kartikaya Gupta - Bug 817134 - Delete dead code in java-land to display checkerboarding. r=blassey
  1294. # [16:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/35a2b968dc98 - Kartikaya Gupta - Bug 817134 - Remove the low-res screenshotting code. r=blassey
  1295. # [16:48] * Joins: teoli (teoli@86520D02.F0D695D3.51C6DE68.IP)
  1296. # [16:48] * Quits: teoli_ (teoli@81A3B5C7.E5FF4F42.51C6DE68.IP) (Ping timeout)
  1297. # [16:49] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1298. # [16:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5cab33f5bfbd - David Rajchenbach-Teller - Bug 532150 - Reading and writing session file off the main thread; r=felipe
  1299. # [16:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/57bbbda0dedd - David Rajchenbach-Teller - Bug 532150 - Testing main thread fallback for session file; r=felipe
  1300. # [16:51] * Quits: trevorh (trevor@179A0843.126EFD9D.86F71D9B.IP) (Quit: Leaving.)
  1301. # [16:52] * Quits: Edgar (Thunderbir@moz-A85499AF.dynamic.hinet.net) (Quit: Edgar)
  1302. # [16:52] * Joins: dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net)
  1303. # [16:52] * ChanServ sets mode: +o dbaron
  1304. # [16:57] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1305. # [16:57] * Quits: Optimizer (Optimizer@D5FB45B8.CC823F19.BE90E62C.IP) (Ping timeout)
  1306. # [16:58] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1307. # [16:59] * Fallen|away is now known as Fallen
  1308. # [17:01] * Joins: Optimizer (Optimizer@4EBF2D92.DC4492DD.BE90E62C.IP)
  1309. # [17:02] * Fallen is now known as Fallen|away
  1310. # [17:03] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  1311. # [17:05] <@smaug> Yoric: does Bug 532150 help with startup speed?
  1312. # [17:07] * Quits: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net) (Quit: leaving)
  1313. # [17:08] * Quits: Callek (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Quit: brb)
  1314. # [17:09] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1315. # [17:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b3d6e1498df5 - Ehsan Akhgari - Disable browser_tabview_bug679853.js in per-window PB builds since it does not make sense there, no bug
  1316. # [17:11] <Yoric> smaug: It should.
  1317. # [17:11] <Yoric> That's what it's meant to do, at least.
  1318. # [17:11] * Joins: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP)
  1319. # [17:11] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1320. # [17:13] <@smaug> Yoric: did someone actually run some perf tests ;)
  1321. # [17:14] <Yoric> Not me, at least :)
  1322. # [17:16] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1323. # [17:17] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1324. # [17:20] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  1325. # [17:20] * Quits: jandem (jandem@17CAA509.3FFC9B2.198A214C.IP) (Quit: Bye)
  1326. # [17:26] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1327. # [17:30] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  1328. # [17:30] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  1329. # [17:32] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  1330. # [17:32] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1331. # [17:33] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  1332. # [17:33] * Joins: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net)
  1333. # [17:34] * Quits: teoli (teoli@86520D02.F0D695D3.51C6DE68.IP) (Ping timeout)
  1334. # [17:34] * Joins: teoli (teoli@82396B9A.C7664C20.51C6DE68.IP)
  1335. # [17:35] * Quits: Mavericks (Mibbit@40D4227D.B3AED827.261E7448.IP) (Ping timeout)
  1336. # [17:35] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  1337. # [17:37] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  1338. # [17:38] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1339. # [17:40] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  1340. # [17:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/82077de3f9bc - Jeff Muizelaar - Bug 801061. Switch from imgIRequest to imgRequestProxy. r=joe
  1341. # [17:41] * Quits: Dhruv (Dhruv@ADCCF49C.621831E2.388CF16F.IP) (Ping timeout)
  1342. # [17:42] * Joins: Dhruv (Dhruv@ADCCF49C.621831E2.388CF16F.IP)
  1343. # [17:42] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1344. # [17:43] * Quits: ircloggr (nodebot@moz-B543740A.compute-1.amazonaws.com) (Client exited)
  1345. # [17:43] * Joins: ircloggr (nodebot@moz-2A64A38A.compute-1.amazonaws.com)
  1346. # [17:44] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1347. # [17:45] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1348. # [17:45] * Quits: Optimizer (Optimizer@4EBF2D92.DC4492DD.BE90E62C.IP) (Ping timeout)
  1349. # [17:45] * Joins: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP)
  1350. # [17:49] * Joins: Optimizer (Optimizer@38AF8FA1.CB449585.BE90E62C.IP)
  1351. # [17:52] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1352. # [17:54] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1353. # [17:55] * baku|away is now known as baku
  1354. # [17:57] * Joins: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com)
  1355. # [17:57] * Joins: teoli_ (teoli@F91C2131.6C674703.51C6DE68.IP)
  1356. # [17:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/79c26e82dfeb - Boris Zbarsky - Bug 773911 part 1. Inline js::GetContextCompartment. r=waldo
  1357. # [17:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ea066846993c - Boris Zbarsky - Bug 773911 part 2. Use the now-inline js::GetContextCompartment in a few places. r=waldo
  1358. # [17:57] * Quits: schien-laptop (schien@moz-EC278916.dynamic.hinet.net) (Ping timeout)
  1359. # [17:58] * Quits: teoli (teoli@82396B9A.C7664C20.51C6DE68.IP) (Ping timeout)
  1360. # [18:00] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1361. # [18:00] * Fallen|away is now known as Fallen
  1362. # [18:01] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  1363. # [18:01] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1364. # [18:01] * Joins: teoli (teoli@82396B9A.C7664C20.51C6DE68.IP)
  1365. # [18:01] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1366. # [18:02] * bz_sleep is now known as bz
  1367. # [18:02] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1368. # [18:02] * Quits: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com) (Ping timeout)
  1369. # [18:02] * Quits: teoli_ (teoli@F91C2131.6C674703.51C6DE68.IP) (Ping timeout)
  1370. # [18:03] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  1371. # [18:03] * Quits: loadbang (loadbang@moz-F88A6834.range31-53.btcentralplus.com) (Quit: loadbang)
  1372. # [18:04] * baku is now known as baku|away
  1373. # [18:06] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1374. # [18:08] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1375. # [18:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1d81cc19ff3f - Ehsan Akhgari - Backed out 2 changesets (bug 532150) for test failure
  1376. # [18:13] * baku|away is now known as baku
  1377. # [18:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/24b5e1085310 - Ehsan Akhgari - Bug 822008 - Only listen to private-browsing-transition-complete in global PB builds for determining the new tab URL; r=jdm
  1378. # [18:14] * Quits: Quan (chatzilla@moz-6A702A7F.dclient.hispeed.ch) (Broken pipe)
  1379. # [18:14] * Joins: teoli_ (teoli@18A3A01E.A17B398B.51C6DE68.IP)
  1380. # [18:15] * Quits: teoli (teoli@82396B9A.C7664C20.51C6DE68.IP) (Ping timeout)
  1381. # [18:16] * baku is now known as baku|away
  1382. # [18:16] * baku|away is now known as baku
  1383. # [18:17] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1384. # [18:20] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  1385. # [18:22] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1386. # [18:22] * Joins: mwu (mwu@160ACA5.F86B83A5.D6F84633.IP)
  1387. # [18:23] * Joins: Quan (chatzilla@moz-6A702A7F.dclient.hispeed.ch)
  1388. # [18:24] * Joins: janv (varga@moz-9ACA6262.o2inet.sk)
  1389. # [18:25] * Joins: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP)
  1390. # [18:25] * baku is now known as baku|away
  1391. # [18:28] * Joins: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP)
  1392. # [18:30] * bz is now known as bz_away
  1393. # [18:31] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1394. # [18:31] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1395. # [18:32] * Quits: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP) (Quit: bbl)
  1396. # [18:33] * Joins: janv_ (varga@moz-55E586D.o2inet.sk)
  1397. # [18:34] * Quits: janv (varga@moz-9ACA6262.o2inet.sk) (Ping timeout)
  1398. # [18:36] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1399. # [18:36] * Quits: rednaks (rednaks@AD651B36.444EC87.6D8B4AB5.IP) (Quit: Quitte)
  1400. # [18:36] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  1401. # [18:37] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1402. # [18:38] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1403. # [18:39] * NeilAway wonders what black bit propagation is
  1404. # [18:39] * Quits: mwu (mwu@160ACA5.F86B83A5.D6F84633.IP) (Ping timeout)
  1405. # [18:40] <@smaug> NeilAway: gc marks certain things gray, and cc needs to traverse such objects. If we know the objects are certainly alive, the gray bit can be removed ( == black bit propagation) and cc doesn't need to do so much work
  1406. # [18:41] * NeilAway is now more confused than before :s
  1407. # [18:41] <@smaug> :)
  1408. # [18:42] <@smaug> so, gc doesn't know about DOM for example
  1409. # [18:42] <@smaug> so if some random element has expando foo which keeps large JS object graph alive, it will be gray after gc
  1410. # [18:42] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1411. # [18:43] <@smaug> but during forgetskippable phase we can check if that element is certainly alive, like in a document which is visible
  1412. # [18:43] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  1413. # [18:43] <@smaug> so gray-bit can be removed from the foo property
  1414. # [18:43] <@smaug> and from all the gray objects foo keeps alive
  1415. # [18:44] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  1416. # [18:44] <@smaug> and if that used-to-be-gray graph kept some other C++ objects alive, they become certainly-alive
  1417. # [18:45] <@smaug> and we can propagate black bit to stuff which such C++ object keeps alive
  1418. # [18:46] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  1419. # [18:50] * Quits: purezen (aditya@38113828.9DDF7FE1.34AA0C06.IP) (Ping timeout)
  1420. # [18:50] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Connection reset by peer)
  1421. # [18:52] * Fallen is now known as Fallen|away
  1422. # [18:53] * whimboo|afk is now known as whimboo
  1423. # [18:53] * Joins: purezen (aditya@7017AB77.F581BA0E.34AA0C06.IP)
  1424. # [18:54] <whimboo> ehsan: around?
  1425. # [18:54] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Ping timeout)
  1426. # [18:55] <whimboo> ehsan: do we still have pb global builds? i see the ifdefs. just wonder if we ca'nt remove that support from mozmill tests
  1427. # [18:56] * Fallen|away is now known as Fallen
  1428. # [18:57] <RealRaven> which setting disables painting in titlebar in Firefox again?
  1429. # [18:59] <RealRaven> I know there is browser.tabs.drawInTitleba, but is there another that prohibits themes overwriting the min / max / close buttons?
  1430. # [19:00] * whimboo is now known as whimboo|afk
  1431. # [19:01] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1432. # [19:02] * Joins: MrDHat (chatzilla@CE28E157.EA58ACCE.85BF2EFC.IP)
  1433. # [19:02] * Fallen is now known as Fallen|away
  1434. # [19:03] * Fallen|away is now known as Fallen
  1435. # [19:04] * Joins: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com)
  1436. # [19:04] * Fallen is now known as Fallen|away
  1437. # [19:05] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1438. # [19:07] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1439. # [19:08] * Joins: jgilbert_ (jgilbert@986623D2.9083A694.9CA62458.IP)
  1440. # [19:08] * Quits: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP) (Ping timeout)
  1441. # [19:08] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1442. # [19:09] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1443. # [19:10] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1444. # [19:11] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1445. # [19:13] <mjrosenb> ehsan: looks like that linux build had some serious fun!
  1446. # [19:13] * Quits: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  1447. # [19:14] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  1448. # [19:15] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1449. # [19:15] * Joins: teoli (teoli@70465F5B.6AB6AA5C.51C6DE68.IP)
  1450. # [19:16] <@ehsan> yeah!
  1451. # [19:16] * Quits: teoli_ (teoli@18A3A01E.A17B398B.51C6DE68.IP) (Ping timeout)
  1452. # [19:16] * Quits: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP) (Ping timeout)
  1453. # [19:17] * Joins: mconley (mconley@moz-D9AE136C.dsl.bell.ca)
  1454. # [19:17] * Joins: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP)
  1455. # [19:18] * Quits: teoli (teoli@70465F5B.6AB6AA5C.51C6DE68.IP) (Ping timeout)
  1456. # [19:18] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  1457. # [19:18] * Joins: teoli (teoli@18A3A01E.A17B398B.51C6DE68.IP)
  1458. # [19:20] * Joins: janv__ (varga@moz-DB96BEDC.o2inet.sk)
  1459. # [19:21] * Quits: janv_ (varga@moz-55E586D.o2inet.sk) (Ping timeout)
  1460. # [19:21] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1461. # [19:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e46312a78e46 - Jonathan Watt - Kill Windows line-endings in nsCSSFrameConstructor.cpp. r=me. No bug. DONTBUILD.
  1462. # [19:22] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  1463. # [19:26] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1464. # [19:28] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  1465. # [19:29] * Quits: janv__ (varga@moz-DB96BEDC.o2inet.sk) (Quit: This computer has gone to sleep)
  1466. # [19:30] * Joins: JeroenDeDauw (j@moz-C5C843C0.dip.t-dialin.net)
  1467. # [19:32] * Quits: MrDHat (chatzilla@CE28E157.EA58ACCE.85BF2EFC.IP) (Ping timeout)
  1468. # [19:36] * Joins: MrDHat (chatzilla@CE28E157.EA58ACCE.85BF2EFC.IP)
  1469. # [19:38] * Quits: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1470. # [19:39] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1471. # [19:40] * Quits: dmoseAway (dmose@moz-6530E424.dsl.static.sonic.net) (Quit: dmoseAway)
  1472. # [19:41] * Joins: dmose (dmose@moz-6530E424.dsl.static.sonic.net)
  1473. # [19:44] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  1474. # [19:44] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1475. # [19:44] * Joins: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net)
  1476. # [19:45] * Quits: cviecco (cviecco@moz-2BC4CC72.hsd1.ca.comcast.net) (Input/output error)
  1477. # [19:45] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1478. # [19:46] * Joins: stef_204 (stef@moz-97FE2C07.dsl.vtx.ch)
  1479. # [19:47] * Joins: teoli_ (teoli@6ACC74B3.E01BAB3.51C6DE68.IP)
  1480. # [19:47] * Quits: teoli (teoli@18A3A01E.A17B398B.51C6DE68.IP) (Ping timeout)
  1481. # [19:49] * Quits: marco (Thunderbir@moz-906E5BF.cust.dsl.teletu.it) (Ping timeout)
  1482. # [19:49] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  1483. # [19:49] * Quits: MrDHat (chatzilla@CE28E157.EA58ACCE.85BF2EFC.IP) (Ping timeout)
  1484. # [19:51] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1485. # [19:52] * Joins: marco (Thunderbir@moz-906E5BF.cust.dsl.teletu.it)
  1486. # [19:53] * whimboo|afk is now known as whimboo
  1487. # [19:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bb6f5a9bcd27 - Dan Mosedale - Bug 821249, fix Android WebRTC build bustage in DataChannel.cpp, r=jesup
  1488. # [19:55] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1489. # [19:56] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1490. # [19:58] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1491. # [19:59] * Joins: capella-s3 (capella-s3@moz-23439C2A.pools.spcsdns.net)
  1492. # [20:00] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1493. # [20:01] * Joins: Callek (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  1494. # [20:03] <@smaug> do we have a typedef for nsTArray<nsRefPtr<T> > ?
  1495. # [20:05] * Joins: teoli (teoli@6ACC74B3.E01BAB3.51C6DE68.IP)
  1496. # [20:05] * Quits: teoli_ (teoli@6ACC74B3.E01BAB3.51C6DE68.IP) (Connection reset by peer)
  1497. # [20:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c8a1314aa449 - Theo Chevalier - Bug 821998 - Installed web apps get stuck on splashscreen - do not finish loading. r=wesj
  1498. # [20:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cf43df0a7095 - Jeff Muizelaar - Bug 811891. Only sync decode once per image. r=joe
  1499. # [20:11] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1500. # [20:11] * Quits: stef_204 (stef@moz-97FE2C07.dsl.vtx.ch) (Quit: using sirc version 2.211+KSIRC/1.3.12)
  1501. # [20:13] * Joins: dveditz (dveditz@moz-CA4FEF00.hsd1.ca.comcast.net)
  1502. # [20:13] * ChanServ sets mode: +o dveditz
  1503. # [20:13] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1504. # [20:13] * Quits: capella-s3 (capella-s3@moz-23439C2A.pools.spcsdns.net) (Ping timeout)
  1505. # [20:15] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1506. # [20:16] * Quits: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com) (Ping timeout)
  1507. # [20:19] * Quits: marco (Thunderbir@moz-906E5BF.cust.dsl.teletu.it) (Ping timeout)
  1508. # [20:24] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1509. # [20:24] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1510. # [20:24] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  1511. # [20:24] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1512. # [20:25] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  1513. # [20:25] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1514. # [20:26] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1515. # [20:26] * khuey|away is now known as khuey
  1516. # [20:27] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  1517. # [20:29] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1518. # [20:30] * Joins: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP)
  1519. # [20:30] * Joins: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net)
  1520. # [20:31] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1521. # [20:33] * Quits: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net) (Ping timeout)
  1522. # [20:34] <seif> hey guys, how many bugs were fixed for mozilla 17 milestone
  1523. # [20:34] <seif> ?
  1524. # [20:37] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1525. # [20:37] * gregglind_away is now known as gregglind
  1526. # [20:39] <@smaug> seif: count http://www.mozilla.org/en-US/firefox/17.0.1/releasenotes/buglist.html
  1527. # [20:39] <@smaug> that is probably reasonable close to truth
  1528. # [20:41] <seif> yeah i am -500 here
  1529. # [20:42] * Joins: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net)
  1530. # [20:42] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1531. # [20:43] <@smaug> I get around 2372
  1532. # [20:43] <@smaug> could be a bit wrong
  1533. # [20:43] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1534. # [20:43] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1535. # [20:43] * Quits: purezen (aditya@7017AB77.F581BA0E.34AA0C06.IP) (Ping timeout)
  1536. # [20:43] <seif> smaug: yeah i am trying to develop python script that would give me all bugs fixed for a release
  1537. # [20:44] <@smaug> seif: you should ask whoever created that releasenotes list
  1538. # [20:45] <seif> smaug: will do
  1539. # [20:45] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1540. # [20:45] * Quits: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  1541. # [20:46] * Joins: marco (Thunderbir@moz-C2C70887.cust.dsl.teletu.it)
  1542. # [20:46] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1543. # [20:47] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  1544. # [20:50] * Quits: mconley (mconley@moz-D9AE136C.dsl.bell.ca) (Ping timeout)
  1545. # [20:50] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1546. # [20:55] * Joins: mconley (mconley@227ECB3B.F7EBA23.C3C3A9D0.IP)
  1547. # [20:57] * Joins: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net)
  1548. # [20:57] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1549. # [20:58] * mattwoodrow|away is now known as mattwoodrow
  1550. # [20:58] * Quits: jedp (jedp@moz-59C58F81.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  1551. # [20:58] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1552. # [20:59] * Joins: purezen (aditya@799A4F37.9DDF7FE1.34AA0C06.IP)
  1553. # [20:59] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1554. # [21:00] * Quits: driia (dria@moz-15E37869.home.cgocable.net) (Quit: driia)
  1555. # [21:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f050eb79064f - Timothy Nikkel - Bug 801212. Fix PaintWindow signature so it actually overrides the intended function. r=enndeakin
  1556. # [21:01] * Quits: marco (Thunderbir@moz-C2C70887.cust.dsl.teletu.it) (Quit: marco)
  1557. # [21:03] * mattwoodrow is now known as mattwoodrow|away
  1558. # [21:03] * Parts: anton (uid1783@moz-D63BDBD0.irccloud.com)
  1559. # [21:03] * Joins: anton (uid1783@moz-D63BDBD0.irccloud.com)
  1560. # [21:04] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  1561. # [21:04] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  1562. # [21:05] * Joins: Waldo (waldo@moz-7E986AF1.lodgenet.net)
  1563. # [21:12] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1564. # [21:14] * Joins: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net)
  1565. # [21:17] * mattwoodrow|away is now known as mattwoodrow
  1566. # [21:21] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1567. # [21:22] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  1568. # [21:22] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1569. # [21:25] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1570. # [21:26] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1571. # [21:27] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  1572. # [21:28] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1573. # [21:28] * Quits: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net) (Quit: Leaving.)
  1574. # [21:30] * Joins: teoli_ (teoli@EE9C8C72.48E527D5.51C6DE68.IP)
  1575. # [21:31] * Joins: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net)
  1576. # [21:31] * Quits: teoli (teoli@6ACC74B3.E01BAB3.51C6DE68.IP) (Ping timeout)
  1577. # [21:32] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1578. # [21:33] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1579. # [21:35] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1580. # [21:36] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  1581. # [21:38] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1582. # [21:41] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1583. # [21:41] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1584. # [21:42] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  1585. # [21:43] * Joins: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net)
  1586. # [21:45] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  1587. # [21:46] * Joins: dzbarsky (Adium@moz-C1F417B1.wlan.wireless-resnet.upenn.edu)
  1588. # [21:47] * Quits: sn0wb1rd_ (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net) (Quit: sn0wb1rd_)
  1589. # [21:48] * dmose is now known as dmoseAway
  1590. # [21:48] * Quits: dmoseAway (dmose@moz-6530E424.dsl.static.sonic.net) (Quit: dmoseAway)
  1591. # [21:48] * Joins: sn0wb1rd_ (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net)
  1592. # [21:49] * Joins: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP)
  1593. # [21:49] <@gavin> RyanVM: ping?
  1594. # [21:49] <RyanVM> pong
  1595. # [21:49] <@gavin> hi
  1596. # [21:50] <@gavin> looks like you landed the wrong beta patch in bug 814404?
  1597. # [21:50] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1598. # [21:50] <@gavin> the aurora/central and beta versions were different
  1599. # [21:50] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1600. # [21:51] * Quits: teoli_ (teoli@EE9C8C72.48E527D5.51C6DE68.IP) (Ping timeout)
  1601. # [21:51] <RyanVM> oh, crap
  1602. # [21:51] <RyanVM> i'll take care of it
  1603. # [21:51] <@gavin> RyanVM: I have it locally, I can fix it
  1604. # [21:52] <@gavin> also, it looks like you landed bug 802026 but the bug wasn't udpated?
  1605. # [21:52] * Joins: dzbarsky1 (Adium@moz-C1F417B1.wlan.wireless-resnet.upenn.edu)
  1606. # [21:52] <RyanVM> don't think I did
  1607. # [21:52] * Joins: teoli (teoli@EE9C8C72.48E527D5.51C6DE68.IP)
  1608. # [21:52] * Quits: dzbarsky (Adium@moz-C1F417B1.wlan.wireless-resnet.upenn.edu) (Connection reset by peer)
  1609. # [21:53] <RyanVM> gavin: can I just add the one missing line? document.getElementById("menu_socialToggle").hidden = true;
  1610. # [21:53] <gps> win 1
  1611. # [21:53] <@gavin> er
  1612. # [21:54] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/421972d1929c - Gavin Sharp - Bug 802026, r=dao
  1613. # [21:54] <@gavin> hrm, what just happened
  1614. # [21:54] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0a821cf988bb - Gavin Sharp - Bug 814404 followup: land the right patch on beta, a=me
  1615. # [21:54] <@gavin> that's weird
  1616. # [21:56] <RyanVM> gavin: bug 802026 hasn't landed anywhere yet, no? (except for your push just now)
  1617. # [21:56] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1618. # [21:56] <@gavin> RyanVM: yeah, not sure how that happened
  1619. # [21:56] <@gavin> I guess I must have qfinished it accidetnally
  1620. # [21:57] <RyanVM> whoops
  1621. # [21:57] <@gavin> it's fine, needs to land anyhow :)
  1622. # [21:57] <@gavin> shouldn't the a=needed hook have prevented the push, though?
  1623. # [21:57] <RyanVM> hold off on the other branches until after it survives inbound/beta, please?
  1624. # [21:57] <RyanVM> gavin: it only looks at the top cset
  1625. # [21:58] <RyanVM> (for better or for worse)
  1626. # [21:58] <@gavin> bottom changeset?
  1627. # [21:58] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  1628. # [21:58] <RyanVM> I also like how the b2g18 commit hook requires an a= for merges
  1629. # [21:58] <@gavin> the no-a changeset is the current tip of beta
  1630. # [21:58] <RyanVM> i see your followup push as top cset
  1631. # [21:58] <RyanVM> for bug 814404
  1632. # [21:58] <RyanVM> which has a=me in it
  1633. # [21:59] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1634. # [21:59] * Quits: mconley (mconley@227ECB3B.F7EBA23.C3C3A9D0.IP) (Ping timeout)
  1635. # [21:59] <@gavin> oh, weird
  1636. # [21:59] <@gavin> could have sworn it was the other way around when I checked the graph
  1637. # [21:59] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1638. # [22:00] <@gavin> oh, I just misread https://hg.mozilla.org/releases/mozilla-beta/graph/117529
  1639. # [22:00] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Connection reset by peer)
  1640. # [22:00] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1641. # [22:00] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1642. # [22:00] * Quits: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1643. # [22:01] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1644. # [22:01] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  1645. # [22:01] <RyanVM> gavin: so weird good then, right?
  1646. # [22:01] <RyanVM> we're*
  1647. # [22:01] <@gavin> yeah
  1648. # [22:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/83e7913cba52 - Gavin Sharp - Bug 802026, r=dao
  1649. # [22:02] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  1650. # [22:04] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1651. # [22:05] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1652. # [22:05] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1653. # [22:05] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1654. # [22:06] * Joins: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net)
  1655. # [22:06] * Joins: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
  1656. # [22:09] * Quits: teoli (teoli@EE9C8C72.48E527D5.51C6DE68.IP) (Input/output error)
  1657. # [22:10] * Quits: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net) (Quit: Leaving...)
  1658. # [22:12] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1659. # [22:13] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1660. # [22:15] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  1661. # [22:17] * Joins: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP)
  1662. # [22:18] * Joins: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com)
  1663. # [22:19] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1664. # [22:19] * Quits: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1665. # [22:22] <stefanh> ebassi: I stole bug 772342 from you, assuming you didn't worked on it
  1666. # [22:22] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1667. # [22:22] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Broken pipe)
  1668. # [22:23] <Ms2ger> RyanVM, how about now? :)
  1669. # [22:24] <RyanVM> ?
  1670. # [22:24] <Ms2ger> +++ This bug was initially created as a clone of Bug #820847 +++
  1671. # [22:24] <Ms2ger> +++ This bug was initially created as a clone of Bug #817980 +++
  1672. # [22:24] <Ms2ger> +++ This bug was initially created as a clone of Bug #817288 +++
  1673. # [22:24] <Ms2ger> +++ This bug was initially created as a clone of Bug #816056 +++
  1674. # [22:24] <Ms2ger> When can we consider disabling these tests?
  1675. # [22:24] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1676. # [22:25] * khuey is now known as khuey|away
  1677. # [22:25] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1678. # [22:26] <RyanVM> oh, yeah
  1679. # [22:27] <RyanVM> it's getting pretty ridiculous
  1680. # [22:29] <Ms2ger> I hope they won't just move to other tests :/
  1681. # [22:30] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1682. # [22:30] <RyanVM> yeah, would be nice to understand the root cause
  1683. # [22:30] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1684. # [22:31] <RyanVM> sort of like the ooms were were getting on linux64 bc that time
  1685. # [22:31] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Connection reset by peer)
  1686. # [22:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b35c960626b5 - Ms2ger - Bug 816056 - bug 817288 - bug 817980 - bug 820847 - bug 822037 - Disable tests due to too many timeouts.
  1687. # [22:31] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1688. # [22:31] * Ms2ger hopes
  1689. # [22:33] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  1690. # [22:33] <Ms2ger> And it almost seems like pwpb stuck this time
  1691. # [22:35] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Quit: victorporof)
  1692. # [22:35] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  1693. # [22:35] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1694. # [22:35] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Client exited)
  1695. # [22:35] * Quits: terrence-afk (terrence@moz-7109B35.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1696. # [22:36] * Joins: ehsan (ehsan@moz-5EDA471D.cpe.net.cable.rogers.com)
  1697. # [22:36] * ChanServ sets mode: +o ehsan
  1698. # [22:36] <Ms2ger> Ooh, a splay tree
  1699. # [22:36] * Quits: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net) (Quit: Leaving)
  1700. # [22:37] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1701. # [22:41] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1702. # [22:42] <Waldo> Ms2ger: I'm rereading this patch now, and there's really just no consistency whatsoever about our headers wrt std* headers
  1703. # [22:43] <Ms2ger> There is no consistency about our includes, period :)
  1704. # [22:43] <Ms2ger> Except in SM
  1705. # [22:43] <Waldo> true
  1706. # [22:43] <Waldo> much more there, but even there there's not
  1707. # [22:43] <Waldo> judging by what I've read just now
  1708. # [22:44] <Ms2ger> Personally, I'd just go for whatever my text editor's sort button does :)
  1709. # [22:44] <Waldo> heh
  1710. # [22:44] * Joins: jammink (textual@moz-AF97D55D.googlewifi.com)
  1711. # [22:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d685cc4b4741 - Marty Rosenberg - Don't spew uninitialized memory. (bug 822042, r=evilpie)
  1712. # [22:45] <Ms2ger> And with #ifdef'd includes at the end
  1713. # [22:45] * Quits: Dhruv (Dhruv@ADCCF49C.621831E2.388CF16F.IP) (Quit: Leaving.)
  1714. # [22:46] * Waldo tends to think #ifdef'd includes should be abstracted away in other headers, usually
  1715. # [22:46] <Waldo> all these #ifdef ANDROID / #include <android/log.h> or whatever are just fugly
  1716. # [22:47] * Waldo waits for someone to volunteer to write a consistent logging interface for all code to hide that garbage away
  1717. # [22:47] <Waldo> *crickets*
  1718. # [22:47] * Joins: teoli (teoli@4155A23B.9092A78D.51C6DE68.IP)
  1719. # [22:48] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  1720. # [22:48] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1721. # [22:50] <Ms2ger> Waldo, sounds like something you could put in mfbt :)
  1722. # [22:50] <Waldo> would be
  1723. # [22:50] <Waldo> except for the "you" part there
  1724. # [22:50] <Ms2ger> Dammit :)
  1725. # [22:51] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1726. # [22:52] <evilpie> Would you like the idea of an enforced commit message format?
  1727. # [22:52] <Waldo> sure
  1728. # [22:52] <Ms2ger> Sure, if it's mine
  1729. # [22:52] <Waldo> the less discretion/chance for arguments on a lot of stuff, the better
  1730. # [22:52] <Ms2ger> Or, well, anything that doesn't put the bug number at the end
  1731. # [22:52] <evilpie> Ms2ger: i think you also use Bug 111. Title. r=tom ?
  1732. # [22:53] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  1733. # [22:53] <evilpie> my personal preference basically
  1734. # [22:53] * Quits: phx (Adium@A4E83955.6A843466.689607DE.IP) (Quit: Leaving.)
  1735. # [22:53] <Ms2ger> Bug 123455 - Blah; r=sparky
  1736. # [22:53] <evilpie> *;* ?
  1737. # [22:53] <Ms2ger> :)
  1738. # [22:54] <evilpie> bike-shedding ftw
  1739. # [22:54] <Ms2ger> It's what bugzilla tweaks did when it still worked
  1740. # [22:54] <evilpie> i just don't really like that character
  1741. # [22:55] <Waldo> Bug N - Stuff. r=, sr=, ui-r=, a= seems the most common thing
  1742. # [22:55] <Waldo> or Stuff. No bug, r=/sr=/ui-r=/a= for triviailities
  1743. # [22:56] <Ms2ger> No bug - Stuff.
  1744. # [22:56] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  1745. # [22:56] * Joins: phx (Adium@A4E83955.6A843466.689607DE.IP)
  1746. # [22:56] <Waldo> or Back out afd8675309b1a17 for blah, r=
  1747. # [22:56] * Quits: atte (atte@moz-37C1DF97.dhcp.inet.fi) (Client exited)
  1748. # [22:56] * Quits: purezen (aditya@799A4F37.9DDF7FE1.34AA0C06.IP) (Ping timeout)
  1749. # [22:57] * Joins: phx1 (Adium@DA386262.E8E44173.689607DE.IP)
  1750. # [22:57] * Joins: purezen (aditya@576DD204.F6F0CC53.34AA0C06.IP)
  1751. # [22:57] <Waldo> like, I just don't see a point to commit message variation
  1752. # [22:57] <Waldo> and set-in-habitsness as an argument is just shallow
  1753. # [22:57] <Ms2ger> Maybe we should add ./mach commit
  1754. # [22:57] <evilpie> definitely
  1755. # [22:57] <Waldo> plausible
  1756. # [22:58] <evilpie> i would like a better link between a commit and bugzilla
  1757. # [22:58] * Quits: phx (Adium@A4E83955.6A843466.689607DE.IP) (Ping timeout)
  1758. # [22:58] <Waldo> although it smells of the prepare-Changelog stuff webkit has, which always seemed more tedious than using the commands directly (we wouldn't have the stupid changelog reason for it)
  1759. # [22:58] * Waldo can't believe they use actual changelog files
  1760. # [22:59] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1761. # [22:59] <Ms2ger> No kidding
  1762. # [22:59] <Ms2ger> I guess because trac sucks so badly
  1763. # [22:59] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  1764. # [22:59] * Joins: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net)
  1765. # [23:00] <evilpie> they do both right? changelog and commit message
  1766. # [23:00] * Quits: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com) (Ping timeout)
  1767. # [23:01] * Joins: dmose (dmose@moz-6530E424.dsl.static.sonic.net)
  1768. # [23:01] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1769. # [23:03] * Quits: JeroenDeDauw (j@moz-C5C843C0.dip.t-dialin.net) (Quit: Leaving.)
  1770. # [23:03] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  1771. # [23:03] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1772. # [23:04] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  1773. # [23:04] <Waldo> yes
  1774. # [23:04] <Waldo> which is why they have a script to prepare patches
  1775. # [23:05] <Waldo> no idea how exactly they deal with rebasing, since a changelog means *every* *single* *change* is a conflict
  1776. # [23:05] * Waldo boggles
  1777. # [23:06] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Quit: Leaving.)
  1778. # [23:06] * Quits: lerc (quassel@121-74-239-117.telstraclear.net) (Ping timeout)
  1779. # [23:06] * Quits: @bz_away (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net) (Ping timeout)
  1780. # [23:07] <@smaug> evilpie: why do you need changelog?
  1781. # [23:07] <evilpie> smaug: you my why webkit needs them?
  1782. # [23:07] <Waldo> smaug: because they use svn, I think
  1783. # [23:07] * Joins: lerc (quassel@moz-3EA06DFE.telstraclear.net)
  1784. # [23:08] <@smaug> ah, ok
  1785. # [23:08] <@smaug> though, still
  1786. # [23:08] <Waldo> which still doesn't answer the question, we didn't with cvs, but I think just it's a FOSS-heritage pedantry
  1787. # [23:08] <Waldo> yeah
  1788. # [23:08] <@smaug> you can always read the commit messages
  1789. # [23:08] <Ms2ger> Well, we didn't exactly do well in the early CVS days
  1790. # [23:08] <@smaug> early cvs sure
  1791. # [23:08] <Ms2ger> And they have bugs out of sight in radar
  1792. # [23:08] <@smaug> but late cvs was ok
  1793. # [23:08] <Waldo> I think that probably is Netscape-grimy-commercial-software heritage
  1794. # [23:09] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1795. # [23:09] * Parts: dmose (dmose@moz-6530E424.dsl.static.sonic.net)
  1796. # [23:09] <@smaug> (and we have better tools for cvs than for hg )
  1797. # [23:09] <Waldo> harder to get the job done, clean, in the short run
  1798. # [23:10] * @smaug wonders how many klocs this change-mutationobserver-to-use-paris-bindings will be
  1799. # [23:11] <Archaeopteryx> speaking about tools... is there any for getting mail or rss notifications if some custom pattern gets checked in?
  1800. # [23:11] <Ms2ger> Pulse?
  1801. # [23:11] * Ms2ger sniggers
  1802. # [23:12] <Waldo> maybe you could yahoo-pipes something up
  1803. # [23:12] * Waldo keeps hearing about that letting you do stuff like that
  1804. # [23:12] <Waldo> dunno how true it is
  1805. # [23:12] * Quits: phx1 (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  1806. # [23:13] <Archaeopteryx> thanks will give it a try
  1807. # [23:13] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
  1808. # [23:15] * Quits: jammink (textual@moz-AF97D55D.googlewifi.com) (Quit: Computer has gone to sleep.)
  1809. # [23:15] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1810. # [23:15] * Quits: @dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net) (Ping timeout)
  1811. # [23:17] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1812. # [23:17] <reed> dougt: see PM
  1813. # [23:17] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1814. # [23:17] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1815. # [23:17] <NeilAway> smaug: well, it seems odd to me that gc wouldn't know about expando properties
  1816. # [23:18] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1817. # [23:19] * Quits: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net) (Quit: Leaving...)
  1818. # [23:19] * Quits: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP) (Quit: nn)
  1819. # [23:19] * Joins: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com)
  1820. # [23:20] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1821. # [23:20] * mjschranz is now known as mjschranz_away
  1822. # [23:20] <@smaug> NeilAway: it knows about them
  1823. # [23:20] <@smaug> NeilAway: but it can't know whether the C++ object which is keeping them alive should be kept alive
  1824. # [23:21] * Quits: jfkthame (jfkthame@1C457759.3AD06A77.86F5061.IP) (Quit: jfkthame)
  1825. # [23:22] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  1826. # [23:23] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1827. # [23:23] * Fallen|away is now known as Fallen
  1828. # [23:25] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1829. # [23:26] <jduell> gavin: looks like your build broke some tests in 'bc'?
  1830. # [23:27] * Quits: @dveditz (dveditz@moz-CA4FEF00.hsd1.ca.comcast.net) (Ping timeout)
  1831. # [23:28] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  1832. # [23:28] * ChanServ sets mode: +o dveditz
  1833. # [23:29] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1834. # [23:30] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Ping timeout)
  1835. # [23:30] * Joins: dveditz_ (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1836. # [23:30] * ChanServ sets mode: +o dveditz_
  1837. # [23:31] * mjschranz_away is now known as mjschranz
  1838. # [23:32] * Joins: abwillis (abwillis@moz-977A2AAA.hlrn.qwest.net)
  1839. # [23:32] * Quits: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP) (Quit: Leaving.)
  1840. # [23:35] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  1841. # [23:35] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  1842. # [23:37] * Quits: abwillis (abwillis@moz-977A2AAA.hlrn.qwest.net) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121214173904])
  1843. # [23:38] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1844. # [23:39] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1845. # [23:40] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  1846. # [23:41] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  1847. # [23:50] * Quits: crowder (crowder@moz-BA1031C7.sd.sd.cox.net) (Ping timeout)
  1848. # [23:53] * Quits: @ehsan (ehsan@moz-5EDA471D.cpe.net.cable.rogers.com) (Input/output error)
  1849. # [23:53] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1850. # [23:54] * stefanh is now known as stefanh|away
  1851. # [23:55] <UCC> hi
  1852. # [23:55] <UCC> i'm a beginner contributor to mozilla
  1853. # [23:57] <UCC> I'm not sure what to do after I fix a minor bug, I mean is it necessary to test what I did even though there are no tests for that and the fix is minor (as in - it should not break anthing)
  1854. # [23:58] <Waldo> depends on the fix
  1855. # [23:59] <Waldo> but usually we do want tests for things, because you never know when it might be necessary to reimplement a feature, say for a new platform, or to rewrite it to be cleaner
  1856. # [23:59] <anton> UCC: i try to write tests for everything that touches executable code (i.e. not a comment), even minor bugs. it helps to make sure that the bug won't be reintroduced in future
  1857. # [23:59] <Waldo> I've been saved lots of times by tests totally not written to exercise the particular thing I was breaking
  1858. # Session Close: Sun Dec 16 00:00:00 2012

The end :)