| Commit message (Expand) | Author | Age | Files | Lines |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Swap deprecated BrowserList:: iterators for BrowserIterator in code not compi... | gab@chromium.org | 2013-02-12 | 1 | -4/+2 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -31/+35 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Only HistogramBase is used outside of base/metrics. | kaiwang@chromium.org | 2013-01-23 | 1 | -4/+4 |
* | Remove tab_count from Browser. | avi@chromium.org | 2013-01-13 | 1 | -3/+5 |
* | Add function to CancelableTaskTracker and convert BootTimeLoader (take 2) | kaiwang@chromium.org | 2012-11-16 | 1 | -17/+35 |
* | Revert 168134 - Add function to CancelableTaskTracker and convert BootTimeLoader | kinuko@chromium.org | 2012-11-16 | 1 | -35/+17 |
* | Add function to CancelableTaskTracker and convert BootTimeLoader | kaiwang@chromium.org | 2012-11-16 | 1 | -17/+35 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -1/+2 |
* | Renames NOTIFICATION_RENDER_WIDGET_HOST_DID_PAINT to | sky@chromium.org | 2012-06-15 | 1 | -5/+9 |
* | Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. | tedvessenes@gmail.com | 2012-05-17 | 1 | -2/+2 |
* | [cros] Cleanup boot times metrics. | nkostylev@chromium.org | 2012-05-12 | 1 | -2/+1 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -1/+1 |
* | Make BootTimesLoader marker usage thread safe | rbyers@chromium.org | 2012-03-01 | 1 | -3/+38 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -2/+3 |
* | Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include... | joi@chromium.org | 2012-02-20 | 1 | -3/+2 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -2/+3 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -5/+6 |
* | Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. | jam@chromium.org | 2012-01-04 | 1 | -2/+2 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -8/+8 |
* | Retry: Convert stragglers not on spreadsheet to base::Bind() | ajwong@chromium.org | 2011-12-29 | 1 | -9/+3 |
* | Revert 115929 - Convert stragglers not on spreadsheet to base::Bind() | ajwong@chromium.org | 2011-12-29 | 1 | -3/+9 |
* | Convert stragglers not on spreadsheet to base::Bind() | ajwong@chromium.org | 2011-12-28 | 1 | -9/+3 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -5/+6 |
* | base::Bind: Convert NewCallbacks in chrome/. | jhawkins@chromium.org | 2011-12-24 | 1 | -3/+2 |
* | base::Bind: Convert NewRunnableMethod in chrome/browser. | jhawkins@chromium.org | 2011-12-24 | 1 | -2/+3 |
* | 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 |
* | Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread. | joi@chromium.org | 2011-12-07 | 1 | -1/+1 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | [cros] Cleanup UserManager. Profile images can download in background. | ivankr@chromium.org | 2011-11-10 | 1 | -1/+0 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -11/+11 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+9 |
* | Use base::Bind instead of old callbacks in boot_times_loader. | satorux@chromium.org | 2011-10-17 | 1 | -9/+9 |
* | Removed chromeos::NetworkStateNotifier and redirected all related code to use | zelidrag@chromium.org | 2011-09-22 | 1 | -1/+0 |
* | Add login times for session restore, and move location of login-times | davemoore@chromium.org | 2011-07-22 | 1 | -41/+119 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -7/+8 |
* | cros: Even more clang plugin appeasing; even more compile error fixing (in ne... | thakis@chromium.org | 2011-05-15 | 1 | -0/+2 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 1 | -2/+2 |
* | chromeos: Update the references of notification includes to the new content l... | tfarina@chromium.org | 2011-03-07 | 1 | -2/+2 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 1 | -3/+6 |