WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
128389
[GTK] Make process model names properly meaningful
https://bugs.webkit.org/show_bug.cgi?id=128389
Summary
[GTK] Make process model names properly meaningful
Adrian Perez
Reported
2014-02-07 12:39:58 PST
[GTK] Make process model names properly meaningful
Attachments
Patch
(10.13 KB, patch)
2014-02-07 13:30 PST
,
Adrian Perez
no flags
Details
Formatted Diff
Diff
Patch
(10.08 KB, patch)
2014-02-07 14:03 PST
,
Adrian Perez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Adrian Perez
Comment 1
2014-02-07 13:30:45 PST
Created
attachment 223492
[details]
Patch
WebKit Commit Bot
Comment 2
2014-02-07 13:31:22 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See
http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Martin Robinson
Comment 3
2014-02-07 13:39:51 PST
Comment on
attachment 223492
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=223492&action=review
Looks good to me. Needs one more GTK+ reviewer to be committed.
> Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:935 > + if (newProcessModel != context->priv->context->processModel()) { > + context->priv->context->setUsesNetworkProcess(newProcessModel == ProcessModelMultipleSecondaryProcesses); > + context->priv->context->setProcessModel(newProcessModel);
Nit: This should probably be an early return.
Adrian Perez
Comment 4
2014-02-07 14:03:50 PST
Created
attachment 223496
[details]
Patch
Adrian Perez
Comment 5
2014-02-07 14:05:20 PST
(In reply to
comment #3
)
> (From update of
attachment 223492
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=223492
&
>
> > Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:935 > > + if (newProcessModel != context->priv->context->processModel()) { > > + context->priv->context->setUsesNetworkProcess(newProcessModel == ProcessModelMultipleSecondaryProcesses); > > + context->priv->context->setProcessModel(newProcessModel); > > Nit: This should probably be an early return.
Updated patch, now there is an early return there :-)
WebKit Commit Bot
Comment 6
2014-02-08 00:20:27 PST
Comment on
attachment 223496
[details]
Patch Clearing flags on attachment: 223496 Committed
r163698
: <
http://trac.webkit.org/changeset/163698
>
WebKit Commit Bot
Comment 7
2014-02-08 00:20:30 PST
All reviewed patches have been landed. Closing bug.
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