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

Options:

  1. # Session Start: Tue Sep 16 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * catlee is now known as catlee-away
  4. # [00:03] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: )
  5. # [00:04] * Joins: bent (chatzilla@7E72AAE3.BD72CFAB.E7753432.IP)
  6. # [00:05] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  7. # [00:06] <@dbaron> dholbert, yeah, html-specific stuff generally goes in html.css
  8. # [00:06] <dholbert> dbaron, cool. functionally there isn't much difference between the two files, though, right?
  9. # [00:06] * Quits: funnel (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP) (Ping timeout)
  10. # [00:06] <@dbaron> dholbert, not really, though the default @namespace is different, iirc
  11. # [00:06] <dholbert> ok
  12. # [00:07] * Joins: funnel (hegel@DEB31F3E.28CFCE3E.FC69BED9.IP)
  13. # [00:07] <dholbert> dbaron, thanks!
  14. # [00:09] <cpearce> jimm: pong
  15. # [00:09] <cpearce> RyanVM: yo rang?
  16. # [00:09] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  17. # [00:10] <dmajor> billm: ping
  18. # [00:10] <billm> dmajor: pong
  19. # [00:11] * mcote is now known as mcote|afk
  20. # [00:11] <dmajor> billm: hi. while debugging a recently windows nightly, my initial firefox process quickly goes away and gets replaced by another. is this an e10s thing?
  21. # [00:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8dcf6f569697 - Matthew Gregan - Factor out more MSE test setup to the helper function. No bug. DONTBUILD
  22. # [00:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f63cd36acc65 - Matthew Gregan - Bug 1062657 - Tweak SourceBuffer::AppendData overlap algorithm and switch internal SourceBuffer timestamp handling from double/seconds to int64_t/microseconds. r=karlt
  23. # [00:11] <RyanVM> cpearce: heyo, I needinfo'd you :)
  24. # [00:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ac2775cadc7c - Matthew Gregan - Bug 1065218 - Convert MediaSourceReader timestamp handling to int64_t/microseconds. r=karlt
  25. # [00:11] <billm> dmajor: maybe. were you using e10s?
  26. # [00:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ed5f95178615 - Matthew Gregan - Bug 1065219 - Move track format rejection from switch to init time. r=cajbir
  27. # [00:12] <dholbert> dmajor / billm, that's what I'm used to seeing on linux (even without e10s enabled)
  28. # [00:12] <dmajor> billm: how can I tell? I didn't do anything explicitly to request it
  29. # [00:12] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  30. # [00:12] * Joins: Tell (Tell@D01F426C.FCA11A6F.2A62C3B1.IP)
  31. # [00:12] * Joins: nickolay (uid42899@moz-A42E5B7B.irccloud.com)
  32. # [00:13] <dmajor> dholbert: even when you're -no-remote?
  33. # [00:13] <dholbert> dmajor, indeed
  34. # [00:13] <billm> dmajor, dholbert: well, that's not expected. so you just open up nightly and it immediately exits and restarts?
  35. # [00:13] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  36. # [00:13] <cpearce> RyanVM: ok. thanks.
  37. # [00:13] <dmajor> billm: I used gflags.exe to have every firefox.exe process launch under windbg. I see the first one, let it run, and it quickly exits and pops another one under windbg
  38. # [00:14] <dholbert> billm, what I'm talking about is that the process ID returned by "pgrep -n firefox" changes, during the time between me invoking "./dist/bin/firefox -profile whatever -no-remote" and a window actually appearing
  39. # [00:14] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  40. # [00:14] * Quits: wolfiR (wolfiR@moz-AB768D66.dip0.t-ipconnect.de) (Quit: Leaving)
  41. # [00:15] <dholbert> though I may be seeing something different from dmajor
  42. # [00:15] <cpearce> NeilAway: why prefer EqualsLiteral to EqualsASCII? Especially if I'm comparing with an ASCII literal?
  43. # [00:15] <dholbert> the process that's around briefly, before the window is created, has a higher-numbered PID than the final process, so it might just be a short-lived helper (rather than a replacement)
  44. # [00:16] <billm> dmajor: can you see if the first process hits this line: http://mxr.mozilla.org/mozilla-central/source/toolkit/components/startup/nsAppStartup.cpp#300 ?
  45. # [00:16] <dmajor> billm: sure, sec
  46. # [00:16] * Quits: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP) (Quit: Plan B failed, time for Plan 9!)
  47. # [00:19] * Quits: tessarakt2 (jens@moz-869C3139.adsl.alicedsl.de) (Ping timeout)
  48. # [00:19] * Joins: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at)
  49. # [00:21] * Joins: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net)
  50. # [00:22] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Input/output error)
  51. # [00:22] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=02c3915bf742 - 42 changesets
  52. # [00:22] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  53. # [00:23] * Quits: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  54. # [00:24] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Ping timeout)
  55. # [00:24] * RyanVM is now known as RyanVM|afk
  56. # [00:25] * Quits: Archaeopteryx (itsme@moz-D2A202DE.cust.telecolumbus.net) (Quit: Goodbye)
  57. # [00:25] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  58. # [00:26] * Quits: vebb (mike@452FE56C.3566D84D.451258F0.IP) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  59. # [00:26] * Quits: jgilbert (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP) (Ping timeout)
  60. # [00:26] <dmajor> billm: well of course now it's not happening anymore :|
  61. # [00:27] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  62. # [00:27] <billm> dmajor: ok. if you see it again, let me know. the only changes I know of that might have caused this are to the bottom of nsBrowserGlue.js. if you run into it again, maybe poke at that.
  63. # [00:28] <dmajor> billm: alright, thanks
  64. # [00:28] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  65. # [00:30] * bc is now known as bc|bbl
  66. # [00:31] * jlund is now known as jlund|away
  67. # [00:32] <Mook_as> dmajor: did your build id change? (thinking about EM_NO_RESTART)
  68. # [00:33] <dmajor> Mook_as: I don't know what that is
  69. # [00:33] * Joins: ehugg (ehugg@moz-56CFE7FB.hsd1.wa.comcast.net)
  70. # [00:33] <Mook_as> roughly, are you running with a profile that is either 1) new, or 2) previously run with a different nightly
  71. # [00:34] <Mook_as> (magic crap about figuring out if you need to re-register xpcom bits for extension changes / app changes)
  72. # [00:34] <Mook_as> that's been around forever, though, so it's probably not relevant if it's new.
  73. # [00:35] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Ping timeout)
  74. # [00:36] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  75. # [00:37] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  76. # [00:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/abd84750b5e6 - Markus Stange - Bug 1059498 - Use the inner dirty rect for the display items inside the SVG filter stacking context. r=roc, a=lmandel
  77. # [00:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/17a7d908475b - Lucas Rocha - Bug 1055536 - Use consistent grey tone in overflow menu. r=margaret, a=lmandel
  78. # [00:37] * Joins: rniwa (rniwa@3BEC1C3C.B8D9EFA9.B5E7F04E.IP)
  79. # [00:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ad6d9cc71ddf - Lucas Rocha - Bug 1055536 - Consolidate divider colors. r=margaret, a=lmandel
  80. # [00:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4f82145b24ce - J. Ryan Stinnett - Bug 1061695 - Fix switching to simulator after local. r=paul, a=lmandel
  81. # [00:38] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/fe634ec089fc - Brian Grinstead - Bug 1045715 - Make console output faster by destroying unprinted items out of band in _flushMessageQueue. r=past, a=lmandel
  82. # [00:38] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/651090c12c72 - Michael Ratcliffe - Bug 1060933 - Prevent jQuery Live event bubbles from throwing on invalid selector. r=bgrins, a=lmandel
  83. # [00:38] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  84. # [00:38] <dmajor> Mook_as: plausible. I couldn't reproduce that just now, but I do recall playing with different builds yesterday
  85. # [00:38] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8135b5397bf2 - Gijs Kruitbosch - Bug 1060944 - Fix up help icon on Yosemite. r=ttaubert, a=lmandel
  86. # [00:38] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/868cc9e5e32a - Sebastian Hengst - Bug 1061618 - Extend MOZ_UPDATER ifdef to fix blank pages on about:preferences. r=Gijs, a=lmandel
  87. # [00:39] <Mook_as> dmajor: okay; in that case, expected (because it doesn't want to get confused if things change between nightlies and it needs to figure out what's changed).
  88. # [00:39] * Quits: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  89. # [00:39] <dmajor> Mook_as: thanks, I'll keep that in mind if I see it again
  90. # [00:40] <Mook_as> workaround: start once, quit, and work as normal; or set NO_EM_RESTART=1 in your environment (to tell it "no, you _don't_ need to do that")
  91. # [00:40] * Joins: jdover (jdover@22470A5D.C8C2174E.C0B90B08.IP)
  92. # [00:41] * Joins: tonymec_KDE (tonymec@moz-9F6A3356.adsl-dyn.isp.belgacom.be)
  93. # [00:42] <dmajor> Mook_as: surprising that I hadn't seen this before in all my debugging. or maybe I have and didn't notice. also the configuration I was testing yesterday was super f'ed up for other reasons.
  94. # [00:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3c0d141374a7 - Adam Roach [:abr] - Bug 1017257 - Make loop code CSP-friendly (remove all inline script) r=Standard8
  95. # [00:42] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/1f599d357743 - Brian Smith - Bug 1039064 - Use strongly-typed enum instead of NSPR-style error handling. r=keeler, a=lmandel
  96. # [00:42] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/93cd4a068e9d - David Keeler - Bug 1040446 - mozilla::pkix: add error code for CA cert used as end-entity cert. r=briansmith, a=lmandel
  97. # [00:42] <Mook_as> dmajor: It could also just be that it's actually unrelated, and you're seeing something else ;)
  98. # [00:42] <@khuey> NO_EM_RESTART has been dead for a long time, no?
  99. # [00:42] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/a6856f90ce36 - David Keeler - Bug 1034124 - Allow overrides when a CA cert is used as an end-entity cert. r=briansmith, a=lmandel
  100. # [00:42] <@khuey> like since the XPCOM registration rewrite?
  101. # [00:43] <Mook_as> khuey: oh, has it?
  102. # [00:43] <@khuey> I believe so
  103. # [00:43] * Joins: njn (njn@moz-B3C1FB5B.dyn.iinet.net.au)
  104. # [00:43] * ChanServ sets mode: +o njn
  105. # [00:44] <Mook_as> Oh! So it has. Nothing actually reads it anymore, there's just a bunch of things that write to it
  106. # [00:44] <@khuey> sounds like Mozilla
  107. # [00:44] * Joins: deian (d@moz-22E48FAB.scs.stanford.edu)
  108. # [00:45] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Ping timeout)
  109. # [00:46] * Joins: harth (harth@moz-1BAFD40C.nyc.res.rr.com)
  110. # [00:46] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  111. # [00:46] * Quits: deian (d@moz-22E48FAB.scs.stanford.edu) (Ping timeout)
  112. # [00:46] * Quits: @roc (chatzilla@moz-A45446C6.bng1.tvc.orcon.net.nz) (Input/output error)
  113. # [00:48] <@smaug> sounds like software
  114. # [00:48] * FuzzyFox|afk is now known as FuzzyFox
  115. # [00:49] * Quits: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net) (Quit: Leaving.)
  116. # [00:49] * Quits: michal (michal@moz-93EA2B69.net.upcbroadband.cz) (Ping timeout)
  117. # [00:49] * Joins: deian (d@moz-10E2379F.stanford.edu)
  118. # [00:50] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: )
  119. # [00:50] * Joins: michal (michal@moz-93EA2B69.net.upcbroadband.cz)
  120. # [00:50] * Joins: sydpolk (sydpolk@moz-B422239B.lightspeed.austtx.sbcglobal.net)
  121. # [00:52] * Quits: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP) (Quit: brendan)
  122. # [00:52] * Quits: tomasz1 (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  123. # [00:53] * Quits: garvank (Garvan@moz-7399660A.cpe.pppoe.ca) (Quit: )
  124. # [00:53] * Quits: sovemp (shaycraft@37579293.AD310888.4B8DD6BE.IP) (Quit: leaving)
  125. # [00:53] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  126. # [00:53] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  127. # [00:53] * Quits: juanb (jbecerra@40EE130E.A2D02782.259C7EEB.IP) (Quit: juanb)
  128. # [00:54] * Joins: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net)
  129. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/170ce237e4a0 - Matthew Gregan - Bug 1064705 - Don't treat EOS as fatal when reading optional block subelements in nestegg_read_packet. r=cajbir
  130. # [00:55] * Joins: vebb (mike@452FE56C.3566D84D.451258F0.IP)
  131. # [00:55] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  132. # [00:56] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  133. # [00:57] * Joins: juanb (jbecerra@40EE130E.A2D02782.259C7EEB.IP)
  134. # [00:57] * Quits: vebb (mike@452FE56C.3566D84D.451258F0.IP) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  135. # [01:00] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  136. # [01:01] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  137. # [01:01] * BenWa is now known as BenWa|email
  138. # [01:03] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  139. # [01:04] * Quits: rniwa (rniwa@3BEC1C3C.B8D9EFA9.B5E7F04E.IP) (Ping timeout)
  140. # [01:05] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  141. # [01:05] * Quits: espadrine (ttyl@moz-CC47A218.w92-128.abo.wanadoo.fr) (Ping timeout)
  142. # [01:06] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  143. # [01:06] * FuzzyFox is now known as FuzzyFox|afk
  144. # [01:07] * Quits: ehugg (ehugg@moz-56CFE7FB.hsd1.wa.comcast.net) (Quit: ehugg)
  145. # [01:08] * Joins: brendan (brendaneic@961FAB60.615B56E6.43362C16.IP)
  146. # [01:08] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=16e765175793 - 27 changesets
  147. # [01:08] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  148. # [01:11] * Quits: deian (d@moz-10E2379F.stanford.edu) (Ping timeout)
  149. # [01:11] * Quits: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  150. # [01:13] * Quits: jaws (uid2871@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  151. # [01:13] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  152. # [01:13] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  153. # [01:14] * Joins: dria (dria@moz-9EC0DA3D.dsl.teksavvy.com)
  154. # [01:15] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  155. # [01:15] * Quits: victorporof (victorporo@13F2CEC5.7672369.D8E68FF6.IP) (Quit: victorporof)
  156. # [01:15] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  157. # [01:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/345bb6594ce0 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  158. # [01:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6a92cda61ec9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  159. # [01:17] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  160. # [01:17] * whimboo is now known as whimboo|afk
  161. # [01:18] * FuzzyFox|afk is now known as FuzzyFox
  162. # [01:19] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  163. # [01:19] * terrence-lunch is now known as terrence
  164. # [01:20] * miketaylr is now known as zz_miketaylr
  165. # [01:20] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  166. # [01:21] * zz_miketaylr is now known as miketaylr
  167. # [01:21] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  168. # [01:22] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Input/output error)
  169. # [01:22] * Joins: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net)
  170. # [01:24] * Quits: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  171. # [01:24] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  172. # [01:25] * Quits: mstange (uid15727@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  173. # [01:25] * Joins: roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  174. # [01:25] * ChanServ sets mode: +o roc
  175. # [01:26] * Quits: tomer (tomer@moz-C41B384C.static.012.net.il) (Ping timeout)
  176. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5c47fd7e9b4a - Mark Hammond - Bug 1063696 - fix datareporting timeout orange by not closing the prefs tab prematurely. r=gfritzsche
  177. # [01:28] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  178. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a5ece9451343 - 11 changesets
  179. # [01:30] * juanb is now known as juanb|afk
  180. # [01:33] * Quits: system64 (uid17738@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  181. # [01:33] * Joins: Cwiiis (uid15019@moz-31ABA2C0.irccloud.com)
  182. # [01:33] * ChanServ sets mode: +o Cwiiis
  183. # [01:34] * miketaylr is now known as zz_miketaylr
  184. # [01:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/84a7a188d06c - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  185. # [01:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/81cebaeb3eb7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  186. # [01:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7027efe7fae3 - Shu-yu Guo - Bug 1001090 - Part 1: Implement let temporal dead zone in the frontend and interpreter. (r=Waldo)
  187. # [01:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/03242a11d044 - Shu-yu Guo - Bug 1001090 - Part 2a: Compile new let opcodes in Baseline. (r=jandem)
  188. # [01:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8114e77c253e - Shu-yu Guo - Bug 1001090 - Part 2b: Fix unwinding all scopes to not use pc. (r=jimb)
  189. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/31714af41f2c - Shu-yu Guo - Bug 1001090 - Part 3: Compile new let opcodes in Ion. (r=jandem)
  190. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/687318d464a5 - Shu-yu Guo - Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo)
  191. # [01:36] * Quits: juanb|afk (jbecerra@40EE130E.A2D02782.259C7EEB.IP) (Quit: juanb|afk)
  192. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fada58fb0996 - Shu-yu Guo - Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin)
  193. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/52aa30fa8758 - Mark Hammond - Bug 1064137 - fix datareporting service so it doesn't initialize a test's policy object. r=gfritzsche
  194. # [01:37] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  195. # [01:37] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  196. # [01:39] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  197. # [01:40] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  198. # [01:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4c76c940c33e - Steve Fink - Bug 1020751 - Enable GGC on B2G, r=terrence
  199. # [01:41] * Quits: till (till@moz-CC71C4FF.adsl.alicedsl.de) (Quit: )
  200. # [01:42] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  201. # [01:42] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  202. # [01:42] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  203. # [01:43] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  204. # [01:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dac91d4a335c - David Burns - Bug 1022862: Create a manifest just for marionette web-api tests; r=jgriffin DONTBUILD
  205. # [01:45] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  206. # [01:46] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  207. # [01:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/68b381faa378 - Bill McCloskey - Bug 1060046 - e10s EventTarget shim broken because interpositions don't delegate properly (r=mconley)
  208. # [01:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c52ad7a7c3dd - Bill McCloskey - Bug 1066433 - Remove simple mochitest e10s shim (r=jimm)
  209. # [01:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dc407dd89b0c - Bill McCloskey - Bug 1066433 - Fix how event notifications work for e10s shims (r=mconley)
  210. # [01:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/53823b911793 - Bill McCloskey - Bug 1066433 - Make shims work when contentWindow is unavailable (r=mconley)
  211. # [01:47] * mconley basks in the review karma
  212. # [01:47] * heycam|away is now known as heycam
  213. # [01:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=b7f4709b34c3 - 47 changesets
  214. # [01:48] <@khuey> "lexical dead zone"
  215. # [01:48] <sfink> temporal dead zone sounds cooler
  216. # [01:49] <sicking> dougt: ping
  217. # [01:49] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  218. # [01:50] * sfink is now known as sfink|afk
  219. # [01:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=148bfe2839cf - 60 changesets
  220. # [01:50] * Joins: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net)
  221. # [01:50] * wlach is now known as wlach|afk
  222. # [01:51] * Quits: gustavold1 (gustavold@E37DDD73.63567CF1.8D3F079C.IP) (Ping timeout)
  223. # [01:51] * Quits: hallvors (uid23371@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  224. # [01:51] * Quits: jdover (jdover@22470A5D.C8C2174E.C0B90B08.IP) (Quit: Lingo - http://www.lingoirc.com)
  225. # [01:51] * hwine is now known as hwine-commuting
  226. # [01:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/36170873ecb9 - Trevor Saunders - bug 1062567 - prevent gcc lto builds from dropping SyscallAsm on the floor r=froydnj
  227. # [01:52] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  228. # [01:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=0227f6cad8ef - 76 changesets
  229. # [01:54] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  230. # [01:54] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Connection reset by peer)
  231. # [01:55] * Quits: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net) (Quit: Leaving.)
  232. # [01:55] * Joins: deian (d@moz-1F7003A1.tmodns.net)
  233. # [01:55] * Quits: ggp (ggp@1C8B091D.C14984A8.CC211715.IP) (Ping timeout)
  234. # [01:56] * Joins: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com)
  235. # [01:56] <NeilAway> cpearce: EqualsLiteral compares the length first
  236. # [01:56] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  237. # [01:56] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  238. # [01:56] * Joins: victorporof (victorporo@A6A92E84.63CD072E.39413EC0.IP)
  239. # [01:58] * Quits: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com) (Quit: )
  240. # [01:59] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  241. # [01:59] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  242. # [02:00] * Joins: ggp (ggp@1C8B091D.C14984A8.CC211715.IP)
  243. # [02:00] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  244. # [02:00] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  245. # [02:01] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  246. # [02:01] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  247. # [02:01] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  248. # [02:01] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Max SendQ exceeded)
  249. # [02:02] * Joins: dbaron (dbaron@moz-C07D5168.p2p.sfo1.mozilla.com)
  250. # [02:02] * ChanServ sets mode: +ao dbaron dbaron
  251. # [02:02] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  252. # [02:02] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Max SendQ exceeded)
  253. # [02:02] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  254. # [02:02] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  255. # [02:03] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  256. # [02:03] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  257. # [02:05] * Joins: larsg (larsg@moz-3891E2B9.dip0.t-ipconnect.de)
  258. # [02:06] * Quits: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net) (Ping timeout)
  259. # [02:06] * Quits: raniere (raniere@moz-2275D7E6.dsl.telesp.net.br) (Ping timeout)
  260. # [02:06] * Joins: tonymec (tonymec@moz-9F6A3356.adsl-dyn.isp.belgacom.be)
  261. # [02:07] * Joins: raniere (raniere@moz-2275D7E6.dsl.telesp.net.br)
  262. # [02:07] * Joins: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net)
  263. # [02:07] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  264. # [02:08] * Joins: ehugg (ehugg@moz-D362FF27.cisco.com)
  265. # [02:08] <Waldo> harfbuzz APIs exposing blobs that you're supposed to manually reinterpret_cast<> and index into yourself is...somewhat surprising
  266. # [02:09] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  267. # [02:10] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: computer sleep)
  268. # [02:10] * Quits: janv (varga@moz-C88FFC6B.dynamic.orange.sk) (Quit: Leaving)
  269. # [02:11] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  270. # [02:11] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  271. # [02:11] <cpearce> NeilAway: thanks. makes sense.
  272. # [02:12] * Quits: tonymec (tonymec@moz-9F6A3356.adsl-dyn.isp.belgacom.be) (Ping timeout)
  273. # [02:12] * Quits: abr (anonymous@moz-24157589.mtv2.mozilla.com) (Quit: AFK)
  274. # [02:12] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  275. # [02:13] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  276. # [02:14] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  277. # [02:14] <Waldo> or no, it's just us acting around it
  278. # [02:14] * Waldo eyes beadily
  279. # [02:15] * Quits: deian (d@moz-1F7003A1.tmodns.net) (Ping timeout)
  280. # [02:15] * Quits: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net) (Ping timeout)
  281. # [02:16] <Waldo> who around here knows much about fonts and gfxFont?
  282. # [02:17] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  283. # [02:17] * Quits: bdahl (bdahl@moz-62518563.mtv2.mozilla.com) (Input/output error)
  284. # [02:18] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  285. # [02:20] * Joins: tonymec (tonymec@moz-9F6A3356.adsl-dyn.isp.belgacom.be)
  286. # [02:20] * zz_miketaylr is now known as miketaylr
  287. # [02:21] * Quits: jimb (user@22A8C0AF.12C72867.C01AC187.IP) (Ping timeout)
  288. # [02:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/de47d4022beb - Camilo Viecco - Bug 1067565 - Built-in pins expires decades later. r=keeler
  289. # [02:22] * Quits: ewong|away (chatzilla@moz-20A71729.net) (Ping timeout)
  290. # [02:22] * Quits: gokce (gokce@A4100256.2AC9A2C.33E9DF57.IP) (Quit: Konversation terminated!)
  291. # [02:23] <dmajor> NeilAway: did you ever get anywhere with appeasing windbg in 969762#c7?
  292. # [02:23] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  293. # [02:23] * dmajor is so tempted to just hexedit the damn thing
  294. # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/870723c4c3a5 - dominique vincent - Bug 1062904 - crash in java.lang.NullPointerException: uriString at android.net.Uri.<init>(Uri.java) r=mfinkle
  295. # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ab5a6bea66bf - Patrick Brosset - Bug 1064848 - Activate timeline test browser_timelineMarkers-02.js for e10s r=pbrosset
  296. # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/797f355e77fb - Adrian Aichner - Bug 1064282 - Scratchpad should have statusbar like Page Source viewer. r=fitzgen
  297. # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/dda7d018294e - Wes Kocher - Bug 1058405 - Fix typo in function name. r=jryans
  298. # [02:23] * Joins: ewong|away (chatzilla@moz-20A71729.net)
  299. # [02:23] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  300. # [02:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ea44b45c8a32 - Paul Rouget - Bug 1045647 - register webide components in package-manifest.in. r=jryans
  301. # [02:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/9736477e18de - Jakub Jurovych - Bug 949754 - Tracer actors should use source maps r=fitzgen
  302. # [02:24] <Waldo> !seen jkfthame
  303. # [02:24] <firebot> I've never seen a 'jkfthame', sorry.
  304. # [02:24] <NeilAway> cpearce: see http://mxr.mozilla.org/comm-central/source/mozilla/xpcom/string/nsTSubstring.h#309 for the gory details
  305. # [02:24] <Waldo> !seen jfkthame
  306. # [02:24] <firebot> jfkthame was last seen 2 weeks, 2 days, 8 hours, 10 minutes and 15 seconds ago, saying 'ok, thanks' in #developers.
  307. # [02:25] <NeilAway> dmajor: not sure what you mean there... I can't remember what I did locally, since the patch got backed out
  308. # [02:25] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  309. # [02:26] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  310. # [02:26] <dmajor> NeilAway: the issue where windbg takes forever on long OutputDebugString lines
  311. # [02:26] <dmajor> (with or without that patch)
  312. # [02:26] * miketaylr is now known as zz_miketaylr
  313. # [02:27] * Joins: garvank (Garvan@moz-7399660A.cpe.pppoe.ca)
  314. # [02:27] * Quits: walter (walter@moz-24157589.mtv2.mozilla.com) (Input/output error)
  315. # [02:28] * nthomas is now known as nthomas|away
  316. # [02:28] * Joins: walter (Adium@moz-62518563.mtv2.mozilla.com)
  317. # [02:28] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  318. # [02:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d0678d55653 - Brian R. Bondy - Bug 1049774 - GMPInstallManager logs when logging disabled. r=gfritzsche
  319. # [02:29] * KWierso is now known as KWierso|afk
  320. # [02:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6c5e6061b704 - Margaret Leibovic - Bug 1064880 - Keep track of the current search engine in MainActivity. r=nalexander
  321. # [02:30] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  322. # [02:31] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  323. # [02:31] * Quits: ewong|away (chatzilla@moz-20A71729.net) (Ping timeout)
  324. # [02:32] * Joins: ewong|away (chatzilla@moz-20A71729.net)
  325. # [02:32] * Quits: marco (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  326. # [02:33] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Quit: Talk atcha later)
  327. # [02:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/238c2d44c904 - Brian R. Bondy - Backout bug 945192 for intermittent failures. r=rstrong
  328. # [02:34] * Quits: raniere (raniere@moz-2275D7E6.dsl.telesp.net.br) (Ping timeout)
  329. # [02:35] * Joins: raniere (raniere@moz-2275D7E6.dsl.telesp.net.br)
  330. # [02:36] * Quits: ewong|away (chatzilla@moz-20A71729.net) (Ping timeout)
  331. # [02:36] * Quits: walter (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  332. # [02:36] * Joins: ewong|away (chatzilla@moz-20A71729.net)
  333. # [02:37] * Quits: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net) (Quit: Leaving.)
  334. # [02:37] <NeilAway> dmajor: I think one of my trees may have code scattered around to try to trim lines to about 8K, but it's a hodgepodge
  335. # [02:38] * Parts: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  336. # [02:38] * Joins: timdream (timdream@moz-1E9709BF.dynamic.hinet.net)
  337. # [02:39] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  338. # [02:39] * Quits: brendan (brendaneic@961FAB60.615B56E6.43362C16.IP) (Quit: brendan)
  339. # [02:40] * Joins: bdahl (bdahl@moz-BECF98D2.mycingular.net)
  340. # [02:41] * Quits: raniere (raniere@moz-2275D7E6.dsl.telesp.net.br) (Ping timeout)
  341. # [02:41] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  342. # [02:42] * Joins: raniere (raniere@moz-2275D7E6.dsl.telesp.net.br)
  343. # [02:42] * Quits: bwc (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  344. # [02:43] <philor> KWierso|afk: and let that be a lesson to you, not to land so quickly after someone else that you wind up getting their builds
  345. # [02:44] <KWierso|afk> philor: must've been a sign. I was mid-aired three times trying to push that
  346. # [02:44] * Quits: mconley (mconley@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  347. # [02:44] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Input/output error)
  348. # [02:44] <philor> KWierso|afk: I like billm for it, but then, he's my favorite these days :)
  349. # [02:45] * Quits: tonymec_KDE (tonymec@moz-9F6A3356.adsl-dyn.isp.belgacom.be) (Ping timeout)
  350. # [02:45] * Quits: tonymec (tonymec@moz-9F6A3356.adsl-dyn.isp.belgacom.be) (Ping timeout)
  351. # [02:45] <KWierso|afk> philor: there was a merge conflict I hope I resolved correctly
  352. # [02:45] <froydnj> dmajor: what is your "Yikes!" comment in bug 844196? just that the other exception stuff shouldn't be invoked on win64?
  353. # [02:46] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  354. # [02:46] * philor switches horses in midstream, then
  355. # [02:46] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  356. # [02:46] * Joins: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au)
  357. # [02:47] <Waldo> !seen fredw
  358. # [02:47] <firebot> fredw was last seen 1 week, 4 days, 3 hours, 47 minutes and 35 seconds ago, saying 'karlt: thanks' in #gfx.
  359. # [02:47] <kamidphish_win7> gps: ping?
  360. # [02:47] * Joins: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com)
  361. # [02:47] <billm> KWierso|afk: I don't think that's me. it's probably a merge conflict related to shu's patch.
  362. # [02:48] * Quits: spohl|afk (Adium@moz-FED9006F.static.hvvc.us) (Quit: Leaving.)
  363. # [02:48] * Joins: tonymec_KDE (tonymec@moz-F7A15341.adsl-dyn.isp.belgacom.be)
  364. # [02:48] * Quits: raniere (raniere@moz-2275D7E6.dsl.telesp.net.br) (Ping timeout)
  365. # [02:49] * Joins: raniere (raniere@moz-2275D7E6.dsl.telesp.net.br)
  366. # [02:49] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  367. # [02:49] <dmajor> froydnj: control flow -- you interrupted that 'if'
  368. # [02:49] * khuey is now known as khuey|away
  369. # [02:51] * philor is now known as philor|away
  370. # [02:52] * Quits: fabrice (fabrice@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  371. # [02:52] * Quits: azakai_ (alon@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  372. # [02:53] <froydnj> dmajor: aha!
  373. # [02:54] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  374. # [02:55] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  375. # [02:55] <shu> KWierso|afk: what's up?
  376. # [02:55] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  377. # [02:56] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  378. # [02:57] <KWierso|afk> shu: there was a merge conflict when I merged back to inbound
  379. # [02:57] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  380. # [02:57] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  381. # [02:57] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: )
  382. # [02:58] * bc|bbl is now known as bc
  383. # [02:58] <shu> KWierso|afk: uh, looking
  384. # [02:58] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  385. # [02:58] <Waldo> "lol"
  386. # [02:58] <froydnj> dmajor: welp, I was worried about oranging up the Date branch, but I can see that's not a problem...
  387. # [02:59] <shu> KWierso|afk: where is the error
  388. # [02:59] <KWierso|afk> shu: all tests that are failing on inbound
  389. # [02:59] * terrence is now known as terrence-thermal-throttled
  390. # [02:59] * Joins: brendan (brendaneic@moz-F661BEDA.public.wayport.net)
  391. # [02:59] <shu> 17:38:20 INFO - JavaScript error: chrome://browser/content/browser.js, line 4459: TypeError: redeclaration of variable notification
  392. # [03:00] <shu> KWierso|afk: let me fix that real quick
  393. # [03:00] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  394. # [03:00] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  395. # [03:01] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Quit: Leaving.)
  396. # [03:01] * Joins: deian (d@moz-1F7003A1.tmodns.net)
  397. # [03:02] * Joins: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net)
  398. # [03:02] * Quits: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net) (Max SendQ exceeded)
  399. # [03:02] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  400. # [03:03] * Joins: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net)
  401. # [03:03] <shu> damn it that file is preprocessed
  402. # [03:04] * Quits: deian (d@moz-1F7003A1.tmodns.net) (Ping timeout)
  403. # [03:04] * Joins: dzbarsky1 (Adium@moz-556280C5.hsd1.pa.comcast.net)
  404. # [03:05] * Quits: dzbarsky (Adium@moz-83D642D3.hsd1.pa.comcast.net) (Ping timeout)
  405. # [03:05] * Joins: bnicholson (bnicholson@D5DEB921.F67EC404.A36C57B9.IP)
  406. # [03:05] <sicking> mt: ping
  407. # [03:06] <shu> KWierso|afk: don't back out please, waiting on a build so i can look at the postprocessed file
  408. # [03:06] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  409. # [03:07] <KWierso|afk> shu: I'm on the phone with my insurance company, so you can take as long as needed :P
  410. # [03:08] * zz_miketaylr is now known as miketaylr
  411. # [03:08] * Joins: deian (d@moz-48684AFF.hsd1.ca.comcast.net)
  412. # [03:09] * Quits: qDot (qdot@moz-82DD3414.typefuck.com) (Quit: ZNC - http://znc.in)
  413. # [03:09] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  414. # [03:09] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  415. # [03:10] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  416. # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/c79424503df1 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  417. # [03:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/61c80e7b70bb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  418. # [03:10] * bc is now known as bc|afk
  419. # [03:11] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  420. # [03:11] * Quits: timdream (timdream@moz-1E9709BF.dynamic.hinet.net) (Quit: timdream)
  421. # [03:11] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  422. # [03:12] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  423. # [03:13] <Waldo> shu: browser-plugins.js:623 probably?
  424. # [03:13] <Waldo> almost assuredly, in fact
  425. # [03:13] * Joins: bajaj (bajaj_afk@moz-C4189695.dynamic.hinet.net)
  426. # [03:13] <shu> Waldo: let's see
  427. # [03:13] <Waldo> over-indented as well
  428. # [03:13] <Waldo> who r+'d this :-P
  429. # [03:14] <shu> Waldo: could be a merge error?
  430. # [03:14] <Waldo> dunno, I'm just snarking :-)
  431. # [03:15] <shu> arghh why are they commented using #
  432. # [03:15] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  433. # [03:15] <Waldo> because comments cost a negligible amount of space in the binary :-)
  434. # [03:16] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  435. # [03:17] <Waldo> yeah, looks like a merging mistake if I look at the blame or so
  436. # [03:17] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  437. # [03:17] * Joins: jgilbert (jgilbert@E1E80E67.49226D6A.E02132C7.IP)
  438. # [03:18] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  439. # [03:18] <Waldo> https://hg.mozilla.org/integration/mozilla-inbound/rev/5747034f2bcc preserved a redecl, then the merge of that with your fix-the-world https://hg.mozilla.org/integration/mozilla-inbound/rev/687318d464a5 readded it
  440. # [03:19] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  441. # [03:19] <Waldo> pretty understandable given the magnitude of the change-delta
  442. # [03:19] * Waldo recommends inbound->m-c merge ASAP so that no further instances can be introduced
  443. # [03:21] * Joins: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net)
  444. # [03:22] <shu> Waldo: hm why am i not seeing this locally
  445. # [03:22] * Quits: bdahl (bdahl@moz-BECF98D2.mycingular.net) (Input/output error)
  446. # [03:22] <Waldo> shu: which "this"?
  447. # [03:22] <shu> Waldo: the syntax error
  448. # [03:23] * Quits: ehugg (ehugg@moz-D362FF27.cisco.com) (Quit: ehugg)
  449. # [03:23] <shu> Waldo: oh, because i fixed this before the build finished, lol
  450. # [03:23] <Waldo> hah
  451. # [03:24] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  452. # [03:25] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  453. # [03:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/85640001d7ce - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  454. # [03:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a450209843a9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  455. # [03:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4e8c6c5c0961 - Shu-yu Guo - Bug 1001090 - Followup: fix merge error in browser-plugins.js on a CLOSED TREE. r=bustage
  456. # [03:26] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  457. # [03:27] * Quits: billm (billm@moz-24157589.mtv2.mozilla.com) (Quit: Leaving)
  458. # [03:28] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Ping timeout)
  459. # [03:28] * Joins: harth (harth@moz-1BAFD40C.nyc.res.rr.com)
  460. # [03:29] * Joins: qDot (qdot@moz-82DD3414.typefuck.com)
  461. # [03:30] * Quits: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net) (Quit: Boriss)
  462. # [03:30] * Quits: garvank (Garvan@moz-7399660A.cpe.pppoe.ca) (Ping timeout)
  463. # [03:30] * Joins: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com)
  464. # [03:32] * ewong|sleep is now known as ewong
  465. # [03:32] * Quits: raniere (raniere@moz-2275D7E6.dsl.telesp.net.br) (Ping timeout)
  466. # [03:33] * Joins: slester (sylvanica@moz-FA1CDB72.mc.videotron.ca)
  467. # [03:34] * curtisk is now known as curtisk|afk
  468. # [03:34] * Joins: PiresFelix (Leonardo@moz-128EDA4D.dynamic.adsl.gvt.net.br)
  469. # [03:34] * Joins: tonymec (tonymec@moz-F7A15341.adsl-dyn.isp.belgacom.be)
  470. # [03:35] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  471. # [03:35] * Quits: qDot (qdot@moz-82DD3414.typefuck.com) (Quit: ZNC - http://znc.in)
  472. # [03:37] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  473. # [03:37] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  474. # [03:38] * Joins: qDot (qdot@moz-82DD3414.typefuck.com)
  475. # [03:40] * Quits: bent (chatzilla@7E72AAE3.BD72CFAB.E7753432.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  476. # [03:41] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  477. # [03:43] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  478. # [03:43] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  479. # [03:44] * nthomas|away is now known as nthomas
  480. # [03:46] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  481. # [03:47] * Quits: victorporof (victorporo@A6A92E84.63CD072E.39413EC0.IP) (Quit: victorporof)
  482. # [03:48] * Joins: raniere (raniere@moz-E9CF6D13.dsl.telesp.net.br)
  483. # [03:48] * Quits: KaiRo_away (robert@moz-4D4732EC.adsl.highway.telekom.at) (Input/output error)
  484. # [03:48] * Quits: chewey (chewey@moz-85C34B36.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  485. # [03:49] * Joins: chewey (chewey@moz-2B416C41.dip0.t-ipconnect.de)
  486. # [03:49] * Quits: kentuckyfriedtakahe (ajones@DE83A412.E4652C18.5A8C189B.IP) (Ping timeout)
  487. # [03:50] * Callek is now known as Callek_disconnected
  488. # [03:50] * Quits: @dbaron (dbaron@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  489. # [03:50] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  490. # [03:50] * Joins: jhao (chatzilla@moz-99690620.hinet-ip.hinet.net)
  491. # [03:51] * FuzzyFox is now known as FuzzyFox|afk
  492. # [03:51] * Joins: grobinson (grobinson@56290839.68EECDA4.4EA770CF.IP)
  493. # [03:51] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  494. # [03:52] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  495. # [03:52] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Ping timeout)
  496. # [03:53] * khuey|away is now known as khuey
  497. # [03:54] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  498. # [03:54] <dmajor> froydnj: the 2012's are VMs with gfx issues. The Win8 are hardware and ought to be green except for the exception handler thing
  499. # [03:56] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  500. # [03:56] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  501. # [03:57] * Quits: tonymec (tonymec@moz-F7A15341.adsl-dyn.isp.belgacom.be) (Ping timeout)
  502. # [03:57] * Joins: garvank_ (Garvan@moz-1F4DE5C6.dsl.teksavvy.com)
  503. # [03:58] * Quits: tonymec_KDE (tonymec@moz-F7A15341.adsl-dyn.isp.belgacom.be) (Ping timeout)
  504. # [03:58] * Quits: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com) (Ping timeout)
  505. # [03:59] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  506. # [03:59] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  507. # [03:59] * Quits: raniere (raniere@moz-E9CF6D13.dsl.telesp.net.br) (Ping timeout)
  508. # [04:00] * Joins: raniere (raniere@moz-E9CF6D13.dsl.telesp.net.br)
  509. # [04:00] * Quits: ahal (ahal@moz-CD77F5E2.cpe.pppoe.ca) (Input/output error)
  510. # [04:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9a57fee197d9 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  511. # [04:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/77ca7b43aca7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  512. # [04:01] * Joins: tonymec_KDE (tonymec@AD3E530E.8A7F5960.9D2324B7.IP)
  513. # [04:02] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  514. # [04:02] * Joins: boris (boris@moz-E37F359D.hinet-ip.hinet.net)
  515. # [04:02] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  516. # [04:03] <nigelb> holy wow
  517. # [04:03] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  518. # [04:04] * Joins: jw_wang (jw_wang@moz-E37F359D.hinet-ip.hinet.net)
  519. # [04:05] <nigelb> philor|away: pretty tree.
  520. # [04:05] * Quits: ashughes (uid34327@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  521. # [04:06] <grobinson> Has anybody here ever had builds fail due to Python ImportErrors on Mac?
  522. # [04:06] * heycam is now known as heycam|away
  523. # [04:07] <@dolske> looks like inbound has some intermittent-green, anyone fixing those?
  524. # [04:07] <nigelb> Heh, fix landed already
  525. # [04:07] <nigelb> just waiting for everything to turn more intermittently green
  526. # [04:08] <shu> nigelb: hi
  527. # [04:08] <shu> nigelb: there was a merge error that Waldo pointed out earlier in the chat
  528. # [04:08] <nigelb> yep, I see your fix is turning slowly green
  529. # [04:09] * Waldo wonders how many years it's been since dolske updated http://isthetreegreen.com/
  530. # [04:09] * Quits: garvank_ (Garvan@moz-1F4DE5C6.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  531. # [04:09] <Waldo> code there looks super-old
  532. # [04:09] * Joins: yliao_ (yliao@moz-99690620.hinet-ip.hinet.net)
  533. # [04:10] <Waldo> footerFennecN800Hack, lol
  534. # [04:10] * Quits: deian (d@moz-48684AFF.hsd1.ca.comcast.net) (Ping timeout)
  535. # [04:10] <@dolske> Waldo: -rw-r--r-- 1 dolske pg1071936 11288 Oct 8 2009 index.html
  536. # [04:10] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  537. # [04:10] * Quits: raniere (raniere@moz-E9CF6D13.dsl.telesp.net.br) (Ping timeout)
  538. # [04:11] <Waldo> good times
  539. # [04:11] <@dolske> almost 5 years!
  540. # [04:11] <Waldo> wonder if the FF3.7 tree is green?
  541. # [04:11] * Joins: raniere (raniere@moz-E9CF6D13.dsl.telesp.net.br)
  542. # [04:11] * @dolske blows a tiny party horn
  543. # [04:11] * Joins: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net)
  544. # [04:13] * Joins: nattokirai (nattokirai@F6BB75FC.9CD517C2.134C27BB.IP)
  545. # [04:14] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c3e576e24065 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  546. # [04:14] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1ba000cbb9ab - B2G Bumper Bot - Bumping manifests a=b2g-bump
  547. # [04:17] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  548. # [04:18] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  549. # [04:18] * Joins: tonymec (tonymec@AD3E530E.8A7F5960.9D2324B7.IP)
  550. # [04:19] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  551. # [04:20] * Joins: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net)
  552. # [04:20] * Quits: tonymec (tonymec@AD3E530E.8A7F5960.9D2324B7.IP) (Ping timeout)
  553. # [04:20] * Joins: masayuki1 (Thunderbir@moz-7765A755.zaq.ne.jp)
  554. # [04:21] * Quits: ewong (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  555. # [04:21] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  556. # [04:22] * Quits: larsg (larsg@moz-3891E2B9.dip0.t-ipconnect.de) (Quit: Ex-Chat)
  557. # [04:22] * Joins: tonymec (tonymec@AD3E530E.8A7F5960.9D2324B7.IP)
  558. # [04:22] * Joins: ewong (chatzilla@moz-8777076B.netvigator.com)
  559. # [04:22] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  560. # [04:22] * Joins: bdahl (bdahl@moz-650F301F.dsl.dynamic.sonic.net)
  561. # [04:24] * Joins: skeuomorf (skeuomorf@79DB2DEB.1ACAD8A.78B20577.IP)
  562. # [04:24] <kentuckyfriedtakahe> nigelb: if I've got something approved for aurora, is there any further steps I need to do?
  563. # [04:27] * Quits: brendan (brendaneic@moz-F661BEDA.public.wayport.net) (Quit: brendan)
  564. # [04:28] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  565. # [04:29] <nigelb> kentuckyfriedtakahe: I *think* at that point you just land it. KWierso|afk would know better than me.
  566. # [04:29] <nigelb> I can ask tomcat when he's online if you'd like.
  567. # [04:29] <shu> nigelb: waldo also suggested above to merge m-i => m-c asap
  568. # [04:30] <kentuckyfriedtakahe> nigelb: ok. I'm trying to figure out how to get someone else to do that for me.
  569. # [04:30] * shu leaves for the day
  570. # [04:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/adee27b7284a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  571. # [04:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8398926d1f3b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  572. # [04:31] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  573. # [04:31] <nigelb> kentuckyfriedtakahe: bug number? I can hand it off to tomcat to land.
  574. # [04:31] <nigelb> shu: okay, thanks :)
  575. # [04:31] * nigelb is now known as nigelb|sheriffduty
  576. # [04:31] <RyanVM|afk> kentuckyfriedtakahe: ohai
  577. # [04:31] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  578. # [04:31] <RyanVM|afk> kentuckyfriedtakahe: i usually take care of the aurora uplifts
  579. # [04:31] <RyanVM|afk> had about 30 dumped on me today, so I'm a bit behind :P
  580. # [04:32] <kentuckyfriedtakahe> RyanVM|afk: so you're saying I don't need to do anything?
  581. # [04:32] <RyanVM|afk> correct
  582. # [04:32] <RyanVM|afk> this is bug 1062514 I presume
  583. # [04:32] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  584. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9adeeef7fafe - John Schoenick - Bug 1061995 - Restore bug 923745 workaround for windowless flash in e10s mode. r=jst, a=lmandel
  585. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f1503773fdae - Richard Newman - Bug 1062552 - Use empty string as title if no title provided when adding a bookmark. r=ckitching, a=lmandel
  586. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ad669f120744 - Amogh Pradeep - Bug 1019045 - Unify magnifying glass/search icon. r=margaret, a=lmandel
  587. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/99043f498353 - Lucas Rocha - Bug 1020505 - Don't truncate the menu popup width. r=margaret, a=lmandel
  588. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/41e56fdebf65 - Gabriel Luong - Bug 1062490 - Array indexes in console.table() are sorted lexicographically. r=harth, a=lmandel
  589. # [04:33] <kentuckyfriedtakahe> RyanVM|afk: yes. cool. I just wanted to check. I'm assuming you'll pick up the commit from inbound rather than the patch in the bug (they're not significantly different... but...)
  590. # [04:33] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  591. # [04:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b339d53f95f2 - David Keeler - Bug 775370 - Part 1: Introduce DataStorage. r=froydnj, r=mmc, a=lmandel
  592. # [04:33] <RyanVM|afk> correct, I export what landed on m-c unless there's a branch patch attahced
  593. # [04:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/bd7532ac742c - David Keeler - Bug 775370 - Part 2: Use DataStorage as back-end to nsSiteSecurityService. r=briansmith, a=bajaj
  594. # [04:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4f11b0d2a9e8 - Bobby Holley - Bug 1063271 - Undo bug 796938 part 10. r=smaug, a=lmandel
  595. # [04:33] * Quits: yliao_ (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  596. # [04:33] <kentuckyfriedtakahe> RyanVM|afk: cool. I recall that was how it happened with b2g but I thought I'd better just double check.
  597. # [04:33] <nigelb|sheriffduty> RyanVM|afk: yay!
  598. # [04:34] <nigelb|sheriffduty> do you have like aurora on highlight? :)
  599. # [04:34] <RyanVM|afk> kentuckyfriedtakahe: I probably won't get to yours tonight before I go to bed, but I'll for sure get it tomorrow
  600. # [04:34] <RyanVM|afk> like I said, lots of catching up from today's approvals :)
  601. # [04:34] <kentuckyfriedtakahe> RyanVM|afk: no problem. it's not super urgent.
  602. # [04:34] <RyanVM|afk> nigelb|sheriffduty: nah, just saw the comments in the scrollback
  603. # [04:34] <nigelb|sheriffduty> :)
  604. # [04:34] * Quits: PiresFelix (Leonardo@moz-128EDA4D.dynamic.adsl.gvt.net.br) (Quit: Leaving)
  605. # [04:35] * nigelb|sheriffduty goes back to STAR ALL THE THINGS
  606. # [04:35] <nigelb|sheriffduty> web platform tests are weeeeird.
  607. # [04:35] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  608. # [04:37] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  609. # [04:37] * Quits: nattokirai (nattokirai@F6BB75FC.9CD517C2.134C27BB.IP) (Quit: nattokirai)
  610. # [04:37] * Joins: Mook (mook@9E554A54.5767AF64.D758B1AA.IP)
  611. # [04:37] * nsm is now known as nsm|away
  612. # [04:39] * glob|away is now known as glob
  613. # [04:39] * Quits: bdahl (bdahl@moz-650F301F.dsl.dynamic.sonic.net) (Input/output error)
  614. # [04:39] * Quits: robertbindar (Thunderbir@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  615. # [04:41] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  616. # [04:41] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  617. # [04:41] * jlund|away is now known as jlund
  618. # [04:41] * Joins: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net)
  619. # [04:43] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  620. # [04:43] * Quits: Waldo (waldo@moz-62518563.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 31.0/20140725111610])
  621. # [04:43] * Quits: tonymec (tonymec@AD3E530E.8A7F5960.9D2324B7.IP) (Ping timeout)
  622. # [04:43] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  623. # [04:44] * Quits: tonymec_KDE (tonymec@AD3E530E.8A7F5960.9D2324B7.IP) (Ping timeout)
  624. # [04:44] * Quits: mconley (mconley@moz-BDD802ED.hfc.comcastbusiness.net) (Quit: NO CARRIER)
  625. # [04:45] * ewong is now known as ewong|sleep
  626. # [04:45] * Joins: gerv (Instantbir@D1A5F021.A41AEF29.C589985.IP)
  627. # [04:48] * Joins: tonymec_KDE (tonymec@moz-A12CA8A.adsl-dyn.isp.belgacom.be)
  628. # [04:48] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  629. # [04:48] * Quits: Optimizer (Optimizer@10E2D769.21C203B.D2D1FAF0.IP) (Ping timeout)
  630. # [04:50] * nsm|away is now known as nsm
  631. # [04:50] * Quits: tonymec_KDE (tonymec@moz-A12CA8A.adsl-dyn.isp.belgacom.be) (Ping timeout)
  632. # [04:51] * Quits: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  633. # [04:51] * Quits: sunfish (chatzilla@moz-8F4015BA.dsl.dynamic.sonic.net) (Ping timeout)
  634. # [04:52] * khuey is now known as khuey|away
  635. # [04:52] * Joins: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net)
  636. # [04:53] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  637. # [04:54] * Joins: tonymec_KDE (tonymec@moz-34DC5ED0.adsl-dyn.isp.belgacom.be)
  638. # [04:54] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  639. # [04:54] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  640. # [04:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7b9ab0bf8e80 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  641. # [04:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/04176c9b3c3a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  642. # [04:55] * Quits: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  643. # [04:59] * Quits: mchang (mchang@moz-95B568D6.socal.res.rr.com) (Quit: mchang)
  644. # [05:00] * Joins: TYLin__ (TYLin@moz-99690620.hinet-ip.hinet.net)
  645. # [05:00] * Quits: boris (boris@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  646. # [05:00] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  647. # [05:00] * TYLin__ is now known as TYLin
  648. # [05:00] * Joins: boris (boris@moz-E37F359D.hinet-ip.hinet.net)
  649. # [05:00] * Quits: kagari (kagari@moz-A1825C73.osk2.eonet.ne.jp) (Quit: Konversation terminated!)
  650. # [05:01] * Joins: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com)
  651. # [05:03] * Joins: garvank_ (Garvan@moz-1F4DE5C6.dsl.teksavvy.com)
  652. # [05:03] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  653. # [05:04] * Quits: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com) (Ping timeout)
  654. # [05:04] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=4e8c6c5c0961 - 34 changesets
  655. # [05:05] * Joins: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com)
  656. # [05:05] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  657. # [05:06] * Quits: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  658. # [05:06] * Quits: garvank_ (Garvan@moz-1F4DE5C6.dsl.teksavvy.com) (Ping timeout)
  659. # [05:06] * Joins: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net)
  660. # [05:07] * Joins: Optimizer (Optimizer@10E2D769.21C203B.D2D1FAF0.IP)
  661. # [05:07] * Quits: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  662. # [05:08] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  663. # [05:08] * Joins: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP)
  664. # [05:09] * Quits: jesup (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net) (Ping timeout)
  665. # [05:11] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  666. # [05:11] * Quits: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com) (Quit: )
  667. # [05:11] * Joins: jesup (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net)
  668. # [05:14] * Quits: skeuomorf (skeuomorf@79DB2DEB.1ACAD8A.78B20577.IP) (Ping timeout)
  669. # [05:15] <RyanVM|afk> Waldo: ugh, the issue in all of this was "patch landed on fx-team, got backed out, but only the original landing got merged to m-c"
  670. # [05:15] * Joins: bdahl (bdahl@moz-650F301F.dsl.dynamic.sonic.net)
  671. # [05:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=0e581e529fd6 - 15 changesets
  672. # [05:18] <nigelb|sheriffduty> hopefully, it's good now. at least on m-c.
  673. # [05:19] * Quits: bdahl (bdahl@moz-650F301F.dsl.dynamic.sonic.net) (Input/output error)
  674. # [05:21] * Joins: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au)
  675. # [05:21] * Quits: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  676. # [05:21] * Quits: slester (sylvanica@moz-FA1CDB72.mc.videotron.ca) (Ping timeout)
  677. # [05:22] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  678. # [05:22] * Joins: kamidphi_ (textual@moz-6AB00DA7.tpgi.com.au)
  679. # [05:22] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  680. # [05:22] * Joins: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net)
  681. # [05:23] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  682. # [05:23] * philor|away is now known as philor
  683. # [05:23] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/3b7921328fc1 - Ryan VanderMeulen - No bug - Revert browser-plugins.js to revision 687318d464a5. a=me
  684. # [05:23] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  685. # [05:24] * Joins: tonymec (tonymec@moz-34DC5ED0.adsl-dyn.isp.belgacom.be)
  686. # [05:24] * Joins: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au)
  687. # [05:25] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  688. # [05:25] * Quits: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  689. # [05:26] * Quits: kamidphi_ (textual@moz-6AB00DA7.tpgi.com.au) (Connection reset by peer)
  690. # [05:28] * Joins: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au)
  691. # [05:28] * BenWa|email is now known as BenWa
  692. # [05:28] * Quits: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  693. # [05:29] * Joins: deian (d@moz-BE543F7A.hsd1.ca.comcast.net)
  694. # [05:29] * Joins: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp)
  695. # [05:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ba83891224d3 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  696. # [05:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b0ef5ecf879d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  697. # [05:31] * Quits: masayuki1 (Thunderbir@moz-7765A755.zaq.ne.jp) (Quit: masayuki1)
  698. # [05:31] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  699. # [05:33] * Callek_disconnected is now known as Callek
  700. # [05:36] * Quits: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  701. # [05:37] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  702. # [05:37] * Quits: boris (boris@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving.)
  703. # [05:39] * Joins: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net)
  704. # [05:39] * Joins: culix (chatzilla@moz-3DEF8432.ed.shawcable.net)
  705. # [05:39] <qDot> Wow, b2g-i is really purdy right now.
  706. # [05:40] * Joins: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  707. # [05:40] * Quits: tonymec (tonymec@moz-34DC5ED0.adsl-dyn.isp.belgacom.be) (Ping timeout)
  708. # [05:40] * Quits: tonymec_KDE (tonymec@moz-34DC5ED0.adsl-dyn.isp.belgacom.be) (Ping timeout)
  709. # [05:42] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  710. # [05:42] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  711. # [05:42] <RyanVM|afk> qDot: I reverted what I believe to be the cause from Gaia
  712. # [05:43] <RyanVM|afk> looks like bumper bot hasn't picked it up yet, though
  713. # [05:43] <nigelb|sheriffduty> qDot: Not as pretty as inbound was a bit ago ;)
  714. # [05:44] <culix> Hello, I have a question about certificates. Is it possible to get the DER encoded certificate data from inside a firefox extension?
  715. # [05:44] <RyanVM|afk> qDot: https://github.com/mozilla-b2g/gaia/commit/5997357e6e56da48b624ded2060fbc86f67936e1 with any luck will fix it
  716. # [05:44] * Joins: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au)
  717. # [05:44] * Joins: tonymec_KDE (tonymec@95CB0D1A.B9EBD762.9D2324B7.IP)
  718. # [05:45] * Quits: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  719. # [05:45] * Joins: bdahl (bdahl@moz-650F301F.dsl.dynamic.sonic.net)
  720. # [05:45] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  721. # [05:45] <qDot> nigelb|sheriffduty: Ok wow yes.
  722. # [05:46] <nigelb|sheriffduty> :D
  723. # [05:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/56c6f455db3b - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  724. # [05:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7789bc797d59 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  725. # [05:47] * Tomcat|afk is now known as Tomcat|Sheriffduty
  726. # [05:47] <RyanVM|afk> ok, ^ should be the bustage fix
  727. # [05:47] <RyanVM|afk> hopefully
  728. # [05:48] <RyanVM|afk> nigelb|sheriffduty: off to bed I go, night :)
  729. # [05:48] <nigelb|sheriffduty> g'nite!
  730. # [05:48] <Tomcat|Sheriffduty> good morning
  731. # [05:48] <nigelb|sheriffduty> oooh, you're up early, Tomcat|Sheriffduty :)
  732. # [05:48] * nigelb|sheriffduty is now known as nigelb
  733. # [05:48] * Quits: RyanVM|afk (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  734. # [05:48] <Tomcat|Sheriffduty> normal time :)
  735. # [05:48] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  736. # [05:49] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  737. # [05:49] * Quits: jesup (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net) (Ping timeout)
  738. # [05:50] * Quits: Tell (Tell@D01F426C.FCA11A6F.2A62C3B1.IP) (Quit: Lingo - http://www.lingoirc.com)
  739. # [05:50] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  740. # [05:51] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  741. # [05:51] * Joins: boris (boris@moz-E37F359D.hinet-ip.hinet.net)
  742. # [05:51] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  743. # [05:51] * Joins: Avasz (quassel@433FEA3F.92B079B8.8320794.IP)
  744. # [05:52] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  745. # [05:52] * Quits: secretrobotron (secretrobo@moz-8F93AD0D.cpe.pppoe.ca) (Input/output error)
  746. # [05:52] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  747. # [05:52] * Joins: jesup (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net)
  748. # [05:53] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  749. # [05:53] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  750. # [05:53] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  751. # [05:54] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  752. # [05:54] * Quits: jgilbert (jgilbert@E1E80E67.49226D6A.E02132C7.IP) (Quit: Leaving)
  753. # [05:55] * glob is now known as glob|away
  754. # [05:55] * Joins: secretrobotron (secretrobo@moz-8F93AD0D.cpe.pppoe.ca)
  755. # [05:56] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  756. # [05:57] * Quits: jesup (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net) (Input/output error)
  757. # [05:57] * Quits: secretrobotron (secretrobo@moz-8F93AD0D.cpe.pppoe.ca) (Ping timeout)
  758. # [05:58] * Matti is now known as Matti_away
  759. # [05:59] * Quits: Avasz (quassel@433FEA3F.92B079B8.8320794.IP) (Ping timeout)
  760. # [05:59] * jlund is now known as jlund|away
  761. # [06:00] * Quits: grobinson (grobinson@56290839.68EECDA4.4EA770CF.IP) (Ping timeout)
  762. # [06:02] * Joins: sunfish (chatzilla@moz-8F4015BA.dsl.dynamic.sonic.net)
  763. # [06:03] * Joins: Avasz (quassel@1E20C29E.FA60BF34.8320794.IP)
  764. # [06:03] * Quits: boris_ (boris@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving)
  765. # [06:03] * Joins: boris_ (boris@moz-99690620.hinet-ip.hinet.net)
  766. # [06:03] * Quits: TYLin_ (TYLin_@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving)
  767. # [06:04] * Joins: TYLin_ (TYLin_@moz-E37F359D.hinet-ip.hinet.net)
  768. # [06:04] * Joins: boris_linux (boris@moz-99690620.hinet-ip.hinet.net)
  769. # [06:04] * Quits: boris_ (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  770. # [06:05] * Joins: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au)
  771. # [06:05] * Quits: TYLin_ (TYLin_@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving)
  772. # [06:05] * Joins: TYLin_pc (TYLin_pc@moz-99690620.hinet-ip.hinet.net)
  773. # [06:05] * lmandel is now known as lmandel_afk
  774. # [06:05] * Quits: Avasz (quassel@1E20C29E.FA60BF34.8320794.IP) (Ping timeout)
  775. # [06:05] * Quits: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  776. # [06:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ccef71d7a9b2 - B2G Bumper Bot - Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
  777. # [06:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/626d5a2ae5a8 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  778. # [06:06] * Quits: culix (chatzilla@moz-3DEF8432.ed.shawcable.net) (Ping timeout)
  779. # [06:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c6ada055be38 - Blair McBride - Bug 1065265 - Improve infrastructure dealing with moz-action: autocomplete results. r=mak
  780. # [06:08] * Joins: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP)
  781. # [06:08] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Quit: elin)
  782. # [06:09] * Joins: jesup|laptop (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net)
  783. # [06:09] * Joins: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net)
  784. # [06:09] * ewong|away is now known as ewong
  785. # [06:10] * Joins: Avasz (quassel@1E20C29E.FA60BF34.8320794.IP)
  786. # [06:10] <jesup|laptop> gerv: ping (probably unlikely)
  787. # [06:11] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  788. # [06:11] <jesup|laptop> gerv: unping (just read your comment in bug 1039028). Thanks!
  789. # [06:12] <gerv> I'm in China; it's 12.10pm here.
  790. # [06:12] <gerv> jesup|laptop: I'm around :-)
  791. # [06:12] * Joins: boris_desktop (boris@moz-99690620.hinet-ip.hinet.net)
  792. # [06:12] <jesup|laptop> gerv: I was wondering when I saw you were responding late EDT time :-)
  793. # [06:12] * Quits: boris_linux (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  794. # [06:13] <jesup|laptop> gerv: So I think we go with unfocused's patch (likely with the addition your state) for 33 and 34, and see if we can get a "real" solution in for 35 or worst-case 36. Thanks.
  795. # [06:13] * Joins: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au)
  796. # [06:13] <gerv> jesup|laptop: Sounds fine.
  797. # [06:14] * Quits: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  798. # [06:14] <Unfocused> ok
  799. # [06:14] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  800. # [06:14] * Joins: ahameez (ahameez@979B789B.8FE57F35.DDE7AB2D.IP)
  801. # [06:14] * Joins: tonymec (tonymec@95CB0D1A.B9EBD762.9D2324B7.IP)
  802. # [06:15] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  803. # [06:16] * Quits: Avasz (quassel@1E20C29E.FA60BF34.8320794.IP) (Ping timeout)
  804. # [06:17] * Quits: tonymec (tonymec@95CB0D1A.B9EBD762.9D2324B7.IP) (Ping timeout)
  805. # [06:17] * Quits: tonymec_KDE (tonymec@95CB0D1A.B9EBD762.9D2324B7.IP) (Ping timeout)
  806. # [06:17] * Joins: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net)
  807. # [06:18] <Unfocused> gerv: the heading includes the text you mention - http://d.pr/i/p6SD - is that not enough?
  808. # [06:18] * ewong is now known as ewong|away
  809. # [06:19] * Joins: Avasz (quassel@A34AD40A.9B6A1DB6.4D6093D7.IP)
  810. # [06:20] <gerv> Unfocused: I hadn't thought of using that as the name of the addon.
  811. # [06:20] <gerv> Good solution - well done :-)
  812. # [06:20] * Joins: tonymec_KDE (tonymec@6C592C6C.3124D314.277517C1.IP)
  813. # [06:21] <gerv> My point was, it seems like it needs to be visible
  814. # [06:21] <Unfocused> hah, it came up in another bug
  815. # [06:21] <gerv> even if people don't read the licensing info.
  816. # [06:21] <gerv> But it clearly is in your plan,
  817. # [06:21] * Unfocused nods
  818. # [06:21] <gerv> so that's great.
  819. # [06:21] <Unfocused> \o/
  820. # [06:21] <gerv> Very happy with your screenshot.
  821. # [06:21] * Quits: tedders1 (tedders1@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  822. # [06:22] <Unfocused> just be thankful you don't need to look at the code ;(
  823. # [06:22] <Unfocused> ;)
  824. # [06:22] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  825. # [06:22] <jesup|laptop> Evil Hacks 'R Us
  826. # [06:22] <jesup|laptop> Unfocused: looks great
  827. # [06:23] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  828. # [06:23] * Quits: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net) (Quit: Leaving.)
  829. # [06:24] * Joins: ckerschb1 (christoph@moz-1DC1ED17.hsd1.ca.comcast.net)
  830. # [06:25] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Quit: )
  831. # [06:27] * Joins: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net)
  832. # [06:29] * miketaylr is now known as zz_miketaylr
  833. # [06:29] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  834. # [06:29] * Quits: mcomella (mcomella@moz-AE370C8B.hsd1.ca.comcast.net) (Quit: Leaving.)
  835. # [06:32] * Quits: ckerschb1 (christoph@moz-1DC1ED17.hsd1.ca.comcast.net) (Quit: Leaving.)
  836. # [06:32] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  837. # [06:32] * glob|away is now known as glob
  838. # [06:32] * Parts: thinker (user@C1E16400.61B5563A.9EB0E909.IP) (Killed buffer)
  839. # [06:32] * Joins: thinker (user@C1E16400.61B5563A.9EB0E909.IP)
  840. # [06:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c7cd9cce6113 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  841. # [06:33] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e2a4798c3f91 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  842. # [06:34] * Quits: Avasz (quassel@A34AD40A.9B6A1DB6.4D6093D7.IP) (Ping timeout)
  843. # [06:35] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  844. # [06:37] * Joins: Avasz (quassel@A34AD40A.9B6A1DB6.4D6093D7.IP)
  845. # [06:38] * Quits: ahameez (ahameez@979B789B.8FE57F35.DDE7AB2D.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  846. # [06:39] * Joins: tonymec (tonymec@6C592C6C.3124D314.277517C1.IP)
  847. # [06:40] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  848. # [06:42] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  849. # [06:43] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  850. # [06:43] * Joins: smontagu (chatzilla@moz-D4CDC07F.red.bezeqint.net)
  851. # [06:43] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  852. # [06:45] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  853. # [06:45] * Quits: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net) (Quit: AFK)
  854. # [06:46] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  855. # [06:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/486db5bc2b32 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  856. # [06:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/67f827ec29f3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  857. # [06:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/de389f79f43e - Richard Newman - Bug 1022472 - Remove margins on default home screen panels. r=wesj
  858. # [06:53] * Joins: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  859. # [06:53] * Quits: koderok (koderok@2E932B4E.E10058D2.1F392835.IP) (Quit: koderok)
  860. # [06:55] * Joins: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  861. # [06:55] * Parts: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  862. # [06:55] * Quits: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  863. # [06:55] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  864. # [06:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/71054ae20547 - Carsten "Tomcat" Book - Backed out changeset 2a7cae8b0b5d (bug 1067552) for Android 4.0 M8 test failures
  865. # [06:57] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  866. # [06:57] * Quits: tonymec (tonymec@6C592C6C.3124D314.277517C1.IP) (Ping timeout)
  867. # [06:57] * Quits: tonymec_KDE (tonymec@6C592C6C.3124D314.277517C1.IP) (Ping timeout)
  868. # [06:57] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  869. # [06:58] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  870. # [06:58] * Quits: smontagu (chatzilla@moz-D4CDC07F.red.bezeqint.net) (Ping timeout)
  871. # [06:59] * Quits: mwargers (mwargers@moz-AF369B35.adsl.online.nl) (Client exited)
  872. # [07:00] * Joins: tonymec_KDE (tonymec@FB183F8F.23AE5289.277517C1.IP)
  873. # [07:02] * nthomas is now known as nthomas|away
  874. # [07:03] * heycam|away is now known as heycam
  875. # [07:03] * Quits: sicking (uid37561@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  876. # [07:03] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Connection reset by peer)
  877. # [07:03] * Joins: grobinson (grobinson@B6706385.E9DEFC6F.284344F5.IP)
  878. # [07:04] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  879. # [07:04] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  880. # [07:04] * Quits: Matti_away (Matti@moz-D8B8E309.dip0.t-ipconnect.de) (Ping timeout)
  881. # [07:04] * Joins: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au)
  882. # [07:05] * Quits: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  883. # [07:06] * Joins: secretrobotron (secretrobo@moz-8F93AD0D.cpe.pppoe.ca)
  884. # [07:07] * jcranmer is now known as jcranmer|away
  885. # [07:07] * Joins: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com)
  886. # [07:07] * Quits: bdahl (bdahl@moz-650F301F.dsl.dynamic.sonic.net) (Input/output error)
  887. # [07:07] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  888. # [07:07] * Joins: smontagu (chatzilla@moz-D4CDC07F.red.bezeqint.net)
  889. # [07:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=3b7921328fc1 - 16 changesets
  890. # [07:08] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  891. # [07:08] * Quits: grobinson (grobinson@B6706385.E9DEFC6F.284344F5.IP) (Input/output error)
  892. # [07:08] * Quits: secretrobotron (secretrobo@moz-8F93AD0D.cpe.pppoe.ca) (Ping timeout)
  893. # [07:08] * Joins: Matti (Matti@moz-A08C7FF3.dip0.t-ipconnect.de)
  894. # [07:09] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  895. # [07:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ec335dbccfbd - Robert O'Callahan - Bug 1067748. When a solid-color display item covers everything else in its layer, make it a ColorLayer. r=tn
  896. # [07:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/66bad3def025 - Robert O'Callahan - Bug 1051636. Don't mark video ImageLayers as opaque. r=tn
  897. # [07:09] * Quits: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  898. # [07:10] * Quits: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net) (Quit: computer sleep)
  899. # [07:10] * Quits: dij (Mibbit@9B9315E1.A6025CA.1C37C358.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  900. # [07:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=bda9c2c58b88 - 37 changesets
  901. # [07:12] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  902. # [07:12] * Quits: @roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP) (Input/output error)
  903. # [07:13] * BenWa is now known as BenWa|email
  904. # [07:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/750e7aaf09cb - Matthew Gregan - Bug 1067414 - Convert CubebUtils from a class of statics to a namespace. r=jesup
  905. # [07:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a68c9d18ffa5 - Matthew Gregan - Bug 1067414 - Use atomic storage for sPreferredSampleRate. r=jesup
  906. # [07:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1baee6918ab3 - Matthew Gregan - Bug 1065235 - Apply eviction to all decoders owned by TrackBuffer and make EvictData threshold apply per-TrackBuffer rather than per-decoder. r=cajbir
  907. # [07:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7cb9cd119176 - Matthew Gregan - Bug 1065235 - Make the SourceBuffer eviction threshold a hidden pref. r=cajbir
  908. # [07:14] * Joins: wolfiR (wolfiR@moz-97AB7B3A.open-xchange.com)
  909. # [07:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=c9da096b4321 - 51 changesets
  910. # [07:15] * lmandel_afk is now known as lmandel
  911. # [07:16] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Ping timeout)
  912. # [07:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b742dd3aece6 - Chris Double - Bug 1065855 - Ignore updating check when setting MediaSource Duration within a SourceBuffer append - r=kinetik
  913. # [07:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/97e08c477d63 - Chris Double - Bug 1065855 - Check for waiting media resources before calling ReadMetadata - r=cpearce
  914. # [07:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d462269d88a9 - Chris Double - Bug 1065855 - Tests for MediaSource seekable range - r=kinetik
  915. # [07:18] * Joins: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net)
  916. # [07:19] * Quits: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com) (Input/output error)
  917. # [07:19] * Joins: tonymec (tonymec@FB183F8F.23AE5289.277517C1.IP)
  918. # [07:21] * Quits: jesup|laptop (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.90.1 [Firefox 34.0a2/20140915004005])
  919. # [07:21] * Joins: jesup (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net)
  920. # [07:22] * Quits: dzbarsky1 (Adium@moz-556280C5.hsd1.pa.comcast.net) (Ping timeout)
  921. # [07:23] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  922. # [07:24] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  923. # [07:25] * lmandel is now known as lmandel_afk
  924. # [07:25] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  925. # [07:28] * Joins: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net)
  926. # [07:28] * Quits: tonymec (tonymec@FB183F8F.23AE5289.277517C1.IP) (Ping timeout)
  927. # [07:30] * Quits: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net) (Quit: Leaving.)
  928. # [07:31] * Joins: CristinaM (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  929. # [07:33] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  930. # [07:34] * Quits: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net) (Quit: Leaving.)
  931. # [07:35] * Joins: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au)
  932. # [07:36] * Quits: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  933. # [07:37] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  934. # [07:37] * Joins: maxli1 (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  935. # [07:38] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  936. # [07:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/11b2ef45231d - Chris Kitching - Bug 1067025: Abort when no extra_text present in share dialog. r=rnewman
  937. # [07:40] * Joins: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  938. # [07:41] * Quits: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  939. # [07:41] * Joins: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net)
  940. # [07:44] * Quits: @njn (njn@moz-B3C1FB5B.dyn.iinet.net.au) (Client exited)
  941. # [07:44] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  942. # [07:44] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  943. # [07:44] * Joins: njn (njn@moz-B3C1FB5B.dyn.iinet.net.au)
  944. # [07:44] * ChanServ sets mode: +o njn
  945. # [07:44] * Quits: Avasz (quassel@A34AD40A.9B6A1DB6.4D6093D7.IP) (Ping timeout)
  946. # [07:44] * Joins: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  947. # [07:47] * flod|away is now known as flod
  948. # [07:48] * Joins: Avasz (quassel@1E20C29E.FA60BF34.8320794.IP)
  949. # [07:49] * Joins: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au)
  950. # [07:49] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  951. # [07:49] * Quits: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  952. # [07:51] * Joins: ahameez (ahameez@979B789B.8FE57F35.DDE7AB2D.IP)
  953. # [07:54] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  954. # [07:56] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  955. # [07:56] * glob is now known as glob|away
  956. # [07:56] * glob|away is now known as glob
  957. # [07:57] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  958. # [07:57] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  959. # [07:58] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  960. # [08:02] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  961. # [08:02] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  962. # [08:04] * Joins: Sushant94 (Sushant@A6D5ACE5.EE960097.D30E9BEF.IP)
  963. # [08:05] * Matti is now known as Matti_away
  964. # [08:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8309ff6adaa0 - Eric Chou - Bug 1067206 - Fire DOM request even when Bluetooth pairing failed, f=jaliu, r=shuang
  965. # [08:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8cada343f1ab - Michael Henretty - Bug 960762 - Re-disable notification mochitests. r=gerard-majax
  966. # [08:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8b181c601afb - JW Wang - Bug 962871 - Don't run GC/CC in-between tests for it is very slow and causes timeout on B2G debug. r=cpearce
  967. # [08:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/83d364b2f226 - JW Wang - Bug 962871 - release decoder and set 'preload' as appropriate. r=cpearce
  968. # [08:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5e4a2f99574a - JW Wang - Bug 962871 - enable media mochitests on B2G debug and disable some failed tests. r=cpearce
  969. # [08:06] * Joins: tessarakt2 (jens@moz-D3675691.adsl.alicedsl.de)
  970. # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5aaf62c1e40b - Jason Duell - Bug 966713 - Intermittent test_cookies_read.js times out. r=mcmanus
  971. # [08:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c0fcbcc8b789 - Milan Sreckovic - Bug 1000634 - Only ask for the composer if we have a compositable host, when doing fencing. r=sikeda,nsilva
  972. # [08:07] * Joins: flaviu (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  973. # [08:08] * Joins: rajeshk (rajesh@54EA8BDA.F89664FD.C3B69C70.IP)
  974. # [08:10] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  975. # [08:11] * Joins: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au)
  976. # [08:11] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Input/output error)
  977. # [08:11] * Joins: roc (chatzilla@moz-A45446C6.bng1.tvc.orcon.net.nz)
  978. # [08:11] * ChanServ sets mode: +o roc
  979. # [08:12] * Joins: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net)
  980. # [08:13] * Quits: kamidphish (Dan@moz-6AB00DA7.tpgi.com.au) (Ping timeout)
  981. # [08:14] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  982. # [08:16] * Quits: maxli1 (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  983. # [08:16] <glob> happy bmo push day! https://globau.wordpress.com/2014/09/16/happy-bmo-push-day-113/
  984. # [08:16] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  985. # [08:16] * Joins: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  986. # [08:17] <glob> ps. "core" has 1592 bugs where the assignee hasn't logged in to bmo this year - http://mzl.la/1AQRLpC
  987. # [08:17] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  988. # [08:17] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  989. # [08:18] <Tomcat|Sheriffduty> glob: \o/ happy push day
  990. # [08:18] <glob> :D
  991. # [08:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/23918cf88207 - Tom Tromey - Bug 1067589 - fix "nargs" value for Debugger clearAllBreakpoints method. r=jimb
  992. # [08:18] <Tomcat|Sheriffduty> hm glob maybe time to think of resetting a assigne if he hasn't loggedin for 1+ year
  993. # [08:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0c8235dff9ea - Morris Tseng - Bug 1067283 - Flip NS_WARNING_IF check at GLReadTexImageHelper::ReadTexImge. r=nical
  994. # [08:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c44d06d0d872 - Steve Singer - Bug 1067064 - Add retn to MacroAssembler-none. r=jandem
  995. # [08:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/97d94d0a3537 - Ting-Yu Lin - Bug 1065244 - Part 1 - Add GetRectRelativeToFrame to nsLayoutUtils. f=mtseng, r=roc
  996. # [08:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d08a46c7534b - Ting-Yu Lin - Bug 1065244 - Part 2 - Refactor event point on frame logic for SelectionCarets. f=mtseng, r=roc
  997. # [08:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/53370aeec451 - Ting-Yu Lin - Bug 1065244 - Part 3 - Fix SelectionCarets::SelectWord() is hard to trigger. f=mtseng, r=roc
  998. # [08:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e060088b31df - Dave Hunt - Bug 1065340 - Update mozversion to use structured logging. r=jgraham
  999. # [08:19] <glob> Tomcat|Sheriffduty, yup; that's the point of adding that feature. the request was to do a bulk reset, but i morphed it into just adding the ability to search
  1000. # [08:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b7e4dc67211a - Michael Pruett - Bug 1061360 - Add support for accessing complex values in Preferences.jsm. r=Unfocused
  1001. # [08:19] <glob> Tomcat|Sheriffduty, different teams have different criteria on how long a bug can sit in that state
  1002. # [08:20] <glob> Tomcat|Sheriffduty, with it implemented as a search field, module owners/peers can set up whines so bugzilla automatically emails them about stale bugs
  1003. # [08:20] * Quits: kamidphish_win7 (Dan@moz-6AB00DA7.tpgi.com.au) (Connection reset by peer)
  1004. # [08:20] * Quits: serge (Thunderbir@CDDCC657.279DB3AD.971E19F6.IP) (Ping timeout)
  1005. # [08:22] * Quits: tonymec_KDE (tonymec@FB183F8F.23AE5289.277517C1.IP) (Ping timeout)
  1006. # [08:22] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1007. # [08:24] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Quit: elin)
  1008. # [08:26] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1009. # [08:27] * Joins: harth (harth@moz-1BAFD40C.nyc.res.rr.com)
  1010. # [08:27] * nsm is now known as nsm|away
  1011. # [08:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8dc686845d16 - Henry Chang - Bug 1058022 - B2G crashes during RTSP and HTTP streaming playback. r=sworkman
  1012. # [08:29] * Joins: tonymec_KDE (tonymec@A4EF4F2D.4CD2F936.A9371869.IP)
  1013. # [08:30] * Quits: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Ping timeout)
  1014. # [08:30] * Quits: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net) (Input/output error)
  1015. # [08:33] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Ping timeout)
  1016. # [08:34] * Joins: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp)
  1017. # [08:34] * whimboo|afk is now known as whimboo
  1018. # [08:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/92a7c3a6a88a - Randy Lin - Bug 1039901 - Part 1. MP3FrameParser sometimes gives wrong duration on B2G. Move the ProcessCacheData function from OmxDecoder to MediaOmxReader. r=edwin.
  1019. # [08:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/54f2c7998c62 - Randy Lin - Bug 1039901 - Enable the mp3 test on test_playback.html. r=jwwang
  1020. # [08:36] * julienw_afk is now known as julienw
  1021. # [08:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/138c8ff89fe5 - Tom Tromey - Bug 1049884 - implement javascript string quoting for command line arguments. r=jimb
  1022. # [08:36] * Joins: elin (elin@moz-E37F359D.hinet-ip.hinet.net)
  1023. # [08:36] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  1024. # [08:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc1ebbd01377 - Tom Tromey - Bug 1064961 - document Debugger.addAllGlobalsAsDebuggees and Debugger.removeAllDebuggees. r=jimb
  1025. # [08:37] * Joins: espadrine (ttyl@moz-CC47A218.w92-128.abo.wanadoo.fr)
  1026. # [08:38] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1027. # [08:38] * ChanServ sets mode: +o smaug
  1028. # [08:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/72ec0f646a68 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1029. # [08:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ff392a07c4c2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1030. # [08:41] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Quit: Leaving.)
  1031. # [08:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a07aa431457b - Cervantes Yu - Bug 1067248: Fix the regular expression to strip ccache in building NSPR in bug 1066669. r=ted
  1032. # [08:43] * Joins: gozala (uid5923@moz-5F4AA75A.irccloud.com)
  1033. # [08:43] * Joins: gabor (gabor@moz-95CF971E.net-tv.hu)
  1034. # [08:44] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Input/output error)
  1035. # [08:45] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  1036. # [08:46] * bobowen|afk is now known as bobowen
  1037. # [08:46] * Quits: @njn (njn@moz-B3C1FB5B.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 35.0a1/20140914154825])
  1038. # [08:47] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  1039. # [08:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c73b037b6dad - Alex Bardas - Bug 1058412 - Add access keys to disable / re-enable tracking protection doorhanger. r=jaws
  1040. # [08:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/347d06afb237 - Abhishek Potnis - Bug 1058759 - Changed default URL of about:home snippets service to Mozilla's CDN. r=mkelly
  1041. # [08:49] * Quits: Avasz (quassel@1E20C29E.FA60BF34.8320794.IP) (Ping timeout)
  1042. # [08:49] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1043. # [08:50] * Quits: rajeshk (rajesh@54EA8BDA.F89664FD.C3B69C70.IP) (Ping timeout)
  1044. # [08:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e8fe4ae1214e - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1045. # [08:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d0d4c8a9af0a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1046. # [08:52] * Joins: Avasz (quassel@A34AD40A.9B6A1DB6.4D6093D7.IP)
  1047. # [08:52] * Quits: arasbm1 (zooby@moz-A84A1B9A.ok.shawcable.net) (Ping timeout)
  1048. # [08:52] * Quits: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1049. # [08:53] * Quits: gerv (Instantbir@D1A5F021.A41AEF29.C589985.IP) (Ping timeout)
  1050. # [08:53] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1051. # [08:53] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  1052. # [08:54] * ferjm_irccloud is now known as ferjm_
  1053. # [08:56] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1054. # [08:56] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Input/output error)
  1055. # [08:56] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1056. # [08:56] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  1057. # [08:56] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Input/output error)
  1058. # [08:57] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1059. # [08:57] * Joins: arasbm (zooby@moz-A84A1B9A.ok.shawcable.net)
  1060. # [08:58] * Joins: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net)
  1061. # [08:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/823ede81ecde - Cameron McCormack - Bug 1065868 - Make nsStyleMargin::MaxDifference return the right bits. r=dbaron
  1062. # [08:59] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1063. # [09:00] * philor is now known as philor|away
  1064. # [09:00] * Joins: ferjm (textual@moz-C75BC392.upc-i.chello.nl)
  1065. # [09:00] * Quits: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1066. # [09:00] * Quits: espadrine (ttyl@moz-CC47A218.w92-128.abo.wanadoo.fr) (Ping timeout)
  1067. # [09:02] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  1068. # [09:03] * Quits: Mook (mook@9E554A54.5767AF64.D758B1AA.IP) (Quit: Mook)
  1069. # [09:03] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1070. # [09:04] * Joins: twi (Adium@moz-DEF6B6AD.cust.vodafonedsl.it)
  1071. # [09:04] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1072. # [09:04] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1073. # [09:06] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1074. # [09:08] * Joins: cconco (chatzilla@8BF35710.48523444.77D54CE0.IP)
  1075. # [09:09] * Quits: tessarakt2 (jens@moz-D3675691.adsl.alicedsl.de) (Ping timeout)
  1076. # [09:09] * Joins: Six (Mibbit@A487992A.574B3ED5.BA2F4534.IP)
  1077. # [09:09] <Six> dholbert: hi
  1078. # [09:11] <smontagu> suddenly there are lots of caret movement bugs in bidi text :(
  1079. # [09:11] * Quits: tonymec_KDE (tonymec@A4EF4F2D.4CD2F936.A9371869.IP) (Ping timeout)
  1080. # [09:12] * Joins: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP)
  1081. # [09:12] * Joins: Mano (mano@moz-2A6EEE67.red.bezeqint.net)
  1082. # [09:12] * pbrosset|afk is now known as pbrosset
  1083. # [09:13] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  1084. # [09:13] * Joins: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP)
  1085. # [09:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/88d6381ad5d1 - Cameron McCormack - Bug 1045895 - Pass out provider frame from RestyleSelf to avoid calling GetParentStyleContextFrame again. r=dbaron
  1086. # [09:13] * Joins: Gijs (gijs@969455F7.A86EC307.3C4DE51F.IP)
  1087. # [09:14] * Quits: Avasz (quassel@A34AD40A.9B6A1DB6.4D6093D7.IP) (Ping timeout)
  1088. # [09:14] * Joins: tonymec_KDE (tonymec@C119D0E2.C9D5C588.A9371869.IP)
  1089. # [09:15] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1090. # [09:15] * Joins: edmorley (uid27002@moz-5F4AA75A.irccloud.com)
  1091. # [09:15] * Quits: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net) (Quit: timdream)
  1092. # [09:16] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1093. # [09:17] * Quits: dzbarsky (Adium@moz-556280C5.hsd1.pa.comcast.net) (Quit: Leaving.)
  1094. # [09:17] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1095. # [09:17] * Joins: Avasz (quassel@1E20C29E.FA60BF34.8320794.IP)
  1096. # [09:20] * Quits: Avasz (quassel@1E20C29E.FA60BF34.8320794.IP) (Ping timeout)
  1097. # [09:20] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1098. # [09:20] * Quits: nort (mibr0789@moz-39CD8C22.it.uu.se) (Quit: leaving)
  1099. # [09:21] * Quits: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net) (Input/output error)
  1100. # [09:21] * Quits: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP) (Ping timeout)
  1101. # [09:21] * Joins: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net)
  1102. # [09:21] * Joins: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP)
  1103. # [09:22] * Fallen|away is now known as Fallen
  1104. # [09:23] * Quits: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net) (Ping timeout)
  1105. # [09:23] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  1106. # [09:23] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1107. # [09:24] * Joins: sir_none (Thunderbir@5F87E885.DDC54EB2.170057B8.IP)
  1108. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/43bfceaeb351 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1109. # [09:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/368d56884b3a - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1110. # [09:25] * Joins: RealRaven (Thunderbir@8BF2E7F4.E8DF625.C3498625.IP)
  1111. # [09:26] * Quits: deian (d@moz-BE543F7A.hsd1.ca.comcast.net) (Ping timeout)
  1112. # [09:26] * Joins: ping-darkowlzz (ping-darko@A3F5A9E3.DC155FD0.84895334.IP)
  1113. # [09:26] * ping-darkowlzz is now known as darkowlzz
  1114. # [09:27] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1115. # [09:27] * Quits: KWierso|afk (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP) (Ping timeout)
  1116. # [09:28] * Joins: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net)
  1117. # [09:28] * whimboo is now known as whimboo|afk
  1118. # [09:30] * heycam is now known as heycam|away
  1119. # [09:32] * Joins: lygstate (Mibbit@439136D8.BFCD0860.B4C97B2.IP)
  1120. # [09:32] <lygstate> What's the differences with and without the macro XPCOM_GLUE?
  1121. # [09:33] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1122. # [09:33] * Joins: Swatinem (swatinem@moz-DB6C8027.dynamic.surfer.at)
  1123. # [09:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5ab71e736ba4 - Carsten "Tomcat" Book - Backed out changeset ec335dbccfbd (bug 1067748) for reftest failures
  1124. # [09:37] * Joins: capella-s32 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  1125. # [09:37] * Quits: tonymec_KDE (tonymec@C119D0E2.C9D5C588.A9371869.IP) (Ping timeout)
  1126. # [09:37] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1127. # [09:38] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1128. # [09:39] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1129. # [09:39] * Joins: boris_pc (boris@moz-99690620.hinet-ip.hinet.net)
  1130. # [09:39] * Quits: boris_desktop (boris@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1131. # [09:40] * Quits: gabor (gabor@moz-95CF971E.net-tv.hu) (Client exited)
  1132. # [09:41] * Joins: tonymec_KDE (tonymec@8E1949D4.9975E42C.A9371869.IP)
  1133. # [09:41] * Joins: bogdan_maris (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1134. # [09:43] * Quits: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  1135. # [09:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3f092c5f8c6c - Henri Sivonen - Bug 997124 - Remove DOS encodings that are not in Encoding Standard from Gecko. r=emk.
  1136. # [09:44] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1137. # [09:44] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1138. # [09:45] * Joins: gokce (gokce@A85262FC.55DBA505.232D870F.IP)
  1139. # [09:46] * Quits: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net) (Quit: timdream)
  1140. # [09:47] * Joins: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net)
  1141. # [09:47] * Parts: NeilZZZ (neil@moz-455E8E17.cable.virginm.net)
  1142. # [09:48] * Joins: NeilZZZ (neil@moz-455E8E17.cable.virginm.net)
  1143. # [09:51] <NeilAway> Tomcat|Sheriffduty: did bug 1060424 miss out on its auto-resolve when you merged it to m-c?
  1144. # [09:52] * Quits: twi (Adium@moz-DEF6B6AD.cust.vodafonedsl.it) (Quit: Leaving.)
  1145. # [09:53] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1146. # [09:54] * Quits: ahameez (ahameez@979B789B.8FE57F35.DDE7AB2D.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1147. # [09:55] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Client exited)
  1148. # [09:55] * flod is now known as flod|afk
  1149. # [09:57] * Joins: jaoo (user@moz-C1D3E9C6.red-83-54-153.dynamicip.rima-tde.net)
  1150. # [09:57] <lygstate> How does XUL runner open the first XUL page in C++ code?
  1151. # [09:58] <lygstate> I can not found the entrance of the XUL application.
  1152. # [09:58] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1153. # [09:58] * Quits: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP) (Ping timeout)
  1154. # [09:58] * Quits: Gijs (gijs@969455F7.A86EC307.3C4DE51F.IP) (Ping timeout)
  1155. # [09:59] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  1156. # [09:59] * Joins: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP)
  1157. # [09:59] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1158. # [10:00] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  1159. # [10:01] <gkw> nigelb: just wondering - were bugs resolved fixed after the recent m-i -> m-c landing?
  1160. # [10:01] <gkw> e.g. bug 1001090
  1161. # [10:02] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Linkinus - http://linkinus.com)
  1162. # [10:05] * AndreeaMatei is now known as Andreea|mtg
  1163. # [10:05] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1164. # [10:06] * Joins: brsun (chatzilla@moz-E37F359D.hinet-ip.hinet.net)
  1165. # [10:06] * Quits: tonymec_KDE (tonymec@8E1949D4.9975E42C.A9371869.IP) (Ping timeout)
  1166. # [10:07] <Tomcat|Sheriffduty> NeilAway: checking
  1167. # [10:08] <Tomcat|Sheriffduty> NeilAway: yeah seems so
  1168. # [10:09] <Tomcat|Sheriffduty> we had some problems with mcmerge recently i guess
  1169. # [10:09] <Tomcat|Sheriffduty> gkw: i will mark the bugs
  1170. # [10:09] * Quits: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP) (Ping timeout)
  1171. # [10:11] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1172. # [10:11] * Joins: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP)
  1173. # [10:11] * Quits: arasbm (zooby@moz-A84A1B9A.ok.shawcable.net) (Ping timeout)
  1174. # [10:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8b60403ad250 - Makoto Kato - Bug 1064127 - Support audio/3gpp for non-web content. r=roc
  1175. # [10:11] <gkw> Tomcat|Sheriffduty: thanks!
  1176. # [10:12] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Client exited)
  1177. # [10:12] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  1178. # [10:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3dd054c861f5 - Tim Taubert - Bug 1067128 - [e10s] _setupSwipeGesture() tries to access content when scrolling down r=spohl
  1179. # [10:13] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1180. # [10:14] * Quits: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP) (Ping timeout)
  1181. # [10:14] * Joins: mkohler (mkohler@moz-336805DB.dclient.hispeed.ch)
  1182. # [10:16] * Joins: gerv (Instantbir@E1AD879F.CC98CBF7.C589985.IP)
  1183. # [10:18] * Joins: espadrine (ttyl@moz-87D32D93.w80-12.abo.wanadoo.fr)
  1184. # [10:19] * Joins: deian (d@moz-6A11E8E3.hsd1.ca.comcast.net)
  1185. # [10:19] * Quits: bogdan_maris (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: bogdan_maris)
  1186. # [10:19] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  1187. # [10:19] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1188. # [10:20] * Joins: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP)
  1189. # [10:21] * Joins: bogdan_maris (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1190. # [10:21] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1191. # [10:21] * Joins: mak (uid24946@moz-31ABA2C0.irccloud.com)
  1192. # [10:23] * Joins: TYLin_ (TYLin@moz-E37F359D.hinet-ip.hinet.net)
  1193. # [10:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e8a1c2b11f71 - Chris Pearce - Bug 1067744 - Make GMPMutex reentrant. r=jesup
  1194. # [10:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7be93a252737 - Chris Pearce - Bug 1062277 - Ensure calls to IMFTransform::ProcessMessage() pass 64bit pointer values on 64bit builds. r=edwin
  1195. # [10:24] * Quits: TYLin (TYLin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1196. # [10:24] * TYLin_ is now known as TYLin
  1197. # [10:25] * Joins: Archaeopteryx (itsme@moz-BC88BD25.cust.telecolumbus.net)
  1198. # [10:25] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1199. # [10:26] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Linkinus - http://linkinus.com)
  1200. # [10:27] * Joins: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp)
  1201. # [10:28] * Joins: mwargers (mwargers@moz-AF369B35.adsl.online.nl)
  1202. # [10:29] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  1203. # [10:29] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1204. # [10:30] * Joins: IanN (chatzilla@4837CDFE.2ECE621A.E5F36E28.IP)
  1205. # [10:31] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1206. # [10:32] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1207. # [10:34] * Joins: twi (Adium@moz-56EAEB28.retail.telecomitalia.it)
  1208. # [10:35] * Joins: tonymec_KDE (tonymec@332D958F.C3F40645.277517C1.IP)
  1209. # [10:35] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1210. # [10:35] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1211. # [10:37] * Joins: janv (varga@moz-C88FFC6B.dynamic.orange.sk)
  1212. # [10:39] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  1213. # [10:40] * Joins: tonymec (tonymec@332D958F.C3F40645.277517C1.IP)
  1214. # [10:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0d525ece8cd6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1215. # [10:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/693b8e8605e2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1216. # [10:41] * Joins: ckitching_ (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  1217. # [10:41] * Joins: gabor (gabor@moz-95CF971E.net-tv.hu)
  1218. # [10:41] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  1219. # [10:42] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  1220. # [10:43] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  1221. # [10:43] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1222. # [10:44] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  1223. # [10:44] <Tomcat|Sheriffduty> cpearce: bustage
  1224. # [10:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ded4fbea408f - Chris Pearce - Bug 1067744 - Fix build bustage in e8a1c2b11f71, and actually make the monitor re-entrant. r=bustage.
  1225. # [10:44] <cpearce> Tomcat|Sheriffduty: :)
  1226. # [10:45] <Tomcat|Sheriffduty> cool!
  1227. # [10:45] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1228. # [10:45] * Quits: tonymec (tonymec@332D958F.C3F40645.277517C1.IP) (Ping timeout)
  1229. # [10:45] * Quits: tonymec_KDE (tonymec@332D958F.C3F40645.277517C1.IP) (Ping timeout)
  1230. # [10:49] * Joins: tonymec_KDE (tonymec@D429C13A.E3DF374B.277517C1.IP)
  1231. # [10:52] * nthomas|away is now known as nthomas
  1232. # [10:55] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1233. # [10:57] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1234. # [10:57] * Quits: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net) (Ping timeout)
  1235. # [10:57] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1236. # [10:58] * Quits: deian (d@moz-6A11E8E3.hsd1.ca.comcast.net) (Ping timeout)
  1237. # [10:58] * Joins: ahameez (ahameez@979B789B.8FE57F35.DDE7AB2D.IP)
  1238. # [10:58] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1239. # [10:58] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1240. # [10:59] * Joins: deian (d@moz-6A11E8E3.hsd1.ca.comcast.net)
  1241. # [11:00] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1242. # [11:01] * Joins: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net)
  1243. # [11:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5c1fce30621 - Carsten "Tomcat" Book - Backed out changeset d462269d88a9 (bug 1065855) for Android M5 Test failures
  1244. # [11:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f4600dbbe4ed - Carsten "Tomcat" Book - Backed out changeset 170ce237e4a0 (bug 1064705) for Android m5 Test failures
  1245. # [11:03] * Quits: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net) (Ping timeout)
  1246. # [11:04] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1247. # [11:05] * Joins: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl)
  1248. # [11:05] * Joins: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  1249. # [11:05] * Joins: tantek (tantek@E8CA733B.FC95818.5EFB9497.IP)
  1250. # [11:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fb538fa724df - Henry Chang - Bug 1062550 - b2g crashes during USB tethering. r=vchang
  1251. # [11:08] * Joins: jfkthame (jfkthame@A6706BD1.4CEA26B6.3E2A4E92.IP)
  1252. # [11:08] * Quits: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  1253. # [11:10] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1254. # [11:10] * flod|afk is now known as flod
  1255. # [11:12] * Quits: tonymec_KDE (tonymec@D429C13A.E3DF374B.277517C1.IP) (Ping timeout)
  1256. # [11:14] * Quits: Archaeopteryx (itsme@moz-BC88BD25.cust.telecolumbus.net) (Ping timeout)
  1257. # [11:15] * Joins: Archaeopteryx (itsme@moz-BC88BD25.cust.telecolumbus.net)
  1258. # [11:16] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1259. # [11:16] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1260. # [11:18] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Connection reset by peer)
  1261. # [11:19] <gabor> firebot uuid
  1262. # [11:19] <firebot> 6657e8eb-b646-48e7-993e-cfa6e96415b4 (/msg firebot cid for CID form)
  1263. # [11:22] * Joins: masayuki1 (Thunderbir@moz-7765A755.zaq.ne.jp)
  1264. # [11:22] * FuzzyFox|afk is now known as FuzzyFox
  1265. # [11:23] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  1266. # [11:23] * FuzzyFox is now known as FuzzyFox|afk
  1267. # [11:24] * Joins: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net)
  1268. # [11:25] * Quits: gerv (Instantbir@E1AD879F.CC98CBF7.C589985.IP) (Ping timeout)
  1269. # [11:25] * Joins: m_gol (m_gol@moz-DEF52D5.static.chello.pl)
  1270. # [11:29] * Quits: jhao (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0/20140830210550])
  1271. # [11:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ae6de471bcd7 - Asaf Romano - Bug 1058566 - Transaction for duplicating any places item. r=mak
  1272. # [11:30] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1273. # [11:32] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Connection reset by peer)
  1274. # [11:32] * glob is now known as glob|away
  1275. # [11:32] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1276. # [11:32] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1277. # [11:34] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Connection reset by peer)
  1278. # [11:35] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1279. # [11:35] * Quits: Archaeopteryx (itsme@moz-BC88BD25.cust.telecolumbus.net) (Ping timeout)
  1280. # [11:35] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Connection reset by peer)
  1281. # [11:36] * Quits: darkowlzz (ping-darko@A3F5A9E3.DC155FD0.84895334.IP) (Client exited)
  1282. # [11:37] * Joins: jdm_ (jdm@moz-AC9499B2.cable.teksavvy.com)
  1283. # [11:38] * Quits: jdm_ (jdm@moz-AC9499B2.cable.teksavvy.com) (Connection reset by peer)
  1284. # [11:39] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1285. # [11:39] <nigelb> gkw: fml, I forgot
  1286. # [11:39] <gkw> nigelb: it's ok, Tomcat|Sheriffduty picked up the tab
  1287. # [11:39] <nigelb> gkw: we were fixing layers of bustgaes and it slipped my mind. will get that done.
  1288. # [11:39] <nigelb> oh good :)
  1289. # [11:40] <gkw> nigelb: you might want to double check but I think Tomcat|Sheriffduty did it
  1290. # [11:40] <nigelb> I will :)
  1291. # [11:41] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Connection reset by peer)
  1292. # [11:41] * Joins: jdm_ (jdm@moz-AC9499B2.cable.teksavvy.com)
  1293. # [11:42] * Quits: jdm_ (jdm@moz-AC9499B2.cable.teksavvy.com) (Connection reset by peer)
  1294. # [11:42] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1295. # [11:42] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1296. # [11:42] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/abf1c1e6b222 - Sylvestre Ledru - Post Beta 4: disable EARLY_BETA_OR_EARLIER a=me
  1297. # [11:43] * Joins: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1298. # [11:43] * Joins: hallvors (uid23371@moz-31ABA2C0.irccloud.com)
  1299. # [11:44] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1300. # [11:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/baf7961613ac - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1301. # [11:44] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/932702704ff7 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1302. # [11:45] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Connection reset by peer)
  1303. # [11:45] * Joins: jdm_ (jdm@moz-AC9499B2.cable.teksavvy.com)
  1304. # [11:46] * Joins: mdup (mdup@moz-BEBF200D.eduroam.univ-ubs.fr)
  1305. # [11:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/deedff1d3096 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  1306. # [11:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/91ffc55ac729 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1307. # [11:46] * Quits: jdm_ (jdm@moz-AC9499B2.cable.teksavvy.com) (Broken pipe)
  1308. # [11:49] * Quits: jfkthame (jfkthame@A6706BD1.4CEA26B6.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  1309. # [11:50] * Joins: darkowlzz (ping-darko@E92B449F.9926104E.84895334.IP)
  1310. # [11:50] * Quits: mdup (mdup@moz-BEBF200D.eduroam.univ-ubs.fr) (Quit: mdup)
  1311. # [11:51] * whimboo|afk is now known as whimboo
  1312. # [11:53] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1313. # [11:53] * Joins: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net)
  1314. # [11:54] * Joins: jfkthame (jfkthame@A6706BD1.4CEA26B6.3E2A4E92.IP)
  1315. # [11:56] * Quits: jw_wang (jw_wang@moz-E37F359D.hinet-ip.hinet.net) (Quit: 暫離)
  1316. # [11:57] * Quits: Sushant94 (Sushant@A6D5ACE5.EE960097.D30E9BEF.IP) (Quit: Leaving)
  1317. # [11:59] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1318. # [12:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2ab68be61e8c - hchang - Bug 1061993 - Add lock to ifc_* functions. r=chucklee
  1319. # [12:00] * Joins: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1320. # [12:01] <nical> paul: MOZ_PERFORMANCE_WARNING
  1321. # [12:01] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1322. # [12:03] * Joins: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net)
  1323. # [12:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9528e6149978 - Jonathan Kew - bug 1066043 - split gfxFont.cpp and .h into more manageably-sized pieces. r=jdaggett
  1324. # [12:06] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1325. # [12:06] * Quits: timdream (timdream@moz-E37F359D.hinet-ip.hinet.net) (Quit: timdream)
  1326. # [12:08] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1327. # [12:10] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1328. # [12:10] * Quits: darkowlzz (ping-darko@E92B449F.9926104E.84895334.IP) (Ping timeout)
  1329. # [12:10] * Joins: darkowlzz (ping-darko@406CE6C4.2FDE775E.A74A2098.IP)
  1330. # [12:10] * Joins: mstange (uid15727@moz-31ABA2C0.irccloud.com)
  1331. # [12:11] * Quits: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1332. # [12:12] * Quits: darkowlzz (ping-darko@406CE6C4.2FDE775E.A74A2098.IP) (Ping timeout)
  1333. # [12:12] * Joins: darkowlzz (ping-darko@329609B1.5F8C6F37.A74A2098.IP)
  1334. # [12:14] * Quits: darkowlzz (ping-darko@329609B1.5F8C6F37.A74A2098.IP) (Client exited)
  1335. # [12:15] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1336. # [12:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fd415ee1f028 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1337. # [12:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6f4ff0e423d9 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1338. # [12:16] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1339. # [12:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b2b116db2740 - Jacek Caban - Bug 1060361 - Fix skia compilation on mingw. r=gwright
  1340. # [12:18] * Parts: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP) (Still 20/20)
  1341. # [12:18] * Joins: darkowlzz (ping-darko@A20E1876.4409AC8B.26002EE7.IP)
  1342. # [12:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6eb716762751 - Jonathan Kew - bug 1057329 - update the values of text-orientation to match current css-writing-modes draft (omitting use-glyph-orientation and [for now] sideways and sideways-left). r=jdaggett
  1343. # [12:18] * Andreea|mtg is now known as Andreea|lunch
  1344. # [12:19] * Quits: TYLin (TYLin@moz-E37F359D.hinet-ip.hinet.net) (Quit: TYLin)
  1345. # [12:20] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1346. # [12:21] * Quits: wolfiR (wolfiR@moz-97AB7B3A.open-xchange.com) (Ping timeout)
  1347. # [12:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a58a8a698e3d - Asaf Romano - Bug 1059257 - Improve array-input-property handling in PlacesTransactions. r=mak.
  1348. # [12:23] * Joins: mdup (mdup@moz-BEBF200D.eduroam.univ-ubs.fr)
  1349. # [12:24] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  1350. # [12:25] * Quits: mreavy (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net) (Ping timeout)
  1351. # [12:26] * Quits: six600110 (six600110@moz-F929FA2F.hsd1.il.comcast.net) (Ping timeout)
  1352. # [12:26] * Quits: cconco (chatzilla@8BF35710.48523444.77D54CE0.IP) (Ping timeout)
  1353. # [12:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ba2fd2f25d4e - Shu-yu Guo - Bug 1067805 - Pushed a wrong version of the part 1 in bug 1001090; fix that. (r=me)
  1354. # [12:27] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  1355. # [12:28] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1356. # [12:31] * Quits: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net) (Ping timeout)
  1357. # [12:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b66ae709853b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1358. # [12:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/617eb4d84eb1 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1359. # [12:31] * Quits: ckitching_ (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  1360. # [12:31] * Quits: elin (elin@moz-E37F359D.hinet-ip.hinet.net) (Quit: elin)
  1361. # [12:32] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1362. # [12:32] * Joins: mreavy (chatzilla@moz-5CCD7A3A.phlapa.fios.verizon.net)
  1363. # [12:32] * julienw is now known as julienw_afk
  1364. # [12:33] * Quits: bajaj (bajaj_afk@moz-C4189695.dynamic.hinet.net) (Quit: Leaving.)
  1365. # [12:33] * Quits: gabor (gabor@moz-95CF971E.net-tv.hu) (Client exited)
  1366. # [12:38] * Quits: yliao (yliao@moz-E37F359D.hinet-ip.hinet.net) (Client exited)
  1367. # [12:38] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1368. # [12:38] * Joins: yliao (yliao@moz-99690620.hinet-ip.hinet.net)
  1369. # [12:40] * Quits: ahameez (ahameez@979B789B.8FE57F35.DDE7AB2D.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1370. # [12:40] * Quits: yliao (yliao@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1371. # [12:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/43a4d55b598e - Nicolas Perriault - Bug 1045690 Ensure the correct version of react is used when building the Loop jsx files. r=Standard8
  1372. # [12:45] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1373. # [12:46] * Quits: brsun (chatzilla@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1374. # [12:49] * Joins: KaiRo (robert@moz-FF9B7F86.adsl.highway.telekom.at)
  1375. # [12:49] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1376. # [12:49] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  1377. # [12:49] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1378. # [12:52] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1379. # [12:53] * Joins: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net)
  1380. # [12:53] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1381. # [12:55] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1382. # [12:57] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1383. # [13:01] * Joins: JerkAudio (chatzilla@5D664F53.1980E654.A26A30FD.IP)
  1384. # [13:01] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1385. # [13:01] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1386. # [13:04] * Quits: karlt (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1387. # [13:05] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1388. # [13:06] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1389. # [13:07] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1390. # [13:08] * Quits: sgbowen (sgbowen@moz-44F0E414.club.cc.cmu.edu) (Ping timeout)
  1391. # [13:08] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1392. # [13:09] * Quits: Edgar (Thunderbir@moz-E37F359D.hinet-ip.hinet.net) (Ping timeout)
  1393. # [13:10] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1394. # [13:11] * Quits: lygstate (Mibbit@439136D8.BFCD0860.B4C97B2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1395. # [13:11] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1396. # [13:12] * Quits: JerkAudio (chatzilla@5D664F53.1980E654.A26A30FD.IP) (Ping timeout)
  1397. # [13:14] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1398. # [13:17] * flod is now known as flod|afk
  1399. # [13:25] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  1400. # [13:28] * Joins: MarcoZ (marco.zehe@moz-ABCBD7A6.dip0.t-ipconnect.de)
  1401. # [13:28] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1402. # [13:28] * Joins: secretrobotron (secretrobo@moz-8F93AD0D.cpe.pppoe.ca)
  1403. # [13:29] * Joins: gcp (gcp@moz-9CEB1C98.access.telenet.be)
  1404. # [13:30] * Fallen is now known as Fallen|away
  1405. # [13:30] * lth|away is now known as lth
  1406. # [13:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a4703e422ab - Jonathan Kew - bug 1057331 - add orientation flags to gfxShapedText/gfxTextRun and to glyph runs within the text run, and split glyph runs on orientation changes. r=jdaggett
  1407. # [13:31] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1408. # [13:31] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1409. # [13:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/418d17a91420 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1410. # [13:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/87910fec3b27 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1411. # [13:33] * Joins: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com)
  1412. # [13:34] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  1413. # [13:34] * Quits: jkitch (Thunderbir@moz-F7DFF885.lns20.adl6.internode.on.net) (Ping timeout)
  1414. # [13:35] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1415. # [13:35] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1416. # [13:36] * Joins: tonymec_KDE (tonymec@A6635DB1.48ED8D8.A9371869.IP)
  1417. # [13:36] * Joins: sgbowen (sgbowen@moz-44F0E414.club.cc.cmu.edu)
  1418. # [13:38] * Joins: jkitch (Thunderbir@moz-F67DBEFC.lns20.adl6.internode.on.net)
  1419. # [13:39] * Joins: tonymec (tonymec@A6635DB1.48ED8D8.A9371869.IP)
  1420. # [13:40] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 35.0a1/20140914030209])
  1421. # [13:41] * Quits: trevorh (trevor@moz-FE9122B1.lns5.cha.bigpond.net.au) (Quit: Leaving.)
  1422. # [13:43] * Quits: darkowlzz (ping-darko@A20E1876.4409AC8B.26002EE7.IP) (Ping timeout)
  1423. # [13:44] * Quits: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net) (Input/output error)
  1424. # [13:44] * Quits: admix|away (admix@moz-2FAA3460.us-west-2.compute.amazonaws.com) (Ping timeout)
  1425. # [13:46] * Quits: dagnir (dagnir@A1D3E7F1.DBF4469E.7E8D5209.IP) (Network is unreachable)
  1426. # [13:46] * flod|afk is now known as flod
  1427. # [13:48] * Joins: admix|away (admix@moz-2FAA3460.us-west-2.compute.amazonaws.com)
  1428. # [13:48] * Joins: Pike (chatzilla@moz-202A18D.pool.mediaways.net)
  1429. # [13:50] * julienw_afk is now known as julienw
  1430. # [13:51] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli)
  1431. # [13:51] * Joins: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP)
  1432. # [13:53] * Quits: bgrins (bgrins@2E6E9164.E6468DB3.BAB75B95.IP) (Ping timeout)
  1433. # [13:53] * Joins: bgrins (bgrins@C7203E51.FBD8ACDB.20F09BA6.IP)
  1434. # [13:54] * Joins: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp)
  1435. # [13:56] * Joins: cconco (chatzilla@8BF35710.48523444.77D54CE0.IP)
  1436. # [13:57] * Quits: tonymec (tonymec@A6635DB1.48ED8D8.A9371869.IP) (Ping timeout)
  1437. # [13:57] * Quits: tonymec_KDE (tonymec@A6635DB1.48ED8D8.A9371869.IP) (Ping timeout)
  1438. # [13:58] * Joins: timdream (timdream@moz-1E9709BF.dynamic.hinet.net)
  1439. # [13:59] * FuzzyFox|afk is now known as FuzzyFox
  1440. # [14:00] * Joins: victorporof (victorporo@A6A92E84.63CD072E.39413EC0.IP)
  1441. # [14:00] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1442. # [14:00] * Quits: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl) (Ping timeout)
  1443. # [14:00] * lth is now known as lth|out
  1444. # [14:02] * Fallen|away is now known as Fallen
  1445. # [14:03] * Joins: paolo_ (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1446. # [14:03] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  1447. # [14:03] * Quits: paolo_ (paolo@88F51059.F3BBB17D.144F44FA.IP) (Quit: Konversation terminated!)
  1448. # [14:03] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1449. # [14:05] * Joins: jhorak_ (jhorak@moz-107AD163.redhat.com)
  1450. # [14:05] * Quits: jhorak_ (jhorak@moz-107AD163.redhat.com) (Client exited)
  1451. # [14:05] * Quits: @roc (chatzilla@moz-A45446C6.bng1.tvc.orcon.net.nz) (Ping timeout)
  1452. # [14:06] * Joins: roc (chatzilla@moz-A45446C6.bng1.tvc.orcon.net.nz)
  1453. # [14:06] * ChanServ sets mode: +o roc
  1454. # [14:06] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  1455. # [14:07] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  1456. # [14:07] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  1457. # [14:09] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1458. # [14:09] * Quits: timdream (timdream@moz-1E9709BF.dynamic.hinet.net) (Quit: timdream)
  1459. # [14:13] * Joins: tonymec_KDE (tonymec@46E57039.64732CAE.277517C1.IP)
  1460. # [14:13] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/60aecc9d11ab - Aaron Klotz - Bug 937306 - Improvements to WinUtils::WaitForMessage. r=jimm, a=sylvestre
  1461. # [14:13] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/cea1db6ec4ac - Richard Newman - Bug 1065523 - Part 1: locale picker screen displays short locale display name, not capitalized region-decorated name. r=nalexander, a=sledru
  1462. # [14:14] * pmoore|away is now known as pmoore
  1463. # [14:15] * Andreea|lunch is now known as AndreeaMatei
  1464. # [14:16] * Joins: timdream (timdream@moz-1E9709BF.dynamic.hinet.net)
  1465. # [14:16] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1466. # [14:16] * Joins: tonymec (tonymec@46E57039.64732CAE.277517C1.IP)
  1467. # [14:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8b581c66bded - Tim Taubert - Bug 1067085 - Handle Awesomebar search failures better r=mak
  1468. # [14:21] * Quits: victorporof (victorporo@A6A92E84.63CD072E.39413EC0.IP) (Quit: victorporof)
  1469. # [14:21] * Joins: Sushant94 (Sushant@264E6659.D84D6F90.D30E9BEF.IP)
  1470. # [14:21] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1471. # [14:22] * Quits: tonymec (tonymec@46E57039.64732CAE.277517C1.IP) (Ping timeout)
  1472. # [14:22] * Quits: tonymec_KDE (tonymec@46E57039.64732CAE.277517C1.IP) (Ping timeout)
  1473. # [14:24] * ewong|sleep is now known as ewong
  1474. # [14:25] * Quits: boris (boris@moz-E37F359D.hinet-ip.hinet.net) (Quit: Leaving.)
  1475. # [14:25] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1476. # [14:26] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1477. # [14:26] * Joins: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl)
  1478. # [14:27] * Joins: tonymec_KDE (tonymec@A520210B.64732CAE.277517C1.IP)
  1479. # [14:28] * FuzzyFox is now known as FuzzyFox|afk
  1480. # [14:28] * Joins: tonymec (tonymec@A520210B.64732CAE.277517C1.IP)
  1481. # [14:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/04349a090473 - Carsten "Tomcat" Book - Backed out changeset a58a8a698e3d (bug 1059257) for XPC Test Failures
  1482. # [14:30] * Joins: Edgar (Thunderbir@moz-6A6CB4C5.dynamic.hinet.net)
  1483. # [14:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c69612e0f675 - Richard Newman - Bug 1065523 - Part 1: locale picker screen displays short locale display name, not capitalized region-decorated name. r=nalexander, a=lmandel
  1484. # [14:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/a68bd7dca981 - Oscar Patino - Bug 1064882 - Receive RTCP SR's on recvonly streams for A/V sync. r=jesup, a=bajaj
  1485. # [14:30] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/21c3f268d27f - Antonio M. Amaya - Bug 1066543 - Add MS_VERBOSE to the remount options in the updater automounter. r=marshall_law, a=bajaj
  1486. # [14:30] * Joins: victorporof (victorporo@A6A92E84.63CD072E.39413EC0.IP)
  1487. # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/25e5b5838db2 - Kyle Machulis - Bug 1061805 - Make sure Settings API only calls finalize once. r=bent, a=bajaj
  1488. # [14:31] * Quits: victorporof (victorporo@A6A92E84.63CD072E.39413EC0.IP) (Quit: victorporof)
  1489. # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9bc2db4fd695 - Kartikaya Gupta - Bug 1062307 - Ensure the contextmenu event triggered by a long-press action targets things outside the root scroll frame. r=capella, r=smaug, a=lmandel
  1490. # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/45a8baf21ae6 - Gijs Kruitbosch - Bug 1046022 - Fix LoadURI to not let people load anything inside onbeforeunload. r=bz, a=lmandel
  1491. # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/bac81ffb4c16 - Eitan Isaacson - Bug 1062016 - Editing state gets out of sync. r=yzen, a=lmandel
  1492. # [14:31] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8068c37eb8cb - Robert O'Callahan - Bug 1050159 - Apply correct dirty rect when AddCanvasBackgroundColorItem creates an nsDisplaySolidColor. r=mattwoodrow, a=lmandel
  1493. # [14:32] * Joins: victorporof (victorporo@A6A92E84.63CD072E.39413EC0.IP)
  1494. # [14:33] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1495. # [14:34] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1496. # [14:36] * FuzzyFox|afk is now known as FuzzyFox
  1497. # [14:36] * AndreeaMatei is now known as Andreea|mtg
  1498. # [14:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/52a09180f59d - Nicolas Silva - Bug 1061712 - Don't crash in DrawTargetDual::CreateSimilar if allocation fails. r=Bas
  1499. # [14:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a83b8731e752 - Nicolas Silva - Bug 1061699 - Only crash debug builds if BorrowDrawTarget is called on an unlocked TextureClient. r=Bas
  1500. # [14:37] * Quits: darktrojan (geoff@moz-26A412B5.dsl.telstraclear.net) (Quit: darktrojan)
  1501. # [14:37] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  1502. # [14:38] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1503. # [14:39] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1504. # [14:39] * Joins: ahal (ahal@moz-CD77F5E2.cpe.pppoe.ca)
  1505. # [14:40] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1506. # [14:40] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1507. # [14:41] * rail_away is now known as rail
  1508. # [14:41] * Joins: PiresFelix (Leonardo@moz-128EDA4D.dynamic.adsl.gvt.net.br)
  1509. # [14:41] * Quits: secretrobotron (secretrobo@moz-8F93AD0D.cpe.pppoe.ca) (Input/output error)
  1510. # [14:42] * Joins: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net)
  1511. # [14:45] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  1512. # [14:46] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1513. # [14:46] * Fallen is now known as Fallen|away
  1514. # [14:46] * Parts: koderok (koderok@2E932B4E.E10058D2.1F392835.IP)
  1515. # [14:47] * Quits: nickolay (uid42899@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1516. # [14:47] * curtisk|afk is now known as curtisk
  1517. # [14:49] * Joins: Archaeopteryx (itsme@moz-BC88BD25.cust.telecolumbus.net)
  1518. # [14:49] * Joins: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com)
  1519. # [14:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/885dcc785dd4 - Kearwood (Kip) Gilbert - Bug 1062406 - Part 1: Change x and y parameters of window.scroll* CSSOM-View DOM calls from double to unrestricted double. r=bz, a=lmandel
  1520. # [14:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/c143c4fb1627 - Kearwood (Kip) Gilbert - Bug 1062406 - Part 2: Tests. r=bz, a=lmandel
  1521. # [14:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/19a3efe721ca - Benjamin Bouvier - Bug 1064493 - Use failName rather than failf when validating asm.js globals. r=luke, a=lmandel
  1522. # [14:50] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/785d8cb2da69 - Benjamin Bouvier - Bug 1064493 - Better wording for globals validation errors in asm.js. r=luke, a=lmandel
  1523. # [14:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/82df151dc46a - Michal Novotny - Bug 1052266 - Potential deadlock detected: CacheEntry, CacheIndex.mLock, CacheStorageService at CacheEntry. r=honzab, a=lmandel
  1524. # [14:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/44d46e903286 - Anthony Jones - Bug 1062514 - Fix range handling for regular MP4 with b-frames. r=rillian, a=lmandel
  1525. # [14:53] <jfkthame> nical, inbound doesn't seem to like your push :(
  1526. # [14:53] <nical> darn
  1527. # [14:54] <nical> ok easy fix, I can do this tree. weird cause it built locally before I pushed :(
  1528. # [14:55] <jfkthame> platform-specific, due to differences in what headers get included?
  1529. # [14:55] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1530. # [14:55] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1531. # [14:55] <nical> ah, unified builds goodness, forgot to include the Logging.h
  1532. # [14:56] <jfkthame> aha
  1533. # [14:56] * catlee-away is now known as catlee
  1534. # [14:57] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1535. # [15:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ed7fb4c12ba9 - Nicolas Silva - Bug 1061712 - Fix missing include. r=me
  1536. # [15:00] * Joins: gabor (gabor@moz-BAE94FF5.pool.digikabel.hu)
  1537. # [15:01] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Connection reset by peer)
  1538. # [15:01] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1539. # [15:01] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  1540. # [15:02] <jfkthame> thanks for fixing :)
  1541. # [15:03] * Joins: Gijs (gijs@moz-908843BE.dsl.static.ip.kpnqwest.it)
  1542. # [15:05] * Quits: Swatinem (swatinem@moz-DB6C8027.dynamic.surfer.at) (Ping timeout)
  1543. # [15:06] * lmandel_afk is now known as lmandel
  1544. # [15:06] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1545. # [15:07] * Fallen|away is now known as Fallen
  1546. # [15:07] * Joins: gsvelto (gsvelto@moz-29CCD5E.clienti.tiscali.it)
  1547. # [15:08] * Quits: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: adalucinet)
  1548. # [15:08] * Joins: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP)
  1549. # [15:09] * Quits: timdream (timdream@moz-1E9709BF.dynamic.hinet.net) (Quit: timdream)
  1550. # [15:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3620c14ace38 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1551. # [15:09] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1552. # [15:09] * ChanServ sets mode: +o smaug
  1553. # [15:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/633390f49139 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1554. # [15:09] <adalucinet> !seen gl
  1555. # [15:09] <firebot> gl was last seen 4 days, 14 hours, 18 minutes and 8 seconds ago, saying 'fitzgen: would all the changes be in script.js? and does not require any c++ work?' in #devtools.
  1556. # [15:11] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  1557. # [15:11] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1558. # [15:12] * Matti_away is now known as Matti
  1559. # [15:14] * Joins: gustavold (gustavold@E37DDD73.63567CF1.8D3F079C.IP)
  1560. # [15:14] * Joins: bsmedberg (bsmedberg@moz-820FF4CB.jst.pa.atlanticbb.net)
  1561. # [15:14] * ChanServ sets mode: +o bsmedberg
  1562. # [15:16] * Quits: RealRaven (Thunderbir@8BF2E7F4.E8DF625.C3498625.IP) (Ping timeout)
  1563. # [15:16] * FuzzyFox is now known as FuzzyFox|afk
  1564. # [15:16] * Quits: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net) (Quit: Leaving.)
  1565. # [15:16] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1566. # [15:16] * Joins: RealRaven (Thunderbir@8BF2E7F4.E8DF625.C3498625.IP)
  1567. # [15:16] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  1568. # [15:17] * zz_miketaylr is now known as miketaylr
  1569. # [15:20] * Joins: armenzg (armenzg@moz-ED8417A2.home3.cgocable.net)
  1570. # [15:20] * Quits: RealRaven (Thunderbir@8BF2E7F4.E8DF625.C3498625.IP) (Ping timeout)
  1571. # [15:21] * Matti is now known as Matti_away
  1572. # [15:22] * Joins: RealRaven (Thunderbir@8BF2E7F4.E8DF625.C3498625.IP)
  1573. # [15:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2b371fa44775 - Vincent Liu - Bug 1067718 - Fix typo error for Pixel Convert in WebRTC. r=jesup
  1574. # [15:22] * Joins: system64 (uid17738@moz-A42E5B7B.irccloud.com)
  1575. # [15:23] * bc|afk is now known as bc
  1576. # [15:23] * Quits: Archaeopteryx (itsme@moz-BC88BD25.cust.telecolumbus.net) (Quit: Goodbye)
  1577. # [15:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5d8e56deff5a - Vicamo Yang - Bug 1063304 - 1/3: rename MobileConnectionGonkService.js to MobileConnectionService.js. r=echen
  1578. # [15:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/eed2f616bc3e - Vicamo Yang - Bug 1063304 - 2/3: export header files in right namespace. r=echen
  1579. # [15:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/32f152567996 - Vicamo Yang - Bug 1063304 - 3.a/3: add nsIMobileConnection. Interface changes. r=echen, r=htsai
  1580. # [15:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/11f7b3142762 - Vicamo Yang - Bug 1063304 - 3.b/3: implementation. r=echen
  1581. # [15:25] * Joins: koderok (koderok@D88CB3C.279FE71.C28A6AA4.IP)
  1582. # [15:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9ff2889f236a - Vicamo Yang - Bug 1063304 - 3.c/3: accommodate other components. r=echen
  1583. # [15:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/251ec0478b72 - Vicamo Yang - Bug 1063304 - 3.d/3: Gonk implementation. r=echen
  1584. # [15:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/69870df1c72f - Vicamo Yang - Bug 1064231 - unify instantiation process for RIL services. r=smaug
  1585. # [15:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/815df9795446 - Chenxia Liu - Bug 1063748 - Follow-up: Add telemetry for Onboarding first run screen buttons. r=mfinkle, a=lmandel
  1586. # [15:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7ab5f992dec0 - Benjamin Bouvier - Bug 1065883 - Fail if we try to import variables in the global section without a stdlib parameter. r=luke, a=lmandel
  1587. # [15:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f55c10f49f50 - Chenxia Liu - Bug 1059827 - [7" Tablet] First-run window navigation buttons are hidden in landscape. r=wesj, a=lmandel
  1588. # [15:25] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5a9a2c33f2e1 - Bruce Sun - Bug 1064376 - Video playback fails if the used audio codec is offline-playback supported. r=roc, r=vasanth, a=lmandel
  1589. # [15:26] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1590. # [15:28] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1591. # [15:28] * Joins: larsg (larsg@moz-F30BF396.dip0.t-ipconnect.de)
  1592. # [15:29] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1593. # [15:29] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1594. # [15:29] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  1595. # [15:30] * FuzzyFox|afk is now known as FuzzyFox
  1596. # [15:30] <nemo> https://community.rapid7.com/community/metasploit/blog/2014/09/15/major-android-bug-is-a-privacy-disaster-cve-2014-6041
  1597. # [15:31] <nemo> oups
  1598. # [15:31] <nemo> #mobile was where I meant to be
  1599. # [15:31] <nemo> thought they might like that
  1600. # [15:31] * Joins: bent (chatzilla@moz-BEBF22B1.nycmny.east.verizon.net)
  1601. # [15:32] <@bsmedberg> bogdan_maris: do have an ETA for bug 1063605?
  1602. # [15:36] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1603. # [15:36] * Joins: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP)
  1604. # [15:37] * Joins: tromey (tromey@moz-E33B8B8D.hlrn.qwest.net)
  1605. # [15:37] <catlee> ttaubert: ping
  1606. # [15:37] <bogdan_maris> bsmedberg: I will start working on that tomorrow, today I was busy with Beta 4 testing.
  1607. # [15:37] <ttaubert> catlee: hey
  1608. # [15:38] <catlee> ttaubert: hey, wondering if I can get you any other info for this sessionrestore bug
  1609. # [15:38] <catlee> like a diff between restore.*
  1610. # [15:38] * Joins: jaws (uid2871@moz-5F4AA75A.irccloud.com)
  1611. # [15:38] <catlee> any good json diffing tools?
  1612. # [15:40] <ttaubert> hmmm
  1613. # [15:40] <catlee> doesn't look like much is different
  1614. # [15:40] * Quits: tromey (tromey@moz-E33B8B8D.hlrn.qwest.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  1615. # [15:41] * Joins: tromey (tromey@moz-E33B8B8D.hlrn.qwest.net)
  1616. # [15:41] <catlee> some IDs are changed
  1617. # [15:41] <catlee> e.g. in recovery.js the ID for one app tab is 2040334899, but in recovery.bak it's 37
  1618. # [15:41] <ttaubert> hm
  1619. # [15:42] <catlee> different docIdentifiers
  1620. # [15:42] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1621. # [15:42] <ttaubert> catlee: so can you reproduce that with a session that isn't sensitive? like where you could share a recovery.js and .bak file with me?
  1622. # [15:42] * jmaher|afk is now known as jmaher
  1623. # [15:42] <catlee> hm, I haven't tried
  1624. # [15:42] <catlee> let me give that a shot
  1625. # [15:43] * Joins: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net)
  1626. # [15:44] <ttaubert> that said, you can generally share any session with me but I understand that you might not want that :)
  1627. # [15:44] * armenzg is now known as armenzg_brb
  1628. # [15:45] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  1629. # [15:45] * Quits: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  1630. # [15:45] <catlee> nah, a fresh profile doesn't reproduce it
  1631. # [15:46] <catlee> oh, hm, it just missed something
  1632. # [15:46] * miketaylr is now known as zz_miketaylr
  1633. # [15:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b7762059815b - Paul Rouget - Bug 1067319 - don't checkout preferenceFront. r=jryans
  1634. # [15:49] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1635. # [15:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/fd86082fb7a4 - Adam Roach [:abr] - Bug 1060809: Set throttle hostname to soft-start.loop.services.mozilla.com r=dmose
  1636. # [15:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ecc5cb4dcdfe - Adam Roach [:abr] - Bug 1066816 - Allow OT toolkit to set GUID for analytics r=Standard8
  1637. # [15:50] * Matti_away is now known as Matti
  1638. # [15:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/64be5e76ca62 - Masayuki Nakano - Bug 1066594 Restore composition string and selection after restarting composition when a part of composition string is committed r=emk
  1639. # [15:51] * glob|away is now known as glob
  1640. # [15:51] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1641. # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/89f90f4ff64c - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1642. # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/92b61037e0cb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1643. # [15:53] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1644. # [15:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f1d1f89e5bd5 - Iaroslav (Yarik) Sheptykin - Bug 407821 - Limit the max length of tags for bookmarks to 100 characters. r=paolo
  1645. # [15:54] * Quits: Gijs (gijs@moz-908843BE.dsl.static.ip.kpnqwest.it) (Ping timeout)
  1646. # [15:55] <catlee> wow, new profiles sure are snappy
  1647. # [15:55] * zz_miketaylr is now known as miketaylr
  1648. # [15:55] * mcote|afk is now known as mcote
  1649. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6d54ee2b5a82 - Honza Bambas - Bug 1000338 - nsICacheEntry.lastModified not properly implemented, r=michal
  1650. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5780024ea016 - Honza Bambas - Bug 1029782 - Have OPEN_SECRETLY flag for opening cache entries, r=michal
  1651. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1bb80b72541f - Honza Bambas - Bug 1066726 - Concurrent HTTP cache read and write issues, r=michal+jduell
  1652. # [15:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/798ea1c2f70c - Honza Bambas - Bug 1065478 - POSTs are coming from offline application cache, r=jduell
  1653. # [15:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/352aa978236d - Honza Bambas - Bug 1034638 - Don't make QPC to GTC fallback in TimeStamp_windows let change differences of previously taken timestamps, r=robarnold
  1654. # [15:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e31f6893fd19 - Honza Bambas - Bug 1064212 - Add fromWindow() to LoadContextInfo.jsm, r=dolske
  1655. # [15:56] * Joins: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP)
  1656. # [15:57] * Parts: nical (nical@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1657. # [15:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/baa2460daf87 - Paolo Amadini - Bug 1067845 - Clean up after browser_mozLoop_softStart.js. r=abr
  1658. # [15:58] * Quits: masayuki1 (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  1659. # [15:58] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  1660. # [15:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/68c19178a60d - Hsin-Yi Tsai - Bug 1061535 - [B2G][RIL] Relax restrictions on EF_IMG error handling. r=edgar, a=bajaj
  1661. # [15:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/30b8a67017bb - Hsin-Yi Tsai - Bug 1061535 - [B2G][RIL] More tests for EF_IMG error handling. r=edgar, a=bajaj
  1662. # [15:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5a7b47cb1498 - Malini Das - Bug 1058158 - Run B2G Marionette tests in test container. r=jgriffin, a=test-only
  1663. # [15:59] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/8d7b791a71bc - Gijs Kruitbosch - Bug 1062843 - Include shared.inc to make @focusRingShadow@ be defined. r=dao, a=lmandel
  1664. # [15:59] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6b686aa0a606 - Brian Birtles - Bug 1063992 - Set the animation player hold time to zero when it is initially paused. r=dzbarsky, a=lmandel
  1665. # [15:59] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5d0669f61832 - Brian Hackett - Bug 1063488 - Treat MaybeCopyElementsForWrite as possibly overwriting an object's elements pointer. r=jandem, a=lmandel
  1666. # [15:59] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/91d7c9c5b349 - Jed Davis - Bug 1042426 - Adjust installer manifests for the new MOZ_SANDBOX flag. r=mshal, a=lmandel
  1667. # [15:59] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/333807127cd1 - Alex Bardas - Bug 1042521 - Use original input when calling KeywordToURI and do not trim the input before calling urifixup in tests. r=Gijs, a=lmandel
  1668. # [15:59] * Joins: Gijs (gijs@moz-908843BE.dsl.static.ip.kpnqwest.it)
  1669. # [16:02] * lmandel is now known as lmandel_afk
  1670. # [16:02] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1671. # [16:03] * Quits: koderok (koderok@D88CB3C.279FE71.C28A6AA4.IP) (Ping timeout)
  1672. # [16:03] * kats|away is now known as kats
  1673. # [16:03] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/03c78025728a - Nicolas B. Pierron - Backed out changeset a965be2731d4 (Bug 1027897 - IonMonkey: Refactor split position ...) for B2G keyboard failures.
  1674. # [16:04] * Joins: jkitch1 (Thunderbir@moz-F67DBEFC.lns20.adl6.internode.on.net)
  1675. # [16:04] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1676. # [16:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fe424bb7192c - Benjamin Bouvier - Bug 1067373: Fold SimdValueX4 with same non constant operands into SimdSplatX4; r=sunfish
  1677. # [16:04] * Joins: ahameez (ahameez@979B789B.8FE57F35.DDE7AB2D.IP)
  1678. # [16:04] * Andreea|mtg is now known as AndreeaMatei
  1679. # [16:04] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1680. # [16:04] * Quits: jkitch (Thunderbir@moz-F67DBEFC.lns20.adl6.internode.on.net) (Ping timeout)
  1681. # [16:05] * armenzg_brb is now known as armenzg
  1682. # [16:05] * Quits: jkitch1 (Thunderbir@moz-F67DBEFC.lns20.adl6.internode.on.net) (Ping timeout)
  1683. # [16:07] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1684. # [16:07] * Joins: Jackneill (Jackneill@moz-37B00D7B.pool.digikabel.hu)
  1685. # [16:08] * lightsofapollo|pto is now known as lightsofapollo
  1686. # [16:08] * Quits: bjacob (bjacob@moz-CC07A754.cable.teksavvy.com) (Ping timeout)
  1687. # [16:09] * RyanVM is now known as RyanVM|brb
  1688. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/59f1902b2bd5 - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  1689. # [16:10] * philor|away is now known as philor
  1690. # [16:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/92b7bf6da205 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1691. # [16:11] * Quits: Edgar (Thunderbir@moz-6A6CB4C5.dynamic.hinet.net) (Quit: Edgar)
  1692. # [16:11] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  1693. # [16:11] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  1694. # [16:12] * Quits: gabor (gabor@moz-BAE94FF5.pool.digikabel.hu) (Ping timeout)
  1695. # [16:12] * Quits: bogdan_maris (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1696. # [16:12] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  1697. # [16:13] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  1698. # [16:14] * lth|out is now known as lth
  1699. # [16:14] * Joins: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP)
  1700. # [16:14] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  1701. # [16:14] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1702. # [16:15] * Joins: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP)
  1703. # [16:15] * edmorley is now known as edmorley|sheriffduty
  1704. # [16:16] * Quits: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net) (Quit: AFK)
  1705. # [16:16] * Quits: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP) (Quit: Computer gone to sleep - Zzzz...)
  1706. # [16:16] * Tomcat|Sheriffduty is now known as Tomcat|afk
  1707. # [16:18] <Pike> :-)
  1708. # [16:18] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  1709. # [16:18] * ChanServ sets mode: +o bz
  1710. # [16:19] * Joins: timdream (timdream@moz-1E9709BF.dynamic.hinet.net)
  1711. # [16:19] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  1712. # [16:20] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1713. # [16:20] * Joins: mdas (mdas@moz-CFFBFDC4.cpe.teksavvy.com)
  1714. # [16:20] * Joins: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net)
  1715. # [16:20] * Joins: emtwo (Adium@13F2CEC5.7672369.D8E68FF6.IP)
  1716. # [16:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/142eff2a9c9e - B2G Bumper Bot - Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
  1717. # [16:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5b96270c22a2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1718. # [16:23] * Joins: koderok (koderok@D88CB3C.279FE71.C28A6AA4.IP)
  1719. # [16:23] * Joins: spohl (Adium@moz-8FDA169D.reverse.softlayer.com)
  1720. # [16:23] * Quits: koderok (koderok@D88CB3C.279FE71.C28A6AA4.IP) (Input/output error)
  1721. # [16:24] * Quits: mkohler (mkohler@moz-336805DB.dclient.hispeed.ch) (Connection reset by peer)
  1722. # [16:24] * Quits: alexbardas (alexbardas@moz-A53CBDA1.hsd1.ca.comcast.net) (Input/output error)
  1723. # [16:24] * Quits: Six (Mibbit@A487992A.574B3ED5.BA2F4534.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1724. # [16:26] * hwine-commuting is now known as hwine
  1725. # [16:29] * Quits: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1726. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/106da91bbf79 - ProgramFOX - Bug 1031203: Renamed X4 to Simd. r=bbouvier
  1727. # [16:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/46b607594969 - ProgramFOX - Bug 1031203: Reordered declarations in SIMD.h; r=bbouvier
  1728. # [16:33] * Quits: bent (chatzilla@moz-BEBF22B1.nycmny.east.verizon.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1729. # [16:33] * BenWa|email is now known as BenWa
  1730. # [16:33] * Quits: CristinaM (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1731. # [16:33] * Quits: ahameez (ahameez@979B789B.8FE57F35.DDE7AB2D.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1732. # [16:34] * Joins: mkohler (mkohler@moz-336805DB.dclient.hispeed.ch)
  1733. # [16:36] <whimboo> bz: this guy is more than annoying. I wish it wouldn't be that easy to create new accounts
  1734. # [16:36] * BenWa is now known as BenWa|email
  1735. # [16:36] <mhoye> We have a bug on file for partial re-rendering in e10s?
  1736. # [16:37] * Quits: avaida (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Input/output error)
  1737. # [16:38] <glob> whimboo, i can block it... what's his new account?
  1738. # [16:38] * Joins: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net)
  1739. # [16:38] <whimboo> glob: https://bugzilla.mozilla.org/show_bug.cgi?id=248955#c80
  1740. # [16:40] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Client exited)
  1741. # [16:41] * nsm|away is now known as nsm
  1742. # [16:41] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  1743. # [16:41] * Joins: jgilbert (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP)
  1744. # [16:41] * Quits: PiresFelix (Leonardo@moz-128EDA4D.dynamic.adsl.gvt.net.br) (Connection reset by peer)
  1745. # [16:42] * Joins: Edgar (Thunderbir@moz-6A6CB4C5.dynamic.hinet.net)
  1746. # [16:44] * Joins: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP)
  1747. # [16:44] <glob> whimboo, dealt with
  1748. # [16:44] <whimboo> glob: thanks
  1749. # [16:45] <@bz> whimboo: Yeah, I know
  1750. # [16:45] <@bz> whimboo: I'm hoping he'll shut up and go away now that I pointed him to an extension that solves his problem....
  1751. # [16:45] * wlach|afk is now known as wlach
  1752. # [16:45] * Fallen is now known as Fallen|away
  1753. # [16:46] <whimboo> bz: lets hope so.
  1754. # [16:46] <glob> bz, it didn't stop him on the bug. i've taken some stronger measures
  1755. # [16:47] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Ping timeout)
  1756. # [16:47] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  1757. # [16:48] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  1758. # [16:48] * Quits: nattokirai (nattokirai@moz-702A09FB.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  1759. # [16:49] * Joins: gerv (Instantbir@D1A5F021.A41AEF29.C589985.IP)
  1760. # [16:49] * RyanVM|brb is now known as RyanVM
  1761. # [16:49] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  1762. # [16:49] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1763. # [16:51] * Joins: mchang (mchang@moz-95B568D6.socal.res.rr.com)
  1764. # [16:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7fcdf1853355 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1765. # [16:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/a801d26c4daa - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1766. # [16:54] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  1767. # [16:54] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  1768. # [16:54] * Joins: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net)
  1769. # [16:54] * mkohler is now known as mkohler|afk
  1770. # [16:54] * Joins: jchaulk (jchaulk@moz-16B31471.dsl.teksavvy.com)
  1771. # [16:55] * Quits: twi (Adium@moz-56EAEB28.retail.telecomitalia.it) (Quit: Leaving.)
  1772. # [16:56] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1773. # [16:57] * coop|afk is now known as coop
  1774. # [16:57] <Standard8> abr: bustage on fx-team
  1775. # [16:59] * Quits: fabrice (fabrice@495A1E63.5994028D.9CA62458.IP) (Ping timeout)
  1776. # [17:00] * BenWa|email is now known as BenWa
  1777. # [17:00] * Joins: botond|wfh (chatzilla@moz-D925CFC6.cable.teksavvy.com)
  1778. # [17:01] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1779. # [17:02] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1780. # [17:03] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1781. # [17:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6f609219f77a - Ed Morley - Backed out changeset ecc5cb4dcdfe (bug 1066816) for loop test failures
  1782. # [17:05] <efaust> 33 is the current beta, yes?
  1783. # [17:05] * Quits: flaviu (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Input/output error)
  1784. # [17:06] <RyanVM> efaust: yes
  1785. # [17:07] <abr> Standard8: Thanks. Apparently, we instantiate these with OT = null (or undefined) for the unit tests. Gah.
  1786. # [17:07] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  1787. # [17:07] * Quits: sir_none (Thunderbir@5F87E885.DDC54EB2.170057B8.IP) (Quit: sir_none)
  1788. # [17:07] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  1789. # [17:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/93a2036a377e - Mark Banner - Bug 1067519 Loop desktop client should close the conversation window if the caller chooses to cancel the call. r=nperriault
  1790. # [17:08] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  1791. # [17:09] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1792. # [17:09] * Quits: adalucinet (Instantbir@B0E65737.A45B6F05.5BAD8D42.IP) (Quit: adalucinet)
  1793. # [17:09] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1794. # [17:09] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1795. # [17:09] <efaust> RyanVM: OK, thanks
  1796. # [17:10] * sheppy-offline is now known as sheppy
  1797. # [17:11] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1798. # [17:12] * Joins: jrmuizel (jrmuizel@FCCEA34F.7672369.D8E68FF6.IP)
  1799. # [17:14] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  1800. # [17:15] <mhoye> e10s question: Is there a reason I would be seeing different Firefox menus on one screen vs a second?
  1801. # [17:16] * Quits: Edgar (Thunderbir@moz-6A6CB4C5.dynamic.hinet.net) (Ping timeout)
  1802. # [17:16] * Quits: mihneadb (mihneadb@B31BE4F8.9BE7D5C4.DC46C49F.IP) (Quit: Computer gone to sleep - Zzzz...)
  1803. # [17:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2cb4a65fdd66 - Benjamin Bouvier - Bug 1067502: Be less coercive for float32x4 ctor and splat inputs; r=luke
  1804. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b771f9a5d491 - Ryan VanderMeulen - No bug - Touch CLOBBER.
  1805. # [17:21] <jimm> mhoye: what type of menu? context menu?
  1806. # [17:22] <jimm> mhoye: btw, the e10s team currently hangs out in #e10s
  1807. # [17:24] * Joins: arasbm (zooby@78E1246E.46E0B601.23E4E477.IP)
  1808. # [17:25] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1809. # [17:25] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  1810. # [17:25] * RyanVM is now known as RyanVM|bbl
  1811. # [17:26] * Quits: gerv (Instantbir@D1A5F021.A41AEF29.C589985.IP) (Ping timeout)
  1812. # [17:26] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1813. # [17:26] * ewong is now known as ewong|sleep
  1814. # [17:26] * Joins: Archaeopteryx (itsme@moz-105BE7B0.cust.telecolumbus.net)
  1815. # [17:26] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1816. # [17:26] * davidb is now known as davidb|afk
  1817. # [17:26] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1818. # [17:27] * Quits: botond|wfh (chatzilla@moz-D925CFC6.cable.teksavvy.com) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0.1/20140911151253])
  1819. # [17:27] * davidb|afk is now known as davidb
  1820. # [17:27] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  1821. # [17:27] * davidb is now known as davidb|afk
  1822. # [17:27] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  1823. # [17:27] * Joins: twi (Adium@moz-DEF6B6AD.cust.vodafonedsl.it)
  1824. # [17:27] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1825. # [17:28] * Joins: mastizada (Thunderbir@71DE7026.D9EC1EEB.D2FADA4.IP)
  1826. # [17:28] <mhoye> jimm: thanks, I'll ask there.
  1827. # [17:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/07d5640694f2 - Ed Morley - Backed out changeset f1d1f89e5bd5 (bug 407821) for xpcshell failures
  1828. # [17:29] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1829. # [17:30] <bbouvier> damned, i'll break inbound soon
  1830. # [17:30] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1831. # [17:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5cbb7604a4a9 - B2G Bumper Bot - Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
  1832. # [17:30] <bbouvier> can a sheriff close it please? need to find out whether i can hotfix or not
  1833. # [17:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/dff2c51de04e - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1834. # [17:31] * Joins: mt_ (mt@moz-5F16805E.hsd1.ca.comcast.net)
  1835. # [17:31] <bbouvier> really sorry about that :/
  1836. # [17:31] <bbouvier> RyanVM|bbl, Tomcat|afk ^
  1837. # [17:32] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  1838. # [17:32] * laura is now known as laura_pto
  1839. # [17:33] * Joins: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net)
  1840. # [17:34] * pmoore is now known as pmoore|away
  1841. # [17:34] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1842. # [17:35] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: )
  1843. # [17:35] * Joins: trevorh (trevor@moz-FE9122B1.lns5.cha.bigpond.net.au)
  1844. # [17:35] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1845. # [17:35] * Quits: mt_ (mt@moz-5F16805E.hsd1.ca.comcast.net) (Quit: Leaving.)
  1846. # [17:36] * Joins: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com)
  1847. # [17:36] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1848. # [17:37] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1849. # [17:37] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  1850. # [17:37] * ChanServ sets mode: +o ehsan
  1851. # [17:38] <bbouvier> nvm
  1852. # [17:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/31f84a923a18 - Benjamin Bouvier - Backed out changeset 2cb4a65fdd66 (bug 1067502)
  1853. # [17:39] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1854. # [17:39] * Joins: flo-retina (Instantbir@moz-25D49B0E.ip-37-59-48.eu)
  1855. # [17:39] * Joins: fabrice (fabrice@moz-62518563.mtv2.mozilla.com)
  1856. # [17:40] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1857. # [17:40] * Fallen|away is now known as Fallen
  1858. # [17:41] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1859. # [17:42] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1860. # [17:43] * Joins: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net)
  1861. # [17:43] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1862. # [17:43] * Quits: jrmuizel (jrmuizel@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  1863. # [17:43] * Joins: jrmuizel_ (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1864. # [17:43] * terrence-thermal-throttled is now known as terrence
  1865. # [17:43] * Quits: tomasz (Adium@moz-94FD5102.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1866. # [17:44] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1867. # [17:44] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1868. # [17:45] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1869. # [17:45] * Parts: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  1870. # [17:45] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1871. # [17:46] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  1872. # [17:46] * Quits: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net) (Input/output error)
  1873. # [17:47] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  1874. # [17:47] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1875. # [17:47] * philor is now known as philor|away
  1876. # [17:48] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1877. # [17:48] * Joins: ehugg (ehugg@moz-C34A802C.mycingular.net)
  1878. # [17:48] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1879. # [17:48] * Quits: m_gol (m_gol@moz-DEF52D5.static.chello.pl) (Quit: Leaving...)
  1880. # [17:48] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1881. # [17:48] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1882. # [17:49] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  1883. # [17:50] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  1884. # [17:50] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1885. # [17:50] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1886. # [17:51] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  1887. # [17:51] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  1888. # [17:51] * Quits: luke (luke@moz-6C4B3E7.dhcp.ftwo.tx.charter.com) (Quit: Leaving.)
  1889. # [17:51] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1890. # [17:51] * Joins: serge (Thunderbir@CDDCC657.279DB3AD.971E19F6.IP)
  1891. # [17:51] * Joins: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net)
  1892. # [17:51] * Joins: Zupoman (mistrzmag@96766F5F.EAFD72D8.FD4497A0.IP)
  1893. # [17:52] * Quits: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net) (Quit: Leaving.)
  1894. # [17:52] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  1895. # [17:53] * mkohler|afk is now known as mkohler
  1896. # [17:53] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  1897. # [17:53] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1898. # [17:54] * Quits: Gijs (gijs@moz-908843BE.dsl.static.ip.kpnqwest.it) (Ping timeout)
  1899. # [17:54] * kats is now known as kats-lunch
  1900. # [17:54] * Quits: MarcoZ (marco.zehe@moz-ABCBD7A6.dip0.t-ipconnect.de) (Ping timeout)
  1901. # [17:54] * pbrosset is now known as pbrosset|afk
  1902. # [17:55] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1903. # [17:55] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1904. # [17:56] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: rcirc on GNU Emacs 24.3.92.1)
  1905. # [17:56] * Quits: timdream (timdream@moz-1E9709BF.dynamic.hinet.net) (Quit: timdream)
  1906. # [17:57] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  1907. # [17:57] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1908. # [17:58] * armenzg is now known as armenzg_brb
  1909. # [17:58] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1910. # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/9ece686e8317 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1911. # [17:58] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/edf8c2d05a47 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1912. # [17:59] * Joins: mike (Mibbit@239A844F.7E2DFA01.1C37C358.IP)
  1913. # [17:59] * Quits: cconco (chatzilla@8BF35710.48523444.77D54CE0.IP) (Ping timeout)
  1914. # [17:59] * jcranmer|away is now known as jcranmer
  1915. # [17:59] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1916. # [17:59] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  1917. # [18:00] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1918. # [18:00] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1919. # [18:00] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1920. # [18:01] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1921. # [18:01] * Joins: timdream (timdream@moz-1E9709BF.dynamic.hinet.net)
  1922. # [18:01] <qDot> edmorley|sheriffduty: Is b2g-i uplift blocked based on the Mnw perma-orange?
  1923. # [18:01] * Joins: jgilbert_ (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP)
  1924. # [18:02] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1925. # [18:02] * Quits: jgilbert (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP) (Ping timeout)
  1926. # [18:03] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  1927. # [18:03] * Quits: mike (Mibbit@239A844F.7E2DFA01.1C37C358.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1928. # [18:03] * Joins: KWierso|afk (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP)
  1929. # [18:03] * Joins: scravag1 (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1930. # [18:03] * Joins: vebb (mike@moz-A9F59665.callplus.net.nz)
  1931. # [18:03] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1932. # [18:03] * Quits: scravag1 (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Max SendQ exceeded)
  1933. # [18:03] * Fallen is now known as Fallen|away
  1934. # [18:03] * Joins: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1935. # [18:04] * Joins: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net)
  1936. # [18:04] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  1937. # [18:04] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  1938. # [18:04] * Joins: vingtetun (vnicolas@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1939. # [18:04] * KWierso|afk is now known as KWierso
  1940. # [18:05] * Joins: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net)
  1941. # [18:05] * jet is now known as jet|pto
  1942. # [18:05] * Quits: coop (coop@FD3868C7.A7B669F.F061A1E6.IP) (Ping timeout)
  1943. # [18:06] * Joins: ashughes (uid34327@moz-E77DEB21.irccloud.com)
  1944. # [18:06] * Joins: mt_ (mt@moz-199CCC40.hsd1.ca.comcast.net)
  1945. # [18:06] * Joins: coop (coop@moz-E1670A8A.dsl.teksavvy.com)
  1946. # [18:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d803279cf506 - Brian Hackett - Bug 1061600 - Fix PropertyWriteNeedsTypeBarrier, r=jandem.
  1947. # [18:07] * Quits: KWierso (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP) (Ping timeout)
  1948. # [18:07] * Joins: luke (luke@moz-6C4B3E7.dhcp.ftwo.tx.charter.com)
  1949. # [18:07] * Joins: marco (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1950. # [18:07] * Joins: stefanh_netbook (chatzilla@moz-3EED0162.customers.ownit.se)
  1951. # [18:07] <edmorley|sheriffduty> qDot: I have no idea, sorry
  1952. # [18:08] * FuzzyFox is now known as FuzzyFox|afk
  1953. # [18:08] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  1954. # [18:08] * Joins: juanb (jbecerra@E427E78E.E1963846.259C7EEB.IP)
  1955. # [18:09] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  1956. # [18:09] * Joins: KWierso (chatzilla@A8B5A648.5C5B13F2.3BDB9670.IP)
  1957. # [18:09] * Quits: damons (gnubeard@moz-6462BBF7.dsl.sjc.megapath.net) (Quit: damons)
  1958. # [18:10] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  1959. # [18:10] * lmandel_afk is now known as lmandel
  1960. # [18:11] * chmanchester is now known as chmanchester|afk
  1961. # [18:12] <@bsmedberg> milan: did you get my email from Friday afternoon about coordinating stability issues for 33/nightly?
  1962. # [18:12] * Joins: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net)
  1963. # [18:12] <milan> bsmedberg: yes. we're looking at omtc/direct2d issues
  1964. # [18:13] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  1965. # [18:13] <milan> bsmedberg: i'm not sure what more coordination we need at this point...
  1966. # [18:13] <@bsmedberg> milan: yeah, in the short term I was wondering about whether dmajor could help out with identifying patterns of bad graphics cards/drivers/etc for that effort
  1967. # [18:13] <@bsmedberg> since he's got the most direct experience with slicing and dicing that data
  1968. # [18:14] <milan> bsmedberg: you'll never hear me complain if somebody can interpret the data for us
  1969. # [18:14] <milan> that'd be awesome
  1970. # [18:14] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  1971. # [18:14] * Joins: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com)
  1972. # [18:14] <@bsmedberg> milan: Who should he be talking to?
  1973. # [18:14] <milan> bsmedberg: bas and nical are looking at these issues
  1974. # [18:14] * Joins: cconco (chatzilla@moz-5D9F11C2.cust.bluewin.ch)
  1975. # [18:14] <@bsmedberg> ok
  1976. # [18:15] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  1977. # [18:15] <Bas> bsmedberg: Nical is looking into appending some data on the error codes D3D is giving us to crash reports.
  1978. # [18:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/36bb82f4357b - B2G Bumper Bot - Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
  1979. # [18:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/912d69ab5b64 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1980. # [18:15] <Bas> bsmedberg: It'll be a hack but it should give us useful data on central within days.
  1981. # [18:16] <Bas> Which is most important right now.
  1982. # [18:16] <nemo> hm. did someone break awesomebar in nightlies?
  1983. # [18:16] <nemo> I'm typing one of the local addresses here. probably one that I've typed into the browser before. 10.0.0.10
  1984. # [18:16] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Quit: Leaving)
  1985. # [18:16] * Quits: vebb (mike@moz-A9F59665.callplus.net.nz) (Quit: preprocessor-irc-cli has gone to sleep ZzzzzZZZ)
  1986. # [18:16] <nemo> awesomebar suggests 10.0.0.10/ (http isn't visible since this is one of those profiles where I haven't disabled that stupid protocol hiding - I mention 'cause it might play into it)
  1987. # [18:17] <nemo> anyway. I hit enter, and a google search is triggered
  1988. # [18:17] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  1989. # [18:17] <@smaug> nemo: ip-address like thing is known to be broken
  1990. # [18:17] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  1991. # [18:17] <nemo> ok
  1992. # [18:17] <@smaug> about to be fixed
  1993. # [18:17] <nemo> cool
  1994. # [18:17] * Joins: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP)
  1995. # [18:17] * Quits: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com) (Input/output error)
  1996. # [18:18] * Joins: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net)
  1997. # [18:18] * Quits: bnicholson (bnicholson@D5DEB921.F67EC404.A36C57B9.IP) (Ping timeout)
  1998. # [18:18] * terrence is now known as terrence-brb
  1999. # [18:18] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Max SendQ exceeded)
  2000. # [18:19] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2001. # [18:19] * Joins: jduell (jduell@moz-612365A.hsd1.wa.comcast.net)
  2002. # [18:20] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  2003. # [18:20] * Joins: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com)
  2004. # [18:21] * Joins: alexbardas (alexbardas@moz-CF8BEBEF.dia.static.qwest.net)
  2005. # [18:21] * edmorley|sheriffduty is now known as edmorley
  2006. # [18:21] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Ping timeout)
  2007. # [18:21] * Quits: jduell (jduell@moz-612365A.hsd1.wa.comcast.net) (Ping timeout)
  2008. # [18:21] * Quits: ferjm (textual@moz-C75BC392.upc-i.chello.nl) (Quit: Textual IRC Client: www.textualapp.com)
  2009. # [18:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b1d85a53b141 - B2G Bumper Bot - Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
  2010. # [18:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/5b4236189b9b - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2011. # [18:22] * KWierso is now known as KWierso|sheriffduty
  2012. # [18:22] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2013. # [18:22] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2014. # [18:23] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2015. # [18:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7c31e03ed3f9 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2016. # [18:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0128b17b9230 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2017. # [18:26] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2018. # [18:26] * Quits: jet|pto (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet|pto)
  2019. # [18:27] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2020. # [18:27] * Quits: sunfish (chatzilla@moz-8F4015BA.dsl.dynamic.sonic.net) (Ping timeout)
  2021. # [18:27] * Quits: mccr8 (mccr8@moz-F3D6C6BB.hsd1.ca.comcast.net) (Quit: computer sleep)
  2022. # [18:28] * Quits: jrmuizel_ (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2023. # [18:28] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2024. # [18:28] * Joins: ProgramFOX (chatzilla@moz-704C0C0B.adsl-dyn.isp.belgacom.be)
  2025. # [18:29] * Joins: dzbarsky (Adium@moz-18E94431.wireless-resnet.upenn.edu)
  2026. # [18:29] * Joins: mib_izhoja (Mibbit@moz-817296C3.dsl.bell.ca)
  2027. # [18:29] * Quits: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net) (Quit: )
  2028. # [18:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/bc5cc000624d - Felipe Gomes - Bug 1058358 - Add a new opt-out mechanism for each time we enable e10s on Nightly for testing. r=gavin
  2029. # [18:29] * Quits: mdup (mdup@moz-BEBF200D.eduroam.univ-ubs.fr) (Quit: mdup)
  2030. # [18:30] * Quits: mib_izhoja (Mibbit@moz-817296C3.dsl.bell.ca) (Quit: http://www.mibbit.com ajax IRC Client)
  2031. # [18:30] * terrence-brb is now known as terrence
  2032. # [18:30] * Quits: ehugg (ehugg@moz-C34A802C.mycingular.net) (Quit: ehugg)
  2033. # [18:31] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2034. # [18:31] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  2035. # [18:33] * Joins: harth (harth@moz-1BAFD40C.nyc.res.rr.com)
  2036. # [18:34] * Quits: dzbarsky (Adium@moz-18E94431.wireless-resnet.upenn.edu) (Quit: Leaving.)
  2037. # [18:34] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2038. # [18:35] <mhoye> So, opting into E10S testing breaks release Firefox when you try to go back to it.
  2039. # [18:35] <mhoye> For anyone using the same profile for both.
  2040. # [18:35] * Joins: dzbarsky (Adium@moz-18E94431.wireless-resnet.upenn.edu)
  2041. # [18:35] * Quits: garvank (Garvan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2042. # [18:35] <mhoye> I'm going to file that momentarily/
  2043. # [18:35] * sfink|afk is now known as sfink
  2044. # [18:35] * jaoo is now known as jaoo|afk
  2045. # [18:36] * Quits: jgilbert_ (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP) (Ping timeout)
  2046. # [18:36] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2047. # [18:37] * Quits: IanN (chatzilla@4837CDFE.2ECE621A.E5F36E28.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0.1/20140911151253])
  2048. # [18:37] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2049. # [18:37] * Quits: stefanh_netbook (chatzilla@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0/20140830210659])
  2050. # [18:38] * sheppy is now known as sheppy-appt
  2051. # [18:39] * kats-lunch is now known as kats
  2052. # [18:40] * jlund|away is now known as jlund
  2053. # [18:40] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  2054. # [18:41] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  2055. # [18:42] * Quits: alexbardas (alexbardas@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  2056. # [18:42] * rail is now known as rail-lunch
  2057. # [18:43] * Joins: stephend (sid17718@moz-A42E5B7B.irccloud.com)
  2058. # [18:43] * Quits: grobinson (grobinson@moz-731932CD.hsd1.ca.comcast.net) (Quit: )
  2059. # [18:43] * Parts: stephend (sid17718@moz-A42E5B7B.irccloud.com)
  2060. # [18:44] * jimm is now known as jimm-lunch
  2061. # [18:44] * Quits: dzbarsky (Adium@moz-18E94431.wireless-resnet.upenn.edu) (Quit: Leaving.)
  2062. # [18:44] * khuey|away is now known as khuey
  2063. # [18:45] <NeilAway> enn: what's the observable difference between :focus and :-moz-focusring? some theme files use one and some use the other
  2064. # [18:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/21fd2abf0b2f - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  2065. # [18:45] * Joins: ehugg (ehugg@43B1C4EC.709C0A2A.6157E88D.IP)
  2066. # [18:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cafe6aad21eb - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2067. # [18:46] <Enn> the former applies whenever the element is focused, the latter only when focused and a focusring should appear
  2068. # [18:46] <Enn> NeilAway: for example, on Windows focusrings don't appear until you start using the keyboard to tab navigate
  2069. # [18:47] * Quits: paolo (paolo@88F51059.F3BBB17D.144F44FA.IP) (Quit: Konversation terminated!)
  2070. # [18:49] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  2071. # [18:49] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2072. # [18:49] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2073. # [18:49] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  2074. # [18:49] * whimboo is now known as whimboo|dinner
  2075. # [18:50] * Joins: trevorh1 (trevor@moz-4978C359.lns7.woo.bigpond.net.au)
  2076. # [18:50] * Quits: trevorh (trevor@moz-FE9122B1.lns5.cha.bigpond.net.au) (Ping timeout)
  2077. # [18:50] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2078. # [18:50] <NeilAway> enn: oh, do I have to do something like hide keyboard accelerators by default to show the difference?
  2079. # [18:50] <Enn> for that case, yes
  2080. # [18:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf9ed5c35329 - Lars T Hansen - Bug 1054882 - Rollup patch. r=till, r=sstangl, r=jorendorff
  2081. # [18:51] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Ping timeout)
  2082. # [18:51] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  2083. # [18:51] * Joins: robertbindar (Thunderbir@moz-C07D5168.p2p.sfo1.mozilla.com)
  2084. # [18:51] * Quits: timdream (timdream@moz-1E9709BF.dynamic.hinet.net) (Quit: timdream)
  2085. # [18:53] * Quits: cconco (chatzilla@moz-5D9F11C2.cust.bluewin.ch) (Ping timeout)
  2086. # [18:55] <NeilAway> enn: hmm, still not seeing the difference :s
  2087. # [18:55] * Joins: walter (walter@moz-62518563.mtv2.mozilla.com)
  2088. # [18:55] <gcp> did Firefox 32 change anything to font rendering?
  2089. # [18:55] * Quits: janv (varga@moz-C88FFC6B.dynamic.orange.sk) (Ping timeout)
  2090. # [18:56] * Joins: janv (varga@moz-C88FFC6B.dynamic.orange.sk)
  2091. # [18:57] * Joins: dij (Mibbit@9B9315E1.A6025CA.1C37C358.IP)
  2092. # [18:57] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2093. # [18:57] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2094. # [18:58] * Joins: naveed (nihsanulla@moz-6A023467.bstnma.fios.verizon.net)
  2095. # [18:58] * Quits: capella-s32 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Quit: Talk atcha later)
  2096. # [18:59] <Enn> NeilAway: how are you testing it?
  2097. # [18:59] <NeilAway> enn: 1. launch app. 2. click on element. 3. observe focus ring
  2098. # [19:00] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2099. # [19:00] * Quits: Mano (mano@moz-2A6EEE67.red.bezeqint.net) (Client exited)
  2100. # [19:00] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: computer sleep)
  2101. # [19:01] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2102. # [19:01] <seth> gcp: ask jfkthame or smontagu
  2103. # [19:01] * chmanchester|afk is now known as chmanchester
  2104. # [19:01] * glob is now known as glob|away
  2105. # [19:02] * armenzg_brb is now known as armenzg
  2106. # [19:02] <jfkthame> gcp, what platform? and what kind of change are you referring to?
  2107. # [19:02] * Joins: jimb (user@7550086F.12C72867.C01AC187.IP)
  2108. # [19:02] <gcp> jfkthame: Windows. DirectWrite/ClearType related
  2109. # [19:03] * Quits: gokce (gokce@A85262FC.55DBA505.232D870F.IP) (Quit: Konversation terminated!)
  2110. # [19:03] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2111. # [19:03] * davidb|afk is now known as davidb
  2112. # [19:03] * Joins: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com)
  2113. # [19:03] <gcp> seeing some reports that users with disabled ClearType or tweaks in that area are getting regressions 31->32
  2114. # [19:03] <gcp> I've asked one if he can bisect
  2115. # [19:03] * Joins: WeirdAl (chatzilla@moz-2BBC3AE3.hsd1.ca.comcast.net)
  2116. # [19:03] <jfkthame> gcp, that's most likely a question for someone like Bas - might be to do with Moz2D
  2117. # [19:04] <Enn> NeilAway: If I run ./firefox.exe http://bugzilla.mozilla.org then click the search button, no focus ring appears, but if I tab around first it does.
  2118. # [19:04] <WeirdAl> janx: ping, I think you'd better take over bug 1023685... Andy hasn't touched it for over a month.
  2119. # [19:04] * edmorley is now known as edmorley|away
  2120. # [19:04] <NeilAway> enn: this is chrome, not content, does that make a difference?
  2121. # [19:05] <Enn> shouldn't do
  2122. # [19:05] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2123. # [19:05] <WeirdAl> janx: almost a month since your needinfo, in fact
  2124. # [19:05] * Quits: gsvelto (gsvelto@moz-29CCD5E.clienti.tiscali.it) (Ping timeout)
  2125. # [19:05] * Joins: florent (Thunderbir@moz-27E67FC6.w92-144.abo.wanadoo.fr)
  2126. # [19:06] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2127. # [19:06] <NeilAway> enn: oh, you have to launch firefox with the mouse, then it works
  2128. # [19:06] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  2129. # [19:06] <janx> WeirdAl: I was slowly getting to that conclusion as well, but I'll be leaving on PTO the day after tomorrow and have a few work weeks after that
  2130. # [19:06] * Joins: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net)
  2131. # [19:06] <gcp> jfkthame: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CCMQFjAB&url=https%3A%2F%2Fsupport.mozilla.org%2Fquestions%2F1020180&ei=Q20YVLXNJ8uXau_sgOgH&usg=AFQjCNGM6Ovphvf4HMlWlqHGc-xQaM_v3w&sig2=se_MkS2SZbsLkJJijM_5GQ
  2132. # [19:06] <gcp> jfkthame: argh sorry
  2133. # [19:06] * Joins: bent (chatzilla@moz-FE22CC2B.nyc.biz.rr.com)
  2134. # [19:07] <janx> WeirdAl: thanks for the tip though, if nothing happens when I'm back I'll take it over :)
  2135. # [19:07] <gcp> jfkthame: https://support.mozilla.org/en-US/questions/1020180
  2136. # [19:07] <Enn> NeilAway: yes, that can also do it
  2137. # [19:07] <WeirdAl> oh. I'm hoping I don't have to step in...
  2138. # [19:07] <janx> s/when/before/
  2139. # [19:08] <janx> sorry if that bug is a pain for you, if you feel like it please steal the bug in my stead
  2140. # [19:08] * Quits: walter (walter@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2141. # [19:08] * Joins: Waldo (waldo@moz-62518563.mtv2.mozilla.com)
  2142. # [19:08] * FuzzyFox|afk is now known as FuzzyFox
  2143. # [19:09] <WeirdAl> it's not big enough of a pain for me to do that
  2144. # [19:09] * Joins: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com)
  2145. # [19:10] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2146. # [19:11] <jfkthame> gcp, see bug 719410, in particular comment 29 ; offhand i don't know why people would be seeing a regression from 31->32, but maybe due to Moz2d changes people are now getting D2D rendering when they used to get GDI?
  2147. # [19:11] * Joins: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net)
  2148. # [19:11] * Quits: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2149. # [19:11] * Joins: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP)
  2150. # [19:12] <gcp> jfkthame: https://dl.dropboxusercontent.com/u/2519073/fonts.png
  2151. # [19:12] * bobowen is now known as bobowen|afk
  2152. # [19:12] <gcp> jfkthame: fwiw left says waterfox but reproduces on firefox 32 as well
  2153. # [19:12] * Quits: espadrine (ttyl@moz-87D32D93.w80-12.abo.wanadoo.fr) (Ping timeout)
  2154. # [19:12] * Quits: edmorley|away (uid27002@moz-5F4AA75A.irccloud.com) (Quit: )
  2155. # [19:13] * Quits: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net) (Input/output error)
  2156. # [19:13] * Joins: yeukhon (yeukhon@moz-A4A36DA6.buckcmtk01.res.dyn.suddenlink.net)
  2157. # [19:13] <grobinson> IRC channel for build automation?
  2158. # [19:14] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  2159. # [19:14] <seth> jesup: ping
  2160. # [19:14] <jfkthame> gcp, what about with default prefs, does the problem still reproduce?
  2161. # [19:14] <froydnj> grobinson: probably #releng or maybe #build
  2162. # [19:14] * julienw is now known as julienw_afk
  2163. # [19:15] <froydnj> grobinson: or #ateam, come to think of it
  2164. # [19:15] <gcp> jfkthame: That uses GDI fonts, no?
  2165. # [19:15] <jfkthame> not if we're using h/w acceleration (D2D), that always uses directwrite fonts
  2166. # [19:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0487695ec639 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2167. # [19:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/87ece675be3d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2168. # [19:16] <jfkthame> but if D2D is blocked for whatever reason, and then they're still forcing DW fonts on, they're in pretty much unsupported territory...
  2169. # [19:17] * jimm-lunch is now known as jimm
  2170. # [19:17] * Quits: Boriss (Boriss@8F0C6026.9E6A15FD.157879EE.IP) (Quit: Boriss)
  2171. # [19:18] <jesup> seth: pong
  2172. # [19:19] * Joins: dbaron (dbaron@510D751C.27376607.189F3E15.IP)
  2173. # [19:19] * ChanServ sets mode: +ao dbaron dbaron
  2174. # [19:19] <seth> jesup: so i've got a patch for bug 1064855, but i'd like to verify i'm fixing the right thing
  2175. # [19:20] <jfkthame> gcp, i think this is really a #gfx question, and the people you want are probably bas, roc, and maybe some others there - i'm guessing the relevant change is related to Moz2D usage in some way
  2176. # [19:20] <seth> jesup: if you can still reproduce the issue, could you load it up in GDB and print out the value of |mSize|, |destSize|, and |scale| in RasterImage::OptimalImageSizeForDest?
  2177. # [19:20] * Rik is now known as Rik|afk
  2178. # [19:20] <seth> jesup: i got reports of people hitting this on flickr but i couldn't reproduce locally (and it sounds like you need to log in to ancestry.com)
  2179. # [19:21] <gcp> jfkthame: I might follow up if I can repro locally but I have stuck my head into enough problems already :P
  2180. # [19:21] <jfkthame> gcp, i also wonder if people are bringing trouble on themselves by tweaking prefs that would be better left alone
  2181. # [19:21] * Quits: abr (anonymous@moz-817758AE.hsd1.ca.comcast.net) (Ping timeout)
  2182. # [19:21] * Quits: robertbindar (Thunderbir@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  2183. # [19:21] * Quits: arasbm (zooby@78E1246E.46E0B601.23E4E477.IP) (Client exited)
  2184. # [19:21] <jfkthame> gcp, but if we've regressed rendering with default prefs, we should have a bug about it and investigate
  2185. # [19:21] <gcp> jfkthame: the support.mozilla.org article is about default prefs
  2186. # [19:22] * Joins: robertbindar (Thunderbir@moz-C07D5168.p2p.sfo1.mozilla.com)
  2187. # [19:22] <jesup> seth: I can certainly try; it may be modified by site changes
  2188. # [19:22] * Joins: azakai_ (alon@moz-62518563.mtv2.mozilla.com)
  2189. # [19:22] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  2190. # [19:22] <jesup> seth: first let me check if it still is getting triggered
  2191. # [19:22] * Joins: mconley (mconley@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2192. # [19:22] <seth> jesup: thanks, i really appreciate it!
  2193. # [19:23] * Joins: walter (walter@moz-24157589.mtv2.mozilla.com)
  2194. # [19:23] <jesup> seth: insta-segfault
  2195. # [19:24] <jesup> seth: patch?
  2196. # [19:24] <seth> jesup: great! (from a debugging point of view =)
  2197. # [19:24] <seth> jesup: well if you can print out those values i mentioned and let me know what you get, that's enough
  2198. # [19:24] <seth> jesup: i just wanna make sure the issue is what i think it is
  2199. # [19:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ed586ca080c0 - Mike Habicher - Bug 1053966 - move mozsettings-changed Observer info from aSubject to aData, r=bz,qDot
  2200. # [19:25] <jesup> seth: which frame at they in?
  2201. # [19:26] <jesup> Ah, I see one sec
  2202. # [19:26] <seth> jesup: frame 3, i think, if the stack is still the same
  2203. # [19:26] <seth> (not totally sure since things have landed that touch that code)
  2204. # [19:26] * Quits: mchang (mchang@moz-95B568D6.socal.res.rr.com) (Quit: mchang)
  2205. # [19:26] * Quits: larsg (larsg@moz-F30BF396.dip0.t-ipconnect.de) (Ping timeout)
  2206. # [19:26] * Quits: Matti (Matti@moz-A08C7FF3.dip0.t-ipconnect.de) (Ping timeout)
  2207. # [19:27] <jesup> 1,45 0,14 0.311111112
  2208. # [19:27] <jesup> 1*.31 rounded == 0
  2209. # [19:27] <seth> jesup: excellent, that helps a lot! thanks
  2210. # [19:27] <seth> jesup: will have a patch up shortly
  2211. # [19:27] <jesup> thanks
  2212. # [19:28] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  2213. # [19:28] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2214. # [19:28] * Quits: derf (derf@moz-540E4229.washdc.fios.verizon.net) (Ping timeout)
  2215. # [19:29] * Joins: Matti (Matti@moz-A08C7FF3.dip0.t-ipconnect.de)
  2216. # [19:29] * Joins: larsg (larsg@moz-F30BF396.dip0.t-ipconnect.de)
  2217. # [19:29] * ahal is now known as ahal|lunch
  2218. # [19:29] * pmoore|away is now known as pmoore
  2219. # [19:30] * Joins: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net)
  2220. # [19:30] * Joins: mchang (mchang@moz-95B568D6.socal.res.rr.com)
  2221. # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/7892e4b05c5f - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2222. # [19:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/21b08e9a3653 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2223. # [19:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3a59d92e7cb7 - Jason Orendorff - Bug 1065604 - Assert that JSPROP_SHARED is set on all properties defined with JSPROP_GETTER or JSPROP_SETTER. r=Waldo.
  2224. # [19:31] * Joins: fabrice1 (fabrice@moz-62518563.mtv2.mozilla.com)
  2225. # [19:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/de8214005a4a - Jason Orendorff - Bug 1051760 - Fix "Assertion failure: !vp.isMagic(), at jsobj.cpp:4600" with arguments, direct eval, and a destructuring declaration. r=Waldo.
  2226. # [19:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dc115b033048 - Jason Orendorff - Bug 1053676 - Insert GC pre-barriers for slots containing symbols in Ion code. r=terrence.
  2227. # [19:31] * Quits: fabrice (fabrice@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2228. # [19:31] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/627909e0506e - Alexander Surkov - Bug 1064877 - dexpcomify Accessible class, r=tbsaunde
  2229. # [19:32] * Joins: jgilbert_ (jgilbert@DB1C6EF4.49226D6A.E02132C7.IP)
  2230. # [19:33] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Connection reset by peer)
  2231. # [19:33] * Quits: tonymec (tonymec@A520210B.64732CAE.277517C1.IP) (Ping timeout)
  2232. # [19:33] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  2233. # [19:33] * Quits: tonymec_KDE (tonymec@A520210B.64732CAE.277517C1.IP) (Ping timeout)
  2234. # [19:34] * Quits: WeirdAl (chatzilla@moz-2BBC3AE3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0.1/20140911151253])
  2235. # [19:34] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  2236. # [19:34] * pmoore is now known as pmoore|away
  2237. # [19:35] * Joins: tessarakt2 (jens@moz-D3675691.adsl.alicedsl.de)
  2238. # [19:36] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2239. # [19:38] * bc is now known as bc|bbiab
  2240. # [19:38] * Quits: mconley (mconley@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2241. # [19:39] <@khuey> dholbert: you know that I hate FAIL_ON_WARNINGS right?
  2242. # [19:39] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  2243. # [19:39] <dholbert> khuey, heh
  2244. # [19:40] <dholbert> khuey, should I request review from someone else? :)
  2245. # [19:40] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2246. # [19:41] <mccr8> khuey: but you don't use windows any more, so you shouldn't hate it as much. ;)
  2247. # [19:41] <@khuey> mccr8: who says I don't use windows anymore
  2248. # [19:41] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2249. # [19:41] <mccr8> ME
  2250. # [19:41] <mccr8> I guess I am confused
  2251. # [19:41] * Quits: ehugg (ehugg@43B1C4EC.709C0A2A.6157E88D.IP) (Quit: ehugg)
  2252. # [19:42] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  2253. # [19:42] * Quits: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com) (Quit: loadbang)
  2254. # [19:42] <@khuey> indeed
  2255. # [19:42] <dholbert> mccr8, apparently you need to fix your 'what-os-is-khuey-using' telemetry probe; it's not working
  2256. # [19:43] * wlach is now known as wlach|lunch
  2257. # [19:43] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  2258. # [19:43] * Quits: mastizada (Thunderbir@71DE7026.D9EC1EEB.D2FADA4.IP) (Ping timeout)
  2259. # [19:44] * Joins: derf (derf@moz-540E4229.washdc.fios.verizon.net)
  2260. # [19:44] <jgraham> Seeing "Windows" and "ME" in the same conversation gave me traumatic flashbacks
  2261. # [19:45] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  2262. # [19:47] * capella is now known as capella|away
  2263. # [19:47] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Ping timeout)
  2264. # [19:47] * Joins: harth (harth@moz-1BAFD40C.nyc.res.rr.com)
  2265. # [19:48] <mconnor> jgraham: pfft, unless you were doing end user support for ME PCs, you have no clue :)
  2266. # [19:48] * Joins: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net)
  2267. # [19:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/ffd263ab3bc8 - Dave Hylands - Bug 1063877 - Change nsVolumeService to use sync IPC for initial request. r=khuey
  2268. # [19:50] * Joins: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net)
  2269. # [19:52] * Quits: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  2270. # [19:53] * Quits: gcp (gcp@moz-9CEB1C98.access.telenet.be) (Quit: Leaving)
  2271. # [19:54] <jgraham> mconnor: I'm please to say I oly suffered that for the unfortunate people I knew at Uni who had made the mistake of buying laptops with it preinstalled
  2272. # [19:54] <jgraham> +d
  2273. # [19:54] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2274. # [19:54] <mconnor> jgraham: a long time ago I did that professionally. It was... difficult.
  2275. # [19:54] * Joins: ehugg (ehugg@moz-28DAC63D.mycingular.net)
  2276. # [19:55] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2277. # [19:56] <jgraham> I'm so sorry
  2278. # [19:56] * armenzg is now known as armenzg_brb
  2279. # [19:57] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2280. # [19:57] * Quits: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net) (Input/output error)
  2281. # [19:58] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2282. # [19:58] * Joins: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net)
  2283. # [19:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9fc119d95bab - Daniel Holbert - (no bug) Tweak a comment about eContain & eCover to explicitly mention their specified-style equivalents, for better mxr searchability. comment-only, DONTBUILD
  2284. # [19:59] * Joins: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP)
  2285. # [19:59] * Joins: till (till@moz-7897C43A.public.wayport.net)
  2286. # [20:00] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2287. # [20:00] * Quits: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net) (Ping timeout)
  2288. # [20:00] * Joins: Mano (mano@moz-2A6EEE67.red.bezeqint.net)
  2289. # [20:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ddcde29ad05a - Erik Vold - Bug 1039952 - Part 2: Move getInnerId to actors/webbrowser.js. r=me
  2290. # [20:01] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2291. # [20:01] * Quits: scravag (Adium@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  2292. # [20:02] * Quits: Mano (mano@moz-2A6EEE67.red.bezeqint.net) (Ping timeout)
  2293. # [20:03] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2294. # [20:03] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2295. # [20:03] * Quits: till (till@moz-7897C43A.public.wayport.net) (Ping timeout)
  2296. # [20:03] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2297. # [20:04] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2298. # [20:04] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2299. # [20:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3be4f9ecef3c - Mark Banner - Fix the loop ui-showcase - fallout from bug 1066506, define getBoolPreference in the fake mozLoop api. rs=dmose over irc DONTBUILD
  2300. # [20:05] * catlee is now known as catlee-afk
  2301. # [20:05] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2302. # [20:05] * Joins: redblade (quassel@moz-27F01538.dip0.t-ipconnect.de)
  2303. # [20:05] * Quits: redblade (quassel@moz-27F01538.dip0.t-ipconnect.de) (Quit: <Tobin> >the browser is now more streamlined. The Australis design adds much needed aerodynamic slipstream technology for Firefox to browse at greater speeds)
  2304. # [20:05] * Parts: qDot (qdot@moz-82DD3414.typefuck.com) (ERC Version 5.3 (IRC client for Emacs))
  2305. # [20:05] * Joins: qDot (qdot@moz-82DD3414.typefuck.com)
  2306. # [20:05] <qDot> KWierso|sheriffduty: ping
  2307. # [20:05] <KWierso|sheriffduty> qDot: pong
  2308. # [20:05] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2309. # [20:05] * armenzg_brb is now known as armenzg_mtg
  2310. # [20:06] <qDot> KWierso|sheriffduty: So about the permaorangeyblue Mnw on b2g-i. Pretty sure that's bug 1068077.
  2311. # [20:06] * rail-lunch is now known as rail-mtg
  2312. # [20:06] * Joins: till (till@83C1727D.39AEFCD3.C44FDBEE.IP)
  2313. # [20:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3824678e420f - Erik Vold - Bug 1050951 - Enable the page-mod-debugger-post test addon r=me
  2314. # [20:07] <qDot> I've got a try in right now to see what happens. No clue why this didn't kick off last week.
  2315. # [20:07] * Joins: drno (nohlmeier@moz-817758AE.hsd1.ca.comcast.net)
  2316. # [20:08] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2317. # [20:08] <KWierso|sheriffduty> qDot: ok
  2318. # [20:09] * lth is now known as lth|away
  2319. # [20:09] * whimboo|dinner is now known as whimboo|dinner|afk
  2320. # [20:09] * Quits: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2321. # [20:10] * Joins: Rik|afk (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2322. # [20:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b83b13e93c23 - Rémy HUBSCHER - Bug 1044411 - Generate Loop ToS static content, r=abr,dmose; rs=ted for .hgignore changes
  2323. # [20:11] * Quits: Sushant94 (Sushant@264E6659.D84D6F90.D30E9BEF.IP) (Ping timeout)
  2324. # [20:12] * Joins: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net)
  2325. # [20:13] * Quits: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net) (Quit: Boriss)
  2326. # [20:14] * Quits: naveed__ (naveed@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  2327. # [20:14] * armenzg_mtg is now known as armenzg
  2328. # [20:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a683c3c72bff - Panos Astithas - Use the devtools style for the scratchpad statusbar (bug 1067827). r=fitzgen
  2329. # [20:15] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  2330. # [20:15] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2331. # [20:16] * Parts: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  2332. # [20:16] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2333. # [20:18] * Joins: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net)
  2334. # [20:18] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2335. # [20:18] * qDot is now known as qDot|away
  2336. # [20:18] * bc|bbiab is now known as bc
  2337. # [20:19] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2338. # [20:19] * Joins: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net)
  2339. # [20:19] * Quits: ProgramFOX (chatzilla@moz-704C0C0B.adsl-dyn.isp.belgacom.be) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0.1/20140911151253])
  2340. # [20:20] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2341. # [20:20] * Fallen|away is now known as Fallen
  2342. # [20:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5ff7eb89e31e - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  2343. # [20:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1f7b6f450ef3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2344. # [20:21] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  2345. # [20:21] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2346. # [20:21] * Joins: cpearce_ (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  2347. # [20:23] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  2348. # [20:23] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2349. # [20:23] * ChanServ sets mode: +o ehsan
  2350. # [20:24] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Quit: leaving... bye!)
  2351. # [20:24] * Quits: @dbaron (dbaron@510D751C.27376607.189F3E15.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2352. # [20:24] * Quits: tantek (tantek@E8CA733B.FC95818.5EFB9497.IP) (Quit: tantek)
  2353. # [20:24] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2354. # [20:24] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  2355. # [20:25] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Max SendQ exceeded)
  2356. # [20:25] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  2357. # [20:25] * Joins: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net)
  2358. # [20:26] * Quits: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net) (Connection reset by peer)
  2359. # [20:26] * wlach|lunch is now known as wlach
  2360. # [20:26] * Joins: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net)
  2361. # [20:26] * davidb is now known as davidb|afk
  2362. # [20:27] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2363. # [20:28] * ahal|lunch is now known as ahal
  2364. # [20:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3d624029199a - Benoit Girard - Bug 1056944 - Create an image layer if opaque image covers previous display items. r=mwoodrow
  2365. # [20:29] * Quits: gandalf (zbraniecki@moz-F9900A0D.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2366. # [20:29] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  2367. # [20:29] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2368. # [20:30] * hwine is now known as hwine-food
  2369. # [20:32] * RyanVM|bbl is now known as RyanVM
  2370. # [20:33] * Quits: cpearce_ (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  2371. # [20:35] * Joins: cpearce_ (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  2372. # [20:35] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2373. # [20:35] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2374. # [20:36] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2375. # [20:36] * Joins: mmcdonough (Martin@890E5CBB.49A896E6.DF3AB84E.IP)
  2376. # [20:37] * Quits: hub (hub@moz-1CCAE6C8.cpe.pppoe.ca) (Input/output error)
  2377. # [20:37] * Quits: vingtetun (vnicolas@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2378. # [20:39] <KWierso|sheriffduty> qDot|away: try looks green :)
  2379. # [20:40] * Joins: hub (hub@moz-1CCAE6C8.cpe.pppoe.ca)
  2380. # [20:41] * Joins: Sushant94 (Sushant@637D4CD0.BF84E432.1C37C358.IP)
  2381. # [20:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f738941da13c - Michal Novotny - Bug 1056919 - crash in memcpy | mozilla::net::CacheFileChunk::OnDataRead(mozilla::net::CacheFileHandle*, char*, tag_nsresult), r=honzab
  2382. # [20:42] * khuey is now known as khuey|away
  2383. # [20:44] <RyanVM> mccr8: am I reading bug 1067958 correctly that nothing's needed from me at this point? I don't see what I could add at this point, anyway
  2384. # [20:44] <mccr8> RyanVM: yeah, I think that's right
  2385. # [20:44] <RyanVM> thanks
  2386. # [20:44] * Quits: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2387. # [20:44] <mccr8> we're probably going to have to increase the leak threshold to shut up the leak detector. something just broke at some point in the past and we didn't notice.
  2388. # [20:46] * Quits: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net) (Input/output error)
  2389. # [20:47] * KWierso|sheriffduty is now known as KWierso|brb
  2390. # [20:47] * Quits: Sushant94 (Sushant@637D4CD0.BF84E432.1C37C358.IP) (Ping timeout)
  2391. # [20:47] * curtisk is now known as curtisk|afk
  2392. # [20:49] <Waldo> huh, since when is there a Firefox component for Extension Compatibility
  2393. # [20:50] <Waldo> guess it helps as a way to flag/track issues even if potentially nothing is really fixed in them by us
  2394. # [20:50] * Joins: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net)
  2395. # [20:51] <@bsmedberg> glandium: yt for bug 1063052?
  2396. # [20:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ad92c85dce35 - Dan Mosedale - Bug 1068178 - Fix Loop functional test bustage, rs=Standard8, NPOTB, so DONTBUILD
  2397. # [20:52] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2398. # [20:52] * Quits: ehugg (ehugg@moz-28DAC63D.mycingular.net) (Quit: ehugg)
  2399. # [20:52] * mdoglio is now known as mdoglio|afk
  2400. # [20:52] * Quits: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net) (Ping timeout)
  2401. # [20:52] * Parts: dmose (uid42639@moz-5F4AA75A.irccloud.com)
  2402. # [20:54] * jlund is now known as jlund|food
  2403. # [20:56] * Quits: janv (varga@moz-C88FFC6B.dynamic.orange.sk) (Ping timeout)
  2404. # [20:56] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/549846c956b8 - Ryan VanderMeulen - Backed out changeset 5a7b47cb1498 (bug 1058158) for Marionette-webapi permafails.
  2405. # [20:56] * Joins: janv (varga@moz-C88FFC6B.dynamic.orange.sk)
  2406. # [20:58] <AutomatedTester> oh no :(
  2407. # [20:58] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2408. # [20:58] <RyanVM> AutomatedTester: I had to rebase a bit, so I guess it had a dep somewhere along the line
  2409. # [20:59] <AutomatedTester> RyanVM: ahh
  2410. # [20:59] <AutomatedTester> RyanVM: remember that the owners are good for rebasing too :)
  2411. # [21:00] * Quits: hub (hub@moz-1CCAE6C8.cpe.pppoe.ca) (Ping timeout)
  2412. # [21:00] * Quits: mt_ (mt@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  2413. # [21:01] * Quits: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net) (Quit: Leaving.)
  2414. # [21:01] * flod is now known as flod|afk
  2415. # [21:01] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  2416. # [21:01] * Joins: Mano (mano@moz-2A6EEE67.red.bezeqint.net)
  2417. # [21:01] * Joins: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP)
  2418. # [21:02] <dholbert> Waldo, ping
  2419. # [21:02] <Waldo> dholbert: pong
  2420. # [21:02] <dholbert> Waldo, "background-size" question
  2421. # [21:02] <Waldo> dholbert: I've got it covered
  2422. # [21:02] <dholbert> Waldo, contain yourself
  2423. # [21:02] <Waldo> \o/
  2424. # [21:02] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  2425. # [21:02] <Waldo> sorry, on auto pilot
  2426. # [21:03] <dholbert> Waldo, so it looks like nsImageRenderer::ComputeConstrainedSize() uses float/double math and NSCoordSaturatingNonnegativeMultiply()
  2427. # [21:03] <Waldo> mm, one from the vaults
  2428. # [21:03] <dholbert> Waldo, ...to do the width + ratio --> height math, etc
  2429. # [21:03] * Quits: Mano (mano@moz-2A6EEE67.red.bezeqint.net) (Ping timeout)
  2430. # [21:03] * Quits: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com) (Input/output error)
  2431. # [21:03] * Quits: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2432. # [21:04] <dholbert> Waldo, in contrast, nsLayoutUtils uses NSCoordMulDiv() (formerly a macro named MULDIV()) to do intrinsic-ratio computations
  2433. # [21:04] <jesup> seth: I tried the patch. works
  2434. # [21:04] * Joins: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP)
  2435. # [21:04] <Waldo> more than one way to do it, wcgr
  2436. # [21:04] <dholbert> Waldo, which has the upside of not needing float math, but has the downside of not having saturating behavior
  2437. # [21:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/b7379522f4e2 - Kyle Machulis - Bug 1068077 - Remove explicit navigation to system app from bluetooth marionette webapi tests. r=mdas
  2438. # [21:04] * hwine-food is now known as hwine
  2439. # [21:04] <dholbert> Waldo, yup. So, I'm probably gonna refactor this code a bit for object-fit; do you have any objection to me switching it to use NSCoordMulDiv?
  2440. # [21:05] <Waldo> well, let me find the code first :-)
  2441. # [21:05] <dholbert> heh. sorry, should've mxr'd
  2442. # [21:05] * Waldo wonders if this file has been moved or renamed or so
  2443. # [21:05] <dholbert> http://mxr.mozilla.org/mozilla-central/source/layout/base/nsCSSRendering.cpp#4540
  2444. # [21:05] <Waldo> hm, no, I just fail at memory
  2445. # [21:05] <dholbert> Waldo, the two options for the math are NSCoordMulDiv: http://mxr.mozilla.org/mozilla-central/source/gfx/src/nsCoord.h#60 (which just upconverts to int64_t, and then downconverts after the math)
  2446. # [21:05] <Waldo> faulty RAM, must replace
  2447. # [21:06] * Quits: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2448. # [21:06] <dholbert> Waldo, and this floaty one, with saturating behavior: http://mxr.mozilla.org/mozilla-central/source/gfx/src/nsCoord.h#100
  2449. # [21:06] <dholbert> Waldo, Unsurprisingly, I think the only time this would matter is if we actually had an image with a huge enough aspect ratio, which gets scaled up to be taller than nscoord_MAX
  2450. # [21:07] <Waldo> likely
  2451. # [21:07] * Quits: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net) (Ping timeout)
  2452. # [21:07] * Joins: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net)
  2453. # [21:07] <dholbert> Waldo, in which case my proposal would make us render it at some semi-arbitrary smaller size (possibly negative, which could be fun).
  2454. # [21:07] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2455. # [21:08] <dholbert> Waldo, but on the upside, we'd be consistent and would prevent a few float conversions & a float multiply/divide
  2456. # [21:08] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  2457. # [21:08] <Waldo> dholbert: I probably don't have particular objections, no
  2458. # [21:09] <dholbert> (and we already expect there to be issues when we have things that are scaled up to a significant fraction of nscoord_MAX)
  2459. # [21:09] * gaye is now known as gaye|bbiab
  2460. # [21:09] <dholbert> Waldo, OK, cool. thanks
  2461. # [21:09] <Waldo> dholbert: so is the nsLayoutUtils bit about figuring out how to render dimensionless vector images in arbitrary containers or so, beyond just background images?
  2462. # [21:09] <Waldo> dholbert: I know we didn't do the right thing for <img> and such for these things, wrt all the size negotiations and all
  2463. # [21:09] <Waldo> dholbert: at least at one distant time in the past
  2464. # [21:10] <dholbert> Waldo, the nsLayoutUtils bit is about figuring out the width of <img src="whatever.png" style="height: 1000px">
  2465. # [21:10] <dholbert> Waldo, and stuff like that
  2466. # [21:10] <dholbert> IIRC
  2467. # [21:10] <Waldo> dholbert: yes, exactly the thing we didn't handle at all last I remember discussions
  2468. # [21:10] * juanb is now known as juanb|afk
  2469. # [21:11] * bobowen|afk is now known as bobowen
  2470. # [21:11] * Quits: rbarnes (rbarnes@BA2E35F6.5E7AC5F4.FAA4474F.IP) (Input/output error)
  2471. # [21:11] <dholbert> Waldo, in any case, if there's no intrinsic ratio (the case you're talking about I think?) then we shouldn't be exercising this scale-by-the-intrinsic-ratio math anyway
  2472. # [21:11] <dholbert> Waldo, we might exercise it currently :) (not sure, sounds like you're saying we maybe do ) but we shouldn't
  2473. # [21:12] <Waldo> dholbert: well, last I knew we didn't do anything at all right for vector images without full dimension info in <img> and such, so I was not really talking about any exactly specific case :-)
  2474. # [21:12] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2475. # [21:12] <Waldo> dholbert: last I knew, being probably three years ago or so
  2476. # [21:12] <dholbert> Waldo, gotcha. Yeah, I don't recall if that changed
  2477. # [21:13] * Quits: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se) (Connection reset by peer)
  2478. # [21:13] * Joins: Snuffleupagus (chatzilla@moz-50E31F78.bredband.comhem.se)
  2479. # [21:13] <seth> jesup: glad to hear it!
  2480. # [21:14] * Joins: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP)
  2481. # [21:14] * Joins: ehugg (ehugg@C18DC441.B39A0FD5.3002A442.IP)
  2482. # [21:14] <Waldo> dholbert: http://whereswalden.com/2011/10/21/properly-resizing-vector-image-backgrounds/#comments comment 1 is the thing I remember being totally off at one time, that this code seems to be handling a bit more than then
  2483. # [21:14] * Matti is now known as Matti_away
  2484. # [21:14] <Waldo> dholbert: of course, now we make image documents render a bit differently, so the "expected" thing claimed there is probably not what should be displayed, possibly
  2485. # [21:15] * Joins: karlt (karl@moz-C433B975.jetstream.xtra.co.nz)
  2486. # [21:15] * rail-mtg is now known as rail
  2487. # [21:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ae2e4ca015fd - Ehsan Akhgari - Bug 1068058 - Update Selection.containsNode according to the spec; r=smaug
  2488. # [21:16] * Joins: hub (hub@moz-1CCAE6C8.cpe.pppoe.ca)
  2489. # [21:16] * Quits: drno (nohlmeier@moz-817758AE.hsd1.ca.comcast.net) (Quit: drno)
  2490. # [21:17] * Quits: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net) (Quit: Boriss)
  2491. # [21:18] * Joins: gokce (gokce@911E3C13.E89C8545.4DE73C5E.IP)
  2492. # [21:19] * Joins: Boriss (Boriss@moz-BA625DEF.v250d.public.monkeybrains.net)
  2493. # [21:19] * esawin is now known as esawin|pto
  2494. # [21:20] <dholbert> Waldo, I think the second one ("no-dimensions-1×1-ratio.svg") is possibly wrong; not sure though
  2495. # [21:20] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2496. # [21:21] <dholbert> Waldo, in current trunk, the first one mentioned in that comment (100px-height-3×4-ratio.svg) does what I think is the right thing, in <img>
  2497. # [21:21] * Quits: jaoo|afk (user@moz-C1D3E9C6.red-83-54-153.dynamicip.rima-tde.net) (Ping timeout)
  2498. # [21:21] <dholbert> (it renders as 100px high, with a 3x4 ratio)
  2499. # [21:21] * Joins: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net)
  2500. # [21:21] * Quits: ehugg (ehugg@C18DC441.B39A0FD5.3002A442.IP) (Quit: ehugg)
  2501. # [21:22] * davidb|afk is now known as davidb
  2502. # [21:22] * Joins: gsvelto (gsvelto@moz-29CCD5E.clienti.tiscali.it)
  2503. # [21:23] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2504. # [21:24] <rvid> jst: ping
  2505. # [21:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/33da2f7a67b7 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2506. # [21:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/2fbe0c8881d1 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2507. # [21:26] * Quits: deian (d@moz-6A11E8E3.hsd1.ca.comcast.net) (Ping timeout)
  2508. # [21:27] * Joins: jkitch (Thunderbir@moz-F67DBEFC.lns20.adl6.internode.on.net)
  2509. # [21:28] <@smaug> Enn: did you think of any other way to fix the command updating?
  2510. # [21:29] <@smaug> why couldn't we just update the state from child to parent
  2511. # [21:29] <Enn> smaug: what do you mean?
  2512. # [21:30] * Joins: Sushant94 (Sushant@3FF373EE.88C9610E.D30E9BEF.IP)
  2513. # [21:30] * Waldo is now known as Waldo|lunc
  2514. # [21:30] * Waldo|lunc is now known as Waldo|lunch
  2515. # [21:31] * Quits: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net) (Client exited)
  2516. # [21:32] <@smaug> Enn: the changes to nsXULCommandDispatcher.cpp
  2517. # [21:32] <@smaug> why we need all the new attribute handling there
  2518. # [21:32] * @smaug could very well miss something obvious here
  2519. # [21:34] <Enn> smaug: those changes are to speed it up. The older way is 3 times slower
  2520. # [21:34] <@smaug> hmm
  2521. # [21:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/82824b25afee - Bobby Holley - Bug 1066718 - Get sIOService before invoking ReadPrefs. r=bz
  2522. # [21:34] * Joins: ehugg (ehugg@C18DC441.B39A0FD5.3002A442.IP)
  2523. # [21:34] <Enn> smaug: the old code only updated when a menu is open so it wasn't noticable
  2524. # [21:35] * Joins: tomasz (Adium@moz-62518563.mtv2.mozilla.com)
  2525. # [21:35] * flod|afk is now known as flod|away
  2526. # [21:36] <@gavin> Enn: is "3 times slower" noticeable with e10s?
  2527. # [21:36] <@smaug> Enn: I'm missing some code path here
  2528. # [21:36] <@gavin> just wondering if we can split this "make it faster" work to post-m2
  2529. # [21:36] * Quits: till (till@83C1727D.39AEFCD3.C44FDBEE.IP) (Ping timeout)
  2530. # [21:37] <@smaug> I'm all for make-it-fast
  2531. # [21:37] * Joins: alexbardas (alexbardas@moz-62518563.mtv2.mozilla.com)
  2532. # [21:37] <@smaug> but also keep-it-simple
  2533. # [21:37] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  2534. # [21:37] * Joins: till (till@83C1727D.39AEFCD3.C44FDBEE.IP)
  2535. # [21:38] <@smaug> Enn: I missing the code which does the "when menu is open"
  2536. # [21:39] * Quits: harth (harth@moz-1BAFD40C.nyc.res.rr.com) (Input/output error)
  2537. # [21:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/824e24d86cf2 - Ehsan Akhgari - Bug 1068201 - Build SkBlurImage_opts_SSE4.cpp with SSE4.1 support on clang-cl; r=jrmuizel
  2538. # [21:40] <Enn> smaug: this is in toolkit/content/editMenuOverlay.j
  2539. # [21:40] <Enn> toolkit/content/editMenuOverlay.js
  2540. # [21:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6b7ab2f8fc1f - Mike Habicher - Bug 1014877 - uncouple preview and video-recording frame sizes, r=aosmond
  2541. # [21:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/19d7dc0f3c38 - Benoit Girard - Bug 1065122 - Count ProfilerBacktrace ctor/dtor. r=trivial
  2542. # [21:41] <Enn> smaug: when an update needs to occur, it updates each command individually. That would require making eight round trips to the content process. My patch only makes two
  2543. # [21:41] <Enn> smaug: as I change the update mechanism to gather all the state info all at once
  2544. # [21:42] * Joins: mkmelin (mkmelin@moz-C229290B.elisa-laajakaista.fi)
  2545. # [21:42] * Joins: kgrandon (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2546. # [21:43] <@smaug> Enn: ah, we end up here http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#1186
  2547. # [21:43] <Enn> smaug: goUpdateGlobalEditMenuItems is called is response to the commandupdate event fired from nsXULCommandDispatcher
  2548. # [21:43] * khuey|away is now known as khuey
  2549. # [21:44] <Enn> smaug: that one is for the bookmarks context menu, but the idea is the same
  2550. # [21:44] * Joins: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2551. # [21:44] * Quits: gsvelto (gsvelto@moz-29CCD5E.clienti.tiscali.it) (Ping timeout)
  2552. # [21:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/176edad2279e - Ryan VanderMeulen - Backed out changeset ae6de471bcd7 (bug 1058566) for causing bug 1067978.
  2553. # [21:45] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2554. # [21:45] * ChanServ sets mode: +ao dbaron dbaron
  2555. # [21:45] * bobowen is now known as bobowen|afk
  2556. # [21:45] * Joins: mconley (mconley@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2557. # [21:46] * Joins: mconley_ (mconley@moz-C07D5168.p2p.sfo1.mozilla.com)
  2558. # [21:46] * miketaylr is now known as zz_miketaylr
  2559. # [21:47] * Quits: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP) (Ping timeout)
  2560. # [21:47] <@smaug> Enn: why can't we just dispatch the commandupdate event? Why we need explicit set/unsetAttr?
  2561. # [21:47] * Quits: ehugg (ehugg@C18DC441.B39A0FD5.3002A442.IP) (Quit: ehugg)
  2562. # [21:47] <@smaug> in nsXULCommandDispatcher
  2563. # [21:47] * Quits: mconley (mconley@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2564. # [21:47] * mconley_ is now known as mconley
  2565. # [21:48] <@smaug> and couldn't TabParent::RecvEnableDisableCommands just call nsXULCommandDispatcher to dispatch the events?
  2566. # [21:50] * Joins: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP)
  2567. # [21:51] * zz_miketaylr is now known as miketaylr
  2568. # [21:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3695c1c812a5 - Jason Orendorff - Add some test cases involving Symbol.iterator as a prelude to bug 918828. no_r=me, testonly.
  2569. # [21:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4faff84eb1ba - Jason Orendorff - Bug 918828, part 1 - Add JSAPI macros JS_SYM_FN etc. to support defining functions with well-known symbol keys. r=Waldo.
  2570. # [21:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/621224c58e71 - Jason Orendorff - Bug 918828, part 2 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=nbp.
  2571. # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b87ca498ea9a - Jason Orendorff - Bug 918828, part 3 - Update decompiler for JSOP_SYMBOL. This improves error messages when @@iterator is called implicitly. r=Waldo.
  2572. # [21:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/12e7deed1b17 - Jason Orendorff - Bug 918828, part 4 - Implement JSOP_SYMBOL in the baseline compiler. r=nbp.
  2573. # [21:52] * catlee-afk is now known as catlee
  2574. # [21:53] * Quits: mkmelin (mkmelin@moz-C229290B.elisa-laajakaista.fi) (Ping timeout)
  2575. # [21:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7e6ae62618df - Milan Sreckovic - Bug 1048984.1: Utility methods for managing texture pool returns. Make sure tiles go back to the correct pool. r=nsilva
  2576. # [21:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9a997d743553 - Milan Sreckovic - Bug 1048984.2: mOutstandingClients could have been temporarily incorrect in GetTextureClient() call. Call ShrinkToMaximumSize() instead of ShrinkToMinimumSize() in ReturnDeferredClients(). Also add comments and more asserts around outstanding clients. r=nsilva
  2577. # [21:55] * Joins: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP)
  2578. # [21:56] * Quits: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  2579. # [21:56] * Joins: ehugg (ehugg@moz-87849CFF.mycingular.net)
  2580. # [21:56] * Joins: rvid (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2581. # [21:57] * sheppy-appt is now known as sheppy
  2582. # [21:57] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  2583. # [21:57] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2584. # [21:57] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/fe591acbe83b - Ryan VanderMeulen - Backed out changeset 25e5b5838db2 (bug 1061805) for Mnw bustage.
  2585. # [21:58] * Waldo|lunch is now known as Waldo
  2586. # [21:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d02e70f0bf3d - David Keeler - bug 1066190 - ensure that pinning checks are done for otherwise overridable errors r=mmc
  2587. # [21:59] * Quits: till (till@83C1727D.39AEFCD3.C44FDBEE.IP) (Input/output error)
  2588. # [22:00] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  2589. # [22:00] * Quits: RealRaven (Thunderbir@8BF2E7F4.E8DF625.C3498625.IP) (Ping timeout)
  2590. # [22:00] * Joins: RealRaven (Thunderbir@CCE042E2.E00866EC.C3498625.IP)
  2591. # [22:02] * Quits: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP) (Quit: brendan)
  2592. # [22:02] <Enn> smaug: the commandupdate event could be used instead, but the event firing is much slower so I made this change
  2593. # [22:02] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  2594. # [22:05] * Joins: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  2595. # [22:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/1fe57d76cc2f - Fabrice Desré - Bug 1066362 - Move default privileged csp to all.js r=dveditz
  2596. # [22:06] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  2597. # [22:07] * Quits: bent (chatzilla@moz-FE22CC2B.nyc.biz.rr.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  2598. # [22:08] * Quits: jacek (jacek@moz-ECAAA1A8.psi.wroc.pl) (Quit: Konversation terminated!)
  2599. # [22:08] * Quits: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2600. # [22:08] * FuzzyFox is now known as FuzzyFox|afk
  2601. # [22:09] * Joins: automata (automata@15BB23CE.DA161F74.E24837B7.IP)
  2602. # [22:10] * gaye|bbiab is now known as gaye
  2603. # [22:10] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  2604. # [22:10] * Joins: grobinson (grobinson@moz-8E3BD44C.dsl.dynamic.sonic.net)
  2605. # [22:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3488fc0bf6ef - Bobby Holley - Bug 1068163 - Turn off release-mode assertion against addon scope prototype munging. r=me
  2606. # [22:11] <mccr8> Could whoever is sheriffing now back out 962871 for causing 1067958?
  2607. # [22:11] * jlund|food is now known as jlund
  2608. # [22:11] * Joins: mkmelin (mkmelin@moz-E4A21657.elisa-laajakaista.fi)
  2609. # [22:11] * Joins: gokce_ (gokce@2FC37C36.4185C5F9.D8CFF297.IP)
  2610. # [22:12] * Quits: gokce (gokce@911E3C13.E89C8545.4DE73C5E.IP) (Ping timeout)
  2611. # [22:12] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  2612. # [22:13] <@smaug> Enn left :/
  2613. # [22:13] <@smaug> event firing slow?
  2614. # [22:13] * @smaug wants to see the case when it is slow
  2615. # [22:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/bf7a825022ba - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2616. # [22:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/fa0dc2128441 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2617. # [22:13] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  2618. # [22:14] * Joins: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP)
  2619. # [22:14] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2620. # [22:14] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  2621. # [22:15] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2622. # [22:15] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2623. # [22:15] * ChanServ sets mode: +o ehsan
  2624. # [22:15] * philor|away is now known as philor
  2625. # [22:16] <mccr8> RyanVM: ^ can you back out 962871?
  2626. # [22:16] <RyanVM> mccr8: sure
  2627. # [22:16] <mccr8> thanks
  2628. # [22:16] <bholley> RyanVM: see https://bugzilla.mozilla.org/show_bug.cgi?id=1068163#c8 when you have a moment
  2629. # [22:17] <RyanVM> mccr8: also, booooo
  2630. # [22:17] * Quits: RealRaven (Thunderbir@CCE042E2.E00866EC.C3498625.IP) (Ping timeout)
  2631. # [22:17] <mccr8> yeah it is kind of crummy..
  2632. # [22:17] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  2633. # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4389d8c1028e - Fabrice Desré - Bug 1059194 - Trusted Hosted Apps, part 0: Add support in browser developer tools. r=fabrice
  2634. # [22:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/140afb596080 - Vlatko Markovic - Bug 1059194 - Trusted Hosted Apps, part 1: App installation & Run. r=fabrice
  2635. # [22:18] * mdas is now known as mdas|afk
  2636. # [22:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/07b8b2f1345d - Vlatko Markovic - Bug 1059194 - Trusted Hosted Apps, part 2: CSP infrastructure changes. r=sicking
  2637. # [22:18] * qDot|away is now known as qDot
  2638. # [22:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/18ee130341c0 - Fabrice Desré - Bug 1059194 - Trusted Hosted Apps, part 3: Basic app install tests r=myk
  2639. # [22:18] <RyanVM> mccr8: /me gets his broom out
  2640. # [22:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d8a9df2d8311 - Trevor Saunders - no bug - don't convert nullptr to bool in HelperThreads.cpp r=themaid
  2641. # [22:18] <RyanVM> oh god dammit, I didn't close inbound
  2642. # [22:19] * hwine is now known as hwine|mtg
  2643. # [22:19] * Joins: mt_ (mt@moz-199CCC40.hsd1.ca.comcast.net)
  2644. # [22:19] * Joins: bwc (Adium@moz-199CCC40.hsd1.ca.comcast.net)
  2645. # [22:19] * Quits: juanb|afk (jbecerra@E427E78E.E1963846.259C7EEB.IP) (Quit: restart)
  2646. # [22:20] * Joins: drno (nohlmeier@moz-199CCC40.hsd1.ca.comcast.net)
  2647. # [22:20] * Quits: sicking (sicking@moz-5D774EA3.hsd1.ca.comcast.net) (Quit: sicking)
  2648. # [22:20] * Joins: laleh (Adium@moz-C07D5168.p2p.sfo1.mozilla.com)
  2649. # [22:20] <@smaug> bjacob: so it is ok to look at the patch?
  2650. # [22:20] <@smaug> and only .webidl, right?
  2651. # [22:21] <laleh> hey, does anyone know how can I make firefox close itself after it loads the page?
  2652. # [22:21] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  2653. # [22:22] <wlach> is there an easy way of dumping the current js stack from chrome code?
  2654. # [22:22] * Quits: Sushant94 (Sushant@3FF373EE.88C9610E.D30E9BEF.IP) (Quit: Leaving)
  2655. # [22:22] * Joins: billm (billm@moz-24157589.mtv2.mozilla.com)
  2656. # [22:22] <bjacob> smaug: right, only webidl (or any other thing requiring dom review such as Bindings.conf if touched)
  2657. # [22:22] <fabrice1> wlach: debugger; ?
  2658. # [22:22] <bjacob> smaug: yes. please look. the thing i'm looking into is unrelated.
  2659. # [22:23] <laleh> I used this script to close it but it seems that it is not working completely on the Mac
  2660. # [22:23] * mdas|afk is now known as mdas
  2661. # [22:24] <laleh> <script>
  2662. # [22:24] <laleh> window.addEventListener('load', function() {
  2663. # [22:24] <laleh> window.close();
  2664. # [22:24] <laleh> });
  2665. # [22:24] <laleh> </script>
  2666. # [22:24] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2667. # [22:24] <wlach> fabrice1: this is from an extension
  2668. # [22:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/63cfc0ff5f4a - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2669. # [22:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/051b1bd8b013 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2670. # [22:24] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2671. # [22:24] * ChanServ sets mode: +o ehsan
  2672. # [22:25] <fabrice1> wlach: should work if this is chrome code
  2673. # [22:25] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  2674. # [22:25] * Joins: juanb (jbecerra@E427E78E.E1963846.259C7EEB.IP)
  2675. # [22:25] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  2676. # [22:25] <@smaug> bjacob: so you kill WebGLVertexArray interface?
  2677. # [22:26] <@smaug> is that web compatible ?
  2678. # [22:26] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2679. # [22:26] <wlach> fabrice1: hmm, it's a bit tricky to do that as it's shortlived (pageloader extension for talos)
  2680. # [22:26] * Joins: RealRaven (Thunderbir@CCE042E2.E00866EC.C3498625.IP)
  2681. # [22:26] <fabrice1> wlach: there's some console.XXX call that dumps the stack too, but I never remember which one
  2682. # [22:27] * Quits: mkmelin (mkmelin@moz-E4A21657.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.90.1 [Firefox 32.0/20140830210550])
  2683. # [22:27] <wlach> fabrice1: console is undefined inside chromespace, it seems
  2684. # [22:27] <fabrice1> wlach: get a window handle
  2685. # [22:27] <wlach> fabrice1: ah, that's a smart idea
  2686. # [22:27] * Joins: till (till@moz-9D32BEFC.public.wayport.net)
  2687. # [22:28] * Quits: ehugg (ehugg@moz-87849CFF.mycingular.net) (Ping timeout)
  2688. # [22:28] <wlach> aha, actually found a simpler way
  2689. # [22:28] <wlach> dumpLine(new Error().stack);
  2690. # [22:29] <bjacob> smaug: in WebGL1, there was no WebGLVertexArray, only WebGLVertexArrayOES, and it is [NoInterfaceObject] so yes compatible. WebGL2 is still completely in flux and behind a pref so there are no compatibility concerns at this point.
  2691. # [22:29] <fabrice1> wlach: nice
  2692. # [22:29] * Joins: ehugg (ehugg@moz-87849CFF.mycingular.net)
  2693. # [22:29] * Quits: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2694. # [22:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7704043c4fe5 - Ryan VanderMeulen - Backed out 3 changesets (bug 962871) for exposing bug 1067958.
  2695. # [22:29] * Joins: secretrobotron (secretrobo@13F2CEC5.7672369.D8E68FF6.IP)
  2696. # [22:30] <@smaug> bjacob: WebGLVertexArray is currently exposed to web
  2697. # [22:30] <@smaug> the interface object
  2698. # [22:30] <@smaug> is that some Gecko only thing then?
  2699. # [22:32] * Quits: mak (uid24946@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  2700. # [22:32] <bjacob> smaug: so, there was an (incompatible) spec change: interfaces defined in WebGL extensions were recently switched to [NoInterfaceObject]
  2701. # [22:32] <bjacob> smaug: we are adapting to that
  2702. # [22:32] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  2703. # [22:32] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/55b46de164d8 - Bobby Holley - Bug 1068163 - Turn off release-mode assertion against addon scope prototype munging. a=me
  2704. # [22:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b59c02df792f - Jason Orendorff - Fix typo in bug 918828, part 1 (rev 4faff84eb1ba). no_r=bustage on a CLOSED TREE.
  2705. # [22:32] <bjacob> smaug: (for the record, i complained on the WG list about that)
  2706. # [22:33] <@smaug> bjacob: ok, just want to make sure it is done on purpose
  2707. # [22:33] <@smaug> and that we're ready to fix regressions
  2708. # [22:33] * Matti_away is now known as Matti
  2709. # [22:33] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2710. # [22:33] * Quits: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net) (Quit: rkent)
  2711. # [22:34] * Joins: sylvain (scleymans@moz-62518563.mtv2.mozilla.com)
  2712. # [22:34] <bjacob> smaug: yes and yes :-)
  2713. # [22:34] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  2714. # [22:34] <RyanVM> bholley: triggered
  2715. # [22:35] * Quits: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2716. # [22:35] <bholley> RyanVM: thanks
  2717. # [22:35] <RyanVM> np
  2718. # [22:36] <@smaug> bjacob: why do we want to comment out some consts?
  2719. # [22:36] <@smaug> given that the whole thing is behind a pref
  2720. # [22:37] * Quits: till (till@moz-9D32BEFC.public.wayport.net) (Ping timeout)
  2721. # [22:38] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Blah blah blah)
  2722. # [22:38] <bjacob> smaug: they are present in OpenGL ES 3.0 which is the inspiration for WebGL2, but so far the WG consensus has been to not expose these particular features in WebGL2. For the BUFFER_ consts, thats because the feature in question is considered hard to implement in chrome by the chrome team.
  2723. # [22:38] <bjacob> like the MAP_ constants
  2724. # [22:38] <bjacob> we plan on exposing this in an extension as soon as there is demand for it :)
  2725. # [22:38] * Quits: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2726. # [22:39] <@smaug> bjacob: what about BUFFER_MAPPED ?
  2727. # [22:39] <@smaug> you expose that
  2728. # [22:39] <@smaug> but not BUFFER_ACCESS_FLAGS
  2729. # [22:40] * Joins: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com)
  2730. # [22:40] <@smaug> both have the comment /* TODO: Depends on mapBufferRange */
  2731. # [22:41] * Joins: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net)
  2732. # [22:41] <bjacob> hmm
  2733. # [22:41] * Quits: BigBro (BigBro@moz-61EA4B93.fbx.proxad.net) (Quit: Quitte)
  2734. # [22:41] * bjacob checks spec
  2735. # [22:42] <bjacob> smaug: we should not expose them. good catch. please dont r- for that, we can address that with nits
  2736. # [22:42] * Quits: Jackneill (Jackneill@moz-37B00D7B.pool.digikabel.hu) (Connection reset by peer)
  2737. # [22:42] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2738. # [22:42] <bjacob> smaug: (all of that is in flux and behind a flag)
  2739. # [22:42] * Joins: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2740. # [22:42] <bjacob> smaug: the canonical form for this idl is https://www.khronos.org/registry/webgl/specs/latest/2.0/webgl2.idl
  2741. # [22:43] * philor is now known as philor|away
  2742. # [22:43] * Quits: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Max SendQ exceeded)
  2743. # [22:43] <@smaug> bjacob: so all BUFFER_* should be commented out?
  2744. # [22:43] * Joins: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2745. # [22:43] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2746. # [22:43] * Quits: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2747. # [22:44] <@smaug> looks like so
  2748. # [22:44] * Joins: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com)
  2749. # [22:44] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  2750. # [22:44] * KWierso|brb is now known as KWierso
  2751. # [22:46] * Joins: glosoli (glosoli@8FE3D9B2.E4E9242D.F07881E5.IP)
  2752. # [22:46] * Joins: Jesse (jruderman@moz-62518563.mtv2.mozilla.com)
  2753. # [22:46] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  2754. # [22:46] <Jesse> bholley: can the testcase in https://bugzilla.mozilla.org/show_bug.cgi?id=863933#c5 be made public now that all the dependencies are fixed?
  2755. # [22:48] * Quits: Optimizer (Optimizer@10E2D769.21C203B.D2D1FAF0.IP) (Ping timeout)
  2756. # [22:48] * jmaher is now known as jmaher|afk
  2757. # [22:48] * Joins: till (till@moz-D5799502.mycingular.net)
  2758. # [22:48] * curtisk|afk is now known as curtisk
  2759. # [22:49] <bholley> Jesse: fine by me afaict
  2760. # [22:49] * Joins: Optimizer (Optimizer@446EA59E.F2703C2A.274D17D6.IP)
  2761. # [22:49] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2762. # [22:50] * Quits: fabrice1 (fabrice@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  2763. # [22:51] * Joins: fabrice (fabrice@moz-62518563.mtv2.mozilla.com)
  2764. # [22:53] * Quits: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net) (Quit: )
  2765. # [22:54] * Joins: ejpbruel (ejpbruel@moz-C216A63F.cm-7-4b.dynamic.ziggo.nl)
  2766. # [22:54] <ejpbruel> gkw: ping
  2767. # [22:54] * Quits: mkohler (mkohler@moz-336805DB.dclient.hispeed.ch) (Quit: mkohler)
  2768. # [22:54] <@smaug> alexbardas: sorry if I was a bit negative in the bug comment
  2769. # [22:54] <@smaug> just hoping to see that code moved to js
  2770. # [22:54] <@smaug> (in which case it is very useful to have plenty of tests )
  2771. # [22:55] <alexbardas> smaug: no worries, I'd like to see it in js too :-). It's good we have a better test coverage so it would be easier to move it
  2772. # [22:56] * Quits: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP) (Ping timeout)
  2773. # [22:56] <mbrubeck> ugh, why is 'hg qpop' running forever (>1min) and pegging my CPU?
  2774. # [22:56] <mbrubeck> This probably has something to do with the fact that I haven't used hg in several months.
  2775. # [22:56] * Quits: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2776. # [22:56] * Quits: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  2777. # [22:57] * Joins: rkent (Thunderbir@moz-CCEA8D95.hsd1.wa.comcast.net)
  2778. # [22:57] * mcote is now known as mcote|afk
  2779. # [22:57] * Quits: mstange (uid15727@moz-31ABA2C0.irccloud.com) (Quit: )
  2780. # [22:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/52fce004492f - Ryan VanderMeulen - Backed out changeset ed586ca080c0 (bug 1053966) for the same Mnw permafails it was backed out for previously.
  2781. # [22:57] * Joins: DGMurdockIII (dgmurdocki@moz-BA318F64.hsd1.in.comcast.net)
  2782. # [22:58] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  2783. # [22:58] * Joins: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP)
  2784. # [22:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b0d56decbf83 - Michael Comella - Bug 1001655 - Part 1: Replace applicable Strings in test code with StringHelper references. r=wesj
  2785. # [22:59] * vikash-afk is now known as vikash
  2786. # [22:59] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  2787. # [22:59] <_AtilA_> ted: I was going to add gcc-4.7 / gcc-4.8 to the list of compilers for which links against our __dso_handle visibility trick
  2788. # [22:59] <_AtilA_> ted: in confiure.in
  2789. # [22:59] * Quits: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP) (Ping timeout)
  2790. # [22:59] <_AtilA_> ted: Can I set you as a reviewer?
  2791. # [22:59] * Joins: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP)
  2792. # [23:00] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2793. # [23:00] * Parts: ejpbruel (ejpbruel@moz-C216A63F.cm-7-4b.dynamic.ziggo.nl)
  2794. # [23:00] <@bsmedberg> mbrubeck: did you pull m-c before you popped?
  2795. # [23:00] * armenzg is now known as armenzg_brb
  2796. # [23:00] <_AtilA_> (because glandium is on PTO, think so)
  2797. # [23:01] <@bsmedberg> popping patches off of things you've pulled on top of them can be really slow and annoying
  2798. # [23:01] <mbrubeck> bsmedberg: Yeah -- pulled but didn't update
  2799. # [23:01] <mbrubeck> oh
  2800. # [23:01] * Joins: mwu (mwu@30A8ED0E.AA20BC86.6F8C13A.IP)
  2801. # [23:01] <mbrubeck> makes sense
  2802. # [23:01] <@bsmedberg> because qpop destructs/reconstructs the repo
  2803. # [23:01] <@bsmedberg> one of my hg gripes, it really shouldn't do that
  2804. # [23:01] * Quits: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP) (Ping timeout)
  2805. # [23:01] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2806. # [23:01] <mbrubeck> I think I've got it in a good state now, after some manual futzing with .hg/patches/state
  2807. # [23:03] * Quits: tomasz (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  2808. # [23:04] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Computer has gone to sleep.)
  2809. # [23:04] * Quits: florent (Thunderbir@moz-27E67FC6.w92-144.abo.wanadoo.fr) (Quit: florent)
  2810. # [23:04] * Joins: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2811. # [23:04] * Joins: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP)
  2812. # [23:05] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Input/output error)
  2813. # [23:05] * Quits: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP) (Ping timeout)
  2814. # [23:06] * Joins: espadrine (ttyl@moz-4D54CF49.w92-128.abo.wanadoo.fr)
  2815. # [23:06] * Joins: brendan (brendaneic@6A24F57D.51C7F032.FA49AE52.IP)
  2816. # [23:07] * Joins: capella-s3 (capella-s3@moz-86F5D862.pools.spcsdns.net)
  2817. # [23:07] * Joins: capella-s32 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  2818. # [23:08] * Quits: capella-s3 (capella-s3@moz-86F5D862.pools.spcsdns.net) (Connection reset by peer)
  2819. # [23:08] * spohl is now known as spohl|afk
  2820. # [23:09] * rail is now known as rail_away
  2821. # [23:09] * Joins: mcsmurf (chatzilla@moz-98164F4B.dip0.t-ipconnect.de)
  2822. # [23:09] * Quits: cpearce_ (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  2823. # [23:09] * Joins: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP)
  2824. # [23:10] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  2825. # [23:10] * Joins: abr (anonymous@moz-199CCC40.hsd1.ca.comcast.net)
  2826. # [23:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cc361e77343d - Nick Fitzgerald - Bug 1067491 - Add allocations recording to the memory actor. r=jryans
  2827. # [23:12] * Quits: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  2828. # [23:12] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  2829. # [23:13] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2830. # [23:14] * Joins: loadbang (simon@moz-CBC83975.range86-149.btcentralplus.com)
  2831. # [23:16] * Quits: bholley (bholley@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2832. # [23:16] <@bsmedberg> RyanVM: do you know if there are any test suites that specifically test whether web APIs work correctly in desktop webapp runtimes?
  2833. # [23:17] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  2834. # [23:17] <RyanVM> we have webapp mochitests running on Cedar, but TBH, I have no idea what they're actually testing :(
  2835. # [23:17] <@bsmedberg> RyanVM: do you know if there are any bugs tracking that thing?
  2836. # [23:17] <RyanVM> no clue
  2837. # [23:17] <RyanVM> you can try asking in #ateam
  2838. # [23:17] <@bsmedberg> thanks
  2839. # [23:19] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2840. # [23:20] * Joins: handyman (handyman@moz-B454F4E9.hsd1.ca.comcast.net)
  2841. # [23:20] * bc is now known as bc|bbiab
  2842. # [23:21] * Quits: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP) (Ping timeout)
  2843. # [23:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4a8aefdda5d4 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  2844. # [23:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d4f2c16dfce2 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  2845. # [23:22] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  2846. # [23:24] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2847. # [23:24] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2848. # [23:24] * armenzg_brb is now known as armenzg
  2849. # [23:25] * Joins: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP)
  2850. # [23:26] * Quits: jfkthame (jfkthame@A6706BD1.4CEA26B6.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  2851. # [23:27] * Quits: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP) (Ping timeout)
  2852. # [23:27] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: )
  2853. # [23:27] * Joins: cconco (chatzilla@moz-33969F6E.cust.bluewin.ch)
  2854. # [23:28] * Joins: mastizada (Thunderbir@F039E499.8B78180A.AEFEE4D5.IP)
  2855. # [23:28] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2856. # [23:28] * lmandel is now known as lmandel_afk
  2857. # [23:29] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2858. # [23:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bb579e3de64b - Ryan VanderMeulen - Backed out 6 changesets (bug 918828) for mass bustage on a CLOSED TREE.
  2859. # [23:35] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2860. # [23:35] * Joins: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com)
  2861. # [23:35] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  2862. # [23:36] * Quits: tromey (tromey@moz-E33B8B8D.hlrn.qwest.net) (Ping timeout)
  2863. # [23:36] * armenzg is now known as armenzg_afk
  2864. # [23:36] * Quits: armenzg_afk (armenzg@moz-ED8417A2.home3.cgocable.net) (Quit: Leaving)
  2865. # [23:36] * Quits: lightsofapollo (sid11987@F96EF34A.E02B7C75.9377050C.IP) (services.mozilla.org (Too many invalid passwords))
  2866. # [23:36] * Quits: bajaj (bajaj_afk@moz-CC46F4AB.hinet-ip.hinet.net) (Quit: Leaving.)
  2867. # [23:37] * Quits: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2868. # [23:37] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2869. # [23:37] * Joins: lightsofapollo (sid11987@moz-5F4AA75A.irccloud.com)
  2870. # [23:37] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  2871. # [23:37] * Quits: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP) (Max SendQ exceeded)
  2872. # [23:37] * Joins: bajaj (bajaj_afk@347FA24B.24D9B0A0.495EC8CD.IP)
  2873. # [23:38] <jaws> is it a bug if we show Document Expired when Back is used on a cache-control:private; iframe?
  2874. # [23:38] * Joins: garvank (Garvan@moz-1F4DE5C6.dsl.teksavvy.com)
  2875. # [23:38] <jaws> http://screencast.com/t/PIJYltUlWE
  2876. # [23:38] * Quits: ahal (ahal@moz-CD77F5E2.cpe.pppoe.ca) (Input/output error)
  2877. # [23:38] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2878. # [23:39] <jaws> i got an email from a friend who said that this started happening after upgrading to Fx32, and that the site is over HTTPS
  2879. # [23:42] <mcsmurf> Document expired happens after a POST HTTP request then right?
  2880. # [23:42] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  2881. # [23:42] * heycam|away is now known as heycam
  2882. # [23:42] <nalexander> Who should I CC about a possible bug with the new caching layer?
  2883. # [23:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/fe5776e8ed1c - Jared Wein - Bug 1047146 - Add current username to the Loop panel footer. r=mattn r=niko
  2884. # [23:43] * Joins: jfkthame (jfkthame@A6706BD1.4CEA26B6.3E2A4E92.IP)
  2885. # [23:43] <mcsmurf> jaws: at least for https + no-cache or no-store bfcache does not get enabled afaik (and has been that way for a while now)
  2886. # [23:43] * Quits: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  2887. # [23:43] * Quits: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com) (Input/output error)
  2888. # [23:43] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  2889. # [23:43] <mcsmurf> jaws: and then HTTP POST also seems to be involved here, not sure about bfcache in that case anyway
  2890. # [23:44] * Joins: tedders1 (tedders1@moz-656B7AA.cpe.net.cable.rogers.com)
  2891. # [23:44] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  2892. # [23:46] * RyanVM is now known as RyanVM|afk
  2893. # [23:46] <jaws> mcsmurf: ok, that sounds plausible, thanks
  2894. # [23:46] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  2895. # [23:46] <mcsmurf> jaws: I think the key point is the POST request here, "cache-control: private" itself should not matter for bfcache iirc..
  2896. # [23:47] <mcsmurf> (that's relevant for shared caches, i.e. proxies)
  2897. # [23:47] <jaws> mcsmurf: that's the point that my friend made
  2898. # [23:48] * Quits: janv (varga@moz-C88FFC6B.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  2899. # [23:48] <mcsmurf> jaws: I remember that the logic what cache header matters for which use case is somewhat complex
  2900. # [23:48] <mcsmurf> (and differs between browsers)
  2901. # [23:49] <jaws> but i doubt anything here changed in v32
  2902. # [23:49] <mcsmurf> I think so, too
  2903. # [23:49] * Quits: juanb (jbecerra@E427E78E.E1963846.259C7EEB.IP) (Ping timeout)
  2904. # [23:49] <mcsmurf> maybe the website changed?
  2905. # [23:49] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  2906. # [23:49] <jaws> possibly, or maybe it was broken for a while and they are just noticing it now
  2907. # [23:50] <jaws> mcsmurf: oh....
  2908. # [23:50] <jaws> mcsmurf: in 32 release notes, New HTTP cache provides improved performance including crash recovery
  2909. # [23:50] <mcsmurf> so maybe something changed?
  2910. # [23:50] <mcsmurf> but yeah, new cache impl..
  2911. # [23:50] <mcsmurf> but only backend
  2912. # [23:50] <mcsmurf> network cache logic should be the same...but I was not really involved there
  2913. # [23:51] * Joins: Mano (mano@moz-2A6EEE67.red.bezeqint.net)
  2914. # [23:51] * Quits: Jesse (jruderman@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  2915. # [23:52] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: )
  2916. # [23:52] * Joins: deian (d@moz-6A11E8E3.hsd1.ca.comcast.net)
  2917. # [23:52] * Quits: Mano (mano@moz-2A6EEE67.red.bezeqint.net) (Ping timeout)
  2918. # [23:53] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  2919. # [23:53] * Joins: juanb (jbecerra@E427E78E.E1963846.259C7EEB.IP)
  2920. # [23:54] * Quits: justindarc (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  2921. # [23:55] * Quits: twi (Adium@moz-DEF6B6AD.cust.vodafonedsl.it) (Quit: Leaving.)
  2922. # [23:55] * Joins: gandalf (zbraniecki@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2923. # [23:55] * FuzzyFox|afk is now known as FuzzyFox
  2924. # [23:56] * wlach is now known as wlach|afk
  2925. # [23:56] * hwine|mtg is now known as hwine
  2926. # [23:59] * Joins: gerv (Instantbir@D1A5F021.A41AEF29.C589985.IP)
  2927. # Session Close: Wed Sep 17 00:00:00 2014

The end :)