| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | Make registerProtocolHandler() infobars replace existing infobars for equival... | koz@chromium.org | 2012-01-06 | 2 | -0/+16 |
* | Make registerProtocolHandler() infobars use the default expiry logic. | koz@chromium.org | 2012-01-06 | 2 | -10/+1 |
* | Convert the remaining trivial tab_contents.h includes in chrome to use web_co... | jam@chromium.org | 2012-01-05 | 1 | -1/+1 |
* | Dismiss registerProtocolHandlers infobars on navigation to prevent zombie bars. | koz@chromium.org | 2012-01-05 | 1 | -5/+4 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW... | jam@chromium.org | 2012-01-03 | 1 | -3/+3 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -2/+4 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -1/+1 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -3/+9 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 1 | -0/+1 |
* | Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref... | bauerb@chromium.org | 2011-12-27 | 1 | -1/+0 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -1/+1 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -1/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -4/+6 |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 1 | -3/+3 |
* | Remove "open in new tab" items from context menu if the process doesn't | tsepez@chromium.org | 2011-12-09 | 1 | -0/+1 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | NewRunnableMethod/Function to base::Bind in register protocol handler code. | benwells@chromium.org | 2011-11-04 | 2 | -13/+13 |
* | Switch to composition for TestBrowserThread. | joi@chromium.org | 2011-11-03 | 1 | -5/+2 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 3 | -2/+6 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 3 | -10/+11 |
* | Calls to rph updating existing handlers are ignored. | benwells@chromium.org | 2011-10-25 | 3 | -1/+53 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 3 | -5/+5 |
* | Namespacing helper classes/functions for protocol_handler_registry_unittest.cc | groby@chromium.org | 2011-10-19 | 1 | -0/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 2 | -13/+14 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Ignore title when determining if protocol handler is already registered or ig... | benwells@chromium.org | 2011-10-06 | 3 | -2/+64 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 2 | -7/+5 |
* | Make calls to registerProtocolHandler() update already registered handlers. | koz@chromium.org | 2011-09-28 | 3 | -2/+108 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) | thestig@chromium.org | 2011-08-18 | 1 | -1/+0 |
* | Add UMA metrics for register protocol handler, part 2. | isherman@chromium.org | 2011-08-12 | 1 | -6/+6 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -2/+2 |
* | Add UMA for register protocol handler. | koz@chromium.org | 2011-08-11 | 1 | -0/+7 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -1/+1 |
* | Profiles: Fix AllSources usage with NOTIFICATION_PROTOCOL_HANDLER_REGISTRY_CH... | erg@google.com | 2011-08-02 | 1 | -12/+7 |
* | Unify infobars' link-opening behavior to respect user-requested dispositions ... | pkasting@chromium.org | 2011-08-02 | 1 | -3/+5 |
* | Move more files from chrome/test to chrome/test/base, part #5 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Fix memory leak in ProtocolHandlerRegistry unit test. | koz@chromium.org | 2011-08-01 | 1 | -1/+2 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -2/+2 |
* | Protocol handler infobar should show elevation shield on action button. | tfarina@chromium.org | 2011-07-26 | 2 | -0/+6 |
* | Fixed memory problem in ProtocolHandlerRegistry unit tests. | benwells@chromium.org | 2011-07-26 | 1 | -5/+5 |
* | Makes it so that when a user clicks "No" in the infobar that asks if they wan... | koz@chromium.org | 2011-07-22 | 3 | -2/+11 |
* | Handle OS registration failure when registering protocol handlers | benwells@chromium.org | 2011-07-22 | 3 | -40/+191 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |