[Webkit-unassigned] [Bug 104039] Web Inspector: Keep LiveEdit API disabled when idle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 05:12:54 PST 2012


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





--- Comment #3 from Peter Rybin <prybin at chromium.org>  2012-12-10 05:15:18 PST ---
(In reply to comment #2)
> (From update of attachment 178444 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=178444&action=review
> 
> > Source/WebCore/bindings/v8/ScriptDebugServer.cpp:318
> > +        EnableLiveEditScope() { v8::Debug::SetLiveEditEnabled(true); }
> 
> Can it happen that LiveEdit is already on and will be turned off when the scope is destroyed?

That's possibly, but shouldn't be considered a problem I think.
The V8 API is not fully accurate here, because it should also provide getter. However I think we assume the only mode currently: LiveEdit is disabled all the time except when needed.

-- 
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