[Webkit-unassigned] [Bug 118959] Web Inspector: Cleanup InspectorFrontendHostStub.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 21 20:01:06 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118959


Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #207221|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #3 from Timothy Hatcher <timothy at apple.com>  2013-07-21 20:00:59 PST ---
(From update of attachment 207221)
View in context: https://bugs.webkit.org/attachment.cgi?id=207221&action=review

> Source/WebInspectorUI/UserInterface/InspectorFrontendHostStub.js:-125
> -            if (this._fileBuffers[url])
> -                throw new Error("Concurrent file modification denied.");
> -
> -            this._fileBuffers[url] = [content];
> -        },

We do use save, which you kept. I agree, this implementation does nothing unless close is also called. So it is weird.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list