Bug 119594 - Add logging to the primary plugin detection
Summary: Add logging to the primary plugin detection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-08-08 14:21 PDT by Dean Jackson
Modified: 2013-08-08 14:33 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.74 KB, patch)
2013-08-08 14:24 PDT, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2013-08-08 14:21:51 PDT
We're seeing some unusual behaviour. Add some logging for diagnosis.
Comment 1 Radar WebKit Bug Importer 2013-08-08 14:22:31 PDT
<rdar://problem/14689986>
Comment 2 Dean Jackson 2013-08-08 14:24:40 PDT
Created attachment 208370 [details]
Patch
Comment 3 Tim Horton 2013-08-08 14:26:16 PDT
Comment on attachment 208370 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:4056
> +    LOG(Plugins, "Primary Plug-In Detection: began.");

Might also be nice to log when we start the timer-if-it's-not-already-started, and at which source (didFinishLoad or addPluginView).
Comment 4 Dean Jackson 2013-08-08 14:33:25 PDT
Committed r153848: <http://trac.webkit.org/changeset/153848>