summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Add an asynchronous version of the Flash DeviceID API.brettw@chromium.org2012-06-113-0/+6
* Remove duplicate call to InitAndroidTest.nileshagrawal@chromium.org2012-06-112-2/+2
* Prepare compositor.cc for global CCSettingsvollick@chromium.org2012-06-112-15/+21
* Revert 141395 - Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-118-103/+34
* Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-118-34/+103
* Delete bytesLoaded() from WebMediaPlayer implementations now that WebKit no l...fischman@chromium.org2012-06-104-31/+1
* Delete no-longer-used single-arg WebMediaPlayer{Impl,Android}::load() method.fischman@chromium.org2012-06-104-14/+0
* Add ENABLE_PRINTING and disable it on Android.wangxianzhu@chromium.org2012-06-091-0/+8
* content: Set the default device scale factor on the WebView directly since se...sadrul@chromium.org2012-06-082-3/+0
* Adding the logic for releasing decoder resources in WebMediaPlayerManagerAndroidqinmin@chromium.org2012-06-084-22/+89
* Fix gcc 4.7 building problems.pkasting@chromium.org2012-06-082-25/+25
* Plumb texture target to VideoDecodeAccelerator::Clientsail@chromium.org2012-06-082-4/+7
* Add two files + deps roll + 2 new expectationsrobertphillips@google.com2012-06-081-1/+2
* Fix int overflow in blob_url_request_job when we read files > 2GBtbarzic@chromium.org2012-06-081-2/+4
* IsolatedFileUtil::IsDirectoryEmpty needs filesystem_idkinuko@chromium.org2012-06-081-1/+3
* Move remaining webkit storage unit tests to content_unittestsadamk@chromium.org2012-06-0816-58/+40
* "Replace" PPB_Flash's GetSettingInt with a more general GetSetting.viettrungluu@chromium.org2012-06-082-1/+9
* Implement extension API chrome.fileSystem.getDisplayPath().benwells@chromium.org2012-06-083-0/+73
* Add some compile asserts for the Pepper event mask flags.brettw@chromium.org2012-06-071-0/+37
* mac: Use NSWidth() and friends in a few more places.thakis@chromium.org2012-06-072-4/+4
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-071-0/+5
* Unbreak sending cookies with crossorigin-free media elements.fischman@chromium.org2012-06-071-0/+1
* More prep for CORS support in WebKit/chromium.fischman@chromium.org2012-06-0710-0/+36
* Move all webkit/fileapi tests to content_unittestsadamk@chromium.org2012-06-0715-53/+14
* Use a temp data dir for IDB tests so persistence can be verified.jsbell@chromium.org2012-06-071-1/+50
* Update documentation of Chrome's test_expectations overridesepoger@google.com2012-06-061-3/+6
* Add CORS-awareness to HTML5 media elements.fischman@chromium.org2012-06-0610-20/+76
* SessionStorageDatabase: use string identifiers, add ReadNamespaceIds.marja@chromium.org2012-06-063-463/+257
* Fix for DOMStorageContextImpl::LeakyCloneSessionStorage.marja@chromium.org2012-06-062-4/+13
* Indicate focused state on text buttons with blue outline.flackr@chromium.org2012-06-063-0/+6
* Move AesDecryptor out of FFmpegVideoDecoder.xhwang@chromium.org2012-06-054-4/+19
* Open pepper files directly in browser.tsepez@chromium.org2012-06-058-179/+64
* roll skia to 4156reed@google.com2012-06-051-0/+4
* Stop dropping buffering updates on the floor for small media resources.fischman@chromium.org2012-06-053-7/+17
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-059-218/+47
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-053-6/+13
* Update layout_tests tool in media/tools and PRESUBMIT.py per test_expectation...rniwa@chromium.org2012-06-051-3/+3
* Add brettw to webkit/OWNERS. I trust him to not abuse his former powers.darin@chromium.org2012-06-041-0/+1
* Connect up flash blacklist entries to GetSettingIntjbauman@chromium.org2012-06-042-0/+4
* Revert 140399 - Open pepper files directly in browser.tsepez@chromium.org2012-06-048-64/+179
* Open pepper files directly in browser.tsepez@chromium.org2012-06-048-179/+64
* Fix TestWebKitAPI and webkit_unit_tests on Android.wangxianzhu@chromium.org2012-06-041-2/+6
* Teaching BrowsingDataRemover how to delete application data.mkwst@chromium.org2012-06-043-17/+1
* RefCounted types should not have public destructors, webkit/ editionrsleevi@chromium.org2012-06-0416-24/+49
* Support mouse lock in Flash fullscreen mode.yzshen@chromium.org2012-06-031-1/+6
* Revert bad changes from r132747 to fix NP_ASFILE regression in NPAPI plugins.thestig@chromium.org2012-06-024-12/+20
* use WebKit::WebMediaPlayer for delegate interface, instead of webkit_media::W...wjia@chromium.org2012-06-021-5/+6
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-012-0/+15
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-012-15/+0
* Revert 140093 - Open pepper files directly in browser.tsepez@chromium.org2012-06-018-64/+178