summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Revert 182604 because it breaks fast/filesystem/op-restricted-chars.htmlatwilson@chromium.org2013-02-153-26/+19
* Disable ObfuscatedFileUtilTest.TestQuotaOnCopyFile on win / android.marja@chromium.org2013-02-151-1/+7
* Fix dependency on scoped_ptr::reset sequencing in appcache.dcheng@chromium.org2013-02-1517-161/+186
* Fix VirtualPath::GetComponents to handle drive letter string as usual path co...kinuko@chromium.org2013-02-153-19/+26
* Remove deprecated code in webkit/fileapikinuko@chromium.org2013-02-149-1159/+0
* [Android WebView] Implement WebSettings.setTextZoom for legacy layout modesmnaganov@chromium.org2013-02-142-0/+8
* Re-implement IsolateFileUtil tests on top of new cross-fs operation architecturekinuko@chromium.org2013-02-141-138/+157
* fix third_party_headers to work properly on Windows w/ ninja.dpranke@chromium.org2013-02-142-59/+56
* Have a common implementation of cc::OutputSurface instead of multiple duplica...skaslev@chromium.org2013-02-135-113/+6
* Add a flag for enabling the threaded parserabarth@chromium.org2013-02-132-0/+4
* Fix the size of webview in WebViewPluginqinmin@chromium.org2013-02-131-1/+3
* SessionStorageDatabase fix: Delete namespace keys if there are no areas.marja@chromium.org2013-02-132-1/+46
* Retry: Introduce AsyncFileTestHelper for testing with async file/quota operat...kinuko@chromium.org2013-02-139-287/+412
* Implement Pepper proxy for PPB_DirectoryReadernhiroki@chromium.org2013-02-1310-239/+13
* cc: remove FontAtlasegraether@chromium.org2013-02-134-25/+0
* Remove OVERRIDE annotations from implementations of WebKit APIsjamesr@chromium.org2013-02-131-23/+23
* Fixed bug in allocation of temporary scanline during frame buffer readback.kbr@chromium.org2013-02-132-7/+4
* Revert pagescale from plugin placeholderqinmin@chromium.org2013-02-132-25/+1
* ExternalClearKey: remove row-by-row copy code from libvpx wrapper.tomfinegan@chromium.org2013-02-131-75/+0
* Guard against midstream audio configuration changes.dalecurtis@chromium.org2013-02-122-4/+20
* Added temporary #ifdefs to support incompatible ANGLE API upgrade.kbr@chromium.org2013-02-121-0/+8
* Layout tests expect the time to be relative to the unix epoch.jochen@chromium.org2013-02-121-2/+3
* PPB_HostResolver_Private is switched to the new Pepper proxy.ygorshenin@chromium.org2013-02-128-105/+6
* Add histograms to track localStorage size and load time by size.willchan@chromium.org2013-02-122-1/+51
* Update Cdm Wrapper and ClearKeyCdm to work with CDM interface version 4.xhwang@google.com2013-02-1213-61/+102
* Allow separately blacklisting Stage3D baseline mode.jbauman@chromium.org2013-02-122-0/+2
* Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting()jamesr@chromium.org2013-02-128-20/+314
* Revert "Make TestWebIDBFactory allocate a separate WebIDBFactory per thread."darin@chromium.org2013-02-117-123/+84
* Remove dead code related to WebAnimationControllerjamesr@chromium.org2013-02-112-75/+0
* Allow support for CENC and the AVC1 and AAC codecs in the Widevine CDM to be ...ddorwin@chromium.org2013-02-102-41/+121
* Add implementations of WebKit::Platform testing APIs to TestWebKitPlatformSup...jamesr@chromium.org2013-02-102-0/+60
* Make TestWebIDBFactory allocate a separate WebIDBFactory per thread.darin@chromium.org2013-02-107-84/+123
* cc: Move command-line and platform-specific settings.danakj@chromium.org2013-02-091-17/+0
* Filesystem interface for Mac PTP/MTP devices using ImageCaptureCoregbillock@chromium.org2013-02-083-6/+13
* SyncFS: it should not crash even when invalid FileEntry is given to getFileSt...kinuko@chromium.org2013-02-082-2/+6
* This patch fixes two audio issues for webrtc hangout.xians@chromium.org2013-02-082-21/+37
* SyncFS: Propagate the sync status and direction from service to JS event APIkinuko@chromium.org2013-02-083-34/+0
* SyncFS: Migrate to new event system and support LOCAL_TO_REMOTE (as well as R...kinuko@chromium.org2013-02-084-9/+34
* Disable cookies when fetching favicon.pliard@chromium.org2013-02-081-0/+4
* Always populate FileSystemURL::virtual_path and deprecate WithPath() methodkinuko@chromium.org2013-02-088-77/+126
* Make views_unittests build on Win64 jschuh@chromium.org2013-02-081-0/+4
* When WebMediaPlayerManagerAndroid goes away, we should detach all the WMPA fr...qinmin@chromium.org2013-02-084-6/+18
* Don't handle GestureTap events in WebViewPluginqinmin@chromium.org2013-02-081-0/+6
* Turn off the network proxy for mac and win in DRTdpranke@chromium.org2013-02-071-15/+2
* Properly manage lifetime of Helper Plugin in ProxyDecryptor.ddorwin@chromium.org2013-02-072-3/+24
* cc: add WebLayerTreeView API for toggling composited layer bordersegraether@chromium.org2013-02-072-0/+8
* Update some #includes for headers that have been moved to the new Platform di...pilgrim@chromium.org2013-02-074-4/+4
* Update some #includes in webkit/ for headers that have been moved to the new ...pilgrim@chromium.org2013-02-072-2/+2
* Revert 181278gavinp@chromium.org2013-02-079-412/+287
* Introduce AsyncFileTestHelper for testing with async file/quota operationskinuko@chromium.org2013-02-079-287/+412