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

Issue 2338173005: [Blink, RemotePlayback] Dismissing the dialog rejects with NotAllowedError. (Closed)

Created:
4 years, 3 months ago by whywhat
Modified:
4 years, 2 months ago
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Blink, RemotePlayback] Dismissing the dialog rejects with NotAllowedError. BUG=647441 TEST=manual Committed: https://crrev.com/1cf2282189036144048ff9233d31f2d2fc55eadf Cr-Commit-Position: refs/heads/master@{#423711}

Patch Set 1 #

Patch Set 2 : Added a unit test #

Patch Set 3 : Added modules export to RemotePlayback #

Total comments: 8

Patch Set 4 : Fixed the unit test #

Patch Set 5 : Removed a ; #

Patch Set 6 : Fixed base class exports for WIN build #

Total comments: 4

Patch Set 7 : NON_EXPORTED_BASE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -4 lines) Patch
M third_party/WebKit/Source/modules/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h View 1 2 3 4 5 6 3 chunks +8 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp View 1 2 3 4 1 chunk +59 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 37 (14 generated)
whywhat
PTaL
4 years, 3 months ago (2016-09-16 00:39:56 UTC) #2
haraken
Can we add a layout test?
4 years, 3 months ago (2016-09-16 01:29:42 UTC) #3
whywhat
On 2016/09/16 at 01:29:42, haraken wrote: > Can we add a layout test? Hm, unless ...
4 years, 3 months ago (2016-09-16 22:25:58 UTC) #4
mlamouri (slow - plz ping)
Would a unit test be possible then?
4 years, 3 months ago (2016-09-22 09:25:00 UTC) #5
whywhat
Added a unit test
4 years, 2 months ago (2016-09-30 23:10:18 UTC) #6
whywhat
On 2016/09/22 at 09:25:00, mlamouri wrote: > Would a unit test be possible then? I've ...
4 years, 2 months ago (2016-09-30 23:11:14 UTC) #7
whywhat
Added modules export to RemotePlayback
4 years, 2 months ago (2016-09-30 23:14:44 UTC) #8
mlamouri (slow - plz ping)
lgtm with test changes https://codereview.chromium.org/2338173005/diff/40001/third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp File third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp (right): https://codereview.chromium.org/2338173005/diff/40001/third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp#newcode36 third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp:36: }; Don't think this ; ...
4 years, 2 months ago (2016-10-01 14:56:30 UTC) #9
whywhat
Fixed the unit test
4 years, 2 months ago (2016-10-04 19:18:43 UTC) #10
whywhat
Removed a ;
4 years, 2 months ago (2016-10-04 19:23:40 UTC) #11
whywhat
https://codereview.chromium.org/2338173005/diff/40001/third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp File third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp (right): https://codereview.chromium.org/2338173005/diff/40001/third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp#newcode36 third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackTest.cpp:36: }; On 2016/10/01 at 14:56:30, mlamouri wrote: > Don't ...
4 years, 2 months ago (2016-10-04 19:23:45 UTC) #12
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/2338173005/80001
4 years, 2 months ago (2016-10-04 19:24:17 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/269713)
4 years, 2 months ago (2016-10-04 21:01:04 UTC) #17
whywhat
Fixed base class exports for WIN build
4 years, 2 months ago (2016-10-04 21:09:18 UTC) #18
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/2338173005/100001
4 years, 2 months ago (2016-10-04 21:10:35 UTC) #21
commit-bot: I haz the power
Exceeded global retry quota
4 years, 2 months ago (2016-10-04 22:58:09 UTC) #23
mlamouri (slow - plz ping)
https://codereview.chromium.org/2338173005/diff/100001/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h File third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h (right): https://codereview.chromium.org/2338173005/diff/100001/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h#newcode28 third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h:28: private WebRemotePlaybackClient { should you do `NON_EXPORTED_BASE(WebRemotePlaybackClient)` to solve ...
4 years, 2 months ago (2016-10-06 10:55:08 UTC) #24
mlamouri (slow - plz ping)
https://codereview.chromium.org/2338173005/diff/100001/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h File third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h (right): https://codereview.chromium.org/2338173005/diff/100001/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h#newcode16 third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h:16: class BLINK_PLATFORM_EXPORT WebRemotePlaybackClient { Just saw that you did ...
4 years, 2 months ago (2016-10-06 10:55:38 UTC) #25
whywhat
NON_EXPORTED_BASE
4 years, 2 months ago (2016-10-06 18:01:55 UTC) #26
whywhat
https://codereview.chromium.org/2338173005/diff/100001/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h File third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h (right): https://codereview.chromium.org/2338173005/diff/100001/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h#newcode28 third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h:28: private WebRemotePlaybackClient { On 2016/10/06 at 10:55:08, mlamouri wrote: ...
4 years, 2 months ago (2016-10-06 18:18:48 UTC) #28
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/2338173005/120001
4 years, 2 months ago (2016-10-06 22:17:44 UTC) #34
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 2 months ago (2016-10-06 22:24:33 UTC) #35
commit-bot: I haz the power
4 years, 2 months ago (2016-10-06 22:26:18 UTC) #37
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/1cf2282189036144048ff9233d31f2d2fc55eadf
Cr-Commit-Position: refs/heads/master@{#423711}

Powered by Google App Engine
This is Rietveld 408576698