summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get rid of pepper_plugin_delegate_impl.h dependency from chrome (since it's a...jam@chromium.org2011-10-052-0/+75
* Implementation of AudioInputStream for Mac OS X using the special AUHAL input...henrika@chromium.org2011-10-051-0/+5
* Now that WebKit r96590 is rolled, reapply http://codereview.chromium.org/8135...yurys@chromium.org2011-10-053-30/+17
* Convert to new WebWidgetClient interface for compositor activation and deacti...jamesr@chromium.org2011-10-042-8/+19
* Add a second line of defense for receiving a bad message in the renderer.creis@chromium.org2011-10-041-1/+9
* Get rid of web_ui_bindings.h include from Chrome's ExternalHostBindings. The ...jam@chromium.org2011-10-043-32/+16
* Export some unix-specific content symbols.dpranke@chromium.org2011-10-041-1/+2
* Make V8ValueConverter be an interface and move it to content\public\renderer ...jam@chromium.org2011-10-046-97/+93
* Revert "DevTools: introduce Reattach message, get rid of DevToolsRuntimePrope...yurys@chromium.org2011-10-043-17/+30
* DevTools: introduce Reattach message, get rid of DevToolsRuntimeProperties mapyurys@chromium.org2011-10-043-30/+17
* Send IME events to windowless plug-ins (Chromium side)hbono@chromium.org2011-10-044-3/+121
* Move NavigationState to content\public\renderer and put it in the content nam...jam@chromium.org2011-10-044-363/+4
* Make V8ValueConverter's tests be a unit test instead of a browsertest.jam@chromium.org2011-10-031-0/+0
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-037-106/+20
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-0329-246/+43
* Add an additional feature to GLES2DecoderImpl that is used to force the conte...twiz@chromium.org2011-10-031-10/+7
* Show keyboard when the focused editable field is touched inside the web conte...mazda@chromium.org2011-10-035-0/+17
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-012-5/+5
* Start off the Content API by moving content::ContentRendererClient to content...jam@chromium.org2011-10-0111-147/+10
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-305-13/+23
* content: Move the final headers and residual traces of contrained windowserg@chromium.org2011-09-303-3/+3
* Unused variables cleanup (gcc 4.6)pph34r@gmail.com2011-09-301-2/+3
* Follow-up cleanup promised during r103376's CR.fischman@chromium.org2011-09-303-15/+13
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-3011-19/+32
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-298-67/+61
* fix VideoCaptureImpl to send device info to client when that client is regist...wjia@chromium.org2011-09-292-10/+18
* Rewrites renderer accessibility to not use WebAccessibilityCache.dmazzoni@chromium.org2011-09-294-291/+567
* Re-re-reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-281-26/+6
* Enable low-latency audio by default.enal@chromium.org2011-09-281-2/+2
* + Adding new stub methods to chrome/browser/ui/views/aura/aura_init.cc since ...saintlou@chromium.org2011-09-281-0/+2
* Add OnRemoved() in VideoCapture::EventHandler APIwjia@chromium.org2011-09-276-1/+21