WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 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
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug