/irc-logs / mozilla / #developers / 2012-12-16 / end

Options:

  1. # Session Start: Sun Dec 16 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] <fryn> gavin: ping
  4. # [00:01] * Quits: dzbarsky1 (Adium@moz-C1F417B1.wlan.wireless-resnet.upenn.edu) (Quit: Leaving.)
  5. # [00:01] <UCC> I understand
  6. # [00:01] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  7. # [00:02] * Joins: crowder (crowder@moz-BA1031C7.sd.sd.cox.net)
  8. # [00:02] * Joins: TheOne (one@moz-8ABE0664.dip.t-dialin.net)
  9. # [00:03] * Quits: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net) (Ping timeout)
  10. # [00:04] * Quits: crowder (crowder@moz-BA1031C7.sd.sd.cox.net) (Ping timeout)
  11. # [00:04] * Quits: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP) (Ping timeout)
  12. # [00:04] * Joins: dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net)
  13. # [00:04] * ChanServ sets mode: +o dbaron
  14. # [00:04] * Fallen is now known as Fallen|away
  15. # [00:06] * Quits: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com) (Ping timeout)
  16. # [00:07] * Joins: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com)
  17. # [00:07] * whimboo is now known as whimboo|afk
  18. # [00:08] * Quits: teoli (teoli@4155A23B.9092A78D.51C6DE68.IP) (Input/output error)
  19. # [00:10] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  20. # [00:12] * Joins: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net)
  21. # [00:13] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  22. # [00:13] * Quits: stefanh|away (stefanh@moz-3EED0162.customers.ownit.se) (Input/output error)
  23. # [00:13] <@gavin> fryn: pong
  24. # [00:13] <@gavin> jduell: yeah, looking
  25. # [00:13] * Joins: RudyL (rudy@moz-1C0FE518.dynamic.hinet.net)
  26. # [00:13] * Joins: stefanh|away (stefanh@moz-3EED0162.customers.ownit.se)
  27. # [00:16] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  28. # [00:16] <fryn> gavin: i'm pushing a one-line fix
  29. # [00:16] <fryn> to fix the bustage
  30. # [00:16] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  31. # [00:16] <fryn> gavin: in browser.js
  32. # [00:17] <fryn> typeof options == "object"
  33. # [00:17] <fryn> should just be:
  34. # [00:17] <fryn> options
  35. # [00:17] * Quits: kaie (kaie@moz-7A23455A.dip.t-dialin.net) (Quit: Leaving)
  36. # [00:17] <@gavin> fryn: why did this test hit bustage when other tests pass no arguments to OpenBrowserWindow?
  37. # [00:18] <@gavin> oh, it's null vs. undefined
  38. # [00:18] <@gavin> typeof null == object strikes again
  39. # [00:18] <fryn> gavin: yeah, exactly.
  40. # [00:18] <fryn> yeah...
  41. # [00:18] * fryn shakes fist at brendan (jokingly)
  42. # [00:19] <@gavin> fryn: I think we should just change the test to pass undefined
  43. # [00:19] <@gavin> at https://hg.mozilla.org/integration/mozilla-inbound/rev/83e7913cba52#l3.44
  44. # [00:20] <fryn> gavin: i considered it
  45. # [00:20] <fryn> but in browser.js there is no precedent for checking typeof foo == "object"
  46. # [00:20] <fryn> and it's simply a bad way to check, imho.
  47. # [00:20] <fryn> if you look at other null-ish checks, they do the
  48. # [00:21] <fryn> if (foo && foo.bar) pattern
  49. # [00:21] <@gavin> true enough, but we can followup with that in a non-bustaage situation
  50. # [00:21] <@gavin> I agree with you
  51. # [00:21] <fryn> ok. i'll fix the test, and then file a bug and flag you to fix browser.js?
  52. # [00:21] <@gavin> I'm pushing a fix
  53. # [00:21] <@gavin> but yeah you can do the latter
  54. # [00:22] <fryn> gavin: i already wrote the test fix. do you want to push it? #racecondition
  55. # [00:22] <@gavin> I just did
  56. # [00:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/84896936f0d4 - Gavin Sharp - Fix bustage from bug 802026
  57. # [00:22] <@gavin> I wonder why I didn't catch this locally...
  58. # [00:22] <fryn> haha ok
  59. # [00:23] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/ec6bb025e964 - Gavin Sharp - Fix bustage from bug 802026, a=me
  60. # [00:24] * Quits: sicking (sicking@moz-7F871C5C.hsd1.ca.comcast.net) (Quit: sicking)
  61. # [00:25] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Client exited)
  62. # [00:25] * Quits: @dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net) (Ping timeout)
  63. # [00:25] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  64. # [00:27] * Quits: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net) (Quit: Leaving...)
  65. # [00:28] <@gavin> fryn: thanks for looking into it
  66. # [00:29] <fryn> gavin: thanks for the quick reply. :)
  67. # [00:30] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  68. # [00:30] * Quits: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net) (Connection reset by peer)
  69. # [00:34] <@gavin> oh, it was because I was testing the non-per-window branch
  70. # [00:35] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  71. # [00:37] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  72. # [00:39] * Quits: RudyL (rudy@moz-1C0FE518.dynamic.hinet.net) (Quit: RudyL)
  73. # [00:43] * Quits: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP) (Quit: RealRaven)
  74. # [00:43] * Joins: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP)
  75. # [00:44] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  76. # [00:45] * Quits: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP) (Quit: RealRaven)
  77. # [00:45] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  78. # [00:45] * Joins: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP)
  79. # [00:46] <WG9s> I stillwonder if we will get pople complainign about the per window private browsing changes because they are in the I am watching porn now and someone shows up and Shift-Ctrl-P no longer hides all the private browsing stuff.
  80. # [00:48] <WG9s> But that is not to say i think the new way it works makes more sense.
  81. # [00:48] * Quits: Optimizer (Optimizer@38AF8FA1.CB449585.BE90E62C.IP) (Ping timeout)
  82. # [00:49] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  83. # [00:49] <WG9s> Just my emergencvy I am tyring to hide what I am dong form someone else key sequence no longer works. Not really an issue for me.
  84. # [00:49] * Joins: dzbarsky (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu)
  85. # [00:50] * heycam|away is now known as heycam
  86. # [00:50] * Quits: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP) (Quit: RealRaven)
  87. # [00:50] * Joins: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP)
  88. # [00:51] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  89. # [00:57] * mjschranz is now known as mjschanz-afk
  90. # [00:58] * Joins: Optimizer (Optimizer@E832A3AD.113CFA4F.274D17D6.IP)
  91. # [01:00] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  92. # [01:00] * Quits: TheOne (one@moz-8ABE0664.dip.t-dialin.net) (Input/output error)
  93. # [01:01] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/ef57a0236dbd - Gavin Sharp - Fix more bustage from bug 802026, a=me
  94. # [01:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c22a2faf56d6 - Frank Yan - Bug 822056 - Use truthy test not typeof == 'object' for OpenBrowserWindow options in browser.js. r=gavin
  95. # [01:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/18bc32f799d1 - Jeff Walden - Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
  96. # [01:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e283fe34dcb1 - Erick Dransch - Bug 808286 - Use enum instead of JSBool for param to js_ErrorReportNumber. r=Waldo
  97. # [01:13] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  98. # [01:14] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  99. # [01:15] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  100. # [01:16] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  101. # [01:17] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  102. # [01:19] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  103. # [01:24] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  104. # [01:25] <jviereck> is there a reason why the "right:0" style for an "position:absolute" on an textarea is ignored?
  105. # [01:26] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  106. # [01:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7e44aec095e3 - Till Schneidereit - Bug 784293 - Support creating and lazily cloning arbitrary objects in self-hosted code. r=jwalden
  107. # [01:28] <Callek> probably
  108. # [01:28] * Callek doesn't know why, but there are lots of complex rules around layout CSS
  109. # [01:36] * Joins: dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net)
  110. # [01:36] * ChanServ sets mode: +o dbaron
  111. # [01:41] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  112. # [01:41] <Waldo> jviereck: if I had to guess, it's because styling form elements is woefully underspecified, but that's just a guess
  113. # [01:43] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  114. # [01:45] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  115. # [01:47] * Joins: schien-laptop (schien@moz-EC278916.dynamic.hinet.net)
  116. # [01:47] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  117. # [01:50] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  118. # [01:54] * Quits: jgilbert_ (jgilbert@986623D2.9083A694.9CA62458.IP) (Ping timeout)
  119. # [01:55] * Quits: dzbarsky (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu) (Connection reset by peer)
  120. # [01:55] * Joins: dzbarsky (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu)
  121. # [01:59] * Joins: dzbarsky1 (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu)
  122. # [01:59] * Quits: dzbarsky (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu) (Connection reset by peer)
  123. # [01:59] <Waldo> hm
  124. # [02:01] <Waldo> what can anyone say about how comm-central imports mozilla-central, or whatever the scheme is?
  125. # [02:01] <Waldo> Callek: ^ ?
  126. # [02:02] <Waldo> Callek: just realized that bug 820570 probably needs a c-c change to one file
  127. # [02:02] * Quits: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net) (Quit: Leaving.)
  128. # [02:02] <Callek> Waldo: client.py pulls in mozilla-central to |./mozilla/|
  129. # [02:02] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  130. # [02:02] <Waldo> Callek: so when that goes to m-c someone has to fix c-c at the same time?
  131. # [02:03] <Waldo> mailnews/addrbook/src/nsAbView.cpp looks to be the only file that needs to be changed, to modify a mozilla/Util.h -> mozilla/DebugOnly.h
  132. # [02:03] <Callek> Waldo: so yea someone needs to fix http://mxr.mozilla.org/comm-central/search?string=DebugOnly&find=mailnews&findi=&;filter=^[^\0]*%24&hitlimit=&tree=comm-central
  133. # [02:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/209a63d0a38f - Gavin Sharp - Bug 814793: fix flaky test, to try to get around bustage revealed by bug 802026
  134. # [02:05] <Callek> Waldo: what is the reasoning for the move?
  135. # [02:05] * Callek notes it feels like API churn for the sake of churn, and not a real useful change
  136. # [02:05] <Waldo> Callek: minimize dependencies
  137. # [02:05] <Waldo> Callek: make it easier to tell what exists by directory-skimming
  138. # [02:06] <Waldo> Callek: what you *you* say exists in a header named Util.h, without reading it?
  139. # [02:06] <Waldo> s/what you/what would/
  140. # [02:06] <Callek> utilities ;-)
  141. # [02:06] <Waldo> qed
  142. # [02:07] * Joins: bz_away (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net)
  143. # [02:11] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  144. # [02:11] * Quits: @dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net) (Ping timeout)
  145. # [02:12] * Quits: naveed (nihsanulla@moz-E0791328.bstnma.fios.verizon.net) (Ping timeout)
  146. # [02:13] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  147. # [02:13] * Quits: Wolf (chatzilla@moz-F8C1AF63.carolina.res.rr.com) (Quit: ChatZilla 0.9.88.2-rdmsoft [XULRunner 12.0/20120420145725])
  148. # [02:16] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  149. # [02:17] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Quit: Leaving.)
  150. # [02:17] * Quits: Optimizer (Optimizer@E832A3AD.113CFA4F.274D17D6.IP) (Ping timeout)
  151. # [02:19] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  152. # [02:21] * Joins: Optimizer (Optimizer@FFBFFEDC.1AFF4FE6.274D17D6.IP)
  153. # [02:22] * Joins: dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net)
  154. # [02:22] * ChanServ sets mode: +o dbaron
  155. # [02:22] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  156. # [02:23] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  157. # [02:23] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  158. # [02:24] * Quits: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP) (Quit: FabioMagnoni)
  159. # [02:24] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  160. # [02:25] * Quits: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP) (Quit: RealRaven)
  161. # [02:25] * Joins: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP)
  162. # [02:26] <nemo> heh. reading http://blog.finette.com/2012/12/11/ive-been-everywhere-man on planet.mozilla.org
  163. # [02:26] <nemo> great. now he just has to write it once
  164. # [02:26] <nemo> and everyone else just has to switch to the browser he supports
  165. # [02:26] * Quits: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP) (Quit: RealRaven)
  166. # [02:26] <nemo> might as well be back in 2001
  167. # [02:28] * Quits: dzbarsky1 (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu) (Connection reset by peer)
  168. # [02:28] * Joins: dzbarsky (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu)
  169. # [02:30] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  170. # [02:30] * Joins: dzbarsky1 (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu)
  171. # [02:30] * Quits: dzbarsky (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu) (Connection reset by peer)
  172. # [02:32] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  173. # [02:35] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  174. # [02:36] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  175. # [02:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/30de61bc8321 - Fabrice Desré - Bug 820196 - CSP slows down app startup by ~12% [r=geekboy]
  176. # [02:39] * Joins: dzbarsky (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu)
  177. # [02:39] * Quits: dzbarsky1 (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu) (Connection reset by peer)
  178. # [02:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2c2f92101a69 - Richard Newman - Bug 819262 - Additional tests for bookmark application in Sync. r=gps
  179. # [02:41] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  180. # [02:41] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  181. # [02:41] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  182. # [02:41] * Joins: roc_ (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  183. # [02:41] * roc_ is now known as roc
  184. # [02:43] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  185. # [02:47] * KaiRo_away is now known as KaiRo
  186. # [02:49] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  187. # [02:50] * Joins: Yazen (chatzilla@4C42A2A6.7B67B1E7.A3878FBE.IP)
  188. # [02:50] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  189. # [02:52] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  190. # [02:52] * Quits: Yazen (chatzilla@4C42A2A6.7B67B1E7.A3878FBE.IP) (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232])
  191. # [02:53] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  192. # [02:53] * Quits: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net) (Ping timeout)
  193. # [02:57] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  194. # [02:58] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
  195. # [02:58] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  196. # [03:04] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  197. # [03:04] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  198. # [03:08] * gregglind is now known as gregglind_afk
  199. # [03:16] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  200. # [03:17] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  201. # [03:18] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  202. # [03:20] * Joins: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP)
  203. # [03:20] * mjschanz-afk is now known as mjschranz
  204. # [03:23] * Quits: @dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net) (Ping timeout)
  205. # [03:24] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  206. # [03:27] * Joins: AsaDotzler (asa@D13E5E3F.A1EC5031.204CA821.IP)
  207. # [03:27] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
  208. # [03:27] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  209. # [03:29] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  210. # [03:29] * Quits: chewey (chewey@moz-87C42C4C.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  211. # [03:29] * Joins: chewey (chewey@moz-5E78FFB8.dip0.t-ipconnect.de)
  212. # [03:31] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  213. # [03:32] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  214. # [03:33] * Quits: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com) (Ping timeout)
  215. # [03:35] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  216. # [03:36] * Quits: KaiRo (robert@moz-69872F2F.adsl.highway.telekom.at) (Input/output error)
  217. # [03:38] * Quits: erikvold (erikvold@A5087023.2354C43D.D8E68FF6.IP) (Quit: erikvold)
  218. # [03:40] * Quits: sewardj (sewardj@moz-B56794CE.dip.t-dialin.net) (Ping timeout)
  219. # [03:40] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  220. # [03:40] * Joins: sewardj (sewardj@moz-A4F0D2F0.dip.t-dialin.net)
  221. # [03:41] * Quits: bz_away (bzbarsky@moz-C7E1A91E.bstnma.fios.verizon.net) (Ping timeout)
  222. # [03:42] * Quits: purezen (aditya@576DD204.F6F0CC53.34AA0C06.IP) (Ping timeout)
  223. # [03:45] * Joins: purezen (aditya@576DD204.F6F0CC53.34AA0C06.IP)
  224. # [03:46] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  225. # [03:49] * Joins: dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net)
  226. # [03:49] * ChanServ sets mode: +o dbaron
  227. # [03:50] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Ping timeout)
  228. # [03:52] * Quits: AsaDotzler (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  229. # [03:53] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  230. # [03:53] * ChanServ sets mode: +o smaug
  231. # [03:54] * Joins: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net)
  232. # [03:54] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  233. # [03:58] * Joins: abwillis (abwillis@moz-977A2AAA.hlrn.qwest.net)
  234. # [04:07] <RyanVM> nrc: yes, you should star it the same as all the ones below your push ;)
  235. # [04:08] <RyanVM> gavin: what's the story with your bustage?
  236. # [04:10] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  237. # [04:11] * Quits: purezen (aditya@576DD204.F6F0CC53.34AA0C06.IP) (Ping timeout)
  238. # [04:11] * Quits: abwillis (abwillis@moz-977A2AAA.hlrn.qwest.net) (Ping timeout)
  239. # [04:14] * Joins: abwillis (abwillis@moz-977A2AAA.hlrn.qwest.net)
  240. # [04:15] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  241. # [04:15] * ekr_ is now known as ekr
  242. # [04:20] <nrc> RyanVM: thanks, I wasn't sure if that bug was specific to talos tests or r3 or something
  243. # [04:21] <RyanVM> it's the slave that's bad
  244. # [04:21] * Joins: cabanier (cabanier@moz-6A1F2F2C.hsd1.wa.comcast.net)
  245. # [04:21] * heycam is now known as heycam|away
  246. # [04:21] * heycam|away is now known as heycam
  247. # [04:26] <mjrosenb> is there some reason that tbpl is feeling really blue?
  248. # [04:28] * Quits: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com) (Ping timeout)
  249. # [04:28] <RyanVM> mjrosenb: take note of the slave
  250. # [04:29] <RyanVM> talos-r3-fed-068 is busted and we can't do anything about it currently
  251. # [04:30] * Quits: reed (reed@tech.monkey) (Quit: So long, farewell, auf Wiedersehen, good night.)
  252. # [04:31] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Quit: ChatZilla 0.9.89 [Firefox 20.0a1/20121215174737])
  253. # [04:32] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  254. # [04:32] * ChanServ sets mode: +o smaug
  255. # [04:32] * Joins: reed (reed@tech.monkey)
  256. # [04:33] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  257. # [04:36] <Callek> RyanVM: fwiw I just asked over getting a weekend hand on it, I have no promises yet ;-)
  258. # [04:36] <KWierso|Home> set it on fire?
  259. # [04:36] <KWierso|Home> (literally) :)
  260. # [04:37] <RyanVM> Callek: that would be graet
  261. # [04:37] <RyanVM> I just starred over 100 of them on inbound
  262. # [04:37] <RyanVM> and that doesn't include all the automatically-restarted blue ones
  263. # [04:37] * Quits: reed (reed@tech.monkey) (Quit: So long, farewell, auf Wiedersehen, good night.)
  264. # [04:37] <Callek> RyanVM: yea, I filed Bug 822073 and spoke with the on-call sysadmin (though he's not the one who would drive)
  265. # [04:38] <Callek> absolutely hoping it can get dealt with before noon tomorrow, preferrably even sooner than that
  266. # [04:39] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  267. # [04:45] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  268. # [04:47] * Quits: abwillis (abwillis@moz-977A2AAA.hlrn.qwest.net) (Ping timeout)
  269. # [04:49] * Joins: abwillis (abwillis@moz-977A2AAA.hlrn.qwest.net)
  270. # [04:49] * Quits: dzbarsky (Adium@moz-10ECCDA6.wlan.wireless-resnet.upenn.edu) (Quit: Leaving.)
  271. # [04:51] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  272. # [04:52] * Quits: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se) (Ping timeout)
  273. # [04:53] * mattwoodrow is now known as mattwoodrow|away
  274. # [04:58] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  275. # [05:06] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  276. # [05:09] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
  277. # [05:10] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Quit: )
  278. # [05:14] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  279. # [05:14] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  280. # [05:15] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  281. # [05:15] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  282. # [05:16] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  283. # [05:18] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  284. # [05:21] * heycam is now known as heycam|away
  285. # [05:26] * Quits: RyanVM (chatzilla@moz-148999FE.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.89-2012120118 [Firefox 20.0a1/20121206170546])
  286. # [05:26] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  287. # [05:27] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  288. # [05:28] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  289. # [05:29] * Quits: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk) (Ping timeout)
  290. # [05:29] * Joins: janv (varga@moz-B6E52297.flarion.as5628.telecom.sk)
  291. # [05:30] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  292. # [05:32] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: ["Textual IRC Client: www.textualapp.com"])
  293. # [05:34] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  294. # [05:36] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  295. # [05:37] * Joins: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  296. # [05:39] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  297. # [05:48] * Quits: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net) (Ping timeout)
  298. # [05:50] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  299. # [05:51] * heycam|away is now known as heycam
  300. # [05:55] * Quits: Waldo (waldo@moz-7E986AF1.lodgenet.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  301. # [05:58] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  302. # [05:58] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  303. # [05:58] * Quits: lizzard (lizhenry@moz-606E6FC0.dsl.static.sonic.net) (Ping timeout)
  304. # [05:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b59ec40e3392 - Mark Finkle - Bug 821840 - Fix redeclaration warning in SessionStore.js r=bnicholson
  305. # [05:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1fb70af2d687 - Mark Finkle - Bug 820658 - Private Browsing leaks history in SQLite's Write-Ahead Log for tabs.db r=bnicholson
  306. # [06:00] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  307. # [06:01] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  308. # [06:02] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  309. # [06:03] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  310. # [06:10] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  311. # [06:16] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (No route to host)
  312. # [06:16] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  313. # [06:20] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  314. # [06:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3f93a72920e0 - Boris Zbarsky - Back out bug 818371 because what we used to do actually matches the spec.
  315. # [06:25] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  316. # [06:26] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  317. # [06:26] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  318. # [06:30] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  319. # [06:32] * Joins: Dhruv (Dhruv@BF93946D.89631D77.388CF16F.IP)
  320. # [06:33] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  321. # [06:36] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  322. # [06:38] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  323. # [06:40] * Quits: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP) (Ping timeout)
  324. # [06:41] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  325. # [06:41] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  326. # [06:44] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  327. # [06:44] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  328. # [06:45] * Quits: abwillis (abwillis@moz-977A2AAA.hlrn.qwest.net) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.7.2/20121215161142])
  329. # [06:46] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  330. # [06:51] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  331. # [06:51] * Quits: avih (quassel@moz-4D7D2F38.red.bezeqint.net) (Connection reset by peer)
  332. # [06:55] * Joins: avih (quassel@moz-4D7D2F38.red.bezeqint.net)
  333. # [06:56] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  334. # [06:57] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  335. # [06:59] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  336. # [07:01] * Quits: bdahl (bdahl@moz-D7CB09C3.dsl.dynamic.sonic.net) (Client exited)
  337. # [07:06] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  338. # [07:09] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  339. # [07:12] * Joins: purezen (aditya@B8A1C264.6E8465C6.8D9DA8D9.IP)
  340. # [07:14] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  341. # [07:14] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  342. # [07:15] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  343. # [07:15] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  344. # [07:15] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  345. # [07:21] * heycam is now known as heycam|away
  346. # [07:22] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  347. # [07:24] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  348. # [07:28] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  349. # [07:28] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  350. # [07:32] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  351. # [07:33] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  352. # [07:37] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  353. # [07:37] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  354. # [07:41] * Quits: mcote|afk (mcote@moz-FD8EB826.mc.videotron.ca) (Quit: leaving)
  355. # [07:41] * Quits: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net) (Quit: Leaving.)
  356. # [07:45] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  357. # [07:48] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  358. # [07:49] * Quits: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  359. # [07:51] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  360. # [07:58] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Ping timeout)
  361. # [07:59] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Connection reset by peer)
  362. # [08:00] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  363. # [08:00] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  364. # [08:04] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  365. # [08:04] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  366. # [08:06] * Joins: reed (reed@tech.monkey)
  367. # [08:06] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  368. # [08:07] * Quits: Optimizer (Optimizer@FFBFFEDC.1AFF4FE6.274D17D6.IP) (Ping timeout)
  369. # [08:08] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  370. # [08:11] * Joins: Optimizer (Optimizer@7EE9AAD3.B3E1E092.BE90E62C.IP)
  371. # [08:12] * Quits: @dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net) (Ping timeout)
  372. # [08:18] * Quits: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp) (Ping timeout)
  373. # [08:20] * Quits: erick (erick@E1304535.2A7189BF.BE19388.IP) (Ping timeout)
  374. # [08:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3e4e600adc3b - Josh Matthews - Bug 782542 - Secure necko IPDL usage. r=ted,jduell
  375. # [08:29] * Joins: headles (Mibbit@AC97AE70.49180628.2F9DE622.IP)
  376. # [08:31] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Quit: Leaving.)
  377. # [08:32] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  378. # [08:32] * ChanServ sets mode: +o ehsan
  379. # [08:32] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  380. # [08:37] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  381. # [08:39] * Joins: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net)
  382. # [08:41] * Quits: dzbarsky (Adium@moz-E8FD3032.phlapa.east.verizon.net) (Ping timeout)
  383. # [08:44] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  384. # [08:45] * dveditz_ is now known as dveditz
  385. # [08:45] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  386. # [08:46] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  387. # [08:49] * Quits: Optimizer (Optimizer@7EE9AAD3.B3E1E092.BE90E62C.IP) (Ping timeout)
  388. # [08:52] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  389. # [08:53] * Joins: Optimizer (Optimizer@181005BF.6406F573.D5D59AD9.IP)
  390. # [08:53] * Joins: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp)
  391. # [08:59] * Joins: RudyL (rudy@moz-1C0FE518.dynamic.hinet.net)
  392. # [08:59] * Joins: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP)
  393. # [09:00] * Quits: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  394. # [09:00] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  395. # [09:04] * Joins: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP)
  396. # [09:04] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  397. # [09:12] * Joins: smontagu (chatzilla@F75BBEA4.D8F19D83.CC465D70.IP)
  398. # [09:13] <smontagu> hg update isn't working for me
  399. # [09:13] <smontagu> says "not updating: path contains illegal component: /pymake/tests/native-touch.mk"
  400. # [09:13] <@gavin> hg up -C
  401. # [09:14] <@gavin> we should have an etherpad.mozilla.org/commonissues
  402. # [09:14] <@gavin> where we can put things like "MXR out of date" and "path contains illegal component? hg up -C"
  403. # [09:14] <Ms2ger> Alright, now we've got it :)
  404. # [09:15] <@gavin> I think that MXR out of date one is out of date
  405. # [09:18] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  406. # [09:18] * Joins: randix_ (rdow@45355E35.CFBC10F9.8B52D585.IP)
  407. # [09:18] <smontagu> thanks gavin
  408. # [09:19] <nigelb> or, you know, a wiki page.
  409. # [09:19] * Ms2ger changes topic to 'Introducing https://etherpad.mozilla.org/commonissues || Next merge: 7 January || New? Want to help? See #introduction || http://krijnhoetmer.nl/irc-logs/ , http://logbot.glob.com.au'
  410. # [09:19] <Ms2ger> nigelb, that involves accounts and passwords :)
  411. # [09:19] <nigelb> Ms2ger: valid point. this is a good idea.
  412. # [09:27] * Quits: randix_ (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  413. # [09:29] * Quits: headles (Mibbit@AC97AE70.49180628.2F9DE622.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  414. # [09:30] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  415. # [09:33] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  416. # [09:33] * Joins: jesup (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  417. # [09:35] * mattwoodrow|away is now known as mattwoodrow
  418. # [09:37] * Joins: teoli (teoli@983BB0E.13B6DFE5.51C6DE68.IP)
  419. # [09:38] * Joins: Ms2ger` (Ms2ger@moz-63244C8A.ugent.be)
  420. # [09:38] * Quits: RudyL (rudy@moz-1C0FE518.dynamic.hinet.net) (Quit: RudyL)
  421. # [09:39] * Quits: Ms2ger (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP) (Ping timeout)
  422. # [09:40] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  423. # [09:41] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Connection reset by peer)
  424. # [09:41] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  425. # [09:42] * Quits: teoli (teoli@983BB0E.13B6DFE5.51C6DE68.IP) (Ping timeout)
  426. # [09:42] * Joins: teoli (teoli@15D1C1B5.11E7D106.51C6DE68.IP)
  427. # [09:44] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  428. # [09:45] * Joins: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net)
  429. # [09:49] * Joins: teoli_ (teoli@983BB0E.13B6DFE5.51C6DE68.IP)
  430. # [09:50] * Joins: smagnin (pike@moz-8CEB8724.fbx.proxad.net)
  431. # [09:50] * Quits: Optimizer (Optimizer@181005BF.6406F573.D5D59AD9.IP) (Ping timeout)
  432. # [09:50] * Quits: teoli (teoli@15D1C1B5.11E7D106.51C6DE68.IP) (Ping timeout)
  433. # [09:51] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  434. # [09:51] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  435. # [09:52] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  436. # [09:53] * Quits: spohl (Adium@moz-4EB1AD80.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  437. # [09:54] * Joins: randix (rdow@45355E35.CFBC10F9.8B52D585.IP)
  438. # [09:54] * Joins: Optimizer (Optimizer@8678137.BE8F8366.D2D1FAF0.IP)
  439. # [09:57] * Quits: randix (rdow@45355E35.CFBC10F9.8B52D585.IP) (Ping timeout)
  440. # [09:57] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  441. # [09:58] * mattwoodrow is now known as mattwoodrow|away
  442. # [10:01] * Quits: teoli_ (teoli@983BB0E.13B6DFE5.51C6DE68.IP) (Ping timeout)
  443. # [10:01] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  444. # [10:04] * Joins: teoli (teoli@ECE9351F.C60B7973.51C6DE68.IP)
  445. # [10:06] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  446. # [10:07] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  447. # [10:10] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  448. # [10:12] * Quits: teoli (teoli@ECE9351F.C60B7973.51C6DE68.IP) (Ping timeout)
  449. # [10:13] * Joins: teoli (teoli@E0D1FD8A.C97D5E1D.51C6DE68.IP)
  450. # [10:20] * Joins: squeakytoy (christoffe@moz-79070305.dynamic.se.alltele.net)
  451. # [10:20] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Quit: Leaving.)
  452. # [10:23] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  453. # [10:26] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Quit: Leaving.)
  454. # [10:28] * Joins: arky (arky@952421B7.53BA259D.FA662B63.IP)
  455. # [10:32] * Quits: arky (arky@952421B7.53BA259D.FA662B63.IP) (Quit: Leaving)
  456. # [10:36] * Joins: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP)
  457. # [10:56] * Joins: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP)
  458. # [10:56] * Joins: himsin (x@D9BD801B.3E31E221.BE3C3C1D.IP)
  459. # [10:56] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  460. # [10:57] * Quits: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP) (Quit: jfkthame)
  461. # [10:58] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  462. # [10:58] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  463. # [10:58] * Joins: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP)
  464. # [10:59] * Quits: Dhruv (Dhruv@BF93946D.89631D77.388CF16F.IP) (Quit: Leaving.)
  465. # [11:00] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  466. # [11:01] * Quits: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP) (Quit: jfkthame)
  467. # [11:04] * Quits: mbrubeck (mozilla@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  468. # [11:04] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  469. # [11:06] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  470. # [11:06] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  471. # [11:10] * Joins: atte (atte@moz-37C1DF97.dhcp.inet.fi)
  472. # [11:11] * Joins: andreasn (andreasn@moz-FD3F641F.a336.priv.bahnhof.se)
  473. # [11:24] * Joins: headles (Mibbit@9D29077D.8138101E.2F9DE622.IP)
  474. # [11:30] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  475. # [11:31] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
  476. # [11:32] * Joins: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  477. # [11:33] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
  478. # [11:35] * Joins: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  479. # [11:39] * Quits: Ms2ger` (Ms2ger@moz-63244C8A.ugent.be) (Connection reset by peer)
  480. # [11:39] * Joins: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP)
  481. # [11:42] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  482. # [11:42] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  483. # [11:43] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
  484. # [11:47] * Quits: teoli (teoli@E0D1FD8A.C97D5E1D.51C6DE68.IP) (Ping timeout)
  485. # [11:47] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  486. # [11:47] * Joins: teoli (teoli@DB79730C.A17B398B.51C6DE68.IP)
  487. # [11:48] * Joins: teoli_ (teoli@DECABD67.E412F010.51C6DE68.IP)
  488. # [11:49] * Quits: teoli (teoli@DB79730C.A17B398B.51C6DE68.IP) (Ping timeout)
  489. # [11:51] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  490. # [11:53] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  491. # [11:55] * Joins: teoli (teoli@DB79730C.A17B398B.51C6DE68.IP)
  492. # [11:55] * Quits: T3 (T3@moz-6C127E07.dsl.telesp.net.br) (Ping timeout)
  493. # [11:56] * Quits: teoli_ (teoli@DECABD67.E412F010.51C6DE68.IP) (Ping timeout)
  494. # [11:56] * Joins: T3 (T3@moz-6C127E07.dsl.telesp.net.br)
  495. # [11:56] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  496. # [11:57] * Joins: Ms2ger` (Ms2ger@moz-6F8D4B05.ugent.be)
  497. # [11:58] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  498. # [11:59] * Joins: surkov (surkov@1D099191.75504D41.E17943EE.IP)
  499. # [12:00] * NeilAway would have gone for a wiki page, it's not like everyone needs to update it
  500. # [12:01] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  501. # [12:02] * Joins: TheOne (one@moz-CD8D1B82.dip.t-dialin.net)
  502. # [12:02] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Connection reset by peer)
  503. # [12:02] * Joins: jviereck1 (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  504. # [12:04] * Quits: Optimizer (Optimizer@8678137.BE8F8366.D2D1FAF0.IP) (Ping timeout)
  505. # [12:07] * Joins: Optimizer (Optimizer@4FB42BC0.A10B347F.D2D1FAF0.IP)
  506. # [12:13] * Quits: Optimizer (Optimizer@4FB42BC0.A10B347F.D2D1FAF0.IP) (Ping timeout)
  507. # [12:15] * Joins: garnacho (carlos@moz-BC7A7B5D.dyn.user.ono.com)
  508. # [12:15] * Joins: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net)
  509. # [12:16] * Joins: Optimizer (Optimizer@CB75B04A.11F77411.D2D1FAF0.IP)
  510. # [12:18] <evilpie> oh commonissues is not french but common - issues
  511. # [12:21] * Joins: askalski (akuda@moz-1EC2F32A.neoplus.adsl.tpnet.pl)
  512. # [12:23] * Quits: teoli (teoli@DB79730C.A17B398B.51C6DE68.IP) (Input/output error)
  513. # [12:27] * Quits: surkov (surkov@1D099191.75504D41.E17943EE.IP) (Quit: surkov)
  514. # [12:33] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  515. # [12:37] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  516. # [12:43] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  517. # [12:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5dd106eee315 - Jonathan Watt - Bug 822025 - nsCSSFrameConstructor.cpp:9752:7: warning: variable 'wrapperType' is used uninitialized whenever switch default is taken. r=bz.
  518. # [12:51] * Joins: teoli (teoli@2DE289BB.969AC7B.51C6DE68.IP)
  519. # [12:53] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Quit: Leaving.)
  520. # [12:53] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  521. # [12:54] * Joins: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP)
  522. # [12:58] * Joins: KaiRo (robert@moz-6931E878.adsl.highway.telekom.at)
  523. # [12:59] * Quits: himsin (x@D9BD801B.3E31E221.BE3C3C1D.IP) (Ping timeout)
  524. # [12:59] * Quits: purezen (aditya@B8A1C264.6E8465C6.8D9DA8D9.IP) (Ping timeout)
  525. # [13:00] * Joins: himsin (x@D9BD801B.3E31E221.BE3C3C1D.IP)
  526. # [13:03] * Joins: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP)
  527. # [13:13] * Quits: victorporof (victorporo@87CAE4F1.BEB908B0.79933D60.IP) (Quit: victorporof)
  528. # [13:14] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  529. # [13:15] * Joins: purezen (aditya@2967F02D.D3A9FE48.85BF2EFC.IP)
  530. # [13:15] * Joins: jammink (textual@99F66265.D3786173.DD630FEE.IP)
  531. # [13:16] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  532. # [13:24] <NeilAway> evilpie: surely french is a common issue?
  533. # [13:24] <Luqman> 34
  534. # [13:26] * Quits: purezen (aditya@2967F02D.D3A9FE48.85BF2EFC.IP) (Ping timeout)
  535. # [13:26] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  536. # [13:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a80379c23cff - Fernando Jiménez - Bug 820292 - [MMI/USSD] System message on incoming USSD; r=philikon
  537. # [13:29] * baku|away is now known as baku
  538. # [13:29] * Quits: AryehGregor (AryehGrego@98150D06.1046AFE0.344ACB3.IP) (Ping timeout)
  539. # [13:32] * Joins: Matti (chatzilla@moz-57368C09.dip.t-dialin.net)
  540. # [13:33] * Quits: T3 (T3@moz-6C127E07.dsl.telesp.net.br) (Ping timeout)
  541. # [13:33] * Quits: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp) (Ping timeout)
  542. # [13:35] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  543. # [13:35] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  544. # [13:36] * Quits: jlin (Jonathan@moz-619C4F64.x.rootbsd.net) (Ping timeout)
  545. # [13:36] * Joins: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP)
  546. # [13:38] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  547. # [13:38] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  548. # [13:40] * Joins: jlin (Jonathan@moz-619C4F64.x.rootbsd.net)
  549. # [13:42] * Quits: jviereck1 (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Quit: Leaving.)
  550. # [13:45] * Joins: trevorh (trevor@2CB5CAC2.126EFD9D.86F71D9B.IP)
  551. # [13:47] * Joins: T3 (T3@moz-6C127E07.dsl.telesp.net.br)
  552. # [13:47] * Joins: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp)
  553. # [13:48] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Connection reset by peer)
  554. # [13:48] * Joins: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP)
  555. # [13:50] * Quits: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP) (Quit: RealRaven)
  556. # [13:55] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  557. # [13:55] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Client exited)
  558. # [13:57] <NeilAway> Ms2ger`: what's a good set of try builds for a general test of a treewide change?
  559. # [13:58] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  560. # [13:59] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  561. # [14:00] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  562. # [14:00] <gaston> Yoric: $firefox
  563. # [14:00] <gaston> OS Unix Could not open libc libsystem.B.dyli
  564. # [14:00] <gaston> this still happens ?
  565. # [14:00] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  566. # [14:01] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Quit: Leaving.)
  567. # [14:02] * Quits: trevorh (trevor@2CB5CAC2.126EFD9D.86F71D9B.IP) (Ping timeout)
  568. # [14:04] * Quits: askalski (akuda@moz-1EC2F32A.neoplus.adsl.tpnet.pl) (Quit: Wychodzi)
  569. # [14:11] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  570. # [14:11] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  571. # [14:12] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  572. # [14:19] * Joins: trevorh (trevor@2CB5CAC2.126EFD9D.86F71D9B.IP)
  573. # [14:19] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  574. # [14:20] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  575. # [14:21] * baku is now known as baku|away
  576. # [14:22] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  577. # [14:22] * Joins: Dhruv (Dhruv@BF93946D.89631D77.388CF16F.IP)
  578. # [14:23] * Joins: purezen (aditya@3DA982A5.2AFDB3B.8D9DA8D9.IP)
  579. # [14:24] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  580. # [14:24] * ChanServ sets mode: +o smaug
  581. # [14:25] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (Ping timeout)
  582. # [14:28] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  583. # [14:28] <Ms2ger`> NeilAway, linux64 + all tests, I guess
  584. # [14:28] * Joins: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP)
  585. # [14:29] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  586. # [14:29] * Quits: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP) (Quit: RealRaven)
  587. # [14:29] * Joins: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP)
  588. # [14:31] * Quits: markh1 (Instantbir@CE947AE5.9D3E6021.78BA16EF.IP) (Ping timeout)
  589. # [14:34] * Ms2ger` wonders why Chromium needs the firefox-locale-fr package to build
  590. # [14:35] * Joins: masayuki1 (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp)
  591. # [14:35] * Quits: masayuki (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp) (Connection reset by peer)
  592. # [14:36] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  593. # [14:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5ef3d98bc229 - Trevor Saunders - bug 819215 - make NS_IMPL_CYCLE_COLLECTION_XXXCLASS unnecessary r=smaug, mccr8
  594. # [14:42] * Quits: Optimizer (Optimizer@CB75B04A.11F77411.D2D1FAF0.IP) (Ping timeout)
  595. # [14:44] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  596. # [14:46] * Joins: Optimizer (Optimizer@D3231DB3.D5D64200.BE90E62C.IP)
  597. # [14:50] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  598. # [14:50] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  599. # [14:51] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  600. # [14:53] * Quits: Optimizer (Optimizer@D3231DB3.D5D64200.BE90E62C.IP) (Ping timeout)
  601. # [14:54] * Quits: RealRaven (Thunderbir@F83729DC.77343A17.27F80FAC.IP) (Ping timeout)
  602. # [14:54] * Joins: marco (Thunderbir@moz-3A08A1B.cust.dsl.teletu.it)
  603. # [14:57] * Joins: Optimizer (Optimizer@33C0C4DE.9A3FC817.BE90E62C.IP)
  604. # [14:58] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  605. # [15:06] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Ping timeout)
  606. # [15:06] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  607. # [15:09] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  608. # [15:10] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  609. # [15:12] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  610. # [15:17] * Quits: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net) (Connection reset by peer)
  611. # [15:18] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  612. # [15:18] * Joins: mreavy (chatzilla@moz-D0297AE3.phlapa.fios.verizon.net)
  613. # [15:19] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  614. # [15:23] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  615. # [15:25] <Yoric> gaston: I have heard one report of this happening but the person who reported this never responded to my investigations.
  616. # [15:26] <gaston> mkay, i'll dig this a bit more, first recheck if this still happens with m-c (that was with 17)
  617. # [15:26] <gaston> todolist++
  618. # [15:27] <Yoric> Yeah,,,
  619. # [15:28] <Yoric> ...
  620. # [15:28] <Yoric> I know the feeling.
  621. # [15:28] * Yoric is so very tired these days.
  622. # [15:28] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  623. # [15:28] * Yoric will probably take a few days off.
  624. # [15:28] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  625. # [15:29] <Yoric> Or at least a real week-end without working.
  626. # [15:29] <Ms2ger`> Yoric, you're doing it wrong ;)
  627. # [15:30] <Yoric> I know :)
  628. # [15:30] <Ms2ger`> Lemme just say this...
  629. # [15:30] <Ms2ger`> Get out :)
  630. # [15:30] <Yoric> I have spent most of the week-end attempting to figure out why patches that pass nicely TryServer for me failed on inbound.
  631. # [15:31] <Matti> take a weekend off and relay with mozilla hobby :-)
  632. # [15:31] <Yoric> Plus trying to figure out why the small web app I am using for teaching purposes maxes out at ~20fps on fennec.
  633. # [15:31] <Yoric> :)
  634. # [15:31] <Yoric> Anyway, I'll try and at least get away from the keyboard.
  635. # [15:31] <Yoric> ttyl
  636. # [15:32] <Ms2ger`> See you, but not today :)
  637. # [15:33] <Matti> away from keyboard ? I guess he wants to use voice inout
  638. # [15:33] <Matti> s/inout/inout
  639. # [15:35] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  640. # [15:38] * Quits: purezen (aditya@3DA982A5.2AFDB3B.8D9DA8D9.IP) (Ping timeout)
  641. # [15:39] * mjschranz is now known as mjschranz_away
  642. # [15:40] * mjschranz_away is now known as mjschranz
  643. # [15:41] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  644. # [15:41] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  645. # [15:43] * Joins: victorporof (victorporo@E92E647E.14EB2DE0.79933D60.IP)
  646. # [15:43] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  647. # [15:43] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  648. # [15:43] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  649. # [15:45] <avih> from chome JS, I need to print messages to the error console, and i was told that Application.console.log should not be used. what's my alternative?
  650. # [15:45] * Quits: trevorh (trevor@2CB5CAC2.126EFD9D.86F71D9B.IP) (Ping timeout)
  651. # [15:46] <avih> maybe Services.console.logStringMessage() ?
  652. # [15:46] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  653. # [15:46] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  654. # [15:48] * Joins: UCC1 (Thunderbir@moz-1363F65F.residential.rdsnet.ro)
  655. # [15:48] * Quits: UCC1 (Thunderbir@moz-1363F65F.residential.rdsnet.ro) (Quit: UCC1)
  656. # [15:50] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  657. # [15:52] * Quits: marco (Thunderbir@moz-3A08A1B.cust.dsl.teletu.it) (Ping timeout)
  658. # [15:53] * baku|away is now known as baku
  659. # [15:54] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  660. # [15:56] * Joins: marco (Thunderbir@moz-3A08A1B.cust.dsl.teletu.it)
  661. # [15:58] <tbsaunde> Ms2ger`: thanks for adding the link, it seems my scripts decided they prefered going out to lunch to doing there job
  662. # [15:59] * Joins: jcvernaleo (john@moz-9DD98F0F.cable.mindspring.com)
  663. # [16:02] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  664. # [16:07] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  665. # [16:07] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  666. # [16:08] * Quits: Optimizer (Optimizer@33C0C4DE.9A3FC817.BE90E62C.IP) (Ping timeout)
  667. # [16:08] * Joins: Optimizer (Optimizer@8B319B60.50CD76D5.274D17D6.IP)
  668. # [16:09] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  669. # [16:10] * Quits: clever (clever@E350D805.D062F6C5.F9E32CA6.IP) (Ping timeout)
  670. # [16:10] * Joins: clever (clever@E350D805.D062F6C5.F9E32CA6.IP)
  671. # [16:24] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  672. # [16:25] * Quits: Optimizer (Optimizer@8B319B60.50CD76D5.274D17D6.IP) (Ping timeout)
  673. # [16:26] * mjschranz is now known as mjschranz_away
  674. # [16:29] * Joins: Optimizer (Optimizer@B86DD1F3.5B928161.D5D59AD9.IP)
  675. # [16:32] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  676. # [16:32] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  677. # [16:34] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  678. # [16:36] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  679. # [16:36] * Joins: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP)
  680. # [16:37] <Ms2ger`> tbsaunde, np
  681. # [16:37] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  682. # [16:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0804d5dc4403 - Simon Montagu - Test for bug 815500
  683. # [16:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3548adeeb163 - Simon Montagu - Test for bug 815477
  684. # [16:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1392f08d1000 - Simon Montagu - When the text node that set the directionality of an element with dir=auto is removed, and there is no other text node that can set the directionality, clear the
  685. # [16:39] <firebot> dirAutoSetBy property on the element. Bug 815500, r=peterv
  686. # [16:39] * Quits: schien-laptop (schien@moz-EC278916.dynamic.hinet.net) (Ping timeout)
  687. # [16:39] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  688. # [16:40] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  689. # [16:43] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  690. # [16:44] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  691. # [16:46] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  692. # [16:47] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  693. # [16:49] * Joins: mcomella (mcomella@moz-F9E82323.nwrknj.fios.verizon.net)
  694. # [16:49] * baku is now known as baku|away
  695. # [16:50] * Joins: purezen (aditya@50FD06F2.33A093AD.85BF2EFC.IP)
  696. # [16:55] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  697. # [16:58] <avih> how do i "Please rev the uuid" after changing an idl file?
  698. # [16:58] * Quits: Optimizer (Optimizer@B86DD1F3.5B928161.D5D59AD9.IP) (Ping timeout)
  699. # [16:58] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  700. # [16:58] <@smaug> firebot: uuid
  701. # [16:58] <firebot> c98249a5-d38a-4ec6-b6e0-6866ea87d6bb (/msg firebot cid for CID form)
  702. # [16:58] <@smaug> avih: ^
  703. # [16:59] <@smaug> or http://mozilla.pettay.fi/cgi-bin/mozuuid.pl
  704. # [16:59] <@smaug> and just copy paste the new uuid to the .idl file
  705. # [17:00] * mjschranz_away is now known as mjschranz
  706. # [17:01] <avih> smaug: so i use firefot to generate a new uuid and edit the idl file, replacing (e.g. "[scriptable, uuid(C98B7275-93C4-4EAD-B7CF-573D872C1071)]") with the one i got from firebot?
  707. # [17:01] * Joins: Optimizer (Optimizer@73290102.CC1A7E75.BE90E62C.IP)
  708. # [17:01] <@smaug> yup
  709. # [17:01] <avih> k, thanks.
  710. # [17:02] <@smaug> at least on linux uuidgen is pretty common
  711. # [17:02] <@smaug> that can generate uuids too
  712. # [17:03] <avih> i know how to generate uuids, but i was wondering if there's a specific tool which is prefferable, e.g. the firebot one
  713. # [17:03] <@smaug> oh, the tool doesn't matter
  714. # [17:03] <@smaug> especially with uuid
  715. # [17:03] <avih> but the firebot ones are valid and can be used too, yes?
  716. # [17:03] <@smaug> if you want the CID/C++ form, then mozuuid.pl is useful
  717. # [17:04] <@smaug> avih: yes, firebot gives valid uuids
  718. # [17:04] <avih> smaug: thanks.
  719. # [17:06] * Quits: smontagu (chatzilla@F75BBEA4.D8F19D83.CC465D70.IP) (Ping timeout)
  720. # [17:08] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  721. # [17:09] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  722. # [17:09] <avih> in chrome JS, is there a convention of when to use methods which begin with underscore, members which begin with mXx or with underscore?
  723. # [17:09] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  724. # [17:09] <avih> it appears that private methods appear with _, but not sure about members
  725. # [17:10] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  726. # [17:11] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  727. # [17:11] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  728. # [17:11] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  729. # [17:12] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  730. # [17:13] <@smaug> avih: gavin might know
  731. # [17:13] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  732. # [17:13] <avih> smaug: the firebot uuid is all uppercase, but the previous one wasn't, is that important?
  733. # [17:14] <avih> sorry, the other way around. same question.
  734. # [17:14] * @smaug thinks chrome js doesn't have as strict coding style rules as content/ and dom/ for example
  735. # [17:14] <@smaug> avih: doesn't matter
  736. # [17:14] <@smaug> I think some tool on Windows gives uppercase
  737. # [17:14] <@smaug> but usually it is lowercase
  738. # [17:14] <avih> ok
  739. # [17:16] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  740. # [17:18] * Quits: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP) (Quit: FabioMagnoni)
  741. # [17:19] * Joins: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net)
  742. # [17:23] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  743. # [17:25] * Joins: MrDHat (chatzilla@2724AD88.DF7DE810.8D9DA8D9.IP)
  744. # [17:25] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  745. # [17:25] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  746. # [17:27] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  747. # [17:27] * Quits: marco (Thunderbir@moz-3A08A1B.cust.dsl.teletu.it) (Quit: marco)
  748. # [17:27] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  749. # [17:29] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  750. # [17:30] * Joins: marco (Thunderbir@moz-3A08A1B.cust.dsl.teletu.it)
  751. # [17:34] * Quits: headles (Mibbit@9D29077D.8138101E.2F9DE622.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  752. # [17:35] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  753. # [17:35] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  754. # [17:39] * Quits: Bas (chatzilla@moz-1568A577.ftth.concepts.nl) (Ping timeout)
  755. # [17:40] * Quits: jammink (textual@99F66265.D3786173.DD630FEE.IP) (Quit: Computer has gone to sleep.)
  756. # [17:40] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  757. # [17:40] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  758. # [17:43] * Joins: headles (Mibbit@9D29077D.8138101E.2F9DE622.IP)
  759. # [17:44] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  760. # [17:45] * Joins: jammink (textual@99F66265.D3786173.DD630FEE.IP)
  761. # [17:48] * Quits: Optimizer (Optimizer@73290102.CC1A7E75.BE90E62C.IP) (Ping timeout)
  762. # [17:50] * Joins: phx1 (Adium@DA386262.E8E44173.689607DE.IP)
  763. # [17:50] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Connection reset by peer)
  764. # [17:52] * Joins: Optimizer (Optimizer@6C01B95D.7EC8F5F5.BE90E62C.IP)
  765. # [17:54] * Quits: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  766. # [17:54] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  767. # [17:57] * Joins: josh (josh@moz-5D371A2.adsl2.static.versatel.nl)
  768. # [17:57] <avih> smaug: couldn't find any style guide regarding preferred way to do if (a = b){..} vs: a = b; if (a){..}.. is there such preference?
  769. # [17:58] <Ms2ger`> Latter, usuallt
  770. # [17:58] <Ms2ger`> usually
  771. # [17:58] <avih> especially when |a| is x.y.z etc, dereference might have added performance impact
  772. # [17:59] <avih> in JS...
  773. # [18:00] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  774. # [18:01] <@smaug> I don't know the coding style for chrome js
  775. # [18:01] <@smaug> s/chrome/firefox/
  776. # [18:01] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
  777. # [18:02] <@smaug> but yeah, in that case the latter looks better
  778. # [18:02] <@smaug> easier to read
  779. # [18:03] <avih> k, thx.
  780. # [18:03] * Quits: ircloggr (nodebot@moz-2A64A38A.compute-1.amazonaws.com) (Client exited)
  781. # [18:04] * Joins: ircloggr (nodebot@moz-981EE106.compute-1.amazonaws.com)
  782. # [18:05] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  783. # [18:05] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  784. # [18:05] * ChanServ sets mode: +o ehsan
  785. # [18:06] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  786. # [18:06] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  787. # [18:06] * ChanServ sets mode: +o ehsan
  788. # [18:06] * Joins: Boriss (FlyingToas@52322966.6D9E76F8.7151DA65.IP)
  789. # [18:07] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  790. # [18:07] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  791. # [18:07] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  792. # [18:08] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  793. # [18:09] * Quits: purezen (aditya@50FD06F2.33A093AD.85BF2EFC.IP) (Quit: Leaving)
  794. # [18:10] * Quits: MrDHat (chatzilla@2724AD88.DF7DE810.8D9DA8D9.IP) (Ping timeout)
  795. # [18:10] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  796. # [18:12] * Quits: marco (Thunderbir@moz-3A08A1B.cust.dsl.teletu.it) (Ping timeout)
  797. # [18:13] * Joins: MrDHat (chatzilla@2724AD88.DF7DE810.8D9DA8D9.IP)
  798. # [18:13] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  799. # [18:15] <NeilAway> avih: you typically need if ((a = b)) to avoid the warnings
  800. # [18:15] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Quit: Leaving.)
  801. # [18:15] <avih> NeilAway: ok, but would i use it when |a| is x.y.z... ?
  802. # [18:15] * Joins: marco (Thunderbir@moz-A515D19A.cust.dsl.teletu.it)
  803. # [18:16] <NeilAway> avih: no, as compared to if (a = b) which most languages warn about in case you meant if (a == b)
  804. # [18:16] * mjschranz is now known as mjschranz_away
  805. # [18:16] <NeilAway> Ms2ger`: the correct answer was "have you run the appropriate tests locally yet?"
  806. # [18:16] <avih> NeilAway: not sure i followed your last answer
  807. # [18:16] <avih> (no, as compared...)
  808. # [18:17] * Joins: sfink (chatzilla@moz-2DA3B21.dsl.pltn13.sbcglobal.net)
  809. # [18:17] <avih> NeilAway: i meant, should i use if ((x.y.z = b)){..} vs: x.y.z = b; if (x.y.x){...}
  810. # [18:17] * Quits: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP) (Quit: jfkthame)
  811. # [18:19] * Quits: Optimizer (Optimizer@6C01B95D.7EC8F5F5.BE90E62C.IP) (Ping timeout)
  812. # [18:20] <@smaug> avih: are you writing some really perf critical js code?
  813. # [18:20] <@smaug> or is accessing .y slow
  814. # [18:20] <avih> smaug: i think both answers are no
  815. # [18:21] <@smaug> if the code isn't perf critical, better to try to keep the code easier to read, IMO
  816. # [18:22] <@smaug> you could do if (b) { x.y.z = b; ...}
  817. # [18:22] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  818. # [18:22] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  819. # [18:22] * Joins: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP)
  820. # [18:22] * Joins: Optimizer (Optimizer@25BEF23C.AB5FC39B.BE90E62C.IP)
  821. # [18:23] <avih> smaug: yes, but i also need x.y.z if the condifion is not met
  822. # [18:23] <Ms2ger`> I don't think you need to worry about this
  823. # [18:23] <avih> k, i'll do it the simple ay. thx.
  824. # [18:23] <avih> way
  825. # [18:23] * Quits: mikeratcliffe (mikeratcli@11CD187.4788BC2C.7CCB197A.IP) (Ping timeout)
  826. # [18:24] <@smaug> would it be time for breakfast
  827. # [18:24] <@smaug> it is only 7:20pm
  828. # [18:24] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  829. # [18:24] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  830. # [18:25] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  831. # [18:26] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  832. # [18:27] * Quits: Boriss (FlyingToas@52322966.6D9E76F8.7151DA65.IP) (Quit: Boriss)
  833. # [18:28] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  834. # [18:28] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  835. # [18:29] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  836. # [18:30] * Joins: mikeratcliffe (mikeratcli@2CDEB59.B2D2E9AB.7CCB197A.IP)
  837. # [18:31] * Joins: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it)
  838. # [18:32] <Optimizer> is anyone else noticing frames being dropped while doing tab drag animation on windows 7 HWA on ?
  839. # [18:33] * mjschranz_away is now known as mjschranz
  840. # [18:36] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  841. # [18:37] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  842. # [18:37] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  843. # [18:43] * Joins: vladan1 (vladan@F2D29657.F60B0462.67AC9B1.IP)
  844. # [18:43] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  845. # [18:44] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  846. # [18:44] * Joins: rlewis (Thunderbir@moz-D47321EC.cable.virginmedia.com)
  847. # [18:45] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Connection reset by peer)
  848. # [18:45] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  849. # [18:49] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  850. # [18:50] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  851. # [18:51] * Quits: Goldorak (chatzilla@7CD1B470.2BC633E3.88CF6591.IP) (Quit: ChatZilla 0.9.89-rdmsoft [XULRunner 1.9.0.17/2009122204])
  852. # [18:52] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Connection reset by peer)
  853. # [18:52] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  854. # [18:53] * Quits: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP) (Quit: jfkthame)
  855. # [18:55] * Joins: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP)
  856. # [18:56] * Quits: twi (Adium@moz-12EC5C5D.ip243.fastwebnet.it) (Ping timeout)
  857. # [18:57] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  858. # [19:09] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  859. # [19:09] * ChanServ sets mode: +o smaug
  860. # [19:09] * Joins: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net)
  861. # [19:11] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  862. # [19:11] * Quits: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com) (Ping timeout)
  863. # [19:11] * Joins: edmorley (edmorley@moz-5C2387B0.range109-156.btcentralplus.com)
  864. # [19:11] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  865. # [19:15] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Quit: Leaving.)
  866. # [19:15] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  867. # [19:24] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  868. # [19:27] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Quit: Leaving.)
  869. # [19:29] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  870. # [19:29] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Ping timeout)
  871. # [19:31] <@gavin> avih: mFoo is seen as deprecated in chrome JS, in favor of _foo (for "internal" properties)
  872. # [19:34] * Quits: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP) (Quit: FabioMagnoni)
  873. # [19:36] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  874. # [19:36] <avih> gavin: thanks, yes, that's what i also ended up with after reading https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style :)
  875. # [19:37] * Quits: T3 (T3@moz-6C127E07.dsl.telesp.net.br) (Ping timeout)
  876. # [19:38] * Joins: bgdnc (chatzilla@moz-C133775.eregie.pub.ro)
  877. # [19:40] * mattwoodrow|away is now known as mattwoodrow
  878. # [19:42] * Quits: josh (josh@moz-5D371A2.adsl2.static.versatel.nl) (Quit: josh)
  879. # [19:43] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  880. # [19:47] * Quits: MrDHat (chatzilla@2724AD88.DF7DE810.8D9DA8D9.IP) (Ping timeout)
  881. # [19:48] * Joins: MrDHat (chatzilla@2724AD88.DF7DE810.8D9DA8D9.IP)
  882. # [19:49] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Input/output error)
  883. # [19:49] * Joins: firebot (firebot@moz-F8C1AF63.carolina.res.rr.com)
  884. # [19:50] * Joins: ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP)
  885. # [19:50] * ChanServ sets mode: +o ehsan
  886. # [19:50] * Joins: josh (josh@moz-5D371A2.adsl2.static.versatel.nl)
  887. # [19:51] * Quits: @ehsan (ehsan@576FC5E5.CD1D2BB8.DC1243F8.IP) (Ping timeout)
  888. # [19:52] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  889. # [19:52] * Joins: gustavold (gustavold@9FF57A6A.27C9FAA1.6535E70B.IP)
  890. # [19:53] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Ping timeout)
  891. # [19:54] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  892. # [19:56] * Joins: kentuckyfriedtakahe (ajones@moz-C2452290.xdsl.xnet.co.nz)
  893. # [19:57] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  894. # [19:58] * Quits: jammink (textual@99F66265.D3786173.DD630FEE.IP) (Quit: Computer has gone to sleep.)
  895. # [20:00] * Joins: mconley (mconley@moz-8A9E55F5.dsl.bell.ca)
  896. # [20:02] * Quits: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net) (Ping timeout)
  897. # [20:04] * Joins: redfive (chatzilla@moz-21A15B2D.dsl.pltn13.pacbell.net)
  898. # [20:05] * Quits: Ms2ger` (Ms2ger@moz-6F8D4B05.ugent.be) (Connection reset by peer)
  899. # [20:06] * Quits: phx1 (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  900. # [20:07] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  901. # [20:07] * ChanServ sets mode: +o roc
  902. # [20:10] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  903. # [20:11] <WG9s> edmorley: ping
  904. # [20:11] * Joins: dougt (dougt@moz-75E4F719.hsd1.ca.comcast.net)
  905. # [20:11] <edmorley> WG9s: hi :-)
  906. # [20:11] * Quits: bgdnc (chatzilla@moz-C133775.eregie.pub.ro) (Ping timeout)
  907. # [20:11] <WG9s> You are right on with bug 782542. My comment that it was thought to be random was really being generous. I knew it really did not match.
  908. # [20:12] <WG9s> I was just trying to point out there was a problem without throwing anyone under the bus! ;-)
  909. # [20:12] <edmorley> hehe
  910. # [20:13] <edmorley> To be fair, the current inbound setup does mean the average dev doesn't need to be as familiar with TBPL as they used to
  911. # [20:13] <edmorley> but given that devs are able (and expected) to use Try now and then, they still need to have an idea of what is going on
  912. # [20:13] * gregglind_afk is now known as gregglind
  913. # [20:14] <WG9s> Yes but doing a try build that shows issues and then pushing anyway does seem odd.
  914. # [20:14] <edmorley> or more, even if they don't, knowing that TBPL suggestion string != TBPL failure string, so press the retry button or ask on #developers
  915. # [20:14] * Joins: jammink (textual@99F66265.D3786173.DD630FEE.IP)
  916. # [20:14] <edmorley> WG9s: yeah odd plus now actually costs $$$ given we use Amazon Ec2
  917. # [20:15] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  918. # [20:15] * Joins: JeroenDeDauw (j@moz-BABA0E30.dip.t-dialin.net)
  919. # [20:17] * Quits: MrDHat (chatzilla@2724AD88.DF7DE810.8D9DA8D9.IP) (Ping timeout)
  920. # [20:17] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  921. # [20:17] * Quits: kentuckyfriedtakahe (ajones@moz-C2452290.xdsl.xnet.co.nz) (Ping timeout)
  922. # [20:17] * Quits: sn0wb1rd_ (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net) (Quit: sn0wb1rd_)
  923. # [20:17] * Joins: kentuckyfriedtakahe (ajones@moz-C2452290.xdsl.xnet.co.nz)
  924. # [20:18] * Joins: sn0wb1rd_ (sn0wb1rd@moz-7DC12C05.sb.sd.cox.net)
  925. # [20:18] * Quits: Matti (chatzilla@moz-57368C09.dip.t-dialin.net) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.17a1/20121214003011])
  926. # [20:23] * Quits: kentuckyfriedtakahe (ajones@moz-C2452290.xdsl.xnet.co.nz) (Ping timeout)
  927. # [20:23] * Joins: Ms2ger` (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP)
  928. # [20:24] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  929. # [20:25] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  930. # [20:25] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  931. # [20:28] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  932. # [20:30] * Quits: josh (josh@moz-5D371A2.adsl2.static.versatel.nl) (Quit: josh)
  933. # [20:30] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  934. # [20:31] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  935. # [20:33] * Joins: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP)
  936. # [20:33] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  937. # [20:34] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  938. # [20:35] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  939. # [20:35] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  940. # [20:35] * Joins: kentuckyfriedtakahe (ajones@moz-C2452290.xdsl.xnet.co.nz)
  941. # [20:39] * Joins: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP)
  942. # [20:39] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  943. # [20:40] * Quits: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP) (Quit: FabioMagnoni)
  944. # [20:41] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  945. # [20:44] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  946. # [20:46] * mattwoodrow is now known as mattwoodrow|away
  947. # [20:51] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  948. # [20:56] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  949. # [20:59] * Joins: UCC (UCC@moz-1363F65F.residential.rdsnet.ro)
  950. # [20:59] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  951. # [21:00] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  952. # [21:01] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  953. # [21:02] * mjschranz is now known as mjschranz_away
  954. # [21:04] * Quits: marco (Thunderbir@moz-A515D19A.cust.dsl.teletu.it) (Ping timeout)
  955. # [21:04] * Quits: UCC (UCC@moz-1363F65F.residential.rdsnet.ro) (Ping timeout)
  956. # [21:04] * Quits: hummeleBop (Instantbir@moz-2356396.fbx.proxad.net) (Quit: Instantbird 1.3 -- http://www.instantbird.com)
  957. # [21:05] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  958. # [21:07] * Quits: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net) (Ping timeout)
  959. # [21:07] * Joins: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net)
  960. # [21:07] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Quit: Leaving.)
  961. # [21:08] * Joins: marco (Thunderbir@moz-99BD173A.cust.dsl.teletu.it)
  962. # [21:09] * Quits: Elen (El@moz-749635E7.hsd1.ut.comcast.net) (Quit: )
  963. # [21:12] * Joins: Elen (El@moz-749635E7.hsd1.ut.comcast.net)
  964. # [21:14] * Joins: Waldo (waldo@moz-534B4EF1.hsd1.mi.comcast.net)
  965. # [21:16] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Quit: Leaving.)
  966. # [21:16] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  967. # [21:22] <Waldo> hey all, my cat's breath smells like catfood, what should I do?
  968. # [21:23] <@gavin> Waldo: https://etherpad.mozilla.org/commonissues
  969. # [21:23] <Waldo> :-D
  970. # [21:23] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Ping timeout)
  971. # [21:24] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  972. # [21:24] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  973. # [21:24] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  974. # [21:25] * Joins: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net)
  975. # [21:25] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  976. # [21:25] * Quits: dzbarsky (Adium@moz-59812CB1.hsd1.pa.comcast.net) (Client exited)
  977. # [21:30] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  978. # [21:30] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  979. # [21:33] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  980. # [21:34] * Quits: headles (Mibbit@9D29077D.8138101E.2F9DE622.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  981. # [21:34] * Joins: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net)
  982. # [21:37] * Joins: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch)
  983. # [21:38] * Joins: josh (josh@moz-5D371A2.adsl2.static.versatel.nl)
  984. # [21:38] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  985. # [21:38] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  986. # [21:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/62a769a3ae0e - Timothy Nikkel - Backout 9f6c579151c5 (bug 805745) for making bug 813024 worse.
  987. # [21:39] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Connection reset by peer)
  988. # [21:39] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  989. # [21:45] * Quits: jib (Jan-Ivar@moz-875D780C.hsd1.pa.comcast.net) (Quit: jib)
  990. # [21:45] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  991. # [21:45] * Quits: msucan (mihai@CDEB00D4.8819A7BF.BD62875.IP) (Quit: Leaving.)
  992. # [21:46] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  993. # [21:49] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Connection reset by peer)
  994. # [21:50] * Joins: cpearce (cpearce@538BABFE.A073F3E.97BBD552.IP)
  995. # [21:51] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  996. # [21:53] <RealRaven> is there a safe way of recursively iterating cssRules of type IMPORT_RULE? I am finding there must be circular references going on, how do I break them?
  997. # [21:53] <RealRaven> or maybe is there a function that flattens ALL style rules of a style sheet?
  998. # [21:53] * Joins: cers (textual@moz-D706C2D4.fullrate.dk)
  999. # [21:57] <RealRaven> I am finding I have problems dybnamically changing rules since I am using @impoty
  1000. # [21:57] <RealRaven> @import
  1001. # [21:58] <RealRaven> so I have written this recursive way of searching for my css rule drilling donw into any @import rules, but that doesn't ever end. instead RAM increases 100MB/sec - classical circular referencing
  1002. # [21:59] * Quits: coyotebush (corey@moz-31CC2724.dsl.dynamic.sonic.net) (Ping timeout)
  1003. # [21:59] * Joins: coyotebush (corey@moz-2D845411.hsd1.ca.comcast.net)
  1004. # [22:00] <RealRaven> guess I could limit recursion to one level by testing if (!stylesheet.ownerRule) return false;
  1005. # [22:00] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  1006. # [22:01] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1007. # [22:01] * Quits: jviereck (Adium@moz-5FFB35CC.dclient.hispeed.ch) (Quit: Leaving.)
  1008. # [22:02] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Quit: Leaving.)
  1009. # [22:03] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  1010. # [22:03] * Quits: atte (atte@moz-37C1DF97.dhcp.inet.fi) (Client exited)
  1011. # [22:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fbec2ea99d3a - Robert Strong - Bug 821343 - TestAUSHelper doesn't exist for b2g xpcshell_updater tests, r=ahal
  1012. # [22:06] * Joins: jviereck (Adium@moz-A9EC502.dynamic.hispeed.ch)
  1013. # [22:07] * Quits: mconley (mconley@moz-8A9E55F5.dsl.bell.ca) (Input/output error)
  1014. # [22:07] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1015. # [22:08] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1016. # [22:08] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  1017. # [22:10] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1018. # [22:13] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  1019. # [22:14] <jviereck> what exactly happens if I restart Fx in "Safe Mode"? I can reproduce a bug when running Fx normally but not in Safe Mode and it doesn't seem to be related to Addons. Any changes in the way we accelerate graphics/canvas?
  1020. # [22:14] * nthomas|away is now known as nthomas
  1021. # [22:14] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Connection reset by peer)
  1022. # [22:15] <nrc> jviereck: yes, hardware acceleration is disabled
  1023. # [22:15] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  1024. # [22:15] <edmorley> jviereck: gfx hardware acceleration is disabled, methodjit is disabled, addons disabled
  1025. # [22:15] <nrc> what is the bug?
  1026. # [22:15] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1027. # [22:15] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  1028. # [22:15] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1029. # [22:16] * Quits: JeroenDeDauw (j@moz-BABA0E30.dip.t-dialin.net) (Quit: Leaving.)
  1030. # [22:17] * Quits: teoli (teoli@2DE289BB.969AC7B.51C6DE68.IP) (Connection reset by peer)
  1031. # [22:17] * Joins: teoli (teoli@2DE289BB.969AC7B.51C6DE68.IP)
  1032. # [22:17] * Quits: Ms2ger` (Ms2ger@70BC834E.EAE0455B.3773EA9F.IP) (Quit: nn)
  1033. # [22:19] <jviereck> nrc: I render the tracemonkey paper in the helloworld example of PDF.JS
  1034. # [22:19] <jviereck> that renders one page (in my case 11) to a canvas
  1035. # [22:19] <jviereck> but it renders only the chart at the top and nothing of the other content
  1036. # [22:20] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1037. # [22:20] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1038. # [22:20] <nrc> jviereck: what platform are you on?
  1039. # [22:21] * Quits: Optimizer (Optimizer@25BEF23C.AB5FC39B.BE90E62C.IP) (Ping timeout)
  1040. # [22:21] <jviereck> nrc: osx, OS X 10.8.2 (12C60), MacBook Pro 13-inch, Early 2011, Graphics Intel HD Graphics 3000 512 MB
  1041. # [22:22] * Joins: pnemsak (Miranda@moz-192A9791.orange.sk)
  1042. # [22:23] <nrc> hmm, that is a bit weird, on Mac, we should use the same canvas backend with or without HWA, so safe mode should not affect it. I might be wrong about that, or it could be an issue in the js part. I'm afraid my mac is temporarily out of action, so I can't test right now
  1043. # [22:24] <nrc> jviereck: could you file a bug for this please and copy the infor from about:support to the bug?
  1044. # [22:24] <jviereck> nrc: I notice the rendering is way slower when in safe mode
  1045. # [22:24] <nrc> *info
  1046. # [22:24] * mattwoodrow|away is now known as mattwoodrow
  1047. # [22:24] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1048. # [22:24] * Joins: Optimizer (Optimizer@D62F21AE.6ABC3FEB.BE90E62C.IP)
  1049. # [22:25] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  1050. # [22:25] <jviereck> nrc: is there a way to start firefox with hwa off to see if that really fixes the probelm?
  1051. # [22:25] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1052. # [22:25] <nrc> jviereck: yeah, it will be using software rendering rather than OpenGL, but afaik it should use the Core Graphics backend for canvas in both cases (I might be wrong about that)
  1053. # [22:25] * Joins: dbaron (dbaron@moz-FB9C8F62.dsl.dynamic.sonic.net)
  1054. # [22:25] * ChanServ sets mode: +o dbaron
  1055. # [22:25] <nrc> jviereck: yes, go to about:config and set layers.acceleration.disabled to false
  1056. # [22:26] <jviereck> guess you mean true?
  1057. # [22:26] <nrc> you'll then need to restart Firefox for the new setting to take effect.
  1058. # [22:26] <nrc> ah yes, true, sorry
  1059. # [22:26] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1060. # [22:26] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1061. # [22:26] <nrc> you can see whether HWA is on or off and which canvas backend is being used in about:support
  1062. # [22:26] <nrc> the graphics section
  1063. # [22:27] * Joins: teoli_ (teoli@2DE289BB.969AC7B.51C6DE68.IP)
  1064. # [22:27] * Quits: teoli (teoli@2DE289BB.969AC7B.51C6DE68.IP) (Connection reset by peer)
  1065. # [22:28] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Ping timeout)
  1066. # [22:28] <jviereck> nrc: disabling hwa makes the difference
  1067. # [22:28] * Quits: Dhruv (Dhruv@BF93946D.89631D77.388CF16F.IP) (Quit: Leaving.)
  1068. # [22:28] * Joins: cilias (cilias@moz-D8CAF7D8.cpe.net.cable.rogers.com)
  1069. # [22:29] * Quits: marco (Thunderbir@moz-99BD173A.cust.dsl.teletu.it) (Ping timeout)
  1070. # [22:29] <jviereck> nrc: should I add you as /cc on that bug? what's your bugmail?
  1071. # [22:30] * Quits: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1072. # [22:30] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1073. # [22:31] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1074. # [22:32] <nrc> jviereck: yes please, :nrc should find me
  1075. # [22:32] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1076. # [22:32] <nrc> jviereck: thanks for filing the bug, if no-one gets to it first, I'll try to investigate next week (when I'll have my mac back online)
  1077. # [22:33] * Joins: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro)
  1078. # [22:33] <jviereck> nrc: no worries. Let me know if I can help. I have some experience with hacking Gecko/PDF.JS, but I'm loaded with university work ATM
  1079. # [22:33] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  1080. # [22:34] * Quits: UCC (Thunderbir@moz-1363F65F.residential.rdsnet.ro) (Quit: UCC)
  1081. # [22:34] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  1082. # [22:35] * Joins: mcsmurf (me@moz-57CF4D5F.dip.t-dialin.net)
  1083. # [22:35] * Joins: Jesse (jruderman@moz-E31CD2CB.mozilla.org)
  1084. # [22:36] * Quits: masayuki1 (Thunderbir@moz-66BDE38.ppp11.odn.ad.jp) (Ping timeout)
  1085. # [22:36] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1086. # [22:37] * Joins: harth_ (harth@moz-3C999954.hsd1.ca.comcast.net)
  1087. # [22:38] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Ping timeout)
  1088. # [22:39] <nrc> sweet, cheeers!
  1089. # [22:39] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1090. # [22:41] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1091. # [22:43] * Quits: c0smikdebris (textual@5FECAACD.D8228D1D.BE90E62C.IP) (Quit: Textual IRC Client: www.textualapp.com)
  1092. # [22:43] * Quits: jammink (textual@99F66265.D3786173.DD630FEE.IP) (Input/output error)
  1093. # [22:43] * Joins: jammink (textual@99F66265.D3786173.DD630FEE.IP)
  1094. # [22:43] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1095. # [22:44] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  1096. # [22:46] * Quits: jviereck (Adium@moz-A9EC502.dynamic.hispeed.ch) (Quit: Leaving.)
  1097. # [22:48] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1098. # [22:50] * Joins: marco (Thunderbir@moz-6E36DD62.cust.dsl.teletu.it)
  1099. # [22:51] * Joins: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP)
  1100. # [22:54] * heycam|away is now known as heycam
  1101. # [22:55] * Joins: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1102. # [22:58] * mjschranz_away is now known as mjschranz
  1103. # [23:00] * Quits: phx (Adium@DA386262.E8E44173.689607DE.IP) (Quit: Leaving.)
  1104. # [23:02] * Quits: Optimizer (Optimizer@D62F21AE.6ABC3FEB.BE90E62C.IP) (Ping timeout)
  1105. # [23:02] * Quits: lduros (user@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  1106. # [23:03] * Quits: vtmarvin (Thunderbir@9D75911A.1239134F.E4B2C495.IP) (Quit: vtmarvin)
  1107. # [23:05] * Joins: willyaranda (willyarand@moz-C58FBBBB.dynamic.jazztel.es)
  1108. # [23:05] * Joins: Optimizer (Optimizer@AB118326.FF693F8.274D17D6.IP)
  1109. # [23:07] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 17.0.1/20121129151931])
  1110. # [23:08] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1111. # [23:08] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  1112. # [23:10] * Quits: teoli_ (teoli@2DE289BB.969AC7B.51C6DE68.IP) (Ping timeout)
  1113. # [23:10] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Connection reset by peer)
  1114. # [23:10] * Joins: phx (Adium@DA386262.E8E44173.689607DE.IP)
  1115. # [23:11] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  1116. # [23:12] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1117. # [23:13] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1118. # [23:13] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1119. # [23:13] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  1120. # [23:14] * Joins: teoli (teoli@2DE289BB.969AC7B.51C6DE68.IP)
  1121. # [23:16] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1122. # [23:16] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1123. # [23:17] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1124. # [23:18] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Ping timeout)
  1125. # [23:19] * Quits: harth_ (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1126. # [23:23] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Ping timeout)
  1127. # [23:25] * Quits: willyaranda (willyarand@moz-C58FBBBB.dynamic.jazztel.es) (Quit: willyaranda)
  1128. # [23:25] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1129. # [23:26] * Quits: smagnin (pike@moz-8CEB8724.fbx.proxad.net) (Client exited)
  1130. # [23:27] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1131. # [23:29] * Joins: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP)
  1132. # [23:29] * Quits: jammink (textual@99F66265.D3786173.DD630FEE.IP) (Quit: Computer has gone to sleep.)
  1133. # [23:30] * Quits: FabioMagnoni (fabiomagno@926368C8.33C6581A.B65F468E.IP) (Quit: FabioMagnoni)
  1134. # [23:31] * Quits: marco (Thunderbir@moz-6E36DD62.cust.dsl.teletu.it) (Quit: marco)
  1135. # [23:32] * Joins: marco (Thunderbir@moz-6E36DD62.cust.dsl.teletu.it)
  1136. # [23:33] * Quits: himsin (x@D9BD801B.3E31E221.BE3C3C1D.IP) (Ping timeout)
  1137. # [23:33] * Quits: stefanh|away (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.89 [SeaMonkey 2.14.1/20121129191217])
  1138. # [23:33] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1139. # [23:34] * Joins: aleth (aleth@moz-E87FA436.ictp.it)
  1140. # [23:35] <aleth> What's the pref for turning off gfx acceleration?
  1141. # [23:35] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  1142. # [23:35] * Joins: teoli_ (teoli@42B32795.63D4476A.51C6DE68.IP)
  1143. # [23:36] * Quits: teoli (teoli@2DE289BB.969AC7B.51C6DE68.IP) (Ping timeout)
  1144. # [23:36] * Joins: Hughman (Mibbit@612FCB38.45583DB0.A3B82EC7.IP)
  1145. # [23:37] * Joins: harth (harth@moz-3C999954.hsd1.ca.comcast.net)
  1146. # [23:37] <nrc> aleth: layers.acceleration.disabled
  1147. # [23:37] * Quits: teoli_ (teoli@42B32795.63D4476A.51C6DE68.IP) (Ping timeout)
  1148. # [23:37] <aleth> nrc: thanks
  1149. # [23:38] <nrc> np
  1150. # [23:39] <aleth> seeing some nasty crashes on Linux and trying to find out if it's actually the nvdia driver causing it
  1151. # [23:39] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1152. # [23:40] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  1153. # [23:41] <nrc> HWA ought to be off on Linux unless you have turned it on - I think it still needs the force pref to be true
  1154. # [23:41] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  1155. # [23:42] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1156. # [23:43] <aleth> The pref you just mentioned was set to disabled=false by default (Aurora 19)
  1157. # [23:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fefbcfe3575a - Steven Michaud - Bug 804606 - Stop Flash from crashing in CoreGraphics mode on accessing "our" CGContextRef outside of the call we use to pass it. r=bgirard
  1158. # [23:43] <aleth> Oh, I see what you mean, the other pref
  1159. # [23:43] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  1160. # [23:44] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1161. # [23:45] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1162. # [23:45] * Joins: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP)
  1163. # [23:46] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  1164. # [23:46] * Joins: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net)
  1165. # [23:46] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1166. # [23:47] * Quits: aleth (aleth@moz-E87FA436.ictp.it) (Ping timeout)
  1167. # [23:47] * Quits: yzen (Adium@AA2C085E.10C8AEF8.9A8C35B4.IP) (Quit: Leaving.)
  1168. # [23:48] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Input/output error)
  1169. # [23:49] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1170. # [23:51] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Ping timeout)
  1171. # [23:51] * Quits: bajaj (Adium@moz-C8BA7EB5.hsd1.ca.comcast.net) (Ping timeout)
  1172. # [23:52] * Quits: jfkthame (jfkthame@F5E3E021.3C8CD283.9542EC20.IP) (Quit: jfkthame)
  1173. # [23:53] * Joins: Bas (chatzilla@moz-B6A2A1ED.adsl.xs4all.nl)
  1174. # [23:53] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  1175. # [23:55] * Quits: harth (harth@moz-3C999954.hsd1.ca.comcast.net) (Input/output error)
  1176. # [23:56] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  1177. # [23:57] * Joins: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP)
  1178. # [23:58] * Quits: RealRaven (Thunderbir@5AD76988.36A3DF17.C3498625.IP) (Quit: RealRaven)
  1179. # [23:59] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1180. # Session Close: Mon Dec 17 00:00:00 2012

The end :)