Bug 119594

Summary: Add logging to the primary plugin detection
Product: WebKit Reporter: Dean Jackson <dino>
Component: Plug-insAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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>