Bug 172914

Summary: Add ParentRelativeScrollableRect to ScrollingCoordinator::ScrollingGeometry
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: FramesAssignee: Frédéric Wang (:fredw) <fred.wang>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, cmarcelo, commit-queue, ews-watchlist, fred.wang, jamesr, luiz, rbuis, rniwa, simon.fraser, tonikitoo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 176684, 191912    
Bug Blocks: 171667, 172917    
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews105 for mac-elcapitan-wk2
none
Archive of layout-test-results from ews126 for ios-simulator-wk2
none
Patch
simon.fraser: review-
Patch (test for iframes boxes)
none
Patch (WIP)
buildbot: commit-queue-
Archive of layout-test-results from ews103 for mac-elcapitan
none
Archive of layout-test-results from ews106 for mac-elcapitan-wk2
none
Archive of layout-test-results from ews116 for mac-elcapitan
none
Archive of layout-test-results from ews125 for ios-simulator-wk2
none
Patch (WIP)
none
Patch
none
Patch
buildbot: commit-queue-
Archive of layout-test-results from ews106 for mac-elcapitan-wk2
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch
ews-watchlist: commit-queue-
Archive of layout-test-results from ews106 for mac-sierra-wk2
none
Archive of layout-test-results from ews201 for win-future
none
Patch
none
Patch
none
Archive of layout-test-results from ews201 for win-future
none
Archive of layout-test-results from ews126 for ios-simulator-wk2
none
Patch
none
Archive of layout-test-results from ews124 for ios-simulator-wk2
none
Patch
none
Patch (tentative layout tests adjustments)
none
Patch for landing none

Description Frédéric Wang (:fredw) 2017-06-05 01:23:49 PDT
This is necessary to perform hit testing in the scrolling tree for bug 171667.
Comment 1 Frédéric Wang (:fredw) 2017-06-05 01:57:00 PDT
Created attachment 312000 [details]
Patch
Comment 2 Build Bot 2017-06-05 02:51:46 PDT
Comment on attachment 312000 [details]
Patch

Attachment 312000 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/3875178

New failing tests:
tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html
tiled-drawing/scrolling/frames/fixed-inside-frame.html
tiled-drawing/scrolling/frames/coordinated-frame.html
tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html
tiled-drawing/scrolling/frames/coordinated-frame-in-fixed.html
Comment 3 Build Bot 2017-06-05 02:51:47 PDT
Created attachment 312001 [details]
Archive of layout-test-results from ews105 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews105  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 4 Build Bot 2017-06-05 03:05:34 PDT
Comment on attachment 312000 [details]
Patch

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

New failing tests:
fast/scrolling/ios/remove-scrolling-role.html
Comment 5 Build Bot 2017-06-05 03:05:36 PDT
Created attachment 312002 [details]
Archive of layout-test-results from ews126 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews126  Port: ios-simulator-wk2  Platform: Mac OS X 10.12.5
Comment 6 Frédéric Wang (:fredw) 2017-06-05 04:41:33 PDT
Created attachment 312004 [details]
Patch
Comment 7 Frédéric Wang (:fredw) 2017-06-05 05:28:14 PDT
@Simon: Can you please review that patch?
Comment 8 Frédéric Wang (:fredw) 2017-06-20 06:03:51 PDT
Created attachment 313395 [details]
Patch (test for iframes boxes)

> 2017/06/14
> 20:18:52 - smfr : so let’s go forward with the parent offset thing in the scrolling tree
> 20:19:05 - smfr : we’ll also need to be careful that we’re handling events in teh correct rectangle for each scroller
> 20:19:16 - smfr : not sure if the scroller bounds that we have now are the right rect
> 20:19:27 - smfr : e.g. test with iframes which have margin,border and padding

OK, I finally had time to check that. Currently, iframe padding box (including scroll bars) is the area that can receive mouse wheel event. However, in attachment 312321 [details] I'm using scrollableAreaSize which is only the iframe padding box (excluding scroll bars). Moreover, the offset calculated here does not take into account the margin+border of the iframe. Other values like (visible) contents size do not seem to be what we want. Hence it seems we'll have to add more parameters or to adjust the calculation. I'm attaching a simple HTML test with its dumped scrolling tree.
Comment 9 Radar WebKit Bug Importer 2017-09-01 14:24:15 PDT
<rdar://problem/34215550>
Comment 10 Simon Fraser (smfr) 2017-09-05 08:46:29 PDT
Comment on attachment 312004 [details]
Patch

I think we should store a rect for each node (to handle borders/padding correctly), and I guess each rect could be relative to its parent node?
Comment 11 Frédéric Wang (:fredw) 2017-09-05 09:33:03 PDT
(In reply to Simon Fraser (smfr) from comment #10)
> Comment on attachment 312004 [details]
> Patch
> 
> I think we should store a rect for each node (to handle borders/padding
> correctly), and I guess each rect could be relative to its parent node?

So you are suggesting to replace this "offset in parent" property with a rect, right?
Comment 12 Simon Fraser (smfr) 2017-09-05 11:13:02 PDT
Right, yes.
Comment 13 Frédéric Wang (:fredw) 2017-09-06 08:17:00 PDT
Created attachment 320018 [details]
Patch (WIP)
Comment 14 Build Bot 2017-09-06 09:43:56 PDT
Comment on attachment 320018 [details]
Patch (WIP)

Attachment 320018 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/4464558

New failing tests:
fast/scrolling/scrolling-tree-iframe-boxes.html
Comment 15 Build Bot 2017-09-06 09:43:58 PDT
Created attachment 320029 [details]
Archive of layout-test-results from ews103 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews103  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 16 Build Bot 2017-09-06 09:49:16 PDT
Comment on attachment 320018 [details]
Patch (WIP)

Attachment 320018 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/4464607

New failing tests:
fast/scrolling/scrolling-tree-iframe-boxes.html
Comment 17 Build Bot 2017-09-06 09:49:18 PDT
Created attachment 320031 [details]
Archive of layout-test-results from ews106 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews106  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 18 Build Bot 2017-09-06 10:00:34 PDT
Comment on attachment 320018 [details]
Patch (WIP)

Attachment 320018 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/4464661

New failing tests:
fast/scrolling/scrolling-tree-iframe-boxes.html
Comment 19 Build Bot 2017-09-06 10:00:36 PDT
Created attachment 320033 [details]
Archive of layout-test-results from ews116 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews116  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 20 Build Bot 2017-09-06 10:12:54 PDT
Comment on attachment 320018 [details]
Patch (WIP)

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

New failing tests:
fast/scrolling/scrolling-tree-includes-frame.html
fast/scrolling/scrolling-tree-iframe-boxes.html
fast/scrolling/ios/remove-scrolling-role.html
Comment 21 Build Bot 2017-09-06 10:12:56 PDT
Created attachment 320036 [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.12.5
Comment 22 Frédéric Wang (:fredw) 2017-09-08 10:08:40 PDT
Created attachment 320273 [details]
Patch (WIP)
Comment 23 Frédéric Wang (:fredw) 2017-09-12 06:20:46 PDT
Created attachment 320541 [details]
Patch
Comment 24 Frédéric Wang (:fredw) 2017-09-13 02:05:35 PDT
Created attachment 320626 [details]
Patch
Comment 25 Build Bot 2017-09-13 03:20:14 PDT
Comment on attachment 320626 [details]
Patch

Attachment 320626 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/4532433

New failing tests:
tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html
Comment 26 Build Bot 2017-09-13 03:20:16 PDT
Created attachment 320630 [details]
Archive of layout-test-results from ews106 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews106  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 27 Simon Fraser (smfr) 2017-09-13 13:31:31 PDT
Comment on attachment 320626 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=320626&action=review

> Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:45
> +        RectInParent,

Maybe we call this ParentRelativeScrollableRect, since it's only the part that should respond to scroll events.

> Source/WebCore/rendering/RenderLayerCompositor.cpp:3776
> +        result.rectInParent.moveBy(currLayer->location());

I think this is too naive. It should use something like RenderLayer::convertToLayerCoords(), which may need to change to say if there were any intermediate transforms (we may have existing code like this somewhere).
Comment 28 Frédéric Wang (:fredw) 2017-09-13 13:52:49 PDT
(In reply to Simon Fraser (smfr) from comment #27)
> > Source/WebCore/rendering/RenderLayerCompositor.cpp:3776
> > +        result.rectInParent.moveBy(currLayer->location());
> 
> I think this is too naive. It should use something like
> RenderLayer::convertToLayerCoords(), which may need to change to say if
> there were any intermediate transforms (we may have existing code like this
> somewhere).

I thought we wanted to ignore transforms in a first step, but IIUC at the end we would need to calculate the matrix (product of transforms) and rect (maybe just its size)?
Comment 29 Simon Fraser (smfr) 2017-09-13 13:54:08 PDT
(In reply to Frédéric Wang (:fredw) from comment #28)
> (In reply to Simon Fraser (smfr) from comment #27)
> > > Source/WebCore/rendering/RenderLayerCompositor.cpp:3776
> > > +        result.rectInParent.moveBy(currLayer->location());
> > 
> > I think this is too naive. It should use something like
> > RenderLayer::convertToLayerCoords(), which may need to change to say if
> > there were any intermediate transforms (we may have existing code like this
> > somewhere).
> 
> I thought we wanted to ignore transforms in a first step, but IIUC at the
> end we would need to calculate the matrix (product of transforms) and rect
> (maybe just its size)?

I think we should handle translations and scales (i.e. axis-aligned transforms). If any frame is transformed in other ways, we need to throw the entire page into slow scrolling (or do something smarter with bounding rects).
Comment 30 Frédéric Wang (:fredw) 2017-09-13 13:56:47 PDT
(In reply to Simon Fraser (smfr) from comment #29)
> I think we should handle translations and scales (i.e. axis-aligned
> transforms).

Ah, right I remember now. OK, we should handle those here.

> If any frame is transformed in other ways, we need to throw the
> entire page into slow scrolling (or do something smarter with bounding
> rects).

I had opened bug 173354 for that.
Comment 31 Frédéric Wang (:fredw) 2017-09-15 09:58:46 PDT
Created attachment 320918 [details]
Patch
Comment 32 Frédéric Wang (:fredw) 2017-09-26 07:26:39 PDT
Created attachment 321814 [details]
Patch

Small modification to use RenderLayer::convertToLayerCoords
Comment 33 Frédéric Wang (:fredw) 2017-09-26 08:12:14 PDT
Created attachment 321815 [details]
Patch
Comment 34 Frédéric Wang (:fredw) 2017-10-30 09:16:10 PDT
Created attachment 325353 [details]
Patch

Rebasing...
Comment 35 Frédéric Wang (:fredw) 2018-11-22 12:51:16 PST
Created attachment 355484 [details]
Patch

Rebasing. Some tests are flacky, with "reachable contents size" being randomly output or not. Need to debug this...
Comment 36 Frédéric Wang (:fredw) 2018-11-22 12:51:49 PST
Created attachment 355485 [details]
Patch
Comment 37 EWS Watchlist 2018-11-23 07:30:25 PST
Comment on attachment 355485 [details]
Patch

Attachment 355485 [details] did not pass mac-wk2-ews (mac-wk2):
Output: https://webkit-queues.webkit.org/results/10118906

New failing tests:
tiled-drawing/scrolling/frames/fixed-inside-frame.html
Comment 38 EWS Watchlist 2018-11-23 07:30:27 PST
Created attachment 355512 [details]
Archive of layout-test-results from ews106 for mac-sierra-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews106  Port: mac-sierra-wk2  Platform: Mac OS X 10.12.6
Comment 39 EWS Watchlist 2018-11-23 07:57:22 PST
Comment on attachment 355485 [details]
Patch

Attachment 355485 [details] did not pass win-ews (win):
Output: https://webkit-queues.webkit.org/results/10119003

New failing tests:
webanimations/leak-document-with-web-animation.html
fast/scrolling/scrolling-tree-iframe-parent-relative-scrollable-rect.html
Comment 40 EWS Watchlist 2018-11-23 07:57:34 PST
Created attachment 355513 [details]
Archive of layout-test-results from ews201 for win-future

The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: ews201  Port: win-future  Platform: CYGWIN_NT-6.1-2.10.0-0.325-5-3-x86_64-64bit
Comment 41 Frédéric Wang (:fredw) 2018-11-23 07:59:24 PST
Created attachment 355514 [details]
Patch
Comment 42 Frédéric Wang (:fredw) 2018-11-23 09:03:51 PST
Created attachment 355517 [details]
Patch
Comment 43 EWS Watchlist 2018-11-23 10:49:18 PST
Comment on attachment 355517 [details]
Patch

Attachment 355517 [details] did not pass win-ews (win):
Output: https://webkit-queues.webkit.org/results/10120465

New failing tests:
webanimations/leak-document-with-web-animation.html
fast/scrolling/scrolling-tree-iframe-parent-relative-scrollable-rect.html
Comment 44 EWS Watchlist 2018-11-23 10:49:30 PST
Created attachment 355526 [details]
Archive of layout-test-results from ews201 for win-future

The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: ews201  Port: win-future  Platform: CYGWIN_NT-6.1-2.10.0-0.325-5-3-x86_64-64bit
Comment 45 EWS Watchlist 2018-11-23 11:09:21 PST
Comment on attachment 355517 [details]
Patch

Attachment 355517 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: https://webkit-queues.webkit.org/results/10120384

New failing tests:
fast/scrolling/ios/change-scrollability-on-content-resize-nested.html
fast/scrolling/ios/remove-scrolling-role.html
media/no-fullscreen-when-hidden.html
fast/scrolling/ios/change-scrollability-on-content-resize.html
Comment 46 EWS Watchlist 2018-11-23 11:09:23 PST
Created attachment 355527 [details]
Archive of layout-test-results from ews126 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews126  Port: ios-simulator-wk2  Platform: Mac OS X 10.13.6
Comment 47 Frédéric Wang (:fredw) 2018-11-26 03:46:12 PST
Created attachment 355633 [details]
Patch
Comment 48 EWS Watchlist 2018-11-26 13:22:36 PST
Comment on attachment 355633 [details]
Patch

Attachment 355633 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: https://webkit-queues.webkit.org/results/10157233

New failing tests:
media/no-fullscreen-when-hidden.html
Comment 49 EWS Watchlist 2018-11-26 13:22:38 PST
Created attachment 355669 [details]
Archive of layout-test-results from ews124 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews124  Port: ios-simulator-wk2  Platform: Mac OS X 10.13.6
Comment 50 Simon Fraser (smfr) 2018-11-27 09:32:13 PST
I've been working on some code to update the scrolling tree during a new GraphicsLayer tree walk post-flush in RenderLayerCompositor (though I'm also toying with the idea of doing it during RenderLayerCompositor::updateBackingAndHierarchy()). The advantage is that we'll be able to keep track of the scrolling-tree ancestor, and maybe compute geometry during that existing walk.

So it would be great if you could split this patch and upload a patch with just the scrolling tree changes to include the parent-relative scrollable rect.
Comment 51 Frédéric Wang (:fredw) 2018-11-27 10:32:50 PST
(In reply to Simon Fraser (smfr) from comment #50)
> I've been working on some code to update the scrolling tree during a new
> GraphicsLayer tree walk post-flush in RenderLayerCompositor (though I'm also
> toying with the idea of doing it during
> RenderLayerCompositor::updateBackingAndHierarchy()). The advantage is that
> we'll be able to keep track of the scrolling-tree ancestor, and maybe
> compute geometry during that existing walk.
>

Great to hear that.
 
> So it would be great if you could split this patch and upload a patch with
> just the scrolling tree changes to include the parent-relative scrollable
> rect.

Sure. So IIUC, you mean removing the changes to inRenderLayerCompositor* as well as the associated LayoutTests update?
Comment 52 Simon Fraser (smfr) 2018-11-27 11:29:12 PST
(In reply to Frédéric Wang (:fredw) from comment #51)
> (In reply to Simon Fraser (smfr) from comment #50)
> > I've been working on some code to update the scrolling tree during a new
> > GraphicsLayer tree walk post-flush in RenderLayerCompositor (though I'm also
> > toying with the idea of doing it during
> > RenderLayerCompositor::updateBackingAndHierarchy()). The advantage is that
> > we'll be able to keep track of the scrolling-tree ancestor, and maybe
> > compute geometry during that existing walk.
> >
> 
> Great to hear that.
>  
> > So it would be great if you could split this patch and upload a patch with
> > just the scrolling tree changes to include the parent-relative scrollable
> > rect.
> 
> Sure. So IIUC, you mean removing the changes to inRenderLayerCompositor* as
> well as the associated LayoutTests update?

Right.
Comment 53 Frédéric Wang (:fredw) 2018-11-28 07:34:04 PST
Created attachment 355872 [details]
Patch

Extracting only the set/get/dump APIs.
Comment 54 Frédéric Wang (:fredw) 2018-11-28 07:39:05 PST
Created attachment 355873 [details]
Patch (tentative layout tests adjustments)
Comment 55 Frédéric Wang (:fredw) 2018-11-28 10:49:36 PST
@smfr: I've extracted relevant changes in  attachment 355872 [details] (code) and attachment 355873 [details] (layout tests). The test failure on iOS seems unrelated, see bug 192088
Comment 56 WebKit Commit Bot 2018-11-28 14:12:58 PST
Comment on attachment 355872 [details]
Patch

Rejecting attachment 355872 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 355872, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Logging in as commit-queue@webkit.org...
Fetching: https://bugs.webkit.org/attachment.cgi?id=355872&action=edit
Fetching: https://bugs.webkit.org/show_bug.cgi?id=172914&ctype=xml&excludefield=attachmentdata
Processing 1 patch from 1 bug.
Updating working directory
Processing patch 355872 from bug 172914.
Fetching: https://bugs.webkit.org/attachment.cgi?id=355872
Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	Source/WebCore/ChangeLog

ERROR from SVN:
Item is out of date: File '/trunk/Source/WebCore/ChangeLog' is out of date
W: 73100f3605242fdc3c69d247b9ab0bbf1b71ca01 and refs/remotes/origin/master differ, using rebase:
:040000 040000 065eee271eac953bd2a6b0d881d0a2e1a1b94ac8 0e9cf8475f83a4372cc2a8703579faac5683073a M	Source
Current branch master is up to date.
ERROR: Not all changes have been committed into SVN, however the committed
ones (if any) seem to be successfully integrated into the working tree.
Please see the above messages for details.


Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	Source/WebCore/ChangeLog

ERROR from SVN:
Item is out of date: File '/trunk/Source/WebCore/ChangeLog' is out of date
W: 73100f3605242fdc3c69d247b9ab0bbf1b71ca01 and refs/remotes/origin/master differ, using rebase:
:040000 040000 065eee271eac953bd2a6b0d881d0a2e1a1b94ac8 0e9cf8475f83a4372cc2a8703579faac5683073a M	Source
Current branch master is up to date.
ERROR: Not all changes have been committed into SVN, however the committed
ones (if any) seem to be successfully integrated into the working tree.
Please see the above messages for details.


Failed to run "['git', 'svn', 'dcommit', '--rmdir']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit
Updating OpenSource
From https://git.webkit.org/git/WebKit
   25552c067c9..cb3f7e0b42d  master     -> origin/master
Partial-rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ...
Currently at 238638 = 25552c067c9607b197375e5b239990c1cbc021c2
r238639 = c0ebda636f1d838e44ce2d48ed4a5774d2053adf
r238640 = cb3f7e0b42d592cea3ba7e26e2a895fd0098aacc
Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc
	M	Tools/TestWebKitAPI/Tests/WebKitCocoa/SafeBrowsing.mm
	M	Tools/ChangeLog
r238641 = 0dfb93794b73475ceee7a825335cd99ba8b1ab6a (refs/remotes/origin/master)
First, rewinding head to replay your work on top of it...
Fast-forwarded master to refs/remotes/origin/master.

Full output: https://webkit-queues.webkit.org/results/10186730
Comment 57 Frédéric Wang (:fredw) 2018-11-29 02:39:24 PST
Created attachment 355997 [details]
Patch for landing
Comment 58 WebKit Commit Bot 2018-11-29 03:27:57 PST
The commit-queue encountered the following flaky tests while processing attachment 355997 [details]:

inspector/model/remote-object-api.html bug 192144 (author: bburg@apple.com)
media/modern-media-controls/media-documents/media-document-invalid.html bug 192145 (author: graouts@apple.com)
The commit-queue is continuing to process your patch.
Comment 59 WebKit Commit Bot 2018-11-29 03:28:08 PST
The commit-queue encountered the following flaky tests while processing attachment 355997 [details]:

http/tests/webgl/1.0.2/texSubImage2DHTML.html bug 192146 (author: roger_fong@apple.com)
The commit-queue is continuing to process your patch.
Comment 60 WebKit Commit Bot 2018-11-29 03:44:58 PST
Comment on attachment 355997 [details]
Patch for landing

Clearing flags on attachment: 355997

Committed r238665: <https://trac.webkit.org/changeset/238665>
Comment 61 WebKit Commit Bot 2018-11-29 03:45:01 PST
All reviewed patches have been landed.  Closing bug.