summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager
Commit message (Expand)AuthorAgeFilesLines
* TaskManager: Replace the string "Page" with "Task"yoshiki@chromium.org2012-04-061-1/+1
* Exposing the child process unique ID through the task manager. This is an ini...nasko@chromium.org2012-04-057-5/+63
* Split the NotificationUIManager into a virtual interface and an impl.rsesek@chromium.org2012-04-041-0/+1
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-8/+8
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-072-4/+7
* Fix a bug that sometimes broke content script injection on startup, caused bympcomplete@chromium.org2012-03-061-4/+10
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-063-4/+4
* Added yoshiki@chromium.org to task-manager related OWNERS files, as estade re...kgr@chromium.org2012-03-051-0/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-054-9/+9
* Cleanup: Typedef std::pairs in TaskManager code. Also making goat teleporting...thestig@chromium.org2012-03-022-17/+21
* Remove mach_broker_mac.h dependency from chrome.jam@chromium.org2012-02-291-6/+3
* Removed delta-updates, task queueing and batching.kgr@chromium.org2012-02-251-3/+2
* Fix TaskManager-related link errors for Android.tedchoc@chromium.org2012-02-241-0/+3
* TaskManagerBrowserTest.ReloadExtension not flaky on linuxtbreisacher@chromium.org2012-02-211-2/+2
* WebUI TaskManager: Make the initialization of model (in browser process) and ...yoshiki@chromium.org2012-02-212-1/+11
* Flakiness cleanup: disable flaky tests under chrome/browser/evan@chromium.org2012-02-151-1/+1
* Hide WorkerProcessHost from chrome.jam@chromium.org2012-02-012-46/+48
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-6/+11
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-202-12/+11
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-202-11/+12
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-202-12/+11
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Roll deps for filesystem URL changes, take 3.ericu@google.com2012-01-181-6/+2
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-12/+7
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-7/+12
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-132-6/+3
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-1/+0
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-0/+1
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-1/+0
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-043-25/+22
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-4/+5
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-021-4/+4
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-3/+3
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-1/+4
* Create an API around WorkerService that chrome consumes. Rename the existing ...jam@chromium.org2011-12-292-5/+5
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-4/+7
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-2/+2
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-4/+9
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-1/+1
* Make sure that ChildProcessData.type always gets initializedtbreisacher@chromium.org2011-12-211-2/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-202-6/+6
* WebUI Task manager: prevent to kill the wrong process or none yoshiki@chromium.org2011-12-142-0/+12
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-131-2/+2
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-1/+1
* Add "Instant:" prefix to Instant preview tabs in the Task manager.sreeram@chromium.org2011-12-022-8/+58
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-023-55/+48
* Make TaskManager not use ChildProcessInfo. After this change, I will make Bro...jam@chromium.org2011-12-012-65/+84
* Define DevTools content APIyurys@chromium.org2011-12-011-2/+4
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-012-2/+2