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

Issue 2626143004: DevTools: move from Common module - Geometry and CSSShadowModel (Closed)

Created:
3 years, 11 months ago by chenwilliam
Modified:
3 years, 11 months ago
Reviewers:
pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, shans, rjwright, blink-reviews-style_chromium.org, blink-reviews-animation_chromium.org, darktears, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, Eric Willigers, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: move from Common module - Geometry and CSSShadowModel Geometry: Common -> UI CSSShadowModel: Common -> InlineEditor I namespaced three global variables in Geometry: 'Size', 'Insets', 'Constraints' BUG=none Review-Url: https://codereview.chromium.org/2626143004 Cr-Commit-Position: refs/heads/master@{#443491} Committed: https://chromium.googlesource.com/chromium/src/+/8e36f0a45025a1005800562926443f2aeb9b0766

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : nit #

Total comments: 2

Patch Set 4 : minimize test diff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -1255 lines) Patch
M third_party/WebKit/LayoutTests/inspector/components/css-shadow-model.html View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/components/geometry.html View 10 chunks +40 lines, -40 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-responsive.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/animation/AnimationUI.js View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/devtools/front_end/common/CSSShadowModel.js View 1 chunk +0 lines, -323 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/common/Geometry.js View 1 chunk +0 lines, -531 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/common/module.json View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js View 12 chunks +28 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/emulation/EmulatedDevices.js View 3 chunks +11 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/emulation/SensorsView.js View 5 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/inline_editor/BezierEditor.js View 7 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/inline_editor/BezierUI.js View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/inline_editor/CSSShadowEditor.js View 13 chunks +31 lines, -29 lines 0 comments Download
A + third_party/WebKit/Source/devtools/front_end/inline_editor/CSSShadowModel.js View 11 chunks +62 lines, -62 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/inline_editor/ColorSwatch.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/inline_editor/module.json View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/layer_viewer/Layers3DView.js View 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/layers/LayerTreeModel.js View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/CSSSourceFrame.js View 3 chunks +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelinePaintProfilerView.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/Dialog.js View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/devtools/front_end/ui/Geometry.js View 23 chunks +114 lines, -115 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/SplitWidget.js View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/Widget.js View 7 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/module.json View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/scripts/extract_module/extract_module.js View 1 2 3 4 chunks +18 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/devtools/scripts/namespaces.js View 1 4 chunks +14 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
chenwilliam
PTAL.
3 years, 11 months ago (2017-01-12 02:02:29 UTC) #2
pfeldman
Your change name is not accurate - you move shadow model into inline editor module. ...
3 years, 11 months ago (2017-01-12 02:27:14 UTC) #3
chenwilliam
PTAL. https://codereview.chromium.org/2626143004/diff/40001/third_party/WebKit/LayoutTests/inspector/components/css-shadow-model.html File third_party/WebKit/LayoutTests/inspector/components/css-shadow-model.html (right): https://codereview.chromium.org/2626143004/diff/40001/third_party/WebKit/LayoutTests/inspector/components/css-shadow-model.html#newcode7 third_party/WebKit/LayoutTests/inspector/components/css-shadow-model.html:7: self.runtime.loadModulePromise('inline_editor').then(run); On 2017/01/12 02:27:14, pfeldman wrote: > You ...
3 years, 11 months ago (2017-01-12 23:27:33 UTC) #5
pfeldman
lgtm
3 years, 11 months ago (2017-01-13 00:49:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2626143004/60001
3 years, 11 months ago (2017-01-13 00:57:01 UTC) #8
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 04:43:19 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/8e36f0a45025a100580056292644...

Powered by Google App Engine
This is Rietveld 408576698