summaryrefslogtreecommitdiffstats
path: root/chrome/browser/memory_details_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplify VersionInfo code, avoid hitting sandbox IPC constantly on Windowsscottmg2014-10-071-2/+1
* Remove implicit HANDLE conversions from chrome.rvargas2014-09-251-6/+7
* Use a qualified path for chromium_strings, google_chrome_strings, and generat...thestig@chromium.org2014-08-221-1/+1
* Send memory usage growth per 30 minutes in renderer processes via UMA.dmikurube@chromium.org2014-07-071-1/+2
* Cleanup: Get rid of unneeded base::UTF16ToWide() conversions.thestig@chromium.org2014-06-031-2/+2
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+2
* Update include paths in chrome/browser/ for base/process changes.rsesek@chromium.org2013-07-241-0/+1
* Use a direct include of strings headers in chrome/browser/j*-n*/.avi@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Split the ProcessType enum into process types that content knows about (which...jam@chromium.org2013-03-221-3/+3
* Revert 184352brettw@chromium.org2013-02-241-2/+2
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-1/+1
* cros: Log per-process memory use on low memory eventsjamescook@chromium.org2012-04-201-2/+3
* Move GenericHandler back to Chrome since it was really Chrome specific (i.e. ...jam@chromium.org2012-02-271-1/+0
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+0
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-0/+1
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+0
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+0
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-2/+3
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* base::Bind: Cleanup chrome/browser/memory_*.jhawkins@chromium.org2011-10-211-1/+2
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-6/+6
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-6/+6
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-6/+6
* Coverity: Pass values by reference.jhawkins@chromium.org2011-03-111-1/+1
* Move GetWindowsArchitecture() to windows_version.h.pkasting@chromium.org2011-03-041-1/+0
* Add a function to get the processor architecture. I will be using this in th...pkasting@chromium.org2011-03-041-5/+6
* Create a "GetWOW64Status()" utility function and make the rest of the codebas...pkasting@chromium.org2011-03-041-13/+9
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-5/+5
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-3/+6
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-6/+3
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-3/+6
* Remove wstring from l10n_util. Part 5.avi@chromium.org2011-01-051-1/+1
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+2
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-1/+2
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-2/+1
* Cleanup: Remove unneeded includes of tab_contents.h.thestig@chromium.org2010-12-091-1/+0
* FBTF: Even more deinlining.erg@google.com2010-10-201-10/+9
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part15:tfarina@chromium.org2010-10-111-3/+3
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-4/+4
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-3/+3
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-1/+1
* Move common code into process_util.cc.maruel@chromium.org2010-04-291-1/+1
* Refactor FileVersionInfo into an interface with platform implementations.tony@chromium.org2010-04-141-1/+2