[Webkit-unassigned] [Bug 53181] Web Inspector: make use of X-edit-server headers to save JS edits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 4 07:11:37 PST 2011


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





--- Comment #5 from Pavel Feldman <pfeldman at chromium.org>  2011-02-04 07:11:37 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > We can achieve this by means of inspector extensions.
> 
> While a good start, it would make it a multi-click process to get to where you can fix your problem, and the line number information would probably be lost. Is it possible for an extension to add a context menu to links in the console (with access to the line number as well)?

This is also an option.

Here is a broader context on where we are currently headed:
- We have editing ambitions in the inspector land as well and are currently making our source frame an editor. This use case would require a magic header on where to post changes (using webdav).
- We are about to expose websocket-based debugging interface where you would attach to the running browser and debug your app while developing it in your cloud ide. You can play with it via running Chrome with the --remote-debugging-port=9222 switch.

So I guess what I am saying is: we can do touch-point integration such as context menu now; and aim for deeper integration in the future.

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