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
/
gtk
/
task_manager_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: Fix sort order in the task maanger.
estade@chromium.org
2010-10-04
1
-2
/
+2
*
Add to the task manager the v8 column on mac and the javascript column on mac...
thakis@chromium.org
2010-09-14
1
-1
/
+20
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...
viettrungluu@chromium.org
2010-08-17
1
-9
/
+9
*
Convert Task Manager to string16 from wstring, part 1.
viettrungluu@chromium.org
2010-08-14
1
-11
/
+11
*
Lands http://codereview.chromium.org/2878087 for Alex:
sky@chromium.org
2010-08-11
1
-2
/
+40
*
gtk: Finish converting the gtk callbacks in TaskManagerGtk to gtk signal macros.
tfarina@chromium.org
2010-06-15
1
-16
/
+9
*
gtk: Make use of gtk signal macro in TaskManagerGtk dialog.
tfarina@chromium.org
2010-06-12
1
-16
/
+10
*
Fix issue 3967 and a couple related issues.
xiyuan@chromium.org
2010-06-11
1
-8
/
+6
*
Put more dialogs into chrome window.
xiyuan@chromium.org
2010-06-01
1
-1
/
+1
*
Fixing AutoReset to be a template.
gspencer@chromium.org
2010-06-01
1
-3
/
+3
*
Task Manager sorting:
estade@chromium.org
2010-04-21
1
-1
/
+5
*
GTK: Fix the sensitivity of the "end process" button.
erg@chromium.org
2010-04-20
1
-13
/
+20
*
GTK: fix task manager grouped row selection
estade@chromium.org
2010-04-20
1
-7
/
+9
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
chrome 4: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
1
-0
/
+1
*
GTK: fix a task manager crasher.
estade@chromium.org
2010-03-02
1
-4
/
+8
*
Next part of bad dependency removal (chrome/common -> chrome/browser)
phajdan.jr@chromium.org
2010-03-02
1
-2
/
+2
*
gtk: Add the experimental purge memory button. Also add a GRD entry for the b...
thestig@chromium.org
2010-02-26
1
-2
/
+21
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
GTK: make selections in task manager apply to all members of resource group
estade@chromium.org
2010-02-18
1
-10
/
+26
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-6
/
+6
*
linux: Use SimpleMenuModel::Delegate in TaskManager instead of MenuGtk::Deleg...
estade@chromium.org
2010-02-04
1
-10
/
+20
*
task manager gtk:
estade@chromium.org
2010-02-01
1
-20
/
+49
*
Enables the javascript memory column in the task manager in Linux
jamesr@chromium.org
2010-01-12
1
-1
/
+18
*
GTK: Use page and app menu models.
estade@chromium.org
2010-01-07
1
-2
/
+2
*
Linux: Show the private memory usage by default instead of the shared memory ...
thestig@chromium.org
2009-12-04
1
-2
/
+2
*
[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
*
GTK: Properly convert task manager UI row to task manager model row.
estade@chromium.org
2009-11-04
1
-3
/
+16
*
Destroy the TaskManagerGtk singleton instance when its window is destroyed, o...
thestig@chromium.org
2009-11-02
1
-2
/
+11
*
Fix a whole bunch of style nits.
erg@google.com
2009-10-13
1
-1
/
+0
*
Add about:memory link to task manager.
thakis@chromium.org
2009-10-08
1
-15
/
+1
*
Linux: remove the concept of physical memory from the task manager.
agl@chromium.org
2009-10-07
1
-19
/
+1
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-1
/
+1
*
Task Manager: show right click context menu no matter where you click on the ...
estade@chromium.org
2009-10-05
1
-4
/
+0
*
Make the cache columns in the Task Manager sortable and only displayed once p...
pkasting@chromium.org
2009-09-30
1
-0
/
+15
*
Add columns to gtk task manager.
thakis@chromium.org
2009-09-28
1
-1
/
+51
*
Task Manager for OS X: Set up columns, show rows.
thakis@chromium.org
2009-09-21
1
-1
/
+1
*
Replace a bunch of hardcoded URLs with constants from url_constants.h
brettw@chromium.org
2009-09-15
1
-2
/
+3
*
Gtk: Allow all columns in task manager to be sortable.
mhm@chromium.org
2009-09-11
1
-24
/
+59
*
Update the system favicon/folder icon on theme change.
estade@chromium.org
2009-09-11
1
-2
/
+3
*
Fix accel leak in task manager and bookmark manager by using
tony@chromium.org
2009-09-10
1
-7
/
+10
*
Linux: make the columns in the task manager avoid causing scroll bars.
mdm@chromium.org
2009-09-02
1
-6
/
+23
*
Set the window type hint for the options dialog and
tony@chromium.org
2009-09-01
1
-0
/
+4
*
GTK: Set the default icon list so we don't have to set it on every window all...
estade@chromium.org
2009-08-27
1
-1
/
+0
*
Make the task manager use the native default favicon
estade@chromium.org
2009-08-26
1
-0
/
+10
*
Linux: set the initial size of the "Page" column in the task manager to fit t...
mdm@chromium.org
2009-08-25
1
-11
/
+36
*
gtk: Don't crash if the user double clicks an empty area of the task manager ...
jhawkins@chromium.org
2009-08-10
1
-2
/
+4
[next]