RESOLVED FIXED 32924
Web Inspector: Implement Edit Inner HTML action.
https://bugs.webkit.org/show_bug.cgi?id=32924
Summary Web Inspector: Implement Edit Inner HTML action.
Pavel Feldman
Reported Thursday, December 24, 2009 10:54:33 PM UTC
Popup action with in-place HTML editing.
Attachments
[PATCH] Proposed change. (8.69 KB, patch)
2009-12-24 15:00 PST, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 Thursday, December 24, 2009 11:00:19 PM UTC
Created attachment 45476 [details] [PATCH] Proposed change.
Timothy Hatcher
Comment 2 Friday, December 25, 2009 1:26:31 AM UTC
Comment on attachment 45476 [details] [PATCH] Proposed change. > + } > + WebInspector.startEditing(this._htmlEditElement, commit.bind(this), dispose.bind(this), null, true); I prefer an empty line between lines like this.
Pavel Feldman
Comment 3 Friday, December 25, 2009 2:24:40 PM UTC
Review comments addressed + I ended up landing "Edit as HTML", not "Edit Inner HTML" version. Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/English.lproj/localizedStrings.js M WebCore/bindings/js/JSInjectedScriptHostCustom.cpp M WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp M WebCore/inspector/InjectedScriptHost.cpp M WebCore/inspector/InjectedScriptHost.h M WebCore/inspector/InjectedScriptHost.idl M WebCore/inspector/InspectorDOMAgent.h M WebCore/inspector/front-end/ElementsPanel.js M WebCore/inspector/front-end/ElementsTreeOutline.js M WebCore/inspector/front-end/InjectedScript.js M WebCore/inspector/front-end/InjectedScriptAccess.js M WebCore/inspector/front-end/InspectorFrontendHostStub.js M WebCore/inspector/front-end/inspector.css M WebCore/inspector/front-end/inspector.js Committed r52556
Note You need to log in before you can comment on or make changes to this bug.