summaryrefslogtreecommitdiffstats
path: root/webkit/renderer
Commit message (Expand)AuthorAgeFilesLines
* Set default pinch viewport overlay scrollbar thickness in WebPreferences.wjmaclean@chromium.org2013-06-221-0/+3
* Move webkit/renderer/media/android/ to content/renderer/media/android/.scherkus@chromium.org2013-06-2220-3389/+12
* Fix WebMediaPlayer build with enable_pepper_cdms=0spang@chromium.org2013-06-211-0/+2
* Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...wez@chromium.org2013-06-211-20/+40
* Add a function to convert key system into UUIDqinmin@chromium.org2013-06-215-4/+66
* Currently, NotifyDemuxerReady() is called whenever key is added, kjyoun@google.com2013-06-213-9/+34
* Pass InitializeCDM() call through IPC to the browser.xhwang@chromium.org2013-06-211-18/+27
* Move the following clipboard files from webkit\glue to content\renderer. Thes...ananta@chromium.org2013-06-212-0/+63
* Removed unused NeedKey callback from Decryptors.ddorwin@chromium.org2013-06-208-61/+10
* EME: Wrap WebMediaPlayerProxyAndroid EME calls into ProxyDecryptor.xhwang@chromium.org2013-06-206-45/+149
* Simplify WMPI::duration() MSE pathwolenetz@chromium.org2013-06-201-3/+0
* Add a switch to retain video playback on lost focuswonsik@chromium.org2013-06-202-5/+9
* Migrate CompositingReasons to uint64.hartmanng@chromium.org2013-06-201-37/+39
* cc: Remove cc::Thread and cc::ThreadImpl.danakj@chromium.org2013-06-201-1/+0
* Fix hole punchingwonsik@chromium.org2013-06-201-1/+4
* Fix TV buildwonsik@chromium.org2013-06-201-2/+1
* Defer transitioning to HaveEnoughData when there is a pending seek.acolwell@chromium.org2013-06-201-1/+5
* EME: ProxyDecryptor creates MediaKeys instead of Decryptor.xhwang@chromium.org2013-06-194-30/+27
* Re-enable BufferedDataSourceTest.Range_Supported and Range_InstanceSizeUnknownsteveblock@chromium.org2013-06-191-2/+2
* Disable BufferedDataSourceTest.Range_InstanceSizeUnknownsteveblock@chromium.org2013-06-191-1/+1
* Disable BufferedDataSourceTest.Range_Supportedsteveblock@chromium.org2013-06-191-1/+1
* Separate CDM initialization from GenerateKeyRequest & remove key_system param...ddorwin@chromium.org2013-06-1913-230/+213
* Keep screen on when media source is playingqinmin@chromium.org2013-06-182-2/+24
* Remove unused EME v0.1b MediaKeyError values.ddorwin@chromium.org2013-06-181-4/+0
* Add command line switch to enable region based columns.mstensho@opera.com2013-06-181-0/+1
* Move MediaKeyErrorCode compile asserts to common file.ddorwin@chromium.org2013-06-183-25/+18
* Replace base::NullableString16(bool) usage with default constructor.darin@chromium.org2013-06-181-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-1735-61/+61
* move webkit/glue/cursor_utils* to webkit/renderer/scottmg@chromium.org2013-06-152-0/+72
* reland of https://codereview.chromium.org/16864002scottmg@chromium.org2013-06-151-1/+1
* We need to prevent a race condition between a previously commited texture mai...alexst@chromium.org2013-06-151-2/+3
* media: Remove VP9 flag, and enable VP9 support by default.tomfinegan@chromium.org2013-06-151-4/+1
* Remove logic from ChunkDemuxer that allows EndOfStream to silently fail.acolwell@chromium.org2013-06-151-2/+1
* Revert "move webkit/glue/webthread_impl* to webkit/child/"senorblanco@chromium.org2013-06-141-1/+1
* move webkit/glue/webthread_impl* to webkit/child/scottmg@chromium.org2013-06-141-1/+1
* android: Implement single origin and CORS check for videoskyostil@chromium.org2013-06-146-9/+551
* Fix occasional hole punching failurewonsik@chromium.org2013-06-141-1/+8
* Move nullable_string16.h to the string subdirectory.avi@chromium.org2013-06-134-22/+24
* Fix webkit_storage exports definitionskinuko@chromium.org2013-06-136-10/+41
* ProxyDecryptor owns destruction of the Helper Plugin.ddorwin@chromium.org2013-06-124-19/+21
* Revert 205853 "android: Implement single origin and CORS check f..."sail@chromium.org2013-06-126-558/+9
* android: Implement single origin and CORS check for videoskyostil@chromium.org2013-06-126-9/+558
* Implement MediaSourceDelegate::SetDuration() for androidwolenetz@chromium.org2013-06-125-33/+113
* Use a direct include of strings headers in webkit/, part 2.avi@chromium.org2013-06-1112-16/+16
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-2/+2
* Fix a crash that NotifyDemuxerReady() can be called after demuxer is destroyed.qinmin@chromium.org2013-06-111-0/+2
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-108-8/+8
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-075-5/+5
* Reland "Add UMA stats for MSE playback".jrummell@chromium.org2013-06-071-0/+3
* Remove check on |proxy_| in WebMediaPlayerAndroid.xhwang@chromium.org2013-06-071-27/+13