/irc-logs / mozilla / #developers / 2013-06-29 / end

Options:

  1. # Session Start: Sat Jun 29 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Quits: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  4. # [00:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/edde24398dd0 - Randell Jesup - Bug 886417: lock before accessing DataChannel->mState r=mcmanus
  5. # [00:02] * Joins: Optimizer (Optimizer@C46100AC.7306E6CA.BE90E62C.IP)
  6. # [00:02] * Joins: erikvold (erikvold@moz-439036F4.wireless.telus.com)
  7. # [00:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5f9bd80f2b4d - Brian Nicholson - Bug 887069 - Fix focus behavior of go button in URL bar. r=sriram
  8. # [00:02] <jesup> And another orange bites teh dust
  9. # [00:02] * Quits: RealRave1 (Thunderbir@61D09702.E62372D8.C3498625.IP) (Quit: RealRave1)
  10. # [00:03] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  11. # [00:03] <mccr8> woo!
  12. # [00:03] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  13. # [00:04] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  14. # [00:04] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  15. # [00:05] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Input/output error)
  16. # [00:05] * Quits: capella (chatzilla@moz-B7556919.twcny.res.rr.com) (Ping timeout)
  17. # [00:06] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  18. # [00:07] * Joins: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net)
  19. # [00:07] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  20. # [00:09] * Quits: Optimizer (Optimizer@C46100AC.7306E6CA.BE90E62C.IP) (Ping timeout)
  21. # [00:09] * Joins: capella (chatzilla@moz-B7556919.twcny.res.rr.com)
  22. # [00:11] * nsm is now known as nsm|gonecamping
  23. # [00:11] * Joins: cpearce (chatzilla@moz-6DB1578B.xdsl.xnet.co.nz)
  24. # [00:12] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  25. # [00:13] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Client exited)
  26. # [00:14] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  27. # [00:14] * ChanServ sets mode: +o dbaron
  28. # [00:14] * Quits: ericjung (ericjung@64BFC80D.D55669BC.6016BCA6.IP) (Ping timeout)
  29. # [00:14] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Quit: RealRaven)
  30. # [00:15] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  31. # [00:16] <mihneadb> is there a way to call do_get_profile (or to get the profile dir path) from a child process in xpcshell? http://mxr.mozilla.org/mozilla-central/source/testing/xpcshell/head.js#924
  32. # [00:16] * Joins: brendan (brendaneic@moz-ACC6832C.sub-70-197-7.myvzw.com)
  33. # [00:16] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  34. # [00:16] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  35. # [00:16] <@bsmedberg> mihneadb: probably not, given that we explicitly don't let child processes access the profile in normal operation
  36. # [00:16] * philor|away is now known as philor
  37. # [00:17] * Quits: Asa (asa@2557E599.66715431.D25A875A.IP) (Ping timeout)
  38. # [00:17] <mihneadb> bsmedberg: so.. I need this function to return the profile dir and not the bin dir http://mxr.mozilla.org/mozilla-central/source/toolkit/components/contentprefs/tests/unit/head_contentPrefs.js#86
  39. # [00:17] <mihneadb> how do I do this?
  40. # [00:18] <@bsmedberg> mihneadb: what is the actual problem you're trying to solve? You can of course send the content process the profile directory yourself using messages
  41. # [00:18] <@bsmedberg> but in general this is not something you *should* be doing
  42. # [00:18] <mihneadb> bsmedberg: sorry for not mentioning that
  43. # [00:18] <@bsmedberg> and it will break when the content process is sandboxed
  44. # [00:18] <mihneadb> so I'm working on getting the xpcshell tests to run concurrently
  45. # [00:19] <mihneadb> the problem with some of the tests (like the one that use the head file I linked) is that they use the bin dir for stuff instead of using the profile dir
  46. # [00:19] <mihneadb> (and every test has its own profile dir)
  47. # [00:20] * Quits: brendan (brendaneic@moz-ACC6832C.sub-70-197-7.myvzw.com) (Ping timeout)
  48. # [00:20] <gps> mihneadb: xpcshell test's head.js passes some variables into child processes IIRC
  49. # [00:20] <gps> ask me IRL :)
  50. # [00:21] <mihneadb> oh right
  51. # [00:21] * Quits: dao (dao@moz-27830057.superkabel.de) (Quit: Leaving.)
  52. # [00:22] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  53. # [00:22] * Joins: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  54. # [00:22] * Quits: annevk (annevk@moz-F2540C8D.speed.planet.nl) (Input/output error)
  55. # [00:22] * Joins: bmoss (bmoss@2557E599.66715431.D25A875A.IP)
  56. # [00:23] * Joins: annevk (annevk@moz-F2540C8D.speed.planet.nl)
  57. # [00:23] * Joins: xsun (xsun@AF8D2DFE.310915F0.89E5CEC6.IP)
  58. # [00:24] * Parts: xsun (xsun@AF8D2DFE.310915F0.89E5CEC6.IP)
  59. # [00:24] <@bsmedberg> mihneadb: my *opinion* is that content processes should not ever be asking for the profile directory
  60. # [00:24] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  61. # [00:24] <@bsmedberg> but perhaps that's not something that you're going to fix ;-)
  62. # [00:24] * Joins: Optimizer (Optimizer@9F427124.996E9D8E.D5D59AD9.IP)
  63. # [00:24] * Quits: capella (chatzilla@moz-B7556919.twcny.res.rr.com) (Quit: ChatZilla 0.9.90-2013040112 [Firefox 22.0a2/20130412004014])
  64. # [00:25] <mihneadb> :)
  65. # [00:25] * Joins: xsun (xsun@AF8D2DFE.310915F0.89E5CEC6.IP)
  66. # [00:25] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Quit: victorporof)
  67. # [00:25] * Joins: Rick (Rick@moz-9002CDDA.cpe.net.cable.rogers.com)
  68. # [00:26] * Quits: Rick (Rick@moz-9002CDDA.cpe.net.cable.rogers.com) (Quit: Leaving)
  69. # [00:28] * khuey|interview is now known as khuey
  70. # [00:29] <mihneadb> gps: toolkit/components/contentprefs/tests/unit_ipc/test_contentPrefs_parentipc.js
  71. # [00:31] * Quits: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP) (Ping timeout)
  72. # [00:32] <xsun> Hi! I've included one new lib inside Firefox but I'm having some problem now in linking phase of build process. I'm receiving "undefined reference to" error. Which is the best documentation to help-me understand how this should work on Firefox?
  73. # [00:32] * Joins: breck (breck@moz-D2E7AB2.tmodns.net)
  74. # [00:33] <gozala> jduell: bz: do any of you have time to help me out with some asyncOutputStream related issue I'm running into on windows ?
  75. # [00:33] <@khuey> xsun: what code are you trying to use this library from?
  76. # [00:33] <jduell> gozala: sadly I don't--about run out the door and will be gone on PTO for a week
  77. # [00:34] * Joins: myk (myk@2557E599.66715431.D25A875A.IP)
  78. # [00:34] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  79. # [00:36] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  80. # [00:36] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  81. # [00:37] <gps> bsmedberg: the underlying problem is https://mxr.mozilla.org/mozilla-central/source/toolkit/components/contentprefs/tests/unit/head_contentPrefs.js#59
  82. # [00:37] <gps> that test is reimplementing nsIDirectoryService except it's using cwd for ProfD
  83. # [00:37] <@bsmedberg> that's problematic!
  84. # [00:37] <gps> why, I don't know! code was added in bug 378547
  85. # [00:38] <gozala> jduell: np enjoy your PTO
  86. # [00:38] * openjck|reallylatelunch is now known as openjck
  87. # [00:38] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Client exited)
  88. # [00:39] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  89. # [00:39] * Quits: pcwalton (pcwalton@43CB6079.66715431.D25A875A.IP) (Quit: pcwalton)
  90. # [00:39] * Joins: capella (chatzilla@moz-B7556919.twcny.res.rr.com)
  91. # [00:39] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  92. # [00:40] <jgilbert> is calloc infallible by default?
  93. # [00:40] * Quits: jtcranmer (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  94. # [00:40] <@khuey> jgilbert: no
  95. # [00:40] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  96. # [00:40] <jgilbert> cool
  97. # [00:41] * Joins: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP)
  98. # [00:41] * Quits: Mnyromyr (Mnyromyr@51420B42:9B0B16C5:6BE0EBA2:IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  99. # [00:42] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Ping timeout)
  100. # [00:42] * Quits: jrmuizel_ (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  101. # [00:42] <xsun> khuey: I'm trying to use a function from that library. I'm playing building a encoder for WebP format, so I'm using libwebp inside firefox
  102. # [00:42] * Joins: mixedpuppy (mixedpuppy@CB3EC984.A5F785DE.396E4C6D.IP)
  103. # [00:43] <gozala> smith maybe you have time for my asyncOutputStream related question ?
  104. # [00:43] <@khuey> xsun: what does "inside firefox" mean?
  105. # [00:43] <@khuey> xsun: inside libxul.so?
  106. # [00:43] <@khuey> or some other binary?
  107. # [00:43] <jlebar> mikeh: merry christmas. :0
  108. # [00:43] <jlebar> * :)
  109. # [00:44] <mikeh> jlebar: building now!
  110. # [00:45] * Quits: system64 (iakshay@50D7A31E.32D3E665.1228A288.IP) (Quit: Quit)
  111. # [00:46] * Joins: ialagenchev1 (alagenchev@2557E599.66715431.D25A875A.IP)
  112. # [00:46] * Quits: ialagenchev (alagenchev@2557E599.66715431.D25A875A.IP) (Connection reset by peer)
  113. # [00:46] * NeilAway wonders how froydnj was optimising CallQueryInterface
  114. # [00:46] <mikeh> jlebar: testing. :) I'll let you know how it goes!
  115. # [00:46] * jlebar will be impressed if his code works on the first try.
  116. # [00:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d1e9d5618e95 - Benjamin Smedberg - Bug 886940 - single outdated plugin UI uses the wrong string, r=captainobvious
  117. # [00:47] * Quits: hipokrit (hipokrit@1BF5DFDB.CA40E1F7.C558AD24.IP) (Client exited)
  118. # [00:48] <xsun> khuey: Nop, I included all libwebp files that I needed inside mozilla/media/libwebp and configured it to build with firefox
  119. # [00:49] * Quits: Sreenidhi (mz@43CB6079.66715431.D25A875A.IP) (Quit: I'm not at my desk!!!!)
  120. # [00:50] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Ping timeout)
  121. # [00:50] * Quits: capella (chatzilla@moz-B7556919.twcny.res.rr.com) (Client exited)
  122. # [00:50] * Quits: jduell (jduell@moz-E3AECA12.spl.org) (Connection reset by peer)
  123. # [00:50] * Quits: lmandel (lmandel@moz-344B563E.dsl.bell.ca) (Quit: lmandel)
  124. # [00:50] <@khuey> xsun: maybe you should pastebin the errors you're getting
  125. # [00:51] * Joins: ericjung (ericjung@moz-3D3C1D9A.in-addr.arpa)
  126. # [00:52] * catlee is now known as catlee-away
  127. # [00:52] * NeilAway thwaps gps
  128. # [00:53] <gps> NeilAway: ?
  129. # [00:53] <NeilAway> gps: config.log spew hiding the actual configure error
  130. # [00:53] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  131. # [00:53] <xsun> khuey: Ok, http://pastebin.com/Hxis6AmW
  132. # [00:55] * Quits: mixedpuppy (mixedpuppy@CB3EC984.A5F785DE.396E4C6D.IP) (Quit: mixedpuppy)
  133. # [00:55] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  134. # [00:56] * Quits: cviecco (cviecco@A5A0595A.66715431.D25A875A.IP) (Input/output error)
  135. # [00:56] * Joins: tonymec|away (tonymec@5274785E.A54F7B7E.277517C1.IP)
  136. # [00:56] * Joins: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP)
  137. # [00:57] * mattwoodrow|away is now known as mattwoodrow
  138. # [00:57] <@khuey> xsun: you need to add code to link to the webp encoder to http://mxr.mozilla.org/mozilla-central/source/toolkit/library/Makefile.in
  139. # [00:57] <@khuey> xsun: probably need to add the library to STATIC_LIBS if we're building it elsewhere in the tree
  140. # [00:57] <@khuey> xsun: or to EXTRA_DSO_LDOPTS if it's a system library
  141. # [00:58] * Quits: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP) (Ping timeout)
  142. # [00:58] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  143. # [01:00] * Quits: marco (Thunderbir@moz-F14BDA7E.retail.telecomitalia.it) (Ping timeout)
  144. # [01:01] * Quits: bjacob_ (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  145. # [01:02] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  146. # [01:02] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  147. # [01:05] * ialagenchev1 is now known as ialagenchev|cantina
  148. # [01:06] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  149. # [01:06] <xsun> khuey: got it! Thank you very much!
  150. # [01:07] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  151. # [01:07] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Quit: RealRaven)
  152. # [01:07] * Joins: dao (dao@moz-27830057.superkabel.de)
  153. # [01:08] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  154. # [01:08] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  155. # [01:08] * Parts: aja (Instantbir@E263534E.1C8376FD.7880DB15.IP)
  156. # [01:09] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  157. # [01:09] * Joins: erikvold_ (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  158. # [01:09] * Quits: @bsmedberg (bsmedberg@2557E599.66715431.D25A875A.IP) (Quit: bsmedberg)
  159. # [01:10] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  160. # [01:10] * Quits: mwobensmith (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  161. # [01:10] * Quits: gal007 (Mibbit@moz-7C05E6DD.cab.prima.net.ar) (Quit: http://www.mibbit.com ajax IRC Client)
  162. # [01:11] * Quits: gustavold (gustavold@3FDE31F2.8E53889B.DF2AC62B.IP) (Ping timeout)
  163. # [01:11] * Quits: rednaks (rednaks@94222891.791E4042.55FFA9B4.IP) (Quit: Téléportation !)
  164. # [01:11] * Quits: erikvold_ (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Ping timeout)
  165. # [01:12] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Ping timeout)
  166. # [01:13] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Connection reset by peer)
  167. # [01:13] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  168. # [01:14] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  169. # [01:14] * Quits: Pike (chatzilla@moz-2DCF0341.pool.mediaways.net) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
  170. # [01:14] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  171. # [01:15] * Quits: mshal (mshal@moz-A514A42A.washdc.fios.verizon.net) (Quit: leaving)
  172. # [01:15] * Joins: gustavold (gustavold@3FDE31F2.8E53889B.DF2AC62B.IP)
  173. # [01:15] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  174. # [01:16] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  175. # [01:16] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  176. # [01:16] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  177. # [01:16] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Quit: RealRaven)
  178. # [01:17] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  179. # [01:19] * Joins: marco (Thunderbir@moz-F14BDA7E.retail.telecomitalia.it)
  180. # [01:20] * Quits: myk (myk@2557E599.66715431.D25A875A.IP) (Ping timeout)
  181. # [01:21] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  182. # [01:22] * Joins: mixedpuppy (mixedpuppy@564A7ACA.B03262F5.30F15291.IP)
  183. # [01:22] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  184. # [01:23] * rail is now known as rail_away
  185. # [01:24] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  186. # [01:24] * Quits: erikvold (erikvold@moz-439036F4.wireless.telus.com) (Quit: erikvold)
  187. # [01:24] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Quit: RealRaven)
  188. # [01:25] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  189. # [01:25] * Quits: ialagenchev|cantina (alagenchev@2557E599.66715431.D25A875A.IP) (Ping timeout)
  190. # [01:25] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Quit: RealRaven)
  191. # [01:25] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  192. # [01:26] * Quits: jimm (jmathies@moz-864CAA4E.pn.at.cox.net) (Quit: )
  193. # [01:26] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  194. # [01:27] * Quits: cpearce (chatzilla@moz-6DB1578B.xdsl.xnet.co.nz) (Ping timeout)
  195. # [01:27] * Quits: dao (dao@moz-27830057.superkabel.de) (Quit: Leaving.)
  196. # [01:28] * Joins: ialagenchev (alagenchev@2557E599.66715431.D25A875A.IP)
  197. # [01:33] <tbsaunde> Jesse: any reason I shouldn't be cc'd on bug 306939? I'd atleast like to see the list of a11y deps
  198. # [01:34] <Jesse> tbsaunde: that's just one of many of my fuzz meta bugs
  199. # [01:34] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  200. # [01:35] <Jesse> tbsaunde: just search for a11y bugs that i filed: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=reporter%3Ajrud%20comp%3Adisability
  201. # [01:35] <tbsaunde> Jesse: ah, you're bugzilla foo is better than mine :)
  202. # [01:36] * Quits: ericjung (ericjung@moz-3D3C1D9A.in-addr.arpa) (Ping timeout)
  203. # [01:37] * Quits: tanvi (tanvi@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  204. # [01:42] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  205. # [01:43] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  206. # [01:43] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  207. # [01:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f76d941a373c - Chenxia Liu - Bug 888374 - crash: Clicking link in about:healthreport for Choose what I share. r=nalexander
  208. # [01:44] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  209. # [01:46] <NeilAway> bah, it's doing it again
  210. # [01:46] <NeilAway> whose stupid idea was that?
  211. # [01:47] * Joins: schien (anonymous@moz-74F430BB.dynamic.hinet.net)
  212. # [01:49] * Quits: gerv (Instantbir@2557E599.66715431.D25A875A.IP) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  213. # [01:49] * Quits: marxin (marxin@moz-C73DA86.cust.sloane.cz) (Ping timeout)
  214. # [01:50] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  215. # [01:51] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: nhirata)
  216. # [01:51] * Quits: breck (breck@moz-D2E7AB2.tmodns.net) (Client exited)
  217. # [01:51] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  218. # [01:52] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  219. # [01:53] * Quits: kmoir-afk (chatzilla@moz-9AEE821.cpe.teksavvy.com) (Ping timeout)
  220. # [01:53] * Quits: sfink (chatzilla@moz-E1C8DBFA.dsl.pltn13.sbcglobal.net) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 20.0/20130401111945])
  221. # [01:54] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  222. # [01:55] * Joins: sfink (chatzilla@moz-E1C8DBFA.dsl.pltn13.sbcglobal.net)
  223. # [01:55] * Joins: kmoir-afk (chatzilla@moz-9AEE821.cpe.teksavvy.com)
  224. # [01:56] * Quits: sfink (chatzilla@moz-E1C8DBFA.dsl.pltn13.sbcglobal.net) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 20.0/20130401111945])
  225. # [01:56] * Joins: sfink (chatzilla@moz-E1C8DBFA.dsl.pltn13.sbcglobal.net)
  226. # [01:56] * Quits: terrence (terrence@2557E599.66715431.D25A875A.IP) (Ping timeout)
  227. # [01:56] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  228. # [01:57] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Quit: sworkman)
  229. # [01:57] * Quits: mixedpuppy (mixedpuppy@564A7ACA.B03262F5.30F15291.IP) (Quit: mixedpuppy)
  230. # [01:58] * mattwoodrow is now known as mattwoodrow|away
  231. # [01:58] * Quits: xsun (xsun@AF8D2DFE.310915F0.89E5CEC6.IP) (Ping timeout)
  232. # [01:58] * mattwoodrow|away is now known as mattwoodrow
  233. # [01:59] * Joins: inolen (Adium@moz-FAB279F3.tmodns.net)
  234. # [02:01] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  235. # [02:01] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Quit: RealRaven)
  236. # [02:01] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  237. # [02:02] * Joins: sworkman (sworkman@2557E599.66715431.D25A875A.IP)
  238. # [02:02] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  239. # [02:03] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  240. # [02:03] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  241. # [02:04] * Joins: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  242. # [02:04] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  243. # [02:04] * openjck is now known as openjck|offline
  244. # [02:04] * Quits: sunfish (sunfish@3246441A.D6CCE4AE.77834EAA.IP) (Quit: Leaving)
  245. # [02:04] * Quits: mccr8 (mccr8@2557E599.66715431.D25A875A.IP) (Quit: mccr8)
  246. # [02:05] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  247. # [02:06] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  248. # [02:06] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Quit: Fleeing the scene)
  249. # [02:06] <mjrosenb> ... how did this link?
  250. # [02:06] <mjrosenb> I am confused.
  251. # [02:07] * Quits: inolen (Adium@moz-FAB279F3.tmodns.net) (Ping timeout)
  252. # [02:07] * Quits: jmaher|afk (jmaher@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  253. # [02:07] * Quits: aklotz (Thunderbir@moz-55246988.cg.shawcable.net) (Quit: aklotz)
  254. # [02:08] * Quits: bmoss (bmoss@2557E599.66715431.D25A875A.IP) (Quit: bmoss)
  255. # [02:08] * Joins: inolen (Adium@moz-FAB279F3.tmodns.net)
  256. # [02:10] * corey is now known as corey|away
  257. # [02:11] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  258. # [02:11] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  259. # [02:13] * Joins: bholley (anonymous@A5A0595A.66715431.D25A875A.IP)
  260. # [02:13] <mjrosenb> can I using namespace... my way inside of a templated class?
  261. # [02:14] <jlebar> jcranmer: You should be able to use Atomic<Foo> where Foo is an enum, right?
  262. # [02:14] <froydnj> jlebar: unfortunately no :(
  263. # [02:14] * Quits: sworkman (sworkman@2557E599.66715431.D25A875A.IP) (Ping timeout)
  264. # [02:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1c8e6f8e6715 - Geoff Lankow - Bug 887447 - Don't display Update History button on Android; r=adw
  265. # [02:15] <jlebar> froydnj: why is that? I thought the code only cared about the size of the object.
  266. # [02:15] <@khuey> enum size isn't guaranteed
  267. # [02:15] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  268. # [02:15] <@khuey> iirc
  269. # [02:15] <jlebar> khuey: but it's guaranteed at compile-time...
  270. # [02:15] <jlebar> right?
  271. # [02:15] * kats|away is now known as kats
  272. # [02:15] <froydnj> it's possible we could make it work, but it's not obvious to me that bona-fide <atomic> works with enums
  273. # [02:15] <@khuey> well it could be sub-int no?
  274. # [02:16] * @khuey isn't entirely sure what goes wrong here
  275. # [02:16] <@khuey> just that enums are tricky little buggers
  276. # [02:16] <jlebar> I guess I mean, the way the <atomic> package is designed, I figured we could insert any T into atomic<T>, so long as the cpu supports atomic operations on things which have size sizeof(T).
  277. # [02:16] <@khuey> I would hope so, yes
  278. # [02:16] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Quit: RealRaven)
  279. # [02:17] <jlebar> So then I could put an enum in there, and at worst it would fail to compile for that reason.
  280. # [02:17] <tbsaunde> khuey: you can have atomic<uint{16,8}_t> I believe
  281. # [02:17] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  282. # [02:17] * Joins: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP)
  283. # [02:17] <jlebar> froydnj: You are apparently correct that it doesn't compile, from what I've heard.
  284. # [02:17] <tbsaunde> and i really hope we don't have to care about compilers that believe that 23 bit enums are reasonable
  285. # [02:17] * Parts: inolen (Adium@moz-FAB279F3.tmodns.net)
  286. # [02:17] <froydnj> tbsaunde: you can in a real C++ implementation; you can't in ours
  287. # [02:18] <jlebar> froydnj: I just don't see why that's necessary. :)
  288. # [02:18] <@khuey> jlebar: well our Atomics.h doesn't use <atomic>
  289. # [02:18] <@khuey> because it's not available everywhere
  290. # [02:18] <jlebar> khuey: Understood.
  291. # [02:18] <jlebar> It fakes it, though...
  292. # [02:18] <@khuey> right
  293. # [02:19] <tbsaunde> froydnj: ah, wasn't aware of that :(
  294. # [02:19] * Quits: ggp (ggp@2557E599.66715431.D25A875A.IP) (Input/output error)
  295. # [02:21] * Joins: ggp (ggp@2557E599.66715431.D25A875A.IP)
  296. # [02:21] <froydnj> hm, gcc 4.7 is apparently OK with it
  297. # [02:22] <froydnj> jlebar: ok, that's a bug, then. can you file that?
  298. # [02:22] <jlebar> froydnj: yes, yay.
  299. # [02:22] <froydnj> jlebar: thanks (I know Yoric has wanted the same, so not an uncommon request)
  300. # [02:22] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  301. # [02:23] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  302. # [02:23] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  303. # [02:24] <jlebar> What's the package I need to install for gstreamer on Linux (bug 794282)? It's not on the wiki, but I'll add it there if someone enlightens me.
  304. # [02:24] * Quits: ggp (ggp@2557E599.66715431.D25A875A.IP) (Ping timeout)
  305. # [02:25] <jcranmer> jlebar: in theory, it may work
  306. # [02:25] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  307. # [02:26] * Joins: ggp (ggp@2557E599.66715431.D25A875A.IP)
  308. # [02:26] * Joins: imsurit (chatzilla@60659641.683CF6B5.1A5E31FF.IP)
  309. # [02:26] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  310. # [02:26] <jcranmer> tbsaunde: we don't support Atomic<uint8_t> or Atomic<uint16_t> (or Atomic<bool> for that matter)
  311. # [02:26] <jlebar> But I doubt that any compiler we care about will make an 8 or 16-bit enum.
  312. # [02:26] <jlebar> Maybe that's naive of me.
  313. # [02:26] <jlebar> But certainly we can check that with static asserts.
  314. # [02:26] <jcranmer> we statically assert that sizeof(T) is 4 or 8 (on 64-bit)
  315. # [02:26] <jlebar> indeed
  316. # [02:27] * Joins: ekr__ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  317. # [02:27] <jcranmer> and I think we have a macro that attempts to use underlying enum sizing where available
  318. # [02:27] * Quits: Asa (asa@4508CAE6.38324963.204CA821.IP) (Ping timeout)
  319. # [02:28] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  320. # [02:28] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Ping timeout)
  321. # [02:28] <jcranmer> which appears to be everywhere but gcc <4.5.1
  322. # [02:29] * Quits: ggp (ggp@2557E599.66715431.D25A875A.IP) (Ping timeout)
  323. # [02:31] * Joins: Asa (asa@4508CAE6.38324963.204CA821.IP)
  324. # [02:31] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Quit: darktrojan)
  325. # [02:33] * kats is now known as kats|away
  326. # [02:33] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  327. # [02:33] <jlebar> jcranmer: what's that macro?
  328. # [02:34] * Quits: digitsm (digitsm@69C0A135.72ECBFCF.C146C5E5.IP) (Ping timeout)
  329. # [02:36] * ewong|away is now known as ewong
  330. # [02:36] * Quits: RealRaven (Thunderbir@61D09702.E62372D8.C3498625.IP) (Ping timeout)
  331. # [02:37] * Quits: ekr__ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr__)
  332. # [02:39] <tbsaunde> jlebar: something in TypedEnum.h I'd assume
  333. # [02:40] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  334. # [02:40] * Quits: lduros (user@moz-4DF7830D.phlapa.fios.verizon.net) (Ping timeout)
  335. # [02:41] * Joins: Edgar (Thunderbir@moz-6987EF05.dynamic.hinet.net)
  336. # [02:41] <jcranmer> MOZ_ENUM_TYPE
  337. # [02:42] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Quit: Leaving.)
  338. # [02:44] * Quits: bholley (anonymous@A5A0595A.66715431.D25A875A.IP) (Quit: bholley)
  339. # [02:44] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ )
  340. # [02:45] * Quits: bajaj (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  341. # [02:45] * Quits: ahal (ahal@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  342. # [02:46] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  343. # [02:47] * Quits: wlach (wlach@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  344. # [02:48] * Joins: inolen (Adium@moz-FAB279F3.tmodns.net)
  345. # [02:48] * philor is now known as philor|away
  346. # [02:48] * Quits: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP) (Ping timeout)
  347. # [02:50] * Quits: stully (quassel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  348. # [02:51] * Quits: inolen (Adium@moz-FAB279F3.tmodns.net) (Quit: Leaving.)
  349. # [02:51] * Joins: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br)
  350. # [02:51] <jlebar> Is a sheriff around?
  351. # [02:51] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  352. # [02:52] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  353. # [02:52] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Client exited)
  354. # [02:53] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Ping timeout)
  355. # [02:53] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  356. # [02:54] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  357. # [02:54] * Quits: vikash (vikash@83AF7D8A.D9B243B5.A3D1B221.IP) (Quit: This computer has gone to sleep)
  358. # [02:55] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  359. # [02:56] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  360. # [02:57] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  361. # [02:57] * deian is now known as deian|away
  362. # [02:58] <@dbaron> jlebar, what definition of "a sheriff" would you be looking for?
  363. # [02:58] * Quits: cers (csonne@moz-D76D64F2.k1327.webspeed.dk) (Quit: Computer has gone to sleep.)
  364. # [02:58] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  365. # [02:59] <jlebar> dbaron: I have a patch that touches 200 files or so that I'd like to push sometime.
  366. # [02:59] <jlebar> dbaron: thought we might want to coordinate with an m-i --> m-c merge
  367. # [03:00] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  368. # [03:01] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  369. # [03:01] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  370. # [03:02] * Joins: erikvold (erikvold@moz-550BFA92.dyn.novuscom.net)
  371. # [03:03] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  372. # [03:03] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  373. # [03:05] * Joins: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com)
  374. # [03:05] * Quits: dzbarsky (Adium@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  375. # [03:06] * Joins: stully (quassel@moz-AB0B047D.hsd1.ca.comcast.net)
  376. # [03:06] * Quits: stully (quassel@moz-AB0B047D.hsd1.ca.comcast.net) (Input/output error)
  377. # [03:06] * Quits: bnicholson (bnicholson@2557E599.66715431.D25A875A.IP) (Ping timeout)
  378. # [03:06] * Joins: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP)
  379. # [03:07] * Quits: catalinn (Thunderbir@FB119D5D.2D4EABFA.D602D2C5.IP) (Ping timeout)
  380. # [03:08] * Quits: sfink (chatzilla@moz-E1C8DBFA.dsl.pltn13.sbcglobal.net) (Ping timeout)
  381. # [03:09] * Joins: sfink (chatzilla@moz-E1C8DBFA.dsl.pltn13.sbcglobal.net)
  382. # [03:09] * Quits: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br) (Input/output error)
  383. # [03:09] <Callek> how widespread are the file touches
  384. # [03:09] <Callek> as in do they span the whole tree, or are they restricted to a single module
  385. # [03:09] * Joins: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br)
  386. # [03:10] * Quits: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving.)
  387. # [03:10] * Quits: pcwalton (pcwalton@2557E599.66715431.D25A875A.IP) (Quit: pcwalton)
  388. # [03:11] * Quits: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br) (Ping timeout)
  389. # [03:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0d4883c469e6 - Markus Stange - Bug 877767 - Draw window title on top of everything in drawintitlebar mode. r=smichaud
  390. # [03:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4ba6bcb509b0 - Markus Stange - Bug 885405 - Don't override wantsDefaultClipping, use default clipping in -[ChildView drawRect:]. r=mattwoodrow
  391. # [03:11] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  392. # [03:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c2795fd5bce0 - Markus Stange - Bug 877767 - Set NSGraphicsContext flippedness properly in nsChildView::UpdateTitlebarImageBuffer(). r=smichaud
  393. # [03:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6d731a339374 - Markus Stange - Bug 888458 - Don't assume there's a focusView during viewWillDraw; always get the dirty region from our own view. r=smichaud
  394. # [03:12] * Joins: caitp- (caitp@moz-9FE842F.cpe.net.cable.rogers.com)
  395. # [03:12] <caitp-> anybody care to review https://bugzilla.mozilla.org/show_bug.cgi?id=888549 ?
  396. # [03:12] * Joins: ekr__ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  397. # [03:13] * Quits: imsurit (chatzilla@60659641.683CF6B5.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 25.0a1/20130627031027])
  398. # [03:13] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  399. # [03:13] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Ping timeout)
  400. # [03:14] * Quits: ialagenchev (alagenchev@2557E599.66715431.D25A875A.IP) (Quit: Leaving.)
  401. # [03:15] * Joins: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net)
  402. # [03:16] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  403. # [03:17] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  404. # [03:17] * Joins: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP)
  405. # [03:17] * Quits: surkov (surkov@moz-6EE3EE5C.cpe.net.cable.rogers.com) (Ping timeout)
  406. # [03:18] * Joins: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br)
  407. # [03:18] * Quits: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mbx)
  408. # [03:19] * Quits: jlin (Jonathan@moz-619C4F64.x.rootbsd.net) (Quit: -offline-)
  409. # [03:20] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  410. # [03:20] * corey|away is now known as corey
  411. # [03:21] * hwine is now known as hwine-ooo
  412. # [03:22] * grobinson is now known as grobinson|afk
  413. # [03:22] * Joins: sewardj__ (sewardj@moz-221A8DA9.dip0.t-ipconnect.de)
  414. # [03:22] * khuey is now known as khuey|away
  415. # [03:22] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  416. # [03:22] * Joins: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net)
  417. # [03:23] * Quits: chewey (chewey@moz-D7C55C73.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  418. # [03:23] * Joins: chewey (chewey@moz-CBE5190C.dip0.t-ipconnect.de)
  419. # [03:23] * Quits: sewardj_ (sewardj@moz-7EF430B5.dip0.t-ipconnect.de) (Ping timeout)
  420. # [03:24] * Quits: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mbx)
  421. # [03:24] * philor|away is now known as philor
  422. # [03:25] * Quits: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br) (Input/output error)
  423. # [03:28] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  424. # [03:28] * Joins: ericjung (ericjung@4BE0ECFE.53453AD1.68365BD7.IP)
  425. # [03:28] * Quits: erikvold (erikvold@moz-550BFA92.dyn.novuscom.net) (Quit: erikvold)
  426. # [03:29] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Ping timeout)
  427. # [03:30] * corey is now known as corey|away
  428. # [03:31] * Joins: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net)
  429. # [03:31] * Quits: marco (Thunderbir@moz-F14BDA7E.retail.telecomitalia.it) (Quit: marco)
  430. # [03:32] <@dbaron> caitp-, it seems really odd that that would cause configure to die
  431. # [03:33] * Quits: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mbx)
  432. # [03:33] * Joins: Boriss (FlyingToas@moz-49468988.hsd1.ca.comcast.net)
  433. # [03:33] <caitp-> it does doesn't it
  434. # [03:33] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  435. # [03:33] <caitp-> I'm not sure if it chokes because it doesn't expect the compiler to die, just the linker, or what
  436. # [03:34] * Quits: tessarakt2 (jens@moz-607FC9F8.dip0.t-ipconnect.de) (Ping timeout)
  437. # [03:34] <caitp-> the blame makes those lines look pretty old, so maybe it's mac toolchain change that is causing it, dunno
  438. # [03:35] * Quits: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net) (Client exited)
  439. # [03:35] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  440. # [03:36] * joduinn-mtg is now known as joduinn-afk
  441. # [03:36] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  442. # [03:37] * Joins: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br)
  443. # [03:37] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  444. # [03:39] * Quits: mihneadb (mihneadb@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  445. # [03:40] * Joins: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net)
  446. # [03:42] * Quits: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (Connection reset by peer)
  447. # [03:42] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  448. # [03:42] * Joins: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP)
  449. # [03:42] * Joins: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net)
  450. # [03:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/55c1f447549d - Justin Lebar - Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
  451. # [03:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/02d4ae55e1c3 - Justin Lebar - Bug 763070 - Give MOZ_CRASH() an optional string argument. r=waldo
  452. # [03:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1735d098ea86 - Justin Lebar - Bug 820686 - Rename MOZ_NOT_REACHED() and JS_NOT_REACHED() to MOZ_ASSUME_NOT_REACHED(). r=waldo
  453. # [03:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5ecd26bc5274 - Justin Lebar - Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
  454. # [03:43] <Jesse> i am not authorized to access https://bugzilla.mozilla.org/show_bug.cgi?id=802686
  455. # [03:44] <jet> mrbkap: cracked it! http://pastebin.mozilla.org/2573667
  456. # [03:44] <Jesse> i'm guessing we wanted to trade undefined behavior and/or debug-only checks for runtime checks?
  457. # [03:44] <mrbkap> jet: Nicely done :)
  458. # [03:44] * Quits: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mbx)
  459. # [03:45] * Quits: ekr__ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr__)
  460. # [03:45] <Waldo> Jesse: 820 :-\
  461. # [03:45] <mrbkap> jet: What's the result?
  462. # [03:45] * Quits: auswerk (aus@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  463. # [03:46] <Waldo> Jesse: apparently some people weren't taking the time to learn the meaning of the tools they used
  464. # [03:46] * Joins: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net)
  465. # [03:46] <jet> mrbkap: Matthew 9:5
  466. # [03:47] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  467. # [03:49] <Waldo> jet: nerd-sniped by roc, or something?
  468. # [03:49] * Joins: inolen (Adium@moz-E4D7DE23.new.res.rr.com)
  469. # [03:50] <jet> Waldo: :)
  470. # [03:50] <Waldo> :-)
  471. # [03:50] <Jesse> Waldo: is the debug version of MOZ_ASSUME_NOT_REACHED safe? what keeps the compiler from eliminating the call to MOZ_ASSERT(false)?
  472. # [03:51] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  473. # [03:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9df20557f30b - Jim Mathies - Bug 875892 - followup bug fix, touchup left over dismissAppbar call. r=me
  474. # [03:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/39d5755fd780 - Phil Ringnalda - Merge birch to m-c
  475. # [03:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/87a9ab6de685 - Ed Morley - Merge mozilla-central and birch
  476. # [03:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c5ce065936fa - Phil Ringnalda - Merge m-i to m-c
  477. # [03:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/49db6fc22bd7 - Gaia Pushbot - Bumping gaia.json for 2 gaia-central revision(s)
  478. # [03:52] <Waldo> Jesse: super-technically it might, maybe; in practice I'm not aware it matters
  479. # [03:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/edda197b3f83 - Gaia Pushbot - Bumping gaia.json for 2 gaia-central revision(s)
  480. # [03:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4df4f2767a69 - Phil Ringnalda - Merge m-c to m-i
  481. # [03:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/942686767e5e - Jim Mathies - Bug 875892 - followup bug fix v2, touchup another left over dismissAppbar call. r=me DONTBUILD
  482. # [03:53] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f9bfe4d73bd3 - Gaia Pushbot - Bumping gaia.json for 2 gaia-central revision(s)
  483. # [03:53] <philor> thanks for the clutter, Birch
  484. # [03:53] <Waldo> Jesse: we can hack things into different shape if the need is shown
  485. # [03:53] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  486. # [03:54] <Waldo> jlebar: did you change to UNREACHABLE in those patches? skimming Assertions.h it looks like you changed a comment or so, but not the macro or its uses
  487. # [03:54] * Joins: mihneadb (mihneadb@moz-BE33DA21.fw1.sfo1.mozilla.net)
  488. # [03:54] * Joins: darkowlzz (sunny@AF3A8003.25140D80.81E77A99.IP)
  489. # [03:54] <Waldo> jlebar: rs=me for the treewide s&r (conveniently the two are the same length, so you shouldn't affect whitespace at all)
  490. # [03:54] <Jesse> MOZ_UNSAFE_ASSUME_UNREACHABLE
  491. # [03:55] <Waldo> thing is, it's only unsafe if you're telling it wrong :-)
  492. # [03:55] <Waldo> which is why I think this is mostly FUD, honestly :-)
  493. # [03:55] <Jesse> isn't that true of any "unsafe" construct?
  494. # [03:56] <Waldo> people shouldn't assume things they don't know are absolutely true
  495. # [03:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8f33bb32e924 - William Chen - Bug 875165 - Update help button style to be compatible with XBL refactoring changes. r=dao
  496. # [03:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/731a5fcf1328 - Blake Kaplan - Bug 653881 - Rework XBL insertion points and clean up related code to more closely follow the Web Components model. Instead of maintaining a hashtable of insertion points
  497. # [03:56] <Waldo> true enough
  498. # [03:56] <firebot> in bindings (and removing insertions points from the tree) leave the insertion points in the tree as explicit placeholders and teach all other relevant code how to walk the explicit children of elements via two iterators (ExplicitChildIterator and
  499. # [03:56] <firebot> FlattenedChildIterator). Note that this patch does not maintain 100% compatibility with the previous code: there are bug fixes and behavior changes included. For example, by having explicit insertion points in the bindings, it is now easier to handle
  500. # [03:56] <Waldo> but invariants that you're asserting like this, you've gone out of your way to imply you've thought about
  501. # [03:56] <firebot> dynamic changes to the bound element correctly (as well as, eventually, handling dynamic changes to the binding correctly). Patch originally by sicking. r=bzbarsky
  502. # [03:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5516ee85d26d - William Chen - Bug 653881 - Normalize the undisplayed map entry for <xbl:children>. r=dbaron
  503. # [03:56] <Jesse> firebot: you don't have to tell us the whole commit message
  504. # [03:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ee7bde7c1ec6 - William Chen - Bug 653881 - Push <xbl:children> in ancestor filter. r=bz,dbaron
  505. # [03:57] <Waldo> mrbkap likes long one-liners, apparently
  506. # [03:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/53af025b0036 - Blake Kaplan - Bug 653881 - Bump the assertion count for 382745-1.xhtml. r=bz
  507. # [03:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/64783d5626e1 - William Chen - Bug 875138 - Update devtools tab to be compatible with XBL refactoring changes. r=jwalker
  508. # [03:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cdea148283a3 - Blake Kaplan - Bug 872317 - Make the download indicator toolbar button work with the changes in bug 653881. r=mak77
  509. # [03:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/989747f479ee - Blake Kaplan - Bug 887950 - Fix the notificationbar code to deal with additional <xbl:children> elements. r=mstange
  510. # [03:57] <mrbkap> Waldo: Yep!
  511. # [03:57] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b8207252e9c - Blake Kaplan - Bug 653881 - Add a compatibility hack to allow <xbl:children> elements to be optional when selecting via the child CSS selector. This allows old CSS selectors selecting
  512. # [03:57] <firebot> default content to continue working in the new world. r=dbaron
  513. # [03:57] <firebot> Jesse: Sorry, I've no idea what 'you don't have to tell us the whole commit message' might be.
  514. # [03:58] <Callek> mrbkap: you should learn the value of \n
  515. # [03:58] <Callek> it's almost as useful as \0
  516. # [03:58] * Quits: inolen (Adium@moz-E4D7DE23.new.res.rr.com) (Quit: Leaving.)
  517. # [03:58] <philor> god bless Friday night monsterpushes
  518. # [03:58] <Jesse> lol
  519. # [03:58] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  520. # [03:58] <Callek> philor: this isn't *JUST* friday night monster pushes, its also End Of Quarter 2 rushing
  521. # [03:59] <Callek> so people can say "I finished my goal!"
  522. # [03:59] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  523. # [03:59] <Callek> (kinda like why I was deploying stuff for releng overnight last night)
  524. # [03:59] <Jesse> and also "land risky stuff soon after ESR branches"
  525. # [03:59] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Client exited)
  526. # [03:59] <philor> yeah, you know how I'm ever so slightly crabby about most things? I don't even speak about how I feel about MoCo's quarterly goals, because even I have limits
  527. # [03:59] <mrbkap> philor: exactly.
  528. # [04:00] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  529. # [04:00] <mrbkap> Callek: I thought we eschewed \n in commit messages. Apparently I was wrong.
  530. # [04:00] <Jesse> i kinda like that quarterly goals system. even though i am stressing out about my last goal rightn ow.
  531. # [04:00] <Callek> mrbkap: I use newlines all the time in commit messages
  532. # [04:01] <Callek> Jesse: can I pretend to help you with your goal
  533. # [04:01] * Quits: mconley (mconley@D4B46A36.8C6552CA.6816E6B7.IP) (Input/output error)
  534. # [04:01] <tbsaunde> Waldo: I'm not sure it was so much people don't know what tools do so much as people think other people don't know what tools do or something
  535. # [04:01] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  536. # [04:01] <Callek> Jesse: I hear this guy wrote a fuzzer that might spit out good code once and a while
  537. # [04:01] <philor> \n is great for things you want nobody to ever see
  538. # [04:01] <@dbaron> mrbkap, my example of newlines in commit messages is https://hg.mozilla.org/mozilla-central/rev/830111e10951
  539. # [04:02] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  540. # [04:02] <Jesse> how tempted were you to write that commit message in TeX?
  541. # [04:02] <philor> so, what did someone change recently, to make http://mxr.mozilla.org/mozilla-central/source/content/media/test/crashtests/459439-1.html?force=1 refuse to unload most of the time on b2g?
  542. # [04:02] <tbsaunde> Waldo: the problem with knowing something is absolutely true is sometimes crazy cases cause things you never thought of :(
  543. # [04:02] <Waldo> philor: like in https://hg.mozilla.org/mozilla-central/rev/8eac2a78a791 ? (last line)
  544. # [04:02] <philor> yeah, I liked that one
  545. # [04:03] <tbsaunde> Jesse: wait people stress about not meeting goals?
  546. # [04:03] <@dbaron> I use hg log -v more than you might think.
  547. # [04:03] <Waldo> tbsaunde: yup, and this is why we debug stuff; but we're never going to be sure of anything ever, so it's really not worth angsting overmuch about the rare case, when the common case is people will be correct about unreachability
  548. # [04:03] <Jesse> tbsaunde: maybe it's just me
  549. # [04:03] <philor> people just flat out refuse to do things that really need to be done, for a week or two at the end of the quarter
  550. # [04:04] <philor> I presume that's related to stress
  551. # [04:04] * mattwoodrow is now known as mattwoodrow|away
  552. # [04:04] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  553. # [04:04] <tbsaunde> Waldo: fair :-)
  554. # [04:04] * mattwoodrow|away is now known as mattwoodrow
  555. # [04:05] <philor> Jesse: anyway, I'm going to disable your poor little crashtest from 2009 on b2g, sorry, I'm sick of retriggering it
  556. # [04:06] <Jesse> philor: what test is this?
  557. # [04:06] <philor> Jesse: http://mxr.mozilla.org/mozilla-central/source/content/media/test/crashtests/459439-1.html?force=1
  558. # [04:06] <Jesse> and how is it failing?
  559. # [04:07] <philor> probably a new thing in the last day or two, though it's hard to be sure since we just retrigger b2g failures like mad, but it's timing out loading the blank page after it loads and passes
  560. # [04:07] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  561. # [04:08] * Quits: ericjung (ericjung@4BE0ECFE.53453AD1.68365BD7.IP) (Ping timeout)
  562. # [04:08] * Joins: xsun (xsun@6462A0DE.9B46D321.13319ADB.IP)
  563. # [04:09] <Jesse> weird, but i'm not volunteering to debug that problem on b2g
  564. # [04:10] <philor> story of my life :)
  565. # [04:10] <Jesse> does the b2g team tend to fix those kinds of regressions if you file bugs?
  566. # [04:10] <philor> hahahahahahahahahahahahahahahahahhahahahahaha
  567. # [04:10] <philor> omg, that was *awesome*!
  568. # [04:10] <Jesse> i was afraid you'd say that
  569. # [04:10] <philor> the way you kept a straight face!
  570. # [04:11] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Quit: Leaving...)
  571. # [04:12] * Joins: lmandel (lmandel@moz-344B563E.dsl.bell.ca)
  572. # [04:12] * Callek joins in the laughter
  573. # [04:12] <Callek> (a little late)
  574. # [04:13] <jlebar> Waldo: what'd I miss?
  575. # [04:13] <Jesse> philor: that doesn't sound like a bug in the crashtest, fwiw. more like a bug in navigation that's likely to cause problems elsewhere.
  576. # [04:14] * Quits: lmandel (lmandel@moz-344B563E.dsl.bell.ca) (Quit: lmandel)
  577. # [04:14] <jlebar> Oh, I said the wrong thing in my newsgroup post, didn't I? It's assume_not_reached, not assume_unreachable.
  578. # [04:14] <philor> Jesse: yeah, I'm putting a little more than half my money on the next test which does foo refusing to unload once I skip that one
  579. # [04:14] <jlebar> Although I think the latter is a better name.
  580. # [04:14] <Waldo> jlebar: http://hg.mozilla.org/integration/mozilla-inbound/file/default/mfbt/Assertions.h has MOZ_ASSUME_NOT_REACHED and MOZ_ASSUME_UNREACHABLE in equal measures across code and comments, when only the latter should have been present
  581. # [04:14] <jlebar> shite
  582. # [04:15] <philor> might possibly tell us what foo is, though
  583. # [04:15] <jlebar> Waldo: I didn't realize that I switched.
  584. # [04:15] <Jesse> philor: well, the test *does* do things that could confuse navigation, like changing audio src right before deciding it's done
  585. # [04:16] <Waldo> jlebar: I'd thought one other person thought unreachable was slightly better, and I agreed in a subsequent review comment
  586. # [04:16] <philor> Jesse: bug 888557, risky to cc though since it might morph into tons of tbplbot comments
  587. # [04:16] <jlebar> Waldo: I also agree UNREACHABLE is better.
  588. # [04:16] <Waldo> dunno what the other reason was, mine was that one word reads easier than two
  589. # [04:16] <Waldo> quicker
  590. # [04:16] <jlebar> Waldo: Luckily, they are the same length
  591. # [04:17] <Waldo> yup
  592. # [04:17] <jlebar> Waldo: so I can just sed them, if rs=you?
  593. # [04:17] <Waldo> jlebar: yeah
  594. # [04:17] <jlebar> Waldo: okay. Sorry about that, I totally missed it.
  595. # [04:17] <Waldo> maybe worth a super-quick skim by hand, just to be safe, but probably good without
  596. # [04:17] <Waldo> eh, no worries
  597. # [04:17] <mihneadb> what's a GreD dir?
  598. # [04:17] <Waldo> "Gecko runtime environment directory"
  599. # [04:17] <mihneadb> do the minidumps get there?
  600. # [04:17] <mihneadb> go* there
  601. # [04:18] <Waldo> basically the location of libxul.dll and whatever, or something
  602. # [04:18] <mihneadb> ah
  603. # [04:18] <mihneadb> I'm trying to get the toolkit/crashreporter tests to run concurrently
  604. # [04:18] <Waldo> dunno where minidumps go, likely not there, tho, as they're app-specific, when the GRE might be in a xulrunner sort of thing and be shared amongst many apps
  605. # [04:18] <mihneadb> not sure if that's possible
  606. # [04:18] <Waldo> I think minidumps are profile, actually, thinking about it
  607. # [04:18] <Waldo> ProfD, that is
  608. # [04:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dc039d7f5e00 - Phil Ringnalda - Bug 888557 - skip content/media/test/crashtests/459439-1.html on b2g, where it times out refusing to unload
  609. # [04:20] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  610. # [04:20] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  611. # [04:20] <mihneadb> Waldo: looking at this they seem not to go to prof dir http://mxr.mozilla.org/mozilla-central/source/toolkit/crashreporter/test/unit/head_crashreporter.js
  612. # [04:20] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  613. # [04:21] * Waldo shrugs
  614. # [04:21] <mihneadb> ok :)
  615. # [04:21] <Waldo> I can talk about the app, but tests are their own thing :-)
  616. # [04:22] <mihneadb> sure
  617. # [04:22] <mihneadb> the app I meant
  618. # [04:22] <mihneadb> I'm interested in passing in a path to where to store the minidump
  619. # [04:22] * Quits: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mbx)
  620. # [04:24] * Quits: jgilbert (jgilbert@2557E599.66715431.D25A875A.IP) (Ping timeout)
  621. # [04:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/01ad949468fb - Justin Lebar - Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo
  622. # [04:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d04d512c25d9 - Geoff Brown - Bug 882932 - (2) Fix httpdPath setting for remote mochitest; r=jmaher
  623. # [04:24] * corey|away is now known as corey
  624. # [04:24] * JosiahOne|Away is now known as JosiahOne
  625. # [04:25] * jlebar touches 120 files, leaves for dinner
  626. # [04:25] * jlebar is now known as jlebar|away
  627. # [04:25] * Joins: lmandel (lmandel@moz-344B563E.dsl.bell.ca)
  628. # [04:26] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Connection reset by peer)
  629. # [04:26] * Quits: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  630. # [04:26] * Joins: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net)
  631. # [04:26] <mihneadb> why would I get ReferenceError: CrashTestUtils is not defined if I'm trying to look for a profile dir? Do I need a special build of FF?
  632. # [04:27] * Joins: ferjm (ferjm@5AAE35B2.5EFFC0B8.24454B25.IP)
  633. # [04:28] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  634. # [04:28] <mihneadb> nvm
  635. # [04:28] * blassey is now known as blassey|afk
  636. # [04:29] * Quits: lmandel (lmandel@moz-344B563E.dsl.bell.ca) (Quit: lmandel)
  637. # [04:30] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Ping timeout)
  638. # [04:31] <Jesse> MOZ_MAKE_DEMONS_FLY_OUT_MY_NOSE()
  639. # [04:31] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  640. # [04:31] * Quits: chmanchester (chmanchest@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  641. # [04:32] * Joins: imsurit (chatzilla@F21D9C02.A686EE54.1A5E31FF.IP)
  642. # [04:32] * Joins: mmargoliono (min@moz-9DBD522D.static.internode.on.net)
  643. # [04:33] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  644. # [04:34] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  645. # [04:35] * Quits: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
  646. # [04:36] * Quits: imsurit (chatzilla@F21D9C02.A686EE54.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 25.0a1/20130627031027])
  647. # [04:36] * mikeh is now known as mikeh|afk
  648. # [04:36] * Joins: imsurit (chatzilla@F21D9C02.A686EE54.1A5E31FF.IP)
  649. # [04:37] * Joins: ericjung (ericjung@45ACE721.9B7D424.EBB1945E.IP)
  650. # [04:38] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Ping timeout)
  651. # [04:39] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  652. # [04:39] * Quits: darkowlzz (sunny@AF3A8003.25140D80.81E77A99.IP) (Ping timeout)
  653. # [04:40] * Joins: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP)
  654. # [04:40] * Joins: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net)
  655. # [04:40] * Joins: lmandel (lmandel@moz-344B563E.dsl.bell.ca)
  656. # [04:40] * Joins: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net)
  657. # [04:40] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  658. # [04:43] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  659. # [04:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/01f90ae5c64c - Phil Ringnalda - Bug 882575 - reenable browser_capabilities.js now that it doesn't use about:home so it won't be hearing about how snippets is undefined
  660. # [04:44] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  661. # [04:45] * Quits: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com) (Quit: )
  662. # [04:46] * Joins: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP)
  663. # [04:48] * Quits: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP) (Ping timeout)
  664. # [04:48] * Joins: cviecco (cviecco@A5A0595A.66715431.D25A875A.IP)
  665. # [04:49] * Joins: jrmuizel (jrmuizel@moz-D6FA8C2C.cpe.net.cable.rogers.com)
  666. # [04:49] * Quits: imsurit (chatzilla@F21D9C02.A686EE54.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 25.0a1/20130627031027])
  667. # [04:50] * Joins: imsurit (chatzilla@F21D9C02.A686EE54.1A5E31FF.IP)
  668. # [04:51] * Joins: chmanchester (chmanchest@moz-ABE52D50.hsd1.ca.comcast.net)
  669. # [04:52] * Joins: gwagner (Gregor@5AAE35B2.5EFFC0B8.24454B25.IP)
  670. # [04:52] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  671. # [04:52] * Joins: pranavrc (pranavrc@18D22159.94AF9777.520CDC98.IP)
  672. # [04:52] * Quits: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br) (Input/output error)
  673. # [04:54] * Joins: brendan (brendaneic@9EFD4BF3.615B56E6.43362C16.IP)
  674. # [04:54] * Quits: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  675. # [04:54] * Quits: till (till@moz-99B84DC9.adsl.alicedsl.de) (Client exited)
  676. # [04:55] * Quits: azakai_ (alon@2557E599.66715431.D25A875A.IP) (Ping timeout)
  677. # [04:56] * Quits: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  678. # [04:57] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  679. # [04:59] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  680. # [05:01] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  681. # [05:01] * Joins: darkowlzz (sunny@62232252.BB314531.C28A6AA4.IP)
  682. # [05:02] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  683. # [05:02] * Joins: Mook (mook@moz-891952A8.dsl.teksavvy.com)
  684. # [05:02] * Joins: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP)
  685. # [05:04] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  686. # [05:05] * Quits: Boriss (FlyingToas@moz-49468988.hsd1.ca.comcast.net) (Ping timeout)
  687. # [05:05] * Quits: gwagner (Gregor@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: gwagner)
  688. # [05:05] * Quits: lmandel (lmandel@moz-344B563E.dsl.bell.ca) (Quit: lmandel)
  689. # [05:05] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  690. # [05:05] * Quits: jimb (user@moz-91B1931F.hsd1.or.comcast.net) (Ping timeout)
  691. # [05:06] * heycam|away is now known as heycam
  692. # [05:07] * Joins: bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net)
  693. # [05:07] * ChanServ sets mode: +o bz
  694. # [05:07] * Joins: gwagner (Gregor@5AAE35B2.5EFFC0B8.24454B25.IP)
  695. # [05:09] * Quits: gustavold (gustavold@3FDE31F2.8E53889B.DF2AC62B.IP) (Quit: Leaving.)
  696. # [05:10] * Joins: gustavold (gustavold@3FDE31F2.8E53889B.DF2AC62B.IP)
  697. # [05:10] * Quits: gustavold (gustavold@3FDE31F2.8E53889B.DF2AC62B.IP) (Quit: Leaving.)
  698. # [05:11] * corey is now known as corey|away
  699. # [05:12] * Quits: darkowlzz (sunny@62232252.BB314531.C28A6AA4.IP) (Ping timeout)
  700. # [05:13] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  701. # [05:13] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  702. # [05:16] * Quits: mbx (mbebenita@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mbx)
  703. # [05:18] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  704. # [05:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/49375972f4b4 - James Kitchener - Bug 802895 - add srcdoc support to (InputStream|ViewSource)Channels r=bz sr=bsmedberg
  705. # [05:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3758ba469a3a - James Kitchener - Bug 802895 - Docshell related changes for srcdoc iframe r=bz
  706. # [05:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/693d37696683 - James Kitchener - Bug 802895 - Parser changes to support srcdoc attributes for iframes, r=hsivonen
  707. # [05:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f3c22357f4f7 - James Kitchener - Bug 802895 - Tests for srcdoc iframe r=bz
  708. # [05:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9b6ae7ea5802 - James Kitchener - Bug 802895 - hide frame menu options for srcdoc iframes r=gavin
  709. # [05:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3330a8c136b6 - James Kitchener - Bug 802895 - Add srcdoc iframe support to session restore r=bz
  710. # [05:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6c5c581892e7 - James Kitchener - Bug 802895 - Add about:srcdoc as both resolvable and not resolvable. r=bzbarsky
  711. # [05:18] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6e0e2baaede1 - James Kitchener - Bug 802895 - Implement srcdoc attribute for iframe r=bz
  712. # [05:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/da373b72ad88 - James Kitchener - Bug 802895 - ns(I)document changes for iframe srcdoc implementation r=bz
  713. # [05:19] * jcranmer is now known as jcranmer|away
  714. # [05:21] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  715. # [05:21] * ekr_ is now known as ekr
  716. # [05:24] * Quits: cviecco (cviecco@A5A0595A.66715431.D25A875A.IP) (Input/output error)
  717. # [05:25] * Quits: sfoster (sfoster@moz-D30056A1.hsd1.or.comcast.net) (Ping timeout)
  718. # [05:25] * Quits: Edgar (Thunderbir@moz-6987EF05.dynamic.hinet.net) (Quit: Edgar)
  719. # [05:26] <philor> sweet, we finally managed to land a 32-bit Mac only startup crash
  720. # [05:26] * Quits: brendan (brendaneic@9EFD4BF3.615B56E6.43362C16.IP) (Quit: brendan)
  721. # [05:27] <philor> my claim that it wasn't a great idea to ship something that we don't even know will start was starting to seem a little hollow
  722. # [05:27] * Quits: mihneadb (mihneadb@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  723. # [05:27] * Quits: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net) (Quit: Leaving.)
  724. # [05:28] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  725. # [05:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3c5133764596 - Jared Wein - Bug 750106 - Use a chrome icon for chrome URLs in the location bar. r=mconley
  726. # [05:29] * ferjm is now known as ferjm|afk
  727. # [05:29] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  728. # [05:31] <mjrosenb> philor: ahh, here is the bug that I thought may be responsible for burning cedar (or is it birch?) https://hg.mozilla.org/mozilla-central/rev/8d95c0feed77
  729. # [05:31] <mjrosenb> but it would appear as if that is not actualy the case.
  730. # [05:32] <philor> cedar, you can tell by the crackling, birch is much quieter when it burns
  731. # [05:32] * Joins: retrecal (retrecal__@moz-31CD4929.lightspeed.sntcca.sbcglobal.net)
  732. # [05:32] <mjrosenb> philor: I grew up with oak and maple.
  733. # [05:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0c7b39985a22 - Cameron McCormack - Bug 842181 - Prevent text zoom from affecting SVG text. r=dbaron
  734. # [05:35] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  735. # [05:35] * ChanServ sets mode: +o dbaron
  736. # [05:35] * Quits: chmanchester (chmanchest@moz-ABE52D50.hsd1.ca.comcast.net) (Input/output error)
  737. # [05:36] * Joins: chmanchester (chmanchest@moz-ABE52D50.hsd1.ca.comcast.net)
  738. # [05:37] * Quits: ctyler_ (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  739. # [05:38] * Quits: brson (brson@2557E599.66715431.D25A875A.IP) (Quit: leaving)
  740. # [05:41] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  741. # [05:44] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  742. # [05:47] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  743. # [05:49] * Quits: @bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net) (Ping timeout)
  744. # [05:53] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  745. # [05:53] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  746. # [05:56] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  747. # [05:59] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  748. # [05:59] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  749. # [06:00] * Quits: chmanchester (chmanchest@moz-ABE52D50.hsd1.ca.comcast.net) (Input/output error)
  750. # [06:01] * Quits: jrmuizel (jrmuizel@moz-D6FA8C2C.cpe.net.cable.rogers.com) (Client exited)
  751. # [06:01] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  752. # [06:01] * Joins: jrmuizel (jrmuizel@moz-D6FA8C2C.cpe.net.cable.rogers.com)
  753. # [06:03] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  754. # [06:03] * Joins: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br)
  755. # [06:03] * Quits: jrmuizel (jrmuizel@moz-D6FA8C2C.cpe.net.cable.rogers.com) (Ping timeout)
  756. # [06:03] * Joins: chmanchester (chmanchest@moz-ABE52D50.hsd1.ca.comcast.net)
  757. # [06:04] * Quits: Matti (Matti@moz-6CC95502.dip0.t-ipconnect.de) (Ping timeout)
  758. # [06:05] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  759. # [06:05] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  760. # [06:05] * Joins: till (till@moz-99B84DC9.adsl.alicedsl.de)
  761. # [06:05] * Quits: chmanchester (chmanchest@moz-ABE52D50.hsd1.ca.comcast.net) (Ping timeout)
  762. # [06:05] * Quits: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br) (Ping timeout)
  763. # [06:06] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  764. # [06:06] * Joins: pnkfelix|rcirc (pnkfelix@moz-43495417.fbx.proxad.net)
  765. # [06:07] * Quits: till (till@moz-99B84DC9.adsl.alicedsl.de) (Ping timeout)
  766. # [06:08] * Joins: cpearce (chatzilla@moz-6DB1578B.xdsl.xnet.co.nz)
  767. # [06:09] * Joins: Matti (Matti@moz-BCCD4F64.dip0.t-ipconnect.de)
  768. # [06:12] * Quits: imsurit (chatzilla@F21D9C02.A686EE54.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 25.0a1/20130627031027])
  769. # [06:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b684eef8d587 - Robert O'Callahan - Bug 886618. Play nothing when one or more of the Float32Arrays of an AudioBuffer has been neutered. r=ehsan
  770. # [06:14] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  771. # [06:14] * Quits: ericjung (ericjung@45ACE721.9B7D424.EBB1945E.IP) (Ping timeout)
  772. # [06:15] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  773. # [06:16] * Joins: mconley (mconley@moz-CC2687B8.eng.wind.ca)
  774. # [06:17] * Joins: pcwalton (pcwalton@C99F244D.5B209293.746E7A12.IP)
  775. # [06:20] * Joins: atsai (atsai@moz-25922BE1.dynamic.hinet.net)
  776. # [06:20] * Joins: ericjung (ericjung@moz-756139BC.in-addr.arpa)
  777. # [06:21] * corey|away is now known as corey
  778. # [06:23] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  779. # [06:23] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Ping timeout)
  780. # [06:24] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Quit: Leaving...)
  781. # [06:24] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  782. # [06:24] * Joins: chmanchester (chmanchest@moz-ABE52D50.hsd1.ca.comcast.net)
  783. # [06:24] * Joins: mihneadb (Mihnea@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  784. # [06:25] * Quits: ericjung (ericjung@moz-756139BC.in-addr.arpa) (Ping timeout)
  785. # [06:26] * Quits: spohl (Adium@moz-72808F94.static.hvvc.us) (Quit: Leaving.)
  786. # [06:27] * Parts: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Leaving...)
  787. # [06:27] * Joins: jrmuizel (jrmuizel@moz-D6FA8C2C.cpe.net.cable.rogers.com)
  788. # [06:29] * Joins: ericjung (ericjung@2E74E45.612B5845.EBB1945E.IP)
  789. # [06:30] * Quits: ekr (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Ping timeout)
  790. # [06:30] * Joins: lmandel (lmandel@moz-344B563E.dsl.bell.ca)
  791. # [06:30] * corey is now known as corey|away
  792. # [06:30] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  793. # [06:32] * Joins: lizzard (ehenry@C0559334.C30B3942.8DDCAE07.IP)
  794. # [06:32] * Quits: atsai (atsai@moz-25922BE1.dynamic.hinet.net) (Quit: This computer has gone to sleep)
  795. # [06:32] * Quits: lmandel (lmandel@moz-344B563E.dsl.bell.ca) (Ping timeout)
  796. # [06:32] * Quits: lizzard (ehenry@C0559334.C30B3942.8DDCAE07.IP) (Quit: lizzard)
  797. # [06:33] * Quits: jrmuizel (jrmuizel@moz-D6FA8C2C.cpe.net.cable.rogers.com) (Client exited)
  798. # [06:33] * Joins: jrmuizel (jrmuizel@moz-D6FA8C2C.cpe.net.cable.rogers.com)
  799. # [06:34] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  800. # [06:34] * Joins: darkowlzz (sunny@6B504D2E.2CC84CC4.C28A6AA4.IP)
  801. # [06:35] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  802. # [06:35] * Quits: jrmuizel (jrmuizel@moz-D6FA8C2C.cpe.net.cable.rogers.com) (Ping timeout)
  803. # [06:35] * Joins: kkdEEP (kkdEEP@5127CA51.45F01554.C7008325.IP)
  804. # [06:35] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  805. # [06:35] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  806. # [06:36] * Quits: ericjung (ericjung@2E74E45.612B5845.EBB1945E.IP) (Ping timeout)
  807. # [06:37] * Quits: gwagner (Gregor@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: gwagner)
  808. # [06:37] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Ping timeout)
  809. # [06:38] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  810. # [06:38] * Quits: dbradley (dbradley@1DA716E2.7763A1F0.52E8B953.IP) (Quit: )
  811. # [06:38] * Quits: mconley (mconley@moz-CC2687B8.eng.wind.ca) (Ping timeout)
  812. # [06:39] * Quits: darkowlzz (sunny@6B504D2E.2CC84CC4.C28A6AA4.IP) (Connection reset by peer)
  813. # [06:39] * Joins: abhishekp (chatzilla@moz-1EA1B0.mtnl.net.in)
  814. # [06:40] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  815. # [06:42] * Quits: cpeterson (cpeterson@moz-11915559.hsd1.ca.comcast.net) (Input/output error)
  816. # [06:43] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  817. # [06:44] * Joins: mconley (mconley@moz-CC2687B8.eng.wind.ca)
  818. # [06:45] * Quits: mconley (mconley@moz-CC2687B8.eng.wind.ca) (Input/output error)
  819. # [06:46] * Quits: juanb (jbecerra@2557E599.66715431.D25A875A.IP) (Quit: juanb)
  820. # [06:48] * Quits: xsun (xsun@6462A0DE.9B46D321.13319ADB.IP) (Ping timeout)
  821. # [06:48] * Joins: xsun (xsun@6462A0DE.9B46D321.13319ADB.IP)
  822. # [06:49] * Quits: jammink|headsdownontestplannin (textual@2557E599.66715431.D25A875A.IP) (Quit: Computer has gone to sleep.)
  823. # [06:49] * mattwoodrow is now known as mattwoodrow|away
  824. # [06:50] * Quits: abhishekp (chatzilla@moz-1EA1B0.mtnl.net.in) (Ping timeout)
  825. # [06:51] * Joins: abhishekp (chatzilla@moz-E1A4C5F3.mtnl.net.in)
  826. # [06:52] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  827. # [06:52] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  828. # [06:52] * Quits: abhishekp (chatzilla@moz-E1A4C5F3.mtnl.net.in) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
  829. # [06:52] * Joins: tonymec (tonymec@5274785E.A54F7B7E.277517C1.IP)
  830. # [06:52] * Quits: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  831. # [06:52] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  832. # [06:53] * Parts: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Leaving...)
  833. # [06:54] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  834. # [06:54] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Ping timeout)
  835. # [06:54] * heycam is now known as heycam|away
  836. # [06:55] * Joins: Bas (chatzilla@moz-4D7F99FD.ip.telfort.nl)
  837. # [06:55] * Joins: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP)
  838. # [06:55] * Quits: mihneadb (Mihnea@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  839. # [06:55] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  840. # [06:56] * Joins: darkowlzz (sunny@CDDC5244.35DEBA84.C8B03EAF.IP)
  841. # [06:56] * heycam|away is now known as heycam
  842. # [06:56] * ewong is now known as ewong|away
  843. # [06:58] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  844. # [06:59] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  845. # [06:59] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Ping timeout)
  846. # [07:00] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Quit: ChatZilla 0.9.90-2013040112 [Firefox 24.0a2/20130628004017])
  847. # [07:01] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  848. # [07:01] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  849. # [07:03] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  850. # [07:04] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  851. # [07:05] * Quits: darkowlzz (sunny@CDDC5244.35DEBA84.C8B03EAF.IP) (Ping timeout)
  852. # [07:05] * Quits: pcwalton (pcwalton@C99F244D.5B209293.746E7A12.IP) (Quit: pcwalton)
  853. # [07:05] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  854. # [07:07] * Joins: robertbindar (Thunderbir@C08487A5.F1A3820C.D731B824.IP)
  855. # [07:08] * Quits: tonymec (tonymec@5274785E.A54F7B7E.277517C1.IP) (Ping timeout)
  856. # [07:09] * Quits: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP) (Ping timeout)
  857. # [07:10] * Joins: sfoster (sfoster@moz-D30056A1.hsd1.or.comcast.net)
  858. # [07:10] * Joins: tonymec (tonymec@5274785E.A54F7B7E.277517C1.IP)
  859. # [07:12] * Quits: Bas (chatzilla@moz-4D7F99FD.ip.telfort.nl) (Ping timeout)
  860. # [07:12] * Joins: pcwalton (pcwalton@C99F244D.5B209293.746E7A12.IP)
  861. # [07:14] * Joins: Bas (chatzilla@8A447F1B.E7BADBF1.B0C2132F.IP)
  862. # [07:19] * Joins: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP)
  863. # [07:20] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  864. # [07:26] * Quits: pcwalton (pcwalton@C99F244D.5B209293.746E7A12.IP) (Quit: pcwalton)
  865. # [07:31] * Joins: darkowlzz (sunny@25E2BF51.8D9EDFE5.7CD022A3.IP)
  866. # [07:32] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  867. # [07:34] * Quits: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  868. # [07:35] * Joins: mihneadb (mihneadb@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  869. # [07:35] * Quits: darkowlzz (sunny@25E2BF51.8D9EDFE5.7CD022A3.IP) (Connection reset by peer)
  870. # [07:36] * Joins: alice (alice@CB7C75BF.B32A335E.639333AD.IP)
  871. # [07:37] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  872. # [07:38] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  873. # [07:39] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Ping timeout)
  874. # [07:42] * philor is now known as philor|away
  875. # [07:43] * Joins: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net)
  876. # [07:44] * Quits: alice (alice@CB7C75BF.B32A335E.639333AD.IP) (Client exited)
  877. # [07:45] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Ping timeout)
  878. # [07:47] * Quits: Bas (chatzilla@8A447F1B.E7BADBF1.B0C2132F.IP) (Connection reset by peer)
  879. # [07:48] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Ping timeout)
  880. # [07:48] * Joins: vikash (vikash@83AF7D8A.D9B243B5.A3D1B221.IP)
  881. # [07:48] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  882. # [07:49] * Joins: imsurit (chatzilla@5618BB63.AC98CD92.1A5E31FF.IP)
  883. # [07:50] * Joins: darkowlzz (sunny@7EBA978E.DA83317E.7CD022A3.IP)
  884. # [07:50] * Joins: Bas (chatzilla@8A447F1B.E7BADBF1.B0C2132F.IP)
  885. # [07:52] * Quits: tonymec (tonymec@5274785E.A54F7B7E.277517C1.IP) (Input/output error)
  886. # [07:55] * Quits: caitp- (caitp@moz-9FE842F.cpe.net.cable.rogers.com) (Quit: caitp-)
  887. # [07:56] * Quits: Bas (chatzilla@8A447F1B.E7BADBF1.B0C2132F.IP) (Ping timeout)
  888. # [07:58] * Joins: bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net)
  889. # [07:58] * ChanServ sets mode: +o bz
  890. # [07:59] * Joins: Bas (chatzilla@8A447F1B.E7BADBF1.B0C2132F.IP)
  891. # [08:00] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  892. # [08:00] * Quits: chmanchester (chmanchest@moz-ABE52D50.hsd1.ca.comcast.net) (Input/output error)
  893. # [08:00] * Quits: Waldo (waldo@2557E599.66715431.D25A875A.IP) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 21.0/20130521122340])
  894. # [08:00] * Joins: tonymec (tonymec@5274785E.A54F7B7E.277517C1.IP)
  895. # [08:01] * Quits: vikash (vikash@83AF7D8A.D9B243B5.A3D1B221.IP) (Quit: This computer has gone to sleep)
  896. # [08:01] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  897. # [08:02] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  898. # [08:03] * heycam is now known as heycam|away
  899. # [08:03] * Quits: kkdEEP (kkdEEP@5127CA51.45F01554.C7008325.IP) (Quit: )
  900. # [08:05] * Joins: mib_l7jsvg (Mibbit@3E971F6D.14230F31.5296A3D0.IP)
  901. # [08:05] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  902. # [08:08] * Joins: kkdEEP (kkdEEP@5127CA51.45F01554.C7008325.IP)
  903. # [08:09] * Quits: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP) (Ping timeout)
  904. # [08:09] * Quits: imsurit (chatzilla@5618BB63.AC98CD92.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 25.0a1/20130627031027])
  905. # [08:10] * Joins: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP)
  906. # [08:11] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  907. # [08:15] * Quits: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP) (Ping timeout)
  908. # [08:16] * Joins: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP)
  909. # [08:16] * Joins: chmanchester|afk (user@moz-962996C5.seas.upenn.edu)
  910. # [08:17] * Quits: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP) (Ping timeout)
  911. # [08:18] * Joins: givanica (givanica@B20FEAB6.2F05FCCB.A0A36CCE.IP)
  912. # [08:21] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Quit: tmyoung)
  913. # [08:26] * corey|away is now known as corey
  914. # [08:35] * Quits: mib_l7jsvg (Mibbit@3E971F6D.14230F31.5296A3D0.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  915. # [08:35] * Quits: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  916. # [08:38] * Joins: imsurit (chatzilla@5618BB63.AC98CD92.1A5E31FF.IP)
  917. # [08:41] * Joins: vikash (vikash@EEFA2773.E23B132D.A3D1B221.IP)
  918. # [08:42] * Joins: jrm2k6_ (jrm2k6@moz-4F14AE7E.catv.broadband.hu)
  919. # [08:43] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Ping timeout)
  920. # [08:44] * Quits: bsmith (bsmith@2557E599.66715431.D25A875A.IP) (Ping timeout)
  921. # [08:46] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  922. # [08:46] * Quits: mihneadb (mihneadb@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  923. # [08:47] * Quits: imsurit (chatzilla@5618BB63.AC98CD92.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 25.0a1/20130627031027])
  924. # [08:48] * Joins: Ms2ger (Ms2ger@9D2CFE09.F6F1767D.3773EA9F.IP)
  925. # [08:48] <Ms2ger> Bonjour
  926. # [08:50] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Client exited)
  927. # [08:51] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  928. # [08:52] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  929. # [08:53] * btm_beer is now known as btm_away
  930. # [08:53] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Client exited)
  931. # [08:56] * Joins: dao (dao@moz-27830057.superkabel.de)
  932. # [09:00] * Quits: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk) (Ping timeout)
  933. # [09:00] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  934. # [09:02] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  935. # [09:03] * Joins: janv (varga@moz-8BF5D87F.flarion.as5628.telecom.sk)
  936. # [09:04] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  937. # [09:04] * Quits: Mook (mook@moz-891952A8.dsl.teksavvy.com) (Ping timeout)
  938. # [09:07] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  939. # [09:08] * Joins: Mook (mook@moz-891952A8.dsl.teksavvy.com)
  940. # [09:09] * Quits: Dagger (Dagger@C9ED5078:E044EC01:DE827725:IP) (Ping timeout)
  941. # [09:11] * Joins: AndreeaM (Thunderbir@4057C440.D6D11912.CD219C36.IP)
  942. # [09:11] * Joins: Dagger (Dagger@5C60ECAE:D6811061:DE827725:IP)
  943. # [09:13] * Joins: catalinn (Thunderbir@F7663A36.5363EAC5.D602D2C5.IP)
  944. # [09:15] * Joins: cers (csonne@moz-D76D64F2.k1327.webspeed.dk)
  945. # [09:16] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  946. # [09:16] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  947. # [09:17] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  948. # [09:17] * Quits: mjrosenb (mjrosenb@moz-B3592BDA.club.cc.cmu.edu) (Ping timeout)
  949. # [09:17] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Connection reset by peer)
  950. # [09:17] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  951. # [09:18] * Joins: jviereck (Adium@moz-340574DC.dclient.hispeed.ch)
  952. # [09:18] * Joins: GinaYeh-laptop (GinaYeh@moz-B2F79982.hinet-ip.hinet.net)
  953. # [09:18] * Quits: jrm2k6_ (jrm2k6@moz-4F14AE7E.catv.broadband.hu) (Ping timeout)
  954. # [09:20] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Client exited)
  955. # [09:21] * Joins: mjrosenb (mjrosenb@moz-B3592BDA.club.cc.cmu.edu)
  956. # [09:21] * Joins: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net)
  957. # [09:22] * Joins: Lethalman (lethal@moz-530A774.libero.it)
  958. # [09:23] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  959. # [09:23] * Quits: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  960. # [09:23] * Quits: Bas (chatzilla@8A447F1B.E7BADBF1.B0C2132F.IP) (Ping timeout)
  961. # [09:24] * corey is now known as corey|away
  962. # [09:24] * Quits: jviereck (Adium@moz-340574DC.dclient.hispeed.ch) (Quit: Leaving.)
  963. # [09:25] * Quits: capella (chatzilla@moz-890811F7.twcny.res.rr.com) (Quit: ChatZilla 0.9.90-2013040112 [Firefox 25.0a1/20130628225247])
  964. # [09:27] * Joins: capella (chatzilla@moz-890811F7.twcny.res.rr.com)
  965. # [09:27] * Joins: ggp (ggp@moz-CF8BEBEF.dia.static.qwest.net)
  966. # [09:27] * Joins: tessarakt2 (jens@moz-AFEFA0A5.dip0.t-ipconnect.de)
  967. # [09:29] * Joins: Honza_ (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  968. # [09:29] * capella is now known as capella|away
  969. # [09:29] * Quits: GinaYeh-laptop (GinaYeh@moz-B2F79982.hinet-ip.hinet.net) (Ping timeout)
  970. # [09:30] * Quits: retrecal (retrecal__@moz-31CD4929.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  971. # [09:30] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Ping timeout)
  972. # [09:30] * Quits: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  973. # [09:31] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  974. # [09:31] * Quits: Honza_ (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Ping timeout)
  975. # [09:34] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  976. # [09:35] * Quits: sfoster (sfoster@moz-D30056A1.hsd1.or.comcast.net) (Ping timeout)
  977. # [09:35] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  978. # [09:36] * Quits: Mook (mook@moz-891952A8.dsl.teksavvy.com) (Quit: Mook)
  979. # [09:37] * Joins: gwagner (Gregor@5AAE35B2.5EFFC0B8.24454B25.IP)
  980. # [09:47] * Joins: GinaYeh-laptop (GinaYeh@moz-B2F79982.hinet-ip.hinet.net)
  981. # [09:47] * Quits: kkdEEP (kkdEEP@5127CA51.45F01554.C7008325.IP) (Quit: )
  982. # [09:50] <catalinn> I'm trying to build the official code (./mach build) but it's stuck at begging. The error is gstreamer-plugins-base-0.10... configure: error: gstreamer and gstreamer-plugins-base development packages are needed to build gstreamer backend. Install them or disable gstreamer support with --disable-gstreamer.
  983. # [09:50] * Joins: rednaks (rednaks@1795FD34.A82B9F4E.55FFA9B4.IP)
  984. # [09:50] <catalinn> Does anyone know how could I get around this problem?
  985. # [09:51] <Ms2ger> Sure
  986. # [09:51] <Ms2ger> Install them or disable gstreamer support with --disable-gstreamer.
  987. # [09:52] * Quits: catalinn (Thunderbir@F7663A36.5363EAC5.D602D2C5.IP) (Ping timeout)
  988. # [09:54] <dao> it dosn't help that the "gstreamer and gstreamer-plugins-base development packages" are actually called differently depending on your distro...
  989. # [09:57] * Joins: Bas (chatzilla@moz-9919860E.ftth.concepts.nl)
  990. # [10:00] * Joins: KWierso|Home_ (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  991. # [10:00] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  992. # [10:00] * KWierso|Home_ is now known as KWierso|Home
  993. # [10:01] * Quits: Lethalman (lethal@moz-530A774.libero.it) (Ping timeout)
  994. # [10:02] * Joins: catalinn (Thunderbir@993354DF.B81F0DCB.D602D2C5.IP)
  995. # [10:03] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  996. # [10:05] * Quits: rednaks (rednaks@1795FD34.A82B9F4E.55FFA9B4.IP) (Ping timeout)
  997. # [10:06] * Joins: rednaks_ (rednaks@46B8C8C2.F933EF62.55FFA9B4.IP)
  998. # [10:06] * Joins: jviereck (Adium@AEB16474:AC8F4797:B552101A:IP)
  999. # [10:06] * Quits: pranavrc (pranavrc@18D22159.94AF9777.520CDC98.IP) (Ping timeout)
  1000. # [10:07] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  1001. # [10:07] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1002. # [10:08] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Quit: tmyoung)
  1003. # [10:12] * Quits: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net) (Ping timeout)
  1004. # [10:16] * Quits: jviereck (Adium@AEB16474:AC8F4797:B552101A:IP) (Quit: Leaving.)
  1005. # [10:18] * Quits: darkowlzz (sunny@7EBA978E.DA83317E.7CD022A3.IP) (Client exited)
  1006. # [10:18] * Quits: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP) (Ping timeout)
  1007. # [10:18] <robertbindar> If I made some changes in dom/webidl is a ./mach build mandatory? If not, can someone give an alternative please?
  1008. # [10:19] <Ms2ger> It is mandatory
  1009. # [10:21] <robertbindar> ok, thanks
  1010. # [10:21] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  1011. # [10:21] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  1012. # [10:22] * Joins: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP)
  1013. # [10:24] * Quits: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP) (Ping timeout)
  1014. # [10:24] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  1015. # [10:24] * Joins: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP)
  1016. # [10:25] * Joins: gharth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1017. # [10:25] * Quits: cers (csonne@moz-D76D64F2.k1327.webspeed.dk) (Quit: Computer has gone to sleep.)
  1018. # [10:28] * Quits: robertbindar (Thunderbir@C08487A5.F1A3820C.D731B824.IP) (Quit: robertbindar)
  1019. # [10:29] <Optimizer> I know Saturday and all , but browser-sets.inc uses this modifier __NUM_SELECT_TAB_MODIFIER__ for Ctrl + 0-9 tab jump shortcut
  1020. # [10:29] * Joins: jrm2k6_ (jrm2k6@moz-4F14AE7E.catv.broadband.hu)
  1021. # [10:29] <Optimizer> but I cannot find where that modifier is defined in the whole source code
  1022. # [10:29] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Ping timeout)
  1023. # [10:31] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  1024. # [10:31] <Optimizer> I know that it is Accel on Windows and Mac and Alt on Linux, but want to confirm .
  1025. # [10:31] <Ms2ger> On line 401?
  1026. # [10:31] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  1027. # [10:31] * ChanServ sets mode: +o dbaron
  1028. # [10:32] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1029. # [10:32] <Optimizer> pff, then what about those __ ?
  1030. # [10:33] <Optimizer> also, will this #expand method work in any preprocessed xul file ?
  1031. # [10:36] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1032. # [10:36] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  1033. # [10:39] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  1034. # [10:39] <Optimizer> supposedly, yes.
  1035. # [10:39] * Quits: @dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net) (Ping timeout)
  1036. # [10:39] <Optimizer> seems to work
  1037. # [10:39] * Joins: robertbindar (Thunderbir@C08487A5.F1A3820C.D731B824.IP)
  1038. # [10:40] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  1039. # [10:40] * Quits: atuljangra (Mibbit@425133EE.4850A4DD.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1040. # [10:42] * Quits: robertbindar (Thunderbir@C08487A5.F1A3820C.D731B824.IP) (Quit: robertbindar)
  1041. # [10:42] * Joins: robertbindar (Thunderbir@C08487A5.F1A3820C.D731B824.IP)
  1042. # [10:42] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1043. # [10:44] <Jesse> catalinn, dao: i did "apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev" because that's what bootstrap.py tried (and failed) to do
  1044. # [10:44] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1045. # [10:45] * Quits: gharth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1046. # [10:45] <dao> yeah, I ended up looking at bootstrap.py as well
  1047. # [10:47] <Jesse> should i add "libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev" to the list on https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Linux_Prerequisites
  1048. # [10:52] <reuben> Optimizer: https://mxr.mozilla.org/mozilla-central/source/config/Preprocessor.py#354
  1049. # [10:53] * Quits: tonymec (tonymec@5274785E.A54F7B7E.277517C1.IP) (Ping timeout)
  1050. # [10:54] * Joins: msucan (mihai@B878FC64.700B7157.7C5F70AF.IP)
  1051. # [10:54] * Quits: tonymec|away (tonymec@5274785E.A54F7B7E.277517C1.IP) (Ping timeout)
  1052. # [10:54] * Joins: tonymec|away (tonymec@5274785E.A54F7B7E.277517C1.IP)
  1053. # [10:54] <Optimizer> reuben: Ah, thanks .
  1054. # [10:55] <reuben> Optimizer: do you actually understand what that does?
  1055. # [10:55] <reuben> I haven't the slightest idea
  1056. # [10:55] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  1057. # [10:55] <Optimizer> heh, I just confirmed that it removes the pre and post __
  1058. # [10:55] * Joins: imsurit (chatzilla@5618BB63.AC98CD92.1A5E31FF.IP)
  1059. # [10:55] * Joins: tonymec (tonymec@5274785E.A54F7B7E.277517C1.IP)
  1060. # [10:55] <Optimizer> https://mxr.mozilla.org/mozilla-central/source/config/Preprocessor.py#356
  1061. # [10:56] * Quits: jrm2k6_ (jrm2k6@moz-4F14AE7E.catv.broadband.hu) (Ping timeout)
  1062. # [10:56] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  1063. # [10:57] * Joins: darkowlzz (sunny@4B8B1D7A.F808B336.81E77A99.IP)
  1064. # [10:58] * Joins: jrm2k6_ (jrm2k6@moz-4F14AE7E.catv.broadband.hu)
  1065. # [10:59] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Ping timeout)
  1066. # [10:59] * Quits: cpearce (chatzilla@moz-6DB1578B.xdsl.xnet.co.nz) (Ping timeout)
  1067. # [11:00] <Optimizer> dao: what do you mean by access keys in https://bugzilla.mozilla.org/show_bug.cgi?id=879219#c10
  1068. # [11:00] * Quits: GinaYeh-laptop (GinaYeh@moz-B2F79982.hinet-ip.hinet.net) (Ping timeout)
  1069. # [11:00] <Optimizer> as in like "Console" having "C" access key and so you could Alt + C to go to console ?
  1070. # [11:02] * Quits: catalinn (Thunderbir@993354DF.B81F0DCB.D602D2C5.IP) (Ping timeout)
  1071. # [11:03] <dao> Optimizer: yes
  1072. # [11:04] <dao> http://msdn.microsoft.com/en-us/library/windows/desktop/bb545460.aspx#dialog
  1073. # [11:04] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  1074. # [11:04] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Connection reset by peer)
  1075. # [11:04] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  1076. # [11:05] <Optimizer> should that replace the Ctrl + 0-9 ?
  1077. # [11:05] <Optimizer> or go along side ?
  1078. # [11:05] <dao> however, if you say the radio buttons are tabs, then the above article says Ctrl+Tab should be used to cycle through them ... obviously that combo is already used for tabbrowser tabs
  1079. # [11:05] <Optimizer> The radio buttons sure are tabs
  1080. # [11:06] <dao> with access keys added, it might be better not to steal ctrl+number since that's also used for tabbrowser tabs and zoom reset
  1081. # [11:06] * Quits: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net) (Ping timeout)
  1082. # [11:06] <Optimizer> yeah, I am neutral on choosing between Ctrl + 0-9 and Alt + AccessKey
  1083. # [11:08] <Optimizer> but the Alt + AccessKey will be then tool specific, thus any external tool will have to specify its own which should not be overlapping with any existing accesskey
  1084. # [11:08] <Optimizer> and the Web Console already takes up 6 accesskeys
  1085. # [11:09] <dao> plus the access keys taken by the menu bar on Windows and Linux (I guess OS X doesn't have them)
  1086. # [11:09] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  1087. # [11:09] <Optimizer> no, they won't interface
  1088. # [11:09] <Optimizer> interfere*
  1089. # [11:10] <Optimizer> I just tried some of the console's access keys and when pressing them, menubar did not get any focus
  1090. # [11:10] <Optimizer> Oh, scrap that. It did
  1091. # [11:11] <Optimizer> but in case of overlapping (Like the Security filter overlaps with History menu), Web Console was given preference
  1092. # [11:11] <dao> even if it didn't, that would be a problem, because users may still want to use the menu bar even though the console is focused
  1093. # [11:12] <dao> right, that's bad
  1094. # [11:12] <Optimizer> yeah
  1095. # [11:12] <Optimizer> I'll file a bug.
  1096. # [11:13] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  1097. # [11:13] <Optimizer> so I guess, lets go with Ctrl + 0-9 ?
  1098. # [11:13] <Optimizer> (alt on linux)
  1099. # [11:14] * Quits: rednaks_ (rednaks@46B8C8C2.F933EF62.55FFA9B4.IP) (Ping timeout)
  1100. # [11:14] * Joins: rednaks_ (rednaks@EFB2D1BE.E9995969.55FFA9B4.IP)
  1101. # [11:15] <Optimizer> (that will also be in sync with Chrome)
  1102. # [11:15] * Quits: jrm2k6_ (jrm2k6@moz-4F14AE7E.catv.broadband.hu) (Ping timeout)
  1103. # [11:15] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  1104. # [11:15] * Joins: jrm2k6 (jrm2k6@moz-4F14AE7E.catv.broadband.hu)
  1105. # [11:17] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  1106. # [11:17] * ChanServ sets mode: +o smaug
  1107. # [11:19] * Quits: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1108. # [11:20] * merike|away is now known as merike
  1109. # [11:25] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1110. # [11:25] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  1111. # [11:30] * Joins: marxin (marxin@moz-C73DA86.cust.sloane.cz)
  1112. # [11:32] * Joins: GinaYeh-laptop (GinaYeh@moz-B2F79982.hinet-ip.hinet.net)
  1113. # [11:32] * Joins: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP)
  1114. # [11:33] * Joins: jrm2k6_ (jrm2k6@moz-7278A08.catv.broadband.hu)
  1115. # [11:34] * Quits: jrm2k6 (jrm2k6@moz-4F14AE7E.catv.broadband.hu) (Ping timeout)
  1116. # [11:34] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Ping timeout)
  1117. # [11:36] * Quits: annevk (annevk@moz-F2540C8D.speed.planet.nl) (Input/output error)
  1118. # [11:37] * Quits: imsurit (chatzilla@5618BB63.AC98CD92.1A5E31FF.IP) (Client exited)
  1119. # [11:37] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  1120. # [11:40] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  1121. # [11:41] * Joins: mkohler (mkohler@moz-1531EE3.dclient.hispeed.ch)
  1122. # [11:41] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  1123. # [11:41] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1124. # [11:42] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  1125. # [11:43] * Joins: cpearce (chatzilla@moz-6DB1578B.xdsl.xnet.co.nz)
  1126. # [11:44] * Quits: darkowlzz (sunny@4B8B1D7A.F808B336.81E77A99.IP) (Connection reset by peer)
  1127. # [11:47] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  1128. # [11:48] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1129. # [11:56] * Quits: rednaks_ (rednaks@EFB2D1BE.E9995969.55FFA9B4.IP) (Ping timeout)
  1130. # [11:57] * Joins: dejan_ (dejan@moz-CD60EE26.adsl.net.t-com.hr)
  1131. # [11:57] * Joins: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net)
  1132. # [11:57] * Quits: sheeri (sheeri@moz-3259B52F.hsd1.ma.comcast.net) (Quit: sheeri)
  1133. # [12:01] * Joins: rednaks_ (rednaks@A575C89E.CC09A206.55FFA9B4.IP)
  1134. # [12:02] * Quits: norton- (norton@E680EB3B.B72C3CE3.9FD833D8.IP) (Ping timeout)
  1135. # [12:03] * Joins: darkowlzz (sunny@39782B50.96786005.81E77A99.IP)
  1136. # [12:04] * Quits: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP) (Connection reset by peer)
  1137. # [12:05] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Quit: victorporof)
  1138. # [12:06] * Quits: kinetik (kinetik@2FDA36D3.CCBA2B1D.FC74E68.IP) (Ping timeout)
  1139. # [12:06] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  1140. # [12:09] * Joins: kinetik (kinetik@2FDA36D3.CCBA2B1D.FC74E68.IP)
  1141. # [12:09] * Joins: martyn (martyn@moz-93D3BA27.range86-131.btcentralplus.com)
  1142. # [12:11] <@smaug> if I add printfs to C++ code, will I see those in the logs when running bc in try ?
  1143. # [12:11] * ewong|sleep is now known as ewong
  1144. # [12:13] * baku|away is now known as baku
  1145. # [12:18] * Quits: rednaks_ (rednaks@A575C89E.CC09A206.55FFA9B4.IP) (Quit: Téléportation !)
  1146. # [12:19] * Joins: jfkthame (jfkthame@4B35FB16.766B0D6F.3E2A4E92.IP)
  1147. # [12:19] <@smaug> I guess no
  1148. # [12:21] * Quits: darkowlzz (sunny@39782B50.96786005.81E77A99.IP) (Ping timeout)
  1149. # [12:22] <Optimizer> anyone on ubuntu ?
  1150. # [12:22] * Joins: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP)
  1151. # [12:24] * Quits: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP) (Ping timeout)
  1152. # [12:24] * Joins: cviecco (cviecco@A5A0595A.66715431.D25A875A.IP)
  1153. # [12:25] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1154. # [12:26] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1155. # [12:27] * Quits: cpearce (chatzilla@moz-6DB1578B.xdsl.xnet.co.nz) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  1156. # [12:27] * Quits: vikash (vikash@EEFA2773.E23B132D.A3D1B221.IP) (Quit: This computer has gone to sleep)
  1157. # [12:28] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  1158. # [12:29] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1159. # [12:31] * Quits: jfkthame (jfkthame@4B35FB16.766B0D6F.3E2A4E92.IP) (Quit: jfkthame)
  1160. # [12:33] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1161. # [12:35] * Quits: tessarakt2 (jens@moz-AFEFA0A5.dip0.t-ipconnect.de) (Ping timeout)
  1162. # [12:35] * ewong is now known as ewong|sleep
  1163. # [12:35] * Joins: WG9s (bill@moz-E8199F88.maine.res.rr.com)
  1164. # [12:35] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  1165. # [12:38] * Quits: gwagner (Gregor@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: gwagner)
  1166. # [12:39] * Joins: twi (Adium@moz-311B251.static.hosted.by.combell.com)
  1167. # [12:42] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  1168. # [12:45] * Quits: marxin (marxin@moz-C73DA86.cust.sloane.cz) (Ping timeout)
  1169. # [12:46] <Optimizer> what does window.navigator.userAgent say on Ubuntu ?
  1170. # [12:46] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1171. # [12:49] <Sander> Optimizer: Mozilla/5.0 (X11; Linux i686; rv:22.0) Gecko/20100101 Firefox/22.0
  1172. # [12:50] <Optimizer> soo. linux is in there . wonder what is causing my test to fail ..
  1173. # [12:50] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  1174. # [12:51] <Optimizer> thank Sander
  1175. # [12:51] <Optimizer> thanks*
  1176. # [12:51] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  1177. # [12:51] <Sander> I don't think this is Ubuntu's packaged Firefox, though; lemme check that one, too
  1178. # [12:52] * Quits: mmargoliono (min@moz-9DBD522D.static.internode.on.net) (Ping timeout)
  1179. # [12:52] * Joins: till (till@moz-1962EB86.adsl.alicedsl.de)
  1180. # [12:53] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Ping timeout)
  1181. # [12:53] * Quits: GinaYeh-laptop (GinaYeh@moz-B2F79982.hinet-ip.hinet.net) (Ping timeout)
  1182. # [12:54] <Sander> ok, same thing there
  1183. # [12:55] <Sander> (And that's on 12.04)
  1184. # [12:56] <Optimizer> ok
  1185. # [12:58] * Quits: martyn (martyn@moz-93D3BA27.range86-131.btcentralplus.com) (Quit: Ex-Chat)
  1186. # [12:58] * Joins: pranavrc (pranavrc@5597BF46.D18BBF19.C28326FD.IP)
  1187. # [13:01] * baku is now known as baku|away
  1188. # [13:03] * Joins: imsurit (chatzilla@5618BB63.AC98CD92.1A5E31FF.IP)
  1189. # [13:05] * Quits: Dagger (Dagger@5C60ECAE:D6811061:DE827725:IP) (Ping timeout)
  1190. # [13:07] * Joins: Dagger (Dagger@55910EC4:7BACA39B:DE827725:IP)
  1191. # [13:08] * Joins: lduros (user@moz-4DF7830D.phlapa.fios.verizon.net)
  1192. # [13:09] * Quits: cdiehl (cdiehl@moz-170E4054.mc.videotron.ca) (Ping timeout)
  1193. # [13:13] * Quits: mkohler (mkohler@moz-1531EE3.dclient.hispeed.ch) (Ping timeout)
  1194. # [13:15] * Joins: kkdEEP (kkdEEP@E359E391.94ECC8A.C7008325.IP)
  1195. # [13:18] * Quits: randix (rand@moz-77971565.dip0.t-ipconnect.de) (Ping timeout)
  1196. # [13:18] * Joins: randix (rand@moz-5E027B93.dip0.t-ipconnect.de)
  1197. # [13:18] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  1198. # [13:18] * ChanServ sets mode: +o smaug
  1199. # [13:21] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  1200. # [13:27] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  1201. # [13:28] <@smaug> we really do use MozAfterPaint FF chrome o_O
  1202. # [13:31] * Quits: cviecco (cviecco@A5A0595A.66715431.D25A875A.IP) (Input/output error)
  1203. # [13:32] <@smaug> hopefully not in any hot code paths
  1204. # [13:34] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  1205. # [13:37] * Joins: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP)
  1206. # [13:40] * Joins: alice (alice@CB7C75BF.B32A335E.639333AD.IP)
  1207. # [13:40] <reuben> smaug: you will if you prefix them with "WARNING:"
  1208. # [13:40] * Quits: twi (Adium@moz-311B251.static.hosted.by.combell.com) (Ping timeout)
  1209. # [13:40] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  1210. # [13:41] <reuben> but I think even normal printf shows up. dump() from JS certainly does
  1211. # [13:42] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  1212. # [13:44] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  1213. # [13:45] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1214. # [13:45] * Joins: Lethalman (lethal@moz-530A774.libero.it)
  1215. # [13:45] * Joins: digitsm (digitsm@44030F3B.A8F2F936.C146C5E5.IP)
  1216. # [13:46] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  1217. # [13:47] * Quits: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP) (Ping timeout)
  1218. # [13:49] * Joins: sankha93 (Instantbir@3FE94C8E.4CD17938.1772EA5B.IP)
  1219. # [13:50] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1220. # [13:56] * Joins: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net)
  1221. # [13:58] * Quits: darktrojan (geoff@moz-F23687F.dsl.telstraclear.net) (Quit: darktrojan)
  1222. # [13:59] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1223. # [13:59] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1224. # [14:01] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1225. # [14:01] * Joins: sankha (uid12218@moz-CF14593C.tooting.irccloud.com)
  1226. # [14:01] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1227. # [14:03] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  1228. # [14:03] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Ping timeout)
  1229. # [14:03] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1230. # [14:04] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1231. # [14:04] * ChanServ sets mode: +o roc
  1232. # [14:04] * Joins: mwargers (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl)
  1233. # [14:04] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1234. # [14:04] * Quits: sankha (uid12218@moz-CF14593C.tooting.irccloud.com) (Quit: )
  1235. # [14:04] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1236. # [14:07] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Ping timeout)
  1237. # [14:09] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1238. # [14:09] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1239. # [14:10] * Quits: mwargers (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl) (Ping timeout)
  1240. # [14:10] * Joins: catalinn (Thunderbir@94DBA6F3.5363EAC5.D602D2C5.IP)
  1241. # [14:12] * Joins: abhishekp (chatzilla@moz-225887DF.mtnl.net.in)
  1242. # [14:16] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1243. # [14:16] * Quits: sankha93 (Instantbir@3FE94C8E.4CD17938.1772EA5B.IP) (Ping timeout)
  1244. # [14:16] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1245. # [14:16] * Quits: kkdEEP (kkdEEP@E359E391.94ECC8A.C7008325.IP) (Quit: )
  1246. # [14:17] * Quits: abhishekp (chatzilla@moz-225887DF.mtnl.net.in) (Ping timeout)
  1247. # [14:17] * Joins: abhishekp_ (chatzilla@moz-52475056.mtnl.net.in)
  1248. # [14:17] * abhishekp_ is now known as abhishekp
  1249. # [14:19] * Quits: imsurit (chatzilla@5618BB63.AC98CD92.1A5E31FF.IP) (Quit: ChatZilla 0.9.90 [Firefox 25.0a1/20130627031027])
  1250. # [14:21] * Quits: abhishekp (chatzilla@moz-52475056.mtnl.net.in) (Ping timeout)
  1251. # [14:21] * Joins: abhishekp (chatzilla@moz-C96440C.mtnl.net.in)
  1252. # [14:22] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  1253. # [14:23] * merike is now known as merike|away
  1254. # [14:25] * Joins: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP)
  1255. # [14:32] <Optimizer> anyone has any idea why #ifdef XP_GNOME won't match ubuntu ?
  1256. # [14:32] * Quits: dejan_ (dejan@moz-CD60EE26.adsl.net.t-com.hr) (Ping timeout)
  1257. # [14:32] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1258. # [14:32] * Joins: JeroenDeDauw (j@moz-86858C57.ifiber.telenet-ops.be)
  1259. # [14:35] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1260. # [14:35] <Optimizer> or in other words, can anyone tell me what is the shortcut to jump to tabs on Ubuntu
  1261. # [14:36] * Joins: b10n1k (j0ni@moz-AC8CBB44.home.otenet.gr)
  1262. # [14:37] <msucan> Optimizer: there's an ifdef for widget_gtk that will match ubuntu
  1263. # [14:37] <Optimizer> msucan: are you on ubuntu ?
  1264. # [14:37] <msucan> yes
  1265. # [14:37] <Optimizer> so the file browser-sets.inc uses #ifdef XP_GNOME to specify the modifier for tab jumping
  1266. # [14:38] <Optimizer> line 400 , browser-sets.inc file
  1267. # [14:38] * Quits: abhishekp (chatzilla@moz-C96440C.mtnl.net.in) (Quit: ChatZilla 0.9.90 [Firefox 22.0/20130618035212])
  1268. # [14:38] <Optimizer> according to that, only XP_GNOME has the modifier as alt
  1269. # [14:39] <Optimizer> which means that on ubuntu, the shortcut is Ctrl + 0-9 ?
  1270. # [14:39] <Optimizer> msucan: can you confirm ?
  1271. # [14:40] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1272. # [14:40] <msucan> now i have my question for people here: why is HUDService.jsm in removed-files.in? can anyone tell me? maybe gavin?
  1273. # [14:41] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  1274. # [14:41] * Joins: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP)
  1275. # [14:42] <msucan> Optimizer: it seems i can switch tabs with alt+[0-9]
  1276. # [14:42] <Optimizer> not with ctrl ?
  1277. # [14:42] <msucan> Optimizer: not with ctrl
  1278. # [14:43] * Joins: darkowlzz (sunny@24D18BF5.D4F02309.EACE93BE.IP)
  1279. # [14:43] * Quits: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP) (Ping timeout)
  1280. # [14:43] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  1281. # [14:43] <Optimizer> msucan: and what is your window.navigator.userAgent
  1282. # [14:43] <fossterer> Optimizer: ctrl + TAB
  1283. # [14:43] <Optimizer> fossterer: jump, not switch
  1284. # [14:44] <msucan> Optimizer: how is it relevant? Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20130628 Firefox/25.0
  1285. # [14:44] * Parts: msucan (mihai@B878FC64.700B7157.7C5F70AF.IP)
  1286. # [14:45] * Joins: msucan (mihai@B878FC64.700B7157.7C5F70AF.IP)
  1287. # [14:45] <Optimizer> msucan: https://tbpl.mozilla.org/?tree=Try&rev=9909e1b8b407 is failing on ubuntu
  1288. # [14:45] <msucan> i was asking about UA relevance
  1289. # [14:45] <Optimizer> msucan: this is where I detect Linux https://hg.mozilla.org/try/file/c254d4384224/browser/devtools/framework/test/browser_toolbox_tabsjump_shortcuts.js#l11
  1290. # [14:45] * Quits: trevorh (trevor@moz-356539A0.lns2.woo.bigpond.net.au) (Quit: Leaving.)
  1291. # [14:46] <Optimizer> and then https://hg.mozilla.org/try/file/c254d4384224/browser/devtools/framework/test/browser_toolbox_tabsjump_shortcuts.js#l50 I pass the modifier Alt for linux, Accel otherwise
  1292. # [14:46] <Optimizer> but somehow on ubuntu, Alt + 0-9 is not working .
  1293. # [14:46] * Quits: darkowlzz (sunny@24D18BF5.D4F02309.EACE93BE.IP) (Ping timeout)
  1294. # [14:47] * Joins: twi (Adium@moz-144A8B77.cust.dsl.vodafone.it)
  1295. # [14:47] <msucan> Optimizer: why don't you use Services.appinfo.OS ?
  1296. # [14:47] <Optimizer> that is not the issue
  1297. # [14:47] <Optimizer> according to logs, Alt modifier was passed
  1298. # [14:47] <msucan> useragent-based testing is bad
  1299. # [14:47] <Optimizer> so that is correct
  1300. # [14:48] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1301. # [14:48] <Optimizer> but somehow, the browser level tab jump shortcut of Alt + 0-9 is getting more preference over the toolbox Alt + 0-9
  1302. # [14:49] * Quits: pnkfelix|rcirc (pnkfelix@moz-43495417.fbx.proxad.net) (Input/output error)
  1303. # [14:51] * kats|away is now known as kats
  1304. # [14:54] * Joins: darkowlzz (sunny@7623F2EF.4D621AE6.7463199C.IP)
  1305. # [14:57] * Quits: @bz (bzbarsky@moz-A28C5395.bstnma.fios.verizon.net) (Ping timeout)
  1306. # [14:59] * Quits: darkowlzz (sunny@7623F2EF.4D621AE6.7463199C.IP) (Quit: Leaving)
  1307. # [15:00] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1308. # [15:01] * Quits: lduros (user@moz-4DF7830D.phlapa.fios.verizon.net) (Client exited)
  1309. # [15:01] * Quits: JeroenDeDauw (j@moz-86858C57.ifiber.telenet-ops.be) (Quit: Leaving.)
  1310. # [15:01] * Quits: digitsm (digitsm@44030F3B.A8F2F936.C146C5E5.IP) (Ping timeout)
  1311. # [15:04] * Joins: mwargers (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl)
  1312. # [15:08] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  1313. # [15:09] * Quits: alice (alice@CB7C75BF.B32A335E.639333AD.IP) (Client exited)
  1314. # [15:09] * Quits: dao (dao@moz-27830057.superkabel.de) (Quit: Leaving.)
  1315. # [15:10] * Joins: dejan_ (dejan@moz-B128EAC7.duo.carnet.hr)
  1316. # [15:10] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1317. # [15:10] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1318. # [15:12] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1319. # [15:13] * Quits: dejan_ (dejan@moz-B128EAC7.duo.carnet.hr) (Ping timeout)
  1320. # [15:13] * Quits: twi (Adium@moz-144A8B77.cust.dsl.vodafone.it) (Quit: Leaving.)
  1321. # [15:14] * Joins: inolen (Adium@moz-E4D7DE23.new.res.rr.com)
  1322. # [15:15] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1323. # [15:16] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1324. # [15:17] * Joins: twi (Adium@moz-144A8B77.cust.dsl.vodafone.it)
  1325. # [15:17] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  1326. # [15:25] * kats is now known as kats|away
  1327. # [15:25] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1328. # [15:25] * Quits: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net) (Ping timeout)
  1329. # [15:26] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  1330. # [15:26] * Joins: alice (alice@CB7C75BF.B32A335E.639333AD.IP)
  1331. # [15:28] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Ping timeout)
  1332. # [15:29] * Joins: mkohler (mkohler@moz-1531EE3.dclient.hispeed.ch)
  1333. # [15:29] * Joins: dejan_ (dejan@moz-38C4B255.duo.carnet.hr)
  1334. # [15:31] * Quits: alice (alice@CB7C75BF.B32A335E.639333AD.IP) (Client exited)
  1335. # [15:31] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1336. # [15:32] * Joins: thinker (user@moz-D00ACA96.dynamic.kbronet.com.tw)
  1337. # [15:34] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  1338. # [15:35] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1339. # [15:35] * Quits: inolen (Adium@moz-E4D7DE23.new.res.rr.com) (Quit: Leaving.)
  1340. # [15:35] * Joins: JeroenDeDauw (j@moz-86858C57.ifiber.telenet-ops.be)
  1341. # [15:36] * Joins: annevk (annevk@moz-F2540C8D.speed.planet.nl)
  1342. # [15:37] * Joins: Sixmsj (Sixmsj@moz-CC98DFCB.hsd1.ca.comcast.net)
  1343. # [15:38] * Joins: marco (Thunderbir@moz-800B0733.retail.telecomitalia.it)
  1344. # [15:38] * Quits: annevk (annevk@moz-F2540C8D.speed.planet.nl) (Ping timeout)
  1345. # [15:38] * Joins: tessarakt2 (jens@moz-AFEFA0A5.dip0.t-ipconnect.de)
  1346. # [15:41] * philor|away is now known as philor
  1347. # [15:41] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  1348. # [15:41] * Joins: digitsm (digitsm@44030F3B.A8F2F936.C146C5E5.IP)
  1349. # [15:44] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  1350. # [15:50] * Quits: JeroenDeDauw (j@moz-86858C57.ifiber.telenet-ops.be) (Quit: Leaving.)
  1351. # [15:50] * Quits: afwang (afwang@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  1352. # [15:51] <philor> nalexander: another step in your quest to break everything that only runs hidden on mozilla-central completed!
  1353. # [15:53] * Quits: robertbindar (Thunderbir@C08487A5.F1A3820C.D731B824.IP) (Client exited)
  1354. # [15:55] * Joins: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP)
  1355. # [15:56] * Joins: ericjung (ericjung@612BC594.79092000.77B719A4.IP)
  1356. # [15:56] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  1357. # [15:56] * ChanServ sets mode: +o smaug
  1358. # [16:01] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1359. # [16:03] * Quits: ericjung (ericjung@612BC594.79092000.77B719A4.IP) (Ping timeout)
  1360. # [16:03] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  1361. # [16:03] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Quit: cronco)
  1362. # [16:05] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  1363. # [16:05] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1364. # [16:06] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  1365. # [16:07] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1366. # [16:08] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1367. # [16:09] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  1368. # [16:09] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Ping timeout)
  1369. # [16:11] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1370. # [16:12] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1371. # [16:13] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  1372. # [16:15] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  1373. # [16:17] * Quits: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP) (Quit: I'm away)
  1374. # [16:17] * Joins: Rick (Rick@moz-9002CDDA.cpe.net.cable.rogers.com)
  1375. # [16:19] * Joins: ericjung (ericjung@612BC594.79092000.77B719A4.IP)
  1376. # [16:19] * Quits: Rick (Rick@moz-9002CDDA.cpe.net.cable.rogers.com) (Quit: Leaving)
  1377. # [16:21] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1378. # [16:21] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1379. # [16:21] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1380. # [16:25] * Joins: JeroenDeDauw (j@moz-86858C57.ifiber.telenet-ops.be)
  1381. # [16:25] * Joins: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP)
  1382. # [16:26] * Quits: JeroenDeDauw (j@moz-86858C57.ifiber.telenet-ops.be) (Quit: Leaving.)
  1383. # [16:30] * MrDHat|afk is now known as MrDHat
  1384. # [16:31] * Quits: twi (Adium@moz-144A8B77.cust.dsl.vodafone.it) (Quit: Leaving.)
  1385. # [16:33] * Joins: twi (Adium@moz-144A8B77.cust.dsl.vodafone.it)
  1386. # [16:33] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1387. # [16:34] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1388. # [16:34] * Joins: marxin (marxin@moz-C73DA86.cust.sloane.cz)
  1389. # [16:38] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1390. # [16:38] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1391. # [16:39] * Quits: mkohler (mkohler@moz-1531EE3.dclient.hispeed.ch) (Connection reset by peer)
  1392. # [16:41] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  1393. # [16:44] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  1394. # [16:46] * bjacob_ is now known as bjacob_afk
  1395. # [16:49] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Ping timeout)
  1396. # [16:52] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  1397. # [17:00] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  1398. # [17:03] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1399. # [17:06] * Joins: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com)
  1400. # [17:06] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  1401. # [17:06] * ChanServ sets mode: +o smaug
  1402. # [17:06] * capella|away is now known as capella
  1403. # [17:08] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1404. # [17:12] * Quits: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr_)
  1405. # [17:12] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1406. # [17:14] * Joins: vikash (vikash@E25C8E80.3D8920F9.A3D1B221.IP)
  1407. # [17:15] * Quits: tessarakt2 (jens@moz-AFEFA0A5.dip0.t-ipconnect.de) (Ping timeout)
  1408. # [17:16] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1409. # [17:18] * Joins: JeroenDeDauw (j@DD00BAA3.B0B21119.192BA9D5.IP)
  1410. # [17:19] <philor> ah, the (EOQ) weekend, when everyone lands their huge and potentially destructive patches
  1411. # [17:20] * Joins: dao (dao@moz-27830057.superkabel.de)
  1412. # [17:22] * Quits: jrm2k6_ (jrm2k6@moz-7278A08.catv.broadband.hu) (Client exited)
  1413. # [17:23] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  1414. # [17:23] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1415. # [17:23] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1416. # [17:25] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Ping timeout)
  1417. # [17:25] * Joins: tessarakt2 (jens@moz-1B7E466C.dip0.t-ipconnect.de)
  1418. # [17:25] * Quits: JeroenDeDauw (j@DD00BAA3.B0B21119.192BA9D5.IP) (Quit: Leaving.)
  1419. # [17:25] * Joins: JeroenDeDauw (j@DD00BAA3.B0B21119.192BA9D5.IP)
  1420. # [17:26] * Joins: robertbindar (Thunderbir@C08487A5.F1A3820C.D731B824.IP)
  1421. # [17:26] * Quits: tessarakt2 (jens@moz-1B7E466C.dip0.t-ipconnect.de) (Ping timeout)
  1422. # [17:27] * Joins: tessarakt2 (jens@moz-286787F3.dip0.t-ipconnect.de)
  1423. # [17:30] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  1424. # [17:31] * Joins: gal007 (Mibbit@moz-7C05E6DD.cab.prima.net.ar)
  1425. # [17:31] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  1426. # [17:33] * Quits: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net) (Quit: jorendorff)
  1427. # [17:34] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1428. # [17:36] * Quits: dao (dao@moz-27830057.superkabel.de) (Quit: Leaving.)
  1429. # [17:36] * Quits: digitsm (digitsm@44030F3B.A8F2F936.C146C5E5.IP) (Ping timeout)
  1430. # [17:36] * Quits: ericjung (ericjung@612BC594.79092000.77B719A4.IP) (Ping timeout)
  1431. # [17:38] <gal007> Hi people!! Good morning!! Could anyone tell me how to build this kind of menu? https://www.dropbox.com/s/g8f750l7966upt2/device-2013-06-29-122537.png I was reading but I can't find the way https://developer.mozilla.org/en-US/docs/Extensions/Mobile/API/NativeWindow/menu
  1432. # [17:39] * Joins: ehugg_lime (ehugg_lime@moz-89013376.mycingular.net)
  1433. # [17:39] <gal007> Sorry, the image is here: /s/g8f750l7966upt2/device-2013-06-29-122537.png with https://www.dropbox.com at the begin
  1434. # [17:40] * Joins: digitsm (digitsm@DB53CCD1.EE305CC5.C146C5E5.IP)
  1435. # [17:41] * Joins: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  1436. # [17:42] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  1437. # [17:42] * Quits: gal007 (Mibbit@moz-7C05E6DD.cab.prima.net.ar) (Quit: http://www.mibbit.com ajax IRC Client)
  1438. # [17:44] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  1439. # [17:45] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1440. # [17:48] * philor is now known as philor|away
  1441. # [17:50] * Quits: ehugg_lime (ehugg_lime@moz-89013376.mycingular.net) (Ping timeout)
  1442. # [17:52] * Quits: victorporof (victorporo@475EFE2D.75AF2AF4.D111398B.IP) (Ping timeout)
  1443. # [17:54] * Joins: victorporof (victorporo@98A8A9B5.F8731F63.9B1E38F4.IP)
  1444. # [17:58] * Joins: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1445. # [17:58] * Joins: dbaron (dbaron@moz-FD349932.dsl.dynamic.sonic.net)
  1446. # [17:58] * ChanServ sets mode: +o dbaron
  1447. # [17:58] * Quits: b10n1k (j0ni@moz-AC8CBB44.home.otenet.gr) (Ping timeout)
  1448. # [17:59] * Quits: digitsm (digitsm@DB53CCD1.EE305CC5.C146C5E5.IP) (Ping timeout)
  1449. # [18:01] <@smaug> gavin: ping
  1450. # [18:03] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Client exited)
  1451. # [18:05] * Quits: yzen (yzen@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: yzen)
  1452. # [18:05] * Quits: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP) (Quit: I'm away)
  1453. # [18:06] * Quits: catalinn (Thunderbir@94DBA6F3.5363EAC5.D602D2C5.IP) (Ping timeout)
  1454. # [18:06] * Quits: Lethalman (lethal@moz-530A774.libero.it) (Ping timeout)
  1455. # [18:06] * Joins: Lethalman (lethal@moz-530A774.libero.it)
  1456. # [18:07] * Joins: spohl (Adium@moz-91EE49C5.static.hvvc.us)
  1457. # [18:07] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  1458. # [18:08] * Quits: xsun (xsun@6462A0DE.9B46D321.13319ADB.IP) (Ping timeout)
  1459. # [18:11] * Quits: pranavrc (pranavrc@5597BF46.D18BBF19.C28326FD.IP) (Quit: Ping timeout: ∞)
  1460. # [18:12] * Quits: kinetik (kinetik@2FDA36D3.CCBA2B1D.FC74E68.IP) (Ping timeout)
  1461. # [18:12] * Joins: b10n1k (j0ni@moz-450D8B2.home.otenet.gr)
  1462. # [18:13] * Joins: coops (Adium@moz-BDC7AA35.nwrknj.fios.verizon.net)
  1463. # [18:16] * Joins: kinetik (kinetik@2FDA36D3.CCBA2B1D.FC74E68.IP)
  1464. # [18:16] * Quits: victorporof (victorporo@98A8A9B5.F8731F63.9B1E38F4.IP) (Quit: victorporof)
  1465. # [18:16] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  1466. # [18:16] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1467. # [18:18] * Quits: Lethalman (lethal@moz-530A774.libero.it) (Ping timeout)
  1468. # [18:18] * Joins: Lethalman (lethal@moz-B9B6307F.net24.it)
  1469. # [18:19] * Joins: digitsm (digitsm@DB53CCD1.EE305CC5.C146C5E5.IP)
  1470. # [18:19] * philor|away is now known as philor
  1471. # [18:20] * Joins: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP)
  1472. # [18:20] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Client exited)
  1473. # [18:24] * Quits: mwargers (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl) (Ping timeout)
  1474. # [18:27] * jchen is now known as jchen|away
  1475. # [18:27] * Joins: catalinn (Thunderbir@DF53F00B.5363EAC5.D602D2C5.IP)
  1476. # [18:30] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  1477. # [18:32] * Quits: b10n1k (j0ni@moz-450D8B2.home.otenet.gr) (Ping timeout)
  1478. # [18:34] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  1479. # [18:35] * Joins: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net)
  1480. # [18:35] * Joins: retrecal (retrecal__@moz-31CD4929.lightspeed.sntcca.sbcglobal.net)
  1481. # [18:36] * Quits: JeroenDeDauw (j@DD00BAA3.B0B21119.192BA9D5.IP) (Quit: Leaving.)
  1482. # [18:38] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1483. # [18:39] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1484. # [18:42] * corey|away is now known as corey
  1485. # [18:43] * Joins: mwargers (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl)
  1486. # [18:46] * Joins: b10n1k (j0ni@moz-F5CD4036.home.otenet.gr)
  1487. # [18:48] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1488. # [18:48] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1489. # [18:52] * Quits: b10n1k (j0ni@moz-F5CD4036.home.otenet.gr) (Ping timeout)
  1490. # [18:53] * Joins: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  1491. # [18:53] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1492. # [18:54] * Joins: b10n1k (j0ni@moz-F5CD4036.home.otenet.gr)
  1493. # [18:55] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  1494. # [18:56] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1495. # [18:57] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1496. # [18:57] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (Quit: mixedpuppy)
  1497. # [18:57] * Quits: b10n1k (j0ni@moz-F5CD4036.home.otenet.gr) (Ping timeout)
  1498. # [19:04] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  1499. # [19:09] * Quits: catalinn (Thunderbir@DF53F00B.5363EAC5.D602D2C5.IP) (Ping timeout)
  1500. # [19:11] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  1501. # [19:11] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  1502. # [19:11] * Joins: b10n1k (j0ni@moz-30BD7BDB.home.otenet.gr)
  1503. # [19:13] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  1504. # [19:15] * Quits: daleharvey (uid513@moz-C944F5EC.irccloud.com) (Ping timeout)
  1505. # [19:15] * Joins: daleharvey (uid513@moz-C944F5EC.irccloud.com)
  1506. # [19:16] * Quits: timeless (uid4015@moz-C944F5EC.irccloud.com) (Ping timeout)
  1507. # [19:16] * Joins: timeless (uid4015@moz-C944F5EC.irccloud.com)
  1508. # [19:16] * Quits: WG9s (bill@moz-E8199F88.maine.res.rr.com) (Quit: ChatZilla 0.9.87-6.1450hg.fc18 [XULRunner 22.0/20130621124208])
  1509. # [19:16] * Quits: Lethalman (lethal@moz-B9B6307F.net24.it) (Connection reset by peer)
  1510. # [19:17] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Ping timeout)
  1511. # [19:17] * Quits: esprehn (uid10445@moz-C944F5EC.irccloud.com) (Ping timeout)
  1512. # [19:18] * Quits: ruediger (quassel@moz-C9B8D8D0.org) (Ping timeout)
  1513. # [19:18] * Joins: ruediger (quassel@moz-C9B8D8D0.org)
  1514. # [19:18] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (Quit: mixedpuppy)
  1515. # [19:18] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  1516. # [19:18] * Joins: esprehn (uid10445@moz-C944F5EC.irccloud.com)
  1517. # [19:19] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1518. # [19:20] * Quits: tmyoung (Thunderbir@moz-A52EE408.alyoung.com) (Ping timeout)
  1519. # [19:20] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Client exited)
  1520. # [19:21] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Connection reset by peer)
  1521. # [19:21] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1522. # [19:23] * Joins: tmyoung (Thunderbir@moz-A52EE408.alyoung.com)
  1523. # [19:24] * jchen|away is now known as jchen
  1524. # [19:25] * Quits: b10n1k (j0ni@moz-30BD7BDB.home.otenet.gr) (Ping timeout)
  1525. # [19:27] * jcranmer|away is now known as jcranmer
  1526. # [19:27] * Quits: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (Quit: Lost terminal)
  1527. # [19:28] * Joins: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net)
  1528. # [19:29] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  1529. # [19:32] * Quits: tessarakt2 (jens@moz-286787F3.dip0.t-ipconnect.de) (Ping timeout)
  1530. # [19:33] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1531. # [19:34] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1532. # [19:34] * Quits: AndreeaM (Thunderbir@4057C440.D6D11912.CD219C36.IP) (Client exited)
  1533. # [19:35] * Joins: catalinn (Thunderbir@2508B8B1.5363EAC5.D602D2C5.IP)
  1534. # [19:37] * Quits: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net) (Quit: nccuong)
  1535. # [19:37] * Quits: digitsm (digitsm@DB53CCD1.EE305CC5.C146C5E5.IP) (Ping timeout)
  1536. # [19:38] * jchen is now known as jchen|away
  1537. # [19:38] * Joins: jfkthame (jfkthame@4B35FB16.766B0D6F.3E2A4E92.IP)
  1538. # [19:41] * Joins: digitsm (digitsm@DB53CCD1.EE305CC5.C146C5E5.IP)
  1539. # [19:42] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  1540. # [19:44] * corey is now known as corey|away
  1541. # [19:48] * Quits: jfkthame (jfkthame@4B35FB16.766B0D6F.3E2A4E92.IP) (Quit: jfkthame)
  1542. # [19:49] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1543. # [19:49] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1544. # [19:49] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  1545. # [19:50] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  1546. # [19:50] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Input/output error)
  1547. # [19:51] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1548. # [19:51] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (Ping timeout)
  1549. # [19:52] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  1550. # [19:54] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Quit: cronco)
  1551. # [19:55] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1552. # [19:55] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  1553. # [19:56] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1554. # [19:56] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1555. # [19:57] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  1556. # [19:58] * Quits: @smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi) (Ping timeout)
  1557. # [19:59] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1558. # [20:00] * Joins: caitp- (caitp@moz-9FE842F.cpe.net.cable.rogers.com)
  1559. # [20:01] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  1560. # [20:01] <Ms2ger> Bas, are the tests in gfx/2d/unittest/ run?
  1561. # [20:01] <glosoli> hmm when is Australis coming to Nightly ?
  1562. # [20:01] <Ms2ger> When it's ready
  1563. # [20:02] <glosoli> Wasn't there are Schedule for the end of the current month ?
  1564. # [20:02] * Quits: caitp- (caitp@moz-9FE842F.cpe.net.cable.rogers.com) (Quit: caitp-)
  1565. # [20:02] <Ms2ger> Oh, from gfx/tests/gtest/
  1566. # [20:02] <Ms2ger> Maybe
  1567. # [20:03] <glosoli> hmm
  1568. # [20:05] <Optimizer> from #fx-team branch
  1569. # [20:05] <Optimizer> around a week from now
  1570. # [20:05] <Optimizer> s/branch/channel
  1571. # [20:06] <glosoli> eh, ok :)
  1572. # [20:06] <glosoli> thanks for the answer
  1573. # [20:06] <Optimizer> np
  1574. # [20:06] * Quits: vikash (vikash@E25C8E80.3D8920F9.A3D1B221.IP) (Ping timeout)
  1575. # [20:07] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1576. # [20:07] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1577. # [20:08] * Joins: brendan (brendaneic@moz-A98640B0.sub-70-197-2.myvzw.com)
  1578. # [20:09] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1579. # [20:09] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1580. # [20:11] * Joins: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net)
  1581. # [20:11] * Quits: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net) (Input/output error)
  1582. # [20:12] * Joins: vikash (vikash@E25C8E80.3D8920F9.A3D1B221.IP)
  1583. # [20:12] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  1584. # [20:13] * Quits: catalinn (Thunderbir@2508B8B1.5363EAC5.D602D2C5.IP) (Ping timeout)
  1585. # [20:14] <Bas> ms2ger: I don't -think- they are, but who knows.
  1586. # [20:18] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Ping timeout)
  1587. # [20:19] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1588. # [20:21] * jchen|away is now known as jchen
  1589. # [20:21] * Quits: treestatus (nodebot@moz-72967B8C.unman-vds.internap-sj.nfoservers.com) (Ping timeout)
  1590. # [20:21] * Joins: treestatus (nodebot@moz-72967B8C.unman-vds.internap-sj.nfoservers.com)
  1591. # [20:26] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  1592. # [20:27] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1593. # [20:27] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1594. # [20:27] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1595. # [20:29] * Quits: brendan (brendaneic@moz-A98640B0.sub-70-197-2.myvzw.com) (Quit: brendan)
  1596. # [20:30] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1597. # [20:31] * Joins: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP)
  1598. # [20:31] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1599. # [20:31] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1600. # [20:32] * jchen is now known as jchen|away
  1601. # [20:32] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1602. # [20:37] * Quits: bsmith (bsmith@moz-425F71CF.hfc.comcastbusiness.net) (Ping timeout)
  1603. # [20:38] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1604. # [20:38] * Joins: sshagarwal (Mibbit@87C825DC.17213FE2.301675BC.IP)
  1605. # [20:38] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  1606. # [20:38] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1607. # [20:45] * Joins: dzbarsky (Adium@moz-A7CDB794.dia.static.qwest.net)
  1608. # [20:47] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1609. # [20:49] * Quits: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP) (Ping timeout)
  1610. # [20:50] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1611. # [20:50] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1612. # [20:50] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Client exited)
  1613. # [20:51] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1614. # [20:51] * jcranmer is now known as jcranmer|away
  1615. # [20:51] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  1616. # [20:52] * Joins: jviereck (Adium@moz-340574DC.dclient.hispeed.ch)
  1617. # [20:54] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1618. # [20:55] * Joins: jviereck1 (Adium@moz-340574DC.dclient.hispeed.ch)
  1619. # [20:56] * Quits: jviereck (Adium@moz-340574DC.dclient.hispeed.ch) (Ping timeout)
  1620. # [20:58] * Joins: smaug (chatzilla@moz-D8807168.elisa-laajakaista.fi)
  1621. # [20:58] * ChanServ sets mode: +o smaug
  1622. # [20:59] * hwine-ooo is now known as hwine
  1623. # [21:00] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1624. # [21:00] * Quits: marco (Thunderbir@moz-800B0733.retail.telecomitalia.it) (Quit: marco)
  1625. # [21:00] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1626. # [21:02] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1627. # [21:04] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  1628. # [21:05] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1629. # [21:06] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1630. # [21:07] * Joins: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP)
  1631. # [21:07] * Joins: bsmith (bsmith@2557E599.66715431.D25A875A.IP)
  1632. # [21:07] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  1633. # [21:08] * Joins: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP)
  1634. # [21:09] * Quits: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP) (Ping timeout)
  1635. # [21:09] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Ping timeout)
  1636. # [21:09] * Joins: cviecco (cviecco@A5A0595A.66715431.D25A875A.IP)
  1637. # [21:11] * Joins: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br)
  1638. # [21:11] * Quits: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net) (Quit: Leaving.)
  1639. # [21:11] * Joins: JeroenDeDauw (j@moz-5B82C9EE.customer.schedom-europe.net)
  1640. # [21:12] * Joins: mihneadb (Mihnea@moz-329F29A3.lightspeed.sntcca.sbcglobal.net)
  1641. # [21:12] * Quits: FabioMagnoni (fabiomagno@moz-DFB93E74.dsl.telesp.net.br) (Input/output error)
  1642. # [21:15] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1643. # [21:15] * Joins: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP)
  1644. # [21:21] * Quits: cviecco (cviecco@A5A0595A.66715431.D25A875A.IP) (Input/output error)
  1645. # [21:22] * Joins: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP)
  1646. # [21:22] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (Ping timeout)
  1647. # [21:23] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  1648. # [21:23] * Quits: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP) (Ping timeout)
  1649. # [21:25] * Quits: sshagarwal (Mibbit@87C825DC.17213FE2.301675BC.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1650. # [21:27] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1651. # [21:27] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  1652. # [21:27] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  1653. # [21:28] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1654. # [21:28] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1655. # [21:30] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  1656. # [21:34] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  1657. # [21:35] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  1658. # [21:36] * nthomas|away is now known as nthomas
  1659. # [21:36] * Joins: dao (dao@moz-27830057.superkabel.de)
  1660. # [21:38] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  1661. # [21:40] * Quits: RealRaven (Thunderbir@4C8CA545.36A3DF17.C3498625.IP) (Ping timeout)
  1662. # [21:45] * jcranmer|away is now known as jcranmer
  1663. # [21:46] * Joins: victorporof (victorporo@47ED472A.8A34D153.9B1E38F4.IP)
  1664. # [21:50] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1665. # [21:54] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1666. # [21:57] * Quits: jviereck1 (Adium@moz-340574DC.dclient.hispeed.ch) (Ping timeout)
  1667. # [21:57] * Quits: robarnold (rob@BD56354E.DB510C09.6E370BFC.IP) (Ping timeout)
  1668. # [21:57] * Joins: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net)
  1669. # [21:59] * Joins: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net)
  1670. # [22:00] * Joins: robarnold (rob@BD56354E.DB510C09.6E370BFC.IP)
  1671. # [22:02] * Quits: robarnold (rob@BD56354E.DB510C09.6E370BFC.IP) (Ping timeout)
  1672. # [22:03] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  1673. # [22:04] * MrDHat is now known as MrDHat|afk
  1674. # [22:04] * hwine is now known as hwine-ooo
  1675. # [22:05] * Quits: bkelly (bkelly@moz-8C21D137.washdc.fios.verizon.net) (Quit: Leaving.)
  1676. # [22:05] * Joins: robarnold (rob@BD56354E.DB510C09.6E370BFC.IP)
  1677. # [22:05] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1678. # [22:06] * Joins: jviereck (Adium@moz-340574DC.dclient.hispeed.ch)
  1679. # [22:07] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1680. # [22:07] * Quits: dao (dao@moz-27830057.superkabel.de) (Quit: Leaving.)
  1681. # [22:08] * ggp is now known as dzbarsky_
  1682. # [22:08] * dzbarsky_ is now known as ggp
  1683. # [22:11] * Joins: tchevalier (Thunderbir@moz-5BB19179.rev.sfr.net)
  1684. # [22:11] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1685. # [22:11] * ChanServ sets mode: +o dveditz
  1686. # [22:12] * Quits: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net) (No route to host)
  1687. # [22:12] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  1688. # [22:14] * Quits: victorporof (victorporo@47ED472A.8A34D153.9B1E38F4.IP) (Ping timeout)
  1689. # [22:14] * kripton is now known as Kripton
  1690. # [22:15] * Joins: rednaks (rednaks@67711D7D.70910F6F.55FFA9B4.IP)
  1691. # [22:15] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  1692. # [22:15] * Joins: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP)
  1693. # [22:16] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Client exited)
  1694. # [22:18] * Quits: clokep (Instantbir@5538644.6A558D2.4EF9B99B.IP) (Ping timeout)
  1695. # [22:18] * Joins: victorporof (victorporo@74A9C5E8.1745F5FA.9B1E38F4.IP)
  1696. # [22:20] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  1697. # [22:20] * Joins: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com)
  1698. # [22:22] * Quits: fossterer (Thunderbir@EFD7D4EF.F5E5CB45.7796163B.IP) (Quit: I'm away)
  1699. # [22:22] * Quits: reyre_ (reyre@moz-9002CDDA.cpe.net.cable.rogers.com) (Ping timeout)
  1700. # [22:24] * Quits: mihneadb (Mihnea@moz-329F29A3.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  1701. # [22:28] * Quits: dejan_ (dejan@moz-38C4B255.duo.carnet.hr) (Ping timeout)
  1702. # [22:28] * Joins: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP)
  1703. # [22:29] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1704. # [22:33] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  1705. # [22:35] * Joins: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP)
  1706. # [22:35] * Quits: jviereck (Adium@moz-340574DC.dclient.hispeed.ch) (Ping timeout)
  1707. # [22:36] * Quits: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net) (Client exited)
  1708. # [22:37] * Quits: cviecco (cviecco@FFF6C6FB.64B38742.D668DF47.IP) (Ping timeout)
  1709. # [22:37] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  1710. # [22:37] * Joins: cviecco (cviecco@A5A0595A.66715431.D25A875A.IP)
  1711. # [22:37] * Joins: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net)
  1712. # [22:38] * Joins: jviereck (Adium@moz-499179CD.dynamic.hispeed.ch)
  1713. # [22:42] * Joins: ErvisTusha (ErvisTusha@58C24975.F69FB6EA.363D84A4.IP)
  1714. # [22:42] * Quits: cviecco (cviecco@A5A0595A.66715431.D25A875A.IP) (Input/output error)
  1715. # [22:43] * Quits: ErvisTusha (ErvisTusha@58C24975.F69FB6EA.363D84A4.IP) (Quit: Leaving)
  1716. # [22:45] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1717. # [22:47] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1718. # [22:50] * Quits: sankha93 (Instantbir@EBD91EDB.71DC40C8.FE9EB363.IP) (Ping timeout)
  1719. # [22:51] * Joins: brson (brson@2557E599.66715431.D25A875A.IP)
  1720. # [22:52] * Joins: Mook (mook@moz-891952A8.dsl.teksavvy.com)
  1721. # [22:54] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  1722. # [22:54] * Joins: breck (breck@moz-E512D9D2.hsd1.ca.comcast.net)
  1723. # [22:55] * Joins: tessarakt2 (jens@moz-286787F3.dip0.t-ipconnect.de)
  1724. # [22:56] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1725. # [22:58] * Joins: dria (dria@moz-FA501BDE.static.datacom.cgocable.net)
  1726. # [22:59] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  1727. # [22:59] * Quits: victorporof (victorporo@74A9C5E8.1745F5FA.9B1E38F4.IP) (Ping timeout)
  1728. # [23:00] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1729. # [23:00] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1730. # [23:03] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  1731. # [23:05] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1732. # [23:05] * Joins: jviereck1 (Adium@moz-499179CD.dynamic.hispeed.ch)
  1733. # [23:05] * Quits: jviereck (Adium@moz-499179CD.dynamic.hispeed.ch) (Connection reset by peer)
  1734. # [23:06] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1735. # [23:06] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  1736. # [23:09] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  1737. # [23:09] * Quits: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP) (Ping timeout)
  1738. # [23:11] * Quits: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net) (Quit: nccuong)
  1739. # [23:12] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  1740. # [23:17] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1741. # [23:17] * Kripton is now known as kripton
  1742. # [23:17] * Joins: jorendorff (jorendorff@moz-2F32ACA3.hsd1.tn.comcast.net)
  1743. # [23:18] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1744. # [23:18] * joduinn-afk is now known as joduinn
  1745. # [23:19] * Quits: msucan (mihai@B878FC64.700B7157.7C5F70AF.IP) (Quit: Leaving.)
  1746. # [23:20] * Quits: mwargers (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl) (Ping timeout)
  1747. # [23:22] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  1748. # [23:25] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1749. # [23:30] * Quits: Ms2ger (Ms2ger@9D2CFE09.F6F1767D.3773EA9F.IP) (Quit: nn)
  1750. # [23:30] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1751. # [23:33] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1752. # [23:33] * lightsofapollo_|afk is now known as lightsofapollo_
  1753. # [23:36] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1754. # [23:37] * Quits: jviereck1 (Adium@moz-499179CD.dynamic.hispeed.ch) (Quit: Leaving.)
  1755. # [23:38] * Quits: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP) (Quit: Leaving.)
  1756. # [23:41] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1757. # [23:41] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1758. # [23:44] * Joins: maxli (maxli@B5559308.9C54E60.2FA4EA88.IP)
  1759. # [23:44] * corey|away is now known as corey
  1760. # [23:47] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1761. # [23:47] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1762. # [23:49] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1763. # [23:51] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1764. # [23:52] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1765. # [23:52] * Joins: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1766. # [23:52] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1767. # [23:53] * Joins: aut0mata (automata@94C7AAD7.84D54F57.E0F4401A.IP)
  1768. # [23:54] * corey is now known as corey|away
  1769. # [23:54] * Joins: KWierso|Home_ (chatzilla@moz-39E2648C.hsd1.ca.comcast.net)
  1770. # [23:55] * Quits: KWierso|Home (chatzilla@moz-39E2648C.hsd1.ca.comcast.net) (Ping timeout)
  1771. # [23:55] * KWierso|Home_ is now known as KWierso|Home
  1772. # [23:55] * Joins: nccuong (Instantbir@moz-7C9C3C02.fbx.proxad.net)
  1773. # [23:56] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1774. # [23:56] * ChanServ sets mode: +o roc
  1775. # [23:57] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1776. # [23:57] * Quits: digitsm (digitsm@DB53CCD1.EE305CC5.C146C5E5.IP) (Input/output error)
  1777. # [23:58] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  1778. # [23:59] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1779. # Session Close: Sun Jun 30 00:00:00 2013

The end :)