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

Issue 900203002: Add use counters for missing arguments to window.{move,resize}{To,By} (Closed)

Created:
5 years, 10 months ago by Jens Widell
Modified:
5 years, 10 months ago
Reviewers:
philipj_slow, Mike West
CC:
arv+blink, blink-reviews, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add use counters for missing arguments to window.{move,resize}{To,By} In preparation of making the arguments non-optional, per spec, add counters to determine how much impact this would have. BUG=453421 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189559

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -12 lines) Patch
M Source/core/frame/DOMWindow.h View 1 chunk +6 lines, -2 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 4 chunks +14 lines, -2 lines 2 comments Download
M Source/core/frame/RemoteDOMWindow.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/frame/RemoteDOMWindow.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/Window.idl View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Jens Widell
PTAL mkwst@: sorry for making the very thing you disliked in the initial patch even ...
5 years, 10 months ago (2015-02-05 10:01:21 UTC) #2
Mike West
LBTM. :( But as long as it's temporary, LGTM.
5 years, 10 months ago (2015-02-05 10:03:39 UTC) #3
Jens Widell
On 2015/02/05 10:03:39, Mike West wrote: > LBTM. :( > > But as long as ...
5 years, 10 months ago (2015-02-05 10:06:14 UTC) #4
philipj_slow
https://codereview.chromium.org/900203002/diff/1/Source/core/frame/LocalDOMWindow.cpp File Source/core/frame/LocalDOMWindow.cpp (right): https://codereview.chromium.org/900203002/diff/1/Source/core/frame/LocalDOMWindow.cpp#newcode1409 Source/core/frame/LocalDOMWindow.cpp:1409: UseCounter::count(document(), UseCounter::WindowMoveResizeMissingArguments); It could well be that there's only ...
5 years, 10 months ago (2015-02-05 10:13:58 UTC) #5
Jens Widell
https://codereview.chromium.org/900203002/diff/1/Source/core/frame/LocalDOMWindow.cpp File Source/core/frame/LocalDOMWindow.cpp (right): https://codereview.chromium.org/900203002/diff/1/Source/core/frame/LocalDOMWindow.cpp#newcode1409 Source/core/frame/LocalDOMWindow.cpp:1409: UseCounter::count(document(), UseCounter::WindowMoveResizeMissingArguments); On 2015/02/05 10:13:58, philipj_UTC7 wrote: > It ...
5 years, 10 months ago (2015-02-05 10:19:52 UTC) #6
philipj_slow
I don't know, *By(x) to only * horizontally could make some sense. But I suppose ...
5 years, 10 months ago (2015-02-05 12:12:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/900203002/1
5 years, 10 months ago (2015-02-05 12:49:29 UTC) #9
commit-bot: I haz the power
5 years, 10 months ago (2015-02-05 15:12:22 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=189559

Powered by Google App Engine
This is Rietveld 408576698