/irc-logs / mozilla / #developers / 2012-05-26 / end

Options:

  1. # Session Start: Sat May 26 00:00:01 2012
  2. # Session Ident: #developers
  3. # [00:00] * philor is now known as philor|away
  4. # [00:00] * Quits: TheLink (TheLink@moz-45ED2356.pools.arcor-ip.net) (Client exited)
  5. # [00:00] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  6. # [00:00] * jviereck nod
  7. # [00:02] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  8. # [00:02] * Quits: int3 (int3@moz-FAB3747.cpe.distributel.net) (Client exited)
  9. # [00:02] * Joins: int3 (int3@moz-FAB3747.cpe.distributel.net)
  10. # [00:02] * bear is now known as bear-afk
  11. # [00:02] * Quits: grubshka (grubshka@moz-55AB1E04.w86-216.abo.wanadoo.fr) (Ping timeout)
  12. # [00:03] <jviereck> ShowViewer() is called during the reflow that happens after the reconstruction of the document's frames
  13. # [00:04] * Joins: sworkman (sworkman@moz-306FE5AC.public.wayport.net)
  14. # [00:04] <jviereck> no, during ReconstructFrames, that is
  15. # [00:06] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  16. # [00:06] * Joins: coop (Chris@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  17. # [00:06] * Quits: jfkthame (jfkthame@25F581E4.90783722.9542EC20.IP) (Quit: jfkthame)
  18. # [00:08] * rail is now known as rail_away
  19. # [00:08] * philor|away is now known as philor
  20. # [00:10] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  21. # [00:11] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Client exited)
  22. # [00:11] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Ping timeout)
  23. # [00:13] * Quits: sgautherie (chatzilla@moz-D7B69DC4.fbxo.proxad.net) (Ping timeout)
  24. # [00:13] * Quits: espindola (espindola@moz-8B095640.dsl.teksavvy.com) (Quit: Ex-Chat)
  25. # [00:16] <tn> jviereck, i would expect a stack something like this http://pastebin.mozilla.org/1650120
  26. # [00:16] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  27. # [00:16] <jviereck> tn: should the iFrame be on the view tree directly after the reconstruction?
  28. # [00:17] <tn> jviereck, there should be a view for the document in the iframe after reconstruction, yes
  29. # [00:18] <jviereck> tn: for the iframe in the document you mean?
  30. # [00:18] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  31. # [00:18] <tn> jviereck, yes there should be a view for the iframe in the document. but the view that is missing from the view tree after reconstruction is the view for the document inside the iframe.
  32. # [00:19] * Quits: tonymec (tonymec@E6EF9FBF.A45A0DE.277517C1.IP) (Ping timeout)
  33. # [00:19] <jviereck> looks like the meaning of "view" is overloaded, but I think I got it
  34. # [00:20] * Quits: jstraus (Adium@moz-C7B4D9FC.hsd1.ma.comcast.net) (Ping timeout)
  35. # [00:20] * coop is now known as coop|buildduty
  36. # [00:21] * Joins: jstraus (Adium@moz-C7B4D9FC.hsd1.ma.comcast.net)
  37. # [00:21] <tn> jviereck, i don't think its overloaded. its just that there are views for more than just root frames. there are also views for subdocument frames
  38. # [00:22] * Quits: jdm (jdm@514D186.F3BBB17D.144F44FA.IP) (Client exited)
  39. # [00:24] <jviereck> tn: http://pastebin.mozilla.org/1650126
  40. # [00:25] <jviereck> tn: so we see that the iframe view is missing after the reconstruction in the view tree AND that the ShowViewer() function is called AFTER the reconstruction is done
  41. # [00:25] <jviereck> that's bad, right?
  42. # [00:27] <tn> jviereck, it depends when exactly you print that "after reconstruction" bit. The ShowViewer call is done async, so its not necessarily bad. what are you using as your "after reconstruct" point?
  43. # [00:27] * Joins: mreavy (chatzilla@moz-A899486F.hsd1.ca.comcast.net)
  44. # [00:28] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  45. # [00:29] <jviereck> tn: http://pastebin.mozilla.org/1650131, the after reconstruction is called directly from within the ReconstructFrame funciton
  46. # [00:30] <tn> jviereck, oh, then that is the expected output.
  47. # [00:30] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  48. # [00:30] <tn> jviereck, and in fact that missing view at that point isn't a problem, we have to wait until after the ShowViewer call to see if the missing view will show up in the view tree
  49. # [00:31] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  50. # [00:31] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  51. # [00:32] <tn> jviereck, btw, if you're using gdb you can output these frame/view tree dumps from there, you don't need to recompile
  52. # [00:32] * khuey is now known as khuey|away
  53. # [00:33] * Quits: lmandel (lmandel@moz-185FF46D.cpe.net.cable.rogers.com) (Quit: lmandel)
  54. # [00:33] <jviereck> tn: I dump it to the console right now :/
  55. # [00:33] <jviereck> using hard coded code
  56. # [00:33] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  57. # [00:33] <jviereck> tn: the iFrame don't show up in the view tree after the ShowViewer() function is called
  58. # [00:33] * Quits: ianbicking (ianbicking@moz-36B9BE32.hsd1.mn.comcast.net) (Quit: ianbicking)
  59. # [00:34] <tn> jviereck, ok, so does FindContainerView get called by the time ShowViewer is finished?
  60. # [00:35] * Quits: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com) (Ping timeout)
  61. # [00:36] * Quits: surkov (surkov@1A9A4379.E0C13F7A.33A1AC3C.IP) (Quit: surkov)
  62. # [00:37] <jviereck> tn: no. However, if I change the code at http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsSubDocumentFrame.cpp#182 to ignore the check if the PresContext is dynamic or not and just go with the else branch, the function gets called
  63. # [00:37] * Quits: int3 (int3@moz-FAB3747.cpe.distributel.net) (Client exited)
  64. # [00:37] <jviereck> but then there are a lot of assertions :/
  65. # [00:37] * Joins: int3 (int3@moz-FAB3747.cpe.distributel.net)
  66. # [00:38] <tn> jviereck, ah, interesting. what are the assertions?
  67. # [00:38] <jviereck> nsSubDocumentFrame::ShowViewer() - Enter
  68. # [00:38] <jviereck> DocumentViewerImpl::FindContainerView() - ENTER
  69. # [00:38] <jviereck> === DocumentViewerImpl::FindContainerView() - parentPresShell 0x10aba0940
  70. # [00:38] <jviereck> 1931749728[10037b380]: ###!!! ASSERTION: asked to construct a frame for a node that already has a frame: '!child->GetPrimaryFrame() || child->GetPrimaryFrame()->GetContent() != child', file /Users/jviereck/develop/moz/pdfjs/ff_font/layout/base/nsCSSFrameConstructor.cpp, line 6778
  71. # [00:38] <jviereck> ###!!! ASSERTION: asked to construct a frame for a node that already has a frame: '!child->GetPrimaryFrame() || child->GetPrimaryFrame()->GetContent() != child', file /Users/jviereck/develop/moz/pdfjs/ff_font/layout/base/nsCSSFrameConstructor.cpp, line 6778
  72. # [00:38] <jviereck> 1931749728[10037b380]: ###!!! ASSERTION: asked to create frame construction item for a node that already has a frame: 'Error', file /Users/jviereck/develop/moz/pdfjs/ff_font/layout/base/nsCSSFrameConstructor.cpp, line 4980
  73. # [00:38] <jviereck> ###!!! ASSERTION: asked to create frame construction item for a node that already has a frame: 'Error', file /Users/jviereck/develop/moz/pdfjs/ff_font/layout/base/nsCSSFrameConstructor.cpp, line 4980
  74. # [00:38] <jviereck> 1931749728[10037b380]: ###!!! ASSERTION: Losing track of existing primary frame: '!aFrame || !mPrimaryFrame || aFrame == mPrimaryFrame', file ../../dist/include/nsIContent.h, line 826
  75. # [00:38] * jviereck was kicked by killer (Stop flooding!)
  76. # [00:39] * Joins: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch)
  77. # [00:39] * Quits: int3 (int3@moz-FAB3747.cpe.distributel.net) (Ping timeout)
  78. # [00:39] * Joins: lmandel (lmandel@moz-185FF46D.cpe.net.cable.rogers.com)
  79. # [00:39] <jviereck> tn: sorry - http://pastebin.mozilla.org/1650135
  80. # [00:39] * Joins: AaronMT (AaronMT@moz-E26428A8.cpe.net.cable.rogers.com)
  81. # [00:40] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  82. # [00:41] * Joins: jesup (chatzilla@moz-A899486F.hsd1.ca.comcast.net)
  83. # [00:44] <Bas> khuey bent: Very interested in that crash, do you have STR for me?
  84. # [00:44] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  85. # [00:44] <bent> Bas, it's happened 4 times to me today... not really doing anything
  86. # [00:44] * Joins: ianbicking (ianbicking@moz-36B9BE32.hsd1.mn.comcast.net)
  87. # [00:45] * Joins: pcglue (ekw@moz-B5B81AE7.dsl.irvnca.pacbell.net)
  88. # [00:45] * Quits: ekw (ekw@moz-B5B81AE7.dsl.irvnca.pacbell.net) (Ping timeout)
  89. # [00:46] <mounir> glandium: 30 minutes link time... because his hardware his very bad or because of some issues we currently have?
  90. # [00:46] * Joins: alice (anonymous@moz-E8CC53B4.w80-9.abo.wanadoo.fr)
  91. # [00:46] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  92. # [00:46] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  93. # [00:46] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  94. # [00:46] <mounir> glandium: last time I did a clobber it was long but reasonably long, now it's far from that :( [last time was 2/3 weeks ago]
  95. # [00:46] * Joins: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com)
  96. # [00:47] <jviereck> tn: is this giving you any hint?
  97. # [00:47] <Ameya> which is the first method gets called on when we enter into private mode..?
  98. # [00:47] <glandium> mounir: i'd say hardware
  99. # [00:47] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  100. # [00:47] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  101. # [00:47] <tn> jviereck, yeah, seems like printing has special code to handle this, but it doesn't expect a reconstruct to happen
  102. # [00:48] * Parts: alice (anonymous@moz-E8CC53B4.w80-9.abo.wanadoo.fr)
  103. # [00:48] <mounir> glandium: gasp, I've no particular issue with desktop builds
  104. # [00:48] * mounir hates Android builds
  105. # [00:48] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  106. # [00:48] <glandium> mounir: use the mozilla ndk
  107. # [00:49] <Ameya> See I am doing
  108. # [00:49] <Ameya> var prefsService = Cc["@mozilla.org/preferences-service;1"].getService(Ci.nsIPrefBranch);
  109. # [00:49] <mounir> never heard about that
  110. # [00:49] <glandium> mounir: it's a 7b that comes with gcc 4.6 and gold
  111. # [00:49] <Ameya> prefsService.setBoolPref("browser.privatebrowsing.autostart", true);
  112. # [00:49] <Ameya> let appStartup = Components.classes["@mozilla.org/toolkit/app-startup;1"].getService(Components.interfaces.nsIAppStartup);
  113. # [00:49] <Ameya> appStartup.quit(Components.interfaces.nsIAppStartup.eAttemptQuit | Components.interfaces.nsIAppStartup.eRestart);
  114. # [00:49] <glandium> mounir: ask the releng people where to get it
  115. # [00:49] <Ameya> So when I restart into private mode..... I cant come back from PM.
  116. # [00:50] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  117. # [00:50] <Ameya> tools->stop_private_browsing is disabled....
  118. # [00:51] <Ameya> So somewhere at the initial code of nsPrivateModeServicce I have to change autostart to false. Even before complete restart takes place.
  119. # [00:51] * joduinn is now known as joduinn-mtg
  120. # [00:51] <Ameya> Any idea where..?
  121. # [00:52] * Quits: myk (Instantbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  122. # [00:52] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  123. # [00:53] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  124. # [00:54] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  125. # [00:54] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  126. # [00:54] <mounir> glandium: will do, thanks
  127. # [00:55] <tn> jviereck, the code that is specific to printing that handles doing the work that ShowViewer doesn't do is probably the cause.
  128. # [00:55] <tn> jviereck, i'm not very familiar with the print code, so i don't know of the top of my head. smaug knows the most now a days i thing
  129. # [00:56] <Ameya> http://pastebin.mozilla.org/1650160
  130. # [00:58] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  131. # [00:58] * Quits: coop|buildduty (Chris@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Quit: coop|buildduty)
  132. # [00:59] <jviereck> tn: I'm wondering why things work for the InertialReflow called on the presShell
  133. # [01:00] * Quits: JeroenDeDauw (j@moz-651624AB.dip.t-dialin.net) (Quit: Leaving.)
  134. # [01:02] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  135. # [01:04] <jviereck> tn: could you please leave a comment in the bug https://bugzilla.mozilla.org/show_bug.cgi?id=468568 on what you think is the problem?
  136. # [01:05] <jviereck> tn: then I can point smaug to it and maybe he has an idea what's going on :/
  137. # [01:05] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0a2/20120523042007])
  138. # [01:06] * Quits: lmandel (lmandel@moz-185FF46D.cpe.net.cable.rogers.com) (Quit: lmandel)
  139. # [01:07] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  140. # [01:08] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Connection reset by peer)
  141. # [01:09] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  142. # [01:09] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  143. # [01:09] * Joins: myk (Instantbir@moz-BBE3ABD.mv.mozilla.com)
  144. # [01:11] * Quits: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net) (Ping timeout)
  145. # [01:13] <Ameya> Could anyone tell... http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#8720 what exactly this do..?
  146. # [01:13] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  147. # [01:13] * Joins: Gijs (chatzilla@moz-530BC276.ded.ameritech.net)
  148. # [01:13] <Ameya> onEnterPrivateBrowsing()
  149. # [01:14] * Quits: Mossop (mossop@moz-347C3D31.dsl.dynamic.sonic.net) (Ping timeout)
  150. # [01:14] <Ameya> I mean does this execute before private mode UI opens or later...?
  151. # [01:15] <Ameya> bcoz I have to do setBoolPref("browser.privatebrowsing.autostart",false) before privatemode UI comes....
  152. # [01:16] * Quits: marco (marco@24D29C68.60DCEFAD.10DC0B64.IP) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0a2/20120524042007])
  153. # [01:16] * Quits: joesteele (joesteele@2BF71610.712491F4.C5749D5C.IP) (Quit: joesteele)
  154. # [01:16] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  155. # [01:17] <Ameya> jviereck, any idea..?
  156. # [01:17] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  157. # [01:18] <jviereck> Ameya: sorry, I don't know. You might want to ask in #firefox
  158. # [01:19] <Ameya> ok
  159. # [01:20] * khuey|away is now known as khuey
  160. # [01:20] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  161. # [01:21] * mjschranz_away is now known as mjschranz
  162. # [01:21] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  163. # [01:23] * dhylands|afk is now known as dhylands
  164. # [01:23] <tn> jviereck, sure
  165. # [01:24] <jviereck> roc: for the font-load bug, after calling ReconstructFrames, is calling ResizeReflow(…) the right reflow function to call?
  166. # [01:24] <@roc> no
  167. # [01:24] <jviereck> tn: thanks! this is very helpful :)
  168. # [01:24] <@roc> just FlushPendingNotifications(Flush_Layout)
  169. # [01:25] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  170. # [01:26] * Quits: Gijs (chatzilla@moz-530BC276.ded.ameritech.net) (Quit: next flight...)
  171. # [01:26] * campout is now known as dcamp
  172. # [01:27] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  173. # [01:29] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  174. # [01:30] * jlebar is now known as jlebar|away
  175. # [01:30] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  176. # [01:31] * mjschranz is now known as mjschranz_away
  177. # [01:37] * Quits: jduell (jduell@moz-1C895614.nc.res.rr.com) (Ping timeout)
  178. # [01:38] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  179. # [01:38] * Quits: priya (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  180. # [01:39] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  181. # [01:40] * Joins: priya (Adium@moz-BBE3ABD.mv.mozilla.com)
  182. # [01:41] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  183. # [01:41] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  184. # [01:43] * Quits: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch) (Quit: Leaving.)
  185. # [01:44] * kaze is now known as kaze|zzzzz
  186. # [01:48] * Joins: sgautherie (chatzilla@moz-D7B69DC4.fbxo.proxad.net)
  187. # [01:48] * Quits: kaze|zzzzz (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  188. # [01:50] * Quits: anant (anant@moz-BBE3ABD.mv.mozilla.com) (Quit: anant)
  189. # [01:52] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  190. # [01:53] * Quits: chrisccoulson (chr1s@CF62D2D6.FC921812.EE27BB8D.IP) (Quit: Ex-Chat)
  191. # [01:55] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  192. # [01:57] * Quits: martyn (martyn@moz-356D5506.range86-158.btcentralplus.com) (Quit: Ex-Chat)
  193. # [01:58] * philor is now known as philor|away
  194. # [01:59] * mjschranz_away is now known as mjschranz
  195. # [01:59] * Joins: bb10 (bb10@moz-C7B05616.org)
  196. # [02:00] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/c3f6681b9877 - Jonathan Griffin - Bug 758834 - Add ability to flag tests to be skipped in manifest, a=test-only, DONTBUILD because NPOTB
  197. # [02:01] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Connection reset by peer)
  198. # [02:01] * Joins: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch)
  199. # [02:02] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  200. # [02:02] * Joins: zwol (zack@moz-A5165AC6.lightspeed.sntcca.sbcglobal.net)
  201. # [02:03] <jviereck> roc: just thinking, instead of trying to do all this reconstruction & reflow magic, that seems to be broken, can we recreate the presShell & presContext like we do right now, but then set reuse the gfxUserFontSet that holds the loaded fonts, on the new created presContext?
  202. # [02:03] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  203. # [02:03] <jviereck> guess we could do something similar for images
  204. # [02:03] * Quits: Ameya (chatzilla@637D4CD0.BF84E432.1C37C358.IP) (Ping timeout)
  205. # [02:04] * erick is now known as erick-away
  206. # [02:04] * heycam|away is now known as heycam
  207. # [02:05] <@roc> I don't think that's the right way to go
  208. # [02:06] <jviereck> k
  209. # [02:07] * Quits: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch) (Quit: Leaving.)
  210. # [02:07] * Quits: ianbicking (ianbicking@moz-36B9BE32.hsd1.mn.comcast.net) (Quit: ianbicking)
  211. # [02:08] * Quits: WG9s (bill@moz-D750CC69.maine.res.rr.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 12.0/20120424094117])
  212. # [02:08] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  213. # [02:09] * Quits: WG9s (bill@moz-D750CC69.maine.res.rr.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 12.0/20120424094117])
  214. # [02:09] * Joins: ianbicking (ianbicking@moz-36B9BE32.hsd1.mn.comcast.net)
  215. # [02:09] * Quits: ianbicking (ianbicking@moz-36B9BE32.hsd1.mn.comcast.net) (Quit: ianbicking)
  216. # [02:12] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  217. # [02:13] * mattwoodrow|away is now known as mattwoodrow
  218. # [02:14] * joduinn-mtg is now known as joduinn
  219. # [02:15] * Quits: sriram (sriramr@moz-BBE3ABD.mv.mozilla.com) (Quit: sriram)
  220. # [02:17] * zpao is now known as zpao|detached
  221. # [02:19] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  222. # [02:20] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  223. # [02:20] * Quits: WG9s (bill@moz-D750CC69.maine.res.rr.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 12.0/20120424094117])
  224. # [02:20] * Joins: int3 (int3@CFED3B49.E24952E3.F9E11EC.IP)
  225. # [02:21] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  226. # [02:21] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  227. # [02:21] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  228. # [02:21] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  229. # [02:21] * Quits: priya (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  230. # [02:22] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Quit: Leaving.)
  231. # [02:22] * Quits: sworkman (sworkman@moz-306FE5AC.public.wayport.net) (Quit: sworkman)
  232. # [02:22] * Quits: biesi (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP) (Ping timeout)
  233. # [02:22] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  234. # [02:22] * Quits: myk (Instantbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  235. # [02:23] * gregglind is now known as gregglind_away
  236. # [02:23] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  237. # [02:24] * Joins: myk (Instantbir@moz-BBE3ABD.mv.mozilla.com)
  238. # [02:26] * Quits: jesup (chatzilla@moz-A899486F.hsd1.ca.comcast.net) (Ping timeout)
  239. # [02:26] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  240. # [02:27] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  241. # [02:28] * Quits: michal (michal@18728636.D0F82CD8.32697916.IP) (Input/output error)
  242. # [02:28] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  243. # [02:28] * Joins: surkov (surkov@1A9A4379.E0C13F7A.33A1AC3C.IP)
  244. # [02:31] * Quits: WG9s (bill@moz-D750CC69.maine.res.rr.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 12.0/20120424094117])
  245. # [02:31] * Joins: jamesr (jamesr@8FC061C0.D6CCE4AE.77834EAA.IP)
  246. # [02:31] * Quits: tonymec|away (tonymec@E6EF9FBF.A45A0DE.277517C1.IP) (Quit: Konversation terminated!)
  247. # [02:33] * Quits: jamesr (jamesr@8FC061C0.D6CCE4AE.77834EAA.IP) (Ping timeout)
  248. # [02:34] * Joins: jesup (chatzilla@moz-A899486F.hsd1.ca.comcast.net)
  249. # [02:34] * Joins: jamesr (jamesr@8FC061C0.D6CCE4AE.77834EAA.IP)
  250. # [02:34] * Quits: surkov (surkov@1A9A4379.E0C13F7A.33A1AC3C.IP) (Quit: surkov)
  251. # [02:36] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Input/output error)
  252. # [02:37] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Connection reset by peer)
  253. # [02:37] * Joins: mike5w3c (MikeS@moz-44BDBC59.xgsspn.imtp.tachikawa.spmode.ne.jp)
  254. # [02:38] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  255. # [02:38] * Quits: jamesr (jamesr@8FC061C0.D6CCE4AE.77834EAA.IP) (Quit: jamesr)
  256. # [02:38] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  257. # [02:38] * Joins: ekr_ (ekr@moz-D7997EC8.rtfm.com)
  258. # [02:38] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Leaving...)
  259. # [02:38] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  260. # [02:39] * Joins: tonymec__ (tonymec@179EB2F9.9CEE3480.277517C1.IP)
  261. # [02:39] * tonymec__ is now known as tonymec|away
  262. # [02:40] * Quits: jbalogh (jbalogh@moz-5D2708AA.hsd1.ca.comcast.net) (Quit: Leaving...)
  263. # [02:42] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  264. # [02:42] * Quits: WG9s (bill@moz-D750CC69.maine.res.rr.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 12.0/20120424094117])
  265. # [02:47] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  266. # [02:48] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  267. # [02:49] * Quits: WG9s (bill@moz-D750CC69.maine.res.rr.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 12.0/20120424094117])
  268. # [02:50] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  269. # [02:51] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  270. # [02:52] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  271. # [02:52] * Joins: dbradley (dbradley@moz-80450F75.fuse.net)
  272. # [02:53] * Quits: int3 (int3@CFED3B49.E24952E3.F9E11EC.IP) (Client exited)
  273. # [02:53] * mjschranz is now known as mjschranz_away
  274. # [02:54] * Quits: AaronMT (AaronMT@moz-E26428A8.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  275. # [02:55] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  276. # [02:55] * Joins: bdahl_ (bdahl@moz-BBE3ABD.mv.mozilla.com)
  277. # [02:56] * Joins: priya (Adium@moz-5843392D.hsd1.ca.comcast.net)
  278. # [02:58] * Joins: wlach (wlach@moz-3A1F70B1.vif.net)
  279. # [02:58] * Quits: hub_ (hub@A5087023.2354C43D.D8E68FF6.IP) (Input/output error)
  280. # [02:59] * Quits: bdahl_ (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  281. # [02:59] * Quits: hub (hub@A5087023.2354C43D.D8E68FF6.IP) (Ping timeout)
  282. # [03:00] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  283. # [03:00] <padenot> /b 13
  284. # [03:02] * ewong|away is now known as ewong
  285. # [03:02] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  286. # [03:03] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  287. # [03:03] * Quits: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Boriss_)
  288. # [03:04] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  289. # [03:04] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  290. # [03:04] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  291. # [03:04] * ekr_ is now known as ekr
  292. # [03:06] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Quit: mccr8)
  293. # [03:06] * Quits: cers (textual@moz-36EADDC1.k371.webspeed.dk) (Ping timeout)
  294. # [03:07] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  295. # [03:09] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Connection reset by peer)
  296. # [03:09] * Quits: victorporof (victorporo@26C96D3F.9F23B8E6.79933D60.IP) (Connection reset by peer)
  297. # [03:09] * Joins: cers (textual@moz-36EADDC1.k371.webspeed.dk)
  298. # [03:10] * Joins: mccr8 (mccr8@moz-5E1FEE37.dslextreme.com)
  299. # [03:10] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  300. # [03:10] * Joins: int3 (int3@42FB689D.43E20EDC.F9E11EC.IP)
  301. # [03:10] * Quits: TheCrap (TheCrap@moz-AB4B420D.dip0.t-ipconnect.de) (Ping timeout)
  302. # [03:11] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  303. # [03:11] * Joins: TheCrap (TheCrap@moz-523A29E7.dip0.t-ipconnect.de)
  304. # [03:11] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  305. # [03:12] * Quits: mccr8 (mccr8@moz-5E1FEE37.dslextreme.com) (Quit: mccr8)
  306. # [03:12] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: gone)
  307. # [03:16] * Quits: chewey (chewey@moz-76B720F.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  308. # [03:16] * Joins: chewey (chewey@moz-44BB38A3.dip0.t-ipconnect.de)
  309. # [03:17] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Ping timeout)
  310. # [03:18] * Quits: sgautherie (chatzilla@moz-D7B69DC4.fbxo.proxad.net) (Quit: ChatZilla 0.9.78.1 [SeaMonkey 1.5a/2007051508])
  311. # [03:20] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  312. # [03:20] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  313. # [03:23] * Joins: dbradley (dbradley@moz-80450F75.fuse.net)
  314. # [03:24] * Quits: wlach (wlach@moz-3A1F70B1.vif.net) (Ping timeout)
  315. # [03:24] * Quits: jesup (chatzilla@moz-A899486F.hsd1.ca.comcast.net) (Ping timeout)
  316. # [03:25] * Joins: erikvold (erikvold@F8130478.1699A1DD.67CA24A9.IP)
  317. # [03:25] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  318. # [03:26] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  319. # [03:31] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  320. # [03:33] * Quits: int3 (int3@42FB689D.43E20EDC.F9E11EC.IP) (Client exited)
  321. # [03:33] * Quits: TheCrap (TheCrap@moz-523A29E7.dip0.t-ipconnect.de) (Ping timeout)
  322. # [03:34] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  323. # [03:34] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  324. # [03:35] * Quits: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP) (Quit: ejpbruel)
  325. # [03:36] * Joins: tonymec (tonymec@179EB2F9.9CEE3480.277517C1.IP)
  326. # [03:36] * Quits: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  327. # [03:37] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  328. # [03:37] * Quits: zwol (zack@moz-A5165AC6.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  329. # [03:37] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  330. # [03:38] * philor|away is now known as philor
  331. # [03:39] * Quits: priya (Adium@moz-5843392D.hsd1.ca.comcast.net) (Quit: Leaving.)
  332. # [03:39] * Quits: gozala (gozala@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Leaving.)
  333. # [03:41] * Quits: dzbarsky (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  334. # [03:41] * Fallen|away is now known as Fallen
  335. # [03:45] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  336. # [03:46] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  337. # [03:47] * Joins: wlach (wlach@moz-3A1F70B1.vif.net)
  338. # [03:49] * philor is now known as philor|away
  339. # [03:49] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  340. # [03:51] * joduinn is now known as joduinn-afk
  341. # [03:51] * Quits: myk (Instantbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  342. # [03:52] * Joins: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net)
  343. # [03:52] * Quits: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net) (Client exited)
  344. # [03:53] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  345. # [03:53] * Joins: mconley (mconley@moz-5E2C9899.eng.wind.ca)
  346. # [03:55] * Quits: wlach (wlach@moz-3A1F70B1.vif.net) (Ping timeout)
  347. # [03:56] * Quits: sewardj (sewardj@moz-A00A42B8.dip.t-dialin.net) (Ping timeout)
  348. # [03:56] * Joins: int3 (int3@F511297F.DC0F4EDA.115CE8E4.IP)
  349. # [03:56] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  350. # [03:56] * Joins: sewardj (sewardj@moz-9BB024FA.dip.t-dialin.net)
  351. # [03:56] * philor|away is now known as philor
  352. # [03:57] * Joins: int3_ (int3@1E3F14AE.29819A33.115CE8E4.IP)
  353. # [03:58] * Quits: int3 (int3@F511297F.DC0F4EDA.115CE8E4.IP) (Ping timeout)
  354. # [03:58] * Joins: joesteele (joesteele@2BF71610.712491F4.C5749D5C.IP)
  355. # [04:02] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  356. # [04:04] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Quit: Leaving.)
  357. # [04:06] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  358. # [04:06] * Joins: brendan (brendaneic@moz-CB571110.public.wayport.net)
  359. # [04:08] * Quits: cjones (cjones@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  360. # [04:09] * Quits: erikvold (erikvold@F8130478.1699A1DD.67CA24A9.IP) (Quit: erikvold)
  361. # [04:09] * philor is now known as philor|away
  362. # [04:12] * Joins: erikvold (erikvold@F8130478.1699A1DD.67CA24A9.IP)
  363. # [04:14] * Quits: int3_ (int3@1E3F14AE.29819A33.115CE8E4.IP) (Client exited)
  364. # [04:14] * Quits: paul (paul2@moz-2B44125C.members.linode.com) (Ping timeout)
  365. # [04:16] <qDot> Seems that bugzilla has decided it's beer o'clock too
  366. # [04:16] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  367. # [04:17] * Quits: brendan (brendaneic@moz-CB571110.public.wayport.net) (Quit: brendan)
  368. # [04:18] <darktrojan> wfm
  369. # [04:18] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  370. # [04:18] <KWierso> ^
  371. # [04:18] * philor|away is now known as philor
  372. # [04:18] * Quits: mconley (mconley@moz-5E2C9899.eng.wind.ca) (Input/output error)
  373. # [04:19] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  374. # [04:20] * Quits: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP) (Ping timeout)
  375. # [04:20] <darktrojan> ooh, my 4x5 newtab grid looks nice on a 21" screen
  376. # [04:21] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  377. # [04:21] * Joins: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP)
  378. # [04:22] * KWierso likes his 3x3 since he never goes much wider than half of his screen's width
  379. # [04:22] * Joins: jeffgman (Daily@moz-AC43E5A0.static.rvsd.ca.charter.com)
  380. # [04:22] * Joins: Havvy (Mibbit@moz-95A7B4EE.ptld.qwest.net)
  381. # [04:24] <darktrojan> 9 sites was never enough for me
  382. # [04:24] * KWierso clearly doesn't internet enough
  383. # [04:24] <darktrojan> heh
  384. # [04:25] * darktrojan counts the mozilla ones
  385. # [04:25] * Fallen is now known as Fallen|away
  386. # [04:25] <darktrojan> 8/20
  387. # [04:25] * darktrojan doesn't either
  388. # [04:26] <darktrojan> why are we making a browser again?
  389. # [04:26] <@bz> the newtab grid is not that useful, sadly
  390. # [04:26] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  391. # [04:26] <@bz> right now it shows me....
  392. # [04:26] <@bz> ~/test.html
  393. # [04:27] <@bz> the bugzilla query page
  394. # [04:27] <@bz> the bugzille "enter bug, Core product" page
  395. # [04:27] <@bz> the html5 spec
  396. # [04:27] <@bz> tbpl for inbound
  397. # [04:27] <@bz> ~/baz.html
  398. # [04:27] <@bz> tbpl for inbound
  399. # [04:27] <@bz> webidl spec
  400. # [04:27] <gavin> I think you're probably not part of the primary target audience
  401. # [04:27] <@bz> yeah
  402. # [04:27] <darktrojan> that might say more about your habits than the page
  403. # [04:27] <@bz> well
  404. # [04:28] <@bz> so here's the thing
  405. # [04:28] <@bz> I have bookmark keywords for everything on this page except the ~/somethings
  406. # [04:28] <heycam> webidl spec on someone's newtab page? my dreams come true.
  407. # [04:28] <@bz> heycam: mmm
  408. # [04:28] <darktrojan> hah heycam
  409. # [04:28] <@bz> heycam: something about having to implement it. ;)
  410. # [04:28] <heycam> bz, I suspect that might have something to do with it :)
  411. # [04:28] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  412. # [04:29] <@bz> gavin: I still think it would be nice if we didn't show the about:newtab stuff in tabs opened with keyboard, btw
  413. # [04:29] <KWierso> b--
  414. # [04:29] <KWierso> er, bz--
  415. # [04:29] <darktrojan> I'm thinking about writing an addon to customise about:newtab
  416. # [04:30] <darktrojan> I mean, uh, finishing my existing addon
  417. # [04:30] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  418. # [04:30] <darktrojan> .... that might say something about me too
  419. # [04:30] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  420. # [04:30] * Quits: jeffgman (Daily@moz-AC43E5A0.static.rvsd.ca.charter.com) (Quit: jeffgman)
  421. # [04:31] <@bz> KWierso: hmm?
  422. # [04:31] <KWierso> bz: I Ctrl-T with left hand, pick an item from the grid with mouse in right hand
  423. # [04:31] <@bz> KWierso: ah
  424. # [04:31] <@bz> KWierso: well, I had to disable about:newtab altogether because it broke some of my bookmark keywords...
  425. # [04:31] <KWierso> less struggling with getting the mouse to hit that little +
  426. # [04:31] * @bz should really just fix those to not need the javascript: hack
  427. # [04:32] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  428. # [04:32] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: nbvcx)
  429. # [04:39] * Joins: wlach (wlach@moz-3A1F70B1.vif.net)
  430. # [04:40] * Joins: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk)
  431. # [04:43] <Havvy> I only open new tabs with Cntl+t, and would like about:newtab to show.
  432. # [04:47] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  433. # [04:48] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  434. # [04:53] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  435. # [04:55] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  436. # [04:58] * Joins: bbondy (bbondy@moz-A05ECC22.home.cgocable.net)
  437. # [05:01] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  438. # [05:04] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  439. # [05:08] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  440. # [05:09] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  441. # [05:11] * Quits: automata (automata@8D23278A.C27CA109.16867D26.IP) (Quit: Saindo)
  442. # [05:12] * Quits: KWierso|outoftown (chatzilla@moz-66981D8E.desm.qwest.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  443. # [05:13] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  444. # [05:13] * Joins: jduell (jduell@moz-A71D42D4.nc.res.rr.com)
  445. # [05:13] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Ping timeout)
  446. # [05:14] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  447. # [05:14] * Joins: Callek (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  448. # [05:20] * Quits: Daeken (daeken@moz-7959EDF0.com) (Ping timeout)
  449. # [05:23] * Quits: ircloggr (nodebot@moz-51E72D23.compute-1.amazonaws.com) (Client exited)
  450. # [05:24] * Joins: Daeken (daeken@moz-7959EDF0.com)
  451. # [05:24] * Joins: ircloggr (nodebot@moz-F929FBAB.compute-1.amazonaws.com)
  452. # [05:24] * Quits: artur (artur@moz-6DFBD742.hsd1.vt.comcast.net) (Input/output error)
  453. # [05:26] * Quits: Daeken (daeken@moz-7959EDF0.com) (Ping timeout)
  454. # [05:28] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  455. # [05:29] * Joins: Daeken (daeken@moz-7959EDF0.com)
  456. # [05:31] * Quits: erikvold (erikvold@F8130478.1699A1DD.67CA24A9.IP) (Quit: erikvold)
  457. # [05:44] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  458. # [05:46] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
  459. # [05:51] * Fallen|away is now known as Fallen
  460. # [05:52] * Joins: fabrice1 (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  461. # [05:58] * KWierso wonders why task manager says Nightly's using 2.5GB RAM while about:memory says I'm using 340MB
  462. # [05:59] <@bz> measuring different things?
  463. # [05:59] * Quits: mike5w3c (MikeS@moz-44BDBC59.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout)
  464. # [05:59] <@bz> e.g. address space vs actual memory use?
  465. # [05:59] <KWierso> oh. down at the bottom of about:memory, private/resident/vsize are all > 2.5GB
  466. # [06:00] <KWierso> but still, that seems kinda drastic
  467. # [06:00] <KWierso> for a difference
  468. # [06:01] * Quits: bbondy (bbondy@moz-A05ECC22.home.cgocable.net) (Ping timeout)
  469. # [06:02] <@bz> why?
  470. # [06:02] * Joins: djmerrit (quassel@A7E4C2EA.E12F84AD.B3E31604.IP)
  471. # [06:02] <@bz> it's actually pretty normal...
  472. # [06:02] * Quits: KittyRa (quassel@A7E4C2EA.E12F84AD.B3E31604.IP) (Connection reset by peer)
  473. # [06:02] <@bz> for example....
  474. # [06:02] * @bz pulls up numbers
  475. # [06:03] <@bz> 1,073.89 MB (100.0%) -- explicit
  476. # [06:03] <@bz> 6,431.23 MB b
  477. # [06:03] <@bz> er...
  478. # [06:03] <@bz> 6,431.23 MB -- vsize
  479. # [06:03] <@bz> 1,466.18 MB -- resident
  480. # [06:03] <@bz> (no "private" here, and the meaning of "resident" may be different on Mac and Windows)
  481. # [06:04] <KWierso> odd, task manager's count and about:memory's explicit have always been fairly close in the past
  482. # [06:04] <@bz> so
  483. # [06:04] <@bz> explicit is, I believe, a count of how much we allocated
  484. # [06:04] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  485. # [06:04] <@bz> via malloc() and the like
  486. # [06:05] <@bz> whether it matches task manager depends on which numbers you look at in task manager, what we did other than malloc, and what other things are running
  487. # [06:05] <@bz> as I understand
  488. # [06:07] <@bz> hrm
  489. # [06:07] <@bz> so much plusone crap
  490. # [06:07] * khuey is now known as khuey|away
  491. # [06:07] * @bz wonders how to nuke it all
  492. # [06:07] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Input/output error)
  493. # [06:07] <KWierso> antisocial?
  494. # [06:08] * @bz reenables wallflower
  495. # [06:08] <@bz> see if that will help.....
  496. # [06:08] <KWierso> or yeah, that
  497. # [06:08] <@bz> it was leaking for a bit
  498. # [06:08] <@bz> iirc
  499. # [06:08] <@bz> so I disabled it
  500. # [06:08] <jaws> is there a way to disable the "native" part of native anonymous content for a local build?
  501. # [06:08] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  502. # [06:08] <@bz> uhhhh
  503. # [06:08] <@bz> disable in what sense?
  504. # [06:08] <jaws> i'm looking in to making debugging xul easier for video controls
  505. # [06:09] <darktrojan> don't run it on IE
  506. # [06:09] <@bz> ah
  507. # [06:09] <@bz> "no"
  508. # [06:09] * KWierso was watching videos on youtube, probably in html5
  509. # [06:09] <jaws> does it require a rewrite of how the binding is attached? or is it something that's pretty simple to flip?
  510. # [06:09] <@bz> well, I mean short of reimplementing how <video> controls work
  511. # [06:10] <@bz> it requires a rewrite of how controls are attached to <video>
  512. # [06:10] <KWierso> bz: do you think that would affect the various memory counts?
  513. # [06:10] <@bz> KWierso: no idea
  514. # [06:10] <jaws> oh ok
  515. # [06:10] * Joins: jbalogh (jbalogh@moz-5D2708AA.hsd1.ca.comcast.net)
  516. # [06:11] * Joins: mconley (mconley@moz-5E2C9899.eng.wind.ca)
  517. # [06:18] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Input/output error)
  518. # [06:18] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  519. # [06:21] * Quits: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  520. # [06:23] * Fallen is now known as Fallen|away
  521. # [06:26] <Waldo> bz: I think I'm going to make a stab at removing JSCLASS_NEW_RESOLVE_GETS_START (and of course the one user of it); I'm running into it as an issue in property refactoring/splitting work
  522. # [06:28] <@bz> Waldo: lemme look at that user
  523. # [06:28] <@bz> waldo: xbl, right?
  524. # [06:28] <Waldo> killsbabies
  525. # [06:28] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  526. # [06:28] <@bz> waldo: ok, so how else would you implement that? ;)
  527. # [06:29] <@bz> waldo: (I mean, the setup is pretty nasty, but....)
  528. # [06:29] <@bz> waldo: though...
  529. # [06:29] <Waldo> bz: have it resolve a getter/setter on the prototype object, then have getting/setting that act upon the original object
  530. # [06:29] <Waldo> with a new shadowing property
  531. # [06:29] <@bz> waldo: let me think about that
  532. # [06:29] <Waldo> bz: unless you have better ideas for what this junk should do
  533. # [06:29] <@bz> waldo: thinking
  534. # [06:30] <Waldo> the other option would be to make XBL element instances or whatever into full-fledged proxies
  535. # [06:30] <Waldo> which is probably much harder
  536. # [06:30] <@bz> well
  537. # [06:30] <@bz> hold on
  538. # [06:30] <Waldo> might be right in the long run, not sure it's simple enough in the short run
  539. # [06:30] * @bz is thinking
  540. # [06:31] <@bz> hey, JSHandleObject
  541. # [06:31] <@bz> someone's been here recently
  542. # [06:31] <Waldo> yup, bhackett rewrote all the JSAPI pretty recently :-
  543. # [06:31] <Waldo> s/$/)/
  544. # [06:32] <Waldo> well, did some mega s//g on it
  545. # [06:32] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  546. # [06:32] * @bz wonders whether that includes the various codegenerators...
  547. # [06:32] <Waldo> definitely
  548. # [06:32] <Waldo> most JSAPI stuff takes handles now of various sorts
  549. # [06:32] <KWierso> bz: and then Nightly crashed, with a corrupt dump :)
  550. # [06:32] <@bz> nice
  551. # [06:34] <@bz> ok
  552. # [06:34] <KWierso> do we show anything useful for OOM? last I checked, task manager was reporting something like 3.5GB RAM usage, and this is a 32-bit build on a 64-bit Windows
  553. # [06:34] <@bz> so your proposal would work, I guess
  554. # [06:34] <Waldo> almost nice; I want to make them JS::HandleObject and other such names, not JSHandleObject, to continue a transition to a real C++ API, following in the footsteps of JS::Value
  555. # [06:34] <Waldo> but that's just bikeshedding really :-)
  556. # [06:34] <@bz> resolve the prop on the proto, have the get or set define a shadowin prop on the object
  557. # [06:35] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  558. # [06:35] <Waldo> in the specs, the fundamental operation is [[GetOwnProperty]], which takes a this object and a property name and returns either a property or lack thereof
  559. # [06:35] * Joins: bsmith (bsmith@A13161C7.979D6A3B.E017DF26.IP)
  560. # [06:36] <Waldo> such an op can look deeper along the prototype chain pretty easily
  561. # [06:36] * Fallen|away is now known as Fallen
  562. # [06:36] <@bz> right
  563. # [06:36] <Waldo> it can't look "back" along it toward the object where the lookup process started
  564. # [06:36] <@bz> but we have no such beastie at the moment
  565. # [06:36] <@bz> except for proxies
  566. # [06:36] * @bz wonders what nsAutoMicroTask is
  567. # [06:37] <@bz> what I really wish jsapi had, in some ways
  568. # [06:37] <Waldo> modulo JSCLASS_NEW_RESOLVE_GETS_START, you can build a beastie that's moderately well suited to the task with the existing resolve hook infrastructure
  569. # [06:37] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Ping timeout)
  570. # [06:37] <Waldo> it's not perfect
  571. # [06:37] <@bz> for various hooks and stuff
  572. # [06:37] <Waldo> but it'll get the job done in the short run, and we can refactor to be isomorphic to the spec ops in the mid- to long-run
  573. # [06:37] <@bz> is a way to say "hey, do what you'd normally do"
  574. # [06:37] <@bz> instead of having to reimplement it
  575. # [06:38] <Waldo> http://wiki.ecmascript.org/doku.php?id=harmony:proto_climbing_refactoring proposes having a global Reflect object that would expose those fundamental operations
  576. # [06:39] <Waldo> I expect we'd have those ops available as JSAPI methods too
  577. # [06:39] <@bz> ok
  578. # [06:39] <@bz> progress
  579. # [06:40] <Waldo> I'm folding the proto-climbing stuff into the property/element split because it makes implementing the algorithms easier (I can just follow spec methods more or less)
  580. # [06:40] <@bz> so you'll have to be pretty careful with your getter and setter stuff
  581. # [06:40] <Waldo> yeah
  582. # [06:40] <Waldo> also because the property/element split is going to touch many to most property-access spots anyway
  583. # [06:40] <@bz> I mean for xb
  584. # [06:40] <@bz> er xbl
  585. # [06:40] <Waldo> so it seems ideal to do both things to avoid too much churn
  586. # [06:41] <Waldo> bz: oh, certainly
  587. # [06:41] <Waldo> but careful is my middle name!
  588. # [06:41] <Waldo> just be glad cdleary's not doing this
  589. # [06:42] <Waldo> never trust someone whose middle name is Danger ;-)
  590. # [06:42] * Quits: djmerrit (quassel@A7E4C2EA.E12F84AD.B3E31604.IP) (Ping timeout)
  591. # [06:42] <Waldo> (I am being serious about that being his middle name; not so much about the rest of it tho)
  592. # [06:42] <@bz> mmm
  593. # [06:43] <Havvy> What about Murphey?
  594. # [06:52] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  595. # [06:52] <darktrojan> damnit
  596. # [06:53] <darktrojan> I tried to use CCACHE_BASEDIR to save building twice (once for m-c, once for c-c) but it hasn't worked
  597. # [06:54] <darktrojan> I bet there's some subtle difference in the command
  598. # [06:56] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  599. # [06:58] <Fallen> why is there no wake_notification on linux?
  600. # [06:58] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 12.0/20120424092743])
  601. # [06:59] * bz is now known as bz_sleep
  602. # [07:00] * Quits: jbalogh (jbalogh@moz-5D2708AA.hsd1.ca.comcast.net) (Quit: Leaving...)
  603. # [07:01] * Joins: jbalogh (jbalogh@moz-5D2708AA.hsd1.ca.comcast.net)
  604. # [07:03] * Quits: bsmith (bsmith@A13161C7.979D6A3B.E017DF26.IP) (Ping timeout)
  605. # [07:03] * Joins: bsmith (bsmith@A13161C7.979D6A3B.E017DF26.IP)
  606. # [07:03] * Fallen is now known as Fallen|away
  607. # [07:06] * Quits: jbalogh (jbalogh@moz-5D2708AA.hsd1.ca.comcast.net) (Quit: Leaving...)
  608. # [07:08] * dev_afk is now known as devd
  609. # [07:09] * Fallen|away is now known as Fallen
  610. # [07:10] <gaston> 19:15 < gaston > woooo if nothing goes wrong m-c should build without patches on OpenBSD \o/
  611. # [07:11] <gaston> 19:16 < gaston > unless someone rebroke it in the meantime :)
  612. # [07:11] <gaston> and indeed something broke it :)
  613. # [07:12] <gaston> /var/buildslave-mozilla/mozilla-central-amd64/build/hal/sandbox/SandboxHal.cpp:46: error: no matching function for call to 'mozilla::hal_sandbox::PHalChild::SendVibrate(AutoInfallibleTArray<unsigned int, 8u>&, const InfallibleTArray<long long unsigned int>&, mozilla::dom::TabChild*)'
  614. # [07:12] <gaston> ../ipc/ipdl/_ipdlheaders/mozilla/hal_sandbox/PHalChild.h:113: note: candidates are: bool mozilla::hal_sandbox::PHalChild::SendVibrate(const InfallibleTArray<unsigned int>&, const InfallibleTArray<long unsigned int>&, mozilla::dom::PBrowserChild*)
  615. # [07:12] <gaston> ugh.
  616. # [07:12] * Joins: teoli (teoli@D9F10458.1ED91A01.5B427D60.IP)
  617. # [07:14] <gaston> wasn't hal only built on gonk/b2g ?
  618. # [07:15] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  619. # [07:15] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  620. # [07:16] * Quits: RemusPop (remuspop@601F3B17.33662590.A5830293.IP) (Ping timeout)
  621. # [07:19] * Fallen is now known as Fallen|away
  622. # [07:21] <@bz_sleep> "optional sequence<long?>?"
  623. # [07:21] * @bz_sleep tries to produce crazy webidl types
  624. # [07:26] * Quits: espadrine (espadrine@moz-BBE3ABD.mv.mozilla.com) (Quit: espadrine)
  625. # [07:26] * devd is now known as dev_afk
  626. # [07:27] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  627. # [07:28] * Quits: mreavy (chatzilla@moz-A899486F.hsd1.ca.comcast.net) (Ping timeout)
  628. # [07:28] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  629. # [07:30] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  630. # [07:31] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  631. # [07:31] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  632. # [07:32] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  633. # [07:32] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  634. # [07:41] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  635. # [07:43] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  636. # [07:46] * Joins: dzbarsky (Adium@moz-BBE3ABD.mv.mozilla.com)
  637. # [07:46] * Joins: gozala1 (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  638. # [07:46] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Ping timeout)
  639. # [07:46] * Quits: dzbarsky (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  640. # [07:47] * Joins: dzbarsky (Adium@moz-BBE3ABD.mv.mozilla.com)
  641. # [07:48] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  642. # [07:48] * Quits: fabrice1 (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  643. # [07:48] * Joins: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com)
  644. # [07:48] * Quits: dzbarsky (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  645. # [07:49] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Ping timeout)
  646. # [07:49] * Quits: @dveditz (dveditz@moz-5051E786.dhcp.cruzio.com) (Quit: dveditz)
  647. # [07:52] * Fallen|away is now known as Fallen
  648. # [07:54] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Quit: Leaving.)
  649. # [08:02] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  650. # [08:03] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  651. # [08:03] * Joins: victorporof (victorporo@34984574.14EB2DE0.79933D60.IP)
  652. # [08:03] * Quits: mconley (mconley@moz-5E2C9899.eng.wind.ca) (Input/output error)
  653. # [08:03] * Quits: bsmith (bsmith@A13161C7.979D6A3B.E017DF26.IP) (Ping timeout)
  654. # [08:03] * Joins: bsmith (bsmith@A13161C7.979D6A3B.E017DF26.IP)
  655. # [08:04] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  656. # [08:05] * Quits: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk) (Ping timeout)
  657. # [08:05] <Fallen> Is there a rule w.r.t including header files from the linux kernel? I'd like to do some work on wake_notification for linux, and it seems i need to call register_pm_notifier from <linux/suspend.h>.
  658. # [08:07] * Joins: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk)
  659. # [08:08] * Quits: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  660. # [08:08] <bsmith> how do you disable a xpcshell test on ALL platforms without removing it?
  661. # [08:10] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  662. # [08:11] <philor> bsmith: http://mxr.mozilla.org/mozilla-central/source/docshell/test/unit_ipc/xpcshell.ini#7
  663. # [08:12] <bsmith> philor: thank you
  664. # [08:12] <bsmith> maybe after another 20 years of programming I will learn the value of if(true)
  665. # [08:12] * Joins: espadrine (espadrine@moz-85EBB8A.dia.static.qwest.net)
  666. # [08:13] <Havvy> bsmith: Probably the same as do { ... } while (0)
  667. # [08:16] <@dolske> I prefer |if(true||false)|, just to cover all the bases
  668. # [08:19] <KWierso> if(true||false||(true&&false))
  669. # [08:21] <philor> probably the ini-parser's fault
  670. # [08:22] * Quits: jduell (jduell@moz-A71D42D4.nc.res.rr.com) (Ping timeout)
  671. # [08:23] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  672. # [08:23] * Quits: mkelly (mkelly@moz-99CF8925.members.linode.com) (Ping timeout)
  673. # [08:23] * Joins: mkelly (mkelly@moz-99CF8925.members.linode.com)
  674. # [08:24] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  675. # [08:24] <philor> wonder what the odds actually are of 9 runs of an Android robo* suite intermittently failing on a push
  676. # [08:25] <philor> s/9/10/
  677. # [08:26] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Quit: Leaving)
  678. # [08:26] <KWierso> probably 90%
  679. # [08:27] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  680. # [08:29] <philor> nah, that was robocheck3
  681. # [08:30] <philor> the first, and one hopes the last, suite which failed 24 times on a single push without having been broken by that push
  682. # [08:31] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  683. # [08:34] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  684. # [08:36] * Fallen is now known as Fallen|away
  685. # [08:37] <KWierso> philor: question about bug 758419. (or at least, something to keep in mind or discard as irrelevant): would the new smarter build fetching script know to just give up on those various win64 builds that don't actually exist but we try to run against anyway?
  686. # [08:37] * Joins: Ms2ger (Ms2ger@16192524.D97FCA28.37724B0D.IP)
  687. # [08:39] <philor> KWierso: fixing the other one I filed, about not trying to run on platforms where there are no builds, would be considerably more useful - I don't think buildbot has a job status for "pretend this never happened at all"
  688. # [08:39] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  689. # [08:41] <KWierso> philor: got a bug number for that one?
  690. # [08:42] <philor> bug 737661
  691. # [08:43] <@dolske> robocheck? I totally would have named that robotech.
  692. # [08:44] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  693. # [08:44] <philor> at least we do have a robocop
  694. # [08:44] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  695. # [08:45] <KWierso> philor: for having "[simple]" in the whiteboard, that sure's taking a while to just stop trying to do stuff on those machines...
  696. # [08:45] * ewong is now known as ewong|away
  697. # [08:50] <philor> I think [simple] means "this would be easy for me to do, so you should do it"
  698. # [08:51] <philor> personally? no idea how
  699. # [08:51] * Quits: teoli (teoli@D9F10458.1ED91A01.5B427D60.IP) (Quit: L'ordinateur  est en sommeil)
  700. # [08:51] * Joins: teoli (teoli@D9F10458.1ED91A01.5B427D60.IP)
  701. # [08:53] * KWierso would really hope it's not much more than some page with a bunch of checkboxes for the various builds/tests
  702. # [08:53] <philor> hahahahaha
  703. # [08:53] * Quits: teoli (teoli@D9F10458.1ED91A01.5B427D60.IP) (Ping timeout)
  704. # [08:54] * Quits: gozala1 (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  705. # [08:54] <KWierso> naive of me? probably
  706. # [08:56] * Joins: ehsan (ehsan@BEDFFF26.EE049E25.8B035CD7.IP)
  707. # [08:56] * ChanServ sets mode: +o ehsan
  708. # [08:56] <philor> http://mxr.mozilla.org/build/source/buildbotcustom/misc.py#3668
  709. # [08:57] * Joins: raphc (rc@moz-3A99E0D5.wb.wifirst.net)
  710. # [08:57] * Joins: grubshka (grubshka@moz-55AB1E04.w86-216.abo.wanadoo.fr)
  711. # [08:58] <KWierso> it all makes sense now
  712. # [08:58] <philor> so probably a [simple] hardcoding of branch+platform for which to punt
  713. # [08:58] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  714. # [08:59] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  715. # [08:59] <KWierso> +type, since we still want the mozilla-central-w764-opt, right?
  716. # [09:00] <KWierso> but not -debug
  717. # [09:00] <gaston> Ms2ger: :p
  718. # [09:01] <Ms2ger> gaston, I think I'm getting close to removing uint64 entirely, fwiw :)
  719. # [09:01] <gaston> yay
  720. # [09:01] <Ms2ger> Probably breaking you again in the process :)
  721. # [09:01] <gaston> insanity--
  722. # [09:01] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  723. # [09:02] <gaston> yeah but that's for the good cause :) cc me on the offending patches i'll try them if i'm around
  724. # [09:03] * heycam is now known as heycam|away
  725. # [09:03] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  726. # [09:05] * Fallen|away is now known as Fallen
  727. # [09:09] * Quits: grubshka (grubshka@moz-55AB1E04.w86-216.abo.wanadoo.fr) (Ping timeout)
  728. # [09:10] * Quits: scientes (scientes@moz-6F007CB5.dsl.snfc21.pacbell.net) (Ping timeout)
  729. # [09:11] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  730. # [09:11] * Quits: raphc (rc@moz-3A99E0D5.wb.wifirst.net) (Ping timeout)
  731. # [09:12] * Quits: Havvy (Mibbit@moz-95A7B4EE.ptld.qwest.net) (Quit: Sleep)
  732. # [09:13] <Ms2ger> hsivonen, yt?
  733. # [09:14] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  734. # [09:15] * philor is now known as philor|away
  735. # [09:19] * philor|away is now known as philor
  736. # [09:23] * Joins: michal (michal@18728636.D0F82CD8.32697916.IP)
  737. # [09:26] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  738. # [09:27] <KWierso> philor: I just uploaded a patch for buildbot. at 2am on a saturday. :|
  739. # [09:27] <philor> you disclaimed it perfectly, though :)
  740. # [09:29] <KWierso> wait, but if that bug is resolved, then I won't be confused by the superfailures like https://tbpl.mozilla.org/php/getParsedLog.php?id=12042013&tree=Jetpack&full=1 where it fails to even fail correctly...
  741. # [09:31] <philor> you'll still get those for m-c opt, permission denied is Win64's middle nameses
  742. # [09:32] * Joins: Prenzel (Prenzel@moz-E3F1F08F.lns20.bne1.internode.on.net)
  743. # [09:32] <Prenzel> join #planning
  744. # [09:33] <KWierso> did that several months ago
  745. # [09:33] <philor> http://mxr.mozilla.org/build/source/buildbotcustom/process/factory.py#8445 - add haltOnFailure = True, and that'll fail cleaner
  746. # [09:34] <philor> if rm fails, clone is going to, no point in trying
  747. # [09:36] * KWierso refuses to be tricked into looking at buildbot anymore at 2:30am on a saturday on memorial day weekend...
  748. # [09:38] <@dolske> KWierso: but... it's full of stars!
  749. # [09:41] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  750. # [09:42] * Joins: Gentlecat (Roman@C2B2F85D.18EC6E70.8FB52CB8.IP)
  751. # [09:46] * Joins: jfkthame (jfkthame@25F581E4.90783722.9542EC20.IP)
  752. # [09:46] <philor> yay, my backout's finally green
  753. # [09:47] * Joins: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP)
  754. # [09:47] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  755. # [09:47] * philor is now known as philor|away
  756. # [09:48] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  757. # [09:49] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  758. # [09:53] * Quits: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP) (Quit: Leaving.)
  759. # [09:57] * Quits: jfkthame (jfkthame@25F581E4.90783722.9542EC20.IP) (Quit: jfkthame)
  760. # [09:57] * Quits: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP) (Quit: Mardak)
  761. # [09:59] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  762. # [09:59] <gaston> how is the batterymanager used in dom ? it gives access to javascript to battery events ?
  763. # [09:59] * Joins: jesup (chatzilla@moz-A899486F.hsd1.ca.comcast.net)
  764. # [10:03] * Quits: bsmith (bsmith@A13161C7.979D6A3B.E017DF26.IP) (Ping timeout)
  765. # [10:03] * Joins: bsmith (bsmith@A13161C7.979D6A3B.E017DF26.IP)
  766. # [10:06] * Quits: wlach (wlach@moz-3A1F70B1.vif.net) (Ping timeout)
  767. # [10:06] * Joins: Stan (Stan@moz-88F30578.dip.t-dialin.net)
  768. # [10:06] * Quits: Stan_ (Stan@moz-6DBBE2CF.dip.t-dialin.net) (Ping timeout)
  769. # [10:17] * Joins: tchevalier (Instantbir@1CD2987.574B3ED5.BA2F4534.IP)
  770. # [10:23] * Quits: @ehsan (ehsan@BEDFFF26.EE049E25.8B035CD7.IP) (Ping timeout)
  771. # [10:23] * Joins: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP)
  772. # [10:26] * Quits: tchevalier (Instantbir@1CD2987.574B3ED5.BA2F4534.IP) (Ping timeout)
  773. # [10:33] * Quits: NimeshNeema (u2689@moz-160C58C6.com) (Quit: Connection closed for inactivity)
  774. # [10:34] * mattwoodrow is now known as mattwoodrow|away
  775. # [10:36] * Quits: bsmith (bsmith@A13161C7.979D6A3B.E017DF26.IP) (Quit: Leaving)
  776. # [10:40] * Quits: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP) (Quit: Mardak)
  777. # [10:42] * Quits: jesup (chatzilla@moz-A899486F.hsd1.ca.comcast.net) (Ping timeout)
  778. # [10:45] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  779. # [10:47] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  780. # [10:49] * Joins: msucan (mihai@391E43DA.2E4BBBBB.BD62875.IP)
  781. # [10:57] * Quits: nhirata (nhirata.bu@moz-585D5EFC.hsd1.ca.comcast.net) (Quit: nhirata)
  782. # [11:02] * Joins: TheCrap (TheCrap@moz-8A9BC0FA.dip0.t-ipconnect.de)
  783. # [11:09] * Joins: rajul (quassel@D4795872.C3F5F49C.F44414AF.IP)
  784. # [11:10] * Quits: GPHemsley (GPHemsley@moz-A2DF0FC4.hfc.comcastbusiness.net) (Ping timeout)
  785. # [11:11] * Joins: graememcc (chatzilla@moz-956BDAFB.range86-147.btcentralplus.com)
  786. # [11:13] * Joins: GPHemsley (GPHemsley@moz-A2DF0FC4.hfc.comcastbusiness.net)
  787. # [11:13] * Joins: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch)
  788. # [11:14] * Joins: jfkthame (jfkthame@25F581E4.90783722.9542EC20.IP)
  789. # [11:17] * Joins: harishneit (Adium@8FD3E33A.D63C8F60.700C6EB0.IP)
  790. # [11:32] * Joins: twi (Adium@11FA8512.1C824AA9.2E7CF575.IP)
  791. # [11:38] * Parts: harishneit (Adium@8FD3E33A.D63C8F60.700C6EB0.IP)
  792. # [11:41] * Quits: twi (Adium@11FA8512.1C824AA9.2E7CF575.IP) (Ping timeout)
  793. # [11:41] * Joins: twi (Adium@11FA8512.1C824AA9.2E7CF575.IP)
  794. # [11:42] * Joins: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP)
  795. # [11:42] * Joins: sawrubh (Mibbit@4F882FCC.4850A4DD.1957C0DA.IP)
  796. # [11:47] <NeilAway> ok, so what's a python virtualenv and why can't I populate it?
  797. # [12:00] * Joins: maikmerten (maikmerten@moz-A6C51173.dynamic.qsc.de)
  798. # [12:05] * Joins: ted_ (luser@moz-6EA147AF.scr.east.verizon.net)
  799. # [12:06] * Joins: int3 (int3@moz-FAB3747.cpe.distributel.net)
  800. # [12:06] * Quits: @ted (luser@moz-A811C017.sctnpa.east.verizon.net) (Ping timeout)
  801. # [12:08] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  802. # [12:09] * Joins: karl (karl@moz-FEDED0E3.jetstream.xtra.co.nz)
  803. # [12:11] * Quits: sawrubh (Mibbit@4F882FCC.4850A4DD.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  804. # [12:14] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Ping timeout)
  805. # [12:14] * Quits: thinker (thinker@moz-71AD2643.dynamic.kbronet.com.tw) (Ping timeout)
  806. # [12:15] * Quits: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  807. # [12:16] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/bcb614c5e7fa - ffxbld - Automated blocklist update from host linux-ix-slave26
  808. # [12:17] * Joins: zzzzz_ (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  809. # [12:18] * Quits: karl (karl@moz-FEDED0E3.jetstream.xtra.co.nz) (Ping timeout)
  810. # [12:20] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  811. # [12:21] * Joins: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com)
  812. # [12:22] * Joins: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com)
  813. # [12:23] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  814. # [12:24] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Ping timeout)
  815. # [12:25] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Ping timeout)
  816. # [12:25] * Quits: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  817. # [12:28] * Joins: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com)
  818. # [12:28] * Joins: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com)
  819. # [12:28] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  820. # [12:28] * Quits: jfkthame (jfkthame@25F581E4.90783722.9542EC20.IP) (Quit: jfkthame)
  821. # [12:37] * Joins: Goldorak (chatzilla@27637B53.1EC05627.187A1082.IP)
  822. # [12:40] * Quits: twi (Adium@11FA8512.1C824AA9.2E7CF575.IP) (Ping timeout)
  823. # [12:40] * Joins: twi (Adium@11FA8512.1C824AA9.2E7CF575.IP)
  824. # [12:52] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  825. # [12:52] * Quits: twi (Adium@11FA8512.1C824AA9.2E7CF575.IP) (Ping timeout)
  826. # [12:53] * Joins: cikey (cikey@moz-DB718146.versanet.de)
  827. # [12:56] * Quits: int3 (int3@moz-FAB3747.cpe.distributel.net) (Client exited)
  828. # [12:56] * Quits: cikey (cikey@moz-DB718146.versanet.de) (Quit: cikey)
  829. # [12:56] * Joins: int3 (int3@moz-FAB3747.cpe.distributel.net)
  830. # [12:57] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  831. # [12:57] * Joins: cikey (Mibbit@moz-DB718146.versanet.de)
  832. # [12:58] * Quits: victorporof (victorporo@34984574.14EB2DE0.79933D60.IP) (Quit: Leaving...)
  833. # [13:03] * Joins: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP)
  834. # [13:07] * Joins: Optimizer (Instantbir@D49EF138.704BF60F.2AB48280.IP)
  835. # [13:12] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  836. # [13:12] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  837. # [13:13] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  838. # [13:15] * Joins: mike5w3c (MikeS@moz-5E006263.xgsspn.imtp.tachikawa.spmode.ne.jp)
  839. # [13:15] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  840. # [13:18] * Joins: janv (varga@moz-7C7F5F0B.antik.sk)
  841. # [13:19] * Quits: mike5w3c (MikeS@moz-5E006263.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout)
  842. # [13:22] * Quits: janv (varga@moz-7C7F5F0B.antik.sk) (Quit: This computer has gone to sleep)
  843. # [13:22] * Joins: mike5w3c (MikeS@moz-EB9E7808.xgsspn.imtp.tachikawa.spmode.ne.jp)
  844. # [13:22] * Fallen is now known as Fallen|away
  845. # [13:23] * Quits: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com) (Ping timeout)
  846. # [13:23] * Quits: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  847. # [13:23] * Joins: surkov (surkov@1A9A4379.E0C13F7A.33A1AC3C.IP)
  848. # [13:24] * Joins: ewong|sleep (chatzilla@moz-5B0EF77B.static.netvigator.com)
  849. # [13:25] * Joins: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com)
  850. # [13:33] * Joins: TheLink (TheLink@moz-45ED2356.pools.arcor-ip.net)
  851. # [13:33] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  852. # [13:34] * Quits: mike5w3c (MikeS@moz-EB9E7808.xgsspn.imtp.tachikawa.spmode.ne.jp) (Quit: mike5w3c)
  853. # [13:34] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  854. # [13:34] * Quits: rajul (quassel@D4795872.C3F5F49C.F44414AF.IP) (Ping timeout)
  855. # [13:37] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Quit: Leaving.)
  856. # [13:37] * Joins: tchevalier (Instantbir@1CD2987.574B3ED5.BA2F4534.IP)
  857. # [13:37] * Joins: rajul (quassel@4B29F965.568C690F.F44414AF.IP)
  858. # [13:49] * Joins: janv (varga@moz-F37A474D.telecom.sk)
  859. # [13:50] * Joins: artur (artur@moz-6DFBD742.hsd1.vt.comcast.net)
  860. # [13:51] * Quits: cikey (Mibbit@moz-DB718146.versanet.de) (Quit: http://www.mibbit.com ajax IRC Client)
  861. # [13:52] * Quits: maikmerten (maikmerten@moz-A6C51173.dynamic.qsc.de) (Ping timeout)
  862. # [13:53] * Quits: janv (varga@moz-F37A474D.telecom.sk) (Quit: This computer has gone to sleep)
  863. # [13:54] * Joins: Yoric (Yoric@DE982544.17C1B89D.3A7352D6.IP)
  864. # [13:55] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  865. # [13:55] * Joins: paul (paul2@moz-2B44125C.members.linode.com)
  866. # [13:56] * Joins: thinker (thinker@moz-71AD2643.dynamic.kbronet.com.tw)
  867. # [14:00] * Quits: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP) (Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120420145725])
  868. # [14:00] * Joins: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP)
  869. # [14:04] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  870. # [14:06] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Quit: Make a new plan, Stan!)
  871. # [14:08] * mattwoodrow|away is now known as mattwoodrow
  872. # [14:08] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  873. # [14:10] * Joins: bb10 (bb10@moz-C7B05616.org)
  874. # [14:10] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  875. # [14:11] * Joins: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net)
  876. # [14:11] * Quits: tchevalier (Instantbir@1CD2987.574B3ED5.BA2F4534.IP) (Ping timeout)
  877. # [14:19] * Joins: smagnin (pike@moz-DEF53BC9.fbx.proxad.net)
  878. # [14:20] * Quits: surkov (surkov@1A9A4379.E0C13F7A.33A1AC3C.IP) (Quit: surkov)
  879. # [14:22] * Parts: Prenzel (Prenzel@moz-E3F1F08F.lns20.bne1.internode.on.net) (Leaving)
  880. # [14:24] * Joins: edmorley (edmorley@moz-3D130806.range86-166.btcentralplus.com)
  881. # [14:25] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  882. # [14:25] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  883. # [14:25] * Quits: Yoric (Yoric@DE982544.17C1B89D.3A7352D6.IP) (Connection reset by peer)
  884. # [14:26] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  885. # [14:26] * Quits: artur (artur@moz-6DFBD742.hsd1.vt.comcast.net) (Input/output error)
  886. # [14:27] * Joins: Yoric|backup (Yoric@moz-920DB13B.fbx.proxad.net)
  887. # [14:28] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  888. # [14:29] <RyanVM> anyone around with access to s-s bugs?
  889. # [14:30] * Quits: rajul (quassel@4B29F965.568C690F.F44414AF.IP) (Ping timeout)
  890. # [14:30] <Ms2ger> edmorley? :)
  891. # [14:31] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  892. # [14:32] <RyanVM> i'll just email billm
  893. # [14:32] <deLta30> Is there anyway that I can return a json string from a xpcom module defined in c++?
  894. # [14:33] <edmorley> RyanVM: yup
  895. # [14:34] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  896. # [14:34] * Quits: smagnin (pike@moz-DEF53BC9.fbx.proxad.net) (Ping timeout)
  897. # [14:35] * Fallen|away is now known as Fallen
  898. # [14:36] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  899. # [14:37] * Quits: Olipro (Olipro@moz-39346478.catv.pool.telekom.hu) (Ping timeout)
  900. # [14:37] * Joins: Olipro (Olipro@moz-39346478.catv.pool.telekom.hu)
  901. # [14:37] * mjschranz_away is now known as mjschranz
  902. # [14:39] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Ping timeout)
  903. # [14:39] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  904. # [14:39] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  905. # [14:41] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  906. # [14:42] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  907. # [14:42] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  908. # [14:42] * Quits: Optimizer (Instantbir@D49EF138.704BF60F.2AB48280.IP) (Ping timeout)
  909. # [14:43] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  910. # [14:45] * Quits: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.88.2 [Firefox 15.0a1/20120523184257])
  911. # [14:46] * Joins: Optimizer (Instantbir@DE216812.D59F6747.2AB48280.IP)
  912. # [14:47] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  913. # [14:48] * Quits: cers (textual@moz-36EADDC1.k371.webspeed.dk) (Connection reset by peer)
  914. # [14:48] * Joins: cers (textual@moz-36EADDC1.k371.webspeed.dk)
  915. # [14:48] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  916. # [14:49] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  917. # [14:49] * Joins: rajul (quassel@DD1D6143.E1427F22.27560D6E.IP)
  918. # [14:49] * Quits: rajul (quassel@DD1D6143.E1427F22.27560D6E.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  919. # [14:49] * Joins: rajul (quassel@DD1D6143.E1427F22.27560D6E.IP)
  920. # [14:52] * mattwoodrow is now known as mattwoodrow|away
  921. # [14:54] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Quit: Leaving.)
  922. # [14:54] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  923. # [14:58] * Joins: Mic|web (Mibbit@moz-58D3DCE1.bibliothek.uni-wuerzburg.de)
  924. # [14:58] * Joins: maikmerten (maikmerten@moz-A6C51173.dynamic.qsc.de)
  925. # [14:59] * Quits: cers (textual@moz-36EADDC1.k371.webspeed.dk) (Ping timeout)
  926. # [14:59] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  927. # [15:02] * Quits: TheLink (TheLink@moz-45ED2356.pools.arcor-ip.net) (Client exited)
  928. # [15:04] * Quits: rajul (quassel@DD1D6143.E1427F22.27560D6E.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  929. # [15:04] * Joins: rajul (quassel@DD1D6143.E1427F22.27560D6E.IP)
  930. # [15:07] <Mic|web> Hi, I wonder in which product/component I should file a bug I found in "browser/base/content/test/browser_sanitize-download-history.js"?
  931. # [15:07] * Joins: dbradley (dbradley@moz-80450F75.fuse.net)
  932. # [15:08] * Joins: cers (textual@moz-36EADDC1.k371.webspeed.dk)
  933. # [15:09] * Joins: victorporof (victorporo@187A82DF.162B26E2.79933D60.IP)
  934. # [15:11] <Unfocused> Mic|web: it was added by bug 431729, so Toolkit :: Download Manager
  935. # [15:11] <Mic|web> Thanks!
  936. # [15:11] * Joins: NimeshNeema (u2689@moz-160C58C6.com)
  937. # [15:15] * Quits: Yoric|backup (Yoric@moz-920DB13B.fbx.proxad.net) (Ping timeout)
  938. # [15:16] * Joins: Yoric (Yoric@5AD90347.775CC79B.3A7352D6.IP)
  939. # [15:21] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  940. # [15:25] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  941. # [15:25] * Parts: Mic|web (Mibbit@moz-58D3DCE1.bibliothek.uni-wuerzburg.de)
  942. # [15:25] * Joins: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net)
  943. # [15:26] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  944. # [15:31] * mjschranz is now known as mjschranz_away
  945. # [15:31] * Joins: janv (varga@moz-C31B0CE0.t-com.sk)
  946. # [15:32] * Joins: surkov (surkov@1A9A4379.E0C13F7A.33A1AC3C.IP)
  947. # [15:32] * Quits: Gentlecat (Roman@C2B2F85D.18EC6E70.8FB52CB8.IP) (Connection reset by peer)
  948. # [15:35] * Joins: ehsan (ehsan@BEDFFF26.EE049E25.8B035CD7.IP)
  949. # [15:35] * ChanServ sets mode: +o ehsan
  950. # [15:36] * Quits: kanha (quassel@6CCA9C8D.8293D34.9105FBCF.IP) (Ping timeout)
  951. # [15:37] * Quits: janv (varga@moz-C31B0CE0.t-com.sk) (Ping timeout)
  952. # [15:38] * Joins: kanha (quassel@6CCA9C8D.8293D34.9105FBCF.IP)
  953. # [15:38] * Joins: janv (varga@moz-C31B0CE0.t-com.sk)
  954. # [15:40] * Quits: janv (varga@moz-C31B0CE0.t-com.sk) (Ping timeout)
  955. # [15:42] * Joins: janv (varga@moz-C31B0CE0.t-com.sk)
  956. # [15:45] * Joins: Mavericks (Mibbit@20273B67.8B363060.FDEA3160.IP)
  957. # [15:46] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  958. # [15:47] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  959. # [15:48] <Mavericks> what does /* static */ placed before the return value of function indicate ? is it useful for analysis of code ?
  960. # [15:51] * Joins: jfkthame (jfkthame@25F581E4.90783722.9542EC20.IP)
  961. # [15:51] * Joins: sawrubh (Mibbit@54BCEF07.4089772A.DC7754FE.IP)
  962. # [15:52] <@bsmedberg> Mavericks: it normally means that in the C++ header the function is declared class-static
  963. # [15:52] <@bsmedberg> in the impl you can't reuse the static keyword, although for clarity you want to note that it's not an instance method
  964. # [15:54] * Quits: Optimizer (Instantbir@DE216812.D59F6747.2AB48280.IP) (Ping timeout)
  965. # [15:55] * Quits: sawrubh (Mibbit@54BCEF07.4089772A.DC7754FE.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  966. # [15:55] * Joins: jduell (jduell@moz-A71D42D4.nc.res.rr.com)
  967. # [15:56] * Joins: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP)
  968. # [15:57] * RyanVM wishes romaxa would check all of his patches against Try before checkin-needed'ing them
  969. # [15:57] * Joins: Optimizer (Instantbir@DE216812.D59F6747.2AB48280.IP)
  970. # [15:57] * Joins: sawrubh (Mibbit@3B6C04E2.8F6321B6.9C072EFC.IP)
  971. # [15:57] * Quits: @ehsan (ehsan@BEDFFF26.EE049E25.8B035CD7.IP) (Input/output error)
  972. # [15:58] * Quits: janv (varga@moz-C31B0CE0.t-com.sk) (Quit: This computer has gone to sleep)
  973. # [15:58] <RyanVM> though this one landed before...
  974. # [15:58] <RyanVM> bsmedberg: does this look real or maybe a clobber issue? https://tbpl.mozilla.org/php/getParsedLog.php?id=12096656&tree=Mozilla-Inbound
  975. # [15:59] <Mavericks> bsmedberg: aaah, I see. it's clear now. Thanks so much
  976. # [16:00] * Quits: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP) (Ping timeout)
  977. # [16:01] * Quits: Yoric (Yoric@5AD90347.775CC79B.3A7352D6.IP) (Connection reset by peer)
  978. # [16:01] * Joins: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP)
  979. # [16:02] * Quits: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  980. # [16:02] * Joins: Yoric (Yoric@5AD90347.775CC79B.3A7352D6.IP)
  981. # [16:02] * Joins: ehsan (ehsan@BEDFFF26.EE049E25.8B035CD7.IP)
  982. # [16:02] * ChanServ sets mode: +o ehsan
  983. # [16:07] * Quits: jduell (jduell@moz-A71D42D4.nc.res.rr.com) (Ping timeout)
  984. # [16:10] * Joins: Yoric|backup (Yoric@5AD90347.775CC79B.3A7352D6.IP)
  985. # [16:10] * Quits: Yoric (Yoric@5AD90347.775CC79B.3A7352D6.IP) (Connection reset by peer)
  986. # [16:13] * Yoric|backup is now known as Yoric
  987. # [16:15] * Joins: Yoric|backup (Yoric@D5C1CABE.8212BA25.3A7352D6.IP)
  988. # [16:16] * Quits: Yoric (Yoric@5AD90347.775CC79B.3A7352D6.IP) (Ping timeout)
  989. # [16:18] * Quits: Yoric|backup (Yoric@D5C1CABE.8212BA25.3A7352D6.IP) (Ping timeout)
  990. # [16:18] * Joins: Yoric (Yoric@C8C80E43.996CA338.3A7352D6.IP)
  991. # [16:18] * Quits: Yoric (Yoric@C8C80E43.996CA338.3A7352D6.IP) (Input/output error)
  992. # [16:30] * Joins: JeroenDeDauw (j@moz-7B8CA925.dip.t-dialin.net)
  993. # [16:31] * Joins: cikey (Mibbit@moz-DB718146.versanet.de)
  994. # [16:32] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  995. # [16:32] * Quits: rajul (quassel@DD1D6143.E1427F22.27560D6E.IP) (Ping timeout)
  996. # [16:32] * Quits: Dagger (Dagger@moz-D33D35F6.cable.virginmedia.com) (Ping timeout)
  997. # [16:32] * Quits: cikey (Mibbit@moz-DB718146.versanet.de) (Quit: http://www.mibbit.com ajax IRC Client)
  998. # [16:33] * Quits: JeroenDeDauw (j@moz-7B8CA925.dip.t-dialin.net) (Quit: Leaving.)
  999. # [16:34] * Quits: jfkthame (jfkthame@25F581E4.90783722.9542EC20.IP) (Client exited)
  1000. # [16:37] * Quits: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP) (Ping timeout)
  1001. # [16:38] * Joins: JeroenDeDauw (j@moz-7B8CA925.dip.t-dialin.net)
  1002. # [16:38] * Joins: andreasn (andreasn@moz-7C447FC0.a336.priv.bahnhof.se)
  1003. # [16:39] * Joins: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP)
  1004. # [16:39] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/cff5b4470690 - Serge Gautherie - Bug 747668. (Fv1) XPFE autocomplete.xml: Move selectBy() into nsIAutoCompletePopup section. r=neil.
  1005. # [16:40] * Joins: Dagger (Dagger@moz-D33D35F6.cable.virginmedia.com)
  1006. # [16:45] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  1007. # [16:47] * Quits: Wes (chatzilla@moz-BEF0C255.page.ca) (Client exited)
  1008. # [16:48] * Quits: sawrubh (Mibbit@3B6C04E2.8F6321B6.9C072EFC.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1009. # [16:50] * Joins: Wes (chatzilla@moz-BEF0C255.page.ca)
  1010. # [17:00] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Ping timeout)
  1011. # [17:01] <edmorley> is there someone for webtools-security that can CC me on a security review bug please
  1012. # [17:03] * Joins: kats (kats@moz-DE13FC16.compute-1.amazonaws.com)
  1013. # [17:03] * Parts: kats (kats@moz-DE13FC16.compute-1.amazonaws.com)
  1014. # [17:03] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  1015. # [17:05] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1016. # [17:05] <edmorley> s/for/with/
  1017. # [17:06] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  1018. # [17:07] * Joins: evilpie (chatzilla@moz-E4CC9455.pools.arcor-ip.net)
  1019. # [17:09] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1020. # [17:12] * Joins: deLta30_ (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1021. # [17:12] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1022. # [17:12] * Quits: WG9s (bill@moz-D750CC69.maine.res.rr.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 12.0/20120424094117])
  1023. # [17:17] * Quits: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp) (Quit: Leaving...)
  1024. # [17:20] * dev_afk is now known as devd
  1025. # [17:26] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1026. # [17:26] * Parts: Mavericks (Mibbit@20273B67.8B363060.FDEA3160.IP)
  1027. # [17:26] * Joins: dbradley (dbradley@moz-80450F75.fuse.net)
  1028. # [17:28] * Joins: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP)
  1029. # [17:29] * Joins: Mavericks_ (Mibbit@20273B67.8B363060.FDEA3160.IP)
  1030. # [17:29] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1031. # [17:29] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Quit: )
  1032. # [17:30] * Quits: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP) (Quit: Mardak)
  1033. # [17:33] * Quits: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP) (Ping timeout)
  1034. # [17:34] * Joins: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP)
  1035. # [17:35] <edmorley> catlee-away: sorry to be a pain - I don't suppose you can upgrade my treestatus.mozilla.org permissions to admin, so I can work on bug 758886
  1036. # [17:35] <edmorley> I'm admin on treestatus-dev, just not prod
  1037. # [17:37] * Quits: nigelb (nigel@moz-8640053A.me) (Ping timeout)
  1038. # [17:37] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1039. # [17:37] * Joins: sawrubh (Mibbit@B2E0D093.ADB5418D.DC7754FE.IP)
  1040. # [17:38] * Joins: nigelb (nigel@moz-8640053A.me)
  1041. # [17:38] * Joins: Ameya (chatzilla@637D4CD0.BF84E432.1C37C358.IP)
  1042. # [17:39] * Joins: twi (Adium@moz-4E547D02.business.telecomitalia.it)
  1043. # [17:40] * Quits: crussell (colby@4C613230.5A834493.B8E6AC67.IP) (Connection reset by peer)
  1044. # [17:40] * Joins: crussell (colby@4C613230.5A834493.B8E6AC67.IP)
  1045. # [17:44] * Joins: ianbicking (ianbicking@moz-36B9BE32.hsd1.mn.comcast.net)
  1046. # [17:45] * Quits: ianbicking (ianbicking@moz-36B9BE32.hsd1.mn.comcast.net) (Quit: ianbicking)
  1047. # [17:45] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1048. # [17:46] * Quits: Mavericks_ (Mibbit@20273B67.8B363060.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1049. # [17:46] * Quits: @ehsan (ehsan@BEDFFF26.EE049E25.8B035CD7.IP) (Input/output error)
  1050. # [17:48] * Quits: crussell (colby@4C613230.5A834493.B8E6AC67.IP) (Connection reset by peer)
  1051. # [17:48] * Joins: crussell (colby@4C613230.5A834493.B8E6AC67.IP)
  1052. # [17:49] * Quits: mauke (mauke@moz-6A01E0D8.superkabel.de) (Ping timeout)
  1053. # [17:50] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1054. # [17:52] * devd is now known as dev_afk
  1055. # [17:52] * Joins: mauke (mauke@moz-6A01E0D8.superkabel.de)
  1056. # [17:56] * Joins: KittyRa (quassel@A7E4C2EA.E12F84AD.B3E31604.IP)
  1057. # [17:57] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: Success !!)
  1058. # [17:58] * Quits: mauke (mauke@moz-6A01E0D8.superkabel.de) (Ping timeout)
  1059. # [17:59] * edmorley is now known as edmorley|away
  1060. # [18:00] * Joins: mauke (mauke@moz-6A01E0D8.superkabel.de)
  1061. # [18:02] * Joins: wlach (wlach@moz-3A1F70B1.vif.net)
  1062. # [18:03] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  1063. # [18:03] * mats is now known as mats|away
  1064. # [18:04] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  1065. # [18:06] * Quits: zzzzz_ (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Ping timeout)
  1066. # [18:07] * Joins: zzzzz_ (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  1067. # [18:09] * Fallen is now known as Fallen|away
  1068. # [18:09] * Joins: cdiehl_ (cdiehl@moz-1C312385.pool.mediaways.net)
  1069. # [18:10] * Quits: cdiehl (cdiehl@moz-8C1A88CF.pool.mediaways.net) (Ping timeout)
  1070. # [18:10] * cdiehl_ is now known as cdiehl
  1071. # [18:12] * Quits: KittyRa (quassel@A7E4C2EA.E12F84AD.B3E31604.IP) (Connection reset by peer)
  1072. # [18:12] * Joins: KittyRa (quassel@A7E4C2EA.E12F84AD.B3E31604.IP)
  1073. # [18:13] * Joins: JeroenDeDauw1 (jeroen@moz-7B8CA925.dip.t-dialin.net)
  1074. # [18:17] * Quits: twi (Adium@moz-4E547D02.business.telecomitalia.it) (Ping timeout)
  1075. # [18:17] * Joins: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP)
  1076. # [18:17] * Joins: twi (Adium@moz-4E547D02.business.telecomitalia.it)
  1077. # [18:20] * Joins: automata (automata@moz-1CE7A56D.ifsc.usp.br)
  1078. # [18:21] * philor|away is now known as philor
  1079. # [18:23] * Joins: mauke_ (mauke@moz-6A01E0D8.superkabel.de)
  1080. # [18:23] * Quits: mauke (mauke@moz-6A01E0D8.superkabel.de) (Connection reset by peer)
  1081. # [18:24] * Quits: twi (Adium@moz-4E547D02.business.telecomitalia.it) (Quit: Leaving.)
  1082. # [18:28] * Fallen|away is now known as Fallen
  1083. # [18:28] * Quits: JeroenDeDauw1 (jeroen@moz-7B8CA925.dip.t-dialin.net) (Quit: Leaving.)
  1084. # [18:30] * Joins: nhirata (nhirata.bu@moz-585D5EFC.hsd1.ca.comcast.net)
  1085. # [18:31] * mauke_ is now known as mauke
  1086. # [18:33] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  1087. # [18:33] <deLta30_> Is there anyway that I can return a json string from a xpcom module defined in c++?
  1088. # [18:33] * deLta30_ is now known as deLta30
  1089. # [18:34] * Quits: Goldorak (chatzilla@27637B53.1EC05627.187A1082.IP) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1090. # [18:36] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  1091. # [18:38] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  1092. # [18:42] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Input/output error)
  1093. # [18:42] * Joins: Asa (asa@moz-FEE5419.csi-sbs.com)
  1094. # [18:43] * Joins: rajul (quassel@727AB638.D3D73691.F44414AF.IP)
  1095. # [18:46] <Wes> deLta30: I don't know if there is a better answer or not, but in the worst case you could JS_EvaluateScript()
  1096. # [18:47] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1097. # [18:49] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  1098. # [18:51] * Joins: ehsan (ehsan@BEDFFF26.EE049E25.8B035CD7.IP)
  1099. # [18:51] * ChanServ sets mode: +o ehsan
  1100. # [18:51] * Joins: jduell (jduell@moz-A71D42D4.nc.res.rr.com)
  1101. # [18:52] * Joins: Mavericks (Mibbit@20273B67.8B363060.FDEA3160.IP)
  1102. # [18:53] * Quits: @ehsan (ehsan@BEDFFF26.EE049E25.8B035CD7.IP) (Input/output error)
  1103. # [18:58] * Quits: andreasn (andreasn@moz-7C447FC0.a336.priv.bahnhof.se) (Ping timeout)
  1104. # [19:04] * Quits: sawrubh (Mibbit@B2E0D093.ADB5418D.DC7754FE.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1105. # [19:06] * Quits: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP) (Quit: Mardak)
  1106. # [19:06] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Quit: Leaving.)
  1107. # [19:07] * Joins: cdiehl_ (cdiehl@moz-2B562041.pool.mediaways.net)
  1108. # [19:08] * Quits: cdiehl (cdiehl@moz-1C312385.pool.mediaways.net) (Ping timeout)
  1109. # [19:08] * cdiehl_ is now known as cdiehl
  1110. # [19:11] * Joins: fabrice1 (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  1111. # [19:15] * Quits: fabrice1 (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  1112. # [19:18] * Joins: janv (varga@moz-C31B0CE0.t-com.sk)
  1113. # [19:19] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  1114. # [19:20] <robcee> nothing I like better when I look into mozilla central and see a DONTBUILD checkin by serge
  1115. # [19:20] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1116. # [19:20] * Joins: mconley (mconley@moz-5E2C9899.eng.wind.ca)
  1117. # [19:20] <philor> nothing I like better than having the profiling branch build DONTBUILD to know that it was really buildable
  1118. # [19:21] <robcee> does profiling branch just ignore DONTBUILD commits?
  1119. # [19:21] <robcee> and build them anyway?
  1120. # [19:21] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1121. # [19:21] <philor> it automerges m-c into its repo, so it has a merge commit above the dontbuild
  1122. # [19:22] * Quits: zzzzz_ (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 12.0/20120420145725])
  1123. # [19:23] <NeilAway> lol
  1124. # [19:23] <robcee> ah, ok
  1125. # [19:25] <NeilAway> bah, who changed nsICharsetConverterManager?
  1126. # [19:26] <robcee> serge.
  1127. # [19:26] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1128. # [19:28] * Quits: janv (varga@moz-C31B0CE0.t-com.sk) (Ping timeout)
  1129. # [19:28] <NeilAway> robcee: no, and there was a patch to fix one of the callers, but for some reason I didn't have it in my tree
  1130. # [19:29] * Joins: int3_ (int3@moz-FAB3747.cpe.distributel.net)
  1131. # [19:29] * Quits: int3 (int3@moz-FAB3747.cpe.distributel.net) (Ping timeout)
  1132. # [19:31] * Joins: scientes (scientes@moz-6F007CB5.dsl.snfc21.pacbell.net)
  1133. # [19:33] * Joins: twi (Adium@moz-1AE3B3E2.cust.dsl.vodafone.it)
  1134. # [19:34] <jtcranmer> NeilAway: bug 710693?
  1135. # [19:35] <philor> RyanVM: I'm clobbering Android on inbound
  1136. # [19:35] <philor> do you remember whether this is the 4th day in a row that it has required a clobber, or the 5th?
  1137. # [19:35] <NeilAway> jtcranmer: indeed
  1138. # [19:37] * merike|away is now known as merike
  1139. # [19:38] <robcee> Days since last clobber in the workplace: 0
  1140. # [19:38] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  1141. # [19:39] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1142. # [19:40] <philor> I knew we should have bought that sign that did "hours since" instead
  1143. # [19:40] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1144. # [19:40] * Fallen is now known as Fallen|away
  1145. # [19:42] * Joins: deLta30_ (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1146. # [19:42] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1147. # [19:44] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1148. # [19:44] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  1149. # [19:50] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  1150. # [19:52] * philor is now known as philor|away
  1151. # [19:55] * Joins: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de)
  1152. # [19:59] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Quit: ChatZilla 0.9.88.2 [Firefox 13.0/20120501201020])
  1153. # [20:00] <edmorley|away> robcee++
  1154. # [20:01] * philor|away is now known as philor
  1155. # [20:03] * Quits: jduell (jduell@moz-A71D42D4.nc.res.rr.com) (Ping timeout)
  1156. # [20:03] <edmorley|away> philor: I presume you would have otherwise commented on the bug, but we're all clear to proceed with bug 758680 yeah?
  1157. # [20:05] <philor> edmorley|away: kill it with fire
  1158. # [20:06] <edmorley|away> :-)
  1159. # [20:07] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  1160. # [20:07] * Quits: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
  1161. # [20:07] * Quits: rajul (quassel@727AB638.D3D73691.F44414AF.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  1162. # [20:07] * Joins: rajul (quassel@727AB638.D3D73691.F44414AF.IP)
  1163. # [20:09] * Quits: int3_ (int3@moz-FAB3747.cpe.distributel.net) (Client exited)
  1164. # [20:09] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  1165. # [20:09] * Joins: int3 (int3@moz-FAB3747.cpe.distributel.net)
  1166. # [20:10] * Joins: dao (dao@moz-38822FD3.superkabel.de)
  1167. # [20:11] * Quits: int3 (int3@moz-FAB3747.cpe.distributel.net) (Ping timeout)
  1168. # [20:13] * Quits: mw22 (chatzilla@moz-FB753258.adsl.wanadoo.nl) (Ping timeout)
  1169. # [20:15] <robcee> UP WITH DESTRUCTION!
  1170. # [20:16] <robcee> sorry. wrong window.
  1171. # [20:16] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  1172. # [20:16] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1173. # [20:17] <evilpie> sure \o/
  1174. # [20:20] * mjschranz_away is now known as mjschranz
  1175. # [20:21] * Quits: surkov (surkov@1A9A4379.E0C13F7A.33A1AC3C.IP) (Quit: surkov)
  1176. # [20:22] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1177. # [20:22] * erick-away is now known as erick
  1178. # [20:24] * Joins: mw22_ (chatzilla@moz-FB753258.adsl.wanadoo.nl)
  1179. # [20:25] <robcee> mm. pie.
  1180. # [20:26] * Quits: mw22_ (chatzilla@moz-FB753258.adsl.wanadoo.nl) (Ping timeout)
  1181. # [20:28] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  1182. # [20:29] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1183. # [20:30] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1184. # [20:31] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1185. # [20:31] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  1186. # [20:31] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1187. # [20:34] * Quits: Asa (asa@moz-FEE5419.csi-sbs.com) (Input/output error)
  1188. # [20:34] * Joins: Asa (asa@moz-FEE5419.csi-sbs.com)
  1189. # [20:34] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  1190. # [20:36] * Quits: maikmerten (maikmerten@moz-A6C51173.dynamic.qsc.de) (Quit: Leaving)
  1191. # [20:38] * Quits: dao (dao@moz-38822FD3.superkabel.de) (Quit: Leaving.)
  1192. # [20:40] * Quits: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net) (Ping timeout)
  1193. # [20:40] * Quits: graememcc (chatzilla@moz-956BDAFB.range86-147.btcentralplus.com) (Client exited)
  1194. # [20:41] <RyanVM> philor: what's causing those android failures?
  1195. # [20:41] <philor> RyanVM: kats
  1196. # [20:42] * Quits: Optimizer (Instantbir@DE216812.D59F6747.2AB48280.IP) (Ping timeout)
  1197. # [20:42] <RyanVM> ?
  1198. # [20:42] <philor> RyanVM: oh, I mean, maybe one of kats' pushes required a clobber, or maybe not, since the way it's sometimes one chunk of reftest, or another, or two, is hard to explain
  1199. # [20:43] <RyanVM> yeah, is it some kind of timing issue or something? why does it need to be clobbered?
  1200. # [20:43] <philor> because Android
  1201. # [20:43] <philor> why did it need to be clobbered yesterday? and the day before? and the day before? and the day before? and I can't remember Monday
  1202. # [20:43] * Joins: mfinkle (mfinkle@moz-8CB7201C.hsd1.pa.comcast.net)
  1203. # [20:45] * Joins: Optimizer (Instantbir@91D6D40B.1BB1DA8D.2AB48280.IP)
  1204. # [20:47] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1205. # [20:49] * Quits: deLta30_ (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1206. # [20:49] * Quits: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch) (Ping timeout)
  1207. # [20:49] * Joins: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch)
  1208. # [20:50] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  1209. # [20:51] <robcee> bah
  1210. # [20:51] <robcee> looks like the machines are all falling over
  1211. # [20:51] * Quits: John-Galt (kris@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1212. # [20:51] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  1213. # [20:51] <robcee> oh well, it's better than orange.
  1214. # [20:52] * Joins: John-Galt (kris@moz-104CC309.mv.mozilla.com)
  1215. # [20:53] * mjschranz is now known as mjschranz_away
  1216. # [20:54] <mimcpher> After bug 752380 landed, I can't compile (see comment 18), which implies I could compile if I was using pango instead of Freetype. Should I be using pango? How do I switch?
  1217. # [20:56] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1218. # [20:59] * Joins: dzbarsky (Adium@moz-85EBB8A.dia.static.qwest.net)
  1219. # [21:00] * Quits: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net) (Input/output error)
  1220. # [21:00] * Joins: kaze|zzzzz (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1221. # [21:01] * Quits: Mavericks (Mibbit@20273B67.8B363060.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1222. # [21:02] * Joins: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net)
  1223. # [21:05] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  1224. # [21:06] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  1225. # [21:08] * Quits: JeroenDeDauw (j@moz-7B8CA925.dip.t-dialin.net) (Quit: Leaving.)
  1226. # [21:11] * Quits: rajul (quassel@727AB638.D3D73691.F44414AF.IP) (Ping timeout)
  1227. # [21:13] * kaze|zzzzz is now known as kaze
  1228. # [21:13] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Quit: WeeChat 0.3.7)
  1229. # [21:14] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1230. # [21:14] * Quits: espadrine (espadrine@moz-85EBB8A.dia.static.qwest.net) (Quit: espadrine)
  1231. # [21:14] * Joins: janv (varga@moz-C31B0CE0.t-com.sk)
  1232. # [21:17] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1233. # [21:18] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  1234. # [21:19] * Quits: Asa (asa@moz-FEE5419.csi-sbs.com) (Ping timeout)
  1235. # [21:19] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1236. # [21:20] * Quits: janv (varga@moz-C31B0CE0.t-com.sk) (Quit: This computer has gone to sleep)
  1237. # [21:21] * Quits: wlach (wlach@moz-3A1F70B1.vif.net) (Ping timeout)
  1238. # [21:26] * philor is now known as philor|away
  1239. # [21:29] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  1240. # [21:30] * Joins: bc (bc@moz-E31CD2CB.mozilla.org)
  1241. # [21:32] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  1242. # [21:34] * philor|away is now known as philor
  1243. # [21:36] * Joins: janv (varga@moz-C31B0CE0.t-com.sk)
  1244. # [21:37] <ted_> gotta love sutble bustage introduced by rebasing your patch
  1245. # [21:37] * Joins: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP)
  1246. # [21:37] <ted_> someone else added EXPORTS_NAMESPACES = ... to this makefile, and my patch added one, so it was overriding the other
  1247. # [21:37] <ted_> and breaking in a random dom file
  1248. # [21:38] <NeilAway> jtcranmer: ah, somehow I pulled mozilla but not comm
  1249. # [21:39] * Joins: JeroenDeDauw (j@moz-7B8CA925.dip.t-dialin.net)
  1250. # [21:39] <Ms2ger> How silly of you
  1251. # [21:40] * Quits: Ms2ger (Ms2ger@16192524.D97FCA28.37724B0D.IP) (Quit: nn)
  1252. # [21:43] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1253. # [21:45] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Input/output error)
  1254. # [21:45] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1255. # [21:46] * Quits: joesteele (joesteele@2BF71610.712491F4.C5749D5C.IP) (Quit: joesteele)
  1256. # [21:48] <NeilAway> jtcranmer: bah, regression in client.py
  1257. # [21:55] <robcee> python: can't open file 'tools/buildfarm/maintenance/count_and_reboot.py': [Errno 2] No such file or directory
  1258. # [21:55] <robcee> seems common to the mac machines that are all failing
  1259. # [21:56] <philor> robcee: look up
  1260. # [21:57] <philor> that's just fallout from not cloning build/tools/
  1261. # [21:58] <robcee> I don't even...
  1262. # [21:58] <philor> just the normal noises in here
  1263. # [21:58] * robcee struggles
  1264. # [21:58] <philor> hg.m.o was failing us between, what, 11:30 and 11:45 Pacific
  1265. # [21:58] * Joins: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  1266. # [21:59] <robcee> ah
  1267. # [21:59] <philor> blue means "this will be automatically retried" so you have 3 blue 10.5 opt mochitest-2's because it was quick about grabbing another slave and failing again, but you personally are only interested in the green at the end
  1268. # [22:00] <robcee> ideally
  1269. # [22:00] <philor> https://tbpl.mozilla.org/?onlyunstarred=1
  1270. # [22:00] <robcee> on fx-team we've got blue followed by red
  1271. # [22:00] <philor> heh, forgot you had a merge to watch too
  1272. # [22:01] <robcee> yes :/
  1273. # [22:01] <robcee> hey onlyunstarred=1!
  1274. # [22:01] <philor> "312 changesets omitted"
  1275. # [22:01] <philor> you need to clobber b2g
  1276. # [22:02] <philor> you got very lucky and got a clobber (by way of the objdir already being gone) of Android, because in that much you need to clobber it probably 4 times over
  1277. # [22:03] <robcee> alrighty
  1278. # [22:03] * robcee facepalms
  1279. # [22:03] <robcee> browser crash
  1280. # [22:03] <philor> and the red Mac ones, retrigger and star 'em as "bug 750427"
  1281. # [22:03] <robcee> I can do that!
  1282. # [22:03] <robcee> thanks
  1283. # [22:04] <robcee> the buildbot clobberer keeps crashing me
  1284. # [22:06] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Ping timeout)
  1285. # [22:09] <philor> nice
  1286. # [22:09] * mats|away is now known as mats
  1287. # [22:09] <philor> should probably use a better browser, I hear Google makes a good one
  1288. # [22:10] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  1289. # [22:10] <robcee> I'm holding out for the facebook browser
  1290. # [22:10] <philor> eww
  1291. # [22:10] <philor> clobbers set for b2g and Android
  1292. # [22:11] <robcee> thank you
  1293. # [22:11] <philor> np
  1294. # [22:11] <robcee> I think I'll take a look at about:crashes!
  1295. # [22:12] <robcee> 741053 RESOLVED FIXED crash in nsIDocument::GetRootElement
  1296. # [22:12] <robcee> regression :|
  1297. # [22:13] <robcee> https://bugzilla.mozilla.org/show_bug.cgi?id=758713
  1298. # [22:13] <philor> woo, it's #1!
  1299. # [22:13] * philor decides against updating
  1300. # [22:14] <robcee> eyeah
  1301. # [22:14] <robcee> I started hitting it yesterday
  1302. # [22:15] <philor> I seem to have last built on Monday, which ordinarily I'd think was exceptionally lazy of me
  1303. # [22:15] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  1304. # [22:15] <robcee> fortunate
  1305. # [22:16] <philor> RyanVM: I think I'll back out d22c4f57daaf and 6c27b32ad788, just for fun
  1306. # [22:18] <RyanVM> go for it
  1307. # [22:19] <RyanVM> seems particularly failure-prone since they landed
  1308. # [22:19] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  1309. # [22:19] <RyanVM> and it's times like these that I'm glad I build w/ a12y disabled
  1310. # [22:19] * Quits: mburns (mburns@89256F94.30F6F9A5.7B75DA8D.IP) (Quit: http://unemployable.me)
  1311. # [22:19] <RyanVM> a11y even'
  1312. # [22:20] * Quits: bc (bc@moz-E31CD2CB.mozilla.org) (Ping timeout)
  1313. # [22:20] <philor> I was wondering what that extra letter you spelled it with might be ;)
  1314. # [22:20] <RyanVM> 3 s'
  1315. # [22:20] * Joins: mburns (mburns@89256F94.30F6F9A5.7B75DA8D.IP)
  1316. # [22:22] * Quits: evilpie (chatzilla@moz-E4CC9455.pools.arcor-ip.net) (Ping timeout)
  1317. # [22:24] * Quits: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch) (Quit: Leaving.)
  1318. # [22:25] <msucan> what does it mean ... 75802618 [main] U 3104 fork_copy: linked dll data/bss pass 0 failed, 0x5FFD3000. .0x5FFDA77C, done 0, windows pid 3528, Win32 error 487 ?
  1319. # [22:25] <msucan> i'm getting this when i compile firefox on windows 7
  1320. # [22:27] * Joins: karl (karl@moz-97935856.jetstream.xtra.co.nz)
  1321. # [22:28] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1322. # [22:29] * Joins: jviereck1 (Adium@moz-26045BE5.dclient.hispeed.ch)
  1323. # [22:30] * Joins: Anonymus (BoredOnIRC@moz-C8599121.washdc.fios.verizon.net)
  1324. # [22:30] * mats is now known as mats|away
  1325. # [22:33] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  1326. # [22:33] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1327. # [22:34] * Joins: zwol (zack@moz-A5165AC6.lightspeed.sntcca.sbcglobal.net)
  1328. # [22:35] <zwol> If I have a nsIDOMDocument, what is the preferred way to acquire the nsIDOMEventTarget for the *chrome event handler* for that document's window, if any?
  1329. # [22:35] <zwol> (afk, but please answer anyway, I'll read when I get back)
  1330. # [22:36] <zwol> (note: there is no contextual information which would tell me whether the document is a chrome document. the document is all i've got.)
  1331. # [22:37] * Joins: rajul (quassel@340144C1.33AD2B09.F44414AF.IP)
  1332. # [22:38] * Quits: karl (karl@moz-97935856.jetstream.xtra.co.nz) (Ping timeout)
  1333. # [22:38] * Quits: twi (Adium@moz-1AE3B3E2.cust.dsl.vodafone.it) (Connection reset by peer)
  1334. # [22:41] * Joins: evilpie (chatzilla@moz-E4CC9455.pools.arcor-ip.net)
  1335. # [22:44] * Quits: janv (varga@moz-C31B0CE0.t-com.sk) (Quit: This computer has gone to sleep)
  1336. # [22:47] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1337. # [22:48] * Quits: KittyRa (quassel@A7E4C2EA.E12F84AD.B3E31604.IP) (Ping timeout)
  1338. # [22:55] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1339. # [22:58] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1340. # [22:58] * Quits: Optimizer (Instantbir@91D6D40B.1BB1DA8D.2AB48280.IP) (Ping timeout)
  1341. # [22:58] * Joins: Havvy (Mibbit@moz-95A7B4EE.ptld.qwest.net)
  1342. # [22:59] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1343. # [23:01] * Joins: bbondy (bbondy@moz-A05ECC22.home.cgocable.net)
  1344. # [23:01] * Joins: Optimizer (Instantbir@91D6D40B.1BB1DA8D.2AB48280.IP)
  1345. # [23:04] * khuey|away is now known as khuey
  1346. # [23:05] * mats|away is now known as mats
  1347. # [23:06] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1348. # [23:07] * Quits: Optimizer (Instantbir@91D6D40B.1BB1DA8D.2AB48280.IP) (Ping timeout)
  1349. # [23:10] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1350. # [23:10] * Quits: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP) (Quit: Mardak)
  1351. # [23:11] * Joins: Optimizer (Instantbir@91D6D40B.1BB1DA8D.2AB48280.IP)
  1352. # [23:13] * Joins: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP)
  1353. # [23:13] * dev_afk is now known as devd
  1354. # [23:15] * Quits: Mardak (Mardak@12C26F84.EE8E98AF.50A2323E.IP) (Quit: Mardak)
  1355. # [23:15] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  1356. # [23:17] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1357. # [23:21] * Quits: Ameya (chatzilla@637D4CD0.BF84E432.1C37C358.IP) (Quit: ChatZilla 0.9.87 [Firefox 3.6.28/20120306064154])
  1358. # [23:22] * Quits: Optimizer (Instantbir@91D6D40B.1BB1DA8D.2AB48280.IP) (Ping timeout)
  1359. # [23:22] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1360. # [23:25] * Joins: Optimizer (Instantbir@91D6D40B.1BB1DA8D.2AB48280.IP)
  1361. # [23:26] * Joins: gustavold1 (gustavold@45585AD.ECBC1091.946930A0.IP)
  1362. # [23:26] * Quits: gustavold (gustavold@45585AD.ECBC1091.946930A0.IP) (Ping timeout)
  1363. # [23:30] * Joins: KittyRa (quassel@A7E4C2EA.E12F84AD.B3E31604.IP)
  1364. # [23:31] * Quits: msucan (mihai@391E43DA.2E4BBBBB.BD62875.IP) (Quit: Leaving.)
  1365. # [23:35] * Quits: jviereck1 (Adium@moz-26045BE5.dclient.hispeed.ch) (Quit: Leaving.)
  1366. # [23:38] * Quits: KittyRa (quassel@A7E4C2EA.E12F84AD.B3E31604.IP) (Ping timeout)
  1367. # [23:39] * Quits: @bz_sleep (bzbarsky@moz-69B5879F.bstnma.fios.verizon.net) (Ping timeout)
  1368. # [23:42] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  1369. # [23:44] * Joins: twi (Adium@moz-1AE3B3E2.cust.dsl.vodafone.it)
  1370. # [23:44] * Quits: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP) (Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120420145725])
  1371. # [23:44] * Quits: evilpie (chatzilla@moz-E4CC9455.pools.arcor-ip.net) (Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120423122928])
  1372. # [23:50] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/2ea752a2c768 - Serge Gautherie - Bug 747668. (Gv1a) XPFE autocomplete.xml: Implement nsIAutoCompleteInput.popupOpen(). r=neil.
  1373. # [23:51] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1374. # [23:51] * ChanServ sets mode: +o roc
  1375. # [23:55] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  1376. # [23:57] * Quits: tor (tor@9043A4AC.46A41C28.49CEED6B.IP) (Ping timeout)
  1377. # [23:59] * Joins: tor (tor@9043A4AC.46A41C28.49CEED6B.IP)
  1378. # Session Close: Sun May 27 00:00:00 2012

The end :)