/irc-logs / mozilla / #developers / 2015-01-08 / end

Options:

Previous day, Next day

  1. # Session Start: Thu Jan 08 00:00:00 2015
  2. # Session Ident: #developers
  3. # [00:00] <@njn> ehsan_: so I don't see why https://dxr.mozilla.org/mozilla-central/source/xpcom/base/nsStackWalk.cpp#279 is needed
  4. # [00:00] <hub> and the stack looks.... awful
  5. # [00:00] <ehsan_> njn: yes :)
  6. # [00:00] * Quits: Silne30 (Silne30@moz-qjbkeh.mtv2.mozilla.com) (Connection closed)
  7. # [00:00] <ehsan_> njn: you mean the null check?
  8. # [00:00] <@njn> ehsan_: yes
  9. # [00:00] <@njn> ehsan_: is this called from different threads?
  10. # [00:01] <ehsan_> it could be
  11. # [00:01] <@njn> ehsan_: should the three locals at the top of the function be atomic?
  12. # [00:01] <ehsan_> njn: yes, but that may or may not be enough
  13. # [00:01] * Quits: wlach (wlach@moz-t2np4e.ckpj.s0pt.0450.2001.IP) (Quit: Ex-Chat)
  14. # [00:03] <seth> roc: yes, although i think writing a templated version that takes a lambda is also worthwhile since last i checked most implementations of std::function always do heap allocation
  15. # [00:03] * Quits: benfrancis|away (uid16068@moz-u0phi1.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  16. # [00:03] <@njn> dmajor: do we use WOW64 thread on Win64?
  17. # [00:03] <dmajor> njn: I don't understand the question
  18. # [00:04] * Quits: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  19. # [00:04] <@njn> We use SuspendThread() in NS_StackWalk(), and http://msdn.microsoft.com/en-us/library/windows/desktop/ms686345%28v=vs.85%29.aspx says "A 64-bit application can suspend a WOW64 thread using the Wow64SuspendThread function"
  20. # [00:04] <@njn> http://msdn.microsoft.com/en-us/library/windows/desktop/ms679362%28v=vs.85%29.aspx says something similar for GetThreadContext()
  21. # [00:04] <@njn> dmajor: I'm just closely reading NS_StackWalk and trying to understand it, and this just looked like something that maybe needs to be changed for 64-bit stack-walking to work...
  22. # [00:05] * Quits: m_gol (m_gol@moz-f1mofo.dynamic.chello.pl) (Quit: Leaving...)
  23. # [00:05] * whimboo is now known as whimboo|afk
  24. # [00:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  25. # [00:06] <ehsan_> dmajor: ping
  26. # [00:06] <dmajor> njn: when we are 64-bit, we shouldn't have any WOW64 ("windows-on-windows64" aka emulated) threads
  27. # [00:06] <dmajor> ehsan_: pong
  28. # [00:06] <@njn> dmajor: ok
  29. # [00:06] <ehsan_> dmajor: how do I repro bug 1097452?
  30. # [00:07] <dmajor> ehsan_: do you have a "customize" button on https://crash-stats.mozilla.com/search/ ? it may need special socorro bits
  31. # [00:07] * mcote is now known as mcote|afk
  32. # [00:07] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
  33. # [00:07] * Joins: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP)
  34. # [00:08] <ehsan_> dmajor: I don't...
  35. # [00:08] <ehsan_> dmajor: actually, this should be very easy to write a test case for
  36. # [00:08] <dmajor> ehsan_: yeah it boils down to a humongous SetValue
  37. # [00:08] <ehsan_> well, but I have a 64-bit build...
  38. # [00:08] <ehsan_> yes
  39. # [00:09] <ehsan_> dmajor: how about I fix it and you test the fix? ;)
  40. # [00:09] <dmajor> ehsan_: wfm
  41. # [00:09] <ehsan_> \o/
  42. # [00:09] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
  43. # [00:09] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  44. # [00:10] * Quits: bz (bzbarsky@moz-86k7mn.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
  45. # [00:10] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
  46. # [00:10] * Quits: MisterSpeaker (MisterSpeak@moz-ebfjj4.fios.verizon.net) (Quit: Leaving...)
  47. # [00:11] <Bas> What's the status on inbound?
  48. # [00:11] * efaust also curious
  49. # [00:12] <ehsan_> Bas: were you asking about a preview pane in gmail a while ago?
  50. # [00:12] <kbrosnan> you probably need to sign into socorro
  51. # [00:12] <froydnj> Delta706: np, did you get things fixed?
  52. # [00:12] <Bas> ehsan_: Might've been? Don't remember?
  53. # [00:13] <froydnj> roc: probably! guess we should use that now? (though stlport might be holding us back...)
  54. # [00:13] <ehsan_> Bas: I notices today that there is a gmail labs thing that apparently adds a preview pane, you can turn it on in settings -> labs
  55. # [00:13] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  56. # [00:13] <ehsan_> Bas: thought you may be interetsed
  57. # [00:13] <Delta706> froydnj: yes. Your questions inspired me to re-examine some assumptions about the nature of the problem
  58. # [00:13] <Bas> ehsan_: Oh, I don't use gmail, I was just surprised it didn't exist :)
  59. # [00:13] * Quits: Archaeopteryx (Archaeopter@moz-mscgc7.cust.telecolumbus.net) (Quit: Goodbye)
  60. # [00:14] <ehsan_> ok
  61. # [00:16] * Quits: Pike (chatzilla@moz-7fuldt.pool.mediaWays.net) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141125180439])
  62. # [00:16] <ehsan_> dmajor: do our string classes support infallible allocation?
  63. # [00:16] <ehsan_> dmajor: err, fallible?
  64. # [00:17] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Quit: Leaving)
  65. # [00:17] <Bas> ehsan: I have all my Mozilla e-mail forwarded to my own Kolab mail server.
  66. # [00:17] <ehsan_> Bas: cool
  67. # [00:18] <ehsan_> dmajor: nm I think I found it
  68. # [00:18] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  69. # [00:18] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  70. # [00:19] <@smaug> http://mxr.mozilla.org/mozilla-central/source/xpcom/string/nsTSubstring.h#701
  71. # [00:20] * bc is now known as bc|bbiab
  72. # [00:21] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  73. # [00:22] * Quits: Rik (rik@moz-5r25el.9fj5.68v8.0e35.2a01.IP) (Ping timeout: 121 seconds)
  74. # [00:22] * coop|mtg is now known as coop|afk
  75. # [00:22] * Joins: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP)
  76. # [00:23] * Quits: givanica (Thunderbird@moz-g4j.rug.121.86.IP) (Client exited)
  77. # [00:23] * miketaylr is now known as zz_miketaylr
  78. # [00:25] <Bas> We really do need inbound back .....
  79. # [00:25] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  80. # [00:26] <jcranmer> sigh
  81. # [00:27] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=ee72fef1c554 - 11 changesets
  82. # [00:27] <jcranmer> do we have a dvcs clone of CVS history?
  83. # [00:27] <jcranmer> with branches and tags?
  84. # [00:27] * Quits: marco (marco@moz-7cmht9.retail.telecomitalia.it) (Client exited)
  85. # [00:27] <JesperHansen> ohai! Our call to asyncPromptAuth here https://mxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/nsHttpChannelAuthProvider.cpp#975 -- and the passwordmgr can |throw| here http://mxr.mozilla.org/mozilla-central/source/toolkit/components/passwordmgr/nsLoginManagerPrompter.js#692 but it doesn't appear we actually handle the throw? Seeing this error since an addon is throwing JavaScript error: , line 0: uncaught exception: 21477
  86. # [00:27] <JesperHansen> 46065
  87. # [00:28] * Joins: alexbard_ (alexbardas@moz-ojbdqg.GR.idilis.net)
  88. # [00:28] <JesperHansen> ericjung: ^
  89. # [00:29] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Quit: )
  90. # [00:29] * Fallen is now known as Fallen|away
  91. # [00:30] * Quits: alexbardas (alexbardas@moz-7illpf.CS.idilis.net) (Ping timeout: 121 seconds)
  92. # [00:33] * Quits: jchaulk (jchaulk@moz-fmkdq3.cpe.pppoe.ca) (Quit: Leaving.)
  93. # [00:35] * Joins: kamidphi_ (dglastonbur@moz-ouggk0.tpgi.com.au)
  94. # [00:36] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  95. # [00:36] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  96. # [00:37] * heycam is now known as heycam|away
  97. # [00:37] <Bas> Who's the sheriff atm?
  98. # [00:37] * heycam|away is now known as heycam
  99. # [00:37] <KWierso> Bas: hi
  100. # [00:37] <Bas> KWierso: What are we waiting for for inbound? :)
  101. # [00:37] * Joins: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch)
  102. # [00:37] <KWierso> I'll be opening inbound after I get a merge out of it and then back into it
  103. # [00:38] * chmanchester is now known as chmanchester|afk
  104. # [00:38] * Joins: davidb (davidb@moz-m43nsg.dsl.bell.ca)
  105. # [00:38] <Bas> KWierso: Awesome, thanks.
  106. # [00:38] <froydnj> Delta706: glad to hear they helped
  107. # [00:39] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: Leaving)
  108. # [00:39] * Quits: Delta706 (xx@moz-2sc772.dsl.as9105.com) (Quit: and how is your war going)
  109. # [00:39] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  110. # [00:42] * Joins: jdm (jdm@moz-4vu.06r.98.75.IP)
  111. # [00:42] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=70de2960aa87 - 63 changesets
  112. # [00:42] <billm> fabrice: ping
  113. # [00:43] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  114. # [00:43] * sheppy is now known as sheppy-offline
  115. # [00:43] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  116. # [00:43] * jchen is now known as jchen|away
  117. # [00:44] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  118. # [00:44] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  119. # [00:45] * Quits: davidb (davidb@moz-m43nsg.dsl.bell.ca) (Quit: Blah blah blah)
  120. # [00:45] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
  121. # [00:46] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
  122. # [00:46] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
  123. # [00:46] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Ping timeout: 121 seconds)
  124. # [00:47] <fabrice> billm: pong
  125. # [00:47] * Joins: mccr8_ (mccr8@moz-cfhap5.mtv2.mozilla.com)
  126. # [00:47] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
  127. # [00:47] * Joins: mixedpuppy (mixedpuppy@moz-e85kcc.mycingular.net)
  128. # [00:47] <billm> fabrice: do you know if we notify profile-before-shutdown on b2g during shutdown?
  129. # [00:47] <billm> fabrice: shutdown of the parent process, that is
  130. # [00:48] <fabrice> billm: I think we do in the parent process
  131. # [00:48] <fabrice> but would need to double check
  132. # [00:48] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  133. # [00:48] <billm> fabrice: I'd appreciate it if you could
  134. # [00:49] <fabrice> billm: is that urgent?
  135. # [00:49] <billm> fabrice: well, I'm reviewing a patch. I could ask you for feedback on it if you like.
  136. # [00:50] <fabrice> billm: yes please, so I don't forget
  137. # [00:50] <billm> fabrice: ok, thanks
  138. # [00:51] * Joins: mixedpuppy_ (mixedpuppy@moz-lhjtql.res.bhn.net)
  139. # [00:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=70de2960aa87 - 62 changesets
  140. # [00:52] <KWierso> Bas: ^
  141. # [00:52] <KWierso> inbound open
  142. # [00:52] <Bas> KWierso: Sweet!
  143. # [00:52] * Quits: mixedpuppy (mixedpuppy@moz-e85kcc.mycingular.net) (Ping timeout: 121 seconds)
  144. # [00:52] * mixedpuppy_ is now known as mixedpuppy
  145. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d091f3311b4 - Bas Schouten - Bug 1118328 - Part 1: Expose DoesBackendSupportDataDrawTarget function to test backend capabilities. r=jrmuizel
  146. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/467595d39929 - Bas Schouten - Bug 1118328 - Part 2: Test whether the content backend supports creating data draw targets before attempting to create one. r=jrmuizel
  147. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=ca142ec8ba0f - 75 changesets
  148. # [00:54] * Quits: AaronMT (AaronMT@moz-5e6tl2.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  149. # [00:55] * KWierso is now known as KWierso|brb
  150. # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=c6b66f227225 - 115 changesets
  151. # [00:57] * Quits: mccr8_ (mccr8@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
  152. # [00:57] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
  153. # [00:57] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
  154. # [00:58] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
  155. # [00:58] * Quits: raniere_ (raniere@moz-ierk2a.telesp.net.br) (Ping timeout: 121 seconds)
  156. # [00:58] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
  157. # [00:58] <dmajor> error: commit.critic hook raised an exception: No module named ConfigParser <-- ??
  158. # [00:59] * Joins: nattokirai (nattokirai@moz-86b4bs.bitcat.net)
  159. # [01:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a909e2281ed1 - Bobby Holley - Bug 1116883 - Allow segment type box at the beginning of a media segment per spec. r=karlt
  160. # [01:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/20ab622b36c1 - Bobby Holley - Bug 1064128 - Implement support for timestampOffset in segments mode. r=k17e,r=cajbir
  161. # [01:00] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
  162. # [01:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6c8f62d7fd1c - Jim Mathies - Bug 1117140 - Avoid allocating some resources in the gmp child process which we have no use for. r=bsmedberg
  163. # [01:02] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  164. # [01:03] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  165. # [01:04] * Quits: kinetik (kinetik@moz-cr71ll.orcon.net.nz) (Ping timeout: 121 seconds)
  166. # [01:04] * Quits: ehugg (ehugg@moz-m1p.235.170.166.IP) (Client exited)
  167. # [01:05] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  168. # [01:05] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  169. # [01:06] * Quits: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com) (Quit: )
  170. # [01:08] * Quits: alexbard_ (alexbardas@moz-ojbdqg.GR.idilis.net) (A TLS packet with unexpected length was received.)
  171. # [01:09] * jchen|away is now known as jchen
  172. # [01:11] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  173. # [01:11] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  174. # [01:12] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  175. # [01:12] * Quits: nrc|afk (nrc@moz-1crlv1.xtra.co.nz) (Connection closed)
  176. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/633a1d06b192 - Bas Schouten - Bug 1115819: Deal with failure to create a realized bitmap in SourceSurfaceD2D1::DrawTargetWillChange. r=jrmuizel
  177. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8309d6ce7a38 - Bas Schouten - Bug 1114398 - Part 1: Make Direct2D paths specifically typed to a backend type. r=jrmuizel
  178. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d5ead6673b95 - Bas Schouten - Bug 1114398 - Part 2: Test whether the path backend matches the DrawTarget backend for the SVG path cache. r=jwatt
  179. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6c673d6a2fb8 - Bas Schouten - Bug 1107718: Properly deal with a D3D11 device reset. r=nical
  180. # [01:12] * Joins: nrc|afk (nrc@moz-1crlv1.xtra.co.nz)
  181. # [01:12] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  182. # [01:12] * Joins: raniere_ (raniere@moz-7ds.s7k.138.177.IP)
  183. # [01:13] * Joins: espadrine (ttyl@moz-l019mn.fbx.proxad.net)
  184. # [01:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3ca05c4232ab - Bas Schouten - Bug 1107718 - Addendum: Properly address review comments. r=nical
  185. # [01:13] * nrc|afk is now known as nrc
  186. # [01:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/689797cc26c4 - Seth Fowler - Bug 1116737 - Merge FrameBlender into FrameAnimator. r=tn
  187. # [01:16] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  188. # [01:16] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Ping timeout: 121 seconds)
  189. # [01:16] * Quits: tanvi (tanvi@moz-1dcggn.p1o0.l3en.0009.2601.IP) (Quit: Leaving.)
  190. # [01:17] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  191. # [01:17] * Quits: mwargers_afk (mwargers@moz-tst4f6.adsl.online.nl) (Ping timeout: 121 seconds)
  192. # [01:17] * Joins: mwargers_afk (mwargers@moz-io55hq.ip.prioritytelecom.net)
  193. # [01:17] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  194. # [01:17] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  195. # [01:18] * Joins: garvank (Garvan@moz-94kih2.dsl.teksavvy.com)
  196. # [01:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=10faada5da34 - 19 changesets
  197. # [01:19] * Joins: garvank_ (Garvan@moz-94kih2.dsl.teksavvy.com)
  198. # [01:19] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
  199. # [01:20] * Quits: jviereck (Adium@moz-45n1b2.dclient.hispeed.ch) (Quit: Leaving.)
  200. # [01:21] * Quits: garvank (Garvan@moz-94kih2.dsl.teksavvy.com) (Connection closed)
  201. # [01:21] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  202. # [01:22] * ewong|away is now known as ewong
  203. # [01:22] <sicking> bkelly: btw, are you backporting the loadgroup-for-sharedworkers patch as far as needed?
  204. # [01:23] <sicking> bkelly: it'd be bad if we broke loading from sharedworkers for a release or two
  205. # [01:23] * AutomatedTester is now known as AutomatedTester|AFK
  206. # [01:24] * Quits: ehsan_ (ehsan@moz-bof4i8.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
  207. # [01:25] * philor|away is now known as philor
  208. # [01:26] * Joins: marco (marco@moz-7cmht9.retail.telecomitalia.it)
  209. # [01:26] * squib_ is now known as squib
  210. # [01:27] * Joins: sicking_ (sicking@moz-u3dg2t.sfo1.mozilla.com)
  211. # [01:28] * Quits: jimm (jmathies@moz-met.a66.235.67.IP) (Quit: )
  212. # [01:29] * philor is now known as philor|away
  213. # [01:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9e0680f301a4 - Jeff Gilbert - Bug 1105535 - Move color_buffer_[half_]float out from draft status. - r=kamidphish
  214. # [01:29] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
  215. # [01:29] * sicking_ is now known as sicking
  216. # [01:29] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  217. # [01:30] * Quits: mwargers_afk (mwargers@moz-io55hq.ip.prioritytelecom.net) (Ping timeout: 121 seconds)
  218. # [01:30] * Quits: kentuckyfriedtakahe (ajones@moz-lq7e01.5h0u.b0fh.0cb0.2001.IP) (Ping timeout: 121 seconds)
  219. # [01:31] * Joins: mwargers_afk (mwargers@moz-tst4f6.adsl.online.nl)
  220. # [01:32] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
  221. # [01:32] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  222. # [01:33] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Quit: Leaving)
  223. # [01:33] * Quits: mwargers_afk (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
  224. # [01:34] * Joins: mwargers_afk (mwargers@moz-tst4f6.adsl.online.nl)
  225. # [01:36] * Joins: lgarner (lgarner@moz-ncr.att.59.50.IP)
  226. # [01:37] * Parts: marco (marco@moz-7cmht9.retail.telecomitalia.it) ("")
  227. # [01:37] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  228. # [01:38] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  229. # [01:39] * Joins: Waldo (waldo@moz-pqc1f5.ca.comcast.net)
  230. # [01:41] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
  231. # [01:41] * Quits: bgrins (bgrins@moz-houeei.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  232. # [01:42] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  233. # [01:42] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
  234. # [01:43] * Quits: bent (chatzilla@moz-510bvf.2rkg.9kg1.0101.2620.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  235. # [01:44] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  236. # [01:44] * zz_miketaylr is now known as miketaylr
  237. # [01:44] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  238. # [01:47] * Joins: jchaulk (jchaulk@moz-fmkdq3.cpe.pppoe.ca)
  239. # [01:47] * Quits: kaze (kaze@moz-8ion1q.fbx.proxad.net) (Ping timeout: 121 seconds)
  240. # [01:48] * nsm is now known as nsm|away
  241. # [01:49] <seth> mrbkap: have i got good news for you!
  242. # [01:50] <seth> mrbkap: image/test/browser/browser_image.js turns out to be so sensitive to timing that a patch i wrote to allocate frames off-main-thread makes it intermittent even without e10s
  243. # [01:50] <seth> mrbkap: so i'm disabling it. it's crap. needs to be rewritten
  244. # [01:50] * KWierso|brb is now known as KWierso
  245. # [01:51] <seth> mrbkap: oh wait.. maybe that wasn't the one you were working on
  246. # [01:51] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  247. # [01:51] <seth> mrbkap: in which case.. bummer. not such good news after all
  248. # [01:51] <Waldo> heh
  249. # [01:52] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  250. # [01:53] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
  251. # [01:54] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  252. # [01:54] <dmajor> ooh, Waldo is back. 1119030 is calling your name
  253. # [01:54] <seth> mrbkap: these imagelib browser tests are terrible. the one i'm disabling actually had four different intermittent orange bugs filed already =\
  254. # [01:54] <Waldo> o rly
  255. # [01:55] <seth> dmajor: the trick is to draw him out with a good news/bad news switcheroo
  256. # [01:55] <Waldo> coincidentally that was the top mail thread in my bugmail folder, so
  257. # [01:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/92190a900cb0 - Wes Kocher - Backout 467595d39929 (bug 1118328) for build bustage on a CLOSED TREE
  258. # [01:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b30f55f7f94c - Wes Kocher - Backout 0d091f3311b4 (bug 1118328) for build bustage on a CLOSED TREE
  259. # [01:56] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Quit: )
  260. # [01:56] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  261. # [01:56] * sydpolk is now known as sydpolk|afk
  262. # [01:57] <mrbkap> seth: Yeah, they're bad news, all of them.
  263. # [01:57] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  264. # [01:57] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Connection closed)
  265. # [01:57] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  266. # [01:58] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  267. # [01:58] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  268. # [01:58] <Bas> Sorry :)
  269. # [01:59] <Bas> Clang can be so obnoxious.
  270. # [01:59] * Quits: brendan (brendaneich@moz-5tm501.public.wayport.net) (Client exited)
  271. # [01:59] <Waldo> dmajor: seems fine enough to me
  272. # [01:59] <Waldo> now just hope even that doesn't get unified :-)
  273. # [01:59] * Quits: h4writer (h4writer@moz-lcj9pu.access.telenet.be) (Ping timeout: 121 seconds)
  274. # [02:00] <dmajor> heh. my local build checks out. will dump a pgo build from try when it's ready.
  275. # [02:00] <Bas> KWierso: Sorry about that. I don't understand how clang does -not- figure out we deal with all possible cases in that function. Incompetent compiler.
  276. # [02:00] <glandium> Bas: it's gcc
  277. # [02:00] * Quits: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  278. # [02:00] * jchen is now known as jchen|away
  279. # [02:01] <Bas> glandium: Ah, incompetent gcc then :p
  280. # [02:01] * Joins: ehsan (ehsan@moz-n3usua.cable.teksavvy.com)
  281. # [02:01] * killer sets mode: +o ehsan
  282. # [02:01] <glandium> Bas: and msvc
  283. # [02:01] <Bas> glandium: Yeah, that's warning treated as errors though :)
  284. # [02:01] <KWierso> Bas: yeah, osx is building just fine
  285. # [02:02] <Bas> glandium: It could be nice if we had warnings-as-errors on in local builds the same way we did on the buildbots :s
  286. # [02:02] <Bas> *would
  287. # [02:02] * Quits: fabrice (fabrice@moz-ahh7m9.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
  288. # [02:02] <glandium> Bas: you can enable them. but if you don't use the same compiler as automation, you're likely screwed
  289. # [02:02] <glandium> (as in, you'd fail to build fairly frequently)
  290. # [02:03] <Bas> I'll push again with the problem fixed.
  291. # [02:03] <glandium> KWierso: the question is: why?
  292. # [02:03] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  293. # [02:03] * Quits: mak (uid24946@moz-7ljuor.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  294. # [02:03] <glandium> same question applies to b2g desktop builds
  295. # [02:04] <glandium> why are they not failing?
  296. # [02:04] * Joins: fabrice1 (fabrice@moz-3102bl.ujol.1ibb.0101.2620.IP)
  297. # [02:04] <KWierso> glandium: my go-to answer is "aliens"
  298. # [02:04] <glandium> # DISABLED WHILE NOT ON TRY ac_add_options --enable-warnings-as-errors
  299. # [02:04] <glandium> in b2g desktop mozconfigs
  300. # [02:04] * Quits: @Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  301. # [02:04] <glandium> but it's on try now
  302. # [02:05] <glandium> mac builds are supposed to have it, Bas: is that code not on mac?
  303. # [02:05] * Parts: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
  304. # [02:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  305. # [02:06] <Bas> Who knows. I'll just put a return false at the end of the function and repush when the tree re-opens :p
  306. # [02:06] * terrence is now known as terrence-afk
  307. # [02:07] * Joins: lsumar_ (lsumar@moz-4v0.gkd.16.182.IP)
  308. # [02:07] * sfink|offline is now known as sfink
  309. # [02:08] * Joins: lsumar__ (lsumar@moz-4v0.gkd.16.182.IP)
  310. # [02:08] <glandium> the line number the error is reported on isn't in the function the error is reported on O_o
  311. # [02:08] <glandium> oh wait, I'm looking at the backed out tree
  312. # [02:09] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  313. # [02:09] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
  314. # [02:10] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  315. # [02:10] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  316. # [02:10] * Quits: kgrandon (Adium@moz-kndkmk.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
  317. # [02:10] * Quits: lsumar__ (lsumar@moz-4v0.gkd.16.182.IP) (Quit: Leaving)
  318. # [02:11] * Quits: lsumar (lsumar@moz-4v0.gkd.16.182.IP) (Ping timeout: 121 seconds)
  319. # [02:11] * Quits: lsumar_ (lsumar@moz-4v0.gkd.16.182.IP) (Ping timeout: 121 seconds)
  320. # [02:11] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  321. # [02:13] <glandium> filed 1119064
  322. # [02:13] * Quits: bdahl (bdahl@moz-1a9l94.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
  323. # [02:13] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Connection closed)
  324. # [02:14] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
  325. # [02:16] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  326. # [02:16] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  327. # [02:16] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  328. # [02:20] * jchen|away is now known as jchen
  329. # [02:21] * Quits: jimb (user@moz-c3a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  330. # [02:22] * Joins: bdahl (bdahl@moz-4bfv6t.2rkg.9kg1.0101.2620.IP)
  331. # [02:22] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
  332. # [02:24] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  333. # [02:24] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  334. # [02:25] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  335. # [02:27] <dmajor> glandium: does android not do PGO? my try failed
  336. # [02:27] <glandium> dmajor: android doesn't do pgo
  337. # [02:27] <dmajor> glandium: is there a list of what platforms do (or don't do) pgo?
  338. # [02:28] * Quits: bajaj (bajaj_afk@moz-pd3q1n.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  339. # [02:28] * miketaylr is now known as zz_miketaylr
  340. # [02:28] <glandium> dmajor: linux and windows
  341. # [02:28] * Joins: kentuckyfriedtakahe (ajones@moz-27om55.5h0u.b0fh.0cb0.2001.IP)
  342. # [02:28] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
  343. # [02:28] <dmajor> glandium: all linuxes?
  344. # [02:29] <glandium> dmajor: linux opt and linux64 opt
  345. # [02:29] <dmajor> glandium: ok. thanks
  346. # [02:29] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
  347. # [02:29] <glandium> /maybe/ b2g desktop too
  348. # [02:29] <glandium> mozconfigs say no
  349. # [02:30] * glob|away is now known as glob
  350. # [02:30] <glandium> dmajor: search for MOZ_PGO in release mozconfigs
  351. # [02:30] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
  352. # [02:31] * dmajor wants a try option "PGO where available"
  353. # [02:31] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
  354. # [02:31] <glandium> dmajor: a try option to do builds with the release mozconfigs would be useful
  355. # [02:32] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
  356. # [02:34] <@ehsan> KWierso: any ETA on reopening?
  357. # [02:35] * Quits: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP) (Ping timeout: 121 seconds)
  358. # [02:35] * heycam is now known as heycam|away
  359. # [02:35] <@ehsan> actually it doesn't matter, I only have one patch to land anyway! :)
  360. # [02:35] <KWierso> ehsan: last time I answered that question, the tree was busted with the first push that landed...
  361. # [02:35] <@ehsan> heh
  362. # [02:36] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Ping timeout: 121 seconds)
  363. # [02:37] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  364. # [02:37] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
  365. # [02:37] * Joins: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
  366. # [02:38] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  367. # [02:39] <KWierso> ehsan: open
  368. # [02:39] <KWierso> be gentle
  369. # [02:39] <@ehsan> thanks!
  370. # [02:40] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
  371. # [02:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/11a25a9c0850 - Ehsan Akhgari - Bug 1118613 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/media; r=kinetik
  372. # [02:41] * Quits: azakai (alon@moz-c8813n.ujol.1ibb.0101.2620.IP) (Quit: Ex-Chat)
  373. # [02:41] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
  374. # [02:42] * Quits: jchaulk (jchaulk@moz-fmkdq3.cpe.pppoe.ca) (Quit: Leaving.)
  375. # [02:45] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Ping timeout: 121 seconds)
  376. # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/18557b56adbe - Mike Hommey - Bug 1091377 - Don't use -static-libstdc++ when building with stlport. r=mshal
  377. # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2d03b2b604af - Bob Owen - Bug 1110760 - Import Chromium Sandbox wow_helper code. r=aklotz
  378. # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7df8d6639971 - Mike Hommey - Bug 1110760 - Increase the chances of the wow_helper target code symbols being in the assumed order. r=aklotz
  379. # [02:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c2845100484d - Mike Hommey - Bug 1110760 - Build and Package Chromium Sandbox wow_helper. r=gps
  380. # [02:48] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  381. # [02:48] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (A TLS packet with unexpected length was received.)
  382. # [02:49] * jchen is now known as jchen|away
  383. # [02:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cce47fbfe2fc - Margaret Leibovic - Bug 1118835 - Add back pref to show title in urlbar. r=mfinkle
  384. # [02:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6c10a8ad2e7b - Margaret Leibovic - Bug 1118835 - Add back (and update) testTitleBar. r=mfinkle
  385. # [02:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4b1ab47fec93 - Margaret Leibovic - backout 227dc63febd9 because of bug 1118835
  386. # [02:49] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  387. # [02:49] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
  388. # [02:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/51e4e9fcde24 - Nicholas Nethercote - Bug 1105895 - Use JSInlineString where possible in ConcatStrings(). r=jandem.
  389. # [02:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e95a4191ea5e - Nicholas Nethercote - Bug 1117017 - Initialize the IdSet lazily in jsiter.cpp:Snapshot(). r=sfink.
  390. # [02:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5e04df19d581 - Nicholas Nethercote - Bug 1118950 - Fix mistyped DEBUG condition in GlobalHelperThreadState(). r=bhackett.
  391. # [02:50] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  392. # [02:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/852f51cb251e - Aaron Klotz - Bug 1117864: Do not pass a runnable to PluginProcessParent::Launch when initializing plugins synchronously; r=jimm
  393. # [02:51] * raniere_ is now known as raniere
  394. # [02:52] * Joins: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net)
  395. # [02:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/944289439ce9 - Bas Schouten - Bug 1118328 - Part 1: Expose DoesBackendSupportDataDrawTarget function to test backend capabilities. r=jrmuizel
  396. # [02:52] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  397. # [02:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ad0bd825782e - Bas Schouten - Bug 1118328 - Part 2: Test whether the content backend supports creating data draw targets before attempting to create one. r=jrmuizel
  398. # [02:52] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  399. # [02:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e38e801acf7b - Neil Deakin - Bug 1088540, fix email link for content processes, r=gijs
  400. # [02:53] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  401. # [02:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bb5356f6a251 - Neil Deakin - Bug 1102039, Ensure that the popup's widget visibility is updated after rollup, allows popups to disappear at the start of the minimize animation rather than after, r=tn
  402. # [02:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/83f3a7efed21 - Neil Deakin - Bug 1116457, attach the focus event listener to the right child window, r=jmaher
  403. # [02:53] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  404. # [02:53] * Quits: Waldo (waldo@moz-pqc1f5.ca.comcast.net) (Ping timeout: 121 seconds)
  405. # [02:55] * Joins: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  406. # [02:56] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Ping timeout: 121 seconds)
  407. # [02:57] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
  408. # [02:57] * Joins: Waldo (waldo@moz-pqc1f5.ca.comcast.net)
  409. # [02:57] * Joins: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net)
  410. # [02:57] * Quits: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
  411. # [02:57] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  412. # [02:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/418de54aa5af - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  413. # [02:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9d9a63e4441f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  414. # [02:59] * Quits: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  415. # [03:01] * Joins: mmcdonough (Martin@moz-qfl.dci.229.137.IP)
  416. # [03:01] * Quits: mmcdonough (Martin@moz-qfl.dci.229.137.IP) (Connection closed)
  417. # [03:02] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  418. # [03:04] * Joins: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net)
  419. # [03:05] * Quits: Mook_as (mook@moz-vlall4.activestate.com) (Client exited)
  420. # [03:08] * Quits: kentuckyfriedtakahe (ajones@moz-27om55.5h0u.b0fh.0cb0.2001.IP) (Quit: Ex-Chat)
  421. # [03:08] * Quits: jdm (jdm@moz-4vu.06r.98.75.IP) (Connection closed)
  422. # [03:09] * Joins: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net)
  423. # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d54440baa318 - Edgar Chen - Bug 1112471 - Part 1: Introduce a new API for getting icc service state. r=hsinyi
  424. # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a07deec1d272 - Edgar Chen - Bug 1112471 - Part 2: DOM Changes for getting icc service state API. r=smaug
  425. # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/77324fcf60a0 - Edgar Chen - Bug 1112471 - Part 3: RIL Changes for getting icc service state API. r=hsinyi
  426. # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f1997f0cf24b - Edgar Chen - Bug 1112471 - Part 4: Test case for getting icc service state API. r=hsinyi
  427. # [03:11] * Joins: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net)
  428. # [03:11] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  429. # [03:12] * Joins: jdm (jdm@moz-4vu.06r.98.75.IP)
  430. # [03:12] * Quits: borrell (borrell@moz-nhb2eg.tpgi.com.au) (Connection closed)
  431. # [03:13] * Joins: borrell (borrell@moz-nhb2eg.tpgi.com.au)
  432. # [03:13] * glob is now known as glob|away
  433. # [03:13] * Joins: chewey (chewey@moz-2tiq5p.dip0.t-ipconnect.de)
  434. # [03:13] * Quits: fabrice1 (fabrice@moz-3102bl.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  435. # [03:14] * darkowlzz|afk is now known as darkowlzz
  436. # [03:14] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  437. # [03:15] * Quits: seanlin (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  438. # [03:15] * Quits: espadrine (ttyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
  439. # [03:16] * Quits: chewey_ (chewey@moz-ee3ikv.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  440. # [03:16] * Joins: boris (boris@moz-aj9ejj.HINET-IP.hinet.net)
  441. # [03:16] * Joins: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net)
  442. # [03:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6d8e998d6212 - JerryShih - Bug 1118841 - Implement the RefreshTimerVsyncDispatcher. r=kats
  443. # [03:19] * heycam|away is now known as heycam
  444. # [03:20] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  445. # [03:20] * darkowlzz is now known as darkowlzz|afk
  446. # [03:20] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
  447. # [03:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/88492808aea5 - Jeff Muizelaar - Bug 1119089. Switch from the ineffecient x = x.sub(x, y) to x.subout(y);
  448. # [03:21] * Joins: elin (elin@moz-2hf62a.HINET-IP.hinet.net)
  449. # [03:21] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  450. # [03:23] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: Leaving)
  451. # [03:23] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
  452. # [03:23] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
  453. # [03:23] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
  454. # [03:24] * Quits: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com) (Quit: )
  455. # [03:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0eab08995eee - B2G Bumper Bot - Bumping manifests a=b2g-bump
  456. # [03:27] * Quits: lgarner (lgarner@moz-ncr.att.59.50.IP) (Ping timeout: 121 seconds)
  457. # [03:27] <glandium> Bas: you busted again
  458. # [03:27] <glandium> the ics emulator failures were different
  459. # [03:27] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
  460. # [03:27] <Bas> glandium: WTF does that error even mean?
  461. # [03:28] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  462. # [03:28] <Bas> I'll push a followup if someone can tell me what's defunct about that compiler.
  463. # [03:28] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  464. # [03:29] <KWierso> Bas: tree's closed for your followup
  465. # [03:29] <glandium> Bas: it's gcc 4.4, there are enum related bugs in 4.4
  466. # [03:29] <Bas> glandium: Oh for the love of ..... if I just make it into a plain old if will it know how to now be stupid?
  467. # [03:30] <glandium> Bas: probably
  468. # [03:31] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  469. # [03:31] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Ping timeout: 121 seconds)
  470. # [03:32] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
  471. # [03:33] <glandium> Bas: or not. it's a enum class thing
  472. # [03:33] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Ping timeout: 121 seconds)
  473. # [03:33] * Quits: mchang (mchang@moz-4b7hgp.res.rr.com) (Client exited)
  474. # [03:33] <Bas> glandium: Wait.. what? Like.. what is it complaining about?
  475. # [03:33] <Bas> My code is perfectly valid.
  476. # [03:34] * Quits: bdahl (bdahl@moz-4bfv6t.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
  477. # [03:34] <glandium> Bas: it is valid... if you consider BackendType is an enum... which, with gcc < 4.6.3, it's not
  478. # [03:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8ddc750a2924 - Kai-Zhen Li - Bug 1113655 - Fix bustage when camera is enabled and webtrc is not enabled. r=sotaro
  479. # [03:35] <Bas> glandium: I don't know what that means, but how do I fix it? :P
  480. # [03:35] * glob|away is now known as glob
  481. # [03:35] <glandium> Bas: what's your local os?
  482. # [03:35] <Bas> Windows 8.1
  483. # [03:36] <glandium> mmmm I don't know how well that'll work on windows, but try building that code with MOZ_HAVE_CXX11_ENUM_TYPE and MOZ_HAVE_CXX11_STRONG_ENUMS removed from the MSC_VER branch of mfbt/TypedEnumInternal.h
  484. # [03:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8fa274cce616 - Wes Kocher - Backout 852f51cb251e (bug 1117864) for various plugin test failures on a CLOSED TREE
  485. # [03:37] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  486. # [03:37] <Bas> glandium: I'll just push my experimental patch and back it all out if it doesn't work.
  487. # [03:38] * RyanVM|afk gives Bas his ticket in the "patches waiting for gcc4.4 to die so they can land" line
  488. # [03:38] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  489. # [03:39] <Unfocused> all i'm hearing is that linux would be better if it had a decent compiler like windows does
  490. # [03:39] <glandium> Bas: reading TypedEnum.h, it looks like BackendType backendType; if (Factory::DoesBackendSupportDataDrawtarget(mContentBackend)) { backendType = mContentBackend; } else { backendType = BackendType::CAIRO; } should work
  491. # [03:39] * Joins: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net)
  492. # [03:39] * Unfocused ducks and runs
  493. # [03:39] <Bas> glandium: That's more or less what my patch does.
  494. # [03:39] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
  495. # [03:40] <glandium> Unfocused: it's not even linux, it's b2g, and yes, b2g's toolchain is a drag
  496. # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/28bbffbcd08e - Bas Schouten - Bug 1118328 - Part 2 - Followup: Workaround a bug in GCC 4.4. r=bustage on a CLOSED TREE
  497. # [03:40] * Quits: &dbaron (dbaron@moz-5k7m8a.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
  498. # [03:41] <glandium> Bas: note that technically, it's a bug in TypedEnum
  499. # [03:41] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  500. # [03:41] <Bas> glandium: *nods* that makes sense.
  501. # [03:41] <glandium> but I don't see an obvious way around it
  502. # [03:41] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  503. # [03:41] <glandium> besides unsupporting old compiler
  504. # [03:42] <Bas> glandium: Yeah, no, looking at the code I understand the warning, if I use the assignment operator directly as I am with my followup we should be fine.
  505. # [03:44] * Joins: vchang (Vincent@moz-2hf62a.HINET-IP.hinet.net)
  506. # [03:45] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
  507. # [03:45] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  508. # [03:45] * Joins: bz (bzbarsky@moz-m10oko.fios.verizon.net)
  509. # [03:46] * Joins: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net)
  510. # [03:47] <khuey> froydnj: swearing is beginning
  511. # [03:47] * Joins: elin (elin@moz-aj9ejj.HINET-IP.hinet.net)
  512. # [03:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cef0ad1f6b62 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  513. # [03:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c16285169bbc - B2G Bumper Bot - Bumping manifests a=b2g-bump
  514. # [03:50] * Quits: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  515. # [03:51] * bc|bbiab is now known as bc
  516. # [03:51] <glandium> looks like aklotz broke something
  517. # [03:51] <froydnj> khuey: had to start sometime
  518. # [03:53] <khuey> froydnj: indeed :/
  519. # [03:53] * darkowlzz|afk is now known as darkowlzz
  520. # [03:53] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
  521. # [03:54] <froydnj> khuey: does sound pretty crazy that the kernel's calling the right stuff and the right stuff is not happening :(
  522. # [03:54] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  523. # [03:56] <khuey> froydnj: indeed
  524. # [03:57] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  525. # [03:58] * Joins: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net)
  526. # [03:58] <RyanVM|afk> glandium: do you know offhand if parallel linking is enabled by default for msvc2013 in our build system?
  527. # [03:58] <RyanVM|afk> the /ML flag IIUC
  528. # [03:58] <khuey> froydnj: I don't understand why we never seem to miss breakpoints
  529. # [03:58] <khuey> froydnj: but we sometimes miss syscalls
  530. # [03:58] <RyanVM|afk> AFAICT my link at the moment is only using one core :(
  531. # [03:58] * darkowlzz is now known as darkowlzz|afk
  532. # [03:58] <khuey> froydnj: since they write to the tracee the same way
  533. # [04:00] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  534. # [04:00] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  535. # [04:02] <glandium> RyanVM|afk: it's /MP, and it's a compiler option, not a linker option. And it only does parallel compilation when you give it multiple source files
  536. # [04:02] <glandium> so it's useless to us
  537. # [04:02] * Quits: JamesCheng (james@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  538. # [04:02] * Quits: boris (boris@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  539. # [04:02] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Ping timeout: 121 seconds)
  540. # [04:03] * Quits: Boriss (Boriss@moz-f1bjd5.PUBLIC.monkeybrains.net) (Client exited)
  541. # [04:04] * Joins: boris (boris@moz-3qu405.dynamic.hinet.net)
  542. # [04:04] <RyanVM|afk> glandium: http://randomascii.wordpress.com/2014/03/22/make-vc-compiles-fast-through-parallel-compilation/ is what I was thinking of
  543. # [04:04] <RyanVM|afk> and Ted was actually chiming in in the comment section :)
  544. # [04:04] <RyanVM|afk> but yeah, reading fail
  545. # [04:05] <@njn> dmajor: I have RtlVirtualUnwind() spitting out reasonable stacks!
  546. # [04:05] <RyanVM|afk> glandium: /cgthreads is the other interesting thing
  547. # [04:05] <@njn> on Win64!
  548. # [04:05] <dmajor> njn: nice! \o/
  549. # [04:05] * @njn pumps fists
  550. # [04:05] <RyanVM|afk> glandium: I'd be curious what /cgthreads:8 does for linking time
  551. # [04:06] <glandium> RyanVM|afk: the default is 4
  552. # [04:06] <@njn> glandium: those 18 MSDN tabs came in handy after all
  553. # [04:06] <dmajor> RyanVM|afk: I want to say I played with cgthreads a few months back but I can't remember what results I got
  554. # [04:06] <glandium> RyanVM|afk: and that only applies to ltcg, so in our case, pgo
  555. # [04:06] <dmajor> I assume they weren't awesome else I'd have landed a patch :)
  556. # [04:06] <RyanVM|afk> or GL locally :)
  557. # [04:06] <RyanVM|afk> but my CPU was only ~17% during linking :(
  558. # [04:06] <RyanVM|afk> disappointing
  559. # [04:07] <glandium> RyanVM|afk: GL is ltcg
  560. # [04:07] <RyanVM|afk> yeah, I know
  561. # [04:07] <@njn> dmajor: do you know why the current Win32 stack walking code goes to all the trouble of setting up another thread? there must be a reason why you can't walk the stack of the current thread on windows...
  562. # [04:08] <RyanVM|afk> dmajor: so on the bright side, I think that patch will work
  563. # [04:08] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
  564. # [04:08] <RyanVM|afk> but given that -GL doubles my build times, I'm probably going to just leave it out anyway :)
  565. # [04:08] * zz_miketaylr is now known as miketaylr
  566. # [04:08] * Quits: jdm (jdm@moz-4vu.06r.98.75.IP) (Quit: )
  567. # [04:08] * Quits: KaiRo (robert@moz-l9a6el.highway.telekom.at) (A TLS packet with unexpected length was received.)
  568. # [04:08] * RyanVM|afk was hoping MSVC2013 would do better, but oh well
  569. # [04:09] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
  570. # [04:09] * Joins: alexbardas (alexbardas@moz-ojbdqg.GR.idilis.net)
  571. # [04:10] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  572. # [04:10] <dmajor> njn: at the moment, no. I did wonder the same thing myself. I don't remember whether I found a satisfactory answer.
  573. # [04:10] <dmajor> man I am full of not-remembering. yay holidays
  574. # [04:11] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  575. # [04:11] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
  576. # [04:11] <@njn> dmajor: are you the right person to review/feedback this patch?
  577. # [04:11] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  578. # [04:12] <dmajor> njn: I suspect there is no right person. aklotz or I are probably the closest thing.
  579. # [04:12] * khuey is now known as khuey|away
  580. # [04:12] <@njn> dmajor: and maybe ehsan
  581. # [04:12] <glandium> aha, i knew i felt something http://az416740.vo.msecnd.net/static-images/earthquake_jma/2015/01/08/20150108120203-20150108120600-large.jpg
  582. # [04:13] <@ehsan> dmajor: what's up?
  583. # [04:13] * Quits: alexbardas (alexbardas@moz-ojbdqg.GR.idilis.net) (Ping timeout: 121 seconds)
  584. # [04:13] <RyanVM|afk> glandium: but anyway, yeah, if 4 is the default and I'm not seeing much in the way of cpu utilization, 8 probably won't help either :)
  585. # [04:13] <@ehsan> njn: dmajor: I can answer that question :)
  586. # [04:13] <glandium> RyanVM|afk: i'm amazed there's a max
  587. # [04:14] <dmajor> ehsan: what is the answer? :)
  588. # [04:15] <dmajor> RyanVM|afk: I do notice my linker at 25% cpu (aka 4 cores) when it used to be 6% (1 core) with 2010, so that's something
  589. # [04:16] <dmajor> RyanVM|afk: and it did used to link a ton faster, until we threw more at the linker :P
  590. # [04:16] <@ehsan> dmajor: njn: the windows stackwalker cannot walk the stack of running threads
  591. # [04:16] <@ehsan> dmajor: njn: therefore we need to spawn another thread, pause the target thread, and then stackwalk it
  592. # [04:17] <@njn> ehsan: why not? in my patch to use RtlVirtualUnwind I accidentally did exactly that at first and it worked fine... :)
  593. # [04:17] <@ehsan> njn: we use StackWalk64 which is a layer on top of that
  594. # [04:18] <@njn> ehsan: but it doesn't work on Win64 so I'm trying RtlVirtualUnwind and it's working
  595. # [04:18] <@ehsan> njn: it doesn't work on win64?
  596. # [04:18] <@njn> nope
  597. # [04:18] <@ehsan> not work how?
  598. # [04:18] <@njn> bug 1088343
  599. # [04:18] <@njn> gives totally bogus stacks
  600. # [04:19] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
  601. # [04:19] <@njn> that bug is about DMD, but stack walking is busted on win64 in general
  602. # [04:19] * Joins: gandi (zbraniecki@moz-u3dg2t.sfo1.mozilla.com)
  603. # [04:19] <@ehsan> crap!
  604. # [04:20] * KWierso is now known as KWierso|afk
  605. # [04:20] <@njn> ehsan: e.g. in http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-inbound-win64-debug/1420675200/mozilla-inbound_win8_64-debug_test-mochitest-other-bm111-tests1-windows-build226.txt.gz, search for test_aboutmemory.xul
  606. # [04:20] <@ehsan> njn: oh wait, I was misremembering
  607. # [04:20] <@ehsan> njn: dmajor: https://bugzilla.mozilla.org/show_bug.cgi?id=391321
  608. # [04:20] <dmajor> aha
  609. # [04:21] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  610. # [04:21] <@ehsan> freaking DLL loading :(
  611. # [04:21] <@njn> ehsan: there's a stack trace just below that line in the log, it's all messed up
  612. # [04:21] <@ehsan> njn: yeah that's terrible!
  613. # [04:21] <@ehsan> njn: can you verify if RtlVirtualUnwind needs to load DLLs?
  614. # [04:21] <@ehsan> (that is, whether it works in a static ctor?
  615. # [04:22] <@njn> ehsan: no idea. how would I tell?
  616. # [04:22] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Ping timeout: 121 seconds)
  617. # [04:22] <@ehsan> njn: call NS_ASSERTION(false) in a static ctor?
  618. # [04:22] <@njn> ehsan: can you give me an exampel static ctor?
  619. # [04:23] <@njn> I guess I could just make one
  620. # [04:23] <@ehsan> something like struct X { X() { NS_ASSERTION(false, "falsity"); } } x; at the global scope
  621. # [04:24] <@ehsan> (by static ctor I mean the function the compiler calls that calls the non-trivial constructors for global objects)
  622. # [04:26] <dmajor> the code lives in ntdll so I would assume/hope it has no dependencies
  623. # [04:26] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Connection closed)
  624. # [04:26] <@ehsan> yeah good point!
  625. # [04:27] <@ehsan> I would *love* us to stop using a thread for this
  626. # [04:27] <@njn> ehsan: the amount of mucking about to create that thread is large
  627. # [04:27] <@ehsan> no kidding
  628. # [04:27] <@ehsan> this whole thing is needlessly expensive :/
  629. # [04:28] <@njn> probably explains why DMD is really slow on Windows... it calls NS_StackWalk a *lot*
  630. # [04:28] * Quits: jet (uid49872@moz-2b8mdp.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  631. # [04:28] <@ehsan> yeah
  632. # [04:28] <@ehsan> NS_StackWalk is dog slow
  633. # [04:29] <@ehsan> njn: NS_DescribeCodeAddress is worse fwiw! it for example reads the debug info for xul.dll synchronously on the first call!
  634. # [04:30] <@njn> ah, that would explain the slow startup for DMD on Windows
  635. # [04:30] * Joins: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net)
  636. # [04:30] <@ehsan> haha yes!
  637. # [04:30] <@ehsan> years ago I did an instrumenting profiler which used it, that was my introduction to this disaster of a code!
  638. # [04:30] <@njn> why am I getting a compile error for NS_ASSERTION
  639. # [04:31] <@njn> unresolved external symbol __imp_NS_DebugBreak
  640. # [04:31] * Quits: Waldo (waldo@moz-pqc1f5.ca.comcast.net) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
  641. # [04:31] * @ehsan just realized he cannot remember the last time he wrote a non-fatal assertion
  642. # [04:31] <@ehsan> njn: which file did you edit?
  643. # [04:31] <@ehsan> you want something in libxul
  644. # [04:31] <@njn> nsStackWalk.cpp
  645. # [04:32] <@ehsan> huh
  646. # [04:32] <@njn> ok, I'll try something in dom/
  647. # [04:32] <@ehsan> debug build?
  648. # [04:32] <@ehsan> oh duh, of course yes
  649. # [04:32] * Joins: kamidphish (textual@moz-ouggk0.tpgi.com.au)
  650. # [04:32] * Joins: tanvi (tanvi@moz-ne4o20.p1o0.l3en.0009.2601.IP)
  651. # [04:32] <@njn> ehsan: with DMD enabled, which might be the problem, because nsStackWalk.o gets linked into libdmd, IIRC
  652. # [04:33] <@njn> putting it in dom/ seems to work
  653. # [04:33] <@ehsan> ah yeah that would be it
  654. # [04:33] <@ehsan> RtlVirtualUnwind is x64 only?
  655. # [04:33] <@njn> ehsan: can I get the stack walking thread to walk itself?
  656. # [04:33] <@ehsan> thanks, Microsoft!
  657. # [04:33] <@njn> or will I have to get the calling thread to walk itself to trigger the deadlock?
  658. # [04:34] <@njn> (yeah, RtlVirtualUnwind is x64 and ARM only, not x86)
  659. # [04:34] <@ehsan> njn: no I think the DLL loading happens the first time you call it, and if you don't do this during dll loading (which is prior to where we can spawn threads) you should be good
  660. # [04:35] <@ehsan> because the dll is either already loaded or it is loaded after the module load lock is released
  661. # [04:36] <@ehsan> njn: it basically calls LoadLibrary. You deadlock if you call LoadLibrary from a static ctor on windows, even if you do it directly
  662. # [04:36] * glob is now known as glob|away
  663. # [04:36] <@ehsan> which is why I said "freaking dll loading lock" :) it's a pretty common issue with various APIs
  664. # [04:36] <dmajor> ehsan: RtlVirtualUnwind uses unwind data in the binary that x86 doesn't have :/
  665. # [04:36] <@ehsan> dmajor: doesn't the x64 calling convention have frame pointers always?
  666. # [04:37] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  667. # [04:37] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  668. # [04:38] * Quits: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP) (Client exited)
  669. # [04:39] <dmajor> ehsan: the unwind API provides more info than just the code addresses
  670. # [04:39] <jcranmer> oh lol, this post by John Foliot
  671. # [04:39] <jcranmer> ehsan: x64 is usually compiled without a frame pointer
  672. # [04:40] <jcranmer> x86 usually has the frame pointer
  673. # [04:40] <@njn> ehsan: I can't trigger the deadlock with the existing code on Win64
  674. # [04:40] <@ehsan> dmajor: http://msdn.microsoft.com/en-us/library/ms680617%28VS.85%29.aspx says it only returns the PC and the frame info?
  675. # [04:41] <@ehsan> njn: huh
  676. # [04:41] <@njn> ehsan: I may have done something wrong
  677. # [04:41] <jcranmer> ... claiming that the W3C is "both open and fair" in comparison to the WHATWG ...
  678. # [04:41] <dmajor> ehsan: check out the return type, for starters :)
  679. # [04:41] * Quits: jgilbert (jgilbert@moz-onnq66.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  680. # [04:43] * Quits: Jesse (jruderman@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  681. # [04:43] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  682. # [04:44] * glob|away is now known as glob
  683. # [04:44] * Joins: billm (billm@moz-lm6ef3.ca.comcast.net)
  684. # [04:44] <@ehsan> dmajor: holy cow!
  685. # [04:44] <@ehsan> :)
  686. # [04:45] * Quits: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  687. # [04:46] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
  688. # [04:46] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
  689. # [04:46] * Quits: billm (billm@moz-lm6ef3.ca.comcast.net) (Quit: Leaving)
  690. # [04:47] * Quits: tanvi (tanvi@moz-ne4o20.p1o0.l3en.0009.2601.IP) (Quit: Leaving.)
  691. # [04:47] * Quits: kamidphish (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  692. # [04:48] <@njn> ehsan: should NS_ASSERTION print a stack trace? it's not.
  693. # [04:48] * darkowlzz|afk is now known as darkowlzz
  694. # [04:48] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Ping timeout: 121 seconds)
  695. # [04:49] <@ehsan> jcranmer: that post is a gem ;)
  696. # [04:49] <@ehsan> njn: it depends on an environment variable
  697. # [04:50] <dmajor> njn: XPCOM_DEBUG_BREAK=stack
  698. # [04:50] <@ehsan> ah yes
  699. # [04:50] * heycam is now known as heycam|away
  700. # [04:50] <@ehsan> I can never remember it
  701. # [04:50] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  702. # [04:52] <@njn> I still can't get the current code to deadlock. giving up on that for now
  703. # [04:54] <@ehsan> njn: can you get a deadlock if you call LoadLibrary?
  704. # [04:54] <@ehsan> oh wait a second
  705. # [04:54] <@ehsan> njn: these days we load xul.dll dynamically!
  706. # [04:54] <@ehsan> njn: can you move the static ctor into nsBrowserApp.cpp?
  707. # [04:54] <@ehsan> (which becomes firefox.exe)
  708. # [04:55] <@njn> ok
  709. # [04:55] <@ehsan> (or maybe to mozglue.dll, which is a better example)
  710. # [04:55] <@ehsan> njn: ^
  711. # [04:56] <@ehsan> hmm, but no matter when we load xul.dll, the loader lock should still be held when it's being loaded...
  712. # [04:56] <@ehsan> perhaps I'm seriously confused here
  713. # [04:58] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  714. # [05:00] <@ehsan> jcranmer: I'm contemplating whether I should answer him on svg with http://caniuse.com/#feat=svg
  715. # [05:01] <jcranmer> ehsan: I was tempted to respond to his comment about infographics with "just use SVG"
  716. # [05:01] <jcranmer> I decided against it
  717. # [05:02] <@ehsan> jcranmer: I'm so sad that I even asked originally on the thread :(
  718. # [05:02] <nigelb> oh wow, inbound.
  719. # [05:02] <jcranmer> I suspect the "use cases" for longdesc are "horribly contrived situations which definitionally only allow longdesc"
  720. # [05:03] <jcranmer> combined with sufficient haranguing to cause people to simply give up on trying to say no
  721. # [05:03] <@ehsan> jcranmer: no, they're "the browser opening the image description in a new page" ;)
  722. # [05:03] <jcranmer> ehsan: "horribly contrived situation"
  723. # [05:03] <jcranmer> judging from the example
  724. # [05:03] <@ehsan> indeed
  725. # [05:04] <jcranmer> things like "use SVG instead of PNG" is not sufficient for some bloody reason
  726. # [05:04] <@ehsan> I guess in a sense, he is answering my question of "Why not remove this feature?" :)
  727. # [05:04] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
  728. # [05:04] <@roc> yeah
  729. # [05:04] <@roc> it sucks to let bullies win at anything
  730. # [05:04] <@roc> but
  731. # [05:05] <@roc> remember that even when it looks like they won, they're still stuck with being bullies
  732. # [05:05] <@ehsan> that's true
  733. # [05:05] <jcranmer> writing the response was cathartic
  734. # [05:05] <jcranmer> sending it would be pointless
  735. # [05:06] <@roc> post it on Yammer
  736. # [05:06] * BenWa is now known as BenWa|email
  737. # [05:06] <@ehsan> fwiw my general rule of thumb is, when we get down to name calling, we are not having a conversation any more
  738. # [05:06] * Joins: sewardj_ (sewardj@moz-sub75a.dip0.t-ipconnect.de)
  739. # [05:06] * jcranmer stares at the long comments in the "add PGP support" bug
  740. # [05:06] <@ehsan> and I think that thread is past that point now
  741. # [05:06] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Quit: Leaving.)
  742. # [05:07] <jcranmer> the hard part is figuring out how to say "you're not contributing anything useful" in a polite and respectful manner to stop getting spammed with 15 emails a day
  743. # [05:07] <@roc> we do need some kind of protection to stop developers being bullied into adding crap
  744. # [05:08] <@roc> perhaps someone who can step in and say "I veto this feature, send all complaints to me"
  745. # [05:08] <jcranmer> IIRC, didn't we say that the telemetry showed exactly 0 uses of the longdesc menu item?
  746. # [05:08] <@roc> There must be more than zero
  747. # [05:08] <@roc> I assume John Foliot spends hours a day clicking to make sure there are
  748. # [05:08] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
  749. # [05:08] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  750. # [05:09] <jcranmer> roc: the problem with that is, well, bug mng
  751. # [05:09] <@roc> "Nobody uses this on the Web!" "Yeah? Well I'll fix that right now"
  752. # [05:09] <@roc> jcranmer: what about it?
  753. # [05:10] * Quits: sewardj (sewardj@moz-er7h7u.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  754. # [05:10] <jcranmer> roc: that someone will get a lot of email for a protracted period of time
  755. # [05:10] <@roc> Ah, but this veto person need not actually exist.
  756. # [05:11] <jcranmer> although thankfully the mng bug has been fairly quiet since 2010-07-12
  757. # [05:11] * Quits: RyanVM|afk (Thunderbird@moz-hbb9mb.fios.verizon.net) (Ping timeout: 121 seconds)
  758. # [05:11] <@roc> I think they're all advocating for WebP now
  759. # [05:11] <tbsaunde> from /dev/null@null.net?
  760. # [05:12] <@ehsan> roc: I've been thinking that we need a module owner for Gecko, someone who could make these calls
  761. # [05:12] <jcranmer> oh right, we can restrict comments now on bugzilla, can't we
  762. # [05:13] <@roc> ehsan: there's Brendan. And then there's the Technical Advisory Committee.
  763. # [05:13] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  764. # [05:14] <@roc> I don't think we have a governance problem here, really.
  765. # [05:14] <@roc> though I'm not familiar with the process under which longdesc was landed.
  766. # [05:15] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
  767. # [05:15] * @ehsan looks that up
  768. # [05:15] <@roc> that I'm not familiar with it perhaps means that it didn't escalate far enough, which can happen with any process.
  769. # [05:15] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  770. # [05:16] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Connection closed)
  771. # [05:16] <@ehsan> here is the bug: https://bugzilla.mozilla.org/show_bug.cgi?id=877453
  772. # [05:18] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Quit: Leaving.)
  773. # [05:18] * Quits: gandi (zbraniecki@moz-u3dg2t.sfo1.mozilla.com) (Ping timeout: 121 seconds)
  774. # [05:18] <@ehsan> no specific details
  775. # [05:19] * Joins: tedders1 (tedders1@moz-9a7jh1.ckpj.s0pt.0450.2001.IP)
  776. # [05:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2c7833c612e0 - Nick Alexander - Bug 1119051 - Advance session when meta/fxa_credentials is definitely stale. r=rnewman
  777. # [05:19] * Quits: @njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  778. # [05:20] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  779. # [05:20] * killer sets mode: +o njn
  780. # [05:22] * Joins: Silne30 (uid60686@moz-id2ujs.ealing.irccloud.com)
  781. # [05:24] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
  782. # [05:24] * killer sets mode: +ao dbaron dbaron
  783. # [05:24] * heycam|away is now known as heycam
  784. # [05:24] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  785. # [05:25] * Joins: Jesse (jruderman@moz-pqc1f5.ca.comcast.net)
  786. # [05:25] * Joins: Boriss (Boriss@moz-tk8.nnf.245.162.IP)
  787. # [05:26] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
  788. # [05:27] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  789. # [05:27] * nsm|away is now known as nsm
  790. # [05:27] * glob is now known as glob|away
  791. # [05:27] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
  792. # [05:27] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  793. # [05:27] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (A TLS packet with unexpected length was received.)
  794. # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d168a3ec4b95 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  795. # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5db76886bbd2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  796. # [05:28] * Quits: chmanchester|afk (chmancheste@moz-cbt.jf0.246.96.IP) (Quit: )
  797. # [05:30] <heycam> what does it mean when I get a crash under mozilla::FramePointerStackWalk while in a triggered assertion
  798. # [05:30] <heycam> I stomped on the frame pointer in the stack somehow?
  799. # [05:30] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Quit: Leaving.)
  800. # [05:31] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
  801. # [05:34] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
  802. # [05:37] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  803. # [05:38] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  804. # [05:39] * nigelb is now known as nigelb|sheriffduty
  805. # [05:39] <@ehsan> heycam: most likely
  806. # [05:41] <heycam> ehsan, ok
  807. # [05:41] <heycam> sounds like it'll be a pain to track down
  808. # [05:43] * Quits: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  809. # [05:43] * philor|away is now known as philor
  810. # [05:44] <&dbaron> heycam, in automation or in your own build?
  811. # [05:44] <heycam> dbaron, on try, but I'm also getting it locally
  812. # [05:44] <heycam> dbaron, with my first set of logical properties patches
  813. # [05:45] <heycam> maybe rr will help me
  814. # [05:45] <&dbaron> heycam, I feel like I've seen that sort of crash recently, but I don't remember how/why...
  815. # [05:46] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
  816. # [05:47] * Quits: @ehsan (ehsan@moz-n3usua.cable.teksavvy.com) (Quit: vanished into thin air...)
  817. # [05:47] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
  818. # [05:47] <heycam> https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=b02537901def is it
  819. # [05:48] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Client exited)
  820. # [05:49] * Joins: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp)
  821. # [05:49] <philor> I'd sure start by blaming the slave
  822. # [05:49] <nigelb|sheriffduty> inbound looks like it's good to take a few hits again.
  823. # [05:49] * nigelb|sheriffduty does the persona song and dance
  824. # [05:50] <heycam> philor, managed to reproduce the same crash at the same point locally though
  825. # [05:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a405fef5be03 - Mark Hammond - Bug 1119078 - only pre-fetch the sync migration sentinel if using a legacy identity. r=rnewman
  826. # [05:50] <philor> bummer
  827. # [05:50] <heycam> it's probably my fault
  828. # [05:53] * BenWa|email is now known as BenWa
  829. # [05:53] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  830. # [05:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/00996e98fa62 - Brian Birtles - Bug 1112422 - Turn on the Web Animations API by default for chrome callers; r=bz
  831. # [05:54] * Joins: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
  832. # [05:55] <philor> seizing the coveted "first thing to land after a closure is always busted" postion!
  833. # [05:55] * heycam is now known as heycam|away
  834. # [05:55] * heycam|away is now known as heycam
  835. # [05:55] * Parts: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
  836. # [05:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/66b114f7c038 - Mark Finkle - Bug 937253 - Remove old unused WebApp code paths r=wesj
  837. # [05:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5419d08cbe98 - Mark Finkle - Bug 937253 - Make pinned tabs work for Homescreen shortcuts r=bnicholson
  838. # [05:56] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  839. # [05:57] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  840. # [05:59] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
  841. # [06:01] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  842. # [06:03] * Quits: trevorh (trevor@moz-29pfj5.bigpond.net.au) (Ping timeout: 121 seconds)
  843. # [06:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a3292d545bea - Xidorn Quan - Bug 1069519 part 1 - Use common.css in previous ruby reftests. r=dholbert
  844. # [06:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/049151052034 - Xidorn Quan - Bug 1069519 part 2 - Make line height calculation be aware of ruby annotations. r=dholbert
  845. # [06:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/87ca345a3767 - Xidorn Quan - Bug 1069519 part 3 - Add reftests for ruby line height calculation. r=dholbert
  846. # [06:05] * Joins: fabrice (fabrice@moz-3oj.il6.198.71.IP)
  847. # [06:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eab4b3520c50 - Christoph Kerschbaumer - Bug 1107638 - Add innerWindowID to LoadInfo (r=sicking,jduell)
  848. # [06:08] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  849. # [06:09] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  850. # [06:09] * Joins: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net)
  851. # [06:11] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  852. # [06:11] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  853. # [06:13] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  854. # [06:14] * Quits: Jesse (jruderman@moz-pqc1f5.ca.comcast.net) (Client exited)
  855. # [06:17] * Quits: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  856. # [06:17] * Joins: trevorh (trevor@moz-lcchij.bigpond.net.au)
  857. # [06:18] * Joins: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com)
  858. # [06:19] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  859. # [06:20] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
  860. # [06:21] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  861. # [06:21] * Joins: kamidph__ (textual@moz-ouggk0.tpgi.com.au)
  862. # [06:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7584b643e7e9 - Shu-yu Guo - Bug 1118038 - Remove JIT parts of PJS. (r=lth)
  863. # [06:24] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  864. # [06:25] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  865. # [06:26] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  866. # [06:29] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  867. # [06:32] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  868. # [06:34] <seth> does anyone know if there's a way i can disable unified builds only for a certain directory?
  869. # [06:36] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
  870. # [06:37] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Ping timeout: 121 seconds)
  871. # [06:38] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
  872. # [06:39] <heycam> seth, you could change the moz.build in that dir and move all the UNIFIED_SOURCES entries to SOURCES
  873. # [06:40] <Callek> What heycam said
  874. # [06:40] * Callek was just looking at mxr to give a valid answer, but got beat
  875. # [06:40] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
  876. # [06:41] <heycam> normally I'm the one to get beat with questions I know the answer to, but want to look them up just to be sure :)
  877. # [06:42] * Quits: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com) (Ping timeout: 121 seconds)
  878. # [06:42] * Quits: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  879. # [06:44] * Joins: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP)
  880. # [06:46] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  881. # [06:47] * bz is now known as bz_away
  882. # [06:47] <seth> heycam: Callek: thanks!
  883. # [06:48] <seth> was hoping for some secret mach magic but that seems pretty reasonable
  884. # [06:54] * Quits: nemo (nemo@moz-2p682o.md.comcast.net) (Ping timeout: 121 seconds)
  885. # [06:55] * Joins: nemo (nemo@moz-2p682o.md.comcast.net)
  886. # [06:56] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  887. # [06:57] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  888. # [07:02] * Quits: @roc (chatzilla@moz-jrl.fci.192.203.IP) (Connection closed)
  889. # [07:02] * Joins: kinetik (kinetik@moz-bvekkg.orcon.net.nz)
  890. # [07:02] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  891. # [07:02] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  892. # [07:03] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  893. # [07:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ba42b1966bc - Shu-yu Guo - Bug 1116143 - Patch bare callVMs correctly in debug mode OSR. (r=jandem)
  894. # [07:05] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  895. # [07:06] <Callek> dbaron: roc: m.d.t.layout seems spam-filled atm, btw
  896. # [07:06] <Callek> (from at leats the past month)
  897. # [07:06] * miketaylr is now known as zz_miketaylr
  898. # [07:06] <Callek> dbaron: roc: pinging you both since I suspect one of you are the "owner" and can enable better moderation or something
  899. # [07:07] <Callek> s/month/two months/
  900. # [07:09] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
  901. # [07:10] * Joins: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net)
  902. # [07:11] * yzen is now known as yzen_
  903. # [07:12] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  904. # [07:13] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  905. # [07:14] <&dbaron> Callek, we only have the ability to moderate on the mailing list side and not the newsgroup side, afaik
  906. # [07:14] * Joins: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com)
  907. # [07:14] <Callek> ahhhhh :/
  908. # [07:14] <Callek> but thanks
  909. # [07:15] * Parts: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com) ("")
  910. # [07:16] * Quits: yzen_ (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  911. # [07:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a17fa338bf0f - David Major - Bug 1119030: Make MOZ_CRASHes unique to prevent compiler folding. r=Waldo
  912. # [07:17] * Quits: nemo (nemo@moz-2p682o.md.comcast.net) (Ping timeout: 121 seconds)
  913. # [07:19] * mattwoodrow is now known as mattwoodrow|away
  914. # [07:21] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  915. # [07:21] * darkowlzz is now known as darkowlzz|afk
  916. # [07:21] * Quits: kamidph__ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  917. # [07:23] * Quits: bajaj (bajaj_afk@moz-6lou4i.ca.comcast.net) (Quit: Leaving.)
  918. # [07:24] * Joins: kamidph__ (textual@moz-ouggk0.tpgi.com.au)
  919. # [07:24] * Joins: nemo (nemo@moz-2p682o.md.comcast.net)
  920. # [07:28] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  921. # [07:28] * darkowlzz|afk is now known as darkowlzz
  922. # [07:29] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  923. # [07:32] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
  924. # [07:33] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (Ping timeout: 121 seconds)
  925. # [07:35] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  926. # [07:35] * Joins: skeuomorf (skeuomorf@moz-0sj.u8d.32.197.IP)
  927. # [07:35] <skeuomorf> #gfx
  928. # [07:35] <skeuomorf> oops
  929. # [07:38] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
  930. # [07:40] * Quits: kamidph__ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  931. # [07:41] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (Quit: Leaving)
  932. # [07:41] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
  933. # [07:42] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  934. # [07:44] * nigelb|sheriffduty is now known as nigelb
  935. # [07:45] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  936. # [07:45] * Joins: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net)
  937. # [07:47] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  938. # [07:47] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
  939. # [07:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b39e7b89a5fd - Giovanny Andres Gongora Granada - Bug 1116371 - Correct #endif comment in BluetoothMessageUtils.h, r=btian
  940. # [07:50] * darkowlzz is now known as darkowlzz|afk
  941. # [07:53] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  942. # [07:53] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
  943. # [07:53] * Joins: kgrandon1 (Adium@moz-l8e1ui.ca.comcast.net)
  944. # [07:53] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Connection closed)
  945. # [07:55] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  946. # [07:57] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
  947. # [07:57] * Tomcat|afk is now known as Tomcat|sheriffduty
  948. # [07:57] * Joins: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net)
  949. # [07:59] * Joins: gcp (gcp@moz-e92rbm.beqe.9i1r.1812.2a02.IP)
  950. # [08:01] * Joins: Morris_PC (Morris@moz-aj9ejj.HINET-IP.hinet.net)
  951. # [08:03] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  952. # [08:04] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  953. # [08:05] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
  954. # [08:06] * heycam is now known as heycam|away
  955. # [08:06] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  956. # [08:09] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  957. # [08:09] * Quits: garvank_ (Garvan@moz-94kih2.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  958. # [08:11] <nigelb> Morning Tomcat|sheriffduty
  959. # [08:11] * jcranmer is now known as jcranmer|away
  960. # [08:12] <Tomcat|sheriffduty> good morning nigelb
  961. # [08:12] <seth> argh.
  962. # [08:12] <seth> why do SOURCES and UNIFIED_SOURCES insist that their list of files be alphabetized?
  963. # [08:13] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
  964. # [08:13] * Quits: nrc (nrc@moz-1crlv1.xtra.co.nz) (Connection closed)
  965. # [08:13] <seth> so if you want to test a non-unified build, you have to SORT the files
  966. # [08:13] * Joins: nrc|afk (nrc|afk@moz-1crlv1.xtra.co.nz)
  967. # [08:13] <seth> i do not have time to SORT THINGS as part of my workflow
  968. # [08:13] * seth finishes ranting
  969. # [08:13] * nrc|afk is now known as nrc
  970. # [08:14] * Joins: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net)
  971. # [08:15] <glandium> seth: "so if you want to test a non-unified build, you have to SORT the files" huh?
  972. # [08:15] * philor is now known as philor|away
  973. # [08:15] <seth> glandium: earlier i asked "how i can test a unified build in one directory" and was told to move the files from UNIFIED_SOURCES to SOURCES
  974. # [08:15] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  975. # [08:16] <glandium> seth: and how is that a problem, when you can just sed -i s/UNIFIED_SOURCES/SOURCES/?
  976. # [08:16] <nigelb> um, can't you just use ls or something to sort? (sorry if this sounds stupid and naive
  977. # [08:16] <nigelb> )
  978. # [08:16] <nigelb> or even better.
  979. # [08:16] <seth> glandium: i actually realized even before that rant that you can just have two SOURCES sections =)
  980. # [08:17] <seth> glandium: but i was still annoyed enough by the result when moving all of the UNIFIED_SOURCES files into the existing SOURCES section that i felt a rant was warranted
  981. # [08:17] <glandium> seth: you can also set FILES_PER_UNIFIED_FILE = 1
  982. # [08:18] <glandium> seth: you didn't have to move anything, that's the thing
  983. # [08:18] <glandium> seth: also, editors can sort for you
  984. # [08:18] <seth> glandium: none of that is discoverable at all
  985. # [08:18] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  986. # [08:18] <seth> you know what can sort for you? the parser that parses moz.build files
  987. # [08:19] <glandium> seth: no it can't
  988. # [08:19] <seth> it choose not to
  989. # [08:19] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  990. # [08:19] <glandium> seth: if it sorted itself, the break would likely fail randomly
  991. # [08:20] <glandium> seth: and the reason it's sorted is that oftentimes people wouldn't know where to add new files
  992. # [08:20] <seth> glandium: why would the break fail randomly if it sorted itself? i don't really see that, though there may be something i'm missing
  993. # [08:20] <seth> it seems totally equivalent to forcing a human to do it manually
  994. # [08:21] <glandium> seth: there are *many* places where the current order of files is the one that works, where the current order is a concatenation of several sorted lists
  995. # [08:21] <seth> if that's the case, then why enforce the sorted order at all?
  996. # [08:22] <glandium> because it's less messy when humans try to read the file
  997. # [08:22] <glandium> or try figure where to put their new file
  998. # [08:22] <glandium> or whatever
  999. # [08:23] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Ping timeout: 121 seconds)
  1000. # [08:24] * bobowen|afk is now known as bobowen
  1001. # [08:24] <seth> that's what i figured the reason was
  1002. # [08:24] <seth> and that's fine; i'm not suggesting we change it
  1003. # [08:24] <seth> but boy do i want to not ever have to edit these files just to debug something
  1004. # [08:25] <seth> your tip about FILES_PER_UNIFIED_FILE is a good one
  1005. # [08:26] <seth> i really wish we just had some sort of argument to mach build to achieve that effect, though
  1006. # [08:28] * Joins: gardnan (user@moz-vvfq0b.lfdn.h747.0001.2601.IP)
  1007. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b936ab379c75 - Xidorn Quan - Bug 1099807 part 1 - Add common superclass for ruby base and ruby text. r=dholbert
  1008. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9e82574ea4f2 - Xidorn Quan - Bug 1099807 part 2 - Implement intra-level whitespace pairing. r=dholbert
  1009. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fb6b0a95a555 - Xidorn Quan - Bug 1099807 part 3 - Use specific frame type in RubyColumn. r=dholbert
  1010. # [08:29] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  1011. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2cc185fba3da - Xidorn Quan - Bug 1099807 part 4 - Fix line breaking around ruby intra-level whitespaces. r=dholbert
  1012. # [08:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2238390e5de4 - Xidorn Quan - Bug 1099807 part 5 - Reftests for ruby intra-level whitespaces. r=dholbert
  1013. # [08:31] * Quits: cpearce (chatzilla@moz-k5i4k1.dqqd.b0fh.0cb0.2001.IP) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  1014. # [08:32] * Joins: cpearce (chatzilla@moz-kgevj0.xtra.co.nz)
  1015. # [08:32] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1016. # [08:33] * flod|away is now known as flod
  1017. # [08:34] * mattwoodrow|away is now known as mattwoodrow
  1018. # [08:40] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Connection closed)
  1019. # [08:41] * Joins: Honza (chatzilla@moz-tiq.7ku.62.176.IP)
  1020. # [08:41] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
  1021. # [08:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b61a510edfb9 - Michael Pruett - Bug 1118024 - Add explicit PL_DHashTable{Add,Lookup,Remove} functions. r=nfroyd
  1022. # [08:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fd2f17917aae - Michael Pruett - Bug 1118024 - Use new PL_DHashTable{Add,Lookup,Remove} functions. r=nfroyd
  1023. # [08:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9f3ee2b72d35 - Morris Tseng - Bug 1118136 - Check if targets match before forcing dispatch selection state changed event. r=roc
  1024. # [08:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2880e05d5e32 - Brian Smith - Bug 1118599 - Remove now-unneeded MOZILLA_PKIX_ENUM_CLASS workaround for GCC enum class bugs. r=mmc
  1025. # [08:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/26cd48766d6e - Shawn Ku - Bug 1113476: WebIDL patch - B2G RIL: support nsck/pck for SIM Lock types. r=edgar,hsinyi.
  1026. # [08:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/20c767e2b07f - Shawn Ku - Bug 1113476: IDL patch - B2G RIL: support nsck/pck for SIM Lock types. r=edgar.
  1027. # [08:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/48e799156c69 - Shawn Ku - Bug 1113476: RIL patch - B2G RIL: support nsck/pck for SIM Lock types. r=edgar.
  1028. # [08:45] * Joins: Sushant94 (Sushant@moz-skf.t5o.202.116.IP)
  1029. # [08:46] * Joins: cornel_ionce (Mibbit@moz-662.esi.231.62.IP)
  1030. # [08:46] * whimboo|afk is now known as whimboo
  1031. # [08:47] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1032. # [08:47] <kgrandon1> Tomcat|sheriffduty: Not sure if you saw, but just landed a revert in gaia for some real Gij1 bustage on b-i.
  1033. # [08:50] * Joins: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net)
  1034. # [08:50] <Tomcat|sheriffduty> kgrandon1: thanks!
  1035. # [08:51] * Joins: tomer (tomer@moz-to490c.012.net.il)
  1036. # [08:52] * mattwoodrow is now known as mattwoodrow|away
  1037. # [08:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eff1149c52dc - Nicholas Nethercote - Bug 1014341 (part 0) - Don't use trace-malloc in devtools automation files. r=sfink.
  1038. # [08:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8e30ec51f41b - Nicholas Nethercote - Bug 1014341 (part 0b) - Remove trace-malloc mentions from diff-talos.py. r=jmaher.
  1039. # [08:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/94bd476efa14 - Nicholas Nethercote - Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.
  1040. # [08:53] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  1041. # [08:54] * Quits: nattokirai (nattokirai@moz-86b4bs.bitcat.net) (Client exited)
  1042. # [08:54] * Parts: gardnan (user@moz-vvfq0b.lfdn.h747.0001.2601.IP) ("ERC Version 5.3 (IRC client for Emacs)")
  1043. # [08:56] * Joins: evanxd1 (Adium@moz-aj9ejj.HINET-IP.hinet.net)
  1044. # [08:56] * Quits: evanxd (Adium@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  1045. # [08:56] * mattwoodrow|away is now known as mattwoodrow
  1046. # [08:58] * nsm is now known as nsm|away
  1047. # [09:01] * Joins: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net)
  1048. # [09:02] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  1049. # [09:02] * julienw_afk is now known as julienw
  1050. # [09:03] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  1051. # [09:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ee00b214d89f - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1052. # [09:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ade0693e5f54 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1053. # [09:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0933c1aef197 - Seth Fowler - Bug 1116735 - Allocate frames in the decoder. r=tn
  1054. # [09:03] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  1055. # [09:04] * Joins: flaviu (Instantbird@moz-662.esi.231.62.IP)
  1056. # [09:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c96ef32cd8a5 - Seth Fowler - Bug 1116733 (Part 1) - Allocate frames off-main-thread. r=tn
  1057. # [09:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b4cdc04f6555 - Seth Fowler - Bug 1116733 (Part 2) - Remove DecodeStrategy and frame allocation handling outside of Decoder. r=tn
  1058. # [09:06] * Joins: stransky (stransky@moz-16g.ma8.175.213.IP)
  1059. # [09:13] * Joins: Dexter (Dexter@moz-i7o.obq.235.95.IP)
  1060. # [09:13] * BenWa is now known as BenWa|email
  1061. # [09:13] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
  1062. # [09:14] * Joins: mahdi (mahdi@moz-dm8.o61.244.151.IP)
  1063. # [09:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d2a876b1a852 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1064. # [09:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/705f0948b106 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1065. # [09:15] * Joins: stormi (samuel@moz-t5b.q89.218.46.IP)
  1066. # [09:16] * Joins: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
  1067. # [09:18] * Joins: brsun_ (chatzilla@moz-2hf62a.HINET-IP.hinet.net)
  1068. # [09:18] * Joins: tzimmermann (tzimmermann@moz-sj95dp.pools.vodafone-ip.de)
  1069. # [09:19] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  1070. # [09:19] * Quits: brsun_ (chatzilla@moz-2hf62a.HINET-IP.hinet.net) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  1071. # [09:19] * Joins: kaze (kaze@moz-8ion1q.fbx.proxad.net)
  1072. # [09:21] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  1073. # [09:21] * Joins: brsun_ (chatzilla@moz-2hf62a.HINET-IP.hinet.net)
  1074. # [09:21] * Quits: brsun_ (chatzilla@moz-2hf62a.HINET-IP.hinet.net) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  1075. # [09:22] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  1076. # [09:23] * mgerva|afk is now known as mgerva
  1077. # [09:25] * Quits: sawrubh (uid6719@moz-ebqg31.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  1078. # [09:25] * pbrosset|afk is now known as pbrosset
  1079. # [09:27] * Joins: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP)
  1080. # [09:28] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  1081. # [09:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/25d6527235ca - Seth Fowler - Bug 1116746 - Remove unused statistics code from RasterImage. r=tn
  1082. # [09:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a49774cdd1b1 - Seth Fowler - Bug 1116747 - Always use multithreaded image decoding. r=tn
  1083. # [09:33] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
  1084. # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cacbc80a7926 - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 1: Add nsITelephonyCallInfo (interface). r=hsinyi
  1085. # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/16dabca480c5 - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 2: Implement nsITelephonyCallInfo and use it (dom). r=hsinyi
  1086. # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1c5fc584e126 - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 3: Implement nsITelephonyCallInfo and use it (ril). r=hsinyi
  1087. # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ce8dd8937f94 - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 4: Use nsITelephonyCallInfo for call data (bluetooth). r=btian
  1088. # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e3ecbb3f7bcd - Szu-Yu Chen [:aknow] - Bug 1115603 - Part 5: Add serializer for nsITelephonyCallInfo (ipc). r=khuey
  1089. # [09:38] * Joins: Teodor_Druta (Thunderbird@moz-ohb.65e.79.82.IP)
  1090. # [09:39] * Teodor_Druta is now known as Teodor_Druta|Duty
  1091. # [09:40] * lth|sick is now known as lth
  1092. # [09:40] * Joins: alexbardas (alexbardas@moz-2hbsfi.BR.idilis.net)
  1093. # [09:41] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
  1094. # [09:41] * mattwoodrow is now known as mattwoodrow|away
  1095. # [09:42] * Quits: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP) (Ping timeout: 121 seconds)
  1096. # [09:42] * Quits: Sushant94 (Sushant@moz-skf.t5o.202.116.IP) (Ping timeout: 121 seconds)
  1097. # [09:44] * Joins: VarCat (VarCat@moz-ohb.65e.79.82.IP)
  1098. # [09:44] * Joins: twi (Adium@moz-7826p4.aapt.com.au)
  1099. # [09:45] * Quits: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP) (Client exited)
  1100. # [09:45] * Quits: VarCat (VarCat@moz-ohb.65e.79.82.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  1101. # [09:45] * Joins: mastizada (Thunderbird@moz-daq.v53.6.95.IP)
  1102. # [09:47] * Quits: timdream (timdream@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1103. # [09:49] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
  1104. # [09:50] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  1105. # [09:50] * Joins: Xaquseg (Xaquseg@moz-ddp.jr1.52.198.IP)
  1106. # [09:51] * Joins: njn_ (chatzilla@moz-33a4k1.iinet.net.au)
  1107. # [09:51] * Fallen|away is now known as Fallen
  1108. # [09:53] * Joins: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net)
  1109. # [09:54] * Joins: hardtolearn (Thunderbird@moz-u99.t4o.140.113.IP)
  1110. # [09:55] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
  1111. # [09:55] * Joins: marco (marco@moz-nj7sc9.retail.telecomitalia.it)
  1112. # [09:56] * Joins: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net)
  1113. # [09:56] * Joins: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net)
  1114. # [09:56] * Quits: StevenLee (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
  1115. # [09:56] * Quits: evanxd1 (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Connection closed)
  1116. # [09:57] * bobowen is now known as bobowen|afk
  1117. # [09:58] * whimboo is now known as whimboo|afk
  1118. # [09:58] * Joins: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP)
  1119. # [09:59] * mattwoodrow|away is now known as mattwoodrow
  1120. # [10:01] * Joins: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP)
  1121. # [10:01] * Joins: roc (chatzilla@moz-6r0dl2.orcon.net.nz)
  1122. # [10:01] * killer sets mode: +o roc
  1123. # [10:03] * Quits: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP) (Ping timeout: 121 seconds)
  1124. # [10:03] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
  1125. # [10:04] * Joins: tedders1_ (tedders1@moz-i5m.05u.207.66.IP)
  1126. # [10:07] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  1127. # [10:07] * Quits: tedders1 (tedders1@moz-9a7jh1.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  1128. # [10:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/607967984e8a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1129. # [10:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/08cb22e60c54 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1130. # [10:08] * Quits: tedders1_ (tedders1@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  1131. # [10:10] * Joins: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com)
  1132. # [10:13] * Quits: dagnir (dagnir@moz-sbbfe2.res.rr.com) (Quit: WeeChat 1.0.1)
  1133. # [10:14] * bobowen|afk is now known as bobowen
  1134. # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/648fe3c2fd57 - Sami Jaktholm - Bug 932179 - Part 1: Expose security information in the WebConsoleActor. r=past
  1135. # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/52db8d5bfea6 - Sami Jaktholm - Bug 932179 - Part 2: UI to present security info in NetMonitor. r=vporof
  1136. # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/321dfaa82c02 - Sami Jaktholm - Bug 932179 - Part 3: Fix intermittent timeout in browser_net_security-state.js. r=vporof
  1137. # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/83a57d0b2258 - Richard Marti - Bug 1013689 - In-content pages - Alignment fixes. r=jaws
  1138. # [10:21] <Tomcat|sheriffduty> good morning seth
  1139. # [10:21] <seth> Tomcat|sheriffduty: oh dear
  1140. # [10:22] <seth> Tomcat|sheriffduty: things have gone wrong, haven't they?
  1141. # [10:22] <Tomcat|sheriffduty> heh
  1142. # [10:22] <Tomcat|sheriffduty> seth: bustage on m-i :)
  1143. # [10:22] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
  1144. # [10:22] <Tomcat|sheriffduty> seth: https://treeherder.mozilla.org/logviewer.html#?job_id=5193072&repo=mozilla-inbound
  1145. # [10:23] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
  1146. # [10:23] <seth> Tomcat|sheriffduty: oh dang
  1147. # [10:23] <seth> Tomcat|sheriffduty: that's a trivial fix
  1148. # [10:23] <seth> Tomcat|sheriffduty: give me a sec and i'll push a followup
  1149. # [10:23] * Quits: gcp (gcp@moz-e92rbm.beqe.9i1r.1812.2a02.IP) (A TLS packet with unexpected length was received.)
  1150. # [10:24] <Tomcat|sheriffduty> seth: yeah sure :)
  1151. # [10:24] <Tomcat|sheriffduty> inbound is closed for you
  1152. # [10:24] * Joins: gabor (gabor@moz-3d5th9.dip0.t-ipconnect.de)
  1153. # [10:25] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (Connection closed)
  1154. # [10:25] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
  1155. # [10:25] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
  1156. # [10:26] * mattwoodrow is now known as mattwoodrow|away
  1157. # [10:26] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1158. # [10:29] * Joins: jviereck (Adium@moz-ihn58j.97ug.g469.067c.2001.IP)
  1159. # [10:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c356ab8b348a - Seth Fowler - Bug 1116733 (Followup) - Mark constructor of UnlockImageDataRunnable explicit on a CLOSED TREE. r=me
  1160. # [10:31] <Tomcat|sheriffduty> thanks seth :)
  1161. # [10:32] <seth> Tomcat|sheriffduty: no prob! sorry about the bustage
  1162. # [10:33] * Joins: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net)
  1163. # [10:33] <Tomcat|sheriffduty> seth: no problem thats my job :)
  1164. # [10:33] * Joins: espadrine (ttyl@moz-l019mn.fbx.proxad.net)
  1165. # [10:34] * Joins: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net)
  1166. # [10:34] * Joins: kamidph__ (textual@moz-ouggk0.tpgi.com.au)
  1167. # [10:35] * ewong is now known as ewong|away
  1168. # [10:36] * Joins: Gijs (chatzilla@moz-goo.q6m.80.5.IP)
  1169. # [10:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5397e1970d94 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1170. # [10:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/92f5e3c6ea11 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1171. # [10:38] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  1172. # [10:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c5feceed953a - Blair McBride - Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo
  1173. # [10:40] * Quits: @dveditz (dveditz@moz-dgbov2.ca.comcast.net) (Client exited)
  1174. # [10:43] * Joins: Mano (Mano@moz-kji1k1.dynamic.barak-online.net)
  1175. # [10:44] * Quits: kamidph__ (textual@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  1176. # [10:46] * Quits: jkitch (Thunderbird@moz-na1vjt.k4n0.vhij.44b8.2001.IP) (Client exited)
  1177. # [10:46] * Joins: jkitch (Thunderbird@moz-na1vjt.k4n0.vhij.44b8.2001.IP)
  1178. # [10:46] * mattwoodrow|away is now known as mattwoodrow
  1179. # [10:46] * mkohler|afk is now known as mkohler
  1180. # [10:48] * Quits: ckitching (ckitching@moz-l269ho.hfc.comcastbusiness.net) (A TLS packet with unexpected length was received.)
  1181. # [10:52] * Quits: @njn (chatzilla@moz-33a4k1.iinet.net.au) (Quit: ChatZilla 0.9.91.1 [Firefox 37.0a1/20150101202038])
  1182. # [10:53] * Quits: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP) (Client exited)
  1183. # [10:53] * Joins: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP)
  1184. # [10:54] * Joins: h4writer (h4writer@moz-lcj9pu.access.telenet.be)
  1185. # [10:54] * Quits: twi (Adium@moz-7826p4.aapt.com.au) (Quit: Leaving.)
  1186. # [10:55] * Quits: espadrine (ttyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
  1187. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a6b7338b7658 - Jon Coppeard - Bug 1099152 - Call gcSlice() or gc() depending on whether we want a incemental GC or not r=terrence
  1188. # [10:55] * Quits: logbot (logbot@moz-4j4idd.glob.com.au) (Ping timeout: 121 seconds)
  1189. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37bbd26f0870 - Jon Coppeard - Bug 1099152 - Separate out methods to start and continue incrmental GC r=terrence
  1190. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e07fc74ab87e - Jon Coppeard - Bug 1099152 - Separate out external APIs to start and continute an incremental GC r=terrence r=mccr8
  1191. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2f43b22848b0 - Jon Coppeard - Bug 1099152 - Make external GC APIs take invocation kind as a parameter r=terrence r=mccr8
  1192. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ef764843840 - Jon Coppeard - Bug 1117098 - Move definition of external GC API methods out of jsfriendapi.cpp r=terrence
  1193. # [10:56] * Quits: seanlin (Thunderbird@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1194. # [10:58] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (Ping timeout: 121 seconds)
  1195. # [10:59] * Quits: jviereck (Adium@moz-ihn58j.97ug.g469.067c.2001.IP) (Quit: Leaving.)
  1196. # [11:00] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  1197. # [11:00] * Joins: edmorley (uid27002@moz-nfn30r.uxbridge.irccloud.com)
  1198. # [11:03] * Joins: logbot (logbot@moz-4j4idd.glob.com.au)
  1199. # [11:03] * Quits: tomer (tomer@moz-to490c.012.net.il) (Ping timeout: 121 seconds)
  1200. # [11:05] * Quits: elin (elin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1201. # [11:05] * Quits: marco (marco@moz-nj7sc9.retail.telecomitalia.it) (A TLS packet with unexpected length was received.)
  1202. # [11:05] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
  1203. # [11:05] * Quits: jw_wang (jw_wang@moz-2hf62a.HINET-IP.hinet.net) (Quit: 暫離)
  1204. # [11:05] * Joins: marco (marco@moz-nj7sc9.retail.telecomitalia.it)
  1205. # [11:07] * bobowen is now known as bobowen|afk
  1206. # [11:09] * Ms2ger is now known as Ms2ger|sheriffduty
  1207. # [11:10] * mattwoodrow is now known as mattwoodrow|away
  1208. # [11:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/88d447a05ed4 - Simon Montagu - Bug 1063471: finish off converting nsBlockReflowContext to logical coordinates (comment-only change), r=jfkthame
  1209. # [11:11] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  1210. # [11:13] * Ms2ger|sheriffduty is now known as Ms2ger
  1211. # [11:14] * Quits: njn_ (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  1212. # [11:15] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
  1213. # [11:16] * Quits: johnhu (hchu@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1214. # [11:20] * bobowen|afk is now known as bobowen
  1215. # [11:23] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (Connection closed)
  1216. # [11:23] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
  1217. # [11:25] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
  1218. # [11:25] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Connection closed)
  1219. # [11:25] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
  1220. # [11:26] * julienw is now known as julienw_afk
  1221. # [11:27] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1222. # [11:27] <Tomcat|sheriffduty> glandium: ping
  1223. # [11:27] <Tomcat|sheriffduty> glandium: do you know if we did recently a clang change ?
  1224. # [11:28] * Joins: m_gol (m_gol@moz-eru58u.static.chello.pl)
  1225. # [11:28] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (A TLS packet with unexpected length was received.)
  1226. # [11:29] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
  1227. # [11:29] * Quits: timdream (timdream@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1228. # [11:29] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  1229. # [11:29] * Joins: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net)
  1230. # [11:30] * Joins: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net)
  1231. # [11:30] * Quits: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net) (Quit: Goodbye)
  1232. # [11:31] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (Connection closed)
  1233. # [11:31] * Joins: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de)
  1234. # [11:31] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
  1235. # [11:32] * Joins: givanica (Thunderbird@moz-g4j.rug.121.86.IP)
  1236. # [11:33] * baku|away is now known as baku
  1237. # [11:33] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Quit: Leaving)
  1238. # [11:34] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
  1239. # [11:35] * Joins: alexbard_ (alexbardas@moz-99sui5.BN.idilis.net)
  1240. # [11:37] * Quits: alexbardas (alexbardas@moz-2hbsfi.BR.idilis.net) (Ping timeout: 121 seconds)
  1241. # [11:37] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Connection closed)
  1242. # [11:38] * Quits: Morris (Morris@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  1243. # [11:41] * Joins: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP)
  1244. # [11:42] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (A TLS packet with unexpected length was received.)
  1245. # [11:43] * Joins: rbarnes (rbarnes@moz-c66.h4o.118.94.IP)
  1246. # [11:45] * Joins: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr)
  1247. # [11:46] * Quits: rbarnes (rbarnes@moz-c66.h4o.118.94.IP) (A TLS packet with unexpected length was received.)
  1248. # [11:46] * Joins: royalharsh95_ (royalharsh9@moz-f5u.apj.211.117.IP)
  1249. # [11:47] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Ping timeout: 121 seconds)
  1250. # [11:47] * royalharsh95_ is now known as royalharsh95
  1251. # [11:47] * whimboo|afk is now known as whimboo
  1252. # [11:48] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  1253. # [11:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/28fe6535d5fb - Sebastian Hengst - Bug 1118226 - Allow to add number to string for removing selected cookies to improve localizability. r=dao
  1254. # [11:49] * Quits: matt-r (mattr@moz-a4f.7e4.194.74.IP) (Ping timeout: 121 seconds)
  1255. # [11:50] * Quits: marco (marco@moz-nj7sc9.retail.telecomitalia.it) (Client exited)
  1256. # [11:51] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1257. # [11:52] * Quits: KuoE0 (KuoE0@moz-aj9ejj.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1258. # [11:52] * Quits: wesley_huang (wesley_huan@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1259. # [11:52] * Joins: KuoE0 (KuoE0@moz-2hf62a.HINET-IP.hinet.net)
  1260. # [11:52] * Quits: evanxd (Adium@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving.)
  1261. # [11:52] * Quits: KuoE0 (KuoE0@moz-2hf62a.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1262. # [11:56] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
  1263. # [11:56] * Quits: kgrandon1 (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  1264. # [11:57] * Joins: paolo (paolo@moz-74a.0nt.218.207.IP)
  1265. # [11:58] * Quits: TYLin (TYLin@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1266. # [11:58] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  1267. # [12:02] * Joins: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
  1268. # [12:02] * Joins: koderok (koderok@moz-rbg180.static.wiline.com)
  1269. # [12:03] * Quits: StevenLee (Adium@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving.)
  1270. # [12:03] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1271. # [12:04] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
  1272. # [12:04] * Joins: Rik_ (rik@moz-6v5.3nd.202.89.IP)
  1273. # [12:06] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  1274. # [12:06] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1275. # [12:06] <darktrojan> Unfocused, has unzipping large .xpis at startup ever been a performance issue?
  1276. # [12:07] * mdoglio|afk is now known as mdoglio
  1277. # [12:07] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
  1278. # [12:08] * Joins: twi (Adium@moz-7826p4.aapt.com.au)
  1279. # [12:08] * Teodor_Druta|Duty is now known as Teodor_Druta|Duty||QuickLunch
  1280. # [12:09] <Unfocused> darktrojan: not one we've concentrated on, but it could be. iirc, we stage add-ons that should be unpacked as the xpi
  1281. # [12:09] <Tomcat|sheriffduty> Unfocused: ping :)
  1282. # [12:09] <darktrojan> I meant add-ons that don't get unpacked
  1283. # [12:10] * Tomcat|sheriffduty raises shields :)
  1284. # [12:10] * Joins: royalharsh95_ (royalharsh9@moz-bio.20q.71.182.IP)
  1285. # [12:10] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Ping timeout: 121 seconds)
  1286. # [12:10] <Unfocused> Tomcat|sheriffduty: ugh, really? would you mind backing out for me? i was just heading to bed
  1287. # [12:10] * royalharsh95_ is now known as royalharsh95
  1288. # [12:10] <Tomcat|sheriffduty> Unfocused: yeah need to backout something else too for checkin-neeeded bustage
  1289. # [12:11] * Quits: Edgar (Thunderbird@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1290. # [12:12] <Unfocused> darktrojan: ah, then it depends on the add-on - if it explicitly needs to load large files. but otherwise, reading the archive index is fast - so just accessing small stuff in a large xpi is fast
  1291. # [12:12] <darktrojan> nice
  1292. # [12:12] <darktrojan> Fallen, ^
  1293. # [12:13] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Connection closed)
  1294. # [12:13] <Unfocused> ok, bed. email me if need be
  1295. # [12:13] * Unfocused wanders off to collapse
  1296. # [12:14] <Unfocused> Tomcat|sheriffduty: and thanks :)
  1297. # [12:14] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
  1298. # [12:14] * killer sets mode: +o smaug
  1299. # [12:14] <Tomcat|sheriffduty> np good night Unfocused
  1300. # [12:14] * Quits: stransky (stransky@moz-16g.ma8.175.213.IP) (Quit: Connection reset by beer)
  1301. # [12:14] <Fallen> Unfocused: we were just wondering this for Lightning. Once we get rid of all the binary code, I think our xpi size will be about 4mb on linux. Most of the files are fairly small, but of course we add a lot of UI to Thunderbird.
  1302. # [12:14] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
  1303. # [12:14] <Fallen> ah ok, go to sleep first :-)
  1304. # [12:14] * mgerva is now known as mgerva|lunch
  1305. # [12:14] <Unfocused> 4mb is tiny ;) go look at the b2g simulator add-ons
  1306. # [12:14] * Unfocused really gone now
  1307. # [12:14] <Fallen> I assumed they are unpacked
  1308. # [12:15] <Unfocused> oh, yea, indeed
  1309. # [12:15] * Unfocused tired
  1310. # [12:15] * Unfocused gone
  1311. # [12:15] * Quits: stormi (samuel@moz-t5b.q89.218.46.IP) (Connection closed)
  1312. # [12:16] * Joins: stormi (samuel@moz-t5b.q89.218.46.IP)
  1313. # [12:16] * Joins: marco (marco@moz-nj7sc9.retail.telecomitalia.it)
  1314. # [12:16] * Parts: marco (marco@moz-nj7sc9.retail.telecomitalia.it) ("")
  1315. # [12:16] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  1316. # [12:17] * Quits: shelly (shelly@moz-aj9ejj.HINET-IP.hinet.net) (Quit: Leaving)
  1317. # [12:17] * Joins: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net)
  1318. # [12:17] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
  1319. # [12:17] * Joins: vicamo (vicamo@moz-4n4f3p.dynamic.hinet.net)
  1320. # [12:18] * Quits: vicamo (vicamo@moz-4n4f3p.dynamic.hinet.net) (Client exited)
  1321. # [12:18] * Quits: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net) (Connection closed)
  1322. # [12:18] * Joins: rbarnes (rbarnes@moz-6dc.m77.116.94.IP)
  1323. # [12:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c8cc5b44f898 - Carsten "Tomcat" Book - Backed out changeset c5feceed953a (bug 1094567)
  1324. # [12:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c30152d311b3 - Carsten "Tomcat" Book - Backed out changeset 321dfaa82c02 (bug 932179)
  1325. # [12:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/55c8ea909ca3 - Carsten "Tomcat" Book - Backed out changeset 52db8d5bfea6 (bug 932179)
  1326. # [12:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8835adc33cb4 - Carsten "Tomcat" Book - Backed out changeset 648fe3c2fd57 (bug 932179) for m-oth bustage on a CLOSED TREE
  1327. # [12:19] * Joins: KaiRo (robert@moz-4f2m1k.highway.telekom.at)
  1328. # [12:22] * Joins: JesperHansen (JesperHanse@moz-mk7.t6s.144.91.IP)
  1329. # [12:24] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Ping timeout: 121 seconds)
  1330. # [12:25] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
  1331. # [12:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fcc3840252df - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1332. # [12:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2d1dce375413 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1333. # [12:28] * Teodor_Druta|Duty||QuickLunch is now known as Teodor_Druta|Duty
  1334. # [12:30] <Yoric> Can someone remind me how I do a shallow clone with hg?
  1335. # [12:30] * Joins: secretrobotron (secretrobot@moz-ifuepr.dsl.teksavvy.com)
  1336. # [12:30] * Quits: koderok (koderok@moz-rbg180.static.wiline.com) (Client exited)
  1337. # [12:30] <darktrojan> you don't AFAIK
  1338. # [12:30] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  1339. # [12:30] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
  1340. # [12:30] <darktrojan> unless that finally became a thing
  1341. # [12:30] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  1342. # [12:31] <Yoric> gps did a presentation at Mozlandia and explained how to do it.
  1343. # [12:31] <Yoric> I just don't remember how.
  1344. # [12:31] <Yoric> Well, maybe "shallow clone" is not the right term.
  1345. # [12:31] * Joins: Sushant94 (Sushant@moz-v9m.st2.202.116.IP)
  1346. # [12:31] <darktrojan> you could clone a bundle and then update it
  1347. # [12:32] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
  1348. # [12:32] <Yoric> Well, I guess I'll just do a regular clone.
  1349. # [12:32] <Yoric> pnkfelix: Hey, Happy New Year.
  1350. # [12:34] * Parts: opnchaudhary (Thunderbird@moz-uki.go5.164.122.IP)
  1351. # [12:36] * Joins: evanxd (Adium@moz-2n6hl9.EMOME-IP.hinet.net)
  1352. # [12:36] * Quits: evanxd (Adium@moz-2n6hl9.EMOME-IP.hinet.net) (Quit: Leaving.)
  1353. # [12:37] * AutomatedTester|AFK is now known as AutomatedTester
  1354. # [12:37] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  1355. # [12:37] * Quits: royalharsh95 (royalharsh9@moz-bio.20q.71.182.IP) (Ping timeout: 121 seconds)
  1356. # [12:37] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Connection closed)
  1357. # [12:37] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  1358. # [12:37] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
  1359. # [12:38] * sewardj_ is now known as sewardj
  1360. # [12:38] * Quits: boris (boris@moz-3qu405.dynamic.hinet.net) (Client exited)
  1361. # [12:39] * Joins: Morris (Morris@moz-vkv.ui4.34.1.IP)
  1362. # [12:39] * Quits: jkitch (Thunderbird@moz-na1vjt.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
  1363. # [12:41] * Joins: royalharsh95 (royalharsh9@moz-1t4.8sr.225.220.IP)
  1364. # [12:41] * mgerva|lunch is now known as mgerva
  1365. # [12:41] * Quits: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP) (Client exited)
  1366. # [12:42] * Joins: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP)
  1367. # [12:42] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
  1368. # [12:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8e3634d629d9 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1369. # [12:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/169ee47e50b6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1370. # [12:43] * Joins: royalharsh95_ (royalharsh9@moz-bio.20q.71.182.IP)
  1371. # [12:43] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
  1372. # [12:44] * Quits: rbarnes (rbarnes@moz-6dc.m77.116.94.IP) (Connection closed)
  1373. # [12:44] * Joins: rbarnes (rbarnes@moz-6dc.m77.116.94.IP)
  1374. # [12:45] * Quits: royalharsh95 (royalharsh9@moz-1t4.8sr.225.220.IP) (Ping timeout: 121 seconds)
  1375. # [12:45] * royalharsh95_ is now known as royalharsh95
  1376. # [12:45] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Ping timeout: 121 seconds)
  1377. # [12:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b45b11002922 - Jon Coppeard - Bug 1077354 - Allow CTypes to pass DataView argumets as pointers r=terrence
  1378. # [12:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e6ac6c211626 - David Rajchenbach-Teller - Bug 1077354 - Extending PromiseWorker to simplify transfering values r=froydnj
  1379. # [12:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b777166f71b0 - Jon Coppeard - Bug 1077354 - Transfer buffers to OS.File methods rather than passing a pointer r=froydnj
  1380. # [12:47] * Quits: Rik_ (rik@moz-6v5.3nd.202.89.IP) (Connection closed)
  1381. # [12:48] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
  1382. # [12:48] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1383. # [12:51] * Joins: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP)
  1384. # [12:52] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
  1385. # [12:53] * Quits: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP) (Ping timeout: 121 seconds)
  1386. # [12:55] * Quits: royalharsh95 (royalharsh9@moz-bio.20q.71.182.IP) (Ping timeout: 121 seconds)
  1387. # [12:58] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
  1388. # [12:59] * Quits: johnhu (hchu@moz-aj9ejj.HINET-IP.hinet.net) (Client exited)
  1389. # [12:59] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
  1390. # [13:00] * Quits: darktrojan (geoff@moz-rdppp8.dsl.telstraclear.net) (Client exited)
  1391. # [13:03] * Quits: kamidphi_ (dglastonbur@moz-ouggk0.tpgi.com.au) (Ping timeout: 121 seconds)
  1392. # [13:05] * darkowlzz|afk is now known as darkowlzz
  1393. # [13:07] * Joins: KuoE0 (KuoE0@moz-1fabjf.HINET-IP.hinet.net)
  1394. # [13:09] * Joins: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP)
  1395. # [13:09] * darkowlzz is now known as darkowlzz|afk
  1396. # [13:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/31d75a25ab90 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1397. # [13:11] * Quits: RealRaven1 (Thunderbird@moz-8uv.i9s.129.212.IP) (Ping timeout: 121 seconds)
  1398. # [13:13] * Joins: gcp (gcp@moz-s6tgar.beqe.9i1r.1812.2a02.IP)
  1399. # [13:14] * AutomatedTester is now known as AutomatedTester|AFK
  1400. # [13:14] * Joins: mukilan_ (mukilan@moz-scq.rd0.164.122.IP)
  1401. # [13:14] * Quits: mukilan (mukilan@moz-bej.lvk.164.122.IP) (Ping timeout: 121 seconds)
  1402. # [13:17] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  1403. # [13:17] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
  1404. # [13:17] * Joins: gustavold (gustavold@moz-ceo.s4j.172.191.IP)
  1405. # [13:19] * Quits: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP) (Ping timeout: 121 seconds)
  1406. # [13:20] * Quits: rbarnes (rbarnes@moz-6dc.m77.116.94.IP) (A TLS packet with unexpected length was received.)
  1407. # [13:20] * Joins: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net)
  1408. # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/68d2b24c9351 - Xidorn Quan - Bug 1055658 part 1 - Move code for applying relative position to an independent method. r=dbaron
  1409. # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f4e02295ff1f - Xidorn Quan - Bug 1055658 part 2 - Add relative positioning support for ruby annotations. r=dbaron
  1410. # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9371c6f11873 - Xidorn Quan - Bug 1055658 part 3 - Add reftests for ruby annotation relative positioning. r=dbaron
  1411. # [13:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ee5068037f2 - Xidorn Quan - Bug 1055658 part 4 - Revert RubyReflowState. r=dbaron
  1412. # [13:24] * Joins: Dagger (dagger@moz-5el3lt.7bea.10r6.0470.2001.IP)
  1413. # [13:25] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
  1414. # [13:27] * Quits: Mano (Mano@moz-kji1k1.dynamic.barak-online.net) (Connection closed)
  1415. # [13:28] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  1416. # [13:28] * Quits: njn (chatzilla@moz-33a4k1.iinet.net.au) (Quit: ChatZilla 0.9.91.1 [Firefox 35.0/20141229214612])
  1417. # [13:29] <mikeratcliffe> Just been pulling my hair out trying to add a simple event (mozscrolledintoview) to fix a bunch of oranges in our devtools tests.
  1418. # [13:29] <mikeratcliffe> Who am I best bugging if I need a simple event added quickly?
  1419. # [13:30] * Joins: rbarnes (rbarnes@moz-qko.241.117.94.IP)
  1420. # [13:30] * Joins: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com)
  1421. # [13:32] <mikeratcliffe> Come on, you know you want to do it ;)
  1422. # [13:32] <glandium> Tomcat|sheriffduty: not that I'm aware of, why?
  1423. # [13:33] * Quits: mukilan_ (mukilan@moz-scq.rd0.164.122.IP) (Ping timeout: 121 seconds)
  1424. # [13:34] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
  1425. # [13:34] * Quits: jrmuizel (jrmuizel@moz-3tbdip.cpe.teksavvy.com) (Ping timeout: 121 seconds)
  1426. # [13:35] * Joins: mukilan (mukilan@moz-10t.4o5.164.122.IP)
  1427. # [13:37] <Tomcat|sheriffduty> oh we had a problem with builds
  1428. # [13:38] <nemo> is that why my nightly keeps crashing?
  1429. # [13:39] <Tomcat|sheriffduty> glandium: see https://bugzilla.mozilla.org/show_bug.cgi?id=1119187
  1430. # [13:39] <nemo> can't even delete a profile using profile manager
  1431. # [13:39] * Joins: stransky (stransky@moz-16g.ma8.175.213.IP)
  1432. # [13:39] <nemo> ah. unrelated
  1433. # [13:39] <Tomcat|sheriffduty> yeah
  1434. # [13:39] <Tomcat|sheriffduty> glandium: a forced clobber fixed this so far but i guess this was more slave related
  1435. # [13:40] <Tomcat|sheriffduty> since not all builds were failing
  1436. # [13:40] * Quits: mahdi (mahdi@moz-dm8.o61.244.151.IP) (Connection closed)
  1437. # [13:42] * Quits: rbarnes (rbarnes@moz-qko.241.117.94.IP) (A TLS packet with unexpected length was received.)
  1438. # [13:42] <nemo> hm... https://crash-stats.mozilla.com/report/index/4ef9c922-eb9c-4cee-af81-4f75d2150108
  1439. # [13:42] <nemo> weird that it is only crashing after updating nightly tho :-/
  1440. # [13:42] <nemo> 'cause looks more like my sucky graphics driver
  1441. # [13:42] <glandium> Tomcat|sheriffduty: that happens occasionally. i guess it's a ccache bug
  1442. # [13:43] * darkowlzz|afk is now known as darkowlzz
  1443. # [13:43] <glandium> Tomcat|sheriffduty: that seems a lot, though
  1444. # [13:43] * Joins: mahdi (mahdi@moz-dm8.o61.244.151.IP)
  1445. # [13:43] * Joins: rbarnes (rbarnes@moz-qko.241.117.94.IP)
  1446. # [13:43] <Tomcat|sheriffduty> glandium: yeah
  1447. # [13:44] <nemo> tried an old profile instead of a clean one. that one started, but w/ massive graphical glitches. basically unusable
  1448. # [13:44] <nemo> something changed recently for linux ☹
  1449. # [13:44] <nemo> welp... time to find a nightly that works
  1450. # [13:44] <Tomcat|sheriffduty> glandium: it started suddenly
  1451. # [13:44] <Tomcat|sheriffduty> and then went away
  1452. # [13:45] <@ted> mikeratcliffe: #content, or talk to smaug
  1453. # [13:45] * @smaug scrolls up
  1454. # [13:45] <@smaug> mikeratcliffe: what kind of event?
  1455. # [13:46] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
  1456. # [13:47] * darkowlzz is now known as darkowlzz|afk
  1457. # [13:47] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  1458. # [13:47] * xidorn is now known as xidorn|away
  1459. # [13:49] * Joins: Delta706 (xx@moz-fsv0br.dsl.as9105.com)
  1460. # [13:49] <Delta706> !seen glandium
  1461. # [13:49] <firebot> I've never seen a 'glandium', sorry.
  1462. # [13:49] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  1463. # [13:50] <@ted> glandium is right here
  1464. # [13:50] * Quits: ggp (ggp@moz-fmm.sq1.205.191.IP) (Ping timeout: 121 seconds)
  1465. # [13:50] * Joins: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP)
  1466. # [13:52] * Quits: rbarnes (rbarnes@moz-qko.241.117.94.IP) (A TLS packet with unexpected length was received.)
  1467. # [13:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e40c72c551bb - Jonathan Kew - Bug 1062108 - Don't increase glyph advances when applying fake-bold to a fixed-pitch font. r=jdaggett
  1468. # [13:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ae6481e38cd - Jonathan Kew - Bug 1062108 - Test that <space> and <x> have the same width in bold monospace font. r=jdaggett
  1469. # [13:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ed41c0827494 - Jonathan Kew - Bug 1062108 - Adjust existing tests that are affected by the fix to synthetic-bold glyph advance. r=jdaggett
  1470. # [13:53] * Joins: Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com)
  1471. # [13:53] * killer sets mode: +o Cwiiis
  1472. # [13:54] * Dexter is now known as Dexter|afk
  1473. # [13:55] * Joins: rbarnes (rbarnes@moz-qko.241.117.94.IP)
  1474. # [13:55] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (A TLS packet with unexpected length was received.)
  1475. # [13:55] * Joins: Rik (rik@moz-6v5.3nd.202.89.IP)
  1476. # [13:57] * Joins: jimm (jmathies@moz-met.a66.235.67.IP)
  1477. # [13:57] * Joins: Rik_ (rik@moz-71m.3nd.202.89.IP)
  1478. # [13:57] * Joins: Mano (Mano@moz-kji1k1.dynamic.barak-online.net)
  1479. # [13:57] * mwargers_afk is now known as mwargers
  1480. # [14:00] * Quits: Rik (rik@moz-6v5.3nd.202.89.IP) (Ping timeout: 121 seconds)
  1481. # [14:00] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
  1482. # [14:02] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1483. # [14:02] * Joins: Pike (chatzilla@moz-7fuldt.pool.mediaWays.net)
  1484. # [14:03] * mdoglio is now known as mdoglio|lunch
  1485. # [14:03] <nemo> yay. nightly from the 6th works-and-doesn't-crash
  1486. # [14:03] <nemo> also appears to have proper theme colours instead of a flat white
  1487. # [14:03] * Quits: rbarnes (rbarnes@moz-qko.241.117.94.IP) (A TLS packet with unexpected length was received.)
  1488. # [14:04] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  1489. # [14:05] * Joins: RealRaven1 (Thunderbird@moz-8h8.vu1.125.109.IP)
  1490. # [14:07] * Joins: rbarnes (rbarnes@moz-qko.241.117.94.IP)
  1491. # [14:07] * Quits: RealRaven (Thunderbird@moz-8uv.i9s.129.212.IP) (Ping timeout: 121 seconds)
  1492. # [14:07] * Joins: ggp (ggp@moz-f2q.s5h.205.191.IP)
  1493. # [14:07] * Quits: rbarnes (rbarnes@moz-qko.241.117.94.IP) (A TLS packet with unexpected length was received.)
  1494. # [14:08] * Joins: till (till@moz-g6pi42.adsl.alicedsl.de)
  1495. # [14:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1496. # [14:09] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  1497. # [14:10] * mgerva is now known as mgerva|afk
  1498. # [14:11] * Joins: jdm (jdm@moz-d78e4i.dsl.bell.ca)
  1499. # [14:14] * Quits: Delta706 (xx@moz-fsv0br.dsl.as9105.com) (Quit: and how is your war going)
  1500. # [14:16] * darkowlzz|afk is now known as darkowlzz
  1501. # [14:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=2880e05d5e32 - 68 changesets
  1502. # [14:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6bc469b6443d - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1503. # [14:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/04c0bfcb04d5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1504. # [14:19] * Quits: tzimmermann (tzimmermann@moz-sj95dp.pools.vodafone-ip.de) (Ping timeout: 121 seconds)
  1505. # [14:19] * jmaher|afk is now known as jmaher
  1506. # [14:22] * Joins: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net)
  1507. # [14:22] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
  1508. # [14:23] * Dexter|afk is now known as Dexter
  1509. # [14:23] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
  1510. # [14:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cd908a8fb224 - David Carter - Bug 986970 - Fix for padding alignment issue for bookmarks label in customize->additional tools and features on OS X, r=gijs
  1511. # [14:24] * heftig is now known as heftig_
  1512. # [14:24] * heftig_ is now known as heftig
  1513. # [14:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b43ac7b3918b - Ryan VanderMeulen - Bug 934984 - Disable the /GL flag when compiling libvpx asm files to avoid MSVC bustage. r=ted
  1514. # [14:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b60d1a95bfa3 - Ted Mielczarek - bug 1117900 - Explicitly require Update 3 for MSVC 2013. r=glandium
  1515. # [14:25] <nemo> ugh. why does about:buildconfig not give me a date and m-c hash ? :(
  1516. # [14:25] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  1517. # [14:25] <nemo> about:support doesn't seem to have the nightly build date either. wth
  1518. # [14:27] <@smaug> nemo: built from isn't enough?
  1519. # [14:27] <@smaug> oh, the date thing is annoying
  1520. # [14:27] <nemo> smaug: where are you seeing that?
  1521. # [14:27] <nemo> smaug: I can't find anything anywhere that identifies this build
  1522. # [14:27] <@ted> nemo: about:buildconfig should have a changeset
  1523. # [14:28] <@ted> "Built from https://hg.mozilla.org/mozilla-central/rev/33781a3a5201"
  1524. # [14:28] <nemo> ted: yeah. it should
  1525. # [14:28] <nemo> that's what I'm not finding anymore ☹
  1526. # [14:28] <@ted> odd
  1527. # [14:28] <@ted> what build are you using?
  1528. # [14:28] <nemo> 0439e8c5005e00f89f650271264e48fa firefox-37.0a1.en-US.debug-linux-x86_64.tar.bz2
  1529. # [14:28] <@smaug> local build or something?
  1530. # [14:28] <@ted> err
  1531. # [14:28] <nemo> grabbed it from ftp.mozilla.org
  1532. # [14:28] <@smaug> ah
  1533. # [14:28] <nemo> for 2015-01-06
  1534. # [14:28] <nemo> m-c debug
  1535. # [14:28] <@ted> hm, maybe that's busted for non-nightly builds or something
  1536. # [14:29] <nemo> but... that should be a nightly?
  1537. # [14:29] * darkowlzz is now known as darkowlzz|afk
  1538. # [14:29] <@ted> well, ish
  1539. # [14:29] <nemo> I initially grabbed one of those 'cause nightlies weren't updating either
  1540. # [14:29] <@ted> those debug builds don't get updates
  1541. # [14:30] <nemo> but I'm now trying to track down the fact that latest downloaded actual-factual-nightly just crashes or does graphics corruption for me
  1542. # [14:30] <nemo> this build at least works
  1543. # [14:30] * Joins: Enn (enn@moz-sm6kai.ckpj.s0pt.0450.2001.IP)
  1544. # [14:30] <@ted> they're just provided as a convenience
  1545. # [14:30] <@ted> but yeah
  1546. # [14:30] <nemo> ted: ah. that's new. they used to do updates
  1547. # [14:30] <@ted> um, i don't think they ever did
  1548. # [14:30] <nemo> had to explicitly disable it to avoid it
  1549. # [14:30] * Joins: babhishek21 (Mibbit@moz-123.sq8.178.59.IP)
  1550. # [14:30] <@ted> well, not to newer debug builds anyway
  1551. # [14:30] <babhishek21> hello
  1552. # [14:30] <@ted> nemo: so you have a good build and a bad build?
  1553. # [14:30] <nemo> ted: eh. I had a profile specifically for tracking down probs, otherwise dang builds off of ftp.mozilla.org would autoupdate away from the date I'd fetched
  1554. # [14:30] <nemo> ted: well. there are several problems now ☺
  1555. # [14:30] <@ted> nemo: you can use mozregression to find a regression range: http://mozilla.github.io/mozregression/
  1556. # [14:31] <nemo> ted: and... to do good build, bad build, I normally use about:buildconfig which appears to be busted ☹
  1557. # [14:31] <nemo> ted: I'm preeeeetty sure the 6th is good and the 8th is bad
  1558. # [14:31] <nemo> so doing a regression range doesn't seem that necessary if I could just get these builds to give me useful info
  1559. # [14:31] <@ted> interesting
  1560. # [14:32] <@ted> nemo: application.ini (next to the binary) should also have that info
  1561. # [14:32] <babhishek21> may i ask a quick question?
  1562. # [14:32] <@ted> although if it's missing from about:buildconfig it could be missing from there too...
  1563. # [14:32] <nemo> https://bugzilla.mozilla.org/show_bug.cgi?id=1113735 is the bug I'm still experiencing as of the 6th
  1564. # [14:32] <@ted> nemo: there should also be a .txt and .json file next to the archive where you downloaded it with that info
  1565. # [14:32] <@ted> babhishek21: of course
  1566. # [14:32] * Quits: Edgar (Thunderbird@moz-mp9sal.dynamic.hinet.net) (Client exited)
  1567. # [14:32] * Joins: tzimmermann (tzimmermann@moz-sj95dp.pools.vodafone-ip.de)
  1568. # [14:32] * Joins: shaurya (Mibbit@moz-v7r.m86.139.14.IP)
  1569. # [14:33] <babhishek21> ok so I have a working copy of mozilla-central in my Windows environment
  1570. # [14:33] <babhishek21> Can I simply copy the working directory and the hg config files to my Linux environment?
  1571. # [14:34] <babhishek21> from what I see, the repo isn't platform dependent
  1572. # [14:35] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  1573. # [14:35] * Quits: shaurya (Mibbit@moz-v7r.m86.139.14.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1574. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/88c4d076e3db - Mark Banner - Bug 1117863 - Correct Loop's language fallback to use all of accept languages properly. r=mikedeboer
  1575. # [14:37] * Quits: tzimmermann (tzimmermann@moz-sj95dp.pools.vodafone-ip.de) (Ping timeout: 121 seconds)
  1576. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c6b66f227225 - Wes Kocher - Merge m-c to fx-team a=merge
  1577. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/cce47fbfe2fc - Margaret Leibovic - Bug 1118835 - Add back pref to show title in urlbar. r=mfinkle
  1578. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/6c10a8ad2e7b - Margaret Leibovic - Bug 1118835 - Add back (and update) testTitleBar. r=mfinkle
  1579. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/4b1ab47fec93 - Margaret Leibovic - backout 227dc63febd9 because of bug 1118835
  1580. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/2c7833c612e0 - Nick Alexander - Bug 1119051 - Advance session when meta/fxa_credentials is definitely stale. r=rnewman
  1581. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/a405fef5be03 - Mark Hammond - Bug 1119078 - only pre-fetch the sync migration sentinel if using a legacy identity. r=rnewman
  1582. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/66b114f7c038 - Mark Finkle - Bug 937253 - Remove old unused WebApp code paths r=wesj
  1583. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/5419d08cbe98 - Mark Finkle - Bug 937253 - Make pinned tabs work for Homescreen shortcuts r=bnicholson
  1584. # [14:37] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/f90dccb788ed - Carsten "Tomcat" Book - merge fx-team to mozilla-central a=merge
  1585. # [14:37] * Quits: cornel_ionce (Mibbit@moz-662.esi.231.62.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1586. # [14:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/30e4856f503e - Ryan VanderMeulen - Bug 1056337 - Touch CLOBBER.
  1587. # [14:39] * Quits: gustavold (gustavold@moz-ceo.s4j.172.191.IP) (Quit: Leaving.)
  1588. # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ffab1d2bd4ce - Paul Adenot - Bug 1106649 - Use band-limited wave tables to implement basic waveforms. r=karlt
  1589. # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/894be64b069b - Paul Adenot - Bug 997870 - Optimize OscillatorNodeEngine::ComputeCustom a little. r=karlt
  1590. # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/186c02fdb221 - Paul Adenot - Bug 916285 - Make OscillatorNode handle negative frequencies. r=karlt
  1591. # [14:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b8d51d20fd97 - Paul Adenot - Bug 916285 - Fix bustage on windows.
  1592. # [14:43] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Connection closed)
  1593. # [14:44] * Quits: @smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi) (Ping timeout: 121 seconds)
  1594. # [14:44] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  1595. # [14:45] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  1596. # [14:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/639cceebc33d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1597. # [14:46] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  1598. # [14:46] * Joins: nj (nj@moz-l09.4ec.78.106.IP)
  1599. # [14:48] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  1600. # [14:48] <babhishek21> part /
  1601. # [14:48] * Parts: babhishek21 (Mibbit@moz-123.sq8.178.59.IP)
  1602. # [14:50] * Joins: evanxd (Adium@moz-94s5hl.dynamic.hinet.net)
  1603. # [14:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=fae7478f55e5 - 12 changesets
  1604. # [14:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/238eeecce596 - Ehsan Akhgari - Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
  1605. # [14:51] <nemo> ted: ah. thanks.
  1606. # [14:51] <nemo> ted: hope they fix this at some point ☹
  1607. # [14:52] * Quits: evanxd (Adium@moz-94s5hl.dynamic.hinet.net) (Quit: Leaving.)
  1608. # [14:52] <@ted> and by "they" you mean "someone in this channel" ;-)
  1609. # [14:53] * Joins: gbs (gbs@moz-ni2.dnr.22.187.IP)
  1610. # [14:53] * mdoglio|lunch is now known as mdoglio
  1611. # [14:54] * Quits: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com) (Ping timeout: 121 seconds)
  1612. # [14:55] * Joins: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com)
  1613. # [14:55] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  1614. # [14:56] * darkowlzz|afk is now known as darkowlzz
  1615. # [14:58] * Quits: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP) (Quit: Leaving.)
  1616. # [14:58] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  1617. # [15:00] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (A TLS packet with unexpected length was received.)
  1618. # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/470bc082ec71 - Chris Manchester - Bug 755036 - Re-use the execution sandbox in marionette's executeScript and executeAsyncScript in chrome scope when requested. r=jgriffin
  1619. # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0e842f11691f - Cykesiopka - Bug 989485 - Split test_cert_eku.js into multiple files to avoid time outs. r=keeler
  1620. # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0257f42048f3 - pchang - Bug 1111433 - Dispatch the SelectionStateChanged event for blur. r=ehsan
  1621. # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/40f4f285ea0c - pchang - Bug 1111433 - Add mochitest to verify SelectionStateChanged with blur state. r=ehsan
  1622. # [15:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e8a928acfdab - Romain Gauthier - Bug 1113613: Show the telefonica logo only on first use. r=NiKo`
  1623. # [15:02] * Joins: kapy (kapy@moz-t6j.jl9.68.182.IP)
  1624. # [15:02] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1625. # [15:03] * Quits: Jerry_Mac (hshih@moz-2hf62a.HINET-IP.hinet.net) (Quit: Leaving)
  1626. # [15:03] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
  1627. # [15:03] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1628. # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/384695747028 - James Graham - Bug 1119174 - Update web-platform-tests to revision a84b794c43954b4465eb9b967cc934875952fc40, a=testonly
  1629. # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/08c680b949e2 - James Graham - Bug 1119174 - Update web-platform-tests expected data, a=testonly
  1630. # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6df68f940c1a - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1631. # [15:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9f8e5c9b7963 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1632. # [15:04] <nemo> ted: so. one odd thing...
  1633. # [15:04] * Quits: ggp (ggp@moz-f2q.s5h.205.191.IP) (Ping timeout: 121 seconds)
  1634. # [15:04] * Quits: till (till@moz-g6pi42.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  1635. # [15:04] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1636. # [15:04] <nemo> ted: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2015/01/2015-01-05-mozilla-central-debug/firefox-37.0a1.en-US.debug-linux-x86_64.txt no build hash
  1637. # [15:04] <nemo> ted: but...
  1638. # [15:04] * coop|afk is now known as coop|buildduty
  1639. # [15:05] <nemo> ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2015/01/2015-01-06-03-02-01-mozilla-central/firefox-37.0a1.en-US.linux-x86_64.txt hash
  1640. # [15:05] <nemo> ted: soooo maybe this was a temporary thing and I actually downloaded the 5th
  1641. # [15:05] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  1642. # [15:05] <nemo> welp. let's try the 7th
  1643. # [15:05] <nemo> maybe someone did that build manually or something ☺
  1644. # [15:05] * Joins: ZER0 (ZER0@moz-b8b.7l4.18.62.IP)
  1645. # [15:06] * Quits: ZER0 (ZER0@moz-b8b.7l4.18.62.IP) (Quit: Leaving)
  1646. # [15:06] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
  1647. # [15:06] <@ted> nemo: one of those is debug and one not
  1648. # [15:07] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
  1649. # [15:08] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=d480b3542cc2 - 22 changesets
  1650. # [15:09] * Quits: nj (nj@moz-l09.4ec.78.106.IP) (Quit: WeeChat 1.0.1)
  1651. # [15:10] <nemo> ted: oh...
  1652. # [15:10] <nemo> ted: couldn't find any other build for the 5th
  1653. # [15:11] <nemo> also didn't seem to me debug vs not should matter for this. in general debug being a good thing
  1654. # [15:11] <nemo> but, eh, whatev
  1655. # [15:11] * Joins: ggp (ggp@moz-f2q.s5h.205.191.IP)
  1656. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/470845ebf534 - Mandar Gokhale - Bug 948892 - Move inline scripts and styles into separate file (about:). r=margaret
  1657. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/66ec04bc10eb - Paul Rouget - Bug 1067145 - Make responsive design e10s-ready. r=ochameau
  1658. # [15:11] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  1659. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0f6c7aaaee35 - Alexandre Poirot - Bug 1098391 - Best effort to load debugger server dependencies lazily. r=jryans
  1660. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d68aaa3f8e5c - James Long - Bug 1111058 - Clean up initialization of source actors and sourcemaps to handle race conditions and invalid sourcemaps better. r=fitzgen
  1661. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/083244e15674 - Nick Fitzgerald - Bug 1114962 - Update the in-tree copies of acorn and pretty-fast. r=past
  1662. # [15:11] <@ted> nemo: well, they're not the same
  1663. # [15:11] <@ted> is all
  1664. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3d6070292804 - Garvan Keeley - Bug 1116810 - Part 1: Add to histogram json. r=rnewman
  1665. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/db1367a5cc7c - Garvan Keeley - Bug 1116810 - Part 2: Add files to stumbler mozbuild. r=vng
  1666. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6ba69cd7598b - Garvan Keeley - Bug 1116810 - Part 3: Stumbler java code for telemetry. r=vng
  1667. # [15:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b336e9272939 - Jordan Santell - Bug 1118071 - Update web-audio-automation-timeline library to fix setTargetAtTime only calculating once for web audio editor's getAutomationData. r=vp
  1668. # [15:13] * AutomatedTester|AFK is now known as AutomatedTester
  1669. # [15:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f09142ac24fc - ziyunfei - Bug 1117350 - Part 1: Rename "TypedArray" to "TypedObjectArray" for self-hosted methods of typed object arrays. r=till
  1670. # [15:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3b29b9cdedfc - ziyunfei - Bug 1117350 - Part 2: Implement %TypedArray%.prototype.{reduce, reduceRight}. r=evilpie
  1671. # [15:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a815d41474ac - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1672. # [15:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ffd5b05a5311 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1673. # [15:18] * lmandel_afk is now known as lmandel
  1674. # [15:18] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
  1675. # [15:19] * Joins: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net)
  1676. # [15:19] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1677. # [15:19] * h4writer is now known as h4writer|brb
  1678. # [15:20] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1679. # [15:20] * Quits: alexbard_ (alexbardas@moz-99sui5.BN.idilis.net) (Ping timeout: 121 seconds)
  1680. # [15:22] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1681. # [15:23] * Quits: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net) (Ping timeout: 121 seconds)
  1682. # [15:24] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1683. # [15:26] * h4writer|brb is now known as h4writer
  1684. # [15:27] * baku is now known as baku|away
  1685. # [15:28] * Quits: drosdeck (usuario@moz-lvr.cl1.75.201.IP) (Connection closed)
  1686. # [15:28] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1687. # [15:29] * baku|away is now known as baku
  1688. # [15:29] * Joins: emtwo (Adium@moz-hln3qd.fnjk.s0pt.0450.2001.IP)
  1689. # [15:30] * mgerva|afk is now known as mgerva
  1690. # [15:31] * Joins: rail (rail@moz-3a45s6.ckpj.s0pt.0450.2001.IP)
  1691. # [15:32] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.3.92.1)
  1692. # [15:33] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1693. # [15:33] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
  1694. # [15:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=79d541cf6db2 - 33 changesets
  1695. # [15:34] * Parts: rail (rail@moz-3a45s6.ckpj.s0pt.0450.2001.IP) ("Gone fishing?")
  1696. # [15:35] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  1697. # [15:36] * Joins: drosdeck (usuario@moz-lvr.cl1.75.201.IP)
  1698. # [15:39] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  1699. # [15:40] * Joins: davidb (davidb@moz-i5m.05u.207.66.IP)
  1700. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3352803d949b - Botond Ballo - Bug 1109873 - Add some explanatory comments to the APZC tree building code. r=kats
  1701. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e92ec65eb66b - Kartikaya Gupta - Bug 1109873 - Introduce the HitTestingTreeNode class. r=botond
  1702. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/83aa477d175b - Kartikaya Gupta - Bug 1109873 - Extract HitTestResult into a helper header. r=botond
  1703. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/aa2fa9528e52 - Kartikaya Gupta - Bug 1109873 - Move hit-testing data into HitTestingTreeNode. r=botond
  1704. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7d4c6b7bf0d5 - Kartikaya Gupta - Bug 1109873 - Rearrange some loops to duplicate less code. r=botond
  1705. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/160acaa4fc44 - Kartikaya Gupta - Bug 1109873 - Rename UpdatePanZoomControllerTree to UpdateHitTestingTree. r=botond
  1706. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6f5ff015b5e6 - Kartikaya Gupta - Bug 1109873 - Allow the APZC stored in the HitTestingTreeNode to be null. r=botond
  1707. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8c65c2ef9bf - Kartikaya Gupta - Bug 1109873 - Implement the expanded HitTestingTree. r=botond
  1708. # [15:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5d506eb6fd4c - Botond Ballo - Bug 1109873 - Gtest that demonstrates the problem with obscured regions and transforms. r=kats
  1709. # [15:41] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
  1710. # [15:43] * Joins: mayhemer (Miranda@moz-d8dttg.joqu.pdma.1028.2a00.IP)
  1711. # [15:44] * Joins: yzen (yzen@moz-i5m.05u.207.66.IP)
  1712. # [15:44] * Joins: AaronMT (AaronMT@moz-i5m.05u.207.66.IP)
  1713. # [15:44] * Quits: Morris (Morris@moz-vkv.ui4.34.1.IP) (Client exited)
  1714. # [15:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=f3059526fe91 - 80 changesets
  1715. # [15:45] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  1716. # [15:45] * Quits: mayhemer (Miranda@moz-d8dttg.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1717. # [15:48] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  1718. # [15:48] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1719. # [15:48] * Joins: mconley (mconley@moz-eje1lt.ckpj.s0pt.0450.2001.IP)
  1720. # [15:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5e0872c8c3d5 - Avi Halachmi - bug 1106122: Telemetry: Add FHR activeTicks value as simple measurement. r=vladan, r=gfritzsche
  1721. # [15:51] * Joins: tzimmermann (tzimmermann@moz-45vvq4.pools.vodafone-ip.de)
  1722. # [15:52] * Joins: tromey (tromey@moz-2d91tj.hlrn.qwest.net)
  1723. # [15:52] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
  1724. # [15:52] * kats|away is now known as kats
  1725. # [15:54] * zz_miketaylr is now known as miketaylr
  1726. # [15:55] <jcranmer|away> does anyone have a DVCS clone of the mozilla CVS tree, that includes branches/tags/etc. ?
  1727. # [15:55] * jcranmer|away is now known as jcranmer
  1728. # [15:57] * Joins: smaug (chatzilla@moz-7dv8tf.bb.dnainternet.fi)
  1729. # [15:57] * killer sets mode: +o smaug
  1730. # [15:57] <gcp> does the main git repo have all that?
  1731. # [15:57] <gcp> doesn't
  1732. # [15:58] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (Ping timeout: 121 seconds)
  1733. # [15:59] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
  1734. # [15:59] <froydnj> might have complete history, but not complete branches/tags/etc.
  1735. # [16:00] * Joins: alexbardas (alexbardas@moz-sd5vgf.BT.idilis.net)
  1736. # [16:02] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1737. # [16:03] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
  1738. # [16:03] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1739. # [16:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/50bd347938d5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1740. # [16:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4c25f8d29c32 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1741. # [16:04] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1742. # [16:04] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1743. # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/92b7a18d8a38 - Ehsan Akhgari - Bug 1108687 - Fix the MOZ_STACK_CLASS annotation on DecodersToInitialize. r=jyavenard, a=sledru
  1744. # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/bcba197a83d7 - Karl Tomlinson - Bug 1108846 - Notify MediaSourceDecoder of bytes downloaded to trigger progress events. r=kinetik, a=sledru
  1745. # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e2febcf7a586 - Matt Woodrow - Bug 1109431 - Apply TimestampsFuzzyEqual rounding to the buffered ranges returned from multiple decoders. r=ajones, a=sledru
  1746. # [16:05] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
  1747. # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/72f6dba74653 - Matt Woodrow - Bug 1108917 - Part 1: Attempt to evict data from decoders in start-time order. r=ajones, a=sledru
  1748. # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d64cfe41fa74 - Matt Woodrow - Bug 1108917 - Part 2: Allow eviction of entire decoders that are ahead of the current play position. r=ajones, a=sledru
  1749. # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/aeb375511a29 - Anthony Jones - Bug 1110595 - Fix MSE playback stalling. r=mattwoodrow, a=sledru
  1750. # [16:06] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f1ce42d25781 - Chris Pearce - Bug 1111387 - Nullcheck mTaskQueue in TrackBuffer::QueueInitializeDecoder, as we can shutdown in between dispatching and running the task that calls QueueInitializeDecoder. r=cajbir, a=sledru
  1751. # [16:06] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5a2808b6675b - Matt Woodrow - Bug 1112444 - Add a pref to force each appended MSE segment to be in its own decoder. r=ajones, a=sledru
  1752. # [16:06] * Quits: twi (Adium@moz-7826p4.aapt.com.au) (Ping timeout: 121 seconds)
  1753. # [16:07] <jcranmer> I tried running hg convert on the cvs repo, that died halfway through
  1754. # [16:08] * philor|away is now known as philor
  1755. # [16:08] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
  1756. # [16:09] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
  1757. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/84572abd99ab - Carsten "Tomcat" Book - Backed out changeset 2ee5068037f2 (bug 1055658)
  1758. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/649e33a27dda - Carsten "Tomcat" Book - Backed out changeset 9371c6f11873 (bug 1055658)
  1759. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1e81483663a0 - Carsten "Tomcat" Book - Backed out changeset f4e02295ff1f (bug 1055658)
  1760. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/02cff4ff2b41 - Carsten "Tomcat" Book - Backed out changeset 68d2b24c9351 (bug 1055658) for Reftest Failures
  1761. # [16:11] * Joins: timdream (timdream@moz-a28nlb.dynamic.hinet.net)
  1762. # [16:11] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
  1763. # [16:12] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
  1764. # [16:13] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5200b09176a2 - Nicolas B. Pierron - Bug 1112632 - Flag object/array allocations as implictly used as we are removing uses. r=jandem a=sylvestre
  1765. # [16:13] <Tomcat|sheriffduty> padenot: ping - https://treeherder.mozilla.org/logviewer.html#?job_id=5202092&repo=mozilla-inbound is yours :)
  1766. # [16:14] <Tomcat|sheriffduty> android 4 perma failure
  1767. # [16:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a25812efd671 - Joel Maher - Bug 1118329 - reduce osx 10.6 talos jobs via talos.json. r=armenzg
  1768. # [16:15] <padenot> wtf this was green
  1769. # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/521f1e9a8b68 - Bobby Holley - Bug 1113282 - Check during async TrackBuffer decoder initialization to make sure we haven't been shut down. r=cajbir, a=sledru
  1770. # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c19042e4b470 - Bobby Holley - Bug 1114830 - Only enter buffering mode when the pending request is waiting for data. r=cpearce, a=sledru
  1771. # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4414b41c79f7 - Bobby Holley - Bug 1116355 - Throw when setting SourceBuffer mode to 'sequence'. r=karlt, rs=Ms2ger, a=sledru
  1772. # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c1d21f6b75bf - Karl Tomlinson - Bug 1116384 - Keep media element alive from attached MediaSource. r=roc, a=sledru
  1773. # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/dc435d732d91 - Shu-yu Guo - Bug 1111293 - Body level function statement hoisted use analysis to elide TDZ checks is wrong. Pessimize all body level function statements. r=Waldo, a=sledru
  1774. # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b0b24279cd96 - Tim Taubert - Bug 1008029 - Fix intermittent browser_newtab_update.js failures. r=Gijs, a=sledru
  1775. # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e818b78a2b78 - Richard Newman - Bug 907768 - Rewrite search suggestion test hooks, fix network bypass in SuggestClient. r=bnicholson, a=sledru
  1776. # [16:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/bd53ccf7ce3e - Richard Newman - Bug 907768 - Re-enable testSearchSuggestions on all platforms except 2.3. r=bnicholson, a=sledru
  1777. # [16:18] * bobowen is now known as bobowen|afk
  1778. # [16:18] * bobowen|afk is now known as bobowen
  1779. # [16:20] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
  1780. # [16:20] * miketaylr is now known as zz_miketaylr
  1781. # [16:21] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
  1782. # [16:21] <Tomcat|sheriffduty> padenot: hm android 2.3 is now also failing
  1783. # [16:22] * Joins: mayhemer (Miranda@moz-eugdng.joqu.pdma.1028.2a00.IP)
  1784. # [16:22] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (Connection closed)
  1785. # [16:22] <padenot> I'm going to disable the test on ARM and investigate now
  1786. # [16:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b4926227268f - Ryan VanderMeulen - Backed out 10 changesets (bug 1102703) for B2G JB bustage.
  1787. # [16:23] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
  1788. # [16:23] <nemo> huh. weird
  1789. # [16:23] <nemo> compose key doesn't seem to work in firefox for me anymore
  1790. # [16:23] * Joins: RyanVM (Thunderbird@moz-hu3p96.fios.verizon.net)
  1791. # [16:23] <Tomcat|sheriffduty> padenot: thanks
  1792. # [16:24] <nemo> I can do capslock + :( → ☹ in anything-but-firefox, but tried it in url bar, a text area and search bar without any luck
  1793. # [16:24] <RyanVM> botond: ping
  1794. # [16:24] <RyanVM> sigh
  1795. # [16:24] * Joins: till (till@moz-g6pi42.adsl.alicedsl.de)
  1796. # [16:24] <RyanVM> gcc 4.8 upgrade on b-i + enabling Werror for B2G on inbound = funtimes on the merge
  1797. # [16:24] * Parts: pauly (silaghipaul@moz-ohb.65e.79.82.IP)
  1798. # [16:24] <nemo> Where it is super irritating though, is I'm trying to type in french and capslock + c, or capslock + e' no longer generates é and ç
  1799. # [16:25] <padenot> RyanVM, Tomcat|sheriffduty, the skip-if line in mochitest.ini goes below the line it affects, right?
  1800. # [16:25] * padenot is rusty
  1801. # [16:25] * Joins: gustavold (gustavold@moz-mub.g46.40.189.IP)
  1802. # [16:25] <RyanVM> yes, below
  1803. # [16:25] <jcranmer> I think hg is faster than git
  1804. # [16:26] * Joins: bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net)
  1805. # [16:26] * killer sets mode: +o bsmedberg
  1806. # [16:26] <RyanVM> Tomcat|sheriffduty: i set b-i to approval required
  1807. # [16:26] * Joins: toonetown (Adium@moz-i2o.66d.135.66.IP)
  1808. # [16:26] <RyanVM> Cwiiis landed a fix for the Li red
  1809. # [16:26] <Tomcat|sheriffduty> RyanVM: ok thx
  1810. # [16:26] <jcranmer> trying to rebuild a repository that only includes some directories appears to be orders of magnitudes faster with hg than git
  1811. # [16:26] <RyanVM> gonna need botond or someone to fix the Werror bustage on the merge
  1812. # [16:26] <Tomcat|sheriffduty> RyanVM: too bad with this big backout
  1813. # [16:26] * Joins: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP)
  1814. # [16:26] <RyanVM> yeah, green Try run too
  1815. # [16:26] <jcranmer> git still hasn't done it 5 days later, hg looks like it will finish today
  1816. # [16:27] <Tomcat|sheriffduty> padenot: inbound is closed so you would need to add CLOSED TREE for the commit
  1817. # [16:28] <Tomcat|sheriffduty> when you push the fix :)
  1818. # [16:28] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  1819. # [16:28] <Tomcat|sheriffduty> _AtilA_: can you help wit this WE-Error on the merge maybe ?
  1820. # [16:28] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
  1821. # [16:28] <padenot> Tomcat|sheriffduty: done
  1822. # [16:28] <@Cwiiis> RyanVM: Yup, sorry about that
  1823. # [16:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef7d3c854571 - Paul Adenot - Bug 1119266 - Disable test_oscillatorNodeNegativeFrequency.html for failures on Android, on a CLOSED TREE.
  1824. # [16:29] * nsm|away is now known as nsm
  1825. # [16:29] <toonetown> I have a kind of odd issue that I'm wondering if there is a way around. My build server environment is extremely limited (by my employer) - and has no outside Internet access available. I have been able to build Firefox up to version 36 just fine - but I recently attempted building Firefox-37, and the build process hangs just after (or during) the python checks of the configure stage. It looks like there is something trying to connect to the Int
  1826. # [16:30] <RyanVM> for the peanut gallery - anybody want to fix some Werrors closing b-i?
  1827. # [16:30] <RyanVM> https://treeherder.mozilla.org/ui/logviewer.html#?job_id=1119973&repo=b2g-inbound
  1828. # [16:30] <Tomcat|sheriffduty> thanks padenot
  1829. # [16:30] <toonetown> The thing is that the way my employer has implemented the restrictions is pretty stupid…network connections get established - but then they just hang until the OS times out on the TCP connection.
  1830. # [16:30] <RyanVM> as an added incentive, it'll keep us from reverting the gcc 4.8 upgrade ;)
  1831. # [16:31] <@bsmedberg> ehsan is not good for my review queue
  1832. # [16:31] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
  1833. # [16:31] <RyanVM> Cwiiis: too bad they didn't show up on the pull request before the merge :(
  1834. # [16:32] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
  1835. # [16:32] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  1836. # [16:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b7fb384c126f - Ryan VanderMeulen - Backed out changeset 66ec04bc10eb (bug 1067145) for leaks.
  1837. # [16:33] * Quits: stransky (stransky@moz-16g.ma8.175.213.IP) (Quit: Connection reset by beer)
  1838. # [16:34] * Joins: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP)
  1839. # [16:34] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  1840. # [16:34] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  1841. # [16:36] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
  1842. # [16:37] <RyanVM> isn't botond in To?
  1843. # [16:39] <_AtilA_> Tomcat|sheriffduty: this is an Emulator build ???
  1844. # [16:39] * Joins: StevenLee (Adium@moz-fdfpj6.dynamic.hinet.net)
  1845. # [16:39] <Sylvestre> seth, could you have a look to bug 1085783?
  1846. # [16:39] <RyanVM> _AtilA_: yes, ICS emulator
  1847. # [16:39] <RyanVM> basically, he marked B2G as Werror on inbound
  1848. # [16:39] <RyanVM> which was still on 4.4 of course
  1849. # [16:39] <_AtilA_> I did pass all the tests and compiled on my try :(
  1850. # [16:39] <RyanVM> so when that merged to b2g-inbound on top of your 4.8 patch...
  1851. # [16:40] <RyanVM> shockingly, 4.8 has different warnings than 4.4!
  1852. # [16:40] <_AtilA_> oh! not so shockingly :(
  1853. # [16:41] * RyanVM is now known as RyanVM|brb
  1854. # [16:41] <RyanVM|brb> looks like it's the just the 2
  1855. # [16:41] <RyanVM|brb> i'm willing to wait for fixes rather than reverting either of the patches
  1856. # [16:41] <RyanVM|brb> but that'd require *someone* to be working on them
  1857. # [16:41] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  1858. # [16:42] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Quit: Leaving)
  1859. # [16:42] <_AtilA_> Sure, but I cannot patch it right now :( ... not at home
  1860. # [16:42] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Client exited)
  1861. # [16:43] * BenWa|email is now known as BenWa
  1862. # [16:43] <_AtilA_> Which is the -Werror bug?
  1863. # [16:43] * Quits: mayhemer (Miranda@moz-eugdng.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1864. # [16:44] <RyanVM|brb> _AtilA_: https://treeherder.mozilla.org/ui/logviewer.html#?job_id=1119973&repo=b2g-inbound
  1865. # [16:45] * Joins: idwer (irc@moz-bp1sle.adsl.online.nl)
  1866. # [16:45] <froydnj> RyanVM|brb: probably just need to disable appropriate warnings in stlport
  1867. # [16:45] <_AtilA_> Yeah sorry, I meant the bug that landed and activated the -Werror (because this is what happened, right?)
  1868. # [16:45] * BenWa is now known as BenWa|email
  1869. # [16:46] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  1870. # [16:46] <Tomcat|sheriffduty> _AtilA_: bug https://bugzilla.mozilla.org/show_bug.cgi?id=1073003
  1871. # [16:46] <Tomcat|sheriffduty> argh.. bug 1073003
  1872. # [16:47] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  1873. # [16:48] * Joins: milan (milan@moz-gm6kj1.ckpj.s0pt.0450.2001.IP)
  1874. # [16:48] <_AtilA_> ok, this bug needs more work with gcc-4.8 :(
  1875. # [16:48] <_AtilA_> I'll try to help later
  1876. # [16:49] * Quits: gustavold (gustavold@moz-mub.g46.40.189.IP) (Quit: Leaving.)
  1877. # [16:49] <froydnj> oh, wait, are those errors while using stlport headers? ugh
  1878. # [16:50] * whimboo is now known as whimboo|afk
  1879. # [16:50] * Joins: aben (aben@moz-c39.dmt.204.142.IP)
  1880. # [16:51] * Joins: spohl (Adium@moz-hi9.olo.156.104.IP)
  1881. # [16:52] * darkowlzz is now known as darkowlzz|afk
  1882. # [16:52] * spohl is now known as spohl|afk
  1883. # [16:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d5b4f81e6549 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1884. # [16:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f89b28ea7c7b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1885. # [16:55] * Joins: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net)
  1886. # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/48f8a884901b - Ehsan Akhgari - Bug 1119225 - Emulate Visual C++ 2013 Update 3 when using clang-cl; r=ted
  1887. # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bcacb5692ad9 - Ehsan Akhgari - Bug 1119228 - Fix a fatal warning in PossiblyFail; r=jandem
  1888. # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b2cf412dad7a - Ehsan Akhgari - Bug 1119232 - Fix a warning for the usage of the uninitialized gc member in JSRuntime's constructor; r=jandem
  1889. # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1ce77cbf99f3 - Ehsan Akhgari - Bug 1119071 - Clean up some code used for older unsupported MSVC versions in MFBT; r=froydnj
  1890. # [16:56] * Joins: chmanchester (chmancheste@moz-cbt.jf0.246.96.IP)
  1891. # [16:58] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  1892. # [16:59] * Joins: mchang (mchang@moz-4b7hgp.res.rr.com)
  1893. # [17:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c1dd3c739bf3 - Ehsan Akhgari - Bug 1119254 - Mark virtual overridden functions as MOZ_OVERRIDE in xpcom; r=froydnj
  1894. # [17:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5d5984e1c186 - Ehsan Akhgari - Bug 1119263 - Mark virtual overridden functions as MOZ_OVERRIDE in spellchecker; r=smaug
  1895. # [17:00] * Joins: hunboy_ (hunboy@moz-9aj776.pool.invitel.hu)
  1896. # [17:00] * Joins: oliverthor (oliverthor@moz-5i3.51j.125.50.IP)
  1897. # [17:00] * RyanVM|brb is now known as RyanVM|sheriffduty
  1898. # [17:01] * Quits: hunboy (hunboy@moz-lcgl3c.pool.invitel.hu) (Ping timeout: 121 seconds)
  1899. # [17:01] * hunboy_ is now known as hunboy
  1900. # [17:01] <RyanVM|sheriffduty> froydnj: is this from #b2g plausible?
  1901. # [17:01] <RyanVM|sheriffduty> 10:42:58 AM - dhylands: RyanVM|brb: It looks like we just need to remove the typedef (line 151 from _slist.c)
  1902. # [17:01] * Quits: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net) (Connection closed)
  1903. # [17:02] * Joins: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net)
  1904. # [17:02] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  1905. # [17:02] * Quits: bz_away (bzbarsky@moz-m10oko.fios.verizon.net) (Quit: Disconnecting)
  1906. # [17:02] * Joins: bz_away (bzbarsky@moz-m10oko.fios.verizon.net)
  1907. # [17:03] <froydnj> RyanVM|sheriffduty: that looks plausible to me
  1908. # [17:03] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1909. # [17:03] * catlee-away is now known as catlee
  1910. # [17:03] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
  1911. # [17:03] <RyanVM|sheriffduty> froydnj: is that something we're allowed to mess with?
  1912. # [17:03] * RyanVM|sheriffduty will fire up a Try push if so
  1913. # [17:04] * bz_away is now known as bz
  1914. # [17:04] * Quits: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
  1915. # [17:04] * BenWa|email is now known as BenWa
  1916. # [17:04] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  1917. # [17:04] * Tomcat|sheriffduty is now known as Tomcat|afk
  1918. # [17:04] * Joins: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com)
  1919. # [17:05] * Quits: Mano (Mano@moz-kji1k1.dynamic.barak-online.net) (Quit: )
  1920. # [17:05] <froydnj> RyanVM|sheriffduty: we at least have local patches, so I think so
  1921. # [17:05] <RyanVM|sheriffduty> ok
  1922. # [17:06] * Quits: Mano_ (mano@moz-kji1k1.dynamic.barak-online.net) (Ping timeout: 121 seconds)
  1923. # [17:06] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
  1924. # [17:06] * AutomatedTester is now known as AutomatedTester|AFK
  1925. # [17:06] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  1926. # [17:07] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  1927. # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6d1ef1fae81f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1928. # [17:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/833f2b025c67 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1929. # [17:08] * zz_miketaylr is now known as miketaylr
  1930. # [17:10] * Joins: bgrins (bgrins@moz-k194bp.qnor.1u98.0009.2601.IP)
  1931. # [17:11] * mcote|afk is now known as mcote
  1932. # [17:11] <RyanVM|sheriffduty> froydnj: pushed to Try :)
  1933. # [17:12] * Joins: rbarnes (rbarnes@moz-58i.qp6.117.94.IP)
  1934. # [17:13] * Quits: StevenLee (Adium@moz-fdfpj6.dynamic.hinet.net) (Quit: Leaving.)
  1935. # [17:13] * Joins: Delta706 (xx@moz-mfffeh.as13285.net)
  1936. # [17:13] * Quits: rbarnes (rbarnes@moz-58i.qp6.117.94.IP) (A TLS packet with unexpected length was received.)
  1937. # [17:13] <Delta706> is there a way to limit the amount of memory AddrSan maps?
  1938. # [17:14] * Quits: gabor (gabor@moz-3d5th9.dip0.t-ipconnect.de) (Connection closed)
  1939. # [17:17] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  1940. # [17:17] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
  1941. # [17:17] * killer sets mode: +ao dbaron dbaron
  1942. # [17:18] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  1943. # [17:19] * Joins: nj (nj@moz-iaj.0je.78.106.IP)
  1944. # [17:19] * Joins: Dexter_ (Dexter@moz-i7o.obq.235.95.IP)
  1945. # [17:19] * Quits: Delta706 (xx@moz-mfffeh.as13285.net) (Quit: and how is your war going)
  1946. # [17:19] * Joins: kgrandon (Adium@moz-l8e1ui.ca.comcast.net)
  1947. # [17:20] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
  1948. # [17:20] * davidb is now known as davidb|afk
  1949. # [17:21] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
  1950. # [17:21] * Quits: Dexter (Dexter@moz-i7o.obq.235.95.IP) (Ping timeout: 121 seconds)
  1951. # [17:22] * Quits: jdm (jdm@moz-d78e4i.dsl.bell.ca) (Connection closed)
  1952. # [17:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b0b1ccb01cfc - Ben Kelly - Bug 1118443 Make workers specify the XHR load group to use during the request. r=sicking
  1953. # [17:23] * Quits: timdream (timdream@moz-a28nlb.dynamic.hinet.net) (Client exited)
  1954. # [17:24] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  1955. # [17:24] * Dexter_ is now known as Dexter
  1956. # [17:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/142bb8c88b3b - Benoit Girard - Bug 1110229 - Always paint the full low-res tile for performance and correctness. r=nical
  1957. # [17:25] * Joins: jdm (jdm@moz-d78e4i.dsl.bell.ca)
  1958. # [17:26] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
  1959. # [17:27] * Joins: ZER0 (ZER0@moz-b8b.7l4.18.62.IP)
  1960. # [17:28] * Joins: dveditz (dveditz@moz-dgbov2.ca.comcast.net)
  1961. # [17:28] * killer sets mode: +o dveditz
  1962. # [17:28] * lth is now known as lth|away
  1963. # [17:28] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  1964. # [17:29] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Connection closed)
  1965. # [17:29] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  1966. # [17:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9cb763be208e - Kartikaya Gupta - Bug 1109873 - Follow-up to fix debug logging bustage. r=me and DONTBUILD
  1967. # [17:30] * Quits: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP) (Quit: Leaving.)
  1968. # [17:30] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  1969. # [17:31] <RyanVM|sheriffduty> Delta706: i believe so, yes
  1970. # [17:31] <RyanVM|sheriffduty> decoder ^
  1971. # [17:31] <RyanVM|sheriffduty> (I'm pretty sure we do it for our automated builds)
  1972. # [17:33] * Joins: Mano (mano@moz-kji1k1.dynamic.barak-online.net)
  1973. # [17:34] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
  1974. # [17:35] * Joins: Mano_ (mano@moz-pc7.hn3.54.2.IP)
  1975. # [17:36] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
  1976. # [17:37] * Quits: Mano (mano@moz-kji1k1.dynamic.barak-online.net) (Ping timeout: 121 seconds)
  1977. # [17:37] * sheppy-offline is now known as sheppy
  1978. # [17:39] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  1979. # [17:39] * Joins: bajaj (bajaj_afk@moz-bbiueq.mh2d.1ibb.0101.2620.IP)
  1980. # [17:40] * Joins: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP)
  1981. # [17:41] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
  1982. # [17:42] * Joins: benfrancis (uid16068@moz-u0phi1.charlton.irccloud.com)
  1983. # [17:43] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
  1984. # [17:43] * Joins: ckerschb (ckerschb@moz-dgk.73s.245.63.IP)
  1985. # [17:43] * Quits: kaze (kaze@moz-8ion1q.fbx.proxad.net) (Ping timeout: 121 seconds)
  1986. # [17:44] * philor is now known as philor|away
  1987. # [17:44] * terrence-afk is now known as terrence
  1988. # [17:44] <Bas> RyanVM|sheriffduty: I assume you noticed Ehsan has us busted?
  1989. # [17:44] * davidb|afk is now known as davidb
  1990. # [17:45] <Bas> Actually, Ehsan just busted Windows and then someone else busted Linux too it appears :p
  1991. # [17:45] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  1992. # [17:45] <RyanVM|sheriffduty> he didn't bust Windows
  1993. # [17:45] <RyanVM|sheriffduty> ted "busted" windows
  1994. # [17:45] <RyanVM|sheriffduty> i.e. exposed build slaves not running the version of MSVC they're supposed to be
  1995. # [17:46] <RyanVM|sheriffduty> but yeah, I'm on it
  1996. # [17:46] <Bas> Ah, right, I understand :P
  1997. # [17:47] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Client exited)
  1998. # [17:48] * Quits: flaviu (Instantbird@moz-662.esi.231.62.IP) (Client exited)
  1999. # [17:48] * Joins: matt-r (mattr@moz-a4f.7e4.194.74.IP)
  2000. # [17:48] * Joins: jviereck (Adium@moz-28htm3.ethz.ch)
  2001. # [17:48] <RyanVM|sheriffduty> BenWa: your bustage, on the other hand, is entirely real :)
  2002. # [17:48] * Joins: JosiahOne (Instantbird@moz-5h1dag.l2d1.q8mm.0306.2602.IP)
  2003. # [17:49] <RyanVM|sheriffduty> bwc: OOC, how far back are you going to push those retriggers before giving up and calling it an infra issue? :)
  2004. # [17:49] <BenWa> RyanVM|sheriffduty: Ahh shoot, I landed my first try push, not my second which was green. Let me fix that
  2005. # [17:49] <RyanVM|sheriffduty> bwc: you might want to look into what harness/infra changes landed around the time that bug got filed
  2006. # [17:50] <RyanVM|sheriffduty> Bas: re: the uplift request - I trust your judgement, just wanted it on the radar
  2007. # [17:50] <RyanVM|sheriffduty> feel free to wontfix it for 36 if you want
  2008. # [17:50] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  2009. # [17:50] * Quits: nj (nj@moz-iaj.0je.78.106.IP) (Quit: WeeChat 1.0.1)
  2010. # [17:50] <Bas> RyanVM|sheriffduty: I'll think about it, it's harmless to uplift in theory and maybe there's another crash cause I haven't thought of in which case it could help I suppose.
  2011. # [17:51] * Quits: Gijs (chatzilla@moz-goo.q6m.80.5.IP) (Ping timeout: 121 seconds)
  2012. # [17:51] * Joins: Gijs (chatzilla@moz-goo.q6m.80.5.IP)
  2013. # [17:52] <RyanVM|sheriffduty> Bas: sounds good, thanks
  2014. # [17:52] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2015. # [17:54] * Joins: ehsan (ehsan@moz-i5m.05u.207.66.IP)
  2016. # [17:54] * killer sets mode: +o ehsan
  2017. # [17:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6698118c0b54 - Benoit Girard - Bug 1110229 - bustage fix on a CLOSED TREE
  2018. # [17:54] * julienw_afk is now known as julienw
  2019. # [17:55] * Quits: Teodor_Druta|Duty (Thunderbird@moz-ohb.65e.79.82.IP) (Client exited)
  2020. # [17:56] * julienw is now known as julienw_afk
  2021. # [17:56] * bz ponders whether he should wait for tree to reopen
  2022. # [17:57] * catlee is now known as catlee-lunch
  2023. # [17:58] <bwc> RyanVM: Yeah, how do I check that though?
  2024. # [17:58] <RyanVM|sheriffduty> dbaron: ping?
  2025. # [17:58] * Quits: milan (milan@moz-gm6kj1.ckpj.s0pt.0450.2001.IP) (A TLS packet with unexpected length was received.)
  2026. # [17:58] * Quits: Mano_ (mano@moz-pc7.hn3.54.2.IP) (Connection closed)
  2027. # [17:58] <RyanVM|sheriffduty> bwc: https://wiki.mozilla.org/ReleaseEngineering:Maintenance is the best place to start
  2028. # [17:58] <RyanVM|sheriffduty> http://hg.mozilla.org/build/mozharness/pushloghtml as well (though the former should cover this)
  2029. # [17:59] * Joins: milan (milan@moz-doesc1.ckpj.s0pt.0450.2001.IP)
  2030. # [17:59] <&dbaron> RyanVM|sheriffduty, pong
  2031. # [17:59] <RyanVM|sheriffduty> nevermind, I see Tomcat already backed it out
  2032. # [17:59] <RyanVM|sheriffduty> was going to ask for a rubberstamp to fuzz xidorn's new reftests a bit
  2033. # [18:00] <RyanVM|sheriffduty> looks like win7/8 and osx need a bit of fuzzing
  2034. # [18:00] * Quits: kapy (kapy@moz-t6j.jl9.68.182.IP) (Quit: )
  2035. # [18:00] <RyanVM|sheriffduty> and actually, OSX looks a bit worse of an issue
  2036. # [18:00] <RyanVM|sheriffduty> win7/win8 is just a 2px font smoothing difference
  2037. # [18:00] <RyanVM|sheriffduty> osx looks like an actual positioning issue
  2038. # [18:00] <RyanVM|sheriffduty> https://treeherder.mozilla.org/ui/logviewer.html#?job_id=5211429&repo=mozilla-inbound
  2039. # [18:00] <&dbaron> RyanVM|sheriffduty, hmmm, the fuzz issue might have been fixed by one of the other patches he had...
  2040. # [18:01] <&dbaron> RyanVM|sheriffduty, anyway, he'll deal with it when he wakes up...
  2041. # [18:01] <RyanVM|sheriffduty> yeah, moot point now :)
  2042. # [18:02] <RyanVM|sheriffduty> bz: open
  2043. # [18:02] <bz> RyanVM|sheriffduty: sweet
  2044. # [18:03] <RyanVM|sheriffduty> froydnj: _AtilA_: dhylands: getting closer! https://treeherder.mozilla.org/ui/logviewer.html#?job_id=4070405&repo=try
  2045. # [18:03] <RyanVM|sheriffduty> so the stlport fix appears to have worked
  2046. # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f8d73ad47da0 - Boris Zbarsky - Bug 1103000. Update the unitless length quick whitelist to match spec changes. r=dbaron
  2047. # [18:03] <froydnj> RyanVM|sheriffduty: progress!
  2048. # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4a03e62bd2d2 - Boris Zbarsky - Bug 1112761 part 1. Replace Pref="media.mediasource.enabled" annotations in IDL with calls to a function which will end up doing something a bit more interesting. r=kinetik
  2049. # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37bd1af93c54 - Boris Zbarsky - Bug 1112761 part 2. Enable MediaSource based on a whitelist, not in general. r=kinetik
  2050. # [18:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/23ce8a6e826f - Boris Zbarsky - Bug 1117167. Make the generated implementation classes for JS-implemented bindings store an nsIGlobalObject, not an nsPIDOMWindow, so we can use them in sandboxes. r=peterv
  2051. # [18:04] <RyanVM|sheriffduty> froydnj: that's basically a "if defined, undef it first" fix, right?
  2052. # [18:04] <froydnj> RyanVM|sheriffduty: yeah
  2053. # [18:05] * Quits: tzimmermann (tzimmermann@moz-45vvq4.pools.vodafone-ip.de) (Quit: Ex-Chat)
  2054. # [18:05] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  2055. # [18:05] * nsm is now known as nsm|away
  2056. # [18:05] <froydnj> RyanVM|sheriffduty: putting it after all the #includes is the safest, but I'd bet you can get away with putting it after here: http://mxr.mozilla.org/mozilla-central/source/dom/system/gonk/AudioManager.cpp#35
  2057. # [18:05] * Joins: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net)
  2058. # [18:06] <froydnj> silly chromium logging code
  2059. # [18:06] <Ms2ger> loggiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiing
  2060. # [18:06] <froydnj> exactly
  2061. # [18:06] * Joins: nj (nj@moz-iaj.0je.78.106.IP)
  2062. # [18:06] * coop|buildduty is now known as coop|lunch
  2063. # [18:07] <RyanVM|sheriffduty> froydnj: at least the tree has an example or two for this exact fix ;)
  2064. # [18:07] <bbouvier> should i CC somebody in particular for a bug in dxr?
  2065. # [18:07] <froydnj> RyanVM|sheriffduty: in process of reviewing a patch with that exact fix =/
  2066. # [18:07] <RyanVM|sheriffduty> hah
  2067. # [18:07] <Ms2ger> bbouvier, jcranmer?
  2068. # [18:07] <bbouvier> Ms2ger: ok
  2069. # [18:07] * RyanVM|sheriffduty knows who HE'S going to be putting this request on
  2070. # [18:08] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  2071. # [18:08] <froydnj> bbouvier: erikrose
  2072. # [18:08] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2073. # [18:08] <rnewman> RyanVM|sheriffduty: you probably want to uplift https://hg.mozilla.org/mozilla-central/rev/cf3485c7753b to Aurora -- the third part of bug 907768
  2074. # [18:08] <jcranmer> bbouvier: people watch the DXR component regularly
  2075. # [18:08] * davidb is now known as davidb|afk
  2076. # [18:08] <rnewman> otherwise you'll still get some oranges on 2.3
  2077. # [18:08] <RyanVM|sheriffduty> rnewman: look more closely at the second rev ;)
  2078. # [18:08] <@ehsan> garvank: https://github.com/bgirard/hacky.mk
  2079. # [18:08] <bbouvier> jcranmer: thanks, already cc'd you on this one
  2080. # [18:09] <rnewman> RyanVM|sheriffduty: fair enough! :D
  2081. # [18:09] <RyanVM|sheriffduty> I even tweaked the commit message when I folded them!
  2082. # [18:09] <rnewman> you clever sausage
  2083. # [18:09] <rnewman> I shouldn't have doubted you for a moment
  2084. # [18:09] <BenWa> ?
  2085. # [18:09] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
  2086. # [18:09] * Quits: nj (nj@moz-iaj.0je.78.106.IP) (Quit: WeeChat 1.0.1)
  2087. # [18:10] * Quits: yliao (yliao@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  2088. # [18:10] <froydnj> rnewman: I will never doubt again </princess-bride>
  2089. # [18:10] <rnewman> :D
  2090. # [18:11] <bwc> RyanVM: I'm not seeing anything that ought to have caused this. I wonder if we should just give up on trying to find the commit, and just look at the code.
  2091. # [18:11] <RyanVM|sheriffduty> bwc: probably
  2092. # [18:11] <RyanVM|sheriffduty> rnewman: :D
  2093. # [18:12] * jchen|away is now known as jchen
  2094. # [18:12] <RyanVM|sheriffduty> but seriously, thanks for checking - always better safe than sorry
  2095. # [18:12] * Joins: mwu (mwu@moz-27kmrc.hntd.7296.000c.2601.IP)
  2096. # [18:12] * Quits: JosiahOne (Instantbird@moz-5h1dag.l2d1.q8mm.0306.2602.IP) (Quit: [self dealloc])
  2097. # [18:12] <dhylands> RyanVM|sheriffduty: I eventually hit this error (on my local B2G build):
  2098. # [18:13] * Joins: mayhemer (Miranda@moz-eugdng.joqu.pdma.1028.2a00.IP)
  2099. # [18:13] <RyanVM|sheriffduty> dhylands: Try run #2 in progress :P
  2100. # [18:13] <RyanVM|sheriffduty> https://treeherder.mozilla.org/#/jobs?repo=try&revision=e05912f160c3
  2101. # [18:13] <dhylands> /home/work/B2G-emulator-arm/b2g-inbound/build/stlport/stlport/stl/_ostream.c:223:16: error: typedef '__static_assert' locally defined but not used [-Werror=unused-local-typedefs]
  2102. # [18:13] <dhylands> _STLP_STATIC_ASSERT( sizeof(short) <= sizeof(long) )
  2103. # [18:13] <RyanVM|sheriffduty> interesting, we didn't hit that on the Try push
  2104. # [18:13] * Joins: jchaulk1 (jchaulk@moz-fmkdq3.cpe.pppoe.ca)
  2105. # [18:14] <dhylands> I already hit your LOG issue and fixed locally
  2106. # [18:14] <dhylands> I also hit an issue in nsSVGBoolean.cpp which you haven't mentioned, so not sure
  2107. # [18:15] <RyanVM|sheriffduty> oh boy
  2108. # [18:15] * RyanVM|sheriffduty doesn't suppose you want to take over on the patch writing?
  2109. # [18:15] <RyanVM|sheriffduty> since the latency is obviously going to be lower that me doing this on Try
  2110. # [18:15] * Quits: KuoE0 (KuoE0@moz-1fabjf.HINET-IP.hinet.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2111. # [18:16] <dhylands> I'm not sure how to fix the __static_assert one yet
  2112. # [18:16] <bwc> RyanVM: Is that maintenance page going to cover things like changes to the images being used?
  2113. # [18:17] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
  2114. # [18:17] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  2115. # [18:18] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
  2116. # [18:18] <RyanVM|sheriffduty> bwc: what images are you referring to?
  2117. # [18:18] <froydnj> dhylands: maybe just redefine _STLP_STATIC_ASSERT to use static_assert
  2118. # [18:19] <bwc> RyanVM: The build machine images.
  2119. # [18:20] <RyanVM|sheriffduty> bwc: it should, yes
  2120. # [18:20] * Joins: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr)
  2121. # [18:21] * jimm is now known as jimm-lunch
  2122. # [18:21] <RyanVM|sheriffduty> bwc: obviously we're obvious to anything changing on amazon's end
  2123. # [18:21] <RyanVM|sheriffduty> keep in mind
  2124. # [18:21] <RyanVM|sheriffduty> oblivious*
  2125. # [18:21] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  2126. # [18:21] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (Ping timeout: 121 seconds)
  2127. # [18:22] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  2128. # [18:22] * Joins: WaltS48 (Thunderbird@moz-v0f9if.east.verizon.net)
  2129. # [18:22] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
  2130. # [18:22] <bwc> RyanVM: Sure.
  2131. # [18:23] * Joins: jcj (jcj@moz-vum.m67.56.172.IP)
  2132. # [18:23] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  2133. # [18:24] * khuey|away is now known as khuey
  2134. # [18:24] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  2135. # [18:24] * flod is now known as flod|afk
  2136. # [18:25] <froydnj> the whole "e10s tabs just spin when loading, even if loading is complete" thing is getting anoying
  2137. # [18:25] * Joins: gustavold (gustavold@moz-85l.9kk.128.191.IP)
  2138. # [18:25] * Joins: tanvi (tanvi@moz-dqo4mk.ca.comcast.net)
  2139. # [18:25] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
  2140. # [18:26] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  2141. # [18:27] <RyanVM|sheriffduty> seth: did I hear you mention that you were disabling browser_image.js soon?
  2142. # [18:27] * lightsofapollo|mtv is now known as lightsofapollo
  2143. # [18:28] * Joins: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu)
  2144. # [18:29] * Quits: oliverthor (oliverthor@moz-5i3.51j.125.50.IP) (Ping timeout: 121 seconds)
  2145. # [18:29] * Quits: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  2146. # [18:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f8cdb129a54e - Drew Willcoxon - Bug 1112440 - Make the infobar update correctly to reflect "needs verified user" on about:accounts during Sync migration. r=markh
  2147. # [18:30] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
  2148. # [18:30] * Quits: gustavold (gustavold@moz-85l.9kk.128.191.IP) (Quit: Leaving.)
  2149. # [18:32] * Quits: jviereck (Adium@moz-28htm3.ethz.ch) (Quit: Leaving.)
  2150. # [18:32] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Connection closed)
  2151. # [18:32] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
  2152. # [18:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9bb49c259418 - Ryan VanderMeulen - Bug 987616 - Disable browser_image.js on debug builds due to frequent failures.
  2153. # [18:33] * Quits: Enn (enn@moz-sm6kai.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  2154. # [18:33] * Joins: ferjm (textual@moz-71m.3nd.202.89.IP)
  2155. # [18:33] * Quits: bnicholson (bnicholson@moz-olu.vgl.130.24.IP) (Quit: This computer has gone to sleep)
  2156. # [18:33] <RyanVM|sheriffduty> padenot: so about those windows M1 oranges on b2g34...
  2157. # [18:34] <padenot> RyanVM|sheriffduty: ah yeah
  2158. # [18:34] <padenot> RyanVM|sheriffduty: another thing that I forgot because of the break
  2159. # [18:35] <RyanVM|sheriffduty> padenot: what break? https://twitter.com/RealAndreasGal/status/544924318375763969 :)
  2160. # [18:35] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Connection closed)
  2161. # [18:36] <padenot> is it perma orange ?
  2162. # [18:36] <RyanVM|sheriffduty> yes
  2163. # [18:36] <RyanVM|sheriffduty> win7/win8
  2164. # [18:36] * Joins: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP)
  2165. # [18:37] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
  2166. # [18:37] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
  2167. # [18:37] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  2168. # [18:37] <padenot> okay, I think we need to find the patch that is missing on 34
  2169. # [18:37] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  2170. # [18:37] <padenot> b2g34, that is
  2171. # [18:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d3ff86d4a216 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2172. # [18:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/85ccef2203f2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2173. # [18:38] * Joins: Mano (mano@moz-98q.cd9.54.2.IP)
  2174. # [18:39] <padenot> RyanVM|sheriffduty: actually, I'll post in the bug
  2175. # [18:39] * Joins: yliao (yliao@moz-2hf62a.HINET-IP.hinet.net)
  2176. # [18:39] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  2177. # [18:40] <RyanVM|sheriffduty> padenot: sgtm, thanks
  2178. # [18:40] * Quits: stormi (samuel@moz-t5b.q89.218.46.IP) (Quit: Konversation terminated!)
  2179. # [18:41] * padenot clones trees
  2180. # [18:42] * Joins: mmcdonough (Martin@moz-qfl.dci.229.137.IP)
  2181. # [18:42] * Quits: mmcdonough (Martin@moz-qfl.dci.229.137.IP) (Connection closed)
  2182. # [18:43] * Joins: yzen_ (yzen@moz-i5m.05u.207.66.IP)
  2183. # [18:43] * Quits: Mano (mano@moz-98q.cd9.54.2.IP) (Connection closed)
  2184. # [18:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf207a98cbb9 - Benjamin Smedberg - Bug 869208 - Increase the buffer size we're using to deliver network streams to OOPP plugins, r=aklotz
  2185. # [18:44] * pbrosset is now known as pbrosset|afk
  2186. # [18:45] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
  2187. # [18:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4f3c3baebb90 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2188. # [18:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/95d32869e77f - David Keeler - bug 1101194 - add telemetry for DataStorage table size r=mgoodwin
  2189. # [18:45] * Joins: oliverthor (oliverthor@moz-0io.i2q.170.166.IP)
  2190. # [18:45] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  2191. # [18:45] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  2192. # [18:45] * Quits: yzen (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  2193. # [18:48] * flod|afk is now known as flod
  2194. # [18:49] * Joins: bnicholson (bnicholson@moz-rd79pa.ujol.1ibb.0101.2620.IP)
  2195. # [18:49] * Quits: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net) (Client exited)
  2196. # [18:51] * Joins: Mook_as (mook@moz-vlall4.activestate.com)
  2197. # [18:51] * Quits: jcj (jcj@moz-vum.m67.56.172.IP) (Ping timeout: 121 seconds)
  2198. # [18:53] * catlee-lunch is now known as catlee
  2199. # [18:53] * baku is now known as baku|away
  2200. # [18:53] * Quits: kgrandon (Adium@moz-l8e1ui.ca.comcast.net) (Quit: Leaving.)
  2201. # [18:54] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
  2202. # [18:54] * Quits: trevorh (trevor@moz-lcchij.bigpond.net.au) (Quit: Leaving.)
  2203. # [18:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9097517c27db - Mike de Boer - Bug 1114957: cleanup LoopRooms event listeners when the conversation window is closed. r=Niko
  2204. # [18:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/204c0dfa5e0b - Andrew McCreight - Backout bug 1052793 for exposing bad decommitting behavior for compartmental GCs.
  2205. # [18:56] * jimm-lunch is now known as jimm
  2206. # [18:58] * Joins: ehugg (ehugg@moz-mkt.i2q.170.166.IP)
  2207. # [18:58] * Quits: Sushant94 (Sushant@moz-v9m.st2.202.116.IP) (Connection closed)
  2208. # [18:58] * Quits: jez (user@moz-0gv0qn.zen.co.uk) (Ping timeout: 121 seconds)
  2209. # [18:58] * Joins: jez (user@moz-v0f.0sk.86.77.IP)
  2210. # [18:58] * Quits: MarcoZ (marco.zehe@moz-tb35md.dip0.t-ipconnect.de) (Quit: l8er)
  2211. # [18:59] * Joins: Sushant94 (Sushant@moz-v9m.st2.202.116.IP)
  2212. # [18:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c1917197e60f - Nicolas Silva - Bug 1114948 - Use NS_lroundf instead of NS_roundf in tioling code to avoid inconsistent behavior around zero. r=jrmuizel
  2213. # [18:59] <toonetown> I'm trying to create a patch which adds a new binary file…I have done an hg export, and I *think* that I've got the binary data in the patch…but when I try to apply it (just via that patch command line program), the binary files aren't modified.
  2214. # [18:59] <toonetown> is there a way to check that my patch file is correct?
  2215. # [18:59] <@ted> toonetown: you can use "hg import" or "hg qimport" i believe
  2216. # [19:00] <@ted> the former will turn it into a real hg changeset, the latter will import it into your mq
  2217. # [19:00] <@ted> patch doesn't know how to deal with git-style binary patches
  2218. # [19:00] <toonetown> I'm actually just wanting to test the patch - without actually making changes to hg…
  2219. # [19:00] <RyanVM|sheriffduty> bz: possible orange from your push? https://treeherder.mozilla.org/ui/logviewer.html#?job_id=5212912&repo=mozilla-inbound (first run to finish so far, so not sure if it's intermittent or not)
  2220. # [19:00] * Quits: jviereck (Adium@moz-rijmkt.97ug.g469.067c.2001.IP) (Quit: Leaving.)
  2221. # [19:00] <toonetown> ted: OK - I'll try it then.
  2222. # [19:00] * Joins: Sander (chatzilla@moz-f4egml.direct-adsl.nl)
  2223. # [19:00] <@ted> toonetown: if you `hg import` it you can always `hg strip` it off when you're done
  2224. # [19:00] <@ted> (you have to enable the strip extension first)
  2225. # [19:00] * Joins: jez9999 (user@moz-0gv0qn.zen.co.uk)
  2226. # [19:01] * Joins: rstrong (rstrong@moz-iakdbp.dynamic.fusionbroadband.com)
  2227. # [19:02] * Joins: sabbir_alam_ufo (sabbir_alam@moz-ss9.s0r.225.103.IP)
  2228. # [19:02] * Joins: gustavold (gustavold@moz-dc7.831.255.191.IP)
  2229. # [19:03] <RyanVM|sheriffduty> bz: yep, permafailing
  2230. # [19:03] * bobowen is now known as bobowen|afk
  2231. # [19:03] <RyanVM|sheriffduty> bz: I'm closing inbound, will backout if I don't hear back within a few minutes
  2232. # [19:04] * Quits: jez (user@moz-v0f.0sk.86.77.IP) (Ping timeout: 121 seconds)
  2233. # [19:04] <mccr8> excessive quirkiness detected!
  2234. # [19:05] * Quits: sabbir_alam_ufo (sabbir_alam@moz-ss9.s0r.225.103.IP) (Quit: Leaving)
  2235. # [19:05] * Quits: mukilan (mukilan@moz-10t.4o5.164.122.IP) (Ping timeout: 121 seconds)
  2236. # [19:05] * coop|lunch is now known as coop|buildduty
  2237. # [19:05] * Quits: paolo (paolo@moz-74a.0nt.218.207.IP) (Quit: Konversation terminated!)
  2238. # [19:06] * Joins: mixedpuppy (mixedpuppy@moz-lhjtql.res.bhn.net)
  2239. # [19:07] * Joins: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net)
  2240. # [19:08] <bz> RyanVM|sheriffduty: looking
  2241. # [19:08] * Quits: gustavold (gustavold@moz-dc7.831.255.191.IP) (Quit: Leaving.)
  2242. # [19:08] <bz> RyanVM|sheriffduty: uh....
  2243. # [19:09] <nemo> Say, anyone here using linux + xcompose to do digraphs? For some reason they work in firefox stable, but not in nightly anymore.
  2244. # [19:09] <RyanVM|sheriffduty> bz: always my favorite reply ;
  2245. # [19:09] <RyanVM|sheriffduty> ;)
  2246. # [19:09] * Joins: gustavold (gustavold@moz-dc7.831.255.191.IP)
  2247. # [19:09] * Joins: jcj (jcj@moz-tbsov6.phnx.qwest.net)
  2248. # [19:09] <bz> RyanVM|sheriffduty: see, I did a try run for this
  2249. # [19:09] <bz> https://treeherder.mozilla.org/#/jobs?repo=try&revision=8b4965650d17
  2250. # [19:09] <nemo> can type français in search box, url bar and text areas in stable no trouble using fran<compose>c,ais
  2251. # [19:09] <nemo> not in nightly
  2252. # [19:09] <bz> But we happen to not run wpt on debug builds??????
  2253. # [19:10] <bz> What
  2254. # [19:10] <bz> The
  2255. # [19:10] <bz> Fuck
  2256. # [19:10] <bz> Anyway, fixing
  2257. # [19:10] <RyanVM|sheriffduty> jgraham ^
  2258. # [19:10] <RyanVM|sheriffduty> why is that?
  2259. # [19:10] * Quits: gustavold (gustavold@moz-dc7.831.255.191.IP) (Quit: Leaving.)
  2260. # [19:11] <jgraham> Largely because it's still too unstable
  2261. # [19:11] * bz will just make sure to always run both debug and opt on try, I guess
  2262. # [19:11] <bz> <sigh>
  2263. # [19:11] <jgraham> Sorry
  2264. # [19:12] <froydnj> dare I ask why we run "too unstable" tests on our normal repos?
  2265. # [19:12] <bz> Not your fault
  2266. # [19:12] <bz> froydnj: well, they're not unstable on opt builds..... ;)
  2267. # [19:12] <froydnj> bz: ah! I was not applying "too unstable" to the correct thing
  2268. # [19:12] <bz> jgraham: also, the output from this test is ... not helpful. ;)
  2269. # [19:13] <bz> jgraham: also not your fault
  2270. # [19:13] * Quits: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP) (A TLS packet with unexpected length was received.)
  2271. # [19:13] * chmanchester is now known as chmanchester|afk
  2272. # [19:14] * bz is trying to understand what this test is testing and why
  2273. # [19:15] <jgraham> bz: It's a new one from zcorpan
  2274. # [19:16] <bz> hrm
  2275. # [19:16] <bz> how new?
  2276. # [19:16] * bz runs the test locally
  2277. # [19:16] <bz> Yeah, ok, looks like I now have a bunch of unexpected passes
  2278. # [19:16] <bz> Makes sense, then
  2279. # [19:17] <jgraham> Oh, not actually that new, but it got updated recently
  2280. # [19:17] <bz> yeah, it all makes sense now
  2281. # [19:17] <bz> Thanks!
  2282. # [19:17] <jgraham> Great!
  2283. # [19:18] * bz would like to understand why we have any failure annotations there at all
  2284. # [19:19] <bz> But the messages are too coarse-grained to make this an easy task. :(
  2285. # [19:19] <toonetown> I just tried pushing to the tryserver, with these options: "try: -b o -p linux,macosx64,win32,android-api-9 -u all -t all" - but it looks like builds are only running…no tests.
  2286. # [19:19] <toonetown> what did I do wrong with my commit message?
  2287. # [19:19] <bz> toonetown: Are the builds done?
  2288. # [19:19] * Joins: bent (chatzilla@moz-dg452f.2rkg.9kg1.0101.2620.IP)
  2289. # [19:19] <toonetown> bz: no - still building.
  2290. # [19:19] <bz> toonetown: Then how could the tests be running?
  2291. # [19:19] <RyanVM|sheriffduty> toonetown: tests will start when the builds finish :)
  2292. # [19:19] <toonetown> But they only show "B" as in the queue...
  2293. # [19:19] <toonetown> https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=558a22cf0ac6
  2294. # [19:19] <RyanVM|sheriffduty> yeah, we don't have the ability to show tests that haven't been requested yet
  2295. # [19:19] <toonetown> Do the tests not get queued up until the builds are done?
  2296. # [19:19] <jgraham> Right, buildbot doesn't actually know what will happen until it happens
  2297. # [19:20] <toonetown> makes sense! :)
  2298. # [19:20] * Joins: trevorh (trevor@moz-lcchij.bigpond.net.au)
  2299. # [19:20] <RyanVM|sheriffduty> that actually is a longstanding feature request :)
  2300. # [19:20] <jgraham> Unfortunately
  2301. # [19:20] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
  2302. # [19:20] <RyanVM|sheriffduty> but difficult to do with the current infra
  2303. # [19:20] * Joins: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com)
  2304. # [19:20] <bz> RyanVM|sheriffduty: Fix in
  2305. # [19:20] <jgraham> (side note: using -u all is discouraged unless you know you need it)
  2306. # [19:20] <RyanVM|sheriffduty> bz: thanks :)
  2307. # [19:21] <toonetown> jgraham: oops…sorry. :(
  2308. # [19:21] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  2309. # [19:21] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2310. # [19:21] <bz> jgraham: I'd actually default the other direction....
  2311. # [19:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cdc4bf08ee66 - Boris Zbarsky - Bug 1103000 followup: remove failure annotations from the corresponding web platform test so we can reopen the CLOSED TREE.
  2312. # [19:21] <RyanVM|sheriffduty> bz: unexpected passes are the best :)
  2313. # [19:21] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  2314. # [19:21] <bz> RyanVM|sheriffduty: ;)
  2315. # [19:21] <jgraham> toonetown: Not your fault, it's a pretty terrible system at the moment
  2316. # [19:21] <toonetown> jgraham: I was just going based off of a previous commit that I was doing.
  2317. # [19:21] <RyanVM|sheriffduty> toonetown: https://wiki.mozilla.org/Sheriffing/How:To:Recommended_Try_Practices has some good info
  2318. # [19:21] * bz almost always uses -u all unless he's _very_ sure that only one test suite touches his stuff
  2319. # [19:21] <bz> Which is very rare
  2320. # [19:22] <toonetown> jgraham: I really don't have much of a clue what I'm doing when it comes to submitting patches… I've only done one before, and it doesn't seem like there is a "single" place with a set of instructions.
  2321. # [19:22] <jgraham> In the future it will automatically guess a reasonable set of jobs to run based on your commit
  2322. # [19:22] <bz> OK
  2323. # [19:22] <toonetown> I've got a bunch of bookmarks to a bunch of different pages (the Recommended_Try_Practices one is a new one for me to add to the list) :)
  2324. # [19:22] <bz> So say I change Element
  2325. # [19:22] <bz> will it run reftests? ;)
  2326. # [19:22] <jgraham> bz: TBD :)
  2327. # [19:22] <bz> jgraham: Exactly.
  2328. # [19:22] <RyanVM|sheriffduty> toonetown: understood, it can definitely be daunting :)
  2329. # [19:23] <jgraham> But the idea is that we will look at which tests actually fail for pushes in certain parts of the tree and ensure those are run
  2330. # [19:23] * Joins: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP)
  2331. # [19:23] <bz> ah, ok
  2332. # [19:23] <bz> That seems reasonable
  2333. # [19:23] <bz> with periodic full test runs?
  2334. # [19:23] <toonetown> Kind of along those lines, I don't think I have permissions to assign a bug to myself…can someone do that for me?
  2335. # [19:23] <bz> at least on the integration branches?
  2336. # [19:23] <bz> toonetown: which bug?
  2337. # [19:23] <jgraham> Yeah, at the very least I think m-c will still run everything
  2338. # [19:24] <toonetown> https://bugzilla.mozilla.org/show_bug.cgi?id=1119350
  2339. # [19:24] * Quits: alexbardas (alexbardas@moz-sd5vgf.BT.idilis.net) (Ping timeout: 121 seconds)
  2340. # [19:24] <RyanVM|sheriffduty> toonetown: done :)
  2341. # [19:24] <bz> toonetown: You can now confirm bugs and edit all fields of a bug.
  2342. # [19:24] <bz> toonetown: Please use these powers wisely.
  2343. # [19:24] <toonetown> RyanVM|sheriffduty: Thanks!
  2344. # [19:24] <RyanVM|sheriffduty> bz: hah, I was about to ask if someone could grant him that :)
  2345. # [19:25] <toonetown> bz: double-thanks :)
  2346. # [19:25] <bz> toonetown: In particular, now you can assign bugs to yourself. ;)
  2347. # [19:25] <bz> toonetown: Thank _you_!
  2348. # [19:25] <bz> toonetown: You're the one writing patches; I just checked some checkboxes in a web form. ;)
  2349. # [19:25] <toonetown> bz: well, I appreciate the guidance…
  2350. # [19:25] * Quits: ddamjano (Instantbird@moz-mah.3sm.200.212.IP) (Ping timeout: 121 seconds)
  2351. # [19:26] * mgerva is now known as mgerva|afk
  2352. # [19:26] * Joins: brendan (brendaneich@moz-ejav16.sub-70-197-20.myvzw.com)
  2353. # [19:26] * Quits: gcp (gcp@moz-s6tgar.beqe.9i1r.1812.2a02.IP) (Quit: Leaving)
  2354. # [19:27] * lmandel is now known as lmandel_afk
  2355. # [19:27] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  2356. # [19:28] <toonetown> So - would it be recommended that I cancel my builds that are in progress, and run one that doesn't have "-u all" ?
  2357. # [19:28] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Ping timeout: 121 seconds)
  2358. # [19:28] <toonetown> I believe that the fix I'm working on would only affect the build system anyway - so do I even need to run unit tests, or just builds?
  2359. # [19:28] * Joins: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com)
  2360. # [19:28] <dhylands> RyanVM|sheriffduty: I get a clean emulator ICS build with this patchset: http://pastebin.mozilla.org/8171390
  2361. # [19:29] <RyanVM|sheriffduty> toonetown: if you're not changing any code that actually gets built, then I'd say just a set of builds w/o tests is fine
  2362. # [19:29] <RyanVM|sheriffduty> the build system does have some self tests that run during the build process
  2363. # [19:29] <RyanVM|sheriffduty> dhylands++
  2364. # [19:29] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
  2365. # [19:29] <toonetown> RyanVM|sheriffduty: OK - thanks. So I should be able to do "try: -b o -p linux,macosx64,win32,android-api-9 -u none -t none" then? What's the difference between "-u" and "-t"?
  2366. # [19:29] * Joins: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com)
  2367. # [19:29] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  2368. # [19:30] <bz> Do we have something like prefs.js in the profile but for setting default pref values?
  2369. # [19:30] <RyanVM|sheriffduty> toonetown: -u is unit tests, -t is talos (performance) tests
  2370. # [19:30] <RyanVM|sheriffduty> toonetown: and yes, that syntax looks right
  2371. # [19:30] <dhylands> RyanVM|sheriffduty: Do you want to do a try run with it?
  2372. # [19:30] <toonetown> RyanVM|sheriffduty: Ah - OK. I saw "talos" - but didn't know that was performance tests.
  2373. # [19:30] <bz> more generally, -u is correctness tests and -t is performance tests.
  2374. # [19:30] <RyanVM|sheriffduty> dhylands: will do
  2375. # [19:30] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Quit: Leaving)
  2376. # [19:30] * bz hesitates to call some of our correctness tests "unit tests"
  2377. # [19:30] <RyanVM|sheriffduty> bz: fair enough ;)
  2378. # [19:30] <RyanVM|sheriffduty> toonetown: https://wiki.mozilla.org/Buildbot/Talos/Tests if you want to know more about talos
  2379. # [19:31] * Quits: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP) (A TLS packet with unexpected length was received.)
  2380. # [19:31] * lmandel_afk is now known as lmandel
  2381. # [19:31] * Joins: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP)
  2382. # [19:31] * Joins: ahal (ahal@moz-blga2k.cpe.pppoe.ca)
  2383. # [19:33] <RyanVM|sheriffduty> dhylands: we'll probably need to include a .patch as well for the stlport changes (and update the mozilla readme)
  2384. # [19:33] <dhylands> RyanVM|sheriffduty: You mean split out the stlport changes into a separate patch?
  2385. # [19:33] <ctalbert> bent: quick q, is there a quick way to tell from a call stack which process I'm looking at? The child or the parent process (in e10s)
  2386. # [19:33] * ctalbert is in a debugger
  2387. # [19:33] <RyanVM|sheriffduty> dhylands: no, include an in-tree patch file too
  2388. # [19:34] <RyanVM|sheriffduty> dhylands: like android-mozilla-config.patch
  2389. # [19:34] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
  2390. # [19:34] <dhylands> RyanVM|sheriffduty: I guess I'm missing something - I don't understnad
  2391. # [19:34] <bent> ctalbert, you should see XRE_InitChildProcess on the main thread of the child process
  2392. # [19:34] <ctalbert> thanks
  2393. # [19:34] <bent> ctalbert, and XRE_Main (i think?) on main thread of parent
  2394. # [19:34] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2395. # [19:34] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
  2396. # [19:34] * Joins: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP)
  2397. # [19:34] <RyanVM|sheriffduty> dhylands: for upstream imports that we patch on top of, we usually include an in-tree patch file containing those changes as well
  2398. # [19:35] * Quits: m_gol (m_gol@moz-eru58u.static.chello.pl) (Quit: Leaving...)
  2399. # [19:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/839a5e109b35 - Christoph Kerschbaumer - Bug 1118534 - Comment updates in nsIContentPolicy, nsIOService.idl, nsNetutil.h, NetUtil.jsm (r=sicking)
  2400. # [19:35] <dhylands> Oh - ok so you check in a patch file containing the changes
  2401. # [19:35] <RyanVM|sheriffduty> dhylands: build/stlport/stlport/android-mozilla-config.patch is an example of that
  2402. # [19:35] <RyanVM|sheriffduty> yeah
  2403. # [19:35] <RyanVM|sheriffduty> and README.mozilla references it
  2404. # [19:35] * whimboo|afk is now known as whimboo
  2405. # [19:35] <RyanVM|sheriffduty> thanks again for taking care of this :)
  2406. # [19:36] * Joins: jdm_ (jdm@moz-d78e4i.dsl.bell.ca)
  2407. # [19:36] <dhylands> Is there a bug open for this?
  2408. # [19:37] * Quits: shubham (uid43962@moz-9i5fn3.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  2409. # [19:37] <dhylands> RyanVM|sheriffduty: ^^
  2410. # [19:37] * Joins: keeler (keeler@moz-09a.i8g.126.207.IP)
  2411. # [19:37] <RyanVM|sheriffduty> dhylands: I've just been adding notes to bug 1073003
  2412. # [19:38] * Quits: jdm (jdm@moz-d78e4i.dsl.bell.ca) (Ping timeout: 121 seconds)
  2413. # [19:38] <RyanVM|sheriffduty> keeler: just the guy I was looking for!
  2414. # [19:38] <RyanVM|sheriffduty> https://treeherder.mozilla.org/ui/logviewer.html#?job_id=5214328&repo=mozilla-inbound
  2415. # [19:38] * Quits: espadrine (ttyl@moz-qfr4fg.abo.wanadoo.fr) (Ping timeout: 121 seconds)
  2416. # [19:38] <RyanVM|sheriffduty> though I didn't get to make my dramatic entrance to #security :(
  2417. # [19:39] <dhylands> RyanVM|sheriffduty: I can split my stlport changes out and then that splitout file becomes the file that gets added to the tree
  2418. # [19:39] <RyanVM|sheriffduty> sgtm
  2419. # [19:39] <keeler> RyanVM|sheriffduty: yeah, sorry about that
  2420. # [19:39] * Joins: ahal_ (ahal@moz-blga2k.cpe.pppoe.ca)
  2421. # [19:40] <keeler> I'm trying to see if there's a simple fix, but I'll back it out in a few minutes if not
  2422. # [19:40] <bkelly> mozilla-central is failing to build due to unused-result warnings again :-( /srv/mozilla-central/js/src/jsmath.cpp:740:63: error: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Werror=unused-result]
  2423. # [19:40] <RyanVM|sheriffduty> keeler: wait a sec
  2424. # [19:40] <keeler> RyanVM|sheriffduty: sure thing
  2425. # [19:40] * Quits: ahal (ahal@moz-blga2k.cpe.pppoe.ca) (Quit: Leaving)
  2426. # [19:40] <RyanVM|sheriffduty> keeler: this hit on an earlier push than yours - https://treeherder.mozilla.org/ui/logviewer.html#?job_id=5211875&repo=mozilla-inbound
  2427. # [19:41] * ahal_ is now known as ahal
  2428. # [19:41] <bkelly> apparently tinderbox doesn't catch this because the vms have an old glibc or something
  2429. # [19:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fec317aa00bc - Kai Engert - Bug 1107731, upgrade Mozilla 37 to use NSS 3.18 (this is beta 5), r=wtc
  2430. # [19:41] * Quits: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP) (Connection closed)
  2431. # [19:41] <RyanVM|sheriffduty> keeler: which is impressive given that bz didn't even touch that test on his push - unless it was indirect
  2432. # [19:42] * Joins: kgrandon (Adium@moz-0n3f30.rgd2.9kg1.0101.2620.IP)
  2433. # [19:42] * Joins: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP)
  2434. # [19:43] <RyanVM|sheriffduty> keeler: very odd, the orange definitely started on your push, so maybe that windows build error was coincidence (freaky as that is)
  2435. # [19:43] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  2436. # [19:43] * Quits: rbarnes (rbarnes@moz-7jr.0nt.218.207.IP) (A TLS packet with unexpected length was received.)
  2437. # [19:44] <keeler> RyanVM|sheriffduty: yeah - I've got a pretty good explanation for why TestCertDB is failing after my push - that patch added a lock that appears to have already been acquired in some cases
  2438. # [19:45] <RyanVM|sheriffduty> keeler: that windows build slave looks a bit suspect, so I'm leaning towards that for now
  2439. # [19:45] * bz is trying to understand reviewboard
  2440. # [19:45] * davidb|afk is now known as davidb
  2441. # [19:45] <bz> So I'm looking at the "review tab"
  2442. # [19:46] * KWierso|afk is now known as KWierso
  2443. # [19:46] <bz> I have a checkbox above the "Ship it" text
  2444. # [19:46] <bz> And two empty textfields
  2445. # [19:46] <bz> one before my review comments, one after.
  2446. # [19:46] <bz> Now what? ;)
  2447. # [19:46] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  2448. # [19:46] <bz> Oh, and an "Open an issue" checkbox?
  2449. # [19:47] * bz mutters about UIs
  2450. # [19:47] <froydnj> bz: are you r+'ing the patch?
  2451. # [19:48] <bz> If the comments are addressed, yes
  2452. # [19:48] <froydnj> I think you check "ship it" and hit "publish review"
  2453. # [19:48] <bz> OK
  2454. # [19:48] * bz tries that
  2455. # [19:49] * froydnj has had mixed experiences with reviewboard thus far as a reviewer
  2456. # [19:50] <bz> This is my first time using it that way.
  2457. # [19:50] * bz will reserve judgement until he has more experience.
  2458. # [19:50] <bz> That said...
  2459. # [19:50] * Quits: Dexter (Dexter@moz-i7o.obq.235.95.IP) (Quit: Leaving)
  2460. # [19:50] <bz> shouldn't my review be indicated in the bug in some way?
  2461. # [19:50] <bz> Or something?
  2462. # [19:51] <@gavin> the review comments aren't, which is really annoying
  2463. # [19:51] <bz> Sure
  2464. # [19:51] * Joins: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net)
  2465. # [19:51] <froydnj> ideally, "publish review" should push things to a comment in the bug
  2466. # [19:51] <bz> But more to the point, the bug still says "review?" on me
  2467. # [19:51] * Quits: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net) (Connection closed)
  2468. # [19:51] <@gavin> the flag should change if you "ship it"
  2469. # [19:51] * Joins: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net)
  2470. # [19:51] * Quits: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net) (Connection closed)
  2471. # [19:51] <bz> Does it matter that I had review comments and those opened an issue, whatever that is?
  2472. # [19:51] <@gavin> maybe
  2473. # [19:52] <bz> 'cause I totally did "ship it"...
  2474. # [19:52] * @gavin is no RB expert
  2475. # [19:52] <bz> That's not helpful.
  2476. # [19:52] * darkowlzz|afk is now known as darkowlzz
  2477. # [19:52] <bz> Afaict I'm done with this thing, but bugzilla thinks I'm not.
  2478. # [19:52] <ctalbert> bz can you open a bug with the details and needinfo mcote on it? This sounds pretty broken
  2479. # [19:52] <nalexander> bz: there's these sub-reviews that you can ship, and then the "encapsulating" review is what BZ looks at, I think.
  2480. # [19:52] <bz> ctalbert: sure. Which component?
  2481. # [19:52] <nalexander> bz: and the ship-it that BZ cares about is the encapsulating review. I've had pain here too.
  2482. # [19:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1b59426310d4 - Jared Wein - Bug 1119368 - Enable in-content preferences for EARLY_BETA_OR_EARLIER before Beta 36. r=gijs
  2483. # [19:53] <sfink> I have heard that a bunch of RB UI work is... ongoing? pending? something. At any rate, the current UI is not regarded by those involved as Teh Awesum.
  2484. # [19:53] <toonetown> OK - so mercurial question: I've messed something up in my local checkout - is there a way to "reset" to the latest version of the remote repository?
  2485. # [19:54] * Parts: tanvi (tanvi@moz-dqo4mk.ca.comcast.net)
  2486. # [19:54] * Joins: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net)
  2487. # [19:54] * bz mutters about how the requester is getting to force the use of RB instead of the reviewer getting to choose....
  2488. # [19:54] <toonetown> I've tried all kinds of "strip" "close" "update" "pull" commands….
  2489. # [19:54] * Joins: azakai (alon@moz-8srbee.ujol.1ibb.0101.2620.IP)
  2490. # [19:54] <toonetown> and now I think I'm pretty hosed.
  2491. # [19:54] <ctalbert> bz use bugzilla::extensions:review
  2492. # [19:54] * Joins: capella-s3 (capella-s3@moz-a6lqme.res.rr.com)
  2493. # [19:54] <bz> ctalbert: Thanks!
  2494. # [19:54] <toonetown> But I basically just want my local repository to be exactly like mozilla central.
  2495. # [19:54] <bz> hrm
  2496. # [19:54] * bz doesn't see an "Extensions: Review"
  2497. # [19:55] <bz> Oh, bmo, not bugzilla
  2498. # [19:55] <ctalbert> bz I'm sorry: bugzilla.mozilla.org
  2499. # [19:55] * mgerva|afk is now known as mgerva
  2500. # [19:55] <ctalbert> right
  2501. # [19:55] * Quits: Kenzie (Kenzie@moz-7srl5t.ip.windstream.net) (Quit: Leaving)
  2502. # [19:55] * Joins: Shrooms (Shrooms@moz-7srl5t.ip.windstream.net)
  2503. # [19:56] * Quits: jchaulk1 (jchaulk@moz-fmkdq3.cpe.pppoe.ca) (Quit: Leaving.)
  2504. # [19:56] <keeler> RyanVM|sheriffduty: I have a bustage fix - should I go ahead and push?
  2505. # [19:56] * darkowlzz is now known as darkowlzz|afk
  2506. # [19:56] <KWierso> toonetown: hg strip --no-backup 'roots(outgoing())' && hg pull -u
  2507. # [19:57] <nalexander> toonetown: make sure you've |hg qpop -a| first!
  2508. # [19:57] <toonetown> KWierso: nalexander: thanks!
  2509. # [19:57] <KWierso> toonetown: that should strip out anything you haven't actually pushed and update you to the current tip
  2510. # [19:57] <nalexander> toonetown: and then what KWierso says should do the trick. What that's doing is looking for all things not yet pushed upstream ... exactly.
  2511. # [19:57] <KWierso> (unsure how it works if you've pushed it to try, though)
  2512. # [19:58] <RyanVM|sheriffduty> keeler: yes, please :)
  2513. # [19:58] <keeler> righto :)
  2514. # [19:58] <bz> How do I r- in reviewboard?
  2515. # [19:58] * Joins: gustavold (gustavold@moz-dc7.831.255.191.IP)
  2516. # [19:58] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
  2517. # [19:58] <sfink> you may need to update to an upstream rev before stripping, though
  2518. # [19:58] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
  2519. # [19:58] <dhylands> RyanVM|sheriffduty: I added my 2 patches to bug 1073003 - will add another patch to do the stlport patch and readme
  2520. # [19:58] <nalexander> KWierso: should still work; try doesn't change the phase of commits.
  2521. # [19:58] <sfink> |hg update -r 'last(public())'| ought to do it
  2522. # [19:58] <RyanVM|sheriffduty> dhylands: you rock!
  2523. # [19:58] * Joins: milan_ (milan@moz-gm6kj1.ckpj.s0pt.0450.2001.IP)
  2524. # [19:58] <bz> ctalbert: https://bugzilla.mozilla.org/show_bug.cgi?id=1119416
  2525. # [19:58] <RyanVM|sheriffduty> dhylands: and I'm sure the legions of people waiting on gcc 4.4 to die are thankful too :P
  2526. # [19:58] <_AtilA_> :D
  2527. # [19:58] * Quits: ZER0 (ZER0@moz-b8b.7l4.18.62.IP) (Quit: Leaving)
  2528. # [19:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/86f3f3bee063 - David Keeler - bug 1101194 - follow-up to fix bustage in TestCertDB r=bustage on a CLOSED TREE
  2529. # [19:59] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
  2530. # [19:59] <ctalbert> bz thanks
  2531. # [19:59] * bz mutters how a 3-minute review just took 20 minutes
  2532. # [19:59] <_AtilA_> RyanVM|sheriffduty: at home, how is it going?
  2533. # [19:59] <ctalbert> :-(
  2534. # [20:00] <bz> ctalbert: I'm hopeful that as I get more familiar with reviewboard that will get better.
  2535. # [20:01] <mcote> first experience with tools can be painful :)
  2536. # [20:01] <mcote> that said we know the UI is terrible
  2537. # [20:01] <RyanVM|sheriffduty> _AtilA_: dhylands has builds working locally
  2538. # [20:01] <mcote> it is very much beta, at best
  2539. # [20:01] <RyanVM|sheriffduty> i've got his patch pushed to Try for additional verification
  2540. # [20:01] <mcote> it will be much better
  2541. # [20:01] <bz> What the heck is local-settings.js ?
  2542. # [20:01] * Quits: milan (milan@moz-doesc1.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  2543. # [20:02] * Joins: Enn (enn@moz-6nvj25.ckpj.s0pt.0450.2001.IP)
  2544. # [20:02] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (A TLS packet with unexpected length was received.)
  2545. # [20:02] <bz> mcote: I really wish it were up to the reviewer, not the review requester, which review system gets used. :(
  2546. # [20:02] <bz> mcote: ah, well
  2547. # [20:02] <cpeterson> sfink: didn't you investigate adding __LINE__ to MOZ_CRASHes unique like bug 1119030?
  2548. # [20:03] <mcote> bz: yeah understandable.
  2549. # [20:03] * Joins: jgilbert (jgilbert@moz-6kbc8l.rhqa.gnuk.0009.2601.IP)
  2550. # [20:03] <jesup> I mucked around in reviewboard on some. Gave up for later reviews. Some primary things one does involve several non-obvious clicks to do. Only big win was less need for manually-generated interdiffs. I find not being able to easily see the patches from bugzilla a pain
  2551. # [20:03] * Joins: kaze (kaze@moz-gf8jgp.rev.sfr.net)
  2552. # [20:03] <sfink> cpeterson: yeah, never landed the patch
  2553. # [20:03] <mcote> bz: hopefully we'll get mozreview good enough soon that you won't want to use anything else :)
  2554. # [20:03] * yzen_ is now known as yzen
  2555. # [20:03] <bz> Do we just read prefs from all .js files in some dir or something?
  2556. # [20:04] <cpeterson> sfink: oh, I see your bug 1119030 now.
  2557. # [20:04] * spohl|afk is now known as spohl
  2558. # [20:04] * mattwoodrow|away is now known as mattwoodrow
  2559. # [20:05] * Joins: jet (uid49872@moz-2b8mdp.charlton.irccloud.com)
  2560. # [20:05] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  2561. # [20:05] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  2562. # [20:05] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  2563. # [20:06] * chmanchester|afk is now known as chmanchester
  2564. # [20:06] <sfink> cpeterson: you mean bug 1094483
  2565. # [20:06] <sfink> is it fully a dupe?
  2566. # [20:06] <RyanVM|sheriffduty> keeler: looks like your follow-up may fix the android/b2g xpcshell failures too?
  2567. # [20:06] * Joins: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com)
  2568. # [20:06] <sfink> I would assume so
  2569. # [20:06] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
  2570. # [20:06] <RyanVM|sheriffduty> keeler: (looks like it could be same sort of issue)
  2571. # [20:06] <sfink> cpeterson: heh. r=Waldo on both. :)
  2572. # [20:06] <_AtilA_> dhylands++
  2573. # [20:06] * Joins: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com)
  2574. # [20:07] <sfink> I think I sort of forgot about that when I discovered that it wasn't merging them in my case anyway, so I was no longer sure whether it was an issue
  2575. # [20:07] * Quits: jdm_ (jdm@moz-d78e4i.dsl.bell.ca) (Connection closed)
  2576. # [20:07] * Joins: jdm (jdm@moz-d78e4i.dsl.bell.ca)
  2577. # [20:07] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  2578. # [20:07] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
  2579. # [20:08] * gregglind_away is now known as gregglind
  2580. # [20:08] <bz> uh....
  2581. # [20:08] <bz> wtf
  2582. # [20:08] <bz> mcote: ping
  2583. # [20:08] <dhylands> RyanVM|sheriffduty: Who should I get to review these?
  2584. # [20:08] <keeler> RyanVM|sheriffduty: potentially, yes - I'm not sure
  2585. # [20:08] * Quits: jgilbert (jgilbert@moz-6kbc8l.rhqa.gnuk.0009.2601.IP) (Ping timeout: 121 seconds)
  2586. # [20:08] <mcote> bz: pong
  2587. # [20:08] <mcote> bz: sorry I cleared the NI when I moved the bug over
  2588. # [20:08] <RyanVM|sheriffduty> dhylands: good question!
  2589. # [20:08] <keeler> certainly looks like the original push introduced them
  2590. # [20:08] <bz> mcote: So I got a review request
  2591. # [20:09] <bz> mcote: on https://bugzilla.mozilla.org/show_bug.cgi?id=1119302
  2592. # [20:09] <RyanVM|sheriffduty> dhylands: I'd say to start with glandium, but there's the whole being awake thing getting in the way of that
  2593. # [20:09] <dhylands> LOL
  2594. # [20:09] <bz> mcote: I clicked on it, got to https://reviewboard.mozilla.org/r/2213/
  2595. # [20:09] <toonetown> When I try to push to try, I get "abort: source has mq patches applied". Any ideas of what I can do to fix that?
  2596. # [20:09] <bz> mcote: did the reivew bit
  2597. # [20:09] <RyanVM|sheriffduty> froydnnj: can you review stlport patches?
  2598. # [20:09] <bz> mcote: All make sense so far?
  2599. # [20:09] <bz> mcote: How come the review comment ended up being place in Bugzilla at https://bugzilla.mozilla.org/show_bug.cgi?id=869208#c13 ?
  2600. # [20:09] <mcote> bz: yes, I read your bug and the conversation above. I lurk in this channel. :)
  2601. # [20:10] <nalexander> toonetown: how are you pushing to try?
  2602. # [20:10] <bz> mcote: We're on to a different issue now!
  2603. # [20:10] <mcote> ah good, fun times :)
  2604. # [20:10] * Quits: davidb (davidb@moz-i5m.05u.207.66.IP) (Quit: Blah blah blah)
  2605. # [20:10] <RyanVM|sheriffduty> dhylands: for the others, I'd go with "whatever DOM peer happens to be around" :P
  2606. # [20:10] <froydnj> RyanVM|sheriffduty: um, not de jure, but probably de facto
  2607. # [20:10] <bz> mcote: Bug 869208 also has a reviewboard review request
  2608. # [20:10] <toonetown> nalexander: I created a patch (hg qimport …) and then am just doing "hg push try" (I have the link set up in my hgrc)
  2609. # [20:10] <bz> mcote: https://reviewboard.mozilla.org/r/2053/
  2610. # [20:10] <RyanVM|sheriffduty> froydnj: you could approve the IPC change?
  2611. # [20:10] <RyanVM|sheriffduty> froydnj: (https://hg.mozilla.org/try/diff/4fe6b4abe233/ipc/chromium/src/base/logging.h)
  2612. # [20:10] <bz> mcote: which seems to contain the other review request or something?
  2613. # [20:11] * mwargers is now known as mwargers_afk
  2614. # [20:11] <nalexander> toonetown: that doesn't really do what you want; you need to format a special patch on top to tell try what to do. Use the trychooser extension.
  2615. # [20:11] <bz> mcote: Is this pilot error on bsmedberg's part or something I'm doing wrong as a reviewer, or a bug in reviewboard, or all of the above? ;)
  2616. # [20:11] <froydnj> RyanVM|sheriffduty: um, that's an odd change, but sure!
  2617. # [20:11] <mcote> bz: yeah, there is a parent request and child requests. but something is weird here
  2618. # [20:11] <@bsmedberg> mcote: bz: it didn't create the initial bugzilla attachment automatically either, I had to do it manually
  2619. # [20:11] <RyanVM|sheriffduty> froydnj: I didn't write the code, I'm just tryign to find people to rubberstamp it :P
  2620. # [20:12] <@bsmedberg> and I think that might be because this review was nested on top of an unrelated one
  2621. # [20:12] <bz> mcote: So the "Description" in https://reviewboard.mozilla.org/r/2053/ contains changes to the description of r/2213....
  2622. # [20:12] <bz> mcote: Whatever that means.
  2623. # [20:12] <toonetown> nalexander: I did do the "hg qref —message …" as well...
  2624. # [20:12] <froydnj> firebot: review RyanVM|sheriffduty's patch
  2625. # [20:12] <mcote> gps: you around? :)
  2626. # [20:12] <firebot> froydnj: Sorry, I've no idea what 'review RyanVM|sheriffduty's patch' might be.
  2627. # [20:12] <RyanVM|sheriffduty> pwned
  2628. # [20:12] <bz> mcote: need another bug report?
  2629. # [20:12] <@bsmedberg> bz: also your comment ended up in bug 869208 ;-)
  2630. # [20:12] <bz> bsmedberg: yes, that's what I was just pinging mcote about
  2631. # [20:12] <gps> mcote: yes
  2632. # [20:12] <jgraham> toonetown: I think you just need to push with -f
  2633. # [20:12] <froydnj> firebot needs to learn how to respond to that
  2634. # [20:13] <firebot> froydnj: Sorry, I've no idea what 'needs to learn how to respond to that' might be.
  2635. # [20:13] <nalexander> toonetown: over to #vcs, perhaps.
  2636. # [20:13] <jgraham> But it's a while since I did that, so…
  2637. # [20:13] <bz> firebot, that
  2638. # [20:13] <firebot> bz: hmm... I think that is the right bloody syntax!
  2639. # [20:13] <mcote> gps: something crazy going on with mozreview, possibly a snowball from one mistake or something
  2640. # [20:13] <toonetown> jgraham: I was going to try that - but I didn't know if that would break things.
  2641. # [20:13] <dhylands> bz: Can I put you down to review https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1073003&attachment=8546069 ? 4 one line changes spread across 4 files
  2642. # [20:13] <toonetown> nalexander: Will do - didn't know #vcs existed. :)
  2643. # [20:13] * bz watches what _was_ a pair of 3-minute reviews become something. ;)
  2644. # [20:13] <nalexander> toonetown: fair enough.
  2645. # [20:13] <mcote> bz: yeah I'm sorry. system definitely isn't perfect yet.
  2646. # [20:13] <jgraham> toonetown: In the case of try you *want* to create a new remote head
  2647. # [20:14] <bz> mcote: ;)
  2648. # [20:14] <jgraham> And to push your mq patches
  2649. # [20:14] <mcote> bz: if you and bsmedberg could summarize everything that went weird in one bug that would be good
  2650. # [20:14] <jgraham> So you have to turn off all the safety checks
  2651. # [20:14] <gps> mcote: i'm not following
  2652. # [20:14] <toonetown> jgraham: got it - and it looks like it's working for me now. Thanks!
  2653. # [20:14] <mcote> gps: yeah I know; that's why I want them to summarize what just happened :) I'm not sure myself
  2654. # [20:14] * Quits: keeler (keeler@moz-09a.i8g.126.207.IP) (Quit: WeeChat 1.0.1)
  2655. # [20:15] <mcote> bz: oh and btw the correct bugzilla place is Developer Services :: MozReview
  2656. # [20:15] <mcote> don't listen to ctalbert ;)
  2657. # [20:15] <sfink> I wonder if the -f check is really needed when the repo is non-publishing
  2658. # [20:15] <bz> dhylands: done
  2659. # [20:15] * Joins: keeler (keeler@moz-09a.i8g.126.207.IP)
  2660. # [20:15] <dhylands> bz: thx
  2661. # [20:15] <bz> mcote: yes, I gathered.
  2662. # [20:15] * gps can't wait to completely change how mozreview must attach things to bugs
  2663. # [20:15] <bz> bsmedberg: do you want to file this, or should I?
  2664. # [20:15] <gps> code review should be based on the commit/push/DAG, not on bug numbers
  2665. # [20:15] <@bsmedberg> I can't now, in any case.
  2666. # [20:15] <bz> gps: Something
  2667. # [20:16] <bz> gps: The commit/push/DAG is mutable, unlike bug numbers....
  2668. # [20:16] * Quits: kip (kip@moz-2pbhbo.stc.novuscom.net) (Connection closed)
  2669. # [20:16] * Quits: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net) (Client exited)
  2670. # [20:16] <gps> bz: we can detect mutations and map appropriately
  2671. # [20:16] <bz> gps: The real thing that needs to be possible, is that given any commit that ends up in the tree we need to be able to find the discussion that led to that commit, including code review and the bug report
  2672. # [20:16] * Joins: kip (kip@moz-2pbhbo.stc.novuscom.net)
  2673. # [20:16] * Joins: jimb (user@moz-09a.i8g.126.207.IP)
  2674. # [20:16] <gps> we're using automatically-extracted bug numbers as the review identifier
  2675. # [20:17] <bz> gps: and that it should be possible to get from the bug report to the code reviews for the patches that fixed it
  2676. # [20:17] <toonetown> gps: Just saw you commented on https://bugzilla.mozilla.org/show_bug.cgi?id=1119350 - do you have any suggestions on it?
  2677. # [20:17] <gps> instead of something better, like a user-specific bookmark / patch name
  2678. # [20:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8e516e029c8e - Mark Finkle - Bug 1118747 - Delay GMPInstallManager initialization for 60 secs after delayed startup (matches Desktop) r=margaret
  2679. # [20:17] <bz> gps: Both in perpeuity.
  2680. # [20:17] <gps> bz: of course that linkage should exist!
  2681. # [20:17] <toonetown> gps: I'm just trying to get a try build to run…
  2682. # [20:17] <bz> gps: I was betting we violently agree. ;)
  2683. # [20:17] * Quits: bgrins (bgrins@moz-k194bp.qnor.1u98.0009.2601.IP) (Quit: Leaving.)
  2684. # [20:17] <dhylands> froydnj: I put you down to revuew the other 2 parts...
  2685. # [20:18] <gps> toonetown: that patch can land. what questions do you have?
  2686. # [20:18] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  2687. # [20:18] * Joins: Guest55948 (dholbert@moz-pnm275.static.fusionbroadband.com)
  2688. # [20:18] <toonetown> gps: none - now, just waiting for the try build to finish. ;)
  2689. # [20:18] <gps> toonetown: cancel it. just push
  2690. # [20:18] * Quits: Guest55948 (dholbert@moz-pnm275.static.fusionbroadband.com) (Quit: dholbert)
  2691. # [20:18] <gps> it will be green
  2692. # [20:18] <toonetown> gps: OK.
  2693. # [20:18] <toonetown> Except I don't have permission to push to central, I don't think.
  2694. # [20:19] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Ping timeout: 121 seconds)
  2695. # [20:19] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  2696. # [20:19] * kats is now known as kats-lunch
  2697. # [20:19] <gps> toonetown: i'll land it for you
  2698. # [20:19] <KWierso> toonetown: add "checkin-needed" to the whiteboard in the bug and someone can take care of it
  2699. # [20:19] <toonetown> gps: thanks!
  2700. # [20:19] <KWierso> or gps can land it
  2701. # [20:19] <toonetown> KWierso: gps: or both :) I just updated the whiteboard.
  2702. # [20:20] <gps> KWierso: I'm pushing right now
  2703. # [20:21] <toonetown> thanks, guys!
  2704. # [20:21] <RyanVM|sheriffduty> keeler: xpcshell has started on the b2g emulator, so we'll know in ~30min or so
  2705. # [20:21] <toonetown> I probably should have just thought of asking in here…I've been spending the better part of 2 hours trying to get a patch formatted and pushed to the try server. :) Oh well, learning experience!
  2706. # [20:21] <keeler> RyanVM|sheriffduty: ok - I'll keep an eye out
  2707. # [20:21] <bz> mcote: Another question
  2708. # [20:21] * Joins: aklotz (Thunderbird@moz-1jtcvi.cg.shawcable.net)
  2709. # [20:22] <bz> mcote: if I look at https://reviewboard.mozilla.org/r/2053/diff/1/ I see two textfields
  2710. # [20:22] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  2711. # [20:22] <bz> mcote: one above my per-line comments, one below
  2712. # [20:22] <bz> mcote: is that just for overall comments I want to come before/after or something?
  2713. # [20:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a834419aaf67 - Nathan Toone - Bug 1119350 - Upgrade virtualenv to 12.0.5; r=gps
  2714. # [20:23] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
  2715. # [20:24] <mcote> bz: ah I don't see that
  2716. # [20:24] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
  2717. # [20:25] * Joins: alexbard_ (alexbardas@moz-57qfdm.CS.idilis.net)
  2718. # [20:25] <bz> mcote: This was in the screen where I was deciding whether to publish a review
  2719. # [20:25] <jdm> KWierso: keyword, not whiteboard
  2720. # [20:25] <bz> mcote: I guess I did that now...
  2721. # [20:25] <rillian> ehsan: sorry about not getting back to you on bug 1117261. I don't object in principle, but there are a lot of files here. How confident are you that you haven't marked a base class MOZ_OVERRIDE?
  2722. # [20:25] * Joins: squib (squib@moz-napvi8.wi.charter.com)
  2723. # [20:25] <bz> mcote: so we'd need to grab a different issue, with a still-dinding review.
  2724. # [20:25] <@ehsan> rillian: 100%, because the compiler would catch that mistake
  2725. # [20:26] <mcote> bz: oh I see
  2726. # [20:26] <rillian> ehsan: right, just read the comments
  2727. # [20:26] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
  2728. # [20:26] <@ehsan> rillian: that's the nice thing about override, if you misuse it in any way, the compiler will catch you
  2729. # [20:27] <lsblakk> RyanVM|sheriffduty: shouldn't m-b be approval required now and not closed?
  2730. # [20:28] <jorendorff> In Nightly, if I have http://people.mozilla.org/~jorendorff/es6-draft.html#sec-module-semantics-static-semantics-lexicallydeclarednames and I click on a link,
  2731. # [20:28] <jorendorff> the location bar does not update with the new anchor
  2732. # [20:28] * Quits: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP) (Ping timeout: 121 seconds)
  2733. # [20:28] <RyanVM|sheriffduty> lsblakk: usually releng leaves it closed until aurora merges to it
  2734. # [20:28] <jorendorff> But in a non-E10S window, it does. Is it a known bug?
  2735. # [20:28] <mcote> bz: yes, you can add arbitrary comments above and below the line comments
  2736. # [20:28] * Joins: lgarner (lgarner@moz-9a4.att.59.50.IP)
  2737. # [20:28] <lsblakk> RyanVM|sheriffduty: ah, ok
  2738. # [20:29] <lsblakk> RyanVM|sheriffduty: gavin is doing a CLOSED TREE landing to it then, for a 35.0 build 3
  2739. # [20:29] <@gavin> lsblakk, RyanVM|sheriffduty: I support we don't actually really need it on m-b given that it's deadending
  2740. # [20:29] <@gavin> but yeah, I pushed it closed tree
  2741. # [20:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/0003236c17c1 - Mike de Boer - Bug 1119189: start listening to room events regardless of throttle settings. r=Standard8, a=lsblakk on a CLOSED TREE
  2742. # [20:29] <RyanVM|sheriffduty> gavin: yeah, that's fine
  2743. # [20:29] <lsblakk> true, we don't *need* it there...
  2744. # [20:30] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
  2745. # [20:31] * mgerva is now known as mgerva|brb
  2746. # [20:32] * Joins: loveless (loveless@moz-io9.t7p.56.172.IP)
  2747. # [20:32] * Joins: janv (varga@moz-d0ttdd.dynamic.orange.sk)
  2748. # [20:32] <bz> mcote: OK, makes sense
  2749. # [20:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/02d184fdb143 - Prabhjyot Singh Sodhi - Bug 1113415 - Make master sync instructions depend on Android version. r=nalexander
  2750. # [20:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a1414662e01c - Vivek Balakrishnan - Bug 1096669 - Update last synced time every minute in Android Firefox Account status screen. r=nalexander
  2751. # [20:33] <toonetown> Just a question on processes: how often are the integration branches merged into central?
  2752. # [20:33] <mcote> ahh I think this is all because the parent review request is for two different bugs
  2753. # [20:33] <khuey> toonetown: a couple times a day for the busy ones
  2754. # [20:34] <toonetown> khuey: OK - thanks!
  2755. # [20:34] <rillian> ehsan: rubber stamp applied. Can you do a follow-up patch against aurora?
  2756. # [20:34] <@ehsan> rillian: yes sir
  2757. # [20:34] <mcote> gps: I can't remember what happens when you put two different bugs in two commits for one review request
  2758. # [20:34] <mcote> gps: it just uses the first one, right?
  2759. # [20:34] * Joins: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net)
  2760. # [20:35] * Joins: rmcdougall (Adium@moz-add.i2q.170.166.IP)
  2761. # [20:35] * Joins: bgrins (bgrins@moz-68qdif.ujol.1ibb.0101.2620.IP)
  2762. # [20:35] <bz> ehsan: are you still kinda planning to work on that iterable stuff?
  2763. # [20:35] <gaston> on a similar note... if i push a nspr uplift to m-c without a dedicated bug but referring to the uplifted bugs in the commit msg, will mcmerge script also comment in all those bugs ?
  2764. # [20:36] <rillian> ehsan: thanks for making our code better!
  2765. # [20:36] <@ehsan> bz: yes, but it's lower priority than prerendering
  2766. # [20:36] <bz> ehsan: ok
  2767. # [20:36] <@ehsan> rillian: np!
  2768. # [20:36] <bz> ehsan: Not sure how urgently fetch folks need it...
  2769. # [20:36] * bz asks
  2770. # [20:36] <gaston> err if i push a nspr uplift to *m-i*
  2771. # [20:36] <RyanVM|sheriffduty> gaston: no
  2772. # [20:36] <RyanVM|sheriffduty> we'd have to manually add them in mcMerge
  2773. # [20:37] <RyanVM|sheriffduty> much better to have a single tracking bug for it IMO
  2774. # [20:37] <@ehsan> bz: I didn't realize others depend on it...
  2775. # [20:37] <gaston> ok, how should i format the commit msg ?
  2776. # [20:37] <bkelly> do we build linux with clang at all on tinderbox?
  2777. # [20:37] * Joins: botond|home (chatzilla@moz-303r5l.cpe.pppoe.ca)
  2778. # [20:37] * mgerva|brb is now known as mgerva
  2779. # [20:37] <RyanVM|sheriffduty> (which is also standard practice for NSS/NSPR uplifts)
  2780. # [20:37] <@ehsan> bkelly: yes, the static analysis builds
  2781. # [20:37] <gaston> RyanVM|sheriffduty: ok will file one, ted had told me it wasnt needed
  2782. # [20:37] <RyanVM|sheriffduty> gaston: Bug XXXXXX - Update NSPR to version 4.XX.Y
  2783. # [20:37] <bkelly> ehsan: is it more stable than the gcc builds? I seem to get bitten by random gcc warning failures a lot lately
  2784. # [20:37] <BenWa> RyanVM|sheriffduty: Can you help me getting a mozilla-release try build to work? https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=7dd3d3831a74
  2785. # [20:37] <gaston> yeah that part i had it, but my concern was 'no dedicated bug' :) will do one then
  2786. # [20:38] <@ted> RyanVM|sheriffduty: meh
  2787. # [20:38] <@ted> we've done plenty of them without
  2788. # [20:38] <bkelly> ehsan: also, what verison of clang do we use?
  2789. # [20:38] <@ehsan> bkelly: stable how?
  2790. # [20:38] <gaston> zee process..
  2791. # [20:38] <RyanVM|sheriffduty> ted: so if I need to back it out, what bug would I comment in?
  2792. # [20:38] <@ted> *shrug*
  2793. # [20:38] <@ted> whatever makes your life easier
  2794. # [20:38] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
  2795. # [20:38] <bkelly> ehsan: do local builds reflect tinderbox results pretty well? I get different local failures from tbpl with gcc a lot lately
  2796. # [20:38] <gaston> comment in all the bugs !
  2797. # [20:38] <gps> mcote: i believe bz interaction is tied to the parent review id, which contains the bug #
  2798. # [20:39] <RyanVM|sheriffduty> http://hg.mozilla.org/mozilla-central/log/d480b3542cc2/nsprpub/TAG-INFO says otherwise, btw
  2799. # [20:39] <mcote> gps: yeah all this is now making sense
  2800. # [20:39] <@ehsan> bkelly: this version http://mxr.mozilla.org/mozilla-central/source/browser/config/tooltool-manifests/linux32/clang.manifest#3
  2801. # [20:39] <gaston> RyanVM|sheriffduty: dont worry, i'll make one then :)
  2802. # [20:39] <RyanVM|sheriffduty> i see a couple here and there, but most reference a isngle bug
  2803. # [20:39] <@ehsan> bkelly: I don't think so
  2804. # [20:39] <mcote> basically it boils down to "we allow you to specify different bugs in different child requests, but we silently ignore any after the first"
  2805. # [20:39] <RyanVM|sheriffduty> BenWa: configure: error: --enable-elf-hack is not compatible with --enable-profiling
  2806. # [20:39] <@ted> this is probably why i make other people update NSPR
  2807. # [20:39] * Joins: joch (Mibbit@moz-8l5ru8.bredband.comhem.se)
  2808. # [20:39] <@ehsan> bkelly: just turn off warnings as errors and test everything on try?
  2809. # [20:40] * Quits: ferjm (textual@moz-71m.3nd.202.89.IP) (Quit: Textual IRC Client: www.textualapp.com)
  2810. # [20:40] <gaston> ted: then you tricked me into it, congrats :)
  2811. # [20:40] <bkelly> ehsan: hmm... apt seems to have things like clang-3.3, etc... I guess thats different from what we use
  2812. # [20:40] <BenWa> RyanVM|sheriffduty: Should I just push with a custom mozconfig. Is this the only issue you’re aware of that I need to change?
  2813. # [20:41] <RyanVM|sheriffduty> BenWa: I think that's it
  2814. # [20:41] <BenWa> ok
  2815. # [20:41] <RyanVM|sheriffduty> I think you just need a --disable-profiling override
  2816. # [20:41] * RyanVM|sheriffduty can't remember which gets disabled for release builds
  2817. # [20:41] * mattwoodrow is now known as mattwoodrow|away
  2818. # [20:41] * miketaylr is now known as zz_miketaylr
  2819. # [20:41] <RyanVM|sheriffduty> ted? ^
  2820. # [20:41] <BenWa> i’m a bit surprised because I though the mozconfig would be kept in the tree and thus shouldn’t cause any issues between branches
  2821. # [20:41] <@ted> --enable-profiling is only on for nightly/aurora
  2822. # [20:42] <@ted> but it should be explicitly in the mozconfigs
  2823. # [20:42] <@ehsan> bkelly: we use a random version from the svn revision I linked you to
  2824. # [20:42] <@ted> gaston: well to be fair it's your patches :-P
  2825. # [20:42] <gaston> fair enough :)
  2826. # [20:42] <@ehsan> bkelly: honestly I don't understand why you see different gcc warnings if you use the same version as infra
  2827. # [20:42] <bkelly> ehsan: apparently its differences in glibc versions :-\
  2828. # [20:42] <bkelly> it kind of sucks
  2829. # [20:43] <mcote> argh "ship it" is such an annoying phrase. when the review request was "shipped it"? when it was "shipped"? when it was "ship it"-ed?
  2830. # [20:43] <@gavin> I concur
  2831. # [20:43] <mcote> to be fixed
  2832. # [20:43] <@gavin> also the bugzilla comment has always seemed superfluous to me
  2833. # [20:43] <@gavin> r+ is unambiguous
  2834. # [20:44] <RyanVM|sheriffduty> BenWa: it's....tricky :(
  2835. # [20:44] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  2836. # [20:44] <bkelly> ehsan: that rev is clang-3.3
  2837. # [20:45] * Quits: nrc (nrc|afk@moz-1crlv1.xtra.co.nz) (Connection closed)
  2838. # [20:45] * Joins: nrc (nrc@moz-1crlv1.xtra.co.nz)
  2839. # [20:45] <@ehsan> bkelly: clang-3.3 final? cool!
  2840. # [20:45] <@ehsan> (that's ancient btw!)
  2841. # [20:45] <bkelly> not sure if its final or not
  2842. # [20:45] * Quits: toonetown (Adium@moz-i2o.66d.135.66.IP) (Quit: Leaving.)
  2843. # [20:45] <bkelly> but the 3.3 release tag is the latest in that rev
  2844. # [20:46] <@ehsan> bkelly: just build that revision if you want to be certain
  2845. # [20:46] * Joins: toonetown (Adium@moz-i2o.66d.135.66.IP)
  2846. # [20:46] <@ehsan> bkelly: fwiw a difference in glibc version will bite you with clang too, cause it also uses glibc
  2847. # [20:47] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (A TLS packet with unexpected length was received.)
  2848. # [20:47] <bkelly> whats the point of tinderbox if its glibc is too old to catch errors that end developers see building the code?
  2849. # [20:47] * Joins: kepta (kepta@moz-bgt.6kh.139.14.IP)
  2850. # [20:48] <@ehsan> bkelly: tinderbox doesn't try to replicate people's local setup
  2851. # [20:48] <@ehsan> bkelly: for the better or worse, if you build with --enable-warnings-as-errors, you _are_ opting into this behavior
  2852. # [20:49] <froydnj> bkelly: fwiw, we build with an old glibc so our releases will run on old machines
  2853. # [20:51] * Quits: Rik_ (rik@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
  2854. # [20:51] * Parts: joch (Mibbit@moz-8l5ru8.bredband.comhem.se)
  2855. # [20:52] * Quits: milan_ (milan@moz-gm6kj1.ckpj.s0pt.0450.2001.IP) (Connection closed)
  2856. # [20:53] * Joins: milan (milan@moz-i5m.05u.207.66.IP)
  2857. # [20:53] * Joins: davidb (davidb@moz-rt6.a90.156.69.IP)
  2858. # [20:54] * kats-lunch is now known as kats
  2859. # [20:54] <bkelly> froydnj: it would be nice if we had at least one build target with a modern glibc... we do a lot of builds that don't end up as a nightly binary it seems
  2860. # [20:55] <mcote> bz, bsmedberg: okay I finally understand exactly what happened. combination of user error and yucky UI.
  2861. # [20:55] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
  2862. # [20:56] <froydnj> bkelly: maybe...but then you have *another* build environment where things can go wrong and that developers may or may not have
  2863. # [20:56] <froydnj> bkelly: maybe when we develop in downloaded VM containers or somesuch, all these concerns will go away
  2864. # [20:56] * Quits: @bsmedberg (bsmedberg@moz-smm6jf.pa.atlanticbb.net) (Connection closed)
  2865. # [20:56] <bkelly> froydnj: I would downgrade my glibc... but security patches, etc?
  2866. # [20:57] <froydnj> bkelly: I would not recommend trying that
  2867. # [20:57] <bz> mcote: yeah, makes sense
  2868. # [20:58] <@ted> mcote: "Land it!"
  2869. # [20:58] <@ted> or "Push it!"
  2870. # [20:59] * Quits: Shrooms (Shrooms@moz-7srl5t.ip.windstream.net) (Ping timeout: 121 seconds)
  2871. # [20:59] * AutomatedTester|AFK is now known as AutomatedTester
  2872. # [21:00] <tbsaunde> froydnj: trying to do work on a centos6 machine sounds ++ungood
  2873. # [21:00] * terrence is now known as terrence-lunch
  2874. # [21:00] <froydnj> tbsaunde: yeah...
  2875. # [21:00] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  2876. # [21:01] <tbsaunde> but using it internally in the build system might be ok, though it kind of screws distros and I don't really see the point
  2877. # [21:01] <froydnj> tbsaunde: seems unlikely to be strictly container-based, because you do need to test new compilers, etc.
  2878. # [21:01] * Joins: jviereck (Adium@moz-4lnupo.dclient.hispeed.ch)
  2879. # [21:01] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  2880. # [21:01] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
  2881. # [21:02] * Quits: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net) (Ping timeout: 121 seconds)
  2882. # [21:02] <mcote> bz: thank you for trying mozreview out and showing us (or confirming) where it sucks :)
  2883. # [21:02] <mcote> ted: those all suffer the same problem
  2884. # [21:02] <tromey> I thought these unused warnings from glibc were due to some ubuntu-local patch anyhow
  2885. # [21:02] * Quits: davidb (davidb@moz-rt6.a90.156.69.IP) (Quit: Blah blah blah)
  2886. # [21:02] * Quits: rmcdougall (Adium@moz-add.i2q.170.166.IP) (Quit: Leaving.)
  2887. # [21:02] <mcote> ted: "when the review request was pushed it/push-it'ed/pushed/...?"
  2888. # [21:03] <@ted> mcote: hah
  2889. # [21:03] <mcote> it's the "it" that's the problem
  2890. # [21:03] <@ted> mcote: fine just name the button "LGTM"
  2891. # [21:03] <mcote> now we're talking
  2892. # [21:03] <bz> mcote: No problem. Not like I had much choice, so the real thanks is to bsmedberg. ;)
  2893. # [21:03] <KWierso> ted: "YOLO"
  2894. # [21:03] <@ted> and we can all pretent to be googlers
  2895. # [21:03] * Joins: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net)
  2896. # [21:03] <mcote> "well the review request *was* LGTMed..."
  2897. # [21:04] * Quits: kgrandon (Adium@moz-0n3f30.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
  2898. # [21:04] * Quits: emtwo (Adium@moz-hln3qd.fnjk.s0pt.0450.2001.IP) (Quit: Leaving.)
  2899. # [21:05] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Ping timeout: 121 seconds)
  2900. # [21:05] <@ted> mcote: crop out the top right panel of http://gunshowcomic.com/648 and use that as the button
  2901. # [21:05] * Joins: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it)
  2902. # [21:05] * mreavy is now known as mreavy|mtg
  2903. # [21:06] * Quits: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net) (Connection closed)
  2904. # [21:06] <mcote> hahah
  2905. # [21:06] * Joins: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net)
  2906. # [21:06] * Quits: mahdi (mahdi@moz-dm8.o61.244.151.IP) (Connection closed)
  2907. # [21:06] <mcote> we'll just call it "fine". "your review request has been fined."
  2908. # [21:07] * Joins: bsmedberg (bsmedberg@moz-7vj.eqd.255.207.IP)
  2909. # [21:07] * killer sets mode: +o bsmedberg
  2910. # [21:07] * Quits: edburns (edburns@moz-4cflac.oracle.com) (Connection closed)
  2911. # [21:07] * Joins: edburns (edburns@moz-4cflac.oracle.com)
  2912. # [21:07] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  2913. # [21:08] * Joins: mahdi (mahdi@moz-dm8.o61.244.151.IP)
  2914. # [21:10] * whimboo is now known as whimboo|afk
  2915. # [21:10] * Quits: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net) (Quit: )
  2916. # [21:12] * Quits: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net) (Ping timeout: 121 seconds)
  2917. # [21:12] * Joins: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net)
  2918. # [21:14] * Quits: drosdeck (usuario@moz-lvr.cl1.75.201.IP) (Quit: Konversation terminated!)
  2919. # [21:14] * Quits: aben (aben@moz-c39.dmt.204.142.IP) (Connection closed)
  2920. # [21:15] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
  2921. # [21:16] * jdm is now known as jdm|away
  2922. # [21:16] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  2923. # [21:16] <@bsmedberg> bz: hrm, window.location.hostname works in-browser...
  2924. # [21:17] * Joins: shorlander (shorlander@moz-4lj2qn.lsvlky.sbcglobal.net)
  2925. # [21:17] * benfrancis is now known as benfrancis|away
  2926. # [21:17] * heycam|away is now known as heycam
  2927. # [21:18] * Joins: emtwo (Adium@moz-i5m.05u.207.66.IP)
  2928. # [21:18] <@bsmedberg> oh, this is the nsIURI one, not DOMLocation
  2929. # [21:19] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  2930. # [21:19] * Joins: janv_ (varga@moz-d0ttdd.dynamic.orange.sk)
  2931. # [21:20] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  2932. # [21:21] * mgerva is now known as mgerva|afk
  2933. # [21:21] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  2934. # [21:22] * Parts: toonetown (Adium@moz-i2o.66d.135.66.IP)
  2935. # [21:22] * Quits: janv (varga@moz-d0ttdd.dynamic.orange.sk) (Ping timeout: 121 seconds)
  2936. # [21:22] <bz> bsmedberg: yep
  2937. # [21:24] * mkohler is now known as mkohler|afk
  2938. # [21:24] * Quits: kripton (kripton-moz@moz-agie0b.kripserver.net) (A TLS packet with unexpected length was received.)
  2939. # [21:24] * Joins: dark-knight (dark-knight@moz-27q.nhl.10.176.IP)
  2940. # [21:25] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
  2941. # [21:26] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  2942. # [21:26] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  2943. # [21:26] * Joins: jgriffin (uid51409@moz-si9qbr.highgate.irccloud.com)
  2944. # [21:28] * Quits: Gijs (chatzilla@moz-goo.q6m.80.5.IP) (Quit: poof)
  2945. # [21:28] <jorendorff> mrbkap: what bugzilla Component do i want for E10S bugs?
  2946. # [21:29] * Joins: kentuckyfriedtakahe (ajones@moz-jrl.fci.192.203.IP)
  2947. # [21:29] * Joins: ddamjano (Instantbird@moz-mah.3sm.200.212.IP)
  2948. # [21:29] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  2949. # [21:29] <@bsmedberg> jorendorff: the component you'd file them in if they weren't an e10s bug, with the tracking-e10s? flag
  2950. # [21:29] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
  2951. # [21:29] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  2952. # [21:29] <@bsmedberg> jorendorff: or if they are specifically something about content processes, DOM: Content Processes, or if they are core IPC/IPDL stuff, then Core: IPC
  2953. # [21:29] <jorendorff> thanks
  2954. # [21:31] <seth> RyanVM|sheriffduty: re: browser_image.js, i do have a patch to disable it in my patch queue, but it's blocked by other things so i haven't pushed it yet
  2955. # [21:31] <RyanVM|sheriffduty> that's OK, I took care of it for you ;)
  2956. # [21:31] <jorendorff> damn it, it suddenly started working on me, i hate everything
  2957. # [21:32] <RyanVM|sheriffduty> seth: see your bugmail/needinfos
  2958. # [21:32] <seth> RyanVM|sheriffduty: heh, works for me =)
  2959. # [21:33] * Joins: dmose (uid42639@moz-nouq1h.uxbridge.irccloud.com)
  2960. # [21:33] * Quits: till (till@moz-g6pi42.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  2961. # [21:33] * Joins: till (till@moz-g6pi42.adsl.alicedsl.de)
  2962. # [21:34] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Ping timeout: 121 seconds)
  2963. # [21:34] * baku|away is now known as baku
  2964. # [21:34] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  2965. # [21:36] * Quits: gandalf (zbraniecki@moz-gtc1n1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2966. # [21:37] * Quits: kaze (kaze@moz-gf8jgp.rev.sfr.net) (Ping timeout: 121 seconds)
  2967. # [21:37] <seth> Sylvestre: a fix for that bug is not going to happen before the merge =(
  2968. # [21:37] <Sylvestre> seth, ok, and after ? :)
  2969. # [21:38] <dmose> anyone know what the prognosis for fx-team opening up again?
  2970. # [21:39] <seth> Sylvestre: after, i'll try to get to it or delegate it. i've been pushing very hard on adding new features in imagelib for a long time now, and i'm hoping to take the next quarter or so to slow down and focus on regressions and quality instead
  2971. # [21:39] <dmose> oh, it's everything
  2972. # [21:39] <dmose> good times!
  2973. # [21:40] <Sylvestre> seth, ok, we had/have a few important regressions with images, it would be nice to see them fixed for 36
  2974. # [21:40] * jdm|away is now known as jdm
  2975. # [21:40] <RyanVM|sheriffduty> seth++
  2976. # [21:40] <RyanVM|sheriffduty> dmose: I think the infra issues are resolved now, but we're waiting on a lot to catch up still
  2977. # [21:41] <RyanVM|sheriffduty> i.e. no job results for about an hour now
  2978. # [21:41] <seth> Sylvestre: yeah, i'd like to see them fixed too (and i am paying attention to them, i just haven't been able to get to them yet)
  2979. # [21:41] <dmose> RyanVM|sheriffduty: ok, thanks
  2980. # [21:42] * Joins: davidb (davidb@moz-rt6.a90.156.69.IP)
  2981. # [21:42] * Joins: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp)
  2982. # [21:43] * Quits: arnaud_bienner (arno@moz-2l4ok5.abo.bbox.fr) (Quit: Ex-Chat)
  2983. # [21:44] * Quits: Ms2ger (Ms2ger@moz-c70.8u8.182.91.IP) (Quit: nn)
  2984. # [21:44] <seth> RyanVM|sheriffduty: do you plan to do a merge to m-c before reopening?
  2985. # [21:44] <RyanVM|sheriffduty> seth: if things are green, probably
  2986. # [21:44] <seth> nice!
  2987. # [21:45] * merike|away is now known as merike
  2988. # [21:47] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
  2989. # [21:48] <gaston> RyanVM|sheriffduty: is there a good/bad timing to push an nspr uplift ?
  2990. # [21:48] * Joins: Shrooms (Shrooms@moz-7srl5t.ip.windstream.net)
  2991. # [21:48] <RyanVM|sheriffduty> I don't think I'm qualified to answer that :)
  2992. # [21:49] <RyanVM|sheriffduty> I will say that the uplift to aurora is on Monday
  2993. # [21:49] <KWierso> RyanVM|sheriffduty: beyond "not now since we're closed everywhere" :)
  2994. # [21:49] <gaston> oh we're closed everywher e?
  2995. # [21:49] <gaston> damn you tree
  2996. # [21:49] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
  2997. # [21:50] <gaston> RyanVM|sheriffduty: yeah i aim to land *before* that uplift :)
  2998. # [21:50] <froydnj> bustaaaaaaaaaage!
  2999. # [21:50] <RyanVM|sheriffduty> gaston: in that case, "ASAP"
  3000. # [21:50] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
  3001. # [21:50] <gaston> ASAPOTTIO
  3002. # [21:50] <gaston> (OnceTheTreeIsOpen)
  3003. # [21:51] * Joins: gustavold1 (gustavold@moz-1bg.6n4.40.189.IP)
  3004. # [21:53] * lmandel is now known as lmandel_afk
  3005. # [21:53] * Joins: jkitch (Thunderbird@moz-qeebqi.k4n0.vhij.44b8.2001.IP)
  3006. # [21:53] * Quits: gustavold (gustavold@moz-dc7.831.255.191.IP) (Ping timeout: 121 seconds)
  3007. # [21:55] <@smaug> what is "Mirror Tab"?
  3008. # [21:55] * Joins: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca)
  3009. # [21:55] * Quits: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net) (Quit: Goodbye)
  3010. # [21:55] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  3011. # [21:55] <RyanVM|sheriffduty> smaug: chromecast?
  3012. # [21:56] <@smaug> oh
  3013. # [21:56] <@smaug> no wonder it is disabled
  3014. # [21:56] <@smaug> and Bug 1113299 is filed, good
  3015. # [21:57] * Quits: mahdi (mahdi@moz-dm8.o61.244.151.IP) (Connection closed)
  3016. # [21:57] * Quits: Enn (enn@moz-6nvj25.ckpj.s0pt.0450.2001.IP) (Ping timeout: 121 seconds)
  3017. # [21:57] * Quits: imjalpreet (Thunderbird@moz-9i1.k6o.139.14.IP) (Ping timeout: 121 seconds)
  3018. # [21:58] * flod is now known as flod|away
  3019. # [21:59] * Quits: jez9999 (user@moz-0gv0qn.zen.co.uk) (Quit: )
  3020. # [21:59] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  3021. # [22:00] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
  3022. # [22:00] * Quits: AaronMT (AaronMT@moz-i5m.05u.207.66.IP) (Connection closed)
  3023. # [22:00] * Joins: AaronMT (AaronMT@moz-i5m.05u.207.66.IP)
  3024. # [22:01] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
  3025. # [22:01] * Quits: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net) (Quit: rcirc on GNU Emacs 24.3.92.1)
  3026. # [22:02] * Joins: Kripton (kripton-moz@moz-abs5hm.net)
  3027. # [22:03] * KWierso is now known as KWierso|mtg
  3028. # [22:03] * Joins: Archaeopteryx (Archaeopter@moz-pv01lb.cust.telecolumbus.net)
  3029. # [22:03] * Joins: pnkfelix (pnkfelix@moz-eljppb.fbx.proxad.net)
  3030. # [22:05] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
  3031. # [22:06] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  3032. # [22:06] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
  3033. # [22:06] * Quits: Sushant94 (Sushant@moz-v9m.st2.202.116.IP) (Quit: Leaving)
  3034. # [22:06] * bz is now known as bz_away
  3035. # [22:08] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  3036. # [22:09] * jdm is now known as jdm|busy
  3037. # [22:11] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  3038. # [22:12] * Joins: gandalf (zbraniecki@moz-l8ebtf.sfo1.mozilla.com)
  3039. # [22:13] * Quits: Morris_PC (Morris@moz-aj9ejj.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  3040. # [22:13] * Quits: kepta (kepta@moz-bgt.6kh.139.14.IP) (A TLS packet with unexpected length was received.)
  3041. # [22:14] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Quit: Leaving.)
  3042. # [22:14] * Quits: gustavold1 (gustavold@moz-1bg.6n4.40.189.IP) (Quit: Leaving.)
  3043. # [22:14] * Joins: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com)
  3044. # [22:14] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  3045. # [22:15] * mreavy|mtg is now known as mreavy
  3046. # [22:15] * Quits: gsvelto (gsvelto@moz-lof9p5.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  3047. # [22:15] * Quits: mastizada (Thunderbird@moz-daq.v53.6.95.IP) (Ping timeout: 121 seconds)
  3048. # [22:16] * Joins: emtwo1 (Adium@moz-i5m.05u.207.66.IP)
  3049. # [22:18] * philor|away is now known as philor
  3050. # [22:20] * jmaher is now known as jmaher|afk
  3051. # [22:20] * Quits: emtwo (Adium@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  3052. # [22:20] * Quits: Florent (Thunderbird@moz-gf8jgp.rev.sfr.net) (Ping timeout: 121 seconds)
  3053. # [22:20] * xidorn|away is now known as xidorn
  3054. # [22:21] * Joins: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP)
  3055. # [22:22] * bobowen|afk is now known as bobowen
  3056. # [22:23] * mattwoodrow|away is now known as mattwoodrow
  3057. # [22:23] * Joins: Mano (mano@moz-5uq22s.red.bezeqint.net)
  3058. # [22:24] * Joins: gw (uid31717@moz-lf0qhk.ealing.irccloud.com)
  3059. # [22:24] * Joins: emtwo (Adium@moz-86vrj7.ckpj.s0pt.0450.2001.IP)
  3060. # [22:24] * Quits: emtwo1 (Adium@moz-i5m.05u.207.66.IP) (Connection closed)
  3061. # [22:24] * Quits: Kripton (kripton-moz@moz-abs5hm.net) (Quit: Shutting down.)
  3062. # [22:24] * Quits: @Cwiiis (uid15019@moz-h5bcpj.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  3063. # [22:25] * Quits: emtwo (Adium@moz-86vrj7.ckpj.s0pt.0450.2001.IP) (Quit: Leaving.)
  3064. # [22:25] * Joins: emtwo (Adium@moz-86vrj7.ckpj.s0pt.0450.2001.IP)
  3065. # [22:27] <gw> on the Servo project, we have our own copies of harfbuzz and libpng that we have rust bindings for that we statically link to. This has worked fine so far, but causes problems (version mismatch crashes) when linking on linux to other libraries that have those as dependencies (e.g. gtk3). Does anyone know how Firefox deals with this situation?
  3066. # [22:27] * Quits: jdm|busy (jdm@moz-d78e4i.dsl.bell.ca) (Ping timeout: 121 seconds)
  3067. # [22:27] <gw> (or a better channel for me to direct this question to)
  3068. # [22:28] <@smaug> ted: bsmedberg: glandium: ^
  3069. # [22:28] <@bsmedberg> gw: use internal linkage for the library symbols so that they don't pollute the global symbol namespace
  3070. # [22:29] <@bsmedberg> or in some cases we use symbol prefixes, but hiding the completely is better
  3071. # [22:29] * merike is now known as merike|away
  3072. # [22:30] * geekboy|afk is now known as geekboy
  3073. # [22:30] <gw> bsmedberg: not sure how the first option would work with rust's foreign function interface, but I'll look into those options, thanks for the info
  3074. # [22:31] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  3075. # [22:32] * Joins: Jesse (jruderman@moz-lfml9t.ujol.1ibb.0101.2620.IP)
  3076. # [22:34] * Joins: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net)
  3077. # [22:34] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Ping timeout: 121 seconds)
  3078. # [22:35] * Quits: AaronMT (AaronMT@moz-i5m.05u.207.66.IP) (Quit: Computer has gone to sleep.)
  3079. # [22:35] * Quits: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com) (A TLS packet with unexpected length was received.)
  3080. # [22:35] * bz_away is now known as bz
  3081. # [22:36] * Joins: kgrandon (Adium@moz-a18t42.rgd2.9kg1.0101.2620.IP)
  3082. # [22:36] * Joins: jdm|busy (jdm@moz-gsn5od.dsl.bell.ca)
  3083. # [22:37] * Joins: bdahl (bdahl@moz-3veeoq.dynamic.fusionbroadband.com)
  3084. # [22:37] * Joins: AaronMT (AaronMT@moz-i5m.05u.207.66.IP)
  3085. # [22:37] * Joins: Mossop_ (dtownsend@moz-1gfh2v.fios.verizon.net)
  3086. # [22:38] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Ping timeout: 121 seconds)
  3087. # [22:39] * Joins: njn (chatzilla@moz-33a4k1.iinet.net.au)
  3088. # [22:39] * killer sets mode: +o njn
  3089. # [22:40] <@njn> anyone here using VirtualBox to run a Windows VM on Linux? My window is only 1024 x 768 and I'd really like to make it bigger but have failed to work out how
  3090. # [22:40] <Callek> njn: windows takes supported screen resolution from what it thinks is the GPU and color depth combinations
  3091. # [22:40] <Callek> I've never done the whole windows-VM management thing, but I know that for sure
  3092. # [22:41] <Callek> so maybe virtualbox-tools or some such could/should be installed
  3093. # [22:41] * Quits: WaltS48 (Thunderbird@moz-v0f9if.east.verizon.net) (Client exited)
  3094. # [22:41] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Connection closed)
  3095. # [22:41] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  3096. # [22:42] * Quits: AaronMT (AaronMT@moz-i5m.05u.207.66.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3097. # [22:42] * zz_miketaylr is now known as miketaylr
  3098. # [22:43] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  3099. # [22:44] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  3100. # [22:44] <@njn> Callek: I've seen docs talking about the "Guest Additions" but I've never got that to work
  3101. # [22:44] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  3102. # [22:44] * shorlander is now known as shorlander-afk
  3103. # [22:45] * philor is now known as philor|away
  3104. # [22:45] <Fallen> njn: I used to have that, and installing the guest additions worked for me
  3105. # [22:45] <evilpie> njn: oh you should really install that
  3106. # [22:45] <Fallen> you should be able to install that via the VM's menu, that will mount a cd with the tools on it
  3107. # [22:45] <evilpie> usually you just have to mount some kind of drive that contains the guest additions and install them from inside window
  3108. # [22:45] <evilpie> s
  3109. # [22:46] <@njn> Fallen: there's a "Install Guest additions CD image" in the "devices" menu, but it doesn't appear to have any effect when I click on it
  3110. # [22:46] <@njn> maybe there's a follow-up step that I can't figure out
  3111. # [22:47] <Fallen> njn: yeah, that menuitem. Does it not mount a new CD in windows?
  3112. # [22:47] * Quits: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP) (Connection closed)
  3113. # [22:47] <kbrosnan> should
  3114. # [22:47] * Joins: Silne30_ (Silne30@moz-osb574.dybhfl.sbcglobal.net)
  3115. # [22:47] <kbrosnan> does the vm have a cd drive specified
  3116. # [22:47] * Joins: gustavold (gustavold@moz-uso.k8a.45.177.IP)
  3117. # [22:47] * Joins: rbarnes (rbarnes@moz-mjf.eqs.166.195.IP)
  3118. # [22:47] <@njn> Fallen: ah! it does... now what?
  3119. # [22:48] <Fallen> njn: how is this? http://www.tomshardware.co.uk/faq/id-1955955/install-virtualbox-guest-additions-windows.html
  3120. # [22:48] * Quits: Silne30_ (Silne30@moz-osb574.dybhfl.sbcglobal.net) (Connection closed)
  3121. # [22:48] * Joins: Silne30_ (Silne30@moz-osb574.dybhfl.sbcglobal.net)
  3122. # [22:48] * Joins: Kripton (kripton-moz@moz-abs5hm.net)
  3123. # [22:48] <@njn> Fallen: looks great! let me try it...
  3124. # [22:49] * Joins: gustavold1 (gustavold@moz-uso.k8a.45.177.IP)
  3125. # [22:49] * Quits: gustavold (gustavold@moz-uso.k8a.45.177.IP) (Quit: Leaving.)
  3126. # [22:50] * Kripton is now known as kripton
  3127. # [22:51] * bobowen is now known as bobowen|afk
  3128. # [22:51] * chmanchester is now known as chmanchester|afk
  3129. # [22:51] * Joins: karlt (karl@moz-0mfuf7.dqqd.b0fh.0cb0.2001.IP)
  3130. # [22:52] <RyanVM|sheriffduty> keeler: looks like xpcshell greened up with your follow-up :)
  3131. # [22:52] <keeler> RyanVM|sheriffduty: yay!
  3132. # [22:52] * Quits: Mano (mano@moz-5uq22s.red.bezeqint.net) (Connection closed)
  3133. # [22:52] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  3134. # [22:53] * jdm|busy is now known as jdm
  3135. # [22:53] * Quits: tonymec (tonymec@moz-r10.deo.66.87.IP) (Ping timeout: 121 seconds)
  3136. # [22:54] * Mossop_ is now known as Mossop
  3137. # [22:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/49caf88e970c - Dave Hylands - Bug 1073003 - Fix warnings causing errors in emulator build. r=nfroyd
  3138. # [22:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f9061e5d1c02 - Dave Hylands - Bug 1073003 - Fix warnings in stlport causing errors in emulator build. r=bzbarsky
  3139. # [22:54] <@njn> Fallen: it works!
  3140. # [22:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/84d140bfbb58 - Dave Hylands - Bug 1073003 - Create an stlport modifications patch and update README.mozilla r=nfroyd (on a CLOSED TREE)
  3141. # [22:54] <@njn> Fallen: I can choose fullscreen mode, or resize the window arbitrarily
  3142. # [22:54] <@njn> seamless mode screwed up -- I could see a mix of the windows desktop and the linux desktop... but no matter
  3143. # [22:54] <@njn> thanks!
  3144. # [22:54] <Fallen> njn: perfect :-) Guest Additions are vital, so much nicer.
  3145. # [22:56] * KWierso|mtg is now known as KWierso
  3146. # [22:56] <KWierso> njn: I've never had good luck with seamless mode unless I was doing the same guest and host OS
  3147. # [22:56] * Quits: tedders1_ (tedders1@moz-6eah7j.cable.rogers.com) (Connection closed)
  3148. # [22:57] <@njn> so much more screen real estate, lovely
  3149. # [22:57] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  3150. # [22:58] * Quits: spohl (Adium@moz-hi9.olo.156.104.IP) (Quit: Leaving.)
  3151. # [22:58] <@njn> 8:58am, I think I've achieved enough for the day
  3152. # [22:59] * Quits: gustavold1 (gustavold@moz-uso.k8a.45.177.IP) (Quit: Leaving.)
  3153. # [23:00] * Quits: edwin (me@moz-dkjr1g.scl3.mozilla.com) (Ping timeout: 121 seconds)
  3154. # [23:00] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  3155. # [23:01] * Quits: tedders1 (tedders1@moz-6eah7j.cable.rogers.com) (Ping timeout: 121 seconds)
  3156. # [23:03] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  3157. # [23:03] * terrence-lunch is now known as terrence
  3158. # [23:04] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  3159. # [23:05] <jcranmer> ehsan: did you ever do any work on adding operator T*() && = delete; to nsRefPtr/nsCOMPtr?
  3160. # [23:05] <JesperHansen> how long will hg clone of moz-central take?
  3161. # [23:05] <@ehsan> jcranmer: no
  3162. # [23:06] <JesperHansen> specifically before it gets past adding manifests
  3163. # [23:06] * Quits: rmcdougall (Adium@moz-l35r56.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  3164. # [23:06] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  3165. # [23:06] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  3166. # [23:06] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  3167. # [23:07] <jesup> JesperHansen: depends on network mostly, also disk speed.
  3168. # [23:08] * Joins: gustavold (gustavold@moz-0v5.d51.94.177.IP)
  3169. # [23:08] * janv_ is now known as janv
  3170. # [23:09] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Quit: This computer has gone to sleep)
  3171. # [23:09] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  3172. # [23:09] * Parts: gw (uid31717@moz-lf0qhk.ealing.irccloud.com) ("")
  3173. # [23:09] * Joins: garvank_ (Garvan@moz-i5m.05u.207.66.IP)
  3174. # [23:10] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  3175. # [23:10] <JesperHansen> jesup: hmm, 50mbit line, but only seeing 8mbit being used. Not sure about disk since that's always a bit fuzzy when it is writing to numerous files all the time
  3176. # [23:10] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  3177. # [23:11] * mcote is now known as mcote|afk
  3178. # [23:12] <JesperHansen> oh, it is adding file changes. Progress :)
  3179. # [23:12] * Quits: garvank (Garvan@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  3180. # [23:13] * yzen is now known as yzen_
  3181. # [23:16] * Joins: espadrine (ttyl@moz-l019mn.fbx.proxad.net)
  3182. # [23:17] <KWierso> JesperHansen: you can add the 'progress' extension in your .hgrc file to get a progress bar
  3183. # [23:17] * Quits: yzen_ (yzen@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  3184. # [23:18] <jesup> yes. Big win
  3185. # [23:18] * Joins: mikeratcliffe (Adium@moz-18u.as2.12.149.IP)
  3186. # [23:18] <RyanVM|sheriffduty> keeler: oh my, that patch caused even more fun than we thought - broke mochitest-bc too :)
  3187. # [23:19] <keeler> RyanVM|sheriffduty: :( (but it's fixed now, right?)
  3188. # [23:19] <RyanVM|sheriffduty> yeah
  3189. # [23:19] <RyanVM|sheriffduty> everything's green on the follow-up
  3190. # [23:19] <keeler> ok, phew
  3191. # [23:19] <keeler> :)
  3192. # [23:21] * Joins: mastizada (Thunderbird@moz-ihb.dc9.233.178.IP)
  3193. # [23:21] * Quits: maxli (maxli@moz-h8kluf.cs.uwaterloo.ca) (Quit: Leaving.)
  3194. # [23:22] * Quits: alexbard_ (alexbardas@moz-57qfdm.CS.idilis.net) (Ping timeout: 121 seconds)
  3195. # [23:22] * Quits: milan (milan@moz-i5m.05u.207.66.IP) (Quit: )
  3196. # [23:22] * Joins: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP)
  3197. # [23:22] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  3198. # [23:23] <xidorn> anyone knows how can i run Ru tests locally?
  3199. # [23:23] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Ping timeout: 121 seconds)
  3200. # [23:24] <edmorley> jcranmer: comm-central says closed now, after the prod push
  3201. # [23:24] <jcranmer> rkent: ^
  3202. # [23:24] <jcranmer> edmorley: merci
  3203. # [23:24] * chmanchester|afk is now known as chmanchester
  3204. # [23:25] <rkent> cpasibo vsye
  3205. # [23:25] <@njn> aklotz: RtlCaptureStackBackTrace() might be better than RtlVirtualUnwind()
  3206. # [23:25] <@njn> and it's available in WinXP!
  3207. # [23:25] <aklotz> njn: I think that one doesn't give you stack pointers though :-(
  3208. # [23:26] <@njn> aklotz: do any of the callers to NS_StackWalk actually use the stack pointers? DMD sure doesn't
  3209. # [23:26] <aklotz> njn: The profiler does
  3210. # [23:26] <@njn> boo... ok
  3211. # [23:26] <BenWa> njn: We use it to merge different stacks together
  3212. # [23:27] <@njn> aklozt: any ideas about https://bugzilla.mozilla.org/show_bug.cgi?id=1088343#c18 ?
  3213. # [23:27] <@njn> I wonder if the places I'm getting no runtimeFunction are JIT frames
  3214. # [23:27] * Quits: garvank_ (Garvan@moz-i5m.05u.207.66.IP) (Connection closed)
  3215. # [23:28] <@njn> aklotz: that's part of the reason I didn't try to do the "recover from !runtimeFunction" case
  3216. # [23:28] <aklotz> njn: OH.... I bet that's EXACTLY what you're seeing
  3217. # [23:28] <aklotz> froydnj: ^
  3218. # [23:28] <@njn> aklotz: and if so, trying to recover in the suggested way is probably bogus
  3219. # [23:29] * aklotz grumbles
  3220. # [23:29] <@njn> froydnj: you had to deal with lack of debuginfo for JIT frames in windows for something complex a while back... dmajor too... what was that again?
  3221. # [23:30] <dmajor> njn: https://bugzilla.mozilla.org/show_bug.cgi?id=844196
  3222. # [23:30] * kats is now known as kats|away
  3223. # [23:30] <@njn> dmajor: in 25 words or less, how did you end up solving it?
  3224. # [23:30] * dmajor looks up which of the 800 solutions we went with
  3225. # [23:31] <dmajor> s/solutions/attempts/
  3226. # [23:32] * Joins: garvank (Garvan@moz-i5m.05u.207.66.IP)
  3227. # [23:32] * Quits: davidb (davidb@moz-rt6.a90.156.69.IP) (Quit: Blah blah blah)
  3228. # [23:32] <@njn> dmajor: looks like this isn't really relevant/helpful to NS_StackWalk
  3229. # [23:32] <dmajor> njn: we use RtlAddFunctionTable to register our own unwind/exception info for the JIT regions
  3230. # [23:33] <dmajor> njn: well I don't think you'll be able to walk past a JIT frame. I think it provides just enough information for the system to call our exception handler and not worry about the rest of the walk
  3231. # [23:34] <@njn> dmajor: right
  3232. # [23:34] * Quits: keeler (keeler@moz-09a.i8g.126.207.IP) (Quit: WeeChat 1.0.1)
  3233. # [23:34] <@njn> aklotz: so what do you think I should do in the !runtimeFunction case? bail, or try to recover? JIT frames will be much more common for us than leaf frames. I could try to recover only if its the 0th frame, which would catch the leaf frame case...
  3234. # [23:35] * Joins: aben (aben@moz-93bb15.cable.rogers.com)
  3235. # [23:36] * heycam is now known as heycam|away
  3236. # [23:36] * Quits: aben (aben@moz-93bb15.cable.rogers.com) (Quit: )
  3237. # [23:36] * Joins: keeler (keeler@moz-09a.i8g.126.207.IP)
  3238. # [23:36] * gaye is now known as gaye|bbiab
  3239. # [23:37] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  3240. # [23:37] * Quits: nattokirai (nattokirai@moz-rq9a8e.asahi-net.or.jp) (Client exited)
  3241. # [23:37] * Joins: tedders1 (tedders1@moz-6eah7j.cable.rogers.com)
  3242. # [23:38] * Joins: edwin (me@moz-dkjr1g.scl3.mozilla.com)
  3243. # [23:38] * Quits: mikeratcliffe (Adium@moz-18u.as2.12.149.IP) (Quit: Leaving.)
  3244. # [23:39] * Quits: kdc (chatzilla@moz-7k5q9l.pk.shawcable.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3245. # [23:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/20a7f674d668 - Jan Varga - Bug 1110585 - Inconsistent timestamp in storage metadata file; r=bent
  3246. # [23:40] <aklotz> njn: I guess that's the best we can do :-/
  3247. # [23:40] * Quits: @roc (chatzilla@moz-6r0dl2.orcon.net.nz) (Connection closed)
  3248. # [23:40] * RyanVM|sheriffduty is now known as RyanVM|afk
  3249. # [23:41] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  3250. # [23:41] * geekboy is now known as geekboy|afk
  3251. # [23:41] <@njn> aklotz: recover on the 0th frame? ok, I'll do that
  3252. # [23:41] <aklotz> njn: affirmative
  3253. # [23:41] * bc is now known as bc|bbiab
  3254. # [23:42] * Quits: @bsmedberg (bsmedberg@moz-7vj.eqd.255.207.IP) (Quit: Leaving)
  3255. # [23:42] * KWierso is now known as KWierso|sheriffduty
  3256. # [23:44] * Quits: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP) (Connection closed)
  3257. # [23:44] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  3258. # [23:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0ba47bf64be3 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3259. # [23:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8bfe2f2408b7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3260. # [23:45] * Joins: jrmuizel (jrmuizel@moz-i5m.05u.207.66.IP)
  3261. # [23:45] * baku is now known as baku|away
  3262. # [23:47] <@njn> aklotz: hmm, but the leaf function case won't ever happen for us because we'll always be in NS_StackWalk or one of the other stack walking functions
  3263. # [23:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/06402d84ac3d - Aaron Klotz - Bug 1119060: Ensure that PluginProcessParent::mLaunchCompleteTask is non-null until the runnable has executed; r=gfritzsche
  3264. # [23:47] <aklotz> njn: good point; let's just leave it as-is. I'll go back and r+ the original patch.
  3265. # [23:47] * Joins: alexbard_ (alexbardas@moz-mkdihd.GJ.idilis.net)
  3266. # [23:47] * Quits: Boriss (Boriss@moz-tk8.nnf.245.162.IP) (Client exited)
  3267. # [23:47] <@njn> aklotz: thanks. I might add a comment about JIT frames
  3268. # [23:47] <aklotz> njn: sounds good
  3269. # [23:48] <@njn> dmajor: do you want to look at the patch before I land it?
  3270. # [23:48] * Quits: brendan (brendaneich@moz-ejav16.sub-70-197-20.myvzw.com) (Connection closed)
  3271. # [23:48] <@njn> oh, I should do something about ehsan's comment
  3272. # [23:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7877a00d7025 - Nicholas Nethercote - Backout 51e4e9fcde24 (bug 1105895) for causing some Octane and Dromaeo regressions.
  3273. # [23:49] * Quits: dark-knight (dark-knight@moz-27q.nhl.10.176.IP) (A TLS packet with unexpected length was received.)
  3274. # [23:49] <@ehsan> :)
  3275. # [23:49] <dmajor> njn: yeah I just got around to that bugmail
  3276. # [23:49] * Quits: DGMurdockIII (dgmurdockii@moz-gehpof.in.comcast.net) (Quit: Leaving)
  3277. # [23:50] * Joins: jfkthame (jfkthame@moz-2a7.i06.29.2.IP)
  3278. # [23:50] * Quits: jfkthame (jfkthame@moz-2a7.i06.29.2.IP) (Connection closed)
  3279. # [23:50] * Joins: twi (Adium@moz-7826p4.aapt.com.au)
  3280. # [23:50] <@njn> ehsan: there's this weird |extern "C"| thing I'll need to grok first: https://dxr.mozilla.org/mozilla-central/source/xpcom/base/nsStackWalk.cpp#205
  3281. # [23:50] * Quits: alexbardas (alexbardas@moz-8e5.j1b.166.109.IP) (Ping timeout: 121 seconds)
  3282. # [23:51] * Quits: bholley (bholley@moz-jaejpj.ca.comcast.net) (Connection closed)
  3283. # [23:51] * Joins: brendan (brendaneich@moz-k4ijtn.sub-70-197-1.myvzw.com)
  3284. # [23:51] * Joins: bholley (bholley@moz-jaejpj.ca.comcast.net)
  3285. # [23:51] * @ehsan looks
  3286. # [23:52] <@njn> I guess I just declare my new functions in that |extern "C"| block
  3287. # [23:52] <@njn> ehsan: the URL mentioned is a 404 now
  3288. # [23:52] <@njn> :(
  3289. # [23:52] <@ehsan> njn: I think that comment is bogus
  3290. # [23:52] <@ehsan> njn: none of that stuff are exported
  3291. # [23:52] <@ehsan> just ignore it :)
  3292. # [23:52] <@ehsan> (or even better rip it out!)
  3293. # [23:52] <@njn> ehsan: I don't see why those functions aren't static
  3294. # [23:52] <@ehsan> by mistake
  3295. # [23:53] <@njn> ehsan: maybe I'll do that as a precursor patch
  3296. # [23:53] <lsblakk> bobowen|afk RyanVM|afk if either of you can uplift bug 1110760 to mozilla-release now, it can get into this evening's 35.0 respin
  3297. # [23:53] * Quits: tromey (tromey@moz-2d91tj.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.0.50.8))
  3298. # [23:53] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7668de904683 - Chris Pearce - Bug 1118593 - Disable MoofParser for encrypted streams. r=kentuckyfriedtakahe a=mse
  3299. # [23:53] <@ehsan> njn: also while you're there get rid of hStackWalkMutex please?
  3300. # [23:53] <@njn> ehsan: sure
  3301. # [23:53] * @ehsan hates it when code comments are lies!
  3302. # [23:53] <@ehsan> thanks
  3303. # [23:54] * Joins: tonymec (tonymec@moz-r10.deo.66.87.IP)
  3304. # [23:54] <RyanVM|afk> lsblakk: sec
  3305. # [23:54] <lsblakk> RyanVM|afk: there might be one more too (very likely) bug 1117140
  3306. # [23:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/40b7a74be389 - Mark Hammond - Bug 1117001 - xpcshell tests now log console messages. r=chmanchester
  3307. # [23:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/26575d4adb94 - Mark Hammond - Bug 1119104 - add a migration=sync11 query param when about:accounts is opened via migration flow. r=adw
  3308. # [23:55] <dmajor> njn: wow, _M_IA64, I wonder if our build still even works there
  3309. # [23:55] <@njn> dmajor: I doubt it
  3310. # [23:55] <@ehsan> dmajor: lolz
  3311. # [23:55] <@njn> ehsan: the decl for PrintError doesn't even match the definition!
  3312. # [23:55] <@ehsan> ;)
  3313. # [23:56] <@ehsan> njn: I'm shocked ;)
  3314. # [23:56] * Quits: brendan (brendaneich@moz-k4ijtn.sub-70-197-1.myvzw.com) (Client exited)
  3315. # [23:56] <RyanVM|afk> lsblakk: what are we waiting on for the second one?
  3316. # [23:57] * RyanVM|afk is about to go make dinner and would like to get them both done in one shot
  3317. # [23:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/61caab4a0f6a - Mark Hammond - Backout 40b7a74be389 due to wrong bug number in commit message
  3318. # [23:57] <lsblakk> RyanVM|afk: i'm going to approve rn
  3319. # [23:57] <RyanVM|afk> perfect
  3320. # [23:58] * sydpolk|afk is now known as sydpolk
  3321. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/15f5148fe589 - Brian Birtles - Bug 1112480 part 1 - Adjust tests to accommodate changed animation start behavior; r=jwatt
  3322. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dfba5219541f - Brian Birtles - Bug 1112480 part 2 - Factor out ResumeAt; r=jwatt
  3323. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/73091940bedf - Brian Birtles - Bug 1112480 part 3 - Add AnimationPlayer::StartOnNextTick; r=jwatt
  3324. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/69a084bd65e4 - Brian Birtles - Bug 1112480 part 4 - Use mPendingReadyTime in AnimationPlayer::Tick; r=jwatt
  3325. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/003c367a510f - Brian Birtles - Bug 1112480 part 5 - Add AnimationTimeline::IsUnderTestControl; r=jwatt
  3326. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d99b6fd9ca56 - Brian Birtles - Bug 1112480 part 6 - Make PendingPlayerTracker call StartOnNextTick; r=jwatt
  3327. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1d3d4759f4ed - Brian Birtles - Bug 1112480 part 7 - Add checking for orphaned players; r=jwatt
  3328. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/632d54874ed2 - Brian Birtles - Bug 1112480 part 8 - Remove AnimationTimeline::FastForward; r=jwatt
  3329. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2081656d2497 - Brian Birtles - Bug 1112480 part 9 - Remove call to PostUpdate from AnimationPlayer::ResumeAt; r=jwatt
  3330. # [23:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/95267af607c3 - Brian Birtles - Bug 1112480 part 10 - Mark css-animations/test_animation-pausing.html and css-transitions/test_animation-pausing.html as no longer failing; r=jwatt
  3331. # Session Close: Fri Jan 09 00:00:01 2015

Previous day, Next day

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