[webkit-reviews] review granted: [Bug 101841] Web Inspector: migrate text editor to mutation observers : [Attachment 173501] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 03:48:31 PST 2012


Vsevolod Vlasov <vsevik at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 101841: Web Inspector: migrate text editor to mutation observers
https://bugs.webkit.org/show_bug.cgi?id=101841

Attachment 173501: Patch
https://bugs.webkit.org/attachment.cgi?id=173501&action=review

------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=173501&action=review


> Source/WebCore/inspector/front-end/DefaultTextEditor.js:2080
> +	   if (false) // For paint debugging.

Maybe add a debug flag at the top of this file?

> Source/WebCore/inspector/front-end/DefaultTextEditor.js:2317
> +	   // console.log(this.element.innerText === this._textModel.text() +
"\n");

Ditto


More information about the webkit-reviews mailing list