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

Issue 404473004: Rename DOMPoint to WebKitPoint in C++ sides. (Closed)

Created:
6 years, 5 months ago by zino
Modified:
6 years, 5 months ago
CC:
arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Rename DOMPoint to WebKitPoint in C++ sides. The WebKitPoint interface implemented as DOMPoint in C++ sides. Its name can conflict with a new implementation of DOMPoint. So, we should rename DOMPoint to WebKitPoint in C++ sides. We will have to remove it after a new implementation is shipped. BUG=388780 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178566

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -98 lines) Patch
M Source/bindings/core/v8/custom/V8WebKitPointCustom.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 chunks +1 line, -1 line 0 comments Download
D Source/core/frame/DOMPoint.h View 1 1 chunk +0 lines, -69 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 1 5 chunks +5 lines, -5 lines 0 comments Download
A + Source/core/frame/WebKitPoint.h View 1 4 chunks +9 lines, -9 lines 0 comments Download
M Source/core/frame/WebKitPoint.idl View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/testing/Internals.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/testing/Internals.cpp View 1 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
zino
Please take a look.
6 years, 5 months ago (2014-07-17 13:57:52 UTC) #1
haraken
Would you elaborate on what's going to happen on DOMPoint and WebKitPoint (with a link ...
6 years, 5 months ago (2014-07-17 14:39:34 UTC) #2
zino
On 2014/07/17 14:39:34, haraken wrote: > Would you elaborate on what's going to happen on ...
6 years, 5 months ago (2014-07-17 14:59:39 UTC) #3
haraken
Thanks for the background. > I guess WebKitPoint is too old and it isn't aligned ...
6 years, 5 months ago (2014-07-17 15:09:32 UTC) #4
abarth-chromium
What's the differnce between WebKitPoint and DOMPoint?
6 years, 5 months ago (2014-07-17 18:02:31 UTC) #5
zino
On 2014/07/17 18:02:31, abarth wrote: > What's the differnce between WebKitPoint and DOMPoint? I think ...
6 years, 5 months ago (2014-07-18 00:41:49 UTC) #6
abarth-chromium
On 2014/07/18 at 00:41:49, jinho.bang wrote: > On 2014/07/17 18:02:31, abarth wrote: > > What's ...
6 years, 5 months ago (2014-07-18 03:04:48 UTC) #7
Rik
On 2014/07/18 03:04:48, abarth wrote: > That's fine. It's better to extend WebKitPoint to match ...
6 years, 5 months ago (2014-07-18 03:26:57 UTC) #8
abarth-chromium
On 2014/07/18 at 03:26:57, cabanier wrote: > On 2014/07/18 03:04:48, abarth wrote: > > That's ...
6 years, 5 months ago (2014-07-18 04:04:02 UTC) #9
zino
On 2014/07/18 04:04:02, abarth wrote: > Eventually we'll want to delete WebKitPoint. In the meantime, ...
6 years, 5 months ago (2014-07-18 09:06:00 UTC) #10
zino
FYI, I've just uploaded DOMPoint implementation (WIP CL). https://codereview.chromium.org/404803002/ I think we should need renaming ...
6 years, 5 months ago (2014-07-18 13:11:54 UTC) #11
abarth-chromium
On 2014/07/18 at 09:06:00, jinho.bang wrote: > On 2014/07/18 04:04:02, abarth wrote: > > Eventually ...
6 years, 5 months ago (2014-07-18 18:00:44 UTC) #12
zino
Dear Adam, Do you agree? Would you mind if I commit this?
6 years, 5 months ago (2014-07-21 05:52:10 UTC) #13
abarth-chromium
On 2014/07/21 at 05:52:10, jinho.bang wrote: > Do you agree? > Would you mind if ...
6 years, 5 months ago (2014-07-21 06:23:25 UTC) #14
zino
The CQ bit was checked by jinho.bang@samsung.com
6 years, 5 months ago (2014-07-21 13:53:48 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/404473004/1
6 years, 5 months ago (2014-07-21 13:54:32 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_blink_compile_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-21 14:39:05 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-21 14:40:16 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/13212) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/31018)
6 years, 5 months ago (2014-07-21 14:40:17 UTC) #19
zino
The CQ bit was checked by jinho.bang@samsung.com
6 years, 5 months ago (2014-07-21 14:59:12 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jinho.bang@samsung.com/404473004/20001
6 years, 5 months ago (2014-07-21 14:59:46 UTC) #21
commit-bot: I haz the power
6 years, 5 months ago (2014-07-21 16:02:01 UTC) #22
Message was sent while issue was closed.
Change committed as 178566

Powered by Google App Engine
This is Rietveld 408576698