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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-19
1
-12
/
+11
*
Revert "Convert FormatBytes to string16."
evan@chromium.org
2010-08-18
1
-10
/
+10
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-18
1
-10
/
+10
*
Convert GetDisplayStringInLTRDirectionality from wstring to string16.
tony@chromium.org
2010-08-18
1
-4
/
+3
*
Convert Task Manager to string16 from wstring, part 1.
viettrungluu@chromium.org
2010-08-14
1
-47
/
+46
*
FBTF: Clean up some headers in tab_contents_delegate.h.
erg@google.com
2010-08-10
1
-0
/
+1
*
Revert 55449 - Fix some problems with TaskManagerBrowserTest.PopulateWebCache...
viettrungluu@chromium.org
2010-08-10
1
-10
/
+5
*
Fix some problems with TaskManagerBrowserTest.PopulateWebCacheFields:
phajdan.jr@chromium.org
2010-08-09
1
-5
/
+10
*
Add the actual data being read to the OnBytesRead callback, take two.
cbentzel@chromium.org
2010-08-06
1
-1
/
+2
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+3
*
Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta...
cbentzel@chromium.org
2010-07-31
1
-2
/
+1
*
Add the actual data being read to the OnBytesRead callback, take two.
cbentzel@chromium.org
2010-07-31
1
-1
/
+2
*
Revert "Add the actual data being read to the OnBytesRead callback."
phajdan.jr@chromium.org
2010-07-22
1
-2
/
+1
*
Add the actual data being read to the OnBytesRead callback.
cbentzel@chromium.org
2010-07-21
1
-1
/
+2
*
Speed up the Task Manager on linux.
erg@chromium.org
2010-05-11
1
-15
/
+41
*
Use GetDisplayStringInLTRDirectionality() in more places to simplify code.
pkasting@chromium.org
2010-05-05
1
-2
/
+1
*
Task Manager sorting:
estade@chromium.org
2010-04-21
1
-29
/
+39
*
Add notification processes to the task manager.
johnnyg@chromium.org
2010-04-08
1
-0
/
+4
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-3
/
+4
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
1
-2
/
+2
*
Step 1 in Implementing/Prototyping App Panels.
rafaelw@chromium.org
2010-02-04
1
-6
/
+9
*
Task manager model: Make a find quicker.
estade@chromium.org
2010-02-01
1
-6
/
+6
*
remove ICU includes from l10n_util.h
evan@chromium.org
2010-01-25
1
-0
/
+1
*
Mac: Don't crash on "Stats for nerds" link if no browser window is open.
thakis@chromium.org
2010-01-20
1
-12
/
+27
*
Be more frugal with goats in these challenging economic times.
thakis@chromium.org
2010-01-13
1
-5
/
+3
*
Mac: UI tweaks for task manager.
thakis@chromium.org
2010-01-13
1
-15
/
+35
*
Mac: Create a pid->task_t mapping in the browser process.
thakis@chromium.org
2009-12-21
1
-3
/
+6
*
Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ...
viettrungluu@chromium.org
2009-12-19
1
-3
/
+10
*
Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o...
thakis@chromium.org
2009-12-19
1
-10
/
+3
*
Fix cpu/memory measurements on OS X.
thakis@chromium.org
2009-12-18
1
-3
/
+10
*
Revert 34146 - A place to store the pid>mach_port_t mapping.
thakis@chromium.org
2009-12-09
1
-3
/
+3
*
A place to store the pid->mach_port_t mapping.
thakis@chromium.org
2009-12-09
1
-3
/
+3
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
1
-1
/
+0
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Adds a 'V8' column to task manager to track amount of memory in JavaScript heap
jamesr@chromium.org
2009-11-11
1
-0
/
+24
*
Fifth patch in getting rid of caching MessageLoop pointers.
jam@chromium.org
2009-11-03
1
-9
/
+9
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-9
/
+9
*
Make the memory resource functions return bools so that we know when the info...
vandebo@chromium.org
2009-10-27
1
-60
/
+69
*
Correctly handle extension reloading in the task manager.
phajdan.jr@chromium.org
2009-10-20
1
-0
/
+5
*
Tracks the amount of memory SQLite is using in the browser process
jamesr@chromium.org
2009-10-15
1
-0
/
+6
*
Fix a whole bunch of style nits.
erg@google.com
2009-10-13
1
-1
/
+1
*
Refactors freaky TaskManager::Resource self-updating
jamesr@chromium.org
2009-10-13
1
-0
/
+7
*
Add about:memory link to task manager.
thakis@chromium.org
2009-10-08
1
-0
/
+19
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
1
-12
/
+11
*
Make it possible to sort the WebCore Cache size columns in the Task Manager. ...
pkasting@chromium.org
2009-09-30
1
-33
/
+48
*
Adds three new off-by-default columns to the task manager to track WebCore ca...
jamesr@chromium.org
2009-09-25
1
-0
/
+44
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
1
-9
/
+12
[next]