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

Issue 366853008: [screen-orientation] Expose orientation info in OrientationInformation interface. (Closed)

Created:
6 years, 5 months ago by mlamouri (slow - plz ping)
Modified:
6 years, 5 months ago
CC:
blink-reviews, oilpan-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

[screen-orientation] Expose orientation info in OrientationInformation interface. BUG=162827 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177486

Patch Set 1 #

Total comments: 1

Patch Set 2 : review comments #

Total comments: 32

Patch Set 3 : review comments #

Patch Set 4 : #

Total comments: 3

Patch Set 5 : #

Patch Set 6 : update ctor listing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -122 lines) Patch
M LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/screen_orientation/lockOrientation-bad-argument.html View 2 chunks +8 lines, -8 lines 0 comments Download
M LayoutTests/screen_orientation/lockOrientation-bad-argument-expected.txt View 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/screen_orientation/lockOrientation-bad-array-argument.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/screen_orientation/lockOrientation-bad-array-argument-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/screen_orientation/orientation-attribute.html View 1 chunk +42 lines, -4 lines 0 comments Download
D LayoutTests/screen_orientation/orientation-attribute-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
M LayoutTests/screen_orientation/orientationchange-event.html View 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/screen_orientation/orientationchange-event-subframe.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/screen_orientation/page-visibility.html View 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/screen_orientation/resources/iframe-listen-orientation-change.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webexposed/global-constructors-listing-expected.txt View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/LocalFrame.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/frame/LocalFrame.cpp View 1 chunk +0 lines, -24 lines 0 comments Download
M Source/modules/modules.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
A Source/modules/screen_orientation/OrientationInformation.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A Source/modules/screen_orientation/OrientationInformation.cpp View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A Source/modules/screen_orientation/OrientationInformation.idl View 1 chunk +18 lines, -0 lines 0 comments Download
M Source/modules/screen_orientation/ScreenOrientation.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/screen_orientation/ScreenOrientation.cpp View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
M Source/modules/screen_orientation/ScreenOrientation.idl View 2 chunks +1 line, -8 lines 0 comments Download
M Source/modules/screen_orientation/ScreenOrientationController.h View 1 3 chunks +10 lines, -4 lines 0 comments Download
M Source/modules/screen_orientation/ScreenOrientationController.cpp View 1 2 3 4 chunks +68 lines, -29 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
mlamouri (slow - plz ping)
6 years, 5 months ago (2014-07-02 17:43:46 UTC) #1
abarth-chromium
https://codereview.chromium.org/366853008/diff/1/Source/modules/screen_orientation/ScreenOrientationController.h File Source/modules/screen_orientation/ScreenOrientationController.h (right): https://codereview.chromium.org/366853008/diff/1/Source/modules/screen_orientation/ScreenOrientationController.h#newcode52 Source/modules/screen_orientation/ScreenOrientationController.h:52: Persistent<OrientationInformation> m_orientation; Persistent -> Member?
6 years, 5 months ago (2014-07-02 17:50:04 UTC) #2
mlamouri (slow - plz ping)
On 2014/07/02 at 17:50:04, abarth wrote: > https://codereview.chromium.org/366853008/diff/1/Source/modules/screen_orientation/ScreenOrientationController.h > File Source/modules/screen_orientation/ScreenOrientationController.h (right): > > https://codereview.chromium.org/366853008/diff/1/Source/modules/screen_orientation/ScreenOrientationController.h#newcode52 ...
6 years, 5 months ago (2014-07-02 17:51:52 UTC) #3
abarth-chromium
On 2014/07/02 at 17:51:52, mlamouri wrote: > On 2014/07/02 at 17:50:04, abarth wrote: > > ...
6 years, 5 months ago (2014-07-02 18:01:40 UTC) #4
abarth-chromium
On 2014/07/02 at 17:51:52, mlamouri wrote: > On 2014/07/02 at 17:50:04, abarth wrote: > > ...
6 years, 5 months ago (2014-07-02 18:01:40 UTC) #5
mlamouri (slow - plz ping)
On 2014/07/02 at 18:01:40, abarth wrote: > On 2014/07/02 at 17:51:52, mlamouri wrote: > > ...
6 years, 5 months ago (2014-07-02 18:06:21 UTC) #6
abarth-chromium
https://codereview.chromium.org/366853008/diff/20001/Source/modules/screen_orientation/OrientationInformation.cpp File Source/modules/screen_orientation/OrientationInformation.cpp (right): https://codereview.chromium.org/366853008/diff/20001/Source/modules/screen_orientation/OrientationInformation.cpp#newcode9 Source/modules/screen_orientation/OrientationInformation.cpp:9: #include "wtf/text/WTFString.h" You should move this include to the ...
6 years, 5 months ago (2014-07-02 18:25:10 UTC) #7
mlamouri (slow - plz ping)
PTAL https://codereview.chromium.org/366853008/diff/20001/Source/modules/screen_orientation/OrientationInformation.cpp File Source/modules/screen_orientation/OrientationInformation.cpp (right): https://codereview.chromium.org/366853008/diff/20001/Source/modules/screen_orientation/OrientationInformation.cpp#newcode9 Source/modules/screen_orientation/OrientationInformation.cpp:9: #include "wtf/text/WTFString.h" On 2014/07/02 18:25:09, abarth wrote: > ...
6 years, 5 months ago (2014-07-02 19:18:13 UTC) #8
abarth-chromium
LGTM https://codereview.chromium.org/366853008/diff/60001/Source/modules/screen_orientation/OrientationInformation.h File Source/modules/screen_orientation/OrientationInformation.h (right): https://codereview.chromium.org/366853008/diff/60001/Source/modules/screen_orientation/OrientationInformation.h#newcode18 Source/modules/screen_orientation/OrientationInformation.h:18: : public GarbageCollectedFinalized<OrientationInformation> GarbageCollectedFinalized -> GarbageCollected, right?
6 years, 5 months ago (2014-07-02 19:32:11 UTC) #9
sof
No need to wait on ScriptWrappable allowing non-Finalized uses, but https://codereview.chromium.org/369633003/ (or some variation thereof) ...
6 years, 5 months ago (2014-07-02 20:50:30 UTC) #10
abarth-chromium
Ah!
6 years, 5 months ago (2014-07-02 20:56:40 UTC) #11
sof
https://codereview.chromium.org/366853008/diff/60001/Source/modules/screen_orientation/OrientationInformation.h File Source/modules/screen_orientation/OrientationInformation.h (right): https://codereview.chromium.org/366853008/diff/60001/Source/modules/screen_orientation/OrientationInformation.h#newcode18 Source/modules/screen_orientation/OrientationInformation.h:18: : public GarbageCollectedFinalized<OrientationInformation> On 2014/07/02 20:50:30, sof wrote: > ...
6 years, 5 months ago (2014-07-03 06:10:20 UTC) #12
Michael van Ouwerkerk
lgtm
6 years, 5 months ago (2014-07-03 10:09:36 UTC) #13
mlamouri (slow - plz ping)
blink-gc still complains if I try to build with GarbageCollected instead of GarbageCollectedFinalized. I will ...
6 years, 5 months ago (2014-07-03 13:39:14 UTC) #14
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 5 months ago (2014-07-03 13:41:11 UTC) #15
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 5 months ago (2014-07-03 13:41:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/366853008/80001
6 years, 5 months ago (2014-07-03 13:41:38 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-03 14:46:14 UTC) #18
mlamouri (slow - plz ping)
The CQ bit was unchecked by mlamouri@chromium.org
6 years, 5 months ago (2014-07-03 15:05:43 UTC) #19
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 5 months ago (2014-07-03 16:30:24 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/366853008/100001
6 years, 5 months ago (2014-07-03 16:31:28 UTC) #21
commit-bot: I haz the power
Change committed as 177486
6 years, 5 months ago (2014-07-03 17:34:51 UTC) #22
lushnikov
6 years, 5 months ago (2014-07-04 15:50:13 UTC) #23
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/364253007/ by lushnikov@chromium.org.

The reason for reverting is: Speculative revert: seems like a cause of
Linux_ASAN memory leak after blink roll.

http://build.chromium.org/p/chromium.memory/buildstatus?builder=Linux%20ASan%....

Powered by Google App Engine
This is Rietveld 408576698