summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* This returns the default print settings for the default printer. Currently th...raymes@chromium.org2012-06-143-0/+11
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-141-3/+2
* Add yzshen to webkit/plugins/ppapi/OWNERS.viettrungluu@chromium.org2012-06-141-0/+1
* Set NaN instead of 0 for null modificationTimekinuko@chromium.org2012-06-141-1/+9
* Return RemoteFileStreamWriter from remote mount point provider.kinaba@chromium.org2012-06-141-2/+4
* Added support for opening Drive files in read-only mode from NaCl.zelidrag@chromium.org2012-06-143-1/+37
* Expose layoutTestController as testRunner. We really need to reduce the numbe...rniwa@chromium.org2012-06-141-0/+1
* Browser Plugin -- Populate WebKeyboardEvent's keyIdentifierfsamuel@chromium.org2012-06-131-0/+1
* Move usb_keycode_map.h into ui/base/keycodes.garykac@chromium.org2012-06-135-394/+5
* Fix all hardcoded Windows registry lookups.gab@chromium.org2012-06-131-2/+11
* Write() operation for GData file system.kinaba@chromium.org2012-06-136-1/+245
* Remove magic iframe load transfer support.dimich@chromium.org2012-06-134-19/+1
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-131-0/+5
* Refactor all accessibility code out of webkit/glue.dmazzoni@chromium.org2012-06-123-1292/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2012-06-121-3/+4
* Retry: Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-129-38/+117
* This one is a test specific API and can be moved to window.internals.sail@chromium.org2012-06-122-17/+0
* Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...fischman@chromium.org2012-06-127-56/+46
* 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