RESOLVED FIXED 66233
Web Inspector: add UISourceCode class.
https://bugs.webkit.org/show_bug.cgi?id=66233
Summary Web Inspector: add UISourceCode class.
Pavel Podivilov
Reported 2011-08-15 09:27:13 PDT
Web Inspector: add UISourceCode class. This is a next step towards splitting SourceFile into RawSourceCode and UISourceCode. UISourceCode is a part of SourceFile's interface that is visible to ScriptsPanel. UISourceCode represents a single entry in scripts panel's files select.
Attachments
Patch (10.48 KB, patch)
2011-08-15 09:28 PDT, Pavel Podivilov
pfeldman: review+
Pavel Podivilov
Comment 1 2011-08-15 09:28:17 PDT
Pavel Feldman
Comment 2 2011-08-18 02:13:33 PDT
Comment on attachment 103919 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=103919&action=review > LayoutTests/inspector/debugger/ui-source-code.html:14 > + { setTimeout(callback.bind... > Source/WebCore/inspector/front-end/UISourceCode.js:74 > +WebInspector.SourceCodeProvider = function() ContentProvider
Pavel Podivilov
Comment 3 2011-08-18 06:54:49 PDT
Note You need to log in before you can comment on or make changes to this bug.