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

Options:

  1. # Session Start: Sat Feb 16 00:00:01 2013
  2. # Session Ident: #developers
  3. # [00:00] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  4. # [00:01] * philor is now known as philor|away
  5. # [00:03] * Joins: kig (ilmari@moz-9099BB3A.sqy-bng-011.adsl.virginmedia.net)
  6. # [00:03] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  7. # [00:04] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  8. # [00:05] <@smaug> whimboo|afk: asking again :) any chance to get memchaser updated? The sdk leak it so bad that I can't use any addons using the old sdk
  9. # [00:06] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  10. # [00:06] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  11. # [00:06] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  12. # [00:06] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.90 [Firefox 20.0a2/20130210042017])
  13. # [00:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eba1ef07a9ad - Trevor Saunders - bug 841928 - fix crash in ia2AccessibleHypertext::get_hyperlink() r=me
  14. # [00:07] <jlebar> Do <script defer>'s block onload?
  15. # [00:07] <jlebar> (In Firefox)
  16. # [00:08] * Quits: dcamp (dcamp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving...)
  17. # [00:08] * Quits: hurley (hurley@2557E599.66715431.D25A875A.IP) (Quit: mootex)
  18. # [00:09] * RyanVM is now known as RyanVM|Dinner
  19. # [00:10] <@smaug> I'd assume so
  20. # [00:10] <jlebar> hmm
  21. # [00:10] * Quits: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP) (Ping timeout)
  22. # [00:10] * Quits: jib (Jan-Ivar@moz-2761BCC7.hsd1.pa.comcast.net) (Quit: jib)
  23. # [00:10] <Waldo> data:text/html,<script src="data:text/javascript,alert('deferred');" defer></script><script>window.onload = function() { alert('onload'); };</script> seems to say yes
  24. # [00:10] * Quits: dvander`home` (dvander@moz-EC56C22F.hsd1.ca.comcast.net) (Ping timeout)
  25. # [00:10] * Joins: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net)
  26. # [00:10] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: )
  27. # [00:10] <jlebar> Waldo: Ah, that's a simple idea. Thanks. :)
  28. # [00:11] <Waldo> which actually surprises me, I'd thought defer was supposed to work around that
  29. # [00:11] <Waldo> jlebar: data URLs are God's gift to developerkind
  30. # [00:11] <Waldo> jlebar: and IE is stupid for not allowing you to enter them by hand :-)
  31. # [00:11] <Waldo> and I hate them every time I'm reminded of this
  32. # [00:11] * Joins: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP)
  33. # [00:11] <@smaug> Waldo: defer runs after the document has been parsed
  34. # [00:12] <Waldo> smaug: yeah, I guess my memory's just going bad
  35. # [00:12] <Optimizer> to be using IE ... :|
  36. # [00:12] <Waldo> get off my lawn, you kids
  37. # [00:12] <Waldo> Optimizer: if I want to test something in IE... :-\
  38. # [00:12] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  39. # [00:12] <Optimizer> oh no.. the mustache jee chan
  40. # [00:12] <Waldo> and usually something small such that a data: URL works great, or would work great except h8
  41. # [00:13] * Joins: TheOne (one@moz-821BC4BD.dip.t-dialin.net)
  42. # [00:14] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  43. # [00:14] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  44. # [00:15] * Quits: Mic (Mic@moz-21FC15D0.superkabel.de) (Quit: Output/input error)
  45. # [00:15] * Joins: Mic (Mic@moz-21FC15D0.superkabel.de)
  46. # [00:15] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  47. # [00:16] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  48. # [00:16] <Optimizer> so when I do
  49. # [00:16] <Optimizer> window.addEventListener("mouseover", function(e) window.alert(e.target == ruleView), true);
  50. # [00:16] <Optimizer> EventUtils.synthesizeMouseAtCenter(ruleView, {type: "mouseover"});
  51. # [00:16] <Optimizer> it gives me false.
  52. # [00:16] * kaze is now known as kaze|away
  53. # [00:17] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  54. # [00:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0afb667fb4f8 - Brian R. Bondy - Bug 831520 - Clear my Metro Firefox History now also clears StartUI. r=mbrubeck
  55. # [00:18] * cmcavoy is now known as cmcavoy-offline
  56. # [00:18] * Quits: ehugg (chatzilla@F2872301.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.89 [Firefox 18.0.2/20130201065344])
  57. # [00:18] * Quits: canuckistani (canuckista@A5087023.2354C43D.D8E68FF6.IP) (Ping timeout)
  58. # [00:19] * Quits: beaufour (beaufour@moz-EA4226EF.nyc.biz.rr.com) (Quit: beaufour)
  59. # [00:19] * Quits: jhopkins|afk (jhopkins@moz-216F9986.tb.shawcable.net) (Quit: jhopkins|afk)
  60. # [00:23] * Quits: TheOne (one@moz-821BC4BD.dip.t-dialin.net) (Input/output error)
  61. # [00:24] <@gavin> Optimizer: does "ruleView" have children?
  62. # [00:24] <Optimizer> ruleView is a window element
  63. # [00:24] <@gavin> well then, that makes sense
  64. # [00:24] <@gavin> your click is hitting some content in the window
  65. # [00:24] <@gavin> that would be the target
  66. # [00:25] <Optimizer> but the feature that I am testing also does ruleView.addEventListener("mouseover", something)
  67. # [00:25] <Optimizer> and that something works.
  68. # [00:25] * jgriffin-mtg is now known as jgriffin
  69. # [00:25] <Optimizer> so I want to simulate a mouseover to test that something now . and according to the test results, that something did not happen, so trying to add an event lsitener myself to test the test.
  70. # [00:25] <@gavin> the mouseover event bubbles to ruleView
  71. # [00:25] * Joins: Waldo_ (waldo@A5A0595A.66715431.D25A875A.IP)
  72. # [00:26] * Quits: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net) (Ping timeout)
  73. # [00:26] * Joins: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net)
  74. # [00:26] * Waldo_ is now known as Waldo
  75. # [00:26] <@gavin> to simulate a mouseOver with synthesizeEvent you may need to pair it with a mousemove?
  76. # [00:26] * Quits: kaze|away (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  77. # [00:26] <Optimizer> first mouseover, then mousemove ?
  78. # [00:26] <Optimizer> or otherwise ?
  79. # [00:26] <@gavin> or actually, only send mousemoves
  80. # [00:27] <@gavin> I forget whether mouseover can be fired that way
  81. # [00:27] <Optimizer> tried that too.
  82. # [00:27] <@gavin> I'm not very good at remembering the different event types and such
  83. # [00:27] <Optimizer> it can be, I see many tests doing that
  84. # [00:28] <@gavin> those tests seem to send mouseover+ several mousemoves
  85. # [00:28] * Quits: automata (automata@moz-1CE7A56D.ifsc.usp.br) (Ping timeout)
  86. # [00:29] <Optimizer> just did that, same thing.
  87. # [00:29] <@gavin> I got nothing :)
  88. # [00:29] * Joins: Gentlecat (Roman@A85BC1FB.CF9BE6BE.8FB52CB8.IP)
  89. # [00:32] * Quits: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP) (Ping timeout)
  90. # [00:32] * Quits: areinald (andre@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  91. # [00:33] <Optimizer> (╯°□°)╯︵ ┻━┻
  92. # [00:33] * Joins: areinald (andre@moz-BE33DA21.fw1.sfo1.mozilla.net)
  93. # [00:34] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.90 [SeaMonkey 2.7.2/20121224145522])
  94. # [00:34] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Client exited)
  95. # [00:35] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  96. # [00:35] * philor|away is now known as philor
  97. # [00:35] * Joins: gandi (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  98. # [00:37] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  99. # [00:39] * Joins: wg9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  100. # [00:40] * wg9s is now known as wg9s|afk
  101. # [00:40] * wg9s|afk is now known as wg9s
  102. # [00:41] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  103. # [00:41] * Quits: kig (ilmari@moz-9099BB3A.sqy-bng-011.adsl.virginmedia.net) (Quit: kig)
  104. # [00:44] * Quits: @smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi) (Ping timeout)
  105. # [00:45] * Joins: clee_ (clee@2557E599.66715431.D25A875A.IP)
  106. # [00:45] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  107. # [00:45] * clee_ is now known as clee
  108. # [00:45] * Joins: darkowlzz (darkowlzz@4E323851.244A071.9DA13C14.IP)
  109. # [00:46] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  110. # [00:46] * Quits: mgorse (mgorse@B6C068B2.2088E15E.A18F112A.IP) (Ping timeout)
  111. # [00:46] * Quits: IRCMonkey8602 (bcrowder@moz-D680E173.masergy.com) (Ping timeout)
  112. # [00:46] * Joins: mgorse (mgorse@B6C068B2.2088E15E.A18F112A.IP)
  113. # [00:46] * Joins: andreasn (andreasn@moz-29541900.a336.priv.bahnhof.se)
  114. # [00:46] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  115. # [00:47] * Quits: andreasn (andreasn@moz-29541900.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  116. # [00:47] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  117. # [00:47] * ChanServ sets mode: +o dbaron
  118. # [00:47] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  119. # [00:47] * Joins: fryn (fyan@moz-DB4A9C19.scl3.mozilla.com)
  120. # [00:48] * Quits: Gentlecat (Roman@A85BC1FB.CF9BE6BE.8FB52CB8.IP) (Ping timeout)
  121. # [00:48] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  122. # [00:49] * Joins: bsmedberg_ (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  123. # [00:50] * mattwoodrow|away is now known as mattwoodrow
  124. # [00:50] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  125. # [00:50] * Quits: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  126. # [00:51] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  127. # [00:52] * spohl|afk is now known as spohl
  128. # [00:53] * Joins: smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi)
  129. # [00:53] * ChanServ sets mode: +o smaug
  130. # [00:57] <@bsmedberg> Is anyone else getting frequent DB lock errors from bugzilla while trying to update bugs?
  131. # [01:01] * baku|away is now known as baku
  132. # [01:02] * bsmedberg is now known as bsmedberg-away
  133. # [01:03] <jedp> is there a gecko hacker out there who can answer a question about Services.appShell.hiddenDOMWindow?
  134. # [01:03] <jedp> I'm trying to use this to create an iframe
  135. # [01:03] <jedp> i'm setting mozbrowser = true on it
  136. # [01:04] <jesup> dolske: ping
  137. # [01:04] <@dolske> jesup: hi
  138. # [01:04] <jedp> and appending the iframe to the hiddenDOMWindow.document
  139. # [01:04] <@dolske> reviews? just saw them in my queue. :)
  140. # [01:04] <jedp> but the iframe never fires mozbrowserloadstart
  141. # [01:04] <jedp> and the messageManager on it is null
  142. # [01:05] <jedp> what am i doing wrong?
  143. # [01:05] <fabrice> jedp: on b2g?
  144. # [01:05] <@gavin> bsmedberg-away: I got one the other day during triage
  145. # [01:05] <vingtetun> jedp: is the mozbrowser api enabled?
  146. # [01:05] * tabraldes is now known as tabraldes2
  147. # [01:06] <jedp> fabrice, vingtetun this is not b2g; regular desktop firefox
  148. # [01:06] <jedp> vingtetun i don't know about how to enable that api! so i suppose not :) what should i do?
  149. # [01:06] * tabraldes2 is now known as tabraldes
  150. # [01:07] <@gavin> jedp: why are you creating a hidden iframe, ooc? :)
  151. # [01:07] <@gavin> do you want to be using sandbox.jsm instead?
  152. # [01:07] <jedp> gavin maybe i do want sandbox
  153. # [01:07] * Quits: Dagger (Dagger@moz-38590C6F.cable.virginmedia.com) (Ping timeout)
  154. # [01:07] <jesup> dolske: hey, we've made this a non-blocker for now: bug 841940; we found invoking the permission UI (with no entries) in a crashtest seems to leak the world; Jason and I think it's not reasonable to invoke in a crashtest given the lack of normal browser chrome and so we disabled the permission UI for crashtests
  155. # [01:07] * Joins: askalski (akuda@2BA4E5A7.CC7751E8.6712E96B.IP)
  156. # [01:08] * Quits: askalski (akuda@2BA4E5A7.CC7751E8.6712E96B.IP) (Input/output error)
  157. # [01:08] <@dbaron> was there a try reset today?
  158. # [01:08] <vingtetun> jedp: http://mxr.mozilla.org/mozilla-central/source/b2g/app/b2g.js#376 (if you don't want sandbox - there is not many reasons for you to want mozbrowser iframes)
  159. # [01:08] <@dbaron> or some other reason my try push earlier is "not found in branch try"?
  160. # [01:09] <jedp> vingtetun oh thanks - i didn't know that was a pref. cool.
  161. # [01:10] <vingtetun> jedp: ochameau played with it in FF desktop if you want to have more infos
  162. # [01:10] * Quits: jimm (jmathies@moz-8488CC6F.pn.at.cox.net) (Quit: )
  163. # [01:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/26b3586e3af4 - Tanvi Vyas - Bug 840641 - Missing Large Shield Icon from Mixed Content Doorhanger. r=dolske
  164. # [01:10] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  165. # [01:10] <jesup> bz: ping
  166. # [01:11] <Waldo> taras: do you moderate blog comments or something? I made a comment earlier about there being a planet blog that's no longer showing up
  167. # [01:12] <jesup> !seen bz
  168. # [01:12] <firebot> bz was last seen 9 hours, 12 minutes and 7 seconds ago, saying 'ok' in #content.
  169. # [01:12] <jesup> jst: ping
  170. # [01:12] <taras> Waldo: hrm
  171. # [01:12] <jedp> vingtetun i was looking at the social api code as an exemplum; it uses the hiddenDOMWindow to create frames for its frame worker
  172. # [01:12] <NeilAway> jaws: hmm, you could make the same filtering argument for href/mSourceLine...
  173. # [01:12] <taras> might be some disqus misconfiguration
  174. # [01:12] <Waldo> oddment
  175. # [01:12] <jst> jesup: pong
  176. # [01:13] <jesup> jst: any chance you can step in to review bug 822674? - we've been waiting on a review from peterv, but I'm guessing he didn't get to it and we need to land it.
  177. # [01:13] <taras> Waldo: i see the comments
  178. # [01:13] * Waldo files "exemplum" away as a nice, obscure word
  179. # [01:14] <Waldo> taras: I'm seeing my first two, but not the one mentioning the planet blog, that was in response to djc
  180. # [01:14] * Joins: Dagger (Dagger@moz-38590C6F.cable.virginmedia.com)
  181. # [01:15] <jwir3> if I have the following function that I want to call: NS_IMETHODIMP
  182. # [01:15] <jwir3> nsRange::GetBoundingClientRect(nsIDOMClientRect** aResult) what is the parameter that I want to pass into this? I tried getter_AddRefs<nsIDOMClientRect>(rect), where rect is defined as: nsCOMPtr<nsIDOMClientRect> rect;
  183. # [01:15] <jwir3> But, that fails. as does the getter_AddRefs<nsClientRect>(rect), where rect is nsRefPtr<nsClientRect> rect;
  184. # [01:16] <jst> jesup: sure, I in fact already looked at that patch, but decided to let peterv look as well... but since he didn't get to it I'll stamp it. He can still look...
  185. # [01:16] <jesup> jst: thanks!
  186. # [01:16] <taras> Waldo: i think disqus is having issues
  187. # [01:16] * gregglind is now known as gregglind_away
  188. # [01:16] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  189. # [01:16] <jst> jesup: done
  190. # [01:16] <Waldo> hmm
  191. # [01:16] <taras> i dont even see the comments on my that blog post
  192. # [01:16] * Joins: man (bzlandfill@moz-BBE3ABD.mv.mozilla.com)
  193. # [01:16] <taras> in the control panel yet
  194. # [01:17] <Waldo> taras: heresy! single points of failure never fail
  195. # [01:17] <NeilAway> jwir3: the compiler should be able to deduce the type of getter_AddRefs(rect) if rect is nsCOMPtr<nsIDOMClientRect>
  196. # [01:17] <Waldo> sadment
  197. # [01:17] <nbp> man ping
  198. # [01:17] * Quits: Stan_ (Stan@moz-5B37158D.dip.t-dialin.net) (Ping timeout)
  199. # [01:17] <jwir3> NeilAway: Ah. So just do getter_AddRefs without the type in <>?
  200. # [01:17] <man> nbp: ping, ping6 - send ICMP ECHO_REQUEST to network hosts
  201. # [01:17] * Joins: crowder (bcrowder@moz-BA1031C7.sd.sd.cox.net)
  202. # [01:17] <NeilAway> man++
  203. # [01:18] <NeilAway> jwir3: should work, I think
  204. # [01:18] <jwir3> NeilAway: ok, let me try that. thx
  205. # [01:18] <Waldo> :-( conference mode means I can't easily tell who man is/was :-(
  206. # [01:18] <Waldo> unless that's a new bot
  207. # [01:19] <@dbaron> man ascii
  208. # [01:19] <@dolske> jesup: by "permission UI" (for 841940) are you talking about the doorhanger or about:permissions?
  209. # [01:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/613836a25f92 - John Ford - Bug 839298 - One True JSON file of build information r=ted
  210. # [01:19] <jedp> vingtetun also, i want to inject privileged js into this iframe - i can't do that with a sandbox, can i?
  211. # [01:20] <jesup> dolske: the doorhanger
  212. # [01:20] <man> dbaron: ascii -- octal, hexadecimal and decimal ASCII character sets
  213. # [01:20] <Mook_as> jedp: remember that the hidden dom window is a HTML document, not a XUL document, so you need to createElementNS (plus all the other things)
  214. # [01:20] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  215. # [01:20] * Quits: AndreeaM (Thunderbir@2AB34640.2D6B9C2A.CD219C36.IP) (Client exited)
  216. # [01:20] <jedp> Mook_as aha! i'm not doing createElementNS - thank you
  217. # [01:21] <vingtetun> jedp: i don't know much about sandbox but again ochameau knows :)
  218. # [01:21] <Mook_as> jedp: well, the hidden window is html (about:blank) on windows and linux, some xul thing with a menu on mac...
  219. # [01:21] <jedp> vingtetun thanks!
  220. # [01:22] <@dolske> jesup: what's media.navigator.permission.disabled do? autodeny?
  221. # [01:22] * Quits: wg9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 18.0.2/20130206130229])
  222. # [01:23] <jesup> dolske: no, it just doesn't pop the doorhanger and selects the default device(s)
  223. # [01:23] <jwir3> NeilAway: Hm. I think that still might not be the right type. I'm getting: error: could not convert 'rect' from 'nsCOMPtr<nsIDOMClientRect>' to 'already_AddRefed<nsIDOMClientRect>'
  224. # [01:23] <jwir3> NeilAway: Other ideas by any chance? ;)
  225. # [01:23] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  226. # [01:23] <jesup> it's slightly poorly named.... (looking at you, anant...) but users shouldn't mess with it; it's mostly for testing
  227. # [01:23] <@dolske> jesup: oh. that's a scary pref to have around!
  228. # [01:24] * Quits: sewardj (sewardj@moz-20979CF2.dip.t-dialin.net) (Ping timeout)
  229. # [01:24] <jesup> the android guys use it since they don't have UI
  230. # [01:24] <@dolske> jesup: presuming mochitests are exercising the full-up stuff (ie, using the permission prompt), then disabling it in crashtests is quite fine.
  231. # [01:24] <jesup> (or didn't)
  232. # [01:24] <jesup> social-api demos often use it, though I think they've modified it
  233. # [01:25] <jesup> dolske: thanks
  234. # [01:25] <@dolske> what happens on android then? pages just automatically start using the camera?!
  235. # [01:25] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  236. # [01:25] <@dbaron> I just got a bugzilla locking error too
  237. # [01:25] <jesup> yes. But you need a very special build to have a chance of camera :-) See dmose
  238. # [01:25] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  239. # [01:26] <jedp> Mook_as i think that was the problem - thanks!
  240. # [01:26] <@dolske> ah, so effectively it's not really usuable yet anyway.
  241. # [01:26] <jesup> we just got camera and video calls up on Android; lots of rough edges (and it does have trivial UI now, though it's kinda broken)
  242. # [01:26] <jesup> really looking to just demo it at this point
  243. # [01:26] <@dolske> I'd kind of hope it pref'd off harder just so we don't forget about it and accidentally ship that way, though! :)
  244. # [01:26] <jesup> serious work on android will start in a month or so
  245. # [01:27] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  246. # [01:27] <jedp> Mook_as just to make sure i'm doing it right, ive got mozframetype=content, sandbox=allow-same-origin … are there other things in "all the other things" you mention above? :)
  247. # [01:27] <taras> Waldo: try again? i just submitted a comment, seems to have stuck
  248. # [01:28] * Quits: bsmith (bsmith@moz-FFF8FA4C.hawaii.res.rr.com) (Ping timeout)
  249. # [01:28] <jesup> I'd never let us ship with the doorhanger disabled... :-) We tried to have the first android webrtc UI meeting this week, but some UX people couldn't make it, so next week
  250. # [01:28] <jesup> It's much more of a pain on android.... especially the persistent indicator
  251. # [01:28] <jesup> and android phones don't have camera lights...
  252. # [01:28] * Quits: HeldtNotHelt (firefox@DBDFA50.8C382C77.7C9220AF.IP) (Ping timeout)
  253. # [01:29] * Joins: HeldtNotHelt (firefox@DBDFA50.8C382C77.7C9220AF.IP)
  254. # [01:29] <Mook_as> jedp: oh, I just meant whatever you normally do want, I tend to use <browser> instead of <iframe> so I dunno what you all do ;)
  255. # [01:29] <NeilAway> jwir3: need bigger code snippet
  256. # [01:30] <Waldo> taras: yeah, I don't have my comment any more to submit it again :-( hopefully djc does and I can copy-paste it into place, otherwise I'll just try to recreate it as best I can
  257. # [01:30] * Joins: markh (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  258. # [01:30] <jesup> dolske: bug 827145 - still no action on this blocker; have you heard anything from dao on it?
  259. # [01:31] <sfink> Waldo: taras's blog ate my comment too, though in a different way
  260. # [01:31] <taras> Waldo: sorry, this is the first time i've seen disqus swallowing comments
  261. # [01:31] <taras> sfink: grr!
  262. # [01:31] <Waldo> taras: eh, not your fault
  263. # [01:31] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: I took the wrong pill!!!)
  264. # [01:31] * gandi is now known as gandalf
  265. # [01:31] <@dolske> jesup: haven't heard back since I pinged him yesterday.
  266. # [01:31] * Waldo ponders eating pasta
  267. # [01:32] <sfink> taras: yeah, it lost mine when it made me log in. When I logged in, it blanked out the form.
  268. # [01:32] <Waldo> honestly it kind of amazes me that anyone would outsource their comments, rather than having them inside the enclosing site infrastructure
  269. # [01:32] <taras> oh yeah, i instinctively cut/paste things when i see logins
  270. # [01:32] <Waldo> but obviously lots of people like disqus, so
  271. # [01:32] <taras> i had wordpress eat a few blog posts like that
  272. # [01:33] <taras> Waldo: wordpress was really really really bad
  273. # [01:33] <Waldo> it is not a business model I would have bet on taking off
  274. # [01:33] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  275. # [01:33] <taras> plus if there is a decent open source plugin system, it's pretty easy to get the comments back from disqus and switch
  276. # [01:34] * Quits: Mic (Mic@moz-21FC15D0.superkabel.de) (Quit: Output/input error)
  277. # [01:34] * Quits: till (till@moz-3493B177.superkabel.de) (Client exited)
  278. # [01:34] <@dolske> jesup: what's the difference between 802656 and 827145?
  279. # [01:34] <jesup> dolske: :-( that one's less critical, but it's being tracked for FF20, so if it doesn't make uplift we'll need to do aurora and beta uplifts. If it lands asap, we may be able to uplift to aurora and avoid a beta uplift
  280. # [01:34] * Quits: darkowlzz (darkowlzz@4E323851.244A071.9DA13C14.IP) (Ping timeout)
  281. # [01:35] <jwir3> NeilAway: does this help? http://www.pastebin.mozilla.org/2143181
  282. # [01:35] <jesup> 802656 was the backend to support Dao's frontend work
  283. # [01:35] <mbrubeck> Waldo: I really like having my site be almost all static, precompiled HTML
  284. # [01:35] <mbrubeck> but since Disqus makes it really easy to add comments to that, I went ahead and added comments.
  285. # [01:35] <Waldo> mbrubeck: except for that third-party script ("other than that, Mrs. Lincoln...")
  286. # [01:35] <mbrubeck> No desire to run my own comment system though.
  287. # [01:35] <jesup> this is a really simple bug
  288. # [01:35] <jesup> dolske: ^
  289. # [01:36] <jld> There's also the option of ahead-of-time processing of comments: https://github.com/mpalmer/jekyll-static-comments
  290. # [01:36] <Waldo> taras: what makes you hate wordpress comments? they seemed to get the job done, only things they didn't give were voting and a centralized profile, but the profile thing I'd have expected them to figure out via gravatar somehow
  291. # [01:36] <mbrubeck> yeah, I should look into that
  292. # [01:36] <jld> (Which I haven't tried, so can't comment on besides knowing that it exists.)
  293. # [01:37] <@dolske> jesup: ah. so the backend now returns an explicit error when there are no A/V devices, so the UI need to watch for that and treat it as a user-denial or something?
  294. # [01:37] <taras> Waldo: massive amount of spam? once i enabled spam controls a portion of my comments would disappear
  295. # [01:37] <mbrubeck> basically I want to host my site in a slashdotting-proof way with a minimum of cost and work.
  296. # [01:37] <taras> Waldo: generally painful command management ui
  297. # [01:37] <mbrubeck> So I pretty much want to either go without comments, or outsource them.
  298. # [01:37] <NeilAway> jwir3: are you sure that's line 40?
  299. # [01:37] <Waldo> taras: oh, this is about the for-business-use-akismet-costs-money thing
  300. # [01:38] <taras> Waldo: even if the spam controls worked, wp was bad for comments :)
  301. # [01:38] <NeilAway> jwir3: none of the code in your paste actually uses already_AddRefed...
  302. # [01:38] <jwir3> NeilAway: guh. You're right.
  303. # [01:38] <jld> Pre-moderating everything will keep spam comments from appearing, but you still might get tons of them sent to you anyway.
  304. # [01:38] <jwir3> NeilAway: it's the return statement that is problematic.
  305. # [01:38] * jwir3 facepalms
  306. # [01:38] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  307. # [01:38] <NeilAway> jwir3: return rect.forget();
  308. # [01:38] <jwir3> NeilAway: thanks!
  309. # [01:39] <@dolske> jesup: if you can write me a little HTML test case, I'll just go ahead and fix it. it does sound simple...
  310. # [01:39] <NeilAway> jwir3: but at least you don't have the <> after getter_AddRefs ;-)
  311. # [01:39] <taras> Waldo: so just checked again. some comments were in moderation queue, but not yours
  312. # [01:40] <jesup> dolske: thanks. a lot.
  313. # [01:40] <Matti> taras: have you seen bug 841464 ?
  314. # [01:41] <@dolske> jesup: oh, maybe I don't even need a test case.
  315. # [01:41] * @dolske pokes at the keyboard
  316. # [01:41] <taras> Matti: why is it bad?
  317. # [01:41] <taras> nothing secret there
  318. # [01:41] <jesup> Yeah, not really. Just remove your camera and request video using http://mozilla.github.com/webrtc-landing (the gum test page)
  319. # [01:43] * Quits: areinald (andre@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  320. # [01:43] <Matti> taras: I expect that it's invalid
  321. # [01:43] <taras> Matti: what is?
  322. # [01:44] <jaws> NeilAway: just saw your message now, yeah, we should probably start only filtering on href
  323. # [01:44] <Matti> i meant that i expect that the bug is just invalid. I would mark it as such but I'm not sure that i'm missing something lile a security issue there
  324. # [01:45] <jaws> NeilAway: except that href has different implications, someone may want to look for all google.com errors, and if that part got truncated it would make that act impossible
  325. # [01:46] * Quits: Mnyromyr (Mnyromyr@moz-40539B58.unity-media.net) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  326. # [01:47] <jaws> Asa: ping?
  327. # [01:47] * Quits: tabraldes (Thunderbir@moz-B7E5CC0.hsd1.or.comcast.net) (Quit: tabraldes)
  328. # [01:47] <@dolske> jesup: maybe a dumb question... but why can't the backend return the error directly when there are no A/V devices?
  329. # [01:47] <@dolske> jesup: is the intent that eventually the UI should sit and wait for a device to become available? (hotplug)
  330. # [01:48] <jesup> yes
  331. # [01:48] <jesup> so if I return it directly, we'll have to redo it
  332. # [01:49] <jesup> which we can, but dao preferred this option IIRC. (He had planned to get all the bugs landed in the first two weeks of the year...)
  333. # [01:49] <jesup> we have a separate bug on hotplug for a future release
  334. # [01:50] <jaws> bbondy: ping?
  335. # [01:50] <bbondy> jaws: hi
  336. # [01:50] <jaws> bbondy: do you know the status on the stub installer?
  337. # [01:51] <@dolske> jesup: you have the bug# for hotplug support? I'd like to reference it in the patch.
  338. # [01:51] <jesup> also, I'd have to get the list of devices myself to decide whether to ask the UI to go up; right now the UI is the one asking. This would complicate things considerably (more runnables, more async states)
  339. # [01:51] <jesup> sure
  340. # [01:51] <bbondy> last I heard the conversion wasn't as high as expected so we were adding more telemetry type reporting info to figure out if there are any problems with it
  341. # [01:51] <bbondy> I reviewed a patch which adds even more info to it today
  342. # [01:52] * jchen is now known as jchen|away
  343. # [01:52] <jaws> bbondy: i've been looking for a meta bug that shows which bugs need to be fixed before we can start using it, but https://bugzilla.mozilla.org/show_bug.cgi?id=322206 is all i can find
  344. # [01:52] <jaws> ok cool
  345. # [01:52] <bbondy> I'm not sure, rstrong would definitely know more
  346. # [01:52] <jesup> bug 827146
  347. # [01:52] <jaws> k, i'll ask when i see him online
  348. # [01:52] <jaws> thanks!
  349. # [01:52] <bbondy> np
  350. # [01:52] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  351. # [01:52] <NeilAway> jaws: in that case couldn't you back out that part of bug 831020?
  352. # [01:53] <bbondy> jaws: how's michigan?
  353. # [01:53] <nbp> man git
  354. # [01:53] <jaws> bbondy: it's nice, https://twitter.com/weinjared/status/302063149689995264
  355. # [01:53] <man> nbp: git - the stupid content tracker — which is way better than hg
  356. # [01:53] <bbondy> heh :)
  357. # [01:53] <NeilAway> man--
  358. # [01:53] <bbondy> we should do dinner one night I can drive over the border
  359. # [01:54] <jaws> NeilAway: which part are you asking about backing out?
  360. # [01:54] <NeilAway> jaws: the filtering part
  361. # [01:54] <jaws> yes, likewise :)
  362. # [01:54] <bbondy> ah didn't think they'd let you in Canada
  363. # [01:54] <bbondy> jk :)
  364. # [01:54] * Joins: darkowlzz (darkowlzz@36158F6E.F527CD2B.25B273F5.IP)
  365. # [01:54] <jaws> hehe :)
  366. # [01:54] <jaws> NeilAway: yeah we can back that part of the patch out
  367. # [01:55] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  368. # [01:55] * Quits: HeldtNotHelt (firefox@DBDFA50.8C382C77.7C9220AF.IP) (Quit: HeldtNotHelt)
  369. # [01:56] <nbp> man nbp
  370. # [01:56] * Quits: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  371. # [01:56] <man> bp: nbp - a guy who don't know how to use a mirror
  372. # [01:57] <jhammel> lol
  373. # [01:57] <NeilAway> man man
  374. # [01:57] <jaws> bbondy: i'll message you next time i'll be in detroit. right now i'm working an hour and a half from detroit
  375. # [01:58] <bbondy> ah ok cool
  376. # [01:58] <man> NeilAway: man - format and display the on-line manual pages — and add comments to them.
  377. # [01:58] <jhammel> NeilAway: the man page of man is a stub; see `info man` :P
  378. # [01:58] <NeilAway> !seeb u
  379. # [01:58] <NeilAway> !seen info
  380. # [01:58] <firebot> info was last seen 152 weeks, 3 days, 11 hours, 3 minutes and 47 seconds ago,
  381. # [01:58] <jhammel> lol
  382. # [01:59] <jhammel> no wonder we're lost! we've had no info for three years!
  383. # [01:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/39d8916b698b - Randell Jesup - Bug 826044: enable WebRTC crashtests r=jsmith
  384. # [01:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f1f4c2e87acf - Randell Jesup - Bug 835953: Notify UI that all gUM streams for a WindowID are gone r=dolske
  385. # [01:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/163daa0ef353 - Randell Jesup - Bug 835953: front-end for disabling getUserMedia notification when page stops using it r=dolske
  386. # [02:00] * baku is now known as baku|away
  387. # [02:00] * Quits: Ann_Yimi_ (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Input/output error)
  388. # [02:01] * ewong|away is now known as ewong
  389. # [02:01] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  390. # [02:03] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Client exited)
  391. # [02:04] * Quits: AaronMT|AFK (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  392. # [02:05] * Quits: nsm (nikhil@2557E599.66715431.D25A875A.IP) (Ping timeout)
  393. # [02:05] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  394. # [02:06] <jedp> ochameau hi, i'm having trouble getting some privileged js injected into an iframe attached to the hiddenDOMWindow - can you help me figure out what i'm doing wrong?
  395. # [02:07] <vingtetun> (it's 2am friday night here so ochameau could be afk)
  396. # [02:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/533b1bc8ca21 - Luke Wagner - Bug 841619 - Factor out an ArrayBufferObject::changeContents from uninlineData (r=sfink)
  397. # [02:08] <seth> will try jobs on b2g_ics_armv7a_gecko_emulator ever execute? =(
  398. # [02:09] <jedp> vingtetun holy crap - you're right! i completely lost track :)
  399. # [02:09] * dhylands is now known as dhylands|away
  400. # [02:09] * Quits: a-865 (fmcz@moz-8F21088B.cable.mindspring.com) (Quit: ChatZilla 0.9.90 [SeaMonkey 2.16/20130207001007])
  401. # [02:10] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  402. # [02:11] * Joins: a-865 (fmcz@moz-8F21088B.cable.mindspring.com)
  403. # [02:12] <Callek> seth: yes, but it is on our most-starved platform, so you'll have to be very patient
  404. # [02:12] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  405. # [02:12] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  406. # [02:12] <seth> as long as there's hope =)
  407. # [02:13] * Quits: marco (Thunderbir@moz-AC83459D.cust.dsl.teletu.it) (Ping timeout)
  408. # [02:13] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  409. # [02:13] <Callek> if it hasn't run by monday, we might have a problem :-)
  410. # [02:13] <Callek> s/might/likely/
  411. # [02:13] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  412. # [02:14] * NeilAway wonders why his size_t(data) % sizeof(Value) != 0
  413. # [02:14] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Linkinus - http://linkinus.com)
  414. # [02:14] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  415. # [02:15] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  416. # [02:16] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  417. # [02:17] * Joins: marco (Thunderbir@moz-9E038C76.cust.dsl.teletu.it)
  418. # [02:18] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Ping timeout)
  419. # [02:19] * Joins: bajaj (Adium@2557E599.66715431.D25A875A.IP)
  420. # [02:19] * Quits: myk (myk@2557E599.66715431.D25A875A.IP) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  421. # [02:20] * Quits: man (bzlandfill@moz-BBE3ABD.mv.mozilla.com) (Quit: CGI:IRC (Ping timeout))
  422. # [02:20] * RyanVM|Dinner is now known as RyanVM
  423. # [02:22] <fabrice> jedp: are you looking into the iframe-that-never-dies issue?
  424. # [02:22] <jedp> fabrice actually, no
  425. # [02:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fb6dd685d3a9 - Jared Wein - Bug 841712 - Copy in Error Console has shows source code instead of line number. r=neil
  426. # [02:23] <jedp> fabrice i'm just trying to do the same kind of thing - host a service in an iframe - on desktop firefox, and am getting stuck on silly details
  427. # [02:23] <jedp> fabrice but i'm sure i'll be looking at the iframe-that-never-dies question
  428. # [02:23] <fabrice> jedp: maybe we should come with another solution that hosting in an iframe
  429. # [02:24] <jedp> fabrice sure - i'm happy to look at anything. but i imagine it will be a different situation on desktop - for starters,the iframe's wont be 10MB processes
  430. # [02:25] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  431. # [02:25] <seth> dbaron: thanks for the advice on getting lost stuff from the try server. i didn't regain everything but i am in a significantly better position than i would've been otherwise
  432. # [02:26] * Quits: @smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi) (Ping timeout)
  433. # [02:27] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  434. # [02:27] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  435. # [02:28] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Quit: Leaving.)
  436. # [02:29] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  437. # [02:29] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  438. # [02:29] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  439. # [02:30] * Quits: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP) (Ping timeout)
  440. # [02:30] * joduinn is now known as joduinn-afk
  441. # [02:31] * Joins: bsmith (bsmith@moz-FFF8FA4C.hawaii.res.rr.com)
  442. # [02:34] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  443. # [02:34] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  444. # [02:35] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  445. # [02:35] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  446. # [02:35] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss)
  447. # [02:36] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  448. # [02:37] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  449. # [02:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b16497a56714 - Christian Sonne - Bug 816254 - Add logging to Downloads Panel r=mak
  450. # [02:39] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  451. # [02:40] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  452. # [02:41] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  453. # [02:43] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: nhirata)
  454. # [02:43] <Waldo> NeilAway: being patched now
  455. # [02:43] <Waldo> NeilAway: although, someone is apparently being bad and trying to malloc(0), which is Dumb
  456. # [02:43] <Waldo> NeilAway: and should probably be fixt
  457. # [02:43] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  458. # [02:44] * @dolske changes his code to malloc(1) instead
  459. # [02:44] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  460. # [02:45] <seth> malloc(-1)
  461. # [02:45] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My lid went down)
  462. # [02:46] <@dolske> malloc(i)
  463. # [02:46] * philor is now known as philor|away
  464. # [02:46] * @dolske checks for changes in Real Memory usage
  465. # [02:46] * Quits: coop|afk (Chris@153CE8AA.C516C49.4A8EB0FD.IP) (Quit: coop|afk)
  466. # [02:46] <seth> dolske++
  467. # [02:47] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  468. # [02:47] * Joins: coop (Chris@153CE8AA.C516C49.4A8EB0FD.IP)
  469. # [02:49] <Waldo> dolske: if you don't find any, rotate your computer pi/2 and try again
  470. # [02:49] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  471. # [02:50] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  472. # [02:50] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  473. # [02:51] * biesi idly wonders why <input type="button" value=""> renders differently from <button></button>
  474. # [02:51] * Quits: bdahl (bdahl@2557E599.66715431.D25A875A.IP) (Client exited)
  475. # [02:51] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  476. # [02:52] * Quits: darkowlzz (darkowlzz@36158F6E.F527CD2B.25B273F5.IP) (Ping timeout)
  477. # [02:52] <fabrice> jedp: will you be in mv next week? I'd like to understand why we need this hidden iframe at all
  478. # [02:53] * Quits: willyaranda (willyarand@B7F88D89.257A7BF.AC724CC6.IP) (Quit: willyaranda)
  479. # [02:53] <jedp> fabrice sure! i'd love to come down and talk about it and what other options we have
  480. # [02:53] <fabrice> jedp: can we meet Tuesday?
  481. # [02:54] <jedp> fabrice yes - perfect
  482. # [02:54] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  483. # [02:54] <Waldo> biesi: doesn't <button> give you a way to make anything a button? kinda different from the <input type="button"> case
  484. # [02:55] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  485. # [02:55] <biesi> Waldo: I meant specifically for the case when there is no content
  486. # [02:55] <jedp> fabrice this comment tries to explain the reasoning: http://mxr.mozilla.org/mozilla-central/source/b2g/components/SignInToWebsite.jsm#6
  487. # [02:55] <Waldo> biesi: because nobody thought through that special case, and probably they were right not to :-)
  488. # [02:56] <biesi> I guess
  489. # [02:58] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  490. # [02:59] <RyanVM> jesup: orange
  491. # [03:00] <RyanVM> jesup: PROCESS-CRASH | file:///Users/cltbld/talos-slave/test/build/reftest/tests/dom/media/tests/crashtests/837421.html | application crashed [@ sipcc::PeerConnectionMedia::GetTransportFlow(int, bool)]
  492. # [03:00] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  493. # [03:00] <@dolske> jesup: patch+question in 827145, to enjoy along with your orange. ;)
  494. # [03:00] <jesup> ryan: looking
  495. # [03:01] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  496. # [03:01] * Joins: callkalpa (kalpa@C5ADC93D.BD4EAB21.CD2C8343.IP)
  497. # [03:02] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  498. # [03:04] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  499. # [03:05] * Quits: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp) (Ping timeout)
  500. # [03:06] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  501. # [03:08] * Joins: Stan_ (Stan@moz-5B37158D.dip.t-dialin.net)
  502. # [03:09] <RyanVM> yay for Friday night infra problems
  503. # [03:09] * Joins: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp)
  504. # [03:09] <Callek> RyanVM: elaborate?
  505. # [03:09] <RyanVM> Callek: Resolving ftp.mozilla.org... failed: nodename nor servname provided, or not known.
  506. # [03:10] <Callek> which host(s)?
  507. # [03:10] <Callek> and did it just start, start a while ago, and/or is tree closed
  508. # [03:10] <RyanVM> just started
  509. # [03:11] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  510. # [03:11] <@dbaron> wget: unable to resolve host address `ftp.mozilla.org'
  511. # [03:11] * Quits: nical (nico@moz-4754F405.fbx.proxad.net) (Client exited)
  512. # [03:12] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  513. # [03:12] <jesup> ryanvm: opening some bugs. If they end up being too frequent, we'll disable those tests for now while we investigate
  514. # [03:12] <RyanVM> jesup: multiple failures on your push already
  515. # [03:13] * Quits: jedp (jedp@moz-B6FE747A.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  516. # [03:13] <Callek> RyanVM: close tree, if you haven't already, haven't heard response yet
  517. # [03:13] <RyanVM> closed
  518. # [03:14] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  519. # [03:14] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  520. # [03:15] * Quits: marco (Thunderbir@moz-9E038C76.cust.dsl.teletu.it) (Quit: marco)
  521. # [03:15] <jesup> RyanVM: the second one is strange; that looks like some sort of infra issue. And it happened to a non-webrtc test in the same run
  522. # [03:17] <reuben> is MDN super slow for anyone else?
  523. # [03:18] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  524. # [03:19] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  525. # [03:19] * luke is now known as luke-home
  526. # [03:19] * luke-home is now known as luke-away
  527. # [03:20] * Joins: Mitch (chatzilla@moz-7CD8250E.sbr802.nsw.optusnet.com.au)
  528. # [03:20] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  529. # [03:22] <RyanVM> jesup: https://tbpl.mozilla.org/php/getParsedLog.php?id=19791480&tree=Mozilla-Inbound
  530. # [03:23] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  531. # [03:25] * philor|away is now known as philor
  532. # [03:26] <philor> le sigh
  533. # [03:27] <RyanVM> jesup: I'm backing you out when the tree re-opens
  534. # [03:28] <jesup> RyanVM: ok. The crashtest-enable patch only, if that's ok.
  535. # [03:28] <RyanVM> k
  536. # [03:29] * Fallen|away is now known as Fallen
  537. # [03:29] <jesup> I already have a prospective patch up for the process-crash. The other one (assertions) I think is a flaw in the test that never showed running on desktop. Looking into it
  538. # [03:30] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  539. # [03:31] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Quit: mkaply)
  540. # [03:32] * Quits: chewey (chewey@moz-1595DB51.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  541. # [03:32] * Joins: chewey (chewey@moz-B2719B0D.dip0.t-ipconnect.de)
  542. # [03:32] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  543. # [03:33] * Joins: pranavrc (pranavrc@AE0D01E6.DBA1BF0D.C28326FD.IP)
  544. # [03:33] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  545. # [03:33] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  546. # [03:34] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  547. # [03:35] <RyanVM> jesup: more fun for ya - https://tbpl.mozilla.org/php/getParsedLog.php?id=19791923&tree=Mozilla-Inbound
  548. # [03:35] <jesup> RyanVM: the assertion issue was a known issue
  549. # [03:36] <RyanVM> jesup: easy fix on that one :P
  550. # [03:37] <jesup> ryanVM: sigh. What's the "don't run these crashtests on b2g or android" tweak? Thanks
  551. # [03:38] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  552. # [03:38] <jesup> Double-sigh. Doesn't look like there is one
  553. # [03:38] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  554. # [03:38] * jesup thinks that can't be right
  555. # [03:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5271482ec7cc - Sotaro Ikeda - Bug 840154 - Do not release MediaBuffer during OMXCodec is seeking. r=cdouble
  556. # [03:39] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/44567892e06f - Ryan VanderMeulen - Backed out changeset 39d8916b698b (bug 826044) for frequent failures.
  557. # [03:39] <RyanVM> jesup: ifdef?
  558. # [03:39] * Quits: bsmith (bsmith@moz-FFF8FA4C.hawaii.res.rr.com) (Quit: Leaving)
  559. # [03:39] * Joins: bsmith (bsmith@moz-FFF8FA4C.hawaii.res.rr.com)
  560. # [03:40] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  561. # [03:40] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  562. # [03:40] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  563. # [03:41] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  564. # [03:41] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  565. # [03:42] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  566. # [03:42] * Joins: fabrice (fabrice@2557E599.66715431.D25A875A.IP)
  567. # [03:43] <@dbaron> jesup, skip-if(Android||B2G)
  568. # [03:43] <@dbaron> jesup, which should be used only if they crash
  569. # [03:43] <@dbaron> jesup, otherwise use asserts-if, fails-if, etc., as appropriate
  570. # [03:43] <jesup> dbaron: the feature isn't enabled there
  571. # [03:44] * dhylands|away is now known as dhylands
  572. # [03:44] <jesup> dbaron: thanks
  573. # [03:44] <@dbaron> jesup, so they still shouldn't crash, right?
  574. # [03:44] <jesup> It's failing on setting the preference :-(
  575. # [03:44] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  576. # [03:44] * Joins: fabrice1 (fabrice@2557E599.66715431.D25A875A.IP)
  577. # [03:44] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  578. # [03:44] <@dbaron> jesup, why would that fail?
  579. # [03:45] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  580. # [03:45] * Joins: surkov (surkov@5D152C0F.3B0C4CFE.7469B2DC.IP)
  581. # [03:45] <@dbaron> jesup, does all.js fail to have a default value for the preference on all platforms, as it ought to?
  582. # [03:46] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  583. # [03:46] <jesup> https://tbpl.mozilla.org/php/getParsedLog.php?id=19791923&tree=Mozilla-Inbound The pref is #ifdef WEBRTC like a bunch of things in there
  584. # [03:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/71f76fd4fbab - Jesse Ruderman - Bug 840402 - Add some more values to property_database.js. r=dbaron
  585. # [03:46] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  586. # [03:46] * Quits: coop (Chris@153CE8AA.C516C49.4A8EB0FD.IP) (Quit: coop)
  587. # [03:46] * Joins: fabrice (fabrice@2557E599.66715431.D25A875A.IP)
  588. # [03:46] <@dbaron> jesup, prefs should always have default values
  589. # [03:46] * Quits: fabrice1 (fabrice@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  590. # [03:46] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Quit: mkaply)
  591. # [03:47] <jesup> dbaron: there are like a zillion ifdefs in all.js
  592. # [03:47] <@dbaron> jesup, the font prefs define the same prefs differently for different platforms
  593. # [03:47] <jesup> Platform ones, feature ones etc
  594. # [03:48] * Quits: DGMurdockIII (DGMurdockI@moz-F1247A16.hsd1.in.comcast.net) (Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201065344])
  595. # [03:48] <@dbaron> jesup, I suppose it does make sense to only provide the default value if the feature is built, though
  596. # [03:48] <jesup> Look at all the media MOZ_* ones
  597. # [03:48] <@dbaron> jesup, so I guess that's reasonable
  598. # [03:48] <jesup> k
  599. # [03:49] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Ping timeout)
  600. # [03:49] <@dbaron> jesup, though maybe that means we should make the reftest harness deal with that case
  601. # [03:49] <jesup> yes please
  602. # [03:49] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  603. # [03:49] <jesup> even better, let you use MOZ_*'s to conditionally run the tests
  604. # [03:49] <RyanVM> jesup: lucky for you, crashtests have fast turnaround time, so you shouldn't have any major issues triggering lots of Try jobs ;)
  605. # [03:49] <@dolske> hmm. incremental builds for webidl are not very. :/
  606. # [03:53] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  607. # [04:02] * Joins: mcpherrin (mimcpher@moz-21D6B3DE.csclub.uwaterloo.ca)
  608. # [04:03] * mattwoodrow is now known as mattwoodrow|away
  609. # [04:05] * Quits: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.9.1.16/20121207220152])
  610. # [04:05] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Connection reset by peer)
  611. # [04:05] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  612. # [04:06] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  613. # [04:07] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  614. # [04:07] * Joins: Gentlecat (Roman@A85BC1FB.CF9BE6BE.8FB52CB8.IP)
  615. # [04:08] <@bz> dolske: hmm?
  616. # [04:08] <@bz> dolske: you mean the lack of sane deps or the fact that the entire model is hostile to incremental anything?
  617. # [04:08] <@bz> dolske: we have a patch for the former waiting on reviews
  618. # [04:08] <Jesse> which entire model?
  619. # [04:08] <@bz> dolske: the latter is harder to "fix", obviously. ;)
  620. # [04:08] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  621. # [04:08] <@bz> Jesse: webidl
  622. # [04:09] <@bz> Jesse: the conceptual webidl model is that all IDL from all specs is a single thing
  623. # [04:09] * Parts: mcpherrin (mimcpher@moz-21D6B3DE.csclub.uwaterloo.ca)
  624. # [04:09] <@bz> Jesse: which means any spec can refer to things defined in any other spec without formally importing them in any way
  625. # [04:09] * Joins: dzbarsky (Adium@moz-E335082F.phlapa.east.verizon.net)
  626. # [04:10] <@bz> Jesse: and you need the sum of all the IDLs available to figure out how to do something with it.
  627. # [04:10] <@bz> Jesse: e.g. any spec can add more members to any existing interface.
  628. # [04:10] <@bz> Jesse: that's defined in any other spec.
  629. # [04:10] <Jesse> so if any webidl file changes, you might have to rebuild all the webidl-based things
  630. # [04:10] <@bz> Jesse: correct
  631. # [04:10] <@bz> Jesse: we _think_ we have a workaround for that
  632. # [04:10] <@dolske> bz: just an idle grump when I did a "make -C dom" after a tiny change in a .cpp and watched that all scroll by slowly.
  633. # [04:11] <@bz> Jesse: as long as we disallow some things in IDL...
  634. # [04:11] <@bz> dolske: hmm
  635. # [04:11] <@bz> dolske: What was scrolling by?
  636. # [04:11] <@bz> dolske: the current failure mode is silent for me, but that might be make -s.....
  637. # [04:11] <@bz> dolske: Still got it in your scrollback?
  638. # [04:11] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  639. # [04:12] <@dolske> bz: stuff like this http://www.pastebin.mozilla.org/2143592
  640. # [04:12] <@bz> Aha
  641. # [04:12] <@dolske> runs about 3 commands a second, and goes on for a minute or two
  642. # [04:12] <@bz> yes, that's https://bugzilla.mozilla.org/show_bug.cgi?id=784812
  643. # [04:12] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  644. # [04:13] <@bz> On my machine it goes for a total of about 140s CPU time
  645. # [04:13] <@bz> which is about 35s wall-clock....
  646. # [04:13] <@dolske> ah, nice
  647. # [04:13] <@bz> But obviously your numbers will depend on your -j level and whatnot
  648. # [04:13] <@bz> Anyway, Kyle's patch should fix this part.
  649. # [04:13] <@dolske> I've done my annual twiddling in /dom, so I assume it won't annoy me next year. :D
  650. # [04:13] <@bz> heh
  651. # [04:13] <@bz> The bad thing is...
  652. # [04:13] <@bz> I build that dir dozens of times a day
  653. # [04:14] * Joins: nsm (nikhil@6DFA9B8A.80F17AD8.4AA0E643.IP)
  654. # [04:14] <@dolske> :(
  655. # [04:14] * @bz has started giving make explicit .o targets when he wants to rebuild just one thing, to fix the insanity
  656. # [04:14] * Parts: vladan1 (vladan@36D53742.B90458C2.57F33CED.IP)
  657. # [04:14] * Joins: Mook (mook@moz-BC41A633.dsl.teksavvy.com)
  658. # [04:15] <jesup> bz: ping
  659. # [04:15] <@dolske> I only had to do it a couple of times, then I spent like 15 minutes trying to figure out why "let foo.bar = baz" was a syntax error
  660. # [04:15] <@dolske> (obviously I meant foo.bar = baz, my brain filterd out the let)
  661. # [04:16] * Quits: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: gwagner)
  662. # [04:16] <jesup> bz: the peerconnection bug - jst r+'d it earlier; could you land when you get a chance, or I could land it? Either way
  663. # [04:16] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  664. # [04:18] <@bz> jesup: I was about to push things in the next 10 mins
  665. # [04:18] <@bz> jesup: including that bug
  666. # [04:18] <jesup> bz: excellent, thanks
  667. # [04:18] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  668. # [04:18] <jesup> bz: and thanks for the help
  669. # [04:18] * Fallen is now known as Fallen|away
  670. # [04:18] <@bz> jesup: no problem
  671. # [04:18] <@bz> jesup: It really wasn't that much work given the earlier digging I'd done... ;)
  672. # [04:19] <@dolske> jesup: new patch in 827145 :)
  673. # [04:19] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  674. # [04:20] <jesup> dolske: lookig
  675. # [04:21] <jesup> dolske: r+
  676. # [04:22] <@dolske> bam
  677. # [04:23] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  678. # [04:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8786f346fc6f - Justin Dolske - Bug 827145 - When no A/V devices are available, return that error to the page's getUserMedia callbacks. r=jesup
  679. # [04:26] <Unfocused> so, i can submit my webrtc bugs to dolske now? cool
  680. # [04:26] * @dolske goes to celebrate success with some german sausage, sauerkraut, and beer.
  681. # [04:26] <@dolske> although to be truthful, I would have celebrated failure the same exact way.
  682. # [04:27] <jesup> dolske++
  683. # [04:27] <@dolske> Unfocused: yep! just hold on while I let you rewrite uriloader...
  684. # [04:28] <Unfocused> apparently rewrites are my speciality anyway...
  685. # [04:29] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  686. # [04:31] * Joins: mconley (mconley@5299B265.D071025A.DC1243F8.IP)
  687. # [04:31] * Quits: sfink (chatzilla@moz-38BA2119.dsl.pltn13.sbcglobal.net) (Client exited)
  688. # [04:32] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  689. # [04:33] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  690. # [04:33] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  691. # [04:35] * Quits: nsm (nikhil@6DFA9B8A.80F17AD8.4AA0E643.IP) (Ping timeout)
  692. # [04:36] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Ping timeout)
  693. # [04:38] <@bz> We have a new owner for uriloader?
  694. # [04:38] <@bz> Where do I sign up?
  695. # [04:38] <@bz> (as the no longer owner)
  696. # [04:39] <Unfocused> ...
  697. # [04:39] * Unfocused runs
  698. # [04:39] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  699. # [04:39] <dougt> i think the rule is: the last one that mentions it owns it.
  700. # [04:39] <Callek> bz: they'll move you to printing instead!
  701. # [04:39] <@bz> Callek: gott catch me first!
  702. # [04:40] * Joins: vasi (vasi@moz-FC5131D2.mc.videotron.ca)
  703. # [04:40] * Quits: vasi (vasi@moz-FC5131D2.mc.videotron.ca) (Client exited)
  704. # [04:40] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  705. # [04:40] <Callek> bz: we could always ask you to implement css3-grid-layout-WD for Firefox 22
  706. # [04:40] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  707. # [04:41] <Callek> ooo its no longer a WD??!?
  708. # [04:41] <Callek> ooo nevermind, it is
  709. # [04:41] * Quits: mconley (mconley@5299B265.D071025A.DC1243F8.IP) (Input/output error)
  710. # [04:41] * Callek misread /TR/ as "RC" somehow
  711. # [04:42] * Joins: mconley (mconley@5299B265.D071025A.DC1243F8.IP)
  712. # [04:42] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  713. # [04:42] * jcranmer|away is now known as jcranmer
  714. # [04:42] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  715. # [04:42] <@bz> Callek: You could, but you can't make me. ;)
  716. # [04:42] <Callek> bz: let me put on my damon mask.... will that work?
  717. # [04:43] <Callek> (too bad I don't have a brendan mask)
  718. # [04:43] <Unfocused> not anymore
  719. # [04:43] * Quits: mconley (mconley@5299B265.D071025A.DC1243F8.IP) (Ping timeout)
  720. # [04:44] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  721. # [04:44] <@bz> Callek: See, I figure I can make an argument against that you can't refuse. ;)
  722. # [04:45] <@bz> jesup: in
  723. # [04:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9f9eb67458e9 - Boris Zbarsky - Bug 835267. Make sure to save our suggested filename before we append a .part to it so that we don't suggest filenames with .part in them. r=gavin.
  724. # [04:46] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0fc77f0a35d8 - Boris Zbarsky - Bug 822674. Give RTCPeerConnection a sane classinfo. r=jst,jesup. r=peterv pending
  725. # [04:46] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b29cf09b5182 - Boris Zbarsky - Bug 840898. Flag our nullable return value as actually being nullable. r=tbsaunde
  726. # [04:46] <Callek> btw, for anyone who wonders what I mean see-- http://www.w3.org/TR/css3-grid-layout/ . Now if you're a web dev who *ever* fought with |float:| emmediately see the benefits. If you're a dev who *ever* looked at how Gecko implements layout, even roughly, go ahead and cry now.
  727. # [04:47] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  728. # [04:47] <Callek> bz: this is one spec I've been waiting for an implementation on, even for just gecko :-) because it would make some side-projects of mine a lot easier to deal with
  729. # [04:47] <Callek> (if I can assume browser+version anyway)
  730. # [04:47] <Callek> but its also one that I don't see firming up anytime soon, nevermind mind in impl.
  731. # [04:48] <@bz> Callek: flexbox doesn't do what you want?
  732. # [04:48] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  733. # [04:48] <Callek> bz: hrm I haven't looked at the flexbox spec in a long while
  734. # [04:48] <Callek> it actually *might*
  735. # [04:49] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  736. # [04:49] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Quit: Leaving...)
  737. # [04:49] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  738. # [04:49] * Callek looks at it
  739. # [04:51] * Callek reads |A ```flex container``` establishes | and I think it does do what I want hearing about flex container
  740. # [04:51] <Jesse> does flexbox let you do things that grid doesn't?
  741. # [04:51] <Callek> I think the grid spec (at earlier drafts anyway) let me flow the HTML doc more semantically than I'd need to in order to support flexbox/float layout though.
  742. # [04:52] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  743. # [04:52] * Quits: crussell (colby@2490D8C7.57F30063.93A38F79.IP) (Ping timeout)
  744. # [04:54] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Ping timeout)
  745. # [04:55] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  746. # [04:56] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201065344])
  747. # [04:58] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.90 [Firefox 21.0a1/20130212223808])
  748. # [05:00] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  749. # [05:00] * Joins: jedp (jedp@moz-B6FE747A.dsl.dynamic.sonic.net)
  750. # [05:00] * heycam|away is now known as heycam
  751. # [05:01] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  752. # [05:01] * Quits: jedp (jedp@moz-B6FE747A.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  753. # [05:02] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  754. # [05:02] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  755. # [05:04] * Quits: Matti (Matti@moz-3FA36C57.dip.t-dialin.net) (Ping timeout)
  756. # [05:04] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  757. # [05:05] * Joins: Matti (Matti@moz-C7DF5C7.dip.t-dialin.net)
  758. # [05:06] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  759. # [05:07] <@bz> Jesse: you mean like flexing?
  760. # [05:09] * bz is now known as bz_sleep
  761. # [05:10] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Input/output error)
  762. # [05:10] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  763. # [05:11] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  764. # [05:13] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  765. # [05:14] * heycam is now known as heycam|away
  766. # [05:15] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  767. # [05:15] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  768. # [05:15] * Quits: victorporof (victorporo@27CD19DA.14EB2DE0.79933D60.IP) (Quit: victorporof)
  769. # [05:18] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  770. # [05:18] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  771. # [05:21] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  772. # [05:22] * Joins: dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net)
  773. # [05:22] * ChanServ sets mode: +o dbaron
  774. # [05:26] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Quit: Leaving)
  775. # [05:26] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  776. # [05:28] * Joins: espindola (espindola@moz-D40E2D7A.dsl.teksavvy.com)
  777. # [05:29] * Joins: GinaYeh-laptop (GinaYeh@moz-741162A0.dynamic.hinet.net)
  778. # [05:29] * Quits: GinaYeh-laptop (GinaYeh@moz-741162A0.dynamic.hinet.net) (Quit: Leaving)
  779. # [05:33] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  780. # [05:34] * Quits: espindola (espindola@moz-D40E2D7A.dsl.teksavvy.com) (Client exited)
  781. # [05:35] * Quits: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp) (Ping timeout)
  782. # [05:35] * Joins: jedp (jedp@moz-B6FE747A.dsl.dynamic.sonic.net)
  783. # [05:38] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  784. # [05:38] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  785. # [05:38] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  786. # [05:39] * Joins: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp)
  787. # [05:39] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  788. # [05:41] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  789. # [05:41] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  790. # [05:42] <philor> jrmuizel: ping
  791. # [05:43] <jrmuizel> philor: pong
  792. # [05:43] <philor> jrmuizel: am I reading bug 716859 right, that the emulator update didn't actually help?
  793. # [05:43] <jrmuizel> philor: it helped some but not enough
  794. # [05:44] <jrmuizel> it looks like the M1 failure might be gone
  795. # [05:44] <philor> "good", since I think I'm going to have to back it out for failing in mochitest-1
  796. # [05:44] * Quits: gustavold (gustavold@1558EEE5.F4E4D3AB.D618DFA4.IP) (Ping timeout)
  797. # [05:44] <philor> gone?
  798. # [05:44] <jrmuizel> philor: back it out of where?
  799. # [05:44] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  800. # [05:44] <jrmuizel> the emulator change?
  801. # [05:45] <philor> jrmuizel: inbound, where every m1 since it landed has failed
  802. # [05:45] <jrmuizel> ah
  803. # [05:45] <jrmuizel> hmmm
  804. # [05:45] <jrmuizel> that's interesting
  805. # [05:45] <jrmuizel> philor: I guess back it out
  806. # [05:46] <philor> k, still waiting on the retriggers below it to run, but they'll turn up green, neither one is even vaguely likely to be at fault
  807. # [05:47] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  808. # [05:47] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  809. # [05:47] * philor dreams of a day when we'll actually run as much as a quarter of our on-push tests on-push
  810. # [05:48] <@dbaron> philor, they're called Saturday
  811. # [05:48] <jrmuizel> :)
  812. # [05:48] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  813. # [05:50] * cjones is now known as cjones-food
  814. # [05:51] <jrmuizel> philor: thanks for taking care of that. I'm sure the investigation will yield an interesting result
  815. # [05:51] <philor> dbaron: rumor has it b2g has a deadline Sunday, and Gecko has one Monday, I'm not counting on draining the backlog this weekend
  816. # [05:51] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  817. # [05:51] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  818. # [05:52] <philor> though it's going nicely so far, only 615 pending jobs, and just over 13 hours
  819. # [05:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7a145f17e37c - Reuben Morais - Bug 836519 - Implement getAll API for contact manager using cursors. r=gwagner
  820. # [05:58] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  821. # [05:58] * Quits: jedp (jedp@moz-B6FE747A.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  822. # [05:59] * Quits: surkov (surkov@5D152C0F.3B0C4CFE.7469B2DC.IP) (Quit: surkov)
  823. # [06:00] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  824. # [06:03] * ewong is now known as ewong|away
  825. # [06:04] * Joins: sfink (chatzilla@moz-38BA2119.dsl.pltn13.sbcglobal.net)
  826. # [06:07] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  827. # [06:07] * Quits: josh (josh@moz-61186829.hsd1.mn.comcast.net) (Quit: josh)
  828. # [06:08] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  829. # [06:09] * Quits: crowder (bcrowder@moz-BA1031C7.sd.sd.cox.net) (Ping timeout)
  830. # [06:09] * jlebar is now known as jlebar|sleep
  831. # [06:09] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  832. # [06:11] * Joins: mconley (mconley@5299B265.D071025A.DC1243F8.IP)
  833. # [06:11] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  834. # [06:11] * Joins: HeldtNotHelt (firefox@DBDFA50.8C382C77.7C9220AF.IP)
  835. # [06:12] * Quits: HeldtNotHelt (firefox@DBDFA50.8C382C77.7C9220AF.IP) (Quit: HeldtNotHelt)
  836. # [06:15] * Joins: ekr__ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  837. # [06:17] * Quits: Mitch (chatzilla@moz-7CD8250E.sbr802.nsw.optusnet.com.au) (Quit: ChatZilla 0.9.90 [SeaMonkey 2.15.2/20130203000651])
  838. # [06:20] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  839. # [06:21] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  840. # [06:21] * Quits: pranavrc (pranavrc@AE0D01E6.DBA1BF0D.C28326FD.IP) (Quit: Ping timeout: ∞)
  841. # [06:23] * Quits: ekr__ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Quit: ekr__)
  842. # [06:23] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  843. # [06:24] * Quits: dzbarsky (Adium@moz-E335082F.phlapa.east.verizon.net) (Quit: Leaving.)
  844. # [06:24] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  845. # [06:26] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  846. # [06:30] * Joins: kaze|away (kaze@moz-7E0F0F9E.fbx.proxad.net)
  847. # [06:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8d3230d1b8be - Jim Blandy - Bug 840723: Print js::Rooted<jsid> and related classes correctly in non-DEBUG builds. r=sfink
  848. # [06:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e025b5bdb0e1 - Jim Blandy - Bug 840689: JS GDB support: Don't confuse typedefs with concrete types. r=sfink
  849. # [06:32] * Quits: kaze|away (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  850. # [06:32] * Quits: romaxa (romaxa_z@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  851. # [06:35] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Ping timeout)
  852. # [06:37] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  853. # [06:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d3b7606d94a6 - David Dahl - Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - revert nsIWindowCrypto patch r=jst
  854. # [06:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/895a7efc978d - David Dahl - Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - window.crypto patch r=jst
  855. # [06:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/236ba87c0a9f - David Dahl - Bug 440046 - expose secure PRNG in the DOM (window.crypto.getRandomValues) r=cviecco r=bsmith
  856. # [06:38] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  857. # [06:38] * Joins: atte (atte@moz-37C1DF97.dhcp.inet.fi)
  858. # [06:39] * Joins: surkov (surkov@5D152C0F.3B0C4CFE.7469B2DC.IP)
  859. # [06:39] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  860. # [06:40] * Quits: asrail (asrail@EB8ABE1B.D9975CD5.3927C314.IP) (Ping timeout)
  861. # [06:40] <@dbaron> The patch I'm going to land shortly has some risk of bustage, since it's the sort of patch that can bitrot quickly. (It passed try this morning, though.) Said bustage should also be very easy to fix.
  862. # [06:41] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  863. # [06:41] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  864. # [06:42] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  865. # [06:42] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  866. # [06:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0246938e17e3 - Alexander Surkov - Bug 834120 - Table cell accessibles not exposed for CSS table without table-row, r=tbsaunde
  867. # [06:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/095bd7117b4e - L. David Baron - Bug 841789, patch 1: Rename nsIFrame::GetStyleContext() to nsIFrame::StyleContext() since it can never return null. r=dholbert
  868. # [06:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b9dac8026003 - L. David Baron - Bug 841896: Rename CSSKeyframesRule.insertRule to appendRule to match spec change.
  869. # [06:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f5714b93d6ca - L. David Baron - Bug 841789, patch 2: Fix callers that are going through the style context to get style structs rather than using the nsIFrame shortcuts. r=dholbert
  870. # [06:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/25756f81ccbf - L. David Baron - Bug 841789, patch 3: Some removal of unneeded style context null-checks and comment cleanup. r=dholbert
  871. # [06:47] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  872. # [06:47] * Joins: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  873. # [06:49] * Joins: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net)
  874. # [06:49] * Quits: markh1 (Instantbir@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Ping timeout)
  875. # [06:50] * Quits: Waldo (waldo@A5A0595A.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 18.0/20130109143146])
  876. # [06:51] * Joins: pranavrc (pranavrc@AE0D01E6.DBA1BF0D.C28326FD.IP)
  877. # [06:53] <philor> is bz_sleep's bustage easy to fix?
  878. # [06:53] <@bz_sleep> looking
  879. # [06:53] <@bz_sleep> The Android m4?
  880. # [06:53] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  881. # [06:54] <philor> yeah
  882. # [06:54] * @bz_sleep sighs
  883. # [06:54] <@bz_sleep> let me check what the hell is going on with the shit
  884. # [06:54] <@bz_sleep> I mean, worst case I disable my test
  885. # [06:55] <@bz_sleep> But this should work
  886. # [06:55] <@bz_sleep> in theory
  887. # [06:55] <@bz_sleep> Unless something really bizarre is up
  888. # [06:55] <@bz_sleep> jesup: ping
  889. # [06:55] <jesup> pong
  890. # [06:56] <jesup> what's the link?
  891. # [06:56] <@bz_sleep> 5729 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/media/tests/mochitest/test_peerConnection_bug822674.html | Unexpected error callback with ReferenceError: mozRTCPeerConnection is not defined
  892. # [06:56] <@bz_sleep> On Android only
  893. # [06:56] <@bz_sleep> Do we not have peerconnection there or something?
  894. # [06:56] * cjones-food is now known as cjones
  895. # [06:57] <@bz_sleep> And if so, how do the other tests in that dir manage to pass?
  896. # [06:57] <jesup> bz_sleep: no, no peerconnections on b2g or android yet. Not for another rev or two
  897. # [06:57] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  898. # [06:57] <@bz_sleep> jesup: ok, then how the heck is http://mxr.mozilla.org/mozilla-central/source/dom/media/tests/mochitest/test_peerConnection_bug825703.html?force=1 passing?
  899. # [06:58] * @bz_sleep looks at log
  900. # [06:58] <@bz_sleep> jesup: also why are you awake? ;)
  901. # [06:58] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  902. # [06:58] <Unfocused> .... says bz_sleep
  903. # [06:58] <@bz_sleep> 5731 INFO TEST-START | /tests/dom/media/tests/mochitest/test_peerConnection_bug825703.html
  904. # [06:58] <@bz_sleep> 5732 INFO TEST-PASS | /tests/dom/media/tests/mochitest/test_peerConnection_bug825703.html | Mozilla/5.0 (Android; Mobile; rv:21.0) Gecko/21.0 Firefox/21.0 currently not supported
  905. # [06:58] <jesup> I ahve no freaking idea - I'm brainburned
  906. # [06:58] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  907. # [06:58] <@bz_sleep> Unfocused: yes, but I'm a known moron
  908. # [06:58] <Unfocused> hah
  909. # [06:58] <jesup> http://mxr.mozilla.org/mozilla-central/source/dom/media/tests/mochitest/head.js
  910. # [06:59] <jesup> and now you know
  911. # [06:59] * Quits: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net) (Client exited)
  912. # [06:59] <@bz_sleep> jesup: mmm
  913. # [06:59] <@bz_sleep> jesup: oh, I have to pass "true"?
  914. # [06:59] <@bz_sleep> jesup: <sigh>
  915. # [06:59] * @bz_sleep fixes
  916. # [06:59] <jesup> yeah, it's a pain, but lets us disable them for platforms it's not preffed on
  917. # [07:00] <@bz_sleep> yeah
  918. # [07:00] <jesup> crashtests are a little more fun
  919. # [07:00] <@bz_sleep> but why the optional argument?
  920. # [07:00] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  921. # [07:00] <@bz_sleep> Are there tests that want to pass false?
  922. # [07:00] <@bz_sleep> anyway
  923. # [07:00] * philor waits to rebase his backout instead of racing to get oranges on it
  924. # [07:00] <jesup> don't ask me..... jsmith and whimboo came up with it. And there may be in the future I guess
  925. # [07:01] <jesup> We're going to majorly revamp all that
  926. # [07:01] <@bz_sleep> philor: fix coming up in 30 secs
  927. # [07:02] * @bz_sleep claims r=jesup
  928. # [07:02] * jesup was sucked into responding to some people in the IETF who reopened stuff we settled on a year ago more or less, and we've had working in FF since Oct
  929. # [07:02] <philor> no hurry, this backout has been waiting between 7 and 9 hours, depending on how you count
  930. # [07:02] <jesup> r+ anything
  931. # [07:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2bfd9a8702ef - Boris Zbarsky - Bug 822674 followup to disable this test on Android. r=jesup
  932. # [07:02] <@bz_sleep> philor: oh, not a backout of my patch? ;)
  933. # [07:02] * @bz_sleep doesn't care then
  934. # [07:03] <philor> bz_sleep: no, b2g, the 6 foot long thorn in my side
  935. # [07:03] <@bz_sleep> I mean, try to not back out the reflow branch or anything
  936. # [07:03] <@bz_sleep> philor: you're backing out all of b2g?
  937. # [07:03] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  938. # [07:03] * philor dreams for a few minutes
  939. # [07:03] <@bz_sleep> philor: I can just see the slashdot headlines!
  940. # [07:04] <jesup> a year+ of discussion, lack of controversy after the initial emails deciding to look like WebSockets - and *now* microsoft/Skype wants to reopen the entire discussion
  941. # [07:04] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  942. # [07:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/25f6e7b84a8c - Phil Ringnalda - Backout 727072808d9f (bug 841836) for b2g mochitest-1 failures
  943. # [07:04] <@bz_sleep> jesup: Ah, the standards process.
  944. # [07:04] * Quits: mconley (mconley@5299B265.D071025A.DC1243F8.IP) (Input/output error)
  945. # [07:05] <@bz_sleep> philor: funtimes
  946. # [07:05] * Joins: mconley (mconley@5299B265.D071025A.DC1243F8.IP)
  947. # [07:06] <jesup> They took advantage of confusion created when a new guy at Google said "why aren't you doing everything in SDP? Why this wireline protocol? I like SDP" at the Interim. Now we're having all the same discussions as a year ago, but this time I'm way to busy whack-a-bugging ....
  948. # [07:06] <@bz_sleep> jesup: :(
  949. # [07:07] <@bz_sleep> jesup: The failure mode is new guys.
  950. # [07:07] <@bz_sleep> jesup: And people liking stuff.
  951. # [07:07] * Quits: mconley (mconley@5299B265.D071025A.DC1243F8.IP) (Ping timeout)
  952. # [07:07] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Input/output error)
  953. # [07:07] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  954. # [07:07] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: pcwalton)
  955. # [07:07] * @bz_sleep thinks "Leave your likes at the door" should go hand in hand with "leave your sense of logic at the door"
  956. # [07:08] <@dbaron> also leave the like buttons at the door
  957. # [07:08] <@dbaron> and their however many hundreds of kilobytes of script, with timeouts running all the time
  958. # [07:09] <@dbaron> I really need to get back to my plan to write "top" for the browser
  959. # [07:09] <jesup> I have a fully (or close) debugged DataChannels impl with people using it for Social API, for FPS shooters in WebGL, etc - and it works
  960. # [07:09] <@bz_sleep> dbaron: https://addons.mozilla.org/en-us/firefox/addon/wallflower-1/ if it doesn't leak anymore
  961. # [07:09] * Quits: DomoOrigatuMrMugatu (john_q@moz-B6268EB2.ntc.blacksburg.shentel.net) (Quit: Leaving)
  962. # [07:09] <jesup> dbaron: and my JS scheduler
  963. # [07:09] <@bz_sleep> dbaron: We really need that "top" thing...
  964. # [07:10] <jesup> I need to find which tab is eating my CPU/battery!
  965. # [07:10] <@dbaron> I mean, I run the equivalent of top in gdb once a week or so when my session gets bogged down
  966. # [07:10] <jesup> (or memory)
  967. # [07:10] <@dbaron> but that doesn't scale to normal users
  968. # [07:10] <@bz_sleep> jesup: memory we can do now, usually
  969. # [07:10] <@bz_sleep> dbaron: yeah
  970. # [07:10] <jesup> yeah
  971. # [07:10] <@dbaron> jesup, about:memory
  972. # [07:10] <@bz_sleep> dbaron: Chrome can sorta do it, if it gets lucky
  973. # [07:10] <jesup> I was involved ;-0
  974. # [07:10] <@bz_sleep> dbaron: but yeah, we need to do better
  975. # [07:11] <jesup> No time anymore for memshrink stuff until WebRTC quiets down in a year or two
  976. # [07:11] <@bz_sleep> dbaron: At least basic "we spent this much time in the last N seconds in script on these pages" stuff
  977. # [07:11] <@dbaron> bz_sleep, yeah, that's what I want
  978. # [07:11] * Quits: jlmendezbonini (jlmendezbo@moz-FF9FDD58.twcny.res.rr.com) (Quit: Textual IRC Client: www.textualapp.com)
  979. # [07:11] <@dbaron> bz_sleep, basically I want some simple instrumentation hooks in event processing, where I can associate the events with a docshell/document/whatever
  980. # [07:12] <@bz_sleep> froydnj's thing might help
  981. # [07:12] <@dbaron> when I do the equivalent of "top" in gdb, it usually turns out to be news articles that are taking all the CPU
  982. # [07:12] <@bz_sleep> if he ever gets it working
  983. # [07:12] <@dbaron> what is it?
  984. # [07:12] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  985. # [07:12] <@bz_sleep> https://bugzilla.mozilla.org/show_bug.cgi?id=715376
  986. # [07:12] <@bz_sleep> Basically per-document event queues
  987. # [07:13] <@bz_sleep> so events are ... very much associated with a document
  988. # [07:13] <@dbaron> ok, I think I've now done all of the de-Get-ification in https://bugzilla.mozilla.org/show_bug.cgi?id=781360 except for the hard one, GetStyle*
  989. # [07:13] <@bz_sleep> (there are some complications in terms of subframes needing to use the parent's event queue etc)
  990. # [07:13] <@bz_sleep> So maybe it won't help that much
  991. # [07:13] <@bz_sleep> ok
  992. # [07:13] <@bz_sleep> I should really sleep
  993. # [07:14] <@dbaron> I thought you already were :-)
  994. # [07:14] * @bz_sleep is trying to be good and stay on this sorta-dayshifted schedule he managed to get onto by going to England
  995. # [07:14] <jesup> taras and I discussed some type of JS scheduler. Not sure it will help that much, but might improve on the background throtting
  996. # [07:14] <@bz_sleep> dbaron: contrary to popular believe, I do not in fact fix bugs and push to inbound in my sleep. ;)
  997. # [07:14] <@bz_sleep> er, belief.
  998. # [07:14] * @bz_sleep may not be asleep, but is tired.
  999. # [07:14] <taras> jesup: yeah nathan is working on stuff for that
  1000. # [07:14] <@dbaron> also contrary to your IRC nick
  1001. # [07:15] <@bz_sleep> On which not, g'night all. My irc nick will now stop being a veiled attempt to get people to not bug me. ;)
  1002. # [07:15] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  1003. # [07:17] * Quits: surkov (surkov@5D152C0F.3B0C4CFE.7469B2DC.IP) (Quit: surkov)
  1004. # [07:17] * Quits: fitzgen (fitzgen@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: fitzgen)
  1005. # [07:19] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Connection reset by peer)
  1006. # [07:21] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1007. # [07:22] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1008. # [07:22] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1009. # [07:26] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  1010. # [07:27] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1011. # [07:28] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1012. # [07:29] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1013. # [07:30] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Connection reset by peer)
  1014. # [07:31] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  1015. # [07:31] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1016. # [07:32] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  1017. # [07:33] * jcranmer is now known as jcranmer|away
  1018. # [07:33] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  1019. # [07:36] * Quits: callkalpa (kalpa@C5ADC93D.BD4EAB21.CD2C8343.IP) (Client exited)
  1020. # [07:36] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  1021. # [07:38] * Joins: RealRaven (Thunderbir@44EA187B.9F09AD81.C3498625.IP)
  1022. # [07:38] * philor wonders whether reuben knows any good new swear words for getting backed out
  1023. # [07:39] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  1024. # [07:44] * Joins: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net)
  1025. # [07:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1d136a0c8e3f - Brian Nicholson - Bug 828349 - Return the tab count of the current private state. r=mfinkle
  1026. # [07:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c3e41bbb40a5 - Brian Nicholson - Bug 835022 - Switch to correct tab when a tab is closed. r=mfinkle
  1027. # [07:48] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  1028. # [07:48] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  1029. # [07:49] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1030. # [07:49] * ChanServ sets mode: +o dveditz
  1031. # [07:49] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1032. # [07:52] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Quit: ekr_)
  1033. # [07:52] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: I took the wrong pill!!!)
  1034. # [07:54] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1035. # [07:55] * Quits: bsmith (bsmith@moz-FFF8FA4C.hawaii.res.rr.com) (Ping timeout)
  1036. # [07:55] <reuben> philor, >_>
  1037. # [07:56] <reuben> philor, why would that test fail *only* only winxp opt…
  1038. # [07:56] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1039. # [07:56] <reuben> only on*
  1040. # [07:56] <reuben> hint: there's no reason
  1041. # [07:56] <philor> yeah, usually if it's going to be XP, it'll be debug because that's our slowest platform
  1042. # [07:57] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  1043. # [07:58] <@dbaron> reuben, oh, there's probably a reason. You just might not like it. :-P
  1044. # [07:58] * Quits: Mook (mook@moz-BC41A633.dsl.teksavvy.com) (Quit: Mook)
  1045. # [07:58] <reuben> hah, and it fails on the test least likely to fail
  1046. # [07:59] <reuben> it does the same thing 20 times. only the 18th one failed.
  1047. # [07:59] <reuben> can I re-trigger somehow?
  1048. # [08:00] <reuben> dbaron, this patch has given me so many headaches that even if it passed I wouldn't like it that much
  1049. # [08:00] <philor> see that grey 2 next to the orange one? that's because I already did
  1050. # [08:01] <reuben> <3
  1051. # [08:01] <philor> but there's absolutely nothing that will make me feel good about "yeah, the test failed on the push that landed it"
  1052. # [08:01] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1053. # [08:01] * Joins: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP)
  1054. # [08:04] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1055. # [08:05] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1056. # [08:06] <philor> oh, there is something better than the way we burn 90 minutes of time on the slaves we're shortest on in order to run 10 minutes of actual reftest-sanity tests
  1057. # [08:06] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1058. # [08:06] <philor> the way that we still do it on twice-a-day nightlies on the tip push of the closed b2g18-v1_0_0 branch
  1059. # [08:07] <@dolske> dbaron: top for the browser? yes, please.
  1060. # [08:07] * Quits: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw) (Ping timeout)
  1061. # [08:09] * philor mildly suggests by way of the cancel button that we stop doing that
  1062. # [08:10] <reuben> \o/
  1063. # [08:12] * Quits: Mathnerd314 (quassel@moz-195E87F.rh.uchicago.edu) (Client exited)
  1064. # [08:13] * Joins: Mathnerd314 (quassel@moz-195E87F.rh.uchicago.edu)
  1065. # [08:18] * Quits: kinetik (kinetik@CDF84EDA.4AFC5639.FC74E68.IP) (Ping timeout)
  1066. # [08:22] * Joins: kinetik (kinetik@CDF84EDA.4AFC5639.FC74E68.IP)
  1067. # [08:22] * Joins: surkov (surkov@5D152C0F.3B0C4CFE.7469B2DC.IP)
  1068. # [08:28] * mattwoodrow|away is now known as mattwoodrow
  1069. # [08:32] <philor> ddahl: busted on b2g
  1070. # [08:34] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1071. # [08:38] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1072. # [08:40] * Quits: surkov (surkov@5D152C0F.3B0C4CFE.7469B2DC.IP) (Quit: surkov)
  1073. # [08:40] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  1074. # [08:41] * Quits: pranavrc (pranavrc@AE0D01E6.DBA1BF0D.C28326FD.IP) (Client exited)
  1075. # [08:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d72db9163971 - Phil Ringnalda - Back out 236ba87c0a9f (bug 440046) and d3b7606d94a6:895a7efc978d (bug 683262) for b2g mochitest failures
  1076. # [08:42] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  1077. # [08:43] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  1078. # [08:43] * Joins: esteer (Mibbit@718DAA92.9DA2E609.1C37C358.IP)
  1079. # [08:44] * Quits: esteer (Mibbit@718DAA92.9DA2E609.1C37C358.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1080. # [08:45] * Quits: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP) (Quit: lizzard)
  1081. # [08:48] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1082. # [08:50] * Joins: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP)
  1083. # [08:57] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1084. # [08:57] * ChanServ sets mode: +o roc
  1085. # [09:04] * Quits: mgorse (mgorse@B6C068B2.2088E15E.A18F112A.IP) (Ping timeout)
  1086. # [09:05] * Quits: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP) (Connection reset by peer)
  1087. # [09:06] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  1088. # [09:06] * Joins: mgorse (mgorse@B6C068B2.2088E15E.A18F112A.IP)
  1089. # [09:08] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1090. # [09:12] * jwir3 is now known as jwir3|away
  1091. # [09:12] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  1092. # [09:12] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1093. # [09:14] * Quits: schien-laptop_ (schien@moz-E809ADC8.dynamic.hinet.net) (Ping timeout)
  1094. # [09:16] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Quit: Leaving.)
  1095. # [09:17] * Joins: Stan (Stan@moz-BCA1BFB4.dip.t-dialin.net)
  1096. # [09:18] * Quits: Stan_ (Stan@moz-5B37158D.dip.t-dialin.net) (Ping timeout)
  1097. # [09:20] * Joins: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net)
  1098. # [09:21] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1099. # [09:23] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1100. # [09:24] * philor is now known as philor|away
  1101. # [09:27] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Input/output error)
  1102. # [09:29] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  1103. # [09:30] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1104. # [09:30] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  1105. # [09:31] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1106. # [09:32] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  1107. # [09:33] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  1108. # [09:35] * Quits: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net) (Quit: fitzgen)
  1109. # [09:36] <@dbaron> PROCESS-CRASH | Shutdown | application crashed [@ CrashingThread(void *)]
  1110. # [09:37] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1111. # [09:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/494483cbe311 - Robert O'Callahan - Bug 840902. Part 1: Stop checking the results of various display list methods. r=mattwoodrow
  1112. # [09:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/37cb11f41bb2 - Robert O'Callahan - Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
  1113. # [09:38] * Joins: Waldo (waldo@A5A0595A.66715431.D25A875A.IP)
  1114. # [09:39] <Waldo> hey all, I'm going to back out 7a145f17e37c now -- seems nobody's noticed, but it seems to have intermittently introduced "ERROR TEST-UNEXPECTED-FAIL | /tests/dom/contacts/tests/test_contacts_getall.html | cursor 18 returned 20 contacts - got 19, expected 20 "
  1115. # [09:40] <Waldo> that test being new as part of that push
  1116. # [09:41] * Joins: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net)
  1117. # [09:41] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  1118. # [09:42] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1119. # [09:43] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  1120. # [09:45] * Joins: Sander (chatzilla@moz-660B8FAF.adsl.xtra.co.nz)
  1121. # [09:46] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1122. # [09:47] <firebot> Check-in:
  1123. # [09:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/eee6e9f4738c - Jeff Walden - Bug 836519 - Back out 7a145f17e37c for intermittent 'dom/contacts/tests/test_contacts_getall.html | 19 contacts returned - got 20, expected 19' in the test it added.
  1124. # [09:47] <firebot> r=intermittent-orange
  1125. # [09:50] * Joins: Ms2ger (Ms2ger@moz-C6C8D50E.adsl-dyn.isp.belgacom.be)
  1126. # [09:51] <Ms2ger> Did we seriously land getRandomValues?
  1127. # [09:51] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1128. # [09:53] <Waldo> maybe?
  1129. # [09:53] <Waldo> I am about ~250 messages and two years behind on that bugmail thread
  1130. # [09:56] * Joins: Computer1 (Mibbit@7FDD62B0.DEBD96D2.1C37C358.IP)
  1131. # [09:56] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1132. # [09:57] * Quits: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net) (Ping timeout)
  1133. # [09:57] <Callek> Ms2ger: who landed it, why?
  1134. # [09:58] <Ms2ger> Ah, no, my faith is restored
  1135. # [09:58] <Ms2ger> It was backed out
  1136. # [09:59] * Joins: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net)
  1137. # [09:59] * Joins: victorporof (victorporo@53D87802.6D2FB7A4.79933D60.IP)
  1138. # [10:03] * Joins: sierk (sierk@15E79C82.5291F4C0.16E13E53.IP)
  1139. # [10:03] * Quits: Gentlecat (Roman@A85BC1FB.CF9BE6BE.8FB52CB8.IP) (Ping timeout)
  1140. # [10:03] <Waldo> Ms2ger: want to die a little inside reviewing mozilla::Abs? :-\
  1141. # [10:04] <Ms2ger> Sure
  1142. # [10:04] <Ms2ger> Alright, "keyframesRule.appendRule is not a function"
  1143. # [10:04] <Ms2ger> Who did that?
  1144. # [10:05] <sierk> Hi Folks! Anybody her from mozilla, who can say s.th. to a specific bug concerning silent update on the Mac?
  1145. # [10:05] <Ms2ger> Not me
  1146. # [10:06] * Ms2ger looks highly suspiciously at dbaron
  1147. # [10:07] <@dbaron> Ms2ger, why suspiciously?
  1148. # [10:07] * joduinn-afk is now known as joduinn-home
  1149. # [10:07] <@dbaron> Ms2ger, it was quite intentional
  1150. # [10:07] <Ms2ger> The M5 oranges?
  1151. # [10:07] <@dbaron> Ms2ger, https://bugzilla.mozilla.org/show_bug.cgi?id=841896
  1152. # [10:07] <@dbaron> Ms2ger, where?
  1153. # [10:08] * @dbaron sees plenty of M5 runs on his push, and no oranges
  1154. # [10:08] <Ms2ger> Inbound, on philor's push
  1155. # [10:08] <Ms2ger> But only there, for some reason?
  1156. # [10:08] * Quits: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp) (Ping timeout)
  1157. # [10:08] <@dbaron> did philor mess up a backout?
  1158. # [10:09] <Ms2ger> The diff suggests not, unless...
  1159. # [10:09] <@dbaron> because that's basically what I saw before I corrected the tests
  1160. # [10:10] <Ms2ger> Wait, so
  1161. # [10:10] <Ms2ger> appendRule should be the *new* function, no?
  1162. # [10:10] <@dbaron> yes
  1163. # [10:10] <@dbaron> so really it's the inverse of what I saw before I corrected the tests
  1164. # [10:11] <@dbaron> It's like that push is using the old code with the new tests
  1165. # [10:11] <Ms2ger> But the IDL on his push is correct: https://hg.mozilla.org/integration/mozilla-inbound/file/d72db9163971/dom/interfaces/css/nsIDOMMozCSSKeyframesRule.idl
  1166. # [10:11] * Ms2ger is baffled
  1167. # [10:11] <Waldo> lovely
  1168. # [10:11] <Waldo> needs clobbering?
  1169. # [10:12] <Waldo> if you have half-borken objdirs with test files in them, it's not implausible, maybe
  1170. # [10:12] <Ms2ger> I was starting to think in that direction, yes
  1171. # [10:12] <Waldo> although note I am pretty close to asleep now, so double-check any logic I try to work through right at this moment (an hour or so earlier should still be fine)
  1172. # [10:13] <@dbaron> the dependency stuff to handle that in the build system has been solid for quite a while
  1173. # [10:13] <@dbaron> unless, say, there was an NTP fluke
  1174. # [10:14] <@dbaron> did the tester download the correct build
  1175. # [10:14] <@dbaron> ?
  1176. # [10:14] <Ms2ger> Good question
  1177. # [10:15] * Parts: Computer1 (Mibbit@7FDD62B0.DEBD96D2.1C37C358.IP)
  1178. # [10:15] <Ms2ger> It certainly thinks it built from d72db9163971
  1179. # [10:15] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1180. # [10:16] * Ms2ger downloads the build...
  1181. # [10:16] <@dbaron> the .txt file next to the build it downloaded is correct
  1182. # [10:16] * Quits: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net) (Quit: fitzgen)
  1183. # [10:17] <@dbaron> anyway, I'm going to claim that a backout doesn't make any sense
  1184. # [10:17] <@dbaron> and go to sleep because I need to
  1185. # [10:18] <Ms2ger> Good night
  1186. # [10:19] <Waldo> in other surprising developments, apparently if you #include <cmath> but not <cstdlib> with libstdc++, you get a |double std::abs(any integer type even including unsigned types)| overload
  1187. # [10:19] <Waldo> versus the |X std::abs(X)| overload for X being a signed integer type, that the standard's supposed to require, or something
  1188. # [10:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f0737c3c8f19 - Cameron McCormack - Bug 841812 - Avoid crashing when changing attributes on an invalidly parented <textPath>. r=roc
  1189. # [10:20] * Joins: kig (ilmari@moz-9099BB3A.sqy-bng-011.adsl.virginmedia.net)
  1190. # [10:20] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1191. # [10:20] <Waldo> except for calling a builtin that does floating-point absolute values, which might get optimized away anyway, and except for type matching in parameter calls, function pointer types, and the like, this probably doesn't matter much in practice
  1192. # [10:21] <Ms2ger> "Mozilla Persona: A Better Way to Sign In"
  1193. # [10:21] <Ms2ger> Oh really?
  1194. # [10:21] <Waldo> Ms2ger: you don't like it?
  1195. # [10:22] <Ms2ger> I dunno, a new page and a popup doesn't feel "better" to me
  1196. # [10:22] * Waldo finds it reasonably satisfying, modulo not seeing much in the way of UI to switch a site login to a different email address, from within the site
  1197. # [10:22] <Waldo> which has mattered on rare occasions for me
  1198. # [10:23] <@dbaron> I think bnicholson broke robocop tests
  1199. # [10:23] <Ms2ger> Excellent
  1200. # [10:23] <@dbaron> The lack of password manager support bothers me more.
  1201. # [10:23] <Ms2ger> So, the Fedora opt build on d72db9163971 does support insertRule instead of appendRule...
  1202. # [10:24] <Ms2ger> I'm just going to say clobber
  1203. # [10:24] <Waldo> dbaron: as in Master Password integration? or something else?
  1204. # [10:24] <@dbaron> Waldo, as in password autofill
  1205. # [10:25] <Waldo> dbaron: well, you get it in the popup page, but yeah, I think they're still getting buy-in before moving it to an in-browser implementation
  1206. # [10:25] <Waldo> if I'm understanding correctly
  1207. # [10:25] <@dbaron> Waldo, I don't get it in the popup page
  1208. # [10:25] <Waldo> odd
  1209. # [10:25] * merike|away is now known as merike
  1210. # [10:25] <Ms2ger> I don't think I get it either
  1211. # [10:25] <reuben> Waldo, thanks :/
  1212. # [10:26] <Waldo> dbaron: it is not impossible that I DOM-inspector'd my way into removing an autocorrect=off or something
  1213. # [10:26] <Waldo> reuben: no worries, just glad it was visible early, before it wasted much of anyone's time
  1214. # [10:26] <Waldo> async is hard
  1215. # [10:27] * ewong|sleep is now known as ewong
  1216. # [10:27] * Joins: AndreeaM (Thunderbir@148E1B95.EEAF7EB8.CD219C36.IP)
  1217. # [10:27] <@dbaron> Waldo, I think there's a special way to fill it out such that it gets saved... and then once it's saved it'll get filled in, but the problem is that the default way doesn't lead to it getting saved.
  1218. # [10:28] <Waldo> ...hmm, now I'm not getting formfill on it
  1219. # [10:28] <Ms2ger> And java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry really is what I wanted to see now...
  1220. # [10:28] <Waldo> or maybe I'm getting it filled in sometimes but not always
  1221. # [10:28] <Ms2ger> bnicholson, ping
  1222. # [10:29] <Waldo> dbaron: yeah, killing the autofoo=off thing will get it saved, I use that all the time on sites that think they know better than I do
  1223. # [10:32] * Joins: Mitch (chatzilla@moz-7CD8250E.sbr802.nsw.optusnet.com.au)
  1224. # [10:33] * Quits: @dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net) (Quit: g'night)
  1225. # [10:35] * Quits: sierk (sierk@15E79C82.5291F4C0.16E13E53.IP) (Quit: sierk)
  1226. # [10:37] * Joins: twi (Adium@moz-311B251.static.hosted.by.combell.com)
  1227. # [10:39] * Quits: twi (Adium@moz-311B251.static.hosted.by.combell.com) (Quit: Leaving.)
  1228. # [10:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/00c09b326fee - Ms2ger - Backout bug 828349, bug 835022 for robocop orange and exception from Tabs.getDisplayCount.
  1229. # [10:40] * Joins: TheOne (one@moz-8B9C21E7.dip.t-dialin.net)
  1230. # [10:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/014e88baa216 - Ms2ger - Merge backout on a CLOSED TREE.
  1231. # [10:40] * Quits: Waldo (waldo@A5A0595A.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 18.0/20130109143146])
  1232. # [10:42] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  1233. # [10:42] * Joins: Mic (Mic@moz-BBF91F65.superkabel.de)
  1234. # [10:43] * ewong is now known as ewong|sleep
  1235. # [10:43] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1236. # [10:43] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  1237. # [10:44] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  1238. # [10:45] <gaston> what is it with all the tree closures those days ?
  1239. # [10:46] <gaston> i can understand for the m-a/m-b/m-r merges but for m-c/m-i ?
  1240. # [10:47] <Optimizer> For some reason , https://gist.github.com/anonymous/4966270 is not working
  1241. # [10:47] <Optimizer> the flow is not going inside the event handler
  1242. # [10:47] <Ms2ger> We've permanently got hundred of pending test runs on Fedora32 / B2G
  1243. # [10:47] <Ms2ger> hundreds*
  1244. # [10:47] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  1245. # [10:48] <gaston> ah so infra pressure
  1246. # [10:48] * Joins: msucan (mihai@E8A9D9C4.773D689F.70BDB599.IP)
  1247. # [10:48] * merike is now known as merike|away
  1248. # [10:49] <Ms2ger> Primarily, yes
  1249. # [10:49] <Ms2ger> And sheriffs closing more quickly
  1250. # [10:49] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1251. # [10:49] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1252. # [10:51] * Quits: Sander (chatzilla@moz-660B8FAF.adsl.xtra.co.nz) (Input/output error)
  1253. # [10:52] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  1254. # [10:53] * Joins: alice_ (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  1255. # [10:53] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Connection reset by peer)
  1256. # [10:53] * Joins: Nefzaoui (chatzilla@C54C9EBE.F829EE10.80E43DAF.IP)
  1257. # [10:54] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1258. # [10:55] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Connection reset by peer)
  1259. # [10:56] * Quits: TheOne (one@moz-8B9C21E7.dip.t-dialin.net) (Input/output error)
  1260. # [10:58] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1261. # [10:59] * Joins: twi (Adium@moz-311B251.static.hosted.by.combell.com)
  1262. # [11:03] * Joins: wuchida (wuchida@moz-2EC76959.au-net.ne.jp)
  1263. # [11:04] * Quits: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net) (Ping timeout)
  1264. # [11:05] * Joins: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net)
  1265. # [11:05] * Joins: RattyAway (Jim_diGriz@393E12A3.993E53F6.FB243CD8.IP)
  1266. # [11:06] <RattyAway> Anyone knows what this means?
  1267. # [11:06] <RattyAway> symbols.def : error LNK2001: unresolved external symbol vpx_codec_vp8_cx
  1268. # [11:06] <RattyAway> gkmedias.lib : fatal error LNK1120: 1 unresolved externals
  1269. # [11:10] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  1270. # [11:14] <RattyAway> Something seems to have regressed Bug 799069 - Unresolved vpx_codec_vp8_cx export in --disable-webrtc build
  1271. # [11:16] * Quits: wuchida (wuchida@moz-2EC76959.au-net.ne.jp) (Input/output error)
  1272. # [11:16] <RattyAway> perhaps I should try a clobber.
  1273. # [11:16] * Parts: RattyAway (Jim_diGriz@393E12A3.993E53F6.FB243CD8.IP)
  1274. # [11:18] * Quits: cpearce (cpearce@moz-8A437367.xdsl.xnet.co.nz) (Ping timeout)
  1275. # [11:20] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1276. # [11:20] * Joins: smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi)
  1277. # [11:20] * ChanServ sets mode: +o smaug
  1278. # [11:22] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1279. # [11:23] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1280. # [11:23] * Joins: annevk (annevk@moz-8BC459B.dclient.hispeed.ch)
  1281. # [11:24] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1282. # [11:25] * Quits: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP) (Ping timeout)
  1283. # [11:26] * Quits: JeroenDeDauw (j@moz-DFEF8B9C.dip.t-dialin.net) (Ping timeout)
  1284. # [11:27] * Joins: JeroenDeDauw (j@moz-9020B51D.dip.t-dialin.net)
  1285. # [11:28] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1286. # [11:29] * Joins: TheOne (one@moz-8B9C21E7.dip.t-dialin.net)
  1287. # [11:31] * Quits: TheOne (one@moz-8B9C21E7.dip.t-dialin.net) (Input/output error)
  1288. # [11:32] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Input/output error)
  1289. # [11:37] * Joins: aleth (aleth@moz-1195583A.ictp.it)
  1290. # [11:39] * Quits: twi (Adium@moz-311B251.static.hosted.by.combell.com) (Quit: Leaving.)
  1291. # [11:40] * Quits: annevk (annevk@moz-8BC459B.dclient.hispeed.ch) (Input/output error)
  1292. # [11:41] * Joins: annevk (annevk@moz-8BC459B.dclient.hispeed.ch)
  1293. # [11:44] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1294. # [11:46] * Joins: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP)
  1295. # [11:46] * Quits: annevk (annevk@moz-8BC459B.dclient.hispeed.ch) (Input/output error)
  1296. # [11:47] * mattwoodrow is now known as mattwoodrow|away
  1297. # [11:53] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1298. # [11:56] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1299. # [11:56] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1300. # [11:57] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1301. # [11:57] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1302. # [11:57] * Quits: tonymec (tonymec@moz-4823AF3F.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1303. # [11:57] * Quits: tonymec|away (tonymec@moz-4823AF3F.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1304. # [11:59] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1305. # [11:59] * Joins: tonymec|away (tonymec@moz-4823AF3F.adsl-dyn.isp.belgacom.be)
  1306. # [11:59] * Joins: tonymec (tonymec@moz-4823AF3F.adsl-dyn.isp.belgacom.be)
  1307. # [11:59] * Joins: dao (dao@moz-BBE83BFE.superkabel.de)
  1308. # [12:02] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1309. # [12:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d79b1d835861 - Mounir Lamouri - Bug 841828 - Show the appropriate cursor on disabled text fields. r=bz
  1310. # [12:04] * Joins: espadrine (thaddee_ty@moz-7773DE35.w92-128.abo.wanadoo.fr)
  1311. # [12:05] * Quits: michal (michal@18728636.D0F82CD8.32697916.IP) (Quit: Leaving.)
  1312. # [12:05] <mounir> Ms2ger: I'm not sure why m-i should stay closed
  1313. # [12:06] <Ms2ger> mounir, can you please ask before opening?
  1314. # [12:06] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Input/output error)
  1315. # [12:06] <mounir> Ms2ger: the reason in the text wasn't valid
  1316. # [12:07] <mounir> Ms2ger: it was about "waiting for a green tip"
  1317. # [12:07] <mounir> the tip is green (, though, there seem to have a few random oranges that pop up frequently)
  1318. # [12:08] <Ms2ger> In particular, the robocop failures the backout was supposed to fix
  1319. # [12:08] <mounir> and btw, this is quite a pain that m-i is closed so ofte
  1320. # [12:08] <Ms2ger> Indeed
  1321. # [12:08] <Ms2ger> I'd love less busted commits too
  1322. # [12:09] <mounir> a test failure shouldn't block the tree
  1323. # [12:11] * Quits: aleth (aleth@moz-1195583A.ictp.it) (Quit: Au revoir)
  1324. # [12:15] * Quits: @smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi) (Ping timeout)
  1325. # [12:16] * Joins: aleth (aleth@moz-1195583A.ictp.it)
  1326. # [12:18] * Joins: darkowlzz (darkowlzz@35E5805A.E9C7D4F2.F44414AF.IP)
  1327. # [12:19] <gaston> Mozilla/5.0 (X11; OpenBSD macppc; rv:21.0) Gecko/20130212 Firefox/21.0
  1328. # [12:19] <gaston> \o/
  1329. # [12:19] * Quits: darkowlzz (darkowlzz@35E5805A.E9C7D4F2.F44414AF.IP) (Quit: Leaving)
  1330. # [12:19] <gaston> it wurks
  1331. # [12:20] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1332. # [12:23] * Quits: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP) (Quit: lizzard)
  1333. # [12:23] * Quits: Optimizer (Optimizer@C24A22C6.6F5CD47F.D5D59AD9.IP) (Ping timeout)
  1334. # [12:24] * Joins: garnacho (carlos@moz-B280EE34.dyn.user.ono.com)
  1335. # [12:24] * Quits: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net) (Ping timeout)
  1336. # [12:24] * Quits: Mic (Mic@moz-BBF91F65.superkabel.de) (Quit: Output/input error)
  1337. # [12:26] <Ms2ger> gaston, hear, hear :)
  1338. # [12:26] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  1339. # [12:28] * Joins: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP)
  1340. # [12:29] <gaston> i suppose there's been a heavy bikeshedding on that but it's on purpose that there's no a1/a2/bX in the version numbers in the UA ?
  1341. # [12:31] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1342. # [12:34] <dao> gaston: https://bugzilla.mozilla.org/show_bug.cgi?id=572659
  1343. # [12:35] <gaston> thx :)
  1344. # [12:35] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1345. # [12:39] * Joins: Edgar (Thunderbir@moz-7396447F.dynamic.hinet.net)
  1346. # [12:39] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/fdc78cc42ca3 - ffxbld - No bug, Automated blocklist update from host bld-linux64-ec2-635 - a=blocklist-update
  1347. # [12:39] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1348. # [12:40] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1349. # [12:41] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1350. # [12:42] * Joins: marco (Thunderbir@moz-CB319D74.cust.dsl.teletu.it)
  1351. # [12:42] * Quits: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP) (Ping timeout)
  1352. # [12:42] * Joins: twi (Adium@moz-A9BF6487.cust.dsl.vodafone.it)
  1353. # [12:47] * Quits: garnacho (carlos@moz-B280EE34.dyn.user.ono.com) (Quit: Ex-Chat)
  1354. # [12:47] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1355. # [12:47] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1356. # [12:48] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  1357. # [12:49] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1358. # [12:51] * Joins: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP)
  1359. # [12:53] * Joins: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net)
  1360. # [12:53] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  1361. # [12:54] * Quits: victorporof (victorporo@53D87802.6D2FB7A4.79933D60.IP) (Quit: victorporof)
  1362. # [12:58] * Quits: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net) (Ping timeout)
  1363. # [13:05] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1364. # [13:06] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1365. # [13:07] * Quits: JeroenDeDauw (j@moz-9020B51D.dip.t-dialin.net) (Quit: Leaving.)
  1366. # [13:07] * Joins: JeroenDeDauw (j@moz-9020B51D.dip.t-dialin.net)
  1367. # [13:09] * Quits: Edgar (Thunderbir@moz-7396447F.dynamic.hinet.net) (Ping timeout)
  1368. # [13:10] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1369. # [13:17] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1370. # [13:19] * Quits: Ms2ger (Ms2ger@moz-C6C8D50E.adsl-dyn.isp.belgacom.be) (Quit: bbl)
  1371. # [13:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/43fff0313a81 - Dão Gottwald - Backed out changeset 163daa0ef353
  1372. # [13:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/746971bdb5c0 - Dão Gottwald - merge backout
  1373. # [13:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/02a865a0077e - Dão Gottwald - Bug 835953 - Remove browser-specific notification when a page releases webcam/microphone access. r=dolske
  1374. # [13:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9d34f9a0a1bf - Dão Gottwald - Bug 841714 - Set the 'validate' attribute directly on tab-icon-image rather than inheriting it from the tab. r=gavin
  1375. # [13:29] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1376. # [13:30] * Quits: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP) (Quit: lizzard)
  1377. # [13:34] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Connection reset by peer)
  1378. # [13:35] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1379. # [13:39] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1380. # [13:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/125640d90631 - Jonathan Watt - Bug 836314 - Implement the DOM pieces of <input type=range>. r=mounir.
  1381. # [13:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fb7e4cc68108 - Jonathan Watt - Bug 836323 - Mochitest additions and changes for <input type=range>. r=mounir.
  1382. # [13:41] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  1383. # [13:41] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1384. # [13:43] * Joins: victorporof (victorporo@55639BA9.B89616B1.79933D60.IP)
  1385. # [13:43] * Joins: Optimizer (Optimizer@FAF3C1EB.976956AF.D2D1FAF0.IP)
  1386. # [13:44] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1387. # [13:47] * Quits: dao (dao@moz-BBE83BFE.superkabel.de) (Client exited)
  1388. # [13:52] * Joins: darkowlzz (darkowlzz@2A9FCF54.A3F54BFE.27560D6E.IP)
  1389. # [13:53] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  1390. # [13:54] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1391. # [13:58] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1392. # [14:09] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  1393. # [14:09] * Quits: Nefzaoui (chatzilla@C54C9EBE.F829EE10.80E43DAF.IP) (Client exited)
  1394. # [14:10] * Quits: JeroenDeDauw (j@moz-9020B51D.dip.t-dialin.net) (Ping timeout)
  1395. # [14:12] * Quits: darkowlzz (darkowlzz@2A9FCF54.A3F54BFE.27560D6E.IP) (Quit: Leaving)
  1396. # [14:13] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1397. # [14:15] * Joins: JeroenDeDauw (j@moz-9020B51D.dip.t-dialin.net)
  1398. # [14:17] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1399. # [14:17] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1400. # [14:20] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1401. # [14:21] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1402. # [14:22] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1403. # [14:22] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1404. # [14:23] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Input/output error)
  1405. # [14:24] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1406. # [14:26] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1407. # [14:29] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1408. # [14:29] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1409. # [14:29] * Joins: coop (Chris@153CE8AA.C516C49.4A8EB0FD.IP)
  1410. # [14:30] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1411. # [14:30] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1412. # [14:31] * Joins: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP)
  1413. # [14:31] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Connection reset by peer)
  1414. # [14:31] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1415. # [14:35] * Joins: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net)
  1416. # [14:36] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1417. # [14:38] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1418. # [14:38] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1419. # [14:39] * Quits: bbondy (bbondy@moz-D9C9B0F.home4.cgocable.net) (Client exited)
  1420. # [14:42] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1421. # [14:43] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1422. # [14:43] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Input/output error)
  1423. # [14:46] * Quits: marco (Thunderbir@moz-CB319D74.cust.dsl.teletu.it) (Ping timeout)
  1424. # [14:47] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1425. # [14:47] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1426. # [14:47] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1427. # [14:49] * Joins: marco (Thunderbir@moz-5DC150EF.cust.dsl.teletu.it)
  1428. # [14:49] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1429. # [14:50] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1430. # [14:52] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1431. # [14:53] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1432. # [14:53] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1433. # [14:54] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1434. # [14:55] * Joins: willyaranda (willyarand@B7F88D89.257A7BF.AC724CC6.IP)
  1435. # [14:57] * Quits: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw) (Ping timeout)
  1436. # [14:57] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1437. # [15:01] * Joins: smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi)
  1438. # [15:01] * ChanServ sets mode: +o smaug
  1439. # [15:06] * Quits: twi (Adium@moz-A9BF6487.cust.dsl.vodafone.it) (Quit: Leaving.)
  1440. # [15:08] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1441. # [15:09] * Quits: espadrine (thaddee_ty@moz-7773DE35.w92-128.abo.wanadoo.fr) (Ping timeout)
  1442. # [15:09] * merike|away is now known as merike
  1443. # [15:09] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1444. # [15:13] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Quit: mkaply)
  1445. # [15:13] * Joins: twi (Adium@moz-1423C693.ip224.fastwebnet.it)
  1446. # [15:16] * Quits: @smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi) (Ping timeout)
  1447. # [15:16] * Joins: pranavrc (pranavrc@338E59EF.7B6FD4E7.520CDC98.IP)
  1448. # [15:20] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Ping timeout)
  1449. # [15:21] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1450. # [15:21] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1451. # [15:22] * Joins: wg9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1452. # [15:24] * Joins: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de)
  1453. # [15:24] * Quits: coop (Chris@153CE8AA.C516C49.4A8EB0FD.IP) (Quit: coop)
  1454. # [15:26] * Quits: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de) (Quit: Ex-Chat)
  1455. # [15:26] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1456. # [15:28] * Joins: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de)
  1457. # [15:30] * Joins: coop (Chris@153CE8AA.C516C49.4A8EB0FD.IP)
  1458. # [15:30] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1459. # [15:32] * Quits: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de) (Quit: Ex-Chat)
  1460. # [15:32] * Joins: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de)
  1461. # [15:32] * Quits: coop (Chris@153CE8AA.C516C49.4A8EB0FD.IP) (Quit: coop)
  1462. # [15:33] * Joins: coop (Chris@153CE8AA.C516C49.4A8EB0FD.IP)
  1463. # [15:35] * Quits: coop (Chris@153CE8AA.C516C49.4A8EB0FD.IP) (Quit: coop)
  1464. # [15:36] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Input/output error)
  1465. # [15:37] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1466. # [15:40] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1467. # [15:40] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1468. # [15:42] * Joins: asrail (asrail@EB8ABE1B.D9975CD5.3927C314.IP)
  1469. # [15:43] * Quits: tchevalier (Thunderbir@moz-23F439C0.w90-28.abo.wanadoo.fr) (Quit: tchevalier)
  1470. # [15:43] * Joins: tchevalier (Thunderbir@moz-23F439C0.w90-28.abo.wanadoo.fr)
  1471. # [15:44] * Joins: smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi)
  1472. # [15:44] * ChanServ sets mode: +o smaug
  1473. # [15:46] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1474. # [15:48] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1475. # [15:48] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1476. # [15:48] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1477. # [15:48] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1478. # [15:50] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  1479. # [15:50] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1480. # [15:52] * Quits: marco (Thunderbir@moz-5DC150EF.cust.dsl.teletu.it) (Ping timeout)
  1481. # [15:52] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1482. # [15:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2eba5f66565a - Alfred Kayser - Bug 405407 - Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput (v10). r=michal.novotny
  1483. # [15:55] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1484. # [15:55] * Joins: marco (Thunderbir@moz-181F083B.cust.dsl.teletu.it)
  1485. # [15:57] * Quits: @bz_sleep (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net) (Ping timeout)
  1486. # [15:57] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1487. # [16:00] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Quit: mkaply)
  1488. # [16:01] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1489. # [16:02] * Quits: @smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi) (Input/output error)
  1490. # [16:04] * Quits: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP) (Quit: lizzard)
  1491. # [16:05] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1492. # [16:07] * Joins: smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi)
  1493. # [16:07] * ChanServ sets mode: +o smaug
  1494. # [16:07] * Joins: crussell (colby@89B57A5D.57F30063.93A38F79.IP)
  1495. # [16:08] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1496. # [16:09] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1497. # [16:10] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1498. # [16:10] * Fallen|away is now known as Fallen
  1499. # [16:12] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  1500. # [16:13] * Joins: automata (automata@A0F76D52.66431431.C27E1635.IP)
  1501. # [16:13] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1502. # [16:17] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Quit: mkaply)
  1503. # [16:21] * Joins: josh (josh@moz-61186829.hsd1.mn.comcast.net)
  1504. # [16:24] * Joins: Gentlecat (Roman@A85BC1FB.CF9BE6BE.8FB52CB8.IP)
  1505. # [16:26] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1506. # [16:27] * stefanh is now known as stefanh|away
  1507. # [16:27] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1508. # [16:30] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1509. # [16:31] * Joins: jviereck (Adium@moz-40719F2.dip.t-dialin.net)
  1510. # [16:31] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1511. # [16:33] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1512. # [16:33] * Quits: jviereck (Adium@moz-40719F2.dip.t-dialin.net) (Ping timeout)
  1513. # [16:33] * Quits: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de) (Ping timeout)
  1514. # [16:35] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1515. # [16:35] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  1516. # [16:36] * Quits: alice_ (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Connection reset by peer)
  1517. # [16:37] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Connection reset by peer)
  1518. # [16:37] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  1519. # [16:37] * Quits: josh (josh@moz-61186829.hsd1.mn.comcast.net) (Quit: josh)
  1520. # [16:40] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  1521. # [16:43] * Joins: TheOne (one@moz-8B9C21E7.dip.t-dialin.net)
  1522. # [16:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/36a17b72a586 - Yura Zenevich - Bug 828204 - Make if DEBUG statements internal to LOG in osfile. Add new TEST flag for logging into Console.services. r=yoric
  1523. # [16:44] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Quit: mkaply)
  1524. # [16:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fdc78cc42ca3 - ffxbld - No bug, Automated blocklist update from host bld-linux64-ec2-635 - a=blocklist-update
  1525. # [16:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/484dbca61133 - Ryan VanderMeulen - Merge the last PGO-green inbound changeset to m-c.
  1526. # [16:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9b4182f33b7f - Tetsuro Kato - Bug 835753 - Add 'const' to argument of IMPDManager::GetAdaptationSetType(). r=sworkman
  1527. # [16:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3bb7a1eaa021 - Ryan VanderMeulen - Merge m-c to inbound.
  1528. # [16:47] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1529. # [16:48] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Ping timeout)
  1530. # [16:48] * Joins: jviereck (Adium@moz-40719F2.dip.t-dialin.net)
  1531. # [16:48] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  1532. # [16:48] * Joins: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de)
  1533. # [16:50] * Quits: jviereck (Adium@moz-40719F2.dip.t-dialin.net) (Quit: Leaving.)
  1534. # [16:50] * Quits: marco (Thunderbir@moz-181F083B.cust.dsl.teletu.it) (Quit: marco)
  1535. # [16:50] * Joins: jviereck (Adium@moz-40719F2.dip.t-dialin.net)
  1536. # [16:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f98f9cf410fe - Peter Van der Beken - Fix for bug 830342 (Scale combobox is broken in print-preview, after selecting "Custom" and then hitting "Cancel" on its spawned dialog). r=dolske.
  1537. # [16:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/159954333c5e - Peter Van der Beken - Fix for bug 839529 (Remove various CC participants that don't do anything). r=smaug.
  1538. # [16:52] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1539. # [16:52] * Quits: jviereck (Adium@moz-40719F2.dip.t-dialin.net) (Ping timeout)
  1540. # [16:52] * Quits: @bsmedberg-away (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Connection reset by peer)
  1541. # [16:53] * Joins: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net)
  1542. # [16:53] * wg9s misinterpreted CC above as CC list people on the bug rather than Cycle Collector ;-)
  1543. # [16:54] * Joins: janv (varga@D4AAB937.C6F2A0C3.D017F3DB.IP)
  1544. # [16:54] * Joins: jviereck (Adium@moz-40719F2.dip.t-dialin.net)
  1545. # [17:00] * Quits: janv (varga@D4AAB937.C6F2A0C3.D017F3DB.IP) (Quit: This computer has gone to sleep)
  1546. # [17:02] * capella is now known as capella|away
  1547. # [17:03] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1548. # [17:04] * mjschranz is now known as mjschranz_away
  1549. # [17:04] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1550. # [17:06] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Quit: mkaply)
  1551. # [17:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/331e2dcd93d7 - Ben Turner - Bug 835575 - 'PRemoteOpenFile could be more IPC-efficient'. r=jduell.
  1552. # [17:08] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Connection reset by peer)
  1553. # [17:09] * Joins: Mic (Mic@moz-BBF91F65.superkabel.de)
  1554. # [17:09] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1555. # [17:10] * Quits: asrail (asrail@EB8ABE1B.D9975CD5.3927C314.IP) (Ping timeout)
  1556. # [17:12] * Joins: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  1557. # [17:12] * Quits: twi (Adium@moz-1423C693.ip224.fastwebnet.it) (Quit: Leaving.)
  1558. # [17:12] * Joins: darkowlzz (darkowlzz@31B1F80E.C79D8377.27560D6E.IP)
  1559. # [17:13] * Joins: DomoOrigatuMrMugatu (john_q@moz-B6268EB2.ntc.blacksburg.shentel.net)
  1560. # [17:17] * Joins: josh (josh@moz-61186829.hsd1.mn.comcast.net)
  1561. # [17:17] * Joins: josh_ (josh@moz-61186829.hsd1.mn.comcast.net)
  1562. # [17:18] * Joins: Edgar (Thunderbir@moz-7396447F.dynamic.hinet.net)
  1563. # [17:18] * Quits: josh (josh@moz-61186829.hsd1.mn.comcast.net) (Ping timeout)
  1564. # [17:18] * josh_ is now known as josh
  1565. # [17:19] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1566. # [17:26] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1567. # [17:26] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1568. # [17:27] * Quits: Edgar (Thunderbir@moz-7396447F.dynamic.hinet.net) (Quit: Edgar)
  1569. # [17:28] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1570. # [17:29] * Joins: twi (Adium@moz-A9BF6487.cust.dsl.vodafone.it)
  1571. # [17:29] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1572. # [17:30] <Optimizer> wg9s: its an honest misinterpretation. although we would not go as far as checking in to remove people from CC list ;)
  1573. # [17:31] <wg9s> Optimizer: I knw. that is why I was intrigued enough to click on the bug and realized my mistake.
  1574. # [17:32] <Optimizer> -.-
  1575. # [17:33] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1576. # [17:33] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1577. # [17:34] * Quits: darkowlzz (darkowlzz@31B1F80E.C79D8377.27560D6E.IP) (Ping timeout)
  1578. # [17:35] * Quits: gandalf (zbraniecki@moz-4F155DA6.hsd1.ca.comcast.net) (Quit: Good night and good luck)
  1579. # [17:38] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1580. # [17:43] * Joins: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP)
  1581. # [17:44] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1582. # [17:44] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1583. # [17:45] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1584. # [17:45] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1585. # [17:45] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1586. # [17:45] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  1587. # [17:45] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1588. # [17:46] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1589. # [17:46] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1590. # [17:46] * Fallen is now known as Fallen|away
  1591. # [17:47] * Quits: josh (josh@moz-61186829.hsd1.mn.comcast.net) (Quit: josh)
  1592. # [17:47] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1593. # [17:48] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1594. # [17:50] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1595. # [17:50] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  1596. # [17:50] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1597. # [17:51] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Connection reset by peer)
  1598. # [17:52] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  1599. # [17:52] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Connection reset by peer)
  1600. # [17:52] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1601. # [17:53] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  1602. # [17:53] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Connection reset by peer)
  1603. # [17:54] * Joins: darkowlzz (darkowlzz@660BE25E.22A8B776.27560D6E.IP)
  1604. # [17:55] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1605. # [17:57] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1606. # [17:57] * Joins: Ms2ger (Ms2ger@moz-C6C8D50E.adsl-dyn.isp.belgacom.be)
  1607. # [17:58] * Quits: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de) (Ping timeout)
  1608. # [17:59] <Ms2ger> RyanVM++
  1609. # [17:59] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1610. # [17:59] * Joins: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de)
  1611. # [18:00] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1612. # [18:02] * Quits: dforsyth (dforsyth@CAEA512.6E91F788.2CFD4520.IP) (Ping timeout)
  1613. # [18:03] * Joins: dforsyth (dforsyth@CAEA512.6E91F788.2CFD4520.IP)
  1614. # [18:03] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  1615. # [18:03] * mjschranz_away is now known as mjschranz
  1616. # [18:04] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Connection reset by peer)
  1617. # [18:04] * Joins: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP)
  1618. # [18:04] * Quits: suce_json (chatzilla@811D40AA.D1513074.29684FFB.IP) (Connection reset by peer)
  1619. # [18:05] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1620. # [18:05] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1621. # [18:06] * Joins: bz_sleep (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net)
  1622. # [18:08] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1623. # [18:11] * Quits: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de) (Input/output error)
  1624. # [18:11] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1625. # [18:12] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1626. # [18:13] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1627. # [18:13] * philor|away is now known as philor
  1628. # [18:14] * Quits: jviereck (Adium@moz-40719F2.dip.t-dialin.net) (Quit: Leaving.)
  1629. # [18:14] * Joins: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net)
  1630. # [18:15] * Joins: josh (josh@moz-61186829.hsd1.mn.comcast.net)
  1631. # [18:16] * Quits: josh (josh@moz-61186829.hsd1.mn.comcast.net) (Quit: josh)
  1632. # [18:17] * Quits: pranavrc (pranavrc@338E59EF.7B6FD4E7.520CDC98.IP) (Client exited)
  1633. # [18:18] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1634. # [18:18] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1635. # [18:18] * Quits: sfink (chatzilla@moz-38BA2119.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1636. # [18:22] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Client exited)
  1637. # [18:25] * Joins: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de)
  1638. # [18:27] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1639. # [18:28] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Quit: leaving)
  1640. # [18:29] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1641. # [18:33] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1642. # [18:34] * Quits: tonymec (tonymec@moz-4823AF3F.adsl-dyn.isp.belgacom.be) (Input/output error)
  1643. # [18:34] * Joins: sfink (chatzilla@moz-50651216.dsl.pltn13.sbcglobal.net)
  1644. # [18:34] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1645. # [18:35] * Quits: peterv (peterv@moz-9067AD6A.access.telenet.be) (Ping timeout)
  1646. # [18:35] * kk1fff|new-year is now known as kk1fff
  1647. # [18:37] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1648. # [18:38] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1649. # [18:38] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1650. # [18:40] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1651. # [18:42] * Quits: @smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi) (Ping timeout)
  1652. # [18:43] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Client exited)
  1653. # [18:43] * Joins: jviereck (Adium@moz-40719F2.dip.t-dialin.net)
  1654. # [18:43] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1655. # [18:44] * Quits: tonymec|away (tonymec@moz-4823AF3F.adsl-dyn.isp.belgacom.be) (Quit: Konversation terminated!)
  1656. # [18:45] * Quits: jviereck (Adium@moz-40719F2.dip.t-dialin.net) (Quit: Leaving.)
  1657. # [18:47] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1658. # [18:47] * mjschranz is now known as mjschranz_away
  1659. # [18:47] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1660. # [18:48] * Joins: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net)
  1661. # [18:49] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1662. # [18:50] * Joins: tonymec__ (tonymec@AFE89B0E.D8F5BA3C.A9371869.IP)
  1663. # [18:50] * tonymec__ is now known as tonymec|away
  1664. # [18:52] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1665. # [18:53] * Quits: Mic (Mic@moz-BBF91F65.superkabel.de) (Quit: Output/input error)
  1666. # [18:55] * Quits: DomoOrigatuMrMugatu (john_q@moz-B6268EB2.ntc.blacksburg.shentel.net) (Ping timeout)
  1667. # [18:56] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1668. # [18:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fa1e5d532c9e - Daniel Holbert - Bug 841988: Declare loop iterator variables inside the "for" statement in nsTextFrameThebes.cpp, for better scoping. r=roc
  1669. # [18:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1fae6592d663 - Daniel Holbert - Bug 841873 test changes: Tweak reftests/mochitests/crashtests to remove assumptions about the flexbox pref's default setting. (test-only)
  1670. # [18:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b682c1433cbf - Daniel Holbert - Bug 841873: Pref off CSS3 flexbox in release builds, by default. r=dbaron
  1671. # [18:57] * Joins: marco (Thunderbir@moz-181F083B.cust.dsl.teletu.it)
  1672. # [18:58] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1673. # [18:59] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Ping timeout)
  1674. # [19:00] * Joins: DomoOrigatuMrMugatu (john_q@moz-B6268EB2.ntc.blacksburg.shentel.net)
  1675. # [19:00] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1676. # [19:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5e660787834c - Jonathan Watt - Bug 838256 - Reftests and crashtests for <input type=range>. r=dholbert.
  1677. # [19:02] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7db39954cc10 - Jonathan Watt - Bug 838256, part 2 - Overhaul and complete the layout pieces for <input type=range>. r=dholbert for the combined diff with the previous changeset.
  1678. # [19:02] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0f9734e836ec - Wes Johnston - Bug 838256, part 1 - Initial work on the layout pieces for <input type=range>. DONTBUILD separately from jwatt's changeset (the next one) to finish this work. r=dholbert
  1679. # [19:02] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1680. # [19:02] <firebot> for the combined diff.
  1681. # [19:03] * Joins: gcp (gpascutto@moz-86A7852.access.telenet.be)
  1682. # [19:05] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  1683. # [19:05] * Joins: josh (josh@moz-61186829.hsd1.mn.comcast.net)
  1684. # [19:06] * Quits: JeroenDeDauw (j@moz-9020B51D.dip.t-dialin.net) (Quit: Leaving.)
  1685. # [19:06] * Joins: JeroenDeDauw (j@moz-9020B51D.dip.t-dialin.net)
  1686. # [19:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/75cef52e6f7e - Phil Ringnalda - Bug 807211 - annotate ownerdiscard.html as asserts(0-2), since it certainly does
  1687. # [19:12] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1688. # [19:12] * Quits: josh (josh@moz-61186829.hsd1.mn.comcast.net) (Quit: josh)
  1689. # [19:14] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1690. # [19:15] * Joins: tonymec (tonymec@AFE89B0E.D8F5BA3C.A9371869.IP)
  1691. # [19:15] * Quits: lerc (quassel@121-74-230-95.telstraclear.net) (Ping timeout)
  1692. # [19:15] * Joins: janv (varga@56D55732.7114713F.B1C414DA.IP)
  1693. # [19:21] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1694. # [19:26] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1695. # [19:26] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1696. # [19:27] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  1697. # [19:28] * mjschranz_away is now known as mjschranz
  1698. # [19:29] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1699. # [19:29] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1700. # [19:31] * Joins: cpearce (cpearce@moz-8A437367.xdsl.xnet.co.nz)
  1701. # [19:31] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1702. # [19:32] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Connection reset by peer)
  1703. # [19:32] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1704. # [19:32] * Joins: peterv (peterv@moz-9067AD6A.access.telenet.be)
  1705. # [19:32] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  1706. # [19:33] <philor> interesting, I broke building b2g with a crashtest annotation?
  1707. # [19:34] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  1708. # [19:35] <Ms2ger> Sounds like par for the course
  1709. # [19:36] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1710. # [19:37] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1711. # [19:38] * Quits: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com) (Quit: randix)
  1712. # [19:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/139cea84972b - Daniel Holbert - Bug 834107: Replace helper-function GetContainingBlockFor() with direct calls to nsIFrame::GetContainingBlock(), in nsComputedDOMStyle.cpp. r=dbaron
  1713. # [19:41] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  1714. # [19:42] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1715. # [19:42] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  1716. # [19:43] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  1717. # [19:43] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1718. # [19:43] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1719. # [19:44] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Input/output error)
  1720. # [19:45] <Optimizer> how to make a xul label respect rtl ?
  1721. # [19:45] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1722. # [19:45] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1723. # [19:46] <Optimizer> I have a hbox with 3 labels for ex. [abc][def][geh]
  1724. # [19:46] <Optimizer> with "abc" being the value on the first label and likewise
  1725. # [19:46] * Joins: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net)
  1726. # [19:46] <Optimizer> when I change my direction to rtl, the content of hbox are like : [geh][def][abc]
  1727. # [19:47] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1728. # [19:47] <Optimizer> now the issue here is that "abcdef" is a full complete word which makes no sense when written as "defabc"
  1729. # [19:49] * Joins: lerc (quassel@moz-3C071F21.telstraclear.net)
  1730. # [19:49] * Joins: dzbarsky (Adium@moz-E335082F.phlapa.east.verizon.net)
  1731. # [19:49] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1732. # [19:50] <philor> the sudden outbreak of failures in test_signed_apps.js on multiple trees is also nice
  1733. # [19:50] * Quits: dzbarsky (Adium@moz-E335082F.phlapa.east.verizon.net) (Connection reset by peer)
  1734. # [19:51] <dholbert> did a signature expire or something?
  1735. # [19:51] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1736. # [19:51] * Joins: dzbarsky (Adium@moz-E335082F.phlapa.east.verizon.net)
  1737. # [19:51] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1738. # [19:51] * Joins: tabraldes (Thunderbir@moz-3F87419B.hsd1.or.comcast.net)
  1739. # [19:51] * Joins: dbaron (dbaron@moz-F4919B79.dsl.dynamic.sonic.net)
  1740. # [19:51] * ChanServ sets mode: +o dbaron
  1741. # [19:53] * Joins: josh (josh@moz-61186829.hsd1.mn.comcast.net)
  1742. # [19:53] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1743. # [19:54] * Joins: bsmith (bsmith@moz-FFF8FA4C.hawaii.res.rr.com)
  1744. # [19:54] <philor> dunno, bsmith?
  1745. # [19:54] <bsmith> philor: what's the question?
  1746. # [19:54] <philor> did your certs for test_signed_apps.js expire already? it's failing all over the place
  1747. # [19:55] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1748. # [19:56] * Joins: ggp_ (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1749. # [19:56] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  1750. # [19:56] <dholbert> yup http://james-ross.co.uk/mozilla/misc/nserror?0x805A1FF5
  1751. # [19:56] <dholbert> SEC_ERROR_EXPIRED_CERTIFICATE
  1752. # [19:57] * philor steps outside for a few minutes
  1753. # [19:57] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1754. # [19:57] <romaxa> how to disable FF notification about switching back to google search from my lovely Bing ? :)
  1755. # [19:57] <dholbert> (the error is "test_signed_apps.js | 2153390069 == 0" when checking a nsresult)
  1756. # [19:57] <bsmith> Yes.
  1757. # [19:57] <bsmith> I will fix it now.
  1758. # [19:58] <dholbert> good man
  1759. # [19:58] * Joins: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com)
  1760. # [19:58] <romaxa> dholbert: ^
  1761. # [19:58] <dholbert> romaxa, no idea
  1762. # [19:59] * bsmith will now be eating breakfast alone as shoulder-surfing breakfast partner storms off
  1763. # [19:59] <romaxa> dholbert: do you know who might have idea?
  1764. # [20:00] <dholbert> romaxa, not really; I don't know anything about the notification you're talking about. Sounds front-end-ish, though, so maybe gavin?
  1765. # [20:00] * Quits: josh (josh@moz-61186829.hsd1.mn.comcast.net) (Ping timeout)
  1766. # [20:01] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1767. # [20:01] <romaxa> dholbert: I'm changing default search engine from google to bing and FF annoying me to switch back to google
  1768. # [20:01] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1769. # [20:01] <romaxa> gavin: ^
  1770. # [20:01] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1771. # [20:02] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1772. # [20:02] <Matti> that the new search anti-hijack feature
  1773. # [20:02] <dholbert> romaxa, I understood that much; I just don't know anything about that dialog
  1774. # [20:02] <dholbert> (or notification or whatever)
  1775. # [20:02] <bsmith> Matti: what is the bug number for that feature?
  1776. # [20:02] <philor> bsmith: be sure to fix it via time machine, since that means it's now impossible to have xpcshell pass on any revision which landed in the last 90 days
  1777. # [20:03] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1778. # [20:03] <Archaeopteryx> bug 718088
  1779. # [20:04] <bsmith> philor: I could hg strip m-c, I guess
  1780. # [20:04] <Optimizer> no rtl expert ?
  1781. # [20:04] * Joins: josh (josh@moz-33D55180.hsd1.mn.comcast.net)
  1782. # [20:05] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  1783. # [20:05] <Matti> bsmith: bug 718088
  1784. # [20:05] <RyanVM> philor: ping
  1785. # [20:06] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1786. # [20:07] <philor> RyanVM: pong
  1787. # [20:08] <RyanVM> philor: looks like possible infra issues?
  1788. # [20:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/62619edc3226 - Sotaro Ikeda - Bug 826072 - Dispatch Init() out of nsGonkCameraControl's constructor. r=mikeh
  1789. # [20:09] <philor> bsmith: every time we've stripped, we've wound up with a broken repo, we probably just need to call those three months broken and do something else
  1790. # [20:09] <@dbaron> I really need to write that blog entry "So, you want a continuous integration test?"
  1791. # [20:09] <philor> what did we do with the other expiring certs? I know we have others, back in the day when 1.9.2 existed
  1792. # [20:10] <bsmith> philor: sorry, I was just joking.
  1793. # [20:10] <@dbaron> philor, I think we made most of the others expire in 10 years
  1794. # [20:10] <bsmith> I can set the expiration time to any value for these tests
  1795. # [20:10] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1796. # [20:10] <philor> RyanVM: the b2g builds? infra or some other externality besides the two we TinderboxPrint
  1797. # [20:10] <bsmith> for the tests that test the actual certs used on marketplace.firefox.com, then there will be a problem every ~5 years or so.
  1798. # [20:11] <RyanVM> the b2g stuff, and I guess you're discussing the xpcshell failures now (yay being late to the convo)
  1799. # [20:11] <bsmith> But, IMO, it is more important to make sure the marketplace stuff works than to make sure our tests run correctly years from now.
  1800. # [20:11] * Quits: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net) (Ping timeout)
  1801. # [20:11] <bsmith> This specific issue was just a missing "-v 240" parameter in a script
  1802. # [20:11] <@dbaron> speaking of bustage, what did philor do to break B2G?
  1803. # [20:11] <philor> :D
  1804. # [20:12] * Quits: ggp_ (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  1805. # [20:12] <@dbaron> or is it that the B2G builds depend on some external l10n repo?
  1806. # [20:12] <philor> I can tell you exactly what I did: I allowed builds on our Gecko tree which pull hundreds of things not in the tree
  1807. # [20:12] <philor> they depend on all sorts of things
  1808. # [20:13] <philor> many of which you may not gaze upon
  1809. # [20:13] * Quits: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP) (Ping timeout)
  1810. # [20:13] * Joins: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP)
  1811. # [20:14] * Quits: automata (automata@A0F76D52.66431431.C27E1635.IP) (Ping timeout)
  1812. # [20:14] <bsmith> philor: Nobody filed a bug about the cert expiration build bustage, right?
  1813. # [20:14] <philor> bsmith: right
  1814. # [20:15] * Joins: automata (automata@A0F76D52.66431431.C27E1635.IP)
  1815. # [20:16] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1816. # [20:17] * Quits: cpearce (cpearce@moz-8A437367.xdsl.xnet.co.nz) (Ping timeout)
  1817. # [20:18] <@dbaron> philor, I'm gonna close inbound unless you object
  1818. # [20:19] <philor> dbaron: s/inbound/every tree that builds b2g/ or s/inbound/every tree that's merged from m-c since last November/ ?
  1819. # [20:19] <philor> or both?
  1820. # [20:19] <@dbaron> philor, well, yeah, but inbound is the one that people aren't required to look at before pushing
  1821. # [20:19] <philor> hahaha
  1822. # [20:20] <@dbaron> philor, it's also the only one that would otherwise accumulate a half dozen pushes in the next hour
  1823. # [20:20] * Quits: josh (josh@moz-33D55180.hsd1.mn.comcast.net) (Ping timeout)
  1824. # [20:20] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  1825. # [20:21] * RyanVM whistles innocently
  1826. # [20:21] <@dbaron> 10:43:44 INFO - UnicodeDecodeError: 'utf8' codec can't decode byte 0xfc in position 8: invalid start byte
  1827. # [20:21] <@dbaron> if only it said what file that was in
  1828. # [20:21] <@dbaron> (this is the B2G multilocale bustage)
  1829. # [20:21] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1830. # [20:22] <philor> test_signed_apps.js is on aurora
  1831. # [20:23] <@dbaron> ooh, http://hg.mozilla.org/gaia-l10n/?sort=lastchange
  1832. # [20:23] <@dbaron> I bet it's the german changes
  1833. # [20:23] <@dbaron> let's see what's not UTF-8
  1834. # [20:24] <philor> http://hg.mozilla.org/gaia-l10n/de/rev/4a96c1dc1e3f
  1835. # [20:24] <RyanVM> dbaron sounds like he's having way too much fun doing this
  1836. # [20:25] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/ff193fc3dc7d - Brian Smith - Bug 842064: Fix build bustage caused by expired certificates in test_signed_apps.js, a=bustage, a=testonly
  1837. # [20:25] * philor needs to take lessons in seeing this as a challenge, rather than as the inevitable pain in the ass fuckup result of having made ill-considered decisions about the tree
  1838. # [20:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fd897af2dd47 - Brian Smith - Bug 842064: Fix build bustage caused by expired certificates in test_signed_apps.js on a CLOSED TREE, a=bustage, a=testonly
  1839. # [20:28] * Joins: KaiRo (robert@moz-DDDC5BBE.adsl.highway.telekom.at)
  1840. # [20:29] * Quits: darkowlzz (darkowlzz@660BE25E.22A8B776.27560D6E.IP) (Ping timeout)
  1841. # [20:29] <bsmith> philor: I am going to push this patch to every single branch (inbound, central are done, aurora, beta, b2g-* now)
  1842. # [20:30] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1843. # [20:30] <philor> bsmith: thanks
  1844. # [20:30] <@dbaron> ok, if my theory about the B2G thing is correct, it should be fixed now
  1845. # [20:30] * Quits: janv (varga@56D55732.7114713F.B1C414DA.IP) (Quit: This computer has gone to sleep)
  1846. # [20:30] <@dbaron> I'll retrigger one of the old builds, I guess
  1847. # [20:31] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1848. # [20:31] * Fallen|away is now known as Fallen
  1849. # [20:32] <philor> bsmith: not beta
  1850. # [20:32] <@dbaron> I'll wait to confirm that it works before sending the nasty emails.
  1851. # [20:32] <bsmith> You were 15 seconds too late
  1852. # [20:32] <@dbaron> And also eat breakfast.
  1853. # [20:32] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/eaebe0a84886 - Brian Smith - Bug 842064: Fix build bustage caused by expired certificates in test_signed_apps.js on a CLOSED TREE, a=bustage, a=testonly
  1854. # [20:32] <bsmith> philor ^
  1855. # [20:32] * Joins: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com)
  1856. # [20:32] <yzen> Yoric: hi, let me know what you think about bug 777712 when you have time; and if i should push it to try. thanks
  1857. # [20:32] <@dbaron> http://hg.mozilla.org/gaia-l10n/de/rev/26eaf0fd22d0 is what I think should fix it
  1858. # [20:32] <philor> bsmith: it's already gone from there, that code's already merged to release
  1859. # [20:33] <Yoric> yzen: ok
  1860. # [20:33] <bsmith> philor: don't I need to also push it to release?
  1861. # [20:33] <bsmith> because the tests will start failing there too
  1862. # [20:33] <philor> yes
  1863. # [20:34] <dholbert> bsmith, lol @ "We should all be retired by that point and then it will be somebody else's problem for sure."
  1864. # [20:34] <dholbert> ( https://bugzilla.mozilla.org/show_bug.cgi?id=842064 )
  1865. # [20:35] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1866. # [20:35] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1867. # [20:36] * jcranmer|away is now known as jcranmer
  1868. # [20:36] * Quits: alice (alice@moz-4AED9DEE.range109-152.btcentralplus.com) (Ping timeout)
  1869. # [20:37] <KaiRo> bsmith: well, beta just doesn't matter at this point in time
  1870. # [20:38] <KaiRo> it's the interesting time where beta has a kinda "blackout"
  1871. # [20:38] <yzen> Yoric: thanks :)
  1872. # [20:39] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  1873. # [20:40] <evilpie> how can you look at hidden builds?
  1874. # [20:41] <RyanVM> evilpie - &noignore=1
  1875. # [20:41] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  1876. # [20:42] <evilpie> no wonder awesomebar didn't pick up "hide" "hidden" blub
  1877. # [20:42] <RyanVM> bsmith - I don't think you need to worry about b2g18_v1_0_0 at this point either
  1878. # [20:42] <evilpie> thanks1
  1879. # [20:42] <RyanVM> I would check with lsblakk or akeybl on that
  1880. # [20:43] <bsmith> RyanVM: which b2g branches do I need to land on?
  1881. # [20:43] * Joins: ehugg (chatzilla@moz-44D86B1E.cisco.com)
  1882. # [20:43] <RyanVM> b2g18 and b2g18_v1_0_1
  1883. # [20:43] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  1884. # [20:43] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  1885. # [20:43] <@dbaron> philor, bsmith, if the b2g builds don't go red in the next 5-10 minutes, I'll reopen inbound on the assumption that bsmith's fix is correct
  1886. # [20:44] <bsmith> dbaron: FWIW, I did verify that without my patch, the test fails locally, and with it, the tests pass
  1887. # [20:44] <@dbaron> bsmith, good :-)
  1888. # [20:45] <evilpie> RyanVM: do you know where we build "SpiderMonkey --enable-root-analysis Build" ?
  1889. # [20:45] <RyanVM> m-c I think?
  1890. # [20:45] <Ms2ger> Inbound and try too
  1891. # [20:45] <Ms2ger> But only if you touch js/src
  1892. # [20:46] <evilpie> ah okay that solves the mystery
  1893. # [20:47] * Joins: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net)
  1894. # [20:50] * Quits: ehugg (chatzilla@moz-44D86B1E.cisco.com) (Ping timeout)
  1895. # [20:51] * Joins: T3 (T3@3FF6AF7C.604446E7.32718129.IP)
  1896. # [20:52] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Input/output error)
  1897. # [20:52] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Ping timeout)
  1898. # [20:52] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1899. # [20:54] <RyanVM> bsmith: OK to call that FIXED now?
  1900. # [20:54] * Quits: sewardj (sewardj@moz-9E28AEA7.dip.t-dialin.net) (Ping timeout)
  1901. # [20:55] <bsmith> RyanVM: Sure
  1902. # [20:55] <RyanVM> bsmith: also, esr17?
  1903. # [20:56] <bsmith> RyanVM: Not in ESR 17
  1904. # [20:56] <RyanVM> perfect, thanks
  1905. # [20:56] <bsmith> the test isn't in ESR 17, I mean
  1906. # [20:58] * Quits: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net) (Ping timeout)
  1907. # [21:01] <jst> bsmith: how familiar are you with our ipdl setup? ddahl and I could use some help looking over the latest patch in the getRandomValues() bug (673432)
  1908. # [21:03] <bsmith> jst: I cannot work on that now. I have a friend waiting for me.
  1909. # [21:03] <bsmith> I will look at it tonight.
  1910. # [21:04] <jst> bsmith: ok, thanks for looking later, no immediate rush there!
  1911. # [21:04] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1912. # [21:04] * Joins: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp)
  1913. # [21:05] * Quits: bsmith (bsmith@moz-FFF8FA4C.hawaii.res.rr.com) (Quit: Leaving)
  1914. # [21:05] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  1915. # [21:06] * Quits: wuchida (wuchida@moz-32BBA133.ppp-bb.dion.ne.jp) (Ping timeout)
  1916. # [21:08] * Quits: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP) (Ping timeout)
  1917. # [21:09] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.90 [Firefox 21.0a1/20130212223808])
  1918. # [21:09] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1919. # [21:09] * Joins: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP)
  1920. # [21:10] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1921. # [21:13] * Quits: TheOne (one@moz-8B9C21E7.dip.t-dialin.net) (Input/output error)
  1922. # [21:13] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  1923. # [21:16] * Fallen is now known as Fallen|away
  1924. # [21:17] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  1925. # [21:18] * Joins: cpearce (cpearce@moz-8A437367.xdsl.xnet.co.nz)
  1926. # [21:18] <@dbaron> Is there a bugzilla keyword for bugs that help sheriffing?
  1927. # [21:18] <@dbaron> maybe sheriffing-untriaged ?
  1928. # [21:21] <@dbaron> anyway, part 1 of response to b2g red is: https://bugzilla.mozilla.org/show_bug.cgi?id=842070
  1929. # [21:21] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1930. # [21:22] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1931. # [21:22] * ChanServ sets mode: +o roc
  1932. # [21:25] * Joins: Quan3 (chatzilla@moz-6A702A7F.dclient.hispeed.ch)
  1933. # [21:25] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1934. # [21:25] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  1935. # [21:25] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1936. # [21:27] <@dbaron> boy, this patch to rename GetStyle* bitrots fast
  1937. # [21:27] <@dbaron> fortunately I wrote it with sed so I can just rewrite it with sed
  1938. # [21:27] * Quits: KaiRo (robert@moz-DDDC5BBE.adsl.highway.telekom.at) (Ping timeout)
  1939. # [21:29] * Quits: victorporof (victorporo@55639BA9.B89616B1.79933D60.IP) (Ping timeout)
  1940. # [21:32] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1941. # [21:32] * mattwoodrow|away is now known as mattwoodrow
  1942. # [21:35] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1943. # [21:35] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  1944. # [21:37] <@dbaron> Ms2ger, btw, was there any useful conclusion with the bizarre insertRule/appendRule orange about 11 hours ago?
  1945. # [21:37] <Ms2ger> Clobber worked
  1946. # [21:37] <Ms2ger> I haven't investigated further
  1947. # [21:37] <Archaeopteryx> dbaron: thank you for the fixes and sorry for the bustage
  1948. # [21:38] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1949. # [21:38] <@dbaron> Archaeopteryx, you're welcome
  1950. # [21:39] <Archaeopteryx> sorry, i hadn't thought of files yet without non-ascii characters being ansi
  1951. # [21:43] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1952. # [21:44] * Joins: KaiRo (robert@moz-4DA53CA4.adsl.highway.telekom.at)
  1953. # [21:44] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  1954. # [21:50] * Joins: Sander (chatzilla@moz-660B8FAF.adsl.xtra.co.nz)
  1955. # [21:50] * Joins: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net)
  1956. # [21:50] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1957. # [21:50] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  1958. # [21:50] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  1959. # [21:51] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1960. # [21:53] * Joins: victorporof (victorporo@4FEBE7B1.9F23B8E6.79933D60.IP)
  1961. # [21:53] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1962. # [21:54] * Quits: Ms2ger (Ms2ger@moz-C6C8D50E.adsl-dyn.isp.belgacom.be) (Quit: nn)
  1963. # [21:55] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1964. # [21:55] <Optimizer> chrome beta on android also just implemented tiled layer scrolling
  1965. # [21:56] * Quits: Gentlecat (Roman@A85BC1FB.CF9BE6BE.8FB52CB8.IP) (Ping timeout)
  1966. # [21:57] * mattwoodrow is now known as mattwoodrow|away
  1967. # [21:58] * Quits: Sander (chatzilla@moz-660B8FAF.adsl.xtra.co.nz) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1968. # [22:02] * Quits: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net) (Quit: fitzgen)
  1969. # [22:02] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Connection reset by peer)
  1970. # [22:02] * Joins: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net)
  1971. # [22:05] * Quits: Mathnerd314 (quassel@moz-195E87F.rh.uchicago.edu) (Client exited)
  1972. # [22:05] * Quits: atte (atte@moz-37C1DF97.dhcp.inet.fi) (Client exited)
  1973. # [22:06] * merike is now known as merike|away
  1974. # [22:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dd7f52016f53 - L. David Baron - Bug 781360 patch 1: Rename nsStyleContext::GetRuleNode to RuleNode, since it can never return null. r=dholbert
  1975. # [22:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9522b45f9ef9 - L. David Baron - Bug 781360 patch 2: Rename nsRuleNode::GetPresContext to PresContext, since it can never return null. r=dholbert
  1976. # [22:09] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1977. # [22:11] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1978. # [22:11] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Connection reset by peer)
  1979. # [22:11] * smooney_ is now known as smooney
  1980. # [22:11] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  1981. # [22:12] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  1982. # [22:12] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Connection reset by peer)
  1983. # [22:12] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1984. # [22:12] * Quits: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw) (Ping timeout)
  1985. # [22:14] * Quits: fitzgen (fitzgen@moz-9E403A70.dsl.static.sonic.net) (Quit: fitzgen)
  1986. # [22:16] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1987. # [22:16] * Quits: victorporof (victorporo@4FEBE7B1.9F23B8E6.79933D60.IP) (Quit: victorporof)
  1988. # [22:16] * Quits: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP) (Ping timeout)
  1989. # [22:17] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  1990. # [22:18] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1991. # [22:19] * Joins: Mathnerd314 (quassel@moz-195E87F.rh.uchicago.edu)
  1992. # [22:23] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1993. # [22:25] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1994. # [22:28] * Quits: tonymec (tonymec@AFE89B0E.D8F5BA3C.A9371869.IP) (Input/output error)
  1995. # [22:29] * Joins: tonymec (tonymec@AFE89B0E.D8F5BA3C.A9371869.IP)
  1996. # [22:30] * Joins: smaug (chatzilla@moz-B45F815F.elisa-laajakaista.fi)
  1997. # [22:30] * ChanServ sets mode: +o smaug
  1998. # [22:31] * Parts: aleth (aleth@moz-1195583A.ictp.it)
  1999. # [22:31] * Quits: mgorse (mgorse@B6C068B2.2088E15E.A18F112A.IP) (Ping timeout)
  2000. # [22:32] * Joins: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP)
  2001. # [22:34] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  2002. # [22:35] * Quits: Optimizer (Optimizer@FAF3C1EB.976956AF.D2D1FAF0.IP) (Ping timeout)
  2003. # [22:35] * Parts: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  2004. # [22:37] * mattwoodrow|away is now known as mattwoodrow
  2005. # [22:38] * Joins: Optimizer (Optimizer@69738592.B0C3F0F8.274D17D6.IP)
  2006. # [22:38] <avih> vlad: dot a minute?
  2007. # [22:38] <avih> got* :)
  2008. # [22:41] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: PM: Preparing frontal lobe for mem sleep)
  2009. # [22:46] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  2010. # [22:47] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2011. # [22:51] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  2012. # [22:53] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  2013. # [22:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/81fac90f0e9f - L. David Baron - Bug 781360 patch 4: Remove the Get from nsStyleContext::GetStyleData and nsIFrame::GetStyleDataExternal, which never return null. r=dholbert
  2014. # [22:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/343315251a40 - L. David Baron - Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
  2015. # [22:56] <@smaug> woohoo, metrics has time range
  2016. # [22:56] <@smaug> finally
  2017. # [22:56] * Joins: annevk (annevk@moz-8BC459B.dclient.hispeed.ch)
  2018. # [22:56] * Quits: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de) (Ping timeout)
  2019. # [22:57] * Quits: msucan (mihai@E8A9D9C4.773D689F.70BDB599.IP) (Quit: Leaving.)
  2020. # [22:57] * Joins: Mook (mook@moz-BC41A633.dsl.teksavvy.com)
  2021. # [22:58] * Joins: mgorse (mgorse@B6C068B2.2088E15E.A18F112A.IP)
  2022. # [23:00] * Joins: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com)
  2023. # [23:01] * Joins: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de)
  2024. # [23:02] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  2025. # [23:04] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  2026. # [23:04] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Ping timeout)
  2027. # [23:05] <reuben> I found a reproducible crash (at least on OS X) in bug 842079. layout people might be interested
  2028. # [23:05] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  2029. # [23:06] * Quits: marco (Thunderbir@moz-181F083B.cust.dsl.teletu.it) (Quit: marco)
  2030. # [23:10] <@dbaron> reuben, do you know if it's a recent regression?
  2031. # [23:10] <@dbaron> (I don't see it on today's nightly on Linux.)
  2032. # [23:11] * Quits: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com) (Quit: spartanfire)
  2033. # [23:13] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  2034. # [23:14] <Matti> reuben: wfm on windows
  2035. # [23:14] <wg9s> and WFM on Linux also
  2036. # [23:15] <wg9s> could be OSX only I suppose.
  2037. # [23:16] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  2038. # [23:16] <wg9s> Or maybe add-on related.
  2039. # [23:18] * wg9s is now known as help
  2040. # [23:19] * help is now known as wg9s
  2041. # [23:20] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  2042. # [23:21] <Matti> wfm with todays nightly on OSX
  2043. # [23:21] * Quits: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  2044. # [23:22] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  2045. # [23:24] * Quits: lizzard (ehenry@E9758364.9EC0A5AF.CFE928A7.IP) (Quit: lizzard)
  2046. # [23:25] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  2047. # [23:27] * Joins: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net)
  2048. # [23:30] * Joins: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net)
  2049. # [23:30] <jwq> bsmedberg_: Re Bug 187421 which you just resolved incomplete. What do you see when you visit <http://patimg2.uspto.gov/.DImg?Docid=08123677&PageNum=1&IDKey=A202AF617F39&ImgFormat=tif>?
  2050. # [23:31] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2051. # [23:31] <jwq> That's the offending TIFF embedded in a frame in the USPTO page. It displays blank for me.
  2052. # [23:32] * Quits: KaiRo (robert@moz-4DA53CA4.adsl.highway.telekom.at) (Quit: www.KaiRo.at)
  2053. # [23:34] * Joins: spartanfire (guimdearau@920EAFBF.DC1FB846.7C9220AF.IP)
  2054. # [23:34] * Quits: AndreeaM (Thunderbir@148E1B95.EEAF7EB8.CD219C36.IP) (Quit: AndreeaM)
  2055. # [23:34] * Quits: wg9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 18.0.2/20130206130229])
  2056. # [23:36] * Joins: kaie (kaie@moz-1E613AD5.dip.t-dialin.net)
  2057. # [23:38] <kaie> I propose to move the "future" table on https://wiki.mozilla.org/RapidRelease/Calendar to the top, allowing one to see the upcoming branch dates sooner.
  2058. # [23:39] <kaie> mbrubeck, ^^
  2059. # [23:40] <kaie> just a thought, thanks for considering
  2060. # [23:40] * Parts: kaie (kaie@moz-1E613AD5.dip.t-dialin.net) (Leaving)
  2061. # [23:43] * mattwoodrow is now known as mattwoodrow|away
  2062. # [23:46] * Quits: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com) (Input/output error)
  2063. # [23:49] * Quits: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  2064. # [23:50] * Quits: DomoOrigatuMrMugatu (john_q@moz-B6268EB2.ntc.blacksburg.shentel.net) (Quit: Leaving)
  2065. # [23:51] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Ping timeout)
  2066. # [23:51] * Joins: DomoOrigatuMrMugatu (john_q@moz-B6268EB2.ntc.blacksburg.shentel.net)
  2067. # [23:53] * Quits: seif (seiflotfy@moz-15E4AF49.unitymediagroup.de) (Input/output error)
  2068. # [23:54] * Joins: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net)
  2069. # [23:55] * Quits: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net) (Quit: ChatZilla 0.9.90 [SeaMonkey 2.0.14/20110420224852])
  2070. # [23:59] * Quits: annevk (annevk@moz-8BC459B.dclient.hispeed.ch) (Input/output error)
  2071. # [23:59] * Quits: Ann_Yiming (Ann_Yiming@moz-5CF47426.dia.static.qwest.net) (Ping timeout)
  2072. # Session Close: Sun Feb 17 00:00:01 2013

The end :)