Bug 67838

Summary: Web Inspector: introduce JavaScriptSourceFrame class.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
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
none
Patch pfeldman: review+

Description Pavel Podivilov 2011-09-09 03:53:29 PDT
Web Inspector: introduce JavaScriptSourceFrame class.

SourceFrame should not deal with JavaScript debugging since it is a base class for all source frame implementations.
Comment 1 Pavel Podivilov 2011-09-09 03:54:37 PDT
Created attachment 106857 [details]
Patch
Comment 2 Pavel Feldman 2011-09-09 03:59:06 PDT
You should probably move SourceFrameDelegateForScriptsPanel implementation into the new class right away.
Comment 3 Pavel Podivilov 2011-09-09 04:21:42 PDT
Created attachment 106861 [details]
Patch
Comment 4 Pavel Podivilov 2011-09-09 04:22:14 PDT
(In reply to comment #2)
> You should probably move SourceFrameDelegateForScriptsPanel implementation into the new class right away.

Good point!
Comment 5 Pavel Podivilov 2011-09-09 08:20:50 PDT
Committed r94855: <http://trac.webkit.org/changeset/94855>