/irc-logs / mozilla / #developers / 2014-11-22 / end

Options:

  1. # Session Start: Sat Nov 22 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * Quits: bajaj (bajaj_afk@moz-8rv4gk.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  4. # [00:00] * Joins: bajaj (bajaj_afk@moz-8rv4gk.ujol.1ibb.0101.2620.IP)
  5. # [00:00] * Joins: tonymec_KDE (tonymec@moz-hq5.rhs.128.109.IP)
  6. # [00:01] * Joins: bc (bc@moz-010.ifm.3.76.IP)
  7. # [00:01] * Quits: bdahl (bdahl@moz-m3p2oc.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
  8. # [00:01] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  9. # [00:01] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
  10. # [00:02] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  11. # [00:03] * Quits: ttaubert (uid2620@moz-gmrftu.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  12. # [00:03] * Joins: myk (myk@moz-dku.c9m.56.172.IP)
  13. # [00:04] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=b612d5a501f8 - 43 changesets
  14. # [00:05] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  15. # [00:05] * Joins: brendan (brendaneich@moz-fcuscd.public.wayport.net)
  16. # [00:06] * Quits: tonymec_KDE (tonymec@moz-hq5.rhs.128.109.IP) (Ping timeout: 121 seconds)
  17. # [00:06] * Joins: tonymec_KDE (tonymec@moz-k8nr6b.isp.belgacom.be)
  18. # [00:06] * FuzzyFox is now known as FuzzyFox|afk
  19. # [00:06] * Joins: espadrine (ttyl@moz-a130f9.dd79.arl0.0e35.2a01.IP)
  20. # [00:06] * philor|away is now known as philor
  21. # [00:08] * Quits: tedders1 (tedders1@moz-i5m.05u.207.66.IP) (Connection closed)
  22. # [00:08] <billm> rstrong: ping
  23. # [00:08] * Joins: tedders1 (tedders1@moz-i5m.05u.207.66.IP)
  24. # [00:08] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  25. # [00:08] <rstrong> billm: pong
  26. # [00:09] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  27. # [00:09] * Quits: marco (marco@moz-e8b.irv.236.95.IP) (Ping timeout: 121 seconds)
  28. # [00:09] * Quits: jfkthame (jfkthame@moz-n64.i06.29.2.IP) (Quit: This computer has gone to sleep)
  29. # [00:09] <billm> rstrong: the update problem happened to me again today. I'm trying to figure out how to debug it. if I use a custom-built Firefox, will it auto-update?
  30. # [00:09] * jchen is now known as jchen|away
  31. # [00:10] * Quits: janv (varga@moz-qjojef.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  32. # [00:10] * Joins: jviereck (Adium@moz-qnod8h.dclient.hispeed.ch)
  33. # [00:11] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  34. # [00:11] * Joins: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com)
  35. # [00:11] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  36. # [00:11] <rstrong> billm: on Windows?
  37. # [00:11] <billm> rstrong: no, linux
  38. # [00:12] <billm> rstrong: I want to stick a bunch of assertions in a custom build and then try to get the problem to happen again
  39. # [00:12] * matt-r is now known as matt-r`away
  40. # [00:12] * Quits: tomasz (tomasz@moz-3l56vl.netia.com.pl) (A TLS packet with unexpected length was received.)
  41. # [00:12] * Quits: tedders1 (tedders1@moz-i5m.05u.207.66.IP) (Ping timeout: 121 seconds)
  42. # [00:12] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  43. # [00:13] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  44. # [00:13] <rstrong> billm: you can make it update by taking the url for an update and creating a new string pref of app.update.url.override with the value for the url. You can get a valid url by changing the app.update.log pref to true, then checking for updates with a build that is at least two days behind, and looking in the error console for the value returned by getUpdateURL
  45. # [00:13] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  46. # [00:13] * Quits: drno (nohlmeier@moz-225k7f.ca.comcast.net) (Client exited)
  47. # [00:13] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
  48. # [00:13] <rstrong> The two days behind value is to make sure you get a complete update vs. a partial
  49. # [00:13] * Quits: tonymec_KDE (tonymec@moz-k8nr6b.isp.belgacom.be) (Ping timeout: 121 seconds)
  50. # [00:14] <rstrong> be sure to keep a copy of your bin dir in case the update applies
  51. # [00:14] * Quits: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  52. # [00:15] * Joins: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com)
  53. # [00:15] * Quits: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com) (Connection closed)
  54. # [00:16] * Joins: tonymec_KDE (tonymec@moz-epa.g4q.66.87.IP)
  55. # [00:16] <billm> rstrong: thanks. I'll try that.
  56. # [00:17] * Joins: luisalonsocn (luisalonsoc@moz-stt.ka4.234.190.IP)
  57. # [00:17] * Joins: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP)
  58. # [00:18] <rstrong> billm: I think you will need to compile with MOZ_UPDATE_CHANNEL=nightly if you are compiling m-c
  59. # [00:18] <billm> ok
  60. # [00:18] <rstrong> it would be a good thing to do that anyways
  61. # [00:18] * Quits: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP) (Quit: Leaving.)
  62. # [00:18] * Joins: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP)
  63. # [00:22] * Quits: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP) (Quit: Leaving.)
  64. # [00:22] * Joins: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP)
  65. # [00:22] * Quits: luisalonsocn (luisalonsoc@moz-stt.ka4.234.190.IP) (Ping timeout: 121 seconds)
  66. # [00:23] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  67. # [00:24] * Quits: tonymec_KDE (tonymec@moz-epa.g4q.66.87.IP) (Ping timeout: 121 seconds)
  68. # [00:24] * Quits: alexbardas (alexbardas@moz-dm1.njm.82.92.IP) (A TLS packet with unexpected length was received.)
  69. # [00:24] * Joins: tonymec_KDE (tonymec@moz-obf.2b6.128.109.IP)
  70. # [00:25] * Quits: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP) (Quit: Leaving.)
  71. # [00:25] * Joins: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP)
  72. # [00:27] * Quits: ehugg (ehugg@moz-1pl2f3.cisco.com) (Client exited)
  73. # [00:28] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  74. # [00:28] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  75. # [00:29] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
  76. # [00:31] * Joins: mt_ (mt@moz-riaa1f.res.rr.com)
  77. # [00:31] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  78. # [00:31] * Quits: skeuomorf (skeuomorf@moz-tg8.i0i.32.197.IP) (Ping timeout: 121 seconds)
  79. # [00:34] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  80. # [00:34] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  81. # [00:36] * Quits: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP) (Quit: Leaving.)
  82. # [00:36] * Joins: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP)
  83. # [00:36] * Quits: jgilbert (jgilbert@moz-4ehte7.ujol.1ibb.0101.2620.IP) (Connection closed)
  84. # [00:39] * Joins: tomasz (tomasz@moz-3l56vl.netia.com.pl)
  85. # [00:40] * Joins: jgilbert (jgilbert@moz-3d3ei4.ujol.1ibb.0101.2620.IP)
  86. # [00:40] * Quits: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP) (Quit: Leaving.)
  87. # [00:40] * Joins: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP)
  88. # [00:41] * Quits: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP) (Quit: Leaving.)
  89. # [00:41] * Joins: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP)
  90. # [00:42] * Quits: tonymec_KDE (tonymec@moz-obf.2b6.128.109.IP) (Ping timeout: 121 seconds)
  91. # [00:42] * Joins: mconley (mconley@moz-os98q9.cable.teksavvy.com)
  92. # [00:42] * Joins: tonymec_KDE (tonymec@moz-ht33qo.isp.belgacom.be)
  93. # [00:45] * Quits: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP) (Quit: Leaving.)
  94. # [00:45] * Joins: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP)
  95. # [00:47] * Quits: jviereck (Adium@moz-qnod8h.dclient.hispeed.ch) (Quit: Leaving.)
  96. # [00:48] * Quits: tomasz (tomasz@moz-3l56vl.netia.com.pl) (A TLS packet with unexpected length was received.)
  97. # [00:49] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  98. # [00:51] * Quits: givanica (Thunderbird@moz-n6k.rhd.232.84.IP) (Client exited)
  99. # [00:51] * Quits: till (till@moz-s9i2v4.adsl.alicedsl.de) (A TLS packet with unexpected length was received.)
  100. # [00:51] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/012e11e54840 - Terrence Cole - Bug 1101921 - Nursery heap size should scale with the chunk size; r=jonco
  101. # [00:52] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  102. # [00:53] * Quits: brendan (brendaneich@moz-fcuscd.public.wayport.net) (Client exited)
  103. # [00:54] * Quits: ckitching (ckitching@moz-cbggqe.cable.virginm.net) (A TLS packet with unexpected length was received.)
  104. # [00:55] * Joins: luisalonsocn (luisalonsoc@moz-stt.ka4.234.190.IP)
  105. # [00:55] * Joins: adev-tb (Thunderbird@moz-2k7oo1.51-151.net24.it)
  106. # [00:55] * Quits: adev-tb (Thunderbird@moz-2k7oo1.51-151.net24.it) (Client exited)
  107. # [00:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/23410bbf2161 - Wes Kocher - Backed out 5 changesets (bug 1102488) for stumbler-related robocop failures
  108. # [00:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/742159b11c69 - Wes Kocher - Backed out changeset 4bcc69eb4a27 (bug 1102339) for stumbler-related robocop failures
  109. # [00:57] * Quits: chrisccoulson (chr1s@moz-2r61ne.uno.uk.net) (Connection closed)
  110. # [00:57] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  111. # [00:57] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  112. # [00:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2a1e5fe6f289 - Benjamin Peterson - Bug 1102964 - Fix optimized build unused variable warnings in jit/. r=sunfish
  113. # [00:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/24bebb8f489a - Benjamin Peterson - Bug 1102964 - Fix optimized build unused variables warnings in Debugger.cpp. r=jimb
  114. # [00:58] * Joins: rmcdougall (Adium@moz-f2h.mvj.38.216.IP)
  115. # [00:58] * Quits: tomer (tomer@moz-uce.mlf.142.37.IP) (Ping timeout: 121 seconds)
  116. # [00:58] * Quits: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP) (Quit: Leaving.)
  117. # [01:00] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  118. # [01:00] * geekboy is now known as geekboy|afk
  119. # [01:00] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  120. # [01:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=87d4d6d5facc - 21 changesets
  121. # [01:00] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  122. # [01:00] * Quits: abwillis (abwillis@moz-glb.ujr.97.32.IP) (Quit: ChatZilla 0.9.91 [SeaMonkey 2.21/20141102091357])
  123. # [01:01] * Quits: Ms2ger (Ms2ger@moz-jse.a70.182.91.IP) (Quit: nn)
  124. # [01:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/8525554ff2ec - Allison Naaktgeboren - Bug 1080212 - [e10s] Add Telemetry probe for js exceptions that occur in the addon js compartment.r=billm
  125. # [01:02] * Quits: jimm (jmathies@moz-124grn.dhcp.embarqhsd.net) (Quit: )
  126. # [01:03] * Quits: Gijs (chatzilla@moz-792.ifj.80.5.IP) (Quit: poof)
  127. # [01:04] <shu> BenWa: ping
  128. # [01:04] * AutomatedTester is now known as AutomatedTester|AFK
  129. # [01:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fcf715632ae0 - Terrence Cole - Backed out changeset 012e11e54840 (Bug 1101921) for build bustage on a CLOSED TREE
  130. # [01:05] * Quits: Hendikins (wolfox@moz-06vm97.g1co.4p69.44b8.2001.IP) (Ping timeout: 121 seconds)
  131. # [01:06] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/70114bfbbd70 - Dave Townsend - Bug 1102419: Only show the whatsnew page if the new search UI is active. r=gavin, a=gavin
  132. # [01:07] * Joins: catalinb (catalin@moz-8ki.dlq.27.188.IP)
  133. # [01:08] * Quits: bdahl (bdahl@moz-u3dg2t.sfo1.mozilla.com) (A TLS packet with unexpected length was received.)
  134. # [01:08] <Mossop> KWierso: Looks like the test I added to beta is intermittent. I'm just going to disable the test
  135. # [01:08] * Quits: ewong|away (chatzilla@moz-a2bclr.net) (Quit: si post fata venit gloria non propero)
  136. # [01:08] <KWierso> Mossop: whee
  137. # [01:08] * Joins: myk1 (myk@moz-1du.tdl.56.172.IP)
  138. # [01:09] * Quits: myk (myk@moz-dku.c9m.56.172.IP) (Ping timeout: 121 seconds)
  139. # [01:09] * myk1 is now known as myk
  140. # [01:09] * bsmedberg-away is now known as bsmedberg
  141. # [01:09] * Joins: ewong|away (chatzilla@moz-a2bclr.net)
  142. # [01:10] * Quits: RealRaven1 (Thunderbird@moz-t31.ruv.125.109.IP) (Client exited)
  143. # [01:11] * Joins: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com)
  144. # [01:11] <Mossop> KWierso: a=you to land that?
  145. # [01:11] <KWierso> Mossop: sure
  146. # [01:12] * Joins: brendan (brendaneich@moz-5tm501.public.wayport.net)
  147. # [01:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/51c693c1ca3f - Dave Townsend - Bug 1101654: Disable intermittent test. a=Kwierso
  148. # [01:13] * Quits: bgrins1 (bgrins@moz-07jkmf.qnor.1u98.0009.2601.IP) (Quit: Leaving.)
  149. # [01:13] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  150. # [01:13] * Quits: Archaeopteryx (Archaeopter@moz-rcltvo.cust.telecolumbus.net) (Quit: Goodbye)
  151. # [01:14] * Quits: bitgeeky (bitgeeky@moz-9i1.k6o.139.14.IP) (Quit: Leaving)
  152. # [01:15] * Quits: tonymec_KDE (tonymec@moz-ht33qo.isp.belgacom.be) (Ping timeout: 121 seconds)
  153. # [01:16] * Quits: idwer (irc@moz-bp1sle.adsl.online.nl) (A TLS packet with unexpected length was received.)
  154. # [01:18] * Quits: sunfish (chatzilla@moz-shl1ku.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  155. # [01:18] * Quits: brendan (brendaneich@moz-5tm501.public.wayport.net) (Ping timeout: 121 seconds)
  156. # [01:18] * Quits: rkent (Thunderbird@moz-uta551.wa.comcast.net) (Client exited)
  157. # [01:19] * Joins: tonymec_KDE (tonymec@moz-04j7vk.isp.belgacom.be)
  158. # [01:19] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  159. # [01:19] * Joins: Hendikins (wolfox@moz-i5ndca.internode.on.net)
  160. # [01:20] * Joins: bdahl (bdahl@moz-r0778i.2rkg.9kg1.0101.2620.IP)
  161. # [01:21] * Joins: ehugg (ehugg@moz-f04slc.cisco.com)
  162. # [01:22] * Quits: mchang (mchang@moz-4b7hgp.res.rr.com) (Client exited)
  163. # [01:22] * Joins: brendan (brendaneich@moz-v2i5ca.sub-70-197-9.myvzw.com)
  164. # [01:22] * Quits: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP) (Connection closed)
  165. # [01:23] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  166. # [01:23] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  167. # [01:24] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  168. # [01:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d0d36a9b8b7d - Steven Michaud - Bug 1102295 - Get country data on the Mac. r=bsmedberg
  169. # [01:26] * Quits: luke1 (luke@moz-fk7pee.tx.charter.com) (Quit: Leaving.)
  170. # [01:27] * stephend is now known as stephend|transit
  171. # [01:28] * Quits: tonymec_KDE (tonymec@moz-04j7vk.isp.belgacom.be) (Ping timeout: 121 seconds)
  172. # [01:28] * Joins: tonymec_KDE (tonymec@moz-t0d5af.isp.belgacom.be)
  173. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/39a1305d7119 - Mike de Boer - Bug 1102841: implement Cancel and Block a call for incoming direct calls r=abr
  174. # [01:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/281d52f5d0e6 - Terrence Cole - Bug 1101921 - Nursery heap size should scale with the chunk size; r=jonco
  175. # [01:29] * Quits: myk (myk@moz-1du.tdl.56.172.IP) (Ping timeout: 121 seconds)
  176. # [01:29] * nsm is now known as nsm|away
  177. # [01:29] * gregglind is now known as gregglind_away
  178. # [01:30] * miketaylr is now known as zz_miketaylr
  179. # [01:32] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  180. # [01:32] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  181. # [01:34] * Quits: tonymec_KDE (tonymec@moz-t0d5af.isp.belgacom.be) (Ping timeout: 121 seconds)
  182. # [01:35] * Joins: givanica (Thunderbird@moz-n6k.rhd.232.84.IP)
  183. # [01:35] * Quits: givanica (Thunderbird@moz-n6k.rhd.232.84.IP) (Client exited)
  184. # [01:35] * Quits: sydpolk (sydpolk@moz-9b7m5a.austtx.sbcglobal.net) (Quit: Leaving.)
  185. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=7ab92d922d19 - 50 changesets
  186. # [01:37] * philor is now known as philor|away
  187. # [01:39] * Quits: bajaj (bajaj_afk@moz-8rv4gk.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  188. # [01:40] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  189. # [01:40] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  190. # [01:41] * Quits: kaze (kaze@moz-8ion1q.fbx.proxad.net) (Ping timeout: 121 seconds)
  191. # [01:41] * Parts: ckerschb (ckerschb@moz-p8ord3.ujol.1ibb.0101.2620.IP)
  192. # [01:42] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  193. # [01:43] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  194. # [01:43] * Joins: marco (marco@moz-e8b.irv.236.95.IP)
  195. # [01:44] * Quits: oliverthor (oliverthor@moz-980rc2.qa-llc.com) (Quit: Leaving)
  196. # [01:45] * Quits: bdahl (bdahl@moz-r0778i.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
  197. # [01:49] * Quits: qrlpx (smuxi@moz-bhf.pdv.48.37.IP) (Ping timeout: 121 seconds)
  198. # [01:50] * Quits: Pike (chatzilla@moz-iuk0pb.pool.mediaWays.net) (Ping timeout: 121 seconds)
  199. # [01:51] * Joins: till (till@moz-s9i2v4.adsl.alicedsl.de)
  200. # [01:52] * Quits: mak (uid24946@moz-7ljuor.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  201. # [01:53] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  202. # [01:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/96046c85765f - Wes Kocher - Backed out changeset 8525554ff2ec (bug 1080212) for build bustage
  203. # [01:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1a9ce687110d - Wes Kocher - Backed out 2 changesets (bug 1100284) for xpcshell orange
  204. # [01:55] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Quit: )
  205. # [01:55] * Quits: espadrine (ttyl@moz-a130f9.dd79.arl0.0e35.2a01.IP) (Ping timeout: 121 seconds)
  206. # [01:56] * Quits: till (till@moz-s9i2v4.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  207. # [01:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=9bc239136a6b - 95 changesets
  208. # [01:58] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
  209. # [01:58] * Quits: mwargers (mwargers@moz-tst4f6.adsl.online.nl) (Connection closed)
  210. # [01:58] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=bedd9cba78a6 - 72 changesets
  211. # [01:59] * BenWa is now known as BenWa|email
  212. # [01:59] <KWierso> jesup: looks like you only fixed one of the two failures in that loop push :(
  213. # [01:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=3e56ff4fc166 - 66 changesets
  214. # [02:00] * KWierso is now known as KWierso|afk
  215. # [02:02] * Quits: jgriffin (jgriffin@moz-1u93lj.wa.comcast.net) (Client exited)
  216. # [02:04] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  217. # [02:06] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
  218. # [02:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fe4bdefa88d1 - Chris Peterson - Bug 1102131 - Part 1: Fix spelling of "LetExpresion". r=shu
  219. # [02:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/81f50ea78442 - Chris Peterson - Bug 1102131 - Part 2: Collect telemetry about deprecated let blocks and expressions. r=shu
  220. # [02:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/818d3fd048a4 - Chris Peterson - Bug 1102131 - Part 3: Log console warnings for deprecated let expressions. r=shu
  221. # [02:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2404514c2165 - Chris Peterson - Bug 1102131 - Part 5: Remove deprecated let blocks and expressions in toolkit. r=Mossop
  222. # [02:07] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/942b4e3c6a07 - Chris Peterson - Bug 1102131 - Part 6: Remove deprecated let block in DownloadsCommon.jsm. r=mak
  223. # [02:07] * Quits: Jan\ (kvirc@moz-l9c.pps.13.198.IP) (Ping timeout: 121 seconds)
  224. # [02:08] * Joins: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net)
  225. # [02:10] * Quits: rstrong (rstrong@moz-qvqiq2.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  226. # [02:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/11331afc4ffe - Terrence Cole - Bug 1074961 - Part 18: Use a ChunkPool for full chunks and get rid of chunkSet; r=sfink
  227. # [02:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e33876e4431e - Terrence Cole - Bug 1074961 - Remove last of the open-coded Chunk list management; r=sfink
  228. # [02:17] * Parts: marco (marco@moz-e8b.irv.236.95.IP) ("")
  229. # [02:18] * Joins: karlt (karl@moz-d9sifc.xtra.co.nz)
  230. # [02:18] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  231. # [02:20] * Joins: bdahl (bdahl@moz-bmj7fe.2rkg.9kg1.0101.2620.IP)
  232. # [02:21] * Joins: WeirdAl (chatzilla@moz-idkef0.nv.charter.com)
  233. # [02:21] * Quits: mwobensmith (mwobensmith@moz-lqvsrb.rgd2.9kg1.0101.2620.IP) (Quit: Leaving.)
  234. # [02:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f440594be934 - Terrence Cole - Bug 1103173 - Avoid a lock/unlock pair if there are no Chunks to expire; r=sfink
  235. # [02:23] * Quits: Shadowized (Shadowized@moz-5r1jt6.to.trac3.me) (Ping timeout: 121 seconds)
  236. # [02:24] * Quits: bent (chatzilla@moz-dpvfl5.ca.comcast.net) (Quit: ChatZilla 0.9.91-rdmsoft [XULRunner 32.0.3/20140923175406])
  237. # [02:24] * Joins: dholbert_ (dholbert@moz-pnm275.static.fusionbroadband.com)
  238. # [02:24] * Quits: dholbert_ (dholbert@moz-pnm275.static.fusionbroadband.com) (Connection closed)
  239. # [02:25] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  240. # [02:25] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
  241. # [02:27] * terrence is now known as terrence-afk
  242. # [02:29] * Joins: Shadowized (Shadowized@moz-5r1jt6.to.trac3.me)
  243. # [02:30] * Joins: mfossen (mfossen@moz-65gckm.wi.charter.com)
  244. # [02:30] * Quits: juanb (jbecerra@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  245. # [02:31] * Joins: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com)
  246. # [02:33] * rnewman is now known as rnewman|pto
  247. # [02:33] * Joins: Jan\ (kvirc@moz-l9c.pps.13.198.IP)
  248. # [02:34] * mattwoodrow|away is now known as mattwoodrow
  249. # [02:35] * Joins: masayuki1 (Thunderbird@moz-1gqv2s.zaq.ne.jp)
  250. # [02:35] * Quits: brendan (brendaneich@moz-v2i5ca.sub-70-197-9.myvzw.com) (Client exited)
  251. # [02:36] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  252. # [02:38] * Quits: masayuki (Thunderbird@moz-1gqv2s.zaq.ne.jp) (Ping timeout: 121 seconds)
  253. # [02:38] * masayuki1 is now known as masayuki
  254. # [02:41] * Quits: mt_ (mt@moz-riaa1f.res.rr.com) (Quit: Leaving.)
  255. # [02:41] * Joins: mt_ (mt@moz-riaa1f.res.rr.com)
  256. # [02:41] * Quits: bnicholson (bnicholson@moz-ad49fj.ujol.1ibb.0101.2620.IP) (Quit: This computer has gone to sleep)
  257. # [02:42] * Quits: mt_ (mt@moz-riaa1f.res.rr.com) (Connection closed)
  258. # [02:42] * Quits: mayhemer (Miranda@moz-joi50f.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  259. # [02:44] * Quits: chmanchester (Chris@moz-lmo.64e.222.162.IP) (Quit: Leaving)
  260. # [02:45] * Quits: billm (billm@moz-j8sdkb.mh2d.1ibb.0101.2620.IP) (Quit: Leaving)
  261. # [02:45] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  262. # [02:46] * Quits: Mook_as (mook@moz-vlall4.activestate.com) (Client exited)
  263. # [02:49] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
  264. # [02:49] * Quits: Mnyromyr (Mnyromyr@moz-sc6shh.ejss.mv3s.0908.2a02.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  265. # [02:50] * Quits: Yoric (Yoric@moz-dkjr1g.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  266. # [02:51] * Quits: sicking (sicking@moz-u3dg2t.sfo1.mozilla.com) (Client exited)
  267. # [02:52] * Joins: Yoric (Yoric@moz-dkjr1g.scl3.mozilla.com)
  268. # [02:52] * Quits: lgarner (lgarner@moz-ncr.att.59.50.IP) (Ping timeout: 121 seconds)
  269. # [02:52] * Joins: Mano (mano@moz-sb0dqt.red.bezeqint.net)
  270. # [02:53] * Quits: rmcdougall (Adium@moz-f2h.mvj.38.216.IP) (Quit: Leaving.)
  271. # [02:55] * Quits: jimb (user@moz-09a.i8g.126.207.IP) (Ping timeout: 121 seconds)
  272. # [02:55] * Joins: bnicholson (bnicholson@moz-olu.vgl.130.24.IP)
  273. # [02:56] * Quits: Mano (mano@moz-sb0dqt.red.bezeqint.net) (Ping timeout: 121 seconds)
  274. # [02:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/cf371de93b7c - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  275. # [02:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/be3931f5497c - B2G Bumper Bot - Bumping manifests a=b2g-bump
  276. # [03:01] * Quits: jcj (jcj@moz-tbsov6.phnx.qwest.net) (Quit: goodnight, night vale. goodnight.)
  277. # [03:03] * khuey is now known as khuey|away
  278. # [03:03] * Quits: bwc1 (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
  279. # [03:04] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  280. # [03:05] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  281. # [03:07] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  282. # [03:08] * Joins: rmcdougall (Adium@moz-cqsl31.mycingular.net)
  283. # [03:09] * Quits: bdahl (bdahl@moz-bmj7fe.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
  284. # [03:10] * Quits: mcomella (mcomella@moz-ps8n7n.2rkg.9kg1.0101.2620.IP) (Quit: Leaving)
  285. # [03:11] * Quits: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  286. # [03:12] * Quits: rmcdougall (Adium@moz-cqsl31.mycingular.net) (Quit: Leaving.)
  287. # [03:13] * Joins: rmcdougall (Adium@moz-cqsl31.mycingular.net)
  288. # [03:15] * Fallen is now known as Fallen|away
  289. # [03:15] * Quits: jrgill (jrgill@moz-ng2hkq.res.rr.com) (Ping timeout: 121 seconds)
  290. # [03:15] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  291. # [03:16] * Quits: rmcdougall (Adium@moz-cqsl31.mycingular.net) (Quit: Leaving.)
  292. # [03:16] * Quits: WeirdAl (chatzilla@moz-idkef0.nv.charter.com) (Ping timeout: 121 seconds)
  293. # [03:17] * Joins: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com)
  294. # [03:19] * Joins: rmcdougall (Adium@moz-cqsl31.mycingular.net)
  295. # [03:19] * Quits: &dbaron (dbaron@moz-7mokha.2rkg.9kg1.0101.2620.IP) (Ping timeout: 121 seconds)
  296. # [03:22] * Quits: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  297. # [03:23] * Joins: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com)
  298. # [03:23] * Quits: rmcdougall (Adium@moz-cqsl31.mycingular.net) (Quit: Leaving.)
  299. # [03:24] * Joins: alexbardas (alexbardas@moz-dm1.njm.82.92.IP)
  300. # [03:25] * Quits: fabrice (fabrice@moz-tn3uon.mh2d.1ibb.0101.2620.IP) (Quit: Leaving.)
  301. # [03:25] * Joins: handyman (handyman@moz-h6pqf9.ca.comcast.net)
  302. # [03:26] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  303. # [03:26] * ewong|away is now known as ewong
  304. # [03:27] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
  305. # [03:27] * Quits: ehugg (ehugg@moz-f04slc.cisco.com) (Client exited)
  306. # [03:27] * Quits: handyman (handyman@moz-h6pqf9.ca.comcast.net) (Connection closed)
  307. # [03:29] * Quits: alexbardas (alexbardas@moz-dm1.njm.82.92.IP) (Ping timeout: 121 seconds)
  308. # [03:29] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  309. # [03:29] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  310. # [03:30] * Quits: ashughes (uid34327@moz-idmt9q.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  311. # [03:30] * Joins: kanru (kanru@moz-l858ph.HINET-IP.hinet.net)
  312. # [03:31] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  313. # [03:31] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  314. # [03:35] * zz_miketaylr is now known as miketaylr
  315. # [03:35] * Quits: mconley (mconley@moz-os98q9.cable.teksavvy.com) (Connection closed)
  316. # [03:36] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  317. # [03:37] * Quits: harth (harth@moz-0oh79h.2rkg.9kg1.0101.2620.IP) (Connection closed)
  318. # [03:37] * Joins: fabrice (fabrice@moz-tn3uon.mh2d.1ibb.0101.2620.IP)
  319. # [03:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/35dfe1a7ed6a - Kartikaya Gupta - Bug 918288 - Modify the SetTargetAPZC API to take an array of targets for multiple touch points. r=botond
  320. # [03:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e3c088f81361 - Kartikaya Gupta - Bug 918288 - Add code to TabChild to dispatch the SetTargetAPZC notification. r=roc,botond
  321. # [03:38] * Quits: fabrice (fabrice@moz-tn3uon.mh2d.1ibb.0101.2620.IP) (Connection closed)
  322. # [03:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f6fa5d765121 - Kartikaya Gupta - Bug 918288 - Ensure we set a displayport on elements that we get touch-start events for. r=botond
  323. # [03:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3595f65c8219 - Kartikaya Gupta - Bug 918288 - Add logging for some of the SetTargetAPZ codepaths. r=botond
  324. # [03:38] * Joins: harth (harth@moz-u3dg2t.sfo1.mozilla.com)
  325. # [03:39] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  326. # [03:40] * Quits: luisalonsocn (luisalonsoc@moz-stt.ka4.234.190.IP) (Ping timeout: 121 seconds)
  327. # [03:40] * Joins: till (till@moz-s9i2v4.adsl.alicedsl.de)
  328. # [03:41] * Quits: mfossen (mfossen@moz-65gckm.wi.charter.com) (Connection closed)
  329. # [03:41] * Joins: chewey_ (chewey@moz-ikcjtf.dip0.t-ipconnect.de)
  330. # [03:41] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  331. # [03:44] * Quits: chewey (chewey@moz-ka51g1.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  332. # [03:44] * Quits: harth (harth@moz-u3dg2t.sfo1.mozilla.com) (Connection closed)
  333. # [03:45] * Quits: till (till@moz-s9i2v4.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  334. # [03:45] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  335. # [03:49] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Ping timeout: 121 seconds)
  336. # [03:51] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  337. # [03:52] * Joins: lsumar_ (lsumar@moz-ipa305.xtra.co.nz)
  338. # [03:57] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
  339. # [03:57] * killer sets mode: +ao dbaron dbaron
  340. # [03:58] * BenWa|email is now known as BenWa
  341. # [03:58] * Joins: rmcdougall (Adium@moz-cqsl31.mycingular.net)
  342. # [03:58] <BenWa> shu: pong
  343. # [04:05] * Joins: bbondy_ (bbondy@moz-hchicl.home4.cgocable.net)
  344. # [04:06] * kats|away is now known as kats
  345. # [04:07] * kats looks into bustage
  346. # [04:07] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Ping timeout: 121 seconds)
  347. # [04:08] <kats> stupid [non-]unified builds
  348. # [04:08] * Quits: badescunicu (Thunderbird@moz-dkgbqp.643m.g898.2f0a.2a02.IP) (Client exited)
  349. # [04:09] * bz_away is now known as bz
  350. # [04:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ac55dd11daec - Kartikaya Gupta - Bug 918288 - Follow-up to fix non-unified build bustage. r=me
  351. # [04:11] * Quits: bbouvier (bbouvier@moz-qhj5va.gagahome.fr) (Ping timeout: 121 seconds)
  352. # [04:11] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Quit: Leaving)
  353. # [04:14] * Quits: rmcdougall (Adium@moz-cqsl31.mycingular.net) (Quit: Leaving.)
  354. # [04:14] * Quits: jet (uid49872@moz-2b8mdp.charlton.irccloud.com) (Quit: Connection closed for inactivity)
  355. # [04:16] * kats is now known as kats|away
  356. # [04:17] * Joins: bbouvier (bbouvier@moz-qhj5va.gagahome.fr)
  357. # [04:19] * Quits: jgilbert (jgilbert@moz-3d3ei4.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  358. # [04:20] * Joins: squib (squib@moz-napvi8.wi.charter.com)
  359. # [04:21] * Joins: lars_ (larsg@moz-g01nu9.dip0.t-ipconnect.de)
  360. # [04:21] * Joins: ehugg (ehugg@moz-63sj5i.wa.comcast.net)
  361. # [04:21] * nsm|away is now known as nsm
  362. # [04:21] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  363. # [04:24] * Quits: larsg (larsg@moz-nl4sm4.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  364. # [04:24] * Quits: bbouvier (bbouvier@moz-qhj5va.gagahome.fr) (Ping timeout: 121 seconds)
  365. # [04:27] * Quits: darkowlzz (darkowlzz@moz-lt8.ei2.220.101.IP) (Quit: Leaving...)
  366. # [04:28] * Quits: Transfusion (ravera@moz-8ed45e.tvjg.s34t.ff68.2607.IP) (Ping timeout: 121 seconds)
  367. # [04:31] * Quits: schien (anonymous@moz-u3dg2t.sfo1.mozilla.com) (Quit: sleep)
  368. # [04:31] * Quits: ewong (chatzilla@moz-a2bclr.net) (Quit: AddingHD)
  369. # [04:33] * Joins: fabrice (fabrice@moz-3oj.il6.198.71.IP)
  370. # [04:34] * Joins: bbouvier (bbouvier@moz-qhj5va.gagahome.fr)
  371. # [04:35] * Quits: lsumar_ (lsumar@moz-ipa305.xtra.co.nz) (Quit: Leaving)
  372. # [04:39] * Joins: harth (harth@moz-t7tqmr.ca.comcast.net)
  373. # [04:39] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  374. # [04:40] * Quits: catalinb (catalin@moz-8ki.dlq.27.188.IP) (Ping timeout: 121 seconds)
  375. # [04:40] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  376. # [04:44] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (Ping timeout: 121 seconds)
  377. # [04:44] * jchen|away is now known as jchen
  378. # [04:46] * Quits: kanru (kanru@moz-l858ph.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  379. # [04:50] * Quits: mukilan (mukilan@moz-rm7.pqs.164.122.IP) (A TLS packet with unexpected length was received.)
  380. # [04:50] * Joins: mukilan (mukilan@moz-rm7.pqs.164.122.IP)
  381. # [04:53] * Joins: asrail (user@moz-905.0er.99.177.IP)
  382. # [04:53] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  383. # [04:59] * Joins: mt_ (mt@moz-riaa1f.res.rr.com)
  384. # [05:01] * Quits: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  385. # [05:05] * Quits: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com) (Quit: )
  386. # [05:05] * Joins: victorporof (victorporof@moz-il0fr7.dsl.bell.ca)
  387. # [05:06] * Quits: ehugg (ehugg@moz-63sj5i.wa.comcast.net) (Client exited)
  388. # [05:07] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  389. # [05:07] * Quits: bbondy_ (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  390. # [05:10] * Quits: bajaj (bajaj_afk@moz-uajt9f.ca.comcast.net) (Quit: Leaving.)
  391. # [05:12] * Quits: mo (username@moz-8tt.hbc.218.83.IP) (Ping timeout: 121 seconds)
  392. # [05:12] * Quits: bagder (Daniel@moz-jl4.op1.174.178.IP) (Ping timeout: 121 seconds)
  393. # [05:13] * Quits: mixedpuppy (mixedpuppy@moz-igukuv.vc.shawcable.net) (Client exited)
  394. # [05:14] * Joins: mixedpuppy (mixedpuppy@moz-igukuv.vc.shawcable.net)
  395. # [05:14] * Quits: lars_ (larsg@moz-g01nu9.dip0.t-ipconnect.de) (Quit: Ex-Chat)
  396. # [05:14] * Joins: mo (username@moz-8tt.hbc.218.83.IP)
  397. # [05:15] * Joins: bagder (Daniel@moz-jl4.op1.174.178.IP)
  398. # [05:17] * Joins: ewong (chatzilla@moz-a2bclr.net)
  399. # [05:18] * Quits: ddahl (ddahl@moz-40a6g5.il.comcast.net) (Quit: Adios Amigos!)
  400. # [05:18] * miketaylr is now known as zz_miketaylr
  401. # [05:22] * coop|buildduty is now known as coop|afk
  402. # [05:23] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  403. # [05:24] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  404. # [05:25] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: This computer has gone to sleep)
  405. # [05:27] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (A TLS packet with unexpected length was received.)
  406. # [05:28] * jchen is now known as jchen|away
  407. # [05:29] * Joins: till (till@moz-s9i2v4.adsl.alicedsl.de)
  408. # [05:30] * Quits: rniwa (rniwa@moz-a8m.2qs.202.17.IP) (Client exited)
  409. # [05:33] * Quits: h4writer (h4writer@moz-0s3oea.access.telenet.be) (Ping timeout: 121 seconds)
  410. # [05:33] * Quits: till (till@moz-s9i2v4.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  411. # [05:35] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  412. # [05:37] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  413. # [05:38] * ewong is now known as ewong|away
  414. # [05:38] * Joins: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com)
  415. # [05:38] * Quits: lizzard (ehenry@moz-ueqta1.static.fusionbroadband.com) (Client exited)
  416. # [05:40] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  417. # [05:42] * Quits: ewong|away (chatzilla@moz-a2bclr.net) (Quit: Quit)
  418. # [05:45] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (Ping timeout: 121 seconds)
  419. # [05:45] * Joins: sewardj__ (sewardj@moz-rs0ik2.dip0.t-ipconnect.de)
  420. # [05:46] * Joins: brendan (brendaneich@moz-v2i5ca.sub-70-197-9.myvzw.com)
  421. # [05:47] * Joins: WeirdAl (chatzilla@moz-idkef0.nv.charter.com)
  422. # [05:47] * Quits: drno (nohlmeier@moz-225k7f.ca.comcast.net) (Client exited)
  423. # [05:49] * Quits: sewardj_ (sewardj@moz-abv24f.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  424. # [05:53] * Joins: ewong|away (chatzilla@moz-a2bclr.net)
  425. # [06:04] * Joins: janv (varga@moz-qjojef.dynamic.orange.sk)
  426. # [06:05] * Joins: bwc (Adium@moz-7qa.7fp.250.162.IP)
  427. # [06:05] * Quits: janv (varga@moz-qjojef.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  428. # [06:06] * Joins: janv (varga@moz-qjojef.dynamic.orange.sk)
  429. # [06:07] * Joins: schien (anonymous@moz-qqaq74.ca.comcast.net)
  430. # [06:14] * Matti_away is now known as Matti
  431. # [06:16] * Quits: efaust (efaust@moz-4u9k4j.ca.comcast.net) (Ping timeout: 121 seconds)
  432. # [06:16] * Joins: juanb (jbecerra@moz-ata.hfu.198.71.IP)
  433. # [06:17] * Quits: bbouvier (bbouvier@moz-qhj5va.gagahome.fr) (Ping timeout: 121 seconds)
  434. # [06:17] * mattwoodrow is now known as mattwoodrow|away
  435. # [06:18] * Joins: bbouvier (bbouvier@moz-qhj5va.gagahome.fr)
  436. # [06:18] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  437. # [06:27] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  438. # [06:28] * Joins: efaust (efaust@moz-4u9k4j.ca.comcast.net)
  439. # [06:29] * Matti is now known as Matti_away
  440. # [06:30] * Quits: bwc (Adium@moz-7qa.7fp.250.162.IP) (Quit: Leaving.)
  441. # [06:30] * bz is now known as bz_sleep
  442. # [06:31] * Joins: chunminchang (uid49800@moz-6iuh5d.ealing.irccloud.com)
  443. # [06:31] * Quits: janv (varga@moz-qjojef.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  444. # [06:32] * Quits: fox2mike (shyam@irc.mozilla.org) (Quit: moving servers)
  445. # [06:36] <chunminchang> Hi! everyone! I am a newbie and learning WebIDL now. I want to build a new webIDL but facing some error. Do anyone can give me some suggestions?
  446. # [06:37] * Quits: victorporof (victorporof@moz-il0fr7.dsl.bell.ca) (Quit: My Mac has gone to sleep. ZZZzzz…)
  447. # [06:41] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  448. # [06:42] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  449. # [06:43] * Quits: Hendikins (wolfox@moz-i5ndca.internode.on.net) (Ping timeout: 121 seconds)
  450. # [06:45] * Joins: Hendikins (wolfox@moz-i5ndca.internode.on.net)
  451. # [06:46] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (Ping timeout: 121 seconds)
  452. # [06:50] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  453. # [06:51] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  454. # [06:52] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  455. # [06:52] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
  456. # [06:55] * Joins: tomer (tomer@moz-uce.mlf.142.37.IP)
  457. # [06:57] <bz_sleep> chunminchang: Probably
  458. # [06:57] <bz_sleep> chunminchang: What's the error?
  459. # [07:00] * Joins: fox2mike (shyam@moz-0i3b5j.fox2mike.net)
  460. # [07:00] * Quits: fox2mike (shyam@moz-0i3b5j.fox2mike.net) (Changing host)
  461. # [07:00] * Joins: fox2mike (shyam@irc.mozilla.org)
  462. # [07:01] <bz_sleep> Anyone here have any experience running a xulrunner app with firefox -app?
  463. # [07:01] * bz_sleep is not having any luck
  464. # [07:06] <~stuart> i did, like 8 years ago, but probably won't be much help right now :/
  465. # [07:06] <bz_sleep> sure
  466. # [07:06] * bz_sleep verifies that it works in general, just not with his app, starts debugging
  467. # [07:09] <chunminchang> I use mozilla-central to build
  468. # [07:09] <chunminchang> After I run ./mach build
  469. # [07:09] <chunminchang> There is an error: ‘already_AddRefed’ does not name a type occur
  470. # [07:09] <chunminchang> It seems that my WebIDL is compiled before 'already_AddRefef', but I don't know how to correct it
  471. # [07:09] <bz_sleep> Is that error when building the webidl?
  472. # [07:09] <bz_sleep> Or the implementation class?
  473. # [07:09] <chunminchang> https://docs.google.com/a/mozilla.com/document/d/1iM89Tmsh7PmohOq5R4-ZtHMKVAw1qPHc_sC4aZ1XU6E/edit
  474. # [07:10] <bz_sleep> requires permission
  475. # [07:10] <chunminchang> My instructions note is attached
  476. # [07:10] <bz_sleep> That google docs link is not viewable
  477. # [07:10] <chunminchang> please wait for minutes
  478. # [07:11] <chunminchang> https://docs.google.com/document/d/1iM89Tmsh7PmohOq5R4-ZtHMKVAw1qPHc_sC4aZ1XU6E/edit?usp=sharing
  479. # [07:12] <chunminchang> It's an error when building the webidl, but this error is in .cpp code
  480. # [07:12] * Quits: johns (johns@moz-ej5ip0.pointysoftware.net) (Ping timeout: 121 seconds)
  481. # [07:12] <bz_sleep> which .cpp file is the error in?
  482. # [07:12] <bz_sleep> And on which line?
  483. # [07:13] <bz_sleep> Oh, I see, this is further down
  484. # [07:13] <bz_sleep> It's an error in your code
  485. # [07:13] <bz_sleep> not the webidl bits
  486. # [07:13] <bz_sleep> In Hello.h
  487. # [07:13] <bz_sleep> no?
  488. # [07:13] <chunminchang> yes
  489. # [07:13] <bz_sleep> OK
  490. # [07:13] <bz_sleep> Did you include the right header for that type?
  491. # [07:13] <bz_sleep> In Hello.h ?
  492. # [07:13] <chunminchang> right
  493. # [07:13] <bz_sleep> "right" as in you included it?
  494. # [07:13] <chunminchang> Do I miss some include file?
  495. # [07:14] <bz_sleep> Presumably, yes
  496. # [07:14] * Joins: johns (johns@moz-ej5ip0.pointysoftware.net)
  497. # [07:14] <bz_sleep> What headers is your Hello.h including?
  498. # [07:14] <chunminchang> well, what should I include if I use already_AddReded?
  499. # [07:15] <chunminchang> https://www.irccloud.com/pastebin/zHmUkgaX
  500. # [07:15] <bz_sleep> http://dxr.mozilla.org/mozilla-central/search?q=type%3Aalready_AddRefed&case=true&redirect=true
  501. # [07:16] <bz_sleep> But this may depend on how old your tree is
  502. # [07:16] <bz_sleep> Since AlreadyAddRefed.h is pretty new
  503. # [07:16] * Quits: mt_ (mt@moz-riaa1f.res.rr.com) (Quit: Leaving.)
  504. # [07:16] * Joins: mt_ (mt@moz-riaa1f.res.rr.com)
  505. # [07:16] <chunminchang> I clone this project the day before yesterday
  506. # [07:16] <bz_sleep> Used to be in nsCOMPtr.h
  507. # [07:16] * Quits: Jesse (jruderman@moz-pqc1f5.ca.comcast.net) (Client exited)
  508. # [07:16] * Quits: mt_ (mt@moz-riaa1f.res.rr.com) (Connection closed)
  509. # [07:16] <bz_sleep> Include nsCOMPtr.h
  510. # [07:17] <chunminchang> ok, I will try
  511. # [07:17] <chunminchang> thanks a lot
  512. # [07:18] * Joins: till (till@moz-pi83lg.adsl.alicedsl.de)
  513. # [07:19] <bz_sleep> No problem
  514. # [07:22] * Joins: sicking (sicking@moz-lqm0dq.ca.comcast.net)
  515. # [07:22] * Joins: nattokirai (nattokirai@moz-lebaeh.asahi-net.or.jp)
  516. # [07:22] * Quits: till (till@moz-pi83lg.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  517. # [07:23] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  518. # [07:29] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  519. # [07:30] * Joins: Mano (mano@moz-sb0dqt.red.bezeqint.net)
  520. # [07:30] * Quits: drno (nohlmeier@moz-225k7f.ca.comcast.net) (Client exited)
  521. # [07:30] * Joins: janv (varga@moz-qjojef.dynamic.orange.sk)
  522. # [07:35] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  523. # [07:39] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  524. # [07:39] * Joins: ehugg (ehugg@moz-f04slc.cisco.com)
  525. # [07:41] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  526. # [07:44] * Quits: brendan (brendaneich@moz-v2i5ca.sub-70-197-9.myvzw.com) (Ping timeout: 121 seconds)
  527. # [07:45] * Joins: skeuomorf (skeuomorf@moz-tg8.i0i.32.197.IP)
  528. # [07:46] * Joins: brendan (brendaneich@moz-3rhlvv.sub-70-197-7.myvzw.com)
  529. # [07:52] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  530. # [07:52] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  531. # [07:52] * Joins: jviereck (Adium@moz-qnod8h.dclient.hispeed.ch)
  532. # [07:54] * Quits: ehugg (ehugg@moz-f04slc.cisco.com) (Client exited)
  533. # [08:13] * Quits: ggp (ggp@moz-i19.sib.56.187.IP) (Connection closed)
  534. # [08:13] * Joins: ggp (ggp@moz-i19.sib.56.187.IP)
  535. # [08:17] * Quits: jviereck (Adium@moz-qnod8h.dclient.hispeed.ch) (Quit: Leaving.)
  536. # [08:19] * Quits: brendan (brendaneich@moz-3rhlvv.sub-70-197-7.myvzw.com) (Connection closed)
  537. # [08:21] * Quits: sicking (sicking@moz-lqm0dq.ca.comcast.net) (Client exited)
  538. # [08:22] * Joins: brendan (brendaneich@moz-q44jhp.sub-70-211-69.myvzw.com)
  539. # [08:22] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  540. # [08:27] * Joins: jviereck (Adium@moz-pqri8u.dclient.hispeed.ch)
  541. # [08:28] * Quits: juanb (jbecerra@moz-ata.hfu.198.71.IP) (Client exited)
  542. # [08:28] * Quits: jviereck (Adium@moz-pqri8u.dclient.hispeed.ch) (Quit: Leaving.)
  543. # [08:30] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  544. # [08:31] * Joins: jviereck (Adium@moz-qnod8h.dclient.hispeed.ch)
  545. # [08:33] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  546. # [08:33] * Joins: till (till@moz-pi83lg.adsl.alicedsl.de)
  547. # [08:35] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (Ping timeout: 121 seconds)
  548. # [08:36] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  549. # [08:36] * Quits: Mano (mano@moz-sb0dqt.red.bezeqint.net) (Connection closed)
  550. # [08:38] * Quits: till (till@moz-pi83lg.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  551. # [08:44] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  552. # [08:48] * Quits: squib (squib@moz-napvi8.wi.charter.com) (Quit: Leaving)
  553. # [08:56] * Quits: Fallen|away (Fallen@moz-ebdjih.ch) (Ping timeout: 121 seconds)
  554. # [08:58] * Joins: Fallen|away (Fallen@moz-ebdjih.ch)
  555. # [08:59] * Quits: janv (varga@moz-qjojef.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  556. # [08:59] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  557. # [09:04] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  558. # [09:05] * Quits: Jan\ (kvirc@moz-l9c.pps.13.198.IP) (Ping timeout: 121 seconds)
  559. # [09:06] <gaston> anyone knows where is the ffx interest dashboard source repo ?
  560. # [09:07] <gaston> darn, github indeed, why did google didnt find it the first time..
  561. # [09:20] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  562. # [09:20] * Quits: Shrooms (Shrooms@moz-mk3269.ip.windstream.net) (Ping timeout: 121 seconds)
  563. # [09:28] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  564. # [09:30] * Quits: WeirdAl (chatzilla@moz-idkef0.nv.charter.com) (Ping timeout: 121 seconds)
  565. # [09:30] * Joins: Shrooms (Shrooms@moz-mk3269.ip.windstream.net)
  566. # [09:31] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  567. # [09:33] * Quits: KWierso|afk (chatzilla@moz-uic.d5m.180.73.IP) (Connection closed)
  568. # [09:33] * Joins: KWierso|afk (chatzilla@moz-uic.d5m.180.73.IP)
  569. # [09:36] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  570. # [09:36] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  571. # [09:36] * Quits: harth (harth@moz-t7tqmr.ca.comcast.net) (Connection closed)
  572. # [09:38] * Joins: harth (harth@moz-t7tqmr.ca.comcast.net)
  573. # [09:39] * Quits: &dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  574. # [09:43] * BenWa is now known as BenWa|email
  575. # [09:44] * Joins: Jackneill (Jackneill@moz-ngfh18.pool.digikabel.hu)
  576. # [09:47] * Joins: till (till@moz-pi83lg.adsl.alicedsl.de)
  577. # [09:50] * Quits: Shrooms (Shrooms@moz-mk3269.ip.windstream.net) (Connection closed)
  578. # [09:50] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  579. # [09:51] * Quits: jviereck (Adium@moz-qnod8h.dclient.hispeed.ch) (Quit: Leaving.)
  580. # [09:53] * Joins: jviereck (Adium@moz-pqri8u.dclient.hispeed.ch)
  581. # [09:55] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (Ping timeout: 121 seconds)
  582. # [09:57] * Joins: mwargers (mwargers@moz-tst4f6.adsl.online.nl)
  583. # [09:58] * stephend|transit is now known as stephend|zzz
  584. # [09:58] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  585. # [09:59] * nsm is now known as nsm|away
  586. # [10:00] * Quits: brendan (brendaneich@moz-q44jhp.sub-70-211-69.myvzw.com) (Client exited)
  587. # [10:00] * Joins: kaze (kaze@moz-8ion1q.fbx.proxad.net)
  588. # [10:01] * Joins: hallvors (uid23371@moz-uj1g6s.highgate.irccloud.com)
  589. # [10:02] * Quits: jviereck (Adium@moz-pqri8u.dclient.hispeed.ch) (Quit: Leaving.)
  590. # [10:02] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  591. # [10:04] * Joins: espadrine (ttyl@moz-a130f9.dd79.arl0.0e35.2a01.IP)
  592. # [10:04] * baku|away is now known as baku
  593. # [10:05] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  594. # [10:06] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  595. # [10:08] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  596. # [10:13] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  597. # [10:17] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  598. # [10:20] * Quits: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 32.0/20140902134853])
  599. # [10:21] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  600. # [10:21] * baku is now known as baku|away
  601. # [10:23] * Joins: jfkthame (jfkthame@moz-n64.i06.29.2.IP)
  602. # [10:23] * Joins: ahunt (ahunt@moz-coo9uc.plus.com)
  603. # [10:25] * jandem is now known as jandem-away
  604. # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e54ec24a92c6 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  605. # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8a4fc2c768c3 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  606. # [10:30] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (Ping timeout: 121 seconds)
  607. # [10:34] * Joins: Dexter (chatzilla@moz-9v62j2.retail.telecomitalia.it)
  608. # [10:35] * Quits: harth (harth@moz-t7tqmr.ca.comcast.net) (Connection closed)
  609. # [10:35] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  610. # [10:36] * Joins: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca)
  611. # [10:42] * Quits: maxli (maxli@moz-fs8bmd.cs.uwaterloo.ca) (Ping timeout: 121 seconds)
  612. # [10:44] * Joins: florent (Thunderbird@moz-vonk4i.abo.wanadoo.fr)
  613. # [10:45] * Joins: Mano (mano@moz-eop54d.red.bezeqint.net)
  614. # [10:45] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  615. # [10:46] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  616. # [10:48] * Joins: badescunicu (Thunderbird@moz-u0eu1c.tb56.51bn.2f0a.2a02.IP)
  617. # [10:52] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  618. # [10:53] * Joins: janv (varga@moz-qjojef.dynamic.orange.sk)
  619. # [10:54] * Quits: Hendikins (wolfox@moz-i5ndca.internode.on.net) (Quit: Any technology, no matter how primitive, is magic to those who don't understand it)
  620. # [10:55] * Quits: fabrice (fabrice@moz-3oj.il6.198.71.IP) (Ping timeout: 121 seconds)
  621. # [10:59] * Joins: Ms2ger (Ms2ger@moz-jse.a70.182.91.IP)
  622. # [11:00] * Quits: naveed (nihsanullah@moz-u7dqj6.fios.verizon.net) (Ping timeout: 121 seconds)
  623. # [11:06] * Quits: botond_ (quassel@moz-rivm41.ckpj.s0pt.0450.2001.IP) (Quit: No Ping reply in 180 seconds.)
  624. # [11:08] * Joins: botond_ (quassel@moz-odtvva.ckpj.s0pt.0450.2001.IP)
  625. # [11:11] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  626. # [11:11] * Quits: amoghbl1 (Thunderbird@moz-9i1.k6o.139.14.IP) (Connection closed)
  627. # [11:12] * Joins: amoghbl1 (Thunderbird@moz-9i1.k6o.139.14.IP)
  628. # [11:15] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  629. # [11:16] * Joins: Transfusion (ravera@moz-8ed45e.tvjg.s34t.ff68.2607.IP)
  630. # [11:29] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  631. # [11:30] * Quits: janv (varga@moz-qjojef.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  632. # [11:31] * Joins: kstrecker (kstrecker@moz-k4m4jm.dip0.t-ipconnect.de)
  633. # [11:32] * Quits: kstrecker (kstrecker@moz-k4m4jm.dip0.t-ipconnect.de) (Quit: )
  634. # [11:33] * Quits: Dexter (chatzilla@moz-9v62j2.retail.telecomitalia.it) (Quit: ChatZilla 0.9.91 [Firefox 33.1.1/20141113143407])
  635. # [11:35] * Joins: Dexter (Dexter@moz-9v62j2.retail.telecomitalia.it)
  636. # [11:36] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  637. # [11:42] * Quits: karlt (karl@moz-d9sifc.xtra.co.nz) (Ping timeout: 121 seconds)
  638. # [11:45] * Joins: bitgeeky (bitgeeky@moz-9i1.k6o.139.14.IP)
  639. # [11:46] * Quits: bitgeeky (bitgeeky@moz-9i1.k6o.139.14.IP) (Connection closed)
  640. # [11:48] * Quits: hunboy (hunboy@moz-i8cn51.pool.invitel.hu) (Ping timeout: 121 seconds)
  641. # [11:48] * Joins: alexbardas (alexbardas@moz-dm1.njm.82.92.IP)
  642. # [11:48] * Joins: hunboy (hunboy@moz-8j293t.globonet.hu)
  643. # [11:49] * Joins: tonymec_KDE (tonymec@moz-v30.1on.134.109.IP)
  644. # [11:49] * Joins: catalinb (catalin@moz-8ki.dlq.27.188.IP)
  645. # [11:50] * Joins: mkmelin (mkmelin@moz-2k8vkh.elisa-laajakaista.fi)
  646. # [11:54] * Quits: alexbardas (alexbardas@moz-dm1.njm.82.92.IP) (A TLS packet with unexpected length was received.)
  647. # [11:56] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  648. # [11:57] * Quits: tonymec_KDE (tonymec@moz-v30.1on.134.109.IP) (Ping timeout: 121 seconds)
  649. # [11:57] * Quits: jfkthame (jfkthame@moz-n64.i06.29.2.IP) (Quit: This computer has gone to sleep)
  650. # [11:58] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  651. # [11:59] * Joins: koderok (koderok@moz-eja.1im.206.106.IP)
  652. # [11:59] * Quits: koderok (koderok@moz-eja.1im.206.106.IP) (A TLS packet with unexpected length was received.)
  653. # [12:01] * Joins: tonymec_KDE (tonymec@moz-qp1.2b6.128.109.IP)
  654. # [12:02] * Joins: twi (Adium@moz-dn7051.cust.vodafonedsl.it)
  655. # [12:02] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  656. # [12:02] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  657. # [12:03] * Quits: ahunt (ahunt@moz-coo9uc.plus.com) (Ping timeout: 121 seconds)
  658. # [12:03] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  659. # [12:04] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  660. # [12:04] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  661. # [12:05] * Quits: mkmelin (mkmelin@moz-2k8vkh.elisa-laajakaista.fi) (Connection closed)
  662. # [12:06] * Joins: kstrecker (kstrecker@moz-k4m4jm.dip0.t-ipconnect.de)
  663. # [12:07] * Quits: tonymec_KDE (tonymec@moz-qp1.2b6.128.109.IP) (Ping timeout: 121 seconds)
  664. # [12:08] * Joins: tonymec_KDE (tonymec@moz-u9f981.isp.belgacom.be)
  665. # [12:08] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  666. # [12:10] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
  667. # [12:11] * Joins: givanica (Thunderbird@moz-n6k.rhd.232.84.IP)
  668. # [12:11] * Quits: givanica (Thunderbird@moz-n6k.rhd.232.84.IP) (Client exited)
  669. # [12:11] * Joins: givanica (Thunderbird@moz-n6k.rhd.232.84.IP)
  670. # [12:12] * Joins: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de)
  671. # [12:13] * Joins: squeakytoy (squeakytoy@moz-mvbsil.se.alltele.net)
  672. # [12:13] * Joins: tonymec__ (tonymec@moz-9c3qhp.isp.belgacom.be)
  673. # [12:13] * Quits: tonymec_KDE (tonymec@moz-u9f981.isp.belgacom.be) (Ping timeout: 121 seconds)
  674. # [12:14] * tonymec__ is now known as tonymec_KDE
  675. # [12:18] * Joins: tonymec__ (tonymec@moz-rvt.edq.128.109.IP)
  676. # [12:19] * Quits: tonymec_KDE (tonymec@moz-9c3qhp.isp.belgacom.be) (Ping timeout: 121 seconds)
  677. # [12:19] * tonymec__ is now known as tonymec_KDE
  678. # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/530a1b287027 - ffxbld - No bug, Automated HSTS preload list update from host bld-linux64-spot-132 - a=hsts-update
  679. # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/2b7013022f31 - ffxbld - No bug, Automated HPKP preload list update from host bld-linux64-spot-132 - a=hpkp-update
  680. # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/c9cfa9b91dea - ffxbld - No bug, Automated blocklist update from host bld-linux64-spot-132 - a=blocklist-update
  681. # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/50cb545aadfd - ffxbld - No bug, Automated HSTS preload list update from host bld-linux64-spot-016 - a=hsts-update
  682. # [12:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0c02319725ed - ffxbld - No bug, Automated HPKP preload list update from host bld-linux64-spot-016 - a=hpkp-update
  683. # [12:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3f7295180f64 - ffxbld - No bug, Automated blocklist update from host bld-linux64-spot-016 - a=blocklist-update
  684. # [12:23] * Quits: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de) (Quit: Leaving.)
  685. # [12:24] * Quits: tonymec_KDE (tonymec@moz-rvt.edq.128.109.IP) (Ping timeout: 121 seconds)
  686. # [12:24] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  687. # [12:24] * Joins: tonymec_KDE (tonymec@moz-0ff.6nk.134.109.IP)
  688. # [12:24] * Joins: Hendikins (wolfox@moz-06vm97.g1co.4p69.44b8.2001.IP)
  689. # [12:26] * Joins: Zupoman (mistrzmag@moz-qc3.esk.224.91.IP)
  690. # [12:28] * Quits: givanica (Thunderbird@moz-n6k.rhd.232.84.IP) (Client exited)
  691. # [12:28] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  692. # [12:28] * Joins: givanica (Thunderbird@moz-n6k.rhd.232.84.IP)
  693. # [12:29] * Quits: tonymec_KDE (tonymec@moz-0ff.6nk.134.109.IP) (Ping timeout: 121 seconds)
  694. # [12:31] * Joins: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de)
  695. # [12:31] * Quits: kstrecker (kstrecker@moz-k4m4jm.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  696. # [12:32] * Joins: tonymec_KDE (tonymec@moz-kg0.5ib.129.109.IP)
  697. # [12:32] * Quits: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de) (Quit: Leaving.)
  698. # [12:34] * Joins: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de)
  699. # [12:35] * Quits: kaze (kaze@moz-8ion1q.fbx.proxad.net) (Ping timeout: 121 seconds)
  700. # [12:37] * Joins: tonymec__ (tonymec@moz-p3e.bp6.129.109.IP)
  701. # [12:37] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  702. # [12:37] * Quits: tonymec_KDE (tonymec@moz-kg0.5ib.129.109.IP) (Ping timeout: 121 seconds)
  703. # [12:37] * tonymec__ is now known as tonymec_KDE
  704. # [12:37] * Quits: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de) (Quit: Leaving.)
  705. # [12:41] * Joins: Jerry_Mac (hshih@moz-0d0.c5l.34.1.IP)
  706. # [12:41] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
  707. # [12:42] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  708. # [12:44] * Joins: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP)
  709. # [12:46] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  710. # [12:52] * Joins: RealRaven1 (Thunderbird@moz-1ro.khk.129.212.IP)
  711. # [12:54] * Quits: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP) (Ping timeout: 121 seconds)
  712. # [13:01] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  713. # [13:01] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  714. # [13:02] * Joins: kstrecker (kstrecker@moz-10hq7g.dip0.t-ipconnect.de)
  715. # [13:06] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  716. # [13:11] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
  717. # [13:12] * Joins: jfkthame (jfkthame@moz-n64.i06.29.2.IP)
  718. # [13:12] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  719. # [13:12] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  720. # [13:23] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  721. # [13:27] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  722. # [13:27] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  723. # [13:30] * Quits: jfkthame (jfkthame@moz-n64.i06.29.2.IP) (Quit: This computer has gone to sleep)
  724. # [13:30] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  725. # [13:31] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  726. # [13:35] * Joins: twi1 (Adium@moz-9a6isb.cust.vodafonedsl.it)
  727. # [13:36] * Quits: twi1 (Adium@moz-9a6isb.cust.vodafonedsl.it) (Connection closed)
  728. # [13:37] * Joins: twi1 (Adium@moz-9a6isb.cust.vodafonedsl.it)
  729. # [13:37] * Quits: twi (Adium@moz-dn7051.cust.vodafonedsl.it) (Ping timeout: 121 seconds)
  730. # [13:38] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  731. # [13:38] * Quits: Ms2ger (Ms2ger@moz-jse.a70.182.91.IP) (Ping timeout: 121 seconds)
  732. # [13:38] * Joins: janv (varga@moz-qjojef.dynamic.orange.sk)
  733. # [13:39] * Quits: janv (varga@moz-qjojef.dynamic.orange.sk) (Connection closed)
  734. # [13:40] * Quits: kstrecker (kstrecker@moz-10hq7g.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  735. # [13:43] * Quits: gozala (uid5923@moz-mdbdda.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
  736. # [13:43] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  737. # [13:44] * Joins: twi (Adium@moz-nusid6.cust.vodafonedsl.it)
  738. # [13:45] * Quits: twi1 (Adium@moz-9a6isb.cust.vodafonedsl.it) (Ping timeout: 121 seconds)
  739. # [13:45] * Quits: twi (Adium@moz-nusid6.cust.vodafonedsl.it) (Connection closed)
  740. # [13:45] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
  741. # [13:45] * Joins: twi (Adium@moz-nusid6.cust.vodafonedsl.it)
  742. # [13:48] * Joins: kstrecker (kstrecker@moz-r9ipd0.dip0.t-ipconnect.de)
  743. # [13:48] * Joins: twi1 (Adium@moz-6ahmmn.cust.vodafonedsl.it)
  744. # [13:48] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  745. # [13:48] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  746. # [13:49] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  747. # [13:49] * Quits: twi1 (Adium@moz-6ahmmn.cust.vodafonedsl.it) (Connection closed)
  748. # [13:49] * Quits: twi (Adium@moz-nusid6.cust.vodafonedsl.it) (Ping timeout: 121 seconds)
  749. # [13:49] * Quits: givanica (Thunderbird@moz-n6k.rhd.232.84.IP) (Client exited)
  750. # [13:50] * Joins: twi (Adium@moz-6ahmmn.cust.vodafonedsl.it)
  751. # [13:50] * Quits: odin_ (Odin@moz-2qdl0h.soj0.bofc.0348.2a01.IP) (Ping timeout: 121 seconds)
  752. # [13:52] * Quits: tonymec_KDE (tonymec@moz-p3e.bp6.129.109.IP) (Ping timeout: 121 seconds)
  753. # [13:52] * Joins: kstrecke_ (kstrecker@moz-ekmr1i.dip0.t-ipconnect.de)
  754. # [13:53] * Quits: twi (Adium@moz-6ahmmn.cust.vodafonedsl.it) (Connection closed)
  755. # [13:53] * Quits: kstrecker (kstrecker@moz-r9ipd0.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  756. # [13:54] * Quits: kstrecke_ (kstrecker@moz-ekmr1i.dip0.t-ipconnect.de) (Quit: )
  757. # [13:54] * Joins: kstrecker (kstrecker@moz-ekmr1i.dip0.t-ipconnect.de)
  758. # [13:54] * Joins: tonymec_KDE (tonymec@moz-567.ko6.129.109.IP)
  759. # [13:59] * Parts: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se) ("")
  760. # [13:59] * Joins: dark-knight (dark-knight@moz-9e9.qfi.95.23.IP)
  761. # [14:00] * Quits: jkitch (Thunderbird@moz-nsrdl7.k4n0.vhij.44b8.2001.IP) (Ping timeout: 121 seconds)
  762. # [14:02] * Joins: Sander (chatzilla@moz-f4egml.direct-adsl.nl)
  763. # [14:03] * Joins: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de)
  764. # [14:03] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  765. # [14:06] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  766. # [14:06] * Joins: odin_ (Odin@moz-9q12b0.skybroadband.com)
  767. # [14:08] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
  768. # [14:09] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  769. # [14:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/33a80305f1b4 - Mike de Boer - Bug 1100284: also support detached chat windows in duplicate chat window handling. r=mixedpuppy
  770. # [14:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f5c0481fe56b - Mike de Boer - Bug 1100284: use a more canonical window ID for chat windows. r=MattN,abr
  771. # [14:11] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  772. # [14:11] * Quits: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de) (Quit: Leaving.)
  773. # [14:13] * Joins: twi (Adium@moz-i6adrc.cust.vodafonedsl.it)
  774. # [14:14] * Quits: tonymec_KDE (tonymec@moz-567.ko6.129.109.IP) (Ping timeout: 121 seconds)
  775. # [14:14] * Joins: tonymec_KDE (tonymec@moz-c79.r6l.134.109.IP)
  776. # [14:14] * Quits: Jerry_Mac (hshih@moz-0d0.c5l.34.1.IP) (Quit: Leaving)
  777. # [14:14] * Joins: jfkthame (jfkthame@moz-n64.i06.29.2.IP)
  778. # [14:15] * Quits: kstrecker (kstrecker@moz-ekmr1i.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  779. # [14:16] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  780. # [14:17] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  781. # [14:17] * Joins: kstrecker (kstrecker@moz-iiek6i.dip0.t-ipconnect.de)
  782. # [14:17] * Quits: kstrecker (kstrecker@moz-iiek6i.dip0.t-ipconnect.de) (Quit: )
  783. # [14:18] * Joins: kstrecker (kstrecker@moz-i3ibk4.dip0.t-ipconnect.de)
  784. # [14:18] * Joins: Jan\ (kvirc@moz-l9c.pps.13.198.IP)
  785. # [14:19] * Quits: twi (Adium@moz-i6adrc.cust.vodafonedsl.it) (Ping timeout: 121 seconds)
  786. # [14:19] * Quits: ZER0 (ZER0@moz-b6gvan.dynamic.upc.nl) (Quit: Leaving)
  787. # [14:19] * Joins: twi (Adium@moz-nhcvij.cust.vodafonedsl.it)
  788. # [14:20] * Quits: twi (Adium@moz-nhcvij.cust.vodafonedsl.it) (Connection closed)
  789. # [14:20] * Joins: twi (Adium@moz-nhcvij.cust.vodafonedsl.it)
  790. # [14:21] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  791. # [14:22] * Joins: qrlpx (smuxi@moz-bhf.pdv.48.37.IP)
  792. # [14:23] * Quits: tonymec_KDE (tonymec@moz-c79.r6l.134.109.IP) (Ping timeout: 121 seconds)
  793. # [14:23] * Joins: tonymec_KDE (tonymec@moz-72r.r6l.134.109.IP)
  794. # [14:25] * Quits: Hendikins (wolfox@moz-06vm97.g1co.4p69.44b8.2001.IP) (Ping timeout: 121 seconds)
  795. # [14:27] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  796. # [14:28] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  797. # [14:28] * Joins: catalinb2 (catalin@moz-4ev.an6.25.188.IP)
  798. # [14:30] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  799. # [14:30] * Quits: kstrecker (kstrecker@moz-i3ibk4.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  800. # [14:31] * Quits: catalinb (catalin@moz-8ki.dlq.27.188.IP) (Ping timeout: 121 seconds)
  801. # [14:33] * Quits: bz_sleep (bzbarsky@moz-m10oko.fios.verizon.net) (Ping timeout: 121 seconds)
  802. # [14:34] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  803. # [14:35] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  804. # [14:38] * Joins: kstrecker (kstrecker@moz-kj9kf1.dip0.t-ipconnect.de)
  805. # [14:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a3665a95a357 - James Graham - Bug 1098404 - Implement per-component filters for mozlog, r=chmanchester
  806. # [14:40] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  807. # [14:41] * Joins: Hendikins (wolfox@moz-i5ndca.internode.on.net)
  808. # [14:45] * Joins: dasilvacontin (dasilvacont@moz-71m.3nd.202.89.IP)
  809. # [14:46] * Quits: tonymec_KDE (tonymec@moz-72r.r6l.134.109.IP) (Ping timeout: 121 seconds)
  810. # [14:48] * Joins: tonymec_KDE (tonymec@moz-gvg.1v7.66.87.IP)
  811. # [14:48] * Quits: RodrigoWaters_ (uid30345@moz-ruip0a.kkpo.i718.8300.2604.IP) (Quit: Connection closed for inactivity)
  812. # [14:53] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  813. # [14:54] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  814. # [14:54] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  815. # [14:55] * Joins: Archaeopteryx (Archaeopter@moz-n75fl6.cust.telecolumbus.net)
  816. # [14:55] * Joins: mayhemer (Miranda@moz-41vcm8.joqu.pdma.1028.2a00.IP)
  817. # [14:55] * Joins: alexbardas (alexbardas@moz-dm1.njm.82.92.IP)
  818. # [14:57] * Quits: dark-knight (dark-knight@moz-9e9.qfi.95.23.IP) (A TLS packet with unexpected length was received.)
  819. # [14:58] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  820. # [14:59] * Quits: alexbardas (alexbardas@moz-dm1.njm.82.92.IP) (Ping timeout: 121 seconds)
  821. # [15:00] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  822. # [15:01] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  823. # [15:03] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  824. # [15:03] * Joins: ProgramFOX (ProgramFOX@moz-jbu01f.sqth.nbd0.a03f.2a02.IP)
  825. # [15:07] * Joins: givanica (Thunderbird@moz-n6k.rhd.232.84.IP)
  826. # [15:08] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
  827. # [15:10] * Joins: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP)
  828. # [15:11] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  829. # [15:14] * jchen|away is now known as jchen
  830. # [15:19] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  831. # [15:30] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  832. # [15:31] * Joins: victorporof (victorporof@moz-il0fr7.dsl.bell.ca)
  833. # [15:32] * Joins: clokep (Instantbird@moz-uogj6q.cable.rcn.com)
  834. # [15:34] * Joins: ahunt (ahunt@moz-coo9uc.plus.com)
  835. # [15:34] * Quits: victorporof (victorporof@moz-il0fr7.dsl.bell.ca) (Quit: My Mac has gone to sleep. ZZZzzz…)
  836. # [15:35] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  837. # [15:36] * Joins: victorporof (victorporof@moz-il0fr7.dsl.bell.ca)
  838. # [15:38] * Quits: tonymec_KDE (tonymec@moz-gvg.1v7.66.87.IP) (Ping timeout: 121 seconds)
  839. # [15:41] * Joins: tonymec_KDE (tonymec@moz-qa9.l6n.128.109.IP)
  840. # [15:45] * Joins: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP)
  841. # [15:47] * Quits: RealRaven1 (Thunderbird@moz-1ro.khk.129.212.IP) (Ping timeout: 121 seconds)
  842. # [15:47] * Quits: mukilan (mukilan@moz-rm7.pqs.164.122.IP) (Connection closed)
  843. # [15:52] * Quits: Dexter (Dexter@moz-9v62j2.retail.telecomitalia.it) (Quit: Sto andando via)
  844. # [15:54] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Ping timeout: 121 seconds)
  845. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=203d3b5da245 - 13 changesets
  846. # [15:57] * Quits: tonymec_KDE (tonymec@moz-qa9.l6n.128.109.IP) (Ping timeout: 121 seconds)
  847. # [15:58] * Joins: royalharsh95 (royalharsh9@moz-1t4.8sr.225.220.IP)
  848. # [16:02] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  849. # [16:02] * Joins: royalharsh95_ (royalharsh9@moz-f5u.apj.211.117.IP)
  850. # [16:03] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  851. # [16:04] * Quits: royalharsh95 (royalharsh9@moz-1t4.8sr.225.220.IP) (Ping timeout: 121 seconds)
  852. # [16:04] * royalharsh95_ is now known as royalharsh95
  853. # [16:05] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  854. # [16:07] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (Ping timeout: 121 seconds)
  855. # [16:12] * Joins: RealRaven1 (Thunderbird@moz-1ro.khk.129.212.IP)
  856. # [16:14] * Quits: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP) (Ping timeout: 121 seconds)
  857. # [16:17] * Joins: ehugg (ehugg@moz-f04slc.cisco.com)
  858. # [16:18] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  859. # [16:20] * Quits: RealRaven1 (Thunderbird@moz-1ro.khk.129.212.IP) (Ping timeout: 121 seconds)
  860. # [16:25] * Joins: sir_none (Thunderbird@moz-ia5ebf.stat.salzburg-online.at)
  861. # [16:28] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  862. # [16:31] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  863. # [16:32] * Joins: sir_none1 (Thunderbird@moz-ia5ebf.stat.salzburg-online.at)
  864. # [16:32] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  865. # [16:33] * Quits: sir_none (Thunderbird@moz-ia5ebf.stat.salzburg-online.at) (Ping timeout: 121 seconds)
  866. # [16:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f2d3a639784f - Jonathan Kew - Bug 1077515 - Followup to fix non-unified build bustage. r=me
  867. # [16:35] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  868. # [16:40] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  869. # [16:41] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  870. # [16:44] * Quits: kstrecker (kstrecker@moz-kj9kf1.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  871. # [16:50] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  872. # [16:50] * Joins: kstrecker (kstrecker@moz-4p1bqf.dip0.t-ipconnect.de)
  873. # [16:54] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  874. # [16:55] * Quits: kstrecker (kstrecker@moz-4p1bqf.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  875. # [16:57] * Joins: brendan (brendaneich@moz-q44jhp.sub-70-211-69.myvzw.com)
  876. # [17:00] * Joins: kstrecker (kstrecker@moz-ibhk4q.dip0.t-ipconnect.de)
  877. # [17:02] * Joins: dark-knight (dark-knight@moz-7he.pil.154.195.IP)
  878. # [17:02] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (Ping timeout: 121 seconds)
  879. # [17:02] * Joins: WeirdAl (chatzilla@moz-idkef0.nv.charter.com)
  880. # [17:09] * Quits: dark-knight (dark-knight@moz-7he.pil.154.195.IP) (A TLS packet with unexpected length was received.)
  881. # [17:14] * Joins: bz_sleep (bzbarsky@moz-m10oko.fios.verizon.net)
  882. # [17:14] * Quits: brendan (brendaneich@moz-q44jhp.sub-70-211-69.myvzw.com) (Client exited)
  883. # [17:16] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  884. # [17:16] * Joins: yliao (yliao@moz-7hee5d.dynamic.hinet.net)
  885. # [17:16] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  886. # [17:17] * Quits: kstrecker (kstrecker@moz-ibhk4q.dip0.t-ipconnect.de) (Quit: )
  887. # [17:17] * Joins: dark-knight (dark-knight@moz-67r1nt.torservers.net)
  888. # [17:18] * Quits: yliao (yliao@moz-7hee5d.dynamic.hinet.net) (Connection closed)
  889. # [17:20] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  890. # [17:20] * Quits: Mano (mano@moz-eop54d.red.bezeqint.net) (Connection closed)
  891. # [17:20] * nsm|away is now known as nsm
  892. # [17:20] * Quits: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  893. # [17:23] * Joins: IanN (chatzilla@moz-lnh6qk.cable.virginm.net)
  894. # [17:27] * Joins: kaze (kaze@moz-8ion1q.fbx.proxad.net)
  895. # [17:27] * Joins: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP)
  896. # [17:28] * Quits: chunminchang (uid49800@moz-6iuh5d.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  897. # [17:30] * Quits: mikeratcliffe (Adium@moz-sr7.as2.12.149.IP) (Quit: Leaving.)
  898. # [17:33] * Quits: WeirdAl (chatzilla@moz-idkef0.nv.charter.com) (Ping timeout: 121 seconds)
  899. # [17:33] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  900. # [17:33] * Joins: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP)
  901. # [17:35] * Joins: Mano (mano@moz-eop54d.red.bezeqint.net)
  902. # [17:36] * Joins: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw)
  903. # [17:38] * Quits: nattokirai (nattokirai@moz-lebaeh.asahi-net.or.jp) (Client exited)
  904. # [17:40] * mkohler|afk is now known as mkohler
  905. # [17:51] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  906. # [17:55] * Joins: Ms2ger (Ms2ger@moz-jse.a70.182.91.IP)
  907. # [17:59] * Joins: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP)
  908. # [18:00] * Quits: ehugg (ehugg@moz-f04slc.cisco.com) (Client exited)
  909. # [18:00] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  910. # [18:03] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  911. # [18:07] * Quits: catalinb2 (catalin@moz-4ev.an6.25.188.IP) (Quit: Leaving)
  912. # [18:14] * Quits: royalharsh95 (royalharsh9@moz-f5u.apj.211.117.IP) (Ping timeout: 121 seconds)
  913. # [18:20] * Joins: ProgramFOX_ (ProgramFOX@moz-j90.i1t.134.109.IP)
  914. # [18:20] * Quits: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP) (Client exited)
  915. # [18:20] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  916. # [18:20] * Joins: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP)
  917. # [18:22] * Quits: ProgramFOX (ProgramFOX@moz-jbu01f.sqth.nbd0.a03f.2a02.IP) (Ping timeout: 121 seconds)
  918. # [18:22] * ProgramFOX_ is now known as ProgramFOX
  919. # [18:23] * merike|away is now known as merike
  920. # [18:23] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  921. # [18:26] * Joins: Happy-Ferret (bzlandfill@moz-t06qf2.dip0.t-ipconnect.de)
  922. # [18:27] * Quits: Happy-Ferret (bzlandfill@moz-t06qf2.dip0.t-ipconnect.de) (Quit: CGI:IRC)
  923. # [18:34] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  924. # [18:36] * Joins: fabrice (fabrice@moz-3oj.il6.198.71.IP)
  925. # [18:36] * Joins: mconley (mconley@moz-uqn.0ih.228.64.IP)
  926. # [18:37] * Quits: capella-s3 (capella-s3@moz-a6lqme.res.rr.com) (Quit: Talk atcha later)
  927. # [18:37] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  928. # [18:37] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  929. # [18:41] * BenWa|email is now known as BenWa
  930. # [18:42] * Joins: jkitch (Thunderbird@moz-5ujnuf.k4n0.vhij.44b8.2001.IP)
  931. # [18:42] <avih> hmm.. sunspider 1.02 on my windows system gets ~180ms for firefox nightly and 33.1, and ~120 for IE11. IE beats firefox by much on most tests, except date and regex where it only beats it by a bit... :/
  932. # [18:43] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  933. # [18:46] * Quits: firebot (firebot@moz-pku4c8.glob.com.au) (Ping timeout: 121 seconds)
  934. # [18:54] * Joins: brendan (brendaneich@moz-q44jhp.sub-70-211-69.myvzw.com)
  935. # [18:57] * Joins: firebot (firebot@moz-pku4c8.glob.com.au)
  936. # [18:59] * FuzzyFox|afk is now known as FuzzyFox
  937. # [19:00] * Joins: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net)
  938. # [19:03] * Joins: rkent (Thunderbird@moz-uta551.wa.comcast.net)
  939. # [19:05] * Joins: myk (myk@moz-ctagk8.dynamic.fusionbroadband.com)
  940. # [19:08] * FuzzyFox is now known as FuzzyFox|afk
  941. # [19:09] * Joins: maxli (maxli@moz-favcmk.cs.uwaterloo.ca)
  942. # [19:10] * Joins: harth (harth@moz-t7tqmr.ca.comcast.net)
  943. # [19:12] * Joins: ddahl (ddahl@moz-mro.0nv.90.128.IP)
  944. # [19:15] * Quits: harth (harth@moz-t7tqmr.ca.comcast.net) (Ping timeout: 121 seconds)
  945. # [19:15] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  946. # [19:18] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  947. # [19:30] * Joins: pcwalton (pcwalton@moz-lfk.rp5.46.12.IP)
  948. # [19:34] * Quits: ProgramFOX (ProgramFOX@moz-j90.i1t.134.109.IP) (Ping timeout: 121 seconds)
  949. # [19:34] * Quits: Jerry_Mac (hshih@moz-qofhr3.kbronet.com.tw) (Quit: Leaving)
  950. # [19:36] * Joins: ProgramFOX (ProgramFOX@moz-2e3hh2.sqth.nbd0.a03f.2a02.IP)
  951. # [19:38] * Joins: bbondy (bbondy@moz-hchicl.home4.cgocable.net)
  952. # [19:45] * Joins: RealRaven1 (Thunderbird@moz-1ro.khk.129.212.IP)
  953. # [19:47] * Quits: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP) (Ping timeout: 121 seconds)
  954. # [19:49] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  955. # [19:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/05b7e79b688e - Brian Hackett - Bug 1102329 - Fix unchecked downcast to JSFunction, r=jandem.
  956. # [19:54] * Joins: Standard8Away (Standard8@moz-1hu.vrc.166.195.IP)
  957. # [19:54] * Standard8Away is now known as Standard8
  958. # [19:57] * Quits: maxli (maxli@moz-favcmk.cs.uwaterloo.ca) (Quit: Leaving.)
  959. # [19:57] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  960. # [19:59] * FuzzyFox|afk is now known as FuzzyFox
  961. # [20:01] * Quits: goran (goran@moz-31hnot.desm.qwest.net) (Connection closed)
  962. # [20:01] * Joins: goran (goran@moz-31hnot.desm.qwest.net)
  963. # [20:06] * Joins: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP)
  964. # [20:06] * Joins: squib (squib@moz-napvi8.wi.charter.com)
  965. # [20:06] * Quits: goran (goran@moz-31hnot.desm.qwest.net) (Connection closed)
  966. # [20:07] * Joins: goran (goran@moz-31hnot.desm.qwest.net)
  967. # [20:07] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (Ping timeout: 121 seconds)
  968. # [20:07] * Quits: pcwalton (pcwalton@moz-lfk.rp5.46.12.IP) (Client exited)
  969. # [20:08] * Quits: RealRaven1 (Thunderbird@moz-1ro.khk.129.212.IP) (Ping timeout: 121 seconds)
  970. # [20:08] * FuzzyFox is now known as FuzzyFox|afk
  971. # [20:09] * Quits: bmidgley (bmidgley@moz-cped3s.ut.comcast.net) (Client exited)
  972. # [20:12] * Joins: ehugg (ehugg@moz-f04slc.cisco.com)
  973. # [20:18] * Quits: ehugg (ehugg@moz-f04slc.cisco.com) (Ping timeout: 121 seconds)
  974. # [20:18] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
  975. # [20:20] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  976. # [20:20] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  977. # [20:24] * merike is now known as merike|away
  978. # [20:24] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (Ping timeout: 121 seconds)
  979. # [20:25] * Quits: twi (Adium@moz-nhcvij.cust.vodafonedsl.it) (Quit: Leaving.)
  980. # [20:26] * Quits: ProgramFOX (ProgramFOX@moz-2e3hh2.sqth.nbd0.a03f.2a02.IP) (Quit: ChatZilla 0.9.91 [Firefox 35.0a2/20141121004001])
  981. # [20:27] * Joins: darkowlzz|afk (Elite12701@moz-ff3rtc.elitebnc.org)
  982. # [20:32] * Quits: wlach (textual@moz-5me0bl.vif.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  983. # [20:36] * BenWa is now known as BenWa|email
  984. # [20:37] * Joins: davidb (davidb@moz-shk020.dsl.bell.ca)
  985. # [20:39] * Quits: Standard8 (Standard8@moz-1hu.vrc.166.195.IP) (Ping timeout: 121 seconds)
  986. # [20:42] * Joins: nathanr__ (nathanr@moz-qm6.9ns.94.65.IP)
  987. # [20:44] * Quits: nathanr (nathanr@moz-qm6.9ns.94.65.IP) (Ping timeout: 121 seconds)
  988. # [20:46] * Quits: Mano (mano@moz-eop54d.red.bezeqint.net) (Connection closed)
  989. # [20:47] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  990. # [20:49] * BenWa|email is now known as BenWa
  991. # [20:51] * Quits: gerv (Instantbird@moz-29fl8p.range86-172.btcentralplus.com) (Ping timeout: 121 seconds)
  992. # [20:51] * Joins: gerv (Instantbird@moz-29fl8p.range86-172.btcentralplus.com)
  993. # [20:53] * Joins: cpearce (chatzilla@moz-kgevj0.xtra.co.nz)
  994. # [20:54] * Joins: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net)
  995. # [20:54] * Quits: squeakytoy (squeakytoy@moz-mvbsil.se.alltele.net) (Quit: Leaving)
  996. # [20:56] * Joins: Mano (mano@moz-eop54d.red.bezeqint.net)
  997. # [20:56] * Joins: WeirdAl (chatzilla@moz-idkef0.nv.charter.com)
  998. # [20:56] * Quits: WeirdAl (chatzilla@moz-idkef0.nv.charter.com) (Quit: ChatZilla 0.9.91 [Firefox 33.1/20141030112145])
  999. # [20:59] * matt-r`away is now known as matt-r
  1000. # [21:02] * Quits: rbarnes (rbarnes@moz-9nvmjd.fios.verizon.net) (A TLS packet with unexpected length was received.)
  1001. # [21:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5271ded6fff - Botond Ballo - Bug 1099298 - Add the pres shell resolution to the container layer parameters in nsDisplaySubDocument::ComputeFrameMetrics(). r=tn
  1002. # [21:04] * Quits: schien (anonymous@moz-qqaq74.ca.comcast.net) (Client exited)
  1003. # [21:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/72a9b9b54acc - Botond Ballo - Bug 1099298 - Revert the temporary fix in bug 1099104. r=tn
  1004. # [21:07] * Joins: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it)
  1005. # [21:07] * Quits: gsvelto (gsvelto@moz-d0pl4a.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  1006. # [21:07] * Quits: forivall (quassel@moz-i6k8q6.vc.shawcable.net) (Ping timeout: 121 seconds)
  1007. # [21:08] * darkowlzz|afk is now known as darkowlzz
  1008. # [21:09] * Joins: forivall (quassel@moz-i6k8q6.vc.shawcable.net)
  1009. # [21:09] * Quits: Archaeopteryx (Archaeopter@moz-n75fl6.cust.telecolumbus.net) (Quit: Goodbye)
  1010. # [21:12] * Joins: RealRaven1 (Thunderbird@moz-1ro.khk.129.212.IP)
  1011. # [21:12] * Joins: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de)
  1012. # [21:13] * Joins: Archaeopteryx (Archaeopter@moz-n75fl6.cust.telecolumbus.net)
  1013. # [21:14] * Quits: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP) (Ping timeout: 121 seconds)
  1014. # [21:15] * Joins: ckitching (ckitching@moz-cbggqe.cable.virginm.net)
  1015. # [21:17] * Quits: ckitching (ckitching@moz-cbggqe.cable.virginm.net) (A TLS packet with unexpected length was received.)
  1016. # [21:20] * Joins: alexbardas (alexbardas@moz-jde.pck.85.92.IP)
  1017. # [21:21] * Quits: jviereck (Adium@moz-ti38uc.dip0.t-ipconnect.de) (Quit: Leaving.)
  1018. # [21:21] * Joins: larsg (larsg@moz-g01nu9.dip0.t-ipconnect.de)
  1019. # [21:21] * nthomas|away is now known as nthomas
  1020. # [21:25] * Quits: Mano (mano@moz-eop54d.red.bezeqint.net) (Connection closed)
  1021. # [21:26] * Quits: davidb (davidb@moz-shk020.dsl.bell.ca) (Quit: Blah blah blah)
  1022. # [21:26] * Quits: ahunt (ahunt@moz-coo9uc.plus.com) (Ping timeout: 121 seconds)
  1023. # [21:29] * Joins: mahdi (mahdi@moz-o89.lml.57.31.IP)
  1024. # [21:31] * Quits: jfkthame (jfkthame@moz-n64.i06.29.2.IP) (Connection closed)
  1025. # [21:31] * Joins: gcp (gpascutto@moz-4902n2.beqe.9i1r.1812.2a02.IP)
  1026. # [21:32] * Joins: jfkthame (jfkthame@moz-n64.i06.29.2.IP)
  1027. # [21:33] * Quits: gcp (gpascutto@moz-4902n2.beqe.9i1r.1812.2a02.IP) (Quit: Make a new plan, Stan!)
  1028. # [21:33] * Joins: gcp (gpascutto@moz-4902n2.beqe.9i1r.1812.2a02.IP)
  1029. # [21:34] * Quits: cpearce (chatzilla@moz-kgevj0.xtra.co.nz) (Ping timeout: 121 seconds)
  1030. # [21:34] * Quits: mconley (mconley@moz-uqn.0ih.228.64.IP) (Connection closed)
  1031. # [21:34] * Quits: mahdi (mahdi@moz-o89.lml.57.31.IP) (Ping timeout: 121 seconds)
  1032. # [21:34] * Joins: Mano (mano@moz-eop54d.red.bezeqint.net)
  1033. # [21:34] * Quits: Mano (mano@moz-eop54d.red.bezeqint.net) (Connection closed)
  1034. # [21:34] * Joins: Mano (mano@moz-eop54d.red.bezeqint.net)
  1035. # [21:34] * nthomas is now known as nthomas|away
  1036. # [21:42] * Joins: jdm (jdm@moz-b3a.v1f.91.23.IP)
  1037. # [21:42] * Quits: drno (nohlmeier@moz-225k7f.ca.comcast.net) (Client exited)
  1038. # [21:43] * jchen is now known as jchen|away
  1039. # [21:45] * Quits: Mano (mano@moz-eop54d.red.bezeqint.net) (Connection closed)
  1040. # [21:48] * Quits: gerv (Instantbird@moz-29fl8p.range86-172.btcentralplus.com) (Ping timeout: 121 seconds)
  1041. # [21:51] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1042. # [21:51] * Joins: slassh (slassh@moz-o7u.7jl.25.176.IP)
  1043. # [21:52] * jchen|away is now known as jchen
  1044. # [21:54] * Joins: pcwalton (pcwalton@moz-rul.eqp.242.50.IP)
  1045. # [21:54] * Quits: Jackneill (Jackneill@moz-ngfh18.pool.digikabel.hu) (A TLS packet with unexpected length was received.)
  1046. # [21:57] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Connection closed)
  1047. # [21:57] * Joins: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net)
  1048. # [22:02] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  1049. # [22:06] * Quits: mixedpuppy (mixedpuppy@moz-igukuv.vc.shawcable.net) (Client exited)
  1050. # [22:12] * AutomatedTester|AFK is now known as AutomatedTester
  1051. # [22:13] * Quits: bz_sleep (bzbarsky@moz-m10oko.fios.verizon.net) (Ping timeout: 121 seconds)
  1052. # [22:14] * Quits: clokep (Instantbird@moz-uogj6q.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1053. # [22:15] * sewardj__ is now known as sewardj
  1054. # [22:16] * Quits: jfkthame (jfkthame@moz-n64.i06.29.2.IP) (Quit: Leaving)
  1055. # [22:16] * Quits: pcwalton (pcwalton@moz-rul.eqp.242.50.IP) (Client exited)
  1056. # [22:16] * Joins: schnozzle (Mibbit@moz-ur4.je9.126.86.IP)
  1057. # [22:17] * Quits: schnozzle (Mibbit@moz-ur4.je9.126.86.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1058. # [22:19] * Joins: pcwalton (pcwalton@moz-rul.eqp.242.50.IP)
  1059. # [22:21] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  1060. # [22:22] * Quits: sir_none1 (Thunderbird@moz-ia5ebf.stat.salzburg-online.at) (Client exited)
  1061. # [22:24] * Joins: Mano (mano@moz-eop54d.red.bezeqint.net)
  1062. # [22:25] * Quits: Mano (mano@moz-eop54d.red.bezeqint.net) (Connection closed)
  1063. # [22:26] * Quits: pcwalton (pcwalton@moz-rul.eqp.242.50.IP) (Client exited)
  1064. # [22:27] * Quits: efaust (efaust@moz-4u9k4j.ca.comcast.net) (Ping timeout: 121 seconds)
  1065. # [22:32] * Joins: mixedpuppy (mixedpuppy@moz-igukuv.vc.shawcable.net)
  1066. # [22:32] * Quits: mixedpuppy (mixedpuppy@moz-igukuv.vc.shawcable.net) (Client exited)
  1067. # [22:34] * Quits: RealRaven1 (Thunderbird@moz-1ro.khk.129.212.IP) (Client exited)
  1068. # [22:35] * Joins: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP)
  1069. # [22:36] * Quits: brendan (brendaneich@moz-q44jhp.sub-70-211-69.myvzw.com) (Connection closed)
  1070. # [22:37] * Quits: Archaeopteryx (Archaeopter@moz-n75fl6.cust.telecolumbus.net) (Quit: Goodbye)
  1071. # [22:38] * Joins: Mano (mano@moz-eop54d.red.bezeqint.net)
  1072. # [22:39] * Joins: brendan (brendaneich@moz-3rhlvv.sub-70-197-7.myvzw.com)
  1073. # [22:41] * Quits: brendan (brendaneich@moz-3rhlvv.sub-70-197-7.myvzw.com) (Client exited)
  1074. # [22:41] * Joins: Archaeopteryx (Archaeopter@moz-n75fl6.cust.telecolumbus.net)
  1075. # [22:42] * Joins: luisalonsocn (luisalonsoc@moz-stt.ka4.234.190.IP)
  1076. # [22:45] * Joins: surkov (surkov@moz-v8g78c.cpe.teksavvy.com)
  1077. # [22:45] * Quits: bbondy (bbondy@moz-hchicl.home4.cgocable.net) (Connection closed)
  1078. # [22:48] * Joins: mastizada (Thunderbird@moz-pg3.p2d.196.46.IP)
  1079. # [22:50] * Quits: surkov (surkov@moz-v8g78c.cpe.teksavvy.com) (Client exited)
  1080. # [22:51] * Quits: jib (Jan-Ivar@moz-7o3g6p.dyn.optonline.net) (Client exited)
  1081. # [22:51] * mattwoodrow|away is now known as mattwoodrow
  1082. # [22:53] * Joins: Snuffleupagus (chatzilla@moz-5hgc5j.bredband.comhem.se)
  1083. # [22:53] * AutomatedTester is now known as AutomatedTester|AFK
  1084. # [22:54] * Joins: mahdi (mahdi@moz-fig.b3j.57.31.IP)
  1085. # [22:57] * Fallen|away is now known as Fallen
  1086. # [22:57] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  1087. # [23:00] * yzen is now known as yzen_
  1088. # [23:01] * Quits: mahdi (mahdi@moz-fig.b3j.57.31.IP) (Ping timeout: 121 seconds)
  1089. # [23:01] * yzen_ is now known as yzen
  1090. # [23:01] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Connection closed)
  1091. # [23:02] * Joins: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca)
  1092. # [23:02] * Quits: jdm (jdm@moz-b3a.v1f.91.23.IP) (Quit: )
  1093. # [23:03] * jchen is now known as jchen|away
  1094. # [23:07] * Joins: gerv (Instantbird@moz-29fl8p.range86-172.btcentralplus.com)
  1095. # [23:09] * Quits: Mossop (dtownsend@moz-1gfh2v.fios.verizon.net) (Quit: Leaving)
  1096. # [23:09] * Quits: Mano (mano@moz-eop54d.red.bezeqint.net) (Connection closed)
  1097. # [23:11] * Quits: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP) (Client exited)
  1098. # [23:11] * Joins: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP)
  1099. # [23:12] * Quits: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP) (Client exited)
  1100. # [23:12] * Joins: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP)
  1101. # [23:13] * Joins: Mano (mano@moz-eop54d.red.bezeqint.net)
  1102. # [23:14] * Joins: mahdi (mahdi@moz-fig.b3j.57.31.IP)
  1103. # [23:14] * Quits: Mano (mano@moz-eop54d.red.bezeqint.net) (Connection closed)
  1104. # [23:16] * Quits: yzen (yzen@moz-ql1r6k.cpe.pppoe.ca) (Ping timeout: 121 seconds)
  1105. # [23:19] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  1106. # [23:24] * Quits: mahdi (mahdi@moz-fig.b3j.57.31.IP) (Ping timeout: 121 seconds)
  1107. # [23:25] * Joins: harth (harth@moz-t7tqmr.ca.comcast.net)
  1108. # [23:25] * Joins: mahdi (mahdi@moz-fig.b3j.57.31.IP)
  1109. # [23:26] * Quits: luisalonsocn (luisalonsoc@moz-stt.ka4.234.190.IP) (Ping timeout: 121 seconds)
  1110. # [23:26] * Joins: dbaron (dbaron@moz-0jjav9.dynamic.fusionbroadband.com)
  1111. # [23:26] * killer sets mode: +ao dbaron dbaron
  1112. # [23:26] * Joins: mconley (mconley@moz-uqn.0ih.228.64.IP)
  1113. # [23:29] * Quits: jduell (jduell@moz-2dadj3.wa.comcast.net) (A TLS packet with unexpected length was received.)
  1114. # [23:31] * nthomas|away is now known as nthomas
  1115. # [23:31] * Quits: Sander (chatzilla@moz-f4egml.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1116. # [23:33] * nthomas is now known as nthomas|away
  1117. # [23:34] * Joins: jviereck (Adium@moz-dkh5uf.dip0.t-ipconnect.de)
  1118. # [23:35] * Quits: jviereck (Adium@moz-dkh5uf.dip0.t-ipconnect.de) (Quit: Leaving.)
  1119. # [23:35] * Joins: jviereck (Adium@moz-3dnmkr.ethz.ch)
  1120. # [23:35] * Quits: dasilvacontin (dasilvacont@moz-71m.3nd.202.89.IP) (Quit: Be back later ...)
  1121. # [23:35] * Quits: jviereck (Adium@moz-3dnmkr.ethz.ch) (Quit: Leaving.)
  1122. # [23:35] * Joins: dasilvacontin (dasilvacont@moz-71m.3nd.202.89.IP)
  1123. # [23:36] * Joins: jviereck (Adium@moz-3dnmkr.ethz.ch)
  1124. # [23:36] * Joins: Shrooms (Shrooms@moz-mk3269.ip.windstream.net)
  1125. # [23:36] * Quits: mconley (mconley@moz-uqn.0ih.228.64.IP) (Connection closed)
  1126. # [23:39] * Quits: dasilvacontin (dasilvacont@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
  1127. # [23:40] * Joins: pcwalton (pcwalton@moz-9p6.pio.189.73.IP)
  1128. # [23:47] * Fallen is now known as Fallen|away
  1129. # [23:47] * Quits: slassh (slassh@moz-o7u.7jl.25.176.IP) (Quit: Leaving)
  1130. # [23:48] * jchen|away is now known as jchen
  1131. # [23:49] * Joins: jduell (jduell@moz-2dadj3.wa.comcast.net)
  1132. # [23:50] * darkowlzz is now known as darkowlzz|afk
  1133. # [23:52] * jchen is now known as jchen|away
  1134. # [23:55] * Joins: RealRaven1 (Thunderbird@moz-1ro.khk.129.212.IP)
  1135. # [23:57] * Quits: RealRaven (Thunderbird@moz-1ro.khk.129.212.IP) (Ping timeout: 121 seconds)
  1136. # [23:57] * Joins: drno (nohlmeier@moz-225k7f.ca.comcast.net)
  1137. # [23:58] * Joins: garvank (Garvan@moz-uqe9pj.dsl.teksavvy.com)
  1138. # Session Close: Sun Nov 23 00:00:00 2014

The end :)