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

Options:

  1. # Session Start: Thu Nov 22 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:01] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  4. # [00:01] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  5. # [00:01] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  6. # [00:01] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  7. # [00:01] * Joins: josh (josh@moz-47F8A06D.hari.cable.virginmedia.com)
  8. # [00:02] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  9. # [00:02] * Joins: ivan (ivan@moz-531C3EC9.members.linode.com)
  10. # [00:02] <Waldo> gavin: actually wait a second, I don't think you'd be hitting that -- that constructor is explicit, so uint32_t nsKeyEvent::charCode shouldn't match the PRUnichar that would be char_type
  11. # [00:02] <Waldo> hmm
  12. # [00:03] <Waldo> unless I'm misunderstanding C++ explicit
  13. # [00:03] <Waldo> which is unlikely, but possible
  14. # [00:05] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Quit: Quitte)
  15. # [00:06] * lsblakk is now known as lsblakk|lunch
  16. # [00:06] * kmoir is now known as kmoir-afk
  17. # [00:06] <mounir> RyanVM: thanks :)
  18. # [00:06] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  19. # [00:06] <RyanVM> mounir: no problem :)
  20. # [00:06] * Joins: till_ (till@moz-D514AB9D.adsl.alicedsl.de)
  21. # [00:06] <anton> i am debugging an intermittent test timeout (js/devtools) and, right before the timeout, i see this in logs: "WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80040111: file ../../../../content/events/src/nsContentEventHandler.cpp, line 89 " what's the best way to get more info out of this?
  22. # [00:07] * Quits: till (till@moz-D514AB9D.adsl.alicedsl.de) (Ping timeout)
  23. # [00:08] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  24. # [00:08] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  25. # [00:09] * Quits: ekr (ekr@E3DBA7A2.10A53EE3.77834EAA.IP) (Quit: ekr)
  26. # [00:10] <mounir> RyanVM: by any chance, do you think you can land bug 805292? :)
  27. # [00:10] * Joins: ekr (ekr@E3DBA7A2.10A53EE3.77834EAA.IP)
  28. # [00:10] <decoder> espindola: do you have any idea what problem rillian might have here? http://pastebin.mozilla.org/1950599
  29. # [00:11] <RyanVM> mounir: sure, I'll be landing things piecemeal tonight/tomorrow
  30. # [00:11] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Quit: mkohler)
  31. # [00:11] <RyanVM> mounir: though I do remember seeing that one and not being sure about it based on the last comment
  32. # [00:12] * Parts: alice (alice@moz-7AFC61E8.bb.sky.com)
  33. # [00:12] * Joins: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch)
  34. # [00:13] * Joins: knelson (Adium@moz-C2EA051F.hsd1.ca.comcast.net)
  35. # [00:13] * Parts: knelson (Adium@moz-C2EA051F.hsd1.ca.comcast.net)
  36. # [00:13] * Quits: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net) (Ping timeout)
  37. # [00:13] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Ping timeout)
  38. # [00:13] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  39. # [00:14] <mounir> RyanVM: I can land the gaia patch
  40. # [00:14] * Joins: stephend (stephend@moz-E31CD2CB.mozilla.org)
  41. # [00:14] * till_ is now known as till
  42. # [00:15] * Joins: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net)
  43. # [00:16] * Joins: ehugg_ (chatzilla@moz-6D0FD3FC.cisco.com)
  44. # [00:16] <RyanVM> mounir: OK, just post the link to the bug when it's landed :)
  45. # [00:17] * Quits: ekr (ekr@E3DBA7A2.10A53EE3.77834EAA.IP) (Quit: ekr)
  46. # [00:17] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  47. # [00:17] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Client exited)
  48. # [00:18] <Waldo> anton: http://james-ross.co.uk/mozilla/misc/nserror is helpful for investigating result values
  49. # [00:18] <Waldo> anton: although note that one could just be a red herring, of course
  50. # [00:19] <anton> Waldo: thanks, will try
  51. # [00:20] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  52. # [00:20] <mounir> RyanVM: just merged the pull request
  53. # [00:20] * Quits: josh (josh@moz-47F8A06D.hari.cable.virginmedia.com) (Quit: josh)
  54. # [00:22] * sheeri is now known as sheeri-afk
  55. # [00:22] * mcote is now known as mcote|afk
  56. # [00:22] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Quit: Leaving)
  57. # [00:23] * Joins: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net)
  58. # [00:24] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/46430f63e85b - John Schoenick - Bug 800018 - Part 1 - Remove binding events from nsObjectLoadingContent. r=josh, a=akeybl
  59. # [00:24] * Joins: crypt (ccg-cteo@moz-44D86B1E.cisco.com)
  60. # [00:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/ce4d9f008712 - John Schoenick - Bug 548133 - Remove special handling for object 'pluginurl' param. r=dolske, r=josh, a=akeybl
  61. # [00:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0996d275581d - Timothy B. Terriberry - Bug 812847 - Validate Opus channel count. r=kinetik, a=akeybl
  62. # [00:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/b0daef321ada - David Keeler - Bug 800018 - Part 3 - Move plugin fallback events handling entirely to the front-end (Fennec). r=margaret, a=akeybl
  63. # [00:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/9b66328a0d4e - John Schoenick - Bug 800018 - Part 4 - Fix plugin fallback tests for new events. r=josh, a=akeybl
  64. # [00:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/fc9677f8a2f6 - John Schoenick - Bug 810494 - Don't show plugin errors for types we recognize but are not loading for another reason. r=josh, a=akeybl
  65. # [00:24] * Waldo stops commenting in this bug before someone snarks at him asking him if it's his blog
  66. # [00:24] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving)
  67. # [00:24] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/03f06a061206 - David Keeler - Bug 798237 - Add test for bug 797677. r=jaws, a=test-only
  68. # [00:24] * Quits: crypt (ccg-cteo@moz-44D86B1E.cisco.com) (Quit: crypt)
  69. # [00:25] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/fb81a128125d - John Schoenick - Bug 800018 - Part 2 - Move plugin fallback event handling entirely to the front end. r=jaws, a=akeybl
  70. # [00:25] * Quits: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net) (Client exited)
  71. # [00:28] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  72. # [00:28] <@khuey> Waldo: ping?
  73. # [00:28] <Waldo> khuey: pong
  74. # [00:29] <@khuey> Waldo: you have template-fu, correct?
  75. # [00:29] <Waldo> khuey: I can instantiate it for some cases, not all of them; go on
  76. # [00:29] * Waldo makes a bad joke
  77. # [00:29] * Quits: clokep (Instantbir@moz-5CAD64E3.nycmny.fios.verizon.net) (Ping timeout)
  78. # [00:30] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Quit: rlewis)
  79. # [00:31] <@khuey> Waldo: if I have a set of types, all of which have a function Foo, some of the form Foo(x), others of the form Foo(x,y), is it possible construct a template that makes them all appear to be of the form Something(x,y)?
  80. # [00:31] * armenzg is now known as armenzg_afk
  81. # [00:32] * Quits: berkerpeksag (berkerpeks@8B77CA0C.D8F230E2.BA04A6B2.IP) (Quit: WeeChat 0.3.7)
  82. # [00:32] <Waldo> khuey: not quite following; maybe a code pastebin would clarify?
  83. # [00:33] * Quits: armenzg_afk (armenzg@moz-E12D2055.dsl.bell.ca) (Input/output error)
  84. # [00:34] <@khuey> Waldo: http://pastebin.mozilla.org/1950627
  85. # [00:34] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  86. # [00:34] * stephend is now known as stephend|busy
  87. # [00:34] * heycam is now known as heycam|away
  88. # [00:35] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  89. # [00:35] * Joins: JeroenDeDauw1 (j@C5DF304.ABBCFC88.172227A7.IP)
  90. # [00:36] * Quits: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP) (Connection reset by peer)
  91. # [00:37] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  92. # [00:37] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  93. # [00:38] * Joins: kaie (kaie@moz-E0083C77.dip.t-dialin.net)
  94. # [00:38] <Waldo> khuey: something like http://pastebin.mozilla.org/1950632 maybe? (note that TypeTraits doesn't have IsSame right now, but it's trivial to add)
  95. # [00:39] <Waldo> well
  96. # [00:39] <Waldo> I guess A and B are sets of types, not specific types
  97. # [00:39] <Waldo> but there are ways to make this work
  98. # [00:39] * Quits: JeroenDeDauw1 (j@C5DF304.ABBCFC88.172227A7.IP) (Quit: Leaving.)
  99. # [00:39] <@khuey> hmm
  100. # [00:39] <kaie> I'm helping out to get something landed into beta. Is the blocking-basecamp flag in bug 757593 to land? Commit message "a=blocking-basecamp" will work?
  101. # [00:39] <Waldo> if they're non-single-element sets
  102. # [00:39] <kaie> ... sufficient ...
  103. # [00:40] <@khuey> kaie: yes
  104. # [00:40] <kaie> thx
  105. # [00:40] * Quits: Mossop (mossop@6303B85E.FDE27459.739380AF.IP) (Ping timeout)
  106. # [00:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7ae5ff606cf2 - Fabrice Desré - Bug 813828 - Allow chrome code to launch Web Activities [r=mounir]
  107. # [00:41] <@khuey> kaie: doesn't that need to land as part of an NSPR release?
  108. # [00:41] <@khuey> oh, the comments in the bug talk about that
  109. # [00:41] * Quits: espadrine (thaddee_ty@moz-AE30E677.dclient.lsne.ch) (Ping timeout)
  110. # [00:41] * @khuey shuts up now
  111. # [00:41] <kaie> khuey, wtc made a new NSPR release, that's what I'll land, NSPR_4_9_4_RTM
  112. # [00:42] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: rebooting)
  113. # [00:43] * Waldo silently amends his pastebin to http://pastebin.mozilla.org/1950643 so it'll actually work
  114. # [00:43] <kaie> sigh. I don't understand why my beta tree suddently contains all kinds of "?" files below testing/mozbase and python/blessings etc.
  115. # [00:43] <kaie> I guess I'll do hg revert --all, hg addremove, hg qnew, hg qpop, hg qdel
  116. # [00:44] * Quits: hub (hub@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  117. # [00:45] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121116143250])
  118. # [00:45] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  119. # [00:45] <@khuey> Waldo: thanks, I think I can hammer it out from there
  120. # [00:46] * Joins: Edgar (Thunderbir@moz-5D499F4D.dynamic.hinet.net)
  121. # [00:47] * Joins: Edgar1 (Thunderbir@moz-5D499F4D.dynamic.hinet.net)
  122. # [00:47] * Quits: rniwa (rniwa@moz-F7CDA726.sb.sd.cox.net) (Quit: rniwa)
  123. # [00:47] * Fallen is now known as Fallen|away
  124. # [00:48] * Quits: Edgar (Thunderbir@moz-5D499F4D.dynamic.hinet.net) (Ping timeout)
  125. # [00:48] * Joins: rniwa (rniwa@moz-F7CDA726.sb.sd.cox.net)
  126. # [00:49] * stephend|busy is now known as stephend
  127. # [00:49] * KaiRo is now known as KaiRo_away
  128. # [00:50] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/e0d2cead16d0 - Kai Engert - Land NSPR 4.9.4 RTM to fix Bug 757593 (PR_IntervalNow not monotonic), r=wtc, a=blocking-basecamp
  129. # [00:50] * jwir3 is now known as jwir3|away
  130. # [00:50] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  131. # [00:52] * Joins: gandalf (zbraniecki@9C603C9C.EC9B77B3.BA1A9BBA.IP)
  132. # [00:52] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  133. # [00:53] <espindola> decoder, is it linking with the c++ library?
  134. # [00:54] <espindola> decoder, $ readelf -sW /lib64/libstdc++.so.6 | grep __cxa_guard_release
  135. # [00:54] <espindola> 3255: 000000000005f3b0 65 FUNC GLOBAL DEFAULT 12 __cxa_guard_release@@CXXABI_1.3
  136. # [00:54] * Quits: gandalf (zbraniecki@9C603C9C.EC9B77B3.BA1A9BBA.IP) (Ping timeout)
  137. # [00:54] <decoder> rillian: ^^
  138. # [00:55] <tanvi> anyone undesrtand the difference between rootTreeItem and sameTypeRootTreeItem - https://mxr.mozilla.org/mozilla-central/source/docshell/base/nsIDocShellTreeItem.idl#65
  139. # [00:55] <tanvi> is rootTreeItem chrome? would an http iframe be the sameType as it's https parent?
  140. # [00:57] * geekboy is now known as geekboy|afk
  141. # [00:58] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  142. # [00:59] * Joins: gandalf (zbraniecki@moz-FEE214EF.tmodns.net)
  143. # [00:59] <biesi_> tanvi, correct on both
  144. # [00:59] <biesi_> tanvi, these are the types: https://mxr.mozilla.org/mozilla-central/source/docshell/base/nsIDocShellTreeItem.idl#35
  145. # [00:59] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  146. # [01:00] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  147. # [01:00] * Quits: edmorley|away (edmorley@88F51059.F3BBB17D.144F44FA.IP) (Quit: -> home)
  148. # [01:00] * juanb is now known as juanb|lunch
  149. # [01:01] * Joins: jgriffin_ (jgriffin@A5A0595A.66715431.D25A875A.IP)
  150. # [01:02] * Quits: Edgar1 (Thunderbir@moz-5D499F4D.dynamic.hinet.net) (Quit: Edgar1)
  151. # [01:02] * lsblakk|lunch is now known as lsblakk
  152. # [01:03] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Ping timeout)
  153. # [01:03] * jgriffin_ is now known as jgriffin
  154. # [01:03] <rillian> decoder, espindola: I've got one of those in /usr/lib/x86_64-linux-gnu/
  155. # [01:04] <tanvi> biesi_: thanks!
  156. # [01:04] <rillian> or espindola's location on fedora
  157. # [01:05] * bent is now known as bent|dinner
  158. # [01:06] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  159. # [01:07] * geekboy|afk is now known as geekboy
  160. # [01:07] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  161. # [01:07] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  162. # [01:08] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  163. # [01:13] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Ping timeout)
  164. # [01:14] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  165. # [01:16] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  166. # [01:16] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  167. # [01:17] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  168. # [01:17] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  169. # [01:18] * kmoir-afk is now known as kmoir
  170. # [01:20] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  171. # [01:20] <shu> who's the sheriff right now?
  172. # [01:21] <@gavin> what's the question beneath the question? :)
  173. # [01:21] <@gavin> we don't really have regularly scheduled sheriffs anymore
  174. # [01:21] <shu> need someone to r? a patch to unbust builds configured without --with-system-nspr
  175. # [01:21] * Quits: till (till@moz-D514AB9D.adsl.alicedsl.de) (Ping timeout)
  176. # [01:21] * Joins: till (till@moz-9C52FEBB.adsl.alicedsl.de)
  177. # [01:21] * Quits: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net) (Ping timeout)
  178. # [01:21] <@ehsan> where's the patch?
  179. # [01:21] <@gavin> isn't that most of our builds?
  180. # [01:21] <@gavin> is the tree red? :)
  181. # [01:22] <shu> ...i don't know how it's not red
  182. # [01:22] * Joins: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net)
  183. # [01:22] <shu> err, without --with-system-nspr for js shell only, sorry
  184. # [01:22] <shu> i imagine for building the browser nspr gets linked in somehow already, so it's not red
  185. # [01:22] <@gavin> ah
  186. # [01:22] <shu> patch is https://bug814233.bugzilla.mozilla.org/attachment.cgi?id=684221
  187. # [01:23] <@gavin> person who busted it isn't around?
  188. # [01:23] <shu> nmatsakis is at dinner i believe
  189. # [01:23] <@ehsan> shu: that doesn't seem very urgent... is it?
  190. # [01:23] <@ehsan> otherwise I'd ask for review as usual
  191. # [01:23] <shu> ehsan: no, i guess not. js shell builds don't burn the tree?
  192. # [01:23] <@ehsan> since the patch is not very trivial
  193. # [01:24] <mccr8> I think shell tests are hidden by default.
  194. # [01:24] <@ehsan> not the ones with --with-system-nspr
  195. # [01:24] <@gavin> ehsan: *without* --with-system-nspr
  196. # [01:24] <@gavin> but as mccr8 said those tests are proably hidden on the main trees
  197. # [01:24] <@ehsan> right
  198. # [01:24] <shu> ehsan, gavin: not urgent then, move along :)
  199. # [01:24] <@ehsan> cool
  200. # [01:25] <nmatsakis> ok back :)
  201. # [01:25] <nmatsakis> I guess i'll submit a patch to fix it up
  202. # [01:26] <nmatsakis> I didn't realize we didn't get to assume NSPR :)
  203. # [01:26] <nmatsakis> sorry...
  204. # [01:26] <shu> nmatsakis: i have a patch
  205. # [01:26] <nmatsakis> oh, I See
  206. # [01:26] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving)
  207. # [01:26] <nmatsakis> shu: you took the approach I didn't want to take :)
  208. # [01:27] <nmatsakis> but it's probably the best one...
  209. # [01:27] <Waldo> for bustage, you pretty much can land r=bustage, up til the point where people get fed up and back out all the things(tm) you landed
  210. # [01:27] * Quits: mshal (mshal@moz-D4BB027D.phlapa.fios.verizon.net) (Quit: leaving)
  211. # [01:27] <shu> nmatsakis: if you have a better approach feel free
  212. # [01:27] <shu> nmatsakis: i just did the quickest thing
  213. # [01:27] <Waldo> which is usually around two or three pushes total, depending how crazy the thing you've tried is
  214. # [01:27] <nmatsakis> shu: no, it's fine.
  215. # [01:27] <shu> Waldo: good to know
  216. # [01:27] <nmatsakis> shu: I hope that threadsafe goes away in any case.
  217. # [01:28] <Waldo> and of course you can back out first time around if you're not confident in your fix, too
  218. # [01:28] <nmatsakis> shu: thanks for patching it up, appreciate it.
  219. # [01:29] <shu> nmatsakis: sure np, mind pushing it?
  220. # [01:29] <nmatsakis> I don't have the rights
  221. # [01:29] <shu> oh doh
  222. # [01:29] <nmatsakis> I should request those at some point...
  223. # [01:29] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  224. # [01:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5593cd83590e - Till Schneidereit - Bug 784294 - Convert some array extras to self-hosted js implementations. r=Waldo
  225. # [01:29] <NeilAway> Jesse: I seem to recall smontagu tried and failed to make UTF-32 char events work a long time ago
  226. # [01:30] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  227. # [01:32] * Quits: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP) (Quit: RealRaven)
  228. # [01:32] * Joins: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP)
  229. # [01:32] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  230. # [01:33] * stephend is now known as stephend|afk
  231. # [01:34] * Quits: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP) (Quit: RealRaven)
  232. # [01:34] * Joins: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP)
  233. # [01:36] * AutomatedTester is now known as AutomatedTester|AFK
  234. # [01:37] <rillian> decoder: oddly, that particular error goes away if I remove '-s' from the make options.
  235. # [01:37] * Joins: knelson (Adium@moz-27BAB34D.dsl.pltn13.sbcglobal.net)
  236. # [01:38] <philor> nice, edmorley burned the shell builds a couple of days ago
  237. # [01:38] <philor> let's see how long it takes them to notice!
  238. # [01:38] * Parts: knelson (Adium@moz-27BAB34D.dsl.pltn13.sbcglobal.net)
  239. # [01:38] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/13be479858e4 - Bas Schouten - Bug 809178: Don't let the inactive layer manager keep a gfxContext alive. r=mattwoodrow a=lsblakk
  240. # [01:39] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/060374fbf9b8 - Matt Woodrow - Bug 805197 - Compute a region in LayerTreeInvalidation. r=roc a=akeybl
  241. # [01:40] * Quits: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP) (Quit: RealRaven)
  242. # [01:41] * Joins: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP)
  243. # [01:41] * Joins: Jesse_ (jruderman@2557E599.66715431.D25A875A.IP)
  244. # [01:41] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  245. # [01:41] * heycam|away is now known as heycam
  246. # [01:41] * Joins: clokep (Instantbir@moz-5CAD64E3.nycmny.fios.verizon.net)
  247. # [01:43] * Callek|buildduty is now known as Callek
  248. # [01:43] * geekboy is now known as geekboy|afk
  249. # [01:44] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  250. # [01:46] <Callek> philor: rs+=me for the fix in http://hg.mozilla.org/build/tools/file/tip/scripts/spidermonkey_builds/spidermonkey.sh if you want to push
  251. # [01:46] <Callek> should take effect as soon as you do push
  252. # [01:48] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  253. # [01:51] * Quits: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP) (Quit: RealRaven)
  254. # [01:51] * Joins: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP)
  255. # [01:51] * Quits: clokep (Instantbir@moz-5CAD64E3.nycmny.fios.verizon.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  256. # [01:51] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  257. # [01:51] <cjones> can anyone around give editbugs to ikumar@codeaurora.org?
  258. # [01:51] * Quits: espindola (espindola@moz-F4E858F3.dsl.teksavvy.com) (Quit: Ex-Chat)
  259. # [01:51] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  260. # [01:51] * ChanServ sets mode: +o smaug
  261. # [01:52] <Unfocused> gavin: ^
  262. # [01:54] <@ehsan> cjones: done
  263. # [01:55] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Quit: Lost terminal)
  264. # [01:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/39325f2d56b9 - Gregory Szorc - Bug 814075 - Remove reference to mach test, fix help usage; r=me
  265. # [01:56] <cjones> thanks ehsan
  266. # [01:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5a755dd85a35 - Ryan VanderMeulen - Merge m-c to inbound.
  267. # [01:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/20ec9014f220 - Ryan VanderMeulen - Merge the last PGO-green inbound changeset to m-c.
  268. # [01:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/37c36aa6f563 - Seth Fowler - Bug 813800 - Never revalidate data URIs. r=joe
  269. # [01:56] * Quits: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP) (Quit: RealRaven)
  270. # [01:57] * Joins: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP)
  271. # [01:57] * Boriss_afk is now known as Boriss
  272. # [01:58] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  273. # [01:58] <edwin> Who do I poke to get dxr.azillom updated? I'm finding it pretty useful but it's months out of date.
  274. # [02:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d6f7194f530f - Ehsan Akhgari - Bug 813637 - Let the compiler convert between the types, so that we don't end up with incorrect pointer math; r=cpearce
  275. # [02:00] * Joins: JazzBot (Mibbit@moz-1D1DBCF9.kc.res.rr.com)
  276. # [02:00] * ewong|away is now known as ewong
  277. # [02:00] <JazzBot> hello
  278. # [02:00] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  279. # [02:01] * juanb|lunch is now known as juanb
  280. # [02:01] <seth> edwin: #static
  281. # [02:01] <philor> Callek: sure, except that I'm at work, and then I'm packing, and then I'm driving
  282. # [02:02] * philor is now known as philor|away
  283. # [02:02] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  284. # [02:02] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (Quit: mkohler)
  285. # [02:03] <@ehsan> edwin: have you tried dxr.allizom.org?
  286. # [02:03] <@ehsan> that one gets updated from the github repo
  287. # [02:04] <JazzBot> I'm struggling to compile Aurora on linux
  288. # [02:04] <JazzBot> lol
  289. # [02:04] * Quits: gandalf (zbraniecki@moz-FEE214EF.tmodns.net) (Ping timeout)
  290. # [02:04] * Quits: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP) (Quit: RealRaven)
  291. # [02:04] <JazzBot> I feel like a newb all over :(
  292. # [02:04] * Joins: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP)
  293. # [02:04] * nthomas|away is now known as nthomas
  294. # [02:04] <edwin> ehsan: It's pretty out of date; not sure by how much -- the media stuff still has 'ns' prefixes, for example
  295. # [02:05] <JazzBot> can anyone here help me out?
  296. # [02:05] <@ehsan> oh, you're talking about the content...
  297. # [02:05] <@ehsan> edwin: try pinging mdas
  298. # [02:05] <@ehsan> don't know if she's around at this time though
  299. # [02:05] <@ehsan> (she doesn't seem to be)
  300. # [02:05] <jhammel> no, i think she signed off like half an hour ago or what not
  301. # [02:05] <@ehsan> right
  302. # [02:05] <RyanVM> philor: what are we calling this these days? https://tbpl.mozilla.org/php/getParsedLog.php?id=17257485&tree=Mozilla-Aurora
  303. # [02:06] <edwin> ehsan: Will do; thanks
  304. # [02:07] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  305. # [02:08] <@smaug> JazzBot: https://developer.mozilla.org/En/Linux_Build_Prerequisites
  306. # [02:08] * Quits: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP) (Quit: RealRaven)
  307. # [02:08] * Joins: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP)
  308. # [02:09] <@smaug> JazzBot: https://developer.mozilla.org/en-US/docs/Configuring_Build_Options and https://developer.mozilla.org/en-US/docs/Build_and_Install
  309. # [02:09] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  310. # [02:09] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  311. # [02:09] <JazzBot> smaug thanks!
  312. # [02:10] * Quits: RealRaven (Thunderbir@8EA4EDD5.44784521.C3498625.IP) (Quit: RealRaven)
  313. # [02:10] * Parts: heycam (cam@moz-1D84C1DF.mcc.id.au) (Leaving)
  314. # [02:10] * Joins: heycam (cam@moz-1D84C1DF.mcc.id.au)
  315. # [02:12] * Joins: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net)
  316. # [02:13] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  317. # [02:13] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Ping timeout)
  318. # [02:14] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  319. # [02:14] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  320. # [02:14] <cjones> RyanVM, suspicious looking xpcshell orange on your beta push
  321. # [02:14] <njn> anyone know of a website or firefox extension that uses ctypes a lot?
  322. # [02:14] <seth> something totally slipped my mind until just now
  323. # [02:15] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  324. # [02:15] <mbrubeck> njn: I don't think it's exposed to content so it'd have to be an extension...
  325. # [02:15] <seth> let's say you were using Firefox 16 on OS X Leopard
  326. # [02:15] <seth> Firefox 17 drops support for that
  327. # [02:15] <seth> will the updater update you to Firefox 17 on that platform?
  328. # [02:15] <seth> i think that happened to a friend of mine, and that seems wrong...
  329. # [02:15] <mbrubeck> seth: No, it should check the OS.
  330. # [02:15] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  331. # [02:16] <mbrubeck> You should file a bug if it upgraded a 10.5 user to Fx17
  332. # [02:16] <seth> mbrubeck: OK. i'll try to get more info from her about what happened, just to verify she didn't manually do the update for some reason
  333. # [02:16] * Joins: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP)
  334. # [02:17] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  335. # [02:18] * Joins: KWierso|Surface (~KWiersoSu@9219ADAB.F74F8F08.14D1B0B.IP)
  336. # [02:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ea05f68a0c2c - Michal Novotny - Bug 795897 - Force NSPR logging for cache module in release build, r=jduell
  337. # [02:19] * Quits: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net) (Ping timeout)
  338. # [02:20] * Quits: bnicholson|pto (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Quit: Leaving)
  339. # [02:21] * Quits: Jesse_ (jruderman@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  340. # [02:21] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  341. # [02:23] * Joins: philipp64|laptop (chatzilla@moz-19AF2DB8.ctcweb.net)
  342. # [02:25] * Quits: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net) (Ping timeout)
  343. # [02:26] * Joins: nhirata (anonymous@moz-6D599AA6.hsd1.ca.comcast.net)
  344. # [02:26] <RyanVM> gps: ping
  345. # [02:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/35d619dc1707 - Till Schneidereit - Bug 791850 - Cleanup of lazy script handling. r=bhackett
  346. # [02:28] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  347. # [02:29] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  348. # [02:30] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  349. # [02:31] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  350. # [02:32] <RyanVM> cjones: thanks, going to talk to gps about trying to fix it in place rather than backing that entire mess out
  351. # [02:33] <RyanVM> looks like something that should be fixable
  352. # [02:33] * philor|away is now known as philor
  353. # [02:35] <philor> RyanVM: bug 809240 for the --domwindow at the start of the Failed: 0 line
  354. # [02:36] <cjones> okiedokie
  355. # [02:36] <RyanVM> philor: thanks
  356. # [02:37] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/e86fe507414c - Chris Jones - Bug 813451: Update-available notifications don't get lost anymore, so the code from bug 801987 is no longer needed. r=marshall_law a=blocking-basecamp
  357. # [02:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/9bde641fc4d2 - Chris Jones - Bug 798694, part 3: Remove UA overrides from b2g product proper. r=fabrice a=blocking-basecamp
  358. # [02:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/92c4fe210eb9 - Chris Jones - Bug 799768: Only bother computing an invalid rect if it affects composition and enable omtc for X11 b2g builds. r=mattwoodrow a=blocking-basecamp
  359. # [02:37] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  360. # [02:39] * Quits: anton (anton@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  361. # [02:40] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  362. # [02:40] * bent|dinner is now known as bent
  363. # [02:41] * ewong is now known as ewong|away
  364. # [02:42] <RyanVM> cjones: OK, I know the problem on beta
  365. # [02:42] <RyanVM> looking into the best fix now
  366. # [02:42] <RyanVM> still planning to fix in place
  367. # [02:43] <cjones> k
  368. # [02:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/22f2faddc413 - Blake Kaplan - Bug 812717 - Use the correct nsISupports pointer. r=dougt
  369. # [02:43] <RyanVM> ok, it's broken because 792546 didn't land on fx18
  370. # [02:44] <RyanVM> i'm going to push that to beta a=test-only
  371. # [02:45] * Quits: kmoir (chatzilla@DFD4A584.2FE886BF.6816E6B7.IP) (Ping timeout)
  372. # [02:46] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  373. # [02:47] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  374. # [02:47] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  375. # [02:48] * aki is now known as aki|away
  376. # [02:50] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  377. # [02:51] * Quits: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  378. # [02:52] <JazzBot> i cheated.. I just added aurora's repository and let it update my older firefox binary version.. rather then compiling aurora.. in which I spent about 10 minutes trying to figure out how to compile aurora :p (i use linux)
  379. # [02:52] * Quits: jgriffin (jgriffin@A5A0595A.66715431.D25A875A.IP) (Quit: jgriffin)
  380. # [02:53] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  381. # [02:55] * Quits: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com) (Quit: Quit)
  382. # [02:55] * Joins: surkov (surkov@BB222503.6093351B.E17943EE.IP)
  383. # [02:57] <@smaug> Mook_as: using TR/ version of a spec o_O
  384. # [02:57] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  385. # [02:58] <Mook_as> smaug: meh, the relevant bit is in your version too. :p
  386. # [02:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/255d09298f9b - Chia-hung Tai - Bug 792330 - Add all WSP content types into WSP_WELL_KNOWN_CONTENT_TYPES; r=vyang
  387. # [02:58] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Quit: rlewis)
  388. # [02:58] <@smaug> Mook_as: TR/ is almost always the obsolete, no-one-cares version of a spec ;)
  389. # [02:58] <JazzBot> hey can I get involved with any development/debugging/testing?
  390. # [02:59] <@smaug> JazzBot: see topic
  391. # [02:59] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  392. # [02:59] <@smaug> JazzBot: #introduction might be a good place
  393. # [02:59] * mjschranz is now known as mjschranz_away
  394. # [03:00] <JazzBot> smaug, :p thanks will look
  395. # [03:00] <@smaug> JazzBot: but the answer is yes :)
  396. # [03:00] <JazzBot> sweet :)
  397. # [03:00] <@smaug> you can get involved
  398. # [03:00] * Joins: kmoir-afk (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  399. # [03:00] * Quits: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net) (Client exited)
  400. # [03:00] * Joins: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net)
  401. # [03:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/022aa215f343 - Bobby Holley - Bug 812415 - Use wrapperSubsumes rather than isChrome in XPCNativeWrapper.unwrap. r=mrbkap
  402. # [03:00] <JazzBot> I talked to the people at research and I didn't realize how open source Mozilla is
  403. # [03:01] <Mook_as> smaug: ah; I need to read more w3c specs... since I got confused by the lying year in the URL :p
  404. # [03:01] <@smaug> oh, indeed the year in the url is something almost random
  405. # [03:02] * philor is now known as philor|away
  406. # [03:02] * mjschranz_away is now known as mjschranz
  407. # [03:02] <@smaug> JazzBot: "how open source". Can open source be not so open source?
  408. # [03:03] <@smaug> but yes, Mozilla is very open organization in general
  409. # [03:03] <KWierso|Surface> smaug: android is open source, but big chunks of it are just code dumps
  410. # [03:03] <@smaug> indeed
  411. # [03:05] <JazzBot> IOS is the most open source program out there.. jk :p
  412. # [03:06] <KWierso|Surface> It has the abbreviation of "Open Source" right in the name!
  413. # [03:06] <rnewman|pto> RyanVM: yt?
  414. # [03:06] <RyanVM> rnewman|pto: yes
  415. # [03:06] <JazzBot> lol
  416. # [03:06] <rnewman|pto> how did you build the patch queue to uplift for FHR?
  417. # [03:07] <RyanVM> exported from m-c
  418. # [03:07] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  419. # [03:07] * ChanServ sets mode: +o roc
  420. # [03:07] <rnewman|pto> *phew*
  421. # [03:07] <rnewman|pto> did you get conflicts on beta?
  422. # [03:07] <RyanVM> rnewman: we're hitting a problem on beta, though
  423. # [03:07] <RyanVM> bug 792546 didn't land there
  424. # [03:07] <RyanVM> so we're getting xpcshell failures because it can't find logging.js
  425. # [03:07] <RyanVM> it doesn't look like 792546 is a trivial uplift either
  426. # [03:08] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  427. # [03:08] <rnewman|pto> no dependencies, at least
  428. # [03:08] <rnewman|pto> want me to try?
  429. # [03:08] <RyanVM> i'm working on it now, it's mostly mechanical bitrot
  430. # [03:09] <rnewman|pto> k, let me know if you want me to take over
  431. # [03:09] <RyanVM> it's either that or we change the tests on beta to reference the logging functions the old way (however that was)
  432. # [03:09] <RyanVM> do you have a preference?
  433. # [03:09] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  434. # [03:10] <rnewman|pto> uplifting would be clearer, I think
  435. # [03:10] <RyanVM> ok
  436. # [03:10] <RyanVM> i'll keep going then
  437. # [03:10] <rnewman|pto> I'm sure we're not done landing stuff that needs to hit b2g in beta
  438. # [03:10] <rnewman|pto> ta
  439. # [03:10] <RyanVM> and I think it's fair to call it a=test-only
  440. # [03:11] * Joins: clokep (Instantbir@moz-5CAD64E3.nycmny.fios.verizon.net)
  441. # [03:12] <rnewman|pto> :D
  442. # [03:13] * Quits: JazzBot (Mibbit@moz-1D1DBCF9.kc.res.rr.com) (Quit: http://www.mibbit.com ajax IRC Client)
  443. # [03:15] * Joins: findow (Mibbit@moz-1D1DBCF9.kc.res.rr.com)
  444. # [03:16] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  445. # [03:16] * findow is now known as JazzBot
  446. # [03:16] * Quits: KWierso|Surface (~KWiersoSu@9219ADAB.F74F8F08.14D1B0B.IP) (Ping timeout)
  447. # [03:18] * Quits: stephend|afk (stephend@moz-E31CD2CB.mozilla.org) (Input/output error)
  448. # [03:18] * Joins: bsmith (bsmith@moz-23941FA.dsl.pltn13.sbcglobal.net)
  449. # [03:19] * Joins: KWierso|Surface (~KWiersoSu@9219ADAB.F74F8F08.14D1B0B.IP)
  450. # [03:22] * Quits: KWierso|Surface (~KWiersoSu@9219ADAB.F74F8F08.14D1B0B.IP) (Connection reset by peer)
  451. # [03:22] * Joins: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net)
  452. # [03:22] * Joins: KWierso|Surface (~KWiersoSu@9219ADAB.F74F8F08.14D1B0B.IP)
  453. # [03:23] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  454. # [03:23] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Input/output error)
  455. # [03:24] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  456. # [03:31] * khuey is now known as khuey|away
  457. # [03:32] * Joins: sewardj_ (sewardj@moz-8BCD65E0.dip.t-dialin.net)
  458. # [03:32] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  459. # [03:32] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  460. # [03:32] * Quits: sewardj (sewardj@moz-396AFFEE.dip.t-dialin.net) (Ping timeout)
  461. # [03:37] * kk1fff|sleep is now known as kk1fff
  462. # [03:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4922fb9226a5 - Boris Zbarsky - Bug 812744 part 1. Set XSLT result documents to be data documents when we plan to return them to script. r=sicking
  463. # [03:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7f0893a44057 - Boris Zbarsky - Bug 776443 part 1. Support percent-less calc for internal table element heights. r=dbaron
  464. # [03:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/33bbef69d5e0 - Boris Zbarsky - Bug 812744 part 2. Use the document scope object, not the script global, to find the JSObject to use as a scope when creating event handlers. r=smaug
  465. # [03:38] * Joins: drexler (chatzilla@moz-AD4BBA18.hsd1.vt.comcast.net)
  466. # [03:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cf8196bc19b4 - Boris Zbarsky - Bug 776443 part 2. Support percent-less calc for internal table element widths. r=dbaron
  467. # [03:41] * bz_away is now known as bz
  468. # [03:41] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  469. # [03:41] <karl> letterspacing:-0.02em is a bad idea
  470. # [03:42] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  471. # [03:42] * heycam is now known as heycam|away
  472. # [03:42] * Joins: bdahl (bdahl@moz-96AA036F.hsd1.co.comcast.net)
  473. # [03:43] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  474. # [03:43] * Joins: Optimizer (Optimizer@6C118A77.40F3A094.2AB48280.IP)
  475. # [03:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bc303103fef9 - Shian-Yow Wu - Bug 790463 - [B2G] several telephony tests often causes emulator to crash. r=jgriffin
  476. # [03:45] * Joins: hub (hub@9191A43E.69469EEC.97F07BE5.IP)
  477. # [03:45] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  478. # [03:46] * Quits: till (till@moz-9C52FEBB.adsl.alicedsl.de) (Client exited)
  479. # [03:47] * Joins: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  480. # [03:48] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  481. # [03:49] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  482. # [03:49] <@smaug> whaat. If I click What's New in www.mozilla.org, it goes to https://www.mozilla.org/en-US/firefox/16.0.2/releasenotes/
  483. # [03:49] * Joins: devd (Name@moz-9DACDECA.cs.berkeley.edu)
  484. # [03:50] <@smaug> yet www.mozilla.org offers me 17.0
  485. # [03:50] * Quits: ebassi (ebassi@moz-97AC61D0.members.linode.com) (Ping timeout)
  486. # [03:50] <KWierso|Surface> Smaug: someone forget to update a redirect?
  487. # [03:50] * Joins: ebassi (ebassi@moz-97AC61D0.members.linode.com)
  488. # [03:50] <@smaug> probably
  489. # [03:51] <@smaug> do we not test our websites
  490. # [03:52] <KWierso|Surface> smaug: [probablynotworthitsuggestion]: clear cache from the homepage?
  491. # [03:53] * Quits: chewey (chewey@moz-AE582E92.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  492. # [03:53] <@smaug> KWierso|Surface: www.mozilla.org is offering 17.0
  493. # [03:53] * Joins: chewey (chewey@moz-15546323.dip0.t-ipconnect.de)
  494. # [03:54] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  495. # [03:55] * heycam|away is now known as heycam
  496. # [03:55] <KWierso|Surface> smaug: I got nuthin
  497. # [03:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e817a9af24c1 - Mark Hammond - Bug 808001 - clicking a social notification link now opens the link in a new tab. r=gavin
  498. # [04:00] <njn> bz: http://pastebin.mozilla.org/1950849 is a stack trace of an allocation within an nsLineLayout. Can you tell me what object+field owns this nsLineLayout?
  499. # [04:00] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  500. # [04:02] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  501. # [04:03] * Quits: markh (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Quit: bye)
  502. # [04:03] * Joins: markh (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  503. # [04:04] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  504. # [04:05] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/6d7186a669f9 - Gregory Szorc - Bug 718066 - Work around patches not applied on branch; r=rnewman, a=test-only
  505. # [04:07] * Quits: kanru (kanru@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  506. # [04:08] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  507. # [04:09] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  508. # [04:10] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  509. # [04:10] * glob|away is now known as glob
  510. # [04:11] * Quits: myk (myk@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  511. # [04:11] <gps> RyanVM, et al: I landed a hopeful bustage fix on beta. if it doesn't work, I think backout is in order
  512. # [04:12] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  513. # [04:12] <RyanVM> gps: ok
  514. # [04:12] <@ehsan> bz: can you please give me some quick feedback on the approach I'm taking in bug 813438, so that I don't pursue it more if you don't agree with it?
  515. # [04:14] <@gavin> ehsan: what is toolkit/components/contentsniffer?
  516. # [04:14] <@gavin> I don't see it in the tree
  517. # [04:14] <@ehsan> gavin: it's the media sniffer
  518. # [04:15] <@ehsan> it is definitely in my tree
  519. # [04:15] <@gavin> was it just added recently?
  520. # [04:15] <@gavin> or pending?
  521. # [04:15] <@ehsan> not very recently
  522. # [04:15] <@gavin> mxr doesn't have it
  523. # [04:15] <@ehsan> a few weeks ago perhaps?
  524. # [04:15] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: nbvcx)
  525. # [04:15] <@ehsan> huh
  526. # [04:16] <@gavin> yeah, m-c doesn't have it either
  527. # [04:16] <@ehsan> gavin: http://mxr.mozilla.org/mozilla-central/source/toolkit/components/mediasniffer/
  528. # [04:16] <@ehsan> I see it here
  529. # [04:16] <@gavin> oh
  530. # [04:16] <@gavin> that's different than contentsniffer :)
  531. # [04:16] <@ehsan> oh
  532. # [04:16] <@ehsan> right, yeah
  533. # [04:16] <@ehsan> sorry I read that mediasniffer
  534. # [04:16] * @gavin wonders why it's in toolkit
  535. # [04:16] <@ehsan> contentsniffer doesn't (shouldn't) exist
  536. # [04:16] * Quits: nmatsakis (nmatsakis@moz-2F1564E7.hsd1.ma.comcast.net) (Quit: Computer has gone to sleep.)
  537. # [04:17] * Quits: bdahl (bdahl@moz-96AA036F.hsd1.co.comcast.net) (Client exited)
  538. # [04:17] * @ehsan needs to leave
  539. # [04:17] * Quits: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: I took the wrong pill!!!)
  540. # [04:17] <@gavin> seems like that wasn't discussed in the bug
  541. # [04:17] <@gavin> weird
  542. # [04:18] * coop is now known as coop|afk
  543. # [04:18] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  544. # [04:18] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  545. # [04:18] * Joins: KaIRC (robert@moz-54CB31CB.adsl.highway.telekom.at)
  546. # [04:19] <@ehsan> gavin: toolkit == place for random code nobody knows where to put
  547. # [04:19] <@ehsan> :P
  548. # [04:19] * Quits: KaiRo_away (robert@moz-7C6D0294.adsl.highway.telekom.at) (Ping timeout)
  549. # [04:19] <@roc> njn: an nsBlockFrame creates an nsLineLayout during its Reflow
  550. # [04:19] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  551. # [04:20] * Quits: KWierso|Surface (~KWiersoSu@9219ADAB.F74F8F08.14D1B0B.IP) (Ping timeout)
  552. # [04:20] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Computer has gone to sleep.)
  553. # [04:21] <njn> roc: in nsBlockFrame::ReflowInlineFrames() ?
  554. # [04:21] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  555. # [04:21] * Joins: dholbert_ (bzlandfill@moz-77F8B252.mycingular.net)
  556. # [04:21] <@roc> yes
  557. # [04:22] <njn> roc: I have this weird DMD profile that says memory allocated by nsLineLayout::mArena is reported, even though I'm certain we don't have any such reporting
  558. # [04:22] * Quits: dholbert_ (bzlandfill@moz-77F8B252.mycingular.net) (Quit: CGI:IRC (EOF))
  559. # [04:22] <njn> roc: DMD says it's reported by the code that reports nsPresArena::State::mPool
  560. # [04:23] <njn> roc: which doesn't make sense because they're clearly distinct PLArenaPools, AFAICT
  561. # [04:23] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Ping timeout)
  562. # [04:24] <njn> roc: unless nsLineLayout::mArena is set somewhere that I'm not seeing
  563. # [04:24] <@bz> njn: PLArenaPool is screwing with your mind
  564. # [04:24] <@bz> njn: See how the nsLineLayout dtor calls PL_FreeArenaPool before PL_FinishArenaPool?
  565. # [04:25] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  566. # [04:25] <njn> bz: ooooohhhh
  567. # [04:25] <@bz> njn: there's a global freelist
  568. # [04:25] <@bz> njn: shared across arenapools
  569. # [04:25] <@bz> njn: (freelist of arenas)
  570. # [04:25] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  571. # [04:26] <@bz> http://mxr.mozilla.org/mozilla-central/source/nsprpub/lib/ds/plarena.c#20
  572. # [04:26] <RyanVM> man, every time I load bug 809927, my browser hangs
  573. # [04:26] <@bz> Right there.
  574. # [04:26] <RyanVM> and it allocates a ton of memory
  575. # [04:26] * @bz wonders whether that means he should not load the bug
  576. # [04:26] * Quits: ehugg_ (chatzilla@moz-6D0FD3FC.cisco.com) (Ping timeout)
  577. # [04:26] <njn> bz: chunks of different sizes end up on that free list!
  578. # [04:26] <@bz> njn: I was just thinking the same thing. wtf?
  579. # [04:27] <njn> @$*#&# NSPR 3!!(@(*#
  580. # [04:27] * Quits: KaIRC (robert@moz-54CB31CB.adsl.highway.telekom.at) (Input/output error)
  581. # [04:27] <@bz> njn: oh, so...
  582. # [04:27] <@bz> PL_ArenaAllocate(
  583. # [04:27] <@bz> Will try to allocate from the arenas in the pool
  584. # [04:27] <@bz> if that fails...
  585. # [04:27] * @bz checks
  586. # [04:28] <@bz> it will look for an arena in the freelist which has enough space for the allocation(!)
  587. # [04:28] <@bz> And stick it in the pool
  588. # [04:28] <@bz> what the hell kind of semantics are these?
  589. # [04:28] <njn> bz: looks like the chunk size stuff is more of a hint than a binding request
  590. # [04:28] <@bz> or something
  591. # [04:28] <njn> bz: like, it works, but don't try to reason too closely about any individual arena
  592. # [04:29] * @bz echoes njn's above line noise about NSPR
  593. # [04:29] <@bz> This is insanely dumb
  594. # [04:29] <@bz> RyanVM: was that the right bug#?
  595. # [04:29] <@bz> https://bugzilla.mozilla.org/show_bug.cgi?id=809927 ?
  596. # [04:29] <RyanVM> bz: yes
  597. # [04:29] <RyanVM> fine for you?
  598. # [04:30] <@bz> RuanVM: nothing in that bug jumps out at me as needing much memory....
  599. # [04:30] <@bz> RyanVM: weird....
  600. # [04:30] <@bz> RyanVM: yes, in a fx16 with clean profile on mac
  601. # [04:30] <RyanVM> it's greasemonkey
  602. # [04:30] <@bz> Ah
  603. # [04:30] <RyanVM> i disabled it and it's fine
  604. # [04:30] <RyanVM> kentuckyfriedtakahe: ^
  605. # [04:30] <@bz> interesting
  606. # [04:30] <RyanVM> kentuckyfriedtakahe: your Try script kills my browser on bug 809927
  607. # [04:30] <Waldo> the technical term is "grawlix", although don't try playing it in Scrabble yet
  608. # [04:31] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  609. # [04:31] <kentuckyfriedtakahe> RyanVM: that's possible.
  610. # [04:31] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  611. # [04:32] <njn> bz: we call PL_FinishArenaPool in more places than we call PL_FreeArenaPool
  612. # [04:32] <njn> bz: which is good, I guess
  613. # [04:32] <kentuckyfriedtakahe> RyanVM: It's only 7MB of patches. Weird.
  614. # [04:32] <njn> bz: http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsLineLayout.cpp#120 is interesting
  615. # [04:33] <kentuckyfriedtakahe> RyanVM: the problem is that it's not super efficient.
  616. # [04:33] <kentuckyfriedtakahe> in fact it's not even efficient.
  617. # [04:33] <njn> bz: my experience with code that tries to be clever about hanging on to allocated blocks like this... is not good
  618. # [04:34] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  619. # [04:34] <njn> bz: it's usually better to let jemalloc work it out, and always simpler
  620. # [04:34] <RyanVM> wget: unable to resolve host address `ftp.mozilla.org'
  621. # [04:34] <RyanVM> sweet
  622. # [04:35] <kentuckyfriedtakahe> RyanVM: the script completed in about 30 seconds for me but prompted me a couple of times.
  623. # [04:35] <kentuckyfriedtakahe> (should fix it but busy working on b2g bugs)
  624. # [04:36] * Joins: ehugg_ (chatzilla@moz-44D86B1E.cisco.com)
  625. # [04:38] * Joins: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP)
  626. # [04:41] * glob is now known as glob|away
  627. # [04:47] <@bz> njn: this code way predates jemalloc, I'm sure
  628. # [04:47] <@bz> njn: but yeah, I'd be interested in profile data
  629. # [04:48] <@bz> njn: removing complexity is always good!
  630. # [04:48] * Waldo kind of doubts he'd trust NSPR arena pools for storing anything, tbh
  631. # [04:48] <@bz> what about nuclear waste?
  632. # [04:49] <@bz> I hear they put that in pools
  633. # [04:49] <Waldo> well, they try to
  634. # [04:49] <Waldo> mostly I think they don't get to the point of having waste
  635. # [04:49] <Waldo> or even of being able to make it
  636. # [04:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c5babb6a0801 - Matthew Gregan - Bug 814292 - Remove mAudioPlaybackThread and AudioStream refcounting. r=cpearce
  637. # [04:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/414dab54c904 - Thinker K.F. Li - Bug 810734 - Check EOF to avoid infinite looping when parsing MP4. r=doublec
  638. # [04:50] <njn> bz: I'm going to measure how much memory the free list is holding on to
  639. # [04:50] <njn> Waldo: NSPR arena pools are used all over Gecko!
  640. # [04:51] <@bz> njn: sounds good
  641. # [04:51] <@bz> Uh.
  642. # [04:51] * @bz is getting "undefined" when he examines document.__proto__
  643. # [04:51] <@bz> that seems ... odd
  644. # [04:52] * Quits: Optimizer (Optimizer@6C118A77.40F3A094.2AB48280.IP) (Ping timeout)
  645. # [04:52] <@bz> Object.getPrototypeOf(document) returns an object
  646. # [04:52] <@bz> but toString on that object fails?
  647. # [04:52] <@bz> "can't convert Object.getPrototypeOf(...) to primitive type"
  648. # [04:52] <@bz> w
  649. # [04:52] <@bz> t
  650. # [04:52] <@bz> f
  651. # [04:53] * @bz pulls up debugger
  652. # [04:54] <@bz> XPC_WN_ModsAllowed_NoCall_Proto_JSClass
  653. # [04:54] <@bz> is the class of the proto
  654. # [04:54] <@bz> that seems moderately plausible...
  655. # [04:55] <@bz> Ah
  656. # [04:55] <@bz> I see why
  657. # [04:55] * @bz kicks dumb code
  658. # [04:55] <@bz> I _thought_ I should do it the complicated way, then for some reason thought all the callers would be sane
  659. # [04:55] <@bz> shows what I know!
  660. # [04:56] <@bz> Waldo: in case you were curious, toString fails because it doesn't exist. ;)
  661. # [04:57] * Quits: bent (chatzilla@moz-DB4C5E15.triad.res.rr.com) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  662. # [04:57] * Parts: Holo (Holo@moz-C5E328EB.hsd1.mi.comcast.net)
  663. # [04:57] * Joins: tantek (tantek@moz-3C9F4340.socal.res.rr.com)
  664. # [04:58] * glob|away is now known as glob
  665. # [04:58] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  666. # [05:02] <Waldo> well, if I'd been watching this window, I could have told you that :-)
  667. # [05:03] * Quits: ehugg_ (chatzilla@moz-44D86B1E.cisco.com) (Ping timeout)
  668. # [05:03] * Joins: syscall (ned@moz-84097334.c3-0.nwt-ubr1.sbo-nwt.ma.cable.rcn.com)
  669. # [05:03] <Waldo> njn: undoubtedly; for new code, I'm not sure I'd trust them
  670. # [05:03] * Joins: dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net)
  671. # [05:03] * ChanServ sets mode: +o dbaron
  672. # [05:03] <njn> bz: the PLArenaPool free list typically has up to 50 KiB of chunks in it. But at shutdown it grows, it went up to 380 KiB
  673. # [05:04] <@bz> Waldo: heh
  674. # [05:04] <Waldo> rather, I suspect places would be helped with more domain-specific structures
  675. # [05:04] <@bz> Waldo: the problem is that the meaning of null as a proto arg is ... <sigh>
  676. # [05:04] * Quits: tanvi (tanvi@moz-AA8046A.dhcp.mtpk.ca.charter.com) (Quit: Leaving.)
  677. # [05:04] <@bz> Waldo: So Object.prototype wasn't ending up on proto chains
  678. # [05:04] <Waldo> bz: the NULL-implies-class-proto thing?
  679. # [05:04] <@bz> Waldo: yeah
  680. # [05:04] * Waldo wants to eliminate that behavior entirely -- what you pass is what you use
  681. # [05:05] <Waldo> always a matter of getting there, and of legacy code
  682. # [05:05] <@bz> /*
  683. # [05:05] <@bz> * Null protoArg means we're supposed to use Object.prototype.
  684. # [05:05] <@bz> */
  685. # [05:05] <@bz> Should I use // instead?
  686. # [05:05] * @bz keeps forgetting the commenting conventions
  687. # [05:05] <Waldo> concerning data structures, one size fits all is fine for actual algorithmic structures -- vectors, hashes, sets, linked lists, etc. -- but less so beyond that
  688. # [05:06] <@bz> njn: well, at shutdown we tear down frame trees and stuff, right?
  689. # [05:06] <Waldo> bz: SpiderMonkey style deliberately doesn't prefer one or the other
  690. # [05:06] <njn> bz: I guess; the end-growth makes sense
  691. # [05:06] <@bz> Waldo: as long as the above is fine, it's fine by me. ;)
  692. # [05:06] <Waldo> although I think some people might be trying to push // somewhat
  693. # [05:06] <njn> bz: use // comments!
  694. # [05:07] <njn> :)
  695. # [05:07] <Waldo> /**/ reads a little nicer for big comments, to me, but as far as questionable style choices go, I wouldn't complain about that one
  696. # [05:07] <Waldo> not that I'm saying // for big comments is really even questionable
  697. # [05:07] <Waldo> just slightly unease-making for me
  698. # [05:07] <@bz> Yeah
  699. # [05:07] <@bz> this is totally it
  700. # [05:07] * @bz does a try push to be sure
  701. # [05:08] <@bz> So wait
  702. # [05:08] <@bz> e, but as far as
  703. # [05:08] <@bz> dom/plugins/test/test_defaultValue.html
  704. # [05:08] <@bz> Is run as part of "oth"?
  705. # [05:08] <@bz> But also part of M3?
  706. # [05:08] <Waldo> maybe it's listed as both a mochitest and a browser/chrome test?
  707. # [05:09] <@bz> Doesn't seem to be
  708. # [05:09] <Waldo> *shrug*
  709. # [05:09] <@bz> This is quite odd
  710. # [05:10] <Waldo> hmm
  711. # [05:11] <Waldo> not that I think we shouldn't have encrypted secure bugmail...but it does interfere to some extent with my ability to keep up with those bugs :-\
  712. # [05:11] * Quits: drexler (chatzilla@moz-AD4BBA18.hsd1.vt.comcast.net) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  713. # [05:11] <@bz> it's not too terrible now....
  714. # [05:11] <@bz> Then again, I have a mail client which can do encrypted mail
  715. # [05:11] <@bz> so I just get a less-than-informative subject line
  716. # [05:12] <@bz> waldo: as long as you're here...
  717. # [05:13] <@bz> waldo: want to review https://bugzilla.mozilla.org/attachment.cgi?id=684299&action=edit ?
  718. # [05:14] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  719. # [05:14] * ChanServ sets mode: +o ehsan
  720. # [05:16] * Quits: hub (hub@9191A43E.69469EEC.97F07BE5.IP) (Ping timeout)
  721. # [05:17] * cjones is now known as cjones-food
  722. # [05:18] <Waldo> bz: how much trouble would it be to have callers that can pass null just do that themselves?
  723. # [05:18] <Waldo> bz: because really, getting rid of these implicit fix-ups is something we want to do
  724. # [05:18] * Quits: ircloggr (nodebot@moz-1FB49080.compute-1.amazonaws.com) (Client exited)
  725. # [05:18] * nthomas is now known as nthomas|away
  726. # [05:18] <Waldo> as they make it harder to understand stuff because of special cases
  727. # [05:19] * Joins: ircloggr (nodebot@moz-9A9678B5.compute-1.amazonaws.com)
  728. # [05:21] <@dbaron> So certain jQuery animation functions seem to call mozMatchesSelector(":hidden") quite frequently
  729. # [05:21] <@dbaron> which is odd since ":hidden" is a parse error as far as selector parsing goes
  730. # [05:21] <@dbaron> e.g., http://www.internetsociety.org/
  731. # [05:22] <Waldo> maybe :hidden is a jquery extension in their syntax?
  732. # [05:22] * @dbaron wonders if bz has run into this
  733. # [05:22] <@dbaron> ok, I think I've now finally closed the tabs that are busy doing too much stuff in the background
  734. # [05:22] <@dbaron> it's a little sad that it requires gdb, though
  735. # [05:23] <@dbaron> we should have a tool for that
  736. # [05:23] <@bz> Waldo: Not sure, checking
  737. # [05:23] <@bz> Waldo: I could try doing that..
  738. # [05:23] <@bz> waldo: not all of them obviously have an object to get a global from
  739. # [05:24] <@bz> dbaron: jQuery supports an expanded set of selectors
  740. # [05:24] <@bz> dbaron: and what they do is call mozMatchesSelector and if it throws do it themselves
  741. # [05:24] <@dbaron> bz, and they pass them to mozMatchesSelector... which prints to stdout when it gets a syntax error
  742. # [05:24] <Waldo> bz: JS_GetGlobalForScopeChain(cx) I think
  743. # [05:24] <@bz> dbaron: to make the case of selectors we support fast.
  744. # [05:25] <@bz> waldo: hrm
  745. # [05:25] <@dbaron> bz, which adds up to a lot of WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x8053000C: file /home/dbaron/builds/ssd/mozilla-central/mozilla/content/base/src/Element.cpp, line 2488
  746. # [05:25] <@bz> waldo: does that go via the compartmnt?
  747. # [05:25] <@dbaron> perhaps that should not be an NS_ENSURE_SUCCESS?
  748. # [05:25] <@bz> dbaron: we should just not NS_ENSURE_SUCCESS there
  749. # [05:25] <@bz> dbaron: yeah
  750. # [05:25] <Waldo> bz: that sounds great, jquery imposing restrictions on new CSS syntax that way
  751. # [05:25] <@dbaron> bz, ok, I'll patch
  752. # [05:25] <@bz> waldo: yeah, well, welcome to the web
  753. # [05:25] <Waldo> (specifically the restriction that it be jquery-compatible)
  754. # [05:25] <@bz> waldo: this is hardly the only well-polluting jQuery has done. :(
  755. # [05:26] <@bz> waldo: and to be honest, they have no great options here
  756. # [05:26] <Waldo> bz: cx->compartment->global() -- which per cpg better be the right one
  757. # [05:26] <@bz> Waldo: perfect, thanks. I assume you prefer that to what I had there?
  758. # [05:27] * Quits: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP) (Quit: Leaving.)
  759. # [05:27] <Waldo> bz: actually in-engine I think we have cx->global()
  760. # [05:27] <@bz> well, they're not in-engine
  761. # [05:27] <Waldo> JS_GetGlobalForScopeChain(cx), then, yes
  762. # [05:27] <@bz> JS_GetGlobalForScopeChain uses cx->global(), good
  763. # [05:27] <@bz> ok
  764. # [05:27] <@bz> gimme a few
  765. # [05:28] * @bz is in the middle of debugging something in that tree
  766. # [05:28] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  767. # [05:28] <Waldo> anyone around here have the most recent version of safari, or a webkit nightly, available?
  768. # [05:28] <@bz> Do you know offhand what will get called when I try to convert an object to a string?
  769. # [05:29] <@bz> I have safari 6.0.2
  770. # [05:29] <@bz> no webkit nightly
  771. # [05:29] <@bz> Could get one if needed
  772. # [05:29] <Waldo> hm
  773. # [05:30] <Waldo> bz: depends on the object and its class and its convert hook; if it's just null/convertstub, then it's toString and/or valueOf, in some order
  774. # [05:30] <Waldo> bz: and of course [[HasProperty]]/[[GetProperty]] for them, and all manner of other stuff in the process
  775. # [05:30] <@bz> No, I mean if I do "" + obj
  776. # [05:30] <@bz> which code does that initially land me in?
  777. # [05:31] <@bz> So I can step through it and figure out what happens?
  778. # [05:31] <@bz> because I don't know offhand what the class is. ;)
  779. # [05:31] <@bz> and exactly what weird is going on
  780. # [05:31] <Waldo> bz: JSObject::defaultValue I think will catch it
  781. # [05:31] * @bz tries
  782. # [05:31] <Waldo> yeah, that
  783. # [05:31] <@bz> yes, perfect
  784. # [05:31] <@bz> Thanks
  785. # [05:33] * Joins: nattokirai (nattokirai@moz-176E53A7.dynamic.ppp.asahi-net.or.jp)
  786. # [05:34] <@bz> Hmm
  787. # [05:34] <@bz> Given a Function object
  788. # [05:34] <@bz> how do I get the JSFunction*?
  789. # [05:35] * @bz digs
  790. # [05:35] <Waldo> bz: obj->toFunction() I think
  791. # [05:35] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  792. # [05:35] <Waldo> bz: as regards Safari/WebKit, |var obj = {}; Object.getOwnPropertyDescriptor(Object.prototype, "__proto__").set.call(obj, new Number(12)); obj.__proto__| and whether the final thing is a number or if the entire thing throws is what interests me, I think
  793. # [05:35] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  794. # [05:35] <@bz> waldo: testing
  795. # [05:35] * Waldo seems not to have access to safari or webkit any more, since safari/win has been abandoned
  796. # [05:35] <Waldo> :-\
  797. # [05:36] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.2.10/20100914130356])
  798. # [05:36] * Quits: Tommy (Tommy@moz-F7051E24.com) (Quit: ZNC - http://znc.in)
  799. # [05:36] <@bz> alerts 12
  800. # [05:36] <Waldo> okay
  801. # [05:36] <@bz> typeof is "object"
  802. # [05:37] <@bz> so sounds like a Number object
  803. # [05:37] <Waldo> they're exposing a __proto__ setter that mutates
  804. # [05:37] <Waldo> just double-checking that
  805. # [05:37] <@bz> indeed
  806. # [05:37] <Waldo> when I made __proto__ into an accessor I translated it faithfully the same way
  807. # [05:37] <Waldo> Opera makes __proto__ setter a poison pill
  808. # [05:37] <@bz> exn_toString ?
  809. # [05:37] <@bz> Does that make any sense?
  810. # [05:38] <Waldo> if obj is an Error, RangeError, and so on, or has Error.prototype.toString as its toString or valueOf, sure, makes sense
  811. # [05:38] <@bz> oh, hmm
  812. # [05:38] <@bz> This is inside exception stuff
  813. # [05:38] <@bz> nevermind
  814. # [05:38] * @bz continues, waits
  815. # [05:39] <@bz> XPC_WN_Shared_Convert
  816. # [05:40] <Waldo> rather than JS_ConvertStub or null? probably doing something like security-theater checks
  817. # [05:40] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  818. # [05:42] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  819. # [05:42] <jduell> bz: ping
  820. # [05:42] * Joins: Tommy (Tommy@moz-F7051E24.com)
  821. # [05:42] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  822. # [05:42] * ChanServ sets mode: +o roc
  823. # [05:42] <@bz> Waldo: nah, it does real work
  824. # [05:42] <@bz> jduell: ack
  825. # [05:43] <jduell> bz: so I assume the comment at http://mxr.mozilla.org/mozilla-central/source/netwerk/protocol/http/nsHttpChannel.cpp#4311
  826. # [05:43] <@bz> waldo: dunno about _desired_ work, but real
  827. # [05:43] <Waldo> bz: I question why it needs to exist to do anything; if toString and valueOf on Object.prototype don't work, I would think there's something wrong
  828. # [05:43] <jduell> implies that once we've added a channel to a loadGroup (or called OMR observers) we need to returns NS_OK and do any failures via OnStart/Stop
  829. # [05:43] <@bz> jduell: mmm no longer matches the code. :(
  830. # [05:43] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  831. # [05:44] <Waldo> aside from Date and plugin objects (stupid), really convert shouldn't need to exist
  832. # [05:44] <@bz> Waldo: it does convert to other things too...
  833. # [05:44] <jduell> bz: right, I'm trying to fix that, and got some pushback. But if that's the contract, my patch will fix it.
  834. # [05:44] <@bz> waldo: in any case, I'm trying to get the DOM off this xpconnect goop ASAP. ;)
  835. # [05:44] <Waldo> good man
  836. # [05:44] <jduell> bz: see bug 813869
  837. # [05:45] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  838. # [05:45] <Waldo> bz: anything else before I head out, at least for a bit, possibly for the night?
  839. # [05:45] <@bz> jduell: I think the contract is just that we need to remove from loadgroup if we add
  840. # [05:45] <jduell> bz: I just wanted to verify from you that we should be returning NS_OK and doing the fail async
  841. # [05:45] <@bz> jduell: from the caller's point of view it doesn't matter much as long as they don't get an OnStartRequest after a fail rv
  842. # [05:45] <@bz> jduell: so as long as we guarantee that, it's just a matter of what's simplest for us internally...
  843. # [05:46] <jduell> bz: I'm also going to be adding the 'http-on-starting-request' event for XHR (the Firebug local stack issue). Do we need to return NS_OK after that?
  844. # [05:46] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  845. # [05:46] <@bz> jduell: Return NS_OK in what sense?
  846. # [05:47] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Quit: )
  847. # [05:47] <jduell> bz: I'm assuming observers might do things like keep a ref to a channel and assume that they'll get OnStart/Stop at some point, so they can release the ref.
  848. # [05:47] <jduell> If we call them then decide it's ok to return an error code and not call OnStart/Stop, they could keep a ref forever.
  849. # [05:49] <jduell> bz: so I'm thinking once we call observers, we need to return NS_OK from AsyncOpen and have any failures happen via OnStop
  850. # [05:49] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 16.0.2/20121026094416])
  851. # [05:49] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Quit: nbvcx)
  852. # [05:49] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  853. # [05:53] <@bz> jduell: the contract is that if AsyncOpen returns error you should get no callbacks
  854. # [05:53] <@bz> jduell: and if it returns success you will definitely get at least onstart/onstop
  855. # [05:53] <@bz> jduell: the contract for the callers of asyncOpen
  856. # [05:54] <@bz> jduell: I guess the question is what happens with observers that interpose a listener?
  857. # [05:54] <@bz> jduell: you're right; for those it might be best to guarantee onstart/onstop
  858. # [05:57] <jduell> bz: that's what I figured. Thanks.
  859. # [05:57] * Joins: smontagu (chatzilla@moz-32135AF7.red.bezeqint.net)
  860. # [05:58] * Parts: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  861. # [05:58] <@bz> waldo: so looks like all but one consumer did this right already
  862. # [05:59] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  863. # [06:00] * Quits: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  864. # [06:01] * Joins: bdahl (bdahl@moz-96AA036F.hsd1.co.comcast.net)
  865. # [06:04] * Joins: tanvi (tanvi@moz-AA8046A.dhcp.mtpk.ca.charter.com)
  866. # [06:04] * Quits: Polynomial-C (Poly-C@moz-CF0BB70B.dip.t-dialin.net) (Ping timeout)
  867. # [06:05] * Joins: Polynomial-C (Poly-C@moz-26811A77.dip.t-dialin.net)
  868. # [06:06] * BenWa is now known as BenWa|sms
  869. # [06:09] * Quits: qDot (qDot@moz-82DD3414.typefuck.com) (Quit: ZNC - http://znc.in)
  870. # [06:10] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  871. # [06:12] * Joins: Mook (mook@moz-8F011215.dsl.teksavvy.com)
  872. # [06:13] * Quits: bdahl (bdahl@moz-96AA036F.hsd1.co.comcast.net) (Client exited)
  873. # [06:15] * Quits: clokep (Instantbir@moz-5CAD64E3.nycmny.fios.verizon.net) (Ping timeout)
  874. # [06:16] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  875. # [06:18] * Quits: tanvi (tanvi@moz-AA8046A.dhcp.mtpk.ca.charter.com) (Ping timeout)
  876. # [06:19] * Joins: tchevalier (Thunderbir@moz-768A23F5.w81-251.abo.wanadoo.fr)
  877. # [06:22] <@bz> https://bug812333.bugzilla.mozilla.org/attachment.cgi?id=684040 is awesome
  878. # [06:22] <@bz> Kust th
  879. # [06:22] * cjones-food is now known as cjones
  880. # [06:22] <@bz> Just this part in the quickstubs is worth it:
  881. # [06:22] <@bz> - 'nsIDOMNode.*',
  882. # [06:31] <heycam> which branch is Firefox 18 at the moment?
  883. # [06:31] <JazzBot> aurora
  884. # [06:31] <heycam> thanks
  885. # [06:32] <Mook> umm, http://hg.mozilla.org/releases/mozilla-beta/file/tip/config/milestone.txt says beta is 18
  886. # [06:33] <heycam> oh
  887. # [06:33] <heycam> o_O
  888. # [06:33] <JazzBot> hmm.. let me check
  889. # [06:34] <@bz> 18 became beta yesterday
  890. # [06:34] <@bz> well, day before yesterday for heycam. ;)
  891. # [06:34] <heycam> mm ok
  892. # [06:34] <Mook> so, roughly speaking, "uplift week" :D
  893. # [06:34] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  894. # [06:34] <JazzBot> 18.0a2 Aurora, and I updated with Aurora repository a couple hours ago
  895. # [06:35] <@bz> Updates may not have gone out yet
  896. # [06:35] <heycam> we need a better system to flip prefs off for immature CSS features than "someone has to remember to do it each uplift"
  897. # [06:35] <@bz> we usually do a bit of QA after the uplift before pushing to the update channel
  898. # [06:35] <@bz> heycam: yes, we do. :(
  899. # [06:35] <@bz> heycam: one option is to write a test that sniffs the UA and fails
  900. # [06:35] <@bz> heycam: so the uplift will go orange
  901. # [06:35] <heycam> that would remind people yeah :)
  902. # [06:36] <heycam> or maybe tristate prefs that know to disable the feature if on beta or release
  903. # [06:36] <JazzBot> what do you mean by immature css features?
  904. # [06:36] <Mook> oh, and bz: for that Element.toString bug, I was mainly looking at the specs to make sure that there _was_ a bug, first. Whether that will be magically fixed comes later. Thanks for the explanation though :)
  905. # [06:36] * Quits: glob (glob@moz-DF237567.glob.com.au) (Quit: rebooting)
  906. # [06:36] <heycam> JazzBot, ones whose specs aren't progressed enough yet for us to have them on not behind a pref
  907. # [06:36] <@bz> Mook: ah, ok. There's definitely a bug, per spec
  908. # [06:36] <JazzBot> oh :p
  909. # [06:36] <Mook> good to know! :D
  910. # [06:37] <Mook> heycam: you mean "we have a pref, it's called app.update.channel"? :p
  911. # [06:37] <@bz> mook: though proving this by spec examination is pretty much impossible
  912. # [06:37] * joduinn-afk is now known as joduinn-home
  913. # [06:37] <@bz> mook: because you never know when some other spec, or another part of the same spaghetti-spec, redefines behavior
  914. # [06:37] * Joins: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  915. # [06:38] <@bz> JazzBot: the things we would prefix if we still did that sort of thing. ;)
  916. # [06:38] <Mook> heh. I figured there was a bug on account that being the sane thing, but... yeah. specs.
  917. # [06:38] * @bz spent half of today in CORS and XHR
  918. # [06:38] <@bz> spaghetti everywhere. :(
  919. # [06:38] <heycam> Mook, good to know it's easy to tell from code what the branch is. but I was thinking more along the lines of layout.css.whatever.enabled={true,false,onauroraornightly}
  920. # [06:39] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  921. # [06:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/58ce0ddf7611 - Matt Woodrow - Bug 810275 - Remove the inactive layer tree offset when compute the active scrolled root position. r=roc
  922. # [06:39] * @bz wonders whether we have any tests for preflights...
  923. # [06:39] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d30b99cfd933 - Matt Woodrow - Bug 802385 - Never flatten component alpha layers when compositing with an accelerated layer manager. r=roc
  924. # [06:39] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1c96b4a67d38 - Matt Woodrow - Bug 810592 - Make nsSubDocumentFrames that are actively scrolling build their own layer. r=roc
  925. # [06:40] <heycam> approval requests aren't needed for changes only to tests still, right?
  926. # [06:40] <@bz> heycam: imo, yes
  927. # [06:40] <heycam> bz, cool
  928. # [06:40] <@bz> heycam: as in, not needed.
  929. # [06:41] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  930. # [06:42] * Quits: syscall (ned@moz-84097334.c3-0.nwt-ubr1.sbo-nwt.ma.cable.rcn.com) (Quit: Leaving)
  931. # [06:43] * Joins: glob (glob@moz-DF237567.glob.com.au)
  932. # [06:45] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/28a256a273f8 - Ryan VanderMeulen - Backed out changeset 9218c2841ead (bug 812391) for build bustage. a=bustage
  933. # [06:46] <RyanVM> heycam: correct, a=test-only is fine
  934. # [06:47] * Quits: surkov (surkov@BB222503.6093351B.E17943EE.IP) (Quit: surkov)
  935. # [06:47] <RyanVM> and strongly encouraged if it's fixing randomorange! :)
  936. # [06:47] <heycam> heh for sure
  937. # [06:48] <JazzBot> better tab optimization...
  938. # [06:48] * Joins: surkov (surkov@BB222503.6093351B.E17943EE.IP)
  939. # [06:48] * Quits: glob (glob@moz-DF237567.glob.com.au) (Quit: sigh rebooting)
  940. # [06:48] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  941. # [06:49] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  942. # [06:51] * Joins: bdahl (bdahl@moz-96AA036F.hsd1.co.comcast.net)
  943. # [06:52] * Joins: Mano (mano@8D21BBF9.C4588C01.39716721.IP)
  944. # [06:53] * Quits: bdahl (bdahl@moz-96AA036F.hsd1.co.comcast.net) (Ping timeout)
  945. # [06:53] * Joins: glob (glob@moz-DF237567.glob.com.au)
  946. # [06:54] * Joins: wlach (wlach@moz-44E7F192.starwoodbroadband.com)
  947. # [06:55] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89 [Firefox 19.0a1/20121118155823])
  948. # [06:56] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  949. # [06:56] <@dbaron> ok, I think I need to write a python script to make bugzilla comments for me
  950. # [06:56] <@dbaron> loading the bug is just too slow
  951. # [06:56] <@dbaron> I wonder if I can set it up as an email handler
  952. # [06:57] <@dbaron> so I can locally rewrite the Reply-To on bugmail
  953. # [06:57] <@dbaron> and just reply to it
  954. # [06:57] <@bz> heh
  955. # [06:57] <@bz> There used to be a Thunderbird extension to do that
  956. # [06:57] <@dbaron> actually, I bet I could do that as a mutt reply-hook
  957. # [06:57] <@dbaron> to change the email address
  958. # [06:58] <glob> i'm expecting to get bug 811280 pushed to bmo next week, which should help things
  959. # [06:58] * @bz mutters about ldap usernames not matching anything anyone expects
  960. # [06:58] <@dbaron> bz, you mean the fact that we don't let new employees choose their primary LDAP id?
  961. # [06:59] <@bz> dbaron: or old ones
  962. # [06:59] <@bz> dbaron: what do you think peterv's ldap username is? ;)
  963. # [06:59] <@dbaron> bz, pvanderbe?
  964. # [07:00] <@bz> dbaron: pvanderbeken@mozilla.com
  965. # [07:00] * @bz had tried several other things... but not that one
  966. # [07:00] <@dbaron> by "new", I mean like post-2006
  967. # [07:00] <@bz> lol
  968. # [07:00] * Joins: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com)
  969. # [07:01] <glob> bz, did you look in the phonebook? ;)
  970. # [07:01] <@dbaron> I have an address-autocompletion script to query LDAP
  971. # [07:01] <@dbaron> and if somebody lists an @mozilla.com address as an alternate email
  972. # [07:01] <@dbaron> then my autocompletion script automatically throws out the primary ldap one
  973. # [07:02] <@dbaron> (also used in a mutt hook)
  974. # [07:02] <@dbaron> though that produces odd results for Mounir, I think
  975. # [07:03] * Quits: njn (chatzilla@moz-CF2580D0.dyn.iinet.net.au) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121119162009])
  976. # [07:04] <JazzBot> .. someone told me that they got an update from thunderbird (v17) yesterday and now when they open an existing contact they cannot use the "send" function.. only on recent contacts they can send
  977. # [07:04] <@dbaron> oh, wait, he fixed that
  978. # [07:05] <@bz> glob: nope
  979. # [07:05] <glob> bz, the phonebook is just a view of the ldap repo, so it's a good place to do that dance
  980. # [07:05] <@bz> glob: Ah, did not know that
  981. # [07:06] <@dbaron> you can also use command-line LDAP tools
  982. # [07:06] <@dbaron> and discover all the horrible inconsistencies in our LDAP data
  983. # [07:06] * heycam is now known as heycam|away
  984. # [07:06] <@bz> I ended up using pushlog
  985. # [07:06] * heycam|away is now known as heycam
  986. # [07:06] <@dbaron> like the number of people who have trailing spaces in their names
  987. # [07:06] <@bz> Note that some people have multiple LDAP accounts
  988. # [07:06] <@bz> And since I was interested in the one he was actually pushing with...
  989. # [07:06] <@bz> (because I wanted to find his pushes on try)
  990. # [07:07] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  991. # [07:07] <glob> bz, ah, good point. the phonebook is a view of the moco (and mofo?) ldap repo
  992. # [07:08] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  993. # [07:09] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  994. # [07:11] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  995. # [07:13] <mjrosenb> "ldap repo"?
  996. # [07:13] * Quits: tchevalier (Thunderbir@moz-768A23F5.w81-251.abo.wanadoo.fr) (Quit: tchevalier)
  997. # [07:14] * Quits: Mano (mano@8D21BBF9.C4588C01.39716721.IP) (Client exited)
  998. # [07:14] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  999. # [07:15] <glob> mjrosenb, ldap repository
  1000. # [07:16] <glob> mjrosenb, not to be confused with a "software repository", or "suppository"
  1001. # [07:16] <mjrosenb> i'm assuming this isn't a repository in the version control sense of the word
  1002. # [07:17] * heycam is now known as heycam|away
  1003. # [07:18] * Quits: surkov (surkov@BB222503.6093351B.E17943EE.IP) (Quit: surkov)
  1004. # [07:19] * Joins: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP)
  1005. # [07:20] <@dolske> "repository" always makes me think of Zork 2, and then I always remember it was a "receptacle" instead.
  1006. # [07:20] * @dolske looks for a newspaper and match...
  1007. # [07:21] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1008. # [07:22] <JazzBot> lol
  1009. # [07:23] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1010. # [07:24] * Joins: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1011. # [07:24] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  1012. # [07:30] * Quits: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1013. # [07:32] * Joins: c0smikdebris (textual@837AD045.1DB862AB.BE90E62C.IP)
  1014. # [07:42] * Joins: surkov (surkov@899F096E.B7015738.33A1AC3C.IP)
  1015. # [07:45] * Joins: past (Instantbir@moz-C1535B5E.dsl.dyn.forthnet.gr)
  1016. # [07:45] * Joins: ehugg_ (chatzilla@moz-44D86B1E.cisco.com)
  1017. # [07:47] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1018. # [07:51] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  1019. # [07:53] * Joins: wolfiR (wolfiR@moz-40A1B2E1.dip0.t-ipconnect.de)
  1020. # [07:53] * Quits: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: I took the wrong pill!!!)
  1021. # [07:54] <JazzBot> so much.. where to get started...
  1022. # [07:55] * Joins: teoli (teoli@BCD2C715.65189F53.F1085784.IP)
  1023. # [07:56] * cjones is now known as cjones-brb
  1024. # [07:57] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1025. # [07:58] <@dolske> "from Planet WebKit by Adobe Web Platform" -.-
  1026. # [07:58] <JazzBot> -_-
  1027. # [08:04] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1028. # [08:05] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1029. # [08:05] * Quits: ehugg_ (chatzilla@moz-44D86B1E.cisco.com) (Ping timeout)
  1030. # [08:06] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1031. # [08:08] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1032. # [08:08] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1033. # [08:09] * Quits: wlach (wlach@moz-44E7F192.starwoodbroadband.com) (Ping timeout)
  1034. # [08:12] * Joins: berkerpeksag (berkerpeks@84086968.B6DB6490.6E2B3F2F.IP)
  1035. # [08:13] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  1036. # [08:17] * Joins: janv (varga@moz-388F3CD6.o2inet.sk)
  1037. # [08:17] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  1038. # [08:17] * Quits: c0smikdebris (textual@837AD045.1DB862AB.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1039. # [08:19] * Quits: janv (varga@moz-388F3CD6.o2inet.sk) (Ping timeout)
  1040. # [08:19] * Joins: janv (varga@moz-6859D76E.o2inet.sk)
  1041. # [08:20] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1042. # [08:20] * Joins: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP)
  1043. # [08:22] * bz is now known as bz_sleep
  1044. # [08:23] * Quits: Ryan (rflint@moz-A287E317.com) (Ping timeout)
  1045. # [08:23] * Quits: dumitru (dgherman@moz-7C253BEB.getcadre.com) (Ping timeout)
  1046. # [08:23] * Quits: reed (reed@tech.monkey) (Ping timeout)
  1047. # [08:25] * Joins: Ryan (rflint@moz-A287E317.com)
  1048. # [08:27] * Joins: dumitru (dgherman@moz-7C253BEB.getcadre.com)
  1049. # [08:29] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  1050. # [08:29] * Quits: Ryan (rflint@moz-A287E317.com) (Ping timeout)
  1051. # [08:29] * Quits: dumitru (dgherman@moz-7C253BEB.getcadre.com) (Ping timeout)
  1052. # [08:32] * Joins: azakai (alon@C7EAB352.4196A8A4.5BC18891.IP)
  1053. # [08:33] * cjones-brb is now known as cjones
  1054. # [08:36] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  1055. # [08:37] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1056. # [08:41] * Joins: stransky (stransky@moz-FB491625.net.upcbroadband.cz)
  1057. # [08:45] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  1058. # [08:46] * Joins: Ryan (rflint@moz-A287E317.com)
  1059. # [08:46] * Quits: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com) (Quit: Leaving.)
  1060. # [08:47] * Joins: dumitru (dgherman@moz-7C253BEB.getcadre.com)
  1061. # [08:47] * Quits: tantek (tantek@moz-3C9F4340.socal.res.rr.com) (Quit: tantek)
  1062. # [08:48] * Joins: reed (reed@tech.monkey)
  1063. # [08:48] * Joins: Mano (mano@8D21BBF9.C4588C01.39716721.IP)
  1064. # [08:50] * Joins: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP)
  1065. # [08:51] * Quits: surkov (surkov@899F096E.B7015738.33A1AC3C.IP) (Quit: surkov)
  1066. # [08:51] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  1067. # [08:51] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1068. # [08:52] * Quits: brendan (brendaneic@35E90EE3.B8B12C49.396B22AD.IP) (Ping timeout)
  1069. # [08:54] * Joins: ferjm (ferjm@moz-3E963969.red-83-60-166.dynamicip.rima-tde.net)
  1070. # [08:56] * Quits: JazzBot (Mibbit@moz-1D1DBCF9.kc.res.rr.com) (Quit: http://www.mibbit.com ajax IRC Client)
  1071. # [08:57] * Joins: fitzgen (fitzgen@80C813C2.5AA33DAB.2321E71E.IP)
  1072. # [08:58] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1073. # [08:59] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1074. # [09:04] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1075. # [09:04] * Joins: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com)
  1076. # [09:05] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1077. # [09:05] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1078. # [09:05] * Quits: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com) (Quit: Leaving.)
  1079. # [09:06] * Joins: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com)
  1080. # [09:10] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Quit: bye)
  1081. # [09:12] * Quits: janv (varga@moz-6859D76E.o2inet.sk) (Quit: This computer has gone to sleep)
  1082. # [09:14] * Quits: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com) (Quit: Leaving.)
  1083. # [09:15] * whimboo|afk is now known as whimboo
  1084. # [09:15] * Quits: sbward (Thunderbir@moz-E8364EF1.sd.sd.cox.net) (Ping timeout)
  1085. # [09:20] * Joins: surkov (surkov@899F096E.B7015738.33A1AC3C.IP)
  1086. # [09:21] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  1087. # [09:22] * Joins: Ms2ger (Ms2ger@moz-B65B6665.adsl-dyn.isp.belgacom.be)
  1088. # [09:24] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: Success !!)
  1089. # [09:26] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  1090. # [09:27] * Fallen|away is now known as Fallen
  1091. # [09:27] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1092. # [09:29] * Quits: stransky (stransky@moz-FB491625.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1093. # [09:31] * ewong|afk is now known as ewong
  1094. # [09:31] * Joins: janv (varga@moz-6859D76E.o2inet.sk)
  1095. # [09:32] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1096. # [09:32] <Yoric> ttaubert: Do you know exactly when we write page thumbnails?
  1097. # [09:33] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1098. # [09:33] * Quits: teoli (teoli@BCD2C715.65189F53.F1085784.IP) (Input/output error)
  1099. # [09:33] * Joins: teoli (teoli@BCD2C715.65189F53.F1085784.IP)
  1100. # [09:34] * Joins: janv_ (varga@moz-72A80AFA.o2inet.sk)
  1101. # [09:34] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1102. # [09:34] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1103. # [09:35] * Quits: janv (varga@moz-6859D76E.o2inet.sk) (Ping timeout)
  1104. # [09:35] <Yoric> ttaubert: Also, it seems that there is a bug about breaking up sessionstore updates into small chunks, do you remember which bug it is?
  1105. # [09:35] * Quits: Mano (mano@8D21BBF9.C4588C01.39716721.IP) (Client exited)
  1106. # [09:36] * Quits: teoli (teoli@BCD2C715.65189F53.F1085784.IP) (Ping timeout)
  1107. # [09:36] * Quits: fitzgen (fitzgen@80C813C2.5AA33DAB.2321E71E.IP) (Quit: zzzzzzzzz)
  1108. # [09:36] * Joins: dveditz (dveditz@moz-2E27FF0C.socal.res.rr.com)
  1109. # [09:36] * ChanServ sets mode: +o dveditz
  1110. # [09:36] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1111. # [09:37] * Joins: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com)
  1112. # [09:37] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  1113. # [09:38] <Yoric> dietrich: I seem to remember that you were on that bug. Do you have the bug# at hand?
  1114. # [09:38] * janv_ is now known as janv
  1115. # [09:38] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  1116. # [09:39] * Quits: Mook (mook@moz-8F011215.dsl.teksavvy.com) (Quit: zzz)
  1117. # [09:39] * Joins: darktrojan (geoff@moz-B0044B59.telstraclear.net)
  1118. # [09:39] <Archaeopteryx> Yoric: https://bugzilla.mozilla.org/show_bug.cgi?id=669034 ?
  1119. # [09:40] <Yoric> Possible. But I seemed to remember that there was some code already.
  1120. # [09:40] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1121. # [09:41] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Connection reset by peer)
  1122. # [09:41] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1123. # [09:42] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1124. # [09:45] * Joins: teoli (teoli@BCD2C715.65189F53.F1085784.IP)
  1125. # [09:46] <Archaeopteryx> https://bugzilla.mozilla.org/show_bug.cgi?id=669603 has code, there are 37 open bugs where dietrich is in the cc and "session" and "store" in the subject: http://goo.gl/UZBhl
  1126. # [09:49] * Fallen is now known as Fallen|away
  1127. # [09:50] * Quits: nattokirai (nattokirai@moz-176E53A7.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  1128. # [09:51] * Joins: janv_ (varga@moz-4B159D35.o2inet.sk)
  1129. # [09:52] * Quits: janv (varga@moz-72A80AFA.o2inet.sk) (Ping timeout)
  1130. # [09:53] * Fallen|away is now known as Fallen
  1131. # [09:54] * glob is now known as glob|away
  1132. # [09:54] * Joins: Stan_ (Stan@moz-A7032FE8.dip.t-dialin.net)
  1133. # [09:55] * Quits: Stan (Stan@moz-4F48F3E.dip.t-dialin.net) (Ping timeout)
  1134. # [09:56] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1135. # [09:56] <glazou> bonjour
  1136. # [09:57] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1137. # [09:58] * Joins: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP)
  1138. # [10:00] * Joins: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP)
  1139. # [10:04] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1140. # [10:04] * Joins: janv__ (varga@moz-6D9F8A75.o2inet.sk)
  1141. # [10:05] * Quits: janv_ (varga@moz-4B159D35.o2inet.sk) (Ping timeout)
  1142. # [10:06] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1143. # [10:07] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/fcad43f8558f - Ryan VanderMeulen - Merge m-c to fx-team.
  1144. # [10:07] <firebot> http://hg.mozilla.org/mozilla-central/rev/8f540f781420 - Victor Porof - Bug 813587 - When performing global searches with very few characters the browser may become unresponsive, r=past
  1145. # [10:07] <firebot> http://hg.mozilla.org/mozilla-central/rev/56f72c68233a - Victor Porof - Bug 813172 - Evaluating 'arguments' as a watch expression always yields an empty pseudo-array, r=rcampbell
  1146. # [10:07] <firebot> http://hg.mozilla.org/mozilla-central/rev/4c8114fbf1a9 - Victor Porof - Bug 813471 - A breakpoint can be placed at the wrong line when using key shortcuts after opening the source editor's context menu, r=past
  1147. # [10:07] <firebot> http://hg.mozilla.org/mozilla-central/rev/f502b87db36a - Victor Porof - Bug 813199 - Closing a tab with a conditional breakpoint panel open does not hide the panel, r=past
  1148. # [10:08] <firebot> http://hg.mozilla.org/mozilla-central/rev/3d52cb78cebd - Victor Porof - Bug 805759 - Relax global search results auto-expand rules, r=past
  1149. # [10:08] <firebot> http://hg.mozilla.org/mozilla-central/rev/a701300a17ab - Mihai Sucan - Bug 811282 - Remote Console fails to close completely in the event of a connection error; r=rcampell
  1150. # [10:08] <firebot> http://hg.mozilla.org/mozilla-central/rev/fc2541bc94be - Victor Porof - Bug 813697 - TypeError: breakpointClient is null at debugger-controller.js:472, r=past
  1151. # [10:08] * Quits: janv__ (varga@moz-6D9F8A75.o2inet.sk) (Quit: This computer has gone to sleep)
  1152. # [10:09] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1153. # [10:09] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1154. # [10:09] * Joins: victorporof (victorporo@3050C71E.9F23B8E6.79933D60.IP)
  1155. # [10:10] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  1156. # [10:10] * Joins: francisco (FJordan1@A2B3A870.9CE97A8F.37E87C2C.IP)
  1157. # [10:10] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  1158. # [10:10] * Joins: kaze (kaze@moz-F8747CC6.dsl.ovh.fr)
  1159. # [10:14] * Quits: azakai (alon@C7EAB352.4196A8A4.5BC18891.IP) (Ping timeout)
  1160. # [10:15] * Joins: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1161. # [10:15] * Joins: graememcc (chatzilla@moz-40BC8532.range86-148.btcentralplus.com)
  1162. # [10:16] * Quits: rniwa (rniwa@moz-F7CDA726.sb.sd.cox.net) (Quit: rniwa)
  1163. # [10:17] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1164. # [10:18] * Joins: Mano (mano@8D21BBF9.C4588C01.39716721.IP)
  1165. # [10:20] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1166. # [10:21] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1167. # [10:21] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1168. # [10:22] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  1169. # [10:22] * Quits: kaze (kaze@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1170. # [10:23] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1171. # [10:27] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  1172. # [10:29] * Quits: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: I took the wrong pill!!!)
  1173. # [10:29] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1174. # [10:29] * Joins: edmorley (edmorley@moz-96C81933.range86-145.btcentralplus.com)
  1175. # [10:30] * Joins: jgilbert (jgilbert@60E228B8.B090BEBA.9F675CBD.IP)
  1176. # [10:34] * Joins: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP)
  1177. # [10:34] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1178. # [10:35] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1179. # [10:36] * Joins: azakai (alon@60E228B8.B090BEBA.9F675CBD.IP)
  1180. # [10:37] * Joins: kaze (kaze@moz-F8747CC6.dsl.ovh.fr)
  1181. # [10:38] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  1182. # [10:42] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1183. # [10:42] * Quits: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com) (Quit: Leaving.)
  1184. # [10:45] * Joins: Wusel_ (muench@moz-643A8764.planconnect.de)
  1185. # [10:47] * Joins: masayuki2 (Thunderbir@moz-65EA27DC.userreverse.dion.ne.jp)
  1186. # [10:47] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1187. # [10:48] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1188. # [10:48] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1189. # [10:48] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1190. # [10:48] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  1191. # [10:49] * Quits: azakai (alon@60E228B8.B090BEBA.9F675CBD.IP) (Quit: Ex-Chat)
  1192. # [10:49] * Joins: azakai (alon@60E228B8.B090BEBA.9F675CBD.IP)
  1193. # [10:50] * Joins: Wusel__ (muench@moz-643A8764.planconnect.de)
  1194. # [10:50] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1195. # [10:50] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  1196. # [10:51] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1197. # [10:51] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1198. # [10:51] * mattwoodrow is now known as mattwoodrow|away
  1199. # [10:52] * Joins: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  1200. # [10:53] * Quits: Wusel__ (muench@moz-643A8764.planconnect.de) (Ping timeout)
  1201. # [10:53] * Quits: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: I took the wrong pill!!!)
  1202. # [10:53] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1203. # [10:54] * Quits: Mano (mano@8D21BBF9.C4588C01.39716721.IP) (Client exited)
  1204. # [10:54] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1205. # [10:55] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1206. # [10:56] * Quits: darktrojan (geoff@moz-B0044B59.telstraclear.net) (Quit: darktrojan)
  1207. # [10:57] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  1208. # [10:57] * Joins: Mano (mano@8D21BBF9.C4588C01.39716721.IP)
  1209. # [11:00] * Joins: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com)
  1210. # [11:00] * Quits: garnacho (carlos@moz-1BF440CF.dyn.user.ono.com) (Connection reset by peer)
  1211. # [11:01] * Joins: garnacho (carlos@moz-1BF440CF.dyn.user.ono.com)
  1212. # [11:01] * Quits: graememcc (chatzilla@moz-40BC8532.range86-148.btcentralplus.com) (Ping timeout)
  1213. # [11:01] * Quits: vtmarvin (Thunderbir@32DFDBE.7102BCB6.B7C3970A.IP) (Client exited)
  1214. # [11:02] * Joins: graememcc (chatzilla@moz-9476BD51.range86-160.btcentralplus.com)
  1215. # [11:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dd00a3bad021 - Ed Morley - Backout d30b99cfd933 (bug 802385), 58ce0ddf7611 (bug 810275), 1c96b4a67d38 (bug 810592) for reftest failures
  1216. # [11:04] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1217. # [11:04] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Computer has gone to sleep.)
  1218. # [11:05] * ewong is now known as ewong|afk
  1219. # [11:05] * Quits: graememcc (chatzilla@moz-9476BD51.range86-160.btcentralplus.com) (Ping timeout)
  1220. # [11:06] * Joins: graememcc (chatzilla@moz-62BF03BC.range86-148.btcentralplus.com)
  1221. # [11:06] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1222. # [11:07] * Quits: masayuki2 (Thunderbir@moz-65EA27DC.userreverse.dion.ne.jp) (Ping timeout)
  1223. # [11:11] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1224. # [11:11] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1225. # [11:19] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1226. # [11:19] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1227. # [11:20] * Quits: Mano (mano@8D21BBF9.C4588C01.39716721.IP) (Connection reset by peer)
  1228. # [11:20] * Quits: @dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net) (Ping timeout)
  1229. # [11:20] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1230. # [11:21] * Joins: Mano (mano@8D21BBF9.C4588C01.39716721.IP)
  1231. # [11:21] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  1232. # [11:21] * Quits: Wusel_ (muench@moz-643A8764.planconnect.de) (Quit: Wusel_)
  1233. # [11:23] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1234. # [11:24] * Quits: Ms2ger (Ms2ger@moz-B65B6665.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1235. # [11:25] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Ping timeout)
  1236. # [11:25] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1237. # [11:25] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1238. # [11:25] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1239. # [11:26] * Joins: paolo (paolo@moz-CDC050CA.retail.telecomitalia.it)
  1240. # [11:26] * Joins: sewardj (sewardj@moz-8BCD65E0.dip.t-dialin.net)
  1241. # [11:27] * Quits: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP) (Ping timeout)
  1242. # [11:31] * Joins: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP)
  1243. # [11:38] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Ping timeout)
  1244. # [11:39] * Quits: sewardj_ (sewardj@moz-8BCD65E0.dip.t-dialin.net) (Input/output error)
  1245. # [11:40] * Joins: Ms2ger (Ms2ger@moz-C7455977.ugent.be)
  1246. # [11:40] * Joins: gandalf (zbraniecki@D52C68F8.F2ACB2A4.9CCE4DE2.IP)
  1247. # [11:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/98a1b656277b - Paul Adenot - Bug 779997 - Backout e35029dcac2d to enable libsoundtouch again.
  1248. # [11:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a20b32f37e7a - Paul Adenot - Bug 495040 - Implement playbackRate and related bits (Fix other tests) r=kinetik
  1249. # [11:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fd80fa7611e0 - Paul Adenot - Bug 495040 - Implement playbackRate and related bits (Tests) r=kinetik
  1250. # [11:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/265233a61624 - Paul Adenot - Bug 495040 - Implement playbackRate and related bits r=kinetik
  1251. # [11:45] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1252. # [11:47] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1253. # [11:49] * Quits: Ms2ger (Ms2ger@moz-C7455977.ugent.be) (Quit: bbl)
  1254. # [11:49] * Joins: jfkthame (jfkthame@5BC740F4.F3A79F4C.9542EC20.IP)
  1255. # [11:49] * Quits: victorporof (victorporo@3050C71E.9F23B8E6.79933D60.IP) (Quit: victorporof)
  1256. # [11:50] * Quits: surkov (surkov@899F096E.B7015738.33A1AC3C.IP) (Quit: surkov)
  1257. # [11:51] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1258. # [11:58] * Quits: dumitru (dgherman@moz-7C253BEB.getcadre.com) (Ping timeout)
  1259. # [11:58] * Quits: Ryan (rflint@moz-A287E317.com) (Ping timeout)
  1260. # [11:58] * Quits: reed (reed@tech.monkey) (Ping timeout)
  1261. # [12:00] * Quits: tchevalier (Thunderbir@26DF2FEE.76D180ED.C47D5415.IP) (Quit: tchevalier)
  1262. # [12:01] * Joins: Ryan (rflint@moz-A287E317.com)
  1263. # [12:02] * Quits: Ryan (rflint@moz-A287E317.com) (Ping timeout)
  1264. # [12:04] * Joins: tzimmermann (tzimmerman@moz-2F9F0FB9.pools.arcor-ip.net)
  1265. # [12:04] * ferjm is now known as ferjm|afk
  1266. # [12:05] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1267. # [12:05] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Connection reset by peer)
  1268. # [12:05] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1269. # [12:05] * Joins: mak (chatzilla@moz-F4B224E3.retail.telecomitalia.it)
  1270. # [12:06] * Quits: kmoir-afk (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  1271. # [12:06] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Client exited)
  1272. # [12:07] * Joins: kmoir-afk (chatzilla@DFD4A584.2FE886BF.6816E6B7.IP)
  1273. # [12:07] * ferjm|afk is now known as ferjm
  1274. # [12:12] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1275. # [12:12] * ChanServ sets mode: +o smaug
  1276. # [12:13] * Quits: StevenLee (chatzilla@moz-99690620.hinet-ip.hinet.net) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121025210744])
  1277. # [12:16] * Joins: Ryan (rflint@moz-A287E317.com)
  1278. # [12:17] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1279. # [12:18] * Quits: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1280. # [12:19] * Joins: reed (reed@tech.monkey)
  1281. # [12:19] * Joins: dumitru (dgherman@moz-7C253BEB.getcadre.com)
  1282. # [12:19] * Joins: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com)
  1283. # [12:23] * Joins: dao (dao@moz-4BFE6C37.web.vodafone.de)
  1284. # [12:25] * Fallen is now known as Fallen|away
  1285. # [12:25] * Quits: dao (dao@moz-4BFE6C37.web.vodafone.de) (Quit: Leaving.)
  1286. # [12:27] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1287. # [12:29] * Quits: nical (nico@moz-F8747CC6.dsl.ovh.fr) (Quit: nical)
  1288. # [12:29] * Joins: joe_walk_ (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1289. # [12:30] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  1290. # [12:30] * Parts: derptacious (root@moz-D52DE364.hsd1.ca.comcast.net)
  1291. # [12:32] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  1292. # [12:32] * Joins: JeroenDeDauw1 (j@moz-14D5AD29.dip.t-dialin.net)
  1293. # [12:32] * Quits: JeroenDeDauw (j@moz-BFF76CDA.dip.t-dialin.net) (Ping timeout)
  1294. # [12:33] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Quit: Leaving...)
  1295. # [12:33] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1296. # [12:33] * Quits: joe_walk_ (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Quit: )
  1297. # [12:34] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1298. # [12:36] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1299. # [12:37] * Joins: glob (glob@moz-DF237567.glob.com.au)
  1300. # [12:37] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
  1301. # [12:38] * glob is now known as glob|away
  1302. # [12:39] * baku|away is now known as baku
  1303. # [12:41] * Quits: gandalf (zbraniecki@D52C68F8.F2ACB2A4.9CCE4DE2.IP) (Quit: I took the wrong pill!!!)
  1304. # [12:41] * ferjm is now known as ferjm|afk
  1305. # [12:45] * Quits: Mano (mano@8D21BBF9.C4588C01.39716721.IP) (Client exited)
  1306. # [12:47] * Joins: morrison (morrison@moz-EDA608C3.cs.ucl.ac.uk)
  1307. # [12:50] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Connection reset by peer)
  1308. # [12:53] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  1309. # [12:54] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1310. # [12:57] * Quits: morrison (morrison@moz-EDA608C3.cs.ucl.ac.uk) (Quit: Leaving)
  1311. # [12:58] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1312. # [13:00] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1313. # [13:01] <@smaug> so US is closed today
  1314. # [13:01] <@smaug> Canada isn't, right?
  1315. # [13:03] <edmorley> correct
  1316. # [13:03] <mounir> smaug: indeed
  1317. # [13:04] <mounir> smaug: most US is closed tomorrow too
  1318. # [13:05] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1319. # [13:06] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  1320. # [13:06] * Joins: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP)
  1321. # [13:07] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1322. # [13:08] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1323. # [13:09] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  1324. # [13:14] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  1325. # [13:17] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1326. # [13:18] * Quits: Cwiiis (cwiiis@moz-125BA310.croy.cable.virginmedia.com) (Ping timeout)
  1327. # [13:20] * Quits: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP) (Ping timeout)
  1328. # [13:21] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1329. # [13:22] * Quits: jwilde (Thunderbir@moz-23E1A364.aton.com) (Ping timeout)
  1330. # [13:23] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1331. # [13:26] <@smaug> I guess that means I don't need to review any US patches this week :)
  1332. # [13:28] * Joins: surkov (surkov@899F096E.B7015738.33A1AC3C.IP)
  1333. # [13:29] * Quits: garnacho (carlos@moz-1BF440CF.dyn.user.ono.com) (Connection reset by peer)
  1334. # [13:29] * Joins: garnacho (carlos@moz-1BF440CF.dyn.user.ono.com)
  1335. # [13:33] * Joins: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com)
  1336. # [13:34] * Joins: Mano (mano@8D21BBF9.C4588C01.39716721.IP)
  1337. # [13:36] * Joins: Idz (Mibbit@45B77FF8.6A7C316E.948E5B.IP)
  1338. # [13:41] * Joins: c0smikdebris (textual@837AD045.1DB862AB.BE90E62C.IP)
  1339. # [13:42] * Quits: c0smikdebris (textual@837AD045.1DB862AB.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1340. # [13:42] * Quits: @dveditz (dveditz@moz-2E27FF0C.socal.res.rr.com) (Quit: dveditz)
  1341. # [13:44] * Joins: KaiRo (robert@moz-54CB31CB.adsl.highway.telekom.at)
  1342. # [13:45] * kmoir-afk is now known as kmoir
  1343. # [13:46] * Quits: Mano (mano@8D21BBF9.C4588C01.39716721.IP) (Client exited)
  1344. # [13:47] * Joins: joebain1 (Mibbit@8388E484.2679473D.B4D56B8C.IP)
  1345. # [13:48] * Joins: andreasn (andreasn@moz-ECF31690.customer.telia.com)
  1346. # [13:51] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Client exited)
  1347. # [13:53] <glazou> wednesday, chase and cook the turkey, thursday digest the turkey, friday hunt black friday deals
  1348. # [13:55] <derf> I managed to read that as "cook and tukey" and thought you had typoed Cooley's name for a bit.
  1349. # [13:56] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1350. # [13:56] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  1351. # [13:57] * Joins: victorporof (victorporo@BEA0D43A.39508509.6A4F8DA2.IP)
  1352. # [13:57] <RyanVM> edmorley: happy Thanksgiving!
  1353. # [13:57] <RyanVM> did you at least have a turkey sandwich to celebrate? :)
  1354. # [13:57] <edmorley> RyanVM: and you! :-)
  1355. # [13:58] <edmorley> I have a cup of green tea at the moment, but that probably doesn't count!
  1356. # [13:58] * Joins: Mano (mano@8D21BBF9.C4588C01.39716721.IP)
  1357. # [14:00] <RyanVM> :)
  1358. # [14:00] * Joins: morrison (morrison@514D186.F3BBB17D.144F44FA.IP)
  1359. # [14:02] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1360. # [14:03] <edmorley> I'm very much looking forward to a potentially green-tastic quiet tree today
  1361. # [14:04] <derf> Last Thanksgiving I remember everything being incredibly quiet. Today I wake up at 4:30 AM to discover I already have 40 new bugmails.
  1362. # [14:04] <edmorley> hehe
  1363. # [14:05] * Joins: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP)
  1364. # [14:05] * Quits: Mano (mano@8D21BBF9.C4588C01.39716721.IP) (Ping timeout)
  1365. # [14:05] * Quits: edmorley (edmorley@moz-96C81933.range86-145.btcentralplus.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1366. # [14:07] * Quits: Idz (Mibbit@45B77FF8.6A7C316E.948E5B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1367. # [14:07] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1368. # [14:07] * Joins: Mano (mano@600B52EA.C4588C01.39716721.IP)
  1369. # [14:07] * Joins: edmorley (edmorley@moz-96C81933.range86-145.btcentralplus.com)
  1370. # [14:08] * Joins: pascalc (chatzilla@moz-F8747CC6.dsl.ovh.fr)
  1371. # [14:08] * Joins: jprmc (jprmc@moz-542588AA.cpe.net.cable.rogers.com)
  1372. # [14:09] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1373. # [14:09] * KaiRo figures he'll go with half the Thanksgiving experience - no turkey and family, but still watching football :)
  1374. # [14:10] * Quits: Mano (mano@600B52EA.C4588C01.39716721.IP) (Ping timeout)
  1375. # [14:10] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1376. # [14:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/36527dc12585 - Peter Van der Beken - Fix for bug 812333 (Replace Node quickstubs with new binding methods) - part 1: make WrapNewBindingObject asserts deal with HTMLCollection. r=bz.
  1377. # [14:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3e9a567ce55c - Peter Van der Beken - Fix for bug 814022 (Make instanceof for new DOM bindings work across scopes). r=bz.
  1378. # [14:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/065f7c04346e - Peter Van der Beken - Fix for bug 812333 (Replace Node quickstubs with new binding methods) - part 2: install Node's binding methods on the XPConnect proto. r=bz.
  1379. # [14:12] * Quits: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP) (Quit: kennyluck)
  1380. # [14:13] * Joins: Mano (mano@A276EC82.C4588C01.39716721.IP)
  1381. # [14:14] * Quits: joebain1 (Mibbit@8388E484.2679473D.B4D56B8C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1382. # [14:18] * Quits: surkov (surkov@899F096E.B7015738.33A1AC3C.IP) (Quit: surkov)
  1383. # [14:18] * Joins: randix (randix@moz-BF9346EC.dsl.scrm01.pacbell.net)
  1384. # [14:18] <RyanVM> edmorley: just you and me this weekend!
  1385. # [14:18] <RyanVM> I actually had to file some orange bugs last night :(
  1386. # [14:18] <RyanVM> KaiRo: nice
  1387. # [14:19] * Joins: dao (dao@moz-4BDA1D1D.dip.tu-dresden.de)
  1388. # [14:19] * Joins: vikash (vikash@8E450F1.38F0169.5D9ABA9F.IP)
  1389. # [14:21] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1390. # [14:21] <Yoric> ttaubert: If I write a ugly hack for bug 753768, will you stop being my friend?
  1391. # [14:23] * Joins: thomasstache (Thunderbir@3BF70A30.19A94369.EB3A6EA6.IP)
  1392. # [14:27] * Quits: thomasstache (Thunderbir@3BF70A30.19A94369.EB3A6EA6.IP) (Quit: thomasstache)
  1393. # [14:27] * Joins: thomasstache (Thunderbir@3BF70A30.19A94369.EB3A6EA6.IP)
  1394. # [14:27] * Quits: thomasstache (Thunderbir@3BF70A30.19A94369.EB3A6EA6.IP) (Quit: thomasstache)
  1395. # [14:27] * Joins: thomasstache (Thunderbir@3BF70A30.19A94369.EB3A6EA6.IP)
  1396. # [14:28] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1397. # [14:28] * Quits: thomasstache (Thunderbir@3BF70A30.19A94369.EB3A6EA6.IP) (Quit: thomasstache)
  1398. # [14:29] * Quits: Mano (mano@A276EC82.C4588C01.39716721.IP) (Client exited)
  1399. # [14:29] * Joins: Matti (chatzilla@moz-700AC19F.dip.t-dialin.net)
  1400. # [14:30] * kmoir is now known as kmoir_buildduty
  1401. # [14:31] * Quits: nical (nico@moz-F8747CC6.dsl.ovh.fr) (Quit: nical)
  1402. # [14:32] * Joins: c0smikdebris (textual@717AC977.ABF85F3E.8DE24349.IP)
  1403. # [14:33] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1404. # [14:33] * Joins: Mano (mano@A276EC82.C4588C01.39716721.IP)
  1405. # [14:34] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1406. # [14:34] * Quits: kaze (kaze@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1407. # [14:35] <edmorley> RyanVM: bah that NSS android shutdown crash is doing my head in
  1408. # [14:35] <RyanVM> edmorley: that'll learn you to stop ignoring them!
  1409. # [14:36] * Joins: _AxS_ (axs@moz-E7607041.cpe.net.cable.rogers.com)
  1410. # [14:37] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1411. # [14:37] * Quits: randix (randix@moz-BF9346EC.dsl.scrm01.pacbell.net) (Quit: Colloquy for iPad - http://colloquy.mobi)
  1412. # [14:40] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Ping timeout)
  1413. # [14:42] * mjschranz is now known as mjschranz_away
  1414. # [14:42] * Joins: hub (hub@F2D29657.F60B0462.67AC9B1.IP)
  1415. # [14:43] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Client exited)
  1416. # [14:43] * Joins: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com)
  1417. # [14:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c5150d0647f9 - Chuck Lee - Bug 807136 - Enable schedule scan recovery based on device property. r=mrbkap
  1418. # [14:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9dd1ad30ec92 - Andrea Marchesini - Bug 808266 - Add memory reporter for GrallocBufferActor. r=cjones
  1419. # [14:47] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1420. # [14:48] * glob|away is now known as glob
  1421. # [14:48] * Quits: Mano (mano@A276EC82.C4588C01.39716721.IP) (Client exited)
  1422. # [14:51] <edmorley> philor|away: looks like your quote is being re-used thenextweb.com/apps/2012/11/22/mozilla-quietly-kills-firefox-64-bit-for-windows-despite-an-alleged-50-of-testers-using-it/
  1423. # [14:51] <edmorley> ffs http prefix removal
  1424. # [14:51] * Joins: espindola (espindola@moz-F4E858F3.dsl.teksavvy.com)
  1425. # [14:52] * Joins: kaze (kaze@moz-F8747CC6.dsl.ovh.fr)
  1426. # [14:52] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
  1427. # [14:52] * Joins: armenzg (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  1428. # [14:53] * Joins: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP)
  1429. # [14:54] * Quits: dao (dao@moz-4BDA1D1D.dip.tu-dresden.de) (Quit: Leaving.)
  1430. # [14:56] * Joins: dao (dao@moz-4BDA1D1D.dip.tu-dresden.de)
  1431. # [14:56] * mdas is now known as mdas|afk
  1432. # [14:56] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/4101138ae0c4 - Blake Kaplan - Bug 812717 - Use the correct nsISupports pointer. r=dougt, a=blocking-basecamp
  1433. # [14:56] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/7263d45b4ff5 - Chris Pearce - Bug 690989 - Work around fullscreenchange events sometimes being dispatched before fullscreen transition completes on Linux. r=smaug, a=test-only
  1434. # [14:56] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/bc5914b106a4 - Fabrice Desré - Bug 813828 - Allow chrome code to launch Web Activities. r=mounir, a=blocking-basecamp
  1435. # [14:56] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/a55eb398a235 - Thinker K.F. Li - Bug 810734 - Check EOF to avoid infinite looping when parsing MP4. r=doublec, a=blocking-basecamp
  1436. # [14:56] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/3e132d25806b - Shian-Yow Wu - Bug 790463 - [B2G] several telephony tests often causes emulator to crash. r=jgriffin, a=blocking-basecamp
  1437. # [14:59] * Quits: JeroenDeDauw1 (j@moz-14D5AD29.dip.t-dialin.net) (Quit: Leaving.)
  1438. # [14:59] * Joins: JeroenDeDauw (j@moz-14D5AD29.dip.t-dialin.net)
  1439. # [14:59] * Quits: graememcc (chatzilla@moz-62BF03BC.range86-148.btcentralplus.com) (Ping timeout)
  1440. # [15:02] * Joins: surkov (surkov@899F096E.B7015738.33A1AC3C.IP)
  1441. # [15:02] <RyanVM> edmorley: want me to push bug 690989 to esr17?
  1442. # [15:03] <edmorley> RyanVM: that would be great, thank you
  1443. # [15:04] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1444. # [15:04] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1445. # [15:05] * rail_away is now known as rail
  1446. # [15:06] * jhopkins|afk is now known as jhopkins
  1447. # [15:06] * Joins: graememcc (chatzilla@moz-7BC52C2E.range86-148.btcentralplus.com)
  1448. # [15:08] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1449. # [15:09] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1450. # [15:13] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1451. # [15:13] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1452. # [15:14] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1453. # [15:14] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1454. # [15:16] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1455. # [15:16] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1456. # [15:17] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1457. # [15:17] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1458. # [15:18] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1459. # [15:19] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1460. # [15:19] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1461. # [15:21] * Quits: vikash (vikash@8E450F1.38F0169.5D9ABA9F.IP) (Quit: Leaving)
  1462. # [15:26] * AutomatedTester|AFK is now known as AutomatedTester
  1463. # [15:27] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1464. # [15:27] * rail is now known as rail_brb
  1465. # [15:27] * mjschranz_away is now known as mjschranz
  1466. # [15:28] * ewong|sleep is now known as ewong
  1467. # [15:32] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  1468. # [15:33] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1469. # [15:34] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1470. # [15:34] * Quits: mwargers (chatzilla@moz-E31CD2CB.mozilla.org) (Ping timeout)
  1471. # [15:34] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1472. # [15:35] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1473. # [15:36] * coop|afk is now known as coop
  1474. # [15:36] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1475. # [15:38] * Joins: Mano (mano@A276EC82.C4588C01.39716721.IP)
  1476. # [15:39] * Joins: till (till@moz-9C52FEBB.adsl.alicedsl.de)
  1477. # [15:39] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1478. # [15:40] * Quits: kaze (kaze@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1479. # [15:42] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1480. # [15:43] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1481. # [15:44] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1482. # [15:44] * Joins: Wusel_ (muench@moz-643A8764.planconnect.de)
  1483. # [15:44] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1484. # [15:44] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  1485. # [15:44] * ewong is now known as ewong|sleep
  1486. # [15:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9e2462d9a974 - Andrea Marchesini - Bug 813462 - Activities with unknown properties in the payload should not be filtered-out by the handlers. r=mounir
  1487. # [15:44] * mdas|afk is now known as mdas
  1488. # [15:45] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1489. # [15:47] * Quits: c0smikdebris (textual@717AC977.ABF85F3E.8DE24349.IP) (Ping timeout)
  1490. # [15:48] * bwinton_away is now known as bwinton
  1491. # [15:50] * Quits: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP) (Ping timeout)
  1492. # [15:50] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1493. # [15:52] * Joins: T3 (T3@8AD413DD.3053860D.A992BEAD.IP)
  1494. # [15:53] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  1495. # [15:53] * Joins: c0smikdebris (textual@717AC977.ABF85F3E.8DE24349.IP)
  1496. # [15:53] <till> KWierso|PTO: It was actually bug 784294 that harmed the Jetpacks, but that's fixed and landed, too.
  1497. # [15:54] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1498. # [15:54] * Joins: kaze (kaze@moz-F8747CC6.dsl.ovh.fr)
  1499. # [15:56] * Quits: paolo (paolo@moz-CDC050CA.retail.telecomitalia.it) (Ping timeout)
  1500. # [15:56] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  1501. # [15:57] * Joins: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP)
  1502. # [15:59] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1503. # [16:01] * Quits: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
  1504. # [16:01] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1505. # [16:01] * Joins: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP)
  1506. # [16:02] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1507. # [16:02] * ChanServ sets mode: +o ehsan
  1508. # [16:02] * Joins: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP)
  1509. # [16:04] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1510. # [16:04] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1511. # [16:05] * Standard8 is now known as Standard8Away
  1512. # [16:05] * Joins: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net)
  1513. # [16:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b4fa8b1f279d - Brian Hackett - Add --thread-count=N to shell, use at most one core for off thread compilation, disallow off thread compilation during IGC, bug 813559. r=dvander
  1514. # [16:06] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1515. # [16:06] * Joins: clokep (Instantbir@moz-5CAD64E3.nycmny.fios.verizon.net)
  1516. # [16:07] * Quits: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP) (Ping timeout)
  1517. # [16:07] * Quits: Wusel_ (muench@moz-643A8764.planconnect.de) (Quit: Wusel_)
  1518. # [16:08] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1519. # [16:08] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1520. # [16:09] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1521. # [16:10] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1522. # [16:10] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1523. # [16:10] * Joins: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP)
  1524. # [16:10] * mcote|afk is now known as mcote
  1525. # [16:13] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1526. # [16:13] * armenzg is now known as armenzg_brb
  1527. # [16:14] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1528. # [16:14] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1529. # [16:14] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1530. # [16:15] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1531. # [16:15] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1532. # [16:16] * Joins: paolo (paolo@moz-E716DA87.retail.telecomitalia.it)
  1533. # [16:17] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Ping timeout)
  1534. # [16:17] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Ping timeout)
  1535. # [16:19] * Quits: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP) (Ping timeout)
  1536. # [16:20] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1537. # [16:20] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1538. # [16:21] * Quits: c0smikdebris (textual@717AC977.ABF85F3E.8DE24349.IP) (Ping timeout)
  1539. # [16:22] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1540. # [16:22] * Joins: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP)
  1541. # [16:23] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  1542. # [16:25] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1543. # [16:26] * Quits: dao (dao@moz-4BDA1D1D.dip.tu-dresden.de) (Quit: Leaving.)
  1544. # [16:26] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1545. # [16:26] * Joins: ehugg_ (chatzilla@moz-44D86B1E.cisco.com)
  1546. # [16:28] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1547. # [16:29] * Joins: Archae|mobile (AndChat@moz-756328DB.cust.telecolumbus.net)
  1548. # [16:29] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1549. # [16:30] * Quits: paolo (paolo@moz-E716DA87.retail.telecomitalia.it) (Ping timeout)
  1550. # [16:30] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Ping timeout)
  1551. # [16:30] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1552. # [16:30] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  1553. # [16:31] * Quits: sstangl (sstangl@748344B9.A22D542B.1C5878CF.IP) (Ping timeout)
  1554. # [16:31] * Quits: surkov (surkov@899F096E.B7015738.33A1AC3C.IP) (Quit: surkov)
  1555. # [16:32] * Quits: @bz_sleep (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net) (Ping timeout)
  1556. # [16:34] <kaie> a question related to the splinter review in bugzilla.
  1557. # [16:34] <kaie> how do I finalize/post my comments, when the bugzilla page still says "draft"?
  1558. # [16:35] * Quits: lerc (quassel@121.75.147.126) (Ping timeout)
  1559. # [16:36] <kaie> hmm. ok. if I clicked overview, I get a publish button.
  1560. # [16:36] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1561. # [16:36] * Joins: c0smikdebris (textual@837AD045.1DB862AB.BE90E62C.IP)
  1562. # [16:37] * Joins: atte (atte@moz-401E92F1.dhcp.inet.fi)
  1563. # [16:37] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1564. # [16:37] * rail_brb is now known as rail
  1565. # [16:37] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1566. # [16:38] <glandium> glob: ping
  1567. # [16:38] * Joins: lerc (quassel@moz-B91F7839.telstraclear.net)
  1568. # [16:38] * glob is now known as glob|mtg
  1569. # [16:38] <glob|mtg> glandium, will ping you back in a bit :)
  1570. # [16:41] * Quits: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP) (Ping timeout)
  1571. # [16:42] * KaiRo is now known as KaiRo_away
  1572. # [16:44] * Joins: surkov (surkov@899F096E.B7015738.33A1AC3C.IP)
  1573. # [16:45] * Joins: paolo (paolo@moz-87473474.retail.telecomitalia.it)
  1574. # [16:45] * Quits: Archae|mobile (AndChat@moz-756328DB.cust.telecolumbus.net) (Ping timeout)
  1575. # [16:45] * Joins: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP)
  1576. # [16:45] <_AxS_> glandium: hey, you working today?
  1577. # [16:46] <glandium> _AxS_: i'm on it right now
  1578. # [16:47] * Quits: morrison (morrison@514D186.F3BBB17D.144F44FA.IP) (Client exited)
  1579. # [16:47] <_AxS_> glandium: sweet, thanks!
  1580. # [16:47] * davidb is now known as davidb|mtg
  1581. # [16:48] * clokep is now known as clokep-breakfast
  1582. # [16:49] * Quits: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP) (Ping timeout)
  1583. # [16:49] * Quits: berkerpeksag (berkerpeks@84086968.B6DB6490.6E2B3F2F.IP) (Ping timeout)
  1584. # [16:49] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Connection reset by peer)
  1585. # [16:49] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1586. # [16:50] <RyanVM> edmorley: I'm heading out
  1587. # [16:50] <edmorley> ok :-)
  1588. # [16:50] <RyanVM> ttyl
  1589. # [16:50] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89 [Firefox 19.0a1/20121118155823])
  1590. # [16:50] * Joins: bbondy_ (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1591. # [16:51] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Ping timeout)
  1592. # [16:51] * bbondy_ is now known as bbondy
  1593. # [16:52] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1594. # [16:53] * Joins: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP)
  1595. # [16:53] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1596. # [16:53] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1597. # [16:53] * glob|mtg is now known as glob
  1598. # [16:53] <glob> glandium, pong
  1599. # [16:54] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1600. # [16:54] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1601. # [16:55] <glandium> glob: can you check https://bug809430.bugzilla.mozilla.org/attachment.cgi?id=681995 in splinter? there are missing parts, here
  1602. # [16:55] * BenWa|sms is now known as BenWa
  1603. # [16:55] <_AxS_> glandium: what's missing?
  1604. # [16:56] <glob> glandium, ooo, interesting
  1605. # [16:56] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1606. # [16:56] * ChanServ sets mode: +o ehsan
  1607. # [16:56] <glandium> _AxS_: don't worry, it's a display thing in bugzilla
  1608. # [16:56] <_AxS_> Ahh..
  1609. # [16:57] <_AxS_> glandium: btw .. out of curiosity would there be any reason to not make the symverscript for libxul just do a 'global: *' ? ie instead of just versioning the js symbols?
  1610. # [16:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/15ce50d1d609 - David Burns - Bug 754220: Adding support for managing cookies to Marionette; r=mdas
  1611. # [17:00] * Standard8Away is now known as Standard8
  1612. # [17:01] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1613. # [17:01] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1614. # [17:03] <glandium> _AxS_: i'm worried this would make it significantly bigger
  1615. # [17:03] <glandium> _AxS_: do i still need to review 812265?
  1616. # [17:03] <_AxS_> glandium: regarding XUL_ or GECKO_ instead of @MOZ_APP_BASENAME@ -- i did that to avoid any potential conflicts that might arise from libxul conflicts between different versions of thunderbird and firefox .. no idea if that is a valid concern
  1617. # [17:03] <_AxS_> glandium: yes -- entirely different issue, that relates to versioning required in order to do a spidermonkey release
  1618. # [17:04] <_AxS_> glandium: as in codebase versioning, not symbol versioning
  1619. # [17:04] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1620. # [17:05] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  1621. # [17:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/83e6a9456aaf - Mike Conley - Bug 800314 - Stop the browser window from stealing focus when a download begins. r=paolo.
  1622. # [17:05] <glandium> _AxS_: the question was more whether the patch i'm flagged on is still relevant
  1623. # [17:05] <edmorley> khuey|away: I believe the shipping of the UA change was intentional, given the overrides added by bug 792054 and friends
  1624. # [17:06] <glandium> _AxS_: as for MOZ_APP_BASENAME, i think there's no conflict risk between tb and firefox
  1625. # [17:06] <_AxS_> glandium: yes it is. nobody i've talked to in jsapi etc know anything about the build system, they all wanted you to review
  1626. # [17:06] <glandium> _AxS_: so, shouldn't i be reviewing the new patches instead?
  1627. # [17:06] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1628. # [17:06] <_AxS_> glandium: ..there's two patches, one is for the build system, and the other is for headers
  1629. # [17:06] * Quits: paolo (paolo@moz-87473474.retail.telecomitalia.it) (Ping timeout)
  1630. # [17:07] <edmorley> khuey|away: I suppose additional overrides is something the hotfix addon can add, so it presumably won't result in a chemspill
  1631. # [17:07] <glandium> _AxS_: there are three patches on the bug
  1632. # [17:07] <_AxS_> glandium: you can certainly review them all if you like.
  1633. # [17:07] <_AxS_> glandium: yeah, two different patches for headers -- they figured the main one might not be acceptable for ESR17 so they wanted a more minimal change
  1634. # [17:08] <glandium> _AxS_: i don't want to review obsolote patches ;)
  1635. # [17:08] * Joins: aklotz (Thunderbir@moz-55246988.cg.shawcable.net)
  1636. # [17:08] <_AxS_> glandium: no active patches are obsolete
  1637. # [17:08] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1638. # [17:09] * Quits: smontagu (chatzilla@moz-32135AF7.red.bezeqint.net) (Ping timeout)
  1639. # [17:09] * Quits: davidb|mtg (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: blast off!)
  1640. # [17:09] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1641. # [17:09] * Quits: c0smikdebris (textual@837AD045.1DB862AB.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1642. # [17:10] <_AxS_> glandium: the one i tagged you on for review, is independent of the others and ideally needs to be pushed to ESR17 as well.
  1643. # [17:10] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1644. # [17:10] <jgilbert> How do I output text to the web console from gecko code?
  1645. # [17:10] <_AxS_> glandium: (because without it spidermonkey can't be released)
  1646. # [17:10] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1647. # [17:10] * armenzg_brb is now known as armenzg
  1648. # [17:11] <_AxS_> glandium: as for 809430 , i'll test your suggestions and get a new patch attached asap
  1649. # [17:12] * Quits: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net) (Ping timeout)
  1650. # [17:14] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1651. # [17:14] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1652. # [17:15] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  1653. # [17:15] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1654. # [17:16] * Joins: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net)
  1655. # [17:18] * Joins: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  1656. # [17:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5e055ce38b6f - Kartikaya Gupta - Bug 792603 - Disable Fennec's reader mode entirely on low-memory platforms. r=lucasr
  1657. # [17:20] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  1658. # [17:21] * mcote is now known as mcote|lunch
  1659. # [17:21] * Quits: graememcc (chatzilla@moz-7BC52C2E.range86-148.btcentralplus.com) (Ping timeout)
  1660. # [17:21] * Joins: graememcc (chatzilla@moz-8D6BDE6B.range86-160.btcentralplus.com)
  1661. # [17:21] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1662. # [17:21] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1663. # [17:21] * Joins: c0smikdebris (textual@837AD045.1DB862AB.BE90E62C.IP)
  1664. # [17:22] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  1665. # [17:22] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1666. # [17:23] * Joins: graememcc_ (chatzilla@moz-254B3ED0.range86-168.btcentralplus.com)
  1667. # [17:23] * Quits: graememcc (chatzilla@moz-8D6BDE6B.range86-160.btcentralplus.com) (Ping timeout)
  1668. # [17:23] * graememcc_ is now known as graememcc
  1669. # [17:23] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1670. # [17:24] * Quits: KLB (Kenneth_Ba@moz-C233EF2B.maine.res.rr.com) (Ping timeout)
  1671. # [17:24] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1672. # [17:24] * ChanServ sets mode: +o ehsan
  1673. # [17:25] * AutomatedTester is now known as AutomatedTester|AFK
  1674. # [17:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/383b6031c417 - Ehsan Akhgari - Bug 813438 - Part 3: Rewrite the unknown decoder to use NS_SniffContent; r=bzbarsky
  1675. # [17:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/231cce402e46 - Ehsan Akhgari - Bug 813438 - Part 4: Rewrite AsyncFaviconHelper to use NS_SniffContent; r=bzbarsky
  1676. # [17:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8a518d6c8b60 - Ehsan Akhgari - Bug 813438 - Part 2: Remove the I/O service content sniffer cache; r=bzbarsky
  1677. # [17:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4f55f76e34ee - Ehsan Akhgari - Bug 813438 - Part 1: Implement NS_SniffContent; r=bzbarsky
  1678. # [17:29] * Quits: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  1679. # [17:29] * Joins: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net)
  1680. # [17:30] * Quits: Mano (mano@A276EC82.C4588C01.39716721.IP) (Client exited)
  1681. # [17:30] * Quits: jdm (jdm@DB05BBF2.BB1F48F2.971E19F6.IP) (Input/output error)
  1682. # [17:32] * Joins: ekr_ (ekr@moz-D7997EC8.rtfm.com)
  1683. # [17:32] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  1684. # [17:33] * Quits: nical (nico@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1685. # [17:33] * Quits: graememcc (chatzilla@moz-254B3ED0.range86-168.btcentralplus.com) (Ping timeout)
  1686. # [17:33] * Joins: nical (nico@moz-F8747CC6.dsl.ovh.fr)
  1687. # [17:34] * Quits: @not_gavin (gavin@E04DED12.5AA33DAB.2321E71E.IP) (Input/output error)
  1688. # [17:34] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1689. # [17:35] * Joins: vikash (vikash@8E450F1.38F0169.5D9ABA9F.IP)
  1690. # [17:35] * Quits: nical (nico@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1691. # [17:35] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1692. # [17:36] <davidb> ehsan: NS_SniffContent?
  1693. # [17:36] * Joins: graememcc (chatzilla@moz-FC1AEEFD.range86-174.btcentralplus.com)
  1694. # [17:36] * davidb looks
  1695. # [17:38] * Quits: graememcc (chatzilla@moz-FC1AEEFD.range86-174.btcentralplus.com) (Ping timeout)
  1696. # [17:38] * Joins: paolo (paolo@moz-E6511EB4.retail.telecomitalia.it)
  1697. # [17:39] * Quits: surkov (surkov@899F096E.B7015738.33A1AC3C.IP) (Quit: surkov)
  1698. # [17:41] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1699. # [17:42] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1700. # [17:43] * clokep-breakfast is now known as clokep
  1701. # [17:44] * Quits: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP) (Ping timeout)
  1702. # [17:46] * Joins: KLB (Kenneth_Ba@moz-C233EF2B.maine.res.rr.com)
  1703. # [17:46] * Quits: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net) (Ping timeout)
  1704. # [17:46] * Joins: bholley (anonymous@moz-24EDB000.hsd1.ca.comcast.net)
  1705. # [17:47] * Joins: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP)
  1706. # [17:47] <_AxS_> glandium: thank you for the reviews! re: using preprocessor.py instead of sed , is that a sticking point or just a suggestion? I'd like to keep it as a sed just because it's a verbatum copy of what's done for 'js-config'
  1707. # [17:48] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1708. # [17:48] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1709. # [17:49] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1710. # [17:50] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1711. # [17:50] * armenzg is now known as armenzg_lunch
  1712. # [17:51] <glandium> _AxS_: it's a strong suggestion. You can change the js-config rule as well
  1713. # [17:51] <_AxS_> glandium: Ok, will update both
  1714. # [17:51] <glandium> _AxS_: until recently, Preprocessor.py wasn't in js/src/config, so that's why it's not used. Now it is, so...
  1715. # [17:52] <_AxS_> glandium: switching to it won't hold back a backport to 17 will it?
  1716. # [17:52] <glandium> _AxS_: ah. mmmm let me check
  1717. # [17:53] * Joins: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr)
  1718. # [17:53] <glandium> _AxS_: no, that's fine, it's actually been there for much longer than i thought
  1719. # [17:53] <_AxS_> excellent.
  1720. # [17:54] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1721. # [17:55] <glandium> _AxS_: since ff6, fwiw
  1722. # [17:55] * armenzg_lunch is now known as armenzg
  1723. # [17:55] <_AxS_> glandium: the 'extern "C++"' thing you suggested for symbol versioning does work btw; i need to add more than JS:: and js:: namespaces tho aparently
  1724. # [17:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/31728171c90f - Patrick McManus - bug 807435 telemetry for ssl version used r=honzab r=bsmith
  1725. # [17:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/10ca2c6b9db3 - Patrick McManus - bug 807435 - telemetry for ocsp success/failure and elapsed time r=bsmith r=honzab
  1726. # [17:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/eee77a95dbed - Patrick McManus - bug 807435 - telemetry for ssl key exchange algorithm r=bsmith r=honzab
  1727. # [17:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/65b16570e960 - Patrick McManus - bug 807435 telemetry for server TLS NPN support r=bsmith r=honzab
  1728. # [17:57] * Quits: teoli (teoli@BCD2C715.65189F53.F1085784.IP) (Input/output error)
  1729. # [17:57] <@ehsan> davidb: yeah?
  1730. # [17:57] * Joins: Ms2ger (Ms2ger@moz-B65B6665.adsl-dyn.isp.belgacom.be)
  1731. # [17:57] * Quits: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP) (Ping timeout)
  1732. # [17:57] * glob is now known as glob|away
  1733. # [17:58] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1734. # [17:59] * Quits: garnacho (carlos@moz-1BF440CF.dyn.user.ono.com) (Quit: Ex-Chat)
  1735. # [18:00] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1736. # [18:01] * baku is now known as baku|away
  1737. # [18:01] * Joins: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP)
  1738. # [18:02] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1739. # [18:02] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1740. # [18:03] * Joins: tchevalier (Thunderbir@moz-25495064.w90-28.abo.wanadoo.fr)
  1741. # [18:05] <@gavin> what's the motivation behind the "functions may be declared only at top level or immediately within another function" JS strict warning?
  1742. # [18:07] * Quits: jfkthame (jfkthame@5BC740F4.F3A79F4C.9542EC20.IP) (Quit: jfkthame)
  1743. # [18:09] <@gavin> oh, well I found http://whereswalden.com/2011/01/24/new-es5-strict-mode-requirement-function-statements-not-at-top-level-of-a-program-or-function-are-prohibited/
  1744. # [18:09] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1745. # [18:09] <@gavin> but that's still down apparently
  1746. # [18:09] * Joins: rniwa (rniwa@moz-F7CDA726.sb.sd.cox.net)
  1747. # [18:09] <@gavin> and https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Functions_and_function_scope/Strict_mode#Paving_the_way_for_future_ECMAScript_versions
  1748. # [18:10] <@gavin> "This is not part of ES5 (or even ES3)! It's an extension with incompatible semantics in different browsers."
  1749. # [18:10] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1750. # [18:10] <@gavin> IE just screwed us here, apparently?
  1751. # [18:10] <@gavin> making code conform to it results in harder to read code :(
  1752. # [18:11] * Quits: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net) (Ping timeout)
  1753. # [18:12] * Quits: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP) (Ping timeout)
  1754. # [18:13] * mdas is now known as mdas|afk
  1755. # [18:14] * Joins: masayuki2 (Thunderbir@moz-4240BA9D.userreverse.dion.ne.jp)
  1756. # [18:14] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1757. # [18:14] <Ms2ger> gavin, we screwed us by supporting non-standard syntax, I guess
  1758. # [18:14] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1759. # [18:14] * ChanServ sets mode: +o ehsan
  1760. # [18:15] <Ms2ger> gavin, var foo = function foo() {} isn't so much worse than function foo() {}, IMO
  1761. # [18:15] <@gavin> there's no reason for it to be non-standard except for IE screwing the pooch on how it worked
  1762. # [18:15] * Joins: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP)
  1763. # [18:16] <@gavin> (because it was non-standard, sure)
  1764. # [18:17] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1765. # [18:19] * Quits: andreasn (andreasn@moz-ECF31690.customer.telia.com) (Ping timeout)
  1766. # [18:20] * Joins: masayuki3 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1767. # [18:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/32c109fec34f - Benoit Jacob - Bug 814444 - Remove now-useless TRAVERSE_NATIVE_BEGIN and UNLINK_BEGIN_NATIVE macros - r=mccr8
  1768. # [18:21] * Quits: masayuki2 (Thunderbir@moz-4240BA9D.userreverse.dion.ne.jp) (Ping timeout)
  1769. # [18:22] * Joins: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP)
  1770. # [18:25] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  1771. # [18:27] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1772. # [18:29] * Quits: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP) (Ping timeout)
  1773. # [18:33] * Joins: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP)
  1774. # [18:33] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: . . . ........)
  1775. # [18:35] * Quits: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
  1776. # [18:36] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  1777. # [18:37] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1778. # [18:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fde699842ede - Gavin Sharp - Bug 814255: use defineLazy[Module]Getter in browser.js, r=dao
  1779. # [18:37] <_AxS_> glandium: re: symbol versioning.. MOZJS_@MOZILLA_VERSION@ should work regardless of whether it is in libxul or libmozjs, right? any differences would be taken care of by the @MOZILLA_VERSION@... I'm wondering if the symbol version script should be identical for both
  1780. # [18:37] * Joins: cdiehl_ (cdiehl@moz-5280B73E.pool.mediaways.net)
  1781. # [18:37] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1782. # [18:38] * ahal is now known as ahal|lunch
  1783. # [18:38] * Quits: cdiehl (cdiehl@moz-CA7A858F.pool.mediaways.net) (Ping timeout)
  1784. # [18:38] * cdiehl_ is now known as cdiehl
  1785. # [18:38] <glandium> _AxS_: theoretically, what we version in libxul is everything that is exported from mozjs
  1786. # [18:39] * kmoir_buildduty is now known as kmoir-afk
  1787. # [18:39] * Quits: vladan-afk (vladan@36D53742.B90458C2.57F33CED.IP) (Quit: Leaving.)
  1788. # [18:39] <_AxS_> glandium: right. and the issue afaict occurs when the version of the mozjs stuff in libxul differs from that in the libmozjs being used..
  1789. # [18:40] <_AxS_> so as long as the version difference is taken care of, things should just work (i think...)
  1790. # [18:41] <_AxS_> s/libmozjs/external libmozjs/
  1791. # [18:42] <glandium> _AxS_: indeed
  1792. # [18:42] * Joins: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz)
  1793. # [18:45] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  1794. # [18:46] * Quits: pascalc (chatzilla@moz-F8747CC6.dsl.ovh.fr) (Quit: bye)
  1795. # [18:47] * mjschranz is now known as mjschranz_away
  1796. # [18:47] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1797. # [18:47] * Quits: francisco (FJordan1@A2B3A870.9CE97A8F.37E87C2C.IP) (Quit: francisco)
  1798. # [18:48] * ahal|lunch is now known as ahal
  1799. # [18:48] * Joins: mw22 (chatzilla@moz-AF369B35.adsl.online.nl)
  1800. # [18:49] * Joins: sgautherie (chatzilla@moz-D7B69DC4.fbxo.proxad.net)
  1801. # [18:49] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1802. # [18:49] <davidb> ehsan: unping… it wasn't what i had imagined.
  1803. # [18:49] <davidb> i'm not sure what i imagined
  1804. # [18:50] * Quits: sgautherie (chatzilla@moz-D7B69DC4.fbxo.proxad.net) (Quit: ChatZilla 0.9.78.1 [SeaMonkey 1.5a/2007051508])
  1805. # [18:51] * Joins: sgautherie (chatzilla@moz-D7B69DC4.fbxo.proxad.net)
  1806. # [18:51] * Quits: sgautherie (chatzilla@moz-D7B69DC4.fbxo.proxad.net) (Quit: ChatZilla 0.9.78.1 [SeaMonkey 1.5a/2007051508])
  1807. # [18:52] * mjschranz_away is now known as mjschranz
  1808. # [18:53] * Quits: paolo (paolo@moz-E6511EB4.retail.telecomitalia.it) (Client exited)
  1809. # [18:54] <kaie> is there a sort of "hg qdiff" command, but that will produce a patch that combines all multiple applied qpatches?
  1810. # [18:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/607fa073ae8e - Ed Morley - Backout 231cce402e46, 383b6031c417, 8a518d6c8b60 & 4f55f76e34ee (bug 813438) for bustage
  1811. # [18:55] <edmorley> kaie: you can qfold if you want to combine them
  1812. # [18:55] <edmorley> only the first out of the sequence should be applied at the time
  1813. # [18:55] * mdas|afk is now known as mdas
  1814. # [18:56] <@gavin> kaie: hg out -p ?
  1815. # [18:56] <Ms2ger> kaie, if you just want the diff, hg diff -r foo:bar
  1816. # [18:56] <@gavin> that gives you multiple concatenated patches, though
  1817. # [18:57] <edmorley> kaie: hg diff -r qbase:qtip
  1818. # [18:57] * Quits: vikash (vikash@8E450F1.38F0169.5D9ABA9F.IP) (Quit: Leaving)
  1819. # [18:57] <@gavin> probably want qparent:qtip
  1820. # [18:57] <edmorley> oh sorry yeah
  1821. # [18:57] <kaie> cools, thanks a lot for your hints :)
  1822. # [18:58] * Joins: anton|home (anton@moz-ADC532B1.hsd1.ca.comcast.net)
  1823. # [18:58] * Joins: bz_sleep (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net)
  1824. # [19:01] * Quits: philipp64|laptop (chatzilla@moz-19AF2DB8.ctcweb.net) (Ping timeout)
  1825. # [19:02] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1826. # [19:03] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1827. # [19:04] * Quits: vingtetun (vingtetun@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1828. # [19:05] * kk1fff is now known as kk1fff|sleep
  1829. # [19:10] * Joins: gandalf (zbraniecki@D52C68F8.F2ACB2A4.9CCE4DE2.IP)
  1830. # [19:10] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1831. # [19:10] <_AxS_> ... anybody know where in the build system it's defined that , ie , libxul.so gets built by including stuff from js/src ? there's this COMPONENT_LIBS thing but that doesn't look like it does this..
  1832. # [19:10] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1833. # [19:10] * Joins: mwargers (chatzilla@moz-E31CD2CB.mozilla.org)
  1834. # [19:10] <_AxS_> I ask because i'm trying to see if there's a way in toolkit/library to assemble 'symverscript' from any existing 'symverscript's in the various component codebases...
  1835. # [19:10] <edmorley> _AxS_: I'm sure glandium knows
  1836. # [19:11] <_AxS_> edmorley: i already bug him too much
  1837. # [19:11] <edmorley> :-)
  1838. # [19:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/db7d2a9d2ce3 - Andrew Halberstadt - Backout 15ce50d1d609 for broken marionette tests, r=bustage
  1839. # [19:13] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1840. # [19:15] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1841. # [19:16] * Joins: mreavy_ (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1842. # [19:16] <Ms2ger> _AxS_, I'd look in toolkit/library first
  1843. # [19:16] * mreavy_ is now known as mreavy
  1844. # [19:16] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1845. # [19:16] <Ms2ger> _AxS_, note that it depends on the OS
  1846. # [19:16] * rail is now known as rail-lunch
  1847. # [19:16] <_AxS_> Ms2ger: yeah i did.. i think the real work is done with the rollout of config/makefiles/* though...
  1848. # [19:17] <@ehsan> edmorley: sorry
  1849. # [19:17] <Ms2ger> Mm, our lovely build system
  1850. # [19:17] <Ms2ger> Maybe ted or gps
  1851. # [19:17] <edmorley> nooo not ted
  1852. # [19:17] <edmorley> I need him to do my review
  1853. # [19:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4be7afcecf8c - Kannan Vijayan - Bug 814472 - Add jump(Register) method to Ion macro assembler. r=jandem
  1854. # [19:17] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1855. # [19:18] <Ms2ger> ted, go do that review first
  1856. # [19:18] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1857. # [19:18] <_AxS_> :) no worries i'll figure something out.
  1858. # [19:18] * Quits: armenzg (armenzg@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Connection reset by peer)
  1859. # [19:18] * Joins: lduros (user@moz-4BC93528.phlapa.east.verizon.net)
  1860. # [19:18] <_AxS_> I'm thinking of cheating and specifying absolute paths to each file (of which there's only one right now anyways) in a variable. The build rule only applies to linux anyhow, so it doesn't matter so much if i get it exactly right I don't think.
  1861. # [19:19] * Quits: gandalf (zbraniecki@D52C68F8.F2ACB2A4.9CCE4DE2.IP) (Ping timeout)
  1862. # [19:19] * Joins: akeybl (akeybl@moz-1AD4FFAF.washdc.fios.verizon.net)
  1863. # [19:22] * Joins: kdudka (kdudka@moz-75CB75CE.fei.wifi.vutbr.cz)
  1864. # [19:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/13a335d277d9 - Chris Lord - Bug 814447 - Fix progressive update callback using incorrect values. r=kats
  1865. # [19:23] * Quits: akeybl (akeybl@moz-1AD4FFAF.washdc.fios.verizon.net) (Quit: Linkinus - http://linkinus.com)
  1866. # [19:23] * Quits: till (till@moz-9C52FEBB.adsl.alicedsl.de) (Connection reset by peer)
  1867. # [19:23] * Joins: gandalf (zbraniecki@D52C68F8.F2ACB2A4.9CCE4DE2.IP)
  1868. # [19:23] * Joins: till (till@moz-9C52FEBB.adsl.alicedsl.de)
  1869. # [19:24] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Quit: RealRaven)
  1870. # [19:24] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1871. # [19:25] * Joins: graememcc (chatzilla@moz-EE1E5F89.range86-171.btcentralplus.com)
  1872. # [19:25] <edmorley> ehsan: np :-)
  1873. # [19:25] * Joins: dbaron (dbaron@moz-58ADA996.dsl.dynamic.sonic.net)
  1874. # [19:25] * ChanServ sets mode: +o dbaron
  1875. # [19:26] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1876. # [19:27] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1877. # [19:27] * Quits: ehugg_ (chatzilla@moz-44D86B1E.cisco.com) (Ping timeout)
  1878. # [19:29] * Joins: kaie2 (kaie@moz-527A5F0B.dip.t-dialin.net)
  1879. # [19:30] * Quits: kaie (kaie@moz-E0083C77.dip.t-dialin.net) (Ping timeout)
  1880. # [19:30] * kaie2 is now known as kaie
  1881. # [19:32] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  1882. # [19:33] * kmoir-afk is now known as kmoir_buildduty
  1883. # [19:33] * Joins: marco (Thunderbir@moz-DAED6F9D.cust.dsl.teletu.it)
  1884. # [19:33] * mcote|lunch is now known as mcote
  1885. # [19:34] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  1886. # [19:37] * Joins: Wusel_ (muench@moz-30FF62A6.adsl.alicedsl.de)
  1887. # [19:38] * Joins: berkerpeksag (berkerpeks@8B77CA0C.D8F230E2.BA04A6B2.IP)
  1888. # [19:39] * Quits: Wusel_ (muench@moz-30FF62A6.adsl.alicedsl.de) (Quit: Wusel_)
  1889. # [19:40] * Quits: kaze (kaze@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  1890. # [19:41] * Joins: dveditz (dveditz@moz-2E27FF0C.socal.res.rr.com)
  1891. # [19:41] * ChanServ sets mode: +o dveditz
  1892. # [19:42] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  1893. # [19:43] * Quits: kaie (kaie@moz-527A5F0B.dip.t-dialin.net) (Quit: Leaving)
  1894. # [19:43] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1895. # [19:43] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1896. # [19:46] * Joins: Wusel_ (muench@moz-30FF62A6.adsl.alicedsl.de)
  1897. # [19:46] * Quits: Optimizer (Optimizer@A3613A13.A0BECD74.2AB48280.IP) (Ping timeout)
  1898. # [19:49] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1899. # [19:49] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Client exited)
  1900. # [19:50] * Joins: alice (alice@moz-A7C201EB.zone16.bethere.co.uk)
  1901. # [19:52] * Quits: alice (alice@moz-A7C201EB.zone16.bethere.co.uk) (Ping timeout)
  1902. # [19:54] * Joins: armenzg (armenzg@moz-95B4AFCA.acanac.net)
  1903. # [19:55] * Joins: rajul (Mibbit@5CECB1EB.E89A29B0.89AC0F27.IP)
  1904. # [19:55] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1905. # [19:56] * Quits: clokep (Instantbir@moz-5CAD64E3.nycmny.fios.verizon.net) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  1906. # [19:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d7708795f3b4 - Benoit Jacob - Bug 813818 - just return nsString by value in GfxInfoBase getters, not perf critical, not worth doing fancy things - r=joe
  1907. # [19:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d60228a6f869 - Benoit Jacob - Bug 813818 - Return EmptyString() instead of a new nsString() in GfxInfoBase string getters - r=joe
  1908. # [19:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/df036783c5f3 - Benoit Jacob - Bug 799544 - block the old Mesa 'Software Rasterizer' -- recommend LLVMpipe instead - r=joe
  1909. # [19:57] <_AxS_> glandium: ...ok so I have no way of testing whether or not there would be a segfault from a conflict with an external mozjs.so from m-c 16 or later, because nothing can build against that yet ... to be safe, should the patch keep $(LIBRARY_NAME) in the symbol version ? Or are you confident enough that an external libmozjs and the internal libxul won't cause sefaults as long as they're the same version? ie, one loading/unloading isn
  1910. # [19:57] <_AxS_> 't going to suddenly crash firefox
  1911. # [19:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e9cfdd1d72a5 - Benoit Jacob - Bug 814159 - disable the global context on EGL altogether - r=jrmuizel
  1912. # [19:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/31659bdaf3c5 - Benoit Jacob - Bug 810943 - add ability to skip webgl pages on Android by listing them in a text file, skipped_tests_android.txt - r=jgilbert
  1913. # [19:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f9a5cb869c1e - Benoit Jacob - Bug 814407 - check for null buffer data in readpixels (should never happen, but apparently does) - r=jgilbert
  1914. # [19:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7bff4da04a1c - Benoit Jacob - Bug 813528 - WebGLElementArrayCache about:memory should not pass array.Elements() to MallocSizeOf - r=jgilbert
  1915. # [19:58] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1916. # [19:58] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1917. # [19:58] * ChanServ sets mode: +o smaug
  1918. # [19:58] * Joins: ericb2 (X@1B80D593.D1A6E158.6267E3D3.IP)
  1919. # [19:58] * rail-lunch is now known as rail
  1920. # [19:59] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1921. # [19:59] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  1922. # [20:01] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1923. # [20:02] * Quits: ericb2 (X@1B80D593.D1A6E158.6267E3D3.IP) (Ping timeout)
  1924. # [20:03] * Joins: TheOne (one@moz-28514D91.dip.t-dialin.net)
  1925. # [20:03] * mdas is now known as mdas|afk
  1926. # [20:03] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1927. # [20:04] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1928. # [20:05] * coop is now known as coop|lunch
  1929. # [20:05] <glandium> _AxS_: if they're same version they shouldn't conflict
  1930. # [20:05] * Joins: tonymec (tonymec@B2D7FE0.4E80F1F3.277517C1.IP)
  1931. # [20:06] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  1932. # [20:06] * Joins: tonymec|away (tonymec@B2D7FE0.4E80F1F3.277517C1.IP)
  1933. # [20:06] <glandium> edmorley: https://tbpl.mozilla.org/?tree=Try&rev=c0b53bdc7f7a \o/
  1934. # [20:06] <edmorley> nice! :-)
  1935. # [20:07] <edmorley> boo gcc 4.56
  1936. # [20:07] <edmorley> s/6//
  1937. # [20:07] * edmorley presses all the keys
  1938. # [20:07] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1939. # [20:07] <_AxS_> glandium: ok. new patch in a few minutes, based on this: http://bpaste.net/show/59784/
  1940. # [20:12] <_AxS_> glandium: .. the version script for libxul is picking up symbols from jsd , do we care about that?
  1941. # [20:12] * Quits: lduros (user@moz-4BC93528.phlapa.east.verizon.net) (Client exited)
  1942. # [20:13] <glandium> _AxS_: that's a question for someone in the js team (which is why i tagged dmandelin on that patch)
  1943. # [20:13] <_AxS_> glandium: 'k
  1944. # [20:13] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  1945. # [20:16] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1946. # [20:16] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1947. # [20:17] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1948. # [20:18] * Quits: T3 (T3@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  1949. # [20:19] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1950. # [20:22] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  1951. # [20:22] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1952. # [20:25] * Quits: @dveditz (dveditz@moz-2E27FF0C.socal.res.rr.com) (Quit: dveditz)
  1953. # [20:28] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
  1954. # [20:28] * ekr_ is now known as ekr
  1955. # [20:29] * Quits: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  1956. # [20:30] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  1957. # [20:32] <glandium> jlebar|away: we're not enabling jemalloc on mountain lion
  1958. # [20:35] * Joins: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch)
  1959. # [20:36] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  1960. # [20:36] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1961. # [20:36] <_AxS_> glandium: ... without the quasi-regex match I can't get a matching list of symbols; there's too many namespaces in js/* and those namespaces seem to be too generic to use against libxul (ie, namespace types )... The only other option may be to somehow generate an explicit list?
  1962. # [20:37] <glandium> _AxS_: did you try something like js::*::*?
  1963. # [20:39] * Joins: sstangl (sstangl@748344B9.A22D542B.1C5878CF.IP)
  1964. # [20:39] <_AxS_> glandium: js* and JS* are the closest, but they still miss things like _ZThn16_N2js23CrossCompartmentWrapper3setEP9JSContextP8JSObjectS4_lbPN2JS5ValueE which is a JSWrapper but that's not actually in a namespace afaict.
  1965. # [20:40] <glandium> _AxS_: if _ZThn16_N2js23CrossCompartmentWrapper3setEP9JSContextP8JSObjectS4_lbPN2JS5ValueE doesn't match js::* or js::*::*, that's sad
  1966. # [20:41] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1967. # [20:41] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1968. # [20:41] <_AxS_> i don't remember explicitly testing js::*::* , will try that.. it seems that js* or js::* would get js::*::* based on my tests tho
  1969. # [20:41] * mattwoodrow|away is now known as mattwoodrow
  1970. # [20:41] <_AxS_> glandium: it's worse in the spidermonkey-1.8.5 distfile. there's a -lot- of things which are excluded from namespaces
  1971. # [20:43] * Quits: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP) (Connection reset by peer)
  1972. # [20:43] * Joins: RealRaven (Thunderbir@E203704.195627C1.C3498625.IP)
  1973. # [20:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/70910dd1f72b - Mike Conley - Bug 809852 - Allow cycling through the "Show all downloads" and summary footers in the Downloads Panel using the arrow keys. r=mak.
  1974. # [20:44] * mattwoodrow is now known as mattwoodrow|away
  1975. # [20:44] * mattwoodrow|away is now known as mattwoodrow
  1976. # [20:45] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1977. # [20:45] * mattwoodrow is now known as mattwoodrow|away
  1978. # [20:48] * Quits: bsmith (bsmith@moz-23941FA.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  1979. # [20:48] * Joins: bsmith (bsmith@moz-23941FA.dsl.pltn13.sbcglobal.net)
  1980. # [20:48] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1981. # [20:50] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1982. # [20:51] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  1983. # [20:51] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  1984. # [20:51] * Quits: cpearce (cpearce@moz-9EEA206C.xdsl.xnet.co.nz) (Ping timeout)
  1985. # [20:52] * mdas|afk is now known as mdas
  1986. # [20:52] <BenWa> gps: Can I append a linker option to the build without having to reconfigure+clobber?
  1987. # [20:52] * Joins: mayhemer (Miranda@moz-415580BA.broadband17.iol.cz)
  1988. # [20:54] * Joins: ahal (ahal@3468F8ED.AB54EB5E.6816E6B7.IP)
  1989. # [20:55] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1990. # [20:56] * Quits: gandalf (zbraniecki@D52C68F8.F2ACB2A4.9CCE4DE2.IP) (Quit: I took the wrong pill!!!)
  1991. # [20:56] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  1992. # [20:56] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  1993. # [20:58] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1994. # [20:58] * nthomas|away is now known as nthomas
  1995. # [20:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/78ed9104dadd - Mike Conley - Bug 814099 - Paused downloads don't behave properly in Downloads Panel after the session is restored. r=mak.
  1996. # [21:01] * coop|lunch is now known as coop
  1997. # [21:02] * Quits: till (till@moz-9C52FEBB.adsl.alicedsl.de) (Client exited)
  1998. # [21:03] * Joins: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com)
  1999. # [21:03] * Quits: armenzg (armenzg@moz-95B4AFCA.acanac.net) (Ping timeout)
  2000. # [21:05] * Quits: trevorh (trevor@moz-29C01B70.lnse2.woo.bigpond.net.au) (Quit: Leaving.)
  2001. # [21:05] * Quits: graememcc (chatzilla@moz-EE1E5F89.range86-171.btcentralplus.com) (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121120062532])
  2002. # [21:05] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- In tests, 0x09 out of 0x0A l33t h4x0rz prefer it :))
  2003. # [21:06] * Joins: armenzg (armenzg@moz-95B4AFCA.acanac.net)
  2004. # [21:06] * Quits: kdudka (kdudka@moz-75CB75CE.fei.wifi.vutbr.cz) (Quit: Leaving)
  2005. # [21:08] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Quit: ekr)
  2006. # [21:08] * Joins: trevorh (trevor@F0401F6.97B15E24.2CE63F58.IP)
  2007. # [21:09] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  2008. # [21:09] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  2009. # [21:09] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  2010. # [21:11] <jdm> woah
  2011. # [21:11] <jdm> it's freaky how virtually every crash listed in https://crash-stats.mozilla.com/topcrasher/byversion/Firefox/20.0a1/7 is GC-related
  2012. # [21:15] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2013. # [21:17] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2014. # [21:17] <mkohler> when I try to build firefox (tip) I get the following error: http://pastebin.mozilla.org/1951733 .. how can I fix that?
  2015. # [21:18] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  2016. # [21:18] <Ms2ger> gps, ^
  2017. # [21:20] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Quit: Leaving.)
  2018. # [21:20] * Quits: c0smikdebris (textual@837AD045.1DB862AB.BE90E62C.IP) (Quit: Textual IRC Client: www.textualapp.com)
  2019. # [21:21] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2020. # [21:21] * Joins: dveditz (dveditz@moz-2E27FF0C.socal.res.rr.com)
  2021. # [21:21] * ChanServ sets mode: +o dveditz
  2022. # [21:22] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  2023. # [21:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/37626d0f43fc - Ehsan Akhgari - Bug 814284 - Part 4: Simplify DecoderTraits::ShouldHandleMediaType; r=cpearce
  2024. # [21:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2020b35ea3b4 - Ehsan Akhgari - Bug 814284 - Part 2: Move the logic of dealing with requested codecs down into DecoderTraits::CanHandleMediaType; r=cpearce
  2025. # [21:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/27e1c4fba7e6 - Ehsan Akhgari - Bug 814284 - Part 3: Use CodecListContains anywhere we can; r=cpearce
  2026. # [21:23] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2027. # [21:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/abfcf6bd97a4 - Ehsan Akhgari - Bug 814284 - Part 1: Refactor the code necessary for detection of codec support out of nsHTMLMediaElement; r=cpearce
  2028. # [21:23] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  2029. # [21:27] * Fallen|away is now known as Fallen
  2030. # [21:27] <jdm> huh
  2031. # [21:27] <jdm> I appear to have had my cookies wiped or something
  2032. # [21:27] <jdm> I'm logged out of everything I usually visit
  2033. # [21:28] * edmorley blames the cookie monster
  2034. # [21:28] <jdm> hmm, not according to the list of cookies I can remove
  2035. # [21:28] <jdm> this is very strange
  2036. # [21:29] * armenzg is now known as armenzg_brb
  2037. # [21:29] <_AxS_> glandium: this is a mess, and there's just too many possibilities that aren't covered by any sort catch. Example: FF16 codebase has a "ToNumberSlow" symbol that's from js/src (and in both mozjs and libxul).. its declared in jsnum.h in an inline function inside of the js namespace but it doesn't seem to be caught by any combination of js, ::, and * i can come up with.
  2038. # [21:30] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  2039. # [21:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d64cb463471e - Bellindira Castillo [:bellindira] - Bug 806719 - Port browser_cmd_screenshot.js to the new per-tab PB APIs; r=ehsan
  2040. # [21:30] * Quits: bsmith (bsmith@moz-23941FA.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2041. # [21:31] * Quits: tzimmermann (tzimmerman@moz-2F9F0FB9.pools.arcor-ip.net) (Quit: Ex-Chat)
  2042. # [21:33] * Joins: bsmith (bsmith@moz-23941FA.dsl.pltn13.sbcglobal.net)
  2043. # [21:33] * Joins: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP)
  2044. # [21:33] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  2045. # [21:33] * Quits: atte (atte@moz-401E92F1.dhcp.inet.fi) (Client exited)
  2046. # [21:33] * edmorley is now known as edmorley|away
  2047. # [21:34] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  2048. # [21:35] <gps> mkohler: that's a very interesting error!
  2049. # [21:35] * Joins: gandi (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2050. # [21:36] <gps> mkohler: |rm -rf /home/michael/development/mozilla/mozilla-central/obj-firefox/_virtualenv/| and do your build again
  2051. # [21:36] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: I took the wrong pill!!!)
  2052. # [21:36] * gandi is now known as gandalf
  2053. # [21:37] * KaiRo_away is now known as KaiRo
  2054. # [21:37] <mkohler> gps: can I still do an incremental build?
  2055. # [21:38] * Quits: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.89 [Firefox 16.0.2/20121024073032])
  2056. # [21:40] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2057. # [21:41] * Fallen is now known as Fallen|away
  2058. # [21:41] * Joins: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP)
  2059. # [21:41] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  2060. # [21:41] * merike|away is now known as merike
  2061. # [21:41] * Fallen|away is now known as Fallen
  2062. # [21:43] <mkohler> gps: actually it's even weirder.. obj-firefox does not exist anymore (changed the object dir to 'objdir-firefox')
  2063. # [21:46] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  2064. # [21:47] * armenzg_brb is now known as armenzg
  2065. # [21:47] * Joins: kaze (kaze@A5A0595A.66715431.D25A875A.IP)
  2066. # [21:49] * Quits: azakai (alon@60E228B8.B090BEBA.9F675CBD.IP) (Ping timeout)
  2067. # [21:50] <mkohler> gps: I deleted objdir-firefox and began a new full build, doesn't seem to have this problem
  2068. # [21:50] * Quits: jgilbert (jgilbert@60E228B8.B090BEBA.9F675CBD.IP) (Ping timeout)
  2069. # [21:50] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  2070. # [21:51] * Joins: lduros (user@moz-4BC93528.phlapa.east.verizon.net)
  2071. # [21:51] * Joins: davidb (davidb@moz-1EB292CB.dsl.bell.ca)
  2072. # [21:51] * Joins: rednaks (rednaks@830DE5A5.B64E1312.55FFA9B4.IP)
  2073. # [21:52] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2074. # [21:52] <Standard8> does anyone know if mozNotification is enabled in desktop builds?
  2075. # [21:52] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  2076. # [21:54] * Quits: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP) (Quit: Leaving.)
  2077. # [21:55] <Standard8> aha
  2078. # [21:56] * Standard8 finds a pref
  2079. # [21:58] * Quits: tanvi (tanvi@moz-F13BC6DC.dhcp.wsco.ca.charter.com) (Quit: Leaving.)
  2080. # [21:58] <@smaug> glob|away: ping
  2081. # [21:58] * Joins: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP)
  2082. # [21:59] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  2083. # [21:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7c1277d4480a - Patrick McManus - bug 807435 telemetry for ssl handshake time r=bsmith r=honzab
  2084. # [22:00] * Quits: Wusel_ (muench@moz-30FF62A6.adsl.alicedsl.de) (Ping timeout)
  2085. # [22:02] * Joins: milan (milan@F2D29657.F60B0462.67AC9B1.IP)
  2086. # [22:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b2cc2d9da6be - Patrick McManus - bug 806992 EV initialization blocks the first certificate verification thread for a long time r=bsmith r=honzab
  2087. # [22:09] * Quits: Polynomial-C (Poly-C@moz-26811A77.dip.t-dialin.net) (Quit: GNU/Linux, because I'd rather own a free OS than steal one that's not worth paying for.)
  2088. # [22:10] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  2089. # [22:10] * Joins: Wusel_ (muench@moz-30FF62A6.adsl.alicedsl.de)
  2090. # [22:11] * joduinn-home is now known as joduinn-afk
  2091. # [22:11] <jdm> I have discovered an outlet for my hated of the various 64 bit-related articles circulating today
  2092. # [22:12] <Ms2ger> Puppies?
  2093. # [22:13] * Quits: Wusel_ (muench@moz-30FF62A6.adsl.alicedsl.de) (Quit: Wusel_)
  2094. # [22:13] <jdm> close
  2095. # [22:13] <Ms2ger> Kittens?
  2096. # [22:14] <jdm> closer!
  2097. # [22:14] * Quits: @dveditz (dveditz@moz-2E27FF0C.socal.res.rr.com) (Quit: dveditz)
  2098. # [22:14] * merike is now known as merike|away
  2099. # [22:14] <hub> rats?
  2100. # [22:14] <hub> or squirrels?
  2101. # [22:14] <Ms2ger> Albino squirrels?
  2102. # [22:14] <hub> (squirrles are just rats with better PR)
  2103. # [22:14] <Ms2ger> Firefoxen?
  2104. # [22:14] <jdm> all of your guesses have too many legs
  2105. # [22:15] <Ms2ger> Spiders
  2106. # [22:15] * Joins: FabioMagnoni (fabiomagno@C341E33D.33C6581A.B65F468E.IP)
  2107. # [22:15] <jdm> I am disappointed by your guessing prowess
  2108. # [22:15] <_AxS_> three-legged dogs?
  2109. # [22:15] <Ms2ger> Humans
  2110. # [22:15] <Ms2ger> with a walking stick
  2111. # [22:15] <_AxS_> fish?
  2112. # [22:16] <Ms2ger> Turkeys
  2113. # [22:16] <jdm> wrong country
  2114. # [22:16] <Ms2ger> Hindi
  2115. # [22:17] <Ms2ger> Seals
  2116. # [22:17] <jdm> if I say you're correct, will you stop guessing?
  2117. # [22:17] <Ms2ger> No
  2118. # [22:18] <evilpie> human babies?
  2119. # [22:18] <evilpie> Heidi?
  2120. # [22:18] <Ms2ger> Boris?
  2121. # [22:18] <Standard8> fish
  2122. # [22:18] <jdm> yes
  2123. # [22:18] <jdm> I drown my sorrows in boris
  2124. # [22:19] <Ms2ger> I do too
  2125. # [22:19] <jdm> it's a pretty common pastime
  2126. # [22:19] <evilpie> do you force them down the throat?
  2127. # [22:19] <Ms2ger> Also, my math problems
  2128. # [22:19] <jdm> evilpie: awkward
  2129. # [22:19] <Ms2ger> (That works rather well)
  2130. # [22:20] * evilpie won, because he finally made jdm uncomfortable
  2131. # [22:20] <jdm> ha
  2132. # [22:21] * Ms2ger gives evilpie a nice orange aht
  2133. # [22:21] <jdm> my, what a fine aht evilpie now possesses
  2134. # [22:22] <whimboo> hey. does anyone knows how to dump messages to the console in a reftest run?
  2135. # [22:22] <jdm> whimboo: does dump not work?
  2136. # [22:22] * Ms2ger loves rrrt@mozilla.org as an email address
  2137. # [22:22] <whimboo> jdm: nope. i don't see anything
  2138. # [22:22] <jdm> whimboo: info should work
  2139. # [22:22] <RobertClaypool> I don't use 64-bit because it means I can't use 16-bit and all the good midi editors are 16-bit
  2140. # [22:22] <jdm> RobertClaypool: do what I do and write browser-based replacements
  2141. # [22:23] <Ms2ger> All mad
  2142. # [22:23] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  2143. # [22:24] <RobertClaypool> If I know enough about writing midi editors I'd do it in qb64.
  2144. # [22:25] <whimboo> jdm: how i have to call that? 'info("foo")' ?
  2145. # [22:25] <Ms2ger> whimboo, sounds right
  2146. # [22:25] <jdm> whimboo: that's how it works in browser-chrome, at least
  2147. # [22:25] <whimboo> jdm: oh wait. no it doesn't work. but dump() works now
  2148. # [22:25] <jdm> haha
  2149. # [22:25] <whimboo> looks like the perconnection instance blocked the reftest
  2150. # [22:26] <whimboo> and i added dump() afterward
  2151. # [22:26] * Joins: Polynomial-C (Poly-C@moz-26811A77.dip.t-dialin.net)
  2152. # [22:26] <whimboo> wow. with remote tabs peer connection doesn't work
  2153. # [22:26] <Ms2ger> Remote tabs?
  2154. # [22:26] <Ms2ger> And *anything* works?
  2155. # [22:27] <whimboo> "--setpref=browser.tabs.remote=true"
  2156. # [22:27] * Ms2ger is impressed
  2157. # [22:27] <whimboo> the Cipc crashtests
  2158. # [22:27] * mattwoodrow|away is now known as mattwoodrow
  2159. # [22:27] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  2160. # [22:28] <NeilAway> bjacob: hmm, now that you've switched from nsAString& to nsString return value, no point using EmptyString(), because that's a reference, and you need to construct a new nsString anyway
  2161. # [22:28] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  2162. # [22:28] * Ms2ger accidentally runs into "Tree Rules for the 1.8 Branch"
  2163. # [22:30] * bwinton is now known as bwinton_away
  2164. # [22:31] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  2165. # [22:33] * Quits: davidb (davidb@moz-1EB292CB.dsl.bell.ca) (Quit: davidb)
  2166. # [22:34] * armenzg is now known as armenzg_brb
  2167. # [22:34] * Joins: lizzard (lizhenry@7CB38E15.3E1AC9A.97BBD552.IP)
  2168. # [22:35] * heycam|away is now known as heycam
  2169. # [22:35] * Quits: lizzard (lizhenry@7CB38E15.3E1AC9A.97BBD552.IP) (Quit: lizzard)
  2170. # [22:36] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  2171. # [22:37] * Quits: mak (chatzilla@moz-F4B224E3.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  2172. # [22:38] * Joins: jfkthame (jfkthame@5BC740F4.F3A79F4C.9542EC20.IP)
  2173. # [22:39] * Quits: mkohler (mkohler@moz-C07DA036.dynamic.hispeed.ch) (No route to host)
  2174. # [22:39] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  2175. # [22:41] <@smaug> dbaron: what did SCC mean in your nsIDOMGCParticipant API
  2176. # [22:41] * Joins: armenzg__ (armenzg@moz-338FA635.dsl.bell.ca)
  2177. # [22:42] <Ms2ger> Strongly Connected something
  2178. # [22:42] * Quits: msucan (mihai@5D30AB1B.F63D1FEA.699550A1.IP) (Quit: Leaving.)
  2179. # [22:42] <Ms2ger> Compartment?
  2180. # [22:42] * Quits: armenzg_brb (armenzg@moz-95B4AFCA.acanac.net) (Ping timeout)
  2181. # [22:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/704cd2fef9e8 - Ehsan Akhgari - Bug 813438 - Part 0: Register the test content sniffer in test_force_sniffing.js with the category manager properly
  2182. # [22:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/883c4223dd20 - Ehsan Akhgari - Bug 813438 - Part 2: Remove the I/O service content sniffer cache; r=bzbarsky
  2183. # [22:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a10521472bdf - Ehsan Akhgari - Bug 813438 - Part 1: Implement NS_SniffContent; r=bzbarsky
  2184. # [22:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1002aa671831 - Ehsan Akhgari - Bug 813438 - Part 3: Rewrite the unknown decoder to use NS_SniffContent; r=bzbarsky
  2185. # [22:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2e3dfbc9d798 - Ehsan Akhgari - Bug 813438 - Part 4: Rewrite AsyncFaviconHelper to use NS_SniffContent; r=bzbarsky
  2186. # [22:43] * Joins: sbward (Thunderbir@moz-5FBB91EC.direcpc.com)
  2187. # [22:43] <@smaug> ah, perhaps strongly and not script
  2188. # [22:45] * Quits: armenzg__ (armenzg@moz-338FA635.dsl.bell.ca) (Connection reset by peer)
  2189. # [22:45] * Joins: armenzg_brb (armenzg@moz-338FA635.dsl.bell.ca)
  2190. # [22:45] <@smaug> SCC is not easier to remember than BBP
  2191. # [22:46] * @smaug should perhaps document somewhere what BBP means
  2192. # [22:46] * armenzg_brb is now known as armenzg
  2193. # [22:47] * Ms2ger always thinks of smaug when he sees BBP on a license plate
  2194. # [22:48] * Quits: wolfiR (wolfiR@moz-40A1B2E1.dip0.t-ipconnect.de) (Quit: Leaving)
  2195. # [22:48] * Joins: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2196. # [22:48] <bjacob> NeilAway: i thought it didn't hurt
  2197. # [22:48] * Quits: Ms2ger (Ms2ger@moz-B65B6665.adsl-dyn.isp.belgacom.be) (Quit: nn)
  2198. # [22:49] * Quits: gand (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: I took the wrong pill!!!)
  2199. # [22:50] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  2200. # [22:51] * Joins: sbward__ (sbward@moz-5FBB91EC.direcpc.com)
  2201. # [22:51] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  2202. # [22:51] * ChanServ sets mode: +o roc
  2203. # [22:52] * armenzg is now known as armenzg_brb
  2204. # [22:52] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Connection reset by peer)
  2205. # [22:52] <@roc> ehsan: Windows is burning on inbound
  2206. # [22:53] <edmorley|away> ehsan, roc: infra; notified #build
  2207. # [22:53] <edmorley|away> (traceback during tools/buildfarm/maintenance/purge_builds.py)
  2208. # [22:54] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  2209. # [22:54] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  2210. # [22:56] * Quits: jfkthame (jfkthame@5BC740F4.F3A79F4C.9542EC20.IP) (Quit: jfkthame)
  2211. # [22:56] <edmorley|away> bsmith: your win32 try failure is also infra; #build invesitgating
  2212. # [22:57] * Joins: loadRPi (pi@moz-78733631.range86-135.btcentralplus.com)
  2213. # [22:57] <bsmith> ;thanks
  2214. # [22:57] <edmorley|away> np
  2215. # [22:59] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  2216. # [23:00] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  2217. # [23:02] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2218. # [23:04] * armenzg_brb is now known as armenzg
  2219. # [23:05] * Quits: sbward__ (sbward@moz-5FBB91EC.direcpc.com) (Quit: sbward__)
  2220. # [23:05] * Joins: graememcc (chatzilla@moz-EE1E5F89.range86-171.btcentralplus.com)
  2221. # [23:06] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  2222. # [23:07] <@ehsan> roc: yeah, not my fault (yet ;)
  2223. # [23:08] <edmorley|away> all trees closed, bug 814523 filed
  2224. # [23:08] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  2225. # [23:11] * Joins: FabioMagnoni_ (fabiomagno@C341E33D.33C6581A.B65F468E.IP)
  2226. # [23:11] * Quits: FabioMagnoni (fabiomagno@C341E33D.33C6581A.B65F468E.IP) (No route to host)
  2227. # [23:11] * FabioMagnoni_ is now known as FabioMagnoni
  2228. # [23:12] * Joins: till (till@moz-97F20979.superkabel.de)
  2229. # [23:14] * Joins: hobophobe (hobophobe@CEB7969B.BA9CDF59.295A79F4.IP)
  2230. # [23:14] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  2231. # [23:15] * Quits: hobophobe (hobophobe@CEB7969B.BA9CDF59.295A79F4.IP) (Quit: Ommm.......)
  2232. # [23:16] * Joins: hobophobe (hobophobe@CEB7969B.BA9CDF59.295A79F4.IP)
  2233. # [23:16] * Quits: TheOne (one@moz-28514D91.dip.t-dialin.net) (Input/output error)
  2234. # [23:18] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  2235. # [23:18] * Quits: sbward (Thunderbir@moz-5FBB91EC.direcpc.com) (Connection reset by peer)
  2236. # [23:20] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  2237. # [23:20] * Quits: hub (hub@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2238. # [23:21] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  2239. # [23:21] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  2240. # [23:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a852c3f0e2fd - Ehsan Akhgari - Backed out changeset d64cb463471e (bug 806719) because of test failures
  2241. # [23:22] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  2242. # [23:23] * Joins: sbward (Thunderbir@moz-5FBB91EC.direcpc.com)
  2243. # [23:23] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  2244. # [23:24] * Quits: jesup|laptop (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  2245. # [23:28] * Joins: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP)
  2246. # [23:28] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  2247. # [23:28] * rail is now known as rail_away
  2248. # [23:30] * KaiRo is now known as KaiRo_away
  2249. # [23:30] * Quits: lduros (user@moz-4BC93528.phlapa.east.verizon.net) (Client exited)
  2250. # [23:31] * Quits: kaze (kaze@A5A0595A.66715431.D25A875A.IP) (Ping timeout)
  2251. # [23:32] <rillian> decoder: so the next asan issue I'm stuck on is http://pastebin.mozilla.org/1951997 which looks like a clang bug to me. Unfortunately it occurs with clang trunk as well.
  2252. # [23:32] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  2253. # [23:32] * Quits: sbward (Thunderbir@moz-5FBB91EC.direcpc.com) (Connection reset by peer)
  2254. # [23:33] <decoder> rillian: i remember hitting this one too
  2255. # [23:33] <decoder> it comes from some dbus include
  2256. # [23:33] <RyanVM> edmorley|away: good times being had by all apparently!
  2257. # [23:33] <rillian> did you just disable the wiki module?
  2258. # [23:33] <decoder> but i wonder why you are hitting that on 12.04
  2259. # [23:33] <edmorley|away> RyanVM: heh yeah :-)
  2260. # [23:34] <decoder> i was hitting this way back on 11.04 maybe
  2261. # [23:34] * RyanVM backs away slowly
  2262. # [23:34] <edmorley|away> heading to bed now, so catch you tomorrow maybe?
  2263. # [23:34] <RyanVM> probably
  2264. # [23:34] <rillian> well, I wouldn't be surprised if the dbus header hadn't changed
  2265. # [23:34] <RyanVM> edmorley|away: your backout should resolve the bc orange, right?
  2266. # [23:34] * jhopkins is now known as jhopkins|afk
  2267. # [23:35] <edmorley|away> yes (ehsan kindly did it)
  2268. # [23:35] * Quits: armenzg (armenzg@moz-338FA635.dsl.bell.ca) (Connection reset by peer)
  2269. # [23:35] <@ehsan> edmorley|away: sorry for busting the tree multiple times today ;)
  2270. # [23:35] <_AxS_> glandium: i see where your concern is about file size .. a fully versioned libxul.so seems to be around 450MB...
  2271. # [23:35] <@ehsan> I'll try to keep busting the tree no more than once per day
  2272. # [23:36] <@ehsan> oooh the second NS_SniffContent's a charm, it seems
  2273. # [23:36] <RyanVM> looks like there's some new oranges to file too
  2274. # [23:36] <rillian> ehsan: yay
  2275. # [23:36] <@ehsan> :D
  2276. # [23:36] * Quits: _AxS_ (axs@moz-E7607041.cpe.net.cable.rogers.com) (Quit: gone)
  2277. # [23:36] <@ehsan> I incidentally found out that we sniff the content quite often
  2278. # [23:37] <@ehsan> it's mostly stinky
  2279. # [23:37] <edmorley|away> :-)
  2280. # [23:37] <rillian> "this end of the stream looks well-formed!"
  2281. # [23:37] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  2282. # [23:37] <edmorley|away> RyanVM: two ice_unittest crash oranges in a row, don't know if cooincidence
  2283. # [23:37] <RobertClaypool> stinky oranges... how about that.
  2284. # [23:37] <@ehsan> ice_unittest?
  2285. # [23:38] <RyanVM> i'm going to say yes
  2286. # [23:38] <@ehsan> twf is that?!
  2287. # [23:38] <@ehsan> heh, wtf, even!
  2288. # [23:38] <rillian> ice is the firewall traversal protocol for webrtc
  2289. # [23:38] <decoder> rillian: the point is, I successfully compiled a few times on newer ubuntus without hitting this
  2290. # [23:38] <edmorley|away> cpp unittests, new
  2291. # [23:38] <edmorley|away> https://tbpl.mozilla.org/php/getParsedLog.php?id=17287058&tree=Mozilla-Inbound
  2292. # [23:38] <@ehsan> I see
  2293. # [23:38] <@ehsan> rillian: thanks!
  2294. # [23:38] <rillian> decoder: mysterious indeed
  2295. # [23:38] <RyanVM> edmorley: /me can't figure out what to do with robocop failures like https://tbpl.mozilla.org/php/getParsedLog.php?id=17287641&tree=Mozilla-Inbound
  2296. # [23:38] * Quits: bsmith (bsmith@moz-23941FA.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2297. # [23:39] <edmorley|away> RyanVM: look for the "ERROR: runTests() exited with code ..."
  2298. # [23:39] <edmorley|away> that one looks like bug 814481
  2299. # [23:40] * Joins: armenzg (armenzg@moz-95B4AFCA.acanac.net)
  2300. # [23:40] <decoder> rillian: you can try -Wno-reserved-user-defined-literal
  2301. # [23:40] <rillian> decoder: I also don't understand why it's an error when I turned off -Werror
  2302. # [23:41] * armenzg is now known as armenzg_afk
  2303. # [23:41] * Quits: milan (milan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2304. # [23:44] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  2305. # [23:45] * mjschranz is now known as mjschranz_away
  2306. # [23:50] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2307. # [23:52] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  2308. # [23:52] * Quits: jfkthame (jfkthame@532415F3.E5218CC8.9542EC20.IP) (Quit: jfkthame)
  2309. # [23:54] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  2310. # [23:54] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
  2311. # [23:54] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2312. # [23:55] * Quits: tH (Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 15.0.1/20120905151427])
  2313. # [23:56] * mcote is now known as mcote|afk
  2314. # [23:57] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  2315. # [23:57] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  2316. # Session Close: Fri Nov 23 00:00:00 2012

The end :)