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

Issue 1233453003: Allow asynchronous tab creation when opener_suppressed is true. (Closed)

Created:
5 years, 5 months ago by Maria
Modified:
5 years, 5 months ago
Reviewers:
jam, gone, nasko
CC:
chromium-reviews, jam, nasko+codewatch_chromium.org, creis+watch_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow asynchronous tab creation when opener_suppressed is true. On Android, when merge tabs and apps is enabled, we need to ensure a new activity has been started before loading URL in web contents since the web contents delegate is not ready until then. We already have a code path to handle this for window.open() scenario. This completes the code path for when a link with noreferrer is clicked by saving OpenURLParams of the pending load and resuming the load when the activity is ready. BUG=508366 Committed: https://crrev.com/a4971c13e156194f1b51d3b019806bbf64cfa8f6 Cr-Commit-Position: refs/heads/master@{#339711}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M content/browser/web_contents/web_contents_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 2 chunks +15 lines, -1 line 2 comments Download

Messages

Total messages: 19 (6 generated)
Maria
5 years, 5 months ago (2015-07-10 00:35:30 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1233453003/1
5 years, 5 months ago (2015-07-10 00:43:48 UTC) #4
Maria
5 years, 5 months ago (2015-07-10 01:46:00 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-10 02:28:59 UTC) #8
nasko
https://codereview.chromium.org/1233453003/diff/1/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc (right): https://codereview.chromium.org/1233453003/diff/1/content/browser/web_contents/web_contents_impl.cc#newcode2683 content/browser/web_contents/web_contents_impl.cc:2683: return; Why is there a return here? Skipping the ...
5 years, 5 months ago (2015-07-10 07:42:20 UTC) #10
Maria
https://codereview.chromium.org/1233453003/diff/1/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc (right): https://codereview.chromium.org/1233453003/diff/1/content/browser/web_contents/web_contents_impl.cc#newcode2683 content/browser/web_contents/web_contents_impl.cc:2683: return; On 2015/07/10 07:42:20, nasko (paris) wrote: > Why ...
5 years, 5 months ago (2015-07-10 16:26:26 UTC) #11
jam
lgtm
5 years, 5 months ago (2015-07-10 21:45:34 UTC) #12
Maria
On 2015/07/10 21:45:34, jam wrote: > lgtm I just wanted to provide a bit more ...
5 years, 5 months ago (2015-07-10 22:17:57 UTC) #13
chromium-reviews
Nasko, does this sound ok to you? On Fri, Jul 10, 2015 at 3:17 PM ...
5 years, 5 months ago (2015-07-15 05:46:58 UTC) #14
nasko
On 2015/07/15 05:46:58, chromium-reviews wrote: > Nasko, does this sound ok to you? > > ...
5 years, 5 months ago (2015-07-16 08:11:58 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1233453003/1
5 years, 5 months ago (2015-07-21 18:13:00 UTC) #17
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 5 months ago (2015-07-21 19:04:50 UTC) #18
commit-bot: I haz the power
5 years, 5 months ago (2015-07-21 19:05:39 UTC) #19
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a4971c13e156194f1b51d3b019806bbf64cfa8f6
Cr-Commit-Position: refs/heads/master@{#339711}

Powered by Google App Engine
This is Rietveld 408576698