summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/boot_times_loader.cc
Commit message (Expand)AuthorAgeFilesLines
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Swap deprecated BrowserList:: iterators for BrowserIterator in code not compi...gab@chromium.org2013-02-121-4/+2
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-31/+35
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-4/+4
* Remove tab_count from Browser.avi@chromium.org2013-01-131-3/+5
* Add function to CancelableTaskTracker and convert BootTimeLoader (take 2)kaiwang@chromium.org2012-11-161-17/+35
* Revert 168134 - Add function to CancelableTaskTracker and convert BootTimeLoaderkinuko@chromium.org2012-11-161-35/+17
* Add function to CancelableTaskTracker and convert BootTimeLoaderkaiwang@chromium.org2012-11-161-17/+35
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-1/+2
* Renames NOTIFICATION_RENDER_WIDGET_HOST_DID_PAINT tosky@chromium.org2012-06-151-5/+9
* Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places.tedvessenes@gmail.com2012-05-171-2/+2
* [cros] Cleanup boot times metrics.nkostylev@chromium.org2012-05-121-2/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Make BootTimesLoader marker usage thread saferbyers@chromium.org2012-03-011-3/+38
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+3
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-3/+2
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+3
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-5/+6
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-2/+2
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-8/+8
* Retry: Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-9/+3
* Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-3/+9
* Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-281-9/+3
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-5/+6
* base::Bind: Convert NewCallbacks in chrome/.jhawkins@chromium.org2011-12-241-3/+2
* base::Bind: Convert NewRunnableMethod in chrome/browser.jhawkins@chromium.org2011-12-241-2/+3
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.joi@chromium.org2011-12-071-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* [cros] Cleanup UserManager. Profile images can download in background.ivankr@chromium.org2011-11-101-1/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-11/+11
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+9
* Use base::Bind instead of old callbacks in boot_times_loader.satorux@chromium.org2011-10-171-9/+9
* Removed chromeos::NetworkStateNotifier and redirected all related code to use zelidrag@chromium.org2011-09-221-1/+0
* Add login times for session restore, and move location of login-timesdavemoore@chromium.org2011-07-221-41/+119
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-7/+8
* cros: Even more clang plugin appeasing; even more compile error fixing (in ne...thakis@chromium.org2011-05-151-0/+2
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-2/+2
* chromeos: Update the references of notification includes to the new content l...tfarina@chromium.org2011-03-071-2/+2
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-2/+2
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-3/+6