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

Issue 1701283002: Implement DOMPoint using v8 extras.

Created:
4 years, 10 months ago by zino
Modified:
4 years, 10 months ago
Reviewers:
CC:
chromium-reviews, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews-bindings_chromium.org, blink-reviews, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement DOMPoint using v8 extras. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -319 lines) Patch
build/common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point.html View 1 chunk +0 lines, -40 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-point-expected.txt View 1 chunk +0 lines, -30 lines 0 comments Download
third_party/WebKit/Source/bindings/core/v8/GeometryInterfaces.h View 1 chunk +24 lines, -0 lines 0 comments Download
third_party/WebKit/Source/bindings/core/v8/GeometryInterfaces.cpp View 1 chunk +26 lines, -0 lines 0 comments Download
third_party/WebKit/Source/bindings/core/v8/v8.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
third_party/WebKit/Source/core/core.gypi View 4 chunks +0 lines, -9 lines 0 comments Download
third_party/WebKit/Source/core/dom/DOMPoint.h View 1 chunk +0 lines, -32 lines 0 comments Download
third_party/WebKit/Source/core/dom/DOMPoint.cpp View 1 chunk +0 lines, -26 lines 0 comments Download
third_party/WebKit/Source/core/dom/DOMPoint.idl View 1 chunk +0 lines, -20 lines 0 comments Download
third_party/WebKit/Source/core/dom/DOMPointInit.idl View 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/WebKit/Source/core/dom/DOMPointReadOnly.h View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp View 1 chunk +0 lines, -22 lines 0 comments Download
third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl View 1 chunk +0 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.h View 2 chunks +2 lines, -3 lines 0 comments Download
third_party/WebKit/Source/core/testing/Internals.cpp View 6 chunks +9 lines, -9 lines 0 comments Download
third_party/WebKit/Source/core/testing/Internals.idl View 1 chunk +2 lines, -2 lines 0 comments Download
third_party/WebKit/Source/modules/geometry/DOMPoint.js View 1 chunk +56 lines, -0 lines 0 comments Download
third_party/WebKit/Source/modules/geometry/DOMPointReadOnly.js View 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VREyeParameters.h View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VREyeParameters.cpp View 3 chunks +9 lines, -12 lines 0 comments Download
third_party/WebKit/Source/modules/vr/VREyeParameters.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRPositionState.h View 4 chunks +15 lines, -14 lines 0 comments Download
third_party/WebKit/Source/modules/vr/VRPositionState.cpp View 2 chunks +45 lines, -18 lines 0 comments Download
third_party/WebKit/Source/modules/vr/VRPositionState.idl View 1 chunk +6 lines, -6 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698