WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
106163
Remove WebProcessInitialization and NetworkProcessInitialization by putting the rest of initialization in ChildProcess derived classes
https://bugs.webkit.org/show_bug.cgi?id=106163
Summary
Remove WebProcessInitialization and NetworkProcessInitialization by putting t...
Sam Weinig
Reported
2013-01-04 19:36:09 PST
Remove WebProcessInitialization and NetworkProcessInitialization by putting the rest of initialization in ChildProcess derived classes
Attachments
Patch
(41.53 KB, patch)
2013-01-04 19:57 PST
,
Sam Weinig
darin
: review+
webkit-ews
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2013-01-04 19:57:41 PST
Created
attachment 181423
[details]
Patch
Early Warning System Bot
Comment 2
2013-01-04 20:04:47 PST
Comment on
attachment 181423
[details]
Patch
Attachment 181423
[details]
did not pass qt-wk2-ews (qt): Output:
http://queues.webkit.org/results/15700484
EFL EWS Bot
Comment 3
2013-01-04 20:05:38 PST
Comment on
attachment 181423
[details]
Patch
Attachment 181423
[details]
did not pass efl-ews (efl): Output:
http://queues.webkit.org/results/15710529
Darin Adler
Comment 4
2013-01-04 20:21:18 PST
Comment on
attachment 181423
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=181423&action=review
> Source/WebKit2/ChangeLog:16 > + (NetworkProcess):
You should remove bogus lines like this, or fix the script so it doesn’t add them. I’m also partial to per-function comments.
> Source/WebKit2/ChangeLog:26 > + (WebKit):
Another.
> Source/WebKit2/ChangeLog:28 > + (PluginProcess):
Another.
> Source/WebKit2/ChangeLog:45 > + (ChildProcess):
Another.
> Source/WebKit2/ChangeLog:51 > + (WebKit):
Another.
> Source/WebKit2/NetworkProcess/mac/NetworkProcessMainMac.mm:84 > + @autoreleasepool {
Why not put the [NSApplication sharedApplication] call inside this pool?
> Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm:281 > + // FIXME: It would be better to proxy set cursor calls over to the UI process instead of
Typo: "set cursor calls" should probably be something else, like maybe "SetCursor calls". I know you just moved this, though.
WebKit Review Bot
Comment 5
2013-01-04 21:07:26 PST
Comment on
attachment 181423
[details]
Patch
Attachment 181423
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/15700515
New failing tests: inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html
kov's GTK+ EWS bot
Comment 6
2013-01-04 23:09:29 PST
Comment on
attachment 181423
[details]
Patch
Attachment 181423
[details]
did not pass gtk-ews (gtk): Output:
http://queues.webkit.org/results/15700613
Sam Weinig
Comment 7
2013-01-05 18:27:59 PST
Committed
r138913
: <
http://trac.webkit.org/changeset/138913
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug