Bug 197547

Summary: Add logging for RenderLayer clip rects
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ryanhaddad, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=197639
Attachments:
Description Flags
Patch none

Description Simon Fraser (smfr) 2019-05-02 20:07:56 PDT
Add logging for RenderLayer clip rects
Comment 1 Simon Fraser (smfr) 2019-05-02 20:08:40 PDT
Created attachment 368877 [details]
Patch
Comment 2 WebKit Commit Bot 2019-05-02 22:01:55 PDT
Comment on attachment 368877 [details]
Patch

Clearing flags on attachment: 368877

Committed r244900: <https://trac.webkit.org/changeset/244900>
Comment 3 WebKit Commit Bot 2019-05-02 22:01:56 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-05-02 22:02:18 PDT
<rdar://problem/50433802>
Comment 5 Ryan Haddad 2019-05-07 11:21:31 PDT
As noted in https://bugs.webkit.org/show_bug.cgi?id=197639, this caused media/track/track-cue-missing.html to fail on macOS and iOS debug queues.
Comment 6 Ryan Haddad 2019-05-07 11:42:22 PDT
Reverted r244900 for reason:

Caused media/track/track-cue-missing.html to fail on debug queues

Committed r245019: <https://trac.webkit.org/changeset/245019>
Comment 7 Simon Fraser (smfr) 2019-05-12 20:08:51 PDT
Re-landed in https://trac.webkit.org/r245219 in a way that shouldn't slow tests.