/irc-logs / mozilla / #developers / 2014-03-28 / end

Options:

  1. # Session Start: Fri Mar 28 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  4. # [00:00] <idwer> gps: http://dpaste.com/1760211/
  5. # [00:01] <gps> idwer: which python
  6. # [00:01] <idwer> 2.7.5
  7. # [00:01] <gps> i didn't ask for the version
  8. # [00:01] <gps> what's the path?
  9. # [00:01] * stephend|mtg is now known as stephend
  10. # [00:01] <idwer> /usr/bin/python
  11. # [00:02] * Quits: fabrice (fabrice@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  12. # [00:02] * Quits: @mounir (mounir@moz-7DBD2CFF.fr) (Ping timeout)
  13. # [00:02] <gps> idwer: python -m Preprocessor
  14. # [00:02] <gps> does that work?
  15. # [00:02] <idwer> nope
  16. # [00:02] <gps> that's good
  17. # [00:03] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  18. # [00:03] <idwer> /usr/bin/python: No module named Preprocessor
  19. # [00:03] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  20. # [00:03] <gps> delete old .pyc files in your source dir?
  21. # [00:04] * Joins: billm (billm@moz-62518563.mtv2.mozilla.com)
  22. # [00:04] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  23. # [00:04] <idwer> done
  24. # [00:04] <idwer> what's next? running mach again?
  25. # [00:04] <gps> yes
  26. # [00:05] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  27. # [00:05] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  28. # [00:05] * Joins: mounir (mounir@moz-7DBD2CFF.fr)
  29. # [00:05] * ChanServ sets mode: +o mounir
  30. # [00:06] * Quits: Gijs (gijs@moz-7614217B.range86-173.btcentralplus.com) (Quit: sleep)
  31. # [00:07] <idwer> same error
  32. # [00:07] <idwer> and:
  33. # [00:07] <idwer> $ ls /usr/lib/python2.7/P*
  34. # [00:07] <idwer> ls: cannot access /usr/lib/python2.7/P*: No such file or directory
  35. # [00:07] <gps> idwer: ./mach python
  36. # [00:07] <gps> import Preprocessor
  37. # [00:08] <gps> Preprocessor.__file__
  38. # [00:08] <gps> should say something like '/Users/gps/src/firefox/config/Preprocessor.pyc'
  39. # [00:10] * Joins: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com)
  40. # [00:10] <idwer> no luck
  41. # [00:10] <idwer> $ ./mach python
  42. # [00:10] <idwer> Traceback (most recent call last):
  43. # [00:11] * Quits: mccr8 (mccr8@13F2CEC5.7672369.D8E68FF6.IP) (Quit: computer sleep)
  44. # [00:11] <idwer> changing the shebang won't work either
  45. # [00:11] <idwer> -#!/usr/bin/env python
  46. # [00:11] <idwer> +#!/usr/bin/python2.7
  47. # [00:12] <gps> idwer: where does the traceback occur? running ./mach python?
  48. # [00:12] <gps> you can always run objdir/_virtualenv/bin/python
  49. # [00:12] * Joins: squib (squib@moz-7BFC3D3A.dhcp.ftbg.wi.charter.com)
  50. # [00:13] <idwer> gps: and when running ./mach build
  51. # [00:13] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  52. # [00:13] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  53. # [00:14] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  54. # [00:14] * Quits: ggp (ggp@5AD1A605.77494594.F546FA5F.IP) (Input/output error)
  55. # [00:15] * Joins: ggp (ggp@5AD1A605.77494594.F546FA5F.IP)
  56. # [00:16] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  57. # [00:16] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  58. # [00:16] <idwer> after wiping obj-x86_64-unknown-linux-gnu/ --> http://dpaste.com/1760231/
  59. # [00:17] <nalexander> idwer: gps: is this actually necessary?
  60. # [00:17] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  61. # [00:17] <nalexander> idwer: gps: WARNING: Python.h not found. Install Python development headers.
  62. # [00:17] <nalexander> Presumably that's for an optional package.
  63. # [00:18] <gps> nalexander: and we ignore it the next line
  64. # [00:18] <nalexander> gps: roger.
  65. # [00:18] <gps> if I had control over that WARNING, it would be gone. but it's coming from the bowells of Python packager foo
  66. # [00:18] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  67. # [00:18] <nalexander> gps: is it possible that things are barfing because of the org.mozilla in the path?
  68. # [00:19] <idwer> maybe
  69. # [00:19] <Optimizer> KWierso|sheriffduty: i am trying to push a try
  70. # [00:19] <Optimizer> it is stuck at searchign for chages
  71. # [00:19] <Optimizer> since las 5 trys
  72. # [00:19] <Optimizer> for last 5 minutes each
  73. # [00:20] <gps> idwer: wait how old is your tree? we renamed Preprocessor.py a long time ago
  74. # [00:20] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  75. # [00:20] * Quits: ggp (ggp@5AD1A605.77494594.F546FA5F.IP) (Ping timeout)
  76. # [00:20] <gps> idwer: is your source tree in a consistent state?
  77. # [00:20] <KWierso|sheriffduty> Optimizer: I got nothing. :(
  78. # [00:20] <KWierso|sheriffduty> ask #releng ?
  79. # [00:20] <gps> hg up -C tip
  80. # [00:21] <Optimizer> -C ?
  81. # [00:21] <gps> -C discards dirty changes
  82. # [00:21] <idwer> gps: 35076 files updated, 0 files merged, 6056 files removed, 0 files unresolved
  83. # [00:21] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  84. # [00:21] <gps> could lose data
  85. # [00:21] <Optimizer> oh, not for me then i guess
  86. # [00:22] <gps> idwer: now try
  87. # [00:22] <gps> idwer: hg identify
  88. # [00:22] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: Later! :))
  89. # [00:22] <idwer> bb4dd9872236 tip
  90. # [00:22] * Joins: mccr8 (mccr8@8F761026.B5EF4AF6.E96CA9D8.IP)
  91. # [00:22] * Quits: mccr8 (mccr8@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: mccr8)
  92. # [00:23] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  93. # [00:23] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  94. # [00:23] <gps> idwer: that revision is from today. I think it should work better
  95. # [00:23] * Quits: kaze (kaze@1CC2D3BC.AFA3BDB2.C0C7CDD.IP) (Ping timeout)
  96. # [00:24] <idwer> gps: looks good
  97. # [00:24] <idwer> buuut I intented to rewind (?) to this change: http://hg.mozilla.org/mozilla-central/rev/989fc7e2f34f
  98. # [00:24] <idwer> I'm new to mercurial ;)
  99. # [00:25] <gps> idwer: ok. i just wanted to see if the problem was reproducible on our current tree
  100. # [00:26] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  101. # [00:26] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  102. # [00:26] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  103. # [00:28] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/76d6c9260ae6 - Mike de Boer - Bug 987443: [Australis] fix zoom button label rounding. r=Gijs a=sylvestre
  104. # [00:28] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/575f9faf293a - Tim Nguyen - Bug 983801 - Remove border radius from bookmarks panel submenus on Windows 8 r=mdeboer a=sylvestre
  105. # [00:28] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/029fac2c73a0 - Matthew Noorenberghe - Bug 988144 - UITour: Highlight effects don't occur if a highlight is moved to a different target with the same effect. r=Unfocused a=Sylvestre
  106. # [00:28] * mattwoodrow is now known as mattwoodrow|away
  107. # [00:28] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/81e1b9a7cfab - Matthew Noorenberghe - Bug 885139 - Notify consumers about LWT optimization and listen for it in LightweightThemeListener. r=jaws a=Sylvestre
  108. # [00:28] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  109. # [00:28] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  110. # [00:30] * Quits: bent (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  111. # [00:30] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  112. # [00:31] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  113. # [00:31] * Joins: mikeratcliffe (Adium@1B67F073.8F445B48.7CCB197A.IP)
  114. # [00:32] <NeilAway> shu: where are you getting .rej's from?
  115. # [00:33] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  116. # [00:33] <idwer> gps: okay, thanks
  117. # [00:33] * Quits: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch) (Quit: sir_none)
  118. # [00:33] <idwer> gps: my goal is to find the changeset that causes bug #950399, starting with the last change from http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=3c61cc01a3b1&tochange=a8daa428ccbc
  119. # [00:34] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  120. # [00:34] <idwer> not sure at all how to 'rewind' to http://hg.mozilla.org/mozilla-central/rev/989fc7e2f34f
  121. # [00:34] * Joins: weshmek (Mibbit@moz-59273BA1.dynamic.uwaterloo.ca)
  122. # [00:34] <gps> idwer: hg up 989fc7e2f34f
  123. # [00:35] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  124. # [00:35] <gps> you may want to use hg bisect
  125. # [00:35] <idwer> ..running
  126. # [00:35] * Quits: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net) (Ping timeout)
  127. # [00:35] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  128. # [00:36] <gps> if you know a good revision and a bad revision. `hg bisect -g <good revision>` `hg bisect -b <bad revision>`. then hg will take over from there and help you
  129. # [00:36] <gps> could take a long time. lots of tree builds involved
  130. # [00:36] <idwer> bisect? maybe
  131. # [00:36] <idwer> "The last build I was able to reproduce this with was (hyperlink): https://hg.mozilla.org/mozilla-central/rev/e84a391b604b"
  132. # [00:36] * jlund is now known as jlund|biab
  133. # [00:38] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  134. # [00:38] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  135. # [00:39] * Quits: naveed (naveed@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  136. # [00:40] * Fallen|away is now known as Fallen
  137. # [00:40] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Ping timeout)
  138. # [00:40] * Quits: Pike (chatzilla@moz-8F9F95E0.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140314220517])
  139. # [00:42] * Joins: aja (Instantbir@77027837.73203D5C.7880DB15.IP)
  140. # [00:42] * nsm is now known as nsm|away
  141. # [00:43] * rail is now known as rail_away
  142. # [00:43] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  143. # [00:43] * Quits: mikeratcliffe (Adium@1B67F073.8F445B48.7CCB197A.IP) (Quit: Leaving.)
  144. # [00:43] * Joins: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net)
  145. # [00:45] * justindarc is now known as justindarc|afk
  146. # [00:46] * justindarc|afk is now known as justindarc
  147. # [00:46] * Joins: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net)
  148. # [00:47] * Callek_disconnected is now known as Callek
  149. # [00:48] * Quits: jedp|otp (jedp@moz-62518563.mtv2.mozilla.com) (Quit: Computer has gone to sleep.)
  150. # [00:48] * Quits: asb (asb@moz-7140CF01.ccs.neu.edu) (Ping timeout)
  151. # [00:48] * Quits: jrm2k6 (jrm2k6@moz-3BA3BE37.vodafone.hu) (Client exited)
  152. # [00:48] * Joins: jrm2k6 (jrm2k6@moz-3BA3BE37.vodafone.hu)
  153. # [00:48] * justindarc is now known as justindarc|food
  154. # [00:50] * Joins: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP)
  155. # [00:50] * Quits: jrm2k6 (jrm2k6@moz-3BA3BE37.vodafone.hu) (Ping timeout)
  156. # [00:50] * Joins: ggp (ggp@3A57D912.BFDA0A02.9F9EFC6F.IP)
  157. # [00:50] * Quits: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net) (Ping timeout)
  158. # [00:52] * Joins: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net)
  159. # [00:52] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  160. # [00:52] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: )
  161. # [00:53] * Quits: ggp (ggp@3A57D912.BFDA0A02.9F9EFC6F.IP) (Connection reset by peer)
  162. # [00:54] * nsm|away is now known as nsm
  163. # [00:55] * jcranmer is now known as jcranmer|away
  164. # [00:56] * Quits: Optimizer (Optimizer@9B9DF766.8E2D718C.BE4CF869.IP) (Ping timeout)
  165. # [00:56] * Joins: Optimizer (Optimizer@9B9DF766.8E2D718C.BE4CF869.IP)
  166. # [00:56] * fabrice is now known as fabrice|afk
  167. # [00:57] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  168. # [00:58] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  169. # [00:59] <jimb> Who's been helping get ASAN integrated into our builds?
  170. # [00:59] * mcote|afk is now known as mcote
  171. # [01:00] <RyanVM|afk> jimb: decoder, mccr8, njn
  172. # [01:00] <jimb> RyanVM|afk: Thanks!
  173. # [01:01] * Quits: spohl|afk (Adium@moz-9FCE86C5.static.hvvc.us) (Quit: Leaving.)
  174. # [01:01] * Quits: Optimizer (Optimizer@9B9DF766.8E2D718C.BE4CF869.IP) (Ping timeout)
  175. # [01:01] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  176. # [01:03] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  177. # [01:04] * Joins: ggp (ggp@3A57D912.BFDA0A02.9F9EFC6F.IP)
  178. # [01:04] * Joins: Optimizer (Optimizer@9B9DF766.8E2D718C.BE4CF869.IP)
  179. # [01:04] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  180. # [01:06] * Joins: asb (asb@moz-7140CF01.ccs.neu.edu)
  181. # [01:06] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Boriss)
  182. # [01:07] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  183. # [01:07] <grobinson> Do all private browsing windows share the same cookiejar, or does each private browsing window have its own?
  184. # [01:08] <grobinson> (where cookiejar = all persistent stuff that is partitioned for private browsing)
  185. # [01:08] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  186. # [01:10] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  187. # [01:11] <dholbert> grobinson, looks to me like it's shared
  188. # [01:12] <grobinson> dholbert: what source are you looking at?
  189. # [01:12] <dholbert> grobinson, from logging in to wiki.m.o in one PB window, and then opening a new one
  190. # [01:12] <dholbert> (shows my username on left side, when I visit wiki.m.o in the new window)
  191. # [01:13] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  192. # [01:15] <grobinson> dholbert: nice, thanks!
  193. # [01:16] <mrbkap> dolske: ping?
  194. # [01:18] * Quits: asb (asb@moz-7140CF01.ccs.neu.edu) (Ping timeout)
  195. # [01:20] * Quits: fabrice|afk (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Ping timeout)
  196. # [01:20] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  197. # [01:23] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  198. # [01:24] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  199. # [01:24] * Quits: aja (Instantbir@77027837.73203D5C.7880DB15.IP) (Connection reset by peer)
  200. # [01:25] * Quits: ckitching (ckitching@moz-E6BEEB04.as13285.net) (Ping timeout)
  201. # [01:25] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  202. # [01:26] * Joins: aja (Instantbir@77027837.73203D5C.7880DB15.IP)
  203. # [01:26] * Quits: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr) (Ping timeout)
  204. # [01:27] * justindarc|food is now known as justindarc
  205. # [01:27] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  206. # [01:28] * Quits: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  207. # [01:28] * ewong|away is now known as ewong
  208. # [01:28] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  209. # [01:29] * Joins: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw)
  210. # [01:29] * Joins: dwarfplanet9 (chatzilla@moz-A722CCAA.hsd1.ca.comcast.net)
  211. # [01:29] * Joins: jkitch (Thunderbir@moz-F4DBD377.lns20.adl6.internode.on.net)
  212. # [01:29] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  213. # [01:30] * Quits: hessam (hessam@8E12A927.49A63B7A.E5B8EDAD.IP) (Ping timeout)
  214. # [01:30] * Joins: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr)
  215. # [01:31] <lizzard> hi dwarfplanet9
  216. # [01:31] <dwarfplanet9> hi lizzard :-) i made it here :p
  217. # [01:31] <ewong> hi. Anyone know if there's a -disable switch for getting the build to not use libpango? (or is libpango required?)
  218. # [01:32] <lizzard> so in the developer guide at https://developer.mozilla.org/en-US/docs/Developer_Guide/Source_Code/Mercurial
  219. # [01:32] * Joins: till (till@13F2CEC5.7672369.D8E68FF6.IP)
  220. # [01:32] <lizzard> you were looking at "Using Bookmarks to Manage Multiple Repositories from a Single Clone" ?
  221. # [01:32] * Fallen is now known as Fallen|away
  222. # [01:33] <dwarfplanet9> hi folks, i'm trying to use the directions for "Using Bookmarks to Manage Multiple Repositories from a Single Clone" yes, but the guidance runs out when it comes to how to build to one of the bookmarks
  223. # [01:33] * Quits: bwc (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  224. # [01:34] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: Leaving)
  225. # [01:34] <bz_away> Here's a good interview question
  226. # [01:34] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  227. # [01:34] <bz_away> var x;
  228. # [01:35] <bz_away> setTimeout(function() { x = 20; }, 20);
  229. # [01:35] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  230. # [01:35] <bz_away> setTimeout(function() { x = 10; }, 10);
  231. # [01:35] * jlund|biab is now known as jlund
  232. # [01:35] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  233. # [01:35] <bz_away> setTimeout(function() { alert(x); }, 30);
  234. # [01:35] <bz_away> What will the alert show?
  235. # [01:36] <@gavin> I don't think that's a good interview question :)
  236. # [01:36] <bz_away> gavin: well
  237. # [01:36] <bz_away> gavin: OK
  238. # [01:36] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  239. # [01:36] <bz_away> gavin: but it's a good question!
  240. # [01:36] * nsm is now known as nsm|away
  241. # [01:36] <glandium> bz_away: according to spec or in reality?
  242. # [01:37] <lizzard> dwarfplanet9: so you have all the builds in your local repo?
  243. # [01:37] <@khuey> ewong: if you're using the GTK or QT widget backends you need pango
  244. # [01:37] * Quits: benvie_ (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  245. # [01:37] <bz_away> Either one, actually
  246. # [01:37] <ewong> bz_away: out of curiosity, is it 'null'?
  247. # [01:37] <ewong> khuey: oh drat. guess I need to update my libs.
  248. # [01:37] <ewong> khuey: thanks!
  249. # [01:37] * Joins: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net)
  250. # [01:38] <dwarfplanet9> i know how to make a regular .mozconfig, fore firefox or thinderbird, but not to specify one of the bookmarked repos. i did get it to work, for building from a single .mozconfig. to do this, i just use "checkout central" for example, then ./mach build. is this right? i mean it works at least!
  251. # [01:38] <bz_away> ewong: no, null is not something that can actually happen
  252. # [01:38] <bz_away> ewong: but 10 and 20 both can
  253. # [01:38] * bz_away is now known as bz
  254. # [01:39] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  255. # [01:40] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  256. # [01:40] <dwarfplanet9> lizzard: yes, that's right. all builds are in the local repo
  257. # [01:40] <ewong> I see.
  258. # [01:40] * geekboy is now known as geekboy|afk
  259. # [01:40] * Joins: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP)
  260. # [01:40] * Quits: TimAbraldes (quassel@125EF623.B2666F0E.66399531.IP) (Input/output error)
  261. # [01:41] <billm> Sylvestre: ping
  262. # [01:41] <lizzard> can anyone help out?
  263. # [01:41] * Quits: ggp (ggp@3A57D912.BFDA0A02.9F9EFC6F.IP) (Broken pipe)
  264. # [01:41] <bz> ewong: Most simply, consider what happens if the process loses the timeslice for 11ms after the first setTimeout call
  265. # [01:41] * Joins: ggp (ggp@3A57D912.BFDA0A02.9F9EFC6F.IP)
  266. # [01:41] <lizzard> maybe we should be asking this in #introduction instead…. :D
  267. # [01:42] * Quits: ggp (ggp@3A57D912.BFDA0A02.9F9EFC6F.IP) (Input/output error)
  268. # [01:42] <dwarfplanet9> lizzard: yeah, was also thinking that
  269. # [01:43] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  270. # [01:43] <dwarfplanet9> headed there now
  271. # [01:44] * Parts: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  272. # [01:44] <tbsaunde> bz: I thought we required timers fired in order and setTimeout used timers?
  273. # [01:46] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  274. # [01:47] * Parts: stephend (sid17718@moz-A42E5B7B.irccloud.com)
  275. # [01:47] <aja> gavin: old stand by --- "If you are driving at the speed of light and turn your headlights on what will happen?"
  276. # [01:48] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  277. # [01:49] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  278. # [01:49] <glandium> haha, after being pending for a while, the windows tests end up orange
  279. # [01:50] * philor|away is now known as philor
  280. # [01:50] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  281. # [01:50] * Quits: grobinson (~grobinson@moz-7BC54A2.static.monkeybrains.net) (Ping timeout)
  282. # [01:51] <idwer> who said that compiling would take 15 minutes or so? :)
  283. # [01:52] <KWierso|sheriffduty> glandium: unsure if that's still due to infra things or if tests broke (across trunk and aurora/beta branches) during the infra lag
  284. # [01:52] <jesup_mac> idwer: on a fast Linux box, yes
  285. # [01:52] <bz> tbsaunde: yes, but
  286. # [01:52] <idwer> jesup_mac: on a i5-2467M with -j4
  287. # [01:52] <bz> tbsaunde: again, consider what happens if you set a timer for 20ms, then lose the timeslice for 11ms, then set a timer for 10ms
  288. # [01:52] <jesup_mac> fast = sandybridge xeon or newer haskell i7
  289. # [01:52] <bz> tbsaunde: the timers will fire 20ms and 21 ms after your initial start time, respectively
  290. # [01:53] * Joins: bdahl (bdahl@moz-B34691D9.mycingular.net)
  291. # [01:53] <jesup_mac> i5 with -j4? no, closer to 2x that I'd guess, maybe longer with a rotating disk or <8gb
  292. # [01:53] <bz> tbsaunde: what we guarantee is that if a <= b and you setTimeout(f, a) before setTimeout(g, b) then f will be called before g
  293. # [01:53] <glandium> bz: 11ms seems a long time to lose a timeslice for
  294. # [01:53] <NeilAway> or you could have set the min timeout pref ;-)
  295. # [01:53] <bz> glandium: On our test infra? Happens all the time
  296. # [01:53] * nthomas is now known as nthomas|away
  297. # [01:53] <bz> glandium: based on past settimeout random oranges
  298. # [01:54] <bz> glandium: Some of them clearly involved the process not running for hundreds of ms
  299. # [01:54] <jesup_mac> I believe that
  300. # [01:54] <idwer> jesup_mac: heh.. if I were able to buy a xeon machine I wouldn't be chasing bugs ;)
  301. # [01:54] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  302. # [01:55] <jesup_mac> 2.5-year-old xeon dell desktop is 12-15 min for a cold clobber build on linux (SSD, 16GB)
  303. # [01:55] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  304. # [01:55] * Quits: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net) (Quit: tantek)
  305. # [01:55] <glandium> bz: hundreds? O_o
  306. # [01:55] <jesup_mac> a 4770K should do about the same, or more likely better
  307. # [01:56] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  308. # [01:56] <jesup_mac> glandium: I wouldn't be surprised at seconds :-O
  309. # [01:58] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Quit: juanb)
  310. # [01:59] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  311. # [02:00] <idwer> disk full, after 'real 78m11.861s'
  312. # [02:00] <bz> At least a few were multiple seconds, yes.
  313. # [02:00] <bz> Turns out, scheduling on vms is ... <sigh>
  314. # [02:00] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  315. # [02:00] <@dbaron> glandium, I think I'd seen multiple seconds a bunch of times.
  316. # [02:01] <@dbaron> glandium, that was part of why we stopped running tests on VMs.... but now we've started again
  317. # [02:02] <glandium> dbaron: are we using a monotonic clock nowadays for timers?
  318. # [02:02] <@dbaron> glandium, we are for the refresh driver and the compositor timer; no idea about setTimeout
  319. # [02:03] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  320. # [02:03] * heycam is now known as heycam|away
  321. # [02:04] * BenWa|email is now known as BenWa
  322. # [02:05] * Joins: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP)
  323. # [02:06] * Joins: brendan (brendaneic@moz-D9B414AF.hfc.comcastbusiness.net)
  324. # [02:06] * Quits: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  325. # [02:06] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  326. # [02:07] * Quits: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Client exited)
  327. # [02:07] * Joins: naveed (naveed@8F761026.B5EF4AF6.E96CA9D8.IP)
  328. # [02:08] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  329. # [02:08] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  330. # [02:09] * Quits: RealRaven (Thunderbir@9BCB854F.FCE1C320.C3498625.IP) (Quit: RealRaven)
  331. # [02:09] * Quits: naveed (naveed@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  332. # [02:09] * khuey is now known as khuey|away
  333. # [02:10] * nthomas|away is now known as nthomas
  334. # [02:10] * joshua-s|drama is now known as joshua-s|zzz
  335. # [02:10] * Quits: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP) (Client exited)
  336. # [02:11] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Connection reset by peer)
  337. # [02:11] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  338. # [02:12] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  339. # [02:13] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  340. # [02:13] * Quits: jaws (uid2871@moz-5F4AA75A.irccloud.com) (Ping timeout)
  341. # [02:14] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  342. # [02:15] <jesup> I hope so....
  343. # [02:15] * Quits: billm (billm@moz-62518563.mtv2.mozilla.com) (Quit: Leaving)
  344. # [02:16] * Joins: jaws (uid2871@F96EF34A.E02B7C75.9377050C.IP)
  345. # [02:18] * Quits: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw) (Quit: Leaving)
  346. # [02:22] * froydnj was wondering what bz was talking about firefox on VMS for...
  347. # [02:22] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  348. # [02:24] * Quits: twi (Adium@moz-CF950680.cust.vodafonedsl.it) (Quit: Leaving.)
  349. # [02:25] * Quits: @not_gavin (gavin@gavinsharp.com) (Ping timeout)
  350. # [02:25] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  351. # [02:25] * Joins: not_gavin (gavin@gavinsharp.com)
  352. # [02:25] * ChanServ sets mode: +o not_gavin
  353. # [02:26] * Joins: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  354. # [02:26] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  355. # [02:26] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  356. # [02:26] * kats|away is now known as kats
  357. # [02:27] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  358. # [02:27] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  359. # [02:27] * Joins: twi (Adium@moz-CF950680.cust.vodafonedsl.it)
  360. # [02:27] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  361. # [02:28] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  362. # [02:28] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  363. # [02:29] * Quits: bdahl (bdahl@moz-B34691D9.mycingular.net) (Connection reset by peer)
  364. # [02:29] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: Textual IRC Client: www.textualapp.com)
  365. # [02:29] * botond is now known as botond|away
  366. # [02:30] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  367. # [02:30] <glandium> froydnj: note, i think we still have VMS stuff in configure.in
  368. # [02:30] * Quits: botond|laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 20.0/20130417085609])
  369. # [02:30] <glandium> oh we don't! that's a relief
  370. # [02:31] * Quits: jammink_ (textual@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  371. # [02:31] * Quits: jammink (textual@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  372. # [02:31] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  373. # [02:32] <jesup> idwer: my aurora build (which may have debug info files) is ~10GB (7GB+ objdir)
  374. # [02:32] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  375. # [02:33] * Joins: not_gavin (gavin@gavinsharp.com)
  376. # [02:33] * ChanServ sets mode: +o not_gavin
  377. # [02:33] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  378. # [02:33] <froydnj> glandium: is it a bad sign I thought you were serious, too? :)
  379. # [02:34] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  380. # [02:34] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  381. # [02:35] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  382. # [02:35] * Quits: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr) (Ping timeout)
  383. # [02:36] * Joins: fabrice1 (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net)
  384. # [02:36] * Quits: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Connection reset by peer)
  385. # [02:36] <glandium> froydnj: it's not /that/ long ago that it was removed, since it's changeset 1 in mercurial
  386. # [02:37] * Quits: till (till@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  387. # [02:37] * Joins: espadrine` (ttyl@moz-B0D43C54.w92-128.abo.wanadoo.fr)
  388. # [02:38] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  389. # [02:38] * Joins: till (till@13F2CEC5.7672369.D8E68FF6.IP)
  390. # [02:38] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  391. # [02:38] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  392. # [02:38] * Quits: espadrine (ttyl@moz-78517869.w92-128.abo.wanadoo.fr) (Ping timeout)
  393. # [02:38] * Joins: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr)
  394. # [02:39] * Joins: bdahl (bdahl@moz-B34691D9.mycingular.net)
  395. # [02:39] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  396. # [02:39] * Joins: not_gavin (gavin@gavinsharp.com)
  397. # [02:39] * ChanServ sets mode: +o not_gavin
  398. # [02:41] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  399. # [02:43] * Joins: lpy (lpy@1AF10827.F09091A8.1348A864.IP)
  400. # [02:44] * Quits: bdahl (bdahl@moz-B34691D9.mycingular.net) (Ping timeout)
  401. # [02:44] * kats is now known as kats|away
  402. # [02:44] * Quits: lpy (lpy@1AF10827.F09091A8.1348A864.IP) (Client exited)
  403. # [02:45] * Joins: bdahl (bdahl@moz-B34691D9.mycingular.net)
  404. # [02:45] * Joins: lpy (lpy@1AF10827.F09091A8.1348A864.IP)
  405. # [02:46] <glandium> froydnj: bug 640838. 3 years and 2 days ago
  406. # [02:46] <glandium> well, 3 years and 1 day ago for you
  407. # [02:47] * Quits: lpy (lpy@1AF10827.F09091A8.1348A864.IP) (Client exited)
  408. # [02:47] * Joins: ericchou (uid13391@moz-E77DEB21.irccloud.com)
  409. # [02:48] * Joins: milan (milan@BF4422BF.5E1ADA03.4B2DF651.IP)
  410. # [02:48] * Quits: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Lost terminal)
  411. # [02:48] * jorendorff_away is now known as jorendorff
  412. # [02:48] * Joins: lpy (lpy@1AF10827.F09091A8.1348A864.IP)
  413. # [02:49] <terrence> KWierso|sheriffduty: any idea when the tree is going to open?
  414. # [02:49] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  415. # [02:49] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  416. # [02:50] * Quits: lpy (lpy@1AF10827.F09091A8.1348A864.IP) (Client exited)
  417. # [02:51] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  418. # [02:51] * Quits: bdahl (bdahl@moz-B34691D9.mycingular.net) (Connection reset by peer)
  419. # [02:52] * Quits: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca) (Ping timeout)
  420. # [02:52] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  421. # [02:52] <KWierso|sheriffduty> terrence: hopefully soonish
  422. # [02:52] <KWierso|sheriffduty> within half hour, I think
  423. # [02:53] <terrence> KWierso|sheriffduty: thanks!
  424. # [02:54] * Joins: lpy (lpy@1AF10827.F09091A8.1348A864.IP)
  425. # [02:54] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  426. # [02:55] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  427. # [02:57] <shu> NeilAway: i'm getting .rej's from conflicts from pushing patches from mq
  428. # [02:57] <sfink> KWierso|sheriffduty: advance warning -- we're going to land GGC again as soon as the tree reopens.
  429. # [02:57] <shu> sfink: godspeed!
  430. # [02:57] * khuey|away is now known as khuey
  431. # [02:58] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  432. # [02:59] <shu> khuey: ping? you develop on windows (or at least have in the past), right?
  433. # [02:59] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  434. # [02:59] <@khuey> shu: yes, I do
  435. # [03:00] * Quits: tessarakt (jens@moz-62209FB5.dip0.t-ipconnect.de) (Ping timeout)
  436. # [03:00] * Joins: jrmuizel (jrmuizel@4CA3C773.F676D3D5.47C41102.IP)
  437. # [03:00] * RyanVM|afk is now known as RyanVM
  438. # [03:02] * Joins: ggp (ggp@5AD1A605.77494594.F546FA5F.IP)
  439. # [03:02] * Quits: jrmuizel (jrmuizel@4CA3C773.F676D3D5.47C41102.IP) (Client exited)
  440. # [03:03] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  441. # [03:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/24a1126b26b7 - Justin Wood - Bug 971841 - Drop JAVA_HOME from android mozconfigs. r=blassey
  442. # [03:04] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  443. # [03:04] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  444. # [03:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fc2afb34fa75 - Simone Bruno - Bug 971841 - "Install ant on builders via tooltool" r=simone r=armenzg
  445. # [03:04] <KWierso|sheriffduty> Callek: ^
  446. # [03:04] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  447. # [03:04] <Callek> \o/
  448. # [03:04] <Callek> thank you
  449. # [03:05] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  450. # [03:05] <shu> khuey: what is the windows workflow for "wiggle"?
  451. # [03:05] <shu> khuey: for merging .rej files somewhat intelligently on conflicts for patches in mq
  452. # [03:06] <KWierso|sheriffduty> sfink: good luck, have fun :)
  453. # [03:06] <@khuey> shu: I use git :P
  454. # [03:06] * KWierso|sheriffduty is now known as KWierso
  455. # [03:06] <shu> khuey: lol...
  456. # [03:06] <shu> khuey: via some kind of bridge?
  457. # [03:06] <@khuey> just directly
  458. # [03:06] <@khuey> except to push
  459. # [03:06] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  460. # [03:06] <@khuey> moz-git-tools has a bridge script for that
  461. # [03:06] <shu> khuey: i see
  462. # [03:07] * driia is now known as dria
  463. # [03:07] <shu> khuey: okay, thanks for the info
  464. # [03:09] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  465. # [03:09] * Joins: ehsan (ehsan@moz-1780D827.cable.teksavvy.com)
  466. # [03:09] * ChanServ sets mode: +o ehsan
  467. # [03:09] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  468. # [03:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6ea0bf2b69f0 - George Wright - Bug 981005 - Ensure the correct GLContext is current before trying to update in CanvasClientSurfaceStream r=snorp
  469. # [03:12] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  470. # [03:12] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  471. # [03:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/786057e01ef3 - Terrence Cole - Bug 619558 - Enable generational GC on desktop; r=sfink, sr=naveed
  472. # [03:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6829d7d3fcd5 - Jon Coppeard - Bug 988821 - Move minor GC into main GC loop, r=terrence
  473. # [03:13] <sfink> KWierso: Ok, I did. Wait, did the "|sheriffduty" disappearing from your name have something to do with that? :)
  474. # [03:13] <KWierso> * and may God have mercy on your soul
  475. # [03:13] * Callek is now known as Callek_disconnected
  476. # [03:13] <KWierso> :)
  477. # [03:15] * Quits: robinsod (robinsod@moz-1D30E2A.dip0.t-ipconnect.de) (Ping timeout)
  478. # [03:15] * khuey is now known as khuey|away
  479. # [03:15] * Joins: robinsod (robinsod@moz-9335D455.dip0.t-ipconnect.de)
  480. # [03:15] * khuey|away is now known as khuey
  481. # [03:17] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  482. # [03:17] * Quits: lpy (lpy@1AF10827.F09091A8.1348A864.IP) (Client exited)
  483. # [03:18] * mcote is now known as mcote|afk
  484. # [03:20] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  485. # [03:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d9dc1a7d4649 - Jed Davis - Bug 914561: Use SPS EnterJIT marks to unwind past jitcode. r=BenWa
  486. # [03:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/42a241a931a0 - Jed Davis - Bug 914561 - Add AbsoluteAddress load32/store32 on x86/x64. r=nbp
  487. # [03:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/16ae1500d5ac - Jed Davis - Bug 914561: Record EnterJIT trampoline frame address on SPS pseudostack. r=nbp
  488. # [03:20] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  489. # [03:20] <jld> ...crap. I slightly misformatted two of those commit messages.
  490. # [03:21] * Joins: spohl (Adium@moz-CD6F539D.static.hvvc.us)
  491. # [03:21] <jld> Possibly because I originally wrote them before I started noticing the checkin-needed patrol replacing "Bug NNNNNN: Thing" with "Bug NNNNNN - Thing"
  492. # [03:21] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  493. # [03:23] * Quits: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  494. # [03:23] * Quits: Preeti (uid13882@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  495. # [03:24] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  496. # [03:26] * Joins: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP)
  497. # [03:26] * Quits: jaws (uid2871@F96EF34A.E02B7C75.9377050C.IP) (Quit: Connection closed for inactivity)
  498. # [03:27] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  499. # [03:27] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  500. # [03:29] * Joins: tessarakt (jens@moz-62209FB5.dip0.t-ipconnect.de)
  501. # [03:29] * Quits: ggp (ggp@5AD1A605.77494594.F546FA5F.IP) (Input/output error)
  502. # [03:31] * Joins: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca)
  503. # [03:32] * Joins: ggp (ggp@5AD1A605.77494594.F546FA5F.IP)
  504. # [03:32] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  505. # [03:32] * deian is now known as deian|away
  506. # [03:32] * Quits: milan (milan@BF4422BF.5E1ADA03.4B2DF651.IP) (Input/output error)
  507. # [03:33] * Joins: milan (milan@BF4422BF.5E1ADA03.4B2DF651.IP)
  508. # [03:33] * Quits: ggp (ggp@5AD1A605.77494594.F546FA5F.IP) (Ping timeout)
  509. # [03:35] * Joins: Liav3000 (Boss_Sleep@moz-E9144FFF.dsl.teksavvy.com)
  510. # [03:36] <Liav3000> Hi there.
  511. # [03:36] <Liav3000> I'm trying to get mysql working so I can work on ReMo. I'm on ubuntu 12.04, and can't seem to get any real privileges. As far as I can tell, there's no root mysql user. I cat'd /etc/mysql/debian.cnf and logged in with the debian-sys-maint password, but when I try to grant all on *.* with grant option, I get an 'Access Denied' error.
  512. # [03:36] * mcote|afk is now known as mcote
  513. # [03:36] * gaye is now known as gaye|sleep
  514. # [03:39] * Quits: chewey (chewey@moz-7C07BC84.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  515. # [03:39] * Joins: chewey (chewey@moz-A0CC9E01.dip0.t-ipconnect.de)
  516. # [03:40] * Joins: aklotz (Thunderbir@8F761026.B5EF4AF6.E96CA9D8.IP)
  517. # [03:42] <mcote> Liav3000: that's odd. like the response to the grant command itself is "Access Denied"?
  518. # [03:42] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  519. # [03:42] * Quits: dougc (dougc@moz-F16BC551.static.rev.eftel.com) (Ping timeout)
  520. # [03:43] <Liav3000> mysql> grant all privileges on *.* to 'root'@'localhost' identified by 'foobar' with grant option;
  521. # [03:43] <Liav3000> ERROR 1045 (28000): Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)
  522. # [03:43] * Quits: KaiRo (robert@moz-E32C74A4.adsl.highway.telekom.at) (Input/output error)
  523. # [03:43] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  524. # [03:44] <mcote> hm this is probably where I admit that bootstrapping mysql seems to be something I do and then forget immediately after :)
  525. # [03:45] <Liav3000> I have to deal with it so infrequently that the knowledge ss pretty much go the moment the client is closed.
  526. # [03:46] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  527. # [03:46] * Quits: milan (milan@BF4422BF.5E1ADA03.4B2DF651.IP) (Input/output error)
  528. # [03:47] * heycam|away is now known as heycam
  529. # [03:47] <mcote> gonna dig a bit because now I'm curious :)
  530. # [03:48] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  531. # [03:48] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  532. # [03:51] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  533. # [03:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/25b633e7dcd5 - Chris Pearce - Bug 778077 - Implement HTMLMediaElement.fastSeek(time). r=cajbir
  534. # [03:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/dda301682977 - Chris Pearce - Bug 631058 - Don't preroll extra media samples when we're not playing. r=cajbir
  535. # [03:54] <sfink> I thought the default mysql setup had a user name 'root' with no password
  536. # [03:54] <mcote> sfink: I'm so curious I just installed a random ubuntu version on a clean VM
  537. # [03:55] <sfink> jld: I don't think there's a fully agreed-upon format anyway. Though thankfully the "bNNNNN - Thing" format seems to be going out of style.
  538. # [03:56] <Liav3000> so my debian.cnf file just has entries for user 'debian-sys-maint '.
  539. # [03:56] * Joins: gustavold (gustavold@812C5516.D053F8AE.DF2AC62B.IP)
  540. # [03:57] * Joins: tonymec_KDE (tonymec@BF18AB90.B6F588E6.277517C1.IP)
  541. # [03:58] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  542. # [03:59] <mcote> Liav3000: okay so I just installed Ubuntu 12.10
  543. # [03:59] <mcote> I know that's not 12.04, but it should be close
  544. # [03:59] <mcote> :)
  545. # [03:59] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  546. # [04:00] <mcote> first thing I noticed is that I am asked for a root password
  547. # [04:00] * Quits: @mounir (mounir@moz-7DBD2CFF.fr) (Ping timeout)
  548. # [04:00] <Liav3000> agreed.
  549. # [04:00] * Joins: sewardj (sewardj@8F761026.B5EF4AF6.E96CA9D8.IP)
  550. # [04:00] <mcote> Liav3000: were you not asked for this password when you installed mysql-server originally?
  551. # [04:00] <mcote> or did you leave it blank?
  552. # [04:00] <tn> RyanVM: thanks, i was already in process of doing the uplift :)
  553. # [04:00] <RyanVM> glad to ehar
  554. # [04:00] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  555. # [04:01] <Liav3000> I did the install last night, but I don't recall being asked for a pw.
  556. # [04:01] <mcote> huh
  557. # [04:01] <mcote> guess I should have installed 12.04 :)
  558. # [04:01] <mcote> why did you choose 12.04 exactly?
  559. # [04:01] <mcote> oh it's the latest lts I see
  560. # [04:02] <Liav3000> LTS
  561. # [04:02] * Joins: tessarakt2 (jens@moz-7EF66ACD.dip0.t-ipconnect.de)
  562. # [04:02] <Liav3000> I'm not that into pimping out my OS, I just want it to work. : )
  563. # [04:03] <mcote> totally understood
  564. # [04:03] * Joins: mounir (mounir@moz-7DBD2CFF.fr)
  565. # [04:03] * ChanServ sets mode: +o mounir
  566. # [04:03] * Quits: tessarakt (jens@moz-62209FB5.dip0.t-ipconnect.de) (Ping timeout)
  567. # [04:03] * Quits: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  568. # [04:04] * Quits: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  569. # [04:04] <mcote> Liav3000: okay so I reproduced your situation. it's probably because the root user already exists, and the debian-sys-maint doesn't have access to it. I think.
  570. # [04:04] <mcote> Liav3000: can you just create a new user for whatever you're doing? that's probably the best way anyway. Don't wanna be root all the time lest you destroy something. :)
  571. # [04:04] * philor is now known as philor|away
  572. # [04:05] <Liav3000> Sure. What's the best way to try doing that?
  573. # [04:05] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  574. # [04:05] <Liav3000> Hey, what's an uplift?
  575. # [04:05] <mcote> Liav3000: same as you did above, just make up a new user instead of 'root'
  576. # [04:05] * Quits: dougc (dougc@moz-F16BC551.static.rev.eftel.com) (Ping timeout)
  577. # [04:05] <mcote> doesn't have to be a real user on your system; mysql users are separate from system users.
  578. # [04:06] * Joins: erahm (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  579. # [04:06] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  580. # [04:06] <mcote> Liav3000: uplift is moving stuff up the trains, like to aurora or beta or release
  581. # [04:06] * Quits: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com) (Ping timeout)
  582. # [04:06] <Liav3000> It's on my birthday.
  583. # [04:07] <mcote> after a feature has baked long enough
  584. # [04:07] <mcote> heh nice
  585. # [04:07] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  586. # [04:07] <mcote> uplifting what exactly is on your birthday?
  587. # [04:07] <Liav3000> I don't know -- I just noticed the channel topic.
  588. # [04:07] * jchen is now known as jchen|away
  589. # [04:08] <Liav3000> mysql> CREATE USER 'foobar'@'localhost' IDENTIFIED BY 'foobar';
  590. # [04:08] <Liav3000> ERROR 1396 (HY000): Operation CREATE USER failed for 'foobar'@'localhost'
  591. # [04:09] <Liav3000> google> SEARCH 'mysql error 1396' for *.* ON 'internet'
  592. # [04:10] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  593. # [04:10] * Quits: spohl (Adium@moz-CD6F539D.static.hvvc.us) (Quit: Leaving.)
  594. # [04:10] <mcote> ohh yeah, that's the next time aurora becomes beta and beta becomes release. every 6 weeks.
  595. # [04:11] <mcote> you got that error when logged in as debian-sys-maint?
  596. # [04:11] <Liav3000> yep
  597. # [04:11] <mcote> er, when connected to mysql as debian-sys-maint I should say
  598. # [04:11] <mcote> that's...odd. and foobar is a brand new user?
  599. # [04:11] <Liav3000> yep
  600. # [04:12] <mcote> okay, try
  601. # [04:12] <mcote> drop user foobar@localhost;
  602. # [04:12] <mcote> flush privileges;
  603. # [04:12] <Liav3000> I just found a SO page that suggests flush priv, but that doesn't help.
  604. # [04:12] <mcote> create user foobar@localhost identified by foobar;
  605. # [04:13] <Liav3000> Let me try the drop user first.
  606. # [04:13] <mcote> man I am feeling like a linux newb here :)
  607. # [04:14] * Joins: tonymec|away (tonymec@BF18AB90.B6F588E6.277517C1.IP)
  608. # [04:14] <Liav3000> oh, nice -- that totally worked.
  609. # [04:14] <Liav3000> Good call.
  610. # [04:14] <mcote> \o/
  611. # [04:14] <mcote> (SO article as well ;)
  612. # [04:14] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  613. # [04:14] <Liav3000> how did we ever computer before SO?
  614. # [04:14] <mcote> I can't believe I once coded before SO existed
  615. # [04:14] <mcote> and in C++ as well
  616. # [04:14] <Liav3000> heh.
  617. # [04:16] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  618. # [04:17] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  619. # [04:17] <mcote> Liav3000: let me know if there's any other help I can blunder into for you
  620. # [04:17] * Quits: sfink (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  621. # [04:18] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc])
  622. # [04:19] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  623. # [04:20] * Joins: cpeterson (cpeterson@8F761026.B5EF4AF6.E96CA9D8.IP)
  624. # [04:20] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  625. # [04:21] * Quits: mhaigh1 (martyn@moz-199AFE41.cable.virginm.net) (Ping timeout)
  626. # [04:21] <Liav3000> mcote -- created the remo db successfully. I gotta head towards bed, now -- it's late late here in Toronto. Thanks for the help -- I truly am ig'nant about databases.
  627. # [04:21] * Joins: mhaigh (martyn@moz-199AFE41.cable.virginm.net)
  628. # [04:21] <mcote> Liav3000: just about as late here in Montreal ;)
  629. # [04:22] <Liav3000> Hey, are you going to be at PyCon?
  630. # [04:22] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  631. # [04:22] <mcote> Liav3000: bien sur!
  632. # [04:22] <mcote> it's right here after all :)
  633. # [04:22] <mcote> you are too I take it?
  634. # [04:22] <Liav3000> Oh, nice -- maybe I'll run into you. A bunch of us from my office are heading over.
  635. # [04:22] * Joins: sfink (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  636. # [04:22] <mcote> sweet, where do you work?
  637. # [04:23] <Liav3000> vmfarms.com
  638. # [04:23] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  639. # [04:24] <mcote> cool cool
  640. # [04:24] <mcote> I should probably see about signing up for a lightning talk
  641. # [04:24] <Liav3000> anyway, I'm Liav IRL, too.
  642. # [04:25] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  643. # [04:25] <mcote> cool, I'm M(ark) Cote IRL too :)
  644. # [04:25] <Liav3000> I'll keep an eye out for you, Mark. Thanks for the help!
  645. # [04:25] <mcote> np, glad I could!
  646. # [04:25] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  647. # [04:26] <mcote> have a good night
  648. # [04:26] <Liav3000> you too!
  649. # [04:26] * Quits: Liav3000 (Boss_Sleep@moz-E9144FFF.dsl.teksavvy.com) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140317233623])
  650. # [04:26] * Quits: mhaigh (martyn@moz-199AFE41.cable.virginm.net) (Ping timeout)
  651. # [04:26] * Quits: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM)
  652. # [04:28] * Joins: mhaigh (martyn@moz-199AFE41.cable.virginm.net)
  653. # [04:31] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  654. # [04:33] * Quits: soumyaC (uid15286@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  655. # [04:34] * glob|away is now known as glob
  656. # [04:34] * Quits: gustavold (gustavold@812C5516.D053F8AE.DF2AC62B.IP) (Quit: Leaving.)
  657. # [04:35] * mattwoodrow|away is now known as mattwoodrow
  658. # [04:37] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  659. # [04:37] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  660. # [04:37] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  661. # [04:37] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  662. # [04:38] * jorendorff is now known as jorendorff_away
  663. # [04:39] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  664. # [04:39] * Quits: @mounir (mounir@moz-7DBD2CFF.fr) (Ping timeout)
  665. # [04:39] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  666. # [04:40] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  667. # [04:40] * Quits: btm_work (btm@moz-2160AA7C.sakura.ne.jp) (Ping timeout)
  668. # [04:41] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  669. # [04:42] * Joins: btm_work (btm@moz-2160AA7C.sakura.ne.jp)
  670. # [04:42] * Joins: mounir (mounir@moz-7DBD2CFF.fr)
  671. # [04:42] * ChanServ sets mode: +o mounir
  672. # [04:43] * jorendorff_away is now known as jorendorff
  673. # [04:44] * Joins: vchang (Vincent@moz-99690620.hinet-ip.hinet.net)
  674. # [04:44] * Joins: erahm1 (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  675. # [04:44] * Quits: erahm (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Connection reset by peer)
  676. # [04:46] * Quits: Optimizer (Optimizer@9B9DF766.8E2D718C.BE4CF869.IP) (Ping timeout)
  677. # [04:46] * nthomas is now known as nthomas|away
  678. # [04:46] * Quits: h4writer (h4writer@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  679. # [04:47] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  680. # [04:48] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  681. # [04:50] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  682. # [04:53] * philor|away is now known as philor
  683. # [04:54] * Joins: dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net)
  684. # [04:54] * ChanServ sets mode: +ao dbaron dbaron
  685. # [04:54] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: Later! :))
  686. # [04:54] * Joins: Optimizer (Optimizer@9B9DF766.8E2D718C.BE4CF869.IP)
  687. # [04:55] * Quits: till (till@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  688. # [04:55] * Quits: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM)
  689. # [04:55] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  690. # [04:59] * Quits: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr) (Ping timeout)
  691. # [05:00] * Joins: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net)
  692. # [05:00] * Joins: bajaj1 (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  693. # [05:01] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  694. # [05:01] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  695. # [05:02] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  696. # [05:02] * Joins: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr)
  697. # [05:02] * Quits: tonymec|away (tonymec@BF18AB90.B6F588E6.277517C1.IP) (Ping timeout)
  698. # [05:02] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  699. # [05:02] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  700. # [05:03] * Joins: janv (varga@3C42FDFB.15D38914.4F33160D.IP)
  701. # [05:03] * Quits: tonymec_KDE (tonymec@BF18AB90.B6F588E6.277517C1.IP) (Ping timeout)
  702. # [05:03] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  703. # [05:04] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  704. # [05:04] <jesup> ehsan: ping
  705. # [05:05] <@ehsan> jesup: sleepy pong
  706. # [05:05] <jesup> ehsan: Quick WeakPtr question
  707. # [05:05] <@ehsan> shoot
  708. # [05:06] * Joins: Mook (mook@moz-BC41A633.dsl.teksavvy.com)
  709. # [05:06] <jesup> ehsan: given WeakPtr<foo> weak = ptr->asWeakPtr() the docs say to test it before use ("if (weak) { use weak->... }"
  710. # [05:07] <@ehsan> yep
  711. # [05:07] <jesup> it also says that delete ptr will clear all the WeakPtrs to it
  712. # [05:07] * Joins: roc (chatzilla@moz-BBECD5C0.public.wayport.net)
  713. # [05:07] * ChanServ sets mode: +o roc
  714. # [05:07] <@ehsan> correct
  715. # [05:07] * khuey is now known as khuey|away
  716. # [05:07] <jesup> ehsan: so, is there an inherent assumption that all these operations occur on the same thread and so don't need any locking?
  717. # [05:08] <@ehsan> absolutely!
  718. # [05:08] <@ehsan> WeakPtr is not thread-safe
  719. # [05:08] * Quits: erahm1 (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: Leaving.)
  720. # [05:08] * Quits: sewardj (sewardj@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  721. # [05:08] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  722. # [05:08] * Quits: aklotz (Thunderbir@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: aklotz)
  723. # [05:08] <@ehsan> we used to have something which claimed to be but quickly realized that it's not
  724. # [05:08] <@ehsan> and removed it
  725. # [05:08] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  726. # [05:08] <jesup> ehsan: I thought so. WeakPtr.h doesn't even have teh word "thread" anywhere in the description of how to use it
  727. # [05:08] <@ehsan> turns out, doing generic thread-safe weak ptrs is... hard :)
  728. # [05:09] <jesup> Just requires a lot of locking ;-)
  729. # [05:09] <@ehsan> jesup: perhaps we should add a comment saying that it's not!
  730. # [05:09] * @ehsan does that
  731. # [05:09] <jesup> yes!!!
  732. # [05:10] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  733. # [05:10] <jesup> especially since I'm reviewing code that uses it in a threaded environment! (Though perhaps doesn't violate the thread safety, yet to see)
  734. # [05:10] * Joins: till (till@8F761026.B5EF4AF6.E96CA9D8.IP)
  735. # [05:10] * Quits: Jesse (jruderman@moz-62518563.mtv2.mozilla.com) (Quit: Jesse)
  736. # [05:11] <@ehsan> jesup: done :)
  737. # [05:11] <jesup> ehsan: thanks. r+ for comment change ;-)
  738. # [05:12] <@ehsan> too late ;)
  739. # [05:12] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  740. # [05:12] <@ehsan> review-less commits ftw!
  741. # [05:12] <jesup> firebot is slow/asleep
  742. # [05:12] * Joins: cpeterso_ (cpeterson@8F761026.B5EF4AF6.E96CA9D8.IP)
  743. # [05:12] * Quits: kentuckyfriedtakahe (ajones@7EA5AB88.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  744. # [05:12] <jesup> ehsan: thanks
  745. # [05:13] <@ehsan> np
  746. # [05:13] <@ehsan> good night!
  747. # [05:13] * Quits: cpeterson (cpeterson@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  748. # [05:13] * Quits: @ehsan (ehsan@moz-1780D827.cable.teksavvy.com) (Quit: vanished into thin air...)
  749. # [05:13] * nsm|away is now known as nsm
  750. # [05:15] * Joins: h4writer (h4writer@8F761026.B5EF4AF6.E96CA9D8.IP)
  751. # [05:19] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  752. # [05:22] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  753. # [05:22] * admix is now known as admix|away
  754. # [05:23] * Joins: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com)
  755. # [05:24] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  756. # [05:25] * Joins: tonymec_KDE (tonymec@moz-AB1D5B32.adsl-dyn.isp.belgacom.be)
  757. # [05:25] * Joins: hdt91 (hdt91@89742B5E.7F47F277.FCEF9E1A.IP)
  758. # [05:25] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  759. # [05:26] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Input/output error)
  760. # [05:27] * Quits: bajaj1 (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  761. # [05:27] * Quits: till (till@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  762. # [05:28] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  763. # [05:28] * Quits: h4writer (h4writer@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  764. # [05:30] * Joins: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP)
  765. # [05:32] * Quits: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP) (Ping timeout)
  766. # [05:33] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  767. # [05:36] * Quits: dougc (dougc@moz-F16BC551.static.rev.eftel.com) (Ping timeout)
  768. # [05:37] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  769. # [05:37] <philor> it doesn't look good for cpearce
  770. # [05:38] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  771. # [05:38] <philor> mmm, and that's 4 timeouts and killing the run, guess I have to do something about it
  772. # [05:39] * Quits: tessarakt2 (jens@moz-7EF66ACD.dip0.t-ipconnect.de) (Ping timeout)
  773. # [05:39] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  774. # [05:39] * jorendorff is now known as jorendorff_away
  775. # [05:39] * Joins: tonymec|away (tonymec@moz-AB1D5B32.adsl-dyn.isp.belgacom.be)
  776. # [05:40] * Quits: karl (karl@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  777. # [05:41] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  778. # [05:41] * nthomas|away is now known as nthomas
  779. # [05:42] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  780. # [05:43] * Joins: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com)
  781. # [05:44] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  782. # [05:45] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  783. # [05:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9b4d9313e348 - Phil Ringnalda - Backed out 2 changesets (bug 778077, bug 631058)
  784. # [05:50] * Joins: karl (karl@34E8ECDF.DC2C3734.616A18A6.IP)
  785. # [05:51] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  786. # [05:53] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  787. # [05:54] * Quits: weshmek (Mibbit@moz-59273BA1.dynamic.uwaterloo.ca) (Quit: http://www.mibbit.com ajax IRC Client)
  788. # [05:54] * Parts: aja (Instantbir@77027837.73203D5C.7880DB15.IP)
  789. # [05:54] * jlund is now known as jlund|afk
  790. # [05:54] * heycam is now known as heycam|away
  791. # [05:57] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  792. # [05:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/036f9938f08a - Makoto Kato - Bug 987888 - --enable-content-sandbox breaks 64-bit builds. r=dkeeler,r=mshal
  793. # [06:00] * Quits: Matti (Matti@moz-2E6FEF0A.dip0.t-ipconnect.de) (Ping timeout)
  794. # [06:02] * Quits: karl (karl@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  795. # [06:03] * Joins: Matti_away (Matti@moz-DFFBBD3C.dip0.t-ipconnect.de)
  796. # [06:03] * Matti_away is now known as Matti
  797. # [06:04] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  798. # [06:06] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  799. # [06:06] * Quits: cpeterso_ (cpeterson@8F761026.B5EF4AF6.E96CA9D8.IP) (Input/output error)
  800. # [06:07] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  801. # [06:08] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  802. # [06:11] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  803. # [06:13] * Joins: cpeterson (cpeterson@8F761026.B5EF4AF6.E96CA9D8.IP)
  804. # [06:14] * Quits: cpeterson (cpeterson@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: )
  805. # [06:15] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  806. # [06:16] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  807. # [06:16] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  808. # [06:18] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  809. # [06:18] * Optimizer hates that even after 6 hours, try has not even started some of the builds.
  810. # [06:18] * glob is now known as glob|away
  811. # [06:18] * Optimizer development has become so slow.
  812. # [06:19] <mcote> ...we're working on it? :|
  813. # [06:20] * Joins: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net)
  814. # [06:20] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  815. # [06:20] * mcote is now known as mcote|afk
  816. # [06:23] <philor> not really, but in the Win8 case, "we hope not to have that happen again"
  817. # [06:24] * Joins: Edgar (Thunderbir@moz-5FBB9A0D.dynamic.hinet.net)
  818. # [06:26] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  819. # [06:27] * nsm is now known as nsm|away
  820. # [06:28] * Joins: StevenLee (Adium@moz-74ED1BE0.dynamic.hinet.net)
  821. # [06:34] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  822. # [06:35] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Ping timeout)
  823. # [06:36] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  824. # [06:36] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  825. # [06:36] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  826. # [06:36] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  827. # [06:37] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  828. # [06:37] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  829. # [06:37] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  830. # [06:37] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  831. # [06:37] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  832. # [06:38] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  833. # [06:38] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  834. # [06:38] * Joins: kushagra (kushagra@C2E5A5F.579EB575.520CDC98.IP)
  835. # [06:38] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  836. # [06:38] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  837. # [06:39] <mjrosenb> philor: what went wrong?
  838. # [06:39] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  839. # [06:39] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  840. # [06:39] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  841. # [06:39] * Quits: maxli (Adium@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  842. # [06:39] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  843. # [06:39] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  844. # [06:40] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  845. # [06:40] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  846. # [06:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/58eadd6aa714 - John Daggett - Bug 975460 - avoid CTFontCopyTable on OSX 10.6 to avoid crash. r=smichaud
  847. # [06:40] <philor> mjrosenb: we realized that we hadn't been cleaning up old test profiles and temporary files, so we pushed out a script to clean them up
  848. # [06:40] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  849. # [06:40] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  850. # [06:40] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  851. # [06:40] * khuey|away is now known as khuey
  852. # [06:41] <philor> turns out, if you pile up a few thousand Firefox profiles on Windows, it'll take a while to delete them
  853. # [06:41] * glob|away is now known as glob
  854. # [06:41] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  855. # [06:41] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  856. # [06:41] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  857. # [06:41] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  858. # [06:42] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  859. # [06:42] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  860. # [06:42] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Connection reset by peer)
  861. # [06:42] * BenWa is now known as BenWa|email
  862. # [06:42] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  863. # [06:42] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  864. # [06:43] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  865. # [06:43] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  866. # [06:43] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  867. # [06:43] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  868. # [06:43] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  869. # [06:44] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  870. # [06:44] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  871. # [06:44] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  872. # [06:44] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  873. # [06:45] * khuey is now known as khuey|away
  874. # [06:45] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  875. # [06:45] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  876. # [06:45] * khuey|away is now known as khuey
  877. # [06:45] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  878. # [06:51] * Quits: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net) (Input/output error)
  879. # [06:51] * Quits: mgol (m_gol@moz-B9CA2CDF.neoplus.adsl.tpnet.pl) (Ping timeout)
  880. # [06:51] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  881. # [06:51] * Joins: Optimizer1 (Instantbir@9B9DF766.8E2D718C.BE4CF869.IP)
  882. # [06:52] * Quits: Optimizer1 (Instantbir@9B9DF766.8E2D718C.BE4CF869.IP) (Quit: bye :))
  883. # [06:54] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  884. # [06:54] * Joins: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net)
  885. # [06:55] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  886. # [06:57] * Joins: erahm (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  887. # [06:58] * Parts: boris (boris@moz-99690620.hinet-ip.hinet.net)
  888. # [06:58] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  889. # [06:58] <mjrosenb> philor: and that blocked everything else from running? or, I guess you stopped tbpl for a bit while it ran?
  890. # [06:58] * Quits: tonymec_KDE (tonymec@moz-AB1D5B32.adsl-dyn.isp.belgacom.be) (Ping timeout)
  891. # [06:59] * Quits: tonymec|away (tonymec@moz-AB1D5B32.adsl-dyn.isp.belgacom.be) (Ping timeout)
  892. # [06:59] * Quits: erahm (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  893. # [07:00] * Quits: Mook (mook@moz-BC41A633.dsl.teksavvy.com) (Quit: Mook)
  894. # [07:00] <philor> mjrosenb: that left every single win8 test slave doing nothing but deleting files, while win8 jobs piled up and up and up and up
  895. # [07:01] <Optimizer> philor: even osx 10.8 have not started since 7 hrs
  896. # [07:02] * Quits: serge (Thunderbir@moz-297D2E4.dsl.teksavvy.com) (Ping timeout)
  897. # [07:02] <philor> Optimizer: that's completely normal, we have an inadequately sized pool of them, so every single weekday they back up, and then catch up over night
  898. # [07:02] <Optimizer> :(
  899. # [07:03] <Optimizer> also, did everything become slow because we shifted to slower ec2 ?
  900. # [07:03] <philor> probably not
  901. # [07:04] <philor> more likely everything became slow because we became slow, since if you look at debug browser-chrome on esr24, running on the same slaves as trunk, hey, it's fast!
  902. # [07:04] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  903. # [07:04] * Joins: jrm2k6 (jrm2k6@moz-9D27B434.vodafone.hu)
  904. # [07:04] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  905. # [07:04] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  906. # [07:05] * whimboo|afk is now known as whimboo
  907. # [07:05] <philor> we added some bloated and ridiculous tests between the two, too, but I very much doubt that explains the enormous difference
  908. # [07:05] * Joins: serge (Thunderbir@moz-297D2E4.dsl.teksavvy.com)
  909. # [07:06] <@khuey> 0xae7e5c40 [rc=1] FragmentOrElement (xhtml) foo app://system.gaiamobile.org/index.html
  910. # [07:06] <@khuey> wtf is a foo element
  911. # [07:07] * Joins: jbeich (jbeich@moz-9B6DFF17.com)
  912. # [07:07] <jbeich> Does NPOTB include features disabled by default? example: bug 989112
  913. # [07:07] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  914. # [07:08] <jbeich> tbpl has --enable-debug but not --enable-gstrmeamer=1.0
  915. # [07:08] <glob> heads-up: bugzilla.mozilla.org is currently down; IT are aware and looking into the issue
  916. # [07:09] <mjrosenb> khuey: it is an element that is the distilled essence of dave grohl.
  917. # [07:09] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  918. # [07:10] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  919. # [07:10] <Optimizer> philor: hmm, but somehow, only since last 20 days, i am feeling the slowness
  920. # [07:11] <@khuey> bugzilla's down
  921. # [07:11] <@khuey> I think that means the work day is over
  922. # [07:12] <glob> :|
  923. # [07:13] <philor> indeed
  924. # [07:13] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  925. # [07:13] * philor is now known as philor|away
  926. # [07:14] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  927. # [07:14] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Ping timeout)
  928. # [07:14] * nthomas is now known as nthomas|away
  929. # [07:15] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  930. # [07:20] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Ping timeout)
  931. # [07:21] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  932. # [07:21] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  933. # [07:22] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  934. # [07:22] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  935. # [07:22] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  936. # [07:22] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  937. # [07:22] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  938. # [07:23] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  939. # [07:23] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  940. # [07:23] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  941. # [07:23] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  942. # [07:24] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  943. # [07:24] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  944. # [07:24] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  945. # [07:28] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  946. # [07:32] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  947. # [07:36] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  948. # [07:38] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  949. # [07:38] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  950. # [07:38] * Joins: brsun_ (chatzilla@moz-99690620.hinet-ip.hinet.net)
  951. # [07:38] * brsun_ is now known as brsun
  952. # [07:38] * Quits: Dwight_Stegall (YIM@moz-EE25458F.client.mchsi.com) (Quit: Later! :))
  953. # [07:38] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  954. # [07:38] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  955. # [07:39] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  956. # [07:39] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  957. # [07:40] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  958. # [07:43] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  959. # [07:45] * Quits: brendan (brendaneic@moz-D9B414AF.hfc.comcastbusiness.net) (Quit: brendan)
  960. # [07:45] * Quits: @dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net) (Ping timeout)
  961. # [07:45] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  962. # [07:51] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  963. # [07:51] * Quits: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com) (Ping timeout)
  964. # [07:53] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  965. # [07:53] * Joins: wolfiR (wolfiR@moz-1C61F2F4.dip0.t-ipconnect.de)
  966. # [07:55] * Joins: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com)
  967. # [07:56] * Quits: Edgar (Thunderbir@moz-5FBB9A0D.dynamic.hinet.net) (Ping timeout)
  968. # [07:56] * Quits: jaws (uid2871@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  969. # [07:57] * Quits: forivall (quassel@moz-C3493F5E.vc.shawcable.net) (Client exited)
  970. # [07:59] * Joins: Evolutio (Thunderbir@moz-43DCBC3D.superkabel.de)
  971. # [08:00] <jesup> glandium: ping
  972. # [08:03] * Quits: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net) (Input/output error)
  973. # [08:06] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Ping timeout)
  974. # [08:07] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  975. # [08:07] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  976. # [08:07] * Joins: kaze (kaze@B863411A.CFF2191C.C0C7CDD.IP)
  977. # [08:07] * Quits: hdt91 (hdt91@89742B5E.7F47F277.FCEF9E1A.IP) (Ping timeout)
  978. # [08:07] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  979. # [08:08] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  980. # [08:08] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  981. # [08:08] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  982. # [08:08] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  983. # [08:08] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  984. # [08:08] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  985. # [08:08] * Joins: erahm (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  986. # [08:09] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  987. # [08:09] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  988. # [08:09] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  989. # [08:09] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  990. # [08:09] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  991. # [08:10] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  992. # [08:10] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  993. # [08:10] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  994. # [08:10] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  995. # [08:10] * Quits: erahm (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  996. # [08:11] * Joins: tonymec_KDE (tonymec@C921936B.1FB1C825.A9371869.IP)
  997. # [08:11] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  998. # [08:11] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  999. # [08:11] * Quits: kaze (kaze@B863411A.CFF2191C.C0C7CDD.IP) (Ping timeout)
  1000. # [08:11] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  1001. # [08:11] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  1002. # [08:12] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  1003. # [08:12] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  1004. # [08:12] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  1005. # [08:12] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  1006. # [08:12] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1007. # [08:12] * Quits: tonymec_KDE (tonymec@C921936B.1FB1C825.A9371869.IP) (Ping timeout)
  1008. # [08:12] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1009. # [08:13] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  1010. # [08:13] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  1011. # [08:13] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  1012. # [08:13] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  1013. # [08:13] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1014. # [08:14] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  1015. # [08:14] * Quits: jlin (jlin@moz-615916EF.x.rootbsd.net) (Max SendQ exceeded)
  1016. # [08:14] * Joins: jlin (jlin@moz-615916EF.x.rootbsd.net)
  1017. # [08:14] * glob is now known as glob|away
  1018. # [08:16] * Joins: hdt91 (hdt91@89742B5E.7F47F277.FCEF9E1A.IP)
  1019. # [08:17] * Joins: tonymec_KDE (tonymec@58B5ADFC.1FB1C825.A9371869.IP)
  1020. # [08:18] * Quits: hdt91 (hdt91@89742B5E.7F47F277.FCEF9E1A.IP) (Connection reset by peer)
  1021. # [08:19] * Joins: hdt91 (hdt91@89742B5E.7F47F277.FCEF9E1A.IP)
  1022. # [08:24] * Tomcat|afk is now known as Tomcat|sheriffduty
  1023. # [08:25] * Quits: tonymec_KDE (tonymec@58B5ADFC.1FB1C825.A9371869.IP) (Ping timeout)
  1024. # [08:26] * bobowen|afk is now known as bobowen
  1025. # [08:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4b78d33daf8b - Nicolas B. Pierron - Bug 983598 part 3 - Extract RecoverReader out of the SnapshotReader. r=jandem
  1026. # [08:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a4c9a284e014 - Nicolas B. Pierron - Bug 983598 part 4 - Extract RecoverWriter out of SnapshotWriter. r=djvj
  1027. # [08:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0a6be3647674 - Nicolas B. Pierron - Bug 983598 part 1 - Remove inheritance of the SnapshotReader. r=jandem
  1028. # [08:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a40b48f1c669 - Nicolas B. Pierron - Bug 983598 part 2 - Rename trackFrame to trackSnapshot. r=jandem
  1029. # [08:34] * Joins: tonymec_KDE (tonymec@6532B311.FC5C611D.A9371869.IP)
  1030. # [08:35] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1031. # [08:39] * Quits: tonymec_KDE (tonymec@6532B311.FC5C611D.A9371869.IP) (Ping timeout)
  1032. # [08:39] * Fallen|away is now known as Fallen
  1033. # [08:40] <Tomcat|sheriffduty> good morning guys
  1034. # [08:41] * Quits: jrm2k6 (jrm2k6@moz-9D27B434.vodafone.hu) (Connection reset by peer)
  1035. # [08:41] * Joins: jrm2k6 (jrm2k6@moz-9D27B434.vodafone.hu)
  1036. # [08:42] * Joins: tonymec_KDE (tonymec@D7798525.3384AC37.9D2324B7.IP)
  1037. # [08:44] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  1038. # [08:44] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  1039. # [08:49] * mattwoodrow is now known as mattwoodrow|away
  1040. # [08:49] * Quits: jrm2k6 (jrm2k6@moz-9D27B434.vodafone.hu) (Client exited)
  1041. # [08:49] * Quits: StevenLee (Adium@moz-74ED1BE0.dynamic.hinet.net) (Quit: Leaving.)
  1042. # [08:50] * Quits: kushagra (kushagra@C2E5A5F.579EB575.520CDC98.IP) (Client exited)
  1043. # [08:51] * Joins: StevenLee (Adium@moz-74ED1BE0.dynamic.hinet.net)
  1044. # [08:51] * Quits: gerv (Instantbir@moz-6E0BFB62.dsl.sta.abo.bbox.fr) (Ping timeout)
  1045. # [08:52] * Joins: tonymec|away (tonymec@D7798525.3384AC37.9D2324B7.IP)
  1046. # [08:55] * arroway|away is now known as arroway
  1047. # [08:56] * mattwoodrow|away is now known as mattwoodrow
  1048. # [08:57] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1049. # [08:58] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  1050. # [09:01] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1051. # [09:02] * Quits: twi (Adium@moz-CF950680.cust.vodafonedsl.it) (Connection reset by peer)
  1052. # [09:02] * Joins: twi (Adium@moz-CF950680.cust.vodafonedsl.it)
  1053. # [09:03] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  1054. # [09:03] * Fallen is now known as Fallen|away
  1055. # [09:04] * Joins: mikeratcliffe (Adium@1B67F073.8F445B48.7CCB197A.IP)
  1056. # [09:05] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1057. # [09:08] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1058. # [09:11] * Joins: tzimmermann (tzimmerman@moz-E24DF71C.pools.arcor-ip.net)
  1059. # [09:11] * Quits: Optimizer (Optimizer@9B9DF766.8E2D718C.BE4CF869.IP) (Ping timeout)
  1060. # [09:11] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1061. # [09:12] * Joins: jaoo (user@moz-77F1D6C0.red-83-60-72.dynamicip.rima-tde.net)
  1062. # [09:13] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1063. # [09:13] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1064. # [09:13] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1065. # [09:16] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1066. # [09:17] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1067. # [09:17] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1068. # [09:18] * Joins: mak (uid24946@moz-31ABA2C0.irccloud.com)
  1069. # [09:18] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1070. # [09:19] * Joins: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net)
  1071. # [09:20] * Joins: Optimizer (Optimizer@9B9DF766.8E2D718C.BE4CF869.IP)
  1072. # [09:22] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1073. # [09:22] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1074. # [09:22] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1075. # [09:24] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  1076. # [09:26] * dholbert is now known as dholbert|afk
  1077. # [09:27] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1078. # [09:28] * Joins: Edgar (Thunderbir@moz-5FBB9A0D.dynamic.hinet.net)
  1079. # [09:30] * baku|away is now known as baku
  1080. # [09:31] * Joins: RealRaven (Thunderbir@AB6D0257.77343A17.27F80FAC.IP)
  1081. # [09:32] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1082. # [09:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b2f9a0080f9c - Neil Rashbrook - Bug 948901 FTP directory listings need to support the Character Encoding menu r=mayhemer,michal
  1083. # [09:33] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1084. # [09:34] * Quits: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net) (Quit: tantek)
  1085. # [09:34] * Quits: Edgar (Thunderbir@moz-5FBB9A0D.dynamic.hinet.net) (Quit: Edgar)
  1086. # [09:35] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1087. # [09:36] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1088. # [09:37] * Joins: edmorley|away (uid27002@moz-5F4AA75A.irccloud.com)
  1089. # [09:37] * edmorley|away is now known as edmorley
  1090. # [09:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d91f49580ec8 - Neil Rashbrook - Bug 514280 Remove concrete classes from interface maps r=bsmedberg
  1091. # [09:40] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1092. # [09:42] * Joins: gsvelto (gsvelto@moz-8474C0B3.clienti.tiscali.it)
  1093. # [09:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4509cc145dfc - Neil Rashbrook - Bug 514280 Consistently declare and define IID accessors r=bsmedberg
  1094. # [09:45] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1095. # [09:45] * Joins: squeakytoy (squeakytoy@7061EEAD.41CBD7B1.148A607A.IP)
  1096. # [09:46] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1097. # [09:48] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Ping timeout)
  1098. # [09:48] * Quits: StevenLee (Adium@moz-74ED1BE0.dynamic.hinet.net) (Quit: Leaving.)
  1099. # [09:48] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1100. # [09:49] * Joins: MarcoZ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de)
  1101. # [09:49] * Joins: rankov (Mibbit@7A460512.A56E0E8C.DF1CE89D.IP)
  1102. # [09:49] * padenot is now known as padenot|away
  1103. # [09:50] * khuey is now known as khuey|away
  1104. # [09:52] * mattwoodrow is now known as mattwoodrow|away
  1105. # [09:53] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1106. # [09:54] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1107. # [09:55] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1108. # [09:55] * Quits: squib (squib@moz-7BFC3D3A.dhcp.ftbg.wi.charter.com) (Quit: Leaving)
  1109. # [09:56] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1110. # [09:58] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1111. # [09:59] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1112. # [09:59] * padenot|away is now known as padenot
  1113. # [10:01] * Joins: StevenLee (Adium@moz-74ED1BE0.dynamic.hinet.net)
  1114. # [10:02] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1115. # [10:05] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1116. # [10:06] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  1117. # [10:09] * Joins: Ms2ger (Ms2ger@moz-4CB19774.adsl-dyn.isp.belgacom.be)
  1118. # [10:09] * Joins: forivall (quassel@moz-C3493F5E.vc.shawcable.net)
  1119. # [10:10] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1120. # [10:11] * mattwoodrow|away is now known as mattwoodrow
  1121. # [10:13] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1122. # [10:13] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1123. # [10:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/83714ee6b2bb - Terrence Cole - Bug 988053 - Commit nursery memory on an as-needed basis. r=jonco
  1124. # [10:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0b64b4c6b0fe - Ekanan Ketunuti - Bug 988700 - Add diatomaceous to the en-US dictionary. r=ehsan
  1125. # [10:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f9fdd1c1f31c - Terrence Cole - Bug 988326 - Start GC arenas in the decommitted state. r=jonco
  1126. # [10:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/39cf2e4df30d - Terrence Cole - Bug 989035 - Track malloced slots attached to the nursery. r=njn
  1127. # [10:14] * Joins: boris (boris@moz-99690620.hinet-ip.hinet.net)
  1128. # [10:15] * Joins: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net)
  1129. # [10:16] * Joins: hessam (hessam@8E12A927.49A63B7A.E5B8EDAD.IP)
  1130. # [10:17] * Joins: luca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  1131. # [10:17] * Quits: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net) (Ping timeout)
  1132. # [10:18] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1133. # [10:18] * Joins: Gijs (gijs@moz-7614217B.range86-173.btcentralplus.com)
  1134. # [10:19] * khuey|away is now known as khuey
  1135. # [10:20] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1136. # [10:20] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1137. # [10:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f01dc3be26a7 - Ben Hackett - Bug 969436 - Changed the SafepointReader constructor to properly read safepoints, depending on the size of PackedRegisterMask; r=Nicolas B. Pierron
  1138. # [10:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0125028abf33 - David Clarke - Bug 987548 - Reduces the number of tests ran through ipc, to reduce intermittency. r=schien
  1139. # [10:23] * Quits: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1140. # [10:25] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1141. # [10:27] * Joins: msucan (mihai@5AFB78FB.80A864AC.C0E37CF3.IP)
  1142. # [10:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/73e20031bb0f - Marco Castelluccio - Bug 981249 - Test app launch. r=myk
  1143. # [10:28] * Joins: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net)
  1144. # [10:28] <glandium> jesup: pong
  1145. # [10:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6d43bb23f674 - Carsten "Tomcat" Book - Backed out changeset 83714ee6b2bb (bug 988053) for fix bustage
  1146. # [10:31] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1147. # [10:31] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1148. # [10:34] * Quits: mjrosenb (mjrosenb@moz-22104996.hsd1.pa.comcast.net) (Ping timeout)
  1149. # [10:37] * Quits: MarcoZ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de) (Ping timeout)
  1150. # [10:37] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  1151. # [10:37] * Joins: soumyaC (uid15286@moz-E77DEB21.irccloud.com)
  1152. # [10:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/00fa39c23b44 - Chris Pearce - Bug 778077 - Implement HTMLMediaElement.fastSeek(time). r=cajbir
  1153. # [10:37] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1154. # [10:38] * Quits: StevenLee (Adium@moz-74ED1BE0.dynamic.hinet.net) (Quit: Leaving.)
  1155. # [10:39] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1156. # [10:39] * Joins: StevenLee (Adium@moz-74ED1BE0.dynamic.hinet.net)
  1157. # [10:39] * mattwoodrow is now known as mattwoodrow|away
  1158. # [10:40] * Joins: heftig (heftig@moz-33D186ED.unitymedia.biz)
  1159. # [10:40] * Quits: heftig (heftig@moz-33D186ED.unitymedia.biz) (Input/output error)
  1160. # [10:40] * mattwoodrow|away is now known as mattwoodrow
  1161. # [10:40] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1162. # [10:40] * Quits: StevenLee (Adium@moz-74ED1BE0.dynamic.hinet.net) (Ping timeout)
  1163. # [10:41] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1164. # [10:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e3d67b56a9e8 - Mike Hommey - Bug 927672 - Force pymake to fall back to mozmake when run on build slaves. r=gps
  1165. # [10:42] * Joins: gerv (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1166. # [10:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0a0ef0583c2a - Mike Hommey - Bug 989147 - Use new sccache for Linux and Android builds. r=gps
  1167. # [10:42] * jorendorff_away is now known as jorendorff
  1168. # [10:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e739506597e2 - Mike Hommey - Bug 988774 - Reenable sccache on android builds. r=tbsaunde
  1169. # [10:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b8e21f2401a8 - Mike Hommey - Bug 927672 - Get mozmake from tooltool. r=mshal
  1170. # [10:43] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  1171. # [10:43] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1172. # [10:46] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  1173. # [10:46] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1174. # [10:47] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  1175. # [10:47] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1176. # [10:47] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1177. # [10:48] * Joins: heftig (heftig@moz-33D186ED.unitymedia.biz)
  1178. # [10:48] * Quits: gerv (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1179. # [10:54] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1180. # [10:54] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1181. # [10:57] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1182. # [10:58] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1183. # [10:58] * AndreeaMatei is now known as Andreea|lunch
  1184. # [11:06] * Joins: ggp (ggp@5AD1A605.77494594.F546FA5F.IP)
  1185. # [11:06] * baku is now known as baku|away
  1186. # [11:07] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1187. # [11:10] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1188. # [11:10] * ChanServ sets mode: +o smaug
  1189. # [11:12] * Quits: boris (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1190. # [11:12] * Quits: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1191. # [11:14] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1192. # [11:14] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1193. # [11:16] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1194. # [11:16] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1195. # [11:18] * Joins: kushagra (kushagra@E0015E02.8CA7EB2D.C28326FD.IP)
  1196. # [11:20] * Quits: borting (borting@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1197. # [11:21] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1198. # [11:26] * Quits: rlin (rlin-dt@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1199. # [11:26] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1200. # [11:27] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1201. # [11:28] <Yoric> ted: ping
  1202. # [11:29] <Yoric> ted: At the moment, xpcshell fails immediately in case of error in add_task (just as the non-add_task case). How bad would it be to mark the error and proceed with testing?
  1203. # [11:29] * Quits: espadrine` (ttyl@moz-B0D43C54.w92-128.abo.wanadoo.fr) (Ping timeout)
  1204. # [11:29] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  1205. # [11:29] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1206. # [11:29] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1207. # [11:30] * Joins: espadrine` (ttyl@moz-B0D43C54.w92-128.abo.wanadoo.fr)
  1208. # [11:30] <Yoric> ted: Bad performance hit in testing?
  1209. # [11:35] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1210. # [11:36] * Quits: marxin (marxin@moz-97B87435.scz.novell.com) (Ping timeout)
  1211. # [11:36] * Quits: vchang (Vincent@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1212. # [11:37] * Quits: gsvelto (gsvelto@moz-8474C0B3.clienti.tiscali.it) (Input/output error)
  1213. # [11:37] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1214. # [11:38] * ewong is now known as ewong|away
  1215. # [11:38] * Quits: mchen (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424])
  1216. # [11:39] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1217. # [11:39] * Joins: kushagra_ (kushagra@1E6810B.D65816C7.520CDC98.IP)
  1218. # [11:40] * Quits: kushagra (kushagra@E0015E02.8CA7EB2D.C28326FD.IP) (Ping timeout)
  1219. # [11:42] * Andreea|lunch is now known as AndreeaMatei
  1220. # [11:43] * Quits: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com) (Ping timeout)
  1221. # [11:43] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  1222. # [11:44] <jorendorff> ted: Is http://dxr.mozilla.org/mozilla-central/source/accessible/src/base/nsAccessibilityService.cpp#1099 all i need to do
  1223. # [11:44] <jorendorff> ted: to store a bit somewhere that will eventually be included in the crash report if we crash an hour later?
  1224. # [11:45] <jorendorff> (for bug 987995)
  1225. # [11:47] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1226. # [11:49] * Joins: marxin (marxin@moz-97B87435.scz.novell.com)
  1227. # [11:50] * Joins: MarcoZ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de)
  1228. # [11:52] * Joins: Cwiiis (uid15019@moz-31ABA2C0.irccloud.com)
  1229. # [11:52] * ChanServ sets mode: +o Cwiiis
  1230. # [11:54] * baku|away is now known as baku
  1231. # [11:54] * mattwoodrow is now known as mattwoodrow|away
  1232. # [11:55] * Quits: mfinkle (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net) (Ping timeout)
  1233. # [11:57] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1234. # [11:57] * Joins: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com)
  1235. # [11:57] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: vicamo)
  1236. # [11:59] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1237. # [11:59] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1238. # [11:59] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1239. # [12:00] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1240. # [12:01] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: sleep)
  1241. # [12:02] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1242. # [12:03] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/77ece374096b - Gijs Kruitbosch - [Australis] Bug 987177 - make destroyWidget clear caches for XUL wrappers, r=jaws, a=sylvestre
  1243. # [12:03] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/d16251fab6bc - Gijs Kruitbosch - [Australis] Bug 987177 - invalidate wrapper's node reference, r=jaws, a=sylvestre
  1244. # [12:04] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1245. # [12:04] * Quits: Jamin (Mibbit@moz-99690620.hinet-ip.hinet.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1246. # [12:05] * Joins: MarcoZ_ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de)
  1247. # [12:06] * Quits: MarcoZ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de) (Input/output error)
  1248. # [12:06] * Joins: koderok (Thunderbir@F6C53A5D.C2251C12.50E99975.IP)
  1249. # [12:06] * MarcoZ_ is now known as MarcoZ
  1250. # [12:08] * khuey is now known as khuey|away
  1251. # [12:08] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/59ea52090736 - Brandon Cheng - Bug 893661 - (Australis) Back button and toolbar slightly smaller than design spec; r=gijs,jaws,a=sylvestre
  1252. # [12:12] <@roc> The great thing about only sleeping for five hours is that not much email arrives during that time
  1253. # [12:13] <RealRaven> "Currently Firefox expects XPI files to be signed with certificates that conform to the older Object Signing convention" is this still the case?
  1254. # [12:18] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1255. # [12:18] * Joins: mfinkle (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net)
  1256. # [12:19] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1257. # [12:25] * Quits: mfinkle (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net) (Ping timeout)
  1258. # [12:26] * Joins: brendan (brendaneic@moz-D9B414AF.hfc.comcastbusiness.net)
  1259. # [12:29] * Quits: @roc (chatzilla@moz-BBECD5C0.public.wayport.net) (Ping timeout)
  1260. # [12:29] * Quits: kushagra_ (kushagra@1E6810B.D65816C7.520CDC98.IP) (Client exited)
  1261. # [12:31] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1262. # [12:32] * Quits: squeakytoy (squeakytoy@7061EEAD.41CBD7B1.148A607A.IP) (Quit: Leaving)
  1263. # [12:33] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1264. # [12:33] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1265. # [12:34] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1266. # [12:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fe1fc50bad54 - Michal Novotny - Bug 983582 - HTTP cache v2: special handles are not released until shutdown, r=honzab
  1267. # [12:36] * whimboo is now known as whimboo|lunch
  1268. # [12:36] * Quits: MarcoZ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de) (Ping timeout)
  1269. # [12:38] * Joins: mfinkle (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net)
  1270. # [12:40] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1271. # [12:41] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  1272. # [12:43] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  1273. # [12:43] * jorendorff is now known as jorendorff_away
  1274. # [12:45] * Joins: gsvelto (gsvelto@moz-8474C0B3.clienti.tiscali.it)
  1275. # [12:45] * rail_away is now known as rail
  1276. # [12:46] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1277. # [12:47] * khuey|away is now known as khuey
  1278. # [12:49] * jorendorff_away is now known as jorendorff
  1279. # [12:51] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  1280. # [12:51] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  1281. # [12:53] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  1282. # [12:57] * Joins: sunfish (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  1283. # [12:58] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  1284. # [12:59] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1285. # [13:00] * Quits: Optimizer (Optimizer@9B9DF766.8E2D718C.BE4CF869.IP) (Ping timeout)
  1286. # [13:01] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Ping timeout)
  1287. # [13:02] * Joins: schien (anonymous@moz-49CCFF52.dynamic.hinet.net)
  1288. # [13:02] * capella is now known as capella|away
  1289. # [13:03] * jcranmer|away is now known as jcranmer
  1290. # [13:04] * Joins: Optimizer (Optimizer@32C714C4.FA31F8E5.BE4CF869.IP)
  1291. # [13:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e8f6c16edf66 - Mike Hommey - Bug 989147 - Add missing part of the patch from rebase conflict. r=gps
  1292. # [13:06] * Quits: koderok (Thunderbir@F6C53A5D.C2251C12.50E99975.IP) (Ping timeout)
  1293. # [13:06] * Quits: schien (anonymous@moz-49CCFF52.dynamic.hinet.net) (Ping timeout)
  1294. # [13:07] * curtisk|afk is now known as curtisk
  1295. # [13:08] * Joins: vicamo (vicamo@moz-ABB4F1D4.dynamic.hinet.net)
  1296. # [13:09] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1297. # [13:09] * Joins: not_gavin (gavin@gavinsharp.com)
  1298. # [13:09] * ChanServ sets mode: +o not_gavin
  1299. # [13:10] * Quits: sunfish (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1300. # [13:10] * admix|away is now known as admix
  1301. # [13:11] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1302. # [13:12] * jmaher|afk is now known as jmaher
  1303. # [13:14] * Joins: KaiRo (robert@moz-81E5EEDC.adsl.highway.telekom.at)
  1304. # [13:14] * Quits: Ms2ger (Ms2ger@moz-4CB19774.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1305. # [13:16] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1306. # [13:16] * Joins: not_gavin (gavin@gavinsharp.com)
  1307. # [13:16] * ChanServ sets mode: +o not_gavin
  1308. # [13:18] * Joins: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net)
  1309. # [13:20] * Quits: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net) (Ping timeout)
  1310. # [13:21] * Joins: vichen (vichen@moz-32590C14.dynamic.hinet.net)
  1311. # [13:22] * Quits: marxin (marxin@moz-97B87435.scz.novell.com) (Ping timeout)
  1312. # [13:22] * Quits: brendan (brendaneic@moz-D9B414AF.hfc.comcastbusiness.net) (Quit: brendan)
  1313. # [13:22] <jesup> glandium: ping again
  1314. # [13:23] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1315. # [13:23] * Joins: not_gavin (gavin@gavinsharp.com)
  1316. # [13:23] * ChanServ sets mode: +o not_gavin
  1317. # [13:24] <jesup> roc: especially if those 5 hours included nighttime in CA
  1318. # [13:25] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  1319. # [13:26] * Joins: gabor (gabor@moz-AEA498D2.dip0.t-ipconnect.de)
  1320. # [13:26] * Joins: marxin (marxin@moz-97B87435.scz.novell.com)
  1321. # [13:26] * Joins: Pike (chatzilla@moz-8F9F95E0.pool.mediaways.net)
  1322. # [13:27] <glandium> jesup: pong
  1323. # [13:27] * Joins: kushagra (kushagra@B9A09376.D1D0BA85.520CDC98.IP)
  1324. # [13:28] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1325. # [13:30] * Joins: spohl (Adium@moz-77DC1D48.static.hvvc.us)
  1326. # [13:31] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1327. # [13:31] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  1328. # [13:31] * Joins: not_gavin (gavin@gavinsharp.com)
  1329. # [13:31] * ChanServ sets mode: +o not_gavin
  1330. # [13:32] * khuey is now known as khuey|away
  1331. # [13:32] * Quits: dougc (dougc@moz-F16BC551.static.rev.eftel.com) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140319073243])
  1332. # [13:32] * catlee-afk is now known as catlee
  1333. # [13:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/525d4e2eab84 - Ed Morley - Backed out changeset 00fa39c23b44 (bug 778077) for reftest failures
  1334. # [13:33] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1335. # [13:33] * Joins: gerv (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1336. # [13:33] * Quits: vicamo (vicamo@moz-ABB4F1D4.dynamic.hinet.net) (Quit: vicamo)
  1337. # [13:33] * Joins: h4writer (h4writer@8F761026.B5EF4AF6.E96CA9D8.IP)
  1338. # [13:35] * Joins: vicamo (vicamo@moz-ABB4F1D4.dynamic.hinet.net)
  1339. # [13:36] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  1340. # [13:36] * Quits: marxin (marxin@moz-97B87435.scz.novell.com) (Ping timeout)
  1341. # [13:36] * Joins: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net)
  1342. # [13:37] * Quits: vicamo (vicamo@moz-ABB4F1D4.dynamic.hinet.net) (Quit: vicamo)
  1343. # [13:37] * Joins: vicamo (vicamo@moz-ABB4F1D4.dynamic.hinet.net)
  1344. # [13:37] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1345. # [13:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e5f36dfbb383 - Kartikaya Gupta - Bug 980679 - Filter redundant scroll offset updates by scroll generation value. r=botond,tn
  1346. # [13:37] * Callek_disconnected is now known as Callek
  1347. # [13:38] * Joins: sewardj (sewardj@FCCEA34F.7672369.D8E68FF6.IP)
  1348. # [13:38] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1349. # [13:38] * Joins: not_gavin (gavin@gavinsharp.com)
  1350. # [13:38] * ChanServ sets mode: +o not_gavin
  1351. # [13:40] * Quits: spohl (Adium@moz-77DC1D48.static.hvvc.us) (Ping timeout)
  1352. # [13:40] * Joins: marxin (marxin@moz-97B87435.scz.novell.com)
  1353. # [13:41] * Joins: spohl (Adium@moz-77DC1D48.static.hvvc.us)
  1354. # [13:44] * curtisk is now known as curtisk|afk
  1355. # [13:44] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Connection reset by peer)
  1356. # [13:44] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  1357. # [13:45] <NeilAway> shu: rather than qpop, pull -u, qpush you should use pull --rebase ... although that's all going to be obsoleted by changeset evolution anyway
  1358. # [13:45] * baku is now known as baku|away
  1359. # [13:45] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1360. # [13:46] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1361. # [13:46] * Joins: not_gavin (gavin@gavinsharp.com)
  1362. # [13:46] * ChanServ sets mode: +o not_gavin
  1363. # [13:46] * Quits: gabor (gabor@moz-AEA498D2.dip0.t-ipconnect.de) (Ping timeout)
  1364. # [13:46] * baku|away is now known as baku
  1365. # [13:47] * Joins: spohl1 (Adium@moz-68FFF1E.static.hvvc.us)
  1366. # [13:47] * Quits: spohl (Adium@moz-77DC1D48.static.hvvc.us) (Ping timeout)
  1367. # [13:50] * joshua-s|zzz is now known as joshua-s
  1368. # [13:50] * Quits: joshua-s (Thunderbir@moz-22DC81A9.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  1369. # [13:50] * Joins: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu)
  1370. # [13:51] * Joins: joshua-s (Thunderbir@moz-22DC81A9.syrcny.east.verizon.net)
  1371. # [13:52] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1372. # [13:53] * Joins: not_gavin (gavin@gavinsharp.com)
  1373. # [13:53] * ChanServ sets mode: +o not_gavin
  1374. # [13:53] * Quits: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu) (Quit: brendan)
  1375. # [13:53] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1376. # [13:53] * Joins: kaze (kaze@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1377. # [13:54] * Joins: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu)
  1378. # [13:55] * Quits: spohl1 (Adium@moz-68FFF1E.static.hvvc.us) (Quit: Leaving.)
  1379. # [13:55] * Quits: gerv (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1380. # [13:55] * Joins: spohl (Adium@moz-68FFF1E.static.hvvc.us)
  1381. # [13:56] * Quits: spohl (Adium@moz-68FFF1E.static.hvvc.us) (Quit: Leaving.)
  1382. # [13:56] * Joins: spohl (Adium@moz-68FFF1E.static.hvvc.us)
  1383. # [13:56] <glandium> jesup: last pong before i go to bed
  1384. # [13:56] <glandium> you have 5 minutes
  1385. # [13:57] * froydnj contemplates ways to keep glandium busy until jesup shows up
  1386. # [13:57] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  1387. # [13:58] * Quits: kaze (kaze@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1388. # [13:58] * sheppy-offline is now known as sheppy
  1389. # [13:59] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  1390. # [13:59] * Quits: ericchou (uid13391@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  1391. # [13:59] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1392. # [13:59] * Joins: not_gavin (gavin@gavinsharp.com)
  1393. # [13:59] * ChanServ sets mode: +o not_gavin
  1394. # [14:00] <Callek> glandium: ping -- willing to have a 1 hour vidyo meeting about ---- ummm ---- <spins wheel> --- android PGO builds
  1395. # [14:00] * Callek bets that will let jesup show up
  1396. # [14:00] * Joins: bsmedberg_ (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  1397. # [14:01] <glandium> Callek: haha, good one
  1398. # [14:01] * jhopkins|afk is now known as jhopkins|buildduty
  1399. # [14:03] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1400. # [14:03] * Quits: jocelyn (uid26949@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  1401. # [14:04] <glandium> jesup: time is up
  1402. # [14:04] * Joins: davidb|afk (uid12418@moz-31ABA2C0.irccloud.com)
  1403. # [14:06] * Quits: vichen (vichen@moz-32590C14.dynamic.hinet.net) (Quit: vichen)
  1404. # [14:07] * Quits: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net) (Quit: tantek)
  1405. # [14:07] * bobowen is now known as bobowen|afk
  1406. # [14:07] * kmoir-afk is now known as kmoir
  1407. # [14:07] * Quits: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu) (Quit: brendan)
  1408. # [14:07] * bobowen|afk is now known as bobowen
  1409. # [14:08] * Quits: spohl (Adium@moz-68FFF1E.static.hvvc.us) (Quit: Leaving.)
  1410. # [14:08] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1411. # [14:09] * Joins: spohl (Adium@moz-C2FD1A8C.phx.napinet.net)
  1412. # [14:09] * Quits: spohl (Adium@moz-C2FD1A8C.phx.napinet.net) (Input/output error)
  1413. # [14:09] * Joins: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu)
  1414. # [14:09] * Joins: spohl (Adium@moz-8AE83D44.static.hvvc.us)
  1415. # [14:09] * Joins: bent (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  1416. # [14:09] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1417. # [14:10] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Connection reset by peer)
  1418. # [14:10] * Joins: rogeliodh (Thunderbir@E280E846.1A44C847.D67CC001.IP)
  1419. # [14:11] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Ping timeout)
  1420. # [14:14] * Joins: jaspreet (jaspreet@9B9315E1.A6025CA.1C37C358.IP)
  1421. # [14:15] * jhopkins|buildduty is now known as jhopkins|brb
  1422. # [14:16] * jaspreet is now known as jaspreet|nap
  1423. # [14:16] * jaspreet|nap is now known as jaspreet
  1424. # [14:16] * kats|away is now known as kats
  1425. # [14:16] * Joins: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be)
  1426. # [14:18] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1427. # [14:18] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1428. # [14:19] * Joins: geekles (geekles@7EC8DD47.E245EA01.B2C2E2C7.IP)
  1429. # [14:20] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1430. # [14:20] * Quits: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu) (Quit: brendan)
  1431. # [14:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f86715f86157 - Peter Van der Beken - Bug 984495 - Add Window.onwheel to WebIDL. r=bz.
  1432. # [14:20] * Quits: geekles (geekles@7EC8DD47.E245EA01.B2C2E2C7.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1433. # [14:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8059895497c1 - Peter Van der Beken - Bug 988363 - Outerize when wrapping nsGlobalWindow. r=bz.
  1434. # [14:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/065ea2da5d6a - Peter Van der Beken - Bug 988334 - Stop reusing SpecialPowers for different windows. r=jmaher.
  1435. # [14:20] * Quits: bent (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1436. # [14:21] <jesup> darn, decided to eat breakfast!
  1437. # [14:22] <Ms2ger> Why'd you do that?
  1438. # [14:22] <jesup> pancakes
  1439. # [14:23] * Joins: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu)
  1440. # [14:23] * Ms2ger eats a brownie instea
  1441. # [14:23] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1442. # [14:23] <Ms2ger> d
  1443. # [14:24] * Joins: bent (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  1444. # [14:24] * ewong|sleep is now known as ewong
  1445. # [14:25] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1446. # [14:25] * ChanServ sets mode: +o smaug
  1447. # [14:25] * sheppy is now known as sheppy-afk
  1448. # [14:26] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1449. # [14:26] * Joins: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  1450. # [14:26] * Joins: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com)
  1451. # [14:26] * Joins: jhlin (jhlin@moz-74ED1BE0.dynamic.hinet.net)
  1452. # [14:27] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1453. # [14:27] * Joins: mccr8 (mccr8@13F2CEC5.7672369.D8E68FF6.IP)
  1454. # [14:27] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1455. # [14:27] * Quits: jaspreet (jaspreet@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1456. # [14:27] * Joins: six600110 (six600110@moz-9117A1DE.hsd1.il.comcast.net)
  1457. # [14:28] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1458. # [14:29] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1459. # [14:29] * Quits: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu) (Quit: brendan)
  1460. # [14:30] * Joins: m_gol (m_gol@moz-325EEB24.neoplus.adsl.tpnet.pl)
  1461. # [14:32] * jhopkins|brb is now known as jhopkins|buildduty
  1462. # [14:32] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  1463. # [14:33] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  1464. # [14:33] <jesup> Evil background-as-flash on HuffingtonPost this morning (ad for Noah). Chews system alive
  1465. # [14:35] * Joins: Mano (mano@F9B23B34.E7227095.51B98CA5.IP)
  1466. # [14:35] * Joins: tessarakt2 (jens@moz-7EF66ACD.dip0.t-ipconnect.de)
  1467. # [14:35] * Joins: gustavold (gustavold@812C5516.D053F8AE.DF2AC62B.IP)
  1468. # [14:35] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  1469. # [14:36] * Quits: jhlin (jhlin@moz-74ED1BE0.dynamic.hinet.net) (Client exited)
  1470. # [14:37] * hwine-ooo is now known as hwine
  1471. # [14:37] * Joins: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu)
  1472. # [14:38] * Joins: borting (borting@D41346BA.926DB268.3A70C586.IP)
  1473. # [14:38] * Joins: Mano_ (mano@F9B23B34.E7227095.51B98CA5.IP)
  1474. # [14:38] * Quits: Mano (mano@F9B23B34.E7227095.51B98CA5.IP) (Connection reset by peer)
  1475. # [14:39] * Quits: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  1476. # [14:40] * Joins: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  1477. # [14:40] * Quits: h4writer (h4writer@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1478. # [14:41] * Quits: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  1479. # [14:41] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  1480. # [14:43] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1481. # [14:43] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  1482. # [14:44] * Joins: MarcoZ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de)
  1483. # [14:45] * Joins: jwktje (Thunderbir@moz-249AD488.jdi.nl)
  1484. # [14:45] <jwktje> Hey everyone. Is there anyone in here that can tell me if there is a way to check if a browsers supports SVG as a Background image? Preferably in Javascript.
  1485. # [14:46] * Quits: rogeliodh (Thunderbir@E280E846.1A44C847.D67CC001.IP) (Quit: rogeliodh)
  1486. # [14:46] * Joins: rogeliodh (Thunderbir@E280E846.1A44C847.D67CC001.IP)
  1487. # [14:46] * Quits: vicamo (vicamo@moz-ABB4F1D4.dynamic.hinet.net) (Quit: vicamo)
  1488. # [14:47] * Joins: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl)
  1489. # [14:48] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  1490. # [14:49] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1491. # [14:50] * Joins: till (till@13F2CEC5.7672369.D8E68FF6.IP)
  1492. # [14:51] * jdm wonders if that will fire load/error events at the element
  1493. # [14:51] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1494. # [14:51] * Quits: davidb|afk (uid12418@moz-31ABA2C0.irccloud.com) (Quit: )
  1495. # [14:51] <Ms2ger> Background images? No
  1496. # [14:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b788e47f428f - Michal Novotny - Bug 987814 - HTTP cache v2: initial index build happens immediately after the profile is open, r=honzab
  1497. # [14:51] * whimboo|lunch is now known as whimboo
  1498. # [14:52] * Quits: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu) (Quit: brendan)
  1499. # [14:53] * armenzg is now known as armenzg_brb
  1500. # [14:54] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  1501. # [14:54] * Joins: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca)
  1502. # [14:54] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1503. # [14:54] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1504. # [14:55] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1505. # [14:55] * Joins: erahm (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  1506. # [14:55] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1507. # [14:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7f65cc3df419 - Nathan Froyd - Bug 988499 - terminate #warning string in Nuwa.cpp; r=khuey; f=tzimmerman DONTBUILD because #warnings don't need build and tests
  1508. # [14:57] * Joins: automata (automata@302C91B4.8DDD1F9.16867D26.IP)
  1509. # [14:59] * Joins: MarcoZ_ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de)
  1510. # [14:59] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1511. # [15:00] * Quits: MarcoZ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de) (Input/output error)
  1512. # [15:00] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  1513. # [15:00] * MarcoZ_ is now known as MarcoZ
  1514. # [15:00] * Joins: dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net)
  1515. # [15:00] * ChanServ sets mode: +ao dbaron dbaron
  1516. # [15:00] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  1517. # [15:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/23b83cff50a4 - Jonathan Wei - Bug 844023 - Flag accessible group info for updating when tree mutates, r=tbsaunde.
  1518. # [15:01] * julienw_afk is now known as julienw
  1519. # [15:01] * Quits: sfink (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1520. # [15:03] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/b4d7069678b7 - Mike de Boer - Bug 985416: update visual appearance of dropmarker open state. r=Gijs, a=sylvestre
  1521. # [15:04] * Quits: tessarakt2 (jens@moz-7EF66ACD.dip0.t-ipconnect.de) (Ping timeout)
  1522. # [15:05] * Joins: tessarakt2 (jens@moz-58318F3E.dip0.t-ipconnect.de)
  1523. # [15:06] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  1524. # [15:07] * Quits: tessarakt2 (jens@moz-58318F3E.dip0.t-ipconnect.de) (Ping timeout)
  1525. # [15:07] * Joins: tessarakt3 (jens@moz-6643F83.dip0.t-ipconnect.de)
  1526. # [15:07] * Joins: gerv (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1527. # [15:07] * philor|away is now known as philor
  1528. # [15:09] * Quits: tessarakt3 (jens@moz-6643F83.dip0.t-ipconnect.de) (Ping timeout)
  1529. # [15:10] * Quits: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1530. # [15:10] * Joins: tessarakt3 (jens@moz-CD024DF7.dip0.t-ipconnect.de)
  1531. # [15:11] * hwine is now known as hwine-food
  1532. # [15:11] * Joins: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu)
  1533. # [15:11] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  1534. # [15:12] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  1535. # [15:12] * Quits: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu) (Quit: brendan)
  1536. # [15:12] * Joins: jviereck (Adium@moz-54BF7DE5.ethz.ch)
  1537. # [15:13] * Quits: tessarakt3 (jens@moz-CD024DF7.dip0.t-ipconnect.de) (Ping timeout)
  1538. # [15:13] * Joins: Waldo (waldo@13F2CEC5.7672369.D8E68FF6.IP)
  1539. # [15:13] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  1540. # [15:13] * armenzg_brb is now known as armenzg
  1541. # [15:16] * Joins: tessarakt3 (jens@moz-B86CABB0.dip0.t-ipconnect.de)
  1542. # [15:17] <Tomcat|sheriffduty> mikedeboer: ping
  1543. # [15:17] <Tomcat|sheriffduty> seems there is a bustage on beta
  1544. # [15:17] * Quits: gerv (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1545. # [15:17] <mikedeboer> Tomcat|sheriffduty: I'll take a look
  1546. # [15:18] <Tomcat|sheriffduty> mikedeboer: hm seems its more releng or so mesa-libGL-devel-7.11-3.el6.x86_64: failure: mesa-libGL-devel-7.11-3.el6.x86_64.rpm from centos6: [Errno 256] No more mirrors to try.
  1547. # [15:18] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1548. # [15:18] <mikedeboer> Tomcat|sheriffduty: uhm, ok... that doesn't seem like I can do something about :/
  1549. # [15:19] * Quits: tessarakt3 (jens@moz-B86CABB0.dip0.t-ipconnect.de) (Ping timeout)
  1550. # [15:19] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  1551. # [15:19] * Joins: tessarakt3 (jens@moz-139AD04E.dip0.t-ipconnect.de)
  1552. # [15:19] <mikedeboer> might be good to close the tree and figure things out from there...
  1553. # [15:19] <Waldo> you can't fix connectivity issues in the cloud? boo :-)
  1554. # [15:19] * Joins: gabor (gabor@moz-AEA498D2.dip0.t-ipconnect.de)
  1555. # [15:20] * jchen|away is now known as jchen
  1556. # [15:20] * Joins: sunfish (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  1557. # [15:20] <Tomcat|sheriffduty> mikedeboer: RyanVM already retriggered :)
  1558. # [15:21] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Ping timeout)
  1559. # [15:21] <RyanVM> mikedeboer: srsly, what Waldo said
  1560. # [15:21] <RyanVM> mikedeboer: FFS, what are we paying you guys for these days?
  1561. # [15:21] <Tomcat|sheriffduty> :)
  1562. # [15:21] * Quits: jviereck (Adium@moz-54BF7DE5.ethz.ch) (Quit: Leaving.)
  1563. # [15:22] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Ping timeout)
  1564. # [15:22] <mikedeboer> oboy, this WILL be mentioned during my perf review next month...
  1565. # [15:22] * Joins: jviereck (Adium@moz-54BF7DE5.ethz.ch)
  1566. # [15:22] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1567. # [15:22] * Quits: jviereck (Adium@moz-54BF7DE5.ethz.ch) (Client exited)
  1568. # [15:23] * Quits: tessarakt3 (jens@moz-139AD04E.dip0.t-ipconnect.de) (Ping timeout)
  1569. # [15:23] * Joins: sfink (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  1570. # [15:23] * RyanVM looks up mikedeboer's manager in phonebook
  1571. # [15:23] <RyanVM> it will NOW
  1572. # [15:23] <Alessar> Hello. One question. I use "mach mochitest-plain path_for_test" but receive error that system have no this test in directory "_test". (Before it I run "mach build", and create new test file). What I did wrong?
  1573. # [15:23] <padenot> did you add the test to the moz.build file?
  1574. # [15:24] <RyanVM> of course, I'm not sure if "making life miserable for sheriffs" would be seen as a negative or a badge of honor
  1575. # [15:24] <Ms2ger> Did you disable tests
  1576. # [15:24] * mikedeboer cries and sobs... his eight children will have to share their food
  1577. # [15:24] * Joins: aklotz (Thunderbir@13F2CEC5.7672369.D8E68FF6.IP)
  1578. # [15:25] <Ms2ger> mikedeboer, will learn the little brats ;)
  1579. # [15:25] <Gijs> *teach
  1580. # [15:25] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Ping timeout)
  1581. # [15:25] * RyanVM is glad he had just swallowed his coffee before mike's last comment
  1582. # [15:26] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  1583. # [15:26] * ChanServ sets mode: +o ehsan
  1584. # [15:26] * Joins: asb (asb@moz-7140CF01.ccs.neu.edu)
  1585. # [15:26] * Quits: Pike (chatzilla@moz-8F9F95E0.pool.mediaways.net) (Ping timeout)
  1586. # [15:26] <mikedeboer> oh well, as long as I get to keep my daily dose of caviar.
  1587. # [15:26] <froydnj> CLOSED TREE because sheriiffs spit coffee over their keyboard, brb
  1588. # [15:27] <Tomcat|sheriffduty> lol
  1589. # [15:27] <Tomcat|sheriffduty> froydnj: thats why we have multiple sheriffs -> multiple keyboards :P
  1590. # [15:27] <jdm> our sheriffs share one keyboard
  1591. # [15:27] <mikedeboer> CLOSED TREE ad.: and RyanVM's now only produces 'rm -rf /'
  1592. # [15:28] <mikedeboer> *keyboard
  1593. # [15:28] * RyanVM fixes all the bugs, goes home for the weekend
  1594. # [15:28] <Waldo> mikedeboer: we let you keep that? that's fishy
  1595. # [15:29] * RyanVM *groans*
  1596. # [15:29] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1597. # [15:29] <Waldo> o/~ you have to admit, it's getting better, getting better all the time o/~
  1598. # [15:29] <Ms2ger> Waldo, you're literally Hitler
  1599. # [15:29] * RyanVM slaps Waldo with a wet fish
  1600. # [15:29] <Waldo> o/~ (couldn't get much worse) o/~
  1601. # [15:29] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1602. # [15:30] * Joins: h4writer (h4writer@13F2CEC5.7672369.D8E68FF6.IP)
  1603. # [15:30] * Joins: Pike (chatzilla@moz-8F9F95E0.pool.mediaways.net)
  1604. # [15:30] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1605. # [15:31] * mikedeboer is glad he had just swallowed his coffee his coffee before _this_ conversation happened
  1606. # [15:31] <Alessar> padenot: Should I realy add html file in moz.build ?
  1607. # [15:31] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1608. # [15:31] <jcranmer> Waldo: what if I told you that the wet fish is wet because it was doused in urea first?
  1609. # [15:31] <Alessar> Ms2ger: No. Tests is enable.
  1610. # [15:32] <froydnj> red snapper. very tasty fish!
  1611. # [15:32] <padenot> Alessar: yes
  1612. # [15:32] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1613. # [15:32] <padenot> ha no
  1614. # [15:32] <padenot> mochitest.ini
  1615. # [15:32] <padenot> sorry
  1616. # [15:32] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1617. # [15:32] <idwer> so I ran 'hg up 989fc7e2f34f' but 'hg tip' is at changeset: 175793:6fa163ff81a3
  1618. # [15:32] * Joins: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu)
  1619. # [15:33] <Waldo> jcranmer: la la la
  1620. # [15:34] * Joins: njn (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  1621. # [15:36] <sewardj> gkw: workaround at http://valgrind.10908.n7.nabble.com/Compilation-error-td45906.html
  1622. # [15:36] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1623. # [15:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c9640661eddc - Olli Pettay - Bug 987433 - DOMTokenList should have a strong reference to its owner so that the API doesn't suddenly start returning empty string. r=khuey
  1624. # [15:36] <Gijs> idwer: you forgot the "-r"
  1625. # [15:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/58dd10f21d5c - Jan Beich - Bug 989112 - Lazily reference to gst_event_type_get_name() to unbreak --enable-debug. r=alessandro.d
  1626. # [15:36] <Gijs> (before the rev)
  1627. # [15:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8d3f9720851c - Abhishek Potnis - Bug 986499 - Make the calls to import Deprecated.jsm lazy. r=yoric
  1628. # [15:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8947d2b88791 - Kartikaya Gupta - Bug 948377 - Remove unwanted rounding in CalculateCompositedRectInCssPixels; add a CalculateCompositedSizeInCssPixels also. r=botond
  1629. # [15:37] <bbouvier> sewardj: the fix was actually to install libc6-dev:i386, thanks gkw!
  1630. # [15:37] <sewardj> bbouvier: ah yes, that sounds familiar now
  1631. # [15:37] <Ms2ger> Gijs, -r is optional
  1632. # [15:37] <idwer> Gijs: so 'hg up -r 142500' ?
  1633. # [15:37] <Gijs> Ms2ger: that's not what hg help update says!
  1634. # [15:37] * Joins: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net)
  1635. # [15:37] <Gijs> hg update [-c] [-C] [-d DATE] [[-r] REV]
  1636. # [15:37] <gkw> sewardj: perhaps we could add this to the website?
  1637. # [15:37] <Ms2ger> [-r]
  1638. # [15:37] <Ms2ger> []
  1639. # [15:38] <sewardj> gkw: to the V website or some moz wiki?
  1640. # [15:38] <Gijs> hrmpf
  1641. # [15:38] <sewardj> gkw: we could add this to the V FAQ
  1642. # [15:38] <gkw> sewardj: possibly V site
  1643. # [15:38] * Joins: jhlin (jhlin@moz-CB5AF6CA.dynamic-ip.hinet.net)
  1644. # [15:39] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1645. # [15:40] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  1646. # [15:40] * Quits: jhlin (jhlin@moz-CB5AF6CA.dynamic-ip.hinet.net) (Ping timeout)
  1647. # [15:40] * Quits: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net) (Ping timeout)
  1648. # [15:40] <gkw> sewardj: thanks!
  1649. # [15:40] <gkw> (and also automake, if it's not there)
  1650. # [15:40] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1651. # [15:41] <idwer> Gijs:
  1652. # [15:41] <idwer> $ hg up -r 142500 && hg tip
  1653. # [15:41] <idwer> 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
  1654. # [15:41] <idwer> changeset: 175793:6fa163ff81a3
  1655. # [15:41] * Joins: koderok (Thunderbir@BA843233.70600C61.85BF2EFC.IP)
  1656. # [15:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/70250f19db42 - Nicolas Silva - Bug 977255 - Initialize the gralloc memory reporter in gfxPlatform. r=cwiiis
  1657. # [15:42] <Gijs> idwer: is there no other output? Like "abort: update would cross branches" or something?
  1658. # [15:42] <Gijs> oh
  1659. # [15:42] <Gijs> but hg tip always points to tip
  1660. # [15:42] <Gijs> you want hg parent
  1661. # [15:42] * Joins: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net)
  1662. # [15:42] <idwer> ah, better
  1663. # [15:42] <idwer> $ hg parent
  1664. # [15:42] <idwer> changeset: 142500:989fc7e2f34f
  1665. # [15:42] <idwer> parent: 142449:d8a62355ea26
  1666. # [15:42] <Gijs> right
  1667. # [15:43] * Quits: gabor (gabor@moz-AEA498D2.dip0.t-ipconnect.de) (Ping timeout)
  1668. # [15:44] * Quits: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com) (Quit: Leaving.)
  1669. # [15:46] * Joins: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP)
  1670. # [15:48] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1671. # [15:48] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1672. # [15:49] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1673. # [15:49] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1674. # [15:49] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1675. # [15:51] * Quits: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu) (Quit: brendan)
  1676. # [15:52] * Quits: rbarnes (rbarnes@moz-7A33E8F0.ptr.us.xo.net) (Input/output error)
  1677. # [15:52] * Joins: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu)
  1678. # [15:53] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1679. # [15:55] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1680. # [15:56] * Joins: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1681. # [15:56] * nsm|away is now known as nsm
  1682. # [15:57] * BenWa|email is now known as BenWa
  1683. # [15:57] * Quits: mkaply (quassel@moz-40A9D7EC.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1684. # [15:57] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1685. # [16:00] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1686. # [16:00] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1687. # [16:01] * Tomcat|sheriffduty is now known as Tomcat|afk
  1688. # [16:01] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1689. # [16:01] * edmorley is now known as edmorley|sheriffduty
  1690. # [16:01] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1691. # [16:02] * Joins: mkaply (quassel@moz-40A9D7EC.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1692. # [16:02] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1693. # [16:03] * Quits: Waldo (waldo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1694. # [16:03] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1695. # [16:04] * Joins: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com)
  1696. # [16:04] <RyanVM> Gijs: our perma-fail on beta is back :(
  1697. # [16:04] * Joins: naveed (naveed@13F2CEC5.7672369.D8E68FF6.IP)
  1698. # [16:04] <RyanVM> Gijs: https://tbpl.mozilla.org/php/getParsedLog.php?id=36874685&tree=Mozilla-Beta
  1699. # [16:04] * Joins: Waldo (waldo@13F2CEC5.7672369.D8E68FF6.IP)
  1700. # [16:05] <AutomatedTester> past: you're email is being looked into
  1701. # [16:05] * Quits: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com) (Max SendQ exceeded)
  1702. # [16:05] <RyanVM> mikeratcliffe++
  1703. # [16:06] <RyanVM> mikeratcliffe: that Try run is pretty darn green :)
  1704. # [16:06] <Ms2ger> AutomatedTester, *your
  1705. # [16:06] <AutomatedTester> Ms2ger: come give me a hug?
  1706. # [16:06] <AutomatedTester> you clearly need it
  1707. # [16:06] <Ms2ger> :D
  1708. # [16:06] <Gijs> RyanVM: :\
  1709. # [16:06] <Gijs> RyanVM: I need to run out, but I should be able to look in an hour or two, sorry. :(
  1710. # [16:07] <RyanVM> it's cool
  1711. # [16:07] <mikeratcliffe> RyanVM: Yay
  1712. # [16:07] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  1713. # [16:07] * Ms2ger hugs AutomatedTester
  1714. # [16:07] <RyanVM> mikeratcliffe: doesn't look like it had a big affect on runtimes either
  1715. # [16:07] <RyanVM> so that's good :)
  1716. # [16:07] <mikeratcliffe> yup
  1717. # [16:07] <RyanVM> Gijs: before you go
  1718. # [16:07] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  1719. # [16:07] <RyanVM> bug 983948 is a pretty high-priority patch, can you pass the review off if you can't look at it soonish?
  1720. # [16:08] * Quits: koderok (Thunderbir@BA843233.70600C61.85BF2EFC.IP) (Ping timeout)
  1721. # [16:09] <Gijs> RyanVM: done it before you pinged :)
  1722. # [16:09] <RyanVM> mikeratcliffe: well, looks like they are running a bit slower
  1723. # [16:09] <Gijs> well, before I noticed the ping
  1724. # [16:09] <RyanVM> even better!
  1725. # [16:09] <RyanVM> thanks :)
  1726. # [16:09] <Gijs> np
  1727. # [16:09] <RyanVM> mikeratcliffe: ouch
  1728. # [16:09] * Joins: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net)
  1729. # [16:09] <RyanVM> osx 10.6 debug went from 130ish min to 160ish
  1730. # [16:09] * Joins: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com)
  1731. # [16:09] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1732. # [16:09] <past> AutomatedTester: thank you!
  1733. # [16:09] <RyanVM> 10.8 103 -> 124
  1734. # [16:10] <AutomatedTester> past: apparently you arent in the list, are you sure that the mail is going to past@moco ?
  1735. # [16:10] * Joins: vicamo (vicamo@moz-EE54B366.dynamic.hinet.net)
  1736. # [16:10] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  1737. # [16:10] * mcote|afk is now known as mcote
  1738. # [16:10] <RyanVM> mikeratcliffe: so it's greener and slower AFAICT, I guess that's expected
  1739. # [16:10] <past> AutomatedTester: I'm still getting them and I forward it to pastith@ GMail
  1740. # [16:11] <RyanVM> mikeratcliffe: to be mitigated by the chunking and dt split
  1741. # [16:11] <RyanVM> jmaher: Ping
  1742. # [16:11] <AutomatedTester> past: definitely going to past@moco though?
  1743. # [16:11] <past> AutomatedTester: but I tried to unsubscribe that as well
  1744. # [16:11] <jmaher> RyanVM: pong
  1745. # [16:11] * Quits: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: vingtetun)
  1746. # [16:11] * Joins: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1747. # [16:11] <RyanVM> jmaher: I'm going ot push bug 983948 to cedar to see what affect it has there
  1748. # [16:12] <AutomatedTester> past: is past@moco your only moco address?
  1749. # [16:12] <jmaher> RyanVM: oh cool
  1750. # [16:12] * Quits: jwktje (Thunderbir@moz-249AD488.jdi.nl) (Quit: jwktje)
  1751. # [16:12] <jmaher> I should put that on my next push for per directory tresting
  1752. # [16:12] <RyanVM> jmaher: expectation is slower but greener
  1753. # [16:12] <RyanVM> I really wonder if we're going to need consider chunking devtools from the start
  1754. # [16:12] <jib> RyanVM: Hi, Bug 931672 is another one of the erro=undefined ones, can I get the Ryan treatment?
  1755. # [16:13] <past> AutomatedTester: also pastithas@moco, but on further inspection it looks like the mail goes straight to my gmail address
  1756. # [16:13] <RyanVM> jib: ?
  1757. # [16:13] <past> AutomatedTester: I tried to unsubscribe from all 3
  1758. # [16:13] <AutomatedTester> past: ahh, try unsub with that address then
  1759. # [16:13] <jib> RyanVM: close as wontfix and wait for new bug opened?
  1760. # [16:13] <jib> it looked like you did that to a slew of similar ones
  1761. # [16:14] <RyanVM> jib: WFM I think
  1762. # [16:14] <jib> ok cool
  1763. # [16:14] <RyanVM> but yeah, with a comment pointing at the bug where we fixed the mssages
  1764. # [16:14] <RyanVM> and 932157 I think needs it too?
  1765. # [16:14] * Joins: mattur (sid16049@moz-A42E5B7B.irccloud.com)
  1766. # [16:14] <Gijs> still slower for debug m-bc?
  1767. # [16:14] <jib> yes
  1768. # [16:14] <Gijs> fml :(
  1769. # [16:14] <RyanVM> Gijs: 20-30min slowdowns on osx :(
  1770. # [16:14] <Gijs> anyway --> out for a bit
  1771. # [16:15] <Gijs> RyanVM: I solemnly swear that I'll do my best to help with the splitting thing as soon as 29 is out the door.
  1772. # [16:15] <Gijs> we need to get this sorted :\
  1773. # [16:15] <RyanVM> jmaher: pushed to cedar
  1774. # [16:15] * Quits: hdt91 (hdt91@89742B5E.7F47F277.FCEF9E1A.IP) (Ping timeout)
  1775. # [16:15] * RyanVM notices the Ro jobs on cedar
  1776. # [16:16] * Gijs is now known as Gijs_away
  1777. # [16:16] * RyanVM wonders when the people that were "OMG WE NEED THESE" plan to green them up
  1778. # [16:16] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1779. # [16:16] <RyanVM> nical: ping
  1780. # [16:17] * Quits: sewardj (sewardj@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  1781. # [16:17] * Joins: sewardj_ (sewardj@FCCEA34F.7672369.D8E68FF6.IP)
  1782. # [16:17] * jhopkins|buildduty is now known as jhopkins|bbiab
  1783. # [16:17] * whimboo is now known as whimboo|afk
  1784. # [16:18] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  1785. # [16:18] <nical> RyanVM: pong
  1786. # [16:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/25d0630ab47d - Nikhil Marathe - Bug 956197 - Tests to check Promises can accept iterators. r=bz
  1787. # [16:18] <RyanVM> nical: hey, were you working on reftest-omtc?
  1788. # [16:19] * Joins: sewardj__ (sewardj@FCCEA34F.7672369.D8E68FF6.IP)
  1789. # [16:19] * Quits: sewardj_ (sewardj@FCCEA34F.7672369.D8E68FF6.IP) (Connection reset by peer)
  1790. # [16:19] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1791. # [16:20] <nical> RyanVM: no, I am not sure what this is
  1792. # [16:20] <RyanVM> Milan wanted them
  1793. # [16:21] <RyanVM> windows reftests w/ omtc on
  1794. # [16:21] <RyanVM> not sure who's working on getting them green and running somewhere other than cedar, though
  1795. # [16:21] <nical> RyanVM: ah, well I have been working on getting omtc-windows to pass the reftests, but I haven't been part of any infrastructure work to get that on tbpl
  1796. # [16:21] <RyanVM> nical: well, I was mainly curious about the "green on tbpl" part :P
  1797. # [16:22] <RyanVM> nical: are there bugs I can follow for the greening up work?
  1798. # [16:22] <froydnj> ehsan: Waldo: when do you want to brain-dump?
  1799. # [16:22] <@ehsan> froydnj: now?
  1800. # [16:24] <tbsaunde> ehsan: where are you guys?
  1801. # [16:24] <nical> RyanVM: there's bug 957560
  1802. # [16:24] <froydnj> Waldo: ^ ?
  1803. # [16:24] <@ehsan> tbsaunde: at my desk for now :)
  1804. # [16:24] <Waldo> froydnj, ehsan: sure, sounds good
  1805. # [16:25] * Waldo meandres over
  1806. # [16:25] <tbsaunde> ehsan: you've been very silent today ;)
  1807. # [16:25] * Quits: @Cwiiis (uid15019@moz-31ABA2C0.irccloud.com) (Ping timeout)
  1808. # [16:25] * Quits: ggherdov_ (sid11402@moz-E77DEB21.irccloud.com) (Ping timeout)
  1809. # [16:25] * Quits: bkelly (sid22777@moz-E77DEB21.irccloud.com) (Ping timeout)
  1810. # [16:25] <@ehsan> froydnj: Waldo: tbsaunde: should we head out to the couches?
  1811. # [16:25] <Waldo> that's how it's spelled in Canadia, right?
  1812. # [16:25] * kats is now known as kats-afk
  1813. # [16:25] <Waldo> wfm
  1814. # [16:25] * Joins: Cwiiis (uid15019@moz-31ABA2C0.irccloud.com)
  1815. # [16:25] * ChanServ sets mode: +o Cwiiis
  1816. # [16:25] * Joins: bkelly (sid22777@moz-E77DEB21.irccloud.com)
  1817. # [16:25] <@ehsan> cool
  1818. # [16:25] * Quits: brendan (brendaneic@moz-D55C5605.wrls.harvard.edu) (Quit: brendan)
  1819. # [16:25] * Joins: ggherdov_ (sid11402@moz-E77DEB21.irccloud.com)
  1820. # [16:27] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1821. # [16:27] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  1822. # [16:27] * ChanServ sets mode: +o ehsan
  1823. # [16:27] <RyanVM> nical: OK, did you know we had the Ro jobs running on cedar?
  1824. # [16:27] <nical> RyanVM: I didn't
  1825. # [16:28] * davidb is now known as davidb|afk
  1826. # [16:28] <RyanVM> nical: https://tbpl.mozilla.org/?tree=Cedar&jobname=reftest-omtc
  1827. # [16:28] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  1828. # [16:28] * Quits: sunfish (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1829. # [16:29] <nical> RyanVM: thanks
  1830. # [16:29] * Joins: tonymec (tonymec@D7798525.3384AC37.9D2324B7.IP)
  1831. # [16:29] <RyanVM> nical: looks like you're actually pretty close :)
  1832. # [16:29] * sheppy-afk is now known as sheppy
  1833. # [16:29] * jmaher is now known as jmaher|afk
  1834. # [16:30] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1835. # [16:30] <nical> RyanVM: wow and those are using the deprecated textures, while I am trying to get the new textures green. And the awesome part is that I thought the failing reftest was on the new textures but it fails the deprecated ones too.
  1836. # [16:31] <RyanVM> lol
  1837. # [16:31] <RyanVM> win I guess :P
  1838. # [16:31] <nical> which means we can probably kill the deprecated textures now
  1839. # [16:31] <sheppy> Web APIs documentation meeting in 30 minutes! Everyone’s welcome to attend; agenda and connection information here: https://etherpad.mozilla.org/WebAPI-docs-2014-03-28
  1840. # [16:31] * Joins: bwc (Adium@moz-536549A9.dsl.static.sonic.net)
  1841. # [16:32] <RyanVM> nical: anyway, get those green and we can run them on trunk by default :)
  1842. # [16:32] * Quits: @dbaron (dbaron@moz-3C92D971.dsl.dynamic.sonic.net) (Ping timeout)
  1843. # [16:32] * Quits: fabrice1 (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Quit: Leaving.)
  1844. # [16:33] <nical> RyanVM: I would love that :) now I just need to not get sucked into b2g stuff since it is always higher priority
  1845. # [16:34] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1846. # [16:34] <RyanVM> lol
  1847. # [16:34] <RyanVM> gogogogogo
  1848. # [16:36] * Quits: m_gol (m_gol@moz-325EEB24.neoplus.adsl.tpnet.pl) (Ping timeout)
  1849. # [16:36] * Joins: pranavk (pranav@6BFC1AC1.7B79ED8.1C37C358.IP)
  1850. # [16:37] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1851. # [16:37] * Joins: bwc2 (Adium@moz-536549A9.dsl.static.sonic.net)
  1852. # [16:38] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1853. # [16:38] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1854. # [16:39] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  1855. # [16:40] * davidb|afk is now known as davidb
  1856. # [16:40] * Joins: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP)
  1857. # [16:40] * Joins: sir_none (Thunderbir@A6EC613F.FE93EE7F.BBD8F176.IP)
  1858. # [16:41] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  1859. # [16:41] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  1860. # [16:41] * armenzg is now known as armenzg_lunch
  1861. # [16:41] * Joins: jhlin (jhlin@moz-CB5AF6CA.dynamic-ip.hinet.net)
  1862. # [16:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cbe388a78f24 - Girish Sharma - Bug 986467 - Remove the iframes before finishing the tests. r=jwalker
  1863. # [16:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/db91e5ecb24e - Fredrik Lanker - Bug 989284 - Change the infinite flag when duration is updated. r=roc
  1864. # [16:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fbca45e65930 - Terrence Cole - Bug 987666 - Remove the unused dynamic root analysis. r=sfink
  1865. # [16:42] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1866. # [16:43] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1867. # [16:43] * philor is now known as philor|away
  1868. # [16:44] * Parts: pranavk (pranav@6BFC1AC1.7B79ED8.1C37C358.IP)
  1869. # [16:44] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  1870. # [16:44] * Quits: kushagra (kushagra@B9A09376.D1D0BA85.520CDC98.IP) (Client exited)
  1871. # [16:46] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1872. # [16:46] * Joins: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  1873. # [16:47] <spohl> i there, I'm running into a problem with 'language linkage' and was hoping somebody here might be able to help me understand what I'm doing wrong…
  1874. # [16:47] * Quits: jhlin (jhlin@moz-CB5AF6CA.dynamic-ip.hinet.net) (Client exited)
  1875. # [16:47] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1876. # [16:47] <spohl> I have a header file, cryptox.h. The important part looks as follows: https://pastebin.mozilla.org/4711795
  1877. # [16:47] <spohl> then, I have a .mm file where I call obj-c APIs: https://pastebin.mozilla.org/4711761
  1878. # [16:47] <spohl> so, when I build this, the first two functions link correctly. but, the third one, CryptoMac_LoadPublicKey does not.
  1879. # [16:47] <spohl> even though I have it in the same extern "C" block, I get the following linker error: https://pastebin.mozilla.org/4711817
  1880. # [16:48] <spohl> is there something obvious that I’m doing wrong?
  1881. # [16:48] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1882. # [16:48] * Joins: kk1fff (kk1fff@moz-CF018F46.dynamic.hinet.net)
  1883. # [16:49] * Joins: intuxicated (intuxicate@3AEA5E5.FBDFAF77.BD3E1BB3.IP)
  1884. # [16:49] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  1885. # [16:51] * Quits: gwagner (Gregor@moz-B45FE61C.hsd1.ca.comcast.net) (Quit: gwagner)
  1886. # [16:51] * Quits: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1887. # [16:51] * Joins: ehugg (ehugg@9943B224.20C18AED.D46CBC5D.IP)
  1888. # [16:51] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1889. # [16:51] * Quits: erahm (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  1890. # [16:51] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1891. # [16:51] * Joins: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP)
  1892. # [16:51] * kats-afk is now known as kats
  1893. # [16:52] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1894. # [16:53] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1895. # [16:53] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  1896. # [16:53] <AutomatedTester> past: if you get any more w3c emails can you forward the entire email (with headers) so the W3C folks can have a look at it?
  1897. # [16:53] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  1898. # [16:54] <past> AutomatedTester: sure. To you?
  1899. # [16:54] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  1900. # [16:54] * Quits: bwc2 (Adium@moz-536549A9.dsl.static.sonic.net) (Quit: Leaving.)
  1901. # [16:54] * jhopkins|bbiab is now known as jhopkins|buildduty
  1902. # [16:54] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  1903. # [16:55] <AutomatedTester> past: send to plh@w3.org
  1904. # [16:55] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1905. # [16:55] <past> AutomatedTester: ok, thanks again!
  1906. # [16:55] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1907. # [16:55] * Quits: Evolutio (Thunderbir@moz-43DCBC3D.superkabel.de) (Quit: Evolutio)
  1908. # [16:55] <AutomatedTester> np
  1909. # [16:55] * Joins: juanb (jbecerra@39A0D140.7C0B58CC.A36C57B9.IP)
  1910. # [16:55] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1911. # [16:56] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1912. # [16:56] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Computer has gone to sleep.)
  1913. # [16:57] * ewong is now known as ewong|sleep
  1914. # [16:57] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1915. # [16:57] * Quits: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com) (Input/output error)
  1916. # [16:58] * Joins: hdt91 (hdt91@8FF05964.9613A38.FCEF9E1A.IP)
  1917. # [16:58] * Quits: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net) (Client exited)
  1918. # [16:58] * Joins: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com)
  1919. # [16:58] <evilpie> who can I talk to about SpecialPowers?
  1920. # [16:59] * Joins: lduros (user@moz-A888D5F1.phlapa.fios.verizon.net)
  1921. # [16:59] * Joins: gerv (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1922. # [16:59] * Joins: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net)
  1923. # [16:59] * mcomella is now known as mcomella|home
  1924. # [17:00] * ctalbert|pto is now known as ctalbert|mtg
  1925. # [17:00] * Joins: mahdi (mahdi@7973A8C0.C089194.195261CE.IP)
  1926. # [17:00] * Quits: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com) (Ping timeout)
  1927. # [17:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3471a0b363a0 - Sean Stangl - Bug 987910 - Callers of updateFromMatchPairs() must handle error. r=nbp
  1928. # [17:00] * Quits: dholbert|afk (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1929. # [17:01] * Quits: @not_gavin (gavin@gavinsharp.com) (Input/output error)
  1930. # [17:02] * Quits: kk1fff (kk1fff@moz-CF018F46.dynamic.hinet.net) (Ping timeout)
  1931. # [17:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/07b9548281f9 - Nicolas Silva - Bug 977255 - Backout for build bustage on a CLOSED TREE
  1932. # [17:02] * jlund|afk is now known as jlund
  1933. # [17:03] * Joins: jaspreet (jaspreet@9B9315E1.A6025CA.1C37C358.IP)
  1934. # [17:03] * Joins: kk1fff (kk1fff@moz-905CFD17.dynamic.hinet.net)
  1935. # [17:03] <RyanVM> jesup: ping re: bug 986762
  1936. # [17:04] * Quits: armenzg_lunch (armenzg@moz-DC6D6B46.home1.cgocable.net) (Input/output error)
  1937. # [17:04] * catlee is now known as catlee-lunch
  1938. # [17:04] <terrence> RyanVM: ping
  1939. # [17:04] <RyanVM> terrence: pong
  1940. # [17:05] <terrence> RyanVM: followup coming momentarily
  1941. # [17:05] * sewardj__ is now known as sewardj
  1942. # [17:05] <RyanVM> k
  1943. # [17:05] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  1944. # [17:05] <sewardj> jrmuizel: where was that building-ssh page you showed me?
  1945. # [17:05] <jesup> RyanVM: looking
  1946. # [17:06] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  1947. # [17:06] * davidb is now known as davidb|afk
  1948. # [17:07] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  1949. # [17:07] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: bogdan_maris)
  1950. # [17:08] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1951. # [17:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a926b8938e9a - Terrence Cole - Bug 987666 - Follow to remove a SkipRoot that leaked into the browser; r=bustage ON A CLOSED TREE
  1952. # [17:08] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1953. # [17:10] * rail is now known as rail_away
  1954. # [17:10] * Joins: mfossen (mfossen@moz-C8DEA68F.uwnet.wisc.edu)
  1955. # [17:11] * Ms2ger glares at bustage fixes
  1956. # [17:12] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1957. # [17:12] * Joins: m_gol (m_gol@moz-325EEB24.neoplus.adsl.tpnet.pl)
  1958. # [17:13] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  1959. # [17:13] * Quits: m_gol (m_gol@moz-325EEB24.neoplus.adsl.tpnet.pl) (Connection reset by peer)
  1960. # [17:13] * Joins: mgol (m_gol@moz-325EEB24.neoplus.adsl.tpnet.pl)
  1961. # [17:13] <sfink> bustage fixes glare back
  1962. # [17:13] <jesup> RyanVM: asked for beta. in comment 6 I suggest it not being worth taking for 1.3 since it's a very very hard-to-hit safe crash. The only repeatable way I've found to hit is is to send a read-protected file. Probably not common on fxos....
  1963. # [17:13] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  1964. # [17:15] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1965. # [17:15] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  1966. # [17:16] <RyanVM> jesup: ok
  1967. # [17:16] <RyanVM> jesup: thanks
  1968. # [17:16] * Joins: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net)
  1969. # [17:16] <idwer> okay, let's run: find -name firefox* -type f | xargs file | grep ELF
  1970. # [17:17] <RyanVM> edmorley|sheriffduty: fixes should all be pushed
  1971. # [17:17] <idwer> is it in $obj/dist/bin/ or $obj/browser/app/firefox/ ?
  1972. # [17:17] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  1973. # [17:17] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/5ed874b0821b - Rick Eyre - Bug 987076 - Construct HTMLMediaElement::mTextTrackManager lazily. r=roc, a=sledru
  1974. # [17:17] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/2985a92af598 - Geoff Brown - Bug 915449 - Get EditText view instead of using Solo.getEditText. r=mcomella, a=test-only
  1975. # [17:17] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/a444f0769e44 - Ryan VanderMeulen - Bug 909305 - Replace mozilla-banner.gif with a plain blue image in 163504-2*.html since we aren't trying to test individual pixel differences in resized image painting
  1976. # [17:17] * Quits: mahdi (mahdi@7973A8C0.C089194.195261CE.IP) (Client exited)
  1977. # [17:17] <firebot> there. r=tn, a=test-only
  1978. # [17:17] * Joins: jhlin (jhlin@moz-CB5AF6CA.dynamic-ip.hinet.net)
  1979. # [17:18] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/408d8017ce4b - James Hugman - Bug 958709 - Catch the intent from the synthesized APK to kill the process. r=mfinkle, r=mhaigh, a=sledru
  1980. # [17:18] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/582f0df54f08 - Jason Smith - Bug 985274 - Ensure generated callback function handles string objects. r=drno, a=test-only
  1981. # [17:18] * Quits: Mano_ (mano@F9B23B34.E7227095.51B98CA5.IP) (Client exited)
  1982. # [17:18] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/e19571331a29 - Ryan VanderMeulen - Bug 919482 - Replace mozilla-banner.gif with a plain blue image in 163504-1*.html since we aren't trying to test individual pixel differences in resized image painting
  1983. # [17:18] <firebot> there. r=tn, a=test-only
  1984. # [17:18] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  1985. # [17:18] * Joins: mahdi (mahdi@7973A8C0.C089194.195261CE.IP)
  1986. # [17:18] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  1987. # [17:19] * Joins: fabrice (fabrice@moz-62518563.mtv2.mozilla.com)
  1988. # [17:19] * Quits: jhlin (jhlin@moz-CB5AF6CA.dynamic-ip.hinet.net) (Ping timeout)
  1989. # [17:20] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/e066003ed6f1 - Richard Newman - Bug 987294 - Unsafe access to mTabsChangedListeners in Tabs. r=bnicholson, a=sylvestre
  1990. # [17:20] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/82ff3f2b38b9 - Richard Newman - Bug 984723 - Rework intervals and scheduling for Android Sync. r=nalexander, a=sylvestre
  1991. # [17:20] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Ping timeout)
  1992. # [17:20] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  1993. # [17:21] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1994. # [17:21] * Quits: tonymec (tonymec@D7798525.3384AC37.9D2324B7.IP) (Ping timeout)
  1995. # [17:21] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  1996. # [17:22] <edmorley|sheriffduty> RyanVM: :-)
  1997. # [17:22] <idwer> "could not find the mozilla runtime"
  1998. # [17:22] * Quits: Ms2ger (Ms2ger@moz-4A14BC33.ugent.be) (Quit: bbl)
  1999. # [17:22] <idwer> when running ./$ojb/browser/app/firefox
  2000. # [17:22] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  2001. # [17:22] * Joins: tonymec (tonymec@D7798525.3384AC37.9D2324B7.IP)
  2002. # [17:23] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Connection reset by peer)
  2003. # [17:23] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  2004. # [17:23] <idwer> ah.
  2005. # [17:23] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/c89404131334 - Mark Capella - Bug 978731 - Cursor position jumps around, dragging handles moves text. r=wesj, a=sledru
  2006. # [17:23] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Input/output error)
  2007. # [17:24] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  2008. # [17:25] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2009. # [17:25] * Joins: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca)
  2010. # [17:26] <idwer> I can just run hg up and make build, without make clean, right?
  2011. # [17:26] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Ping timeout)
  2012. # [17:29] * Joins: Mano (mano@F9B23B34.E7227095.51B98CA5.IP)
  2013. # [17:29] * Joins: AaronMT (uid14380@moz-31ABA2C0.irccloud.com)
  2014. # [17:29] * Joins: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net)
  2015. # [17:29] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2016. # [17:30] * Joins: gozala (uid5923@moz-5F4AA75A.irccloud.com)
  2017. # [17:30] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  2018. # [17:30] <bz> ted: ping
  2019. # [17:31] <@smaug> idwer: right. but you may get an error about clobber
  2020. # [17:31] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  2021. # [17:31] <@smaug> and if so, deleting the objdir + make -f client.mk build works
  2022. # [17:32] <idwer> jup
  2023. # [17:32] * Joins: jhlin (jhlin@moz-CB5AF6CA.dynamic-ip.hinet.net)
  2024. # [17:32] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  2025. # [17:32] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2026. # [17:33] <msucan> is there anything like nsIZipReader for decompressing gzipped content?
  2027. # [17:33] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2028. # [17:33] * Quits: juanb (jbecerra@39A0D140.7C0B58CC.A36C57B9.IP) (Connection reset by peer)
  2029. # [17:33] * Joins: juanb (jbecerra@39A0D140.7C0B58CC.A36C57B9.IP)
  2030. # [17:33] * Joins: myk (myk@moz-62518563.mtv2.mozilla.com)
  2031. # [17:33] * Quits: mfossen (mfossen@moz-C8DEA68F.uwnet.wisc.edu) (Client exited)
  2032. # [17:34] * Joins: Preeti (uid13882@moz-E77DEB21.irccloud.com)
  2033. # [17:34] * Quits: jhlin (jhlin@moz-CB5AF6CA.dynamic-ip.hinet.net) (Ping timeout)
  2034. # [17:35] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2035. # [17:35] <@ted> bz: pong
  2036. # [17:35] <froydnj> msucan: nothing convenient
  2037. # [17:35] * davidb|afk is now known as davidb
  2038. # [17:35] <@smaug> do we have nightly auroras
  2039. # [17:35] * Joins: mahdi_ (mahdi@7973A8C0.C089194.195261CE.IP)
  2040. # [17:35] <@smaug> or do aurora builds update less often
  2041. # [17:35] * Quits: mahdi (mahdi@7973A8C0.C089194.195261CE.IP) (Connection reset by peer)
  2042. # [17:36] <froydnj> msucan: TelemetryPing.jsm has an example of the convolutions you have to go through
  2043. # [17:36] * Quits: till (till@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2044. # [17:36] <taras> isn't there a web zip api
  2045. # [17:36] <taras> from b2g guys
  2046. # [17:36] <jcranmer> msucan: http://dxr.mozilla.org/comm-central/source/mailnews/base/util/nsMsgCompressIStream.cpp suggests no
  2047. # [17:36] * Joins: till (till@13F2CEC5.7672369.D8E68FF6.IP)
  2048. # [17:37] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2049. # [17:37] <taras> ArchiveReader
  2050. # [17:37] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  2051. # [17:37] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Connection reset by peer)
  2052. # [17:38] <jcranmer> if comm-central wrote a wrapper for DEFLATE from an input stream, then there isn't likely to be one in m-c
  2053. # [17:38] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  2054. # [17:38] <msucan> taras: is that something i could use from privileged js?
  2055. # [17:38] <jcranmer> taras: that's zip, though, not gzip
  2056. # [17:39] <taras> dom.file stuff is stilla mystery to me
  2057. # [17:39] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  2058. # [17:39] * Quits: borting (borting@D41346BA.926DB268.3A70C586.IP) (Ping timeout)
  2059. # [17:39] <taras> msucan: nm me
  2060. # [17:39] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  2061. # [17:39] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Ping timeout)
  2062. # [17:39] <jcranmer> msucan: even were it what you wanted, you coudln't use ArchiveReader
  2063. # [17:39] * Quits: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2064. # [17:40] * Quits: rankov (Mibbit@7A460512.A56E0E8C.DF1CE89D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2065. # [17:40] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2066. # [17:40] <jcranmer> the WebIDL we give to chrome JS modules are Promise, XHR, TextDecoder, TextEncoder, and IndexedDB IIRC
  2067. # [17:40] * Joins: lth (lth@C3CF3668.251DEEED.18DB33F7.IP)
  2068. # [17:40] <jcranmer> although you can get a File via a Cc[].createInstance call
  2069. # [17:40] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2070. # [17:40] * Joins: shorlander (shorlander@moz-46A48FEE.dhcp.insightbb.com)
  2071. # [17:41] * hwine-food is now known as hwine
  2072. # [17:41] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2073. # [17:42] <msucan> ok, thanks. it seems i will have to write this in js
  2074. # [17:42] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2075. # [17:43] * Quits: ehugg (ehugg@9943B224.20C18AED.D46CBC5D.IP) (Quit: ehugg)
  2076. # [17:44] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2077. # [17:44] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2078. # [17:44] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/df34df65cbd0 - Myk Melez - Bug 982557 - Migrate old prefs and set apkPackageName after updating app via APK. r=mfinkle, a=sledru
  2079. # [17:44] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/bc5ac3067e5d - Boris Zbarsky - Bug 987003 - Be more careful sandboxing javascript: URLs. r=bholley, a=sledru
  2080. # [17:45] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0fc15cf33a3c - Mark Hammond - Bug 988051 - Lazy-load FxAccountsClient module. r=rnewman, a=sledru
  2081. # [17:45] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/3946a4eb8302 - Michael Comella - Bug 957894 - Update account pickling code for Firefox Accounts. r=nalexander, a=sledru
  2082. # [17:45] * Quits: hdt91 (hdt91@8FF05964.9613A38.FCEF9E1A.IP) (Ping timeout)
  2083. # [17:45] * Joins: koderok (Thunderbir@BA843233.70600C61.85BF2EFC.IP)
  2084. # [17:45] * Quits: koderok (Thunderbir@BA843233.70600C61.85BF2EFC.IP) (Client exited)
  2085. # [17:45] * Joins: hdt91 (hdt91@8FF05964.9613A38.FCEF9E1A.IP)
  2086. # [17:46] * Joins: koderok (Thunderbir@BA843233.70600C61.85BF2EFC.IP)
  2087. # [17:46] * Gijs_away is now known as Gijs
  2088. # [17:46] * philor|away is now known as philor
  2089. # [17:47] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/efb3bb0642a0 - Randell Jesup - Bug 986762 - Don't release DataChannelConnection on transient thread on readblob failure. r=smaug, a=sledru
  2090. # [17:47] * Joins: tessarakt (jens@moz-2C094A9F.dip0.t-ipconnect.de)
  2091. # [17:47] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Quit: IRC protocol for QIP->http://forum.qip.ru)
  2092. # [17:48] <bz> ted: so I wanted to talk about including JS stacks in crash reports
  2093. # [17:48] * bobowen is now known as bobowen|afk
  2094. # [17:48] <bz> ted: Or better yet, for my purposes, I'd like to send a breakpad incident report when a certain thing happens
  2095. # [17:48] <bz> ted: that includes a JS stack
  2096. # [17:48] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2097. # [17:48] <bz> ted: without crashing the browser in the process. ;)
  2098. # [17:48] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Input/output error)
  2099. # [17:48] <bz> ted: I can get my JS stack into a char* pretty easily.
  2100. # [17:48] * Joins: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca)
  2101. # [17:48] <bz> ted: the question is what to do after that.
  2102. # [17:49] <@ted> hm
  2103. # [17:49] <@ted> ok
  2104. # [17:49] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2105. # [17:49] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2106. # [17:49] <@ted> so if you don't want to send actual crash reports, then maybe you want to look into how we send hang reports
  2107. # [17:50] <bz> ted: Right
  2108. # [17:50] <@ted> IIRC those go through telemetry
  2109. # [17:50] <bz> So the context here is I want to catch addons that are doing something that will no longer work
  2110. # [17:50] <@ted> okay
  2111. # [17:51] <bz> and report when it happens so we can get them fixed
  2112. # [17:51] <@ted> so telemetry seems like a pretty sane venue
  2113. # [17:51] <bz> Sure
  2114. # [17:51] <bz> I just want to know when my event happens and have a JS stack. ;)
  2115. # [17:51] <edmorley|sheriffduty> sigh, still more failures on inbound
  2116. # [17:51] <@ted> vladan: you know how chromehangs work, right?
  2117. # [17:51] <taras> he wrote them :)
  2118. # [17:52] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2119. # [17:52] <@ted> http://mxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry/TelemetryPing.jsm#687
  2120. # [17:52] <edmorley|sheriffduty> peterv: hi :-) one of the changesets just landed caused https://tbpl.mozilla.org/php/getParsedLog.php?id=36878045&tree=Mozilla-Inbound
  2121. # [17:52] <@ted> looks like that's where the payload goes
  2122. # [17:53] <edmorley|sheriffduty> peterv: any idea which? bug 988334?
  2123. # [17:53] <@ted> so i think what you do is just accumulate your events somewhere and then jam them in that payload
  2124. # [17:53] <@ted> bz: did you need to put them in crash reports too, or was that just a different approach?
  2125. # [17:54] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2126. # [17:55] * sheppy is now known as sheppy-offline
  2127. # [17:56] <bz> Different approach
  2128. # [17:56] <@ted> okay
  2129. # [17:56] <bz> So ok
  2130. # [17:56] <bz> If I do this telemetry thing....
  2131. # [17:56] <bz> What do I need to do to see the results?
  2132. # [17:57] * Quits: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2133. # [17:57] * bz has NOT had good experiences trying to get at telemetry results. :(
  2134. # [17:57] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2135. # [17:57] * mdas is now known as mdas|mtg
  2136. # [17:57] <taras> bz: it's pretty easy
  2137. # [17:57] <bz> People keep saying that
  2138. # [17:57] <taras> bz: http://mreid-moz.github.io/blog/2013/11/06/current-state-of-telemetry-analysis
  2139. # [17:58] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2140. # [17:58] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2141. # [17:58] * Joins: ehugg (ehugg@328F6177.709C0A2A.6157E88D.IP)
  2142. # [17:58] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2143. # [17:58] * Joins: bwc (Adium@moz-62518563.mtv2.mozilla.com)
  2144. # [17:58] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2145. # [17:59] <bz> ok
  2146. # [17:59] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2147. # [17:59] <bz> So this would need to be a custom analysis job?
  2148. # [17:59] * Quits: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca) (Ping timeout)
  2149. # [17:59] <bz> The benefit of crash reports is I'd just need to query breakpad for my function and find them all
  2150. # [17:59] * Joins: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net)
  2151. # [18:00] * Joins: maxli (Adium@moz-F47DD19B.student.cs.uwaterloo.ca)
  2152. # [18:00] * Joins: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP)
  2153. # [18:00] <taras> bz: it's the same
  2154. # [18:00] <taras> you write some script
  2155. # [18:00] <taras> then make a cron job out of it
  2156. # [18:00] <taras> to publish results
  2157. # [18:00] <taras> pretty trivial
  2158. # [18:00] <bz> I meant that in breakpad I could just use the web ui for this
  2159. # [18:00] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2160. # [18:00] <bz> just search for my function, see if the crash is being hit
  2161. # [18:01] * spohl is now known as spohl|afk
  2162. # [18:01] * Joins: squib (squib@moz-7BFC3D3A.dhcp.ftbg.wi.charter.com)
  2163. # [18:01] * bz is trying to decide how much time he has to invest in this whole thing, since it's mostly a nice-to-have
  2164. # [18:01] <@ted> yeah, except if it doesn't fit well with what we already have it won't be that easy
  2165. # [18:01] * baku is now known as baku|away
  2166. # [18:01] <@ted> bz: if you just want to MOZ_CRASH when you hit this scenario then you can absolutely do that
  2167. # [18:01] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2168. # [18:01] <@ted> and stick whatever annotations you want beforehand
  2169. # [18:01] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  2170. # [18:01] * Joins: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net)
  2171. # [18:01] <taras> bz: sure, the telemetry script is a slightly verbose grep
  2172. # [18:01] <taras> not much brainwork
  2173. # [18:02] <@ted> but MOZ_CRASH is quite the hammer
  2174. # [18:02] <bz> Right
  2175. # [18:02] <bz> a bit user-hostile
  2176. # [18:02] <bz> (also, are annotations available by default in the web ui?)
  2177. # [18:03] <bz> taras: The brainwork seems to be in figuring out all the pieces to figure out where to plug in the script
  2178. # [18:03] <bz> well, and plumbing stuff through to the telemetry stuff...
  2179. # [18:03] <taras> you'll likely have to learn this at some point :)
  2180. # [18:03] <bz> Yeah
  2181. # [18:03] <taras> you are just delaying the inevitable
  2182. # [18:03] <bz> It's more like "triaging"
  2183. # [18:03] * Quits: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2184. # [18:04] * bz has too many things on fire all at once all the time
  2185. # [18:04] * baku|away is now known as baku
  2186. # [18:04] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  2187. # [18:04] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  2188. # [18:04] <taras> bz: you can also ask mreid to do it for you
  2189. # [18:04] <taras> anything i can do to optimize bz is a good investment ;)
  2190. # [18:04] <RyanVM> jesup: that worked well - https://tbpl.mozilla.org/php/getParsedLog.php?id=36882720&tree=Mozilla-Beta
  2191. # [18:05] * bz takes notes. )
  2192. # [18:05] <bz> ;)
  2193. # [18:05] <bz> Alright, thanks
  2194. # [18:05] <bz> I'll go see how the browser end of this looks
  2195. # [18:05] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  2196. # [18:05] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2197. # [18:06] <jesup> RyanVM: blame khuey. :-) I'll do a version that worked without his already_AddRefed<> refactor
  2198. # [18:06] <jesup> works
  2199. # [18:06] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2200. # [18:06] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2201. # [18:06] <RyanVM> jesup: ok
  2202. # [18:06] <jesup> shoudl be simple
  2203. # [18:07] * Joins: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP)
  2204. # [18:07] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/94322fe721fb - Ed Morley - Backed out changeset 7dcecf85a869 (bug 984919)
  2205. # [18:07] <firebot> http://hg.mozilla.org/mozilla-central/rev/5dea2146a099 - Ed Morley - Backed out changeset a3d1c00b6592 (bug 984919) for causing bug 988979
  2206. # [18:07] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2207. # [18:07] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2208. # [18:08] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2209. # [18:08] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/4bbc308fc0a5 - Ryan VanderMeulen - Backed out changeset efb3bb0642a0 (bug 986762) for bustage.
  2210. # [18:09] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2211. # [18:09] * Joins: AaronMT_ (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  2212. # [18:10] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2213. # [18:10] * Quits: AaronMT (uid14380@moz-31ABA2C0.irccloud.com) (Quit: )
  2214. # [18:11] <Gijs> RyanVM: so, this beta failure...
  2215. # [18:11] <Gijs> RyanVM: only on PGO?
  2216. # [18:11] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2217. # [18:11] <RyanVM> Gijs: could be (windows builds are PGO-only on beta)
  2218. # [18:11] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  2219. # [18:11] <Gijs> do we have a good way to run mochitest-bc against a particular binary?
  2220. # [18:11] <Gijs> RyanVM: huh, so is "opt" a lie on beta? :|
  2221. # [18:11] <RyanVM> Gijs: it is all on release branches
  2222. # [18:12] <RyanVM> that's not a new thing ;)
  2223. # [18:12] <Gijs> RyanVM: but this went green on the backout push, right?
  2224. # [18:12] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2225. # [18:12] <Gijs> yup
  2226. # [18:12] <Gijs> with a gazillion retriggers, too
  2227. # [18:12] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2228. # [18:13] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2229. # [18:14] <Gijs> RyanVM: and then it was orange again after 3 totally unrelated csets...
  2230. # [18:14] <Gijs> RyanVM: I got nothin'
  2231. # [18:14] <idwer> there must be a way to automate building a set of changesets.. have each one one their own dir
  2232. # [18:14] <RyanVM> Gijs: good, so we're in the same boat
  2233. # [18:14] <RyanVM> I'm fine with hand waving and killing the test
  2234. # [18:15] <Gijs> RyanVM: no... that test is related to metro
  2235. # [18:15] <Gijs> RyanVM: so it's suspicious that it's perma-failing
  2236. # [18:15] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Quit: Leaving)
  2237. # [18:16] <Gijs> RyanVM: there's a "switch to metro" button that gets added to the default set in the panel only when metro is available (well, that's the idea anyway)
  2238. # [18:16] * jorendorff is now known as jorendorff_away
  2239. # [18:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ba4174092535 - Ed Morley - Backed out changeset 8059895497c1 (bug 988363)
  2240. # [18:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/045b82e5b35a - Ed Morley - Backed out changeset 065ea2da5d6a (bug 988334)
  2241. # [18:16] * Joins: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  2242. # [18:16] <Gijs> RyanVM: when customizing, we put enough placeholders to make a 'full row' at the bottom of the panel (so if there was 1 item in the last row, 2 placeholders appear, etc.)
  2243. # [18:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4fc31f234001 - Ed Morley - Backed out changeset f86715f86157 (bug 984495) for something in the push causing test_bug470212.html failures; CLOSED TREE
  2244. # [18:16] <Gijs> RyanVM: that test checks that behaviour
  2245. # [18:16] <Gijs> RyanVM: so it's really quite suspect. :\
  2246. # [18:17] <Gijs> RyanVM: did we clobber after that metro backout?
  2247. # [18:17] <RyanVM> yup
  2248. # [18:17] <RyanVM> clobbering has already been repeatedly attempted
  2249. # [18:17] <Gijs> OK.
  2250. # [18:17] <RyanVM> it's one of our first go-tos
  2251. # [18:17] <Gijs> sure.
  2252. # [18:17] <jesup> RyanVM: I think I just need to change .take() to .get(); doing a local check
  2253. # [18:18] <Gijs> gps: what would it take to get mach to let me run mochitests against an arbitrary binary?
  2254. # [18:18] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2255. # [18:18] * Quits: MarcoZ (marco.zehe@moz-1037BB13.dip0.t-ipconnect.de) (Quit: Weekend!)
  2256. # [18:18] <Gijs> gps: this has bitten me before when it comes to reproducing tinderbox test failures, and I suspect it shouldn't actually be particularly hard to implement... do you know if there's a bug on file?
  2257. # [18:18] <gps> Gijs: go to #ateam and ask how to run mochitests from mozharness
  2258. # [18:19] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2259. # [18:19] <gps> Gijs: or just repeat the question. I suspect the answer will involve mozharness
  2260. # [18:19] * Quits: koderok (Thunderbir@BA843233.70600C61.85BF2EFC.IP) (Ping timeout)
  2261. # [18:20] * Joins: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw)
  2262. # [18:20] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2263. # [18:20] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2264. # [18:20] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  2265. # [18:21] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2266. # [18:21] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2267. # [18:22] * mdas|mtg is now known as mdas
  2268. # [18:22] <Gijs> RyanVM: what are the "because" stars on the win8 builds on the push after the metro backout?
  2269. # [18:22] <RyanVM> Gijs: other bustage from yesterday
  2270. # [18:22] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2271. # [18:22] <RyanVM> infra-related on the win8 slaves
  2272. # [18:22] <RyanVM> cross-tree
  2273. # [18:23] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/9617ccbb0f82 - Monica Chew - Bug 989232: Fix failure in testSecurity/testSafeBrowsingNotificationBar.js (r=gcp,a=sledru)
  2274. # [18:23] * Quits: mikeratcliffe (Adium@1B67F073.8F445B48.7CCB197A.IP) (Quit: Leaving.)
  2275. # [18:23] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2276. # [18:24] * Quits: tzimmermann (tzimmerman@moz-E24DF71C.pools.arcor-ip.net) (Quit: Ex-Chat)
  2277. # [18:24] * davidb is now known as davidb|afk
  2278. # [18:24] * gaye|sleep is now known as gaye
  2279. # [18:24] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2280. # [18:24] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  2281. # [18:25] * Quits: sir_none (Thunderbir@A6EC613F.FE93EE7F.BBD8F176.IP) (Quit: sir_none)
  2282. # [18:26] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  2283. # [18:26] <gwagner> RyanVM: I re-triggered some B2G M10 jobs on the fx-team tree. seems like the regression comes from there
  2284. # [18:26] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2285. # [18:26] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  2286. # [18:26] <RyanVM> gwagner: i have no idea what you're talking about
  2287. # [18:27] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2288. # [18:27] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2289. # [18:27] <gwagner> RyanVM: M10 on B2G ICS Emulator Debug seems perma orange
  2290. # [18:27] <gwagner> on b2g-inbound
  2291. # [18:27] <RyanVM> gwagner: hard to say, it's pretty crappy in general
  2292. # [18:27] <RyanVM> bug 989047 is just a new bug for an old failure, FWIW
  2293. # [18:28] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: This computer has gone to sleep)
  2294. # [18:28] * Joins: Ms2ger (Ms2ger@moz-4CB19774.adsl-dyn.isp.belgacom.be)
  2295. # [18:29] <gwagner> well the test_getUserMedia_playVideoTwice.html failure seems to come from the fx-team tree
  2296. # [18:30] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2297. # [18:30] <kats> smaug: ping
  2298. # [18:30] * Quits: ehugg (ehugg@328F6177.709C0A2A.6157E88D.IP) (Quit: ehugg)
  2299. # [18:30] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  2300. # [18:31] <@smaug> kats: pong
  2301. # [18:31] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2302. # [18:31] <kats> smaug: do you know if there's code somewhere that generates a MULTITOUCH_MOVE event after processing a MULTITOUCH_END event?
  2303. # [18:32] <kats> smaug: somewhere between nsAppShell and APZC there's an extra move event getting generated
  2304. # [18:32] <Optimizer> glob|away: hey, any plans to introduce the "show more lines in context" feature of github in bugzilla ?
  2305. # [18:32] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  2306. # [18:32] * Quits: bajaj (Adium@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  2307. # [18:33] <Optimizer> bugzilla will have to be source aware for that though.
  2308. # [18:33] * Quits: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  2309. # [18:33] <@smaug> MULTITOUCH_MOVE o_O
  2310. # [18:33] <kats> smaug: or NS_TOUCH_MOVE
  2311. # [18:33] * nsm is now known as nsm|away
  2312. # [18:33] <kats> the MULTITOUCH_MOVE is off-main-thread
  2313. # [18:33] <@smaug> kats: which platform?
  2314. # [18:33] <kats> smaug: gonk
  2315. # [18:33] <@smaug> kats: so is this the child process?
  2316. # [18:33] <kats> smaug: no, parent process
  2317. # [18:34] <@smaug> hmm
  2318. # [18:34] <kats> actually maybe i can just breakpoint it
  2319. # [18:34] <kats> let me see if gdb cooperates
  2320. # [18:34] <idwer> is it normal that building libxul shows little progress, even with make V=1?
  2321. # [18:34] <@smaug> gonk->puppet has rather special event dispatch for touch events
  2322. # [18:34] <padenot> idwer: yes
  2323. # [18:34] * Joins: sunfish (chatzilla@30A19522.A5F785DE.396E4C6D.IP)
  2324. # [18:34] <idwer> okay
  2325. # [18:35] * Quits: jaoo (user@moz-77F1D6C0.red-83-60-72.dynamicip.rima-tde.net) (Client exited)
  2326. # [18:35] * RyanVM is now known as RyanVM|afk
  2327. # [18:35] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2328. # [18:35] * catlee-lunch is now known as catlee
  2329. # [18:36] * curtisk|afk is now known as curtisk
  2330. # [18:36] * curtisk is now known as curtisk|afk
  2331. # [18:36] * nsm|away is now known as nsm
  2332. # [18:36] <kats> smaug: err never mind. apparently in the apzc code we get a mouse-move and reinterpret it as a touch-move
  2333. # [18:36] * curtisk|afk is now known as curtisk
  2334. # [18:36] <kats> sigh
  2335. # [18:37] * Joins: jaoo (user@moz-77F1D6C0.red-83-60-72.dynamicip.rima-tde.net)
  2336. # [18:38] * Quits: Mano (mano@F9B23B34.E7227095.51B98CA5.IP) (Client exited)
  2337. # [18:39] * Joins: Mano (mano@F9B23B34.E7227095.51B98CA5.IP)
  2338. # [18:39] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  2339. # [18:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4b682074d04a - Benjamin Bouvier - Bug 989166: Reserve stack explicitly rather than implicitly; r=sstangl
  2340. # [18:40] * Joins: ehugg (ehugg@C6E0817.BC913B75.D46CBC5D.IP)
  2341. # [18:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/27359bb9c370 - Geoff Brown - Bug 967704 - Skip more mochitests on Android 2.3 only
  2342. # [18:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/37377f1c2852 - Geoff Brown - Bug 979621 - Do not click in Robocop focusUrlBar; r=mcomella
  2343. # [18:41] * Quits: Mano (mano@F9B23B34.E7227095.51B98CA5.IP) (Ping timeout)
  2344. # [18:41] * jcranmer is now known as jcranmer|away
  2345. # [18:42] * Joins: jammink (textual@moz-62518563.mtv2.mozilla.com)
  2346. # [18:42] * Joins: jammink_ (textual@moz-62518563.mtv2.mozilla.com)
  2347. # [18:42] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  2348. # [18:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f6cd19c52c7d - Andrea Marchesini - Bug 986056 - DataStoreService should delete dataStores only when apps are uninstalled, r=ehsan
  2349. # [18:42] * Joins: Mano (mano@F9B23B34.E7227095.51B98CA5.IP)
  2350. # [18:43] * Quits: kk1fff (kk1fff@moz-905CFD17.dynamic.hinet.net) (Quit: )
  2351. # [18:43] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2352. # [18:46] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2353. # [18:46] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2354. # [18:46] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Input/output error)
  2355. # [18:46] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2356. # [18:47] * Joins: tedders1_ (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  2357. # [18:47] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2358. # [18:47] * Quits: mgol (m_gol@moz-325EEB24.neoplus.adsl.tpnet.pl) (Ping timeout)
  2359. # [18:48] * Quits: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2360. # [18:48] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2361. # [18:48] * Quits: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2362. # [18:49] * Joins: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP)
  2363. # [18:49] * Joins: bajaj (Adium@moz-62518563.mtv2.mozilla.com)
  2364. # [18:51] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2365. # [18:51] * AaronMT_ is now known as AaronMT
  2366. # [18:52] * Joins: jackneill (jackneill@moz-D885E21A.pool.digikabel.hu)
  2367. # [18:52] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2368. # [18:53] <eeejay> what is the smartest way to fix intermitent tests? I'll push them to try, and everything is fine, and then a day later after inbound it starts failing again every once in a while
  2369. # [18:53] * Joins: mikeratcliffe (Adium@1B67F073.8F445B48.7CCB197A.IP)
  2370. # [18:53] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2371. # [18:54] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  2372. # [18:55] * bobowen|afk is now known as bobowen
  2373. # [18:55] <jesup> eeejay: push to try, then retrigger the failing test enough times to be sure you nailed it. Also, make sure you have the right fix ;-)
  2374. # [18:55] * Quits: mikeratcliffe (Adium@1B67F073.8F445B48.7CCB197A.IP) (Ping timeout)
  2375. # [18:55] <eeejay> jesup, thats helpful!
  2376. # [18:55] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2377. # [18:55] * Joins: ericjung_ (ericjung@moz-E3E145F1.transedge.com)
  2378. # [18:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a7355ddf5b01 - Steve Workman - Bug 989071 - Correct comment for nsIThreadRetargetableRequest.retargetDeliveryTo() r=jduell DONTBUILD comment change only
  2379. # [18:55] <jesup> eeejay: if you can, put a log message in qwhen it would have done the "bad thing" so you can verify you hit the bad case in your tests
  2380. # [18:56] <eeejay> jesup, right.. i guess the retriggering thing is key here
  2381. # [18:56] <jesup> RyanVM|afk: ping
  2382. # [18:56] * Quits: tessarakt (jens@moz-2C094A9F.dip0.t-ipconnect.de) (Ping timeout)
  2383. # [18:57] * Joins: kushagra (kushagra@FBA42A9E.318E2A8.520CDC98.IP)
  2384. # [18:57] <RyanVM|afk> jesup: yo
  2385. # [18:58] * fabrice is now known as fabrice|afk
  2386. # [18:58] * davidb|afk is now known as davidb
  2387. # [18:59] <jesup> RyanVM|afk: as I suspected, it was just that khuey had removed .get() and put in .take().
  2388. # [18:59] <jesup> I'll ask him to review the beta patch
  2389. # [18:59] * Joins: billm (billm@moz-62518563.mtv2.mozilla.com)
  2390. # [19:00] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Blah blah blah)
  2391. # [19:00] * Quits: jaoo (user@moz-77F1D6C0.red-83-60-72.dynamicip.rima-tde.net) (Client exited)
  2392. # [19:00] <RyanVM|afk> jesup: cool
  2393. # [19:00] * Quits: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com) (Quit: Leaving.)
  2394. # [19:00] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2395. # [19:00] <RyanVM|afk> jesup: you'll probably want to push yourself as I won't be aorund the rest of the day
  2396. # [19:01] <jesup> I will
  2397. # [19:02] * Quits: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com) (Input/output error)
  2398. # [19:02] * Quits: soumyaC1 (soumyaC@moz-E0F149F7.members.linode.com) (Input/output error)
  2399. # [19:02] * Quits: droy (droy@moz-E0F149F7.members.linode.com) (Input/output error)
  2400. # [19:02] * Quits: narendraj9 (narendraj9@moz-E0F149F7.members.linode.com) (Input/output error)
  2401. # [19:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2cb79b338122 - Sean Stangl - Bug 987935 - inlineScriptedCall() must check return of TypeSet::clone(). r=nbp
  2402. # [19:03] * Quits: heftig (heftig@moz-33D186ED.unitymedia.biz) (Quit: Quitting)
  2403. # [19:04] * Quits: tedders1_ (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2404. # [19:04] * Joins: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  2405. # [19:05] * Quits: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2406. # [19:06] * Quits: mahdi_ (mahdi@7973A8C0.C089194.195261CE.IP) (Quit: Leaving)
  2407. # [19:06] * Joins: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP)
  2408. # [19:06] <decoder> RyanVM|afk: im landing a new clang for asan now
  2409. # [19:07] * Quits: RealRaven (Thunderbir@AB6D0257.77343A17.27F80FAC.IP) (Quit: RealRaven)
  2410. # [19:07] <decoder> if there is any trouble, back out bug 957865 and/or contact me
  2411. # [19:07] * Joins: RealRaven (Thunderbir@AB6D0257.77343A17.27F80FAC.IP)
  2412. # [19:08] * Joins: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch)
  2413. # [19:09] * Joins: kushagra_ (kushagra@B9A09376.D1D0BA85.520CDC98.IP)
  2414. # [19:09] * Quits: naveed (naveed@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2415. # [19:10] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  2416. # [19:10] * Quits: kushagra (kushagra@FBA42A9E.318E2A8.520CDC98.IP) (Ping timeout)
  2417. # [19:11] * Quits: vicamo (vicamo@moz-EE54B366.dynamic.hinet.net) (Quit: vicamo)
  2418. # [19:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/32f04076b6b5 - Christian Holler - Bug 957865 - Upgrade ASan Clang to r200213. r=me, f=rail.
  2419. # [19:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7dbc40da9c8f - Christian Holler - Bug 957865 - Adjust clang build script/patches for r200213. r=rail
  2420. # [19:13] * Quits: Mano (mano@F9B23B34.E7227095.51B98CA5.IP) (Client exited)
  2421. # [19:13] * Quits: till (till@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2422. # [19:13] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2423. # [19:13] * Joins: Mano (mano@F9B23B34.E7227095.51B98CA5.IP)
  2424. # [19:14] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  2425. # [19:14] * spohl|afk is now known as spohl
  2426. # [19:15] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2427. # [19:15] * Quits: Mano (mano@F9B23B34.E7227095.51B98CA5.IP) (Ping timeout)
  2428. # [19:15] <billm> ctalbert|mtg: ping?
  2429. # [19:15] * Quits: tonymec (tonymec@D7798525.3384AC37.9D2324B7.IP) (Ping timeout)
  2430. # [19:15] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  2431. # [19:15] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2432. # [19:16] * Joins: tonymec (tonymec@D7798525.3384AC37.9D2324B7.IP)
  2433. # [19:16] * Joins: Mano (mano@F9B23B34.E7227095.51B98CA5.IP)
  2434. # [19:16] * Joins: m_gol (m_gol@moz-B1A1D749.play-internet.pl)
  2435. # [19:16] * jcranmer|away is now known as jcranmer
  2436. # [19:16] <ctalbert|mtg> billm: pong
  2437. # [19:17] * Quits: Mano (mano@F9B23B34.E7227095.51B98CA5.IP) (Client exited)
  2438. # [19:17] * Joins: Mano (mano@F9B23B34.E7227095.51B98CA5.IP)
  2439. # [19:17] <billm> ctalbert|mtg: I'd like to talk about e10s testing with you whenever you have a few minutes
  2440. # [19:17] <ctalbert|mtg> Sure
  2441. # [19:18] <@ted> billm: are you in toronto this week?
  2442. # [19:18] * Joins: darkowlzz (sunny@B7A538E3.A25B580B.27560D6E.IP)
  2443. # [19:18] <billm> ted: I was, but I left wednesday
  2444. # [19:18] * Quits: mcomella|home (mcomella@moz-AE370C8B.hsd1.ca.comcast.net) (Quit: Leaving)
  2445. # [19:18] <@ted> billm: I'm in MV currently
  2446. # [19:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/24123c2951c5 - Brian R. Bondy - Bug 961676. r=rstrong
  2447. # [19:19] <ctalbert|mtg> ted I was in MV on Wednesday and forgot to find you
  2448. # [19:19] <@ted> ctalbert|mtg: that's ok, i was in sunnyvale all day tues-thurs
  2449. # [19:19] * Quits: Mano (mano@F9B23B34.E7227095.51B98CA5.IP) (Ping timeout)
  2450. # [19:19] <@ted> only in the office monday morning and today
  2451. # [19:19] <ctalbert|mtg> ted ah
  2452. # [19:19] <billm> ctalbert|mtg, ted: should the three of us meet?
  2453. # [19:19] <ctalbert|mtg> ted you want to talk about e10s testing with us?
  2454. # [19:20] <billm> maybe we could do vidyo or something
  2455. # [19:20] <@ted> i'm free all day except lunch
  2456. # [19:20] <bbouvier> random (tbpl) question: what do we run in a M4 run?
  2457. # [19:20] <ctalbert|mtg> cool. I'll send out an invite
  2458. # [19:20] <billm> I'm free all day too
  2459. # [19:20] * Quits: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net) (Quit: tantek)
  2460. # [19:20] <@ted> bbouvier: we just chunk the tests by directory
  2461. # [19:20] <@ted> so "whatever winds up in the 4th chunk"
  2462. # [19:20] * Quits: gerv (Instantbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2463. # [19:20] <Gijs> RyanVM|afk: so I'm poking at the failure in #windev. It seems those builds are weirdly schizofrenic about whether they're built with/without MOZ_METRO. :|
  2464. # [19:20] <bbouvier> ted: ok, thanks
  2465. # [19:21] * Quits: darkowlzz (sunny@B7A538E3.A25B580B.27560D6E.IP) (Quit: This computer has gone to sleep)
  2466. # [19:22] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2467. # [19:22] * Joins: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com)
  2468. # [19:23] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2469. # [19:23] * Joins: mikeratcliffe (Adium@1B67F073.8F445B48.7CCB197A.IP)
  2470. # [19:24] * Joins: kushagra (kushagra@FBA42A9E.318E2A8.520CDC98.IP)
  2471. # [19:24] * Quits: automata (automata@302C91B4.8DDD1F9.16867D26.IP) (Ping timeout)
  2472. # [19:24] * Quits: joshua-s (Thunderbir@moz-22DC81A9.syrcny.east.verizon.net) (Ping timeout)
  2473. # [19:24] * Quits: kushagra_ (kushagra@B9A09376.D1D0BA85.520CDC98.IP) (Ping timeout)
  2474. # [19:25] * Quits: hdt91 (hdt91@8FF05964.9613A38.FCEF9E1A.IP) (Ping timeout)
  2475. # [19:26] * Quits: hub (hub@moz-E12780DE.cable.teksavvy.com) (Ping timeout)
  2476. # [19:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e44d921f23dc - Bill McCloskey - Bug 980122 - Recomposite entire screen in basic compositor (r=mattwoodrow)
  2477. # [19:27] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2478. # [19:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/49e24552b42d - Bill McCloskey - Bug 986691 - [e10s] Disable some layout tests (r=roc)
  2479. # [19:27] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Connection reset by peer)
  2480. # [19:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/083592b92e63 - Bill McCloskey - Bug 986685 - [e10s] Disable some DOM tests (r=smaug)
  2481. # [19:27] <froydnj> ehsan: did you want to look into making iointerposer intercept things on b2g?
  2482. # [19:27] * lth is now known as lth|away
  2483. # [19:27] * Joins: hdt91 (hdt91@8FF05964.9613A38.FCEF9E1A.IP)
  2484. # [19:28] * Joins: till (till@13F2CEC5.7672369.D8E68FF6.IP)
  2485. # [19:28] <@ehsan> froydnj: well, thinking about this more, for my purposes, read poisoning won't even work
  2486. # [19:28] <@ehsan> froydnj: since presumably we'd intercept the syscall
  2487. # [19:28] <@ehsan> without knowing whether it actually would hit the disk
  2488. # [19:29] <@ehsan> i.e., we would not be able to differentiate between proc and let's say vfat
  2489. # [19:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0c0176febdf0 - Myk Melez - Bug 982559 - use intent data to start app from legacy shorcut; r=wesj
  2490. # [19:29] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  2491. # [19:29] * Quits: mikeratcliffe (Adium@1B67F073.8F445B48.7CCB197A.IP) (Ping timeout)
  2492. # [19:30] * edmorley|sheriffduty is now known as edmorley
  2493. # [19:30] * bobowen is now known as bobowen|afk
  2494. # [19:31] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2495. # [19:31] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  2496. # [19:31] * Parts: SimonSapin (simon@moz-9A1FE870.exyr.org) (WeeChat 0.3.8)
  2497. # [19:31] * Joins: gerv (Instantbir@moz-6E0BFB62.dsl.sta.abo.bbox.fr)
  2498. # [19:32] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2499. # [19:32] * Joins: joshua-s (Thunderbir@moz-42319FD4.syrcny.east.verizon.net)
  2500. # [19:32] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2501. # [19:33] * Joins: automata (automata@302C91B4.8DDD1F9.16867D26.IP)
  2502. # [19:34] <Gijs> RyanVM|afk: bbondy tells me this is likely to go away when bug 988853 lands.
  2503. # [19:34] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2504. # [19:35] <bbondy> (already on m-c awaiting uplift approval)
  2505. # [19:35] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2506. # [19:35] * Joins: schroedera (Mibbit@6F48B8B.B56F5797.839B0B72.IP)
  2507. # [19:36] <Cork> anyone know where one should report problems with mozInstall?
  2508. # [19:36] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2509. # [19:37] <Cork> it appears to have a broken python reference in setup.py
  2510. # [19:39] * Joins: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com)
  2511. # [19:40] * Joins: darkowlzz (sunny@B7A538E3.A25B580B.27560D6E.IP)
  2512. # [19:40] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  2513. # [19:40] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  2514. # [19:41] <bbondy> Gijs: btw if it doesn't fix it when it gets relanded with the additional patch, emtwo will likely know how to fix right away
  2515. # [19:43] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2516. # [19:45] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2517. # [19:46] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2518. # [19:46] <Gijs> bbondy: great. I'm going to be away next week, but mconley, jaws or mikedeboer can probably help if the problems persist.
  2519. # [19:46] * mconley waves
  2520. # [19:46] <bbondy> :)
  2521. # [19:48] * Joins: davidb (davidb@moz-525B1A04.dsl.bell.ca)
  2522. # [19:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f65515f94aab - Alexander Surkov - Bug 987026 - Crash when adopting a focused element [@ mozilla::a11y::FocusManager::ProcessDOMFocus], r=jwei
  2523. # [19:49] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2524. # [19:50] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2525. # [19:51] * armenzg is now known as armenzg_brb
  2526. # [19:52] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2527. # [19:53] <msucan> given an nsihttpchannel is it safe to assume it's never reused by other requests or not?
  2528. # [19:53] * jlund is now known as jlund|food
  2529. # [19:53] * Joins: naveed (naveed@13F2CEC5.7672369.D8E68FF6.IP)
  2530. # [19:53] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  2531. # [19:54] * Quits: darkowlzz (sunny@B7A538E3.A25B580B.27560D6E.IP) (Quit: This computer has gone to sleep)
  2532. # [19:54] * Quits: naveed (naveed@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2533. # [19:55] * Quits: schroedera (Mibbit@6F48B8B.B56F5797.839B0B72.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2534. # [19:56] <Optimizer> error while running mach mochitest-browser : TypeError: coercing to Unicode: need string or buffer, TestManifest found
  2535. # [19:56] <Optimizer> any idea anyone "?
  2536. # [19:57] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  2537. # [19:57] <Optimizer> bgrins: multiple cursors support is only in sublime keymap ?
  2538. # [19:57] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  2539. # [19:57] * Joins: hub (hub@moz-E12780DE.cable.teksavvy.com)
  2540. # [19:58] * Quits: m_gol (m_gol@moz-B1A1D749.play-internet.pl) (Quit: Linkinus - http://linkinus.com)
  2541. # [19:58] * Quits: myk (myk@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2542. # [19:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5b49f2bbe1fd - Jan de Mooij - Bug 989356 - Remove Ion BOX_OUTPUT_ACCESSORS macro. r=sstangl
  2543. # [19:58] <Optimizer> ugh
  2544. # [19:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3eeb45f8ec21 - Jan de Mooij - Bug 958432 - Add jit-test. r=me
  2545. # [19:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0dc75dee34a5 - Jan de Mooij - Bug 988875 - Fix slow bug782083.js jit-test. r=bhackett
  2546. # [19:59] * Joins: naveed (naveed@13F2CEC5.7672369.D8E68FF6.IP)
  2547. # [19:59] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Ping timeout)
  2548. # [19:59] * Quits: six600110 (six600110@moz-9117A1DE.hsd1.il.comcast.net) (Quit: Ex-Chat)
  2549. # [19:59] * fabrice|afk is now known as fabrice
  2550. # [19:59] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Input/output error)
  2551. # [20:00] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2552. # [20:00] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  2553. # [20:00] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2554. # [20:00] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  2555. # [20:01] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  2556. # [20:01] * davidb is now known as davidb|afk
  2557. # [20:01] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2558. # [20:02] * Quits: kushagra (kushagra@FBA42A9E.318E2A8.520CDC98.IP) (Connection reset by peer)
  2559. # [20:02] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Ping timeout)
  2560. # [20:02] <gps> Optimizer: regression from bug 987398. please file
  2561. # [20:03] <Optimizer> so .. i can't run tests ? :(
  2562. # [20:04] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  2563. # [20:04] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2564. # [20:05] * Quits: andreasn (andreasn@moz-9477A8E1.na.cust.bahnhof.se) (Quit: Ex-Chat)
  2565. # [20:05] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2566. # [20:05] * Joins: andreasn (andreasn@moz-9477A8E1.na.cust.bahnhof.se)
  2567. # [20:05] * Joins: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2568. # [20:06] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Input/output error)
  2569. # [20:06] * Quits: ehugg (ehugg@C6E0817.BC913B75.D46CBC5D.IP) (Quit: ehugg)
  2570. # [20:07] * Quits: janv (varga@3C42FDFB.15D38914.4F33160D.IP) (Quit: This computer has gone to sleep)
  2571. # [20:07] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  2572. # [20:07] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Ping timeout)
  2573. # [20:08] * Joins: janv (varga@3C42FDFB.15D38914.4F33160D.IP)
  2574. # [20:08] * armenzg_brb is now known as armenzg
  2575. # [20:09] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Ping timeout)
  2576. # [20:09] <Optimizer> gps: any way of running tests ?
  2577. # [20:10] <gps> Optimizer: it's a P1. file the bug with STR. ping me. and I should have a patch within an hour
  2578. # [20:10] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2579. # [20:10] <Optimizer> gps: bug 985924
  2580. # [20:10] <Optimizer> no
  2581. # [20:10] <Optimizer> 989450
  2582. # [20:10] <Optimizer> STR are pretty str8 4ward
  2583. # [20:10] * Quits: Waldo (waldo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2584. # [20:11] <Optimizer> run any test
  2585. # [20:11] * Joins: dbaron (dbaron@F15D36DC.CB3251F2.284344F5.IP)
  2586. # [20:11] * ChanServ sets mode: +ao dbaron dbaron
  2587. # [20:11] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  2588. # [20:11] * Quits: cpeterson (cpeterson@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2589. # [20:12] <gps> Optimizer: might be a windows things since I can't repro
  2590. # [20:12] <Optimizer> gps: yeah, might be
  2591. # [20:12] * Quits: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2592. # [20:12] * Quits: mccr8 (mccr8@13F2CEC5.7672369.D8E68FF6.IP) (Quit: computer sleep)
  2593. # [20:13] * Quits: njn (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2594. # [20:14] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  2595. # [20:14] <gps> Optimizer: hg identify
  2596. # [20:14] * Quits: vingtetun (Thunderbir@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2597. # [20:14] <poiru> bsmedberg: (re: variadic NS_IMPL_ISUPPORTS) Challenge accepted: https://tbpl.mozilla.org/?tree=Try&rev=2ffb81605a43 :)
  2598. # [20:14] <Optimizer> gps: 722363d66998 tip
  2599. # [20:16] <bsmedberg_> poiru: oh neat
  2600. # [20:16] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2601. # [20:16] * Quits: hub (hub@moz-E12780DE.cable.teksavvy.com) (Ping timeout)
  2602. # [20:17] * Joins: kushagra (kushagra@FBA42A9E.318E2A8.520CDC98.IP)
  2603. # [20:17] * Quits: @dbaron (dbaron@F15D36DC.CB3251F2.284344F5.IP) (Ping timeout)
  2604. # [20:17] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  2605. # [20:18] * Quits: Jerry (hshih@moz-AE383FC4.dynamic.kbronet.com.tw) (Quit: Leaving)
  2606. # [20:18] * Joins: six600110 (six600110@moz-9117A1DE.hsd1.il.comcast.net)
  2607. # [20:19] * Joins: benvie (bbenvie@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2608. # [20:19] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2609. # [20:19] * Quits: juanb (jbecerra@39A0D140.7C0B58CC.A36C57B9.IP) (Quit: juanb)
  2610. # [20:20] * Quits: huseby (huseby@moz-CA874743.dyn.embarqhsd.net) (Ping timeout)
  2611. # [20:20] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2612. # [20:20] * mattwoodrow|away is now known as mattwoodrow
  2613. # [20:20] * Joins: Waldo (waldo@13F2CEC5.7672369.D8E68FF6.IP)
  2614. # [20:21] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2615. # [20:21] * hwine is now known as hwine-food
  2616. # [20:23] * Joins: Mano (mano@F9B23B34.E7227095.51B98CA5.IP)
  2617. # [20:23] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2618. # [20:25] * jhopkins|buildduty is now known as jhopkins|bbl
  2619. # [20:25] * catlee is now known as catlee-afk
  2620. # [20:27] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2621. # [20:27] * mattwoodrow is now known as mattwoodrow|away
  2622. # [20:27] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  2623. # [20:28] * Quits: edmorley (uid27002@moz-5F4AA75A.irccloud.com) (Quit: )
  2624. # [20:29] * Quits: ericjung_ (ericjung@moz-E3E145F1.transedge.com) (Quit: Leaving)
  2625. # [20:30] <Ms2ger> !summon dbaron
  2626. # [20:30] * hwine-food is now known as hwine
  2627. # [20:31] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  2628. # [20:31] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  2629. # [20:32] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2630. # [20:34] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2631. # [20:35] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2632. # [20:36] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  2633. # [20:36] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2634. # [20:37] <gps> Optimizer: commented on bug
  2635. # [20:37] * Quits: janv (varga@3C42FDFB.15D38914.4F33160D.IP) (Ping timeout)
  2636. # [20:37] * Quits: naveed (naveed@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2637. # [20:37] * Quits: mihneadb (mihneadb@moz-6B31F5AA.static.ziggozakelijk.nl) (Quit: Computer gone to sleep - Zzzz...)
  2638. # [20:37] * Joins: naveed (naveed@13F2CEC5.7672369.D8E68FF6.IP)
  2639. # [20:38] * KWierso is now known as KWierso|sheriffduty
  2640. # [20:39] <Optimizer> gps: how do I update by python files ?
  2641. # [20:39] <Optimizer> only a clobber build ?
  2642. # [20:39] <Optimizer> my*
  2643. # [20:39] <gps> Optimizer: mach build
  2644. # [20:39] <gps> if that doesn't update runtests.py, there is a build system bug to be filed
  2645. # [20:40] * davidb|afk is now known as davidb
  2646. # [20:40] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2647. # [20:40] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2648. # [20:40] <rstrong> gps: are you the right person to review the configure changes in bug 8396859?
  2649. # [20:40] * Quits: naveed (naveed@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2650. # [20:41] <Ms2ger> rstrong, I don't think that's the right number
  2651. # [20:41] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  2652. # [20:41] <gps> rstrong: mshal is a good reviewer too :)
  2653. # [20:41] * Joins: brett (brettgaylo@moz-B96A9296.dedicated.allstream.net)
  2654. # [20:41] <rstrong> oops... attachment number
  2655. # [20:41] <rstrong> gps: thanks!
  2656. # [20:41] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2657. # [20:42] * Joins: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2658. # [20:43] * Joins: myk (myk@moz-62518563.mtv2.mozilla.com)
  2659. # [20:43] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2660. # [20:45] * julienw is now known as julienw_afk
  2661. # [20:45] * Quits: Mano (mano@F9B23B34.E7227095.51B98CA5.IP) (Ping timeout)
  2662. # [20:45] * philor is now known as philor|away
  2663. # [20:45] * Quits: soumyaC (uid15286@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  2664. # [20:45] * Joins: huseby (huseby@moz-CA874743.dyn.embarqhsd.net)
  2665. # [20:46] * Quits: huseby (huseby@moz-CA874743.dyn.embarqhsd.net) (Max SendQ exceeded)
  2666. # [20:46] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2667. # [20:46] * Joins: ckitching (ckitching@C9C45CC3.A0A248B8.1DBFC58A.IP)
  2668. # [20:46] * Joins: sola (oogunsakin@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2669. # [20:47] * Joins: Mano (mano@moz-57C0A1E6.red.bezeqint.net)
  2670. # [20:47] * Joins: janv (varga@740FE678.9FB65C50.4F33160D.IP)
  2671. # [20:48] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2672. # [20:48] * davidb is now known as davidb|afk
  2673. # [20:48] * Joins: marco (marco@moz-1B8E3FE5.retail.telecomitalia.it)
  2674. # [20:49] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2675. # [20:49] * Quits: marco (marco@moz-1B8E3FE5.retail.telecomitalia.it) (Quit: marco)
  2676. # [20:49] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2677. # [20:51] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2678. # [20:51] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2679. # [20:51] * davidb|afk is now known as davidb
  2680. # [20:51] * Joins: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com)
  2681. # [20:51] * Quits: sewardj (sewardj@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2682. # [20:53] * Joins: sewardj (sewardj@FCCEA34F.7672369.D8E68FF6.IP)
  2683. # [20:53] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  2684. # [20:53] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  2685. # [20:54] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Connection reset by peer)
  2686. # [20:55] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2687. # [20:56] * Joins: soumyaC (uid15286@moz-E77DEB21.irccloud.com)
  2688. # [20:56] * gaye is now known as gaye|brb
  2689. # [20:56] * Joins: ehugg (ehugg@C6E0817.BC913B75.D46CBC5D.IP)
  2690. # [21:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2defc196c2d2 - Nicolas B. Pierron - Bug 988903 - Rename Snapshots packing constants. r=djvj
  2691. # [21:01] <dholbert> reftest-analyzer links from TBPL are ruining my awesomebar history-searches
  2692. # [21:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  2693. # [21:02] <dholbert> Just tried to find a song that I've played before by typing its title ("sun of a gun") into awesomebar, and it matched a tbpl reftest-analyzer link, since the base64 data URI randomly included all of the strings ("sun", "of", "a", "gun")
  2694. # [21:02] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Quit: tn)
  2695. # [21:03] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  2696. # [21:03] * Parts: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2697. # [21:03] * armenzg is now known as armenzg_brb
  2698. # [21:04] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2699. # [21:04] * Joins: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  2700. # [21:08] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  2701. # [21:09] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/bbaec519c92d - Brian R. Bondy - Bug 981166 - Turn off Metro Firefox and cleanup DEH registration. r=rstrong, jimm. a=sledru
  2702. # [21:09] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/3d7076c3bc5f - Brian R. Bondy - Bug 988853 - Disable Metro builds on secondary configs. r=jimm. a=lsblakk
  2703. # [21:09] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2704. # [21:10] * Joins: rbancroft (rumble@moz-4E8E0D7F.cg.shawcable.net)
  2705. # [21:12] * jcranmer is now known as jcranmer|away
  2706. # [21:14] * Joins: dbaron (dbaron@moz-62518563.mtv2.mozilla.com)
  2707. # [21:14] * ChanServ sets mode: +ao dbaron dbaron
  2708. # [21:14] <NeilAway> poiru: that's cheating, you still need to make NS_INTERFACE_TABLE variadic ;-)
  2709. # [21:15] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2710. # [21:15] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  2711. # [21:15] * jlund|food is now known as jlund
  2712. # [21:16] * Joins: sewardj_ (sewardj@FCCEA34F.7672369.D8E68FF6.IP)
  2713. # [21:16] * Quits: sewardj (sewardj@FCCEA34F.7672369.D8E68FF6.IP) (Connection reset by peer)
  2714. # [21:16] <bjacob_> Waldo: ping
  2715. # [21:18] * Joins: huseby (huseby@moz-CA874743.dyn.embarqhsd.net)
  2716. # [21:18] * Quits: Mano (mano@moz-57C0A1E6.red.bezeqint.net) (Client exited)
  2717. # [21:18] <bjacob_> Waldo: 1) do you agree that the MOZ_ASSUME_UNREACHABLE in Array.h is wrong ? 2) do you have a specific reason to want to disallow these operators, given that the out-of-bounds assertion will take care of this at runtime anyway?
  2718. # [21:18] * Quits: huseby (huseby@moz-CA874743.dyn.embarqhsd.net) (Max SendQ exceeded)
  2719. # [21:18] * Joins: Mano (mano@moz-57C0A1E6.red.bezeqint.net)
  2720. # [21:20] * Quits: davidb (davidb@moz-525B1A04.dsl.bell.ca) (Quit: Blah blah blah)
  2721. # [21:20] * Quits: Mano (mano@moz-57C0A1E6.red.bezeqint.net) (Ping timeout)
  2722. # [21:20] <jedp> dolske hi! i'm getting this when trying to build inbound: WebIDL.WebIDLError: error: Unresolved type '<unresolved scope>::MozConnection'., /Users/zeus/code/firefox/build_inbound_b2g/dom/bindings/Navigator.webidl line 241:21
  2723. # [21:21] <@dolske> no idea
  2724. # [21:21] * Joins: cstipkovic (uid6805@moz-E77DEB21.irccloud.com)
  2725. # [21:21] <jedp> nor me. hrm.
  2726. # [21:21] <@dolske> bz / khuey|away?
  2727. # [21:21] * Parts: rbancroft (rumble@moz-4E8E0D7F.cg.shawcable.net)
  2728. # [21:21] * Quits: RealRaven (Thunderbir@AB6D0257.77343A17.27F80FAC.IP) (Ping timeout)
  2729. # [21:22] * Joins: RealRaven (Thunderbir@AB6D0257.77343A17.27F80FAC.IP)
  2730. # [21:22] * rnewman is now known as rnewman|pto
  2731. # [21:23] * Quits: sewardj_ (sewardj@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2732. # [21:23] * Joins: m_gol (m_gol@moz-78E343CB.play-internet.pl)
  2733. # [21:24] * whimboo|afk is now known as whimboo
  2734. # [21:24] * Quits: m_gol (m_gol@moz-78E343CB.play-internet.pl) (Quit: Linkinus - http://linkinus.com)
  2735. # [21:25] * jedp tries mozilla-central instead
  2736. # [21:25] * Quits: mkaply (quassel@moz-40A9D7EC.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2737. # [21:25] <Waldo> bjacob_: sec
  2738. # [21:27] * Joins: Mano (mano@moz-57C0A1E6.red.bezeqint.net)
  2739. # [21:27] <Waldo> gps: commented on that bug, if my skimming was accurate enough
  2740. # [21:28] * Joins: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2741. # [21:28] * Joins: mkaply (quassel@moz-40A9D7EC.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2742. # [21:28] <bjacob_> Waldo: my guess is you're trying to work around the infamous gcc -Wtype-limits assertion about this condition being trivial when Size==0
  2743. # [21:28] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2744. # [21:28] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  2745. # [21:28] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2746. # [21:28] <bjacob_> hm though no, one of the operands is runtime here, so the warning shouldnt kick in
  2747. # [21:28] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  2748. # [21:29] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2749. # [21:29] <bjacob_> ah yes it might, as we're testing x < 0 for unsigned
  2750. # [21:29] <bjacob_> x
  2751. # [21:29] <Waldo> bjacob_: T arr[0]; is invalid C++
  2752. # [21:29] <Waldo> bjacob_: so a specialization for 0 is needed
  2753. # [21:29] <bjacob_> Waldo: ah --- i get it now, thanks
  2754. # [21:29] <bjacob_> Waldo: and we care about the 0 case?
  2755. # [21:29] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2756. # [21:29] * curtisk is now known as curtisk|afk
  2757. # [21:29] <Waldo> bjacob_: std::array has a specialization for the 0 case, and it can happen in templated-enough code
  2758. # [21:30] <Waldo> bjacob_: this actually *does* happen for InstructionHelper in js/src/jit/something
  2759. # [21:30] <bjacob_> Waldo: ah ok. Do you agree that the MOZ_ASSUME_UNREACHABLE is wrong, though?
  2760. # [21:30] <Waldo> bjacob_: why is it wrong?
  2761. # [21:30] <Waldo> bjacob_: it is a static error to index at all into an Array<T, 0>
  2762. # [21:31] <bjacob_> Waldo: it means if i have code that does array[i]; some_other_code(); and i happen to instantiate that for size 0, then the compiler is free to miscompile the whole thing
  2763. # [21:31] <bjacob_> Waldo: it's not!
  2764. # [21:31] * Quits: rbarnes (rbarnes@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2765. # [21:31] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  2766. # [21:32] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  2767. # [21:32] * Joins: huseby (huseby@moz-CA874743.dyn.embarqhsd.net)
  2768. # [21:32] <Ms2ger> bjacob_, ?!
  2769. # [21:32] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2770. # [21:32] <bjacob_> Waldo: in release builds, all this does, is tell the compiler, "you may freely assume that this is never reached, so have fun"
  2771. # [21:32] * Quits: huseby (huseby@moz-CA874743.dyn.embarqhsd.net) (Max SendQ exceeded)
  2772. # [21:33] <Waldo> bjacob_: yeah, and in debug builds we get a crash/assertion, and people fix their code
  2773. # [21:33] * Joins: huseby (huseby@moz-CA874743.dyn.embarqhsd.net)
  2774. # [21:33] <bjacob_> Waldo: what purpose is achieved by the unreachability marker here?
  2775. # [21:33] * Quits: gsvelto (gsvelto@moz-8474C0B3.clienti.tiscali.it) (Quit: Leaving)
  2776. # [21:33] * Quits: huseby (huseby@moz-CA874743.dyn.embarqhsd.net) (Max SendQ exceeded)
  2777. # [21:33] <tbsaunde> bjacob_: well, afaik in the case your talking about its already free to since your indexing out of bounds
  2778. # [21:34] <bjacob_> tbsaunde: haha, true
  2779. # [21:34] * Quits: sola (oogunsakin@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2780. # [21:34] <bjacob_> hm
  2781. # [21:34] <bjacob_> tbsaunde: no actually
  2782. # [21:34] <bjacob_> tbsaunde: because Array has a specialization for size 0, that is actually not doing any addressing
  2783. # [21:35] <tbsaunde> bjacob_: well, what do you want it to return?
  2784. # [21:35] <Waldo> bjacob_: purpose is mostly to make it more complainy, avoid generating any code at all for the zero-length array
  2785. # [21:35] * Joins: soumyaC1 (soumyaC@moz-E0F149F7.members.linode.com)
  2786. # [21:35] <bjacob_> Waldo: i mean as opposed to MOZ_ASSERT(false, msg)
  2787. # [21:36] <Waldo> bjacob_: if it were particularly common to index into zero-length Arrays, maybe
  2788. # [21:36] <bjacob_> tbsaunde: i suppose you would have to return a ref to a dummy static object...
  2789. # [21:36] <tbsaunde> bjacob_: but then in the opt case you'd have to return something that is a T, and you can't possibly do that
  2790. # [21:36] * Joins: huseby (huseby@moz-CA874743.dyn.embarqhsd.net)
  2791. # [21:36] <Waldo> bjacob_: but it's not, so it's reasonable to pocket a simplification for compilation
  2792. # [21:36] <Waldo> there's also that, I think
  2793. # [21:36] <tbsaunde> bjacob_: and where does the array get the static object from?
  2794. # [21:36] <Waldo> I don't remember if that *specifically* motivated that, but it certainly comes into play
  2795. # [21:37] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  2796. # [21:37] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  2797. # [21:37] <bjacob_> Waldo: i still dont understand what MOZ_ASSUME_UNREACHABLE is good for here, compared to MOZ_ASSERT(false, x)
  2798. # [21:37] <bjacob_> tbsaunde: just a static local in this function?
  2799. # [21:38] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  2800. # [21:39] <tbsaunde> bjacob_: and if T isn't default constructable?
  2801. # [21:39] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  2802. # [21:39] * Joins: droy (droy@moz-E0F149F7.members.linode.com)
  2803. # [21:39] <bjacob_> tbsaunde: then you cant possible construct an Array<T, N> anyway
  2804. # [21:39] <bjacob_> *possibly
  2805. # [21:40] <tbsaunde> bjacob_: but you could cast to one reasonably enough imo
  2806. # [21:41] <Waldo> bjacob_: generally, when we can assert some invariant such that a failure will crash, we take advantage of that in release builds; I don't see anything unusual here that means we shouldn't do that here
  2807. # [21:41] <Waldo> bjacob_: jlebar disagreed with this, to be sure, and changed a bunch over to crashing
  2808. # [21:41] <tbsaunde> honestly this seems like a case were you absolutely expect doing what your talking about invokes UB
  2809. # [21:41] <Waldo> bjacob_: I think this was kind of excess paranoia somewhat
  2810. # [21:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a1223ec7312a - Wes Kocher - Backed out changeset f65515f94aab (bug 987026) for apparently breaking ASAN mochitests, causing this CLOSED TREE
  2811. # [21:41] <Waldo> bjacob_: once the invariants are violated, unreachable or not, it's largely too late
  2812. # [21:42] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2813. # [21:42] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  2814. # [21:42] <Waldo> bjacob_: and without this particular case being something that is frequently messed up, "safe" paranoia doesn't seem justified
  2815. # [21:42] * Joins: marco (marco@moz-1B8E3FE5.retail.telecomitalia.it)
  2816. # [21:43] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2817. # [21:43] * Joins: cpeterson (cpeterson@AA6D5654.A5F785DE.396E4C6D.IP)
  2818. # [21:43] * Joins: narendraj9 (narendraj9@moz-E0F149F7.members.linode.com)
  2819. # [21:45] * Quits: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net) (Ping timeout)
  2820. # [21:45] * Quits: h4writer (h4writer@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2821. # [21:45] <bjacob_> Waldo: Array<T, 0>::operator[] doesnt otherwise violate any invariant. This is just an unreachability marker in the middle of otherwise fine code. And keep in mind that at least B2G-specific code is virtually never run in DEBUG builds.
  2822. # [21:47] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  2823. # [21:47] * Quits: till (till@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2824. # [21:48] <bjacob_> Waldo: i understand that it's fine to put UNREACHABLE after MOZ_CRASH, but here we're talking about a naked UNREACHABLE marker --- again, we should reason with the non-DEBUG case in mind here --- it is simply not true that people run everything in DEBUG builds
  2825. # [21:48] <bjacob_> Waldo: from what you say, jlebar was right...
  2826. # [21:48] * Quits: jackneill (jackneill@moz-D885E21A.pool.digikabel.hu) (Input/output error)
  2827. # [21:49] <bjacob_> jlebar where are you /o\
  2828. # [21:49] * Quits: Mano (mano@moz-57C0A1E6.red.bezeqint.net) (Client exited)
  2829. # [21:49] * Joins: Mano (mano@moz-57C0A1E6.red.bezeqint.net)
  2830. # [21:49] * Quits: sfink (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2831. # [21:49] <Waldo> bjacob_: you see the number of assume-unreachables in js/src? I'm telling you, we really don't think it's an issue :-)
  2832. # [21:49] * Joins: sawrubh|bot (~sawrubhbo@moz-E0F149F7.members.linode.com)
  2833. # [21:50] * Quits: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2834. # [21:50] * Waldo wonders when he's absconding from this area given the library thing in ten minutes or so
  2835. # [21:50] <bjacob_> Waldo: i trust that js/src knows what it's doing, and i wouldn't have the skill to read that code anyway
  2836. # [21:51] <bjacob_> Waldo: sorry, i didnt get the last thing you said :) "absconding" ?
  2837. # [21:51] * Quits: Mano (mano@moz-57C0A1E6.red.bezeqint.net) (Ping timeout)
  2838. # [21:51] <Waldo> bjacob_: leaving the office -- the room we had is being taken from us about nowish
  2839. # [21:51] * jld is alphabetically next to jlebar, but this probably isn't one of the formerly-jlebar things I know anything about.
  2840. # [21:51] * Joins: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP)
  2841. # [21:52] <bjacob_> Waldo: ok, well, i'm still totally convinced that this is worth fixing, so i'm filing a bug, we can continue talking there
  2842. # [21:52] <Waldo> okay
  2843. # [21:52] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2844. # [21:53] * Quits: Waldo (waldo@13F2CEC5.7672369.D8E68FF6.IP) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 27.0/20140203120101])
  2845. # [21:53] * Joins: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  2846. # [21:53] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2847. # [21:53] * Quits: janv (varga@740FE678.9FB65C50.4F33160D.IP) (Quit: This computer has gone to sleep)
  2848. # [21:54] * Quits: jchaulk (jchaulk-20@moz-B20D3E10.dsl.teksavvy.com) (Quit: Leaving.)
  2849. # [21:54] * bz is now known as bz_away
  2850. # [21:54] * grobinson is now known as grobinson|away
  2851. # [21:55] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Ping timeout)
  2852. # [21:56] * Joins: mixedpuppy (mixedpuppy@9D222422.D1155E2C.CFC2A289.IP)
  2853. # [21:56] * Quits: ckitching (ckitching@C9C45CC3.A0A248B8.1DBFC58A.IP) (Ping timeout)
  2854. # [21:56] * gaye|brb is now known as gaye
  2855. # [21:57] * Joins: shorlander- (shorlander@moz-46A48FEE.dhcp.insightbb.com)
  2856. # [21:57] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2857. # [21:58] * Quits: shorlander (shorlander@moz-46A48FEE.dhcp.insightbb.com) (Ping timeout)
  2858. # [21:59] * Quits: terrence (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2859. # [21:59] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2860. # [22:00] <gfritzsche> glob|away: any know issues with the review notifications on bmo? the notification at the top still tells me i have 3 reviews pending, but the request queue view only shows 2
  2861. # [22:00] * catlee-afk is now known as catlee
  2862. # [22:00] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2863. # [22:01] <kats> any ETA on the next inbound -> m-c merge?
  2864. # [22:01] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  2865. # [22:01] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2866. # [22:02] <kats> i guess i just missed the previous one :/
  2867. # [22:02] * Quits: therube_agone (chatzilla@moz-1308AA8D.bltmmd.east.verizon.net) (Ping timeout)
  2868. # [22:03] * Joins: tessarakt (jens@moz-2C094A9F.dip0.t-ipconnect.de)
  2869. # [22:04] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  2870. # [22:05] * capella|away is now known as capella
  2871. # [22:05] * Quits: rogeliodh (Thunderbir@E280E846.1A44C847.D67CC001.IP) (Quit: rogeliodh)
  2872. # [22:05] <KWierso|sheriffduty> kats: sometime this afternoon, pacific time
  2873. # [22:05] <kats> KWierso|sheriffduty: ok, thanks
  2874. # [22:06] <decoder> KWierso|sheriffduty: any problems with the new clang on asan?
  2875. # [22:06] <decoder> i had several entirely green runs with it before
  2876. # [22:06] * Quits: hdt91 (hdt91@8FF05964.9613A38.FCEF9E1A.IP) (Ping timeout)
  2877. # [22:06] * spohl is now known as spohl|afk
  2878. # [22:06] <decoder> the last one was today: https://tbpl.mozilla.org/?tree=Try&rev=17f38b68b370
  2879. # [22:07] <KWierso|sheriffduty> decoder: mochitests started failing like these: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&onlyunstarred=1&rev=f65515f94aab
  2880. # [22:08] <KWierso|sheriffduty> decoder: hrm, it's passing when the builds are clobbers
  2881. # [22:08] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  2882. # [22:08] <decoder> KWierso|sheriffduty: but in my push to inbound, all is green except bc which is still running
  2883. # [22:08] <decoder> also my previous try push was green
  2884. # [22:08] <KWierso|sheriffduty> non-clobbers are failing
  2885. # [22:08] <decoder> hm
  2886. # [22:08] <decoder> it's a compiler update
  2887. # [22:08] <decoder> a clobber might be necessary
  2888. # [22:08] * Joins: heftig (heftig@moz-AFBCCE51.dip0.t-ipconnect.de)
  2889. # [22:08] <decoder> i didnt know we had to do that
  2890. # [22:09] * sheppy-offline is now known as sheppy
  2891. # [22:09] <decoder> but.. wait a minute
  2892. # [22:09] <decoder> KWierso|sheriffduty: in your links, other stuff is also failing
  2893. # [22:09] <decoder> non-asan stuff
  2894. # [22:09] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2895. # [22:09] <KWierso|sheriffduty> unrelated
  2896. # [22:09] <decoder> ok
  2897. # [22:09] * Joins: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net)
  2898. # [22:09] * Quits: aklotz (Thunderbir@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2899. # [22:10] <decoder> KWierso|sheriffduty: i thought all our builds are clobber.. do some builders have previous asan builds with the old compiler?
  2900. # [22:10] <decoder> if thats the case, then they need to be clobbered of course
  2901. # [22:10] <KWierso|sheriffduty> we only occasionally clobber
  2902. # [22:10] <KWierso|sheriffduty> try is always clobbered
  2903. # [22:11] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  2904. # [22:11] <decoder> ah ok. did we clobber now to see if that solves it?
  2905. # [22:11] <KWierso|sheriffduty> decoder: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&onlyunstarred=1&rev=0dc75dee34a5 was a clobbered build on ASAN and the tests were green
  2906. # [22:12] <KWierso|sheriffduty> https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=2defc196c2d2 was a non-clobber build on ASAN and the tests were orange
  2907. # [22:12] <decoder> KWierso|sheriffduty: yea. if we do non-clobber builds on inbound, then i can imagine we're getting orange
  2908. # [22:12] <decoder> we're bumping clang from r195xxx to r200xxx
  2909. # [22:12] <decoder> that's quite a jump
  2910. # [22:13] <decoder> i guess we just need to clobber and wait now?
  2911. # [22:13] <KWierso|sheriffduty> decoder: okay, I'll hit the clobberer to fix up inbound, touch the CLOBBER file to make sure it gets clobbered when merged around, and reland the thing I backed out that didn't actually cause the failure
  2912. # [22:13] <KWierso|sheriffduty> thanks for mentioning the clang thing :)
  2913. # [22:13] <decoder> thanks. next time ill remember the CLOBBER thing
  2914. # [22:13] <decoder> i didnt have that on my radar
  2915. # [22:13] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  2916. # [22:14] * philor|away is now known as philor
  2917. # [22:14] * armenzg_brb is now known as armenzg
  2918. # [22:14] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2919. # [22:14] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Input/output error)
  2920. # [22:15] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  2921. # [22:15] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  2922. # [22:15] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2923. # [22:16] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2924. # [22:16] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2925. # [22:16] * Quits: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  2926. # [22:16] * rail_away is now known as rail
  2927. # [22:16] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2928. # [22:16] * mcote is now known as mcote|afk
  2929. # [22:17] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Ping timeout)
  2930. # [22:17] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Ping timeout)
  2931. # [22:17] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  2932. # [22:18] * Joins: aklotz (Thunderbir@8F761026.B5EF4AF6.E96CA9D8.IP)
  2933. # [22:18] * Quits: ehugg (ehugg@C6E0817.BC913B75.D46CBC5D.IP) (Quit: ehugg)
  2934. # [22:19] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  2935. # [22:19] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  2936. # [22:20] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Ping timeout)
  2937. # [22:20] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2938. # [22:20] * Joins: h4writer (h4writer@8F761026.B5EF4AF6.E96CA9D8.IP)
  2939. # [22:21] * Quits: sunfish (chatzilla@30A19522.A5F785DE.396E4C6D.IP) (Ping timeout)
  2940. # [22:21] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2941. # [22:21] * juanb is now known as juanb|afk
  2942. # [22:21] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2943. # [22:21] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2944. # [22:21] * jlund is now known as jlund|brb
  2945. # [22:21] * Callek is now known as Callek_disconnected
  2946. # [22:22] * Joins: Jesse (jruderman@moz-62518563.mtv2.mozilla.com)
  2947. # [22:22] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2948. # [22:22] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2949. # [22:22] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  2950. # [22:23] * Joins: sunfish (chatzilla@30A19522.A5F785DE.396E4C6D.IP)
  2951. # [22:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8a05309d1921 - Wes Kocher - Unback out and reland changeset a1223ec7312a (bug 987026) because it wasn't at fault for the mochitest failures on a CLOSED TREE
  2952. # [22:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/09c82dcddcc6 - Wes Kocher - Touch CLOBBER after bug 957965 landed
  2953. # [22:24] * Quits: sunfish (chatzilla@30A19522.A5F785DE.396E4C6D.IP) (Ping timeout)
  2954. # [22:25] * Joins: sunfish (chatzilla@30A19522.A5F785DE.396E4C6D.IP)
  2955. # [22:25] <idwer> 53 checkins left to bisect/test..
  2956. # [22:26] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  2957. # [22:27] * Quits: shorlander- (shorlander@moz-46A48FEE.dhcp.insightbb.com) (Input/output error)
  2958. # [22:28] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2959. # [22:29] * hwine is now known as hwine-commuting
  2960. # [22:29] * Quits: h4writer (h4writer@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  2961. # [22:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/63dea193e956 - Wes Kocher - Touch CLOBBER because bug 957865 needed it to fix a CLOSED TREE - DONTBUILD
  2962. # [22:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9a9898085544 - Wes Kocher - Backed out changeset 09c82dcddcc6 for landing with the wrong bug number on a CLOSED TREE
  2963. # [22:29] * Quits: myk (myk@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2964. # [22:31] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Quit: )
  2965. # [22:31] * Joins: mwargers (mwargers@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl)
  2966. # [22:31] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2967. # [22:33] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2968. # [22:33] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2969. # [22:33] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  2970. # [22:35] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  2971. # [22:35] * Joins: Mano (mano@moz-57C0A1E6.red.bezeqint.net)
  2972. # [22:36] * Quits: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net) (Quit: Leaving)
  2973. # [22:36] * Quits: cpeterson (cpeterson@AA6D5654.A5F785DE.396E4C6D.IP) (Input/output error)
  2974. # [22:36] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  2975. # [22:37] * Quits: sunfish (chatzilla@30A19522.A5F785DE.396E4C6D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0/20140317233501])
  2976. # [22:38] * Joins: Wolf_ (chatzilla@moz-D53D2F4F.carolina.res.rr.com)
  2977. # [22:38] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  2978. # [22:40] * jlund|brb is now known as jlund
  2979. # [22:40] * Quits: Mano (mano@moz-57C0A1E6.red.bezeqint.net) (Client exited)
  2980. # [22:41] * Joins: Mano (mano@moz-57C0A1E6.red.bezeqint.net)
  2981. # [22:41] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  2982. # [22:42] * grobinson|away is now known as grobinson
  2983. # [22:42] * Quits: Mano (mano@moz-57C0A1E6.red.bezeqint.net) (Ping timeout)
  2984. # [22:43] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2985. # [22:44] * kmoir is now known as kmoir-afk
  2986. # [22:44] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  2987. # [22:45] * Parts: jbeich (jbeich@moz-9B6DFF17.com) (ERC Version 5.3 (IRC client for Emacs))
  2988. # [22:45] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2989. # [22:45] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  2990. # [22:45] * Quits: msucan (mihai@5AFB78FB.80A864AC.C0E37CF3.IP) (Input/output error)
  2991. # [22:46] * Joins: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net)
  2992. # [22:47] * Parts: Wolf_ (chatzilla@moz-D53D2F4F.carolina.res.rr.com)
  2993. # [22:47] * Joins: Wolf_ (chatzilla@moz-D53D2F4F.carolina.res.rr.com)
  2994. # [22:48] * philor is now known as philor|away
  2995. # [22:48] * Joins: cpeterson (cpeterson@30A19522.A5F785DE.396E4C6D.IP)
  2996. # [22:48] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  2997. # [22:48] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2998. # [22:49] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  2999. # [22:49] * Joins: mihneadb (mihneadb@moz-B1FD148A.adsl-surfen.hetnet.nl)
  3000. # [22:50] * Quits: Ms2ger (Ms2ger@moz-4CB19774.adsl-dyn.isp.belgacom.be) (Quit: nn)
  3001. # [22:50] * sheppy is now known as sheppy-offline
  3002. # [22:50] * Joins: Mano (mano@moz-57C0A1E6.red.bezeqint.net)
  3003. # [22:50] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3004. # [22:51] * Joins: vichen (vichen@moz-32590C14.dynamic.hinet.net)
  3005. # [22:51] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3006. # [22:52] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  3007. # [22:52] * Quits: Mano (mano@moz-57C0A1E6.red.bezeqint.net) (Client exited)
  3008. # [22:52] * Joins: Mano (mano@moz-57C0A1E6.red.bezeqint.net)
  3009. # [22:53] * Quits: mihneadb (mihneadb@moz-B1FD148A.adsl-surfen.hetnet.nl) (Ping timeout)
  3010. # [22:53] * Quits: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  3011. # [22:54] * Quits: Mano (mano@moz-57C0A1E6.red.bezeqint.net) (Ping timeout)
  3012. # [22:55] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Input/output error)
  3013. # [22:55] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  3014. # [22:56] * Quits: cpeterson (cpeterson@30A19522.A5F785DE.396E4C6D.IP) (Ping timeout)
  3015. # [22:56] * catlee is now known as catlee-away
  3016. # [22:57] * Quits: wolfiR (wolfiR@moz-1C61F2F4.dip0.t-ipconnect.de) (Quit: Leaving)
  3017. # [22:57] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  3018. # [22:57] * Quits: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net) (Ping timeout)
  3019. # [23:01] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  3020. # [23:01] * Joins: mt (mt@moz-62518563.mtv2.mozilla.com)
  3021. # [23:02] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3022. # [23:02] * Joins: therube (chatzilla@moz-23010273.hsd1.md.comcast.net)
  3023. # [23:03] * Joins: myk (myk@moz-4B99FE7D.tmodns.net)
  3024. # [23:03] * Quits: gerv (Instantbir@moz-6E0BFB62.dsl.sta.abo.bbox.fr) (Ping timeout)
  3025. # [23:03] * Quits: mixedpuppy (mixedpuppy@9D222422.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  3026. # [23:04] * Quits: ericjung (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  3027. # [23:04] * Quits: Wolf_ (chatzilla@moz-D53D2F4F.carolina.res.rr.com) (Quit: ChatZilla 0.9.88.2-rdmsoft [XULRunner 12.0/20120420145725])
  3028. # [23:05] * Joins: Wolf_ (chatzilla@moz-D53D2F4F.carolina.res.rr.com)
  3029. # [23:05] * admix is now known as admix|away
  3030. # [23:07] * Quits: jfkthame (jfkthame@59D4F640.6B7B908E.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3031. # [23:11] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  3032. # [23:12] * gaye is now known as gaye|brb
  3033. # [23:16] * Quits: RealRaven (Thunderbir@AB6D0257.77343A17.27F80FAC.IP) (Quit: RealRaven)
  3034. # [23:16] * Quits: gustavold (gustavold@812C5516.D053F8AE.DF2AC62B.IP) (Ping timeout)
  3035. # [23:16] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/90150817689e - Richard Newman - Bug 965811 - Support Firefox Account-based Sync in SendTabActivity. r=nalexander, a=lsblakk
  3036. # [23:18] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3037. # [23:18] * Quits: jesup_mac (chatzilla@moz-A39761D7.phlapa.fios.verizon.net) (Ping timeout)
  3038. # [23:19] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3039. # [23:21] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  3040. # [23:21] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  3041. # [23:22] * Quits: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com) (Quit: BRB. Reloading my configuration. (Koala))
  3042. # [23:22] * Joins: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com)
  3043. # [23:22] <billm> ted: what component do you think this bug should go in?
  3044. # [23:24] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  3045. # [23:25] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  3046. # [23:25] <billm> I'll go with "Release Engineering :: Platform Support"
  3047. # [23:25] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/e6cccd1fb990 - Brad Lassey - bug 979438 - Unify android target SDK versions r=nalexander
  3048. # [23:26] * Parts: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  3049. # [23:27] * whimboo is now known as whimboo|afk
  3050. # [23:27] <firebot> Check-in: http://hg.mozilla.org/integration/b2g-inbound/rev/e453eab3694a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3051. # [23:27] * Quits: myk (myk@moz-4B99FE7D.tmodns.net) (Connection reset by peer)
  3052. # [23:27] <firebot> http://hg.mozilla.org/integration/b2g-inbound/rev/fbb11fd3921d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3053. # [23:28] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  3054. # [23:28] <@ted> billm: releng something
  3055. # [23:28] <firebot> Check-in: http://hg.mozilla.org/integration/fx-team/rev/07b7da9bf7cc - Margaret Leibovic - Bug 976680 - Remove landscape padding from home banner. r=bnicholson
  3056. # [23:28] <@ted> general automation maybe?
  3057. # [23:29] <billm> ok, I'll try that
  3058. # [23:29] * Joins: myk (myk@moz-4B99FE7D.tmodns.net)
  3059. # [23:30] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  3060. # [23:30] * Joins: sewardj_ (sewardj@8F761026.B5EF4AF6.E96CA9D8.IP)
  3061. # [23:30] * kats is now known as kats|away
  3062. # [23:31] * lightsofapollo is now known as lightsofapollo|afk
  3063. # [23:31] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  3064. # [23:32] * Joins: terrence (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  3065. # [23:33] * Joins: hub (hub@9CCB54A7.CF9068B.630E4E47.IP)
  3066. # [23:33] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3067. # [23:34] * BenWa is now known as BenWa|email
  3068. # [23:34] * Quits: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com) (Quit: BRB. Reloading my configuration. (Koala))
  3069. # [23:34] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  3070. # [23:34] * Joins: firebot (firebot@moz-D53D2F4F.carolina.res.rr.com)
  3071. # [23:35] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3072. # [23:35] * Joins: Mano (mano@moz-57C0A1E6.red.bezeqint.net)
  3073. # [23:35] * Joins: jviereck (Adium@moz-7859BAFE.dclient.hispeed.ch)
  3074. # [23:35] * Quits: terrence (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Client exited)
  3075. # [23:36] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  3076. # [23:36] * Joins: bdahl (bdahl@moz-2DED118A.hsd1.co.comcast.net)
  3077. # [23:36] * Quits: Olipro (Olipro@moz-67368F33.catv.pool.telekom.hu) (Ping timeout)
  3078. # [23:38] * Joins: Olipro (Olipro@moz-67368F33.catv.pool.telekom.hu)
  3079. # [23:38] * Quits: Gijs (gijs@moz-7614217B.range86-173.btcentralplus.com) (Quit: gone! See you April 7th. :-))
  3080. # [23:38] * geekboy|afk is now known as geekboy
  3081. # [23:38] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  3082. # [23:38] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3083. # [23:40] * Quits: bholley (bholley@B08EEEEB.6BBCE916.7B974E06.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3084. # [23:40] <billm> ted: thanks for the reviews. I'll file a bug to get rid of reftests-ipc once we get reftests --e10s running.
  3085. # [23:41] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  3086. # [23:41] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3087. # [23:42] * Joins: DChen (DChen@moz-74188E3.vc.shawcable.net)
  3088. # [23:44] * Quits: twi (Adium@moz-CF950680.cust.vodafonedsl.it) (Ping timeout)
  3089. # [23:44] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3090. # [23:44] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3091. # [23:45] * jorendorff_away is now known as jorendorff
  3092. # [23:45] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3093. # [23:45] * Joins: ehugg (ehugg@moz-8558C9BD.cisco.com)
  3094. # [23:45] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Quit: bmoss)
  3095. # [23:47] <Wolf_> I've updated the Check-in trees in here, if something is being reported that causes problems, let me know.
  3096. # [23:48] <KWierso|sheriffduty> Wolf_++
  3097. # [23:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/13011996555f - Camilo Viecco - Bug 982292 - Enhance EKU testing. r=dkeeler
  3098. # [23:48] <marco> billm: what's the status of the webapprt tests fix?
  3099. # [23:48] * Quits: ehugg (ehugg@moz-8558C9BD.cisco.com) (Quit: ehugg)
  3100. # [23:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/49ee8ceaf9fe - Camilo Viecco - Bug 982292 - Allow nsSGC to 'nest' TLS Web Server Authentication EKU in moz::pkix. r=bsmith
  3101. # [23:48] <billm> marco: ted just reviewed it. I'll land it in a bit.
  3102. # [23:48] <marco> awesome
  3103. # [23:49] * Quits: bent (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  3104. # [23:49] * Fallen|away is now known as Fallen
  3105. # [23:49] * khuey|away is now known as khuey
  3106. # [23:49] * Joins: twi (Adium@moz-429185BE.cust.vodafonedsl.it)
  3107. # [23:50] * Quits: twi (Adium@moz-429185BE.cust.vodafonedsl.it) (Connection reset by peer)
  3108. # [23:51] * Joins: twi (Adium@moz-429185BE.cust.vodafonedsl.it)
  3109. # [23:51] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  3110. # [23:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/52bc15db9553 - Bill McCloskey - Bug 986653 - Add --e10s option to reftests (r=ted)
  3111. # [23:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ca4eb9580260 - Bill McCloskey - Bug 986163 - Fix webapprt tests (r=ted)
  3112. # [23:52] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3113. # [23:53] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  3114. # [23:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ca413634eba3 - Mike Hommey - Bug 988168 - Better integrate gtest libxul in the build system. r=mshal
  3115. # [23:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/05a22543378b - Mike Hommey - Bug 988774 - Do not gracefully disable sccache when it's not there. r=bhearsum
  3116. # [23:54] * Quits: hub (hub@9CCB54A7.CF9068B.630E4E47.IP) (Ping timeout)
  3117. # [23:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8245a010d297 - Mike Hommey - Bug 988722 - Use buildprops.json to decide whether and how to use sccache. r=bhearsum
  3118. # [23:55] * Quits: sewardj_ (sewardj@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  3119. # [23:56] * Quits: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: tantek)
  3120. # [23:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/245d0cb5a7b3 - Camilo Viecco - Bug 987816 - certificateUsageVerifyCA is OK verifcation option. r=dkeeler
  3121. # [23:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b714220dd39d - Camilo Viecco - Bug 987816 - test certificateUsageVerifyCA can return success. r=dkeeler
  3122. # [23:58] * Joins: sfink (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  3123. # [23:59] * deian|away is now known as deian
  3124. # Session Close: Sat Mar 29 00:00:00 2014

The end :)