- 9fb6769 Cleanup VersionInfo after componentization. by sdefresne · 10 years ago
- 88867d3 Fixed all unused-variable Clang warnings on Windows. by mgiuca · 10 years ago
- a8ea28d Stop using FILE thread to run MemoryDetails::CollectProcessData by hashimoto · 10 years ago
- 6f5f359 Optimize MetricsDetails classes to avoid a lot of redundant work. by asvitkine · 10 years ago
- 89406d1f Move memory histograms generation to MetricsMemoryDetails. by asvitkine · 10 years ago
- 58409e4c Fix Memory.* histograms on Mac OS X 10.9+. by asvitkine · 10 years ago
- 11bf74d Cleanup: Replace most base::ASCIIToWide with base::ASCIIToUTF16 in chrome/browser. by thestig · 11 years ago
- 2e462536 Simplify VersionInfo code, avoid hitting sandbox IPC constantly on Windows by scottmg · 11 years ago
- d7743ba Remove implicit HANDLE conversions from chrome. by rvargas · 11 years ago
- af39f00 Use a qualified path for chromium_strings, google_chrome_strings, and generated_resources. (part 1) by [email protected] · 11 years ago
- 8a5b2da Send memory usage growth per 30 minutes in renderer processes via UMA. by [email protected] · 11 years ago
- 299e3d00 Cleanup: Get rid of unneeded base::UTF16ToWide() conversions. by [email protected] · 11 years ago
- 6778fed Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 11 years ago
- d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
- f9b29436 Use a direct include of strings headers in chrome/browser/j*-n*/. by [email protected] · 12 years ago
- 112158af Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. by [email protected] · 12 years ago
- f3b35769 Split the ProcessType enum into process types that content knows about (which will remain in src\content) and those that are for chrome (which moved to src\chrome). This way we won't get any more layering violations where nacl code is in content. by [email protected] · 12 years ago
- 47e870b Revert 184352 by [email protected] · 12 years ago
- 5f0cebb Add utf_string_conversions to base namespace. by [email protected] · 12 years ago
- 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
- 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
- 4306df7 cros: Log per-process memory use on low memory events by [email protected] · 13 years ago
- 9bad8b71 Move GenericHandler back to Chrome since it was really Chrome specific (i.e. chrome's mapping of click to disposition). by [email protected] · 13 years ago
- 4967f79 Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 13 years ago
- f177ffd Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 13 years ago
- 3b0032a Add a Content API around BrowserChildProcessHost, similar to what was done with ChildProcessHost. Now classes like PluginProcessHost don't derive from it, but instead use composition. by [email protected] · 13 years ago
- 36fc039 Create a Content API around NavigationEntry that's in content/public/browser. NavigationEntry will be renamed to NavigationEntryImpl in a later change. It now derives from content::NavigationEntry. Most of this change is changing unix_hacker functions to CamelCase and updating callers. by [email protected] · 13 years ago
- bd5d6cf Move the ProcessType enum out to its own file. This is in preparation for getting rid of ChildProcessInfo. by [email protected] · 14 years ago
- a6c1618d Remove needless include of the content/browser/render_process_host.h header file. by [email protected] · 14 years ago
- 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
- c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
- 24d6969 base::Bind: Cleanup chrome/browser/memory_*. by [email protected] · 14 years ago
- f48122119 Make the windows_version.h functions threadsafe by using a singleton. Add accessors to the singleton for more values that various code wants, then convert almost everyone using OSVERSIONINFO or SYSTEM_INFO structs to calling these accessors. Declare an AtExitManager in the out-of-process test runner since it didn't have one and that breaks singleton-using code in the test executable (as opposed to in chrome.dll). by [email protected] · 14 years ago
- 5667f1b Revert 80819 due to failed tests by [email protected] · 14 years ago
- 51761747 Make the windows_version.h functions threadsafe by using a singleton. Add accessors to the singleton for more values that various code wants, then convert almost everyone using OSVERSIONINFO or SYSTEM_INFO structs to calling these accessors. Declare an AtExitManager in the out-of-process test runner since it didn't have one and that breaks singleton-using code in the test executable (as opposed to in chrome.dll). by [email protected] · 14 years ago
- 4df3ac6 Coverity: Pass values by reference. by [email protected] · 14 years ago
- 6e5e68d Move GetWindowsArchitecture() to windows_version.h. by [email protected] · 14 years ago
- af67f20 Add a function to get the processor architecture. I will be using this in the user agent construction code. by [email protected] · 14 years ago
- 1e67c2b Create a "GetWOW64Status()" utility function and make the rest of the codebase call it. by [email protected] · 14 years ago
- a01efd2 Delete the temporary headers left behind in chrome\browser. I've left browser_thread.h for another change, since 450 files include it. by [email protected] · 14 years ago
- c051a1b Move l10n_util to ui/base by [email protected] · 14 years ago
- b90d7e80 Reland "Remove base/scoped_handle_win.h." by [email protected] · 14 years ago
- 15d9694 Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace." by [email protected] · 14 years ago
- 7d340403 Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace. by [email protected] · 14 years ago
- 0f26d7b Remove wstring from l10n_util. Part 5. by [email protected] · 14 years ago
- 4f260d0 Update file version info/memory details/process utils to use string16. by [email protected] · 15 years ago
- 30c9180 Revert 69592 - file_version_info was not finding Mac values correctly. by [email protected] · 15 years ago
- d9cb1618 file_version_info was not finding Mac values correctly. by [email protected] · 15 years ago
- 5ac950b Cleanup: Remove unneeded includes of tab_contents.h. by [email protected] · 15 years ago
- 93aa89c7 FBTF: Even more deinlining. by [email protected] · 15 years ago
- 017a7a11 Rename ChromeThread to BrowserThread Part21: by [email protected] · 15 years ago
- f8b3ef8 Rename ChromeThread to BrowserThread Part15: by [email protected] · 15 years ago
- 0211f57e Refactor version-getting info into a chrome::VersionInfo object. by [email protected] · 15 years ago
- 1eeb5e0 Cleanup: Break another common->app dependency. by [email protected] · 15 years ago
- d27893f6 Moved common parts of ChildProcessHost into chrome/common and created a BrowserChildProcessHost with browser-specific implementation. This is in preparation of creating a ServiceChildProcessHost. by [email protected] · 15 years ago
- b6128aa Move common code into process_util.cc. by [email protected] · 15 years ago
- bcff05a Refactor FileVersionInfo into an interface with platform implementations. by [email protected] · 15 years ago
- aef8d5ae Add support for showing NaCl 64-bit processes in Chrome's task manager and about:memory page by [email protected] · 15 years ago
- dcddcdb0 Move more files from chrome/common to chrome/browser by [email protected] · 15 years ago
- 6fad263 Third patch in getting rid of caching MessageLoop pointers and always using ChromeThread instead. by [email protected] · 16 years ago
- d85cf07 Simplify threading in browser thread by making only ChromeThread deal with different thread lifetimes.The rest of the code doesn't get MessageLoop pointers since they're not thread-safe and instead just call PostTask on ChromeThread. If the target thread is not alive, then the task is simply deleted.In a followup change, I'll remove any remaining MessageLoop* caching. With this change, there's little to be gained by caching since no locks are involved if the target MessageLoop is guaranteed to outlive the current thread (inferred automatically by the order of the chrome_threads_ array).BUG=25354 by [email protected] · 16 years ago
- a4dc33f Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate). by [email protected] · 16 years ago
- 54fd1d3 Linux: about:memory by [email protected] · 16 years ago