summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_plugin_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Deprecate file_util::AppendToPath() on non-Windows.evan@chromium.org2010-02-261-3/+4
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-1/+0
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-1/+3
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-7/+4
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+3
* Fix a whole bunch of style nits.erg@google.com2009-10-131-4/+4
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-1/+0
* Reverting 27389.darin@chromium.org2009-09-301-8/+5
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-5/+8
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-8/+5
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-1/+1
* CPAPI (0.11) for gears drag drop.mpcomplete@chromium.org2009-07-231-1/+8
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-1/+2
* Take two for http://codereview.chromium.org/131094tim@chromium.org2009-06-291-0/+2
* Revert cl 19359 due to browser_tests timeout.tim@chromium.org2009-06-261-2/+0
* Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con...tim@chromium.org2009-06-261-0/+2
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Google Gears should be renamed to Gearsmhm@chromium.org2009-06-121-1/+1
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* CPAPI gears drag drop and renderer IPC.michaeln@google.com2009-05-221-0/+16
* Reverting 15986.michaeln@google.com2009-05-131-16/+0
* CPAPI gears drag drop and renderer IPC....michaeln@google.com2009-05-131-0/+16
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-231-1/+1
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-081-6/+0
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-2/+3
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-4/+5
* Port plugin messages.jam@chromium.org2009-04-011-1/+1
* Get rid of the gears in renderer process code. This allows me to do some cle...jam@chromium.org2009-03-131-30/+15
* Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix.jhawkins@chromium.org2009-02-261-12/+27
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+2
* HtmlDialogContentsDelegate should not subclass views::WindowDelegate, for por...ben@chromium.org2009-02-241-4/+2
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-191-1/+0
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-7/+4
* Make gears_integration.cc compile on Posix. Change the GearsCreateShortcut c...jhawkins@chromium.org2009-02-171-0/+6
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Remove old web app code it's no longer needed. Simplifies startup a little.ben@chromium.org2009-02-021-0/+2
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-011-0/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-1/+1
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-5/+32
* Porting profiles to the Mac.avi@chromium.org2009-01-281-1/+1
* Two things:ben@chromium.org2009-01-241-0/+1
* revert r8603rvargas@google.com2009-01-241-32/+5
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-5/+32
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-2/+2
* Updating so that Gears can spawn file selectors when running in the renderer ...zork@google.com2009-01-131-0/+13
* HtmlDialogView is hard-wired to the gears application shortcut dialogs but it...tim@chromium.org2009-01-091-0/+1
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+2
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-1/+1
* Adding a CPAPI function to make a function call asynchonously on the plugin t...zork@google.com2008-09-191-0/+13