Bug 176273 - Move UI Process part of the Remote Layer Tree code out of a Mac-specific directory
Summary: Move UI Process part of the Remote Layer Tree code out of a Mac-specific dire...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks: 174097
  Show dependency treegraph
 
Reported: 2017-09-02 01:09 PDT by Tim Horton
Modified: 2017-09-27 12:39 PDT (History)
5 users (show)

See Also:


Attachments
Patch (324.51 KB, patch)
2017-09-02 01:15 PDT, Tim Horton
no flags Details | Formatted Diff | Diff
Patch (243.02 KB, patch)
2017-09-02 01:42 PDT, Tim Horton
mitz: review+
Details | Formatted Diff | Diff
Patch for EWS (243.02 KB, patch)
2017-09-02 15:53 PDT, Tim Horton
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2017-09-02 01:09:00 PDT
Move UI Process part of the Remote Layer Tree code out of a Mac-specific directory
Comment 1 Tim Horton 2017-09-02 01:15:25 PDT
Created attachment 319705 [details]
Patch
Comment 2 Tim Horton 2017-09-02 01:16:08 PDT
Oh, webkit-patch -g, you never quite do the right thing :(
Comment 3 Tim Horton 2017-09-02 01:42:49 PDT
Created attachment 319711 [details]
Patch
Comment 4 mitz 2017-09-02 01:44:24 PDT
Comment on attachment 319711 [details]
Patch

rs=me
Comment 5 Tim Horton 2017-09-02 15:53:45 PDT
Created attachment 319743 [details]
Patch for EWS
Comment 6 Build Bot 2017-09-02 15:55:44 PDT
Attachment 319743 [details] did not pass style-queue:


ERROR: Source/WebKit/UIProcess/RemoteLayerTree/ios/ScrollingTreeOverflowScrollingNodeIOS.h:26:  Use #pragma once instead of #ifndef for header guard.  [build/header_guard] [5]
ERROR: Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.h:26:  Use #pragma once instead of #ifndef for header guard.  [build/header_guard] [5]
ERROR: Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm:30:  Alphabetical sorting problem.  [build/include_order] [4]
ERROR: Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm:446:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingTree.h:26:  Use #pragma once instead of #ifndef for header guard.  [build/header_guard] [5]
ERROR: Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeScrollingPerformanceData.h:27:  Use #pragma once instead of #ifndef for header guard.  [build/header_guard] [5]
ERROR: Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.h:69:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit/UIProcess/RemoteLayerTree/ios/RemoteLayerTreeHostIOS.mm:30:  You should add a blank line after implementation file's own header.  [build/include_order] [4]
ERROR: Source/WebKit/UIProcess/RemoteLayerTree/ios/RemoteLayerTreeHostIOS.mm:30:  You should not add a blank line before implementation file's own header.  [build/include_order] [4]
ERROR: Source/WebKit/PlatformMac.cmake:281:  Alphabetical sorting problem. "UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm" should be before "UIProcess/RemoteLayerTree/RemoteScrollingTree.cpp".  [list/order] [5]
Total errors found: 10 in 19 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 WebKit Commit Bot 2017-09-02 16:52:38 PDT
Comment on attachment 319743 [details]
Patch for EWS

Clearing flags on attachment: 319743

Committed r221541: <http://trac.webkit.org/changeset/221541>
Comment 8 WebKit Commit Bot 2017-09-02 16:52:40 PDT
All reviewed patches have been landed.  Closing bug.
Comment 9 Radar WebKit Bug Importer 2017-09-27 12:39:20 PDT
<rdar://problem/34693694>