Bug 134644 - [WK2] Don't support dynamically enabling the RemoteLayerTree debug indicator
Summary: [WK2] Don't support dynamically enabling the RemoteLayerTree debug indicator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-04 23:45 PDT by Tim Horton
Modified: 2014-07-06 23:05 PDT (History)
2 users (show)

See Also:


Attachments
patch (5.12 KB, patch)
2014-07-05 01:34 PDT, Tim Horton
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-07-04 23:45:27 PDT
The indicator depends on the live layer tree commits coming in, including layer creation, so it can't be turned on after the root layer is created. Even a refresh is insufficient to get it working; the debug indicator really needs to exist from the first commit.

So, let's not even attempt to dynamically enable the indicator.
Comment 1 Tim Horton 2014-07-05 01:34:03 PDT
Created attachment 234434 [details]
patch
Comment 2 Tim Horton 2014-07-06 23:05:22 PDT
http://trac.webkit.org/changeset/170838