| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 3 | -3/+3 |
* | Remove 4 static initializers on linux. | thakis@chromium.org | 2013-11-13 | 1 | -2/+4 |
* | -Wunused-functions for linux, android, chromeos | thakis@chromium.org | 2013-11-12 | 1 | -1/+1 |
* | Fixes for -Wunused-function on Linux, Android and ChromeOS | hans@chromium.org | 2013-11-12 | 1 | -0/+2 |
* | Rename NOTIFICATION_RENDERER_PROCESS_HANG to NOTIFICATION_RENDER_WIDGET_HOST_... | avi@chromium.org | 2013-11-09 | 1 | -2/+2 |
* | PerformanceMonitor: Add a new UMA histograms to track average CPU utilization... | oysteine@chromium.org | 2013-10-24 | 1 | -2/+8 |
* | Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un... | yoz@chromium.org | 2013-10-23 | 1 | -3/+4 |
* | Changed the HighCPU UMA action into a histogram | oysteine@chromium.org | 2013-10-11 | 1 | -5/+3 |
* | PerformanceMonitor: Ensure module is initialized for all tests, to increase c... | oysteine@chromium.org | 2013-10-09 | 3 | -29/+21 |
* | Clean up unused constant globals | hans@chromium.org | 2013-10-03 | 1 | -5/+0 |
* | Fix for a startup crash when restoring the session if a specific performance ... | oysteine@chromium.org | 2013-10-03 | 1 | -4/+6 |
* | Modified the PerformanceMonitor to not use test/ code for enumerating Chrome ... | oysteine@chromium.org | 2013-10-02 | 9 | -228/+500 |
* | content: Introduce a RenderWidgetHostIterator. | sadrul@chromium.org | 2013-09-11 | 1 | -6/+7 |
* | Use DLOG instead of LOG for out-of-bound perf metrics. | derat@chromium.org | 2013-09-10 | 1 | -3/+3 |
* | Move Feature and Manifest to top-level extensions. | yoz@chromium.org | 2013-08-22 | 1 | -1/+1 |
* | Fix missing const reference on parameter. | etienneb@chromium.org | 2013-08-14 | 1 | -1/+1 |
* | Update include paths in chrome/browser/ for base/process changes. | rsesek@chromium.org | 2013-07-24 | 2 | -3/+2 |
* | Only allow leveldb to use the minimum amount of file descriptors. | dgrogan@chromium.org | 2013-07-16 | 1 | -0/+1 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 3 | -3/+3 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -3/+3 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -2/+2 |
* | Use a direct include of time headers in chrome/browser/, part 4. | avi@chromium.org | 2013-06-28 | 12 | -14/+14 |
* | Make all tests use GetActiveDesktop() instead of hardcoding HOST_DESKTOP_TYPE... | gab@chromium.org | 2013-06-25 | 1 | -1/+1 |
* | Add descriptions to all extension/app schemas, and enforce that they have them | evan.peterson.EP@gmail.com | 2013-06-23 | 1 | -0/+1 |
* | Refactor RenderProcessHost to use IPC::Listener instead of RenderWidgetHost | nasko@chromium.org | 2013-06-21 | 1 | -11/+7 |
* | Remove aa@chromium.org from extensions-related OWNERS files. | aa@chromium.org | 2013-06-19 | 1 | -1/+0 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. | dcheng@chromium.org | 2013-06-12 | 1 | -3/+1 |
* | Use a direct include of strings headers in chrome/browser/o*-p*/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content | phajdan.jr@chromium.org | 2013-06-05 | 1 | -3/+3 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome. | thestig@chromium.org | 2013-05-15 | 1 | -3/+2 |
* | Made it possible to tell whether an extension is being installed or updated. | mgiuca@chromium.org | 2013-05-03 | 1 | -2/+4 |
* | Re-Re-apply 192420: Move login switches to src/chromeos" | stevenjb@chromium.org | 2013-04-05 | 1 | -2/+6 |
* | Revert 192504 "Re-apply 192420: Move login switches to src/chromeos" | tkent@chromium.org | 2013-04-05 | 1 | -6/+2 |
* | Re-apply 192420: Move login switches to src/chromeos | stevenjb@chromium.org | 2013-04-05 | 1 | -2/+6 |
* | Revert 192420 "Move login switches to src/chromeos" | alexeypa@google.com | 2013-04-05 | 1 | -6/+2 |
* | Move login switches to src/chromeos | stevenjb@chromium.org | 2013-04-04 | 1 | -2/+6 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -18/+18 |
* | content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of c... | phajdan.jr@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | Check that DB initialized properly in PerformanceMonitor | rdevlin.cronin@chromium.org | 2013-03-11 | 3 | -47/+122 |
* | content: Move more constants from url_constants.h into content namespace. | tfarina@chromium.org | 2013-03-02 | 1 | -1/+1 |
* | Delete PerformanceMonitor database on background thread | rdevlin.cronin@chromium.org | 2013-03-01 | 1 | -2/+13 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Change --load-extension flag so the extensions don't persist across restart. | mpcomplete@chromium.org | 2013-02-27 | 1 | -6/+6 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 1 | -11/+7 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 1 | -7/+11 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 5 | -6/+6 |
* | Make all consumers of chrome::NewEmptyWindow and chrome::OpenEmptyWindow brow... | gab@chromium.org | 2013-02-20 | 1 | -1/+2 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 5 | -40/+40 |