WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
139460
Provide SPI to asynchronously move a WKView into a window and know when it has painted
https://bugs.webkit.org/show_bug.cgi?id=139460
Summary
Provide SPI to asynchronously move a WKView into a window and know when it ha...
Tim Horton
Reported
2014-12-09 14:45:43 PST
Provide SPI to asynchronously move a WKView into a window and know when it has painted
Attachments
Patch
(26.17 KB, patch)
2014-12-09 14:46 PST
,
Tim Horton
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2014-12-09 14:46:12 PST
Created
attachment 242967
[details]
Patch
Tim Horton
Comment 2
2014-12-09 14:46:35 PST
<
rdar://problem/19135389
>
WebKit Commit Bot
Comment 3
2014-12-09 14:48:32 PST
Attachment 242967
[details]
did not pass style-queue: ERROR: Source/WebKit2/UIProcess/API/mac/WKView.mm:2830: The parameter name "window" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 16 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 4
2014-12-10 12:07:59 PST
Comment on
attachment 242967
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=242967&action=review
> Source/WebKit2/UIProcess/API/mac/WKView.mm:2530 > + // If we're in the middle of preparing to move to a window, ignore actual moves. > + if (_data->_targetWindowForMovePreparation && window != _data->_targetWindowForMovePreparation) > + return;
Is this even allowed? :|
> Source/WebKit2/UIProcess/WebPageProxy.cpp:1172 > +{
space after void.
> Source/WebKit2/UIProcess/WebPageProxy.cpp:1178 > + void(^copiedCompletionHandler)() = Block_copy(completionHandler);
auto.
Tim Horton
Comment 5
2014-12-10 15:00:00 PST
http://trac.webkit.org/changeset/177104
Tim Horton
Comment 6
2014-12-10 15:16:13 PST
Build fix in
http://trac.webkit.org/changeset/177106
Carlos Alberto Lopez Perez
Comment 7
2014-12-10 16:33:44 PST
(In reply to
comment #5
)
>
http://trac.webkit.org/changeset/177104
(In reply to
comment #6
)
> Build fix in
http://trac.webkit.org/changeset/177106
Both the GTK and EFL release build are broken by this :(
https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Build%29?numbuilds=50
https://build.webkit.org/builders/EFL%20Linux%20ARMv7%20Thumb2%20Release%20%28Build%29?numbuilds=50
Csaba Osztrogonác
Comment 8
2014-12-11 04:11:14 PST
buildfix landed in
https://trac.webkit.org/changeset/177123
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