summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_thread_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 177134hans@chromium.org2013-01-181-0/+5
* Merge 176248cevans@chromium.org2013-01-141-2/+5
* Renderer process can allocate anonymous shared memory without help from brows...apatrick@chromium.org2012-12-131-23/+33
* Include <dialog> in --enable-experimental-webkit-features flagfalken@chromium.org2012-12-121-0/+3
* We're removing the sharedWorkerRepository() function from WebKitpilgrim@chromium.org2012-12-111-0/+3
* Add an option to disable the histogram customizer.jochen@chromium.org2012-12-101-0/+4
* [CSS Regions] Use the new RuntimeEnabledFeatures flag instead of the one in S...mmaerean@adobe.com2012-12-081-0/+3
* Runtime-enable web intents.gbillock@chromium.org2012-12-071-0/+3
* Hide CSP 1.1 behind the "experimental webkit features" flag.mkwst@chromium.org2012-12-061-0/+3
* Remove the flag for the Speech API and turn it on by default.tommi@chromium.org2012-12-011-2/+1
* Encrypted Media: No NeedKey if --enable-encrypted-media is not set.xhwang@chromium.org2012-11-301-0/+1
* Convert touch events to tristate flag.flackr@chromium.org2012-11-211-7/+0
* This is a fix for http://code.google.com/p/chromium/issues/detail?id=128506 -...edisonn@google.com2012-11-211-0/+6
* Remove dependency on enablePointerLock.scheib@chromium.org2012-11-171-2/+0
* Remove knowledge about the view's window from the renderer.jam@chromium.org2012-11-071-1/+0
* Removing support for PeerConnection00tommyw@chromium.org2012-11-061-2/+0
* Use the RenderView's routing_id, instead of HWND, as the unique identifier us...jam@chromium.org2012-11-021-5/+5
* Move blacklist checks for the compositing field trials to the query functions...vangelis@chromium.org2012-10-311-2/+4
* Browser Plugin: Deleted old implementation (renderer side)fsamuel@chromium.org2012-10-251-27/+15
* when running in single process mode, modify the browser's command line to inc...jochen@chromium.org2012-10-251-5/+2
* Remove some dead code.jam@chromium.org2012-10-231-22/+0
* Removing the audio_hardware namespace and move the code into the content name...tommi@chromium.org2012-10-231-2/+2
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-2/+2
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-221-2/+2
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-34/+29
* Move CC switches to cc/switches.h.aelias@chromium.org2012-10-191-8/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+11
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-11/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+11
* Add a flag to enable the deprecated PeerConnection00tommyw@chromium.org2012-10-161-0/+2
* fix uninitialized variable warning for vs2012 compilationscottmg@chromium.org2012-10-131-1/+1
* Turned on Shadow DOM and style scoped flags by default.morrita@chromium.org2012-10-121-2/+1
* Pinch-zoom applied via compositor instead of CSS transformation.aelias@chromium.org2012-10-081-0/+2
* Always enable touch on chromeos.flackr@chromium.org2012-10-041-0/+4
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-011-7/+5
* Remove mouse lock / pointer lock flags.scheib@chromium.org2012-09-181-2/+1
* Use a single flag for enabling experimental WebKit features.tony@chromium.org2012-09-151-3/+3
* Move creation of PeerConnection from the RenderView to the RenderThreadImpl.perkj@chromium.org2012-09-131-1/+14
* Refactor the P2PSocketDispatcher to be created on the RenderThread instead of...perkj@chromium.org2012-09-121-2/+8
* Don't call WebKit methods from DevToolsAgentFilter until WebKit is initializedyurys@chromium.org2012-09-111-5/+7
* Convert RenderThreadImpl compositor initialization to WebCompositorSupportjamesr@chromium.org2012-09-101-13/+15
* Update the text for disabling the track element in chrome://flagsannacc@chromium.org2012-09-071-3/+0
* Enable Media Source API by default.acolwell@chromium.org2012-09-071-1/+1
* Revert 155122 - Code to collect issue 97285 debugging info for crash reports.shess@chromium.org2012-09-061-15/+0
* history.{push,replace}State should no longer be V8EnabledAtRuntimemihaip@chromium.org2012-09-061-2/+0
* Code to collect issue 97285 debugging info for crash reports.shess@chromium.org2012-09-061-0/+15
* Remove --enable-video-track flagannacc@chromium.org2012-09-041-1/+1
* Per-host V8 histograms.marja@chromium.org2012-09-031-4/+62
* Removed the --enable-peerconnection flagtommyw@chromium.org2012-08-301-3/+1
* Don't try to set context callback if the context failed to be created.fischman@chromium.org2012-08-141-1/+2