| Commit message (Expand) | Author | Age | Files | Lines |
* | Move more stuff down into ash. | ben@chromium.org | 2011-12-23 | 1 | -1/+1 |
* | base::Bind: Random remaining cleanups. | jhawkins@chromium.org | 2011-12-23 | 3 | -28/+26 |
* | base::Bind() conversion for RenderWidget | dcheng@chromium.org | 2011-12-23 | 2 | -6/+4 |
* | Add --dart-flags and --disable-dart command line switches. | podivilov@chromium.org | 2011-12-23 | 5 | -0/+15 |
* | Convert uses of the utility process in IDB code to use the zygote. | jorgelo@chromium.org | 2011-12-23 | 2 | -0/+2 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 9 | -27/+33 |
* | Get rid of all the empty functions in the source file for WebContentsDelegate. | tfarina@chromium.org | 2011-12-23 | 2 | -248/+73 |
* | Relanding this change with fixes for the windows shared builder. | ananta@chromium.org | 2011-12-22 | 9 | -97/+1352 |
* | Rename notification to NOTIFICATION_WEB_CONTENTS_DELEGATE_DESTROYED. | tfarina@chromium.org | 2011-12-22 | 2 | -2/+2 |
* | Coverity: Fixing unused variables bugs. | dpapad@chromium.org | 2011-12-22 | 1 | -3/+1 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-22 | 1 | -5/+4 |
* | Coverity: Fix unchecked return values | kmadhusu@chromium.org | 2011-12-22 | 2 | -3/+6 |
* | Coverity: Fix unchecked return issues | kmadhusu@chromium.org | 2011-12-22 | 1 | -1/+2 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 18 | -308/+188 |
* | Coverity Fix: PASS_BY_VALUE | scr@chromium.org | 2011-12-22 | 1 | -2/+2 |
* | [Web Intents] Use page title if the intent tag title is empty. | gbillock@chromium.org | 2011-12-22 | 2 | -1/+34 |
* | Fixed CID 102675, uninitialized member vars | groby@chromium.org | 2011-12-22 | 2 | -0/+6 |
* | Mark two tests as DISABLED_, as they're timing out/DCHECKing rather than fail... | rsleevi@chromium.org | 2011-12-22 | 1 | -5/+6 |
* | In order to resume a download some more information needs to be gathered. | ahendrickson@chromium.org | 2011-12-22 | 32 | -167/+498 |
* | Fixed coverity uninit bugs | groby@chromium.org | 2011-12-22 | 2 | -1/+3 |
* | Move the remaining TabContents methods to the WebContents interface, switchin... | jam@chromium.org | 2011-12-22 | 12 | -439/+497 |
* | Coverity: Fix unchecked return bugs. | kmadhusu@chromium.org | 2011-12-22 | 3 | -4/+8 |
* | Remove references to obsolete TOUCH_UI build | rbyers@chromium.org | 2011-12-22 | 1 | -10/+0 |
* | Fix for parsing error. | ahendrickson@chromium.org | 2011-12-22 | 1 | -1/+2 |
* | Fix a NULL check typo in DownloadBuffer. | thestig@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Support IME surrounding in RenderWidgetHostViewGtk | penghuang@chromium.org | 2011-12-22 | 4 | -14/+67 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 9 | -12/+12 |
* | Move a bunch of methods from TabContents into the WebContents interface. This... | jam@chromium.org | 2011-12-22 | 11 | -219/+304 |
* | Coverity: Add a missing NULL check in PpapiBroker. | thestig@chromium.org | 2011-12-22 | 1 | -0/+3 |
* | Revert 115482 - Initial implementation of the DXVA 2.0 H.264 hardware decoder... | ananta@chromium.org | 2011-12-22 | 9 | -1337/+98 |
* | Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for ... | ananta@chromium.org | 2011-12-22 | 9 | -98/+1337 |
* | Coverity: Fix unchecked return values. | kmadhusu@chromium.org | 2011-12-22 | 1 | -1/+2 |
* | Use USER_LIMITED token level with SwiftShader. | apatrick@chromium.org | 2011-12-22 | 1 | -2/+8 |
* | Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t... | jeremya@chromium.org | 2011-12-21 | 1 | -4/+5 |
* | Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc... | ajwong@chromium.org | 2011-12-21 | 1 | -5/+4 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 11 | -24/+35 |
* | Add Randy as OWNER in content\public\browser for the downloads code to help r... | jam@chromium.org | 2011-12-21 | 1 | -0/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 15 | -79/+88 |
* | Coverity: Fix leaks. | jhawkins@chromium.org | 2011-12-21 | 3 | -3/+6 |
* | Initial addition of a11y test dump infrastructure. | dtseng@chromium.org | 2011-12-21 | 3 | -0/+19 |
* | Allow keyboard shortcuts on interstitial pages. | mattm@chromium.org | 2011-12-21 | 4 | -1/+26 |
* | base::Bind: Remove includes of base.bind in header files. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent... | gbillock@chromium.org | 2011-12-21 | 14 | -87/+93 |
* | Don't call CloseSuperfluousFds in SandboxIPCProcess. | jorgelo@chromium.org | 2011-12-21 | 1 | -6/+5 |
* | Fixed crashes when running on top of Apple's software OpenGL renderer. | kbr@chromium.org | 2011-12-21 | 2 | -14/+15 |
* | Coverity fixlet: PASS_BY_VALUE CID=102566 | scr@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 15 | -88/+79 |
* | Clear accessibility children after releasing references to them. | grt@chromium.org | 2011-12-21 | 1 | -1/+6 |
* | Move AccessTokenStore to Content API, now that it is a pure-virtual class. | joi@chromium.org | 2011-12-21 | 18 | -24/+69 |
* | Fix self-destruction of DevToolsHttpHandlerImpl on Stop. | mnaganov@chromium.org | 2011-12-21 | 3 | -7/+9 |