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

Issue 13845021: DevTools: Bring Sass support from behind the experiment (Closed)

Created:
7 years, 8 months ago by apavlov
Modified:
7 years, 5 months ago
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

DevTools: Bring Sass support from behind the experiment BUG=233179 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154123

Patch Set 1 #

Patch Set 2 : Updated patch now that there are no obstacles #

Patch Set 3 : Rebased patch #

Patch Set 4 : Separate settings for CSS and JS source maps #

Total comments: 2

Patch Set 5 : Comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -36 lines) Patch
M LayoutTests/http/tests/inspector/compiler-script-mapping.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/styles/selector-line.html View 1 2 1 chunk +2 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/inspector/styles/selector-line-expected.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header.html View 1 1 chunk +2 lines, -8 lines 0 comments Download
M LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-expected.txt View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/stylesheet-source-mapping.html View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/devtools/front_end/DebuggerScriptMapping.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/SASSSourceMapping.js View 1 2 3 4 4 chunks +19 lines, -5 lines 0 comments Download
M Source/devtools/front_end/Settings.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/SettingsScreen.js View 1 2 3 4 2 chunks +17 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
apavlov
Remove the "Support for Sass" experiment flag.
7 years, 8 months ago (2013-04-18 15:29:59 UTC) #1
pfeldman
lgtm Could you confirm that it does not result in additional cost to the users ...
7 years, 8 months ago (2013-04-18 16:14:15 UTC) #2
apavlov
On 2013/04/18 16:14:15, pfeldman wrote: > lgtm > > Could you confirm that it does ...
7 years, 8 months ago (2013-04-18 16:55:47 UTC) #3
pfeldman
Requesting stylesheet sounds like a serious performance impact. Would we not do that otherwise? I'd ...
7 years, 8 months ago (2013-04-18 16:58:31 UTC) #4
apavlov
On 2013/04/18 16:58:31, pfeldman wrote: > Requesting stylesheet sounds like a serious performance impact. Would ...
7 years, 8 months ago (2013-04-18 17:44:00 UTC) #5
apavlov
Pavel, I guess this patch needs your approval from the scratch?
7 years, 6 months ago (2013-05-28 14:55:23 UTC) #6
vsevik
lgtm
7 years, 6 months ago (2013-05-28 14:58:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/13845021/7001
7 years, 6 months ago (2013-05-28 14:58:38 UTC) #8
pfeldman
Lets rename "SASS" to CSS source maps in the UI.
7 years, 6 months ago (2013-05-28 15:26:33 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=7150
7 years, 6 months ago (2013-05-28 17:35:34 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/13845021/7001
7 years, 6 months ago (2013-05-28 19:21:49 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=7207
7 years, 6 months ago (2013-05-28 21:42:05 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/13845021/7001
7 years, 6 months ago (2013-05-29 06:06:59 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=7329
7 years, 6 months ago (2013-05-29 09:11:39 UTC) #14
vsevik
not lgtm, we should improve auto reload support first and get rid of the word ...
7 years, 6 months ago (2013-05-29 10:03:11 UTC) #15
apavlov
On 2013/05/29 10:03:11, vsevik wrote: > not lgtm, we should improve auto reload support first ...
7 years, 5 months ago (2013-07-08 10:04:18 UTC) #16
vsevik
https://codereview.chromium.org/13845021/diff/33001/Source/devtools/front_end/SASSSourceMapping.js File Source/devtools/front_end/SASSSourceMapping.js (right): https://codereview.chromium.org/13845021/diff/33001/Source/devtools/front_end/SASSSourceMapping.js#newcode47 Source/devtools/front_end/SASSSourceMapping.js:47: this._mappingsEnabled = WebInspector.settings.cssSourceMapsEnabled.get(); not needed https://codereview.chromium.org/13845021/diff/33001/Source/devtools/front_end/SettingsScreen.js File Source/devtools/front_end/SettingsScreen.js (right): ...
7 years, 5 months ago (2013-07-12 13:07:08 UTC) #17
vsevik
lgtm
7 years, 5 months ago (2013-07-12 13:07:34 UTC) #18
apavlov
On 2013/07/12 13:07:08, vsevik wrote: > https://codereview.chromium.org/13845021/diff/33001/Source/devtools/front_end/SASSSourceMapping.js > File Source/devtools/front_end/SASSSourceMapping.js (right): > > https://codereview.chromium.org/13845021/diff/33001/Source/devtools/front_end/SASSSourceMapping.js#newcode47 > ...
7 years, 5 months ago (2013-07-12 14:11:12 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/13845021/44001
7 years, 5 months ago (2013-07-12 14:11:45 UTC) #20
commit-bot: I haz the power
7 years, 5 months ago (2013-07-12 15:31:46 UTC) #21
Message was sent while issue was closed.
Change committed as 154123

Powered by Google App Engine
This is Rietveld 408576698