summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-234-9/+9
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-232-14/+21
* Make WebGraphics3DCommandBufferImpl use GLES2Implemenation directly.gman@chromium.org2011-05-232-123/+84
* Get rid of url_request_tracking.*. The only other place that used it other t...jam@chromium.org2011-05-236-8/+12
* Add hideKeyboard API to chrome.experimental.input.mazda@chromium.org2011-05-231-0/+5
* Add some missing information to TabContentsObserver docs.mmenke@chromium.org2011-05-231-1/+4
* Take out pref watching from HostZoomMap, in preparation of removing Profile f...jam@chromium.org2011-05-233-212/+10
* Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory. fischman@chromium.org2011-05-234-18/+37
* Add a browser test for IndexedDB+LevelDB.hans@chromium.org2011-05-231-0/+11
* Fix the EOS hang and jerkiness in playback.vhiremath@nvidia.com2011-05-231-3/+5
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-226-8/+21
* Revert r75078 now that crbug.com/72007 is fixed.darin@chromium.org2011-05-212-10/+0
* Fix a few browser tests for touchui: Count the renderer for the keyboard and ...sadrul@chromium.org2011-05-211-0/+20
* CrOS - Change file browser to use new ExtensionDialog window.jamescook@chromium.org2011-05-202-14/+17
* Add CHECKs to see if anyone sets a RenderViewHost's delegate to NULL.jam@chromium.org2011-05-202-2/+6
* Safely cancel prerenders on threads other than the UI thread.mmenke@chromium.org2011-05-203-44/+10
* Call makeContextCurrent in places that are missing it.gman@chromium.org2011-05-201-0/+8
* Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.adamk@chromium.org2011-05-191-4/+0
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-195-8/+8
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-197-7/+7
* Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...jam@chromium.org2011-05-1913-404/+70
* Added more trace info to SwapBuffers, traced some functions in WebGraphicsCon...jbates@chromium.org2011-05-191-0/+3
* Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...tony@chromium.org2011-05-194-5/+5
* Make about:gpu report driver information again.nduca@chromium.org2011-05-192-10/+10
* Miscellaneous webkit_glue namespace changes in preparation for building src\c...ananta@chromium.org2011-05-191-5/+5
* Remove ShowCollectedCookiesDialog from TabContentsDelegate, since content lay...jam@chromium.org2011-05-192-7/+0
* Remove unneeded call to StartCrossSiteTransition.creis@chromium.org2011-05-191-2/+4
* Drop url_constants dependency in content/.avi@chromium.org2011-05-1916-27/+40
* Remove the code in TestTabContents that closes infobars. If a code is using ...jam@chromium.org2011-05-183-42/+0
* Add histograms for the delay between DoDeferredUpdates.nduca@chromium.org2011-05-182-0/+21
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-1821-50/+495
* Add in DEPS entry still needed.avi@chromium.org2011-05-181-0/+1
* Remove deps entry for header from previous changejam@chromium.org2011-05-181-3/+0
* Get rid of TabContentsSSLHelper dependency from content.jam@chromium.org2011-05-186-123/+0
* Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use.fischman@chromium.org2011-05-182-0/+24
* Readd line to DEPS file that got removed by accidentjam@chromium.org2011-05-181-0/+1
* Get rid of some plugin related dependencies. Have PluginObserver be created ...jam@chromium.org2011-05-185-34/+3
* Get rid of chrome dependencies from PluginProcessHost by moving dispatching o...jam@chromium.org2011-05-1811-52/+461
* Move download stuff to download tab helper.avi@chromium.org2011-05-186-51/+9
* Move SystemMonitor to base/.willchan@chromium.org2011-05-186-17/+17
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-185-12/+12
* Move SystemMonitor to base/.willchan@chromium.org2011-05-185-12/+12
* Call SwapBuffersCallback multiple times if a frame was dropped.nduca@chromium.org2011-05-181-1/+10
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-184-167/+0
* Move the chromeos implementation of WifiDataProvider back to chrome, since it...jam@chromium.org2011-05-175-389/+0
* Revert "Changes to not use the prerendered contents when window.opener needs ...tessamac@chromium.org2011-05-176-21/+8
* Change the PPAPI message loop to type IO (from type UI).viettrungluu@chromium.org2011-05-171-1/+1
* Changes to not use the prerendered contents when window.opener needs to be set.shishir@chromium.org2011-05-176-8/+21
* Remove PluginSelectionPolicy since it's not used anymore.jam@chromium.org2011-05-174-66/+21
* Add support for real-time audio threads.crogers@google.com2011-05-171-1/+2