/irc-logs / mozilla / #developers / 2013-03-30 / end

Options:

  1. # Session Start: Sat Mar 30 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] <devd> Jesse: iframes also count as active mixed content and get blocked ?
  4. # [00:01] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  5. # [00:01] * Quits: alanp (alanp@moz-1298E09C.cpe.distributel.net) (Ping timeout)
  6. # [00:01] <Jesse> they do for me
  7. # [00:02] <devd> hmm.. is that intended behavior? On Chrome, for me, it doesn't look like I get a mixed content warning
  8. # [00:02] <bsmith> devd: yes. try with IE9
  9. # [00:03] <devd> bsmith: IE9 it says "only secure content is displayed"
  10. # [00:03] <devd> whereas I think Firefox only wanted to default block mixed _active_ content
  11. # [00:03] * Quits: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr) (Quit: past)
  12. # [00:04] <devd> I think (based on the wording) IE9 wants to block mixed active as well as display content
  13. # [00:04] <bsmith> devd: everybody agrees on blocking "active" content
  14. # [00:04] <devd> s/(?=>whereas I )think/thought/
  15. # [00:04] <bsmith> scripts and CSS and whatnot
  16. # [00:04] <Jesse> the iframe on brendan's blog is blocked in my main profile, but not in a clean profile with security.mixed_content.block_active_content set to true. so maybe my nightly has some other pref set?
  17. # [00:04] <devd> Jesse: aah that makes more sense now
  18. # [00:05] <devd> bsmith: yeah .. I was just wondering if iframes count as active content, and they don't seem to be ^^
  19. # [00:05] <bsmith> the main choice we have to make is whether to agree with IE9 or chrome or do our own thing
  20. # [00:05] <bsmith> I personally think that the IE team made a good point about things like forms within iframes as to why they blocked them
  21. # [00:05] <bsmith> e.g. password forms within an iframe
  22. # [00:05] <bsmith> IE's policy, AFAICT, is to block everything except images and video and audio
  23. # [00:06] <bsmith> Chrome's policy is similar but also allows iframes
  24. # [00:06] <Jesse> oh wait i was testing with the non-SSL version of brendan's blog
  25. # [00:07] <devd> bsmith: I wonder whats the clickthrough on those IE warnings
  26. # [00:07] <devd> bsmith: Chrome atleast made the warning far more annoying to get past
  27. # [00:07] <Jesse> i think we should turn iframes into links rather than blocking them silently
  28. # [00:07] <devd> Jesse: I think the simpler solution is to just upgrade it to https
  29. # [00:07] * devd ducks
  30. # [00:08] <bsmith> devd: there's already a bug for upgrading them and that's what I'm planning to do, if nobody else does it first
  31. # [00:08] * Quits: jib (Jan-Ivar@moz-7BE8F2B7.pools.spcsdns.net) (Quit: jib)
  32. # [00:08] <devd> bsmith: I filed that bug and I thought it was marked wontfix
  33. # [00:08] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  34. # [00:08] <NeilAway> gkw, Jesse: you can also install the Windows 7 SDK for the 32/64 bit debug compilers and libraries
  35. # [00:09] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  36. # [00:09] <devd> bsmith: but I am happy to hear that you are considering implementing it
  37. # [00:10] * Joins: Jesse (jruderman@2557E599.66715431.D25A875A.IP)
  38. # [00:11] <bsmith> devd: IIRC, the bug is still open and you and I discussed it and I noted that we would auto-upgrade things we would otherwise block, but not things we would allow to load anyway (e.g. images)
  39. # [00:11] <bsmith> I emailed brendan about fixing his blog
  40. # [00:11] <tanvi> hello, i hear we are talking about mixed content. *reading scrollback*
  41. # [00:11] <Jesse> devd: what happens if firefox auto-upgrades <iframe src=http> to <iframe src=https> and hits a cert error or an unresponsive server?
  42. # [00:12] * Quits: ekr_ (ekr@moz-E726CEFF.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  43. # [00:12] <bsmith> Jesse: then it would be blocked, just as if we didn't implement the feature
  44. # [00:12] <bsmith> we don't allow cert error overrides in iframes due to clickjacking
  45. # [00:12] <tanvi> the argument against the autoupgrade was that we would get content the website did not intend
  46. # [00:12] <tanvi> *looking for the bug*
  47. # [00:12] <devd> t bug and I thought it was marked wontfix
  48. # [00:12] <devd> 16:08:47 < NeilAway> gkw, Jesse: you can also install the Windows 7 SDK for the 32/64 bit debug compilers and libraries
  49. # [00:12] <devd> 16:09:43 < devd> bsmith: but I am happy to hear that you are considering implementing it
  50. # [00:13] <devd> umm
  51. # [00:13] <devd> sorry
  52. # [00:13] <devd> I need to learn how to use my mouse buffer
  53. # [00:13] <devd> https://bugzilla.mozilla.org/show_bug.cgi?id=776278
  54. # [00:13] <bsmith> tanvi: the website isn't expecting a blank box
  55. # [00:13] <bsmith> so, they're getting unexpected content either way
  56. # [00:13] <Jesse> devd: my irc client doesn't send mutli-line pastes until i press enter, saves me a lot of embarrassment
  57. # [00:14] <gkw> NeilAway: i think i had to get Professional to get MozillaBuild 64-bit scripts to compile 64-bit successfully, i had the Win7 SDK but MozillaBuild didn't seem to detect its 64-bit compiler.
  58. # [00:14] <tanvi> https://bugzilla.mozilla.org/show_bug.cgi?id=776278
  59. # [00:14] <tanvi> ah, i'm late to the game
  60. # [00:15] <tanvi> bsmith - yeah but if the websites has mixed content, they will also have a blank box in IE
  61. # [00:15] * Quits: kaie (kaie@moz-864BF5E1.dip.t-dialin.net) (Quit: Leaving)
  62. # [00:15] <bsmith> Yes, but generally we want Firefox to work better than IE
  63. # [00:15] * Joins: kdc_ (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  64. # [00:15] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  65. # [00:15] * kdc_ is now known as kdc
  66. # [00:15] <ehoogeveen> gkw: There's also http://www.microsoft.com/en-us/download/details.aspx?id=4422 - not sure how that interacts with express vs professional
  67. # [00:16] <devd> throwing more warnings also has a cost---people get tired of seeing them again and again and start clicking through. You don't achieve much security by throwing a lot of warnings
  68. # [00:18] <Jesse> tanvi: https://bugzilla.mozilla.org/show_bug.cgi?id=843977
  69. # [00:18] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  70. # [00:19] <Jesse> devd: mixed content is a weird case because warning more strictly can have a medium-term effect of sites fixing themselves
  71. # [00:19] <Jesse> and then users don't need to see any warnings
  72. # [00:19] * Joins: jgilbert (jgilbert@moz-BE33DA21.fw1.sfo1.mozilla.net)
  73. # [00:19] <Jesse> that's the same thing we said with SSL cert errors, and it mostly worked, i think
  74. # [00:20] <qDot> ted: You actually around, or just reading bugmail? :)
  75. # [00:20] <devd> Jesse: yup.. thats the point where I fundamentally disagree with you
  76. # [00:20] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Client exited)
  77. # [00:20] <devd> Jesse: and an IRC conversation is not going to change that
  78. # [00:20] <devd> :)
  79. # [00:21] <devd> Jesse: I just don't think annoying users is ok to make the web better
  80. # [00:21] <devd> Jesse: also, I know anecdotal cases saying "yeah, I hit SSL warning in Firefox and I just open Chrome"
  81. # [00:21] * Quits: zakora (NC@moz-8EAF945F.fbx.proxad.net) (Quit: Textual IRC Client: www.textualapp.com)
  82. # [00:22] <Waldo> anecdata
  83. # [00:22] <sfink> so you want "best viewed in Firefox", because it autoupgrades?
  84. # [00:24] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: Ex-Chat)
  85. # [00:25] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  86. # [00:26] * Joins: kaie (kaie@moz-864BF5E1.dip.t-dialin.net)
  87. # [00:26] <bsmith> tanvi devd jesse: https://brendaneich.com/ is now fixed
  88. # [00:26] <Jesse> :)
  89. # [00:27] * Quits: jedp (jedp@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  90. # [00:28] <bsmith> BTW, brendan noted that he just used YouTube's share button, which always spits out http:// links.
  91. # [00:33] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  92. # [00:35] * Quits: ehugg (chatzilla@B612A46C.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307023931])
  93. # [00:39] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  94. # [00:41] * Joins: ehugg_lime (ehugg_lime@moz-556E19B7.mycingular.net)
  95. # [00:45] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Quit: Leaving.)
  96. # [00:47] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  97. # [00:47] * Joins: jedp (jedp@2557E599.66715431.D25A875A.IP)
  98. # [00:48] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  99. # [00:50] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  100. # [00:52] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  101. # [00:52] <reuben> firebot: uuid
  102. # [00:52] <firebot> b132c80d-cc35-41e9-a87b-53c0072c9a9a (/msg firebot cid for CID form)
  103. # [00:52] <bsmith> Is there an option for mach to prevent it from showing the execution time of each step?
  104. # [00:53] <mbrubeck> "If you wish to build Firefox from scratch, first you must invent the Internet." - Carl Sagan
  105. # [00:54] * Quits: dbradley (dbradley@1DA716E2.7763A1F0.52E8B953.IP) (Quit: )
  106. # [00:55] <mbrubeck> bsmith: I don't think so, but I bet gps would accept a patch to add some format options.
  107. # [00:55] <mbrubeck> The formatting code is at http://mxr.mozilla.org/mozilla-central/source/python/mach/mach/logging.py#86
  108. # [00:55] <gps> smaug: no. I have a patch in my queue that redoes the logging code to make it suck less
  109. # [00:55] * Quits: TheOne (one@moz-A2F41508.dip.t-dialin.net) (Input/output error)
  110. # [00:55] <gps> and that's what happens when I fat finger 2 characters and tab complete :(
  111. # [00:56] <@smaug> gps: ?
  112. # [00:56] <gps> I meant to respond to bsmith
  113. # [00:57] <@smaug> ah
  114. # [00:57] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  115. # [00:57] * Quits: Lucas (Lucas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  116. # [00:57] * Quits: rstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  117. # [00:57] <bsmith> gps: any pointer to that formatting code. I will just hack it out.
  118. # [00:58] <bsmith> (My editor refuses to parse the error messages into links with that stuff in their)
  119. # [00:58] <bsmith> s/their/there/
  120. # [00:58] <mbrubeck> bsmith: See my link above?
  121. # [00:58] <bsmith> thanks!
  122. # [01:00] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  123. # [01:00] * Quits: myk (myk@2557E599.66715431.D25A875A.IP) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  124. # [01:01] * Joins: lightsofapollo (jlal@moz-ACAEA2CB.hsd1.ca.comcast.net)
  125. # [01:01] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  126. # [01:03] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  127. # [01:04] * Quits: ErvisTusha (ErvisTusha@EBF67C7A.F69FB6EA.363D84A4.IP) (Client exited)
  128. # [01:04] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  129. # [01:05] * Quits: ctangira (ctangira@moz-264CB7F1.cisco.com) (Ping timeout)
  130. # [01:05] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  131. # [01:06] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  132. # [01:07] * ctalbert is now known as ctalbert|afk
  133. # [01:08] * Quits: jedp (jedp@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  134. # [01:08] * Quits: jryans (jryans@moz-7E61CA05.sw.biz.rr.com) (Quit: Be back later)
  135. # [01:08] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  136. # [01:08] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  137. # [01:09] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  138. # [01:12] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  139. # [01:14] * Quits: lightsofapollo (jlal@moz-ACAEA2CB.hsd1.ca.comcast.net) (Quit: lightsofapollo)
  140. # [01:14] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  141. # [01:14] * bz_away is now known as bz
  142. # [01:16] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  143. # [01:17] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  144. # [01:17] <RyanVM|Dinner> dholbert: cool, thanks for starring all htose mutex leaks too!
  145. # [01:18] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  146. # [01:18] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  147. # [01:18] <dholbert> RyanVM|Dinner, I detect sarcasm... were there mutex leaks on the logs I starred, which I neglected to include in my star-comment?
  148. # [01:19] <RyanVM|Dinner> dholbert: many of the osx 10.8 M2s had mutex leaks, yes
  149. # [01:19] <RyanVM|Dinner> pretty sure the top backout fixed them, but was waiting to confirm as such before starring
  150. # [01:19] <dholbert> ok
  151. # [01:19] * Joins: ctangira (ctangira@moz-EAECA170.cisco.com)
  152. # [01:20] <dholbert> I think I disregarded them as failing to clean up one of the processes after the crash, or something
  153. # [01:20] * Joins: ekr_ (ekr@moz-E726CEFF.mycingular.net)
  154. # [01:20] * Quits: sewardj (sewardj@moz-3C619B07.dip.t-dialin.net) (Ping timeout)
  155. # [01:20] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  156. # [01:20] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  157. # [01:20] <dholbert> (incorrectly, I guess - sorry for the partial-star)
  158. # [01:21] * hwine|afk is now known as hwine
  159. # [01:21] * Quits: till (till@moz-DADB142.adsl.alicedsl.de) (Client exited)
  160. # [01:22] * Fallen|away is now known as Fallen
  161. # [01:23] <RyanVM|Dinner> tanvi: get a chance to see if the extra logging provided any useful info?
  162. # [01:23] <jmaher> fabrice: pong
  163. # [01:23] * RyanVM|Dinner can't help but think that if we're hitting this so easily in the test suite, it'll probably bite us in the real world too
  164. # [01:23] <fabrice> jmaher: did you investigate the OSX10.6 failure with pushPermissionsEnv ?
  165. # [01:24] <jmaher> fabrice: yes, I fixed the test case as it called SimpleTest.finish() unnecessarily
  166. # [01:24] <RyanVM|Dinner> btw, once win8 xpcshell goes green, we can re-open inbound
  167. # [01:24] <jmaher> I debugged it for a bit
  168. # [01:24] <RyanVM|Dinner> at least it's looking like I'll finally have a decent cset to merge today
  169. # [01:24] <RyanVM|Dinner> only 8:30pm here
  170. # [01:24] <@bz> So here's a question
  171. # [01:24] <fabrice> jmaher: so it's ready to re-land?
  172. # [01:24] <@bz> if I have an object X
  173. # [01:24] <@bz> of some type Y in C++
  174. # [01:24] <@bz> and type Y has some inner type defined
  175. # [01:25] <@bz> so "class Y { typedef int Z; };"
  176. # [01:25] * Quits: Benvie (Benvie@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  177. # [01:25] * Quits: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com) (Input/output error)
  178. # [01:25] <@bz> can I get at that from my object's name?
  179. # [01:25] <@bz> As in declare something of type Y::Z by just using my instance object and not its type?
  180. # [01:26] * @bz does not see a way. :(
  181. # [01:26] <Waldo> there's decltype() in C++11, to be sure
  182. # [01:26] <@bz> mmm
  183. # [01:26] <@bz> Would be awesome
  184. # [01:26] <Waldo> I think you can do it
  185. # [01:26] <jmaher> fabrice: relanded this morning
  186. # [01:26] <Waldo> with some helper template classes
  187. # [01:26] <@bz> oh, hmm.
  188. # [01:26] <Waldo> sec, hacking
  189. # [01:26] <@bz> Yes, I can do that
  190. # [01:26] <jmaher> fabrice: on inbound, shouuld be on m-c later today or tomorrow
  191. # [01:26] * @bz writes helper template
  192. # [01:27] <fabrice> jmaher: ha cool, thanks!
  193. # [01:27] <jmaher> fabrice: thanks for checking- I am glad we have it working and landed
  194. # [01:28] <RyanVM|Dinner> fabrice: FYI, we've got a new desktop b2g checktest failure. I haven't filed yet, but I'll CC you when I do.
  195. # [01:28] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  196. # [01:28] <@bz> hmm
  197. # [01:28] <fabrice> RyanVM|Dinner: sure, thanks...
  198. # [01:28] <@bz> maybe I can. ;)
  199. # [01:28] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Connection reset by peer)
  200. # [01:28] <RyanVM|Dinner> fabrice: can you run them successfully locally?
  201. # [01:28] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  202. # [01:28] <Waldo> bz: http://www.pastebin.mozilla.org/2258143 or thereabouts
  203. # [01:28] * RyanVM|Dinner is now known as RyanVM
  204. # [01:29] <fabrice> RyanVM: I'm running tests in an emulator for b2g
  205. # [01:29] <@bz> mmm
  206. # [01:29] <@bz> So what I have is an instance of S
  207. # [01:29] <@bz> not S itself
  208. # [01:29] <RyanVM> fabrice: fyi - https://tbpl.mozilla.org/php/getParsedLog.php?id=21234941&tree=Try
  209. # [01:29] <@bz> if that makes sense
  210. # [01:29] <Waldo> erm, so you do! sec
  211. # [01:29] <Waldo> I fail at reading
  212. # [01:29] * Quits: Mic (Mic@moz-42E7EC44.superkabel.de) (Quit: No time to waste, let's go!)
  213. # [01:29] * @bz experiments
  214. # [01:29] <Waldo> er, comprehending
  215. # [01:29] <RyanVM> fabrice: we still have that linux perl path issue too
  216. # [01:30] * gregglind is now known as gregglind_away
  217. # [01:30] * Quits: jammink (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  218. # [01:30] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  219. # [01:30] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  220. # [01:30] <derf> Good, because I didn't see how to do that with a template, and was a afraid I was just dumb.
  221. # [01:31] * Joins: naveed (naveed@moz-BE33DA21.fw1.sfo1.mozilla.net)
  222. # [01:31] <ehoogeveen> If decltype(S)::Z just works that would be pretty wonderful
  223. # [01:31] * Joins: riemann (riemann@moz-18142E92.org)
  224. # [01:31] <derf> (still a possibility, but at least bounded by Waldo)
  225. # [01:31] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  226. # [01:31] <@bz> I can give it a run on try, I guess
  227. # [01:31] <derf> (which is not a bad bound)
  228. # [01:31] <@bz> but I'm not too hopeful
  229. # [01:32] <@dbaron> bz, is this for elegance or because you don't know the type because you're already in a template?
  230. # [01:32] <derf> bz: Anyway, how do you have an object but not its type?
  231. # [01:32] <@bz> mmm
  232. # [01:32] * mattwoodrow is now known as mattwoodrow|away
  233. # [01:32] <Waldo> there is also that :-)
  234. # [01:32] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  235. # [01:32] <@bz> I don't know the type because I'm doing codegen
  236. # [01:32] <@bz> and the thing that generated the declaration of the object is far away from me
  237. # [01:32] <derf> Surely the codegen must have declared the thing!
  238. # [01:32] <@bz> and I don't have all the data it had
  239. # [01:32] * Waldo is pretty sure this is doable, just needs to bend his mind toward the solution
  240. # [01:33] <@bz> I mean, I could clearly rejigger more of the codegen to punch that data through to here
  241. # [01:33] * Quits: ehugg_lime (ehugg_lime@moz-556E19B7.mycingular.net) (Client exited)
  242. # [01:33] <@bz> but that's a pretty big undertaking...
  243. # [01:33] <NeilAway> dholbert: any idea whom I should ping for review to change an nsSupportsHashtable to an nsInterfaceHashtable<nsISupportsHashKey, nsIRDFResource>?
  244. # [01:33] * Parts: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  245. # [01:34] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  246. # [01:34] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  247. # [01:34] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  248. # [01:34] <Waldo> I hear dolske likes reviewing RDF patches!
  249. # [01:34] * Waldo runs
  250. # [01:34] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  251. # [01:34] * Quits: ctangira (ctangira@moz-EAECA170.cisco.com) (Quit: ctangira)
  252. # [01:35] <dholbert> NeilAway, your guess is as good as mine
  253. # [01:35] <dholbert> NeilAway, whoever touched nsSupportsHashtable last? :)
  254. # [01:35] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  255. # [01:36] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  256. # [01:36] <dholbert> wait, why are we doing things with RDF?
  257. # [01:36] * dholbert isn't sure if he's being trolled
  258. # [01:36] <Waldo> dholbert: NeilAway only trolls via memoserv
  259. # [01:37] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  260. # [01:37] <@bz> dholbert: which things?
  261. # [01:38] <dholbert> bz, the thing NeilAway said RE nsSupportsHashtable above
  262. # [01:38] <@bz> ah
  263. # [01:38] <NeilAway> dholbert: the code being changed has only had treewide changes since hg@1
  264. # [01:38] <tbsaunde> dholbert: I'd assume we already were? and are just changing the type ofthe thing holding the rdf crud
  265. # [01:38] <@bz> Maybe we're trying to get rid of nsSupportsHashtable?
  266. # [01:38] <dholbert> NeilAway, CVS blame!
  267. # [01:39] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  268. # [01:39] <NeilAway> dholbert: sadly my main CVS checkout disk has failed quite badly :s
  269. # [01:39] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  270. # [01:40] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  271. # [01:40] <dholbert> NeilAway, MXR still has CVS blame links
  272. # [01:40] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  273. # [01:40] <dholbert> just replace "mozilla-central" with "firefox" in mxr URLs
  274. # [01:40] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  275. # [01:41] <Waldo> bz: if you pushed all your code into a static function on ZType, you could have an |explicit ZType(const T& t) {}| and then have ZType(val).staticMethodDoingYourStuff that used Type inside its definition, getting ZType::Type for free; past that it might only be decltype
  276. # [01:41] * Quits: grobinson (garrett@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  277. # [01:41] * Fallen is now known as Fallen|away
  278. # [01:42] <@bz> waldo: yeah, that's also nontrivial. :(
  279. # [01:42] <Waldo> unsurprising :-)
  280. # [01:42] <Waldo> and butt-fugly, if you actually did it
  281. # [01:42] * @bz ponders this some more
  282. # [01:42] <NeilAway> dholbert: so, it's basically unchanged since alecf wrote it
  283. # [01:42] <NeilAway> dholbert: in 2002
  284. # [01:42] <@dolske> Waldo: I'm happy to r- any patch that isn't removing RDF. :)
  285. # [01:42] <dholbert> NeilAway, there you go!
  286. # [01:43] <NeilAway> dholbert: yeah, but I don't want to wait another 10 years for my review ;-)
  287. # [01:43] * Quits: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  288. # [01:43] <ehoogeveen> bz: this seems to compile just fine in gcc at least: http://www.pastebin.mozilla.org/2258178
  289. # [01:44] * Joins: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP)
  290. # [01:44] <@bz> ehoogeveen: right, but the question is about our other compilers
  291. # [01:44] * @bz tries just pushing it to try
  292. # [01:44] <Waldo> ehoogeveen: decltype is C++11, which isn't on in Mozilla everywhere, nor supported by enough compilers
  293. # [01:44] <Waldo> well, decltype might be, for all I know
  294. # [01:44] <Waldo> I doubt it, tho
  295. # [01:45] <ehoogeveen> According to the Wiki article, MSVC 2010 and clang should support it
  296. # [01:45] * Joins: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com)
  297. # [01:45] <ehoogeveen> Probably nothing older than 2010 though
  298. # [01:45] * Quits: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com) (Input/output error)
  299. # [01:45] <Waldo> hmm, decltype is the places we care about per http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport except for MSVC 2010
  300. # [01:45] <Waldo> you'd still have to change the tree to compile with C++11 turned on, in a few places
  301. # [01:45] <Waldo> it's turned on some places, but not all
  302. # [01:46] <Waldo> oh, and Android toolchain is not too C++11-friendly
  303. # [01:46] <Waldo> tho maybe they changed that
  304. # [01:46] * Quits: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net) (Ping timeout)
  305. # [01:46] <ehoogeveen> MSVC 2010 has something like it at least: http://msdn.microsoft.com/en-us/library/dd537655%28v=vs.100%29.aspx
  306. # [01:47] * Quits: ekr_ (ekr@moz-E726CEFF.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  307. # [01:48] * kaze is now known as kaze|zZz
  308. # [01:49] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Ping timeout)
  309. # [01:49] <ehoogeveen> Ah, but MSVC 2010 doesn't like my little example
  310. # [01:49] * philor is now known as philor|away
  311. # [01:50] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  312. # [01:52] <ehoogeveen> but it *does* work if I use "typedef decltype(T) t1;" first, then reference "t1::Z"
  313. # [01:52] * Quits: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  314. # [01:52] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  315. # [01:52] <@bz> But we're not using MSVC 2010, are we?
  316. # [01:52] <@bz> So that aspect of things is moot...
  317. # [01:52] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  318. # [01:52] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  319. # [01:52] <ehoogeveen> MSVC 2010 is the default compiler on Windows
  320. # [01:53] * Quits: inolen (Adium@moz-9F4F17DF.tourcaster.com) (Quit: Leaving.)
  321. # [01:53] <ehoogeveen> But yeah, there are probably targets for which you'd need a workaround
  322. # [01:53] <tbsaunde> bz: I believewe do, but in theory support older
  323. # [01:53] <tbsaunde> s/you/we/
  324. # [01:54] * Quits: naveed (naveed@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  325. # [01:54] <Waldo> MSVC 2010 is the default, but we compile with 2008, although it breaks when people do stuff that doesn't work there and don't get it flagged by tinderbox
  326. # [01:55] <Waldo> I think we should probably just drop 2008 if we don't care enough to tinderbox it, given that there are benefits to doing so
  327. # [01:55] <Waldo> but this is not an argument I want to make at sufficient length to make it happen
  328. # [01:56] <RyanVM> gps: ping
  329. # [01:56] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  330. # [01:57] * aki|buildduty is now known as aki
  331. # [01:59] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  332. # [02:00] <gps> RyanVM: pong
  333. # [02:00] <RyanVM> gps: what's the proper to do a negative test in a moz.build
  334. # [02:00] <NeilAway> bah, stupid case of windows deciding to reboot while I'm building :s
  335. # [02:00] <RyanVM> like the opposite of if CONFIG
  336. # [02:00] * Joins: naveed (naveed@moz-BE33DA21.fw1.sfo1.mozilla.net)
  337. # [02:00] * NeilAway wonders whether that corrupts any of the objdir
  338. # [02:00] <gps> |if not CONFIG['FOO']|
  339. # [02:03] <RyanVM> gps: sweet, thanks
  340. # [02:04] <RyanVM> inbound's open for those who were waiting
  341. # [02:05] * Quits: naveed (naveed@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  342. # [02:09] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  343. # [02:09] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  344. # [02:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/65be7ecc6fd6 - Bobby Holley - Bug 856127 - Override the override. r=bz
  345. # [02:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8ea262c8bb9c - Bobby Holley - Bug 853709 - Deny accessor definitions in SecurityWrapper. r=mrbkap
  346. # [02:12] * jmaher is now known as jmaher|afk
  347. # [02:13] <bsmith> NeilAway: There is an option you can set in your local policy to disable the automatic reboot
  348. # [02:14] <bsmith> and change it to a prompt to reboot
  349. # [02:14] * @bz does not see a way to do this without decltype. :(
  350. # [02:14] * Quits: clee (clee@2557E599.66715431.D25A875A.IP) (Quit: clee)
  351. # [02:14] <RyanVM> man bholley, you're cruel
  352. # [02:14] <RyanVM> landing bustage this late on a Friday night?
  353. # [02:14] * Joins: ekr_ (ekr@moz-E726CEFF.mycingular.net)
  354. # [02:14] <bholley> RyanVM: green on try!
  355. # [02:14] <bholley> RyanVM: and one of them is a fix for a perma-orange :-)
  356. # [02:15] * Joins: Wes (chatzilla@moz-8EE0ED3E.kingston.net)
  357. # [02:15] <RyanVM> bholley: pfft, on a hidden testsuite :P
  358. # [02:15] <Waldo> RyanVM: and just wait, you have me for an encore ;-)
  359. # [02:15] * RyanVM signs off
  360. # [02:15] <Waldo> heh
  361. # [02:15] <RyanVM> i'm sensing scotch in my near future
  362. # [02:16] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Ping timeout)
  363. # [02:16] * Joins: Benvie (Benvie@938A34F4.A9D29CC9.D4A9B473.IP)
  364. # [02:16] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  365. # [02:17] * dholbert is now known as dholbert|afk
  366. # [02:19] * dholbert|afk is now known as dholbert
  367. # [02:19] <firebot> Check-in:
  368. # [02:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f5b92b22981c - Eddy Bruel - Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static
  369. # [02:19] <firebot> JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree
  370. # [02:20] * Waldo wishes he had time to enjoy any of the scotch he has on his desk at the office
  371. # [02:20] * Quits: atte (atte@moz-D74310DA.dhcp.inet.fi) (Client exited)
  372. # [02:20] <RyanVM> Waldo: I can help next time I'm in MV
  373. # [02:21] <Waldo> heh
  374. # [02:21] <Waldo> that mini was tasty enough I went out and got a 750mL bottle
  375. # [02:21] <Waldo> problem is I don't get in early enough to open it before leaving, usually
  376. # [02:21] * Quits: ggp (ggp@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  377. # [02:21] * hwine is now known as hwine-ooo
  378. # [02:22] <RyanVM> Waldo: out of curiosity, did you land any new tests with bug 789897 this time or were you planning to just pick those up from the fuzzer bug?
  379. # [02:22] <Waldo> not to mention it took me a year to drink a single mini, so this could be good for a decade or so
  380. # [02:22] <RyanVM> lol
  381. # [02:22] <Waldo> RyanVM: I added some tests to the CCW patch, and that got folded into the rollup
  382. # [02:22] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  383. # [02:22] <Waldo> RyanVM: didn't put in everything from all the other bugs, because it was basically a stupid category error -- no use of isExtensible or preventExtensions on objects from other globals
  384. # [02:23] <Waldo> RyanVM: I didn't see any subtilty in any of the testcases
  385. # [02:24] * Quits: ekr_ (ekr@moz-E726CEFF.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  386. # [02:25] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Quit: Leaving.)
  387. # [02:26] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 19.0.2/20130311161054])
  388. # [02:28] * Quits: @bz (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net) (Client exited)
  389. # [02:28] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  390. # [02:28] * Joins: bz (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net)
  391. # [02:28] * ChanServ sets mode: +o bz
  392. # [02:29] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  393. # [02:29] * Joins: dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net)
  394. # [02:29] * ChanServ sets mode: +o dbaron
  395. # [02:31] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  396. # [02:32] <RyanVM> screw it, I'm not doing a merge tonight
  397. # [02:33] * Quits: fabrice (fabrice@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  398. # [02:33] * Joins: jryans (jryans@moz-7E61CA05.sw.biz.rr.com)
  399. # [02:34] <RyanVM> Waldo: mmm, laphroig quarter cask
  400. # [02:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b2cb3d603fa6 - Daniel Holbert - Bug 853946: Replace flex container's cached content-box cross-size and cached ascent with local variables in Reflow(). rs=Waldo
  401. # [02:34] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/845d28ab458e - Daniel Holbert - Bug 841876: Enable flexbox pref in release builds. r=dbaron
  402. # [02:34] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/655a6333fe67 - Daniel Holbert - Bug 856199: Remove nsHTMLReflowState's no-longer-needed AutoRestore #include. r=dbaron
  403. # [02:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bafd95fdf1ac - Daniel Holbert - Bug 785468: Compute flex container's baseline as-described in the spec. r=dbaron
  404. # [02:38] * Quits: spohl (Adium@moz-3F9013D4.reverse.softlayer.com) (Quit: Leaving.)
  405. # [02:38] <RyanVM> Waldo: I guess that at least means that I didn't mess up the backout
  406. # [02:39] <RyanVM> i was a bit nervous about it
  407. # [02:39] <RyanVM> manual conflict resolution does that
  408. # [02:39] * dholbert is now known as dholbert|afk
  409. # [02:40] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  410. # [02:42] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  411. # [02:42] * Joins: rniwa (rniwa@1B7E1CBA.19F579BA.B5E7F04E.IP)
  412. # [02:43] * Quits: jgilbert (jgilbert@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  413. # [02:44] * Joins: lightsofapollo (jlal@moz-ACAEA2CB.hsd1.ca.comcast.net)
  414. # [02:44] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  415. # [02:47] * Joins: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com)
  416. # [02:50] * Joins: ggp (ggp@moz-902F0004.tmodns.net)
  417. # [02:50] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  418. # [02:52] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  419. # [02:53] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  420. # [02:54] * Quits: ggp (ggp@moz-902F0004.tmodns.net) (Ping timeout)
  421. # [02:56] * Joins: ggp (ggp@moz-902F0004.tmodns.net)
  422. # [02:56] * Quits: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com) (Input/output error)
  423. # [02:57] * Quits: seth (seth@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  424. # [02:58] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  425. # [02:58] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  426. # [03:01] * Quits: cabanier (cabanier@C2FADE94.E7C615F.41763F20.IP) (Quit: Leaving.)
  427. # [03:03] * philor|away is now known as philor
  428. # [03:05] * Quits: IanN (chatzilla@moz-C2F768A9.perr.cable.virginmedia.com) (Quit: ChatZilla 0.9.90 [SeaMonkey 2.18a1/20130202225154])
  429. # [03:07] * Joins: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
  430. # [03:07] * Joins: cabanier (cabanier@C2FADE94.E7C615F.41763F20.IP)
  431. # [03:07] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  432. # [03:08] * dholbert is now known as IRCMonkey36582
  433. # [03:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4bccb17667f0 - Felipe Gomes - Bug 850210 - Part 4. Update Android's PermissionsHelper usage of contentPrefs to nsIContentPrefService2. r=adw
  434. # [03:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c82d8a79e16e - Felipe Gomes - Bug 850213 - Update nsHTMLInputElement to nsIContentPrefService2. r=smaug
  435. # [03:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/beb450416330 - Felipe Gomes - Bug 850210 - Part 2. Update removeGroupedPrefs usage to nsIContentPrefService2.removeAllDomains. r=adw
  436. # [03:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/373a8c6007a3 - Felipe Gomes - Bug 850214 - Remove site-specific support from preferences.js as it is unused. r=rnewman
  437. # [03:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/acf32763c61d - Felipe Gomes - Bug 850210 - Part 1. Update ForgetAboutSite.jsm to use the nsIContentPrefService2 API. r=adw
  438. # [03:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/badf8d382f79 - Felipe Gomes - Bug 850210 - Part 3. Update DownloadLastDir usage of removePrefsByName to nsIContentPrefService2. r=adw
  439. # [03:10] * Quits: cabanier (cabanier@C2FADE94.E7C615F.41763F20.IP) (Ping timeout)
  440. # [03:12] * Joins: cabanier (cabanier@C2FADE94.E7C615F.41763F20.IP)
  441. # [03:12] * Quits: cabanier (cabanier@C2FADE94.E7C615F.41763F20.IP) (Quit: Leaving.)
  442. # [03:14] * Quits: AaronMT (AaronMT@moz-9742BA59.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  443. # [03:15] * Joins: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net)
  444. # [03:16] * Quits: ehoogeveen (emanuel.ho@moz-DC53E53C.upc-j.chello.nl) (Quit: )
  445. # [03:17] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  446. # [03:17] * Joins: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be)
  447. # [03:18] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  448. # [03:19] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Input/output error)
  449. # [03:22] * Quits: JeroenDeDauw (j@moz-8EBE723F.ifiber.telenet-ops.be) (Ping timeout)
  450. # [03:22] * Quits: @smaug (chatzilla@moz-A393C606.elisa-laajakaista.fi) (Ping timeout)
  451. # [03:22] * Quits: Ann_Yiming (Ann_Yiming@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  452. # [03:22] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  453. # [03:22] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  454. # [03:24] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  455. # [03:25] * philor is now known as philor|away
  456. # [03:26] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  457. # [03:27] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  458. # [03:27] * Quits: rniwa (rniwa@1B7E1CBA.19F579BA.B5E7F04E.IP) (Quit: rniwa)
  459. # [03:27] * Joins: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net)
  460. # [03:27] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  461. # [03:29] * Quits: Jesse (jruderman@2557E599.66715431.D25A875A.IP) (Quit: Jesse)
  462. # [03:30] * Quits: chewey (chewey@moz-22707216.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  463. # [03:30] * Joins: chewey (chewey@moz-BB17CE9C.dip0.t-ipconnect.de)
  464. # [03:31] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  465. # [03:34] * Joins: abhishekp (chatzilla@moz-69B8AF87.mtnl.net.in)
  466. # [03:35] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  467. # [03:37] * Quits: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net) (Client exited)
  468. # [03:40] * Joins: surkov (surkov@511E724B.E00BF004.E17943EE.IP)
  469. # [03:41] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  470. # [03:42] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Ping timeout)
  471. # [03:42] * Joins: msaad (marcus@2ADAC4A9.3A262DB1.DC1243F8.IP)
  472. # [03:44] * Quits: ggp (ggp@moz-902F0004.tmodns.net) (Ping timeout)
  473. # [03:47] * Joins: ehoogeveen (emanuel.ho@moz-DC53E53C.upc-j.chello.nl)
  474. # [03:48] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  475. # [03:50] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.90 [Firefox 22.0a1/20130328125441])
  476. # [03:51] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  477. # [03:51] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (Quit: mixedpuppy)
  478. # [03:52] * Quits: Benvie (Benvie@938A34F4.A9D29CC9.D4A9B473.IP) (Ping timeout)
  479. # [03:53] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  480. # [03:57] * Joins: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net)
  481. # [03:58] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  482. # [03:59] * Quits: surkov (surkov@511E724B.E00BF004.E17943EE.IP) (Quit: surkov)
  483. # [04:01] * Joins: pranavrc (pranavrc@FED08AB4.C071283D.520CDC98.IP)
  484. # [04:02] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  485. # [04:04] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: leaving)
  486. # [04:07] * Joins: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com)
  487. # [04:09] * Quits: shorlander (shorlander@moz-230AEA61.dhcp.insightbb.com) (Ping timeout)
  488. # [04:11] * Quits: lightsofapollo (jlal@moz-ACAEA2CB.hsd1.ca.comcast.net) (Quit: lightsofapollo)
  489. # [04:15] * Quits: ehoogeveen (emanuel.ho@moz-DC53E53C.upc-j.chello.nl) (Quit: )
  490. # [04:15] * jchen|away is now known as jchen
  491. # [04:16] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  492. # [04:16] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  493. # [04:20] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Ping timeout)
  494. # [04:20] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  495. # [04:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/74fa4d93755b - Reuben Morais - Bug 856258 - Use |is| instead of |ok| to test the length of result arrays in test_contacts_basics.html. r=gwagner
  496. # [04:20] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  497. # [04:21] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  498. # [04:23] * Quits: KaiRo (robert@moz-C07DB6FC.adsl.highway.telekom.at) (Ping timeout)
  499. # [04:23] * Joins: KaIRC (robert@moz-37E84A75.adsl.highway.telekom.at)
  500. # [04:26] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  501. # [04:26] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  502. # [04:27] * Quits: KaIRC (robert@moz-37E84A75.adsl.highway.telekom.at) (Input/output error)
  503. # [04:28] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  504. # [04:28] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  505. # [04:28] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  506. # [04:29] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  507. # [04:30] * Quits: mjessome (mjessome@1959CDD3.BBE15E1C.8491360.IP) (Quit: leaving)
  508. # [04:30] * Joins: mjessome (mjessome@1959CDD3.BBE15E1C.8491360.IP)
  509. # [04:36] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Connection reset by peer)
  510. # [04:36] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  511. # [04:36] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  512. # [04:37] * Quits: pranavrc (pranavrc@FED08AB4.C071283D.520CDC98.IP) (Ping timeout)
  513. # [04:37] * Parts: panzi (chatzilla@moz-A66ED56B.adsl.highway.telekom.at)
  514. # [04:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e15f135411f9 - Kartikaya Gupta - Bug 855365 - Remove focusability from the tab widget area on the view pager until we can properly support it. r=sriram
  515. # [04:40] * Quits: jryans (jryans@moz-7E61CA05.sw.biz.rr.com) (Quit: Be back later)
  516. # [04:40] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  517. # [04:41] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  518. # [04:41] * Joins: darkowlzz_ (darkowlzz@8EA7D185.914FDA14.F44414AF.IP)
  519. # [04:47] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  520. # [04:50] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  521. # [04:51] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  522. # [04:51] * Joins: jryans (jryans@moz-7E61CA05.sw.biz.rr.com)
  523. # [04:53] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  524. # [04:55] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  525. # [04:55] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  526. # [04:58] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (Connection reset by peer)
  527. # [04:59] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  528. # [04:59] * Quits: Matti (Matti@moz-F576BD81.dip.t-dialin.net) (Ping timeout)
  529. # [04:59] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  530. # [05:02] * Quits: Callek (chatzilla@3464EC4F.72B357BE.A35657C3.IP) (Ping timeout)
  531. # [05:03] * Joins: Matti (Matti@moz-4F37484.dip.t-dialin.net)
  532. # [05:06] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  533. # [05:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b50575909c79 - Drew Willcoxon - Bug 829456 - Update browser-fullZoom.js to use nsIContentPrefService2. r=mak
  534. # [05:08] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  535. # [05:09] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Input/output error)
  536. # [05:11] * bz is now known as bz_sleep
  537. # [05:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cd4322eb7af4 - Boris Zbarsky - Bug 851781. Make sure that we don't reenter scriptblocker removal when we don't expect to. r=smaug
  538. # [05:12] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  539. # [05:14] * Parts: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Leaving...)
  540. # [05:14] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  541. # [05:15] * mattwoodrow|away is now known as mattwoodrow
  542. # [05:18] * Quits: josh (josh@moz-61186829.hsd1.mn.comcast.net) (Quit: josh)
  543. # [05:19] * Joins: Benvie (Benvie@938A34F4.A9D29CC9.D4A9B473.IP)
  544. # [05:19] * Quits: ochameau (ochameau@moz-109A6728.fbx.proxad.net) (Ping timeout)
  545. # [05:22] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  546. # [05:23] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  547. # [05:24] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  548. # [05:29] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  549. # [05:30] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  550. # [05:33] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  551. # [05:33] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  552. # [05:37] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  553. # [05:41] * Quits: adw (adw@moz-4B59C6FF.hsd1.ca.comcast.net) (Quit: adw)
  554. # [05:41] * mattwoodrow is now known as mattwoodrow|away
  555. # [05:41] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  556. # [05:42] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  557. # [05:42] <romaxa> ted: glandium: any ideas why make rebuild everything in case if I build first with make -f client.mk .., and then I call make -C obj-dir/blah
  558. # [05:42] <romaxa> ?
  559. # [05:43] * Quits: abhishekp (chatzilla@moz-69B8AF87.mtnl.net.in) (Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307122853])
  560. # [05:44] <reuben> holy moly what happened to windows automation? D:
  561. # [05:44] * Joins: pranavrc (pranavrc@301A8E58.5C1EBCBC.520CDC98.IP)
  562. # [05:45] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  563. # [05:47] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Ping timeout)
  564. # [05:50] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  565. # [05:52] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  566. # [05:53] * jchen is now known as jchen|away
  567. # [05:54] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  568. # [05:55] * ewong|sleep is now known as ewong
  569. # [05:58] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  570. # [05:58] <ewong> reuben: was about to ask you that ;P
  571. # [05:59] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  572. # [05:59] * ChanServ sets mode: +o ehsan
  573. # [06:01] <reuben> ewong: yea, I have no idea. there are windows mochitests showing up on newer pushes so at least it didn't stick :P
  574. # [06:01] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  575. # [06:04] <ewong> is it usual for sheriffs to back that out due to the number of oranges?
  576. # [06:06] <ewong> and then push it back?
  577. # [06:06] <ewong> everyone's on holiday..
  578. # [06:08] * Quits: pranavrc (pranavrc@301A8E58.5C1EBCBC.520CDC98.IP) (Quit: Ping timeout: ∞)
  579. # [06:08] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  580. # [06:11] <ewong> reuben: just curious.. did you push to try?
  581. # [06:12] <reuben> ewong: no. the patch is pretty safe. I can re-trigger the windows jobs if you want, as they seem to be fine now
  582. # [06:12] <ewong> reuben: might as well.. as it stands it's quite a bit overwhelming :)
  583. # [06:13] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Input/output error)
  584. # [06:13] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  585. # [06:13] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Input/output error)
  586. # [06:14] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  587. # [06:14] * Quits: nbp (pierron@moz-7EB03C5F.fbx.proxad.net) (Ping timeout)
  588. # [06:15] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  589. # [06:15] <devd> anyone around who has any experience with testpilot?
  590. # [06:16] <reuben> ewong: it looks like a MSVC bug. anyway, I re-triggered and will watch it :)
  591. # [06:17] * Joins: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net)
  592. # [06:17] * Quits: pcwalton (pcwalton@moz-481A040C.hsd1.ca.comcast.net) (Input/output error)
  593. # [06:19] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  594. # [06:20] <reuben> ewong: hm, re-triggering the tests just used the same build. do you know if re-triggering the build and then the tests will make them pick up the new binaries?
  595. # [06:21] * Quits: msaad (marcus@2ADAC4A9.3A262DB1.DC1243F8.IP) (Connection reset by peer)
  596. # [06:21] <ewong> reuben yeah retriggering definitely uses the same build.. so afaiui, you need to clobber, and do a rebuild..
  597. # [06:22] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  598. # [06:22] <reuben> ewong: augh! I'll just back it out and reland it then :(
  599. # [06:23] <ewong> reuben :( sorry.. wish I was better help here..
  600. # [06:23] <ewong> wish I had more sheriff knowledge as well..
  601. # [06:25] * Quits: @dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net) (Ping timeout)
  602. # [06:27] * Joins: dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net)
  603. # [06:27] * ChanServ sets mode: +o dbaron
  604. # [06:28] <@dbaron> mmm, kernel panics.
  605. # [06:28] <ewong> hi dbaron!
  606. # [06:29] <reuben> alright, let's try this again
  607. # [06:29] * Quits: Benvie (Benvie@938A34F4.A9D29CC9.D4A9B473.IP) (Ping timeout)
  608. # [06:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7048bac55296 - Reuben Morais - Bug 856258 - Use |is| instead of |ok| to test the length of result arrays in test_contacts_basics.html. r=gwagner
  609. # [06:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1a88c4f72165 - Reuben Morais - Backed out changeset 74fa4d93755b (bug 856258) for Windows OPT weirdness
  610. # [06:31] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  611. # [06:33] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  612. # [06:33] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  613. # [06:34] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  614. # [06:34] * Quits: tchevalier (Thunderbir@moz-51DD1A04.w81-251.abo.wanadoo.fr) (Quit: tchevalier)
  615. # [06:36] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  616. # [06:36] * Joins: Benvie (Benvie@938A34F4.A9D29CC9.D4A9B473.IP)
  617. # [06:37] * Joins: ggp_ (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  618. # [06:38] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  619. # [06:40] * Quits: Mavericks (Mibbit@E414ED52.80E5CEFF.3E5D7F27.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  620. # [06:43] * Joins: nbt (nbt@moz-D891C5B8.cable.virginmedia.com)
  621. # [06:44] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  622. # [06:46] * Joins: morton (Mibbit@F1957E3C.62077148.B4D1A39.IP)
  623. # [06:50] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  624. # [06:52] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  625. # [06:54] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  626. # [06:59] * Quits: nattofriends (tsutsumi@moz-4CEEC7AA.warosu.org) (Quit: さよなら)
  627. # [07:00] * Joins: nattofriends (tsutsumi@moz-4CEEC7AA.warosu.org)
  628. # [07:02] <@dolske> when dbaron says "mmm, kernel panics", I imagine them as having a flavor. What flavor would that be?
  629. # [07:05] <@dbaron> the flavor of a machine needing to be rebooted?
  630. # [07:06] * Joins: pranavrc (pranavrc@301A8E58.5C1EBCBC.520CDC98.IP)
  631. # [07:07] * Quits: bsmith (bsmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  632. # [07:10] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  633. # [07:10] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  634. # [07:13] <@dolske> <Ralph> I ated the purple berries... oooh, oohh
  635. # [07:13] <@dolske> <Ralph> They taste like... burning.
  636. # [07:13] * Quits: devd (Name@moz-9DACDECA.cs.berkeley.edu) (Quit: leaving)
  637. # [07:13] <@dolske> winner: dbaron
  638. # [07:14] * Quits: morton (Mibbit@F1957E3C.62077148.B4D1A39.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  639. # [07:17] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  640. # [07:20] * Joins: ochameau (ochameau@moz-109A6728.fbx.proxad.net)
  641. # [07:31] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  642. # [07:32] <qDot> I can only hope synethestics never comes to my dayjob.
  643. # [07:33] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  644. # [07:35] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  645. # [07:35] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Quit: Fleeing the scene)
  646. # [07:40] * Quits: ggp_ (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  647. # [07:40] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  648. # [07:46] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  649. # [07:46] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  650. # [07:46] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  651. # [07:47] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  652. # [07:47] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  653. # [07:50] * Joins: ctangira (ctangira@moz-431FF022.dllstx.fios.verizon.net)
  654. # [07:52] * Joins: ffledgling (anhadjai.s@9B9315E1.A6025CA.1C37C358.IP)
  655. # [07:52] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  656. # [07:54] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  657. # [07:59] * Quits: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  658. # [08:00] <glandium> romaxa: please file a bug
  659. # [08:01] * Quits: willy1234x1 (willy1234x@moz-8F6F8155.slkc.qwest.net) (Ping timeout)
  660. # [08:10] * Quits: neosrix (srix@A25277D3.38B3E32A.274D17D6.IP) (Ping timeout)
  661. # [08:10] * Joins: sewardj (sewardj@moz-5F1DD459.dip.t-dialin.net)
  662. # [08:10] * Joins: Mic (Mic@moz-CA7C788F.superkabel.de)
  663. # [08:18] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Ping timeout)
  664. # [08:24] * Joins: neosrix (srix@15D1FED6.770F69C6.BE90E62C.IP)
  665. # [08:29] * Quits: Mic (Mic@moz-CA7C788F.superkabel.de) (Quit: No time to waste, let's go!)
  666. # [08:32] * Quits: neosrix (srix@15D1FED6.770F69C6.BE90E62C.IP) (Ping timeout)
  667. # [08:32] * Quits: dcamp (dcamp@moz-930D5B64.hsd1.wa.comcast.net) (Connection reset by peer)
  668. # [08:36] * Quits: ctangira (ctangira@moz-431FF022.dllstx.fios.verizon.net) (Quit: ctangira)
  669. # [08:37] * Quits: jryans (jryans@moz-7E61CA05.sw.biz.rr.com) (Quit: Be back later)
  670. # [08:38] * Quits: ffledgling (anhadjai.s@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  671. # [08:39] * Quits: Gentlecat (Roman@59658053.BC0B4628.8FB52CB8.IP) (Ping timeout)
  672. # [08:39] * Joins: bsmith (bsmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  673. # [08:42] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  674. # [08:47] * Joins: neosrix (srix@C15A610.A10B347F.D2D1FAF0.IP)
  675. # [08:47] * Joins: ffledgling (anhadjai.s@9B9315E1.A6025CA.1C37C358.IP)
  676. # [08:49] * Quits: ffledgling (anhadjai.s@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  677. # [08:50] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  678. # [08:51] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Ping timeout)
  679. # [08:53] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  680. # [08:55] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  681. # [08:56] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  682. # [08:56] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  683. # [08:58] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  684. # [09:01] * capella is now known as capella|zzz
  685. # [09:02] <mgoodwin> do xpcshell unit_ipc tests work on OS X?
  686. # [09:02] <mgoodwin> I'm getting "An xpcshell.ini could not be found for the passed test path. Please select a path whose directory or subdirectories contain an xpcshell.ini file. It is possible you received this error because the tree is not built or tests are not enabled." on tests I know worked on my Linux machine at home
  687. # [09:03] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  688. # [09:03] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  689. # [09:07] * Quits: sfink (chatzilla@moz-C3B7B65D.dsl.pltn13.sbcglobal.net) (Ping timeout)
  690. # [09:11] * Quits: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP) (Ping timeout)
  691. # [09:14] * Joins: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP)
  692. # [09:16] * Joins: kaze|zZz (kaze@moz-7E0F0F9E.fbx.proxad.net)
  693. # [09:27] * Quits: neosrix (srix@C15A610.A10B347F.D2D1FAF0.IP) (Ping timeout)
  694. # [09:28] * Quits: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net) (Quit: Boriss)
  695. # [09:33] * Quits: avih (quassel@moz-DF4A28CA.red.bezeqint.net) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  696. # [09:33] * Joins: avih (quassel@moz-DF4A28CA.red.bezeqint.net)
  697. # [09:34] * Joins: vicamo (vicamo@moz-4A670BA4.hinet-ip.hinet.net)
  698. # [09:35] * Joins: cpearce (chatzilla@moz-3994DBC8.xdsl.xnet.co.nz)
  699. # [09:42] * Joins: neosrix (srix@A79DD7F5.18DB8832.D2D1FAF0.IP)
  700. # [09:52] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Input/output error)
  701. # [09:53] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  702. # [09:53] * Joins: zakora (NC@moz-8EAF945F.fbx.proxad.net)
  703. # [09:55] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  704. # [09:56] * Quits: neosrix (srix@A79DD7F5.18DB8832.D2D1FAF0.IP) (Ping timeout)
  705. # [09:56] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  706. # [10:00] * Quits: pranavrc (pranavrc@301A8E58.5C1EBCBC.520CDC98.IP) (Quit: Ping timeout: ∞)
  707. # [10:06] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  708. # [10:11] * Joins: neosrix (srix@23E69B0E.9A3FC817.BE90E62C.IP)
  709. # [10:13] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  710. # [10:21] * Joins: Ms2ger (Ms2ger@moz-D3108B6D.access.telenet.be)
  711. # [10:22] * Joins: Mic (Mic@moz-CA7C788F.superkabel.de)
  712. # [10:25] * Quits: ewong (chatzilla@moz-753C8B37.static.netvigator.com) (Ping timeout)
  713. # [10:25] * Joins: himsin (x@432E449C.6FDFB4BE.1957C0DA.IP)
  714. # [10:26] * Joins: smaug (chatzilla@moz-A393C606.elisa-laajakaista.fi)
  715. # [10:26] * ChanServ sets mode: +o smaug
  716. # [10:29] * Quits: annevk (annevk@605EAC01.5B3E2C45.420B7681.IP) (Input/output error)
  717. # [10:29] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  718. # [10:30] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  719. # [10:30] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  720. # [10:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0b6ab22654e1 - Ivaylo Dimitrov - Bug 856291 - Remove xpcom reference from xulrunner pkg-config files. r=glandium
  721. # [10:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bb93e5fe985a - Mike Hommey - Bug 855822 - Remove Add/RemoveLibraryMappingForChild. r=ted
  722. # [10:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f8a5a2a8f02d - Jacek Caban - Bug 855675 - Disable libraries folding on mingw. r=glandium
  723. # [10:32] * Joins: annevk (annevk@605EAC01.5B3E2C45.420B7681.IP)
  724. # [10:39] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  725. # [10:40] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  726. # [10:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c99f1fd792db - Ms2ger - Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
  727. # [10:44] * Quits: @dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net) (Ping timeout)
  728. # [10:49] * Quits: Ms2ger (Ms2ger@moz-D3108B6D.access.telenet.be) (Quit: bbl)
  729. # [10:49] * Joins: msucan (mihai@E8A9D9C4.773D689F.70BDB599.IP)
  730. # [10:50] * Quits: zakora (NC@moz-8EAF945F.fbx.proxad.net) (Quit: Computer has gone to sleep.)
  731. # [10:54] * Quits: logbot (logbot@moz-58CB32ED.glob.com.au) (Ping timeout)
  732. # [10:54] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  733. # [10:55] * mattwoodrow|away is now known as mattwoodrow
  734. # [10:59] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Quit: vtmarvin)
  735. # [11:00] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  736. # [11:01] * Joins: avih_ (quassel@moz-D066629F.red.bezeqint.net)
  737. # [11:01] * Quits: avih (quassel@moz-DF4A28CA.red.bezeqint.net) (Ping timeout)
  738. # [11:01] * Joins: TheOne (one@moz-D0A1FA19.dip.t-dialin.net)
  739. # [11:02] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  740. # [11:04] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  741. # [11:08] * Quits: TheOne (one@moz-D0A1FA19.dip.t-dialin.net) (Input/output error)
  742. # [11:09] <@smaug> hmm, no merges lately
  743. # [11:10] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  744. # [11:10] * Joins: twi (Adium@moz-479B9482.ip229.fastwebnet.it)
  745. # [11:12] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/209eb160cae4 - ffxbld - No bug, Automated blocklist update from host bld-centos6-hp-018 - a=blocklist-update
  746. # [11:13] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/e4d8e21d0788 - ffxbld - No bug, Automated blocklist update from host bld-centos6-hp-015 - a=blocklist-update
  747. # [11:15] <{V}> ehsan, re: bug 845840 , didn't rbryce suggest something in the long term solution thread https://bugzilla.mozilla.org/show_bug.cgi?id=833881#c12
  748. # [11:15] * Joins: logbot (logbot@moz-58CB32ED.glob.com.au)
  749. # [11:15] <{V}> firebot, bug 845840
  750. # [11:15] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=845840 nor, --, ---, nobody, NEW, File a support request with ms on our pgo problems
  751. # [11:15] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  752. # [11:17] * Quits: twi (Adium@moz-479B9482.ip229.fastwebnet.it) (Client exited)
  753. # [11:17] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  754. # [11:19] * Quits: Alfredo (alfredoyan@moz-F46109EE.dynamic.hinet.net) (Quit: Alfredo)
  755. # [11:20] * kaze|zZz is now known as kaze
  756. # [11:23] * Joins: twi (Adium@moz-479B9482.ip229.fastwebnet.it)
  757. # [11:29] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  758. # [11:32] * Quits: kinetik (kinetik@B0913F92.15BFB24B.FC74E68.IP) (Ping timeout)
  759. # [11:33] * Joins: TheOne (one@moz-D0A1FA19.dip.t-dialin.net)
  760. # [11:34] * Quits: TheOne (one@moz-D0A1FA19.dip.t-dialin.net) (Input/output error)
  761. # [11:35] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  762. # [11:36] * Joins: kinetik (kinetik@B0913F92.15BFB24B.FC74E68.IP)
  763. # [11:41] * Joins: ewong (chatzilla@moz-753C8B37.static.netvigator.com)
  764. # [11:42] * Quits: bsmith (bsmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Ping timeout)
  765. # [11:42] * Joins: Ms2ger (Ms2ger@moz-D3108B6D.access.telenet.be)
  766. # [11:45] * mattwoodrow is now known as mattwoodrow|away
  767. # [11:47] <darkowlzz_> hi, when I do |document.createElement("input");| assign button type, to create a button and look in dev tools, I get |<input type="button" > </input>| but it should be |<input type="button"/>|. Am I missing something?
  768. # [11:47] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  769. # [11:48] * Joins: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  770. # [11:49] <darkowlzz_> but in chrome, it shows |<input type="button">| not |<input type="button" />|
  771. # [11:49] <darkowlzz_> ^google chrome
  772. # [11:50] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  773. # [11:51] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  774. # [11:52] * Quits: Ms2ger (Ms2ger@moz-D3108B6D.access.telenet.be) (Ping timeout)
  775. # [11:55] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  776. # [11:55] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  777. # [11:55] <@smaug> darkowlzz_: you do that where?
  778. # [11:56] <@smaug> and yes, it could be a bug how devtools show the result
  779. # [11:56] * Quits: neosrix (srix@23E69B0E.9A3FC817.BE90E62C.IP) (Ping timeout)
  780. # [11:57] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  781. # [11:57] <darkowlzz_> smaug: I am writing a js widget where I need a button
  782. # [11:57] <@smaug> darkowlzz_: note, if you look at the source, it is just <input type="button">
  783. # [11:58] <@smaug> devtools doesn't seem to show the actual result
  784. # [11:58] <@smaug> at least in inspector
  785. # [11:58] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  786. # [11:59] <@smaug> and that is ok, since inspector isn't for showing source
  787. # [11:59] <@smaug> but, file a bug or ask #devtools
  788. # [12:00] * Joins: Alfredo (alfredoyan@moz-F46109EE.dynamic.hinet.net)
  789. # [12:02] <darkowlzz_> smaug: okay, thanks :)
  790. # [12:11] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Ping timeout)
  791. # [12:11] * Joins: neosrix (srix@AB0EBDF0.49932A2E.BE90E62C.IP)
  792. # [12:12] * Joins: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net)
  793. # [12:13] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  794. # [12:14] * Joins: zakora (NC@moz-8EAF945F.fbx.proxad.net)
  795. # [12:15] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  796. # [12:15] * Joins: Arjen87 (Instantbir@moz-EBB0E927.solcon.nl)
  797. # [12:17] * NeilAway wonders how Rust measures up on http://steve-yegge.blogspot.co.uk/2007/02/next-big-language.html
  798. # [12:21] * Quits: Mic (Mic@moz-CA7C788F.superkabel.de) (Quit: No time to waste, let's go!)
  799. # [12:21] * Quits: Arjen87 (Instantbir@moz-EBB0E927.solcon.nl) (Ping timeout)
  800. # [12:23] * Quits: darkowlzz_ (darkowlzz@8EA7D185.914FDA14.F44414AF.IP) (Ping timeout)
  801. # [12:25] * Joins: Mic (Mic@moz-CA7C788F.superkabel.de)
  802. # [12:25] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  803. # [12:27] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  804. # [12:28] * Quits: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  805. # [12:28] * Joins: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  806. # [12:28] * Quits: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  807. # [12:28] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  808. # [12:29] * Joins: KWierso|Home_ (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  809. # [12:29] * Joins: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  810. # [12:29] * KWierso|Home_ is now known as KWierso|Home
  811. # [12:33] * Quits: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net) (Quit: Boriss)
  812. # [12:33] * Joins: ffledgling (anhadjai.s@9B9315E1.A6025CA.1C37C358.IP)
  813. # [12:36] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  814. # [12:38] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  815. # [12:39] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  816. # [12:43] * Quits: Mic (Mic@moz-CA7C788F.superkabel.de) (Quit: No time to waste, let's go!)
  817. # [12:45] * Quits: @smaug (chatzilla@moz-A393C606.elisa-laajakaista.fi) (Ping timeout)
  818. # [12:46] * Joins: darkowlzz_ (darkowlzz@2E7080DB.BA7872B7.F44414AF.IP)
  819. # [12:55] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  820. # [12:56] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Quit: Leaving...)
  821. # [13:05] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  822. # [13:08] * Quits: ffledgling (anhadjai.s@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  823. # [13:12] * Joins: ffledgling (anhadjai.s@7CA4FE25.B9E87884.41D542A3.IP)
  824. # [13:17] * Joins: victorporof_ (victorporo@F35081A0.DA9DCE7D.79933D60.IP)
  825. # [13:18] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Ping timeout)
  826. # [13:20] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  827. # [13:21] * Joins: ehoogeveen (emanuel.ho@moz-DC53E53C.upc-j.chello.nl)
  828. # [13:21] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  829. # [13:22] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  830. # [13:24] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  831. # [13:28] * Quits: twi (Adium@moz-479B9482.ip229.fastwebnet.it) (Quit: Leaving.)
  832. # [13:29] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Client exited)
  833. # [13:30] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  834. # [13:31] * victorporof_ is now known as victorporof
  835. # [13:32] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  836. # [13:35] * Joins: RattyAway (Jim_diGriz@B9518051.D072CF95.25110E41.IP)
  837. # [13:36] <RattyAway> I get access denied with bug 127266 and bug 127271 . These are ancient bugs. Surely they can't still be sg:
  838. # [13:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/335e02842d69 - Justin Lebar - Bug 856006 - Try to fix intermittent failures in KeyEvents browser-element test. r=kk1ff
  839. # [13:41] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  840. # [13:45] * Quits: Alfredo (alfredoyan@moz-F46109EE.dynamic.hinet.net) (Quit: Alfredo)
  841. # [13:57] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  842. # [13:57] * Joins: till (till@moz-A13FBC8F.adsl.alicedsl.de)
  843. # [13:59] * Joins: Ms2ger (Ms2ger@moz-21504BF3.adsl-dyn.isp.belgacom.be)
  844. # [14:00] * Joins: smaug (chatzilla@moz-A393C606.elisa-laajakaista.fi)
  845. # [14:00] * ChanServ sets mode: +o smaug
  846. # [14:03] * Quits: ehoogeveen (emanuel.ho@moz-DC53E53C.upc-j.chello.nl) (Quit: )
  847. # [14:03] <jlebar> Not sure who's sheriffing right now; there's Bg red on my latest push, but I just changed a test.
  848. # [14:03] <jlebar> So, um...I'll retrigger.
  849. # [14:05] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  850. # [14:05] * Ms2ger eyes jlebar
  851. # [14:06] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  852. # [14:07] <Ms2ger> jlebar, oh, alright, you look innocent
  853. # [14:09] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  854. # [14:11] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  855. # [14:12] * Joins: Mic (Mic@moz-CA7C788F.superkabel.de)
  856. # [14:13] * Quits: tonymec (tonymec@moz-84D6641A.adsl-dyn.isp.belgacom.be) (Input/output error)
  857. # [14:14] * Joins: KaiRo (robert@moz-37E84A75.adsl.highway.telekom.at)
  858. # [14:15] * Joins: VISWA (Thunderbir@9E92FC86.83C0D133.301675BC.IP)
  859. # [14:16] * Joins: tonymec (tonymec@moz-84D6641A.adsl-dyn.isp.belgacom.be)
  860. # [14:17] * Joins: TheOne (one@moz-D0A1FA19.dip.t-dialin.net)
  861. # [14:21] * Joins: Gentlecat (Roman@59658053.BC0B4628.8FB52CB8.IP)
  862. # [14:22] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  863. # [14:24] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  864. # [14:24] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Ping timeout)
  865. # [14:25] * Quits: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP) (Ping timeout)
  866. # [14:25] * Joins: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP)
  867. # [14:25] <VISWA> hi friends, any one planning for GSOC 2013 here
  868. # [14:26] * Quits: annevk (annevk@605EAC01.5B3E2C45.420B7681.IP) (Input/output error)
  869. # [14:26] * Quits: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP) (Connection reset by peer)
  870. # [14:26] * Joins: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP)
  871. # [14:29] * Joins: ErvisTusha (ErvisTusha@AE683D92.F69FB6EA.363D84A4.IP)
  872. # [14:30] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  873. # [14:31] <@smaug> VISWA: http://blog.gerv.net/2013/02/summer-of-code-2013/
  874. # [14:31] * Quits: chewey (chewey@moz-BB17CE9C.dip0.t-ipconnect.de) (Ping timeout)
  875. # [14:32] * Joins: chewey (chewey@moz-D029AD2E.dip0.t-ipconnect.de)
  876. # [14:33] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  877. # [14:34] * Quits: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP) (Ping timeout)
  878. # [14:35] * Quits: VISWA (Thunderbir@9E92FC86.83C0D133.301675BC.IP) (Ping timeout)
  879. # [14:37] * Joins: Arjen87 (Instantbir@moz-EBB0E927.solcon.nl)
  880. # [14:44] * Joins: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP)
  881. # [14:46] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  882. # [14:51] <@smaug> Ms2ger: are you perhaps merging m-i to m-c soon ?
  883. # [14:52] * Quits: mw22 (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  884. # [14:52] * Joins: jhk (Jignesh@6EE3C58A.62B6971.B58D974D.IP)
  885. # [14:52] <Ms2ger> I wasn't planning to
  886. # [14:52] <@smaug> k
  887. # [14:52] * Quits: neosrix (srix@AB0EBDF0.49932A2E.BE90E62C.IP) (Ping timeout)
  888. # [14:52] * @smaug wonders if someone else is going to
  889. # [14:55] * Quits: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP) (Ping timeout)
  890. # [14:56] * Joins: lduros` (user@moz-6BD87C4.phlapa.fios.verizon.net)
  891. # [14:56] * Joins: ehoogeveen (emanuel.ho@moz-DC53E53C.upc-j.chello.nl)
  892. # [14:56] * Quits: lduros` (user@moz-6BD87C4.phlapa.fios.verizon.net) (Client exited)
  893. # [14:56] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Client exited)
  894. # [14:58] * baku is now known as baku|away
  895. # [15:01] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  896. # [15:06] * Joins: dcrewi (david@moz-AB8667CE.gyrae.net)
  897. # [15:09] * Joins: neosrix (srix@BB0655E4.6B61551B.BE90E62C.IP)
  898. # [15:14] * Joins: sachin_h (sachin@B6A1A438.AEBEC69D.D30E9BEF.IP)
  899. # [15:18] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  900. # [15:19] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  901. # [15:22] * Quits: neosrix (srix@BB0655E4.6B61551B.BE90E62C.IP) (Quit: Leaving)
  902. # [15:22] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  903. # [15:24] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Ping timeout)
  904. # [15:24] * Quits: sachin_h (sachin@B6A1A438.AEBEC69D.D30E9BEF.IP) (Ping timeout)
  905. # [15:27] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Client exited)
  906. # [15:31] * Joins: WaltS (Thunderbir@moz-F7EDD329.pitbpa.east.verizon.net)
  907. # [15:32] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  908. # [15:32] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Ping timeout)
  909. # [15:32] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  910. # [15:32] * JosiahOne is now known as JosiahOne|Away
  911. # [15:33] * ewong is now known as ewong|sleep
  912. # [15:37] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  913. # [15:43] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Ping timeout)
  914. # [15:43] * Joins: maikmerten (maikmerten@moz-8ACE2274.dynamic.qsc.de)
  915. # [15:44] * Joins: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP)
  916. # [15:44] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  917. # [15:44] * Joins: robertbindar (bindar@moz-C133775.eregie.pub.ro)
  918. # [15:48] * capella|zzz is now known as capella
  919. # [15:50] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  920. # [15:51] * Quits: ffledgling (anhadjai.s@7CA4FE25.B9E87884.41D542A3.IP) (Ping timeout)
  921. # [15:53] * Quits: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP) (Ping timeout)
  922. # [15:56] * Joins: ffledgling (anhadjai.s@9B9315E1.A6025CA.1C37C358.IP)
  923. # [15:59] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  924. # [16:00] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Quit: leaving)
  925. # [16:00] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  926. # [16:02] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  927. # [16:04] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  928. # [16:06] * Joins: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net)
  929. # [16:10] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  930. # [16:10] * Joins: rednaks (rednaks@F463A367.7B2CFADA.55FFA9B4.IP)
  931. # [16:13] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  932. # [16:13] * Joins: Alfredo (alfredoyan@moz-F46109EE.dynamic.hinet.net)
  933. # [16:14] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  934. # [16:15] * Joins: jib (Jan-Ivar@moz-D3648E55.hsd1.ma.comcast.net)
  935. # [16:18] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  936. # [16:20] * Joins: VISWA (Thunderbir@14B72936.78F1811C.301675BC.IP)
  937. # [16:21] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  938. # [16:22] <VISWA> @smaug thank you. for the link. any one planning for documentation
  939. # [16:24] * Quits: Arjen87 (Instantbir@moz-EBB0E927.solcon.nl) (Ping timeout)
  940. # [16:24] * Parts: dcrewi (david@moz-AB8667CE.gyrae.net)
  941. # [16:25] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  942. # [16:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8d3fc2a278d3 - Ethan Hugg - Bug 837035 - Support DataChannels with SDP Negotiation r=jesup,r=ehugg
  943. # [16:27] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  944. # [16:27] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Client exited)
  945. # [16:30] * Quits: jib (Jan-Ivar@moz-D3648E55.hsd1.ma.comcast.net) (Quit: jib)
  946. # [16:30] * Quits: Alfredo (alfredoyan@moz-F46109EE.dynamic.hinet.net) (Quit: Alfredo)
  947. # [16:40] * Quits: darkowlzz_ (darkowlzz@2E7080DB.BA7872B7.F44414AF.IP) (Ping timeout)
  948. # [16:40] * Joins: darkowlzz_ (darkowlzz@2E7080DB.BA7872B7.F44414AF.IP)
  949. # [16:40] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  950. # [16:41] <jesup> smaug: I uploaded a trivial patch to modify the createDataChannel() API to not break existing users (I've asked on the W3 list to do this instead of breaking compat) - can you review it so we can go with whichever one depending on the list? It's very small/simple. Bug 855623.
  951. # [16:42] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  952. # [16:42] <@smaug> will review soon
  953. # [16:42] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  954. # [16:43] <jesup> smaug: Thanks! I prefer not breaking people - and like it better anyways :-)
  955. # [16:44] * Quits: rednaks (rednaks@F463A367.7B2CFADA.55FFA9B4.IP) (Quit: Quitte)
  956. # [16:45] * jesup used to work at Scala, and we build our own dynamic OO system based around all arguments being effectively named dict entries (via an IDL-ish compiler), not positional. and they could be passed through to other functions trivially, which was very handy.
  957. # [16:45] <jesup> Made adding parameters and options really easy
  958. # [16:46] <@smaug> yeah
  959. # [16:46] <@smaug> webidl dictionaries help in some cases
  960. # [16:47] <Ms2ger> jesup, there are existing users?
  961. # [16:47] <jesup> RattyAway: not all closed bugs are sec bugs. Legal issues, internal moco requests for things, etc, etc
  962. # [16:47] <jesup> Ms2ger: oh yeah
  963. # [16:47] <RattyAway> ok thanks.
  964. # [16:48] <jesup> bunch of people trying it out, working on test impls, and some live-but-experimental apps. BananaBread for example
  965. # [16:49] <jesup> And then there are some interesting/unexpected uses starting to pop up, like PeerCDN
  966. # [16:49] <Ms2ger> I hope you're taking long-term complexity into account when you make those decisions :)
  967. # [16:50] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  968. # [16:50] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  969. # [16:50] <jesup> Ms2ger: yes. I actually like this non-breaking API better. If I was willing to break people, I might move the label into the dict as well, but that's a very minor win and not worth it
  970. # [16:51] <jesup> The dict approach helps by letting simple uses be simple to program
  971. # [16:51] <jesup> and the complex ones are still pretty simple, and more readable than a list of params
  972. # [16:51] <Ms2ger> As long as we have interoperable implementations of a good enough API, fine by me
  973. # [16:52] * Ms2ger hopes someone will review the spec at some point
  974. # [16:53] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  975. # [16:53] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  976. # [16:55] * Joins: dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net)
  977. # [16:55] * ChanServ sets mode: +o dbaron
  978. # [16:56] * Quits: WaltS (Thunderbir@moz-F7EDD329.pitbpa.east.verizon.net) (Quit: Thunderbird Daily)
  979. # [16:57] * Joins: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP)
  980. # [16:57] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  981. # [16:59] * Joins: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net)
  982. # [17:00] * Quits: @smaug (chatzilla@moz-A393C606.elisa-laajakaista.fi) (Ping timeout)
  983. # [17:01] * NeilAway wonders why he is suddenly getting a rash of ASSERTION: Removing id entry that doesn't exist
  984. # [17:01] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  985. # [17:01] * Quits: VISWA (Thunderbir@14B72936.78F1811C.301675BC.IP) (Quit: VISWA)
  986. # [17:01] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  987. # [17:01] * Joins: Edgar (Thunderbir@moz-CA1DDA32.dynamic-ip.hinet.net)
  988. # [17:03] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  989. # [17:04] * Joins: breck (breck@moz-3F3AE2C7.hsd1.ca.comcast.net)
  990. # [17:05] * Parts: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Leaving...)
  991. # [17:07] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  992. # [17:07] * Joins: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  993. # [17:08] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  994. # [17:08] * ChanServ sets mode: +o ehsan
  995. # [17:09] * Quits: himsin (x@432E449C.6FDFB4BE.1957C0DA.IP) (Ping timeout)
  996. # [17:09] * Joins: bernd (chatzilla@moz-BE65632E.superkabel.de)
  997. # [17:09] * Quits: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net) (Quit: sheeri)
  998. # [17:10] * Quits: Edgar (Thunderbir@moz-CA1DDA32.dynamic-ip.hinet.net) (Quit: Edgar)
  999. # [17:10] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1000. # [17:11] * Joins: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net)
  1001. # [17:12] * Quits: TheOne (one@moz-D0A1FA19.dip.t-dialin.net) (Input/output error)
  1002. # [17:13] * Joins: TheOne (one@moz-D0A1FA19.dip.t-dialin.net)
  1003. # [17:14] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1004. # [17:18] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  1005. # [17:20] * capella is now known as capella|gym
  1006. # [17:20] * Joins: abhishekp (chatzilla@moz-D611D01B.mtnl.net.in)
  1007. # [17:23] * Quits: @ted (luser@moz-B71A07EB.sctnpa.east.verizon.net) (Quit: Leaving)
  1008. # [17:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d65f7422e8bf - Chris Peterson - Bug 855146 - Part 3: Add testInputAwesomeBar test for URL text. r=gbrown
  1009. # [17:23] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1010. # [17:28] * Quits: darkowlzz_ (darkowlzz@2E7080DB.BA7872B7.F44414AF.IP) (Ping timeout)
  1011. # [17:29] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  1012. # [17:31] * Joins: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net)
  1013. # [17:35] * Joins: sachin_ (sachin@637D4CD0.BF84E432.1C37C358.IP)
  1014. # [17:35] * Quits: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP) (Connection reset by peer)
  1015. # [17:36] * jchen|away is now known as jchen
  1016. # [17:36] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1017. # [17:37] * Joins: kkdEEP (kkdEEP@B2FD06DB.8680491F.C7008325.IP)
  1018. # [17:39] * Quits: sachin_ (sachin@637D4CD0.BF84E432.1C37C358.IP) (Ping timeout)
  1019. # [17:40] * Quits: abhishekp (chatzilla@moz-D611D01B.mtnl.net.in) (Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307023931])
  1020. # [17:40] * Joins: sachin_ (sachin@637D4CD0.BF84E432.1C37C358.IP)
  1021. # [17:41] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  1022. # [17:43] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1023. # [17:47] * Quits: TheOne (one@moz-D0A1FA19.dip.t-dialin.net) (Input/output error)
  1024. # [17:51] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  1025. # [17:54] * Joins: darkowlzz_ (darkowlzz@E2583E88.D3470848.25B273F5.IP)
  1026. # [17:54] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1027. # [17:56] * Quits: till (till@moz-A13FBC8F.adsl.alicedsl.de) (Client exited)
  1028. # [17:57] * Joins: twi (Adium@moz-479B9482.ip229.fastwebnet.it)
  1029. # [17:58] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1030. # [17:58] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1031. # [17:59] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  1032. # [17:59] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1033. # [17:59] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1034. # [18:03] * Joins: smaug (chatzilla@moz-A393C606.elisa-laajakaista.fi)
  1035. # [18:03] * ChanServ sets mode: +o smaug
  1036. # [18:03] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1037. # [18:05] * Joins: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr)
  1038. # [18:07] * Joins: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP)
  1039. # [18:08] * hwine-ooo is now known as hwine
  1040. # [18:08] * juanb is now known as juanb|brb
  1041. # [18:11] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1042. # [18:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8c4acb0bd10d - Suhas Nandakumar - Bug 845357 - Patch to order writes/reads of CCApp state between threads r=jesup,ehugg
  1043. # [18:15] * Joins: cdiehl_ (cdiehl@moz-6D435D88.pool.mediaways.net)
  1044. # [18:16] * Quits: cdiehl (cdiehl@moz-E6EDA4C2.pool.mediaways.net) (Ping timeout)
  1045. # [18:16] * cdiehl_ is now known as cdiehl
  1046. # [18:18] * juanb|brb is now known as juanb
  1047. # [18:22] * Joins: sfink (chatzilla@moz-16D3100E.dsl.pltn13.sbcglobal.net)
  1048. # [18:24] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1049. # [18:28] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1050. # [18:29] * Joins: marco (Thunderbir@moz-6027687A.cust.dsl.teletu.it)
  1051. # [18:32] * Quits: tonymec (tonymec@moz-84D6641A.adsl-dyn.isp.belgacom.be) (Input/output error)
  1052. # [18:33] * Quits: tonymec|away (tonymec@moz-84D6641A.adsl-dyn.isp.belgacom.be) (Quit: Konversation terminated!)
  1053. # [18:33] * Joins: KWierso|Home_ (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1054. # [18:34] * Joins: ggp_ (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  1055. # [18:34] * Joins: stux|away|away (stux@moz-FD6B9EC6.hfc.comcastbusiness.net)
  1056. # [18:34] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1057. # [18:34] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (gravel.mozilla.org concrete.mozilla.org)
  1058. # [18:34] * Quits: sfink (chatzilla@moz-16D3100E.dsl.pltn13.sbcglobal.net) (gravel.mozilla.org concrete.mozilla.org)
  1059. # [18:34] * Quits: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP) (gravel.mozilla.org concrete.mozilla.org)
  1060. # [18:34] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (gravel.mozilla.org concrete.mozilla.org)
  1061. # [18:34] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (gravel.mozilla.org concrete.mozilla.org)
  1062. # [18:34] * Quits: sachin_ (sachin@637D4CD0.BF84E432.1C37C358.IP) (gravel.mozilla.org concrete.mozilla.org)
  1063. # [18:34] * Quits: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1064. # [18:34] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  1065. # [18:34] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (gravel.mozilla.org concrete.mozilla.org)
  1066. # [18:34] * Quits: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1067. # [18:34] * Quits: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1068. # [18:34] * Quits: breck (breck@moz-3F3AE2C7.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1069. # [18:34] * Quits: @dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net) (gravel.mozilla.org concrete.mozilla.org)
  1070. # [18:34] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1071. # [18:34] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (gravel.mozilla.org concrete.mozilla.org)
  1072. # [18:34] * Quits: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1073. # [18:34] * Quits: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (gravel.mozilla.org concrete.mozilla.org)
  1074. # [18:34] * Quits: JosiahOne|Away (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (gravel.mozilla.org concrete.mozilla.org)
  1075. # [18:34] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1076. # [18:34] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (gravel.mozilla.org concrete.mozilla.org)
  1077. # [18:34] * Quits: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1078. # [18:34] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1079. # [18:34] * Quits: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1080. # [18:34] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (gravel.mozilla.org concrete.mozilla.org)
  1081. # [18:34] * Quits: vicamo (vicamo@moz-4A670BA4.hinet-ip.hinet.net) (gravel.mozilla.org concrete.mozilla.org)
  1082. # [18:34] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (gravel.mozilla.org concrete.mozilla.org)
  1083. # [18:34] * Quits: nattofriends (tsutsumi@moz-4CEEC7AA.warosu.org) (gravel.mozilla.org concrete.mozilla.org)
  1084. # [18:34] * Quits: Benvie (Benvie@938A34F4.A9D29CC9.D4A9B473.IP) (gravel.mozilla.org concrete.mozilla.org)
  1085. # [18:34] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (gravel.mozilla.org concrete.mozilla.org)
  1086. # [18:34] * Quits: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net) (gravel.mozilla.org concrete.mozilla.org)
  1087. # [18:34] * Quits: mjessome (mjessome@1959CDD3.BBE15E1C.8491360.IP) (gravel.mozilla.org concrete.mozilla.org)
  1088. # [18:34] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1089. # [18:34] * Quits: @bz_sleep (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  1090. # [18:34] * Quits: inolen (Adium@moz-FA2406D8.socal.res.rr.com) (gravel.mozilla.org concrete.mozilla.org)
  1091. # [18:34] * Quits: Wes (chatzilla@moz-8EE0ED3E.kingston.net) (gravel.mozilla.org concrete.mozilla.org)
  1092. # [18:34] * Quits: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  1093. # [18:34] * Quits: alanp_ (alanp@moz-32B82BF4.cpe.distributel.net) (gravel.mozilla.org concrete.mozilla.org)
  1094. # [18:34] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (gravel.mozilla.org concrete.mozilla.org)
  1095. # [18:34] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  1096. # [18:34] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (gravel.mozilla.org concrete.mozilla.org)
  1097. # [18:34] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (gravel.mozilla.org concrete.mozilla.org)
  1098. # [18:34] * Quits: nhirata (anonymous@moz-1A50F7F8.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1099. # [18:34] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (gravel.mozilla.org concrete.mozilla.org)
  1100. # [18:34] * Quits: nigelb (nigel@moz-8640053A.me) (gravel.mozilla.org concrete.mozilla.org)
  1101. # [18:34] * Quits: Philip (philip@moz-65AD4613.zaynar.co.uk) (gravel.mozilla.org concrete.mozilla.org)
  1102. # [18:34] * Quits: baku|away (baku@moz-4038023A.ghst.net) (gravel.mozilla.org concrete.mozilla.org)
  1103. # [18:34] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (gravel.mozilla.org concrete.mozilla.org)
  1104. # [18:34] * Quits: mburns (mburns@moz-9CD03D49.mirwin.net) (gravel.mozilla.org concrete.mozilla.org)
  1105. # [18:34] * Quits: darin_ (darin@BF998F68.D6CCE4AE.77834EAA.IP) (gravel.mozilla.org concrete.mozilla.org)
  1106. # [18:34] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (gravel.mozilla.org concrete.mozilla.org)
  1107. # [18:34] * Quits: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (gravel.mozilla.org concrete.mozilla.org)
  1108. # [18:34] * Quits: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net) (gravel.mozilla.org concrete.mozilla.org)
  1109. # [18:34] * Quits: riemann (riemann@moz-18142E92.org) (gravel.mozilla.org concrete.mozilla.org)
  1110. # [18:34] * Quits: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com) (gravel.mozilla.org concrete.mozilla.org)
  1111. # [18:34] * Quits: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP) (gravel.mozilla.org concrete.mozilla.org)
  1112. # [18:34] * Quits: mattwoodrow|away (mattwoodro@moz-AE9416F2.alliedmods.net) (gravel.mozilla.org concrete.mozilla.org)
  1113. # [18:34] * Quits: rhelmer (rhelmer@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1114. # [18:34] * Quits: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (gravel.mozilla.org concrete.mozilla.org)
  1115. # [18:34] * Quits: stuart (pavlov@elise.pavlov.net) (gravel.mozilla.org concrete.mozilla.org)
  1116. # [18:34] * Quits: rillian (giles@moz-29D892D2.osuosl.org) (gravel.mozilla.org concrete.mozilla.org)
  1117. # [18:34] * Quits: jmspeex (jm@moz-29D892D2.osuosl.org) (gravel.mozilla.org concrete.mozilla.org)
  1118. # [18:34] * Quits: agoforth (agoforth@moz-4CF27AFB.hsd1.mi.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1119. # [18:34] * Quits: Wes_ (chatzilla@moz-BEF0C255.page.ca) (gravel.mozilla.org concrete.mozilla.org)
  1120. # [18:34] * Quits: mikedeboer (mikedeboer@moz-ADFC0358.colouryourpersonality.nl) (gravel.mozilla.org concrete.mozilla.org)
  1121. # [18:34] * Quits: jcranmer (jtcranmer@moz-EBF2B4AB.cs.illinois.edu) (gravel.mozilla.org concrete.mozilla.org)
  1122. # [18:34] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  1123. # [18:34] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (gravel.mozilla.org concrete.mozilla.org)
  1124. # [18:34] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (gravel.mozilla.org concrete.mozilla.org)
  1125. # [18:34] * Quits: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  1126. # [18:34] * Quits: derf (derf@moz-4168F490.net) (gravel.mozilla.org concrete.mozilla.org)
  1127. # [18:34] * Quits: doublec (doublec@moz-4DA4FA7C.cd.pn) (gravel.mozilla.org concrete.mozilla.org)
  1128. # [18:34] * Quits: jld (jld@moz-B94C75AD.xlerb.net) (gravel.mozilla.org concrete.mozilla.org)
  1129. # [18:34] * Quits: yury (yury@moz-3BE8938D.ok.ok.cox.net) (gravel.mozilla.org concrete.mozilla.org)
  1130. # [18:34] * Quits: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1131. # [18:34] * Quits: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1132. # [18:34] * Quits: MrMazda (fmcz@moz-8F21088B.cable.mindspring.com) (gravel.mozilla.org concrete.mozilla.org)
  1133. # [18:34] * Quits: GPHemsley (GPHemsley@moz-F93E11DA.hsd1.ga.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1134. # [18:34] * Quits: @khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1135. # [18:34] * Quits: jmaher|afk (jmaher@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1136. # [18:34] * Quits: MX80 (MX80@moz-32BE33CD.dsl.g3telecom.net) (gravel.mozilla.org concrete.mozilla.org)
  1137. # [18:34] * Quits: db48x` (user@moz-EB26B80B.dsl.static.sonic.net) (gravel.mozilla.org concrete.mozilla.org)
  1138. # [18:34] * Quits: capella|gym (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (gravel.mozilla.org concrete.mozilla.org)
  1139. # [18:34] * Quits: erick (erick@E1304535.2A7189BF.BE19388.IP) (gravel.mozilla.org concrete.mozilla.org)
  1140. # [18:34] * Quits: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net) (gravel.mozilla.org concrete.mozilla.org)
  1141. # [18:34] * Quits: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net) (gravel.mozilla.org concrete.mozilla.org)
  1142. # [18:34] * Quits: coop (Chris@moz-63831C99.dsl.bell.ca) (gravel.mozilla.org concrete.mozilla.org)
  1143. # [18:34] * Quits: sfink|log (sfink@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  1144. # [18:34] * Quits: ircloggr (nodebot@moz-218B8E8E.compute-1.amazonaws.com) (gravel.mozilla.org concrete.mozilla.org)
  1145. # [18:34] * Quits: eeejay (eeejay@moz-B3973587.xen.prgmr.com) (gravel.mozilla.org concrete.mozilla.org)
  1146. # [18:34] * Quits: mzz (marienz@moz-70518B0A.marienz.net) (gravel.mozilla.org concrete.mozilla.org)
  1147. # [18:34] * Quits: dhylands (dhylands@moz-5BF5F351.bchsia.telus.net) (gravel.mozilla.org concrete.mozilla.org)
  1148. # [18:34] * Quits: MattN (MattN@A8588C62.B1B6FA80.709ED47B.IP) (gravel.mozilla.org concrete.mozilla.org)
  1149. # [18:34] * Quits: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net) (gravel.mozilla.org concrete.mozilla.org)
  1150. # [18:34] * Quits: edwin (me@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1151. # [18:34] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (gravel.mozilla.org concrete.mozilla.org)
  1152. # [18:34] * Quits: balrog (balrog@moz-855AF247.phlapa.fios.verizon.net) (gravel.mozilla.org concrete.mozilla.org)
  1153. # [18:34] * Quits: jbraffoul (jbraffoul@D2B84AF4.C749D475.1139E686.IP) (gravel.mozilla.org concrete.mozilla.org)
  1154. # [18:34] * Quits: sancus (sancus@moz-3A9162D.off.net) (gravel.mozilla.org concrete.mozilla.org)
  1155. # [18:34] * Quits: stux (stux@moz-FD6B9EC6.hfc.comcastbusiness.net) (gravel.mozilla.org concrete.mozilla.org)
  1156. # [18:34] * Quits: Nikopol (nikopol@moz-68B53A37.chaosorigin.com) (gravel.mozilla.org concrete.mozilla.org)
  1157. # [18:34] * Quits: John-Galt (kris@moz-882434A3.hsd1.or.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1158. # [18:34] * Quits: mrbkap (mrbkap@moz-BE33DA21.fw1.sfo1.mozilla.net) (gravel.mozilla.org concrete.mozilla.org)
  1159. # [18:34] * Quits: errstr (trane@4B6E818F.DF074373.4372BB76.IP) (gravel.mozilla.org concrete.mozilla.org)
  1160. # [18:34] * Quits: Kabaka (Kabaka@moz-D04FAA10.stl1cmta01.stwrok.ok.dh.suddenlink.net) (gravel.mozilla.org concrete.mozilla.org)
  1161. # [18:34] * Quits: whimboo|afk (whimboo@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1162. # [18:34] * Quits: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1163. # [18:34] * Quits: nemo (nemo@moz-57FDFA.hsd1.md.comcast.net) (gravel.mozilla.org concrete.mozilla.org)
  1164. # [18:34] * Quits: Peng_ (mnordhoff@moz-72431484.mattnordhoff.net) (gravel.mozilla.org concrete.mozilla.org)
  1165. # [18:34] * Quits: gps (gps@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1166. # [18:34] * Quits: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (gravel.mozilla.org concrete.mozilla.org)
  1167. # [18:34] * Quits: jlin-away (Jonathan@moz-619C4F64.x.rootbsd.net) (gravel.mozilla.org concrete.mozilla.org)
  1168. # [18:34] * Quits: not_gavin (gavin@E04DED12.5AA33DAB.2321E71E.IP) (gravel.mozilla.org concrete.mozilla.org)
  1169. # [18:34] * Quits: stevensn (ssinger@2E6A1133.124DEC9.4B2DF651.IP) (gravel.mozilla.org concrete.mozilla.org)
  1170. # [18:34] * Quits: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com) (gravel.mozilla.org concrete.mozilla.org)
  1171. # [18:34] * Quits: efaust (efaust@moz-7A8CAF37.ghc.andrew.cmu.edu) (gravel.mozilla.org concrete.mozilla.org)
  1172. # [18:34] * Quits: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com) (gravel.mozilla.org concrete.mozilla.org)
  1173. # [18:34] * Quits: beltzner (mike-beltz@moz-9E3E12EC.off.net) (gravel.mozilla.org concrete.mozilla.org)
  1174. # [18:34] * Quits: benjamin (benjamin@moz-63925F6.members.linode.com) (gravel.mozilla.org concrete.mozilla.org)
  1175. # [18:34] * Quits: padenot (paul@moz-63925F6.members.linode.com) (gravel.mozilla.org concrete.mozilla.org)
  1176. # [18:34] * Quits: dforsyth (dforsyth@CAEA512.6E91F788.2CFD4520.IP) (gravel.mozilla.org concrete.mozilla.org)
  1177. # [18:34] * Quits: humph (dave@moz-E0B198AD.senecac.on.ca) (gravel.mozilla.org concrete.mozilla.org)
  1178. # [18:34] * Quits: Tommy (Tommy@moz-F7051E24.com) (gravel.mozilla.org concrete.mozilla.org)
  1179. # [18:34] * Quits: jwir3 (quassel@moz-FA942C67.com) (gravel.mozilla.org concrete.mozilla.org)
  1180. # [18:34] * Quits: csorenson (csorenson@moz-A9117999.ip-198-27-64.net) (gravel.mozilla.org concrete.mozilla.org)
  1181. # [18:34] * Quits: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1182. # [18:34] * Quits: chiiph (chiiph@moz-C76AFF03.com.ar) (gravel.mozilla.org concrete.mozilla.org)
  1183. # [18:34] * Quits: reed (reed@tech.monkey) (gravel.mozilla.org concrete.mozilla.org)
  1184. # [18:34] * Quits: dumitru (dgherman@moz-7C253BEB.getcadre.com) (gravel.mozilla.org concrete.mozilla.org)
  1185. # [18:34] * Quits: Ryan (rflint@moz-A287E317.com) (gravel.mozilla.org concrete.mozilla.org)
  1186. # [18:34] * Quits: darin (darin@BF998F68.D6CCE4AE.77834EAA.IP) (gravel.mozilla.org concrete.mozilla.org)
  1187. # [18:34] * Quits: ohsix (ohsix@E6E9ACEC.B59296AB.15ED1FDC.IP) (gravel.mozilla.org concrete.mozilla.org)
  1188. # [18:34] * Quits: AutomatedTester (David@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1189. # [18:34] * Quits: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1190. # [18:34] * Quits: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1191. # [18:34] * Quits: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1192. # [18:34] * Quits: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1193. # [18:34] * Quits: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1194. # [18:34] * Quits: kk1fff (pwang@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1195. # [18:34] * Quits: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1196. # [18:34] * Quits: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1197. # [18:34] * Quits: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1198. # [18:34] * Quits: shu (sguo@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1199. # [18:34] * Quits: robc|afk (rcampbell@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1200. # [18:34] * Quits: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1201. # [18:34] * Quits: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1202. # [18:34] * Quits: fryn (fyan@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1203. # [18:34] * Quits: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1204. # [18:34] * Quits: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1205. # [18:34] * Quits: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1206. # [18:34] * Quits: nli (nli@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1207. # [18:34] * Quits: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1208. # [18:34] * Quits: cers (cers@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1209. # [18:34] * Quits: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1210. # [18:34] * Quits: mgerva|afk (mgerva@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1211. # [18:34] * Quits: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1212. # [18:34] * Quits: @gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1213. # [18:34] * Quits: db48x (user@moz-D461843.ask.info) (gravel.mozilla.org concrete.mozilla.org)
  1214. # [18:34] * Quits: dougt (dougt@moz-A89CF36B.vesrv.com) (gravel.mozilla.org concrete.mozilla.org)
  1215. # [18:34] * Quits: joe (jdrew@moz-38D685D4.woot.net) (gravel.mozilla.org concrete.mozilla.org)
  1216. # [18:34] * Quits: johns (johns@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  1217. # [18:34] * Quits: Jasper (jstpierre@moz-A406D4F8.coderinserepeat.com) (gravel.mozilla.org concrete.mozilla.org)
  1218. # [18:34] * Quits: dvander (dvander@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  1219. # [18:34] * Quits: jst (quassel@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  1220. # [18:34] * Quits: jlebar (quassel@2557E599.66715431.D25A875A.IP) (gravel.mozilla.org concrete.mozilla.org)
  1221. # [18:34] * Quits: fox2mike (shyam@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1222. # [18:34] * Quits: mgoodwin (mgoodwin@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1223. # [18:34] * Quits: imelven (imelven2@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1224. # [18:34] * Quits: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1225. # [18:34] * Quits: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1226. # [18:34] * Quits: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1227. # [18:34] * Quits: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1228. # [18:34] * Quits: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1229. # [18:34] * Quits: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1230. # [18:34] * Quits: Tomcat|away-tillapril1st (Tomcat@moz-DB4A9C19.scl3.mozilla.com) (gravel.mozilla.org concrete.mozilla.org)
  1231. # [18:34] * Quits: @killer (killer@services.mozilla.org) (gravel.mozilla.org concrete.mozilla.org)
  1232. # [18:34] * Joins: Benvie (Benvie@938A34F4.A9D29CC9.D4A9B473.IP)
  1233. # [18:34] * Joins: margaret (margaret@moz-DB4A9C19.scl3.mozilla.com)
  1234. # [18:34] * KWierso|Home_ is now known as KWierso|Home
  1235. # [18:34] * Joins: mgerva|afk (mgerva@moz-DB4A9C19.scl3.mozilla.com)
  1236. # [18:34] * Joins: khuey|away (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1237. # [18:35] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  1238. # [18:35] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1239. # [18:35] * Joins: kdc (chatzilla@moz-2ACC6B38.pk.shawcable.net)
  1240. # [18:35] * Joins: inolen (Adium@moz-FA2406D8.socal.res.rr.com)
  1241. # [18:35] * Joins: db48x` (user@moz-EB26B80B.dsl.static.sonic.net)
  1242. # [18:35] * Joins: mikedeboer (mikedeboer@moz-ADFC0358.colouryourpersonality.nl)
  1243. # [18:35] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  1244. # [18:35] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  1245. # [18:35] * Joins: db48x (user@moz-D461843.ask.info)
  1246. # [18:35] * Joins: capella|gym (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1247. # [18:35] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  1248. # [18:35] * Joins: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net)
  1249. # [18:35] * Joins: breck (breck@moz-3F3AE2C7.hsd1.ca.comcast.net)
  1250. # [18:35] * Joins: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net)
  1251. # [18:35] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  1252. # [18:35] * Joins: Boriss (FlyingToas@moz-3C817AF9.hsd1.ca.comcast.net)
  1253. # [18:35] * Joins: jwalker (jwalker@moz-BB05A345.cable.virginmedia.com)
  1254. # [18:35] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1255. # [18:35] * Quits: Mic (Mic@moz-CA7C788F.superkabel.de) (Ping timeout)
  1256. # [18:35] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (Ping timeout)
  1257. # [18:35] * Joins: Peng_ (mnordhoff@moz-72431484.mattnordhoff.net)
  1258. # [18:36] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  1259. # [18:36] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  1260. # [18:36] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1261. # [18:36] * Joins: mrbkap (mrbkap@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1262. # [18:36] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1263. # [18:36] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1264. # [18:36] * Joins: alanp (alanp@moz-32B82BF4.cpe.distributel.net)
  1265. # [18:36] * Joins: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net)
  1266. # [18:36] * Joins: yury (yury@moz-3BE8938D.ok.ok.cox.net)
  1267. # [18:36] * Joins: chiiph (chiiph@moz-C76AFF03.com.ar)
  1268. # [18:36] * Joins: asrail (asrail@2A678512.9BEB7A35.6D8EEF99.IP)
  1269. # [18:36] * Joins: jwir3 (quassel@moz-FA942C67.com)
  1270. # [18:36] * Joins: jlebar (quassel@2557E599.66715431.D25A875A.IP)
  1271. # [18:36] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  1272. # [18:36] * Joins: not_gavin (gavin@E04DED12.5AA33DAB.2321E71E.IP)
  1273. # [18:36] * Joins: mattwoodrow|away (mattwoodro@moz-AE9416F2.alliedmods.net)
  1274. # [18:36] * mattwoodrow|away is now known as mattwoodrow
  1275. # [18:36] * Joins: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net)
  1276. # [18:36] * Joins: KWierso|V (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1277. # [18:36] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1278. # [18:37] * Joins: jst (quassel@2557E599.66715431.D25A875A.IP)
  1279. # [18:37] * Joins: baku|away (baku@moz-4038023A.ghst.net)
  1280. # [18:37] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  1281. # [18:37] * baku|away is now known as baku
  1282. # [18:37] * Joins: dougt (dougt@moz-A89CF36B.vesrv.com)
  1283. # [18:37] * Joins: sancus (sancus@moz-3A9162D.off.net)
  1284. # [18:37] * Joins: AndreeaM (Thunderbir@F2CDF353.B4F628AD.CD219C36.IP)
  1285. # [18:37] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1286. # [18:37] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  1287. # [18:38] * Joins: froydnj (nfroyd@moz-DB4A9C19.scl3.mozilla.com)
  1288. # [18:38] * Joins: jmaher|afk (jmaher@moz-DB4A9C19.scl3.mozilla.com)
  1289. # [18:38] * Joins: beltzner (mike-beltz@moz-9E3E12EC.off.net)
  1290. # [18:38] * Joins: stuart (pavlov@moz-9E3E12EC.off.net)
  1291. # [18:38] * Joins: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP)
  1292. # [18:38] * Joins: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net)
  1293. # [18:38] * Joins: derf (derf@moz-4168F490.net)
  1294. # [18:38] * Joins: rillian (giles@moz-29D892D2.osuosl.org)
  1295. # [18:38] * Joins: riemann (riemann@moz-18142E92.org)
  1296. # [18:38] * Joins: tbsaunde (tbsaunde@moz-DB4A9C19.scl3.mozilla.com)
  1297. # [18:38] * Joins: rnewman (rich_holyg@moz-DB4A9C19.scl3.mozilla.com)
  1298. # [18:38] * Joins: jld (jld@moz-B94C75AD.xlerb.net)
  1299. # [18:38] * Joins: edwin (me@moz-DB4A9C19.scl3.mozilla.com)
  1300. # [18:38] * Joins: hwine (hwine@moz-DB4A9C19.scl3.mozilla.com)
  1301. # [18:38] * Joins: liuche (liuche@moz-DB4A9C19.scl3.mozilla.com)
  1302. # [18:38] * Joins: joduinn-afk (joduinn@moz-DB4A9C19.scl3.mozilla.com)
  1303. # [18:38] * Joins: fox2mike (shyam@moz-DB4A9C19.scl3.mozilla.com)
  1304. # [18:38] * Joins: mconnor (mconnor@moz-DB4A9C19.scl3.mozilla.com)
  1305. # [18:38] * Joins: mgoodwin (mgoodwin@moz-DB4A9C19.scl3.mozilla.com)
  1306. # [18:38] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  1307. # [18:38] * Joins: jmspeex (jm@moz-29D892D2.osuosl.org)
  1308. # [18:38] * Joins: lsblakk (lsblakk@moz-DB4A9C19.scl3.mozilla.com)
  1309. # [18:38] * Joins: gkw (fuzz2lin@2557E599.66715431.D25A875A.IP)
  1310. # [18:38] * Joins: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com)
  1311. # [18:38] * Joins: dforsyth (dforsyth@CAEA512.6E91F788.2CFD4520.IP)
  1312. # [18:38] * Joins: John-Galt (kris@moz-882434A3.hsd1.or.comcast.net)
  1313. # [18:38] * Joins: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com)
  1314. # [18:38] * Joins: Tomcat|away-tillapril1st (Tomcat@moz-DB4A9C19.scl3.mozilla.com)
  1315. # [18:38] * Joins: dietrich (dietrich@moz-DB4A9C19.scl3.mozilla.com)
  1316. # [18:38] * Joins: humph (dave@moz-E0B198AD.senecac.on.ca)
  1317. # [18:38] * Joins: ctalbert|afk (ctalbert@moz-DB4A9C19.scl3.mozilla.com)
  1318. # [18:38] * Joins: jlin (Jonathan@moz-619C4F64.x.rootbsd.net)
  1319. # [18:38] * Joins: johnath (johnath@moz-DB4A9C19.scl3.mozilla.com)
  1320. # [18:38] * Joins: jcranmer (jtcranmer@moz-EBF2B4AB.cs.illinois.edu)
  1321. # [18:38] * Joins: shu (sguo@moz-DB4A9C19.scl3.mozilla.com)
  1322. # [18:38] * Joins: rhelmer (rhelmer@moz-DB4A9C19.scl3.mozilla.com)
  1323. # [18:38] * Joins: robc|afk (rcampbell@moz-DB4A9C19.scl3.mozilla.com)
  1324. # [18:38] * Joins: mjessome (mjessome@1959CDD3.BBE15E1C.8491360.IP)
  1325. # [18:38] * Joins: dumitru (dgherman@moz-7C253BEB.getcadre.com)
  1326. # [18:38] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  1327. # [18:38] * Joins: Philip (philip@moz-65AD4613.zaynar.co.uk)
  1328. # [18:38] * Joins: djvj (kvijayan@moz-DB4A9C19.scl3.mozilla.com)
  1329. # [18:38] * Joins: efaust (efaust@moz-7A8CAF37.ghc.andrew.cmu.edu)
  1330. # [18:38] * Joins: kk1fff (pwang@moz-DB4A9C19.scl3.mozilla.com)
  1331. # [18:38] * Joins: gps (gps@moz-DB4A9C19.scl3.mozilla.com)
  1332. # [18:38] * Joins: fryn (fyan@moz-DB4A9C19.scl3.mozilla.com)
  1333. # [18:38] * Joins: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com)
  1334. # [18:38] * Joins: benjamin (benjamin@moz-63925F6.members.linode.com)
  1335. # [18:38] * Joins: gregglind_away (glind@moz-DB4A9C19.scl3.mozilla.com)
  1336. # [18:38] * Joins: dchan (dchan@moz-DB4A9C19.scl3.mozilla.com)
  1337. # [18:38] * Joins: nemo (nemo@moz-57FDFA.hsd1.md.comcast.net)
  1338. # [18:38] * Joins: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  1339. # [18:38] * Joins: imelven (imelven2@moz-DB4A9C19.scl3.mozilla.com)
  1340. # [18:38] * Joins: sfink|log (sfink@2557E599.66715431.D25A875A.IP)
  1341. # [18:38] * Joins: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1342. # [18:38] * Joins: jbraffoul (jbraffoul@D2B84AF4.C749D475.1139E686.IP)
  1343. # [18:38] * Joins: Cww (Cww@moz-DB4A9C19.scl3.mozilla.com)
  1344. # [18:39] * Joins: nigelb (nigel@moz-8640053A.me)
  1345. # [18:39] * Joins: mshal (mshal@moz-D5CACB19.washdc.fios.verizon.net)
  1346. # [18:39] * Joins: tonymec__ (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1347. # [18:39] * Joins: mzz (marienz@moz-70518B0A.marienz.net)
  1348. # [18:39] * Joins: reed (reed@moz-5DB276B5.net)
  1349. # [18:39] * Joins: joe (jdrew@moz-38D685D4.woot.net)
  1350. # [18:39] * Joins: sachin_ (sachin@637D4CD0.BF84E432.1C37C358.IP)
  1351. # [18:39] * tonymec__ is now known as tonymec|away
  1352. # [18:39] * Joins: MX80 (MX80@moz-32BE33CD.dsl.g3telecom.net)
  1353. # [18:39] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1354. # [18:39] * Joins: balrog (balrog@moz-855AF247.phlapa.fios.verizon.net)
  1355. # [18:39] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  1356. # [18:39] * Joins: agoforth (agoforth@moz-4CF27AFB.hsd1.mi.comcast.net)
  1357. # [18:40] * Joins: Mic (Mic@moz-CA7C788F.superkabel.de)
  1358. # [18:40] * Joins: nattofriends (tsutsumi@moz-4CEEC7AA.warosu.org)
  1359. # [18:40] * Joins: dhylands (dhylands@moz-5BF5F351.bchsia.telus.net)
  1360. # [18:40] * Joins: erick (erick@E1304535.2A7189BF.BE19388.IP)
  1361. # [18:40] * Joins: snorp (snorp@moz-BD8D0B1E.lightspeed.livnmi.sbcglobal.net)
  1362. # [18:40] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  1363. # [18:40] * Joins: ddahl (ddahl@C261DB39.6E5482D7.8DDCAE07.IP)
  1364. # [18:40] * Joins: Kabaka (Kabaka@moz-D04FAA10.stl1cmta01.stwrok.ok.dh.suddenlink.net)
  1365. # [18:40] * Joins: Wes (chatzilla@moz-8EE0ED3E.kingston.net)
  1366. # [18:40] * Joins: Nikopol (nikopol@moz-68B53A37.chaosorigin.com)
  1367. # [18:40] * Joins: Wes_ (chatzilla@moz-BEF0C255.page.ca)
  1368. # [18:40] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  1369. # [18:40] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1370. # [18:40] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1371. # [18:40] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1372. # [18:40] * Joins: MrMazda (fmcz@moz-8F21088B.cable.mindspring.com)
  1373. # [18:40] * Joins: Tommy (Tommy@moz-F7051E24.com)
  1374. # [18:40] * Joins: nalexander (nalexander@moz-DB4A9C19.scl3.mozilla.com)
  1375. # [18:40] * Joins: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com)
  1376. # [18:40] * Joins: mburns (mburns@moz-9CD03D49.mirwin.net)
  1377. # [18:40] * Joins: killer (killer@services.mozilla.org)
  1378. # [18:40] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  1379. # [18:40] * Quits: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com) (Client exited)
  1380. # [18:40] * Quits: reed (reed@moz-5DB276B5.net) (Client exited)
  1381. # [18:40] * Parts: killer (killer@services.mozilla.org) (TS reop)
  1382. # [18:40] * Joins: killer (killer@services.mozilla.org)
  1383. # [18:40] * killer sets mode: +ao killer killer
  1384. # [18:40] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  1385. # [18:40] * Joins: GPHemsley (GPHemsley@moz-F93E11DA.hsd1.ga.comcast.net)
  1386. # [18:41] * Joins: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net)
  1387. # [18:41] * Joins: cers (cers@moz-DB4A9C19.scl3.mozilla.com)
  1388. # [18:41] * Joins: wg9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  1389. # [18:41] * Joins: gavin (gavin@moz-DB4A9C19.scl3.mozilla.com)
  1390. # [18:41] * ChanServ sets mode: +o gavin
  1391. # [18:41] * Joins: johns (johns@2557E599.66715431.D25A875A.IP)
  1392. # [18:41] * Joins: eeejay (eeejay@moz-B3973587.xen.prgmr.com)
  1393. # [18:41] * Joins: AutomatedTester|AFK (David@moz-DB4A9C19.scl3.mozilla.com)
  1394. # [18:41] * Joins: reed (reed@tech.monkey)
  1395. # [18:41] * Joins: reuben (reuben@moz-DB4A9C19.scl3.mozilla.com)
  1396. # [18:41] * John-Galt is now known as IRCMonkey23207
  1397. # [18:41] * stuart is now known as IRCMonkey40327
  1398. # [18:41] * Joins: whimboo|afk (whimboo@moz-DB4A9C19.scl3.mozilla.com)
  1399. # [18:41] * Joins: Ryan (rflint@moz-A287E317.com)
  1400. # [18:41] * Joins: Yoric (Yoric@moz-DB4A9C19.scl3.mozilla.com)
  1401. # [18:41] * Joins: darin (darin@BF998F68.D6CCE4AE.77834EAA.IP)
  1402. # [18:41] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1403. # [18:41] * ChanServ sets mode: +o ehsan
  1404. # [18:41] * Joins: nli (nli@moz-DB4A9C19.scl3.mozilla.com)
  1405. # [18:41] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  1406. # [18:41] * Joins: darin_ (darin@BF998F68.D6CCE4AE.77834EAA.IP)
  1407. # [18:41] * Joins: ohsix (ohsix@E6E9ACEC.B59296AB.15ED1FDC.IP)
  1408. # [18:41] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  1409. # [18:41] * Joins: sfink (chatzilla@moz-16D3100E.dsl.pltn13.sbcglobal.net)
  1410. # [18:41] * AutomatedTester|AFK is now known as AutomatedTester
  1411. # [18:41] * Joins: MattN (MattN@A8588C62.B1B6FA80.709ED47B.IP)
  1412. # [18:41] * Quits: MattN (MattN@A8588C62.B1B6FA80.709ED47B.IP) (Max SendQ exceeded)
  1413. # [18:41] * whimboo|afk is now known as whimboo
  1414. # [18:41] * Joins: doublec (doublec@moz-4DA4FA7C.cd.pn)
  1415. # [18:41] * Joins: pmoore|away (pmoore@moz-DB4A9C19.scl3.mozilla.com)
  1416. # [18:41] * Joins: jduell (jduell@moz-E765EB2E.hsd1.wa.comcast.net)
  1417. # [18:41] * Joins: Jasper (jstpierre@moz-A406D4F8.coderinserepeat.com)
  1418. # [18:41] * Joins: dvander (dvander@2557E599.66715431.D25A875A.IP)
  1419. # [18:41] * dumitru is now known as IRCMonkey12328
  1420. # [18:41] * rhelmer is now known as IRCMonkey22035
  1421. # [18:41] * jcranmer is now known as IRCMonkey38190
  1422. # [18:41] * johnath is now known as IRCMonkey61014
  1423. # [18:41] * humph is now known as IRCMonkey23389
  1424. # [18:41] * mconnor is now known as IRCMonkey56672
  1425. # [18:41] * jcv is now known as IRCMonkey39807
  1426. # [18:41] * fox2mike is now known as IRCMonkey20778
  1427. # [18:41] * taras is now known as IRCMonkey18350
  1428. # [18:41] * Joins: errstr (trane@4B6E818F.DF074373.4372BB76.IP)
  1429. # [18:42] * Joins: padenot (paul@moz-63925F6.members.linode.com)
  1430. # [18:42] * Joins: nthomas|away (nthomas@moz-DB4A9C19.scl3.mozilla.com)
  1431. # [18:42] * Joins: dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net)
  1432. # [18:42] * ChanServ sets mode: +o dbaron
  1433. # [18:42] * Joins: MattN (MattN@A8588C62.B1B6FA80.709ED47B.IP)
  1434. # [18:42] * IRCMonkey23207 is now known as John-Galt
  1435. # [18:42] * Joins: stevensn (ssinger@2E6A1133.124DEC9.4B2DF651.IP)
  1436. # [18:42] * Joins: csorenson (csorenson@moz-A9117999.ip-198-27-64.net)
  1437. # [18:43] * Quits: jbraffoul (jbraffoul@D2B84AF4.C749D475.1139E686.IP) (Ping timeout)
  1438. # [18:43] * Quits: kkdEEP (kkdEEP@B2FD06DB.8680491F.C7008325.IP) (Connection reset by peer)
  1439. # [18:43] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1440. # [18:44] * Joins: jbraffoul (jbraffoul@D2B84AF4.C749D475.1139E686.IP)
  1441. # [18:44] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  1442. # [18:45] * Quits: lerc (quassel@121.75.155.30) (Ping timeout)
  1443. # [18:46] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1444. # [18:46] <Ms2ger> Woops, looks like thunderbird doesn't like it when I hit ctrl+a on my inbox
  1445. # [18:46] <Ms2ger> I can't imagine why, it only has 85k emails
  1446. # [18:52] * juanb is now known as juanb|afk
  1447. # [18:54] <cpeterson> 85 KB? ;)
  1448. # [18:54] <Ms2ger> I wish
  1449. # [18:55] * Quits: ErvisTusha (ErvisTusha@AE683D92.F69FB6EA.363D84A4.IP) (Quit: Leaving)
  1450. # [18:55] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1451. # [18:55] <Ms2ger> Gmail tells me 1.2GB in total
  1452. # [18:57] * IRCMonkey38190 is now known as jcranmer
  1453. # [19:00] <evilpie> only 0.3 GB here
  1454. # [19:01] * capella|gym is now known as capella
  1455. # [19:01] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1456. # [19:02] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1457. # [19:04] * Joins: gwagner (Gregor@FD03470A.B0C4A665.2321E71E.IP)
  1458. # [19:05] * Joins: aja (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP)
  1459. # [19:07] * Parts: aja (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP)
  1460. # [19:15] * Quits: IRCMonkey18350 (taras@D2ABC49B.2F7415B9.B87ED48A.IP) (Quit: leaving)
  1461. # [19:15] * Joins: taras (taras@D2ABC49B.2F7415B9.B87ED48A.IP)
  1462. # [19:17] * Joins: aja (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP)
  1463. # [19:20] * Quits: darkowlzz_ (darkowlzz@E2583E88.D3470848.25B273F5.IP) (Ping timeout)
  1464. # [19:22] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1465. # [19:22] * Quits: twi (Adium@moz-479B9482.ip229.fastwebnet.it) (Quit: Leaving.)
  1466. # [19:24] * Joins: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP)
  1467. # [19:24] * Joins: darkowlzz_ (darkowlzz@E2583E88.D3470848.25B273F5.IP)
  1468. # [19:25] * jchen is now known as jchen|away
  1469. # [19:26] * Quits: marco (Thunderbir@moz-6027687A.cust.dsl.teletu.it) (Quit: marco)
  1470. # [19:27] * Joins: dew (Instantbir@moz-EBC2DF0B.dhcp.stls.mo.charter.com)
  1471. # [19:28] * Joins: VISWA (Thunderbir@14B72936.78F1811C.301675BC.IP)
  1472. # [19:28] * Quits: RattyAway (Jim_diGriz@B9518051.D072CF95.25110E41.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.0.15pre/20110606000022])
  1473. # [19:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3a242f8d8298 - Ben Turner - Bug 856032 - 'Quota management enabled even for origins with unlimited permission granted'. r=janv.
  1474. # [19:31] * Quits: gwagner (Gregor@FD03470A.B0C4A665.2321E71E.IP) (Quit: gwagner)
  1475. # [19:37] * Joins: kaie2 (kaie@moz-F4CA84BD.dip.t-dialin.net)
  1476. # [19:37] * hwine is now known as hwine-ooo
  1477. # [19:38] <jesup> smaug: Sorry, that was a delta on top of the r+'d patch. I just folded them and put that up. Sorry if I wasn't clear as to the intent.
  1478. # [19:38] * Quits: kaie (kaie@moz-864BF5E1.dip.t-dialin.net) (Ping timeout)
  1479. # [19:38] * kaie2 is now known as kaie
  1480. # [19:38] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  1481. # [19:39] * Quits: vladan-afk (vladan@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  1482. # [19:39] * Joins: bsmith (bsmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  1483. # [19:42] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1484. # [19:43] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  1485. # [19:43] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1486. # [19:44] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Ping timeout)
  1487. # [19:45] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  1488. # [19:45] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1489. # [19:45] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  1490. # [19:47] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  1491. # [19:47] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1492. # [19:48] <@smaug> jesup: why the change to nsIDOMRTCPeerConnection ?
  1493. # [19:48] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1494. # [19:49] * Joins: espadrine (thaddee_ty@moz-F0092F7E.dclient.lsne.ch)
  1495. # [19:49] * Joins: till (till@moz-A13FBC8F.adsl.alicedsl.de)
  1496. # [19:49] <jesup> smaug: RIght, I removed it from the JS and that file shouldn't still be included (forgot to revert the change on that file)
  1497. # [19:50] <jesup> I'll remove it from the patch
  1498. # [19:50] <@smaug> k
  1499. # [19:52] * Joins: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net)
  1500. # [19:52] <jesup> smaug: thanks
  1501. # [19:52] <jesup> And thanks for the catch
  1502. # [19:52] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1503. # [19:54] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1504. # [19:55] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  1505. # [19:56] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1506. # [19:58] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1507. # [19:59] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1508. # [19:59] * ChanServ sets mode: +o ehsan
  1509. # [20:00] * Quits: mjessome (mjessome@1959CDD3.BBE15E1C.8491360.IP) (Quit: leaving)
  1510. # [20:00] * Joins: mjessome (mjessome@1959CDD3.BBE15E1C.8491360.IP)
  1511. # [20:00] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1512. # [20:01] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1513. # [20:02] * Quits: VISWA (Thunderbir@14B72936.78F1811C.301675BC.IP) (Ping timeout)
  1514. # [20:02] * Quits: breck (breck@moz-3F3AE2C7.hsd1.ca.comcast.net) (Client exited)
  1515. # [20:03] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1516. # [20:05] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1517. # [20:05] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  1518. # [20:07] * Joins: greatwarrior (chatzilla@moz-1F01A6F6.mtnl.net.in)
  1519. # [20:08] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1520. # [20:08] * Quits: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr) (Ping timeout)
  1521. # [20:10] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1522. # [20:13] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1523. # [20:14] * Joins: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr)
  1524. # [20:16] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1525. # [20:16] * Parts: greatwarrior (chatzilla@moz-1F01A6F6.mtnl.net.in)
  1526. # [20:17] * Quits: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net) (Ping timeout)
  1527. # [20:17] * Joins: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net)
  1528. # [20:18] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1529. # [20:18] * Quits: Gentlecat (Roman@59658053.BC0B4628.8FB52CB8.IP) (Ping timeout)
  1530. # [20:19] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1531. # [20:20] * Joins: VISWA (Thunderbir@B4948080.1CA3ECFD.301675BC.IP)
  1532. # [20:22] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1533. # [20:22] * Quits: VISWA (Thunderbir@B4948080.1CA3ECFD.301675BC.IP) (Ping timeout)
  1534. # [20:24] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1535. # [20:26] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  1536. # [20:26] * Joins: lerc (quassel@5EE6AB9F.BEFA2430.788638A4.IP)
  1537. # [20:26] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  1538. # [20:26] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1539. # [20:29] * sachin_ is now known as sachin_h
  1540. # [20:29] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  1541. # [20:29] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1542. # [20:30] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  1543. # [20:32] * Joins: bz_sleep (bzbarsky@moz-71EFD05D.bstnma.fios.verizon.net)
  1544. # [20:32] * Joins: harth_ (harth@moz-3C999954.hsd1.ca.comcast.net)
  1545. # [20:33] * Parts: aja (Instantbir@A2A3BF71.6BD0AE10.7880DB15.IP)
  1546. # [20:35] * Joins: VISWA (Thunderbir@C4F89B3D.83CBAEA2.301675BC.IP)
  1547. # [20:37] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1548. # [20:38] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Quit: Leaving.)
  1549. # [20:39] * Quits: darkowlzz_ (darkowlzz@E2583E88.D3470848.25B273F5.IP) (Ping timeout)
  1550. # [20:40] * Quits: maikmerten (maikmerten@moz-8ACE2274.dynamic.qsc.de) (Client exited)
  1551. # [20:44] * Joins: Ann_Yiming (Ann_Yiming@moz-516C6548.hsd1.ca.comcast.net)
  1552. # [20:44] * Quits: till (till@moz-A13FBC8F.adsl.alicedsl.de) (Client exited)
  1553. # [20:44] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1554. # [20:44] * ChanServ sets mode: +o ehsan
  1555. # [20:44] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Deallocatd. (Probably forbidden by ARC))
  1556. # [20:45] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1557. # [20:47] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1558. # [20:47] * Joins: till (till@moz-A13FBC8F.adsl.alicedsl.de)
  1559. # [20:48] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  1560. # [20:49] * Quits: IRCMonkey36582 (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (Ping timeout)
  1561. # [20:50] * Quits: harth_ (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1562. # [20:52] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Ping timeout)
  1563. # [20:52] * Quits: victorporof (victorporo@F35081A0.DA9DCE7D.79933D60.IP) (Quit: victorporof)
  1564. # [20:53] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Ping timeout)
  1565. # [20:53] * Quits: sachin_h (sachin@637D4CD0.BF84E432.1C37C358.IP) (Quit: Leaving)
  1566. # [20:53] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  1567. # [20:53] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1568. # [20:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/19511a51971e - Ehsan Akhgari - Bug 856341 - Make gfxFcFontEntry::mPatterns fallible; r=jfkthame
  1569. # [20:56] * Quits: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr) (Ping timeout)
  1570. # [20:56] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  1571. # [20:59] * Quits: Ann_Yiming (Ann_Yiming@moz-516C6548.hsd1.ca.comcast.net) (Input/output error)
  1572. # [20:59] * Joins: Ann_Yiming (Ann_Yiming@moz-516C6548.hsd1.ca.comcast.net)
  1573. # [21:00] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Quit: Leaving.)
  1574. # [21:00] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  1575. # [21:01] * Quits: Ann_Yiming (Ann_Yiming@moz-516C6548.hsd1.ca.comcast.net) (Ping timeout)
  1576. # [21:05] * Joins: Gentlecat (Roman@59658053.BC0B4628.8FB52CB8.IP)
  1577. # [21:08] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1578. # [21:10] * Joins: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr)
  1579. # [21:11] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  1580. # [21:12] * Joins: lizzard (ehenry@moz-5443DFD2.public.monkeybrains.net)
  1581. # [21:12] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1582. # [21:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dd2deca1ffef - Ryan VanderMeulen - Backed out changeset 3a242f8d8298 (bug 856032) for mochitest-2 failures.
  1583. # [21:13] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  1584. # [21:13] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  1585. # [21:13] * Joins: jorendorff (jorendorff@moz-30F4FB9E.hfc.comcastbusiness.net)
  1586. # [21:14] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  1587. # [21:14] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  1588. # [21:15] * Joins: harth_ (harth@moz-3C999954.hsd1.ca.comcast.net)
  1589. # [21:17] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1590. # [21:20] * Quits: @dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net) (Ping timeout)
  1591. # [21:21] * IRCMonkey12328 is now known as dumitru
  1592. # [21:23] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Ping timeout)
  1593. # [21:24] * Joins: ctangira (ctangira@moz-431FF022.dllstx.fios.verizon.net)
  1594. # [21:26] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Ping timeout)
  1595. # [21:27] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  1596. # [21:29] * Joins: Ann_Yiming (Ann_Yiming@moz-516C6548.hsd1.ca.comcast.net)
  1597. # [21:30] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  1598. # [21:31] * Quits: Ann_Yiming (Ann_Yiming@moz-516C6548.hsd1.ca.comcast.net) (Input/output error)
  1599. # [21:31] * Joins: Ann_Yiming (Ann_Yiming@moz-516C6548.hsd1.ca.comcast.net)
  1600. # [21:31] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Client exited)
  1601. # [21:31] <tbsaunde> k$/win 26
  1602. # [21:31] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1603. # [21:32] * Quits: mhaigh (martyn@moz-7EDBCF01.cable.virginmedia.com) (Quit: Leaving.)
  1604. # [21:32] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1605. # [21:33] * Joins: AaronMT (AaronMT@moz-9742BA59.cpe.net.cable.rogers.com)
  1606. # [21:35] * Quits: jorendorff (jorendorff@moz-30F4FB9E.hfc.comcastbusiness.net) (Quit: jorendorff)
  1607. # [21:35] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1608. # [21:36] * Joins: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net)
  1609. # [21:36] * Quits: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr) (Ping timeout)
  1610. # [21:36] * Quits: Ms2ger (Ms2ger@moz-21504BF3.adsl-dyn.isp.belgacom.be) (Quit: nn)
  1611. # [21:36] * Quits: Mic (Mic@moz-CA7C788F.superkabel.de) (Quit: No time to waste, let's go!)
  1612. # [21:36] * Joins: jryans (jryans@moz-CC5DCFB.austin.res.rr.com)
  1613. # [21:36] * Joins: willy1234x1 (willy1234x@moz-8356045.hsd1.ut.comcast.net)
  1614. # [21:36] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  1615. # [21:36] * Quits: AndreeaM (Thunderbir@F2CDF353.B4F628AD.CD219C36.IP) (Ping timeout)
  1616. # [21:40] * Joins: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr)
  1617. # [21:44] * Joins: breck (breck@21FF058A.A04951A6.2321E71E.IP)
  1618. # [21:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0e7b1dd41868 - Ryan VanderMeulen - Backed out changeset badf8d382f79 (bug 850210) for frequent mochitest-bc failures on a CLOSED TREE.
  1619. # [21:46] * Quits: bernd (chatzilla@moz-BE65632E.superkabel.de) (Quit: ChatZilla 0.9.90 [Firefox 22.0a1/20130329030904])
  1620. # [21:47] * Quits: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1621. # [21:48] * Quits: Ann_Yiming (Ann_Yiming@moz-516C6548.hsd1.ca.comcast.net) (Input/output error)
  1622. # [21:49] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1623. # [21:51] * Quits: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr) (Ping timeout)
  1624. # [21:52] * Joins: AndreeaM (Thunderbir@F2CDF353.B4F628AD.CD219C36.IP)
  1625. # [21:54] * Joins: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1626. # [21:56] * Quits: ctangira (ctangira@moz-431FF022.dllstx.fios.verizon.net) (Quit: ctangira)
  1627. # [21:56] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1628. # [21:57] * Quits: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1629. # [21:58] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  1630. # [21:58] * Quits: harth_ (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1631. # [21:59] * Joins: tchevalier (Thunderbir@moz-51DD1A04.w81-251.abo.wanadoo.fr)
  1632. # [22:01] * Joins: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1633. # [22:01] * Quits: willy1234x1 (willy1234x@moz-8356045.hsd1.ut.comcast.net) (Ping timeout)
  1634. # [22:01] * Joins: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net)
  1635. # [22:02] * Joins: dbaron (dbaron@moz-E0DDE997.dsl.dynamic.sonic.net)
  1636. # [22:02] * ChanServ sets mode: +o dbaron
  1637. # [22:02] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  1638. # [22:03] * Joins: jorendorff (jorendorff@moz-30F4FB9E.hfc.comcastbusiness.net)
  1639. # [22:06] <reuben> how does ffxbld work?
  1640. # [22:07] <reuben> I think it's running an outdated version of Mercurial that breaks annonate
  1641. # [22:07] <reuben> i.e. https://hg.mozilla.org/mozilla-central/annotate/e4d8e21d0788/dom/contacts/ContactManager.js
  1642. # [22:08] * Joins: smontagu (chatzilla@moz-536095B8.red.bezeqint.net)
  1643. # [22:11] * Quits: jorendorff (jorendorff@moz-30F4FB9E.hfc.comcastbusiness.net) (Quit: jorendorff)
  1644. # [22:12] * Quits: ehugg_lime (ehugg_lime@moz-EA33CD8D.hsd1.wa.comcast.net) (Client exited)
  1645. # [22:13] * Quits: VISWA (Thunderbir@C4F89B3D.83CBAEA2.301675BC.IP) (Ping timeout)
  1646. # [22:18] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1647. # [22:22] * Joins: JaneBush (gegeg@moz-EB99653.adsl.alicedsl.de)
  1648. # [22:24] * Joins: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr)
  1649. # [22:25] * Quits: past (Instantbir@moz-64F55735.dsl.dyn.forthnet.gr) (Quit: past)
  1650. # [22:27] * Quits: KaiRo (robert@moz-37E84A75.adsl.highway.telekom.at) (Input/output error)
  1651. # [22:28] * Joins: KaiRo (robert@moz-37E84A75.adsl.highway.telekom.at)
  1652. # [22:28] * Quits: lizzard (ehenry@moz-5443DFD2.public.monkeybrains.net) (Connection reset by peer)
  1653. # [22:28] * Joins: lizzard (ehenry@moz-5443DFD2.public.monkeybrains.net)
  1654. # [22:30] * Quits: smontagu (chatzilla@moz-536095B8.red.bezeqint.net) (Ping timeout)
  1655. # [22:33] * Quits: msucan (mihai@E8A9D9C4.773D689F.70BDB599.IP) (Quit: Leaving.)
  1656. # [22:36] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1657. # [22:36] * Joins: willy1234x1 (willy1234x@moz-B11EF6E9.slkc.qwest.net)
  1658. # [22:37] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1659. # [22:37] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1660. # [22:37] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1661. # [22:37] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1662. # [22:38] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1663. # [22:39] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  1664. # [22:39] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  1665. # [22:42] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  1666. # [22:42] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  1667. # [22:42] * Quits: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1668. # [22:43] * Joins: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1669. # [22:43] * Quits: jfkthame (jfkthame@A75DDB88.C145D0FE.8D534776.IP) (Quit: This computer has gone to sleep)
  1670. # [22:44] * Joins: b10n1k (j0ni@moz-863E30D8.home.otenet.gr)
  1671. # [22:44] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  1672. # [22:45] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  1673. # [22:48] * Joins: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net)
  1674. # [22:48] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  1675. # [22:49] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  1676. # [22:49] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  1677. # [22:51] * Joins: rniwa (rniwa@1B7E1CBA.19F579BA.B5E7F04E.IP)
  1678. # [22:53] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  1679. # [22:53] * Quits: breck (breck@21FF058A.A04951A6.2321E71E.IP) (Client exited)
  1680. # [22:53] * ChanServ sets mode: +o ehsan
  1681. # [22:56] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Quit: RealRaven)
  1682. # [22:57] * Joins: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP)
  1683. # [22:57] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Client exited)
  1684. # [22:58] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Quit: Leaving.)
  1685. # [23:02] * Quits: till (till@moz-A13FBC8F.adsl.alicedsl.de) (Client exited)
  1686. # [23:03] * Quits: lizzard (ehenry@moz-5443DFD2.public.monkeybrains.net) (Quit: lizzard)
  1687. # [23:07] * Quits: jryans (jryans@moz-CC5DCFB.austin.res.rr.com) (Quit: Be back later)
  1688. # [23:08] * Quits: lduros (user@moz-6BD87C4.phlapa.fios.verizon.net) (Ping timeout)
  1689. # [23:09] * Joins: harth_ (harth@moz-3C999954.hsd1.ca.comcast.net)
  1690. # [23:09] * Joins: sheeri (sheeri@moz-5E1F6454.hsd1.ma.comcast.net)
  1691. # [23:10] * Joins: lizzard (ehenry@moz-5443DFD2.public.monkeybrains.net)
  1692. # [23:10] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  1693. # [23:11] * Quits: harth_ (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  1694. # [23:14] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Quit: Leaving.)
  1695. # [23:14] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  1696. # [23:14] * Joins: Bushyy (gegeg@moz-EB99653.adsl.alicedsl.de)
  1697. # [23:15] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1698. # [23:16] * Joins: mconley (mconley@81F1A75F.F7EBA23.C3C3A9D0.IP)
  1699. # [23:17] * Quits: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP) (Ping timeout)
  1700. # [23:17] * Joins: jryans (jryans@moz-CC5DCFB.austin.res.rr.com)
  1701. # [23:19] * Joins: tonymec (tonymec@2F3996E2.4E80F1F3.277517C1.IP)
  1702. # [23:20] * Quits: b10n1k (j0ni@moz-863E30D8.home.otenet.gr) (Ping timeout)
  1703. # [23:22] * Quits: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1704. # [23:22] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  1705. # [23:22] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  1706. # [23:23] * Joins: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1707. # [23:24] * Quits: zakora (NC@moz-8EAF945F.fbx.proxad.net) (Quit: Textual IRC Client: www.textualapp.com)
  1708. # [23:25] * Quits: KWierso|Surface (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1709. # [23:25] * Quits: ffledgling (anhadjai.s@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1710. # [23:27] * Quits: AndreeaM (Thunderbir@F2CDF353.B4F628AD.CD219C36.IP) (Client exited)
  1711. # [23:28] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1712. # [23:30] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  1713. # [23:35] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1714. # [23:35] * Joins: b10n1k (j0ni@moz-75CBF105.home.otenet.gr)
  1715. # [23:37] * Quits: drexler (chatzilla@moz-1896B9D3.hsd1.vt.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1716. # [23:38] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1717. # [23:40] * Joins: zakora (NC@moz-8EAF945F.fbx.proxad.net)
  1718. # [23:41] * Quits: zakora (NC@moz-8EAF945F.fbx.proxad.net) (Quit: Textual IRC Client: www.textualapp.com)
  1719. # [23:44] * Quits: RealRaven (Thunderbir@C5CE68B7.4F72947B.C3498625.IP) (Ping timeout)
  1720. # [23:47] * Joins: RealRaven (Thunderbir@28A24848.F59D6A47.C3498625.IP)
  1721. # [23:48] * baku is now known as baku|away
  1722. # [23:49] * NeilAway wants destructuring assignment in function parameters
  1723. # [23:53] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Ping timeout)
  1724. # [23:55] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  1725. # [23:56] * Quits: Gentlecat (Roman@59658053.BC0B4628.8FB52CB8.IP) (Ping timeout)
  1726. # [23:58] * Joins: alanp_ (alanp@moz-1E9A8B90.ext.distributel.net)
  1727. # [23:59] * Quits: alanp (alanp@moz-32B82BF4.cpe.distributel.net) (Ping timeout)
  1728. # Session Close: Sun Mar 31 00:00:01 2013

The end :)