| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a contextual menu command for 'Paste and plain text' (or 'Paste and Match... | csilv@chromium.org | 2011-10-16 | 2 | -0/+10 |
* | Fix use-after-free in PepperPluginDelegateImpl::GetTextInputType. | kinaba@chromium.org | 2011-10-16 | 1 | -0/+2 |
* | Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex... | penghuang@chromium.org | 2011-10-16 | 6 | -48/+91 |
* | Allow specification of the share group in WebGraphicsContext3DInProcessImpl | piman@chromium.org | 2011-10-15 | 1 | -1/+1 |
* | Get rid of view_messages.h includes in chrome\renderer. | jam@chromium.org | 2011-10-15 | 3 | -0/+8 |
* | Make shared memory allocation possible for all child process types. | michaeln@google.com | 2011-10-15 | 4 | -36/+13 |
* | Move NativeWebKeyboardEvent files into their intended final destinations prio... | ben@chromium.org | 2011-10-14 | 2 | -2/+2 |
* | Adding gl command to change surface visibility, so that the gpu process can a... | mmocny@chromium.org | 2011-10-14 | 6 | -0/+27 |
* | Add an is_fullscreen to ViewMsg_Resize, and make it available as a property of | darin@chromium.org | 2011-10-14 | 6 | -12/+21 |
* | Split most of RenderViewTest and associated classes into content. | joi@chromium.org | 2011-10-14 | 4 | -37/+40 |
* | Move url_constansts.h to content/public/common. | jam@chromium.org | 2011-10-14 | 2 | -2/+2 |
* | PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen mode | polina@google.com | 2011-10-14 | 3 | -0/+9 |
* | Allow speech input feature to be disabled. | jknotten@chromium.org | 2011-10-14 | 1 | -0/+2 |
* | Urgent workaround for M16 ChromeOS bug. | enal@chromium.org | 2011-10-14 | 1 | -0/+7 |
* | Support dynamic switching between integrated and discrete GPUs on Mac OS X. | kbr@chromium.org | 2011-10-13 | 8 | -24/+110 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 16 | -19/+19 |
* | mac: Fix Lion accented character bubble input in web contents, part 2. | thakis@chromium.org | 2011-10-13 | 2 | -6/+10 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 2 | -18/+20 |
* | Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia... | bbudge@chromium.org | 2011-10-13 | 1 | -0/+2 |
* | Remove wmode hack for older versions of Flash on the Mac | stuartmorgan@chromium.org | 2011-10-12 | 1 | -28/+0 |
* | Implement Pepper IME API. | kinaba@chromium.org | 2011-10-12 | 6 | -52/+172 |
* | mac: Almost fix Lion accented character bubble input in web contents. | thakis@chromium.org | 2011-10-12 | 5 | -7/+25 |
* | Consolidate key, primary key, value cursor messages. | dgrogan@chromium.org | 2011-10-12 | 4 | -18/+24 |
* | Move ResourceDispatcherHostDelegate to content\public\common. I've added a se... | jam@chromium.org | 2011-10-12 | 2 | -5/+8 |
* | Linux implementation of mouse lock in render widget host view. | scheib@chromium.org | 2011-10-11 | 1 | -0/+9 |
* | Move BindingsPolicy enum to content\public\common and put it in the content n... | jam@chromium.org | 2011-10-11 | 1 | -4/+4 |
* | Add error description to the DidFailProvisionalLoad callback. | mkosiba@chromium.org | 2011-10-11 | 4 | -13/+35 |
* | Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common.... | jam@chromium.org | 2011-10-11 | 2 | -0/+5 |
* | Move ResourceDispatcherHostDelegate to content\public\common. I've added a se... | jam@chromium.org | 2011-10-11 | 2 | -5/+0 |
* | Don't expose RenderViewImpl to tests which use RenderViewTest through its hea... | jam@chromium.org | 2011-10-11 | 4 | -198/+216 |
* | Aura - Add NativeThemeAura, extract NativeThemeGtk, add sample widget window. | jamescook@chromium.org | 2011-10-10 | 1 | -1/+3 |
* | Allow a window to be passed to WebGraphicsContext3DInProcessImpl | piman@chromium.org | 2011-10-10 | 1 | -1/+2 |
* | Allow FlushSyncs to short circuit | jbauman@chromium.org | 2011-10-10 | 1 | -8/+7 |
* | Move some testing classes used by chrome to content\renderer, to match what w... | jam@chromium.org | 2011-10-10 | 4 | -282/+0 |
* | Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in... | jam@chromium.org | 2011-10-10 | 48 | -544/+577 |
* | Make RenderView inherit from content::RenderView, and add missing functions t... | jam@chromium.org | 2011-10-10 | 14 | -140/+223 |
* | Fix the bug that closing a tab which owns a fullscreen Flash widget causes cr... | yzshen@chromium.org | 2011-10-10 | 2 | -12/+25 |
* | Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ... | yzshen@chromium.org | 2011-10-09 | 3 | -7/+47 |
* | A second attempt at renderer sandbox tests for mac | ofri@chromium.org | 2011-10-09 | 2 | -2/+46 |
* | Add --enable-video-track commandline flag for enabling <track> (otherwise dis... | annacc@chromium.org | 2011-10-08 | 1 | -0/+3 |
* | Register route with compositor thread whenever compositor is activated if thr... | jamesr@chromium.org | 2011-10-08 | 2 | -1/+13 |
* | Simplify embedder API around showing custom error pages so that the embedder ... | jam@chromium.org | 2011-10-08 | 3 | -8/+16 |
* | Add a content::RenderView API. I'll make RenderView use it in a future change... | jam@chromium.org | 2011-10-08 | 2 | -57/+24 |
* | Add command line switch for enabling threaded compositing | jamesr@chromium.org | 2011-10-08 | 2 | -2/+4 |
* | Yet more exports needed from content. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+3 |
* | Move HostAllocateSharedMemoryBuffer to content::RenderThread now that we have... | jam@chromium.org | 2011-10-07 | 4 | -13/+9 |
* | Convert a bunch of pepper implementation to use base::Callback. | dmichael@chromium.org | 2011-10-07 | 12 | -92/+92 |
* | Turning the threaded compositor into a runtime option. This CL | vangelis@chromium.org | 2011-10-07 | 5 | -35/+27 |
* | Fix hangs & crashes in teardown-during-Seek. | fischman@chromium.org | 2011-10-07 | 1 | -10/+20 |
* | Changes for cross domain prerenders to not cancel when there is a window.open... | shishir@chromium.org | 2011-10-07 | 2 | -4/+12 |