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

Issue 2420733002: Bring Chrome to the front when opening a URL from a notification (Closed)

Created:
4 years, 2 months ago by Sidney San Martín
Modified:
4 years, 2 months ago
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, shimazu+serviceworker_chromium.org, serviceworker-reviews, jam, nhiroki, kinuko+serviceworker, horo+watch_chromium.org, darin-cc_chromium.org, kinuko+watch, tzik, blink-worker-reviews_chromium.org, johnme
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Bring Chrome to the front when opening a URL from a notification Based on crrev.com/1411243012; see crbug.com/653868#c8. BUG=653868, 470830 Committed: https://crrev.com/6759df3b42a5d4dcd95dbefb72e2c0ce2e220730 Cr-Commit-Position: refs/heads/master@{#425576}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove comment about this being Mac-specific, it's not. #

Patch Set 3 : Kill a Mac special case in this test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M content/browser/service_worker/service_worker_client_utils.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html View 1 2 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 32 (12 generated)
Sidney San Martín
4 years, 2 months ago (2016-10-13 20:45:34 UTC) #4
Avi (use Gerrit)
Where does Views do something like that?
4 years, 2 months ago (2016-10-13 20:47:47 UTC) #6
Sidney San Martín
On 2016/10/13 20:47:47, Avi wrote: > Where does Views do something like that? Hmm, this ...
4 years, 2 months ago (2016-10-13 20:53:31 UTC) #7
Sidney San Martín
On 2016/10/13 20:53:31, Sidney San Martín wrote: > On 2016/10/13 20:47:47, Avi wrote: > > ...
4 years, 2 months ago (2016-10-13 20:55:07 UTC) #8
Avi (use Gerrit)
On 2016/10/13 20:53:31, Sidney San Martín wrote: > On 2016/10/13 20:47:47, Avi wrote: > > ...
4 years, 2 months ago (2016-10-13 20:55:38 UTC) #9
Avi (use Gerrit)
https://codereview.chromium.org/2420733002/diff/20001/content/browser/service_worker/service_worker_client_utils.cc File content/browser/service_worker/service_worker_client_utils.cc (right): https://codereview.chromium.org/2420733002/diff/20001/content/browser/service_worker/service_worker_client_utils.cc#newcode170 content/browser/service_worker/service_worker_client_utils.cc:170: static_cast<WebContentsImpl*>(web_contents)->Activate(); web_contents->delegate()->ActivateContents(web_contents);
4 years, 2 months ago (2016-10-13 20:56:15 UTC) #10
Avi (use Gerrit)
https://codereview.chromium.org/2420733002/diff/20001/content/browser/service_worker/service_worker_client_utils.cc File content/browser/service_worker/service_worker_client_utils.cc (right): https://codereview.chromium.org/2420733002/diff/20001/content/browser/service_worker/service_worker_client_utils.cc#newcode170 content/browser/service_worker/service_worker_client_utils.cc:170: static_cast<WebContentsImpl*>(web_contents)->Activate(); On 2016/10/13 20:56:15, Avi wrote: > web_contents->delegate()->ActivateContents(web_contents); Actually, ...
4 years, 2 months ago (2016-10-13 21:28:59 UTC) #11
Sidney San Martín
Updated.
4 years, 2 months ago (2016-10-13 23:45:10 UTC) #13
Avi (use Gerrit)
LGTM
4 years, 2 months ago (2016-10-13 23:46:35 UTC) #14
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/2420733002/40001
4 years, 2 months ago (2016-10-13 23:47:48 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/314465)
4 years, 2 months ago (2016-10-14 01:37:45 UTC) #18
johnme
On 2016/10/13 20:53:31, Sidney San Martín wrote: > Hmm, this appears to be broken on ...
4 years, 2 months ago (2016-10-14 14:28:21 UTC) #19
Sidney San Martín
On 2016/10/14 14:28:21, johnme wrote: > On 2016/10/13 20:53:31, Sidney San Martín wrote: > > ...
4 years, 2 months ago (2016-10-14 15:07:16 UTC) #20
Sidney San Martín
On 2016/10/14 15:07:16, Sidney San Martín wrote: > animate(withDuration:) Correction: animate(withDuration:animations:) https://developer.apple.com/reference/uikit/uiview/1622418-animate Also, if it ...
4 years, 2 months ago (2016-10-14 15:21:54 UTC) #21
Sidney San Martín
+mlamouri to make sure it's right to remove this special case from the test.
4 years, 2 months ago (2016-10-14 17:24:48 UTC) #22
Sidney San Martín
*Actually* +mlamouri to make sure it's right to remove this special case from the test.
4 years, 2 months ago (2016-10-14 17:25:13 UTC) #24
mlamouri (slow - plz ping)
On 2016/10/14 at 17:25:13, sdy wrote: > *Actually* +mlamouri to make sure it's right to ...
4 years, 2 months ago (2016-10-15 20:35:18 UTC) #25
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/2420733002/60001
4 years, 2 months ago (2016-10-15 20:48:22 UTC) #28
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 2 months ago (2016-10-15 22:09:09 UTC) #30
commit-bot: I haz the power
4 years, 2 months ago (2016-10-15 22:10:48 UTC) #32
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6759df3b42a5d4dcd95dbefb72e2c0ce2e220730
Cr-Commit-Position: refs/heads/master@{#425576}

Powered by Google App Engine
This is Rietveld 408576698