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

Issue 7054008: Remove history dependency from content. (Closed)

Created:
9 years, 7 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews, Avi (use Gerrit), Paweł Hajdan Jr.
Visibility:
Public.

Description

Remove history dependency from content. BUG=76794 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86439

Patch Set 1 : '' #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -266 lines) Patch
M chrome/browser/external_tab_container_win.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A chrome/browser/history/history_tab_helper.h View 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/history/history_tab_helper.cc View 1 chunk +158 lines, -0 lines 0 comments Download
M chrome/browser/instant/instant_loader.cc View 3 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.h View 4 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.cc View 5 chunks +2 lines, -39 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/DEPS View 1 2 chunks +0 lines, -9 lines 0 comments Download
M content/browser/renderer_host/browser_render_process_host.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_browsertest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/tab_contents/navigation_controller_unittest.cc View 1 3 chunks +101 lines, -99 lines 2 comments Download
M content/browser/tab_contents/tab_contents.h View 5 chunks +0 lines, -29 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 8 chunks +4 lines, -72 lines 0 comments Download
A content/browser/tab_contents/title_updated_details.h View 1 chunk +32 lines, -0 lines 0 comments Download
M content/common/notification_type.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/content_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jam
The only change in behavior is in TabContents::DidNavigate. Previously, we would call UpdateHistoryForNavigation even if ...
9 years, 7 months ago (2011-05-20 16:02:07 UTC) #1
brettw
> looking through the code that sets did_navigate to false, it > all seems for ...
9 years, 7 months ago (2011-05-24 16:20:45 UTC) #2
brettw
http://codereview.chromium.org/7054008/diff/5023/content/browser/tab_contents/navigation_controller_unittest.cc File content/browser/tab_contents/navigation_controller_unittest.cc (right): http://codereview.chromium.org/7054008/diff/5023/content/browser/tab_contents/navigation_controller_unittest.cc#newcode2079 content/browser/tab_contents/navigation_controller_unittest.cc:2079: class NavigationControllerHistoryTest : public NavigationControllerTest { It looks like ...
9 years, 7 months ago (2011-05-24 16:21:03 UTC) #3
jam
http://codereview.chromium.org/7054008/diff/5023/content/browser/tab_contents/navigation_controller_unittest.cc File content/browser/tab_contents/navigation_controller_unittest.cc (right): http://codereview.chromium.org/7054008/diff/5023/content/browser/tab_contents/navigation_controller_unittest.cc#newcode2079 content/browser/tab_contents/navigation_controller_unittest.cc:2079: class NavigationControllerHistoryTest : public NavigationControllerTest { On 2011/05/24 16:21:03, ...
9 years, 7 months ago (2011-05-24 16:26:49 UTC) #4
brettw
9 years, 7 months ago (2011-05-24 16:49:50 UTC) #5
Sorry, misunderstood the test change. LGTM

Powered by Google App Engine
This is Rietveld 408576698