summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Fix a NULL check typo in DownloadBuffer.thestig@chromium.org2011-12-221-1/+1
* Support IME surrounding in RenderWidgetHostViewGtkpenghuang@chromium.org2011-12-224-14/+67
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-229-12/+12
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-2211-219/+304
* Coverity: Add a missing NULL check in PpapiBroker.thestig@chromium.org2011-12-221-0/+3
* Revert 115482 - Initial implementation of the DXVA 2.0 H.264 hardware decoder...ananta@chromium.org2011-12-229-1337/+98
* Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for ...ananta@chromium.org2011-12-229-98/+1337
* Coverity: Fix unchecked return values.kmadhusu@chromium.org2011-12-221-1/+2
* Use USER_LIMITED token level with SwiftShader.apatrick@chromium.org2011-12-221-2/+8
* Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org2011-12-211-4/+5
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-211-5/+4
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-2111-24/+35
* Add Randy as OWNER in content\public\browser for the downloads code to help r...jam@chromium.org2011-12-211-0/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-2115-79/+88
* Coverity: Fix leaks.jhawkins@chromium.org2011-12-213-3/+6
* Initial addition of a11y test dump infrastructure.dtseng@chromium.org2011-12-213-0/+19
* Allow keyboard shortcuts on interstitial pages.mattm@chromium.org2011-12-214-1/+26
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-211-1/+1
* Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent...gbillock@chromium.org2011-12-2114-87/+93
* Don't call CloseSuperfluousFds in SandboxIPCProcess.jorgelo@chromium.org2011-12-211-6/+5
* Fixed crashes when running on top of Apple's software OpenGL renderer.kbr@chromium.org2011-12-212-14/+15
* Coverity fixlet: PASS_BY_VALUE CID=102566scr@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-2115-88/+79
* Clear accessibility children after releasing references to them.grt@chromium.org2011-12-211-1/+6
* Move AccessTokenStore to Content API, now that it is a pure-virtual class.joi@chromium.org2011-12-2118-24/+69
* Fix self-destruction of DevToolsHttpHandlerImpl on Stop.mnaganov@chromium.org2011-12-213-7/+9
* Replace DFATAL with ERROR in PluginDataRemover::OnError.ivankr@chromium.org2011-12-211-1/+1
* Move CancelableRequest to chrome/browser.joi@chromium.org2011-12-214-1150/+8
* Switch to PostTaskAndReply for AccessTokenStore.joi@chromium.org2011-12-219-46/+39
* aura: Fix tooltips that were broken in a previous change. Also add tests.varunjain@chromium.org2011-12-211-1/+2
* Remove GPU process hosts that are about to be destroyed from host-id map.petkov@chromium.org2011-12-211-1/+5
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-2117-120/+128
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-217-26/+35
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-2115-77/+89
* Fix windows shared buildjam@chromium.org2011-12-211-1/+2
* Fix shared buildjam@chromium.org2011-12-211-2/+3
* [Coverity] Removing dead code after return;dbeam@chromium.org2011-12-211-5/+0
* Create an API around PluginService and use it from Chrome.jam@chromium.org2011-12-216-133/+231
* Fix start/stop of html5 audio stream and race condition when pausing.enal@chromium.org2011-12-218-32/+55
* Coverity fix: deferencing null return valuearthurhsu@chromium.org2011-12-211-0/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+2
* Make sure that ChildProcessData.type always gets initializedtbreisacher@chromium.org2011-12-212-3/+5
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-2/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-2010-9/+15
* Coverity: Fix a possible NULL dereference in RenderWidget.thestig@chromium.org2011-12-201-14/+15
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-2016-135/+144
* Change GPU process token level to USER_RESTRICTED.apatrick@chromium.org2011-12-201-3/+5
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-2029-127/+139
* Move indexeddb code to its own directory inside of content/{browser,common,re...dgrogan@chromium.org2011-12-2039-110/+122