summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Move more stuff down into ash.ben@chromium.org2011-12-231-1/+1
* base::Bind: Random remaining cleanups.jhawkins@chromium.org2011-12-233-28/+26
* base::Bind() conversion for RenderWidgetdcheng@chromium.org2011-12-232-6/+4
* Add --dart-flags and --disable-dart command line switches.podivilov@chromium.org2011-12-235-0/+15
* Convert uses of the utility process in IDB code to use the zygote.jorgelo@chromium.org2011-12-232-0/+2
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-239-27/+33
* Get rid of all the empty functions in the source file for WebContentsDelegate.tfarina@chromium.org2011-12-232-248/+73
* Relanding this change with fixes for the windows shared builder.ananta@chromium.org2011-12-229-97/+1352
* Rename notification to NOTIFICATION_WEB_CONTENTS_DELEGATE_DESTROYED.tfarina@chromium.org2011-12-222-2/+2
* Coverity: Fixing unused variables bugs.dpapad@chromium.org2011-12-221-3/+1
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-221-5/+4
* Coverity: Fix unchecked return valueskmadhusu@chromium.org2011-12-222-3/+6
* Coverity: Fix unchecked return issueskmadhusu@chromium.org2011-12-221-1/+2
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-2218-308/+188
* Coverity Fix: PASS_BY_VALUEscr@chromium.org2011-12-221-2/+2
* [Web Intents] Use page title if the intent tag title is empty.gbillock@chromium.org2011-12-222-1/+34
* Fixed CID 102675, uninitialized member varsgroby@chromium.org2011-12-222-0/+6
* Mark two tests as DISABLED_, as they're timing out/DCHECKing rather than fail...rsleevi@chromium.org2011-12-221-5/+6
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-2232-167/+498
* Fixed coverity uninit bugsgroby@chromium.org2011-12-222-1/+3
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-2212-439/+497
* Coverity: Fix unchecked return bugs.kmadhusu@chromium.org2011-12-223-4/+8
* Remove references to obsolete TOUCH_UI buildrbyers@chromium.org2011-12-221-10/+0
* Fix for parsing error.ahendrickson@chromium.org2011-12-221-1/+2
* 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