Bug 31068

Summary: Implement exporting for CSS/JavaScript changes made within Inspector
Product: WebKit Reporter: Andrew <cruxst>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Enhancement CC: apavlov, bweinstein, joepeck, keishi, pbakaus, pfeldman, pmuellr, rik, timothy
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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