RESOLVED FIXED 89219
Web Inspector: extension's Resource.getContent always returns original revision.
https://bugs.webkit.org/show_bug.cgi?id=89219
Summary Web Inspector: extension's Resource.getContent always returns original revision.
Pavel Feldman
Reported 2012-06-15 09:05:16 PDT
It regressed when we moved editing support to UISourceCode.
Attachments
Patch (9.13 KB, patch)
2012-06-15 09:26 PDT, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-06-15 09:26:52 PDT
Vsevolod Vlasov
Comment 2 2012-06-15 09:44:16 PDT
Comment on attachment 147836 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=147836&action=review > Source/WebCore/inspector/front-end/DebuggerResourceBinding.js:100 > + resource.requestContent(this._setContentWithInitialContent.bind(this, /** @type {WebInspector.JavaScriptSource} */uiSourceCode, content, userCallback)); Please add a space after the comment.
Pavel Feldman
Comment 3 2012-06-15 09:50:59 PDT
Note You need to log in before you can comment on or make changes to this bug.