Bug 172041 - Add some logging for layer tree commits, and resize and orientation change events
Summary: Add some logging for layer tree commits, and resize and orientation change ev...
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: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-12 12:50 PDT by Simon Fraser (smfr)
Modified: 2017-05-12 13:09 PDT (History)
7 users (show)

See Also:


Attachments
Patch (4.97 KB, patch)
2017-05-12 12:52 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2017-05-12 12:50:44 PDT
Add some logging for layer tree commits, and resize and orientation change events
Comment 1 Simon Fraser (smfr) 2017-05-12 12:52:51 PDT
Created attachment 309929 [details]
Patch
Comment 2 Tim Horton 2017-05-12 12:59:40 PDT
Comment on attachment 309929 [details]
Patch

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

> Source/WebCore/dom/Document.cpp:6973
> +    LOG(Events, "Document %p orientationChanged - orientation %d)", this, orientation);

What is that closed paren.
Comment 3 Simon Fraser (smfr) 2017-05-12 13:09:53 PDT
https://trac.webkit.org/r216778