summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* remove ffmpeg dependency from content_rendererjames.wei@intel.com2012-06-241-1/+0
* Fix Linux accessibility crash related to improperly detached AtkObject.dmazzoni@chromium.org2012-06-241-0/+18
* Add more trace events to find cause of premature swapbuffers ack.jbates@chromium.org2012-06-221-2/+7
* Fixing the way HistoryServiceFactory access the history service and updated a...rlp@chromium.org2012-06-221-2/+2
* Add support for basic web_contents methods in ContentView (android).tedchoc@chromium.org2012-06-226-19/+344
* Revert 143590 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...mrossetti@chromium.org2012-06-2216-346/+60
* ContentViewClient keyboard handling and IME (content shell bringup)cramya@chromium.org2012-06-225-8/+78
* Browser Plugin: Disable context menu on guestsfsamuel@chromium.org2012-06-221-0/+6
* Do not prelaunch GPU process at browser startup.apatrick@chromium.org2012-06-221-14/+0
* Session restore: Store and restore persistent IDs for sessionStorage.marja@chromium.org2012-06-226-4/+27
* Revert r143458 (which re-applies r143341 and r142979). This CL also includesdarin@chromium.org2012-06-2214-235/+360
* Adding setEnableCookie preference plumbing to webkit glue.gdk@chromium.org2012-06-221-0/+1
* Log the activation of the seccomp filter sandbox to help eventual debugging.jorgelo@chromium.org2012-06-221-0/+7
* Remove unused member variables found by clang's -Wunused-private-fieldthakis@chromium.org2012-06-223-3/+0
* Change DownloadManagerImpl::downloads_ from a set to a map, and expose it as ...benjhayden@chromium.org2012-06-224-21/+36
* [Mac] More descriptive process name for flapper.shess@chromium.org2012-06-223-1/+11
* Fix incremental linking with unit_tests.jam@chromium.org2012-06-221-13/+6
* Remove vestiges of DownloadFileManager driven in progress updates.rdsmith@chromium.org2012-06-223-31/+0
* Introduced experimental support for interacting with the google remote stream...primiano@chromium.org2012-06-2217-36/+1304
* Avoid dependency on libvpx on Androidsteveblock@chromium.org2012-06-221-3/+10
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-225-13/+24
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-2216-60/+346
* Refactor GetCrashSignalFD to be more generic.yfriedman@chromium.org2012-06-223-30/+27
* Add support for namespace in static JNI methods.bulach@chromium.org2012-06-221-1/+4
* Browser Plugin: Guests should be in their own BrowsingInstance/SiteInstances,...fsamuel@chromium.org2012-06-2215-9/+130
* Browser Plugin: Remove unused member variable in BrowserPluginHostfsamuel@chromium.org2012-06-221-1/+0
* Undo the startup_helper_win.h change in r143501 because that breaks the sandb...jam@chromium.org2012-06-223-3/+6
* Make full gpu info collection on Linux optional.zmo@chromium.org2012-06-224-5/+18
* Enable incremental linking on browser_tests and unit_tests.jam@chromium.org2012-06-225-9/+19
* IndexedDB: Remove unused object store delete() overloads and IPC plumbingjsbell@chromium.org2012-06-227-83/+4
* Use nv contrl x extension to query nvidia driver version.zmo@chromium.org2012-06-213-10/+58
* Revert 142880 - Revert 142054 (apparently caused http://crbug.com/132813)jbates@chromium.org2012-06-211-8/+14
* Fix disabled browser tests. Split into individual tests.dalecurtis@google.com2012-06-211-35/+21
* Revert r143341 and r142979.darin@chromium.org2012-06-2113-183/+192
* Fix for broken gestures in windows. Don't pass "unknown" gesture messages to...girard@chromium.org2012-06-211-0/+2
* Fix a hang when the RtcVideoDecoder was given a MediaStream without video tra...ronghuawu@chromium.org2012-06-212-16/+37
* Submitting ByteStream chrome class for Google C++ Readability Review.rdsmith@chromium.org2012-06-213-11/+73
* Revert 143294 - Provides a real implementation of GetDefaultPrintSettings.raymes@google.com2012-06-215-200/+2
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-213-62/+7
* Move singleton tabs off Browser.ben@chromium.org2012-06-212-7/+9
* Remove setting of fixed layout fallback width.aelias@chromium.org2012-06-211-6/+0
* Fix HTML5 video streaming.darin@chromium.org2012-06-214-13/+8
* Revert 143323 - Use nv contrl x extension to query nvidia driver version.viettrungluu@chromium.org2012-06-212-54/+6
* Use nv contrl x extension to query nvidia driver version.zmo@chromium.org2012-06-212-6/+54
* Cleanup: DeleteTask() no longer exists. Update BrowserThread comments and rem...thestig@chromium.org2012-06-211-1/+1
* Rely on losing focus, not on becoming unfullscreened, to destroy a fullscreen...jbauman@chromium.org2012-06-212-28/+28
* Provides a real implementation of GetDefaultPrintSettings.raymes@chromium.org2012-06-205-2/+200
* Browser Plugin: Enable by default for platform apps and remove option to disa...fsamuel@chromium.org2012-06-204-22/+1
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-2044-91/+107
* Transfer user agent info between browser and rendererdfalcantara@chromium.org2012-06-2011-15/+125