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

Options:

  1. # Session Start: Fri Nov 30 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] * Joins: till (till@moz-3F59E1F9.adsl.alicedsl.de)
  4. # [00:00] <@smaug> NeilAway: ping
  5. # [00:00] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  6. # [00:00] * Joins: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP)
  7. # [00:00] <@smaug> NeilAway: unping
  8. # [00:00] * AaronMT|AFK is now known as AaronMT
  9. # [00:02] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
  10. # [00:03] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  11. # [00:03] * Joins: singerb (singerb@moz-8897C7D8.lightspeed.livnmi.sbcglobal.net)
  12. # [00:04] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  13. # [00:06] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  14. # [00:06] * ChanServ sets mode: +o dbaron
  15. # [00:07] * geekboy|afk is now known as geekboy
  16. # [00:08] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  17. # [00:10] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  18. # [00:10] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  19. # [00:12] <gps> khuey: can I specify the media type of an iframe or does Content-Type from HTTP headers win out?
  20. # [00:13] <@khuey> I have no idea
  21. # [00:13] <gps> khuey: you know who would know?
  22. # [00:14] <jhammel> 'twould be easy enough to find out ;)
  23. # [00:15] * Quits: victorporof (victorporo@2F316CF2.6465CCD9.79933D60.IP) (Quit: victorporof)
  24. # [00:15] <gps> jhammel: I tried <iframe type="text/plain"> and it's not working :(
  25. # [00:15] <jhammel> then...there's you answer :P
  26. # [00:15] <gps> well, you know how there's always crazy workarounds :)
  27. # [00:15] <jhammel> fwiw, i thought iframes were HTML only, but i am not an expert
  28. # [00:16] <nemo> jhammel: huh. then my preview of file attachments is broken :)
  29. # [00:16] <nemo> I've been using it for images and such
  30. # [00:16] <gps> well, it loaded a plain text file fine when I accessed from file:///
  31. # [00:16] <nemo> luckily browsers seem ignorant of this
  32. # [00:16] <jhammel> (that said, of course the w3c mandates that text/plain becomes a <pre> but we'll ignore that)
  33. # [00:16] <nemo> gps: yeah, I use iframe for preview of images, html and plain text
  34. # [00:16] <jhammel> nemo: entirely possible i'm wrong :)
  35. # [00:16] <nemo> background-image of a loading spinner gif
  36. # [00:16] <gps> nemo: my problem is I don't control the HTTP server. it's sending a binary C-T
  37. # [00:17] <nemo> gps: ah yes. my first rule of app dev. always control the server :-p
  38. # [00:17] <gps> causing download/save prompts
  39. # [00:17] <@khuey> gps: well seeing as how there's no type attribute on iframes, I don't know why it would work
  40. # [00:17] <jhammel> nemo++ :)
  41. # [00:17] <nemo> gps: or add a proxy
  42. # [00:17] <jhammel> (i.e. a jetpack)
  43. # [00:17] <@khuey> gps: or are you fooling with XUL iframes here?
  44. # [00:17] <gps> the dirty hack is to rename files to .txt and hope for the best
  45. # [00:18] <gps> khuey: no, this is regular HTML
  46. # [00:18] <jhammel> gps: or root the server :P
  47. # [00:18] <@khuey> gps: yeah, there's no type attribute
  48. # [00:18] <nemo> gps: erm. hang on. are you using IE?
  49. # [00:18] <gps> I might also XHR the content into a <pre>
  50. # [00:18] <@khuey> so setting it isn't going to do anything
  51. # [00:18] <nemo> gps: IE used to have this old bug w/ plain text
  52. # [00:18] * Joins: drexler (chatzilla@moz-AD4BBA18.hsd1.vt.comcast.net)
  53. # [00:18] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  54. # [00:18] <gps> nemo: I'm using Nightly :)
  55. # [00:18] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  56. # [00:18] <nemo> ok. just checking to make sure you weren't blaming an innocent server
  57. # [00:19] <jhammel> no apache server is innocent ;)
  58. # [00:19] <nemo> gps: is it a local server? 'cause if so, a small file fetching proxy would have zero cost. you might even be able to get away w/ using .htaccess
  59. # [00:19] <nemo> s/zero/almost zero/
  60. # [00:20] <nemo> s/almost zero/almost zero for reasonable audience sizes/
  61. # [00:20] <@khuey> jhammel: original sin?
  62. # [00:20] * Joins: harth (harth@moz-8B705092.dsl.dynamic.sonic.net)
  63. # [00:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cfcaffe56370 - Boris Zbarsky - Bug 811021. Tell catalog sheets they have the document as an owning node so they won't get double-counted by memory reporters. r=dbaron
  64. # [00:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cba447567a56 - Boris Zbarsky - Bug 814141. Cross-site redirects of a CORS request should null out the request origin. r=sicking
  65. # [00:21] <jhammel> khuey: well, i guess apache would be like Adam in this case, whereas microsoft server would be the offerer of the apple
  66. # [00:22] * bz is now known as bz_dinner
  67. # [00:22] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  68. # [00:23] * Quits: singerb (singerb@moz-8897C7D8.lightspeed.livnmi.sbcglobal.net) (Quit: singerb)
  69. # [00:23] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  70. # [00:23] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  71. # [00:23] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  72. # [00:24] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  73. # [00:24] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/36cbd3e6a3ac - Sriram Ramasubramanian - Bug 792373: XHDPI and XXHDPI icons for Fennec. [r=mfinkle] [a=akeybl]
  74. # [00:26] * Joins: ehugg_ (ehugg@moz-C4B401AA.mycingular.net)
  75. # [00:26] * Quits: ehugg_ (ehugg@moz-C4B401AA.mycingular.net) (Input/output error)
  76. # [00:26] * Quits: ehugg (ehugg@1AE49A70.FE99FB21.6A76E486.IP) (Ping timeout)
  77. # [00:26] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  78. # [00:27] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  79. # [00:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5bb43720c04c - Steve Fink - Bug 813381 - Optimize CheckStackRoots. r=terrence
  80. # [00:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6c24bf926afc - Steve Fink - Bug 813381 - Further CheckStackRoots optimization - suppress repeated checks of the same stack configuration. r=terrence
  81. # [00:28] * Quits: hipokr1t (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Quit: Leaving)
  82. # [00:29] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  83. # [00:30] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  84. # [00:30] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  85. # [00:30] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Quit: surkov)
  86. # [00:30] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Connection reset by peer)
  87. # [00:30] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  88. # [00:31] * Quits: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com) (Ping timeout)
  89. # [00:31] * Joins: jstraus (Adium@moz-11318748.hsd1.ma.comcast.net)
  90. # [00:31] * Joins: ehugg (ehugg@1AE49A70.FE99FB21.6A76E486.IP)
  91. # [00:31] * Quits: jstraus (Adium@moz-11318748.hsd1.ma.comcast.net) (Client exited)
  92. # [00:32] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  93. # [00:32] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  94. # [00:33] * rail_away is now known as rail
  95. # [00:34] * Quits: cviecco_ (cviecco@2557E599.66715431.D25A875A.IP) (Input/output error)
  96. # [00:35] * rail is now known as rail_away
  97. # [00:38] * Quits: ehugg (ehugg@1AE49A70.FE99FB21.6A76E486.IP) (Quit: ehugg)
  98. # [00:38] * Quits: AryehGregor (AryehGrego@56DCFE19.93C92E2C.DFEAE789.IP) (Ping timeout)
  99. # [00:38] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  100. # [00:40] * Joins: AryehGregor (AryehGrego@66C0D75C.F2D2BE0C.78D2F5C4.IP)
  101. # [00:43] * Quits: rajul (quassel@5C41A8E6.30EE1D72.C5C1B1F7.IP) (Client exited)
  102. # [00:43] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  103. # [00:43] * Quits: paolo (paolo@moz-C0EF9EE6.retail.telecomitalia.it) (Client exited)
  104. # [00:44] * Quits: overholt (overholt@35765CFB.88764A66.72A31D6.IP) (Quit: Leaving)
  105. # [00:44] <RyanVM> gwagner: ping
  106. # [00:44] <RyanVM> gwagner: https://tbpl.mozilla.org/php/getParsedLog.php?id=17467297&tree=Mozilla-Inbound
  107. # [00:44] <gwagner> RyanVM: yeah just saw the orange
  108. # [00:44] <RyanVM> ok
  109. # [00:44] <RyanVM> do what you must :)
  110. # [00:45] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  111. # [00:46] * Quits: Mossop (mossop@3B7A0A82.FDE27459.739380AF.IP) (Connection reset by peer)
  112. # [00:48] * Joins: Mossop (mossop@3B7A0A82.FDE27459.739380AF.IP)
  113. # [00:48] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  114. # [00:48] * Quits: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP) (Quit: ekr)
  115. # [00:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0721d6cc2fe3 - Ryan VanderMeulen - Backed out changeset e64cd799b7b6 (bug 741526) for mochitest-4 orange.
  116. # [00:49] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  117. # [00:49] <gwagner> RyanVM: I will push a fix. give me 5 min
  118. # [00:49] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  119. # [00:49] <RyanVM> gwagner: OK
  120. # [00:51] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  121. # [00:51] * rail_away is now known as rail
  122. # [00:51] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  123. # [00:52] * Quits: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net) (Quit: beaufour)
  124. # [00:53] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  125. # [00:53] * geekboy is now known as geekboy|afk
  126. # [00:54] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  127. # [00:54] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  128. # [00:55] * nthomas is now known as nthomas|away
  129. # [00:55] * jhopkins is now known as jhopkins|afk
  130. # [00:58] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  131. # [00:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7e45753d1ee7 - Ryan VanderMeulen - Backed out changeset b65787162e89 (bug 797657) for suspected m-oth failures.
  132. # [00:59] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  133. # [00:59] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  134. # [00:59] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  135. # [01:00] * Quits: AsaDotzler (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  136. # [01:00] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  137. # [01:00] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  138. # [01:01] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Input/output error)
  139. # [01:03] * Joins: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP)
  140. # [01:06] * Quits: spohl (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  141. # [01:06] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  142. # [01:06] * geekboy|afk is now known as geekboy
  143. # [01:06] * Joins: its_russ_ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  144. # [01:07] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  145. # [01:07] * Quits: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Ping timeout)
  146. # [01:08] <gwagner> RyanVM: ok have a fix now. can I push?
  147. # [01:08] <RyanVM> gwagner: go for it (with a CLOSED TREE of course)
  148. # [01:08] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  149. # [01:08] <gwagner> RyanVM: just add CLOSED TREE in the commit message?
  150. # [01:08] <RyanVM> yep
  151. # [01:09] * rail is now known as rail_away
  152. # [01:09] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  153. # [01:10] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: nhirata)
  154. # [01:11] * geekboy is now known as geekboy|afk
  155. # [01:12] * AutomatedTester is now known as AutomatedTester|AFK
  156. # [01:12] * sheeri-afk is now known as sheeri
  157. # [01:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9f1365db9a35 - Gregor Wagner - Followup fix for bug 815833. r=bustage. on CLOSED TREE
  158. # [01:13] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  159. # [01:14] * Joins: T3 (T3@75F4641A.8EBDAD8D.32321A32.IP)
  160. # [01:14] <gwagner> RyanVM: btw can you include bug 815572 with your next aurora merge?
  161. # [01:15] * Quits: nmatsakis-dinner (nmatsakis@moz-FDB96567.res-cmts.mlf.ptd.net) (Quit: Computer has gone to sleep.)
  162. # [01:16] * Joins: MrMazda (fmcz@moz-A5D13CA.cable.mindspring.com)
  163. # [01:16] * jlebar is now known as jlebar|dinner
  164. # [01:16] <RyanVM> gwagner: I just put checkin-needed on it so I'll find it. I normally look for fixed bugs only
  165. # [01:17] * jlebar|dinner is now known as jlebar|away
  166. # [01:18] * Joins: nmatsakis-dinner (nmatsakis@moz-FDB96567.res-cmts.mlf.ptd.net)
  167. # [01:18] * nmatsakis-dinner is now known as nmatsakis
  168. # [01:18] <RyanVM> gwagner: (fyi, in case i'm not on irc next time you want that)
  169. # [01:18] <gwagner> RyanVM: ok will do. That's a special case because we have to apply the first gecko patch, then the gaia patch and afterwards the 2nd gecko patch
  170. # [01:19] * Joins: Waldo (waldo@moz-BE33DA21.fw1.sfo1.mozilla.net)
  171. # [01:20] * kmoir_buildduty is now known as kmoir-afk
  172. # [01:21] * sheeri is now known as sheeri-afk
  173. # [01:23] * Quits: till (till@moz-3F59E1F9.adsl.alicedsl.de) (Ping timeout)
  174. # [01:23] * Joins: till_ (till@moz-1A2610DB.adsl.alicedsl.de)
  175. # [01:23] * jlebar|away is now known as jlebar
  176. # [01:24] * kaze|tapas is now known as kaze
  177. # [01:24] * Quits: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP) (Input/output error)
  178. # [01:26] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  179. # [01:26] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  180. # [01:26] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  181. # [01:26] * ChanServ sets mode: +o dbaron
  182. # [01:27] * Quits: AryehGregor (AryehGrego@66C0D75C.F2D2BE0C.78D2F5C4.IP) (Ping timeout)
  183. # [01:27] * Quits: Elen (El@moz-749635E7.hsd1.ut.comcast.net) (Quit: )
  184. # [01:27] * Quits: garnacho (carlos@moz-29041B8F.dyn.user.ono.com) (Ping timeout)
  185. # [01:28] * Quits: marco (Thunderbir@moz-D83902B0.cust.dsl.teletu.it) (Quit: marco)
  186. # [01:30] * Joins: garnacho (carlos@moz-1F9141C6.dyn.user.ono.com)
  187. # [01:30] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  188. # [01:30] * Joins: AryehGregor (AryehGrego@B3BD989B.8060655A.39716721.IP)
  189. # [01:30] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  190. # [01:32] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  191. # [01:34] * Joins: dzbarsky (Adium@moz-A25BC787.phlapa.east.verizon.net)
  192. # [01:34] * Quits: Mossop (mossop@3B7A0A82.FDE27459.739380AF.IP) (Quit: Fleeing the scene)
  193. # [01:35] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  194. # [01:37] * Quits: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  195. # [01:37] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  196. # [01:37] * Quits: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Client exited)
  197. # [01:38] * Quits: T3 (T3@75F4641A.8EBDAD8D.32321A32.IP) (Ping timeout)
  198. # [01:40] * Joins: ehugg_ (ehugg@10F2017A.DC50CA90.D538BA5B.IP)
  199. # [01:40] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Connection reset by peer)
  200. # [01:41] * Quits: its_russ_ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Client exited)
  201. # [01:42] * till_ is now known as till
  202. # [01:42] * Quits: ehugg_ (ehugg@10F2017A.DC50CA90.D538BA5B.IP) (Ping timeout)
  203. # [01:44] * Quits: redfive (chatzilla@moz-4E0B5BB2.stanford.edu) (Ping timeout)
  204. # [01:45] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  205. # [01:46] * Joins: T3 (T3@75F4641A.8EBDAD8D.32321A32.IP)
  206. # [01:46] * Joins: biesi_ (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP)
  207. # [01:47] * Quits: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP) (Quit: ekr)
  208. # [01:49] * bz_dinner is now known as bz
  209. # [01:49] <@bz> RyanVM: You're a hero
  210. # [01:49] <RyanVM> bz: ?
  211. # [01:50] <@bz> RyanVM: just your dealing with the tree
  212. # [01:50] <fabrice> oh yes
  213. # [01:50] <RyanVM> bz: Oh, thanks. Though in fairness, it was my checkin that destroyed it :P
  214. # [01:50] * Joins: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP)
  215. # [01:51] <@bz> RyanVM: your push, not your patches. But fair. ;)
  216. # [01:51] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  217. # [01:52] * jlebar is now known as jlebar|away
  218. # [01:52] * Quits: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP) (Quit: ekr)
  219. # [01:54] * Quits: KaiRo (robert@moz-95A5846F.adsl.highway.telekom.at) (Broken pipe)
  220. # [01:54] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
  221. # [01:54] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  222. # [01:54] * ChanServ sets mode: +o smaug
  223. # [01:55] * Joins: KaiRo (robert@moz-95A5846F.adsl.highway.telekom.at)
  224. # [01:55] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  225. # [01:56] * Quits: kaze (kaze@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Ping timeout)
  226. # [01:56] * Quits: armenzg_afk (armenzg@moz-B4C81E32.home1.cgocable.net) (Input/output error)
  227. # [01:56] <Waldo> RyanVM, bz: https://twitter.com/sayrer/status/19304989209
  228. # [01:57] * Quits: biesi_ (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP) (Ping timeout)
  229. # [01:58] * Joins: its_russ (its_russ@moz-471FE112.csuchico.edu)
  230. # [01:58] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  231. # [01:58] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  232. # [01:59] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  233. # [01:59] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  234. # [01:59] * Quits: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP) (Input/output error)
  235. # [02:00] * rail_away is now known as rail
  236. # [02:00] * Quits: harth (harth@moz-8B705092.dsl.dynamic.sonic.net) (Input/output error)
  237. # [02:01] <@smaug> Waldo: what does sayrer do nowadays ?
  238. # [02:01] * Joins: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP)
  239. # [02:01] <Waldo> smaug: at Twitter last I heard
  240. # [02:01] * Quits: its_russ (its_russ@moz-471FE112.csuchico.edu) (Client exited)
  241. # [02:02] * dhylands is now known as dhylands|gym
  242. # [02:02] * Quits: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP) (Quit: Leaving.)
  243. # [02:02] <RyanVM> man, training your kid to sleep on his own is so much fun
  244. # [02:02] * nthomas|away is now known as nthomas
  245. # [02:03] * Quits: Pike (Pike@moz-E31CD2CB.mozilla.org) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121119183901])
  246. # [02:03] * Joins: biesi_ (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP)
  247. # [02:03] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  248. # [02:03] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  249. # [02:07] <jesup|laptop> RyanVM: Word
  250. # [02:08] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  251. # [02:08] <RyanVM> gotta love being serenaded by screams from the other room
  252. # [02:08] * ewong|afk is now known as ewong
  253. # [02:08] <@bz> heh
  254. # [02:08] * Quits: biesi_ (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP) (Ping timeout)
  255. # [02:09] * Quits: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  256. # [02:09] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  257. # [02:10] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  258. # [02:10] * Joins: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP)
  259. # [02:10] * Joins: atsai (Conjuror@AFCC07DD.95E9DDC7.4A5B43A7.IP)
  260. # [02:11] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  261. # [02:11] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  262. # [02:11] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  263. # [02:11] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  264. # [02:13] * rail is now known as rail_away
  265. # [02:14] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  266. # [02:17] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  267. # [02:18] <RyanVM> fyi, just waiting on a green M2 from gwagner before I reopen inbound
  268. # [02:22] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Quit: Leaving...)
  269. # [02:22] * Quits: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: gwagner)
  270. # [02:23] * Joins: damons (gnubeard@2557E599.66715431.D25A875A.IP)
  271. # [02:23] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  272. # [02:23] * Quits: T3 (T3@75F4641A.8EBDAD8D.32321A32.IP) (Ping timeout)
  273. # [02:24] * Quits: vingtetun (vingtetun@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.9.1.16/20110701103042])
  274. # [02:24] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/ed3420ea3e63 - Jonathan Griffin - Bug 815807 - Part 1a: temporarily enable some code until Part 2 lands, a=test-only
  275. # [02:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/c63bc3273e92 - Jonathan Griffin - Bug 815807 - Part 1b: fix typo, a=test-only
  276. # [02:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/db23aec39973 - Jonathan Griffin - Bug 815807 - Part 1: add --load-early arg to Marionette, r=ahal, a=NPOTB
  277. # [02:25] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  278. # [02:26] * Joins: mconley (mconley@moz-1F27AE86.dedicated.allstream.net)
  279. # [02:26] * Quits: _FrnchFrgg_ (_FrnchFrgg@A954F686.E36651AF.74B71A20.IP) (Ping timeout)
  280. # [02:27] * Joins: _FrnchFrgg_ (_FrnchFrgg@A954F686.E36651AF.74B71A20.IP)
  281. # [02:27] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  282. # [02:28] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  283. # [02:29] * Quits: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Connection reset by peer)
  284. # [02:29] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  285. # [02:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/374ff1d28158 - Alexandre Poirot - Bug 797657 - Change default CSP to desired policy for certified apps. r=sicking
  286. # [02:29] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  287. # [02:29] <rnewman> I love gavin's drive-by anti-reviews :D
  288. # [02:29] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/27477a9f6a7b - Philipp von Weitershausen - Bug 815872 - Fix memory leak in install confirm/deny notification code. r=fabrice
  289. # [02:30] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  290. # [02:30] * Quits: mconley (mconley@moz-1F27AE86.dedicated.allstream.net) (Input/output error)
  291. # [02:30] * Joins: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  292. # [02:30] <seth> argh. gotta love tests failing on try that you can't reproduce locally
  293. # [02:31] <rnewman> you could say it can... *dons sunglasses* try your patience.
  294. # [02:31] <seth> zing!
  295. # [02:32] <philikon> rnewman++
  296. # [02:32] <philikon> you could say *runs fingers through hair* your patches are not tried and tested
  297. # [02:33] * heycam is now known as heycam|away
  298. # [02:33] <rnewman> orange you got better things to do? :D
  299. # [02:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/20f8d2519660 - Patrick McManus - bug 816685 expand caps in protocol/http to 32bits r=jduell
  300. # [02:35] * Quits: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com) (Ping timeout)
  301. # [02:35] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Ping timeout)
  302. # [02:36] * Joins: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch)
  303. # [02:38] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  304. # [02:38] * Quits: damons (gnubeard@2557E599.66715431.D25A875A.IP) (Quit: damons)
  305. # [02:39] * Quits: ekr (ekr@1AE49A70.FE99FB21.6A76E486.IP) (Ping timeout)
  306. # [02:41] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  307. # [02:41] * Joins: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  308. # [02:41] * Joins: mconley (mconley@moz-1F27AE86.dedicated.allstream.net)
  309. # [02:42] * Joins: chucklee (chucklee@moz-BC57D801.dynamic.hinet.net)
  310. # [02:44] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  311. # [02:44] * geekboy|afk is now known as geekboy
  312. # [02:44] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  313. # [02:44] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  314. # [02:44] * rail_away is now known as rail
  315. # [02:44] * geekboy is now known as geekboy|afk
  316. # [02:45] * Joins: biesi_ (cbiesinger@moz-43408A86.tmodns.net)
  317. # [02:47] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Ping timeout)
  318. # [02:48] * Joins: FabioMagnoni (fabiomagno@A3C0FA30.E0265A8.B65F468E.IP)
  319. # [02:48] * Quits: biesi_ (cbiesinger@moz-43408A86.tmodns.net) (Ping timeout)
  320. # [02:48] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/fb4df309db13 - Matt Woodrow - Bug 814272 - Cache the bounds of nsDisplayBackgroundImage items. r=roc a=blocking-basecamp
  321. # [02:49] * Quits: mikeratcliffe (mikeratcli@44DA3ED4.B2D2E9AB.7CCB197A.IP) (Quit: Leaving.)
  322. # [02:49] * Joins: biesi_ (cbiesinger@moz-43408A86.tmodns.net)
  323. # [02:50] * khuey is now known as khuey|away
  324. # [02:51] * Quits: till (till@moz-1A2610DB.adsl.alicedsl.de) (Client exited)
  325. # [02:51] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  326. # [02:51] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  327. # [02:51] * Quits: gustavold1 (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP) (Quit: Leaving.)
  328. # [02:51] * Quits: erikvold (anonymous@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  329. # [02:52] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  330. # [02:53] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  331. # [02:54] * ctalbert|msgme is now known as ctalbert|afk
  332. # [02:54] * Quits: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net) (Ping timeout)
  333. # [02:57] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  334. # [02:57] * Joins: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  335. # [02:57] * Quits: Boriss_ (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss_)
  336. # [02:57] * Quits: chucklee (chucklee@moz-BC57D801.dynamic.hinet.net) (Ping timeout)
  337. # [02:57] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  338. # [02:58] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  339. # [02:59] * Quits: Matti (chatzilla@moz-151530D2.dip.t-dialin.net) (Ping timeout)
  340. # [02:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a1a12647c876 - Bill McCloskey - Bug 816805 - Style fixes for RiverTrail code (r=shu)
  341. # [02:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/257f949e15fa - Bill McCloskey - Bug 769015 - Make sure we GC on shutdown even with deterministicgc() (r=mccr8)
  342. # [02:59] * Joins: chucklee (chucklee@moz-BC57D801.dynamic.hinet.net)
  343. # [02:59] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  344. # [03:00] * rail is now known as rail_away
  345. # [03:00] * Joins: luke (andhow@2557E599.66715431.D25A875A.IP)
  346. # [03:01] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  347. # [03:01] <espindola> is it possible to pass a callback to observe?
  348. # [03:02] * Joins: Matti (chatzilla@moz-151530D2.dip.t-dialin.net)
  349. # [03:02] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  350. # [03:03] <RyanVM> gwagner: ping
  351. # [03:03] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  352. # [03:04] * rail_away is now known as rail
  353. # [03:05] <ewong> !seen Ms2ger
  354. # [03:05] <firebot> ms2ger was last seen 3 hours, 36 minutes and 59 seconds ago, saying 'Good, then you don't want that' in #developers.
  355. # [03:05] * Joins: ehugg (ehugg@A01051A9.6F669779.3D1CA460.IP)
  356. # [03:06] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  357. # [03:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5061278bcf35 - Alexander Surkov - Bug 815646 - enable logging for accessible/states/test_link.html
  358. # [03:07] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  359. # [03:07] * Quits: ehugg (ehugg@A01051A9.6F669779.3D1CA460.IP) (Input/output error)
  360. # [03:07] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  361. # [03:07] * Quits: drexler (chatzilla@moz-AD4BBA18.hsd1.vt.comcast.net) (Ping timeout)
  362. # [03:08] * Joins: stux (stux@moz-FD6B9EC6.hfc.comcastbusiness.net)
  363. # [03:08] * Quits: biesi_ (cbiesinger@moz-43408A86.tmodns.net) (Ping timeout)
  364. # [03:08] * Joins: ehugg_ (ehugg@A01051A9.6F669779.3D1CA460.IP)
  365. # [03:08] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Connection reset by peer)
  366. # [03:08] * ehugg_ is now known as ehugg
  367. # [03:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ce3e6613fe53 - Bellindira Castillo [:bellindira] - Bug 806705 - Port browser_bug767836.js to the new per-window PB APIs; r=ehsan
  368. # [03:12] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Ping timeout)
  369. # [03:12] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  370. # [03:14] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Quit: mkohler)
  371. # [03:15] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/6031db9484d0 - Gregor Wagner - Bug 815572 - Standardize the Bluetooth permissions name to "bluetooth". r=qdot, a=blocking-basecamp
  372. # [03:15] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0eecff00cdad - Rob Wood - Bug 810083 - Develop WebSMS test to verify receiving multipart SMS, update manifest. r=jgriffin, a=NPOTB
  373. # [03:15] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/c9d0b3dabf0a - Jonathan Griffin - Bug 813779 - Make Marionette's xunit output compatible with Jenkins. r=dhunt, a=NPOTB
  374. # [03:15] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
  375. # [03:15] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/afcad892d8bf - Brendan Dahl - Bug 815718 - Disable PDF.js in beta 18. r=bdahl, a=akeybl
  376. # [03:15] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  377. # [03:15] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/c0f2bca4b970 - Jonathan Griffin - Bug 815441 - Make errors pre-empt emulator callback warning. r=mdas, a=NPOTB
  378. # [03:16] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  379. # [03:16] * rail is now known as rail_away
  380. # [03:18] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  381. # [03:19] * Parts: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  382. # [03:20] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  383. # [03:20] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  384. # [03:22] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  385. # [03:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1ccaeeae85df - Michael Wu - Bug 774458 - Only send clicks on confirmed single taps, r=cjones
  386. # [03:24] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  387. # [03:25] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Connection reset by peer)
  388. # [03:25] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
  389. # [03:27] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  390. # [03:27] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  391. # [03:28] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  392. # [03:29] * Quits: Matti (chatzilla@moz-151530D2.dip.t-dialin.net) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.17a1/20121125003003])
  393. # [03:29] * Quits: nmatsakis (nmatsakis@moz-FDB96567.res-cmts.mlf.ptd.net) (Quit: Computer has gone to sleep.)
  394. # [03:29] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  395. # [03:30] * Joins: Edgar (Thunderbir@moz-BC57D801.dynamic.hinet.net)
  396. # [03:31] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  397. # [03:32] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  398. # [03:33] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  399. # [03:34] <@bz> DOMSVGPoint(const DOMSVGPoint *aPt = nullptr)
  400. # [03:34] <@bz> Worst Idea Ever
  401. # [03:34] * Quits: mconley (mconley@moz-1F27AE86.dedicated.allstream.net) (Input/output error)
  402. # [03:35] <froydnj> but, but, convenience!
  403. # [03:38] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  404. # [03:38] * ChanServ sets mode: +o ehsan
  405. # [03:38] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  406. # [03:40] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
  407. # [03:41] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  408. # [03:43] <@bz> froydnj: The bad idea part is it's not explicit
  409. # [03:44] <@bz> froydnj: I have no problem with convenient constructors, but I have a problem with no-argument non-explicit ones
  410. # [03:44] <@bz> froydnj: and even more for one-argument non-explicit ones
  411. # [03:44] <froydnj> bz: yes, that is not so good
  412. # [03:44] <@bz> froydnj: the above code interacted with a function like so:
  413. # [03:45] <@bz> void foo(DOMSVGPoint& bar) {
  414. # [03:45] <@bz> bar = new DOMSVGPoint();
  415. # [03:45] <@bz> }
  416. # [03:45] <@bz> more or less
  417. # [03:45] <@bz> with bad results, needless to say. ;)
  418. # [03:45] * Joins: schien-laptop (schien@moz-BC57D801.dynamic.hinet.net)
  419. # [03:48] * Quits: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Client exited)
  420. # [03:50] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  421. # [03:50] * Quits: atsai (Conjuror@AFCC07DD.95E9DDC7.4A5B43A7.IP) (Ping timeout)
  422. # [03:52] <@bz> edmorley, ryanvm: help!
  423. # [03:52] * Quits: chewey (chewey@moz-93679410.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  424. # [03:53] * Joins: chewey (chewey@moz-D6E71121.dip0.t-ipconnect.de)
  425. # [03:53] * froydnj does not understand how openDialog magically transfers a tab into a new window
  426. # [03:54] <RyanVM> wah?
  427. # [03:54] <@bz> ryanvm: So see https://bugzilla.mozilla.org/show_bug.cgi?id=814195#c7
  428. # [03:54] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  429. # [03:54] <@bz> ryanvm: so I figured fine, and pushed that patch to try to reproduce the orange...
  430. # [03:55] <@bz> https://tbpl.mozilla.org/?tree=Try&rev=1fa6d15956e0
  431. # [03:55] <@bz> surprise, green!
  432. # [03:55] * @bz retriggered a few times, but it was orange on every test run on m-i....
  433. # [03:55] * Joins: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  434. # [03:55] <@bz> Anything I'm obviously doing wrong here? ;)
  435. # [03:55] * Joins: erikvold (anonymous@moz-1E8FA3B7.wireless.telus.com)
  436. # [03:55] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  437. # [03:55] <@bz> Or should I just expect this out of our tree?
  438. # [03:56] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  439. # [03:57] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  440. # [03:58] * nthomas is now known as nthomas|away
  441. # [03:58] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  442. # [03:58] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  443. # [03:59] <RyanVM> bz: bit tied up atm, I'll look in a sec
  444. # [04:00] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  445. # [04:01] <@bz> RyanVM: thanks!
  446. # [04:02] * Joins: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net)
  447. # [04:02] * Quits: Waldo (waldo@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  448. # [04:03] * Joins: qqqqqqqq (Adium@moz-74F801E2.andrew.cmu.edu)
  449. # [04:03] <qqqqqqqq> whoami
  450. # [04:04] * qqqqqqqq is now known as phx
  451. # [04:04] * Quits: phx (Adium@moz-74F801E2.andrew.cmu.edu) (Quit: Leaving.)
  452. # [04:04] * Joins: phx (Adium@moz-74F801E2.andrew.cmu.edu)
  453. # [04:06] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Ping timeout)
  454. # [04:06] * @bz puts in a plug for https://github.com/jlebar/reorder-patch/blob/master/reorder-patch
  455. # [04:06] * Quits: ehugg (ehugg@A01051A9.6F669779.3D1CA460.IP) (Ping timeout)
  456. # [04:07] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  457. # [04:08] <ewong> !seen dustin
  458. # [04:08] <firebot> dustin was last seen 3 weeks, 6 days, 9 hours, 58 minutes and 7 seconds ago, saying 'what's the issue?' in #build.
  459. # [04:09] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  460. # [04:09] * Quits: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Client exited)
  461. # [04:11] * Joins: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net)
  462. # [04:11] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  463. # [04:12] * Joins: KaIRC (robert@moz-DAD4DD8.adsl.highway.telekom.at)
  464. # [04:12] * Quits: KaiRo (robert@moz-95A5846F.adsl.highway.telekom.at) (Ping timeout)
  465. # [04:13] * Quits: chucklee (chucklee@moz-BC57D801.dynamic.hinet.net) (Ping timeout)
  466. # [04:13] * Quits: schien-laptop (schien@moz-BC57D801.dynamic.hinet.net) (Ping timeout)
  467. # [04:13] * Quits: Edgar (Thunderbir@moz-BC57D801.dynamic.hinet.net) (Ping timeout)
  468. # [04:13] * Joins: chucklee (chucklee@moz-BC57D801.dynamic.hinet.net)
  469. # [04:13] * Joins: Edgar (Thunderbir@moz-BC57D801.dynamic.hinet.net)
  470. # [04:16] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  471. # [04:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d2a0cc53acdc - Randy Lin - Bug 812434 - Support FM volume control for implement AudioChannel API. r=mwu
  472. # [04:19] * Joins: StevenLee (chatzilla@moz-2C8E117E.dynamic-ip.hinet.net)
  473. # [04:19] <RyanVM> bz: I was seeing those jsreftest failures last night
  474. # [04:19] <RyanVM> but they were quite intermittent
  475. # [04:20] <RyanVM> I triggered a bunch more runs on your try push
  476. # [04:20] * Quits: erikvold (anonymous@moz-1E8FA3B7.wireless.telus.com) (Quit: erikvold)
  477. # [04:21] * Joins: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de)
  478. # [04:21] <RyanVM> bz: the joys of intermittent failures :(
  479. # [04:22] * Quits: StevenLee (chatzilla@moz-2C8E117E.dynamic-ip.hinet.net) (Connection reset by peer)
  480. # [04:23] <@bz> RyanVM: yeah. Thanks.
  481. # [04:23] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  482. # [04:25] * hwine is now known as hwine-food
  483. # [04:25] * Joins: Edgar1 (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  484. # [04:26] * Quits: Edgar (Thunderbir@moz-BC57D801.dynamic.hinet.net) (Ping timeout)
  485. # [04:29] * Quits: chucklee (chucklee@moz-BC57D801.dynamic.hinet.net) (Ping timeout)
  486. # [04:29] * Quits: garnacho (carlos@moz-1F9141C6.dyn.user.ono.com) (Ping timeout)
  487. # [04:29] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  488. # [04:31] * froydnj gives up trying to understand dom event ordering this evening
  489. # [04:32] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  490. # [04:33] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  491. # [04:34] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Ping timeout)
  492. # [04:36] * Joins: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net)
  493. # [04:36] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/6c14548dbd4e - Mark Finkle - Bug 815076 - The default Twitter search engine does not work. r=bnicholson, a=akeybl
  494. # [04:36] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/9ef7a0de9aba - Eric Chou - Bug 814376 - Improve the mechanism for setting file extension of a blob. r=sicking, a=akeybl
  495. # [04:36] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  496. # [04:37] * Joins: GinaYeh (GinaYeh@moz-99690620.hinet-ip.hinet.net)
  497. # [04:38] <markh> dougt: just replied to your email - feel free to ping me on irc if it helps...
  498. # [04:39] <espindola> What do I have to do to make a an interface show up in Components.interfaces?
  499. # [04:39] * Joins: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  500. # [04:41] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  501. # [04:42] <espindola> I take that back, the interface I defined is in Components.interfaces
  502. # [04:42] <espindola> it is getService(that_interface) that is failing :-(
  503. # [04:43] <@bz> getService would usually take a contractid or classid, not an interface
  504. # [04:43] * cjones is now known as cjones-food
  505. # [04:44] * Joins: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net)
  506. # [04:44] <espindola> bz, the original code is getService(Ci.nsIObserver)
  507. # [04:44] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  508. # [04:44] <espindola> I am trying to replace Ci.nsIObserver with Ci.nsIMyInterface
  509. # [04:45] * Quits: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Ping timeout)
  510. # [04:45] <espindola> and changed the call of XPCOMUtils.generateQI on the other side
  511. # [04:45] <espindola> do you know of anything else I need to do?
  512. # [04:46] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  513. # [04:46] <@bz> Oh, so this is the same object?
  514. # [04:46] <@bz> with the same contractid?
  515. # [04:46] <espindola> I haven't changed any contractid
  516. # [04:46] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0/20121120085223])
  517. # [04:46] <espindola> I just added an IDL file
  518. # [04:46] <@bz> Then yeah, just changing the generateQI should work...
  519. # [04:46] <espindola> changed the getService
  520. # [04:46] <espindola> and the generateQI
  521. # [04:46] <espindola> :-(
  522. # [04:47] * Quits: brendan (brendaneic@moz-86B6569C.hfc.comcastbusiness.net) (Quit: brendan)
  523. # [04:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c846e620fad1 - Ehsan Akhgari - Bug 816828 - Implement AudioContext.sampleRate; r=bzbarsky
  524. # [04:50] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  525. # [04:51] * mcote|afk is now known as mcote
  526. # [04:51] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  527. # [04:53] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  528. # [04:53] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Quit: Leaving...)
  529. # [04:55] <@bz> assert getBuiltinOrNativeTypeName(type) is not '[jsval]'
  530. # [04:55] <@bz> if type.kind == 'builtin':
  531. # [04:55] <@bz> return '&' + name
  532. # [04:55] <@bz> elif type.kind == 'native':
  533. # [04:55] <@bz> if getBuiltinOrNativeTypeName(type) == '[jsval]':
  534. # [04:55] <@bz> Does that make any sense?
  535. # [04:56] <@bz> as in, should I expect us to ever reach that nested if?
  536. # [04:57] * @bz thinks we do reach it...
  537. # [04:57] * Joins: vchang (Vincent@moz-99690620.hinet-ip.hinet.net)
  538. # [04:57] * Joins: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net)
  539. # [04:58] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  540. # [05:02] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  541. # [05:04] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  542. # [05:07] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121123130639])
  543. # [05:07] * Quits: espindola (espindola@5736EDDC.69469EEC.97F07BE5.IP) (Quit: Ex-Chat)
  544. # [05:07] * Joins: ehugg_ (ehugg@A01051A9.6F669779.3D1CA460.IP)
  545. # [05:07] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Connection reset by peer)
  546. # [05:07] * ehugg_ is now known as ehugg
  547. # [05:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e6452b6ff3dc - Gavin Sharp - Stop preprocessing report-phishing-overlay.xul unnecessarily, no bug
  548. # [05:10] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  549. # [05:13] * Quits: ehugg (ehugg@A01051A9.6F669779.3D1CA460.IP) (Quit: ehugg)
  550. # [05:17] * Joins: Mook (mook@moz-8F011215.dsl.teksavvy.com)
  551. # [05:18] * Quits: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121120062532])
  552. # [05:19] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  553. # [05:20] <fryn> jgilbert: https://bugzilla.mozilla.org/show_bug.cgi?id=419588
  554. # [05:22] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  555. # [05:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/52ef151bed33 - Brian R. Bondy - Bug 816111 - Remove appdir dependency for application update tests in xpcshell tests. r=rstrong
  556. # [05:23] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  557. # [05:24] * Joins: ehugg_lime (ehugg_lime@moz-953C6307.mycingular.net)
  558. # [05:25] * Joins: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  559. # [05:25] * glob|away is now known as glob
  560. # [05:27] * Quits: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  561. # [05:27] * Joins: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP)
  562. # [05:28] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  563. # [05:29] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  564. # [05:30] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Client exited)
  565. # [05:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fe921e2ad3db - Matt Woodrow - Bug 816603 - Set the correct canvas background color during print preview. r=tn
  566. # [05:33] * Joins: knelson (Adium@moz-748AFAEE.ph.ph.cox.net)
  567. # [05:33] * Parts: knelson (Adium@moz-748AFAEE.ph.ph.cox.net)
  568. # [05:34] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  569. # [05:35] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  570. # [05:36] * heycam|away is now known as heycam
  571. # [05:38] * Quits: ehugg_lime (ehugg_lime@moz-953C6307.mycingular.net) (Ping timeout)
  572. # [05:38] * Quits: KaIRC (robert@moz-DAD4DD8.adsl.highway.telekom.at) (Input/output error)
  573. # [05:39] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  574. # [05:40] * Quits: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi) (Ping timeout)
  575. # [05:40] * Joins: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi)
  576. # [05:41] * Joins: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP)
  577. # [05:41] * glob is now known as glob|away
  578. # [05:41] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  579. # [05:41] * ChanServ sets mode: +o ehsan
  580. # [05:41] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  581. # [05:42] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  582. # [05:42] * Quits: sworkman_ (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  583. # [05:50] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  584. # [05:50] * ewong is now known as ewong|afk
  585. # [05:52] * Quits: phx (Adium@moz-74F801E2.andrew.cmu.edu) (Ping timeout)
  586. # [05:52] * Joins: phx (Adium@6E99F20F.1EDB8A0F.689607DE.IP)
  587. # [05:53] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  588. # [05:57] * Quits: Poly-C (Poly-C@moz-2F6072AB.dip.t-dialin.net) (Ping timeout)
  589. # [05:57] * Joins: Poly-C (Poly-C@moz-900A55B7.dip.t-dialin.net)
  590. # [05:58] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  591. # [05:58] * Joins: harth (harth@moz-8B705092.dsl.dynamic.sonic.net)
  592. # [05:58] * Quits: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Client exited)
  593. # [05:59] * Joins: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net)
  594. # [05:59] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  595. # [06:01] * Quits: smontagu (chatzilla@moz-92818424.red.bezeqint.net) (Ping timeout)
  596. # [06:01] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  597. # [06:01] * Joins: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  598. # [06:02] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  599. # [06:03] * dhylands|gym is now known as dhylands
  600. # [06:03] * dholbert is now known as dholbert|afk
  601. # [06:04] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  602. # [06:06] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  603. # [06:08] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Connection reset by peer)
  604. # [06:08] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
  605. # [06:09] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  606. # [06:10] * Quits: balrog (balrog@moz-A15748DA.phlapa.fios.verizon.net) (Ping timeout)
  607. # [06:11] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Ping timeout)
  608. # [06:12] * Joins: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP)
  609. # [06:14] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  610. # [06:17] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  611. # [06:17] * glob|away is now known as glob
  612. # [06:19] * cjones-food is now known as cjones
  613. # [06:19] * Joins: balrog (balrog@moz-A15748DA.phlapa.fios.verizon.net)
  614. # [06:20] * Quits: willyaranda (willyarand@moz-C58FBBBB.dynamic.jazztel.es) (Ping timeout)
  615. # [06:20] * Quits: JesperHansen (JesperHans@moz-FE908C71.dhcp.fiberflex.dk) (Connection reset by peer)
  616. # [06:20] * Quits: valenting (Thunderbir@3B82C8D8.FDB3AFA7.FB866788.IP) (Ping timeout)
  617. # [06:20] * Quits: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de) (Ping timeout)
  618. # [06:20] * Quits: Bas (chatzilla@moz-1568A577.ftth.concepts.nl) (Ping timeout)
  619. # [06:21] * Joins: willyaranda (willyarand@9E30B639.D0AB4330.AC724CC6.IP)
  620. # [06:21] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  621. # [06:21] * Joins: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de)
  622. # [06:21] * Joins: JesperHansen (JesperHans@moz-FE908C71.dhcp.fiberflex.dk)
  623. # [06:21] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  624. # [06:21] * Joins: Bas (chatzilla@moz-1568A577.ftth.concepts.nl)
  625. # [06:21] * Quits: alc (alc@moz-5760E986.vm.okeanos.grnet.gr) (Ping timeout)
  626. # [06:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a6b604916694 - Bill McCloskey - Bug 747066 - Inline xpc_UnmarkGray (r=terrence)
  627. # [06:22] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  628. # [06:22] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  629. # [06:23] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  630. # [06:23] * Joins: Optimizer (Optimizer@F06FD732.4A76994A.D2D1FAF0.IP)
  631. # [06:24] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  632. # [06:24] * Joins: valenting (Thunderbir@3B82C8D8.FDB3AFA7.FB866788.IP)
  633. # [06:24] * Joins: alc (alc@moz-5760E986.vm.okeanos.grnet.gr)
  634. # [06:24] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  635. # [06:26] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  636. # [06:28] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  637. # [06:28] * ChanServ sets mode: +o dveditz
  638. # [06:29] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Quit: brendan)
  639. # [06:29] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  640. # [06:30] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  641. # [06:30] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  642. # [06:32] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Quit: )
  643. # [06:32] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  644. # [06:33] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  645. # [06:33] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  646. # [06:33] * Quits: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Client exited)
  647. # [06:33] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  648. # [06:34] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Connection reset by peer)
  649. # [06:35] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
  650. # [06:36] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  651. # [06:37] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Ping timeout)
  652. # [06:38] <@ehsan> firebot: uuid
  653. # [06:38] <firebot> d3ca7032-09c6-4527-b8df-022971f2fd0b (/msg firebot cid for CID form)
  654. # [06:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0690146190f1 - Doug Turner - Bug 813995 - Check device storage permissions in parent process. r=bent a=blocking-basecamp
  655. # [06:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7bb68db8ab5f - Doug Turner - Bug 811815 - A href links are not underlined/showing as links in Browser. r=jlebar a=blocking-basecamp
  656. # [06:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2cf359411d7d - Doug Turner - Bug 813758 - Ensure permission for geolocation is tested in the parent process. r=bent a=blocking-basecamp
  657. # [06:40] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  658. # [06:40] * Quits: coyotebush (corey@moz-DAF2CFD8.pcv.reshall.calpoly.edu) (Ping timeout)
  659. # [06:41] * Joins: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net)
  660. # [06:41] * Quits: harth (harth@moz-8B705092.dsl.dynamic.sonic.net) (Input/output error)
  661. # [06:42] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  662. # [06:42] * ChanServ sets mode: +o dveditz
  663. # [06:43] * Quits: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121120062532])
  664. # [06:44] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  665. # [06:45] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Ping timeout)
  666. # [06:45] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  667. # [06:45] * ChanServ sets mode: +o dveditz
  668. # [06:49] * Quits: tonymec|away (tonymec@255847F0.B3CB9947.277517C1.IP) (Ping timeout)
  669. # [06:49] * Quits: tonymec (tonymec@255847F0.B3CB9947.277517C1.IP) (Ping timeout)
  670. # [06:53] * Joins: Optimizer1 (Instantbir@F06FD732.4A76994A.D2D1FAF0.IP)
  671. # [06:53] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  672. # [06:54] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  673. # [06:54] * Quits: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de) (Quit: nforgerit)
  674. # [06:55] <@ehsan> Error: NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN: Cannot modify properties of a WrappedNative
  675. # [06:55] * ewong|afk is now known as ewong
  676. # [06:55] <@ehsan> I'm getting this while setting a property on tabbrowser.xml's _placesAutocomplete
  677. # [06:55] <@ehsan> does anyone know what that means?
  678. # [06:57] <sicking> baku: ping
  679. # [06:57] <@ehsan> hmm
  680. # [06:57] <@ehsan> bug 428602
  681. # [06:58] * jcranmer is now known as jcranmer|away
  682. # [06:59] * Quits: njn (chatzilla@moz-A7998153.dyn.iinet.net.au) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121125144031])
  683. # [07:00] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  684. # [07:00] * Joins: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net)
  685. # [07:01] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  686. # [07:02] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  687. # [07:04] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  688. # [07:04] * Quits: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP) (Connection reset by peer)
  689. # [07:04] * Joins: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP)
  690. # [07:07] <@bz> ehsan: basically, you can't set expandos on XPConnect-wrapped objects
  691. # [07:07] <@bz> ehsan: except special ones that say they're DOM objects
  692. # [07:08] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Ping timeout)
  693. # [07:13] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  694. # [07:14] <@ehsan> bz: hmm, well, turns out that I had to rebuild!
  695. # [07:14] <@ehsan> the idl for the object in question had changed...
  696. # [07:14] <@bz> ah
  697. # [07:14] <@bz> heh
  698. # [07:14] <@ehsan> maybe the xpt was not copied to the right place?
  699. # [07:14] <@ehsan> who can say
  700. # [07:15] <JonathanS> oh my!
  701. # [07:16] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  702. # [07:16] * bz is now known as bz_sleep
  703. # [07:16] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  704. # [07:17] * Quits: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP) (Connection reset by peer)
  705. # [07:17] * Joins: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP)
  706. # [07:18] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  707. # [07:18] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  708. # [07:18] * Quits: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP) (Connection reset by peer)
  709. # [07:18] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Ping timeout)
  710. # [07:19] * Joins: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP)
  711. # [07:20] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  712. # [07:20] * Joins: gcp (gcp@moz-D0E475EA.access.telenet.be)
  713. # [07:21] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  714. # [07:23] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  715. # [07:23] * Joins: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP)
  716. # [07:23] * Quits: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP) (Quit: gustavold)
  717. # [07:27] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  718. # [07:27] * Quits: Optimizer1 (Instantbir@F06FD732.4A76994A.D2D1FAF0.IP) (Input/output error)
  719. # [07:28] * Joins: redfive (chatzilla@moz-2266E9FF.dsl.pltn13.pacbell.net)
  720. # [07:31] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  721. # [07:36] * mcote is now known as mcote|afk
  722. # [07:37] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  723. # [07:38] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  724. # [07:39] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  725. # [07:39] <JPeterson> How do i get svg { width: 100%; height: auto; } to result in the same size as img { width: 100%; height: auto; }?
  726. # [07:40] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  727. # [07:41] * Joins: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net)
  728. # [07:43] * Joins: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de)
  729. # [07:43] <heycam> JPeterson, you could try putting a viewBox on the <svg>
  730. # [07:43] <heycam> JPeterson, and not specifying a width="" and height="" attributes on the <svg> (if you have them)
  731. # [07:43] <JPeterson> heycam: anythingh more specific? i tried that four about four hours
  732. # [07:43] <heycam> JPeterson, oh :)
  733. # [07:44] <heycam> JPeterson, so I though that viewBox should define an aspect ratio for the element
  734. # [07:44] <heycam> JPeterson, and then using the CSS width/height properties could use that
  735. # [07:45] <heycam> JPeterson, so you want the <svg> to take up the entire width of its parent, and be as tall as it needs to be to keep the same aspect ratio, is that right?
  736. # [07:45] <JPeterson> mind translating that into a jfiddle?
  737. # [07:45] <JPeterson> thats one heck of a lot of words
  738. # [07:45] <heycam> sure, just min
  739. # [07:48] <heycam> JPeterson, http://jsfiddle.net/jq9ZU/
  740. # [07:48] <heycam> JPeterson, so the <svg> takes the entire width of the parent <body>, and its height should be half of its width, due to the viewBox
  741. # [07:49] * Joins: wolfiR (wolfiR@moz-8324D736.dip0.t-ipconnect.de)
  742. # [07:49] * Joins: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net)
  743. # [07:49] * Joins: MnO2 (mno2@moz-F2B69E6.tpcity.corp.yahoo.com)
  744. # [07:50] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  745. # [07:51] * glob is now known as glob|away
  746. # [07:51] * Quits: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net) (Client exited)
  747. # [07:56] * Joins: victorporof (victorporo@814B39FF.162B26E2.79933D60.IP)
  748. # [07:57] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/5410bfb11bb5 - Ehsan Akhgari - Fix a typo, no bug, DONTBUILD
  749. # [07:58] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  750. # [07:58] * Quits: jgilbert (jgilbert@986623D2.9083A694.9CA62458.IP) (Ping timeout)
  751. # [07:58] <JPeterson> heycam, that doesn't really answer the question because the size 4x6 deviates from img sizing http://jsfiddle.net/JohnPeterson/YTJpk/
  752. # [07:58] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  753. # [07:59] <heycam> JPeterson, do you have an example using img I can compare with?
  754. # [07:59] <heycam> *compare to
  755. # [07:59] * Quits: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121120062532])
  756. # [07:59] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  757. # [07:59] * Joins: victorporof_ (victorporo@814B39FF.162B26E2.79933D60.IP)
  758. # [08:01] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  759. # [08:01] * Quits: victorporof (victorporo@814B39FF.162B26E2.79933D60.IP) (Ping timeout)
  760. # [08:01] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  761. # [08:02] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Ping timeout)
  762. # [08:03] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Connection reset by peer)
  763. # [08:03] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  764. # [08:03] <JPeterson> heycam: here is a square img http://jsfiddle.net/JohnPeterson/U7njd/
  765. # [08:04] * Joins: victorporof (victorporo@814B39FF.162B26E2.79933D60.IP)
  766. # [08:04] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  767. # [08:04] <@bz_sleep> So wait
  768. # [08:04] <@bz_sleep> if you want your SVG to be square, why not set it to be square?
  769. # [08:04] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  770. # [08:05] <JPeterson> its written, "[07:43] <JPeterson> How do i get svg { width: 100%; height: auto; } to result in the same size as img { width: 100%; height: auto; }?"
  771. # [08:05] * Quits: victorporof_ (victorporo@814B39FF.162B26E2.79933D60.IP) (Ping timeout)
  772. # [08:05] <@bz_sleep> The answer is "it depends on the aspect ratio of the image and the svg"
  773. # [08:05] <@bz_sleep> You have a square image
  774. # [08:05] <heycam> JPeterson, the answer is "by giving your SVG a viewBox with an aspect ratio that matches that of the img"
  775. # [08:05] <@bz_sleep> but your SVG claims to have an aspect ratio of 3:2
  776. # [08:06] <@bz_sleep> so if they have the same width, they will have different heights
  777. # [08:06] <JPeterson> for any svg or img size
  778. # [08:06] * Joins: victorporof_ (victorporo@A4388271.2E655143.79933D60.IP)
  779. # [08:06] <@bz_sleep> yes
  780. # [08:06] <@bz_sleep> wait
  781. # [08:06] <@bz_sleep> that makes no sense
  782. # [08:06] <JPeterson> if i dont make additional conditions, that means NO other conditions, got it?
  783. # [08:06] <@bz_sleep> different images styled with those styles have different sizes
  784. # [08:06] <@bz_sleep> so what you're asking for is complete nonsense
  785. # [08:07] <heycam> height:auto here means set the height to width * aspectRatio
  786. # [08:07] <heycam> so if your svg has a different aspect ratio from the img, then it will necessarily get a different height
  787. # [08:07] * Quits: victorporof (victorporo@814B39FF.162B26E2.79933D60.IP) (Ping timeout)
  788. # [08:07] <@bz_sleep> your style says "scale the image so that its width is 100% of parent and the aspect ratio is preserved"
  789. # [08:07] <heycam> an alternative answer would be to say "replace the 'height: auto'" rule with something else :)
  790. # [08:07] <@bz_sleep> which means that if two images have different aspect ratios they will end up with different heights
  791. # [08:08] <@bz_sleep> So what are you _really_ trying to do, now that we've established that what you _say_ you're trying to do is nonsense?
  792. # [08:08] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  793. # [08:08] * glob|away is now known as glob
  794. # [08:09] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  795. # [08:09] <JPeterson> to make what's implicit explicit, the question is "How do i get svg { width: 100%; height: auto; } to result in the same size as img { width: 100%; height: auto; }? (for an svg of the same aspect as the img.)"
  796. # [08:09] <JPeterson> the amended text is for an svg of the same aspect as the img.
  797. # [08:09] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  798. # [08:10] <heycam> the answer to that is "you don't need to do anything" -- try it with a gif/png in your img that has the same aspect ratio as your svg
  799. # [08:10] <@bz_sleep> if it has the same aspect ratio, it will end up the same size
  800. # [08:10] <@bz_sleep> So I don't understand what you're asking.
  801. # [08:10] <Optimizer> today's Nightly is crashing like hell
  802. # [08:10] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  803. # [08:10] <Optimizer> any bug ?
  804. # [08:10] * @bz_sleep decides this is not worth wasting more time on
  805. # [08:11] <@bz_sleep> Optimizer: got breakpad ids?
  806. # [08:11] <Optimizer> breakpad ?
  807. # [08:11] <JPeterson> translate it to jfiddle instead of babble thanks
  808. # [08:11] <JPeterson> this is square xvg and square img http://jsfiddle.net/JohnPeterson/YTJpk/ http://jsfiddle.net/JohnPeterson/U7njd/
  809. # [08:11] <@bz_sleep> Optimizer: about:crashes
  810. # [08:12] <@bz_sleep> JPeterson: Those render at the same size
  811. # [08:12] * Joins: ctalbert (ctalbert@moz-59682A1.dmz.scl3.mozilla.com)
  812. # [08:12] <heycam> JPeterson, what browser are you looking at these in?
  813. # [08:13] * Quits: ctalbert|afk (Instantbir@moz-C373EAEA.hsd1.ca.comcast.net) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  814. # [08:13] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  815. # [08:14] <Optimizer> bz_sleep: http://crash-stats.mozilla.com/report/index/bp-eb472f64-07dd-41d3-b29c-8a1d92121130
  816. # [08:14] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  817. # [08:15] <Optimizer> oh there is an unscheduled update. Hope it fixes
  818. # [08:16] <@bz_sleep> Optimizer: https://bugzilla.mozilla.org/show_bug.cgi?id=816368 linked from that report
  819. # [08:17] <@bz_sleep> Optimizer: should be fixed in next nightly
  820. # [08:19] <Optimizer> yes It got
  821. # [08:19] <Optimizer> I just got an update
  822. # [08:19] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  823. # [08:19] <Optimizer> must have been rolled out earlier to fix this crash
  824. # [08:20] * Joins: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net)
  825. # [08:20] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  826. # [08:20] * Quits: aja (Instantbir@55C9C5E5.69742465.7880DB15.IP) (Ping timeout)
  827. # [08:21] * Joins: Ms2ger (Ms2ger@moz-A283B857.adsl-dyn.isp.belgacom.be)
  828. # [08:22] * Quits: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net) (Quit: Leaving.)
  829. # [08:23] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  830. # [08:25] * Joins: aja (Instantbir@55C9C5E5.69742465.7880DB15.IP)
  831. # [08:25] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  832. # [08:26] * Parts: aja (Instantbir@55C9C5E5.69742465.7880DB15.IP)
  833. # [08:27] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  834. # [08:30] * Joins: bsmith_ (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net)
  835. # [08:30] * Quits: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net) (Ping timeout)
  836. # [08:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1f2e0e82aa7d - Alexander Surkov - Bug 804461, part2 - use context to build table trees, r=tbsaunde
  837. # [08:31] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  838. # [08:31] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  839. # [08:33] <JPeterson> heycam: i looked in webkit. its webkit issue. firefox treat svg { width: 100%; height: auto; } the same as img { width: 100%; height: auto; }
  840. # [08:33] <heycam> JPeterson, aha ok
  841. # [08:34] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Quit: surkov)
  842. # [08:34] <heycam> JPeterson, the treatment of CSS sizing of SVG has been a bit inconsistent across browsers, but I think that people have agreed that Firefox's current behaviour is what we want
  843. # [08:34] <heycam> JPeterson, probably needs some spec work to get done, though
  844. # [08:35] <JPeterson> yep
  845. # [08:35] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  846. # [08:35] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  847. # [08:35] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  848. # [08:37] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  849. # [08:39] * whimboo|afk is now known as whimboo
  850. # [08:40] * Quits: Optimizer (Optimizer@F06FD732.4A76994A.D2D1FAF0.IP) (Ping timeout)
  851. # [08:44] * Joins: Optimizer (Optimizer@F05C3B6A.23C8C270.BE90E62C.IP)
  852. # [08:45] * Quits: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  853. # [08:45] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Ping timeout)
  854. # [08:45] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  855. # [08:45] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  856. # [08:47] * Quits: KWierso (chatzilla@moz-7B745E4.desm.qwest.net) (Ping timeout)
  857. # [08:47] * Quits: Ms2ger (Ms2ger@moz-A283B857.adsl-dyn.isp.belgacom.be) (Ping timeout)
  858. # [08:49] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  859. # [08:49] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  860. # [08:50] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  861. # [08:50] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  862. # [08:51] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Ping timeout)
  863. # [08:52] * Quits: Optimizer (Optimizer@F05C3B6A.23C8C270.BE90E62C.IP) (Ping timeout)
  864. # [08:52] * Joins: marcoz (marco.zehe@moz-95090537.dip.t-dialin.net)
  865. # [08:55] * Joins: Optimizer (Optimizer@2FEE2A8F.FF693F8.274D17D6.IP)
  866. # [08:56] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  867. # [08:56] <glazou> bonjour
  868. # [09:00] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  869. # [09:01] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  870. # [09:02] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  871. # [09:03] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: nbvcx)
  872. # [09:03] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  873. # [09:03] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  874. # [09:04] <nigelb> Morning glazou
  875. # [09:04] * Joins: stransky (stransky@moz-FB491625.net.upcbroadband.cz)
  876. # [09:04] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  877. # [09:04] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  878. # [09:05] * Quits: Mook (mook@moz-8F011215.dsl.teksavvy.com) (Quit: Mook)
  879. # [09:05] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  880. # [09:06] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  881. # [09:06] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  882. # [09:10] <firebot> Check-in:
  883. # [09:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/34d5413b7ed9 - Daniel Holbert - Bug 808767: Put flex items' borders & backgrounds into the BlockBorderBackgrounds display-list, so that overlapping flex items & their contents will paint in the right
  884. # [09:11] <firebot> order. r=dbaron
  885. # [09:12] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  886. # [09:13] * Quits: ewong (chatzilla@moz-3CBEA671.ctinets.com) (Quit: Restart)
  887. # [09:13] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  888. # [09:14] * Quits: marcoz (marco.zehe@moz-95090537.dip.t-dialin.net) (Quit: Leaving.)
  889. # [09:15] * Joins: rednaks (rednaks@24067163.74C6FD40.360EF119.IP)
  890. # [09:15] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  891. # [09:17] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  892. # [09:17] * ChanServ sets mode: +o smaug
  893. # [09:18] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  894. # [09:18] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  895. # [09:18] * ChanServ sets mode: +o smaug
  896. # [09:19] * Joins: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net)
  897. # [09:19] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  898. # [09:19] * Quits: tchevalier (Thunderbir@moz-DEFC1BFB.w92-133.abo.wanadoo.fr) (Quit: tchevalier)
  899. # [09:29] * Joins: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP)
  900. # [09:30] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Ping timeout)
  901. # [09:31] * Joins: berkerpeksag (berkerpeks@988AAF0A.4A8BB443.8BE7320.IP)
  902. # [09:31] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  903. # [09:32] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Ping timeout)
  904. # [09:33] * Quits: derf (derf@moz-4168F490.net) (Ping timeout)
  905. # [09:33] * Quits: crowder (crowder@moz-BA1031C7.sd.sd.cox.net) (Ping timeout)
  906. # [09:33] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
  907. # [09:35] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  908. # [09:35] * Quits: trevorh (trevor@moz-EF4FAF39.lns6.cha.bigpond.net.au) (Ping timeout)
  909. # [09:36] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  910. # [09:36] * Joins: derf (derf@moz-4168F490.net)
  911. # [09:36] * Joins: crowder (crowder@moz-BA1031C7.sd.sd.cox.net)
  912. # [09:37] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  913. # [09:37] * Joins: trevorh (trevor@moz-EF4FAF39.lns6.cha.bigpond.net.au)
  914. # [09:41] <@smaug> nouuu. my review queue exploded during the night
  915. # [09:41] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  916. # [09:41] * Joins: tzimmermann (tzimmerman@moz-925AA07.pools.arcor-ip.net)
  917. # [09:41] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  918. # [09:42] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Quit: )
  919. # [09:42] * Quits: its_russ (its_russ@moz-A759A791.hsd1.ca.comcast.net) (Client exited)
  920. # [09:46] * Quits: willyaranda (willyarand@9E30B639.D0AB4330.AC724CC6.IP) (Quit: willyaranda)
  921. # [09:46] * Quits: bsmith_ (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net) (Ping timeout)
  922. # [09:46] * Joins: edmorley (edmorley@moz-8C4B81ED.range109-156.btcentralplus.com)
  923. # [09:48] * Quits: dzbarsky (Adium@moz-A25BC787.phlapa.east.verizon.net) (Quit: Leaving.)
  924. # [09:49] * glob is now known as glob|away
  925. # [09:49] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  926. # [09:51] * Joins: fabrice (fabrice@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net)
  927. # [09:54] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  928. # [09:56] * Joins: garnacho (carlos@moz-1F9141C6.dyn.user.ono.com)
  929. # [09:58] * Joins: kaze (kaze@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net)
  930. # [09:58] * Joins: martyn (martyn@moz-5E9CD98A.range86-165.btcentralplus.com)
  931. # [09:59] * Joins: victorporof (victorporo@5FF529F6.880C8D58.79933D60.IP)
  932. # [09:59] * Quits: victorporof_ (victorporo@A4388271.2E655143.79933D60.IP) (Ping timeout)
  933. # [10:02] * Joins: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP)
  934. # [10:06] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  935. # [10:08] * Quits: berkerpeksag (berkerpeks@988AAF0A.4A8BB443.8BE7320.IP) (Quit: WeeChat 0.3.7)
  936. # [10:08] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  937. # [10:09] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  938. # [10:10] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  939. # [10:10] * Joins: vingtetun (vingtetun@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net)
  940. # [10:11] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  941. # [10:11] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Ping timeout)
  942. # [10:13] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Ping timeout)
  943. # [10:14] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  944. # [10:14] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  945. # [10:15] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  946. # [10:15] <mjrosenb> a friend of mine just got this: http://nyus.joshuawise.com/facebook-zalgo.png does this look like it is our fault, or facebooks' fault?
  947. # [10:15] * Joins: ewong (chatzilla@moz-3CBEA671.ctinets.com)
  948. # [10:15] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  949. # [10:15] * whimboo is now known as whimboo|afk
  950. # [10:17] * whimboo|afk is now known as whimboo
  951. # [10:19] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  952. # [10:22] * Joins: paolo (paolo@moz-721975E8.retail.telecomitalia.it)
  953. # [10:24] * Quits: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de) (Quit: nforgerit)
  954. # [10:24] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Connection reset by peer)
  955. # [10:25] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  956. # [10:27] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  957. # [10:28] * mattwoodrow is now known as mattwoodrow|away
  958. # [10:28] <@dolske> nooooooo http://www.reddit.com/r/programming/comments/141jow/dune_ii_ported_to_the_web_with_emscripten/
  959. # [10:28] <@dolske> (because it's down)
  960. # [10:29] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  961. # [10:29] <mjrosenb> dune ii?
  962. # [10:29] <gcp> the origin of modern RTS games :P
  963. # [10:30] * Quits: phx (Adium@6E99F20F.1EDB8A0F.689607DE.IP) (Quit: Leaving.)
  964. # [10:30] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  965. # [10:30] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  966. # [10:31] * Quits: avih (quassel@7B4E1B04.965D5C3C.CC465D70.IP) (Connection reset by peer)
  967. # [10:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6e341bb69bcf - Jan de Mooij - Bug 816104 part 2 - rm defineReturn and rename defineVMReturn to defineReturn. r=dvander
  968. # [10:33] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Client exited)
  969. # [10:34] * Quits: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  970. # [10:35] * Quits: victorporof (victorporo@5FF529F6.880C8D58.79933D60.IP) (Connection timed out)
  971. # [10:36] * Joins: avih (quassel@7B4E1B04.965D5C3C.CC465D70.IP)
  972. # [10:36] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  973. # [10:36] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  974. # [10:36] * Joins: schien (schien@moz-99690620.hinet-ip.hinet.net)
  975. # [10:36] * Joins: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP)
  976. # [10:38] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  977. # [10:39] * Quits: rednaks (rednaks@24067163.74C6FD40.360EF119.IP) (Quit: Quitte)
  978. # [10:39] * Joins: rednaks (rednaks@24067163.74C6FD40.360EF119.IP)
  979. # [10:39] * Joins: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com)
  980. # [10:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/051d3e0fa048 - Ed Morley - Backout 2cf359411d7d (bug 813758) for crashes
  981. # [10:41] * Quits: ericz (ericz@moz-59682A1.dmz.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  982. # [10:41] * Quits: nalexander (nalexander@moz-59682A1.dmz.scl3.mozilla.com) (Quit: ZNC - http://znc.sourceforge.net)
  983. # [10:41] * Quits: nli (nli@moz-59682A1.dmz.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  984. # [10:41] * Quits: Yoric (Yoric@moz-59682A1.dmz.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  985. # [10:41] * Quits: nthomas|away (nthomas@moz-59682A1.dmz.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  986. # [10:41] * Quits: whimboo (whimboo@moz-59682A1.dmz.scl3.mozilla.com) (Quit: So Long, and Thanks for All the Fish)
  987. # [10:41] * Quits: jlebar|away (jlebar@moz-59682A1.dmz.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  988. # [10:41] * Quits: AutomatedTester|AFK (David@moz-59682A1.dmz.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  989. # [10:42] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  990. # [10:42] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  991. # [10:43] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  992. # [10:43] * ChanServ sets mode: +o ehsan
  993. # [10:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/daa8b967628b - Gina Yeh - Bug 815325 - Patch 1: Turning bluetooth on and off multiple times causes restart, r=echou
  994. # [10:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b774fae6ddc6 - Gina Yeh - Bug 816859 - Patch 1: Failed to receive a file, r=echou
  995. # [10:45] * Joins: whimboo (whimboo@moz-59682A1.dmz.scl3.mozilla.com)
  996. # [10:47] * Joins: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de)
  997. # [10:47] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  998. # [10:48] * ewong is now known as ewong|afk
  999. # [10:48] * Quits: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
  1000. # [10:49] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Ping timeout)
  1001. # [10:49] * Joins: berkerpeksag (berkerpeks@988AAF0A.4A8BB443.8BE7320.IP)
  1002. # [10:49] * Quits: avih (quassel@7B4E1B04.965D5C3C.CC465D70.IP) (Connection reset by peer)
  1003. # [10:49] * Joins: himsin (x@AC0547A4.6FDFB4BE.1957C0DA.IP)
  1004. # [10:49] * Joins: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP)
  1005. # [10:52] * Joins: avih (quassel@7B4E1B04.965D5C3C.CC465D70.IP)
  1006. # [10:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/76c4e4fbd8bd - Paul Adenot - Bug 816576 - Link libsoundtouch statically instead of dynamically. r=glandium
  1007. # [10:53] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1008. # [10:53] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1009. # [10:53] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1010. # [10:53] * ChanServ sets mode: +o ehsan
  1011. # [10:55] <ferjm> is this a known build issue http://pastebin.mozilla.org/1968560 ?
  1012. # [10:56] <ferjm> I've just pulled from inbound
  1013. # [10:56] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1014. # [10:56] * Joins: nli (nli@moz-59682A1.dmz.scl3.mozilla.com)
  1015. # [10:58] <glandium> ferjm: not enough context
  1016. # [10:58] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1017. # [10:59] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/fa79d795218f - Olli Pettay - Bug 816480 - crash in nsEventListenerManager::RemoveEventListener, r=jst
  1018. # [10:59] <edmorley> smaug: boo push race
  1019. # [11:00] <@smaug> sorry
  1020. # [11:00] <edmorley> s'ok :-)
  1021. # [11:00] <edmorley> I've just reshuffled my srcdirs and updated scripts, so initially I thought I'd broken something
  1022. # [11:00] <ferjm> glandium, is all that the output said? I've just cleaned the objdir and retried, let's see if that works...
  1023. # [11:01] <edmorley> since firebot hadn't announced a commit
  1024. # [11:01] <glandium> ferjm: the error has to be much higher in the log
  1025. # [11:01] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1026. # [11:01] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1027. # [11:02] * Quits: edmorley (edmorley@moz-8C4B81ED.range109-156.btcentralplus.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1028. # [11:02] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Client exited)
  1029. # [11:02] * Joins: edmorley (edmorley@moz-8C4B81ED.range109-156.btcentralplus.com)
  1030. # [11:03] <ferjm> glandium, you are right. http://pastebin.mozilla.org/1968564
  1031. # [11:03] <ferjm> glandium, dom/base/Navigator.h:19:10: fatal error: 'nsINavigatorAudioChannelManager.h' file not found
  1032. # [11:04] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1033. # [11:04] * Joins: sewardj (sewardj@moz-662FC12.dip.t-dialin.net)
  1034. # [11:04] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Quit: )
  1035. # [11:05] * Joins: beaufour (beaufour@moz-DC1D9B4C.nycmny.fios.verizon.net)
  1036. # [11:06] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  1037. # [11:06] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  1038. # [11:07] * Quits: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
  1039. # [11:08] * Joins: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP)
  1040. # [11:09] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1041. # [11:12] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1042. # [11:13] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Ping timeout)
  1043. # [11:15] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  1044. # [11:15] <mounir> baku: ^
  1045. # [11:18] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1046. # [11:19] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1047. # [11:19] * ChanServ sets mode: +o ehsan
  1048. # [11:20] <ferjm> glandium, mounir it seems that the change that is causing the error was introduced by https://hg.mozilla.org/integration/mozilla-inbound/rev/805961fa3300
  1049. # [11:21] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1050. # [11:22] <mounir> oh
  1051. # [11:22] <mounir> I thought baku was working on that
  1052. # [11:22] <@smaug> AudioChannelManager?
  1053. # [11:22] <mounir> MOZ_AUDIO_CHANNEL_MANAGER
  1054. # [11:22] <glandium> ferjm: shouldn't be a problem :-/
  1055. # [11:22] <mounir> seriously...
  1056. # [11:22] <mounir> can't people use MOZ_B2G
  1057. # [11:23] <Callek> mounir: MOZ_FIREFOX_OS_OR_SOMETHING
  1058. # [11:23] <mounir> smaug: they realised a few weeks ago that you need to shut down the music when you are on a call
  1059. # [11:23] <glandium> mounir: that would be more appropriate for MOZ_WIDGET_GONK
  1060. # [11:23] <mounir> Callek: actually, I was serious, I've added a MOZ_B2G flag for that kind of B2G-specific things
  1061. # [11:23] <@smaug> mounir: ah, indeed
  1062. # [11:24] <@smaug> mounir: odd name for api
  1063. # [11:24] <Callek> mounir: we could future use audio-channel-manager for more than b2g
  1064. # [11:24] <Callek> imo we should feature ifdef not product ifdef
  1065. # [11:24] <@smaug> but I guess the API is just some method or property in .navigator
  1066. # [11:24] <Callek> product ifdefs have bitten us as a community -- hard -- in the past, and we're still cleaning up from that
  1067. # [11:24] <glandium> erf, not all things under dom/system/gonk are gonk specific
  1068. # [11:25] <glandium> yay for naming
  1069. # [11:25] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  1070. # [11:25] <mounir> Callek: no, feature ifdef for B2G features wolud be crazy
  1071. # [11:25] <mounir> there are a ton of APIs that are never going to be in the browser context for years
  1072. # [11:25] <Callek> you can lump features together into logical feature groups
  1073. # [11:25] <mounir> it makes the code un-readable
  1074. # [11:25] <glandium> Callek: everthing under dom/system/gonk is under a MOZ_B2G_RIL flag anyways
  1075. # [11:26] <mounir> glandium: which is an abuse of the name
  1076. # [11:26] <mounir> MOZ_B2G_RIL should be about *RIL* only
  1077. # [11:26] <mounir> Callek: https://mxr.mozilla.org/mozilla-central/source/dom/base/Navigator.h#82
  1078. # [11:27] <glandium> mounir: and dom/system/gonk should be about *gonk* only
  1079. # [11:27] <glandium> there's a double abuse in that directly
  1080. # [11:27] <glandium> directory
  1081. # [11:27] * Callek is caring merely as an overarching community member, specifics I'll avoid caring about :-)
  1082. # [11:27] <mounir> Callek: and imagine that nsIDOMMozNavigatorNetwork, nsIDOMNavigatorCamera and nsIDOMNavigatorSystemMessages should be ifdef'd too
  1083. # [11:29] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1084. # [11:31] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Input/output error)
  1085. # [11:33] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1086. # [11:36] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1087. # [11:37] * Joins: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP)
  1088. # [11:37] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1089. # [11:38] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1090. # [11:40] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1091. # [11:40] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1092. # [11:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5e32ac4dfea2 - Ed Morley - Backout 76c4e4fbd8bd (bug 816576) for startup crashes
  1093. # [11:42] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1094. # [11:43] * Quits: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1095. # [11:43] * Quits: rednaks (rednaks@24067163.74C6FD40.360EF119.IP) (Ping timeout)
  1096. # [11:44] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  1097. # [11:45] <padenot> edmorley: I guess I needed a clobber
  1098. # [11:46] <edmorley> padenot: Try is pretty quiet at the moment, if that helps
  1099. # [11:46] <edmorley> (and always-clobber, so would answer that one :-))
  1100. # [11:47] <padenot> edmorley: of course. lazyness, etc. :-)
  1101. # [11:47] <padenot> thanks for the backout
  1102. # [11:47] <edmorley> np :-)
  1103. # [11:47] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1104. # [11:49] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1105. # [11:51] * Quits: redfive (chatzilla@moz-2266E9FF.dsl.pltn13.pacbell.net) (Ping timeout)
  1106. # [11:53] * Quits: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
  1107. # [11:53] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  1108. # [11:53] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  1109. # [11:55] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1110. # [11:59] <baku> mounir, ping
  1111. # [12:00] <mounir> baku: pong
  1112. # [12:00] * Joins: mak (chatzilla@moz-E0C93608.retail.telecomitalia.it)
  1113. # [12:00] <baku> I saw you ping me hours ago :)
  1114. # [12:01] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1115. # [12:01] <mounir> baku: nm ;)
  1116. # [12:03] <glandium> padenot: there's something fishy, it should have worked without a clobber
  1117. # [12:03] <@smaug> writing monthly hour report... I spend too little time hacking and too much time reviewing
  1118. # [12:03] <glandium> padenot: that is, the change in layout/media/Makefile.in should have triggered a rebuild of libxul
  1119. # [12:03] <Callek> smaug: "monthly hour report"?
  1120. # [12:03] <@smaug> Callek: I'm a contractor
  1121. # [12:03] <Callek> ahhhh
  1122. # [12:04] <Callek> I had to do a bi-weekly timecard, that didn't actually ask for what I did
  1123. # [12:04] <@smaug> I don't expect my report to match the reality though
  1124. # [12:04] <padenot> glandium: I'm doing a local build now, and I'll do a try push later
  1125. # [12:04] <Callek> but now that I'm employee I don't have to do it all :-)
  1126. # [12:04] <glandium> padenot: the try push will work
  1127. # [12:04] <glandium> at least i'd expect it to
  1128. # [12:05] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1129. # [12:06] * glandium waits for the build logs ; sometimes i wish make check was run separately
  1130. # [12:08] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1131. # [12:09] * Joins: dao (dao@moz-E602FB3D.superkabel.de)
  1132. # [12:09] * Quits: MnO2 (mno2@moz-F2B69E6.tpcity.corp.yahoo.com) (Quit: Leaving)
  1133. # [12:10] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1134. # [12:10] * Joins: redfive (chatzilla@moz-6C4EC851.dsl.pltn13.pacbell.net)
  1135. # [12:10] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Ping timeout)
  1136. # [12:12] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1137. # [12:13] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  1138. # [12:15] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1139. # [12:15] * Joins: shamir_khodzha (Thunderbir@7F5B50BD.E0F09538.6E7F4A1E.IP)
  1140. # [12:15] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  1141. # [12:16] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1142. # [12:17] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1143. # [12:18] <glandium> padenot: ok, i think i know what's happening... the .so is still in the objdir, and the build ends up using it thanks to expand_lib trying to be smart
  1144. # [12:18] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1145. # [12:18] <glandium> padenot: so yeah, you need a clobber
  1146. # [12:18] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  1147. # [12:19] * Quits: mak (chatzilla@moz-E0C93608.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  1148. # [12:22] <edmorley> padenot: if you could put something like CLOBBER NEEDED in the commit message when it relands, it would help with people merging down the line (or at least make it easier for them to spot)
  1149. # [12:22] * Quits: shamir_khodzha (Thunderbir@7F5B50BD.E0F09538.6E7F4A1E.IP) (Quit: shamir_khodzha)
  1150. # [12:22] <edmorley> glandium: all platforms?
  1151. # [12:23] <glandium> edmorley: yep
  1152. # [12:23] * Joins: mak (chatzilla@moz-E0C93608.retail.telecomitalia.it)
  1153. # [12:23] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1154. # [12:23] <edmorley> cool, thank you
  1155. # [12:26] * Quits: JeroenDeDauw (j@moz-93C9703D.dip.t-dialin.net) (Ping timeout)
  1156. # [12:26] * Joins: JeroenDeDauw (j@moz-10ACD769.dip.t-dialin.net)
  1157. # [12:26] * Quits: JeroenDeDauw (j@moz-10ACD769.dip.t-dialin.net) (Quit: JeroenDeDauw)
  1158. # [12:34] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  1159. # [12:34] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Client exited)
  1160. # [12:35] * Joins: JeroenDeDauw (j@moz-10ACD769.dip.t-dialin.net)
  1161. # [12:36] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1162. # [12:39] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  1163. # [12:39] <Callek> edmorley: does "CLOBBER NEEDED" actually *do* anything (or even surface a magic way in the merge tool) or is it pure human?
  1164. # [12:39] <edmorley> just human
  1165. # [12:39] <Callek> ok, just checking
  1166. # [12:39] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
  1167. # [12:40] * Quits: Edgar1 (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar1)
  1168. # [12:40] <edmorley> we could do with the "clobber info in tree bug" tbh
  1169. # [12:40] <Callek> would have been news to me, if it did stuff automatically ;-)
  1170. # [12:42] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1171. # [12:46] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1172. # [12:47] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1173. # [12:55] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1174. # [12:58] * mak is now known as mak|afk
  1175. # [12:59] * Quits: vingtetun (vingtetun@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net) (Ping timeout)
  1176. # [12:59] * Joins: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP)
  1177. # [12:59] <edmorley> Callek: I'm going to land bug 717372 and see how it goes
  1178. # [13:00] * whimboo is now known as whimboo|lunch
  1179. # [13:00] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1180. # [13:00] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1181. # [13:01] <Callek> edmorley: o hey, I forgot that had a "callek wanted to test" flag -- land it, and can you do me a favor and mark a needs-info from me (even if the bug gets resolved) so that I can have it in my queue for testing
  1182. # [13:01] <Callek> thanks for the heads up
  1183. # [13:02] <edmorley> sure
  1184. # [13:02] <edmorley> np
  1185. # [13:02] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Client exited)
  1186. # [13:03] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1187. # [13:03] <padenot> edmorley: do I need to ask you or do something else in particular to request a clobber on inbound?
  1188. # [13:03] <Callek> it *should* be an easy fix if comm-breaks if its not and is busted completely from the patch without an easy non-m-c patch, I'll likely backout and do the modification myself and r? people
  1189. # [13:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8cab8f873f84 - Benoit Girard - Bug 717372 - The clobber information should live in the tree; r=khuey
  1190. # [13:03] <Callek> padenot: you can modify that file ^
  1191. # [13:03] <Callek> (now)
  1192. # [13:04] <padenot> brilliant
  1193. # [13:04] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  1194. # [13:04] <Callek> and if you have access, when landing you can clobber at least where you landed yourself too :-)
  1195. # [13:04] <edmorley> Callek: the file still needs user-intervention with the clobberer, it just makes the error more transparent
  1196. # [13:04] <padenot> ah, so I still have to do something
  1197. # [13:04] <Callek> edmorley: s/transparent/apparent/ I suspect you mean
  1198. # [13:05] <edmorley> padenot: yeah you can modify the file (which results in a warning if not clobber), the actual clobber just needs LDAP and https://secure.pub.build.mozilla.org/clobberer/
  1199. # [13:05] <padenot> cool, thanks
  1200. # [13:05] <edmorley> Callek: err yeah :-)
  1201. # [13:05] <Callek> padenot: yea, its not a substitute for using clobberer itself, but it helps (us) know that a clobber was needed
  1202. # [13:05] <Callek> edmorley: and | exit 1| in configure indicates to me that we will fail (early) if we need a clobber and don't have one
  1203. # [13:06] <edmorley> padenot: clobberring all platforms on inbound frequently results in the page timing out (bug 816934)
  1204. # [13:06] <edmorley> if needs be, I can do it in parts
  1205. # [13:06] <Callek> the downside of course, is that if we get a *new* builder, we won't notice until we get one that needed a clobber, but should be VERY easy to go, "ah-ha, lets press some buttons and RETRY"
  1206. # [13:07] <edmorley> ah true
  1207. # [13:07] <edmorley> or periodic
  1208. # [13:07] <Callek> yea
  1209. # [13:08] <Callek> but either way, if this patch sticks, it deserves a bit of .platform .tree-management blogging to spread the word of the file!
  1210. # [13:08] <padenot> edmorley: I'm quite new to all this stuff, should I reland and then push the clobber button?
  1211. # [13:08] <Callek> (and if we discover clobber was needed for any bug, we should make it a habit of touching the file retroactively :-) )
  1212. # [13:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/72c8d4dc1032 - Hannes Verschore - Bug 815249: Add printf function to debug IM compiled code, r=jandem
  1213. # [13:08] <edmorley> Callek: agree
  1214. # [13:09] <edmorley> Callek: but at least if people don't know about it, it doesn't do any harm (and as you say we can use retrospectively), so we can announce after a delay to be sure it works
  1215. # [13:09] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1216. # [13:09] <edmorley> padenot: the clobberer sets a flag for each machine indicating that it needs a clobber on next build on that tree and platform
  1217. # [13:10] <edmorley> padenot: so if someone pushes before you, then their build will reset the flag
  1218. # [13:10] <edmorley> padenot: so ideally the clobberer needs to be used right before pushing
  1219. # [13:10] <padenot> yeah, it seems racy
  1220. # [13:10] <edmorley> but worst comes to the worst, we just re-clobber and retrigger
  1221. # [13:10] <padenot> yeah
  1222. # [13:14] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  1223. # [13:14] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1224. # [13:15] * Joins: vingtetun (vingtetun@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net)
  1225. # [13:16] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1226. # [13:18] * Joins: tchevalier (Thunderbir@moz-DEFC1BFB.w92-133.abo.wanadoo.fr)
  1227. # [13:18] * Quits: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP) (Quit: jfkthame)
  1228. # [13:19] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1229. # [13:21] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1230. # [13:23] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1231. # [13:24] * Quits: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr) (Ping timeout)
  1232. # [13:24] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1233. # [13:26] * Joins: KaiRo (robert@moz-DAD4DD8.adsl.highway.telekom.at)
  1234. # [13:27] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  1235. # [13:28] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  1236. # [13:29] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1237. # [13:29] * Joins: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP)
  1238. # [13:33] * Parts: henk (henk@moz-87663656.netwichtig.de) (WeeChat 0.3.6)
  1239. # [13:35] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1240. # [13:36] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1241. # [13:41] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1242. # [13:45] * Quits: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr) (Ping timeout)
  1243. # [13:45] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Quit: Leaving.)
  1244. # [13:46] <@smaug> lunch time
  1245. # [13:46] <@smaug> if I can find the lunch place in this snow storm
  1246. # [13:48] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  1247. # [13:50] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1248. # [13:50] * Quits: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr) (Ping timeout)
  1249. # [13:50] <Callek> smaug: if you can't, you can always eat the snow -- just stay away from the yellow kind -- its, not a snow-coen
  1250. # [13:50] * Joins: Yoric (Yoric@moz-59682A1.dmz.scl3.mozilla.com)
  1251. # [13:50] <Callek> s/en/ne/
  1252. # [13:50] * whimboo|lunch is now known as whimboo
  1253. # [13:51] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1254. # [13:51] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1255. # [13:52] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  1256. # [13:55] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Client exited)
  1257. # [13:56] * Joins: kaie (kaie@moz-7F2F24DC.dip.t-dialin.net)
  1258. # [13:56] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1259. # [13:57] <kaie> mercurial version on rhel6/centos6 is old (1.4), and I'm running into old bugs. I wonder what strategy people at Mozilla have used to install a newer one? manual build? or newer compatible packages available somewhere?
  1260. # [13:58] * Joins: vikash (vikash@7A9DBE57.3166768C.5D9ABA9F.IP)
  1261. # [13:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6f354ae56eb3 - Joel Maher - Bug 816702 - Deploy new talos.zip for 2012-11-29. r=Callek
  1262. # [13:59] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1263. # [14:01] * Quits: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr) (Ping timeout)
  1264. # [14:02] <Callek> kaie: mozilla uses http://puppetagain.pub.build.mozilla.org/data/repos/yum/mirrors/fedora/16/latest/releases/Everything/i386/os/Packages/mercurial-1.9.2-1.fc16.i686.rpm on our cent6 builders ;-)
  1265. # [14:02] <Callek> ...or actually http://puppetagain.pub.build.mozilla.org/data/repos/yum/mirrors/fedora/16/latest/updates/i386/mercurial-1.9.3-1.fc16.i686.rpm
  1266. # [14:03] * Joins: Ms2ger (Ms2ger@moz-A283B857.adsl-dyn.isp.belgacom.be)
  1267. # [14:04] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  1268. # [14:05] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1269. # [14:05] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  1270. # [14:06] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1271. # [14:07] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1272. # [14:10] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1273. # [14:13] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1274. # [14:14] * Joins: AutomatedTester (David@moz-59682A1.dmz.scl3.mozilla.com)
  1275. # [14:17] * Joins: rednaks (rednaks@24067163.74C6FD40.360EF119.IP)
  1276. # [14:18] * Joins: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP)
  1277. # [14:18] * Joins: nmatsakis (nmatsakis@moz-FDB96567.res-cmts.mlf.ptd.net)
  1278. # [14:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dacb25aaf275 - Paul Adenot - Bug 455165 - Add support for chained ogg audio file and proper metadata dispatching. r=cpearce
  1279. # [14:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c7d8b15809b9 - Paul Adenot - Bug 455165 - Tests for ogg chain support. r=cpearce
  1280. # [14:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/025c501897e9 - Paul Adenot - Bug 455165 - Put some very verbose media logging behind a MOZ_QUIET=1 check. r=
  1281. # [14:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/07acaa0a970f - Paul Adenot - Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium
  1282. # [14:19] <mounir> do we have a convevient method that returns the domain of an URI (without the sub-domains)
  1283. # [14:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bc06441af87e - Hannes Verschore - Bug 815579: Increment usecount faster on MI to interpreter calls, r=dvander
  1284. # [14:19] <padenot> hopelly I did not screw up the clobber
  1285. # [14:19] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1286. # [14:19] <mounir> nsIURI only has host :(
  1287. # [14:20] * Quits: vikash (vikash@7A9DBE57.3166768C.5D9ABA9F.IP) (Quit: Leaving)
  1288. # [14:20] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  1289. # [14:22] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1290. # [14:22] * whimboo is now known as whimboo|afk
  1291. # [14:22] <edmorley> padenot: worry not if so, since it will mean we can test whether the "warn clobber needed" patch works :-)
  1292. # [14:22] <padenot> heh :-)
  1293. # [14:23] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1294. # [14:24] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1295. # [14:25] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1296. # [14:26] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1297. # [14:26] * Joins: sierk (sierk@moz-24FDD4AC.pool.mediaways.net)
  1298. # [14:27] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1299. # [14:27] * Joins: armenzg (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  1300. # [14:28] * whimboo|afk is now known as whimboo
  1301. # [14:30] * kmoir-afk is now known as kmoir_buildduty
  1302. # [14:30] * kmoir_buildduty is now known as kmoir
  1303. # [14:32] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1304. # [14:35] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  1305. # [14:36] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Ping timeout)
  1306. # [14:38] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Client exited)
  1307. # [14:42] * Quits: dao (dao@moz-E602FB3D.superkabel.de) (Quit: Leaving.)
  1308. # [14:42] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1309. # [14:43] * capella is now known as capella|zzzz
  1310. # [14:45] * Joins: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com)
  1311. # [14:45] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
  1312. # [14:47] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1313. # [14:47] * ewong|sleep is now known as ewong
  1314. # [14:47] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1315. # [14:48] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1316. # [14:50] * Joins: josh (josh@ACF5871.E041D520.44A9EDE0.IP)
  1317. # [14:50] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1318. # [14:51] * mak|afk is now known as mak
  1319. # [14:52] * Quits: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr) (Ping timeout)
  1320. # [14:52] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/d2fbc67f69f5 - Joe Walker - Merge m-c to fx-team
  1321. # [14:52] <firebot> http://hg.mozilla.org/mozilla-central/rev/c77b869c2025 - Joe Walker - Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão
  1322. # [14:54] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1323. # [14:55] <JosiahOne> What file contains the source for the action of the back/forward buttons?
  1324. # [14:55] * armenzg is now known as armenzg_brb
  1325. # [14:55] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  1326. # [14:58] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1327. # [14:58] <JosiahOne> Anybody? Where is the source for the back/forward button?
  1328. # [14:59] <@ted> um
  1329. # [14:59] <edmorley> looking
  1330. # [14:59] <edmorley> JosiahOne: http://mxr.mozilla.org/mozilla-central/search?string=backButton&case=1
  1331. # [14:59] * Quits: berkerpeksag (berkerpeks@988AAF0A.4A8BB443.8BE7320.IP) (Quit: WeeChat 0.3.7)
  1332. # [14:59] <Standard8> iirc that's just navigation.back & navigation.forward
  1333. # [15:00] <@ted> http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#1850
  1334. # [15:00] <@ted> in browser.js like everything else
  1335. # [15:00] <glazou> ted was a second faster that me
  1336. # [15:00] <@ted> :)
  1337. # [15:00] * glazou blames his french kbd, ah :-)
  1338. # [15:00] <@ted> (that included a few seconds of fumbling around in MXR)
  1339. # [15:01] <edmorley> JosiahOne: also see lines 320ish
  1340. # [15:01] * whimboo is now known as whimboo|afk
  1341. # [15:01] <JosiahOne> Thank. gBrowser.goBack is the action correct? So that is what I need to change if I want to change what happens when the user presses the back button?
  1342. # [15:01] <@ted> BrowserBack() is what is called by pressing the back button
  1343. # [15:02] <@ted> gBrowser.goBack is some internal implementation bit
  1344. # [15:02] <@ted> on the <browser> element
  1345. # [15:02] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  1346. # [15:02] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1347. # [15:02] * ChanServ sets mode: +o smaug
  1348. # [15:02] <JosiahOne> So you don't happen to know where the BrowserBack() is defined do you?
  1349. # [15:03] <Ms2ger> mxr.mozilla.org/mozilla-central/search?string=BrowserBack&case=1
  1350. # [15:03] * Quits: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr) (Ping timeout)
  1351. # [15:03] * bz_sleep is now known as bz
  1352. # [15:03] <glazou> JosiahOne: ted already responded to that question with the link above
  1353. # [15:04] <JosiahOne> BrowserBack() is defined in the same file? Alright. :-)
  1354. # [15:04] <glazou> ted: http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/browser.xml#55
  1355. # [15:04] <glazou> all you WebNavigations are belong to us, as always
  1356. # [15:05] * Quits: rednaks (rednaks@24067163.74C6FD40.360EF119.IP) (Ping timeout)
  1357. # [15:05] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1358. # [15:05] * whimboo|afk is now known as whimboo
  1359. # [15:05] <JosiahOne> So which should I edit? the BrowserBack() or with the source provided by the latest link.
  1360. # [15:05] <@ted> uh
  1361. # [15:05] * glazou wonders if there is any reason he currently dreams of a roasted chicken...
  1362. # [15:05] <@ted> depends on what you want to do?
  1363. # [15:06] <@ted> BrowserBack is what's called directly upon pressing the back button
  1364. # [15:06] <Ms2ger> glazou, sure it's not a turkey?
  1365. # [15:06] <JosiahOne> I just need to implement a swiping animation.
  1366. # [15:06] <@ted> goBack in the <browser> binding is used anywhere anyone uses a <browser>
  1367. # [15:06] <glazou> Ms2ger: thanksgiving is not something important here... and tukey is drier than chicken
  1368. # [15:07] <JosiahOne> I believe the action was already created, I need to go look back at the bug.
  1369. # [15:07] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  1370. # [15:07] <JosiahOne> I just need to call it. It needs to always be called on touch though.
  1371. # [15:07] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1372. # [15:08] <JosiahOne> I think goBack is what I want
  1373. # [15:09] * Quits: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1374. # [15:10] <@smaug> mounir: I'd assume something in cookie handling should have such helper
  1375. # [15:10] * glazou lets his brain wander a bit and ends up reading JosuahTree instead of JosiahOne
  1376. # [15:11] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1377. # [15:11] * glazou probably time for a break...
  1378. # [15:11] <JosiahOne> *grin*
  1379. # [15:12] * bz is now known as bz_away
  1380. # [15:12] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1381. # [15:12] * Quits: sierk (sierk@moz-24FDD4AC.pool.mediaways.net) (Ping timeout)
  1382. # [15:12] * Joins: sierk (sierk@moz-BA92B0DF.pool.mediaways.net)
  1383. # [15:12] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  1384. # [15:14] * jmaher|afk is now known as jmaher
  1385. # [15:15] <JosiahOne> Thanks guys.
  1386. # [15:15] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: I left.)
  1387. # [15:16] * sheeri-afk is now known as sheeri
  1388. # [15:16] * Joins: atsai (Conjuror@F7F2E4A9.2F3D1D3B.BC211214.IP)
  1389. # [15:16] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  1390. # [15:16] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1391. # [15:17] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1392. # [15:17] <joe_walker> it looks like central is smouldering
  1393. # [15:17] <joe_walker> " Automation Error: hg not responding" for b2g
  1394. # [15:17] <Ms2ger> edmorley, ^
  1395. # [15:18] * whimboo is now known as whimboo|afk
  1396. # [15:18] <edmorley> joe_walker: thank you, I notified #build a few mins ago, fix on route
  1397. # [15:18] <edmorley> (they just did a reconfig)
  1398. # [15:18] <edmorley> heads up appreciated though :-)
  1399. # [15:18] <joe_walker> thanks edmorley, the same goes for fx-team, which i guess you knew
  1400. # [15:18] <Callek> s/did/are doing/
  1401. # [15:18] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  1402. # [15:19] * Quits: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP) (Quit: kennyluck)
  1403. # [15:19] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1404. # [15:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c581bb3ceac5 - Jacek Caban - Bug 815581 - Fixed accessible compilation on mingw (makefiles part) r=ted
  1405. # [15:21] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  1406. # [15:22] * ewong is now known as ewong|sleep
  1407. # [15:22] <joe_walker> edmorley - btw, the bug that was causing talos regressions at the start of the week has just re-landed
  1408. # [15:22] <joe_walker> it looks to me like we're good now, but please shout if you see anything
  1409. # [15:23] <edmorley> will do, thank you :-)
  1410. # [15:24] * jhopkins|afk is now known as jhopkins
  1411. # [15:24] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1412. # [15:25] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  1413. # [15:26] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1414. # [15:26] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  1415. # [15:26] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1416. # [15:26] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  1417. # [15:27] <@smaug> mounir: something like http://mxr.mozilla.org/mozilla-central/ident?i=GetBaseDomainFromHost
  1418. # [15:27] <@smaug> mounir: http://mxr.mozilla.org/mozilla-central/source/netwerk/cookie/nsCookieService.cpp#1809
  1419. # [15:27] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1420. # [15:28] * Quits: sierk (sierk@moz-BA92B0DF.pool.mediaways.net) (Quit: sierk)
  1421. # [15:28] * Quits: tzimmermann (tzimmerman@moz-925AA07.pools.arcor-ip.net) (Quit: Ex-Chat)
  1422. # [15:29] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1423. # [15:30] * bwinton_away is now known as bwinton
  1424. # [15:31] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1425. # [15:32] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1426. # [15:32] <Ms2ger> gps++
  1427. # [15:33] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1428. # [15:34] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1429. # [15:35] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1430. # [15:36] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1431. # [15:37] * Joins: rednaks (rednaks@24067163.74C6FD40.360EF119.IP)
  1432. # [15:37] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1433. # [15:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4d2bb4d470cc - Jacek Caban - Fixed c581bb3ceac5 bustage (bug 815581)
  1434. # [15:38] <glazou> sheppy: hi
  1435. # [15:39] <glazou> sheppy: finished the table resizing last night
  1436. # [15:39] <edmorley> jacek: also s/dissable-accessibility/disable-accessibility/
  1437. # [15:39] <edmorley> jacek: could you land that DONTBUILD though please :-)
  1438. # [15:39] * kk1fff|away is now known as kk1fff
  1439. # [15:40] * armenzg_brb is now known as armenzg
  1440. # [15:40] <sheppy> glazou: sweet
  1441. # [15:41] <jacek> edmorley: ok, thanks for catching it and sorry for the mess
  1442. # [15:41] <edmorley> no problem :-)
  1443. # [15:41] * Quits: atsai (Conjuror@F7F2E4A9.2F3D1D3B.BC211214.IP) (Connection reset by peer)
  1444. # [15:41] <edmorley> Why can't vagrant just have a sensible "this is what is new in v1.0.5" page :-(
  1445. # [15:42] <edmorley> github commits it is then
  1446. # [15:43] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1447. # [15:43] <edmorley> oh, in-tree changelog only
  1448. # [15:43] * AutomatedTester is now known as AutomatedTester|AFK
  1449. # [15:45] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  1450. # [15:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/41723231257e - Jacek Caban - Bug 815581 - fixed a typo in c581bb3ceac5 (DONTBUILD)
  1451. # [15:45] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  1452. # [15:45] * Joins: Edgar (Thunderbir@moz-D0921AB8.dynamic.hinet.net)
  1453. # [15:45] * Quits: Edgar (Thunderbir@moz-D0921AB8.dynamic.hinet.net) (Quit: Edgar)
  1454. # [15:47] * Joins: knelson (Adium@moz-748AFAEE.ph.ph.cox.net)
  1455. # [15:47] * Parts: knelson (Adium@moz-748AFAEE.ph.ph.cox.net)
  1456. # [15:48] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  1457. # [15:48] * AutomatedTester|AFK is now known as AutomatedTester
  1458. # [15:49] * Joins: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  1459. # [15:49] <bhearsum> b2g failures are almost certainly my fault - working on it
  1460. # [15:50] <fabrice> bhearsum: that was the accessibility changes
  1461. # [15:50] <bhearsum> the otoro/unagi/panda failures?
  1462. # [15:50] <fabrice> it looks fine locally now
  1463. # [15:51] <fabrice> yes, I'm building for unagi locally
  1464. # [15:51] <bhearsum> oh, great!
  1465. # [15:51] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Ping timeout)
  1466. # [15:51] <bhearsum> i always like to hear it's not my fault
  1467. # [15:51] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Client exited)
  1468. # [15:51] <fabrice> bhearsum: tbh, my build is not finished yet
  1469. # [15:52] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1470. # [15:52] <bhearsum> okay
  1471. # [15:53] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Ping timeout)
  1472. # [15:53] * Joins: espindola (espindola@5736EDDC.69469EEC.97F07BE5.IP)
  1473. # [15:54] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1474. # [15:54] * ChanServ sets mode: +o ehsan
  1475. # [15:55] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  1476. # [15:55] <kaie> Callek, thanks, but that package doesn't install on centos6. Hmm, I'll try to rebuild something from http://pkgs.repoforge.org/mercurial/
  1477. # [15:56] <Callek> kaie: that package installs on cent 6.2 for Mozilla ;-)
  1478. # [15:56] <Callek> perhaps you're missing a dep
  1479. # [15:56] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1480. # [15:57] <mjrosenb> we still support building on 32-bit linux, right?
  1481. # [15:57] <Callek> mjrosenb: SeaMonkey is still building on 32 bit cent5 fwiw
  1482. # [15:57] * Joins: ehsan_ (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1483. # [15:57] <Callek> (though with --disable-gio iirc
  1484. # [15:57] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  1485. # [15:57] <kaie> Callek, maybe, but I was on 6.3 . I just rebuilt and installed http://pkgs.repoforge.org/mercurial/mercurial-2.2.2-1.rf.src.rpm :)
  1486. # [15:58] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Connection reset by peer)
  1487. # [15:59] <mjrosenb> Callek: ok, I just ran into the oomkiller with 2 gigs of memory, so that is getting might close to the maximum that this system can actually take
  1488. # [16:00] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Quit: vtmarvin)
  1489. # [16:00] <Callek> mjrosenb: ahhh, SeaMonkey doesn't do PGO, which might be your issue
  1490. # [16:01] * mjschranz is now known as mjschranz_away
  1491. # [16:01] <Callek> but its also possible we *just* reached a OOM level of kill during building
  1492. # [16:02] <mjrosenb> Callek: I'm pretty sure I don't have pgo enabled
  1493. # [16:02] <mjrosenb> I added 2g of swap
  1494. # [16:03] <mjrosenb> hopefully, that'll help
  1495. # [16:03] <mjrosenb> also, killed Fx, which was using about 500mb ram
  1496. # [16:04] * Joins: _AxS_ (axs@moz-E7607041.cpe.net.cable.rogers.com)
  1497. # [16:04] <_AxS_> glandium: ping; sorry it took a day; updated the patch for symbol-versioning, if you have time to approve
  1498. # [16:05] <_AxS_> everyone: what's the process, once something is approved for m-c inclusion, to get it backported to the tagged releases? FF17, FF18, etc?
  1499. # [16:05] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1500. # [16:06] * Joins: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net)
  1501. # [16:06] <mjrosenb> I seem to be holding steady at a bit over 1.4gb memory used
  1502. # [16:06] * hwine-food is now known as hwine
  1503. # [16:07] * hwine is now known as hwine|buildduty
  1504. # [16:07] <_AxS_> mjrosenb: that's a nice reduction...
  1505. # [16:08] <_AxS_> mjrosenb: err, wait, that's not during the build process is it?
  1506. # [16:08] <mjrosenb> _AxS_: linking libxul
  1507. # [16:08] * Quits: vingtetun (vingtetun@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net) (Ping timeout)
  1508. # [16:08] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  1509. # [16:08] <_AxS_> oh it is! nice. for me it spikes well above 2GB
  1510. # [16:09] * Joins: dao (dao@moz-E602FB3D.superkabel.de)
  1511. # [16:09] <_AxS_> (of course i have 8gb avail and run MAKEOPTS="-j3" so i don't know if this is partially why or not)
  1512. # [16:09] <mjrosenb> _AxS_: well, it isn't done yet
  1513. # [16:10] <mjrosenb> nooooo
  1514. # [16:10] <mjrosenb> /home/mjrosenb/src/mozilla-central/media/webrtc/trunk/src/modules/audio_processing/aecm/aecm_core.c:699: undefined reference to `WebRtcAecm_WindowAndFFTNeon'
  1515. # [16:10] <gcp> mjessome: what are you doing?
  1516. # [16:10] <gcp> mjrosenb: what are you doing?
  1517. # [16:11] <mjrosenb> gcp: build firefox on my chromebook :-p
  1518. # [16:11] <bhearsum> edmorley: fyi, there shouldn't be anythin gon my side holding the trees closed at this point
  1519. # [16:11] <bhearsum> the only failures that i know of that are my fault are the localizer build ones
  1520. # [16:11] <gcp> mjrosenb: for android? you seem to have webrtc enabled, which I only just finished fixing
  1521. # [16:12] <gcp> mjrosenb: oh, it's trying to build for ARM, isn't it?
  1522. # [16:12] <edmorley> bhearsum: thank you; reopened
  1523. # [16:12] <mjrosenb> gcp: yup.
  1524. # [16:12] <mjrosenb> gcp: i'm building a native desktop firefox
  1525. # [16:12] <gcp> mjrosenb: look in bug 815883
  1526. # [16:12] <gcp> its for android but it should give you an idea what to fix
  1527. # [16:14] * Quits: Optimizer (Optimizer@2FEE2A8F.FF693F8.274D17D6.IP) (Ping timeout)
  1528. # [16:14] * Quits: rednaks (rednaks@24067163.74C6FD40.360EF119.IP) (Quit: Quitte)
  1529. # [16:14] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1530. # [16:14] <_AxS_> gcp: webrtc doesn't fully support android on say, FF17 ?
  1531. # [16:15] <_AxS_> err, s/android/arm/
  1532. # [16:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/629f2a524de1 - Kartikaya Gupta - Bug 815684 - Add the last 200 lines of logcat to crash reports. r=cpeterson, blassey
  1533. # [16:15] <gcp> _AxS_: ?? it's completely unsupported
  1534. # [16:16] * Joins: atsai (Conjuror@52F6C8BA.2F3D1D3B.BC211214.IP)
  1535. # [16:16] <_AxS_> gcp: Oh. 'typedefs.h' seems to say arm is supported (at least they've got entries for it).. good to know
  1536. # [16:16] * _AxS_ goes and excludes webrtc from more arches on gentoo's package
  1537. # [16:17] * bz_away is now known as bz
  1538. # [16:17] * Quits: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP) (Quit: jfkthame)
  1539. # [16:17] <gcp> _AxS_: it may be fixed soon, but right now you certainly cant count on it working
  1540. # [16:17] * Joins: Optimizer (Optimizer@9ABF767F.4A76994A.D2D1FAF0.IP)
  1541. # [16:18] * joduinn-afk is now known as joduinn-brb
  1542. # [16:20] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1543. # [16:22] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: Leaving)
  1544. # [16:23] * NeilAway wonders whether mounir found the eTLD service
  1545. # [16:24] <@smaug> poor someone who needs to review this
  1546. # [16:24] <@smaug> NeilAway: so, this disabled form control thing
  1547. # [16:24] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1548. # [16:25] <@smaug> I'm planning to keep the disabled thing as the target of the event
  1549. # [16:25] <@smaug> it is just the event propagation which is changed so that event can be handled in chrome
  1550. # [16:25] <@smaug> NeilAway: sounds ok?
  1551. # [16:25] * Joins: marcoz (marco.zehe@moz-95090537.dip.t-dialin.net)
  1552. # [16:26] <mounir> NeilAway: yes, smaug told me that
  1553. # [16:26] <mounir> smaug: btw, thank you :)
  1554. # [16:26] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1555. # [16:26] <@smaug> np
  1556. # [16:27] <fabrice> bhearsum: my unagi was successful
  1557. # [16:27] <bhearsum> hooray!
  1558. # [16:28] <NeilAway> smaug: sounds great!
  1559. # [16:28] * Joins: jacek_mobile (Mibbit@moz-C525FFE.nat.umts.dynamic.t-mobile.pl)
  1560. # [16:28] <mounir> smaug: only issue is that this thing returns the host in ASCII
  1561. # [16:28] * glazou is now known as glazou_brb
  1562. # [16:29] <mounir> not sure what the permission manager expects
  1563. # [16:29] <mounir> it's using ACE \o/
  1564. # [16:30] <mjrosenb> gcp: does it require a patch that isn't in m-c yet (or landed since last night?)
  1565. # [16:30] <jaws> Will calling Cu.reportError() in a test run result in a test-failure?
  1566. # [16:30] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1567. # [16:30] <NeilAway> jaws: well, I think there's an "expect an exception" function
  1568. # [16:31] * joduinn-brb is now known as joduinn
  1569. # [16:31] <jaws> hmmm... ok, i'll think more about it then. thanks
  1570. # [16:32] <gcp> mjrosenb: I don't think what you're doing has been tried at all. But the fixes for android (which aren't in m-i or m-c) might increase your odds.
  1571. # [16:32] * mcote|afk is now known as mcote
  1572. # [16:32] <gcp> mjrosenb: and --disable-webrtc perhaps
  1573. # [16:33] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1574. # [16:33] * Quits: jacek_mobile (Mibbit@moz-C525FFE.nat.umts.dynamic.t-mobile.pl) (Quit: http://www.mibbit.com ajax IRC Client)
  1575. # [16:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6838e8bc3ce8 - Ehsan Akhgari - Bug 456884 - Provide a way to open a link into private browsing mode; r=dao ui-r=madhava
  1576. # [16:33] <Optimizer> any way to get reference to the pane selectors in an prefpane ?
  1577. # [16:34] <Optimizer> inside an prefwindow
  1578. # [16:34] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1579. # [16:34] <mounir> smaug: do you want to review the patch? :)
  1580. # [16:34] <mjrosenb> gcp: I think I fixed the issue, but ifneq (,$(INTEL_ARCHITECTURE)) does not exist in media/webrtc/shared_libs.mk in my checkout
  1581. # [16:35] * glazou_brb is now known as glazou
  1582. # [16:35] <@smaug> mounir: what does it do ? :)
  1583. # [16:35] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1584. # [16:36] <@smaug> ( my review queue exploded last night )
  1585. # [16:36] * Joins: hub (hub@F2D29657.F60B0462.67AC9B1.IP)
  1586. # [16:36] <mounir> smaug: changes how we recursively check the permissions for sub-domains in the PermissionManager
  1587. # [16:37] * Quits: surkov (surkov@39E4CE8A.DF1CD780.E17943EE.IP) (Quit: surkov)
  1588. # [16:37] <@smaug> mounir: and you have tests and all
  1589. # [16:37] <@smaug> mounir: but still, sicking might be better option
  1590. # [16:37] <@smaug> this is b2g stuff
  1591. # [16:38] <mounir> smaug: this is not b2g stuff
  1592. # [16:38] * Joins: atte (atte@moz-401E92F1.dhcp.inet.fi)
  1593. # [16:38] <@smaug> and need to get sicking to review more :p
  1594. # [16:38] <@smaug> mounir: it is not?
  1595. # [16:38] <mounir> (and I have tests, though, I am changing the behaviour)
  1596. # [16:38] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  1597. # [16:38] <mounir> smaug: I'm just sick of this crappy PermissionManager
  1598. # [16:39] <mounir> man, if you add "com" to the permission list, any ".com" website will have the permission
  1599. # [16:39] <@smaug> mounir: I'm not really familiar with permission manager
  1600. # [16:39] <mounir> I don't want to know who write this and how much alcohol was involved :)
  1601. # [16:39] * Joins: bc_ (bc@454BDC37.1D5E8529.AC69809B.IP)
  1602. # [16:39] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  1603. # [16:40] <mounir> smaug: will ask sicking then
  1604. # [16:40] * Joins: singerb (singerb@moz-8897C7D8.lightspeed.livnmi.sbcglobal.net)
  1605. # [16:41] <padenot> 1/b 10
  1606. # [16:41] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1607. # [16:41] * padenot is now known as padenot|away
  1608. # [16:42] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1609. # [16:42] * mjschranz_away is now known as mjschranz
  1610. # [16:43] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/df0ed6a8b137 - Doug Turner - Bug 811815 - A href links are not underlined/showing as links in Browser. r=jlebar a=blocking-basecamp
  1611. # [16:43] * jcranmer|away is now known as jcranmer
  1612. # [16:43] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/fbf8dcadab61 - Doug Turner - Bug 813995 - Check device storage permissions in parent process. r=bent a=blocking-basecamp
  1613. # [16:44] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1614. # [16:44] * Joins: victorporof (victorporo@67E3B645.BEB908B0.79933D60.IP)
  1615. # [16:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fb22beb1c571 - Malini Das - Bug 815757 - refactor script timeouts and rename variables, r=jgriffin
  1616. # [16:45] * Quits: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1617. # [16:45] * Joins: jlebar|mac (~jlebarmac@moz-3F3A6302.dyn.columbia.edu)
  1618. # [16:45] <jlebar|mac> What's the right way to include -lmozalloc in my library's link flags?
  1619. # [16:46] <_AxS_> jlebar|mac: makefile.am ?
  1620. # [16:46] <jlebar|mac> _AxS_: makefile.in?
  1621. # [16:46] * Joins: coyotebush (corey@moz-DAF2CFD8.pcv.reshall.calpoly.edu)
  1622. # [16:47] * Quits: redfive (chatzilla@moz-6C4EC851.dsl.pltn13.pacbell.net) (Ping timeout)
  1623. # [16:48] <_AxS_> jlebar|mac: ... in a .am i would add it to _LIBADD , ie, libmylibrary_la_LIBADD = -lmozalloc (or += if you've already done an assignment)
  1624. # [16:48] <_AxS_> jlebar|mac: ..but i don't remember if that's rolled out already in the .in or if you can do it there too
  1625. # [16:49] <jlebar|mac> _AxS_: Well, I can see if anyone else uses LIBADD...
  1626. # [16:49] <_AxS_> jlebar|mac: just grep Makefile.in and see if LIBADD is there or not
  1627. # [16:50] <jlebar|mac> _AxS_: I think that has a shot of working. Thanks!
  1628. # [16:50] * Quits: ekw (ekw@moz-6E1EB62D.dhcp.mtpk.ca.charter.com) (Connection reset by peer)
  1629. # [16:50] * Joins: ekw (ekw@moz-6E1EB62D.dhcp.mtpk.ca.charter.com)
  1630. # [16:50] <_AxS_> jlebar|mac: if this is a Makefile.in for a m-c component, , try adding it to EXTRA_DSO_LIBS or EXTRA_LDFLAGS
  1631. # [16:51] <TheOne> is there an easy way to the all xpcom interfaces?
  1632. # [16:51] <TheOne> *to get
  1633. # [16:51] <_AxS_> jlebar|mac: (although i think you would want to add a direct path to the library (or a var representing it) in that case, rather than just '-lmozalloc')
  1634. # [16:51] <TheOne> maybe from dxr?
  1635. # [16:51] <jlebar|mac> TheOne: What do you mean "get"? What do you want to do with them once you have them?
  1636. # [16:51] <jlebar|mac> _AxS_: Okay….I think I maybe can handle that. :)
  1637. # [16:52] <TheOne> jlebar|mac: I want to check which interfaces are not documented on mxr
  1638. # [16:52] <TheOne> sorry, on mdn
  1639. # [16:52] * Joins: RudyL (rudy@moz-8806B1D0.dynamic.hinet.net)
  1640. # [16:52] <jlebar|mac> TheOne: So you just want a list of all the interfaces?
  1641. # [16:52] <TheOne> jlebar|mac: right
  1642. # [16:52] <jlebar|mac> TheOne: find . -name '*.idl' -or '*.webidl'
  1643. # [16:53] * Quits: ehsan_ (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1644. # [16:53] * Joins: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net)
  1645. # [16:53] <TheOne> jlebar|mac: well, it would be best if I don't need to have m-c checked out
  1646. # [16:53] <jlebar|mac> TheOne: You can find all idl and webidl files on MXR.
  1647. # [16:53] <jlebar|mac> TheOne: Same business.
  1648. # [16:53] <_AxS_> TheOne: asking a lot aren't you :P
  1649. # [16:54] <jlebar|mac> _AxS_: That's OK; he's going to discover that the question isn't which interfaces /aren't/ documented, but which are? :)
  1650. # [16:54] <@bz> lol
  1651. # [16:54] <_AxS_> hehe :)
  1652. # [16:54] <TheOne> I think the coverage is not that bad
  1653. # [16:55] <@bz> TheOne: LOL
  1654. # [16:55] <TheOne> we'll see
  1655. # [16:55] <gregglind> is there a nice way for opening sqlite3 files (for querying) inside fx?
  1656. # [16:55] * Joins: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP)
  1657. # [16:55] * mjrosenb tries building with webrtc one more time
  1658. # [16:55] <bhearsum> fabrice: do you need to clobber or something? the b2g builds still seem to be borken
  1659. # [16:55] <bhearsum> erm, broken
  1660. # [16:56] <fabrice> bhearsum: I did clobber, yes
  1661. # [16:56] * Quits: dao (dao@moz-E602FB3D.superkabel.de) (Quit: Leaving.)
  1662. # [16:56] <bhearsum> huh
  1663. # [16:57] <bhearsum> edmorley: i'm starting to think you might be right about this being mozharness' fault
  1664. # [16:58] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1665. # [16:58] * Joins: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch)
  1666. # [16:58] <jlebar|mac> dougt: Thanks a lot for fixing that link underlining bug.
  1667. # [16:59] <bhearsum> edmorley: ugh, it definitely looks that way
  1668. # [16:59] <edmorley> close?
  1669. # [17:00] <bhearsum> if broken b2g builds require closing the tree, then yes
  1670. # [17:00] <bhearsum> i'm going to see if there's an obvious fix
  1671. # [17:00] <bhearsum> if not, i'm backing out my changes to those builds
  1672. # [17:01] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1673. # [17:02] <bhearsum> edmorley: okay, i don't know what to do about this -- i'm backing out my changes to those builds
  1674. # [17:03] <bhearsum> i'll let you know when we can retrigger them
  1675. # [17:03] <edmorley> ok :-)
  1676. # [17:03] <edmorley> thank you
  1677. # [17:03] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Quit: mkohler)
  1678. # [17:03] <bhearsum> really sorry for all the churn on the trees this morning folks
  1679. # [17:03] <edmorley> bhearsum: might mean that bug 816977 (not outputting error strings so TBPL doesn't mismatch) is a dupe of the bustage
  1680. # [17:03] <Optimizer> someone with expertise on prefwindow and prefpanes ?
  1681. # [17:04] <bhearsum> edmorley: sounds like it
  1682. # [17:04] <sewardj> ted: ping
  1683. # [17:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8ad838a319df - Mats Palmgren - Bug 814677 - Replace XP_IS_SPACE with dom::IsSpaceCharacter and add form-feed to match DOM spec. r=bz
  1684. # [17:05] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  1685. # [17:05] * Joins: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP)
  1686. # [17:05] * padenot|away is now known as padenot
  1687. # [17:06] * Joins: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net)
  1688. # [17:08] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Ping timeout)
  1689. # [17:08] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  1690. # [17:09] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1691. # [17:09] * Quits: atsai (Conjuror@52F6C8BA.2F3D1D3B.BC211214.IP) (Connection reset by peer)
  1692. # [17:09] * Quits: ewong|afk (chatzilla@moz-3CBEA671.ctinets.com) (Connection reset by peer)
  1693. # [17:09] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  1694. # [17:09] * Joins: atsai (Conjuror@52F6C8BA.2F3D1D3B.BC211214.IP)
  1695. # [17:09] * joduinn is now known as joduinn-commute
  1696. # [17:09] * Joins: ewong|afk (chatzilla@moz-3CBEA671.ctinets.com)
  1697. # [17:10] * Quits: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net) (Connection reset by peer)
  1698. # [17:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/07a3cdc2c88f - Kartikaya Gupta - Bug 814418 - Fix some warnings about unused variables. r=ehsan
  1699. # [17:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/350f68cf80b0 - Kartikaya Gupta - Bug 814418 - Disable warnings-as-errors in dom/plugins/base on Android because of switch errors in android when building with gcc 4.6. r=joshmoz
  1700. # [17:11] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1701. # [17:11] * Joins: mcomella (mcomella@moz-B10FF54F.ri.ri.cox.net)
  1702. # [17:11] <bhearsum> edmorley: okay, i'm retriggering panda/otoro/unagi
  1703. # [17:12] <bhearsum> thankfully, they are quick-ish builds
  1704. # [17:12] * Quits: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr) (Quit: past)
  1705. # [17:13] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  1706. # [17:13] * Quits: stransky (stransky@moz-FB491625.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1707. # [17:13] <edmorley> yeah :-)
  1708. # [17:13] <bhearsum> on a happier note, all the desktop b2g builds seem to be going fine
  1709. # [17:13] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1710. # [17:13] <dougt> jlebar|mac: no worries. sorry about the initial confusion about the bug.
  1711. # [17:14] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  1712. # [17:14] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1713. # [17:15] * Quits: josh (josh@ACF5871.E041D520.44A9EDE0.IP) (Quit: josh)
  1714. # [17:16] <@ted> sewardj: pong
  1715. # [17:16] * nmatsakis is now known as nmatsakis-away
  1716. # [17:18] <sewardj> ted: per keybl's email from yesterday .. do you want me to look at / help with 811335 ?
  1717. # [17:18] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1718. # [17:18] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  1719. # [17:18] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  1720. # [17:18] <@ted> sewardj: if you can, i just left a lengthy comment
  1721. # [17:18] <@ted> i looked into it before
  1722. # [17:18] <@ted> just swamped with other stuff atm
  1723. # [17:18] <sewardj> ted: oh, ok, will have a look
  1724. # [17:19] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1725. # [17:19] * Quits: marcoz (marco.zehe@moz-95090537.dip.t-dialin.net) (Quit: Leaving.)
  1726. # [17:19] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  1727. # [17:19] * jmaher is now known as jmaher|afk
  1728. # [17:20] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1729. # [17:20] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1730. # [17:20] <TheOne> trevorh: is your mdni on github? do you still work on it?
  1731. # [17:21] <sewardj> ted: ah, i didn't know stack-scan was limited to 30 words
  1732. # [17:21] * Quits: JeroenDeDauw (j@moz-10ACD769.dip.t-dialin.net) (Quit: Leaving.)
  1733. # [17:21] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1734. # [17:21] * ChanServ sets mode: +o ehsan
  1735. # [17:21] <@ted> yeah
  1736. # [17:21] <@ted> arbitrary limit
  1737. # [17:21] <@ted> just to avoid us going off into the weeds most of the time
  1738. # [17:21] <bhearsum> edmorley: so...the mac b2g desktop builds just failed with the weirdest error: http://www.pastebin.mozilla.org/1968883
  1739. # [17:21] * Joins: Pike (Pike@moz-15280E51.hsd1.ut.comcast.net)
  1740. # [17:22] <bhearsum> i don't even see an error in there?
  1741. # [17:22] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  1742. # [17:22] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1743. # [17:22] <bhearsum> i think linux is failing similarly...
  1744. # [17:22] <@ehsan> mdas: bustage on your push, http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/fr.hg etc. not found
  1745. # [17:22] <trevorh> TheOne: Not on github. I have not done anything on it in a while. Are you interested?
  1746. # [17:22] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Ping timeout)
  1747. # [17:23] <@ehsan> bhearsum: there's probably an error earlier in the log
  1748. # [17:23] <edmorley> bhearsum: higher up I think https://tbpl.mozilla.org/php/getParsedLog.php?id=17491093&tree=Firefox#error0
  1749. # [17:23] <mdas> ehsan: to mozilla-central?
  1750. # [17:23] <bhearsum> ah
  1751. # [17:23] <@ehsan> mdas: inbound
  1752. # [17:23] <@ehsan> bhearsum: parallel builds ftw
  1753. # [17:23] <bhearsum> does this mean that someone else broke it? :D
  1754. # [17:23] <mdas> oh right sorry, i meant aurora
  1755. # [17:23] <sewardj> ted: so .. this would require us to modify the breakpad SVN, yes? If you're saying that crash-stats constantly uses the breakpad svn
  1756. # [17:23] <mdas> oh okay
  1757. # [17:23] <@ehsan> mdas: fwiw I don't think it's your fault
  1758. # [17:23] <mdas> that's very confusing, i don't even know what that file is
  1759. # [17:23] <@ehsan> your patch doesn't seem to be related
  1760. # [17:23] <sewardj> ted: or are there local patches applied, that we can add to?
  1761. # [17:23] <@ehsan> yeah...
  1762. # [17:24] <@ehsan> mdas: edmorley: file a blocker releng bug?
  1763. # [17:24] <bhearsum> mdas, ehsan: those are infra-ish problems
  1764. # [17:24] <bhearsum> ehsan: i'm already well aware of this
  1765. # [17:24] <@ehsan> yeap
  1766. # [17:24] <@ehsan> oh cool
  1767. # [17:24] <@ehsan> bhearsum: time to close the tree then I guess?
  1768. # [17:24] * Quits: RudyL (rudy@moz-8806B1D0.dynamic.hinet.net) (Quit: RudyL)
  1769. # [17:24] <@ehsan> my push was lucky to only touch browser/!
  1770. # [17:24] <edmorley> ehsan: done
  1771. # [17:25] <bhearsum> i thought they were already
  1772. # [17:25] <@ehsan> cool
  1773. # [17:25] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1774. # [17:25] <mdas> I see this fr.hg file leading to errors here https://tbpl.mozilla.org/php/getParsedLog.php?id=17488674&tree=Mozilla-Inbound
  1775. # [17:26] <mdas> Jacek's patch https://hg.mozilla.org/integration/mozilla-inbound/rev/c581bb3ceac5
  1776. # [17:26] <bhearsum> yeah, that's actually a false error that mozharness is imagining
  1777. # [17:26] <mdas> ah
  1778. # [17:26] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: glazou)
  1779. # [17:26] <bhearsum> stupid error parsing
  1780. # [17:26] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1781. # [17:26] <@ehsan> edmorley: so are you closing the tree? ;)
  1782. # [17:26] * Joins: marcoz (marco.zehe@moz-95090537.dip.t-dialin.net)
  1783. # [17:27] <@ehsan> oh, and here's something for everyone to retweet! https://twitter.com/ehsanakhgari/status/274549721597607936
  1784. # [17:27] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1785. # [17:27] <edmorley> ehsan: yes, hence "done"
  1786. # [17:27] <@ehsan> \o/
  1787. # [17:27] <bhearsum> mdas, ehsan, edmorley: so, that error should be fixed now - we just need to rebuild
  1788. # [17:27] * Joins: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch)
  1789. # [17:27] <edmorley> :-)
  1790. # [17:27] <@ehsan> that was fast!
  1791. # [17:27] <bhearsum> god, what a cluster
  1792. # [17:27] * @ehsan retriggers some builds
  1793. # [17:27] <bhearsum> ehsan: that's because i knew about it 25min ago :P
  1794. # [17:28] <bhearsum> you're slow today!
  1795. # [17:28] <mdas> yay!
  1796. # [17:28] <@ehsan> hehe
  1797. # [17:28] <@ehsan> this is a race that I'm happy to lose, sir!
  1798. # [17:29] <bhearsum> :)
  1799. # [17:29] <@ted> sewardj: yes, modifying breakpad SVN
  1800. # [17:29] * Joins: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net)
  1801. # [17:29] <bhearsum> so just to make sure i'm not missing anything: the only things holding the trees closed right now are broken panda/unagi/otoro builds - right?
  1802. # [17:29] <@ehsan> afaik, yes
  1803. # [17:29] <edmorley> yes
  1804. # [17:29] <bhearsum> okay, great
  1805. # [17:29] <@smaug> gavin: ping
  1806. # [17:30] <@smaug> gavin: I'm about to change events to propagate from disabled form controls to chrome. Can you immediately think of problems the change might cause ?
  1807. # [17:30] <@smaug> gavin: the change certainly does fix few bugs
  1808. # [17:31] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1809. # [17:32] * Joins: dzbarsky (Adium@moz-A25BC787.phlapa.east.verizon.net)
  1810. # [17:33] <jdm> if you prefer me over ehsan, you can also choose to retweet https://twitter.com/lastontheboat/status/274384419400335360
  1811. # [17:33] <Pike> bhearsum: I think you have a typo in bug 809106 dependency?
  1812. # [17:33] <Ms2ger> jdm, I prefer ehsan
  1813. # [17:33] <@ehsan> no guys, prefer me, pretty please!
  1814. # [17:33] * Joins: arky (arky@2337D78D.6A6C9B09.FA662B63.IP)
  1815. # [17:34] * Pike preferred ehsan
  1816. # [17:34] <@ehsan> \o/
  1817. # [17:34] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  1818. # [17:34] <padenot> ha, bad thing I don't have any engagement ring to buy, I would love to test this new feature
  1819. # [17:35] <@ehsan> padenot: it's a code word ;)
  1820. # [17:35] <Ms2ger> padenot, "Kwanzaa gifts"? :)
  1821. # [17:35] <bhearsum> Pike: actually, that bug is currently breaking b2g desktop builds completely - it blocks verifying that the stuff i just landed actually works
  1822. # [17:35] <Pike> oh, nice
  1823. # [17:36] <bhearsum> :)
  1824. # [17:36] * Pike wants to land his bugger on inbound, and picked the right day
  1825. # [17:36] <bhearsum> Pike: sorry :(
  1826. # [17:36] <Pike> bhearsum: np, I'm in Utah, my day just begun
  1827. # [17:36] <bhearsum> ah, good
  1828. # [17:37] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Ping timeout)
  1829. # [17:37] <Ms2ger> Pike, you're in Utah? I sympathise :)
  1830. # [17:37] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  1831. # [17:38] <Pike> Ms2ger: I might get out today, if delta approves
  1832. # [17:38] <Ms2ger> Oh dear
  1833. # [17:38] * Quits: dzbarsky (Adium@moz-A25BC787.phlapa.east.verizon.net) (Quit: Leaving.)
  1834. # [17:38] <Ms2ger> I haven't flown Delta since I was 7
  1835. # [17:38] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1836. # [17:39] <jcranmer> most of my delta flights were between Atlanta and DC
  1837. # [17:39] <jcranmer> not much other choices for flying that route
  1838. # [17:39] <Ms2ger> many
  1839. # [17:40] <jcranmer> not much choice; you like that better? :-)
  1840. # [17:40] * Quits: tchevalier (Thunderbir@moz-DEFC1BFB.w92-133.abo.wanadoo.fr) (Quit: tchevalier)
  1841. # [17:40] <Ms2ger> The grammar nazi in me does :)
  1842. # [17:41] * jcranmer drags Ms2ger's grammar nazi to Nuremburg
  1843. # [17:41] <Ms2ger> Nürnberg
  1844. # [17:42] * Joins: seif (seif@moz-334CC735.unitymediagroup.de)
  1845. # [17:42] * Joins: loadbang (loadbang@moz-B43B57F4.range81-151.btcentralplus.com)
  1846. # [17:42] <jcranmer> I speak English; I'm allowed to drop accents :-P
  1847. # [17:43] * Joins: tchevalier (Thunderbir@moz-DEFC1BFB.w92-133.abo.wanadoo.fr)
  1848. # [17:44] * Quits: Ms2ger (Ms2ger@moz-A283B857.adsl-dyn.isp.belgacom.be) (Quit: Leaving)
  1849. # [17:44] * Quits: tchevalier (Thunderbir@moz-DEFC1BFB.w92-133.abo.wanadoo.fr) (Quit: tchevalier)
  1850. # [17:44] * Joins: tchevalier (Thunderbir@moz-DEFC1BFB.w92-133.abo.wanadoo.fr)
  1851. # [17:45] * Quits: coyotebush (corey@moz-DAF2CFD8.pcv.reshall.calpoly.edu) (Ping timeout)
  1852. # [17:46] * Quits: mcote (mcote@moz-FD8EB826.mc.videotron.ca) (Quit: leaving)
  1853. # [17:47] * Quits: gcp (gcp@moz-D0E475EA.access.telenet.be) (Quit: Leaving)
  1854. # [17:48] * Joins: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net)
  1855. # [17:48] * Joins: drexler (chatzilla@moz-AD4BBA18.hsd1.vt.comcast.net)
  1856. # [17:49] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1857. # [17:49] * Joins: mcote (mcote@moz-FD8EB826.mc.videotron.ca)
  1858. # [17:49] * Quits: arky (arky@2337D78D.6A6C9B09.FA662B63.IP) (Client exited)
  1859. # [17:50] * Joins: tonymec__ (tonymec@D02CA93.76188B45.277517C1.IP)
  1860. # [17:50] * tonymec__ is now known as tonymec|away
  1861. # [17:50] * nmatsakis-away is now known as nmatsakis
  1862. # [17:51] <@ehsan> mak: ping?
  1863. # [17:51] <mak> ehsan: hi
  1864. # [17:51] <@ehsan> mak: hey!
  1865. # [17:51] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  1866. # [17:51] <@ehsan> mak: do you think you can review bug 815941 some time today?
  1867. # [17:52] <dougt> where do I find the list of tests that get run for each mochitest subgroup? What I really want is to know what make target i should use to run mochitest-other.
  1868. # [17:52] <@ehsan> I was hoping to work on bug 801232 during the weekend...
  1869. # [17:52] <mak> ehsan: that was my intent, but I can't tell you at what time
  1870. # [17:52] <mak> likely after dinner
  1871. # [17:52] <@ehsan> dougt: mochitest-oth is chrome+a11y+ipcplugins
  1872. # [17:52] <mak> or 2am :)
  1873. # [17:52] <@ehsan> mak: hehe, thank you very much!
  1874. # [17:53] <@ehsan> I'll make sure to pester mconley to land it then ;)
  1875. # [17:53] <mak> ehsan: btw, you should have higher hopes for the week end!
  1876. # [17:53] * Joins: JeroenDeDauw (j@moz-10ACD769.dip.t-dialin.net)
  1877. # [17:53] <@ehsan> mak: I do! I am hoping to work on a bunch of other pbngen stuff! ;)
  1878. # [17:53] <mak> lol
  1879. # [17:54] <@ehsan> speaking of which, does anyone know where the code for tab drag/drop lives?
  1880. # [17:54] <dougt> ehsan: is there a way to run that from the command line?
  1881. # [17:54] <@ehsan> dougt: make mochitest-chrome && make mochitest-a11y and make mochitest-ipcplugins :)
  1882. # [17:55] * Quits: marcoz (marco.zehe@moz-95090537.dip.t-dialin.net) (Quit: Leaving.)
  1883. # [17:55] <dougt> ah..
  1884. # [17:55] <@ehsan> s/and/&&/ of course!
  1885. # [17:55] <@ehsan> dougt: sorry to disappoint you...
  1886. # [17:55] <@ted> we could feasibly add a mochitest-other makefile target
  1887. # [17:55] <@ehsan> our tests are run with custom buildbot scripts
  1888. # [17:55] * jlebar|mac is now known as jlebar|away
  1889. # [17:55] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1890. # [17:55] <@ehsan> and nobody knows where the scripts live
  1891. # [17:55] <@ted> yeah, it's a pain
  1892. # [17:55] <bhearsum> edmorley: FYI, i've been watching the unagi build log on buildbot, and i see that it made it to "buildsymbols" already - so that's a really positive sign
  1893. # [17:55] <dougt> yeah.
  1894. # [17:55] <dougt> this works though...
  1895. # [17:55] <@ted> i know where they live, but it's horrible to deal with
  1896. # [17:56] <@ted> your best bet is usually to just look at the logs
  1897. # [17:56] <@ehsan> yeah :(
  1898. # [17:56] <@ehsan> which is annoying as hell
  1899. # [17:56] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  1900. # [17:56] <@ted> maybe mozharness will make this better
  1901. # [17:56] * Quits: luke (andhow@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  1902. # [17:56] <@ehsan> since those tests are run in slightly different ways than developers running tests sometimes
  1903. # [17:56] <@ted> yeah :-/
  1904. # [17:56] <@ehsan> and I have been personally bitten by that :(
  1905. # [17:57] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1906. # [17:57] <dougt> ehsan: what was different? anything I should worry about?
  1907. # [17:57] <bhearsum> yaaay, green unagi
  1908. # [17:57] <dougt> i am mostly worried about ipc differencers.
  1909. # [17:57] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1910. # [17:58] <dougt> differences ^
  1911. # [17:58] <edmorley> bhearsum: cool :-)
  1912. # [17:58] <@ehsan> dougt: iirc it was about xpcshell tests
  1913. # [17:58] <@ehsan> dougt: this is back when I was working on the updater
  1914. # [17:58] <@ehsan> don't remember the exact details
  1915. # [17:58] <@ehsan> but it was obscure and nasty
  1916. # [17:58] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  1917. # [17:59] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Ping timeout)
  1918. # [17:59] <dougt> ehsan: such fond memories about the days you worked on the updater...
  1919. # [17:59] * Quits: squeakytoy (christoffe@moz-135838FA.netset.se) (Quit: Leaving)
  1920. # [17:59] <@ehsan> and they're not the only ones... ;)
  1921. # [18:00] * Joins: mccr8 (mccr8@moz-795DD8B1.dsl.sntc01.pacbell.net)
  1922. # [18:00] <@ehsan> edmorley: can we reopen the tree?
  1923. # [18:00] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  1924. # [18:00] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1925. # [18:01] <edmorley> ehsan: I'd say yes; done
  1926. # [18:01] * Quits: mccr8 (mccr8@moz-795DD8B1.dsl.sntc01.pacbell.net) (Quit: mccr8)
  1927. # [18:01] <@ehsan> ty
  1928. # [18:01] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Input/output error)
  1929. # [18:01] * Joins: bdahl (bdahl@2557E599.66715431.D25A875A.IP)
  1930. # [18:01] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Ping timeout)
  1931. # [18:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/55b884987542 - Ehsan Akhgari - Followup for bug 456884 - Fix the variable name to match the surrounding ones
  1932. # [18:02] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1933. # [18:02] <BenWa> edmorley: I see you landed my clobber patch but the changes are green. Did you force a clobber before the build jobs started?
  1934. # [18:02] * singerb is now known as singerb|lunch
  1935. # [18:02] * Quits: loadbang (loadbang@moz-B43B57F4.range81-151.btcentralplus.com) (Quit: Bye)
  1936. # [18:02] <edmorley> BenWa: yes; but the "if exists" should prevent bustage if the file doesn't exist in the objdir anyway, right?
  1937. # [18:02] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1938. # [18:03] * Joins: myk (myk@moz-64D96850.dsl.dynamic.sonic.net)
  1939. # [18:04] <BenWa> right
  1940. # [18:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f3ee32cc5b88 - Fernando Jiménez - Bug 816535 - [Apps] applyDownload() fails after restarting a canceled download;r=fabrice
  1941. # [18:05] * Joins: harth (harth@moz-8B705092.dsl.dynamic.sonic.net)
  1942. # [18:05] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1943. # [18:05] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  1944. # [18:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d743a639162d - Andrew Halberstadt - Bug 816630 - B2G xpcshell tests use wrong binary directory, r=jgriffin, DONTBUILD a=NPOTB,test-only
  1945. # [18:06] * Joins: aja (Instantbir@55C9C5E5.69742465.7880DB15.IP)
  1946. # [18:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ce1e1e13511b - Srinath N - Bug 815402 - Add Remanence and remanent to the en-US dictionary; r=ehsan
  1947. # [18:06] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  1948. # [18:07] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  1949. # [18:09] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1950. # [18:11] * Quits: victorporof (victorporo@67E3B645.BEB908B0.79933D60.IP) (Quit: victorporof)
  1951. # [18:11] <fabrice> bsmith: ping
  1952. # [18:11] <bsmith> fabrice: pong
  1953. # [18:12] <fabrice> bsmith: I'll have time monday to check your stuff. I was at a work week this week and travel tomorrow
  1954. # [18:13] * Joins: josh (josh@moz-71218DF2.upc-e.chello.nl)
  1955. # [18:13] <bsmith> OK, thanks.
  1956. # [18:13] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  1957. # [18:14] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  1958. # [18:15] * Quits: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP) (Input/output error)
  1959. # [18:17] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  1960. # [18:17] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
  1961. # [18:18] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  1962. # [18:20] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1963. # [18:20] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Quit: dveditz)
  1964. # [18:21] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  1965. # [18:21] * armenzg is now known as armenzg_lunch
  1966. # [18:22] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1967. # [18:23] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/608c3308c5e1 - Andrew Halberstadt - Bug 816630 - B2G xpcshell tests use wrong binary directory, r=jgriffin, DONTBUILD a=NPOTB,test-only
  1968. # [18:23] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  1969. # [18:23] * Quits: seif (seif@moz-334CC735.unitymediagroup.de) (Quit: Leaving.)
  1970. # [18:23] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1971. # [18:25] * Joins: cabanier (cabanier@89803C3C.27D0C967.A0B21F13.IP)
  1972. # [18:25] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1973. # [18:25] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1974. # [18:26] * Joins: cdiehl_ (cdiehl@moz-FD110F33.pool.mediaways.net)
  1975. # [18:26] <bhearsum> edmorley: trees are looking OK now, right?
  1976. # [18:26] * Quits: cdiehl (cdiehl@moz-F0F4F5FE.pool.mediaways.net) (Ping timeout)
  1977. # [18:26] * cdiehl_ is now known as cdiehl
  1978. # [18:26] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1979. # [18:26] * Joins: anton_ (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1980. # [18:27] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1981. # [18:28] * Quits: kaze (kaze@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net) (Ping timeout)
  1982. # [18:29] <edmorley> bhearsum: lgtm
  1983. # [18:29] <bhearsum> great
  1984. # [18:31] * Joins: tonymec (tonymec@D02CA93.76188B45.277517C1.IP)
  1985. # [18:32] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  1986. # [18:32] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  1987. # [18:32] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1988. # [18:33] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  1989. # [18:34] * Joins: jammink (textual@2557E599.66715431.D25A875A.IP)
  1990. # [18:34] <Pike> any tips on how to resolve "Groß-/Kleinschreibungskonflikt zwischen js/src/vm/forkjoin.cpp und js/src/vm/ForkJoin.cpp"? It keeps me from rebasing my patch
  1991. # [18:35] * Quits: anton_ (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  1992. # [18:35] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1993. # [18:36] <jfkthame> some trick such as "hg mv" the file to an entirely different name and then "hg mv" it back to the newly-cased version, maybe?
  1994. # [18:36] * Quits: fabrice (fabrice@moz-79C34B6E.red-88-26-255.staticip.rima-tde.net) (Quit: Leaving.)
  1995. # [18:37] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1996. # [18:37] * Joins: akeybl (akeybl@43CB6079.66715431.D25A875A.IP)
  1997. # [18:37] <Pike> jfkthame: it's not even my patch, or close to it. guess I'll just try to transplant
  1998. # [18:38] * Quits: mjschranz (matt@78D3F304.33EE9F8A.1139E686.IP) (Quit: later!)
  1999. # [18:38] * Joins: syscall (ned@2ADD410C.F4227AB9.F1A77B40.IP)
  2000. # [18:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5ae27ec3d9ec - Gregor Wagner - Bug 815974 - [System] Remember geolocation permission for an app is broken. r=sicking
  2001. # [18:39] * Joins: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net)
  2002. # [18:39] * Quits: syscall (ned@2ADD410C.F4227AB9.F1A77B40.IP) (Max SendQ exceeded)
  2003. # [18:39] * Joins: mjschranz (matt@78D3F304.33EE9F8A.1139E686.IP)
  2004. # [18:40] * Joins: syscall (ned@2ADD410C.F4227AB9.F1A77B40.IP)
  2005. # [18:40] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2006. # [18:41] * Joins: coyotebush (corey@moz-95C9993F.wireless.calpoly.edu)
  2007. # [18:41] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  2008. # [18:41] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  2009. # [18:41] <NeilAway> mounir: who's going to set a permission for *.com anyway?
  2010. # [18:41] * Quits: josh (josh@moz-71218DF2.upc-e.chello.nl) (Quit: josh)
  2011. # [18:41] <jfkthame> Pike: i suspect bug 816805 has bitten you
  2012. # [18:43] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Connection reset by peer)
  2013. # [18:43] * Joins: wesj1 (Thunderbir@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2014. # [18:43] <NeilAway> ehsan: so, the idea is to turn on MOZ_PER_WINDOW_PRIVATE_BROWSING permanently, or remove it too?
  2015. # [18:43] * Joins: Mossop (mossop@6303B85E.FDE27459.739380AF.IP)
  2016. # [18:43] <jfkthame> ehsan: aren't we supposed to have an hg hook that prevents people renaming files by only changing case?
  2017. # [18:43] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2018. # [18:44] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2019. # [18:44] <NeilAway> padenot: well, there's always privates browsing ;-)
  2020. # [18:45] * kmoir is now known as kmoir-afk
  2021. # [18:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b88467155adc - Axel Hecht - bug 796051, add chrome-% target to package b2g localized files, r=fabrice
  2022. # [18:45] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  2023. # [18:45] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  2024. # [18:45] * Quits: akeybl (akeybl@43CB6079.66715431.D25A875A.IP) (Quit: akeybl)
  2025. # [18:46] * whimboo|afk is now known as whimboo
  2026. # [18:47] <mounir> NeilAway: sure, no one
  2027. # [18:47] <mounir> NeilAway: but I don't understand why this is doable (I guess it's a bug)
  2028. # [18:48] <NeilAway> mounir: well, you have to remember the permission manager is much older than the etld service
  2029. # [18:48] * jmaher|afk is now known as jmaher
  2030. # [18:48] * AutomatedTester is now known as AutomatedTester|away
  2031. # [18:48] <mounir> NeilAway: I know that
  2032. # [18:49] <NeilAway> mounir: and nobody needed to stop people adding permissions for *.com because nobody was trying to, as opposed to, say, cookies for *.com
  2033. # [18:49] * NeilAway thwaps ChatZilla
  2034. # [18:49] <mounir> NeilAway: what do you mean?
  2035. # [18:50] * Joins: akeybl (akeybl@2557E599.66715431.D25A875A.IP)
  2036. # [18:50] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  2037. # [18:50] * ChanServ sets mode: +o dveditz
  2038. # [18:50] * Quits: JeroenDeDauw (j@moz-10ACD769.dip.t-dialin.net) (Quit: Leaving.)
  2039. # [18:50] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  2040. # [18:51] <NeilAway> mounir: sorry I can't think of a good analogy
  2041. # [18:51] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  2042. # [18:52] <Optimizer> how to access the <a>Value</a> via javascript ?
  2043. # [18:52] <Optimizer> I mean how to get the string "Value"
  2044. # [18:52] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2045. # [18:53] <@ehsan> jfkthame: I think we do
  2046. # [18:53] <@ehsan> NeilAway: yes, the idea is to turn it on on m-c soon, and then removing the code hidden behind it one release after we ship this
  2047. # [18:54] <jfkthame> ehsan: it looks like it just happened in bug 816805 - and see Pike's hg error above (forkjoin vs. ForkJoin)
  2048. # [18:54] * Joins: luke (andhow@2557E599.66715431.D25A875A.IP)
  2049. # [18:54] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2050. # [18:54] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  2051. # [18:55] <@ehsan> jfkthame: sigh...
  2052. # [18:55] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  2053. # [18:55] * Joins: juanb (jbecerra@2557E599.66715431.D25A875A.IP)
  2054. # [18:55] <@ehsan> Pike: you are on mac/linux, right?
  2055. # [18:55] <@ehsan> s/linux/windows/
  2056. # [18:56] <Pike> ehsan: mac, yeah
  2057. # [18:56] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  2058. # [18:56] * Joins: phx (Adium@4B9CA04F.20479294.689607DE.IP)
  2059. # [18:56] * wlach is now known as wlach|chiro
  2060. # [18:56] <@ehsan> Pike: what exact command are you running? and what's your hg version?
  2061. # [18:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/133c704dbcc6 - Benoit Girard - Bug 799640 - Part 3: Add shutdown labels. r=espindola
  2062. # [18:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b130bb991d84 - Benoit Girard - Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan
  2063. # [18:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e47b059493cf - Benoit Girard - Bug 799640 - Part 1: Refactor JSObjectBuilder. r=ehsan
  2064. # [18:56] * Quits: jlebar|away (~jlebarmac@moz-3F3A6302.dyn.columbia.edu) (Quit: jlebar|away)
  2065. # [18:57] <Pike> ehsan: hg 2.1.2. I also worked around it now, I just transplanted and stripped the old one
  2066. # [18:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/944c97dabc33 - Michal Novotny - Bug 816642 - Avoid fragmenting cache files, r=jduell
  2067. # [18:59] <@ehsan> Pike: did it work?
  2068. # [18:59] * Joins: dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net)
  2069. # [18:59] * ChanServ sets mode: +o dbaron
  2070. # [18:59] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Ping timeout)
  2071. # [18:59] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2072. # [19:00] <Pike> ehsan: did for me, as I knew I wouldn't conflict with anything. nobody's touching b2g l10n stuff if they're not forced to like I am ;-)
  2073. # [19:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9252522aab90 - Jonathan Griffin - Bug 815807 - Part 3: Load marionette early in the B2G startup process if relevant pref is set, otherwise load it late, r=ahal
  2074. # [19:01] * jcranmer is now known as jcranmer|away
  2075. # [19:01] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Quit: Leaving)
  2076. # [19:01] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  2077. # [19:01] <@ehsan> hehe
  2078. # [19:01] <@ehsan> Pike: well glad that you could fix the problem
  2079. # [19:02] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2080. # [19:02] <jfkthame> ehsan: so are those of us on mac & windows likely to see problems next time we pull? or does a sufficiently new hg handle it ok?
  2081. # [19:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2bf9b04dd7cf - Kartikaya Gupta - Bug 793150 - Exit full-screen mode when invoking the menu. r=sriram
  2082. # [19:03] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  2083. # [19:04] <@ehsan> jfkthame: honestly I never understood the nature of the original bug
  2084. # [19:04] <@ehsan> Pike: please file a mercurial bug
  2085. # [19:04] <jduell> bz: biesi: ping
  2086. # [19:04] * Joins: anton_ (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2087. # [19:04] * Quits: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP) (Ping timeout)
  2088. # [19:04] <biesi_> jduell, pong
  2089. # [19:05] <jduell> biesi_: got a sec? I'm trying to figure out some stuff for B2G necko
  2090. # [19:05] <biesi_> jduell, sure
  2091. # [19:05] <jduell> biesi_: so this is bug 815523
  2092. # [19:05] <jduell> we need to take "app://" protocol (URIs that an app uses to access its own resources, in a jar file)
  2093. # [19:06] <jduell> and have the parent process get the file handle, since we're banning children from doing IO
  2094. # [19:06] * Quits: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP) (Connection reset by peer)
  2095. # [19:06] * Joins: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP)
  2096. # [19:06] <biesi_> jduell, ok
  2097. # [19:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/167b31ff36c2 - Daniel Holbert - Bug 816885: Guard GetDisplayportCoverage() in LayerManagerOGL.cpp with #ifdef MOZ_ANDROID_OMTC, since it's only used in #ifdef-guarded code. r=Cwiiis
  2098. # [19:06] <jduell> I think we've got the part up to there OK. The trick is that the parent will give the child an int fd
  2099. # [19:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/534c895a396a - Ehsan Akhgari - Follow-up for bug 815402 - Accept the plural form of Remanence in the en-US dictionary
  2100. # [19:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/de5b83cdbfea - Daniel Holbert - Bug 816888: Remove unused variable 'script' from XPCShellEnvironment.cpp. r=terrence
  2101. # [19:06] <mjrosenb> do I want to know why we bundle things in a jar file?
  2102. # [19:07] <biesi_> jduell, how will it do that?
  2103. # [19:07] <jduell> and I'm trying to figure out how to wedge that into the JARChannel, which takes an nsIFile and does lots of stuff with it (zip cache, etc)
  2104. # [19:07] <jduell> much of which I don't understand
  2105. # [19:07] <jduell> yet :)
  2106. # [19:07] <biesi_> ah, um
  2107. # [19:07] <biesi_> jduell, so, I wouldn't use jarchannel
  2108. # [19:08] <biesi_> jduell, what I would do is 1) make ZipArchive support opening a zip by fd, and 2) write a simple channel wrapper around that (using nsBaseChannel - ought to be fairly simple)
  2109. # [19:08] <biesi_> though... you may stll need a cache, hrm
  2110. # [19:09] <biesi_> I don't know jarchannel that well
  2111. # [19:09] * dholbert|afk is now known as dholbert
  2112. # [19:09] <jduell> biesi_: my other thought was to implement nsIIpcFileURI and nsIIPCFile classes.
  2113. # [19:09] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2114. # [19:09] <jduell> Have the jarchannel QI for them (as it does for nsIFile, in nsJARChannel::CreateJarInput)
  2115. # [19:10] <jduell> and if needed, do async IO to open the channel (get the fd from the parent), and then the nsIIpcFile looks like a regular file after that
  2116. # [19:10] <jduell> with the one wart that we've essentially opened it during construction, so when zip calls OpenNSPRFileDesc() on it later, it's a no-op
  2117. # [19:11] <biesi_> jduell, that sounds reasonable
  2118. # [19:11] * whimboo is now known as whimboo|afk
  2119. # [19:11] <jduell> (we have to make sure we use the correct flags when we open during construction, but they're pretty obvious)
  2120. # [19:11] <biesi_> jduell, you need to make the cache work, probably
  2121. # [19:11] <biesi_> otherwise getting multiple files from the same jar would likely be slow
  2122. # [19:11] <jduell> biesi_: do you know what the cache does? If it just keeps the fd open, we ought to be good.
  2123. # [19:11] * armenzg_lunch is now known as armenzg
  2124. # [19:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/82dab468b195 - Joel Maher - Bug 815786 - Disable testCheck3 in Talos. r=gbrown
  2125. # [19:11] <jduell> If it tries to re-open files, then I need to think about it more
  2126. # [19:11] <biesi_> jduell, think it keeps nsIZipArchives around
  2127. # [19:11] <biesi_> don't think it reopens them
  2128. # [19:12] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Ping timeout)
  2129. # [19:12] <jduell> biesi_: OK, I'll poke around and see what it does with them.
  2130. # [19:12] <jduell> biesi_: thanks
  2131. # [19:12] <biesi_> np
  2132. # [19:12] * Quits: coyotebush (corey@moz-95C9993F.wireless.calpoly.edu) (Ping timeout)
  2133. # [19:13] * Quits: anton_ (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2134. # [19:13] * Quits: martyn (martyn@moz-5E9CD98A.range86-165.btcentralplus.com) (Quit: Ex-Chat)
  2135. # [19:14] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  2136. # [19:14] * rail_away is now known as rail
  2137. # [19:15] * Quits: paolo (paolo@moz-721975E8.retail.telecomitalia.it) (Client exited)
  2138. # [19:15] <jduell> biesi_: I've never needed to add a new protocol type for URIs--how do I do that?
  2139. # [19:15] <biesi_> jduell, do you need a special URI class?
  2140. # [19:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/31f4c1cb0e91 - Andres Hernandez - Bug 814700 - Post test_private_resume.js to the new per-window PB APIs; r=ehsan
  2141. # [19:15] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  2142. # [19:15] * Joins: nalexander (nalexander@moz-59682A1.dmz.scl3.mozilla.com)
  2143. # [19:15] <biesi_> jduell, if zipfd://1/foo/bar.html works for you, you may not need a special class
  2144. # [19:16] <biesi_> and can just NS_NewURI that
  2145. # [19:16] <jduell> biesi_: well, I need a separate XPCOM type.
  2146. # [19:16] <biesi_> jduell, and jarchannel can do schemeIs
  2147. # [19:16] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  2148. # [19:16] <biesi_> jduell, if you do need an xpcom type, you need a protocol handler
  2149. # [19:16] <jduell> biesi_: well, the GetFile method needs to be pretty different for this URI type, so I'm guessing I need a real class.
  2150. # [19:17] <biesi_> jduell, how did you want to implement GetFile?
  2151. # [19:17] <biesi_> jduell, I suspect you might be happier if you can avoid that and special case this "protocol"
  2152. # [19:17] <jduell> biesi_: well, it needs to hand off a nsIIpcFile instead of a regular nsIFile
  2153. # [19:18] <@gavin> smaug: can't think of anything offhand
  2154. # [19:18] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2155. # [19:18] <biesi_> jduell, right -- if (url.schemeIs("zipfd")) { file = new nsIIpcFile(...); } else { file = url.getFile(); }
  2156. # [19:18] <jduell> I suppose I could have the zip code schemeIs and it could instantiate the new class
  2157. # [19:18] <biesi_> jduell, does that work?
  2158. # [19:18] <biesi_> eightr
  2159. # [19:18] <biesi_> right
  2160. # [19:18] <jduell> biesi_: interesting typo! :)
  2161. # [19:18] * Joins: azakai (alon@2557E599.66715431.D25A875A.IP)
  2162. # [19:18] <biesi_> this bus is not ideal for typing :)
  2163. # [19:18] <jduell> biesi_: yes, that will work.
  2164. # [19:19] <biesi_> jduell, I suspect this would be a lot simpler than its own URI class
  2165. # [19:19] * Quits: Optimizer (Optimizer@9ABF767F.4A76994A.D2D1FAF0.IP) (Ping timeout)
  2166. # [19:19] <jduell> biesi_: ah, Facebook has buses too. SF Bay is catching up to India--private bus systems for companies
  2167. # [19:19] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2168. # [19:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fc50a2127738 - Jon Coppeard - Bug 815999 - Sweep debugger and debugee objects in same group and improve black->gray pointer detection r=billm
  2169. # [19:19] <biesi_> jduell, heh, I didn't know india had that
  2170. # [19:20] <biesi_> google had buses for a long time
  2171. # [19:20] * Joins: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu)
  2172. # [19:20] <jduell> biesi_: well, they also have a sub-par public transit system, so when that's the case, private companies start moving their own workers
  2173. # [19:20] * Joins: randix (rdow@moz-C102930E.mycingular.net)
  2174. # [19:21] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  2175. # [19:21] <biesi_> jduell, yeah. though the bay area has some special features that make it harder to do a good transit system -- e.g. people living in SF, working in south bay
  2176. # [19:21] * Joins: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP)
  2177. # [19:21] <jduell> Just another hidden tax from having "small" government.
  2178. # [19:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c77b869c2025 - Joe Walker - Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão
  2179. # [19:21] <jduell> biesi_: yes, if by "special feature" you mean "lack of urban planning" :)
  2180. # [19:21] <biesi_> yeah, but some of it is unrelated
  2181. # [19:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fa79d795218f - Olli Pettay - Bug 816480 - crash in nsEventListenerManager::RemoveEventListener, r=jst
  2182. # [19:21] <biesi_> jduell, indeed :)
  2183. # [19:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d188dbaa49b1 - Ehsan Akhgari - Merge mozilla-central to mozilla-inbound
  2184. # [19:22] * Quits: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net) (Quit: Computer has gone to sleep.)
  2185. # [19:22] <biesi_> yes, the urban planning here is terrible
  2186. # [19:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5410bfb11bb5 - Ehsan Akhgari - Fix a typo, no bug, DONTBUILD
  2187. # [19:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b7103181091 - Ed Morley - Merge last PGO-green changeset of mozilla-inbound to mozilla-central
  2188. # [19:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d2fbc67f69f5 - Joe Walker - Merge m-c to fx-team
  2189. # [19:22] <jduell> but perhaps this talk belong better on the #socialistrant channel... :P
  2190. # [19:22] * Joins: Optimizer (Optimizer@8047248B.F5AEC7E6.274D17D6.IP)
  2191. # [19:22] <biesi_> jduell, you can do better urban planning without being socialist :)
  2192. # [19:23] <jhammel> jduell: you tempt me with a channel that doesn't exist :P
  2193. # [19:23] <jhammel> biesi_: you can, but why? ;)
  2194. # [19:23] <biesi_> heh
  2195. # [19:23] <jduell> biesi_: in the US, urban planning === socialism
  2196. # [19:23] <biesi_> really? *sigh*
  2197. # [19:23] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2198. # [19:23] <jhammel> s/urban planning/anything but laissez faire capitalism/
  2199. # [19:23] * Quits: bsmith (bsmith@moz-50026E44.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2200. # [19:24] <biesi_> politics in this country are terrible sometimes
  2201. # [19:24] <biesi_> though, of course, maybe I just say that because I'm used to a different kind of terrible politics
  2202. # [19:24] <jduell> Actually the rich do a very nice job of lobbying for their suburbs to be planned as they enjoy them to be.
  2203. # [19:24] <jhammel> s/in this country// s/sometimes//
  2204. # [19:24] * Quits: randix (rdow@moz-C102930E.mycingular.net) (Ping timeout)
  2205. # [19:25] * jimm is now known as jimm-lunch
  2206. # [19:25] <jduell> ok, I've got to get back to writing software that's a cancer to intellectual property rights :P
  2207. # [19:25] <jhammel> jduell++ :)
  2208. # [19:26] * Quits: syscall (ned@2ADD410C.F4227AB9.F1A77B40.IP) (Ping timeout)
  2209. # [19:26] * Joins: randix (rdow@moz-24453B95.mycingular.net)
  2210. # [19:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/743f9704f233 - Brian Hackett - Make removal of negative zero checks independent from resume point locations, bug 816786. r=h4writer
  2211. # [19:27] <biesi_> jduell++
  2212. # [19:28] * Quits: singerb|lunch (singerb@moz-8897C7D8.lightspeed.livnmi.sbcglobal.net) (Quit: singerb|lunch)
  2213. # [19:28] * khuey|away is now known as khuey
  2214. # [19:28] * Quits: kaie (kaie@moz-7F2F24DC.dip.t-dialin.net) (Ping timeout)
  2215. # [19:28] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  2216. # [19:28] * Joins: kaie (kaie@moz-23A2BD9.dip.t-dialin.net)
  2217. # [19:30] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  2218. # [19:32] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2219. # [19:32] * Quits: randix (rdow@moz-24453B95.mycingular.net) (Connection reset by peer)
  2220. # [19:32] * Joins: biesi__ (cbiesinger@moz-48E61CD.snc1.tfbnw.net)
  2221. # [19:33] * Quits: biesi_ (cbiesinger@moz-48E61CD.snc1.tfbnw.net) (Ping timeout)
  2222. # [19:34] * Quits: Mossop (mossop@6303B85E.FDE27459.739380AF.IP) (Ping timeout)
  2223. # [19:34] * Joins: Mossop_ (mossop@3B7A0A82.FDE27459.739380AF.IP)
  2224. # [19:34] * Mossop_ is now known as Mossop
  2225. # [19:35] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  2226. # [19:36] * Joins: coyotebush (corey@moz-95C9993F.wireless.calpoly.edu)
  2227. # [19:36] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2228. # [19:36] * geekboy|afk is now known as geekboy
  2229. # [19:36] * Joins: syscall (ned@2ADD410C.F4227AB9.F1A77B40.IP)
  2230. # [19:37] <@ehsan> gavin: ping
  2231. # [19:38] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Ping timeout)
  2232. # [19:39] * Joins: randix (rdow@moz-24453B95.mycingular.net)
  2233. # [19:39] * whimboo|afk is now known as whimboo
  2234. # [19:40] * Quits: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de) (Quit: nforgerit)
  2235. # [19:40] * jwir3|away is now known as jwir3
  2236. # [19:41] <gw280> is github down?
  2237. # [19:41] <gw280> ehsan: ^^
  2238. # [19:41] * Joins: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2239. # [19:41] <@ehsan> yes
  2240. # [19:41] <mkaply> mak: Did you write the about:home page originally? Or just hack on it?
  2241. # [19:42] <gw280> excellent :)
  2242. # [19:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/98b22b52150e - Monica Chew - Bug 812238 - Initial import of protobuf-2.4.1. r=khuey
  2243. # [19:42] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2244. # [19:42] * Joins: ekw|2 (ekw@moz-6E1EB62D.dhcp.mtpk.ca.charter.com)
  2245. # [19:43] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  2246. # [19:43] <@gavin> ehsan: pong
  2247. # [19:43] * Quits: ekw (ekw@moz-6E1EB62D.dhcp.mtpk.ca.charter.com) (Ping timeout)
  2248. # [19:43] * Joins: jlebar|mac (~jlebarmac@moz-3F3A6302.dyn.columbia.edu)
  2249. # [19:44] <@ehsan> gavin: do you have the review bandwidth for bug 816527?
  2250. # [19:46] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Client exited)
  2251. # [19:46] * kmoir-afk is now known as kmoir
  2252. # [19:48] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/6cc72f5e8dc3 - Jonathan Griffin - Bug 815807 - Part 3: Load marionette early in the B2G startup process if relevant pref is set, otherwise load it late, r=ahal, a=NPOTB
  2253. # [19:48] <@gavin> ehsan: blair should probably review it, but I had some comments
  2254. # [19:48] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Quit: mkohler)
  2255. # [19:48] <@gavin> will update the bug shortly
  2256. # [19:48] * Quits: randix (rdow@moz-24453B95.mycingular.net) (Connection reset by peer)
  2257. # [19:48] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  2258. # [19:48] <@ehsan> gavin: thank you
  2259. # [19:48] * Joins: randix (rdow@moz-24453B95.mycingular.net)
  2260. # [19:48] * mcote is now known as mcote|interviewing
  2261. # [19:50] * Quits: biesi__ (cbiesinger@moz-48E61CD.snc1.tfbnw.net) (Quit: Leaving)
  2262. # [19:51] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2263. # [19:51] * Joins: ehugg_ (chatzilla@moz-6D0FD3FC.cisco.com)
  2264. # [19:54] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  2265. # [19:54] * Quits: randix (rdow@moz-24453B95.mycingular.net) (Input/output error)
  2266. # [19:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fefd7cb475aa - Brian Nicholson - Bug 768532 - Use profile database path on Android 2.2. r=lucasr,gbrown
  2267. # [19:54] * Quits: coyotebush (corey@moz-95C9993F.wireless.calpoly.edu) (Quit: Leaving.)
  2268. # [19:54] * mattwoodrow|away is now known as mattwoodrow
  2269. # [19:54] <gw280> ehsan: it's back
  2270. # [19:55] <@ehsan> gw280: it's intermittent
  2271. # [19:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5971115a94d2 - Brian Nicholson - Bug 811445 - Part 2: Test case for Add Search Engine. r=gbrown
  2272. # [19:55] * Joins: dzbarsky (Adium@moz-A25BC787.phlapa.east.verizon.net)
  2273. # [19:55] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  2274. # [19:55] <mak> mkaply: both?
  2275. # [19:55] * Quits: Optimizer (Optimizer@8047248B.F5AEC7E6.274D17D6.IP) (Ping timeout)
  2276. # [19:56] <mkaply> mak: I'm trying to figure out if by this line - let defaultEngine = Services.search.originalDefaultEngine; you mean to get the real originalDefaultEngine
  2277. # [19:56] <mkaply> (which the broken search code doesn't do).
  2278. # [19:56] <mkaply> Was the page designed to pick up the user specified defaultenginename? OR should it always grab the one from the default preferences.
  2279. # [19:56] <mak> mkaply: real?
  2280. # [19:57] * geekboy is now known as geekboy|afk
  2281. # [19:57] <@gavin> mkaply: none of Firefox's code supports customizing defaultenginename
  2282. # [19:57] <@gavin> none of this code was written with that in mind
  2283. # [19:57] * Joins: tanvi (tanvi@2557E599.66715431.D25A875A.IP)
  2284. # [19:57] <mkaply> gavin: I understand, but apparently there have been some toolbars that did it (Yahoo)
  2285. # [19:57] * Quits: @dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net) (Ping timeout)
  2286. # [19:58] * Joins: Optimizer (Optimizer@68485F2A.29DEE1A3.274D17D6.IP)
  2287. # [19:58] <@gavin> sure
  2288. # [19:58] <@gavin> but you're asking about intent
  2289. # [19:58] * geekboy|afk is now known as geekboy
  2290. # [19:58] <mkaply> well yeah, because in my patch for my bug, I want to know if about:Home should use originalDefaultEngine or defaultEngine.
  2291. # [19:58] <mkaply> Not sure why someone put those in search service and made them do the same thing
  2292. # [19:59] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2293. # [19:59] <mak> the intent is what is specified in nsIBrowserSearchService.idl then if something modifies the product I don't have control
  2294. # [19:59] * Joins: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2295. # [19:59] <@gavin> they don't do the same thing
  2296. # [19:59] <@gavin> originalDefaultEngine uses the default engine regardless of its hidden state
  2297. # [19:59] <@gavin> defaultEngine picks another engine if the default is hidden
  2298. # [20:00] * Joins: singerb (singerb@moz-33123EB2.hsd1.mi.comcast.net)
  2299. # [20:00] <@gavin> this is all quite separate from the cocnept of a user-set defaultenginename
  2300. # [20:00] * hwine|buildduty is now known as hwine|buildduty|afk
  2301. # [20:00] <mkaply> so then they are just poorly named :)
  2302. # [20:00] <@gavin> (and using the default pref branch doesn't help against add-on overridden values)
  2303. # [20:00] <@bz> reallyDefaultIQuiteDoMeanItEngine ?
  2304. # [20:01] <mkaply> gavin: depends on how the add-on overrides it
  2305. # [20:01] <@gavin> yes, of course
  2306. # [20:01] <mak> bz: I prefer .getSearchEngineImThinkingAbout()
  2307. # [20:01] <mkaply> I wonder if defaultengine name is on the AMO list of "preferences to flag"
  2308. # [20:01] <@gavin> mak: unfortunate clipboard error made me lose my review comments for your patch!
  2309. # [20:02] <@gavin> mak: regenerating them now, after having installed a clipboard history app :)
  2310. # [20:02] <@bz> mak: heh
  2311. # [20:02] <mak> gavin: then just r+ it :)
  2312. # [20:02] <mak> review comments are a so old concept...
  2313. # [20:02] <@gavin> mak: only had a couple minor comments, and was r+ing anyways :)
  2314. # [20:03] <mkaply> Do does something like the MSN version of Firefox use MSN on about:home?
  2315. # [20:03] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2316. # [20:03] <mkaply> does it change defaultenginename?
  2317. # [20:03] <@gavin> I don't know
  2318. # [20:03] <mkaply> I'm wondering if needing to change it is a localization issue or a distribution issue.
  2319. # [20:03] * jimm-lunch is now known as jimm
  2320. # [20:03] <mkaply> I can't figure out why it is using a preference in the first place.
  2321. # [20:03] <mkaply> versus localizable pref.
  2322. # [20:03] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  2323. # [20:04] <@gavin> it is a localizable pref
  2324. # [20:04] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2325. # [20:04] * Quits: anton (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  2326. # [20:04] <@gavin> pref("browser.search.defaultenginename", "chrome://browser-region/locale/region.properties");
  2327. # [20:04] <mkaply> oh .Duh :)
  2328. # [20:04] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Quit: bye)
  2329. # [20:05] <mkaply> gavin: So that means that an add-on would have to do more than the normal effort to change it as a default pref.
  2330. # [20:05] <mkaply> that's good to know
  2331. # [20:06] <@gavin> including a default pref file in your addon isn't very hard
  2332. # [20:06] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2333. # [20:06] <tanvi> smaug - did you have a chance to look at buy 782654
  2334. # [20:06] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2335. # [20:07] <tanvi> *bug 782654
  2336. # [20:07] <mkaply> gavin: well if it is a complex pref in Firefox, it has to be a complex pref in your add-on. So you can't just add browser.search.defaultenginename to your default pref file. (at least that's the way it used to work)
  2337. # [20:07] <@gavin> you can
  2338. # [20:07] <tanvi> i didn't get a response on #jetpack, and i'm still unsure what to do about the expanded principal, since its not really the origin so i can't tell if we are on an ssl page
  2339. # [20:08] <@gavin> pref("browser.search.defaultenginename", "data:text/plain,browser.search.defaultenginename=foo");
  2340. # [20:08] <@smaug> tanvi: just a second...dealing with something else right now...
  2341. # [20:08] <@smaug> tanvi: but the answer is, unfortunately no
  2342. # [20:08] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2343. # [20:08] <tanvi> sure
  2344. # [20:09] <mkaply> gavin: Well yeah. there is that.
  2345. # [20:09] <JosiahOne> Is it possible to edit Firefox source in Xcode? I know it's a longshot, but is anyone here doing it. That is my favorite IDE, so I was hoping it's possible, even though it isn't really in Obj-C.
  2346. # [20:10] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2347. # [20:10] * Joins: smooney (smooney@2557E599.66715431.D25A875A.IP)
  2348. # [20:10] <mkaply> Hmm. MSN Firefox download doesn't work on chrome.
  2349. # [20:11] * Quits: syscall (ned@2ADD410C.F4227AB9.F1A77B40.IP) (Quit: Leaving)
  2350. # [20:12] * Joins: jimb (user@9E727688.17C2F9C.163DC5C6.IP)
  2351. # [20:12] * Joins: coyotebush (corey@moz-95C9993F.wireless.calpoly.edu)
  2352. # [20:12] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2353. # [20:12] * kk1fff is now known as kk1fff|sleep
  2354. # [20:14] <mkaply> Yep. MSN Firefox changes defaultenginename. So about:home has no logos, but Bing works.
  2355. # [20:14] * whimboo is now known as whimboo|afk
  2356. # [20:16] * mjschranz is now known as mjschranz_away
  2357. # [20:17] * edmorley is now known as edmorley|away
  2358. # [20:17] * Parts: edmorley|away (edmorley@moz-8C4B81ED.range109-156.btcentralplus.com)
  2359. # [20:18] <JonathanS> http://starwars.com/news/attack-of-the-clones-revenge-of-the-sith-3d-theatrical-release-dates-confirmed.html 3D glasses make 3D movie too dark
  2360. # [20:19] * mattwoodrow is now known as mattwoodrow|away
  2361. # [20:19] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  2362. # [20:19] <JonathanS> oops
  2363. # [20:20] * Joins: sfink (chatzilla@2557E599.66715431.D25A875A.IP)
  2364. # [20:20] <mkaply> bah. but the bing versions sets the keyword.URL instead of relying on defaultenginename
  2365. # [20:20] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  2366. # [20:20] * Quits: valenting (Thunderbir@3B82C8D8.FDB3AFA7.FB866788.IP) (Quit: valenting)
  2367. # [20:20] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: I left.)
  2368. # [20:21] * Joins: micadeyeye (micadeyeye@moz-D83305D4.dynamic.wa.co.za)
  2369. # [20:22] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Client exited)
  2370. # [20:22] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2371. # [20:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/04ebcfd56e6e - Kartikaya Gupta - Bug 817027 - Fix JS warning about lruTab not being defined. r=mfinkle
  2372. # [20:22] <micadeyeye> external/screencap-gonk/screencap.cpp:167: error: 'class SkDynamicMemoryWStream' has no member named 'copyToData'
  2373. # [20:22] <micadeyeye> make: *** [out/target/product/panda/obj/EXECUTABLES/screencap-gonk_intermediates/screencap.o] Error 1
  2374. # [20:22] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2375. # [20:22] <micadeyeye> Please visit http://pastebin.mozilla.org/1969018 for more info
  2376. # [20:23] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  2377. # [20:24] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2378. # [20:25] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2379. # [20:25] * Joins: valenting (Thunderbir@3B82C8D8.FDB3AFA7.FB866788.IP)
  2380. # [20:26] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2381. # [20:27] * Joins: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2382. # [20:27] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  2383. # [20:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8fc142852060 - Ted Mielczarek - bug 816963 - Enable crash reporting in places C++ unit tests. r=mak
  2384. # [20:29] * jhammel is now known as jhammel|noms
  2385. # [20:30] * whimboo|afk is now known as whimboo
  2386. # [20:30] * Quits: @bz (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net) (Ping timeout)
  2387. # [20:31] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  2388. # [20:32] * Joins: gandalf (zbraniecki@moz-15280E51.hsd1.ut.comcast.net)
  2389. # [20:32] * mattwoodrow|away is now known as mattwoodrow
  2390. # [20:33] * Joins: edmorley|away (edmorley@moz-8C4B81ED.range109-156.btcentralplus.com)
  2391. # [20:33] * Parts: edmorley|away (edmorley@moz-8C4B81ED.range109-156.btcentralplus.com)
  2392. # [20:33] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  2393. # [20:33] * Quits: ehugg_ (chatzilla@moz-6D0FD3FC.cisco.com) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121025210805])
  2394. # [20:34] * Joins: edmorley|away (edmorley@moz-8C4B81ED.range109-156.btcentralplus.com)
  2395. # [20:34] <edmorley|away> jonco needs backing out
  2396. # [20:34] * Joins: fabrice (fabrice@moz-862848B8.red-88-2-199.staticip.rima-tde.net)
  2397. # [20:35] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  2398. # [20:35] <@ehsan> I am backing Monica out
  2399. # [20:36] <@ehsan> done
  2400. # [20:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b4f180373335 - Ehsan Akhgari - Backed out changeset 98b22b52150e (bug 812238) for breaking the build
  2401. # [20:38] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2402. # [20:38] * ChanServ sets mode: +o dbaron
  2403. # [20:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/83c38674da8e - Marshall Culpepper - Bug 804571: Implement download cancel (pause) for B2G. r=fabrice
  2404. # [20:39] * Joins: mccr8 (mccr8@2557E599.66715431.D25A875A.IP)
  2405. # [20:40] * whimboo is now known as whimboo|afk
  2406. # [20:40] * mattwoodrow is now known as mattwoodrow|away
  2407. # [20:41] * Quits: coyotebush (corey@moz-95C9993F.wireless.calpoly.edu) (Quit: Leaving.)
  2408. # [20:42] * rail is now known as rail_away
  2409. # [20:42] * Joins: redfive (chatzilla@moz-4E0B5BB2.stanford.edu)
  2410. # [20:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/70e354775e1b - Ehsan Akhgari - Backed out changeset fc50a2127738 (bug 815999) because of crashes in unit tests
  2411. # [20:43] * AutomatedTester|away is now known as AutomatedTester
  2412. # [20:44] * Quits: valenting (Thunderbir@3B82C8D8.FDB3AFA7.FB866788.IP) (Quit: valenting)
  2413. # [20:45] * Quits: FabioMagnoni (fabiomagno@A3C0FA30.E0265A8.B65F468E.IP) (Quit: FabioMagnoni)
  2414. # [20:45] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2415. # [20:45] * Quits: AryehGregor (AryehGrego@B3BD989B.8060655A.39716721.IP) (Ping timeout)
  2416. # [20:46] * Joins: AryehGregor (AryehGrego@B3BD989B.8060655A.39716721.IP)
  2417. # [20:46] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2418. # [20:46] * Joins: ewong|afk_ (chatzilla@moz-3CBEA671.ctinets.com)
  2419. # [20:46] * Quits: ewong|afk (chatzilla@moz-3CBEA671.ctinets.com) (Ping timeout)
  2420. # [20:47] * ewong|afk_ is now known as ewong|afk
  2421. # [20:47] * Joins: erikvold (anonymous@moz-33BF5BAF.gv.shawcable.net)
  2422. # [20:47] * Quits: erikvold (anonymous@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  2423. # [20:47] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  2424. # [20:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ff12b7de0b4f - Brian Hackett - Reconstruct operands when bailing out from add/sub overflows, bug 773666. r=jandem
  2425. # [20:48] * Joins: erikvold (anonymous@moz-33BF5BAF.gv.shawcable.net)
  2426. # [20:51] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  2427. # [20:51] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Ping timeout)
  2428. # [20:51] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2429. # [20:52] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2430. # [20:52] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  2431. # [20:53] * mcote|interviewing is now known as mcote
  2432. # [20:53] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  2433. # [20:53] * Quits: erikvold (anonymous@moz-33BF5BAF.gv.shawcable.net) (Ping timeout)
  2434. # [20:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5368aced79b3 - Chris Lord - Bug 814437 - Address review comments that were missed. r=bgirard
  2435. # [20:54] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  2436. # [20:54] * Joins: coyotebush (corey@moz-95C9993F.wireless.calpoly.edu)
  2437. # [20:54] * Joins: erikvold (anonymous@moz-33BF5BAF.gv.shawcable.net)
  2438. # [20:55] * Quits: erikvold (anonymous@moz-33BF5BAF.gv.shawcable.net) (Connection reset by peer)
  2439. # [20:55] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2440. # [20:55] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2441. # [20:55] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  2442. # [20:55] * Quits: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: damons)
  2443. # [20:56] * Joins: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2444. # [20:57] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Connection reset by peer)
  2445. # [20:57] * Quits: atsai (Conjuror@52F6C8BA.2F3D1D3B.BC211214.IP) (Connection reset by peer)
  2446. # [20:57] * Joins: atsai (Conjuror@52F6C8BA.2F3D1D3B.BC211214.IP)
  2447. # [20:57] * Joins: erikvold (anonymous@moz-33BF5BAF.gv.shawcable.net)
  2448. # [20:57] * Parts: kaie (kaie@moz-23A2BD9.dip.t-dialin.net) (Leaving)
  2449. # [20:57] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2450. # [20:57] * Joins: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com)
  2451. # [20:57] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  2452. # [20:58] * Quits: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: damons)
  2453. # [20:58] * Quits: bdahl (bdahl@2557E599.66715431.D25A875A.IP) (Client exited)
  2454. # [20:59] * wlach|chiro is now known as wlach
  2455. # [20:59] * Joins: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2456. # [21:00] * Joins: nthomas|away (nthomas@moz-59682A1.dmz.scl3.mozilla.com)
  2457. # [21:00] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  2458. # [21:01] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  2459. # [21:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/40e050424563 - Trevor Saunders - bug 816453 - get rid of dead code in nsAccessibilityService::CreateHTMLObjectFrameAccessible() r=bz, surkov
  2460. # [21:01] * whimboo|afk is now known as whimboo
  2461. # [21:01] * Quits: devd (Name@moz-9DACDECA.cs.berkeley.edu) (Quit: leaving)
  2462. # [21:01] * armenzg is now known as armenzg_brb
  2463. # [21:01] * Parts: edmorley|away (edmorley@moz-8C4B81ED.range109-156.btcentralplus.com)
  2464. # [21:01] * Joins: bdahl (bdahl@2557E599.66715431.D25A875A.IP)
  2465. # [21:02] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Nine out of ten l33t h4x0rz prefer it)
  2466. # [21:03] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2467. # [21:04] * Joins: clee_ (clee@2557E599.66715431.D25A875A.IP)
  2468. # [21:04] * Quits: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  2469. # [21:04] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2470. # [21:04] * clee_ is now known as clee
  2471. # [21:04] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2472. # [21:04] * Joins: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net)
  2473. # [21:04] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2474. # [21:05] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2475. # [21:05] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: sheppy)
  2476. # [21:05] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Quit: dria)
  2477. # [21:05] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2478. # [21:05] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  2479. # [21:05] * Quits: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  2480. # [21:06] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  2481. # [21:06] * Joins: knelson (Adium@moz-748AFAEE.ph.ph.cox.net)
  2482. # [21:06] * Joins: mdas_ (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2483. # [21:06] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2484. # [21:06] * Parts: knelson (Adium@moz-748AFAEE.ph.ph.cox.net)
  2485. # [21:06] * Quits: mdas_ (mdas@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2486. # [21:07] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2487. # [21:07] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2488. # [21:07] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  2489. # [21:08] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2490. # [21:08] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  2491. # [21:09] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2492. # [21:09] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  2493. # [21:10] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Quit: randix)
  2494. # [21:10] <singerb> gps: ping on the review you just did for me
  2495. # [21:10] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  2496. # [21:11] <gps> singerb: pong
  2497. # [21:12] <singerb> you have any objection to testing >= as well as >? I'll add the > tests but thought I should leave the >= in there too
  2498. # [21:12] * hwine|buildduty|afk is now known as hwine|buildduty
  2499. # [21:12] <gps> singerb: I will almost certainly never object to more testing :)
  2500. # [21:13] * rail_away is now known as rail
  2501. # [21:13] <singerb> ok - i'll hit those nits; I thought I had my mercurial set up for correct patches too but I'll double check that stuff too
  2502. # [21:14] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  2503. # [21:14] <_AxS_> gcp: ... webrtc in FF17 seems to build without issue on an armv7-hardfloat ..? is it just runtime that it's expected to fail?
  2504. # [21:14] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  2505. # [21:14] * Quits: ehugg_lime (ehugg_lime@moz-1D1F6848.mycingular.net) (Client exited)
  2506. # [21:14] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  2507. # [21:14] * geekboy is now known as geekboy|afk
  2508. # [21:15] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2509. # [21:15] <singerb> gps: hmm, what config do I need for that author line? the page you linked doesn't talk about it, just the diff format
  2510. # [21:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ab440f162ab8 - Michael Wu - Bug 809665 - Boot animation support for B2G, r=cjones,joe
  2511. # [21:15] <jesup> _AxS_: Absolutely no idea....
  2512. # [21:15] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  2513. # [21:15] <jesup> try it and see :-)
  2514. # [21:15] <_AxS_> jesup: it's a headless build box so trying it might be a little difficult...
  2515. # [21:17] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  2516. # [21:18] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2517. # [21:18] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  2518. # [21:18] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  2519. # [21:18] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2520. # [21:20] * baku is now known as baku|away
  2521. # [21:20] <cpeterson> Cwiiis, your bug 814437 broke m-i (on Android, at least)
  2522. # [21:20] * whimboo is now known as whimboo|afk
  2523. # [21:20] * Quits: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net) (Ping timeout)
  2524. # [21:21] <singerb> general question for generating patches: what do I need besides -p -U 8 (or the equivalent in .hgrc) for quiff to do the right thing?
  2525. # [21:21] <singerb> *qdiff
  2526. # [21:21] * juanb is now known as juanb|lunch
  2527. # [21:21] * Quits: drexler (chatzilla@moz-AD4BBA18.hsd1.vt.comcast.net) (Ping timeout)
  2528. # [21:22] * jgriffin is now known as jgriffin-lunch
  2529. # [21:23] * Quits: tonymec|away (tonymec@D02CA93.76188B45.277517C1.IP) (Ping timeout)
  2530. # [21:23] * Quits: tonymec (tonymec@D02CA93.76188B45.277517C1.IP) (Ping timeout)
  2531. # [21:23] <cpeterson> singerb: --git (-g) for git-style diff
  2532. # [21:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a4c6aedf00de - Bill McCloskey - Backout a6b604916694 (bug 747066) because it's broken
  2533. # [21:23] <singerb> cpeterson: yup, got that too
  2534. # [21:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/827260eb78e5 - Gregor Wagner - Bug 814293 - Remove unused permissions. r=sicking
  2535. # [21:24] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2536. # [21:24] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/5c8ee6600533 - Justin Lebar - Bug 817071 - Unbreak B2G desktop builds failing with 'nsINavigatorAudioChannelManager.h' file not found. rs=gwagner
  2537. # [21:24] <gps> singerb: sorry - I was AFK. did you figure it out?
  2538. # [21:24] * Joins: randix_ (rdow@45355E35.CFBC10F9.8B52D585.IP)
  2539. # [21:25] <singerb> gps: nope; I've got all the correct diff options, as far as I can see
  2540. # [21:25] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  2541. # [21:25] * randix_ is now known as randix
  2542. # [21:25] * Quits: coyotebush (corey@moz-95C9993F.wireless.calpoly.edu) (Quit: Leaving.)
  2543. # [21:25] <gps> singerb: are you using the mq extension?
  2544. # [21:26] <singerb> gps: yup
  2545. # [21:26] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Connection reset by peer)
  2546. # [21:26] <gps> if you copy the file from .hg/patches/, it should have all the headers
  2547. # [21:26] <singerb> ah ok; that's preferred rather than hg qdiff > file?
  2548. # [21:26] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  2549. # [21:26] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2550. # [21:27] <gps> yes
  2551. # [21:27] <gps> qdiff essentially parses that file and reformats it
  2552. # [21:27] <singerb> hmm, but that doesn't either
  2553. # [21:27] <gps> oh, interesting
  2554. # [21:27] <gps> try |hg qref -e|
  2555. # [21:27] <singerb> only difference is a couple lines of comment at the top about parent
  2556. # [21:27] <gps> can you pastebin the entire file?
  2557. # [21:28] <gps> (or at least the first 10 or so lines)
  2558. # [21:28] <gps> http://pastebin.mozilla.org/
  2559. # [21:28] * Joins: tonymec__ (tonymec@23F75CAA.7D33CBA3.277517C1.IP)
  2560. # [21:28] * tonymec__ is now known as tonymec|away
  2561. # [21:28] <singerb> one sec; qref -e put my message at the top, but no info about me
  2562. # [21:29] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  2563. # [21:29] <singerb> http://www.pastebin.mozilla.org/1969079
  2564. # [21:30] <jdm> what about qref -U?
  2565. # [21:30] <gps> you probably need to set up your author info in your .hgrc. my ~/.hgrc is at http://gps.pastebin.mozilla.org/1969081
  2566. # [21:30] * Quits: Optimizer (Optimizer@68485F2A.29DEE1A3.274D17D6.IP) (Ping timeout)
  2567. # [21:31] <gps> see also https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-in_for_me.3F
  2568. # [21:31] * armenzg_brb is now known as armenzg
  2569. # [21:31] * Joins: josh (josh@moz-71218DF2.upc-e.chello.nl)
  2570. # [21:31] <gps> jdm: ooo - I didn't know about qref -u and -U
  2571. # [21:31] <singerb> ah, I think the -U should do it
  2572. # [21:32] <Mook_as> you might also want -D (update the datestamp)
  2573. # [21:33] * Quits: bdahl (bdahl@2557E599.66715431.D25A875A.IP) (Client exited)
  2574. # [21:33] * Joins: TheOne (one@moz-EB29EE81.dip.t-dialin.net)
  2575. # [21:33] <Mook_as> in fact, you might want ~/.hgrc to have [defaults] qrefresh = -e -U -D
  2576. # [21:33] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  2577. # [21:33] <singerb> ok, that's got a # User line at the top now
  2578. # [21:33] <erick> we should consolidate that page with https://developer.mozilla.org/en-US/docs/Creating_a_patch_that_can_be_checked_in
  2579. # [21:33] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  2580. # [21:34] <singerb> hmm, but no From: line
  2581. # [21:34] * Joins: Optimizer (Optimizer@7F0D03F2.8EDCFA39.274D17D6.IP)
  2582. # [21:34] <Mook_as> yeah, From: is git, # User is hg, IIRC
  2583. # [21:35] <singerb> gps: http://www.pastebin.mozilla.org/1969084 better?
  2584. # [21:36] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  2585. # [21:36] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2586. # [21:36] <gps> singerb: that looks good!
  2587. # [21:36] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  2588. # [21:36] <singerb> ok, I'll get that back up then
  2589. # [21:37] <singerb> and set those defaults in my .hgrc
  2590. # [21:37] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2591. # [21:37] <gps> singerb: although the summary line should be: Bug XXXXXX - blah blah blah
  2592. # [21:37] * Joins: bdahl (bdahl@2557E599.66715431.D25A875A.IP)
  2593. # [21:37] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  2594. # [21:37] <gps> I believe we have commit hooks enforcing .startswith('Bug \d+')
  2595. # [21:37] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2596. # [21:37] <@smaug> gavin: ok, thanks. Although I see some failure chrome tests. Could be editor related, not FF UI.
  2597. # [21:37] <gps> (among other patterns)
  2598. # [21:39] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2599. # [21:41] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  2600. # [21:41] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2601. # [21:41] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2602. # [21:41] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  2603. # [21:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8f4db7426eee - Ehsan Akhgari - Backed out changeset 5368aced79b3 (bug 814437) because it breaks Android builds
  2604. # [21:42] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  2605. # [21:43] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2606. # [21:44] * Joins: rednaks (rednaks@AB1BE263.E769264C.55FFA9B4.IP)
  2607. # [21:44] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  2608. # [21:45] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  2609. # [21:45] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2610. # [21:45] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2611. # [21:46] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2612. # [21:46] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2613. # [21:46] * Quits: damons (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: damons)
  2614. # [21:46] <jdm> erick: agreed. I try to point people to the one you linked, since there's less other information there
  2615. # [21:47] * Joins: tonymec (tonymec@23F75CAA.7D33CBA3.277517C1.IP)
  2616. # [21:48] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2617. # [21:48] * aki is now known as aki|bbl
  2618. # [21:48] * Quits: bdahl (bdahl@2557E599.66715431.D25A875A.IP) (Client exited)
  2619. # [21:49] * hwine|buildduty is now known as hwine|buildduty|afk
  2620. # [21:51] * jgriffin-lunch is now known as jgriffin
  2621. # [21:51] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2622. # [21:51] * Joins: maligree (maligree@moz-CF09EDB2.neoplus.adsl.tpnet.pl)
  2623. # [21:52] * Joins: Waldo (waldo@2557E599.66715431.D25A875A.IP)
  2624. # [21:52] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2625. # [21:52] * Quits: maligree (maligree@moz-CF09EDB2.neoplus.adsl.tpnet.pl) (Quit: I've had it with you.)
  2626. # [21:53] * Joins: bz (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net)
  2627. # [21:53] * ChanServ sets mode: +o bz
  2628. # [21:54] <jesup> Lovely - The Demographics questions survey locks up Aurora for *minutes* doing >1.5MB/s of IO. Then it finally unlocks and lets me click on something.
  2629. # [21:55] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  2630. # [21:55] <jesup> I killed it once, and it came up again and did the same thing; this time I was busy with other stuff long enough for it to finish frobbing my disk
  2631. # [21:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d6529aa77182 - Jonathan Griffin - Backout 9252522aab90, r=bustage
  2632. # [21:55] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  2633. # [21:56] * Joins: morrison (morrison@moz-BA8147FA.croy.cable.virginmedia.com)
  2634. # [21:56] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  2635. # [21:57] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2636. # [21:58] * Joins: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP)
  2637. # [21:58] * Joins: rohandalvi (rohandalvi@moz-848C44F0.student.rit.edu)
  2638. # [21:58] * Quits: morrison (morrison@moz-BA8147FA.croy.cable.virginmedia.com) (Client exited)
  2639. # [21:59] * Quits: garnacho (carlos@moz-1F9141C6.dyn.user.ono.com) (Ping timeout)
  2640. # [21:59] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2641. # [21:59] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2642. # [21:59] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2643. # [21:59] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2644. # [22:00] * Joins: garnacho (carlos@moz-1F9141C6.dyn.user.ono.com)
  2645. # [22:00] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  2646. # [22:00] * Quits: RealRaven (Thunderbir@CA2792E0.43EDE414.27F80FAC.IP) (Quit: RealRaven)
  2647. # [22:00] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/cae8d0d59cbd - Jonathan Griffin - Backed out changeset 6cc72f5e8dc3, bug 815807, a=bustage
  2648. # [22:00] <@smaug> !seen gabor
  2649. # [22:00] <@killer> I don't know who gabor is.
  2650. # [22:00] <firebot> gabor was last seen 4 hours, 46 minutes and 59 seconds ago, saying 'bz: right! thanks I couldn't find it...' in #content.
  2651. # [22:01] * Quits: GPHemsley (GPHemsley@moz-F93E11DA.hsd1.ga.comcast.net) (Ping timeout)
  2652. # [22:02] * Joins: bdahl (bdahl@2557E599.66715431.D25A875A.IP)
  2653. # [22:02] <Optimizer> when I do window.openUILinkIn(someURL, "current") from Scratchpad while focusing a pinned tab, the url is opened in the same pinned tab, but if I do that via an addon, the url is opened in a new tab
  2654. # [22:02] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  2655. # [22:02] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  2656. # [22:03] * Joins: jgilbert (jgilbert@moz-74F645BE.hsd1.ca.comcast.net)
  2657. # [22:03] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  2658. # [22:03] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2659. # [22:03] * Quits: bdahl (bdahl@2557E599.66715431.D25A875A.IP) (Client exited)
  2660. # [22:04] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2661. # [22:05] * Joins: brendan (brendaneic@2557E599.66715431.D25A875A.IP)
  2662. # [22:06] * Quits: rednaks (rednaks@AB1BE263.E769264C.55FFA9B4.IP) (Ping timeout)
  2663. # [22:06] * Joins: valueof (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  2664. # [22:06] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2665. # [22:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fd22236ffb15 - Ehsan Akhgari - Backed out 3 changesets (bug 799640) on the suspicion of regressing Tp5 by 50%
  2666. # [22:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6d1462fbb539 - Ehsan Akhgari - Backed out changeset 944c97dabc33 (bug 816642) on the suspicion of regressing Tp5 by 50%
  2667. # [22:08] * Joins: ehugg_ (chatzilla@moz-44D86B1E.cisco.com)
  2668. # [22:08] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Quit: Leaving)
  2669. # [22:08] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Connection reset by peer)
  2670. # [22:09] * Joins: bdahl (bdahl@2557E599.66715431.D25A875A.IP)
  2671. # [22:09] * Joins: FabioMagnoni (fabiomagno@A3C0FA30.E0265A8.B65F468E.IP)
  2672. # [22:09] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2673. # [22:09] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2674. # [22:10] * Quits: ircloggr (nodebot@moz-CFE5D229.compute-1.amazonaws.com) (Client exited)
  2675. # [22:11] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2676. # [22:11] <Waldo> meh, who cares about 50% Tp5 regressions
  2677. # [22:11] * Joins: RealRaven (Thunderbir@866F3D45.43EDE414.27F80FAC.IP)
  2678. # [22:11] * Joins: ircloggr (nodebot@moz-4C755D59.compute-1.amazonaws.com)
  2679. # [22:11] * Joins: jet (junglecode@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2680. # [22:12] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2681. # [22:12] <@smaug> unnoticeable
  2682. # [22:12] * jhammel|noms is now known as jhammel
  2683. # [22:14] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  2684. # [22:14] <@ehsan> Waldo: what's 50% between friends?
  2685. # [22:14] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
  2686. # [22:14] <@ehsan> it's only like what? 5 years of optimizing gecko? ;)
  2687. # [22:15] * Joins: coyotebush (corey@moz-E80E7FAE.wireless.calpoly.edu)
  2688. # [22:16] <Waldo> only five years because we didn't have people; now we can just throw more people at it to make it faster
  2689. # [22:16] <seth> espindola: ping
  2690. # [22:16] <@ehsan> true
  2691. # [22:16] <Waldo> man-months are no longer mythical when you have seven gazillion people
  2692. # [22:16] * Quits: Optimizer (Optimizer@7F0D03F2.8EDCFA39.274D17D6.IP) (Ping timeout)
  2693. # [22:17] <jhammel> Waldo: i thought the plan was just pay people to render things by hand? ;)
  2694. # [22:17] <jhammel> MozSweatShop
  2695. # [22:17] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  2696. # [22:17] <seth> sounds like that name needs some attention from marketing
  2697. # [22:17] <@ehsan> Waldo: it's true, they're surreal
  2698. # [22:18] <@ehsan> jhammel: get to work, render some content!
  2699. # [22:18] <jhammel> ehsan: i am man! ;)
  2700. # [22:18] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  2701. # [22:18] <jhammel> seth: i think they're changing it to MozSweetShop
  2702. # [22:18] <@ehsan> jhammel: http://www.whatwg.org/specs/web-apps/current-work/
  2703. # [22:18] <@ehsan> that should keep you busy for a while
  2704. # [22:18] <@ehsan> ;)
  2705. # [22:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6def19c0c235 - Jim Mathies - Bug 810617 - Pass browser app directory to xpcshell test harness. r=ted
  2706. # [22:19] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2707. # [22:19] <seth> jhammel: see that's gonna play pretty well in the 8-14 demographic
  2708. # [22:19] * Joins: Ms2ger (Ms2ger@moz-A283B857.adsl-dyn.isp.belgacom.be)
  2709. # [22:19] <Waldo> strangers with candy, what could go wrong
  2710. # [22:19] <Ms2ger> Nothing, I tell you
  2711. # [22:19] * Quits: akeybl (akeybl@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2712. # [22:19] <jhammel> Waldo: great, you summoned him
  2713. # [22:20] <@khuey> are you sure seth didn't summon him?
  2714. # [22:20] <@khuey> :-P
  2715. # [22:20] * Joins: Optimizer (Optimizer@56A158F4.BE5187B7.274D17D6.IP)
  2716. # [22:20] <jhammel> khuey: good point ;)
  2717. # [22:20] * juanb|lunch is now known as juanb
  2718. # [22:20] <@ehsan> a5a5a5a5 is freed memory, right?
  2719. # [22:20] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Ping timeout)
  2720. # [22:20] * Joins: glob (glob@moz-DF237567.glob.com.au)
  2721. # [22:20] <@khuey> firebot: 0x5a5a5a5a?
  2722. # [22:20] <josh> ehsan: yes
  2723. # [22:21] <firebot> khuey: 0x5A5A5A5A = 1515870810, 013226455132, 0b1011010010110100101101001011010
  2724. # [22:21] <@khuey> firebot: :-P
  2725. # [22:21] <@khuey> firebot: 5a5a5a5a?
  2726. # [22:21] <firebot> khuey: Sorry, I've no idea what '-P' might be.
  2727. # [22:21] <firebot> khuey: Sorry, I've no idea what '5a5a5a5a' might be.
  2728. # [22:21] <Waldo> firebot: literal a5a5a5a5
  2729. # [22:21] <@khuey> firebot: wtf you used to know this stuff
  2730. # [22:21] <firebot> khuey: Sorry, I've no idea what 'wtf you used to know this stuff' might be.
  2731. # [22:21] * firebot was kicked by khuey (khuey)
  2732. # [22:21] <Waldo> there's a way to phrase it to make him understand
  2733. # [22:21] <jimm> fitting
  2734. # [22:21] <@ehsan> firebot: 5a5a5a5a is freed memory
  2735. # [22:21] <jhammel> khuey++ ;)
  2736. # [22:21] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  2737. # [22:21] <@ehsan> firebot: 5a5a5a5a is freed memory
  2738. # [22:21] <firebot> ehsan: ok
  2739. # [22:22] <@ehsan> firebot: 5a5a5a5a
  2740. # [22:22] <firebot> ehsan: 5a5a5a5a is freed memory
  2741. # [22:22] <@ehsan> khuey: see? it just takes some patience ;)
  2742. # [22:22] <@khuey> he used to know this stuff
  2743. # [22:22] <Waldo> firebot: what is 0xa5a5a5a5?
  2744. # [22:22] <firebot> Waldo: everyone knows that! 0xa5a5a5a5 is jemalloc allocated uninitialized junk memory (cf. 0x5a5a5a5a)
  2745. # [22:22] <@ehsan> lol
  2746. # [22:22] <seth> hahaha
  2747. # [22:22] <seth> great
  2748. # [22:22] <@ehsan> Waldo: you seriously didn't know that?
  2749. # [22:22] <@ehsan> shame on you man!
  2750. # [22:23] <Waldo> ehsan: I was telling you, by example, how to ask him
  2751. # [22:23] <Waldo> er, khuey I meant
  2752. # [22:23] * Joins: rednaks (rednaks@AB1BE263.E769264C.55FFA9B4.IP)
  2753. # [22:23] <@ehsan> hehe
  2754. # [22:23] <jhammel> well, i think everyone will be remembering what 0xa5a5a5a5 is for a very long time ;)
  2755. # [22:23] * @ehsan stops being a jerk
  2756. # [22:23] <Waldo> but seriously, we have enough poison values that it's not unreasonable to not remember
  2757. # [22:23] <@khuey> firebot should remember!
  2758. # [22:23] <Waldo> and really, one poison is as bad as another most of the time
  2759. # [22:23] <@khuey> he's a damn bot
  2760. # [22:23] <firebot> khuey: Sorry, I've no idea what 'should remember' might be.
  2761. # [22:24] <Waldo> firebot++
  2762. # [22:24] <@ehsan> so actually I asked the wrong question
  2763. # [22:24] <@ehsan> I asked about 5a5a5a5a when I meant a5a5a5a5
  2764. # [22:24] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  2765. # [22:24] <@ehsan> not my day, I guess
  2766. # [22:24] <mrbkap> firebot: what is 0xdadadada?
  2767. # [22:24] <@ehsan> firebot: unlearn 5a5a5a5a or something
  2768. # [22:24] <firebot> mrbkap: everyone knows that! 0xdadadada is what 0xbabybaby calls his pop or the MSVC debug-alloc boundary-marker or PL_FREE_PATTERN (deallocated PLArena) or JS_FREE_PATTERN (deallocated JSArena - GC()d)
  2769. # [22:24] <firebot> ehsan: Sorry, I've no idea what 'unlearn 5a5a5a5a or something' might be.
  2770. # [22:24] <@khuey> you ased about a5a5a5a5
  2771. # [22:24] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2772. # [22:24] <@khuey> *Asked
  2773. # [22:24] <@ehsan> shoot
  2774. # [22:24] <@ehsan> I did?
  2775. # [22:24] <@khuey> read your scrollback man
  2776. # [22:25] <@ehsan> haha
  2777. # [22:25] <@ehsan> not my day at all!
  2778. # [22:25] <@ehsan> so why did I teach the wrong thing to the poor bot?
  2779. # [22:25] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  2780. # [22:25] <jhammel> ehsan: i think you were teaching khuey a lesson about patience ;)
  2781. # [22:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6b997e5ca5ee - Benedict Singer - Bug 794180 - Rich comparison operators instead of __cmp__; r=gps
  2782. # [22:26] <@ehsan> that too
  2783. # [22:26] <@ehsan> but he never learns
  2784. # [22:26] <@khuey> I'm incorrigible
  2785. # [22:26] * Quits: MisfitGeek (MisfitGeek@moz-BD3E98A8.hsd1.nh.comcast.net) (Quit: Leaving)
  2786. # [22:29] <singerb> sweet!
  2787. # [22:30] <espindola> seth, pong
  2788. # [22:31] * Joins: glob_ (glob@moz-DF237567.glob.com.au)
  2789. # [22:31] * Quits: rednaks (rednaks@AB1BE263.E769264C.55FFA9B4.IP) (Quit: Quitte)
  2790. # [22:31] * Joins: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de)
  2791. # [22:32] * Quits: glob (glob@moz-DF237567.glob.com.au) (Ping timeout)
  2792. # [22:33] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  2793. # [22:33] <jdm> singerb: \o/
  2794. # [22:33] <jdm> nice work with the mozMatch bug, too
  2795. # [22:33] <singerb> thanks
  2796. # [22:34] * Joins: sbward (sbward@moz-E8364EF1.sd.sd.cox.net)
  2797. # [22:34] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2798. # [22:34] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  2799. # [22:35] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Ping timeout)
  2800. # [22:35] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2801. # [22:35] * ChanServ sets mode: +o dbaron
  2802. # [22:35] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2803. # [22:36] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  2804. # [22:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2880c2eca430 - John Schoenick - Bug 813947 - Don't try to call OnStartRequest on failures in nsObjectLoadingContent::LoadObject. r=bsmedberg
  2805. # [22:37] * geekboy|afk is now known as geekboy
  2806. # [22:37] * Quits: armenzg (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Input/output error)
  2807. # [22:38] * Quits: RealRaven (Thunderbir@866F3D45.43EDE414.27F80FAC.IP) (Ping timeout)
  2808. # [22:38] * sheeri is now known as sheeri-afk
  2809. # [22:39] <jimm> what is MOZ_PHOENIX?
  2810. # [22:39] <Ms2ger> Firefox
  2811. # [22:39] <biesi> jimm, the old name for firefox
  2812. # [22:39] <Ms2ger> You must be new here
  2813. # [22:39] <jimm> heh
  2814. # [22:39] <Ms2ger> As in, newer than... Let's say 1998
  2815. # [22:39] <seth> espindola: i seem to be hitting https://bugzilla.mozilla.org/show_bug.cgi?id=779907 but when building the browser, not xulrunner
  2816. # [22:39] <jimm> I'm just trying to figure out why the define still exists
  2817. # [22:39] <seth> espindola: symptoms are otherwise identical
  2818. # [22:40] <Ms2ger> Nobody's bothered to do the rename
  2819. # [22:40] <biesi> jimm, well it's firefox vs other apps
  2820. # [22:40] <seth> espindola: i get this when trying to use the mozconfig used by the try server's os x opt builds
  2821. # [22:40] <jhammel> forget Phoenix, I'm switching to Galeon
  2822. # [22:40] <biesi> jimm, e.g. thunderbird, seamonkey. what Ms2ger said - it just didn't get renamed
  2823. # [22:40] * Quits: sbward (sbward@moz-E8364EF1.sd.sd.cox.net) (Ping timeout)
  2824. # [22:40] <jimm> gotcha. we don't really use it much anymare according to a mxf search
  2825. # [22:40] <jimm> *mxr
  2826. # [22:40] <biesi> thank god
  2827. # [22:41] <espindola> seth, those mozconfigs assume a tooltool "install" of clang
  2828. # [22:41] <espindola> check the config.log
  2829. # [22:41] <espindola> but it is probably trying to run
  2830. # [22:41] <espindola> your_source_tree/clang/bin/clang
  2831. # [22:41] <espindola> you can put a clang install there
  2832. # [22:41] <espindola> or you can change CC and CXX to match what you have in your system
  2833. # [22:43] * Parts: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  2834. # [22:43] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2835. # [22:44] <@bz> Can someone try loading http://w3c-test.org/webperf/tests/submission/W3C/NavigationTiming/monolitic.html ?
  2836. # [22:44] <@bz> Do you see connectStart-domainLookupEnd in red there?
  2837. # [22:44] <@dbaron> Ms2ger, 2004
  2838. # [22:44] <Ms2ger> bz, yes, though this build is old
  2839. # [22:44] <biesi> bz, red for me
  2840. # [22:45] * Joins: sbward (sbward@moz-E8364EF1.sd.sd.cox.net)
  2841. # [22:45] <biesi> bz, linux nightly from 2012-11-27
  2842. # [22:45] * Quits: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP) (Quit: Leaving.)
  2843. # [22:45] <seth> espindola: which config.log?
  2844. # [22:45] <seth> espindola: also, setting CC and CXX doesn't work =\
  2845. # [22:45] <Waldo> jhammel: galeon? k-meleon is the new hotness
  2846. # [22:45] <biesi> Waldo, bah, different os
  2847. # [22:45] <espindola> seth, obj-x86_64-unknown-linux-gnu/config.log
  2848. # [22:45] * Quits: _AxS_ (axs@moz-E7607041.cpe.net.cable.rogers.com) (Quit: weekend)
  2849. # [22:46] * Waldo had to dig deep to remember that name
  2850. # [22:46] <espindola> seth, CC and CXX are set in build/macosx/mozconfig.common
  2851. # [22:46] <espindola> you should not include that
  2852. # [22:46] <espindola> unless you setup looks a lot like the bots
  2853. # [22:46] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  2854. # [22:47] <espindola> not setting CC and CXX at all should work if you clang clang in your PATH
  2855. # [22:47] <WG9s> bz: it is green for me with today's nightly under Linux.
  2856. # [22:47] * Quits: harth (harth@moz-8B705092.dsl.dynamic.sonic.net) (Input/output error)
  2857. # [22:47] * Joins: KWierso (chatzilla@moz-B31CF97A.desm.qwest.net)
  2858. # [22:48] <Waldo> bz: red in a 2012-11-21 linux64 nightly, looks like
  2859. # [22:48] <seth> espindola: http://pastebin.com/pnsgXvUS
  2860. # [22:48] * geekboy is now known as geekboy|afk
  2861. # [22:48] <seth> espindola: that's my config.log without setting CC/CXX
  2862. # [22:48] <WG9s> although requestStart-connectEnd is red.
  2863. # [22:48] <seth> espindola: i get a different error if they're set; just a sec
  2864. # [22:48] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Input/output error)
  2865. # [22:48] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2866. # [22:49] <@bz> WG9s: hrm
  2867. # [22:49] <@bz> Waldo: ok, thanks
  2868. # [22:49] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2869. # [22:49] * @bz should get a bug filed
  2870. # [22:49] <@bz> biesi, ms2ger: thanks
  2871. # [22:49] <@bz> biesi: the fact that it's red is weird
  2872. # [22:49] <biesi> indeed!
  2873. # [22:49] <biesi> maybe that test should show the actual numbers
  2874. # [22:49] <@bz> biesi: since the socket transport sends both of those notifications
  2875. # [22:49] <@bz> biesi: I looked at those, in web console
  2876. # [22:50] * Quits: Pike (Pike@moz-15280E51.hsd1.ut.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121119183901])
  2877. # [22:50] <seth> espindola: ack, actually setting CC and CXX _does_ work in a new shell. sorry about that. much have been some environment variable cruft in the old one that was throwing it off
  2878. # [22:50] <biesi> bz, how different are they? (is it red for you?)
  2879. # [22:50] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  2880. # [22:50] <WG9s> bz: oh it is red on the real nightly. it is not on my build.
  2881. # [22:50] <@bz> [16:48:58.571] performance.timing.connectStart
  2882. # [22:50] <@bz> [16:48:58.573] 1354311746295
  2883. # [22:50] <@bz> [16:49:03.074] performance.timing.domainLookupEnd
  2884. # [22:50] <@bz> [16:49:03.077] 1354311746305
  2885. # [22:50] <@bz> It's red for me
  2886. # [22:50] <@bz> and the numbers are typically about that close
  2887. # [22:50] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  2888. # [22:51] <WG9s> whcih mostly differs by having patches form 3 MathML bugs.
  2889. # [22:51] <@bz> Sometimes closer
  2890. # [22:51] <biesi> hmm
  2891. # [22:51] <biesi> odd
  2892. # [22:51] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2893. # [22:51] <biesi> msec, right?
  2894. # [22:51] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  2895. # [22:51] <jwir3> hmmm.. so it seems (recently, within the last day) that my build is getting stuck at nsRDFResource.cpp
  2896. # [22:51] * Joins: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP)
  2897. # [22:51] <Waldo> jwir3: that's the last thing before libxul linking, right?
  2898. # [22:51] * Quits: Optimizer (Optimizer@56A158F4.BE5187B7.274D17D6.IP) (Ping timeout)
  2899. # [22:51] <Ms2ger> Yeah
  2900. # [22:51] <espindola> seth, yes, the "-arch: command not found"
  2901. # [22:51] <jwir3> Waldo: Yeah, I think so
  2902. # [22:52] <espindola> comes frombuild/macosx/mozconfig.common
  2903. # [22:52] <@bz> I think those are times in ms
  2904. # [22:52] <jwir3> ld is the top thing in top
  2905. # [22:52] <espindola> failing to set CC or CXX
  2906. # [22:52] <@bz> So 10ms is a large difference....
  2907. # [22:52] <biesi> yeah...
  2908. # [22:52] <jwir3> 89.1% of CPU apparently.
  2909. # [22:52] <WG9s> wit th e officail nightely i get red on connectStart-domainLookupEnd and domLoading-responseEnd
  2910. # [22:52] <jwir3> I have gold installed, but perhaps it's still using ld for some reason? or does gold still use ld?
  2911. # [22:53] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  2912. # [22:54] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  2913. # [22:54] * Quits: rohandalvi (rohandalvi@moz-848C44F0.student.rit.edu) (Client exited)
  2914. # [22:54] * Joins: Pike (Pike@moz-15280E51.hsd1.ut.comcast.net)
  2915. # [22:56] * heycam is now known as heycam|away
  2916. # [22:56] * jmaher is now known as jmaher|afk
  2917. # [22:57] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  2918. # [22:57] <seth> espindola: i see. thanks. is this something i should open a bug on, or is this pretty much working as expected?
  2919. # [22:57] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  2920. # [22:57] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  2921. # [22:57] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2922. # [22:57] <espindola> seth, working as expected I think
  2923. # [22:58] <espindola> those mozconfigs are for the bots
  2924. # [22:58] <espindola> I guess there real bug is that they are so big...
  2925. # [22:58] * Quits: jgilbert (jgilbert@moz-74F645BE.hsd1.ca.comcast.net) (Ping timeout)
  2926. # [22:59] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  2927. # [22:59] <seth> espindola: hehe, ok, sounds good
  2928. # [23:00] <seth> espindola: (the only reason i'm using this mozconfig is because i keep seeing a mochitest failure on tbpl that i can't reproduce locally; trying to figure out what's different)
  2929. # [23:00] * Quits: azakai (alon@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  2930. # [23:00] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2931. # [23:02] <espindola> seth, can you reproduce if you download the binary?
  2932. # [23:02] <seth> espindola: i didn't know you could do that!
  2933. # [23:02] <espindola> yes, click on the build
  2934. # [23:03] <espindola> there is a "go to build directory"
  2935. # [23:03] * mattwoodrow|away is now known as mattwoodrow
  2936. # [23:03] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2937. # [23:03] <seth> espindola: oh awesome! this will make things _much_ easier
  2938. # [23:04] <seth> espindola: thanks for letting me know
  2939. # [23:04] <jwir3> oh, I guess I just had to be more patient... it's going now.
  2940. # [23:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6a5af800fbad - Terrence Cole - Bug 811168 - Implement Unrooted<T> protect BaseShape; r=billm
  2941. # [23:06] * Joins: ashughes (ashughes@A5A0595A.66715431.D25A875A.IP)
  2942. # [23:06] <espindola> seth, np
  2943. # [23:06] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2944. # [23:07] * Joins: damons_ (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2945. # [23:07] * hwine|buildduty|afk is now known as hwine|buildduty
  2946. # [23:07] * aki|bbl is now known as aki
  2947. # [23:07] * Quits: damons_ (gnubeard@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: damons_)
  2948. # [23:08] * Quits: nforgerit (nico@moz-25BAF3F0.hsi13.kabel-badenwuerttemberg.de) (Quit: nforgerit)
  2949. # [23:08] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  2950. # [23:09] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: seth)
  2951. # [23:09] * nmatsakis is now known as nmatsakis-away
  2952. # [23:10] * Waldo is becoming increasingly convinced the mobile web is about the worst thing that could have happened to it, at least the way it happened :-\
  2953. # [23:10] <espindola> to the web or to mobile devices? :-)
  2954. # [23:11] * Quits: lduros (user@moz-4894EA28.nic.resnet.group.upenn.edu) (Client exited)
  2955. # [23:11] <Waldo> mostly to the web
  2956. # [23:12] * Quits: Pike (Pike@moz-15280E51.hsd1.ut.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  2957. # [23:12] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2958. # [23:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4d974d0508fa - Trevor Saunders - bug 817133 - hack to make atk initialization work after bug 779520 irc-r=davidb
  2959. # [23:14] * Quits: overholt (overholt@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving)
  2960. # [23:14] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
  2961. # [23:15] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2962. # [23:15] * Joins: Optimizer (Optimizer@32D57C91.DF6EC051.274D17D6.IP)
  2963. # [23:18] <@ehsan> jrmuizel: http://people.mozilla.org/~eakhgari/small-shot.ogg
  2964. # [23:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6e8ee650b33c - Gregor Wagner - Bug 815572 - Standardize the Bluetooth permissions name bluetooth. PermissonTable. r=qdot
  2965. # [23:18] * Joins: ejpbruel (ejpbruel@moz-C81DAB65.zeelandnet.nl)
  2966. # [23:19] <ejpbruel> if i want to land something on aurora i need to include a=<whoever_approved_the_patch> in the commit message, right?
  2967. # [23:20] <Ms2ger> Yes
  2968. # [23:20] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2969. # [23:21] * Quits: nmatsakis-away (nmatsakis@moz-FDB96567.res-cmts.mlf.ptd.net) (Ping timeout)
  2970. # [23:23] * Joins: Mano (mano@A42AA6A.5F4A4453.39716721.IP)
  2971. # [23:23] <ejpbruel> thanks!
  2972. # [23:24] * jhopkins is now known as jhopkins|away
  2973. # [23:24] * bwinton is now known as bwinton_away
  2974. # [23:25] * Joins: rohandalvi (rohandalvi@970713A9.E591327D.5FDBC370.IP)
  2975. # [23:25] <erick> jdm: FYI: the link next to "Tool the first" in your recent blog post is broken
  2976. # [23:25] <Ms2ger> Np
  2977. # [23:25] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  2978. # [23:25] <jdm> whoops, thanks
  2979. # [23:25] * Parts: nullren (nullren@moz-906A5C2E.compute-1.amazonaws.com)
  2980. # [23:26] * Quits: atte (atte@moz-401E92F1.dhcp.inet.fi) (Client exited)
  2981. # [23:27] <@bz> Anyone know why the WinXP B is not showing up on https://tbpl.mozilla.org/?tree=Try&rev=73435ee97c1c ?
  2982. # [23:28] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2983. # [23:28] * geekboy|afk is now known as geekboy
  2984. # [23:28] <@khuey> bz: there are no builds for windows xp
  2985. # [23:29] * Joins: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP)
  2986. # [23:29] <@khuey> bz: they take the binaries built for 7 and run tests on them on xp
  2987. # [23:29] * Quits: smooney (smooney@2557E599.66715431.D25A875A.IP) (Quit: smooney)
  2988. # [23:29] * Quits: wolfiR (wolfiR@moz-8324D736.dip0.t-ipconnect.de) (Quit: Leaving)
  2989. # [23:30] <@bz> khuey: hmm
  2990. # [23:30] <@bz> khuey: OK
  2991. # [23:30] <@bz> khuey: And I can't retrigger the J on WinXP because it's still pending?
  2992. # [23:30] * Quits: Mano (mano@A42AA6A.5F4A4453.39716721.IP) (Client exited)
  2993. # [23:31] <@khuey> that I don't know
  2994. # [23:31] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  2995. # [23:32] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  2996. # [23:32] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2997. # [23:32] * Quits: mak (chatzilla@moz-E0C93608.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  2998. # [23:33] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Quit: vtmarvin)
  2999. # [23:33] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Quit: dveditz)
  3000. # [23:34] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3001. # [23:35] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  3002. # [23:35] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  3003. # [23:35] * ChanServ sets mode: +o dveditz
  3004. # [23:36] * jaws is now known as jaws|away
  3005. # [23:37] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Quit: dveditz)
  3006. # [23:37] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  3007. # [23:37] * ChanServ sets mode: +o dveditz
  3008. # [23:38] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  3009. # [23:38] * Quits: @dveditz (dveditz@moz-131789FA.dhcp.cruzio.com) (Input/output error)
  3010. # [23:39] * Quits: Optimizer (Optimizer@32D57C91.DF6EC051.274D17D6.IP) (Ping timeout)
  3011. # [23:40] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/6565b451270a - Benoit Jacob - Bug 793126 - import ANGLE r1278 to get the fix for ANGLE bug 350, a WebGL crasher - r=jgilbert, a=akeybl
  3012. # [23:41] * Quits: Ms2ger (Ms2ger@moz-A283B857.adsl-dyn.isp.belgacom.be) (Quit: nn)
  3013. # [23:42] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Input/output error)
  3014. # [23:42] * Joins: Optimizer (Optimizer@A5E2C6C6.1D173DC.274D17D6.IP)
  3015. # [23:44] <derf> jlebar|mac: Ping.
  3016. # [23:44] <jlebar|mac> derf: hey
  3017. # [23:44] * Joins: dveditz (dveditz@moz-131789FA.dhcp.cruzio.com)
  3018. # [23:44] * ChanServ sets mode: +o dveditz
  3019. # [23:45] <derf> jlebar|mac: Just to confirm my understanding, jemalloc always rounds allocations to a power of two in size, right, even if they are large (e.g., 16 MB)?
  3020. # [23:45] * Quits: singerb (singerb@moz-33123EB2.hsd1.mi.comcast.net) (Quit: singerb)
  3021. # [23:45] <jlebar|mac> derf: no, that's not right.
  3022. # [23:45] <derf> Okay, what is right?
  3023. # [23:45] <Waldo> "it's complicated", I bet
  3024. # [23:45] * Quits: brendan (brendaneic@2557E599.66715431.D25A875A.IP) (Quit: brendan)
  3025. # [23:45] <jlebar|mac> derf: "huge" allocations >= 1mb are rounded up to the next mb. But that's just vsize. rss is effectively rounded up to the next page.
  3026. # [23:46] <jlebar|mac> derf: "large" allocations, 1 page or larger, are rounded up to the next page, I think. But I can check.
  3027. # [23:46] <jlebar|mac> derf: "small" allocations are rounded up into various bucket sizes, not all of which are powers of 2. But all powers of 2 are bucket sizes.
  3028. # [23:46] <jlebar|mac> ("small" == "smaller than a page"
  3029. # [23:46] <jlebar|mac> )
  3030. # [23:47] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3031. # [23:47] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  3032. # [23:47] * Quits: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP) (Quit: jfkthame)
  3033. # [23:48] * Quits: Optimizer (Optimizer@A5E2C6C6.1D173DC.274D17D6.IP) (Ping timeout)
  3034. # [23:48] <derf> jlebar|mac: "vsize" meaning it maps to a valid address that would page in when accessed, and "rss" meaning normally it's not accessed?
  3035. # [23:48] * Joins: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net)
  3036. # [23:48] <jlebar|mac> derf: yes, exactly.
  3037. # [23:48] <derf> Okay, thanks. That's what I needed to know.
  3038. # [23:48] <jlebar|mac> derf: And moreover, our memory reporters assume that those pages are not touched.
  3039. # [23:48] * Joins: andreasn (andreasn@moz-B10557F5.mobileonline.telia.com)
  3040. # [23:48] * Quits: andreasn (andreasn@moz-B10557F5.mobileonline.telia.com) (Client exited)
  3041. # [23:49] * Joins: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3042. # [23:50] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  3043. # [23:51] * Joins: terrence (terrence@2557E599.66715431.D25A875A.IP)
  3044. # [23:53] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  3045. # [23:54] * Quits: @khuey (khuey@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  3046. # [23:54] * Joins: clee (clee@2557E599.66715431.D25A875A.IP)
  3047. # [23:57] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  3048. # [23:57] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  3049. # [23:57] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  3050. # [23:57] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  3051. # [23:59] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3052. # [23:59] * joduinn-commute is now known as joduinn-mtg
  3053. # [23:59] * Quits: jhford (jhford@moz-D8988180.org) (Quit: ZNC - http://znc.in)
  3054. # Session Close: Sat Dec 01 00:00:00 2012

The end :)