WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
75229
Web Inspector: Extract FileEditor from ScriptsPanel.
https://bugs.webkit.org/show_bug.cgi?id=75229
Summary
Web Inspector: Extract FileEditor from ScriptsPanel.
Vsevolod Vlasov
Reported
2011-12-26 10:49:44 PST
Extract FileEditor from ScriptsPanel.
Attachments
Patch
(17.04 KB, patch)
2011-12-26 10:59 PST
,
Vsevolod Vlasov
pfeldman
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Vsevolod Vlasov
Comment 1
2011-12-26 10:59:15 PST
Created
attachment 120557
[details]
Patch
Pavel Feldman
Comment 2
2011-12-26 11:23:37 PST
Comment on
attachment 120557
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=120557&action=review
Please rename new interface and a class prior to landing.
> Source/WebCore/inspector/front-end/ScriptsPanel.js:1073 > +WebInspector.ScriptsPanel.FileEditor = function() { }
FileEditor is not a great name for this. We have TextViewer (that was renamed from TextEditor when we stripped editing capabilities that should be renamed back). This looks like a WebInspector.EditorContainer to me.
> Source/WebCore/inspector/front-end/UISourceCode.js:145 > + if (!this._fileName)
What if fileName is "" ?
Vsevolod Vlasov
Comment 3
2011-12-26 11:47:30 PST
Committed
r103690
: <
http://trac.webkit.org/changeset/103690
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug