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

Issue 7608015: When determining whether or not to swap processes on navigation, check the top frame's URL. (Closed)

Created:
9 years, 4 months ago by Mihai Parparita -not on Chrome
Modified:
9 years, 4 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews, Erik does not do reviews, Paweł Hajdan Jr., mihaip+watch_chromium.org, Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

When determining whether or not to swap processes on navigation, check the top frame's URL. Otherwise having an inner frame that matches the app's extent could mean that the process is not swapped, even if we're not in an app process. Difference from r94843 is that the popup window is 200x200, so that it results in a separate Browser instance even on Chrome OS. BUG=89272 TEST=no R=creis@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96197

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -36 lines) Patch
M chrome/browser/extensions/app_process_apitest.cc View 6 chunks +60 lines, -33 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 chunk +4 lines, -3 lines 0 comments Download
A chrome/test/data/extensions/api_test/app_process/path1/iframe.html View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/app_process/path3/container.html View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mihai Parparita -not on Chrome
9 years, 4 months ago (2011-08-10 01:37:40 UTC) #1
Mihai Parparita -not on Chrome
Tryjob appears to have passed: http://build.chromium.org/p/tryserver.chromium/builders/linux_chromeos/builds/11959 Mihai On Tue, Aug 9, 2011 at 6:37 PM, ...
9 years, 4 months ago (2011-08-10 04:04:37 UTC) #2
Charlie Reis
9 years, 4 months ago (2011-08-10 17:08:16 UTC) #3
Great-- LGTM.

Powered by Google App Engine
This is Rietveld 408576698