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+

Pavel Podivilov
Reported 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.
Attachments
Patch (6.90 KB, patch)
2011-09-09 03:54 PDT, Pavel Podivilov
no flags
Patch (13.47 KB, patch)
2011-09-09 04:21 PDT, Pavel Podivilov
pfeldman: review+
Pavel Podivilov
Comment 1 2011-09-09 03:54:37 PDT
Pavel Feldman
Comment 2 2011-09-09 03:59:06 PDT
You should probably move SourceFrameDelegateForScriptsPanel implementation into the new class right away.
Pavel Podivilov
Comment 3 2011-09-09 04:21:42 PDT
Pavel Podivilov
Comment 4 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!
Pavel Podivilov
Comment 5 2011-09-09 08:20:50 PDT
Note You need to log in before you can comment on or make changes to this bug.