WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
60227
Add bundle API for making a page paint as the background of another page
https://bugs.webkit.org/show_bug.cgi?id=60227
Summary
Add bundle API for making a page paint as the background of another page
Anders Carlsson
Reported
2011-05-04 16:25:59 PDT
Add bundle API for making a page paint as the background of another page
Attachments
Patch
(4.71 KB, patch)
2011-05-04 16:29 PDT
,
Anders Carlsson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2011-05-04 16:29:07 PDT
Created
attachment 92343
[details]
Patch
Darin Adler
Comment 2
2011-05-04 16:35:12 PDT
Comment on
attachment 92343
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=92343&action=review
> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:587 > + if (m_underlayPage && m_underlayPage->mainFrame()->coreFrame()->view()) > + m_underlayPage->mainFrame()->coreFrame()->view()->updateLayoutAndStyleIfNeededRecursive();
That’s a long common subexpression. Maybe use a local variable?
Anders Carlsson
Comment 3
2011-05-04 16:42:06 PDT
Committed
r85806
: <
http://trac.webkit.org/changeset/85806
>
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