/irc-logs / mozilla / #developers / 2014-12-11 / end

Options:

Previous day, Next day

  1. # Session Start: Thu Dec 11 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * Joins: logbot (logbot@moz-4j4idd.glob.com.au)
  4. # [00:00] * Joins: ddamjano (Instantbird@moz-p7b4q8.4hr2.oeer.8388.2a02.IP)
  5. # [00:01] * Joins: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl)
  6. # [00:02] * Quits: mt_ (mt@moz-qp6one.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
  7. # [00:02] <fitzgen> dholbert: interesting, PromiseDebugging.webidl doesn't seem to need to declare `interface Promise;` despite using it. Seeing if forward declaring fixes my build...
  8. # [00:03] * Quits: secretrobotron (secretrobot@moz-umrmue.dsl.teksavvy.com) (Ping timeout: 121 seconds)
  9. # [00:03] <heycam> fitzgen, I think you only need to forward-declare non-Web IDL interfaces
  10. # [00:03] <fitzgen> hm
  11. # [00:03] <heycam> all Web IDL interfaces should be available to use without explicitly importing them
  12. # [00:04] * Quits: jviereck (Adium@moz-l4a2m2.dclient.hispeed.ch) (Ping timeout: 121 seconds)
  13. # [00:04] <BenWa> KWierso: Are you sure it was the same error here? I land the right patch which should fix it: https://bugzilla.mozilla.org/show_bug.cgi?id=1105834#c30
  14. # [00:05] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  15. # [00:06] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  16. # [00:07] <KWierso> BenWa: pretty sure
  17. # [00:07] <KWierso> let me find a link to the failure
  18. # [00:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6e31e40ecf17 - Florian Quèze - Bug 1107967 - 'Stop sharing' doesn't work on teared off tabs, r=felipe.
  19. # [00:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cf7a81a592ba - Florian Quèze - Bug 1108841 - large Windows font size causes unexpected margins above one-off search items, r=felipe.
  20. # [00:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4ced83ce42c9 - Florian Quèze - Bug 1106942 - Search suggestions are read as 'Unknown' in the new search UI, r=Gijs.
  21. # [00:07] <BenWa> I’m looking, not sure what the fastest way to find it is
  22. # [00:07] <BenWa> Maybe I missed something with my c++ namespace
  23. # [00:08] <BenWa> ahh got it
  24. # [00:08] <KWierso> https://treeherder.mozilla.org/ui/logviewer.html#?job_id=4484247&repo=mozilla-inbound
  25. # [00:09] <BenWa> ok, I’ll have another look
  26. # [00:09] * bz is now known as bz_away
  27. # [00:09] * Joins: cpearce_ (chatzilla@moz-3n0s33.5h0u.b0fh.0cb0.2001.IP)
  28. # [00:09] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  29. # [00:10] * Quits: imphil_ (philipp@moz-4q1fpd.5je0.97qu.0a60.2001.IP) (Ping timeout: 121 seconds)
  30. # [00:10] <BenWa> Awhh, this time it’s only for 421 which is missing the gfx:: prefix
  31. # [00:12] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  32. # [00:12] * Quits: milan (milan@moz-a2u17k.ckpj.s0pt.0450.2001.IP) (Quit: )
  33. # [00:12] * Joins: ddahl (ddahl@moz-40a6g5.il.comcast.net)
  34. # [00:13] * jlund is now known as jlund|brb
  35. # [00:13] * Quits: @bz_away (bzbarsky@moz-86k7mn.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
  36. # [00:13] * jlund|brb is now known as jlund
  37. # [00:13] * rn10950 is now known as rn10950|away
  38. # [00:14] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  39. # [00:14] * Joins: grobinson (grobinson@moz-qig.crj.56.172.IP)
  40. # [00:16] * Joins: Primo (quassel@moz-qqd6eh.abo.bbox.fr)
  41. # [00:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/95bb1d9c1fe2 - Benoit Girard - Bug 1105834 - Part 1: Add CreateDataSourceSurfaceByCloning to moz2d. r=mstange,bas
  42. # [00:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c73f386da429 - Benoit Girard - Bug 1105834 - Part 2: Add layers.dump-texture feature. r=mstange
  43. # [00:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fe7d53430f42 - Benoit Girard - Bug 1105834 - Part 3: Add lz4 support to layers.dump-texture. r=jrmuizel
  44. # [00:16] <tedders1> Does anyone know if I can use atob() and btoa() in gecko javascript code?
  45. # [00:17] * Quits: dark-knight (dark-knight@moz-d6ctul.dfri.se) (A TLS packet with unexpected length was received.)
  46. # [00:17] <BenWa> to base64 encode? I would think so
  47. # [00:17] <fabrice> tedders1: yes you can
  48. # [00:18] * Quits: ddamjano (Instantbird@moz-p7b4q8.4hr2.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
  49. # [00:19] * Quits: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
  50. # [00:19] * BenWa is now known as BenWa|email
  51. # [00:19] <tedders1> BenWa: fabrice: Cool. Thanks.
  52. # [00:20] * Joins: davidb (davidb@moz-rh3avd.dsl.bell.ca)
  53. # [00:20] <jcj> Has anyone here seen a resolution to OSX Mavericks runtime errors like “dyld: Symbol not found: _sqlite3_intarray_bind” that appear with NSS or other packages?
  54. # [00:20] * Quits: Boriss (Boriss@moz-crgpkm.dynamic.fusionbroadband.com) (Client exited)
  55. # [00:20] * Quits: ketas (ketas@2001:ad0:91f:0:290:27ff:fea6:a66a) (Ping timeout: 121 seconds)
  56. # [00:21] * Quits: @dveditz (dveditz@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  57. # [00:21] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  58. # [00:21] * Joins: kamidphish (dglastonbur@moz-ouggk0.tpgi.com.au)
  59. # [00:22] * Quits: jdm (jdm@moz-ilbt2e.cable.teksavvy.com) (Quit: )
  60. # [00:23] <KWierso> bholley: ping
  61. # [00:23] <bholley> KWierso: hi
  62. # [00:23] <KWierso> bholley: this is you, yes? https://treeherder.mozilla.org/ui/logviewer.html#?job_id=4516241&repo=mozilla-inbound
  63. # [00:24] <bholley> KWierso: looking
  64. # [00:24] * Quits: Archaeopteryx (Archaeopter@moz-d2nvv2.cust.telecolumbus.net) (Quit: Goodbye)
  65. # [00:24] <tedders1> Hmmm. Well, apparently I can't use atob() or btoa() in server-side Javascript.
  66. # [00:24] <bholley> KWierso: looks like it...but why didn't this show up in my try push? https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=d3ead3647f88
  67. # [00:24] * bholley looks
  68. # [00:25] <bholley> KWierso: is this JB vs ICS?
  69. # [00:25] <KWierso> bholley: that'd be my guess
  70. # [00:25] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  71. # [00:25] <bholley> KWierso: le sigh
  72. # [00:25] * Quits: tomer1 (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
  73. # [00:26] * nthomas is now known as nthomas|away
  74. # [00:26] * Quits: rniwa (rniwa@moz-a8m.2qs.202.17.IP) (Client exited)
  75. # [00:26] * Quits: bent (chatzilla@moz-jd94et.2rkg.9kg1.0101.2620.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  76. # [00:26] <KWierso> bholley: want me to back out?
  77. # [00:26] <bholley> KWierso: so, fix is straightforward, but I can't compile it locally for obvious reasons
  78. # [00:26] * Joins: dveditz (dveditz@moz-cfhap5.mtv2.mozilla.com)
  79. # [00:26] * killer sets mode: +o dveditz
  80. # [00:26] <KWierso> bholley: go for it
  81. # [00:26] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  82. # [00:26] <bholley> KWierso: so we can back out, and I can push to try with the fix, or I can just land the fix
  83. # [00:26] <bholley> KWierso: ok, I'll write up and land the fix
  84. # [00:27] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Ping timeout: 121 seconds)
  85. # [00:27] * Quits: ddahl (ddahl@moz-40a6g5.il.comcast.net) (Ping timeout: 121 seconds)
  86. # [00:28] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  87. # [00:28] * Quits: @dveditz (dveditz@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  88. # [00:28] <KWierso> bholley: closing the tree so it doesn't keep burning things until your fix lands :)
  89. # [00:29] <KWierso> (so "CLOSED TREE")
  90. # [00:30] * Quits: davidb (davidb@moz-rh3avd.dsl.bell.ca) (Ping timeout: 121 seconds)
  91. # [00:30] * Joins: davidb (davidb@moz-rh3avd.dsl.bell.ca)
  92. # [00:30] * chmanchester|afk is now known as chmanchester
  93. # [00:31] <ckerschb> KWierso: ping
  94. # [00:31] <KWierso> ckerschb: pong
  95. # [00:31] <ckerschb> is that good enough for another try to land on inbound: https://bugzilla.mozilla.org/show_bug.cgi?id=1104623#c54
  96. # [00:31] <ckerschb> See also Comment 49
  97. # [00:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ae6ded2abe5 - Bobby Holley - Bug 1108701 - Try to fix b2g jb bustage on a CLOSED TREE. r=me
  98. # [00:32] <fitzgen> bgrins: https://github.com/jimblandy/DebuggerDocs
  99. # [00:32] <bholley> KWierso: pushed. I'd give it 90%
  100. # [00:33] <KWierso> bholley: thanks
  101. # [00:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8a22f1bacf72 - Brad Lassey - bug 1096666 - measure time spent in each compartment r=billm
  102. # [00:33] <Pike> gandalf_: can you get the dark theme back through the customization dialog? 'cause I can, but I also don't use it by defaul
  103. # [00:33] <bholley> KWierso: sorry for the trouble
  104. # [00:33] <KWierso> ckerschb: I think it probably would have been good to include the other platforms in there, but I think that at least proves that windows isn't busted
  105. # [00:33] * Quits: givanica (Thunderbird@moz-ler.r27.79.82.IP) (Client exited)
  106. # [00:34] <ckerschb> so far it only was a problem on windows
  107. # [00:34] <ckerschb> didn't want to waste any resources
  108. # [00:34] * geekboy is now known as geekboy|afk
  109. # [00:34] <ckerschb> I can retrigger some tests on windows though to make sure
  110. # [00:34] <gandalf_> Pike: I don't think so. That's my themes box: http://imgur.com/R5fKXJ2
  111. # [00:34] * Quits: rbarnes (rbarnes@moz-bg9.tia.177.128.IP) (A TLS packet with unexpected length was received.)
  112. # [00:34] * Joins: dveditz (dveditz@moz-cfhap5.mtv2.mozilla.com)
  113. # [00:34] * killer sets mode: +o dveditz
  114. # [00:35] <Pike> gandalf_: "oh". I have an explicit button
  115. # [00:35] <gandalf_> which button?
  116. # [00:35] <gandalf_> btw. I tried with a new profile, same thing
  117. # [00:35] <bholley> froydnj: yt?
  118. # [00:35] * Quits: ehugg (ehugg@moz-f04slc.cisco.com) (Client exited)
  119. # [00:36] <bholley> or botond_
  120. # [00:36] * Joins: ketas (ketas@2001:ad0:91f:0:290:27ff:fea6:a66a)
  121. # [00:37] * Quits: Jackneill (Jackneill@moz-t90ro2.pool.digikabel.hu) (A TLS packet with unexpected length was received.)
  122. # [00:37] * Quits: davidb (davidb@moz-rh3avd.dsl.bell.ca) (Ping timeout: 121 seconds)
  123. # [00:37] * BenWa|email is now known as BenWa
  124. # [00:37] * Joins: mdas (mdas@moz-njm.vq8.250.162.IP)
  125. # [00:37] <froydnj> bholley: yo
  126. # [00:37] <botond_> bholley: what's up?
  127. # [00:37] * bholley needs some template wizards
  128. # [00:37] <Pike> gandalf_: http://imgur.com/ONMQxlo
  129. # [00:38] <botond_> bholley: shoot
  130. # [00:38] <bholley> botond_: what am I doing wrong here? http://pastebin.mozilla.org/7916116
  131. # [00:38] <gandalf_> Pike: :(
  132. # [00:38] <gandalf_> I'll redownload it
  133. # [00:38] <botond_> bholley: i dont think you need typename
  134. # [00:39] <bholley> botond_: ok, removed it. Still won't compile
  135. # [00:39] <NeilAway> froydnj: why not make ReplaceSubstring choose the appropriate algorithm?
  136. # [00:39] <Pike> gandalf_: I have a metric ton of "don't do dev-ed" prefs set in my profile, which might "fix" it
  137. # [00:39] <botond_> bholley: ah, the parameter name 'aMethod' needs to go beside the *
  138. # [00:39] * Joins: tomatoeblue (textual@moz-gh3.gum.189.205.IP)
  139. # [00:39] <botond_> bholley: oh the joys of C declaration syntax :)
  140. # [00:40] <Pike> gandalf_: also, new profile works for me
  141. # [00:40] <froydnj> NeilAway: that's an option too, I'm not sure why ehsan wants to do a totally different method
  142. # [00:40] <botond_> bholley: finally, you need to lose some parentheses
  143. # [00:40] <gandalf_> ok, redownloaded and it works
  144. # [00:40] <gandalf_> so only the update didn't
  145. # [00:40] <botond_> bholley: putting that all together: void Invoke(ThisType* aThisVal, void(ThisType::*aMethod)(ValueType), ValueType aValue)
  146. # [00:40] * Quits: rednaks_ (rednaks@moz-i3l.38h.227.41.IP) (Ping timeout: 121 seconds)
  147. # [00:41] * Joins: ddahl (ddahl@moz-ga3.inn.64.192.IP)
  148. # [00:41] <bholley> botond_: brilliant, thank you. That is some heavy wizardry
  149. # [00:41] * Quits: wlach (wlach@moz-l7oobj.ckpj.s0pt.0450.2001.IP) (Quit: Ex-Chat)
  150. # [00:42] <botond_> bholley: indeed. amusingly enough, it being a template doesn't make a difference in this case
  151. # [00:42] * heycam is now known as heycam|away
  152. # [00:42] * Quits: grobinson (grobinson@moz-qig.crj.56.172.IP) (Connection closed)
  153. # [00:42] <botond_> bholley: i.e. you'd need the same syntax with concrete types (but the error message would probably be better...)
  154. # [00:44] * Quits: Pike (chatzilla@moz-o0d7i0.pool.mediaWays.net) (Quit: ChatZilla 0.9.91 [Firefox 34.0/20141125180439])
  155. # [00:44] <KWierso> blassey: ping?
  156. # [00:44] <blassey> pong
  157. # [00:44] <KWierso> blassey: all of the windows builds on your push for bug 1096666 failed with https://treeherder.mozilla.org/ui/logviewer.html#?job_id=1406667&repo=fx-team
  158. # [00:44] <jgilbert> every time I need to reinstall jimdb, it's a nightmare
  159. # [00:45] * Quits: hunboy (hunboy@moz-ekaoso.pool.invitel.hu) (Connection closed)
  160. # [00:45] <blassey> well... eff
  161. # [00:45] * Joins: hunboy_ (hunboy@moz-ekaoso.pool.invitel.hu)
  162. # [00:45] * hunboy_ is now known as hunboy
  163. # [00:45] <jgilbert> this time, python doesn't work? I have no idea.
  164. # [00:45] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  165. # [00:45] <blassey> I have no idea what that means
  166. # [00:46] <KWierso> blassey: looking at your patch, I don't see how it could be you
  167. # [00:49] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  168. # [00:49] * Quits: alexbardas (alexbardas@moz-lhtf82.BT.idilis.net) (Connection closed)
  169. # [00:49] * Joins: cpearce__ (chatzilla@moz-jrl.fci.192.203.IP)
  170. # [00:49] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Ping timeout: 121 seconds)
  171. # [00:49] <gandalf_> ted: I got the stack trace of the other bug!
  172. # [00:49] <gandalf_> Nightly: http://pastebin.mozilla.org/7916338
  173. # [00:49] <gandalf_> Content process: http://pastebin.mozilla.org/7916337
  174. # [00:50] <KWierso> blassey: philor starred the failures as infra, so I'm assuming it's not you :)
  175. # [00:50] <KWierso> as you were :)
  176. # [00:50] <gandalf_> I keep my browser open and CPU spinning
  177. # [00:50] <gandalf_> in case you guys think I can collect more samples
  178. # [00:50] <gandalf_> both Nightly and Nightly Web Content processes are not responding
  179. # [00:50] * Quits: cpearce_ (chatzilla@moz-3n0s33.5h0u.b0fh.0cb0.2001.IP) (Ping timeout: 121 seconds)
  180. # [00:50] <gandalf_> Nightly Web Content is using 100% CPU
  181. # [00:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4f270128536a - Chenxia Liu - Bug 1093201 - Part 1: Passwords management UI. r=margaret
  182. # [00:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/64f427666f49 - Chenxia Liu - Bug 1093201 - Part 2: Tests. r=margaret
  183. # [00:52] * Quits: @dveditz (dveditz@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  184. # [00:52] * Joins: Sushant94_ (Sushant@moz-18n.d0a.202.116.IP)
  185. # [00:53] * Quits: bgrins (bgrins@moz-jukeg5.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
  186. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e96e649cb487 - Wes Kocher - Backed out changeset 0b71e08f9d34 (bug 1109431) for mochitest-2 bustage on a CLOSED TREE
  187. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b2f813477747 - Wes Kocher - Backed out 2 changesets (bug 1108917) for mochitest-2 bustage on a CLOSED TREE
  188. # [00:54] <hurley> *sigh* try to file bug, content crashes. now have two bugs to file :(
  189. # [00:55] * Joins: rednaks_ (rednaks@moz-kos.grg.228.41.IP)
  190. # [00:55] <jchen> jgilbert: are you on mac?
  191. # [00:55] <jgilbert> jchen, linux
  192. # [00:55] * Quits: Sushant94 (Sushant@moz-l7v.474.202.116.IP) (Ping timeout: 121 seconds)
  193. # [00:55] <jgilbert> prebuilts don't work, and neither does building
  194. # [00:56] <jgilbert> something to do with python
  195. # [00:56] <mstange> gandalf_: can you get the process ID of the hung content process?
  196. # [00:56] * Joins: grobinson (grobinson@moz-f7a.tdl.56.172.IP)
  197. # [00:56] <jgilbert> of which I have 2.7.x installed and running fine for everything else
  198. # [00:56] <gandalf_> like this: http://pastebin.mozilla.org/7916410 ?
  199. # [00:56] <mstange> gandalf_: and then open two Terminal windows, in one execute sudo dtruss -p $PID
  200. # [00:56] <jchen> jgilbert: can you post the errors?
  201. # [00:56] <mstange> gandalf_: and in the other, start lldb, attach -p $PID, p (void)DumpJSStack()
  202. # [00:56] * Joins: mattwoodrow (mattwoodrow@moz-ktv.rfd.218.216.IP)
  203. # [00:57] <gandalf_> mstange: which PID should I use?
  204. # [00:57] <gandalf_> web content or nightly?
  205. # [00:57] <mstange> gandalf_: oh, you launched the thing from the console? Then ignore the part about the dtruss window
  206. # [00:57] <mstange> gandalf_: web content
  207. # [00:57] <jgilbert> jchen, prebuilt: https://pastebin.mozilla.org/7916451
  208. # [00:58] <mstange> gandalf_: so the parent process is waiting for the content process, and the content process is executing loads of JS
  209. # [00:58] <gandalf_> mstange: I pasted it in #e10s
  210. # [00:58] <gandalf_> let's move the conversation there?
  211. # [00:59] <jgilbert> jchen, after successfully(?) building the 7.6 branch of android-gdb from the wiki: https://pastebin.mozilla.org/7916459
  212. # [00:59] <jgilbert> jchen, both the 7.5 and 7.7 branches fail to compile from c++ compilation errors
  213. # [01:00] * Quits: jimm (jmathies@moz-jq3.idf.235.67.IP) (Quit: )
  214. # [01:01] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  215. # [01:01] * Joins: alexbardas (alexbardas@moz-lhtf82.BT.idilis.net)
  216. # [01:02] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  217. # [01:02] * heycam|away is now known as heycam
  218. # [01:02] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Quit: Leaving)
  219. # [01:02] * Quits: alexbardas (alexbardas@moz-lhtf82.BT.idilis.net) (A TLS packet with unexpected length was received.)
  220. # [01:03] <jchen> jgilbert: according to google, for the prebuilt one, running "LD_LIBRARY_PATH=/usr/local/lib ./jimdb-arm/bin/gdb" should work
  221. # [01:03] <jchen> jgilbert: i think the 7.6 error is a bug
  222. # [01:03] <jgilbert> jchen, I mean, I'll try it, but it doesn't look relevent to me
  223. # [01:03] <jgilbert> my python isn't in /usr/local/lib
  224. # [01:04] <jgilbert> but maybe this is a Linux Is Magic thing
  225. # [01:04] * Joins: wesley_huang (wesley_huan@moz-6bghpq.dynamic.hinet.net)
  226. # [01:04] <jgilbert> jchen, yeah, that doesn't do anything for me
  227. # [01:05] * till|meeting is now known as till
  228. # [01:05] <hub> I think it has to do with the gdb python module it is trying to load
  229. # [01:06] * Joins: alexbardas (alexbardas@moz-lhtf82.BT.idilis.net)
  230. # [01:06] * Quits: kentuckyfriedtakahe (ajones@moz-nvl1f2.5h0u.b0fh.0cb0.2001.IP) (Ping timeout: 121 seconds)
  231. # [01:07] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  232. # [01:07] * Joins: harth (harth@moz-t7tqmr.ca.comcast.net)
  233. # [01:07] * Quits: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com) (A TLS packet with unexpected length was received.)
  234. # [01:08] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  235. # [01:08] * Quits: alexbardas (alexbardas@moz-lhtf82.BT.idilis.net) (A TLS packet with unexpected length was received.)
  236. # [01:09] * Quits: mwobensmith (mwobensmith@moz-q5v2nc.dynamic.fusionbroadband.com) (Quit: Leaving.)
  237. # [01:10] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Quit: ZNC - http://znc.in)
  238. # [01:10] * Quits: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  239. # [01:10] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  240. # [01:10] * Quits: mdas (mdas@moz-njm.vq8.250.162.IP) (Connection closed)
  241. # [01:11] <botond_> khuey: ping
  242. # [01:12] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  243. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ea4fe3e55822 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  244. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/75623bc27adb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  245. # [01:13] <jgilbert> jchen, ok, so apparently I grabbed the x86 prebuild instead of the x64 one, so in x86 'mode'(?) there wasn't a libpython
  246. # [01:13] * Joins: dagnir (dagnir@moz-0ft.ffq.160.132.IP)
  247. # [01:13] * Quits: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl) (Quit: Linkinus - http://linkinus.com)
  248. # [01:14] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  249. # [01:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/062c02be18be - Mark Hammond - Bug 1100069 - have nsIHandlerService::getTypeFromExtension fail gracefully and silently in xpcshell. r=bz
  250. # [01:16] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  251. # [01:16] * Joins: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com)
  252. # [01:16] * Quits: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com) (Quit: leaving)
  253. # [01:16] * Quits: grobinson (grobinson@moz-f7a.tdl.56.172.IP) (Connection closed)
  254. # [01:18] * Joins: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com)
  255. # [01:18] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  256. # [01:18] * Quits: rednaks_ (rednaks@moz-kos.grg.228.41.IP) (Ping timeout: 121 seconds)
  257. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/349c06588bc0 - David Rajchenbach-Teller - Bug 1076775 - Implement History.removeHistoryByFilter;r=mak
  258. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dd8ab8e5292d - Jed Davis - Bug 1108759 - Fix B2G no-optimization builds. r=glandium
  259. # [01:19] * Quits: bholley (bholley@moz-qpv0dk.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  260. # [01:20] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
  261. # [01:20] * killer sets mode: +o smaug
  262. # [01:22] * Joins: mdas (mdas@moz-njm.vq8.250.162.IP)
  263. # [01:23] * Quits: Jan\ (kvirc@moz-8ih.a7t.13.198.IP) (Ping timeout: 121 seconds)
  264. # [01:26] * Quits: espadrine (ttyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
  265. # [01:26] * Joins: yzen (uid14060@moz-huguk6.ealing.irccloud.com)
  266. # [01:27] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  267. # [01:27] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  268. # [01:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/574d4c6d10eb - Xidorn Quan - (no bug) Add comment to clarify the reason of using UniquePtr in nsRubyBaseContainerFrame::Reflow. DONTBUILD, comment-only
  269. # [01:29] * Quits: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com) (Quit: leaving)
  270. # [01:30] * Joins: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com)
  271. # [01:30] * Quits: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com) (Quit: leaving)
  272. # [01:30] * Joins: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com)
  273. # [01:30] * AutomatedTester is now known as AutomatedTester|AFK
  274. # [01:31] * seth ponders the fact that an album called "quatorze pièces de menace" has 11 tracks
  275. # [01:31] * Joins: rmcdougall (Adium@moz-puqte3.mycingular.net)
  276. # [01:31] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  277. # [01:31] * Quits: loveless (loveless@moz-krb.t7p.56.172.IP) (Ping timeout: 121 seconds)
  278. # [01:31] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (Ping timeout: 121 seconds)
  279. # [01:33] * Quits: mdas (mdas@moz-njm.vq8.250.162.IP) (Quit: )
  280. # [01:33] <glandium> seth: it also sounds like english literally translated to french, and that doesn't really work
  281. # [01:33] * Quits: gandalf_ (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  282. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c4f14d82c20b - Jan-Ivar Bruaroey - Bug 1091898 - add Error names to PeerConnection errors rather than empty string. r=jesup
  283. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e210b532f9dc - Jan-Ivar Bruaroey - Bug 1091898 - remove webrtc-specific testing of webidl exceptions. r=jesup, r=drno
  284. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/fb73f5e56e47 - Jan-Ivar Bruaroey - Bug 1091898 - pass in getWebIDLCallerPrincipal().origin to IdP to allow use of Promises. r=mt
  285. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e5bf096003d5 - Jan-Ivar Bruaroey - Bug 1091898 - add RTCPeerConnection hybrid with promises. r=bz, r=mt
  286. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5bc1b5e79914 - Jan-Ivar Bruaroey - Bug 1091898 - remove old non-spec exceptionhandling around callbacks. r=jesup, r=drno
  287. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f9cf5afe311a - Jan-Ivar Bruaroey - Bug 1091898 - update test of exceptions from jsimplemented. r=jesup
  288. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/34fd03c467e8 - Jan-Ivar Bruaroey - Bug 1091898 - promise-chain test + converted non-harness-using tests to promises. r=drno
  289. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3e280c309d0d - Jan-Ivar Bruaroey - Bug 1091898 - restore exception-handling around legacy callbacks. r=mt
  290. # [01:34] <seth> glandium: oddly it is actually a french band!
  291. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/51ee43190135 - Tom Tromey - Bug 1050770 - add paint details to timeline; r=smaug,mattwoodrow
  292. # [01:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/dd59cf445ac2 - Jared Wein - Bug 1109812 - Remove debugger; statement from UITour.jsm r=MattN
  293. # [01:34] * Quits: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com) (Quit: leaving)
  294. # [01:34] * Joins: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com)
  295. # [01:35] * Quits: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com) (Quit: leaving)
  296. # [01:35] * Joins: gkw (fuzz2lin@moz-cfhap5.mtv2.mozilla.com)
  297. # [01:35] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
  298. # [01:36] * Quits: victorporof (victorporof@moz-2t2.g89.159.69.IP) (Connection closed)
  299. # [01:36] * Joins: victorporof (victorporof@moz-2t2.g89.159.69.IP)
  300. # [01:36] * Quits: victorporof (victorporof@moz-2t2.g89.159.69.IP) (Quit: ☠)
  301. # [01:38] * Joins: victorporof (victorporof@moz-2t2.g89.159.69.IP)
  302. # [01:38] * Parts: marco (marco@moz-pd7agh.retail.telecomitalia.it) ("")
  303. # [01:38] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Connection closed)
  304. # [01:38] * Joins: twi (Adium@moz-oqm.fqb.18.120.IP)
  305. # [01:38] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
  306. # [01:41] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  307. # [01:41] * Quits: till (till@moz-41bvmt.adsl.alicedsl.de) (Connection closed)
  308. # [01:41] * Quits: imjalpreet (Thunderbird@moz-ljo89v.mtnl.net.in) (Ping timeout: 121 seconds)
  309. # [01:41] * Quits: wesley_huang (wesley_huan@moz-6bghpq.dynamic.hinet.net) (Client exited)
  310. # [01:41] * Joins: till (till@moz-41bvmt.adsl.alicedsl.de)
  311. # [01:42] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
  312. # [01:42] * Quits: mwu (mwu@moz-bpk34k.hntd.7296.000c.2601.IP) (Quit: Leaving)
  313. # [01:43] * Quits: cooperq (cooperq@moz-upe.5fr.90.208.IP) (Ping timeout: 121 seconds)
  314. # [01:46] * Quits: tomatoeblue (textual@moz-gh3.gum.189.205.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
  315. # [01:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1431c98538b8 - Lars T Hansen - Bug 1109886 - Use unsigned compare for bounds checking. r=luke
  316. # [01:50] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  317. # [01:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4c5cb4564a61 - Lars T Hansen - Bug 1108904 - correct a typo in pjs. r=shu
  318. # [01:52] * Parts: ckerschb (ckerschb@moz-qhl0k0.ujol.1ibb.0101.2620.IP)
  319. # [01:52] * rn10950|away is now known as rn10950
  320. # [01:54] * Quits: rmcdougall (Adium@moz-puqte3.mycingular.net) (Ping timeout: 121 seconds)
  321. # [01:54] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  322. # [01:54] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  323. # [01:56] * Quits: RealRaven (Thunderbird@moz-f7o.ruv.125.109.IP) (Client exited)
  324. # [01:56] * Quits: RyanVM|afk (Thunderbird@moz-hbb9mb.fios.verizon.net) (Client exited)
  325. # [01:56] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
  326. # [01:58] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  327. # [01:59] * stephend is now known as stephend|bbiab
  328. # [02:00] <Gijs> What is "exception" on https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=695f3b18d238 ?
  329. # [02:00] <Gijs> (and more to the point, do I need to manually retrigger, or will that happen automatically?)
  330. # [02:02] <KWierso> Gijs: that machine seems to be having trouble...
  331. # [02:02] * Joins: loveless (loveless@moz-krb.t7p.56.172.IP)
  332. # [02:02] <KWierso> Gijs: and more to the point, you would have to manually retrigger, but I did it for you this one time :)
  333. # [02:03] <Gijs> KWierso: <3, thanks!
  334. # [02:03] <Gijs> KWierso: also, drat, just realized we didn't meet in Portland :(
  335. # [02:06] * KWierso is now known as KWierso|afk
  336. # [02:07] * Quits: mixedpuppy (mixedpuppy@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  337. # [02:07] * Joins: kentuckyfriedtakahe (ajones@moz-51vch7.5h0u.b0fh.0cb0.2001.IP)
  338. # [02:07] * Quits: mcomella (mcomella@moz-ps8n7n.2rkg.9kg1.0101.2620.IP) (Quit: Leaving)
  339. # [02:07] * Joins: mcomella (mcomella@moz-ps8n7n.2rkg.9kg1.0101.2620.IP)
  340. # [02:08] * jlund is now known as jlund|away
  341. # [02:08] * Quits: sicking (sicking@moz-lqm0dq.ca.comcast.net) (Client exited)
  342. # [02:08] * Quits: drno (nohlmeier@moz-qjbkeh.mtv2.mozilla.com) (Client exited)
  343. # [02:08] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
  344. # [02:09] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  345. # [02:10] * terrence is now known as terrence-afk
  346. # [02:11] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  347. # [02:12] * Quits: till (till@moz-41bvmt.adsl.alicedsl.de) (A TLS packet with unexpected length was received.)
  348. # [02:12] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  349. # [02:13] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  350. # [02:13] * Quits: tedders1 (tedders1@moz-i5m.05u.207.66.IP) (Connection closed)
  351. # [02:14] * Joins: tedders1 (tedders1@moz-i5m.05u.207.66.IP)
  352. # [02:14] * Joins: sicking (sicking@moz-vmg3rv.sntcca.sbcglobal.net)
  353. # [02:14] * Joins: ehugg (ehugg@moz-1pl2f3.cisco.com)
  354. # [02:15] * Joins: Sushant20 (Sushant@moz-ule.9pc.202.116.IP)
  355. # [02:15] * Quits: mcomella (mcomella@moz-ps8n7n.2rkg.9kg1.0101.2620.IP) (Quit: Leaving)
  356. # [02:16] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  357. # [02:16] * Quits: mccr8 (mccr8@moz-qjbkeh.mtv2.mozilla.com) (Quit: computer sleep)
  358. # [02:17] * Joins: jchaulk (jchaulk@moz-t629i6.cpe.pppoe.ca)
  359. # [02:17] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Quit: Plan B failed, time for Plan 9!)
  360. # [02:18] * lth is now known as lth|away
  361. # [02:18] * Quits: Sushant94_ (Sushant@moz-18n.d0a.202.116.IP) (Ping timeout: 121 seconds)
  362. # [02:18] * Quits: tedders1 (tedders1@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  363. # [02:20] * Quits: bajaj (bajaj_afk@moz-qjbkeh.mtv2.mozilla.com) (Quit: Leaving.)
  364. # [02:21] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  365. # [02:21] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  366. # [02:22] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
  367. # [02:22] * Quits: jchaulk (jchaulk@moz-t629i6.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  368. # [02:23] * Joins: bgrins (bgrins@moz-vv9nl0.qnor.1u98.0009.2601.IP)
  369. # [02:26] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
  370. # [02:26] * Quits: ewong|away (chatzilla@moz-a2bclr.net) (Quit: reboot)
  371. # [02:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a2ae4c0a26fe - Jed Davis - Bug 1102209 - Remove use of CodeGen::JoinInstructions in the Linux sandboxing code. r=kang
  372. # [02:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e0f0ebdd1df5 - Jed Davis - Bug 1093334 - Import more headers from Chromium rev 9522fad406dd161400daa518075828e47bd47f60. r=kang
  373. # [02:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1e0944ec79a6 - Jed Davis - Bug 1093334 - Adjust includes of Linux sandboxing headers from Chromium. r=kang
  374. # [02:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0ffb57e3e9c9 - Jed Davis - Bug 1093334 - Delete unnecessary copies of Chromium headers in security/sandbox/linux. r=kang
  375. # [02:28] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  376. # [02:29] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
  377. # [02:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/daffcafc2c11 - Nathan Froyd - Bug 1109164 - move SimpleTest files to moz.build's TEST_HARNESS_FILES; r=mshal
  378. # [02:29] * Quits: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com) (A TLS packet with unexpected length was received.)
  379. # [02:29] * Quits: myk (myk@moz-cfhap5.mtv2.mozilla.com) (Ping timeout: 121 seconds)
  380. # [02:31] * Quits: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  381. # [02:34] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (A TLS packet with unexpected length was received.)
  382. # [02:34] * Quits: bwc (Adium@moz-enmkk8.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  383. # [02:34] * Joins: oouyang (uid50770@moz-jn6prh.uxbridge.irccloud.com)
  384. # [02:37] * Quits: tantek (tantek@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  385. # [02:39] * Joins: ewong|away (chatzilla@moz-a2bclr.net)
  386. # [02:39] * Quits: fabrice (fabrice@moz-2m567p.mh2d.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  387. # [02:39] * ewong|away is now known as ewong
  388. # [02:39] * Joins: sicking_ (sicking@moz-vmg3rv.sntcca.sbcglobal.net)
  389. # [02:40] * baku|away is now known as baku
  390. # [02:41] * Quits: esawin (esawin@moz-gob.6k5.214.85.IP) (Quit: leaving)
  391. # [02:41] * Joins: esawin (esawin@moz-gob.6k5.214.85.IP)
  392. # [02:42] * Joins: bdahl (bdahl@moz-rkuko4.2rkg.9kg1.0101.2620.IP)
  393. # [02:42] * Quits: sicking (sicking@moz-vmg3rv.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  394. # [02:42] * baku is now known as baku|away
  395. # [02:43] * Joins: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net)
  396. # [02:44] * heycam is now known as heycam|away
  397. # [02:45] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Connection closed)
  398. # [02:45] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  399. # [02:45] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  400. # [02:45] * Quits: sicking_ (sicking@moz-vmg3rv.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  401. # [02:46] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Connection closed)
  402. # [02:46] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  403. # [02:49] * Quits: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com) (Quit: )
  404. # [02:51] * Quits: lgarner (lgarner@moz-ncr.att.59.50.IP) (Ping timeout: 121 seconds)
  405. # [02:51] * Quits: ericjung (ericjung@moz-7m6bam.7ch4.iin2.0006.2601.IP) (A TLS packet with unexpected length was received.)
  406. # [02:51] * Quits: derf (derf@moz-797sd4.fios.verizon.net) (Ping timeout: 121 seconds)
  407. # [02:52] * Joins: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net)
  408. # [02:53] * Joins: ericjung (ericjung@moz-thfrea.7ch4.iin2.0006.2601.IP)
  409. # [02:53] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  410. # [02:54] * Joins: derf (derf@moz-797sd4.fios.verizon.net)
  411. # [02:54] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
  412. # [02:55] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Connection closed)
  413. # [02:55] * Joins: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
  414. # [02:55] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  415. # [02:55] * Quits: garvank (Garvan@moz-520nfm.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  416. # [02:57] * Joins: nli-- (Linear-logg@moz-0a9q19.HINET-IP.hinet.net)
  417. # [02:57] * Quits: Ms2ger (Ms2ger@moz-su1.05m.182.91.IP) (Ping timeout: 121 seconds)
  418. # [02:57] * Quits: peterv (peterv@moz-6f8qv3.be.sixxs.net) (Ping timeout: 121 seconds)
  419. # [02:58] * miketaylr is now known as zz_miketaylr
  420. # [02:59] * zz_miketaylr is now known as miketaylr
  421. # [02:59] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  422. # [03:00] * Quits: billm (billm@moz-i8sthm.mh2d.1ibb.0101.2620.IP) (Quit: Leaving)
  423. # [03:00] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (A TLS packet with unexpected length was received.)
  424. # [03:06] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
  425. # [03:07] * coop|buildduty is now known as coop|afk
  426. # [03:07] * Quits: Mook_as (mook@moz-vlall4.activestate.com) (Client exited)
  427. # [03:08] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  428. # [03:08] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  429. # [03:08] * Joins: peterv (peterv@moz-6f8qv3.be.sixxs.net)
  430. # [03:09] * Joins: garvank (Garvan@moz-520nfm.dsl.teksavvy.com)
  431. # [03:11] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  432. # [03:11] * Joins: mixedpuppy (mixedpuppy@moz-vl4ghm.ca.comcast.net)
  433. # [03:12] * Joins: tomatoeblue (textual@moz-bpk.tq1.11.66.IP)
  434. # [03:12] * Joins: till (till@moz-41bvmt.adsl.alicedsl.de)
  435. # [03:14] * Quits: mkaply (quassel@moz-81b.rer.196.74.IP) (Ping timeout: 121 seconds)
  436. # [03:14] * Joins: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net)
  437. # [03:14] * stephend|bbiab is now known as stephend
  438. # [03:15] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  439. # [03:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/731e8e1a0494 - Mason Chang - Bug 1080160 - Integrate Composite Times into Telemetry. r=benwa,avih
  440. # [03:17] * Quits: till (till@moz-41bvmt.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  441. # [03:17] * Quits: Gijs (chatzilla@moz-pnd.q6m.80.5.IP) (Quit: sleep)
  442. # [03:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3eef539e4553 - Kartikaya Gupta - Bug 1013432 - Follow up to cset 89858cf28204 to remove accidentally added file. r=me
  443. # [03:17] * Quits: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
  444. # [03:18] * philor|away is now known as philor
  445. # [03:20] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Quit: Leaving)
  446. # [03:22] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Quit: )
  447. # [03:23] * lmandel is now known as lmandel_afk
  448. # [03:24] * Quits: kaze (kaze@moz-8ion1q.fbx.proxad.net) (Ping timeout: 121 seconds)
  449. # [03:27] * Quits: peterv (peterv@moz-6f8qv3.be.sixxs.net) (Ping timeout: 121 seconds)
  450. # [03:27] * Quits: schien (anonymous@moz-l8ebtf.sfo1.mozilla.com) (Quit: sleep)
  451. # [03:28] * heycam|away is now known as heycam
  452. # [03:29] * Quits: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  453. # [03:29] * Quits: &dbaron (dbaron@moz-6qfvbi.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
  454. # [03:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bd8b11d1e93b - Anthony Jones - Bug 1098126 - Remove duplication in MP4 demuxer seek; r=mattwoodrow
  455. # [03:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/36f3e9c34b70 - Anthony Jones - Bug 1098126 - Use MoofParser to read fragmented MP4 data; r=mattwoodrow
  456. # [03:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4e7a358bdd20 - Anthony Jones - Bug 1098126 - MoofParser forced moof read; r=mattwoodrow
  457. # [03:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4b8bb6132ae1 - Anthony Jones - Bug 1098126 - Add CENC support to MoofParser; r=edwin
  458. # [03:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/81bdd9d3aa25 - Anthony Jones - Bug 1098126 - Disable MoofParser for EME; r=rillian
  459. # [03:31] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
  460. # [03:32] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
  461. # [03:34] * Quits: @Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  462. # [03:35] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
  463. # [03:36] * Quits: jgilbert (jgilbert@moz-ro5s35.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  464. # [03:40] * khuey is now known as khuey|away
  465. # [03:42] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  466. # [03:43] * Joins: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com)
  467. # [03:43] * Joins: peterv (peterv@moz-rcb22e.access.telenet.be)
  468. # [03:43] * Quits: jkitch (Thunderbird@moz-ni6ef2.k4n0.vhij.44b8.2001.IP) (Connection closed)
  469. # [03:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/49a918ec025f - Seth Fowler - Bug 1106252 - Make nsImageFrame's icon loading code more robust. r=tn
  470. # [03:43] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
  471. # [03:43] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
  472. # [03:45] * Quits: mwargers (mwargers@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
  473. # [03:45] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
  474. # [03:46] * Quits: mixedpuppy (mixedpuppy@moz-vl4ghm.ca.comcast.net) (Ping timeout: 121 seconds)
  475. # [03:46] * Joins: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com)
  476. # [03:47] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  477. # [03:47] * Joins: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com)
  478. # [03:47] * darkowlzz|afk is now known as darkowlzz
  479. # [03:47] <philor> gkw: are the permared windows fuzzing jobs still useful, and just permared in a useless step, or are they a complete waste of time and energy?
  480. # [03:48] * Quits: mchang (mchang@moz-4b7hgp.res.rr.com) (Client exited)
  481. # [03:48] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  482. # [03:48] * Quits: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com) (Client exited)
  483. # [03:48] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  484. # [03:49] * Joins: bz_away (bzbarsky@moz-m10oko.fios.verizon.net)
  485. # [03:50] * Quits: garvank (Garvan@moz-520nfm.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  486. # [03:51] * Joins: jamin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  487. # [03:51] * Joins: jkitch (Thunderbird@moz-mcqlsq.k4n0.vhij.44b8.2001.IP)
  488. # [03:52] * Quits: ehugg (ehugg@moz-1pl2f3.cisco.com) (Client exited)
  489. # [03:53] * Quits: Sushant20 (Sushant@moz-ule.9pc.202.116.IP) (Quit: Leaving)
  490. # [03:54] * Quits: bdahl (bdahl@moz-rkuko4.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
  491. # [03:56] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  492. # [03:56] * Joins: Jan\ (kvirc@moz-8ih.a7t.13.198.IP)
  493. # [03:57] * Joins: bdahl (bdahl@moz-rkuko4.2rkg.9kg1.0101.2620.IP)
  494. # [03:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0a424f45dc23 - J. Ryan Stinnett - Bug 1059001 - Part 1a: Separate create and open listener. r=past
  495. # [03:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b16c58046543 - J. Ryan Stinnett - Bug 1059001 - Part 1b: Update openListener callsites. r=past
  496. # [03:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/20a3c5ad55c6 - J. Ryan Stinnett - Bug 1059001 - Part 2: Move discovery into socket listener. r=past
  497. # [03:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/40e8d75da54f - J. Ryan Stinnett - Bug 1059001 - Part 3: Add encryption socket option. r=past
  498. # [03:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5fc8a787af0f - J. Ryan Stinnett - Bug 1059001 - Part 4: Pass encryption through via discovery. r=past
  499. # [03:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/aa53dedec65f - J. Ryan Stinnett - Bug 1059001 - Part 5: Reset connection options before connecting. r=paul
  500. # [03:57] * Quits: bdahl (bdahl@moz-rkuko4.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
  501. # [03:58] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  502. # [03:58] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  503. # [03:58] * Joins: chewey_ (chewey@moz-f1d8vr.dip0.t-ipconnect.de)
  504. # [03:59] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  505. # [03:59] * rn10950 is now known as rn10950|away
  506. # [04:00] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  507. # [04:00] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  508. # [04:00] * Quits: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  509. # [04:00] * Joins: TYLin_ (TYLin@moz-aj9ejj.HINET-IP.hinet.net)
  510. # [04:00] * Quits: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  511. # [04:00] * Quits: chewey (chewey@moz-11kl8p.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  512. # [04:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/af3dbca127d1 - Chris Pearce - Bug 1101328 - Use AsyncEventDispatcher to dispatch keyschange to MediaKeySession, since it doesn't require an nsIDocument. r=peterv
  513. # [04:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1a2cec4f5833 - Chris Pearce - Bug 1101328 - Rely on CDM to report keys as unusable on when removing sessions. r=jwwang
  514. # [04:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ddb36faf9ee - Chris Pearce - Bug 1109457 - Hook up CDM session close notification to MediaKeySession. r=jwwang
  515. # [04:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8dbf60547db0 - Chris Pearce - Bug 1109861 - Add delegate to manage waiting for the CDM to mark key usable. r=kinetik
  516. # [04:01] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
  517. # [04:03] * Joins: automata (automata@moz-42a.of2.154.179.IP)
  518. # [04:05] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
  519. # [04:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/36679c5f568e - Phil Ringnalda - Back out 349c06588bc0 (bug 1076775) for frequent Linux xpcshell test_remove.js failures
  520. # [04:09] * Joins: alexbardas (alexbardas@moz-724bg5.CL.idilis.net)
  521. # [04:11] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  522. # [04:12] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  523. # [04:12] * Quits: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP) (Quit: )
  524. # [04:13] * Quits: alexbardas (alexbardas@moz-724bg5.CL.idilis.net) (Ping timeout: 121 seconds)
  525. # [04:13] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  526. # [04:15] * Joins: brsun (chatzilla@moz-2hf62a.HINET-IP.hinet.net)
  527. # [04:16] * nthomas|away is now known as nthomas
  528. # [04:16] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  529. # [04:18] * Joins: juniorhsu (uid27704@moz-isgpq0.uxbridge.irccloud.com)
  530. # [04:23] * Quits: mak (uid24946@moz-7ljuor.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  531. # [04:24] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
  532. # [04:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/edd717f27f37 - Nicholas Nethercote - Bug 1100851 - Tweak DMD to account for the fact that $DMD can now be undefined. r=glandium.
  533. # [04:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bd3c5d90a40c - Nicholas Nethercote - Bug 1100851 - Print the mode in dmd.py's output. r=mccr8.
  534. # [04:30] * heycam is now known as heycam|away
  535. # [04:30] * Joins: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com)
  536. # [04:30] * Joins: mmcdonough (Martin@moz-qfl.dci.229.137.IP)
  537. # [04:32] * Joins: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net)
  538. # [04:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5fcba591258 - Seth Fowler - Bug 1098958 - Call UpdateImageContainer whenever we send invalidations in RasterImage. r=tn
  539. # [04:37] * Joins: mccr8 (mccr8@moz-m84lpe.ca.comcast.net)
  540. # [04:42] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  541. # [04:43] <gkw> philor: I have no idea what you are talking about without any link
  542. # [04:44] <philor> gkw: http://buildbot-master85.srv.releng.scl3.mozilla.com:8001/builders/fuzzer-win64-rev2/builds/14634/steps/run_script/logs/stdio though I guess they aren't actually permared, just mostly
  543. # [04:46] * Quits: mukilan (mukilan@moz-2s4.tpo.164.122.IP) (Ping timeout: 121 seconds)
  544. # [04:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fd85797fa9d6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  545. # [04:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8cb70273ba67 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  546. # [04:48] <philor> that particular slave having failed only 3 of 4 it did in a row
  547. # [04:51] <gkw> philor: looking
  548. # [04:53] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  549. # [04:55] <philor> kentuckyfriedtakahe: is that your windows bustage shoved up onto seth's push? if so, nice work!
  550. # [04:55] <kentuckyfriedtakahe> philor: worked for me on try.
  551. # [04:56] <philor> you can push your failures off onto seth's *try* pushes? sweet!
  552. # [04:56] <kentuckyfriedtakahe> philor: where am I supposed to be looking?
  553. # [04:56] * Joins: Morris (Morris@moz-aj9ejj.HINET-IP.hinet.net)
  554. # [04:56] <philor> kentuckyfriedtakahe: https://treeherder.mozilla.org/logviewer.html#?job_id=4533146&repo=mozilla-inbound and https://treeherder.mozilla.org/logviewer.html#?job_id=4533161&repo=mozilla-inbound
  555. # [04:56] * Quits: twi (Adium@moz-oqm.fqb.18.120.IP) (Quit: Leaving.)
  556. # [04:56] * Joins: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com)
  557. # [04:57] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  558. # [04:57] <kentuckyfriedtakahe> philor: that's definitely me.
  559. # [04:58] <kentuckyfriedtakahe> definitely probably me anyway..
  560. # [04:58] * seth wipes the sweat off his brow and lets out a sigh
  561. # [04:58] <seth> yeah, looking at the failure, that doesn't look like me
  562. # [04:59] <kentuckyfriedtakahe> https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=2e45f50c8759
  563. # [04:59] <philor> buh bye
  564. # [05:00] <kentuckyfriedtakahe> my patch definitely will definitely change the wind direction enough to make intermittent stuff happen
  565. # [05:01] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  566. # [05:01] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  567. # [05:01] * Joins: strugee (user@moz-nr53cd.tukw.qwest.net)
  568. # [05:02] <gkw> philor: probably a patch from Jesse broke it, I've let him know
  569. # [05:02] <gkw> thanks for informing us!
  570. # [05:02] * Joins: till (till@moz-41bvmt.adsl.alicedsl.de)
  571. # [05:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/225f36741b2f - Phil Ringnalda - Back out 5 changesets (bug 1098126) for failing like they did on try
  572. # [05:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a4f02951aea9 - Phil Ringnalda - Back out 51ee43190135 (bug 1050770) for WinXP bc2 failures
  573. # [05:05] <philor> you know how they say that everyone needs a hobby? WHY DO THEY SAY THAT?
  574. # [05:05] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  575. # [05:05] * Joins: bent (chatzilla@moz-jdqfrj.ca.comcast.net)
  576. # [05:06] * Joins: mwargers (mwargers@moz-t7dlop.hfc.comcastbusiness.net)
  577. # [05:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/58982e7b5c45 - Ben Turner - Bug 1092311 - Fix IndexedDB profiler markers and logging, r=khuey.
  578. # [05:06] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
  579. # [05:06] * Quits: till (till@moz-41bvmt.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  580. # [05:07] * Quits: automata (automata@moz-42a.of2.154.179.IP) (Quit: This computer has gone to sleep)
  581. # [05:09] * Quits: TYLin_ (TYLin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  582. # [05:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7525b48b6ed5 - Chris Peterson - Bug 1108305 - Remove deprecated let block from browser/devtools/netmonitor/netmonitor-view.js. r=vporof
  583. # [05:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b7895b5e52d5 - Chris Peterson - Bug 1108934 - Fix -Wunused-const-variable warning-as-error in non-unified build of memory/mozalloc. r=glandium
  584. # [05:09] * Joins: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net)
  585. # [05:10] * Joins: squib (squib@moz-oqn.mg6.56.172.IP)
  586. # [05:10] * nthomas is now known as nthomas|away
  587. # [05:10] * Joins: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net)
  588. # [05:11] * Quits: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net) (Quit: Leaving.)
  589. # [05:11] * Quits: Morris (Morris@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  590. # [05:16] <nigelb> morning
  591. # [05:17] * philor pats Thunderbird
  592. # [05:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bb081b8d3700 - Ben Turner - Bug 1054638 - Move WorkerThread into its own file, r=khuey.
  593. # [05:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1c28614d1f47 - Ben Turner - Bug 1054638 - Notify the worker event loop when an XPCOM event is received, r=khuey.
  594. # [05:18] <philor> nice work, calling yet another "PhD in sending online surveys to people with bugmail addresses" spam
  595. # [05:19] <nigelb> wha?
  596. # [05:20] * Joins: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net)
  597. # [05:21] * Quits: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net) (Quit: Leaving.)
  598. # [05:21] <philor> there is apparently a huge market for people with a PhD in surveying bmo users, judging by the number of candidates who do it, and this solicitation made it past gmail's spam filter, but not Thunderbird's
  599. # [05:22] * stephend is now known as stephend|transit
  600. # [05:22] <nigelb> hah
  601. # [05:23] <nigelb> the tree looks good. now that you've done a string of backouts :D
  602. # [05:25] * Quits: cpearce__ (chatzilla@moz-jrl.fci.192.203.IP) (Ping timeout: 121 seconds)
  603. # [05:26] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  604. # [05:26] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  605. # [05:27] * Joins: mukilan (mukilan@moz-2s4.tpo.164.122.IP)
  606. # [05:28] * heycam|away is now known as heycam
  607. # [05:28] * Quits: mccr8 (mccr8@moz-m84lpe.ca.comcast.net) (Quit: computer sleep)
  608. # [05:28] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
  609. # [05:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a2146311e4fa - Christoph Kerschbaumer - Bug 1104623 - Inherit security flags if channel already has a loadinfo attached in NS_NewChannel (r=bz,sworkman)
  610. # [05:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/932daea51104 - Andrea Marchesini - Bug 1104623 - Inherit security flags if channel already has a loadinfo attached in NS_NewChannel - tests (r=ckerschb)
  611. # [05:32] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  612. # [05:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/710de8a6fe9d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  613. # [05:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d92db71d4e67 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  614. # [05:34] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
  615. # [05:36] * miketaylr is now known as zz_miketaylr
  616. # [05:37] * Quits: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com) (Connection closed)
  617. # [05:37] * Joins: sewardj_ (sewardj@moz-5qr41p.dip0.t-ipconnect.de)
  618. # [05:38] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  619. # [05:38] * Joins: mixedpuppy (mixedpuppy@moz-vl4ghm.ca.comcast.net)
  620. # [05:40] * Joins: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com)
  621. # [05:41] * Quits: bgrins (bgrins@moz-vv9nl0.qnor.1u98.0009.2601.IP) (Quit: Leaving.)
  622. # [05:41] * Quits: sewardj (sewardj@moz-7dh3qg.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  623. # [05:41] <philor> bent: that dog won't hunt
  624. # [05:41] <philor> or compile, either
  625. # [05:43] * Quits: squib (squib@moz-oqn.mg6.56.172.IP) (Ping timeout: 121 seconds)
  626. # [05:44] <bent> philor, doh, looking
  627. # [05:46] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  628. # [05:46] <nigelb> is that a non-unified bustage?
  629. # [05:47] * Quits: mixedpuppy (mixedpuppy@moz-vl4ghm.ca.comcast.net) (Ping timeout: 121 seconds)
  630. # [05:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8ce623f6f70d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  631. # [05:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/df5e2e802b0f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  632. # [05:48] <philor> nope, probably opt
  633. # [05:48] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
  634. # [05:48] <philor> might yet manage to the be the first night this week I don't have to fight non-unified
  635. # [05:49] <nigelb> don't jinx it
  636. # [05:49] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  637. # [05:50] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
  638. # [05:51] * Joins: luisalonsocn (luisalonsoc@moz-02a.ka4.234.190.IP)
  639. # [05:51] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  640. # [05:52] <bent> it's opt
  641. # [05:52] <bent> i can push a fix or we can backout/reland
  642. # [05:52] <bent> preferences?
  643. # [05:53] <nigelb> If you have a fix, I'd say push it.
  644. # [05:54] <philor> I also like to live dangerously
  645. # [05:54] <nigelb> remember CLOSED TREE on the commit
  646. # [05:55] * Joins: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com)
  647. # [05:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0708941a3c48 - Ben Turner - Bug 1054638 - Bustage fix for non-DEBUG builds on CLOSED TREE
  648. # [05:55] <bent> is non-unified bustage becoming a bigger problem?
  649. # [05:56] * BenWa is now known as BenWa|email
  650. # [05:56] <seth> dammit
  651. # [05:56] * seth gives up debugging and just rewrites this patch he wrote while sleep deprived at mozlandia from scratch
  652. # [05:57] <seth> we probably shouldn't be checking code written by the temporarily insane into the tree
  653. # [05:57] <nigelb> the tree closures during mozlandia took care of most of that ;)
  654. # [05:57] <seth> nigelb: haha, yeah, perhaps for the best =)
  655. # [05:57] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  656. # [05:58] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  657. # [06:00] * Quits: emtwo (Adium@moz-la3.njj.91.23.IP) (Quit: Leaving.)
  658. # [06:01] * Quits: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com) (Ping timeout: 121 seconds)
  659. # [06:01] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  660. # [06:01] <ewong> if I change code in toolkit/xre/nsAppRunner.cpp, does it require a clobber build? or can I just mach build?
  661. # [06:02] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  662. # [06:02] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  663. # [06:03] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
  664. # [06:03] * Quits: sunfish (chatzilla@moz-brrf31.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  665. # [06:04] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
  666. # [06:04] * nsm|away is now known as nsm
  667. # [06:04] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
  668. # [06:04] * Joins: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net)
  669. # [06:05] * Joins: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com)
  670. # [06:06] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  671. # [06:06] * Joins: hunboy_ (hunboy@moz-trsm4e.pool.invitel.hu)
  672. # [06:07] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
  673. # [06:07] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  674. # [06:08] * Quits: hunboy (hunboy@moz-ekaoso.pool.invitel.hu) (Ping timeout: 121 seconds)
  675. # [06:08] * hunboy_ is now known as hunboy
  676. # [06:08] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Ping timeout: 121 seconds)
  677. # [06:10] * BenWa|email is now known as BenWa
  678. # [06:10] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
  679. # [06:10] <philor> bent: https://treeherder.mozilla.org/logviewer.html#?job_id=4537005&repo=mozilla-inbound looks like you, too
  680. # [06:11] <bent> boy, i'm popular tonight
  681. # [06:11] <nigelb> heh
  682. # [06:11] <bent> yeah, that's the new code
  683. # [06:11] <bent> that one can come out i guess
  684. # [06:12] <bent> (Bug 1092311)
  685. # [06:12] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
  686. # [06:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/efc1e23d4122 - Phil Ringnalda - Back out 58982e7b5c45 (bug 1092311) for asserting
  687. # [06:14] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
  688. # [06:17] <ewong> oh.. printf_stderr() might work.
  689. # [06:17] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  690. # [06:21] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Ping timeout: 121 seconds)
  691. # [06:26] * Quits: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  692. # [06:27] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
  693. # [06:28] * Joins: Sushant94 (Sushant@moz-eca.0pg.202.116.IP)
  694. # [06:29] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  695. # [06:31] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  696. # [06:34] <nigelb> phew, finally. up-to-date trees.
  697. # [06:35] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  698. # [06:35] * @roc implements "rr replay -p plugin-container"
  699. # [06:36] <philor> bent: and now, https://treeherder.mozilla.org/logviewer.html#?job_id=4537469&repo=mozilla-inbound
  700. # [06:36] <nigelb> bent is on a roll.
  701. # [06:37] <bent> jesus
  702. # [06:37] * Quits: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com) (Ping timeout: 121 seconds)
  703. # [06:38] <philor> no, Mulet, though they're often confused
  704. # [06:38] <philor> oh, wait, that's the other one, isn't it? Satan.
  705. # [06:38] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
  706. # [06:39] <bent> oh this is a silly one
  707. # [06:39] * Joins: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com)
  708. # [06:41] * Joins: jrmuizel_ (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  709. # [06:41] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
  710. # [06:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5fd522fc83b5 - Ben Turner - Bug 1054638 - Bustage fix for non-DEBUG builds on CLOSED TREE
  711. # [06:43] <bent> :(
  712. # [06:44] * Joins: sunfish (chatzilla@moz-2n61n8.dynamic.fusionbroadband.com)
  713. # [06:46] <gps> if you want some entertainment, join #github-events
  714. # [06:46] * Quits: karlt (karl@moz-0mfuf7.dqqd.b0fh.0cb0.2001.IP) (Ping timeout: 121 seconds)
  715. # [06:48] * Joins: fabrice (fabrice@moz-3oj.il6.198.71.IP)
  716. # [06:49] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
  717. # [06:50] <Callek> gps: is that new?
  718. # [06:50] * Joins: till (till@moz-kg8ca6.adsl.alicedsl.de)
  719. # [06:51] * Quits: jrmuizel_ (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
  720. # [06:51] <philor> is the event "shutting down"?
  721. # [06:51] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
  722. # [06:52] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
  723. # [06:55] * Quits: till (till@moz-kg8ca6.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  724. # [06:57] * Quits: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  725. # [06:58] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  726. # [06:59] * Quits: jimb (user@moz-6gkikn.or.comcast.net) (Ping timeout: 121 seconds)
  727. # [07:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0fe752f786b3 - Dan Glastonbury - Bug 1062355 - Enable SH_LIMIT_CALL_STACK_DEPTH. r=jgilbert
  728. # [07:00] * Joins: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net)
  729. # [07:02] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  730. # [07:02] * Quits: rclick (rclick@moz-sbgbuu.ejcr.adsp.0306.2602.IP) (Ping timeout: 121 seconds)
  731. # [07:05] * Joins: wolfiR (wolfiR@moz-c7avhu.open-xchange.com)
  732. # [07:06] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
  733. # [07:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0f9b7c71ba3d - Matt Woodrow - Bug 1108917 - Part 1: Attempt to evict data from decoders in start-time order. r=ajones
  734. # [07:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/beec11f1ceed - Matt Woodrow - Bug 1109431 - Apply TimestampsFuzzyEqual rounding to the buffered ranges returned from multiple decoders. r=ajones
  735. # [07:10] * Quits: @roc (chatzilla@moz-ktvdnu.5h0u.b0fh.0cb0.2001.IP) (Connection closed)
  736. # [07:10] * Joins: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com)
  737. # [07:11] * Quits: kentuckyfriedtakahe (ajones@moz-51vch7.5h0u.b0fh.0cb0.2001.IP) (Quit: Ex-Chat)
  738. # [07:11] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
  739. # [07:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/99d8d92a319b - Matt Woodrow - Bug 1108917 - Part 2: Allow eviction of entire decoders that are ahead of the current play position. r=ajones
  740. # [07:15] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
  741. # [07:16] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  742. # [07:17] * Quits: bent (chatzilla@moz-jdqfrj.ca.comcast.net) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  743. # [07:20] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
  744. # [07:21] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
  745. # [07:21] * Quits: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net) (Quit: Leaving.)
  746. # [07:21] * Joins: ehugg (ehugg@moz-p9c5gs.cisco.com)
  747. # [07:22] * mattwoodrow is now known as mattwoodrow|away
  748. # [07:24] * Quits: @njn (chatzilla@moz-22tgib.iinet.net.au) (Quit: ChatZilla 0.9.91 [Firefox 37.0a1/20141210024751])
  749. # [07:25] * Quits: sunfish (chatzilla@moz-2n61n8.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  750. # [07:26] * Joins: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net)
  751. # [07:27] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
  752. # [07:28] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  753. # [07:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/364d6f79d87c - Benjamin Peterson - Bug 1084177 - Maintain only one zlib compression context per helper thread. r=njn
  754. # [07:29] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  755. # [07:31] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  756. # [07:33] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
  757. # [07:36] * Quits: yzen (uid14060@moz-huguk6.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  758. # [07:37] * Quits: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net) (Quit: Leaving.)
  759. # [07:38] * Joins: rednaks_ (rednaks@moz-kos.grg.228.41.IP)
  760. # [07:39] * philor is now known as philor|away
  761. # [07:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/89c9d42ef78e - Bobby Holley - Bug 1109954 - Make resolve/reject values optional in callback signatures. r=cpearce
  762. # [07:42] <gps> Callek: yes, i just stood it up a few minutes before advertising it :)
  763. # [07:42] * stephend|transit is now known as stephend|busy
  764. # [07:42] * Joins: kaze (kaze@moz-8ion1q.fbx.proxad.net)
  765. # [07:42] * Joins: mukilan_ (mukilan@moz-pie.tch.164.122.IP)
  766. # [07:42] * Quits: mukilan (mukilan@moz-2s4.tpo.164.122.IP) (Ping timeout: 121 seconds)
  767. # [07:43] * Quits: ehugg (ehugg@moz-p9c5gs.cisco.com) (Client exited)
  768. # [07:43] * nigelb wonders if he can get treestatus show gaia status
  769. # [07:43] <glandium> gps: listening on pulse?
  770. # [07:45] <gps> glandium: org wide webhook
  771. # [07:45] * Quits: Jan\ (kvirc@moz-8ih.a7t.13.198.IP) (Ping timeout: 121 seconds)
  772. # [07:46] <gps> and when i configured it, mine was the only org wide webhook
  773. # [07:46] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
  774. # [07:46] <gps> not surprising, since org wide webhooks were launched last week
  775. # [07:46] <nigelb> oooh. that's pretty cool.
  776. # [07:48] * nigelb is now known as nigelb|sheriffduty
  777. # [07:50] * Quits: drno (nohlmeier@moz-225k7f.ca.comcast.net) (Client exited)
  778. # [07:50] <nigelb|sheriffduty> bholley: ohai
  779. # [07:50] <bholley> nigelb|sheriffduty: hi
  780. # [07:50] <nigelb|sheriffduty> bustage :)
  781. # [07:51] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  782. # [07:51] <bholley> nigelb|sheriffduty: that's odd - it was green on try https://bugzilla.mozilla.org/show_bug.cgi?id=1109954#c2
  783. # [07:51] * bholley looks
  784. # [07:51] * Quits: rednaks_ (rednaks@moz-kos.grg.228.41.IP) (Ping timeout: 121 seconds)
  785. # [07:51] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  786. # [07:52] <nigelb|sheriffduty> does it need a clobber?
  787. # [07:52] <bholley> nigelb|sheriffduty: let me check something
  788. # [07:54] <nigelb|sheriffduty> ok :)
  789. # [07:54] <bholley> nigelb|sheriffduty: oh I see - it collided with bug 1108701
  790. # [07:54] <bholley> nigelb|sheriffduty: I'll back out
  791. # [07:55] <nigelb|sheriffduty> bholley: thanks, remember to add CLOSED TREE to the commit message
  792. # [07:55] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
  793. # [07:56] <bholley> nigelb|sheriffduty: all done :-)
  794. # [07:57] <nigelb|sheriffduty> thank you!
  795. # [07:57] <bholley> nigelb|sheriffduty: np - off to bed - gnite!
  796. # [07:57] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
  797. # [07:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c90dea32c778 - Bobby Holley - Backed out changeset 89c9d42ef78e (bug 1109954) for colliding with bug 1108701 on a CLOSED TREE.
  798. # [07:57] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  799. # [07:58] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Connection closed)
  800. # [07:58] * Joins: gcp (gpascutto@moz-6c89pj.beqe.9i1r.1812.2a02.IP)
  801. # [07:58] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  802. # [07:58] * jcranmer is now known as jcranmer|away
  803. # [07:59] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  804. # [08:00] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
  805. # [08:00] * killer sets mode: +ao dbaron dbaron
  806. # [08:02] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  807. # [08:03] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  808. # [08:03] * Joins: roc (chatzilla@moz-up06uu.orcon.net.nz)
  809. # [08:03] * killer sets mode: +o roc
  810. # [08:05] * Joins: rednaks_ (rednaks@moz-kos.grg.228.41.IP)
  811. # [08:07] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  812. # [08:07] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  813. # [08:10] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  814. # [08:12] * Joins: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net)
  815. # [08:13] * Joins: sunfish (chatzilla@moz-2n61n8.dynamic.fusionbroadband.com)
  816. # [08:15] * Joins: Honza (chatzilla@moz-7mt.7ku.62.176.IP)
  817. # [08:16] * Joins: Mook (mook@moz-cr9.1it.172.69.IP)
  818. # [08:16] * heycam is now known as heycam|away
  819. # [08:20] * Quits: @roc (chatzilla@moz-up06uu.orcon.net.nz) (Connection closed)
  820. # [08:21] * Joins: roc (chatzilla@moz-up06uu.orcon.net.nz)
  821. # [08:21] * killer sets mode: +o roc
  822. # [08:21] * Quits: luisalonsocn (luisalonsoc@moz-02a.ka4.234.190.IP) (Quit: Leaving)
  823. # [08:24] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
  824. # [08:25] <nigelb|sheriffduty> benjamin: hi, are you Benjamin Peterson?
  825. # [08:25] <nigelb|sheriffduty> benjamin: I think there's a nonunified bustage on your push
  826. # [08:31] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  827. # [08:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/7ff9e2fcc572 - Panos Astithas - Make Scratchpad's evaluations that throw faster (bug 1109692). r=fitzgen
  828. # [08:35] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  829. # [08:37] * Joins: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP)
  830. # [08:39] * Joins: abhijit13 (bzlandfill@moz-a2v.ctk.212.210.IP)
  831. # [08:39] * Joins: till (till@moz-kg8ca6.adsl.alicedsl.de)
  832. # [08:39] * Tomcat|afk is now known as Tomcat|sheriffduty
  833. # [08:40] * Quits: abhijit13 (bzlandfill@moz-a2v.ctk.212.210.IP) (Quit: CGI:IRC)
  834. # [08:40] * Quits: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net) (Quit: Leaving.)
  835. # [08:41] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  836. # [08:41] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  837. # [08:43] * Quits: rednaks_ (rednaks@moz-kos.grg.228.41.IP) (Ping timeout: 121 seconds)
  838. # [08:43] * Joins: twi (Adium@moz-oqm.fqb.18.120.IP)
  839. # [08:43] * Quits: till (till@moz-kg8ca6.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  840. # [08:44] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Ping timeout: 121 seconds)
  841. # [08:45] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  842. # [08:45] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  843. # [08:46] * Joins: cpearce_ (chatzilla@moz-kgevj0.xtra.co.nz)
  844. # [08:46] * Joins: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl)
  845. # [08:49] * BenWa is now known as BenWa|email
  846. # [08:51] * Joins: Mano (mano@moz-mmm.et8.64.109.IP)
  847. # [08:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0830740262fe - Carsten "Tomcat" Book - Backed out changeset 932daea51104 (bug 1104623)
  848. # [08:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9761e60bc539 - Carsten "Tomcat" Book - Backed out changeset a2146311e4fa (bug 1104623) for memory leaks
  849. # [08:53] <nigelb|sheriffduty> Tomcat|sheriffduty: ha, I was waiting to check with you :)
  850. # [08:55] * Joins: sicking (sicking@moz-lqm0dq.ca.comcast.net)
  851. # [08:55] * pbrosset|afk is now known as pbrosset
  852. # [08:55] * Quits: sicking (sicking@moz-lqm0dq.ca.comcast.net) (Client exited)
  853. # [08:55] * nigelb|sheriffduty is now known as nigelb
  854. # [08:56] <nigelb> Tomcat|sheriffduty: I'm about 60% sure you've got the wrong commit.
  855. # [08:56] * bobowen|afk is now known as bobowen
  856. # [08:57] <Tomcat|sheriffduty> nigelb: thats a different one :)
  857. # [08:57] <Tomcat|sheriffduty> nigelb: multiple issues :)
  858. # [08:57] <Tomcat|sheriffduty> nigelb: 364d6f79d87c comes next :)
  859. # [08:57] <nigelb> so, benjamin's commit needs to be backed out as well I think.
  860. # [08:57] <nigelb> right :)
  861. # [08:57] <Tomcat|sheriffduty> yeah
  862. # [08:58] <Tomcat|sheriffduty> nigelb: that one i backed out was also on the tree but builds are behind so less visible
  863. # [08:59] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  864. # [08:59] <Tomcat|sheriffduty> ok here we go
  865. # [08:59] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  866. # [09:00] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  867. # [09:00] * Joins: Archaeopteryx (Archaeopter@moz-g59mmh.cust.telecolumbus.net)
  868. # [09:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/314367722e07 - Carsten "Tomcat" Book - Backed out changeset 364d6f79d87c (bug 1084177) for unified build and valgrind test failures
  869. # [09:01] * Quits: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com) (Client exited)
  870. # [09:01] * julienw_afk is now known as julienw
  871. # [09:01] * Joins: cosmin-malutan (cosmin_malu@moz-ohb.65e.79.82.IP)
  872. # [09:02] * flod|away is now known as flod
  873. # [09:04] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  874. # [09:06] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  875. # [09:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2234a632a916 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  876. # [09:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8d7362ccdb61 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  877. # [09:09] * Joins: flaviu (Instantbird@moz-662.esi.231.62.IP)
  878. # [09:12] * Joins: tzimmermann (tzimmermann@moz-6bl128.pools.vodafone-ip.de)
  879. # [09:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0f7e5b1c4b62 - Mark Hammond - Bug 1109563 - fix xpshell-test debugging. r=past
  880. # [09:14] * Joins: alexbardas (alexbardas@moz-mhg09r.CV.idilis.net)
  881. # [09:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a39fcc75eb5e - Asaf Romano - Bug 1107308 - Round dateAdded and lastModified values to milliseconds precision in places cpp components. r=mak
  882. # [09:16] * Quits: twi (Adium@moz-oqm.fqb.18.120.IP) (Quit: Leaving.)
  883. # [09:18] * Quits: jet (uid49872@moz-2b8mdp.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  884. # [09:20] * darkowlzz is now known as darkowlzz|afk
  885. # [09:21] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
  886. # [09:22] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  887. # [09:22] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  888. # [09:23] * Quits: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl) (Quit: Leaving...)
  889. # [09:24] * Quits: jw_wang (jw_wang@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
  890. # [09:24] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  891. # [09:25] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  892. # [09:25] * Fallen|away is now known as Fallen
  893. # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/95e8b9ca4957 - Szu-Yu Chen [:aknow] - Bug 1093014 - Part 1: Refactoring. r=hsinyi
  894. # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a9e9218619c9 - Szu-Yu Chen [:aknow] - Bug 1093014 - Part 2: Test in call MMI. r=hsinyi
  895. # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/65de6bc63a10 - Szu-Yu Chen [:aknow] - Bug 1093014 - Part 3: Implement in call MMI. r=hsinyi
  896. # [09:28] * Joins: stormi_ (samuel@moz-t5b.q89.218.46.IP)
  897. # [09:28] * Quits: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
  898. # [09:28] * Joins: grobinson (grobinson@moz-t4rd6e.ca.comcast.net)
  899. # [09:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/12380b98f9d8 - Sid Stamm - Bug 999656 - Fix mappings between content type and CSP directives and refactor permits functions in CSP. r=ckerschb
  900. # [09:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/53adf5b021fa - Tom Tromey - Bug 1047124 - clean up memory leaks. r=benwa
  901. # [09:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f91c20c6dc8d - Steve Singer - Bug 1108834 - Add visitSubstr to Lowering-None. r=h4writer
  902. # [09:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8ccd60801cc8 - Cykesiopka - Bug 1109252 - Make remaining PSM test cert generation scripts print out cert information as necessary. r=keeler
  903. # [09:37] * Joins: RealRaven (Thunderbird@moz-f7o.ruv.125.109.IP)
  904. # [09:37] * Joins: avaida (Instantbird@moz-662.esi.231.62.IP)
  905. # [09:37] * Quits: tomatoeblue (textual@moz-bpk.tq1.11.66.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
  906. # [09:38] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  907. # [09:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fecc96b1c0a9 - David Anderson - Don't treat event regions as opaque for plugin geometry. (bug 1109424, r=roc)
  908. # [09:40] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  909. # [09:40] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
  910. # [09:41] * Joins: Ms2ger (Ms2ger@moz-su1.05m.182.91.IP)
  911. # [09:41] * darkowlzz|afk is now known as darkowlzz
  912. # [09:42] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
  913. # [09:42] * Quits: dougc (chatzilla@moz-2mclfg.l458.3jma.44b8.2001.IP) (Connection closed)
  914. # [09:42] * Quits: Primo (quassel@moz-qqd6eh.abo.bbox.fr) (Connection closed)
  915. # [09:43] * Joins: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP)
  916. # [09:44] * Quits: harth (harth@moz-t7tqmr.ca.comcast.net) (Connection closed)
  917. # [09:44] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
  918. # [09:44] * Quits: alexbardas (alexbardas@moz-mhg09r.CV.idilis.net) (A TLS packet with unexpected length was received.)
  919. # [09:44] * Joins: alexbardas (alexbardas@moz-mhg09r.CV.idilis.net)
  920. # [09:45] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  921. # [09:46] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  922. # [09:47] * Joins: Kestrel (Mibbit@moz-s2sm45.exetel.com.au)
  923. # [09:47] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  924. # [09:47] * mattwoodrow|away is now known as mattwoodrow
  925. # [09:47] * Joins: Jackneill (Jackneill@moz-t90ro2.pool.digikabel.hu)
  926. # [09:48] * Joins: larsg (larsg@moz-5kdp87.dip0.t-ipconnect.de)
  927. # [09:50] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
  928. # [09:50] <Kestrel> Request: "try-needed" for Bug 257363
  929. # [09:51] <Tomcat|sheriffduty> hey Kestrel will need info neil
  930. # [09:51] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  931. # [09:53] * Quits: cpearce_ (chatzilla@moz-kgevj0.xtra.co.nz) (Ping timeout: 121 seconds)
  932. # [09:53] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Connection closed)
  933. # [09:54] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
  934. # [09:55] * mgerva|afk is now known as mgerva
  935. # [09:59] * Quits: loveless (loveless@moz-krb.t7p.56.172.IP) (Quit: Leaving...)
  936. # [10:00] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (A TLS packet with unexpected length was received.)
  937. # [10:00] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
  938. # [10:01] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  939. # [10:01] * Joins: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP)
  940. # [10:02] * Quits: gcp (gpascutto@moz-6c89pj.beqe.9i1r.1812.2a02.IP) (Connection closed)
  941. # [10:04] * Joins: gcp (gpascutto@moz-6c89pj.beqe.9i1r.1812.2a02.IP)
  942. # [10:05] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  943. # [10:06] <Ms2ger> Whoa, powerpc bools aren't 8-bits?
  944. # [10:07] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  945. # [10:07] * Joins: harth (harth@moz-1kmqlg.66vf.neja.0009.2601.IP)
  946. # [10:07] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
  947. # [10:07] <gaston> depends ? :)
  948. # [10:08] <gaston> where did you see that, and on which os ?
  949. # [10:09] * Joins: Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com)
  950. # [10:09] * killer sets mode: +o Cwiiis
  951. # [10:09] <bagder> http://stackoverflow.com/questions/4897844/is-sizeofbool-defined
  952. # [10:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6a7e48fec374 - Nicolas Silva - Bug 1108162 - Don't reuse a tile's front buffer if it just switched from non-component-alpha to compoenent-alpha. r=jrmuizel
  953. # [10:09] <gaston> Ms2ger: here sizeof(bool) says 1 on openbsd/macppc
  954. # [10:10] <Ms2ger> gaston, https://bugzilla.mozilla.org/show_bug.cgi?id=1109972
  955. # [10:11] <gaston> "funny"
  956. # [10:11] * Quits: gcp (gpascutto@moz-6c89pj.beqe.9i1r.1812.2a02.IP) (Connection closed)
  957. # [10:11] * Joins: alexbard_ (alexbardas@moz-gjm.s6p.247.84.IP)
  958. # [10:11] <glandium> That'd be mac ppc
  959. # [10:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e0c6b7c3cb02 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  960. # [10:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/55d34f238ace - B2G Bumper Bot - Bumping manifests a=b2g-bump
  961. # [10:12] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Connection closed)
  962. # [10:12] * Joins: nical (nical@moz-fcuitt.2500.1rfi.0450.2001.IP)
  963. # [10:13] * Joins: RealRaven1 (Thunderbird@moz-7e5.cun.125.109.IP)
  964. # [10:13] * Quits: alexbardas (alexbardas@moz-mhg09r.CV.idilis.net) (Ping timeout: 121 seconds)
  965. # [10:13] * Joins: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com)
  966. # [10:13] * Quits: RealRaven (Thunderbird@moz-f7o.ruv.125.109.IP) (Ping timeout: 121 seconds)
  967. # [10:16] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
  968. # [10:17] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
  969. # [10:20] * Joins: stransky (stransky@moz-vs8vb1.redhat.com)
  970. # [10:20] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  971. # [10:24] * Quits: harth (harth@moz-1kmqlg.66vf.neja.0009.2601.IP) (Connection closed)
  972. # [10:26] * mattwoodrow is now known as mattwoodrow|away
  973. # [10:26] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  974. # [10:26] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  975. # [10:26] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  976. # [10:27] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Connection closed)
  977. # [10:27] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  978. # [10:28] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  979. # [10:28] * Joins: till (till@moz-kg8ca6.adsl.alicedsl.de)
  980. # [10:32] * Quits: TYLin (TYLin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  981. # [10:32] * Quits: till (till@moz-kg8ca6.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  982. # [10:34] * Joins: cpearce_ (chatzilla@moz-kgevj0.xtra.co.nz)
  983. # [10:34] * Quits: cpearce_ (chatzilla@moz-kgevj0.xtra.co.nz) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  984. # [10:35] * Joins: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net)
  985. # [10:38] * Joins: gcp (gpascutto@moz-6c89pj.beqe.9i1r.1812.2a02.IP)
  986. # [10:38] * Joins: DwightStegall (YIM@moz-dq8vi2.client.mchsi.com)
  987. # [10:38] * Quits: DwightStegall (YIM@moz-dq8vi2.client.mchsi.com) (Quit: Later! :))
  988. # [10:41] * Quits: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  989. # [10:42] * Joins: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com)
  990. # [10:42] * Joins: jhorak (jhorak@moz-vs8vb1.redhat.com)
  991. # [10:45] * Joins: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net)
  992. # [10:45] * Joins: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
  993. # [10:46] * Quits: sunfish (chatzilla@moz-2n61n8.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  994. # [10:46] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Connection closed)
  995. # [10:47] * rn10950|away is now known as rn10950
  996. # [10:47] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
  997. # [10:51] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
  998. # [10:51] * Quits: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
  999. # [10:54] * stephend|busy is now known as stephend|zzz
  1000. # [10:54] * Joins: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP)
  1001. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e8cca43c25c5 - Thomas Zimmermann - Bug 1095487: Add Bluetooth A2DP helpers, r=shuang
  1002. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/54d680e34d4d - Thomas Zimmermann - Bug 1095487: Added Bluetooth A2DP module for daemon backend, r=shuang
  1003. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6d8c0894d469 - Thomas Zimmermann - Bug 1095487: Added Blueooth A2DP interface for daemon backend, r=shuang
  1004. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dc653933b1ea - Thomas Zimmermann - Bug 1095487: Add Blueooth A2DP support when using daemon backend, r=shuang
  1005. # [10:56] * julienw is now known as julienw_afk
  1006. # [10:57] * Joins: tomer (tomer@moz-to490c.012.net.il)
  1007. # [11:00] * Joins: imjalpreet (Thunderbird@moz-h2f1vo.mtnl.net.in)
  1008. # [11:00] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Leaving...)
  1009. # [11:01] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  1010. # [11:03] * mdoglio|afk is now known as mdoglio
  1011. # [11:04] * Quits: jld (jld@moz-onnk26.xlerb.net) (Ping timeout: 121 seconds)
  1012. # [11:04] * Quits: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1013. # [11:04] * Joins: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net)
  1014. # [11:04] * Joins: jld (jld@moz-onnk26.xlerb.net)
  1015. # [11:05] * Quits: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1016. # [11:05] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
  1017. # [11:05] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  1018. # [11:08] * Joins: smontagu (chatzilla@moz-qdu45g.3orf.1887.0450.2001.IP)
  1019. # [11:11] * ewong is now known as ewong|away
  1020. # [11:12] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1021. # [11:12] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1022. # [11:14] * Quits: imjalpreet (Thunderbird@moz-h2f1vo.mtnl.net.in) (Ping timeout: 121 seconds)
  1023. # [11:15] * Joins: fredw (Icedove@moz-lnbnpf.igalia.com)
  1024. # [11:16] * Joins: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr)
  1025. # [11:17] * darkowlzz is now known as darkowlzz|afk
  1026. # [11:18] * Quits: alexbard_ (alexbardas@moz-gjm.s6p.247.84.IP) (A TLS packet with unexpected length was received.)
  1027. # [11:20] * Joins: mak (uid24946@moz-7ljuor.highgate.irccloud.com)
  1028. # [11:23] * Quits: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1029. # [11:25] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  1030. # [11:26] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1031. # [11:27] * Joins: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP)
  1032. # [11:28] <reuben> nice, the webcrypto mochitests have their own fancy header: http://cl.ly/image/451p2M0x2h02
  1033. # [11:28] * darkowlzz|afk is now known as darkowlzz
  1034. # [11:28] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  1035. # [11:28] <Ms2ger> *sigh*
  1036. # [11:30] <reuben> come on, it's pretty cool :)
  1037. # [11:30] <Ms2ger> Yet another one-off testsuite that refuses to cooperate with the rest of the web?
  1038. # [11:31] <Ms2ger> That's anything but cool.
  1039. # [11:31] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Connection closed)
  1040. # [11:31] * Quits: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP) (Ping timeout: 121 seconds)
  1041. # [11:31] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  1042. # [11:32] <Ms2ger> rbarnes, I'll be in touch
  1043. # [11:32] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  1044. # [11:32] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1045. # [11:32] * stormi_ is now known as stormi
  1046. # [11:32] * Quits: Kabaka (kabaka@moz-keitk8.vacantminded.com) (Ping timeout: 121 seconds)
  1047. # [11:33] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
  1048. # [11:33] <stormi> Hi, trying my question from yesterday again:
  1049. # [11:34] <stormi> I'm working on popup windows created via JS window.open(url, name, args). Most args are converted to flags CHROME_xxx in nsIBrowserChrome, but I have trouble obtaining top and left values
  1050. # [11:34] <stormi> width and height are obtained by implementing nsIWebBrowserChrome::sizeBrowserTo()
  1051. # [11:34] * Joins: alexbardas (alexbardas@moz-gjm.s6p.247.84.IP)
  1052. # [11:34] * Quits: strugee (user@moz-nr53cd.tukw.qwest.net) (Ping timeout: 121 seconds)
  1053. # [11:35] <stormi> but for position, I haven't found. Any idea?
  1054. # [11:35] * julienw_afk is now known as julienw
  1055. # [11:35] <stormi> I need the position so that I can apply it to the top window
  1056. # [11:35] * Joins: jgilbert (jgilbert@moz-c8qc7r.rhqa.gnuk.0009.2601.IP)
  1057. # [11:36] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  1058. # [11:37] <bbouvier> sherrifs, inbound might be broken
  1059. # [11:37] <bbouvier> dvander: any chance your commit broke inbound?
  1060. # [11:38] * Quits: Ms2ger (Ms2ger@moz-su1.05m.182.91.IP) (Ping timeout: 121 seconds)
  1061. # [11:38] * Quits: brsun (chatzilla@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1062. # [11:38] <bbouvier> Tomcat|sheriffduty: inbound's burning, probably after your merge
  1063. # [11:39] <bbouvier> (Mochitests haven't been run on your merge commit)
  1064. # [11:39] <Tomcat|sheriffduty> bbouvier: yeah looking
  1065. # [11:39] <bbouvier> i'd say bug 1047124, but that's just because it says "memory leak" in both the commit message and the mochitest output
  1066. # [11:40] * Joins: rednaks_ (rednaks@moz-kos.grg.228.41.IP)
  1067. # [11:40] * nsm is now known as nsm|away
  1068. # [11:40] <Tomcat|sheriffduty> 9223372036854775808 bytes leaked \o/
  1069. # [11:40] <Tomcat|sheriffduty> yeah thats my guess too
  1070. # [11:40] <Tomcat|sheriffduty> nigelb: i declare today as day of memory leaks :)
  1071. # [11:41] <Tomcat|sheriffduty> bbouvier: yeah seems the try run for that was not suffiecent
  1072. # [11:41] <Tomcat|sheriffduty> will back this out
  1073. # [11:41] * Quits: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
  1074. # [11:41] <nigelb> Tomcat|sheriffduty: hahaha
  1075. # [11:41] <bobowen> looks like it's making some changes to do with PseudoStack, it must be that
  1076. # [11:41] <nigelb> that is a large leak
  1077. # [11:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bfdfeaca04f6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1078. # [11:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e2d09a67c491 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1079. # [11:43] <Tomcat|sheriffduty> nigelb: yeah
  1080. # [11:44] <nigelb> Tomcat|sheriffduty: I'm reminded of your prediction earlier ;)
  1081. # [11:45] <Tomcat|sheriffduty> nigelb: heh
  1082. # [11:45] <Tomcat|sheriffduty> see :)
  1083. # [11:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc6714e329f0 - Carsten "Tomcat" Book - Backed out changeset 53adf5b021fa (bug 1047124) for Huge Memory Leaks on a CLOSED TREE
  1084. # [11:46] * Joins: Kabaka (kabaka@moz-keitk8.vacantminded.com)
  1085. # [11:47] * Joins: Manny (quassel@moz-bgt.6kh.139.14.IP)
  1086. # [11:47] * Joins: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP)
  1087. # [11:47] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
  1088. # [11:47] <Tomcat|sheriffduty> inbound reopen
  1089. # [11:47] <bbouvier> Tomcat|sheriffduty: thanks!
  1090. # [11:48] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1091. # [11:49] * Quits: Kestrel (Mibbit@moz-s2sm45.exetel.com.au) (Quit: http://www.mibbit.com ajax IRC Client)
  1092. # [11:51] * Joins: royalharsh95_ (royalharsh9@moz-bio.20q.71.182.IP)
  1093. # [11:51] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1094. # [11:52] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Ping timeout: 121 seconds)
  1095. # [11:52] * royalharsh95_ is now known as royalharsh95
  1096. # [11:57] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1097. # [11:57] * Joins: harth (harth@moz-t7tqmr.ca.comcast.net)
  1098. # [11:57] * Joins: glazou (glazou@moz-9p7t85.abo.wanadoo.fr)
  1099. # [11:58] * Joins: drosdeck (usuario@moz-lvr.cl1.75.201.IP)
  1100. # [12:00] * Quits: jrgill (jrgill@moz-ng2hkq.res.rr.com) (Connection closed)
  1101. # [12:01] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  1102. # [12:01] * Quits: harth (harth@moz-t7tqmr.ca.comcast.net) (Ping timeout: 121 seconds)
  1103. # [12:01] * Quits: Mook (mook@moz-cr9.1it.172.69.IP) (Ping timeout: 121 seconds)
  1104. # [12:02] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  1105. # [12:03] * Joins: Mook (mook@moz-cr9.1it.172.69.IP)
  1106. # [12:03] * Quits: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP) (Ping timeout: 121 seconds)
  1107. # [12:03] * Joins: gabor (gabor@moz-9v6bbe.dip0.t-ipconnect.de)
  1108. # [12:04] * Quits: Kabaka (kabaka@moz-keitk8.vacantminded.com) (Ping timeout: 121 seconds)
  1109. # [12:04] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1110. # [12:04] * Quits: jgilbert (jgilbert@moz-c8qc7r.rhqa.gnuk.0009.2601.IP) (Ping timeout: 121 seconds)
  1111. # [12:06] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1112. # [12:06] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Ping timeout: 121 seconds)
  1113. # [12:06] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  1114. # [12:09] * rn10950 is now known as rn10950|away
  1115. # [12:09] * Joins: jwalker_ (jwalker@moz-teiq00.cable.virginm.net)
  1116. # [12:09] * Joins: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP)
  1117. # [12:09] * Quits: rednaks_ (rednaks@moz-kos.grg.228.41.IP) (Ping timeout: 121 seconds)
  1118. # [12:10] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/3b0d7904c0dc - Richard Newman - Bug 1108252 - Remove launcher icon for search activity. r=mfinkle, a=sylvestre
  1119. # [12:10] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a00fee43684a - Richard Newman - Bug 1108252 - Remove launcher icon for search activity. r=mfinkle, a=sylvestre
  1120. # [12:10] * Joins: Kabaka (kabaka@moz-keitk8.vacantminded.com)
  1121. # [12:10] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1122. # [12:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c05bc6213e41 - Benjamin Bouvier - Bug 1073910: Fix ARM's roundf codegen for negative numbers; r=mjrosenb
  1123. # [12:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dd24124194d5 - Benjamin Bouvier - Bug 1108825: Implement SIMD.int32x4.mul in Odin; r=sunfish
  1124. # [12:11] * Joins: jrgill (jrgill@moz-ng2hkq.res.rr.com)
  1125. # [12:11] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1126. # [12:11] * Quits: royalharsh95 (royalharsh9@moz-bio.20q.71.182.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1127. # [12:12] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
  1128. # [12:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b6db8da271cb - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1129. # [12:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bef81ee96bca - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1130. # [12:12] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
  1131. # [12:13] <Fallen> Yoric: have you had time to look into that CDataFinalizer across xpcom bug?
  1132. # [12:13] <Yoric> Not a single second, I'm afraid.
  1133. # [12:13] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
  1134. # [12:13] <Fallen> :-/ Anything I can do to convince you?
  1135. # [12:13] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
  1136. # [12:14] * jhlin is now known as jhlin|away
  1137. # [12:15] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
  1138. # [12:15] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1139. # [12:16] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
  1140. # [12:16] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
  1141. # [12:16] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1142. # [12:16] <Yoric> Fallen: Extend the duration of each day, I guess.
  1143. # [12:17] <Yoric> I'm sorry, it's a problem of lack of time.
  1144. # [12:17] <Fallen> I thought so. Is there anything I can prepare for you so you would need less time to debug?
  1145. # [12:17] * Joins: givanica (Thunderbird@moz-ler.r27.79.82.IP)
  1146. # [12:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5bc284ebe1c - Jonathan Kew - Bug 1108923 - Use the correct containing box dimension as the percent basis for margin/padding in vertical writing modes. r=smontagu
  1147. # [12:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d1f3262e8b98 - Jonathan Kew - Bug 1108923 - Update comments to reflect the newly logicalized parameters. r=smontagu
  1148. # [12:18] <Yoric> That and two things: 1/ js-ctypes is due for a complete rewrite (once Typed Objects have fully landed); 2/ a form of finalization is discussed for ES7, and this might let us entirely get rid of CDataFinalizer.
  1149. # [12:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/32ae9436ebbe - Jonathan Kew - Bug 1108923 - Reftest for margins specified using percentages. r=smontagu
  1150. # [12:19] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  1151. # [12:20] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (Ping timeout: 121 seconds)
  1152. # [12:21] * Quits: kamidphish (dglastonbur@moz-ouggk0.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
  1153. # [12:22] * Quits: gabor (gabor@moz-9v6bbe.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  1154. # [12:25] * Quits: grobinson (grobinson@moz-t4rd6e.ca.comcast.net) (Connection closed)
  1155. # [12:26] * Joins: imjalpreet (Thunderbird@moz-h2f1vo.mtnl.net.in)
  1156. # [12:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c931dd6d36ac - Jon Coppeard - Bug 1108836 - Fix race condition starting background sweeping r=terrence
  1157. # [12:27] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
  1158. # [12:29] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  1159. # [12:31] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  1160. # [12:31] * Joins: Morris (Morris@moz-vkv.ui4.34.1.IP)
  1161. # [12:32] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1162. # [12:33] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Ping timeout: 121 seconds)
  1163. # [12:35] <Fallen> Yoric: uhoh, that sounds like drastic changes. Whats the timeline for these things?
  1164. # [12:36] * Joins: gabor (gabor@moz-0oiman.dip0.t-ipconnect.de)
  1165. # [12:37] * Joins: SYSTEM (YIM@moz-dq8vi2.client.mchsi.com)
  1166. # [12:37] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  1167. # [12:38] * Quits: SYSTEM (YIM@moz-dq8vi2.client.mchsi.com) (Quit: Later! :))
  1168. # [12:38] <Yoric> Fallen: None has been set for either.
  1169. # [12:38] * Joins: DwightStegall (YIM@moz-dq8vi2.client.mchsi.com)
  1170. # [12:38] * Quits: DwightStegall (YIM@moz-dq8vi2.client.mchsi.com) (Quit: Later! :))
  1171. # [12:39] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  1172. # [12:41] * Quits: allstarschh (allstars@moz-aj9ejj.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
  1173. # [12:43] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1174. # [12:44] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1175. # [12:45] <Fallen> Yoric: do you see any other options for me other than pestering you about it once a month? :-)
  1176. # [12:45] <Yoric> :)
  1177. # [12:45] * Joins: till (till@moz-kg8ca6.adsl.alicedsl.de)
  1178. # [12:45] * mgerva is now known as mgerva|lunch
  1179. # [12:45] <Yoric> Unfortunately, no.
  1180. # [12:45] <Fallen> Ok, then I'll just stay with that for now :-) Thanks!
  1181. # [12:49] * Quits: till (till@moz-kg8ca6.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  1182. # [12:49] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  1183. # [12:50] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1184. # [12:51] * Joins: PiresFelix (Leonardo@moz-ti3nhh.gvt.net.br)
  1185. # [12:51] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  1186. # [12:53] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  1187. # [12:53] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: Textual IRC Client: www.textualapp.com)
  1188. # [12:54] * darkowlzz is now known as darkowlzz|afk
  1189. # [12:54] * Quits: PiresFelix (Leonardo@moz-ti3nhh.gvt.net.br) (Connection closed)
  1190. # [12:55] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1191. # [12:55] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1192. # [12:55] * Joins: PiresFelix (Leonardo@moz-ti3nhh.gvt.net.br)
  1193. # [12:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1a723ead9844 - Simon Montagu - Test for bug 1105137, r=jfkthame
  1194. # [12:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/824175640caf - Simon Montagu - Bug 1105137: treat nsFloatManager's mOrigin as an offset, not a point, and rename it to mOffset to make that clearer, r=jfkthame
  1195. # [12:57] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1196. # [12:58] * Joins: Gijs (chatzilla@moz-pnd.q6m.80.5.IP)
  1197. # [12:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/56d19efedf4f - Benjamin Bouvier - Backed out changeset dd24124194d5 (bug 1108825) for SM(e) failures
  1198. # [12:58] * Joins: Ms2ger (Ms2ger@moz-jnr9vg.ugent.be)
  1199. # [13:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/7bff6c004ed4 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1200. # [13:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/ea4fe3e55822 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1201. # [13:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/75623bc27adb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1202. # [13:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/fd85797fa9d6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1203. # [13:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/8cb70273ba67 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1204. # [13:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/710de8a6fe9d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1205. # [13:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/d92db71d4e67 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1206. # [13:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5d3fe12c63ed - Gabor Krizsanits - Bug 1081037 - LinkConstructorAndPrototype in RegisterElement. r=wchen
  1207. # [13:03] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  1208. # [13:03] * Joins: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com)
  1209. # [13:04] * Joins: kapy (kapy@moz-iqc.39j.68.182.IP)
  1210. # [13:04] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (Ping timeout: 121 seconds)
  1211. # [13:05] * Quits: fredw (Icedove@moz-lnbnpf.igalia.com) (Client exited)
  1212. # [13:07] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  1213. # [13:07] * Joins: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de)
  1214. # [13:09] * Quits: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
  1215. # [13:11] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1216. # [13:12] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1217. # [13:12] * Quits: botond (quassel@moz-rpidb4.ckpj.s0pt.0450.2001.IP) (Quit: No Ping reply in 180 seconds.)
  1218. # [13:14] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  1219. # [13:14] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  1220. # [13:16] * Joins: botond (quassel@moz-i5m.05u.207.66.IP)
  1221. # [13:16] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1222. # [13:17] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1223. # [13:17] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
  1224. # [13:18] * baku|away is now known as baku
  1225. # [13:18] * Quits: PiresFelix (Leonardo@moz-ti3nhh.gvt.net.br) (Ping timeout: 121 seconds)
  1226. # [13:19] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
  1227. # [13:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f23213acaad0 - Gabor Krizsanits - Bug 1106713 - fixing up CSP checks for imports. r=mrbkap
  1228. # [13:20] * Quits: imjalpreet (Thunderbird@moz-h2f1vo.mtnl.net.in) (Connection closed)
  1229. # [13:20] * Joins: imjalpreet (Thunderbird@moz-hjubej.mtnl.net.in)
  1230. # [13:21] * Joins: till (till@moz-kg8ca6.adsl.alicedsl.de)
  1231. # [13:22] * Joins: Neil (neil@moz-7uauc5.cable.virginm.net)
  1232. # [13:24] * Quits: NeilZZZ (neil@moz-7uauc5.cable.virginm.net) (Ping timeout: 121 seconds)
  1233. # [13:24] * Neil is now known as NeilZZZ
  1234. # [13:26] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  1235. # [13:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3cfdc98a41d6 - Chris Manchester - Bug 1108786 - Update to most recent wptrunner. r=jgraham
  1236. # [13:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/df04db0326a3 - Chris Manchester - Bug 1108781 - Log relative paths as test identifiers in xpcshell. r=ahal
  1237. # [13:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6fb9bf18be66 - Cameron Kaiser - Bug 1109972: nsHyphenator should not assume sizeof(bool) == sizeof(char). r=dbaron
  1238. # [13:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ec1980757e6a - Frédéric Wang - Bug 1108378 - Do not expose the <mphantom> element to the accessible tree. r=karl
  1239. # [13:31] * Joins: secretrobotron (secretrobot@moz-umrmue.dsl.teksavvy.com)
  1240. # [13:31] * Quits: cosmin-malutan (cosmin_malu@moz-ohb.65e.79.82.IP) (Client exited)
  1241. # [13:31] * Joins: cosmin-malutan (cosmin_malu@moz-ohb.65e.79.82.IP)
  1242. # [13:32] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1243. # [13:33] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  1244. # [13:34] * mukilan_ is now known as mukilan
  1245. # [13:35] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  1246. # [13:38] * Quits: larsg (larsg@moz-5kdp87.dip0.t-ipconnect.de) (Quit: Ex-Chat)
  1247. # [13:39] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1248. # [13:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/806ccfabfbde - Shubham Jindal - Bug 1018703 - In-content prefs : Remove spacing around menupopup separators. r=jaws
  1249. # [13:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f6e8cedffac1 - Sami Jaktholm - Bug 1024910 - DevTools: Catch and ignore expected rejections from Tooltip.isValidHoverTarget; r=pbrosset
  1250. # [13:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5513ebaf921a - Richard Marti - Bug 1032790 - Add the "Close" button on permission dialogs also to OS X. r=jaws
  1251. # [13:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/81ffd30de127 - Jordan Santell - Bug 1109764 - Correctly toggle the details view buttons in the performance tool. r=vp
  1252. # [13:40] <Tomcat|sheriffduty> heh nigelb checked in another memory leak patch :)
  1253. # [13:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/56ba684600e1 - Richard Marti - Bug 1022582 - Make in-content checkboxes and radiobuttons visible on HC themes. r=jaws
  1254. # [13:41] * Joins: ZER0 (ZER0@moz-b6gvan.dynamic.upc.nl)
  1255. # [13:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/477d76b9d58d - Nihar Mehta - Bug 1102223 - Wrapping |aWrappedParameters| before checking for shutdown to prevent memory leaks; r=Dexter,Yoric
  1256. # [13:41] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  1257. # [13:42] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  1258. # [13:46] * Quits: mischanix (mischanix@moz-0fk.4ng.225.66.IP) (Ping timeout: 121 seconds)
  1259. # [13:47] <nigelb> Tomcat|sheriffduty: oh man
  1260. # [13:47] * Quits: Manny (quassel@moz-bgt.6kh.139.14.IP) (Connection closed)
  1261. # [13:47] <nigelb> can we restart today?
  1262. # [13:47] * Joins: ManikM (quassel@moz-bgt.6kh.139.14.IP)
  1263. # [13:48] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (Ping timeout: 121 seconds)
  1264. # [13:48] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
  1265. # [13:49] <Tomcat|sheriffduty> heh
  1266. # [13:51] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  1267. # [13:51] * Quits: drosdeck (usuario@moz-lvr.cl1.75.201.IP) (Connection closed)
  1268. # [13:51] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
  1269. # [13:51] * killer sets mode: +o smaug
  1270. # [13:52] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Quit: Reconnecting…)
  1271. # [13:53] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
  1272. # [13:53] * killer sets mode: +o smaug
  1273. # [13:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/712d4d86ffa3 - Ting-Yu Lin - Bug 1067728 Part 1 - Generalize scroll frame boundary checking logic. f=mtseng, r=roc
  1274. # [13:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/396ff5af73a0 - Ting-Yu Lin - Bug 1067728 - Part 1.1 - Move IsRectVisibleInScrollFrames to nsLayoutUtils. f=mtseng, r=roc
  1275. # [13:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5e3f405629f0 - Ting-Yu Lin - Bug 1067728 - Part 2 - Hide start or end selection caret if it's out of scroll frame. f=mtseng, r=roc
  1276. # [13:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d4eb88301ba7 - Ting-Yu Lin - Bug 1067728 - Part 3 - Expose FindNearestCommonAncestorFrame. r=roc
  1277. # [13:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e8fca74aeb6b - Ting-Yu Lin - Bug 1067728 - Part 4 - Refactor two functions in SeletionCarets. r=roc
  1278. # [13:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1ca332cb7a85 - Ting-Yu Lin - Bug 1067728 - Part 5 - Dispatch updateposition after scroll end and reflow. r=roc, sr=smaug
  1279. # [13:55] * Quits: alexbardas (alexbardas@moz-gjm.s6p.247.84.IP) (Ping timeout: 121 seconds)
  1280. # [13:56] * Joins: alexbardas (alexbardas@moz-qgj.h8s.166.109.IP)
  1281. # [13:57] * mgerva|lunch is now known as mgerva
  1282. # [13:58] * Joins: gustavold (gustavold@moz-mdg.53r.111.179.IP)
  1283. # [13:58] * Joins: drosdeck (usuario@moz-lvr.cl1.75.201.IP)
  1284. # [13:59] * Quits: ManikM (quassel@moz-bgt.6kh.139.14.IP) (Ping timeout: 121 seconds)
  1285. # [13:59] * Quits: jkitch (Thunderbird@moz-mcqlsq.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
  1286. # [14:00] * Quits: nical (nical@moz-fcuitt.2500.1rfi.0450.2001.IP) (Client exited)
  1287. # [14:01] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Ping timeout: 121 seconds)
  1288. # [14:01] <Tomcat|sheriffduty> bbouvier: btw also jit tests failing now - i guess this is also fixed by your backout
  1289. # [14:02] <bbouvier> Tomcat|sheriffduty: yes it should be
  1290. # [14:04] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  1291. # [14:04] * Quits: jocelyn (uid26949@moz-sst16i.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  1292. # [14:05] * Joins: tn_ (tim@moz-099gp0.wp.shawcable.net)
  1293. # [14:05] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
  1294. # [14:06] * Quits: tn (tim@moz-099gp0.wp.shawcable.net) (Ping timeout: 121 seconds)
  1295. # [14:06] * tn_ is now known as tn
  1296. # [14:08] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  1297. # [14:08] * Joins: mischanix (mischanix@moz-0fk.4ng.225.66.IP)
  1298. # [14:10] * Quits: imjalpreet (Thunderbird@moz-hjubej.mtnl.net.in) (Connection closed)
  1299. # [14:10] * Joins: imjalpreet (Thunderbird@moz-v03ti6.mtnl.net.in)
  1300. # [14:11] <Tomcat|sheriffduty> bobowen: btw updated my VS2012 now, maybe this was the problem :)
  1301. # [14:11] * Joins: goutamnair (uid25773@moz-rve7qm.charlton.irccloud.com)
  1302. # [14:12] <bobowen> Tomcat|sheriffduty: could be, various things keep breaking as the main builds only use VS2013 now
  1303. # [14:12] * Joins: Pike (chatzilla@moz-l9dg0l.pool.mediaWays.net)
  1304. # [14:13] * Joins: amoghbl2 (Thunderbird@moz-dl6.35a.51.106.IP)
  1305. # [14:14] * Quits: amoghbl1 (Thunderbird@moz-9c3.1lc.227.103.IP) (Ping timeout: 121 seconds)
  1306. # [14:17] * Quits: dagnir (dagnir@moz-0ft.ffq.160.132.IP) (Connection closed)
  1307. # [14:17] * Joins: janv (varga@moz-nor4h8.dynamic.orange.sk)
  1308. # [14:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3dcdc0e34c43 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1309. # [14:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a75f60e07fc5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1310. # [14:19] * Joins: sir_none (Thunderbird@moz-r2j.ds5.41.212.IP)
  1311. # [14:21] * Quits: rogeliodh (rogeliodh@moz-8hhulm.bo6r.4bjo.8900.2400.IP) (Ping timeout: 121 seconds)
  1312. # [14:21] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  1313. # [14:22] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  1314. # [14:23] * Joins: rogeliodh (rogeliodh@moz-8hhulm.bo6r.4bjo.8900.2400.IP)
  1315. # [14:25] * Joins: tomer1 (tomer@moz-to490c.012.net.il)
  1316. # [14:25] * Quits: tomer (tomer@moz-to490c.012.net.il) (Connection closed)
  1317. # [14:26] * Quits: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net) (Ping timeout: 121 seconds)
  1318. # [14:29] * Quits: alexbardas (alexbardas@moz-qgj.h8s.166.109.IP) (A TLS packet with unexpected length was received.)
  1319. # [14:30] * Quits: jtcranmer (jcranmer@moz-a7sf9i.csl.tjhsst.edu) (Ping timeout: 121 seconds)
  1320. # [14:30] * Quits: tomer1 (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
  1321. # [14:30] * Joins: automata (automata@moz-42a.of2.154.179.IP)
  1322. # [14:31] * Quits: Ms2ger (Ms2ger@moz-jnr9vg.ugent.be) (Ping timeout: 121 seconds)
  1323. # [14:31] * Quits: drosdeck (usuario@moz-lvr.cl1.75.201.IP) (Connection closed)
  1324. # [14:33] * Joins: Ms2ger (Ms2ger@moz-kiro20.ugent.be)
  1325. # [14:33] * Joins: rednaks_ (rednaks@moz-kos.grg.228.41.IP)
  1326. # [14:34] * Quits: glazou (glazou@moz-9p7t85.abo.wanadoo.fr) (Client exited)
  1327. # [14:36] * yzen is now known as yzen_
  1328. # [14:36] * Joins: drosdeck (usuario@moz-lvr.cl1.75.201.IP)
  1329. # [14:36] * Joins: Edgar (Thunderbird@moz-o7lrmm.dynamic.hinet.net)
  1330. # [14:37] * Joins: jtcranmer (jcranmer@moz-a7sf9i.csl.tjhsst.edu)
  1331. # [14:37] * Quits: heftig (heftig@moz-5r9s0n.archlinux.org) (Connection closed)
  1332. # [14:38] * Joins: heftig (heftig@moz-5r9s0n.archlinux.org)
  1333. # [14:40] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  1334. # [14:40] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  1335. # [14:40] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  1336. # [14:41] <NeilAway> can about:ccdump find ghost windows?
  1337. # [14:44] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  1338. # [14:47] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  1339. # [14:49] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  1340. # [14:49] * Joins: mkaply (quassel@moz-81b.rer.196.74.IP)
  1341. # [14:50] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
  1342. # [14:51] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
  1343. # [14:52] * catlee-away is now known as catlee
  1344. # [14:54] <Tomcat|sheriffduty> gabor: ping
  1345. # [14:55] * gabor ducks
  1346. # [14:55] * gabor checks inbound
  1347. # [14:56] <Tomcat|sheriffduty> heh
  1348. # [14:56] <Tomcat|sheriffduty> gabor: somehow your checkin manage to break a b2g test
  1349. # [14:56] * Quits: Jerry_Mac (hshih@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
  1350. # [14:56] <Tomcat|sheriffduty> gabor: https://treeherder.mozilla.org/logviewer.html#?job_id=4552087&repo=mozilla-inbound
  1351. # [14:56] <Tomcat|sheriffduty> its kind of perma failing now since your push
  1352. # [14:57] * Joins: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP)
  1353. # [14:58] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1354. # [14:58] <Tomcat|sheriffduty> its also in your try push so i guess its from this push
  1355. # [14:59] <gabor> It's totally my patch. Seems like a bug in b2g but we need to decide what to do about it... could you back it out please?
  1356. # [14:59] * Joins: spohl (Adium@moz-95b.olo.156.104.IP)
  1357. # [14:59] <Tomcat|sheriffduty> yeah sure will do and sorry!
  1358. # [15:00] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  1359. # [15:00] * Joins: davidb (davidb@moz-b6m.0f2.156.69.IP)
  1360. # [15:02] * Quits: cosmin-malutan (cosmin_malu@moz-ohb.65e.79.82.IP) (Client exited)
  1361. # [15:03] * Joins: jdm (jdm@moz-ilbt2e.cable.teksavvy.com)
  1362. # [15:05] <nemo> oooooh http://xooyoozoo.github.io/yolo-octo-bugfixes/
  1363. # [15:05] <gabor> indeed, sorry, I haven't noticed it among the intermittents :( and thanks!
  1364. # [15:06] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
  1365. # [15:07] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
  1366. # [15:07] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
  1367. # [15:09] * Quits: Morris (Morris@moz-vkv.ui4.34.1.IP) (Client exited)
  1368. # [15:09] * Joins: alexbardas (alexbardas@moz-qgj.h8s.166.109.IP)
  1369. # [15:10] * Joins: RyanVM (Thunderbird@moz-o1t.hcj.48.199.IP)
  1370. # [15:11] * Joins: rbarnes (rbarnes@moz-34ttar.sub-70-208-151.myvzw.com)
  1371. # [15:14] * Joins: alexbard_ (alexbardas@moz-3io5tn.HD.idilis.net)
  1372. # [15:15] * Joins: ddahl_ (ddahl@moz-40a6g5.il.comcast.net)
  1373. # [15:16] * Quits: davidb (davidb@moz-b6m.0f2.156.69.IP) (Ping timeout: 121 seconds)
  1374. # [15:16] * Quits: alexbardas (alexbardas@moz-qgj.h8s.166.109.IP) (Ping timeout: 121 seconds)
  1375. # [15:17] * Joins: garvank (Garvan@moz-520nfm.dsl.teksavvy.com)
  1376. # [15:17] * Quits: ddahl (ddahl@moz-ga3.inn.64.192.IP) (Ping timeout: 121 seconds)
  1377. # [15:17] * Joins: givanica1 (Thunderbird@moz-eq6.rug.121.86.IP)
  1378. # [15:18] * Joins: grobinson (grobinson@moz-t4rd6e.ca.comcast.net)
  1379. # [15:18] * Quits: givanica (Thunderbird@moz-ler.r27.79.82.IP) (Ping timeout: 121 seconds)
  1380. # [15:19] * Joins: Jan\ (kvirc@moz-8ih.a7t.13.198.IP)
  1381. # [15:21] <pbrosset> Hi. I'm trying to add event listeners to StyleRuleChanged. This seems to only work when doc.styleSheetChangeEventsEnabled is true, but can only be listened to at gBrowser level. I guess this means I can't use it to detect stylerule changes with e10s. Or am I missing something
  1382. # [15:22] * Quits: Ms2ger (Ms2ger@moz-kiro20.ugent.be) (Ping timeout: 121 seconds)
  1383. # [15:22] * Quits: grobinson (grobinson@moz-t4rd6e.ca.comcast.net) (Ping timeout: 121 seconds)
  1384. # [15:22] * Joins: damons (gnubeard@moz-pnscbt.sjc.megapath.net)
  1385. # [15:22] * Joins: davidb (davidb@moz-b6m.0f2.156.69.IP)
  1386. # [15:23] * Quits: garvank (Garvan@moz-520nfm.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1387. # [15:24] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
  1388. # [15:24] * killer sets mode: +o bsmedberg
  1389. # [15:24] * darkowlzz|afk is now known as darkowlzz
  1390. # [15:24] * Quits: alexbard_ (alexbardas@moz-3io5tn.HD.idilis.net) (Connection closed)
  1391. # [15:25] * jcranmer|away is now known as jcranmer
  1392. # [15:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a8f9ed3d7554 - Wes Johnston - Bug 1063217 - Support a PDF DownloadSaver. r=paolo
  1393. # [15:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d60b577569dd - Carsten "Tomcat" Book - Backed out changeset 5d3fe12c63ed (bug 1081037) for Gu Test Failures
  1394. # [15:28] * darkowlzz is now known as darkowlzz|afk
  1395. # [15:28] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  1396. # [15:28] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  1397. # [15:29] * Joins: yzen_ (yzen@moz-i5m.05u.207.66.IP)
  1398. # [15:29] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1399. # [15:31] * Joins: jrmuizel (jrmuizel@moz-1d9b3t.ckpj.s0pt.0450.2001.IP)
  1400. # [15:31] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  1401. # [15:32] * Joins: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net)
  1402. # [15:32] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Ping timeout: 121 seconds)
  1403. # [15:33] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1404. # [15:34] * Joins: mccr8 (mccr8@moz-m84lpe.ca.comcast.net)
  1405. # [15:34] <rnewman> RyanVM: I think all of these: <https://bugzilla.mozilla.org/buglist.cgi?quicksearch=libui.so%20%2B%200x1befe&list_id=11713334> plus the new one on Beta are all the same shutdown crash bug
  1406. # [15:34] <RyanVM> you think?!?!
  1407. # [15:34] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  1408. # [15:34] <rnewman> > should we merge them?
  1409. # [15:34] <RyanVM> if you can fit them all in one bug summary, be my guest
  1410. # [15:35] <rnewman> heh
  1411. # [15:35] <RyanVM> better yet, finding someone to fix them would be awesome
  1412. # [15:35] <RyanVM> since they've been around forever now
  1413. # [15:35] <RyanVM> oh, and while you're at it
  1414. # [15:35] <RyanVM> "waiting for urlbar focus" would be great
  1415. # [15:35] * RyanVM really hates robocop
  1416. # [15:35] * Quits: michal (michal@moz-gio.l2v.78.77.IP) (Connection closed)
  1417. # [15:35] <rnewman> there's approximately zero chance of me fixing them, alas
  1418. # [15:36] <rnewman> probably an emulator+2.3-only bug
  1419. # [15:36] <rnewman> which is just about impossible to debug
  1420. # [15:36] * Quits: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net) (Connection closed)
  1421. # [15:36] <rnewman> I hate robocop, too
  1422. # [15:37] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
  1423. # [15:37] <RyanVM> rnewman: can't wait until all of our android tests are on emulators
  1424. # [15:38] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
  1425. # [15:38] * Joins: jimm (jmathies@moz-jq3.idf.235.67.IP)
  1426. # [15:38] <bogdan_maris> !seen billm
  1427. # [15:38] <firebot> billm was last seen 14 hours, 9 minutes and 16 seconds ago,
  1428. # [15:38] <froydnj> RyanVM: because then you get to disable them all?
  1429. # [15:38] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Ping timeout: 121 seconds)
  1430. # [15:39] <RyanVM> froydnj: yeah, because then we'll get the same stupid emulator failures on all Android platforms
  1431. # [15:39] <RyanVM> of course, when the alternative is flaky-ass pandas...
  1432. # [15:40] * Quits: gerv (Instantbird@moz-s7mu0i.range86-142.btcentralplus.com) (Ping timeout: 121 seconds)
  1433. # [15:40] * Joins: gerv (Instantbird@moz-s7mu0i.range86-142.btcentralplus.com)
  1434. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0460160af653 - Jim Porter - Bug 1039639 - Add support for Flac on Firefox OS. r=cajbir
  1435. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/aac8f4175e0c - Zac Campbell - Bug 1092132 - Update mozharness config for Gip to include chunking and gecko-log. r=jgriffin
  1436. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d991e83fd0ee - Jonathan Hao - Bug 1105201 - [RTSP] Can't play if tap pause/play continuously. r=bechen
  1437. # [15:41] * kats|away is now known as kats
  1438. # [15:41] <RyanVM> rnewman: impossible to debug sounds like "not a tier 1 job" to me
  1439. # [15:42] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  1440. # [15:42] <rnewman> not my monkey
  1441. # [15:42] <RyanVM> pretty standard refrain from the Fennec team
  1442. # [15:43] <RyanVM> which I guess means nobody will complain when they're all hidden
  1443. # [15:43] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
  1444. # [15:43] <jesup> Ugh: bugzilla gave me this: DBD::mysql::db do failed: Deadlock found when trying to get lock; try restarting transaction [for Statement "REPLACE INTO push_notify(bug_id, delta_ts) VALUES(?, ?)"]
  1445. # [15:43] <rnewman> my involvement mostly ends when it prints Failed: 0
  1446. # [15:43] * AutomatedTester|AFK is now known as AutomatedTester
  1447. # [15:43] <rnewman> crash in surfaceflinger cleanup => platform
  1448. # [15:43] <jesup> retrying worked
  1449. # [15:43] <rnewman> I stand about as much chance of fixing that as you do, RyanVM
  1450. # [15:44] <Tomcat|sheriffduty> jesup: bmo works for me
  1451. # [15:44] <RyanVM> jesup: i was having slowness a little bit ago too
  1452. # [15:44] <RyanVM> seems better now though
  1453. # [15:44] <rnewman> I got a 503 just now, fwiw
  1454. # [15:45] <Tomcat|sheriffduty> hm maybe i get a mirror or so in europe or so
  1455. # [15:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6db8f54f5aa - Josh Aas - Bug 1092630: Get rid of native widgets for OS X NPAPI plugins, make things work much better under e10s. Patch by Josh Aas, Markus Stange, Steven Michaud, David Parks. r=smichaud/jst/josh (more reviews pending)
  1456. # [15:45] * Fallen is now known as Fallen|away
  1457. # [15:48] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  1458. # [15:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/37b3740a16e0 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1459. # [15:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2905ba16f162 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1460. # [15:49] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
  1461. # [15:50] * Quits: heftig (heftig@moz-5r9s0n.archlinux.org) (Connection closed)
  1462. # [15:50] * Joins: heftig (heftig@moz-5r9s0n.archlinux.org)
  1463. # [15:51] * Joins: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com)
  1464. # [15:51] * Quits: jimm (jmathies@moz-jq3.idf.235.67.IP) (Connection closed)
  1465. # [15:52] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  1466. # [15:53] * Joins: michal (michal@moz-gio.l2v.78.77.IP)
  1467. # [15:58] * Quits: luke (luke@moz-fk7pee.tx.charter.com) (Quit: Leaving.)
  1468. # [15:58] * coop|afk is now known as coop
  1469. # [16:03] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  1470. # [16:03] * Joins: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP)
  1471. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/60b4aefc4c0c - Kartikaya Gupta - Bug 1089822 - Fix running reftest-remote on B2G using a local emulator build. r=ahal
  1472. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ac15ba8568c5 - ziyunfei - Bug 1102219 - Part 1: Add String.prototype.includes and keep String.prototype.contains around as an alias with a (non-release builds only) warning. r=till
  1473. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/32db3daa20fe - ziyunfei - Bug 1102219 - Part 2: Replace String.prototype.contains with String.prototype.includes in JS code. r=till
  1474. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/34a66a625618 - ziyunfei - Bug 1102219 - Part 3: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
  1475. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb926aa1e69d - Jan Horak - Bug 1097625 - Fallback to use LANG variable as dictionary doesn't work. r=ehsan
  1476. # [16:04] * Quits: givanica1 (Thunderbird@moz-eq6.rug.121.86.IP) (Client exited)
  1477. # [16:05] * Quits: wolfiR (wolfiR@moz-c7avhu.open-xchange.com) (Ping timeout: 121 seconds)
  1478. # [16:07] * jmaher|afk is now known as jmaher
  1479. # [16:08] <RyanVM> rnewman: BTW, bug 986738 was really the intended catch-all for those crashes
  1480. # [16:09] * Joins: Ms2ger (Ms2ger@moz-su1.05m.182.91.IP)
  1481. # [16:09] * darkowlzz|afk is now known as darkowlzz
  1482. # [16:10] * Quits: oouyang (uid50770@moz-jn6prh.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  1483. # [16:10] * nsm|away is now known as nsm
  1484. # [16:10] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  1485. # [16:11] * Joins: jimm (jmathies@moz-jq3.idf.235.67.IP)
  1486. # [16:11] <rnewman> so many bugs!
  1487. # [16:12] * Quits: damons (gnubeard@moz-pnscbt.sjc.megapath.net) (Client exited)
  1488. # [16:12] <Tomcat|sheriffduty> heh
  1489. # [16:14] <RyanVM> rnewman: like I was saying...
  1490. # [16:15] * kats is now known as kats-afk
  1491. # [16:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/47d22772e4c6 - Sotaro Ikeda - Bug 1109226 - Do not use HwComposer when layer has MaskLayer r=nical
  1492. # [16:17] * Quits: goutamnair (uid25773@moz-rve7qm.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  1493. # [16:18] * Joins: royalharsh95_ (royalharsh9@moz-f5u.apj.211.117.IP)
  1494. # [16:19] * Fallen|away is now known as Fallen
  1495. # [16:20] * Joins: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com)
  1496. # [16:20] * Joins: givanica (Thunderbird@moz-eq6.rug.121.86.IP)
  1497. # [16:20] * Quits: givanica (Thunderbird@moz-eq6.rug.121.86.IP) (Client exited)
  1498. # [16:20] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Ping timeout: 121 seconds)
  1499. # [16:20] * royalharsh95_ is now known as royalharsh95
  1500. # [16:21] * mkohler is now known as mkohler|mobile
  1501. # [16:21] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  1502. # [16:22] * Joins: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net)
  1503. # [16:22] <gaston> ted: ping re 1107063 ?
  1504. # [16:22] * Joins: milan (milan@moz-76j3aa.ckpj.s0pt.0450.2001.IP)
  1505. # [16:25] * Joins: tromey (tromey@moz-2d91tj.hlrn.qwest.net)
  1506. # [16:25] * darkowlzz is now known as darkowlzz|afk
  1507. # [16:25] <@ted> gaston: sorry, didn't get anything done last week at the all hands, catching up this week
  1508. # [16:25] <gaston> ok, thanks :)
  1509. # [16:25] <@ted> np
  1510. # [16:25] * darkowlzz|afk is now known as darkowlzz
  1511. # [16:26] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1512. # [16:27] * Joins: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com)
  1513. # [16:27] * Joins: luke (luke@moz-fk7pee.tx.charter.com)
  1514. # [16:28] * gregglind_away is now known as gregglind
  1515. # [16:28] * Joins: nical (nical@moz-6v5.3nd.202.89.IP)
  1516. # [16:28] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
  1517. # [16:28] * Joins: myk (myk@moz-25s.tdl.56.172.IP)
  1518. # [16:29] * Joins: rbarnes_ (rbarnes@moz-34ttar.sub-70-208-151.myvzw.com)
  1519. # [16:29] * Joins: janv_ (varga@moz-nor4h8.dynamic.orange.sk)
  1520. # [16:29] * Quits: rbarnes (rbarnes@moz-34ttar.sub-70-208-151.myvzw.com) (Connection closed)
  1521. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/56df12474ac2 - Jeff Muizelaar - Bug 1097321 - Reduce the amount of dual AMD/intel blacklisting. r=Bas, a=sledru
  1522. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/8023d94b63bd - Andrea Marchesini - Bug 1091962 - AutoEventEnqueuer must keep alive ChannelEventQueue. r=smaug, r=jduell, a=sledru
  1523. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/ed58170e9178 - Nikhil Marathe - Bug 1107684 - ScriptSettings.cpp xpc::ErrorReport::Init() callers should not pass string where boolean is expected. r=bholley, a=sledru
  1524. # [16:30] <tromey> does mozilla have a corporate CLA signed for google mock? I need to submit a patch there and their developer docs require this, apparently
  1525. # [16:31] <tromey> perhaps it wouldn't be required for such a trivial patch
  1526. # [16:31] <Tomcat|sheriffduty> gerv might maybe know
  1527. # [16:31] <tromey> thanks
  1528. # [16:31] * Quits: Edgar (Thunderbird@moz-o7lrmm.dynamic.hinet.net) (Client exited)
  1529. # [16:31] * Quits: avaida (Instantbird@moz-662.esi.231.62.IP) (Connection closed)
  1530. # [16:32] * Quits: janv (varga@moz-nor4h8.dynamic.orange.sk) (Ping timeout: 121 seconds)
  1531. # [16:34] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
  1532. # [16:34] * Quits: rbarnes_ (rbarnes@moz-34ttar.sub-70-208-151.myvzw.com) (A TLS packet with unexpected length was received.)
  1533. # [16:34] * Joins: maikmerten (maikmerten_@moz-5es0r2.0i3i.20k8.4dd0.2001.IP)
  1534. # [16:34] * Joins: bgrins (bgrins@moz-0hl3v9.qnor.1u98.0009.2601.IP)
  1535. # [16:36] * Quits: janv_ (varga@moz-nor4h8.dynamic.orange.sk) (Connection closed)
  1536. # [16:37] <Pike> can I safely reorder script nodes that are async? or at least adjacent ones?
  1537. # [16:37] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
  1538. # [16:37] * killer sets mode: +ao dbaron dbaron
  1539. # [16:38] * Joins: paolo_ (paolo@moz-74a.0nt.218.207.IP)
  1540. # [16:39] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Connection closed)
  1541. # [16:39] * Joins: wlach (wlach@moz-uudc9t.ckpj.s0pt.0450.2001.IP)
  1542. # [16:39] * Quits: paolo_ (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
  1543. # [16:39] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
  1544. # [16:39] * kats-afk is now known as kats
  1545. # [16:39] * philor|away is now known as philor
  1546. # [16:39] * Joins: mixedpuppy (mixedpuppy@moz-vl4ghm.ca.comcast.net)
  1547. # [16:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/149096da07e5 - Kartikaya Gupta - Bug 1109855 - Fix building of APZC instances via the tree manager for gtests. r=botond
  1548. # [16:40] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  1549. # [16:40] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
  1550. # [16:41] <@ted> tromey: we have a corporate CLA, not sure if it covers everything
  1551. # [16:42] <tromey> thanks ted
  1552. # [16:42] <@ted> i think it might be project-by-project unfortunately
  1553. # [16:42] <@ted> i know it covers breakpad and a few other things
  1554. # [16:42] <tromey> this patch is so trivial that I would hope it doesn't matter
  1555. # [16:42] <@ted> yeah
  1556. # [16:43] <@ted> CLAs are a pain (he says to the GNU contributor)
  1557. # [16:43] <tromey> haha, yeah
  1558. # [16:43] <tromey> it's an incredible hassle for GNU development
  1559. # [16:43] * Quits: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net) (A TLS packet with unexpected length was received.)
  1560. # [16:43] * Joins: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net)
  1561. # [16:44] * gregglind is now known as gregglind_intermittent
  1562. # [16:44] <@ted> i have a FSF one on file somewhere, not sure if that covers all GNU contributions
  1563. # [16:44] <tromey> typically not
  1564. # [16:44] <tromey> one of the sub-hassles
  1565. # [16:44] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
  1566. # [16:44] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
  1567. # [16:44] <@ted> exciting
  1568. # [16:45] * darkowlzz is now known as darkowlzz|afk
  1569. # [16:45] * darkowlzz|afk is now known as darkowlzz
  1570. # [16:45] * zz_miketaylr is now known as miketaylr
  1571. # [16:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/445905b4d3c3 - Georg Fritzsche - Bug 1106552 - Fix invalid conversions of string to NPVariant in plugin code. r=bsmedberg
  1572. # [16:46] <@ted> tromey: bug 485033 is where we set up that CLA
  1573. # [16:47] * mcote|afk is now known as mcote
  1574. # [16:47] <@ted> and re-reading it, apparently we have both a list of employees and a list of projects and have to tell google about either
  1575. # [16:47] <@ted> so that's pretty terrible
  1576. # [16:47] <tromey> ok, thanks ted
  1577. # [16:48] <@ted> yw
  1578. # [16:48] <@ted> hopefully your trivial patch just gets landed :)
  1579. # [16:48] <Pike> good news is that we're dropping ours soon :-)
  1580. # [16:48] <tromey> I'm going to post to their forum with a note about the bug and patch and they can just decide what to do
  1581. # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9003c05353cc - Jeff Muizelaar - Bug 1097321 - Reduce the amount of dual AMD/intel blacklisting. r=Bas, a=sledru
  1582. # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5319eae63760 - Andrea Marchesini - Bug 1091962 - AutoEventEnqueuer must keep alive ChannelEventQueue. r=smaug, r=jduell, a=sledru
  1583. # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/98ed4b770b60 - Nikhil Marathe - Bug 1107684 - ScriptSettings.cpp xpc::ErrorReport::Init() callers should not pass string where boolean is expected. r=bholley, a=sledru
  1584. # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7dfea2969d9e - Ryan VanderMeulen - Backed out changeset fc5225b5022b (bug 1101478) for causing bug 1103966.
  1585. # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c10821ae2623 - Drew Willcoxon - Bug 1096534 - ContentSearch should load the search URL in the tab sending the search message, not the current tab. r=mak, a=sledru
  1586. # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5733fa345bde - Chris Kitching - Bug 1106593 - Proguard third-party libraries that ship with Fennec. r=nalexander, a=sledru
  1587. # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b05e5b1cf94f - Ryan VanderMeulen - Bug 1108328 - Upgrade SQLite to version 3.8.7.4. r=mak, a=sledru
  1588. # [16:48] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3e672f58630b - Seth Fowler - Bug 1109283 - Handle failure of nsExpirationTracker::AddObject in the SurfaceCache. r=dholbert, a=sledru
  1589. # [16:49] * BenWa|email is now known as BenWa
  1590. # [16:50] <@ted> Pike: our what?
  1591. # [16:50] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  1592. # [16:51] * Quits: Gijs (chatzilla@moz-pnd.q6m.80.5.IP) (Ping timeout: 121 seconds)
  1593. # [16:51] * Joins: Gijs (chatzilla@moz-pnd.q6m.80.5.IP)
  1594. # [16:52] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
  1595. # [16:53] <Pike> ted: contributor agreement
  1596. # [16:54] * Quits: Honza (chatzilla@moz-7mt.7ku.62.176.IP) (Connection closed)
  1597. # [16:54] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  1598. # [16:54] <@ted> Pike: oh, ours isn't as much of a problem
  1599. # [16:54] <@ted> our is a committer agreement
  1600. # [16:54] <@ted> google's and FSFs are copyright assignments
  1601. # [16:54] <@ted> so you need to fill them out for any non-trivial patch you want to get landed
  1602. # [16:55] * Quits: myk (myk@moz-25s.tdl.56.172.IP) (Ping timeout: 121 seconds)
  1603. # [16:55] * Quits: nical (nical@moz-6v5.3nd.202.89.IP) (Client exited)
  1604. # [16:56] * Joins: emtwo (Adium@moz-4kem7i.fnjk.s0pt.0450.2001.IP)
  1605. # [16:56] * Joins: mchang (mchang@moz-4b7hgp.res.rr.com)
  1606. # [16:57] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  1607. # [16:57] * Quits: secretrobotron (secretrobot@moz-umrmue.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
  1608. # [16:57] * Joins: janv (varga@moz-nor4h8.dynamic.orange.sk)
  1609. # [16:57] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Connection closed)
  1610. # [16:57] <RyanVM> dholbert: *sigh*
  1611. # [16:57] <Pike> yeah, I tend to just not sign those, 'cause I think they're evil
  1612. # [16:57] <nigelb> RyanVM: today's been a fun day.
  1613. # [16:58] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  1614. # [16:58] * Joins: mcomella (mcomella@moz-igsdu8.ca.comcast.net)
  1615. # [16:58] <jcranmer> Sylvestre: ping
  1616. # [16:58] <Sylvestre> jcranmer, pong
  1617. # [16:58] <nigelb> Pike: Canonical used to have a copyright assignment thing and it would also grant them an exclusive license over the code to release it under any license.
  1618. # [16:58] <nigelb> (I think they still do)
  1619. # [16:59] <jcranmer> Sylvestre: on clang.debian.net, is the 5.7% that fail the percentage of all packages, or of all packages that contain some C/C++?
  1620. # [16:59] * lmandel_afk is now known as lmandel
  1621. # [17:00] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
  1622. # [17:00] * lightsofapollo|sick is now known as lightsofapollo
  1623. # [17:00] * Quits: tzimmermann (tzimmermann@moz-6bl128.pools.vodafone-ip.de) (Quit: Ex-Chat)
  1624. # [17:00] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
  1625. # [17:00] <Sylvestre> jcranmer, good question :) that is for all packages. I don't have a way to know if the package contains C or C++
  1626. # [17:00] <Pike> nigelb: so did transifex, and that's exactly what they did. Or rather, they're not releasing their code anymore
  1627. # [17:01] <nigelb> very evil :|
  1628. # [17:01] * Quits: reed (reed@tech.monkey) (Ping timeout: 121 seconds)
  1629. # [17:01] <nemo> ow. http://evil-icons.io/ sure uses a lot of CPU
  1630. # [17:01] <jcranmer> Sylvestre: well, the naive way would be if gcc/clang were invoked at least once during the compile
  1631. # [17:01] <nemo> par for course on anything svg heavy unfortunately :-/
  1632. # [17:01] <Sylvestre> jcranmer, yes but you would have to parse the logs...
  1633. # [17:02] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  1634. # [17:02] <jcranmer> touché
  1635. # [17:02] * Parts: peterv (peterv@moz-rcb22e.access.telenet.be)
  1636. # [17:02] <Sylvestre> I am building only packages with arch
  1637. # [17:02] * Joins: peterv (peterv@moz-rcb22e.access.telenet.be)
  1638. # [17:02] * Joins: milan_ (milan@moz-t6kfbd.ckpj.s0pt.0450.2001.IP)
  1639. # [17:02] <jcranmer> I don't know much about the debin rebuild-all infastructure
  1640. # [17:03] * Quits: sir_none (Thunderbird@moz-r2j.ds5.41.212.IP) (Client exited)
  1641. # [17:03] * bobowen is now known as bobowen|afk
  1642. # [17:03] <Sylvestre> that is quite trivial
  1643. # [17:04] * Joins: jfkthame (jfkthame@moz-ild.l9b.29.2.IP)
  1644. # [17:05] * Tomcat|sheriffduty is now known as Tomcat|afk
  1645. # [17:05] <jcranmer> although I guess that number will go down when gcc 5.0 becomes the default compiler?
  1646. # [17:06] * Quits: milan (milan@moz-76j3aa.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  1647. # [17:08] * Joins: reed (reed@tech.monkey)
  1648. # [17:09] * Quits: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net) (A TLS packet with unexpected length was received.)
  1649. # [17:09] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
  1650. # [17:10] * Quits: kapy (kapy@moz-iqc.39j.68.182.IP) (Connection closed)
  1651. # [17:11] * Joins: rbarnes (rbarnes@moz-hdbvkj.fios.verizon.net)
  1652. # [17:13] * bobowen|afk is now known as bobowen
  1653. # [17:15] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (Ping timeout: 121 seconds)
  1654. # [17:16] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
  1655. # [17:17] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  1656. # [17:18] * Joins: nical (nical@moz-ukda3g.lmuk.1rfi.0450.2001.IP)
  1657. # [17:18] * BenWa is now known as BenWa|email
  1658. # [17:18] * Quits: kk1fff (kk1fff@moz-dkjr1g.scl3.mozilla.com) (Quit: leaving)
  1659. # [17:18] * Joins: kk1fff (kk1fff@moz-dkjr1g.scl3.mozilla.com)
  1660. # [17:18] * RyanVM is now known as RyanVM|sheriffduty
  1661. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/12c5cc6e88b3 - Mike Habicher - Bug 1107683 - remove method callbacks from CameraControl, r=aosmond,bz
  1662. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/00b588dac8bc - Marco Bonardo - Bug 1090961 - Enqueue Sqlite.jsm transactions. r=Yoric
  1663. # [17:19] * Joins: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net)
  1664. # [17:20] * gps disappears, hopefully until Tuesday
  1665. # [17:21] * Quits: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net) (A TLS packet with unexpected length was received.)
  1666. # [17:21] <froydnj> gps: be well!
  1667. # [17:21] * gps is now known as gps|pto
  1668. # [17:21] <Ms2ger> gps|pto, got just a moment before you go?
  1669. # [17:21] <Ms2ger> Sounds like no
  1670. # [17:21] * Joins: Honza (chatzilla@moz-7mt.7ku.62.176.IP)
  1671. # [17:22] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  1672. # [17:22] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Ping timeout: 121 seconds)
  1673. # [17:22] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1674. # [17:23] * Joins: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net)
  1675. # [17:23] * darkowlzz is now known as darkowlzz|afk
  1676. # [17:23] * Joins: harth (harth@moz-t7tqmr.ca.comcast.net)
  1677. # [17:24] * Quits: reed (reed@tech.monkey) (Ping timeout: 121 seconds)
  1678. # [17:24] * Quits: davidb (davidb@moz-b6m.0f2.156.69.IP) (Ping timeout: 121 seconds)
  1679. # [17:25] * AutomatedTester is now known as AutomatedTester|AFK
  1680. # [17:25] * Quits: rflint (rflint@moz-tves92.com) (Ping timeout: 121 seconds)
  1681. # [17:25] * Joins: kapy (kapy@moz-iqc.39j.68.182.IP)
  1682. # [17:25] * Joins: davidb (davidb@moz-leob6c.dsl.bell.ca)
  1683. # [17:27] * Quits: abr (anonymous@moz-u3pnp5.dllstx.sbcglobal.net) (Client exited)
  1684. # [17:28] * Joins: yliao (yliao@moz-plece9.dynamic.hinet.net)
  1685. # [17:28] * Quits: mccr8 (mccr8@moz-m84lpe.ca.comcast.net) (Quit: computer sleep)
  1686. # [17:28] * Joins: abr (anonymous@moz-u3pnp5.dllstx.sbcglobal.net)
  1687. # [17:29] * AutomatedTester|AFK is now known as AutomatedTester
  1688. # [17:29] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
  1689. # [17:29] * killer sets mode: +o ehsan
  1690. # [17:30] * Joins: mwobensmith (mwobensmith@moz-q5v2nc.dynamic.fusionbroadband.com)
  1691. # [17:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/57725f8e7aa1 - Ryan VanderMeulen - Backed out changesets 34a66a625618, 32db3daa20fe, and ac15ba8568c5 (bug 1102219) for Gaia unit test failures.
  1692. # [17:30] * Quits: mixedpuppy (mixedpuppy@moz-vl4ghm.ca.comcast.net) (Client exited)
  1693. # [17:30] * Joins: mixedpuppy (mixedpuppy@moz-vl4ghm.ca.comcast.net)
  1694. # [17:30] * darkowlzz|afk is now known as darkowlzz
  1695. # [17:32] * Joins: StevenLee (Adium@moz-4uif8p.dynamic.hinet.net)
  1696. # [17:32] * rnewman is now known as dobby
  1697. # [17:33] <Sylvestre> <jcranmer> although I guess that number will go down when gcc 5.0 becomes the default compiler? => probably, a bunch of warnings are going to be enabled by default in this version (C99 by default)
  1698. # [17:33] <Sylvestre> I worked on gcc to get some of them enabled by default
  1699. # [17:33] * Joins: mccr8 (mccr8@moz-m84lpe.ca.comcast.net)
  1700. # [17:34] * Joins: Canova (canova@moz-d4r.4dm.33.176.IP)
  1701. # [17:35] * dobby is now known as rnewman
  1702. # [17:36] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
  1703. # [17:36] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
  1704. # [17:36] * killer sets mode: +o smaug
  1705. # [17:37] * BenWa|email is now known as BenWa
  1706. # [17:37] * Quits: mccr8 (mccr8@moz-m84lpe.ca.comcast.net) (Ping timeout: 121 seconds)
  1707. # [17:39] * jimm is now known as jimm-lunch
  1708. # [17:39] * Joins: bdahl (bdahl@moz-r7brec.dynamic.sonic.net)
  1709. # [17:40] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  1710. # [17:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5b53df2993fa - Christoph Kerschbaumer - Bug 1104623 - Inherit security flags if channel already has a loadinfo attached in NS_NewChannel (r=bz,sworkman)
  1711. # [17:40] * Joins: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net)
  1712. # [17:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c63a0dc3e90f - Andrea Marchesini - Bug 1104623 - Inherit security flags if channel already has a loadinfo attached in NS_NewChannel - tests (r=ckerschb)
  1713. # [17:40] * darkowlzz is now known as darkowlzz|afk
  1714. # [17:41] * Quits: StevenLee (Adium@moz-4uif8p.dynamic.hinet.net) (Quit: Leaving.)
  1715. # [17:43] * Quits: mwargers (mwargers@moz-t7dlop.hfc.comcastbusiness.net) (Connection closed)
  1716. # [17:43] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  1717. # [17:44] * philor is now known as philor|away
  1718. # [17:46] * terrence-afk is now known as terrence-coffee
  1719. # [17:46] * Quits: Canova (canova@moz-d4r.4dm.33.176.IP) (Connection closed)
  1720. # [17:49] * Joins: rflint (rflint@moz-tves92.com)
  1721. # [17:50] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
  1722. # [17:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e114f15ec1bd - Kartikaya Gupta - Bug 1013432 - Follow-up to fix build bustage when debug logging is enabled. r=me and DONTBUILD
  1723. # [17:51] * Joins: mwargers (mwargers@moz-t7dlop.hfc.comcastbusiness.net)
  1724. # [17:52] * Joins: benfrancis_ (uid16068@moz-u0phi1.charlton.irccloud.com)
  1725. # [17:52] * benfrancis_ is now known as benfrancis
  1726. # [17:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8642c98bb229 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1727. # [17:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cbe3f049ebc0 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1728. # [17:52] * Quits: kapy (kapy@moz-iqc.39j.68.182.IP) (Quit: )
  1729. # [17:53] * Joins: mccr8 (mccr8@moz-qjbkeh.mtv2.mozilla.com)
  1730. # [17:53] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Client exited)
  1731. # [17:54] * Joins: reed (reed@tech.monkey)
  1732. # [17:55] * kats is now known as kats-afk
  1733. # [17:55] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
  1734. # [17:56] * Quits: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net) (A TLS packet with unexpected length was received.)
  1735. # [17:56] * Quits: flaviu (Instantbird@moz-662.esi.231.62.IP) (Client exited)
  1736. # [17:56] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  1737. # [17:56] * baku is now known as baku|away
  1738. # [17:56] * Quits: stransky (stransky@moz-vs8vb1.redhat.com) (Quit: Connection reset by beer)
  1739. # [17:57] * Quits: ddahl_ (ddahl@moz-40a6g5.il.comcast.net) (Ping timeout: 121 seconds)
  1740. # [17:57] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  1741. # [17:57] * Joins: Canova (canova@moz-d4r.4dm.33.176.IP)
  1742. # [17:57] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  1743. # [17:57] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1744. # [17:58] * Joins: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP)
  1745. # [17:58] * Quits: milan_ (milan@moz-t6kfbd.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
  1746. # [17:58] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
  1747. # [17:58] * Quits: secretrobotron (secretrobot@moz-i5m.05u.207.66.IP) (Connection closed)
  1748. # [17:59] * Joins: secretrobotron (secretrobot@moz-bq0gq5.ckpj.s0pt.0450.2001.IP)
  1749. # [17:59] * stephend|zzz is now known as stephend|mtg
  1750. # [17:59] * Quits: mwargers (mwargers@moz-t7dlop.hfc.comcastbusiness.net) (Connection closed)
  1751. # [18:00] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  1752. # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/09bf82baf421 - Ryan VanderMeulen - Backed out changeset 0460160af653 (bug 1039639) for B2G debug mochitest crashes.
  1753. # [18:00] * terrence-coffee is now known as terrence
  1754. # [18:00] * Joins: mdas (mdas@moz-njm.vq8.250.162.IP)
  1755. # [18:01] * Quits: mmcdonough (Martin@moz-qfl.dci.229.137.IP) (Quit: I've been blurred!)
  1756. # [18:01] * khuey|away is now known as khuey
  1757. # [18:01] * Joins: wolfiR (wolfiR@moz-hnp79u.51l1.0au3.4dd0.2001.IP)
  1758. # [18:01] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  1759. # [18:02] * mkohler|mobile is now known as mkohler|actuallyatmylaptopnow
  1760. # [18:02] * Quits: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de) (Quit: Feierabend!)
  1761. # [18:02] * coop is now known as coop|mtg
  1762. # [18:03] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Client exited)
  1763. # [18:04] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  1764. # [18:04] * Parts: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
  1765. # [18:04] * ahal is now known as ahal|lunch
  1766. # [18:05] * Joins: Canova_ (canova@moz-d4r.4dm.33.176.IP)
  1767. # [18:05] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
  1768. # [18:05] * Quits: Canova (canova@moz-d4r.4dm.33.176.IP) (Connection closed)
  1769. # [18:05] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
  1770. # [18:06] * Joins: spohl1|afk (spohl-lapto@moz-m9421n.res.rr.com)
  1771. # [18:06] * bobowen is now known as bobowen|afk
  1772. # [18:06] * Joins: Canova (canova@moz-jea.jie.250.151.IP)
  1773. # [18:07] * Joins: bent (chatzilla@moz-jdqfrj.ca.comcast.net)
  1774. # [18:08] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  1775. # [18:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1776. # [18:08] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
  1777. # [18:08] * julienw is now known as julienw_afk
  1778. # [18:09] * bc is now known as bc|bbiab
  1779. # [18:09] * Quits: Canova_ (canova@moz-d4r.4dm.33.176.IP) (Ping timeout: 121 seconds)
  1780. # [18:09] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
  1781. # [18:09] * Joins: ddahl_ (ddahl@moz-naq.hfc.64.192.IP)
  1782. # [18:10] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Ping timeout: 121 seconds)
  1783. # [18:10] * Joins: larsg (larsg@moz-5kdp87.dip0.t-ipconnect.de)
  1784. # [18:10] * bz_away is now known as bz
  1785. # [18:12] <lsblakk> RyanVM|sheriffduty: beta approvals done
  1786. # [18:12] <RyanVM|sheriffduty> thanks
  1787. # [18:13] <lsblakk> RyanVM|sheriffduty: reminder to also land the patch in https://bugzilla.mozilla.org/show_bug.cgi?id=1100361 to beta for the kick-off, then it will need to back out again
  1788. # [18:13] * Quits: gabor (gabor@moz-0oiman.dip0.t-ipconnect.de) (Connection closed)
  1789. # [18:13] * mkohler|actuallyatmylaptopnow is now known as mkohler|batteryIsDying
  1790. # [18:14] * Quits: wlach (wlach@moz-uudc9t.ckpj.s0pt.0450.2001.IP) (Quit: Ex-Chat)
  1791. # [18:14] * jmaher is now known as jmaher|brb
  1792. # [18:14] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  1793. # [18:15] * Quits: mcomella (mcomella@moz-igsdu8.ca.comcast.net) (Connection closed)
  1794. # [18:15] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
  1795. # [18:16] * Joins: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net)
  1796. # [18:16] * Joins: mcomella (mcomella@moz-igsdu8.ca.comcast.net)
  1797. # [18:16] * kats-afk is now known as kats
  1798. # [18:18] * Joins: mwargers (mwargers@moz-tomt37.mh2d.1ibb.0101.2620.IP)
  1799. # [18:18] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  1800. # [18:20] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  1801. # [18:20] * jimm-lunch is now known as jimm
  1802. # [18:20] * Joins: wlach (wlach@moz-ns6ual.ckpj.s0pt.0450.2001.IP)
  1803. # [18:20] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Connection closed)
  1804. # [18:21] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  1805. # [18:21] * Joins: paolo_ (paolo@moz-74a.0nt.218.207.IP)
  1806. # [18:21] * wlach is now known as wlach|lunch
  1807. # [18:21] * Quits: paolo_ (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
  1808. # [18:21] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
  1809. # [18:21] * mgerva is now known as mgerva|afk
  1810. # [18:21] * Joins: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP)
  1811. # [18:22] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
  1812. # [18:22] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  1813. # [18:22] <RyanVM|sheriffduty> lsblakk: blech
  1814. # [18:22] <RyanVM|sheriffduty> lsblakk: so basically I'm going to need to land everything else, verify that Android 2.3 is green, then land that
  1815. # [18:23] * flod is now known as flod|afk
  1816. # [18:23] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1817. # [18:23] * smaug is now known as smaugAfk
  1818. # [18:24] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  1819. # [18:27] <lsblakk> RyanVM|sheriffduty: that's right
  1820. # [18:27] <RyanVM|sheriffduty> then i better get busy!
  1821. # [18:28] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1822. # [18:28] * sheppy-offline is now known as sheppy
  1823. # [18:29] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
  1824. # [18:30] * miketaylr is now known as zz_miketaylr
  1825. # [18:30] <hurley> so... what's the magic incantation to disable "/" bringing up the quick search in page box?
  1826. # [18:30] * Joins: jimb (user@moz-6gkikn.or.comcast.net)
  1827. # [18:31] <RyanVM|sheriffduty> lsblakk: are we going to be playing that game for the entire cycle or is a real fix coming at some point?
  1828. # [18:31] * zz_miketaylr is now known as miketaylr
  1829. # [18:31] <jimm> RyanVM|sheriffduty: the beta patch in bug 506815
  1830. # [18:31] <jimm> erp
  1831. # [18:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/354a878fcc9f - Benjamin Bouvier - Bug 1108825: Implement SIMD.int32x4.mul in Odin; r=sunfish
  1832. # [18:31] * Joins: kdcw (kdcw@moz-k15qg2.pk.shawcable.net)
  1833. # [18:31] * Quits: alexbardas (alexbardas@moz-3io5tn.HD.idilis.net) (A TLS packet with unexpected length was received.)
  1834. # [18:31] <jimm> ..is just a backout of cset 7c97034feb78
  1835. # [18:31] * pbrosset is now known as pbrosset|afk
  1836. # [18:32] <odin_> pulsebot, stop saying my name! heh
  1837. # [18:32] <jimm> RyanVM|sheriffduty: I was about to land that, but if you're making beta rounds.. ?
  1838. # [18:32] <RyanVM|sheriffduty> jimm: go ahead and push it
  1839. # [18:32] <jimm> ok
  1840. # [18:32] <RyanVM|sheriffduty> jesup: ping
  1841. # [18:32] * Joins: jet (uid49872@moz-2b8mdp.charlton.irccloud.com)
  1842. # [18:33] * Quits: mwobensmith (mwobensmith@moz-q5v2nc.dynamic.fusionbroadband.com) (Quit: Leaving.)
  1843. # [18:33] * Quits: jhorak (jhorak@moz-vs8vb1.redhat.com) (Connection closed)
  1844. # [18:34] * Joins: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net)
  1845. # [18:34] * Joins: Sander (chatzilla@moz-f4egml.direct-adsl.nl)
  1846. # [18:34] * Quits: Honza (chatzilla@moz-7mt.7ku.62.176.IP) (Ping timeout: 121 seconds)
  1847. # [18:34] * Quits: Mano (mano@moz-mmm.et8.64.109.IP) (Connection closed)
  1848. # [18:35] * Quits: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  1849. # [18:35] * nsm is now known as nsm|away
  1850. # [18:35] * Quits: Canova (canova@moz-jea.jie.250.151.IP) (Quit: )
  1851. # [18:36] * Joins: badescunicu (Thunderbird@moz-4432nh.hb6u.51bn.2f0a.2a02.IP)
  1852. # [18:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c2659bf5793d - Brian Hackett - Bug 1107145 - Allow typed objects with the same prototype to have different descriptors, r=nmatsakis.
  1853. # [18:36] * Quits: stormi (samuel@moz-t5b.q89.218.46.IP) (Quit: Konversation terminated!)
  1854. # [18:36] * Joins: schien (anonymous@moz-l8ebtf.sfo1.mozilla.com)
  1855. # [18:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c9f6b26c6c3f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1856. # [18:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d8b7b42d234c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1857. # [18:37] * Quits: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP) (Client exited)
  1858. # [18:38] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
  1859. # [18:39] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/33e89eefaba5 - Jim Mathies - Backout bug 506815 (7c97034feb78), for causing bug 1085027. r=backout a=lsblakk
  1860. # [18:39] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/d424db9bb5a0 - Jim Mathies - merge backout. a=lsblakk
  1861. # [18:39] <jimm> kinda quite around here today
  1862. # [18:39] <Ms2ger> *et
  1863. # [18:40] <RyanVM|sheriffduty> lsblakk: what about that proguard patch?
  1864. # [18:41] <RyanVM|sheriffduty> jimm: qbackout ftw ;)
  1865. # [18:41] <RyanVM|sheriffduty> "merge backout" - pfft
  1866. # [18:41] * Joins: jchaulk (jchaulk@moz-29p.o1e.171.192.IP)
  1867. # [18:41] * Joins: Mano (mano@moz-mmm.et8.64.109.IP)
  1868. # [18:41] <jimm> :)
  1869. # [18:41] <bz> Need a new hg extensions
  1870. # [18:41] <bz> hg backittheheckout
  1871. # [18:41] <bz> Or hg backitallout?
  1872. # [18:42] <bz> me bets going back to hg@1 would work dandy
  1873. # [18:42] <jimm> I don't back out that often.. no experience
  1874. # [18:42] <RyanVM|sheriffduty> bz++
  1875. # [18:42] <Ms2ger> I'm sure there's reflog syntax for "revert to the last commit I wrote"
  1876. # [18:43] <RyanVM|sheriffduty> lsblakk: nvm, saw your comment in the bug
  1877. # [18:44] * flod|afk is now known as flod
  1878. # [18:45] * Joins: tedders1 (tedders1@moz-i5m.05u.207.66.IP)
  1879. # [18:45] * stephend|mtg is now known as stephend|tea
  1880. # [18:45] * Quits: spohl1|afk (spohl-lapto@moz-m9421n.res.rr.com) (Quit: Nettalk6 - www.ntalk.de)
  1881. # [18:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/040664e0c609 - Kartikaya Gupta - Bug 1030523 - Back out cset 038356d89dc2 so we properly initialize the compositor when we get a surface. r=snorp, a=lsblakk
  1882. # [18:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/0cf5aeed832e - Gijs Kruitbosch - Bug 1090609 - Don't disable open in tabs when there's only one item there. r=mak, a=lsblakk
  1883. # [18:46] * bc|bbiab is now known as bc
  1884. # [18:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/1f096495a38c - Drew Willcoxon - Bug 1096534 - ContentSearch should load the search URL in the tab sending the search message, not the current tab. r=mak, a=lsblakk
  1885. # [18:48] * coop|mtg is now known as coop|buildduty
  1886. # [18:48] * Joins: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com)
  1887. # [18:49] * Quits: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net) (Client exited)
  1888. # [18:49] * Joins: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net)
  1889. # [18:49] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  1890. # [18:50] * Joins: spohl1|afk (spohl-lapto@moz-m9421n.res.rr.com)
  1891. # [18:50] * baku|away is now known as baku
  1892. # [18:52] * Quits: spohl1|afk (spohl-lapto@moz-m9421n.res.rr.com) (Quit: Nettalk6 - www.ntalk.de)
  1893. # [18:52] * ahal|lunch is now known as ahal
  1894. # [18:53] * jmaher|brb is now known as jmaher
  1895. # [18:54] * jlund|away is now known as jlund
  1896. # [18:57] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Ping timeout: 121 seconds)
  1897. # [18:57] * Joins: florent (Thunderbird@moz-kej4t3.abo.wanadoo.fr)
  1898. # [18:58] * Joins: grobinso_ (grobinson@moz-t4rd6e.ca.comcast.net)
  1899. # [19:00] * stephend|tea is now known as stephend|mtg
  1900. # [19:00] * Quits: badescunicu (Thunderbird@moz-4432nh.hb6u.51bn.2f0a.2a02.IP) (Connection closed)
  1901. # [19:00] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  1902. # [19:00] * Joins: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net)
  1903. # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/810cb91fe026 - Ryan VanderMeulen - Backed out changeset c2659bf5793d (bug 1107145) for bustage.
  1904. # [19:01] * Joins: myk (myk@moz-u3dg2t.sfo1.mozilla.com)
  1905. # [19:02] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  1906. # [19:02] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  1907. # [19:03] * AaronMT is now known as AaronMTriage
  1908. # [19:06] * Quits: maikmerten (maikmerten_@moz-5es0r2.0i3i.20k8.4dd0.2001.IP) (Quit: Leaving)
  1909. # [19:06] * Quits: janv (varga@moz-nor4h8.dynamic.orange.sk) (Quit: Leaving)
  1910. # [19:06] * Joins: janv (varga@moz-nor4h8.dynamic.orange.sk)
  1911. # [19:07] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Ping timeout: 121 seconds)
  1912. # [19:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/10692972a7b6 - Benjamin Peterson - Bug 1084177 - Maintain only one zlib compression context per helper thread. r=njn
  1913. # [19:07] <jgraham> Anyone know why the certutil I built with gecko is trying to use the system versions of libnss (which is the wrong version)?
  1914. # [19:07] <jgraham> ./obj-x86_64-unknown-linux-gnu/dist/bin/certutil: /usr/lib/x86_64-linux-gnu/libnss3.so: version `NSS_3.16.2' not found (required by ./obj-x86_64-unknown-linux-gnu/dist/bin/certutil)
  1915. # [19:08] * Joins: Mook_as (mook@moz-vlall4.activestate.com)
  1916. # [19:09] <ckerschb_> RyanVM|sheriffduty: ping
  1917. # [19:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fde501c569cb - Boris Zbarsky - Bug 1109888. ICGetPropCallDOMProxyNativeStub should inherit from ICGetPropCallGetter so we have our holder/holdershape/etc accessible the same way across all the JSNative getter stubs. r=efaust
  1918. # [19:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5154e4a4117 - Boris Zbarsky - Bug 990484 part 1. Add an overload of JS_IsIdentifier that takes chars+length. r=jorendorff
  1919. # [19:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c5ce96161a42 - Boris Zbarsky - Bug 990484 part 2. Remove a bunch of now-unnecessary JSContext bits in indexedDB code. r=baku
  1920. # [19:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a84e8a699159 - Boris Zbarsky - Bug 1105615. Make IDBObjectStoreParameters.keyPath a union instead of using "any" for it. r=baku
  1921. # [19:09] <ckerschb_> RyanVM|sheriffduty: sorry, apparently the test still doesn’t work - https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=c63a0dc3e90f - can you back out please?
  1922. # [19:10] <RyanVM|sheriffduty> *sigh*
  1923. # [19:11] <RyanVM|sheriffduty> ckerschb_: are you familiar with retriggering jobs on Try?
  1924. # [19:11] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  1925. # [19:11] <ckerschb_> RyanVM|sheriffduty: I guess so, I retriggered them several times - all green
  1926. # [19:12] <ckerschb_> RyanVM|sheriffduty: https://bugzilla.mozilla.org/show_bug.cgi?id=1104623#c55
  1927. # [19:12] * mreavy is now known as mreavy|mtg
  1928. # [19:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5b55317fb623 - Bill McCloskey - Backout bug 1099410 for increasing crash rate
  1929. # [19:12] <ckerschb_> RyanVM|sheriffduty: I mean comment 54 actually
  1930. # [19:12] * Joins: dbaron (dbaron@moz-6qfvbi.2rkg.9kg1.0101.2620.IP)
  1931. # [19:12] * killer sets mode: +ao dbaron dbaron
  1932. # [19:13] <ckerschb_> baku: ping
  1933. # [19:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d1172575c996 - Ryan VanderMeulen - Backed out changesets c63a0dc3e90f and 5b53df2993fa (bug 1104623) for leaks.
  1934. # [19:13] <baku> ckerschb_, pong
  1935. # [19:13] <ckerschb_> baku: any idea why we might be leaking a window in the test? https://bugzilla.mozilla.org/show_bug.cgi?id=1104623
  1936. # [19:13] * Quits: bc (bc@moz-010.ifm.3.76.IP) (Quit: brb)
  1937. # [19:14] <ckerschb_> baku: apparently only on windows: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=c63a0dc3e90f
  1938. # [19:14] <baku> ckerschb_, not really but maybe jonas is right. have you tried to revoke the URL before removing the tab?
  1939. # [19:14] <baku> ah excellent :/
  1940. # [19:14] <ckerschb_> yes, I did
  1941. # [19:14] * Joins: alexbardas (alexbardas@moz-ni9gh9.AR.idilis.net)
  1942. # [19:15] <ckerschb_> baku: https://hg.mozilla.org/integration/mozilla-inbound/rev/c63a0dc3e90f any idea how we can find out?
  1943. # [19:15] <ckerschb_> RyanVM|sheriffduty: thanks for backing it out - sorry for all the trouble
  1944. # [19:15] <RyanVM|sheriffduty> it's OK
  1945. # [19:16] <RyanVM|sheriffduty> give it 10-20 runs next time I guess
  1946. # [19:16] <ckerschb_> RyanVM|sheriffduty: will do
  1947. # [19:16] * jcj is now known as jcj|lunch
  1948. # [19:17] * Joins: smichaud (smichaud@moz-ngr45b.il.comcast.net)
  1949. # [19:18] * Joins: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com)
  1950. # [19:18] <smichaud> I've noticed a couple of patches that were landed on mozilla-inbound a few days ago (2014-12-08)
  1951. # [19:18] <bkelly> anyone else seeing nightly lock up today? happened at least twice on me in the last hour or two
  1952. # [19:18] <smichaud> But still haven't landed on mozilla-central
  1953. # [19:18] <smichaud> https://bugzilla.mozilla.org/show_bug.cgi?id=1083284
  1954. # [19:18] <RyanVM|sheriffduty> smichaud: they most certainly have
  1955. # [19:18] <smichaud> https://bugzilla.mozilla.org/show_bug.cgi?id=1107264
  1956. # [19:19] <smichaud> Let me double-check in current trunk code
  1957. # [19:19] <smichaud> But hg.mozilla.org/mozilla-central/pushloghtml doesn't show either of them landing
  1958. # [19:19] * Joins: mconley (mconley@moz-rqs9ce.ckpj.s0pt.0450.2001.IP)
  1959. # [19:19] <smichaud> It isn't just those two
  1960. # [19:19] * Joins: JosiahOne (Instantbird@moz-iofojr.livnmi.sbcglobal.net)
  1961. # [19:20] * RyanVM|sheriffduty wonders if he forgot ot mark that merge
  1962. # [19:20] <smichaud> Anyway, I'll check those two in current trunk code
  1963. # [19:20] <RyanVM|sheriffduty> https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=da6a3b2c4e02
  1964. # [19:20] <RyanVM|sheriffduty> it's there
  1965. # [19:20] <RyanVM|sheriffduty> we do daily merges, there's no way they were selectively missed
  1966. # [19:20] <RyanVM|sheriffduty> it's almost certainly a bug marking issue
  1967. # [19:20] <smichaud> Thanks!
  1968. # [19:20] <smichaud> The problem then is that nobody marked those bugs fixed
  1969. # [19:20] <ckerschb_> baku: any chance you can take a look at the test again?
  1970. # [19:21] <baku> ckerschb_, no, but let me run this test several times to see if it's a random orange or a permanent one. also on windows.
  1971. # [19:21] * Joins: mwobensmith (mwobensmith@moz-l3p2ad.rgd2.9kg1.0101.2620.IP)
  1972. # [19:21] <baku> ckerschb_, yes.
  1973. # [19:21] <baku> I'm going it.
  1974. # [19:21] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Quit: Leaving)
  1975. # [19:21] <ckerschb_> baku: thanks - that’s great
  1976. # [19:21] <smichaud> Nobody indicated in the bugs that they'd landed on m-c
  1977. # [19:21] <RyanVM|sheriffduty> smichaud: yes, "1:19:58 PM * RyanVM|sheriffduty wonders if he forgot ot mark that merge"
  1978. # [19:22] <RyanVM|sheriffduty> I'm on it
  1979. # [19:22] <smichaud> Thanks!
  1980. # [19:22] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  1981. # [19:22] <RyanVM|sheriffduty> thanks for pinging
  1982. # [19:22] <smichaud> No problem. I like to check when I see something weird :-)
  1983. # [19:23] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  1984. # [19:23] <RyanVM|sheriffduty> odd, some of the bugs did get marked
  1985. # [19:23] <RyanVM|sheriffduty> makes me feel a little better about it
  1986. # [19:23] <RyanVM|sheriffduty> and worse in other ways
  1987. # [19:23] * Quits: Sushant94 (Sushant@moz-eca.0pg.202.116.IP) (Quit: Leaving)
  1988. # [19:23] * jdm is now known as jdm|buildingcharacter
  1989. # [19:23] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  1990. # [19:23] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
  1991. # [19:24] * smaugAfk is now known as smaug
  1992. # [19:24] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  1993. # [19:24] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  1994. # [19:26] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  1995. # [19:26] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  1996. # [19:27] * mkohler|batteryIsDying is now known as mkohler
  1997. # [19:27] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  1998. # [19:27] * Joins: rkent (Thunderbird@moz-28t.s3q.135.50.IP)
  1999. # [19:28] * Joins: ehugg (ehugg@moz-n31.gtp.170.166.IP)
  2000. # [19:28] * Joins: marco (marco@moz-0kgb5o.retail.telecomitalia.it)
  2001. # [19:29] * Quits: nmatsakis (nmatsakis@moz-no0.93r.245.63.IP) (Connection closed)
  2002. # [19:29] * khuey is now known as khuey|away
  2003. # [19:29] * Joins: nmatsakis (nmatsakis@moz-dkjr1g.scl3.mozilla.com)
  2004. # [19:30] * Quits: josh (sid38674@moz-98l7hc.uxbridge.irccloud.com) (Ping timeout: 121 seconds)
  2005. # [19:30] * Quits: sid0 (sid2934@moz-s4v955.uxbridge.irccloud.com) (Ping timeout: 121 seconds)
  2006. # [19:31] * Joins: josh (sid38674@moz-98l7hc.uxbridge.irccloud.com)
  2007. # [19:31] * Quits: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net) (Client exited)
  2008. # [19:31] * Joins: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net)
  2009. # [19:31] * Joins: sid0 (sid2934@moz-s4v955.uxbridge.irccloud.com)
  2010. # [19:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/339befde1a62 - Tom Schuster - Bug 1097267 - Remove the DONT_ENUM_STATIC_PROPS flag from XPC. r=bholley
  2011. # [19:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/906c45183f30 - Tom Schuster - Bug 1097267 - Change to the simpler enumerate hook in the js engine. r=jorendorff
  2012. # [19:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5a8e7d35dd45 - Tom Schuster - Bug 1097267 - Use new enumerate hook for plugins. r=josh
  2013. # [19:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7066f0d9c110 - Tom Schuster - Bug 1097267 - Change the enumerate hook usage in XPC and browser. r=bholley
  2014. # [19:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/54938d8a3baa - Tom Schuster - Bug 825199 - Allow us the define self-hosted properties after everything is set-up properly. r=till
  2015. # [19:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4638c344364d - Tom Schuster - Bug 825199 - Self host __defineGetter__ and friends. r=till
  2016. # [19:32] * Parts: smichaud (smichaud@moz-ngr45b.il.comcast.net)
  2017. # [19:32] * Quits: Mano (mano@moz-mmm.et8.64.109.IP) (Connection closed)
  2018. # [19:34] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2019. # [19:34] * Quits: cpeterson (sid50634@moz-5cocau.uxbridge.irccloud.com) (Ping timeout: 121 seconds)
  2020. # [19:35] * Quits: endee (sid15467@moz-3dk0eu.highgate.irccloud.com) (Ping timeout: 121 seconds)
  2021. # [19:35] * Quits: Matti (Matti@moz-s9n9qr.iip5.7epi.4dd0.2001.IP) (Ping timeout: 121 seconds)
  2022. # [19:35] * Quits: kaustavdm (sid38152@moz-62pcen.uxbridge.irccloud.com) (Ping timeout: 121 seconds)
  2023. # [19:35] * Quits: ggherdov_ (sid11402@moz-42t9br.kkpo.i718.8300.2604.IP) (Ping timeout: 121 seconds)
  2024. # [19:35] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Ping timeout: 121 seconds)
  2025. # [19:35] * Quits: cdiehl (sid19351@moz-mmuk9e.charlton.irccloud.com) (Ping timeout: 121 seconds)
  2026. # [19:35] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Ping timeout: 121 seconds)
  2027. # [19:35] * Quits: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  2028. # [19:35] * Quits: RodrigoWaters_ (uid30345@moz-ul2d8f.uxbridge.irccloud.com) (Ping timeout: 121 seconds)
  2029. # [19:35] * Quits: gwagner (sid25406@moz-krqibb.ealing.irccloud.com) (Ping timeout: 121 seconds)
  2030. # [19:36] * Quits: FuzzyFox|afk (fuzzyfox@moz-a71aeb.u42v.sj0n.5300.2607.IP) (Ping timeout: 121 seconds)
  2031. # [19:36] * kats is now known as kats-afk
  2032. # [19:36] * Quits: heftig (heftig@moz-5r9s0n.archlinux.org) (Ping timeout: 121 seconds)
  2033. # [19:36] * Quits: mhenretty (sid11899@moz-8jjrq7.uxbridge.irccloud.com) (Ping timeout: 121 seconds)
  2034. # [19:36] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (A TLS packet with unexpected length was received.)
  2035. # [19:36] * Quits: kk1fff (kk1fff@moz-dkjr1g.scl3.mozilla.com) (Ping timeout: 121 seconds)
  2036. # [19:36] * Quits: mwargers (mwargers@moz-tomt37.mh2d.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  2037. # [19:36] * Quits: @khuey|away (khuey@moz-dkjr1g.scl3.mozilla.com) (A TLS packet with unexpected length was received.)
  2038. # [19:37] * Joins: endee (sid15467@moz-the.lg2.184.192.IP)
  2039. # [19:37] * Quits: MMx (mmx@moz-m6p0bd.rfcg.v22d.06f8.2001.IP) (Ping timeout: 121 seconds)
  2040. # [19:37] * Quits: victorporof (victorporof@moz-2t2.g89.159.69.IP) (Connection closed)
  2041. # [19:37] * Joins: khuey|away (khuey@moz-dkjr1g.scl3.mozilla.com)
  2042. # [19:37] * Joins: victorporof (victorporof@moz-2t2.g89.159.69.IP)
  2043. # [19:37] * Quits: ashish (ashish@irc.mozilla.org) (Ping timeout: 121 seconds)
  2044. # [19:37] * Joins: RodrigoWaters_ (uid30345@moz-ruip0a.kkpo.i718.8300.2604.IP)
  2045. # [19:37] <benjamin> ah, the world has come crashing down?
  2046. # [19:37] * Joins: ttaubert (uid2620@moz-qrgodd.kkpo.i718.8300.2604.IP)
  2047. # [19:37] * Joins: cdiehl (sid19351@moz-aak1f8.kkpo.i718.8300.2604.IP)
  2048. # [19:37] * Joins: capella-s32 (capella-s3@moz-4ql.a68.87.66.IP)
  2049. # [19:37] <benjamin> (at least mdn)
  2050. # [19:37] * Joins: heftig (heftig@moz-5r9s0n.archlinux.org)
  2051. # [19:37] * Quits: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr) (Ping timeout: 121 seconds)
  2052. # [19:37] * Quits: Unfocused (sid2622@moz-gta4h5.uxbridge.irccloud.com) (Ping timeout: 121 seconds)
  2053. # [19:38] * Joins: cpeterson (sid50634@moz-bafopc.kkpo.i718.8300.2604.IP)
  2054. # [19:38] * Quits: shawnjohnjr (sid15523@moz-imrh2m.uxbridge.irccloud.com) (Ping timeout: 121 seconds)
  2055. # [19:38] * Quits: lmandel (lmandel@moz-dkjr1g.scl3.mozilla.com) (Ping timeout: 121 seconds)
  2056. # [19:38] * Joins: ashish (ashish@moz-no0.93r.245.63.IP)
  2057. # [19:38] * Quits: capella-s3 (capella-s3@moz-a6lqme.res.rr.com) (Ping timeout: 121 seconds)
  2058. # [19:38] * Joins: spohl1|afk (spohl-lapto@moz-cg8.p08.75.71.IP)
  2059. # [19:38] * chmanchester is now known as chmanchester|afk
  2060. # [19:38] * Joins: kk1fff (kk1fff@moz-no0.93r.245.63.IP)
  2061. # [19:38] * Joins: jgriffin (uid51409@moz-kvp3bo.kkpo.i718.8300.2604.IP)
  2062. # [19:39] * Joins: kaustavdm (sid38152@moz-ctm2p4.kkpo.i718.8300.2604.IP)
  2063. # [19:39] * Quits: spohl1|afk (spohl-lapto@moz-cg8.p08.75.71.IP) (Quit: Nettalk6 - www.ntalk.de)
  2064. # [19:39] * Quits: gregglind_intermittent (glind@moz-dkjr1g.scl3.mozilla.com) (Ping timeout: 121 seconds)
  2065. # [19:39] * Quits: srijan4 (sid19575@moz-vn4t60.charlton.irccloud.com) (Ping timeout: 121 seconds)
  2066. # [19:39] * Joins: squib (squib@moz-26g.t7p.56.172.IP)
  2067. # [19:39] * Joins: mwargers (mwargers@moz-9gh.73s.245.63.IP)
  2068. # [19:39] * Joins: janv_ (varga@moz-nor4h8.dynamic.orange.sk)
  2069. # [19:40] * Joins: bc (bc@moz-010.ifm.3.76.IP)
  2070. # [19:40] * Joins: srijan4 (sid19575@moz-vn4t60.charlton.irccloud.com)
  2071. # [19:40] * Joins: ggherdov_ (sid11402@moz-svcjaj.ealing.irccloud.com)
  2072. # [19:40] * Joins: gregglind_intermittent (glind@moz-dkjr1g.scl3.mozilla.com)
  2073. # [19:40] * Joins: shawnjohnjr (sid15523@moz-imrh2m.uxbridge.irccloud.com)
  2074. # [19:40] * Joins: mhenretty (sid11899@moz-8jjrq7.uxbridge.irccloud.com)
  2075. # [19:40] * Joins: Unfocused (sid2622@moz-gta4h5.uxbridge.irccloud.com)
  2076. # [19:41] * Joins: Matti (Matti@moz-s9n9qr.iip5.7epi.4dd0.2001.IP)
  2077. # [19:41] * Quits: capella-s32 (capella-s3@moz-4ql.a68.87.66.IP) (Connection closed)
  2078. # [19:41] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  2079. # [19:41] * Quits: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net) (Client exited)
  2080. # [19:41] * Quits: mconley (mconley@moz-rqs9ce.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  2081. # [19:41] * Joins: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net)
  2082. # [19:42] * Joins: gwagner (sid25406@moz-krqibb.ealing.irccloud.com)
  2083. # [19:42] * Joins: mconley (mconley@moz-i5m.05u.207.66.IP)
  2084. # [19:42] * Joins: capella-s3 (capella-s3@moz-4ql.a68.87.66.IP)
  2085. # [19:42] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  2086. # [19:42] * Quits: janv (varga@moz-nor4h8.dynamic.orange.sk) (Ping timeout: 121 seconds)
  2087. # [19:43] * Joins: FuzzyFox|afk (fuzzyfox@moz-a71aeb.u42v.sj0n.5300.2607.IP)
  2088. # [19:43] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  2089. # [19:43] * Joins: lmandel (lmandel@moz-dkjr1g.scl3.mozilla.com)
  2090. # [19:44] * KWierso|afk is now known as KWierso
  2091. # [19:44] * sheppy is now known as sheppy-appt
  2092. # [19:45] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Leaving...)
  2093. # [19:45] * Quits: capella-s3 (capella-s3@moz-4ql.a68.87.66.IP) (Connection closed)
  2094. # [19:45] * Joins: EklavyaM (chatzilla@moz-kh8srs.tp8c.8dem.f801.2404.IP)
  2095. # [19:46] * Joins: capella-s3 (capella-s3@moz-4ql.a68.87.66.IP)
  2096. # [19:47] * Quits: smontagu (chatzilla@moz-qdu45g.3orf.1887.0450.2001.IP) (Ping timeout: 121 seconds)
  2097. # [19:47] * Joins: Mano (mano@moz-mmm.et8.64.109.IP)
  2098. # [19:48] <Gijs> didn't we have some way to make a hanging firefox crash?
  2099. # [19:50] * mattwoodrow|away is now known as mattwoodrow
  2100. # [19:50] * Quits: capella-s3 (capella-s3@moz-4ql.a68.87.66.IP) (Connection closed)
  2101. # [19:50] * Joins: capella-s3 (capella-s3@moz-4ql.a68.87.66.IP)
  2102. # [19:51] * Joins: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com)
  2103. # [19:51] * Joins: royalharsh95 (royalharsh9@moz-1t4.8sr.225.220.IP)
  2104. # [19:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c677f867a18a - Gijs Kruitbosch - Bug 1101287 - fix browser_934951_zoom_in_toolbar.js to use a mutation observer to wait for a label change, r=adw
  2105. # [19:54] * kats-afk is now known as kats
  2106. # [19:55] * Quits: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
  2107. # [19:55] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
  2108. # [19:55] * Joins: milan_ (milan@moz-t6kfbd.ckpj.s0pt.0450.2001.IP)
  2109. # [19:56] * Quits: erahm (erahm@moz-jjj0qb.or.comcast.net) (A TLS packet with unexpected length was received.)
  2110. # [19:56] * Joins: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr)
  2111. # [19:56] * jcj|lunch is now known as jcj
  2112. # [19:56] * Gijs is now known as Gijs_away
  2113. # [19:57] * Quits: milan_ (milan@moz-t6kfbd.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
  2114. # [19:57] * Joins: milan_ (milan@moz-tfjsvu.ckpj.s0pt.0450.2001.IP)
  2115. # [19:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4bb8a621a5dd - Jonathan Kew - Bug 1110181 - Move mTextOrientation to the nsStyleVisibility struct to avoid potential recursive dependency in nsStyleText. r=dbaron
  2116. # [19:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/977d6c001d70 - Jonathan Kew - Bug 1110266 - Use horizontal-font metrics as basis for CSS units when text-orientation is sideways. r=smontagu
  2117. # [19:58] * stephend|mtg is now known as stephend
  2118. # [19:58] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  2119. # [19:58] * Joins: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP)
  2120. # [19:59] * Joins: bajaj1 (bajaj_afk@moz-uajt9f.ca.comcast.net)
  2121. # [19:59] * Joins: wlach (wlach@moz-oa7a98.ckpj.s0pt.0450.2001.IP)
  2122. # [20:01] * Quits: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net) (Ping timeout: 121 seconds)
  2123. # [20:02] * Joins: sicking (sicking@moz-lqm0dq.ca.comcast.net)
  2124. # [20:02] <sicking> gandalf: on my ywa
  2125. # [20:02] <sicking> way
  2126. # [20:03] <gandalf> sicking: we're working from home
  2127. # [20:03] <gandalf> because of rain and stuff
  2128. # [20:03] <gandalf> vidyo?
  2129. # [20:03] <gandalf> sicking: how much time do you need?
  2130. # [20:04] <tromey> smaug: fitzgen suggested that you might know how to get the JS context to use when emitting a marker -- or whether there's even a generic way to do this (as opposed to different code at each marker-creation point)
  2131. # [20:04] * Joins: Waldo (waldo@moz-pqc1f5.ca.comcast.net)
  2132. # [20:04] <@smaug> hmm
  2133. # [20:04] * AaronMTriage is now known as AaronMT
  2134. # [20:04] <@smaug> tromey: not sure I quite understand the question
  2135. # [20:04] <@smaug> "emit a marker"
  2136. # [20:04] * Joins: jgilbert (jgilbert@moz-c8qc7r.rhqa.gnuk.0009.2601.IP)
  2137. # [20:04] <@smaug> why you'd need a JS context at that time
  2138. # [20:05] <tromey> sorry. more background --
  2139. # [20:05] <tromey> what we'd like to do is capture the JS stack when calling AddProfileTimelineMarker
  2140. # [20:05] * Quits: jdm|buildingcharacter (jdm@moz-ilbt2e.cable.teksavvy.com) (Quit: )
  2141. # [20:05] <tromey> at least when it makes sense
  2142. # [20:05] <tromey> the question is how to get the correct JS context to do this
  2143. # [20:05] <@smaug> oh, you want to know if there is some JS on stack, and if so, what
  2144. # [20:06] <tromey> I got this working for Console markers, but that is the easy case, as the context is readily available
  2145. # [20:06] * Joins: MMx (mmx@moz-m6p0bd.rfcg.v22d.06f8.2001.IP)
  2146. # [20:06] <tromey> but it would be nice if we had something that worked generically
  2147. # [20:06] <tromey> I also tried using nsContentUtils::GetCurrentJSContext, but I wasn't sure if that is always correct
  2148. # [20:06] * Quits: mixedpuppy (mixedpuppy@moz-vl4ghm.ca.comcast.net) (Ping timeout: 121 seconds)
  2149. # [20:06] <tromey> ... at least in my simple test I think it did not work properly. but maybe I'm doing something wrong, etc
  2150. # [20:07] <@smaug> do you want cx or global?
  2151. # [20:07] <tromey> cx
  2152. # [20:07] * Joins: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com)
  2153. # [20:07] <tromey> in the end we're calling JS::CaptureCurrentStack
  2154. # [20:07] <sicking> gandalf: joining your room now
  2155. # [20:07] <tromey> which takes a cx
  2156. # [20:08] <@smaug> tromey: ok, then GetCurrentJSContext should be fine. but bholley is the person to ask about this kind of stuff
  2157. # [20:08] * Quits: victorporof (victorporof@moz-2t2.g89.159.69.IP) (Quit: ☠)
  2158. # [20:09] <tromey> ok, thanks
  2159. # [20:10] <tromey> I will ask him when he's around again
  2160. # [20:10] * Quits: capella-s3 (capella-s3@moz-4ql.a68.87.66.IP) (Connection closed)
  2161. # [20:10] * Joins: victorporof (victorporof@moz-2t2.g89.159.69.IP)
  2162. # [20:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0812ccbf1b65 - Patrick Brosset - Bug 1096044 - Add new actors to surface Web Animations API objects and methods to the devtools; r=harth
  2163. # [20:10] <tromey> or maybe needinfo him on the bug
  2164. # [20:10] * Joins: erahm (erahm@moz-v7k46b.or.comcast.net)
  2165. # [20:11] * Joins: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com)
  2166. # [20:11] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  2167. # [20:11] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
  2168. # [20:11] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  2169. # [20:11] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Connection closed)
  2170. # [20:12] <gandalf> sicking: https://l20n.etherpad.mozilla.org/public-api
  2171. # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/61ee2e053920 - Patrick McManus - bug 865314 - ssl parallelism to new host should not be 1 r=hurley
  2172. # [20:13] * stephend is now known as stephend|lunch
  2173. # [20:13] <garvank> using hg queues, how do I push the same changeset to the try server more than once?
  2174. # [20:13] * Joins: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP)
  2175. # [20:14] * Quits: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
  2176. # [20:14] * Quits: JosiahOne (Instantbird@moz-iofojr.livnmi.sbcglobal.net) (Quit: [self dealloc])
  2177. # [20:15] <dholbert> garvank, (1) you shouldn't need to (you can retrigger jobs, if you need more jobs)
  2178. # [20:15] * Joins: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP)
  2179. # [20:15] <dholbert> garvank, but: (2) changing anything about the changeset will make Try see it as new & accept it as a new push
  2180. # [20:15] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  2181. # [20:15] <dholbert> garvank, so e.g. you could edit the commit message
  2182. # [20:16] <dholbert> garvank, or 'qref -D' to update the commit's datestamp (though that records the datestamp in the patch, so you'll want to edit the patch to remove it before landing, or else your eventually-landing patch will have a stale datestamp
  2183. # [20:16] <dholbert> )
  2184. # [20:17] <garvank> dholbert I pushed to 'try android' which is deprecated, it should be 'try android-api-10', is that something a can retrigger in some way?
  2185. # [20:17] * mcote is now known as mcote|biab
  2186. # [20:17] <garvank> essential add/change platforms on existing try pushes
  2187. # [20:17] <RyanVM|sheriffduty> garvank: https://wiki.mozilla.org/ReleaseEngineering/How_To/Trigger_arbitrary_jobs
  2188. # [20:17] <RyanVM|sheriffduty> not the greatest UX, but it works
  2189. # [20:17] * Parts: wycats (sid79@moz-3cdkda.irccloud.com) ("")
  2190. # [20:18] <bz> God
  2191. # [20:18] <dholbert> garvank, gotcha. So, what RyanVM says; or, if you wanted to re-push, you'd need to edit the commit message anyway to change your trychooser syntax
  2192. # [20:18] <bz> this firewall alert is super-annoying
  2193. # [20:18] <dholbert> garvank, to pick different platforms
  2194. # [20:18] * Quits: secretrobotron (secretrobot@moz-bq0gq5.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
  2195. # [20:18] <dholbert> garvank, so you'd be fine regardless
  2196. # [20:18] <RyanVM|sheriffduty> yeah, repushing seems like the easiest way to me
  2197. # [20:18] <dholbert> garvank, (because you'd have a new commit message)
  2198. # [20:18] <garvank> dholbert RyanVM|sheriffduty ok cool, I'll just change the commit message, seems easiest
  2199. # [20:19] <dholbert> garvank, cool
  2200. # [20:19] <dholbert> garvank, note that if you have a stack of patches that you're pushing, and you're just tweaking the tipmost one, then the treeherder / TBPL UI will only show you the most recent one, on your try push results page
  2201. # [20:20] <dholbert> garvank, because that's the only one it sees as a new commit, and treeherder/TBPL only show new commits in pushes. (you're effectively branching off of an earlier push)
  2202. # [20:20] <garvank> dholbert yeah, it is a few, I was going to edit the message for each patch in the queue
  2203. # [20:20] <dholbert> garvank, you don't need to do that, unless you already need to for some reason
  2204. # [20:21] <dholbert> garvank, you can edit the commit message (or datestamp or whatever) of the very first patch in the queue, and then the whole stack will have new cset IDs and will show up in the UI
  2205. # [20:21] <dholbert> garvank, and the trychooser syntax only matters in the tipmost patch
  2206. # [20:22] <garvank> dholbert oh ok. Unexpected, but handy.
  2207. # [20:22] * Quits: yzen_ (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  2208. # [20:22] <dholbert> garvank, so, no need to touch intermediate patches (and technically no reason to touch the first patch in the queue either, unless you care about the whole patch-stack showing up in the TBPL/treeherder push UI)
  2209. # [20:22] * Quits: emtwo (Adium@moz-4kem7i.fnjk.s0pt.0450.2001.IP) (Quit: Leaving.)
  2210. # [20:22] * Quits: wlach (wlach@moz-oa7a98.ckpj.s0pt.0450.2001.IP) (Quit: Ex-Chat)
  2211. # [20:22] * wlach|lunch is now known as wlach
  2212. # [20:24] * Joins: badescunicu (Thunderbird@moz-nk4fs7.hb6u.51bn.2f0a.2a02.IP)
  2213. # [20:24] * mreavy|mtg is now known as mreavy
  2214. # [20:27] * Quits: squib (squib@moz-26g.t7p.56.172.IP) (Ping timeout: 121 seconds)
  2215. # [20:28] * jmaher is now known as jmaher|afk
  2216. # [20:29] * Quits: imjalpreet (Thunderbird@moz-v03ti6.mtnl.net.in) (Connection closed)
  2217. # [20:30] * Quits: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP) (Quit: ChatZilla 0.9.91 [Firefox 37.0a1/20141130030213])
  2218. # [20:31] * Joins: nrc|verybadinternets (nrc|verybad@moz-vhr.074.149.118.IP)
  2219. # [20:33] * Joins: lgarner (lgarner@moz-ncr.att.59.50.IP)
  2220. # [20:33] * Joins: lizzard (ehenry@moz-s6n.6ru.177.128.IP)
  2221. # [20:35] <garvank> dholbert worked, edited just patch at queue index #0 (added a space in the commit message), and all locally pushed patches in the queue are pushed to try. Now we play the waiting game.
  2222. # [20:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c630febb1985 - Jan Varga - Bug 1110067 - Presence of asmjs cache in storage/temporary causing indexedDB.open() to fail for non-persistent storage; r=bent
  2223. # [20:36] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
  2224. # [20:38] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
  2225. # [20:39] * Quits: EklavyaM (chatzilla@moz-kh8srs.tp8c.8dem.f801.2404.IP) (Ping timeout: 121 seconds)
  2226. # [20:39] * chmanchester|afk is now known as chmanchester
  2227. # [20:41] * Joins: damons (gnubeard@moz-pnscbt.sjc.megapath.net)
  2228. # [20:41] * seth wishes that Mulet didn't always fail
  2229. # [20:42] * Quits: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
  2230. # [20:44] * Joins: EklavyaM (chatzilla@moz-226.v4n.220.167.IP)
  2231. # [20:45] * Quits: ggherdov_ (sid11402@moz-svcjaj.ealing.irccloud.com) (Ping timeout: 121 seconds)
  2232. # [20:45] * Quits: gcp (gpascutto@moz-6c89pj.beqe.9i1r.1812.2a02.IP) (Ping timeout: 121 seconds)
  2233. # [20:45] * Joins: jdm (jdm@moz-37u.v3n.52.24.IP)
  2234. # [20:45] * Quits: gregglind_intermittent (glind@moz-dkjr1g.scl3.mozilla.com) (Ping timeout: 121 seconds)
  2235. # [20:46] * Joins: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP)
  2236. # [20:46] * Joins: ggherdov_ (sid11402@moz-42t9br.kkpo.i718.8300.2604.IP)
  2237. # [20:46] * Joins: gregglind_intermittent (glind@moz-dkjr1g.scl3.mozilla.com)
  2238. # [20:47] * sewardj_ is now known as sewardj
  2239. # [20:47] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  2240. # [20:48] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (A TLS packet with unexpected length was received.)
  2241. # [20:50] * Quits: ddamjano (Instantbird@moz-0gfdb2.4hr2.oeer.8388.2a02.IP) (Ping timeout: 121 seconds)
  2242. # [20:50] * Joins: royalharsh95_ (royalharsh9@moz-f5u.apj.211.117.IP)
  2243. # [20:51] * Quits: damons (gnubeard@moz-pnscbt.sjc.megapath.net) (Client exited)
  2244. # [20:52] * Quits: EklavyaM (chatzilla@moz-226.v4n.220.167.IP) (Ping timeout: 121 seconds)
  2245. # [20:52] * Quits: royalharsh95 (royalharsh9@moz-1t4.8sr.225.220.IP) (Ping timeout: 121 seconds)
  2246. # [20:52] * royalharsh95_ is now known as royalharsh95
  2247. # [20:52] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  2248. # [20:53] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (A TLS packet with unexpected length was received.)
  2249. # [20:54] * Quits: marco (marco@moz-0kgb5o.retail.telecomitalia.it) (Client exited)
  2250. # [20:54] <RyanVM|sheriffduty> seth: that would require some to actively own it
  2251. # [20:54] * RyanVM|sheriffduty should just hide it since it doesn't seem very Tier 1 to me
  2252. # [20:55] <RyanVM|sheriffduty> Gijs: ruh roh - https://treeherder.mozilla.org/logviewer.html#?job_id=1418056&repo=fx-team
  2253. # [20:55] <RyanVM|sheriffduty> that's on your push
  2254. # [20:56] <RyanVM|sheriffduty> seth: oh, and since you're around
  2255. # [20:56] <seth> RyanVM|sheriffduty: it seems to be pretty much permaorange/permared on all my try pushes. wastes a small amount of my time every day =\
  2256. # [20:56] * seth hides
  2257. # [20:56] <RyanVM|sheriffduty> seth: we were going to re-disable test_animation.html at some poitn?
  2258. # [20:56] * stephend|lunch is now known as stephend
  2259. # [20:56] <RyanVM|sheriffduty> bug 1100497 is silly
  2260. # [20:57] * seth retrieves context
  2261. # [20:57] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  2262. # [20:57] <seth> RyanVM|sheriffduty: do you mean "re-enable"?
  2263. # [20:57] <seth> it's disabled now, right?
  2264. # [20:58] <RyanVM|sheriffduty> my bad, test_animation2.html
  2265. # [20:58] <RyanVM|sheriffduty> bug 1101415
  2266. # [20:58] * RyanVM|sheriffduty gets them mixed up ;)
  2267. # [20:58] * baku is now known as baku|away
  2268. # [20:59] * Joins: imjalpreet (Thunderbird@moz-v03ti6.mtnl.net.in)
  2269. # [20:59] <seth> RyanVM|sheriffduty: they're both notorious failures =)
  2270. # [20:59] <seth> RyanVM|sheriffduty: yeah, that's on my list of things to get back to, but realistically it won't be till next week
  2271. # [20:59] <seth> RyanVM|sheriffduty: let's go ahead and disable for now
  2272. # [20:59] <RyanVM|sheriffduty> thanks
  2273. # [20:59] * stephend is now known as stephend|mtg
  2274. # [21:00] * Joins: emtwo (Adium@moz-i5m.05u.207.66.IP)
  2275. # [21:00] <seth> RyanVM|sheriffduty: inbound is closed right now tho. a=you to push a patch to disable the test anyway?
  2276. # [21:00] <RyanVM|sheriffduty> go fo rit
  2277. # [21:00] <RyanVM|sheriffduty> I'll get it on aurora
  2278. # [21:00] <seth> ok. thanks
  2279. # [21:01] * Quits: myk (myk@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
  2280. # [21:01] * Joins: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net)
  2281. # [21:01] * Quits: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net) (Client exited)
  2282. # [21:03] <@ehsan> is "log parsing failed" an interesting thing in tree herder to file a bug for?
  2283. # [21:03] * Joins: tonymec (tonymec@moz-arb.fdh.129.109.IP)
  2284. # [21:03] <RyanVM|sheriffduty> ehsan: if it's the issue where you had a failure selected before it was done parsing, then selected it again, no
  2285. # [21:03] <RyanVM|sheriffduty> known issue
  2286. # [21:03] <RyanVM|sheriffduty> it'll show up ok if you click on another job and then go back
  2287. # [21:04] * Quits: bajaj1 (bajaj_afk@moz-uajt9f.ca.comcast.net) (Ping timeout: 121 seconds)
  2288. # [21:04] <RyanVM|sheriffduty> mdoglio said he was going to look into that at one poitn
  2289. # [21:04] <@ehsan> RyanVM|sheriffduty: hmm no in this case the log just won't be parsed
  2290. # [21:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ec083df8d5d - Seth Fowler - Bug 1101415 - Disable test_animation2.html until it can be fixed (on a CLOSED TREE). r=me a=RyanVM
  2291. # [21:04] * Fallen is now known as Fallen|away
  2292. # [21:05] <@ehsan> I'll file it
  2293. # [21:05] <@ehsan> oh wait
  2294. # [21:05] <@ehsan> the results came back :D
  2295. # [21:05] * nthomas|away is now known as nthomas
  2296. # [21:06] <RyanVM|sheriffduty> ehsan: could be related to the scl3 issues too
  2297. # [21:06] * Quits: milan_ (milan@moz-tfjsvu.ckpj.s0pt.0450.2001.IP) (Connection closed)
  2298. # [21:06] <@ehsan> who can say
  2299. # [21:06] * Joins: Boriss (Boriss@moz-hiu.nnf.245.162.IP)
  2300. # [21:07] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
  2301. # [21:07] * Joins: robarnold (rob@moz-ljqra6.hfc.comcastbusiness.net)
  2302. # [21:07] * davidb is now known as davidb|afk
  2303. # [21:07] * juanb is now known as juanb|afk
  2304. # [21:08] * Quits: Waldo (waldo@moz-pqc1f5.ca.comcast.net) (Quit: bdinnou through #floodpocalypse)
  2305. # [21:09] <RyanVM|sheriffduty> lsblakk: 2.3 is green, so I've gone ahead and re-pushed the API patch to beta
  2306. # [21:11] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  2307. # [21:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0d35326dfbae - Ryan VanderMeulen - Backed out changeset c677f867a18a (bug 1101287) for making the test more failure-prone that it was before. CLOSED TREE
  2308. # [21:14] * sheppy-appt is now known as sheppy
  2309. # [21:14] <huseby> qDot: re: the new bonus program, I just sent Joanne an email describing the linden lab love system to her
  2310. # [21:15] <huseby> I have wished on more than one occassion I could just send some love to somebody here
  2311. # [21:16] <huseby> !love RyanVM|sheriffduty for faithfully executing the duties of sheriff :)
  2312. # [21:16] * Joins: kentuckyfriedtakahe (ajones@moz-0jbbnl.5h0u.b0fh.0cb0.2001.IP)
  2313. # [21:16] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Quit: Leaving)
  2314. # [21:16] <huseby> I wonder if the linden love machine is open source
  2315. # [21:16] * RyanVM|sheriffduty promptly looks for something of huseby's to backout as a sign of appreciation
  2316. # [21:17] <huseby> LOL
  2317. # [21:17] * Quits: ggp (ggp@moz-7j2.60i.8.191.IP) (Ping timeout: 121 seconds)
  2318. # [21:17] <huseby> that's why I like you RyanVM...you don't put up with people's sh*t
  2319. # [21:17] <huseby> :)
  2320. # [21:17] * mcote|biab is now known as mcote
  2321. # [21:17] * Quits: till (till@moz-kg8ca6.adsl.alicedsl.de) (A TLS packet with unexpected length was received.)
  2322. # [21:19] <RyanVM|sheriffduty> huseby: :)
  2323. # [21:19] * Quits: mixedpuppy (mixedpuppy@moz-1329nc.sub-70-211-64.myvzw.com) (Ping timeout: 121 seconds)
  2324. # [21:20] * Joins: mixedpuppy (mixedpuppy@moz-iuvjhr.sub-70-197-13.myvzw.com)
  2325. # [21:20] * Quits: Mano (mano@moz-mmm.et8.64.109.IP) (Connection closed)
  2326. # [21:20] <hub> it is the wild wild west. the sherif makes the law
  2327. # [21:20] <hub> the sheriff IS the law
  2328. # [21:20] <mfinkle> fabrice: thanks for the matchstick example project
  2329. # [21:20] <mfinkle> fabrice: made updating the fennec code easier
  2330. # [21:20] <huseby> oh look, they turned the love machine into a startup: http://www.sendlove.us/trial/index.php
  2331. # [21:20] * coop|buildduty is now known as coop|afk
  2332. # [21:20] * Quits: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net) (Quit: Leaving.)
  2333. # [21:21] * Quits: ttaubert (uid2620@moz-qrgodd.kkpo.i718.8300.2604.IP) (Quit: Connection closed for inactivity)
  2334. # [21:21] * Joins: ggp (ggp@moz-7j2.60i.8.191.IP)
  2335. # [21:22] * Joins: Mano (mano@moz-7b71ht.red.bezeqint.net)
  2336. # [21:22] * Quits: jimb (user@moz-6gkikn.or.comcast.net) (Ping timeout: 121 seconds)
  2337. # [21:23] <fabrice> mfinkle: you're welcome
  2338. # [21:23] * Joins: marco (marco@moz-0kgb5o.retail.telecomitalia.it)
  2339. # [21:23] <lsblakk> thanks RyanVM|sheriffduty
  2340. # [21:26] * Joins: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP)
  2341. # [21:27] * heycam|away is now known as heycam
  2342. # [21:27] <jld> "SCL3 issues". So... everything's closed because the trees are underwater?
  2343. # [21:29] <RyanVM|sheriffduty> something like that \m/
  2344. # [21:29] * Quits: erahm (erahm@moz-v7k46b.or.comcast.net) (A TLS packet with unexpected length was received.)
  2345. # [21:29] <@ehsan> ted: ping
  2346. # [21:30] <laura> jld: there’s a drought, and the trees need the water
  2347. # [21:30] <laura> sorry, worst joke ever I know
  2348. # [21:30] <@ted> ehsan: pong
  2349. # [21:30] * jcj dies
  2350. # [21:30] * Joins: bajaj (bajaj_afk@moz-c3du7l.mh2d.1ibb.0101.2620.IP)
  2351. # [21:30] <jld> :D
  2352. # [21:30] * Quits: jchaulk (jchaulk@moz-29p.o1e.171.192.IP) (Quit: Leaving.)
  2353. # [21:30] <laura> but weird intermittent failures on different things in scl3, by the look of it
  2354. # [21:31] <laura> i spent some time ysterday looking at flood maps
  2355. # [21:31] <laura> scl3 is on a fault line *and* in a floodplain
  2356. # [21:31] <laura> could we have picked a better dc?
  2357. # [21:31] <reuben> yes
  2358. # [21:31] <reuben> :P
  2359. # [21:31] * Quits: bajaj (bajaj_afk@moz-c3du7l.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
  2360. # [21:31] * Joins: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net)
  2361. # [21:31] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  2362. # [21:32] * Joins: richardschwerdtfeger (richardschw@moz-4r0nc6.austtx.sbcglobal.net)
  2363. # [21:32] <richardschwerdtfeger> has Firefox for windows implemented the TTS speech api?
  2364. # [21:33] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
  2365. # [21:34] <RyanVM|sheriffduty> laura: lol, *awesome*
  2366. # [21:34] <RyanVM|sheriffduty> laura: so, 2018 is when we want out of there? :D
  2367. # [21:34] <laura> RyanVM|sheriffduty: you know we have a DR plan
  2368. # [21:34] <laura> which dividehex and kmoir wrote this quarter
  2369. # [21:35] <laura> we need to build it in 2015
  2370. # [21:35] <laura> assuming we get budget
  2371. # [21:35] <RyanVM|sheriffduty> "Close the trees. Chair fight."
  2372. # [21:35] <laura> because one of he first things I said when I got into releng was “what is the DR plan?…what do you mean there’s no DR plan?”
  2373. # [21:35] <laura> it is “compile stuff on people’s laptops!"
  2374. # [21:35] <laura> note: FTP is in SCL3 too
  2375. # [21:36] <laura> RyanVM|sheriffduty: but I am all about the chair fight
  2376. # [21:36] * Joins: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl)
  2377. # [21:37] <@ehsan> ted: how do I get the name of the current test in SimpleTest.js?
  2378. # [21:37] * Joins: erahm (erahm@moz-jjj0qb.or.comcast.net)
  2379. # [21:37] <@ehsan> ted: SimpleTest._getCurrentTestURL() returns "unknown test" in browser-chrome
  2380. # [21:38] * Joins: givanica (Thunderbird@moz-eq6.rug.121.86.IP)
  2381. # [21:40] * Joins: secretrobotron (secretrobot@moz-41ggrh.ckpj.s0pt.0450.2001.IP)
  2382. # [21:42] <@ted> um
  2383. # [21:42] <@ehsan> please tell me it's possible? :0
  2384. # [21:42] <@ted> i would bet we just don't have a consistent way to do that across mochitest and browser-chrome
  2385. # [21:42] <@ehsan> darn
  2386. # [21:42] <@ehsan> really? :(
  2387. # [21:42] <ckerschb_> RyanVM|sheriffduty: ping
  2388. # [21:42] * Quits: mikeratcliffe (Adium@moz-81e.aba.11.185.IP) (Quit: Leaving.)
  2389. # [21:42] <@ehsan> ted: how do we print the test name in TEST-UNEXPECTED-FAIL messages for example?
  2390. # [21:43] <tbsaunde> ehsan: if this the timeout stuff you could just follow assertions with something like SimpleTest.AllowStupidTimeouts()
  2391. # [21:43] <RyanVM|sheriffduty> ckerschb_: pong
  2392. # [21:43] <ckerschb_> a lot of our patches/bugs are blocked by https://bugzilla.mozilla.org/show_bug.cgi?id=1104623#c60 - It’s very unlikely that the patch itself is causing the leak - can I land the patch without the test for now?
  2393. # [21:43] <ckerschb_> RyanVM|sheriffduty: ^^
  2394. # [21:43] <@ehsan> tbsaunde: I already do that, but that is not sufficient for my purposes
  2395. # [21:44] <tbsaunde> ehsan: ok
  2396. # [21:44] <RyanVM|sheriffduty> ckerschb_: as long as the tree is green, I don't think I have a horse in that race ;)
  2397. # [21:44] <ckerschb_> RyanVM|sheriffduty: thanks
  2398. # [21:44] <@ted> ehsan: gTestPath in browser chrome tests
  2399. # [21:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/22484b7bbff3 - Sotaro Ikeda - Bug 1108728 - Remove dormant related state from MediaDecoder r=cpearce
  2400. # [21:44] * Quits: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP) (Ping timeout: 121 seconds)
  2401. # [21:44] <RyanVM|sheriffduty> that's a call for you and your reviewer and/or module peers
  2402. # [21:44] * Quits: Kabaka (kabaka@moz-keitk8.vacantminded.com) (Ping timeout: 121 seconds)
  2403. # [21:44] <@ted> http://dxr.mozilla.org/mozilla-central/source/testing/mochitest/browser-test.js#593
  2404. # [21:44] <ckerschb_> RyanVM|sheriffduty: sicking suggested that - he will vouch for me
  2405. # [21:45] * Joins: rniwa (rniwa@moz-a8m.2qs.202.17.IP)
  2406. # [21:45] <RyanVM|sheriffduty> ckerschb_: having recently gotten my butt kicked by sicking, I'll accept your vouch :)
  2407. # [21:46] <ckerschb_> RyanVM|sheriffduty: :-)
  2408. # [21:46] * Quits: emtwo (Adium@moz-i5m.05u.207.66.IP) (Quit: Leaving.)
  2409. # [21:46] <sicking> RyanVM|sheriffduty: when? Sorry, not my intent to kick your butt (I think :) )
  2410. # [21:47] <sicking> RyanVM|sheriffduty: you do great stuff!
  2411. # [21:47] <RyanVM|sheriffduty> sicking: maybe I should say "was a party to my butt kicking" at Mozlandia :P
  2412. # [21:47] <RyanVM|sheriffduty> in fairness, I suppose most of it was self-inflicted
  2413. # [21:47] <sicking> RyanVM|sheriffduty: hockey?
  2414. # [21:47] <RyanVM|sheriffduty> my bruises are almost all healed up!
  2415. # [21:47] <sicking> haha
  2416. # [21:48] <sicking> makes sense now :)
  2417. # [21:49] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  2418. # [21:49] <sicking> ckerschb_: oooh.. looking at the code, it does not look like forgetting to revoke a URL could ever leak a window
  2419. # [21:49] <@ted> ehsan: unfortunately the browser-chrome harness is pretty different from the rest of mochitest
  2420. # [21:50] <ckerschb_> sicking: I know, but that was my best guess - so curious what’s causing the leak
  2421. # [21:50] <@ehsan> ted: hmm, maybe I should do what tbsaunde suggested for tests with timeout issues then :(
  2422. # [21:51] <Gijs_away> RyanVM|sheriffduty: you linked to https://treeherder.mozilla.org/logviewer.html#?job_id=1418056&repo=fx-team but that link is broken for me (I see a "log viewer" but it seems to have no data at all
  2423. # [21:51] * Gijs_away is now known as Gijs
  2424. # [21:51] <@ted> ehsan: what's that?
  2425. # [21:51] <Gijs> RyanVM|sheriffduty: do you know which of the bc1s is the 'interesting' new failure thing here?
  2426. # [21:51] <@ted> ehsan: this is the setTimeout thing?
  2427. # [21:51] <@ehsan> ted: so this is about the setTimeout disaster
  2428. # [21:51] <@ehsan> yeah
  2429. # [21:51] <@ted> mm
  2430. # [21:51] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  2431. # [21:51] <@ehsan> ted: I already have requestFlakyTimeout
  2432. # [21:51] <@ted> ehsan: so yeah, that ought to work
  2433. # [21:51] <@ted> ehsan: the alternative is to put it in the manifests
  2434. # [21:51] <@ehsan> ted: I guess I can add timeoutUsageUntriaged too?
  2435. # [21:51] <RyanVM|sheriffduty> Gijs: try force-reloading otherwise - could be related to the scl3 issues
  2436. # [21:52] <RyanVM|sheriffduty> Gijs: it was an uncaught promise rejection
  2437. # [21:52] <@ted> but i'm not sure if we have enough of that plumbed through
  2438. # [21:52] <@ted> ehsan: why do you need a separate thing?
  2439. # [21:52] * Joins: myk (myk@moz-kt3.uvk.245.63.IP)
  2440. # [21:52] <@ehsan> ted: well the original idea was to fix the timeout usages where possible
  2441. # [21:53] <@ted> sure
  2442. # [21:53] <@ehsan> ted: requestFlakyTimeouts is for legitimate usages of timeouts
  2443. # [21:53] * Quits: richardschwerdtfeger (richardschw@moz-4r0nc6.austtx.sbcglobal.net) (Client exited)
  2444. # [21:53] <@ted> ehh
  2445. # [21:53] * Joins: dark-knight (dark-knight@moz-kvs6fc.torservers.net)
  2446. # [21:53] <@ted> does it matter that much if you use the same thing?
  2447. # [21:53] <@ted> as long as you file bugs on the ones that are actually broken
  2448. # [21:53] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  2449. # [21:53] <RyanVM|sheriffduty> Gijs: TH seems to be falling off a cliff again (tied to the fortunes of scl3)
  2450. # [21:53] * Joins: jimb (user@moz-ik7.0pe.171.67.IP)
  2451. # [21:54] <RyanVM|sheriffduty> that log'll probably load OK when it recovers
  2452. # [21:54] <@ehsan> ted: knowing which ones are broken requires investigation though, the whole idea here is for me to not have to do all that work upfront :)
  2453. # [21:54] * Joins: Rik (rik@moz-q02ddf.fbx.proxad.net)
  2454. # [21:54] <Gijs> RyanVM|sheriffduty: OK. Maybe I'll just try tomorrow/monday, I need to be packing anyways
  2455. # [21:54] <@ted> hah, IE11's about:flags has a cute message ala our about:config: http://people.mozilla.org/~tmielczarek/IE11-aboutflags.png
  2456. # [21:54] <Gijs> RyanVM|sheriffduty: thanks, and sorry that that thing didn't work... odd, too, but nevermind that for now.
  2457. # [21:54] <RyanVM|sheriffduty> Gijs: yeah, no rush at this point :)
  2458. # [21:54] <RyanVM|sheriffduty> yeah, it basically turned the test permafail AFAICT
  2459. # [21:55] * Quits: jfkthame (jfkthame@moz-ild.l9b.29.2.IP) (Quit: This computer has gone to sleep)
  2460. # [21:55] <tbsaunde> ehsan: you need to find all the places that use setTimeout one way or another
  2461. # [21:55] <@ted> ehsan: okay, so, just stick requestFlakyTimeouts wholesale in there with a known message?
  2462. # [21:55] <Gijs> ted: what's up with those radio buttons? :s
  2463. # [21:55] <@ted> "enabling flaky timeouts to make things green"
  2464. # [21:55] <Gijs> they're not centered
  2465. # [21:55] <@ehsan> tbsaunde: for finding them I have posted the patch to try
  2466. # [21:55] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  2467. # [21:55] <@ted> Gijs: beats me, it's IE
  2468. # [21:55] <@ehsan> ted: ok sounds good
  2469. # [21:56] <Gijs> heh, fair enough
  2470. # [21:56] <@ehsan> ted, tbsaunde: thanks
  2471. # [21:56] <@ted> Gijs: dunno if that's a win10 theme thing or just about:flags not having a particularly polished ui
  2472. # [21:56] <Gijs> mm
  2473. # [21:56] <@ted> it is just a HTML page
  2474. # [21:57] * davidb|afk is now known as davidb
  2475. # [21:57] * Joins: ttaubert (uid2620@moz-qrgodd.kkpo.i718.8300.2604.IP)
  2476. # [21:57] <@ted> my guess is "an engineer made it"
  2477. # [21:57] <Gijs> hehe
  2478. # [21:57] * Joins: jfkthame (jfkthame@moz-ild.l9b.29.2.IP)
  2479. # [21:57] <Gijs> the #ff0000 for the warning would give that impression, yeah :)
  2480. # [21:58] * Joins: Kabaka (kabaka@moz-ha9.jr1.52.198.IP)
  2481. # [21:58] * Joins: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP)
  2482. # [22:00] * Quits: mgoodwin (mgoodwin@moz-dkjr1g.scl3.mozilla.com) (Ping timeout: 121 seconds)
  2483. # [22:00] <mconley> !seen chrisccoulson
  2484. # [22:00] <firebot> chrisccoulson was last seen 25 weeks, 3 days, 14 hours and 41 seconds ago,
  2485. # [22:00] <mconley> !seen chriscoulson
  2486. # [22:00] <firebot> I've never seen a 'chriscoulson', sorry.
  2487. # [22:00] <nthomas> ted: is it normal/expected that these crashes not resolve the address ? http://bit.ly/1wEmb1T That's android
  2488. # [22:00] <froydnj> mconley: you are just out of luck
  2489. # [22:01] <mconley> :/
  2490. # [22:01] * Joins: mgoodwin (mgoodwin@moz-dkjr1g.scl3.mozilla.com)
  2491. # [22:01] * Quits: Mano (mano@moz-7b71ht.red.bezeqint.net) (Connection closed)
  2492. # [22:01] * coop|afk is now known as coop|buildduty
  2493. # [22:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/62a9e591e57d - Aaron Klotz - Bug 1070755: Telemetry to track total time that the main thread is blocked during plugin initialization; r=vladan
  2494. # [22:02] * Quits: lth|away (lth@moz-boe.4db.7.185.IP) (Quit: leaving)
  2495. # [22:04] <@ted> nthomas: not really, not sure what's going on there
  2496. # [22:04] <@ted> clearly has symbols for libxul
  2497. # [22:05] * Joins: bajaj (bajaj_afk@moz-9gh.73s.245.63.IP)
  2498. # [22:05] <@ted> nthomas: looks like the thing it's calling gets passed in as a function pointer
  2499. # [22:05] <@ted> so it's possible it's passing in a bad pointer
  2500. # [22:06] * Quits: Boriss (Boriss@moz-hiu.nnf.245.162.IP) (Client exited)
  2501. # [22:06] <nthomas> there's several crashes with slightly different address, so that makes sense
  2502. # [22:06] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
  2503. # [22:07] * Quits: gregglind_intermittent (glind@moz-dkjr1g.scl3.mozilla.com) (Ping timeout: 121 seconds)
  2504. # [22:07] <@ted> hum
  2505. # [22:08] <@ted> it's crashing by way of here: http://dxr.mozilla.org/mozilla-central/source/gfx/layers/client/TiledContentClient.cpp?from=PadDrawTargetOutFromRegion#1049
  2506. # [22:08] <@ted> and the function it's calling is defined in the struct above
  2507. # [22:08] <@ted> odd
  2508. # [22:08] <@ted> jrmuizel: ^^
  2509. # [22:08] * Joins: lth (lth@moz-boe.4db.7.185.IP)
  2510. # [22:08] * Quits: lupine (lupine@moz-mg1scu.gs) (Ping timeout: 121 seconds)
  2511. # [22:09] * Quits: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  2512. # [22:09] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2513. # [22:09] * lth is now known as lth|away
  2514. # [22:10] <nthomas> this if for bug 1108451, top crasher on android right now
  2515. # [22:10] <nthomas> *is
  2516. # [22:10] * Quits: sheppy (sid12424@moz-pv7rbo.uxbridge.irccloud.com) (Ping timeout: 121 seconds)
  2517. # [22:10] <jrmuizel> snorp: ping
  2518. # [22:10] <dholbert> welp, MDN is down: https://developer.mozilla.org/
  2519. # [22:11] <snorp> jrmuizel: pong
  2520. # [22:11] <nthomas> a whole lot of stuff in scl3 is down right now
  2521. # [22:11] <froydnj> ooo, bugzilla send_mail internal error
  2522. # [22:11] <froydnj> that's new
  2523. # [22:11] <snorp> scl3 took a dump earlier too
  2524. # [22:11] * Joins: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP)
  2525. # [22:12] * Joins: sheppy (sid12424@moz-pv7rbo.uxbridge.irccloud.com)
  2526. # [22:12] <jrmuizel> snorp: did you figure out the Visit crash?
  2527. # [22:12] * Joins: lupine (lupine@moz-mg1scu.gs)
  2528. # [22:12] <jrmuizel> snorp: or a stack?
  2529. # [22:12] <snorp> jrmuizel: no
  2530. # [22:12] <snorp> jrmuizel: oh is it crashing other places now?
  2531. # [22:12] <nthomas> would a regression range help ?
  2532. # [22:13] <jrmuizel> nthomas: a stack would help
  2533. # [22:13] <snorp> oh no nthomas is looking
  2534. # [22:13] * juanb|afk is now known as juanb
  2535. # [22:13] <snorp> so my plan was to disassemble
  2536. # [22:13] <snorp> and see if I can figure it out from that
  2537. # [22:13] * Joins: gandalf (zbraniecki@moz-e3i6jd.hfc.comcastbusiness.net)
  2538. # [22:13] <jrmuizel> snorp: gdb didn't give anything useful?
  2539. # [22:13] <jrmuizel> snorp: you were able to reproduce the crash?
  2540. # [22:13] <snorp> jrmuizel: I can't make it crash locally
  2541. # [22:14] <snorp> never seen it before
  2542. # [22:14] * Quits: alexbardas (alexbardas@moz-ni9gh9.AR.idilis.net) (Ping timeout: 121 seconds)
  2543. # [22:14] * Quits: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net) (Client exited)
  2544. # [22:14] <jrmuizel> snorp: did you try the str?
  2545. # [22:14] * philor|away is now known as philor
  2546. # [22:14] <snorp> jrmuizel: no I just typed stuff in
  2547. # [22:14] * Joins: gregglind_intermittent (glind@moz-dkjr1g.scl3.mozilla.com)
  2548. # [22:15] <snorp> jrmuizel: (there are no str, are there?)
  2549. # [22:15] * Joins: Boriss (Boriss@moz-hiu.nnf.245.162.IP)
  2550. # [22:15] <snorp> at least for bug 1049138
  2551. # [22:15] <jrmuizel> snorp: there are
  2552. # [22:15] <snorp> scrolling planet is the str?
  2553. # [22:15] <snorp> alright thten
  2554. # [22:15] * Quits: janv_ (varga@moz-nor4h8.dynamic.orange.sk) (Ping timeout: 121 seconds)
  2555. # [22:15] * Quits: kentuckyfriedtakahe (ajones@moz-0jbbnl.5h0u.b0fh.0cb0.2001.IP) (Quit: Ex-Chat)
  2556. # [22:16] <jrmuizel> snorp: bug 1107898
  2557. # [22:16] <jrmuizel> snorp: has the str
  2558. # [22:17] <snorp> jrmuizel: seems to be "scroll something"
  2559. # [22:17] <nthomas> yep
  2560. # [22:17] * Joins: ckerschb_ (anonymous@moz-5ri35j.ca.comcast.net)
  2561. # [22:17] <snorp> it's probably dependent on pixel density or something
  2562. # [22:18] <snorp> screen size, etc
  2563. # [22:18] * Joins: kentuckyfriedtakahe (ajones@moz-f63n8a.5h0u.b0fh.0cb0.2001.IP)
  2564. # [22:18] * lmandel is now known as lmandel_afk
  2565. # [22:18] * Joins: till (till@moz-kg8ca6.adsl.alicedsl.de)
  2566. # [22:18] <rbarnes> hey, i there's anyone in MV today, could you send me a ping?
  2567. # [22:19] * Joins: janv_ (varga@moz-nor4h8.dynamic.orange.sk)
  2568. # [22:19] <rbarnes> s/i there's/if there's/
  2569. # [22:19] * Quits: imjalpreet (Thunderbird@moz-v03ti6.mtnl.net.in) (Client exited)
  2570. # [22:19] * Joins: alexbardas (alexbardas@moz-ni9gh9.AR.idilis.net)
  2571. # [22:20] * Quits: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr) (Quit: Ex-Chat)
  2572. # [22:21] <nthomas> quite a wide range of devices and graphics adapaters in https://crash-stats.mozilla.com/report/list?product=FennecAndroid&range_value=7&range_unit=days&date=2014-12-11&signature=libxul.so%400x6c4f68+|+libxul.so%400x6c5005+|+VisitAbove&version=FennecAndroid%3A37.0a1
  2573. # [22:21] <snorp> nthomas: yeah
  2574. # [22:21] <nthomas> there's about 5 different sigantures with VisitAbove on https://crash-stats.mozilla.com/topcrasher/products/FennecAndroid/versions/37.0a1?days=7 too
  2575. # [22:21] <snorp> why can't I repro I wonder
  2576. # [22:22] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (Ping timeout: 121 seconds)
  2577. # [22:22] * Quits: till (till@moz-kg8ca6.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  2578. # [22:23] * Joins: grobinson (grobinson@moz-t4rd6e.ca.comcast.net)
  2579. # [22:25] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2580. # [22:26] * Quits: grobinso_ (grobinson@moz-t4rd6e.ca.comcast.net) (Ping timeout: 121 seconds)
  2581. # [22:27] * Joins: njn (chatzilla@moz-22tgib.iinet.net.au)
  2582. # [22:27] * killer sets mode: +o njn
  2583. # [22:28] * flod is now known as flod|away
  2584. # [22:28] <kats> jrmuizel: why do VisitAbove and VisitBelow use x1-1 and x2+1 instead of just x1 and x2?
  2585. # [22:29] * Joins: dveditz (dveditz@moz-dgbov2.ca.comcast.net)
  2586. # [22:29] * killer sets mode: +o dveditz
  2587. # [22:29] * Joins: Jesse (jruderman@moz-pqc1f5.ca.comcast.net)
  2588. # [22:31] * heycam is now known as heycam|away
  2589. # [22:32] * Quits: jimb (user@moz-ik7.0pe.171.67.IP) (Ping timeout: 121 seconds)
  2590. # [22:32] <jrmuizel> kats: I believe because of the corners
  2591. # [22:32] * Joins: yliao_ (yliao@moz-btnhdm.dynamic.hinet.net)
  2592. # [22:33] <kats> jrmuizel: that's unclear to me. what are the coordinates stored in a pixman_box32_t?
  2593. # [22:33] <tromey> I found a spot where a MOZ_STACK_CLASS is used in a non-stack-class via Maybe<>
  2594. # [22:33] <tromey> I thought there was some checker that would prevent this?
  2595. # [22:33] <Ms2ger> Lovely
  2596. # [22:33] <Ms2ger> jcranmer, ^
  2597. # [22:33] <jrmuizel> start and stop
  2598. # [22:33] <kats> jrmuizel: inclusive or exclusive?
  2599. # [22:33] <jrmuizel> inclusive on on side and exclusive on the other
  2600. # [22:34] <tromey> Ms2ger: I take it this means I should file a bug :)
  2601. # [22:34] * Joins: RyanVM|sheriffduty1 (Thunderbird@moz-hbb9mb.fios.verizon.net)
  2602. # [22:34] <kats> jrmuizel: ok so x1-1 doesn't make sense to me
  2603. # [22:34] <jcranmer> tromey: hmm
  2604. # [22:34] * Joins: cpearce_ (chatzilla@moz-rd9f21.5h0u.b0fh.0cb0.2001.IP)
  2605. # [22:35] <tromey> jcranmer: aha, I am wrong, it is a Maybe<> in a nested class. which I failed to notice first time around
  2606. # [22:35] <tromey> sorry about that
  2607. # [22:35] <jcranmer> yeah, it silently propagates Maybe<>
  2608. # [22:35] * Quits: yliao (yliao@moz-plece9.dynamic.hinet.net) (Ping timeout: 121 seconds)
  2609. # [22:35] <jcranmer> er, MOZ_STACK_CLASS
  2610. # [22:35] <tromey> the nested class is correctly MOZ_STACK_CLASS
  2611. # [22:35] <tromey> bah
  2612. # [22:35] <jcranmer> I'm not happy with that myself, but I was overruled
  2613. # [22:35] <jrmuizel> kats: we want the corner outside of the region
  2614. # [22:36] * Quits: RyanVM|sheriffduty (Thunderbird@moz-o1t.hcj.48.199.IP) (Ping timeout: 121 seconds)
  2615. # [22:36] * Quits: tn (tim@moz-099gp0.wp.shawcable.net) (Ping timeout: 121 seconds)
  2616. # [22:37] <kats> jrmuizel: but then in the visitor we use (x2-x1)*bpp, wouldn't that exceed the width of the region?
  2617. # [22:37] * Quits: bent (chatzilla@moz-jdqfrj.ca.comcast.net) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  2618. # [22:37] * Joins: alexbard_ (alexbardas@moz-3o23ga.AR.idilis.net)
  2619. # [22:37] * Quits: @dveditz (dveditz@moz-dgbov2.ca.comcast.net) (Ping timeout: 121 seconds)
  2620. # [22:37] <jrmuizel> kats: yes
  2621. # [22:37] * Quits: alexbardas (alexbardas@moz-ni9gh9.AR.idilis.net) (Ping timeout: 121 seconds)
  2622. # [22:37] <jrmuizel> kats: we want to exceed the width so that we pad the corners
  2623. # [22:38] <kats> oh i think i see
  2624. # [22:38] <jrmuizel> we're copying out to a region that's inflated by one pixel around all the edges
  2625. # [22:38] * Joins: tn (tim@moz-099gp0.wp.shawcable.net)
  2626. # [22:38] <kats> ok
  2627. # [22:39] * Joins: ferjm (textual@moz-a4bvsf.upc-i.chello.nl)
  2628. # [22:40] * rn10950|away is now known as rn10950
  2629. # [22:41] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
  2630. # [22:44] * philor is now known as philor|away
  2631. # [22:46] * Joins: grobinso_ (grobinson@moz-t4rd6e.ca.comcast.net)
  2632. # [22:46] * Joins: ddamjano (Instantbird@moz-ji49cn.4hr2.oeer.8388.2a02.IP)
  2633. # [22:47] * Quits: alexbard_ (alexbardas@moz-3o23ga.AR.idilis.net) (Connection closed)
  2634. # [22:47] * Quits: Gijs (chatzilla@moz-pnd.q6m.80.5.IP) (Quit: sleep)
  2635. # [22:47] * Quits: bajaj (bajaj_afk@moz-9gh.73s.245.63.IP) (Quit: Leaving.)
  2636. # [22:48] * Quits: grobinson (grobinson@moz-t4rd6e.ca.comcast.net) (Ping timeout: 121 seconds)
  2637. # [22:48] * Quits: cpearce_ (chatzilla@moz-rd9f21.5h0u.b0fh.0cb0.2001.IP) (Ping timeout: 121 seconds)
  2638. # [22:48] * mdoglio is now known as mdoglio|afk
  2639. # [22:48] * kats is now known as kats|away
  2640. # [22:48] <sicking> bz: ping
  2641. # [22:49] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  2642. # [22:49] * Joins: Mano (mano@moz-7b71ht.red.bezeqint.net)
  2643. # [22:50] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  2644. # [22:54] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  2645. # [22:54] * Joins: alexbardas (alexbardas@moz-3o23ga.AR.idilis.net)
  2646. # [22:55] * yzen is now known as yzen_
  2647. # [22:55] * Joins: lars_ (larsg@moz-5kdp87.dip0.t-ipconnect.de)
  2648. # [22:57] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Ping timeout: 121 seconds)
  2649. # [22:57] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  2650. # [22:57] * Joins: jimb (user@moz-6gkikn.or.comcast.net)
  2651. # [22:58] * Quits: larsg (larsg@moz-5kdp87.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  2652. # [22:58] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Quit: Leaving)
  2653. # [22:58] * khuey|away is now known as khuey
  2654. # [22:58] * Quits: ferjm (textual@moz-a4bvsf.upc-i.chello.nl) (Ping timeout: 121 seconds)
  2655. # [22:59] * Quits: yzen_ (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  2656. # [22:59] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  2657. # [23:01] * Quits: gandalf (zbraniecki@moz-e3i6jd.hfc.comcastbusiness.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2658. # [23:02] * Joins: emtwo (Adium@moz-i5m.05u.207.66.IP)
  2659. # [23:02] * Joins: grobinson (grobinson@moz-t4rd6e.ca.comcast.net)
  2660. # [23:03] * Quits: grobinso_ (grobinson@moz-t4rd6e.ca.comcast.net) (Ping timeout: 121 seconds)
  2661. # [23:04] * Quits: Jackneill (Jackneill@moz-t90ro2.pool.digikabel.hu) (A TLS packet with unexpected length was received.)
  2662. # [23:05] * Quits: gustavold (gustavold@moz-mdg.53r.111.179.IP) (Ping timeout: 121 seconds)
  2663. # [23:05] * Fallen|away is now known as Fallen
  2664. # [23:05] * Quits: cooperq (cooperq@moz-t7ajch.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  2665. # [23:06] * Quits: janv_ (varga@moz-nor4h8.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  2666. # [23:06] * Joins: dveditz (dveditz@moz-075l21.mtryca.sbcglobal.net)
  2667. # [23:06] * killer sets mode: +o dveditz
  2668. # [23:07] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  2669. # [23:09] * davidb is now known as davidb|afk
  2670. # [23:09] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2671. # [23:10] * Quits: florent (Thunderbird@moz-kej4t3.abo.wanadoo.fr) (Connection closed)
  2672. # [23:12] * Quits: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl) (Connection closed)
  2673. # [23:13] * Joins: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl)
  2674. # [23:13] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/68f91c1d936a - Ryan VanderMeulen - Backed out changeset f7f8ccd5032b (bug 1100361) now that 35b2 has been tagged.
  2675. # [23:17] <lsblakk> ^^ thanks RyanVM|sheriffduty1 i was about to ping you on this
  2676. # [23:17] <lsblakk> but you're on top of it, as always :)
  2677. # [23:17] <RyanVM|sheriffduty1> np
  2678. # [23:19] * stephend|mtg is now known as stephend|busy
  2679. # [23:20] * Quits: davidb|afk (davidb@moz-leob6c.dsl.bell.ca) (Ping timeout: 121 seconds)
  2680. # [23:20] * Joins: imjalpreet (Thunderbird@moz-ceeh6r.mtnl.net.in)
  2681. # [23:21] * Quits: imjalpreet (Thunderbird@moz-ceeh6r.mtnl.net.in) (Client exited)
  2682. # [23:23] * Quits: automata (automata@moz-42a.of2.154.179.IP) (Ping timeout: 121 seconds)
  2683. # [23:23] * Joins: jviereck (Adium@moz-l4a2m2.dclient.hispeed.ch)
  2684. # [23:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/31edeed69df2 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2685. # [23:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7452e371c59b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2686. # [23:27] * Joins: automata (automata@moz-42a.of2.154.179.IP)
  2687. # [23:28] * Quits: grobinson (grobinson@moz-t4rd6e.ca.comcast.net) (Ping timeout: 121 seconds)
  2688. # [23:29] * Joins: jkitch (Thunderbird@moz-ceqd31.k4n0.vhij.44b8.2001.IP)
  2689. # [23:30] * Quits: lgarner (lgarner@moz-ncr.att.59.50.IP) (Ping timeout: 121 seconds)
  2690. # [23:31] * Joins: grobinson (grobinson@moz-i4spsf.tmodns.net)
  2691. # [23:31] * Quits: Mano (mano@moz-7b71ht.red.bezeqint.net) (Connection closed)
  2692. # [23:32] * Joins: tedders1_ (tedders1@moz-i5m.05u.207.66.IP)
  2693. # [23:32] <@ehsan> ted: still here?
  2694. # [23:32] * Quits: automata (automata@moz-42a.of2.154.179.IP) (Ping timeout: 121 seconds)
  2695. # [23:33] * Quits: @roc (chatzilla@moz-up06uu.orcon.net.nz) (Connection closed)
  2696. # [23:33] * Quits: rednaks_ (rednaks@moz-kos.grg.228.41.IP) (Ping timeout: 121 seconds)
  2697. # [23:35] * Joins: automata (automata@moz-42a.of2.154.179.IP)
  2698. # [23:35] * Quits: tedders1 (tedders1@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  2699. # [23:35] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  2700. # [23:35] * chmanchester is now known as chmanchester|afk
  2701. # [23:36] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  2702. # [23:36] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Connection closed)
  2703. # [23:36] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  2704. # [23:36] * Quits: erahm (erahm@moz-jjj0qb.or.comcast.net) (A TLS packet with unexpected length was received.)
  2705. # [23:39] * Quits: rmcdougall1 (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
  2706. # [23:40] * Quits: automata (automata@moz-42a.of2.154.179.IP) (Ping timeout: 121 seconds)
  2707. # [23:40] * Joins: Mano (mano@moz-7b71ht.red.bezeqint.net)
  2708. # [23:40] * Quits: grobinson (grobinson@moz-i4spsf.tmodns.net) (Ping timeout: 121 seconds)
  2709. # [23:40] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  2710. # [23:40] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2711. # [23:40] * Joins: idwer_ (irc@moz-bp1sle.adsl.online.nl)
  2712. # [23:40] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  2713. # [23:42] * Joins: lgarner (lgarner@moz-ncr.att.59.50.IP)
  2714. # [23:42] * RyanVM|sheriffduty1 is now known as RyanVM
  2715. # [23:42] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  2716. # [23:43] * Quits: @dveditz (dveditz@moz-075l21.mtryca.sbcglobal.net) (Client exited)
  2717. # [23:43] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (Ping timeout: 121 seconds)
  2718. # [23:44] * sheppy is now known as sheppy-offline
  2719. # [23:45] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  2720. # [23:46] * Joins: rmcdougall1 (Adium@moz-l35r56.static.fusionbroadband.com)
  2721. # [23:46] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  2722. # [23:46] * Joins: erahm (erahm@moz-f9v0ae.or.comcast.net)
  2723. # [23:46] * Quits: spohl (Adium@moz-95b.olo.156.104.IP) (Quit: Leaving.)
  2724. # [23:46] * Joins: grobinson (grobinson@moz-i4spsf.tmodns.net)
  2725. # [23:47] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  2726. # [23:47] * Quits: alexbardas (alexbardas@moz-3o23ga.AR.idilis.net) (Connection closed)
  2727. # [23:48] * Joins: capella-s3 (capella-s3@moz-a6lqme.res.rr.com)
  2728. # [23:48] * heycam|away is now known as heycam
  2729. # [23:49] * Joins: dveditz (dveditz@moz-075l21.mtryca.sbcglobal.net)
  2730. # [23:49] * killer sets mode: +o dveditz
  2731. # [23:49] * Quits: Rik (rik@moz-q02ddf.fbx.proxad.net) (Ping timeout: 121 seconds)
  2732. # [23:49] * Joins: rednaks_ (rednaks@moz-kos.grg.228.41.IP)
  2733. # [23:49] * Quits: dark-knight (dark-knight@moz-kvs6fc.torservers.net) (A TLS packet with unexpected length was received.)
  2734. # [23:49] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
  2735. # [23:49] * Joins: till (till@moz-kg8ca6.adsl.alicedsl.de)
  2736. # [23:50] * stephend|busy is now known as stephend
  2737. # [23:50] * Quits: mccr8 (mccr8@moz-qjbkeh.mtv2.mozilla.com) (Quit: computer sleep)
  2738. # [23:51] * Joins: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp)
  2739. # [23:51] <@ehsan> does anyone know if SimpleTest.todo(false, "...") is supposed to fail the test or not?
  2740. # [23:51] * @ehsan thought not
  2741. # [23:51] * Joins: Rik (rik@moz-q02ddf.fbx.proxad.net)
  2742. # [23:52] * Quits: badescunicu (Thunderbird@moz-nk4fs7.hb6u.51bn.2f0a.2a02.IP) (Client exited)
  2743. # [23:52] <Ms2ger> ehsan, I don't see why
  2744. # [23:52] <@ehsan> it seems to do that here for some tests
  2745. # [23:53] <@ehsan> oh
  2746. # [23:53] <@ehsan> it seems like the actual fail is because todo() is called after finish()
  2747. # [23:53] <Ms2ger> Well then
  2748. # [23:53] * Joins: smontagu (chatzilla@moz-d7qduv.as13285.net)
  2749. # [23:53] * Quits: till (till@moz-kg8ca6.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  2750. # [23:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fabce979edd7 - Wes Kocher - Backed out changeset 62a9e591e57d (bug 1070755) for mochitest-11 bustage on a CLOSED TREE
  2751. # [23:54] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2752. # [23:54] * @ehsan reads the webgl conformance test suite
  2753. # [23:54] * Quits: jfkthame (jfkthame@moz-ild.l9b.29.2.IP) (Quit: This computer has gone to sleep)
  2754. # [23:55] * Joins: jfkthame (jfkthame@moz-ild.l9b.29.2.IP)
  2755. # [23:55] * Quits: tetsuharu (tetsuharu@moz-fmjbd6.ucom.ne.jp) (Ping timeout: 121 seconds)
  2756. # [23:55] * Quits: jfkthame (jfkthame@moz-ild.l9b.29.2.IP) (Connection closed)
  2757. # [23:55] * Quits: ehugg (ehugg@moz-n31.gtp.170.166.IP) (Client exited)
  2758. # [23:55] * wlach is now known as wlach|afk
  2759. # [23:56] * Quits: Mano (mano@moz-7b71ht.red.bezeqint.net) (Connection closed)
  2760. # [23:57] * Quits: bdahl (bdahl@moz-r7brec.dynamic.sonic.net) (A TLS packet with unexpected length was received.)
  2761. # [23:57] * Joins: alexbardas (alexbardas@moz-3o23ga.AR.idilis.net)
  2762. # [23:58] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
  2763. # [23:58] <Ms2ger> ehsan, I'm so sorry
  2764. # [23:58] <@ehsan> this is very complicated
  2765. # [23:58] <@smaug> s/this/the web/
  2766. # [23:58] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Quit: Plan B failed, time for Plan 9!)
  2767. # [23:59] <@ehsan> well, that too
  2768. # Session Close: Fri Dec 12 00:00:00 2014

Previous day, Next day

Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn