summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* mac: Remove InitWebCoreSystemInterface() calls from many random places.thakis@chromium.org2012-02-142-7/+2
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-146-24/+12
* Flakiness cleanup: disable flaky tests under webkit/evan@chromium.org2012-02-141-3/+3
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-1423-861/+868
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-1425-54/+55
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-127-309/+0
* Revert -Wformat workaround that should no longer be neccessary.thakis@chromium.org2012-02-111-4/+0
* Revert 121620 - Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-1123-787/+863
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-1123-863/+787
* Clean up callback variable names and comments inside BufferedDataSource/Buffe...scherkus@chromium.org2012-02-114-79/+80
* Remove `kMockStart` from `quota::MockStorageClient`mkwst@chromium.org2012-02-104-82/+70
* Session restore: save and restore HTTP body for POST requests.marja@chromium.org2012-02-103-5/+87
* Create a class to represent a Dom Storage Database.benm@chromium.org2012-02-107-1/+710
* Revert 121429 - Session restore: save and restore HTTP body for POST requests.marja@chromium.org2012-02-103-87/+5
* Keep track of the last key returned.benm@chromium.org2012-02-103-12/+38
* Session restore: save and restore HTTP body for POST requests.marja@chromium.org2012-02-103-5/+87
* Add error messages when plug-in loading fails.bauerb@chromium.org2012-02-102-6/+15
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-101-1/+3
* Define FilePath::NormalizePathSeparators on all platformskinuko@chromium.org2012-02-104-25/+9
* Return net::ERR_FAILED when BufferedResourceLoader::didFail() is called.scherkus@chromium.org2012-02-092-8/+34
* QuotaManager::DeleteOriginData allows deletion of specific QuotaClientsmkwst@chromium.org2012-02-099-94/+430
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-093-6/+6
* Turn on WebGL JavaScript console messagesgman@chromium.org2012-02-092-0/+5
* Move the charset inteface to "trusted" (we can't implement this efficientlybrettw@chromium.org2012-02-091-0/+1
* Added extension call to provide authetication for gdata mount point. The file...zelidrag@chromium.org2012-02-091-0/+1
* fileapi: Add ScopedAllowIO to FileSystemURLRequestJob where files are closed.satorux@chromium.org2012-02-091-3/+8
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-083-6/+6
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-083-6/+6
* Make inline c blocks non-greedy, and use to add pragma pack to gamepad structurescottmg@chromium.org2012-02-081-4/+6
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-2/+2
* Infobar the NVIDIA 3D vision plug-ins.cevans@chromium.org2012-02-071-0/+5
* Adding command line switch --enable-deferred-2d-canvasjunov@chromium.org2012-02-072-0/+5
* Tokenize Http headers on both /r and /n.bbudge@chromium.org2012-02-071-1/+1
* Try to fix 10.6 build after clang revert.thakis@chromium.org2012-02-071-0/+4
* Fix re-entrancy bug in SimpleDataSource::Abort() introduced in r118338.fischman@chromium.org2012-02-073-14/+37
* Database usage adjustment for .../webkitgbillock@chromium.org2012-02-076-281/+140
* Framing for a DomStorage backend that does not depend on in-process-webkit. O...michaeln@google.com2012-02-0721-1/+1285
* Remove explicit casting needed from the .Pass() switchover, now that PassAs()...fischman@chromium.org2012-02-061-1/+1
* Update WebMediaPlayerProxy to use MessageLoopProxy.scherkus@chromium.org2012-02-063-22/+24
* IsolatedContext test fix for Windowskinuko@chromium.org2012-02-061-29/+26
* Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre...jam@chromium.org2012-02-062-2/+0
* Correct ResumeSharedTimer to fire the next timer at shared_timer_fire_time_.satish@chromium.org2012-02-053-1/+83
* Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.wez@chromium.org2012-02-046-19/+35
* mac: Fix a clang todo.thakis@chromium.org2012-02-041-4/+0
* Refactor WebGraphicsContext3DInProcess and TestWebGraphicsContext3Dpiman@chromium.org2012-02-038-123/+141
* Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative...jochen@chromium.org2012-02-031-2/+11
* Linux: fix compilation with system libpng and system zlib.phajdan.jr@chromium.org2012-02-034-3/+16
* Do not use setDartFlags API as we're now passing flags by other means.antonm@chromium.org2012-02-035-21/+4
* Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...mkwst@chromium.org2012-02-031-0/+2
* Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-031-2/+0