summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-1021-156/+311
* Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-106-116/+22
* DevTools: allow attaching/detaching DevToolsAgentHostsyurys@chromium.org2011-10-102-1/+14
* Return a specific error code for unknown URL schemes.mkosiba@chromium.org2011-10-102-1/+35
* DevTools: persist worker devtools agent state in DevToolsManageryurys@chromium.org2011-10-108-1/+61
* Fix the bug that closing a tab which owns a fullscreen Flash widget causes cr...yzshen@chromium.org2011-10-102-12/+25
* Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...yzshen@chromium.org2011-10-093-7/+47
* A second attempt at renderer sandbox tests for macofri@chromium.org2011-10-093-3/+50
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-1/+2
* Add --enable-video-track commandline flag for enabling <track> (otherwise dis...annacc@chromium.org2011-10-084-0/+9
* Fixing misleading name in a speech input setting and related variables.leandrogracia@chromium.org2011-10-087-13/+13
* Revert 104632 - enable component build for content and appcache.rsleevi@chromium.org2011-10-082-6/+3
* Register route with compositor thread whenever compositor is activated if thr...jamesr@chromium.org2011-10-082-1/+13
* enable component build for content and appcache.dpranke@chromium.org2011-10-082-3/+6
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-087-18/+29
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-084-57/+114
* Add command line switch for enabling threaded compositingjamesr@chromium.org2011-10-086-2/+10
* Add stats counter to keep track of the number of sessions wheredmazzoni@chromium.org2011-10-071-1/+2
* remove NewRunnableMethod and switch to base::Bindwjia@chromium.org2011-10-0713-140/+124
* Yet more exports needed from content.dpranke@chromium.org2011-10-073-3/+6
* Remove redundant file.backer@chromium.org2011-10-071-106/+0
* Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...jam@chromium.org2011-10-075-13/+15
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-0712-92/+92
* Fix UI quirks when doing a history navigation to a slow page.creis@chromium.org2011-10-072-0/+41
* base::Bind: Cleanups in geolocation/.jhawkins@chromium.org2011-10-074-7/+10
* Move CreateViewForWidget from RenderWidgetHostView to ContentBrowserClient.dpranke@chromium.org2011-10-0710-28/+58
* Turning the threaded compositor into a runtime option. This CLvangelis@chromium.org2011-10-075-35/+27
* Fix hangs & crashes in teardown-during-Seek.fischman@chromium.org2011-10-071-10/+20
* Changes for cross domain prerenders to not cancel when there is a window.open...shishir@chromium.org2011-10-078-15/+23
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-074-240/+1
* Move RenderViewFakeResourcesTest to content\test. This is because we don't wa...jam@chromium.org2011-10-073-0/+348
* Initialize glib for all linux because all linux variants uses glib.oshima@chromium.org2011-10-071-6/+7
* When "Clear site data on exit" is checked, only pass the private mode flag to...bauerb@chromium.org2011-10-071-4/+13
* Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...jam@chromium.org2011-10-079-69/+35
* Move kExtensionScheme from content to chromejochen@chromium.org2011-10-074-18/+63
* ALSA should support 10ms playout buffer size now.xians@chromium.org2011-10-071-3/+3
* Remove Prerender from ResourceContext and ProfileIOData.cbentzel@chromium.org2011-10-072-33/+0
* Revert 104481 - Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-075-19/+108
* Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-075-108/+19
* Applying changes to the existing speech input code to support the extension API.leandrogracia@chromium.org2011-10-0717-131/+227
* DevTools: preserve saved agent runtime state after first navigationyurys@chromium.org2011-10-071-1/+3
* DevTools: remove support for out-of-process dedicated workersyurys@chromium.org2011-10-0720-339/+126
* remove NewRunnableMethod and switch to base::Bindwjia@chromium.org2011-10-0714-123/+122
* Check result of InProcessBrowserTest.Emptyphajdan.jr@chromium.org2011-10-071-4/+5
* Fix non-win exports, exports of v8_value_converter.dpranke@chromium.org2011-10-073-7/+8
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-0643-307/+299
* Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=noneben@chromium.org2011-10-065-6/+8
* Initial changes for Mac content shell.avi@chromium.org2011-10-065-27/+202
* Context-based HTML paste plumbingdcheng@chromium.org2011-10-064-7/+14
* Revert 104359 - Initial changes for Mac content shell.avi@chromium.org2011-10-064-210/+26