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

Options:

  1. # Session Start: Sat Aug 09 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * Joins: janv (varga@966DE85D.9F0D0108.4038F31A.IP)
  4. # [00:00] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  5. # [00:01] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  6. # [00:02] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  7. # [00:02] * Quits: janv (varga@966DE85D.9F0D0108.4038F31A.IP) (Quit: This computer has gone to sleep)
  8. # [00:02] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  9. # [00:03] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  10. # [00:03] * ChanServ sets mode: +o smaug
  11. # [00:04] * Quits: jaoo|pto (user@moz-116F6E87.red-79-144-15.dynamicip.rima-tde.net) (Ping timeout)
  12. # [00:04] * Quits: jviereck031 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Ping timeout)
  13. # [00:05] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  14. # [00:05] * Joins: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl)
  15. # [00:07] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  16. # [00:07] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  17. # [00:08] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  18. # [00:08] <jduell> mrbkap: still need me?
  19. # [00:10] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  20. # [00:10] <mrbkap> jduell: Well, one quick question: for blocking third party cookies, does piggy-backing on ckerschb's work and passing the "third-party-ness" of a given request from the child to the parent seem like a sound strategy?
  21. # [00:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/49d6a8691dce - Jim Chen - Bug 1048952 - Lower compositor permanent hang timeout to 2 seconds; r=snorp
  22. # [00:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/491650fe3631 - Jim Chen - Bug 1049161 - Fix ThreadStackHelper thread handle permissions on Windows; r=snorp
  23. # [00:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/613d9b80d7be - Jim Chen - Bug 984057 - Reset autocomplete states when needed; r=wesj
  24. # [00:11] * Joins: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP)
  25. # [00:11] <jduell> mrbkap: are we not already passing the info on whether a cookie is 3rd party?
  26. # [00:11] * pbrosset is now known as pbrosset|afk
  27. # [00:12] <mrbkap> jduell: not as far as I can tell.
  28. # [00:12] * KWierso is now known as KWierso|afk
  29. # [00:12] <jduell> mrbkap: we pass 'isForeign' already in the PCookie IPDL. I can't remember whether there was outstanding work for 3rd party beyond that
  30. # [00:12] <mikeratcliffe> Do we have a windows 8 image anywhere?
  31. # [00:13] * Quits: RodrigoWaters (uid30345@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  32. # [00:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ebdecbd4b669 - Kartikaya Gupta - Bug 1049136 - Stop using the TouchEventInterceptor interface in LayerView as it introduces an unnecessary layer of abstraction. r=wesj
  33. # [00:13] <mrbkap> jduell: The problem is that we use the cookie service directly in the parent.
  34. # [00:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cabf76d115b6 - Mason Chang - Bug 1049136 - Add a method to convert MultiTouchInputs to WidgetTouchEvents. r=mwu
  35. # [00:13] * Quits: emtwo (Adium@moz-B5A6BDF1.dsl.bell.ca) (Ping timeout)
  36. # [00:13] <jduell> mrbkap: looks like we do it already? http://mxr.mozilla.org/mozilla-central/source/netwerk/cookie/CookieServiceChild.cpp#113
  37. # [00:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4ffa223f053f - Kartikaya Gupta - Bug 1049136 - Hook up touch event handling for apz-fennec. r=wesj,snorp
  38. # [00:13] * Joins: emtwo (Adium@moz-B5A6BDF1.dsl.bell.ca)
  39. # [00:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6432653640cb - Kartikaya Gupta - Bug 1049136 - Add native-code awareness of the Java UI thread so we can do thread assertions. r=snorp
  40. # [00:13] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5ce6752446f - Kartikaya Gupta - Bug 1050797 - Remove some dead code. r=rnewman
  41. # [00:13] * Quits: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com) (Client exited)
  42. # [00:14] <jduell> mrbkap: OK, so what code is using the service in the parent?
  43. # [00:14] <mrbkap> jduell: BaseHttpChannel::AddCookiesToRequest
  44. # [00:15] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  45. # [00:15] * khuey is now known as khuey|gone
  46. # [00:16] * Quits: Archaeopteryx (itsme@moz-C1327A9.cust.telecolumbus.net) (Quit: Goodbye)
  47. # [00:17] * khuey|gone is now known as khuey
  48. # [00:17] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  49. # [00:18] * Quits: Dwight_Stegall (YIM@moz-33CD92E2.client.mchsi.com) (Quit: Later! :))
  50. # [00:19] * Quits: bent (chatzilla@moz-8B077E07.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  51. # [00:21] <jduell> mrbkap: looks like that's valid? I.e. 3rd party depends on comparing aURI with channel's URI, and we've got both of those in the parent. Or am I missing something?
  52. # [00:21] <jduell> http://mxr.mozilla.org/mozilla-central/source/netwerk/cookie/nsCookieService.cpp#1621
  53. # [00:21] * Quits: billm (billm@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  54. # [00:22] * kats is now known as kats|away
  55. # [00:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d8b1d2b3e762 - Daniel Holbert - Bug 1049075: Remove unnecessary "virtual" keyword from ~nsGridCell (which nothing derives from & inherits from nothing). r=tn
  56. # [00:22] <jduell> mrbkap: if we don't have a URI than we do fall into what looks like obsolete-ish code that queries the window, which wouldn't work on the child, it's true.
  57. # [00:23] * mrbkap looks again.
  58. # [00:23] <Waldo> seth: I found a nice fun subtle bug your patch, hopefully you'll like it :-)
  59. # [00:23] <mrbkap> jduell: oh, hmm
  60. # [00:23] <jduell> mrbkap: wait, I'm wrong
  61. # [00:24] <jduell> If the URI indicates it's foreign/3rd party, then we're done, but otherwise we do fall into that later code with the window stuff
  62. # [00:24] <mrbkap> jduell: phew, I thought I'd missed something obvous there :)
  63. # [00:24] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  64. # [00:25] * Joins: ekr (Adium@moz-24157589.mtv2.mozilla.com)
  65. # [00:25] * Quits: @dbaron (dbaron@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  66. # [00:25] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  67. # [00:25] * ChanServ sets mode: +ao dbaron dbaron
  68. # [00:26] * justindarc is now known as justindarc|afk
  69. # [00:26] <jduell> mrbkap: I'm not sure how ckerschb's code will help here, but if they do, yay.
  70. # [00:26] <mrbkap> jduell: Well, my hope was to be able to do the computation where we call AsyncOpen in the child, and maintain that state throughout the request.
  71. # [00:27] <seth> Waldo: heh, nice =)
  72. # [00:27] * Joins: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net)
  73. # [00:27] <mrbkap> jduell: So then, instead of trying to re-do the computation in the parent, we could just say "if (the child said it was 3rd party && don't send 3rd party cookies) return; else addcookies()"
  74. # [00:27] <mrbkap> jduell: -ish
  75. # [00:28] <@ehsan> ted: around?
  76. # [00:28] <mrbkap> mmc: ping?
  77. # [00:28] * Quits: rbarnes_ (rbarnes@95D654D9.7794B7FF.B532E9A1.IP) (Input/output error)
  78. # [00:29] <seth> Waldo: not posted to the bug yet?
  79. # [00:29] * Joins: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  80. # [00:29] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  81. # [00:29] <Waldo> seth: not yet, still writing the comment
  82. # [00:29] * baku|away is now known as baku
  83. # [00:30] <Waldo> seth: if you want to try to puzzle it out while I finish, it's in Maybe(Maybe&& aOther)
  84. # [00:30] * Quits: emtwo (Adium@moz-B5A6BDF1.dsl.bell.ca) (Quit: Leaving.)
  85. # [00:30] <jduell> mrbkap: yes, that seems like a good plan
  86. # [00:30] * Joins: billm (billm@moz-24157589.mtv2.mozilla.com)
  87. # [00:31] <mrbkap> jduell: Great. Thanks.
  88. # [00:32] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Input/output error)
  89. # [00:32] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  90. # [00:34] <mmc> mrbkap i'm here
  91. # [00:34] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  92. # [00:34] <seth> Waldo: hmm, not jumping out at me. now you've got me curious though!
  93. # [00:35] <Waldo> so I figured, it being all of four lines :-)
  94. # [00:35] <Waldo> probably doesn't help any more, but Maybe& operator=(Maybe&&) has the same sort of problem
  95. # [00:36] * Quits: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net) (Connection reset by peer)
  96. # [00:36] <seth> Waldo: you're right, it doesn't help =)
  97. # [00:38] * Quits: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com) (Client exited)
  98. # [00:38] * Quits: gozala (uid5923@moz-5F4AA75A.irccloud.com) (Quit: Connection closed for inactivity)
  99. # [00:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5814959a8b8 - Drew Willcoxon - Bug 1009765 - Add GMP plugin crashes to FHR crash reporting (part 1: CrashReporterParent). r=gfritzsche
  100. # [00:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/969aa706b73e - Drew Willcoxon - Bug 1009765 - Add GMP plugin crashes to FHR crash reporting (part 2: FHR, toolkit/components/crashes). r=gps
  101. # [00:40] <mrbkap> mmc: Hey, so I just realized that I'll basically be able to use the same solution for all of the bugs that have been mentioned so far.
  102. # [00:40] <mrbkap> mmc: So you can ignore me for the minute :)
  103. # [00:40] <mmc> awesome :)
  104. # [00:40] * Joins: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com)
  105. # [00:40] <mrbkap> mmc: also your ":nick" in bugzilla isn't unique! :P
  106. # [00:40] <mmc> what?!
  107. # [00:40] <mmc> who else is mmc?!
  108. # [00:40] <mrbkap> mmcdonough
  109. # [00:41] * Quits: sydpolk (sydpolk@moz-771E45CC.dynamic.ip.windstream.net) (Ping timeout)
  110. # [00:41] <mrbkap> mmc: ^--
  111. # [00:41] <mmcdonough> So I am.
  112. # [00:41] <mmc> oh thank god. i was worried microsoft management console had joined the channel
  113. # [00:41] <mmcdonough> I was hoping for the Melbourne Mercury Compiler.
  114. # [00:41] <mrbkap> mmc++
  115. # [00:41] <mmc> ;)
  116. # [00:41] <mrbkap> y'all should figure this out
  117. # [00:42] <mrbkap> :)
  118. # [00:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0d90f5b7db6e - Dan Mosedale - Bug 1050932 - Fix UI showcase regression triggered by tokbox SDK upgrade, NPOTB, DONTBUILD, r=Standard8
  119. # [00:42] <Waldo> okay, ten lines to go
  120. # [00:42] <Waldo> FOCUS, BRAIN
  121. # [00:43] * Joins: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net)
  122. # [00:43] * Joins: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP)
  123. # [00:44] * Quits: mmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Quit: I've been blurred!)
  124. # [00:45] * Quits: mwobensmith1 (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  125. # [00:45] * wlach is now known as wlach|afk
  126. # [00:45] * Joins: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net)
  127. # [00:45] * Quits: eeejay (eeejay@moz-B3973587.xen.prgmr.com) (Quit: Coyote finally caught me)
  128. # [00:45] * Joins: eeejay (eeejay@moz-B3973587.xen.prgmr.com)
  129. # [00:46] * Joins: janv (varga@966DE85D.9F0D0108.4038F31A.IP)
  130. # [00:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dab7a08e5bb4 - David Keeler - bug 1047494 - refactor tautological size check in mozilla::pkix::VerifySignedData r=briansmith
  131. # [00:47] <Waldo> seth: okay, r+ posted
  132. # [00:47] <seth> Waldo: awesome! thanks
  133. # [00:48] <Waldo> still need to do the others, but that first one was as I recall the one that was making the tree-wide changes finicky
  134. # [00:49] <seth> Waldo: yeah, exactly. i'll probably go ahead and land parts 1-8 once i address your review comments. (and man, that bug was so obvious once you pointed it out!)
  135. # [00:49] <Waldo> seth: :-)
  136. # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f5e5b0d07766 - Monica Chew - Bug 1045163: Remove delay before updating existing tables on disk (r=gcp)
  137. # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cdf21c0388a3 - Monica Chew - Bug 1033871: Check nsIPermissionManager before enabling tracking protection in nsChannelClassifier (r=mcmanus)
  138. # [00:50] <Waldo> seth: I think it was there the first time through and I missed it then
  139. # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7bddd046fe15 - David Keeler - bug 1038913 - (1/4) move smart card event dispatching code to nsSmartCardMonitor.cpp r=briansmith
  140. # [00:50] * Quits: justindarc|afk (justindarc@D2AEACFC.B56D28DB.B58D01CE.IP) (Quit: )
  141. # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e17f1a5fee1d - David Keeler - bug 1038913 - (2/4) cleanup smart card event dispatching code for style and safety r=briansmith
  142. # [00:50] <Waldo> seth: this is why I try to do reviews from scratch each time, whenever I can
  143. # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/32728e9ccaf6 - David Keeler - bug 1038913 - (3/4) add observer service notifications for smart card events ("smartcard-insert" and "smartcard-remove") r=briansmith
  144. # [00:50] * Quits: drno (nohlmeier@moz-62518563.mtv2.mozilla.com) (Quit: drno)
  145. # [00:50] <Waldo> regardless whether I reviewed the patch previously or not
  146. # [00:50] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7510ce4fad03 - David Keeler - bug 1038913 - (4/4) test that smart card events are dispatched by the observer service r=briansmith
  147. # [00:50] <seth> Waldo: yeah, i think so. i'm glad you caught that!
  148. # [00:51] <seth> Waldo: it would probably be a good idea to add a test that destructors get called to the test suite. i'll add one
  149. # [00:51] * Joins: martinmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  150. # [00:52] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  151. # [00:52] * Quits: martinmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Quit: I've been blurred!)
  152. # [00:52] * juanb is now known as juanb|brb
  153. # [00:52] * Quits: juanb|brb (jbecerra@moz-C282B0DA.static.wiline.com) (Quit: juanb|brb)
  154. # [00:53] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  155. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/80925e75ca8c - Mike Hommey - Bug 1050081 - Remove media/webrtc/webrtc-config.mk. r=mshal
  156. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e498b157651e - Mike Hommey - Bug 1050560 - Preserve the ICU libraries order in config/external/icu/moz.build. r=mshal
  157. # [00:54] * Fallen|away is now known as Fallen
  158. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/13fd45a83023 - Mike Hommey - Bug 1050704 - Remove STLPORT_CPPFLAGS from Makefiles. r=mshal
  159. # [00:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3f3f9b729ee7 - Dão Gottwald - Bug 990322 - Don't show multiple thumbnails from the same base domain. r=adw
  160. # [00:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5e5b70786a3b - Eric Rahm - Bug 1049068 - Part 1: Remove callstack printing. r=froydnj
  161. # [00:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d32198079c93 - Eric Rahm - Bug 1049068 - Part 2: Store acquisition state as a bool instead of a CallStack. r=froydnj
  162. # [00:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d223ed508daf - Eric Rahm - Bug 1049068 - Part 3: Remove mCallContext from ResourceAcquisition. r=froydnj
  163. # [00:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/07dadb9729e1 - Eric Rahm - Bug 1049068 - Part 4: Remove mFirstSeen from OrderingEntry. r=froydnj
  164. # [00:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6304d8304aa2 - Eric Rahm - Bug 1049068 - Part 5: Remove unused CallStack params. r=froydnj
  165. # [00:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2a6b54520530 - Eric Rahm - Bug 1049068 - Part 6: Remove CallStack. r=froydnj
  166. # [00:56] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  167. # [00:56] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  168. # [00:57] * mreavy is now known as mreavy|afk
  169. # [00:57] * Quits: janv (varga@966DE85D.9F0D0108.4038F31A.IP) (Quit: This computer has gone to sleep)
  170. # [00:58] * Fallen is now known as Fallen|away
  171. # [01:00] * Joins: jez (user@moz-1B119F78.dsl.in-addr.zen.co.uk)
  172. # [01:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/eb3fc15a1659 - Jan de Mooij - Bug 1039551 - NewString/NewStringDontDeflate should create inline strings if possible. r=njn
  173. # [01:01] * Quits: jduell (jduell@moz-82D474FE.hsd1.wa.comcast.net) (Ping timeout)
  174. # [01:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4efe4f88a92f - Jan de Mooij - No bug - Remove an outdated comment in jsstr.cpp. r=terrence over IRC
  175. # [01:01] * stephend is now known as stephend|transit
  176. # [01:02] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  177. # [01:02] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  178. # [01:04] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  179. # [01:04] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  180. # [01:05] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  181. # [01:05] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  182. # [01:06] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  183. # [01:06] * chmanchester|afk is now known as chmanchester
  184. # [01:08] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  185. # [01:09] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  186. # [01:10] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  187. # [01:10] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  188. # [01:11] * bajaj is now known as bajaj-afk
  189. # [01:13] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  190. # [01:13] * Joins: sydpolk (sydpolk@moz-32B238F3.dynamic.ip.windstream.net)
  191. # [01:14] * baku is now known as baku|away
  192. # [01:14] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  193. # [01:16] * Quits: milan (milan@moz-62518563.mtv2.mozilla.com) (Input/output error)
  194. # [01:17] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  195. # [01:17] * Quits: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net) (Max SendQ exceeded)
  196. # [01:17] * Quits: sydpolk (sydpolk@moz-32B238F3.dynamic.ip.windstream.net) (Ping timeout)
  197. # [01:18] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  198. # [01:18] * Joins: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net)
  199. # [01:18] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  200. # [01:18] * Quits: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP) (Quit: Leaving.)
  201. # [01:19] * hwine is now known as hwine-coffee
  202. # [01:20] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  203. # [01:20] * ChanServ sets mode: +o smaug
  204. # [01:21] * Joins: milan (milan@moz-62518563.mtv2.mozilla.com)
  205. # [01:22] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  206. # [01:23] * Joins: sydpolk (sydpolk@moz-AC092374.dynamic.ip.windstream.net)
  207. # [01:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cb3cfc3ef3f3 - Jeff Walden - Bug 1046964 - Warn when encountering a string expression statement, that would be a directive but isn't in the right position, when respecting the non-directive would change semantics. r=njn
  208. # [01:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/364dae502747 - Jeff Walden - Bug 894653 - Self-host Error.prototype.toString, and fix an edge-case bug in the current implementation. r=till
  209. # [01:24] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  210. # [01:24] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  211. # [01:24] * Joins: bmoss (bmoss@moz-62518563.mtv2.mozilla.com)
  212. # [01:24] * Quits: sydpolk (sydpolk@moz-AC092374.dynamic.ip.windstream.net) (Ping timeout)
  213. # [01:25] * Quits: billm (billm@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  214. # [01:25] * Joins: billm (billm@moz-24157589.mtv2.mozilla.com)
  215. # [01:25] * Joins: jkitch (Thunderbir@moz-1D34406A.lns21.adl2.internode.on.net)
  216. # [01:25] * Quits: bwc (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  217. # [01:25] * Joins: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com)
  218. # [01:26] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  219. # [01:26] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  220. # [01:29] * hwine-coffee is now known as hwine
  221. # [01:29] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  222. # [01:31] * Quits: bmoss (bmoss@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  223. # [01:33] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  224. # [01:34] <NeilAway> seth: is there an API in Maybe that returns a pointer to the T or nullptr?
  225. # [01:34] * Quits: GPHemsley (GPHemsley@6B8E14E8.596695E0.A973A616.IP) (Quit: This computer has gone to sleep)
  226. # [01:34] * Joins: juanb (jbecerra@EA768190.B3AD8579.9CA62458.IP)
  227. # [01:34] * Parts: ckerschb (ckerschb@moz-62518563.mtv2.mozilla.com)
  228. # [01:35] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  229. # [01:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/333bca3fb89e - Dão Gottwald - Bug 990322 - Prevent browser_newtab_bug991111.js from accessing a remote domain
  230. # [01:35] * Quits: tanvi (tanvi@moz-84BB47BB.hsd1.ca.comcast.net) (Quit: Leaving.)
  231. # [01:37] <Waldo> NeilAway: pointerOr(nullptr) will do it, once that addition is reviewed/landed
  232. # [01:37] * Quits: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  233. # [01:37] <@khuey> do we wait for all nsThreads to join during shutdown?
  234. # [01:37] * @khuey suspects we do
  235. # [01:38] <@khuey> but I'm not sure
  236. # [01:38] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  237. # [01:39] * Joins: sydpolk (sydpolk@moz-5D89E5C5.dynamic.ip.windstream.net)
  238. # [01:41] * Joins: jviereck03 (Adium@moz-66D16FEA.dynamic.hispeed.ch)
  239. # [01:41] * Quits: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP) (Ping timeout)
  240. # [01:42] * Joins: martinmcdonough (Martin@moz-62518563.mtv2.mozilla.com)
  241. # [01:42] * Quits: martinmcdonough (Martin@moz-62518563.mtv2.mozilla.com) (Client exited)
  242. # [01:44] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: )
  243. # [01:45] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  244. # [01:45] <NeilAway> Waldo: seems a bit long-winded :s
  245. # [01:45] * Joins: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP)
  246. # [01:45] * jlund is now known as jlund|away
  247. # [01:46] <Waldo> NeilAway: actually I kind of suspect that not conflating present-versus-absent in a single pointer value, many would deem a feature, and all that
  248. # [01:46] * Quits: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch) (Quit: sir_none)
  249. # [01:50] * Quits: sydpolk (sydpolk@moz-5D89E5C5.dynamic.ip.windstream.net) (Ping timeout)
  250. # [01:51] * Joins: capella-s3 (capella-s3@8E166441.26BB60CE.5A1B6CB8.IP)
  251. # [01:51] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  252. # [01:52] * Joins: sydpolk (sydpolk@moz-911DB64D.dynamic.ip.windstream.net)
  253. # [01:52] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Quit: Leaving.)
  254. # [01:53] * Quits: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP) (Ping timeout)
  255. # [01:58] * Quits: myk (myk@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  256. # [01:58] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  257. # [01:58] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  258. # [01:58] * Quits: sydpolk (sydpolk@moz-911DB64D.dynamic.ip.windstream.net) (Ping timeout)
  259. # [01:59] * Quits: alex_tz (Adium@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  260. # [02:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/70803a5f4683 - Terrence Cole - Bug 1033442 - Remove non-pod calloc from MallocProvider and AllocPolicy; r=jonco
  261. # [02:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a818fd0874fe - Terrence Cole - Bug 1033442 - Remove non-pod realloc from MallocProvider and AllocPolicy; r=jonco
  262. # [02:01] * Joins: sydpolk (sydpolk@moz-A3C2D59B.dynamic.ip.windstream.net)
  263. # [02:02] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  264. # [02:03] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  265. # [02:04] * ewong|away is now known as ewong
  266. # [02:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3e0f03eae1c0 - Gregory Szorc - Backout changeset b07c3d5ec540 (bug 1045415) because it breaks local builds; a=backout
  267. # [02:05] * Joins: capella-s32 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  268. # [02:06] * Quits: capella-s3 (capella-s3@8E166441.26BB60CE.5A1B6CB8.IP) (Connection reset by peer)
  269. # [02:07] * terrence is now known as terrence-afk
  270. # [02:08] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  271. # [02:08] * Quits: AaronMT (AaronMT@moz-53D1D1F.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  272. # [02:09] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  273. # [02:09] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  274. # [02:10] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  275. # [02:11] * Quits: jgriffin (jgriffin@moz-791CC332.hsd1.wa.comcast.net) (Quit: jgriffin)
  276. # [02:11] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  277. # [02:11] * Quits: mt_ (mt@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  278. # [02:13] * Quits: kip (kip@A6CF435B.D1155E2C.CFC2A289.IP) (Client exited)
  279. # [02:14] * Joins: RealRaven (Thunderbir@C026A458.9DE71CD4.C3498625.IP)
  280. # [02:14] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  281. # [02:15] * Quits: bnicholson (bnicholson@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  282. # [02:16] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  283. # [02:16] * Quits: kgrandon (Adium@moz-62518563.mtv2.mozilla.com) (Quit: Leaving.)
  284. # [02:16] * stephend|transit is now known as stephend
  285. # [02:16] * Quits: RealRaven (Thunderbir@C026A458.9DE71CD4.C3498625.IP) (Quit: RealRaven)
  286. # [02:18] <seth> NeilAway: see comment 45 in bug 913586. i contemplated adding such a method, but decided that ptrOr() is good enough. i'm open to revisiting the issue though. that's not at all a strongly held opinion
  287. # [02:19] * Joins: mbest (Instantbir@moz-A4790F2F.dsl.bell.ca)
  288. # [02:19] <seth> NeilAway: (the other direction, from "pointer as Maybe" to Maybe, is a bit more verbose, so i *did* add a helper function for that)
  289. # [02:19] * Quits: mchang (mchang@moz-793A0D3E.socal.res.rr.com) (Quit: mchang)
  290. # [02:20] * Quits: cpeterson_ (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  291. # [02:20] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  292. # [02:20] * Quits: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl) (Ping timeout)
  293. # [02:21] * Quits: NeilZZZ (neil@moz-455E8E17.cable.virginm.net) (Ping timeout)
  294. # [02:21] * Quits: ochristi (ochristi@moz-893FEBEA.any.mx) (Ping timeout)
  295. # [02:21] * Joins: ochristi (ochristi@moz-893FEBEA.any.mx)
  296. # [02:21] * Joins: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl)
  297. # [02:21] * Joins: NeilZZZ (neil@moz-455E8E17.cable.virginm.net)
  298. # [02:21] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  299. # [02:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce7de20d461a - Ehsan Akhgari - Bug 1050845 - Add will-change: auto to full-screen-override.css; r=dbaron
  300. # [02:22] * Quits: @ehsan (ehsan@moz-B4709FAB.cable.teksavvy.com) (Quit: vanished into thin air...)
  301. # [02:22] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  302. # [02:22] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  303. # [02:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6ee4b6cc240c - Ehsan Akhgari - Bustage fix for bug 1033442 on b2g ics
  304. # [02:27] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  305. # [02:28] * Joins: bnicholson (bnicholson@F118B273.BF05706.A36C57B9.IP)
  306. # [02:29] * Quits: jviereck03 (Adium@moz-66D16FEA.dynamic.hispeed.ch) (Quit: Leaving.)
  307. # [02:29] * Quits: RyanVM|afk (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  308. # [02:31] * catlee-mtg is now known as catlee-pto
  309. # [02:32] * Quits: sunfish (chatzilla@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  310. # [02:33] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Quit: ehugg)
  311. # [02:36] * Joins: mconley (mconley@moz-8C3A8426.eng.wind.ca)
  312. # [02:36] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  313. # [02:38] * Quits: sylvain (scleymans@moz-62518563.mtv2.mozilla.com) (Input/output error)
  314. # [02:38] * Quits: jimb (user@B301EC70.B2666F0E.66399531.IP) (Ping timeout)
  315. # [02:39] * Quits: mconley (mconley@moz-8C3A8426.eng.wind.ca) (Input/output error)
  316. # [02:40] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  317. # [02:40] * Quits: ekr (Adium@moz-24157589.mtv2.mozilla.com) (Quit: Leaving.)
  318. # [02:41] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  319. # [02:45] * Quits: NeilZZZ (neil@moz-455E8E17.cable.virginm.net) (Ping timeout)
  320. # [02:45] * Joins: jchaulk (jchaulk@4509F3A7.787997F4.DBBCD276.IP)
  321. # [02:45] * Quits: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl) (Ping timeout)
  322. # [02:45] * Quits: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk) (Ping timeout)
  323. # [02:46] * Joins: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl)
  324. # [02:46] * Joins: ddahl (ddahl@136F0C88.6E5482D7.8DDCAE07.IP)
  325. # [02:47] * Quits: jchaulk (jchaulk@4509F3A7.787997F4.DBBCD276.IP) (Ping timeout)
  326. # [02:49] * Quits: ddahl (ddahl@136F0C88.6E5482D7.8DDCAE07.IP) (Ping timeout)
  327. # [02:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cde0f665b16a - Bill McCloskey - Bug 1045847 - Initialize sProcessType really, really early (r=khuey)
  328. # [02:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a470d0cbe3fa - Bill McCloskey - Bug 1046964 - Delete the "missing return statement" warning (r=Waldo)
  329. # [02:50] * Joins: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net)
  330. # [02:50] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  331. # [02:50] * Joins: Boriss (Boriss@DDC58531.D90C5466.DD5FE66A.IP)
  332. # [02:51] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  333. # [02:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e65a6c49e46e - Bill McCloskey - Bug 1045847 - Fix review comments
  334. # [02:53] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  335. # [02:54] * Joins: NeilAway (neil@moz-B1437A82.static.virginmediabusiness.co.uk)
  336. # [02:54] * khuey is now known as khuey|away
  337. # [02:58] * Joins: NeilZZZ (neil@moz-455E8E17.cable.virginm.net)
  338. # [02:59] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  339. # [02:59] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  340. # [03:01] * Joins: vicamo (vicamo@moz-C45D75B6.hinet-ip.hinet.net)
  341. # [03:02] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  342. # [03:03] * hwine is now known as hwine-ooo
  343. # [03:03] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/2a621e79e6b9 - Ryan VanderMeulen - Backed out changeset 5c1ba06b972b (bug 916804) for frequent timeouts that spill into other tests. a=backout
  344. # [03:04] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  345. # [03:05] * Quits: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl) (Ping timeout)
  346. # [03:06] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Broken pipe)
  347. # [03:06] * Joins: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl)
  348. # [03:06] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  349. # [03:08] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  350. # [03:09] * Joins: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com)
  351. # [03:10] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  352. # [03:13] * stephend is now known as stephend|afk
  353. # [03:14] * Quits: milan (milan@moz-62518563.mtv2.mozilla.com) (Input/output error)
  354. # [03:16] * gregglind_away is now known as gregglind
  355. # [03:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/db69c702369d - Ben Turner - Bug 1035454 - Don't send 'Webapps:UnregisterForMessages' at xpcom-shutdown, r=fabrice.
  356. # [03:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8f9508342de9 - Ben Turner - Bug 1044322 - Reset the channel listener on the correct thread, r=bsmedberg.
  357. # [03:17] * Joins: kgrandon (Adium@moz-AF189D2.mycingular.net)
  358. # [03:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/355c762283e5 - Patrick McManus - bug 1050598 - fix proxy_over_tls pref r=hurley
  359. # [03:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2225b71d4990 - Patrick McManus - bug 1050598 - changing the pac uri should be synchronous r=hurley
  360. # [03:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0e7f8ce991e3 - Patrick McManus - bug 1050598 - thread local jit context for pac instead of global r=hurley
  361. # [03:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c311c8e2976d - Patrick McManus - bug 1050598 - test for proxy_over_tls pref and https proxying r=hurley
  362. # [03:22] * Joins: garvank (Garvan@moz-9DD85580.dsl.teksavvy.com)
  363. # [03:23] * Quits: garvank (Garvan@moz-9DD85580.dsl.teksavvy.com) (Quit: )
  364. # [03:24] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  365. # [03:25] * Quits: billm (billm@moz-24157589.mtv2.mozilla.com) (Quit: Leaving)
  366. # [03:26] * Quits: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com) (Quit: Leaving.)
  367. # [03:27] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  368. # [03:29] * Quits: Boriss (Boriss@DDC58531.D90C5466.DD5FE66A.IP) (Ping timeout)
  369. # [03:29] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  370. # [03:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bde52b0b5431 - Georgios Kontaxis - Bug 1044181: style loader now annotates classified tracking nodes r=dbaron
  371. # [03:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c9b1a569d165 - Georgios Kontaxis - Bug 1044181: object loader now annotates classified tracking nodes r=khuey
  372. # [03:29] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3088e9079d8b - Georgios Kontaxis - Bug 1044181: test elements are now actually loaded when tracking protection is disabled/broken. added style loader test. r=mmc
  373. # [03:30] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  374. # [03:30] * Quits: mccr8 (mccr8@moz-62518563.mtv2.mozilla.com) (Quit: computer sleep)
  375. # [03:31] * Quits: vicamo (vicamo@moz-C45D75B6.hinet-ip.hinet.net) (Quit: vicamo)
  376. # [03:31] * Joins: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com)
  377. # [03:32] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  378. # [03:33] * Joins: Boriss (Boriss@460BEC5A.1F2B630C.52F0DA5.IP)
  379. # [03:34] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  380. # [03:34] * Joins: ddahl (ddahl@moz-5F89CFB9.hsd1.il.comcast.net)
  381. # [03:35] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  382. # [03:36] * Joins: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  383. # [03:36] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  384. # [03:36] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  385. # [03:37] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  386. # [03:37] * Joins: sewardj_ (sewardj@moz-14A0E5E7.dip0.t-ipconnect.de)
  387. # [03:38] * Quits: sewardj (sewardj@moz-C107BB8B.dip0.t-ipconnect.de) (Ping timeout)
  388. # [03:39] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  389. # [03:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c871b95042c6 - Ryan VanderMeulen - Backed out changesets 333bca3fb89e and 3f3f9b729ee7 (bug 990322) for frequent OSX 10.8 browser_thumbnails_privacy.js failures.
  390. # [03:42] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=83f519eb1a3a - 14 changesets
  391. # [03:42] * Quits: marco (Adium@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  392. # [03:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=c13576bead5d - 16 changesets
  393. # [03:44] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  394. # [03:44] * Quits: juanb (jbecerra@EA768190.B3AD8579.9CA62458.IP) (Quit: juanb)
  395. # [03:44] * Quits: chewey (chewey@moz-50AD40D4.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  396. # [03:45] * Joins: chewey (chewey@moz-8DCEF03B.dip0.t-ipconnect.de)
  397. # [03:45] * Joins: nisargtha (nisargtha@36CDDC6E.97A1164.D216A595.IP)
  398. # [03:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=83f519eb1a3a - 13 changesets
  399. # [03:46] * Joins: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP)
  400. # [03:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2a621e79e6b9 - Ryan VanderMeulen - Backed out changeset 5c1ba06b972b (bug 916804) for frequent timeouts that spill into other tests. a=backout
  401. # [03:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f59e4dc4382d - Kyle Huey - Bug 1038943: Adjust the leak threshold after fixing bug 1050494 and bug 1050509. r=me
  402. # [03:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5c5bd5027f00 - Wes Kocher - Merge m-c to b2g-inbound
  403. # [03:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5a7ddc177051 - Ryan VanderMeulen - Merge b2g-inbound to m-c. a=merge
  404. # [03:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/83f519eb1a3a - Ryan VanderMeulen - Merge fx-team to m-c. a=merge
  405. # [03:48] * Parts: wcosta (wander@27360971.686006D7.E16C1BAE.IP)
  406. # [03:48] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  407. # [03:49] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  408. # [03:50] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  409. # [03:51] * Quits: nisargtha (nisargtha@36CDDC6E.97A1164.D216A595.IP) (Client exited)
  410. # [03:52] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  411. # [03:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93add398e8df - Ryan VanderMeulen - Backed out changesets 6ee4b6cc240c, a818fd0874fe, and 70803a5f4683 (bug 1033442) for multiple crashtest oranges.
  412. # [03:52] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bc1388026f8a - Ryan VanderMeulen - Backed out changeset a470d0cbe3fa (bug 1046964) for jsreftest failures.
  413. # [03:52] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  414. # [03:52] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  415. # [03:52] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  416. # [03:54] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  417. # [03:54] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  418. # [03:57] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  419. # [03:58] * Quits: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com) (Connection reset by peer)
  420. # [04:00] * Joins: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com)
  421. # [04:00] * Quits: kgrandon (Adium@moz-AF189D2.mycingular.net) (Quit: Leaving.)
  422. # [04:01] * Quits: Preeti (uid13882@moz-E77DEB21.irccloud.com) (Quit: Connection closed for inactivity)
  423. # [04:02] * Quits: odin_ (Odin@moz-59140718.skybroadband.com) (Ping timeout)
  424. # [04:02] * Joins: odin_ (Odin@moz-59140718.skybroadband.com)
  425. # [04:05] <jgilbert_> how do I printf on windows opt builds?
  426. # [04:06] * Quits: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl) (Ping timeout)
  427. # [04:08] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  428. # [04:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dc22b1e92554 - Valentin Gosu - Bug 1009648 - nsStandardURL crashes when calling SetHost after Clear(). r=mcmanus
  429. # [04:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f3f62111caff - Blake Kaplan - Bug 1027898 - Implement most of nsIContentPrefService2 for e10s. r=adw
  430. # [04:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/04500acd1bb7 - J. Ryan Stinnett - Bug 1040130 - Allow specifying a client cert for sockets. r=keeler, r=mcmanus
  431. # [04:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c2e53a571e98 - Ting-Yu Lin - Bug 1046732 - Part 1: Fix incorrect event message used in TouchCaret.cpp. r=ehsan
  432. # [04:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3572dabf9acf - Ting-Yu Lin - Bug 1046732 - Part 2: Test touch caret will be hidden by wheel event. r=ehsan
  433. # [04:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b043d74aeb7b - Nils Ohlmeier [:drno] - Bug 1049684 - Fix SDP verification to be able to run on steeplechase environment. r=bwc
  434. # [04:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6356c3ba4f62 - Dave Hunt - Bug 1049717 - Expose suite start and end times in the BaseMarionetteTestRunner. r=mdas
  435. # [04:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/85b280e74482 - Martijn Wargers - Bug 1049786 - Intermittent browser_bug295977_autoscroll_overflow.js | Window for m should have scrolled vertically. r=adw
  436. # [04:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f07f7215ff48 - Joel Maher - Bug 1050824 - Update talos.zip to capture nonlocal network and mainthreadio fixes. r=dminor
  437. # [04:10] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  438. # [04:10] * Quits: Boriss (Boriss@460BEC5A.1F2B630C.52F0DA5.IP) (Quit: Boriss)
  439. # [04:10] * Joins: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl)
  440. # [04:11] * Joins: emtwo1 (Adium@moz-F26BF92.cpe.net.cable.rogers.com)
  441. # [04:11] * Quits: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com) (No route to host)
  442. # [04:11] * emtwo1 is now known as emtwo
  443. # [04:12] * Quits: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com) (Connection reset by peer)
  444. # [04:15] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fcfb6701c599 - Ryan VanderMeulen - Backed out changeset 8f9508342de9 (bug 1044322) for mochitest leaks.
  445. # [04:16] * Quits: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: tantek)
  446. # [04:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/26966c20ff41 - Jessica Jong - Bug 1043114 - Part 1: Unify add/removeHostRoute and add/removeHostRouteWithResolve (idl). f=vchang, r=edgar
  447. # [04:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/4c9a84e17a87 - Jessica Jong - Bug 1043114 - Part 2: Unify add/removeHostRoute and add/removeHostRouteWithResolve (NetworkManager). r=edgar
  448. # [04:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/78e367a4f48c - Jessica Jong - Bug 1043114 - Part 3.1: Unify add/removeHostRoute and add/removeHostRouteWithResolve (NetworkService). r=edgar
  449. # [04:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e88173c0ff1c - Jessica Jong - Bug 1043114 - Part 3.2: Remove unused NetworkParams and refine comments. r=edgar, r=smaug
  450. # [04:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/48f9248343cb - Jessica Jong - Bug 1043114 - Part 4: Unify add/removeHostRoute and add/removeHostRouteWithResolve (NetworkUtils). r=edgar
  451. # [04:19] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  452. # [04:20] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  453. # [04:24] * Quits: mwargers (mwargers@moz-24157589.mtv2.mozilla.com) (Client exited)
  454. # [04:25] * Joins: mwargers (mwargers@moz-24157589.mtv2.mozilla.com)
  455. # [04:27] * Quits: mwargers (mwargers@moz-24157589.mtv2.mozilla.com) (Ping timeout)
  456. # [04:27] * Joins: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com)
  457. # [04:28] * Joins: marco (Adium@moz-B768A8FA.hsd1.ca.comcast.net)
  458. # [04:28] * Quits: jgilbert_ (jgilbert@moz-62518563.mtv2.mozilla.com) (Connection reset by peer)
  459. # [04:28] * Joins: jgilbert_ (jgilbert@moz-62518563.mtv2.mozilla.com)
  460. # [04:30] * Quits: jgilbert_ (jgilbert@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  461. # [04:33] * gregglind is now known as gregglind_away
  462. # [04:34] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=7079b7552946 - 15 changesets
  463. # [04:34] * Quits: IanN (chatzilla@moz-7F4009AA.perr.cable.virginm.net) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140730101922])
  464. # [04:37] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  465. # [04:40] * Joins: koderok (koderok@602A6BF7.DC29D963.C28A6AA4.IP)
  466. # [04:40] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  467. # [04:40] * Quits: koderok (koderok@602A6BF7.DC29D963.C28A6AA4.IP) (Quit: koderok)
  468. # [04:46] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  469. # [04:49] * Quits: robertbindar (Thunderbir@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  470. # [04:51] * Joins: myk (myk@6F93241B.FD5C31A1.284344F5.IP)
  471. # [04:51] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  472. # [04:52] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  473. # [04:53] * Joins: mwargers (mwargers@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  474. # [04:53] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  475. # [04:54] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  476. # [04:55] * Joins: yeukhon (yeukhon@moz-80CA2CBE.nyc.res.rr.com)
  477. # [04:58] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  478. # [05:00] * Quits: yeukhon (yeukhon@moz-80CA2CBE.nyc.res.rr.com) (Quit: Leaving.)
  479. # [05:02] * Quits: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com) (Quit: Leaving.)
  480. # [05:02] * Quits: marco (Adium@moz-B768A8FA.hsd1.ca.comcast.net) (Quit: Leaving.)
  481. # [05:02] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  482. # [05:02] * ChanServ sets mode: +ao dbaron dbaron
  483. # [05:04] * Joins: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com)
  484. # [05:04] * Joins: TYLin (TYLin@moz-1B6A29B8.dynamic.kbronet.com.tw)
  485. # [05:05] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  486. # [05:06] * mattwoodrow|away is now known as mattwoodrow
  487. # [05:07] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  488. # [05:08] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  489. # [05:09] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  490. # [05:10] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  491. # [05:12] * philor|away is now known as philor
  492. # [05:21] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  493. # [05:22] * Quits: spohl|afk (Adium@moz-6FCB164D.reverse.softlayer.com) (Quit: Leaving.)
  494. # [05:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e13073de5179 - Ryan VanderMeulen - Backed out changeset db69c702369d (bug 1035454) for suspicion of causing e10s leaks.
  495. # [05:26] * Joins: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net)
  496. # [05:28] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Quit: Leaving.)
  497. # [05:29] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  498. # [05:30] * Quits: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com) (Quit: Leaving.)
  499. # [05:34] * Quits: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP) (Quit: This computer has gone to sleep)
  500. # [05:35] * Joins: mib_g161p7 (Mibbit@moz-129B47E5.b-ras1.pgs.portlaoise.eircom.net)
  501. # [05:38] * Quits: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net) (Ping timeout)
  502. # [05:39] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  503. # [05:42] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  504. # [05:43] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  505. # [05:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1f7bc67a623b - Ryan VanderMeulen - Backed out changeset f3f62111caff (bug 1027898) for B2G desktop mochitest orange.
  506. # [05:56] * Joins: mt_ (mt@moz-5F16805E.hsd1.ca.comcast.net)
  507. # [05:57] * Quits: mt_ (mt@moz-5F16805E.hsd1.ca.comcast.net) (Max SendQ exceeded)
  508. # [05:58] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  509. # [05:58] * Quits: ckitching (ckitching@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  510. # [05:59] * Quits: myk (myk@6F93241B.FD5C31A1.284344F5.IP) (Ping timeout)
  511. # [05:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5832624a0c03 - Ben Turner - Bug 1044322 - Reset the channel listener on the correct thread. r=bsmedberg
  512. # [06:00] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  513. # [06:08] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  514. # [06:08] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  515. # [06:09] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  516. # [06:10] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  517. # [06:10] * Quits: TYLin (TYLin@moz-1B6A29B8.dynamic.kbronet.com.tw) (Quit: TYLin)
  518. # [06:11] * Joins: TYLin (TYLin@moz-1B6A29B8.dynamic.kbronet.com.tw)
  519. # [06:13] * Joins: marco (Adium@moz-B768A8FA.hsd1.ca.comcast.net)
  520. # [06:20] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  521. # [06:21] * Quits: marco (Adium@moz-B768A8FA.hsd1.ca.comcast.net) (Quit: Leaving.)
  522. # [06:22] * Quits: capella-s32 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Quit: Talk atcha later)
  523. # [06:22] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  524. # [06:23] * Quits: TYLin (TYLin@moz-1B6A29B8.dynamic.kbronet.com.tw) (Quit: TYLin)
  525. # [06:25] * Joins: TYLin (TYLin@moz-1B6A29B8.dynamic.kbronet.com.tw)
  526. # [06:25] * Quits: TYLin (TYLin@moz-1B6A29B8.dynamic.kbronet.com.tw) (Quit: TYLin)
  527. # [06:31] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Quit: )
  528. # [06:32] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  529. # [06:32] * Joins: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP)
  530. # [06:33] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  531. # [06:34] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  532. # [06:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/08c5b02a125e - Bobby Holley - Bug 1042436 - Always enter the wrapper's compartment before invoking SilentFailure. r=gabor
  533. # [06:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/84bf42618416 - Bobby Holley - Bug 1042436 - Lowercase the "reason" param to SilentFailure. r=me
  534. # [06:37] * Quits: catalinb (catalinb@moz-62518563.mtv2.mozilla.com) (Quit: This computer has gone to sleep)
  535. # [06:37] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/c405f720f587 - Bobby Holley - Bug 1042436 - Warn once to the console when XrayWrappers deny access to an object. r=gabor,sr=smaug a=sylvestre
  536. # [06:38] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  537. # [06:40] * Quits: dougc (dougc@moz-69487BE2.lns20.mel4.internode.on.net) (Ping timeout)
  538. # [06:41] * Quits: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca) (Quit: victorporof)
  539. # [06:46] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  540. # [06:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f9825adf25c5 - Ryan VanderMeulen - Backed out changeset dc22b1e92554 (bug 1009648) for Windows debug shutdown crashes.
  541. # [06:46] * Joins: dougc (dougc@moz-69487BE2.lns20.mel4.internode.on.net)
  542. # [06:47] * Quits: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP) (Ping timeout)
  543. # [06:49] * Joins: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net)
  544. # [06:51] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  545. # [06:51] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  546. # [06:53] * Joins: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net)
  547. # [06:56] * Joins: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP)
  548. # [06:59] * Quits: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP) (Ping timeout)
  549. # [06:59] * Joins: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP)
  550. # [06:59] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  551. # [07:01] * Joins: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP)
  552. # [07:02] * ewong is now known as ewong|away
  553. # [07:04] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  554. # [07:05] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Quit: )
  555. # [07:05] * Joins: chmanchester (uid40111@moz-A42E5B7B.irccloud.com)
  556. # [07:07] * chmanchester is now known as chmanchester|afk
  557. # [07:08] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  558. # [07:09] * Joins: robertbindar (Thunderbir@moz-C722A5D3.hsd1.ca.comcast.net)
  559. # [07:10] * Quits: Optimizer (Optimizer@1BC64E48.4FD8C53D.BE4CF869.IP) (Ping timeout)
  560. # [07:12] * Joins: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net)
  561. # [07:17] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  562. # [07:19] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  563. # [07:20] * Joins: kgrandon (Adium@moz-9ECD3D3C.mycingular.net)
  564. # [07:22] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  565. # [07:24] * Joins: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net)
  566. # [07:25] * Quits: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net) (Ping timeout)
  567. # [07:27] * Joins: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net)
  568. # [07:30] * Quits: kgrandon (Adium@moz-9ECD3D3C.mycingular.net) (Quit: Leaving.)
  569. # [07:31] * Joins: kgrandon (Adium@moz-9ECD3D3C.mycingular.net)
  570. # [07:32] * Quits: kgrandon (Adium@moz-9ECD3D3C.mycingular.net) (Max SendQ exceeded)
  571. # [07:32] * Joins: kgrandon (Adium@moz-9ECD3D3C.mycingular.net)
  572. # [07:36] * Quits: mib_g161p7 (Mibbit@moz-129B47E5.b-ras1.pgs.portlaoise.eircom.net) (Quit: http://www.mibbit.com ajax IRC Client)
  573. # [07:36] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  574. # [07:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a8e3534959ba - Chris Peterson - Bug 950499 - Part 2: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit/x86. r=jandem
  575. # [07:50] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  576. # [07:51] * Quits: @roc (chatzilla@moz-F218BCC4.bng1.tvc.orcon.net.nz) (Ping timeout)
  577. # [07:51] * Joins: roc (chatzilla@moz-1F227D73.bng1.tvc.orcon.net.nz)
  578. # [07:51] * ChanServ sets mode: +o roc
  579. # [07:52] * stephend|afk is now known as stephend
  580. # [07:53] * Joins: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net)
  581. # [07:55] * Quits: kgrandon (Adium@moz-9ECD3D3C.mycingular.net) (Quit: Leaving.)
  582. # [08:01] * Joins: bogdan_maris (Instantbir@EAD7D6BC.3E5A2831.FB2DBB61.IP)
  583. # [08:04] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  584. # [08:04] * Joins: vignesh (vignesh.sh@BAF4CF29.CCAB8135.8B6C1D65.IP)
  585. # [08:05] * Joins: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net)
  586. # [08:07] * Quits: kgrandon (Adium@moz-2A1C3CC8.hsd1.ca.comcast.net) (Quit: Leaving.)
  587. # [08:08] * Quits: Jan\ (kvirc@BB6F9AED.7AD637E6.529AC0B9.IP) (Ping timeout)
  588. # [08:10] * Quits: morlunk (andrew@moz-7CB4AD92.vc.shawcable.net) (Client exited)
  589. # [08:10] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  590. # [08:12] * philor is now known as philor|away
  591. # [08:13] * Quits: arasbm (zooby@moz-A84A1B9A.ok.shawcable.net) (Ping timeout)
  592. # [08:19] * Joins: flod (flod@B24A55E.C75EE065.2CA42CD4.IP)
  593. # [08:23] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  594. # [08:24] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  595. # [08:29] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  596. # [08:31] * Quits: Waldo (waldo@moz-24157589.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 30.0/20140605102323])
  597. # [08:33] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  598. # [08:37] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  599. # [08:41] * Quits: Dagger (dagger@A0BD6C11.5E4D82A.5A1C986B.IP) (Ping timeout)
  600. # [08:42] * Joins: Jan\ (kvirc@CAAD85D8.3882B387.529AC0B9.IP)
  601. # [08:43] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  602. # [08:44] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  603. # [08:44] * Joins: Dagger (dagger@A0BD6C11.5E4D82A.5A1C986B.IP)
  604. # [08:45] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  605. # [08:47] * Quits: Jan\ (kvirc@CAAD85D8.3882B387.529AC0B9.IP) (Ping timeout)
  606. # [08:49] * Quits: drno (nohlmeier@moz-CCCF7F86.hsd1.ca.comcast.net) (Quit: drno)
  607. # [08:50] * Quits: bagder (daniel@234CB8D.5EA71235.B24D57A6.IP) (Ping timeout)
  608. # [08:51] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  609. # [08:51] * Quits: flod (flod@B24A55E.C75EE065.2CA42CD4.IP) (Quit: Leaving.)
  610. # [08:56] * Quits: bajaj-afk (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  611. # [08:58] * Joins: Optimizer (Instantbir@A62722F7.194A3B4B.EBA8E3F.IP)
  612. # [08:59] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  613. # [08:59] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  614. # [09:00] * Quits: vignesh (vignesh.sh@BAF4CF29.CCAB8135.8B6C1D65.IP) (Quit: vignesh)
  615. # [09:00] * Quits: Optimizer (Instantbir@A62722F7.194A3B4B.EBA8E3F.IP) (Ping timeout)
  616. # [09:00] * Joins: Optimizer (Instantbir@A62722F7.194A3B4B.EBA8E3F.IP)
  617. # [09:00] * Quits: Dagger (dagger@A0BD6C11.5E4D82A.5A1C986B.IP) (Ping timeout)
  618. # [09:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/89ab761e5816 - Erik Vold - Bug 1042239 creating a promise which resolves when the system has started r=Mossop
  619. # [09:02] * Joins: devlab (devlab@7393A5B1.AB5829E4.68E60D36.IP)
  620. # [09:04] * Quits: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  621. # [09:04] * Joins: Dagger (dagger@A0BD6C11.5E4D82A.5A1C986B.IP)
  622. # [09:06] * Joins: Jan\ (kvirc@1F066854.A025E05D.529AC0B9.IP)
  623. # [09:09] * Joins: techgaun (techgaun@B355110B.9A7E2C40.C00F85F8.IP)
  624. # [09:17] * Quits: techgaun (techgaun@B355110B.9A7E2C40.C00F85F8.IP) (Quit: FOSS enthusiast)
  625. # [09:23] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  626. # [09:25] * Joins: marco (Adium@moz-B768A8FA.hsd1.ca.comcast.net)
  627. # [09:30] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  628. # [09:31] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  629. # [09:31] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  630. # [09:32] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  631. # [09:32] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  632. # [09:32] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  633. # [09:33] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  634. # [09:33] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  635. # [09:33] * Joins: badescunicu (Thunderbir@EC002F0B.F83DACF9.320F75DD.IP)
  636. # [09:36] * Joins: gustavold (gustavold@moz-7C3264A3.fit.cvut.cz)
  637. # [09:36] * Joins: gustavold1 (gustavold@moz-7C3264A3.fit.cvut.cz)
  638. # [09:36] * Quits: gustavold (gustavold@moz-7C3264A3.fit.cvut.cz) (Connection reset by peer)
  639. # [09:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/33373d724284 - Chris Peterson - Backed out changeset a8e3534959ba for incorrect bug number
  640. # [09:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ee2ceee36816 - Chris Peterson - Bug 1036781 - Part 2: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit/x86. r=jandem
  641. # [09:42] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Input/output error)
  642. # [09:43] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  643. # [09:44] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  644. # [09:45] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  645. # [09:45] * Joins: Ms2ger (Ms2ger@moz-50B31977.adsl-dyn.isp.belgacom.be)
  646. # [09:45] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  647. # [09:45] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  648. # [09:46] * Quits: Optimizer (Instantbir@A62722F7.194A3B4B.EBA8E3F.IP) (Ping timeout)
  649. # [09:49] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  650. # [09:50] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  651. # [09:52] * Joins: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP)
  652. # [09:53] * Quits: gustavold1 (gustavold@moz-7C3264A3.fit.cvut.cz) (Quit: Leaving.)
  653. # [09:54] * Quits: amoghbl1 (Thunderbir@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  654. # [09:54] * Quits: myk (myk@moz-AC60788E.dsl.dynamic.sonic.net) (Ping timeout)
  655. # [09:55] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  656. # [09:56] * Quits: davispuh (quassel@CE5568AB.AEB760EF.D1BFA94D.IP) (Quit: No Ping reply in 180 seconds.)
  657. # [09:57] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  658. # [09:59] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Ping timeout)
  659. # [10:06] * Joins: yeukhon (yeukhon@moz-80CA2CBE.nyc.res.rr.com)
  660. # [10:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d93cdea2d530 - David Burns - Bug 1018904: Check we can remove a tab before trying to remove it in Marionette; r=mdas
  661. # [10:06] * Quits: yeukhon (yeukhon@moz-80CA2CBE.nyc.res.rr.com) (Quit: Leaving.)
  662. # [10:06] * Quits: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl) (Ping timeout)
  663. # [10:11] * Joins: Optimizer (Instantbir@A62722F7.194A3B4B.EBA8E3F.IP)
  664. # [10:13] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  665. # [10:15] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  666. # [10:15] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  667. # [10:16] * Quits: Optimizer (Instantbir@A62722F7.194A3B4B.EBA8E3F.IP) (Ping timeout)
  668. # [10:17] * Joins: mak (uid24946@moz-31ABA2C0.irccloud.com)
  669. # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/f4e527e22fa5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  670. # [10:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/794127573a6d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  671. # [10:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5327d2c8ee54 - Gijs Kruitbosch - Bug 1051066 - fix mochitest-chrome for single test runs, r=ted
  672. # [10:29] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  673. # [10:32] * Joins: Archaeopteryx (itsme@moz-C1327A9.cust.telecolumbus.net)
  674. # [10:32] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  675. # [10:33] * Quits: mwargers (mwargers@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Client exited)
  676. # [10:34] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  677. # [10:35] * Joins: Optimizer (Instantbir@A62722F7.194A3B4B.EBA8E3F.IP)
  678. # [10:35] * Joins: Sushant94 (Sushant@6C44FEC4.D6737344.D30E9BEF.IP)
  679. # [10:39] * Joins: koderok (koderok@AA3CF47A.B42E6C68.CEFA97FA.IP)
  680. # [10:39] * Quits: koderok (koderok@AA3CF47A.B42E6C68.CEFA97FA.IP) (Quit: koderok)
  681. # [10:40] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  682. # [10:44] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Quit: This computer has gone to sleep)
  683. # [10:50] * Quits: marco (Adium@moz-B768A8FA.hsd1.ca.comcast.net) (Quit: Leaving.)
  684. # [10:56] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  685. # [10:57] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  686. # [11:00] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  687. # [11:02] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  688. # [11:02] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  689. # [11:02] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  690. # [11:02] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  691. # [11:03] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  692. # [11:03] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  693. # [11:03] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  694. # [11:03] * whimboo|afk is now known as whimboo
  695. # [11:05] * Quits: Optimizer (Instantbir@A62722F7.194A3B4B.EBA8E3F.IP) (Ping timeout)
  696. # [11:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5f6f6ecf6399 - Matthew Noorenberghe - Bug 1048664 - Fallback to /favicon.ico if an imageDocument is too large to use as a tab icon. r=dao ui-r=phlsa
  697. # [11:12] * FuzzyFox|afk is now known as FuzzyFox
  698. # [11:13] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  699. # [11:14] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  700. # [11:14] * Joins: Honza (chatzilla@AD352C7D.6B021720.1475A184.IP)
  701. # [11:14] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  702. # [11:15] * FuzzyFox is now known as FuzzyFox|afk
  703. # [11:15] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  704. # [11:16] * Joins: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net)
  705. # [11:17] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  706. # [11:19] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  707. # [11:25] * Joins: GPHemsley (GPHemsley@2D083E5E.28E20060.4622F4A8.IP)
  708. # [11:26] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  709. # [11:27] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  710. # [11:29] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Ping timeout)
  711. # [11:32] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  712. # [11:33] * Quits: catalinb (catalinb@moz-CF8BEBEF.dia.static.qwest.net) (Quit: This computer has gone to sleep)
  713. # [11:34] * Joins: Bas (chatzilla@969455F7.A86EC307.3C4DE51F.IP)
  714. # [11:34] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  715. # [11:35] * Joins: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net)
  716. # [11:39] * Joins: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net)
  717. # [11:42] * Quits: devlab (devlab@7393A5B1.AB5829E4.68E60D36.IP) (Ping timeout)
  718. # [11:44] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  719. # [11:44] * mattwoodrow is now known as mattwoodrow|away
  720. # [11:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8b35df13bf69 - Hannes Verschore - Bug 1050884: Don't initialize MatchPairs when doing RegExp's, r=bhackett
  721. # [11:46] * Quits: Archaeopteryx (itsme@moz-C1327A9.cust.telecolumbus.net) (Quit: Goodbye)
  722. # [11:48] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  723. # [11:49] * Joins: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP)
  724. # [11:56] * Quits: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com) (Connection reset by peer)
  725. # [11:59] * Quits: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net) (Ping timeout)
  726. # [12:04] * Quits: Honza (chatzilla@AD352C7D.6B021720.1475A184.IP) (Ping timeout)
  727. # [12:06] * Joins: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com)
  728. # [12:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/a3309a50b037 - ffxbld - No bug, Automated HSTS preload list update from host bld-linux64-spot-033 - a=hsts-update
  729. # [12:09] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-esr24/rev/a4ab4b836dd6 - ffxbld - No bug, Automated blocklist update from host bld-linux64-spot-033 - a=blocklist-update
  730. # [12:09] * Quits: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net) (Ping timeout)
  731. # [12:10] * Quits: ckitching-mobile (ckitching-@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  732. # [12:10] * Quits: Bas (chatzilla@969455F7.A86EC307.3C4DE51F.IP) (Ping timeout)
  733. # [12:11] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/d5a045167411 - ffxbld - No bug, Automated HSTS preload list update from host bld-linux64-spot-011 - a=hsts-update
  734. # [12:11] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/2b99c804ac06 - ffxbld - No bug, Automated HPKP preload list update from host bld-linux64-spot-011 - a=hpkp-update
  735. # [12:11] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/40a97975dbc5 - ffxbld - No bug, Automated blocklist update from host bld-linux64-spot-011 - a=blocklist-update
  736. # [12:13] * Quits: six600110 (six600110@moz-F929FA2F.hsd1.il.comcast.net) (Client exited)
  737. # [12:14] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  738. # [12:14] * Quits: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP) (Ping timeout)
  739. # [12:16] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  740. # [12:17] * Joins: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP)
  741. # [12:18] * Quits: GPHemsley (GPHemsley@2D083E5E.28E20060.4622F4A8.IP) (Quit: This computer has gone to sleep)
  742. # [12:21] * Quits: mkaply (quassel@moz-D9FFB5E9.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  743. # [12:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/169929b7c3b8 - ffxbld - No bug, Automated HSTS preload list update from host bld-linux64-spot-095 - a=hsts-update
  744. # [12:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b9235301cb93 - ffxbld - No bug, Automated HPKP preload list update from host bld-linux64-spot-095 - a=hpkp-update
  745. # [12:21] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/e474ba8834f5 - ffxbld - No bug, Automated blocklist update from host bld-linux64-spot-095 - a=blocklist-update
  746. # [12:21] * Quits: jduell (jduell@moz-DA63D68D.hsd1.wa.comcast.net) (Ping timeout)
  747. # [12:22] * Joins: mkaply (quassel@moz-D9FFB5E9.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  748. # [12:22] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  749. # [12:25] * Quits: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP) (Ping timeout)
  750. # [12:25] * Quits: vladan (pi@765BFC49.B90458C2.57F33CED.IP) (Ping timeout)
  751. # [12:25] * Joins: vladan (pi@765BFC49.B90458C2.57F33CED.IP)
  752. # [12:31] * Joins: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP)
  753. # [12:31] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  754. # [12:31] * Quits: mkaply (quassel@moz-D9FFB5E9.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Quit: No Ping reply in 180 seconds.)
  755. # [12:31] * Joins: mkaply (quassel@moz-D9FFB5E9.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  756. # [12:36] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  757. # [12:37] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  758. # [12:41] * Quits: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP) (Quit: Leaving.)
  759. # [12:42] * Joins: mwargers (mwargers@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  760. # [12:44] * Quits: mwargers (mwargers@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  761. # [12:44] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  762. # [12:44] * Joins: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP)
  763. # [12:45] * Joins: sahil (sahilsaree@6BC93BAD.7E513525.4BFBD933.IP)
  764. # [12:46] * Quits: mt (mt@moz-62518563.mtv2.mozilla.com) (Ping timeout)
  765. # [12:46] * Quits: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP) (Ping timeout)
  766. # [12:46] <sahil> Im looking for a mentor for C++
  767. # [12:47] <sahil> Any small bugfix would be great
  768. # [12:47] <sahil> I saw http://www.joshmatthews.net/bugsahoy/?cpp=1&simple=1
  769. # [12:47] <sahil> But couldnt get anything there
  770. # [12:50] * Joins: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP)
  771. # [12:53] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  772. # [13:00] * Joins: Boriss (Boriss@460BEC5A.1F2B630C.52F0DA5.IP)
  773. # [13:00] * Quits: Boriss (Boriss@460BEC5A.1F2B630C.52F0DA5.IP) (Quit: Boriss)
  774. # [13:01] * Joins: Boriss (Boriss@460BEC5A.1F2B630C.52F0DA5.IP)
  775. # [13:03] * Quits: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP) (Ping timeout)
  776. # [13:03] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  777. # [13:04] * Joins: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch)
  778. # [13:13] * Quits: sahil (sahilsaree@6BC93BAD.7E513525.4BFBD933.IP) (Ping timeout)
  779. # [13:15] * Joins: vignesh (vignesh.sh@BAF4CF29.CCAB8135.8B6C1D65.IP)
  780. # [13:15] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  781. # [13:17] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  782. # [13:20] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  783. # [13:20] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  784. # [13:20] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  785. # [13:23] * Quits: vignesh (vignesh.sh@BAF4CF29.CCAB8135.8B6C1D65.IP) (Quit: vignesh)
  786. # [13:26] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  787. # [13:32] * Quits: mreavy|afk (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  788. # [13:32] * Joins: mreavy|afk (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  789. # [13:33] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  790. # [13:34] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  791. # [13:40] * Quits: badescunicu (Thunderbir@EC002F0B.F83DACF9.320F75DD.IP) (Quit: badescunicu)
  792. # [13:42] * Joins: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP)
  793. # [13:45] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  794. # [13:46] * Quits: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP) (Ping timeout)
  795. # [13:46] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  796. # [13:46] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  797. # [13:46] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  798. # [13:46] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  799. # [13:47] * Joins: devlab (devlab@7393A5B1.AB5829E4.68E60D36.IP)
  800. # [13:49] * Quits: devlab (devlab@7393A5B1.AB5829E4.68E60D36.IP) (Quit: WeeChat 0.4.2)
  801. # [13:49] * Joins: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP)
  802. # [13:50] * Joins: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com)
  803. # [13:51] * Quits: Optimizer (Optimizer@BA60FE9.E1DD1455.BE4CF869.IP) (Ping timeout)
  804. # [13:52] * Joins: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net)
  805. # [13:53] * Joins: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP)
  806. # [13:56] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  807. # [13:59] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  808. # [14:02] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  809. # [14:02] * Quits: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP) (Ping timeout)
  810. # [14:05] * Joins: Jackneill (Jackneill@moz-DCC01E02.pool.digikabel.hu)
  811. # [14:06] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  812. # [14:07] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  813. # [14:08] * Joins: vicamo (vicamo@moz-C45D75B6.hinet-ip.hinet.net)
  814. # [14:09] * Joins: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP)
  815. # [14:11] * Joins: Optimizer (Optimizer@987C8EF0.699B57E7.BE4CF869.IP)
  816. # [14:11] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  817. # [14:11] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  818. # [14:13] * Quits: vicamo (vicamo@moz-C45D75B6.hinet-ip.hinet.net) (Quit: vicamo)
  819. # [14:13] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  820. # [14:14] * Joins: mikeratcliffe1 (Adium@5D34D6A6.502429B6.137FEB2B.IP)
  821. # [14:14] * Quits: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP) (Connection reset by peer)
  822. # [14:14] * Joins: vicamo (vicamo@moz-C45D75B6.hinet-ip.hinet.net)
  823. # [14:14] * Joins: GPHemsley (GPHemsley@4199F6D.6D05AE68.4802DE8C.IP)
  824. # [14:15] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  825. # [14:15] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  826. # [14:15] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  827. # [14:16] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  828. # [14:16] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  829. # [14:16] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  830. # [14:16] * Joins: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP)
  831. # [14:16] * Quits: mikeratcliffe1 (Adium@5D34D6A6.502429B6.137FEB2B.IP) (Connection reset by peer)
  832. # [14:16] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  833. # [14:17] * Quits: Boriss (Boriss@460BEC5A.1F2B630C.52F0DA5.IP) (Quit: Boriss)
  834. # [14:19] * Quits: mikeratcliffe (Adium@5D34D6A6.502429B6.137FEB2B.IP) (Ping timeout)
  835. # [14:19] * Joins: mikeratcliffe (Adium@6B41FE3D.AD1925ED.7CCB197A.IP)
  836. # [14:20] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  837. # [14:27] * Quits: dougc (dougc@moz-69487BE2.lns20.mel4.internode.on.net) (Ping timeout)
  838. # [14:28] * Quits: mmcdonough (Martin@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  839. # [14:30] * Joins: timdream (timdream@moz-3040CB17.dynamic.hinet.net)
  840. # [14:34] * Joins: mwargers (mwargers@moz-D71D5DF5.lightspeed.sntcca.sbcglobal.net)
  841. # [14:36] * Quits: mwargers (mwargers@moz-D71D5DF5.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  842. # [14:40] * Quits: bc|bbl (bc@454BDC37.1D5E8529.AC69809B.IP) (Quit: leaving)
  843. # [14:40] * Quits: Sushant94 (Sushant@6C44FEC4.D6737344.D30E9BEF.IP) (Quit: Leaving)
  844. # [14:42] * Joins: dougc (dougc@moz-69487BE2.lns20.mel4.internode.on.net)
  845. # [14:45] * Quits: Optimizer (Optimizer@987C8EF0.699B57E7.BE4CF869.IP) (Ping timeout)
  846. # [14:47] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  847. # [14:48] * FuzzyFox|afk is now known as FuzzyFox
  848. # [14:49] * FuzzyFox is now known as FuzzyFox|afk
  849. # [14:50] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  850. # [14:54] * Joins: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP)
  851. # [14:55] * Joins: RealRaven (Thunderbir@C026A458.9DE71CD4.C3498625.IP)
  852. # [14:57] * Joins: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at)
  853. # [14:58] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  854. # [14:59] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  855. # [15:00] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Ping timeout)
  856. # [15:00] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  857. # [15:06] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Ping timeout)
  858. # [15:07] * Joins: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net)
  859. # [15:07] * Quits: GPHemsley (GPHemsley@4199F6D.6D05AE68.4802DE8C.IP) (Quit: This computer has gone to sleep)
  860. # [15:09] * Quits: jib (Jan-Ivar@moz-7F15DAD2.dyn.optonline.net) (Quit: jib)
  861. # [15:11] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  862. # [15:11] * Joins: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP)
  863. # [15:12] * Joins: arky (arky@1139ABBF.9CD878FC.60FBBC47.IP)
  864. # [15:12] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  865. # [15:13] * Joins: gustavold (gustavold@B551D6A6.D6E3C606.A371049.IP)
  866. # [15:14] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  867. # [15:14] * Joins: PiresFelix (Leonardo@moz-C2CC7FD6.bsaco701.dsl.brasiltelecom.net.br)
  868. # [15:17] * Quits: ckitching (ckitching@moz-C722A5D3.hsd1.ca.comcast.net) (Ping timeout)
  869. # [15:20] * Quits: ddamjano (Instantbir@A074343D.2D0EA32F.497CF541.IP) (Ping timeout)
  870. # [15:23] * ewong|sleep is now known as ewong
  871. # [15:25] * Joins: tonymec (tonymec@40DEE24E.76E7E992.277517C1.IP)
  872. # [15:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0d22e48a9501 - Hannes Verschore - Bug 1050884: Fix includes, r=red
  873. # [15:27] * Quits: arky (arky@1139ABBF.9CD878FC.60FBBC47.IP) (Quit: Leaving)
  874. # [15:27] * Quits: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP) (Ping timeout)
  875. # [15:28] * Joins: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP)
  876. # [15:29] * Quits: tonymec (tonymec@40DEE24E.76E7E992.277517C1.IP) (Ping timeout)
  877. # [15:32] <nemo> http://www.phoronix.com/scan.php?page=news_item&px=MTc1ODY I guess that's the same thing that Firefox is adding…
  878. # [15:33] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  879. # [15:33] <nemo> only p'raps w/o the sandbox?
  880. # [15:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a51faeb82d8 - Sylvestre Ledru - Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher
  881. # [15:36] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  882. # [15:37] * Joins: Morris (Morris@moz-F32AF9D0.dynamic-ip.hinet.net)
  883. # [15:37] * Quits: Morris (Morris@moz-F32AF9D0.dynamic-ip.hinet.net) (Quit: Morris)
  884. # [15:39] * Quits: jkitch (Thunderbir@moz-1D34406A.lns21.adl2.internode.on.net) (Ping timeout)
  885. # [15:40] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  886. # [15:41] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  887. # [15:48] * Joins: tonymec (tonymec@40DEE24E.76E7E992.277517C1.IP)
  888. # [15:49] * Quits: timdream (timdream@moz-3040CB17.dynamic.hinet.net) (Quit: timdream)
  889. # [15:49] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  890. # [15:56] * Joins: twi (Adium@moz-D2B68162.cust.vodafonedsl.it)
  891. # [15:59] * Joins: Dwight_Stegall (YIM@moz-33CD92E2.client.mchsi.com)
  892. # [16:00] * Quits: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net) (Ping timeout)
  893. # [16:02] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  894. # [16:03] * Quits: Dwight_Stegall (YIM@moz-33CD92E2.client.mchsi.com) (Quit: Later! :))
  895. # [16:04] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Ping timeout)
  896. # [16:08] * FuzzyFox|afk is now known as FuzzyFox
  897. # [16:10] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  898. # [16:10] * Joins: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net)
  899. # [16:11] * Joins: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net)
  900. # [16:15] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  901. # [16:16] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  902. # [16:16] * philor|away is now known as philor
  903. # [16:17] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Ping timeout)
  904. # [16:22] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6f0a6a5bcf47 - Georg Fritzsche - Bug 1048793 - Skip CertUtils checks as we changed providers and PublicKeyPinningService already provides them. r=mmc, a=sledru
  905. # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/7aa9781a3758 - Georg Fritzsche - Bug 1048793 - Skip CertUtils checks as we changed providers and PublicKeyPinningService already provides them. r=mmc, a=sledru
  906. # [16:24] * FuzzyFox is now known as FuzzyFox|afk
  907. # [16:26] * Joins: yzen (yzen@moz-F62769B5.cpe.pppoe.ca)
  908. # [16:28] * Joins: timdream (timdream@moz-3040CB17.dynamic.hinet.net)
  909. # [16:28] * Joins: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net)
  910. # [16:29] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  911. # [16:30] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  912. # [16:32] * Quits: timdream (timdream@moz-3040CB17.dynamic.hinet.net) (Quit: timdream)
  913. # [16:38] * Joins: Archaeopteryx (itsme@moz-C1327A9.cust.telecolumbus.net)
  914. # [16:42] * Quits: mbest (Instantbir@moz-A4790F2F.dsl.bell.ca) (Ping timeout)
  915. # [16:42] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  916. # [16:43] * Quits: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP) (Ping timeout)
  917. # [16:44] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  918. # [16:46] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  919. # [16:46] * Joins: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca)
  920. # [16:46] * Joins: Btya (chatzilla@moz-C9FDB7A2.fbx.proxad.net)
  921. # [16:48] * Quits: yzen (yzen@moz-F62769B5.cpe.pppoe.ca) (Ping timeout)
  922. # [16:49] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  923. # [16:50] * Quits: vicamo (vicamo@moz-C45D75B6.hinet-ip.hinet.net) (Quit: vicamo)
  924. # [16:53] * Joins: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP)
  925. # [16:56] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  926. # [16:59] * Quits: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP) (Ping timeout)
  927. # [16:59] * Joins: miticander (miticander@moz-389EE3C.cust.dsl.teletu.it)
  928. # [17:01] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  929. # [17:02] * Quits: twi (Adium@moz-D2B68162.cust.vodafonedsl.it) (Connection reset by peer)
  930. # [17:05] * Joins: bbondy_ (bbondy@moz-E2815EB6.home.cgocable.net)
  931. # [17:06] * Joins: twi (Adium@moz-56783FE5.cust.vodafonedsl.it)
  932. # [17:07] * Joins: drexler (drexler@moz-2EA23C6F.hsd1.vt.comcast.net)
  933. # [17:08] * Joins: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP)
  934. # [17:10] * Joins: squib (squib@moz-FD68D6B2.dhcp.mdsn.wi.charter.com)
  935. # [17:10] * Quits: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net) (Ping timeout)
  936. # [17:11] * Quits: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP) (Ping timeout)
  937. # [17:13] * drexler is now known as drexler|afk
  938. # [17:13] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  939. # [17:13] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  940. # [17:14] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  941. # [17:14] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  942. # [17:15] * Quits: RealRaven (Thunderbir@C026A458.9DE71CD4.C3498625.IP) (Ping timeout)
  943. # [17:16] * Joins: RealRaven (Thunderbir@2F3CBAE5.50CFDD29.C3498625.IP)
  944. # [17:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/26966c20ff41 - Jessica Jong - Bug 1043114 - Part 1: Unify add/removeHostRoute and add/removeHostRouteWithResolve (idl). f=vchang, r=edgar
  945. # [17:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/4c9a84e17a87 - Jessica Jong - Bug 1043114 - Part 2: Unify add/removeHostRoute and add/removeHostRouteWithResolve (NetworkManager). r=edgar
  946. # [17:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/78e367a4f48c - Jessica Jong - Bug 1043114 - Part 3.1: Unify add/removeHostRoute and add/removeHostRouteWithResolve (NetworkService). r=edgar
  947. # [17:17] * Quits: ggp (ggp@moz-1716CDE0.dsl.telesp.net.br) (Connection reset by peer)
  948. # [17:17] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/e88173c0ff1c - Jessica Jong - Bug 1043114 - Part 3.2: Remove unused NetworkParams and refine comments. r=edgar, r=smaug
  949. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/48f9248343cb - Jessica Jong - Bug 1043114 - Part 4: Unify add/removeHostRoute and add/removeHostRouteWithResolve (NetworkUtils). r=edgar
  950. # [17:18] * FuzzyFox|afk is now known as FuzzyFox
  951. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/f4e527e22fa5 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  952. # [17:18] * Joins: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP)
  953. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/794127573a6d - B2G Bumper Bot - Bumping manifests a=b2g-bump
  954. # [17:18] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/6d0b525bdd34 - Ryan VanderMeulen - Merge b2g-inbound to m-c. a=merge
  955. # [17:18] * Joins: ggp (ggp@moz-1716CDE0.dsl.telesp.net.br)
  956. # [17:18] * Joins: tetsuharu (tetsuharu@moz-AFBF19E1.net119083042.t-com.ne.jp)
  957. # [17:19] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  958. # [17:19] * Quits: mak (uid24946@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  959. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/89ab761e5816 - Erik Vold - Bug 1042239 creating a promise which resolves when the system has started r=Mossop
  960. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/5327d2c8ee54 - Gijs Kruitbosch - Bug 1051066 - fix mochitest-chrome for single test runs, r=ted
  961. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/5f6f6ecf6399 - Matthew Noorenberghe - Bug 1048664 - Fallback to /favicon.ico if an imageDocument is too large to use as a tab icon. r=dao ui-r=phlsa
  962. # [17:19] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/8613e0929f20 - Ryan VanderMeulen - Merge fx-team to m-c. a=merge
  963. # [17:20] * Quits: cpeterson (cpeterson@C2D407F1.48079CAC.42BCAFEB.IP) (Ping timeout)
  964. # [17:20] * Quits: bbondy_ (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  965. # [17:20] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  966. # [17:20] * Joins: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP)
  967. # [17:20] * Joins: mak (uid24946@moz-31ABA2C0.irccloud.com)
  968. # [17:21] * Joins: mwargers (mwargers@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  969. # [17:21] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  970. # [17:21] * ChanServ sets mode: +ao dbaron dbaron
  971. # [17:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=ad8cb646fad6 - 16 changesets
  972. # [17:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d400055c9999 - Bill McCloskey - Bug 1046964 - Delete the "missing return statement" warning (r=Waldo)
  973. # [17:24] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  974. # [17:26] * Quits: chmanchester|afk (uid40111@moz-A42E5B7B.irccloud.com) (Quit: )
  975. # [17:26] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=ad8cb646fad6 - 93 changesets
  976. # [17:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=ad8cb646fad6 - 101 changesets
  977. # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=ad8cb646fad6 - 105 changesets
  978. # [17:28] * FuzzyFox is now known as FuzzyFox|afk
  979. # [17:28] * Quits: tetsuharu (tetsuharu@moz-AFBF19E1.net119083042.t-com.ne.jp) (Quit: )
  980. # [17:28] * Joins: tetsuharu (tetsuharu@moz-AFBF19E1.net119083042.t-com.ne.jp)
  981. # [17:30] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  982. # [17:30] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  983. # [17:30] * Quits: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net) (Ping timeout)
  984. # [17:30] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  985. # [17:30] * Quits: twi (Adium@moz-56783FE5.cust.vodafonedsl.it) (Ping timeout)
  986. # [17:31] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  987. # [17:31] * Joins: twi (Adium@moz-56783FE5.cust.vodafonedsl.it)
  988. # [17:31] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  989. # [17:31] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Max SendQ exceeded)
  990. # [17:31] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  991. # [17:31] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  992. # [17:33] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  993. # [17:34] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  994. # [17:36] * Quits: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP) (Ping timeout)
  995. # [17:38] * Joins: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net)
  996. # [17:38] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  997. # [17:39] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  998. # [17:39] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  999. # [17:40] * Quits: RealRaven (Thunderbir@2F3CBAE5.50CFDD29.C3498625.IP) (Ping timeout)
  1000. # [17:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/792b068b7805 - Julien Levesy - Bug 1025445 - Propagate MFloor truncation upward. r=nbp, r=sunfish
  1001. # [17:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/37df1d58af4a - Julien Levesy - Bug 1025445 - Optimize x86 visitFloor using RangeAnalysis. r=nbp, r=sunfish
  1002. # [17:40] * Joins: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP)
  1003. # [17:41] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1004. # [17:41] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Ping timeout)
  1005. # [17:41] * Joins: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net)
  1006. # [17:43] * Quits: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net) (Ping timeout)
  1007. # [17:46] * philor is now known as philor|away
  1008. # [17:47] * Joins: victorporof_ (victorporo@moz-2B9735D0.dsl.bell.ca)
  1009. # [17:48] * Quits: victorporof (victorporo@moz-2B9735D0.dsl.bell.ca) (Ping timeout)
  1010. # [17:50] * Quits: joshua-s (Thunderbir@moz-5163B549.syrcny.east.verizon.net) (Ping timeout)
  1011. # [17:50] * Quits: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net) (Ping timeout)
  1012. # [17:52] * Quits: miticander (miticander@moz-389EE3C.cust.dsl.teletu.it) (Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140715214327])
  1013. # [17:53] * Joins: joshua-s (Thunderbir@moz-6C8880F0.syrcny.east.verizon.net)
  1014. # [17:53] * Quits: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net) (Quit: nope.avi)
  1015. # [17:55] * Joins: Sushant94 (Sushant@1132F2A2.291C4AD1.D30E9BEF.IP)
  1016. # [17:55] * hwine-ooo is now known as hwine
  1017. # [17:57] * Joins: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net)
  1018. # [17:57] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1019. # [17:57] <stefanh> It's not that anyone here happens to have a machine with an early release of OS X 10.7, like 10.7.0 or 10.7.1?
  1020. # [17:58] * Joins: RealRaven (Thunderbir@2F3CBAE5.50CFDD29.C3498625.IP)
  1021. # [17:58] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  1022. # [17:59] * Quits: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net) (Ping timeout)
  1023. # [17:59] * Quits: Sushant94 (Sushant@1132F2A2.291C4AD1.D30E9BEF.IP) (Ping timeout)
  1024. # [17:59] * Joins: Sushant94 (Sushant@1132F2A2.291C4AD1.D30E9BEF.IP)
  1025. # [18:02] * Joins: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net)
  1026. # [18:03] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1027. # [18:04] * Joins: thinker (user@moz-48E6B050.dynamic.kbronet.com.tw)
  1028. # [18:04] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1029. # [18:05] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1030. # [18:06] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  1031. # [18:10] * Joins: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp)
  1032. # [18:13] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  1033. # [18:13] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Quit: NO CARRIER)
  1034. # [18:14] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1035. # [18:14] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Client exited)
  1036. # [18:16] * Joins: timdream (timdream@moz-3040CB17.dynamic.hinet.net)
  1037. # [18:18] * hwine REMINDER - Trees bumpy ~1600 (now)-1900 UTC for bug 1048340
  1038. # [18:18] * Quits: mwargers (mwargers@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Client exited)
  1039. # [18:18] * Joins: mwargers (mwargers@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1040. # [18:18] * Quits: timdream (timdream@moz-3040CB17.dynamic.hinet.net) (Quit: timdream)
  1041. # [18:19] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1042. # [18:20] * Quits: mwargers (mwargers@moz-9601219C.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1043. # [18:21] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1044. # [18:21] * Quits: drexler|afk (drexler@moz-2EA23C6F.hsd1.vt.comcast.net) (Ping timeout)
  1045. # [18:22] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Quit: Talk atcha later)
  1046. # [18:22] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  1047. # [18:28] * Joins: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net)
  1048. # [18:29] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  1049. # [18:29] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  1050. # [18:29] * Joins: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net)
  1051. # [18:30] * Joins: mwargers (mwargers@moz-9601219C.lightspeed.sntcca.sbcglobal.net)
  1052. # [18:31] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Ping timeout)
  1053. # [18:32] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1054. # [18:35] <nigelb> ryanvm is hiding and sheriffing :D
  1055. # [18:37] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  1056. # [18:38] * Quits: tetsuharu (tetsuharu@moz-AFBF19E1.net119083042.t-com.ne.jp) (Input/output error)
  1057. # [18:42] * Joins: timdream (timdream@moz-3040CB17.dynamic.hinet.net)
  1058. # [18:45] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Input/output error)
  1059. # [18:45] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1060. # [18:46] * Joins: mconley (mconley@moz-FBB7D102.cable.teksavvy.com)
  1061. # [18:46] * Quits: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net) (Ping timeout)
  1062. # [18:46] * stefanh is now known as stefanh|away
  1063. # [18:47] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1064. # [18:47] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1065. # [18:47] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1066. # [18:47] * Quits: mconley (mconley@moz-FBB7D102.cable.teksavvy.com) (Ping timeout)
  1067. # [18:48] * Quits: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP) (Quit: )
  1068. # [18:49] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1069. # [18:49] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1070. # [18:50] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1071. # [18:50] * ChanServ sets mode: +o smaug
  1072. # [18:50] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1073. # [18:51] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1074. # [18:51] * Joins: efaust (efaust@moz-84ACC2F0.hsd1.ca.comcast.net)
  1075. # [18:52] * Quits: RealRaven (Thunderbir@2F3CBAE5.50CFDD29.C3498625.IP) (Quit: RealRaven)
  1076. # [18:52] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1077. # [18:52] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1078. # [18:53] * Joins: RealRaven (Thunderbir@2F3CBAE5.50CFDD29.C3498625.IP)
  1079. # [18:54] * Joins: abwillis (abwillis@moz-575F971F.beyondbb.com)
  1080. # [18:54] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1081. # [18:54] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1082. # [18:55] * Joins: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com)
  1083. # [18:55] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  1084. # [18:56] * Quits: abwillis (abwillis@moz-575F971F.beyondbb.com) (Ping timeout)
  1085. # [18:56] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1086. # [18:56] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1087. # [18:57] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1088. # [18:57] * Quits: masayuki (Thunderbir@moz-7765A755.zaq.ne.jp) (Ping timeout)
  1089. # [18:58] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1090. # [18:58] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1091. # [18:58] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1092. # [18:59] * Quits: gustavold (gustavold@B551D6A6.D6E3C606.A371049.IP) (Quit: Leaving.)
  1093. # [18:59] * Quits: timdream (timdream@moz-3040CB17.dynamic.hinet.net) (Quit: timdream)
  1094. # [18:59] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1095. # [19:00] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1096. # [19:00] * Joins: KKDeep (kkdEEP@FF5F462A.600BC3FC.5296A3D0.IP)
  1097. # [19:00] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  1098. # [19:01] * hwine is now known as hwine-coffee
  1099. # [19:01] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1100. # [19:01] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1101. # [19:02] * Joins: abwillis (abwillis@moz-575F971F.beyondbb.com)
  1102. # [19:02] * abwillis is now known as undefined
  1103. # [19:02] * Quits: Edgar (Thunderbir@moz-B99B5DE.dynamic.hinet.net) (Ping timeout)
  1104. # [19:03] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  1105. # [19:03] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  1106. # [19:03] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1107. # [19:03] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1108. # [19:03] * Joins: jviereck03 (Adium@moz-E8EB1928.ethz.ch)
  1109. # [19:04] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1110. # [19:04] * Joins: chmanchester (chmanchest@63CA6098.1EB7376C.ECED8BE3.IP)
  1111. # [19:05] * Quits: abr (anonymous@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Quit: abr)
  1112. # [19:05] * chmanchester is now known as chmanchester|afk
  1113. # [19:05] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1114. # [19:05] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1115. # [19:06] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1116. # [19:06] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1117. # [19:08] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  1118. # [19:08] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1119. # [19:08] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1120. # [19:10] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1121. # [19:10] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1122. # [19:10] * FuzzyFox|afk is now known as FuzzyFox
  1123. # [19:12] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1124. # [19:12] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1125. # [19:12] * Quits: Archaeopteryx (itsme@moz-C1327A9.cust.telecolumbus.net) (Quit: Goodbye)
  1126. # [19:14] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1127. # [19:14] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1128. # [19:15] * Joins: tetsuharu (tetsuharu@moz-AFBF19E1.net119083042.t-com.ne.jp)
  1129. # [19:15] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1130. # [19:15] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1131. # [19:21] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  1132. # [19:22] * khuey|away is now known as khuey
  1133. # [19:23] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1134. # [19:23] * FuzzyFox is now known as FuzzyFox|afk
  1135. # [19:24] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1136. # [19:24] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1137. # [19:24] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1138. # [19:26] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1139. # [19:26] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1140. # [19:27] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1141. # [19:28] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1142. # [19:28] * Joins: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP)
  1143. # [19:29] * Quits: mak (uid24946@moz-31ABA2C0.irccloud.com) (Quit: Connection closed for inactivity)
  1144. # [19:29] * Joins: yeukhon (yeukhon@moz-80CA2CBE.nyc.res.rr.com)
  1145. # [19:29] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1146. # [19:30] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1147. # [19:30] * Quits: jviereck03 (Adium@moz-E8EB1928.ethz.ch) (Quit: Leaving.)
  1148. # [19:31] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1149. # [19:31] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1150. # [19:32] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  1151. # [19:32] * Joins: shorlander- (shorlander@moz-26B8EBF6.swo.res.rr.com)
  1152. # [19:33] * Quits: shorlander (shorlander@moz-26B8EBF6.swo.res.rr.com) (Ping timeout)
  1153. # [19:33] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Connection reset by peer)
  1154. # [19:33] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1155. # [19:33] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1156. # [19:35] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1157. # [19:35] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1158. # [19:36] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  1159. # [19:36] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1160. # [19:36] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1161. # [19:37] * Quits: undefined (abwillis@moz-575F971F.beyondbb.com) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.14/20140621130907])
  1162. # [19:37] * Joins: abwillis (abwillis@moz-575F971F.beyondbb.com)
  1163. # [19:37] * abwillis is now known as undefined
  1164. # [19:38] * hwine-coffee is now known as hwine
  1165. # [19:38] * Joins: abr (anonymous@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1166. # [19:38] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1167. # [19:38] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1168. # [19:39] * Quits: emtwo (Adium@moz-F26BF92.cpe.net.cable.rogers.com) (Quit: Leaving.)
  1169. # [19:39] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1170. # [19:40] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1171. # [19:40] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1172. # [19:41] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Connection reset by peer)
  1173. # [19:42] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1174. # [19:42] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1175. # [19:43] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1176. # [19:44] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1177. # [19:44] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1178. # [19:45] * Quits: tetsuharu (tetsuharu@moz-AFBF19E1.net119083042.t-com.ne.jp) (Connection reset by peer)
  1179. # [19:45] * Quits: mreavy|afk (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Connection reset by peer)
  1180. # [19:45] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1181. # [19:45] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1182. # [19:45] * Quits: abr (anonymous@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (Ping timeout)
  1183. # [19:46] * Quits: dmajor (dmajor@34E8ECDF.DC2C3734.616A18A6.IP) (Connection reset by peer)
  1184. # [19:46] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  1185. # [19:46] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  1186. # [19:46] * Quits: joshua-s (Thunderbir@moz-6C8880F0.syrcny.east.verizon.net) (Ping timeout)
  1187. # [19:46] * Joins: dmajor (dmajor@34E8ECDF.DC2C3734.616A18A6.IP)
  1188. # [19:46] * Quits: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com) (Ping timeout)
  1189. # [19:46] * Quits: dougt (dougt@moz-A89CF36B.vesrv.com) (Ping timeout)
  1190. # [19:46] * Quits: mattwoodrow|away (mattwoodro@E694B989.C81322BA.467F5724.IP) (Ping timeout)
  1191. # [19:46] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1192. # [19:46] * Quits: IRCMonkey44404 (nihsanulla@moz-6A023467.bstnma.fios.verizon.net) (Ping timeout)
  1193. # [19:46] * Quits: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP) (Ping timeout)
  1194. # [19:46] * Quits: heycam|away (cam@moz-1D84C1DF.mcc.id.au) (Ping timeout)
  1195. # [19:46] * Quits: yvan (quassel@moz-EE24132A.members.linode.com) (Ping timeout)
  1196. # [19:46] * Quits: pauljt (quassel@moz-6FBA75C0.members.linode.com) (Ping timeout)
  1197. # [19:46] * Quits: fox2mike (shyam@moz-8DDA37AB.fox2mike.net) (Ping timeout)
  1198. # [19:46] * Quits: rillian (giles@moz-29D892D2.osuosl.org) (Ping timeout)
  1199. # [19:46] * Quits: qDot (qdot@moz-82DD3414.typefuck.com) (Ping timeout)
  1200. # [19:46] * Quits: derf (derf@moz-540E4229.washdc.fios.verizon.net) (Ping timeout)
  1201. # [19:47] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  1202. # [19:47] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  1203. # [19:47] * Quits: jcranmer|away (cranmer2@moz-6281AE26.cs.illinois.edu) (Ping timeout)
  1204. # [19:47] * Quits: mhoye (mhoye@moz-C14EAE67.vs.heavycomputing.ca) (Ping timeout)
  1205. # [19:47] * Quits: richardus (richardus@943B7871.9ECB3C64.C2880E1D.IP) (Ping timeout)
  1206. # [19:47] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  1207. # [19:47] * Quits: gw280 (george@moz-C9A0C9A6.gwright.org.uk) (Ping timeout)
  1208. # [19:47] * Quits: jesup (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  1209. # [19:47] * Quits: michal (michal@moz-93EA2B69.net.upcbroadband.cz) (Ping timeout)
  1210. # [19:47] * Quits: pulsebot (pulsebot@moz-A7EC6E08.us-west-2.compute.amazonaws.com) (Ping timeout)
  1211. # [19:47] * Quits: fitzgen (fitzgen@moz-6A559194.members.linode.com) (Ping timeout)
  1212. # [19:47] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Connection reset by peer)
  1213. # [19:47] * Quits: glandium (glandium@moz-F378FF15.aichi.ocn.ne.jp) (Ping timeout)
  1214. # [19:47] * Quits: mzz (marienz@moz-70518B0A.marienz.net) (Ping timeout)
  1215. # [19:47] * Joins: mreavy|afk (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  1216. # [19:47] * Joins: abr (anonymous@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  1217. # [19:47] * Quits: _AtilA_ (atila@236D5953.D5C47087.BB273CC6.IP) (Ping timeout)
  1218. # [19:47] * Quits: trevorh (trevor@moz-2FEECE46.lns2.cht.bigpond.net.au) (Ping timeout)
  1219. # [19:47] * Quits: humph (dave@moz-E0B198AD.senecac.on.ca) (Ping timeout)
  1220. # [19:47] * Joins: JosiahOne (Instantbir@7912D21F.B4AB1501.FBFCF6A6.IP)
  1221. # [19:47] * Quits: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP) (Ping timeout)
  1222. # [19:47] * Quits: @dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net) (Ping timeout)
  1223. # [19:47] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1224. # [19:47] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1225. # [19:47] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1226. # [19:47] * Quits: stuart (pavlov@elise.pavlov.net) (Ping timeout)
  1227. # [19:48] <@khuey> I'm not smart enough to tag comments in bugzilla
  1228. # [19:48] * Joins: IRCMonkey44404 (nihsanulla@moz-6A023467.bstnma.fios.verizon.net)
  1229. # [19:48] * Joins: yvan (quassel@moz-EE24132A.members.linode.com)
  1230. # [19:48] * Joins: pauljt (quassel@moz-6FBA75C0.members.linode.com)
  1231. # [19:49] * Joins: joshua-s (Thunderbir@moz-6C8880F0.syrcny.east.verizon.net)
  1232. # [19:49] * Joins: jrgill (jrgill@moz-4F5F20D2.stny.res.rr.com)
  1233. # [19:49] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1234. # [19:49] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1235. # [19:49] * Joins: tetsuharu (tetsuharu@moz-AFBF19E1.net119083042.t-com.ne.jp)
  1236. # [19:49] * Quits: Swatinem (swatinem@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  1237. # [19:50] * Joins: rillian (giles@moz-29D892D2.osuosl.org)
  1238. # [19:50] * Joins: fox2mike (shyam@C62C4188.66A0454.467F5724.IP)
  1239. # [19:50] * Joins: derf (derf@moz-540E4229.washdc.fios.verizon.net)
  1240. # [19:50] * Joins: mattwoodrow|away (mattwoodro@E694B989.C81322BA.467F5724.IP)
  1241. # [19:50] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1242. # [19:50] * Joins: gw280 (george@moz-C9A0C9A6.gwright.org.uk)
  1243. # [19:50] * Joins: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at)
  1244. # [19:50] * mattwoodrow|away is now known as mattwoodrow
  1245. # [19:50] * Joins: _AtilA_ (atila@236D5953.D5C47087.BB273CC6.IP)
  1246. # [19:51] * Joins: humph (dave@43D5BDC3.61587D70.1139E686.IP)
  1247. # [19:51] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  1248. # [19:51] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1249. # [19:51] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1250. # [19:51] * Joins: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com)
  1251. # [19:52] * Joins: pulsebot (pulsebot@moz-A7EC6E08.us-west-2.compute.amazonaws.com)
  1252. # [19:52] * Joins: fitzgen (fitzgen@moz-6A559194.members.linode.com)
  1253. # [19:52] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1254. # [19:52] * Joins: glandium (glandium@moz-F378FF15.aichi.ocn.ne.jp)
  1255. # [19:52] * Joins: stuart (pavlov@moz-9E3E12EC.off.net)
  1256. # [19:52] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1257. # [19:53] * stuart is now known as IRCMonkey32171
  1258. # [19:53] * Joins: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP)
  1259. # [19:53] * Joins: qDot (qdot@moz-82DD3414.typefuck.com)
  1260. # [19:53] * Joins: ericjung (ericjung@6AD971D0.2858E7A5.E141FD9.IP)
  1261. # [19:53] * Joins: mzz (marienz@moz-70518B0A.marienz.net)
  1262. # [19:53] * Joins: dougt (dougt@moz-A89CF36B.vesrv.com)
  1263. # [19:54] * Joins: michal (michal@moz-93EA2B69.net.upcbroadband.cz)
  1264. # [19:54] * Joins: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP)
  1265. # [19:54] * Joins: trevorh (trevor@moz-2FEECE46.lns2.cht.bigpond.net.au)
  1266. # [19:54] * Joins: jesup (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  1267. # [19:54] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1268. # [19:54] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1269. # [19:54] * Joins: dbaron (dbaron@moz-6F4D2D12.dsl.dynamic.sonic.net)
  1270. # [19:54] * ChanServ sets mode: +ao dbaron dbaron
  1271. # [19:55] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1272. # [19:56] * Joins: GPHemsley (GPHemsley@5CC2C1F8.B094C519.A973A616.IP)
  1273. # [19:56] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1274. # [19:56] * Joins: jcranmer|away (cranmer2@moz-6281AE26.cs.illinois.edu)
  1275. # [19:56] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1276. # [19:56] * Joins: richardus (richardus@943B7871.9ECB3C64.C2880E1D.IP)
  1277. # [19:56] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  1278. # [19:57] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  1279. # [19:57] * Quits: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch) (Ping timeout)
  1280. # [19:57] * Quits: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at) (Ping timeout)
  1281. # [19:57] * Joins: mhoye (mhoye@moz-C14EAE67.vs.heavycomputing.ca)
  1282. # [19:58] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1283. # [19:58] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1284. # [19:58] * Quits: _wirepair (x@A47A082.A8766A52.57EA9BED.IP) (Ping timeout)
  1285. # [19:58] * Quits: @roc (chatzilla@moz-1F227D73.bng1.tvc.orcon.net.nz) (Ping timeout)
  1286. # [19:59] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Ping timeout)
  1287. # [19:59] * Joins: Swatinem (Instantbir@moz-C3348152.dynamic.surfer.at)
  1288. # [19:59] * Joins: sir_none (Thunderbir@moz-E98CDE3D.dclient.hispeed.ch)
  1289. # [20:00] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1290. # [20:00] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1291. # [20:01] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1292. # [20:01] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1293. # [20:02] * Joins: _wirepair (x@A47A082.A8766A52.57EA9BED.IP)
  1294. # [20:02] * Joins: roc (chatzilla@moz-1F227D73.bng1.tvc.orcon.net.nz)
  1295. # [20:02] * ChanServ sets mode: +o roc
  1296. # [20:03] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1297. # [20:03] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1298. # [20:03] * ewong is now known as ewong|sleep
  1299. # [20:04] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1300. # [20:05] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1301. # [20:05] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1302. # [20:06] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Quit: Leaving.)
  1303. # [20:07] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1304. # [20:07] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1305. # [20:08] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  1306. # [20:09] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1307. # [20:09] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1308. # [20:10] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1309. # [20:11] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1310. # [20:12] * Quits: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  1311. # [20:12] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1312. # [20:12] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1313. # [20:14] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1314. # [20:14] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1315. # [20:15] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1316. # [20:16] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1317. # [20:17] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1318. # [20:17] * ChanServ sets mode: +o smaug
  1319. # [20:17] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1320. # [20:17] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1321. # [20:19] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1322. # [20:19] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1323. # [20:21] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1324. # [20:21] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1325. # [20:22] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  1326. # [20:23] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1327. # [20:23] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1328. # [20:23] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1329. # [20:23] * Quits: ewong|sleep (chatzilla@moz-8777076B.netvigator.com) (Ping timeout)
  1330. # [20:23] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1331. # [20:23] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1332. # [20:24] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1333. # [20:24] * Joins: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch)
  1334. # [20:24] * Joins: ewong|sleep (chatzilla@moz-8777076B.netvigator.com)
  1335. # [20:24] * Joins: Archaeopteryx (itsme@moz-C1327A9.cust.telecolumbus.net)
  1336. # [20:25] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1337. # [20:25] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1338. # [20:25] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  1339. # [20:26] * Quits: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP) (Quit: This computer has gone to sleep)
  1340. # [20:26] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1341. # [20:26] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1342. # [20:28] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1343. # [20:28] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1344. # [20:30] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1345. # [20:30] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1346. # [20:30] * Quits: jrmuizel (jrmuizel@moz-4896AE87.cpe.teksavvy.com) (Client exited)
  1347. # [20:31] * Quits: @smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi) (Ping timeout)
  1348. # [20:32] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1349. # [20:32] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1350. # [20:33] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1351. # [20:34] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1352. # [20:35] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1353. # [20:35] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1354. # [20:37] * Quits: rskalish (rskalish@30703031.30118382.337D5089.IP) (Quit: Leaving)
  1355. # [20:37] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1356. # [20:37] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1357. # [20:37] * Joins: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP)
  1358. # [20:38] <RattyAway> NeilAway: what does this mean?
  1359. # [20:38] <RattyAway> Sun Aug 10 2014 02:33:55
  1360. # [20:38] <RattyAway> Error: chrome://navigator/content/navigator.xul : Unable to run script because scripts are blocked internally
  1361. # [20:39] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1362. # [20:39] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1363. # [20:40] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1364. # [20:41] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1365. # [20:41] <GPHemsley> ctalbert: ping?
  1366. # [20:42] <RattyAway> This appears to be Bug 1050358 - chrome://browser/content/browser.xul : Unable to run script because scripts are currently blocked
  1367. # [20:42] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1368. # [20:42] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1369. # [20:44] * undefined is now known as abwillis
  1370. # [20:44] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1371. # [20:44] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1372. # [20:46] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1373. # [20:46] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1374. # [20:46] * Quits: abwillis (abwillis@moz-575F971F.beyondbb.com) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.14/20140621130907])
  1375. # [20:47] * Joins: abwillis (abwillis@moz-575F971F.beyondbb.com)
  1376. # [20:47] * abwillis is now known as undefined
  1377. # [20:47] * undefined is now known as abwillis
  1378. # [20:48] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1379. # [20:48] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1380. # [20:48] * Quits: abwillis (abwillis@moz-575F971F.beyondbb.com) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.14/20140621130907])
  1381. # [20:48] * Joins: abwillis (abwillis@moz-575F971F.beyondbb.com)
  1382. # [20:48] * abwillis is now known as undefined
  1383. # [20:49] * Quits: undefined (abwillis@moz-575F971F.beyondbb.com) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.14/20140621130907])
  1384. # [20:49] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1385. # [20:49] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1386. # [20:50] * Joins: rbarnes (rbarnes@moz-5E1F5C28.washdc.fios.verizon.net)
  1387. # [20:51] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1388. # [20:51] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1389. # [20:52] * Joins: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP)
  1390. # [20:53] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1391. # [20:53] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1392. # [20:54] * Quits: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com) (Quit: Talk atcha later)
  1393. # [20:55] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1394. # [20:55] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1395. # [20:57] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1396. # [20:57] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1397. # [20:58] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1398. # [20:58] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1399. # [21:00] * Quits: twi (Adium@moz-56783FE5.cust.vodafonedsl.it) (Ping timeout)
  1400. # [21:00] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1401. # [21:00] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1402. # [21:01] * Joins: twi (Adium@moz-56783FE5.cust.vodafonedsl.it)
  1403. # [21:01] * Quits: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP) (Quit: This computer has gone to sleep)
  1404. # [21:02] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1405. # [21:02] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1406. # [21:04] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1407. # [21:04] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1408. # [21:05] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1409. # [21:05] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1410. # [21:06] * Quits: Anupkumar (uid16774@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  1411. # [21:07] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1412. # [21:07] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1413. # [21:07] * Quits: mikeratcliffe (Adium@6B41FE3D.AD1925ED.7CCB197A.IP) (Quit: Leaving.)
  1414. # [21:09] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1415. # [21:09] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1416. # [21:10] * Joins: Optimizer1 (Instantbir@7372DF76.219BBA7C.BE90E62C.IP)
  1417. # [21:10] * Quits: shorlander- (shorlander@moz-26B8EBF6.swo.res.rr.com) (Quit: )
  1418. # [21:10] * Quits: Optimizer1 (Instantbir@7372DF76.219BBA7C.BE90E62C.IP) (Quit: bye :))
  1419. # [21:11] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1420. # [21:11] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1421. # [21:11] * Quits: jviereck03 (Adium@moz-7859BAFE.dclient.hispeed.ch) (Quit: Leaving.)
  1422. # [21:13] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1423. # [21:13] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1424. # [21:14] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1425. # [21:15] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1426. # [21:15] * hwine is now known as hwine|afk
  1427. # [21:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8a02f9834dea - Ryan VanderMeulen - Backed out changesets 37df1d58af4a and 792b068b7805 (bug 1025445) for Gaia unit test failures.
  1428. # [21:16] * Joins: jviereck03 (Adium@moz-C29C2CBC.dclient.hispeed.ch)
  1429. # [21:16] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  1430. # [21:16] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1431. # [21:16] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1432. # [21:17] * Joins: capella-s3 (capella-s3@moz-3A08EE5.twcny.res.rr.com)
  1433. # [21:18] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1434. # [21:18] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1435. # [21:20] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1436. # [21:20] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1437. # [21:20] * Joins: mikeratcliffe (Adium@6B41FE3D.AD1925ED.7CCB197A.IP)
  1438. # [21:20] * Quits: Sushant94 (Sushant@1132F2A2.291C4AD1.D30E9BEF.IP) (Quit: Leaving)
  1439. # [21:20] * Quits: mikeratcliffe (Adium@6B41FE3D.AD1925ED.7CCB197A.IP) (Quit: Leaving.)
  1440. # [21:21] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1441. # [21:21] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1442. # [21:22] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1443. # [21:23] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1444. # [21:23] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1445. # [21:24] * Quits: gabor (gabor@moz-A306842C.dip0.t-ipconnect.de) (Client exited)
  1446. # [21:25] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1447. # [21:25] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1448. # [21:25] * Joins: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP)
  1449. # [21:27] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1450. # [21:27] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1451. # [21:28] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1452. # [21:28] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1453. # [21:29] * FuzzyFox|afk is now known as FuzzyFox
  1454. # [21:29] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  1455. # [21:30] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1456. # [21:30] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1457. # [21:31] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1458. # [21:32] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1459. # [21:32] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1460. # [21:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0014a5d007a5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1461. # [21:34] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1462. # [21:34] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1463. # [21:34] * Joins: sylvain (scleymans@moz-CF8BEBEF.dia.static.qwest.net)
  1464. # [21:35] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1465. # [21:35] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  1466. # [21:36] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1467. # [21:37] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1468. # [21:37] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1469. # [21:39] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1470. # [21:39] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1471. # [21:40] * FuzzyFox is now known as FuzzyFox|afk
  1472. # [21:41] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1473. # [21:41] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1474. # [21:42] * Joins: badescunicu (Thunderbir@EC002F0B.F83DACF9.320F75DD.IP)
  1475. # [21:43] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1476. # [21:43] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1477. # [21:43] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1478. # [21:44] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1479. # [21:44] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1480. # [21:45] * Joins: smaug (chatzilla@moz-38C5B03.elisa-laajakaista.fi)
  1481. # [21:45] * ChanServ sets mode: +o smaug
  1482. # [21:46] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1483. # [21:46] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1484. # [21:48] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1485. # [21:48] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1486. # [21:48] * Joins: db48x (user@moz-D73DD897.dsl.static.sonic.net)
  1487. # [21:50] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1488. # [21:50] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1489. # [21:52] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1490. # [21:52] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1491. # [21:53] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1492. # [21:53] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1493. # [21:54] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1494. # [21:55] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1495. # [21:55] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1496. # [21:55] * Quits: Ms2ger (Ms2ger@moz-50B31977.adsl-dyn.isp.belgacom.be) (Quit: nn)
  1497. # [21:55] * Quits: Archaeopteryx (itsme@moz-C1327A9.cust.telecolumbus.net) (Quit: Goodbye)
  1498. # [21:56] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1499. # [21:57] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1500. # [21:57] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1501. # [21:57] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1502. # [21:58] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1503. # [21:59] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1504. # [22:00] * hwine|afk is now known as hwine
  1505. # [22:00] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1506. # [22:00] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1507. # [22:01] * Quits: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: Leaving.)
  1508. # [22:01] * Quits: Shrooms (Shrooms@moz-B000DBF6.asm.bellsouth.net) (Ping timeout)
  1509. # [22:02] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1510. # [22:02] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1511. # [22:03] * Quits: db48x (user@moz-D73DD897.dsl.static.sonic.net) (Ping timeout)
  1512. # [22:04] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1513. # [22:04] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1514. # [22:06] * Joins: db48x (user@moz-D73DD897.dsl.static.sonic.net)
  1515. # [22:06] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1516. # [22:06] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1517. # [22:06] * Joins: Archaeopteryx (itsme@moz-C1327A9.cust.telecolumbus.net)
  1518. # [22:08] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1519. # [22:08] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1520. # [22:08] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Client exited)
  1521. # [22:08] * Joins: Mano (mano@moz-AB1853E1.red.bezeqint.net)
  1522. # [22:09] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1523. # [22:09] <@smaug> what is Mulet?
  1524. # [22:10] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1525. # [22:10] * Quits: Mano (mano@moz-AB1853E1.red.bezeqint.net) (Ping timeout)
  1526. # [22:11] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1527. # [22:11] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1528. # [22:13] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1529. # [22:13] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1530. # [22:13] <hub> smaug: the new "B2G desktop"
  1531. # [22:13] <hub> smaug: for development
  1532. # [22:14] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1533. # [22:14] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1534. # [22:15] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1535. # [22:15] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Ping timeout)
  1536. # [22:16] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1537. # [22:17] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1538. # [22:17] * hwine is now known as hwine-ooo
  1539. # [22:18] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1540. # [22:18] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1541. # [22:20] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1542. # [22:20] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1543. # [22:22] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1544. # [22:22] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1545. # [22:24] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1546. # [22:24] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1547. # [22:25] * Joins: arasbm (zooby@moz-7D3A41FE.eastlink.ca)
  1548. # [22:25] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1549. # [22:25] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1550. # [22:26] * Quits: jviereck03 (Adium@moz-C29C2CBC.dclient.hispeed.ch) (Quit: Leaving.)
  1551. # [22:27] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1552. # [22:27] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1553. # [22:29] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1554. # [22:29] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1555. # [22:31] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1556. # [22:31] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1557. # [22:32] * whimboo is now known as whimboo|afk
  1558. # [22:32] * FuzzyFox|afk is now known as FuzzyFox
  1559. # [22:32] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1560. # [22:32] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  1561. # [22:32] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1562. # [22:34] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1563. # [22:34] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1564. # [22:36] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1565. # [22:36] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1566. # [22:37] <@khuey> smaug: the replacement for b2g desktop
  1567. # [22:38] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1568. # [22:38] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1569. # [22:38] * vwls_ was kicked by khuey (fix your client)
  1570. # [22:40] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1571. # [22:40] <@smaug> k
  1572. # [22:41] * Joins: six600110 (six600110@moz-F929FA2F.hsd1.il.comcast.net)
  1573. # [22:41] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1574. # [22:41] * FuzzyFox is now known as FuzzyFox|afk
  1575. # [22:41] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1576. # [22:43] * Quits: automata (automata@BA48CF99.FA36B139.BB0EBA72.IP) (Quit: This computer has gone to sleep)
  1577. # [22:43] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1578. # [22:43] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1579. # [22:43] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1580. # [22:45] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1581. # [22:45] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1582. # [22:47] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1583. # [22:47] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1584. # [22:48] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1585. # [22:48] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1586. # [22:49] * Joins: harshit (uid25346@moz-E77DEB21.irccloud.com)
  1587. # [22:50] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1588. # [22:50] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1589. # [22:52] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1590. # [22:52] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Ping timeout)
  1591. # [22:52] * harshit is now known as gos
  1592. # [22:53] * Quits: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  1593. # [22:54] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1594. # [22:54] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1595. # [22:55] * Quits: arasbm (zooby@moz-7D3A41FE.eastlink.ca) (Quit: Leaving.)
  1596. # [22:55] * Joins: arasbm1 (zooby@moz-7D3A41FE.eastlink.ca)
  1597. # [22:55] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1598. # [22:56] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1599. # [22:56] * Joins: gustavold (gustavold@B551D6A6.D6E3C606.A371049.IP)
  1600. # [22:57] * Joins: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net)
  1601. # [22:57] * Joins: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com)
  1602. # [22:57] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1603. # [22:58] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  1604. # [22:59] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1605. # [22:59] * Quits: vwls_ (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1606. # [23:00] * Quits: arasbm1 (zooby@moz-7D3A41FE.eastlink.ca) (Ping timeout)
  1607. # [23:00] * Joins: rvid (textual@moz-9BAF7C87.hsd1.ca.comcast.net)
  1608. # [23:01] * Quits: vwls (vwls@moz-B27DC989.nyc.res.rr.com) (Connection reset by peer)
  1609. # [23:01] * Joins: vwls (vwls@moz-B27DC989.nyc.res.rr.com)
  1610. # [23:02] * vwls was kicked by smaug ((fix your client))
  1611. # [23:02] * Quits: twi (Adium@moz-56783FE5.cust.vodafonedsl.it) (No route to host)
  1612. # [23:02] * smaug sets mode: +b *!*@moz-B27DC989.nyc.res.rr.com
  1613. # [23:02] * Joins: twi (Adium@moz-56783FE5.cust.vodafonedsl.it)
  1614. # [23:03] * smaug sets mode: -b *!*@moz-55F67942.range86-148.btcentralplus.com
  1615. # [23:03] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/d400055c9999 - Bill McCloskey - Bug 1046964 - Delete the "missing return statement" warning (r=Waldo)
  1616. # [23:03] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/792b068b7805 - Julien Levesy - Bug 1025445 - Propagate MFloor truncation upward. r=nbp, r=sunfish
  1617. # [23:03] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/37df1d58af4a - Julien Levesy - Bug 1025445 - Optimize x86 visitFloor using RangeAnalysis. r=nbp, r=sunfish
  1618. # [23:03] * Quits: bajaj (bajaj_afk@moz-34BA18EC.hsd1.ca.comcast.net) (Quit: Leaving.)
  1619. # [23:03] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/8a02f9834dea - Ryan VanderMeulen - Backed out changesets 37df1d58af4a and 792b068b7805 (bug 1025445) for Gaia unit test failures.
  1620. # [23:03] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/365a67a55dac - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1621. # [23:03] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/557b33aa18ea - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1622. # [23:03] * smaug sets mode: -b *!*Sohbet@*.5E18A41C.49681177.IP
  1623. # [23:03] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/0014a5d007a5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1624. # [23:03] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/70be728521e3 - Ryan VanderMeulen - Merge b2g-inbound to m-c. a=merge
  1625. # [23:03] * smaug sets mode: -b *!*hunderbir@*.39E2D48A.C1371C9E.IP
  1626. # [23:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/d400055c9999 - Bill McCloskey - Bug 1046964 - Delete the "missing return statement" warning (r=Waldo)
  1627. # [23:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/792b068b7805 - Julien Levesy - Bug 1025445 - Propagate MFloor truncation upward. r=nbp, r=sunfish
  1628. # [23:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/37df1d58af4a - Julien Levesy - Bug 1025445 - Optimize x86 visitFloor using RangeAnalysis. r=nbp, r=sunfish
  1629. # [23:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8a02f9834dea - Ryan VanderMeulen - Backed out changesets 37df1d58af4a and 792b068b7805 (bug 1025445) for Gaia unit test failures.
  1630. # [23:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/70be728521e3 - Ryan VanderMeulen - Merge b2g-inbound to m-c. a=merge
  1631. # [23:04] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  1632. # [23:05] * Quits: bogdan_maris (Instantbir@EAD7D6BC.3E5A2831.FB2DBB61.IP) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1633. # [23:05] * Joins: bogdan_maris (Instantbir@EAD7D6BC.3E5A2831.FB2DBB61.IP)
  1634. # [23:09] * Quits: RattyAway (Jim_diGriz@8F2B84D7.587715E1.FB243CD8.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.0.15pre/20110606000022])
  1635. # [23:10] * Quits: Jackneill (Jackneill@moz-DCC01E02.pool.digikabel.hu) (Input/output error)
  1636. # [23:16] * Joins: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net)
  1637. # [23:19] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1638. # [23:22] * Quits: Optimizer (Optimizer@E5645983.8DF90865.D2D1FAF0.IP) (Ping timeout)
  1639. # [23:23] * Joins: sicking (sicking@moz-9CC41BAE.hsd1.ca.comcast.net)
  1640. # [23:31] * Quits: tonymec (tonymec@40DEE24E.76E7E992.277517C1.IP) (Ping timeout)
  1641. # [23:31] * Joins: Optimizer (Optimizer@F7EAF1E1.7945B2B3.BE4CF869.IP)
  1642. # [23:36] * Quits: bbondy (bbondy@moz-E2815EB6.home.cgocable.net) (Client exited)
  1643. # [23:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cff7ed0ced43 - Bobby Holley - Bug 1026785 - Fix typo. r=me DONTBUILD
  1644. # [23:39] * Joins: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP)
  1645. # [23:39] * Quits: JosiahOne (Instantbir@7912D21F.B4AB1501.FBFCF6A6.IP) (Quit: dealloc)
  1646. # [23:40] * Quits: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  1647. # [23:42] * Quits: KKDeep (kkdEEP@FF5F462A.600BC3FC.5296A3D0.IP) (Client exited)
  1648. # [23:43] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1649. # [23:44] * Joins: marco (Adium@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1650. # [23:49] * Quits: @khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1651. # [23:49] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1652. # [23:49] * ChanServ sets mode: +o khuey
  1653. # [23:49] * Quits: bwc (Adium@9CA6B2B5.9820F418.60862D1D.IP) (Quit: Leaving.)
  1654. # [23:51] * Joins: ekr (Adium@moz-FAC44BDF.hfc.comcastbusiness.net)
  1655. # [23:52] * Joins: bbondy (bbondy@moz-E2815EB6.home.cgocable.net)
  1656. # [23:53] * mattwoodrow is now known as mattwoodrow|away
  1657. # [23:59] * Quits: jesup|mac (chatzilla@moz-50BE1A09.phlapa.fios.verizon.net) (Ping timeout)
  1658. # Session Close: Sun Aug 10 00:00:00 2014

The end :)