Bug 159209 - [Coordinated Graphics] Move CompositingCoordinator from platform to WebKit2 layer
Summary: [Coordinated Graphics] Move CompositingCoordinator from platform to WebKit2 l...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 159144
Blocks: 159212
  Show dependency treegraph
 
Reported: 2016-06-28 03:32 PDT by Carlos Garcia Campos
Modified: 2016-06-30 00:33 PDT (History)
3 users (show)

See Also:


Attachments
Patch (99.11 KB, patch)
2016-06-28 03:36 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Rebased patch (99.14 KB, patch)
2016-06-29 05:21 PDT, Carlos Garcia Campos
zan: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews125 for ios-simulator-wk2 (937.24 KB, application/zip)
2016-06-29 06:18 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2016-06-28 03:32:28 PDT
It's a layering violation, that code belongs to the WebKit2 layer.
Comment 1 Carlos Garcia Campos 2016-06-28 03:36:00 PDT
Created attachment 282238 [details]
Patch

To make the review easier I haven't changed any code, just moved it, updated the header includes and added some WebCore::. I plan to do further cleanup in a follow up patch.
Comment 2 Carlos Garcia Campos 2016-06-29 05:21:34 PDT
Created attachment 282341 [details]
Rebased patch

This should apply on trunk now
Comment 3 Build Bot 2016-06-29 06:18:24 PDT
Comment on attachment 282341 [details]
Rebased patch

Attachment 282341 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/1594193

New failing tests:
animations/multiple-backgrounds.html
Comment 4 Build Bot 2016-06-29 06:18:27 PDT
Created attachment 282343 [details]
Archive of layout-test-results from ews125 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews125  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.4
Comment 5 Carlos Garcia Campos 2016-06-29 06:28:34 PDT
(In reply to comment #3)
> Comment on attachment 282341 [details]
> Rebased patch
> 
> Attachment 282341 [details] did not pass ios-sim-ews (ios-simulator-wk2):
> Output: http://webkit-queues.webkit.org/results/1594193
> 
> New failing tests:
> animations/multiple-backgrounds.html

This is just code moved and shouldn't affect iOS at all.
Comment 6 Carlos Garcia Campos 2016-06-30 00:33:08 PDT
Committed r202675: <http://trac.webkit.org/changeset/202675>