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

Issue 1577723002: Devtools: Add editable keyframes to the styles sidebar pane (Closed)

Created:
4 years, 11 months ago by samli
Modified:
4 years, 10 months ago
Reviewers:
lushnikov, pfeldman
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, dglazkov+blink, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman, rwlbuis, sergeyv+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Devtools: Add editable keyframes to the styles sidebar pane BUG=266276 Committed: https://crrev.com/301c00ccc158984672abc7de19466e48619e81a5 Cr-Commit-Position: refs/heads/master@{#372224}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : Review changes/split CL #

Total comments: 8

Patch Set 5 : #

Total comments: 12

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+726 lines, -154 lines) Patch
M third_party/WebKit/LayoutTests/animations/keyframes-find-rule.html View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/keyframes-rule.html View 1 2 3 4 5 6 10 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/keyframes-rule-expected.txt View 1 2 3 4 5 6 4 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/styles-1/add-new-rule-inline-style-csp.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets.html View 1 2 3 4 5 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/styles-4/keyframes-source-offsets-expected.txt View 1 2 3 chunks +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-keyframes.html View 1 2 3 chunks +23 lines, -18 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-keyframes-expected.txt View 1 2 1 chunk +211 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/styles/resources/keyframes.css View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleKeyframe.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h View 1 2 3 4 5 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 1 2 3 4 5 6 10 chunks +48 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp View 1 2 3 4 5 3 chunks +68 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js View 1 2 3 4 5 6 12 chunks +175 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/CSSStyleModel.js View 1 2 3 4 5 6 9 chunks +121 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/protocol.json View 1 2 3 4 5 4 chunks +16 lines, -11 lines 0 comments Download

Messages

Total messages: 34 (13 generated)
samli
PTAL. Screenshot: http://i.imgur.com/93OuFLX.png
4 years, 11 months ago (2016-01-11 07:54:23 UTC) #2
samli
ping, ptal.
4 years, 11 months ago (2016-01-12 23:19:14 UTC) #4
pfeldman
https://codereview.chromium.org/1577723002/diff/40001/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp File third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp (right): https://codereview.chromium.org/1577723002/diff/40001/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp#newcode379 third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp:379: String text = "@keyframes boguzAnim { " + keyText ...
4 years, 11 months ago (2016-01-13 00:08:19 UTC) #5
samli
PTAL https://codereview.chromium.org/1577723002/diff/40001/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp File third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp (right): https://codereview.chromium.org/1577723002/diff/40001/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp#newcode379 third_party/WebKit/Source/core/inspector/InspectorStyleSheet.cpp:379: String text = "@keyframes boguzAnim { " + ...
4 years, 11 months ago (2016-01-13 00:53:37 UTC) #6
lushnikov
lgtm https://codereview.chromium.org/1577723002/diff/60001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js File third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js (right): https://codereview.chromium.org/1577723002/diff/60001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js#newcode745 third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js:745: * @param {?WebInspector.CSSStyleModel.MatchedStyleResult} matchedStyles can we keep matchedStyles ...
4 years, 11 months ago (2016-01-13 01:42:18 UTC) #7
lushnikov
lgtm
4 years, 11 months ago (2016-01-13 01:42:19 UTC) #8
lushnikov
4 years, 11 months ago (2016-01-13 01:42:26 UTC) #9
samli
pfeldman ptal @ core/inspector changes. https://codereview.chromium.org/1577723002/diff/60001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js File third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js (right): https://codereview.chromium.org/1577723002/diff/60001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js#newcode745 third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js:745: * @param {?WebInspector.CSSStyleModel.MatchedStyleResult} matchedStyles ...
4 years, 11 months ago (2016-01-13 04:59:36 UTC) #10
pfeldman
https://codereview.chromium.org/1577723002/diff/80001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js File third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js (left): https://codereview.chromium.org/1577723002/diff/80001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js#oldcode56 third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js:56: WebInspector.StylesSidebarPane.Events = { This was done separately. https://codereview.chromium.org/1577723002/diff/80001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js File ...
4 years, 11 months ago (2016-01-13 17:43:58 UTC) #11
samli
PTAL https://codereview.chromium.org/1577723002/diff/80001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js File third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js (left): https://codereview.chromium.org/1577723002/diff/80001/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js#oldcode56 third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js:56: WebInspector.StylesSidebarPane.Events = { On 2016/01/13 at 17:43:58, pfeldman ...
4 years, 11 months ago (2016-01-18 02:10:32 UTC) #12
samli
ping pfeldman
4 years, 11 months ago (2016-01-20 21:26:16 UTC) #14
pfeldman
lgtm
4 years, 11 months ago (2016-01-21 19:35:27 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1577723002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1577723002/120001
4 years, 11 months ago (2016-01-21 23:05:54 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/162770)
4 years, 11 months ago (2016-01-22 00:15:47 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1577723002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1577723002/140001
4 years, 11 months ago (2016-01-22 00:58:02 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/162851)
4 years, 11 months ago (2016-01-22 02:35:57 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1577723002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1577723002/140001
4 years, 10 months ago (2016-01-28 22:56:59 UTC) #27
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-01-29 00:24:08 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1577723002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1577723002/140001
4 years, 10 months ago (2016-01-29 00:33:25 UTC) #31
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 10 months ago (2016-01-29 00:40:25 UTC) #32
commit-bot: I haz the power
4 years, 10 months ago (2016-01-29 00:41:24 UTC) #34
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/301c00ccc158984672abc7de19466e48619e81a5
Cr-Commit-Position: refs/heads/master@{#372224}

Powered by Google App Engine
This is Rietveld 408576698