summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-2/+2
* Patch for accelerator clean-up from Hamaji.jcampan@chromium.org2009-04-301-5/+1
* Landing Hamaji's patch.jcampan@chromium.org2009-04-271-0/+8
* Fix a memory leak in TaskManagerphajdan.jr@chromium.org2009-04-271-3/+7
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-1/+1
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-211-1/+1
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-211-1/+1
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-12/+13
* The death knell for the old native buttons, checkboxes and radio buttons.ben@chromium.org2009-03-231-8/+7
* Navigating to about:memory page from Task manager should bring up thetc@google.com2009-03-181-0/+2
* Forgot these two files.ben@chromium.org2009-03-171-3/+3
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-1/+1
* Move widget related files into views/widgetben@chromium.org2009-03-171-1/+1
* Rename Window->WindowWinben@chromium.org2009-03-141-1/+2
* rollback againben@chromium.org2009-03-141-2/+1
* Rename Window->WindowWinben@chromium.org2009-03-141-1/+2
* revertben@chromium.org2009-03-131-2/+1
* Rename Window->WindowWinben@chromium.org2009-03-131-1/+2
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Test to see if we can reduce some crashes by deferring delegate destruction u...ben@chromium.org2009-03-061-0/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-4/+4
* Back out r10487 toomark@chromium.org2009-02-261-2/+1
* More URL constants replacement.brettw@chromium.org2009-02-261-1/+2
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-4/+3
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-121-1/+1
* Revert "Create a chrome_resources.vcproj that holds grd files that hold"tc@google.com2009-02-121-1/+1
* Create a chrome_resources.vcproj that holds grd files that holdtc@google.com2009-02-121-1/+1
* Refactor plugin process code in the browser process so that the browser/about...jam@chromium.org2009-02-111-4/+4
* Remove pointless function override (the base class does the exact same thing ...pkasting@chromium.org2009-01-291-4/+0
* Two things:ben@chromium.org2009-01-241-0/+1
* ===================================================xji@chromium.org2009-01-231-13/+25
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-4/+5
* Rename Container->Widgetben@chromium.org2008-11-211-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-20/+20
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-15/+2
* Makes sure TaskManager doesn't return an empty icon. If we return ansky@google.com2008-10-281-1/+9
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-1/+1
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-68/+51
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-25/+12
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-1/+1
* Convert GetPreferredSize from:beng@google.com2008-10-151-11/+9
* Makes sure the network usage is also reported for non tabs (right now only th...jcampan@chromium.org2008-10-091-12/+11
* This CL makes the task manager columns sortable.jcampan@chromium.org2008-10-091-70/+240
* Move more UI stuff into browser/viewsbeng@google.com2008-09-131-1/+1
* Double clicking on an item in the task manager should bring the relevant tab ...petersont@google.com2008-09-101-0/+50
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-031-30/+3
* Attempt at fixing crash in TaskManager. I'm skeptical this is it, butsky@google.com2008-08-281-2/+2