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
*
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
*
Linux: fix "goats teleported" task manager column.
mdm@chromium.org
2009-08-24
1
-1
/
+1
*
Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...
jshin@chromium.org
2009-08-18
1
-2
/
+2
*
Add more browser tests for Task Manager.
phajdan.jr@chromium.org
2009-07-15
1
-12
/
+17
*
Move GetTabContentsID out of tab util because it has nothing to do with tabs or
brettw@chromium.org
2009-06-30
1
-3
/
+4
*
Reorganize the way the task manager is constructed.
ben@chromium.org
2009-06-22
1
-67
/
+14
*
Destroy TaskManager's view when its window is closed.
phajdan.jr@chromium.org
2009-06-10
1
-10
/
+17
*
Display extension processes in task manager.
phajdan.jr@chromium.org
2009-06-06
1
-0
/
+4
*
Create OpenClose browser test for TaskManager with necessary refactoring.
phajdan.jr@chromium.org
2009-05-27
1
-2
/
+8
*
Make views/ depend only on images from app/resources.
ben@chromium.org
2009-05-21
1
-1
/
+1
*
Reverts parts of http://src.chromium.org/viewvc/chrome?view=rev&revision=1647...
jam@chromium.org
2009-05-21
1
-17
/
+0
*
Revert 16567.
ben@chromium.org
2009-05-21
1
-1
/
+1
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
1
-1
/
+1
*
Fix a crash on browser exit after opening TaskManager.
phajdan.jr@chromium.org
2009-05-20
1
-0
/
+17
*
Add missing ALLOW_THIS_IN_INITIALIZER_LIST...
phajdan.jr@chromium.org
2009-05-14
1
-1
/
+3
*
Extract Windows-specific parts of TaskManager.
phajdan.jr@chromium.org
2009-05-14
1
-502
/
+13
*
De-couple TaskManager from TableView code.
phajdan.jr@chromium.org
2009-05-11
1
-224
/
+375
*
Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-8
/
+8
*
Make task_manager.h a bit more independent from views.
phajdan.jr@chromium.org
2009-05-06
1
-49
/
+64
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-2
/
+2
*
Patch for accelerator clean-up from Hamaji.
jcampan@chromium.org
2009-04-30
1
-5
/
+1
*
Landing Hamaji's patch.
jcampan@chromium.org
2009-04-27
1
-0
/
+8
*
Fix a memory leak in TaskManager
phajdan.jr@chromium.org
2009-04-27
1
-3
/
+7
*
Reland r14146 which refactors DialogButton into cross platform
tc@google.com
2009-04-21
1
-1
/
+1
*
Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"
tc@google.com
2009-04-21
1
-1
/
+1
*
Refactor DialogDelegate so the DialogButton enum is in cross platform
tc@google.com
2009-04-21
1
-1
/
+1
*
Cleanup in chrome/browser
phajdan.jr@chromium.org
2009-03-25
1
-12
/
+13
*
The death knell for the old native buttons, checkboxes and radio buttons.
ben@chromium.org
2009-03-23
1
-8
/
+7
*
Navigating to about:memory page from Task manager should bring up the
tc@google.com
2009-03-18
1
-0
/
+2
*
Forgot these two files.
ben@chromium.org
2009-03-17
1
-3
/
+3
*
Move windowing related objects into chrome/views/window subdir.
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Move widget related files into views/widget
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-14
1
-1
/
+2
*
rollback again
ben@chromium.org
2009-03-14
1
-2
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-14
1
-1
/
+2
[next]