summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Fixing Coverity bugs (DEAD_CODE and PASS_BY_VALUE)dpapad@chromium.org2011-06-225-7/+4
* Fix a regression where extension APIs would sometimes not be available on thempcomplete@chromium.org2011-06-226-0/+15
* Coverity: Fix pass by value errorkmadhusu@chromium.org2011-06-222-2/+2
* Coverity: Fix pass by value error.kmadhusu@chromium.org2011-06-222-2/+2
* Coverity: Fix null pointer return and pass by value error.kmadhusu@chromium.org2011-06-222-2/+2
* Fixed several FORWARD_NULL issues from Coverity. (I.e. variables can be NULL ...groby@chromium.org2011-06-221-1/+2
* use control message instead of routed for video capturewjia@chromium.org2011-06-225-101/+77
* Fix bug where dragged Javascript URLs get over-filtered and end up nameless.maf@chromium.org2011-06-222-1/+11
* Add link in content\browser\DEPS to document explainging what content is.jam@chromium.org2011-06-211-0/+2
* Coverity: Handle negative returns.jhawkins@chromium.org2011-06-212-1/+3
* Follow up patch on issue 7192007, containing mainly style fixes.mflodman@google.com2011-06-212-23/+24
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-212-2/+6
* Store host and port in the ResourceRequestDetails.noelutz@google.com2011-06-212-2/+6
* Fix a regression in sending the content settings data from r85247. The conte...jam@chromium.org2011-06-216-17/+27
* Don't rely on user gestures for deciding when to dismiss infobars.abarth@chromium.org2011-06-215-32/+6
* Adding error signalling from device to VideocaptureManager to relay up to Med...mflodman@google.com2011-06-216-139/+87
* Fix IndexedDBContext leaksdgrogan@chromium.org2011-06-174-28/+37
* Improve large tab strip by leveraging touch icons when present.saintlou@chromium.org2011-06-171-1/+17
* Clamping down media DEPS rules.scherkus@chromium.org2011-06-174-2/+8
* Move media-related IPC message definitions from content/common/ to content/co...scherkus@chromium.org2011-06-175-5/+5
* Show composition text on IME panel when Pepper plugin is focused (Linux).kinaba@chromium.org2011-06-174-7/+11
* separate interface function and internal task functionwjia@chromium.org2011-06-171-1/+1
* Disable some tests that will fail after the WebKit roll. These tests probablyabarth@chromium.org2011-06-162-4/+10
* IndexedDB: Add browser test using LevelDB in incognito mode.hans@chromium.org2011-06-161-4/+11
* Disable IndexedDB tests again (basically revert r89153), they are still flaky.hans@chromium.org2011-06-151-10/+10
* Re-enable IndexedDB browser tests.hans@chromium.org2011-06-151-10/+10
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-153-3/+7
* Make DEPS comment easier to seejam@chromium.org2011-06-151-1/+4
* Fix Revert of 89054 so it builds on win_sharedgman@chromium.org2011-06-142-2/+5
* Moves NavigationController::session_id into RestoreTabHelper.sky@chromium.org2011-06-148-74/+4
* move all media and media_stream related files into content/browser/renderer_h...wjia@chromium.org2011-06-1425-59/+68
* Added debug checks to CancelableRequestConsumer to ensure proper thread usage.atwilson@chromium.org2011-06-141-0/+10
* Revert 89054 - Add lots of client side OpenGL logging.asargent@chromium.org2011-06-142-5/+2
* fix deps failurejam@chromium.org2011-06-141-1/+1
* Remove most of the remaining test dependencies (other than chrome/test).jam@chromium.org2011-06-1415-6/+936
* Mac: Make PPAPI plugins work out of process (i.e., with a proxy) and a sandbox.viettrungluu@chromium.org2011-06-141-0/+1
* Add lots of client side OpenGL logging.gman@chromium.org2011-06-142-2/+5
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-141-13/+8
* Removing an unnecessary include of the views\view.h file.ananta@chromium.org2011-06-141-4/+0
* Add a bunch of owners for subdirs under content.jam@chromium.org2011-06-142-0/+4
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-16/+3
* use SharedMemory for buffer sharing in video capturewjia@chromium.org2011-06-146-81/+120
* In IndexedDBDispatcherHost::OnChannelClosing(), reset dispatcher hosts on the...hans@chromium.org2011-06-143-14/+35
* Tests for bug 5988.shinyak@google.com2011-06-141-0/+75
* Fix mac buildjam@chromium.org2011-06-141-1/+1
* Get rid of the following dependencies from content:jam@chromium.org2011-06-1415-47/+12
* Remove content dependency on chrome/browser/accessibility/browser_accessibili...jam@chromium.org2011-06-1324-77/+29
* Eliminate Window completely.ben@chromium.org2011-06-131-2/+2
* Ensure address bar is reset after a redirect turns into a download.creis@chromium.org2011-06-132-6/+107
* Support creating temporary files for sync file operations.noelutz@google.com2011-06-131-0/+1