/irc-logs / mozilla / #developers / 2012-11-27 / end

Options:

  1. # Session Start: Tue Nov 27 00:00:01 2012
  2. # Session Ident: #developers
  3. # [00:00] * mjschranz_away is now known as mjschranz
  4. # [00:00] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  5. # [00:00] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  6. # [00:02] * Quits: espindola (espindola@moz-3C444239.dsl.teksavvy.com) (Client exited)
  7. # [00:02] * Quits: RealRaven (Thunderbir@EE30AA89.B715CAAF.C3498625.IP) (Quit: RealRaven)
  8. # [00:02] * Quits: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  9. # [00:02] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  10. # [00:02] * Joins: RealRaven (Thunderbir@EE30AA89.B715CAAF.C3498625.IP)
  11. # [00:03] * Quits: RealRaven (Thunderbir@EE30AA89.B715CAAF.C3498625.IP) (Quit: RealRaven)
  12. # [00:03] * Joins: RealRaven (Thunderbir@EE30AA89.B715CAAF.C3498625.IP)
  13. # [00:06] * Quits: RealRaven (Thunderbir@EE30AA89.B715CAAF.C3498625.IP) (Quit: RealRaven)
  14. # [00:06] <@ehsan> cpearce: so I finally managed to decode some audio frames in my web audio decoder
  15. # [00:06] <@ehsan> now, I need to actually look at the frames and stuff
  16. # [00:06] <cpearce> ehsan: woot!
  17. # [00:07] <@ehsan> and extract the decoded data
  18. # [00:07] <@ehsan> (yay!)
  19. # [00:07] <@ehsan> so
  20. # [00:07] <@ehsan> now the question is
  21. # [00:07] * Quits: spohl (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  22. # [00:07] <@ehsan> can I expose methods from MediaQueue which let the caller access the queue directly?
  23. # [00:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4af18f114939 - Nagarjuna Varma - Bug 810149: Telemetry to track time spent recursively scanning addon directories on startup. r=vdjeric
  24. # [00:07] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  25. # [00:07] <@ehsan> cause I don't want to do a series of PopFront's
  26. # [00:08] <@ehsan> that seems to incur memcpy's in nsDeque IINM
  27. # [00:08] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: Leaving)
  28. # [00:09] * jgilbert_ is now known as jgilbert
  29. # [00:09] <cpearce> ehsan: why can't you just pop off the queue? do you need to push back onto it? or access non-front samples?
  30. # [00:09] * AutomatedTester is now known as AutomatedTester|AFK
  31. # [00:09] <@ehsan> hmm
  32. # [00:10] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  33. # [00:10] <@ehsan> cpearce: actually, looking at nsDeque::PopFront, it looks like it's smart enough to avoid memcpy's
  34. # [00:10] <@ehsan> so nm I guess :)
  35. # [00:10] <cpearce> ehsan: cool!
  36. # [00:10] <@ehsan> cpearce: I'll soon have a bunch of more patches for you to review, hopefully :)
  37. # [00:11] * AutomatedTester|AFK is now known as AutomatedTester
  38. # [00:13] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  39. # [00:13] * Quits: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  40. # [00:14] * Joins: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  41. # [00:15] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  42. # [00:15] * mjschranz is now known as mjschranz_away
  43. # [00:15] <Mossop> nthomas: Can you help me push some files to stage.mozilla.org?
  44. # [00:15] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  45. # [00:16] * Quits: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com) (Ping timeout)
  46. # [00:16] <nthomas> Mossop: maybe, what's the destination dir ?
  47. # [00:17] <Mossop> nthomas: /pub/mozilla.org/labs/jetpack/
  48. # [00:17] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  49. # [00:17] <Mossop> Normally KWierso would push these files but he's PTO this week
  50. # [00:17] <nthomas> you'll need to ask IT, I don't have perms in that dir
  51. # [00:17] <nthomas> or myk
  52. # [00:17] <Mossop> nthomas: Ok thanks
  53. # [00:17] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Ping timeout)
  54. # [00:18] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  55. # [00:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e624ff41b15e - Vladan Djeric - Bug 813216: Make about:telemetry description consistent with other Telemetry descriptions. r=ttaubert
  56. # [00:19] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  57. # [00:20] * juanb is now known as juanb|brb
  58. # [00:20] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  59. # [00:20] * Quits: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP) (Quit: jfkthame)
  60. # [00:20] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  61. # [00:20] * AutomatedTester is now known as AutomatedTester|AFK
  62. # [00:22] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  63. # [00:23] * Quits: rednaks (rednaks@44A3CCB5.E0A95C24.55FFA9B4.IP) (Quit: Quitte)
  64. # [00:24] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  65. # [00:24] <@ehsan> cpearce: what's the story with mAudioBuffer and mAudioData?
  66. # [00:24] <@ehsan> cpearce: which is the one that I'm interested in?
  67. # [00:24] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121025230526])
  68. # [00:25] <cpearce> WTF??!
  69. # [00:25] <cpearce> hmmm
  70. # [00:25] <jdm> sounds like a good story
  71. # [00:25] <cpearce> mAudioBuffer is something we have for B2G.
  72. # [00:25] <cpearce> And android.
  73. # [00:26] <@ehsan> wut?!
  74. # [00:26] <cpearce> edwin: on desktop, mAudioBuffer is the one you want.
  75. # [00:26] <cpearce> ehsan: ^^ I mean...
  76. # [00:26] <@ehsan> hmm
  77. # [00:26] <@ehsan> cpearce: what if I want to support them both?
  78. # [00:27] * Quits: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net) (Quit: beaufour)
  79. # [00:27] <@dolske> then use mAudioBufferData
  80. # [00:27] <@dolske> (please don't pay attention to me ;)
  81. # [00:27] <jdm> :D
  82. # [00:28] <@ehsan> mAudioBufferData?
  83. # [00:28] <jdm> take a bit from one
  84. # [00:28] <jdm> a bit from the other
  85. # [00:28] <@ehsan> oh
  86. # [00:28] <@ehsan> this is dolske!
  87. # [00:28] <cpearce> ehsan: then I guess you have to convert from one to the other.
  88. # [00:28] <@ehsan> hrm
  89. # [00:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6bc3cd4a52ec - David Anderson - Add incremental barriers to addprop ICs (bug 811058, r=billm).
  90. # [00:28] <cpearce> ehsan: I think mAudioBuffer is a libstagefright struct, edwin or doublec can fill you in on details.
  91. # [00:29] <@ehsan> hmm ok
  92. # [00:29] <@ehsan> cpearce: so, I'll add a Data() method to AudioData which returns the right thing, I guess
  93. # [00:29] <@ehsan> does that sound kosher?
  94. # [00:29] <cpearce> oh wait, it's just a chunk of bytes, with a format field.
  95. # [00:30] * kmoir-afk is now known as kmoir
  96. # [00:30] <cpearce> ehsan: yeah, sounds good. shouldn't be hard to massage them , though you'll need to copy to do so :(
  97. # [00:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d5cfd29609df - Gregor Wagner - Bug 815398 - Settings: set navigator.mozSettings to null if we don't have read or write permission. r=bent
  98. # [00:30] <@ehsan> :(
  99. # [00:30] <@ehsan> I don't wanna copy anything more than I have to already
  100. # [00:31] * @ehsan already has to copy once
  101. # [00:31] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  102. # [00:31] <@ehsan> cpearce: wait, I thought SharedBuffer is this: http://mxr.mozilla.org/mozilla-central/source/content/media/SharedBuffer.h#23
  103. # [00:31] <@ehsan> but we also have http://mxr.mozilla.org/mozilla-central/source/media/omx-plugin/include/ics/utils/SharedBuffer.h#27
  104. # [00:31] <cpearce> ehsan: it is.
  105. # [00:32] <cpearce> we do.
  106. # [00:32] * @ehsan is puzzled
  107. # [00:32] <cpearce> as am I.
  108. # [00:32] <cpearce> Time for lunch.
  109. # [00:32] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  110. # [00:32] <@ehsan> hehe
  111. # [00:32] <@ehsan> ok
  112. # [00:32] <cpearce> ehsan: I recommend you grill edwin on this.
  113. # [00:32] <edwin> Former is ours, latter is Android's
  114. # [00:33] <@ehsan> edwin: so my original question was about getting the data out of AudioData
  115. # [00:33] <@ehsan> there's mAudioBuffer and mAudioData there
  116. # [00:33] <@ehsan> and I'm not sure when which one is valid
  117. # [00:33] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  118. # [00:33] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr)
  119. # [00:34] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  120. # [00:35] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  121. # [00:35] <edwin> Hmm
  122. # [00:36] * Quits: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de) (Quit: nforgerit)
  123. # [00:36] * Quits: ctalbert_win (Instantbir@2557E599.66715431.D25A875A.IP) (Ping timeout)
  124. # [00:37] <RobertClaypool> how hard would it be to try each one and the one that has music playing is the right one.
  125. # [00:37] * geekboy is now known as geekboy|afk
  126. # [00:37] <mjrosenb> argh. I need to stop pulling from mc when I want to push to mi
  127. # [00:37] <jhammel> what if it is a Japanese noise band? how would you tell?
  128. # [00:37] <mjrosenb> I have another mc-commit that hg wants to push to mi
  129. # [00:38] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  130. # [00:38] * Joins: rednaks (rednaks@44A3CCB5.E0A95C24.55FFA9B4.IP)
  131. # [00:38] <RobertClaypool> In that case, I would say to start with music that you know what it is supposed to sound like before trying it on ones you don't
  132. # [00:39] <edwin> ehsan: I think cpearce is right in that mAudioBuffer is the right one, but you'll need to call EnsureAudioBuffer() which does a copy
  133. # [00:40] <@ehsan> mjrosenb: I think you can do hg push -r f00...
  134. # [00:40] <edwin> Sadface
  135. # [00:40] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  136. # [00:40] <@dbaron> mjrosenb, or -rtip if it's tip
  137. # [00:40] <@ehsan> edwin: so, there's no way to avoid that copy?!
  138. # [00:40] <@dbaron> mjrosenb, see what hg out -rtip mozilla-inbound says
  139. # [00:40] * Joins: ctalbert_win (Instantbir@2557E599.66715431.D25A875A.IP)
  140. # [00:41] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  141. # [00:41] <mjrosenb> dbaron: that shouws only my commit
  142. # [00:41] <@dbaron> mjrosenb, if that's what you want to push, then you can s/out/push/
  143. # [00:42] <RobertClaypool> then what is mAudioData used for?
  144. # [00:42] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  145. # [00:42] <edwin> ehsan: Nope. They're laid out differently in memory. One is laid out Frames->Channels, the other Channels->Frames
  146. # [00:42] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  147. # [00:43] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  148. # [00:43] * Joins: jwatt (roslea@moz-640D3028.range86-181.btcentralplus.com)
  149. # [00:43] <RobertClaypool> it's like latching a port
  150. # [00:44] * Quits: imphil (philipp@moz-BBC17842.dynamic.mnet-online.de) (Client exited)
  151. # [00:44] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  152. # [00:44] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  153. # [00:44] * gregglind is now known as gregglind_away
  154. # [00:44] <edwin> Honestly, I'm a bit out of my depth in this code, but that seems to bethe way it is
  155. # [00:44] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  156. # [00:45] <mjrosenb> dbaron: neato, thinks!
  157. # [00:45] <mjrosenb> *thanks
  158. # [00:45] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  159. # [00:45] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  160. # [00:46] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  161. # [00:47] <@ehsan> edwin: ok, thanks for your help :)
  162. # [00:47] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  163. # [00:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/40208ff7967f - Ethan Hugg - Bug 814164 - Disable builder run of ice_unittest r=jesup
  164. # [00:49] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  165. # [00:50] * AaronMT|away is now known as AaronMT
  166. # [00:51] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  167. # [00:51] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  168. # [00:52] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  169. # [00:53] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  170. # [00:54] * Quits: rednaks (rednaks@44A3CCB5.E0A95C24.55FFA9B4.IP) (Quit: Quitte)
  171. # [00:55] * jhopkins|bbl is now known as jhopkins
  172. # [00:55] * Quits: hub (hub@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  173. # [00:56] * geekboy|afk is now known as geekboy
  174. # [00:57] * Quits: hurley (hurley@2557E599.66715431.D25A875A.IP) (Quit: mootex)
  175. # [00:57] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  176. # [00:57] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  177. # [00:57] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  178. # [00:58] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  179. # [00:59] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Ping timeout)
  180. # [00:59] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  181. # [00:59] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  182. # [01:00] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  183. # [01:01] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  184. # [01:01] * Quits: Optimizer (Optimizer@C39E0D84.8483AC60.BE90E62C.IP) (Ping timeout)
  185. # [01:01] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  186. # [01:01] * ChanServ sets mode: +o dbaron
  187. # [01:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ff5582c77a06 - Marty Rosenberg - Finally fix the second stack alignment check (second half of 3136d5ea2399) (bug 810996, bug 807156, r=djvj)
  188. # [01:04] <bent> gavin, ping
  189. # [01:05] * Joins: Optimizer (Optimizer@534EFC75.F222294B.BE90E62C.IP)
  190. # [01:05] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr)
  191. # [01:05] * Quits: biesi_ (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP) (Ping timeout)
  192. # [01:05] * Quits: ehugg (chatzilla@moz-62842EF0.cisco.com) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121025210744])
  193. # [01:06] * Quits: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net) (Client exited)
  194. # [01:06] * Quits: drexler (chatzilla@moz-AD4BBA18.hsd1.vt.comcast.net) (Ping timeout)
  195. # [01:06] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  196. # [01:07] <ekw> jdm: on bug 800195, when I try to run the mochitest-chrome you suggested (test_privatemode.xul), it just hangs, times out and fails. this happens with and without my patch for that bug. (the mochitest-browser-chrome test works though.)
  197. # [01:07] <jdm> hum
  198. # [01:08] * Quits: Jesse_ (jruderman@moz-E31CD2CB.mozilla.org) (Quit: Jesse_)
  199. # [01:08] <jdm> yes, I agree
  200. # [01:08] * mdas is now known as mdas|afk
  201. # [01:08] * Joins: Jesse (jruderman@moz-E31CD2CB.mozilla.org)
  202. # [01:08] <jdm> ekw: TEST_PATH=dom/plugins/test/test_privatemode.xul make -C obj-x86_64-unknown-linux-gnu/ mochitest-chrome
  203. # [01:08] <jdm> that should work, with whatever objdir you actually have
  204. # [01:09] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  205. # [01:09] * juanb|brb is now known as juanb
  206. # [01:09] <ekw> jdm: I'm using 64-bit win7. does that matter?
  207. # [01:09] * Joins: panzi (chatzilla@moz-1F928018.adsl.highway.telekom.at)
  208. # [01:09] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  209. # [01:09] <ekw> jdm: oh, nm
  210. # [01:10] * nthomas is now known as nthomas|away
  211. # [01:10] * Joins: jprmc (jprmc@F1781FE0.AEC9E1D6.DA78B690.IP)
  212. # [01:10] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  213. # [01:11] * Joins: ekr (ekr@43CB6079.66715431.D25A875A.IP)
  214. # [01:12] <ekw> jdm: I was using 'TEST_PATH=dom/plugins/test/mochitest/test_privatemode.xul /c/pymake/make.py mochitest-chrome' from inside my objdir. I tried your command from the mozilla-central dir and it's doing the same thing... hanging, will time out.
  215. # [01:12] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  216. # [01:13] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  217. # [01:14] * Joins: brendan_ (brendaneic@2557E599.66715431.D25A875A.IP)
  218. # [01:14] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  219. # [01:14] * brendan_ is now known as brendan
  220. # [01:14] <jdm> ekw: yes, notice that I got rid of the mochitest/ from the TEST_PATH
  221. # [01:15] <ekw> jdm: oh, ok. yeah, didn't notice that. thanks. it works and got some failures.
  222. # [01:16] <cabanier> sfink: I was not able to rebuild with the checked-in config files
  223. # [01:16] <cabanier> sfink: but I downloaded the failing builds from the try-bot
  224. # [01:17] <cabanier> sfink: and they work fine on my machine :-(
  225. # [01:17] <sfink> cabanier: ugh. I've had that happen more than once.
  226. # [01:18] <sfink> cabanier: do you have the same compiler version?
  227. # [01:18] <sfink> cabanier: wait, that was a dumb question :(
  228. # [01:18] <cabanier> sfink: :-)
  229. # [01:18] <sfink> cabanier: library versions would be more relevant
  230. # [01:18] <cabanier> sfink: I think this is a GPU issue.
  231. # [01:18] <sfink> oh, that seems plausible
  232. # [01:19] <cabanier> sfink: I'm getting inconsistent results from the try bots
  233. # [01:19] <cabanier> sfink: different files fail and sometimes there's a crash
  234. # [01:19] <cabanier> sfink: If I knew the server config, I could reproduce it here
  235. # [01:20] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  236. # [01:20] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  237. # [01:20] <sfink> cabanier: Hm. The server config might be documented on the wiki somewhere. But you might need to ask on #build.
  238. # [01:21] <cabanier> sfink: thanks! I will do that
  239. # [01:21] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  240. # [01:22] <sfink> cabanier: and you know that we have a large set of known inconsistent tests too, I hope? (Though it sounds like you're hitting problems more consistently than that.)
  241. # [01:22] * geekboy is now known as geekboy|afk
  242. # [01:22] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  243. # [01:22] * Quits: glandium (glandium@moz-6CEC22A8.fbx.proxad.net) (Ping timeout)
  244. # [01:23] <cabanier> sfink: it's only failing in the tests that my code is touching
  245. # [01:23] <sfink> ok
  246. # [01:23] <cabanier> sfink: it seems like a timing issue...
  247. # [01:24] * Quits: jprmc (jprmc@F1781FE0.AEC9E1D6.DA78B690.IP) (Ping timeout)
  248. # [01:24] * Quits: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com) (Quit: Leaving.)
  249. # [01:24] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  250. # [01:24] * Quits: mdas|afk (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  251. # [01:24] * Joins: glandium (glandium@moz-6CEC22A8.fbx.proxad.net)
  252. # [01:25] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  253. # [01:25] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  254. # [01:25] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Ping timeout)
  255. # [01:26] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  256. # [01:26] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  257. # [01:26] * kmoir is now known as kmoir-afk
  258. # [01:27] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  259. # [01:29] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  260. # [01:30] * Quits: bent (chatzilla@8829BB2C.926BA891.2A2F4638.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  261. # [01:32] * Quits: tchevalier (Thunderbir@moz-25495064.w90-28.abo.wanadoo.fr) (Quit: tchevalier)
  262. # [01:33] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  263. # [01:33] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  264. # [01:33] * Quits: panzi (chatzilla@moz-1F928018.adsl.highway.telekom.at) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121026094400])
  265. # [01:34] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  266. # [01:35] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  267. # [01:35] * jmaher|afk is now known as jmaher
  268. # [01:35] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  269. # [01:36] <njn> firebot: uuid
  270. # [01:36] <firebot> 01fcfb8e-865f-4bf9-9c45-fcc3f31b3f3e (/msg firebot cid for CID form)
  271. # [01:36] <njn> firebot: uuid
  272. # [01:36] <firebot> 9e7166da-da48-4c2a-bdd2-d232a51e0f8c (/msg firebot cid for CID form)
  273. # [01:36] <njn> firebot: uuid
  274. # [01:36] * njn was kicked by killer (Stop repeating yourself!)
  275. # [01:36] <firebot> c4f56e5f-22c2-4ee8-8d4c-ef6c54e9b68b (/msg firebot cid for CID form)
  276. # [01:36] * Joins: njn (chatzilla@moz-A7998153.dyn.iinet.net.au)
  277. # [01:36] <njn> dum de dum
  278. # [01:36] <njn> firebot: uuid
  279. # [01:36] <firebot> 7a4ecdf7-1034-43ab-8693-03e069cec08b (/msg firebot cid for CID form)
  280. # [01:37] <njn> dum de dah
  281. # [01:37] <njn> firebot: uuid
  282. # [01:37] <firebot> 390abf62-3cec-441f-bd14-c12f1ad81d8e (/msg firebot cid for CID form)
  283. # [01:38] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  284. # [01:40] <mrbkap> njn: You know that you can ask firebot for uuids in PM as well, right?
  285. # [01:41] * Quits: sfink (chatzilla@2557E599.66715431.D25A875A.IP) (Ping timeout)
  286. # [01:41] <@dolske> firebot: uuid
  287. # [01:41] <firebot> 87c97532-d18f-41d4-abf7-1300f63e5026 (/msg firebot cid for CID form)
  288. # [01:42] * Quits: redfive (chatzilla@256BAE6D.B47A798C.4989C8B.IP) (Ping timeout)
  289. # [01:43] * Joins: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de)
  290. # [01:44] * Quits: jwatt (roslea@moz-640D3028.range86-181.btcentralplus.com) (Ping timeout)
  291. # [01:45] * nthomas|away is now known as nthomas
  292. # [01:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fd6b5719b8eb - Jim Blandy - Bug 815044: Make js_DecompileScript, and js_DecompileFunction static to jsopcode.cpp. Delete js_DecompileFunctionBody; it is unused. r=jorendorff
  293. # [01:45] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  294. # [01:46] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  295. # [01:47] * Joins: randix_ (rdow@933CA1AA.CFBC10F9.8B52D585.IP)
  296. # [01:47] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
  297. # [01:47] * Quits: erick (erick@E1304535.2A7189BF.BE19388.IP) (Input/output error)
  298. # [01:47] * Quits: randix (rdow@933CA1AA.CFBC10F9.8B52D585.IP) (Ping timeout)
  299. # [01:47] * randix_ is now known as randix
  300. # [01:48] * NeilAway wonders whether njn got c4f56e5f-22c2-4ee8-8d4c-ef6c54e9b68b or whether someone else can steal it
  301. # [01:48] * Joins: jesup|laptop (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  302. # [01:48] <njn> NeilAway: I didn't get that one, I was booted from the channel for repetition :/
  303. # [01:49] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  304. # [01:49] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  305. # [01:50] * Joins: erick (erick@E1304535.2A7189BF.BE19388.IP)
  306. # [01:50] <RyanVM> gah, holy unstarred orange
  307. # [01:51] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  308. # [01:52] * mdas is now known as mdas|afk
  309. # [01:54] * Quits: Pike (Pike@moz-15280E51.hsd1.ut.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121119183901])
  310. # [01:55] * Quits: ekr (ekr@43CB6079.66715431.D25A875A.IP) (Quit: ekr)
  311. # [01:57] * dhylands is now known as dhylands|gym
  312. # [01:58] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  313. # [02:00] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  314. # [02:02] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  315. # [02:02] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  316. # [02:03] * Joins: mconley (mconley@moz-101FBACE.eng.wind.ca)
  317. # [02:04] * heycam is now known as heycam|away
  318. # [02:05] * whimboo is now known as whimboo|afk
  319. # [02:06] * Joins: ekr (ekr@moz-9A5C4806.mycingular.net)
  320. # [02:07] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  321. # [02:07] <markh> also - python -c "import uuid; print uuid.uuid4()"
  322. # [02:09] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  323. # [02:09] <Mook_as> it might be easier to just run `uuidgen`; that seems to exist on linux, osx, and win32/msvc.
  324. # [02:10] * Quits: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP) (Quit: Leaving.)
  325. # [02:10] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  326. # [02:10] * Quits: Quan (chatzilla@moz-6A702A7F.dclient.hispeed.ch) (Ping timeout)
  327. # [02:11] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  328. # [02:11] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  329. # [02:11] * Quits: ekr (ekr@moz-9A5C4806.mycingular.net) (Ping timeout)
  330. # [02:11] * Joins: Quan (chatzilla@moz-6A702A7F.dclient.hispeed.ch)
  331. # [02:13] * ewong|afk is now known as ewong
  332. # [02:15] * Quits: Optimizer (Optimizer@534EFC75.F222294B.BE90E62C.IP) (Ping timeout)
  333. # [02:15] * Quits: johns (johns@2557E599.66715431.D25A875A.IP) (Input/output error)
  334. # [02:16] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  335. # [02:16] * Joins: johns (johns@2557E599.66715431.D25A875A.IP)
  336. # [02:16] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  337. # [02:16] * Quits: johns (johns@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  338. # [02:17] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  339. # [02:17] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  340. # [02:18] * Joins: johns (johns@2557E599.66715431.D25A875A.IP)
  341. # [02:18] * Joins: Optimizer (Optimizer@86799AB5.5288E270.BE90E62C.IP)
  342. # [02:20] * RyanVM loves the smell of a freshly-cleansed inbound
  343. # [02:20] <RyanVM> smells like pine
  344. # [02:20] * Joins: ekr (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  345. # [02:20] <jgilbert> RyanVM: Ready to burn, you mean?
  346. # [02:21] * Quits: victorporof (victorporo@BEA0D43A.39508509.6A4F8DA2.IP) (Quit: victorporof)
  347. # [02:21] <markh> how can I determine what revision from m-c was merged to aurora? I thought "hg log -m" on aurora would tell me...
  348. # [02:21] <RyanVM> jgilbert: depends, were you planning to land something again? :D
  349. # [02:21] * Quits: mconley (mconley@moz-101FBACE.eng.wind.ca) (Ping timeout)
  350. # [02:21] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  351. # [02:21] <dholbert> markh, what do you mean by "merged"?
  352. # [02:22] <markh> I guess I want to know the command ancestor between the 2 repos
  353. # [02:22] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  354. # [02:22] <dholbert> markh, if it's a backport (like a separate landing), then there's no way to know one repo's csetid from the other one
  355. # [02:22] <dholbert> markh, otherwise, if the cset was literally merged, then the cset should have the same csetid
  356. # [02:23] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  357. # [02:23] <dholbert> markh, hmm, someone in charge of release mechanics would probably be better able to tell you about that (maybe lsblakk)
  358. # [02:24] <@bz> markh: we tag the merge changeset
  359. # [02:24] <markh> bz: ahh - FIREFOX_AURORA_18_* tags?
  360. # [02:24] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  361. # [02:25] <@bz> markh: yes
  362. # [02:25] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  363. # [02:25] <markh> bz: thanks!
  364. # [02:25] * Quits: ekr (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Quit: ekr)
  365. # [02:25] <@bz> AURORA_18_BASE or some such
  366. # [02:25] <@bz> markh: no problem
  367. # [02:25] <markh> BASE and END seem to exist
  368. # [02:26] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  369. # [02:26] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  370. # [02:27] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  371. # [02:28] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  372. # [02:29] * Joins: ekr (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  373. # [02:31] * khuey is now known as khuey|away
  374. # [02:32] * Joins: singerb (singerb@moz-8897C7D8.lightspeed.livnmi.sbcglobal.net)
  375. # [02:32] * Joins: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net)
  376. # [02:32] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  377. # [02:33] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  378. # [02:33] * Joins: ehugg_lime (ehugg_lime@9712152F.6424459F.F0219BEF.IP)
  379. # [02:34] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/aa8cc127ddf1 - Nick Thomas - Bug 810994, update gonk-misc in snapshots for panda & unagi to get symbols (and no random-red), r=aki, a=akeybl
  380. # [02:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6d5d486cc044 - Masatoshi Kimura - Bug 782412 - Part 4: Implement inputErrorBehavior. r=smontagu
  381. # [02:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/597915b66059 - Ehsan Akhgari - Empty commit to trigger builds, no bug
  382. # [02:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3a77b9740c42 - Masatoshi Kimura - Bug 782412 - Part 2: Return NS_OK_UDEC_MOREINPUT and NS_OK_UDEC_MOREOUTPUT as appropriate. r=smontagu
  383. # [02:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/854e7cc9cb06 - Ryan VanderMeulen - Merge m-c to inbound.
  384. # [02:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/828a19e29014 - Jan Beich - Bug 807683 - Convert ALSA to a configure option. r=khuey
  385. # [02:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c7cc475cbc41 - Masatoshi Kimura - Bug 782412 - Part 3: Improve the BOM handling. r=smontagu
  386. # [02:35] * Joins: ekr_ (ekr@moz-D7997EC8.rtfm.com)
  387. # [02:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b960d3ce65bc - Masatoshi Kimura - Bug 782412 - Part 5: Remove a workaround from dom/encoding. r=hsivonen
  388. # [02:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d9da3418be9d - Masatoshi Kimura - Bug 746900 - Implement "Best Practices for Using U+FFFD" from the Unicode standard. r=smontagu
  389. # [02:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d9efe7e7b135 - Masatoshi Kimura - Bug 782412 - Part 1: Rename UCS2BE to UTF16. r=smontagu
  390. # [02:36] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  391. # [02:37] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  392. # [02:38] * Quits: ctalbert_win (Instantbir@2557E599.66715431.D25A875A.IP) (Ping timeout)
  393. # [02:38] * heycam|away is now known as heycam
  394. # [02:39] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  395. # [02:40] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  396. # [02:40] * Quits: ekr (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Quit: ekr)
  397. # [02:40] * ekr_ is now known as ekr
  398. # [02:40] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  399. # [02:41] * Joins: GinaYeh (GinaYeh@moz-99690620.hinet-ip.hinet.net)
  400. # [02:42] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  401. # [02:42] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  402. # [02:42] * Joins: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  403. # [02:44] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  404. # [02:44] * Quits: mdas|afk (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  405. # [02:45] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  406. # [02:45] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  407. # [02:47] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  408. # [02:47] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  409. # [02:50] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  410. # [02:51] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  411. # [02:51] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  412. # [02:51] * hwine is now known as hwine-commuting
  413. # [02:51] * Joins: StevenLee__ (chatzilla@moz-99690620.hinet-ip.hinet.net)
  414. # [02:52] * Quits: StevenLee__ (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121025210744])
  415. # [02:53] * Joins: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net)
  416. # [02:53] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  417. # [02:54] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  418. # [02:54] <RyanVM> so I received the desktop aurora update today, but my phone isn't showing any updates available (also aurora)
  419. # [02:54] <RyanVM> is that to be expected?
  420. # [02:54] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  421. # [02:55] <nthomas> I think we only disable the desktop ones since the merge
  422. # [02:56] <nthomas> nope, I was wrong
  423. # [02:56] <RyanVM> I only recently switched my phone over to aurora, so I'm not exactly sure what to expect updating outside Play
  424. # [02:57] <RyanVM> I did re-set the "allow apps from outside the Play Store" setting after installing aurora. Do I need to leave that unchecked?
  425. # [02:57] * Quits: chewey (chewey@moz-E7ED6F6A.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  426. # [02:58] * Joins: chewey (chewey@moz-ADB63E09.dip0.t-ipconnect.de)
  427. # [02:58] * Quits: fxa90id (fxa90id@moz-9DAA69F6.dsl.dynamic.t-mobile.pl) (Ping timeout)
  428. # [02:58] <nthomas> for nightly, there's a service that checks for updates and creates a firefox icon in the notication area
  429. # [02:58] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  430. # [03:00] <RyanVM> nthomas: so presumably aurora should be doing the same
  431. # [03:00] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  432. # [03:01] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  433. # [03:02] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  434. # [03:02] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  435. # [03:04] * mattwoodrow is now known as mattwoodrow|away
  436. # [03:05] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  437. # [03:05] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  438. # [03:06] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  439. # [03:09] <Callek> RyanVM: that is the expected behavior (the notification bar firefox icon) and happens on aurora. however until tomorrow you won't have an aurora update
  440. # [03:09] <Callek> due to the aforementioned disabling of updates
  441. # [03:10] * Quits: Optimizer (Optimizer@86799AB5.5288E270.BE90E62C.IP) (Ping timeout)
  442. # [03:11] <RyanVM> Callek, ok, just wasn't sure if desktop and mobile were on the same schedule
  443. # [03:11] <nthomas> Callek: there was an rsync of all the stuff that went to auroratest back to aurora, earlier today
  444. # [03:11] <njn> is pldhash.o really meant to be built four times?
  445. # [03:11] <nthomas> RyanVM: turns out they are
  446. # [03:11] <Callek> nthomas: ahh I bet the rsync missed the fennec snippets then
  447. # [03:11] <Callek> but let me double check *my* aurora
  448. # [03:11] <nthomas> no, I think ben got that too
  449. # [03:12] <Callek> ok I'm still getting "No updates available" and still on 18.0a2
  450. # [03:12] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  451. # [03:12] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  452. # [03:13] * Joins: Optimizer (Optimizer@E0750F0E.AB5FC39B.BE90E62C.IP)
  453. # [03:13] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  454. # [03:14] <RyanVM> Callek: glad to hear it's not just me
  455. # [03:14] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  456. # [03:15] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
  457. # [03:16] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  458. # [03:17] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  459. # [03:18] <nthomas> I did another rsync, which copied some more snippets over, but still no update for me
  460. # [03:18] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Client exited)
  461. # [03:18] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  462. # [03:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9c3dbe014683 - Boris Zbarsky - Bug 810641. Implement support for variadic callback arguments in WebIDL. r=peterv
  463. # [03:18] <nthomas> try now
  464. # [03:18] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  465. # [03:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/20c8c8762a0c - Boris Zbarsky - Bug 815460. Always inline JS_THIS so that we don't run into performance issues if the compiler decides not to inline it. r=waldo
  466. # [03:18] <Bas> Hrm, my windows build started complaining about missing soundtouch.res :s
  467. # [03:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/448bb73bddb0 - Boris Zbarsky - Bug 813623. Fix Xrays to actually work correctly for static methods and properties. r=peterv
  468. # [03:18] <Bas> Anyone seen that error?
  469. # [03:20] <Callek> nthomas: thanks, found the update now for me
  470. # [03:20] <Callek> RyanVM: CC ^
  471. # [03:21] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss)
  472. # [03:21] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  473. # [03:21] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  474. # [03:22] <RyanVM> nthomas: Callek: got it, thanks
  475. # [03:22] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  476. # [03:23] * Joins: ehugg (ehugg@95797653.6424459F.F0219BEF.IP)
  477. # [03:23] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  478. # [03:24] <jgilbert> Bas: in trunk builds?
  479. # [03:24] <jgilbert> I built fine earlier today, at least
  480. # [03:25] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  481. # [03:25] * Quits: ehugg_lime (ehugg_lime@9712152F.6424459F.F0219BEF.IP) (Client exited)
  482. # [03:26] * Quits: sewardj (sewardj@moz-FECCED65.dip.t-dialin.net) (Ping timeout)
  483. # [03:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/876bed348636 - Kan-Ru Chen (陳侃如) - Bug 814822 - Notify wake lock change when content crashes. r=jlebar
  484. # [03:26] * Joins: sewardj (sewardj@moz-EBBA97E8.dip.t-dialin.net)
  485. # [03:27] * Joins: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net)
  486. # [03:27] * Quits: sbward (sbward@moz-E8364EF1.sd.sd.cox.net) (Ping timeout)
  487. # [03:28] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  488. # [03:30] <Waldo> @mozilla.org/supports-uint32_t;1
  489. # [03:30] <Waldo> bz: ha, ha ha, ha ha ha
  490. # [03:30] <Matti> bas: something like this : http://pastebin.mozilla.org/1948403 ?
  491. # [03:30] <Waldo> and of course I'm sure we were dutifully checking errors to discover this promptly! right, right?
  492. # [03:30] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  493. # [03:30] <Bas> Matti: Indeed.
  494. # [03:33] <Matti> Bas: I can't offer a good solution. I deleted a bunch of directories and did an "hg update -C"
  495. # [03:33] <Bas> Matti: I'll clobber :p
  496. # [03:34] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/1936fb13468e - Cameron McCormack - Bug 814310 - Disable @supports for Firefox 18. r=bz a=akeybl
  497. # [03:35] * Quits: jcranmer (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (Ping timeout)
  498. # [03:36] <@bz> Waldo: yeah, I was amused by that
  499. # [03:36] <@bz> Waldo: imagelib? dutifully? ICO decoder? hahahahaha
  500. # [03:37] <@bz> Waldo: I did grep the tree for other cases, and there seem to be none
  501. # [03:37] <Waldo> yeah, I just did the same (MXR, but yeah)
  502. # [03:37] <@bz> I might have done mxr
  503. # [03:37] <@bz> can't recall; it was too long ago. ;)
  504. # [03:37] <Waldo> bz: makes me wonder if RasterImage should be storing hotspot info as member fields, rather than doing the propertybag hackaround
  505. # [03:38] <Waldo> property bags just seem like a bad idea for most stuff
  506. # [03:39] <Waldo> also, alice is a god among women, or something like that
  507. # [03:39] * Joins: jcranmer (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  508. # [03:40] * jcranmer is now known as IRCMonkey61324
  509. # [03:40] * joduinn-afk is now known as joduinn
  510. # [03:41] * IRCMonkey61324 is now known as jcranmer|away
  511. # [03:41] <@bz> Waldo: I believe the technical term is "goddess"
  512. # [03:41] <@bz> Waldo: and I wouldn't limit it to just "among women"....
  513. # [03:41] <@bz> Waldo: She's amazing.
  514. # [03:41] * Joins: lizzard (lizhenry@249228CA.5E91A34A.7B88AC35.IP)
  515. # [03:42] * Quits: singerb (singerb@moz-8897C7D8.lightspeed.livnmi.sbcglobal.net) (Quit: singerb)
  516. # [03:42] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  517. # [03:42] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Write error: Broken pipe)
  518. # [03:44] * catlee is now known as catlee-away
  519. # [03:44] * aki|buildduty is now known as aki
  520. # [03:45] * rail is now known as rail_away
  521. # [03:45] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  522. # [03:46] * jcranmer|away is now known as jcranmer
  523. # [03:48] * Joins: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net)
  524. # [03:49] * Quits: Matti (chatzilla@moz-98C45460.dip.t-dialin.net) (Ping timeout)
  525. # [03:49] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Connection reset by peer)
  526. # [03:49] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  527. # [03:51] * Joins: Conjuror (Conjuror@moz-99690620.hinet-ip.hinet.net)
  528. # [03:51] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  529. # [03:51] * joduinn is now known as joduinn-afk
  530. # [03:53] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  531. # [03:54] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  532. # [03:55] * jhopkins is now known as jhopkins|afk
  533. # [03:56] * Quits: chewey (chewey@moz-ADB63E09.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  534. # [03:57] * Joins: chewey (chewey@moz-166559CC.dip0.t-ipconnect.de)
  535. # [03:58] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  536. # [03:58] * Joins: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net)
  537. # [03:58] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  538. # [03:58] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  539. # [03:59] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  540. # [03:59] * Quits: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net) (Quit: brendan)
  541. # [04:02] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0/20121120085223])
  542. # [04:03] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/c5cb1f3f8f2e - Patrick McManus - Bug 779467 - Modify ClosePersistentConnections to accomodate sticky auth. r=honzab, a=akeybl
  543. # [04:04] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/9c114c7a5a35 - Robert O'Callahan - Bug 812517. Part 1: Add nsIScrollableFrame::ScrollToCSSPixelsApproximate. r=mats, a=blocking-basecamp
  544. # [04:04] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0a4986420d89 - Thinker K.F. Li - Bug 805711 - Check EOS against audio source for OmxDecoder. r=doublec, a=blocking-basecamp
  545. # [04:04] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/b9aac74460e7 - Robert O'Callahan - Bug 812517. Part 2: Call ScrollToCSSPixelsApproximate when TabChild scrolls. r=mats, a=blocking-basecamp
  546. # [04:04] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/cca45958d17a - Robert O'Callahan - Bug 788322. Don't crash when we drawWindow on a page containing a remote <iframe>. r=mattwoodrow, a=akeybl
  547. # [04:04] * Joins: sbward (sbward@moz-E8364EF1.sd.sd.cox.net)
  548. # [04:04] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/1265f318efba - Bas Schouten - Bug 811173. Part 1: Allow nsDisplayBackgroundColor::GetBounds to enable snapping. r=roc, a=akeybl
  549. # [04:04] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/6513e60cd056 - Robert O'Callahan - Bug 811173. Part 2: Add other cases for nsDisplayItems that snap their bounds. r=mattwoodrow, a=akeybl
  550. # [04:04] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/788b4f934d72 - Chuck Lee - Bug 796277 - Save voicemail info in RIL. r=hsinyi, a=blocking-basecamp
  551. # [04:05] * mattwoodrow|away is now known as mattwoodrow
  552. # [04:05] * Joins: KWierso (chatzilla@moz-CBCE18A7.desm.qwest.net)
  553. # [04:06] * Quits: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net) (Input/output error)
  554. # [04:09] * Joins: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net)
  555. # [04:09] * Joins: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net)
  556. # [04:09] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  557. # [04:10] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  558. # [04:12] * Quits: KaiRo_away (robert@moz-D3FE667C.adsl.highway.telekom.at) (Ping timeout)
  559. # [04:12] * Joins: KaIRC (robert@moz-D9FA8DCF.adsl.highway.telekom.at)
  560. # [04:12] * Quits: nmatsakis (nmatsakis@moz-FDB96567.res-cmts.mlf.ptd.net) (Quit: Textual IRC Client: http://www.textualapp.com/)
  561. # [04:15] <RyanVM> roc: png
  562. # [04:16] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  563. # [04:17] * Quits: sbward (sbward@moz-E8364EF1.sd.sd.cox.net) (Ping timeout)
  564. # [04:17] <@bz> RyanVM: webp?
  565. # [04:17] <RyanVM> bz: tease
  566. # [04:17] * Quits: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net) (Quit: brendan)
  567. # [04:17] <RyanVM> bz: but if you're volunteering
  568. # [04:18] <RyanVM> just uplifted a patch to beta that's causing red
  569. # [04:18] <RyanVM> https://tbpl.mozilla.org/php/getParsedLog.php?id=17359895&tree=Mozilla-Beta
  570. # [04:18] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  571. # [04:18] <RyanVM> https://hg.mozilla.org/releases/mozilla-beta/rev/b9aac74460e7
  572. # [04:18] * Quits: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Quit: ekr_)
  573. # [04:19] <@bz> RyanVM: looking
  574. # [04:19] <@bz> RyanVM: Sounds like TabChild.cpp should include nsIScrollableFrame.h
  575. # [04:20] <@bz> RyanVM: want me to push an attempted fix?
  576. # [04:20] * @bz pulls beta so he can at least try to do that
  577. # [04:20] <RyanVM> bz: I can if you want
  578. # [04:21] <@bz> either way
  579. # [04:21] <RyanVM> bz: i'm checking m-c's version of TabChild.cpp
  580. # [04:21] <@bz> it might include it indirectly
  581. # [04:21] <@bz> via some other headers it includes...
  582. # [04:21] <RyanVM> it appears that way
  583. # [04:21] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  584. # [04:21] * @bz kicks off a beta build
  585. # [04:22] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  586. # [04:23] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  587. # [04:25] * cjones is now known as cjones-bbiab
  588. # [04:25] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  589. # [04:26] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  590. # [04:26] * Joins: Edgar1 (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  591. # [04:27] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  592. # [04:28] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  593. # [04:29] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  594. # [04:29] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  595. # [04:29] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  596. # [04:30] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Connection reset by peer)
  597. # [04:30] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  598. # [04:30] * Quits: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net) (Quit: zzz)
  599. # [04:31] * Joins: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net)
  600. # [04:32] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  601. # [04:32] * Quits: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net) (Quit: zzz)
  602. # [04:32] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  603. # [04:32] * Joins: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net)
  604. # [04:32] <@bz> RyanVM: ping
  605. # [04:33] <RyanVM> bz: jpg
  606. # [04:33] <@bz> RyanVM: so I can confirm that adding that #include makes that one file compile
  607. # [04:33] <@bz> RyanVM: want me to push that?
  608. # [04:33] * @bz notes that he can't compile beta in general
  609. # [04:33] <RyanVM> go for it
  610. # [04:33] * Joins: ekr_ (ekr@moz-A6B3506.mycingular.net)
  611. # [04:33] <@bz> because it has the stupid NULL to bool -Werror idiocy
  612. # [04:33] <RyanVM> a=bustage
  613. # [04:33] <@bz> ok
  614. # [04:33] <RyanVM> thanks
  615. # [04:34] * jlebar|away is now known as jlebar
  616. # [04:34] <@bz> https://hg.mozilla.org/releases/mozilla-beta/rev/5bd2ea37c907
  617. # [04:35] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/5bd2ea37c907 - Boris Zbarsky - Bug 812517 followup to make things compile. r=bustage, a=bustage
  618. # [04:36] <jlebar> At the risk of abusing this channel, can someone who's better at Linux than I help me figure out how to get the logs of the errors my Ubuntu box is showing when it boots? It seems to print a different set of errors every time I reboot, but it usually settles into printing out one stack trace over and over. But I suspect there's more information offscreen that I can't read.
  619. # [04:37] <jlebar> I tried booting into a live CD and reading the various logs in /var/log, but none of them seems to have all the information I see onscreen.
  620. # [04:37] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  621. # [04:37] <RyanVM> bz: the other million dollar question being whether we'll need the same fix for aurora once it reopens
  622. # [04:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d3ed5864b6eb - Nicolas B. Pierron - Bug 814177 - Use a callVM for generic InstanceOf cases. r=dvander
  623. # [04:38] * jlebar misses his desktop.
  624. # [04:38] <RyanVM> bz: also, getting a bit nervous about your inbound push
  625. # [04:38] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  626. # [04:40] <@bz> jlebar: dmesg?
  627. # [04:40] * @bz tries to dredge up things
  628. # [04:40] <@bz> RyanVM: hmm
  629. # [04:40] <jlebar> bz: I checked /var/log/dmesg and didn't see anything particularly interesting in there; certainly not all the stuff I was seeing onscreen.
  630. # [04:40] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  631. # [04:40] <jlebar> bz: But perhaps I should fetch the full contents of dmesg anyway?
  632. # [04:41] <@bz> jlebar: might be worth it
  633. # [04:41] * jlebar tries
  634. # [04:41] <@bz> RyanVM: you mean the two crashes?
  635. # [04:41] <RyanVM> bz: I think we'll be OK with aurora since the hg pushlog shows the same history for both except for the cset in question
  636. # [04:41] <RyanVM> bz: yeah, two previously-unseen crashes
  637. # [04:41] <@bz> RyanVM: on 10.6, at that
  638. # [04:42] <@bz> RyanVM: where the compiler was already inlining JS_THIS
  639. # [04:42] <@bz> RyanVM: of my other two pushes, one is not exercised yet (the variadic bits)
  640. # [04:42] <@bz> RyanVM: And the other really shouldn't cause weird crashes....
  641. # [04:42] <@bz> RyanVM: if we have to back something out, I guess we try backing out JS_THIS
  642. # [04:43] <RyanVM> bz: the bc retriggers looks like it'll be OK (the first one died after 16min and the retrigger's been going for 34)
  643. # [04:43] <RyanVM> and we'll see on the M4 as it's quick test
  644. # [04:43] * Quits: KaIRC (robert@moz-D9FA8DCF.adsl.highway.telekom.at) (Input/output error)
  645. # [04:43] <@bz> yeah
  646. # [04:43] <@bz> m5
  647. # [04:44] * Joins: MnO2 (mno2@moz-F2B69E6.tpcity.corp.yahoo.com)
  648. # [04:44] * Quits: juanb (jbecerra@moz-5896950A.satx.res.rr.com) (Quit: juanb)
  649. # [04:44] * Quits: ekr_ (ekr@moz-A6B3506.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  650. # [04:44] <RyanVM> silly 4 and 5 being next to each other on the keyboard
  651. # [04:44] * jwir3 is now known as jwir3|away
  652. # [04:45] <@bz> I know
  653. # [04:45] <@bz> who had that brainstorm?
  654. # [04:47] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  655. # [04:47] * hwine-commuting is now known as hwine
  656. # [04:48] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/d82726e5866f - Nicholas Cameron - Bug 814149. Fix GetCanvas. r=bz,a=akeybl
  657. # [04:48] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  658. # [04:48] <Callek> well it is better than 9 and 0 being next to each other
  659. # [04:54] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  660. # [04:54] <RyanVM> bz: osx tests are firing up on your beta push, so looks good to go
  661. # [04:54] <RyanVM> thanks again
  662. # [04:55] * Joins: Mook (mook@moz-8F011215.dsl.teksavvy.com)
  663. # [04:56] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  664. # [04:57] <@bz> RyanVM: No problem. Least I can do given my complete abdication of my sheriff/merge duties. ;)
  665. # [04:57] * Quits: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com) (Ping timeout)
  666. # [04:57] <RyanVM> does anyone know when philor's coming back, btw?
  667. # [04:58] * Joins: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com)
  668. # [05:00] <seth> is mozilla-central building for others on OS X?
  669. # [05:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/37b088859341 - Fabrice Desré - Bug 813195 - [Apps] Cannot retry to download hosted apps with cache manifest [r=ferjm]
  670. # [05:00] <RyanVM> seth: sure appears to be
  671. # [05:00] <RyanVM> seth: https://tbpl.mozilla.org/
  672. # [05:00] <seth> RyanVM: hmm, odd.
  673. # [05:01] <seth> must be my .mozconfig i guess
  674. # [05:01] <RyanVM> seth: you building with clang?
  675. # [05:01] <seth> RyanVM: yeah
  676. # [05:01] * mattwoodrow is now known as mattwoodrow|away
  677. # [05:03] * Quits: Optimizer (Optimizer@E0750F0E.AB5FC39B.BE90E62C.IP) (Ping timeout)
  678. # [05:03] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121123130639])
  679. # [05:05] * Joins: lizzard_ (lizhenry@moz-833A8F84.public.monkeybrains.net)
  680. # [05:07] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  681. # [05:07] * Quits: lizzard (lizhenry@249228CA.5E91A34A.7B88AC35.IP) (Ping timeout)
  682. # [05:07] * lizzard_ is now known as lizzard
  683. # [05:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/76414ce478c3 - Edwin Flores - Bug 812756 - Remove seeking hack from OMX decoder r=cpearce
  684. # [05:08] * Joins: shamir_khodzha (Thunderbir@7F5B50BD.E0F09538.6E7F4A1E.IP)
  685. # [05:09] * Joins: Optimizer (Optimizer@2A52F949.5288E270.BE90E62C.IP)
  686. # [05:09] * Quits: ehugg (ehugg@95797653.6424459F.F0219BEF.IP) (Quit: ehugg)
  687. # [05:10] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  688. # [05:11] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  689. # [05:11] * Quits: Optimizer (Optimizer@2A52F949.5288E270.BE90E62C.IP) (Ping timeout)
  690. # [05:11] * Joins: Optimizer (Optimizer@8E72E034.6E0D0D7B.BE90E62C.IP)
  691. # [05:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/704c91d3e7fa - Ehsan Akhgari - Bug 814789 - Tie the life-time of the AudioContext to the life-time of the document owning it; r=bzbarsky
  692. # [05:12] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  693. # [05:13] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  694. # [05:14] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  695. # [05:14] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  696. # [05:16] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  697. # [05:16] * nthomas is now known as nthomas|away
  698. # [05:22] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  699. # [05:24] * glob|away is now known as glob
  700. # [05:24] <@bz> ehsan: ping
  701. # [05:24] <@bz> hrm
  702. # [05:24] <@bz> no ehsan
  703. # [05:25] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  704. # [05:26] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  705. # [05:27] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  706. # [05:28] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  707. # [05:28] <dholbert> bz, I'll back him out (unless someone else is already doing so)
  708. # [05:28] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  709. # [05:29] <@bz> dholbert: I was considering just fixing the red
  710. # [05:29] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  711. # [05:29] <@bz> dholbert: but backout is fine too
  712. # [05:30] <dholbert> cool. I'll backout then. (easier/safer)
  713. # [05:30] <@bz> Sounds good.
  714. # [05:31] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  715. # [05:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/819dc69e095c - Daniel Holbert - Bug 815367: Fix warnings for extra semicolons in media/mtransport/test/. r=jesup
  716. # [05:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9739aaf09eeb - Daniel Holbert - Bug 815450: Add "u" suffix to numeric literals in TestAudioEventTimeline.cpp, to fix sign-compare build warnings. r=ehsan
  717. # [05:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0fa6d346b840 - Daniel Holbert - Backed out changeset 704c91d3e7fa (Bug 814789) because of mac build-bustage
  718. # [05:33] * Quits: KWierso (chatzilla@moz-CBCE18A7.desm.qwest.net) (Ping timeout)
  719. # [05:34] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  720. # [05:34] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  721. # [05:36] * Quits: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com) (Ping timeout)
  722. # [05:36] * Joins: Dagger (Dagger@moz-9AFCB530.cable.virginmedia.com)
  723. # [05:36] * Quits: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net) (Input/output error)
  724. # [05:38] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Quit: dveditz)
  725. # [05:39] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  726. # [05:41] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  727. # [05:43] * Quits: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  728. # [05:43] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Connection reset by peer)
  729. # [05:43] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  730. # [05:44] * Quits: garnacho (carlos@moz-113B7725.dyn.user.ono.com) (Ping timeout)
  731. # [05:45] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  732. # [05:46] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  733. # [05:47] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  734. # [05:47] * Joins: dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net)
  735. # [05:47] * ChanServ sets mode: +o dbaron
  736. # [05:49] * Joins: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net)
  737. # [05:55] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  738. # [05:56] * Quits: lizzard (lizhenry@moz-833A8F84.public.monkeybrains.net) (Quit: lizzard)
  739. # [05:56] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  740. # [05:56] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  741. # [05:57] * Joins: Poly-C (Poly-C@moz-D034CDC1.dip.t-dialin.net)
  742. # [05:57] * Quits: Polynomial-C (Poly-C@moz-6E60FB5B.dip.t-dialin.net) (Ping timeout)
  743. # [05:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/25b8549c622c - Alexander Surkov - Bug 813508 - no need in special HTML caption processing for accessible tree creation, r=tbsaunde
  744. # [06:00] * Quits: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  745. # [06:00] * Parts: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  746. # [06:01] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  747. # [06:01] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  748. # [06:03] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  749. # [06:06] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  750. # [06:06] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  751. # [06:06] <erick> seth: what errors are you getting?
  752. # [06:07] <seth> erick: it was in nsNetModule.cpp, IIRC. complaining about the 'extern' attribute. an additional header needed to be included to fix it
  753. # [06:09] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  754. # [06:09] * ChanServ sets mode: +o ehsan
  755. # [06:10] * cjones-bbiab is now known as cjones
  756. # [06:11] * Quits: mwargers (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl) (Ping timeout)
  757. # [06:12] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  758. # [06:12] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  759. # [06:14] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  760. # [06:15] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  761. # [06:15] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  762. # [06:17] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  763. # [06:18] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Connection reset by peer)
  764. # [06:18] * Joins: ehsan_ (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  765. # [06:19] * Quits: Optimizer (Optimizer@8E72E034.6E0D0D7B.BE90E62C.IP) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  766. # [06:21] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  767. # [06:27] * Joins: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net)
  768. # [06:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cb43db016af6 - Cameron McCormack - Bug 814907 - Add new CSS GroupingRule and ConditionRule interfaces. r=bz
  769. # [06:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e37de84261fd - Cameron McCormack - Bug 815021 - Implement MediaRule.conditionText setter. r?
  770. # [06:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0fbfdf387c4c - Cameron McCormack - Bug 815499 - Force @supports pref on for test_supports_rules.html. r=bz
  771. # [06:28] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Quit: )
  772. # [06:28] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  773. # [06:28] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Write error: Broken pipe)
  774. # [06:28] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  775. # [06:31] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  776. # [06:31] <jcranmer> .nick jcranmer|away
  777. # [06:31] * jcranmer is now known as jcranmer|away
  778. # [06:31] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  779. # [06:31] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  780. # [06:33] * Joins: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net)
  781. # [06:33] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  782. # [06:34] * Joins: TheOne (one@moz-D46451E6.dip.t-dialin.net)
  783. # [06:35] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  784. # [06:36] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  785. # [06:38] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  786. # [06:38] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  787. # [06:40] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  788. # [06:41] * Quits: Mossop (mossop@3B7A0A82.FDE27459.739380AF.IP) (Ping timeout)
  789. # [06:41] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  790. # [06:42] * Joins: Mossop (mossop@3B7A0A82.FDE27459.739380AF.IP)
  791. # [06:42] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  792. # [06:42] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  793. # [06:42] <erick> seth: was it this bit? |extern NS_HIDDEN_(ContentSnifferCache*) gNetSniffers;| Which header is needed? (I'm having the same error)
  794. # [06:42] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Input/output error)
  795. # [06:42] <seth> erick: yeah, that's it
  796. # [06:43] <seth> erick: what file is that in again?
  797. # [06:44] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  798. # [06:44] <erick> |dist/include/nsNetUtil.h|
  799. # [06:46] * Quits: TheOne (one@moz-D46451E6.dip.t-dialin.net) (Input/output error)
  800. # [06:46] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  801. # [06:48] <erick> err
  802. # [06:48] <seth> edit nsNetModule.cpp and add |#include "nsNetUtil.h"| right after |#include "nsIContentSniffer.h"|
  803. # [06:48] <seth> IIRC that's all that's needed
  804. # [06:48] <erick> thank you! :)
  805. # [06:49] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  806. # [06:51] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  807. # [06:52] * Quits: ircloggr (nodebot@moz-E697A0B4.compute-1.amazonaws.com) (Client exited)
  808. # [06:53] * Joins: ircloggr (nodebot@moz-F37E12A2.compute-1.amazonaws.com)
  809. # [06:53] * Quits: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net) (Input/output error)
  810. # [06:53] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  811. # [06:57] * Joins: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net)
  812. # [06:57] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  813. # [07:00] * Joins: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  814. # [07:00] * Quits: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Quit: ekr_)
  815. # [07:01] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  816. # [07:02] * Quits: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de) (Quit: nforgerit)
  817. # [07:02] * Quits: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.14/20121113155252])
  818. # [07:03] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  819. # [07:03] * ChanServ sets mode: +o roc
  820. # [07:03] * Quits: njn (chatzilla@moz-A7998153.dyn.iinet.net.au) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121125144031])
  821. # [07:06] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  822. # [07:06] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  823. # [07:06] * Joins: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com)
  824. # [07:08] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  825. # [07:10] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  826. # [07:10] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  827. # [07:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/16da7572338e - Eric Chou - Bug 811946 - remove annoying compiler warnings and define a more structured interface for Bluetooth uuid, r=qdot
  828. # [07:12] * Quits: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net) (Ping timeout)
  829. # [07:12] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  830. # [07:12] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  831. # [07:13] * Joins: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net)
  832. # [07:15] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  833. # [07:16] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  834. # [07:18] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  835. # [07:19] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  836. # [07:19] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  837. # [07:21] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  838. # [07:22] * Quits: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com) (Ping timeout)
  839. # [07:23] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  840. # [07:24] * Joins: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de)
  841. # [07:24] <@bz> hrm
  842. # [07:24] <@bz> if I have an AutoFallibleTArray
  843. # [07:25] <@bz> should I be able to pass it to an nsTArray argument???
  844. # [07:25] <@bz> Ah, here we go
  845. # [07:27] <heycam> answer is yes? (was wanting to know that yesterday, for passing an nsAutoTArray to an nsTArray argument)
  846. # [07:28] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  847. # [07:29] <@bz> Answer is no
  848. # [07:30] <@bz> nsAutoTArray is ok to pass to nsTArray
  849. # [07:30] * heycam will land a quick fix to his inbound M3 orange once the M1 and reftests finish
  850. # [07:30] <@bz> but Auto_Fallible_TArray is not
  851. # [07:30] <@bz> except in some cases
  852. # [07:30] <@bz> in which it will silently make a copy of the array (!)
  853. # [07:30] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  854. # [07:30] * @bz fixes things so that doesn't happen anymore
  855. # [07:30] <heycam> when should explicitly fallible and infallible arrays be used, btw?
  856. # [07:30] * Joins: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  857. # [07:31] <@bz> nsTArray defaults to infallible
  858. # [07:31] <@bz> Explicitly infallible, only if you want to emphasize it
  859. # [07:31] <@bz> explicitly fallible if the size of the allocation is easily under content control
  860. # [07:31] <heycam> ok so it's not like the default is ever going to be switched back to fallible
  861. # [07:31] <@bz> e.g. bindings use fallible arrays for sequence
  862. # [07:31] <@bz> Yeah, default is not going to switch back to fallible, I don't think
  863. # [07:32] <heycam> what's the advantage of fallible then?
  864. # [07:32] <@bz> IDL: void foo(sequence<long>);
  865. # [07:32] <@bz> JS: foo({ length: 4000000000; })
  866. # [07:33] <@bz> You really want a fallible array there... ;)
  867. # [07:33] <heycam> oh I see
  868. # [07:33] <heycam> yes :)
  869. # [07:33] * rail_away is now known as rail
  870. # [07:33] * hwine is now known as hwine-ooo
  871. # [07:33] * @bz sees if his variadic hackery compiles
  872. # [07:34] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  873. # [07:34] <@bz> heycam: btw, variadics + overload resolution == sadmaking so far
  874. # [07:34] <heycam> :(
  875. # [07:34] <@bz> heycam: not sure the spec can really make it any better...
  876. # [07:34] <heycam> does the spec make sense?
  877. # [07:34] <@bz> What the spec says makes sense
  878. # [07:34] <heycam> how it fills out the variadic arguments until the longest arg list?
  879. # [07:34] <@bz> I'm just not sure how to implement it in C++. ;)
  880. # [07:34] <@bz> Consider this case:
  881. # [07:35] <@bz> void foo(long... arg);
  882. # [07:35] <@bz> void foo(long arg, Int32Array arr);
  883. # [07:35] <@bz> How to make that work is unclear.
  884. # [07:36] <heycam> it's not just "0 or 1 or > 2 args, choose the first overload"?
  885. # [07:36] * Joins: ctalbert_win (Instantbir@moz-C373EAEA.hsd1.ca.comcast.net)
  886. # [07:37] <@bz> That part is easy
  887. # [07:37] <@bz> What happens for 2 args?
  888. # [07:38] <heycam> you do the type test thing, no? if it's object of type Int32Array, then Int32Array. otherwise, convert to long.
  889. # [07:39] <@bz> no
  890. # [07:39] <@bz> you have to convert arg0 first
  891. # [07:39] <@bz> before doing the type test
  892. # [07:39] <heycam> ok yes that's right
  893. # [07:39] <@bz> alright
  894. # [07:39] <@bz> so where do you convert it into?
  895. # [07:39] <@bz> one of the signatures wants it in a int32_t on the stack
  896. # [07:40] <@bz> the other as an element in an array....
  897. # [07:40] <heycam> aha I see
  898. # [07:40] <@bz> That's where the problems start. ;)
  899. # [07:41] <heycam> heh
  900. # [07:41] <@bz> well, and end, except insofar as you can have more args that need that sort of dual handling
  901. # [07:41] <heycam> so if you're currently converting variadic things directly into an array now, I can see that'd be problematic
  902. # [07:41] <@bz> void foo(long arg0, long arg1, long arg2, Int32Array surprise);
  903. # [07:41] <@bz> yes, I am
  904. # [07:42] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  905. # [07:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/62bb8cc3277b - Cameron McCormack - Bug 814907 - Fix test_interfaces.html failures. r=orange
  906. # [07:42] * jlebar is now known as jlebar|away
  907. # [07:42] <heycam> I suppose it means you just have to move that value once you've determined the type of arg1
  908. # [07:42] <@bz> or something
  909. # [07:42] <heycam> whichever way you initially have committed to do it
  910. # [07:42] <@bz> moving values is slightly rocket-science
  911. # [07:42] <@bz> hence just not supporting this for now
  912. # [07:42] <heycam> :\
  913. # [07:43] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  914. # [07:43] * @bz is also not supporting variadic sequences
  915. # [07:43] <@bz> we'll see how this goes. ;)
  916. # [07:44] <heycam> variadic sequence? void f(sequence<blah> x, …)?
  917. # [07:44] <heycam> I doubt anyone uses that now :)
  918. # [07:44] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  919. # [07:45] <@bz> void f(sequence<blah>... x);
  920. # [07:45] <@bz> I doubt anyone uses it, indeed.
  921. # [07:45] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  922. # [07:45] <@bz> But watch arussell change that!
  923. # [07:45] * Joins: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com)
  924. # [07:45] <@bz> hrm
  925. # [07:45] <@bz> removing this footgun involves annoying code changes
  926. # [07:46] * heycam is reminded that he promised himself to work on webidl issues last week but didn't
  927. # [07:46] * glob is now known as glob|away
  928. # [07:46] <@bz> http://mxr.mozilla.org/mozilla-central/source/xpcom/glue/nsTArray.h#461
  929. # [07:46] <@bz> That footgun
  930. # [07:47] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Connection reset by peer)
  931. # [07:47] <heycam> mmm, should be explicit?
  932. # [07:48] * Quits: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  933. # [07:49] <@bz> heycam: yes
  934. # [07:49] <@bz> heycam: and as you can imagine, suddenly various code compileth not
  935. # [07:49] <heycam> :D
  936. # [07:50] <@bz> Oh, so...
  937. # [07:50] * Quits: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  938. # [07:50] <@bz> I think nsTArray might be fallible if not MOZALLOC
  939. # [07:50] <@bz> whatever that means
  940. # [07:51] <heycam> ah yes that's the switch I was thinking of -- maybe it's more configurable than "we've switched to infallible by default and we're not going back"
  941. # [07:51] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  942. # [07:51] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  943. # [07:51] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  944. # [07:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1f5142a46e4a - Mark Hammond - Bug 813436 - tweaks to ensure a consistent UI as social is enabled/disabled/active/inactive. r=jaws
  945. # [07:52] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  946. # [07:53] * Quits: randix (rdow@933CA1AA.CFBC10F9.8B52D585.IP) (Quit: randix)
  947. # [07:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2c13bcee3d6e - Mark Hammond - Bug 813789 - avoid console errors about _dynamicResizer being null. r=jaws
  948. # [07:55] * rail is now known as rail_away
  949. # [07:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/27ddfe913b0c - Mark Hammond - Bug 808422 - add 'Focus chats' as a keyboard-only item on the social menu. r=jaws
  950. # [07:56] * Joins: ehugg_lime (ehugg_lime@moz-E7CC4B38.mycingular.net)
  951. # [07:56] * Quits: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Quit: ekr_)
  952. # [07:57] * Joins: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  953. # [07:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9bf479477a01 - Mark Hammond - Bug 814269 - social API keys should be disabled when command not available. r=jaws
  954. # [07:57] * Quits: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Quit: ekr_)
  955. # [07:57] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  956. # [07:58] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  957. # [07:58] * Joins: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net)
  958. # [07:58] * Joins: glob (glob@moz-DF237567.glob.com.au)
  959. # [07:59] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  960. # [07:59] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Ping timeout)
  961. # [08:00] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Connection reset by peer)
  962. # [08:00] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Ping timeout)
  963. # [08:00] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  964. # [08:04] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  965. # [08:04] * Quits: Mossop (mossop@3B7A0A82.FDE27459.739380AF.IP) (Ping timeout)
  966. # [08:04] * Quits: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com) (Ping timeout)
  967. # [08:05] * heycam is now known as heycam|away
  968. # [08:06] * Joins: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net)
  969. # [08:06] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  970. # [08:07] * Quits: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net) (Ping timeout)
  971. # [08:08] * Joins: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net)
  972. # [08:09] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  973. # [08:11] <@bz> so many array copies
  974. # [08:12] * Joins: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com)
  975. # [08:12] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  976. # [08:13] <markh> so little slices (of time ;)
  977. # [08:14] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  978. # [08:17] * Quits: ehugg_lime (ehugg_lime@moz-E7CC4B38.mycingular.net) (Client exited)
  979. # [08:18] <@bz> awesome
  980. # [08:18] <@bz> we were copying network data an extra time
  981. # [08:18] <@bz> go us
  982. # [08:18] * Joins: ehugg_lime (ehugg_lime@moz-E7CC4B38.mycingular.net)
  983. # [08:20] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  984. # [08:21] * Quits: @dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net) (Ping timeout)
  985. # [08:22] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Ping timeout)
  986. # [08:23] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  987. # [08:25] * Quits: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Quit: Leaving.)
  988. # [08:26] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  989. # [08:26] * Joins: tchevalier (Thunderbir@moz-25495064.w90-28.abo.wanadoo.fr)
  990. # [08:27] * Joins: smontagu (chatzilla@moz-7082CFD1.red.bezeqint.net)
  991. # [08:28] * Quits: ehugg_lime (ehugg_lime@moz-E7CC4B38.mycingular.net) (Ping timeout)
  992. # [08:33] <sicking> mounir: ping
  993. # [08:34] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Ping timeout)
  994. # [08:34] * Quits: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  995. # [08:36] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  996. # [08:37] * Conjuror is now known as atsai
  997. # [08:38] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  998. # [08:38] * Joins: dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net)
  999. # [08:38] * ChanServ sets mode: +o dbaron
  1000. # [08:38] * Joins: gcp (gpascutto@moz-D0E475EA.access.telenet.be)
  1001. # [08:39] * Tomcat|afk is now known as Tomcat
  1002. # [08:40] * Standard8Away is now known as Standard8
  1003. # [08:45] * Joins: Ms2ger (Ms2ger@moz-4C7A227F.kulnet.kuleuven.be)
  1004. # [08:45] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1005. # [08:46] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1006. # [08:47] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  1007. # [08:50] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1008. # [08:53] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1009. # [08:55] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Quit: surkov)
  1010. # [08:55] * Quits: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp) (Quit: nattokirai)
  1011. # [08:56] * Quits: pw (patrick@moz-99690620.hinet-ip.hinet.net) (Quit: leaving)
  1012. # [08:56] * Quits: glob (glob@moz-DF237567.glob.com.au) (Input/output error)
  1013. # [08:57] <smontagu> so, if a site has Content-Type: text/html in the headers, and the page begins
  1014. # [08:57] <smontagu> <?xml version="1.0" encoding="utf-8" ?>
  1015. # [08:57] <smontagu> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  1016. # [08:57] <smontagu> <html xmlns="http://www.w3.org/1999/xhtml">
  1017. # [08:57] <smontagu> (and has no meta charset), what is the encoding?
  1018. # [08:58] <@bz> depends on whom you ask
  1019. # [08:58] * Joins: glob (glob@moz-DF237567.glob.com.au)
  1020. # [08:58] <smontagu> well if I ask firefox it says windows-1252
  1021. # [08:58] <smontagu> (rather to my surprise)
  1022. # [08:58] * Joins: stransky (stransky@moz-FB491625.net.upcbroadband.cz)
  1023. # [08:58] <Ms2ger> Makes sense
  1024. # [08:59] <kbrosnan> that is the default setting
  1025. # [08:59] <Ms2ger> <?xml?> doesn't work in text/html
  1026. # [08:59] <Ms2ger> Also, hi bz
  1027. # [08:59] <@bz> hi
  1028. # [08:59] <@bz> we used to say utf-8 there
  1029. # [08:59] <@bz> but for text/html spec says to ignore the <?xml?> bit
  1030. # [08:59] <smontagu> Ms2ger: I thought if it was there we used it
  1031. # [08:59] <@bz> so it'll be your default encoding
  1032. # [09:00] <@bz> smontagu: not with the new parser
  1033. # [09:00] <smontagu> bz: "spec"?
  1034. # [09:00] <Ms2ger> "HTML"
  1035. # [09:00] <kbrosnan> https://support.mozilla.org/en-US/kb/settings-fonts-languages-pop-ups-javascript#w_fonts-dialog
  1036. # [09:00] <@bz> smontagu: "html5"
  1037. # [09:00] * @bz really hopes this tree compiles now
  1038. # [09:00] <smontagu> apparently chrome does utf-8
  1039. # [09:01] <Ms2ger> Really?
  1040. # [09:01] <@bz> smontagu: testcase?
  1041. # [09:01] <smontagu> though I haven't tried it myself, and I don't know what autodetect settings were for the guy who claims that
  1042. # [09:01] <@bz> right
  1043. # [09:02] <smontagu> (we also do utf-8 with auto-detect on)
  1044. # [09:02] <smontagu> bz: you aren't going to like it
  1045. # [09:02] * Ms2ger hates encodings
  1046. # [09:02] <smontagu> http://www.井作恆.net/XKCD/1137.html
  1047. # [09:02] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1048. # [09:02] <@bz> hmm
  1049. # [09:02] <@bz> Chrome does look at <?xml?>
  1050. # [09:02] <@bz> <?xml version="1.0" encoding="ISO-8859-1" ?>
  1051. # [09:02] <@bz> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  1052. # [09:02] <@bz> "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  1053. # [09:02] <@bz> <html xmlns="http://www.w3.org/1999/xhtml">
  1054. # [09:02] <@bz> <script>
  1055. # [09:02] <@bz> alert(document.characterSet);
  1056. # [09:02] <@bz> </script>
  1057. # [09:02] <@bz> </html>
  1058. # [09:03] <@bz> Alerts ISO-8859-1
  1059. # [09:03] <@bz> if I change the encoding= bit, that changes
  1060. # [09:03] * Quits: clever (clever@754E3074.E8919B8F.46EC7EEB.IP) (Ping timeout)
  1061. # [09:03] * Joins: clever (clever@754E3074.E8919B8F.46EC7EEB.IP)
  1062. # [09:04] * Quits: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net) (Input/output error)
  1063. # [09:06] * Joins: janv (varga@moz-A4F8147C.o2inet.sk)
  1064. # [09:07] * Joins: redfive (chatzilla@moz-2266E9FF.dsl.pltn13.pacbell.net)
  1065. # [09:07] * Joins: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP)
  1066. # [09:08] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  1067. # [09:08] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  1068. # [09:08] * Quits: clever (clever@754E3074.E8919B8F.46EC7EEB.IP) (Ping timeout)
  1069. # [09:09] * Joins: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net)
  1070. # [09:11] * Joins: teoli (teoli@514D186.F3BBB17D.144F44FA.IP)
  1071. # [09:11] * Joins: clever (clever@754E3074.E8919B8F.46EC7EEB.IP)
  1072. # [09:11] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  1073. # [09:12] * Quits: @dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net) (Ping timeout)
  1074. # [09:12] * Joins: martyn (martyn@moz-5E9CD98A.range86-165.btcentralplus.com)
  1075. # [09:13] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1076. # [09:13] <smontagu> so the content-type trumps the doctype?
  1077. # [09:14] <Ms2ger> Doctypes are irrelevant
  1078. # [09:14] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1079. # [09:14] <Ms2ger> The only thing they change is quirks/no-quirks more
  1080. # [09:14] <Ms2ger> mode
  1081. # [09:15] * Quits: wchen (wchen@moz-7B98A7F3.corenetworks.net) (Ping timeout)
  1082. # [09:16] * Quits: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net) (Broken pipe)
  1083. # [09:17] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  1084. # [09:17] * Joins: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1085. # [09:17] * Joins: janv_ (varga@moz-5E3AB21E.o2inet.sk)
  1086. # [09:18] * Quits: janv (varga@moz-A4F8147C.o2inet.sk) (Ping timeout)
  1087. # [09:19] * Joins: imphil (philipp@moz-55513EF0.rad.med.uni-muenchen.de)
  1088. # [09:19] * Quits: janv_ (varga@moz-5E3AB21E.o2inet.sk) (Quit: This computer has gone to sleep)
  1089. # [09:20] * Joins: marcoz (marco.zehe@moz-6D278888.dip.t-dialin.net)
  1090. # [09:21] * Quits: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  1091. # [09:22] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1092. # [09:22] * Quits: tchevalier (Thunderbir@moz-25495064.w90-28.abo.wanadoo.fr) (Quit: tchevalier)
  1093. # [09:23] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1094. # [09:26] * Joins: wchen (wchen@moz-7B98A7F3.corenetworks.net)
  1095. # [09:26] * Joins: Matti (chatzilla@moz-6DE0731F.dip.t-dialin.net)
  1096. # [09:26] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1097. # [09:26] * Joins: fabrice (fabrice@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net)
  1098. # [09:27] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  1099. # [09:28] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1100. # [09:36] <Yoric> Mmmmhh...
  1101. # [09:36] <Yoric> That win64bit story has now hit Ars Technica.
  1102. # [09:38] <firebot> Check-in:
  1103. # [09:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a5002d796673 - Daniel Holbert - Bug 815058: Move callers of mozilla-internal-API-only "SetDOMStringToNull()" from nsINode.h to .cpp, to fix "inline function used but never defined" build warnings.
  1104. # [09:38] <firebot> r=Ms2ger
  1105. # [09:38] <glob> Yoric, and https://twitter.com/codinghorror/status/273300675641872384
  1106. # [09:39] <Yoric> Oh, great.
  1107. # [09:39] <smontagu> so what if we had auto-detection on by default for utf-8?
  1108. # [09:40] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1109. # [09:40] <smontagu> the spec "encourages" that
  1110. # [09:41] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1111. # [09:41] <sicking> kinetik: thanks for looking at those patches on such a short notice!
  1112. # [09:42] * Quits: teoli (teoli@514D186.F3BBB17D.144F44FA.IP) (Input/output error)
  1113. # [09:42] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1114. # [09:42] * Joins: teoli (teoli@514D186.F3BBB17D.144F44FA.IP)
  1115. # [09:43] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  1116. # [09:43] * Quits: teoli (teoli@514D186.F3BBB17D.144F44FA.IP) (Input/output error)
  1117. # [09:43] * mattwoodrow|away is now known as mattwoodrow
  1118. # [09:43] * Joins: teoli (teoli@514D186.F3BBB17D.144F44FA.IP)
  1119. # [09:43] * Quits: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  1120. # [09:44] * Joins: kaze (kaze@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net)
  1121. # [09:44] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1122. # [09:44] * Joins: ehugg_ (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1123. # [09:44] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Connection reset by peer)
  1124. # [09:44] * ehugg_ is now known as ehugg
  1125. # [09:44] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Quit: Make a new plan, Stan!)
  1126. # [09:45] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1127. # [09:47] * Quits: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1128. # [09:47] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1129. # [09:48] * Joins: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net)
  1130. # [09:48] * Quits: espadrine (thaddee_ty@moz-AE30E677.dclient.lsne.ch) (Ping timeout)
  1131. # [09:49] * Joins: gcp (gcp@moz-D0E475EA.access.telenet.be)
  1132. # [09:49] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1133. # [09:50] <glazou> bonjour
  1134. # [09:50] * Quits: harth (harth@moz-D62C1A52.hsd1.ca.comcast.net) (Input/output error)
  1135. # [09:51] <Ms2ger> Morning
  1136. # [09:52] * Joins: edmorley (edmorley@moz-96C81933.range86-145.btcentralplus.com)
  1137. # [09:52] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1138. # [09:52] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1139. # [09:53] * Quits: edmorley (edmorley@moz-96C81933.range86-145.btcentralplus.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1140. # [09:53] * Joins: edmorley (edmorley@moz-96C81933.range86-145.btcentralplus.com)
  1141. # [09:53] * glob is now known as glob|away
  1142. # [09:56] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1143. # [09:56] * ChanServ sets mode: +o roc
  1144. # [09:56] * Joins: teoli_ (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1145. # [09:56] * Joins: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP)
  1146. # [09:56] * Joins: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de)
  1147. # [09:56] * bz is now known as bz_sleep
  1148. # [09:56] * Quits: teoli (teoli@514D186.F3BBB17D.144F44FA.IP) (Ping timeout)
  1149. # [09:57] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1150. # [09:59] * Quits: ctalbert_win (Instantbir@moz-C373EAEA.hsd1.ca.comcast.net) (Ping timeout)
  1151. # [10:00] * Quits: Matti (chatzilla@moz-6DE0731F.dip.t-dialin.net) (Ping timeout)
  1152. # [10:00] <dholbert> it looks like we may have a perma-orange on Mac OS X 10.6 Debug "bc" (and maybe now M-Oth and M-3), FWIW
  1153. # [10:00] <dholbert> I filed https://bugzilla.mozilla.org/show_bug.cgi?id=815549 on it
  1154. # [10:00] <dholbert> but I'm heading to bed now
  1155. # [10:01] * Joins: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net)
  1156. # [10:01] * Quits: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Ping timeout)
  1157. # [10:01] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1158. # [10:01] <dholbert> (might merit a tree-closure, depending on how perma-orange it continues to be, but I'm not going to close-and-dash)
  1159. # [10:01] * dholbert is now known as dholbert|afk
  1160. # [10:01] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1161. # [10:02] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1162. # [10:02] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  1163. # [10:02] * Quits: Mook (mook@moz-8F011215.dsl.teksavvy.com) (Quit: Mook)
  1164. # [10:03] <Ms2ger> edmorley, ^
  1165. # [10:03] <Ms2ger> And good morning
  1166. # [10:04] <edmorley> thank you, was deep in bugmail
  1167. # [10:04] <edmorley> good morning to you too :-)
  1168. # [10:04] * Joins: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1169. # [10:05] <Ms2ger> Using your moco address for email now? Good luck ;)
  1170. # [10:07] * whimboo|afk is now known as whimboo
  1171. # [10:09] * Quits: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP) (Ping timeout)
  1172. # [10:12] * Joins: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP)
  1173. # [10:14] * Joins: victorporof (victorporo@BEA0D43A.39508509.6A4F8DA2.IP)
  1174. # [10:15] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1175. # [10:15] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  1176. # [10:15] * Quits: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de) (Ping timeout)
  1177. # [10:16] * Joins: garnacho (carlos@moz-4FFA8E6.dyn.user.ono.com)
  1178. # [10:17] <edmorley> !seen jwalker
  1179. # [10:18] <firebot> jwalker was last seen 72 weeks, 4 days, 1 hour, 17 minutes and a second ago,
  1180. # [10:19] * Joins: graememcc (chatzilla@moz-B421020F.range86-160.btcentralplus.com)
  1181. # [10:19] * Quits: marcoz (marco.zehe@moz-6D278888.dip.t-dialin.net) (Quit: Leaving.)
  1182. # [10:20] <past> edmorley: I think joe_walker is what you are looking for
  1183. # [10:21] <Optimizer> edmorley: its joe_walker, not jwalker
  1184. # [10:21] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1185. # [10:21] <edmorley> oh
  1186. # [10:21] <edmorley> his b.m.o display name says the old one
  1187. # [10:22] <edmorley> joe_walker: I don't suppose you can back out that talos-regressing landing from fx-team?
  1188. # [10:22] <edmorley> I'm just concerned that it will get inadvertently merged
  1189. # [10:22] <edmorley> (and it has conflicts)
  1190. # [10:22] <edmorley> or I'd do it
  1191. # [10:24] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  1192. # [10:29] <ttaubert> Yoric: I found something you wanted yesterday. https://developer.mozilla.org/en-US/docs/Mozilla/Boot_to_Gecko/Marionette_for_Interactive_Python
  1193. # [10:29] <ttaubert> Yoric: that's like a live console to execute code on a b2g device
  1194. # [10:29] * Quits: yury (yury@moz-68731345.ok.ok.cox.net) (Ping timeout)
  1195. # [10:29] * Joins: yury (yury@moz-68731345.ok.ok.cox.net)
  1196. # [10:30] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  1197. # [10:30] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1198. # [10:32] <Ms2ger> edmorley, revert to last know good changeset? :)
  1199. # [10:32] <edmorley> I've seen this before on more than one tree
  1200. # [10:33] <edmorley> I just can;t remember what the conclusion was in the end
  1201. # [10:33] <edmorley> it's not push related
  1202. # [10:33] <Ms2ger> Fun
  1203. # [10:34] <edmorley> instead infra/clobber/something like that
  1204. # [10:34] * ewong is now known as ewong|afk
  1205. # [10:34] <edmorley> but clobberer is broken
  1206. # [10:34] <edmorley> \o/
  1207. # [10:34] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  1208. # [10:35] <joe_walker> edmorley: backing out now
  1209. # [10:35] <edmorley> thank you :-)
  1210. # [10:36] <edmorley> joe_walker: would it be possible to update your bugzilla display name to the new irc nick? (or include both?)
  1211. # [10:36] * mattwoodrow is now known as mattwoodrow|away
  1212. # [10:37] * Quits: stransky (stransky@moz-FB491625.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1213. # [10:37] <joe_walker> edmorley: done
  1214. # [10:37] * Quits: teoli_ (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  1215. # [10:37] <edmorley> thank you :-)
  1216. # [10:39] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1217. # [10:39] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  1218. # [10:40] * Joins: teoli (teoli@514D186.F3BBB17D.144F44FA.IP)
  1219. # [10:40] * Joins: vikash (vikash@1C52EE5B.23DD0183.5D9ABA9F.IP)
  1220. # [10:42] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Quit: ehugg)
  1221. # [10:42] * Joins: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP)
  1222. # [10:43] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1223. # [10:44] <nigelb> 33
  1224. # [10:44] <fox2mike> 44
  1225. # [10:44] <nigelb> grr, sorry
  1226. # [10:45] <Ms2ger> 55?
  1227. # [10:48] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1228. # [10:49] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1229. # [10:52] * Quits: imphil (philipp@moz-55513EF0.rad.med.uni-muenchen.de) (Input/output error)
  1230. # [10:55] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1231. # [10:58] * Joins: Ms2ger` (Ms2ger@moz-591FA6BA.ugent.be)
  1232. # [10:59] * Quits: Ms2ger (Ms2ger@moz-4C7A227F.kulnet.kuleuven.be) (Ping timeout)
  1233. # [10:59] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1234. # [11:00] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  1235. # [11:02] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  1236. # [11:02] <Yoric> ttaubert: Thank you very much. Now, as it turns out, I don't have a b2g device and the bug I was looking for cannot be reproduced on b2g desktop, so I had to pass that bug to someone else.
  1237. # [11:04] * Joins: Matti (chatzilla@moz-6DE0731F.dip.t-dialin.net)
  1238. # [11:06] <ttaubert> Yoric: that works, too :)
  1239. # [11:06] <Yoric> Now get back to reviewing my patches before I push some more onto you :)
  1240. # [11:08] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1241. # [11:09] * Joins: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP)
  1242. # [11:09] * Joins: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1243. # [11:10] * Quits: atsai (Conjuror@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1244. # [11:10] * Joins: tzimmermann (tzimmerman@moz-56DA4B6F.pools.arcor-ip.net)
  1245. # [11:10] * Quits: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP) (Quit: jfkthame)
  1246. # [11:11] * Quits: vikash (vikash@1C52EE5B.23DD0183.5D9ABA9F.IP) (Quit: Leaving)
  1247. # [11:13] * Joins: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP)
  1248. # [11:17] * Joins: askalski (akuda@moz-137D1D7A.mimuw.edu.pl)
  1249. # [11:17] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1250. # [11:20] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1251. # [11:22] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Quit: surkov)
  1252. # [11:23] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1253. # [11:24] * Joins: ferjm_ (ferjm@53EF5629.3416E031.E21948B5.IP)
  1254. # [11:24] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Ping timeout)
  1255. # [11:25] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1256. # [11:27] * Quits: askalski (akuda@moz-137D1D7A.mimuw.edu.pl) (Quit: Wychodzi)
  1257. # [11:30] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Input/output error)
  1258. # [11:31] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1259. # [11:31] * Joins: gcp (gcp@moz-D0E475EA.access.telenet.be)
  1260. # [11:34] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1261. # [11:36] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1262. # [11:37] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1263. # [11:37] * Quits: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Connection reset by peer)
  1264. # [11:38] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1265. # [11:38] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1266. # [11:41] * Joins: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1267. # [11:41] * Quits: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP) (Ping timeout)
  1268. # [11:44] <peterv> hmm, inbound is closed for a thunderbird perma-orange?
  1269. # [11:44] * ferjm_ is now known as ferjm
  1270. # [11:44] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1271. # [11:45] <Ms2ger`> Looks like the wrong bug number
  1272. # [11:45] <Ms2ger`> edmorley, ^
  1273. # [11:46] * Joins: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de)
  1274. # [11:46] <edmorley> peterv, Ms2ger`: thanks, corrected
  1275. # [11:47] <Ms2ger`> Np
  1276. # [11:47] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1277. # [11:47] <peterv> :-)
  1278. # [11:47] * peterv was hoping it could be opened instead
  1279. # [11:47] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1280. # [11:47] <peterv> but oh well
  1281. # [11:48] <Ms2ger`> You could do reviews instead! ;)
  1282. # [11:48] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1283. # [11:49] <peterv> Ms2ger`: no
  1284. # [11:49] <Ms2ger`> Or review jgraham's requirements for a test server: http://lists.w3.org/Archives/Public/public-test-infra/2012OctDec/0024.html
  1285. # [11:50] <peterv> Ms2ger`: hmm, they're not requests from you, maybe
  1286. # [11:50] * glazou will be away for the rest of the day, attending a funeral :-(
  1287. # [11:50] <Ms2ger`> glazou, my condolences
  1288. # [11:50] <glazou> yeah, thanks, shit happens
  1289. # [11:50] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1290. # [11:50] * Quits: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de) (Ping timeout)
  1291. # [11:51] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: afk)
  1292. # [11:51] * AutomatedTester|AFK is now known as AutomatedTester
  1293. # [11:51] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1294. # [11:52] * Quits: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
  1295. # [11:53] * Quits: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1296. # [11:55] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1297. # [11:58] * Joins: josh (josh@ACF5871.E041D520.44A9EDE0.IP)
  1298. # [11:59] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1299. # [12:03] * Joins: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP)
  1300. # [12:05] * Quits: MnO2 (mno2@moz-F2B69E6.tpcity.corp.yahoo.com) (Quit: Leaving)
  1301. # [12:05] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  1302. # [12:07] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1303. # [12:10] * Joins: vingtetun (vingtetun@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net)
  1304. # [12:13] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1305. # [12:14] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  1306. # [12:14] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  1307. # [12:16] * Quits: sewardj (sewardj@moz-EBBA97E8.dip.t-dialin.net) (Input/output error)
  1308. # [12:16] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1309. # [12:23] * Quits: Ms2ger` (Ms2ger@moz-591FA6BA.ugent.be) (Connection reset by peer)
  1310. # [12:23] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1311. # [12:24] * AutomatedTester is now known as AutomatedTester|AFK
  1312. # [12:25] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1313. # [12:25] * Quits: JeroenDeDauw (j@moz-17E12D90.dip.t-dialin.net) (Ping timeout)
  1314. # [12:27] * Joins: JeroenDeDauw (j@moz-66F049D7.dip.t-dialin.net)
  1315. # [12:30] * Quits: Edgar1 (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar1)
  1316. # [12:34] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1317. # [12:40] * Joins: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP)
  1318. # [12:41] * Joins: T3 (T3@8AD413DD.3053860D.A992BEAD.IP)
  1319. # [12:41] <mounir> sicking: pong
  1320. # [12:42] <sicking> mounir: pong, but about to fall asleep
  1321. # [12:42] <mounir> sicking: you should be sleeping
  1322. # [12:42] <sicking> mounir: indeed
  1323. # [12:42] <mounir> sicking: go
  1324. # [12:42] <mounir> will cry because of your putch though
  1325. # [12:43] <sicking> my patch?
  1326. # [12:44] * AutomatedTester|AFK is now known as AutomatedTester
  1327. # [12:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4c02ec84a2c1 - Michal Novotny - Bug 725993 - Remove usage of STORE_ON_DISK flag in XHR code, r=jonas
  1328. # [12:45] <mounir> sicking: putch... about activities
  1329. # [12:46] <sicking> mounir: yeah, i'm sad too. But there's just too many things that need to be done asynchronously. And it's unfortunately also too late to make the change. If it was just one or the other then we might have been able to do it. But when the patch breaks so much and is unclear that it's the right thing to do
  1330. # [12:47] <sicking> mounir: …it's not worth it
  1331. # [12:47] <sicking> mounir: please don't confuse that bug even more by talking about getThreadList
  1332. # [12:47] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1333. # [12:48] <sicking> mounir: if you want to change getThreadList then please file a separate bug
  1334. # [12:48] <mounir> sicking: is that thing used?
  1335. # [12:48] <sicking> mounir: which thing?
  1336. # [12:48] <mounir> sicking: getThreadList
  1337. # [12:48] <sicking> mounir: yes
  1338. # [12:48] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1339. # [12:49] <mounir> oh...
  1340. # [12:49] <mounir> sicking: regarding activities, I thought most of the issues were being fixed
  1341. # [12:49] <fabrice> which issues?
  1342. # [12:49] <mounir> fabrice: the issues regarding the async calls
  1343. # [12:49] <fabrice> gaia people are happy to not need workarounds
  1344. # [12:49] <mounir> fabrice: you should be sleeping *too*
  1345. # [12:50] * Joins: Wusel_ (muench@moz-B5D91B65.adsl.alicedsl.de)
  1346. # [12:50] <fabrice> mounir: I'm in Madrid
  1347. # [12:50] <sicking> mounir: there were quite a few things broken still. And we'd probably find more
  1348. # [12:50] <mounir> fabrice: gaia people would be happy if they could use activities in background to do app communication
  1349. # [12:50] <fabrice> mounir: activity == UI
  1350. # [12:50] <Wusel_> hello, is there someone form america here? I need some help for school ^^
  1351. # [12:50] <fabrice> at least for now
  1352. # [12:50] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1353. # [12:51] <mounir> fabrice: activity will always have a UI
  1354. # [12:51] <Wusel_> was "competence for a change" said by Mitt Romney?
  1355. # [12:51] <mounir> sicking: I think the reasons why the patch was breaking stuff was just revealing issues in Gaia
  1356. # [12:51] <fabrice> mounir: so this is not background communication?
  1357. # [12:51] <mounir> it's crazy to do async stuff in answer to a user interaction
  1358. # [12:51] <fabrice> mounir: yes, but they only have async apis...
  1359. # [12:51] <mounir> fabrice: (I was being sarcastic)
  1360. # [12:52] <sicking> mounir: because a lot of actions are async
  1361. # [12:52] <mounir> fabrice: it's bad practice to do async stuff when there is a user interaction
  1362. # [12:52] <mounir> because that means the user might have a feedback quite late
  1363. # [12:52] <sicking> mounir: no, it's not crazy to do async actions in response to user interaction. That seems quite sensible
  1364. # [12:52] <mounir> sicking: we try to reduce the responsiveness, this is not reducing it
  1365. # [12:53] * fabrice would rather increase the responsiveness
  1366. # [12:53] <sicking> mounir: you can't preload everything though. That'll also decrease responsiveness
  1367. # [12:53] <mounir> fabrice: indeed :)
  1368. # [12:54] <sicking> it's really annoying that people don't mark dependent bugs though
  1369. # [12:54] <mounir> that likely didn't exist in github ^^
  1370. # [12:54] <sicking> so we have no way of tracking what did break if we want to analyze alternatives
  1371. # [12:55] <mounir> sicking: we might want to ask vingtetun
  1372. # [12:55] <sicking> mounir: sounds like a good idea
  1373. # [12:56] <fabrice> sicking: also, gaia devs also tend to use workarounds a bit too fast
  1374. # [12:56] <sicking> mounir: if you want to push for putting back the user-interaction requirement, then I'm all for it. But the patch as it stood had too many regressions to remain in the tree.
  1375. # [12:57] <sicking> fabrice: that I can agree with. Though i'm not sure what you're specifically referring to here
  1376. # [12:57] <mounir> ... I should have spot that during the initial review :(
  1377. # [12:57] <sicking> mounir: yeah. It sucks that we don't have more automated tests
  1378. # [12:58] <sicking> mounir: means that you have to do a lot of testing for things like that. Or a lot more auditing
  1379. # [12:58] <sicking> or both
  1380. # [12:58] <fabrice> sicking: well, they "fixed" half of the activity issues with various changes
  1381. # [12:59] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  1382. # [12:59] <mounir> sicking: the only real solution I see is having something like .then() in DOMRequest
  1383. # [12:59] <mounir> that would allow us to consider any chaining call to be made from a user interaction if the initial DOMRequest was the result of one
  1384. # [12:59] <sicking> fabrice: yeah, i think that given the number of regressions the right fix was to back out sooner.
  1385. # [13:00] <sicking> mounir: Yes, if we could somehow track asynchronous callbacks then things would be different. But we're pretty far from that
  1386. # [13:00] <mounir> sicking: lack of communication, I think
  1387. # [13:00] * Quits: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP) (No route to host)
  1388. # [13:00] * AutomatedTester is now known as AutomatedTester|AFK
  1389. # [13:00] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  1390. # [13:00] <sicking> mounir: absolutely. And I think that the gaia team has a tendency to just take the platform as an unchangable given
  1391. # [13:01] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1392. # [13:01] <mounir> sicking: which is what web dev do
  1393. # [13:01] <mounir> sicking: not really surprising
  1394. # [13:01] <sicking> mounir: yup
  1395. # [13:02] <sicking> mounir: by the way, getThreadList is what returns a thread overview
  1396. # [13:02] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1397. # [13:03] * Quits: edmorley (edmorley@moz-96C81933.range86-145.btcentralplus.com) (Quit: -> office)
  1398. # [13:03] <sicking> mounir: i.e. it's used to display the UI where you see everyone that you have interacted with. Once you click something in that UI do we start getting the data to render a single thread, and that's the part that's slow
  1399. # [13:03] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1400. # [13:03] <mounir> sicking: oh ok
  1401. # [13:03] <vingtetun> there was also a tendancy to say: 'this can be workaround in Gaia, won't fix for v1'
  1402. # [13:03] <mounir> i haven't followed much
  1403. # [13:03] <vingtetun> so we learned to do workarounds :(
  1404. # [13:04] <sicking> vingtetun: yup. That's definitely true too
  1405. # [13:04] <vingtetun> but what was the think you want to ask me?
  1406. # [13:04] <vingtetun> add dependencies?
  1407. # [13:05] * Parts: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1408. # [13:05] <sicking> vingtetun: whether it was worth keeping the "only allow webactivities to be started from a user interaction" patch in. It's really hard to tell right now since none of the regressions were marked as dependencies in bugzilla
  1409. # [13:05] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1410. # [13:05] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  1411. # [13:05] <Wusel_> was "competence for a change" said by Mitt Romney?
  1412. # [13:05] <sicking> vingtetun: by the way, you should absolutely more often say "yes, we can work around this in gaia, but it'll be a lot of work"
  1413. # [13:06] * Joins: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP)
  1414. # [13:06] <sicking> vingtetun: i strongly suspect we've been wasting a lot of time on the e.me bug since justing is asking to workaround things in gaia
  1415. # [13:06] <sicking> justin even
  1416. # [13:07] * Quits: smontagu (chatzilla@moz-7082CFD1.red.bezeqint.net) (Ping timeout)
  1417. # [13:08] <vingtetun> i add the 2 dependencies i know of
  1418. # [13:08] <sicking> vingtetun: thanks
  1419. # [13:09] <vingtetun> i suspect gallery suffers from the same issues than the music app but i don't see a bug for that
  1420. # [13:09] <mounir> sicking: I had questions regarding indexes in the SMS db
  1421. # [13:09] <mounir> but... go to sleep, I feel bad for you :)
  1422. # [13:09] <vingtetun> sicking: and i suspect i raise the amount of efforts more often too :/
  1423. # [13:10] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1424. # [13:10] * ChanServ sets mode: +o smaug
  1425. # [13:10] <vingtetun> (but we tried to 'explore' way of doing it without platform changes)
  1426. # [13:11] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1427. # [13:11] <sicking> vingtetun: i'd rather see us fix things the "right way" whenever possible. Though of course sometimes we don't have time.
  1428. # [13:13] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1429. # [13:13] <sicking> ok, night all
  1430. # [13:13] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  1431. # [13:13] <vingtetun> good (short) night
  1432. # [13:14] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  1433. # [13:16] * Joins: smontagu (chatzilla@D17F6E0D.A27F8173.51B98CA5.IP)
  1434. # [13:17] * Fallen|away is now known as Fallen
  1435. # [13:20] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1436. # [13:22] * Fallen is now known as Fallen|away
  1437. # [13:24] * Quits: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com) (Ping timeout)
  1438. # [13:24] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  1439. # [13:25] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1440. # [13:27] * Quits: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Connection reset by peer)
  1441. # [13:27] * Quits: dhylands|gym (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP) (Ping timeout)
  1442. # [13:27] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  1443. # [13:30] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1444. # [13:31] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  1445. # [13:33] * Quits: tonymec (tonymec@2A543AF3.31BA17B7.277517C1.IP) (Input/output error)
  1446. # [13:33] * Quits: smontagu (chatzilla@D17F6E0D.A27F8173.51B98CA5.IP) (Ping timeout)
  1447. # [13:34] * Joins: vtmarvin1 (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  1448. # [13:34] * Joins: KaiRo (robert@moz-D9FA8DCF.adsl.highway.telekom.at)
  1449. # [13:35] * Quits: tonymec|away (tonymec@2A543AF3.31BA17B7.277517C1.IP) (Quit: Konversation terminated!)
  1450. # [13:35] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Ping timeout)
  1451. # [13:35] * Joins: smontagu (chatzilla@moz-D62D3971.red.bezeqint.net)
  1452. # [13:37] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Connection reset by peer)
  1453. # [13:41] * Joins: tonymec__ (tonymec@43CF04A.2835C240.277517C1.IP)
  1454. # [13:41] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1455. # [13:43] * Joins: mikeratcliffe (mikeratcli@E852FB5A.B2D2E9AB.7CCB197A.IP)
  1456. # [13:44] * Joins: tonymec (tonymec@43CF04A.2835C240.277517C1.IP)
  1457. # [13:46] * tonymec__ is now known as tonymec|away
  1458. # [13:46] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  1459. # [13:48] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1460. # [13:49] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1461. # [13:50] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  1462. # [13:50] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1463. # [13:51] * Quits: nbp (pierron@moz-7EB03C5F.fbx.proxad.net) (Ping timeout)
  1464. # [13:51] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1465. # [13:52] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  1466. # [13:54] * Joins: IanN (chatzilla@4837CDFE.2ECE621A.E5F36E28.IP)
  1467. # [13:54] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  1468. # [13:54] * Joins: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP)
  1469. # [13:55] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1470. # [13:56] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  1471. # [13:57] <Wusel_> nobody from the usa here? :/
  1472. # [14:00] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1473. # [14:01] * Joins: marcoz (marco.zehe@moz-6D278888.dip.t-dialin.net)
  1474. # [14:01] * Joins: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de)
  1475. # [14:03] * bc is now known as bc|afk
  1476. # [14:04] * Joins: bhearsum|buildduty (bhearsum@moz-FBAE94.members.linode.com)
  1477. # [14:04] <gfritzsche> Wusel_: a bit too early for that
  1478. # [14:04] <bhearsum|buildduty> can i push a NPOTB changeset aurora despite it being closed?
  1479. # [14:04] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/231dcf277559 - Ben Hearsum - bug 812836: Set up nightly multilocale B2G desktop builds for l10n testing - add gaia l10n info to gecko config for unagi. r=aki, a=akeybl. DONTBUILD.
  1480. # [14:06] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Quit: Leaving.)
  1481. # [14:07] * ewong|sleep is now known as ewong
  1482. # [14:08] * Joins: MnO2 (mno2@moz-58B0B2E3.hinet-ip.hinet.net)
  1483. # [14:08] * Quits: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP) (Ping timeout)
  1484. # [14:10] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1485. # [14:12] * Joins: smaug (chatzilla@moz-41BA4C33.elisa-mobile.fi)
  1486. # [14:12] * ChanServ sets mode: +o smaug
  1487. # [14:13] * Quits: JeroenDeDauw (j@moz-66F049D7.dip.t-dialin.net) (Quit: Leaving.)
  1488. # [14:13] * Joins: JeroenDeDauw (j@moz-66F049D7.dip.t-dialin.net)
  1489. # [14:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/19eb532fad5a - Trevor Saunders - Bug 767756 - try implementing ISimpleDOMNode with a tear off, r=tbsaunde, f=marcoz
  1490. # [14:19] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1491. # [14:20] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Client exited)
  1492. # [14:20] * Joins: till (till@moz-82C262CD.adsl.alicedsl.de)
  1493. # [14:20] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1494. # [14:20] <Yoric> Oh great.
  1495. # [14:21] <Yoric> Bugzilla just lost my loooong review for bug 789932.
  1496. # [14:22] * Joins: jprmc (jprmc@B7F3418A.AEC9E1D6.DA78B690.IP)
  1497. # [14:23] * Joins: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP)
  1498. # [14:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8cdd43b76d19 - Vicamo Yang - Bug 793111 - Part 1 - Add properties in nsIDOMMozMobileICCInfo to indicate if PLMN/SPN is required sr=sicking
  1499. # [14:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/66f3565f4817 - Vicamo Yang - Bug 793111 - Part 3 - Test case r=vicamo
  1500. # [14:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/131bc42cd637 - Vicamo Yang - Bug 793111 - Part 2 - getting PLMN list and deciding required carrier name component r=vicamo
  1501. # [14:26] * Joins: mak (chatzilla@moz-E0C93608.retail.telecomitalia.it)
  1502. # [14:26] <bhearsum|buildduty> Yoric: yo ushould install Lazureus Form Recovery
  1503. # [14:27] <Yoric> Will that help with Bugzilla?
  1504. # [14:27] <bhearsum|buildduty> it will help with not losing data
  1505. # [14:27] * glob|away is now known as glob
  1506. # [14:27] <glob> Yoric, splinter?
  1507. # [14:27] <Yoric> This is a 14 files patch, so there are good chances that whatever I had on screen at the moment was only related to a small subset of the patch.
  1508. # [14:27] <Yoric> glob: Indeed.
  1509. # [14:28] <glob> not sure lazureus would help, splinter uses local storage not form fields
  1510. # [14:28] * Joins: joey-mtg (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1511. # [14:28] <Yoric> Where do we store local storage?
  1512. # [14:29] * kmoir-afk is now known as kmoir
  1513. # [14:29] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1514. # [14:29] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1515. # [14:30] * Joins: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com)
  1516. # [14:30] * Joins: Ms2ger` (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be)
  1517. # [14:31] * Joins: espindola (espindola@moz-884D7200.dsl.teksavvy.com)
  1518. # [14:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/125716cf3d81 - Ehsan Akhgari - Bug 814789 - Tie the life-time of the AudioContext to the life-time of the document owning it; r=bzbarsky
  1519. # [14:32] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1520. # [14:32] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  1521. # [14:35] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1522. # [14:35] * Quits: jprmc (jprmc@B7F3418A.AEC9E1D6.DA78B690.IP) (Quit: Leaving)
  1523. # [14:35] * baku|away is now known as baku
  1524. # [14:41] * Joins: hub (hub@F2D29657.F60B0462.67AC9B1.IP)
  1525. # [14:41] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1526. # [14:43] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1527. # [14:44] * bhearsum|buildduty decides to push his NPOTB commit to aurora
  1528. # [14:47] * Joins: nmatsakis (nmatsakis@moz-FDB96567.res-cmts.mlf.ptd.net)
  1529. # [14:47] * Joins: simonab (simonab@601F3B17.33662590.A5830293.IP)
  1530. # [14:47] * Joins: mihaelav (MihaelaV@601F3B17.33662590.A5830293.IP)
  1531. # [14:48] <simonab> Hi guys, I'm trying to build Firefox on Windows 7 and I get all kind of errors, like: http://pastebin.mozilla.org/1963293 Do you have any ideas that could help me?
  1532. # [14:49] * Parts: bhearsum|buildduty (bhearsum@moz-FBAE94.members.linode.com)
  1533. # [14:49] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1534. # [14:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7e6ac3bfbae9 - Rafael Ávila de Espíndola - Bug 814704 - Move the creation of a js object from combinedStacks into
  1535. # [14:50] * Joins: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com)
  1536. # [14:51] * Quits: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com) (Input/output error)
  1537. # [14:51] * AutomatedTester|AFK is now known as AutomatedTester
  1538. # [14:51] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1539. # [14:55] * Quits: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
  1540. # [14:56] * Quits: Matti (chatzilla@moz-6DE0731F.dip.t-dialin.net) (Client exited)
  1541. # [14:57] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Connection reset by peer)
  1542. # [14:58] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1543. # [14:59] * Joins: dao (dao@moz-5289AA8D.dip.tu-dresden.de)
  1544. # [15:02] * Joins: armenzg (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  1545. # [15:02] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1546. # [15:03] * Joins: edmorley (edmorley@88F51059.F3BBB17D.144F44FA.IP)
  1547. # [15:03] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1548. # [15:04] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1549. # [15:04] <Ms2ger`> fantasai, yt?
  1550. # [15:06] * Joins: atuljangra (Mibbit@F156D51A.C64A08C6.C659C8F3.IP)
  1551. # [15:07] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1552. # [15:08] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1553. # [15:08] * Quits: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com) (Client exited)
  1554. # [15:09] * Joins: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net)
  1555. # [15:11] * catlee-away is now known as catlee
  1556. # [15:13] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1557. # [15:13] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1558. # [15:14] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  1559. # [15:15] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1560. # [15:16] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  1561. # [15:17] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1562. # [15:21] * bz_sleep is now known as bz
  1563. # [15:21] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  1564. # [15:22] * bwinton_away is now known as bwinton
  1565. # [15:23] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/6eca73d185d0 - Chris AtLee - Bug 813826: gecko configs for otoro builds. r=nthomas DONTBUILD
  1566. # [15:24] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  1567. # [15:25] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1568. # [15:28] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1569. # [15:29] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1570. # [15:29] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  1571. # [15:31] * baku is now known as baku|away
  1572. # [15:31] * Joins: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP)
  1573. # [15:32] * Joins: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net)
  1574. # [15:32] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  1575. # [15:32] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  1576. # [15:34] * padenot is now known as padenot|away
  1577. # [15:34] * padenot|away is now known as padenot
  1578. # [15:34] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  1579. # [15:35] * rail_away is now known as rail
  1580. # [15:36] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1581. # [15:36] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1582. # [15:36] * Joins: tchevalier (Thunderbir@moz-25495064.w90-28.abo.wanadoo.fr)
  1583. # [15:38] * ewong is now known as ewong|sleep
  1584. # [15:38] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1585. # [15:39] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1586. # [15:39] * jhopkins|afk is now known as jhopkins
  1587. # [15:41] <espindola> !seen ted
  1588. # [15:41] <firebot> ted was last seen 3 days, 20 hours, 28 minutes and 39 seconds ago, saying 'he implemented off-main-thread CSS animation' in #introduction.
  1589. # [15:42] * padenot is now known as padenot|away
  1590. # [15:42] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1591. # [15:43] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1592. # [15:44] * Joins: rednaks (rednaks@24067163.74C6FD40.360EF119.IP)
  1593. # [15:44] * Joins: ted (luser@moz-39C2FD6B.scr.east.verizon.net)
  1594. # [15:44] * ChanServ sets mode: +o ted
  1595. # [15:44] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1596. # [15:45] * Quits: joey-mtg (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.89 [Firefox 18.0a2/20121119042013])
  1597. # [15:45] * Quits: sn0wb1rd_ (sn0wb1rd@moz-EEDB3E3C.dyn.optonline.net) (Quit: sn0wb1rd_)
  1598. # [15:45] * Joins: joey-mtg (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1599. # [15:46] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1600. # [15:46] * Quits: joey-mtg (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.89 [Firefox 18.0a2/20121119042013])
  1601. # [15:47] * Joins: TheOtherOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1602. # [15:47] * Quits: Optimizer (Instantbir@D4A3BB78.9CB844E6.AA3EB577.IP) (Connection reset by peer)
  1603. # [15:47] * Quits: TheOne (TheOne@moz-9F1B2257.dfki.uni-kl.de) (Ping timeout)
  1604. # [15:48] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1605. # [15:50] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1606. # [15:51] <Yoric> ted: review ping?
  1607. # [15:51] * Joins: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP)
  1608. # [15:52] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1609. # [15:52] <@ted> Yoric: yeah uh, sorting through bugmail from my long weekend
  1610. # [15:52] <Yoric> Yes, I saw your bugmail activity, which led me to deduce that you had finished digesting the turkey :)
  1611. # [15:53] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1612. # [15:54] <@ted> hah
  1613. # [15:54] <@ted> turkey: digested
  1614. # [15:54] <@ted> bugmail: still indigestion
  1615. # [15:56] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1616. # [15:56] <gfritzsche> bon appetit ;)
  1617. # [15:56] <@bz> Should I worry about B2G builds failing on try with a missing Python.h ?
  1618. # [15:57] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  1619. # [15:57] * ChanServ sets mode: +o dveditz
  1620. # [15:58] <Ms2ger`> bz, they're not actually failing there
  1621. # [15:59] * hwine-ooo is now known as hwine
  1622. # [15:59] <edmorley> bz, that line is a false positive (bug filed on stopping that error), failure is later
  1623. # [15:59] * Quits: Optimizer (Instantbir@9D88CC50.62837B7B.1807BA01.IP) (Ping timeout)
  1624. # [15:59] * whimboo is now known as whimboo|afk
  1625. # [16:00] * Quits: tonymec (tonymec@43CF04A.2835C240.277517C1.IP) (Input/output error)
  1626. # [16:00] <edmorley> bz, error: no matching function for call to 'mozilla::dom::bluetooth::BluetoothService::GetPairedDevicePropertiesInternal(....
  1627. # [16:04] <Bas> ARGH! Stupid windows build, y u always broken!
  1628. # [16:04] <@bz> edmorley: oh, I see. Thanks!
  1629. # [16:05] * @bz is fixing that already
  1630. # [16:05] <Bas> Anybody seen soundtouch.res build errors on windows?
  1631. # [16:05] * Quits: Ms2ger` (Ms2ger@moz-8C3B1E1.kulnet.kuleuven.be) (Ping timeout)
  1632. # [16:07] * bz is now known as bz_away
  1633. # [16:07] * Joins: tonymec (tonymec@43CF04A.2835C240.277517C1.IP)
  1634. # [16:07] * mjschranz_away is now known as mjschranz
  1635. # [16:08] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1636. # [16:08] * joduinn-afk is now known as joduinn
  1637. # [16:10] * Quits: rednaks (rednaks@24067163.74C6FD40.360EF119.IP) (Ping timeout)
  1638. # [16:10] * Joins: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com)
  1639. # [16:11] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  1640. # [16:11] * Quits: ehsan_ (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1641. # [16:14] <dao> edmorley: joe walker is joe_walker
  1642. # [16:15] * hwine is now known as hwine|mtg
  1643. # [16:15] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1644. # [16:15] <joe> my thought process every time i go looking for something in xpcom/: "It's a data structure, so it's in ds/. Oh, wait, no, it's part of the base requirements, so it's in base/. Oh wait, no, it's in glue because obviously."
  1645. # [16:16] <joe> and then it's a string and it's in string/
  1646. # [16:16] * Quits: redfive (chatzilla@moz-2266E9FF.dsl.pltn13.pacbell.net) (Ping timeout)
  1647. # [16:17] * Joins: hipokr1t (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1648. # [16:17] <gcp> this is why tools/ utils/ misc/ always end up taking over the project
  1649. # [16:17] * Quits: hipokr1t (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Client exited)
  1650. # [16:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/12ab14c79a08 - Jim Chen - Bug 814886 - Correctly check selection bounds on Android; r=cpeterson
  1651. # [16:18] * Quits: hipokrit (hipokrit@moz-7E0D846A.aus1.rackspace.com) (Ping timeout)
  1652. # [16:20] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1653. # [16:22] * Quits: dao (dao@moz-5289AA8D.dip.tu-dresden.de) (Quit: Leaving.)
  1654. # [16:22] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1655. # [16:23] * Joins: joey-mtg (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1656. # [16:23] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  1657. # [16:24] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1658. # [16:24] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  1659. # [16:25] <gaston> damn
  1660. # [16:25] <gaston> just realized that make package in -beta uses gnutar --exclude options.....
  1661. # [16:25] <gaston> probably again a case of using tar vs $(TAR)
  1662. # [16:25] * Joins: rednaks (rednaks@24067163.74C6FD40.360EF119.IP)
  1663. # [16:26] <@ted> bleh
  1664. # [16:26] <@ted> stupid BSD utilities :-P
  1665. # [16:26] <@ted> usually those don't creep in as much because mac has BSD tar
  1666. # [16:26] * rail is now known as rail_away
  1667. # [16:26] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  1668. # [16:27] <gaston> i suppose mac doesnt care about bloating their tar with gnu extensions
  1669. # [16:28] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1670. # [16:28] <@ted> i'm pretty sure mac tar is a fairly vanilla BSD tar
  1671. # [16:28] <@ted> oh, maybe not
  1672. # [16:28] <gaston> (cd ../../dist/firefox && tar --exclude=precomplete --exclude=.mkdir.done -cvhf - .) | \ (cd /usr/obj/firefox-18.0beta1/fake-amd64/usr/local/lib/firefox-18.0 && tar -xf -)
  1673. # [16:28] <@ted> it has --exclute
  1674. # [16:28] <gaston> tar: unknown option -- -
  1675. # [16:28] <gaston> i never remember where this tar line is done
  1676. # [16:28] <@ted> packager.mk
  1677. # [16:29] <gaston> not in browser/installer
  1678. # [16:29] <gaston> aaah
  1679. # [16:29] <gaston> thx
  1680. # [16:29] <@ted> where all horrible packager stuff is
  1681. # [16:29] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1682. # [16:30] <gaston> aha. that's it, tar instead of $(TAR)
  1683. # [16:30] <gaston> free bug for me \o/
  1684. # [16:31] <gaston> and since TAR_CREATE_FLAGS uses --exclude=.mkdir.done
  1685. # [16:32] <gaston> i might aswell switch all 'tar' invocations to $(TAR)
  1686. # [16:32] * Quits: TheOtherOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1687. # [16:36] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1688. # [16:37] * mcote|afk is now known as mcote
  1689. # [16:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7d18627ba3d2 - Hubert Figuière - Bug 811778 - Only send crash reports on wifi. r=fabrice
  1690. # [16:38] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  1691. # [16:38] * Joins: randix (rdow@933CA1AA.CFBC10F9.8B52D585.IP)
  1692. # [16:40] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  1693. # [16:40] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1694. # [16:40] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  1695. # [16:41] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1696. # [16:41] <edmorley> padenot++
  1697. # [16:41] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1698. # [16:41] * ChanServ sets mode: +o ehsan
  1699. # [16:42] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1700. # [16:42] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  1701. # [16:44] * catlee is now known as catlee-away
  1702. # [16:45] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1703. # [16:45] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1704. # [16:45] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1705. # [16:45] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1706. # [16:46] * padenot|away is now known as padenot
  1707. # [16:46] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1708. # [16:46] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1709. # [16:46] * Joins: Noah (opera@3E013211.EE7BA8C8.5B054FC6.IP)
  1710. # [16:46] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  1711. # [16:47] * Joins: dao (dao@moz-13D42A95.pool.mediaways.net)
  1712. # [16:47] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1713. # [16:47] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1714. # [16:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0d4143b11eea - Ed Morley - Backout 66f3565f4817, 131bc42cd637 & 8cdd43b76d19 (bug 793111) for B2G marionette failures
  1715. # [16:47] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1716. # [16:47] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1717. # [16:47] <padenot> edmorley: commenting on an intermittent orange?
  1718. # [16:48] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1719. # [16:48] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1720. # [16:48] <edmorley> padenot: for looking into it, yes :-)
  1721. # [16:48] * jwir3|away is now known as jwir3
  1722. # [16:48] <padenot> edmorley: I feel terrible each time I receive one of those emails
  1723. # [16:48] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1724. # [16:48] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1725. # [16:49] <edmorley> hehe
  1726. # [16:49] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Quit: surkov)
  1727. # [16:49] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1728. # [16:49] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1729. # [16:49] * Joins: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net)
  1730. # [16:49] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  1731. # [16:50] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1732. # [16:50] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1733. # [16:50] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  1734. # [16:50] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  1735. # [16:50] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1736. # [16:51] * Quits: till (till@moz-82C262CD.adsl.alicedsl.de) (Client exited)
  1737. # [16:51] * Joins: Mads_ (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  1738. # [16:51] <froydnj> what's the right channel to ask about bits in browser/devtools/ ?
  1739. # [16:51] <padenot> #devtools?
  1740. # [16:52] <froydnj> obvious answer is obvious
  1741. # [16:52] * padenot is now known as padenot|away
  1742. # [16:52] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  1743. # [16:52] * Mads_ is now known as Mads
  1744. # [16:52] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1745. # [16:53] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1746. # [16:53] * Quits: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1747. # [16:53] * Joins: ehugg_ (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1748. # [16:53] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Connection reset by peer)
  1749. # [16:53] * ehugg_ is now known as ehugg
  1750. # [16:53] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1751. # [16:54] * padenot|away is now known as padenot
  1752. # [16:54] * joduinn is now known as joduinn-afk
  1753. # [16:54] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1754. # [16:54] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1755. # [16:55] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1756. # [16:55] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1757. # [16:55] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  1758. # [16:55] * Joins: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1759. # [16:55] * Joins: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP)
  1760. # [16:55] * Quits: ehugg (ehugg@1096C1A0.B5DAFC3A.42082411.IP) (Connection reset by peer)
  1761. # [16:56] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  1762. # [16:57] <jdm> ehsan: \o/ for the download manager patches
  1763. # [16:57] <@ehsan> jdm: :D
  1764. # [16:57] <@ehsan> it was... weird
  1765. # [16:57] <@ehsan> this code is so hipster I didn't know what I was doing with it
  1766. # [16:57] <jdm> yeah, I had that experience when I read through it
  1767. # [16:57] * Joins: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net)
  1768. # [16:58] <gaston> hipster code in mozilla ? :)
  1769. # [16:59] * Quits: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1770. # [17:00] <@ehsan> yeah
  1771. # [17:00] <@ehsan> gaston: browser/components/downloads
  1772. # [17:00] <@ehsan> jdm: how far off is bug 769288?
  1773. # [17:01] <jdm> ehsan: I'm not sure. I'm digging into the socket transport service now for the first time, so it may be a couple days before I even have a patch together
  1774. # [17:01] <@ehsan> ok
  1775. # [17:01] <gaston> speaking of new code, what's the status of in-content prefs ? it looked promising last i played with it
  1776. # [17:01] <@ehsan> jdm: what about the geolocation bug?
  1777. # [17:01] <jdm> ehsan: waiting on review
  1778. # [17:01] <@ehsan> cool
  1779. # [17:01] <@ehsan> thanks!
  1780. # [17:01] <@ehsan> jdm: who's on the hook?
  1781. # [17:01] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  1782. # [17:01] <jdm> ehsan: dougt
  1783. # [17:01] <@ehsan> dougt: ping :D
  1784. # [17:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3120e4f4ddb7 - Andrew Halberstadt - Bug 797153 - Remote xpcshell tests shouldn't depend on running from within an objdir, r=jgriffin, DONTBUILD a=NPOTB
  1785. # [17:02] <hub> has tbpl changed to only rebuild certain platform?
  1786. # [17:02] * hwine|mtg is now known as hwine
  1787. # [17:03] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1788. # [17:03] <glandium> edmorley: what's up with the perma leak on beta?
  1789. # [17:03] * Joins: clee (clee@43CB6079.66715431.D25A875A.IP)
  1790. # [17:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fae627fef335 - Marco Bonardo - Bug 814264 - bug 795065 broke calling openUILink without an event parameter.
  1791. # [17:04] <glandium> hub: if you change only things under e.g. mobile, it will only rebuild mobile. There are a few other such rules
  1792. # [17:04] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1793. # [17:04] <glandium> hub: been a couple weeks
  1794. # [17:04] <edmorley> glandium: do you mean aurora?
  1795. # [17:05] <edmorley> I can't see a leak on beta]
  1796. # [17:05] * Joins: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net)
  1797. # [17:05] <glandium> edmorley: i mean the hidden ones (i forgot i had a noignore=1)
  1798. # [17:05] <edmorley> ah
  1799. # [17:05] <edmorley> os x 10.7/8 leaks due to no java
  1800. # [17:05] * Joins: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1801. # [17:06] <hub> glandium: ah ok. nice.
  1802. # [17:06] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  1803. # [17:07] * Quits: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1804. # [17:07] * Joins: henshaw (oliver@moz-2D99253C.range86-158.btcentralplus.com)
  1805. # [17:09] * Quits: rednaks (rednaks@24067163.74C6FD40.360EF119.IP) (Quit: Quitte)
  1806. # [17:09] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1807. # [17:10] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/725506e4c115 - Mike Hommey - Bug 799295 - Work around gcc 4.5 miscompilation of CanEncodeInfoInHeader by always inlining it. r=dvander,a=akeybl
  1808. # [17:11] <henshaw> stransky: when you say org.freedesktop.ScreenSaver is outdated and doesn't work, what do you mean? I see the dbus interface is still present on a recent-sih gnome livecd, but haven't tested it since iirc the screensaver is disabled on the livecd anyway.
  1809. # [17:11] * Joins: pnemsak (Miranda@moz-192A9791.orange.sk)
  1810. # [17:12] <glandium> edmorley: do you have the bug # for the disabling of linux dromaeojs on beta/aurora?
  1811. # [17:12] <stransky> henshaw, the inhibit method has been removed and you can get only screensaver timeout from it
  1812. # [17:12] <henshaw> and of course it existing on non-gnome desktops is a bonus
  1813. # [17:12] <edmorley> glandium: bug 812076
  1814. # [17:13] <henshaw> gah. that's a pretty horrendous state of affairs
  1815. # [17:15] <edmorley> glandium: the os x 10.7/10.8 leaks are bug 705570
  1816. # [17:16] * Quits: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP) (Ping timeout)
  1817. # [17:16] <glandium> edmorley: 812076's status is bugging me
  1818. # [17:17] * Joins: atte (atte@moz-401E92F1.dhcp.inet.fi)
  1819. # [17:17] <edmorley> glandium: invalid?
  1820. # [17:17] <glandium> edmorley: it's wontfix
  1821. # [17:17] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Connection reset by peer)
  1822. # [17:17] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  1823. # [17:17] <edmorley> glandium: yeah I meant would you prefer invalid
  1824. # [17:17] <glandium> edmorley: although it *is* still running, it's just hidden.
  1825. # [17:18] <edmorley> if it's green I'll unhide it
  1826. # [17:18] <glandium> edmorley: it will turn green on my push
  1827. # [17:18] <glandium> edmorley: i'd have done aurora as well if it weren't closed
  1828. # [17:18] <edmorley> ok, I'll unhide and star the previous :-) (for beta)
  1829. # [17:18] <glandium> although arguably, i could land on the closed tree
  1830. # [17:19] <henshaw> stransky: do you have a link to the reasoning handy or should I try to find out from the gnome people directly?
  1831. # [17:20] * Joins: Optimizer (Optimizer@A62BA533.476A5D7A.BE90E62C.IP)
  1832. # [17:20] <henshaw> is it reasonable to try the freedesktop interface if the gnome one doesn't exist? I wonder what e.g. vlc do, they have to cope with every possibility.
  1833. # [17:21] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1834. # [17:22] * sheeri-afk is now known as sheeri
  1835. # [17:23] * Quits: Optimizer (Optimizer@A62BA533.476A5D7A.BE90E62C.IP) (Ping timeout)
  1836. # [17:23] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1837. # [17:24] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  1838. # [17:25] <stransky> henshaw, i was talking about it with gnome people, they directed me to the http://git.gnome.org/browse/gtk+/tree/gtk/gtkapplication.c#n1412.
  1839. # [17:25] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1840. # [17:25] * Joins: clee_ (clee@2557E599.66715431.D25A875A.IP)
  1841. # [17:25] * Joins: Optimizer (Optimizer@ACB1FA6F.2298245.274D17D6.IP)
  1842. # [17:26] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1843. # [17:26] <stransky> henshaw, they told me the screensaver doc is outdated (and I used dbus debugger to confirm it)
  1844. # [17:27] * Quits: clee (clee@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  1845. # [17:27] * clee_ is now known as clee
  1846. # [17:27] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  1847. # [17:28] * Quits: IanN (chatzilla@4837CDFE.2ECE621A.E5F36E28.IP) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032])
  1848. # [17:28] * Quits: dao (dao@moz-13D42A95.pool.mediaways.net) (Quit: Leaving.)
  1849. # [17:30] * Quits: vtmarvin1 (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Ping timeout)
  1850. # [17:31] * Joins: knelson (Adium@2557E599.66715431.D25A875A.IP)
  1851. # [17:32] * mjschranz is now known as mjschranz_away
  1852. # [17:32] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1853. # [17:33] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1854. # [17:33] * Quits: @smaug (chatzilla@moz-41BA4C33.elisa-mobile.fi) (Connection reset by peer)
  1855. # [17:34] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  1856. # [17:35] * Joins: Pike (Pike@moz-15280E51.hsd1.ut.comcast.net)
  1857. # [17:35] * baku|away is now known as baku
  1858. # [17:35] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1859. # [17:36] * Quits: mihaelav (MihaelaV@601F3B17.33662590.A5830293.IP) (Quit: )
  1860. # [17:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/51b9c55fed74 - Fabrice Desré - bug 815145 - Remove the JS REPL from shell.js [r=vingtetun]
  1861. # [17:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/99b74e86c185 - Fabrice Desré - Bug 815561 - Limit Web Activities to the foreground application [r=sicking]
  1862. # [17:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1606b7ce6b64 - Fabrice Desré - Bug 815198 - [Webapps] Webapps.download should call Webapps.applyDownload when installState is 'pending' [r=ferjm]
  1863. # [17:38] * Joins: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP)
  1864. # [17:39] * Joins: Waldo (waldo@2557E599.66715431.D25A875A.IP)
  1865. # [17:40] * armenzg is now known as armenzg_brb
  1866. # [17:40] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1867. # [17:40] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  1868. # [17:40] <@ehsan> smontagu: ping'
  1869. # [17:42] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1870. # [17:42] * Quits: RealRaven (Thunderbir@99D6506A.B75F39A1.27F80FAC.IP) (Ping timeout)
  1871. # [17:42] * Quits: tonymec (tonymec@43CF04A.2835C240.277517C1.IP) (Ping timeout)
  1872. # [17:43] * mjschranz_away is now known as mjschranz
  1873. # [17:43] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1874. # [17:43] * Quits: tonymec|away (tonymec@43CF04A.2835C240.277517C1.IP) (Ping timeout)
  1875. # [17:44] <rillian> padenot: have you written up your mp3 sniffing method as a contribution to the mime-sniff draft?
  1876. # [17:44] * Parts: knelson (Adium@2557E599.66715431.D25A875A.IP)
  1877. # [17:45] * Joins: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1878. # [17:45] * Quits: shamir_khodzha (Thunderbir@7F5B50BD.E0F09538.6E7F4A1E.IP) (Client exited)
  1879. # [17:46] * Joins: RealRaven (Thunderbir@C9459390.DE735EB5.C3498625.IP)
  1880. # [17:46] <@ehsan> smontagu: unping
  1881. # [17:47] <jimm> Bas: ping
  1882. # [17:48] <Bas> jimm: pong
  1883. # [17:48] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1884. # [17:49] * Joins: TheOne (one@moz-D46451E6.dip.t-dialin.net)
  1885. # [17:49] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  1886. # [17:49] <jimm> baku: hey, do you remember the bug number for the bug where you had to land 8.0 sdk headers?
  1887. # [17:50] <padenot> rillian: you mean the one that sniffs UTF-16 with BOM document as mp3 ?
  1888. # [17:50] <jimm> just want to file a follow up on removing that once we switch to the 8.0 sdk for mc.
  1889. # [17:50] <baku> jimm, no sorry :/
  1890. # [17:50] <padenot> rillian: I could contribute the mp3-in-id3 one, though, you are right
  1891. # [17:50] <padenot> s/could/should/
  1892. # [17:50] * bz_away is now known as bz
  1893. # [17:50] <jimm> oy, sorry baku. Bas: ^^
  1894. # [17:51] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1895. # [17:51] <baku> hehe
  1896. # [17:51] * mjschranz is now known as mjschranz_away
  1897. # [17:52] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  1898. # [17:52] * Parts: fantasai (fantasai@moz-B8B22C00.org)
  1899. # [17:52] <Bas> jimm: Bug 784382
  1900. # [17:52] <jimm> thx
  1901. # [17:52] * Joins: tonymec__ (tonymec@640A31A6.1ECADA64.277517C1.IP)
  1902. # [17:53] * tonymec__ is now known as tonymec|away
  1903. # [17:53] * Quits: atuljangra (Mibbit@F156D51A.C64A08C6.C659C8F3.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1904. # [17:54] * dholbert|afk is now known as dholbert
  1905. # [17:56] <rillian> padenot: yeah, the second one :)
  1906. # [17:56] * Quits: RealRaven (Thunderbir@C9459390.DE735EB5.C3498625.IP) (Quit: RealRaven)
  1907. # [17:57] <padenot> rillian: what do you suggest to tell the relevant people? email to whatwg or?
  1908. # [17:57] <padenot> or maybe you have no ideaa
  1909. # [17:57] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
  1910. # [17:58] <rillian> padenot: whatwg probably works. it's an official ietf websec draft, so the proper thing to do is probably to suggest it there
  1911. # [17:58] * Joins: dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net)
  1912. # [17:58] * ChanServ sets mode: +o dbaron
  1913. # [17:58] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  1914. # [17:59] * Quits: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net) (Ping timeout)
  1915. # [17:59] <padenot> rillian: alright, it is on the piece of paper that serves as a todo list, I'll get to it shortly
  1916. # [17:59] * Joins: Mossop (mossop@3B7A0A82.FDE27459.739380AF.IP)
  1917. # [17:59] * Joins: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net)
  1918. # [17:59] <@ehsan> glandium: did you forget to land bug 799295 on aurora? (just checking)
  1919. # [18:00] <glandium> ehsan: aurora is closed
  1920. # [18:00] <rillian> padenot: actually sending it to both whatwg and websec@ietf.org is probably best
  1921. # [18:00] <@ehsan> oh ok
  1922. # [18:00] <glandium> ehsan: i was pondering whether i'd land on the closed tree or not
  1923. # [18:00] <rillian> I suspect there's significant non-overlap
  1924. # [18:00] <@ehsan> glandium: it's probably a good idea not to :)
  1925. # [18:01] <@ehsan> gavin: ping
  1926. # [18:01] <@ehsan> ted: ping
  1927. # [18:01] * mjschranz_away is now known as mjschranz
  1928. # [18:02] * Joins: juanb (jbecerra@moz-5896950A.satx.res.rr.com)
  1929. # [18:02] <@ted> ehsan: pong
  1930. # [18:02] * joduinn-afk is now known as joduinn-mtg
  1931. # [18:03] <@ehsan> ted: do you know why this patch https://bug801232.bugzilla.mozilla.org/attachment.cgi?id=685466 could break builds like this? https://tbpl.mozilla.org/php/getParsedLog.php?id=17363557&tree=Try
  1932. # [18:03] <@ehsan> ted: (note the Makefile.in change)
  1933. # [18:04] * kmoir is now known as kmoir-afk
  1934. # [18:04] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  1935. # [18:05] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1936. # [18:05] * Joins: pwalton (pcwalton@2557E599.66715431.D25A875A.IP)
  1937. # [18:05] * Joins: ekr (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  1938. # [18:06] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  1939. # [18:06] * pwalton is now known as pcwalton
  1940. # [18:06] <@ted> biError: package error or possible missing or unnecessary file: bin/components/DownloadsStartup.js (package-manifest, 232).
  1941. # [18:06] <@ted> (up above the error text, in the full log)
  1942. # [18:06] <@ted> horrible mangling of error text, whee
  1943. # [18:06] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  1944. # [18:06] <@ted> hooray for windows
  1945. # [18:07] <@ted> apparently that file didn't get put in the right place
  1946. # [18:07] <@ehsan> ted: yeah I saw the error message :)
  1947. # [18:07] * Quits: ekr (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Ping timeout)
  1948. # [18:07] * ekr_ is now known as ekr
  1949. # [18:07] <@ted> oh well, you put it in _MODULES
  1950. # [18:07] <@ehsan> ted: but I don't understand why it happens
  1951. # [18:07] <@ted> so it's probably in dist/bin/modules
  1952. # [18:07] <@ted> ehsan: we have errors turned on for packaging errors
  1953. # [18:07] <@ted> if a file is listed in package-manifest and it's not present, we error
  1954. # [18:07] <@ehsan> oh I see
  1955. # [18:08] <@ehsan> so should I use EXTRA_PP_COMPONENTS?
  1956. # [18:08] <@ehsan> (assuming that it's a thing!)
  1957. # [18:08] * Joins: tonymec (tonymec@640A31A6.1ECADA64.277517C1.IP)
  1958. # [18:09] * armenzg_brb is now known as armenzg_lunch
  1959. # [18:09] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1960. # [18:10] <lduros> is this the right channel to ask questions on custom FF builds and the autoconf/makefile craze?
  1961. # [18:10] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  1962. # [18:11] * Quits: marcoz (marco.zehe@moz-6D278888.dip.t-dialin.net) (Quit: Leaving.)
  1963. # [18:11] <lduros> looks like "#build" is not the channel for that
  1964. # [18:11] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  1965. # [18:11] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1966. # [18:11] <gcp> this certainly isnt a totally wrong channel to ask
  1967. # [18:11] <Noah> lduros: dang, thought the guys in #build would of been all over that. yeah this is a good channel.
  1968. # [18:11] <lduros> hmm ok, thanks
  1969. # [18:11] <lduros> :-)
  1970. # [18:12] <lduros> now I have to find a question to ask that will make sense, this will take a while ;-)
  1971. # [18:12] <mbrubeck> #build is basically #releng but with the wrong name. :P
  1972. # [18:12] * khuey|away is now known as khuey
  1973. # [18:12] <Noah> mbrubeck: ah exactly! that's what I was always thinking hehe
  1974. # [18:12] <lduros> an unfortunate misnomer
  1975. # [18:12] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  1976. # [18:12] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  1977. # [18:12] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  1978. # [18:14] <@gavin> ehsan: pong
  1979. # [18:14] <glandium> lduros: if it's purely an autoconf/makefile question, #pymake is what you're looking for
  1980. # [18:14] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  1981. # [18:14] <glandium> lduros: but here works too
  1982. # [18:14] <@ehsan> gavin: does your divine intervention also apply to bug 456884? ;)
  1983. # [18:15] * Joins: sbward (sbward@moz-E8364EF1.sd.sd.cox.net)
  1984. # [18:15] * Joins: rednaks (rednaks@D28D92AF.9DF2673.55FFA9B4.IP)
  1985. # [18:15] <lduros> glandium: hmm ok :-)
  1986. # [18:15] <lduros> I thought pymake was strictly for python
  1987. # [18:15] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  1988. # [18:16] * Joins: espindol_ (espindola@moz-884D7200.dsl.teksavvy.com)
  1989. # [18:16] <glandium> lduros: #pymake is basically #build but with the wrong name :)
  1990. # [18:16] * Joins: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP)
  1991. # [18:16] <lduros> ah
  1992. # [18:16] <lduros> an unfortunate misnomer
  1993. # [18:16] <@gavin> ehsan: that's a bit trickier...
  1994. # [18:16] <Noah> glandium: do you you remember the makefile gurus of this channel? t.ed, wal.do, m.finkle? (periods are to prevent pinging them)
  1995. # [18:17] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: blast off!)
  1996. # [18:17] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1997. # [18:17] * Joins: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net)
  1998. # [18:17] <glandium> Noah: khuey, gps, me
  1999. # [18:17] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  2000. # [18:18] <@ehsan> gavin: ok, so who should ui-r it?
  2001. # [18:18] <Waldo> um, I'm considered a Makefile guru now? somebody tell me where I went wrong!
  2002. # [18:18] <glandium> Noah: and ted, from your list
  2003. # [18:18] <Noah> glandium: ah cool.
  2004. # [18:18] <Waldo> you really probably don't want me in that list, I just cargo-cult my way through build-fu mostly :-)
  2005. # [18:19] <Waldo> sometimes I dive deeper, but only rarely, and I usually regret it when I do
  2006. # [18:19] * Joins: akeybl_ (akeybl@2557E599.66715431.D25A875A.IP)
  2007. # [18:19] <Waldo> :-)
  2008. # [18:19] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2009. # [18:19] <Noah> Waldo: hehe my bad! I think I vaguely remember you talking about it once. :P But what do you consider your speciality then?
  2010. # [18:19] <Waldo> all-around hack
  2011. # [18:19] <Waldo> ...er
  2012. # [18:19] <Waldo> :-)
  2013. # [18:19] <Waldo> itinerant dabbler
  2014. # [18:20] <Waldo> a little more seriously (not that dabbler was unserious), JS, mfbt, httpd.js, some testing stuff, various other bits of Gecko
  2015. # [18:20] * Quits: garnacho (carlos@moz-4FFA8E6.dyn.user.ono.com) (Ping timeout)
  2016. # [18:20] * mcote is now known as mcote|lunch
  2017. # [18:21] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2018. # [18:21] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2019. # [18:21] <lduros> if you setthe variable browser.search.defaultenginename = in region.properties or the like, do you have to use quotes or not? Or does it not matter?
  2020. # [18:22] <lduros> isn't this supposed to be javascript :-)
  2021. # [18:22] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2022. # [18:22] * Joins: hurley (hurley@2557E599.66715431.D25A875A.IP)
  2023. # [18:23] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Input/output error)
  2024. # [18:23] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2025. # [18:23] * bc|afk is now known as bc
  2026. # [18:23] * Joins: teoli_ (teoli@88F51059.F3BBB17D.144F44FA.IP)
  2027. # [18:23] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2028. # [18:23] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  2029. # [18:23] * Quits: teoli (teoli@514D186.F3BBB17D.144F44FA.IP) (Ping timeout)
  2030. # [18:26] <lduros> I'm seeing lines like: "browser.contentHandlers.types.1.title=My Yahoo"
  2031. # [18:27] * Joins: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net)
  2032. # [18:27] * Joins: spohl (Adium@2557E599.66715431.D25A875A.IP)
  2033. # [18:28] * Quits: rednaks (rednaks@D28D92AF.9DF2673.55FFA9B4.IP) (Ping timeout)
  2034. # [18:30] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  2035. # [18:30] * ChanServ sets mode: +o smaug
  2036. # [18:30] <Waldo> .properties files aren't JavaScript, so it's unlikely you should be quoting values there
  2037. # [18:30] <lduros> Waldo: ok, thanks
  2038. # [18:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/00d402add716 - Ed Morley - Backout fae627fef335 (bug 795065) for browser-chrome failures
  2039. # [18:32] * Joins: wolfiR (wolfiR@moz-72432F7F.dip0.t-ipconnect.de)
  2040. # [18:34] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2041. # [18:35] * akeybl_ is now known as akeybl
  2042. # [18:35] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2043. # [18:35] * Quits: MnO2 (mno2@moz-58B0B2E3.hinet-ip.hinet.net) (Quit: Leaving)
  2044. # [18:36] * Quits: eeejay (eeejay@254285E4.737470A8.A0C1B52F.IP) (Ping timeout)
  2045. # [18:36] * Joins: eeejay (eeejay@254285E4.737470A8.A0C1B52F.IP)
  2046. # [18:36] * Joins: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP)
  2047. # [18:38] <dougt> jdm: ?
  2048. # [18:38] <dougt> missing context
  2049. # [18:38] <jdm> dougt: there's a patch awaiting review for PB geolocation
  2050. # [18:38] <dougt> today or tonight (most likely)
  2051. # [18:39] * Quits: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr) (Ping timeout)
  2052. # [18:40] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2053. # [18:40] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2054. # [18:42] * Quits: simonab (simonab@601F3B17.33662590.A5830293.IP) (Ping timeout)
  2055. # [18:42] * Joins: simonab (simonab@601F3B17.33662590.A5830293.IP)
  2056. # [18:42] * Joins: garnacho (carlos@moz-A5A59489.static.user.ono.com)
  2057. # [18:43] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2058. # [18:44] * Quits: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP) (Ping timeout)
  2059. # [18:45] * Joins: redfive (chatzilla@moz-4E0B5BB2.stanford.edu)
  2060. # [18:45] * Joins: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP)
  2061. # [18:47] * AutomatedTester is now known as AutomatedTester|away
  2062. # [18:48] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  2063. # [18:49] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2064. # [18:49] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2065. # [18:50] * Quits: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  2066. # [18:50] * Joins: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net)
  2067. # [18:51] * Joins: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net)
  2068. # [18:51] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
  2069. # [18:52] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  2070. # [18:52] * Joins: rednaks (rednaks@D28D92AF.9DF2673.55FFA9B4.IP)
  2071. # [18:53] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  2072. # [18:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/567bfba61e51 - Marshall Culpepper - Bug 809974: Set the last update installed time for B2G. r=fabrice
  2073. # [18:54] * Quits: @dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net) (Ping timeout)
  2074. # [18:56] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2075. # [18:56] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2076. # [18:56] * Joins: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net)
  2077. # [18:56] * Quits: mikeratcliffe (mikeratcli@E852FB5A.B2D2E9AB.7CCB197A.IP) (Client exited)
  2078. # [18:56] * AutomatedTester|away is now known as AutomatedTester
  2079. # [18:56] * Joins: _AxS_ (axs@moz-B1B3CDF6.tor.primus.ca)
  2080. # [18:56] * Quits: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP) (Quit: pcwalton)
  2081. # [18:56] <@smaug> strange error from hg. about: data/browser/makefiles.sh.i@037e15b25094 : no match found!
  2082. # [18:57] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2083. # [18:57] * Standard8 is now known as Standard8Away
  2084. # [18:57] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2085. # [18:57] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  2086. # [18:57] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  2087. # [18:57] * Joins: mikeratcliffe (mikeratcli@E852FB5A.B2D2E9AB.7CCB197A.IP)
  2088. # [18:58] * kmoir-afk is now known as kmoir
  2089. # [18:58] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  2090. # [18:59] <@smaug> !seen jwalker
  2091. # [18:59] <@killer> I don't know who jwalker is.
  2092. # [18:59] <firebot> jwalker was last seen 72 weeks, 4 days, 9 hours, 58 minutes and 35 seconds ago,
  2093. # [18:59] * AaronMT is now known as AaronMT|afk
  2094. # [18:59] * Quits: simonab (simonab@601F3B17.33662590.A5830293.IP) (Quit: )
  2095. # [18:59] * AutomatedTester is now known as AutomatedTester|away
  2096. # [18:59] <edmorley> smaug: joe_walker
  2097. # [18:59] <@smaug> joe_walker: I think the error is coming from your push
  2098. # [19:00] * Joins: ctalbert_win (Instantbir@2557E599.66715431.D25A875A.IP)
  2099. # [19:00] <@smaug> I did hg pull -u just before your push and it was ok
  2100. # [19:00] <@smaug> but now hg gives error
  2101. # [19:00] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2102. # [19:00] <joe_walker> hg gives error?
  2103. # [19:00] * Joins: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com)
  2104. # [19:00] <@smaug> abort: data/browser/makefiles.sh.i@037e15b25094 : no match found!
  2105. # [19:01] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2106. # [19:01] * Joins: vikash (vikash@93BB7F9E.38F0169.5D9ABA9F.IP)
  2107. # [19:01] <@smaug> hg update -C gives now that
  2108. # [19:01] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2109. # [19:02] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  2110. # [19:02] * Quits: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net) (Connection reset by peer)
  2111. # [19:02] * Joins: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net)
  2112. # [19:03] <joe_walker> smaug: do you get that from a plain 'hg up' ?
  2113. # [19:03] <joe_walker> guessing you do
  2114. # [19:03] * Quits: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net) (Connection reset by peer)
  2115. # [19:03] * Joins: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net)
  2116. # [19:03] <nigelb> Are there no 64-bit aurora builds?
  2117. # [19:04] <nigelb> (linux)
  2118. # [19:04] <@smaug> joe_walker: yes, hg update gives it too
  2119. # [19:04] * Quits: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  2120. # [19:04] <joe_walker> we've tried on 3 separate repos, and can't reproduce that
  2121. # [19:04] * Joins: clee (clee@43CB6079.66715431.D25A875A.IP)
  2122. # [19:05] <victorporof> smaug: wfm as well
  2123. # [19:05] <joe_walker> might it be worth doing a fresh clone?
  2124. # [19:05] <edmorley> nigelb: aurora still a bit busted, might be why
  2125. # [19:05] <nigelb> edmorley: I mean. the website straight up prompts 32-bit downloads :(
  2126. # [19:06] <edmorley> oh
  2127. # [19:07] <victorporof> smaug: hg --version?
  2128. # [19:07] * armenzg_lunch is now known as armenzg
  2129. # [19:07] * Quits: clee (clee@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2130. # [19:07] * Joins: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2131. # [19:07] * Joins: clee (clee@43CB6079.66715431.D25A875A.IP)
  2132. # [19:08] <@smaug> victorporof: 2.2.3
  2133. # [19:09] <victorporof> smaug: that's pretty old afaik, so probably the cause for the conflict. i've got 2.3.1
  2134. # [19:09] <kbrosnan> nigelb: long standing issue on mozilla for linux
  2135. # [19:09] * jcranmer|away is now known as jcranemr
  2136. # [19:10] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2137. # [19:10] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Client exited)
  2138. # [19:10] <kbrosnan> nigelb: https://bugzilla.mozilla.org/show_bug.cgi?id=527907
  2139. # [19:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/79b27ec730c2 - David Keeler - bug 746374 - differentiate click-to-play plugin permissions by type and vulnerability status r=jaws r=joshmoz
  2140. # [19:11] <nigelb> kbrosnan: ah, thanks. I guess I should queue up ia32-libs :)
  2141. # [19:11] <@smaug> ok, I try re-cloning
  2142. # [19:12] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2143. # [19:12] * Joins: dgrogan_cloud (u7844@moz-160C58C6.com)
  2144. # [19:12] * Quits: armenzg (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Connection reset by peer)
  2145. # [19:12] <kbrosnan> nigelb: the 64 builds are produced
  2146. # [19:13] * Quits: clee (clee@43CB6079.66715431.D25A875A.IP) (Connection reset by peer)
  2147. # [19:13] * Joins: clee (clee@43CB6079.66715431.D25A875A.IP)
  2148. # [19:13] * nigelb reads the bug.
  2149. # [19:13] * Joins: armenzg (armenzg@moz-8D3CD1B4.dsl.bell.ca)
  2150. # [19:13] * Quits: vingtetun (vingtetun@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net) (Ping timeout)
  2151. # [19:15] * Joins: notemp (notemp@moz-684F2170.chello.sk)
  2152. # [19:15] <kbrosnan> nigelb: just not exposed ftp://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-aurora/
  2153. # [19:15] * Quits: fabrice (fabrice@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net) (Quit: Leaving.)
  2154. # [19:16] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2155. # [19:16] * Quits: kaze (kaze@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net) (Ping timeout)
  2156. # [19:16] * glob is now known as glob|away
  2157. # [19:17] <nigelb> kbrosnan: Thanks!
  2158. # [19:17] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2159. # [19:17] * @khuey grumbles about aurora being busted
  2160. # [19:18] * Quits: randix (rdow@933CA1AA.CFBC10F9.8B52D585.IP) (Ping timeout)
  2161. # [19:18] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  2162. # [19:19] * Quits: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net) (Ping timeout)
  2163. # [19:19] * AaronMT|afk is now known as AaronMT
  2164. # [19:20] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
  2165. # [19:20] <@smaug> khuey: could you perhaps looks at my review request. Shouldn't take too much time. But since the patch touches so many files, it will require merging if not landed soon.
  2166. # [19:20] * Joins: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net)
  2167. # [19:21] * gregglind_away is now known as gregglind
  2168. # [19:22] * @bz piles on to khuey and ewviews
  2169. # [19:22] <seth> somehow last night i was so tired i managed to delete a necessary file from my patch just prior to submitting a try job. drat!
  2170. # [19:22] <@bz> er, reviews
  2171. # [19:22] <@bz> which are similar to ew-views, sure. ;)
  2172. # [19:22] <seth> some more ew than others, i imagine =)
  2173. # [19:22] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  2174. # [19:23] <@bz> seth: naturally. ;)
  2175. # [19:23] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2176. # [19:24] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2177. # [19:24] <edmorley> gps: thank you for commenting in that bug :-)
  2178. # [19:24] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2179. # [19:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3332c461b997 - Robert Strong - Bug 812223 - Take 2 - negative download times in stub installer pings. r=bbondy
  2180. # [19:25] * whimboo|afk is now known as whimboo
  2181. # [19:26] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2182. # [19:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cdb336b77f97 - Mounir Lamouri - Bug 798446 - Attempt to fix startup crash in nsGlobalWindow ctor. r=bz
  2183. # [19:28] * baku is now known as baku|away
  2184. # [19:29] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  2185. # [19:30] * Joins: ehugg (ehugg@9416BC63.15D968C4.730219B6.IP)
  2186. # [19:30] * Joins: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2187. # [19:31] * Joins: Mook_as (Thunderbir@moz-1FCC0032.activestate.com)
  2188. # [19:31] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2189. # [19:32] * Quits: henshaw (oliver@moz-2D99253C.range86-158.btcentralplus.com) (Quit: Konversation terminated!)
  2190. # [19:33] <seth> just found this and i'm finding it pretty helpful: https://github.com/junkblocker/patchreview-vim
  2191. # [19:34] * Joins: Lucas (Lucas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2192. # [19:35] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  2193. # [19:35] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  2194. # [19:35] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  2195. # [19:36] * Quits: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2196. # [19:36] * merike|away is now known as merike
  2197. # [19:37] * jcranemr is now known as jcranmer
  2198. # [19:37] * geekboy|afk is now known as geekboy
  2199. # [19:37] * Parts: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  2200. # [19:37] * Joins: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com)
  2201. # [19:37] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2202. # [19:37] * ChanServ sets mode: +o dbaron
  2203. # [19:38] * Joins: tanvi1 (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com)
  2204. # [19:38] * Quits: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com) (Connection reset by peer)
  2205. # [19:38] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2206. # [19:39] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2207. # [19:40] * Standard8Away is now known as Standard8
  2208. # [19:41] * Quits: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net) (Ping timeout)
  2209. # [19:41] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Quit: Leaving)
  2210. # [19:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e042ca3b5c08 - Geoff Brown - Bug 815699 - Check for null mGREDir in xpcshell dir provider; r=jimm
  2211. # [19:43] * Joins: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net)
  2212. # [19:44] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2213. # [19:44] * Joins: biesi_ (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP)
  2214. # [19:44] * Joins: stephend (stephend@2557E599.66715431.D25A875A.IP)
  2215. # [19:46] * Joins: jimb (user@9E727688.17C2F9C.163DC5C6.IP)
  2216. # [19:46] * mcote|lunch is now known as mcote
  2217. # [19:47] * Quits: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de) (Quit: nforgerit)
  2218. # [19:47] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2219. # [19:49] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  2220. # [19:50] * Joins: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  2221. # [19:51] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Quit: )
  2222. # [19:52] * Quits: tanvi1 (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com) (Ping timeout)
  2223. # [19:54] * Joins: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com)
  2224. # [19:54] * Quits: joey-mtg (chatzilla@moz-EFCB4CBF.princetowncable.com) (Ping timeout)
  2225. # [19:55] * Joins: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP)
  2226. # [19:55] * Quits: rednaks (rednaks@D28D92AF.9DF2673.55FFA9B4.IP) (Ping timeout)
  2227. # [19:56] * Joins: rednaks (rednaks@C2960925.636577D7.55FFA9B4.IP)
  2228. # [19:56] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2229. # [19:56] * sworkman_ is now known as sworkman
  2230. # [19:57] * geekboy is now known as geekboy|afk
  2231. # [19:57] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2232. # [19:57] * Joins: mcepl (mcepl@moz-C3892E61.broadband10.iol.cz)
  2233. # [19:57] * Joins: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2234. # [19:58] <mcepl> ted: ping ... is there any ETA on your review of https://bugzilla.mozilla.org/show_bug.cgi?id=800557, please?
  2235. # [19:58] * Quits: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2236. # [19:59] <@ted> didn't realize that was even still in my queue
  2237. # [19:59] * Quits: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2238. # [19:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d729743b9474 - Ehsan Akhgari - Bug 814519 - Fix a typo in SimpleTest/setup.js; r=ted
  2239. # [19:59] <mcepl> ted: thanks a lot
  2240. # [19:59] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2241. # [19:59] * mattwoodrow|away is now known as mattwoodrow
  2242. # [20:00] <lduros> in about:home, the javascript there expects a localStorage["search-engine"] value with what looks like the defaultenginename and a searchUrl value. Anyone knows where the "searchUrl" values gets defined initially with a new install?
  2243. # [20:00] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  2244. # [20:01] <edmorley> ted: don't you get teh weekly "outstanding reviews" email... ;-)
  2245. # [20:02] <@ted> yes
  2246. # [20:02] <@ted> i ignore it
  2247. # [20:02] <@ted> :-P
  2248. # [20:02] * Joins: RealRaven (Thunderbir@10CE3430.D01DD76F.27F80FAC.IP)
  2249. # [20:02] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  2250. # [20:02] * Joins: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2251. # [20:02] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  2252. # [20:02] * Quits: devd (Name@moz-9DACDECA.cs.berkeley.edu) (Quit: leaving)
  2253. # [20:02] * edmorley wishes we had declared review bankruptcy before starting that review whine email, then less people would have filtered it out
  2254. # [20:03] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  2255. # [20:04] * jlebar|away is now known as jlebar
  2256. # [20:04] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  2257. # [20:04] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  2258. # [20:05] <@ted> true
  2259. # [20:05] * whimboo is now known as whimboo|afk
  2260. # [20:06] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  2261. # [20:06] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  2262. # [20:07] * Joins: ferjm (ferjm@A9FAD60E.F7E260A9.137FEB2B.IP)
  2263. # [20:08] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  2264. # [20:08] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2265. # [20:09] * Joins: berkerpeksag (berkerpeks@8B77CA0C.D8F230E2.BA04A6B2.IP)
  2266. # [20:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e4c4d25441c9 - Brian Nicholson - Bug 813057 - Ensure suggestion view parameters are reset if view is removed during animation. r=lucasr
  2267. # [20:11] <mcepl> ted: thanks
  2268. # [20:12] <@ted> np
  2269. # [20:12] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Connection reset by peer)
  2270. # [20:12] <@ted> sorry, should have looked at that sooner
  2271. # [20:12] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  2272. # [20:13] * Quits: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Quit: ekr_)
  2273. # [20:14] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2274. # [20:14] * Quits: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  2275. # [20:14] * Joins: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net)
  2276. # [20:16] * Quits: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net) (Ping timeout)
  2277. # [20:16] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Quit: bye)
  2278. # [20:17] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
  2279. # [20:18] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2280. # [20:18] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2281. # [20:18] * Quits: ehugg (ehugg@9416BC63.15D968C4.730219B6.IP) (Ping timeout)
  2282. # [20:19] * Quits: clee (clee@43CB6079.66715431.D25A875A.IP) (Quit: clee)
  2283. # [20:19] * Joins: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net)
  2284. # [20:20] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2285. # [20:21] * Parts: mcepl (mcepl@moz-C3892E61.broadband10.iol.cz)
  2286. # [20:23] * Joins: clee (clee@43CB6079.66715431.D25A875A.IP)
  2287. # [20:23] * Joins: harth (harth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2288. # [20:24] * Fallen|away is now known as Fallen
  2289. # [20:24] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2290. # [20:24] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2291. # [20:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0de71a001813 - Vivien Nicolas - Bug 811162 - After switching the language in the settings app, the entire gaia window is half as tall. r=kaze
  2292. # [20:25] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  2293. # [20:26] * mjschranz is now known as mjschranz_away
  2294. # [20:27] * armenzg is now known as armenzg_mtg
  2295. # [20:30] * Joins: clee_ (clee@2557E599.66715431.D25A875A.IP)
  2296. # [20:30] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2297. # [20:31] * Quits: clee (clee@43CB6079.66715431.D25A875A.IP) (Ping timeout)
  2298. # [20:31] * clee_ is now known as clee
  2299. # [20:31] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  2300. # [20:31] <rillian> where does the discussion forum bug form live?
  2301. # [20:32] * Joins: ehugg (ehugg@1AE49A70.FE99FB21.6A76E486.IP)
  2302. # [20:32] <rillian> I found bugs about it, and the source code, but not the live url
  2303. # [20:32] <edmorley> context?
  2304. # [20:32] <edmorley> and which forum?
  2305. # [20:34] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  2306. # [20:34] * mattwoodrow is now known as mattwoodrow|away
  2307. # [20:35] * Joins: ehugg_ (ehugg@69777484.16D950AD.730219B6.IP)
  2308. # [20:35] * Quits: ehugg_ (ehugg@69777484.16D950AD.730219B6.IP) (Input/output error)
  2309. # [20:35] * Joins: ehugg_ (ehugg@moz-6D0FD3FC.cisco.com)
  2310. # [20:36] * Quits: ehugg (ehugg@1AE49A70.FE99FB21.6A76E486.IP) (Ping timeout)
  2311. # [20:36] * ehugg_ is now known as ehugg
  2312. # [20:37] * Quits: Wusel_ (muench@moz-B5D91B65.adsl.alicedsl.de) (Quit: Wusel_)
  2313. # [20:38] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  2314. # [20:39] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  2315. # [20:39] * Quits: RobertClaypool (RobertClay@moz-78A1F779.nwcsinaa.metronetinc.net) (Ping timeout)
  2316. # [20:40] <rillian> edmorley: I want to request the creation of a new discussion forum
  2317. # [20:40] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2318. # [20:40] <edmorley> newsgroup?
  2319. # [20:40] <rillian> mailing list really, but I thought we had both of those, gatewayed to each other
  2320. # [20:40] <rillian> I understand from https://bugzilla.mozilla.org/show_bug.cgi?id=776670 that there's a form somewhere
  2321. # [20:40] <edmorley> ok, I was just confused by "forum"
  2322. # [20:41] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  2323. # [20:43] <rillian> edmorley: me too :)
  2324. # [20:43] * Quits: rednaks (rednaks@C2960925.636577D7.55FFA9B4.IP) (Max SendQ exceeded)
  2325. # [20:43] * Joins: rednaks (rednaks@C2960925.636577D7.55FFA9B4.IP)
  2326. # [20:44] * Quits: T3 (T3@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  2327. # [20:44] * Quits: harth (harth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2328. # [20:44] <vladan> bjacob: you can request the dashboard feature from here: https://projects.mozilla.org/browse/METRICS . You'll have to be logged in
  2329. # [20:46] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  2330. # [20:46] * Quits: devd (Name@moz-9DACDECA.cs.berkeley.edu) (Quit: devd)
  2331. # [20:46] <Mook_as> rillian: wild guess: https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&format=mozlist
  2332. # [20:46] <bjacob> vladan: ew, do i have to create an account?
  2333. # [20:47] <bjacob> ah, ldap works
  2334. # [20:47] <rillian> Mook_as: that's the one! thanks.
  2335. # [20:47] <vladan> bjacob: it will use your LDAP
  2336. # [20:47] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2337. # [20:47] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2338. # [20:47] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  2339. # [20:48] * jwir3 is now known as jwir3|lunch
  2340. # [20:48] * Joins: ddahl (ddahl@moz-2D5B92CF.public.wayport.net)
  2341. # [20:48] * edmorley wonders why we're using yet another bug tracker
  2342. # [20:48] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2343. # [20:48] * Quits: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: damons)
  2344. # [20:48] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2345. # [20:48] <Mook_as> rillian: note that I've never _used_ that form before, I just took some educated guesses to find its url ;)
  2346. # [20:48] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Input/output error)
  2347. # [20:48] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  2348. # [20:48] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2349. # [20:49] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  2350. # [20:49] <@smaug> edmorley: which one now?
  2351. # [20:49] <rillian> Mook_as: noted :)
  2352. # [20:49] <@smaug> oh, that jira
  2353. # [20:49] <edmorley> metrics jira (nothing new; just don't believe I've ever heard why)
  2354. # [20:49] <firebot> Check-in:
  2355. # [20:50] <mconnor> edmorley: because it's the best thing ever.
  2356. # [20:50] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2357. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/85334460fd29 - Nils Maier - Bug 814470 - Fix a leak when channel setup in AsyncFetchAndSetIconFromNetwork fails by not tracking the channel in the first place and thus avoiding a circular references.
  2358. # [20:50] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  2359. # [20:50] * Parts: Mook_as (Thunderbir@moz-1FCC0032.activestate.com)
  2360. # [20:50] <mconnor> edmorley: or... something
  2361. # [20:50] <firebot> r=mak
  2362. # [20:50] * Joins: Mook_as (Thunderbir@moz-1FCC0032.activestate.com)
  2363. # [20:50] * Joins: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2364. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3d5420af2c27 - Thomas Zimmermann - Bug 814723 - Don't warn about missing 'browser.newtab.url' in nsDocShell. r=jlebar
  2365. # [20:50] * Joins: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch)
  2366. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4542314559d8 - vliu - Bug 813823 - AudioManager reports unknown status when inserting headphone or headset. r=mwu
  2367. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/16dc855a0216 - Matej Cepl - Bug 800557 - Build shouldn't depend on simplejson. r=froydnj, r=ted
  2368. # [20:50] <mak> firebot: thanks firebot for nagging me :)
  2369. # [20:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6b73c8bdc701 - Jason Smith - Bug 781534 - Create basic automated test coverage for the mozGetUserMedia for desktop. r=roc
  2370. # [20:50] <firebot> mak: Sorry, I've no idea what 'thanks firebot for nagging me :)' might be.
  2371. # [20:50] <edmorley> mak mak mak
  2372. # [20:50] <edmorley> :-)
  2373. # [20:50] <edmorley> mak: how are you btw?
  2374. # [20:50] <mak> edmorley: thanks for the backout, I actually found a real bug
  2375. # [20:51] <edmorley> yw
  2376. # [20:51] * Quits: rednaks (rednaks@C2960925.636577D7.55FFA9B4.IP) (Max SendQ exceeded)
  2377. # [20:51] <mak> edmorley: fine, the weather sucks though :)
  2378. # [20:51] * Parts: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  2379. # [20:51] <mak> raining and raining
  2380. # [20:51] <edmorley> ha; the uk has been rain-tastic the last few days
  2381. # [20:51] <mak> well I should not tell you, indeed...
  2382. # [20:51] * Joins: rednaks (rednaks@C2960925.636577D7.55FFA9B4.IP)
  2383. # [20:51] <mak> so, we are inheriting uk weather :)
  2384. # [20:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3c3a8eed0578 - Jason Duell - Bug 800799 - http-on-modify-request now called after JS that started the load is no longer on the stack. r=bz
  2385. # [20:52] <seth> bz: ping
  2386. # [20:52] <edmorley> mak: saw this yesterday, sums up the sentiment here https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/305596_10100785172282229_629369261_n.jpg
  2387. # [20:52] * rail_away is now known as rail
  2388. # [20:53] <mak> edmorley: lol
  2389. # [20:53] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2390. # [20:54] * Quits: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: damons)
  2391. # [20:55] <bjacob> vladan: https://projects.mozilla.org/browse/METRICS-1289
  2392. # [20:55] * Joins: ehugg_ (ehugg@1AE49A70.FE99FB21.6A76E486.IP)
  2393. # [20:56] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2394. # [20:56] <vladan> bjacob: thanks, made myself a "watcher" on the issue
  2395. # [20:56] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Ping timeout)
  2396. # [20:56] * ehugg_ is now known as ehugg
  2397. # [20:56] <@dolske> mak / edmorley: it's going to be very rainy in Cali this week to. Global Raining!
  2398. # [20:56] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  2399. # [20:56] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2400. # [20:56] * Quits: rednaks (rednaks@C2960925.636577D7.55FFA9B4.IP) (Quit: Quitte)
  2401. # [20:57] * Parts: Noah (opera@3E013211.EE7BA8C8.5B054FC6.IP)
  2402. # [20:57] * Quits: martyn (martyn@moz-5E9CD98A.range86-165.btcentralplus.com) (Quit: Ex-Chat)
  2403. # [20:57] <mak> sigh
  2404. # [20:57] * stephend is now known as stephend|mtg
  2405. # [20:57] * stephend|mtg is now known as stephend|lunch
  2406. # [20:57] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Like it? Visit #hydrairc on EFNet)
  2407. # [20:57] <@ehsan> ted: (urgent) ping
  2408. # [20:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1c53e57a11ba - Bill McCloskey - No bug - Fix macro warning in jsgc.cpp (rs=Waldo)
  2409. # [20:58] * Quits: ehugg (ehugg@1AE49A70.FE99FB21.6A76E486.IP) (Quit: ehugg)
  2410. # [20:59] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  2411. # [21:00] <@ehsan> glandium: khuey: ping
  2412. # [21:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5b113b89bb19 - Brian Nicholson - Bug 813346 - Add getBitmapFromDataURI() to BitmapUtils. r=wesj
  2413. # [21:01] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/8b2e300192ca - Bas Schouten - Bug 814101: Respect system-wide cleartype setting. r=jrmuizel,jfkthame a=akeybl
  2414. # [21:01] * Joins: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  2415. # [21:02] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2416. # [21:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fff6b88d59c4 - Bill McCloskey - No bug - Fix compile error in jsgc.cpp
  2417. # [21:02] * Joins: ehugg (ehugg@1AE49A70.FE99FB21.6A76E486.IP)
  2418. # [21:02] * Quits: tzimmermann (tzimmerman@moz-56DA4B6F.pools.arcor-ip.net) (Quit: Ex-Chat)
  2419. # [21:03] * Quits: ekr_ (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Ping timeout)
  2420. # [21:05] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2421. # [21:05] * Joins: ekr (ekr@moz-8AED5620.hfc.comcastbusiness.net)
  2422. # [21:05] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2423. # [21:06] <Waldo> edmorley: isn't rain the natural state of the weather in England?
  2424. # [21:07] * Quits: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net) (Quit: Leaving)
  2425. # [21:07] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2426. # [21:07] * Joins: harth (harth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2427. # [21:07] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  2428. # [21:07] * ChanServ sets mode: +o roc
  2429. # [21:07] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  2430. # [21:07] <josh> I have a test failure in browser_webconsole_bug_603750_websocket.js but I can't figure out how to run it locally - anyone know?
  2431. # [21:08] * Quits: wolfiR (wolfiR@moz-72432F7F.dip0.t-ipconnect.de) (Quit: Leaving)
  2432. # [21:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ed22fe593f97 - Gregor Wagner - Bug 815572 - Standardize the Bluetooth permissions name to "bluetooth". r=qdot
  2433. # [21:08] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2434. # [21:08] * Quits: tchevalier (Thunderbir@moz-25495064.w90-28.abo.wanadoo.fr) (Quit: tchevalier)
  2435. # [21:08] * Joins: tchevalier (Thunderbir@moz-25495064.w90-28.abo.wanadoo.fr)
  2436. # [21:09] <@ted> ehsan: pong
  2437. # [21:09] <@ehsan> ted: please take a look at this patch: https://bug815743.bugzilla.mozilla.org/attachment.cgi?id=685767
  2438. # [21:09] <@ehsan> ted: I'm trying to backout 588909 from release
  2439. # [21:09] <@ehsan> the changes to config/autoconf.mk.in in the original patch do not apply cleanly on release
  2440. # [21:10] <@ehsan> because the content of config/autoconf.mk.in is now totally different
  2441. # [21:10] <@ehsan> do you know why?
  2442. # [21:10] <@ted> we removed autoconf.mk.in on trunk
  2443. # [21:10] <@ted> a while ago
  2444. # [21:10] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  2445. # [21:11] <@ted> well, we cleared it out
  2446. # [21:11] <@ehsan> so, should I make an equivalent change elsewhere?
  2447. # [21:11] <@ted> looks like that made it to release
  2448. # [21:11] <@ted> no, you don't have to change autoconf.mk.in anymore
  2449. # [21:11] * Quits: josh (josh@ACF5871.E041D520.44A9EDE0.IP) (Quit: josh)
  2450. # [21:11] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2451. # [21:11] <@ehsan> ted: ok, good
  2452. # [21:11] <@ehsan> I'll build with both the official and non-official branding to make sure
  2453. # [21:11] <@ehsan> ted: thanks~
  2454. # [21:11] <@ted> np
  2455. # [21:11] * nthomas|away is now known as nthomas
  2456. # [21:12] <@ehsan> lsblakk: the second patch is up for approval
  2457. # [21:12] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2458. # [21:12] * Quits: notemp (notemp@moz-684F2170.chello.sk) (Quit: leaving)
  2459. # [21:13] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2460. # [21:13] * Quits: armenzg_mtg (armenzg@moz-8D3CD1B4.dsl.bell.ca) (Connection reset by peer)
  2461. # [21:15] <@ehsan> BenWa: I'll let you post a summary of our discussion on but 795268 as a reply to robcee
  2462. # [21:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/498909bdf43f - Kartikaya Gupta - Bug 783521 - Fix busted function override. r=mfinkle
  2463. # [21:15] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8151e40d325e - Kartikaya Gupta - Bug 783521 - Hide the tab sidebar on full-screen mode on tablets. r=mfinkle
  2464. # [21:15] <robcee> ehsan: yeah, I figured we just missed a bit somewhere
  2465. # [21:15] <robcee> can always fix it up post-landing too, but comment in the bug if you get a chance, BenWa
  2466. # [21:16] <@ehsan> robcee: I and BenWa had a debate over what we should do at lunch
  2467. # [21:16] * Joins: himsin (x@AC0547A4.6FDFB4BE.1957C0DA.IP)
  2468. # [21:16] * Quits: ekr (ekr@moz-8AED5620.hfc.comcastbusiness.net) (Quit: ekr)
  2469. # [21:17] <robcee> and you didn't invite me?
  2470. # [21:17] <robcee> sad. :(
  2471. # [21:18] <robcee> (I'm not really sad, go on)
  2472. # [21:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c3d44fd7dce4 - Boris Zbarsky - Bug 812742. Fix sequence codegen to not do AppendElement multiple times by accident. r=peterv
  2473. # [21:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d4909612f296 - Boris Zbarsky - Bug 814576. Make XMLHttpRequest really set its progress events as trusted. r=smaug
  2474. # [21:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/279541c0d07c - Boris Zbarsky - Bug 814050. XMLHttpRequest.withCredentials header should throw on main thread too, in some cases. r=peterv
  2475. # [21:18] <BenWa> robcee: Why waste an hour when you can get a short summary :)
  2476. # [21:19] <robcee> that is a great way to look at it
  2477. # [21:19] <robcee> though sometimes the discussion is the best part?
  2478. # [21:19] * Quits: ferjm (ferjm@A9FAD60E.F7E260A9.137FEB2B.IP) (Quit: Leaving)
  2479. # [21:20] <nemo> huh. just what is google doing w/ a firefox plugin anyway? I don't remember ever asking for it
  2480. # [21:20] * rail is now known as rail_away
  2481. # [21:20] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  2482. # [21:22] <BenWa> bjacob: https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=814864&attachment=685156
  2483. # [21:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0e37dbe22164 - Gregory Szorc - Bug 811812 - Sacrifice virtualenv population output to TBPL gods; r=ted
  2484. # [21:23] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  2485. # [21:24] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2486. # [21:24] * Quits: RealRaven (Thunderbir@10CE3430.D01DD76F.27F80FAC.IP) (Ping timeout)
  2487. # [21:24] <@bz> nemo: haha
  2488. # [21:24] <@bz> nemo: you're so trusting....
  2489. # [21:24] * Quits: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net) (Quit: lizzard)
  2490. # [21:24] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2491. # [21:25] <tchevalier> Hi mak, stuff landed in about:telemetry today so just let me rebase this and I attach the patch :)
  2492. # [21:25] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  2493. # [21:25] <mak> tchevalier: hi, didn't mean to rush you, just trying to figure out if you needed any help
  2494. # [21:25] <nemo> :-p
  2495. # [21:26] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  2496. # [21:27] <tchevalier> mak: I know, no pb :) Like I said on the bug, it's just about updating rejected pref in about:telemetry, but I have smthing weird, I can explain if you xant
  2497. # [21:28] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  2498. # [21:28] <mak> tchevalier: I didn't look at the new about:telemetry page code, so I will need to update myself on it before being able to help. maybe better to follow-up in the bug
  2499. # [21:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/93ca9158ae3e - Brian R. Bondy - Bug 771250 - Copy pdfjs extension to Firefox Metro. r=dtownsend
  2500. # [21:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b19684c7502a - Brian R. Bondy - Bug 815475 - Fix pfjs when there is no integrated findbar (pdfjs 0.6.39 broke Firefox metro). r=dtownsend
  2501. # [21:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c426c6ea5ff7 - Boris Zbarsky - Bug 767933 part 2. Implement codegen for 'unrestricted float' and 'unrestricted double', as aliases for float and double for now. r=khuey
  2502. # [21:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d0a5bc47e590 - Boris Zbarsky - Bug 767933 part 5. Remove no longer needed FloatValidate calls from canvas code. r=bas
  2503. # [21:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4ce2a3b3b08e - Boris Zbarsky - Bug 767933 part 4. Make 'float' and 'double' types throw on non-finite values. r=khuey,ehsan,bas
  2504. # [21:30] * Joins: armenzg_mtg (armenzg@moz-8D3CD1B4.dsl.bell.ca)
  2505. # [21:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8375549bb321 - Boris Zbarsky - Bug 767933 part 1. Implement parser support for 'unrestricted float' and 'unrestricted double', and for the [LenientFloat] extended attribute. r=khuey
  2506. # [21:30] * jmaher is now known as jmaher|afk
  2507. # [21:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/935af8796e8f - Boris Zbarsky - Bug 767933 part 3. Update our IDL as needed to use unrestricted float/double or [LenientFloat]. r=khuey,bjacob
  2508. # [21:31] <@smaug> evilpie: any reason you didn't address all the review comments?
  2509. # [21:31] * jwir3|lunch is now known as jwir3
  2510. # [21:31] <@smaug> er, hmm
  2511. # [21:31] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  2512. # [21:31] <evilpie> smaug: which one?
  2513. # [21:31] <@smaug> I guess you followed what bz said
  2514. # [21:31] <evilpie> oh yes
  2515. # [21:32] <@smaug> I'd prefer aContent->IsHTML stuff
  2516. # [21:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b5b4caaea44f - Mark Finkle - Bug 809942 - ToolkitProfile service can't change default profile r=wesj
  2517. # [21:32] <evilpie> okay i don't feel strongly about that
  2518. # [21:33] <tchevalier> mak: Alright, I will attach a patch (maybe not working and probably dirty) to bug 737600. And the final one to 699806
  2519. # [21:33] <mak> tchevalier: sure
  2520. # [21:37] <Yoric> jaws: ping
  2521. # [21:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0c2011091748 - Peter Van der Beken - Fix for bug 815158 (Make HTMLElement.ontouch* work with tristate dom.w3c_touch_events.enabled). r=bz.
  2522. # [21:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bf8746658a72 - Peter Van der Beken - Fix for bug 814821 (Dromaeo dom-traverse regression from bug 812333) - part 4: inline xpc_qsUnwrapObj. r=bz.
  2523. # [21:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9d70b4460508 - Peter Van der Beken - Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
  2524. # [21:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/49fc6d535c41 - Peter Van der Beken - Fix for bug 814821 (Dromaeo dom-traverse regression from bug 812333) - part 2: make WrapNewBindingObject a little faster. r=bz.
  2525. # [21:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e73366b088d7 - Peter Van der Beken - Fix for bug 814821 (Dromaeo dom-traverse regression from bug 812333) - part 3: reorder castNativeFromWrapper. r=bz.
  2526. # [21:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/987aea26a43a - Peter Van der Beken - Fix for bug 814821 (Dromaeo dom-traverse regression from bug 812333) - part 1: use qsObjectHelper instead of xpcObjectHelper in HandleNewBindingWrappingFailure.
  2527. # [21:38] <firebot> r=bz.
  2528. # [21:38] * Quits: sbward (sbward@moz-E8364EF1.sd.sd.cox.net) (Ping timeout)
  2529. # [21:39] * Joins: sbward (sbward@moz-E8364EF1.sd.sd.cox.net)
  2530. # [21:39] * Joins: dolske|cloud (uid2681@moz-D63BDBD0.irccloud.com)
  2531. # [21:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8aa207f87eb6 - Chris Jones - Bug 811315: Use process-per-mozbrowser by default and make scrolling behavior selectable by content. r=jlebar sr=roc
  2532. # [21:42] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  2533. # [21:43] <@ehsan> glandium: khuey: unping
  2534. # [21:43] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2535. # [21:45] * Quits: Optimizer (Optimizer@ACB1FA6F.2298245.274D17D6.IP) (Ping timeout)
  2536. # [21:46] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2537. # [21:47] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2538. # [21:47] * Boriss_ is now known as Boriss
  2539. # [21:48] * rail_away is now known as rail
  2540. # [21:48] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2541. # [21:48] * Joins: Optimizer (Optimizer@452AB2DB.74E49D06.274D17D6.IP)
  2542. # [21:50] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  2543. # [21:51] * Joins: rstrong (rstrong@43CB6079.66715431.D25A875A.IP)
  2544. # [21:52] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2545. # [21:52] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  2546. # [21:52] * Quits: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2547. # [21:52] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2548. # [21:52] <tchevalier> mak: Sent. Gah, forgot to remove "$MOZ_UPDATE_CHANNEL" = "default" -o \. Everytime.
  2549. # [21:53] * Joins: biesi__ (cbiesinger@E91A4D72.6B10AC3.E2F59BBC.IP)
  2550. # [21:53] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  2551. # [21:53] <Bas> jfkthame: Pfft, just as I finished my local test builds of Aurora and Beta! :P Pfft!
  2552. # [21:53] <Bas> :)
  2553. # [21:53] <jfkthame> gotcha!
  2554. # [21:53] <mak> tchevalier: thanks
  2555. # [21:53] * Quits: biesi_ (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP) (Ping timeout)
  2556. # [21:54] * Quits: Optimizer (Optimizer@452AB2DB.74E49D06.274D17D6.IP) (Ping timeout)
  2557. # [21:55] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2558. # [21:55] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2559. # [21:55] * Quits: FabioMagnoni (fabiomagno@A3C0FA30.E0265A8.B65F468E.IP) (Quit: FabioMagnoni)
  2560. # [21:55] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2561. # [21:56] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2562. # [21:56] * Quits: juanb (jbecerra@moz-5896950A.satx.res.rr.com) (Ping timeout)
  2563. # [21:56] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/06930f8a4972 - Dão Gottwald - Bug 815743 - Part 2: Backed out bug 588909. a=lsblakk
  2564. # [21:56] <@smaug> evilpie: have you tested 'download' with other than http(s) protocols?
  2565. # [21:56] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/9bf0f2cdb1b2 - Ehsan Akhgari - Bug 815743 - Part 1: Remove all of the site specific user agent overrides as part of backing out bug 588909, a=lsblakk
  2566. # [21:57] * Joins: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP)
  2567. # [21:57] * Quits: stephend|lunch (stephend@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2568. # [21:58] * Joins: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net)
  2569. # [21:59] * Joins: juanb (jbecerra@moz-5896950A.satx.res.rr.com)
  2570. # [21:59] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2571. # [21:59] * Joins: askalski (akuda@658AA2F7.38ABF620.D4FF8691.IP)
  2572. # [21:59] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2573. # [21:59] * ahal is now known as ahal|mtg
  2574. # [22:00] * Joins: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net)
  2575. # [22:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5158d648702e - Hannes Verschore - Bug 813773: Enable IM to IM fastpath for constructing calls, r=nbp,sstangl
  2576. # [22:00] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  2577. # [22:00] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  2578. # [22:01] <RyanVM> billm: ping
  2579. # [22:01] * Quits: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net) (Quit: brendan)
  2580. # [22:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7e5deb571bbe - Geoff Brown - Bug 814496 - sutAgent: Stop RedirOutputThread when timeout exceeded; r=wlach
  2581. # [22:02] * Joins: IanN (chatzilla@moz-3D5855EC.cable.virginmedia.com)
  2582. # [22:02] * merike is now known as merike|away
  2583. # [22:02] <edmorley> ehsan: the rest of bug 799502 needs to come out as well I think
  2584. # [22:02] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2585. # [22:03] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  2586. # [22:03] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  2587. # [22:03] <@ehsan> edmorley: perhaps, but that's risky and I don't wanna do that
  2588. # [22:03] * Joins: RealRaven (Thunderbir@F80F7BC0.B715CAAF.C3498625.IP)
  2589. # [22:03] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  2590. # [22:03] * Joins: mcmanus (mcmanus@moz-FE9B5BFD.twcny.res.rr.com)
  2591. # [22:03] <@ehsan> edmorley: dao can take care of that later on if needed
  2592. # [22:03] <jaws> Yoric: pong
  2593. # [22:04] * Parts: mcmanus (mcmanus@moz-FE9B5BFD.twcny.res.rr.com)
  2594. # [22:05] * Joins: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2595. # [22:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/415cbab797d5 - Steve Fink - Bug 813381 - Optimize CheckStackRoots. r=terrence
  2596. # [22:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fb86e02eb420 - Steve Fink - Bug 813381 - Further CheckStackRoots optimization - suppress repeated checks of the same stack configuration. r=terrence
  2597. # [22:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/08192df425cf - Ehsan Akhgari - Bug 815743 - Part 1: Remove all of the site specific user agent overrides as part of backing out bug 588909, a=lsblakk
  2598. # [22:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d6130f6eeaca - Dão Gottwald - Bug 815743 - Part 2: Backed out bug 588909. a=lsblakk
  2599. # [22:08] * Joins: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net)
  2600. # [22:09] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/1c7b53a0cf77 - Chris AtLee - Bug 813826: gecko configs for otoro builds. r=nthomas, a=blocking-basecamp
  2601. # [22:11] * Joins: twi1 (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  2602. # [22:11] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  2603. # [22:11] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  2604. # [22:12] * mattwoodrow|away is now known as mattwoodrow
  2605. # [22:12] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  2606. # [22:15] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  2607. # [22:16] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  2608. # [22:16] <RyanVM> edmorley: I've got a backout on billm ready if osx bc stays orange
  2609. # [22:17] <edmorley> cool
  2610. # [22:17] * jcranmer is now known as jcranmer|away
  2611. # [22:17] <edmorley> thank you
  2612. # [22:18] * Quits: graememcc (chatzilla@moz-B421020F.range86-160.btcentralplus.com) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121120062532])
  2613. # [22:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f5e2eba79e1b - Brian R. Bondy - Bug 815172 - Provide widget the ability to call into PanelUI and get other browser info. r=jimm
  2614. # [22:21] * Quits: loadRPi (pi@moz-78733631.range86-135.btcentralplus.com) (Ping timeout)
  2615. # [22:21] * Quits: edmorley (edmorley@88F51059.F3BBB17D.144F44FA.IP) (Quit: nn)
  2616. # [22:23] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2617. # [22:24] * Quits: atte (atte@moz-401E92F1.dhcp.inet.fi) (Client exited)
  2618. # [22:24] <@ehsan> sfink: I'm backing you out...
  2619. # [22:24] * Quits: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP) (Quit: Leaving.)
  2620. # [22:24] <RyanVM> ehsan: want to get cjones while you're at it?
  2621. # [22:25] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  2622. # [22:25] <sfink> ehsan: sorry, and thanks. I swear I built the rev I pushed... oh. Damn.
  2623. # [22:25] <RyanVM> ehsan: or peterv
  2624. # [22:25] <@ehsan> heh, sure
  2625. # [22:25] * rail is now known as rail_away
  2626. # [22:25] <myk> glandium: someone reports not being able to run B2G Desktop for 64-bit Linux on his installation due to "XPCOMGlueLoad error for file /.../libxpcom.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by libxul.so)"; is that expected (and necessary)?
  2627. # [22:25] <RyanVM> ehsan: yeah, peterv
  2628. # [22:25] <@ehsan> yep
  2629. # [22:26] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  2630. # [22:27] <nthomas> myk: on RHEL5 or derivative ?
  2631. # [22:27] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  2632. # [22:27] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  2633. # [22:27] * bc is now known as bc|afk
  2634. # [22:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5de5d3950328 - Ehsan Akhgari - Backed out 6 changesets (bug 814821, bug 815158, bug 814195) for test failures
  2635. # [22:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/82e61145a1dc - Ehsan Akhgari - Backed out 2 changesets (bug 813381) for build bustage
  2636. # [22:27] * Joins: Asa (asa@2557E599.66715431.D25A875A.IP)
  2637. # [22:28] * Joins: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk)
  2638. # [22:28] <myk> nthomas: "Linux Mint Debian Edition, 64bit with 'Wheezy' repositories"
  2639. # [22:28] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  2640. # [22:28] * nthomas has no clues what that means :-)
  2641. # [22:29] * Quits: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net) (Quit: brendan)
  2642. # [22:29] * Joins: mwargers (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl)
  2643. # [22:29] <RyanVM> ehsan: were you going to star those?
  2644. # [22:29] <myk> nthomas: but i've heard similar (albeit less detailed) stories from folks on Ubuntu 10.04, Ubuntu 10.10, and OpenSuse OS 12.2 64bit
  2645. # [22:29] <@ehsan> RyanVM: no, sorry, in the middle of something :(
  2646. # [22:30] <@ehsan> RyanVM: can you please take care of it?
  2647. # [22:30] * Quits: askalski (akuda@658AA2F7.38ABF620.D4FF8691.IP) (Quit: Wychodzi)
  2648. # [22:30] <RyanVM> ehsan: not a prob, just didn't want to double up
  2649. # [22:30] <nthomas> myk: ok. I was guessing it was the change in requirements at Fx17 (http://www.mozilla.org/en-US/firefox/17.0/system-requirements/) but that's Glib 2.22 anyway
  2650. # [22:30] <@ehsan> RyanVM: thanks!
  2651. # [22:31] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  2652. # [22:31] <myk> nthomas: i can't reproduce on Ubuntu 12.10 and Fedora 17 64-bit installations, but presumably that's because they have newer glibcs
  2653. # [22:31] <nthomas> hmm, I have a 10.04 hanging around somewhere
  2654. # [22:31] <nthomas> 32bit though
  2655. # [22:31] * Joins: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP)
  2656. # [22:32] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2657. # [22:33] <myk> nthomas: i haven't been hearing complaints from the 32-bit users; just the 64-bit ones
  2658. # [22:33] <nthomas> myk: ok, my contribution of noise ends here then
  2659. # [22:33] <myk> nthomas: the details are mostly in <https://github.com/mozilla/r2d2b2g/issues/105>
  2660. # [22:34] <myk> nthomas: oh well, thanks for playing! ;-)
  2661. # [22:34] <nthomas> heh
  2662. # [22:34] <billm> Ryan: pong
  2663. # [22:34] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2664. # [22:35] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2665. # [22:36] * ahal|mtg is now known as ahal
  2666. # [22:36] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2667. # [22:37] <sicking> mounir: you still awake?
  2668. # [22:37] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2669. # [22:37] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2670. # [22:37] * Quits: biesi__ (cbiesinger@E91A4D72.6B10AC3.E2F59BBC.IP) (Ping timeout)
  2671. # [22:37] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2672. # [22:37] <RyanVM> billm: nevermind, we had a suspecious-looking orange. An assertion in jsgc that hit for the first time on your checkin and again on the next, but hasn't been hit since
  2673. # [22:38] <RyanVM> billm: osx 10.8 debug bc if you're interested
  2674. # [22:38] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2675. # [22:38] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2676. # [22:38] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2677. # [22:38] <@ehsan> does bugzilla work for other people?
  2678. # [22:38] <RyanVM> billm: actually, it is still hitting
  2679. # [22:38] <RyanVM> billm: I'm going to back you out, sorry
  2680. # [22:38] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  2681. # [22:39] <glandium> myk: if you don't have 32-bits libraries installed on your 64-bits system, 32-bits builds won't work
  2682. # [22:39] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2683. # [22:39] <billm> Ryan: that's really weird. that change shouldn't have affected anything.
  2684. # [22:40] <glandium> myk: or, in that case, it looks like your 64-bits libc is too old
  2685. # [22:40] <billm> RyanVM: also, please don't star isCollecting assertions as bug 808306. it's different.
  2686. # [22:40] * Joins: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net)
  2687. # [22:40] <glandium> myk: where does your build come from?
  2688. # [22:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/37a54196d003 - Ryan VanderMeulen - Backed out changesets fff6b88d59c4 and 1c53e57a11ba (no bug) for OSX 10.8 bc crashes.
  2689. # [22:41] * Joins: ahal|mobile (ahal@moz-6FE870DF.eng.wind.ca)
  2690. # [22:41] <myk> glandium: these are 64-bit linux nightly builds from https://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/
  2691. # [22:41] <RyanVM> billm: since there's no bug to post it to ^
  2692. # [22:41] <myk> glandium: so it's a 64-bit build on 64-bit systems
  2693. # [22:41] <RyanVM> billm: and noted
  2694. # [22:41] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  2695. # [22:42] <jprmc> roc bz dbaron : moment while the toronto network comes back up
  2696. # [22:42] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Ping timeout)
  2697. # [22:42] <@ehsan> jprmc: it's up as long as you don't need to resolve names ;)
  2698. # [22:43] <jprmc> ehsan: i do :-)
  2699. # [22:43] <@ehsan> jprmc: use 8.8.8.8
  2700. # [22:43] <jprmc> yup
  2701. # [22:44] * Quits: teoli_ (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2702. # [22:44] * Quits: drexler (chatzilla@moz-6F22CAC7.e7jvsoe-gw.cust.sover.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2703. # [22:45] <felipe> ehsan: with per-window PB, will there be two cookie sets, one for PB and one for non-PB? or will each PB window have its own set?
  2704. # [22:45] <@ehsan> felipe: there's just two
  2705. # [22:45] * Joins: clee (clee@43CB6079.66715431.D25A875A.IP)
  2706. # [22:45] <myk> glandium: the distributions themselves vary; the ones that have reported problems that may be this issue are OpenSuse OS 12.2 (both 32-bit and 64-bit), Ubuntu 10.04, Ubuntu 10.10, "Linux Mint", and Debian Weezy
  2707. # [22:46] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Input/output error)
  2708. # [22:46] <myk> glandium: but only the person on "Linux Mint Debian Edition, 64bit with 'Wheezy' repositories" has dug deeply enough to get to the error "`GLIBC_2.14' not found (required by libxul.so)"
  2709. # [22:46] <myk> glandium: so, for the others, i can't say for sure that it's the same problem (although it seems likely)
  2710. # [22:46] <felipe> ehsan: ok! and will global PB still exist or will it be gone? (or simply tied to marking every window as a PB window?)
  2711. # [22:47] * Joins: FabioMagnoni (fabiomagno@A3C0FA30.E0265A8.B65F468E.IP)
  2712. # [22:47] <@ehsan> felipe: it will be gone for good
  2713. # [22:47] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  2714. # [22:47] <jprmc> roc dbaron ok, we are on now
  2715. # [22:47] * Joins: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de)
  2716. # [22:47] <glandium> myk: GLIBC_2.14 seems an awful lot too new
  2717. # [22:48] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  2718. # [22:48] * ChanServ sets mode: +o dveditz
  2719. # [22:48] <felipe> ehsan: nice, thx for the info! I'm thinking of the per-window PB model for social api, i'm writing up a plan.. will send an e-mail soon
  2720. # [22:48] <@ehsan> felipe: sounds awesome! thanks :)
  2721. # [22:49] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  2722. # [22:49] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2723. # [22:50] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  2724. # [22:51] * Quits: harth (harth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2725. # [22:51] * bwinton is now known as bwinton_away
  2726. # [22:51] * Joins: harth (harth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2727. # [22:52] * Joins: njn (chatzilla@moz-A7998153.dyn.iinet.net.au)
  2728. # [22:52] <glandium> myk: do you know where these are built?
  2729. # [22:52] * Joins: Matti (chatzilla@moz-6DE0731F.dip.t-dialin.net)
  2730. # [22:53] <myk> glandium: not really, but here's a log for the latest central nightly: https://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/2012-11-27-03-04-10-mozilla-central/mozilla-central-linux64_gecko-nightly-bm35-build1-build22.txt.gz
  2731. # [22:53] * Joins: loadRPi (pi@moz-B43B57F4.range81-151.btcentralplus.com)
  2732. # [22:53] <Bas> Who leads the security group these days?
  2733. # [22:54] <Matti> ehsan: Thank you very much for bug 815743 !
  2734. # [22:54] <@ehsan> np
  2735. # [22:54] <RyanVM> ehsan: leaks on m-b
  2736. # [22:54] <@ehsan> shoot
  2737. # [22:54] <@gavin> Bas: "leads" in what way?
  2738. # [22:55] <glandium> myk: ouch, it's building on a fedora 16 mock instance... that doesn't quite match what we use for firefox
  2739. # [22:55] <Bas> gavin: I think I found a bad security bug in Fx17 release, who do I talk to :p
  2740. # [22:55] * Joins: overholt (overholt@32AE175E.5BCEC6DB.DA78B690.IP)
  2741. # [22:55] <@ehsan> hrm
  2742. # [22:55] <@ehsan> RyanVM: hard to say that it's not me, right? ;)_
  2743. # [22:55] * Quits: overholt (overholt@32AE175E.5BCEC6DB.DA78B690.IP) (Quit: Leaving)
  2744. # [22:55] <@gavin> Bas: file a bug, request tracking, email release-drivers if truly critical
  2745. # [22:56] <@ehsan> RyanVM: should I back out?
  2746. # [22:56] <@gavin> ask in #security if you want to run it by someone
  2747. # [22:56] <RyanVM> ehsan: if you don't, I will :D
  2748. # [22:56] <Bas> gavin: Thanks/
  2749. # [22:56] <@ehsan> I'll do it
  2750. # [22:56] * Quits: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr) (Quit: past)
  2751. # [22:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/59281806d3a6 - Bill McCloskey - Bug 815652 - Remove accidental temporary rooting object (r=bhackett)
  2752. # [22:57] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2753. # [22:58] <RyanVM> ehsan: hopefully you've got your aurora/inbound backouts ready too :P
  2754. # [22:58] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/ab7e9feac7b8 - Ehsan Akhgari - Backed out 2 changesets (bug 815743) because of leaks; a=me
  2755. # [22:58] <@ehsan> dammit
  2756. # [22:58] * Quits: Mads (chatzilla@moz-5C1A4740.ds1-arc.adsl.cybercity.dk) (Ping timeout)
  2757. # [22:58] <@ehsan> they're not kidding when they say no good deed goes unpunished :(
  2758. # [22:58] * heycam|away is now known as heycam
  2759. # [22:58] <RyanVM> tell me about it
  2760. # [22:58] * Quits: devd (Name@moz-9DACDECA.cs.berkeley.edu) (Quit: leaving)
  2761. # [22:58] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  2762. # [22:59] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2763. # [22:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7f5e2a9addff - Gregory Szorc - Bug 815219 - Part 2: Remove MOZ_MAKE_FLAGS from most in-tree mozconfigs; r=ted
  2764. # [22:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ba730945bc6d - Gregory Szorc - Bug 815219 - Part 1: Automatically build using all available processor cores; r=ted
  2765. # [22:59] * Quits: hub (hub@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2766. # [22:59] <RyanVM> ehsan: btw, M4 has an actual failure too
  2767. # [22:59] <@ehsan> RyanVM: ok hold on
  2768. # [22:59] * Quits: pnemsak (Miranda@moz-192A9791.orange.sk) (Quit: pnemsak)
  2769. # [22:59] <@ehsan> why do I need to backout from aurora?
  2770. # [23:00] <RyanVM> ehsan: I didn't say you had to yet :)
  2771. # [23:00] <@ehsan> ok
  2772. # [23:00] <@ehsan> you scared me
  2773. # [23:00] <jesup> bas: mark it as a security bug, of course :-)
  2774. # [23:00] <RyanVM> ehsan: we'll see soon, though
  2775. # [23:00] <@ehsan> yeah
  2776. # [23:00] <Bas> jesup: Well, no worries, that's the -first- thing I did ;)
  2777. # [23:00] * gregglind is now known as gregglind_away
  2778. # [23:00] <@ehsan> RyanVM: ping me please if something goes wrong
  2779. # [23:00] <jesup> Anyone know much about Mac CoreMedia stuff?
  2780. # [23:02] * Quits: wlach|afk (wlach@moz-8D11D042.vif.net) (Ping timeout)
  2781. # [23:02] <RyanVM> ehsan: ping (aurora)
  2782. # [23:02] <@ehsan> dammit
  2783. # [23:02] * KaiRo is now known as KaiRo_away
  2784. # [23:02] <myk> glandium: indeed, the firefox linux 64-bit builds are on a machine with glibc 2.12
  2785. # [23:02] <RyanVM> ehsan: gotta go put the baby down for a nap. back in a bit
  2786. # [23:03] <@ehsan> ok
  2787. # [23:03] <@ehsan> thanks
  2788. # [23:03] <glandium> myk: they're on centos6
  2789. # [23:03] <myk> glandium: f.e. https://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/2012-11-27-03-04-10-mozilla-central/mozilla-central-linux32_gecko-nightly-bm35-build1-build63.txt.gz
  2790. # [23:04] <espindola> so, if I understand bug 649537 correctly
  2791. # [23:04] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2792. # [23:04] <espindola> if I want to use some c++ code that does IO from JS, the options I have are
  2793. # [23:04] <espindola> * do the threading in c++
  2794. # [23:04] <@ehsan> lsblakk: ping
  2795. # [23:04] <espindola> * convert the code to js
  2796. # [23:04] <espindola> is that that it?
  2797. # [23:04] <lsblakk> ehsan: pong
  2798. # [23:04] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  2799. # [23:04] * Joins: dholbert_ (bzlandfill@moz-8EA44DDA.tmodns.net)
  2800. # [23:05] * whimboo|afk is now known as whimboo
  2801. # [23:05] <@ehsan> lsblakk: we might need to find someone else for bug 815743
  2802. # [23:05] <espindola> bent, ^
  2803. # [23:05] <@ehsan> lsblakk: is that ok?
  2804. # [23:05] * lsblakk looks
  2805. # [23:05] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2806. # [23:05] * Quits: ahal|mobile (ahal@moz-6FE870DF.eng.wind.ca) (Ping timeout)
  2807. # [23:05] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2808. # [23:05] <espindola> (ignoring freezing the ui an a option :-) )
  2809. # [23:05] <lsblakk> ehsan: ok - will look for someone
  2810. # [23:05] * Joins: ahal|mobile (ahal@moz-6FE870DF.eng.wind.ca)
  2811. # [23:06] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  2812. # [23:06] * Joins: ahal|mobile_ (ahal@3468F8ED.AB54EB5E.6816E6B7.IP)
  2813. # [23:06] <@ehsan> lsblakk: thanks, let me know if you couldn't
  2814. # [23:06] <@ehsan> lsblakk: sorry, but I thought this would be a 10 minute project :/
  2815. # [23:06] <lsblakk> no worries
  2816. # [23:07] * lsblakk goes to find a dolske
  2817. # [23:07] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  2818. # [23:07] * Quits: ahal|mobile (ahal@moz-6FE870DF.eng.wind.ca) (Ping timeout)
  2819. # [23:08] * Quits: ahal|mobile_ (ahal@3468F8ED.AB54EB5E.6816E6B7.IP) (Quit: Bye)
  2820. # [23:08] <myk> glandium: sounds worth filing a bug on; agree?
  2821. # [23:08] <glandium> myk: i'm waiting for an answer on #build
  2822. # [23:08] <myk> glandium: ok
  2823. # [23:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/14c1eb8471f6 - Jonathan Griffin - Bug 815441 - Make errors pre-empt emulator callback warning, r=mdas
  2824. # [23:10] <espindola> Yoric, ping
  2825. # [23:10] * Quits: dholbert_ (bzlandfill@moz-8EA44DDA.tmodns.net) (Quit: CGI:IRC (Ping timeout))
  2826. # [23:10] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2827. # [23:11] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2828. # [23:11] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  2829. # [23:11] * jhopkins is now known as jhopkins|bbl
  2830. # [23:11] * Quits: devd (Name@moz-9DACDECA.cs.berkeley.edu) (Quit: leaving)
  2831. # [23:12] * sheeri is now known as sheeri-afk
  2832. # [23:13] * AutomatedTester|away is now known as AutomatedTester|away|AFK
  2833. # [23:15] <Yoric> espindola: Very sleepy pong.
  2834. # [23:15] * bc|afk is now known as bc
  2835. # [23:15] <Yoric> Can this wait until tomorrow?
  2836. # [23:15] <espindola> Yoric, sure can
  2837. # [23:15] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  2838. # [23:15] <Yoric> (or at least until the baby wakes me up)
  2839. # [23:15] <espindola> heh
  2840. # [23:16] * Joins: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2841. # [23:16] * Joins: wlach|afk (wlach@moz-72810607.vif.net)
  2842. # [23:17] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  2843. # [23:17] <bent> espindola, hm, what are you trying?
  2844. # [23:17] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  2845. # [23:18] * Joins: rniwa_ (rniwa@4388A5AE.887E443B.B5E7F04E.IP)
  2846. # [23:18] * Quits: rniwa_ (rniwa@4388A5AE.887E443B.B5E7F04E.IP) (Quit: rniwa_)
  2847. # [23:18] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2848. # [23:18] <espindola> bent, in telemetry there is some data on disk that we want to read
  2849. # [23:18] * Joins: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2850. # [23:19] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2851. # [23:19] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  2852. # [23:19] <espindola> bent, one that we are already reading is the shutdown time
  2853. # [23:20] <espindola> one that I was coding is the late writes information
  2854. # [23:20] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  2855. # [23:20] <espindola> it would be convenient to read it in c++
  2856. # [23:20] <espindola> I am looking at what the options are to avoid blocking the main thread
  2857. # [23:20] <espindola> my initial idea was using a ChromeWorker to call into c++
  2858. # [23:21] * Quits: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP) (Quit: ekr)
  2859. # [23:21] <espindola> but that is not possible, short of using jsctypes on libxul, right?
  2860. # [23:21] <espindola> bent, bug 815709 if you are interested
  2861. # [23:22] <bent> espindola, at some point during shutdown all workers are forced to close
  2862. # [23:22] * Joins: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP)
  2863. # [23:22] <bent> so depending on when you need to read this it may not be possible to do in workers
  2864. # [23:22] <espindola> np, this is for reading back
  2865. # [23:22] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  2866. # [23:22] * Joins: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP)
  2867. # [23:22] <espindola> not for writing
  2868. # [23:22] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  2869. # [23:22] <bent> i'm confused
  2870. # [23:23] <espindola> so, firefox writes data to disk late during shutdown
  2871. # [23:23] <bent> right
  2872. # [23:23] <espindola> starts again and wants to read it to send it to the telemetry server
  2873. # [23:23] <bent> ah, so this is actually early on startup
  2874. # [23:23] <espindola> but right now the read is on the main thread
  2875. # [23:23] <bent> that you want to read
  2876. # [23:23] <bent> ok
  2877. # [23:23] <espindola> well, at "firefox decides to send it" time
  2878. # [23:23] <bent> it just writes this to a file or something?
  2879. # [23:23] <espindola> not actually sure when that is schedule
  2880. # [23:23] <RyanVM> ehsan: do you have any reason to believe that things will be any better on inbound?
  2881. # [23:24] * Joins: imphil (philipp@moz-F1C07405.dynamic.mnet-online.de)
  2882. # [23:24] <@ehsan> RyanVM: I don't know...
  2883. # [23:24] <@ehsan> do you want me to backout now?
  2884. # [23:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/98edf6f6d9fe - Andres Hernandez - Bug 814702 - toolkit/components/downloads/test/unit/test_privatebrowsing_cancel.js fails on Birch; r=ehsan
  2885. # [23:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c1859634b922 - Bellindira Castillo [:bellindira] - Bug 814701 - toolkit/components/downloads/test/unit/test_privatebrowsing.js fails on Birch; r=ehsan
  2886. # [23:24] <espindola> bent, yes, for example, one of the last things firefox does is write how long it took to shutdown
  2887. # [23:24] <RyanVM> ehsan: I'm going to be intermittently around for awhile, so might as well
  2888. # [23:24] <bent> espindola, right, but how does it write it? as a flat text file or something?
  2889. # [23:24] <espindola> when it is running again we want to read that when we decide to send a telemetry ping
  2890. # [23:25] <espindola> text
  2891. # [23:25] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2892. # [23:25] <bent> espindola, or in some kind of database
  2893. # [23:25] <bent> ok
  2894. # [23:25] * Quits: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2895. # [23:25] <@ehsan> ok
  2896. # [23:25] <@ehsan> RyanVM: I'll do that
  2897. # [23:25] <espindola> /home/espindola/.mozilla/firefox/hi0eve3t.default/Telemetry.ShutdownTime.txt
  2898. # [23:25] <bent> then you should just be able to use Yoric's OS.File thing
  2899. # [23:25] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  2900. # [23:25] <bent> from JS
  2901. # [23:25] <espindola> bent, for that one yes
  2902. # [23:25] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2903. # [23:25] <espindola> but I also want to read late write info
  2904. # [23:25] <espindola> those are one stack per file
  2905. # [23:26] <espindola> it would be *possible* to use JS async file operations to read it
  2906. # [23:26] * Quits: clee (clee@43CB6079.66715431.D25A875A.IP) (Quit: clee)
  2907. # [23:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9efd4d0da893 - Cameron McCormack - Bug 809312 - Add ability to run a subset of reftests from a manifest. r=dbaron,gps
  2908. # [23:26] <espindola> but we do have convenience functions to handle that in c++
  2909. # [23:26] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2910. # [23:26] <bent> hm, so you're saying there are multiple files, each with one stack trace in it?
  2911. # [23:26] <espindola> so if I can read from c++ that is beter
  2912. # [23:26] <espindola> yes
  2913. # [23:27] <bent> what are these convenience functions you're talking about?
  2914. # [23:27] * kmoir is now known as kmoir-afk
  2915. # [23:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a79e44ef6b0a - Ehsan Akhgari - Backed out 2 changesets (bug 815743) because it will probably leak...
  2916. # [23:27] * Joins: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2917. # [23:27] <espindola> for example, combining the stacks into a single object that is in the format used to talk with the symbolication server
  2918. # [23:27] <espindola> but this is getting very specific
  2919. # [23:27] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2920. # [23:28] <espindola> the high level question is
  2921. # [23:28] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  2922. # [23:28] <espindola> using a ChromeWroker will no work, right?
  2923. # [23:28] * Quits: ddahl (ddahl@moz-2D5B92CF.public.wayport.net) (Ping timeout)
  2924. # [23:29] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  2925. # [23:29] <espindola> and if so, do we have a c++ thread pool handy that I can use?
  2926. # [23:29] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Input/output error)
  2927. # [23:29] * Quits: espindol_ (espindola@moz-884D7200.dsl.teksavvy.com) (Client exited)
  2928. # [23:29] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  2929. # [23:29] * armenzg_mtg is now known as armenzg
  2930. # [23:30] <bent> well, there are a few options
  2931. # [23:30] <bent> you could do it all in c++
  2932. # [23:30] <bent> we have a threadpool for io like this
  2933. # [23:30] * clokep is now known as IRCMonkey17777
  2934. # [23:30] <espindola> bent, awesome!
  2935. # [23:30] <espindola> which one
  2936. # [23:30] <bent> that's option 1
  2937. # [23:30] <espindola> I like option 1 a lot :-)
  2938. # [23:31] * Joins: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2939. # [23:31] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2940. # [23:31] * Quits: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2941. # [23:31] <bent> ok then let's just do that
  2942. # [23:32] <bent> you want the stream transport service
  2943. # [23:32] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2944. # [23:32] <bent> do_GetService(NS_STREAMTRANSPORTSERVICE_CONTRACTID)
  2945. # [23:32] <espindola> cool. Sorry, I have to run. I will keep the irc chat open and check it when I get back.
  2946. # [23:32] <espindola> Thanks again
  2947. # [23:32] <bent> that's it :)
  2948. # [23:33] * Joins: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2949. # [23:34] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2950. # [23:35] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2951. # [23:35] * Quits: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net) (Quit: brendan)
  2952. # [23:36] * Joins: T3 (T3@moz-C75D394E.dsl.telesp.net.br)
  2953. # [23:36] * Quits: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2954. # [23:37] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2955. # [23:38] * Joins: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2956. # [23:38] * IRCMonkey17777 is now known as clokep
  2957. # [23:38] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2958. # [23:38] * Joins: clee (clee@43CB6079.66715431.D25A875A.IP)
  2959. # [23:40] * Quits: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2960. # [23:40] * armenzg is now known as armenzg_dinner
  2961. # [23:41] * rail_away is now known as rail
  2962. # [23:41] * Quits: garnacho (carlos@moz-A5A59489.static.user.ono.com) (Ping timeout)
  2963. # [23:42] * whimboo is now known as whimboo|afk
  2964. # [23:42] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  2965. # [23:42] * Joins: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2966. # [23:42] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2967. # [23:42] * Joins: garnacho (carlos@moz-29041B8F.dyn.user.ono.com)
  2968. # [23:43] * Joins: akeybl (akeybl@43CB6079.66715431.D25A875A.IP)
  2969. # [23:44] * Quits: RealRaven (Thunderbir@F80F7BC0.B715CAAF.C3498625.IP) (Ping timeout)
  2970. # [23:44] * Quits: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2971. # [23:45] * Joins: RealRaven (Thunderbir@F80F7BC0.B715CAAF.C3498625.IP)
  2972. # [23:45] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  2973. # [23:45] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  2974. # [23:45] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  2975. # [23:45] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2976. # [23:45] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  2977. # [23:45] * Quits: RealRaven (Thunderbir@F80F7BC0.B715CAAF.C3498625.IP) (Quit: RealRaven)
  2978. # [23:46] * @smaug prepares to land the ugliest patch he has ever written
  2979. # [23:46] * Joins: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2980. # [23:46] * Joins: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2981. # [23:46] * Quits: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2982. # [23:47] * jwir3 is now known as jwir3|away
  2983. # [23:47] * Quits: sbward (sbward@moz-E8364EF1.sd.sd.cox.net) (Ping timeout)
  2984. # [23:48] * mjschranz_away is now known as mjschranz
  2985. # [23:49] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
  2986. # [23:49] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2987. # [23:49] <mjrosenb> smaug: you know that since you said that you're going to need to write an uglier patch to fix something related to this patch, right?
  2988. # [23:50] * Quits: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2989. # [23:51] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  2990. # [23:51] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  2991. # [23:51] <@smaug> the patch I'm going to land is just not a bit uglier than usually, but ugliest ever. (fortunately #ifdef MOZ_B2G only :p )
  2992. # [23:51] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  2993. # [23:54] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Ping timeout)
  2994. # [23:55] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Client exited)
  2995. # [23:56] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  2996. # [23:57] * rail is now known as rail_away
  2997. # [23:57] * Quits: armenzg_dinner (armenzg@moz-8D3CD1B4.dsl.bell.ca) (Connection reset by peer)
  2998. # [23:58] * Quits: jlin (Jonathan@moz-619C4F64.x.rootbsd.net) (Quit: -offline-)
  2999. # [23:58] * Joins: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net)
  3000. # [23:58] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3001. # [23:59] * Quits: TheOne (one@moz-D46451E6.dip.t-dialin.net) (Input/output error)
  3002. # [23:59] * jimm is now known as jimm-bbiab
  3003. # [23:59] * Joins: jlin (Jonathan@moz-619C4F64.x.rootbsd.net)
  3004. # [23:59] * Joins: dbradley (dbradley@79CD771.BD3B5237.8DD2BC91.IP)
  3005. # Session Close: Wed Nov 28 00:00:00 2012

The end :)