summaryrefslogtreecommitdiffstats
path: root/content/shell
Commit message (Expand)AuthorAgeFilesLines
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-1/+1
* Implement a ShellBrowserMain in content_shell, so we can emulate DRT's server...jochen@chromium.org2012-03-219-136/+249
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-3/+3
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-161-1/+1
* DevTools: allow remote debugging any RenderViewHost.pfeldman@chromium.org2012-03-163-38/+3
* Allow browser to handle all WebUI navigations.creis@chromium.org2012-03-152-2/+8
* Move creation of content TabContentsViews to content so that we can hide thes...jam@chromium.org2012-03-142-10/+8
* Make helper app, get closer to working content shell.avi@chromium.org2012-03-095-1/+98
* roll gyp 1238:1242thakis@chromium.org2012-03-091-2/+0
* Switch chrome to use TabContentsViewWin. The goal is to eventually have all T...jam@chromium.org2012-03-072-5/+3
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-074-14/+17
* First pass at content shell for the Mac. Doesn't work yet.avi@chromium.org2012-03-067-7/+2183
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-062-2/+2
* Use a hosted app's opener URL and not its origin to locate it.creis@chromium.org2012-03-062-0/+2
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-053-7/+9
* Replace void* with int32 for passing download_id to SelectFileDialog::Listener.achuith@chromium.org2012-03-032-6/+6
* Don't suppress HW compositing on the new file manager (chrome://files).fischman@chromium.org2012-03-022-0/+2
* Clean up password manager code.isherman@chromium.org2012-03-022-2/+2
* Make socket permission also allow Pepper socketsdpolukhin@chromium.org2012-03-022-2/+4
* IndexedDB: chrome-side changes for permission check from shared workerdgrogan@chromium.org2012-03-022-0/+13
* Hide MHTMLGenerationManager from chrome.jam@chromium.org2012-03-012-5/+0
* Add new versions of DidCreateScriptContext() with extension_group.koz@chromium.org2012-02-272-1/+3
* Remove "is_content_initiated" argument to ContentRendererClient::ShouldForkcbentzel@chromium.org2012-02-252-2/+0
* Get rid of WebKitContext. Only two out of six HTML5 related objects were in i...jam@chromium.org2012-02-241-1/+0
* Create a Content API around SpeechInputManager. Chrome doesn't derive from it...jam@chromium.org2012-02-242-6/+6
* Preparation work for adding the Media Stream infobar. The behaviour is the samemacourteau@chromium.org2012-02-242-0/+8
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-232-13/+0
* Fix bug where a large number of extensions can starve the browser for rendere...nasko@chromium.org2012-02-222-0/+7
* Move creation and ownership of HostZoomMap to content instead of having every...jam@chromium.org2012-02-224-14/+0
* Remove getters for HTML5 related objects from the ResourceContext interface. ...jam@chromium.org2012-02-213-42/+4
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-202-86/+4
* Reverting to green up the memory waterfall.jhawkins@chromium.org2012-02-192-4/+86
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-172-86/+4
* Move socket API restriction check to browser processdpolukhin@chromium.org2012-02-164-5/+5
* Get IPC working for Indexed DB in shared workers.dgrogan@chromium.org2012-02-162-2/+7
* Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i...jam@chromium.org2012-02-132-2/+6
* Remove ssl_host_state.h dependency from chrome.jam@chromium.org2012-02-132-10/+0
* Get rid of ssl_cert_error_handler.h dependency from Chrome.jam@chromium.org2012-02-132-5/+14
* Move SpeechInputPreferences to content/public/browser and put it in the conte...tfarina@chromium.org2012-02-131-4/+4
* Support sharing of ContentMain and BrowserMain code with embedded use cases (...marshall@chromium.org2012-02-104-4/+8
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+1
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-096-33/+77
* Revert 121236 - Support sharing of ContentMain and BrowserMain code with embe...marshall@chromium.org2012-02-094-8/+4
* Support sharing of ContentMain and BrowserMain code with embedded use cases (...marshall@chromium.org2012-02-094-4/+8
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-1/+2
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-2/+1
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-1/+2
* Move handling of debug urls like chrome://crash, chrome://gpuclean to content...jam@chromium.org2012-02-082-5/+0
* Revert "Support sharing of ContentMain and BrowserMain code with embedded use...evan@chromium.org2012-02-064-8/+4
* Support sharing of ContentMain and BrowserMain code with embedded use cases.marshall@chromium.org2012-02-064-4/+8