| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ChromeThread to BrowserThread Part14: | tfarina@chromium.org | 2010-10-10 | 1 | -4/+4 |
* | FBTF: Small nits; moving virtual methods to implementation. | erg@google.com | 2010-10-08 | 1 | -0/+6 |
* | FBTF: Add default ctors/dtors for various param structs. | erg@google.com | 2010-09-15 | 1 | -0/+1 |
* | Cleanup some duplicated includes. | tfarina@chromium.org | 2010-09-04 | 1 | -1/+0 |
* | Add undeclared virtual destructors part 3 | ziadh@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Use a plain ASCII string for the UI locale in the plugin service. | evan@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 1 | -5/+1 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 1 | -2/+2 |
* | [Large; Chromium OS] Work to host the cloud print dialog when built | maruel@chromium.org | 2010-05-14 | 1 | -0/+1 |
* | Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders(). | willchan@chromium.org | 2010-05-07 | 1 | -1/+4 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -2/+2 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -1/+2 |
* | Deprecate file_util::AppendToPath() on non-Windows. | evan@chromium.org | 2010-02-26 | 1 | -3/+4 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 1 | -1/+0 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -1/+3 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -7/+4 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 1 | -2/+3 |
* | Fix a whole bunch of style nits. | erg@google.com | 2009-10-13 | 1 | -4/+4 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -1/+0 |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 1 | -8/+5 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 1 | -5/+8 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 1 | -8/+5 |
* | Take out the activex control.BUG=20259 | jam@chromium.org | 2009-09-08 | 1 | -1/+1 |
* | CPAPI (0.11) for gears drag drop. | mpcomplete@chromium.org | 2009-07-23 | 1 | -1/+8 |
* | Add support to URLRequest for deferring redirects. | darin@chromium.org | 2009-07-23 | 1 | -1/+2 |
* | Take two for http://codereview.chromium.org/131094 | tim@chromium.org | 2009-06-29 | 1 | -0/+2 |
* | Revert cl 19359 due to browser_tests timeout. | tim@chromium.org | 2009-06-26 | 1 | -2/+0 |
* | Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con... | tim@chromium.org | 2009-06-26 | 1 | -0/+2 |
* | Reduce header dependencies in browser/ | phajdan.jr@chromium.org | 2009-06-13 | 1 | -0/+1 |
* | Google Gears should be renamed to Gears | mhm@chromium.org | 2009-06-12 | 1 | -1/+1 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | CPAPI gears drag drop and renderer IPC. | michaeln@google.com | 2009-05-22 | 1 | -0/+16 |
* | Reverting 15986. | michaeln@google.com | 2009-05-13 | 1 | -16/+0 |
* | CPAPI gears drag drop and renderer IPC.... | michaeln@google.com | 2009-05-13 | 1 | -0/+16 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Move Browser implementation of callback interfaces into the private section. | stoyan@chromium.org | 2009-04-23 | 1 | -1/+1 |
* | Remove more unneeded scaffolding. | thestig@chromium.org | 2009-04-08 | 1 | -6/+0 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -2/+3 |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 1 | -4/+5 |
* | Port plugin messages. | jam@chromium.org | 2009-04-01 | 1 | -1/+1 |
* | Get rid of the gears in renderer process code. This allows me to do some cle... | jam@chromium.org | 2009-03-13 | 1 | -30/+15 |
* | Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix. | jhawkins@chromium.org | 2009-02-26 | 1 | -12/+27 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -2/+2 |
* | HtmlDialogContentsDelegate should not subclass views::WindowDelegate, for por... | ben@chromium.org | 2009-02-24 | 1 | -4/+2 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-19 | 1 | -1/+0 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -7/+4 |
* | Make gears_integration.cc compile on Posix. Change the GearsCreateShortcut c... | jhawkins@chromium.org | 2009-02-17 | 1 | -0/+6 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Remove old web app code it's no longer needed. Simplifies startup a little. | ben@chromium.org | 2009-02-02 | 1 | -0/+2 |
* | Fix a bunch of header includes. I removed some unnecessary headers from a | brettw@chromium.org | 2009-02-01 | 1 | -0/+1 |