| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it so that allow_js_access: false can be used with background pages crea... | mihaip@chromium.org | 2012-03-29 | 1 | -1/+2 |
* | Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s... | jam@chromium.org | 2012-03-25 | 1 | -0/+1 |
* | Revert 128789 - Media failures on Win/Mac/Linux starting with this CL. | rsleevi@chromium.org | 2012-03-25 | 1 | -1/+0 |
* | Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s... | jam@chromium.org | 2012-03-24 | 1 | -0/+1 |
* | Move creation of content TabContentsViews to content so that we can hide thes... | jam@chromium.org | 2012-03-14 | 1 | -1/+3 |
* | Renamed speech recognition code in preparation for introducing a new speech i... | primiano@chromium.org | 2012-03-07 | 1 | -1/+2 |
* | Use a hosted app's opener URL and not its origin to locate it. | creis@chromium.org | 2012-03-06 | 1 | -0/+1 |
* | Don't suppress HW compositing on the new file manager (chrome://files). | fischman@chromium.org | 2012-03-02 | 1 | -0/+1 |
* | Move QuotaPermissionContext to content/public/browser and put it in the conte... | tfarina@chromium.org | 2012-03-02 | 1 | -18/+16 |
* | Make socket permission also allow Pepper sockets | dpolukhin@chromium.org | 2012-03-02 | 1 | -1/+2 |
* | IndexedDB: chrome-side changes for permission check from shared worker | dgrogan@chromium.org | 2012-03-02 | 1 | -0/+5 |
* | Hide MHTMLGenerationManager from chrome. | jam@chromium.org | 2012-03-01 | 1 | -1/+0 |
* | Create a Content API around SpeechInputManager. Chrome doesn't derive from it... | jam@chromium.org | 2012-02-24 | 1 | -1/+1 |
* | Preparation work for adding the Media Stream infobar. The behaviour is the same | macourteau@chromium.org | 2012-02-24 | 1 | -0/+3 |
* | Fix bug where a large number of extensions can starve the browser for rendere... | nasko@chromium.org | 2012-02-22 | 1 | -0/+2 |
* | Move socket API restriction check to browser process | dpolukhin@chromium.org | 2012-02-16 | 1 | -0/+1 |
* | Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i... | jam@chromium.org | 2012-02-13 | 1 | -1/+3 |
* | Get rid of ssl_cert_error_handler.h dependency from Chrome. | jam@chromium.org | 2012-02-13 | 1 | -3/+7 |
* | Make content::ResourceContext be a real interface like the rest of the Conten... | jam@chromium.org | 2012-02-09 | 1 | -10/+10 |
* | Move handling of debug urls like chrome://crash, chrome://gpuclean to content... | jam@chromium.org | 2012-02-08 | 1 | -1/+0 |
* | Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre... | jam@chromium.org | 2012-02-06 | 1 | -1/+2 |
* | Hide WorkerProcessHost from chrome. | jam@chromium.org | 2012-02-01 | 1 | -4/+4 |
* | Rename WebUIFactory to WebUIControllerFactory since that's what it creates now. | jam@chromium.org | 2012-01-27 | 1 | -1/+1 |
* | Remove the default plugin. | bauerb@chromium.org | 2012-01-24 | 1 | -1/+0 |
* | Rename TabContentsView to WebContentsView and move to content/public. | joi@chromium.org | 2012-01-18 | 1 | -2/+2 |
* | Ensure that view_messages.h and tab_contents.h don't get included by any more... | jam@chromium.org | 2012-01-17 | 1 | -1/+1 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-11 | 1 | -1/+1 |
* | Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu... | jam@chromium.org | 2012-01-10 | 1 | -1/+1 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-10 | 1 | -1/+1 |
* | Remove CreateViewForWidget from ContentBrowserClient now that all the RenderW... | jam@chromium.org | 2011-12-30 | 1 | -2/+0 |
* | Remove "open in new tab" items from context menu if the process doesn't | tsepez@chromium.org | 2011-12-09 | 1 | -0/+1 |
* | Make DevToolsManager a singleton, remove it from ContentBrowserClient. | yurys@chromium.org | 2011-11-22 | 1 | -1/+0 |
* | Add ChromeBrowserMainExtraParts for non main parts. (take 3) | stevenjb@google.com | 2011-11-21 | 1 | -3/+2 |
* | Revert 110710 - Add ChromeBrowserMainExtraParts for non main parts. | stevenjb@google.com | 2011-11-18 | 1 | -2/+3 |
* | Changed argument to GetAcceptLangs() to a BrowserContext. | rdsmith@chromium.org | 2011-11-18 | 1 | -1/+2 |
* | Add ChromeBrowserMainExtraParts for non main parts. | stevenjb@google.com | 2011-11-18 | 1 | -3/+2 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -2/+2 |
* | Revert 110327 - Add ChromeBrowserParts for non main parts. | cpu@chromium.org | 2011-11-16 | 1 | -2/+3 |
* | Add ChromeBrowserParts for non main parts. | stevenjb@google.com | 2011-11-16 | 1 | -3/+2 |
* | Move the struct used when showing a desktop notification to content/public/co... | jam@chromium.org | 2011-11-12 | 1 | -1/+1 |
* | Remove includes of worker_messages.h from chrome code, since that's an intern... | jam@chromium.org | 2011-11-12 | 1 | -1/+11 |
* | Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ... | aa@chromium.org | 2011-11-09 | 1 | -0/+2 |
* | Ignore paths when matching patterns for extensions. | dcheng@chromium.org | 2011-11-02 | 1 | -4/+6 |
* | Move content_restriction.h and main_function_params.h to content/public/commo... | jam@chromium.org | 2011-10-31 | 1 | -1/+1 |
* | Set extension-related webkit preferences in a common location. | aa@chromium.org | 2011-10-29 | 1 | -3/+1 |
* | Make GTK and Aura parts orthogonal to OS parts | stevenjb@google.com | 2011-10-26 | 1 | -2/+3 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | content: Make tab_contents_drag_source not depend on download_util.h | erg@google.com | 2011-10-18 | 1 | -0/+1 |
* | Move CreateViewForWidget from RenderWidgetHostView to ContentBrowserClient. | dpranke@chromium.org | 2011-10-07 | 1 | -0/+2 |
* | Delegate the decision whether to swap processes for navigations to/from exten... | jochen@chromium.org | 2011-10-05 | 1 | -0/+2 |