[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 06:42:36 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53181
--- Comment #3 from Pavel Feldman <pfeldman at chromium.org> 2011-02-04 06:42:36 PST ---
As a started, we could support following scenario:
- Click on a link in the console
- Scripts panel is opened, script being selected
- Right click on the script, choose 'Open in Orion'
- Separate tab is opened with current file in the edit mode.
We can achieve this by means of inspector extensions. We should allow those to contribute context menu items to the scripts / resources panels. Context menu action will get url of currently opened resource/script, reach out for associated HTTP headers, get the one it likes and navigate to the corresponding edit page.
As a result, we don't need to commit to the header format right now. Deployment-wise, inspector extensions are going to be platform-specific, but content-wise, they should be cross-platform for all WebKit ports.
--
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