[webkit-reviews] review requested: [Bug 58029] Web Inspector: update breakpoints according to source frame decorations after live edit. : [Attachment 88787] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 8 02:58:25 PDT 2011


Pavel Podivilov <podivilov at chromium.org> has asked  for review:
Bug 58029: Web Inspector: update breakpoints according to source frame
decorations after live edit.
https://bugs.webkit.org/show_bug.cgi?id=58029

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

------- Additional Comments from Pavel Podivilov <podivilov at chromium.org>
As discussed offline, we should better freeze the content until
editScriptSource response is recieved.
This is needed to avoid expensive (this._textModel.text !== newSource) check
and potential bugs when new editing is started while previous one was not
committed yet.


More information about the webkit-reviews mailing list