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

Options:

  1. # Session Start: Sun Jan 20 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Quits: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp) (Ping timeout)
  4. # [00:00] * Parts: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Leaving...)
  5. # [00:00] * Joins: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp)
  6. # [00:02] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  7. # [00:04] * Joins: alanp_ (alanp@moz-8789EBA0.cpe.distributel.net)
  8. # [00:05] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  9. # [00:06] * Quits: alanp (alanp@moz-DDDBEC08.cpe.distributel.net) (Ping timeout)
  10. # [00:06] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  11. # [00:07] * Quits: gustavold1 (gustavold@36F3FFF0.3129569.ADC05197.IP) (Ping timeout)
  12. # [00:11] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  13. # [00:12] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Simply left.)
  14. # [00:14] <romaxa> philor: ping
  15. # [00:14] <philor> romaxa: pong
  16. # [00:15] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  17. # [00:15] <romaxa> philor: do you know who is aware about valgrind issues?
  18. # [00:15] <philor> romaxa: gkw, sewardj, depends on what sort of issues
  19. # [00:15] <romaxa> philor: I see in valgrind bunch of Mismatched free() / delete / delete []
  20. # [00:16] <gkw> sounds familiar
  21. # [00:16] <gkw> what is the signature?
  22. # [00:16] <gkw> romaxa: ^
  23. # [00:17] <sewardj> romaxa: got a pastebin? I see these from time to time.
  24. # [00:17] <romaxa> http://pastebin.mozilla.org/2072164
  25. # [00:17] <gkw> looks new to me
  26. # [00:17] <gkw> sewardj: have you seen those?
  27. # [00:17] <romaxa> http://pastebin.mozilla.org/2072165
  28. # [00:18] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 18.0/20130109143146])
  29. # [00:18] <romaxa> I wonder if it something wrong with my build, or environment
  30. # [00:19] * Quits: Mic (Instantbir@moz-683B2BC2.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  31. # [00:19] <romaxa> http://pastebin.mozilla.org/2072166 - my mozconfig
  32. # [00:19] <gkw> romaxa: you likely also need --disable-jemalloc
  33. # [00:20] <gkw> sewardj will likely know more
  34. # [00:20] * gkw bbiab
  35. # [00:20] <sewardj> romaxa: I suspect these will disappear if you use --disable-jemalloc
  36. # [00:20] <sewardj> romaxa: are you using some flag to valgrind, to make it OK with jemalloc?
  37. # [00:21] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  38. # [00:21] * Joins: tonymec__ (tonymec@5BBDD816.9A4951C7.DE2DB281.IP)
  39. # [00:21] * tonymec__ is now known as tonymec|away
  40. # [00:22] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  41. # [00:22] * Joins: Mic (Instantbir@moz-683B2BC2.superkabel.de)
  42. # [00:22] <romaxa> ah, ok will try to disable that, I use valgrind --tool=memcheck --num-callers=50 --leak-check=yes --trace-children=yes
  43. # [00:23] * Quits: Mic (Instantbir@moz-683B2BC2.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  44. # [00:23] <gkw> romaxa: you need --smc-check=all-non-file too
  45. # [00:23] * Joins: Mic (Instantbir@moz-683B2BC2.superkabel.de)
  46. # [00:23] <gkw> romaxa: http://hg.mozilla.org/build/tools/file/default/scripts/valgrind/valgrind.sh#l70 might help
  47. # [00:24] <sewardj> romaxa: oh, so you definitely need --disable-jemalloc --enable-valgrind
  48. # [00:24] <sewardj> in your mozconfig
  49. # [00:25] * mattwoodrow is now known as mattwoodrow|away
  50. # [00:25] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  51. # [00:26] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  52. # [00:26] * Quits: Wusel_ (muench@moz-FA25CA7E.adsl.alicedsl.de) (Quit: Computer is going to sleep.)
  53. # [00:26] * Joins: Wusel_ (muench@moz-FA25CA7E.adsl.alicedsl.de)
  54. # [00:26] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/4e539519c073 - Ryan VanderMeulen - Backed out 3 changesets (bug 690970) for build bustage. a=bustage
  55. # [00:27] * Quits: Wusel_ (muench@moz-FA25CA7E.adsl.alicedsl.de) (Quit: Wusel_)
  56. # [00:27] * Quits: Dagger (Dagger@moz-38590C6F.cable.virginmedia.com) (Ping timeout)
  57. # [00:28] <romaxa> sewardj: ok will try that, thanks
  58. # [00:28] * Joins: Dagger (Dagger@moz-38590C6F.cable.virginmedia.com)
  59. # [00:30] * Quits: Optimizer (Optimizer@A722E9F.F5AEC7E6.274D17D6.IP) (Ping timeout)
  60. # [00:34] * Joins: Optimizer (Optimizer@7A1172.77B4AB2C.274D17D6.IP)
  61. # [00:35] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  62. # [00:35] * Quits: Hixie (ianh@C6D27F7B.5EFFBB68.81BC061B.IP) (Ping timeout)
  63. # [00:36] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  64. # [00:37] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Connection reset by peer)
  65. # [00:37] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  66. # [00:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ce70deca6e8e - Oleg Romashin - Bug 830926 - AZPC TrackTouch x/y displacement should not be rounded to int. r=ajones,drs
  67. # [00:39] * Joins: Matti__ (Matti@moz-4B55E0E7.dip.t-dialin.net)
  68. # [00:40] * Quits: willyaranda (willyarand@moz-7B107A11.dynamic.jazztel.es) (Quit: willyaranda)
  69. # [00:40] * Quits: Matti_ (Matti@moz-44551E2B.dip.t-dialin.net) (Ping timeout)
  70. # [00:41] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  71. # [00:42] * Quits: TheOne (one@moz-2BCD2696.dip.t-dialin.net) (Input/output error)
  72. # [00:44] * Joins: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com)
  73. # [00:49] * Joins: kinetik_ (kinetik@B936FC70.1E7B5E73.FC74E68.IP)
  74. # [00:49] * Joins: bnicholson (bnicholson@moz-E98974C1.hsd1.ca.comcast.net)
  75. # [00:49] * Quits: kinetik (kinetik@A3E5387E.40A78F8C.FC74E68.IP) (Ping timeout)
  76. # [00:50] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  77. # [00:52] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  78. # [00:52] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  79. # [00:53] * Joins: mconley (mconley@8ECC4BFC.EC83738C.D8D85ABD.IP)
  80. # [00:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/68f8f4b74f63 - Sankha Narayan Guria - Bug 823872 - Add test for OS.Constants.{libc, Win}. r=Yoric
  81. # [00:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/587ac3f2bd30 - Ryan VanderMeulen - Merge m-c to inbound.
  82. # [00:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d15625b7c9c7 - Gregory Szorc - Bug 827157 - Part 2: report current session information. r=rnewman
  83. # [00:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a97eb4f09112 - Richard Newman - Merge m-c to s-c.
  84. # [00:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3e7e06804ae4 - Gregory Szorc - Bug 827157 - Robust and performance sensitive recording of sessions; r=rnewman
  85. # [00:55] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Connection reset by peer)
  86. # [00:55] * Joins: mfinkle_ (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  87. # [00:55] * mfinkle_ is now known as mfinkle
  88. # [00:56] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  89. # [00:57] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  90. # [00:59] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  91. # [01:01] * Joins: Hixie (ianh@C6D27F7B.5EFFBB68.81BC061B.IP)
  92. # [01:01] * cmcavoy-offline is now known as cmcavoy
  93. # [01:05] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  94. # [01:10] * Quits: Mic (Instantbir@moz-683B2BC2.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  95. # [01:10] * kinetik_ is now known as kinetik
  96. # [01:11] * Joins: tonymec (tonymec@5BBDD816.9A4951C7.DE2DB281.IP)
  97. # [01:12] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  98. # [01:12] * Quits: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com) (Quit: Leaving.)
  99. # [01:13] * mcote|afk is now known as mcote
  100. # [01:13] * Quits: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw) (Client exited)
  101. # [01:13] * Joins: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com)
  102. # [01:14] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  103. # [01:14] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  104. # [01:14] * Quits: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com) (Quit: Leaving.)
  105. # [01:21] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  106. # [01:21] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  107. # [01:22] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  108. # [01:25] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  109. # [01:26] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  110. # [01:26] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  111. # [01:28] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  112. # [01:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/077caacae057 - Rafael Avila de Espindola - Bug 831623: Move handleSymbolResponse and fetchSymbol to a new class so it can be used for late write stacks too. r=vdjeric
  113. # [01:32] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  114. # [01:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ca1f12ab55c8 - Brian Hackett - Bug 832425 - gcPreserveCode() should be defined when not using JS_GC_ZEAL, r=h4writer.
  115. # [01:34] * Quits: darkowlzz (darkowlzz@484218A.F1B8828D.5700D73F.IP) (Ping timeout)
  116. # [01:36] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  117. # [01:36] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  118. # [01:36] * Quits: andersh_ (andersh@moz-D9CEAC4E.bredband.oister.dk) (Connection reset by peer)
  119. # [01:39] * Joins: Mic (Instantbir@moz-683B2BC2.superkabel.de)
  120. # [01:43] * mcote is now known as mcote|afk
  121. # [01:47] <romaxa> gkw: sewardj: recompiled without jemalloc and added all valgrind settings
  122. # [01:47] <romaxa> http://pastebin.mozilla.org/2072361
  123. # [01:47] <romaxa> same issue
  124. # [01:48] * khuey is now known as khuey|away
  125. # [01:48] * Quits: lerc (quassel@121-74-230-154.telstraclear.net) (Ping timeout)
  126. # [01:48] * stefanh is now known as stefanh|away
  127. # [01:48] <romaxa> gkw: sewardj: here is full log http://pastebin.mozilla.org/2072366, btw this is embedding run...
  128. # [01:49] * Joins: Callek (chatzilla@CB3EC984.A5F785DE.396E4C6D.IP)
  129. # [01:49] * Joins: Matti_ (Matti@moz-FB0B9180.dip.t-dialin.net)
  130. # [01:50] * Quits: Matti__ (Matti@moz-4B55E0E7.dip.t-dialin.net) (Ping timeout)
  131. # [01:51] <sewardj> romaxa: gkw: I'll have to look into this -- not sure if it is a Firefox bug or a mozilla bug.
  132. # [01:51] <sewardj> romaxa: I meant, not sure if a firefox bug or a valgrind bug.
  133. # [01:51] * Joins: lerc (quassel@42539366.FE7DB768.788638A4.IP)
  134. # [01:51] <sewardj> romaxa: can you email me STR ?
  135. # [01:54] * Quits: Mic (Instantbir@moz-683B2BC2.superkabel.de) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  136. # [01:55] * mcote|afk is now known as mcote
  137. # [01:55] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/2a9c854f17c3 - Boris Zbarsky - Bug 831780 - Only count the broken-image placeholder in the visual overflow, not the scrollable overflow. r=mattwoodrow, a=lsblakk
  138. # [01:55] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/e0f496d7265e - Steve Fink - Bug 827225 - Rename JS_GetTypedArrayType to JS_GetArrayBufferViewType, add TYPE_DATAVIEW. r=bz, sr=dmandelin, a=lsblakk
  139. # [01:55] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0859365a27e3 - Steve Fink - Bug 827225 - Avoid JS_GetArrayBufferViewType until safe to call. r=bz, a=lsblakk
  140. # [01:56] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0340843194ea - Wes Johnston - Bug 792410 - Scale tab thumbnails from the upper left corner. r=sriram, a=akeybl
  141. # [01:56] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/a5aa40534b52 - Gary Kwong - Bug 831472 - Add null check to nsGlobalWindow::GetInnerScreenRect(). r=smaug, a=lsblakk
  142. # [01:56] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/c4ed00e2d8bd - Olli Pettay - Bug 830948 - Null check mDocshell before using it. r=bz, a=lsblakk
  143. # [01:59] * Joins: darkowlzz (darkowlzz@3251F34A.5E4EC028.5700D73F.IP)
  144. # [01:59] * Joins: stefanh_ (chatzilla@moz-3EED0162.customers.ownit.se)
  145. # [02:00] * Quits: lerc (quassel@121.75.136.76) (Ping timeout)
  146. # [02:01] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  147. # [02:02] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  148. # [02:02] * Joins: lerc (quassel@726F2495.B6A50D46.788638A4.IP)
  149. # [02:03] * mcote is now known as mcote|afk
  150. # [02:05] * jcranmer is now known as jcranmer|away
  151. # [02:06] * Parts: stefanh_ (chatzilla@moz-3EED0162.customers.ownit.se)
  152. # [02:08] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  153. # [02:09] * Quits: sewardj (sewardj@moz-1361817D.dip.t-dialin.net) (Ping timeout)
  154. # [02:11] * Quits: avih (quassel@2D5CF5E1.7EA0FE88.CC465D70.IP) (Ping timeout)
  155. # [02:12] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  156. # [02:13] * mattwoodrow|away is now known as mattwoodrow
  157. # [02:15] * nthomas|away is now known as nthomas
  158. # [02:17] * Joins: avih (quassel@2D5CF5E1.7EA0FE88.CC465D70.IP)
  159. # [02:18] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  160. # [02:24] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  161. # [02:25] * Quits: Callek (chatzilla@CB3EC984.A5F785DE.396E4C6D.IP) (Ping timeout)
  162. # [02:25] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  163. # [02:28] <firebot> Check-in:
  164. # [02:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1d122eaa9070 - Daniel Holbert - Bug 832589: Declare character encoding in the blank document that we load between each reftest, to prevent an error message from being printed each time we do that.
  165. # [02:28] <firebot> r=dbaron
  166. # [02:29] * Joins: jammink|headsdown (textual@moz-DD4C6D8A.dsl.dynamic.sonic.net)
  167. # [02:35] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  168. # [02:35] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  169. # [02:37] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  170. # [02:39] * Matti_ is now known as Matti
  171. # [02:39] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  172. # [02:39] * Quits: nhirata (anonymous@moz-2CDCDB0F.w90-46.abo.wanadoo.fr) (Quit: nhirata)
  173. # [02:41] * Quits: RealRaven (Thunderbir@DE62F929.AC896DD2.27F80FAC.IP) (Quit: RealRaven)
  174. # [02:43] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  175. # [02:44] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  176. # [02:45] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  177. # [02:51] * Quits: tchevali1 (Thunderbir@moz-C9BE3DB5.w81-251.abo.wanadoo.fr) (Quit: tchevali1)
  178. # [02:51] * Joins: tchevalier (Thunderbir@moz-C9BE3DB5.w81-251.abo.wanadoo.fr)
  179. # [02:57] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  180. # [02:59] * Joins: pranavrc (pranavrc@E852F040.1C786AEA.C28326FD.IP)
  181. # [02:59] * mattwoodrow is now known as mattwoodrow|away
  182. # [03:02] * Joins: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net)
  183. # [03:03] * Quits: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  184. # [03:05] * Joins: imphil_ (philipp@moz-586ED428.dynamic.mnet-online.de)
  185. # [03:06] * Joins: dhylands (dhylands@9F6BCC9F.ACA5FF99.5D698A29.IP)
  186. # [03:06] * Quits: imphil (philipp@moz-6BC59DF7.dynamic.mnet-online.de) (Ping timeout)
  187. # [03:07] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  188. # [03:13] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  189. # [03:14] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: )
  190. # [03:17] <KWierso|Home> hrm, last few nightlies are giving me weird displays on amazon.com...
  191. # [03:18] <KWierso|Home> if I open an item's page in a tab, then switch to a different tab for some amount of time, the site's navigation stuff is missing when I switch back until I scroll around a bit
  192. # [03:20] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  193. # [03:23] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  194. # [03:23] * Joins: thinker (user@moz-D921FE60.dynamic.kbronet.com.tw)
  195. # [03:23] * Joins: Matti_ (Matti@moz-1056599D.dip.t-dialin.net)
  196. # [03:23] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  197. # [03:24] * Quits: Matti (Matti@moz-FB0B9180.dip.t-dialin.net) (Ping timeout)
  198. # [03:33] * cmcavoy is now known as cmcavoy-offline
  199. # [03:33] * nthomas is now known as nthomas|away
  200. # [03:38] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  201. # [03:43] * Joins: KenChang (KenChang@moz-99690620.hinet-ip.hinet.net)
  202. # [03:46] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  203. # [03:46] * Quits: chewey (chewey@moz-FD11B969.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  204. # [03:46] * Quits: imphil_ (philipp@moz-586ED428.dynamic.mnet-online.de) (Input/output error)
  205. # [03:46] * Joins: chewey (chewey@moz-46F3298A.dip0.t-ipconnect.de)
  206. # [03:49] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  207. # [03:51] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Connection reset by peer)
  208. # [03:51] * mattwoodrow|away is now known as mattwoodrow
  209. # [03:51] * Joins: jcv (john@moz-9DD98F0F.cable.mindspring.com)
  210. # [03:52] * Quits: mconley (mconley@8ECC4BFC.EC83738C.D8D85ABD.IP) (Input/output error)
  211. # [03:56] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  212. # [03:58] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  213. # [03:58] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  214. # [04:11] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  215. # [04:13] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  216. # [04:16] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  217. # [04:16] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  218. # [04:17] * Joins: DGMurdockIII (DGMurdockI@moz-F1247A16.hsd1.in.comcast.net)
  219. # [04:18] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  220. # [04:18] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  221. # [04:18] <DGMurdockIII> hey guy the new megaupload site say to use chrome becse other broowers done have the HTML 5 support
  222. # [04:18] <DGMurdockIII> https://mega.co.nz if you want tosee
  223. # [04:23] * Quits: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp) (Ping timeout)
  224. # [04:23] * Joins: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp)
  225. # [04:25] * Quits: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net) (Ping timeout)
  226. # [04:25] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  227. # [04:26] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  228. # [04:27] <KWierso|Home> lol
  229. # [04:28] * Quits: darkowlzz (darkowlzz@3251F34A.5E4EC028.5700D73F.IP) (Ping timeout)
  230. # [04:28] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  231. # [04:30] * Joins: ericjung_ (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  232. # [04:30] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  233. # [04:31] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  234. # [04:32] * Quits: kinetik (kinetik@B936FC70.1E7B5E73.FC74E68.IP) (Ping timeout)
  235. # [04:32] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  236. # [04:33] <Jesse> DGMurdockIII: https://twitter.com/doublec/status/292466262049685504 and https://bugzilla.mozilla.org/show_bug.cgi?id=704128
  237. # [04:35] * Quits: pranavrc (pranavrc@E852F040.1C786AEA.C28326FD.IP) (Quit: Ping timeout: ∞)
  238. # [04:35] * Joins: kinetik (kinetik@B936FC70.1E7B5E73.FC74E68.IP)
  239. # [04:36] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  240. # [04:37] <doublec> DGMurdockIII: as Jesse's references note, it's because we don't support a W3C API that is a working draft
  241. # [04:37] <DGMurdockIII> oh
  242. # [04:37] <DGMurdockIII> but chrome dose
  243. # [04:38] <doublec> right
  244. # [04:38] <doublec> Google submitted the spec so that's not much of a surprise
  245. # [04:38] <doublec> they're the only ones that implement it
  246. # [04:38] <DGMurdockIII> but you are going to support the site
  247. # [04:39] <doublec> DGMurdockIII: bug 704128 is about supporting that API
  248. # [04:39] <DGMurdockIII> ok i understand
  249. # [04:39] * Joins: darkowlzz (darkowlzz@5036BF6.634CDB1B.9DA13C14.IP)
  250. # [04:40] <DGMurdockIII> now this could help the firefox os as well i see
  251. # [04:40] <doublec> right. there seems to be some push back on the api though. The b2g developers don't seem to like it from what I read in the bug.
  252. # [04:41] * Joins: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP)
  253. # [04:41] <Jesse> does that api even make sense on a system where the user doesn't see a heirarchical filesystem?
  254. # [04:42] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  255. # [04:42] <DGMurdockIII> http://ericbidelman.tumblr.com/post/21649963613/idb-filesystem-js-bringing-the-html5-filesystem-api
  256. # [04:43] <doublec> looks like there's a possible comprimise API coming: http://lists.w3.org/Archives/Public/public-webapps/2012OctDec/0491.html
  257. # [04:43] <DGMurdockIII> with mega the upload is sos os so so slow on firefox but 0on google chrome its fash
  258. # [04:43] <doublec> DGMurdockIII: According to the mega developers that JS library isn't useful to them
  259. # [04:43] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  260. # [04:43] <doublec> DGMurdockIII: they need to be able to write the file to the actual filesystem which it can't do
  261. # [04:44] <DGMurdockIII> ok
  262. # [04:44] <DGMurdockIII> but maybe now this will spped up better html 5 adaption
  263. # [04:45] <doublec> technically the file system api isn't "HTML 5"
  264. # [04:46] <doublec> but I get your point :)
  265. # [04:47] * Joins: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz)
  266. # [04:50] * Joins: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net)
  267. # [04:50] <RyanVM> philor: ping
  268. # [04:50] <philor> RyanVM: patience ;)
  269. # [04:51] <RyanVM> hah
  270. # [04:51] <philor> how big is your aurora queue?
  271. # [04:51] <RyanVM> was going to ask if we can open aurora if the linux64 bc run goes green
  272. # [04:51] <RyanVM> only 19 :P
  273. # [04:51] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  274. # [04:51] <RyanVM> all stuff that's landed on other branches at this point, so I'm not overly worried
  275. # [04:52] <philor> yeah, linux64 is enough for me, don't need win7
  276. # [04:53] <philor> which is nice, since it's cruising toward awkward timing that'll wind up coalescing away one or the other
  277. # [04:53] <RyanVM> tonight's basically my last chance to land for awhile
  278. # [04:53] <philor> on the road again....
  279. # [04:53] <mike5w3c> the Google filesystem API draft is dead in the water as far as W3C standardization goes. I think the editor is hoping to do a re-plan to work it into something that other browser projects are interested in implementing. Sicking has commented quite a lot on it. It's possible to address most of the same use cases using IndexedDB instead.
  280. # [04:53] <RyanVM> not going to be around tomorrow (and probably Monday), then out to CA for the rest of teh week
  281. # [04:57] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  282. # [04:59] <Jesse> mike5w3c: but not mega's use case, i'm guessing? at least for now, since users want to hand their pirated files to native apps.
  283. # [04:59] <mike5w3c> heh
  284. # [04:59] <mike5w3c> yeah spose so
  285. # [05:00] <mike5w3c> I see that doublec just tweeted http://lists.w3.org/Archives/Public/public-webapps/2012OctDec/0491.html
  286. # [05:01] <mike5w3c> from teh editor
  287. # [05:01] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  288. # [05:04] * Joins: Matti__ (Matti@moz-E09B68FB.dip.t-dialin.net)
  289. # [05:04] * Quits: Matti_ (Matti@moz-1056599D.dip.t-dialin.net) (Ping timeout)
  290. # [05:04] * Quits: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net) (Ping timeout)
  291. # [05:10] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  292. # [05:15] <philor> RyanVM: open it when you're ready
  293. # [05:16] <RyanVM> woowoo
  294. # [05:18] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  295. # [05:22] * Quits: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net) (Connection reset by peer)
  296. # [05:22] * Quits: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz) (Ping timeout)
  297. # [05:23] * Joins: KWierso|Home (chatzilla@moz-296B3117.hsd1.ca.comcast.net)
  298. # [05:24] * Joins: KWierso (kwierso@moz-296B3117.hsd1.ca.comcast.net)
  299. # [05:25] * Quits: jammink|headsdown (textual@moz-DD4C6D8A.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  300. # [05:26] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  301. # [05:28] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Ping timeout)
  302. # [05:28] <RyanVM> weee, only 50 bugs needing aurora uplift now
  303. # [05:29] <KWierso|Home> land ALL the things!
  304. # [05:30] <RyanVM> already told gps I'm not touching the FHR bugs
  305. # [05:31] <RyanVM> i think i'll let just them simmer for a couple days and check back Tuesday
  306. # [05:31] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  307. # [05:33] <RyanVM> aww heck, I just can't resist the urge to ruin a freshly-green tree
  308. # [05:35] * Joins: seth (seth@moz-D840E602.dsl.static.sonic.net)
  309. # [05:36] * Joins: seth_ (seth@A5A0595A.66715431.D25A875A.IP)
  310. # [05:36] * Quits: seth (seth@moz-D840E602.dsl.static.sonic.net) (Ping timeout)
  311. # [05:36] * seth_ is now known as seth
  312. # [05:38] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  313. # [05:38] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  314. # [05:43] * Joins: Sander (chatzilla@FC5F1440.4B885322.61FF931A.IP)
  315. # [05:46] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  316. # [05:51] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  317. # [05:53] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  318. # [05:54] * Quits: Optimizer (Optimizer@7A1172.77B4AB2C.274D17D6.IP) (Ping timeout)
  319. # [05:59] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  320. # [06:00] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  321. # [06:06] * Joins: Optimizer (Optimizer@C9E4E491.54D1C081.BE90E62C.IP)
  322. # [06:12] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  323. # [06:13] * ewong|sleep is now known as ewong
  324. # [06:13] * Quits: jcv (john@moz-9DD98F0F.cable.mindspring.com) (Quit: leaving)
  325. # [06:15] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  326. # [06:16] * Quits: automata (automata@A0F76D52.66431431.C27E1635.IP) (Quit: Leaving)
  327. # [06:19] * Quits: DGMurdockIII (DGMurdockI@moz-F1247A16.hsd1.in.comcast.net) (Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211])
  328. # [06:23] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  329. # [06:25] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89-2012120118 [Firefox 21.0a1/20130119091837])
  330. # [06:25] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  331. # [06:26] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  332. # [06:31] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  333. # [06:32] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  334. # [06:42] * Quits: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Quit: ZNC - http://znc.in)
  335. # [06:46] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  336. # [06:50] * Joins: jchen|away (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  337. # [06:50] * jchen|away is now known as jchen
  338. # [06:52] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  339. # [06:52] * Quits: darkowlzz (darkowlzz@5036BF6.634CDB1B.9DA13C14.IP) (Ping timeout)
  340. # [06:54] * Joins: darkowlzz (darkowlzz@5036BF6.634CDB1B.9DA13C14.IP)
  341. # [06:55] * jchen is now known as jchen|away
  342. # [06:56] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  343. # [06:56] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  344. # [06:57] * Quits: Matti__ (Matti@moz-E09B68FB.dip.t-dialin.net) (Quit: quit)
  345. # [06:58] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  346. # [07:00] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  347. # [07:00] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  348. # [07:03] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  349. # [07:08] * Joins: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com)
  350. # [07:23] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  351. # [07:24] * Quits: Sander (chatzilla@FC5F1440.4B885322.61FF931A.IP) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  352. # [07:27] * Quits: hub (hub@E639FEDB.F04051C4.DC1243F8.IP) (Ping timeout)
  353. # [07:29] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  354. # [07:29] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  355. # [07:37] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  356. # [07:37] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  357. # [07:37] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Ping timeout)
  358. # [07:39] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  359. # [07:40] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  360. # [07:45] * mattwoodrow is now known as mattwoodrow|away
  361. # [07:54] <philor> if we're coalescing jobs, and it's random which reftest hunk is run when there's a free slave, are we less likely to skip over one with 5 hunks that take an hour each, or 10 hunks that take half an hour each?
  362. # [07:55] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  363. # [07:56] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  364. # [07:56] <KWierso|Home> philor: would you rather fight a horse-sized orange or a hundred orange-sized horses?
  365. # [07:57] <philor> will anyone be watching me kill orange-sized horses? because that's going to be ugly
  366. # [07:58] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  367. # [08:01] * Quits: singerb (singerb@moz-8897C7D8.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  368. # [08:06] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  369. # [08:10] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  370. # [08:10] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  371. # [08:12] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Input/output error)
  372. # [08:15] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  373. # [08:16] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  374. # [08:28] * Joins: atte (atte@moz-37C1DF97.dhcp.inet.fi)
  375. # [08:37] * Joins: scenor (Thunderbir@moz-DF589874.dyn.orange.at)
  376. # [08:38] * Quits: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP) (Quit: Computer has gone to sleep.)
  377. # [08:41] * Parts: scenor (Thunderbir@moz-DF589874.dyn.orange.at)
  378. # [08:43] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  379. # [08:45] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  380. # [08:47] * Quits: ericjung_ (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Input/output error)
  381. # [08:50] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  382. # [08:52] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  383. # [08:54] * Quits: cdiehl (cdiehl@moz-55945366.pool.mediaways.net) (Ping timeout)
  384. # [08:55] * Joins: Boriss_ (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  385. # [08:57] * Joins: cdiehl (cdiehl@moz-218843A0.pool.mediaways.net)
  386. # [08:58] * Joins: sewardj (sewardj@moz-E77F9F53.dip.t-dialin.net)
  387. # [09:05] * Joins: scenor (Thunderbir@moz-23E1DD.nat.orange.at)
  388. # [09:08] * Quits: cdiehl (cdiehl@moz-218843A0.pool.mediaways.net) (Ping timeout)
  389. # [09:09] * Joins: cdiehl (cdiehl@moz-BE81D5E6.pool.mediaways.net)
  390. # [09:17] * Joins: victorporof (victorporo@FF463E87.A58E0E41.6A4F8DA2.IP)
  391. # [09:19] * Quits: garnacho (carlos@moz-DA1D79C9.dyn.user.ono.com) (Ping timeout)
  392. # [09:21] * Quits: scenor (Thunderbir@moz-23E1DD.nat.orange.at) (Connection reset by peer)
  393. # [09:21] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  394. # [09:22] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  395. # [09:22] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  396. # [09:23] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  397. # [09:24] * Quits: victorporof (victorporo@FF463E87.A58E0E41.6A4F8DA2.IP) (Ping timeout)
  398. # [09:30] * Joins: victorporof (victorporo@FF463E87.A58E0E41.6A4F8DA2.IP)
  399. # [09:30] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  400. # [09:32] * Quits: Boriss_ (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss_)
  401. # [09:32] * Joins: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net)
  402. # [09:34] * Quits: Optimizer (Optimizer@C9E4E491.54D1C081.BE90E62C.IP) (Ping timeout)
  403. # [09:37] * Joins: Optimizer (Optimizer@F1040D.E163542C.BE90E62C.IP)
  404. # [09:40] * Quits: erikvold (erikvold@moz-FEB0D3F0.bchsia.telus.net) (Quit: erikvold)
  405. # [09:41] * Quits: Optimizer (Optimizer@F1040D.E163542C.BE90E62C.IP) (Ping timeout)
  406. # [09:43] * Quits: sewardj (sewardj@moz-E77F9F53.dip.t-dialin.net) (Ping timeout)
  407. # [09:46] * Joins: smontagu (chatzilla@moz-3A098C00.red.bezeqint.net)
  408. # [09:47] * Joins: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz)
  409. # [09:47] * Joins: Ms2ger (Ms2ger@41CC8C2F.F39AEB83.3773EA9F.IP)
  410. # [09:47] * Joins: dbaron (dbaron@moz-6A662ACD.bb.sky.com)
  411. # [09:47] * ChanServ sets mode: +o dbaron
  412. # [09:47] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  413. # [09:48] <@dbaron> Rather a lot happened in the mozilla-aurora repository while I was asleep, it seems.
  414. # [09:49] <Ms2ger> Looks like RyanVM found the a-a+ backlog
  415. # [09:55] * Joins: TheOne (one@moz-1AE90484.dip.t-dialin.net)
  416. # [09:57] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  417. # [09:59] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  418. # [09:59] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  419. # [10:01] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  420. # [10:01] * Joins: Stan_ (Stan@moz-D89384C5.dip.t-dialin.net)
  421. # [10:02] * Quits: Stan (Stan@moz-E1DA00AA.dip.t-dialin.net) (Ping timeout)
  422. # [10:05] * Joins: Optimizer (Optimizer@9B92078.DC4492DD.BE90E62C.IP)
  423. # [10:08] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  424. # [10:16] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  425. # [10:17] * Quits: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz) (Ping timeout)
  426. # [10:17] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  427. # [10:19] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  428. # [10:22] * mattwoodrow|away is now known as mattwoodrow
  429. # [10:24] * Joins: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz)
  430. # [10:25] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  431. # [10:25] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  432. # [10:28] * Joins: nical (nico@751458D5.2EC72FA8.EC2613E4.IP)
  433. # [10:30] * Quits: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz) (Ping timeout)
  434. # [10:33] * Quits: Optimizer (Optimizer@9B92078.DC4492DD.BE90E62C.IP) (Ping timeout)
  435. # [10:35] * Joins: andersh (andersh@moz-D9CEAC4E.bredband.oister.dk)
  436. # [10:35] * Quits: darkowlzz (darkowlzz@5036BF6.634CDB1B.9DA13C14.IP) (Ping timeout)
  437. # [10:35] * Joins: darkowlzz (darkowlzz@A3E0AFB0.B355329B.27560D6E.IP)
  438. # [10:37] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  439. # [10:41] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Quit: bye)
  440. # [10:44] * Joins: Optimizer (Optimizer@8E684CFE.982C2CD4.BE90E62C.IP)
  441. # [10:46] * Joins: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP)
  442. # [10:47] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  443. # [10:51] * Quits: nical (nico@751458D5.2EC72FA8.EC2613E4.IP) (Ping timeout)
  444. # [10:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/88daef90f2ab - Brian Hackett - Bug 821361 - Optimize type information in closures that only run once, r=luke.
  445. # [10:55] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  446. # [11:00] * Quits: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net) (Ping timeout)
  447. # [11:05] * Joins: RealRaven (Thunderbir@DE62F929.AC896DD2.27F80FAC.IP)
  448. # [11:05] * Quits: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  449. # [11:06] * Joins: souradeep (souradeep@2964B735.557FBCD3.EFB84E89.IP)
  450. # [11:07] * Joins: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net)
  451. # [11:08] * Quits: Optimizer (Optimizer@8E684CFE.982C2CD4.BE90E62C.IP) (Ping timeout)
  452. # [11:09] * Joins: maikmerten (maikmerten@moz-D39BFED9.dynamic.qsc.de)
  453. # [11:15] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  454. # [11:18] * Quits: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp) (Ping timeout)
  455. # [11:21] * mattwoodrow is now known as mattwoodrow|away
  456. # [11:22] * Quits: TheOne (one@moz-1AE90484.dip.t-dialin.net) (Input/output error)
  457. # [11:25] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  458. # [11:25] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  459. # [11:25] * Joins: Optimizer (Optimizer@DC26870F.5F6B62E6.BE90E62C.IP)
  460. # [11:26] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  461. # [11:26] * ChanServ sets mode: +o smaug
  462. # [11:30] * Quits: @dbaron (dbaron@moz-6A662ACD.bb.sky.com) (Ping timeout)
  463. # [11:30] * Joins: shry (Mibbit@53ECB044.5BB43AE6.8037CBEF.IP)
  464. # [11:31] * Quits: darkowlzz (darkowlzz@A3E0AFB0.B355329B.27560D6E.IP) (Ping timeout)
  465. # [11:32] * Joins: darkowlzz (darkowlzz@A3E0AFB0.B355329B.27560D6E.IP)
  466. # [11:32] <shry> Hi, I am new to development of Mozilla. Please guide me so that I can be well acquainted with it...
  467. # [11:34] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  468. # [11:36] <gfritzsche> shry: you may want to switch to #introduction
  469. # [11:38] * Joins: morrison (morrison@moz-E38E38E1.cust-10274.ip.static.uno.uk.net)
  470. # [11:38] * Quits: Optimizer (Optimizer@DC26870F.5F6B62E6.BE90E62C.IP) (Ping timeout)
  471. # [11:38] * Quits: shry (Mibbit@53ECB044.5BB43AE6.8037CBEF.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  472. # [11:39] * philor is now known as philor|away
  473. # [11:39] * Joins: andersh_ (andersh@moz-DDF6961E.mobile.3.dk)
  474. # [11:40] * Quits: andersh (andersh@moz-D9CEAC4E.bredband.oister.dk) (Ping timeout)
  475. # [11:45] * Joins: Optimizer (Optimizer@58C6BE8B.F5AEC7E6.274D17D6.IP)
  476. # [11:54] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  477. # [11:54] * Joins: sewardj (sewardj@moz-E77F9F53.dip.t-dialin.net)
  478. # [11:55] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  479. # [11:57] * Joins: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net)
  480. # [12:00] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  481. # [12:04] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  482. # [12:04] * Quits: errstr (trane@4B6E818F.DF074373.4372BB76.IP) (Ping timeout)
  483. # [12:05] * Joins: errstr (trane@4B6E818F.DF074373.4372BB76.IP)
  484. # [12:07] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  485. # [12:07] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  486. # [12:09] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  487. # [12:10] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  488. # [12:14] * Joins: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp)
  489. # [12:20] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  490. # [12:21] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  491. # [12:22] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  492. # [12:24] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  493. # [12:30] * Joins: thbet (kvirc@moz-ED3543B.omega115.maxonline.com.sg)
  494. # [12:31] * Quits: thbet (kvirc@moz-ED3543B.omega115.maxonline.com.sg) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  495. # [12:32] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  496. # [12:39] * Joins: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at)
  497. # [12:40] * Quits: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp) (Ping timeout)
  498. # [12:42] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  499. # [12:43] * Quits: Optimizer (Optimizer@58C6BE8B.F5AEC7E6.274D17D6.IP) (Ping timeout)
  500. # [12:44] * Joins: JeroenDeDauw (j@moz-3F2CBC57.dip.t-dialin.net)
  501. # [12:46] * Joins: Optimizer (Optimizer@3B4409B3.223E030.BE90E62C.IP)
  502. # [12:47] * Parts: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at)
  503. # [12:49] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  504. # [12:49] * Joins: garnacho (carlos@moz-DA1D79C9.dyn.user.ono.com)
  505. # [12:50] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  506. # [12:50] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  507. # [12:52] * Quits: kripton (kripton-mo@moz-B2051A72.kripserver.net) (Ping timeout)
  508. # [12:52] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  509. # [12:57] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  510. # [13:00] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  511. # [13:00] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  512. # [13:07] * Joins: kripton (kripton-mo@moz-B2051A72.kripserver.net)
  513. # [13:10] * Quits: vladan-afk (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  514. # [13:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d837646f7676 - Robert Longson - Bug 828286 - SVG stylesheet not enabled for SVG loaded as data and then imported with importNode. r=dholbert
  515. # [13:12] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  516. # [13:15] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  517. # [13:15] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  518. # [13:15] * Joins: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP)
  519. # [13:16] * kripton is now known as Kripton
  520. # [13:22] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  521. # [13:28] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  522. # [13:28] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  523. # [13:29] * merike|away is now known as merike
  524. # [13:33] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  525. # [13:35] * Joins: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at)
  526. # [13:35] * Parts: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at)
  527. # [13:37] * Quits: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com) (Quit: Leaving.)
  528. # [13:39] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  529. # [13:39] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  530. # [13:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2106f6631cd6 - Mats Palmgren - Bug 827070. r=smontagu
  531. # [13:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5dc1c3d2e2c4 - Mats Palmgren - Bug 830236 (follow-up) - Keep the print engine when printing finished inside Print Preview. Make nsPrintEngine::DestroyPrintingData re-entrancy safe. r=cam
  532. # [13:44] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  533. # [13:48] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  534. # [13:49] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  535. # [13:50] * Quits: Archaeopteryx (itsme@moz-FF3F73F2.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  536. # [13:51] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  537. # [13:54] * Quits: vendo (chatzilla@56D55732.7114713F.B1C414DA.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  538. # [13:56] * merike is now known as merike|away
  539. # [13:59] * Joins: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp)
  540. # [14:01] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  541. # [14:02] * Quits: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com) (Quit: randix)
  542. # [14:02] * Joins: randix (rdow@moz-EED5EBCB.dhcp.mdfd.or.charter.com)
  543. # [14:05] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
  544. # [14:08] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  545. # [14:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/56efd49e70dd - Gaurav Pruthi - Bug 672190 - Remove declaration and definitions of 'expandEntityReferences' from NodeIterator and TreeWalker. r=Ms2ger
  546. # [14:26] <Ms2ger> RyanVM++
  547. # [14:29] * Kripton is now known as kripton
  548. # [14:29] <evilpie> Ms2ger: ping
  549. # [14:30] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  550. # [14:31] <evilpie> anyone has an idea about this build failure http://pastebin.mozilla.org/2073512 ?
  551. # [14:36] <evilpie> okay fixed it with the hammer method
  552. # [14:38] * Quits: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp) (Ping timeout)
  553. # [14:40] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  554. # [14:41] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  555. # [14:44] * Joins: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at)
  556. # [14:46] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  557. # [14:49] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  558. # [14:52] * Quits: sewardj (sewardj@moz-E77F9F53.dip.t-dialin.net) (Ping timeout)
  559. # [14:56] * Joins: TheOne (one@moz-1AE90484.dip.t-dialin.net)
  560. # [15:00] * Joins: IanN (chatzilla@moz-C2F768A9.perr.cable.virginmedia.com)
  561. # [15:01] * Quits: souradeep (souradeep@2964B735.557FBCD3.EFB84E89.IP) (Ping timeout)
  562. # [15:02] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  563. # [15:02] * Joins: capella_ (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  564. # [15:02] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Ping timeout)
  565. # [15:02] * capella_ is now known as capella
  566. # [15:03] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  567. # [15:04] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  568. # [15:04] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  569. # [15:04] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  570. # [15:06] * Joins: imphil (philipp@moz-62C41EF3.dynamic.mnet-online.de)
  571. # [15:08] * Joins: JonathanS (JonathanS@74338381.87D4EDDB.521902B0.IP)
  572. # [15:10] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  573. # [15:10] * Parts: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at)
  574. # [15:10] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  575. # [15:15] <Ms2ger> evilpie, sounds like glandium's fault
  576. # [15:16] * stefanh|away is now known as stefanh
  577. # [15:18] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  578. # [15:19] * Joins: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at)
  579. # [15:20] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  580. # [15:21] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  581. # [15:24] * Quits: morrison (morrison@moz-E38E38E1.cust-10274.ip.static.uno.uk.net) (Client exited)
  582. # [15:25] * Joins: souradeep (souradeep@D29AF0DE.57BFCFB1.EFB84E89.IP)
  583. # [15:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/01c964705be7 - Gene Lian - Bug 831108 - Process tab terminated (stop loading) on http://margaretleibovic.com/mural/. r=fabrice
  584. # [15:29] * Quits: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at) (Quit: scenor)
  585. # [15:30] * Joins: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at)
  586. # [15:30] * Joins: coop (Chris@moz-B3EE357F.dsl.bell.ca)
  587. # [15:36] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  588. # [15:40] * Quits: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at) (Quit: scenor)
  589. # [15:40] <glandium> evilpie: please file a bug
  590. # [15:44] * ewong is now known as ewong|sleep
  591. # [15:45] * Joins: RattyAway (Jim_diGriz@8A0C733A.906B1E48.FB243CD8.IP)
  592. # [15:46] <RattyAway> BenWa: Hi!
  593. # [15:46] * Quits: victorporof (victorporo@FF463E87.A58E0E41.6A4F8DA2.IP) (Quit: victorporof)
  594. # [15:46] <RattyAway> My build craps out here: https://bugzilla.mozilla.org/show_bug.cgi?id=820852#c39
  595. # [15:47] <RattyAway> (VS2008SP1)(VC9) if that helps
  596. # [15:47] * Quits: JeroenDeDauw (j@moz-3F2CBC57.dip.t-dialin.net) (Quit: Leaving.)
  597. # [15:48] * Joins: hub (hub@E639FEDB.F04051C4.DC1243F8.IP)
  598. # [15:48] * Joins: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com)
  599. # [15:49] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  600. # [15:52] <Ms2ger> RattyAway, do we still support VC9?
  601. # [15:52] <Ms2ger> RattyAway, try including mozilla/NullPtr.h in mozPoisonWriteBase.h
  602. # [15:53] <RattyAway> Ms2ger: wilco
  603. # [15:53] <IanN> I'm getting KeyError: 'LIBS_DESC_SUFFIX' when trying to build libxpautocomplete.a.desc
  604. # [15:54] <Ms2ger> IanN, backtrace?
  605. # [15:55] <IanN> It is:
  606. # [15:55] <IanN> /home/gizmo/central/sm-opt/_virtualenv/bin/python /home/gizmo/central/comm-central/mozilla/config/pythonpath.py -I../../../../../mozilla/config /home/gizmo/central/comm-central/mozilla/config/expandlibs_gen.py --depend .deps/libxpautocomplete.a.pp -o libxpautocomplete.a.desc nsAutoComplete.o
  607. # [15:55] <IanN> Traceback (most recent call last):
  608. # [15:55] <IanN> File "/home/gizmo/central/comm-central/mozilla/config/pythonpath.py", line 56, in <module>
  609. # [15:55] <IanN> main(sys.argv[1:])
  610. # [15:55] <IanN> File "/home/gizmo/central/comm-central/mozilla/config/pythonpath.py", line 48, in main
  611. # [15:55] <IanN> execfile(script, frozenglobals)
  612. # [15:55] <IanN> File "/home/gizmo/central/comm-central/mozilla/config/expandlibs_gen.py", line 11, in <module>
  613. # [15:55] <IanN> import expandlibs_config as conf
  614. # [15:55] <IanN> File "/home/gizmo/central/comm-central/mozilla/config/expandlibs_config.py", line 24, in <module>
  615. # [15:55] <IanN> LIBS_DESC_SUFFIX = normalize_suffix(substs['LIBS_DESC_SUFFIX'])
  616. # [15:55] <IanN> KeyError: 'LIBS_DESC_SUFFIX'
  617. # [15:55] <IanN> make[6]: *** [libxpautocomplete.a.desc] Error 1
  618. # [15:56] <Ms2ger> firebot, bug 832190
  619. # [15:56] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=832190 nor, --, ---, mh+mozilla, NEW, LIBS_DESC_SUFFIX, EXPAND_LIBS_LIST_STYLE and EXPAND_LIBS_ORDER_STYLE need to be defined in config.st
  620. # [15:56] * Quits: gustavold (gustavold@moz-C2DDCDB6.cm.sunflower.com) (Quit: Leaving.)
  621. # [15:56] <RattyAway> firebot tell IanN about pastebin
  622. # [15:56] <RattyAway> ;)
  623. # [15:56] <firebot> RattyAway: told IanN
  624. # [15:59] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  625. # [16:01] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  626. # [16:09] * Joins: victorporof (victorporo@B8EFF2B9.67CDC207.79933D60.IP)
  627. # [16:09] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  628. # [16:09] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  629. # [16:14] * merike|away is now known as merike
  630. # [16:14] <IanN> Ms2ger: yes, that seems to have fix things for me
  631. # [16:15] <Ms2ger> Great
  632. # [16:15] <RattyAway> Ms2ger: thanks for the tip, build is continuing
  633. # [16:16] <Ms2ger> RattyAway, good to hear :)
  634. # [16:18] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Input/output error)
  635. # [16:18] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  636. # [16:20] * Joins: FabioMagnoni (fabiomagno@CC0C60DA.77432F63.8AF99142.IP)
  637. # [16:22] * Quits: smontagu (chatzilla@moz-3A098C00.red.bezeqint.net) (Ping timeout)
  638. # [16:24] * Quits: Optimizer (Optimizer@3B4409B3.223E030.BE90E62C.IP) (Ping timeout)
  639. # [16:25] * Joins: gustavold (gustavold@36F3FFF0.3129569.ADC05197.IP)
  640. # [16:26] * Joins: Optimizer (Optimizer@BCD38338.F5AEC7E6.274D17D6.IP)
  641. # [16:28] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  642. # [16:29] <RattyAway> Ms2ger: hmm isn't Bug 806546 a DUP of Bug 782647 ?
  643. # [16:30] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  644. # [16:30] <Ms2ger> RattyAway, no
  645. # [16:30] <Ms2ger> The former is for nullptr_t, the type
  646. # [16:31] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  647. # [16:31] <RattyAway> oh ok
  648. # [16:32] * Quits: souradeep (souradeep@D29AF0DE.57BFCFB1.EFB84E89.IP) (Ping timeout)
  649. # [16:35] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  650. # [16:35] <darkowlzz> gfritzsche: ping!!
  651. # [16:37] * Joins: Edgar (Thunderbir@moz-4ED9F2DD.dynamic.hinet.net)
  652. # [16:38] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  653. # [16:39] * stefanh is now known as stefanh|away
  654. # [16:41] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  655. # [16:47] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  656. # [16:47] * Joins: souradeep (souradeep@8D08EBB8.F5394C9.EFB84E89.IP)
  657. # [16:51] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  658. # [16:52] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  659. # [16:53] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  660. # [16:58] * Quits: kripton (kripton-mo@moz-B2051A72.kripserver.net) (Ping timeout)
  661. # [17:01] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  662. # [17:03] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  663. # [17:03] * Joins: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  664. # [17:04] * Joins: kripton (kripton-mo@moz-B2051A72.kripserver.net)
  665. # [17:04] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  666. # [17:07] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  667. # [17:07] * Parts: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  668. # [17:10] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  669. # [17:10] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  670. # [17:12] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  671. # [17:16] * Joins: automata (automata@A0F76D52.66431431.C27E1635.IP)
  672. # [17:17] * Quits: nil1511 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Client exited)
  673. # [17:18] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  674. # [17:18] * Joins: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at)
  675. # [17:21] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  676. # [17:23] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  677. # [17:24] * Joins: WaltS (Thunderbir@moz-86C43148.pitt.east.verizon.net)
  678. # [17:26] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  679. # [17:26] * Parts: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  680. # [17:27] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  681. # [17:30] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  682. # [17:32] * jcranmer|away is now known as jcranmer
  683. # [17:34] * Quits: scenor (Thunderbir@moz-4CBD4329.adsl.highway.telekom.at) (Ping timeout)
  684. # [17:34] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Quit: ekr_)
  685. # [17:35] * Quits: darkowlzz (darkowlzz@A3E0AFB0.B355329B.27560D6E.IP) (Ping timeout)
  686. # [17:37] * Joins: darkowlzz (darkowlzz@AA9075A3.11DBC49A.9DA13C14.IP)
  687. # [17:37] * Joins: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp)
  688. # [17:37] * Joins: scenor (Thunderbir@moz-1741BEA2.adsl.highway.telekom.at)
  689. # [17:37] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  690. # [17:38] * Quits: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net) (Connection reset by peer)
  691. # [17:39] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  692. # [17:39] * Joins: abr (abr@moz-1A94780F.lightspeed.dllstx.sbcglobal.net)
  693. # [17:42] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  694. # [17:43] * Quits: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net) (Input/output error)
  695. # [17:43] * Joins: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP)
  696. # [17:47] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  697. # [17:47] * Joins: gakiwate (gautam@563926AE.CE316346.53E421C3.IP)
  698. # [17:47] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  699. # [17:50] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  700. # [17:50] * Joins: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  701. # [17:53] * Quits: gustavold (gustavold@36F3FFF0.3129569.ADC05197.IP) (Quit: Leaving.)
  702. # [17:55] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  703. # [17:59] * Joins: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net)
  704. # [18:00] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  705. # [18:03] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  706. # [18:04] * Joins: ekr__ (ekr@moz-AEFB747.hfc.comcastbusiness.net)
  707. # [18:05] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  708. # [18:05] * Quits: ekr_ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Ping timeout)
  709. # [18:06] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  710. # [18:06] * ChanServ sets mode: +o dveditz
  711. # [18:06] * Joins: azakai|far (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net)
  712. # [18:08] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  713. # [18:09] * Quits: automata (automata@A0F76D52.66431431.C27E1635.IP) (Quit: This computer has gone to sleep)
  714. # [18:13] * Quits: maikmerten (maikmerten@moz-D39BFED9.dynamic.qsc.de) (Client exited)
  715. # [18:15] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  716. # [18:16] <ekr> anyone else seeing nightly fail to exit on mac? Brand new download from this AM
  717. # [18:16] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  718. # [18:16] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Ping timeout)
  719. # [18:17] * Joins: automata (automata@A0F76D52.66431431.C27E1635.IP)
  720. # [18:18] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  721. # [18:18] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  722. # [18:20] * Quits: tonymec (tonymec@5BBDD816.9A4951C7.DE2DB281.IP) (Ping timeout)
  723. # [18:20] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  724. # [18:20] * Quits: tonymec|away (tonymec@5BBDD816.9A4951C7.DE2DB281.IP) (Connection reset by peer)
  725. # [18:22] * Quits: ekr__ (ekr@moz-AEFB747.hfc.comcastbusiness.net) (Quit: ekr__)
  726. # [18:23] * Quits: scenor (Thunderbir@moz-1741BEA2.adsl.highway.telekom.at) (Ping timeout)
  727. # [18:25] <gps> that's weird. my m-c push from 09:30 MV time yesterday didn't make it into the 2013-01-20 Nightly on OS X
  728. # [18:25] * Quits: Optimizer (Optimizer@BCD38338.F5AEC7E6.274D17D6.IP) (Ping timeout)
  729. # [18:26] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  730. # [18:27] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  731. # [18:28] * Quits: chewey (chewey@moz-46F3298A.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  732. # [18:28] * Joins: Optimizer (Optimizer@4D8AA73F.6DB2D147.BE90E62C.IP)
  733. # [18:28] * Joins: chewey (chewey@moz-213E5D3A.dip0.t-ipconnect.de)
  734. # [18:29] <Jesse> maybe none of the pushes after that were "green enough" for the nightly job to pick it?
  735. # [18:29] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  736. # [18:29] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Ping timeout)
  737. # [18:30] * Quits: masayuki (Thunderbir@moz-B5ED316D.ppp11.odn.ad.jp) (Ping timeout)
  738. # [18:33] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  739. # [18:34] * Joins: cesar (cesar@moz-76C09B58.hsd1.ct.comcast.net)
  740. # [18:37] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  741. # [18:38] <ekr> gps: I noticed the same thing.
  742. # [18:39] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  743. # [18:40] * Joins: tobeytailor (tobeytailo@moz-F7679E4B.dip.t-dialin.net)
  744. # [18:44] * Quits: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net) (Ping timeout)
  745. # [18:45] * Joins: b10n1k (j0ni@moz-A50524F8.hsd1.il.comcast.net)
  746. # [18:45] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  747. # [18:46] * Joins: cdiehl_ (cdiehl@moz-497BFC72.pool.mediaways.net)
  748. # [18:47] * Quits: cdiehl (cdiehl@moz-BE81D5E6.pool.mediaways.net) (Ping timeout)
  749. # [18:47] * cdiehl_ is now known as cdiehl
  750. # [18:47] * Quits: darkowlzz (darkowlzz@AA9075A3.11DBC49A.9DA13C14.IP) (Ping timeout)
  751. # [18:47] * Joins: darkowlzz (darkowlzz@FDD2203.D2C1459B.5700D73F.IP)
  752. # [18:49] * Quits: souradeep (souradeep@8D08EBB8.F5394C9.EFB84E89.IP) (Ping timeout)
  753. # [18:50] * baku|away is now known as baku
  754. # [18:50] * Joins: rclick (rclick@E90828DE.BD96AA5F.CDFD6498.IP)
  755. # [18:58] * Quits: Optimizer (Optimizer@4D8AA73F.6DB2D147.BE90E62C.IP) (Ping timeout)
  756. # [18:59] * Joins: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com)
  757. # [19:01] * Joins: Optimizer (Optimizer@6263DA33.3414B472.D2D1FAF0.IP)
  758. # [19:03] <darkowlzz> Is it necessary to have contributer's details in the patch file? How to insert contributer details in patch automatically?
  759. # [19:04] <gaston> darkowlzz: --user hg option ?
  760. # [19:04] * Quits: gakiwate (gautam@563926AE.CE316346.53E421C3.IP) (Quit: Leaving)
  761. # [19:04] <darkowlzz> gaston, you mean, hg diff --user filename ?
  762. # [19:05] <darkowlzz> should I modify .hgrc in mozilla-central?
  763. # [19:05] <darkowlzz> and add my details
  764. # [19:06] * Joins: JeroenDeDauw (j@moz-3F2CBC57.dip.t-dialin.net)
  765. # [19:06] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  766. # [19:06] <jcranmer> hmm? when did we get a git.mozilla.org?
  767. # [19:06] * Joins: we11ington (msu-cse498@moz-600949B7.cse.msu.edu)
  768. # [19:08] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  769. # [19:10] * Joins: souradeep (souradeep@940520BD.631433E7.47324136.IP)
  770. # [19:10] <Standard8> darkowlzz: https://developer.mozilla.org/en-US/docs/Mercurial_FAQ might help you
  771. # [19:11] <darkowlzz> Standard8 gaston , thanks :)
  772. # [19:11] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  773. # [19:11] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  774. # [19:12] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  775. # [19:16] * Quits: jincreator (Thunderbir@36F49B88.AE3EA2FD.6B649F75.IP) (Ping timeout)
  776. # [19:18] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  777. # [19:22] * Joins: sewardj (sewardj@moz-E77F9F53.dip.t-dialin.net)
  778. # [19:23] * Quits: spartanfire (guimdearau@moz-33A83FA2.mielccc.clients.pavlovmedia.com) (Quit: spartanfire)
  779. # [19:23] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  780. # [19:24] * philor|away is now known as philor
  781. # [19:25] * Joins: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  782. # [19:25] <JosiahOne> !seen spohl
  783. # [19:25] * Joins: mconley (mconley@8ECC4BFC.EC83738C.D8D85ABD.IP)
  784. # [19:25] <firebot> spohl was last seen 20 hours, 18 minutes and 20 seconds ago, saying 'smaug: thank you! this was very helpful' in #developers.
  785. # [19:26] * Quits: JosiahOne (josiahbrun@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: Simply left.)
  786. # [19:26] * Quits: WaltS (Thunderbir@moz-86C43148.pitt.east.verizon.net) (Quit: Thunderbird 17.0)
  787. # [19:28] * Quits: mconley (mconley@8ECC4BFC.EC83738C.D8D85ABD.IP) (Input/output error)
  788. # [19:29] * Quits: souradeep (souradeep@940520BD.631433E7.47324136.IP) (Ping timeout)
  789. # [19:31] * Joins: souradeep (souradeep@940520BD.631433E7.47324136.IP)
  790. # [19:32] * Quits: cesar (cesar@moz-76C09B58.hsd1.ct.comcast.net) (Quit: Leaving)
  791. # [19:37] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  792. # [19:39] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  793. # [19:39] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  794. # [19:41] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  795. # [19:41] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  796. # [19:42] * philor settles in for an exciting day of starring
  797. # [19:42] <philor> 16 jobs running, 8 of them zombies, hope I can keep up
  798. # [19:43] * Joins: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net)
  799. # [19:44] * Quits: imphil (philipp@moz-62C41EF3.dynamic.mnet-online.de) (Ping timeout)
  800. # [19:44] * Quits: ddahl (ddahl@FA215F65.8CBA6D28.848BB095.IP) (Quit: Adios Amigos)
  801. # [19:45] * Joins: ddahl (ddahl@FA215F65.8CBA6D28.848BB095.IP)
  802. # [19:46] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  803. # [19:47] <ddahl> argh. a fresh clone and I cannot build with either clang or gcc: http://pastebin.mozilla.org/2073936 is the tree out of sorts? looks ok on tbpl to me.
  804. # [19:47] * Quits: FabioMagnoni (fabiomagno@CC0C60DA.77432F63.8AF99142.IP) (Quit: FabioMagnoni)
  805. # [19:48] * Quits: souradeep (souradeep@940520BD.631433E7.47324136.IP) (Ping timeout)
  806. # [19:49] * Quits: rclick (rclick@E90828DE.BD96AA5F.CDFD6498.IP) (Quit: Leaving)
  807. # [19:49] * Joins: rclick (rclick@E90828DE.BD96AA5F.CDFD6498.IP)
  808. # [19:50] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  809. # [19:50] * Joins: souradeep (souradeep@940520BD.631433E7.47324136.IP)
  810. # [19:51] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  811. # [19:52] <Ms2ger> ddahl, update your clang
  812. # [19:53] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  813. # [19:53] <ddahl> Ms2ger: ok, i guess i need to find the latest PPA for it then
  814. # [19:54] <ddahl> Ms2ger: i have Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM 3.0)
  815. # [19:54] <Ms2ger> That sounds pretty old
  816. # [19:54] <darkowlzz> Ms2ger, help!!
  817. # [19:54] <Ms2ger> darkowlzz, hi :)
  818. # [19:54] <IanN> ddahl: you need 3.3 I think
  819. # [19:55] <darkowlzz> hi
  820. # [19:55] <ddahl> IanN: really?
  821. # [19:55] <ddahl> ubuntu is failing me
  822. # [19:55] <IanN> ddahl: well I have clang version 3.3 (trunk 169932) and it works fine for me
  823. # [19:55] <darkowlzz> I am using mq to create a patch. I followed this https://developer.mozilla.org/en-US/docs/Mercurial_Queues
  824. # [19:55] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  825. # [19:55] <darkowlzz> now I got this generated http://pastebin.mozilla.org/2073959
  826. # [19:55] <ddahl> IanN: ok, i'll have to build it I suppose
  827. # [19:56] <darkowlzz> how do I add the diff lines in that file?
  828. # [19:56] <IanN> ddahl: I know the version that came with fedora 17 was too old, so had to download and compile
  829. # [19:56] <Ms2ger> hg qref
  830. # [19:56] <darkowlzz> and then generate it again
  831. # [19:56] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  832. # [19:56] <Ms2ger> How did you get that pastebin?
  833. # [19:57] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  834. # [19:57] <darkowlzz> I did hg export qtip > ~/Bug-806770-fix.patch
  835. # [19:58] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  836. # [19:58] <darkowlzz> Ms2ger, Still the same.
  837. # [19:59] * Joins: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  838. # [19:59] <darkowlzz> How do I tell it to record the changes in specific file
  839. # [19:59] <darkowlzz> ?
  840. # [19:59] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  841. # [19:59] <ekr> Stupid question: is there a way to ask the nightly build which changelist it was built from?
  842. # [19:59] <Ms2ger> ekr, about:buildconfig?
  843. # [19:59] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  844. # [19:59] <ekr> perfect. thanks!
  845. # [19:59] <Ms2ger> darkowlzz, look at m-c/.hg/patches/(name of your patch)
  846. # [19:59] <Ms2ger> ekr, np
  847. # [20:00] * capella absolutely hates javascript
  848. # [20:00] * aki|away is now known as aki
  849. # [20:01] <darkowlzz> Ms2ger, yes, it's there with with Parent id and user name
  850. # [20:01] * Joins: spartanfire (guimdearau@771DF415.AAB34987.272E1F96.IP)
  851. # [20:01] <Ms2ger> capella, oh dear, what did it do to you? :)
  852. # [20:01] <Ms2ger> darkowlzz, and diff?
  853. # [20:02] <darkowlzz> I have created diff somewhere else
  854. # [20:02] <capella> well it made me enter that msg on the wrong tab for one, and it doesn't catch syntax errors until runtime
  855. # [20:02] <darkowlzz> how to merge diff and the patch file?
  856. # [20:02] <Ms2ger> darkowlzz, what does hg qap say?
  857. # [20:02] * Quits: souradeep (souradeep@940520BD.631433E7.47324136.IP) (Client exited)
  858. # [20:02] <IanN> ddahl: have you seen http://llvm.org/releases/download.html ?
  859. # [20:03] * Joins: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com)
  860. # [20:03] * Quits: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  861. # [20:03] <darkowlzz> name of the previous patch which I was experimenting with
  862. # [20:03] <ddahl> IanN: i am going to use this: https://developer.mozilla.org/en-US/docs/Building_Firefox_with_Address_Sanitizer
  863. # [20:03] * Quits: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net) (Connection reset by peer)
  864. # [20:03] * Joins: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com)
  865. # [20:03] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  866. # [20:03] * Quits: garnacho (carlos@moz-DA1D79C9.dyn.user.ono.com) (Ping timeout)
  867. # [20:03] <darkowlzz> current patch is popped out, I guess
  868. # [20:04] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  869. # [20:04] <gaston> darkowlzz: hg qser -v will show you applied and unapplied patches
  870. # [20:05] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  871. # [20:05] * Quits: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com) (Connection reset by peer)
  872. # [20:05] <IanN> ddahl: yes, I think that is what I used (or something very similar)
  873. # [20:05] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  874. # [20:05] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  875. # [20:05] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  876. # [20:05] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  877. # [20:06] <darkowlzz> gaston, I got this
  878. # [20:06] <darkowlzz> 0 A bug-806770-fix
  879. # [20:06] <darkowlzz> 1 U Bug-806770-fix
  880. # [20:06] <darkowlzz> 2 U mypatch.patch
  881. # [20:06] <darkowlzz> 3 U richlistbox.patch
  882. # [20:06] <Ms2ger> darkowlzz, are the changes you were looking for the the .hg/patches file for that patch?
  883. # [20:06] * Joins: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com)
  884. # [20:06] <darkowlzz> wait a minute
  885. # [20:07] <darkowlzz> Ms2ger, gaston can you tell me from the beginning
  886. # [20:07] <Ms2ger> Open .hg/patches/bug-806770-fix
  887. # [20:07] <darkowlzz> before making any change to any files
  888. # [20:07] <Ms2ger> Does that contain the changes you were looking for?
  889. # [20:08] <darkowlzz> Ms2ger, that has
  890. # [20:08] <darkowlzz> 1 # HG changeset patch
  891. # [20:08] <darkowlzz> 2 # Parent 1d122eaa9070a0b9df55e2d0345f15023ec118e1
  892. # [20:08] <darkowlzz> 3 # User Sunny <indiasuny000@gmail.com>
  893. # [20:08] <darkowlzz> 4 Bug 806770 - Strict mode warning in richlistbox.xml
  894. # [20:08] <Ms2ger> Is that bug or Bug?
  895. # [20:08] <darkowlzz> that's what I added using hg qrefresh
  896. # [20:09] <darkowlzz> Ms2ger, can you tell me from the beginning?
  897. # [20:09] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  898. # [20:09] <darkowlzz> should I 'mq qnew' before making any change to any file?
  899. # [20:10] <Ms2ger> darkowlzz, can you check all four files (not including series and status) and see if you find your changes in any of those?
  900. # [20:10] <gaston> darkowlzz: qnew is to create a _new_ patch, you need to use qrefresh to _refresh_ a patch after doing some changes
  901. # [20:10] * Joins: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net)
  902. # [20:10] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  903. # [20:11] <darkowlzz> woops!!
  904. # [20:11] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  905. # [20:11] <darkowlzz> mypatch.patch contains mydetails and diff of my yesterday's patch
  906. # [20:12] <darkowlzz> and richlistbox.patch contains todays :)
  907. # [20:12] <darkowlzz> that means, it's ready
  908. # [20:12] <Ms2ger> How about bug-806770-fix and Bug-806770-fix?
  909. # [20:12] <gaston> when you qref it adds changes to the patch on top of the stack
  910. # [20:13] <gaston> ie the last one with 'A' in hg qser -v
  911. # [20:13] <darkowlzz> they just have author details
  912. # [20:13] <Ms2ger> Then do hg qpop and hg qrm bug-806770-fix Bug-806770-fix
  913. # [20:13] <darkowlzz> now, to export them
  914. # [20:14] <darkowlzz> hg export <what should I add here>
  915. # [20:14] <Ms2ger> You can probably just upload the file from .hg/patches
  916. # [20:14] <darkowlzz> or directly copy from .hg/patches/
  917. # [20:14] <Ms2ger> Yep
  918. # [20:15] <darkowlzz> okay,
  919. # [20:15] <darkowlzz> it's becoming clear now
  920. # [20:15] <darkowlzz> I will try creating 1 more
  921. # [20:15] * IanN is now known as IanN|Away
  922. # [20:15] * Quits: automata (automata@A0F76D52.66431431.C27E1635.IP) (Quit: Leaving)
  923. # [20:15] <darkowlzz> qref for adding the changes to the patch
  924. # [20:15] * Joins: automata (automata@A0F76D52.66431431.C27E1635.IP)
  925. # [20:16] * nthomas|away is now known as nthomas
  926. # [20:17] * Quits: automata (automata@A0F76D52.66431431.C27E1635.IP) (Quit: Leaving)
  927. # [20:17] * Joins: automata (automata@A0F76D52.66431431.C27E1635.IP)
  928. # [20:17] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  929. # [20:17] * jcranmer rages at lcov
  930. # [20:19] <darkowlzz> I got reviewed a patch which was not formatted properly. Now I have well formatted version. Should I obsolate the earlier one and attach the new one and ask for review again?
  931. # [20:20] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  932. # [20:23] * Quits: Optimizer (Optimizer@6263DA33.3414B472.D2D1FAF0.IP) (Ping timeout)
  933. # [20:24] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  934. # [20:24] * Quits: tobeytailor (tobeytailo@moz-F7679E4B.dip.t-dialin.net) (Quit: tobeytailor)
  935. # [20:24] <Ms2ger> darkowlzz, if it's been reviewed already, don't ask for review again
  936. # [20:24] * Joins: Optimizer (Optimizer@F332F678.A10B347F.D2D1FAF0.IP)
  937. # [20:25] * merike is now known as merike|away
  938. # [20:25] <darkowlzz> Ms2ger, okay, another patch got feedback+ but not reviewed
  939. # [20:25] <darkowlzz> what to do with that?
  940. # [20:26] <Ms2ger> Find someone to review it, I guess :)
  941. # [20:26] * Joins: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  942. # [20:26] <darkowlzz> it's cpeterson, he will be available soon. So I should attach the new one?
  943. # [20:27] <Ms2ger> Sure
  944. # [20:27] <darkowlzz> Ms2ger, gaston a huge thanks to both of you
  945. # [20:28] <Ms2ger> Np :)
  946. # [20:32] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  947. # [20:32] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com)
  948. # [20:32] * Joins: n00b_dust (n00b_dust@CD26ABC5.1C081A86.35E0727C.IP)
  949. # [20:34] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  950. # [20:34] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 18.0/20130109143146])
  951. # [20:35] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  952. # [20:39] * Joins: tyronechong (tyronechon@moz-503BCFBF.tmodns.net)
  953. # [20:39] * nthomas is now known as nthomas|away
  954. # [20:43] * Quits: n00b_dust (n00b_dust@CD26ABC5.1C081A86.35E0727C.IP) (Client exited)
  955. # [20:44] * Joins: DGMurdockIII (DGMurdockI@moz-F1247A16.hsd1.in.comcast.net)
  956. # [20:44] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  957. # [20:44] * Quits: jwalker-also (jwalker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  958. # [20:45] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  959. # [20:47] * Quits: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  960. # [20:47] * Quits: JeroenDeDauw (j@moz-3F2CBC57.dip.t-dialin.net) (Ping timeout)
  961. # [20:48] * Joins: JeroenDeDauw (j@moz-CADB819C.dip.t-dialin.net)
  962. # [20:48] * Quits: JeroenDeDauw (j@moz-CADB819C.dip.t-dialin.net) (Quit: Leaving.)
  963. # [20:48] * Joins: JeroenDeDauw (j@moz-CADB819C.dip.t-dialin.net)
  964. # [20:48] * Joins: dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP)
  965. # [20:48] * ChanServ sets mode: +o dbaron
  966. # [20:50] * Joins: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz)
  967. # [20:50] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  968. # [20:52] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  969. # [20:57] * Joins: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP)
  970. # [20:58] * Quits: cpearce (cpearce@moz-209BAB2B.xdsl.xnet.co.nz) (Ping timeout)
  971. # [20:59] * baku is now known as baku|away
  972. # [21:00] * Quits: darkowlzz (darkowlzz@FDD2203.D2C1459B.5700D73F.IP) (Quit: Leaving)
  973. # [21:01] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  974. # [21:02] * Quits: Ms2ger (Ms2ger@41CC8C2F.F39AEB83.3773EA9F.IP) (Quit: nn)
  975. # [21:08] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Ping timeout)
  976. # [21:08] * Joins: tyronech_ (tyronechon@moz-3EA10C13.dhcp.mtpk.ca.charter.com)
  977. # [21:09] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  978. # [21:09] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  979. # [21:09] * Quits: tyronechong (tyronechon@moz-503BCFBF.tmodns.net) (Ping timeout)
  980. # [21:12] * Joins: jwalker (jwalker@moz-5B263CE9.cable.virginmedia.com)
  981. # [21:12] * Standard8 is now known as Standard8Away
  982. # [21:14] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  983. # [21:16] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  984. # [21:18] * Quits: wlach (wlach@moz-48BCB05.vif.net) (Quit: Leaving)
  985. # [21:18] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  986. # [21:24] * IanN|Away is now known as IanN
  987. # [21:25] * Quits: ferongr (ferongr@moz-D5EC99DB.dsl.dyn.forthnet.gr) (Ping timeout)
  988. # [21:25] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  989. # [21:28] * Joins: ferongr (ferongr@moz-1C946205.dsl.dyn.forthnet.gr)
  990. # [21:29] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  991. # [21:30] * Quits: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net) (Connection reset by peer)
  992. # [21:30] * Joins: ggoncalves (ggoncalves@moz-CF8BEBEF.dia.static.qwest.net)
  993. # [21:32] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  994. # [21:36] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  995. # [21:36] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  996. # [21:36] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  997. # [21:37] * Quits: spartanfire (guimdearau@771DF415.AAB34987.272E1F96.IP) (Quit: spartanfire)
  998. # [21:37] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  999. # [21:38] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1000. # [21:38] * Quits: ferongr (ferongr@moz-1C946205.dsl.dyn.forthnet.gr) (Ping timeout)
  1001. # [21:38] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1002. # [21:40] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1003. # [21:41] * Joins: ferongr (ferongr@moz-D753CB24.dsl.dyn.forthnet.gr)
  1004. # [21:41] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  1005. # [21:42] * Joins: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net)
  1006. # [21:46] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  1007. # [21:46] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1008. # [21:47] * Joins: KaiRo (robert@moz-5D0A7CDA.adsl.highway.telekom.at)
  1009. # [21:48] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  1010. # [21:48] * mattwoodrow|away is now known as mattwoodrow
  1011. # [21:48] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  1012. # [21:49] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  1013. # [21:49] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  1014. # [21:50] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  1015. # [21:50] * ChanServ sets mode: +o roc
  1016. # [21:50] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/88daef90f2ab - Brian Hackett - Bug 821361 - Optimize type information in closures that only run once, r=luke.
  1017. # [21:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/01c964705be7 - Gene Lian - Bug 831108 - Process tab terminated (stop loading) on http://margaretleibovic.com/mural/. r=fabrice
  1018. # [21:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/5dc1c3d2e2c4 - Mats Palmgren - Bug 830236 (follow-up) - Keep the print engine when printing finished inside Print Preview. Make nsPrintEngine::DestroyPrintingData re-entrancy safe. r=cam
  1019. # [21:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/d837646f7676 - Robert Longson - Bug 828286 - SVG stylesheet not enabled for SVG loaded as data and then imported with importNode. r=dholbert
  1020. # [21:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/2106f6631cd6 - Mats Palmgren - Bug 827070. r=smontagu
  1021. # [21:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/56efd49e70dd - Gaurav Pruthi - Bug 672190 - Remove declaration and definitions of 'expandEntityReferences' from NodeIterator and TreeWalker. r=Ms2ger
  1022. # [21:51] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  1023. # [21:52] <philor> nice, I only merged 6 csets and there's still one I don't have access to resolve
  1024. # [21:52] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1025. # [21:53] * Joins: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP)
  1026. # [21:54] * Quits: atte (atte@moz-37C1DF97.dhcp.inet.fi) (Client exited)
  1027. # [21:56] * Joins: smagnin (pike@47CECFBF.63A2CC9.4769A60B.IP)
  1028. # [21:57] * Joins: we11ington (msu-cse498@moz-600949B7.cse.msu.edu)
  1029. # [21:58] * baku|away is now known as baku
  1030. # [22:00] * Quits: smooney_ (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney_)
  1031. # [22:01] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1032. # [22:02] * Quits: ferongr (ferongr@moz-D753CB24.dsl.dyn.forthnet.gr) (Quit: ferongr)
  1033. # [22:06] * Joins: Mossop_ (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net)
  1034. # [22:07] * Quits: Mossop (mossop@moz-3D9B2D8F.lsanca.fios.verizon.net) (Ping timeout)
  1035. # [22:07] <JonathanS> is there is a bug for [ChildView drawRect:inContext:alternate:]?
  1036. # [22:07] * Mossop_ is now known as Mossop
  1037. # [22:08] * Quits: @dbaron (dbaron@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  1038. # [22:09] * Quits: RattyAway (Jim_diGriz@8A0C733A.906B1E48.FB243CD8.IP) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.0.15pre/20110606000022])
  1039. # [22:09] <KWierso|Home> JonathanS: bug 832198 ?
  1040. # [22:09] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1041. # [22:10] * Quits: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP) (Quit: Leaving.)
  1042. # [22:10] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1043. # [22:10] <JonathanS> KWierso|Home, must be. I noticed lightweight theme got screwed up
  1044. # [22:10] <JonathanS> it looks like it paint twice.
  1045. # [22:12] * Joins: stux|away|away (stux@moz-FD6B9EC6.hfc.comcastbusiness.net)
  1046. # [22:12] * Quits: stux (stux@moz-FD6B9EC6.hfc.comcastbusiness.net) (Ping timeout)
  1047. # [22:13] * Joins: spartanfire (guimdearau@84FC78BD.5DB5DECB.7C9220AF.IP)
  1048. # [22:14] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1049. # [22:15] * Quits: sewardj (sewardj@moz-E77F9F53.dip.t-dialin.net) (Ping timeout)
  1050. # [22:19] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1051. # [22:22] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1052. # [22:23] * Quits: tyronech_ (tyronechon@moz-3EA10C13.dhcp.mtpk.ca.charter.com) (Ping timeout)
  1053. # [22:28] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1054. # [22:29] * Joins: tonymec__ (tonymec@FA398A90.C60529D.277517C1.IP)
  1055. # [22:29] * tonymec__ is now known as tonymec|away
  1056. # [22:30] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1057. # [22:35] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  1058. # [22:37] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1059. # [22:42] * Quits: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1060. # [22:44] * Quits: ericjung (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  1061. # [22:45] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1062. # [22:46] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1063. # [22:46] * Quits: RealRaven (Thunderbir@DE62F929.AC896DD2.27F80FAC.IP) (Ping timeout)
  1064. # [22:47] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1065. # [22:47] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1066. # [22:49] * Joins: RealRaven (Thunderbir@EB591E14.1F6A1DBD.27F80FAC.IP)
  1067. # [22:50] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1068. # [22:51] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1069. # [22:54] * Quits: we11ington (msu-cse498@moz-600949B7.cse.msu.edu) (Quit: we11ington)
  1070. # [22:56] <philor> never a zbarsky around when you want one
  1071. # [22:57] <derf> That's not true.
  1072. # [22:57] <derf> I always want a zbarsky.
  1073. # [22:57] <Callek> philor: did a zbarsky break the tree again?
  1074. # [22:58] <philor> Callek: aurora's a little on the warm side
  1075. # [22:58] <Callek> should I break out the marshmellows, or just shed my coat?
  1076. # [22:58] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1077. # [22:59] <philor> or cc me on 821955 so I can mention the backout I'm prepping, and 827070 since I merged it a while back
  1078. # [22:59] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1079. # [22:59] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1080. # [22:59] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1081. # [22:59] <Callek> sure
  1082. # [23:00] <philor> ah, and there's another bustage fix...
  1083. # [23:00] <Callek> philor: cc'ed on both
  1084. # [23:00] <philor> thx
  1085. # [23:01] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1086. # [23:02] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1087. # [23:03] * Quits: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  1088. # [23:04] * Joins: dbaron (dbaron@moz-6A662ACD.bb.sky.com)
  1089. # [23:04] * ChanServ sets mode: +o dbaron
  1090. # [23:05] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1091. # [23:06] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1092. # [23:07] * Joins: jesup|mac (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1093. # [23:08] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  1094. # [23:08] * Quits: andersh_ (andersh@moz-DDF6961E.mobile.3.dk) (Connection reset by peer)
  1095. # [23:08] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1096. # [23:08] * ChanServ sets mode: +o smaug
  1097. # [23:10] * Joins: scenor (Thunderbir@moz-30AA6038.wireless.dyn.drei.com)
  1098. # [23:10] <philor> handy, I already have "Oops, these are green" as autocomplete for a reason for unhiding things
  1099. # [23:12] <Callek> hahaha
  1100. # [23:12] <Callek> what are you unhiding?
  1101. # [23:12] <Callek> (where)
  1102. # [23:13] <philor> aurora debug mac m1/m3, I must have napped through the last merge
  1103. # [23:13] * Quits: scenor (Thunderbir@moz-30AA6038.wireless.dyn.drei.com) (Quit: scenor)
  1104. # [23:13] * Quits: RealRaven (Thunderbir@EB591E14.1F6A1DBD.27F80FAC.IP) (Ping timeout)
  1105. # [23:13] <Callek> ooo wow, nice
  1106. # [23:13] <Callek> :-)
  1107. # [23:15] * Quits: @dbaron (dbaron@moz-6A662ACD.bb.sky.com) (Ping timeout)
  1108. # [23:17] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1109. # [23:18] * Joins: RealRaven (Thunderbir@EB591E14.1F6A1DBD.27F80FAC.IP)
  1110. # [23:19] * Quits: RealRaven (Thunderbir@EB591E14.1F6A1DBD.27F80FAC.IP) (Quit: RealRaven)
  1111. # [23:21] * Quits: automata (automata@A0F76D52.66431431.C27E1635.IP) (Ping timeout)
  1112. # [23:23] * Joins: tonymec (tonymec@FA398A90.C60529D.277517C1.IP)
  1113. # [23:25] * baku is now known as baku|away
  1114. # [23:27] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1115. # [23:28] * Joins: Mic (Instantbir@moz-BF6BA09B.superkabel.de)
  1116. # [23:30] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Connection reset by peer)
  1117. # [23:30] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Quit: Leaving.)
  1118. # [23:30] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  1119. # [23:32] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  1120. # [23:34] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1121. # [23:35] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1122. # [23:38] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1123. # [23:40] * Quits: TheOne (one@moz-1AE90484.dip.t-dialin.net) (Input/output error)
  1124. # [23:41] * stefanh|away is now known as stefanh
  1125. # [23:42] * Quits: vendo (chatzilla@C03853C3.E1E5765D.4C2E1CAC.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1126. # [23:42] * Joins: Matti (Matti@moz-F7901BFB.customers.d1-online.com)
  1127. # [23:43] * Quits: Optimizer (Optimizer@F332F678.A10B347F.D2D1FAF0.IP) (Ping timeout)
  1128. # [23:44] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1129. # [23:44] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1130. # [23:46] * nthomas|away is now known as nthomas
  1131. # [23:46] * Quits: ddahl (ddahl@FA215F65.8CBA6D28.848BB095.IP) (Input/output error)
  1132. # [23:47] * Joins: Optimizer (Optimizer@81402BEB.A10B347F.D2D1FAF0.IP)
  1133. # [23:48] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Ping timeout)
  1134. # [23:49] * nthomas is now known as nthomas|away
  1135. # [23:50] <@roc> ho hum
  1136. # [23:50] * @roc wonders how far to push hg rebase with mq
  1137. # [23:51] <Matti> kwierso: Have you told the mozillazine reporter that the only real fix is an updated driver ?
  1138. # [23:57] <stefanh> BenWa: quick question: was https://bugzilla.mozilla.org/show_bug.cgi?id=770056#c18 ever filed? I do think that it started to happen after the bug was resolved the first time, though
  1139. # [23:57] <stefanh> more exact - it started to happen 2012-09-29
  1140. # [23:58] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  1141. # [23:59] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  1142. # Session Close: Mon Jan 21 00:00:00 2013

The end :)