/irc-logs / mozilla / #developers / 2014-08-30 / end

Options:

  1. # Session Start: Sat Aug 30 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * Quits: mkaply (quassel@moz-D9FFB5E9.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  4. # [00:00] <jimm> (or a ui thread)
  5. # [00:00] <jimm> that runs a message loop
  6. # [00:00] <jesup> jimm: is there any way to do this on a thread other than MainThread, since this may involve significant processing? Currently we spawn a thread specifically for capturing in DesktopCaptureImpl::DesktopCaptureImpl() (desktop_capture_impl.cc, same dir)
  7. # [00:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/59ceff5f2f2b - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  8. # [00:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/56c602487233 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  9. # [00:01] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  10. # [00:02] <jesup> We could specialize that thread spawn for this purpose. (it would be a pthread on linux/mac, not on windows)
  11. # [00:02] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  12. # [00:03] * Quits: jet (jet@DC28F9F2.9D1462C2.B1AB2861.IP) (Quit: jet)
  13. # [00:03] * rail is now known as rail_away
  14. # [00:04] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  15. # [00:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/721ba9525397 - Eric Faust - Bug 1058869 - Don't forget about Arrays for attribute-only Object.defineProperty calls. (r=jorendorff)
  16. # [00:04] * mdas is now known as mdas|afk
  17. # [00:05] <Gijs> bsmedberg: can I rely on the leafname of the profiledir ending in "." followed by the profile name?
  18. # [00:05] <jesup> jimm: this is the thread setup: media/webrtc/trunk/webrtc/system_wrappers/source/thread_win.cc
  19. # [00:05] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  20. # [00:05] <Gijs> bsmedberg: for profiles under the profiles/ dir created by the profile manager, I mean?
  21. # [00:06] <@bsmedberg> Gijs: depends on what "created by the profile manager" means
  22. # [00:06] <@bsmedberg> that is probably not a safe assumption, though
  23. # [00:06] <jesup> jimm: "a ui thread that runs a message loop" - any pointers/examples; our code or elsewhere?
  24. # [00:06] <@bsmedberg> the naming scheme has changed over the years, and if people continuously used Firefox since Phoenix days that's definitely not a safe statement
  25. # [00:06] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  26. # [00:06] * Quits: mib_o5jlp2 (Mibbit@9948D91.C6091C05.A2DC32D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  27. # [00:07] <jesup> bsmedberg: and can't you specify your own dir?
  28. # [00:07] <nalexander> KWierso|sheriffduty: other sheriffs: what's the easiest way to reland a backed out patch, preferably keeping the commit data (user, message)?
  29. # [00:07] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  30. # [00:07] * Joins: justindarc (justindarc@moz-F1501A5F.public.wayport.net)
  31. # [00:07] <KWierso|sheriffduty> nalexander: reland the original patch
  32. # [00:07] <jimm> jesup: seriously wondering if you can fix all this by changing your ipc loop type - http://mxr.mozilla.org/mozilla-central/source/ipc/chromium/src/base/message_loop.cc#129
  33. # [00:07] <@bsmedberg> jesup: yep
  34. # [00:07] * Quits: sovemp (shaycraft@37579293.AD310888.4B8DD6BE.IP) (Quit: leaving)
  35. # [00:07] * Joins: asobolev1 (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  36. # [00:07] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  37. # [00:07] <nalexander> KWierso|sheriffduty: I don't have it, since it's qfinished.
  38. # [00:07] <jesup> nalexander: hg export -r rev >file; hg qimport file
  39. # [00:08] <@khuey> nalexander: just grab the raw hg url from the first time it was landed, apply it again, and check it in
  40. # [00:08] <nalexander> jesup: ah, let me try that. Thanks.
  41. # [00:08] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  42. # [00:08] <jesup> jimm: let me look
  43. # [00:08] <jimm> jesup: here's where your current thread gets its pump - http://mxr.mozilla.org/mozilla-central/source/ipc/chromium/src/base/message_loop.cc#124
  44. # [00:08] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  45. # [00:09] <jimm> worth a shot anyway
  46. # [00:09] <jesup> jimm: sure, thanks! especially for the capture thread
  47. # [00:09] <jesup> proxying enumeration is one thing, capture would be a real huge problem
  48. # [00:09] * sheppy is now known as sheppy-offline
  49. # [00:09] <nalexander> jesup: hg export -r $REV | hg qimport --name $REV - && hg qpush seems pretty decent.
  50. # [00:09] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  51. # [00:09] <jesup> yup
  52. # [00:10] <jesup> do it all the time or variants
  53. # [00:10] * Quits: sewardj (sewardj@89EC753E.51BE1E5C.FFDF157.IP) (Ping timeout)
  54. # [00:11] * Joins: sewardj (sewardj@89EC753E.51BE1E5C.FFDF157.IP)
  55. # [00:11] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  56. # [00:11] <jimm> jesup: that msdn article I posted has good background. also - http://en.wikipedia.org/wiki/Message_loop_in_Microsoft_Windows
  57. # [00:12] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  58. # [00:12] <jesup> jimm: that's for the MediaManager thread; did you look at the capture thread creation?
  59. # [00:13] <jimm> oh I see, that thread is getting created in that media thread code?
  60. # [00:13] <jimm> hmm
  61. # [00:13] <jimm> yeah that wont work.
  62. # [00:13] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  63. # [00:13] * Joins: trevorh (trevor@moz-2CC4AA52.lns3.woo.bigpond.net.au)
  64. # [00:13] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Ping timeout)
  65. # [00:14] <Gijs> bsmedberg: OK, thanks.
  66. # [00:15] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  67. # [00:15] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  68. # [00:15] * Quits: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br) (Ping timeout)
  69. # [00:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/480cdabe848f - Ehsan Akhgari - Bug 1060375 - Mark the Maybe(Nothing) constructor as implicit; r=froydnj
  70. # [00:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4911e706d559 - Botond Ballo - Bug 1058884 - Update drawing of borders to account for multi-layer-apz. r=kats,BenWa
  71. # [00:17] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  72. # [00:17] <Gijs> bsmedberg: is there even always a readable name for the profile?
  73. # [00:17] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  74. # [00:17] <Gijs> bsmedberg: and if so, is there a way of getting it if I just have a profile dir to go on?
  75. # [00:19] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  76. # [00:19] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Ping timeout)
  77. # [00:19] <jesup> jimm: ok, so what can we do for that one? I'm fine with changing the thread creation code there to tell it to do something differently, or to use a different pump for that thread
  78. # [00:19] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  79. # [00:20] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  80. # [00:20] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  81. # [00:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a55f817e92ac - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  82. # [00:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a8bcb36778f7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  83. # [00:21] * Joins: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br)
  84. # [00:22] * Parts: JuSchz (julien@moz-946AB1EF.fbx.proxad.net)
  85. # [00:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ac1087bb734e - Nick Alexander - Bug 984503 - Pre: Remove trailing newlines from previous commit. r=trivial
  86. # [00:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a0e6a11d7b8b - Vivek Balakrishnan - Bug 984503 - Add "Remove Firefox Account" menu option to FxAccount status activity. r=nalexander,rnewman
  87. # [00:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/924887478138 - Nick Alexander - Bug 984503 - Follow-up to fix build bustage. r=me
  88. # [00:23] <jimm> jesup: I don't think there's much you can do. you have to pump windows messages on that thread, which means when you do something on that thread, it has to be in response to a windowing message.
  89. # [00:23] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Ping timeout)
  90. # [00:23] <jimm> eg, DispatchMessage has to be on the stack. see that wikipedia article.
  91. # [00:23] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  92. # [00:24] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  93. # [00:24] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  94. # [00:25] <jimm> jesup: you can't move those calls over the main thread via ipc?
  95. # [00:26] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  96. # [00:26] * Quits: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP) (Quit: brendan)
  97. # [00:27] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  98. # [00:29] <jesup> jimm: runnable to the mainthread for the captures? anything going through the mainthread queue would be problematically delayed randomly by gc, etc
  99. # [00:29] <jesup> or do you mean some other method to get it to run there?
  100. # [00:29] * Quits: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  101. # [00:30] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  102. # [00:30] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  103. # [00:30] * Quits: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  104. # [00:31] <jimm> ah, no sorry. I forgot that isn't an ipc thread.
  105. # [00:31] <jesup> As this capture thread is used for nothing else, couldn't we create (and destroy) the thread differently and have it run a message loop?
  106. # [00:31] * Joins: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at)
  107. # [00:31] <jimm> sure, you could role your own using the design I mentioned above.
  108. # [00:32] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  109. # [00:32] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  110. # [00:33] <jorendorff> roll
  111. # [00:33] <jesup> I presume there's a way to have windows call us/send us a message every 1/Nth sec
  112. # [00:33] <jorendorff> i think the reference is to cigarettes, not sure
  113. # [00:33] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Ping timeout)
  114. # [00:33] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  115. # [00:33] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  116. # [00:34] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  117. # [00:34] * miketaylr is now known as zz_miketaylr
  118. # [00:34] * Quits: mikeratcliffe (Adium@B8D4FE5.4788BC2C.7CCB197A.IP) (Quit: Leaving.)
  119. # [00:34] * Quits: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  120. # [00:35] * Joins: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at)
  121. # [00:35] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  122. # [00:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bd847dedd1e5 - Jason Orendorff - Follow-up patch 3 to bug 1041631 part 1. Make two more tests pass when Symbol is not defined. r=efaust.
  123. # [00:35] * Quits: karlt (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  124. # [00:35] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  125. # [00:35] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  126. # [00:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/830c1c46028a - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  127. # [00:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b726396fd5f7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  128. # [00:36] <jesup> jimm: ^
  129. # [00:36] * FuzzyFox|afk is now known as FuzzyFox
  130. # [00:37] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  131. # [00:37] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  132. # [00:37] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Ping timeout)
  133. # [00:37] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  134. # [00:38] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  135. # [00:38] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  136. # [00:38] * Quits: botond_ (quassel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  137. # [00:38] * Joins: jeffgodwyll (jeff@F1815CC5.829DBEF3.40E092AA.IP)
  138. # [00:39] * Joins: MisterSpeaker (MisterSpea@moz-9FAA1508.nycmny.east.verizon.net)
  139. # [00:39] <jimm> jesup: well, there's the SetTimer api, although it's not very accurate
  140. # [00:39] * Joins: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net)
  141. # [00:40] <jimm> khuey: ^ any ideas?
  142. # [00:40] * Quits: Sander (chatzilla@moz-A8AD4BF2.dip0.t-ipconnect.de) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  143. # [00:40] * Quits: jeffgodwyll (jeff@F1815CC5.829DBEF3.40E092AA.IP) (Connection reset by peer)
  144. # [00:40] <@khuey> jimm: what's the question?
  145. # [00:40] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  146. # [00:41] * Joins: mikeratcliffe (Adium@B8D4FE5.4788BC2C.7CCB197A.IP)
  147. # [00:41] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Ping timeout)
  148. # [00:41] <jesup> jimm: it doesn't have to be accurate, and we're talking 1/5th to 1/30th second ish
  149. # [00:41] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  150. # [00:41] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  151. # [00:41] <jimm> jesup want to create a new thread and run a dispatch loop on it. the thread is going to have to do ui work on a regular basis.
  152. # [00:42] * Joins: espadrine` (ttyl@moz-8D446CB.w90-2.abo.wanadoo.fr)
  153. # [00:42] <jesup> screen/window capture (esp. window) on windows
  154. # [00:42] * Joins: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net)
  155. # [00:42] * Quits: espadrine (ttyl@moz-153339D3.w92-128.abo.wanadoo.fr) (Ping timeout)
  156. # [00:43] * Quits: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net) (Input/output error)
  157. # [00:43] * Joins: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net)
  158. # [00:43] * Quits: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginm.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  159. # [00:44] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  160. # [00:44] * Joins: botond_ (quassel@13F2CEC5.7672369.D8E68FF6.IP)
  161. # [00:44] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  162. # [00:44] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Ping timeout)
  163. # [00:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4122a2e5ec86 - Steve Fink - Bug 1055842 - Communicate ownership of stolen ArrayBuffer contents, r=Waldo
  164. # [00:45] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  165. # [00:45] * Quits: tessarakt3 (jens@moz-47DC3CA3.adsl.alicedsl.de) (Ping timeout)
  166. # [00:45] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  167. # [00:46] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  168. # [00:47] <jimm> jesup: I have to skedaddle out of here now. I'm guessing we won't be trying to land a half baked fix on beta this weekend? so we can look at this more next week?
  169. # [00:48] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  170. # [00:48] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  171. # [00:48] <jimm> s/guessing/hoping :)
  172. # [00:48] * Joins: rbrandao (uid30340@moz-31ABA2C0.irccloud.com)
  173. # [00:49] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  174. # [00:49] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Ping timeout)
  175. # [00:49] * Quits: jrgill (jrgill@moz-9FD6CA8F.stny.res.rr.com) (Ping timeout)
  176. # [00:49] <jesup> well, it'd be aurora, not beta. Thus far, only one machine is known to show problems with this (mine), though I have one unconfirmed report on win8 of window borders not getting reliably captured
  177. # [00:49] * Quits: justindarc (justindarc@moz-F1501A5F.public.wayport.net) (Input/output error)
  178. # [00:49] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  179. # [00:49] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  180. # [00:49] <jimm> all windows machines will have problem with this fyi
  181. # [00:50] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  182. # [00:50] <jesup> but we certainly can land more fixes next week. I'll probably try to proxy the enumeration this weekend (which is where I'm breaking).
  183. # [00:50] * Quits: MisterSpeaker (MisterSpea@moz-9FAA1508.nycmny.east.verizon.net) (Client exited)
  184. # [00:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6b3eb56da211 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  185. # [00:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/02eef143aaa9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  186. # [00:51] <jesup> and that border thing was in a vm
  187. # [00:51] * Quits: botond_ (quassel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  188. # [00:51] * kats is now known as kats-afk
  189. # [00:51] * Quits: serge (Thunderbir@moz-4E0F5704.dsl.teksavvy.com) (Quit: serge)
  190. # [00:52] <tanvi> RyanVM|afk: ping
  191. # [00:53] <jesup> jimm: linuxwolf: it's a plan
  192. # [00:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8d48127a01e3 - vladikoff - Bug 1058424 - Fixes network error tests in the FxA Profile Client r=mattn
  193. # [00:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/048321be093e - Girish Sharma - Bug 970517 - Storage Inspector front end, r=jwalker, mratcliffe
  194. # [00:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/12c0a04e2a7f - Girish Sharma - Bug 970517 - Storage Inspector fron end - tests, r=jwalker
  195. # [00:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8d6dc19c9f94 - Raymond Etornam Agbeame(:retornam) - Bug 1052856 - Copy as curl should use --compressed instead of -H accept-encoding gzip r=jryans
  196. # [00:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c84a9d0486c0 - Brian Grinstead - Bug 1060041 - Don't expand folders in projecteditor tree by default;r=jryans
  197. # [00:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/96fd68f9c83e - Michael Ratcliffe - Bug 1060188 - [App Manager] Cannot use Inspector to view app's DOM on Flame r=paul
  198. # [00:53] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  199. # [00:54] <jimm> jesup: cool, i'll be checking bugmail sat and monday, sunday i'll be on a boat. :)
  200. # [00:54] <jimm> good luck!
  201. # [00:54] <jesup> jimm: thanks!
  202. # [00:54] <Gijs> bsmedberg: so I figured that going with your plan of moving the dir would actually get me what I want faster, but I'm still having an issue. I'm copying in a prefs file into the profile dir that I'm passing with -profile, that's inside the "main" profile, but I'm seeing that prefs.js file being overwritten by an empty one. :(
  203. # [00:54] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  204. # [00:54] <Gijs> bsmedberg: any idea what'd cause that and/or how to fix?
  205. # [00:54] * Joins: qaaa (bzlandfill@moz-E6EC29A.tukw.qwest.net)
  206. # [00:54] * whimboo is now known as whimboo|afk
  207. # [00:55] * Quits: qaaa (bzlandfill@moz-E6EC29A.tukw.qwest.net) (Quit: CGI:IRC)
  208. # [00:55] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  209. # [00:55] * Joins: mib_k72cgt (Mibbit@moz-E6EC29A.tukw.qwest.net)
  210. # [00:55] * Quits: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net) (Input/output error)
  211. # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d9099ce2b4ee - Chenxia Liu - Bug 1059440 - Don't set noHistory for onboarding activity. r=trivial
  212. # [00:56] * Joins: jeffgodwyll (jeff@2BDB0CE.829DBEF3.40E092AA.IP)
  213. # [00:57] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  214. # [00:57] * Quits: jeffgodwyll (jeff@2BDB0CE.829DBEF3.40E092AA.IP) (Connection reset by peer)
  215. # [00:57] * Quits: mikeratcliffe (Adium@B8D4FE5.4788BC2C.7CCB197A.IP) (Quit: Leaving.)
  216. # [00:57] <Gijs> bsmedberg: or, huh - it seems my assumptions are wrong, and prefs.js isn't populated at the point where I'm copying it :s
  217. # [01:00] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  218. # [01:00] * Quits: bwc (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  219. # [01:01] * Joins: Sushant20 (Sushant@D816AD58.ADD0CD04.D30E9BEF.IP)
  220. # [01:02] * Quits: Sushant94_ (Sushant@3D31D635.63369A2D.D30E9BEF.IP) (Ping timeout)
  221. # [01:02] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  222. # [01:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  223. # [01:02] * mdas|afk is now known as mdas
  224. # [01:02] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  225. # [01:02] * Quits: huseby (huseby@moz-B3136CF6.linuxprogrammer.org) (Quit: 0.3.8)
  226. # [01:03] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  227. # [01:03] * Quits: trevorh (trevor@moz-2CC4AA52.lns3.woo.bigpond.net.au) (Ping timeout)
  228. # [01:04] * Joins: huseby (huseby@moz-B3136CF6.linuxprogrammer.org)
  229. # [01:05] * Quits: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com) (Quit: )
  230. # [01:05] * jlund|buildduty is now known as jlund|lunch
  231. # [01:05] * Quits: Pike (chatzilla@moz-35C53F65.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
  232. # [01:05] <mchang> KWierso|sheriffduty: ping
  233. # [01:05] <KWierso|sheriffduty> mchang: pong
  234. # [01:06] <mchang> KWierso|sheriffduty: hey im trying to push to b2g-inbound, but I get that I need an approval required? Sorry first time I’ve ever pushed to tree directly :/
  235. # [01:06] <mchang> KWierso|sheriffduty: what’s the current a= flag?
  236. # [01:06] <KWierso|sheriffduty> mchang: what are you trying to push?
  237. # [01:06] <mchang> KWierso|sheriffduty: bug 970751
  238. # [01:07] * Quits: huseby (huseby@moz-B3136CF6.linuxprogrammer.org) (Quit: 0.3.8)
  239. # [01:07] * Joins: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  240. # [01:07] * Joins: huseby (huseby@moz-B3136CF6.linuxprogrammer.org)
  241. # [01:07] * Quits: asobolev1 (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  242. # [01:07] <KWierso|sheriffduty> mchang: a=kwierso
  243. # [01:07] <mchang> KWierso|sheriffduty: ok thanks
  244. # [01:08] * Joins: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com)
  245. # [01:09] <poiru> Yippee, bug 1048322 has landed. Everyone, dance!
  246. # [01:10] * efaust dances
  247. # [01:10] <efaust> I guess I should read the bug first
  248. # [01:10] * wlach is now known as wlach|afk
  249. # [01:10] <poiru> Commit message title in try submission emails :)
  250. # [01:10] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  251. # [01:11] <efaust> yeah, reading that
  252. # [01:11] * efaust dances now in earnest
  253. # [01:12] * Joins: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net)
  254. # [01:12] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  255. # [01:13] * Quits: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  256. # [01:13] * Quits: RattyAway (Jim_diGriz@11591811.8DBD7631.25110E41.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.0.15pre/20110606000022])
  257. # [01:15] * Quits: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  258. # [01:15] <NeilAway> poiru: have you communicated bug 1058669 comment 1 to thunderbird developers?
  259. # [01:15] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  260. # [01:16] <poiru> NeilAway: Nope, but I will create patches for comm-central as well before removing it.
  261. # [01:18] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  262. # [01:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d29ed7eb2d11 - Chris Peterson - Bug 1060466 - Don't collect parser telemetry for JS code loaded as HTTP resources by add-ons. r=billm
  263. # [01:19] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  264. # [01:19] <Gijs> bsmedberg: fixed, r? on a patch that also nukes the profile service usage from that code. :)
  265. # [01:19] * Joins: mikeratcliffe (Adium@B8D4FE5.4788BC2C.7CCB197A.IP)
  266. # [01:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b156d1d5a4de - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  267. # [01:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ad56b2615e9f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  268. # [01:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/fb36a90eb2b8 - Richard Newman - Bug 1060524 - Eliminate pre-Gingerbread support in Android Sync. r=nalexander
  269. # [01:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/47b9e8d327d9 - Richard Newman - Bug 1060536 - Move LocaleAware into Fennec to allow for easier reuse from Search. r=nalexander
  270. # [01:20] <NeilAway> poiru: is it really a good idea to write out that macro 56 times?
  271. # [01:21] * Quits: mikeratcliffe (Adium@B8D4FE5.4788BC2C.7CCB197A.IP) (Quit: Leaving.)
  272. # [01:21] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  273. # [01:21] * Quits: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com) (Quit: Ex-Chat)
  274. # [01:21] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  275. # [01:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/3ab215c50844 - Mason Chang - Bug 970751 Resample touch events. r=mwu,kats. a=kwierso
  276. # [01:24] * Quits: meh` (meh@moz-FB6161E6.net24.it) (Quit: I don't want to live on this planet anymore.)
  277. # [01:25] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  278. # [01:25] * Quits: Archaeopteryx (itsme@moz-9C6CBBBD.cust.telecolumbus.net) (Quit: Goodbye)
  279. # [01:26] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  280. # [01:26] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  281. # [01:27] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  282. # [01:28] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  283. # [01:29] * Joins: PiresFelix (Leonardo@moz-BE75E2ED.bsaco701.dsl.brasiltelecom.net.br)
  284. # [01:29] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  285. # [01:29] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  286. # [01:30] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  287. # [01:30] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  288. # [01:32] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Input/output error)
  289. # [01:33] * Quits: mdas (mdas@moz-AB8748FE.cpe.pppoe.ca) (Quit: )
  290. # [01:33] <NeilAway> Gijs: is bug 1060493 a duplicate?
  291. # [01:33] <Gijs> NeilAway: no.
  292. # [01:33] * Parts: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  293. # [01:34] <Gijs> NeilAway: but to fix bug 1060464, it made the most sense to fix that bug at the same time.
  294. # [01:34] * FuzzyFox is now known as FuzzyFox|afk
  295. # [01:34] <Gijs> (mostly because I discovered that when running tests, it was still using the debugger profile based on the currently selected profile, which could be anything, and copying prefs over willy-nilly into the same profile all the time seemed like a bad idea)
  296. # [01:35] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  297. # [01:36] <NeilAway> Gijs: iirc 0o777 is now a thing
  298. # [01:36] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Quit: juanb)
  299. # [01:38] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  300. # [01:38] * geekboy is now known as geekboy|afk
  301. # [01:38] <NeilAway> (you also probably don't need to clone your files as you only use them once)
  302. # [01:38] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  303. # [01:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/492bf5f4325d - Kyle Machulis - Bug 1060691 - Clean up settings api debug messages; r=gwagner a=2.1
  304. # [01:39] <mcomella> In Fennec code, I tried calling browser.goBack() (https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/browser#m-goBack) twice in a row, after which OnHistoryGoBack is called twice, but onLocationChange is called once (with the first back step, not the second). Is this expected behavior?
  305. # [01:40] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  306. # [01:40] <nalexander> mcomella: is this an async thing?
  307. # [01:40] <Gijs> NeilAway: I'm not following what you mean?
  308. # [01:40] <Gijs> 0o777 ?
  309. # [01:41] <nalexander> mcomella: you only see the event after some part of the page is loaded, perhaps; and you're not seeing both 'cuz the first is cancelled?
  310. # [01:41] <Gijs> oh, is this about creating the directory?
  311. # [01:41] * Joins: bnicholson (bnicholson@D5DEB921.F67EC404.A36C57B9.IP)
  312. # [01:41] * Fallen is now known as Fallen|away
  313. # [01:42] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  314. # [01:45] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  315. # [01:46] <mcomella> nalexander: I'm not sure I follow - the events are fired synchronously (browser.goBack(); browser.goBack();), I receive a response for both, but only one Content:OnLocationChange is called with the unintuitive page result
  316. # [01:46] * FuzzyFox|afk is now known as FuzzyFox
  317. # [01:46] <mcomella> nalexander: It looks like the Content: msg is cancelled
  318. # [01:46] <mcomella> But it seems like the second one is the one cancelled, which seems strange
  319. # [01:46] * Joins: garvank (Garvan@moz-9DD85580.dsl.teksavvy.com)
  320. # [01:46] <poiru> NeilAway: Filed bug 1060696 to ask froydnj.
  321. # [01:46] <nalexander> mcomella: right, tha's one I mean. Content: ... ah, I would not have expected that.
  322. # [01:47] <mcomella> nalexander: Context is research for this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=960746
  323. # [01:47] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  324. # [01:47] <mcomella> nalexander: And I duplicate this line: https://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js#1509
  325. # [01:47] <mcomella> Right below it
  326. # [01:47] <NeilAway> Gijs: yeah, you used parseInt?
  327. # [01:47] <Gijs> NeilAway: because using an octal gets me a syntaxerror :(
  328. # [01:47] * Quits: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  329. # [01:48] <Gijs> 1 INFO System JS : ERROR resource:///modules/devtools/ToolboxProcess.jsm:161 - SyntaxError: octal literals and octal escape sequences are deprecated
  330. # [01:48] <mcomella> nalexander: Sorry, I meant onLocationChange is only called once, (which results in only one message sent)
  331. # [01:48] <NeilAway> Gijs: wait, that fires for 0o777 or just 0777?
  332. # [01:48] <Gijs> the latter
  333. # [01:49] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  334. # [01:49] <Gijs> I wasn't aware the former existed
  335. # [01:49] <NeilAway> Gijs: right, which is why I wanted to suggest the former
  336. # [01:49] <Gijs> Why doesn't the error message tell you that? :s
  337. # [01:49] <NeilAway> Gijs: sadly the old syntax was deprecated before the new syntax was supported (but at least we have it now)
  338. # [01:50] * Quits: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com) (Ping timeout)
  339. # [01:51] <nalexander> mcomella: what fires onLocationChange?
  340. # [01:51] * Quits: sewardj (sewardj@89EC753E.51BE1E5C.FFDF157.IP) (Ping timeout)
  341. # [01:51] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  342. # [01:51] <nalexander> mcomella: there's tricky stuff around redirects here, right?
  343. # [01:51] <mcomella> nalexander: Something in gecko - I'm not sure
  344. # [01:51] <mcomella> nalexander: Probably listeners and stuff, yeah
  345. # [01:52] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  346. # [01:52] <NeilAway> mcomella: I don't know whether it's Gecko expected behaviour, but I expect all navigation methods to be async except for anchor scrolling, so that if you really want to go back 2 history items you need to use gotoIndex
  347. # [01:52] <NeilAway> mcomella: also doc loader fires onLocationChange
  348. # [01:52] * Joins: sewardj (sewardj@89EC753E.51BE1E5C.FFDF157.IP)
  349. # [01:53] <NeilAway> mcomella: http://mxr.mozilla.org/comm-central/source/mozilla/uriloader/base/nsDocLoader.cpp#1277
  350. # [01:53] <mcomella> NeilAway: The issue I'm facing is that the back button is hit too quickly in succession - do you know how desktop handles this?
  351. # [01:53] <Gijs> NeilAway: updated the patch; I removed one clone(), but left the second because I don't want people accidentally relying on the file still pointing to the thing the variable name indicates (ie the profile dir instead of the prefs file)
  352. # [01:54] <NeilAway> Gijs: fair enough
  353. # [01:54] <NeilAway> mcomella: I don't know that it does, but it's too late at night for me to try it sorry
  354. # [01:54] <mcomella> k, ty
  355. # [01:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/af6fa89ec550 - Boris Zbarsky - Bug 921453. Don't allow conditional-exposure annotations on an interface that has no interface object, since they make no sense there. r=khuey
  356. # [01:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f79c41150d2b - Boris Zbarsky - Bug 908390 part 1. Make [Exposed] work correctly on jsonifiers and stringifiers and don't create an unforgeable toJSON just because we have a jsonifier. r=khuey
  357. # [01:55] * Joins: bent (chatzilla@moz-9B043FA6.hsd1.ca.comcast.net)
  358. # [01:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/02d549361c6d - Boris Zbarsky - Bug 908390 part 2. Implement performance.now() on workers. r=khuey
  359. # [01:57] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  360. # [01:58] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  361. # [01:59] * Quits: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net) (Ping timeout)
  362. # [02:00] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  363. # [02:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fe0200fd2d3a - Tanvi Vyas - Bug 1057518 - Ensure callingDoc and doc's principal are the same in XMLDocument::Load(). r=sicking
  364. # [02:00] <jcranmer> 2
  365. # [02:01] * Quits: spohl|afk (Adium@moz-2FE1FF6A.reverse.softlayer.com) (Quit: Leaving.)
  366. # [02:02] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Input/output error)
  367. # [02:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  368. # [02:05] * ewong|away is now known as ewong
  369. # [02:07] * Quits: sewardj (sewardj@89EC753E.51BE1E5C.FFDF157.IP) (Ping timeout)
  370. # [02:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5b89084d3dd6 - Mike Conley - Bug 1057966 - Fix Help menu in e10s windows. r=billm.
  371. # [02:09] * Quits: RealRaven (Thunderbir@94B0B866.AF6CE00A.C3498625.IP) (Quit: RealRaven)
  372. # [02:10] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  373. # [02:11] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: )
  374. # [02:11] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  375. # [02:13] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  376. # [02:13] * Quits: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net) (Quit: Boriss)
  377. # [02:14] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.14/20140621130907])
  378. # [02:14] * Quits: azakai_ (alon@moz-62518563.mtv2.mozilla.com) (Quit: Ex-Chat)
  379. # [02:15] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  380. # [02:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9510f68f9198 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  381. # [02:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ca310908e620 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  382. # [02:18] * Quits: linuxwolf (Adium@moz-44D86B1E.cisco.com) (Quit: Leaving.)
  383. # [02:19] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: Leaving)
  384. # [02:19] * geekboy|afk is now known as geekboy
  385. # [02:19] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  386. # [02:19] * Quits: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  387. # [02:20] * Joins: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net)
  388. # [02:20] <mcomella> MattN: Would you happen to know where the click event is fired for the back/forward button events on desktop?
  389. # [02:20] * Quits: garvank (Garvan@moz-9DD85580.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  390. # [02:23] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  391. # [02:24] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  392. # [02:26] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  393. # [02:28] * mcomella -> weekend
  394. # [02:28] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  395. # [02:28] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Input/output error)
  396. # [02:28] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  397. # [02:28] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  398. # [02:29] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  399. # [02:29] * Joins: wolfiR_ (wolfiR@moz-A083C4E5.dip0.t-ipconnect.de)
  400. # [02:29] * Quits: wolfiR (wolfiR@moz-F70C8105.dip0.t-ipconnect.de) (Ping timeout)
  401. # [02:30] * Quits: bnicholson (bnicholson@D5DEB921.F67EC404.A36C57B9.IP) (Ping timeout)
  402. # [02:30] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  403. # [02:31] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  404. # [02:32] * Joins: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net)
  405. # [02:33] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  406. # [02:33] * Joins: brendan (brendaneic@moz-8FB4358D.dsl.sjc.megapath.net)
  407. # [02:34] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  408. # [02:34] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  409. # [02:34] * Quits: Sushant20 (Sushant@D816AD58.ADD0CD04.D30E9BEF.IP) (Ping timeout)
  410. # [02:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e156a5c3f783 - Jeff Gilbert - Bug 1052240 - Add mochi-wrapper generator and template files. - r=kamidphish
  411. # [02:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0b576e3488f3 - Jeff Gilbert - Bug 1052240 - Generate mochi-wrapper files. - r=kamidphish
  412. # [02:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/745d2a713b74 - Jeff Gilbert - Bug 1052240 - Fix test failures. - r=kamidphish
  413. # [02:35] * Quits: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net) (Quit: Leaving.)
  414. # [02:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/121a0dce1fc3 - Jeff Gilbert - Bug 1052240 - Rearrange some code. - r=kamidphish
  415. # [02:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/aeec83c02423 - Jeff Gilbert - Bug 1052240 - Mark tests to fail/skip. - r=kamidphish
  416. # [02:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c029c129329b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  417. # [02:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b48822bb7dc9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  418. # [02:36] * Joins: garvank (Garvan@moz-9DD85580.dsl.teksavvy.com)
  419. # [02:36] * Quits: garvank (Garvan@moz-9DD85580.dsl.teksavvy.com) (Input/output error)
  420. # [02:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/97229b790012 - Tim Abraldes - bug 1027906. Set delayed token level for GMP plugin processes to USER_RESTRICTED. Whitelist certain files and registry keys that are required for EME plugins to successfully load. r=bobowen. r=jesup. r=bent.
  421. # [02:39] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  422. # [02:39] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  423. # [02:40] * Quits: espadrine` (ttyl@moz-8D446CB.w90-2.abo.wanadoo.fr) (Ping timeout)
  424. # [02:40] * Joins: espadrine` (ttyl@moz-8D446CB.w90-2.abo.wanadoo.fr)
  425. # [02:40] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  426. # [02:41] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  427. # [02:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2f858cc61182 - Jeff Gilbert - Bug 1052240 - Mark more tests.
  428. # [02:42] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  429. # [02:43] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  430. # [02:44] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  431. # [02:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0239fbe8a0c8 - Garvan Keeley - Bug 1038843 - Part 1: Land initial stumbler Java code and manifest fragments. r=nalexander,rnewman
  432. # [02:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e7075da2b9d8 - Garvan Keeley - Bug 1038843 - Part 2: Enable stumbler based on existing 'app.geo.reportdata' Gecko pref. r=nalexander
  433. # [02:45] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  434. # [02:45] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  435. # [02:46] * Quits: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net) (Input/output error)
  436. # [02:46] * Quits: jimb (user@B301EC70.B2666F0E.66399531.IP) (Ping timeout)
  437. # [02:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e0fb09d7b65f - Wes Kocher - Backed out changeset 3ab215c50844 (bug 970751) for leaks a=backout
  438. # [02:49] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  439. # [02:50] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  440. # [02:50] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Quit: Leaving.)
  441. # [02:51] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  442. # [02:51] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Quit: Leaving.)
  443. # [02:52] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  444. # [02:53] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  445. # [02:53] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  446. # [02:54] * Joins: janv (varga@moz-599DBA63.dynamic.orange.sk)
  447. # [02:55] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Quit: Leaving.)
  448. # [02:58] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  449. # [02:59] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  450. # [03:00] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  451. # [03:00] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  452. # [03:00] * Quits: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  453. # [03:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  454. # [03:02] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  455. # [03:03] * Quits: rbrandao (uid30340@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  456. # [03:03] * Quits: system64 (uid17738@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  457. # [03:04] * Joins: fabrice1 (fabrice@moz-62518563.mtv2.mozilla.com)
  458. # [03:04] * Quits: fabrice (fabrice@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  459. # [03:06] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  460. # [03:07] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  461. # [03:09] <Gijs> Are jetpack tests hidden these days? :S
  462. # [03:09] <Gijs> when did that happen?
  463. # [03:11] <KWierso|sheriffduty> Gijs: a while ago
  464. # [03:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/40d152f640df - Kyle Machulis - Bug 1060691 - Fix error message comparison test; a=kwierso
  465. # [03:12] <Gijs> KWierso|sheriffduty: I see. They're completely bust now, if they weren't already... and not hidden on treeherder's try display, so I was confused for a bit :s
  466. # [03:13] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Ping timeout)
  467. # [03:14] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  468. # [03:15] * Quits: Gijs (gijs@moz-5940503C.range81-159.btcentralplus.com) (Quit: sleep)
  469. # [03:15] <jgilbert> KWierso|sheriffduty, any chance I can get any intermittant webgl failures caused by bug 1052240 just marked as skipped tests, instead of playing the backout game for the 4th time?
  470. # [03:16] * Quits: billm (billm@moz-24157589.mtv2.mozilla.com) (Quit: Leaving)
  471. # [03:16] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  472. # [03:17] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  473. # [03:17] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  474. # [03:18] * Joins: vebb (mike@452FE56C.3566D84D.451258F0.IP)
  475. # [03:18] * Quits: mwu (mwu@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  476. # [03:19] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  477. # [03:20] * Quits: vebb (mike@452FE56C.3566D84D.451258F0.IP) (Ping timeout)
  478. # [03:20] * Quits: marco (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  479. # [03:21] * geekboy is now known as geekboy|afk
  480. # [03:22] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  481. # [03:23] <KWierso|sheriffduty> jgilbert: I probably won't be around by the time your push's tests start passing/failing
  482. # [03:24] <KWierso|sheriffduty> jgilbert: send an email to sheriffs@mozilla.org explaining what needs to be done, and hopefully that'll catch everyone who would have backed you out :)
  483. # [03:27] * FuzzyFox is now known as FuzzyFox|afk
  484. # [03:27] * KWierso|sheriffduty is now known as KWierso
  485. # [03:30] * Quits: chewey (chewey@moz-40AB0594.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  486. # [03:31] * Joins: chewey (chewey@moz-2BC6CFC7.dip0.t-ipconnect.de)
  487. # [03:31] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  488. # [03:32] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  489. # [03:33] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  490. # [03:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c52e50a27c8c - Randell Jesup - Bug 1059765: enable content metrics for H.264 r=gcp
  491. # [03:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7b7cb046d45f - Randell Jesup - Bug 1059765: handle incoming resolution changes in GMP video encode r=pkerr
  492. # [03:33] <jgilbert> KWierso, emailed, thanks
  493. # [03:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9c86bdb3ff21 - Randell Jesup - Bug 1049087: set temporary allowed screensharing domain of mozilla.github.io - replace for release r=gcp
  494. # [03:33] * Quits: fabrice1 (fabrice@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  495. # [03:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/13c8d9e68cb6 - Randell Jesup - Bug 1060249: disable frame motion/complexity analysis in webrtc on Gonk r=gcp
  496. # [03:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a202e2f54b45 - Randell Jesup - Bug 1056350: Make H.264 Level configurable and change OpenH264 default to 3.1 r=bwc
  497. # [03:33] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  498. # [03:34] <jesup> KWierso: what's up with the red? cpeterson?
  499. # [03:35] * Quits: @khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  500. # [03:35] * Joins: kanru` (kanru@moz-DB4A9C19.scl3.mozilla.com)
  501. # [03:36] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  502. # [03:36] * ChanServ sets mode: +o khuey
  503. # [03:36] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  504. # [03:38] <@bz> hrm
  505. # [03:38] * @bz is looking
  506. # [03:39] <@bz> Fixing the red
  507. # [03:39] <@bz> The b2g red, that is
  508. # [03:39] * Quits: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net) (Quit: Boriss)
  509. # [03:40] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  510. # [03:40] * Quits: IanN (chatzilla@moz-7F4009AA.perr.cable.virginm.net) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140730101922])
  511. # [03:42] <@bz> Anyone here know anything about MozNFC?
  512. # [03:42] <@bz> Reuben?
  513. # [03:43] <KWierso> jesup: oh hey, my inbound tab hadn't refreshed for over two hours...
  514. # [03:43] <@bz> KWierso: About to land a fix for the b2g red
  515. # [03:43] <KWierso> bz++
  516. # [03:43] <jesup> bz++
  517. # [03:43] <@bz> well, I caused it
  518. # [03:44] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  519. # [03:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4a56d8b3d613 - Boris Zbarsky - Bug 921453 followup. Remove pointless AvailableIn and CheckPermissions annotations on MozNFCManager.
  520. # [03:45] * philor|away is now known as philor
  521. # [03:47] * Quits: mib_k72cgt (Mibbit@moz-E6EC29A.tukw.qwest.net) (Quit: http://www.mibbit.com ajax IRC Client)
  522. # [03:47] * jlund|lunch is now known as jlund|away
  523. # [03:50] <philor> sweet, permaorange going back to a skipped build at noon
  524. # [03:54] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  525. # [03:54] <philor> jchen: that'll be you, the x86 S4
  526. # [03:57] * kats-afk is now known as kats
  527. # [03:58] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  528. # [03:59] * Quits: KaiRo (robert@moz-C8494C54.adsl.highway.telekom.at) (Ping timeout)
  529. # [03:59] * Joins: KaIRC (robert@moz-D0A766BA.adsl.highway.telekom.at)
  530. # [04:01] * Joins: jrgill (jrgill@moz-9FD6CA8F.stny.res.rr.com)
  531. # [04:02] * Quits: morlunk (andrew@moz-7CB4AD92.vc.shawcable.net) (Ping timeout)
  532. # [04:02] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  533. # [04:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7991f98b920b - Wes Kocher - Backed out 5 changesets (bug 1058136) for S4 orange
  534. # [04:04] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  535. # [04:05] * Quits: kmoir-afk (chatzilla@moz-E15A831.cable.teksavvy.com) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
  536. # [04:05] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  537. # [04:06] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  538. # [04:07] * Quits: mshal (mshal@moz-8CBFA09.members.linode.com) (Quit: leaving)
  539. # [04:07] * Quits: Jan\ (kvirc@D8A420DC.787DB006.529AC0B9.IP) (Ping timeout)
  540. # [04:08] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  541. # [04:09] * Quits: brendan (brendaneic@moz-8FB4358D.dsl.sjc.megapath.net) (Quit: brendan)
  542. # [04:09] * KWierso is now known as KWierso|afk
  543. # [04:12] * Quits: gokce (gokce@BEB1FAF3.DC878293.C687B15D.IP) (Quit: Konversation terminated!)
  544. # [04:14] * Quits: gustavold (gustavold@65104434.99711395.DF2AC62B.IP) (Quit: Leaving.)
  545. # [04:15] * Quits: RyanVM|afk (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  546. # [04:15] * Quits: Waldo (waldo@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 31.0/20140725111610])
  547. # [04:15] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  548. # [04:17] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  549. # [04:17] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  550. # [04:19] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  551. # [04:19] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  552. # [04:20] * Quits: till (till@moz-DEF25FCB.adsl.alicedsl.de) (Quit: sleep)
  553. # [04:20] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  554. # [04:20] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Input/output error)
  555. # [04:21] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  556. # [04:21] * Joins: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP)
  557. # [04:22] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  558. # [04:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e38f8e204c23 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  559. # [04:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/57ba3414b4fd - B2G Bumper Bot - Bumping manifests a=b2g-bump
  560. # [04:22] * Joins: GPH|Nikko (GPHemsley@moz-11098285.hfc.comcastbusiness.net)
  561. # [04:23] * Quits: KWierso|afk (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  562. # [04:24] * Quits: dagnir (dagnir@A1D3E7F1.DBF4469E.7E8D5209.IP) (Client exited)
  563. # [04:24] <philor> jesup: now the red is yours
  564. # [04:25] * efaust hopes he avoids the moving finger
  565. # [04:26] * Joins: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net)
  566. # [04:28] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  567. # [04:29] * Joins: Morris (Morris@moz-61B37962.dynamic-ip.hinet.net)
  568. # [04:30] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  569. # [04:31] * Quits: KaIRC (robert@moz-D0A766BA.adsl.highway.telekom.at) (Input/output error)
  570. # [04:31] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  571. # [04:32] * Joins: karlt (karl@moz-C433B975.jetstream.xtra.co.nz)
  572. # [04:32] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  573. # [04:38] * Quits: Morris (Morris@moz-61B37962.dynamic-ip.hinet.net) (Quit: Morris)
  574. # [04:41] <jgilbert> philor, can I land a DONTBUILD to add skipping an intermittantly failing test on CLOSED TREE?
  575. # [04:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2b60f30db362 - Phil Ringnalda - Back out 5 changesets (bug 1059765, bug 1056350, bug 1049087, bug 1060249) for build bustage on a CLOSED TREE
  576. # [04:42] <philor> jgilbert: just land it on an OPEN TREE, that's easier ;)
  577. # [04:43] <jgilbert> philor, what's the actual dont-build tag?
  578. # [04:43] <philor> DONTBUILD
  579. # [04:43] * Joins: morlunk (andrew@moz-7CB4AD92.vc.shawcable.net)
  580. # [04:45] <jgilbert> philor, thanks
  581. # [04:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1f81a6902e96 - Jeff Gilbert - Bug 1052240 - Skip canvas/drawingbuffer-static-canvas-test. DONTBUILD
  582. # [04:47] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  583. # [04:51] * kats is now known as kats|away
  584. # [04:53] * Quits: janv (varga@moz-599DBA63.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  585. # [04:56] * Joins: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net)
  586. # [04:58] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  587. # [04:59] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  588. # [04:59] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  589. # [05:00] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  590. # [05:02] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  591. # [05:02] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  592. # [05:02] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Input/output error)
  593. # [05:02] <philor> bz: not liking the look of those two orange mochitest-2s on your followup
  594. # [05:05] <jgilbert> (phew, m2 failures that aren't webgl!)
  595. # [05:05] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  596. # [05:05] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  597. # [05:08] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  598. # [05:08] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  599. # [05:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1791b3a0a34a - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  600. # [05:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ba6fe34427a5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  601. # [05:10] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  602. # [05:11] <jgilbert> philor, can you email me if a webgl intermittent comes up on inbound?
  603. # [05:11] <jgilbert> I'm trying to purge them
  604. # [05:11] <philor> jgilbert: yep
  605. # [05:12] <jgilbert> philor, thanks!
  606. # [05:12] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  607. # [05:12] * philor looks at b2g-i
  608. # [05:13] <philor> to: all-b2g@m.c subj: your tree sucks ass
  609. # [05:13] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  610. # [05:14] <jgilbert> philor, orange is the new green
  611. # [05:16] * Quits: driia (dria@5C603319.821BD63B.B2F11ABB.IP) (Quit: driia)
  612. # [05:16] * Quits: jgilbert (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  613. # [05:18] * Quits: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP) (Ping timeout)
  614. # [05:19] <jld> So wait. If I add a call to DumpJSStack() in an error case to get info for debugging, then dom/system/tests/test_constants.xul fails? WTF.
  615. # [05:20] * Joins: romaxa (romaxa@89CA6FC8.8F03A4EA.BE7924BA.IP)
  616. # [05:21] * Quits: PiresFelix (Leonardo@moz-BE75E2ED.bsaco701.dsl.brasiltelecom.net.br) (Quit: Leaving)
  617. # [05:21] <jld> Ah. I have to declare it MOZ_EXPORT for that usage, or else.
  618. # [05:21] * Joins: mconley (mconley@3D53CC8F.15B0D379.C3C3A9D0.IP)
  619. # [05:21] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  620. # [05:22] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  621. # [05:22] <jld> ELF. smh, as the kids say.
  622. # [05:23] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  623. # [05:24] * Joins: cpeterson_ (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  624. # [05:24] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Connection reset by peer)
  625. # [05:25] * Quits: thinker (user@C1E16400.61B5563A.9EB0E909.IP) (Ping timeout)
  626. # [05:25] * Joins: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net)
  627. # [05:30] * Quits: kanru` (kanru@moz-DB4A9C19.scl3.mozilla.com) (Input/output error)
  628. # [05:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c7e5944cd963 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  629. # [05:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4ec8b0655152 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  630. # [05:33] * Joins: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net)
  631. # [05:34] * Quits: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP) (Quit: Plan B failed, time for Plan 9!)
  632. # [05:37] * Quits: sfink (chatzilla@moz-575551A7.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  633. # [05:37] * Quits: Optimizer (Optimizer@6658C301.246489EE.BE4CF869.IP) (Ping timeout)
  634. # [05:37] * Joins: Optimizer (Optimizer@6658C301.246489EE.BE4CF869.IP)
  635. # [05:39] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Ping timeout)
  636. # [05:40] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  637. # [05:41] * Quits: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net) (Quit: darktrojan)
  638. # [05:43] * Quits: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net) (Quit: timdream)
  639. # [05:44] * Quits: cpeterson_ (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  640. # [05:49] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  641. # [05:50] * Joins: jya (jyavenard@moz-E8C4957B.bjzv2.vic.bigpond.net.au)
  642. # [05:53] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  643. # [05:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1be81104d7d9 - David Major - Bug 1048091 - Support for multiple upload files in Breakpad. r=ted
  644. # [05:57] <philor> efaust: uh oh
  645. # [05:57] <philor> https://tbpl.mozilla.org/php/getParsedLog.php?id=47080278&tree=Mozilla-Inbound is js, anyway
  646. # [05:57] <efaust> philor: looking...
  647. # [05:58] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  648. # [05:59] <philor> and also earlier, didn't notice it in the noise
  649. # [05:59] * Joins: juanb (jbecerra@EA768190.B3AD8579.9CA62458.IP)
  650. # [06:00] <philor> sigh, and earlier, misstarred as infra and claimed to be retriggered but apparently not actually retriggered
  651. # [06:01] <philor> yeah, yeah, I started "i;r" but I'd still r+ a tbpl patch to deliver a punch-via-ip to anyone who uses it
  652. # [06:03] <philor> efaust: so the choices are probably either one of https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=fc9f83afab31 or that it came over on a merge and we're misstarring it on other trees too
  653. # [06:04] <philor> luke: ohai
  654. # [06:05] * Joins: vebb (mike@moz-332FF059.callplus.net.nz)
  655. # [06:05] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  656. # [06:06] <philor> well, bbouvier really, but reviewer-guilt is guilt all the same
  657. # [06:08] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  658. # [06:08] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  659. # [06:09] <@bz> philor: The M2 bustage is mine, looks like
  660. # [06:09] <@bz> philor: grumbles
  661. # [06:09] * @bz is looking
  662. # [06:09] * Quits: mchang (mchang@moz-95B568D6.socal.res.rr.com) (Quit: mchang)
  663. # [06:10] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  664. # [06:10] * Joins: trevorh (trevor@moz-F4D48929.lns5.cha.bigpond.net.au)
  665. # [06:10] <@bz> philor: What worries me is that it only manages to unexpected-pass _sometimes_
  666. # [06:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/991b62ff5461 - Phil Ringnalda - Backed out 3 changesets (bug 992267) for OS X non-unified bustage
  667. # [06:11] * Quits: vebb (mike@moz-332FF059.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  668. # [06:11] <@bz> philor: so if I just switch the todo() to an ok() that won't help much
  669. # [06:12] <philor> bz: mightormightnot()
  670. # [06:13] <@bz> philor: well, I mean, I can just take out the bogosity, but can I have 10 mins to think about this?
  671. # [06:13] * @bz can fix faster if need be
  672. # [06:13] * Quits: mconley (mconley@3D53CC8F.15B0D379.C3C3A9D0.IP) (Input/output error)
  673. # [06:13] <philor> no hurry
  674. # [06:14] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  675. # [06:14] <philor> we've been backing out bustage that has been in since noon for most of the evening, your stuff is still pretty fresh
  676. # [06:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f8055a6d7d10 - Randell Jesup - Bug 1059765: enable content metrics for H.264 r=gcp
  677. # [06:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ad4f2dc3be44 - Randell Jesup - Bug 1059765: handle incoming resolution changes in GMP video encode r=pkerr
  678. # [06:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/618e47b766b5 - Randell Jesup - Bug 1049087: set temporary allowed screensharing domain of mozilla.github.io - replace for release r=gcp
  679. # [06:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d07a9cabc185 - Randell Jesup - Bug 1060249: disable frame motion/complexity analysis in webrtc on Gonk r=gcp
  680. # [06:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/899bffa59af5 - Randell Jesup - Bug 1056350: Make H.264 Level configurable and change OpenH264 default to 3.1 r=bwc
  681. # [06:15] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Ping timeout)
  682. # [06:16] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  683. # [06:16] * Joins: jgilbert (jgilbert@moz-2763DC04.hsd1.ca.comcast.net)
  684. # [06:18] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  685. # [06:20] * Joins: kagari (kagari@moz-A1825C73.osk2.eonet.ne.jp)
  686. # [06:22] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  687. # [06:23] <fabrice> philor: are you sheriffing?
  688. # [06:23] * Quits: bent (chatzilla@moz-9B043FA6.hsd1.ca.comcast.net) (Ping timeout)
  689. # [06:24] <philor> fabrice: to the limited extent I ever do, I am
  690. # [06:25] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  691. # [06:26] <fabrice> philor: ok.. b2g-inboud M-oth a11y looks in bad shape
  692. # [06:27] <philor> fabrice: I've seen that failure elsewhere before, I was tempted to look at the suggested bug and see whether it's just being thrown in there, but I suspected looking would depress me
  693. # [06:27] <philor> and indeed, yes to both
  694. # [06:28] * Quits: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net) (Ping timeout)
  695. # [06:28] <philor> regression from four days ago, probably but not necessarily starting on m-i
  696. # [06:29] * Joins: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net)
  697. # [06:29] * Joins: tessarakt3 (jens@moz-DE0BB3DF.adsl.alicedsl.de)
  698. # [06:30] <philor> don't much care for the clustered nature of the failures, giving me a strong whiff of an external dependency
  699. # [06:31] * jcranmer is now known as jcranmer|away
  700. # [06:32] <philor> 18:31 and 18:44 on b-i, and one at 19:13 on m-i
  701. # [06:33] * Quits: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP) (Ping timeout)
  702. # [06:33] <philor> nothing between 18:00 yesterday and 14:00 today
  703. # [06:35] * Joins: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net)
  704. # [06:35] * Quits: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net) (Quit: sicking)
  705. # [06:35] <qDot> Ran locally off tip of b2g-i on linux 64 debug, no luck on repro.
  706. # [06:36] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  707. # [06:42] * Joins: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net)
  708. # [06:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/32cd8abc8cfe - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  709. # [06:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b9dbde34336c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  710. # [06:43] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  711. # [06:44] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  712. # [06:46] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  713. # [06:47] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  714. # [06:48] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  715. # [06:48] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  716. # [06:49] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  717. # [06:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e9a97ae0e909 - Jeff Gilbert - Bug 1052240 - Skip textures/texture-npot-video.html.
  718. # [06:56] <@bz> philor: have a patch for the m2 randomorange
  719. # [06:56] <philor> \o/
  720. # [06:57] <@bz> philor: caught a bug in my original patch too. ;)
  721. # [06:58] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  722. # [06:59] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  723. # [07:00] <@bz> philor: That should fix the test_eventTimeStamp.html thing
  724. # [07:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/42c3c548cdb3 - Boris Zbarsky - Bug 908390 followup. Fix up event timestamps on workers, and enable the test that was supposed to test for it. r=khuey pending
  725. # [07:00] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  726. # [07:01] * philor tries to figure out how to star them, without exposing another nasty stain that's lying there
  727. # [07:01] <philor> oh, good, it's already skipped :)
  728. # [07:02] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  729. # [07:03] * ewong is now known as ewong|away
  730. # [07:03] <efaust> "r=khuey pending"?
  731. # [07:03] <@bz> As in I pushed the patch now
  732. # [07:04] <@bz> and uploaded it to the bug with a review request
  733. # [07:04] <@bz> 'cause I'm pretty sure it's right, but it can't hurt to have a second pair of eyes
  734. # [07:04] * Quits: Matti (Matti@moz-B8DE4BF7.dip0.t-ipconnect.de) (Ping timeout)
  735. # [07:04] * @bz only does that with patches that fix bustage...
  736. # [07:04] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  737. # [07:05] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  738. # [07:05] * Quits: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  739. # [07:05] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  740. # [07:06] <jgilbert> efaust, r=the_future
  741. # [07:06] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  742. # [07:06] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  743. # [07:07] * Joins: Matti_away (Matti@moz-10B09FB4.dip0.t-ipconnect.de)
  744. # [07:07] * Matti_away is now known as Matti
  745. # [07:08] <@bz> r=orange kinda
  746. # [07:08] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  747. # [07:09] * Quits: jgilbert (jgilbert@moz-2763DC04.hsd1.ca.comcast.net) (Ping timeout)
  748. # [07:10] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  749. # [07:11] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  750. # [07:12] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  751. # [07:13] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  752. # [07:14] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  753. # [07:23] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  754. # [07:23] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  755. # [07:23] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  756. # [07:24] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  757. # [07:25] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  758. # [07:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/13a0ec69bdf1 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  759. # [07:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f5c684c18e03 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  760. # [07:29] * Joins: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net)
  761. # [07:30] * BenWa|email is now known as BenWa
  762. # [07:30] * Quits: trevorh (trevor@moz-F4D48929.lns5.cha.bigpond.net.au) (Connection reset by peer)
  763. # [07:30] * Quits: jrgill (jrgill@moz-9FD6CA8F.stny.res.rr.com) (Ping timeout)
  764. # [07:32] * Joins: flod (flod@B24A55E.C75EE065.2CA42CD4.IP)
  765. # [07:32] * Joins: jrgill (jrgill@moz-9FD6CA8F.stny.res.rr.com)
  766. # [07:33] * Quits: flod (flod@B24A55E.C75EE065.2CA42CD4.IP) (Quit: Leaving.)
  767. # [07:34] * Joins: flod (flod@B24A55E.C75EE065.2CA42CD4.IP)
  768. # [07:34] * Parts: flod (flod@B24A55E.C75EE065.2CA42CD4.IP)
  769. # [07:35] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  770. # [07:40] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  771. # [07:45] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  772. # [07:46] * Quits: karlt (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  773. # [07:46] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  774. # [07:50] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  775. # [07:50] * Joins: gsvelto (gsvelto@moz-7E41F205.retail.telecomitalia.it)
  776. # [07:50] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  777. # [07:51] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  778. # [07:52] * BenWa is now known as BenWa|email
  779. # [07:53] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  780. # [07:53] * Joins: jgilbert (jgilbert@moz-2763DC04.hsd1.ca.comcast.net)
  781. # [07:53] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  782. # [07:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/090d1bbdbd60 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  783. # [07:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0286a306581d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  784. # [07:58] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  785. # [07:58] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  786. # [08:01] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  787. # [08:02] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  788. # [08:03] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  789. # [08:05] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  790. # [08:07] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  791. # [08:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a8d2fb4b0279 - David Major - Bug 1007534 - Part 1: Add a saveMemoryReport method to nsICrashReporter. r=froydnj
  792. # [08:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f95219244e18 - David Major - Bug 1007534 - Part 2: Support for multiple upload files in the crash reporter clients. r=ted
  793. # [08:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc77de51d4b6 - David Major - Bug 1007534 - Part 3: Submit about:memory data from the native crash client. r=ted
  794. # [08:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e714eaf1ae9d - David Major - Bug 1007534 - Part 4: Save a memory report when close to OOM. r=bsmedberg
  795. # [08:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bc7c6f1deaf1 - David Major - Bug 1007534 - Part 5: Support memory files in CrashSubmit.jsm. r=ted
  796. # [08:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bf7861340733 - David Major - Bug 1007534 - Part 6: xpcshell test for memory data in crash reporter. r=ted
  797. # [08:12] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  798. # [08:12] * Joins: heftig (heftig@moz-5866A897.dip0.t-ipconnect.de)
  799. # [08:13] * Joins: sfink (chatzilla@moz-575551A7.lightspeed.sntcca.sbcglobal.net)
  800. # [08:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f1d621aa125e - David Zbarsky - Bug 1033114 Part 1: Update AnimationPlayer to spec changes r=birtles, r=bz
  801. # [08:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4e2595393b7c - David Zbarsky - Bug 1033114 Part 2: Rename mPauseStart to mHoldTime to match spec r=birtles
  802. # [08:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f9448cb58a5a - David Zbarsky - Bug 1033114 Part 3: Make mStartTime a nullable TimeDuration r=birtles
  803. # [08:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9db3e43c19c1 - David Zbarsky - Bug 1033114 Part 4: Make mStartTime a nullable TimeDuration r=birtles
  804. # [08:16] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  805. # [08:16] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  806. # [08:18] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  807. # [08:19] * Quits: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net) (Quit: timdream)
  808. # [08:19] * Quits: victorporof (victorporo@moz-4F570EB6.dsl.bell.ca) (Quit: victorporof)
  809. # [08:21] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  810. # [08:23] * Joins: Jerry (hshih@moz-E37F359D.hinet-ip.hinet.net)
  811. # [08:23] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  812. # [08:24] * Quits: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net) (Ping timeout)
  813. # [08:24] * Joins: nacerix (Instantbir@D2A77FE1.D8EFF2FE.4A192F9A.IP)
  814. # [08:24] * Joins: pnkfelix (pnkfelix@moz-5B594248.openskytelcom.net)
  815. # [08:26] <qDot> Hmm. Is there /any/ way to get Linux B2G Desktop Debug on try?
  816. # [08:27] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  817. # [08:27] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  818. # [08:29] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  819. # [08:30] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  820. # [08:30] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  821. # [08:30] <dmajor> qDot: I see it as an option on the trychooser page. Does that not work?
  822. # [08:31] <qDot> dmajor: Well, -b do -p all didn't.
  823. # [08:31] <qDot> Didn't know if I needed to be specific.
  824. # [08:32] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  825. # [08:33] <dmajor> qDot: oh. that's odd.
  826. # [08:33] <qDot> Ah well, trying a specific command. Couldn't hurt to try.
  827. # [08:33] * Joins: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net)
  828. # [08:33] <qDot> I mean, really, who works at 11:30pm on a friday of a holiday weekend anyways. :|
  829. # [08:34] <dmajor> qDot: worst case you could try --enable-application=b2g in one of the mozconfigs
  830. # [08:37] <dmajor> although, that might do horrible things. maybe --enable-debug on an opt push would be less bad.
  831. # [08:37] <qDot> :c
  832. # [08:38] * Quits: tessarakt3 (jens@moz-DE0BB3DF.adsl.alicedsl.de) (Ping timeout)
  833. # [08:38] <gwagner> qDot: doesn't look like there is heavy load right now...
  834. # [08:38] <gwagner> all yours
  835. # [08:38] <qDot> gwagner: Gosh. Thanks.
  836. # [08:39] <qDot> gwagner: Was hoping to see if the patch zac came up with to un-permaorange the language settings bug worked. But it's only perma-orange on linux b2g desktop debug, and the patch is gaia. So, this is... awkward.
  837. # [08:39] <gwagner> ugh
  838. # [08:39] <qDot> gwagner: Oh, hey. Could I chuck this at pine?
  839. # [08:39] <gwagner> sure
  840. # [08:39] <gwagner> all yours :)
  841. # [08:41] <qDot> gwagner: Thanks!
  842. # [08:41] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  843. # [08:45] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  844. # [08:47] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  845. # [08:47] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  846. # [08:49] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  847. # [08:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2265f6000a9e - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  848. # [08:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/89ca35de1432 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  849. # [08:51] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  850. # [08:52] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  851. # [08:54] * Quits: pnkfelix (pnkfelix@moz-5B594248.openskytelcom.net) (Ping timeout)
  852. # [08:56] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Quit: Leaving.)
  853. # [08:58] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  854. # [08:58] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  855. # [08:59] * philor is now known as philor|away
  856. # [09:00] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  857. # [09:01] * Quits: StevenLee (Adium@moz-AE7F0A8D.dynamic.hinet.net) (Ping timeout)
  858. # [09:03] * Quits: morlunk (andrew@moz-7CB4AD92.vc.shawcable.net) (Ping timeout)
  859. # [09:03] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  860. # [09:08] * Joins: Ms2ger (Ms2ger@moz-1144B441.adsl-dyn.isp.belgacom.be)
  861. # [09:14] * Joins: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net)
  862. # [09:17] * Quits: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  863. # [09:19] * Quits: jgilbert (jgilbert@moz-2763DC04.hsd1.ca.comcast.net) (Ping timeout)
  864. # [09:21] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  865. # [09:21] * Quits: juanb (jbecerra@EA768190.B3AD8579.9CA62458.IP) (Quit: juanb)
  866. # [09:23] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  867. # [09:23] * Joins: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at)
  868. # [09:25] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  869. # [09:25] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  870. # [09:26] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  871. # [09:26] * Joins: jviereck03 (Adium@moz-A37C7A4F.dynamic.hispeed.ch)
  872. # [09:27] * Joins: jya_ (jya@moz-E8C4957B.bjzv2.vic.bigpond.net.au)
  873. # [09:30] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  874. # [09:31] * Joins: six600110 (six600110@moz-F929FA2F.hsd1.il.comcast.net)
  875. # [09:32] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  876. # [09:34] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  877. # [09:40] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  878. # [09:40] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  879. # [09:43] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  880. # [09:45] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  881. # [09:45] * Joins: Archaeopteryx (itsme@moz-9C6CBBBD.cust.telecolumbus.net)
  882. # [09:46] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  883. # [09:46] * Joins: ProgramFOX (chatzilla@DBBFBDF3.CC71321D.187A1082.IP)
  884. # [09:46] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  885. # [09:47] * Joins: trevorh (trevor@moz-D033830C.lns10.woo.bigpond.net.au)
  886. # [09:47] * Joins: vebb (mike@moz-E40D1D7C.callplus.net.nz)
  887. # [09:48] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  888. # [09:50] * Fallen|away is now known as Fallen
  889. # [09:51] * Joins: janv (varga@moz-599DBA63.dynamic.orange.sk)
  890. # [09:53] * Quits: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net) (Input/output error)
  891. # [09:53] * Joins: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net)
  892. # [09:55] * Quits: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net) (Ping timeout)
  893. # [09:57] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  894. # [09:58] * Quits: Ms2ger (Ms2ger@moz-1144B441.adsl-dyn.isp.belgacom.be) (Ping timeout)
  895. # [09:59] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  896. # [10:08] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  897. # [10:08] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  898. # [10:10] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  899. # [10:10] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  900. # [10:11] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  901. # [10:12] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  902. # [10:16] * Quits: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net) (Quit: sicking)
  903. # [10:16] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  904. # [10:18] * Joins: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net)
  905. # [10:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f2412966d91d - Robert Longson - Bug 1054632 - constructor init list in wrong order in CrashGenerationServer r=ted
  906. # [10:22] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  907. # [10:24] * Quits: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net) (Input/output error)
  908. # [10:24] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  909. # [10:24] * Joins: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net)
  910. # [10:26] * Quits: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net) (Ping timeout)
  911. # [10:33] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  912. # [10:33] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  913. # [10:34] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  914. # [10:35] * Quits: vebb (mike@moz-E40D1D7C.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  915. # [10:35] * Joins: vebb (mike@moz-E40D1D7C.callplus.net.nz)
  916. # [10:35] * Joins: Sander (chatzilla@moz-5837435C.dip0.t-ipconnect.de)
  917. # [10:37] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  918. # [10:38] * Quits: vebb (mike@moz-E40D1D7C.callplus.net.nz) (Quit: preprocessor-irc-cli)
  919. # [10:38] * Joins: vebb (mike@moz-E40D1D7C.callplus.net.nz)
  920. # [10:40] * Joins: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net)
  921. # [10:41] * Quits: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net) (Quit: Edgar)
  922. # [10:41] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  923. # [10:44] * ewong|sleep is now known as ewong
  924. # [10:44] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  925. # [10:45] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  926. # [10:47] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  927. # [10:47] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  928. # [10:48] * Quits: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  929. # [10:49] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  930. # [10:52] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  931. # [10:54] * Joins: florent (Thunderbir@moz-A88F60A7.w90-53.abo.wanadoo.fr)
  932. # [10:54] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  933. # [10:55] * Joins: sewardj (sewardj@A96269E6.51BE1E5C.FFDF157.IP)
  934. # [11:00] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  935. # [11:00] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  936. # [11:01] * Joins: mwargers_ (mwargers@moz-AF369B35.adsl.online.nl)
  937. # [11:01] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Connection reset by peer)
  938. # [11:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  939. # [11:05] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  940. # [11:06] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  941. # [11:08] * Quits: jviereck03 (Adium@moz-A37C7A4F.dynamic.hispeed.ch) (Connection reset by peer)
  942. # [11:11] * Joins: amit001 (amitt001@BB98DF7E.6959192A.50E99975.IP)
  943. # [11:14] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  944. # [11:15] * Joins: Jan\ (kvirc@D8A420DC.787DB006.529AC0B9.IP)
  945. # [11:19] * Joins: RealRaven (Thunderbir@94B0B866.AF6CE00A.C3498625.IP)
  946. # [11:20] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  947. # [11:23] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  948. # [11:24] * Quits: mwargers_ (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  949. # [11:24] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  950. # [11:25] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  951. # [11:30] * Quits: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP) (Ping timeout)
  952. # [11:33] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  953. # [11:35] * Joins: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com)
  954. # [11:35] * Joins: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net)
  955. # [11:39] * Quits: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com) (Ping timeout)
  956. # [11:43] * Quits: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net) (Quit: timdream)
  957. # [11:44] * Joins: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com)
  958. # [11:53] * Joins: karlt (karl@moz-C433B975.jetstream.xtra.co.nz)
  959. # [11:55] * Joins: thinker (user@C1E16400.61B5563A.9EB0E909.IP)
  960. # [11:55] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  961. # [11:55] * Quits: amit001 (amitt001@BB98DF7E.6959192A.50E99975.IP) (Ping timeout)
  962. # [12:00] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  963. # [12:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fcce63d35e47 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  964. # [12:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  965. # [12:03] * Quits: jrgill (jrgill@moz-9FD6CA8F.stny.res.rr.com) (Connection reset by peer)
  966. # [12:03] * Joins: jrgill (jrgill@moz-9FD6CA8F.stny.res.rr.com)
  967. # [12:08] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  968. # [12:10] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  969. # [12:10] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  970. # [12:12] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  971. # [12:21] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  972. # [12:22] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c5b3b5a11d67 - ffxbld - No bug, Automated HSTS preload list update from host bld-linux64-spot-002 - a=hsts-update
  973. # [12:22] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5c3d8b25412b - ffxbld - No bug, Automated HPKP preload list update from host bld-linux64-spot-002 - a=hpkp-update
  974. # [12:22] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c3f6bcaf8405 - ffxbld - No bug, Automated blocklist update from host bld-linux64-spot-002 - a=blocklist-update
  975. # [12:22] * Quits: sewardj (sewardj@A96269E6.51BE1E5C.FFDF157.IP) (Ping timeout)
  976. # [12:23] * Quits: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br) (Connection reset by peer)
  977. # [12:23] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  978. # [12:23] * Joins: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br)
  979. # [12:24] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  980. # [12:25] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  981. # [12:25] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  982. # [12:27] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/984eb24bd94f - ffxbld - No bug, Automated HSTS preload list update from host bld-linux64-spot-456 - a=hsts-update
  983. # [12:27] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/ba9baecb4b63 - ffxbld - No bug, Automated HPKP preload list update from host bld-linux64-spot-456 - a=hpkp-update
  984. # [12:27] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/5fd6428ae179 - ffxbld - No bug, Automated blocklist update from host bld-linux64-spot-456 - a=blocklist-update
  985. # [12:27] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  986. # [12:28] * Quits: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  987. # [12:29] * Joins: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP)
  988. # [12:43] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  989. # [12:44] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  990. # [12:46] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  991. # [12:47] * Joins: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net)
  992. # [12:51] * Joins: amit001 (amitt001@58B78835.70D7D397.85BF2EFC.IP)
  993. # [12:52] * Quits: gsvelto (gsvelto@moz-7E41F205.retail.telecomitalia.it) (Input/output error)
  994. # [12:54] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  995. # [12:55] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  996. # [13:00] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  997. # [13:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  998. # [13:03] * Quits: karlt (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  999. # [13:07] * Quits: Sander (chatzilla@moz-5837435C.dip0.t-ipconnect.de) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1000. # [13:09] * Joins: jfkthame (jfkthame@C8D14676.AD3249A6.86F5061.IP)
  1001. # [13:10] * Joins: aleth-build (Instantbir@moz-B6C2B8CF.net24.it)
  1002. # [13:13] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1003. # [13:14] * Quits: aleth-build (Instantbir@moz-B6C2B8CF.net24.it) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1004. # [13:18] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1005. # [13:18] * Joins: Ms2ger (Ms2ger@moz-CE3CEBEE.access.telenet.be)
  1006. # [13:20] * Quits: nacerix (Instantbir@D2A77FE1.D8EFF2FE.4A192F9A.IP) (Ping timeout)
  1007. # [13:26] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1008. # [13:27] * Joins: KaiRo (robert@moz-D0A766BA.adsl.highway.telekom.at)
  1009. # [13:28] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1010. # [13:29] * FuzzyFox|afk is now known as FuzzyFox
  1011. # [13:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c98e45bed5e0 - Gijs Kruitbosch - Bug 1050809 - update toolbar/menupanel icons for yosemite, r=jaws
  1012. # [13:33] * Joins: victorporof (victorporo@moz-4F570EB6.dsl.bell.ca)
  1013. # [13:34] * Joins: jviereck03 (Adium@moz-A37C7A4F.dynamic.hispeed.ch)
  1014. # [13:38] <darktrojan> does anyone here know why running "document.styleSheets[0].cssRules" in the webconsole gives "SecurityError: The operation is insecure." on some websites?
  1015. # [13:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d01744d38216 - Jan de Mooij - Bug 1060342 - Optimize TypeOfV codegen. r=bhackett
  1016. # [13:39] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1017. # [13:39] <darktrojan> but not on others, curiously
  1018. # [13:39] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1019. # [13:41] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1020. # [13:46] * Joins: learnbot (bzlandfill@BC3B8F21.8D716307.5296A3D0.IP)
  1021. # [13:48] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1022. # [13:48] * darktrojan is beginning to suspect jQuery
  1023. # [13:50] * Quits: Archaeopteryx (itsme@moz-9C6CBBBD.cust.telecolumbus.net) (Quit: Goodbye)
  1024. # [13:51] <jviereck03> just came across this jsperf testing dom insertions (e.g. using innerHTML vs. template, vs explicit createElement or documentFragment). Firefox scores 100x (yes, 100 times) slower than Chrome and Safari. Is that worth opening a bug in Firefox and which component would be best for this? Here the link to the actual test: http://jsperf.com/dom-additions/2
  1025. # [13:52] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1026. # [13:57] * Quits: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1027. # [13:58] * Quits: RealRaven (Thunderbir@94B0B866.AF6CE00A.C3498625.IP) (Ping timeout)
  1028. # [13:58] * Joins: RealRaven (Thunderbir@94B0B866.AF6CE00A.C3498625.IP)
  1029. # [13:59] * Quits: jfkthame (jfkthame@C8D14676.AD3249A6.86F5061.IP) (Quit: Leaving)
  1030. # [14:00] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1031. # [14:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1032. # [14:02] * FuzzyFox is now known as FuzzyFox|afk
  1033. # [14:03] * Quits: jwalker (jwalker@moz-E5732A3F.cable.virginm.net) (Ping timeout)
  1034. # [14:04] * Quits: learnbot (bzlandfill@BC3B8F21.8D716307.5296A3D0.IP) (Quit: CGI:IRC (Ping timeout))
  1035. # [14:14] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  1036. # [14:16] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1037. # [14:17] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1038. # [14:17] * Quits: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1039. # [14:17] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  1040. # [14:19] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1041. # [14:19] * Quits: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1042. # [14:22] <Ms2ger> jviereck03, Core::DOM, cc :bz
  1043. # [14:24] * Joins: sabbir_alam_ufo (sabbir_ala@C80A391C.4118ED39.A6AA572A.IP)
  1044. # [14:25] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1045. # [14:26] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1046. # [14:27] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1047. # [14:27] * Joins: jwalker (jwalker@moz-E5732A3F.cable.virginm.net)
  1048. # [14:29] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1049. # [14:29] * Joins: till (till@moz-DEF25FCB.adsl.alicedsl.de)
  1050. # [14:30] * Joins: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP)
  1051. # [14:32] * Joins: mib_4zclhz (Mibbit@F600019C.ABF9918E.CEFA97FA.IP)
  1052. # [14:33] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  1053. # [14:34] * Quits: heftig (heftig@moz-5866A897.dip0.t-ipconnect.de) (Ping timeout)
  1054. # [14:34] * Quits: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net) (Quit: darktrojan)
  1055. # [14:35] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1056. # [14:36] * Joins: developers158 (bzlandfill@8B36047C.79277CB3.EEFA9FF0.IP)
  1057. # [14:37] <developers158> hi
  1058. # [14:37] <developers158> I need help regarding firefox extension
  1059. # [14:38] * Joins: heftig (heftig@moz-5866A897.dip0.t-ipconnect.de)
  1060. # [14:40] <sabbir_alam_ufo> developers158: explain please ?
  1061. # [14:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef2bf9308ed7 - Matthew A. Miller - Bug 1056213 - Window title in "windows or screen to share" list is not updated when navigating to another page r=rjesup
  1062. # [14:41] * Joins: gokce (gokce@BEB1FAF3.DC878293.C687B15D.IP)
  1063. # [14:42] * Joins: dria (dria@5C603319.821BD63B.B2F11ABB.IP)
  1064. # [14:46] <mib_4zclhz> ello, I am trying to set up the thunderbird mozmill testing as described in :https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Thunderbird_MozMill_Testing?redirectlocale=en-US&redirectslug=Thunderbird%2FThunderbird_MozMill_Testing. for the section Mac/Linux it requires us to easy_install a few times. but the target resources are unavailable(503).
  1065. # [14:47] <mib_4zclhz> any help would be great :)
  1066. # [14:49] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1067. # [14:49] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  1068. # [14:50] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  1069. # [14:53] * Quits: vebb (mike@moz-E40D1D7C.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1070. # [14:56] * Joins: vebb (mike@moz-E40D1D7C.callplus.net.nz)
  1071. # [14:59] * Joins: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net)
  1072. # [15:00] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  1073. # [15:00] * Quits: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net) (Quit: Edgar)
  1074. # [15:01] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1075. # [15:02] * Quits: NiKo` (~NiKo@moz-265A0D5F.perriault.net) (Quit: So long.)
  1076. # [15:04] * Quits: amit001 (amitt001@58B78835.70D7D397.85BF2EFC.IP) (Ping timeout)
  1077. # [15:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6e3fb0319c64 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1078. # [15:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a248feaaab50 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1079. # [15:07] <mib_4zclhz> thanks :)
  1080. # [15:08] * Joins: StevenLee (Adium@moz-AE7F0A8D.dynamic.hinet.net)
  1081. # [15:08] * Joins: NiKo` (~NiKo@moz-265A0D5F.perriault.net)
  1082. # [15:09] * Quits: elbeardmorez (quassel@moz-7157D0DD.skybroadband.com) (Ping timeout)
  1083. # [15:09] * Quits: StevenLee (Adium@moz-AE7F0A8D.dynamic.hinet.net) (Ping timeout)
  1084. # [15:10] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1085. # [15:11] * Quits: Ms2ger (Ms2ger@moz-CE3CEBEE.access.telenet.be) (Ping timeout)
  1086. # [15:16] * Joins: RodrigoWaters (uid30345@moz-5F4AA75A.irccloud.com)
  1087. # [15:18] <till> mib_4zclhz: you'll probably have better luck in the #thunderbird channel than here
  1088. # [15:19] <till> developers158: you might want to ask in #extdev or #addons
  1089. # [15:19] * Quits: sabbir_alam_ufo (sabbir_ala@C80A391C.4118ED39.A6AA572A.IP) (Quit: Leaving)
  1090. # [15:21] * Joins: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginm.net)
  1091. # [15:21] * Joins: devlab (devlab@moz-C64632DF.static.zebra.lt)
  1092. # [15:21] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1093. # [15:22] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1094. # [15:23] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1095. # [15:27] * Quits: jviereck03 (Adium@moz-A37C7A4F.dynamic.hispeed.ch) (Quit: Leaving.)
  1096. # [15:28] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1097. # [15:29] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1098. # [15:29] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  1099. # [15:31] * Quits: vebb (mike@moz-E40D1D7C.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1100. # [15:33] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1101. # [15:33] * ChanServ sets mode: +o smaug
  1102. # [15:33] * Quits: six600110 (six600110@moz-F929FA2F.hsd1.il.comcast.net) (Client exited)
  1103. # [15:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/190459a84a45 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1104. # [15:35] * Quits: jwalker (jwalker@moz-E5732A3F.cable.virginm.net) (Ping timeout)
  1105. # [15:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/41492a766cfc - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1106. # [15:35] * Joins: jwalker_ (jwalker@moz-E5732A3F.cable.virginm.net)
  1107. # [15:35] * Quits: developers158 (bzlandfill@8B36047C.79277CB3.EEFA9FF0.IP) (Quit: CGI:IRC (Ping timeout))
  1108. # [15:35] * jwalker_ is now known as jwalker
  1109. # [15:40] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1110. # [15:40] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Quit: ddamjano)
  1111. # [15:44] * Joins: Dexter (chatzilla@moz-C8DB928F.retail.telecomitalia.it)
  1112. # [15:46] * Joins: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net)
  1113. # [15:51] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1114. # [15:57] * Quits: @bsmedberg (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net) (Quit: Leaving)
  1115. # [16:04] * Joins: linuxwolf (Adium@moz-D574E3BA.hsd1.co.comcast.net)
  1116. # [16:08] * Quits: linuxwolf (Adium@moz-D574E3BA.hsd1.co.comcast.net) (Connection reset by peer)
  1117. # [16:08] * Joins: linuxwolf (Adium@moz-44402D73.cisco.com)
  1118. # [16:17] * Quits: Jerry (hshih@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1119. # [16:18] * Quits: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net) (Quit: timdream)
  1120. # [16:21] * Quits: devlab (devlab@moz-C64632DF.static.zebra.lt) (Quit: WeeChat 0.4.2)
  1121. # [16:23] * Quits: jkitch (Thunderbir@moz-8C9F42E8.lns20.adl6.internode.on.net) (Ping timeout)
  1122. # [16:27] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1123. # [16:28] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1124. # [16:29] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1125. # [16:30] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1126. # [16:35] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  1127. # [16:35] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1128. # [16:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/54fe49b13bc8 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1129. # [16:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/46850f143e05 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1130. # [16:37] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1131. # [16:39] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  1132. # [16:39] * Joins: Sushant94 (Sushant@AAE72513.6DFB52E2.D30E9BEF.IP)
  1133. # [16:40] * Joins: MisterSpeaker (MisterSpea@moz-9FAA1508.nycmny.east.verizon.net)
  1134. # [16:42] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  1135. # [16:44] * Quits: Dexter (chatzilla@moz-C8DB928F.retail.telecomitalia.it) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
  1136. # [16:45] * zz_miketaylr is now known as miketaylr
  1137. # [16:45] * Quits: Sushant94 (Sushant@AAE72513.6DFB52E2.D30E9BEF.IP) (Ping timeout)
  1138. # [16:45] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  1139. # [16:45] * miketaylr is now known as zz_miketaylr
  1140. # [16:47] * Joins: Sushant94 (Sushant@AAE72513.6DFB52E2.D30E9BEF.IP)
  1141. # [16:49] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  1142. # [16:52] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1143. # [16:53] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1144. # [16:53] * Joins: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net)
  1145. # [16:54] * Joins: Morris (Morris@moz-61B37962.dynamic-ip.hinet.net)
  1146. # [16:55] * ewong is now known as ewong|sleep
  1147. # [16:57] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1148. # [16:59] * Quits: Edgar (Thunderbir@moz-3BCFA10E.dynamic.hinet.net) (Quit: Edgar)
  1149. # [16:59] * Quits: Morris (Morris@moz-61B37962.dynamic-ip.hinet.net) (Quit: Morris)
  1150. # [17:02] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  1151. # [17:03] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  1152. # [17:03] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  1153. # [17:03] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1154. # [17:03] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1155. # [17:04] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1156. # [17:06] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1157. # [17:07] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1158. # [17:07] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1159. # [17:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/58936462ac76 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1160. # [17:07] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1161. # [17:08] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1162. # [17:10] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1163. # [17:10] * Joins: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net)
  1164. # [17:10] * Quits: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1165. # [17:11] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  1166. # [17:13] * Joins: amit001 (amitt001@6BA374A1.59FA5660.8D9DA8D9.IP)
  1167. # [17:13] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1168. # [17:13] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1169. # [17:14] * Quits: GPH|Nikko (GPHemsley@moz-11098285.hfc.comcastbusiness.net) (Input/output error)
  1170. # [17:15] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1171. # [17:15] * Joins: mchang (mchang@moz-95B568D6.socal.res.rr.com)
  1172. # [17:15] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1173. # [17:18] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1174. # [17:19] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1175. # [17:19] <mchang> morning, just wondering if there are any sheriffs around?
  1176. # [17:20] * Quits: RodrigoWaters (uid30345@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  1177. # [17:21] * Joins: Jackneill (Jackneill@moz-49A4D1A8.pool.digikabel.hu)
  1178. # [17:21] * Joins: slassh (slassh@3AFC855B.83840AB0.438F9636.IP)
  1179. # [17:23] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1180. # [17:23] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1181. # [17:25] * Quits: timdream (timdream@moz-BEC73ACA.dynamic.hinet.net) (Quit: timdream)
  1182. # [17:26] * Quits: MisterSpeaker (MisterSpea@moz-9FAA1508.nycmny.east.verizon.net) (Client exited)
  1183. # [17:27] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1184. # [17:29] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1185. # [17:30] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1186. # [17:30] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  1187. # [17:32] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1188. # [17:32] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1189. # [17:32] * Joins: Morris (Morris@moz-61B37962.dynamic-ip.hinet.net)
  1190. # [17:32] * Joins: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net)
  1191. # [17:33] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1192. # [17:33] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  1193. # [17:33] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1194. # [17:34] * Joins: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP)
  1195. # [17:34] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1196. # [17:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b529a7e31a98 - Michal Novotny - Bug 1042192 - Use Cache2 I/O thread for callbacks from CacheFileIOManager. r=sworkman, a=sledru
  1197. # [17:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/104c671afe11 - Paul Kerr [:pkerr] - Bug 1049583 - Allow sub-domain wildcard on ScreenSharing domain whitelist patterns. r=ethanhugg, r=mt, a=sledru
  1198. # [17:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ee3f447df950 - Gijs Kruitbosch - Bug 1057328 - Get gmp path for app-override tests. r=ted, a=test-only
  1199. # [17:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/93fa2a38c5d5 - Qeole - Bug 1045209 - Remove media.gmp-gmpopenh264.path pref and set install path for OpenH264 plugin to <profile-dir>/<gmp-plugin-id>/<version>. r=unfocused, r=jesup, a=sledru
  1200. # [17:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ec5f67c9d712 - Qeole - Bug 1045209 - Updating tests for new OpenH264 plugin path handling. r=unfocused, r=ted, r=jmaher, a=sledru
  1201. # [17:35] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  1202. # [17:35] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/84bdca67fffe - Randell Jesup - Bug 1051087 - Ensure NEON optimizations are used for libyuv and webrtc audio code. r=ted, a=sledru
  1203. # [17:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e276d1a68b63 - EKR - Bug 1054704 - Generate an IDR NAL for fake H.264. r=jesup, a=sledru
  1204. # [17:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c9102769c741 - stefanh@inbox.com - Bug 1054733 - Make sure that checkmarks in menu items responds to hover (highlight) on earlier versions of OS X. r=mstange, a=sledru
  1205. # [17:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/667f19dac2cc - Matthew A. Miller - Bug 1047743 - Screen sharing with multiple screens is broken (Mac only). r=jesup, a=sledru
  1206. # [17:36] * Joins: techgaun (techgaun@B9BC3CA8.953E5B4.ED361E91.IP)
  1207. # [17:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7b3b162ff01c - Chenxia Liu - Bug 1031273 - "Clear Private Data" does not clear "Recently closed tabs" from Recent Tabs. r=margaret, a=sledru
  1208. # [17:38] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  1209. # [17:39] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1210. # [17:41] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1211. # [17:41] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1212. # [17:43] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1213. # [17:44] * Quits: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP) (Connection reset by peer)
  1214. # [17:45] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1215. # [17:45] * Joins: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP)
  1216. # [17:46] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1217. # [17:49] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  1218. # [17:50] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1219. # [17:51] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1220. # [17:52] * Joins: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com)
  1221. # [17:53] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1222. # [17:55] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1223. # [17:55] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1224. # [17:55] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1225. # [17:56] * Quits: kagari (kagari@moz-A1825C73.osk2.eonet.ne.jp) (Quit: Konversation terminated!)
  1226. # [17:56] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1227. # [17:57] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1228. # [17:58] * Quits: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net) (Quit: sicking)
  1229. # [17:59] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1230. # [17:59] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1231. # [17:59] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1232. # [18:00] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1233. # [18:01] * Joins: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP)
  1234. # [18:01] * Quits: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP) (Input/output error)
  1235. # [18:01] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1236. # [18:04] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1237. # [18:04] * philor|away is now known as philor
  1238. # [18:04] * Quits: bjacob_ (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  1239. # [18:05] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1240. # [18:05] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  1241. # [18:06] * Joins: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP)
  1242. # [18:06] * Joins: jfkthame (jfkthame@C8D14676.AD3249A6.86F5061.IP)
  1243. # [18:07] <jfkthame> linuxwolf, jesup: ping
  1244. # [18:07] <jesup> jfkthame: pong
  1245. # [18:07] * Quits: gokce (gokce@BEB1FAF3.DC878293.C687B15D.IP) (Ping timeout)
  1246. # [18:08] <jesup> M3?
  1247. # [18:08] <jfkthame> jesup, yeah - Bug 1056213 seems to be causing crashes
  1248. # [18:08] <jesup> looking
  1249. # [18:09] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  1250. # [18:09] * Quits: capella-s3 (capella-s3@E0D2FFE7.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  1251. # [18:10] <jesup> weird....
  1252. # [18:11] * Joins: mstange (markus@moz-26EA5E70.dip0.t-ipconnect.de)
  1253. # [18:12] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  1254. # [18:12] <mstange> jesup: are you around?
  1255. # [18:13] <jesup> yes.
  1256. # [18:13] <mstange> great
  1257. # [18:13] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  1258. # [18:13] <jesup> Looking. Not a trivial bustage fix; I'll back out. Looks like something leaked causing random crashes
  1259. # [18:13] <mstange> thanks!
  1260. # [18:13] <jfkthame> ok, thanks
  1261. # [18:15] * Quits: Morris (Morris@moz-61B37962.dynamic-ip.hinet.net) (Quit: Morris)
  1262. # [18:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0fb2483f4928 - Randell Jesup - Backed out changeset ef2bf9308ed7 (bug 1056213)
  1263. # [18:17] * Quits: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br) (Connection reset by peer)
  1264. # [18:17] * Joins: ggp|away (ggp@moz-51AA7F1C.dsl.telesp.net.br)
  1265. # [18:23] * Joins: mwargers (mwargers@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl)
  1266. # [18:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0325296b22d4 - Markus Stange - Bug 1025914 - Add a test.
  1267. # [18:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9c0d8ef32b3e - Markus Stange - Bug 1021564 - Invalidate filtered frames when they move in certain ways. r=roc
  1268. # [18:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2c0f68531d4b - Markus Stange - Bug 1021564 - Make sure that FinishAndStoreOverflow is called for MathML frames even if they are in an error state. r=roc
  1269. # [18:27] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1270. # [18:29] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=983cf2175495 - 87 changesets
  1271. # [18:30] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1272. # [18:32] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  1273. # [18:32] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1274. # [18:33] * Quits: jincreator (jincreator@EAE579B9.AE3EA2FD.6B649F75.IP) (Quit: jincreator)
  1275. # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/68e542dad3c1 - Jonathan Kew - bug 983985 - remove fake-italic skew from the drawTarget's matrix before rendering a hexbox. r=bas
  1276. # [18:33] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1277. # [18:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/54d3bcad2e09 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1278. # [18:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c854abbdbfdb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1279. # [18:37] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1280. # [18:38] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  1281. # [18:38] * Quits: anshul (uid41478@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  1282. # [18:40] * Quits: janv (varga@moz-599DBA63.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  1283. # [18:43] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Ping timeout)
  1284. # [18:44] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=82e1c0a8c589 - 33 changesets
  1285. # [18:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=82e1c0a8c589 - 92 changesets
  1286. # [18:45] * Joins: RattyAway (Jim_diGriz@11591811.8DBD7631.25110E41.IP)
  1287. # [18:45] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  1288. # [18:45] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1289. # [18:45] <RattyAway> what's the mach equivalent of make package and make installer?
  1290. # [18:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2df073cb512c - Alan Kligman - bug 993584 - Implement CloudSync r=rnewman sr=gavin
  1291. # [18:46] * Quits: funnel_ (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP) (Ping timeout)
  1292. # [18:46] * Joins: funnel_ (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP)
  1293. # [18:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=8be05e03abcd - 39 changesets
  1294. # [18:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=b7f536834e78 - 125 changesets
  1295. # [18:53] * Quits: msucan (msucan@moz-732FE4F9.me.some.kfc.elitebnc.org) (Ping timeout)
  1296. # [18:54] * Joins: sewardj (sewardj@77C240D4.51BE1E5C.FFDF157.IP)
  1297. # [18:54] * Quits: funnel_ (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP) (Ping timeout)
  1298. # [18:54] * Joins: funnel_ (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP)
  1299. # [18:57] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  1300. # [18:58] * Joins: gokce (gokce@BEB1FAF3.DC878293.C687B15D.IP)
  1301. # [18:58] * jcranmer|away is now known as jcranmer
  1302. # [19:00] * Quits: blassey (quassel@moz-1B593443.hsd1.ma.comcast.net) (Connection reset by peer)
  1303. # [19:00] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1304. # [19:00] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  1305. # [19:00] * Quits: amit001 (amitt001@6BA374A1.59FA5660.8D9DA8D9.IP) (Quit: Leaving)
  1306. # [19:01] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1307. # [19:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1308. # [19:06] * Joins: jviereck03 (Adium@moz-7C6E5A67.dclient.hispeed.ch)
  1309. # [19:07] * Quits: sewardj (sewardj@77C240D4.51BE1E5C.FFDF157.IP) (Ping timeout)
  1310. # [19:08] * Joins: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at)
  1311. # [19:13] * Joins: nacerix (Instantbir@CA01A010.D8EFF2FE.4A192F9A.IP)
  1312. # [19:14] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1313. # [19:15] * Quits: jfkthame (jfkthame@C8D14676.AD3249A6.86F5061.IP) (Quit: Leaving)
  1314. # [19:15] * Quits: esawin (esawin@5BEC7083.F96E1D95.95550721.IP) (Ping timeout)
  1315. # [19:16] * kgrandon is now known as kgrandon|brb
  1316. # [19:19] * Joins: msucan (msucan@moz-732FE4F9.me.some.kfc.elitebnc.org)
  1317. # [19:19] * Joins: esawin (esawin@5BEC7083.F96E1D95.95550721.IP)
  1318. # [19:20] * Joins: smontagu (chatzilla@moz-3899F98B.red.bezeqint.net)
  1319. # [19:24] * Joins: mitchnull (mitch@moz-FE81FA2F.catv.pool.telekom.hu)
  1320. # [19:26] <mitchnull> jcranmer: yo. added a new patch to https://bugzilla.mozilla.org/show_bug.cgi?id=1054252, please take a look. I'd still prefer if the test would be done by someone else, but will try to figure the testing stuff out next week
  1321. # [19:29] * Quits: nacerix (Instantbir@CA01A010.D8EFF2FE.4A192F9A.IP) (Ping timeout)
  1322. # [19:31] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  1323. # [19:32] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  1324. # [19:32] * Joins: sewardj (sewardj@moz-2FA643A9.dip0.t-ipconnect.de)
  1325. # [19:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/27c670206df9 - Daniel Holbert - Backout c5aae1b3dc3f (bug 1002632) for breaking animations in SVG-in-opentype fonts. a=sledru
  1326. # [19:33] * Quits: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1327. # [19:33] * Joins: nacerix (Instantbir@CA01A010.D8EFF2FE.4A192F9A.IP)
  1328. # [19:34] * Quits: mwargers (mwargers@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl) (Client exited)
  1329. # [19:37] * Joins: mwargers (mwargers@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl)
  1330. # [19:38] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  1331. # [19:39] * Quits: mwargers (mwargers@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl) (Ping timeout)
  1332. # [19:40] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  1333. # [19:41] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1334. # [19:41] * Joins: morlunk (andrew@moz-7CB4AD92.vc.shawcable.net)
  1335. # [19:43] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1336. # [19:43] * Joins: mwargers (mwargers@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl)
  1337. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a62600aebc0d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1338. # [19:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e61658883cdf - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1339. # [19:44] * FuzzyFox|afk is now known as FuzzyFox
  1340. # [19:45] * kgrandon|brb is now known as kgrandon
  1341. # [19:45] * Quits: mwargers (mwargers@moz-4CE1185C.cm-4-3c.dynamic.ziggo.nl) (Ping timeout)
  1342. # [19:45] * Quits: nacerix (Instantbir@CA01A010.D8EFF2FE.4A192F9A.IP) (Ping timeout)
  1343. # [19:45] * BenWa|email is now known as BenWa
  1344. # [19:48] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  1345. # [19:48] * BenWa is now known as BenWa|email
  1346. # [19:49] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1347. # [19:55] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  1348. # [19:59] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1349. # [20:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d89d83ded337 - Camilo Viecco - Bug 1039166 - Fix intermittent gtest ASAN errors. r=dkeeler
  1350. # [20:00] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1351. # [20:00] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1352. # [20:01] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1353. # [20:01] * Joins: jviereck031 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1354. # [20:01] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1355. # [20:01] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  1356. # [20:02] * Quits: jviereck03 (Adium@moz-7C6E5A67.dclient.hispeed.ch) (Ping timeout)
  1357. # [20:02] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1358. # [20:02] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Ping timeout)
  1359. # [20:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/85d7b256cd5f - Daniel Holbert - Bug 1056166 followup: move margin{SIDE} and textAlign atoms out of '#ifdef ACCESSIBILITY' section, to fix --disable-accessibility builds. r=ehsan
  1360. # [20:03] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  1361. # [20:03] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1362. # [20:06] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1363. # [20:06] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1364. # [20:06] * Quits: jviereck031 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Ping timeout)
  1365. # [20:06] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1366. # [20:07] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1367. # [20:07] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1368. # [20:07] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Client exited)
  1369. # [20:08] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1370. # [20:08] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1371. # [20:08] * Joins: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net)
  1372. # [20:10] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1373. # [20:10] * Joins: nacerix (Instantbir@2AA45199.D8EFF2FE.4A192F9A.IP)
  1374. # [20:11] * Quits: mib_4zclhz (Mibbit@F600019C.ABF9918E.CEFA97FA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1375. # [20:12] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1376. # [20:13] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1377. # [20:13] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1378. # [20:15] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  1379. # [20:16] * Quits: ProgramFOX (chatzilla@DBBFBDF3.CC71321D.187A1082.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
  1380. # [20:20] * Quits: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net) (Ping timeout)
  1381. # [20:20] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  1382. # [20:21] * BenWa|email is now known as BenWa
  1383. # [20:28] * geekboy|afk is now known as geekboy
  1384. # [20:28] * geekboy is now known as geekboy|afk
  1385. # [20:30] * Joins: MisterSpeaker (MisterSpea@moz-9FAA1508.nycmny.east.verizon.net)
  1386. # [20:31] * FuzzyFox is now known as FuzzyFox|afk
  1387. # [20:32] * Quits: MisterSpeaker (MisterSpea@moz-9FAA1508.nycmny.east.verizon.net) (Ping timeout)
  1388. # [20:37] * BenWa is now known as BenWa|email
  1389. # [20:41] * BenWa|email is now known as BenWa
  1390. # [20:41] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  1391. # [20:44] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Quit: loadbang)
  1392. # [20:47] * Quits: mstange (markus@moz-26EA5E70.dip0.t-ipconnect.de) (Quit: mstange)
  1393. # [20:47] * Quits: till (till@moz-DEF25FCB.adsl.alicedsl.de) (Ping timeout)
  1394. # [20:48] * Joins: till (till@moz-255A5958.adsl.alicedsl.de)
  1395. # [20:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb5509ae7f96 - Timothy Nikkel - Bug 1008942. When a network request for an image finishes during paint suppression and the image doesn't have a frame don't start a decode. r=mats
  1396. # [20:49] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  1397. # [20:49] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  1398. # [20:49] * BenWa is now known as BenWa|email
  1399. # [20:50] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1400. # [20:51] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1401. # [20:51] * Quits: nacerix (Instantbir@2AA45199.D8EFF2FE.4A192F9A.IP) (Ping timeout)
  1402. # [20:52] * BenWa|email is now known as BenWa
  1403. # [20:52] * Quits: techgaun (techgaun@B9BC3CA8.953E5B4.ED361E91.IP) (Ping timeout)
  1404. # [20:53] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1405. # [20:54] * Joins: jeffgodwyll (jeff@F237DD74.AB3AC796.40E092AA.IP)
  1406. # [20:55] * Quits: Mardak (Mardak@4851473D.BD9ECD5D.97D164AB.IP) (Ping timeout)
  1407. # [20:55] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  1408. # [20:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/afb1867dba70 - Ryan VanderMeulen - Backed out changeset 2df073cb512c (bug 993584) for OSX browser_946320_tabs_from_other_computers.js failures.
  1409. # [20:59] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1410. # [20:59] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  1411. # [20:59] * Joins: badescunicu (Thunderbir@477D0DDF.87E3EA65.320F75DD.IP)
  1412. # [21:00] * Joins: idwer_ (irc@moz-67B6410D.adsl.online.nl)
  1413. # [21:00] * Quits: idwer (irc@moz-67B6410D.adsl.online.nl) (Ping timeout)
  1414. # [21:00] * Joins: techgaun (techgaun@B9BC3CA8.953E5B4.ED361E91.IP)
  1415. # [21:00] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1416. # [21:01] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  1417. # [21:01] * Quits: gokce (gokce@BEB1FAF3.DC878293.C687B15D.IP) (Ping timeout)
  1418. # [21:01] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1419. # [21:04] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  1420. # [21:11] * Joins: Yuhong (chatzilla@moz-DCB41541.vc.shawcable.net)
  1421. # [21:15] * Joins: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP)
  1422. # [21:18] * Quits: morlunk (andrew@moz-7CB4AD92.vc.shawcable.net) (Ping timeout)
  1423. # [21:21] * Quits: techgaun (techgaun@B9BC3CA8.953E5B4.ED361E91.IP) (Quit: FOSS enthusiast)
  1424. # [21:22] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1425. # [21:22] * Quits: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  1426. # [21:31] * BenWa is now known as BenWa|email
  1427. # [21:35] * Joins: PiresFelix (Leonardo@224191E1.77F4C182.900E4F03.IP)
  1428. # [21:36] * Joins: gokce (gokce@BEB1FAF3.DC878293.C687B15D.IP)
  1429. # [21:38] * Quits: PiresFelix (Leonardo@224191E1.77F4C182.900E4F03.IP) (Quit: Leaving)
  1430. # [21:40] * Quits: lerc (quassel@moz-6CD49BDA.telstraclear.net) (Ping timeout)
  1431. # [21:40] * Joins: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at)
  1432. # [21:41] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Client exited)
  1433. # [21:41] * Joins: janv (varga@moz-A1B8C2B7.mikrocom.sk)
  1434. # [21:44] * Quits: Yuhong (chatzilla@moz-DCB41541.vc.shawcable.net) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446])
  1435. # [21:44] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1436. # [21:47] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1437. # [21:49] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1438. # [21:52] * Joins: morlunk (andrew@moz-7CB4AD92.vc.shawcable.net)
  1439. # [21:53] * Quits: heftig (heftig@moz-5866A897.dip0.t-ipconnect.de) (Quit: Quitting)
  1440. # [21:55] * Joins: heftig (heftig@moz-1226A558.dip0.t-ipconnect.de)
  1441. # [21:56] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1442. # [21:58] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1443. # [22:00] * Quits: jeffgodwyll (jeff@F237DD74.AB3AC796.40E092AA.IP) (Ping timeout)
  1444. # [22:01] * Joins: jeffgodwyll (jeff@F237DD74.AB3AC796.40E092AA.IP)
  1445. # [22:02] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1446. # [22:03] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Input/output error)
  1447. # [22:03] * Quits: janv (varga@moz-A1B8C2B7.mikrocom.sk) (Quit: This computer has gone to sleep)
  1448. # [22:07] * Quits: jeffgodwyll (jeff@F237DD74.AB3AC796.40E092AA.IP) (Ping timeout)
  1449. # [22:07] * Quits: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com) (Quit: loadbang)
  1450. # [22:11] * BenWa|email is now known as BenWa
  1451. # [22:11] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  1452. # [22:11] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1453. # [22:12] * Joins: stully (quassel@moz-7B35C3A5.cable.earthlink.net)
  1454. # [22:14] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1455. # [22:15] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1456. # [22:15] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1457. # [22:16] * terrence is now known as terrence-afk
  1458. # [22:17] * Quits: heftig (heftig@moz-1226A558.dip0.t-ipconnect.de) (Quit: Quitting)
  1459. # [22:20] * Quits: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP) (Quit: This computer has gone to sleep)
  1460. # [22:21] * Joins: mikeratcliffe (Adium@B8D4FE5.4788BC2C.7CCB197A.IP)
  1461. # [22:25] * Joins: jgilbert (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net)
  1462. # [22:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2015781e683d - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1463. # [22:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f7b879301a79 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1464. # [22:30] * Joins: janv (varga@moz-599DBA63.dynamic.orange.sk)
  1465. # [22:34] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  1466. # [22:35] * Quits: RattyAway (Jim_diGriz@11591811.8DBD7631.25110E41.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.0.15pre/20110606000022])
  1467. # [22:36] * Joins: tonymec_KDE (tonymec@28A8D109.D4FDA674.277517C1.IP)
  1468. # [22:37] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  1469. # [22:38] * Quits: tonymec_KDE (tonymec@28A8D109.D4FDA674.277517C1.IP) (Ping timeout)
  1470. # [22:38] * Quits: gokce (gokce@BEB1FAF3.DC878293.C687B15D.IP) (Quit: Konversation terminated!)
  1471. # [22:39] * Joins: gokce (gokce@BEB1FAF3.DC878293.C687B15D.IP)
  1472. # [22:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/eba7d2926f8d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1473. # [22:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0a99f9921342 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1474. # [22:42] * Joins: espadrine_ (ttyl@moz-9729B063.w92-128.abo.wanadoo.fr)
  1475. # [22:42] * Quits: jgilbert (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net) (Connection reset by peer)
  1476. # [22:43] * Quits: espadrine` (ttyl@moz-8D446CB.w90-2.abo.wanadoo.fr) (Ping timeout)
  1477. # [22:43] * Joins: Archaeopteryx (itsme@moz-9A8AD917.cust.telecolumbus.net)
  1478. # [22:44] * Joins: heftig (heftig@moz-4348A5B1.dip0.t-ipconnect.de)
  1479. # [22:45] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  1480. # [22:45] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  1481. # [22:46] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1482. # [22:47] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1483. # [22:47] * Quits: stully (quassel@moz-7B35C3A5.cable.earthlink.net) (Ping timeout)
  1484. # [22:47] * Joins: stully (quassel@moz-7B35C3A5.cable.earthlink.net)
  1485. # [22:47] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  1486. # [22:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ab03252f744e - David Major - Bug 1023941 followup: Fix bustage on builds that use Win7 SDK
  1487. # [22:49] * Joins: jgilbert (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net)
  1488. # [22:49] * Joins: loadbang (simon@moz-963262EC.range86-148.btcentralplus.com)
  1489. # [22:50] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1490. # [22:50] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1491. # [22:51] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1492. # [22:51] * BenWa is now known as BenWa|email
  1493. # [22:52] * Joins: Mano (mano@moz-7D8E46E2.red.bezeqint.net)
  1494. # [22:52] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1495. # [22:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b45a94bb2c63 - Benjamin Bouvier - Bug 992267: Introduce the IsSimdAvailable testing function; r=luke
  1496. # [22:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6ebf2ffec53 - Luke Wagner - Bug 992267: Ensure stack alignment requirements for asm.js code; r=bbouvier
  1497. # [22:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4773d0ec1ee8 - Benjamin Bouvier - Bug 992267: Odin basic SIMD support; r=luke
  1498. # [22:53] * Quits: msucan (msucan@moz-732FE4F9.me.some.kfc.elitebnc.org) (Ping timeout)
  1499. # [22:53] * Quits: funnel_ (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP) (Ping timeout)
  1500. # [22:54] * Quits: Mano (mano@moz-7D8E46E2.red.bezeqint.net) (Ping timeout)
  1501. # [22:54] * Joins: funnel (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP)
  1502. # [22:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6c36e388cb8c - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1503. # [22:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/42af440a510c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1504. # [22:57] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1505. # [22:57] * Joins: manolopm (manolopm@moz-27C35BA2.red-81-33-184.dynamicip.rima-tde.net)
  1506. # [22:58] * Quits: Mook (mook@9E554A54.5767AF64.D758B1AA.IP) (Quit: Mook)
  1507. # [23:01] * Quits: schien (anonymous@moz-4B85C573.dynamic.hinet.net) (Connection reset by peer)
  1508. # [23:02] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1509. # [23:02] * Joins: msucan (msucan@moz-732FE4F9.me.some.kfc.elitebnc.org)
  1510. # [23:03] * Joins: schien (anonymous@moz-DAF691B4.dynamic.hinet.net)
  1511. # [23:05] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  1512. # [23:06] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  1513. # [23:07] * Joins: pranav (pranav@6BFC1AC1.7B79ED8.1C37C358.IP)
  1514. # [23:09] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1515. # [23:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cd57ffe57293 - Mason Chang - Bug 970751 Resample touch events. r=mwu,kats. a=kwierso
  1516. # [23:10] * Quits: Sushant94 (Sushant@AAE72513.6DFB52E2.D30E9BEF.IP) (Quit: Leaving)
  1517. # [23:12] <squib> anyone around who knows about flexbox?
  1518. # [23:13] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  1519. # [23:15] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1520. # [23:15] * Quits: luke (luke@moz-6C4B3E7.dhcp.ftwo.tx.charter.com) (Quit: Leaving.)
  1521. # [23:16] * Quits: smontagu (chatzilla@moz-3899F98B.red.bezeqint.net) (Ping timeout)
  1522. # [23:16] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  1523. # [23:16] * Joins: rbarnes (rbarnes@9F3D08E5.80E362.B32C4200.IP)
  1524. # [23:16] * Joins: luke (luke@moz-6C4B3E7.dhcp.ftwo.tx.charter.com)
  1525. # [23:19] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1526. # [23:19] * ChanServ sets mode: +o smaug
  1527. # [23:23] * Quits: heftig (heftig@moz-4348A5B1.dip0.t-ipconnect.de) (Ping timeout)
  1528. # [23:24] * Joins: heftig (heftig@moz-4348A5B1.dip0.t-ipconnect.de)
  1529. # [23:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c12e29cfcc43 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1530. # [23:32] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1531. # [23:32] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  1532. # [23:33] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  1533. # [23:34] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  1534. # [23:37] * Joins: log69 (Mibbit@moz-3993240C.kabelszat2002.hu)
  1535. # [23:38] <log69> any opinion on this matter? https://bugzilla.mozilla.org/show_bug.cgi?id=1060766
  1536. # [23:39] * Joins: tonymec_KDE (tonymec@4A08E616.3B7AD1EB.277517C1.IP)
  1537. # [23:41] * Quits: tonymec_KDE (tonymec@4A08E616.3B7AD1EB.277517C1.IP) (Ping timeout)
  1538. # [23:42] * Quits: stully (quassel@moz-7B35C3A5.cable.earthlink.net) (Input/output error)
  1539. # [23:42] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  1540. # [23:43] * Joins: lerc (quassel@moz-6CD49BDA.telstraclear.net)
  1541. # [23:43] * Joins: tonymec_KDE (tonymec@moz-EBBC11F.adsl-dyn.isp.belgacom.be)
  1542. # [23:43] * Quits: Jackneill (Jackneill@moz-49A4D1A8.pool.digikabel.hu) (Input/output error)
  1543. # [23:44] * Quits: log69 (Mibbit@moz-3993240C.kabelszat2002.hu) (Quit: http://www.mibbit.com ajax IRC Client)
  1544. # [23:44] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  1545. # [23:45] * Joins: log69 (Mibbit@moz-3993240C.kabelszat2002.hu)
  1546. # [23:45] * Quits: janv (varga@moz-599DBA63.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  1547. # [23:46] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  1548. # [23:48] * Quits: mikeratcliffe (Adium@B8D4FE5.4788BC2C.7CCB197A.IP) (Quit: Leaving.)
  1549. # [23:50] * Quits: log69 (Mibbit@moz-3993240C.kabelszat2002.hu) (Quit: http://www.mibbit.com ajax IRC Client)
  1550. # [23:50] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  1551. # [23:50] * Quits: tonymec_KDE (tonymec@moz-EBBC11F.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1552. # [23:50] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  1553. # [23:55] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1554. # [23:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/aa5c2be72229 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1555. # [23:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a7f39684aac7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1556. # [23:56] * Joins: tonymec_KDE (tonymec@238FCC4E.4EEA99D8.277517C1.IP)
  1557. # [23:56] * Joins: vebb (mike@moz-E40D1D7C.callplus.net.nz)
  1558. # [23:57] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/032d5a12a6da - Camilo Viecco - Bug 1039166 - Fix intermittent gtest ASAN errors. r=dkeeler, a=test-only
  1559. # [23:57] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e9b04954e337 - Gian-Carlo Pascutto - Bug 1043350 - Do not disable Aero mode when screen capturing. r=jesup, a=sledru
  1560. # [23:57] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1561. # [23:57] * Quits: badescunicu (Thunderbir@477D0DDF.87E3EA65.320F75DD.IP) (Quit: badescunicu)
  1562. # [23:59] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1563. # Session Close: Sun Aug 31 00:00:00 2014

The end :)