[webkit-reviews] review granted: [Bug 36965] Web Inspector: start editing DOM and styles on click-and-pause. : [Attachment 52329] [PATCH] Proposed change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 13:50:51 PDT 2010


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 36965: Web Inspector: start editing DOM and styles on click-and-pause.
https://bugs.webkit.org/show_bug.cgi?id=36965

Attachment 52329: [PATCH] Proposed change.
https://bugs.webkit.org/attachment.cgi?id=52329&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>

> -    WebInspector.currentFocusElement = element;
> +    return {
> +	   cancel: editingCancelled.bind(element),
> +	   commit: editingCommitted.bind(element)
> +    };

What is this change for?


More information about the webkit-reviews mailing list