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

Issue 790423002: Add the main frame routing ID to WebContentsDelegate, use it in BackgroundContents. (Closed)

Created:
6 years ago by Avi (use Gerrit)
Modified:
6 years ago
CC:
chromium-reviews, davidben+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, creis+watch_chromium.org, tburkard+watch_chromium.org, nasko+codewatch_chromium.org, jam, gavinp+prer_chromium.org, darin-cc_chromium.org, jkarlin+watch_chromium.org, ajwong+watch_chromium.org, chromium-apps-reviews_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add the main frame routing ID to WebContentsDelegate, use it in BackgroundContents. BUG=438474 TEST=as in bug; no crash TBR=thestig@chromium.org,atwilson@chromium.org Committed: https://crrev.com/c2c29d784e3ba62afaee3f4cc16e4d72297ffbe6 Cr-Commit-Position: refs/heads/master@{#308008}

Patch Set 1 #

Patch Set 2 : android #

Patch Set 3 : chromeos #

Total comments: 1

Patch Set 4 : content shell #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -18 lines) Patch
M chrome/browser/background/background_contents_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/background/background_contents_service.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/drive_first_run_controller.cc View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/tab_contents/background_contents.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/tab_contents/background_contents.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M components/web_contents_delegate_android/web_contents_delegate_android.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/web_contents_delegate_android/web_contents_delegate_android.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_browsertest.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M content/public/browser/web_contents.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/web_contents_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/test/content_browser_test.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M content/shell/android/shell_manager.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_devtools_frontend.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M content/shell/browser/shell_application_mac.mm View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell_browser_main_parts.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell_devtools_frontend.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell_devtools_manager_delegate.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell_web_contents_view_delegate_mac.mm View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell_web_contents_view_delegate_win.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/webkit_test_controller.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M extensions/browser/guest_view/extension_options/extension_options_guest.h View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/guest_view/extension_options/extension_options_guest.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
Avi (use Gerrit)
asargent@chromium.org: Please review changes in extensions/ thestig@chromium.org: Please review changes in chrome/ creis@chromium.org: Everything else
6 years ago (2014-12-11 01:11:42 UTC) #2
Avi (use Gerrit)
tedchoc@: please look at Android
6 years ago (2014-12-11 01:23:06 UTC) #4
Ted C
On 2014/12/11 01:23:06, Avi wrote: > tedchoc@: please look at Android android - lgtm
6 years ago (2014-12-11 01:25:00 UTC) #5
Charlie Reis
[+nasko to CC for main_frame_routing_id] Wow, this is crazy. How does anything work in a ...
6 years ago (2014-12-11 17:48:18 UTC) #6
nasko
On 2014/12/11 17:48:18, Charlie Reis wrote: > [+nasko to CC for main_frame_routing_id] > > Wow, ...
6 years ago (2014-12-11 18:10:20 UTC) #7
Avi (use Gerrit)
So... 1) Tests? What are those? 2) Nasko's comment about MSG_ROUTING_NONE for the main_frame_routing_id: That's ...
6 years ago (2014-12-11 19:28:00 UTC) #8
Avi (use Gerrit)
So... 1) Tests? What are those? 2) Nasko's comment about MSG_ROUTING_NONE for the main_frame_routing_id: That's ...
6 years ago (2014-12-11 19:28:00 UTC) #9
Charlie Reis
content/ LGTM, but I think a test for BackgroundContents should be added. It's crazy to ...
6 years ago (2014-12-11 19:58:32 UTC) #11
Avi (use Gerrit)
TBRing: this fixes massive brokenness; the files that the TBR applies to are where I ...
6 years ago (2014-12-11 20:10:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/790423002/60001
6 years ago (2014-12-11 20:11:41 UTC) #14
asargent_no_longer_on_chrome
extensions/ lgtm
6 years ago (2014-12-11 20:29:28 UTC) #15
Lei Zhang
lgtm
6 years ago (2014-12-11 22:42:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/790423002/60001
6 years ago (2014-12-11 23:10:51 UTC) #19
Lei Zhang
chrome/ lgtm On Thu, Dec 11, 2014 at 12:29 PM, <asargent@chromium.org> wrote: > extensions/ lgtm ...
6 years ago (2014-12-11 23:29:41 UTC) #20
Andrew T Wilson (Slow)
On Thu, Dec 11, 2014 at 11:58 AM, <creis@chromium.org> wrote: > content/ LGTM, but I ...
6 years ago (2014-12-12 00:01:54 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years ago (2014-12-12 00:24:04 UTC) #22
commit-bot: I haz the power
6 years ago (2014-12-12 00:24:45 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c2c29d784e3ba62afaee3f4cc16e4d72297ffbe6
Cr-Commit-Position: refs/heads/master@{#308008}

Powered by Google App Engine
This is Rietveld 408576698