index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
task_manager
/
task_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.
joi@chromium.org
2013-02-06
1
-3
/
+3
*
Minor code cleanup. Converts if/else to a switch.
sky@chromium.org
2013-01-29
1
-89
/
+105
*
Reorders methods in task_manager.cc to match header.
sky@chromium.org
2013-01-19
1
-402
/
+402
*
Makes TaskManagerModel cache all values (values are fetched on
sky@chromium.org
2013-01-15
1
-273
/
+332
*
Consolidates lookup of task manager values.
sky@chromium.org
2013-01-12
1
-0
/
+78
*
Roll ICU and convert include style to standard Chromium style,
phajdan.jr@chromium.org
2013-01-07
1
-1
/
+1
*
browser: Move FindOrCreateTabbedBrowser() function into chrome namespace.
tfarina@chromium.org
2012-12-26
1
-1
/
+1
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
1
-1
/
+1
*
Remove last remaining call to FindOrCreateTabbedBrowser(). Fix up presubmit c...
robertshield@chromium.org
2012-12-21
1
-4
/
+3
*
Remove almost all usages of the context-free FindOrCreateTabbedBrowser.
robertshield@chromium.org
2012-12-06
1
-1
/
+1
*
Cleanup: Use STLDeleteFoo instead of duplicating their functions, and other l...
thestig@chromium.org
2012-10-27
1
-15
/
+6
*
Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...
mirandac@chromium.org
2012-10-24
1
-1
/
+3
*
TaskManager: Coalesce multiple bytes read notifications.
willchan@chromium.org
2012-10-17
1
-11
/
+33
*
Add all the BrowserPluginGuest processes to the task manager. Find them from ...
irobert@chromium.org
2012-10-17
1
-0
/
+2
*
Add desktop type context to most existing instances of FindTabbedBrowser.
robertshield@chromium.org
2012-10-04
1
-0
/
+1
*
There were two leaks detected here.
ccameron@chromium.org
2012-08-22
1
-2
/
+4
*
Add GPU memory tab to the task manager.
ccameron@chromium.org
2012-08-18
1
-1
/
+100
*
Clean-up inline members of nested classes (chrome/)
hans@chromium.org
2012-08-10
1
-0
/
+35
*
[Panels refactor] Track Panels in TaskManager now that they are not under the...
jennb@chromium.org
2012-07-19
1
-13
/
+11
*
This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...
benrg@chromium.org
2012-07-11
1
-1
/
+1
*
chrome: Put browser_navigator.h into chrome namespace.
tfarina@chromium.org
2012-07-01
1
-4
/
+3
*
mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON.
thakis@chromium.org
2012-06-26
1
-1
/
+1
*
Check for a delegate before blindly accessing it.
avi@chromium.org
2012-06-19
1
-1
/
+2
*
TaskManager: Fix the way to open "Stats for nerds" link
yoshiki@chromium.org
2012-06-13
1
-3
/
+4
*
TabContentsWrapper -> TabContents, part 31.
avi@chromium.org
2012-06-10
1
-4
/
+3
*
Converted the rest of chrome except for extensions and favicons to user Image...
pkotwicz@chromium.org
2012-06-05
1
-5
/
+5
*
Revert 140531 - Converted the rest of chrome except for extensions and favico...
pkotwicz@chromium.org
2012-06-05
1
-5
/
+5
*
Converted the rest of chrome except for extensions and favicons to user Image...
pkotwicz@chromium.org
2012-06-05
1
-5
/
+5
*
Fix task manager stats for nerds link not loading. Turns out you do have to g...
ben@chromium.org
2012-05-24
1
-1
/
+4
*
Get rid of the last RenderViewHostDelegate usage in chrome.
jam@chromium.org
2012-05-23
1
-3
/
+4
*
Get rid of the RenderViewType concept in content, since it was only used by C...
jam@chromium.org
2012-05-23
1
-1
/
+1
*
Remove BrowserList::GetLastActive usage in TaskManager. Just use browser::Nav...
ben@chromium.org
2012-05-22
1
-31
/
+6
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-1
/
+2
*
Improving the process model extension API
nasko@chromium.org
2012-05-17
1
-13
/
+59
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-0
/
+1
*
Remove EPM:all_hosts_ and use all_extension_views_ instead.
benwells@chromium.org
2012-04-26
1
-7
/
+6
*
TabContents -> WebContentsImpl, part 21.
avi@chromium.org
2012-04-17
1
-1
/
+1
*
TaskManager: Replace the string "Page" with "Task"
yoshiki@chromium.org
2012-04-06
1
-1
/
+1
*
Exposing the child process unique ID through the task manager. This is an ini...
nasko@chromium.org
2012-04-05
1
-0
/
+5
*
Add ResourceRequestInfo.
darin@chromium.org
2012-03-07
1
-8
/
+8
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-2
/
+2
*
Cleanup: Typedef std::pairs in TaskManager code. Also making goat teleporting...
thestig@chromium.org
2012-03-02
1
-10
/
+10
*
Remove mach_broker_mac.h dependency from chrome.
jam@chromium.org
2012-02-29
1
-6
/
+3
*
Removed delta-updates, task queueing and batching.
kgr@chromium.org
2012-02-25
1
-3
/
+2
*
Fix TaskManager-related link errors for Android.
tedchoc@chromium.org
2012-02-24
1
-0
/
+3
*
WebUI TaskManager: Make the initialization of model (in browser process) and ...
yoshiki@chromium.org
2012-02-21
1
-0
/
+5
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
1
-6
/
+11
*
Move RenderViewHostDelegate to content/public and content namespace.
joi@chromium.org
2012-01-18
1
-2
/
+2
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
1
-12
/
+7
[next]