| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 136326 - Add a H.264 parser for VAVDA. | csilv@chromium.org | 2012-05-10 | 1 | -16/+2 |
* | Add a H.264 parser for VAVDA. | posciak@chromium.org | 2012-05-10 | 1 | -2/+16 |
* | [Android] Introduce US geographical address detection. | leandrogracia@chromium.org | 2012-05-10 | 1 | -0/+1 |
* | Upstream Geolocation for Android. | jknotten@chromium.org | 2012-05-09 | 1 | -0/+9 |
* | ui: Move compositor/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-05 | 1 | -1/+1 |
* | Re-implement the screensaver to use WebView instead of ExtensionDialogHost. | rkc@chromium.org | 2012-05-04 | 1 | -0/+4 |
* | Revert 135369 - Re-implement the screensaver to use WebView instead of Extens... | rkc@chromium.org | 2012-05-04 | 1 | -4/+0 |
* | Re-implement the screensaver to use WebView instead of ExtensionDialogHost. | rkc@chromium.org | 2012-05-04 | 1 | -0/+4 |
* | ui: Move surface/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-03 | 1 | -1/+1 |
* | Revert 135000 - Re-implement the screensaver to use WebView instead of Extens... | rkc@chromium.org | 2012-05-02 | 1 | -4/+0 |
* | Re-implement the screensaver to use WebView instead of ExtensionDialogHost. | rkc@chromium.org | 2012-05-02 | 1 | -0/+4 |
* | Revert r134889, "Re-implement the screensaver to use WebView instead of Exten... | caseq@google.com | 2012-05-02 | 1 | -4/+0 |
* | Re-implement the screensaver to use WebView instead of ExtensionDialogHost. | rkc@chromium.org | 2012-05-02 | 1 | -0/+4 |
* | Revert 134878 - Re-implement the screensaver to use WebView instead of Extens... | rkc@chromium.org | 2012-05-02 | 1 | -4/+0 |
* | Re-implement the screensaver to use WebView instead of ExtensionDialogHost. | rkc@chromium.org | 2012-05-02 | 1 | -0/+4 |
* | Build fixes to get use_aura && !use_ash to build. | ben@chromium.org | 2012-05-01 | 1 | -0/+3 |
* | Geolocation support for chromedriver, browser-side only. | kkania@chromium.org | 2012-04-25 | 1 | -2/+0 |
* | Introduced ChunkedByteBuffer class which will be required by next speech reco... | primiano@chromium.org | 2012-04-25 | 1 | -0/+1 |
* | More DomStorage house cleaning, many files but all mechanical changes. | michaeln@google.com | 2012-04-17 | 1 | -1/+0 |
* | Adding JSEP PeerConnection glue - attempt 2 | perkj@chromium.org | 2012-04-13 | 1 | -0/+3 |
* | Fix window shadows. | avi@chromium.org | 2012-04-13 | 1 | -1/+0 |
* | Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome. | thestig@chromium.org | 2012-04-12 | 1 | -1/+0 |
* | Revert 131949 (multiple memory leaks) - Adding JSEP PeerConnection glue. | eugenis@google.com | 2012-04-12 | 1 | -3/+0 |
* | Adding JSEP PeerConnection glue. | grunell@chromium.org | 2012-04-12 | 1 | -0/+3 |
* | TabContents -> WebContentsImpl, part 6. | avi@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | TabContents -> WebContentsImpl, part 4. | avi@chromium.org | 2012-04-11 | 1 | -5/+5 |
* | TabContents -> WebContentsImpl, part 3. | avi@chromium.org | 2012-04-10 | 1 | -2/+2 |
* | TabContents -> WebContentsImpl, part 2. | avi@chromium.org | 2012-04-10 | 1 | -1/+1 |
* | Add policy to make sure the renderer doesn't get intent data for non-same-ori... | gbillock@chromium.org | 2012-04-07 | 1 | -0/+1 |
* | Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink | vrk@chromium.org | 2012-04-06 | 1 | -1/+0 |
* | IndexedDB: Impose a 64MB limit on the size of values that can be stored. | jsbell@chromium.org | 2012-03-27 | 1 | -0/+1 |
* | Have content cancel requests for ResourceContexts when they shutdown, instead... | jam@chromium.org | 2012-03-26 | 1 | -0/+1 |
* | speech_recognition_request | primiano@chromium.org | 2012-03-26 | 1 | -1/+1 |
* | Rename and move TestTabContents to content::TestWebContents. | joi@chromium.org | 2012-03-23 | 1 | -2/+2 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -0/+2 |
* | Fix WebUIMessageHandler unit tests. | csilv@chromium.org | 2012-03-20 | 1 | -0/+1 |
* | An internal intents dispatcher useful for initiating an intent from the brows... | gbillock@chromium.org | 2012-03-16 | 1 | -0/+1 |
* | Move MockRenderProcessHost to content/test and put it into the content namesp... | tfarina@chromium.org | 2012-03-16 | 1 | -3/+3 |
* | Don't depend on strings from third_party/mozilla/NSPasteboard+Utils.h | thakis@chromium.org | 2012-03-16 | 1 | -0/+5 |
* | Test file errors in downloads. | ahendrickson@chromium.org | 2012-03-14 | 1 | -0/+2 |
* | Introduce abstractions to allow embedders to test RenderViewHost | joi@chromium.org | 2012-03-12 | 1 | -0/+2 |
* | Add a Content API around BrowserURLHandler. | jam@chromium.org | 2012-03-12 | 1 | -1/+1 |
* | Commit two files that I missed in 126165 | jam@chromium.org | 2012-03-12 | 1 | -2/+2 |
* | Add ResourceRequestInfo. | darin@chromium.org | 2012-03-07 | 1 | -2/+0 |
* | Implement Linux media notifier. | thestig@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Added win media notifier | tpayne@chromium.org | 2012-03-06 | 1 | -0/+1 |
* | Move MockResourceContext to content/test. | tfarina@chromium.org | 2012-03-05 | 1 | -2/+2 |
* | exclude media_stream_dispatcher_unittest.cc from content_unittests when enabl... | wjia@chromium.org | 2012-03-01 | 1 | -1/+1 |
* | Move closure_blocks_leopard_compat to base now that it's used by two modules. | jam@chromium.org | 2012-03-01 | 1 | -6/+0 |
* | Moves stacking client to Env. | beng@google.com | 2012-02-27 | 1 | -0/+1 |