/irc-logs / mozilla / #developers / 2013-12-01 / end

Options:

  1. # Session Start: Sun Dec 01 00:00:01 2013
  2. # Session Ident: #developers
  3. # [00:00] * Joins: asuk (asuk@FA0B9315.D7D800CF.AF15F8E5.IP)
  4. # [00:04] * mattwoodrow is now known as mattwoodrow|away
  5. # [00:05] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  6. # [00:06] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  7. # [00:08] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  8. # [00:08] * mattwoodrow|away is now known as mattwoodrow
  9. # [00:09] * mattwoodrow is now known as mattwoodrow|away
  10. # [00:12] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  11. # [00:13] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  12. # [00:14] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  13. # [00:14] * Joins: iKlsR_ (iKlsR@43A4149C.225A10DD.F98CDAFB.IP)
  14. # [00:14] * Quits: iKlsR (iKlsR@43A4149C.225A10DD.F98CDAFB.IP) (Quit: Respawning..)
  15. # [00:14] * Quits: iKlsR_ (iKlsR@43A4149C.225A10DD.F98CDAFB.IP) (Quit: Respawning..)
  16. # [00:14] * Joins: iKlsR (iKlsR@43A4149C.225A10DD.F98CDAFB.IP)
  17. # [00:14] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  18. # [00:19] * Quits: iKlsR (iKlsR@43A4149C.225A10DD.F98CDAFB.IP) (Quit: Respawning..)
  19. # [00:20] * Quits: tomer (tomer@F61A4DAE.55661B99.34A7550B.IP) (Ping timeout)
  20. # [00:21] * Joins: jonasfj (jonasfj@moz-49AD9C81.hsd1.ca.comcast.net)
  21. # [00:24] * Joins: glob (glob@moz-BDD802ED.hfc.comcastbusiness.net)
  22. # [00:27] * Joins: b10n1k (j0ni@moz-209F4D04.dsl.dyn.forthnet.gr)
  23. # [00:28] * Quits: Alex_L (quassel@moz-FF6FB20C.nationalcablenetworks.ru) (Ping timeout)
  24. # [00:30] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  25. # [00:31] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  26. # [00:31] * Quits: KWierso|afk (chatzilla@moz-6DC11956.desm.qwest.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  27. # [00:32] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  28. # [00:32] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  29. # [00:33] * Quits: matthewgertner (matthewger@moz-EAEA0A9C.bstnma.fios.verizon.net) (Quit: matthewgertner)
  30. # [00:35] * glob is now known as glob|away
  31. # [00:36] <Optimizer> anyone knows how to use Purify to debug memory leaks ?
  32. # [00:36] * Quits: SJW (Thunderbir@36F59132.8104C751.D7B54A56.IP) (Quit: SJW)
  33. # [00:36] <ekr> Optimizer: I haven't used it for years, but it used to just report
  34. # [00:37] <Optimizer> i open firefox using purify, but after closing, nothing comes on purify
  35. # [00:37] <Optimizer> its empty as it was when i start it
  36. # [00:38] <ekr> Optimizer: try making a deliberate memory error, like an out of bounds memory write
  37. # [00:38] <ekr> And see if it shows you anything
  38. # [00:38] <Optimizer> it doesnot even list firefox anywhere
  39. # [00:38] <Optimizer> and how to make one ?
  40. # [00:38] <ekr> How to mak eone?
  41. # [00:38] <ekr> You mean a memory error?
  42. # [00:38] <ekr> unsigned char tmp[10];
  43. # [00:38] <Optimizer> via JS ?
  44. # [00:39] <ekr> memset(tmp, 'x', 100);
  45. # [00:39] <ekr> Oh, you won't be able to, I hope.
  46. # [00:39] <ekr> I was thinking you would recompile.
  47. # [00:39] <ekr> And when I used to use purity you needed to purify your binary
  48. # [00:40] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  49. # [00:40] <Optimizer> how to do so ?
  50. # [00:41] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  51. # [00:41] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  52. # [00:42] * Quits: RealRaven (Thunderbir@207E832A.10E106C4.C3498625.IP) (Quit: RealRaven)
  53. # [00:42] <ekr> No idea. Haven't used it in like 10 years
  54. # [00:42] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  55. # [00:43] <Optimizer> right now, its either just useless, or i am missing sommething
  56. # [00:43] <Optimizer> how did i even think that ibm can make good software :D
  57. # [00:43] <ekr> It used to be awesome
  58. # [00:43] <ekr> So, this is what it used to be: http://pages.cs.wisc.edu/~hasti/cs368/CppTutorial/NOTES/PURIFY.html
  59. # [00:44] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  60. # [00:44] <Optimizer> right now, after opening firefox, it does nothing .
  61. # [00:44] <Optimizer> it says that i have to click the snapshot button, but that button is disabled
  62. # [00:46] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  63. # [00:46] <ekr> Sorry, no idea.
  64. # [00:52] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  65. # [00:52] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  66. # [00:53] <Optimizer> https://wiki.mozilla.org/Performance:Leak_Tools#JavaScript_heap_dump says that i set an environment variable . I did, but there was no file generated.
  67. # [00:54] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  68. # [00:55] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  69. # [00:57] * Joins: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net)
  70. # [00:59] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  71. # [00:59] * Quits: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net) (Ping timeout)
  72. # [00:59] * Quits: peterhil (peterhil@moz-244DE79D.dhcp.inet.fi) (Quit: Must not waste too much time here...)
  73. # [01:00] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  74. # [01:01] * Joins: lduros (user@moz-ED7C59BC.phlapa.fios.verizon.net)
  75. # [01:05] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  76. # [01:10] * Joins: forivall (quassel@moz-C3493F5E.vc.shawcable.net)
  77. # [01:10] * Quits: b10n1k (j0ni@moz-209F4D04.dsl.dyn.forthnet.gr) (Ping timeout)
  78. # [01:11] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  79. # [01:15] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  80. # [01:17] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  81. # [01:20] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  82. # [01:25] * Fallen|away is now known as Fallen
  83. # [01:25] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  84. # [01:26] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Input/output error)
  85. # [01:28] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  86. # [01:28] * Joins: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net)
  87. # [01:30] * Quits: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net) (Ping timeout)
  88. # [01:34] <NeilAway> glandium: is it known that pymake only works on a clobber build?
  89. # [01:36] * Quits: asuk (asuk@FA0B9315.D7D800CF.AF15F8E5.IP) (Quit: Textual IRC Client: www.textualapp.com)
  90. # [01:44] * Joins: harth (harth@moz-1096983A.hsd1.ca.comcast.net)
  91. # [01:45] <glandium> NeilAway: considering tbpl builds are using pymake and do incremental builds, i doubt this is true
  92. # [01:47] * Fallen is now known as Fallen|away
  93. # [01:49] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  94. # [01:49] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  95. # [01:51] <ekr> jhlin: ping
  96. # [01:51] <ekr> !seen jhlin
  97. # [01:51] <firebot> jhlin was last seen 2 days, 18 hours, 56 minutes and 43 seconds ago, saying 'kk1fff: export NSPR_LOG_MODULES='signaling:5' && export R_LOG_LEVEL=9' in #media.
  98. # [01:52] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  99. # [01:52] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  100. # [01:52] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  101. # [01:53] * Quits: espadrine (ttyl@moz-275BFF51.w92-128.abo.wanadoo.fr) (Ping timeout)
  102. # [01:54] * Joins: digitsm (digitsm@D9AE9E37.8B37453.C146C5E5.IP)
  103. # [01:55] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  104. # [01:55] * Quits: jfkthame (jfkthame@moz-BD15DB83.cable.virginm.net) (Quit: This computer has gone to sleep)
  105. # [01:56] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Quit: No Ping reply in 180 seconds.)
  106. # [01:56] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  107. # [01:56] * Quits: till (till@moz-744F5368.adsl.alicedsl.de) (Client exited)
  108. # [01:59] * Quits: ericjung (ericjung@EE183E3.42557186.549B3E4F.IP) (Ping timeout)
  109. # [02:02] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  110. # [02:02] * Quits: twi (Adium@moz-C9D8FEFF.superkabel.de) (Quit: Leaving.)
  111. # [02:07] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  112. # [02:09] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  113. # [02:10] * Quits: juanb (jbecerra@moz-ACDE7EEC.mozilla.com) (Quit: juanb)
  114. # [02:11] * Quits: glob|away (glob@moz-BDD802ED.hfc.comcastbusiness.net) (Quit: Leaving...)
  115. # [02:12] * Quits: jonasfj (jonasfj@moz-49AD9C81.hsd1.ca.comcast.net) (Ping timeout)
  116. # [02:13] * Quits: fox2mike (shyam@C62C4188.66A0454.467F5724.IP) (Quit: BOFH Excuse #191: Just type mv * /dev/null.)
  117. # [02:13] * Quits: elin (elin@moz-2FD9C3D8.dynamic.hinet.net) (Quit: elin)
  118. # [02:14] * Joins: fox2mike (shyam@moz-8DDA37AB.fox2mike.net)
  119. # [02:14] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  120. # [02:14] * Joins: ericjung (ericjung@EE183E3.42557186.549B3E4F.IP)
  121. # [02:19] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  122. # [02:20] * Joins: zz_halfie (halfie@744DBD05.EB658883.2BF60B34.IP)
  123. # [02:20] * zz_halfie is now known as halfie
  124. # [02:28] * Joins: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net)
  125. # [02:29] * Joins: dmarcos_ (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net)
  126. # [02:30] * Quits: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net) (Ping timeout)
  127. # [02:31] * Quits: dmarcos_ (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net) (Ping timeout)
  128. # [02:32] * Joins: tonymec|away (tonymec@2FB82C8.23F33CAF.277517C1.IP)
  129. # [02:37] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  130. # [02:38] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  131. # [02:40] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  132. # [02:40] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  133. # [02:43] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  134. # [02:45] * corey is now known as corey|away
  135. # [02:45] * Joins: tonymec (tonymec@2FB82C8.23F33CAF.277517C1.IP)
  136. # [02:46] * Joins: marco (Thunderbir@moz-A62308C0.retail.telecomitalia.it)
  137. # [02:48] * Quits: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net) (Client exited)
  138. # [02:48] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  139. # [02:49] * Quits: mfinkle (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net) (Ping timeout)
  140. # [02:52] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  141. # [02:53] * Joins: mfinkle (mfinkle@moz-F01E80CE.hsd1.pa.comcast.net)
  142. # [02:54] * Quits: lduros (user@moz-ED7C59BC.phlapa.fios.verizon.net) (Client exited)
  143. # [02:54] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  144. # [02:57] * Quits: marco (Thunderbir@moz-A62308C0.retail.telecomitalia.it) (Input/output error)
  145. # [02:57] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  146. # [03:02] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  147. # [03:03] * Quits: six600110 (six600110@moz-C663577C.hsd1.il.comcast.net) (Ping timeout)
  148. # [03:04] * Joins: six600110 (six600110@moz-C663577C.hsd1.il.comcast.net)
  149. # [03:05] * Joins: sewardj (sewardj@moz-721079A3.dip0.t-ipconnect.de)
  150. # [03:06] * Quits: tonymec (tonymec@2FB82C8.23F33CAF.277517C1.IP) (Ping timeout)
  151. # [03:06] * Quits: sewardj__ (sewardj@moz-F39963C.dip0.t-ipconnect.de) (Ping timeout)
  152. # [03:06] * Quits: tonymec|away (tonymec@2FB82C8.23F33CAF.277517C1.IP) (Ping timeout)
  153. # [03:10] * jchen is now known as jchen|away
  154. # [03:10] * Joins: jonasfj (jonasfj@moz-49AD9C81.hsd1.ca.comcast.net)
  155. # [03:13] <bjacob> glandium: i have two trivial non-unified build fixes, i am very tempted to land them without review
  156. # [03:14] <bjacob> not adding #includes or using statements, just adding namespace::
  157. # [03:14] * Joins: tonymec|away (tonymec@154C2B22.64732CAE.277517C1.IP)
  158. # [03:18] * nthomas|away is now known as nthomas
  159. # [03:19] * Joins: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net)
  160. # [03:20] * nthomas is now known as nthomas|away
  161. # [03:21] * Quits: chewey (chewey@moz-40108D41.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  162. # [03:21] * Joins: chewey (chewey@moz-503826CC.dip0.t-ipconnect.de)
  163. # [03:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/897485d481de - Benoit Jacob - Bug 943712 - Fix the non-unified build of SmsIPCService.cpp - no review, trivial compilation fix
  164. # [03:22] * jchen|away is now known as jchen
  165. # [03:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d0187315ef02 - Benoit Jacob - Bug 944571 - Fix the non-unified build of gfxBlur.cpp - no review, trivial compilation fix
  166. # [03:24] * Joins: tonymec (tonymec@154C2B22.64732CAE.277517C1.IP)
  167. # [03:25] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  168. # [03:28] * Quits: julienw_afk (julienw@moz-E38F5B6A.everlong.org) (Ping timeout)
  169. # [03:29] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  170. # [03:29] * Joins: julienw_afk (julienw@moz-E38F5B6A.everlong.org)
  171. # [03:29] * Joins: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net)
  172. # [03:31] * Quits: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com) (Quit: Leaving)
  173. # [03:31] * Quits: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net) (Ping timeout)
  174. # [03:32] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  175. # [03:35] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  176. # [03:38] * Quits: grobinson|laptop (grob_@moz-A22BFFCA.tuxli.ch) (Quit: Leaving)
  177. # [03:38] * Joins: grobinson|laptop (grob_@moz-A98407E2.torservers.net)
  178. # [03:40] <jcranmer> 6 try pushes in one night
  179. # [03:41] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  180. # [03:43] * Joins: aja (Instantbir@A6682597.1C8376FD.7880DB15.IP)
  181. # [03:43] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Input/output error)
  182. # [03:44] * Quits: julienw_afk (julienw@moz-E38F5B6A.everlong.org) (Ping timeout)
  183. # [03:44] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  184. # [03:44] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  185. # [03:44] * Joins: rcampbelllaos (rcampbelll@751A40B6.566EA932.E8916D75.IP)
  186. # [03:45] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  187. # [03:46] * Joins: julienw_afk (julienw@moz-E38F5B6A.everlong.org)
  188. # [03:46] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  189. # [03:46] * Quits: harth (harth@moz-1096983A.hsd1.ca.comcast.net) (Input/output error)
  190. # [03:49] * Quits: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net) (Ping timeout)
  191. # [03:50] * Joins: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net)
  192. # [03:53] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  193. # [03:54] <bjacob> jcranmer: (talking about my pushes?) but they
  194. # [03:54] <bjacob> jcranmer: (talking about my pushes?) but they're cheap ones!
  195. # [03:54] <bjacob> plus it's saturday night so i get to abuse try
  196. # [03:54] <jcranmer> no, my pushes
  197. # [03:55] <jcranmer> https://tbpl.mozilla.org/?tree=Thunderbird-Try&pusher=Pidgeot18@gmail.com
  198. # [03:55] <jcranmer> yay for debugging build config changes to platforms I don't have access to
  199. # [03:55] <bjacob> oh
  200. # [03:55] <bjacob> yeah
  201. # [03:55] <bjacob> i just pushed 2 non-unified fixes to inbound
  202. # [03:56] <bjacob> at the moment i'm making Mac-only patches without a mac... whence need to try
  203. # [03:56] <jcranmer> if you can't guess from [mq]: port-xcode-project, I'm also making Mac-only patches without a mac
  204. # [03:57] <jcranmer> and I'm making them without understanding what the code is doing perfectly, too ^_^
  205. # [03:57] * Quits: nbp (pierron@moz-7EB03C5F.fbx.proxad.net) (Ping timeout)
  206. # [03:57] * Joins: darkowlzz (sunny@A43E6E51.465E20BB.27560D6E.IP)
  207. # [03:59] * Quits: Mathnerd314 (Mibbit@moz-B67EC266.cos.dyn.pcisys.net) (Quit: http://www.mibbit.com ajax IRC Client)
  208. # [04:00] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  209. # [04:00] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  210. # [04:02] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  211. # [04:02] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  212. # [04:04] * Quits: grobinson|laptop (grob_@moz-A98407E2.torservers.net) (Ping timeout)
  213. # [04:05] * Quits: Nikopol (nikopol@moz-68B53A37.chaosorigin.com) (Ping timeout)
  214. # [04:05] <bjacob> jcranmer: how about this: i'm adding new objective c++ files without knowing anything about that language aside from it looks like c++
  215. # [04:05] * Quits: baku|away (baku@moz-4038023A.ghst.net) (Ping timeout)
  216. # [04:06] * Joins: Mathnerd314 (Mibbit@moz-B67EC266.cos.dyn.pcisys.net)
  217. # [04:06] <jcranmer> I've done that before
  218. # [04:07] * Joins: baku|away (baku@moz-4038023A.ghst.net)
  219. # [04:07] * Joins: Nikopol (nikopol@moz-68B53A37.chaosorigin.com)
  220. # [04:08] * baku|away is now known as baku
  221. # [04:08] * Quits: h4writer (h4writer@moz-957FCBC.access.telenet.be) (Ping timeout)
  222. # [04:11] * Joins: h4writer (h4writer@moz-957FCBC.access.telenet.be)
  223. # [04:16] * Quits: KaiRo_away (robert@moz-17DEC0DF.adsl.highway.telekom.at) (Input/output error)
  224. # [04:18] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  225. # [04:18] * BenWa|email is now known as BenWa
  226. # [04:19] <tbsaunde> bjacob: accept when it doesn't, and instead looks like nonsense, and the compiler error messages are further nonsense
  227. # [04:20] <bjacob> tbsaunde: hehe
  228. # [04:21] * Quits: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net) (Ping timeout)
  229. # [04:22] <JosiahOne> Wow. Such cruelty...
  230. # [04:23] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Client exited)
  231. # [04:27] * Joins: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net)
  232. # [04:27] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  233. # [04:30] * Joins: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net)
  234. # [04:31] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  235. # [04:32] * Quits: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net) (Ping timeout)
  236. # [04:32] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  237. # [04:32] * BenWa is now known as BenWa|email
  238. # [04:37] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  239. # [04:39] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  240. # [04:39] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  241. # [04:40] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  242. # [04:41] * Joins: matthewgertner (matthewger@moz-EAEA0A9C.bstnma.fios.verizon.net)
  243. # [04:41] * Quits: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net) (Client exited)
  244. # [04:41] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  245. # [04:41] * Joins: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com)
  246. # [04:43] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  247. # [04:44] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Client exited)
  248. # [04:44] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  249. # [04:45] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  250. # [04:45] * Joins: emtwo (msamuel@moz-83416743.cpe.net.cable.rogers.com)
  251. # [04:46] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  252. # [04:47] * Joins: tessarakt3 (jens@moz-535B6F6.dip0.t-ipconnect.de)
  253. # [04:48] * Quits: tessarakt2 (jens@moz-5054A283.dip0.t-ipconnect.de) (Ping timeout)
  254. # [04:48] * Quits: emtwo (msamuel@moz-83416743.cpe.net.cable.rogers.com) (Quit: Leaving.)
  255. # [04:49] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  256. # [04:52] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  257. # [04:52] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  258. # [04:53] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  259. # [04:54] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  260. # [04:54] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  261. # [04:55] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  262. # [04:58] * Quits: automata (automata@D773866B.FA36B139.BB0EBA72.IP) (Quit: Leaving)
  263. # [04:59] * Joins: annevk (annevk@354D67D8.4F390C2A.420B7681.IP)
  264. # [05:01] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  265. # [05:01] * Quits: annevk (annevk@354D67D8.4F390C2A.420B7681.IP) (Ping timeout)
  266. # [05:01] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  267. # [05:02] * Quits: ericjung (ericjung@EE183E3.42557186.549B3E4F.IP) (Ping timeout)
  268. # [05:03] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  269. # [05:04] * Joins: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net)
  270. # [05:04] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  271. # [05:05] * Joins: grobinson|laptop (grob_@3769EAC8.B639D6B7.D1F2A0B8.IP)
  272. # [05:06] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  273. # [05:07] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  274. # [05:08] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  275. # [05:09] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  276. # [05:09] * corey|away is now known as corey
  277. # [05:14] * BenWa|email is now known as BenWa
  278. # [05:21] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  279. # [05:22] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  280. # [05:24] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  281. # [05:24] * Quits: lerc (quassel@1025964E.9BA67FF7.788638A4.IP) (Client exited)
  282. # [05:25] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  283. # [05:28] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  284. # [05:28] * Joins: lerc (quassel@1025964E.9BA67FF7.788638A4.IP)
  285. # [05:28] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  286. # [05:29] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  287. # [05:30] * Joins: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net)
  288. # [05:31] * Quits: lerc (quassel@1025964E.9BA67FF7.788638A4.IP) (Client exited)
  289. # [05:32] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  290. # [05:32] * Quits: dmarcos (dmarcos@moz-3FA6CA5A.hsd1.mi.comcast.net) (Ping timeout)
  291. # [05:33] * Quits: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com) (Connection reset by peer)
  292. # [05:34] * Joins: lerc (quassel@1025964E.9BA67FF7.788638A4.IP)
  293. # [05:35] * Quits: rcampbelllaos (rcampbelll@751A40B6.566EA932.E8916D75.IP) (Quit: Leaving)
  294. # [05:35] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  295. # [05:36] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  296. # [05:36] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  297. # [05:40] * Joins: dew1 (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  298. # [05:40] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  299. # [05:41] * Quits: digitsm (digitsm@D9AE9E37.8B37453.C146C5E5.IP) (Input/output error)
  300. # [05:44] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  301. # [05:48] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  302. # [05:49] * Quits: dew1 (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  303. # [05:49] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  304. # [05:50] * jchen is now known as jchen|away
  305. # [05:50] * Parts: aja (Instantbir@A6682597.1C8376FD.7880DB15.IP)
  306. # [05:51] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  307. # [05:53] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  308. # [05:55] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Ping timeout)
  309. # [05:56] * Quits: clokep (Instantbir@moz-9746B523.nycmny.fios.verizon.net) (Ping timeout)
  310. # [05:57] * Quits: Matti (Matti@moz-4AC409EE.dip0.t-ipconnect.de) (Ping timeout)
  311. # [05:57] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  312. # [05:57] * Joins: till (till@moz-744F5368.adsl.alicedsl.de)
  313. # [05:59] * Quits: till (till@moz-744F5368.adsl.alicedsl.de) (Ping timeout)
  314. # [06:00] * Quits: tonymec (tonymec@154C2B22.64732CAE.277517C1.IP) (Ping timeout)
  315. # [06:01] * Quits: paulproteus (quassel@199.199.210.158) (Ping timeout)
  316. # [06:01] * Joins: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com)
  317. # [06:01] * Joins: Matti_away (Matti@moz-CDAAA23F.dip0.t-ipconnect.de)
  318. # [06:01] * Matti_away is now known as Matti
  319. # [06:05] * Joins: paulproteus (quassel@458FE134.3EC36C88.CBDCF1DC.IP)
  320. # [06:10] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  321. # [06:10] * Quits: darkowlzz (sunny@A43E6E51.465E20BB.27560D6E.IP) (Ping timeout)
  322. # [06:11] * Joins: tonymec (tonymec@154C2B22.64732CAE.277517C1.IP)
  323. # [06:12] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  324. # [06:17] * BenWa is now known as BenWa|email
  325. # [06:18] * Quits: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net) (Client exited)
  326. # [06:20] * jchen|away is now known as jchen
  327. # [06:22] * Quits: coop|afk (Chris@moz-D506C455.dsl.bell.ca) (Ping timeout)
  328. # [06:22] * jchen is now known as jchen|away
  329. # [06:27] * Joins: coop (Chris@moz-4CB1DAC8.dsl.bell.ca)
  330. # [06:33] * Quits: grobinson|laptop (grob_@3769EAC8.B639D6B7.D1F2A0B8.IP) (Ping timeout)
  331. # [06:34] * Quits: coop (Chris@moz-4CB1DAC8.dsl.bell.ca) (Quit: coop)
  332. # [06:35] * Quits: Mathnerd314 (Mibbit@moz-B67EC266.cos.dyn.pcisys.net) (Quit: http://www.mibbit.com ajax IRC Client)
  333. # [06:44] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  334. # [06:48] * deian|away is now known as deian
  335. # [06:49] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  336. # [06:50] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  337. # [06:52] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  338. # [06:53] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  339. # [06:55] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  340. # [06:58] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  341. # [07:08] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  342. # [07:08] * Joins: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net)
  343. # [07:12] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  344. # [07:13] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  345. # [07:16] * Joins: b10n1k (j0ni@moz-209F4D04.dsl.dyn.forthnet.gr)
  346. # [07:18] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  347. # [07:18] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  348. # [07:19] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  349. # [07:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f6114308c97d - Jason Orendorff - Bug 806522 - Assertion failure: getSlot(EVAL).isObject(), r=Waldo
  350. # [07:22] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Linkinus - http://linkinus.com)
  351. # [07:23] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  352. # [07:26] * Parts: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  353. # [07:27] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  354. # [07:33] * Quits: b10n1k (j0ni@moz-209F4D04.dsl.dyn.forthnet.gr) (Ping timeout)
  355. # [07:34] * Quits: schien (anonymous@moz-158622D5.dynamic.hinet.net) (Ping timeout)
  356. # [07:34] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  357. # [07:35] * Joins: schien (anonymous@moz-158622D5.dynamic.hinet.net)
  358. # [07:35] * Joins: annevk (annevk@354D67D8.4F390C2A.420B7681.IP)
  359. # [07:35] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  360. # [07:37] * Joins: ahunt (andy@moz-6D6D79D6.cable.virginm.net)
  361. # [07:40] * Joins: anirban (anirban@719B4EE9.9358063F.6DC151A0.IP)
  362. # [07:48] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  363. # [07:52] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  364. # [07:52] * Quits: weshmek (Mibbit@moz-F751063F.cpe.net.cable.rogers.com) (Quit: http://www.mibbit.com ajax IRC Client)
  365. # [07:52] * jcranmer is now known as jcranmer|away
  366. # [07:53] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  367. # [07:54] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Client exited)
  368. # [07:54] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  369. # [07:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/763fbb0e1c45 - Chris Peterson - Bug 784295 - Part 2: Compile self-hosted JS in extra warnings mode (in DEBUG builds). r=till
  370. # [07:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c399711f3658 - Chris Peterson - Bug 784295 - Part 1: Compile self-hosted JS in strict mode (in DEBUG builds). r=till
  371. # [08:01] * mattwoodrow|away is now known as mattwoodrow
  372. # [08:02] * Joins: b10n1k (j0ni@moz-209F4D04.dsl.dyn.forthnet.gr)
  373. # [08:04] * Joins: glob (glob@moz-BDD802ED.hfc.comcastbusiness.net)
  374. # [08:04] * Quits: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com) (Quit: Leaving)
  375. # [08:06] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  376. # [08:18] * Joins: digitsm (digitsm@D9AE9E37.8B37453.C146C5E5.IP)
  377. # [08:21] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  378. # [08:21] * ChanServ sets mode: +o smaug
  379. # [08:22] * Fallen|away is now known as Fallen
  380. # [08:29] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  381. # [08:30] * Quits: anirban (anirban@719B4EE9.9358063F.6DC151A0.IP) (Ping timeout)
  382. # [08:30] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  383. # [08:39] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Input/output error)
  384. # [08:39] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  385. # [08:39] * ChanServ sets mode: +o smaug
  386. # [08:50] * Joins: givanica (givanica@C673A2FA.AB31F717.ED0E7C91.IP)
  387. # [08:52] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Ping timeout)
  388. # [08:53] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  389. # [08:53] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  390. # [08:53] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  391. # [08:53] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  392. # [08:55] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  393. # [08:55] * Joins: Amjad (Amjad@E1F66E4E.CC651CA2.8DE24349.IP)
  394. # [08:56] * Joins: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com)
  395. # [08:57] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Ping timeout)
  396. # [09:00] <Amjad> Hi, I am new here. I want to start contributing to Mozilla projects
  397. # [09:03] * corey is now known as corey|away
  398. # [09:03] <@smaug> Amjad: what would you like to do?
  399. # [09:03] <Amjad> I have a basic to intermediate understanding in C, C++, Python, PHP, HTML/CSS
  400. # [09:04] <Amjad> Could you tell me how I can help?
  401. # [09:04] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  402. # [09:05] <Amjad> I am also a freelance designer so I could help on the design front as well if anything like that is needed
  403. # [09:06] <@smaug> Have you read https://developer.mozilla.org/en-US/docs/Introduction
  404. # [09:08] <Amjad> No. I'll give it a read. Thanks for the link :) I'll come back here again if I'm still not sure how I can contribute.
  405. # [09:12] * Quits: jonasfj (jonasfj@moz-49AD9C81.hsd1.ca.comcast.net) (Ping timeout)
  406. # [09:12] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  407. # [09:12] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  408. # [09:14] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  409. # [09:14] * Quits: cdiehl (cdiehl@moz-90917E0C.pool.mediaways.net) (Quit: cdiehl)
  410. # [09:14] * Joins: wolfiR (wolfiR@moz-B0B45047.dip0.t-ipconnect.de)
  411. # [09:14] * Joins: Ms2ger (Ms2ger@C91975CB.3387515C.187A1082.IP)
  412. # [09:16] * Joins: till (till@moz-98C085A2.adsl.alicedsl.de)
  413. # [09:18] <gaston> Amjad: also see on the #introduction channel (cf topic)
  414. # [09:19] <Amjad> I'll do that. Thanks.
  415. # [09:20] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  416. # [09:20] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  417. # [09:21] * Quits: wolfiR (wolfiR@moz-B0B45047.dip0.t-ipconnect.de) (Quit: Leaving)
  418. # [09:23] * Quits: till (till@moz-98C085A2.adsl.alicedsl.de) (Client exited)
  419. # [09:26] * Quits: glob (glob@moz-BDD802ED.hfc.comcastbusiness.net) (Quit: Leaving...)
  420. # [09:31] * Joins: cdiehl (cdiehl@moz-90917E0C.pool.mediaways.net)
  421. # [09:37] * Quits: cdiehl (cdiehl@moz-90917E0C.pool.mediaways.net) (Ping timeout)
  422. # [09:38] * Joins: cdiehl (cdiehl@moz-CA0A7206.pool.mediaways.net)
  423. # [09:45] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Ping timeout)
  424. # [09:45] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  425. # [09:51] * Quits: cdiehl (cdiehl@moz-CA0A7206.pool.mediaways.net) (Quit: cdiehl)
  426. # [09:52] * Quits: Amjad (Amjad@E1F66E4E.CC651CA2.8DE24349.IP) (Quit: Leaving (JedIrc 3.2))
  427. # [09:53] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  428. # [09:54] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  429. # [09:55] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  430. # [09:56] * Joins: victorporof (victorporo@FB8E2A00.483E5FE1.9B1E38F4.IP)
  431. # [09:56] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  432. # [09:57] * Joins: msucan (mihai@12244B35.8374D723.C0E37CF3.IP)
  433. # [09:57] * Joins: anirban (anirban@8746D09D.D3E9171E.6DC151A0.IP)
  434. # [09:57] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  435. # [09:58] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  436. # [10:01] * Joins: wolfiR (wolfiR@moz-B0B45047.dip0.t-ipconnect.de)
  437. # [10:03] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  438. # [10:03] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  439. # [10:06] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Input/output error)
  440. # [10:06] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  441. # [10:06] * ChanServ sets mode: +o smaug
  442. # [10:06] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  443. # [10:07] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  444. # [10:07] <Ms2ger> Ugh, it's December
  445. # [10:08] * Joins: smontagu (chatzilla@moz-7055C828.red.bezeqint.net)
  446. # [10:11] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  447. # [10:12] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  448. # [10:17] * Joins: Jackneill (Jackneill@moz-1C485D1A.pool.digikabel.hu)
  449. # [10:24] * Quits: anirudh24seven (chatzilla@E6353731.77B64B69.8D85FBA3.IP) (Client exited)
  450. # [10:25] * Quits: smontagu (chatzilla@moz-7055C828.red.bezeqint.net) (Ping timeout)
  451. # [10:26] * Joins: smontagu (chatzilla@moz-4FB2C0BE.red.bezeqint.net)
  452. # [10:26] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  453. # [10:27] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  454. # [10:27] * Joins: ericjung (ericjung@EE183E3.42557186.549B3E4F.IP)
  455. # [10:27] <nigelb> Ms2ger: Too much happiness around for you? ;)
  456. # [10:30] * Quits: digitsm (digitsm@D9AE9E37.8B37453.C146C5E5.IP) (Ping timeout)
  457. # [10:31] * Joins: digitsm (digitsm@80112D72.6D3D49C7.C146C5E5.IP)
  458. # [10:33] * Quits: ericjung (ericjung@EE183E3.42557186.549B3E4F.IP) (Ping timeout)
  459. # [10:33] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  460. # [10:36] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  461. # [10:36] <Ms2ger> nigelb, http://cdn.memegenerator.net/instances/500x/43435585.jpg
  462. # [10:39] <nigelb> Ms2ger: Ah. Sympathies :)
  463. # [10:39] * Quits: anirban (anirban@8746D09D.D3E9171E.6DC151A0.IP) (Connection reset by peer)
  464. # [10:39] <Ms2ger> nigelb, also, same with s/deadlines/procrastination/ :)
  465. # [10:41] <nigelb> Haha
  466. # [10:41] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  467. # [10:41] <nigelb> Oh wow, I haven't done anything mozilla related in a while.
  468. # [10:41] <nigelb> I got logged out of bugzilla.
  469. # [10:42] <@smaug> --nigelb
  470. # [10:42] * Ms2ger whacks smaug
  471. # [10:43] <nigelb> smaug: I was unwell. Just getting back into the grind slowly.
  472. # [10:45] <@smaug> oh dear
  473. # [10:45] <@smaug> sorry
  474. # [10:46] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  475. # [10:47] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  476. # [10:48] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  477. # [10:49] <NeilAway> glandium: well, could be something not quite right in my tree I guess, but it never seems to be able to find mozbuild.action.cl unless I use the vritualenv python
  478. # [10:50] * Joins: Alex_L (quassel@moz-FF6FB20C.nationalcablenetworks.ru)
  479. # [10:51] * Joins: darktrojan (geoff@moz-D52D0A90.dsl.telstraclear.net)
  480. # [10:53] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  481. # [10:54] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  482. # [10:55] * Quits: smontagu (chatzilla@moz-4FB2C0BE.red.bezeqint.net) (Ping timeout)
  483. # [10:55] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  484. # [10:56] * Joins: smontagu (chatzilla@moz-AB235535.red.bezeqint.net)
  485. # [10:56] * mattwoodrow is now known as mattwoodrow|away
  486. # [10:57] * Quits: digitsm (digitsm@80112D72.6D3D49C7.C146C5E5.IP) (Quit: Leaving)
  487. # [10:57] * Joins: digitsm (digitsm@80112D72.6D3D49C7.C146C5E5.IP)
  488. # [10:59] * Quits: Bas (chatzilla@moz-9919860E.ftth.concepts.nl) (Ping timeout)
  489. # [11:23] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  490. # [11:24] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  491. # [11:25] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  492. # [11:25] * Joins: ggp (ggp@moz-F28BE571.dial-up.telesp.net.br)
  493. # [11:28] * Quits: annevk (annevk@354D67D8.4F390C2A.420B7681.IP) (Input/output error)
  494. # [11:28] * Quits: ahunt (andy@moz-6D6D79D6.cable.virginm.net) (Ping timeout)
  495. # [11:29] * Joins: anirban (anirban@33CF91D5.D3E9171E.6DC151A0.IP)
  496. # [11:31] * Joins: espadrine (ttyl@moz-275BFF51.w92-128.abo.wanadoo.fr)
  497. # [11:32] * Joins: marco (Thunderbir@moz-92DB9069.retail.telecomitalia.it)
  498. # [11:32] * Joins: ahunt (andy@moz-6D6D79D6.cable.virginm.net)
  499. # [11:43] * Quits: inolen (Adium@moz-3733E769.socal.res.rr.com) (Quit: Leaving.)
  500. # [11:43] * Joins: inolen (Adium@moz-3733E769.socal.res.rr.com)
  501. # [11:49] * Joins: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de)
  502. # [11:50] * Quits: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com) (Connection reset by peer)
  503. # [11:50] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  504. # [11:51] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  505. # [11:51] * Joins: ckitching_ (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  506. # [11:51] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  507. # [11:51] * Quits: ckitching_ (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Quit: Leaving)
  508. # [11:52] * Quits: anirban (anirban@33CF91D5.D3E9171E.6DC151A0.IP) (Connection reset by peer)
  509. # [12:01] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  510. # [12:05] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  511. # [12:08] * Quits: darktrojan (geoff@moz-D52D0A90.dsl.telstraclear.net) (Quit: darktrojan)
  512. # [12:18] * Joins: rvitillo (vitillo@moz-9CF74278.threembb.co.uk)
  513. # [12:18] * Parts: rvitillo (vitillo@moz-9CF74278.threembb.co.uk)
  514. # [12:18] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  515. # [12:20] * Joins: twi (Adium@moz-C9D8FEFF.superkabel.de)
  516. # [12:27] * Joins: cdiehl (cdiehl@moz-CA0A7206.pool.mediaways.net)
  517. # [12:29] * Quits: NeilZZZ (neil@moz-D4036112.cable.virginm.net) (Ping timeout)
  518. # [12:31] * Quits: marco (Thunderbir@moz-92DB9069.retail.telecomitalia.it) (Quit: marco)
  519. # [12:32] * Quits: paulproteus (quassel@199.199.210.158) (Ping timeout)
  520. # [12:32] * Joins: paulproteus (quassel@458FE134.3EC36C88.CBDCF1DC.IP)
  521. # [12:32] * Joins: NeilZZZ (neil@moz-D4036112.cable.virginm.net)
  522. # [12:33] * Quits: Alex_L (quassel@moz-FF6FB20C.nationalcablenetworks.ru) (Ping timeout)
  523. # [12:36] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  524. # [12:36] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  525. # [12:38] * Joins: anirban (anirban@201FDD27.9358063F.6DC151A0.IP)
  526. # [12:40] * Quits: matthewgertner (matthewger@moz-EAEA0A9C.bstnma.fios.verizon.net) (Quit: matthewgertner)
  527. # [12:46] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  528. # [12:56] * Joins: anirudh24seven (chatzilla@E6353731.77B64B69.8D85FBA3.IP)
  529. # [12:57] * Quits: Ms2ger (Ms2ger@C91975CB.3387515C.187A1082.IP) (Ping timeout)
  530. # [13:00] * Joins: rvitillo_ (vitillo@moz-9CF74278.threembb.co.uk)
  531. # [13:00] * Parts: rvitillo_ (vitillo@moz-9CF74278.threembb.co.uk)
  532. # [13:03] * Joins: iKlsR (iKlsR@43A4149C.225A10DD.F98CDAFB.IP)
  533. # [13:06] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  534. # [13:07] * Quits: ggp (ggp@moz-F28BE571.dial-up.telesp.net.br) (Quit: Leaving...)
  535. # [13:10] * Quits: digitsm (digitsm@80112D72.6D3D49C7.C146C5E5.IP) (Ping timeout)
  536. # [13:16] * Joins: SJW (Thunderbir@36F59132.8104C751.D7B54A56.IP)
  537. # [13:18] * Joins: rvitillo (rvitillo@moz-DB4A9C19.scl3.mozilla.com)
  538. # [13:18] * Joins: redblackbit (redblackbi@moz-9CF74278.threembb.co.uk)
  539. # [13:22] * Joins: iKlsR_ (iKlsR@43A4149C.225A10DD.F98CDAFB.IP)
  540. # [13:23] * Quits: iKlsR (iKlsR@43A4149C.225A10DD.F98CDAFB.IP) (Ping timeout)
  541. # [13:24] * Joins: iKlsR__ (iKlsR@43A4149C.225A10DD.F98CDAFB.IP)
  542. # [13:24] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  543. # [13:25] * Quits: iKlsR_ (iKlsR@43A4149C.225A10DD.F98CDAFB.IP) (Ping timeout)
  544. # [13:29] * Quits: redblackbit (redblackbi@moz-9CF74278.threembb.co.uk) (Quit: redblackbit)
  545. # [13:30] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  546. # [13:30] * Quits: rvitillo (rvitillo@moz-DB4A9C19.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  547. # [13:30] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  548. # [13:31] * Quits: smontagu (chatzilla@moz-AB235535.red.bezeqint.net) (Ping timeout)
  549. # [13:31] * Joins: rvitillo (rvitillo@moz-DB4A9C19.scl3.mozilla.com)
  550. # [13:33] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  551. # [13:33] * Joins: Ms2ger (Ms2ger@C91975CB.3387515C.187A1082.IP)
  552. # [13:38] * Parts: rvitillo (rvitillo@moz-DB4A9C19.scl3.mozilla.com)
  553. # [13:38] * Joins: rvitillo (rvitillo@moz-DB4A9C19.scl3.mozilla.com)
  554. # [13:47] * Quits: anirban (anirban@201FDD27.9358063F.6DC151A0.IP) (Ping timeout)
  555. # [13:53] * Quits: inolen (Adium@moz-3733E769.socal.res.rr.com) (Ping timeout)
  556. # [13:53] * Joins: inolen (Adium@moz-3733E769.socal.res.rr.com)
  557. # [14:04] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  558. # [14:07] * Joins: cronco (uid18145@moz-A42E5B7B.irccloud.com)
  559. # [14:11] * Quits: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk) (Ping timeout)
  560. # [14:13] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  561. # [14:13] * Joins: annevk (annevk@354D67D8.4F390C2A.420B7681.IP)
  562. # [14:15] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  563. # [14:15] * Parts: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  564. # [14:17] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  565. # [14:19] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  566. # [14:19] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  567. # [14:19] * Quits: cdiehl (cdiehl@moz-CA0A7206.pool.mediaways.net) (Ping timeout)
  568. # [14:20] * Joins: anirban (anirban@C0427574.B40FC73F.BC7B9E55.IP)
  569. # [14:22] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  570. # [14:26] * Joins: RealRaven (Thunderbir@9A44C7BB.A04405BF.C3498625.IP)
  571. # [14:26] * Joins: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com)
  572. # [14:29] * Joins: ckitching (ckitching@moz-73BD1AA5.nat.csx.cam.ac.uk)
  573. # [14:29] * Joins: KaiRo (robert@C08D5F8F.FD52053A.2A59B51F.IP)
  574. # [14:31] * Joins: ddahl_ (ddahl@moz-643B6C9F.hsd1.il.comcast.net)
  575. # [14:31] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Ping timeout)
  576. # [14:32] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  577. # [14:32] * Quits: ddahl_ (ddahl@moz-643B6C9F.hsd1.il.comcast.net) (Ping timeout)
  578. # [14:33] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  579. # [14:37] * Joins: smontagu (chatzilla@moz-AB235535.red.bezeqint.net)
  580. # [14:38] * Joins: emtwo (msamuel@moz-83416743.cpe.net.cable.rogers.com)
  581. # [14:38] * Joins: zoko (inertia@B50EDF86.82DE5651.FA4E5DC4.IP)
  582. # [14:39] * Quits: iKlsR__ (iKlsR@43A4149C.225A10DD.F98CDAFB.IP) (Ping timeout)
  583. # [14:39] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  584. # [14:40] * Quits: emtwo (msamuel@moz-83416743.cpe.net.cable.rogers.com) (Quit: Leaving.)
  585. # [14:40] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  586. # [14:41] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  587. # [14:42] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  588. # [14:42] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Input/output error)
  589. # [14:42] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  590. # [14:43] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  591. # [14:43] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  592. # [14:46] * Joins: janv (varga@moz-47143EB1.orange.sk)
  593. # [14:46] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  594. # [14:46] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  595. # [14:49] * Quits: smontagu (chatzilla@moz-AB235535.red.bezeqint.net) (Ping timeout)
  596. # [14:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/02a1d87c5c6a - Jonathan Watt - Bug 935506 - Increase/decrease the value of <input type=number> in response to the up/down arrow keys. r=smaug
  597. # [14:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/35454df149da - Jonathan Watt - Bug 943047 - Stop <input type=number> from taking focus twice, and enable tabbing backwards through focusable items. r=smaug
  598. # [14:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/836ee14f6a37 - Jonathan Watt - Bug 771559 - Make <input type=number>'s number parsing conform to HTML5's "valid floating point number" format. r=smaug
  599. # [14:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7fe4999863b7 - Jonathan Watt - Bug 935501 - Get pointer events working for <input type=number>'s spin up/down buttons. r=smaug
  600. # [14:54] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  601. # [14:57] * Joins: iKlsR (iKlsR@43A4149C.225A10DD.F98CDAFB.IP)
  602. # [15:00] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  603. # [15:01] * Joins: clokep (Instantbir@moz-9746B523.nycmny.fios.verizon.net)
  604. # [15:03] * Quits: paulproteus (quassel@199.199.210.158) (Ping timeout)
  605. # [15:03] * Joins: paulproteus (quassel@458FE134.3EC36C88.CBDCF1DC.IP)
  606. # [15:03] * Quits: clokep (Instantbir@moz-9746B523.nycmny.fios.verizon.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  607. # [15:03] * Joins: clokep (Instantbir@moz-9746B523.nycmny.fios.verizon.net)
  608. # [15:11] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  609. # [15:12] * Quits: annevk (annevk@354D67D8.4F390C2A.420B7681.IP) (Input/output error)
  610. # [15:14] * Quits: iKlsR (iKlsR@43A4149C.225A10DD.F98CDAFB.IP) (Quit: Respawning..)
  611. # [15:22] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Ping timeout)
  612. # [15:22] <zoko> guys, firefox isn't reloading the previously opened tabs after an auto restart
  613. # [15:23] <zoko> all tabs are lost
  614. # [15:23] <zzzzz> are you clearing your history on close ?
  615. # [15:23] <zoko> no
  616. # [15:24] <zoko> i am restarting after an updating or uninstalling an add on
  617. # [15:24] * Joins: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net)
  618. # [15:27] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Connection reset by peer)
  619. # [15:27] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  620. # [15:28] * Joins: grobinson|laptop (grob_@moz-E8679337.spacedump.net)
  621. # [15:29] <zzzzz> are you using Private browsing ? there is a setting to make the browser only run in Private browsing mode
  622. # [15:29] * Joins: rednaks (rednaks@3F9F4635.7B2CFADA.55FFA9B4.IP)
  623. # [15:30] <zoko> no am not using private browsing
  624. # [15:30] <zzzzz> are you getting a crash-report on close ?
  625. # [15:30] <zoko> nightly 28.0a1 normal browsing
  626. # [15:31] <zoko> no crash reports. it checks for addon compatibility and restarts normally
  627. # [15:31] <zoko> like a fresh boot open up the homepage but wont reload the previously open tabs
  628. # [15:32] * Joins: cdiehl (cdiehl@moz-17A5EE82.pool.mediaways.net)
  629. # [15:32] <zzzzz> not run into that and I'm using Nightly also
  630. # [15:32] <zoko> did you try to restart after uninstalling any one of your addons ?
  631. # [15:33] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  632. # [15:33] * Fallen is now known as Fallen|away
  633. # [15:33] <zzzzz> yes, no problem here, but I don't have but 6-7 addons
  634. # [15:33] <zzzzz> errr, I only have 6-7
  635. # [15:33] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Client exited)
  636. # [15:34] <zoko> does it open the previously loaded tabs back on restart ?
  637. # [15:34] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  638. # [15:34] <zoko> i have 5 addons not more
  639. # [15:35] * Quits: cdiehl (cdiehl@moz-17A5EE82.pool.mediaways.net) (Ping timeout)
  640. # [15:35] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  641. # [15:35] <zzzzz> yes, as I said, not failed on me yet to restore tabs, and I restart several times a day as I also run hourly builds
  642. # [15:35] * Quits: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP) (Quit: i have to go, my planet needs me!)
  643. # [15:36] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  644. # [15:36] <zzzzz> are you using TabMix plus or any sessionstore addons ?
  645. # [15:37] <zoko> no i was using classic theme restore which i uninstalled
  646. # [15:37] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Connection reset by peer)
  647. # [15:37] <zoko> also after that update nightly build
  648. # [15:37] <zzzzz> I'm running CTR here, but not tried to un-install it
  649. # [15:37] <zoko> it just reboots with the normal homepage with me
  650. # [15:37] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  651. # [15:38] <zzzzz> updates work fine here
  652. # [15:38] <zoko> hmm strange
  653. # [15:39] <zzzzz> you start with the google page that shows buttons across the bottom ? there is not 'restore previous session' there ?
  654. # [15:39] <zoko> nope just normal google page
  655. # [15:40] <zzzzz> what do you see if you click the new menu-button, history - is Restore previous sesssion gray'd out or does it show bold
  656. # [15:40] <zoko> it used to auto-restore all previous tabs on restarts like this
  657. # [15:41] <zoko> right now its greyed out
  658. # [15:41] <zzzzz> look in your profile folder - do you by chance have numbered sessionstore.js files ?|
  659. # [15:41] <zoko> didn't checked at that time though
  660. # [15:42] * Quits: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de) (Ping timeout)
  661. # [15:42] <zoko> profile folder in the directory?
  662. # [15:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3e9d8536f7a8 - Ehsan Akhgari - Bug 943839 - Make sure that JS_AnchorPtr is never inlined; r=jandem,terrence
  663. # [15:44] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  664. # [15:45] <zzzzz> no, in the appdata folder - about:support - click on the 'show folder' button
  665. # [15:45] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  666. # [15:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/736f56fc70ba - Jonathan Watt - Bug 943047 - Undo addressing of bogus review comment.
  667. # [15:46] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  668. # [15:46] * Quits: rednaks (rednaks@3F9F4635.7B2CFADA.55FFA9B4.IP) (Quit: Téléportation !)
  669. # [15:47] * Quits: clokep (Instantbir@moz-9746B523.nycmny.fios.verizon.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  670. # [15:47] * Joins: clokep (Instantbir@moz-9746B523.nycmny.fios.verizon.net)
  671. # [15:47] <zoko> yes got one file sessionrestore.js
  672. # [15:48] <zzzzz> ok, that's good - no ideas - sorry, maybe someone else will come along with some
  673. # [15:48] <zoko> ok thanks
  674. # [15:50] * Joins: zz_halfie (halfie@744DBD05.EB658883.2BF60B34.IP)
  675. # [15:50] * zz_halfie is now known as halfie
  676. # [15:50] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  677. # [15:55] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  678. # [15:58] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  679. # [16:02] * Joins: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de)
  680. # [16:02] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  681. # [16:04] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  682. # [16:04] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  683. # [16:05] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  684. # [16:05] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  685. # [16:10] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  686. # [16:12] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  687. # [16:12] * Joins: ericjung (ericjung@B5CF3C5C.89989855.866E0A25.IP)
  688. # [16:12] * Quits: ericjung (ericjung@B5CF3C5C.89989855.866E0A25.IP) (Input/output error)
  689. # [16:12] * Joins: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP)
  690. # [16:12] * Quits: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP) (Client exited)
  691. # [16:14] * Joins: micadeyeye (micadeyeye@moz-9D894329.telkomadsl.co.za)
  692. # [16:14] * Joins: Alex_L (quassel@moz-FF6FB20C.nationalcablenetworks.ru)
  693. # [16:15] * Joins: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP)
  694. # [16:16] * Joins: iKlsR (iKlsR@43A4149C.225A10DD.F98CDAFB.IP)
  695. # [16:16] * Quits: anirban (anirban@C0427574.B40FC73F.BC7B9E55.IP) (Connection reset by peer)
  696. # [16:16] * Joins: ericjung (Mibbit@B97764D.5873C924.BFD21253.IP)
  697. # [16:17] * Quits: Ms2ger (Ms2ger@C91975CB.3387515C.187A1082.IP) (Quit: Leaving)
  698. # [16:18] * Joins: cdiehl (cdiehl@moz-9FBF4E84.pool.mediaways.net)
  699. # [16:20] * Quits: zoko (inertia@B50EDF86.82DE5651.FA4E5DC4.IP) (Quit: )
  700. # [16:23] * Quits: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net) (Client exited)
  701. # [16:24] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  702. # [16:25] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  703. # [16:29] * Quits: espadrine (ttyl@moz-275BFF51.w92-128.abo.wanadoo.fr) (Ping timeout)
  704. # [16:32] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  705. # [16:33] * Joins: Ms2ger (Ms2ger@C91975CB.3387515C.187A1082.IP)
  706. # [16:34] * Quits: janv (varga@moz-47143EB1.orange.sk) (Quit: This computer has gone to sleep)
  707. # [16:34] * Joins: jrm2k6 (jrm2k6@moz-8E6ABD4D.catv.broadband.hu)
  708. # [16:35] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  709. # [16:36] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  710. # [16:39] * Joins: lpy (lpy@12172131.F09091A8.1348A864.IP)
  711. # [16:45] * Quits: schien (anonymous@moz-158622D5.dynamic.hinet.net) (Quit: schien)
  712. # [16:47] * Quits: Alex_L (quassel@moz-FF6FB20C.nationalcablenetworks.ru) (Ping timeout)
  713. # [16:47] * Joins: Alex_L (quassel@moz-FF6FB20C.nationalcablenetworks.ru)
  714. # [16:48] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  715. # [16:49] * Quits: Alex_L (quassel@moz-FF6FB20C.nationalcablenetworks.ru) (Connection reset by peer)
  716. # [16:49] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  717. # [16:51] * Joins: Alex_L (quassel@moz-FF6FB20C.nationalcablenetworks.ru)
  718. # [16:54] * Joins: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net)
  719. # [16:54] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  720. # [16:55] <Ms2ger> Yay for unified builds causing security bugs
  721. # [16:55] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  722. # [16:56] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  723. # [16:57] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  724. # [16:57] * merike|away is now known as merike
  725. # [16:57] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Client exited)
  726. # [16:57] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  727. # [16:58] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  728. # [16:59] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Ping timeout)
  729. # [17:01] * Quits: iKlsR (iKlsR@43A4149C.225A10DD.F98CDAFB.IP) (Quit: Respawning..)
  730. # [17:01] * Quits: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net) (Client exited)
  731. # [17:01] * Joins: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net)
  732. # [17:10] * Joins: brendan (brendaneic@moz-D5E1B4C6.w193-248.abo.wanadoo.fr)
  733. # [17:11] * Joins: anirban (anirban@386EA9A0.9380AB53.6DC151A0.IP)
  734. # [17:15] * Quits: grobinson|laptop (grob_@moz-E8679337.spacedump.net) (Ping timeout)
  735. # [17:18] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  736. # [17:19] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  737. # [17:20] * Joins: milan (milan@347FA24B.24D9B0A0.495EC8CD.IP)
  738. # [17:22] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  739. # [17:22] * Joins: timdream (timdream@moz-60E71987.dynamic.kbtelecom.net)
  740. # [17:23] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  741. # [17:25] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  742. # [17:26] * Quits: milan (milan@347FA24B.24D9B0A0.495EC8CD.IP) (Input/output error)
  743. # [17:31] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  744. # [17:33] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  745. # [17:35] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  746. # [17:35] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  747. # [17:35] * Quits: jhlin (jhlin@moz-85FFC1E4.dynamic.hinet.net) (Client exited)
  748. # [17:35] * Quits: jrm2k6 (jrm2k6@moz-8E6ABD4D.catv.broadband.hu) (Client exited)
  749. # [17:36] * BenWa|email is now known as BenWa
  750. # [17:37] <firebot> Check-in:
  751. # [17:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/44f0d31a4530 - Jonathan Watt - No bug. Disabled test_input_number_mouse_events.html and test_input_number_rounding.html completely while I figure out why the syntax for disabling them on B2G and
  752. # [17:38] <firebot> Android isn't working.
  753. # [17:39] * Quits: jdm (jdm@CAB30FBD.8F96AEA7.2D179A7D.IP) (Quit: Lost terminal)
  754. # [17:40] * Joins: grobinson|laptop (grob_@49EE70C6.B2B7AA57.6AA72BA7.IP)
  755. # [17:41] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  756. # [17:42] * Quits: brendan (brendaneic@moz-D5E1B4C6.w193-248.abo.wanadoo.fr) (Quit: brendan)
  757. # [17:42] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Connection reset by peer)
  758. # [17:43] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  759. # [17:43] * Quits: anirban (anirban@386EA9A0.9380AB53.6DC151A0.IP) (Connection reset by peer)
  760. # [17:43] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  761. # [17:44] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  762. # [17:47] * Joins: zz_halfie (halfie@744DBD05.EB658883.2BF60B34.IP)
  763. # [17:47] * zz_halfie is now known as halfie
  764. # [17:48] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  765. # [17:51] * Quits: simo (simo@6FA9C66.1EE53B0E.330E81BB.IP) (Ping timeout)
  766. # [17:51] * Quits: lpy (lpy@12172131.F09091A8.1348A864.IP) (Client exited)
  767. # [17:53] * Joins: weshmek (Mibbit@moz-F751063F.cpe.net.cable.rogers.com)
  768. # [17:55] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  769. # [17:55] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Ping timeout)
  770. # [17:55] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  771. # [17:55] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  772. # [17:56] * Joins: espadrine (ttyl@moz-275BFF51.w92-128.abo.wanadoo.fr)
  773. # [17:58] <Ms2ger> jwatt, because they have their own mechanism, perhaps?
  774. # [17:59] * Quits: ankita (uid16503@moz-A42E5B7B.irccloud.com) (Quit: Connection closed for inactivity)
  775. # [18:00] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  776. # [18:00] * Quits: glosoli (glosoli@moz-72C60525.static.zebra.lt) (Quit: Textual IRC Client: www.textualapp.com)
  777. # [18:06] * Joins: simo (simo@A2A0D0FE.231AEB6C.330E81BB.IP)
  778. # [18:07] * Quits: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de) (Ping timeout)
  779. # [18:08] * Joins: brendan (brendaneic@moz-D5E1B4C6.w193-248.abo.wanadoo.fr)
  780. # [18:11] <Ms2ger> jwatt, also possibly because you disabled test_input_number_key_events.html
  781. # [18:13] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  782. # [18:13] <Ms2ger> jwatt, I'd put this all in the bug, but there isn't one
  783. # [18:14] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  784. # [18:14] * Quits: brendan (brendaneic@moz-D5E1B4C6.w193-248.abo.wanadoo.fr) (Quit: brendan)
  785. # [18:18] * Joins: zz_halfie (halfie@744DBD05.EB658883.2BF60B34.IP)
  786. # [18:19] * zz_halfie is now known as halfie
  787. # [18:20] * Joins: emtwo (msamuel@moz-83416743.cpe.net.cable.rogers.com)
  788. # [18:21] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  789. # [18:22] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  790. # [18:22] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  791. # [18:23] * Fallen|away is now known as Fallen
  792. # [18:23] * Joins: anirban (anirban@476D858E.9358063F.6DC151A0.IP)
  793. # [18:23] * Quits: emtwo (msamuel@moz-83416743.cpe.net.cable.rogers.com) (Quit: Leaving.)
  794. # [18:24] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  795. # [18:27] * Joins: zz_halfie (halfie@744DBD05.EB658883.2BF60B34.IP)
  796. # [18:27] * zz_halfie is now known as halfie
  797. # [18:28] * Joins: brendan (brendaneic@moz-D5E1B4C6.w193-248.abo.wanadoo.fr)
  798. # [18:29] * Quits: simo (simo@A2A0D0FE.231AEB6C.330E81BB.IP) (Client exited)
  799. # [18:29] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  800. # [18:29] * Quits: brendan (brendaneic@moz-D5E1B4C6.w193-248.abo.wanadoo.fr) (Quit: brendan)
  801. # [18:30] * Joins: simo (simo@A2A0D0FE.231AEB6C.330E81BB.IP)
  802. # [18:30] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  803. # [18:34] * khuey|away is now known as khuey
  804. # [18:35] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  805. # [18:36] * KaiRo is now known as KaiRo_away
  806. # [18:37] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  807. # [18:40] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  808. # [18:40] * Joins: zz_halfie (halfie@744DBD05.EB658883.2BF60B34.IP)
  809. # [18:40] * zz_halfie is now known as halfie
  810. # [18:41] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  811. # [18:43] * Joins: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  812. # [18:44] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  813. # [18:45] * Quits: tessarakt3 (jens@moz-535B6F6.dip0.t-ipconnect.de) (Ping timeout)
  814. # [18:45] * Joins: aleth (Instantbir@moz-30EBFA3C.ictp.it)
  815. # [18:46] <aleth> Why aren't nsIsimpleEnumerators JS-iterable?
  816. # [18:46] <@khuey> because nsISimpleEnumerator is 15 years old and iterators in JS are 15 days old?
  817. # [18:46] <@khuey> or something like that
  818. # [18:47] <aleth> I'm sure that's the practical reason, but is there a deeper problem in making them iterable?
  819. # [18:48] * Quits: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  820. # [18:49] <Ms2ger> Nobody wants to touch 15-year old xpcom code?
  821. # [18:50] <aleth> There's that ;)
  822. # [18:50] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (No route to host)
  823. # [18:51] * Joins: till_ (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  824. # [18:51] * Quits: six600110 (six600110@moz-C663577C.hsd1.il.comcast.net) (Ping timeout)
  825. # [18:54] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  826. # [18:54] * Joins: six600110 (six600110@moz-C663577C.hsd1.il.comcast.net)
  827. # [18:57] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Quit: Leaving.)
  828. # [18:58] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  829. # [18:59] * Quits: till_ (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Client exited)
  830. # [18:59] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  831. # [18:59] * Quits: timdream (timdream@moz-60E71987.dynamic.kbtelecom.net) (Quit: timdream)
  832. # [18:59] * Quits: Alex_L (quassel@moz-FF6FB20C.nationalcablenetworks.ru) (Quit: Quit.)
  833. # [19:01] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Ping timeout)
  834. # [19:02] * Joins: marco (Thunderbir@moz-92DB9069.retail.telecomitalia.it)
  835. # [19:03] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  836. # [19:04] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  837. # [19:05] * Quits: anirban (anirban@476D858E.9358063F.6DC151A0.IP) (Connection reset by peer)
  838. # [19:06] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  839. # [19:07] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  840. # [19:07] * ChanServ sets mode: +o smaug
  841. # [19:13] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Quit: Leaving.)
  842. # [19:13] * Joins: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP)
  843. # [19:13] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  844. # [19:13] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  845. # [19:14] * Joins: jonasfj (jonasfj@moz-49AD9C81.hsd1.ca.comcast.net)
  846. # [19:17] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  847. # [19:21] * Fallen is now known as Fallen|away
  848. # [19:22] * Quits: grobinson|laptop (grob_@49EE70C6.B2B7AA57.6AA72BA7.IP) (Ping timeout)
  849. # [19:23] * Joins: anirban (anirban@3C123F99.B40FC73F.BC7B9E55.IP)
  850. # [19:29] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Connection reset by peer)
  851. # [19:29] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  852. # [19:30] * Quits: victorporof (victorporo@FB8E2A00.483E5FE1.9B1E38F4.IP) (Quit: victorporof)
  853. # [19:31] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  854. # [19:34] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  855. # [19:34] * Joins: glosoli (glosoli@moz-72C60525.static.zebra.lt)
  856. # [19:35] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  857. # [19:35] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  858. # [19:37] * MrDHat|offline is now known as MrDHat
  859. # [19:37] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Input/output error)
  860. # [19:38] * Quits: smferris (smferris@moz-853FF2A0.ipshell.com) (Ping timeout)
  861. # [19:39] * Joins: smferris (smferris@moz-853FF2A0.ipshell.com)
  862. # [19:42] * Quits: b10n1k (j0ni@moz-209F4D04.dsl.dyn.forthnet.gr) (Ping timeout)
  863. # [19:45] * Joins: b10n1k (j0ni@moz-209F4D04.dsl.dyn.forthnet.gr)
  864. # [19:46] * mattwoodrow|away is now known as mattwoodrow
  865. # [19:46] * Quits: anirban (anirban@3C123F99.B40FC73F.BC7B9E55.IP) (Connection reset by peer)
  866. # [19:51] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  867. # [19:53] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  868. # [19:54] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  869. # [19:55] * Quits: ericjung (Mibbit@B97764D.5873C924.BFD21253.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  870. # [19:56] * Joins: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP)
  871. # [19:56] * Quits: {V} (V@moz-F9CA6B1C.on.nl) (Ping timeout)
  872. # [20:00] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Connection reset by peer)
  873. # [20:00] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  874. # [20:00] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  875. # [20:01] * Quits: SJW (Thunderbir@36F59132.8104C751.D7B54A56.IP) (Quit: SJW)
  876. # [20:02] * Joins: heftig_ (heftig@moz-64703EED.dip0.t-ipconnect.de)
  877. # [20:02] * Joins: zz_halfie (halfie@744DBD05.EB658883.2BF60B34.IP)
  878. # [20:02] * Quits: heftig (heftig@moz-9BAF7343.dip0.t-ipconnect.de) (Ping timeout)
  879. # [20:03] * zz_halfie is now known as halfie
  880. # [20:03] * corey|away is now known as corey
  881. # [20:05] * Fallen|away is now known as Fallen
  882. # [20:09] * Joins: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP)
  883. # [20:10] * Quits: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  884. # [20:11] * Joins: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP)
  885. # [20:13] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  886. # [20:15] * Quits: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  887. # [20:15] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Input/output error)
  888. # [20:16] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  889. # [20:16] * Joins: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP)
  890. # [20:19] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  891. # [20:21] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  892. # [20:22] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Client exited)
  893. # [20:26] * Quits: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP) (Quit: mixedpuppy)
  894. # [20:27] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  895. # [20:27] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  896. # [20:28] * Joins: anirban (anirban@D8ED3ECA.9380AB53.6DC151A0.IP)
  897. # [20:29] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  898. # [20:29] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  899. # [20:30] * Joins: ggp (ggp@moz-F28BE571.dial-up.telesp.net.br)
  900. # [20:30] * Quits: ggp (ggp@moz-F28BE571.dial-up.telesp.net.br) (Input/output error)
  901. # [20:32] * mattwoodrow is now known as mattwoodrow|away
  902. # [20:32] * Joins: annevk (annevk@354D67D8.4F390C2A.420B7681.IP)
  903. # [20:33] * Joins: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP)
  904. # [20:33] * Quits: espadrine (ttyl@moz-275BFF51.w92-128.abo.wanadoo.fr) (Ping timeout)
  905. # [20:33] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Connection reset by peer)
  906. # [20:34] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  907. # [20:34] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  908. # [20:36] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  909. # [20:42] * Joins: espadrine (ttyl@moz-EA91B0E.w92-128.abo.wanadoo.fr)
  910. # [20:43] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  911. # [20:43] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  912. # [20:44] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  913. # [20:47] * Quits: RealRaven (Thunderbir@9A44C7BB.A04405BF.C3498625.IP) (Quit: RealRaven)
  914. # [20:47] * Quits: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP) (Quit: mixedpuppy)
  915. # [20:48] * Joins: RealRaven (Thunderbir@9A44C7BB.A04405BF.C3498625.IP)
  916. # [20:49] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  917. # [20:50] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  918. # [20:51] * Joins: ggp (ggp@moz-F28BE571.dial-up.telesp.net.br)
  919. # [20:52] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0a1/20131201104249])
  920. # [20:52] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  921. # [20:53] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  922. # [20:53] * ChanServ sets mode: +o smaug
  923. # [20:53] * Quits: RealRaven (Thunderbir@9A44C7BB.A04405BF.C3498625.IP) (Quit: RealRaven)
  924. # [20:54] * Joins: RealRaven (Thunderbir@9A44C7BB.A04405BF.C3498625.IP)
  925. # [20:55] * Quits: RealRaven (Thunderbir@9A44C7BB.A04405BF.C3498625.IP) (Quit: RealRaven)
  926. # [20:55] * Joins: RealRaven (Thunderbir@9A44C7BB.A04405BF.C3498625.IP)
  927. # [20:56] * Quits: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  928. # [20:56] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  929. # [20:57] * Joins: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP)
  930. # [20:58] * Quits: anirban (anirban@D8ED3ECA.9380AB53.6DC151A0.IP) (Connection reset by peer)
  931. # [20:58] * Quits: HasilSharma (hasil@B32ABED.6C6281B2.328B0197.IP) (Quit: Leaving.)
  932. # [20:59] * Quits: Ms2ger (Ms2ger@C91975CB.3387515C.187A1082.IP) (Quit: nn)
  933. # [21:02] * Quits: clokep (Instantbir@moz-9746B523.nycmny.fios.verizon.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  934. # [21:04] * Joins: slimer (Mibbit@50A6B69D.FDF3D384.B5351219.IP)
  935. # [21:04] * Joins: mtpro (chatzilla@CBACD3F2.5F47A540.C695AB25.IP)
  936. # [21:05] * Quits: marco (Thunderbir@moz-92DB9069.retail.telecomitalia.it) (Ping timeout)
  937. # [21:06] * Joins: alagenchev (alagenchev@moz-1331AAB8.bootp.virginia.edu)
  938. # [21:08] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  939. # [21:08] * Joins: marco (Thunderbir@moz-92DB9069.retail.telecomitalia.it)
  940. # [21:15] <alagenchev> does anyone know how to get the current tab from nsIDOMDocument?
  941. # [21:16] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  942. # [21:16] * Joins: Mathnerd314 (Mibbit@moz-B67EC266.cos.dyn.pcisys.net)
  943. # [21:16] * nthomas|away is now known as nthomas
  944. # [21:17] * Quits: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net) (Ping timeout)
  945. # [21:17] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  946. # [21:20] * Joins: mreavy (chatzilla@moz-B6D1658D.phlapa.fios.verizon.net)
  947. # [21:20] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  948. # [21:21] <@smaug> alagenchev: in C++ or JS ?
  949. # [21:21] * Joins: tessarakt3 (jens@moz-535B6F6.dip0.t-ipconnect.de)
  950. # [21:21] <@smaug> and which nsIDOMDocument
  951. # [21:21] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  952. # [21:21] <@smaug> there might not be a tab associated with a document
  953. # [21:22] <alagenchev> smaug: so how do I handle it? I need it in js, but would be curious in c++ if you know too
  954. # [21:22] * Joins: zz_halfie (halfie@744DBD05.EB658883.2BF60B34.IP)
  955. # [21:22] * zz_halfie is now known as halfie
  956. # [21:22] <@smaug> (but I guess you want document->window->getInterface(Ci.nsIDocShell)->GetTopLevelContentDocShell() )
  957. # [21:23] <@smaug> alagenchev: also, what do you mean with a "tab" ?
  958. # [21:23] <@smaug> top level document object in a tab?
  959. # [21:23] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  960. # [21:23] <alagenchev> smaug: take a look at this. https://bugzilla.mozilla.org/show_bug.cgi?id=899983#c14
  961. # [21:24] * Quits: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  962. # [21:25] <@smaug> alagenchev: ok, so document->defaultview->getInterface..
  963. # [21:25] <tbsaunde> smaug: hm, any reason we shouldn't add chrome only Document.docShell now that its easy?
  964. # [21:25] <@smaug> http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsIDocShellTreeItem.idl#75 would be probably useful
  965. # [21:26] <@smaug> tbsaunde: I guess we could add that
  966. # [21:26] * Joins: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP)
  967. # [21:26] * Quits: slimer (Mibbit@50A6B69D.FDF3D384.B5351219.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  968. # [21:26] * Joins: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP)
  969. # [21:26] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  970. # [21:26] <alagenchev> smaug: do you know if there is a way to distinguish the correct form, in case that the offending form is returned by the observer? This would help figure out the right one in case there are multiple password forms on one page, though I can't possibly conceive a useful use case for that
  971. # [21:27] <tbsaunde> smaug: of course I'm not a front end guy, but it seems a lot nicer than your incantation
  972. # [21:27] <@smaug> tbsaunde: indeed
  973. # [21:27] * tbsaunde adds to then when back from thanks giving list
  974. # [21:28] <@smaug> alagenchev: dunno
  975. # [21:29] <alagenchev> smaug: in that case I'll always return the domDocument, since I can't conceive any usefulness of the form. thanks for your help
  976. # [21:29] * Joins: Sophocle (bzlandfill@C8E41B43.8592EEDA.BA2F4534.IP)
  977. # [21:31] <Sophocle> plop all
  978. # [21:31] * Quits: ggp (ggp@moz-F28BE571.dial-up.telesp.net.br) (Quit: Leaving...)
  979. # [21:32] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  980. # [21:32] <Sophocle> do you know why when I zoom in a tab, my ohter tab (with the same domain name) zoom too o_O ???
  981. # [21:32] <Sophocle> Bug ??
  982. # [21:32] <@smaug> noo
  983. # [21:32] <@smaug> no
  984. # [21:32] <@smaug> feature
  985. # [21:32] <@smaug> pages from the same domain are zoomed
  986. # [21:33] <Sophocle> Ah ok
  987. # [21:33] <Sophocle> How can I disable this feature ?
  988. # [21:33] <Sophocle> Because when I want zoom, I want zoom one tab, not all ... lool
  989. # [21:33] <@smaug> hmm, there used to be some pref
  990. # [21:34] * Joins: SJW (Thunderbir@36F59132.8104C751.D7B54A56.IP)
  991. # [21:34] <@smaug> Sophocle: I think browser.zoom.siteSpecific
  992. # [21:34] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  993. # [21:34] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Quit: )
  994. # [21:34] <@smaug> it is true by default
  995. # [21:35] <@smaug> Sophocle: so, load about:config and change the value there
  996. # [21:36] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  997. # [21:36] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  998. # [21:37] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  999. # [21:38] * Parts: aleth (Instantbir@moz-30EBFA3C.ictp.it)
  1000. # [21:38] <Sophocle> smaug > Where is browser.zoom.siteSpecific ?
  1001. # [21:40] <Sophocle> ha, I found
  1002. # [21:40] <Sophocle> thank you :)
  1003. # [21:40] * Quits: Sophocle (bzlandfill@C8E41B43.8592EEDA.BA2F4534.IP) (Quit: CGI:IRC 0.5.10 (2011/02/07))
  1004. # [21:40] * Joins: anirban (anirban@AF22E6F3.9380AB53.6DC151A0.IP)
  1005. # [21:40] * Quits: jonasfj (jonasfj@moz-49AD9C81.hsd1.ca.comcast.net) (Ping timeout)
  1006. # [21:44] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  1007. # [21:45] * Quits: ahunt (andy@moz-6D6D79D6.cable.virginm.net) (Ping timeout)
  1008. # [21:46] * jchen|away is now known as jchen
  1009. # [21:46] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1010. # [21:47] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1011. # [21:47] * jchen is now known as jchen|away
  1012. # [21:47] * jchen|away is now known as jchen
  1013. # [21:47] * Quits: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1014. # [21:47] * Quits: mtpro (chatzilla@CBACD3F2.5F47A540.C695AB25.IP) (Ping timeout)
  1015. # [21:48] * Quits: anirban (anirban@AF22E6F3.9380AB53.6DC151A0.IP) (Connection reset by peer)
  1016. # [21:48] * Joins: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de)
  1017. # [21:49] * Joins: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP)
  1018. # [21:51] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Quit: Gone to save the world!)
  1019. # [21:52] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  1020. # [21:53] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1021. # [21:53] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1022. # [21:53] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1023. # [21:54] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  1024. # [21:54] * ChanServ sets mode: +o roc
  1025. # [21:55] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1026. # [21:57] * Joins: {V} (V@moz-F9CA6B1C.on.nl)
  1027. # [22:00] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  1028. # [22:01] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1029. # [22:01] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  1030. # [22:03] * Quits: ericjung (Mibbit@B5CF3C5C.89989855.866E0A25.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1031. # [22:05] * Joins: till_ (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1032. # [22:05] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1033. # [22:06] * Joins: mtpro (chatzilla@moz-21A02108.res.bhn.net)
  1034. # [22:07] * Quits: @bz (bzbarsky@moz-EEFF43A9.bstnma.fios.verizon.net) (Ping timeout)
  1035. # [22:07] * Quits: till_ (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1036. # [22:07] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1037. # [22:08] * Quits: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP) (Quit: mixedpuppy)
  1038. # [22:08] * Joins: AaronMT (AaronMT@moz-15D0A535.cpe.net.cable.rogers.com)
  1039. # [22:09] * corey is now known as corey|away
  1040. # [22:11] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  1041. # [22:11] <WeirdAl> hey, where's the NSID post for planet this year? :p
  1042. # [22:12] <TheOne> where did the about entry in the help menu go?
  1043. # [22:13] <JosiahOne> TheOne: What? You mean the "About Firefox/Nightly" ?
  1044. # [22:13] <TheOne> JosiahOne: right, it's gone on Mac
  1045. # [22:14] <JosiahOne> TheOne: I don't think so. It should be in Nightly -> About Nightly
  1046. # [22:14] * Joins: jonasfj (jonasfj@moz-49AD9C81.hsd1.ca.comcast.net)
  1047. # [22:14] <JosiahOne> TheOne: Not help.
  1048. # [22:14] <TheOne> JosiahOne: I was talking about the new firefox app button
  1049. # [22:15] <JosiahOne> TheOne: Ah, well that's a different story. Ask in #fx-team?
  1050. # [22:15] <JosiahOne> TheOne: Might've been removed on purpose.
  1051. # [22:15] <TheOne> probably better on a working day
  1052. # [22:15] <TheOne> JosiahOne: thx
  1053. # [22:16] * Joins: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP)
  1054. # [22:17] <JosiahOne> TheOne: Np.
  1055. # [22:18] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1056. # [22:18] * Joins: brendan (brendaneic@moz-D5E1B4C6.w193-248.abo.wanadoo.fr)
  1057. # [22:19] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1058. # [22:20] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Quit: )
  1059. # [22:20] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1060. # [22:21] * Quits: mixedpuppy (mixedpuppy@FAD454DC.CDDF2711.C4CBE0CB.IP) (Quit: mixedpuppy)
  1061. # [22:24] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  1062. # [22:25] * Quits: brendan (brendaneic@moz-D5E1B4C6.w193-248.abo.wanadoo.fr) (Quit: brendan)
  1063. # [22:28] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1064. # [22:28] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1065. # [22:28] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1066. # [22:29] * merike is now known as merike|away
  1067. # [22:29] * Joins: brendan (brendaneic@moz-D5E1B4C6.w193-248.abo.wanadoo.fr)
  1068. # [22:29] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  1069. # [22:31] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1070. # [22:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/aa4d8931ec0e - Ehsan Akhgari - Backed out changeset 3e9d8536f7a8 (bug 943839) on the suspicion of having broken the PGO builds
  1071. # [22:32] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1072. # [22:33] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1073. # [22:33] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1074. # [22:35] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1075. # [22:37] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1076. # [22:39] * Quits: Optimizer (Optimizer@B0138213.E825FBAC.BE4CF869.IP) (Ping timeout)
  1077. # [22:39] * Joins: Optimizer (Optimizer@B0138213.E825FBAC.BE4CF869.IP)
  1078. # [22:41] <RealRaven> hi guys I am having big trouble importing a jsm via chrome into Fennec I always get NE_ERROR_ILLEGAL_VALUE with date:no on the import statemebnt
  1079. # [22:41] <RealRaven> I am using a one liner manifest file
  1080. # [22:41] * Joins: cpeterso_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1081. # [22:41] * Quits: Optimizer (Optimizer@B0138213.E825FBAC.BE4CF869.IP) (Ping timeout)
  1082. # [22:42] * Joins: Optimizer (Optimizer@B0138213.E825FBAC.BE4CF869.IP)
  1083. # [22:42] <RealRaven> content quickpasswordsmobile chrome/content/
  1084. # [22:42] <RealRaven> and the import is
  1085. # [22:42] * Quits: msucan (mihai@12244B35.8374D723.C0E37CF3.IP) (Quit: Leaving.)
  1086. # [22:42] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  1087. # [22:42] <RealRaven> Cu.import("chrome://quickpasswordsmobile/content/quickPasswordsMobile.jsm");
  1088. # [22:43] <RealRaven> is importing chrome locations allowed in Fennec???
  1089. # [22:43] <RealRaven> or is my Firefox too old for this?
  1090. # [22:43] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1091. # [22:43] * Quits: Optimizer (Optimizer@B0138213.E825FBAC.BE4CF869.IP) (Ping timeout)
  1092. # [22:43] * Quits: mtpro (chatzilla@moz-21A02108.res.bhn.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0.1/20131112160018])
  1093. # [22:44] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1094. # [22:44] * Joins: Optimizer (Optimizer@B0138213.E825FBAC.BE4CF869.IP)
  1095. # [22:46] * Quits: Optimizer (Optimizer@B0138213.E825FBAC.BE4CF869.IP) (Ping timeout)
  1096. # [22:46] * Quits: AaronMT (AaronMT@moz-15D0A535.cpe.net.cable.rogers.com) (Ping timeout)
  1097. # [22:46] * Joins: Optimizer (Optimizer@B0138213.E825FBAC.BE4CF869.IP)
  1098. # [22:47] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1099. # [22:47] <RealRaven> anybody?
  1100. # [22:47] * Joins: glob (glob@moz-BDD802ED.hfc.comcastbusiness.net)
  1101. # [22:47] * Fallen is now known as Fallen|away
  1102. # [22:47] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1103. # [22:48] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1104. # [22:48] * Joins: till_ (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1105. # [22:49] * Quits: gabor (gabor@moz-A74A9206.dip0.t-ipconnect.de) (Ping timeout)
  1106. # [22:49] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1107. # [22:50] * Joins: AaronMT (AaronMT@moz-15D0A535.cpe.net.cable.rogers.com)
  1108. # [22:51] * Quits: Mathnerd314 (Mibbit@moz-B67EC266.cos.dyn.pcisys.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1109. # [22:51] * Joins: bz (bzbarsky@moz-EEFF43A9.bstnma.fios.verizon.net)
  1110. # [22:51] * ChanServ sets mode: +o bz
  1111. # [22:55] * Quits: marco (Thunderbir@moz-92DB9069.retail.telecomitalia.it) (Ping timeout)
  1112. # [22:55] * Quits: till_ (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1113. # [22:55] * Joins: marco (Thunderbir@moz-92DB9069.retail.telecomitalia.it)
  1114. # [22:55] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1115. # [22:56] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1116. # [22:57] * Quits: SJW (Thunderbir@36F59132.8104C751.D7B54A56.IP) (Quit: SJW)
  1117. # [22:58] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Connection reset by peer)
  1118. # [22:58] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1119. # [22:58] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  1120. # [23:00] * Joins: arasbm1 (zooby@moz-8E336844.vf.shawcable.net)
  1121. # [23:01] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Quit: Leaving.)
  1122. # [23:01] * Quits: arasbm1 (zooby@moz-8E336844.vf.shawcable.net) (Max SendQ exceeded)
  1123. # [23:01] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  1124. # [23:01] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Max SendQ exceeded)
  1125. # [23:02] * Quits: Jackneill (Jackneill@moz-1C485D1A.pool.digikabel.hu) (Input/output error)
  1126. # [23:06] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1127. # [23:06] * Joins: till_ (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1128. # [23:06] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Quit: pbocan)
  1129. # [23:06] * Quits: cpeterso_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1130. # [23:07] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1131. # [23:07] * Quits: till_ (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1132. # [23:09] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  1133. # [23:10] * Quits: wolfiR (wolfiR@moz-B0B45047.dip0.t-ipconnect.de) (Quit: Leaving)
  1134. # [23:11] * Joins: Hughman (Mibbit@DF0C90CA.D2C20E22.A3B82EC7.IP)
  1135. # [23:12] * Quits: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr) (Connection reset by peer)
  1136. # [23:13] * Joins: zz_halfie (halfie@744DBD05.EB658883.2BF60B34.IP)
  1137. # [23:13] * zz_halfie is now known as halfie
  1138. # [23:13] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1139. # [23:13] * Joins: till (till@moz-1DF27199.w193-248.abo.wanadoo.fr)
  1140. # [23:14] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  1141. # [23:16] <danieru> cd ..
  1142. # [23:16] <danieru> ls
  1143. # [23:16] * jcranmer|away is now known as jcranmer
  1144. # [23:16] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1145. # [23:16] <danieru> sorry, wrong window
  1146. # [23:16] <glob> rm -Rf
  1147. # [23:16] <jcranmer> rm -rf /
  1148. # [23:17] <danieru> har har har
  1149. # [23:17] <danieru> By the way, I'm not running as root...
  1150. # [23:19] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1151. # [23:20] <ekr> rm -rf ~
  1152. # [23:20] <danieru> That's better
  1153. # [23:21] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1154. # [23:23] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1155. # [23:23] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1156. # [23:25] * heycam|away is now known as heycam
  1157. # [23:28] <avih> is there a name for Firefox's behavior to keep form fields data on reload/restore? is this session restore? or auto-fill?
  1158. # [23:28] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  1159. # [23:28] * Quits: @khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1160. # [23:28] * Quits: annevk (annevk@354D67D8.4F390C2A.420B7681.IP) (Input/output error)
  1161. # [23:28] * Quits: glob (glob@moz-BDD802ED.hfc.comcastbusiness.net) (Quit: Leaving...)
  1162. # [23:29] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1163. # [23:29] * ChanServ sets mode: +o khuey
  1164. # [23:30] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  1165. # [23:30] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1166. # [23:31] * Joins: milan (milan@347FA24B.24D9B0A0.495EC8CD.IP)
  1167. # [23:31] * Joins: grobinson|laptop (grob_@moz-66A2FFB.nos-oignons.net)
  1168. # [23:31] <RealRaven> do I have to put aALLLLLL my code into bootstrap.js for Fennec??????? :( :( :(
  1169. # [23:32] <RealRaven> why can I not import chrome:// urls????
  1170. # [23:33] <RealRaven> ping
  1171. # [23:34] <JosiahOne> RealRaven: You'll probably have better luck tomorrow.
  1172. # [23:35] * Joins: mt (Adium@moz-BBE3ABD.mv.mozilla.com)
  1173. # [23:36] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  1174. # [23:37] * Quits: mt (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1175. # [23:38] * JosiahOne is now known as JosiahOne|Away
  1176. # [23:38] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  1177. # [23:38] <@roc> avih: that's session restore.
  1178. # [23:39] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  1179. # [23:40] <avih> roc: thx. is it also session-restore on page reload?
  1180. # [23:41] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Ping timeout)
  1181. # [23:42] <RealRaven> JosiahOne|Away: thanks, probably :)
  1182. # [23:43] * Joins: nbp (pierron@moz-7EB03C5F.fbx.proxad.net)
  1183. # [23:44] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1184. # [23:46] * Quits: halfie (halfie@744DBD05.EB658883.2BF60B34.IP) (Ping timeout)
  1185. # [23:46] * Quits: Hughman (Mibbit@DF0C90CA.D2C20E22.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1186. # [23:47] <@roc> I think so
  1187. # [23:51] * bz is now known as bz_away
  1188. # [23:53] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  1189. # [23:53] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  1190. # [23:53] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1191. # [23:55] * Quits: RealRaven (Thunderbir@9A44C7BB.A04405BF.C3498625.IP) (Quit: RealRaven)
  1192. # [23:55] * Quits: simo (simo@A2A0D0FE.231AEB6C.330E81BB.IP) (Client exited)
  1193. # [23:55] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Ping timeout)
  1194. # [23:56] * KaiRo_away is now known as KaiRo
  1195. # [23:58] * Joins: Hughman (Mibbit@DF0C90CA.D2C20E22.A3B82EC7.IP)
  1196. # [23:58] <danieru> Fantastic. The source of my current bug is C uses 0 as a prefix for octal
  1197. # [23:59] <danieru> And instead I used hexidecimal for unix file permissions
  1198. # [23:59] * Joins: glob (glob@moz-BDD802ED.hfc.comcastbusiness.net)
  1199. # Session Close: Mon Dec 02 00:00:00 2013

The end :)