| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize the bootstrap sandbox in the browser process. | rsesek@chromium.org | 2014-06-10 | 1 | -0/+7 |
* | Remove flag --test-sandbox | luken@chromium.org | 2014-06-04 | 1 | -1/+0 |
* | Enable --high-dpi-support by default. (Note that this is a registry setting. ... | ananta@chromium.org | 2014-05-28 | 1 | -3/+0 |
* | Revert "Remove kLogPluginMessages flag as part of flag cleanup." | aa@chromium.org | 2014-05-05 | 1 | -0/+1 |
* | Remove kLogPluginMessages flag as part of flag cleanup. | aa@chromium.org | 2014-05-05 | 1 | -1/+0 |
* | Delete the GTK+ port of Chrome. | erg@chromium.org | 2014-04-10 | 1 | -18/+0 |
* | Make http range requests by plugins also go directly to the browser process i... | jam@chromium.org | 2014-04-01 | 1 | -7/+8 |
* | Revert 260678 "Make http range requests by plugins also go direc..." | jam@chromium.org | 2014-04-01 | 1 | -8/+7 |
* | Make http range requests by plugins also go directly to the browser process i... | jam@chromium.org | 2014-03-31 | 1 | -7/+8 |
* | Refactor configuration of sandboxes - first steps | aberent@chromium.org | 2014-03-13 | 1 | -13/+22 |
* | Add ServiceWorkerContext to ResourceMessageFilter and WorkerStoragePartition | kinuko@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | Simplify the user agent code some more since after r255534 it's not affected ... | jam@chromium.org | 2014-03-10 | 1 | -1/+0 |
* | Revert 255858 "Simplify the user agent code some more since afte..." | jam@chromium.org | 2014-03-09 | 1 | -0/+1 |
* | Simplify the user agent code some more since after r255534 it's not affected ... | jam@chromium.org | 2014-03-09 | 1 | -1/+0 |
* | Pass the high-dpi-support command line switch to plugin processes. | ananta@chromium.org | 2014-02-13 | 1 | -0/+4 |
* | Creates a way to launch the utility process with elevated privileges on Windo... | haven@chromium.org | 2014-02-11 | 1 | -0/+1 |
* | Flip the flag for Carbon plugin interposing to enable | stuartmorgan@chromium.org | 2013-12-20 | 1 | -1/+1 |
* | Fix crash in the browser when looking up a ResourceContext for an NPAPI initi... | jam@chromium.org | 2013-10-03 | 1 | -22/+12 |
* | Collect more data to send in crash reports for a crasher that's stumping me. | jam@chromium.org | 2013-10-02 | 1 | -0/+20 |
* | Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T... | jam@chromium.org | 2013-10-01 | 1 | -5/+1 |
* | Load NPAPI plugin resources through the browser process directly instead of g... | jam@chromium.org | 2013-09-11 | 1 | -17/+29 |
* | Move AlterEnvironment to base/environment.h, implement on Windows. This re-im... | brettw@chromium.org | 2013-08-30 | 1 | -3/+2 |
* | Move webplugininfo.h to content/public. | jam@chromium.org | 2013-07-21 | 1 | -1/+1 |
* | Move NPAPI implementation out of webkit/plugins/npapi and into content. | jam@chromium.org | 2013-07-19 | 1 | -2/+1 |
* | Use a direct include of strings headers in content/browser/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Move child-common classes to content/common_child | jamesr@chromium.org | 2013-05-21 | 1 | -1/+1 |
* | Cleanup: Remove unneeded base/file_util.h includes in content. | thestig@chromium.org | 2013-05-14 | 1 | -1/+0 |
* | Mac Plugins: Remove PluginProcessHost dtor check that it is on the UI thread. | thestig@chromium.org | 2013-04-22 | 1 | -18/+8 |
* | Get rid of the last NaCl mention in the content sandbox code. Make Windows ca... | jam@chromium.org | 2013-03-21 | 1 | -1/+17 |
* | Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo... | jam@chromium.org | 2013-03-20 | 1 | -1/+1 |
* | Removed support for Core Animation plugins when accelerated compositing is di... | kbr@chromium.org | 2013-03-19 | 1 | -1/+0 |
* | content: convert child process notifications to observer usage | phajdan.jr@chromium.org | 2013-02-28 | 1 | -1/+4 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -2/+2 |
* | Move the remaning files in content\common to the content namespace. | jam@chromium.org | 2012-10-24 | 1 | -16/+13 |
* | Add a flag to disable the Carbon interpose library in Mac NPAPI | stuartmorgan@chromium.org | 2012-10-22 | 1 | -13/+15 |
* | Logging: pass logging related cmd line options to utility process | qiankun.miao@intel.com | 2012-10-18 | 1 | -6/+0 |
* | Remove Legacy NPAPI Flash Sandbox support | jschuh@chromium.org | 2012-10-05 | 1 | -41/+0 |
* | [OSX] Pass --enable-sandbox-logging to more sub-processes. | shess@chromium.org | 2012-10-03 | 1 | -0/+3 |
* | Initial NPAPI plugin support in Win Aura. | jam@chromium.org | 2012-09-11 | 1 | -4/+4 |
* | Revert 155122 - Code to collect issue 97285 debugging info for crash reports. | shess@chromium.org | 2012-09-06 | 1 | -16/+0 |
* | Code to collect issue 97285 debugging info for crash reports. | shess@chromium.org | 2012-09-06 | 1 | -0/+16 |
* | Get the path of the plugin interposing library from the embedder, since they'... | jam@chromium.org | 2012-07-23 | 1 | -8/+11 |
* | Disable core animation plugins when compositing is unavailable. | jbauman@chromium.org | 2012-06-28 | 1 | -0/+4 |
* | Revert 144578 - Disable core animation plugins when compositing is unavailable. | jbauman@chromium.org | 2012-06-28 | 1 | -4/+0 |
* | Disable core animation plugins when compositing is unavailable. | jbauman@chromium.org | 2012-06-27 | 1 | -0/+4 |
* | ui: Move gl/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-12 | 1 | -1/+1 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 1 | -3/+3 |
* | Apply a rate limit on a per-plug-in basis to plug-in crashes. | cevans@chromium.org | 2012-02-29 | 1 | -0/+5 |