/irc-logs / mozilla / #developers / 2014-07-09 / end

Options:

  1. # Session Start: Wed Jul 09 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] <Waldo> our extensionland toLocaleFormat is also antithetical to Intl's plans, of course
  4. # [00:00] * Joins: catalinb (catalinb@moz-62518563.mtv2.mozilla.com)
  5. # [00:00] * Quits: mikeratcliffe (Adium@7614B933.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  6. # [00:00] <Waldo> and largely must be, because that just delegates to platform strftime (no, really (!))
  7. # [00:00] <mwu> wonderful
  8. # [00:01] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  9. # [00:02] * mcote is now known as mcote|afk
  10. # [00:03] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  11. # [00:03] <Waldo> mwu: anyway, so you're saying that in the short term, it's not really possible/practical to remove the built-in ICU, the built-in ICU doesn't have at least some of the data files that are necessary to implement Intl functionality, and...is it possible to get those files shipped, easily? and if shipped, how much ability do we have to modify ICU to do demand paging or whatever, if we don't...
  12. # [00:03] <Waldo> ...want the hit of loading all the data that we take on desktop?
  13. # [00:04] * heycam|away is now known as heycam
  14. # [00:04] <mwu> Waldo: shouldn't be too hard to get the icu files to ship if we want them
  15. # [00:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d276db30b5e7 - Kartikaya Gupta - Bug 1027593 - Move displayport and scrollId finding into RecordFrameMetrics from call sites. r=tn
  16. # [00:05] <mwu> modifying ICU would be harder, slightly, if we need to
  17. # [00:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/924b7195d703 - Kartikaya Gupta - Bug 1027593 - Ensure RecordFrameMetrics populates the displayport margins as well. r=tn
  18. # [00:05] <mwu> it doesn't already mmap its data?
  19. # [00:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a50ea7808d85 - Kartikaya Gupta - Bug 1027593 - Ensure we updated the displayport margins when the scrollable rect changes. r=botond
  20. # [00:05] * Joins: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  21. # [00:05] <Waldo> mwu: there are a couple ways to load all the locale data
  22. # [00:05] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  23. # [00:05] <Waldo> mwu: on desktop we just build it into the binary, I think
  24. # [00:05] <mwu> huh.
  25. # [00:05] <Waldo> mwu: there's an API to say "I've loaded all the Intl data into this bit of memory", tho
  26. # [00:06] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  27. # [00:06] * coop is now known as coop|afk
  28. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8f844a9d2a6d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  29. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c49f24908699 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  30. # [00:06] <Waldo> mwu: that might be enough to not change ICU
  31. # [00:06] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  32. # [00:06] <mwu> the other tricky thing is B2G is multiprocess
  33. # [00:06] * Waldo is largely parroting osmosed information from his time working on Intl stuff, is not particularly knowledgeable about it all
  34. # [00:07] <mwu> and child processes will eventually not be allowed to directly open files
  35. # [00:07] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  36. # [00:07] <mwu> but I'm sure we can find a solution for that
  37. # [00:07] <Waldo> I would be rather surprised if the "use CLDR data in this memory" API ever requires the ability to write into that address space
  38. # [00:07] * sydpolk is now known as sydpolk|afk
  39. # [00:07] <mwu> probably can just load up the files before the sandboxing gets turned on
  40. # [00:07] <Waldo> in which case, it's probably possible to open in the parent and ship over, or...yeah, that
  41. # [00:08] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  42. # [00:08] <Waldo> and have it all readonly so no worries about sharing
  43. # [00:08] <mwu> it's gonna be on a readonly mounted fs so it should be ok
  44. # [00:08] * geekboy|afk is now known as geekboy
  45. # [00:10] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  46. # [00:10] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  47. # [00:10] * Quits: bogdan_maris (Instantbir@BB27F950.A69946F4.FB2DBB61.IP) (Connection reset by peer)
  48. # [00:10] * geekboy is now known as geekboy|afk
  49. # [00:10] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  50. # [00:10] <KWierso|sheriffduty> mixedpuppy: ping
  51. # [00:11] * Joins: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca)
  52. # [00:14] <Bas> Grrr, why are try jobs taking for ever and ever.
  53. # [00:14] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Quit: )
  54. # [00:15] <Waldo> mwu: okay, so for now at least it sounds like using the system-built-in ICU is the right thing to do, beefed up with extra data shipped and loaded in some manner or other
  55. # [00:15] <KWierso|sheriffduty> Bas: what platform?
  56. # [00:15] <mwu> Waldo: do you expect the data to be updated more frequently than the library?
  57. # [00:15] <Waldo> mwu: and we should probably start talking to partners about not shipping system-built-in ICU in libsf
  58. # [00:15] <Bas> KWierso|sheriffduty: Win 7 and 8, Reftests.
  59. # [00:15] <Bas> KWierso|sheriffduty: Actually, all tests :)
  60. # [00:15] * Quits: Swatinem (Instantbir@moz-A687B545.vie.surfer.at) (Ping timeout)
  61. # [00:15] <mwu> Waldo: I would prefer going straight to a configuration that we want
  62. # [00:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/24bdb64d85cb - Wes Kocher - Backed out changeset ca2fd67a4cf7 (bug 1029942) for bc1 orange
  63. # [00:16] <Waldo> mwu: I...think CLDR and ICU updates are technically decoupled, but honestly, we update ICU not super-promptly in any case, and CLDR probably only when ICU updates, so I doubt we'd update data except when updating ICU
  64. # [00:16] <mwu> if we have to coordinate any change, we should just get exactly what we want
  65. # [00:16] <Waldo> mwu: I suspect given the load-data-from-memory API we should at least investigate that first; if that pans out no ICU update is needed
  66. # [00:16] * Quits: brendan (brendaneic@EF56BFC6.92CC2092.814EB5F8.IP) (Quit: brendan)
  67. # [00:17] <Waldo> mwu: at least, unless ICU has security issues
  68. # [00:17] <mwu> ok
  69. # [00:17] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  70. # [00:17] <Waldo> mwu: and depending how old ICU is, that's more or less likely (I don't have any good idea how likely or not)
  71. # [00:17] <mwu> lemme show you the oldest icu we can expect
  72. # [00:17] * Joins: milan (milan@moz-8C1AC000.dsl.bell.ca)
  73. # [00:17] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  74. # [00:17] * Joins: tonymec (tonymec@5624B1F7.EE6CCC0.277517C1.IP)
  75. # [00:18] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: Textual IRC Client: www.textualapp.com)
  76. # [00:18] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  77. # [00:18] <mwu> Waldo: https://android.googlesource.com/platform/external/icu4c/+/android-4.0.4_r2.1
  78. # [00:18] <mwu> wait, lemme double check.
  79. # [00:18] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  80. # [00:18] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  81. # [00:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  82. # [00:19] <mwu> Waldo: yeah, that's correct
  83. # [00:19] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  84. # [00:19] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  85. # [00:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4a7bfc90109f - Gijs Kruitbosch - Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao
  86. # [00:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  87. # [00:20] * Quits: milan (milan@moz-8C1AC000.dsl.bell.ca) (Input/output error)
  88. # [00:22] * hwine is now known as hwine-coffee
  89. # [00:23] * Joins: brendan (brendaneic@EF56BFC6.92CC2092.814EB5F8.IP)
  90. # [00:23] * Quits: brendan (brendaneic@EF56BFC6.92CC2092.814EB5F8.IP) (Quit: brendan)
  91. # [00:23] * Joins: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  92. # [00:25] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Client exited)
  93. # [00:26] * Joins: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  94. # [00:26] * hwine-coffee is now known as hwine
  95. # [00:26] * Joins: brendan (brendaneic@EF56BFC6.92CC2092.814EB5F8.IP)
  96. # [00:26] * Quits: Archaeopteryx (itsme@moz-7ACEA25.cust.telecolumbus.net) (Quit: Goodbye)
  97. # [00:28] * Quits: brendan (brendaneic@EF56BFC6.92CC2092.814EB5F8.IP) (Quit: brendan)
  98. # [00:29] * Joins: vikash (vikash@5B267BD4.3A5D1780.9A4281D1.IP)
  99. # [00:31] * Joins: janv (varga@moz-9EAB7EDB.dsl.bell.ca)
  100. # [00:31] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  101. # [00:32] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  102. # [00:33] * Joins: brendan (brendaneic@EF56BFC6.92CC2092.814EB5F8.IP)
  103. # [00:33] * Quits: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  104. # [00:34] * Quits: wolfiR_ (wolfiR@moz-6677DF1C.dip0.t-ipconnect.de) (Quit: Leaving)
  105. # [00:35] * Joins: tomer (tomer@moz-C41B384C.static.012.net.il)
  106. # [00:36] * sheppy is now known as sheppy-offline
  107. # [00:37] * Quits: simukis1 (nagisa@moz-81B5EAF1.static.zebra.lt) (Ping timeout)
  108. # [00:37] * Quits: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP) (Ping timeout)
  109. # [00:38] * Quits: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  110. # [00:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/733716435a70 - Timothy Nikkel - Bug 1035917. If we fail to create a requested async scrollable layer then log a warning and approximate reason why. r=roc
  111. # [00:41] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  112. # [00:41] * Joins: mconley (mconley@6E1C4739.15B0D379.C3C3A9D0.IP)
  113. # [00:42] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=e185bf9449f6 - 34 changesets
  114. # [00:42] * kats is now known as kats|away
  115. # [00:42] * Callek is now known as Callek_disconnected
  116. # [00:43] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  117. # [00:46] <Waldo> mwu: okay; I'll file a bug on figuring out how to ship the CLDR data we need, and I'll send mail to various people and get some sort of ball rolling on this, I guess
  118. # [00:46] * Quits: vikash (vikash@5B267BD4.3A5D1780.9A4281D1.IP) (Quit: This computer has gone to sleep)
  119. # [00:46] <mwu> ok
  120. # [00:46] * Quits: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Ex-Chat)
  121. # [00:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6b925c984240 - David Major - Bug 1028972 - Adjust Breakpad reservation for inflation. r=bsmedberg
  122. # [00:47] * Quits: mconley (mconley@6E1C4739.15B0D379.C3C3A9D0.IP) (Connection reset by peer)
  123. # [00:48] * Quits: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net) (Ping timeout)
  124. # [00:48] * Quits: tonymec (tonymec@5624B1F7.EE6CCC0.277517C1.IP) (Ping timeout)
  125. # [00:49] * Quits: tonymec|away (tonymec@5624B1F7.EE6CCC0.277517C1.IP) (Ping timeout)
  126. # [00:49] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  127. # [00:50] * Callek_disconnected is now known as Callek
  128. # [00:50] * Joins: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net)
  129. # [00:51] * Quits: tonymec_KDE (tonymec@5624B1F7.EE6CCC0.277517C1.IP) (Connection reset by peer)
  130. # [00:51] * Joins: milan (milan@moz-8C1AC000.dsl.bell.ca)
  131. # [00:52] * Joins: mccr8_ (mccr8@moz-62518563.mtv2.mozilla.com)
  132. # [00:52] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  133. # [00:53] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  134. # [00:53] * Quits: milan (milan@moz-8C1AC000.dsl.bell.ca) (Ping timeout)
  135. # [00:53] * Joins: njn (njn@moz-3557B5BE.dyn.iinet.net.au)
  136. # [00:53] * ChanServ sets mode: +o njn
  137. # [00:54] * Joins: tonymec_KDE (tonymec@5624B1F7.EE6CCC0.277517C1.IP)
  138. # [00:54] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Connection reset by peer)
  139. # [00:54] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  140. # [00:55] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  141. # [00:56] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  142. # [00:57] * Joins: tonymec|away (tonymec@5624B1F7.EE6CCC0.277517C1.IP)
  143. # [00:57] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  144. # [00:59] * Joins: tonymec (tonymec@5624B1F7.EE6CCC0.277517C1.IP)
  145. # [01:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=d35c1bf0f084 - 20 changesets
  146. # [01:00] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  147. # [01:00] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  148. # [01:01] * mccr8_ is now known as mccr8
  149. # [01:01] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  150. # [01:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ec4dc354e091 - Kyle Huey - Bug 1033618: If we take the preallocated process but fail to start the app try again with a non-preallocated process. r=smaug
  151. # [01:05] * Quits: tonymec (tonymec@5624B1F7.EE6CCC0.277517C1.IP) (Ping timeout)
  152. # [01:05] * Quits: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP) (Quit: RealRaven)
  153. # [01:05] * Quits: tonymec_KDE (tonymec@5624B1F7.EE6CCC0.277517C1.IP) (Ping timeout)
  154. # [01:05] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  155. # [01:05] * Fallen is now known as Fallen|away
  156. # [01:06] * Quits: tonymec|away (tonymec@5624B1F7.EE6CCC0.277517C1.IP) (Ping timeout)
  157. # [01:06] * Quits: brendan (brendaneic@EF56BFC6.92CC2092.814EB5F8.IP) (Quit: brendan)
  158. # [01:06] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  159. # [01:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ee1da9d45ce2 - Monica Chew - Bug 1035923: Remove deprecated certs from google_root_pems (r=keeler)
  160. # [01:07] <Mossop> gps: In a make file how do I convert a relative path to an absolute path?
  161. # [01:07] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  162. # [01:08] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  163. # [01:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ab4be45484c - David Major - Bug 1035068: Remove unused Windows logging code that VS2013 doesn't like. r=jesup
  164. # [01:09] * stephend is now known as stephend|mtg
  165. # [01:09] * geekboy|afk is now known as geekboy
  166. # [01:09] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  167. # [01:10] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  168. # [01:11] * Unfocused is now known as Unfocused|conference
  169. # [01:11] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Ping timeout)
  170. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c9f4c0254099 - Mike Hommey - Bug 1029346 - Add -Wno-error=coverage-mismatch to PGO builds
  171. # [01:12] * Quits: joshua-s (Thunderbir@moz-D8F27DD2.syrcny.east.verizon.net) (Ping timeout)
  172. # [01:13] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  173. # [01:13] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  174. # [01:13] * Quits: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  175. # [01:14] * Joins: brendan (brendaneic@EF56BFC6.92CC2092.814EB5F8.IP)
  176. # [01:14] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  177. # [01:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1014d070eaff - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  178. # [01:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2d898419f2ab - B2G Bumper Bot - Bumping manifests a=b2g-bump
  179. # [01:15] * Joins: joshua-s (Thunderbir@moz-28DA282F.syrcny.east.verizon.net)
  180. # [01:15] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  181. # [01:15] * Joins: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  182. # [01:16] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Input/output error)
  183. # [01:16] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  184. # [01:18] * Quits: abr (anonymous@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Quit: abr)
  185. # [01:18] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  186. # [01:18] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Ping timeout)
  187. # [01:19] * Joins: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  188. # [01:19] * Quits: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  189. # [01:20] * Quits: @njn (njn@moz-3557B5BE.dyn.iinet.net.au) (Ping timeout)
  190. # [01:20] * Quits: Gijs (gijs@moz-A971C003.range86-164.btcentralplus.com) (Quit: sleep)
  191. # [01:20] * Joins: njn (njn@moz-A1B5106B.dyn.iinet.net.au)
  192. # [01:20] * ChanServ sets mode: +o njn
  193. # [01:22] * Joins: abr (anonymous@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  194. # [01:22] <gps> Mossop: you typically pin the path with $(topsrcdir) or something. the generic answer is there is an $(abspath) function
  195. # [01:23] <Mossop> gps: I just found $(realpath) if that works? In your review queue now
  196. # [01:23] <gps> it might
  197. # [01:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/76a96d6f0330 - Blake Kaplan - Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
  198. # [01:25] * Waldo sighs
  199. # [01:25] <Waldo> turns out when you're writing worker code and wondering why your worker's onmessage function isn't being called, it might help to post a message to the worker
  200. # [01:26] <froydnj> \o/
  201. # [01:26] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  202. # [01:26] * BenWa is now known as BenWa|email
  203. # [01:26] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  204. # [01:26] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  205. # [01:27] * Joins: Jesse (jruderman@moz-62518563.mtv2.mozilla.com)
  206. # [01:28] <Jesse> to help debug https://bugzilla.mozilla.org/show_bug.cgi?id=935795 i tried "call DumpJSStack()" and got "Hit MOZ_CRASH(nsXPConnect not thread-safe)"
  207. # [01:28] <Jesse> the initial crash (which got me into the debugger) was on a worker thread
  208. # [01:28] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  209. # [01:28] <Waldo> yeah, you'd need to switch over to the main thread before trying that
  210. # [01:28] * Waldo is now known as Waldo|blind-leading-the-blind
  211. # [01:29] <Jesse> will i get the stack for the worker?
  212. # [01:29] <Waldo|blind-leading-the-blind> DumpJSStack() is pure XPCOM/XPConnect gunkery
  213. # [01:29] <Waldo|blind-leading-the-blind> if you want a JS stack, from the JS engine, you want, um
  214. # [01:30] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
  215. # [01:30] <Waldo|blind-leading-the-blind> js_DumpPC(cx) is a start, at least
  216. # [01:30] <Waldo|blind-leading-the-blind> I used to know the incantations for this, but we've changed names and stack frame stuff enough that I'm no longer sure
  217. # [01:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e4b12ef25d3e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  218. # [01:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8efe242c18e0 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  219. # [01:31] <Waldo|blind-leading-the-blind> not off the top of my head, at least
  220. # [01:31] <Waldo|blind-leading-the-blind> Jesse: should be an easy question in #jsapi
  221. # [01:31] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  222. # [01:32] * geekboy is now known as geekboy|afk
  223. # [01:33] * geekboy|afk is now known as geekboy
  224. # [01:34] * Waldo|blind-leading-the-blind supposes he probably missed bent for the day at this point
  225. # [01:34] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  226. # [01:35] * Quits: @roc (chatzilla@moz-470352A4.bng1.tvc.orcon.net.nz) (Ping timeout)
  227. # [01:35] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  228. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/2b6f365ed167 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  229. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0b5f757da75a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  230. # [01:39] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=ff4e6d562903 - 51 changesets
  231. # [01:40] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  232. # [01:40] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  233. # [01:41] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  234. # [01:41] * stephend|mtg is now known as stephend
  235. # [01:43] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  236. # [01:43] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  237. # [01:43] * Quits: Jesse (jruderman@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  238. # [01:43] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  239. # [01:43] * Joins: Jesse_ (jruderman@moz-62518563.mtv2.mozilla.com)
  240. # [01:45] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Ping timeout)
  241. # [01:45] <@ehsan> nalexander: are you offering free access to your machine? ;)
  242. # [01:45] <@ehsan> nalexander: (re the localhost url in your email)
  243. # [01:45] <nalexander> ehsan: of course, of course. You can have the busted keyboard that wedges modifiers too.
  244. # [01:46] <@ehsan> awesome, I've wanted that for soooo long!
  245. # [01:46] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  246. # [01:46] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  247. # [01:46] <nalexander> ehsan: indeed. The Kinesis Advantage is great on the fingers, but no so great on the Mac USB compatibility.
  248. # [01:47] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  249. # [01:47] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  250. # [01:47] <@ehsan> nalexander: what have you done to your machine?! lol
  251. # [01:48] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  252. # [01:49] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  253. # [01:49] * Joins: kdc_ (chatzilla@moz-A66E00D4.pk.shawcable.net)
  254. # [01:49] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  255. # [01:49] * kdc_ is now known as kdc
  256. # [01:49] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  257. # [01:49] * KWierso|sheriffduty is now known as KWierso
  258. # [01:49] * Quits: _6a68 (jhirsch@moz-BCE0307E.socal.res.rr.com) (Quit: that's all folks)
  259. # [01:50] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  260. # [01:51] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  261. # [01:52] * Joins: milan (milan@moz-8C1AC000.dsl.bell.ca)
  262. # [01:52] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  263. # [01:52] * mcote|afk is now known as mcote
  264. # [01:52] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: computer sleep)
  265. # [01:52] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  266. # [01:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6598d8f28ded - Shane Caraveo - Bug 1029942 allow activation from about: chrome urls, r=felipe
  267. # [01:53] * BenWa|email is now known as BenWa
  268. # [01:54] * Quits: milan (milan@moz-8C1AC000.dsl.bell.ca) (Ping timeout)
  269. # [01:55] * Quits: azakai (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  270. # [01:55] * BenWa is now known as BenWa|email
  271. # [01:56] * Quits: tomer (tomer@moz-C41B384C.static.012.net.il) (Quit: Leaving.)
  272. # [01:56] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  273. # [01:57] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Ping timeout)
  274. # [01:57] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  275. # [01:57] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  276. # [01:58] * Joins: ericjung__ (androirc@C551306C.F9C282AE.284344F5.IP)
  277. # [01:59] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  278. # [02:00] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  279. # [02:00] * Joins: ehugg (ehugg@moz-D362FF27.cisco.com)
  280. # [02:00] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  281. # [02:01] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  282. # [02:01] * ewong|away is now known as ewong
  283. # [02:03] * Quits: mwobensmith2 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  284. # [02:03] * terrence is now known as terrence-afk
  285. # [02:04] * Quits: ericjung__ (androirc@C551306C.F9C282AE.284344F5.IP) (Quit: bye for now)
  286. # [02:04] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  287. # [02:04] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  288. # [02:05] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  289. # [02:05] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  290. # [02:05] * ggp is now known as ggp|away
  291. # [02:05] * Quits: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  292. # [02:05] * Joins: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com)
  293. # [02:05] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  294. # [02:06] <heycam> hmm what's with the ~1600 pending linux64 try test jobs
  295. # [02:06] * Quits: ally1 (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  296. # [02:08] * Joins: Enn (chatzilla@moz-1758BB1C.cpe.net.cable.rogers.com)
  297. # [02:09] <RyanVM|afk> heycam: probably android 2.3 reftest/crashtests
  298. # [02:09] <RyanVM|afk> they run on hardware slaves rather than aws
  299. # [02:10] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  300. # [02:10] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  301. # [02:10] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  302. # [02:11] <heycam> RyanVM|afk, ah ok, shouldn't affect me then
  303. # [02:12] <heycam> (I hope)
  304. # [02:13] * geekboy is now known as geekboy|afk
  305. # [02:14] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  306. # [02:14] * Quits: RyanVM|afk (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  307. # [02:15] * stephend is now known as stephend|out
  308. # [02:15] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  309. # [02:15] * Joins: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  310. # [02:15] * Quits: nathan (nathan@moz-62518563.mtv2.mozilla.com) (Quit: Leaving)
  311. # [02:16] * Quits: ehugg (ehugg@moz-D362FF27.cisco.com) (Quit: ehugg)
  312. # [02:16] * Quits: twi (Adium@moz-A701999C.cust.vodafonedsl.it) (Quit: Leaving.)
  313. # [02:17] * Quits: brendan (brendaneic@EF56BFC6.92CC2092.814EB5F8.IP) (Quit: brendan)
  314. # [02:17] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  315. # [02:18] * Quits: jesup (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  316. # [02:18] * Quits: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  317. # [02:18] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  318. # [02:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  319. # [02:19] * Quits: drno (nohlmeier@moz-62518563.mtv2.mozilla.com) (Quit: drno)
  320. # [02:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4aa67e18ed7f - Brian Birtles - Bug 1033881 part 1 - Don't generate animations when the animation-name doesn't match; r=dbaron
  321. # [02:19] * Joins: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  322. # [02:19] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Ping timeout)
  323. # [02:20] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  324. # [02:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  325. # [02:20] * Quits: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  326. # [02:21] * Joins: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com)
  327. # [02:21] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  328. # [02:21] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  329. # [02:21] * Joins: milan (milan@moz-8C1AC000.dsl.bell.ca)
  330. # [02:21] * Quits: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  331. # [02:22] * Joins: dzbarsky (Adium@moz-3A5DEFAA.natpool.nyu.edu)
  332. # [02:22] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  333. # [02:23] * BenWa|email is now known as BenWa
  334. # [02:23] * Joins: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  335. # [02:23] * Quits: janv (varga@moz-9EAB7EDB.dsl.bell.ca) (Quit: Leaving)
  336. # [02:23] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  337. # [02:24] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  338. # [02:25] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Quit: I've been blurred!)
  339. # [02:26] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  340. # [02:26] * Quits: dzbarsky (Adium@moz-3A5DEFAA.natpool.nyu.edu) (Quit: Leaving.)
  341. # [02:27] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  342. # [02:27] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  343. # [02:27] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  344. # [02:29] * capella is now known as capella|away
  345. # [02:30] <fabrice> can I use the preprocessor in a mochitest html file?
  346. # [02:30] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  347. # [02:30] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  348. # [02:31] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  349. # [02:31] * Quits: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  350. # [02:32] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  351. # [02:32] * Joins: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  352. # [02:32] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  353. # [02:33] * Quits: bbondy (bbondy@moz-793B8F0F.khanacademy.org) (Client exited)
  354. # [02:34] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  355. # [02:36] * Quits: catalinb (catalinb@moz-62518563.mtv2.mozilla.com) (Quit: This computer has gone to sleep)
  356. # [02:37] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  357. # [02:37] * Quits: bwc (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  358. # [02:38] * Joins: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  359. # [02:39] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Input/output error)
  360. # [02:39] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  361. # [02:39] * Quits: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  362. # [02:41] * Quits: Enn (chatzilla@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  363. # [02:42] * Joins: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net)
  364. # [02:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c805d803e11 - Douglas Crosher - Bug 1013056. r=shu
  365. # [02:44] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  366. # [02:45] * Joins: roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  367. # [02:45] * ChanServ sets mode: +o roc
  368. # [02:45] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  369. # [02:46] <Waldo|blind-leading-the-blind> mwu: so looking back at bug 866301 comment 1, there is a claim some OEMs have removed ICU from their libstagefright versions -- is that accurate, and another wrinkle in our considerations? or did ICU disappear from whatever lib they're talking about there, and reappear in some other one for everyone?
  370. # [02:47] <mwu> Waldo|blind-leading-the-blind: AFAIK, only the data files are removed
  371. # [02:47] <Waldo|blind-leading-the-blind> aha!
  372. # [02:48] <mwu> I'll check again..
  373. # [02:48] <Waldo|blind-leading-the-blind> so we'd need to provide data files, but as long as they're not in the binary it's no hit to RAM, only to disk space which is rather cheaper
  374. # [02:48] <Waldo|blind-leading-the-blind> (a hit in the case where the OEM hadn't removed the data files already, that is)
  375. # [02:48] <mwu> there's no difference
  376. # [02:49] <mwu> if the oem removed and we have to put it back, it's all in the same partition
  377. # [02:49] <Waldo|blind-leading-the-blind> mwu: fyi, bug 866301 is for Intl on b2g, bug 864843 is for Intl on Android
  378. # [02:49] * Waldo|blind-leading-the-blind is now known as Waldo
  379. # [02:49] <mwu> ok
  380. # [02:49] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Quit: juanb)
  381. # [02:49] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  382. # [02:49] <Waldo> there seems to have been a bunch of work on the Android front, which would also fix b2g
  383. # [02:49] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  384. # [02:50] <Waldo> excepting any b2g-specific space concerns
  385. # [02:50] <Waldo> which may not be exceptable, and judging by my sense probably aren't
  386. # [02:50] <mwu> I would think android actually has more space concerns than b2g
  387. # [02:50] <Waldo> mwu: hum, really? somewhat surprising to me
  388. # [02:51] <mwu> because people have to download fennec
  389. # [02:51] <mwu> the space concern is if we can't fit in the space available, like on tarako
  390. # [02:51] <Waldo> mwu: the proposed download hit would be 3MB of compressed data, which is not so onerous, or at least is not uniformly onerous across the board
  391. # [02:52] <Waldo> mwu: my understanding from funnelcaking and such is that download size hits have effects based mostly on available bandwidth
  392. # [02:52] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  393. # [02:52] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  394. # [02:52] <Waldo> mwu: so a bit more in the download in the US usually doesn't matter, a bit more in Malaysia (?, I think, maybe Indonesia) has rather more impact
  395. # [02:52] <mwu> right
  396. # [02:53] <mwu> but a long time ago, there were people complaining about the size fennec took up
  397. # [02:53] <Waldo> mwu: and those were all for desktop, so who knows about mobile where we probably don't have those fine-grained metrics because cathedral app store and all
  398. # [02:53] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  399. # [02:53] <mwu> and compared it to opera
  400. # [02:53] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  401. # [02:53] <Waldo> always people complaining
  402. # [02:53] <mwu> always
  403. # [02:53] <Waldo> you know if they were comparing presto or blink?
  404. # [02:53] <mwu> so then our custom linker halved our install footprint
  405. # [02:53] <mwu> presto
  406. # [02:54] * bz_away is now known as bz
  407. # [02:55] <mwu> Waldo: relevant bug for tarako - bug 987312
  408. # [02:55] <Waldo> in any case, current work in bug 864843 is probably more about making it *possible* to have a switch flipped
  409. # [02:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/218997c808a1 - Camilo Viecco - Bug 1030204 - 1/2 Name constraint ANSSI(DCISS) Root cert in mozilla::pkix. r=keeler
  410. # [02:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/23c24ca46931 - Camilo Viecco - Bug 1030204 - 2/2 Tests for Name constraints for ANSSI(DCISS) Root cert in psm. r=keeler
  411. # [02:56] <mwu> sounds good
  412. # [02:56] <Waldo> whether that switch is/isn't flipped in the field is not super-much my concern, that's theirs :-)
  413. # [02:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7b32ad6d95b6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  414. # [02:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dc36de46d6a8 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  415. # [02:56] <Waldo> theirs being karen if that bug is accurate
  416. # [02:56] * Waldo idly wonders about her IRC nick
  417. # [02:56] <mwu> I don't think we have a choice if we start using intl in gaia
  418. # [02:56] <Waldo> possibly worth looping in on this mail, at risk of broadening field too far
  419. # [02:56] <Waldo> that's true
  420. # [02:57] <mwu> I don't think she's the right person to loop in
  421. # [02:57] <Waldo> I would expect use in gaia to start only once shipped, and chosen to ship
  422. # [02:57] <KWierso> mrbkap: ping
  423. # [02:57] <Waldo> but certainly shippability, must precede use in gaia
  424. # [02:57] * nthomas is now known as nthomas|away
  425. # [02:57] <Waldo> or at the very least feature detection
  426. # [02:58] <Waldo> with some partially adequate fallbacks
  427. # [02:58] <Waldo> okay, I'll punt on including her
  428. # [02:59] * Joins: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net)
  429. # [02:59] <mwu> sounds like this is just the right thing to do, and we'll have to figure out how to save space in other places on low flash memory devices
  430. # [02:59] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  431. # [02:59] <Waldo> yeah, perhaps :-\
  432. # [02:59] * Joins: PiresFelix (Leonardo@moz-D4260058.bsaco701.dsl.brasiltelecom.net.br)
  433. # [03:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fbb2bdecd50d - Wes Kocher - Backed out changeset 76a96d6f0330 (bug 1001957) for mochitest-2 bustage on a CLOSED TREE
  434. # [03:00] <mwu> maybe have a cut down version of the data for those devices? dunno
  435. # [03:00] <KWierso> mrbkap: unping ^^
  436. # [03:00] <mwu> seems like 7 mb is a lot, but i18n gets pretty complicated
  437. # [03:00] <Waldo> dunno how conceivable at all that is
  438. # [03:01] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  439. # [03:01] <Waldo> shipping just one de/en/pt/es locale (that is, no regionalized versions of anything) maybe cuts down some, but I would assume the flourishes for extra locales are small (as opposed to extra languages)
  440. # [03:02] <Waldo> my sense is that locales are not uniform size, and that some are just a whole lot bigger than others, so unless you cut the big ones you don
  441. # [03:02] <Waldo> 't gain much
  442. # [03:02] <Waldo> and the big ones are not easily cut because they're important things
  443. # [03:02] * KWierso is now known as KWierso|afk
  444. # [03:02] <mwu> it depends a lot on where the devices are gonna be sold
  445. # [03:02] <Waldo> on the other hand, cutting to just the regions where the b2g phones ship, is more possible
  446. # [03:02] <Waldo> yeah
  447. # [03:02] <mwu> ideally we ship with support for all languages everywhere, but we've had to make compromises
  448. # [03:03] <Waldo> one would presume China eventually, and I think cn was one of the bigger ones
  449. # [03:03] <Waldo> so that would present issues at some time
  450. # [03:03] <mwu> we'll deal with it when it comes up
  451. # [03:03] <mrbkap> KWierso|afk: sorry, was afk :(
  452. # [03:03] <Waldo> at least for b2g there's a narrower market to consider, versus the whole world as for desktop/Android largely
  453. # [03:03] <Waldo> yeah
  454. # [03:03] <Waldo> anyway
  455. # [03:03] <KWierso|afk> mrbkap: and now I am :)
  456. # [03:03] <Waldo> I should get some dinner, back tomorrow
  457. # [03:03] <mwu> ok
  458. # [03:04] <Waldo> and mail to be written/sent tomorrow, I think
  459. # [03:04] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Quit: out)
  460. # [03:05] * Joins: walter (walter@moz-24157589.mtv2.mozilla.com)
  461. # [03:05] * Quits: walter (walter@moz-24157589.mtv2.mozilla.com) (Input/output error)
  462. # [03:05] <nigelb> morning KWierso|afk
  463. # [03:06] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  464. # [03:06] * Joins: sewardj_ (sewardj@moz-3A74317C.dip0.t-ipconnect.de)
  465. # [03:06] <KWierso|afk> nigelb: do you have access to the "Adjust hidden builders" thing on tbpl?
  466. # [03:07] * khuey is now known as khuey|away
  467. # [03:07] * Quits: sewardj (sewardj@moz-6DD9148F.dip0.t-ipconnect.de) (Ping timeout)
  468. # [03:07] <KWierso|afk> if you do, you might want to hide the b2g_mozilla-central_linux64-b2g-haz_dep builds on mozilla-central because of Bug 1036211
  469. # [03:07] <KWierso|afk> if not, I'll probably do it later when I get home
  470. # [03:08] * Quits: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  471. # [03:08] <nigelb> Let me check
  472. # [03:08] <nigelb> right, sfink's bug from yesterday.
  473. # [03:09] <nigelb> oh this different
  474. # [03:09] * Joins: mdas (mdas@E9758364.9EC0A5AF.CFE928A7.IP)
  475. # [03:09] * Joins: janv (varga@moz-9EAB7EDB.dsl.bell.ca)
  476. # [03:09] * Quits: dwong (dwong@moz-62518563.mtv2.mozilla.com) (Client exited)
  477. # [03:10] <nigelb> KWierso|afk: nope, no access. It asks for "sheriff's password"
  478. # [03:13] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  479. # [03:14] * Joins: jesup (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  480. # [03:15] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  481. # [03:15] * Quits: chewey (chewey@moz-B7EDD3CB.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  482. # [03:15] * Joins: chewey (chewey@moz-36D4A296.dip0.t-ipconnect.de)
  483. # [03:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  484. # [03:20] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  485. # [03:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  486. # [03:20] * Joins: Enn (chatzilla@moz-1758BB1C.cpe.net.cable.rogers.com)
  487. # [03:21] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  488. # [03:21] * Quits: sicking (sicking@moz-7BFBB5C0.hsd1.ca.comcast.net) (Quit: sicking)
  489. # [03:22] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  490. # [03:23] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  491. # [03:24] * Quits: philipp64 (chatzilla@moz-B40B9015.ctcweb.net) (Client exited)
  492. # [03:24] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  493. # [03:24] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  494. # [03:24] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  495. # [03:26] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  496. # [03:26] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Client exited)
  497. # [03:27] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  498. # [03:27] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  499. # [03:28] * Quits: Enn (chatzilla@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  500. # [03:28] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  501. # [03:28] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Connection reset by peer)
  502. # [03:29] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  503. # [03:30] * Joins: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net)
  504. # [03:30] * hwine is now known as hwine-commuting
  505. # [03:31] <mrbkap> Ugh, I was missing a hunk in the patch that I pushed :(
  506. # [03:31] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  507. # [03:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d35be691e56f - Blake Kaplan - Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
  508. # [03:33] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  509. # [03:33] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  510. # [03:34] * Quits: system64 (uid17738@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  511. # [03:35] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  512. # [03:35] * Quits: janv (varga@moz-9EAB7EDB.dsl.bell.ca) (Quit: Leaving)
  513. # [03:36] * Quits: mwu (mwu@522C27B5.F1EEB410.2E87E34F.IP) (Ping timeout)
  514. # [03:36] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  515. # [03:38] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  516. # [03:39] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  517. # [03:39] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: Leaving)
  518. # [03:39] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  519. # [03:39] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  520. # [03:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/73600f49d961 - Sotaro Ikeda - Bug 1035281 - Fix potential file descriptor leak problem r=nical
  521. # [03:40] * KaiRo_away is now known as KaiRo
  522. # [03:40] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  523. # [03:40] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  524. # [03:41] * Joins: bajaj1 (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  525. # [03:42] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  526. # [03:42] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  527. # [03:43] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  528. # [03:44] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  529. # [03:45] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  530. # [03:46] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  531. # [03:47] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  532. # [03:48] * Joins: ally (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  533. # [03:50] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  534. # [03:50] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  535. # [03:52] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  536. # [03:53] * Quits: mdas (mdas@E9758364.9EC0A5AF.CFE928A7.IP) (Input/output error)
  537. # [03:53] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  538. # [03:53] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Quit: This computer has gone to sleep)
  539. # [03:53] * Joins: asobolev (asobolev@moz-93DCEFD2.static-ip.telepacific.net)
  540. # [03:53] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  541. # [03:54] * Quits: billm (billm@moz-62518563.mtv2.mozilla.com) (Quit: Leaving)
  542. # [03:54] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  543. # [03:54] * Quits: mchang (mchang@moz-793A0D3E.socal.res.rr.com) (Quit: mchang)
  544. # [03:54] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  545. # [03:55] * Quits: ashughes (uid34327@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  546. # [03:55] * philor|away is now known as philor
  547. # [03:56] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  548. # [03:56] * Quits: asobolev (asobolev@moz-93DCEFD2.static-ip.telepacific.net) (Quit: Leaving.)
  549. # [03:56] * Quits: fabrice (fabrice@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  550. # [03:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6e8e8e3d5ae5 - Jamin Liu - Bug 1030536 - Write a marionette test for verifying the setters of adapter based on bluetooth API v2. r=btian
  551. # [03:57] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  552. # [03:57] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  553. # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bd41dff8f475 - Matt Woodrow - Bug 1035168 - Use Map api to check if DataSourceSurfaces have data available in DrawTargetCairo. r=Bas
  554. # [03:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/25e05badc128 - Matt Woodrow - Bug 1027107 - Use fallible allocations in gfx::AlphaBoxBlur::Blur. r=Bas
  555. # [03:58] * Quits: ally (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  556. # [03:58] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  557. # [03:58] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  558. # [03:59] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  559. # [03:59] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  560. # [03:59] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  561. # [03:59] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  562. # [03:59] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  563. # [04:00] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  564. # [04:00] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  565. # [04:00] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  566. # [04:01] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  567. # [04:01] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  568. # [04:01] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  569. # [04:02] * Quits: bajaj1 (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  570. # [04:02] * Joins: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net)
  571. # [04:02] * Joins: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  572. # [04:03] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  573. # [04:03] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  574. # [04:03] * Quits: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net) (Quit: )
  575. # [04:03] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  576. # [04:03] * Joins: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net)
  577. # [04:03] * Quits: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net) (Quit: jhlin_)
  578. # [04:04] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  579. # [04:04] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  580. # [04:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cc20208a6eb4 - Matt Woodrow - Bug 1034247 - Avoid propogating scale factors down to ThebesLayers if it would result in them being larger than the max texture size. r=roc
  581. # [04:07] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  582. # [04:08] * khuey|away is now known as khuey
  583. # [04:08] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  584. # [04:08] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  585. # [04:09] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  586. # [04:10] * nigelb is now known as nigelb|sheriffduty
  587. # [04:11] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  588. # [04:11] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  589. # [04:12] * Joins: rlin (rlin-dt@moz-99690620.hinet-ip.hinet.net)
  590. # [04:13] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  591. # [04:13] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  592. # [04:15] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  593. # [04:17] * Quits: milan (milan@moz-8C1AC000.dsl.bell.ca) (Input/output error)
  594. # [04:17] * Quits: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Boriss)
  595. # [04:17] * nthomas|away is now known as nthomas
  596. # [04:17] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  597. # [04:17] * Quits: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  598. # [04:18] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  599. # [04:18] * Quits: rlin (rlin-dt@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  600. # [04:19] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  601. # [04:19] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  602. # [04:19] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  603. # [04:20] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  604. # [04:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  605. # [04:21] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  606. # [04:21] * ChanServ sets mode: +ao dbaron dbaron
  607. # [04:21] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  608. # [04:22] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  609. # [04:22] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  610. # [04:23] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  611. # [04:24] * Joins: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca)
  612. # [04:25] * Quits: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca) (Max SendQ exceeded)
  613. # [04:25] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  614. # [04:26] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  615. # [04:26] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  616. # [04:26] * Quits: tantek (tantek@moz-A1E567B0.dsl.dynamic.sonic.net) (Quit: tantek)
  617. # [04:27] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  618. # [04:28] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  619. # [04:28] * Joins: ahameez (althafhame@20D0E26.B3630AA8.525D7028.IP)
  620. # [04:30] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  621. # [04:30] * Joins: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net)
  622. # [04:33] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  623. # [04:33] * Quits: KaiRo (robert@moz-C6000096.adsl.highway.telekom.at) (Input/output error)
  624. # [04:33] <reuben> that sinking feeling when you look up blame to find a reviewer and see yourself
  625. # [04:33] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  626. # [04:33] <shu> i think that means r=me
  627. # [04:34] <reuben> ie. no one to blame when it eventually explodes
  628. # [04:35] <nigelb|sheriffduty> reuben: "who the hell committed this code... err.. oh"
  629. # [04:35] <nigelb|sheriffduty> often expressed with git blame or the hg equivalent.
  630. # [04:35] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  631. # [04:35] * ChanServ sets mode: +o bz
  632. # [04:36] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  633. # [04:36] * Joins: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP)
  634. # [04:36] <Callek> reuben: if I'm the only recent reviewer for a piece of code I'm working on, I usually default to selecting a name from the people that have touched the file/repo besides me. Or defer to someone with a similar code area competency
  635. # [04:36] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  636. # [04:36] <Callek> that is if the actual module owners/peers list doesn't help
  637. # [04:39] * Joins: asobolev (asobolev@moz-93DCEFD2.static-ip.telepacific.net)
  638. # [04:40] * Quits: serge (Thunderbir@moz-7FF6652E.dsl.teksavvy.com) (Ping timeout)
  639. # [04:41] * Quits: asobolev (asobolev@moz-93DCEFD2.static-ip.telepacific.net) (Quit: Leaving.)
  640. # [04:41] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  641. # [04:42] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  642. # [04:43] * Quits: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  643. # [04:43] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  644. # [04:47] * Quits: ahameez (althafhame@20D0E26.B3630AA8.525D7028.IP) (Ping timeout)
  645. # [04:48] * Joins: ahameez (althafhame@20D0E26.B3630AA8.525D7028.IP)
  646. # [04:48] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  647. # [04:49] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  648. # [04:50] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  649. # [04:51] * Parts: thinker (user@moz-48E6B050.dynamic.kbronet.com.tw) (Killed buffer)
  650. # [04:52] * Joins: thinker (user@moz-48E6B050.dynamic.kbronet.com.tw)
  651. # [04:53] * Quits: linuxwolf (linuxwolf@moz-D574E3BA.hsd1.co.comcast.net) (Quit: linuxwolf)
  652. # [04:56] * heycam is now known as heycam|away
  653. # [04:56] * hwine-commuting is now known as hwine
  654. # [04:57] * Quits: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP) (Quit: rniwa)
  655. # [04:57] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  656. # [04:57] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  657. # [04:57] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  658. # [04:57] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  659. # [04:59] * Quits: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  660. # [04:59] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  661. # [04:59] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  662. # [04:59] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  663. # [04:59] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  664. # [04:59] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Client exited)
  665. # [05:00] * Joins: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net)
  666. # [05:00] * Quits: tanvi (tanvi@moz-1979187D.hsd1.ca.comcast.net) (Quit: Leaving.)
  667. # [05:00] * Joins: Mano (mano@F5A8D48F.6F6350D1.42FA1438.IP)
  668. # [05:00] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  669. # [05:02] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  670. # [05:02] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/787dea02488d - Ehsan Akhgari - Bug 1036215 - Use MOZ_EXPORT in MemoryChecking.h; r=njn
  671. # [05:03] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Quit: vanished into thin air...)
  672. # [05:04] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  673. # [05:04] * Joins: Mano_ (mano@moz-EF938355.red.bezeqint.net)
  674. # [05:04] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  675. # [05:05] * Quits: Mano (mano@F5A8D48F.6F6350D1.42FA1438.IP) (Ping timeout)
  676. # [05:06] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  677. # [05:07] <@khuey> nigelb|sheriffduty: if it's not too much trouble tonight a b2g-inbound merge would be lovely
  678. # [05:07] <@khuey> nigelb|sheriffduty: I'd like to get 1033618 on trunk ASAP
  679. # [05:08] * joshua-s is now known as joshua-s|zzz
  680. # [05:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=79b1fc2308b7 - 72 changesets
  681. # [05:09] * Joins: pcwalton (pcwalton@moz-AD0942EF.lightspeed.sntcca.sbcglobal.net)
  682. # [05:10] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  683. # [05:10] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Input/output error)
  684. # [05:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=087dcd6f346a - 56 changesets
  685. # [05:11] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  686. # [05:11] <nigelb|sheriffduty> khuey: I don't have b-i locally, so give me a bit.
  687. # [05:11] <KWierso|afk> khuey, nigelb|sheriffduty: I can do it if that's easier
  688. # [05:11] <nigelb|sheriffduty> KWierso|afk: Yes, please!
  689. # [05:11] <nigelb|sheriffduty> I'll clone b-i meanwhile for future
  690. # [05:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=48de6f4f82af - 87 changesets
  691. # [05:13] <@khuey> KWierso|afk: <3
  692. # [05:13] <mconley> roc: ping
  693. # [05:13] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  694. # [05:14] <nigelb|sheriffduty> KWierso|afk: I think mattwoodrow broke crashtests on inbound...
  695. # [05:14] <KWierso|afk> nigelb|sheriffduty: well that wasn't very nice of him
  696. # [05:14] <nigelb|sheriffduty> heh
  697. # [05:14] <KWierso|afk> nigelb|sheriffduty: but yes, it does look like that's bug 1035168
  698. # [05:14] <mattwoodrow> That doesn’t sound like something I’d do
  699. # [05:15] <KWierso|afk> mattwoodrow: https://tbpl.mozilla.org/php/getParsedLog.php?id=43395255&tree=Mozilla-Inbound
  700. # [05:15] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  701. # [05:15] * nsm is now known as nsm|away
  702. # [05:15] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  703. # [05:16] <mattwoodrow> interesting
  704. # [05:16] * Joins: vikash (vikash@5B267BD4.3A5D1780.9A4281D1.IP)
  705. # [05:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/8f844a9d2a6d - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  706. # [05:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c49f24908699 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  707. # [05:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/ec4dc354e091 - Kyle Huey - Bug 1033618: If we take the preallocated process but fail to start the app try again with a non-preallocated process. r=smaug
  708. # [05:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/196d05832e12 - Wes Kocher - Merge b2g-inbound to m-c a=merge
  709. # [05:17] <KWierso|afk> khuey: ^
  710. # [05:18] <@khuey> KWierso|afk: awesome
  711. # [05:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  712. # [05:20] * Joins: mwobensmith (mwobensmit@moz-1479983A.dsl.dynamic.sonic.net)
  713. # [05:20] <mattwoodrow> KWierso|afk: I think I see what might cause that, but need to do a try run
  714. # [05:20] * Quits: mwobensmith (mwobensmit@moz-1479983A.dsl.dynamic.sonic.net) (Client exited)
  715. # [05:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  716. # [05:20] <KWierso|afk> mattwoodrow: it's nigelb|sheriffduty's call on what to do :)
  717. # [05:20] <KWierso|afk> I'm not going to be around long enough to follow up on this
  718. # [05:21] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  719. # [05:21] * Quits: yury (yury@moz-5BE26123.ok.ok.cox.net) (Ping timeout)
  720. # [05:22] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  721. # [05:22] <nigelb|sheriffduty> I would prefer backing it out and re-landing.
  722. # [05:22] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  723. # [05:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4526c544942f - Krzysztof Mioduszewski - Bug 1033218 - [NFC] use emulator command triggering tech-lost. r=allstars.chh
  724. # [05:23] <mattwoodrow> nigelb|sheriffduty: yeah indeed
  725. # [05:23] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  726. # [05:23] <nigelb|sheriffduty> would like me to do the backout?
  727. # [05:23] <mattwoodrow> nigelb|sheriffduty: yes please :)
  728. # [05:24] * Quits: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  729. # [05:24] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  730. # [05:24] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: Lost terminal)
  731. # [05:24] <nigelb|sheriffduty> mattwoodrow: Is bd41dff8f475 enough or should both those patches go?
  732. # [05:25] <mattwoodrow> nigelb|sheriffduty: just bd4… should be fine
  733. # [05:25] * Joins: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com)
  734. # [05:25] <nigelb|sheriffduty> on it
  735. # [05:26] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  736. # [05:26] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  737. # [05:26] * Quits: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  738. # [05:27] * Joins: StevenLee1 (Adium@moz-99690620.hinet-ip.hinet.net)
  739. # [05:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2efc9fe1ab0e - Nigel Babu - Backed out changeset bd41dff8f475 (bug 1035168) for Win7 debug crashtest bustage
  740. # [05:27] * Joins: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com)
  741. # [05:27] <nigelb|sheriffduty> ta da!
  742. # [05:28] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  743. # [05:30] * Quits: Optimizer (Optimizer@469532A.A9AC0DA1.274D17D6.IP) (Ping timeout)
  744. # [05:30] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  745. # [05:30] * Joins: Optimizer (Optimizer@469532A.A9AC0DA1.274D17D6.IP)
  746. # [05:30] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Quit: )
  747. # [05:30] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  748. # [05:31] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  749. # [05:32] * nsm|away is now known as nsm
  750. # [05:33] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  751. # [05:34] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  752. # [05:35] * Quits: PiresFelix (Leonardo@moz-D4260058.bsaco701.dsl.brasiltelecom.net.br) (Quit: Leaving)
  753. # [05:36] * Joins: yury (yury@moz-5BE26123.ok.ok.cox.net)
  754. # [05:36] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection timed out)
  755. # [05:37] * Joins: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net)
  756. # [05:37] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  757. # [05:38] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  758. # [05:39] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  759. # [05:40] * Quits: StevenLee1 (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  760. # [05:40] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  761. # [05:40] * heycam|away is now known as heycam
  762. # [05:40] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  763. # [05:40] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  764. # [05:41] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  765. # [05:41] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  766. # [05:42] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  767. # [05:42] * Quits: pcwalton (pcwalton@moz-AD0942EF.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  768. # [05:42] * Joins: kdc_ (chatzilla@moz-A66E00D4.pk.shawcable.net)
  769. # [05:42] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  770. # [05:42] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  771. # [05:42] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  772. # [05:42] * kdc_ is now known as kdc
  773. # [05:42] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  774. # [05:42] * Joins: pcwalton (pcwalton@moz-AD0942EF.lightspeed.sntcca.sbcglobal.net)
  775. # [05:42] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  776. # [05:43] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  777. # [05:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5cc2818f40dd - Richard Newman - Bug 945341 - Don't fail to open Sync settings on Kindle. r=nalexander
  778. # [05:44] <@roc> mconley: pong
  779. # [05:45] * Quits: Optimizer (Optimizer@469532A.A9AC0DA1.274D17D6.IP) (Ping timeout)
  780. # [05:45] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  781. # [05:45] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Input/output error)
  782. # [05:45] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  783. # [05:45] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  784. # [05:46] <mconley> roc: hey - I wrote my question in bug 1002354, but I might as well ask you here while I'm up. :) You mentioned that I could alter NativeWindowForFrame in nsNativeCocoaTheme to eliminate the crashes, but I'm also concerned about other potential calls to PuppetWidget::GetNativeData that have been relying on the fact that calls for NS_NATIVE_WINDOW return nullptr
  785. # [05:46] <mconley> cases that might not be highlighted by our test coverage
  786. # [05:46] <mconley> are those concerns unfounded?
  787. # [05:47] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  788. # [05:48] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  789. # [05:48] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  790. # [05:50] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  791. # [05:52] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  792. # [05:52] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  793. # [05:52] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  794. # [05:52] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  795. # [05:53] * Quits: sgbowen (sgbowen@moz-44F0E414.club.cc.cmu.edu) (Ping timeout)
  796. # [05:53] * Joins: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  797. # [05:54] * Joins: Optimizer (Optimizer@469532A.A9AC0DA1.274D17D6.IP)
  798. # [05:54] * khuey is now known as khuey|away
  799. # [05:56] * Joins: sgbowen (sgbowen@moz-44F0E414.club.cc.cmu.edu)
  800. # [05:57] * Quits: mfinkle (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net) (Ping timeout)
  801. # [05:58] * Joins: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP)
  802. # [05:58] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  803. # [05:59] <mconley> roc: still there?
  804. # [05:59] * Joins: mfinkle (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net)
  805. # [05:59] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Quit: This computer has gone to sleep)
  806. # [06:00] * Quits: ahameez (althafhame@20D0E26.B3630AA8.525D7028.IP) (Ping timeout)
  807. # [06:00] * Joins: ahameez (althafhame@20D0E26.B3630AA8.525D7028.IP)
  808. # [06:00] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  809. # [06:01] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  810. # [06:02] * Quits: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net) (Client exited)
  811. # [06:03] <mconley> hm
  812. # [06:04] <mconley> roc: welp, I'm heading to bed in a sec - just wanted to bring that up in case you had comments. If I don't hear back, I'll probably try the second approach you suggested.
  813. # [06:05] * Quits: pcwalton (pcwalton@moz-AD0942EF.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  814. # [06:05] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  815. # [06:05] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  816. # [06:06] * Joins: pcwalton (pcwalton@moz-AD0942EF.lightspeed.sntcca.sbcglobal.net)
  817. # [06:06] * Joins: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net)
  818. # [06:06] * Quits: pcwalton (pcwalton@moz-AD0942EF.lightspeed.sntcca.sbcglobal.net) (Quit: pcwalton)
  819. # [06:06] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Quit: )
  820. # [06:07] * heycam is now known as heycam|away
  821. # [06:08] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  822. # [06:10] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  823. # [06:10] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  824. # [06:12] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  825. # [06:14] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  826. # [06:14] <@roc> sorry
  827. # [06:17] * Quits: tn (tim@moz-E7CE1D28.wp.shawcable.net) (Ping timeout)
  828. # [06:17] * Quits: vikash (vikash@5B267BD4.3A5D1780.9A4281D1.IP) (Quit: This computer has gone to sleep)
  829. # [06:17] * Joins: tn (tim@moz-E7CE1D28.wp.shawcable.net)
  830. # [06:18] * khuey|away is now known as khuey
  831. # [06:18] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  832. # [06:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  833. # [06:19] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  834. # [06:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  835. # [06:21] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  836. # [06:21] * Quits: bholley (bholley@32EFA1FF.F0338C73.AECC5372.IP) (Quit: Textual IRC Client: www.textualapp.com)
  837. # [06:22] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  838. # [06:23] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  839. # [06:23] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  840. # [06:24] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  841. # [06:24] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  842. # [06:25] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  843. # [06:25] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  844. # [06:25] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  845. # [06:27] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  846. # [06:28] * Joins: Mook (mook@9E554A54.5767AF64.D758B1AA.IP)
  847. # [06:29] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  848. # [06:30] * Quits: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP) (Ping timeout)
  849. # [06:30] * Joins: fabrice1 (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net)
  850. # [06:30] * Quits: fabrice (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Connection reset by peer)
  851. # [06:31] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  852. # [06:34] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  853. # [06:35] * nthomas is now known as nthomas|away
  854. # [06:36] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  855. # [06:36] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  856. # [06:37] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  857. # [06:37] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  858. # [06:38] * glob|away is now known as glob
  859. # [06:39] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  860. # [06:39] * Quits: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net) (Client exited)
  861. # [06:40] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  862. # [06:41] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  863. # [06:42] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  864. # [06:42] * Joins: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net)
  865. # [06:42] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  866. # [06:42] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  867. # [06:43] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  868. # [06:43] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Input/output error)
  869. # [06:44] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  870. # [06:45] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  871. # [06:45] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  872. # [06:46] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  873. # [06:48] * Quits: Jesse_ (jruderman@moz-62518563.mtv2.mozilla.com) (Quit: Jesse_)
  874. # [06:49] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  875. # [06:49] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  876. # [06:49] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  877. # [06:49] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  878. # [06:50] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  879. # [06:51] * khuey is now known as khuey|away
  880. # [06:52] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  881. # [06:53] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  882. # [06:54] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  883. # [06:55] * philor is now known as philor|away
  884. # [06:56] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  885. # [06:56] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  886. # [06:56] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  887. # [06:56] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Ping timeout)
  888. # [07:00] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  889. # [07:01] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  890. # [07:01] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  891. # [07:03] * heycam|away is now known as heycam
  892. # [07:04] * Quits: Matti (Matti@moz-3D900E80.dip0.t-ipconnect.de) (Ping timeout)
  893. # [07:04] * Joins: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net)
  894. # [07:04] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Input/output error)
  895. # [07:05] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  896. # [07:08] * Joins: Matti (Matti@moz-FC714312.dip0.t-ipconnect.de)
  897. # [07:10] * Joins: ethan (ethan@moz-99690620.hinet-ip.hinet.net)
  898. # [07:11] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  899. # [07:11] * Quits: Mook (mook@9E554A54.5767AF64.D758B1AA.IP) (Quit: Mook)
  900. # [07:12] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  901. # [07:12] * Joins: smontagu (chatzilla@moz-EE3FF1A8.red.bezeqint.net)
  902. # [07:13] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  903. # [07:15] * Joins: lmandel (lmandel@moz-60AD75.cable.teksavvy.com)
  904. # [07:15] * Quits: yury (yury@moz-5BE26123.ok.ok.cox.net) (Ping timeout)
  905. # [07:16] * Quits: Optimize1 (Instantbir@469532A.A9AC0DA1.274D17D6.IP) (Ping timeout)
  906. # [07:17] * Joins: Optimizer1 (Instantbir@469532A.A9AC0DA1.274D17D6.IP)
  907. # [07:18] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  908. # [07:18] * Joins: bogdan_maris (Instantbir@BB27F950.A69946F4.FB2DBB61.IP)
  909. # [07:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  910. # [07:20] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  911. # [07:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  912. # [07:22] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  913. # [07:23] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  914. # [07:24] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  915. # [07:24] * Joins: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP)
  916. # [07:24] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Input/output error)
  917. # [07:25] * jcranmer is now known as jcranmer|away
  918. # [07:26] * Joins: myk (myk@moz-75AFAF54.dsl.dynamic.sonic.net)
  919. # [07:27] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  920. # [07:27] * Quits: Optimizer1 (Instantbir@469532A.A9AC0DA1.274D17D6.IP) (Ping timeout)
  921. # [07:28] * Quits: Optimizer (Optimizer@469532A.A9AC0DA1.274D17D6.IP) (Ping timeout)
  922. # [07:28] * Quits: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  923. # [07:29] * Joins: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com)
  924. # [07:30] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  925. # [07:30] * Joins: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  926. # [07:30] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  927. # [07:30] * Joins: Optimizer (Optimizer@469532A.A9AC0DA1.274D17D6.IP)
  928. # [07:31] * Quits: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  929. # [07:32] * Joins: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com)
  930. # [07:35] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  931. # [07:35] * Quits: myk (myk@moz-75AFAF54.dsl.dynamic.sonic.net) (Ping timeout)
  932. # [07:36] * Joins: myk (myk@moz-75AFAF54.dsl.dynamic.sonic.net)
  933. # [07:37] * Joins: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz)
  934. # [07:38] * Joins: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  935. # [07:38] * Quits: myk (myk@moz-75AFAF54.dsl.dynamic.sonic.net) (Connection reset by peer)
  936. # [07:40] * Joins: myk (myk@moz-19BC1EF9.dsl.dynamic.sonic.net)
  937. # [07:41] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  938. # [07:42] * Quits: alex_tz (Adium@moz-2F3E2B03.hsd1.ca.comcast.net) (Quit: Leaving.)
  939. # [07:42] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  940. # [07:42] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  941. # [07:43] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  942. # [07:43] * Quits: myk (myk@moz-19BC1EF9.dsl.dynamic.sonic.net) (Ping timeout)
  943. # [07:43] * Joins: yury (yury@moz-5BE26123.ok.ok.cox.net)
  944. # [07:44] * Joins: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP)
  945. # [07:44] * Quits: ddahl (ddahl@5D3B67E3.71E1659D.DFB5E910.IP) (Ping timeout)
  946. # [07:45] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  947. # [07:47] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Quit: )
  948. # [07:47] <nigelb|sheriffduty> sigh marionette webapi.
  949. # [07:48] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  950. # [07:49] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  951. # [07:51] * Joins: ehugg_ (ehugg@moz-6D0FD3FC.cisco.com)
  952. # [07:52] * BenWa is now known as BenWa|email
  953. # [07:52] * Quits: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP) (Ping timeout)
  954. # [07:54] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  955. # [07:54] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  956. # [07:55] * Joins: lmandel (lmandel@moz-DB4A9C19.scl3.mozilla.com)
  957. # [07:59] * Quits: ehugg_ (ehugg@moz-6D0FD3FC.cisco.com) (Quit: ehugg_)
  958. # [07:59] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  959. # [08:00] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  960. # [08:00] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  961. # [08:01] * Quits: abr (anonymous@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  962. # [08:02] <jhford> nigelb|sheriffduty: hey, how long does it take from job completion until a job shows up on TBPL (it's a retrigger)
  963. # [08:02] * Joins: abr (anonymous@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  964. # [08:02] <jhford> specifically, https://tbpl.mozilla.org/?tree=Gaia-Try&rev=bb721248ab60
  965. # [08:02] <jhford> I should have a total of three Li's which are all green according to buildapi
  966. # [08:03] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Client exited)
  967. # [08:03] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  968. # [08:04] <nigelb|sheriffduty> jhford: I've noticed it takes a few minutes after it turns green on buildapi
  969. # [08:04] <jhford> few being >10?
  970. # [08:04] <nigelb|sheriffduty> yeah
  971. # [08:04] <nigelb|sheriffduty> but, hrm.
  972. # [08:04] <jhford> wooooo
  973. # [08:04] <jhford> yay, just showed up
  974. # [08:04] <nigelb|sheriffduty> ha! :D
  975. # [08:06] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  976. # [08:06] * lmandel is now known as zz_lmandel
  977. # [08:06] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  978. # [08:08] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  979. # [08:09] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Quit: masayuki)
  980. # [08:10] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  981. # [08:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cb4fb4caaac6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  982. # [08:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dfcc4c3b6f50 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  983. # [08:11] * Tomcat|afk is now known as Tomcat|sheriffduty
  984. # [08:11] <Tomcat|sheriffduty> good morning
  985. # [08:11] * Joins: wolfiR (wolfiR@moz-B5D9DD85.dip0.t-ipconnect.de)
  986. # [08:13] * Joins: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP)
  987. # [08:13] <nigelb|sheriffduty> morning Tomcat|sheriffduty
  988. # [08:13] * nigelb|sheriffduty is now known as nigelb
  989. # [08:13] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  990. # [08:16] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  991. # [08:17] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  992. # [08:17] * zz_lmandel is now known as lmandel
  993. # [08:18] * lmandel is now known as lmandel_afk
  994. # [08:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  995. # [08:19] * lmandel_afk is now known as lmandel
  996. # [08:19] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  997. # [08:19] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  998. # [08:20] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  999. # [08:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  1000. # [08:21] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1001. # [08:21] * Joins: sicking (sicking@moz-7BFBB5C0.hsd1.ca.comcast.net)
  1002. # [08:21] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Input/output error)
  1003. # [08:22] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  1004. # [08:22] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  1005. # [08:22] * Quits: Optimizer (Optimizer@469532A.A9AC0DA1.274D17D6.IP) (Ping timeout)
  1006. # [08:23] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  1007. # [08:23] * Joins: bajaj1 (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1008. # [08:23] * Fallen|away is now known as Fallen
  1009. # [08:24] * Quits: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1010. # [08:24] * lmandel is now known as lmandel_afk
  1011. # [08:24] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1012. # [08:24] * lmandel_afk is now known as lmandel
  1013. # [08:26] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  1014. # [08:26] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  1015. # [08:27] * Joins: mit (Mibbit@13C0FD07.D4F7328B.2DCF3F0D.IP)
  1016. # [08:30] * Quits: mit (Mibbit@13C0FD07.D4F7328B.2DCF3F0D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1017. # [08:30] * lmandel is now known as lmandel_afk
  1018. # [08:30] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Ping timeout)
  1019. # [08:32] * lmandel_afk is now known as lmandel
  1020. # [08:34] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1021. # [08:35] * lmandel is now known as lmandel_afk
  1022. # [08:35] * Joins: dwong| (dwong@9BDB2D2F.1CFAC570.12FC38C.IP)
  1023. # [08:35] * Quits: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  1024. # [08:36] * dwong| is now known as dwong
  1025. # [08:36] * BenWa|email is now known as BenWa
  1026. # [08:37] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  1027. # [08:37] * lmandel_afk is now known as lmandel
  1028. # [08:39] * Quits: joshua-s|zzz (Thunderbir@moz-28DA282F.syrcny.east.verizon.net) (Ping timeout)
  1029. # [08:39] * Quits: ishikawa91 (uid36289@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1030. # [08:40] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1031. # [08:40] * IRCMonkey15571 is now known as stuart
  1032. # [08:40] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  1033. # [08:41] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1034. # [08:43] * Quits: @roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP) (Input/output error)
  1035. # [08:43] * bobowen|afk is now known as bobowen
  1036. # [08:43] * lmandel is now known as lmandel_afk
  1037. # [08:43] * bobowen is now known as bobowen|afk
  1038. # [08:44] * bobowen|afk is now known as bobowen
  1039. # [08:45] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1040. # [08:45] * Quits: pauljt (quassel@moz-6FBA75C0.members.linode.com) (Quit: No Ping reply in 180 seconds.)
  1041. # [08:46] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Connection timed out)
  1042. # [08:47] * Joins: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  1043. # [08:50] * Joins: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP)
  1044. # [08:50] * Joins: joshua-s|zzz (Thunderbir@moz-B3197EF9.syrcny.east.verizon.net)
  1045. # [08:51] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1046. # [08:53] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1047. # [08:54] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  1048. # [08:54] * Joins: pauljt (quassel@moz-6FBA75C0.members.linode.com)
  1049. # [08:54] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1050. # [08:55] * Quits: yury (yury@moz-5BE26123.ok.ok.cox.net) (Ping timeout)
  1051. # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/21bba200924a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1052. # [08:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c16742dd2dfe - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1053. # [08:56] * nsm is now known as nsm|away
  1054. # [08:56] * Joins: yury (yury@moz-5BE26123.ok.ok.cox.net)
  1055. # [08:57] * Quits: smontagu (chatzilla@moz-EE3FF1A8.red.bezeqint.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 29.0/20140421221237])
  1056. # [08:57] * Quits: dwong (dwong@9BDB2D2F.1CFAC570.12FC38C.IP) (Ping timeout)
  1057. # [08:57] * Joins: dwong| (dwong@moz-CF8BEBEF.dia.static.qwest.net)
  1058. # [08:57] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1059. # [08:58] * Joins: mikeratcliffe (Adium@7614B933.A29E579C.71D4DE87.IP)
  1060. # [08:58] * Quits: Mano_ (mano@moz-EF938355.red.bezeqint.net) (Client exited)
  1061. # [08:59] * Joins: vikash (vikash@F3FBE1D6.45CB942E.AD572667.IP)
  1062. # [08:59] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  1063. # [08:59] * Fallen is now known as Fallen|away
  1064. # [08:59] * whimboo|afk is now known as whimboo
  1065. # [09:00] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  1066. # [09:00] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Ping timeout)
  1067. # [09:02] * Quits: bogdan_maris (Instantbir@BB27F950.A69946F4.FB2DBB61.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1068. # [09:03] * Quits: bbondy (bbondy@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1069. # [09:04] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1070. # [09:04] * Quits: dwong| (dwong@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  1071. # [09:05] * Quits: ewong (chatzilla@moz-20A71729.net) (Quit: RebootSystemBecauseOfSystemUpdatesWhatABother)
  1072. # [09:05] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1073. # [09:05] * Joins: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net)
  1074. # [09:06] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  1075. # [09:08] * Joins: tzimmermann (tzimmerman@moz-2484483B.pools.arcor-ip.net)
  1076. # [09:09] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  1077. # [09:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/19a1cc9034ba - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1078. # [09:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e35e521aecc2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1079. # [09:10] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Quit: This computer has gone to sleep)
  1080. # [09:12] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  1081. # [09:17] * pbrosset|afk is now known as pbrosset
  1082. # [09:18] * Quits: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP) (Quit: Leaving...)
  1083. # [09:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1084. # [09:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  1085. # [09:20] * Joins: badescunicu (Thunderbir@2BDE5458.77BD3528.320F75DD.IP)
  1086. # [09:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a24744e9edd5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1087. # [09:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/130786ea3625 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1088. # [09:22] * Quits: lerc (quassel@moz-53287401.telstraclear.net) (Ping timeout)
  1089. # [09:25] * Joins: ewong (chatzilla@moz-20A71729.net)
  1090. # [09:25] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1091. # [09:25] * Quits: dwong (dwong@moz-CF8BEBEF.dia.static.qwest.net) (Client exited)
  1092. # [09:26] * heycam is now known as heycam|away
  1093. # [09:28] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1094. # [09:28] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1095. # [09:29] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  1096. # [09:29] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1097. # [09:29] * Quits: bajaj1 (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1098. # [09:29] * Joins: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1099. # [09:30] * BenWa is now known as BenWa|email
  1100. # [09:30] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Ping timeout)
  1101. # [09:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5a32bd8a8b6f - Sam Lin - Bug 101741 - minor fix for the wrong usage of ChangeExplicitBlockerCount in MediaRecorder. r=roc
  1102. # [09:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f82a8a7c0cb9 - chiajung hung - Bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements, r=jgilbert
  1103. # [09:30] * Quits: jamin (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: jamin)
  1104. # [09:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/545d28bfe4fb - Ting-Yu Lin - Bug 982560 - Fix mach fails to find tests in subdirectory. r=gps
  1105. # [09:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1ff371321520 - Guillaume Turri - Bug 1019843 - avoid a leak when init() fails. r=jorendorff
  1106. # [09:30] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  1107. # [09:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1a49305c6236 - Rick Eyre - Bug 1035505 - HTMLTrackElement should fire a 'load' event not a 'loaded' event. r=rillian
  1108. # [09:31] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1109. # [09:31] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1110. # [09:33] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1111. # [09:34] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1112. # [09:36] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1113. # [09:37] * Quits: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  1114. # [09:38] * Joins: sankha93 (uid12218@CB1D25D9.E02B7C75.9377050C.IP)
  1115. # [09:39] * Joins: jackneill (jackneill@moz-1F46A32A.pool.digikabel.hu)
  1116. # [09:41] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1117. # [09:42] * Quits: @njn (njn@moz-A1B5106B.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 33.0a1/20140706161112])
  1118. # [09:43] * Joins: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP)
  1119. # [09:43] * Joins: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net)
  1120. # [09:45] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  1121. # [09:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4da1c8306287 - Shashank Sabniveesu - Bug 1019913 - If gBloatView fails, call |maybeUnregisterAndCloseFile()| on gBloatLog instead of setting it to NULL. r=nfroyd
  1122. # [09:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a9f342e07b19 - Nick Fitzgerald - Bug 1030945 - Support asm.js frames in SavedStacks. r=luke
  1123. # [09:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8b581d352de9 - Guptha Rajagopal - Bug 1034314 - Fix for Bug 1034314 - CR in template string hits assertion failure. r=jorendorff
  1124. # [09:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a0d3c81227c7 - Thomas Zimmermann - Bug 1033961: Add result handler for Bluetooth Core profile (under bluetooth2/), r=btian
  1125. # [09:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9ec64c12b2d3 - Thomas Zimmermann - Bug 1033961: Split Bluedroid start/stop code (under bluetooth2/), r=btian
  1126. # [09:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a7581e57222c - Thomas Zimmermann - Bug 1033961: Asynchronous Bluedroid starting and stopping (under bluetooth2/), r=btian
  1127. # [09:46] * Quits: ahameez (althafhame@20D0E26.B3630AA8.525D7028.IP) (Ping timeout)
  1128. # [09:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c589b69f39bc - Thomas Zimmermann - Bug 1033961: Asynchronous Bluedroid adapter methods (under bluetooth2/), r=btian
  1129. # [09:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/94c9b51215df - Thomas Zimmermann - Bug 1033961: Asynchronous Bluedroid device-property methods (under bluetooth2/), r=btian
  1130. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/01b969398e10 - Thomas Zimmermann - Bug 1033961: Asynchronous remote-service methods in Bluedroid (under bluetooth2/), r=btian
  1131. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e1e10b6f1aaa - Thomas Zimmermann - Bug 1033961: Asynchronous discovery methods in Bluedroid (under bluetooth2/), r=btian
  1132. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fbedfa2efc3b - Thomas Zimmermann - Bug 1033961: Asynchronous Bluedroid device bonding (under bluetooth2/), r=btian
  1133. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b991f0726738 - Thomas Zimmermann - Bug 1033961: Asynchronous authentification in Bluedroid (under bluetooth2/), r=btian
  1134. # [09:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bbdd5a970969 - Thomas Zimmermann - Bug 1033961: Asynchronous Bluedroid DUT and LE interfaces (under bluetooth2/), r=btian
  1135. # [09:50] * Joins: twi (Adium@moz-87F672DB.cust.vodafonedsl.it)
  1136. # [09:50] * Joins: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net)
  1137. # [09:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4a0eebc295b3 - Jan Beich - Bug 1035747 - Fix dangerous public destructors specific to FreeBSD. r=bjacob
  1138. # [09:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8d6c8b4d34c5 - Luv Agarwal - Bug 997770 - Allow users to explicitly input the connection timeout. Also the version of marionette_transport is updated from 0.2 to 0.3. r=mdas
  1139. # [09:52] * Quits: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP) (Quit: Leaving...)
  1140. # [09:54] * Joins: simukis (nagisa@moz-81B5EAF1.static.zebra.lt)
  1141. # [09:56] * Joins: Archaeopteryx (itsme@moz-5D08AFB3.cust.telecolumbus.net)
  1142. # [09:56] * Joins: smontagu (chatzilla@moz-EE3FF1A8.red.bezeqint.net)
  1143. # [09:57] * Joins: tonymec_KDE (tonymec@6AF5AA96.524123D0.A9371869.IP)
  1144. # [09:59] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1145. # [10:00] * Joins: jkitch (Thunderbir@moz-7C788612.lns20.adl2.internode.on.net)
  1146. # [10:00] * Quits: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  1147. # [10:00] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1148. # [10:02] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  1149. # [10:03] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1150. # [10:05] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1151. # [10:05] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Input/output error)
  1152. # [10:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/08f0ced9c595 - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1153. # [10:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6d61336418fb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1154. # [10:06] * Quits: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  1155. # [10:07] * AutomatedTester|W3C is now known as AutomatedTester
  1156. # [10:08] * Joins: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP)
  1157. # [10:09] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1158. # [10:12] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1159. # [10:13] <glandium> Tomcat|sheriffduty: do you have a "standard" for designating the order of patches to land for checkin-needed bugs?
  1160. # [10:13] * Joins: roc (chatzilla@moz-BC7F71CF.bng1.tvc.orcon.net.nz)
  1161. # [10:13] * ChanServ sets mode: +o roc
  1162. # [10:13] * Joins: tonymec|away (tonymec@6AF5AA96.524123D0.A9371869.IP)
  1163. # [10:13] * Quits: jkitch (Thunderbir@moz-7C788612.lns20.adl2.internode.on.net) (Client exited)
  1164. # [10:13] <Tomcat|sheriffduty> glandium: no really mostly going down the bug query
  1165. # [10:13] <glandium> Tomcat|sheriffduty: i mean for bugs with multiple patches
  1166. # [10:14] <Tomcat|sheriffduty> oh for that stuff just from part1 to part x
  1167. # [10:14] <Tomcat|sheriffduty> unless its speficied in the bug (like land part 2 before part 1) or so
  1168. # [10:15] <glandium> Tomcat|sheriffduty: you require a try these days, don't you?
  1169. # [10:15] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1170. # [10:15] <Tomcat|sheriffduty> yeah
  1171. # [10:15] * Quits: tonymec_KDE (tonymec@6AF5AA96.524123D0.A9371869.IP) (Ping timeout)
  1172. # [10:15] * Quits: tonymec|away (tonymec@6AF5AA96.524123D0.A9371869.IP) (Ping timeout)
  1173. # [10:15] <Tomcat|sheriffduty> unless its something we can't test or just a comment change or so
  1174. # [10:16] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1175. # [10:16] * Joins: jkitch (Thunderbir@moz-7C788612.lns20.adl2.internode.on.net)
  1176. # [10:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1177. # [10:19] * Joins: tonymec_KDE (tonymec@477880BF.712DCA4E.A9371869.IP)
  1178. # [10:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  1179. # [10:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fbc96e9b00c8 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1180. # [10:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b5369764c86f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1181. # [10:21] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Client exited)
  1182. # [10:21] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1183. # [10:21] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1184. # [10:21] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  1185. # [10:22] * Joins: lerc (quassel@moz-53287401.telstraclear.net)
  1186. # [10:23] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Ping timeout)
  1187. # [10:23] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1188. # [10:24] * Quits: robertbindar (uid36603@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  1189. # [10:24] * Quits: vikash (vikash@F3FBE1D6.45CB942E.AD572667.IP) (Quit: This computer has gone to sleep)
  1190. # [10:24] * Joins: jviereck03 (Adium@moz-C29550EB.ethz.ch)
  1191. # [10:25] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1192. # [10:25] * pmoore is now known as pmoore|away
  1193. # [10:27] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1194. # [10:28] * Quits: simukis (nagisa@moz-81B5EAF1.static.zebra.lt) (Ping timeout)
  1195. # [10:28] <NeilAway> glandium: m-c configure no longer looks for c-c's mozconfig, yes?
  1196. # [10:29] <glandium> NeilAway: no
  1197. # [10:29] <glandium> NeilAway: but it inherits all it needs to
  1198. # [10:29] <NeilAway> glandium: right, but there was a window where it used to look for it
  1199. # [10:30] <glandium> NeilAway: yes
  1200. # [10:30] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1201. # [10:30] <glandium> NeilAway: actually, iirc the code, it always used to look for it
  1202. # [10:30] * Joins: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net)
  1203. # [10:30] <glandium> at least for a long time
  1204. # [10:30] <NeilAway> glandium: right, but previously it used to find it
  1205. # [10:30] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1206. # [10:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4a2453b4d865 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1207. # [10:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/395a22e9c6b9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1208. # [10:31] <NeilAway> glandium: but there's a window where it didn't find c-c's mozconfig, and went hunting for obsolete mozconfigs
  1209. # [10:31] <glandium> NeilAway: even with the recent changes, it found it. There were /other/ problems
  1210. # [10:31] * Rik|afk is now known as Rik
  1211. # [10:31] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  1212. # [10:32] <NeilAway> glandium: hmm, well I'm trying to correlate recent mozconfig landings with a newsgroup post where somsone's m-c subconfigure isn't finding his c-c mozconfig and is finding ~/.mozconfig instead
  1213. # [10:32] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1214. # [10:32] * glob is now known as glob|away
  1215. # [10:32] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  1216. # [10:33] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1217. # [10:35] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1218. # [10:35] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1219. # [10:35] <glandium> NeilAway: if it works with current tips, i wouldn't worry about it
  1220. # [10:35] * Joins: mdas (mdas@E9758364.9EC0A5AF.CFE928A7.IP)
  1221. # [10:36] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1222. # [10:37] * pmoore|away is now known as pmoore
  1223. # [10:40] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1224. # [10:40] <NeilAway> glandium: well, that's the thing, I don't know what revision the guy checked out
  1225. # [10:42] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1226. # [10:44] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Ping timeout)
  1227. # [10:44] * Quits: jkitch (Thunderbir@moz-7C788612.lns20.adl2.internode.on.net) (Client exited)
  1228. # [10:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c125cf6a0a94 - "Kan-Ru Chen (陳侃如)" - Bug 1035833 - Fix layersId allocation in nested content process. r=mattwoodrow
  1229. # [10:47] * Quits: badescunicu (Thunderbir@2BDE5458.77BD3528.320F75DD.IP) (Quit: badescunicu)
  1230. # [10:47] * Quits: jhorak (jhorak@moz-B317ACBB.net.upcbroadband.cz) (Quit: Leaving)
  1231. # [10:47] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1232. # [10:49] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1233. # [10:49] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Connection reset by peer)
  1234. # [10:49] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  1235. # [10:50] * Quits: twi (Adium@moz-87F672DB.cust.vodafonedsl.it) (Ping timeout)
  1236. # [10:50] * Joins: twi (Adium@moz-AF154EDF.cust.vodafonedsl.it)
  1237. # [10:50] * Quits: jviereck03 (Adium@moz-C29550EB.ethz.ch) (Quit: Leaving.)
  1238. # [10:51] * sewardj_ is now known as sewardj
  1239. # [10:51] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Connection reset by peer)
  1240. # [10:51] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  1241. # [10:54] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  1242. # [10:54] * glob|away is now known as glob
  1243. # [10:55] * Fallen|away is now known as Fallen
  1244. # [10:55] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1245. # [10:56] * Quits: mdas (mdas@E9758364.9EC0A5AF.CFE928A7.IP) (Input/output error)
  1246. # [10:56] * Joins: mdas (mdas@E9758364.9EC0A5AF.CFE928A7.IP)
  1247. # [10:56] * Joins: jkitch (Thunderbir@moz-7C788612.lns20.adl2.internode.on.net)
  1248. # [10:57] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1249. # [10:57] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  1250. # [10:58] * Quits: mdas (mdas@E9758364.9EC0A5AF.CFE928A7.IP) (Input/output error)
  1251. # [10:58] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1252. # [10:58] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1253. # [10:59] * Quits: tonymec_KDE (tonymec@477880BF.712DCA4E.A9371869.IP) (Ping timeout)
  1254. # [10:59] * Joins: jviereck03 (Adium@moz-C29550EB.ethz.ch)
  1255. # [11:01] * Joins: vikash (vikash@F3FBE1D6.45CB942E.AD572667.IP)
  1256. # [11:01] <smontagu> is there a way to change the location of an application in the dock on OSX?
  1257. # [11:01] * Quits: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk) (Quit: )
  1258. # [11:01] * glob is now known as glob|away
  1259. # [11:02] * Joins: tonymec_KDE (tonymec@4EE4333F.95FEC3F2.A9371869.IP)
  1260. # [11:03] * Joins: Gijs (gijs@moz-A971C003.range86-164.btcentralplus.com)
  1261. # [11:03] * Joins: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk)
  1262. # [11:04] * Joins: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net)
  1263. # [11:05] * Joins: badescunicu (Thunderbir@2BDE5458.77BD3528.320F75DD.IP)
  1264. # [11:05] * Joins: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net)
  1265. # [11:06] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1266. # [11:06] * Joins: mdas (mdas@88F51059.F3BBB17D.144F44FA.IP)
  1267. # [11:06] * Quits: tonymec_KDE (tonymec@4EE4333F.95FEC3F2.A9371869.IP) (Ping timeout)
  1268. # [11:07] <Rik> smontagu: drag and drop ?
  1269. # [11:07] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1270. # [11:07] <smontagu> Rik: I mean the location that it points to
  1271. # [11:08] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1272. # [11:09] * Quits: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1273. # [11:11] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1274. # [11:12] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1275. # [11:12] * Quits: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net) (Ping timeout)
  1276. # [11:12] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  1277. # [11:14] * Quits: smontagu (chatzilla@moz-EE3FF1A8.red.bezeqint.net) (Ping timeout)
  1278. # [11:14] * Joins: tenmilestereo (tenmileste@ACC9D739.9CEADA13.56123B48.IP)
  1279. # [11:14] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1280. # [11:14] * Joins: josh (josh@moz-2E9C1C52.hsd1.mn.comcast.net)
  1281. # [11:15] * Joins: tonymec_KDE (tonymec@55FBABA6.63EA7F4C.277517C1.IP)
  1282. # [11:17] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1283. # [11:17] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1284. # [11:18] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1285. # [11:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1286. # [11:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  1287. # [11:21] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1288. # [11:21] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  1289. # [11:22] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1290. # [11:23] * Quits: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  1291. # [11:23] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  1292. # [11:28] * Quits: tonymec_KDE (tonymec@55FBABA6.63EA7F4C.277517C1.IP) (Ping timeout)
  1293. # [11:28] * Quits: @roc (chatzilla@moz-BC7F71CF.bng1.tvc.orcon.net.nz) (Ping timeout)
  1294. # [11:28] * Joins: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net)
  1295. # [11:28] * Quits: twi (Adium@moz-AF154EDF.cust.vodafonedsl.it) (Quit: Leaving.)
  1296. # [11:28] * Joins: roc (chatzilla@moz-1CFA5176.bng1.tvc.orcon.net.nz)
  1297. # [11:28] * ChanServ sets mode: +o roc
  1298. # [11:29] * Joins: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP)
  1299. # [11:30] * Joins: Ms2ger (Ms2ger@moz-B3EA4D08.adsl-dyn.isp.belgacom.be)
  1300. # [11:31] * Joins: tonymec_KDE (tonymec@D0BA6020.909AA128.277517C1.IP)
  1301. # [11:35] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1302. # [11:35] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1303. # [11:36] * Quits: ggp|away (ggp@moz-183F2249.dsl.telesp.net.br) (Connection reset by peer)
  1304. # [11:37] * Joins: ggp|away (ggp@moz-183F2249.dsl.telesp.net.br)
  1305. # [11:37] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1306. # [11:38] * Joins: njn (chatzilla@moz-A1B5106B.dyn.iinet.net.au)
  1307. # [11:39] * Joins: mak (uid24946@CB1D25D9.E02B7C75.9377050C.IP)
  1308. # [11:39] * mattwoodrow is now known as mattwoodrow|away
  1309. # [11:39] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1310. # [11:43] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1311. # [11:43] * Joins: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1312. # [11:44] * Quits: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net) (Connection reset by peer)
  1313. # [11:44] * Joins: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net)
  1314. # [11:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d7e39ad6e16b - B2G Bumper Bot - Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
  1315. # [11:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8f5b7a72b37e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1316. # [11:45] * Quits: tonymec_KDE (tonymec@D0BA6020.909AA128.277517C1.IP) (Ping timeout)
  1317. # [11:46] * Quits: vikash (vikash@F3FBE1D6.45CB942E.AD572667.IP) (Quit: This computer has gone to sleep)
  1318. # [11:47] * Quits: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net) (Connection reset by peer)
  1319. # [11:47] <RealRaven> IS it possible to get a stringbundle stiring from a dtd file?
  1320. # [11:47] * Joins: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net)
  1321. # [11:47] * Joins: twi (Adium@moz-A35E4BA6.retail.telecomitalia.it)
  1322. # [11:47] <ewong> RealRaven: in js?
  1323. # [11:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6a56c14d382f - Tom Schuster - Bug 1024707 - Add API to register style sheets but without loading them. r=bz
  1324. # [11:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f213b3135312 - Tom Schuster - Bug 1024707 - Test. r=bz
  1325. # [11:48] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1326. # [11:48] <Ms2ger> Assertion failure: !pattern->IsAzure()
  1327. # [11:48] * Quits: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net) (Connection reset by peer)
  1328. # [11:48] * Joins: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net)
  1329. # [11:48] * Quits: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net) (Connection reset by peer)
  1330. # [11:48] * Joins: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net)
  1331. # [11:49] * ewong is now known as ewong|away
  1332. # [11:49] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1333. # [11:50] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  1334. # [11:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/59a72bc5db00 - Alexandre Poirot - Bug 797621 - Generic actor event API. r=past
  1335. # [11:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/38625d13b840 - Simonas Kazlauskas - Bug 936380 - Fix gcli screenshot size calculations. r=jwalker
  1336. # [11:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a7e7bafd6de9 - Gabriel Luong - Bug 966895 - [rule view] Adding new rules to the current selection in the CSS rule-view. r=harth
  1337. # [11:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8252ef806389 - Piyush Waradpande - Bug 967156 - Adding class 'black-boxed' to blackboxed source after reload. r=fitzgen
  1338. # [11:51] * Parts: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net) (Still 20/20)
  1339. # [11:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5f57fb99ab5c - Athena - Bug 977262 - Add aria-roles/aria-selected to Toolbox tabs. r=bgrins f=marcoz
  1340. # [11:51] <RealRaven> ewong|away: yes
  1341. # [11:51] <RealRaven> I know I can do it with proprties files, but I want toi read the strings here:
  1342. # [11:52] * Joins: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  1343. # [11:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4bb01d74359a - Jon Coppeard - Backed out changeset 41da9bcec12e (bug 1029648) for possible Sunspider regression on FxOS Flame
  1344. # [11:52] <RealRaven> I want to read these strings from js: http://dxr.mozilla.org/comm-central/source/mail/locales/en-US/chrome/messenger/FilterEditor.dtd#37
  1345. # [11:53] <RealRaven> I guess one way would be to get at the window handle and read the entitites from there - but I was wondering if I can read them from the file directly?
  1346. # [11:53] <ewong|away> RealRaven: I don't think so. I'm reading https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localizing_an_extension
  1347. # [11:54] * Joins: vikash (vikash@F3FBE1D6.45CB942E.AD572667.IP)
  1348. # [11:54] <RealRaven> Ok, if I have the window handle, is there a list of entities I can refer from code?
  1349. # [11:55] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1350. # [11:55] * Quits: jviereck03 (Adium@moz-C29550EB.ethz.ch) (Quit: Leaving.)
  1351. # [11:55] * Joins: jviereck03 (Adium@moz-98A40206.ethz.ch)
  1352. # [11:55] <RealRaven> I actually need those strings from the mail filter list though, so it wouldn't be that helful
  1353. # [11:55] <RealRaven> *helpful
  1354. # [11:55] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/62c43665c993 - Gijs Kruitbosch - Bug 1033568 - add pref for customizeToolbars security check, r=dao, a=sylvestre
  1355. # [11:56] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1356. # [11:57] * Joins: smontagu (chatzilla@moz-5C8EAD8B.red.bezeqint.net)
  1357. # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/73ce1f980083 - Gijs Kruitbosch - Bug 1033568 - add pref for customizeToolbars security check, r=dao, a=sylvestre
  1358. # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d5a606989ab9 - Sami Jaktholm - Bug 988314 - Clean up and rewrite Inspector tests to use Task.jsm and generators. r=pbrosset
  1359. # [11:58] * Joins: tonymec_KDE (tonymec@30D7ED57.EEA872EE.A9371869.IP)
  1360. # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e29a7e30ebd8 - Andrei Oprea - Bug 1030490 - Inconsistent behavior when incrementing values in the CSS rules. r=harth
  1361. # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b71aad2fe73c - Alexandre Poirot - Bug 1033280 - Ensure that DebuggerClient.request returns a promise. r=jryans,past
  1362. # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ab15179de7d9 - Richard Marti - Bug 1035540 - Convert Security pane dialogs to be in-content. r=MattN
  1363. # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/77728b5c5d7d - David Rajchenbach-Teller - Bug 1035557 - "about:sessionrestore shows instead of about:welcomeback after a reset". r=smacleod
  1364. # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf143afd3029 - Sean Lin - Bug 1015540 - Prevent Alarms API from performing unsafe toJSON conversions on content objects. r=bz
  1365. # [11:59] * Quits: lpy (lpy@E44EE2C4.F09091A8.1348A864.IP) (Quit: Leaving...)
  1366. # [11:59] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1367. # [12:00] * Quits: tonymec_KDE (tonymec@30D7ED57.EEA872EE.A9371869.IP) (Ping timeout)
  1368. # [12:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a7867f4c1703 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1369. # [12:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fe13a7097675 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1370. # [12:01] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  1371. # [12:02] * Quits: jviereck03 (Adium@moz-98A40206.ethz.ch) (Quit: Leaving.)
  1372. # [12:02] * mihaelav is now known as mihaelav_lunch
  1373. # [12:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6292743f667f - Nicolas Silva - Bug 1035101 - Don't fail when a shared D3D11 texture doesn't have a mutex. r=mattwoodrow
  1374. # [12:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e072a46f0b6a - Nicolas Silva - Bug 1027601 - Create and allocate TextureClients in a single step in some cases. r=sotaro
  1375. # [12:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef24cd472cfb - Nicolas Silva - Bug 1027601 - Create and Allocate TextureClients in a single step in SharedPlanarYCbCrImage. r=sotaro
  1376. # [12:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7e3f39a926a5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1377. # [12:07] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  1378. # [12:07] * Joins: tonymec_KDE (tonymec@C4867FC2.416FA63.A9371869.IP)
  1379. # [12:08] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1380. # [12:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3688d5116fd0 - Benjamin Chen - Bug 991776: 1. Modify the testcase to ensure encoder will receive valid data. 2. Add logs for TrackEncoder. r=roc
  1381. # [12:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5e565152b016 - Mukilan Thiyagarajan - Bug 1000994 - Allow specifying SONAME of a shared library in moz.build. r=glandium
  1382. # [12:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c23d678b51c8 - Mukilan Thiyagarajan - Bug 1000994 - Use SONAME to specify soname for libmozgtk & stubs. r=glandium
  1383. # [12:11] * Quits: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net) (Ping timeout)
  1384. # [12:12] * Joins: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP)
  1385. # [12:13] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1386. # [12:13] <glandium> Tomcat|sheriffduty: ef24cd472cfb is likely to bust http://glandium-builders.s3.amazonaws.com/logs/8/7/875867b637d3cc9b5882fdfc2c378da7af88b983.html
  1387. # [12:13] * Quits: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net) (Ping timeout)
  1388. # [12:14] * Joins: jviereck03 (Adium@moz-4B9F12C1.ethz.ch)
  1389. # [12:15] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1390. # [12:15] * Quits: njn (chatzilla@moz-A1B5106B.dyn.iinet.net.au) (Client exited)
  1391. # [12:15] * Quits: tonymec_KDE (tonymec@C4867FC2.416FA63.A9371869.IP) (Ping timeout)
  1392. # [12:15] * Quits: smontagu (chatzilla@moz-5C8EAD8B.red.bezeqint.net) (Ping timeout)
  1393. # [12:16] <Tomcat|sheriffduty> oh and nical seems als not arund
  1394. # [12:16] <glandium> Tomcat|sheriffduty: i'd suggest closing m-i until tbpl confirms
  1395. # [12:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9f4b2ff029e3 - Milan Sreckovic - Bug 918386: Add webidl for adapter subsys. Only relevant on Windows. r=vvukicevic.
  1396. # [12:18] <Tomcat|sheriffduty> glandium: yes closed
  1397. # [12:18] * Joins: tonymec_KDE (tonymec@68EE2930.40679673.A9371869.IP)
  1398. # [12:20] * Joins: mib_m3z81g (Mibbit@moz-E4B47387.dsl.pool.telekom.hu)
  1399. # [12:20] * Quits: mib_m3z81g (Mibbit@moz-E4B47387.dsl.pool.telekom.hu) (Quit: http://www.mibbit.com ajax IRC Client)
  1400. # [12:20] * Joins: nical (nical@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1401. # [12:21] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1402. # [12:22] <glandium> Tomcat|sheriffduty: it's bug 1027601, fwiw
  1403. # [12:23] <nigelb> glandium: you can now predict failures faster than tbpl?
  1404. # [12:23] <nigelb> (that thing you were talking about the other day is working?!)
  1405. # [12:23] <glandium> Tomcat|sheriffduty: self-serve confirms it's busted
  1406. # [12:23] <glandium> nigelb: yes
  1407. # [12:23] <Tomcat|sheriffduty> pmoore: disabled https://secure.pub.build.mozilla.org/builddata/reports/slave_health/slave.html?name=bld-linux64-spot-016
  1408. # [12:23] <nigelb> \o/
  1409. # [12:23] <glandium> nigelb: pulsebot notifies me, for the moment, because i still need to tweak it
  1410. # [12:24] <nical> glandium: Tomcat|sheriffduty: darnit, rebase mistake, shall i fix in tree directly (one liner)?
  1411. # [12:24] <Tomcat|sheriffduty> nical: yeah sure feel free, inbound is closed because of glandium's pre-notice
  1412. # [12:24] <glandium> like, currently, it's flooding me with bustage warnings
  1413. # [12:24] <glandium> twice for each push
  1414. # [12:24] <nigelb> heh
  1415. # [12:24] * Quits: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  1416. # [12:24] <Tomcat|sheriffduty> yeah /builds/slave/m-in-osx64_g-00000000000000000/build/gfx/layers/client/CanvasClient.cpp:130:20: error: unused variable 'backend' [-Werror,-Wunused-variable]
  1417. # [12:25] <nigelb> once the noise is cleared, it sounds like a useful tool!
  1418. # [12:26] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1419. # [12:26] <glandium> the first two messages are somewhat useful. First one is a pre-warning, second one is a pre-warning that a clobber fails equally
  1420. # [12:26] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Quit: TYLin)
  1421. # [12:26] <glandium> after that, well... :)
  1422. # [12:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9c855ebd5258 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1423. # [12:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e2402e271fb6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1424. # [12:26] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1425. # [12:27] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1426. # [12:27] <glandium> i guess it would be good to check the error signature is the same for subsequent pushes and skip if it is
  1427. # [12:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ba77f00867e8 - Nicolas Silva - Bug 1027601 - Build fix on a CLOSED TREE
  1428. # [12:28] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1429. # [12:28] * Quits: jviereck03 (Adium@moz-4B9F12C1.ethz.ch) (Quit: Leaving.)
  1430. # [12:28] <Tomcat|sheriffduty> nical: thanks
  1431. # [12:28] * Joins: yliao_ (yliao@moz-99690620.hinet-ip.hinet.net)
  1432. # [12:29] <nical> no problem, my bad
  1433. # [12:29] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1434. # [12:30] <Tomcat|sheriffduty> hm pmoore found another slave with connection problems
  1435. # [12:30] * pmoore is now known as pmoore|lunch
  1436. # [12:30] <pmoore|lunch> Tomcat|sheriffduty: i'll be back shortly
  1437. # [12:30] * Quits: yliao_ (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1438. # [12:31] * Joins: MarcoZ (marco.zehe@moz-289180F0.dip0.t-ipconnect.de)
  1439. # [12:32] * Quits: tonymec_KDE (tonymec@68EE2930.40679673.A9371869.IP) (Ping timeout)
  1440. # [12:32] * Quits: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP) (Quit: IRC protocol for QIP->http://forum.qip.ru)
  1441. # [12:32] * Joins: Alessar (Alessar@4409775D.C64B1782.79D6B59E.IP)
  1442. # [12:33] * Joins: obsvr (chatzilla@moz-76A47971.dhcp.embarqhsd.net)
  1443. # [12:34] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1444. # [12:34] * Quits: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1445. # [12:35] <glandium> Tomcat|sheriffduty: my builder confirms ba77f00867e8 is unbusted
  1446. # [12:35] <Tomcat|sheriffduty> glandium: thx, nical ^ - reopening inbound
  1447. # [12:35] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1448. # [12:36] * Joins: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net)
  1449. # [12:36] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  1450. # [12:36] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1451. # [12:38] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  1452. # [12:38] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1453. # [12:38] * Joins: tonymec_KDE (tonymec@E66AA38B.41E92BB1.A9371869.IP)
  1454. # [12:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2a980866313f - David Rajchenbach-Teller - Bug 1030266 - Ensuring that PlacesDBUtils.telemetry calls its callbacks even in case of error. r=mak
  1455. # [12:41] * Quits: ethan (ethan@moz-99690620.hinet-ip.hinet.net) (Quit: ethan)
  1456. # [12:41] <Ms2ger> MarcoZ, glad that we don't have to play against Germany :)
  1457. # [12:43] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1458. # [12:44] * Joins: till (till@moz-BF4FA18.adsl.alicedsl.de)
  1459. # [12:44] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1460. # [12:44] * Quits: yurenju_ (yurenju@moz-99690620.hinet-ip.hinet.net) (Quit: Computer has gone to sleep.)
  1461. # [12:45] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1462. # [12:46] <Tomcat|sheriffduty> heh
  1463. # [12:47] * Quits: seanlin (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: seanlin)
  1464. # [12:49] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1465. # [12:51] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1466. # [12:52] * Joins: tonymec|away (tonymec@E66AA38B.41E92BB1.A9371869.IP)
  1467. # [12:54] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 33.0a1/20140707030202])
  1468. # [12:55] <nigelb> haha
  1469. # [12:55] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1470. # [12:56] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1471. # [12:57] <Standard8> hmm, do the browser chrome e10s tests get run on tbpl?
  1472. # [12:57] <Standard8> actually, some of that doesn't make sense
  1473. # [12:58] * Joins: Pike (chatzilla@moz-943833C1.pool.mediaways.net)
  1474. # [12:58] <Standard8> flo-retina: so browser_devices_get_user_media.js is skipped for e10s, but how do I test if my new test works in e10s or not?
  1475. # [12:59] <flo-retina> Standard8: if it depends on nsIObserverService communication between MediaManager and the chrome code, it won't work for e10s.
  1476. # [12:59] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1477. # [12:59] * Quits: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1478. # [12:59] <Standard8> flo-retina: right, but how can I run the test in e10s mode?
  1479. # [13:00] <Tomcat|sheriffduty> Ms2ger: pretty sure that thing (whatever it was :) from last night will not happen in the final :)
  1480. # [13:00] <Standard8> flo-retina: ah, mochitest-plain has --e10s
  1481. # [13:00] <flo-retina> hmm, I don't know. I assume whoever added the e10s exception in the current test manifest probably knows; or that the try server does.
  1482. # [13:02] <Standard8> ok, try server doesn't have anything. If I don't get anything with what I'm just trying locally, I'll leave the skip in based on what you just said
  1483. # [13:03] * Quits: wsmwk (chatzilla@moz-C6DEFA29.cc.lehigh.edu) (Ping timeout)
  1484. # [13:03] <Standard8> flo-retina: aha, you can add --e10s to a mochitest-browser test, and it does break the test
  1485. # [13:03] * Joins: wsm0 (chatzilla@moz-C6DEFA29.cc.lehigh.edu)
  1486. # [13:03] * wsm0 is now known as wsmwk
  1487. # [13:04] * Joins: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP)
  1488. # [13:04] * Quits: darktrojan (geoff@moz-9656CD64.dsl.telstraclear.net) (Quit: darktrojan)
  1489. # [13:05] <flo-retina> Standard8: What about changing 'special' to 'loop' in this name browser_devices_get_user_media_special.js ?
  1490. # [13:05] <Standard8> flo-retina: or 'about'?
  1491. # [13:05] <flo-retina> yeah, well. Something descriptive :).
  1492. # [13:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37683ae1953f - Cameron McCormack - Bug 1031199 - Followup to fix style constant typo.
  1493. # [13:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0af811dfc164 - Jonathan Kew - Bug 754215 - Refactor user-font loading code in preparation for lazier downloading. r=jdaggett
  1494. # [13:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/091a5ced91cd - Cameron McCormack - Bug 1031187 - Part 1: Set mFamilyName eagerly on proxy and non-proxy gfxFontEntrys. r=jdaggett
  1495. # [13:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dc4ff3a5afd1 - Cameron McCormack - Bug 1031187 - Part 2: Use family name from proxy rather than gfxMixedFontFamily when logging. r=jdaggett
  1496. # [13:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/30954594c1dd - Cameron McCormack - Bug 1031202 - Factor out gfxMixedFontFamily lookup/creation into a helper function. r=jdaggett
  1497. # [13:07] <Tomcat|sheriffduty> Ms2ger: i guess something like note: using ff4e6d562903 as ancestor of 196d05832e12 and 130786ea3625 alternatively, use --config merge.preferancestor=ec4dc354e091
  1498. # [13:07] <Tomcat|sheriffduty> means kind of merge conflict
  1499. # [13:08] * Joins: mstange (markus@moz-1B7C4D3E.dip0.t-ipconnect.de)
  1500. # [13:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c7d59444dca - Marco Castelluccio - Bug 1033065 - Wait app to be uninstalled before starting the following test. r=myk
  1501. # [13:09] * Joins: tonymec (tonymec@E66AA38B.41E92BB1.A9371869.IP)
  1502. # [13:11] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1503. # [13:12] <RealRaven> Where would I get the different locales for FilterEditor.dtd? http://mxr.mozilla.org/comm-central/source/mail/locales/ only lists en-US
  1504. # [13:13] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1505. # [13:13] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1506. # [13:13] <Gijs> Sylvestre: ping?
  1507. # [13:13] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1508. # [13:13] <Standard8> RealRaven: go to bottom of http://hg.mozilla.org/
  1509. # [13:13] <RealRaven> ok
  1510. # [13:13] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1511. # [13:13] <NeilAway> Ms2ger: "we"?
  1512. # [13:13] <Standard8> RealRaven: you either want the l10n-central or the releases/l10n/mozilla* ones
  1513. # [13:14] <Gijs> http://mxr.mozilla.org/l10n/source/ ?
  1514. # [13:14] <Standard8> RealRaven: there's also search available, from the l10n links next to the first 4 mozilla-* ones here: http://mxr.mozilla.org/
  1515. # [13:14] <RealRaven> http://hg.mozilla.org/l10n-central looks promising; does it contain locales from c-c?
  1516. # [13:14] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  1517. # [13:14] <Standard8> yes
  1518. # [13:15] <Gijs> RealRaven: e.g. http://hg.mozilla.org/l10n-central/en-GB/file/255b5ccf4b8f/mail/chrome/messenger/FilterEditor.dtd
  1519. # [13:15] <Standard8> RealRaven: note that most locales don't localise -central
  1520. # [13:15] <pmoore|lunch> Tomcat|sheriffduty: glandium: so all ok again?
  1521. # [13:15] <pmoore|lunch> is there anything you'd like me to look at?
  1522. # [13:15] * pmoore|lunch is now known as pmoore|buildduty
  1523. # [13:15] * Quits: tonymec|away (tonymec@E66AA38B.41E92BB1.A9371869.IP) (Ping timeout)
  1524. # [13:16] * Quits: tonymec_KDE (tonymec@E66AA38B.41E92BB1.A9371869.IP) (Ping timeout)
  1525. # [13:16] * Quits: tonymec (tonymec@E66AA38B.41E92BB1.A9371869.IP) (Ping timeout)
  1526. # [13:17] <Tomcat|sheriffduty> pmoore|buildduty: filed bug 1036347 and bug 1036344 seems this slave had problems
  1527. # [13:17] <pmoore|buildduty> ok, i'll take a look, thanks
  1528. # [13:18] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1529. # [13:19] * Quits: sicking (sicking@moz-7BFBB5C0.hsd1.ca.comcast.net) (Quit: sicking)
  1530. # [13:21] * Joins: tonymec_KDE (tonymec@14952665.524123D0.A9371869.IP)
  1531. # [13:21] <glandium> Tomcat|sheriffduty: looks like nical has test bustages too
  1532. # [13:22] <glandium> on top of evilpie's
  1533. # [13:22] <Tomcat|sheriffduty> yeah backing out bug 1024707 and then i will check the others
  1534. # [13:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/21423398898b - Gijs Kruitbosch - Bug 987230 - use consumeanchor attribute to fix button click, r=enn,mconley
  1535. # [13:23] <Tomcat|sheriffduty> nical: ping
  1536. # [13:23] <Ms2ger> Tomcat|sheriffduty, I don't know what to do with the information you pinged me with above :)
  1537. # [13:23] * Fallen is now known as Fallen|away
  1538. # [13:23] <Ms2ger> NeilAway, one football side
  1539. # [13:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b70458dc0664 - Carsten "Tomcat" Book - Backed out changeset f213b3135312 (bug 1024707)
  1540. # [13:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/36a7c95bf45f - Carsten "Tomcat" Book - Backed out changeset 6a56c14d382f (bug 1024707) for dt1 and xpshell test bustages on a CLOSED TREE
  1541. # [13:24] <Tomcat|sheriffduty> nical: https://tbpl.mozilla.org/php/getParsedLog.php?id=43423023&tree=Mozilla-Inbound and https://tbpl.mozilla.org/php/getParsedLog.php?id=43422313&tree=Mozilla-Inbound is from your push too
  1542. # [13:24] <evilpie> uuid how do they work, eh
  1543. # [13:24] <padenot> Tomcat|sheriffduty: I think you should just backout, nical is away atm
  1544. # [13:25] <padenot> or I can do it if you're busy
  1545. # [13:25] <Tomcat|sheriffduty> Ms2ger: yeah seems its a merge conflict from b2g-i over to mc from last night
  1546. # [13:25] <Tomcat|sheriffduty> padenot: will do it :)
  1547. # [13:25] <padenot> Tomcat|sheriffduty: ok
  1548. # [13:25] * Joins: KaiRo (robert@moz-C6000096.adsl.highway.telekom.at)
  1549. # [13:26] <Tomcat|sheriffduty> padenot: but thanks :) backouts pushed
  1550. # [13:27] * Joins: jviereck03 (Adium@moz-4B9F12C1.ethz.ch)
  1551. # [13:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/79d0d9ac4de1 - Carsten "Tomcat" Book - Backed out changeset ba77f00867e8 (bug 1027601)
  1552. # [13:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f2aa1150d179 - Carsten "Tomcat" Book - Backed out changeset ef24cd472cfb (bug 1027601)
  1553. # [13:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/42e88b68a92d - Carsten "Tomcat" Book - Backed out changeset e072a46f0b6a (bug 1027601) for test bustages on a CLOSED TREE
  1554. # [13:27] <Gijs> Sylvestre: unping
  1555. # [13:27] * Quits: tonymec_KDE (tonymec@14952665.524123D0.A9371869.IP) (Ping timeout)
  1556. # [13:30] <sewardj> Tomcat|sheriffduty: is there any documentation about the recent change of mochitests to disallow non-local connections?
  1557. # [13:30] <sewardj> Tomcat|sheriffduty: I have mochitests failing almost immediately because it still attempts to connect to "mochi.test (62.157.140.133)"
  1558. # [13:31] <Ms2ger> What are you doing?
  1559. # [13:31] <sewardj> who is "you"? me?
  1560. # [13:32] <Ms2ger> Yes, you
  1561. # [13:32] * Quits: mikeratcliffe (Adium@7614B933.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  1562. # [13:32] * Joins: mikeratcliffe (Adium@7614B933.A29E579C.71D4DE87.IP)
  1563. # [13:32] <sewardj> Ms2ger: I am doing, on my linux64, box, "DISPLAY=:1.0 make -C ff-O2-linux64 mochitest-plain"
  1564. # [13:32] <Tomcat|sheriffduty> sewardj: i think there were some bugs for this but not sure about documentation
  1565. # [13:32] <sewardj> Ms2ger: which has worked many times in the past
  1566. # [13:33] * Quits: vikash (vikash@F3FBE1D6.45CB942E.AD572667.IP) (Quit: This computer has gone to sleep)
  1567. # [13:33] <Ms2ger> Mm, no idea if that make target is still supported
  1568. # [13:34] <sewardj> Ms2ger: hmm, so the "new" way is to use mach?
  1569. # [13:34] <Ms2ger> Hardly new, but sure
  1570. # [13:34] <evilpie> so can somebody tell me what I did wrong with changing the uuids?
  1571. # [13:34] <Ms2ger> Dunno if that's it
  1572. # [13:34] <Ms2ger> evilpie, where?
  1573. # [13:34] <evilpie> https://hg.mozilla.org/integration/mozilla-inbound/rev/6a56c14d382f
  1574. # [13:35] <evilpie> nsidocument nsistylesheetservice and nsidomwindowutils
  1575. # [13:35] <Ms2ger> Looks good?
  1576. # [13:35] * Joins: vingtetun (vnicolas@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1577. # [13:36] <sewardj> Ms2ger: yeah, good point. thx.
  1578. # [13:37] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1579. # [13:37] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1580. # [13:37] * Quits: vingtetun (vnicolas@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1581. # [13:38] * Joins: vwls (vwls@moz-25528698.nyc.res.rr.com)
  1582. # [13:38] * Joins: tonymec_KDE (tonymec@B4417926.D8F5BA3C.A9371869.IP)
  1583. # [13:39] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1584. # [13:39] <Tomcat|sheriffduty> and another test failure :)
  1585. # [13:40] <evilpie> Ms2ger: well the tests don't think so https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=f213b3135312
  1586. # [13:41] <evilpie> NS_ERROR_XPC_BAD_IID: Component returned failure code: 0x80570018 (NS_ERROR_XPC_BAD_IID) [nsIJSCID.getService]
  1587. # [13:41] <Ms2ger> Huh
  1588. # [13:41] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1589. # [13:42] * Quits: tonymec_KDE (tonymec@B4417926.D8F5BA3C.A9371869.IP) (Ping timeout)
  1590. # [13:42] * pmoore|buildduty is now known as pmoore|brb
  1591. # [13:42] <evilpie> I try tested these patches without any uuid changes and there was no issues
  1592. # [13:42] <evilpie> maybe I don't need those changes after all?
  1593. # [13:42] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1594. # [13:44] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1595. # [13:46] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1596. # [13:48] <Standard8> evilpie: the debug log gives a bit more info https://tbpl.mozilla.org/php/getParsedLog.php?id=43423795&tree=Mozilla-Inbound#error0
  1597. # [13:48] <Standard8> you should definitely have the uuid change there
  1598. # [13:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f0bc5656c80c - Carsten "Tomcat" Book - Backed out changeset 30954594c1dd (bug 1031202)
  1599. # [13:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4ac3eada293a - Carsten "Tomcat" Book - Backed out changeset dc4ff3a5afd1 (bug 1031187)
  1600. # [13:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/954213885212 - Carsten "Tomcat" Book - Backed out changeset 091a5ced91cd (bug 1031187)
  1601. # [13:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eac59b675d0e - Carsten "Tomcat" Book - Backed out changeset 0af811dfc164 (bug 754215)
  1602. # [13:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0294fdaef9be - Carsten "Tomcat" Book - Backed out changeset 37683ae1953f (bug 1031199) for crashtest bustage on Linux Opt on a CLOSED TREE
  1603. # [13:50] * Quits: vwls (vwls@moz-25528698.nyc.res.rr.com) (Client exited)
  1604. # [13:51] * Joins: bgrins (bgrins@moz-5F18CA83.mycingular.net)
  1605. # [13:51] * Joins: vwls (vwls@moz-25528698.nyc.res.rr.com)
  1606. # [13:52] <Standard8> evilpie: no idea why that would be mainly windows/andriod, intermittent on others. Unless you've hit some sort of weird timing issue
  1607. # [13:52] * Joins: vingtetun (vnicolas@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1608. # [13:52] <evilpie> Standard8: you are off track I think
  1609. # [13:53] <evilpie> it's not intermittent at all
  1610. # [13:53] * Quits: vwls (vwls@moz-25528698.nyc.res.rr.com) (Ping timeout)
  1611. # [13:53] <Standard8> evilpie: oh, oops, I was looking at the 'X' failures
  1612. # [13:53] * Quits: Gijs (gijs@moz-A971C003.range86-164.btcentralplus.com) (Ping timeout)
  1613. # [13:53] * Quits: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP) (Quit: RealRaven)
  1614. # [13:54] * Joins: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP)
  1615. # [13:54] * mihaelav_lunch is now known as mihaelav
  1616. # [13:55] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1617. # [13:55] * heycam|away is now known as heycam
  1618. # [13:55] <Tomcat|sheriffduty> hi heycam
  1619. # [13:56] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  1620. # [13:56] <heycam> hi Tomcat|sheriffduty
  1621. # [13:56] <heycam> those crashtests are interesting
  1622. # [13:56] <heycam> I pushed that bunch of patches to try just a couple of hours ago
  1623. # [13:56] <heycam> https://tbpl.mozilla.org/?tree=Try&rev=735fb422472d
  1624. # [13:56] * Quits: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP) (Quit: RealRaven)
  1625. # [13:56] <Tomcat|sheriffduty> heycam: sorry had to backout :(
  1626. # [13:56] <heycam> Tomcat|sheriffduty, no problem
  1627. # [13:56] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1628. # [13:57] * Joins: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP)
  1629. # [13:57] <Tomcat|sheriffduty> heycam: could https://tbpl.mozilla.org/php/getParsedLog.php?id=43424624&tree=Mozilla-Inbound also be related ?
  1630. # [13:57] <Tomcat|sheriffduty> seems that one also started with your checkin
  1631. # [13:58] <heycam> well they both have some nsIGfxInfo.getInfo error
  1632. # [13:58] <heycam> so they're probably related to each other
  1633. # [13:58] <Tomcat|sheriffduty> yeah
  1634. # [13:58] <heycam> I'll rebase on inbound tip, push to try again
  1635. # [13:59] <heycam> maybe in the morning
  1636. # [13:59] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1637. # [13:59] <Tomcat|sheriffduty> good morning RyanVM
  1638. # [14:00] * Joins: elin (elin@moz-527C0FE2.dynamic.hinet.net)
  1639. # [14:01] <heycam> Tomcat|sheriffduty, milan's push changed things in gfxInfo btw
  1640. # [14:01] * Joins: Gijs (gijs@moz-A971C003.range86-164.btcentralplus.com)
  1641. # [14:01] * Quits: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP) (Quit: RealRaven)
  1642. # [14:01] <Standard8> evilpie: oh is layout/base a new directory being added to the build?
  1643. # [14:02] * Joins: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP)
  1644. # [14:02] <Tomcat|sheriffduty> heycam: oh ok, will retrigger some tests to see if thye actually started earlier
  1645. # [14:02] <Standard8> evilpie: oh that's a local includes
  1646. # [14:03] * Quits: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1647. # [14:03] <Standard8> evilpie: ok, I'm outta ideas, my only thought might be it needs to land with a clobber
  1648. # [14:03] * Quits: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  1649. # [14:03] <heycam> Tomcat|sheriffduty, notice also that although my push had the crashtest failures, the one after (marco's) didn't
  1650. # [14:04] <heycam> Tomcat|sheriffduty, so I wonder if there's a clobberish reason for that
  1651. # [14:04] * Joins: mreavy (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  1652. # [14:04] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1653. # [14:04] <Tomcat|sheriffduty> heycam: yeah possible
  1654. # [14:04] * Joins: vikash (vikash@F3FBE1D6.45CB942E.AD572667.IP)
  1655. # [14:04] <heycam> anyway, will leave you to it
  1656. # [14:05] * heycam -> bed
  1657. # [14:05] <Tomcat|sheriffduty> :)
  1658. # [14:05] * heycam is now known as heycam|away
  1659. # [14:05] <Tomcat|sheriffduty> good night heycam|away
  1660. # [14:06] * Joins: vwls (vwls@moz-25528698.nyc.res.rr.com)
  1661. # [14:06] * Quits: vikash (vikash@F3FBE1D6.45CB942E.AD572667.IP) (Quit: Leaving)
  1662. # [14:07] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1663. # [14:08] * Fallen|away is now known as Fallen
  1664. # [14:09] * Joins: tonymec_KDE (tonymec@F992128.A9FF2BD6.277517C1.IP)
  1665. # [14:10] * Joins: rogeliodh (Thunderbir@2E91196B.6CB33CC5.D67CC001.IP)
  1666. # [14:11] * Quits: tonymec_KDE (tonymec@F992128.A9FF2BD6.277517C1.IP) (Ping timeout)
  1667. # [14:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cafd55ca929b - Carsten "Tomcat" Book - Backed out changeset 9f4b2ff029e3 (bug 918386) for breaking emulator tests on a CLOSED TREE
  1668. # [14:12] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1669. # [14:12] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  1670. # [14:13] * Quits: twi (Adium@moz-A35E4BA6.retail.telecomitalia.it) (Quit: Leaving.)
  1671. # [14:13] * Joins: timdream (timdream@moz-E6F429AE.dynamic.hinet.net)
  1672. # [14:14] * pmoore|brb is now known as pmoore
  1673. # [14:14] * Joins: tonymec_KDE (tonymec@D11331A4.97D0984F.A9371869.IP)
  1674. # [14:14] * Quits: jviereck03 (Adium@moz-4B9F12C1.ethz.ch) (Quit: Leaving.)
  1675. # [14:15] * ggp|away is now known as ggp
  1676. # [14:17] * joshua-s|zzz is now known as joshua-s
  1677. # [14:18] * Joins: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP)
  1678. # [14:18] * Quits: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1679. # [14:18] * Quits: tonymec_KDE (tonymec@D11331A4.97D0984F.A9371869.IP) (Ping timeout)
  1680. # [14:19] * Quits: kilikkuo (Mibbit@moz-99690620.hinet-ip.hinet.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1681. # [14:19] * Joins: Edgar (Thunderbir@moz-6C0DA2C8.dynamic.hinet.net)
  1682. # [14:21] * Joins: tonymec_KDE (tonymec@8F54CD8A.66404FE6.A9371869.IP)
  1683. # [14:22] * Quits: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP) (Quit: RealRaven)
  1684. # [14:22] * Joins: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP)
  1685. # [14:22] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.26.1/20140612182257])
  1686. # [14:23] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1687. # [14:23] * Quits: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP) (Quit: RealRaven)
  1688. # [14:24] * Joins: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP)
  1689. # [14:24] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1690. # [14:25] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1691. # [14:26] * Joins: system64 (uid17738@moz-A42E5B7B.irccloud.com)
  1692. # [14:28] * Quits: tonymec_KDE (tonymec@8F54CD8A.66404FE6.A9371869.IP) (Ping timeout)
  1693. # [14:30] * Gijs wonders what's up with the winxp reftest on fx-team
  1694. # [14:30] * Joins: Enn (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  1695. # [14:31] * Quits: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM)
  1696. # [14:32] * Joins: tonymec_KDE (tonymec@4DD54786.524123D0.A9371869.IP)
  1697. # [14:33] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  1698. # [14:33] * whimboo is now known as whimboo|afk
  1699. # [14:34] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  1700. # [14:35] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Ping timeout)
  1701. # [14:36] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1702. # [14:37] * Quits: tonymec_KDE (tonymec@4DD54786.524123D0.A9371869.IP) (Ping timeout)
  1703. # [14:38] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1704. # [14:40] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1705. # [14:40] * Joins: tonymec_KDE (tonymec@1A530F96.416FA63.A9371869.IP)
  1706. # [14:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a3e4f653e475 - David Burns - Bug 1035172: Disable touch caret test while being investigated on CLOSED TREE; r=mdas
  1707. # [14:43] * Joins: spohl (Adium@moz-9977FAFC.static.hvvc.us)
  1708. # [14:43] <MarcoZ> Ms2ger: Heh, so you expect the NL team to not win against Argentina tonight?
  1709. # [14:44] * Joins: smontagu (chatzilla@1ECEBAC0.B6C77A6.CB858787.IP)
  1710. # [14:44] <Ms2ger> MarcoZ, ahem, *we* went out against Argentina last time :)
  1711. # [14:44] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1712. # [14:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7117f05a37b8 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1713. # [14:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8b228efc5c81 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1714. # [14:45] <MarcoZ> Ms2ger: Forgive me! I somehow placed you in the Netherlands.
  1715. # [14:46] * Quits: tonymec_KDE (tonymec@1A530F96.416FA63.A9371869.IP) (Ping timeout)
  1716. # [14:46] <Ms2ger> Not for the last 200 years :)
  1717. # [14:48] * jmaher|afk is now known as jmaher
  1718. # [14:49] * Joins: tonymec_KDE (tonymec@BAA79E4A.3D25A3A0.9D2324B7.IP)
  1719. # [14:49] * Quits: coop|afk (coop@moz-E07F9D78.dsl.teksavvy.com) (Quit: coop|afk)
  1720. # [14:49] <MarcoZ> Ms2ger: :)
  1721. # [14:51] <Tomcat|sheriffduty> ok trees look good again, reopened
  1722. # [14:51] <Tomcat|sheriffduty> err i mean m-i is reopened :)
  1723. # [14:52] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1724. # [14:52] * Joins: ahal (ahal@moz-49FA884.cpe.teksavvy.com)
  1725. # [14:53] * Joins: coop (coop@moz-E07F9D78.dsl.teksavvy.com)
  1726. # [14:53] * Quits: timdream (timdream@moz-E6F429AE.dynamic.hinet.net) (Quit: timdream)
  1727. # [14:55] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1728. # [14:55] * Joins: timdream (timdream@moz-E6F429AE.dynamic.hinet.net)
  1729. # [14:55] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1730. # [14:56] * Quits: timdream (timdream@moz-E6F429AE.dynamic.hinet.net) (Quit: timdream)
  1731. # [14:56] * Quits: smontagu (chatzilla@1ECEBAC0.B6C77A6.CB858787.IP) (Ping timeout)
  1732. # [14:56] * Joins: linuxwolf (linuxwolf@moz-D574E3BA.hsd1.co.comcast.net)
  1733. # [14:56] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1734. # [14:59] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1735. # [14:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8b585b297a19 - CJKu - Bug 1023928 - [System][UX] The waiting icon now comes with a dirty dot. r=nical
  1736. # [15:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8f99bd9fc165 - Bevis Tseng - Bug 1028032 - Part 1: Remove Padding Charactor <CR> Correctly from Decoded CBS Message. r=htsai
  1737. # [15:00] * Joins: smontagu (chatzilla@moz-879808BD.red.bezeqint.net)
  1738. # [15:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/467e43ffefef - Bevis Tseng - Bug 1028032 - Part 2: Add Test cases to verify padding <CR> in both GSM 7bit and UCS2 encoded PDU. r=htsai
  1739. # [15:00] * bhearsum|afk is now known as bhearsum
  1740. # [15:02] * Quits: coop (coop@moz-E07F9D78.dsl.teksavvy.com) (Quit: coop)
  1741. # [15:03] * Joins: timdream (timdream@moz-E6F429AE.dynamic.hinet.net)
  1742. # [15:03] * capella|away is now known as capella
  1743. # [15:03] * Parts: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  1744. # [15:04] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Input/output error)
  1745. # [15:05] * curtisk|afk is now known as curtisk
  1746. # [15:06] <Tomcat|sheriffduty> Gijs: retriggered the xp reftests on fx-team to see if thats a real failure
  1747. # [15:06] <Tomcat|sheriffduty> or intermittent
  1748. # [15:08] * Quits: NeilZZZ (neil@moz-455E8E17.cable.virginm.net) (Ping timeout)
  1749. # [15:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3359c59db10f - Douglas Crosher - Bug 1026919 - IonMonkey: (ARM) Cleanup of the assembler and backend. r=mjrosenb
  1750. # [15:09] <Gijs> Tomcat|sheriffduty: recurred on both Yoric's and my push...
  1751. # [15:09] <Yoric> What happened?
  1752. # [15:09] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1753. # [15:10] * Joins: armenzg (armenzg@moz-5C9D8F48.cable.teksavvy.com)
  1754. # [15:10] <Tomcat|sheriffduty> Yoric: https://tbpl.mozilla.org/php/getParsedLog.php?id=43427298&tree=Fx-Team
  1755. # [15:10] <Tomcat|sheriffduty> after the checkin for Bug 1030266
  1756. # [15:10] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1757. # [15:10] * Fallen is now known as Fallen|away
  1758. # [15:11] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  1759. # [15:11] * Joins: myk (myk@moz-19BC1EF9.dsl.dynamic.sonic.net)
  1760. # [15:11] <Yoric> Interesting.
  1761. # [15:11] * Quits: RealRaven (Thunderbir@169E3855.195627C1.C3498625.IP) (Quit: RealRaven)
  1762. # [15:12] <Yoric> I take it that my patch is suspected?
  1763. # [15:12] <Gijs> Yoric: is there sessionstore code that's mean to run approximately 30 seconds after startup that's related to your push, by any chance? :)
  1764. # [15:12] * Gijs isn't sure
  1765. # [15:12] <Gijs> it's an odd failure.
  1766. # [15:12] <Yoric> Gijs: In a push related to Telemetry in Places?
  1767. # [15:12] <Yoric> Not really, no.
  1768. # [15:12] <Gijs> or places code
  1769. # [15:12] <Gijs> sorry
  1770. # [15:13] <Gijs> hm. It's odd, although there was also an earlier failure on win8 a couple of pushes back that seems to have gone unloved
  1771. # [15:13] * Gijs isn't sure what's going on and if it's actually to do with pushes or something else
  1772. # [15:13] <mak> Yoric: what's up?
  1773. # [15:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3042cb4e521e - Lynn Tran - Bug 1003336 - OS.Constants.Sys.Name should not be "Android" for Firefox OS. r=yoric
  1774. # [15:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d8f5695199ef - Alexandre Poirot - Bug 1025828 - Implement a client for webapps actor. r=jryans
  1775. # [15:14] <Yoric> Gijs: Since the code I touched affects FHR, which itself runs delayed after startup, there could be a lijnk.
  1776. # [15:14] <Yoric> mak: Hi, how are you?
  1777. # [15:14] <mak> Yoric: I'm alive :)
  1778. # [15:14] <Yoric> mak: Well, it's a good start :)
  1779. # [15:14] <Tomcat|sheriffduty> heh
  1780. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/30678d08a81d - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1781. # [15:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f9c28bd7ff0e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1782. # [15:14] <Gijs> Yoric: hmm, right...
  1783. # [15:15] <Gijs> Yoric: let's see what the retriggers do.
  1784. # [15:15] <Gijs> the failing runs only took about 30 minutes so we should know what's going on in less than that time.
  1785. # [15:15] <Yoric> mak: Do I understand correctly that noone is working on async-ifying Places atm?
  1786. # [15:15] <mak> Yoric: yes, it's in the backlog but stuff keeps getting higher priority
  1787. # [15:16] <Yoric> mak: In that case, I might try and pick it up.
  1788. # [15:16] <Yoric> mak: Do you have a bug to suggest for getting my feet wet at it?
  1789. # [15:16] * Quits: myk (myk@moz-19BC1EF9.dsl.dynamic.sonic.net) (Ping timeout)
  1790. # [15:16] * Quits: nical (nical@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1791. # [15:17] * Joins: myk (myk@moz-19BC1EF9.dsl.dynamic.sonic.net)
  1792. # [15:17] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  1793. # [15:17] <Yoric> Gijs: Ok, keep me informed.
  1794. # [15:17] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  1795. # [15:17] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1796. # [15:17] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1797. # [15:18] * Joins: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP)
  1798. # [15:18] * Quits: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1799. # [15:18] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1800. # [15:18] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  1801. # [15:19] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  1802. # [15:19] <mak> Yoric: most of the work is blocked on Mano's patches for async transaction manager, I lost sync with that... Mano may know where he left. mostly the dependencies of bug 979280.
  1803. # [15:19] <RyanVM> Yoric: you still working on making promise exceptions in mochitests fatal too?
  1804. # [15:19] <mak> Yoric: the other big thing is bug 834545
  1805. # [15:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2ebb2dcb711f - Marco Castelluccio - Bug 1035182 - Pass the correct categories parameter during apps installation from the webapp runtime. r=myk
  1806. # [15:20] <Yoric> RyanVM: Well, I am waiting for devtools + 1 review from felipe.
  1807. # [15:20] <RyanVM> *cry*
  1808. # [15:20] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  1809. # [15:20] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Client exited)
  1810. # [15:20] <Yoric> RyanVM: devtools have removed many of the errors.
  1811. # [15:20] <Yoric> I guess it's time for me to push another job to try and see what gives.
  1812. # [15:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/fa9cfb1d9b8e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1813. # [15:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/11b6493a7d8f - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1814. # [15:21] <Yoric> RyanVM: Last time I checked, there were still ~70 oranges.
  1815. # [15:21] <Yoric> mak: So that doesn't depend on the async transaction manager?
  1816. # [15:22] <mak> Yoric: no the last one is a completely separate API, once done we should replace all consumers (included transaction manager ones)
  1817. # [15:23] <mak> Yoric: but it's a larger bug compared to the dependencies of transaction manager
  1818. # [15:23] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1819. # [15:23] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1820. # [15:23] * ChanServ sets mode: +o smaug
  1821. # [15:23] <Yoric> mak: I'll send an e-mail to you and mano.
  1822. # [15:23] <mak> Yoric: the problem with those dependencies is that Mano started working on some of them and he might have wip patches
  1823. # [15:23] <mak> I'd not want to dupe work
  1824. # [15:24] <Yoric> Yeah.
  1825. # [15:24] * Quits: smontagu (chatzilla@moz-879808BD.red.bezeqint.net) (Ping timeout)
  1826. # [15:25] <Yoric> mak: e-mail sent.
  1827. # [15:25] <Yoric> I hope mano will answer, this time...
  1828. # [15:26] <mak> Yoric: if you stay connected to #places he is usually there, not much lately
  1829. # [15:27] * Quits: vwls (vwls@moz-25528698.nyc.res.rr.com) (Client exited)
  1830. # [15:27] * Joins: vwls (vwls@moz-25528698.nyc.res.rr.com)
  1831. # [15:28] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1832. # [15:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f0ef4ecb396e - Paolo Amadini - Bug 1023402 - API review for OS.File.setPermissions. r=Yoric
  1833. # [15:29] * Joins: smontagu (chatzilla@moz-A9944B19.red.bezeqint.net)
  1834. # [15:29] * Quits: vwls (vwls@moz-25528698.nyc.res.rr.com) (Ping timeout)
  1835. # [15:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e8aa304c209b - Julian Seward - Bug 1031284 - Fix assertion failures for pseudostack unwinds using SPS+LUL. r=bgirard
  1836. # [15:30] * catlee-away is now known as catlee
  1837. # [15:30] * Joins: jviereck03 (Adium@moz-4B9F12C1.ethz.ch)
  1838. # [15:31] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  1839. # [15:31] <drs> does anyone know the process for making a new mailing list? not a public one such dev-platform but just for a subteam, something at @mozilla.org. I've looked through bugzilla and I can't find any components for this
  1840. # [15:32] * Joins: Sushant94 (Sushant@D8B58843.D53F6656.D30E9BEF.IP)
  1841. # [15:33] * Joins: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP)
  1842. # [15:33] * Quits: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1843. # [15:35] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1844. # [15:35] * bsmedberg-away is now known as bsmedberg
  1845. # [15:35] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1846. # [15:35] * Joins: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP)
  1847. # [15:35] * Quits: myk (myk@moz-19BC1EF9.dsl.dynamic.sonic.net) (Ping timeout)
  1848. # [15:36] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1849. # [15:36] * Joins: janv (varga@moz-9EAB7EDB.dsl.bell.ca)
  1850. # [15:36] * Joins: myk (myk@moz-19BC1EF9.dsl.dynamic.sonic.net)
  1851. # [15:36] <Standard8> drs: service now request
  1852. # [15:36] <Yoric> drs: For some reason, I seem to remember it's on Service Now.
  1853. # [15:36] <Enn> Gijs: maybe mstange or tn could review them
  1854. # [15:36] <drs> Standard8, Yoric: thanks
  1855. # [15:36] * Quits: timdream (timdream@moz-E6F429AE.dynamic.hinet.net) (Quit: timdream)
  1856. # [15:36] <Standard8> drs: and you probably want an alias (which can go to multiple folks)
  1857. # [15:37] <drs> Standard8: hmm?
  1858. # [15:37] <Standard8> well it depends if you want archives or not
  1859. # [15:37] <Standard8> if you don't want archives, you can get an email address like my-awesome-team@moz and email to it gets sent to multilpe fiolks
  1860. # [15:38] <drs> Standard8: how would having/not having an alias affect that?
  1861. # [15:38] <Standard8> that would be an alias
  1862. # [15:38] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1863. # [15:39] * Joins: twi (Adium@moz-381307F4.cust.vodafonedsl.it)
  1864. # [15:39] <drs> Standard8: I don't think we really need archives, so we can just use an alias. thanks
  1865. # [15:40] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1866. # [15:42] <bkelly> do we have a library or something for critical sections?
  1867. # [15:44] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1868. # [15:45] * Quits: Enn (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  1869. # [15:46] * Joins: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com)
  1870. # [15:47] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1871. # [15:48] * Joins: Enn (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  1872. # [15:48] * Joins: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP)
  1873. # [15:48] * Quits: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1874. # [15:48] * sheppy-offline is now known as sheppy
  1875. # [15:48] * glob|away is now known as glob
  1876. # [15:48] * Joins: timdream (timdream@moz-E6F429AE.dynamic.hinet.net)
  1877. # [15:48] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=6f63eee0d75f - 34 changesets
  1878. # [15:48] * Quits: jviereck03 (Adium@moz-4B9F12C1.ethz.ch) (Quit: Leaving.)
  1879. # [15:52] * Joins: coop (coop@moz-E07F9D78.dsl.teksavvy.com)
  1880. # [15:52] * kats|away is now known as kats
  1881. # [15:52] * Quits: ggp (ggp@moz-183F2249.dsl.telesp.net.br) (Input/output error)
  1882. # [15:52] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1883. # [15:52] * Joins: ggp (ggp@moz-183F2249.dsl.telesp.net.br)
  1884. # [15:53] * Quits: bgrins (bgrins@moz-5F18CA83.mycingular.net) (Quit: Leaving.)
  1885. # [15:53] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  1886. # [15:54] * Joins: gustavold (gustavold@E13C5D29.B3194B4B.DF2AC62B.IP)
  1887. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b8dfb6b7b99a - Kartikaya Gupta - Bug 1034179 - Use the right resolution when generating a FrameMetrics object for GetOrMaybeCreateDisplayport. r=tn a=2.0+
  1888. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/cfd8acd59ca2 - Kartikaya Gupta - Bug 1027851 - Add some more logging for when we abort paints. r=Cwiiis a=2.0+
  1889. # [15:55] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  1890. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/38be883fd6a6 - Kartikaya Gupta - Bug 1027851 - Ensure the displayport size always includes the danger zone. r=Cwiiis a=2.0+
  1891. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7300535dc196 - Kartikaya Gupta - Bug 1034258 - Change mCompositionBounds to be a ParentLayerRect instead of a ParentLayerIntRect. r=Cwiiis a=2.0+
  1892. # [15:56] * Joins: jviereck03 (Adium@moz-4B9F12C1.ethz.ch)
  1893. # [15:56] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  1894. # [15:56] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  1895. # [15:57] * khuey|away is now known as khuey
  1896. # [15:57] <@khuey> !seen bjacob
  1897. # [15:57] <firebot> bjacob was last seen 16 hours, 11 minutes and a couple of seconds ago, saying 'froydnj: ah right, Release is virtual' in #developers.
  1898. # [15:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=f945d50e50fc - 93 changesets
  1899. # [15:59] * Joins: ddahl (ddahl@EDE430AA.CB84766B.D1E74241.IP)
  1900. # [15:59] * coop is now known as coop|mtg
  1901. # [15:59] * Quits: jkitch (Thunderbir@moz-7C788612.lns20.adl2.internode.on.net) (Ping timeout)
  1902. # [16:00] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1903. # [16:01] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  1904. # [16:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ebfe5b067e06 - Ryan VanderMeulen - Bug 1026310 - Really skip browser_UITour_panel_close_annotation.js on Windows.
  1905. # [16:02] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1906. # [16:02] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1907. # [16:02] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1908. # [16:03] * Joins: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP)
  1909. # [16:03] * Quits: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1910. # [16:03] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1911. # [16:03] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  1912. # [16:04] * Quits: myk (myk@moz-19BC1EF9.dsl.dynamic.sonic.net) (Ping timeout)
  1913. # [16:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b69f005c1781 - Benjamin Bouvier - Bug 1023145: Use the original getPrototypeOf in self-hosted code; r=till
  1914. # [16:05] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Ping timeout)
  1915. # [16:05] <Tomcat|sheriffduty> heycam|away: yeah seems the bustage was caused from that other patch i guess
  1916. # [16:06] <Tomcat|sheriffduty> Gijs: the reftest failure seems not permanent
  1917. # [16:06] <Tomcat|sheriffduty> retrigger are green
  1918. # [16:06] * Quits: sewardj (sewardj@moz-3A74317C.dip0.t-ipconnect.de) (Ping timeout)
  1919. # [16:06] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  1920. # [16:06] * Joins: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP)
  1921. # [16:08] * Joins: sewardj (sewardj@moz-3A74317C.dip0.t-ipconnect.de)
  1922. # [16:09] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1923. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/ca2fd67a4cf7 - Shane Caraveo - Bug 1029942 allow activation from about: chrome urls, r=felipe
  1924. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/24bdb64d85cb - Wes Kocher - Backed out changeset ca2fd67a4cf7 (bug 1029942) for bc1 orange
  1925. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/4a7bfc90109f - Gijs Kruitbosch - Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao
  1926. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/6598d8f28ded - Shane Caraveo - Bug 1029942 allow activation from about: chrome urls, r=felipe
  1927. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/48de6f4f82af - Wes Kocher - Merge m-c to fx-team
  1928. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/5cc2818f40dd - Richard Newman - Bug 945341 - Don't fail to open Sync settings on Kindle. r=nalexander
  1929. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/2d88803a0b9c - Carsten "Tomcat" Book - merge fx-team to mozilla-central a=merge
  1930. # [16:10] * Joins: StevenLee (Adium@moz-C0831E8A.dynamic.hinet.net)
  1931. # [16:11] * Joins: bjacob (bjacob@FCCEA34F.7672369.D8E68FF6.IP)
  1932. # [16:13] * whimboo|afk is now known as whimboo
  1933. # [16:14] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1934. # [16:14] * Joins: tonymec|away (tonymec@BAA79E4A.3D25A3A0.9D2324B7.IP)
  1935. # [16:14] * Joins: emtwo (Adium@moz-1C5EFEE6.dsl.teksavvy.com)
  1936. # [16:14] * pmoore is now known as pmoore|buildduty
  1937. # [16:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bde3e99b78b7 - Sotaro Ikeda - Bug 1036011 - Remove WaitForBufferOwnership() from TextureClientPool::GetTextureClient() r=nical
  1938. # [16:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/166d65a8dfe6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1939. # [16:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/12a60cac8487 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1940. # [16:15] * Quits: sewardj (sewardj@moz-3A74317C.dip0.t-ipconnect.de) (Ping timeout)
  1941. # [16:15] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  1942. # [16:16] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1943. # [16:16] * Quits: bjacob (bjacob@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  1944. # [16:16] * bjacob_ is now known as bjacob
  1945. # [16:16] * Joins: sewardj (sewardj@moz-3A74317C.dip0.t-ipconnect.de)
  1946. # [16:17] * Quits: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro) (Ping timeout)
  1947. # [16:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=b37955bdf1b6 - 47 changesets
  1948. # [16:18] * Quits: dougc (dougc@moz-FE16E0BC.lns20.mel4.internode.on.net) (Ping timeout)
  1949. # [16:18] * Joins: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP)
  1950. # [16:18] * Quits: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1951. # [16:18] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1952. # [16:18] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1953. # [16:19] * Quits: timdream (timdream@moz-E6F429AE.dynamic.hinet.net) (Quit: timdream)
  1954. # [16:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=510bf73e4f62 - 133 changesets
  1955. # [16:20] * Joins: dougc (dougc@moz-FE16E0BC.lns20.mel4.internode.on.net)
  1956. # [16:21] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1957. # [16:21] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1958. # [16:21] * Quits: StevenLee (Adium@moz-C0831E8A.dynamic.hinet.net) (Quit: Leaving.)
  1959. # [16:21] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  1960. # [16:21] * Joins: ahameez (ahameez@moz-E7EA111C.clients.kiwiirc.com)
  1961. # [16:22] * Joins: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net)
  1962. # [16:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=aa3617502a1e - 103 changesets
  1963. # [16:23] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1964. # [16:24] * Quits: Edgar (Thunderbir@moz-6C0DA2C8.dynamic.hinet.net) (Quit: Edgar)
  1965. # [16:24] * Joins: Edgar (Thunderbir@moz-6C0DA2C8.dynamic.hinet.net)
  1966. # [16:25] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  1967. # [16:26] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1968. # [16:27] <jimm> Tomcat|sheriffduty: ping
  1969. # [16:27] <Tomcat|sheriffduty> jimm: pong
  1970. # [16:27] * Quits: emtwo (Adium@moz-1C5EFEE6.dsl.teksavvy.com) (Ping timeout)
  1971. # [16:27] <jimm> Tomcat|sheriffduty: hey, have you ever seen an intermittent failure similar to this?
  1972. # [16:27] <jimm> https://tbpl.mozilla.org/?tree=Try&rev=6d8e2462a73f
  1973. # [16:27] <jimm> on B2G ICS Emulator Debug,
  1974. # [16:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/99690880e8f5 - Bas Schouten - Bug 1035227: Upload partial surfaces when an upload region is specified. r=nical
  1975. # [16:28] <jimm> mochitest 12
  1976. # [16:28] <jimm> I got three failures then a green on try
  1977. # [16:28] <jimm> but no bug reference in tbpl
  1978. # [16:28] <Tomcat|sheriffduty> jimm: bug 1032011
  1979. # [16:28] <jimm> awesome, thank you
  1980. # [16:28] * Joins: emtwo (Adium@moz-1C5EFEE6.dsl.teksavvy.com)
  1981. # [16:29] <Tomcat|sheriffduty> :)
  1982. # [16:29] <Tomcat|sheriffduty> yeah tbpl didn't pick that one up :)
  1983. # [16:29] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  1984. # [16:29] <jimm> yeah and my bugzilla search failed as well, probably because it was already resolved
  1985. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/1aa5095ee0df - Ed Morley - Bug 996465 - Disable test_fragment_play.html on B2G & Android for intermittent failures. a=test-only
  1986. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/56351cbabf60 - Ed Morley - Bug 1023564 & bug 981153 - Disable test_seek.html on Android and B2G for being a persistant source of intermittent test failures. a=test-only
  1987. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/23ff3f0b3259 - Ed Morley - Bug 941575 - Disable browser_fullscreen-window-open.js on Linux for intermittent failures. a=test-only
  1988. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/c5808372764c - James Long - Bug 1008372 - Don't specify column when moving a breakpoint so it's stored correctly. r=fitzgen, a=sledru
  1989. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/f661d58e02fb - Nick Alexander - Bug 1032756 - Look for Android {build-,platform-}tools in all possible locations. r=glandium, a=sledru
  1990. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/9c09b72ad255 - Brian Smith - Bug 1035034 - Fix typo in CertVerifier. r=cviecco, a=sledru
  1991. # [16:30] * Joins: timdream (timdream@moz-E6F429AE.dynamic.hinet.net)
  1992. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/edd37821774c - Jonathan Kew - Bug 1035438 - Ensure tags are limited to 4 chars in OTS error messages. r=jdaggett, a=sledru
  1993. # [16:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4eeb71654d66 - Ed Morley - Bug 979207 - Disable browser_968447_bookmarks_toolbar_items_in_panel.js on Linux for intermittent failures. a=test-only
  1994. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5dcbf43b6e81 - Ed Morley - Bug 996465 - Disable test_fragment_play.html on B2G & Android for intermittent failures. a=test-only
  1995. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f43e7c4d3c96 - Ed Morley - Bug 1019131 - Disable 664127-1.xul on Android for intermittent failures. a=test-only
  1996. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/d0e160d0672a - Ed Morley - Bug 1023564 & bug 981153 - Disable test_seek.html on Android and B2G for being a persistant source of intermittent test failures. a=test-only
  1997. # [16:31] * Quits: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca) (Quit: victorporof)
  1998. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f082386a46bf - Ed Morley - Bug 941575 - Disable browser_fullscreen-window-open.js on Linux for intermittent failures. a=test-only
  1999. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ce4455a3ec35 - Nick Alexander - Bug 1032756 - Look for Android {build-,platform-}tools in all possible locations. r=glandium, a=sledru
  2000. # [16:31] * philor|away is now known as philor
  2001. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1f8ea4a62f1b - Brian Smith - Bug 1035034 - Fix typo in CertVerifier. r=cviecco, a=sledru
  2002. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/15c397ebfd14 - Jonathan Kew - Bug 1035438 - Ensure tags are limited to 4 chars in OTS error messages. r=jdaggett, a=sledru
  2003. # [16:35] * Joins: serge (Thunderbir@moz-7FF6652E.dsl.teksavvy.com)
  2004. # [16:36] * Quits: tonymec|away (tonymec@BAA79E4A.3D25A3A0.9D2324B7.IP) (Ping timeout)
  2005. # [16:37] * BenWa|email is now known as BenWa
  2006. # [16:37] * Quits: tonymec_KDE (tonymec@BAA79E4A.3D25A3A0.9D2324B7.IP) (Ping timeout)
  2007. # [16:37] * Joins: StevenLee (Adium@moz-C0831E8A.dynamic.hinet.net)
  2008. # [16:38] * lmandel_afk is now known as lmandel
  2009. # [16:39] * Quits: StevenLee (Adium@moz-C0831E8A.dynamic.hinet.net) (Quit: Leaving.)
  2010. # [16:39] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2011. # [16:39] * Quits: ahameez (ahameez@moz-E7EA111C.clients.kiwiirc.com) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
  2012. # [16:41] * Quits: KaiRo (robert@moz-C6000096.adsl.highway.telekom.at) (Ping timeout)
  2013. # [16:41] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  2014. # [16:41] * Joins: KaIRC (robert@moz-8262CF40.adsl.highway.telekom.at)
  2015. # [16:41] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Client exited)
  2016. # [16:41] * KaIRC is now known as KaiRo
  2017. # [16:42] <bsmedberg> will class declarations nested in functions compile on all our platforms, and is there history of encouraging or discouraging them?
  2018. # [16:42] * Joins: ahameez (ahameez@moz-E7EA111C.clients.kiwiirc.com)
  2019. # [16:42] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2020. # [16:42] <padenot> bsmedberg: I know we use that in some cross-platform code so I assume it works everywhere
  2021. # [16:42] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  2022. # [16:42] <padenot> we == the media team
  2023. # [16:42] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2024. # [16:42] * ChanServ sets mode: +o ehsan
  2025. # [16:42] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2026. # [16:43] * BenWa is now known as BenWa|email
  2027. # [16:43] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/cce16809b52e - Steve Workman - Bug 982816 - Remove extra calls to nextTest in test_hawkrequest.js. r=ckarlof, a=test-only
  2028. # [16:43] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/eba5d3400944 - Douglas Crosher - Bug 1013056. r=shu, a=abillings
  2029. # [16:43] <padenot> bsmedberg: http://dxr.mozilla.org/mozilla-central/source/content/media/MediaStreamGraph.cpp#1961
  2030. # [16:43] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  2031. # [16:43] <bsmedberg> thanks
  2032. # [16:43] * Quits: timdream (timdream@moz-E6F429AE.dynamic.hinet.net) (Quit: timdream)
  2033. # [16:48] * Joins: crucerucalin (quassel@A64FDE7E.7E118222.89C0DD0D.IP)
  2034. # [16:48] * Joins: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP)
  2035. # [16:48] * Quits: bbondy (bbondy@9AD99FB6.327EE67C.B2132AC8.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  2036. # [16:49] * Quits: emtwo (Adium@moz-1C5EFEE6.dsl.teksavvy.com) (Ping timeout)
  2037. # [16:50] * Joins: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP)
  2038. # [16:51] * Joins: emtwo (Adium@moz-3283E8DE.cpe.pppoe.ca)
  2039. # [16:51] * Quits: Archaeopteryx (itsme@moz-5D08AFB3.cust.telecolumbus.net) (Ping timeout)
  2040. # [16:51] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  2041. # [16:52] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2042. # [16:52] * Joins: mkaply (quassel@moz-894AC5E4.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2043. # [16:52] * nsm|away is now known as nsm
  2044. # [16:52] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2045. # [16:53] * Joins: bgrins (bgrins@moz-54FFC855.client.mchsi.com)
  2046. # [16:54] * Joins: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net)
  2047. # [16:54] * Quits: ahameez (ahameez@moz-E7EA111C.clients.kiwiirc.com) (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
  2048. # [16:54] * Joins: timdream (timdream@moz-E6F429AE.dynamic.hinet.net)
  2049. # [16:55] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  2050. # [16:55] * Quits: timdream (timdream@moz-E6F429AE.dynamic.hinet.net) (Quit: timdream)
  2051. # [16:55] * Joins: bgrins1 (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  2052. # [16:55] * Quits: bgrins (bgrins@moz-54FFC855.client.mchsi.com) (Ping timeout)
  2053. # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/90f0241c119d - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2054. # [16:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b63f2ae04514 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2055. # [16:56] <Gijs> does anyone know offhand why synthesizeMouse in a mochitest-chrome test would fail with uncaught exception - NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.sendMouseEvent] at chrome://specialpowers/content/specialpowersAPI.js:116
  2056. # [16:56] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  2057. # [16:57] * Joins: _6a68 (jhirsch@moz-BCE0307E.socal.res.rr.com)
  2058. # [16:58] * Quits: jedp (jedp@moz-3AA8030E.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2059. # [16:58] * Joins: myk (myk@6ABA17CE.CB3251F2.284344F5.IP)
  2060. # [17:00] * Quits: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net) (Connection reset by peer)
  2061. # [17:00] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2062. # [17:00] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2063. # [17:01] * Joins: WaltS48 (Thunderbir@moz-46168B01.pitbpa.east.verizon.net)
  2064. # [17:01] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2065. # [17:01] * Joins: simukis (nagisa@moz-81B5EAF1.static.zebra.lt)
  2066. # [17:03] * BenWa|email is now known as BenWa
  2067. # [17:03] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2068. # [17:03] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2069. # [17:04] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2070. # [17:04] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2071. # [17:04] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2072. # [17:04] * Joins: tonymec_KDE (tonymec@D3483179.D4AB7E40.9D2324B7.IP)
  2073. # [17:04] * Joins: Optimizer (Instantbir@29A3F821.6B54F9F0.BE4CF869.IP)
  2074. # [17:05] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  2075. # [17:05] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  2076. # [17:05] * Quits: yeukhon (yeukhon@moz-80CA2CBE.nyc.res.rr.com) (Quit: Leaving.)
  2077. # [17:05] * Joins: yeukhon (yeukhon@moz-80CA2CBE.nyc.res.rr.com)
  2078. # [17:05] * Joins: ashughes (uid34327@AF7427AE.E02B7C75.9377050C.IP)
  2079. # [17:05] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2080. # [17:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/13e3de82fb18 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2081. # [17:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/88ba22f08c0c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2082. # [17:06] * Quits: _6a68 (jhirsch@moz-BCE0307E.socal.res.rr.com) (Quit: that's all folks)
  2083. # [17:07] * Joins: drno (nohlmeier@moz-62518563.mtv2.mozilla.com)
  2084. # [17:08] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  2085. # [17:08] * coop|mtg is now known as coop|afk
  2086. # [17:09] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2087. # [17:09] * Quits: myk (myk@6ABA17CE.CB3251F2.284344F5.IP) (Ping timeout)
  2088. # [17:09] * Joins: myk (myk@6ABA17CE.CB3251F2.284344F5.IP)
  2089. # [17:10] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  2090. # [17:11] * Joins: Optimizer1 (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2091. # [17:11] * Quits: tonymec_KDE (tonymec@D3483179.D4AB7E40.9D2324B7.IP) (Ping timeout)
  2092. # [17:11] * RyanVM is now known as RyanVM|sheriffduty
  2093. # [17:11] * Tomcat|sheriffduty is now known as Tomcat
  2094. # [17:12] * Tomcat is now known as Tomcat|afk
  2095. # [17:12] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Ping timeout)
  2096. # [17:13] * Joins: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net)
  2097. # [17:13] * Joins: tonymec_KDE (tonymec@97458065.72DAFAA7.A9371869.IP)
  2098. # [17:14] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  2099. # [17:14] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2100. # [17:14] * Joins: ehugg (ehugg@moz-A760BFC0.public.wayport.net)
  2101. # [17:15] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2102. # [17:15] * Quits: tonymec_KDE (tonymec@97458065.72DAFAA7.A9371869.IP) (Ping timeout)
  2103. # [17:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6480a800ede8 - Steve Workman - Bug 982816 - Remove extra calls to nextTest in test_hawkrequest.js. r=ckarlof, a=test-only
  2104. # [17:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ceb34c8aeb95 - Douglas Crosher - Bug 1013056. r=shu, a=abillings
  2105. # [17:16] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/751bfe1f5fb3 - Sotaro Ikeda - Bug 1034294 - Fix SharedBufferManagerParent. r=nical, a=2.0+
  2106. # [17:17] * Joins: Morris (Morris@moz-F803C9F4.dynamic-ip.hinet.net)
  2107. # [17:18] * Gijs reads the latest m.d.platform post and goes 'wat'
  2108. # [17:18] * Joins: robertbindar (uid36603@F96EF34A.E02B7C75.9377050C.IP)
  2109. # [17:18] * Joins: tonymec_KDE (tonymec@B16B7261.66404FE6.A9371869.IP)
  2110. # [17:19] <froydnj> the bugzilla query to end all queries
  2111. # [17:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/45f3f1fe7b39 - Birunthan Mohanathas - Bug 994708 - Part 2: Record submission event for plugin crashes. r=gps
  2112. # [17:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/345ba2b2804a - Birunthan Mohanathas - Bug 1035509 - Remove unused xpcom/ds/StringBuilder.h. r=froydnj
  2113. # [17:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/80191d079b32 - Birunthan Mohanathas - Bug 1035509 - Remove unused xpcom/ds/nsManifestLineReader.h. r=froydnj
  2114. # [17:20] * Quits: bogdan_maris (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Input/output error)
  2115. # [17:20] <glob> lol
  2116. # [17:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/57038b3a8c97 - Birunthan Mohanathas - Bug 1022456 - Convert xpcom/ds/ to Gecko style. r=froydnj
  2117. # [17:20] * glob steps back from that thread
  2118. # [17:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/725cd25304d9 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2119. # [17:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6399e8e7878e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2120. # [17:20] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  2121. # [17:21] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  2122. # [17:22] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  2123. # [17:23] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2124. # [17:25] <reyre> why is navigator.onLine so unreliable?
  2125. # [17:25] <reyre> is there certain scenarios in which it's triggered, like something specific needs to happen?
  2126. # [17:25] * jdm is now known as jdm|busy
  2127. # [17:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/672b11fd5527 - Patrick McManus - bug 1035993 - spdy sessions threadsafe as nshttpchannel MT refcounts them r=hurley
  2128. # [17:26] * Quits: Morris (Morris@moz-F803C9F4.dynamic-ip.hinet.net) (Quit: Morris)
  2129. # [17:26] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2130. # [17:26] * Quits: tonymec_KDE (tonymec@B16B7261.66404FE6.A9371869.IP) (Ping timeout)
  2131. # [17:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/13d9e025fc86 - Nick Alexander - Bug 1033560 - Follow-up: Fix missed rename. a=bustage
  2132. # [17:26] * khuey is now known as khuey|away
  2133. # [17:28] <reyre> why is navigator.onLine so unreliable?
  2134. # [17:28] <reyre> is there certain scenarios in which it's triggered, like something specific needs to happen?
  2135. # [17:28] * Joins: Swatinem (Instantbir@moz-A687B545.vie.surfer.at)
  2136. # [17:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9963585930ba - B2G Bumper Bot - Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
  2137. # [17:29] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f9aaf665255c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2138. # [17:30] * Joins: kgrandon (Adium@moz-120DC7E6.mycingular.net)
  2139. # [17:30] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  2140. # [17:30] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  2141. # [17:32] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2142. # [17:32] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  2143. # [17:33] * Quits: firebot (firebot@4391078B.C9528DA6.CEE489DC.IP) (Ping timeout)
  2144. # [17:34] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  2145. # [17:34] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  2146. # [17:34] * Quits: tzimmermann (tzimmerman@moz-2484483B.pools.arcor-ip.net) (Quit: Ex-Chat)
  2147. # [17:35] * Joins: Morris (Morris@moz-F803C9F4.dynamic-ip.hinet.net)
  2148. # [17:36] <kats> smaug: ping
  2149. # [17:36] * Joins: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net)
  2150. # [17:36] * Joins: mwobensmith (mwobensmit@moz-1479983A.dsl.dynamic.sonic.net)
  2151. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4c3696a11b76 - Panos Astithas - Bug 957174 - Avoid a race in CodeMirror initialization when setting breakpoints and don't let ESC stop navigation if the debugger is paused. r=vporof, a=sledru
  2152. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/12c2cc3329cb - Paul Adenot - Bug 1031137 - Make content/media/test/crashtests/1028458.html pass if audio input hardware is unavailable. r=jesup, a=test-only
  2153. # [17:37] * Quits: asobolev (asobolev@moz-A53CBDA1.hsd1.ca.comcast.net) (Quit: Leaving.)
  2154. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/63f8f9ace234 - Fernando Jiménez - Bug 1024396 - Allow blocking certain permissions for privileged apps. r=fabrice, a=2.0+
  2155. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8b04bdcbd916 - Antonio M. Amaya - Bug 1033453 - Fix the composed permission check on app updates. r=fabrice, a=2.0+
  2156. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/756a66aa8ee7 - Kyle Huey - Bug 1033618 - If we take the preallocated process but fail to start the app try again with a non-preallocated process. r=smaug, a=2.0+
  2157. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f56929d87253 - Kartikaya Gupta - Bug 1027593 - Move displayport and scrollId finding into RecordFrameMetrics from call sites. r=tn, a=2.0+
  2158. # [17:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5a044ff7443c - Kartikaya Gupta - Bug 1027593 - Ensure RecordFrameMetrics populates the displayport margins as well. r=tn, a=2.0+
  2159. # [17:38] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/818553f6e2dd - Kartikaya Gupta - Bug 1027593 - Ensure we updated the displayport margins when the scrollable rect changes. r=botond, a=2.0+
  2160. # [17:38] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2161. # [17:39] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  2162. # [17:39] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Quit: victorporof)
  2163. # [17:39] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2164. # [17:40] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2165. # [17:42] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  2166. # [17:42] <bsmedberg> josh: will you be able to get to bug 1032814 today? I at least want to get the API nailed down so we can finish the addon-manager bits
  2167. # [17:42] * Quits: luke (luke@moz-7BD53946.dhcp.ftwo.tx.charter.com) (Quit: Leaving.)
  2168. # [17:42] * Quits: myk (myk@6ABA17CE.CB3251F2.284344F5.IP) (Ping timeout)
  2169. # [17:43] * Joins: myk (myk@6ABA17CE.CB3251F2.284344F5.IP)
  2170. # [17:43] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  2171. # [17:43] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  2172. # [17:44] * Joins: tonymec_KDE (tonymec@5C0AC909.9975E42C.A9371869.IP)
  2173. # [17:44] * Quits: Optimizer (Instantbir@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2174. # [17:44] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  2175. # [17:44] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2176. # [17:44] * Quits: myk (myk@6ABA17CE.CB3251F2.284344F5.IP) (Ping timeout)
  2177. # [17:45] * Joins: Optimizer (Instantbir@29A3F821.6B54F9F0.BE4CF869.IP)
  2178. # [17:45] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2179. # [17:45] * philor is now known as philor|away
  2180. # [17:46] * Quits: kgrandon (Adium@moz-120DC7E6.mycingular.net) (Quit: Leaving.)
  2181. # [17:47] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  2182. # [17:47] * jandem-away is now known as jandem
  2183. # [17:48] * Quits: Optimizer (Instantbir@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2184. # [17:48] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2185. # [17:49] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  2186. # [17:49] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Client exited)
  2187. # [17:49] * Quits: Optimizer1 (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2188. # [17:49] * Joins: Mano (mano@DC3755F0.6F6350D1.42FA1438.IP)
  2189. # [17:50] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2190. # [17:50] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2191. # [17:51] * Quits: tonymec_KDE (tonymec@5C0AC909.9975E42C.A9371869.IP) (Ping timeout)
  2192. # [17:52] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2193. # [17:52] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2194. # [17:52] * Joins: mchang (mchang@moz-793A0D3E.socal.res.rr.com)
  2195. # [17:52] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2196. # [17:53] <fabrice1> RyanVM|sheriffduty: for aurora uplifts, it's good enough if I rebase on my b2g-2.0 tree?
  2197. # [17:53] <kats> bustage on aurora
  2198. # [17:53] <RyanVM|sheriffduty> they should be one and the same at this point
  2199. # [17:53] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  2200. # [17:53] <RyanVM|sheriffduty> kats: just pushed the backout
  2201. # [17:53] <kats> cool
  2202. # [17:53] * kats refreshes
  2203. # [17:53] * Quits: ehugg (ehugg@moz-A760BFC0.public.wayport.net) (Quit: ehugg)
  2204. # [17:53] * Joins: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP)
  2205. # [17:53] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/394b7c158cf0 - Ryan VanderMeulen - Backed out changeset 756a66aa8ee7 (bug 1033618) for bustage.
  2206. # [17:54] <kats> smaug: unping, ni'd you on the bug
  2207. # [17:54] <RattyAway> ok I totally CLOBBER ed my objdir but I still get: http://pastebin.mozilla.org/5537556
  2208. # [17:54] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  2209. # [17:54] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2210. # [17:55] * Joins: kip (kip@moz-DDB15FC8.stc.novuscom.net)
  2211. # [17:55] * Joins: luke (luke@moz-7BD53946.dhcp.ftwo.tx.charter.com)
  2212. # [17:55] * Quits: joshua-s (Thunderbir@moz-B3197EF9.syrcny.east.verizon.net) (Ping timeout)
  2213. # [17:55] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2214. # [17:55] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2215. # [17:55] <RattyAway> !seen briansmith
  2216. # [17:55] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2217. # [17:55] <RattyAway> hmm
  2218. # [17:55] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2219. # [17:56] * Quits: Morris (Morris@moz-F803C9F4.dynamic-ip.hinet.net) (Quit: Morris)
  2220. # [17:56] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  2221. # [17:56] <RattyAway> ok perhaps
  2222. # [17:56] <RattyAway> !seen glandium
  2223. # [17:56] * Quits: kip (kip@moz-DDB15FC8.stc.novuscom.net) (Ping timeout)
  2224. # [17:56] * jdm|busy is now known as jdm
  2225. # [17:56] * khuey|away is now known as khuey
  2226. # [17:56] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2227. # [17:57] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: Lost terminal)
  2228. # [17:57] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  2229. # [17:57] <nalexander> RattyAway: that doesn't look like the actual error.
  2230. # [17:57] <nalexander> RattyAway: moar logs!+
  2231. # [17:58] * Joins: bbondy (bbondy@moz-793B8F0F.khanacademy.org)
  2232. # [17:58] <josh> bsmedberg: I can get to it soon here
  2233. # [17:58] * Quits: emtwo (Adium@moz-3283E8DE.cpe.pppoe.ca) (Quit: Leaving.)
  2234. # [17:58] <bsmedberg> thanks
  2235. # [17:58] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2236. # [17:58] <RattyAway> nalexander: ah thats my scrollback. What's the syntax for piping stdout/stderr to a file?
  2237. # [17:59] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2238. # [17:59] <nalexander> RattyAway: I don't know on Windows. Usually, just |cmd > out|
  2239. # [17:59] * coop|afk is now known as coop
  2240. # [17:59] * Quits: MarcoZ (marco.zehe@moz-289180F0.dip0.t-ipconnect.de) (Quit: l8er)
  2241. # [17:59] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2242. # [17:59] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2243. # [17:59] * Quits: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP) (Input/output error)
  2244. # [17:59] * Joins: jimb (user@moz-5EBD2652.hfc.comcastbusiness.net)
  2245. # [17:59] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  2246. # [18:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a75da3b6da5e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2247. # [18:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f626947ea060 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2248. # [18:01] <@khuey> RyanVM|sheriffduty: ugh, trivial cra ptoo
  2249. # [18:01] <jesup> bsmedberg: I drive-by reviewed it as well
  2250. # [18:01] * Joins: tonymec_KDE (tonymec@A71C45D4.6D1AB40.A9371869.IP)
  2251. # [18:02] <jesup> josh: if you have it loaded already, reload as a posted a review
  2252. # [18:02] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2253. # [18:03] * Quits: jviereck03 (Adium@moz-4B9F12C1.ethz.ch) (Quit: Leaving.)
  2254. # [18:03] <RattyAway> nalexander: ah pastebin seems to have choked on the out.
  2255. # [18:03] <nalexander> RattyAway: use gist.
  2256. # [18:04] <RattyAway> um what's a gist? something like a tendon?
  2257. # [18:04] * Joins: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net)
  2258. # [18:04] * Quits: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net) (Quit: mcomella)
  2259. # [18:04] <RattyAway> the main point or part : essence <the gist of an argument>. See gist defined for English-language learners ». See gist defined for kid
  2260. # [18:05] * stephend|out is now known as stephend
  2261. # [18:05] <froydnj> RattyAway: gist.github.com
  2262. # [18:05] * Joins: bwc (Adium@moz-62518563.mtv2.mozilla.com)
  2263. # [18:05] * khuey is now known as khuey|caltrain
  2264. # [18:06] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2265. # [18:07] <RattyAway> here we go https://gist.github.com/anonymous/819562cc12bed2451463
  2266. # [18:07] * Quits: janv (varga@moz-9EAB7EDB.dsl.bell.ca) (Quit: This computer has gone to sleep)
  2267. # [18:07] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  2268. # [18:07] <@khuey|caltrain> oh nice
  2269. # [18:07] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2270. # [18:07] <@khuey|caltrain> the "can't create new branches" thing just stopped mefrom pushing aurora to inbound
  2271. # [18:07] * Joins: kgrandon (Adium@moz-62518563.mtv2.mozilla.com)
  2272. # [18:07] * Joins: myk (myk@moz-62518563.mtv2.mozilla.com)
  2273. # [18:08] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4cf4838bd5e1 - Kyle Huey - Bug 1033618 - If we take the preallocated process but fail to start the app try again with a non-preallocated process. r=smaug, a=2.0+
  2274. # [18:08] * Quits: Sushant94 (Sushant@D8B58843.D53F6656.D30E9BEF.IP) (Quit: Leaving)
  2275. # [18:08] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2276. # [18:08] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Ping timeout)
  2277. # [18:08] <RattyAway> mozmake[6]: Entering directory 'c:/t1/hg/comm-central/mozilla/security/nss/lib/pkcs12'
  2278. # [18:08] <RattyAway> Makefile:73: recipe for target 'codegen.pp' failed
  2279. # [18:08] <RattyAway> mozmake[5]: Leaving directory 'c:/t1/hg/objdir-sm/mozilla/dom/bindings'
  2280. # [18:08] <RattyAway> c:/t1/hg/comm-central/mozilla/config/recurse.mk:95: recipe for target 'dom/bindings/export' failed
  2281. # [18:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/99b1e61cbb92 - Mike Connor - Bug 1006103 - add speculativeConnect() method to search engines, API + browser change, r=gavin
  2282. # [18:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c5750f32e1ad - Mike Connor - Bug 1008182 - remove the delay for searchbar autocomplete, r=gavin
  2283. # [18:09] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  2284. # [18:09] * Quits: avaida (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Input/output error)
  2285. # [18:10] * Quits: adalucinet (Instantbir@28C4EA76.976FBEE.5BC07656.IP) (Quit: adalucinet)
  2286. # [18:10] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2287. # [18:10] * Joins: ehugg (ehugg@moz-A12AE50E.public.wayport.net)
  2288. # [18:10] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  2289. # [18:10] * Quits: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  2290. # [18:10] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  2291. # [18:10] * ChanServ sets mode: +ao dbaron dbaron
  2292. # [18:10] * Joins: jviereck03 (Adium@moz-4B9F12C1.ethz.ch)
  2293. # [18:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/764a33b3eca8 - Botond Ballo - Bug 1031067 - Clear overscroll at the end of a pinch. r=kats
  2294. # [18:11] * Joins: _6a68 (jhirsch@moz-BCE0307E.socal.res.rr.com)
  2295. # [18:11] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2296. # [18:11] * Quits: Edgar (Thunderbir@moz-6C0DA2C8.dynamic.hinet.net) (Quit: Edgar)
  2297. # [18:11] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2298. # [18:12] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2299. # [18:12] * Quits: tonymec_KDE (tonymec@A71C45D4.6D1AB40.A9371869.IP) (Ping timeout)
  2300. # [18:12] * Quits: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net) (Ping timeout)
  2301. # [18:12] * chmanchester is now known as chmanchester|afk
  2302. # [18:13] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  2303. # [18:13] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  2304. # [18:13] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2305. # [18:13] <RyanVM|sheriffduty> can somebody translate this?
  2306. # [18:13] <RyanVM|sheriffduty> 08:23:56 INFO - System JS : ERROR chrome://reftest/content/reftest-content.js:884 - NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsISyncMessageSender.sendSyncMessage]
  2307. # [18:13] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Input/output error)
  2308. # [18:14] <RyanVM|sheriffduty> because that's causing a lot of b2g crashtest failures
  2309. # [18:14] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2310. # [18:14] <RyanVM|sheriffduty> fabrice1 ^
  2311. # [18:14] <RyanVM|sheriffduty> 08:23:56 INFO - *** UTM:SVC TimerManager:notify - notified @mozilla.org/b2g/webapps-update-timer;1
  2312. # [18:14] <RyanVM|sheriffduty> always comes after it
  2313. # [18:14] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2314. # [18:15] <RattyAway> Makefile:70: codegen.pp: No such file or directory
  2315. # [18:15] * Joins: tonymec_KDE (tonymec@8C13C29B.66404FE6.A9371869.IP)
  2316. # [18:15] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  2317. # [18:15] * Quits: ehugg (ehugg@moz-A12AE50E.public.wayport.net) (Quit: ehugg)
  2318. # [18:16] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2319. # [18:16] <sfink> RyanVM|sheriffduty: oh. Not sure if that message made it to you, since I used a stale alias.
  2320. # [18:16] * merike|away is now known as merike
  2321. # [18:16] <sfink> RyanVM|sheriffduty: how many times have you seen that B2G git checkout error on hazard builds?
  2322. # [18:16] <RyanVM|sheriffduty> it was perma-failing yesterday
  2323. # [18:16] <RyanVM|sheriffduty> haven't looked since it got hidden on m-c
  2324. # [18:16] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2325. # [18:17] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2326. # [18:17] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  2327. # [18:17] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  2328. # [18:17] <sfink> oh. Er, good to know.
  2329. # [18:17] * Quits: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
  2330. # [18:18] <RyanVM|sheriffduty> khuey|caltrain: coincidentally maybe, the first m-c merge those failures are happening on contain your fix to bug 1033618 - guess we'll see if they show up on Aurora now too
  2331. # [18:18] * bobowen is now known as bobowen|afk
  2332. # [18:19] * Joins: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net)
  2333. # [18:19] <@khuey|caltrain> RyanVM|sheriffduty: what failures?
  2334. # [18:19] * Joins: nathan (nathan@moz-62518563.mtv2.mozilla.com)
  2335. # [18:20] <RyanVM|sheriffduty> khuey|caltrain: see scrollback RE: b2g crashtests
  2336. # [18:20] <RyanVM|sheriffduty> following these failures around, your push is looking more and more likely
  2337. # [18:20] <RyanVM|sheriffduty> and they're frequent enough that I'll be backing out with great prejudice once confirmed
  2338. # [18:20] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2339. # [18:20] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  2340. # [18:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/19663c22e7eb - Masayuki Nakano - Bug 1036290 Use nsAutoTArray at copying WidgetTouchEvent::TouchArray r=roc
  2341. # [18:21] <RyanVM|sheriffduty> khuey|caltrain: a log if you want more info - https://tbpl.mozilla.org/php/getParsedLog.php?id=43404066&tree=Mozilla-Central
  2342. # [18:21] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  2343. # [18:21] <@khuey|caltrain> hmm, it's possible I guess
  2344. # [18:21] <RattyAway> Bug 950332 - [trunk] Thunderbird build process is broken while processing codegen.pp : no such file or directory
  2345. # [18:22] <RattyAway> But it's WFM
  2346. # [18:22] <RyanVM|sheriffduty> khuey|caltrain: the aurora push should be a good indicator, but I've got retriggers going in the mean time
  2347. # [18:22] <@khuey|caltrain> RyanVM|sheriffduty: is it always the same test?
  2348. # [18:22] * Quits: elin (elin@moz-527C0FE2.dynamic.hinet.net) (Quit: elin)
  2349. # [18:22] <RyanVM|sheriffduty> no
  2350. # [18:22] * Joins: jchaulk (jchaulk@A5F96B08.B9AD8132.DBBCD276.IP)
  2351. # [18:22] <RyanVM|sheriffduty> layout/base/crashtests/365909-1.xhtml and -2 seem to be common ones, though
  2352. # [18:22] <RyanVM|sheriffduty> but coudl be timing-related given the webapp update thingy
  2353. # [18:23] <@khuey|caltrain> yeah I don't see why those tests are trying to create another process
  2354. # [18:23] * Joins: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2355. # [18:23] <RyanVM|sheriffduty> which means bug 984274 might "fix" this too
  2356. # [18:23] <RyanVM|sheriffduty> or at least wallpaper over whatever's broken underneath
  2357. # [18:23] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2358. # [18:23] <RyanVM|sheriffduty> (fully kills webapp updates during test runs)
  2359. # [18:23] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2360. # [18:23] * armenzg is now known as armenzg_lunch
  2361. # [18:24] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2362. # [18:24] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2363. # [18:24] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  2364. # [18:24] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  2365. # [18:24] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  2366. # [18:25] * Quits: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2367. # [18:25] * Joins: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2368. # [18:26] * Quits: Mano (mano@DC3755F0.6F6350D1.42FA1438.IP) (Client exited)
  2369. # [18:27] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2370. # [18:28] * pbrosset is now known as pbrosset|afk
  2371. # [18:29] * Joins: tonymec|away (tonymec@8C13C29B.66404FE6.A9371869.IP)
  2372. # [18:29] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2373. # [18:29] * ahal is now known as ahal|lunch
  2374. # [18:29] * Quits: jviereck03 (Adium@moz-4B9F12C1.ethz.ch) (Quit: Leaving.)
  2375. # [18:30] * mcote is now known as mcote|lunch
  2376. # [18:31] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  2377. # [18:31] * Joins: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net)
  2378. # [18:31] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  2379. # [18:31] * Joins: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  2380. # [18:32] * Quits: Honza (chatzilla@AD352C7D.6B021720.1475A184.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243])
  2381. # [18:32] * rail_away is now known as rail
  2382. # [18:32] * Joins: Honza (chatzilla@AD352C7D.6B021720.1475A184.IP)
  2383. # [18:33] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2384. # [18:33] * Joins: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2385. # [18:33] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2386. # [18:33] * curtisk is now known as curtisk|afk
  2387. # [18:34] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2388. # [18:34] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2389. # [18:35] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2390. # [18:35] * Joins: mats (chatzilla@moz-7CD29A19.a149.priv.bahnhof.se)
  2391. # [18:35] * Joins: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  2392. # [18:36] * Joins: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com)
  2393. # [18:36] <RattyAway> nalexander: So I clobbered again and I still get the same error
  2394. # [18:37] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2395. # [18:38] * Quits: badescunicu (Thunderbir@2BDE5458.77BD3528.320F75DD.IP) (Quit: badescunicu)
  2396. # [18:38] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2397. # [18:38] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  2398. # [18:38] * Joins: StevenLee (Adium@moz-C0831E8A.dynamic.hinet.net)
  2399. # [18:39] * Joins: ehugg_ (ehugg@moz-6D0FD3FC.cisco.com)
  2400. # [18:39] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  2401. # [18:39] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2402. # [18:39] * Quits: StevenLee (Adium@moz-C0831E8A.dynamic.hinet.net) (Quit: Leaving.)
  2403. # [18:40] * gregglind_away is now known as gregglind
  2404. # [18:40] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  2405. # [18:40] * Quits: mikeratcliffe (Adium@7614B933.A29E579C.71D4DE87.IP) (Quit: Leaving.)
  2406. # [18:40] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  2407. # [18:41] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2408. # [18:41] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  2409. # [18:42] * Joins: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP)
  2410. # [18:42] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  2411. # [18:42] * ehugg_ is now known as ehugg
  2412. # [18:44] * khuey|caltrain is now known as khuey
  2413. # [18:44] * khuey is now known as khuey|away
  2414. # [18:44] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2415. # [18:45] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2416. # [18:45] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  2417. # [18:45] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2418. # [18:45] * Joins: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net)
  2419. # [18:45] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2420. # [18:48] * Joins: Dexter (chatzilla@moz-D55AE5F4.retail.telecomitalia.it)
  2421. # [18:48] * Quits: dwong (dwong@moz-62518563.mtv2.mozilla.com) (Quit: zzz)
  2422. # [18:48] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  2423. # [18:49] * Quits: tonymec|away (tonymec@8C13C29B.66404FE6.A9371869.IP) (Ping timeout)
  2424. # [18:49] * Joins: badescunicu (Thunderbir@2BDE5458.77BD3528.320F75DD.IP)
  2425. # [18:49] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  2426. # [18:49] * Quits: tonymec_KDE (tonymec@8C13C29B.66404FE6.A9371869.IP) (Ping timeout)
  2427. # [18:50] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  2428. # [18:50] * jcranmer|away is now known as jcranmer
  2429. # [18:50] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  2430. # [18:50] * _6a68 is now known as _6a68|afk
  2431. # [18:51] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2432. # [18:51] * Joins: janv (varga@FCCEA34F.7672369.D8E68FF6.IP)
  2433. # [18:52] * Joins: firebot (firebot@4391078B.C9528DA6.CEE489DC.IP)
  2434. # [18:52] * Joins: tonymec_KDE (tonymec@DBD1F41B.EFAA0F71.A9371869.IP)
  2435. # [18:52] * Joins: bajaj (bajaj_afk@moz-24157589.mtv2.mozilla.com)
  2436. # [18:53] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  2437. # [18:53] * Quits: firebot (firebot@4391078B.C9528DA6.CEE489DC.IP) (Ping timeout)
  2438. # [18:54] <sfink> //usrusr//binbin//ldld:: fatalfatal errorerror: :- h-:h :must musttake takea anon -nonempty- emptyargument
  2439. # [18:54] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2440. # [18:54] <sfink> that totally looks like a joke about multithreading
  2441. # [18:54] <sfink> but it's an actual output from my current (clobber) build :(
  2442. # [18:54] * Quits: nemo (nemo@moz-57FDFA.hsd1.md.comcast.net) (Ping timeout)
  2443. # [18:55] <@bz> sfink: These things are not mutually exclusive!
  2444. # [18:55] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2445. # [18:55] <sfink> that is true
  2446. # [18:55] <@bz> though I bet this is multiprocessing with a shared fd
  2447. # [18:55] * Joins: nemo (nemo@moz-57FDFA.hsd1.md.comcast.net)
  2448. # [18:55] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Quit: ehugg)
  2449. # [18:55] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  2450. # [18:55] <@bz> Which is only related to multithreading in the "has shared stuff" sense
  2451. # [18:56] <RyanVM|sheriffduty> 0xdeadf00c
  2452. # [18:56] <RyanVM|sheriffduty> taht looks bad
  2453. # [18:56] <sfink> but it implies that error is being written a byte at a time, which seems kinda weird and potentially notgood
  2454. # [18:56] * Joins: firebot (firebot@4391078B.C9528DA6.CEE489DC.IP)
  2455. # [18:57] <sfink> I would expect line buffering
  2456. # [18:57] <Mook_as> That's probably on stderr, which you probably don't want buffered?
  2457. # [18:58] <Mook_as> (also, that's still multithreading, it just happens to have the threads in different processes...)
  2458. # [18:58] <sfink> I thought stdio's stderr was line buffered
  2459. # [18:59] <jld> From my local copy of setbuf(3): The standard error stream stderr is always unbuffered by default.
  2460. # [18:59] <sfink> huh, ok
  2461. # [19:00] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2462. # [19:00] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2463. # [19:00] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2464. # [19:00] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  2465. # [19:00] * Joins: joshua-s (Thunderbir@moz-D169AFF8.syrcny.east.verizon.net)
  2466. # [19:00] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2467. # [19:00] <sfink> though I'd still expect a coarser granularity, buffering or not. fprintf(stderr, "foo") ought to end up with write(2, "foo", 3), not write x 3.
  2468. # [19:00] * Joins: azakai (alon@moz-62518563.mtv2.mozilla.com)
  2469. # [19:00] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2470. # [19:00] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: )
  2471. # [19:00] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2472. # [19:01] * Quits: badescunicu (Thunderbir@2BDE5458.77BD3528.320F75DD.IP) (Quit: badescunicu)
  2473. # [19:01] <jld> ...although POSIX seems to allow either unbuffered or line-buffered for stderr. Yay standards?
  2474. # [19:01] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2475. # [19:01] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  2476. # [19:01] * sydpolk|afk is now known as sydpolk
  2477. # [19:02] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2478. # [19:02] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2479. # [19:02] <sfink> I guess I'd better worry about fixing this build
  2480. # [19:02] <sfink> since the error happends with ./mach build -j1 too
  2481. # [19:02] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2482. # [19:02] <sfink> "happends" -- couldn't decide between present and past tense?
  2483. # [19:02] * Joins: nattokirai (nattokirai@moz-766ADF77.bstnma.east.verizon.net)
  2484. # [19:03] * jimm is now known as jimm-lunch
  2485. # [19:03] * Quits: bgrins1 (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  2486. # [19:03] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2487. # [19:03] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Ping timeout)
  2488. # [19:04] <sfink> glandium: elfhack is being mean to me
  2489. # [19:04] * Quits: crucerucalin (quassel@A64FDE7E.7E118222.89C0DD0D.IP) (Ping timeout)
  2490. # [19:04] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2491. # [19:04] * Joins: pachuco (Mibbit@moz-A1BA653A.hsd1.nj.comcast.net)
  2492. # [19:04] <sfink> it's running c++ ... -Wl,-h,
  2493. # [19:04] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2494. # [19:04] * Joins: jviereck03 (Adium@moz-4B9F12C1.ethz.ch)
  2495. # [19:05] * Quits: WaltS48 (Thunderbir@moz-46168B01.pitbpa.east.verizon.net) (Quit: WaltS48)
  2496. # [19:05] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  2497. # [19:05] * Standard8 is now known as Standard8Away
  2498. # [19:05] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2499. # [19:06] <sfink> looks like that means $(DSO_SONAME) is empty
  2500. # [19:06] <sfink> don't be empty, DSO_SONAME
  2501. # [19:06] * Joins: tonymec|away (tonymec@DBD1F41B.EFAA0F71.A9371869.IP)
  2502. # [19:07] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2503. # [19:08] * Quits: mdas (mdas@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2504. # [19:08] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  2505. # [19:09] * glob is now known as glob|mtg
  2506. # [19:09] * Quits: jimb (user@moz-5EBD2652.hfc.comcastbusiness.net) (Ping timeout)
  2507. # [19:09] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2508. # [19:11] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  2509. # [19:11] * Quits: tenmilestereo (tenmileste@ACC9D739.9CEADA13.56123B48.IP) (Quit: Leaving...)
  2510. # [19:12] * terrence-afk is now known as terrence
  2511. # [19:12] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2512. # [19:12] * ChanServ sets mode: +o ehsan
  2513. # [19:12] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  2514. # [19:12] * chmanchester|afk is now known as chmanchester
  2515. # [19:14] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  2516. # [19:15] * Joins: azakai_ (alon@moz-62518563.mtv2.mozilla.com)
  2517. # [19:15] * Joins: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net)
  2518. # [19:15] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  2519. # [19:16] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2520. # [19:17] * Quits: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Ex-Chat)
  2521. # [19:17] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Quit: Leaving.)
  2522. # [19:18] * _6a68|afk is now known as _6a68
  2523. # [19:19] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/49ae43e813ce - Fabrice Desré - Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug a=2.0+
  2524. # [19:19] * Joins: sicking (sicking@moz-7BFBB5C0.hsd1.ca.comcast.net)
  2525. # [19:21] * Joins: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP)
  2526. # [19:21] * Quits: sewardj (sewardj@moz-3A74317C.dip0.t-ipconnect.de) (Ping timeout)
  2527. # [19:21] * Joins: Archaeopteryx (itsme@moz-5D08AFB3.cust.telecolumbus.net)
  2528. # [19:22] * Quits: mats (chatzilla@moz-7CD29A19.a149.priv.bahnhof.se) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243])
  2529. # [19:22] * curtisk|afk is now known as curtisk
  2530. # [19:23] * Joins: sewardj (sewardj@moz-3A74317C.dip0.t-ipconnect.de)
  2531. # [19:23] * Joins: crucerucalin (quassel@moz-E435A28D.eregie.pub.ro)
  2532. # [19:24] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2533. # [19:24] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2534. # [19:24] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  2535. # [19:24] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2536. # [19:25] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2537. # [19:25] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2538. # [19:26] * davidb is now known as davidb|afk
  2539. # [19:28] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2540. # [19:28] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2541. # [19:28] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2542. # [19:29] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2543. # [19:29] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Quit: juanb)
  2544. # [19:29] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2545. # [19:30] * armenzg_lunch is now known as armenzg
  2546. # [19:30] * hwine is now known as hwine-coffee
  2547. # [19:30] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2548. # [19:30] * Quits: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net) (Quit: Leaving.)
  2549. # [19:31] * victorporof is now known as victorninjaporof
  2550. # [19:31] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  2551. # [19:31] * Joins: juanb (jbecerra@moz-62518563.mtv2.mozilla.com)
  2552. # [19:31] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  2553. # [19:32] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2554. # [19:32] <milan> RyanVM: ping
  2555. # [19:32] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Ping timeout)
  2556. # [19:32] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2557. # [19:33] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  2558. # [19:33] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  2559. # [19:34] <RyanVM|sheriffduty> milan: pong
  2560. # [19:34] <RyanVM|sheriffduty> fabrice1: aurora bustage
  2561. # [19:34] * Quits: vingtetun (vnicolas@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2562. # [19:34] <milan> RyanVM: re: bug 918386; when try is green, but inbound badly not, instead of repeatedly breaking inbound, is there a way to reproduce the inbound results with try?
  2563. # [19:34] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2564. # [19:34] <RyanVM|sheriffduty> milan: not if it's a clobber issue - Try builds are always
  2565. # [19:34] <RyanVM|sheriffduty> milan: if it's green on Try, I'd push it with a CLOBBER touch and file a "bug 918386 required a clobber" bug in Core::Build Config
  2566. # [19:35] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2567. # [19:35] <RyanVM|sheriffduty> milan: and I'm assuming you're not touching an IDL w/o revving a UUID or something
  2568. # [19:35] <RyanVM|sheriffduty> which can make for busdtage
  2569. # [19:35] <milan> RyanVM: I'm probably doing exactly that actually
  2570. # [19:36] <milan> RyanVM: do you have an example bug where that's done correctly (the UUID change)?
  2571. # [19:36] * armenzg is now known as armenzg_mtg
  2572. # [19:36] <RyanVM|sheriffduty> milan: ?
  2573. # [19:36] <RyanVM|sheriffduty> firebot: uuid
  2574. # [19:36] <firebot> bf533ca1-f678-44f3-9bea-3e4a3c24c7de (/msg firebot cid for CID form)
  2575. # [19:36] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2576. # [19:36] <RyanVM|sheriffduty> or mach uuid
  2577. # [19:36] <RyanVM|sheriffduty> if you change an IDL, you need to bump the UUID or our build system will probably not pick up tthe change
  2578. # [19:36] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Connection reset by peer)
  2579. # [19:37] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  2580. # [19:37] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  2581. # [19:37] * Quits: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net) (Client exited)
  2582. # [19:37] <milan> RyanVM: right - haven't done that before. Is there a good place where I can find the details on how to do that? That's what I meant by "is there a bug that did this correctly" so that I can just look at what they've done
  2583. # [19:37] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2584. # [19:37] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2585. # [19:37] * Joins: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net)
  2586. # [19:38] <RyanVM|sheriffduty> milan: you need to bump the UUID in whatever IDL you're touching
  2587. # [19:38] <RyanVM|sheriffduty> https://hg.mozilla.org/integration/mozilla-inbound/file/9f4b2ff029e3/widget/nsIGfxInfo.idl
  2588. # [19:38] <RyanVM|sheriffduty> you're adding 2 new attributes
  2589. # [19:38] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2590. # [19:38] <RyanVM|sheriffduty> https://hg.mozilla.org/integration/mozilla-inbound/file/9f4b2ff029e3/widget/nsIGfxInfo.idl#l11
  2591. # [19:38] <kats> milan: all you need to do is replace the UUID on line 11 with a fresh one
  2592. # [19:38] <RyanVM|sheriffduty> that uuid needs to change
  2593. # [19:38] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  2594. # [19:38] <milan> RyanVM: got it. Thanks!
  2595. # [19:38] <blassey> fabrice1: bug 903291 broke web apps on android, can you back out?
  2596. # [19:39] * Quits: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net) (Ping timeout)
  2597. # [19:40] * Joins: bogdan_maris (Instantbir@BB27F950.A69946F4.FB2DBB61.IP)
  2598. # [19:40] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  2599. # [19:40] * Joins: erahm (Adium@moz-18B647E0.hsd1.or.comcast.net)
  2600. # [19:40] * Quits: jaoo (user@9B16F31C.CF111F0B.E21948B5.IP) (Client exited)
  2601. # [19:41] * chmanchester is now known as chmanchester|afk
  2602. # [19:41] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Input/output error)
  2603. # [19:41] * Quits: nattokirai (nattokirai@moz-766ADF77.bstnma.east.verizon.net) (Quit: nattokirai)
  2604. # [19:43] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  2605. # [19:43] * Quits: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Ex-Chat)
  2606. # [19:43] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  2607. # [19:43] * Joins: NeilZZZ (neil@moz-455E8E17.cable.virginm.net)
  2608. # [19:43] * Joins: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP)
  2609. # [19:44] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  2610. # [19:44] * hwine-coffee is now known as hwine
  2611. # [19:44] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2612. # [19:44] * khuey|away is now known as khuey
  2613. # [19:44] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  2614. # [19:44] * davidb|afk is now known as davidb
  2615. # [19:44] <Waldo> bent: someone told me semi-recently that the JS Intl stuff doesn't work in workers, which was really surprising to me, and doesn't comport with my basic testing like http://whereswalden.com/files/temp/intl-worker.html
  2616. # [19:44] <Waldo> bent: do you know anything about these complaints?
  2617. # [19:45] * ahal|lunch is now known as ahal
  2618. # [19:45] <@khuey> Waldo: bug 934889
  2619. # [19:45] * Joins: briansmith (briansmith@C361059C.1E3EDA74.C943C01E.IP)
  2620. # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0ed88d692f42 - Brian Smith - Bug 1035009: Stop using CERTCertList in mozilla::pkix, r=keeler
  2621. # [19:46] <@khuey> Waldo: which nobody on the JS team has been interested in looking at since it was filed in November
  2622. # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3a4d57c7ffdf - Brian Smith - Bug 1035942: Decide whether to consider end-entity CN as a dnsName in CheckNameConstraints instead of in BuildCertChain, r=cviecco
  2623. # [19:46] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2624. # [19:46] <milan> RyanVM: with the new uuid - should I still do clobber? Or push without the clobber first?
  2625. # [19:46] <milan> RyanVM: in other words, does new uuid imply clobber
  2626. # [19:46] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  2627. # [19:46] <froydnj> khuey: amusingly enough, Waldo is ni'd
  2628. # [19:46] <@khuey> no
  2629. # [19:46] * bobowen|afk is now known as bobowen
  2630. # [19:46] * Waldo wonders how Intl is in workers if the inti method isn't being called
  2631. # [19:46] <@khuey> froydnj: yes which is why I'm being snarky with him
  2632. # [19:47] <@khuey> :)
  2633. # [19:47] <Waldo> fair enough, basically
  2634. # [19:47] * Quits: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net) (Quit: )
  2635. # [19:47] * Joins: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net)
  2636. # [19:47] <froydnj> khuey: I was unsure whether that was khuey's default snarkiness or not
  2637. # [19:47] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  2638. # [19:47] * Joins: idwer (irc@moz-67B6410D.adsl.online.nl)
  2639. # [19:47] * chmanchester|afk is now known as chmanchester
  2640. # [19:47] <RyanVM|sheriffduty> milan: you don't need to clobber if you bump the uuid - the clobber is just wallpapering over the build system otherwise not catching the change
  2641. # [19:47] <Waldo> khuey: *where* is this failing intermittently? what instances of failure can I look at?
  2642. # [19:48] * froydnj does not understand these mana notification emails
  2643. # [19:48] <@khuey> Waldo: comment 0?
  2644. # [19:48] <fabrice1> blassey: I would rather fix
  2645. # [19:48] <milan> RyanVM: thanks
  2646. # [19:48] <fabrice1> this is a big patch, very painful to reland
  2647. # [19:48] <@khuey> Waldo: we're not calling JS_InitStandardClasses anymore
  2648. # [19:48] <Waldo> khuey: no, I mean like tinderbox, local builds, anything like that
  2649. # [19:48] <RyanVM|sheriffduty> khuey: good times - retriggers on m-c are pointing to bug 1033618 as the cause, but the crashtests on aurora are OK
  2650. # [19:48] * Quits: jackneill (jackneill@moz-1F46A32A.pool.digikabel.hu) (Ping timeout)
  2651. # [19:48] * Joins: cpeterson_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2652. # [19:48] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  2653. # [19:49] <@khuey> Waldo: make http://mxr.mozilla.org/mozilla-central/source/dom/bindings/BindingUtils.h#2762 true and then see if it fails
  2654. # [19:49] <@khuey> Waldo: it did in november
  2655. # [19:49] <@khuey> who knows what happens now
  2656. # [19:49] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2657. # [19:49] * ChanServ sets mode: +ao dbaron dbaron
  2658. # [19:49] <@khuey> RyanVM|sheriffduty: that's ... idk wtf that is
  2659. # [19:49] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  2660. # [19:49] <RyanVM|sheriffduty> fabrice1: are you looking at the aurora bustage I pinged you about 15min ago?
  2661. # [19:49] * RyanVM|sheriffduty has memories of yesterday in his head...
  2662. # [19:50] * jimm-lunch is now known as jimm
  2663. # [19:51] * Quits: kgrandon (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2664. # [19:52] <fabrice1> RyanVM|sheriffduty: hm, no
  2665. # [19:52] <fabrice1> let me take a look
  2666. # [19:52] <Waldo> baaah
  2667. # [19:52] <Waldo> stupid generated code, impossible to search for
  2668. # [19:53] <fabrice1> RyanVM|sheriffduty: whoa, nice
  2669. # [19:53] <fabrice1> RyanVM|sheriffduty: back me out
  2670. # [19:53] * mcote|lunch is now known as mcote
  2671. # [19:54] * Quits: jchaulk (jchaulk@A5F96B08.B9AD8132.DBBCD276.IP) (Quit: Leaving.)
  2672. # [19:54] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  2673. # [19:54] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2674. # [19:54] * Quits: sankha93 (uid12218@CB1D25D9.E02B7C75.9377050C.IP) (Quit: )
  2675. # [19:54] * Fallen|away is now known as Fallen
  2676. # [19:55] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/94047c419c3f - Ryan VanderMeulen - Backed out changeset 49ae43e813ce (bug 1024513) for bustage.
  2677. # [19:55] * Joins: emtwo (Adium@moz-3283E8DE.cpe.pppoe.ca)
  2678. # [19:56] <RyanVM|sheriffduty> khuey: and of course, I finally hit an instance on an earlier merge
  2679. # [19:56] <RyanVM|sheriffduty> so yay for you
  2680. # [19:57] * glob|mtg is now known as glob
  2681. # [19:57] <RyanVM|sheriffduty> lol, and then bug 1024513 shows up in the possible regerssion range!
  2682. # [19:57] <RyanVM|sheriffduty> fabrice1^
  2683. # [19:57] <RyanVM|sheriffduty> https://tbpl.mozilla.org/php/getParsedLog.php?id=43451465&tree=Mozilla-Central
  2684. # [19:57] * Quits: pachuco (Mibbit@moz-A1BA653A.hsd1.nj.comcast.net) (Quit: http://www.mibbit.com ajax IRC Client)
  2685. # [19:57] <RyanVM|sheriffduty> seeing these kinds of failures pretty frequently in the b2g crashtests
  2686. # [19:57] <@khuey> RyanVM|sheriffduty: \o/
  2687. # [19:58] <RyanVM|sheriffduty> fabrice1: 10:19:45 INFO - System JS : ERROR chrome://reftest/content/reftest-content.js:884 - NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsISyncMessageSender.sendSyncMessage] looks not so good
  2688. # [19:58] <fabrice1> RyanVM|sheriffduty: looking...
  2689. # [19:58] * glob is now known as glob|away
  2690. # [19:58] * Quits: myk (myk@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2691. # [19:59] * Joins: myk (myk@moz-62518563.mtv2.mozilla.com)
  2692. # [20:00] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Quit: Talk atcha later)
  2693. # [20:00] * Parts: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2694. # [20:00] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  2695. # [20:01] * Joins: jackneill (jackneill@moz-378A930.pool.digikabel.hu)
  2696. # [20:01] * Rik is now known as Rik|afk
  2697. # [20:01] * Joins: jdm (jdm@13F2CEC5.7672369.D8E68FF6.IP)
  2698. # [20:01] * Joins: kgrandon (Adium@moz-62518563.mtv2.mozilla.com)
  2699. # [20:03] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  2700. # [20:04] <fabrice1> RyanVM|sheriffduty: I don't see how this error could relate to bug 1024513 - does that happen also on b2g-inbound?
  2701. # [20:04] * Joins: jchaulk (jchaulk@A5F96B08.B9AD8132.DBBCD276.IP)
  2702. # [20:04] <RyanVM|sheriffduty> it's all over
  2703. # [20:05] * Joins: Shrooms (Shrooms@moz-21C7D740.asm.bellsouth.net)
  2704. # [20:05] <RyanVM|sheriffduty> since yesterday
  2705. # [20:05] <RyanVM|sheriffduty> I'm trying to bisect it down so I can get the cause backed out
  2706. # [20:05] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2707. # [20:05] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2708. # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/beb201c2abbd - Steve Workman - Bug 1036056 - Remove dangerous public destructor of nsFileUploadContentStream r=mcmanus
  2709. # [20:07] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2710. # [20:07] <RyanVM|sheriffduty> fabrice1: b-i shows it starting earlier
  2711. # [20:07] <RyanVM|sheriffduty> actually, bug 972076 is showing up around the first instance
  2712. # [20:07] * Quits: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net) (Ping timeout)
  2713. # [20:08] <RyanVM|sheriffduty> which might make sense given that it seems related to webapps updates
  2714. # [20:08] <RyanVM|sheriffduty> oh wait, tha twas backed out
  2715. # [20:08] <RyanVM|sheriffduty> hrm
  2716. # [20:08] * Joins: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net)
  2717. # [20:08] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  2718. # [20:08] <fabrice1> yep
  2719. # [20:09] <RyanVM|sheriffduty> ugh, there's way earlier instances with the ever so useful "b;r" starring
  2720. # [20:09] <RyanVM|sheriffduty> fml
  2721. # [20:09] <RyanVM|sheriffduty> i wish b2g tests weren't such a pile of crap some times
  2722. # [20:09] <RyanVM|sheriffduty> oh lmao
  2723. # [20:09] <RyanVM|sheriffduty> ohai bug 903291
  2724. # [20:09] * Quits: emtwo (Adium@moz-3283E8DE.cpe.pppoe.ca) (Ping timeout)
  2725. # [20:09] * Joins: emtwo (Adium@moz-3283E8DE.cpe.pppoe.ca)
  2726. # [20:10] * KWierso|afk is now known as KWierso
  2727. # [20:10] * Quits: jviereck03 (Adium@moz-4B9F12C1.ethz.ch) (Quit: Leaving.)
  2728. # [20:10] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  2729. # [20:11] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2730. # [20:11] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2731. # [20:11] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2732. # [20:12] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2733. # [20:12] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2734. # [20:13] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2735. # [20:13] * cpeterson_ is now known as cpeterson
  2736. # [20:13] * Joins: bgrins (bgrins@moz-5F18CA83.mycingular.net)
  2737. # [20:13] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2738. # [20:14] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  2739. # [20:14] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  2740. # [20:15] * Quits: bgrins (bgrins@moz-5F18CA83.mycingular.net) (Ping timeout)
  2741. # [20:15] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  2742. # [20:15] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  2743. # [20:15] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2744. # [20:15] * Quits: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net) (Ping timeout)
  2745. # [20:15] * Joins: heftig (heftig@moz-A7E19ECA.dip0.t-ipconnect.de)
  2746. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e2076c1b6b42 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2747. # [20:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4ad5fe9c00ba - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2748. # [20:16] * Joins: jviereck03 (Adium@moz-4B9F12C1.ethz.ch)
  2749. # [20:16] * armenzg_mtg is now known as armenzg
  2750. # [20:16] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  2751. # [20:16] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2752. # [20:17] * armenzg is now known as armenzg_brb
  2753. # [20:18] <@ehsan> gw280: ping
  2754. # [20:18] * Quits: grobinson (~grobinson@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  2755. # [20:19] * Quits: fabrice1 (fabrice@moz-1A8E36BB.hsd1.ca.comcast.net) (Ping timeout)
  2756. # [20:20] * Quits: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP) (Ping timeout)
  2757. # [20:21] * Joins: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP)
  2758. # [20:22] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2759. # [20:22] * Quits: lerc (quassel@moz-53287401.telstraclear.net) (Ping timeout)
  2760. # [20:22] <@ehsan> snorp: ping
  2761. # [20:23] * Quits: pepijndevos (pepijndevo@9EACEF43.E50A3180.BCE47D84.IP) (Max SendQ exceeded)
  2762. # [20:24] * Joins: pepijndevos (pepijndevo@9EACEF43.E50A3180.BCE47D84.IP)
  2763. # [20:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7b5a6cc2a244 - Steve Workman - Bug 354493 - Add nsINetworkZonePolicy to restrict private resource loads from public networks r=mcmanus
  2764. # [20:24] * Joins: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net)
  2765. # [20:24] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/bbbfe2e9341c - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2766. # [20:24] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/89f666ee0ea5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2767. # [20:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/737cb19ee1c4 - Asaf Romano - Bug 1018679 - History/Bookmarks migration from Safari fails if the corresponding Property List file uses 3-byte integers. r=mak
  2768. # [20:27] * Joins: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2769. # [20:27] <snorp> ehsan: pong
  2770. # [20:27] <@ehsan> snorp: what's the magic involved in taking a skia change that was upstreamed onto m-c?
  2771. # [20:28] * Quits: Enn (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2772. # [20:28] <@ehsan> snorp: it's a one line change fwiw which won't affect builds etc
  2773. # [20:28] <snorp> ehsan: http://dxr.mozilla.org/mozilla-central/source/gfx/skia/README_MOZILLA
  2774. # [20:28] * Quits: tonymec|away (tonymec@DBD1F41B.EFAA0F71.A9371869.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 24.6.0esrpre/20140708000502])
  2775. # [20:28] <snorp> ehsan: we can probably just cherry-pick the one commit though
  2776. # [20:28] <snorp> ehsan: if it's already been upstreamed
  2777. # [20:28] <@ehsan> snorp: should I submit a patch then?
  2778. # [20:28] <snorp> ehsan: yup
  2779. # [20:29] <snorp> ehsan: r? to gw280 or myself
  2780. # [20:29] <@ehsan> awesome, ty
  2781. # [20:29] <snorp> (probably gw280)
  2782. # [20:29] <@ehsan> snorp: you ponged first :P
  2783. # [20:29] <snorp> yeah gw280 is the worst
  2784. # [20:29] <@ehsan> he is
  2785. # [20:29] <@ehsan> muhahaha
  2786. # [20:29] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2787. # [20:30] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/0f8a2996abc9 - Ryan VanderMeulen - Backed out changeset eba5d7aa80b0 (bug 997101) for causing frequent B2G layout/reftests/svg/sizing reftest failures.
  2788. # [20:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c59fce1faf6f - Mark Finkle - Bug 1026338 - Tweak the loadurl telemetry events r=liuche a=sylvestre
  2789. # [20:31] <@ehsan> snorp: are those instructions even accurate? it talks about an svn revision number ;)
  2790. # [20:33] <@ehsan> snorp: gw280: https://bugzilla.mozilla.org/attachment.cgi?id=8453213&action=edit
  2791. # [20:34] * ferjm is now known as ferjm|afk
  2792. # [20:35] * armenzg_brb is now known as armenzg
  2793. # [20:35] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  2794. # [20:35] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2795. # [20:35] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2796. # [20:35] * Quits: briansmith (briansmith@C361059C.1E3EDA74.C943C01E.IP) (Quit: Leaving)
  2797. # [20:36] * pmoore|buildduty is now known as pmoore|away
  2798. # [20:37] * Joins: tonymec|away (tonymec@DBD1F41B.EFAA0F71.A9371869.IP)
  2799. # [20:38] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2800. # [20:41] * Joins: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP)
  2801. # [20:42] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2802. # [20:42] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Client exited)
  2803. # [20:43] * Joins: fabrice (fabrice@moz-24157589.mtv2.mozilla.com)
  2804. # [20:43] * coop is now known as coop|afk
  2805. # [20:43] * coop|afk is now known as coop|mtg
  2806. # [20:44] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2807. # [20:45] * Joins: fabrice1 (fabrice@moz-62518563.mtv2.mozilla.com)
  2808. # [20:45] * Joins: catalinb (catalinb@moz-62518563.mtv2.mozilla.com)
  2809. # [20:46] * Quits: fabrice (fabrice@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  2810. # [20:46] * Quits: vladan (pi@moz-2B986693.cp.telus.net) (Ping timeout)
  2811. # [20:46] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  2812. # [20:46] * bobowen is now known as bobowen|afk
  2813. # [20:47] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Ping timeout)
  2814. # [20:47] * Quits: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net) (Quit: ehugg)
  2815. # [20:47] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  2816. # [20:47] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  2817. # [20:48] * Quits: ggp (ggp@moz-183F2249.dsl.telesp.net.br) (Input/output error)
  2818. # [20:48] * Joins: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net)
  2819. # [20:48] * Joins: SJW (Thunderbir@moz-EB219F3E.dyn.cable.fcom.ch)
  2820. # [20:49] * Quits: tonymec|away (tonymec@DBD1F41B.EFAA0F71.A9371869.IP) (Ping timeout)
  2821. # [20:49] * Quits: tonymec_KDE (tonymec@DBD1F41B.EFAA0F71.A9371869.IP) (Ping timeout)
  2822. # [20:49] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  2823. # [20:49] * Joins: ggp (ggp@moz-183F2249.dsl.telesp.net.br)
  2824. # [20:50] * Quits: yliao (yliao@moz-A6EFB7B1.hinet-ip.hinet.net) (Ping timeout)
  2825. # [20:50] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2826. # [20:50] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Connection reset by peer)
  2827. # [20:50] * khuey is now known as khuey|lunch
  2828. # [20:50] <snorp> ehsan: yeah skia was on svn
  2829. # [20:51] <snorp> ehsan: they may have moved to git recently?
  2830. # [20:51] * Quits: kgrandon (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2831. # [20:51] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2832. # [20:51] <@ehsan> snorp: they're on git now
  2833. # [20:51] <snorp> nice
  2834. # [20:51] <@ehsan> not sure when they switched
  2835. # [20:51] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Ping timeout)
  2836. # [20:51] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  2837. # [20:52] * Quits: Optimizer (Optimizer@29A3F821.6B54F9F0.BE4CF869.IP) (Ping timeout)
  2838. # [20:53] * Quits: gsvelto (gsvelto@A73312E.6B878F99.18F3A0C.IP) (Ping timeout)
  2839. # [20:53] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2840. # [20:53] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  2841. # [20:54] * Joins: Optimizer (Optimizer@2F6B4AE2.F6CC5E26.BE4CF869.IP)
  2842. # [20:54] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Ping timeout)
  2843. # [20:55] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1817704a7eaa - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2844. # [20:55] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1477ae71af9c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2845. # [20:55] * Joins: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2846. # [20:55] * Joins: bgrins (bgrins@moz-14CF5AA4.mycingular.net)
  2847. # [20:56] * Quits: jviereck03 (Adium@moz-4B9F12C1.ethz.ch) (Quit: Leaving.)
  2848. # [20:56] <vlad> anyone here know how I can reteurn a Promise from webidl?
  2849. # [20:56] * bc is now known as bc|bbiab
  2850. # [20:56] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  2851. # [20:57] <vlad> needs to be a Promise of a sequence<VRDevice>, where VRDevice is another webidl interface.. I'm getting a sequence, but it's just a boolean. Feels like I'm missing some kind of conversion
  2852. # [20:57] * Quits: jchaulk (jchaulk@A5F96B08.B9AD8132.DBBCD276.IP) (Quit: Leaving.)
  2853. # [20:57] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2854. # [20:57] <evilpie> so trying to land my bounced patches again that work on try but not inbound
  2855. # [20:57] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  2856. # [20:57] * Quits: bgrins (bgrins@moz-14CF5AA4.mycingular.net) (Ping timeout)
  2857. # [20:57] <evilpie> should I clobber in a separate commit?
  2858. # [20:57] * Joins: bgrins (bgrins@moz-14CF5AA4.mycingular.net)
  2859. # [20:58] <@smaug> nsm: bz: see vlad's question
  2860. # [20:58] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  2861. # [20:58] <nsm> vlad: just Promise for now
  2862. # [20:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a09215505065 - Julian Seward - Bug 1031272 - Remove fixed timeout in test_enterjit_osr.js. r=jld.
  2863. # [20:59] <nsm> vlad: we don't support the templated type
  2864. # [20:59] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2865. # [20:59] <nsm> i.e. don't delcare that in webidl
  2866. # [20:59] <nsm> but you can still resolve the promise with whatever
  2867. # [20:59] <@ehsan> vlad: you're responsible for resolving the promise to the correct type yourself
  2868. # [20:59] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2869. # [20:59] * Joins: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2870. # [20:59] * armenzg is now known as armenzg_brb
  2871. # [20:59] * hwine is now known as hwine|mtg
  2872. # [21:00] * Joins: jchaulk (jchaulk@A5F96B08.B9AD8132.DBBCD276.IP)
  2873. # [21:00] <josh> bsmedberg: where is GMPStorageParent.cpp? It isn’t in the tree yet
  2874. # [21:00] * coop|mtg is now known as coop
  2875. # [21:00] * Joins: philipp64 (chatzilla@moz-B40B9015.ctcweb.net)
  2876. # [21:00] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2877. # [21:00] * Joins: tonymec_KDE (tonymec@BFA31F11.41E92BB1.A9371869.IP)
  2878. # [21:00] <vlad> nsm: yeah, that I know
  2879. # [21:00] <bsmedberg> josh: huh, it might be one of cpearce's patches that I'm on top of
  2880. # [21:00] <vlad> right now I'm hacing MaybeResolve() a Sequence<OwningNotNull<VRDevice> >
  2881. # [21:00] * terrence is now known as terrence-brb
  2882. # [21:01] <vlad> but it seems like I should be handing it something else
  2883. # [21:01] <josh> bsmedberg: I’ll ignore it for now, I assume you can sort it out
  2884. # [21:01] <vlad> like a nsTArray<VRDevice>, that seemed to work
  2885. # [21:01] <vlad> ok
  2886. # [21:02] * Quits: tonymec_KDE (tonymec@BFA31F11.41E92BB1.A9371869.IP) (Ping timeout)
  2887. # [21:03] * Quits: ZER0 (ZER0@moz-AB9DF7.dynamic.upc.nl) (Quit: Leaving)
  2888. # [21:04] * Quits: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Ex-Chat)
  2889. # [21:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/04cf8536314c - Wes Johnston - Backout 13d9e025fc86 and 3f846b593bcb for bustage (bug 1033560). r=backout
  2890. # [21:04] <vlad> hm, but I still just get booleans ("true") in my callback
  2891. # [21:04] * Joins: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2892. # [21:04] * stephend is now known as stephend|lunch
  2893. # [21:04] * Quits: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP) (Input/output error)
  2894. # [21:05] * Joins: tonymec_KDE (tonymec@moz-CB6E4B96.adsl-dyn.isp.belgacom.be)
  2895. # [21:05] * sheppy is now known as sheppy-offline
  2896. # [21:05] * _6a68 is now known as _6a68|lunch
  2897. # [21:05] * _6a68|lunch is now known as _6a68
  2898. # [21:06] * Quits: wsmwk (chatzilla@moz-C6DEFA29.cc.lehigh.edu) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  2899. # [21:06] <nsm> vlad: is this still about Promises? :)
  2900. # [21:06] * Joins: Enn (chatzilla@FCCEA34F.7672369.D8E68FF6.IP)
  2901. # [21:06] * _6a68 is now known as _6a68|lunch
  2902. # [21:07] * Quits: erahm (Adium@moz-18B647E0.hsd1.or.comcast.net) (Quit: Leaving.)
  2903. # [21:07] <vlad> nsm: yeah :)
  2904. # [21:07] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2905. # [21:07] <vlad> nsm: I'm calling p->MaybeResolve(devices), where devices is a nsTArray<VRDevice>
  2906. # [21:07] <nsm> so if i understand, in C++ you resolve with an nsTArray<>, but in JS your resolve callback sees a bool?
  2907. # [21:07] * Joins: billm (billm@moz-62518563.mtv2.mozilla.com)
  2908. # [21:08] * rail is now known as rail_away
  2909. # [21:08] <vlad> but on the JS side, I do getDevices().then(callback), and callback's first arg is a 2-element array, both of which are a "true" value
  2910. # [21:08] * Joins: jviereck03 (Adium@moz-4B9F12C1.ethz.ch)
  2911. # [21:08] <vlad> VRDevice inherits from nsISupports and nsWrapperCache
  2912. # [21:08] <vlad> and has a WrapObject() that just calls VRDeviceBinding::Wrap(cx, this)
  2913. # [21:09] * Quits: kdcw (kdcw@moz-3B3715C4.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!)
  2914. # [21:09] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2915. # [21:09] * Quits: bgrins (bgrins@moz-14CF5AA4.mycingular.net) (Ping timeout)
  2916. # [21:09] <nsm> vlad: could i see sources+webidl for VRDevice?
  2917. # [21:09] <vlad> nsm: sure, sec
  2918. # [21:10] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2919. # [21:10] <vlad> nsm: https://github.com/vvuk/gecko-dev/blob/oculus/dom/webidl/VRDevice.webidl and https://github.com/vvuk/gecko-dev/blob/oculus/dom/vr/VRDevice.h
  2920. # [21:10] * Quits: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP) (Connection reset by peer)
  2921. # [21:10] <vlad> and .cpp in the second location
  2922. # [21:10] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2923. # [21:10] * Joins: Boriss (Boriss@moz-C07D5168.p2p.sfo1.mozilla.com)
  2924. # [21:11] <@bz> vlad: This is a known bug in ToJSValue
  2925. # [21:11] <@bz> vlad: It has various overloads
  2926. # [21:11] <vlad> yeah.. is it picking the wrong one?
  2927. # [21:11] <vlad> (for both nsTArray and Sequence<> ?)
  2928. # [21:11] <@bz> vlad: but it doesn't have an overload for "pointer to WebIDL object"
  2929. # [21:11] <@bz> vlad: it has "reference to WebIDL object"
  2930. # [21:11] * kripton is now known as Kripton
  2931. # [21:11] <@bz> vlad: And it _does_ have an overload for bool
  2932. # [21:12] <@bz> vlad: so pointer picks the bool overload
  2933. # [21:12] * terrence-brb is now known as terrence
  2934. # [21:12] <@bz> vlad: we really need to fix that.
  2935. # [21:12] <@bz> though...
  2936. # [21:12] * Joins: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP)
  2937. # [21:12] <@bz> nsTArray<VRDevice>?
  2938. # [21:12] <vlad> nod, I guessed something like that was happening
  2939. # [21:12] <@bz> Or nsTArray<VRDevice*> ?
  2940. # [21:12] <vlad> sorry; nsTArray<nsRefPtr<VRDevice> >
  2941. # [21:12] <@bz> hrm
  2942. # [21:12] <@bz> _that_ should work
  2943. # [21:13] <vlad> er, looks like it's a RefPtr, not nsRefPtr (fixing)
  2944. # [21:13] <@bz> we have an explicit overload for nsRefPtr<T>
  2945. # [21:13] <@bz> Aha!
  2946. # [21:13] <vlad> RefPtr strikes again
  2947. # [21:13] <@bz> Yes, RefPtr would not work. ;)
  2948. # [21:13] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  2949. # [21:13] <@bz> yes
  2950. # [21:13] <@bz> tests++?
  2951. # [21:14] <@bz> anyway, with nsRefPtr it should work
  2952. # [21:14] <vlad> yup! awesome, thanks
  2953. # [21:14] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  2954. # [21:14] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2955. # [21:15] <@smaug> could we finally kill RefPtr
  2956. # [21:15] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  2957. # [21:16] * Joins: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP)
  2958. # [21:16] * Quits: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP) (Quit: rniwa)
  2959. # [21:16] * Quits: Dexter (chatzilla@moz-D55AE5F4.retail.telecomitalia.it) (Quit: ChatZilla 0.9.90.1 [Firefox 30.0/20140605174243])
  2960. # [21:16] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  2961. # [21:16] * rail_away is now known as rail
  2962. # [21:17] * Quits: jchaulk (jchaulk@A5F96B08.B9AD8132.DBBCD276.IP) (Quit: Leaving.)
  2963. # [21:17] <froydnj> I think gfx/ might have to be rewritten for that?
  2964. # [21:17] * Quits: tonymec_KDE (tonymec@moz-CB6E4B96.adsl-dyn.isp.belgacom.be) (Ping timeout)
  2965. # [21:17] <vlad> ehsan and bas talked it over, it's doable
  2966. # [21:17] <vlad> just needs someone to write a patch
  2967. # [21:17] <@ehsan> yes
  2968. # [21:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9a766e6d30d1 - Benoit Girard - Bug 960520 - Set generation id before adding the markers. r=jseward
  2969. # [21:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d6d4c517f2f7 - Benoit Girard - Bug 1035998 - Annotate painting with display item information. r=mattwoodrow
  2970. # [21:18] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2971. # [21:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2972. # [21:18] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2973. # [21:19] * Joins: tonymec_KDE (tonymec@5C9E6056.1FB1C825.A9371869.IP)
  2974. # [21:20] * Joins: wlach (wlach@FCCEA34F.7672369.D8E68FF6.IP)
  2975. # [21:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2976. # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/756dae0c26b2 - Ehsan Akhgari - Bug 1036235 - Do not use __asan_default_options with clang-cl because it is not supported yet; r=decoder
  2977. # [21:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1546c3578328 - Shu-yu Guo - Bug 1030985 - Optimize arguments.callee. (r=h4writer)
  2978. # [21:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82b0cc883f41 - Shu-yu Guo - Bug 1034280 - Don't report warnings for recover instructions when snapshotting frames for PJS bailout warnings. (r=nbp)
  2979. # [21:22] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Quit: Konversation terminated!)
  2980. # [21:22] <mccr8> Is there any standard way to deal with NS_DispatchToCurrentThread failing causing a leak of the runnable that gets passed in?
  2981. # [21:22] <mccr8> keeping a raw pointer to the runnable and deleting on failure seems ugly
  2982. # [21:23] <tbsaunde> mccr8: finish khuey|lunch's work to make it infalible?
  2983. # [21:23] <mccr8> tbsaunde: that sounds like more work than using a raw pointer. ;)
  2984. # [21:24] <mccr8> but yeah that does sound better...
  2985. # [21:26] * davidb is now known as davidb|afk
  2986. # [21:26] * Quits: mstange (markus@moz-1B7C4D3E.dip0.t-ipconnect.de) (Quit: mstange)
  2987. # [21:26] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2988. # [21:27] * Joins: grobinson (~grobinson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2989. # [21:27] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  2990. # [21:27] * Joins: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca)
  2991. # [21:27] * Joins: Rik|afk (rik@moz-E813DFA5.fbx.proxad.net)
  2992. # [21:27] <RyanVM|sheriffduty> which component would a crash [@ mozilla::dom::XULDocument::AddElementToDocumentPost(mozilla::dom::Element*)] be filed under?
  2993. # [21:27] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  2994. # [21:28] <mccr8> RyanVM|sheriffduty: DOM is probably fine. or XUL if there is one...
  2995. # [21:28] <RyanVM|sheriffduty> ok
  2996. # [21:28] <RyanVM|sheriffduty> thanks
  2997. # [21:29] * Joins: gozala (uid5923@F96EF34A.E02B7C75.9377050C.IP)
  2998. # [21:29] * davidb|afk is now known as davidb
  2999. # [21:31] * Quits: jviereck03 (Adium@moz-4B9F12C1.ethz.ch) (Quit: Leaving.)
  3000. # [21:32] <sicking> bz: ping
  3001. # [21:33] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  3002. # [21:33] * Quits: Optimizer (Optimizer@2F6B4AE2.F6CC5E26.BE4CF869.IP) (Ping timeout)
  3003. # [21:33] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3004. # [21:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d0c2add55f6 - Ehsan Akhgari - Bug 1036542 - Cherry-pick skia commit db5f7bf0 to fix a build failure with clang-cl; r=snorp
  3005. # [21:34] * armenzg_brb is now known as armenzg
  3006. # [21:34] * ggp is now known as ggp|away
  3007. # [21:35] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3008. # [21:35] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  3009. # [21:36] * Joins: stefanh (androirc@moz-8291705.hsd1.ca.comcast.net)
  3010. # [21:37] * Joins: bgrins (bgrins@moz-14CF5AA4.mycingular.net)
  3011. # [21:39] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/cd6457486d15 - Ryan VanderMeulen - Backed out changeset ea4acc8b76dd (bug 903291) for frequent B2G crashtest failures and other regressions.
  3012. # [21:39] * Quits: bgrins (bgrins@moz-14CF5AA4.mycingular.net) (Ping timeout)
  3013. # [21:39] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  3014. # [21:40] * Joins: Optimizer (Optimizer@903338C9.E004B9E0.BE4CF869.IP)
  3015. # [21:40] <stefanh> So,
  3016. # [21:40] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Connection reset by peer)
  3017. # [21:41] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  3018. # [21:41] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  3019. # [21:42] * bsmedberg is now known as bsmedberg-away
  3020. # [21:43] * Quits: stefanh (androirc@moz-8291705.hsd1.ca.comcast.net) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  3021. # [21:46] * kats is now known as kats-afk
  3022. # [21:46] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3023. # [21:47] * Quits: azakai_ (alon@moz-62518563.mtv2.mozilla.com) (Quit: Ex-Chat)
  3024. # [21:49] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=6db315bcdb6a - 40 changesets
  3025. # [21:50] * terrence is now known as terrence-lunch
  3026. # [21:50] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3027. # [21:50] * davidb is now known as davidb|afk
  3028. # [21:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ac0348685db9 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  3029. # [21:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9206681e04f2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3030. # [21:51] * victorninjaporof is now known as victorporof
  3031. # [21:51] * Joins: vladan2 (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  3032. # [21:51] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Ping timeout)
  3033. # [21:52] * Quits: vladan2 (vladan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3034. # [21:52] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3035. # [21:52] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  3036. # [21:52] * Joins: vladan (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  3037. # [21:52] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3038. # [21:52] * Quits: catalinb (catalinb@moz-62518563.mtv2.mozilla.com) (Quit: This computer has gone to sleep)
  3039. # [21:52] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  3040. # [21:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d8898e75b50d - Nathan Froyd - Bug 1031352 - move most of the _MSC_VER references in Makefile.in to moz.build; r=glandium
  3041. # [21:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5138653a32a - Nathan Froyd - Bug 1031352 - share the logic for determining what MSVC DLLs to package; r=glandium
  3042. # [21:54] * Joins: catalinb (catalinb@moz-62518563.mtv2.mozilla.com)
  3043. # [21:54] * Quits: jchaulk (jchaulk@moz-E08C78F8.cpe.pppoe.ca) (Quit: Leaving.)
  3044. # [21:54] * Quits: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3045. # [21:54] * Joins: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3046. # [21:55] * Joins: tomer (tomer@moz-C41B384C.static.012.net.il)
  3047. # [21:56] * Quits: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3048. # [21:56] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  3049. # [21:57] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3050. # [21:57] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  3051. # [21:57] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  3052. # [21:57] * Quits: twi (Adium@moz-381307F4.cust.vodafonedsl.it) (Quit: Leaving.)
  3053. # [21:57] * Joins: ehugg (ehugg@moz-F46F489D.hsd1.wa.comcast.net)
  3054. # [21:57] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  3055. # [21:57] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  3056. # [21:57] * Joins: twi (Adium@moz-381307F4.cust.vodafonedsl.it)
  3057. # [21:57] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  3058. # [21:57] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Connection reset by peer)
  3059. # [21:57] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  3060. # [21:58] * Quits: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP) (Ping timeout)
  3061. # [21:58] * kats-afk is now known as kats
  3062. # [21:59] * Joins: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  3063. # [21:59] * Quits: rogeliodh (Thunderbir@2E91196B.6CB33CC5.D67CC001.IP) (Quit: rogeliodh)
  3064. # [22:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=d4810a052928 - 24 changesets
  3065. # [22:01] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  3066. # [22:02] * Joins: milan (milan@moz-8C1AC000.dsl.bell.ca)
  3067. # [22:02] * Joins: jviereck03 (Adium@moz-1A024AA8.dclient.hispeed.ch)
  3068. # [22:02] * Quits: till (till@moz-BF4FA18.adsl.alicedsl.de) (Input/output error)
  3069. # [22:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f3b37ad2b42f - Monica Chew - Bug 1036142: Don't use kPublicKeyPinningPreloadListLength (r=keeler)
  3070. # [22:04] * davidb|afk is now known as davidb
  3071. # [22:04] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: return 0;)
  3072. # [22:04] * nthomas|away is now known as nthomas
  3073. # [22:04] * RyanVM|sheriffduty is now known as RyanVM
  3074. # [22:05] * KWierso is now known as KWierso|sheriffduty
  3075. # [22:05] * Quits: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP) (Connection reset by peer)
  3076. # [22:05] * Joins: jgilbert__ (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net)
  3077. # [22:05] * bc|bbiab is now known as bc
  3078. # [22:07] * coop is now known as coop|mtrg
  3079. # [22:07] * coop|mtrg is now known as coop|mtg
  3080. # [22:07] * Joins: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP)
  3081. # [22:08] * Parts: SJW (Thunderbir@moz-EB219F3E.dyn.cable.fcom.ch)
  3082. # [22:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2a5d0b307055 - Tom Schuster - Bug 1024707 - Add API to register style sheets but without loading them. r=bz
  3083. # [22:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c0076344ffbb - Tom Schuster - Bug 1024707 - Test. r=bz
  3084. # [22:11] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  3085. # [22:12] * Joins: victorporof_ (victorporo@13F2CEC5.7672369.D8E68FF6.IP)
  3086. # [22:12] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3087. # [22:13] * Joins: till (till@moz-BF4FA18.adsl.alicedsl.de)
  3088. # [22:15] * Joins: garvank (Garvan@moz-A6A46E3.dsl.teksavvy.com)
  3089. # [22:16] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  3090. # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=fc35681b0a87 - 17 changesets
  3091. # [22:17] * Quits: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3092. # [22:17] * Quits: bogdan_maris (Instantbir@BB27F950.A69946F4.FB2DBB61.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  3093. # [22:18] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  3094. # [22:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3095. # [22:18] * justindarc is now known as justindarc|brb
  3096. # [22:19] * Joins: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3097. # [22:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3098. # [22:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=06ecc23ac9e8 - 45 changesets
  3099. # [22:21] * Quits: tonymec_KDE (tonymec@5C9E6056.1FB1C825.A9371869.IP) (Ping timeout)
  3100. # [22:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=f47c78c08daa - 61 changesets
  3101. # [22:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=e9a7523b1abd - 68 changesets
  3102. # [22:23] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3103. # [22:24] * Quits: Enn (chatzilla@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  3104. # [22:24] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  3105. # [22:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b447f4f12410 - Sankha Narayan Guria - Bug 999764 - Optimize floating-point division into multiplication when safe; r=sunfish
  3106. # [22:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a61e96de3acb - Dan Gohman - Bug 1036037 - IonMonkey: Add a unit-test for folding a div to a multiply by reciprocal. r=nbp
  3107. # [22:25] * evilpie crosses fingers
  3108. # [22:26] * Joins: ckitching_mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3109. # [22:26] * Quits: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3110. # [22:26] * Joins: tonymec_KDE (tonymec@53AA923A.8C4F6ECF.A9371869.IP)
  3111. # [22:26] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  3112. # [22:28] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  3113. # [22:28] * kats is now known as kats|away
  3114. # [22:29] * stephend|lunch is now known as stephend
  3115. # [22:29] * Joins: kgrandon (Adium@moz-62518563.mtv2.mozilla.com)
  3116. # [22:29] <@smaug> Ms2ger: where did you see moz prefixes in vr stuff?
  3117. # [22:29] * kats|away is now known as kats
  3118. # [22:30] <@smaug> and no, I don't think that is ok
  3119. # [22:30] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3120. # [22:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/01132c5f10d5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  3121. # [22:31] <@smaug> oh, mozGetVRDevices
  3122. # [22:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e266bf865769 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  3123. # [22:32] * Quits: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP) (Connection reset by peer)
  3124. # [22:32] * Quits: dwong (dwong@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3125. # [22:33] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  3126. # [22:33] * Joins: lerc (quassel@moz-53287401.telstraclear.net)
  3127. # [22:33] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  3128. # [22:33] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3129. # [22:33] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  3130. # [22:34] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3131. # [22:34] * bsmedberg-away is now known as bsmedberg
  3132. # [22:34] <bsmedberg> bz: in bug 1035843, we don't intend to provide a workaround do we?
  3133. # [22:34] * Joins: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP)
  3134. # [22:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d29d68087657 - David Keeler - bug 1034360 - OCSP preferences UI: remove unnecessary part, improve necessary part r=dao
  3135. # [22:35] * stephend is now known as stephend|mtg
  3136. # [22:37] * Quits: till (till@moz-BF4FA18.adsl.alicedsl.de) (Input/output error)
  3137. # [22:37] * hwine|mtg is now known as hwine-food
  3138. # [22:37] * Quits: juanb (jbecerra@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3139. # [22:38] <fabrice1> RyanVM: so, https://tbpl.mozilla.org/?tree=B2g-Inbound&jobname=b2g_emulator_vm%20b2g-inbound%20opt%20test%20crashtest&fromchange=d1f2cda4cc51&tochange=ea4acc8b76dd
  3140. # [22:38] <RyanVM> fabrice1: ?
  3141. # [22:38] <fabrice1> RyanVM: that means that Bug 903291 is not the crashtest failure cause?
  3142. # [22:38] * Quits: janv (varga@FCCEA34F.7672369.D8E68FF6.IP) (Quit: This computer has gone to sleep)
  3143. # [22:38] <RyanVM> huh?
  3144. # [22:39] <RyanVM> no failures on the push prior, 6 of them on the push for 903291...
  3145. # [22:39] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Ping timeout)
  3146. # [22:39] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  3147. # [22:39] <fabrice1> ok
  3148. # [22:40] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  3149. # [22:41] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Blah blah blah)
  3150. # [22:41] * Joins: vladan1 (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  3151. # [22:41] * Quits: vladan (vladan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3152. # [22:41] * Quits: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net) (Ping timeout)
  3153. # [22:41] * kats is now known as kats|away
  3154. # [22:42] * vladan1 is now known as vladan
  3155. # [22:42] <RyanVM> is there a way to make Nautilus show .folders at the top of the folder list rather than the bottom?
  3156. # [22:43] <RyanVM> kind of annoying when literally everything else sorts the other way
  3157. # [22:43] * Kripton is now known as kripton
  3158. # [22:45] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  3159. # [22:45] * Quits: sicking (sicking@moz-7BFBB5C0.hsd1.ca.comcast.net) (Quit: sicking)
  3160. # [22:46] * merike is now known as merike|away
  3161. # [22:48] * Joins: mt_ (mt@moz-62518563.mtv2.mozilla.com)
  3162. # [22:49] * mcote is now known as mcote|afk
  3163. # [22:49] * merike|away is now known as merike
  3164. # [22:50] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  3165. # [22:51] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  3166. # [22:51] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  3167. # [22:51] * Quits: jgilbert__ (jgilbert@moz-FBB90FE8.hsd1.ca.comcast.net) (Ping timeout)
  3168. # [22:53] * kats|away is now known as kats
  3169. # [22:54] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  3170. # [22:54] * Joins: sicking (sicking@moz-630B5641.lightspeed.sntcca.sbcglobal.net)
  3171. # [22:54] * Joins: mikeratcliffe (Adium@7614B933.A29E579C.71D4DE87.IP)
  3172. # [22:55] * merike is now known as merike|away
  3173. # [22:55] * merike|away is now known as merike
  3174. # [22:56] * _6a68|lunch is now known as _6a68
  3175. # [22:57] * Quits: RattyAway (Jim_diGriz@CC57E147.1B198524.25110E41.IP) (Ping timeout)
  3176. # [22:57] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3177. # [22:58] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  3178. # [22:58] <NeilAway> mccr8: why would you delete a runnable? it's an XPCOM object, and you don't delete those
  3179. # [22:58] <froydnj> RyanVM: but it's GNOME and therefore Correct(tm)
  3180. # [22:59] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3181. # [22:59] <mccr8> NeilAway: hmm yeah. I guess I'd had to addref and release it or something.
  3182. # [22:59] * Quits: Archaeopteryx (itsme@moz-5D08AFB3.cust.telecolumbus.net) (Quit: Goodbye)
  3183. # [23:01] <NeilAway> mccr8: yeah, under XPCOM rules you should addref it before passing it out
  3184. # [23:01] <mccr8> yeah I'd think, but I'm not sure anybody actually does that with this method
  3185. # [23:02] * khuey|lunch is now known as khuey
  3186. # [23:02] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  3187. # [23:02] <mccr8> with NS_DispatchToCurrentThread
  3188. # [23:03] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  3189. # [23:03] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  3190. # [23:03] <froydnj> mccr8: is this just because people don't obey XPCOM conventions and do NS_DispatchToCurrentThread(new T(...)); ?
  3191. # [23:04] <mccr8> froydnj: hmm yeah I guess if you just did nsRefPtr<foo> x = new foo and then passed in x, it should work, because if the callee uses it, it should addref it...
  3192. # [23:04] * jmaher is now known as jmaher|afk
  3193. # [23:04] <froydnj> mccr8: yeah
  3194. # [23:05] <froydnj> patch NS_Dispatch* to MOZ_ASSERT the refcount :)
  3195. # [23:05] <NeilAway> froydnj: :-)
  3196. # [23:05] <mccr8> not a bad idea.
  3197. # [23:05] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  3198. # [23:05] <froydnj> actually, compiler plugin to MOZ_ASSERT xpcom interface types's refcounts for all functions that have xpcom args
  3199. # [23:06] * coop|mtg is now known as coop
  3200. # [23:06] <NeilAway> froydnj: although possibly in certain specific cases the parameter could be changed to nsCOMPtr<nsIRunnable>
  3201. # [23:07] <froydnj> NeilAway: that too
  3202. # [23:07] * stephend|mtg is now known as stephend
  3203. # [23:07] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Client exited)
  3204. # [23:08] <froydnj> though that could induce some unnecessary (virtual!) AddRef/Release
  3205. # [23:08] <froydnj> one nice thing about the nsRefPtr pattern is that the compiler ought to be able to devirtualize the refcounting
  3206. # [23:08] * Quits: Rik|afk (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  3207. # [23:09] * Joins: asobolev (asobolev@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3208. # [23:12] * Quits: gustavold (gustavold@E13C5D29.B3194B4B.DF2AC62B.IP) (Ping timeout)
  3209. # [23:14] <bent> froydnj++
  3210. # [23:15] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3211. # [23:17] * Quits: jackneill (jackneill@moz-378A930.pool.digikabel.hu) (Input/output error)
  3212. # [23:17] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  3213. # [23:17] <tedd> hey guys, can someone tell me how I can build b2g in way that make is going to show the executed commands
  3214. # [23:17] <tedd> ?
  3215. # [23:17] * curtisk is now known as curtisk|afk
  3216. # [23:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3217. # [23:18] * mattwoodrow|away is now known as mattwoodrow
  3218. # [23:18] <RyanVM> froydnj: so basically the answer is "use KDE" ?
  3219. # [23:20] <froydnj> RyanVM: maybe there's some other gnome-ish file manager that does it right, dunno
  3220. # [23:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3221. # [23:20] * Joins: tonymec (tonymec@53AA923A.8C4F6ECF.A9371869.IP)
  3222. # [23:20] <RyanVM> froydnj: it's funny, it even does the right thing for operations like copy to/move to
  3223. # [23:20] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3224. # [23:22] * curtisk|afk is now known as curtisk
  3225. # [23:22] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  3226. # [23:22] * armenzg is now known as armenzg_brb
  3227. # [23:23] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  3228. # [23:23] * Quits: JPeterson (JPeterson@moz-E3F8E691.tbcn.telia.com) (Quit: HydraIRC -> http://www.hydrairc.com <- It'll be on slashdot one day...)
  3229. # [23:23] * justindarc|brb is now known as justindarc
  3230. # [23:24] * Joins: Rik|afk (rik@moz-E813DFA5.fbx.proxad.net)
  3231. # [23:26] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3232. # [23:26] * hwine-food is now known as hwine
  3233. # [23:27] * rail is now known as rail_away
  3234. # [23:27] * Joins: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3235. # [23:27] * Quits: ckitching_mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3236. # [23:27] * Quits: smontagu (chatzilla@moz-A9944B19.red.bezeqint.net) (Ping timeout)
  3237. # [23:27] * Joins: janv (varga@moz-9EAB7EDB.dsl.bell.ca)
  3238. # [23:27] * Quits: wlach (wlach@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Ex-Chat)
  3239. # [23:28] * Joins: wlach (wlach@13F2CEC5.7672369.D8E68FF6.IP)
  3240. # [23:28] * Quits: jviereck03 (Adium@moz-1A024AA8.dclient.hispeed.ch) (Ping timeout)
  3241. # [23:29] * Quits: dwong (dwong@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3242. # [23:29] * Quits: tonymec (tonymec@53AA923A.8C4F6ECF.A9371869.IP) (Ping timeout)
  3243. # [23:29] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  3244. # [23:29] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  3245. # [23:29] * Quits: tonymec_KDE (tonymec@53AA923A.8C4F6ECF.A9371869.IP) (Ping timeout)
  3246. # [23:31] * Quits: fabrice1 (fabrice@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  3247. # [23:32] * terrence-lunch is now known as terrence
  3248. # [23:32] * Quits: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3249. # [23:32] * Joins: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3250. # [23:33] * Joins: fabrice (fabrice@moz-24157589.mtv2.mozilla.com)
  3251. # [23:33] * Quits: dwong (dwong@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  3252. # [23:34] * Quits: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  3253. # [23:34] * Joins: dwong (dwong@moz-62518563.mtv2.mozilla.com)
  3254. # [23:36] * hwine is now known as hwine|mtg
  3255. # [23:38] * Joins: Mano (mano@moz-EF938355.red.bezeqint.net)
  3256. # [23:39] * Quits: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net) (Connection reset by peer)
  3257. # [23:39] * Joins: GPHemsley (GPHemsley@moz-379EB2FA.hsd1.de.comcast.net)
  3258. # [23:39] * bhearsum is now known as bhearsum|afk
  3259. # [23:40] * Quits: Mano (mano@moz-EF938355.red.bezeqint.net) (Ping timeout)
  3260. # [23:40] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  3261. # [23:41] * Quits: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com) (Input/output error)
  3262. # [23:41] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  3263. # [23:42] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  3264. # [23:43] * Joins: tonymec_KDE (tonymec@261EA448.96BCDF6E.277517C1.IP)
  3265. # [23:45] * Quits: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  3266. # [23:46] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  3267. # [23:46] * ChanServ sets mode: +o smaug
  3268. # [23:46] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  3269. # [23:46] * Joins: jgilbert__ (jgilbert@moz-62518563.mtv2.mozilla.com)
  3270. # [23:46] * curtisk is now known as curtisk|afk
  3271. # [23:48] * Quits: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3272. # [23:48] * Joins: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3273. # [23:49] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3274. # [23:50] * Joins: ckitching_mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3275. # [23:50] * Quits: ckitching-mobile (ckitching-@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  3276. # [23:51] * RyanVM is now known as RyanVM|afk
  3277. # [23:52] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3278. # [23:53] * Quits: emtwo (Adium@moz-3283E8DE.cpe.pppoe.ca) (Ping timeout)
  3279. # [23:53] * Joins: emtwo (Adium@moz-3283E8DE.cpe.pppoe.ca)
  3280. # [23:53] * merike is now known as merike|away
  3281. # [23:53] * Quits: vladan (vladan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3282. # [23:56] * Joins: vladan (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  3283. # [23:57] <mccr8> we use NS_DispatchToMainThread incorrectly in 136 places
  3284. # [23:59] * Joins: tonymec|away (tonymec@261EA448.96BCDF6E.277517C1.IP)
  3285. # Session Close: Thu Jul 10 00:00:00 2014

The end :)