| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a webstore install method that lets us prompt the user before downloading. | asargent@chromium.org | 2011-04-05 | 2 | -0/+42 |
* | iwyu: Cleanup chrome/utility directory. | tfarina@chromium.org | 2011-03-30 | 3 | -17/+20 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Cleanup NativeMetafile (win) interface and EMF class. | vandebo@chromium.org | 2011-03-22 | 1 | -11/+9 |
* | Move app/app_switches to ui/gfx/gl/gl_switches. | backer@chromium.org | 2011-03-21 | 1 | -2/+1 |
* | Renaming NativeMetafile related methods to more appropriate names. | dpapad@chromium.org | 2011-03-19 | 1 | -2/+2 |
* | Unifying StartPage across all platforms | dpapad@chromium.org | 2011-03-18 | 1 | -1/+5 |
* | Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class. | vandebo@chromium.org | 2011-03-18 | 1 | -9/+11 |
* | Cleanup NativeMetafile (win) interface and EMF class. | vandebo@chromium.org | 2011-03-18 | 1 | -11/+9 |
* | Move all the message files in chrome that belong in content. | jam@chromium.org | 2011-03-16 | 1 | -2/+2 |
* | Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,... | dpapad@chromium.org | 2011-03-16 | 1 | -5/+5 |
* | Move some message files and hi_res_timer_manager to content, in preparation f... | jam@chromium.org | 2011-03-13 | 1 | -1/+1 |
* | Removed unnecessary function parameter | dpapad@chromium.org | 2011-03-11 | 2 | -5/+2 |
* | Move some chrome\common code to content in preparation for moving chrome\gpu. | jam@chromium.org | 2011-03-11 | 1 | -2/+2 |
* | Move ChildThread and ChildProcess to content. Also move remaining code that ... | jam@chromium.org | 2011-03-08 | 3 | -3/+3 |
* | Applying factory pattern (through NativeMetafileFactory class). It is used to... | dpapad@chromium.org | 2011-03-02 | 1 | -4/+11 |
* | Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)... | jam@chromium.org | 2011-03-02 | 1 | -11/+4 |
* | Applying factory pattern (through NativeMetafileFactory class). It is used to... | dpapad@chromium.org | 2011-03-02 | 1 | -4/+11 |
* | IndexedDB: Allow injection of keys into values via key path. | hans@chromium.org | 2011-02-17 | 2 | -1/+17 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -0/+1 |
* | Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s... | ben@chromium.org | 2011-01-19 | 1 | -3/+3 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -1/+1 |
* | Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor. | ben@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Move SystemMonitor to src/ui/base/system_monitor. | ben@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Cleanup: Remove unneeded includes of chrome_switches.h. | thestig@chromium.org | 2011-01-11 | 1 | -1/+1 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 1 | -2/+3 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 1 | -3/+2 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 1 | -2/+3 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -2/+3 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 2 | -2/+5 |
* | As the first step in an effort to improve robustness of the cloud print proxy... | sanjeevr@chromium.org | 2010-12-22 | 3 | -6/+31 |
* | Move iat_patch from base to app/win. Remove the functions from the header since | brettw@chromium.org | 2010-10-14 | 1 | -6/+8 |
* | Changed the implementation of the utility process method to render a PDF into... | sanjeevr@chromium.org | 2010-09-30 | 2 | -4/+8 |
* | Removes indexed_db_param_traits.h depedencies on WebKit headers. | bulach@chromium.org | 2010-09-09 | 1 | -0/+1 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -1/+2 |
* | Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandb... | bulach@chromium.org | 2010-08-18 | 2 | -6/+77 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 1 | -2/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Created a host for running the utility process as a child of the service proc... | sanjeevr@chromium.org | 2010-07-20 | 3 | -1/+213 |
* | Rename Chrome threads to use a "Cr" prefix. | evan@chromium.org | 2010-06-09 | 1 | -2/+1 |
* | Added decoding of any supported image format into vector of chars. | avayvod@google.com | 2010-04-15 | 3 | -0/+24 |
* | This looks like it was causing the pipe to sometimes overfill. | aa@chromium.org | 2010-03-17 | 1 | -2/+3 |
* | Move the utility process messages to their own file now that we have more than | brettw@chromium.org | 2009-12-15 | 1 | -1/+2 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 1 | -3/+4 |
* | Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t... | cira@chromium.org | 2009-11-18 | 1 | -1/+1 |
* | Fix bug where many extensions don't install due to sandbox. | aa@chromium.org | 2009-10-27 | 1 | -0/+7 |
* | Add Profile Import Process Type. | jeremy@chromium.org | 2009-09-17 | 1 | -1/+1 |
* | Do extensions update manifest XML parsing in a sandboxed process. | asargent@chromium.org | 2009-08-20 | 2 | -1/+15 |