Bug 84352

Summary: Web Inspector: make ScriptNavigatorController use views only, rename to NavigatorOverlayController.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

Description Pavel Feldman 2012-04-19 10:31:15 PDT
This change makes navigator controller use view interfaces only. Focus machinery has been refactored in order to make it happen: not all view ancestors can either override focus: or defaultFocusedElement: with latter being preferred way.
Comment 1 Pavel Feldman 2012-04-19 10:34:16 PDT
Created attachment 137920 [details]
Patch
Comment 2 Pavel Feldman 2012-04-20 04:58:43 PDT
Committed r114740: <http://trac.webkit.org/changeset/114740>