| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace DFATAL with ERROR in PluginDataRemover::OnError. | ivankr@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Move CancelableRequest to chrome/browser. | joi@chromium.org | 2011-12-21 | 4 | -1150/+8 |
* | Switch to PostTaskAndReply for AccessTokenStore. | joi@chromium.org | 2011-12-21 | 9 | -46/+39 |
* | aura: Fix tooltips that were broken in a previous change. Also add tests. | varunjain@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Remove GPU process hosts that are about to be destroyed from host-id map. | petkov@chromium.org | 2011-12-21 | 1 | -1/+5 |
* | Rename PluginService to PluginServiceImpl. | jam@chromium.org | 2011-12-21 | 17 | -120/+128 |
* | Rename TabContents::view() to GetView() and put it in the WebContents interface. | jam@chromium.org | 2011-12-21 | 7 | -26/+35 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 15 | -77/+89 |
* | Fix windows shared build | jam@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Fix shared build | jam@chromium.org | 2011-12-21 | 1 | -2/+3 |
* | [Coverity] Removing dead code after return; | dbeam@chromium.org | 2011-12-21 | 1 | -5/+0 |
* | Create an API around PluginService and use it from Chrome. | jam@chromium.org | 2011-12-21 | 6 | -133/+231 |
* | Fix start/stop of html5 audio stream and race condition when pausing. | enal@chromium.org | 2011-12-21 | 8 | -32/+55 |
* | Coverity fix: deferencing null return value | arthurhsu@chromium.org | 2011-12-21 | 1 | -0/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Make sure that ChildProcessData.type always gets initialized | tbreisacher@chromium.org | 2011-12-21 | 2 | -3/+5 |
* | Revert 115227 - Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 1 | -2/+1 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 1 | -1/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 10 | -9/+15 |
* | Coverity: Fix a possible NULL dereference in RenderWidget. | thestig@chromium.org | 2011-12-20 | 1 | -14/+15 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 16 | -135/+144 |
* | Change GPU process token level to USER_RESTRICTED. | apatrick@chromium.org | 2011-12-20 | 1 | -3/+5 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 29 | -127/+139 |
* | Move indexeddb code to its own directory inside of content/{browser,common,re... | dgrogan@chromium.org | 2011-12-20 | 39 | -110/+122 |