Bug 31068 - Implement exporting for CSS/JavaScript changes made within Inspector
Summary: Implement exporting for CSS/JavaScript changes made within Inspector
Status: RESOLVED DUPLICATE of bug 38578
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-11-03 09:57 PST by Andrew
Modified: 2010-07-07 08:17 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2009-11-03 09:57:42 PST
Implement exporting for CSS/JavaScript changes made within Inspector.
I suggest a diff format, that would be then merged into your project repository.

This will turn Inspector into a WYSIWYG development tool. Awesome!
Comment 1 Timothy Hatcher 2009-11-04 14:32:51 PST
<rdar://problem/6961928>
Comment 2 Joseph Pecoraro 2009-11-04 14:38:59 PST
A heads up for someone when they start working on this. There is already quite a bit of existing support for CSS Style changes and a hidden Changes View (a separate view that shows up inside the Drawer that contains the Console View).  There are comments in the code that point out how to enable the Changes View. And you can follow comments and function calls to find what functionality already exists.  Its something I started working on but couldn't finish due to school work.
Comment 3 Paul Bakaus 2009-11-20 01:56:30 PST
Also see my comments to saving in bug 20663. Again, I think as soon as somebody starts working on this, a more generic ticket is needed.
Comment 4 Joseph Pecoraro 2009-11-20 06:29:16 PST
Paul, you may be interested in this bug:
https://bugs.webkit.org/show_bug.cgi?id=31667
Comment 5 Alexei Masterov 2010-07-07 08:17:14 PDT
We are tracking an ability to export CSS in 38578 - Marking this as a duplicate

*** This bug has been marked as a duplicate of bug 38578 ***