summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* Remove wmode hack for older versions of Flash on the Macstuartmorgan@chromium.org2011-10-121-28/+0
* Implement Pepper IME API.kinaba@chromium.org2011-10-126-52/+172
* mac: Almost fix Lion accented character bubble input in web contents.thakis@chromium.org2011-10-125-7/+25
* Consolidate key, primary key, value cursor messages.dgrogan@chromium.org2011-10-124-18/+24
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-122-5/+8
* Linux implementation of mouse lock in render widget host view.scheib@chromium.org2011-10-111-0/+9
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-4/+4
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-114-13/+35
* Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common....jam@chromium.org2011-10-112-0/+5
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-112-5/+0
* Don't expose RenderViewImpl to tests which use RenderViewTest through its hea...jam@chromium.org2011-10-114-198/+216
* Aura - Add NativeThemeAura, extract NativeThemeGtk, add sample widget window.jamescook@chromium.org2011-10-101-1/+3
* Allow a window to be passed to WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-101-1/+2
* Allow FlushSyncs to short circuitjbauman@chromium.org2011-10-101-8/+7
* Move some testing classes used by chrome to content\renderer, to match what w...jam@chromium.org2011-10-104-282/+0
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-1048-544/+577
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-1014-140/+223
* 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-092-2/+46
* Add --enable-video-track commandline flag for enabling <track> (otherwise dis...annacc@chromium.org2011-10-081-0/+3
* Register route with compositor thread whenever compositor is activated if thr...jamesr@chromium.org2011-10-082-1/+13
* Simplify embedder API around showing custom error pages so that the embedder ...jam@chromium.org2011-10-083-8/+16
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-082-57/+24
* Add command line switch for enabling threaded compositingjamesr@chromium.org2011-10-082-2/+4
* Yet more exports needed from content.dpranke@chromium.org2011-10-071-1/+3
* Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have...jam@chromium.org2011-10-074-13/+9
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-0712-92/+92
* 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-072-4/+12
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* 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-071-1/+1
* ALSA should support 10ms playout buffer size now.xians@chromium.org2011-10-071-3/+3
* Applying changes to the existing speech input code to support the extension API.leandrogracia@chromium.org2011-10-072-7/+10
* DevTools: remove support for out-of-process dedicated workersyurys@chromium.org2011-10-077-155/+4
* remove NewRunnableMethod and switch to base::Bindwjia@chromium.org2011-10-0714-123/+122
* Fix non-win exports, exports of v8_value_converter.dpranke@chromium.org2011-10-071-1/+2
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-0640-303/+274
* Context-based HTML paste plumbingdcheng@chromium.org2011-10-061-2/+4
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-0611-236/+235
* Hook into another code path that lets the renderer request a new tab to be cr...jochen@chromium.org2011-10-062-8/+16
* Input event filtering and compositor thread setup.darin@chromium.org2011-10-068-3/+643
* Fix the issue that Pepper Flash doesn't show any image in fullscreen mode.yzshen@chromium.org2011-10-061-2/+6
* When audio player restarts after pause it first was playing wrong data.enal@chromium.org2011-10-051-1/+7
* Remove RenderProcessHost::is_extension_processjochen@chromium.org2011-10-052-18/+0
* Add more tests for VideoCaptureImpl.wjia@chromium.org2011-10-053-30/+228
* PPAPI Flash: when leaving fullscreen video we have not beenihf@chromium.org2011-10-051-1/+1
* Refactor return message into webkit_glue (make include-friendly).gbillock@chromium.org2011-10-054-17/+21