summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager
Commit message (Expand)AuthorAgeFilesLines
* GTTF: remove FAILS_ prefix, part 1phajdan.jr@chromium.org2012-11-011-2/+2
* Revert 164926 - Null check web_contents in TaskManagerExtensionProcessResourc...jam@chromium.org2012-10-301-2/+0
* Null check web_contents in TaskManagerExtensionProcessResource::IsBackground().jam@chromium.org2012-10-301-0/+2
* Cleanup: Use STLDeleteFoo instead of duplicating their functions, and other l...thestig@chromium.org2012-10-271-15/+6
* Browser Plugin: Rename browser tag to Webview in Task Managerfsamuel@chromium.org2012-10-271-1/+1
* [Panels] Fix crash when killing panel extension from TaskManager.jennb@chromium.org2012-10-242-1/+47
* Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...mirandac@chromium.org2012-10-242-2/+4
* Remove pid_to_resources_ map since it makes no sense when multiple resources ...irobert@chromium.org2012-10-232-20/+18
* TaskManager: Coalesce multiple bytes read notifications.willchan@chromium.org2012-10-172-11/+45
* Add all the BrowserPluginGuest processes to the task manager. Find them from ...irobert@chromium.org2012-10-174-17/+267
* Fix prerender histograms for multiple prerender case.gavinp@chromium.org2012-10-171-1/+1
* [Panels] Fix favicon crash from using deleted WebContents.jennb@chromium.org2012-10-161-1/+1
* Fix failing browser tests when running with force-compositing-mode. It uses n...vangelis@chromium.org2012-10-131-3/+5
* Switch NOTIFICATION_INSTANT_COMMITTED to source a WebContents.avi@chromium.org2012-10-111-6/+2
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-111-2/+2
* Add desktop type context to most existing instances of FindTabbedBrowser.robertshield@chromium.org2012-10-041-0/+1
* Switch FaviconTabHelper to use WebContentsUserData.avi@chromium.org2012-10-021-1/+2
* Fix bug 151484: [Panels] Need to stop loading app icon when Panel is closed.jianli@chromium.org2012-09-261-2/+1
* Revert 158707 - Enable by default:csilv@chromium.org2012-09-261-5/+3
* Enable by default:vangelis@chromium.org2012-09-261-3/+5
* Mark TaskManagerBrowserTest.NoticePanelChanges as failing since it's flaky on...glider@chromium.org2012-09-211-1/+2
* Use the new favicon resources below common/, delete the old assetsthakis@chromium.org2012-09-123-5/+5
* [Panel refactor] Deprecate old panels.jennb@chromium.org2012-09-112-9/+0
* Fixes for browser that load content from file: schema while running as Chrome...zelidrag@chromium.org2012-09-064-86/+131
* Allow panels to be created as detached panels.jennb@chromium.org2012-09-061-1/+2
* Revert 155071 - Allow panels to be created as detached panels.jennb@chromium.org2012-09-061-2/+1
* Allow panels to be created as detached panels.jennb@chromium.org2012-09-061-1/+2
* Miscellaneous cleanups from several months ago I never got around to landing.pkasting@chromium.org2012-09-011-8/+4
* There were two leaks detected here. ccameron@chromium.org2012-08-222-2/+10
* Introduce InfoBarTabService API.joi@chromium.org2012-08-201-1/+1
* Add GPU memory tab to the task manager.ccameron@chromium.org2012-08-182-1/+116
* Cleanup: Constify more ExtensionService methods, and IWYU.thestig@chromium.org2012-08-171-0/+1
* [Panel refactor] use browserless Panels by default in Dev/Canaryjennb@chromium.org2012-08-172-11/+11
* Label background pages as such for packaged apps in task managerjustinlin@chromium.org2012-08-161-6/+11
* Change panels to use gfx::Image instead of SkBitmap for favicon.jennb@chromium.org2012-08-151-1/+2
* Create chrome/browser/api directory. Move infobar delegates used by Autofill ...joi@chromium.org2012-08-131-1/+1
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-102-16/+49
* Change return type of FaviconTabHelper::GetFavicon() to gfx::Image.thakis@chromium.org2012-08-031-1/+1
* Move ExtensionHost into extensions namespacerdevlin.cronin@chromium.org2012-07-311-1/+2
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-1/+1
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-202-3/+3
* [Panels refactor] Track Panels in TaskManager now that they are not under the...jennb@chromium.org2012-07-195-44/+364
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-114-4/+2
* Move ExtensionSystem into extensions namespacerdevlin.cronin@chromium.org2012-07-111-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Move Instant stuff off Browser.ben@chromium.org2012-07-111-2/+4
* chrome: Put browser_navigator.h into chrome namespace.tfarina@chromium.org2012-07-011-4/+3
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-3/+5
* mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON.thakis@chromium.org2012-06-261-1/+1
* Check for a delegate before blindly accessing it.avi@chromium.org2012-06-191-1/+2