Bug 32924

Summary: Web Inspector: Implement Edit Inner HTML action.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, rik, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed change. timothy: review+

Pavel Feldman
Reported 2009-12-24 14:54:33 PST
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 2009-12-24 15:00:19 PST
Created attachment 45476 [details] [PATCH] Proposed change.
Timothy Hatcher
Comment 2 2009-12-24 17:26:31 PST
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 2009-12-25 06:24:40 PST
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.