summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Move context labelling logic out to ContextProvidersjamesr@chromium.org2013-09-132-7/+18
* Feedback extension API fix. A recent CL broke this.michaeln@chromium.org2013-09-133-3/+18
* Refactor TransformPoint{,Reverse}.avallee@chromium.org2013-09-121-1/+1
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-1/+1
* Use OperationHandle for CopyProgressCallback.hidehiko@chromium.org2013-09-122-1/+27
* Instead introducing a static Create* methods to create FileStream{Reader,Writ...kinuko@chromium.org2013-09-1216-115/+186
* Implement CopyProgressCallback on CopyOrMoveOperationDelegate.hidehiko@chromium.org2013-09-127-23/+205
* Deprecate chromeos::Backend::GetFileSystemRootPath() and FileSystemOperationC...kinuko@chromium.org2013-09-127-33/+31
* FileAPI: ParseFileSystemSchemeURL should reject an invalid mount type more st...nhiroki@chromium.org2013-09-122-4/+6
* Add CopyFileProgressCallback to AsyncFileUtil::CopyFileLocal().hidehiko@chromium.org2013-09-126-3/+19
* Add a thinning scrollbar animator for desktop overlay scrollbars.tony@chromium.org2013-09-116-7/+28
* Move ui/base/win/dpi.h to ui/gfx/dpi_win.hben@chromium.org2013-09-101-2/+2
* Do not use deprecated TypeURL from WebHTTPBody::Element.tfarina@chromium.org2013-09-101-1/+1
* Update autofill CC image resourcesrouslan@chromium.org2013-09-108-0/+0
* FileAPIMessageFilter Security: Minimal patch to fix permissions escalation.tommycli@chromium.org2013-09-102-9/+12
* Treat headers and HTTP status text as Latin-1davidben@chromium.org2013-09-091-21/+20
* Extract CopyOrMoveFile operation into classes.hidehiko@chromium.org2013-09-092-220/+312
* Adds callbacks to notify progress into Copy's API.hidehiko@chromium.org2013-09-098-16/+153
* Remove dependency to file_system_operation_impl.h outside from chrome/kinuko@chromium.org2013-09-097-29/+42
* Add UMA to see how many times HasIsolatedOrigin origin has more than one originkinuko@chromium.org2013-09-071-0/+16
* Chromium Blob hackingmichaeln@chromium.org2013-09-0724-599/+299
* Make WebFileSystemCallbacks not self-destructkinuko@chromium.org2013-09-061-1/+1
* Do not return FileSystem contents if the profile is in incognito mode.kinuko@chromium.org2013-09-069-10/+128
* [Android WebView] Wire up the viewport quirks settingsmnaganov@chromium.org2013-09-062-1/+5
* Remove Android-specific #ifdef in WebCompositorSupportImpl.wjmaclean@chromium.org2013-09-051-8/+0
* Convert most run_all_unittests.cc files to use new unit test launcher.phajdan.jr@chromium.org2013-09-051-3/+15
* Fixes FileSystemOperation::Cancel behaviorkinuko@chromium.org2013-09-052-4/+8
* FeatureInfo: Remove allowed_extensions and init workarounds earlysievers@chromium.org2013-09-051-3/+0
* Dispatch FileSystemOperationRunner callbacks always synchronouslykinuko@chromium.org2013-09-053-142/+412
* Not creating ClientUsageTracker for unsupported storage type.serya@chromium.org2013-09-0412-9/+41
* Propagate the encoded data length through OnDownloadData delegate methodyusukesuzuki@chromium.org2013-09-032-5/+11
* Remove unused forward declaration in websocketstreamhandle_bridgetyoshino@chromium.org2013-09-021-6/+0
* webkit can no longer depend on ppapi; shared_impl can now depend on ipc.mgiuca@chromium.org2013-09-021-3/+0
* Revert "Chromium Blob hacking" This reverts r220754.tkent@chromium.org2013-09-0224-295/+598
* Chromium Blob hackingmichaeln@chromium.org2013-09-0124-598/+295
* [Android WebView] Wire up Blink's UseLegacyBackgroundSizeShorthandBehavior se...mnaganov@chromium.org2013-08-312-0/+2
* Updating XTBs based on .GRDs from branch 1599karen@chromium.org2013-08-305-12/+12
* Refactor cc scrollbar layers architecture.wjmaclean@chromium.org2013-08-306-2/+42
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-305-6/+6
* Deprecate FileSystemBackend::GetFileUtil()kinuko@chromium.org2013-08-3012-53/+10
* Fix appearance of custom CSS cursors on retina displays with -webkit-image-set.evan.exe@gmail.com2013-08-291-0/+4
* Pass context capabilities via cc::ContextProvider instead of gl stringjamesr@chromium.org2013-08-292-4/+19
* Template arguments to templates in std must have complete types.zeno.albisser@digia.com2013-08-282-7/+6
* Deprecate more callsites of FileSystemBackend::GetFileUtil()kinuko@chromium.org2013-08-287-142/+39
* More SupportsWeakPtr cleanup in fileapi codekinuko@chromium.org2013-08-282-30/+33
* Modify SandboxFileSystemBackendDelegate::AddFile*Observer checkskinuko@chromium.org2013-08-282-3/+6
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-0/+2
* Make SyncableFileSystemOperation not inherit from FileSystemOperationImplkinuko@chromium.org2013-08-275-142/+138
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-2/+0
* Adds ToGURL to FileSystemURL.hidehiko@chromium.org2013-08-263-0/+34