summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-104-4/+13
* A fairly recent change introduced a history of page_ids for each RenderView, ...cbentzel@chromium.org2011-08-102-0/+29
* Move P2P candidate serialization/deserialization to jingle/glue.sergeyu@chromium.org2011-08-092-73/+5
* Add IPC for DNS host address resolution.sergeyu@chromium.org2011-08-094-4/+191
* Remove idb transaction callbacks onTimeout stuff that was removed from the spec.dgrogan@chromium.org2011-08-092-11/+2
* Fix indenting in render_view.cc. No code change.brettw@chromium.org2011-08-091-6/+6
* This is the exact same CL as in http://codereview.chromium.org/7570001 .varunjain@chromium.org2011-08-092-3/+35
* content: use string16 in ViewHostMsg_AddMessageToConsoleevan@chromium.org2011-08-081-2/+2
* Add WebGraphicsContext support for readbacks from any framebuffer.jbauman@chromium.org2011-08-082-6/+17
* content: change SetTooltipText to use string16evan@chromium.org2011-08-081-2/+1
* content: change the CSSInsertRequest message to string16evan@chromium.org2011-08-082-17/+11
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-068-8/+8
* Video Capture Pepper APIpiman@chromium.org2011-08-062-2/+68
* Revert 95698 - Implement touch selection for RWHVV.yzshen@chromium.org2011-08-062-35/+3
* Implement touch selection for RWHVV.varunjain@chromium.org2011-08-062-3/+35
* Fix DCHECK in P2PSocketClient.sergeyu@chromium.org2011-08-063-11/+9
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-053-1/+63
* Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...yzshen@chromium.org2011-08-053-63/+1
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-053-1/+63
* [Mac] Remove old version of loadFont()jeremy@chromium.org2011-08-041-9/+0
* rtl titles: minor issues spotted by Jeremy in r95007.evan@chromium.org2011-08-031-3/+4
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-037-40/+61
* seccomp: refactor logic into a header fileevan@chromium.org2011-08-031-11/+3
* RenderThread::OnControlMessageReceived may result in UserScriptSlave::UpdateS...levin@chromium.org2011-08-032-114/+114
* Respect NAT traversal policy in the Chromoting client plugin.ajwong@chromium.org2011-08-031-10/+3
* Inform disk cache of WebKit memory cache hits.simonjam@chromium.org2011-08-021-1/+3
* Hook GetUserDefaultLCID () to prevent crashes on attempting to connect to CSR...jschuh@chromium.org2011-08-021-0/+7
* Expose SwapBuffersCallback to WebGraphicsContext3Dnduca@chromium.org2011-08-022-0/+16
* Plumb the title direction up to the renderer hostevan@chromium.org2011-08-012-14/+14
* Move more files from chrome/test to chrome/test/base, part #5phajdan.jr@chromium.org2011-08-014-4/+4
* Revert "Enforce the page title direction"evan@chromium.org2011-08-012-32/+13
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-013-13/+30
* Enforce the page title directionevan@chromium.org2011-08-012-13/+32
* Pepper quota supportkinuko@chromium.org2011-08-012-0/+39
* Web Intents: Preparatory work.jhawkins@chromium.org2011-08-012-0/+16
* Connect up firewall control preferences with PPAPI.dmaclach@chromium.org2011-07-302-2/+17
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-302-46/+99
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-305-97/+33
* seccomp: simplify enable/disable logicevan@chromium.org2011-07-291-2/+8
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-295-33/+97
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-293-13/+3
* Cleanup: Make quota dispatcher code independent from WebKit typeskinuko@chromium.org2011-07-291-2/+6
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-2810-90/+15
* DevTools: disable link doctor while DevTools is opened.pfeldman@chromium.org2011-07-284-3/+33
* Switch from WebDocument::insertStyleText to ::insertUserStyleSheet for progra...mihaip@chromium.org2011-07-282-6/+5
* Larger Combo box Hit Targets for TOUCH_UIfsamuel@chromium.org2011-07-281-0/+6
* Roll WebKit 91883:91912.tonyg@chromium.org2011-07-281-1/+11
* Don't send ViewMsg_ContextMenuClosed to the renderer process for submenus.yzshen@chromium.org2011-07-281-3/+5
* Check for NULL WebFrame, in case we're invoked for a blocked plugin menu.jochen@chromium.org2011-07-271-1/+5
* Use the suggested name from an anchor's 'download' attribute.sadrul@chromium.org2011-07-272-1/+13