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

Issue 2938413005: GeometryInterface: Enable GeometryInterfaces by default. (Closed)

Created:
3 years, 6 months ago by zino
Modified:
3 years, 6 months ago
CC:
chromium-reviews, blink-reviews-css, mac-reviews_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, kinuko+watch, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

GeometryInterface: Enable GeometryInterfaces by default. This patch includes the following things: - Make WebKitCSSMatrix an alias of DOMMatrix (Reland the revert patch[1]) - Enable GeometryInterfaces by default (DOMMatrix, DOMPoint, DOMRect, DOMQuad) - Remove unnecessary runtime flag in CSSMatrixComponent.idl. [1] Reverted patch: https://codereview.chromium.org/2943213002 Intent to ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/cAiTOdSGyes/Su7dlx32EQAJ BUG=388780 Review-Url: https://codereview.chromium.org/2938413005 Cr-Commit-Position: refs/heads/master@{#481096} Committed: https://chromium.googlesource.com/chromium/src/+/06592e080fd1cf4a188265ed4f9bcf826952671a

Patch Set 1 #

Patch Set 2 : Merge WebKitCSSMatrix change #

Total comments: 2

Patch Set 3 : rebase #

Patch Set 4 : fix bot error #

Patch Set 5 : missing win/linux #

Patch Set 6 : GeometryInterface: Enable GeometryInterfaces by default. #

Patch Set 7 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1489 lines, -655 lines) Patch
M android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt View 1 2 chunks +13 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/SmokeTests View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt View 1 1 chunk +0 lines, -82 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/WebKitCSSMatrix-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/Window/custom-constructors-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 2 3 1 chunk +162 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 2 3 1 chunk +162 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 chunks +174 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt View 1 2 3 1 chunk +162 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 3 chunks +174 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/transforms/3d/general/cssmatrix-3d-zoom-expected.png View 1 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/transforms/cssmatrix-2d-interface.xhtml View 1 2 chunks +24 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt View 1 4 chunks +25 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/transforms/cssmatrix-3d-interface.xhtml View 1 1 chunk +38 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt View 1 3 chunks +39 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/transforms/cssmatrix-crash.html View 1 1 chunk +0 lines, -9 lines 0 comments Download
D third_party/WebKit/LayoutTests/transforms/cssmatrix-crash-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 2 chunks +12 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 chunk +162 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 chunk +162 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt View 1 chunk +162 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 2 chunks +12 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/core_idl_files.gni View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/core/css/CSSMatrix.h View 1 1 chunk +0 lines, -171 lines 0 comments Download
D third_party/WebKit/Source/core/css/CSSMatrix.cpp View 1 1 chunk +0 lines, -205 lines 0 comments Download
D third_party/WebKit/Source/core/css/WebKitCSSMatrix.idl View 1 2 1 chunk +0 lines, -104 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Window.idl View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 48 (28 generated)
zino
foolip@, PTAL I think this is urgent because the WebKitCSSMatrix doesn't work well currently without ...
3 years, 6 months ago (2017-06-16 23:48:27 UTC) #3
zino
+timvolodine@ for android_webview. PTAL
3 years, 6 months ago (2017-06-17 06:35:46 UTC) #6
zino
foolip@ and others, PTAL I reverted the WebKitCSSMatrix alias patch[1] becuase it breaks existing web. ...
3 years, 6 months ago (2017-06-17 06:42:36 UTC) #7
foolip
lgtm % nit https://codereview.chromium.org/2938413005/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl File third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl (left): https://codereview.chromium.org/2938413005/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl#oldcode13 third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl:13: RuntimeEnabled=GeometryInterfaces, Why was this removed? I'm ...
3 years, 6 months ago (2017-06-19 11:46:59 UTC) #8
timvolodine
On 2017/06/17 06:35:46, zino wrote: > +timvolodine@ for android_webview. > > PTAL android_webview/.. -- lgtm
3 years, 6 months ago (2017-06-19 12:56:23 UTC) #9
zino
Thank you for review. I left a comment. https://codereview.chromium.org/2938413005/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl File third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl (left): https://codereview.chromium.org/2938413005/diff/20001/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl#oldcode13 third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl:13: RuntimeEnabled=GeometryInterfaces, ...
3 years, 6 months ago (2017-06-19 16:32:52 UTC) #10
zino
+Dirk Pranke for SmokeTests PTAL
3 years, 6 months ago (2017-06-19 16:33:42 UTC) #12
Dirk Pranke
lgtm
3 years, 6 months ago (2017-06-19 21:46:00 UTC) #13
zino
On 2017/06/19 16:32:52, zino wrote: > Thank you for review. I left a comment. > ...
3 years, 6 months ago (2017-06-19 23:01:03 UTC) #14
foolip
On 2017/06/19 23:01:03, zino wrote: > On 2017/06/19 16:32:52, zino wrote: > > Thank you ...
3 years, 6 months ago (2017-06-20 08:07:54 UTC) #15
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/2938413005/20001
3 years, 6 months ago (2017-06-20 08:09:02 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/235452) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 6 months ago (2017-06-20 08:11:07 UTC) #19
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/2938413005/40001
3 years, 6 months ago (2017-06-20 10:32:52 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/471708)
3 years, 6 months ago (2017-06-20 12:36:21 UTC) #24
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/2938413005/60001
3 years, 6 months ago (2017-06-20 12:54:09 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/483278)
3 years, 6 months ago (2017-06-20 15:06:08 UTC) #29
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/2938413005/100001
3 years, 6 months ago (2017-06-20 15:37:09 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/483364)
3 years, 6 months ago (2017-06-20 17:54:33 UTC) #34
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/2938413005/120001
3 years, 6 months ago (2017-06-21 02:58:11 UTC) #45
commit-bot: I haz the power
3 years, 6 months ago (2017-06-21 03:03:19 UTC) #48
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/06592e080fd1cf4a188265ed4f9b...

Powered by Google App Engine
This is Rietveld 408576698