summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.darin@chromium.org2011-06-271-0/+1
* Enable Web Audio API by default (no longer needs enable flag).crogers@google.com2011-06-271-1/+1
* Add Clipboard GetSequenceNumber interface which allows us to version the data...cdn@chromium.org2011-06-272-0/+6
* GPU compositing surface handle is no longer sent to renderer process.apatrick@chromium.org2011-06-2716-19/+102
* move VideoCaptureImplManager from singleton to a member of RenderThread.wjia@chromium.org2011-06-271-5/+4
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+10
* Revert 90578 - Add a CHECK to help track use-after-free of TabContentsDelegat...cbentzel@chromium.org2011-06-274-44/+1
* Add a CHECK to help track use-after-free of TabContentsDelegate from a TabCon...cbentzel@chromium.org2011-06-274-1/+44
* Reland "EGLImage transport for TOUCH_UI".backer@chromium.org2011-06-254-3/+66
* Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...backer@chromium.org2011-06-253-59/+3
* Use pixmaps and EGLImages to transport image data between GPU process and bro...backer@chromium.org2011-06-253-3/+59
* Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...tfarina@chromium.org2011-06-251-4/+4
* Re-land: Move browser accessibility code from chrome to content.dmazzoni@chromium.org2011-06-2519-1/+4474
* Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...tfarina@chromium.org2011-06-251-4/+4
* Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.tfarina@chromium.org2011-06-251-4/+4
* Factor Windows handle enumeration code into its own classesI did some general...jschuh@chromium.org2011-06-242-92/+48
* Revert 90435 - Re-land: Move browser accessibility code from chrome to content.brettw@chromium.org2011-06-2419-4462/+1
* Re-land: Move browser accessibility code from chrome to content.dmazzoni@chromium.org2011-06-2419-1/+4462
* Add MediaInternals data aggregator.scottfr@chromium.org2011-06-243-1/+39
* Consolidates managing of bookmark bar state to browser. Browser nowsky@chromium.org2011-06-243-31/+15
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-10/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+10
* Revert 90359 - Helper functions for tracking stale TabContentsDelegate's.cbentzel@chromium.org2011-06-244-44/+1
* Helper functions for tracking stale TabContentsDelegate's.cbentzel@chromium.org2011-06-244-1/+44
* Get rid of the implicit content dependency on how Chrome stores its resources...jam@chromium.org2011-06-246-8/+12
* Revert 90265 - Move browser accessibility code from chrome to content.dmazzoni@chromium.org2011-06-2319-4459/+1
* Move browser accessibility code from chrome to content.dmazzoni@chromium.org2011-06-2319-1/+4459
* Move MachBroker to content.jam@chromium.org2011-06-235-3/+402
* Fix a bug where window.screen would return 0, 0 as the width and heighttony@chromium.org2011-06-231-1/+1
* Add switch to enable media stream apis in Webkit. The patch is needed so medi...perkj@google.com2011-06-231-0/+1
* Switch to GetConstrainingContentsWrapper.avi@chromium.org2011-06-232-10/+0
* Split out abstract interface from GeolocationPermissionContextjoth@chromium.org2011-06-234-47/+57
* Style fix for member variable.husky@google.com2011-06-232-13/+13
* Make IndexedDB brower test work with updated apidgrogan@chromium.org2011-06-231-4/+1
* Re-enable passing tests.abarth@chromium.org2011-06-232-10/+4
* WebKit roll 89393:89463dimich@chromium.org2011-06-231-1/+4
* 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