/irc-logs / mozilla / #developers / 2014-01-14 / end

Options:

  1. # Session Start: Tue Jan 14 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  4. # [00:01] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  5. # [00:01] * Quits: bholley (bholley@moz-BBE3ABD.mv.mozilla.com) (Quit: bholley)
  6. # [00:01] * Quits: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net) (Ping timeout)
  7. # [00:01] * Quits: tantek (tantek@moz-C07D5168.p2p.sfo1.mozilla.com) (Connection reset by peer)
  8. # [00:01] * tantek_ is now known as tantek
  9. # [00:01] * Joins: tantek_ (tantek@moz-C07D5168.p2p.sfo1.mozilla.com)
  10. # [00:01] * Joins: bholley (bholley@moz-BBE3ABD.mv.mozilla.com)
  11. # [00:01] <Waldo> wow that brasstacks graph from earlier is hilarious
  12. # [00:02] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  13. # [00:02] <WeirdAl> nsm: about native Promises taking a window, how do you envision that being used? I've been thinking about promises depending on a XUL dialog for a couple months now...
  14. # [00:02] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  15. # [00:03] * philor|away is now known as philor
  16. # [00:03] * Joins: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net)
  17. # [00:03] <nsm> WeirdAl: you'd create a `new Promise(window)` and the can promise->Resolve()/Reject() it
  18. # [00:03] <nsm> window can be null if its on a worker
  19. # [00:04] <nsm> sorry
  20. # [00:04] <WeirdAl> nice.
  21. # [00:04] <nsm> I meant, use statically, Promise::Reject/Resolve
  22. # [00:04] <WeirdAl> oh, this isn't from JS code?
  23. # [00:04] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  24. # [00:04] <nsm> from JS code you can directly use promises, so I don't see why this patch matters
  25. # [00:05] <WeirdAl> ok :) Some of this new promises work confuses me a bit since we have Promises.jsm
  26. # [00:05] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  27. # [00:05] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  28. # [00:06] * Quits: bholley (bholley@moz-BBE3ABD.mv.mozilla.com) (Quit: bholley)
  29. # [00:06] * Joins: bholley (bholley@moz-BBE3ABD.mv.mozilla.com)
  30. # [00:07] * Joins: valenting (Thunderbir@moz-BD1A2D46.residential.rdsnet.ro)
  31. # [00:07] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  32. # [00:07] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  33. # [00:07] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  34. # [00:07] * RyanVM|sheriffduty is now known as RyanVM|afk
  35. # [00:08] * Quits: till (till@moz-9487393D.adsl.hansenet.de) (Client exited)
  36. # [00:08] * Joins: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP)
  37. # [00:09] * Fallen is now known as Fallen|away
  38. # [00:09] <Waldo> I think the intent is that Promises.jsm would be deprecated when promises are natively built in, or something along those lines
  39. # [00:09] <Waldo> although I profess to not being super-familiar with promises mysefl
  40. # [00:09] <Waldo> s/fl/lf/
  41. # [00:09] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  42. # [00:10] * Quits: bholley (bholley@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  43. # [00:10] <nsm> yes
  44. # [00:10] <nsm> i'd like to deprecate/remove the jsm
  45. # [00:11] * Quits: tanner (Tanner@gaben.xxx) (Quit: tmux being strange.)
  46. # [00:11] <fabrice1> there's also addon-sdk/source/lib/sdk/core/promise.js
  47. # [00:12] * Joins: Tanner (Tanner@moz-CAA98E97.xxx)
  48. # [00:12] <Mossop> We're getting rid of that too, there are a few bugs where stuff using it relies on behaviours that differ from Promise.jsm right now
  49. # [00:12] * Tanner is now known as tanner
  50. # [00:13] * Joins: bholley (bholley@moz-BBE3ABD.mv.mozilla.com)
  51. # [00:13] * Quits: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  52. # [00:14] * Joins: IanN (chatzilla@moz-7F4009AA.perr.cable.virginm.net)
  53. # [00:14] * Quits: ketas (ketas@135.216.191.90.dyn.estpak.ee) (Ping timeout)
  54. # [00:14] * Joins: armenzg (armenzg@moz-70D1DAA7.cable.teksavvy.com)
  55. # [00:15] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  56. # [00:16] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  57. # [00:16] * Quits: valenting (Thunderbir@moz-BD1A2D46.residential.rdsnet.ro) (Ping timeout)
  58. # [00:17] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  59. # [00:17] <WeirdAl> any chance of getting a technote drawn up to tell us JS folks what to expect?
  60. # [00:17] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  61. # [00:18] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  62. # [00:18] * Joins: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  63. # [00:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3d91cf687759 - Kyle Huey - Bug 957693: Check the state of the sync loop after processing control runnables, which might cause the world to shift underneath us. r=bent
  64. # [00:20] * KWierso is now known as KWierso|sheriffduty
  65. # [00:20] * Quits: bholley (bholley@moz-BBE3ABD.mv.mozilla.com) (Quit: bholley)
  66. # [00:21] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  67. # [00:21] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  68. # [00:21] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  69. # [00:21] * Joins: bholley (bholley@moz-BBE3ABD.mv.mozilla.com)
  70. # [00:22] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  71. # [00:22] * hwine|mtg is now known as hwine
  72. # [00:23] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  73. # [00:23] * Quits: rniwa (rniwa@moz-A1630E64.hsd1.ca.comcast.net) (Quit: rniwa)
  74. # [00:23] * rniwa_ is now known as rniwa
  75. # [00:23] * Quits: bholley (bholley@moz-BBE3ABD.mv.mozilla.com) (Quit: bholley)
  76. # [00:24] * Joins: ketas (ketas@135.216.191.90.dyn.estpak.ee)
  77. # [00:24] * baku is now known as baku|away
  78. # [00:24] * sfink|afk is now known as sfink
  79. # [00:24] * Joins: bholley (bholley@moz-BBE3ABD.mv.mozilla.com)
  80. # [00:24] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  81. # [00:25] * Joins: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  82. # [00:26] * jorendorff is now known as jorendorff_away
  83. # [00:26] <NeilAway> nemo: looks like he isn't CC'd
  84. # [00:26] * Quits: Optimizer (Optimizer@B51243E.F9A5BBD6.BE4CF869.IP) (Connection reset by peer)
  85. # [00:26] * Joins: Optimizer (Optimizer@B51243E.F9A5BBD6.BE4CF869.IP)
  86. # [00:26] * nthomas is now known as nthomas|away
  87. # [00:27] * davidb|afk is now known as davidb
  88. # [00:28] <WeirdAl> in particular, do you plan on removing Task.jsm as well?
  89. # [00:28] * Quits: davidb (davidb@moz-AD989701.dsl.bell.ca) (Quit: blast off!)
  90. # [00:28] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  91. # [00:28] <fabrice1> task.jsm is nice
  92. # [00:30] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  93. # [00:31] <@njn> glandium: if I have a MAP_ANONYMOUS page that hasn't been touched, is it possible to read from it without it being paged into physical memory?
  94. # [00:31] * Quits: bholley (bholley@moz-BBE3ABD.mv.mozilla.com) (Quit: bholley)
  95. # [00:31] <NeilAway> bah, where did ehsan go?
  96. # [00:31] <@njn> glandium: i.e. can the kernel somehow say "that whole page is zero, so have a zero"?
  97. # [00:32] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/db6c5ff151eb - ffxbld - Added FIREFOX_27_0b6_RELEASE FIREFOX_27_0b6_BUILD1 tag(s) for changeset 6e90201b62b2. DONTBUILD CLOSED TREE a=release
  98. # [00:32] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/d3e586f7d549 - ffxbld - Added FENNEC_27_0b6_RELEASE FENNEC_27_0b6_BUILD1 tag(s) for changeset caaa241562d5. DONTBUILD CLOSED TREE a=release
  99. # [00:32] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  100. # [00:32] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/caaa241562d5 - ffxbld - Automated checkin: version bump for fennec 27.0b6 release. DONTBUILD CLOSED TREE a=release
  101. # [00:32] <briansmith> RyanVM|afk: sorry about the bad push. I thought I had tested it enough.
  102. # [00:32] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/6e90201b62b2 - ffxbld - Automated checkin: version bump for firefox 27.0b6 release. DONTBUILD CLOSED TREE a=release
  103. # [00:32] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  104. # [00:33] * Quits: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net) (Ping timeout)
  105. # [00:34] * Joins: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net)
  106. # [00:34] * Joins: gwagner_ (Gregor@moz-C07D5168.p2p.sfo1.mozilla.com)
  107. # [00:34] <philor> oh, heh, that broken OnDataAvailable contract thing just landed (a couple of times) today
  108. # [00:35] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  109. # [00:35] * Joins: vichen (vichen@moz-25FD1EF5.dynamic.hinet.net)
  110. # [00:35] <jld> I keep seeing the tbpl web interface get stuck at "Loading 9%..." and then failing. Everyone, or just me?
  111. # [00:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/10d56cf4ca6d - Edwin Flores - Bug 945864 - Remove buggy MediaOmxReader::GetBuffered method override r=cpearce
  112. # [00:35] * Quits: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: tantek)
  113. # [00:35] * tantek_ is now known as tantek
  114. # [00:36] * khuey is now known as khuey|away
  115. # [00:36] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  116. # [00:36] * Quits: rednaks (rednaks@E800EC9B.E0A95C24.55FFA9B4.IP) (Ping timeout)
  117. # [00:36] * Quits: Pike (chatzilla@moz-7F795F8F.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  118. # [00:36] * Joins: IRCMonkey39033 (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  119. # [00:37] <philor> jld: everyone, expect an emergency reset of the try repo blowing away your push sometime this week
  120. # [00:37] * IRCMonkey39033 is now known as ejpbruel
  121. # [00:37] * Quits: tantek (tantek@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: tantek)
  122. # [00:37] * Quits: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  123. # [00:38] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  124. # [00:39] <briansmith> It seems like try is not working
  125. # [00:40] <glandium> njn: i don't know about osx, but iirc, on linux the kernel has a special page full of zero and maps it with copy-on-write semantics
  126. # [00:40] <philor> it only seems like it
  127. # [00:40] <briansmith> oh, maybe it is
  128. # [00:40] <glandium> njn: i however don't know if it's smart when you write zeroes there
  129. # [00:40] <@njn> glandium: in this case no writing has occurred
  130. # [00:40] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  131. # [00:40] <@njn> glandium: I guess when you read from that page it does it without doing any kind of paging
  132. # [00:40] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  133. # [00:41] <glandium> njn: if you mean swap in/out, yes
  134. # [00:42] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  135. # [00:43] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  136. # [00:43] <briansmith> RyanVM|afk, KWierso|sheriffduty: it seems like it might be some clobber issue, because xpcshell tests pass after your merge from inbound
  137. # [00:43] * geekboy|afk is now known as geekboy
  138. # [00:44] * Joins: rmkoesters (Thunderbir@moz-DEBA6627.hsd1.in.comcast.net)
  139. # [00:44] * glandium off to the dentist
  140. # [00:44] <glandium> (not for me, fortunately)
  141. # [00:44] * Joins: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP)
  142. # [00:45] <philor> briansmith: given the number of builds on your push which said they were clobbers, some dependency that wasn't yet merged seems more likely
  143. # [00:45] <briansmith> Also, those tests be passing locally
  144. # [00:45] * Joins: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP)
  145. # [00:46] <philor> not that there seems to be anything in that merge
  146. # [00:46] * kaze is now known as kaze|zZz
  147. # [00:47] * Quits: jdm (jdm@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Lost terminal)
  148. # [00:47] * Joins: therube (chatzilla@moz-532294F.hsd1.md.comcast.net)
  149. # [00:47] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  150. # [00:47] * Quits: emtwo (msamuel@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  151. # [00:47] <briansmith> oh, i see. pass in debug builds, fail in release builds
  152. # [00:48] * Quits: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  153. # [00:49] * Joins: tantek (tantek@99E6423A.424CA39E.284344F5.IP)
  154. # [00:49] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  155. # [00:49] * Joins: rednaks (rednaks@E800EC9B.E0A95C24.55FFA9B4.IP)
  156. # [00:49] <philor> oh, apparently you have some intermittent stapling failure on debug
  157. # [00:50] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  158. # [00:50] <philor> and the permanent ev cert on opt
  159. # [00:50] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  160. # [00:51] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  161. # [00:51] * Quits: tantek (tantek@99E6423A.424CA39E.284344F5.IP) (Ping timeout)
  162. # [00:51] * Joins: bholley (bholley@moz-BBE3ABD.mv.mozilla.com)
  163. # [00:51] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.7.2/20130908222133])
  164. # [00:52] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  165. # [00:53] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  166. # [00:54] * Quits: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  167. # [00:54] * Quits: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  168. # [00:55] * geekboy is now known as geekboy|afk
  169. # [00:56] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  170. # [00:57] * Quits: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net) (Quit: mixedpuppy)
  171. # [00:57] <fabrice1> !seen styang
  172. # [00:57] <firebot> I've never seen a 'styang', sorry.
  173. # [00:57] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  174. # [00:57] <fabrice1> !seen kaizhen
  175. # [00:57] <firebot> kaizhen was last seen 3 days, 14 hours, 20 minutes and 52 seconds ago, saying 'mwu: wifi still got some problem' in #b2g.
  176. # [00:57] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  177. # [00:58] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  178. # [00:59] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  179. # [01:02] * Quits: rmkoesters (Thunderbir@moz-DEBA6627.hsd1.in.comcast.net) (Quit: rmkoesters)
  180. # [01:03] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  181. # [01:03] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Ping timeout)
  182. # [01:04] * Quits: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  183. # [01:05] * Quits: rednaks (rednaks@E800EC9B.E0A95C24.55FFA9B4.IP) (Quit: Téléportation !)
  184. # [01:05] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  185. # [01:08] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  186. # [01:08] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  187. # [01:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/79595e16949f - Masayuki Nakano - Bug 957019 Don't check mouse cursor position at handling non-mouse message in nsWindow::DealWithPopups() r=jimm+enndeakin
  188. # [01:11] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  189. # [01:12] * Quits: ketas (ketas@135.216.191.90.dyn.estpak.ee) (Ping timeout)
  190. # [01:12] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  191. # [01:12] * Quits: vichen (vichen@moz-25FD1EF5.dynamic.hinet.net) (Quit: vichen)
  192. # [01:13] * Quits: gwagner_ (Gregor@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  193. # [01:14] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  194. # [01:15] * Joins: vt (vt@E39E172D.DCA1A7B5.E502EFC9.IP)
  195. # [01:17] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  196. # [01:17] * Quits: mib_a2ufhu (Mibbit@moz-A79CF44.telecom.net.ar) (Quit: http://www.mibbit.com ajax IRC Client)
  197. # [01:19] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  198. # [01:20] * Joins: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP)
  199. # [01:21] * Joins: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  200. # [01:22] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  201. # [01:23] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  202. # [01:23] * Quits: bholley (bholley@moz-BBE3ABD.mv.mozilla.com) (Quit: bholley)
  203. # [01:23] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  204. # [01:24] * Quits: annevk (annevk@B20580B8.4F390C2A.420B7681.IP) (Input/output error)
  205. # [01:25] * geekboy|afk is now known as geekboy
  206. # [01:25] * Joins: ketas (ketas@135.216.191.90.dyn.estpak.ee)
  207. # [01:25] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  208. # [01:26] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  209. # [01:27] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  210. # [01:27] * ewong|away is now known as ewong
  211. # [01:28] * Joins: mvujovic (sid13458@moz-E77DEB21.irccloud.com)
  212. # [01:28] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  213. # [01:28] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  214. # [01:29] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  215. # [01:29] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  216. # [01:30] * Joins: bent (chatzilla@moz-632A43B.hsd1.ca.comcast.net)
  217. # [01:30] * Joins: aja (Instantbir@8870900D.A2BBCAA5.7880DB15.IP)
  218. # [01:31] * retornam is now known as retornam|away
  219. # [01:31] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  220. # [01:31] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  221. # [01:32] * armenzg is now known as armenzg_dinner
  222. # [01:32] <aja> uh oh....hourly just prior to 27b6 build1 crashes at startup for me
  223. # [01:36] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  224. # [01:37] * nthomas|away is now known as nthomas
  225. # [01:37] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  226. # [01:38] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  227. # [01:38] * rail is now known as rail_away
  228. # [01:38] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  229. # [01:38] * BenWa is now known as BenWa|email
  230. # [01:38] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  231. # [01:39] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  232. # [01:39] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  233. # [01:39] * Quits: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP) (Quit: aklotz)
  234. # [01:39] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  235. # [01:39] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  236. # [01:39] * Parts: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  237. # [01:39] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  238. # [01:39] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  239. # [01:40] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  240. # [01:40] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  241. # [01:41] * Quits: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  242. # [01:41] <aja> https://crash-stats.mozilla.com/report/index/59339c02-2441-45d9-89a4-3adac2140114 <- crash report for hourly just prior to 27b6 build1
  243. # [01:42] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  244. # [01:42] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  245. # [01:43] * Quits: RealRaven (Thunderbir@D262A46C.B75F39A1.27F80FAC.IP) (Quit: RealRaven)
  246. # [01:43] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  247. # [01:44] * Joins: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP)
  248. # [01:44] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  249. # [01:44] * Joins: lmandel (lmandel@7BE54F67.5E1E8109.198A214C.IP)
  250. # [01:45] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131211142747])
  251. # [01:45] * Quits: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: brendan)
  252. # [01:46] * Quits: Waldo (waldo@moz-E6AEA921.public.wayport.net) (Quit: back tomorrow afternoon, what fun)
  253. # [01:46] * Quits: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  254. # [01:48] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  255. # [01:48] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  256. # [01:49] * Quits: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  257. # [01:49] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  258. # [01:49] * Joins: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  259. # [01:50] <nthomas> aja: same in new profile ?
  260. # [01:50] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  261. # [01:50] <BigBro> exit
  262. # [01:50] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  263. # [01:50] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  264. # [01:50] * Quits: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP) (Ping timeout)
  265. # [01:50] * Joins: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  266. # [01:52] <aja> nthomas: dunno....but i'm suspecting ryanvm's checkin (based entirely on crash's title: "_invalid_parameter_noinfo")
  267. # [01:52] <nthomas> not sure how to interpret your crash given all the tests and talos builds ran fine on windows
  268. # [01:53] * Quits: TimAbraldes (quassel@125EF623.B2666F0E.66399531.IP) (Connection reset by peer)
  269. # [01:53] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  270. # [01:53] <philor> "ryanvm's checkin" on beta is a pretty darn safe bet
  271. # [01:54] <aja> http://hg.mozilla.org/releases/mozilla-beta/rev/dde59da464c0 still worked fine
  272. # [01:54] * Parts: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com)
  273. # [01:54] <RyanVM|afk> ruh roh
  274. # [01:55] <aja> fwiw: no extensions, all plugins disabled...but i do use command line overrides to point to profile
  275. # [01:56] <RyanVM|afk> sure sounds like bug 957665, but I'm confused why we didn't hit it in automation in that case...
  276. # [01:56] * nthomas tries on xp and win8
  277. # [01:56] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  278. # [01:56] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  279. # [01:56] <RyanVM|afk> so _invalid_parameter_noinfo exists within the crash reporter
  280. # [01:56] <aja> "C:\Program Files (x86)\mozilla-beta\firefox\firefox.exe" -no-remote -profile "C:\mozprof\beta"
  281. # [01:57] <RyanVM|afk> dying in nss though
  282. # [01:57] <RyanVM|afk> sounds like a question for briansmith ^
  283. # [01:57] <RyanVM|afk> bug 957665 certainly seems the most likely
  284. # [01:57] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  285. # [01:58] * khuey|away is now known as khuey
  286. # [01:58] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  287. # [01:59] <philor> KWierso|sheriffduty: you're not going to get anywhere with Gi on b2g-inbound below https://hg.mozilla.org/integration/b2g-inbound/rev/25dac3c4809c
  288. # [02:00] <@khuey> KWierso|sheriffduty: how is my push looking?
  289. # [02:00] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  290. # [02:00] <philor> though https://tbpl.mozilla.org/?tree=Mozilla-Inbound&showall=1&onlyunstarred=1&rev=1a1968da61b3 is mildly interesting, being below the merge
  291. # [02:00] <RyanVM|afk> khuey: no orange so far
  292. # [02:00] <nthomas> works ok for me on winxp
  293. # [02:01] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Input/output error)
  294. # [02:01] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  295. # [02:01] <@khuey> RyanVM|afk: did you retrigger the world?
  296. # [02:01] <RyanVM|afk> no, been eating dinner
  297. # [02:02] <RyanVM|afk> aja: nthomas: just downloaded the last windows hourly and wfm too on a clean profile
  298. # [02:02] <RyanVM|afk> win7 x64
  299. # [02:02] <RyanVM|afk> shows http://hg.mozilla.org/releases/mozilla-beta/rev/598dcd6f37c5 as the build rev
  300. # [02:02] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  301. # [02:02] * ChanServ sets mode: +o ehsan
  302. # [02:03] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  303. # [02:03] <RyanVM|afk> nthomas: so we'll see I guess - can't help but say that I'm uneasy, but I don't know what else we can really do atm
  304. # [02:03] * jchen is now known as jchen|away
  305. # [02:04] * Quits: lmandel (lmandel@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  306. # [02:04] <briansmith> It seems very unlikely to be bug 957665 because that is just adding a couple of calls to Telemetry::Accumulate at startup
  307. # [02:04] <briansmith> and new telemetry
  308. # [02:05] * aja will try new profile
  309. # [02:05] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  310. # [02:05] <nthomas> seems fine on win8 too
  311. # [02:05] <aja> fwiw, all OCSP-related stuff is defaulting
  312. # [02:05] <aja> win8.1 here
  313. # [02:05] * armenzg_dinner is now known as armenzg_afk
  314. # [02:06] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  315. # [02:06] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Input/output error)
  316. # [02:06] * Quits: Optimizer (Optimizer@B51243E.F9A5BBD6.BE4CF869.IP) (Ping timeout)
  317. # [02:06] * Quits: armenzg_afk (armenzg@moz-70D1DAA7.cable.teksavvy.com) (Quit: Leaving)
  318. # [02:06] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  319. # [02:06] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  320. # [02:07] * Joins: Optimizer (Optimizer@B51243E.F9A5BBD6.BE4CF869.IP)
  321. # [02:07] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  322. # [02:07] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  323. # [02:08] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  324. # [02:08] <RyanVM|afk> briansmith: nthomas: aja: i have a win8.1 laptop I can try it on too
  325. # [02:08] <nthomas> would be good. I'm 8.0 on this VM
  326. # [02:08] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  327. # [02:08] <KWierso|sheriffduty> RyanVM|afk: I'm on 8.1 right now
  328. # [02:08] <briansmith> aja I am also on win8.1
  329. # [02:08] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  330. # [02:08] <KWierso|sheriffduty> need something tested?
  331. # [02:09] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  332. # [02:09] <RyanVM|afk> KWierso|sheriffduty: http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-beta-win32/1389640714/firefox-27.0.en-US.win32.zip
  333. # [02:09] <RyanVM|afk> does it crash on startup with a fresh profile?
  334. # [02:09] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Input/output error)
  335. # [02:09] * RyanVM|afk wonders when we're going to upgrade the win8 slaves to 8.1
  336. # [02:09] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: This computer has gone to sleep)
  337. # [02:09] <briansmith> KWierso|sheriffduty: I suspect https://hg.mozilla.org/releases/mozilla-beta/rev/a58670048f99
  338. # [02:10] <RyanVM|afk> lol, would figure if that's the case
  339. # [02:10] <briansmith> It is NSS-related
  340. # [02:10] <briansmith> aja: are you doing anything related to WebRTC?
  341. # [02:10] <briansmith> and, could you try disabling webrtc?
  342. # [02:10] <aja> no startup crash with new profile
  343. # [02:10] <RyanVM|afk> aja: KWierso|sheriffduty: briansmith: i'd be curious if it reproduces on b2g26 tip as well
  344. # [02:10] <RyanVM|afk> that also got the uplift
  345. # [02:11] <KWierso|sheriffduty> RyanVM|afk: no crash when running | firefox.exe -P somenewprofile -no-remote |
  346. # [02:11] <briansmith> aja: please save your crashing profile
  347. # [02:11] <RyanVM|afk> aja: if you're feeling motivated - http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-b2g26_v1_2-win32/1389640833/firefox-26.0.en-US.win32.zip
  348. # [02:11] <briansmith> you are on Win8.1?
  349. # [02:11] <briansmith> could you please give me a minidump
  350. # [02:11] <RyanVM|afk> brb, bed time for the youngin
  351. # [02:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5475b2719136 - Nicholas Hurley - Bug 958992 - http/2 draft09 support. r=mcmanus
  352. # [02:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b114534a9386 - Gábor Molnár - Bug 958992 - http2 draft09 test support. r=hurley
  353. # [02:13] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  354. # [02:14] <aja> downloading build suggested by RyanVM|afk
  355. # [02:14] * Joins: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP)
  356. # [02:14] <aja> briansmith: have crasher's profile saved
  357. # [02:15] * Joins: vikstrous1 (v@moz-BD899AAF.cpe.net.cable.rogers.com)
  358. # [02:15] <briansmith> I'm going to make the bold and selfless assertion that any patch that RyanVM landed except mine is more likely to be causing a problem than mine
  359. # [02:15] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  360. # [02:15] <aja> famous last words :)
  361. # [02:16] <KWierso|sheriffduty> philor: so is inbound not-quite-tip supposed to still be having that xpcsheel failure?
  362. # [02:17] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  363. # [02:17] * Quits: huseby (huseby@moz-F86A7D90.lv.lv.cox.net) (Input/output error)
  364. # [02:17] <philor> KWierso|sheriffduty: different failure
  365. # [02:17] <philor> maybe even the one that the busted push was supposed to fix, dunno
  366. # [02:18] <briansmith> aja: no crash for me with dirty profile given http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-beta-win32/1389640714/firefox-27.0.en-US.win32.zip
  367. # [02:18] <briansmith> if you have visual studio or WinDBG or some other way to get a minidump, that would be great
  368. # [02:19] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  369. # [02:19] * geekboy is now known as geekboy|afk
  370. # [02:20] * dhylands|afk is now known as dhylands
  371. # [02:21] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  372. # [02:21] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  373. # [02:21] * hwine is now known as hwine|afk
  374. # [02:23] * Joins: Long (Mibbit@27001B6B.6C300142.D4C5795F.IP)
  375. # [02:25] * Joins: ahal (ahal@moz-99690620.hinet-ip.hinet.net)
  376. # [02:26] <aja> hrm....tried the b2g26 build from ryanvm, no crash. went back again to crasher, and no crash this time. strange
  377. # [02:27] * Quits: brendan (brendaneic@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: brendan)
  378. # [02:28] <grobinson> is PR logging enabled by default on non-debug builds?
  379. # [02:28] <aja> (both of above using old profile)
  380. # [02:30] * Quits: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de) (Ping timeout)
  381. # [02:30] * Parts: marco (marco@moz-2A2A211F.retail.telecomitalia.it)
  382. # [02:31] <RyanVM|afk> briansmith: hah, we'll see about that ;) :D
  383. # [02:32] <briansmith> aja: that inndicates that the crash is the type of crash that only ever happens once and we'll never see it again anywhere. great!
  384. # [02:32] <briansmith> that's way better than the type of crash that occurs sporatically and we can't reproduce although users run into it all the time.
  385. # [02:32] * Joins: allstarschh (allstarsch@moz-99690620.hinet-ip.hinet.net)
  386. # [02:32] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  387. # [02:33] * Joins: dorsatum (dorsatum@3D2E8B28.98769E99.5D9ABA9F.IP)
  388. # [02:33] <RyanVM|afk> briansmith: I guess we'll see what crash-stats says when b6 goes live tomorrow
  389. # [02:33] <RyanVM|afk> at least we'll have stacks to work with
  390. # [02:33] <aja> yep....and if there was something profile-related that got fixed up in the b2g26 build....it's now in the profile used by the crasher.....sigh
  391. # [02:33] * Joins: tonymec (tonymec@moz-80126597.adsl-dyn.isp.belgacom.be)
  392. # [02:34] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  393. # [02:35] <aja> i'll definitely give the beta a shot when it completes, and holler if i hit crash there
  394. # [02:35] <briansmith> aja: thank you.
  395. # [02:36] <briansmith> Hmm...I wonder if these test failures that only occur in non-debug builds are caused by the part of the test conditioned on "if (isDebugBuild)"
  396. # [02:36] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: )
  397. # [02:36] * briansmith is not a smart man
  398. # [02:36] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Input/output error)
  399. # [02:37] * Joins: brendan (brendaneic@EF408078.10A53EE3.77834EAA.IP)
  400. # [02:37] <briansmith> What are the odds that mozilla-inbound will get merged to central before the next nightly build?
  401. # [02:37] * Quits: @dveditz (dveditz@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  402. # [02:37] <briansmith> And, what time do these nightly builds typically happen?
  403. # [02:38] <RyanVM|afk> nightlies start at 3am MVT
  404. # [02:38] <aja> 3am pacific, iirc
  405. # [02:38] <RyanVM|afk> I would say another merge is possible but not guaranteed
  406. # [02:38] <RyanVM|afk> depending on what mood KWierso's in :)
  407. # [02:38] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  408. # [02:38] <KWierso|sheriffduty> need to make sure things are cleaned up, but I want to get another one in
  409. # [02:39] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  410. # [02:39] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  411. # [02:39] <RyanVM|afk> sometimes Tomcat manages a merge in the morning his time before the nightlies kick off too
  412. # [02:39] <aja> hrm....now to look at this aurora build that's still showing up in taskmgr
  413. # [02:40] <KWierso|sheriffduty> RyanVM|afk: what's up with these new test_ev_certs failures on inbound?
  414. # [02:41] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Quit: ehugg)
  415. # [02:41] <KWierso|sheriffduty> this time they're debug jobs, before they were ASAN/opt?
  416. # [02:41] * Quits: brendan (brendaneic@EF408078.10A53EE3.77834EAA.IP) (Ping timeout)
  417. # [02:41] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  418. # [02:42] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  419. # [02:43] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  420. # [02:43] <briansmith> KWierso|sheriffduty RyanVM|afk looks like a separate problem.
  421. # [02:43] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  422. # [02:43] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  423. # [02:43] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  424. # [02:44] * Quits: IanN (chatzilla@moz-7F4009AA.perr.cable.virginm.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131209183133])
  425. # [02:45] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  426. # [02:45] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  427. # [02:46] <KWierso|sheriffduty> khuey: could this be you? https://tbpl.mozilla.org/php/getParsedLog.php?id=32946182&tree=Mozilla-Inbound#error0
  428. # [02:46] <KWierso|sheriffduty> 16:44:25 INFO - [10998] ###!!! ABORT: mismatched CxxStackFrame ctor/dtors: file ../../../ipc/glue/MessageChannel.cpp, line 1703
  429. # [02:46] <@khuey> no
  430. # [02:47] <@khuey> bent: ^
  431. # [02:47] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  432. # [02:47] <@khuey> KWierso|sheriffduty: anybody touch image bridge or gfxy stuff?
  433. # [02:47] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  434. # [02:48] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  435. # [02:48] <KWierso|sheriffduty> khuey: nothing jumps out
  436. # [02:48] * philor is now known as philor|away
  437. # [02:49] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  438. # [02:49] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  439. # [02:49] * Quits: ketas (ketas@135.216.191.90.dyn.estpak.ee) (Ping timeout)
  440. # [02:50] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  441. # [02:50] <mbrubeck> anton: CodeMirror tests still failing on fx-team. :/
  442. # [02:51] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  443. # [02:52] <RyanVM|afk> KWierso|sheriffduty: khuey: we have other bugs on file for that
  444. # [02:52] <RyanVM|afk> KWierso|sheriffduty: we usually just star them as bug 924622
  445. # [02:52] <mbrubeck> backed out
  446. # [02:53] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  447. # [02:53] * Quits: dorsatum (dorsatum@3D2E8B28.98769E99.5D9ABA9F.IP) (Ping timeout)
  448. # [02:53] <RyanVM|afk> KWierso|sheriffduty: wrt the ev_certs failure
  449. # [02:53] <RyanVM|afk> both are on the same osx debug build
  450. # [02:53] <RyanVM|afk> suspecting clobber
  451. # [02:53] * Joins: dorsatum (dorsatum@3D2E8B28.98769E99.5D9ABA9F.IP)
  452. # [02:54] <RyanVM|afk> KWierso|sheriffduty: the last build bld-lion-r5-010 did was on the m-c merge with the failing tests
  453. # [02:54] <RyanVM|afk> rev 0928cbf5f9a4
  454. # [02:54] <RyanVM|afk> I'd just star them needs-clobber and get on with life
  455. # [02:54] * jchen|away is now known as jchen
  456. # [02:54] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  457. # [02:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/044a089451c8 - Nicholas Hurley - Bug 948205 - Rename seer.sqlite (and fixup schema in the process). r=mcmanus r=vladan
  458. # [02:55] * Quits: dorsatum (dorsatum@3D2E8B28.98769E99.5D9ABA9F.IP) (Ping timeout)
  459. # [02:55] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: leaving)
  460. # [02:55] * Joins: dorsatum (dorsatum@3D2E8B28.98769E99.5D9ABA9F.IP)
  461. # [02:55] <RyanVM|afk> KWierso|sheriffduty: just clobbered OSX on inbound
  462. # [02:55] <KWierso|sheriffduty> RyanVM|afk: okay
  463. # [02:56] * jedp is now known as jedp|afk
  464. # [02:56] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  465. # [02:56] * RyanVM|afk goes back to being afk
  466. # [02:56] * jammink|afk is now known as jammink
  467. # [02:57] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  468. # [02:57] * Quits: jedp|afk (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  469. # [02:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8e8caac4dba4 - Masayuki Nakano - Bug 951966 part.1 Add new pref to support IMM-IME even in TSF mode and rename intl.enable_tsf_support to intl.tsf.enable r=jimm
  470. # [02:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/195d92b660c9 - Masayuki Nakano - Bug 951966 part.4 nsIMM32Handler shouldn't handle any messages in TSF mode if active IME is not implemented with IMM r=jimm
  471. # [02:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/56339de6e744 - Masayuki Nakano - Bug 951966 part.5 nsTextStore should handle WM_INPUTLANGCHANGE on WinXP for caching if active IME is IMM-IME r=jimm
  472. # [02:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/73c9e7a40f3e - Masayuki Nakano - Bug 951966 part.2 Associate or disassociate IME context to focused window even in TSF mode r=jimm
  473. # [02:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e2e55ee33309 - Masayuki Nakano - Bug 951966 part.3 nsIMM32Handler should handle messages even in TSF mode r=jimm
  474. # [02:57] * KWierso|sheriffduty is now known as KWierso
  475. # [02:57] * KWierso is now known as KWierso|bbiab
  476. # [02:58] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  477. # [02:59] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  478. # [02:59] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  479. # [02:59] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  480. # [03:00] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  481. # [03:00] * Quits: ggp (ggp@170F93D2.DF0E3928.FAF22AF7.IP) (Connection reset by peer)
  482. # [03:01] * Quits: dorsatum (dorsatum@3D2E8B28.98769E99.5D9ABA9F.IP) (Ping timeout)
  483. # [03:01] * Joins: ggp (ggp@170F93D2.DF0E3928.FAF22AF7.IP)
  484. # [03:02] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  485. # [03:02] * BenWa|email is now known as BenWa
  486. # [03:03] * Joins: ketas (ketas@135.216.191.90.dyn.estpak.ee)
  487. # [03:03] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Quit: This computer has gone to sleep)
  488. # [03:04] * Quits: RyanVM|afk (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  489. # [03:04] * Joins: sewardj_ (sewardj@moz-1226E09A.dip0.t-ipconnect.de)
  490. # [03:05] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  491. # [03:05] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  492. # [03:05] * Quits: allstarschh (allstarsch@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  493. # [03:05] * Quits: sewardj (sewardj@moz-E22B1E13.dip0.t-ipconnect.de) (Ping timeout)
  494. # [03:05] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  495. # [03:06] * Joins: tiziana (tiziana@moz-4AD29D0B.hsd1.ca.comcast.net)
  496. # [03:07] * Quits: chewey (chewey@moz-DAEC829C.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  497. # [03:07] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  498. # [03:07] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  499. # [03:07] * Joins: atsai (atsai@moz-99690620.hinet-ip.hinet.net)
  500. # [03:07] * Joins: chewey (chewey@moz-41211AA.dip0.t-ipconnect.de)
  501. # [03:09] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  502. # [03:09] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  503. # [03:09] * Joins: bnicholson (bnicholson@moz-46A94A2D.hsd1.ca.comcast.net)
  504. # [03:10] * Quits: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  505. # [03:12] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  506. # [03:13] * Quits: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  507. # [03:14] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  508. # [03:15] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  509. # [03:17] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  510. # [03:17] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  511. # [03:18] * Quits: tanner (Tanner@gaben.xxx) (Quit: WeeChat 0.4.2)
  512. # [03:18] * Joins: Tanner (Tanner@moz-CAA98E97.xxx)
  513. # [03:18] * Quits: fabrice1 (fabrice@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  514. # [03:18] * Tanner is now known as tanner
  515. # [03:18] * Quits: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  516. # [03:19] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  517. # [03:20] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  518. # [03:20] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  519. # [03:20] * Parts: nical (nico@moz-4754F405.fbx.proxad.net)
  520. # [03:23] * Quits: pcwalton (pcwalton@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  521. # [03:24] * jorendorff_away is now known as jorendorff
  522. # [03:24] * Quits: ted416 (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ted416)
  523. # [03:24] * deian is now known as deian|away
  524. # [03:27] * Parts: vikstrous1 (v@moz-BD899AAF.cpe.net.cable.rogers.com)
  525. # [03:28] * Joins: centurion (ashickur-n@2E8B181.C507E338.1E0D1E74.IP)
  526. # [03:28] * Quits: rniwa (rniwa@moz-A1630E64.hsd1.ca.comcast.net) (Quit: rniwa)
  527. # [03:29] * Joins: mwu (mwu@moz-99690620.hinet-ip.hinet.net)
  528. # [03:29] * Joins: rniwa (rniwa@moz-A1630E64.hsd1.ca.comcast.net)
  529. # [03:29] * jorendorff is now known as jorendorff_away
  530. # [03:31] * philor|away is now known as philor
  531. # [03:31] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Ping timeout)
  532. # [03:32] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  533. # [03:32] * jorendorff_away is now known as jorendorff
  534. # [03:32] * heycam is now known as heycam|away
  535. # [03:33] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  536. # [03:34] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  537. # [03:34] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  538. # [03:35] <philor> bz: so, is browser_bug676619.js, which mcmanus broke again when he relanded that broken OnDataAvailable contract patch, just a crap test that I should disable?
  539. # [03:36] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  540. # [03:36] * Quits: tiziana (tiziana@moz-4AD29D0B.hsd1.ca.comcast.net) (Quit: tiziana)
  541. # [03:37] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  542. # [03:37] <philor> wups, I'm looking at the first time, not the second time
  543. # [03:38] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  544. # [03:38] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  545. # [03:40] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  546. # [03:40] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  547. # [03:40] * Joins: wlach (wlach@moz-99690620.hinet-ip.hinet.net)
  548. # [03:41] * Quits: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net) (Quit: jgriffin)
  549. # [03:43] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  550. # [03:45] * jorendorff is now known as jorendorff_away
  551. # [03:45] * Quits: mchang (mchang@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: mchang)
  552. # [03:45] * Quits: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  553. # [03:46] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  554. # [03:48] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  555. # [03:49] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  556. # [03:50] * Quits: therube (chatzilla@moz-532294F.hsd1.md.comcast.net) (Ping timeout)
  557. # [03:50] * Quits: digitsm (digitsm@92040048.EE305CC5.C146C5E5.IP) (Connection reset by peer)
  558. # [03:50] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  559. # [03:51] * Joins: digitsm (digitsm@92040048.EE305CC5.C146C5E5.IP)
  560. # [03:51] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  561. # [03:51] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  562. # [03:51] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  563. # [03:51] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  564. # [03:52] * Quits: ctyler_ (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  565. # [03:53] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  566. # [03:53] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  567. # [03:55] * Joins: ctyler_ (chris@moz-A54458EA.proximity.on.ca)
  568. # [03:56] * heycam|away is now known as heycam
  569. # [03:59] * Quits: wlach (wlach@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  570. # [04:00] * BenWa is now known as BenWa|email
  571. # [04:01] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  572. # [04:02] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  573. # [04:02] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  574. # [04:03] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  575. # [04:03] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  576. # [04:03] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  577. # [04:03] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  578. # [04:04] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  579. # [04:04] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  580. # [04:04] * BenWa|email is now known as BenWa
  581. # [04:05] * Quits: harth_ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  582. # [04:05] * KaiRo_away is now known as KaiRo
  583. # [04:05] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  584. # [04:05] * khuey is now known as khuey|away
  585. # [04:06] * KWierso|bbiab is now known as KWierso
  586. # [04:07] * Quits: drs_ (drs@moz-BBE3ABD.mv.mozilla.com) (Quit: )
  587. # [04:08] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  588. # [04:08] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  589. # [04:08] * Joins: drs_ (drs@857954E9.3465DF4E.BE19388.IP)
  590. # [04:09] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  591. # [04:10] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  592. # [04:10] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  593. # [04:10] * Quits: KaiRo (robert@moz-22E77EF7.adsl.highway.telekom.at) (Input/output error)
  594. # [04:11] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  595. # [04:12] * Joins: wlach (wlach@moz-99690620.hinet-ip.hinet.net)
  596. # [04:12] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  597. # [04:12] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  598. # [04:12] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  599. # [04:12] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  600. # [04:13] * Joins: mdas_ (mdas@moz-99690620.hinet-ip.hinet.net)
  601. # [04:13] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  602. # [04:13] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  603. # [04:14] * Quits: kinetik (kinetik@24B52514.611C109.FC74E68.IP) (Quit: leaving)
  604. # [04:15] * Joins: kinetik (kinetik@24B52514.611C109.FC74E68.IP)
  605. # [04:16] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  606. # [04:16] * Quits: wlach (wlach@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  607. # [04:16] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  608. # [04:17] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  609. # [04:18] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  610. # [04:18] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  611. # [04:19] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  612. # [04:19] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  613. # [04:20] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  614. # [04:21] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  615. # [04:21] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  616. # [04:21] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  617. # [04:22] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  618. # [04:22] * centurion is now known as centurion_away
  619. # [04:23] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  620. # [04:24] * Joins: wlach (wlach@moz-99690620.hinet-ip.hinet.net)
  621. # [04:25] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  622. # [04:26] * Joins: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  623. # [04:27] * Quits: wlach (wlach@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  624. # [04:27] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  625. # [04:29] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  626. # [04:30] * Quits: @njn (chatzilla@moz-CFE5DE3D.dyn.iinet.net.au) (Ping timeout)
  627. # [04:30] * Joins: Mook (mook@moz-273162FE.dsl.teksavvy.com)
  628. # [04:31] * Joins: njn (chatzilla@moz-CFE5DE3D.dyn.iinet.net.au)
  629. # [04:31] * ChanServ sets mode: +o njn
  630. # [04:32] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  631. # [04:32] * Joins: nicklebedev-m (nicklebede@moz-29D843ED.net151.n37.ru)
  632. # [04:33] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  633. # [04:34] * Quits: Mook (mook@moz-273162FE.dsl.teksavvy.com) (Input/output error)
  634. # [04:34] * Joins: Mook (mook@moz-273162FE.dsl.teksavvy.com)
  635. # [04:35] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  636. # [04:35] * glob|away is now known as glob
  637. # [04:36] * terrence is now known as terrence-afk
  638. # [04:36] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  639. # [04:36] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  640. # [04:37] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  641. # [04:39] * deian|away is now known as deian
  642. # [04:41] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  643. # [04:43] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  644. # [04:43] * Joins: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP)
  645. # [04:43] * centurion_away is now known as centurion
  646. # [04:45] * Joins: Morris_PC (Morris@moz-99690620.hinet-ip.hinet.net)
  647. # [04:45] * Quits: tonymec|away (tonymec@moz-80126597.adsl-dyn.isp.belgacom.be) (Ping timeout)
  648. # [04:46] * Quits: tonymec (tonymec@moz-80126597.adsl-dyn.isp.belgacom.be) (Ping timeout)
  649. # [04:48] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  650. # [04:48] * Quits: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP) (Ping timeout)
  651. # [04:49] * khuey|away is now known as khuey
  652. # [04:49] <@khuey> so how are we doing on hangs?
  653. # [04:50] * Joins: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP)
  654. # [04:50] <KWierso> khuey: haven't gone retrigger crazy yet, but I'm only seeing one metro-chrome shutdown hang on your push
  655. # [04:51] <@khuey> I think the metro stuff is something else
  656. # [04:51] <@khuey> there's no dom worker code on any stack, for instance
  657. # [04:52] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  658. # [04:53] * Joins: tonymec|away (tonymec@D5152E3C.6133EA79.9D2324B7.IP)
  659. # [04:53] * Joins: jdover (jdover@moz-4549E557.dsl.pltn13.sbcglobal.net)
  660. # [04:55] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  661. # [04:55] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  662. # [04:56] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  663. # [04:56] * Joins: dzbarsky (Adium@BC1B0569.D5562F02.B5C6E82B.IP)
  664. # [04:56] * Quits: Optimizer (Optimizer@B51243E.F9A5BBD6.BE4CF869.IP) (Ping timeout)
  665. # [04:56] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  666. # [04:56] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  667. # [04:56] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  668. # [04:57] * Joins: dzbarsky1 (Adium@BC1B0569.D5562F02.B5C6E82B.IP)
  669. # [04:57] * Quits: dzbarsky (Adium@BC1B0569.D5562F02.B5C6E82B.IP) (Connection reset by peer)
  670. # [04:57] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  671. # [04:57] * Quits: jdover (jdover@moz-4549E557.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  672. # [04:57] * heycam is now known as heycam|away
  673. # [04:58] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  674. # [04:59] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  675. # [04:59] * Joins: ted416 (anonymous@moz-B62E6247.sjc.megapath.net)
  676. # [04:59] * Joins: jdover (jdover@moz-2853E956.dsl.pltn13.sbcglobal.net)
  677. # [05:00] * Quits: bent (chatzilla@moz-632A43B.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  678. # [05:00] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  679. # [05:01] * Quits: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Leaving)
  680. # [05:01] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  681. # [05:03] * Joins: pcwalton (pcwalton@moz-F758DCCF.snfc.ca.megapath.net)
  682. # [05:03] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  683. # [05:03] * Quits: jdover (jdover@moz-2853E956.dsl.pltn13.sbcglobal.net) (Ping timeout)
  684. # [05:04] * Joins: jdover (jdover@moz-2853E956.dsl.pltn13.sbcglobal.net)
  685. # [05:04] * Joins: tonymec (tonymec@D5152E3C.6133EA79.9D2324B7.IP)
  686. # [05:05] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  687. # [05:05] * Quits: owenchu (owenchu@58B45BF6.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  688. # [05:06] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  689. # [05:06] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  690. # [05:07] * Quits: pcwalton (pcwalton@moz-F758DCCF.snfc.ca.megapath.net) (Quit: pcwalton)
  691. # [05:07] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  692. # [05:07] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  693. # [05:08] <WeirdAl> Hi folks - how can I force build/unix/run-mozilla.sh through the preprocessor? I want to include a change that takes effect only if we built XULRunner. (DYLD_LIBRARY_PATH needs help.)
  694. # [05:08] * Quits: dzbarsky1 (Adium@BC1B0569.D5562F02.B5C6E82B.IP) (Quit: Leaving.)
  695. # [05:08] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  696. # [05:09] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  697. # [05:09] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  698. # [05:10] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  699. # [05:10] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  700. # [05:10] * Quits: ted416 (anonymous@moz-B62E6247.sjc.megapath.net) (Ping timeout)
  701. # [05:11] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  702. # [05:11] * nrc is now known as nrc|afk
  703. # [05:12] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  704. # [05:12] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  705. # [05:12] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  706. # [05:13] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  707. # [05:13] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  708. # [05:14] * Quits: jdover (jdover@moz-2853E956.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  709. # [05:14] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  710. # [05:15] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  711. # [05:15] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Ping timeout)
  712. # [05:15] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  713. # [05:15] * Joins: jdover (jdover@moz-C4F2C9A4.dsl.pltn13.sbcglobal.net)
  714. # [05:15] * Quits: nicklebedev-m (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  715. # [05:15] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  716. # [05:16] * nthomas is now known as nthomas|away
  717. # [05:17] * heycam|away is now known as heycam
  718. # [05:17] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  719. # [05:17] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  720. # [05:18] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  721. # [05:19] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  722. # [05:20] * Quits: jdover (jdover@moz-C4F2C9A4.dsl.pltn13.sbcglobal.net) (Ping timeout)
  723. # [05:20] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  724. # [05:20] <vlad> hg's phases bullshit is seriously pissing me off
  725. # [05:20] <heycam> WeirdAl, see various calls to "$(call py_action,preprocessor, ...)" in Makefile.ins in the tree
  726. # [05:21] <@khuey> vlad: I thought we fixed the tryserver?
  727. # [05:21] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  728. # [05:21] <vlad> no it's not that
  729. # [05:21] <WeirdAl> heycam: actually I might not want to do that after all :)
  730. # [05:21] <heycam> WeirdAl, ok :)
  731. # [05:21] <vlad> I'm trying to do a rebase on a project branch (date)
  732. # [05:21] <vlad> of course, commits are all published
  733. # [05:21] <vlad> I just don't want phases at all
  734. # [05:21] * Joins: jdover (jdover@moz-C4F2C9A4.dsl.pltn13.sbcglobal.net)
  735. # [05:21] <vlad> They do nothing for me
  736. # [05:23] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  737. # [05:24] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  738. # [05:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/11651cf8335d - Jordan Lund - Bug 948744 - b2g wasabi build for 1.3, r=aki
  739. # [05:26] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  740. # [05:26] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  741. # [05:27] * Joins: bwc1 (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  742. # [05:27] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  743. # [05:27] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Connection reset by peer)
  744. # [05:28] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  745. # [05:28] * Quits: centurion (ashickur-n@2E8B181.C507E338.1E0D1E74.IP) (Quit: Konversation terminated!)
  746. # [05:29] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  747. # [05:29] * Quits: eggonlegs (on@29744E2E.1442833D.2E43DAB5.IP) (Client exited)
  748. # [05:31] * Quits: digitsm (digitsm@92040048.EE305CC5.C146C5E5.IP) (Ping timeout)
  749. # [05:31] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  750. # [05:32] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  751. # [05:33] * khuey is now known as khuey|away
  752. # [05:33] * Quits: rniwa (rniwa@moz-A1630E64.hsd1.ca.comcast.net) (Quit: rniwa)
  753. # [05:34] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  754. # [05:35] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Linkinus - http://linkinus.com)
  755. # [05:35] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  756. # [05:36] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  757. # [05:37] * nrc|afk is now known as nrc
  758. # [05:37] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  759. # [05:37] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Ping timeout)
  760. # [05:37] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  761. # [05:40] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  762. # [05:42] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  763. # [05:42] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  764. # [05:43] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  765. # [05:43] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  766. # [05:43] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Quit: Konversation terminated!)
  767. # [05:45] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/8dbd605bb313 - Wes Johnston - Bug 955861 - Don't select text when long tapping reader mode button. r=lucasr
  768. # [05:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/34dddf6f7ec1 - Wes Kocher - Merge fx-team to m-c
  769. # [05:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/94dcc39391bc - Wes Johnston - Bug 949613 - Hide the titlebar if it was showing when an action mode started. r=lucasr
  770. # [05:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/e512dcbdb0d9 - Wes Johnston - Bug 921112 - Prohibit proguad from erasing JNI MCC methods. r=bnicholson
  771. # [05:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/4382db6e0a52 - Ryan VanderMeulen - Merge m-c to fx-team.
  772. # [05:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/3ef081629ca4 - Alex Shoronov - Bug 889057 - Make the Console toolbar respond better to small window widths; r=msucan
  773. # [05:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/ca88b415afd6 - Ryan VanderMeulen - Merge m-c to fx-team.
  774. # [05:46] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  775. # [05:48] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  776. # [05:49] * Joins: darkowlzz (sunny@6EDDDC2F.183D15C7.27560D6E.IP)
  777. # [05:50] * Joins: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net)
  778. # [05:50] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  779. # [05:50] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  780. # [05:50] * Joins: athi (Mibbit@91BC8839.F442218F.88FACCAA.IP)
  781. # [05:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/94dcc39391bc - Wes Johnston - Bug 949613 - Hide the titlebar if it was showing when an action mode started. r=lucasr
  782. # [05:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4382db6e0a52 - Ryan VanderMeulen - Merge m-c to fx-team.
  783. # [05:51] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  784. # [05:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/34dddf6f7ec1 - Wes Kocher - Merge fx-team to m-c
  785. # [05:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3ef081629ca4 - Alex Shoronov - Bug 889057 - Make the Console toolbar respond better to small window widths; r=msucan
  786. # [05:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ca88b415afd6 - Ryan VanderMeulen - Merge m-c to fx-team.
  787. # [05:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9fa9f0ba98ec - Wes Kocher - Merge m-c to inbound
  788. # [05:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8dbd605bb313 - Wes Johnston - Bug 955861 - Don't select text when long tapping reader mode button. r=lucasr
  789. # [05:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e512dcbdb0d9 - Wes Johnston - Bug 921112 - Prohibit proguad from erasing JNI MCC methods. r=bnicholson
  790. # [05:52] * Quits: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  791. # [05:52] * Quits: darkowlzz (sunny@6EDDDC2F.183D15C7.27560D6E.IP) (Max SendQ exceeded)
  792. # [05:52] * Quits: jdover (jdover@moz-C4F2C9A4.dsl.pltn13.sbcglobal.net) (Quit: Computer has gone to sleep.)
  793. # [05:53] * Joins: jdover (jdover@moz-C4F2C9A4.dsl.pltn13.sbcglobal.net)
  794. # [05:53] * Joins: darkowlzz (sunny@6EDDDC2F.183D15C7.27560D6E.IP)
  795. # [05:54] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  796. # [05:54] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  797. # [05:55] * Quits: jdover (jdover@moz-C4F2C9A4.dsl.pltn13.sbcglobal.net) (Ping timeout)
  798. # [05:55] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  799. # [05:55] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  800. # [05:55] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  801. # [05:55] * Quits: darkowlzz (sunny@6EDDDC2F.183D15C7.27560D6E.IP) (Ping timeout)
  802. # [05:56] <athi> Hello,I am new to open source contribution.I would like to contribute to mozilla.firefox build part got over and now I would like to work on this bug https://bugzilla.mozilla.org/show_bug.cgi?id=238916.please assign this bug for me.
  803. # [05:56] * Quits: Matti (Matti@moz-702B9376.dip0.t-ipconnect.de) (Ping timeout)
  804. # [05:57] * Joins: darkowlzz (sunny@6EDDDC2F.183D15C7.27560D6E.IP)
  805. # [05:57] <athi> sorry for the wrong link.https://bugzilla.mozilla.org/show_bug.cgi?id=238916
  806. # [05:58] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  807. # [05:58] * Quits: darkowlzz (sunny@6EDDDC2F.183D15C7.27560D6E.IP) (Max SendQ exceeded)
  808. # [05:58] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  809. # [05:59] * Joins: darkowlzz (sunny@6EDDDC2F.183D15C7.27560D6E.IP)
  810. # [05:59] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  811. # [06:00] <KWierso> athi:
  812. # [06:00] <KWierso> I can assign it to you, though I don't know anything about the bug, so you'll have to find someone else to help you with it from there :)
  813. # [06:00] * Joins: Matti_away (Matti@moz-B1393D6B.dip0.t-ipconnect.de)
  814. # [06:00] * Matti_away is now known as Matti
  815. # [06:00] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Client exited)
  816. # [06:01] * Quits: mdas_ (mdas@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  817. # [06:01] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  818. # [06:01] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  819. # [06:03] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  820. # [06:04] <athi> KWierso: sure i will find someone, thanks!
  821. # [06:04] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  822. # [06:04] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  823. # [06:05] * Joins: nicklebedev-m (nicklebede@moz-838152B8.net135.n37.ru)
  824. # [06:06] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  825. # [06:06] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Ping timeout)
  826. # [06:06] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  827. # [06:06] * Joins: wlach (wlach@moz-99690620.hinet-ip.hinet.net)
  828. # [06:06] * Joins: mdas (mdas@moz-99690620.hinet-ip.hinet.net)
  829. # [06:07] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  830. # [06:07] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  831. # [06:08] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  832. # [06:08] * Joins: darkowlzzz (sunny@A9271F4E.4B0BDFDC.25B273F5.IP)
  833. # [06:09] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  834. # [06:09] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  835. # [06:09] * Quits: darkowlzz (sunny@6EDDDC2F.183D15C7.27560D6E.IP) (Ping timeout)
  836. # [06:11] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  837. # [06:12] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  838. # [06:13] * BenWa is now known as BenWa|email
  839. # [06:13] * Joins: dorsatum (dorsatum@DDE2E546.2462B1E2.5D9ABA9F.IP)
  840. # [06:14] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  841. # [06:14] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  842. # [06:17] <athi> KWierso:It has been already fixed.
  843. # [06:19] * Quits: dorsatum (dorsatum@DDE2E546.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  844. # [06:20] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  845. # [06:20] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  846. # [06:20] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  847. # [06:20] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  848. # [06:21] * Joins: dorsatum (dorsatum@DDE2E546.2462B1E2.5D9ABA9F.IP)
  849. # [06:22] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  850. # [06:23] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  851. # [06:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8af7fbd99315 - Kai-Zhen Li - Bug 958010 - Disable to wrap DNS resolver on gonk-kk. r=glandium
  852. # [06:23] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  853. # [06:24] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  854. # [06:26] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  855. # [06:26] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  856. # [06:28] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  857. # [06:28] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  858. # [06:28] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Connection reset by peer)
  859. # [06:28] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  860. # [06:29] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  861. # [06:30] * Joins: WeirdAl_ (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  862. # [06:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/744e91ec69a3 - Brian Smith - Bug 957667: Decouple OCSP stapling pref from the OCSP fetching pref, and couple the OCSP required pref to the OCSP fetching pref, r=keeler
  863. # [06:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/67e4b3c91c1d - Brian Smith - Bug 959026: Add telemetry about cases where we don't do OCSP fetching when we expect to, r=keeler
  864. # [06:33] * Quits: new_one (new_one@B317A076.68E6A41C.B3C0173E.IP) (Client exited)
  865. # [06:35] * Joins: Optimizer (Optimizer@46204528.19AF8E92.BE4CF869.IP)
  866. # [06:36] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  867. # [06:37] * Quits: darkowlzzz (sunny@A9271F4E.4B0BDFDC.25B273F5.IP) (Ping timeout)
  868. # [06:37] * Quits: dorsatum (dorsatum@DDE2E546.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  869. # [06:38] * Joins: dorsatum (dorsatum@DDE2E546.2462B1E2.5D9ABA9F.IP)
  870. # [06:38] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  871. # [06:39] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  872. # [06:39] * Joins: darkowlzzz (sunny@15B50AC3.62D5B737.C8B03EAF.IP)
  873. # [06:39] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  874. # [06:40] * Joins: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  875. # [06:41] * Quits: dorsatum (dorsatum@DDE2E546.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  876. # [06:42] * Joins: dorsatum (dorsatum@DDE2E546.2462B1E2.5D9ABA9F.IP)
  877. # [06:44] * Quits: @roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP) (Ping timeout)
  878. # [06:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/977d6be3df40 - Kai-Zhen Li - Bug 957450 - fix compile error in gonk-kk. r=iacobcatalin
  879. # [06:45] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Client exited)
  880. # [06:47] * Joins: jdover (jdover@moz-C4F2C9A4.dsl.pltn13.sbcglobal.net)
  881. # [06:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/04c0a98a6255 - Ben Tian - Bug 948337 - create BluetoothHfpManagerBase for audio manager access
  882. # [06:49] * Joins: abr_ (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  883. # [06:49] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  884. # [06:49] * abr_ is now known as abr
  885. # [06:50] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Ping timeout)
  886. # [06:51] * Quits: Optimizer (Optimizer@46204528.19AF8E92.BE4CF869.IP) (Ping timeout)
  887. # [06:51] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  888. # [06:51] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  889. # [06:52] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  890. # [06:54] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  891. # [06:54] * Quits: jdover (jdover@moz-C4F2C9A4.dsl.pltn13.sbcglobal.net) (Ping timeout)
  892. # [06:54] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  893. # [06:54] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  894. # [06:55] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  895. # [06:55] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  896. # [06:56] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  897. # [06:57] * Quits: darkowlzzz (sunny@15B50AC3.62D5B737.C8B03EAF.IP) (Ping timeout)
  898. # [06:57] * Quits: dorsatum (dorsatum@DDE2E546.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  899. # [06:58] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  900. # [06:59] * Joins: jdover (jdover@moz-F1A21CEC.dsl.pltn13.sbcglobal.net)
  901. # [06:59] * Joins: Optimizer (Optimizer@46204528.19AF8E92.BE4CF869.IP)
  902. # [07:00] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  903. # [07:00] * Joins: darkowlzzz (sunny@A9271F4E.4B0BDFDC.25B273F5.IP)
  904. # [07:01] * jcranmer is now known as jcranmer|away
  905. # [07:02] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  906. # [07:02] * Quits: darkowlzzz (sunny@A9271F4E.4B0BDFDC.25B273F5.IP) (Quit: Leaving)
  907. # [07:03] * Joins: kush (kushagra@25F4D4DE.2E32F2F2.520CDC98.IP)
  908. # [07:03] * Quits: jdover (jdover@moz-F1A21CEC.dsl.pltn13.sbcglobal.net) (Quit: Computer has gone to sleep.)
  909. # [07:04] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  910. # [07:04] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  911. # [07:05] * Parts: aja (Instantbir@8870900D.A2BBCAA5.7880DB15.IP)
  912. # [07:05] * Quits: WeirdAl_ (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Client exited)
  913. # [07:06] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  914. # [07:06] * Joins: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net)
  915. # [07:07] * kaze|zZz is now known as kaze
  916. # [07:08] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  917. # [07:08] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Client exited)
  918. # [07:09] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  919. # [07:09] * Quits: heftig (heftig@moz-E5CB42A0.dip0.t-ipconnect.de) (Ping timeout)
  920. # [07:10] * Quits: Mook (mook@moz-273162FE.dsl.teksavvy.com) (Quit: Mook)
  921. # [07:10] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  922. # [07:12] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  923. # [07:12] * Joins: heftig (heftig@moz-B5CF9419.dip0.t-ipconnect.de)
  924. # [07:12] * Quits: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  925. # [07:15] * Quits: balrog (balrog@moz-1E87DD22.phlapa.fios.verizon.net) (Ping timeout)
  926. # [07:15] * Joins: grobinson|laptop (grob_@moz-B27258F9.bu.edu)
  927. # [07:16] * Joins: balrog (balrog@moz-1E87DD22.phlapa.fios.verizon.net)
  928. # [07:16] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  929. # [07:16] * Quits: grobinson|laptop (grob_@moz-B27258F9.bu.edu) (Quit: Leaving)
  930. # [07:18] * Joins: gerard-majax__ (alex@FD1F635F.29690BCF.96B18764.IP)
  931. # [07:18] * Joins: abr_ (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  932. # [07:19] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  933. # [07:19] * abr_ is now known as abr
  934. # [07:19] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  935. # [07:20] * Quits: Hughman (Mibbit@DF0C90CA.D2C20E22.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  936. # [07:21] * Joins: michal (michal@moz-167B440E.broadband6.iol.cz)
  937. # [07:21] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  938. # [07:21] * heycam is now known as heycam|away
  939. # [07:23] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  940. # [07:23] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  941. # [07:23] * Quits: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net) (Quit: mixedpuppy)
  942. # [07:23] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  943. # [07:24] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  944. # [07:24] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  945. # [07:25] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  946. # [07:25] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  947. # [07:26] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  948. # [07:27] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  949. # [07:27] * Joins: grobinson|laptop (grob_@moz-E42F3CCD.nabnut.net)
  950. # [07:29] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  951. # [07:29] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  952. # [07:29] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  953. # [07:30] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  954. # [07:30] * Quits: Optimizer (Optimizer@46204528.19AF8E92.BE4CF869.IP) (Ping timeout)
  955. # [07:30] * nthomas|away is now known as nthomas
  956. # [07:30] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  957. # [07:33] * Joins: wolfiR (wolfiR@moz-49A9AF9C.dip0.t-ipconnect.de)
  958. # [07:33] * Joins: recursive (recursive@8D5990FC.E930F64F.547774E7.IP)
  959. # [07:33] * Joins: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP)
  960. # [07:33] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  961. # [07:34] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  962. # [07:34] * whimboo|afk is now known as whimboo
  963. # [07:35] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  964. # [07:37] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  965. # [07:37] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  966. # [07:37] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  967. # [07:38] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  968. # [07:38] * Joins: arky (arky@9F8274A1.7A51E980.7AB896E.IP)
  969. # [07:39] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  970. # [07:39] * Joins: jdover (jdover@moz-3AA38024.dsl.pltn13.sbcglobal.net)
  971. # [07:39] * Quits: @njn (chatzilla@moz-CFE5DE3D.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0a1/20140107203509])
  972. # [07:40] * Quits: heftig (heftig@moz-B5CF9419.dip0.t-ipconnect.de) (Quit: Quitting)
  973. # [07:40] * Joins: jdover_ (jdover@moz-3AA38024.dsl.pltn13.sbcglobal.net)
  974. # [07:41] * Quits: jdover (jdover@moz-3AA38024.dsl.pltn13.sbcglobal.net) (Ping timeout)
  975. # [07:42] * jchen is now known as jchen|away
  976. # [07:42] * Quits: gerard-majax__ (alex@FD1F635F.29690BCF.96B18764.IP) (Ping timeout)
  977. # [07:44] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  978. # [07:44] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  979. # [07:44] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  980. # [07:45] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  981. # [07:45] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  982. # [07:46] * Joins: geo (geo@moz-99690620.hinet-ip.hinet.net)
  983. # [07:46] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  984. # [07:47] * Joins: victorporof (victorporo@416E2802.271BFD43.9B1E38F4.IP)
  985. # [07:47] * Quits: drs_ (drs@857954E9.3465DF4E.BE19388.IP) (Quit: ZNC - http://znc.sourceforge.net)
  986. # [07:48] * Joins: drs_ (drs@857954E9.3465DF4E.BE19388.IP)
  987. # [07:49] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  988. # [07:50] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  989. # [07:50] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  990. # [07:50] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  991. # [07:50] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  992. # [07:52] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  993. # [07:52] * philor is now known as philor|away
  994. # [07:52] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  995. # [07:53] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  996. # [07:53] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  997. # [07:54] * Joins: ericcc (echang@moz-99690620.hinet-ip.hinet.net)
  998. # [07:54] * Quits: ivan (ivan@moz-531C3EC9.members.linode.com) (Ping timeout)
  999. # [07:55] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  1000. # [07:55] * Quits: ericcc (echang@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1001. # [07:55] * Joins: ivan (ivan@moz-531C3EC9.members.linode.com)
  1002. # [07:56] * Joins: danielgherasim (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1003. # [07:56] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1004. # [07:58] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1005. # [07:58] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1006. # [07:59] * glob is now known as glob|away
  1007. # [07:59] * Joins: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  1008. # [08:01] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1009. # [08:01] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1010. # [08:03] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1011. # [08:03] * Joins: mconley (mconley@7BE54F67.5E1E8109.198A214C.IP)
  1012. # [08:04] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  1013. # [08:04] * Tomcat|afk is now known as Tomcat
  1014. # [08:05] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1015. # [08:06] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  1016. # [08:06] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1017. # [08:07] * Joins: jkitch (Thunderbir@moz-BD4B83C0.lns20.adl6.internode.on.net)
  1018. # [08:08] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1019. # [08:08] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  1020. # [08:08] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1021. # [08:08] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1022. # [08:09] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1023. # [08:09] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1024. # [08:09] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  1025. # [08:10] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  1026. # [08:10] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1027. # [08:11] * Joins: michal1 (michal@moz-6CE1017D.broadband17.iol.cz)
  1028. # [08:11] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  1029. # [08:11] * Joins: Mano_ (mano@7BE54F67.5E1E8109.198A214C.IP)
  1030. # [08:11] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Connection reset by peer)
  1031. # [08:11] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1032. # [08:12] * Quits: michal (michal@moz-167B440E.broadband6.iol.cz) (Ping timeout)
  1033. # [08:13] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  1034. # [08:14] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1035. # [08:15] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1036. # [08:15] <gcp> dougt, gavin: ping
  1037. # [08:16] * baku|away is now known as baku
  1038. # [08:16] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1039. # [08:17] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1040. # [08:17] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Quit: leaving)
  1041. # [08:18] * Quits: grobinson|laptop (grob_@moz-E42F3CCD.nabnut.net) (Z:lined (dronebot))
  1042. # [08:18] * Joins: grobinson|laptop (grob_@moz-EF57E39A.tor.uwaterloo.ca)
  1043. # [08:18] * Quits: ggp (ggp@170F93D2.DF0E3928.FAF22AF7.IP) (Ping timeout)
  1044. # [08:19] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1045. # [08:21] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1046. # [08:22] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1047. # [08:24] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1048. # [08:25] * Joins: RealRaven (Thunderbir@D262A46C.B75F39A1.27F80FAC.IP)
  1049. # [08:25] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1050. # [08:26] * Quits: Mano_ (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  1051. # [08:27] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1052. # [08:28] * Joins: ggp (ggp@170F93D2.DF0E3928.FAF22AF7.IP)
  1053. # [08:28] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1054. # [08:28] * Tomcat is now known as Tomcat|bbl
  1055. # [08:29] * Quits: kush (kushagra@25F4D4DE.2E32F2F2.520CDC98.IP) (Quit: )
  1056. # [08:30] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1057. # [08:30] * Quits: mconley (mconley@7BE54F67.5E1E8109.198A214C.IP) (Input/output error)
  1058. # [08:32] * baku is now known as baku|away
  1059. # [08:32] * glob|away is now known as glob
  1060. # [08:32] * Joins: Gijs (gijs@7BE54F67.5E1E8109.198A214C.IP)
  1061. # [08:32] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1062. # [08:33] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  1063. # [08:33] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1064. # [08:35] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1065. # [08:36] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1066. # [08:36] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1067. # [08:36] * Joins: yener (yene@moz-F6A0769B.dclient.hispeed.ch)
  1068. # [08:36] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Connection reset by peer)
  1069. # [08:38] * Quits: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP) (Ping timeout)
  1070. # [08:39] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1071. # [08:39] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  1072. # [08:39] * Quits: yener (yene@moz-F6A0769B.dclient.hispeed.ch) (Connection reset by peer)
  1073. # [08:40] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1074. # [08:40] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1075. # [08:40] <@gavin> gcp: pong
  1076. # [08:41] <recursive> gavin: Hi
  1077. # [08:41] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Ping timeout)
  1078. # [08:41] <@gavin> hi
  1079. # [08:41] * Joins: lmandel (lmandel@7BE54F67.5E1E8109.198A214C.IP)
  1080. # [08:41] <gcp> gavin: bug 783047
  1081. # [08:42] <gcp> gavin: not sure what to do with the request to sr? gavin|dougt and doug's response :P
  1082. # [08:42] * Joins: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP)
  1083. # [08:42] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1084. # [08:43] * Quits: arky (arky@9F8274A1.7A51E980.7AB896E.IP) (Ping timeout)
  1085. # [08:43] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1086. # [08:44] * Quits: lmandel (lmandel@7BE54F67.5E1E8109.198A214C.IP) (Input/output error)
  1087. # [08:45] <@gavin> gcp: have you run this by google?
  1088. # [08:46] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1089. # [08:46] <gcp> gavin: the original comment is feedback from google, I just mailed them we're making the switch
  1090. # [08:46] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1091. # [08:46] <@gavin> a lot may have changed since August 2012 :)
  1092. # [08:46] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  1093. # [08:47] <@gavin> who did you mail?
  1094. # [08:47] <gcp> true, but Chrome is already using it
  1095. # [08:47] <gcp> Bryan Ryner
  1096. # [08:47] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1097. # [08:51] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1098. # [08:52] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1099. # [08:52] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  1100. # [08:54] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1101. # [08:55] * Quits: ivan (ivan@moz-531C3EC9.members.linode.com) (Ping timeout)
  1102. # [08:56] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1103. # [08:56] * Joins: ivan (ivan@moz-531C3EC9.members.linode.com)
  1104. # [08:59] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1105. # [08:59] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1106. # [08:59] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1107. # [09:01] * Quits: athi (Mibbit@91BC8839.F442218F.88FACCAA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1108. # [09:01] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1109. # [09:02] * Quits: michal1 (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  1110. # [09:03] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1111. # [09:03] * Joins: Ms2ger (Ms2ger@AA55AE55.592AEF45.F15B0BB3.IP)
  1112. # [09:03] * Joins: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1113. # [09:04] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1114. # [09:04] * Quits: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP) (Ping timeout)
  1115. # [09:04] * Joins: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP)
  1116. # [09:05] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131211142747])
  1117. # [09:05] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1118. # [09:06] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  1119. # [09:06] <Ms2ger> Bonjour
  1120. # [09:08] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1121. # [09:09] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1122. # [09:09] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1123. # [09:09] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  1124. # [09:10] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1125. # [09:11] * Joins: tzimmermann (tzimmerman@moz-5A36F59C.pools.arcor-ip.net)
  1126. # [09:12] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1127. # [09:12] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  1128. # [09:12] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1129. # [09:12] * Joins: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP)
  1130. # [09:13] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  1131. # [09:14] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  1132. # [09:14] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1133. # [09:15] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1134. # [09:17] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Connection reset by peer)
  1135. # [09:17] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1136. # [09:17] * Quits: grobinson|laptop (grob_@moz-EF57E39A.tor.uwaterloo.ca) (Z:lined (dronebot))
  1137. # [09:18] * Joins: grobinson|laptop (grob_@moz-22AF35BE.guilhem.org)
  1138. # [09:18] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1139. # [09:19] * Quits: jdover_ (jdover@moz-3AA38024.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1140. # [09:19] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1141. # [09:20] * Joins: michal (michal@moz-167B440E.broadband6.iol.cz)
  1142. # [09:21] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1143. # [09:22] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1144. # [09:23] * Joins: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP)
  1145. # [09:24] * Joins: jdover_ (jdover@moz-CAD782C6.dsl.pltn13.sbcglobal.net)
  1146. # [09:24] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1147. # [09:24] * baku|away is now known as baku
  1148. # [09:26] * Quits: Gijs (gijs@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  1149. # [09:26] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1150. # [09:27] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1151. # [09:28] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1152. # [09:30] * Callek is now known as Callek_disconnected
  1153. # [09:30] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1154. # [09:30] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1155. # [09:31] * Joins: gerard-majax__ (alex@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1156. # [09:31] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1157. # [09:31] * Quits: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP) (Ping timeout)
  1158. # [09:31] * Joins: nicodel (Thunderbir@CC76CE0F.81445FE4.1B3E68DA.IP)
  1159. # [09:33] * Joins: athira (Mibbit@91BC8839.F442218F.88FACCAA.IP)
  1160. # [09:33] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1161. # [09:34] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1162. # [09:35] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: schien)
  1163. # [09:36] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  1164. # [09:36] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1165. # [09:37] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1166. # [09:37] * Quits: jdover_ (jdover@moz-CAD782C6.dsl.pltn13.sbcglobal.net) (Quit: Computer has gone to sleep.)
  1167. # [09:37] * Joins: jdover_ (jdover@moz-CAD782C6.dsl.pltn13.sbcglobal.net)
  1168. # [09:37] * Joins: jackneill (jackneill@moz-8EF97071.pool.digikabel.hu)
  1169. # [09:38] <athira> Hello I have started working a bug that is assigned to me.https://bugzilla.mozilla.org/show_bug.cgi?id=238916. this is my bug.can someone help me to fix this bug?
  1170. # [09:38] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1171. # [09:39] * Quits: jdover_ (jdover@moz-CAD782C6.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1172. # [09:39] * Quits: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Quit: Leaving)
  1173. # [09:40] <glob> athira, the #introduction channel would probably be a better place to ask that question :)
  1174. # [09:40] * Joins: Gijs (gijs@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1175. # [09:41] <athira> glob: ok
  1176. # [09:42] * glob is now known as glob|away
  1177. # [09:42] * Joins: jdover_ (jdover@moz-CAD782C6.dsl.pltn13.sbcglobal.net)
  1178. # [09:42] * Quits: pranavk (pranav@6BFC1AC1.7B79ED8.1C37C358.IP) (Ping timeout)
  1179. # [09:44] * Quits: jdover_ (jdover@moz-CAD782C6.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1180. # [09:44] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1181. # [09:45] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1182. # [09:45] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1183. # [09:45] * Joins: glazou (glazou@D8B9C081.E820043D.D4C04133.IP)
  1184. # [09:45] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1185. # [09:48] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1186. # [09:49] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1187. # [09:49] * nthomas is now known as nthomas|away
  1188. # [09:50] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1189. # [09:50] * Joins: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP)
  1190. # [09:51] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1191. # [09:51] * Joins: sbeta (Thunderbir@4DB3B11F.F50DA397.4A5F0685.IP)
  1192. # [09:51] * Joins: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net)
  1193. # [09:51] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  1194. # [09:51] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1195. # [09:52] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1196. # [09:52] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Client exited)
  1197. # [09:53] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  1198. # [09:54] * Quits: sbeta (Thunderbir@4DB3B11F.F50DA397.4A5F0685.IP) (Quit: sbeta)
  1199. # [09:54] * Joins: sbeta (Thunderbir@4DB3B11F.F50DA397.4A5F0685.IP)
  1200. # [09:55] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1201. # [09:55] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1202. # [09:56] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1203. # [09:57] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1204. # [09:57] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1205. # [09:57] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1206. # [09:59] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1207. # [10:00] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1208. # [10:01] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1209. # [10:02] * Quits: tonymec|away (tonymec@D5152E3C.6133EA79.9D2324B7.IP) (Ping timeout)
  1210. # [10:02] * Quits: tonymec (tonymec@D5152E3C.6133EA79.9D2324B7.IP) (Ping timeout)
  1211. # [10:02] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1212. # [10:02] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1213. # [10:03] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1214. # [10:04] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1215. # [10:06] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1216. # [10:06] * Joins: arky (arky@DF454A1F.AD759AB4.FA662B63.IP)
  1217. # [10:07] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1218. # [10:07] * Quits: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP) (Ping timeout)
  1219. # [10:07] * Joins: roc (chatzilla@E2BF1F7F.263E348.FC74E68.IP)
  1220. # [10:07] * ChanServ sets mode: +o roc
  1221. # [10:08] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1222. # [10:09] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1223. # [10:09] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1224. # [10:10] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1225. # [10:10] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1226. # [10:10] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1227. # [10:12] * Joins: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP)
  1228. # [10:13] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  1229. # [10:14] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1230. # [10:14] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  1231. # [10:15] * Joins: hexman (hexman@moz-27F37946.net55.n37.ru)
  1232. # [10:15] * Parts: hexman (hexman@moz-27F37946.net55.n37.ru)
  1233. # [10:17] * Quits: ahal (ahal@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1234. # [10:17] * Joins: heftig (heftig@moz-D746319F.unitymedia.biz)
  1235. # [10:17] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  1236. # [10:18] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  1237. # [10:19] <Ms2ger> "our layout engines"
  1238. # [10:19] * Ms2ger likes that
  1239. # [10:20] * Joins: abr_ (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1240. # [10:21] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1241. # [10:21] * abr_ is now known as abr
  1242. # [10:23] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1243. # [10:23] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  1244. # [10:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/689e99a56512 - Jan de Mooij - Bug 958882 - Add script size limit for TI new-script analysis. r=djvj
  1245. # [10:23] * Quits: @dbaron (dbaron@moz-A9D01D68.dsl.dynamic.sonic.net) (Ping timeout)
  1246. # [10:23] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1247. # [10:24] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1248. # [10:24] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1249. # [10:26] * deian is now known as deian|away
  1250. # [10:26] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1251. # [10:27] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1252. # [10:28] * Quits: sbeta (Thunderbir@4DB3B11F.F50DA397.4A5F0685.IP) (Quit: sbeta)
  1253. # [10:28] * Quits: yury (yury@moz-86474802.ok.ok.cox.net) (Ping timeout)
  1254. # [10:28] * Joins: yury (yury@moz-86474802.ok.ok.cox.net)
  1255. # [10:29] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1256. # [10:29] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1257. # [10:30] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1258. # [10:30] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1259. # [10:32] * Joins: twi (Adium@moz-A044A5B4.lnse5.win.bigpond.net.au)
  1260. # [10:32] * Joins: msucan (mihai@B48860EF.E87790D4.320F75DD.IP)
  1261. # [10:32] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1262. # [10:33] * Quits: grobinson|laptop (grob_@moz-22AF35BE.guilhem.org) (Ping timeout)
  1263. # [10:33] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/654854b387dd - Ed Morley - Backed out changeset 5c6a41cf65df (bug 958773) for marionette-webapi test failures
  1264. # [10:33] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1265. # [10:33] * Joins: nil1511 (nil1511@8E6C34C1.A3F9767A.1C37C358.IP)
  1266. # [10:34] * Joins: grobinson|laptop (grob_@moz-83A19B41.nos-oignons.net)
  1267. # [10:36] <Ms2ger> Morning, edmorley :)
  1268. # [10:36] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1269. # [10:36] <NeilAway> Ms2ger: I mislaid the bug, where did you end up moving platformHTMLBindings.xml to?
  1270. # [10:37] * Tomcat|bbl is now known as Tomcat
  1271. # [10:37] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1272. # [10:37] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1273. # [10:37] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1274. # [10:37] * Tomcat is now known as Tomcat|sheriffduty
  1275. # [10:37] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1276. # [10:37] * Quits: RealRaven (Thunderbir@D262A46C.B75F39A1.27F80FAC.IP) (Ping timeout)
  1277. # [10:38] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1278. # [10:38] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1279. # [10:38] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1280. # [10:38] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1281. # [10:39] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1282. # [10:39] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1283. # [10:40] <Ms2ger> NeilAway, where did it use to live?
  1284. # [10:40] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1285. # [10:40] <NeilAway> Ms2ger: content/xbl/builtin/*/
  1286. # [10:41] <Ms2ger> dom/xbl/builtin, I think
  1287. # [10:41] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1288. # [10:41] <NeilAway> Ms2ger: ok ta
  1289. # [10:41] * Joins: RealRaven (Thunderbir@D262A46C.B75F39A1.27F80FAC.IP)
  1290. # [10:41] <Ms2ger> Np
  1291. # [10:41] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1292. # [10:42] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1293. # [10:43] * Joins: smontagu (chatzilla@88F51059.F3BBB17D.144F44FA.IP)
  1294. # [10:43] <edmorley> Ms2ger: good morning :-)
  1295. # [10:44] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1296. # [10:44] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  1297. # [10:44] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1298. # [10:46] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1299. # [10:47] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1300. # [10:48] <mjrosenb> !seen cshields
  1301. # [10:48] <firebot> cshields was last seen 7 days, 12 hours, 58 minutes and 10 seconds ago, saying 'yes is good enough for now, thx!' in #breakpad.
  1302. # [10:48] <mjrosenb> :-/
  1303. # [10:49] * Quits: nil1511 (nil1511@8E6C34C1.A3F9767A.1C37C358.IP) (Input/output error)
  1304. # [10:49] * Joins: TheCrap (TheCrap@moz-67EF380E.unity-media.net)
  1305. # [10:50] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1306. # [10:51] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1307. # [10:53] <mike5w3c>
  1308. # [10:53] <Ms2ger> Hi Mike
  1309. # [10:53] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1310. # [10:54] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  1311. # [10:54] <mike5w3c> Ms2ger: hi
  1312. # [10:54] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1313. # [10:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/654854b387dd - Ed Morley - Backed out changeset 5c6a41cf65df (bug 958773) for marionette-webapi test failures
  1314. # [10:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ea4b904216e6 - Ed Morley - Merge mozilla-central and inbound
  1315. # [10:55] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1316. # [10:55] <mike5w3c> Ms2ger: sorry for typing the secret code in the clear here just now
  1317. # [10:55] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1318. # [10:55] <Ms2ger> Oh, is that the w3c-test.org password?
  1319. # [10:55] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1320. # [10:55] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  1321. # [10:56] * Ms2ger kills the csswg drafts
  1322. # [10:56] <mike5w3c> heh
  1323. # [10:56] <mjrosenb> oh man, "Ms2ger: hi" is a *great* password.
  1324. # [10:57] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  1325. # [10:57] <mike5w3c> :-)
  1326. # [10:59] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1327. # [10:59] <glandium> mike5w3c: こんばんは
  1328. # [10:59] <mike5w3c> あら
  1329. # [10:59] <mike5w3c> こんばんは
  1330. # [11:00] * Quits: mdas (mdas@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1331. # [11:00] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1332. # [11:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/367027357fb5 - Paul Adenot - Bug 955911 - r=roc
  1333. # [11:00] <Ms2ger> Interestingly, google translate thinks that's Catalan
  1334. # [11:00] <glandium> Ms2ger: O_o
  1335. # [11:02] * Quits: geo (geo@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving...)
  1336. # [11:02] * Joins: Roy_Lee (Mibbit@563642F3.BEB1F3EB.1C37C358.IP)
  1337. # [11:02] * Quits: athira (Mibbit@91BC8839.F442218F.88FACCAA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1338. # [11:02] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1339. # [11:03] * Quits: wlach (wlach@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1340. # [11:03] * Quits: Long (Mibbit@27001B6B.6C300142.D4C5795F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1341. # [11:03] <mike5w3c> that's because glandium said it with a Catalan accent
  1342. # [11:03] <mjrosenb> Ms2ger: what language *is* it?
  1343. # [11:03] <glandium> mjrosenb: japanese
  1344. # [11:03] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1345. # [11:03] * Joins: till (till@moz-C200DD90.adsl.alicedsl.de)
  1346. # [11:04] * Quits: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP) (Ping timeout)
  1347. # [11:04] <glandium> mike5w3c: which, actually, is close to be true: I've lived in a catalan-speaking part of france for 14 years during my youth, but i never picked the accent
  1348. # [11:05] <Ms2ger> Maybe you picked it up in Japanes
  1349. # [11:05] <Ms2ger> e
  1350. # [11:05] <mike5w3c> heh
  1351. # [11:05] <glandium> hah
  1352. # [11:05] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1353. # [11:06] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1354. # [11:06] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1355. # [11:07] * Joins: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP)
  1356. # [11:08] * ewong is now known as ewong|away
  1357. # [11:08] * Quits: grobinson|laptop (grob_@moz-83A19B41.nos-oignons.net) (Ping timeout)
  1358. # [11:09] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1359. # [11:09] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1360. # [11:09] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1361. # [11:10] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1362. # [11:10] * mike5w3c considers hows to say "i lurk under many stones" in Catalan-accented Japanese http://logbot.glob.com.au/?c=mozilla%23developers&s=13+Jan+2014&e=13+Jan+2014#c857996
  1363. # [11:10] <Roy_Lee> Hey, I want to contribute to project, can you give me some guidance
  1364. # [11:10] * Joins: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP)
  1365. # [11:10] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1366. # [11:10] <glandium> mike5w3c: try asking google translate, it seems to be good with catalan-accented japanese
  1367. # [11:11] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1368. # [11:11] <padenot> Roy_Lee: yep, pop in to #introduction, there will be people to help you there
  1369. # [11:12] <Ms2ger> mike5w3c, that sounds like a good thing to put on a shirt in Japanese
  1370. # [11:13] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1371. # [11:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/be9f41887791 - Jon Coppeard - Bug 956501 - Update mozjemalloc chunk_alloc_mmap functions to latest upstream version r=glandium
  1372. # [11:13] <glandium> Ms2ger: mmmmm
  1373. # [11:13] * Joins: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP)
  1374. # [11:15] * Quits: FabioMagnoni (fabiomagno@994F85D5.67872FB5.8AF99142.IP) (Ping timeout)
  1375. # [11:18] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1376. # [11:18] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1377. # [11:18] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1378. # [11:19] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: bye)
  1379. # [11:19] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1380. # [11:19] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  1381. # [11:19] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1382. # [11:21] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1383. # [11:21] * Joins: pranavk (pranav@6BFC1AC1.7B79ED8.1C37C358.IP)
  1384. # [11:21] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1385. # [11:23] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1386. # [11:24] * Joins: mstange (markus@moz-C33E9AFE.dip0.t-ipconnect.de)
  1387. # [11:24] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1388. # [11:26] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  1389. # [11:26] * Joins: centurion (ashickur-n@2E8B181.C507E338.1E0D1E74.IP)
  1390. # [11:27] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1391. # [11:27] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Connection reset by peer)
  1392. # [11:28] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1393. # [11:31] * Quits: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net) (Ping timeout)
  1394. # [11:32] * Joins: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net)
  1395. # [11:32] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1396. # [11:33] * Joins: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1397. # [11:33] * Quits: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP) (Ping timeout)
  1398. # [11:34] * julienw_afk is now known as julienw
  1399. # [11:34] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1400. # [11:35] * Quits: arky (arky@DF454A1F.AD759AB4.FA662B63.IP) (Ping timeout)
  1401. # [11:35] * Joins: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP)
  1402. # [11:35] * Quits: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP) (Ping timeout)
  1403. # [11:36] * Fallen|away is now known as Fallen
  1404. # [11:36] * Joins: arky (arky@DF454A1F.AD759AB4.FA662B63.IP)
  1405. # [11:37] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  1406. # [11:38] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1407. # [11:39] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1408. # [11:40] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1409. # [11:41] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1410. # [11:41] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1411. # [11:41] * Joins: tonymec|away (tonymec@moz-F78F3CCB.adsl-dyn.isp.belgacom.be)
  1412. # [11:43] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1413. # [11:43] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1414. # [11:44] * Joins: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP)
  1415. # [11:44] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1416. # [11:44] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1417. # [11:45] <Yoric> I need a quick test with both buffered and unbuffered streams.
  1418. # [11:45] <Yoric> Does anyone remember which streams are buffered/unbuffered?
  1419. # [11:45] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1420. # [11:46] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1421. # [11:46] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Input/output error)
  1422. # [11:47] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1423. # [11:48] * mihaelav is now known as mihaelav_lunch
  1424. # [11:49] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1425. # [11:50] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1426. # [11:50] * Quits: twi (Adium@moz-A044A5B4.lnse5.win.bigpond.net.au) (Ping timeout)
  1427. # [11:51] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1428. # [11:51] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  1429. # [11:52] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1430. # [11:53] * Joins: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  1431. # [11:54] * Joins: tonymec (tonymec@moz-F78F3CCB.adsl-dyn.isp.belgacom.be)
  1432. # [11:54] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1433. # [11:55] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1434. # [11:57] * Quits: Roy_Lee (Mibbit@563642F3.BEB1F3EB.1C37C358.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1435. # [11:58] * Quits: tonymec|away (tonymec@moz-F78F3CCB.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1436. # [11:58] * Quits: tonymec (tonymec@moz-F78F3CCB.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1437. # [11:59] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1438. # [11:59] * Quits: michal (michal@moz-167B440E.broadband6.iol.cz) (Ping timeout)
  1439. # [12:00] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1440. # [12:02] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1441. # [12:02] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1442. # [12:03] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1443. # [12:03] * nical is now known as nical|lunch
  1444. # [12:04] * Quits: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Ping timeout)
  1445. # [12:05] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1446. # [12:05] * Quits: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1447. # [12:06] * Quits: mwu (mwu@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1448. # [12:07] * Joins: tonymec|away (tonymec@B32E5349.22CCFEC6.277517C1.IP)
  1449. # [12:07] * Quits: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP) (Ping timeout)
  1450. # [12:07] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1451. # [12:07] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1452. # [12:08] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1453. # [12:08] * Quits: RealRaven (Thunderbir@D262A46C.B75F39A1.27F80FAC.IP) (Ping timeout)
  1454. # [12:09] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  1455. # [12:09] * Joins: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP)
  1456. # [12:10] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1457. # [12:11] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  1458. # [12:12] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1459. # [12:12] * Joins: RealRaven (Thunderbir@673A78D6.EDFE0F0.C3498625.IP)
  1460. # [12:12] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1461. # [12:14] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1462. # [12:14] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1463. # [12:14] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1464. # [12:15] * Joins: sanket (sanket@27BAF9AF.81369042.41D542A3.IP)
  1465. # [12:15] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1466. # [12:16] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1467. # [12:18] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1468. # [12:19] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1469. # [12:19] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1470. # [12:20] * Joins: tonymec (tonymec@B32E5349.22CCFEC6.277517C1.IP)
  1471. # [12:20] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1472. # [12:21] * Joins: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP)
  1473. # [12:23] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1474. # [12:23] * Joins: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  1475. # [12:23] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  1476. # [12:23] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1477. # [12:24] * Quits: arky (arky@DF454A1F.AD759AB4.FA662B63.IP) (Quit: Leaving)
  1478. # [12:25] * Joins: neilb (neil@100F8F2.BBB09C67.5411983D.IP)
  1479. # [12:25] * Quits: tonymec|away (tonymec@B32E5349.22CCFEC6.277517C1.IP) (Ping timeout)
  1480. # [12:25] * Quits: tonymec (tonymec@B32E5349.22CCFEC6.277517C1.IP) (Ping timeout)
  1481. # [12:26] * Quits: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net) (Connection reset by peer)
  1482. # [12:26] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  1483. # [12:27] <neilb> hi guys, is there anyone around who could assign bug 943082 to me (nb.mozd@gmail.com [:nbleasdale])? I don't have edit bug perms yet...
  1484. # [12:27] * Joins: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  1485. # [12:27] * Joins: Anjenson1 (Thunderbir@4BFDA6D7.4C1402CA.70A489A6.IP)
  1486. # [12:28] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Quit: Leaving.)
  1487. # [12:29] * Quits: @roc (chatzilla@E2BF1F7F.263E348.FC74E68.IP) (Ping timeout)
  1488. # [12:29] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1489. # [12:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/503a978db3c9 - Dan Minor - Bug 957720 - Update reftest manifests for pandaboards; r=gbrown
  1490. # [12:30] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  1491. # [12:31] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1492. # [12:33] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1493. # [12:33] * Joins: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1494. # [12:34] * Joins: arky (arky@DF454A1F.AD759AB4.FA662B63.IP)
  1495. # [12:35] * Quits: ggp (ggp@170F93D2.DF0E3928.FAF22AF7.IP) (Input/output error)
  1496. # [12:38] * Joins: tonymec|away (tonymec@303E769.95FEC3F2.A9371869.IP)
  1497. # [12:38] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1498. # [12:38] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1499. # [12:39] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1500. # [12:40] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Quit: Leaving.)
  1501. # [12:41] * Quits: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP) (Ping timeout)
  1502. # [12:42] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1503. # [12:42] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1504. # [12:42] * Quits: arky (arky@DF454A1F.AD759AB4.FA662B63.IP) (Ping timeout)
  1505. # [12:44] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  1506. # [12:44] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1507. # [12:44] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1508. # [12:45] * Joins: gabor (gabor@941349F4.F58C7D4D.F945DA.IP)
  1509. # [12:45] <edmorley> neilb: done :-)
  1510. # [12:47] <neilb> edmorley: thank you very much :-D
  1511. # [12:47] <edmorley> neilb: no problem at all :-)
  1512. # [12:47] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1513. # [12:48] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1514. # [12:49] * Joins: tonymec (tonymec@303E769.95FEC3F2.A9371869.IP)
  1515. # [12:51] * Quits: tonymec|away (tonymec@303E769.95FEC3F2.A9371869.IP) (Ping timeout)
  1516. # [12:51] * Quits: tonymec (tonymec@303E769.95FEC3F2.A9371869.IP) (Ping timeout)
  1517. # [12:53] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1518. # [12:53] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1519. # [12:53] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1520. # [12:53] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1521. # [12:54] * Joins: Archaeopteryx (itsme@moz-166E68EF.cust.telecolumbus.net)
  1522. # [12:55] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1523. # [12:55] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  1524. # [12:55] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1525. # [12:56] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1526. # [12:56] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1527. # [12:56] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1528. # [12:57] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  1529. # [12:57] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Input/output error)
  1530. # [12:58] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  1531. # [12:58] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1532. # [12:59] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: )
  1533. # [12:59] <froydnj> ah, more try slowness today, lovely
  1534. # [13:00] <evilpie> is it just more or does try not load at all right now?
  1535. # [13:00] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1536. # [13:00] <evilpie> s/try/tbpl/
  1537. # [13:00] <froydnj> it's not just you
  1538. # [13:00] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1539. # [13:01] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1540. # [13:01] * Joins: automata (automata@72661E14.2E136156.6B780606.IP)
  1541. # [13:02] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1542. # [13:03] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1543. # [13:03] * Parts: neilb (neil@100F8F2.BBB09C67.5411983D.IP)
  1544. # [13:04] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1545. # [13:05] * Quits: automata (automata@72661E14.2E136156.6B780606.IP) (Quit: This computer has gone to sleep)
  1546. # [13:06] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1547. # [13:06] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1548. # [13:07] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  1549. # [13:07] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1550. # [13:07] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1551. # [13:07] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  1552. # [13:07] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1553. # [13:08] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1554. # [13:08] * Quits: centurion (ashickur-n@2E8B181.C507E338.1E0D1E74.IP) (Quit: Konversation terminated!)
  1555. # [13:08] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1556. # [13:11] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1557. # [13:11] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1558. # [13:13] * Joins: SJW (Thunderbir@moz-D339B992.dynip.ebmnet.ch)
  1559. # [13:14] * Quits: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP) (Ping timeout)
  1560. # [13:16] <edmorley> froydnj, evilpie: s/tbpl/https://hg.mozilla.org/try/json-pushes/
  1561. # [13:16] <edmorley> not that that works but you get the idea
  1562. # [13:17] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1563. # [13:17] <edmorley> the try repo will likely be reset soon
  1564. # [13:17] <SJW> Who is the right person for reviewing a patch for the about:home page?
  1565. # [13:17] * Quits: sanket (sanket@27BAF9AF.81369042.41D542A3.IP) (Ping timeout)
  1566. # [13:18] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1567. # [13:18] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Quit: robertbindar)
  1568. # [13:18] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1569. # [13:19] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1570. # [13:19] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  1571. # [13:19] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1572. # [13:20] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  1573. # [13:21] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1574. # [13:21] * Quits: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1575. # [13:22] * nical|lunch is now known as nical
  1576. # [13:23] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1577. # [13:23] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1578. # [13:24] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1579. # [13:25] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  1580. # [13:26] <Gijs> SJW: most Firefox peers would do, I would have thought, but ttaubert might be your best bet
  1581. # [13:26] <ttaubert> SJW: mak did a lot of work on about:home
  1582. # [13:26] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1583. # [13:26] <Gijs> or that :)
  1584. # [13:26] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  1585. # [13:27] <SJW> What's mak's bugzilla-mail?
  1586. # [13:27] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1587. # [13:27] <mak> yep, regardless any firefox peer is can review... btw you can just use :mak in bugzilla
  1588. # [13:27] <mak> it should autocomplete correctly
  1589. # [13:27] * Joins: nico (Mibbit@moz-A79CF44.telecom.net.ar)
  1590. # [13:28] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  1591. # [13:28] <SJW> ok, thx
  1592. # [13:28] <pranavk> if a mentor is assigned to some bug, the reviewer to the patch should be the mentor, right ?
  1593. # [13:28] <mak> I don't think so, even if that's what usually happens
  1594. # [13:29] <nico> Anyone knows if I have to configure something on git to put my name?
  1595. # [13:29] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  1596. # [13:29] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1597. # [13:30] <mak> pranavk: let's say it's hard that someone else may try to interfere with mentorship, unless requested by the mentor
  1598. # [13:30] <padenot> nico: git config --global user.email blahblah@example.org && git config --global user.name "nico"
  1599. # [13:30] <nico> Thank's padenot !!
  1600. # [13:31] <pranavk> mak: okay, I have been working on a good-first-bug, created a patch, now waiting for the mentor to review.
  1601. # [13:31] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1602. # [13:31] * ChanServ sets mode: +o smaug
  1603. # [13:31] * Joins: recursive_ (recursive@8D5990FC.E930F64F.547774E7.IP)
  1604. # [13:31] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1605. # [13:32] <Gijs> pranavk: bug number?
  1606. # [13:32] <mak> pranavk: if the review takes too much time, you can ping your mentor through a needinfo or even by mail... that's fine
  1607. # [13:32] * Quits: recursive (recursive@8D5990FC.E930F64F.547774E7.IP) (Ping timeout)
  1608. # [13:32] * recursive_ is now known as recursive
  1609. # [13:32] * Joins: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP)
  1610. # [13:32] * Quits: recursive (recursive@8D5990FC.E930F64F.547774E7.IP) (Quit: Leaving...)
  1611. # [13:32] <pranavk> Gijs: 952927
  1612. # [13:32] * Joins: recursive (recursive@8D5990FC.E930F64F.547774E7.IP)
  1613. # [13:33] <pranavk> mak: no, its hardly 2-3 hours that I have submitted the patch. I should wait patiently.
  1614. # [13:33] <mak> yep, that's a good idea :)
  1615. # [13:35] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1616. # [13:35] <Gijs> pranavk: also because schien is in the Taiwan office and it's late there; he might not be around until (his) tomorrow) :)
  1617. # [13:35] * mihaelav_lunch is now known as mihaelav
  1618. # [13:36] * Parts: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1619. # [13:36] <pranavk> Gijs: Its not a working patch, I expect alot of improvements are needed on that to make it work. I submitted it just to invite critics, so that I work more on it after taking guidance.
  1620. # [13:36] <pranavk> Gijs: Yes, I understand. I will wait.
  1621. # [13:36] * Joins: centurion (ashickur-n@2E8B181.C507E338.1E0D1E74.IP)
  1622. # [13:37] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Quit: Leaving.)
  1623. # [13:38] * Quits: centurion (ashickur-n@2E8B181.C507E338.1E0D1E74.IP) (Ping timeout)
  1624. # [13:38] * Joins: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net)
  1625. # [13:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1e359c06de57 - Nicolas Pierron - Bug 957475 - Disable compilation with setarg & arguments. r=djvj
  1626. # [13:39] <pranavk> !seen schien
  1627. # [13:39] <firebot> schien was last seen 6 hours, 44 minutes and a couple of seconds ago, saying 'ahal: great' in #b2g.
  1628. # [13:40] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1629. # [13:40] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1630. # [13:42] * Quits: Archaeopteryx (itsme@moz-166E68EF.cust.telecolumbus.net) (Ping timeout)
  1631. # [13:43] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1632. # [13:43] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1633. # [13:44] * till is now known as till|out
  1634. # [13:47] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1635. # [13:47] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1636. # [13:47] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  1637. # [13:47] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1638. # [13:47] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1639. # [13:47] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1640. # [13:48] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1641. # [13:49] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1642. # [13:50] * ewong|sleep is now known as ewong
  1643. # [13:50] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1644. # [13:50] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1645. # [13:51] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1646. # [13:51] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  1647. # [13:52] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1648. # [13:52] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  1649. # [13:53] * Joins: tonymec|away (tonymec@5C7A99F9.416FA63.A9371869.IP)
  1650. # [13:53] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1651. # [13:53] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1652. # [13:54] * Quits: RealRaven (Thunderbir@673A78D6.EDFE0F0.C3498625.IP) (Ping timeout)
  1653. # [13:55] * Joins: RealRaven (Thunderbir@673A78D6.EDFE0F0.C3498625.IP)
  1654. # [13:56] * Quits: recursive (recursive@8D5990FC.E930F64F.547774E7.IP) (Quit: Leaving...)
  1655. # [13:56] * Joins: KaiRo (robert@moz-22E77EF7.adsl.highway.telekom.at)
  1656. # [13:59] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1657. # [13:59] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1658. # [14:00] * Joins: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP)
  1659. # [14:00] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1660. # [14:02] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1661. # [14:02] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1662. # [14:02] * Quits: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Ping timeout)
  1663. # [14:03] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1664. # [14:03] * Joins: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP)
  1665. # [14:04] * Joins: therube (chatzilla@moz-532294F.hsd1.md.comcast.net)
  1666. # [14:04] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1667. # [14:05] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1668. # [14:06] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Connection reset by peer)
  1669. # [14:06] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1670. # [14:07] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  1671. # [14:07] * joshua-s|drama is now known as joshua-s
  1672. # [14:08] <pranavk> Can I get to see somebody's .emacs file for development, I would like to set my emacs up for this. I meant the identation, coding style etc.
  1673. # [14:08] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  1674. # [14:09] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1675. # [14:09] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  1676. # [14:11] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  1677. # [14:11] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1678. # [14:12] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  1679. # [14:12] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1680. # [14:12] * Quits: therube (chatzilla@moz-532294F.hsd1.md.comcast.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 1.9.0.19/2010031422])
  1681. # [14:13] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1682. # [14:13] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1683. # [14:13] * Joins: centurion (ashickur-n@2E8B181.C507E338.1E0D1E74.IP)
  1684. # [14:13] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1685. # [14:14] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131211142747])
  1686. # [14:14] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1687. # [14:15] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  1688. # [14:17] * Quits: kinetik (kinetik@24B52514.611C109.FC74E68.IP) (Ping timeout)
  1689. # [14:17] * Joins: AlinT (AlinT@moz-104CC309.mv.mozilla.com)
  1690. # [14:18] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1691. # [14:18] * Joins: therube (chatzilla@moz-532294F.hsd1.md.comcast.net)
  1692. # [14:18] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1693. # [14:18] <froydnj> setting up c-basic-offset is really the only thing you need to do
  1694. # [14:19] <froydnj> and a lot of files will set that for you
  1695. # [14:21] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1696. # [14:21] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Client exited)
  1697. # [14:21] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1698. # [14:21] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1699. # [14:22] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1700. # [14:23] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  1701. # [14:23] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1702. # [14:23] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1703. # [14:23] <pranavk> froydnj: and for mozilla c-basic-offset = 2 ?
  1704. # [14:25] * jmaher|afk is now known as jmaher
  1705. # [14:26] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1706. # [14:26] * Joins: sanket (sanket@27BAF9AF.81369042.41D542A3.IP)
  1707. # [14:26] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1708. # [14:26] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1709. # [14:27] * Joins: kinetik (kinetik@moz-359FF9EA.bng1.nct.orcon.net.nz)
  1710. # [14:27] * Quits: jkitch (Thunderbir@moz-BD4B83C0.lns20.adl6.internode.on.net) (Ping timeout)
  1711. # [14:28] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1712. # [14:29] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1713. # [14:31] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1714. # [14:31] * Joins: TheComputerGuy0010 (thecompute@1189F759.76E1BF5.9882C174.IP)
  1715. # [14:32] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1716. # [14:32] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1717. # [14:32] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1718. # [14:32] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  1719. # [14:33] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Ping timeout)
  1720. # [14:33] * Joins: lmandel_ (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1721. # [14:33] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  1722. # [14:34] <Ms2ger> Yep
  1723. # [14:34] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1724. # [14:34] * Joins: dorsatum (dorsatum@C9DDDA1A.2462B1E2.5D9ABA9F.IP)
  1725. # [14:34] * Parts: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP)
  1726. # [14:35] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  1727. # [14:35] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1728. # [14:36] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1729. # [14:36] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1730. # [14:36] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1731. # [14:37] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  1732. # [14:37] * Quits: Anjenson1 (Thunderbir@4BFDA6D7.4C1402CA.70A489A6.IP) (Quit: Anjenson1)
  1733. # [14:38] * jorendorff_away is now known as jorendorff
  1734. # [14:38] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  1735. # [14:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7ad666eaba4a - Ehsan Akhgari - Bug 958985 - Make isBidiEnabled check the intl.uidirection.<locale> pref; r=smontagu
  1736. # [14:38] * Quits: dorsatum (dorsatum@C9DDDA1A.2462B1E2.5D9ABA9F.IP) (Ping timeout)
  1737. # [14:38] * glob|away is now known as glob
  1738. # [14:39] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Input/output error)
  1739. # [14:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e660d07bda4d - Ehsan Akhgari - Bug 958985 - Fix the variable names (pushed the wrong patch)
  1740. # [14:40] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Ping timeout)
  1741. # [14:40] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  1742. # [14:41] * Quits: RealRaven (Thunderbir@673A78D6.EDFE0F0.C3498625.IP) (Ping timeout)
  1743. # [14:42] * Joins: RealRaven (Thunderbir@673A78D6.EDFE0F0.C3498625.IP)
  1744. # [14:43] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1745. # [14:43] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1746. # [14:44] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1747. # [14:44] * Joins: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1748. # [14:44] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1749. # [14:44] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  1750. # [14:47] * Parts: glazou (glazou@D8B9C081.E820043D.D4C04133.IP)
  1751. # [14:47] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1752. # [14:48] * Quits: lmandel_ (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1753. # [14:48] * jorendorff is now known as jorendorff_away
  1754. # [14:49] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1755. # [14:49] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1756. # [14:49] * Quits: nicodel (Thunderbir@CC76CE0F.81445FE4.1B3E68DA.IP) (Ping timeout)
  1757. # [14:50] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1758. # [14:51] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  1759. # [14:52] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1760. # [14:53] * Quits: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net) (Connection reset by peer)
  1761. # [14:53] * jorendorff_away is now known as jorendorff
  1762. # [14:54] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Ping timeout)
  1763. # [14:54] * jorendorff is now known as jorendorff_away
  1764. # [14:54] * Joins: nicodel (Thunderbir@CC76CE0F.81445FE4.1B3E68DA.IP)
  1765. # [14:55] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1766. # [14:55] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1767. # [14:55] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  1768. # [14:55] * Joins: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com)
  1769. # [14:55] * Joins: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP)
  1770. # [14:56] * retornam|away is now known as retornam
  1771. # [14:56] * Quits: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1772. # [14:56] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  1773. # [14:56] * Joins: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com)
  1774. # [14:57] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  1775. # [14:57] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Quit: )
  1776. # [14:58] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  1777. # [14:59] * Quits: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1778. # [14:59] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  1779. # [14:59] * Joins: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com)
  1780. # [15:00] * rail_away is now known as rail
  1781. # [15:01] * Quits: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1782. # [15:01] * Quits: therube (chatzilla@moz-532294F.hsd1.md.comcast.net) (Ping timeout)
  1783. # [15:01] * Joins: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com)
  1784. # [15:02] * Joins: abr_ (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1785. # [15:03] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1786. # [15:03] * abr_ is now known as abr
  1787. # [15:04] * Quits: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1788. # [15:04] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1789. # [15:04] * Joins: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com)
  1790. # [15:04] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1791. # [15:05] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Quit: Gone to save the world!)
  1792. # [15:05] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1793. # [15:05] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1794. # [15:05] * Quits: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1795. # [15:05] * Joins: Morris (Morris@FE54117.4DD97A7D.24454B25.IP)
  1796. # [15:07] * Joins: ggp (ggp@A175FD1F.9D3B35B.7E5C23C9.IP)
  1797. # [15:07] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1798. # [15:08] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  1799. # [15:08] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Ping timeout)
  1800. # [15:08] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1801. # [15:09] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  1802. # [15:09] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  1803. # [15:09] * Joins: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com)
  1804. # [15:10] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1805. # [15:11] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1806. # [15:11] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1807. # [15:11] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Input/output error)
  1808. # [15:11] * Joins: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  1809. # [15:11] * Joins: Mathnerd314 (Mibbit@moz-B67EC266.cos.dyn.pcisys.net)
  1810. # [15:12] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  1811. # [15:12] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1812. # [15:13] * Joins: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1813. # [15:13] * Joins: Enn (enn@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1814. # [15:13] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1815. # [15:13] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  1816. # [15:13] * ewong is now known as ewong|sleep
  1817. # [15:13] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1818. # [15:14] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Ping timeout)
  1819. # [15:14] * Joins: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1820. # [15:14] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1821. # [15:15] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  1822. # [15:15] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  1823. # [15:15] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1824. # [15:15] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1825. # [15:15] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1826. # [15:16] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1827. # [15:17] * Quits: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi) (Quit: Must not waste too much time here...)
  1828. # [15:18] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1829. # [15:18] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1830. # [15:19] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  1831. # [15:20] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  1832. # [15:20] * Quits: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1833. # [15:20] * Joins: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com)
  1834. # [15:21] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1835. # [15:22] * Quits: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1836. # [15:23] * Joins: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com)
  1837. # [15:23] * Quits: Dwight_Stegall (Yahoo_Inst@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1838. # [15:24] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1839. # [15:24] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1840. # [15:25] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1841. # [15:26] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  1842. # [15:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a490b036e643 - Kartikaya Gupta - Bug 952170 - Don't try to get touch points from events which don't have any. r=smaug
  1843. # [15:26] * Quits: nico (Mibbit@moz-A79CF44.telecom.net.ar) (Quit: http://www.mibbit.com ajax IRC Client)
  1844. # [15:27] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1845. # [15:28] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1846. # [15:28] * Quits: RealRaven (Thunderbir@673A78D6.EDFE0F0.C3498625.IP) (Ping timeout)
  1847. # [15:29] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1848. # [15:29] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1849. # [15:29] * Quits: simoX (simo@388FF210.98E5167B.12E82FEE.IP) (Ping timeout)
  1850. # [15:29] * Joins: RealRaven (Thunderbir@673A78D6.EDFE0F0.C3498625.IP)
  1851. # [15:30] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Client exited)
  1852. # [15:30] <mihaelav> hi! does anyone have any idea why I can't make the waitForFocus function to work with the preferences window opened from the menu option (in a browser chrome test) on windows 8.1 (it works fine on mac and ubuntu)?
  1853. # [15:31] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1854. # [15:32] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1855. # [15:32] * Joins: Archaeopteryx (itsme@6A412E6C.73D4BC9A.1AF5A838.IP)
  1856. # [15:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d2ec702a7017 - Jonathan Wei - Bug 907682 - HTML:option group position is not correct when select is collapsed, r=tbsaunde
  1857. # [15:34] * Joins: Pike (chatzilla@moz-7F795F8F.pool.mediaways.net)
  1858. # [15:34] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1859. # [15:34] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  1860. # [15:35] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1861. # [15:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/738d458860ca - Patrick McManus - bug 802573 - give favicon low http priority r=mak
  1862. # [15:35] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1863. # [15:35] * Quits: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP) (Ping timeout)
  1864. # [15:35] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
  1865. # [15:36] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1866. # [15:36] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1867. # [15:36] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  1868. # [15:36] * Joins: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP)
  1869. # [15:37] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1870. # [15:37] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  1871. # [15:39] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1872. # [15:40] <gcp> mihaelav: you sure it's not an actual focus bug? there's a few of these on win8 ...
  1873. # [15:40] * kats|away is now known as kats
  1874. # [15:41] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  1875. # [15:41] * Joins: snorp (snorp@28435C98.1C2164C0.BFE160B4.IP)
  1876. # [15:42] <pranavk> !seen bz
  1877. # [15:42] <firebot> bz was last seen 20 minutes and 28 seconds ago, saying 'mccr8++' in #content.
  1878. # [15:43] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1879. # [15:43] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1880. # [15:44] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1881. # [15:44] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1882. # [15:44] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1883. # [15:44] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  1884. # [15:44] * Quits: Mathnerd314 (Mibbit@moz-B67EC266.cos.dyn.pcisys.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1885. # [15:44] * Joins: new_one (new_one@moz-3886E7BA.rice.edu)
  1886. # [15:44] * Joins: simoX (simo@10CDFCCD.797EB94A.8A1F9AD.IP)
  1887. # [15:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5bf95850a085 - Axel Hecht - bug 958703, remove several locales from Firefox as they're stuck, r=jbeatty, DONTBUILD
  1888. # [15:45] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1889. # [15:45] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  1890. # [15:46] <@bsmedberg> RyanVM: ping
  1891. # [15:46] <RyanVM> bsmedberg: pong
  1892. # [15:47] <@bsmedberg> RyanVM: bug 931014 and bug 924622 are separate randomorange bugs but are almost certainly the same issue (same stack and appearance)
  1893. # [15:47] <@bsmedberg> do we typically keep those separate or mark as duplicate somehow?
  1894. # [15:47] <RyanVM> we could probably merge them
  1895. # [15:48] <RyanVM> the main thing is ensuring that they remain starrable on tbpl
  1896. # [15:48] <RyanVM> we've been starring most of those crashes as bug 924622
  1897. # [15:49] * Joins: rednaks (rednaks@9EC45770.2624113F.55FFA9B4.IP)
  1898. # [15:49] * Quits: ggp (ggp@A175FD1F.9D3B35B.7E5C23C9.IP) (Ping timeout)
  1899. # [15:49] <@bsmedberg> RyanVM: do I need to munge the description in order to make both "Shutdown" and "ts_paint" starrable on the same bug?
  1900. # [15:49] <RyanVM> bsmedberg: i'm working on it :)
  1901. # [15:50] <@bsmedberg> ah thanks!
  1902. # [15:50] <RyanVM> *think* i've got it
  1903. # [15:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b245a813130c - Jon Coppeard - Bug 950927 - Don't forward Ion elements pointers until end of minor collection r=terrence
  1904. # [15:50] <RyanVM> looks like it worked
  1905. # [15:50] <RyanVM> should be good to go :)
  1906. # [15:52] <RyanVM> bsmedberg: does that mean you're looking into that particular crash? :)
  1907. # [15:52] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/02ff7ecaff1c - Axel Hecht - bug 958703, remove several locales from Firefox as they're stuck, r=jbeatty, a=bajaj, DONTBUILD
  1908. # [15:52] <@bsmedberg> RyanVM: I'm going to poke people about it... it's clearly a graphics issue
  1909. # [15:52] * Quits: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP) (Ping timeout)
  1910. # [15:52] <@bsmedberg> a lot of the IPC stuff gets misfiled because IPC is at the top of the stack
  1911. # [15:52] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  1912. # [15:52] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  1913. # [15:53] <RyanVM> I would imagine that's only going to get worse as we get more OMTC-ified?
  1914. # [15:53] <@bsmedberg> RyanVM: FWIW, any time you see that mismatched cxxframe assertion, you can assume that we're operating on a dead C++ object
  1915. # [15:53] <@bsmedberg> RyanVM: yes quite
  1916. # [15:53] * Joins: Mathnerd314 (Mibbit@3208990E.60D7EA1F.459A737F.IP)
  1917. # [15:53] <RyanVM> will make sure it is brought up with our team for filing new oranges
  1918. # [15:53] * Joins: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP)
  1919. # [15:55] * Joins: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP)
  1920. # [15:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fc25308dfeb9 - Honza Bambas - Bug 949667 - crash in mozilla::net::HttpChannelParent::OnStartRequest, fail redirect to unsupported protocol on child process, r=jduell
  1921. # [15:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f7fb8188c0ef - Honza Bambas - Bug 956374 - HTTP cache v2: fix CacheIOThread::Target() wait conditioning, r=michal
  1922. # [15:55] <davidb> i like how autocorrect changes presshell to press hell
  1923. # [15:55] * jhopkins|afk is now known as jhopkins
  1924. # [15:55] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1925. # [15:55] * Parts: pable (fksw@B50EDF86.82DE5651.FA4E5DC4.IP)
  1926. # [15:56] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1927. # [15:56] * Quits: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP) (Ping timeout)
  1928. # [15:56] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Client exited)
  1929. # [15:56] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1930. # [15:57] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  1931. # [15:57] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  1932. # [15:57] * Joins: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1933. # [15:58] * Joins: dorsatum (dorsatum@4342163F.98769E99.5D9ABA9F.IP)
  1934. # [15:59] * Joins: miketaylr (mtaylor@moz-AD48788D.sw.biz.rr.com)
  1935. # [15:59] * Quits: Mano (mano@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1936. # [15:59] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  1937. # [15:59] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1938. # [15:59] * Quits: joshua-s (Thunderbir@moz-1F3D47B1.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  1939. # [16:00] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1940. # [16:01] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1941. # [16:01] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  1942. # [16:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/afcf92af023a - Benoit Girard - Bug 959287 - Add mScrollableRect to layers dump. r=botond
  1943. # [16:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/90377eb761c6 - Alexander J. Vincent - Bug 958814 - For Mac XULRunner installations, add a bundle identifier to prevent a crash in gfxPlatformMac.cpp. r=Mossop
  1944. # [16:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/141b703571fc - Nikhil Marathe - Bug 959374 - Minor Navigator style and formatting fixes. r=bz
  1945. # [16:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4ec03e801a0f - Jed Davis - Bug 948204 - Add pmem regions to the system memory report. r=njn
  1946. # [16:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/30e1a793fbf9 - Martin Thomson - Bug 878941 - Add IdP proxy code with tests. r=abr
  1947. # [16:02] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1948. # [16:03] * Quits: till|out (till@moz-C200DD90.adsl.alicedsl.de) (Ping timeout)
  1949. # [16:03] * Joins: joshua-s (Thunderbir@moz-1F3D47B1.syrcny.east.verizon.net)
  1950. # [16:04] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1951. # [16:05] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  1952. # [16:05] * ChanServ sets mode: +o ehsan
  1953. # [16:05] * Joins: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1954. # [16:06] * armenzg is now known as armenzg_brb
  1955. # [16:08] * Quits: heftig (heftig@moz-D746319F.unitymedia.biz) (Quit: Quitting)
  1956. # [16:10] * Joins: emtwo (msamuel@13F2CEC5.7672369.D8E68FF6.IP)
  1957. # [16:11] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  1958. # [16:11] * Joins: heftig (heftig@moz-D746319F.unitymedia.biz)
  1959. # [16:11] * philor|away is now known as philor
  1960. # [16:12] * Quits: Boriss (Boriss@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Boriss)
  1961. # [16:12] * Joins: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP)
  1962. # [16:13] * Quits: dorsatum (dorsatum@4342163F.98769E99.5D9ABA9F.IP) (Ping timeout)
  1963. # [16:13] * Joins: till|out (till@moz-C200DD90.adsl.alicedsl.de)
  1964. # [16:14] * Quits: therube_agone (chatzilla@moz-C494341D.bltmmd.east.verizon.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 1.9.0.19/2010031422])
  1965. # [16:15] * Joins: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1966. # [16:15] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1967. # [16:15] * Quits: sanket (sanket@27BAF9AF.81369042.41D542A3.IP) (Ping timeout)
  1968. # [16:16] * kats is now known as kats-afk
  1969. # [16:16] * jorendorff_away is now known as jorendorff
  1970. # [16:16] * Quits: coop|afk (Chris@moz-BA745C97.dsl.bell.ca) (Ping timeout)
  1971. # [16:19] * Joins: coop (Chris@moz-900E932F.dsl.bell.ca)
  1972. # [16:19] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1973. # [16:19] * Joins: ggp (ggp@A175FD1F.9D3B35B.7E5C23C9.IP)
  1974. # [16:19] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1975. # [16:21] * Quits: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP) (Client exited)
  1976. # [16:21] * Joins: adalucinet_ (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1977. # [16:22] * Joins: dorsatum (dorsatum@A4CEFCB3.98769E99.5D9ABA9F.IP)
  1978. # [16:23] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  1979. # [16:23] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1980. # [16:23] * gregglind_travel is now known as gregglind
  1981. # [16:24] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Connection reset by peer)
  1982. # [16:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6779278f87df - Martin Thomson - Bug 884573 - Add a=identity support for sipcc. r=abr
  1983. # [16:24] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1984. # [16:24] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  1985. # [16:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/21977186a78e - Nikhil Marathe - Bug 959375 - Add Promise Resolve/Reject overloads accepting a window. r=baku
  1986. # [16:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/844f0374b647 - Michael Shuen - Bug 940253 - minorgc() returns itself. r=luke
  1987. # [16:25] * Joins: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP)
  1988. # [16:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bb7097d12256 - Martin Thomson - Bug 884573 - Split identity event into two. r=abr
  1989. # [16:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5e6c7217e92a - Martin Thomson - Bug 884573 - Identity assertion generation and verification for WebRTC. r=abr
  1990. # [16:26] * Quits: dorsatum (dorsatum@A4CEFCB3.98769E99.5D9ABA9F.IP) (Ping timeout)
  1991. # [16:26] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1992. # [16:26] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1993. # [16:27] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1994. # [16:27] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1995. # [16:29] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1996. # [16:29] * khuey|away is now known as khuey
  1997. # [16:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f5abf3eb7b2e - Rick Eyre - Bug 865407 - Part 6: Expose VTTCue::Reset to Chrome JS. r=bz
  1998. # [16:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/705f43739079 - Rick Eyre - Bug 865407 - Part 3: Add TextTrackList::GetAllActiveCues(). r=rillian
  1999. # [16:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9264d50055ea - Rick Eyre - Bug 865407 - Part 5: Move update display of cues code to TextTrackManager. r=bz, r=rillian
  2000. # [16:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/401b8593a881 - Rick Eyre - Bug 865407 - Part 4: Expose TextTrackCue::DisplayState to chrome JS. r=rillian, r=bz
  2001. # [16:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b9a96956264c - Rick Eyre - Bug 865407 - Part 7: Update vtt.js to latest version. r=rillan
  2002. # [16:30] * Quits: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP) (Ping timeout)
  2003. # [16:30] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2004. # [16:31] <@khuey> edmorley: did you see any worker hangs?
  2005. # [16:32] * edmorley is now known as edmorley|sheriffduty
  2006. # [16:32] * Tomcat|sheriffduty is now known as Tomcat
  2007. # [16:33] <edmorley|sheriffduty> khuey: Tomcat was watching the tree until about 90s ago, 302 him? :-)
  2008. # [16:33] * Quits: TheComputerGuy0010 (thecompute@1189F759.76E1BF5.9882C174.IP) (Connection reset by peer)
  2009. # [16:33] <Tomcat> heh
  2010. # [16:33] <Tomcat> khuey: nope so far its ok
  2011. # [16:33] <edmorley|sheriffduty> :-)
  2012. # [16:33] <RyanVM> woowoo :)
  2013. # [16:33] <@khuey> sweet
  2014. # [16:33] <RyanVM> khuey++
  2015. # [16:34] <Tomcat> yeah
  2016. # [16:34] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  2017. # [16:34] <Tomcat> khuey: ++
  2018. # [16:34] * Tomcat is now known as Tomcat|afk
  2019. # [16:34] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  2020. # [16:34] * Quits: nicklebedev-m (nicklebede@moz-838152B8.net135.n37.ru) (Quit: )
  2021. # [16:34] * Joins: therube_agone (chatzilla@moz-C494341D.bltmmd.east.verizon.net)
  2022. # [16:35] <@khuey> moral of this story: event loops are hard
  2023. # [16:35] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  2024. # [16:36] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2025. # [16:36] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  2026. # [16:36] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  2027. # [16:36] <RyanVM> khuey: thanks for sticking with it, it's going to make a big difference in our orange numbers
  2028. # [16:36] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2029. # [16:36] <edmorley|sheriffduty> khuey: thank you :-)
  2030. # [16:36] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2031. # [16:37] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  2032. # [16:37] * ChanServ sets mode: +o smaug
  2033. # [16:37] * Joins: twi1 (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  2034. # [16:37] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Connection reset by peer)
  2035. # [16:38] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  2036. # [16:38] * Quits: twi1 (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  2037. # [16:39] * Joins: sanket (sanket@EEE63CF4.8EFB1152.41D542A3.IP)
  2038. # [16:40] * BenWa|email is now known as BenWa
  2039. # [16:40] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2040. # [16:40] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  2041. # [16:40] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2042. # [16:40] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  2043. # [16:41] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  2044. # [16:41] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2045. # [16:42] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  2046. # [16:42] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  2047. # [16:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fd88c29a4e5a - David Burns - Bug 951453: Updating capabilities of Marionette; r=mdas
  2048. # [16:43] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2049. # [16:43] * armenzg_brb is now known as armenzg
  2050. # [16:43] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2051. # [16:43] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  2052. # [16:44] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  2053. # [16:44] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  2054. # [16:45] * Quits: ggp (ggp@A175FD1F.9D3B35B.7E5C23C9.IP) (Input/output error)
  2055. # [16:45] * Quits: danielgherasim (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: danielgherasim)
  2056. # [16:45] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2057. # [16:46] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  2058. # [16:46] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2059. # [16:47] * Joins: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2060. # [16:47] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  2061. # [16:47] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  2062. # [16:47] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Input/output error)
  2063. # [16:47] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  2064. # [16:47] * Joins: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl)
  2065. # [16:47] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2066. # [16:47] * ChanServ sets mode: +o dveditz
  2067. # [16:49] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  2068. # [16:49] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  2069. # [16:49] * sheppy-afk is now known as sheppy
  2070. # [16:49] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2071. # [16:49] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  2072. # [16:50] * Joins: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net)
  2073. # [16:50] * Quits: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  2074. # [16:51] * Joins: _AxS_ (axs@moz-E7607041.cpe.net.cable.rogers.com)
  2075. # [16:51] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2076. # [16:51] * Quits: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP) (Quit: ERC Version 5.3 (IRC client for Emacs))
  2077. # [16:51] * Quits: Morris (Morris@FE54117.4DD97A7D.24454B25.IP) (Ping timeout)
  2078. # [16:51] * Joins: Morris (Morris@FE54117.4DD97A7D.24454B25.IP)
  2079. # [16:52] * kats-afk is now known as kats
  2080. # [16:52] <_AxS_> hey all .. i'm working on getting spidermonkey-17 working in ia64 , i've got some "unaligned access" messages i'm trying to get rid of. anybody have any pointers how to track these down? Seems to have something to do with (right now at least) KIND_MASK and NAME_MASK in jsscript.h ...
  2081. # [16:53] * hwine|afk is now known as hwine
  2082. # [16:53] <_AxS_> ..alternatively, if anyone know if these messages are something I can safely ignore trying to fix, that'd be good to know too.
  2083. # [16:53] <@bz> #jsapi might be a better place to ask
  2084. # [16:53] <@bz> In 2-3 hours
  2085. # [16:53] <_AxS_> 'k
  2086. # [16:53] * Quits: Mathnerd314 (Mibbit@3208990E.60D7EA1F.459A737F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2087. # [16:53] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2088. # [16:54] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  2089. # [16:54] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  2090. # [16:55] <Ms2ger> Mm, firefox: /build/buildd/cairo-1.10.2/src/cairo-hash.c:196: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed.
  2091. # [16:55] * Joins: Mathnerd314 (Mibbit@3208990E.60D7EA1F.459A737F.IP)
  2092. # [16:55] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2093. # [16:55] * Joins: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP)
  2094. # [16:56] <@dveditz> _AxS_: what is "spidermonkey-17"? the spidermonkey that was in FIrefox/Gecko 17? If so **please** use something newer: that is no longer supported and has known security vulns
  2095. # [16:56] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2096. # [16:56] * jorendorff is now known as jorendorff_away
  2097. # [16:57] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2098. # [16:57] <@dveditz> ... although if your usecase is not exposed to arbitrary remote code I guess it would be OK
  2099. # [16:57] <_AxS_> dveditz: yeah, it's spidermonkey as released from js17.
  2100. # [16:57] <_AxS_> err, as released from ESR17
  2101. # [16:57] * Quits: Mathnerd314 (Mibbit@3208990E.60D7EA1F.459A737F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2102. # [16:57] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  2103. # [16:57] <RyanVM> _AxS_: known issue I believe
  2104. # [16:57] <@dveditz> if it's just running your own static code that would be safe enough
  2105. # [16:57] <RyanVM> _AxS_: fix landed on ESR24 IIRC
  2106. # [16:57] <RyanVM> let me look quick
  2107. # [16:57] * Quits: adalucinet_ (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2108. # [16:57] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2109. # [16:58] * centurion is now known as centurion_away
  2110. # [16:58] <RyanVM> firebot: bug 910845
  2111. # [16:58] * Parts: luke (luke@moz-7CF84B28.dhcp.ftwo.tx.charter.com)
  2112. # [16:58] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2113. # [16:58] <_AxS_> RyanVM: yep i saw that, and there's a patch that gets things 95% working for the 17.x branch too (backported with a few minor modifications)
  2114. # [16:58] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=910845 nor, --, mozilla26, info, RESO FIXED, ia64, Firefox 17, mozjs17 segfaults because JS ptrs haven't their high 17 bit cleared
  2115. # [16:58] <RyanVM> that one?
  2116. # [16:58] <_AxS_> that's the one, yep.
  2117. # [16:58] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  2118. # [16:58] <RyanVM> k, then that's all I've got :P
  2119. # [16:59] <_AxS_> I'm running tests on an ia64 machine now -- they're not actually failing, but i'm seeing a -lot- of "unaligned access" messages..
  2120. # [16:59] <_AxS_> Unfortunately, tests on sm24 -are- failing..
  2121. # [16:59] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2122. # [16:59] <RyanVM> doh
  2123. # [16:59] <_AxS_> ..specifically, testTrap_gc
  2124. # [16:59] * jchen|away is now known as jchen
  2125. # [16:59] <_AxS_> (that's next on my list to figure out)
  2126. # [17:00] <jimm> can anyone suggest someone to needinfo on a bug if I want to get a url list for a particular crash signature?
  2127. # [17:00] <Ms2ger> Mmm
  2128. # [17:00] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  2129. # [17:00] <Ms2ger> bsmedberg?
  2130. # [17:00] * catlee-away is now known as catlee
  2131. # [17:01] * Joins: eagleflo (aku@moz-14928E87.fi)
  2132. # [17:01] <@dveditz> jimm: any of the sheriffs?
  2133. # [17:01] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  2134. # [17:01] <@dveditz> jimm: kairo?
  2135. # [17:01] <@dveditz> oh, a list? hm
  2136. # [17:01] <@bsmedberg> jimm: :tracy
  2137. # [17:01] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2138. # [17:01] <@bsmedberg> QA does that
  2139. # [17:01] <jimm> yeah, someone with socorro access
  2140. # [17:02] <jimm> bsmedberg: thx
  2141. # [17:02] * Quits: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP) (Quit: bruce)
  2142. # [17:02] <KaiRo> jimm: just add the needURLs keyword
  2143. # [17:02] <jimm> KaiRo: ok will try that
  2144. # [17:02] <jimm> thx
  2145. # [17:02] <jimm> (re bug 759749)
  2146. # [17:03] * Quits: heftig (heftig@moz-D746319F.unitymedia.biz) (Quit: Quitting)
  2147. # [17:03] <KaiRo> jimm: we regularly triage bugs with that keyword and post a list of URLs (redacted if needed for PII and adult content)
  2148. # [17:03] * Quits: miketaylr (mtaylor@moz-AD48788D.sw.biz.rr.com) (Quit: Leaving...)
  2149. # [17:03] <jimm> sweet, good to know
  2150. # [17:04] <Ms2ger> KaiRo, hey, maybe people would be more interested to work on bugs if the list included adult content ;)
  2151. # [17:04] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  2152. # [17:04] <@dveditz> Ms2ger: some of this stuff goes beyond normal adult content into really bad stuff
  2153. # [17:05] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2154. # [17:05] <Ms2ger> Fair point
  2155. # [17:05] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2156. # [17:05] <@dveditz> possibly illegal stuff, even
  2157. # [17:05] <KaiRo> Ms2ger: heh - well, we can give people the adult URLs if required but it's not a good idea to post them publicly on Bugzilla and make our tools link it
  2158. # [17:07] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  2159. # [17:07] * Quits: ewong|away (chatzilla@moz-20A71729.net) (Connection reset by peer)
  2160. # [17:08] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  2161. # [17:08] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2162. # [17:08] * Joins: ewong|away (chatzilla@moz-20A71729.net)
  2163. # [17:08] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2164. # [17:09] * bc is now known as bc|bbl
  2165. # [17:09] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2166. # [17:09] * jorendorff_away is now known as jorendorff
  2167. # [17:10] * Joins: grobinson|laptop (grob_@moz-5F60EE80.t-3.net)
  2168. # [17:10] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2169. # [17:11] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2170. # [17:11] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  2171. # [17:12] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2172. # [17:12] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2173. # [17:12] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2174. # [17:12] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2175. # [17:13] * Quits: AlinT (AlinT@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2176. # [17:13] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2177. # [17:13] * Joins: hexman (hexman@moz-27F37946.net55.n37.ru)
  2178. # [17:13] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  2179. # [17:14] * Joins: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2180. # [17:14] * Joins: luke (luke@moz-7CF84B28.dhcp.ftwo.tx.charter.com)
  2181. # [17:15] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2182. # [17:15] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2183. # [17:16] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  2184. # [17:17] * Joins: Standard8 (Standard8@moz-AFF39559.threembb.co.uk)
  2185. # [17:17] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  2186. # [17:17] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  2187. # [17:18] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2188. # [17:20] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  2189. # [17:21] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2190. # [17:21] * Quits: hexman (hexman@moz-27F37946.net55.n37.ru) (Ping timeout)
  2191. # [17:21] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2192. # [17:22] * Quits: centurion_away (ashickur-n@2E8B181.C507E338.1E0D1E74.IP) (Connection reset by peer)
  2193. # [17:23] * Quits: mixedpuppy (mixedpuppy@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: mixedpuppy)
  2194. # [17:23] * Joins: miketaylr (mtaylor@moz-5AC0C38D.public.wayport.net)
  2195. # [17:23] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2196. # [17:24] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2197. # [17:24] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  2198. # [17:24] * Joins: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com)
  2199. # [17:25] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2200. # [17:25] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2201. # [17:25] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2202. # [17:26] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2203. # [17:26] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  2204. # [17:26] * Quits: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  2205. # [17:27] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2206. # [17:27] * Quits: Morris (Morris@FE54117.4DD97A7D.24454B25.IP) (Ping timeout)
  2207. # [17:27] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  2208. # [17:27] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2209. # [17:27] * Joins: Morris (Morris@FE54117.4DD97A7D.24454B25.IP)
  2210. # [17:27] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2211. # [17:28] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  2212. # [17:28] * Quits: sanket (sanket@EEE63CF4.8EFB1152.41D542A3.IP) (Ping timeout)
  2213. # [17:28] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2214. # [17:28] * Joins: aklotz (Thunderbir@moz-36664323.cg.shawcable.net)
  2215. # [17:28] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2216. # [17:28] * jhopkins is now known as jhopkins|afk
  2217. # [17:29] * Joins: maikmerten (maikmerten@moz-9464999A.pools.arcor-ip.net)
  2218. # [17:29] * Joins: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP)
  2219. # [17:29] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2220. # [17:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/134244c3d863 - Jim Chen - Bug 951431 - Report permanent hangs as transient hangs for now; r=froydnj
  2221. # [17:30] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2222. # [17:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f3a6bb4975a8 - Jim Chen - Bug 951431 - Monitor main thread hangs using BackgroundHangMonitor; r=vladan
  2223. # [17:30] * Quits: maikmerten (maikmerten@moz-9464999A.pools.arcor-ip.net) (Ping timeout)
  2224. # [17:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b6ac5d30404d - Jim Chen - Bug 951431 - Don't get stacks during profiler runs on Linux; r=BenWa
  2225. # [17:31] * Quits: SJW (Thunderbir@moz-D339B992.dynip.ebmnet.ch) (Quit: SJW)
  2226. # [17:31] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2227. # [17:31] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  2228. # [17:31] * Joins: hexman (hexman@moz-27F37946.net55.n37.ru)
  2229. # [17:31] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Connection reset by peer)
  2230. # [17:32] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  2231. # [17:32] * jorendorff is now known as jorendorff_away
  2232. # [17:33] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2233. # [17:34] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  2234. # [17:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b5703bbfa84f - Ed Morley - Bug 898317 - Disable browser_newtab_bug735987.js on OS X for intermittent failures
  2235. # [17:34] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1a7d8aa9e49d - Ed Morley - Bug 867992 - Disable browser_webconsole_bug_630733_response_redirect_headers.js on Linux for intermittent failures
  2236. # [17:34] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b79de1e6ba57 - Ed Morley - Bug 894063 - Disable browser_819510_perwindowpb.js on Linux for intermittent failures
  2237. # [17:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aae11c09990a - Ed Morley - Bug 916143 - Disable test_movement_by_words.html on Windows for intermittent failures
  2238. # [17:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b89e1bb6644a - Ed Morley - Bug 900641 - Disable mochitest-metro-chrome browser_selection_caretfocus.js for intermittent failures
  2239. # [17:35] * Quits: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2240. # [17:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cf93e934bc46 - Ed Morley - Bug 917535 - Disable browser_locationBarCommand.js on Linux for intermittent failures
  2241. # [17:35] * Joins: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2242. # [17:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9e3d67c2b1f8 - Ed Morley - Bug 660224 - Disable input-focus.html & textarea-focus.html on Windows for intermittent failures
  2243. # [17:35] * Callek_disconnected is now known as Callek
  2244. # [17:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a14a83c1cf5e - Ed Morley - Bug 909305 & bug 919482 - Mark 163504-*.html as random-if for too many intermittent failures
  2245. # [17:35] * Quits: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2246. # [17:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f2089d89c778 - Ed Morley - Bug 760770 - Disable test_timeupdate_small_files.html on Linux for intermittent failures
  2247. # [17:35] * Quits: new_one (new_one@moz-3886E7BA.rice.edu) (Ping timeout)
  2248. # [17:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8b01e4d72342 - Ed Morley - Bug 925225 - Disable browser_bug676619.js on OS X for intermittent failures
  2249. # [17:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4dfe570f1211 - Ed Morley - Bug 921693 - Disable test_bug426082.html on Windows for intermittent failures
  2250. # [17:36] * Quits: nicodel (Thunderbir@CC76CE0F.81445FE4.1B3E68DA.IP) (Ping timeout)
  2251. # [17:36] * Joins: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2252. # [17:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b2151c356ba6 - Ed Morley - Bug 919016 - Disable test_bug360437.xul on Windows for intermittent failures
  2253. # [17:36] * Joins: TheYellowFlash (Mibbit@342A796C.29E0BAFB.1957C0DA.IP)
  2254. # [17:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/dc447b8f6f14 - Ed Morley - Bug 944372 - Disable browser_394759_basic.js for intermittent failures
  2255. # [17:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/111e9e5e9acd - Ed Morley - Bug 951680 - Disable browser_alltabslistener.js on Linux for intermittent failures
  2256. # [17:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a21e5433d225 - Ed Morley - Bug 951146 - Disable browser_webconsole_console_logging_api.js on Linux for intermittent failures
  2257. # [17:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/52d6e5efa74d - Ed Morley - Bug 952865 - Disable browser_console.js on Linux for intermittent failures
  2258. # [17:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3029df0aa94a - Ed Morley - Bug 951965 - Disable browser_UITour.js on Linux for intermittent failures
  2259. # [17:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/194dc8f8f9fe - Ed Morley - Bug 947535 - Disable social/browser_blocklist.js for intermittent failures
  2260. # [17:37] * Joins: mccr8 (mccr8@moz-2C4A1AA8.dsl.dynamic.sonic.net)
  2261. # [17:37] * Joins: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net)
  2262. # [17:37] * Quits: gerard-majax__ (alex@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2263. # [17:38] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2264. # [17:38] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  2265. # [17:38] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2266. # [17:38] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2267. # [17:38] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2268. # [17:38] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2269. # [17:39] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  2270. # [17:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c4aadf8ea4e0 - Ryan VanderMeulen - Backed out changesets bb7097d12256, 5e6c7217e92a, and 6779278f87df (bug 884573) and changeset 30e1a793fbf9 (bug 878941) for Cpp unit test failures.
  2271. # [17:41] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  2272. # [17:41] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2273. # [17:41] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2274. # [17:42] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  2275. # [17:42] * ChanServ sets mode: +o bz
  2276. # [17:42] * armenzg is now known as armenzg_lunch
  2277. # [17:43] * jcranmer|away is now known as jcranmer
  2278. # [17:43] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2279. # [17:43] * Joins: Jerry_ (hshih@moz-AE383FC4.dynamic.kbronet.com.tw)
  2280. # [17:43] * Joins: huseby (huseby@moz-F86A7D90.lv.lv.cox.net)
  2281. # [17:43] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2282. # [17:43] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  2283. # [17:43] * sewardj_ is now known as sewardj
  2284. # [17:43] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  2285. # [17:43] * Joins: sanket (sanket@EEE63CF4.8EFB1152.41D542A3.IP)
  2286. # [17:43] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2287. # [17:44] * RyanVM is now known as RyanVM|brb
  2288. # [17:44] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  2289. # [17:44] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2290. # [17:44] * Joins: mchang (mchang@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2291. # [17:44] * terrence-afk is now known as terrence
  2292. # [17:44] * Quits: grobinson|laptop (grob_@moz-5F60EE80.t-3.net) (Ping timeout)
  2293. # [17:45] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Input/output error)
  2294. # [17:46] * NeilAway hopes bug 884573 doesn't need to be uplifted anywhere
  2295. # [17:46] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  2296. # [17:47] * Joins: maikmerten (maikmerten@A1681066.61F09114.5A9032E5.IP)
  2297. # [17:47] <RyanVM|brb> khuey: dammit, sorry, missed the IDL change there
  2298. # [17:48] <RyanVM|brb> oh that's cool
  2299. # [17:48] <RyanVM|brb> $ mach uuid
  2300. # [17:48] <RyanVM|brb> /usr/bin/env: python2.7: No such file or directory
  2301. # [17:49] * Joins: dao (dao@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2302. # [17:49] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2303. # [17:49] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2304. # [17:49] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  2305. # [17:50] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Client exited)
  2306. # [17:50] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2307. # [17:51] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2308. # [17:51] * jorendorff_away is now known as jorendorff
  2309. # [17:52] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2310. # [17:53] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2311. # [17:54] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2312. # [17:54] * till|out is now known as till
  2313. # [17:55] * jorendorff is now known as jorendorff_away
  2314. # [17:55] * jorendorff_away is now known as jorendorff
  2315. # [17:55] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2316. # [17:55] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  2317. # [17:55] * bc|bbl is now known as bc
  2318. # [17:55] * Joins: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2319. # [17:55] <@bz> hrm
  2320. # [17:55] <@bz> did try get cleared?
  2321. # [17:56] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2322. # [17:56] <philor> don't think so, just magically got fast
  2323. # [17:57] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  2324. # [17:57] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2325. # [17:57] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Max SendQ exceeded)
  2326. # [17:57] <@bz> my try pushes are showing nothin
  2327. # [17:57] <@bz> https://tbpl.mozilla.org/?tree=Try&rev=6e5593b869f2
  2328. # [17:57] <@bz> etc
  2329. # [17:57] <@bz> (week-old try pushes)
  2330. # [17:57] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  2331. # [17:57] <philor> wfm
  2332. # [17:58] * jorendorff is now known as jorendorff_away
  2333. # [17:58] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  2334. # [17:58] * Joins: jdover_ (jdover@moz-B6A045DB.dsl.pltn13.sbcglobal.net)
  2335. # [17:59] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2336. # [17:59] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  2337. # [17:59] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  2338. # [17:59] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2339. # [18:00] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  2340. # [18:00] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2341. # [18:00] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  2342. # [18:01] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  2343. # [18:02] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2344. # [18:02] * Joins: owenchu (owenchu@moz-341E3462.hsd1.ca.comcast.net)
  2345. # [18:03] * Quits: Standard8 (Standard8@moz-AFF39559.threembb.co.uk) (Ping timeout)
  2346. # [18:04] * Quits: mak (mak@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2347. # [18:05] * Joins: Standard8 (Standard8@moz-AFF39559.threembb.co.uk)
  2348. # [18:06] <jcranmer> mconley: ping
  2349. # [18:06] <mconley> jcranmer: pongish - about to run out
  2350. # [18:06] <mconley> what's up?
  2351. # [18:06] <jcranmer> mconley: I have an australis question
  2352. # [18:06] <mconley> jcranmer: go ahead
  2353. # [18:06] <jcranmer> is it possible to save a bookmark as a toolbar button?
  2354. # [18:06] * Joins: aja (Instantbir@8870900D.A2BBCAA5.7880DB15.IP)
  2355. # [18:07] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2356. # [18:07] * catlee is now known as catlee-mtg
  2357. # [18:07] * Quits: smontagu (chatzilla@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2358. # [18:08] <mconley> jcranmer: the built-in solution is to have the bookmark exist on the bookmarks toolbar
  2359. # [18:08] * Joins: owenchu_ (owenchu@60A74940.D6CCE4AE.77834EAA.IP)
  2360. # [18:08] <mconley> you *could* move the bookmarks toolbar items to another toolbar
  2361. # [18:09] * Quits: owenchu (owenchu@moz-341E3462.hsd1.ca.comcast.net) (Ping timeout)
  2362. # [18:09] * owenchu_ is now known as owenchu
  2363. # [18:09] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2364. # [18:10] * Joins: gerard-majax__ (alex@4317B729.7743AAC5.40C9967B.IP)
  2365. # [18:10] * geekboy|afk is now known as geekboy
  2366. # [18:10] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  2367. # [18:11] * Quits: tzimmermann (tzimmerman@moz-5A36F59C.pools.arcor-ip.net) (Quit: Ex-Chat)
  2368. # [18:11] * Quits: jdover_ (jdover@moz-B6A045DB.dsl.pltn13.sbcglobal.net) (Quit: Computer has gone to sleep.)
  2369. # [18:12] * Joins: jdover_ (jdover@moz-B6A045DB.dsl.pltn13.sbcglobal.net)
  2370. # [18:12] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  2371. # [18:13] * jhopkins|afk is now known as jhopkins
  2372. # [18:13] * Quits: jdover_ (jdover@moz-B6A045DB.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2373. # [18:14] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2374. # [18:14] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2375. # [18:14] * Quits: lmandel (lmandel@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2376. # [18:16] * Joins: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP)
  2377. # [18:16] * Quits: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl) (Quit: Leaving)
  2378. # [18:16] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2379. # [18:16] * Quits: Standard8 (Standard8@moz-AFF39559.threembb.co.uk) (Ping timeout)
  2380. # [18:17] * Joins: ehugg (chatzilla@CC43922C.29102B70.6CD50604.IP)
  2381. # [18:18] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2382. # [18:18] * Quits: mdas (mdas@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  2383. # [18:18] * khuey is now known as khuey|away
  2384. # [18:18] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2385. # [18:18] * Quits: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Client exited)
  2386. # [18:19] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: Textual IRC Client: www.textualapp.com)
  2387. # [18:19] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2388. # [18:19] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2389. # [18:19] * Joins: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl)
  2390. # [18:20] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  2391. # [18:20] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  2392. # [18:21] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  2393. # [18:22] * Quits: gerard-majax__ (alex@4317B729.7743AAC5.40C9967B.IP) (Ping timeout)
  2394. # [18:22] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  2395. # [18:22] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  2396. # [18:22] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2397. # [18:23] * Quits: bnicholson (bnicholson@moz-46A94A2D.hsd1.ca.comcast.net) (Ping timeout)
  2398. # [18:23] * Quits: miketaylr (mtaylor@moz-5AC0C38D.public.wayport.net) (Quit: Leaving...)
  2399. # [18:23] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2400. # [18:23] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2401. # [18:24] * Joins: AMiras (AMiras@42E9F7BB.6376FA65.109882C3.IP)
  2402. # [18:24] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2403. # [18:24] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2404. # [18:24] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2405. # [18:25] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2406. # [18:26] * Quits: mconley (mconley@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2407. # [18:26] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2408. # [18:26] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  2409. # [18:27] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  2410. # [18:28] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2411. # [18:28] <nemo> Hum. Would be nice if Firefox could alert if plugins are being needy.
  2412. # [18:29] * Quits: Gijs (gijs@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2413. # [18:29] <nemo> So. My coworker's Firefox was lagging hard. He had no idea why. Scrolling in chat popup in gmail was slow, switching tabs took about a second...
  2414. # [18:29] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2415. # [18:29] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  2416. # [18:29] <nemo> So I pull up process list to see if Firefox is sucking up a ton of CPU
  2417. # [18:29] <nemo> it isn't, but Flash is
  2418. # [18:29] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2419. # [18:29] <nemo> I kill flash. No more lag.
  2420. # [18:29] <nemo> He has no idea why flash was even running.
  2421. # [18:29] * Quits: tonymec|away (tonymec@5C7A99F9.416FA63.A9371869.IP) (Ping timeout)
  2422. # [18:29] <nemo> Maybe gmail still uses it to play ping noises he had muted, who knows
  2423. # [18:29] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2424. # [18:29] <nemo> But you'd think this sluggishness and CPU usage could be detectable
  2425. # [18:30] * Quits: serge (Thunderbir@AD4890C8.6987D90E.971E19F6.IP) (Ping timeout)
  2426. # [18:30] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  2427. # [18:31] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2428. # [18:31] * Joins: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2429. # [18:31] * Quits: owenchu (owenchu@60A74940.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  2430. # [18:31] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Input/output error)
  2431. # [18:31] * Quits: annevk (annevk@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2432. # [18:32] * RyanVM|brb is now known as RyanVM|sheriffduty
  2433. # [18:32] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  2434. # [18:32] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2435. # [18:32] * Quits: fox2mike (shyam@moz-8DDA37AB.fox2mike.net) (Quit: goddamn kernel updates!)
  2436. # [18:32] <kbrosnan> nemo: suggest turning on ask to activate
  2437. # [18:32] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2438. # [18:32] * Quits: markh (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2439. # [18:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7eac28351524 - Ryan VanderMeulen - Fix bustage from bad unbitrotting of bug 883975.
  2440. # [18:34] * Joins: fox2mike (shyam@C62C4188.66A0454.467F5724.IP)
  2441. # [18:34] <mayhemer> RyanVM|sheriffduty: is this yor checkin a fix for the b2g orange?
  2442. # [18:34] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2443. # [18:34] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2444. # [18:35] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2445. # [18:35] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2446. # [18:35] * Joins: TimAbraldes (quassel@125EF623.B2666F0E.66399531.IP)
  2447. # [18:35] <RyanVM|sheriffduty> mayhemer: yes
  2448. # [18:35] <RyanVM|sheriffduty> my fault entirely
  2449. # [18:36] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2450. # [18:36] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2451. # [18:36] <mayhemer> RyanVM|sheriffduty: cool, I was worried about my patch that went in slightly blindly ;)
  2452. # [18:36] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2453. # [18:36] * Quits: Enn (enn@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2454. # [18:36] * Quits: sanket (sanket@EEE63CF4.8EFB1152.41D542A3.IP) (Quit: Leaving)
  2455. # [18:37] * Joins: ehugg_ (ehugg@moz-F401092A.cisco.com)
  2456. # [18:37] * Joins: gerard-majax__ (alex@B796AFB5.5027669E.96B18764.IP)
  2457. # [18:38] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  2458. # [18:39] * philor is now known as philor|away
  2459. # [18:39] * Joins: jdover_ (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2460. # [18:39] <nemo> kbrosnan: heh. that's all well and good for his situation, but I wonder how often people go
  2461. # [18:39] <nemo> kbrosnan: firefox is slow and unresponsive, unaware of true culprit
  2462. # [18:39] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2463. # [18:40] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2464. # [18:40] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Ping timeout)
  2465. # [18:40] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2466. # [18:40] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2467. # [18:40] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  2468. # [18:41] * Quits: dao (dao@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  2469. # [18:41] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2470. # [18:41] * Quits: gerard-majax__ (alex@B796AFB5.5027669E.96B18764.IP) (Ping timeout)
  2471. # [18:41] <@ehsan> NeilAway: ping
  2472. # [18:41] * Joins: darkowlzz (sunny@7CFADC16.CCD423B1.C8B03EAF.IP)
  2473. # [18:41] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2474. # [18:41] * edmorley|sheriffduty is now known as edmorley
  2475. # [18:42] * Joins: lgarner (lgarner@moz-771027BC.dsl.dynamic.sonic.net)
  2476. # [18:42] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  2477. # [18:42] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2478. # [18:42] * Parts: darkowlzz (sunny@7CFADC16.CCD423B1.C8B03EAF.IP) (Leaving)
  2479. # [18:42] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Quit: Leaving)
  2480. # [18:42] * Quits: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net) (Quit: mixedpuppy)
  2481. # [18:42] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2482. # [18:42] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  2483. # [18:43] * Quits: TheYellowFlash (Mibbit@342A796C.29E0BAFB.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2484. # [18:43] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2485. # [18:43] * Joins: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP)
  2486. # [18:44] * glob is now known as glob|away
  2487. # [18:47] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2488. # [18:47] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Input/output error)
  2489. # [18:47] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2490. # [18:47] * Joins: tonymec|away (tonymec@C3D6B991.6051DC.A9371869.IP)
  2491. # [18:47] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2492. # [18:48] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2493. # [18:49] * armenzg_lunch is now known as armenzg
  2494. # [18:51] * sheppy is now known as sheppy-bbl
  2495. # [18:51] <jesup> nemo: it was likely a specific Flash script/page (likely an ad). FlashBlock (i.e. click to activate flash; you can greenlight sites easily from a toolbar widget) is your friend
  2496. # [18:52] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  2497. # [18:52] * Quits: mstange (markus@moz-C33E9AFE.dip0.t-ipconnect.de) (Quit: mstange)
  2498. # [18:53] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Ping timeout)
  2499. # [18:53] * jhopkins is now known as jhopkins|mtg
  2500. # [18:53] * rail is now known as rail-lunch
  2501. # [18:54] * Quits: lgarner (lgarner@moz-771027BC.dsl.dynamic.sonic.net) (Ping timeout)
  2502. # [18:55] * kats is now known as kats-interview
  2503. # [18:55] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  2504. # [18:55] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2505. # [18:55] * Joins: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP)
  2506. # [18:55] * Joins: gerard-majax__ (alex@7AC11AA4.3FD2B1B0.40C9967B.IP)
  2507. # [18:55] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  2508. # [18:55] * Joins: grobinson|laptop (grob_@moz-7A1BC54C.host.de.colt.net)
  2509. # [18:56] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  2510. # [18:56] * Joins: dbaron (dbaron@moz-A9D01D68.dsl.dynamic.sonic.net)
  2511. # [18:56] * ChanServ sets mode: +ao dbaron dbaron
  2512. # [18:56] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2513. # [18:57] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2514. # [18:57] * armenzg is now known as armenzg_mtg
  2515. # [18:57] * Quits: gabor (gabor@941349F4.F58C7D4D.F945DA.IP) (Client exited)
  2516. # [18:57] <Anupkumar> !seen mak
  2517. # [18:57] <firebot> mak was last seen 5 hours, 23 minutes and 55 seconds ago, saying 'yep, that's a good idea :)' in #developers.
  2518. # [18:57] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2519. # [18:58] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2520. # [18:58] * Joins: gabor (gabor@941349F4.F58C7D4D.F945DA.IP)
  2521. # [18:58] * Quits: gerard-majax__ (alex@7AC11AA4.3FD2B1B0.40C9967B.IP) (Ping timeout)
  2522. # [18:58] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2523. # [18:58] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2524. # [19:00] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2525. # [19:01] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2526. # [19:01] * Joins: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2527. # [19:02] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  2528. # [19:02] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2529. # [19:02] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2530. # [19:02] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  2531. # [19:03] * Quits: Boriss (Boriss@7BE54F67.5E1E8109.198A214C.IP) (Quit: Boriss)
  2532. # [19:03] * Quits: shorlander (shorlander@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2533. # [19:04] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  2534. # [19:05] * Quits: grobinson|laptop (grob_@moz-7A1BC54C.host.de.colt.net) (Ping timeout)
  2535. # [19:05] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2536. # [19:06] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2537. # [19:06] * Joins: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2538. # [19:07] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  2539. # [19:07] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  2540. # [19:07] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  2541. # [19:07] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2542. # [19:07] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2543. # [19:08] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  2544. # [19:08] * Joins: shorlander (shorlander@7BE54F67.5E1E8109.198A214C.IP)
  2545. # [19:09] * Quits: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  2546. # [19:09] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  2547. # [19:09] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Client exited)
  2548. # [19:10] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  2549. # [19:11] * khuey|away is now known as khuey
  2550. # [19:11] * Parts: hexman (hexman@moz-27F37946.net55.n37.ru)
  2551. # [19:11] * Quits: Mano (mano@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  2552. # [19:12] * philor|away is now known as philor
  2553. # [19:12] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2554. # [19:12] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2555. # [19:12] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2556. # [19:12] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  2557. # [19:12] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2558. # [19:13] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  2559. # [19:13] * Joins: gerard-majax__ (alex@17C677FD.A83FCECD.41DC420.IP)
  2560. # [19:13] * jimm is now known as jimm-lunch
  2561. # [19:13] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2562. # [19:14] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2563. # [19:14] * armenzg_mtg is now known as armenzg
  2564. # [19:14] * Joins: hexman (hexman@moz-27F37946.net55.n37.ru)
  2565. # [19:15] * Parts: hexman (hexman@moz-27F37946.net55.n37.ru)
  2566. # [19:15] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2567. # [19:15] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2568. # [19:16] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2569. # [19:16] * Quits: gerard-majax__ (alex@17C677FD.A83FCECD.41DC420.IP) (Quit: Ex-Chat)
  2570. # [19:16] * Parts: aja (Instantbir@8870900D.A2BBCAA5.7880DB15.IP)
  2571. # [19:17] * Quits: drs (dsherk@moz-8A7708E6.members.linode.com) (Quit: WeeChat 0.3.7)
  2572. # [19:17] * drs_ is now known as drs
  2573. # [19:20] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Broken pipe)
  2574. # [19:20] * Quits: drs (drs@857954E9.3465DF4E.BE19388.IP) (Quit: Left gracefully.)
  2575. # [19:20] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2576. # [19:20] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2577. # [19:21] * Joins: drs (drs@857954E9.3465DF4E.BE19388.IP)
  2578. # [19:21] <@khuey> till: ping?
  2579. # [19:21] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  2580. # [19:21] <till> khuey: pong
  2581. # [19:21] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  2582. # [19:22] <@khuey> till: hey, what's up with bug 949992?
  2583. # [19:22] <till> khuey: that's what I wanted to ask you about :)
  2584. # [19:22] <@khuey> :P
  2585. # [19:22] <fabrice> khuey: can you finish landing bug 948774 ?
  2586. # [19:22] <@khuey> fabrice: yeah
  2587. # [19:23] <till> khuey: I didn't land the patches (or asked for a full review, even) because it doesn't make much sense right now
  2588. # [19:23] <till> khuey: but I hope it's a basis for you to do the sync messaging stuff on
  2589. # [19:23] <@khuey> till: yeah, I need something to hang the sync messaging off of
  2590. # [19:23] * Joins: Gijs (gijs@7BE54F67.5E1E8109.198A214C.IP)
  2591. # [19:23] <till> khuey: this should provide it
  2592. # [19:24] <@khuey> till: have we decided how one will create a ShumwayWorker?
  2593. # [19:24] <RyanVM|sheriffduty> jchen: inbound asserts
  2594. # [19:24] <RyanVM|sheriffduty> jchen: https://tbpl.mozilla.org/php/getParsedLog.php?id=32984747&tree=Mozilla-Inbound
  2595. # [19:24] * catlee-mtg is now known as catlee-lunch
  2596. # [19:25] <till> khuey: my current thinking is that we should make the worker available to all chrome code, but hard-code the used script's url, so it can't be abused for anything else
  2597. # [19:25] * bc is now known as bc|bbl
  2598. # [19:25] <till> khuey: that's how it is set up in the patches
  2599. # [19:25] * merike|away is now known as merike
  2600. # [19:26] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2601. # [19:26] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2602. # [19:26] * jorendorff_away is now known as jorendorff
  2603. # [19:26] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2604. # [19:26] <RyanVM|sheriffduty> khuey: so basically OSX M4 is the only suite that I still see frequent shutdown hangs on. No idea what's behind it and probably won't be able to easily find out either :(
  2605. # [19:26] <@khuey> oh
  2606. # [19:27] <@khuey> there's a part 1
  2607. # [19:27] <@khuey> fun
  2608. # [19:27] <@khuey> till: ok, great
  2609. # [19:27] <@khuey> thanks
  2610. # [19:27] <@khuey> RyanVM|sheriffduty: link?
  2611. # [19:27] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2612. # [19:27] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2613. # [19:27] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2614. # [19:28] <till> khuey: ping me if you need anything, or want things changed in how this is set up
  2615. # [19:28] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2616. # [19:28] <RyanVM|sheriffduty> khuey: https://tbpl.mozilla.org/php/getParsedLog.php?id=32977904&tree=Fx-Team
  2617. # [19:28] <RyanVM|sheriffduty> khuey: 10.8 debug seems to be the common thread
  2618. # [19:28] <RyanVM|sheriffduty> that and the already known mochitest-mc hangs
  2619. # [19:28] * Quits: ehugg_ (ehugg@moz-F401092A.cisco.com) (Ping timeout)
  2620. # [19:28] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  2621. # [19:30] * rail-lunch is now known as rail
  2622. # [19:30] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2623. # [19:30] <till> khuey: when do you think this'll be in a testable state, roughly?
  2624. # [19:31] <@khuey> RyanVM|sheriffduty: yeah, that's something else
  2625. # [19:31] * Quits: Gijs (gijs@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  2626. # [19:31] <@khuey> no worker code involved
  2627. # [19:31] <@khuey> RyanVM|sheriffduty: maybe ask bsmedberg for ideas?
  2628. # [19:31] <RyanVM|sheriffduty> khuey: any suggestions for how we can hunt that one down? R&R is Windows-only, right?
  2629. # [19:31] <RyanVM|sheriffduty> ok
  2630. # [19:31] <@khuey> yeah, windows only
  2631. # [19:32] <RyanVM|sheriffduty> i'll bring it up in the platform update today
  2632. # [19:32] <@khuey> till: when I get around to writing it :P
  2633. # [19:32] <@khuey> trying to do that today ...
  2634. # [19:32] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2635. # [19:32] * Joins: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  2636. # [19:32] <till> khuey: cool. Would be good to have that soon-ish
  2637. # [19:32] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2638. # [19:32] <jchen> RyanVM|sheriffduty: hm looks like the asserts are not showing up in later runs?
  2639. # [19:33] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Input/output error)
  2640. # [19:33] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2641. # [19:33] <RyanVM|sheriffduty> jchen: no finished osx debug runs above yours
  2642. # [19:33] <RyanVM|sheriffduty> no finished debug M1 runs on any platform above yours AFAICT
  2643. # [19:34] <jchen> oic
  2644. # [19:35] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  2645. # [19:35] <RyanVM|sheriffduty> jchen: but actually, I don't think it's yours
  2646. # [19:35] <RyanVM|sheriffduty> it's failing during test_texttrackcue.html
  2647. # [19:36] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  2648. # [19:36] <RyanVM|sheriffduty> and of course, the patch that instantly becomes suspicious in that context has a green Try run
  2649. # [19:36] * Quits: drs (drs@857954E9.3465DF4E.BE19388.IP) (Quit: Left gracefully.)
  2650. # [19:37] * Quits: mccr8 (mccr8@moz-2C4A1AA8.dsl.dynamic.sonic.net) (Quit: computer sleep)
  2651. # [19:37] * Joins: drs (drs@moz-DB4A9C19.scl3.mozilla.com)
  2652. # [19:37] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2653. # [19:38] * Parts: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Leaving)
  2654. # [19:38] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  2655. # [19:39] * baku is now known as baku|away
  2656. # [19:39] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  2657. # [19:39] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  2658. # [19:40] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2659. # [19:40] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  2660. # [19:40] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2661. # [19:41] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  2662. # [19:41] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2663. # [19:41] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2664. # [19:41] <@khuey> till: what's up with the functions you're adding?
  2665. # [19:41] * Joins: ted416 (anonymous@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2666. # [19:41] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2667. # [19:41] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2668. # [19:41] * Quits: joshua-s (Thunderbir@moz-1F3D47B1.syrcny.east.verizon.net) (Ping timeout)
  2669. # [19:42] * kats-interview is now known as kats
  2670. # [19:42] <till> khuey: we need a few other non-standard things for Shumway, sadly
  2671. # [19:43] <till> khuey: like iterable weak maps, because Flash has them
  2672. # [19:43] <@khuey> till: a function called enablePrivilege that iterates weakmaps?
  2673. # [19:43] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2674. # [19:43] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2675. # [19:44] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2676. # [19:44] <till> khuey: sure ;)
  2677. # [19:44] <till> khuey: ok, so maybe I forgot to change the name there ...
  2678. # [19:45] <@khuey> ok
  2679. # [19:45] <till> (and yes: I didn't test that part of the patch yet)
  2680. # [19:45] <@khuey> just making sure I'm not high :P
  2681. # [19:45] <RyanVM|sheriffduty> jchen: you're in the clear
  2682. # [19:45] <RyanVM|sheriffduty> second IDL change today without an IID bump
  2683. # [19:45] <@khuey> stab them
  2684. # [19:45] <@khuey> stab them all
  2685. # [19:45] <RyanVM|sheriffduty> khuey: *sigh*
  2686. # [19:45] * Quits: jdover_ (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  2687. # [19:45] <RyanVM|sheriffduty> at least I saw this one
  2688. # [19:45] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  2689. # [19:46] <jcranmer> proposal: someone write a hook that rejects changes to .idl files without iid bumps
  2690. # [19:46] <RyanVM|sheriffduty> would be nice!
  2691. # [19:46] * Joins: jdover_ (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2692. # [19:46] <RyanVM|sheriffduty> would love if the build would go red when an interface was changed w/o an IID bump
  2693. # [19:46] * Quits: gabor (gabor@941349F4.F58C7D4D.F945DA.IP) (Ping timeout)
  2694. # [19:46] <@khuey> well it goes orange
  2695. # [19:46] <@khuey> isn't that enough? :P
  2696. # [19:46] <RyanVM|sheriffduty> har
  2697. # [19:47] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  2698. # [19:48] <vlad> would be nice if we could automate a manual, easily-forgotten process :p
  2699. # [19:48] * Joins: joshua-s (Thunderbir@moz-1F3D47B1.syrcny.east.verizon.net)
  2700. # [19:48] <vlad> e.g. have the iid be generated automatically from the source
  2701. # [19:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b7c25fa0543c - Ryan VanderMeulen - Bug 865407 - Bump nsIWebVTTParserWrapper IID. CLOSED TREE
  2702. # [19:50] * jimm-lunch is now known as jimm
  2703. # [19:50] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  2704. # [19:51] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2705. # [19:51] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2706. # [19:51] * Quits: RealRaven (Thunderbir@673A78D6.EDFE0F0.C3498625.IP) (Quit: RealRaven)
  2707. # [19:51] <vlad> bjacob: man.. that OSX reftest thing
  2708. # [19:51] <RyanVM|sheriffduty> khuey: vlad: http://www.livememe.com/ibmq0xt
  2709. # [19:51] <vlad> RyanVM|sheriffduty: I don't think that's accurate
  2710. # [19:51] <vlad> *you* might not have a bad time
  2711. # [19:51] * Quits: gsvelto (gsvelto@moz-C5095E87.ip.telfort.nl) (Ping timeout)
  2712. # [19:51] <vlad> someone else likely will :)
  2713. # [19:51] <RyanVM|sheriffduty> heh
  2714. # [19:51] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2715. # [19:51] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  2716. # [19:51] <RyanVM|sheriffduty> until I start backing out instead of fixing :D
  2717. # [19:52] <vlad> quite
  2718. # [19:52] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2719. # [19:52] * catlee-lunch is now known as catlee
  2720. # [19:52] <vlad> abort: popping would remove an immutable revision
  2721. # [19:52] <vlad> I swear
  2722. # [19:52] <vlad> this stupid retarded hg phases crap
  2723. # [19:53] <cpeterson> vlad: are in you MV or SF today?
  2724. # [19:53] <_AxS_> vlad: :P I do all my work in a clone of the github copy, and then only push patches into hg for try...
  2725. # [19:53] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2726. # [19:53] <vlad> MV
  2727. # [19:53] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  2728. # [19:53] <Ms2ger> vlad, where did you hit that?
  2729. # [19:53] <vlad> Ms2ger: in this particular case it's popping some mq patches that I've pushed to try server
  2730. # [19:53] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2731. # [19:54] <vlad> but I also hit it in some other cases where I've explicitly wanted to rewrite history
  2732. # [19:54] <vlad> I just want hg to trust that I know what the hell I'm doing, and there doesn't seem to be a way to just disable phase tracking
  2733. # [19:54] * Quits: Optimizer (Optimizer@D74022AB.F6CC5E26.BE4CF869.IP) (Ping timeout)
  2734. # [19:54] <Ms2ger> vlad, does try server still not avoid that?
  2735. # [19:54] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2736. # [19:54] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2737. # [19:54] <froydnj> try server was configured to not affect phases a while back
  2738. # [19:55] <vlad> no idea, but I think it also requires a chance in my repo's hgrc
  2739. # [19:55] <vlad> er change
  2740. # [19:55] * Joins: Optimizer (Optimizer@31D546FB.5B9A8933.BE4CF869.IP)
  2741. # [19:55] * Joins: grobinson|laptop (grob_@moz-FF0B8E6D.ipredator.se)
  2742. # [19:55] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2743. # [19:56] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  2744. # [19:57] * Quits: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2745. # [19:59] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Connection reset by peer)
  2746. # [19:59] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  2747. # [20:00] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2748. # [20:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8056d3f9c002 - Ryan VanderMeulen - Bug 865407 - Follow-up to fix other places expecting the old IID.
  2749. # [20:02] * Quits: huseby (huseby@moz-F86A7D90.lv.lv.cox.net) (Quit: Leaving)
  2750. # [20:03] <Ms2ger> vlad, it shouldn't
  2751. # [20:04] * Joins: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP)
  2752. # [20:05] * kats is now known as kats-lunch
  2753. # [20:05] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2754. # [20:05] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2755. # [20:06] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2756. # [20:07] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2757. # [20:07] <jcranmer> sigh
  2758. # [20:08] <jcranmer> I would love it if I could my patches could have their reviews turned around in under 7 days
  2759. # [20:08] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2760. # [20:08] <jcranmer> or even 24 days might be nice :-/
  2761. # [20:08] * Joins: ahal|mobile (ahal@5AAE35B2.5EFFC0B8.24454B25.IP)
  2762. # [20:09] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  2763. # [20:09] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Input/output error)
  2764. # [20:10] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  2765. # [20:10] * ChanServ sets mode: +o smaug
  2766. # [20:10] * Joins: gwagner_ (Gregor@moz-C07D5168.p2p.sfo1.mozilla.com)
  2767. # [20:10] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  2768. # [20:10] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  2769. # [20:11] * Joins: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  2770. # [20:12] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2771. # [20:12] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  2772. # [20:12] * ChanServ sets mode: +o bz
  2773. # [20:12] * Joins: mib_nvcl5h (Mibbit@342A796C.29E0BAFB.1957C0DA.IP)
  2774. # [20:14] <RyanVM|sheriffduty> vlad: questions in #planning about win64 support
  2775. # [20:14] <fabrice> !seen gsvelto
  2776. # [20:14] <firebot> gsvelto was last seen 1 hour, 57 minutes and 46 seconds ago, saying 'gerard-majax__, switching to Linux, I'll be back in a minute' in #gaia.
  2777. # [20:14] <@khuey> RESOLVED DONTCARE
  2778. # [20:14] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  2779. # [20:14] <froydnj> deniedbykhuey.com
  2780. # [20:15] * Quits: ehugg (chatzilla@CC43922C.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2781. # [20:15] <froydnj> b2g compiler, why do you make me uglify the code?
  2782. # [20:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e3a0cdd3dfe3 - Ed Morley - Backed out changeset 194dc8f8f9fe (bug 947535) since the socialapi tests appear to rely on each other :-/
  2783. # [20:15] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  2784. # [20:16] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2785. # [20:16] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  2786. # [20:16] * Quits: ahal|mobile (ahal@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  2787. # [20:16] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  2788. # [20:16] <Ms2ger> khuey, some people think we do :/
  2789. # [20:18] * Joins: rniwa (rniwa@moz-A1630E64.hsd1.ca.comcast.net)
  2790. # [20:18] <RyanVM|sheriffduty> bsmedberg: you were graciously suggested as someone who might be able to help with debugging an OSX mochitest shutdown hang
  2791. # [20:18] * Quits: AMiras (AMiras@42E9F7BB.6376FA65.109882C3.IP) (Quit: Saliendo)
  2792. # [20:19] <froydnj> s/graciously/deviously/
  2793. # [20:19] <@khuey> yeah I was going to say, I pretty much pushed him in front of the bus
  2794. # [20:19] <vlad> philor: any idea who I should bug with my tryserver -e email problems?
  2795. # [20:19] <@bsmedberg> RyanVM|sheriffduty: to whom do I direct my hate? ;-)
  2796. # [20:19] <@bsmedberg> also, bug#?
  2797. # [20:19] * @khuey hides
  2798. # [20:20] <RyanVM|sheriffduty> heh
  2799. # [20:20] <RyanVM|sheriffduty> bsmedberg: bug 918759 - though I'm probably going to file a spinoff bug for this specific one
  2800. # [20:20] <RyanVM|sheriffduty> bsmedberg: osx 10.8 debug mochitest-4 is a common theme in the post-hueyfix reports
  2801. # [20:21] * Joins: huseby (huseby@moz-F86A7D90.lv.lv.cox.net)
  2802. # [20:21] <@khuey> be careful, you'll confuse your hueyfixes
  2803. # [20:21] <RyanVM|sheriffduty> hueyfix2
  2804. # [20:21] <KWierso> : the hueyning
  2805. # [20:22] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2806. # [20:22] * Quits: joshua-s (Thunderbir@moz-1F3D47B1.syrcny.east.verizon.net) (Ping timeout)
  2807. # [20:22] * Quits: mib_nvcl5h (Mibbit@342A796C.29E0BAFB.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2808. # [20:23] * bz is now known as bz_away
  2809. # [20:23] * Joins: joshua-s (Thunderbir@moz-1F3D47B1.syrcny.east.verizon.net)
  2810. # [20:24] <catlee> vlad: do you not get the initial email either?
  2811. # [20:27] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2812. # [20:28] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  2813. # [20:28] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2814. # [20:28] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2815. # [20:28] * Quits: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Client exited)
  2816. # [20:29] <@khuey> did we blow away try last night?
  2817. # [20:29] * @khuey can't load results of a push from yesterday
  2818. # [20:29] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2819. # [20:29] <@khuey> stuck at Loading 9%
  2820. # [20:29] <@khuey> :/
  2821. # [20:30] <KWierso> khuey:
  2822. # [20:30] <KWierso> [04:20] <edmorley> froydnj, evilpie: s/tbpl/https://hg.mozilla.org/try/json-pushes/
  2823. # [20:30] <KWierso> [04:21] not that that works but you get the idea
  2824. # [20:30] <KWierso> the try repo will likely be reset soon
  2825. # [20:30] * kats-lunch is now known as kats
  2826. # [20:31] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2827. # [20:31] <froydnj> how much more does it have to suck before we decide that it's time to reset it?
  2828. # [20:32] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  2829. # [20:32] * Joins: mib_6iuhat (Mibbit@342A796C.29E0BAFB.1957C0DA.IP)
  2830. # [20:34] <RyanVM|sheriffduty> khuey: you can load it in self-serve too
  2831. # [20:34] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Quit: Gone to save the world!)
  2832. # [20:34] <KWierso> froydnj: I guess ask #releng and/or clone bug 894429?
  2833. # [20:34] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Quit: Leaving)
  2834. # [20:35] * Joins: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP)
  2835. # [20:35] * Quits: shorlander (shorlander@7BE54F67.5E1E8109.198A214C.IP) (Input/output error)
  2836. # [20:35] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2837. # [20:35] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  2838. # [20:35] * Joins: shorlander (shorlander@7BE54F67.5E1E8109.198A214C.IP)
  2839. # [20:36] <nalexander> gps: did the fingerprint for hg.gregoryszorc.com change in the last month or so?
  2840. # [20:36] * julienw is now known as julienw_afk
  2841. # [20:37] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  2842. # [20:37] * Joins: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  2843. # [20:37] * Quits: shorlander (shorlander@7BE54F67.5E1E8109.198A214C.IP) (Ping timeout)
  2844. # [20:37] * Joins: gerard-majax__ (alex@AC193502.7CECCF58.78BC84CA.IP)
  2845. # [20:38] * Quits: gerard-majax__ (alex@AC193502.7CECCF58.78BC84CA.IP) (Connection reset by peer)
  2846. # [20:38] * Joins: gerard-majax_ (alex@AC193502.7CECCF58.78BC84CA.IP)
  2847. # [20:38] * Joins: mwargers_ (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  2848. # [20:39] * Quits: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  2849. # [20:40] <nalexander> gps: actually, is hg.gregoryszorc.com gone?
  2850. # [20:40] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  2851. # [20:40] * Quits: mwargers_ (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  2852. # [20:41] * Quits: gwagner_ (Gregor@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  2853. # [20:42] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  2854. # [20:42] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2855. # [20:42] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2856. # [20:42] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2857. # [20:43] * Joins: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2858. # [20:43] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  2859. # [20:43] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  2860. # [20:43] * Quits: @dbaron (dbaron@moz-A9D01D68.dsl.dynamic.sonic.net) (Ping timeout)
  2861. # [20:43] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2862. # [20:44] * Quits: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  2863. # [20:45] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2864. # [20:45] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2865. # [20:45] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  2866. # [20:46] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2867. # [20:47] * hwine is now known as hwine-food
  2868. # [20:48] * jammink is now known as jammink|afk
  2869. # [20:49] * Quits: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2870. # [20:50] * Quits: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Ping timeout)
  2871. # [20:51] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  2872. # [20:54] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  2873. # [20:57] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  2874. # [20:57] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2875. # [20:58] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2876. # [20:58] * Joins: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  2877. # [20:58] <mhoye> Is there anything filling the role of the old Firefox-with-all-the-branding-stripped-out Gran Paradiso builds these days?
  2878. # [20:59] <kbrosnan> nightly? debian's port?
  2879. # [20:59] <mhoye> Gran Paradiso being the get-off-my-lawn ancient past, obvs.
  2880. # [20:59] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2881. # [21:00] <mhoye> Yeah, Debian still does their IceWeasel thing I think - whatever, guys, seriously - but we used to have a deliberately-debranded release for people to reuse without calling it firefox.
  2882. # [21:00] <@smaug> hmm, is test_mozaudiochannel.html a tiny bit unstable test
  2883. # [21:00] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  2884. # [21:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/88af34968fdd - Ryan VanderMeulen - No bug - Remove trailing comma.
  2885. # [21:01] <@ehsan> argh
  2886. # [21:01] <@ehsan> was the try server reset again? :((
  2887. # [21:01] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  2888. # [21:01] <jesup> I assume it's known that tbpl.mozilla.org/Try is having problems....
  2889. # [21:01] <@ehsan> oh it is?
  2890. # [21:02] <RyanVM|sheriffduty> jesup: yes
  2891. # [21:02] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  2892. # [21:02] <RyanVM|sheriffduty> ehsan: jesup: it's heading for a reset soon
  2893. # [21:02] <@ehsan> does that mean I should not push to try now?
  2894. # [21:02] <RyanVM|sheriffduty> that said, please direct your complaints to #releng
  2895. # [21:02] <@ehsan> :(
  2896. # [21:02] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2897. # [21:03] <RyanVM|sheriffduty> IIUC, your results will still be visible in self-serve even if they aren't available on tbpl
  2898. # [21:03] <RyanVM|sheriffduty> and you can always download the logs for any failures
  2899. # [21:03] <RyanVM|sheriffduty> ugly, but it'd work... :(
  2900. # [21:03] * Joins: shorlander (shorlander@7BE54F67.5E1E8109.198A214C.IP)
  2901. # [21:04] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2902. # [21:04] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2903. # [21:04] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  2904. # [21:04] * Joins: gabor (gabor@moz-F5994963.dip0.t-ipconnect.de)
  2905. # [21:04] * geekboy is now known as geekboy|afk
  2906. # [21:05] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  2907. # [21:05] * davidb is now known as davidb|w3c
  2908. # [21:05] * Joins: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP)
  2909. # [21:05] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2910. # [21:07] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2911. # [21:08] * Quits: KaiRo (robert@moz-22E77EF7.adsl.highway.telekom.at) (Ping timeout)
  2912. # [21:08] * nthomas|away is now known as nthomas
  2913. # [21:08] * Joins: KaIRC (robert@moz-15BFD6FD.adsl.highway.telekom.at)
  2914. # [21:08] * Joins: jib (Jan-Ivar@moz-D419328F.hsd1.pa.comcast.net)
  2915. # [21:10] * Joins: bhearsum|buildduty (bhearsum@moz-FBAE94.members.linode.com)
  2916. # [21:10] * Joins: tonymec (tonymec@C3D6B991.6051DC.A9371869.IP)
  2917. # [21:10] * geekboy|afk is now known as geekboy
  2918. # [21:11] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  2919. # [21:11] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2920. # [21:12] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2921. # [21:13] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  2922. # [21:13] * Joins: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2923. # [21:13] * Quits: grobinson|laptop (grob_@moz-FF0B8E6D.ipredator.se) (Ping timeout)
  2924. # [21:13] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2925. # [21:13] * geekboy is now known as geekboy|afk
  2926. # [21:13] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  2927. # [21:14] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  2928. # [21:14] * Quits: jib (Jan-Ivar@moz-D419328F.hsd1.pa.comcast.net) (Ping timeout)
  2929. # [21:14] * coop is now known as coop|afk
  2930. # [21:14] * Quits: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  2931. # [21:15] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2932. # [21:15] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Client exited)
  2933. # [21:15] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Ping timeout)
  2934. # [21:15] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  2935. # [21:16] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  2936. # [21:16] <jcranmer> so if Try is having problems, now is totally a good time to push 13,976 changes to it, right? :-)
  2937. # [21:17] * Joins: Gijs (gijs@7BE54F67.5E1E8109.198A214C.IP)
  2938. # [21:17] <@smaug> hmm, so try is having problems, but m-i doesn't have
  2939. # [21:17] <@smaug> better to push to m-i then
  2940. # [21:17] * Quits: Optimizer (Optimizer@31D546FB.5B9A8933.BE4CF869.IP) (Ping timeout)
  2941. # [21:17] <RyanVM|sheriffduty> smaug: grrr
  2942. # [21:18] <@smaug> :p
  2943. # [21:18] <RyanVM|sheriffduty> except Try's actually open ;) :D
  2944. # [21:18] * Joins: jib (Jan-Ivar@moz-D419328F.hsd1.pa.comcast.net)
  2945. # [21:18] * RyanVM|sheriffduty wins
  2946. # [21:19] * Quits: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net) (Ping timeout)
  2947. # [21:19] * Joins: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  2948. # [21:20] * hwine-food is now known as hwine
  2949. # [21:20] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  2950. # [21:20] <Callek> jcranmer: sounds like a *perfect* time
  2951. # [21:20] <Callek> jcranmer: the c-c merge?
  2952. # [21:21] * Joins: mwargers_ (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP)
  2953. # [21:21] * Quits: mwargers (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Connection reset by peer)
  2954. # [21:21] <jcranmer> Callek: it's all of alder
  2955. # [21:21] <Callek> ahhh
  2956. # [21:21] <jcranmer> strictly speaking, there's only head that'd need to be pushed
  2957. # [21:22] * Quits: ivan (ivan@moz-531C3EC9.members.linode.com) (Ping timeout)
  2958. # [21:22] * Joins: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net)
  2959. # [21:22] <jcranmer> but that's only like 100 changesets not being pushed
  2960. # [21:22] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2961. # [21:23] * Quits: @bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  2962. # [21:23] * Quits: mwargers_ (mwargers@5AAE35B2.5EFFC0B8.24454B25.IP) (Ping timeout)
  2963. # [21:23] * Joins: mihaelav_home (Mibbit@7BEA6295.76BE0E67.7A145633.IP)
  2964. # [21:24] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  2965. # [21:24] <Ms2ger> Hear, hear
  2966. # [21:24] <vlad> catlee: yeah, no initial email
  2967. # [21:24] <catlee> vlad: pm me your address
  2968. # [21:24] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  2969. # [21:25] <vlad> catlee: recent try push at https://tbpl.mozilla.org/?tree=Try&rev=3cc81c5892aa
  2970. # [21:25] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  2971. # [21:25] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  2972. # [21:25] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2973. # [21:26] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2974. # [21:26] <mbrubeck> RyanVM|sheriffduty: What bustage is fx-team closed for? This OS X shutdown hang?
  2975. # [21:26] * Quits: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2976. # [21:26] <RyanVM|sheriffduty> mbrubeck: no, I messed up the IID patch (long story) - unfocused is going to push a fix
  2977. # [21:26] <RyanVM|sheriffduty> I just didn't want anything to land on top in the mean time
  2978. # [21:26] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2979. # [21:27] <RyanVM|sheriffduty> mbrubeck: this has been a quality FML day
  2980. # [21:27] * jhopkins|mtg is now known as jhopkins
  2981. # [21:27] <mbrubeck> ah
  2982. # [21:28] <RyanVM|sheriffduty> mbrubeck: open again
  2983. # [21:28] * Joins: digitsm_ (digitsm@D51F23A4.93F6AF67.C146C5E5.IP)
  2984. # [21:28] <@ehsan> catlee: so I submitted the patch, but another question: how long will it take since I land the patch before we turn on linux64 non-unified builds?
  2985. # [21:28] * Quits: digitsm (digitsm@EE9B63E5.681A4ED1.C146C5E5.IP) (Ping timeout)
  2986. # [21:28] <RyanVM|sheriffduty> though mcomella's riding the train to backoutland
  2987. # [21:28] <@ehsan> catlee: I'm asking because when I land this patch, linux64 will be built unified always, and regressions may start creeping in
  2988. # [21:31] <mbrubeck> If mcomella's patch builds, it's probably correct. (Just changing capitalization in method names)
  2989. # [21:31] <RyanVM|sheriffduty> mbrubeck: identical robocop and talos rp failures are quite suspicious
  2990. # [21:32] <mbrubeck> not suspicious enough for me. :)
  2991. # [21:32] <Unfocused> Benvie: was the brokenness you were seeing on fx-team something that could be accounted for by the fix i just pushed? https://bugzilla.mozilla.org/show_bug.cgi?id=897735#c55
  2992. # [21:32] <mbrubeck> oh dear
  2993. # [21:32] <mbrubeck> *now* it's suspicious
  2994. # [21:32] * Quits: victorporof (victorporo@416E2802.271BFD43.9B1E38F4.IP) (Quit: victorporof)
  2995. # [21:32] <RyanVM|sheriffduty> mbrubeck: *doobie doobie doo*
  2996. # [21:33] <mbrubeck> good thing the patch I just landed won't trigger Android builds!
  2997. # [21:33] <Benvie> Unfocused: yeah it was those test failures due to the idl being wrong, so I'm assuming the latest patch will fix it
  2998. # [21:33] <Unfocused> \o/
  2999. # [21:34] <RyanVM|sheriffduty> Benvie: sorry :(
  3000. # [21:34] <RyanVM|sheriffduty> mbrubeck: the one I just did will :D
  3001. # [21:35] <Benvie> =D
  3002. # [21:35] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  3003. # [21:36] * Joins: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  3004. # [21:36] <WeirdAl> greetings Earthlings
  3005. # [21:36] * armenzg is now known as armenzg_brb
  3006. # [21:37] <RyanVM|sheriffduty> Benvie: any luck with bug 947544? Looks like it narrowly missed Ed's banhammer today
  3007. # [21:37] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3008. # [21:37] <mbrubeck> RyanVM|sheriffduty, mcomella: http://i.imgur.com/k49lAaz.jpg
  3009. # [21:37] <RyanVM|sheriffduty> lol
  3010. # [21:37] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3011. # [21:38] <Benvie> RyanVM|sheriffduty: I've spent more time on it but no luck so far. I have't given up hope though
  3012. # [21:38] <Benvie> having difficulty getting it reproducable
  3013. # [21:38] * Quits: Archaeopteryx (itsme@6A412E6C.73D4BC9A.1AF5A838.IP) (Quit: Goodbye)
  3014. # [21:40] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  3015. # [21:40] <ejpbruel> bent: ping
  3016. # [21:41] * KaIRC is now known as KaiRo_away
  3017. # [21:41] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  3018. # [21:41] * Quits: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  3019. # [21:42] * Joins: Optimizer (Optimizer@31D546FB.5B9A8933.BE4CF869.IP)
  3020. # [21:42] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  3021. # [21:42] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  3022. # [21:43] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3023. # [21:43] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3024. # [21:44] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  3025. # [21:44] <mayhemer> is there something wrong with tbpl and try? I cannot see try runs (Loading failed: error (https://hg.mozilla.org/try/json-pushes?full=1&changeset=xyz)
  3026. # [21:44] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  3027. # [21:44] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  3028. # [21:44] <mayhemer> and xyz is of course a valid revision ;)
  3029. # [21:44] <catlee> ehsan: so we should coordinate landings then
  3030. # [21:44] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  3031. # [21:44] * Joins: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  3032. # [21:44] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3033. # [21:45] <@ehsan> catlee: sounds good
  3034. # [21:45] * Joins: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3035. # [21:46] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3036. # [21:46] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3037. # [21:46] * Joins: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP)
  3038. # [21:47] <bz_away> What's the bug tracking firefox os UA sniffing issues?
  3039. # [21:47] <jhopkins> vlad: what is the current situation with the 'date' branch (wrt getting it building)? fyi, win32 builds are enabled and those builds will be tested against the win64 testers
  3040. # [21:47] * Quits: mib_6iuhat (Mibbit@342A796C.29E0BAFB.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3041. # [21:47] <vlad> jhopkins: so I just tried that -- https://tbpl.mozilla.org/?tree=Date
  3042. # [21:47] <vlad> I don't see a 32-bit build try to start there
  3043. # [21:47] <vlad> I'm not sure why the test machines aren't testing either
  3044. # [21:48] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  3045. # [21:48] * bz_away thought we had one...
  3046. # [21:48] * bz_away is now known as bz
  3047. # [21:48] <jhopkins> vlad: the patch was only in production 5h ago: https://bugzilla.mozilla.org/show_bug.cgi?id=950206#c8
  3048. # [21:48] * Quits: _AxS_ (axs@moz-E7607041.cpe.net.cable.rogers.com) (Quit: gone)
  3049. # [21:48] <vlad> ahh
  3050. # [21:48] <vlad> let me re-push!
  3051. # [21:48] <jhopkins> thanks
  3052. # [21:49] * armenzg_brb is now known as armenzg
  3053. # [21:49] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  3054. # [21:49] * gaye is now known as gaye|brb
  3055. # [21:49] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  3056. # [21:50] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  3057. # [21:50] <Ms2ger> bz, I've definitely seen a lot of bugs about it
  3058. # [21:50] <Ms2ger> bz, cc karl dubost? He'll know
  3059. # [21:50] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  3060. # [21:51] * Joins: ivan (ivan@moz-531C3EC9.members.linode.com)
  3061. # [21:51] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3062. # [21:51] * Quits: mchang (mchang@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: mchang)
  3063. # [21:51] * Joins: annevk (annevk@B20580B8.4F390C2A.420B7681.IP)
  3064. # [21:51] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  3065. # [21:51] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Ping timeout)
  3066. # [21:52] * Quits: davidb|w3c (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: davidb|w3c)
  3067. # [21:52] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  3068. # [21:52] * Quits: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  3069. # [21:52] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Connection reset by peer)
  3070. # [21:53] * Joins: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  3071. # [21:53] * philor is now known as philor|away
  3072. # [21:53] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3073. # [21:53] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  3074. # [21:53] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Quit: Leaving)
  3075. # [21:54] * Joins: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net)
  3076. # [21:55] * Joins: mchang (mchang@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3077. # [21:55] * Joins: Archaeopteryx (itsme@6A412E6C.73D4BC9A.1AF5A838.IP)
  3078. # [21:55] * Quits: yeukhon1 (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  3079. # [21:56] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  3080. # [21:56] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  3081. # [21:56] * Quits: Optimizer (Optimizer@31D546FB.5B9A8933.BE4CF869.IP) (Ping timeout)
  3082. # [21:56] * Quits: maikmerten (maikmerten@A1681066.61F09114.5A9032E5.IP) (Client exited)
  3083. # [21:56] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3084. # [21:56] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3085. # [21:56] <Benvie> RyanVM|sheriffduty: is the mozilla-build at http://people.mozilla.org/~rvandermeulen/MozillaBuildSetup1.9.0pre.exe the latest?
  3086. # [21:57] * Quits: FabioMagnoni (fabiomagno@7B643F83.905307BB.73064707.IP) (Ping timeout)
  3087. # [21:57] <RyanVM|sheriffduty> yes
  3088. # [21:57] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  3089. # [21:57] <Benvie> thaks
  3090. # [21:57] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  3091. # [21:58] <vlad> jhopkins: looks good, I see a win32 build kicking off
  3092. # [21:58] * whimboo is now known as whimboo|afk
  3093. # [21:58] <jhopkins> nice
  3094. # [21:59] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  3095. # [21:59] <vlad> jhopkins: but I'm not sure if the win64 vm testing slaves are actually picking things up
  3096. # [21:59] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3097. # [21:59] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3098. # [21:59] <jhopkins> vlad: i'm just having a look into that now
  3099. # [21:59] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: Lost terminal)
  3100. # [22:00] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3101. # [22:02] * Joins: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net)
  3102. # [22:02] * Joins: heftig (heftig@moz-B5CF9419.dip0.t-ipconnect.de)
  3103. # [22:03] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3104. # [22:04] * Quits: jhlin (jhlin@moz-BAE0AB76.dynamic.hinet.net) (Ping timeout)
  3105. # [22:04] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3106. # [22:04] * ChanServ sets mode: +ao dbaron dbaron
  3107. # [22:05] * Joins: Optimizer (Optimizer@2843ED8E.F9E8D35C.BE4CF869.IP)
  3108. # [22:06] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3109. # [22:06] * coop|afk is now known as coop
  3110. # [22:07] <jhopkins> the original win64 testing instances appear to have been terminated. i will spin up some new ones
  3111. # [22:07] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3112. # [22:07] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3113. # [22:08] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3114. # [22:08] <@smaug> abort: data/toolkit/mozapps/update/tests/unit_service_updater/marAppInUseFallbackStageFailureCompleteSvc_win.js.i@dcd7136b15e1: unknown parent!
  3115. # [22:08] <@smaug> from m-c
  3116. # [22:09] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Broken pipe)
  3117. # [22:09] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3118. # [22:10] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  3119. # [22:12] * merike is now known as merike|away
  3120. # [22:12] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  3121. # [22:12] * sheppy-bbl is now known as sheppy
  3122. # [22:13] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3123. # [22:13] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3124. # [22:13] * Quits: jackneill (jackneill@moz-8EF97071.pool.digikabel.hu) (Ping timeout)
  3125. # [22:14] * Quits: Benvie (bbenvie@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: )
  3126. # [22:15] * Joins: Benvie (bbenvie@moz-C07D5168.p2p.sfo1.mozilla.com)
  3127. # [22:17] * Joins: Waldo (waldo@moz-E6AEA921.public.wayport.net)
  3128. # [22:18] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  3129. # [22:19] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  3130. # [22:20] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3131. # [22:20] * Quits: coop (Chris@moz-900E932F.dsl.bell.ca) (Quit: coop)
  3132. # [22:20] * gaye|brb is now known as gaye
  3133. # [22:21] * bc|bbl is now known as bc
  3134. # [22:21] * Joins: coop (coop@moz-900E932F.dsl.bell.ca)
  3135. # [22:21] <efaust|EST> froydnj: :( man, that's ugly...
  3136. # [22:21] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  3137. # [22:23] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  3138. # [22:23] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3139. # [22:23] <froydnj> efaust|EST: sorry =/ if you have suggestions, I am *all* ears
  3140. # [22:24] <bz> Stop supporting b2g?
  3141. # [22:24] * Quits: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  3142. # [22:24] <RyanVM|sheriffduty> not touching that
  3143. # [22:24] <froydnj> don't use gcc 4.4.something-with-weird-patches?
  3144. # [22:24] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  3145. # [22:24] <efaust|EST> froydnj: thinking...
  3146. # [22:24] * Quits: Ms2ger (Ms2ger@AA55AE55.592AEF45.F15B0BB3.IP) (Quit: nn)
  3147. # [22:25] <efaust|EST> froydnj: it's just casting any template instantiation that's bad?
  3148. # [22:25] <ejpbruel> bz: ping
  3149. # [22:25] <bz> ack
  3150. # [22:26] <froydnj> efaust|EST: I *think* so, yes
  3151. # [22:26] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3152. # [22:26] <efaust|EST> froydnj: ok, and this patch is just a standin? I don't see templated instantiations that are being fixed?
  3153. # [22:26] * Quits: mchang (mchang@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: mchang)
  3154. # [22:27] <efaust|EST> oh, I'm lying
  3155. # [22:27] * Quits: mihaelav_home (Mibbit@7BEA6295.76BE0E67.7A145633.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3156. # [22:27] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  3157. # [22:27] <efaust|EST> exclusively lying
  3158. # [22:27] <efaust|EST> not ever telling the truth
  3159. # [22:28] * Joins: Benvie_ (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3160. # [22:28] * froydnj hopes efaust|EST holds the exclusive lock on lying for...well, a long time
  3161. # [22:28] * Quits: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP) (Quit: rogeliodh)
  3162. # [22:28] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  3163. # [22:28] * geekboy|afk is now known as geekboy
  3164. # [22:28] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  3165. # [22:28] * Quits: Benvie (bbenvie@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  3166. # [22:28] <efaust|EST> froydnj: OK, but it looks like the new macro removes the JSParallelNativeThreadsafeWrapper instantiation altogether?
  3167. # [22:28] <efaust|EST> or am I still blind?
  3168. # [22:28] <ejpbruel> bz: hey
  3169. # [22:29] <ejpbruel> bz: i am experiencing a deadlock on shutdown
  3170. # [22:29] * Quits: Optimizer (Optimizer@2843ED8E.F9E8D35C.BE4CF869.IP) (Ping timeout)
  3171. # [22:29] <ejpbruel> bz: its consistent, but i can't figure out whats causing it
  3172. # [22:29] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  3173. # [22:29] <ejpbruel> bz: this is related to my worker patches
  3174. # [22:29] <froydnj> efaust|EST: that's correct, I suppose we could just remove the template entirely?
  3175. # [22:29] <bz> ejpbruel: fun
  3176. # [22:29] <ejpbruel> bz: I've been bisecting my patches, and the culprit seems to be the patch that changes importDebuggerScripts from loading the script in the same global to a separate global
  3177. # [22:29] * bz is not sure how much use he'll be here...
  3178. # [22:30] <ejpbruel> bz: except that doesn't touch the event queue in which the deadlock occurs afaict
  3179. # [22:30] <efaust|EST> froydnj: OK, so the only thing the template did was...? I don't understand what role it played
  3180. # [22:30] * Joins: grobinson|laptop (grob_@moz-6E3C2ABD.torservers.net)
  3181. # [22:30] <bz> ejpbruel: This is a debug build?
  3182. # [22:30] <ejpbruel> bz: yes, i have a stack trace
  3183. # [22:30] <froydnj> efaust|EST: I think the intent was that someday, the template would do more things, locking, perhaps?
  3184. # [22:30] * Joins: Optimizer (Optimizer@2843ED8E.F9E8D35C.BE4CF869.IP)
  3185. # [22:30] <ejpbruel> bz: i understand you might not be able to tell me much more, but care to take a quick look?
  3186. # [22:30] <froydnj> efaust|EST: just guessing here, since I don't know the code, but that seems like a solid rationale
  3187. # [22:30] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Ping timeout)
  3188. # [22:31] * Joins: ehugg (ehugg@moz-F401092A.cisco.com)
  3189. # [22:31] <efaust|EST> froydnj: then shuoldn't we leave the instantiation inside the non-templated wrapper?
  3190. # [22:31] <froydnj> efaust|EST: ah, that's a good point! yes, we should do that
  3191. # [22:31] <ejpbruel> bent: ping
  3192. # [22:32] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  3193. # [22:32] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Max SendQ exceeded)
  3194. # [22:32] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  3195. # [22:32] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  3196. # [22:32] <bz> ejpbruel: I can try.....
  3197. # [22:32] <bz> ejpbruel: so no asserts, though, just the deadlock
  3198. # [22:32] <bz> ejpbruel: pastebin things as needed
  3199. # [22:32] <ejpbruel> bz: yeah, in the event queue, let me show you
  3200. # [22:33] <ejpbruel> bz: http://pastebin.mozilla.org/4014777
  3201. # [22:33] <bent> ejpbruel, sorry, was lunching. back now
  3202. # [22:33] * Joins: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com)
  3203. # [22:33] <ejpbruel> bent: hey
  3204. # [22:33] <ejpbruel> bz: I'm guessing this event queue is somehow related to workers, but i don't understand how
  3205. # [22:33] * Joins: twi1 (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  3206. # [22:33] <ejpbruel> bent: you are very hard to get a hold of
  3207. # [22:33] * Joins: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net)
  3208. # [22:33] * Quits: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Connection reset by peer)
  3209. # [22:33] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  3210. # [22:33] <bent> ejpbruel, it's my glam lifestyle
  3211. # [22:34] <ejpbruel> bent: I've been sending you pings and emails for a while concerning workers, but i don't think I've heard anything back. are you aware what I'm working on?
  3212. # [22:34] <efaust|EST> froydnj: uh, OK, I will think about this for a bit, but at the moment, I can't think of an immediately better solution, as long as we actually have to keep that template instantiation
  3213. # [22:34] <bent> emails?
  3214. # [22:34] <@khuey> bent is in first class, up in the sky, on a jet plane, living the life
  3215. # [22:34] <efaust|EST> froydnj: we should ask shu or something if we really still need it, and what the plans are for it
  3216. # [22:34] * bent doesn't see any
  3217. # [22:34] * Joins: gwagner_ (Gregor@moz-C07D5168.p2p.sfo1.mozilla.com)
  3218. # [22:34] <efaust|EST> froydnj: this is a really silly problem :(
  3219. # [22:34] * Joins: njn (chatzilla@moz-CFE5DE3D.dyn.iinet.net.au)
  3220. # [22:34] * ChanServ sets mode: +o njn
  3221. # [22:34] <froydnj> efaust|EST: yes, I agree that this is a silly problem
  3222. # [22:34] <ejpbruel> best: weird
  3223. # [22:35] * Quits: grobinson|laptop (grob_@moz-6E3C2ABD.torservers.net) (Z:lined (dronebot))
  3224. # [22:35] * Quits: twi1 (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au) (Connection reset by peer)
  3225. # [22:35] <ejpbruel> bent: in any case
  3226. # [22:35] <ejpbruel> bent: I'm working on making workers debuggable
  3227. # [22:35] <@khuey> why do you think this is related to workers? it's in places-shutdown
  3228. # [22:35] <ejpbruel> bent: i have a few patches that allow me to load a debugger script in a separate global, but they cause deadlock on shutdown
  3229. # [22:35] <bent> ejpbruel, nothing in postini from you either... what email address are you sending to?
  3230. # [22:35] <bent> maybe pm it
  3231. # [22:35] <ejpbruel> khuey: because i only see the problem with my patches applied?
  3232. # [22:36] <ejpbruel> khuey: you think its not related?
  3233. # [22:37] * Quits: teoli (teoli@moz-788A7A01.hfc.comcastbusiness.net) (Input/output error)
  3234. # [22:37] <@khuey> well
  3235. # [22:37] <@khuey> it's not obviously related from the stack
  3236. # [22:37] <@khuey> there's no worker code on it
  3237. # [22:37] <ejpbruel> khuey: right, that confuses me too
  3238. # [22:38] <ejpbruel> khuey: the thing is, it consistently deadlocks IF I test my worker code with a specific patch applied
  3239. # [22:38] <bz> ejpbruel: ok, so that shows JS spinning the event loop
  3240. # [22:38] <bz> ejpbruel: from a places-shutdown observer
  3241. # [22:38] <ejpbruel> bz: what is places-shutdown? I'm not familiar with that
  3242. # [22:38] <bz> ejpbruel: And if there are no events, it'll wait for an event...
  3243. # [22:38] <ejpbruel> bz: right, but the event never arrives, so it will wait forever
  3244. # [22:38] * Joins: mchang (mchang@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3245. # [22:38] <bz> ejpbruel: some notification for shutting down the bookmarks/history stuff
  3246. # [22:39] <till> ejpbruel: do you have your patches in some bug? I'd be interested in looking at them, because Shumway
  3247. # [22:39] <@khuey> which observer is the obvious question here
  3248. # [22:39] <bz> ejpbruel: a better question is: what is the script on the stack in frame 20 or so?
  3249. # [22:39] <bz> or frame 19?
  3250. # [22:39] * Quits: coop (coop@moz-900E932F.dsl.bell.ca) (Quit: coop)
  3251. # [22:39] <@ehsan> hurley: what's seer.sqlite?
  3252. # [22:40] <ejpbruel> bz: lets see if i can figure that out
  3253. # [22:40] <ejpbruel> till: yeah, i have a big patch awaiting feedback in the bug
  3254. # [22:40] <bent> ehsan, it's the db for predictive page loads
  3255. # [22:40] <till> ejpbruel: great! Which bug is that?
  3256. # [22:40] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  3257. # [22:40] <@ehsan> bent: we have predictive page loads now? o_O
  3258. # [22:40] <bent> ehsan, i knew you were going to ask that
  3259. # [22:41] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  3260. # [22:41] * Quits: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  3261. # [22:41] <bz> ejpbruel: Just try dumping the JS stack for a start?
  3262. # [22:41] * Quits: terrence (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  3263. # [22:41] <bz> though the fact that we're spinning the event queue makes it possible the stack has been set aside. :(
  3264. # [22:41] <ejpbruel> bz: argh
  3265. # [22:41] <ejpbruel> bz: remind me how i dump the js stack from C++?
  3266. # [22:42] <kats> RyanVM|sheriffduty: inbound ready to reopen? it's looking fairly green
  3267. # [22:42] <RyanVM|sheriffduty> kats: b2g mochitests have been busted all day
  3268. # [22:42] <kats> oh
  3269. # [22:42] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  3270. # [22:42] <RyanVM|sheriffduty> so we'll see what those do shortly!
  3271. # [22:42] <@ehsan> huh, bug 881804
  3272. # [22:42] <kats> ok
  3273. # [22:42] * Joins: coop (coop@moz-900E932F.dsl.bell.ca)
  3274. # [22:42] <bz> ejpbruel: call DumpJSStack()
  3275. # [22:42] <@ehsan> how did I miss that is a mystery
  3276. # [22:43] <RyanVM|sheriffduty> kats: sorry, it's my fault they were busted too :(
  3277. # [22:43] <kats> RyanVM|sheriffduty: heh, that's a first :)
  3278. # [22:43] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Input/output error)
  3279. # [22:44] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  3280. # [22:44] * Benvie_ is now known as benvie
  3281. # [22:44] * Quits: msucan (mihai@B48860EF.E87790D4.320F75DD.IP) (Quit: Leaving.)
  3282. # [22:44] <bz> um
  3283. # [22:44] <bz> mach build binaries ?
  3284. # [22:45] * Joins: dmajor (dmajor@moz-BBE3ABD.mv.mozilla.com)
  3285. # [22:45] * bz tries to recall which newsgroupd was suggesting using that
  3286. # [22:45] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3287. # [22:46] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Client exited)
  3288. # [22:46] <ejpbruel> bz: can i call DumpJSStack from gdb?
  3289. # [22:47] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  3290. # [22:47] <ejpbruel> bz: p DumpJSStack() just yields void, which isn't terribly useful ;)
  3291. # [22:47] <Mook_as> call DumpJSStack() ?
  3292. # [22:47] <@ehsan> ejpbruel: look at stderr
  3293. # [22:47] <@ehsan> or stdout
  3294. # [22:47] <bz> ejpbruel: yeah you type "call DumpJSStack()"
  3295. # [22:48] <ejpbruel> ah
  3296. # [22:48] <bz> ejpbruel: in gdb
  3297. # [22:48] <ejpbruel> "there is no JSContext on the nsIThreadJSContextStack!"
  3298. # [22:48] * benvie is now known as benvie_
  3299. # [22:48] <bz> yeah
  3300. # [22:48] <bz> I was afraid of that
  3301. # [22:48] * benvie_ is now known as benvie
  3302. # [22:48] <bz> because you're spinning the event loop....
  3303. # [22:48] <bz> well, you get to look at the set-aside stuff on cx
  3304. # [22:49] * Quits: gwagner_ (Gregor@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  3305. # [22:49] * Quits: balrog (balrog@moz-1E87DD22.phlapa.fios.verizon.net) (Ping timeout)
  3306. # [22:49] * Quits: coop (coop@moz-900E932F.dsl.bell.ca) (Quit: coop)
  3307. # [22:50] * Joins: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de)
  3308. # [22:50] * Joins: roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  3309. # [22:50] * ChanServ sets mode: +o roc
  3310. # [22:50] * Joins: coop (coop@moz-900E932F.dsl.bell.ca)
  3311. # [22:52] * Joins: balrog (balrog@moz-1E87DD22.phlapa.fios.verizon.net)
  3312. # [22:52] <bz> Anyone have any idea how many people are working on PNaCl?
  3313. # [22:52] * jmaher is now known as jmaher|afk
  3314. # [22:53] <JosiahOne> If I land something myself is it preferred to be landed on m-i or m-c?
  3315. # [22:54] * KWierso is now known as KWierso|sheriffduty
  3316. # [22:54] * Joins: terrence (terrence@moz-B38D16E9.sb.sd.cox.net)
  3317. # [22:54] * jorendorff is now known as jorendorff_away
  3318. # [22:54] * deian|away is now known as deian
  3319. # [22:54] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Input/output error)
  3320. # [22:54] <RyanVM|sheriffduty> JosiahOne: m-i
  3321. # [22:54] * Joins: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  3322. # [22:54] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  3323. # [22:54] <JosiahOne> RyanVM|sheriffduty: Okay, thanks.
  3324. # [22:55] <JosiahOne> RyanVM|sheriffduty: Although, for one patch maybe I should just use checkin-needed. Kind of a waste of build resources for one patch right?
  3325. # [22:55] <RyanVM|sheriffduty> should be reopening relatively soon
  3326. # [22:55] <RyanVM|sheriffduty> yes
  3327. # [22:55] <RyanVM|sheriffduty> if it can wait until tomorrow AM, I'll get it then
  3328. # [22:55] * RyanVM|sheriffduty is now known as RyanVM
  3329. # [22:55] <JosiahOne> Yeah, that's fine. It's not at all critical.
  3330. # [22:56] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3331. # [22:56] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  3332. # [22:57] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: The system is overheating and needs to go to sleep now.)
  3333. # [22:57] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  3334. # [22:58] * armenzg is now known as armenzg_brb
  3335. # [22:58] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  3336. # [22:58] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  3337. # [22:59] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3338. # [22:59] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  3339. # [22:59] * Quits: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3340. # [23:01] * geekboy is now known as geekboy|afk
  3341. # [23:01] * Joins: marco (marco@moz-F89733EF.retail.telecomitalia.it)
  3342. # [23:01] * Quits: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net) (Quit: RyanVM)
  3343. # [23:01] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3344. # [23:02] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3345. # [23:02] <ejpbruel> bz: ok this is bizarre
  3346. # [23:02] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3347. # [23:02] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3348. # [23:03] <ejpbruel> bz: i consistently see a deadlock on shutdown with my patch applied. if i rebuild without my patch, the deadlock is gone. but the code in that patch never gets run!
  3349. # [23:03] * Quits: TheCrap (TheCrap@moz-67EF380E.unity-media.net) (Ping timeout)
  3350. # [23:03] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3351. # [23:03] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3352. # [23:04] * Quits: coop (coop@moz-900E932F.dsl.bell.ca) (Quit: coop)
  3353. # [23:04] * sheppy is now known as sheppy-offline
  3354. # [23:04] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3355. # [23:04] <bz> ejpbruel: exciting
  3356. # [23:05] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3357. # [23:05] * Quits: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  3358. # [23:06] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3359. # [23:06] * Joins: coop (coop@moz-900E932F.dsl.bell.ca)
  3360. # [23:07] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3361. # [23:07] * Quits: terrence (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  3362. # [23:07] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3363. # [23:07] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  3364. # [23:07] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  3365. # [23:07] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  3366. # [23:07] * Joins: terrence (terrence@moz-B38D16E9.sb.sd.cox.net)
  3367. # [23:08] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3368. # [23:08] * bhearsum|buildduty is now known as bhearsum|afk
  3369. # [23:09] * Joins: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP)
  3370. # [23:10] * jorendorff_away is now known as jorendorff
  3371. # [23:10] <Callek> anyone ever used vim's 3 way merge [mercurial merge conflict resolver]? -- and can give me either a quick-ref/tutorial url, or drop me the very basics to use it?
  3372. # [23:10] * Quits: coop (coop@moz-900E932F.dsl.bell.ca) (Quit: coop)
  3373. # [23:10] * philor|away is now known as philor
  3374. # [23:10] * Quits: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP) (Quit: owenchu)
  3375. # [23:11] <Callek> I'm more an emacs/windows guy and don't know *most* vim commands, though I do know [c and ]c as well as do/dp, the latter of course isn't working in this view
  3376. # [23:11] * Callek mistakenly forgot to guard against that in my hgrc
  3377. # [23:12] * Joins: coop (coop@moz-900E932F.dsl.bell.ca)
  3378. # [23:12] * Joins: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP)
  3379. # [23:14] * Joins: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3380. # [23:15] * heycam|away is now known as heycam
  3381. # [23:15] * Quits: annevk (annevk@B20580B8.4F390C2A.420B7681.IP) (Input/output error)
  3382. # [23:16] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3383. # [23:16] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3384. # [23:16] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3385. # [23:18] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  3386. # [23:18] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  3387. # [23:21] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3388. # [23:22] * Quits: yeukhon (yeukhon@67D89C1.29BABA14.1498B4C5.IP) (Quit: Leaving.)
  3389. # [23:23] * kats is now known as kats|away
  3390. # [23:23] * shu is now known as shu`afk
  3391. # [23:24] * armenzg_brb is now known as armenzg
  3392. # [23:25] * Joins: grobinson|laptop (grob_@moz-F41958.noisetor.net)
  3393. # [23:26] * Quits: mixedpuppy (mixedpuppy@moz-5668B33F.pck.nerim.net) (Quit: mixedpuppy)
  3394. # [23:27] * Joins: Enn (enn@7BE54F67.5E1E8109.198A214C.IP)
  3395. # [23:28] * jchen is now known as jchen|away
  3396. # [23:29] * Joins: owenchu (owenchu@984E8432.D6CCE4AE.77834EAA.IP)
  3397. # [23:30] * Quits: heftig (heftig@moz-B5CF9419.dip0.t-ipconnect.de) (Quit: Quitting)
  3398. # [23:30] * geekboy|afk is now known as geekboy
  3399. # [23:31] * Joins: jwei1 (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  3400. # [23:31] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  3401. # [23:31] * Quits: jwei1 (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3402. # [23:32] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3403. # [23:32] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0a2/20140114004002])
  3404. # [23:32] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: leaving)
  3405. # [23:32] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  3406. # [23:32] <vlad> jhopkins: hmm, the date stuff didn't work
  3407. # [23:32] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  3408. # [23:32] * Quits: Gijs (gijs@7BE54F67.5E1E8109.198A214C.IP) (Quit: sleep)
  3409. # [23:33] * Parts: @roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  3410. # [23:33] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3411. # [23:33] * Joins: heftig (heftig@moz-B5CF9419.dip0.t-ipconnect.de)
  3412. # [23:33] * Joins: Mano (mano@7BE54F67.5E1E8109.198A214C.IP)
  3413. # [23:33] * Joins: roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  3414. # [23:33] * ChanServ sets mode: +o roc
  3415. # [23:33] * Quits: vikstrous1 (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3416. # [23:33] <jhopkins> :(
  3417. # [23:34] <vlad> jhopkins: just commented in the bug.. looks like only talos jobs got submitted (and we don't want/need talos), and they were executed on the regular 32-bit ix boxes
  3418. # [23:34] * Joins: twi (Adium@moz-C039D8D1.lnse7.lon.bigpond.net.au)
  3419. # [23:34] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  3420. # [23:35] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  3421. # [23:35] * Joins: alexandrevicenzi (alexandrev@5FA32905.A02FE057.D6AA9413.IP)
  3422. # [23:36] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  3423. # [23:36] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  3424. # [23:37] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  3425. # [23:37] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  3426. # [23:37] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  3427. # [23:38] * Quits: shorlander (shorlander@7BE54F67.5E1E8109.198A214C.IP) (Connection reset by peer)
  3428. # [23:39] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3429. # [23:39] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3430. # [23:40] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3431. # [23:40] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3432. # [23:40] <@dbaron> I'm getting a little annoyed by the trend of having a fatal assertion du jour that needs to be commented out to actually use debug builds of Firefox for browsing the Web...
  3433. # [23:41] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  3434. # [23:41] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3435. # [23:41] * Quits: grobinson|laptop (grob_@moz-F41958.noisetor.net) (Z:lined (dronebot))
  3436. # [23:41] * Joins: jdm (jdm@CC0122E6.8F96AEA7.2D179A7D.IP)
  3437. # [23:41] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  3438. # [23:41] * Joins: grobinson|laptop (grob_@moz-65A00C90.torservers.net)
  3439. # [23:41] * coop is now known as coop|afk
  3440. # [23:42] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3441. # [23:42] <@khuey> dbaron: can we just kill the relevant JS assertions?
  3442. # [23:42] * Quits: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de) (Quit: Leaving.)
  3443. # [23:42] * Quits: tonymec (tonymec@C3D6B991.6051DC.A9371869.IP) (Input/output error)
  3444. # [23:42] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  3445. # [23:42] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  3446. # [23:43] * Quits: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP) (Ping timeout)
  3447. # [23:43] * Quits: mhoye (mhoye@moz-C14EAE67.vs.heavycomputing.ca) (Ping timeout)
  3448. # [23:44] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3449. # [23:44] * Quits: tanner (Tanner@moz-CAA98E97.xxx) (Quit: WeeChat 0.4.2)
  3450. # [23:44] * Joins: Tanner (Tanner@moz-CAA98E97.xxx)
  3451. # [23:44] * Quits: stuart (pavlov@elise.pavlov.net) (Ping timeout)
  3452. # [23:45] * Quits: nsm (nsm@moz-50001203.members.linode.com) (Quit: ZNC - http://znc.in)
  3453. # [23:45] * Joins: nsm_ (nsm@973D3984.BF552EB.85889BB1.IP)
  3454. # [23:45] * Tanner is now known as tanner
  3455. # [23:45] * nsm_ is now known as nsm
  3456. # [23:45] <@dbaron> khuey, a bit of a moving target, mostly...
  3457. # [23:45] <@khuey> unfortunate
  3458. # [23:46] <@dbaron> khuey, though if I knew what the preferred nonfatal assertion syntax was in js/src/, I'd post patches
  3459. # [23:46] * philor is now known as philor|away
  3460. # [23:46] * Quits: nsm (nsm@973D3984.BF552EB.85889BB1.IP) (Quit: ZNC - http://znc.in)
  3461. # [23:46] <bz> there are no nonfatal js asserts.
  3462. # [23:46] <@khuey> dbaron: //
  3463. # [23:46] <@khuey> :P
  3464. # [23:47] * Joins: mhoye (mhoye@moz-C14EAE67.vs.heavycomputing.ca)
  3465. # [23:47] <@dbaron> I've had https://bugzilla.mozilla.org/show_bug.cgi?id=953337 commented out locally for at least a few days
  3466. # [23:47] <@dbaron> I think the others from the past week or two have been fixed by now, though.
  3467. # [23:47] * Joins: nsm (nsm@973D3984.BF552EB.85889BB1.IP)
  3468. # [23:47] * Joins: Hughman (Mibbit@moz-518025CC.lnk.telstra.net)
  3469. # [23:47] * Joins: vichen (vichen@moz-25FD1EF5.dynamic.hinet.net)
  3470. # [23:48] * Joins: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de)
  3471. # [23:48] * Joins: stuart (pavlov@moz-9E3E12EC.off.net)
  3472. # [23:48] * Quits: nsm (nsm@973D3984.BF552EB.85889BB1.IP) (Quit: ZNC - http://znc.in)
  3473. # [23:48] * stuart is now known as IRCMonkey62390
  3474. # [23:49] * Quits: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  3475. # [23:49] * jorendorff is now known as jorendorff_away
  3476. # [23:49] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3477. # [23:50] * Quits: Optimizer (Optimizer@2843ED8E.F9E8D35C.BE4CF869.IP) (Ping timeout)
  3478. # [23:51] <@roc> can we reopen Inbound?
  3479. # [23:51] * Quits: coop|afk (coop@moz-900E932F.dsl.bell.ca) (Quit: coop|afk)
  3480. # [23:52] <KWierso|sheriffduty> roc: soon
  3481. # [23:52] <@roc> oh, I guess we're waiting for a Linux Debug retrigger
  3482. # [23:52] <jhopkins> vlad: do you have an idea of how many tst-w64-ec2-xxx instances you'd like?
  3483. # [23:53] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3484. # [23:53] <vlad> jhopkins: let's say.. 4?
  3485. # [23:53] <vlad> jhopkins: that should be enough for reasonable turnaround on the date branch without wasting too many resources
  3486. # [23:54] <vlad> I don't know if things are hooked up properly to kill off instances that aren't being used and start them up as needed
  3487. # [23:54] <jhopkins> vlad: sounds good. a 3rd is in progress and a fourth instance will be created shortly
  3488. # [23:54] <vlad> jhopkins: though philor made a concerning comment in that bug.. there are apparently pending jobs on win64-testing instances from the tryserver
  3489. # [23:54] <vlad> that sounds bad :)
  3490. # [23:55] <jhopkins> vlad: sounds intentional: http://hg.mozilla.org/build/buildbot-configs/file/a51cd0264dc3/mozilla-tests/config.py#l1733
  3491. # [23:55] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  3492. # [23:55] * Quits: Hughman (Mibbit@moz-518025CC.lnk.telstra.net) (Quit: http://www.mibbit.com ajax IRC Client)
  3493. # [23:56] <vlad> sounds well-intentioned but bad :)
  3494. # [23:56] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3495. # [23:56] <jhopkins> hehe :)
  3496. # [23:56] * Joins: automata (automata@72661E14.2E136156.6B780606.IP)
  3497. # [23:56] <vlad> no point in running these on try until we are confident in the results
  3498. # [23:56] <vlad> and we can fix that faster on date
  3499. # [23:56] <vlad> can you nuke try from there?
  3500. # [23:56] <jhopkins> yes, but let me talk to whoever added it first
  3501. # [23:56] <ejpbruel> bz: ping
  3502. # [23:57] <vlad> looks like catlee did in the initial setup
  3503. # [23:57] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  3504. # [23:57] * Quits: ehugg (ehugg@moz-F401092A.cisco.com) (Quit: ehugg)
  3505. # [23:57] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  3506. # [23:57] <vlad> probably thinking that people could opt-in to win64 tests on try.. but too many people check the win64 box
  3507. # [23:57] <ejpbruel> khuey: ping
  3508. # [23:57] <@khuey> ejpbruel: pong
  3509. # [23:58] * Quits: grobinson|laptop (grob_@moz-65A00C90.torservers.net) (Z:lined (dronebot))
  3510. # [23:58] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  3511. # [23:58] * Joins: lmandel (lmandel@7BE54F67.5E1E8109.198A214C.IP)
  3512. # [23:58] <vlad> jhopkins: please kill it off and also all pending jobs.. if it's easier to kill off all pending win64 test jobs, I can re-push too
  3513. # [23:58] * Joins: grobinson|laptop (grob_@moz-FFA8FD16.members.linode.com)
  3514. # [23:58] <ejpbruel> khuey: so I've done some more testing. with my patch applied, i consistently get deadlock on shutdown on 10 out of 10 tries. without it, shutdown runs fine 10 out of 10 times.
  3515. # [23:58] <ejpbruel> khuey: the problem is that this patch:
  3516. # [23:58] <ejpbruel> http://pastebin.mozilla.org/4015309
  3517. # [23:58] <ejpbruel> shouldn't *do* anything
  3518. # [23:58] <ejpbruel> ive put assertions in there to make sure this code never gets run
  3519. # [23:59] <ejpbruel> khuey: so my observations don't make sense, and I'm not sure how to proceed
  3520. # [23:59] * Quits: jib (Jan-Ivar@moz-D419328F.hsd1.pa.comcast.net) (Quit: jib)
  3521. # [23:59] <@khuey> ejpbruel: bizarre
  3522. # [23:59] <@khuey> ejpbruel: did you figure out what the running script is?
  3523. # Session Close: Wed Jan 15 00:00:00 2014

The end :)