WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
73150
[Qt] [WK2] Remove WebContext related code from QtWebPageProxy
https://bugs.webkit.org/show_bug.cgi?id=73150
Summary
[Qt] [WK2] Remove WebContext related code from QtWebPageProxy
Caio Marcelo de Oliveira Filho
Reported
2011-11-25 16:17:14 PST
[Qt] [WK2] Remove WebContext related code from QtWebPageProxy
Attachments
Patch
(20.94 KB, patch)
2011-11-25 16:26 PST
,
Caio Marcelo de Oliveira Filho
no flags
Details
Formatted Diff
Diff
Patch for landing
(20.97 KB, patch)
2011-11-25 21:57 PST
,
Caio Marcelo de Oliveira Filho
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Caio Marcelo de Oliveira Filho
Comment 1
2011-11-25 16:26:26 PST
Created
attachment 116643
[details]
Patch
Kenneth Rohde Christiansen
Comment 2
2011-11-25 16:42:49 PST
Comment on
attachment 116643
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=116643&action=review
> Source/WebKit2/UIProcess/qt/QtWebContext.cpp:49 > +// Used only by WebKitTestRunner. Not calling initialize() so we don't register any clients.
It avoids calling initialize(), so that we don't ...
> Source/WebKit2/UIProcess/qt/QtWebContext.cpp:64 > + defaultContext->initialize(); > + return defaultContext.release();
I prefer a newline before the return. It makes it easier to spot that it returns something
> Source/WebKit2/UIProcess/qt/QtWebContext.cpp:67 > +PassRefPtr<WebPageProxy> QtWebContext::createWebPage(PageClient* pageClient, WebPageGroup* webPageGroup)
Personally I would just call the arguments for client and pageGroup. At least pageGroup should be enough
> Source/WebKit2/UIProcess/qt/QtWebContext.cpp:72 > +void QtWebContext::setNavigatorQtObjectEnabled(WebPageProxy* webPageProxy, bool enabled)
What about setNavigationDotQtJSObjectEnabled... It is hard to figure out what NavigationQt is all about
> Source/WebKit2/UIProcess/qt/QtWebContext.cpp:98 > +void QtWebContext::setupContextInjectedBundleClient()
Any reason this is called setup and not initialize?
Caio Marcelo de Oliveira Filho
Comment 3
2011-11-25 21:57:46 PST
Created
attachment 116649
[details]
Patch for landing
Caio Marcelo de Oliveira Filho
Comment 4
2011-11-25 22:01:46 PST
Comment on
attachment 116643
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=116643&action=review
Thanks for the review. Followed your suggestions in the version for landing -- except for one.
>> Source/WebKit2/UIProcess/qt/QtWebContext.cpp:72 >> +void QtWebContext::setNavigatorQtObjectEnabled(WebPageProxy* webPageProxy, bool enabled) > > What about setNavigationDotQtJSObjectEnabled... It is hard to figure out what NavigationQt is all about
I have some work on navigator.qt object on the queue, so I'll fix that naming in a next patch.
WebKit Review Bot
Comment 5
2011-11-25 23:18:16 PST
Comment on
attachment 116649
[details]
Patch for landing Clearing flags on attachment: 116649 Committed
r101188
: <
http://trac.webkit.org/changeset/101188
>
WebKit Review Bot
Comment 6
2011-11-25 23:18:21 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