[chromium-dev] Re: webkit merge delayed on mac errors

2009-02-09 Thread Ojan Vafai
So, it just needs a clobber then? On Sun, Feb 8, 2009 at 9:11 PM, Mark Mentovai m...@chromium.org wrote: (...posting again from the right e-mail address...) Oh, I see in your r9380 of webkit/webkit.xcodeproj/project.pbxproj, you removed EventTargetNode.cpp but you never removed

[chromium-dev] Re: webkit merge delayed on mac errors

2009-02-09 Thread Mark Mentovai
No, you need to re-land the merge but with V8EventTargetNode.cpp removed from webkit.xcodeproj. Clobber shouldn't be necessary. Ojan wrote: So, it just needs a clobber then? On Sun, Feb 8, 2009 at 9:11 PM, Mark Mentovai m...@chromium.org wrote: (...posting again from the right e-mail

[chromium-dev] Claiming Process ProcessHandle

2009-02-09 Thread Thomas Van Lenten
Follow up from the other week - I'm still digging into ProcessUtil::LaunchApp and the fall out from there. The current code in unittests and w/in chromium depends on a few things that windows offers since it gets handlers for this, the Mac Linux world can't really map things like this, so we're

[chromium-dev] Re: Claimings

2009-02-09 Thread John Grabowski
(We talked about a spreadsheet for this... anyone have a link?) I'm following the chain from rtn on URL in browser -- tell renderer do something. This currently ends at tabs; I'm removing stubs (TabContents, TabContentsDelegate, ...) and bringing in the real thing. jrg On Mon, Feb 9, 2009 at

[chromium-dev] Re: Claimings

2009-02-09 Thread Evan Martin
I had a tiny change that is snowballing again. I'll claim % git diff --stat trunk... chrome/browser/bookmarks/bookmark_model.cc | 30 +-- chrome/browser/bookmarks/bookmark_storage.cc | 29 +++--- chrome/browser/bookmarks/bookmark_storage.h|5 +-

[chromium-dev] Re: Claimings

2009-02-09 Thread Amanda Walker
I have a SimpleFontDataMac unfork in flight, plus windowless plugins (mostly Mac, but some overlap with Linux, especially header files) --Amanda --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email

[chromium-dev] Re: Claimings

2009-02-09 Thread Lei Zhang
We're trying out a spreadsheet on the Linux side. http://spreadsheets.google.com/ccc?key=prV2wWigilGslQBvu76GpQQ On Mon, Feb 9, 2009 at 3:37 PM, John Grabowski j...@chromium.org wrote: (We talked about a spreadsheet for this... anyone have a link?) I'm following the chain from rtn on URL in

[chromium-dev] [POSIX] Debugging renderers

2009-02-09 Thread Adam Langley
Now that both Mac and Linux are spawning renderers, I added a command line flag: --renderer-cmd-prefix. This lets one prefix the renderer command line. Some suggested values are gdb --args and valgrind, both of which do what you would expect them to. AGL

[chromium-dev] Re: [POSIX] Debugging renderers

2009-02-09 Thread Jeremy Moskovich
Nice! :) Could you add a note about this to this to the wiki? Best regards, Jeremy On Mon, Feb 9, 2009 at 5:19 PM, Adam Langley a...@chromium.org wrote: Now that both Mac and Linux are spawning renderers, I added a command line flag: --renderer-cmd-prefix. This lets one prefix the renderer