Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Issue 1307063005: DevTools: edit SASS through SourceMaps. (Closed)

Created:
5 years, 3 months ago by lushnikov
Modified:
4 years, 7 months ago
Reviewers:
CC:
blink-reviews, caseq+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

DevTools: edit SASS through SourceMaps.

Patch Set 1 #

Patch Set 2 : wip #

Patch Set 3 : forgotten file #

Patch Set 4 : wip #

Patch Set 5 : correct upstream branch #

Patch Set 6 : massive rewrite #

Patch Set 7 : compute edit script instead of diff #

Patch Set 8 : correct CSS diff; simple edits work. #

Patch Set 9 : Total Rewrite: structural edit instead of text edit. #

Patch Set 10 : forgotten file #

Patch Set 11 : robust multiline edits #

Patch Set 12 : WIP: property add/remove diff #

Patch Set 13 : experiment with add properties #

Patch Set 14 : improvements #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1329 lines, -13 lines) Patch
M Source/devtools/devtools.gypi View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M Source/devtools/front_end/bindings/SASSSourceMapping.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +423 lines, -0 lines 0 comments Download
A Source/devtools/front_end/bindings/SASSStructureMapping.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +301 lines, -0 lines 0 comments Download
A Source/devtools/front_end/bindings/SourceMapEditor.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +260 lines, -0 lines 0 comments Download
A Source/devtools/front_end/bindings/diff_match_patch.js View 1 2 3 4 5 6 7 1 chunk +49 lines, -0 lines 0 comments Download
M Source/devtools/front_end/bindings/module.json View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -1 line 0 comments Download
M Source/devtools/front_end/common/Color.js View 1 chunk +11 lines, -1 line 0 comments Download
M Source/devtools/front_end/common/TextRange.js View 2 chunks +53 lines, -1 line 0 comments Download
M Source/devtools/front_end/script_formatter_worker/ScriptFormatterWorker.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +29 lines, -7 lines 0 comments Download
M Source/devtools/front_end/sdk/CSSParser.js View 1 2 3 4 5 6 7 8 2 chunks +20 lines, -1 line 0 comments Download
M Source/devtools/front_end/sdk/SourceMap.js View 1 2 3 4 5 6 7 8 9 10 6 chunks +164 lines, -2 lines 0 comments Download
M Source/devtools/front_end/workspace/UISourceCode.js View 1 chunk +13 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698