summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-031-0/+2
* Mark IsolatedContext tests failing on Windowskinuko@chromium.org2012-02-031-3/+19
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-025-11/+14
* Set a proper first-party URL when fetching resources via ResourceFetcherjochen@chromium.org2012-02-021-1/+3
* Add isolated filesystem context for directory (and file) drag-and-drop support.kinuko@chromium.org2012-02-027-0/+416
* Add per-tab XSSAuditorEnabled setting.mnaganov@chromium.org2012-02-011-1/+1
* Change PluginWindowHandle to AcceleratedWidget in ui/gfx/glpiman@chromium.org2012-02-014-86/+7
* Initialized file_util variable to NULL.asharif@chromium.org2012-01-311-2/+2
* Fix a valgrind warning. Initializing variables is recommended.abarth@chromium.org2012-01-311-1/+1
* Remove the use of WebSpeechInputControllerMock from test_shell.hans@chromium.org2012-01-315-34/+1