summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Add a contextual menu command for 'Paste and plain text' (or 'Paste and Match...csilv@chromium.org2011-10-162-0/+10
* Fix use-after-free in PepperPluginDelegateImpl::GetTextInputType.kinaba@chromium.org2011-10-161-0/+2
* Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...penghuang@chromium.org2011-10-166-48/+91
* Allow specification of the share group in WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-151-1/+1
* Get rid of view_messages.h includes in chrome\renderer.jam@chromium.org2011-10-153-0/+8
* Make shared memory allocation possible for all child process types.michaeln@google.com2011-10-154-36/+13
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-142-2/+2
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-146-0/+27
* Add an is_fullscreen to ViewMsg_Resize, and make it available as a property ofdarin@chromium.org2011-10-146-12/+21
* Split most of RenderViewTest and associated classes into content.joi@chromium.org2011-10-144-37/+40
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-142-2/+2
* PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen modepolina@google.com2011-10-143-0/+9
* Allow speech input feature to be disabled.jknotten@chromium.org2011-10-141-0/+2
* Urgent workaround for M16 ChromeOS bug.enal@chromium.org2011-10-141-0/+7
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-138-24/+110
* Move content_switches to content\public\common.jam@chromium.org2011-10-1316-19/+19
* mac: Fix Lion accented character bubble input in web contents, part 2.thakis@chromium.org2011-10-132-6/+10
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-18/+20
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-131-0/+2
* 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