| Commit message (Expand) | Author | Age | Files | Lines |
* | Makes instant run before unload listeners. | sky@chromium.org | 2010-12-08 | 1 | -2/+0 |
* | Makes session restore work correctly with instant. | sky@chromium.org | 2010-10-15 | 1 | -1/+3 |
* | Makes instant support other open dispositions. | sky@chromium.org | 2010-09-27 | 1 | -4/+4 |
* | Clarify some comments from a recent patch that changes TabContents. | jorlow@chromium.org | 2010-09-16 | 1 | -4/+0 |
* | Fix SessionStorage | jorlow@chromium.org | 2010-09-14 | 1 | -5/+12 |
* | Makes NavigationController:set_max_restored_page_id public. I need to | sky@chromium.org | 2010-09-13 | 1 | -6/+6 |
* | Makes NavigationController::max_restored_page_id_ an int32 to match | sky@chromium.org | 2010-08-26 | 1 | -3/+5 |
* | Adds NavigationController::CopyStateFromAndPrune which merges two | sky@chromium.org | 2010-08-26 | 1 | -2/+24 |
* | Undo user gesture detection added to NavigationController by r18373, since | mihaip@chromium.org | 2010-08-19 | 1 | -6/+0 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -2/+1 |
* | Revert 56693 - broke compile | tonyg@chromium.org | 2010-08-19 | 1 | -0/+6 |
* | Undo user gesture detection added to NavigationController by r18373, since | tonyg@chromium.org | 2010-08-19 | 1 | -6/+0 |
* | Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h. | viettrungluu@chromium.org | 2010-08-06 | 1 | -4/+0 |
* | Fix comment that refers to non-existent ReloadAll function (it got renamed | evan@chromium.org | 2010-07-27 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Lands http://codereview.chromium.org/1744011/show for Hans: | sky@chromium.org | 2010-05-04 | 1 | -3/+14 |
* | Close a newly opened (by cmd-clicking on a link) tab if it resulted in a down... | bauerb@chromium.org | 2010-04-21 | 1 | -0/+3 |
* | Send session history offset and length parameters in the Navigate message to | darin@chromium.org | 2010-03-18 | 1 | -0/+2 |
* | Make repost form warning tab-modal on Mac. | bauerb@chromium.org | 2010-03-18 | 1 | -0/+9 |
* | Add chromium-side support for history.{push,replace}State. | darin@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | linux: plumb shift-reload down into new shift-reload API | evan@chromium.org | 2010-02-19 | 1 | -1/+12 |
* | Enable the context menu and developer menu "View source" items at the same time. | brettw@chromium.org | 2010-01-15 | 1 | -0/+3 |
* | Introduce all the plumbing for Session Storage. This mostly consists of crea... | jorlow@chromium.org | 2010-01-15 | 1 | -0/+8 |
* | Allow rewriting of URLs to be reversed in some cases, so that if the underlyi... | johnnyg@chromium.org | 2009-12-17 | 1 | -0/+4 |
* | Changes session restore to use a normal load rather than preferring | sky@chromium.org | 2009-11-03 | 1 | -5/+7 |
* | More style nits. | erg@google.com | 2009-10-14 | 1 | -0/+3 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -4/+0 |
* | Coverity: Initialize all member variables in the default constructor. | jhawkins@chromium.org | 2009-09-29 | 1 | -1/+7 |
* | Makes it so that you shouldn't be able to get a big fat bookmark | sky@chromium.org | 2009-09-25 | 1 | -1/+9 |
* | Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w... | ananta@chromium.org | 2009-09-06 | 1 | -0/+5 |
* | Remove the ability to load lazy URLs from the NavigationController. This is no | brettw@chromium.org | 2009-09-02 | 1 | -18/+1 |
* | Fix: Certain redirections remove sites from the history | yuzo@chromium.org | 2009-07-01 | 1 | -2/+12 |
* | Revert 18512 - Revert 18373 Consider a redirect following user gesture as us... | laforge@chromium.org | 2009-06-16 | 1 | -0/+20 |
* | Revert 18373 - Consider a redirect following user gesture as userinitiated in... | laforge@chromium.org | 2009-06-16 | 1 | -20/+0 |
* | Consider a redirect following user gesture as user-initiated in maintaining | yuzo@chromium.org | 2009-06-15 | 1 | -0/+20 |
* | Remove a comment referencing tab contents type switching. | brettw@chromium.org | 2009-05-13 | 1 | -3/+1 |
* | This is the successor to http://codereview.chromium.org/67150 | maruel@chromium.org | 2009-05-13 | 1 | -3/+3 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -3/+3 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -31/+13 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -13/+31 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -31/+13 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 1 | -28/+11 |
* | Remove the TestTabContents. This makes BrowserWithTestWindow use the | brettw@chromium.org | 2009-04-14 | 1 | -36/+7 |
* | Make the RenderViewHostFactory a global. This prevents us from having to pass | brettw@chromium.org | 2009-04-07 | 1 | -9/+2 |
* | Remove some uses of custom tab contents types from some tests. | brettw@chromium.org | 2009-04-04 | 1 | -2/+21 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 1 | -1/+0 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -1/+2 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 1 | -1/+0 |
* | Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin... | ananta@chromium.org | 2009-02-19 | 1 | -0/+3 |
* | add infobar_delegate.cc to the build | tc@google.com | 2009-02-13 | 1 | -5/+0 |