| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Cleanup usage of RenderThread for code that runs under tests. Before RenderTh... | jam@chromium.org | 2011-10-07 | 9 | -69/+35 |
* | Move kExtensionScheme from content to chrome | jochen@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | ALSA should support 10ms playout buffer size now. | xians@chromium.org | 2011-10-07 | 1 | -3/+3 |
* | Applying changes to the existing speech input code to support the extension API. | leandrogracia@chromium.org | 2011-10-07 | 2 | -7/+10 |
* | DevTools: remove support for out-of-process dedicated workers | yurys@chromium.org | 2011-10-07 | 7 | -155/+4 |
* | remove NewRunnableMethod and switch to base::Bind | wjia@chromium.org | 2011-10-07 | 14 | -123/+122 |
* | Fix non-win exports, exports of v8_value_converter. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+2 |
* | Rename RenderThread to RenderThreadImpl | jam@chromium.org | 2011-10-06 | 40 | -303/+274 |
* | Context-based HTML paste plumbing | dcheng@chromium.org | 2011-10-06 | 1 | -2/+4 |
* | Create content::RenderThread interface and make code in chrome use that. | jam@chromium.org | 2011-10-06 | 11 | -236/+235 |
* | Hook into another code path that lets the renderer request a new tab to be cr... | jochen@chromium.org | 2011-10-06 | 2 | -8/+16 |
* | Input event filtering and compositor thread setup. | darin@chromium.org | 2011-10-06 | 8 | -3/+643 |
* | Fix the issue that Pepper Flash doesn't show any image in fullscreen mode. | yzshen@chromium.org | 2011-10-06 | 1 | -2/+6 |
* | When audio player restarts after pause it first was playing wrong data. | enal@chromium.org | 2011-10-05 | 1 | -1/+7 |
* | Remove RenderProcessHost::is_extension_process | jochen@chromium.org | 2011-10-05 | 2 | -18/+0 |
* | Add more tests for VideoCaptureImpl. | wjia@chromium.org | 2011-10-05 | 3 | -30/+228 |
* | PPAPI Flash: when leaving fullscreen video we have not been | ihf@chromium.org | 2011-10-05 | 1 | -1/+1 |
* | Refactor return message into webkit_glue (make include-friendly). | gbillock@chromium.org | 2011-10-05 | 4 | -17/+21 |
* | Get rid of pepper_plugin_delegate_impl.h dependency from chrome (since it's a... | jam@chromium.org | 2011-10-05 | 2 | -0/+75 |
* | Implementation of AudioInputStream for Mac OS X using the special AUHAL input... | henrika@chromium.org | 2011-10-05 | 1 | -0/+5 |
* | Now that WebKit r96590 is rolled, reapply http://codereview.chromium.org/8135... | yurys@chromium.org | 2011-10-05 | 3 | -30/+17 |
* | Convert to new WebWidgetClient interface for compositor activation and deacti... | jamesr@chromium.org | 2011-10-04 | 2 | -8/+19 |
* | Add a second line of defense for receiving a bad message in the renderer. | creis@chromium.org | 2011-10-04 | 1 | -1/+9 |
* | Get rid of web_ui_bindings.h include from Chrome's ExternalHostBindings. The ... | jam@chromium.org | 2011-10-04 | 3 | -32/+16 |
* | Export some unix-specific content symbols. | dpranke@chromium.org | 2011-10-04 | 1 | -1/+2 |
* | Make V8ValueConverter be an interface and move it to content\public\renderer ... | jam@chromium.org | 2011-10-04 | 6 | -97/+93 |
* | Revert "DevTools: introduce Reattach message, get rid of DevToolsRuntimePrope... | yurys@chromium.org | 2011-10-04 | 3 | -17/+30 |
* | DevTools: introduce Reattach message, get rid of DevToolsRuntimeProperties map | yurys@chromium.org | 2011-10-04 | 3 | -30/+17 |
* | Send IME events to windowless plug-ins (Chromium side) | hbono@chromium.org | 2011-10-04 | 4 | -3/+121 |
* | Move NavigationState to content\public\renderer and put it in the content nam... | jam@chromium.org | 2011-10-04 | 4 | -363/+4 |
* | Make V8ValueConverter's tests be a unit test instead of a browsertest. | jam@chromium.org | 2011-10-03 | 1 | -0/+0 |
* | Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a... | jam@chromium.org | 2011-10-03 | 7 | -106/+20 |
* | Move RenderViewObserver and RenderViewObserverTracker to content\public\rende... | jam@chromium.org | 2011-10-03 | 29 | -246/+43 |
* | Add an additional feature to GLES2DecoderImpl that is used to force the conte... | twiz@chromium.org | 2011-10-03 | 1 | -10/+7 |
* | Show keyboard when the focused editable field is touched inside the web conte... | mazda@chromium.org | 2011-10-03 | 5 | -0/+17 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 2 | -5/+5 |
* | Start off the Content API by moving content::ContentRendererClient to content... | jam@chromium.org | 2011-10-01 | 11 | -147/+10 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 5 | -13/+23 |
* | content: Move the final headers and residual traces of contrained windows | erg@chromium.org | 2011-09-30 | 3 | -3/+3 |
* | Unused variables cleanup (gcc 4.6) | pph34r@gmail.com | 2011-09-30 | 1 | -2/+3 |
* | Follow-up cleanup promised during r103376's CR. | fischman@chromium.org | 2011-09-30 | 3 | -15/+13 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 11 | -19/+32 |
* | Convert all of media/ over to the new base::{Bind,Callback} hotness. | fischman@chromium.org | 2011-09-29 | 8 | -67/+61 |
* | fix VideoCaptureImpl to send device info to client when that client is regist... | wjia@chromium.org | 2011-09-29 | 2 | -10/+18 |
* | Rewrites renderer accessibility to not use WebAccessibilityCache. | dmazzoni@chromium.org | 2011-09-29 | 4 | -291/+567 |
* | Re-re-reland r99689: Refactor the ContextInfo struct from bindings_utils into a | aa@chromium.org | 2011-09-28 | 1 | -26/+6 |
* | Enable low-latency audio by default. | enal@chromium.org | 2011-09-28 | 1 | -2/+2 |
* | + Adding new stub methods to chrome/browser/ui/views/aura/aura_init.cc since ... | saintlou@chromium.org | 2011-09-28 | 1 | -0/+2 |
* | Add OnRemoved() in VideoCapture::EventHandler API | wjia@chromium.org | 2011-09-27 | 6 | -1/+21 |