summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-092-27/+88
* Add myself to webkit/OWNERSjamesr@chromium.org2012-03-091-0/+1
* Add HandleInputEventAck message to allow out-of-process plugins to respond to...bbudge@chromium.org2012-03-092-12/+49
* Revert 125761 - Implement PPB_NetworkMonitor_Private Pepper interface.viettrungluu@chromium.org2012-03-098-205/+2
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-098-2/+205
* Make the lifetime delegate optional.fsamuel@chromium.org2012-03-092-2/+4
* Make webkit_glue depend on ui/gfx/glthakis@chromium.org2012-03-081-0/+1
* Add one-arg implementations of WebViewClient::createGraphicsContext3D()jamesr@chromium.org2012-03-082-0/+7
* BlobURLRequestJob::CountSize refactoring.kinuko@chromium.org2012-03-082-73/+89
* Merge CrossFileUtilHelper to FileUtilHelper as Copy() and Move().tzik@chromium.org2012-03-089-295/+285
* remove test expectationsukai@chromium.org2012-03-081-31/+0
* Relax strict quota limit checks when reading pre-existing DomStorage database...michaeln@google.com2012-03-083-23/+29
* Reverting log messages that weren't useful.oshima@chromium.org2012-03-071-6/+0
* Revert 125473 - skia: Change MakeOpaque() function to take a gfx::Rect parame...akalin@chromium.org2012-03-071-2/+2
* skia: Change MakeOpaque() function to take a gfx::Rect parameter.tfarina@chromium.org2012-03-071-2/+2
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-0713-48/+49
* Roll WebKit r110031:110053.senorblanco@chromium.org2012-03-071-4/+0
* Rename NaCl/pepper gamepad interface from _dev to stablescottmg@chromium.org2012-03-074-9/+9
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-075-150/+160
* Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.tedvessenes@gmail.com2012-03-071-1/+1
* Add 'recursive' flag to FileSystemFileUtil::CreateFileEnumerator.tzik@chromium.org2012-03-0711-20/+32
* Create window in a new BrowsingInstance when opening a link in a new process.creis@chromium.org2012-03-062-14/+0
* Inform webkit when PPAPI plugin contents are opaque.jbauman@chromium.org2012-03-065-6/+20
* Cleanup: rename some methods in BlobURLRequestJob for better readabilitykinuko@chromium.org2012-03-062-30/+30
* Coverity: Fix an uninitialized member variable.jhawkins@chromium.org2012-03-061-1/+4
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-03-062-4/+4
* Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.scherkus@chromium.org2012-03-063-5/+4
* Increasing plugin JIT spike cap and removing lifetime cap in response to user...jschuh@chromium.org2012-03-061-4/+1
* Revert two changesoshima@chromium.org2012-03-061-25/+0
* Refactor out foreground_help to fix BringBrowserWindowToFront on Windowsscottbyer@chromium.org2012-03-053-97/+3
* Fixed bug: we can now handle "a:b" as a file name.ericu@chromium.org2012-03-058-40/+179
* Match the method order in blob_url_request_job.cc with .hkinuko@chromium.org2012-03-052-227/+239
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-1/+2
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-053-0/+14
* Convert uses of int ms to TimeDelta in webkit/glue and webkit/tools.tedvessenes@gmail.com2012-03-053-4/+4
* Prepare for a change in contract to WebViewClient::createView.creis@chromium.org2012-03-052-0/+16
* Convert uses of int ms to TimeDelta in webkit/appcache and webkit/dom_storage.tedvessenes@gmail.com2012-03-032-5/+4
* Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0),...dmikurube@google.com2012-03-032-2/+2
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@google.com2012-03-032-2/+2
* Add FileUtileHelper and split out FileSystemFileUtil::Deletetzik@chromium.org2012-03-0310-100/+126
* Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-033-14/+0
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-033-0/+14
* Fix and re-enable IndexedDBBrowserTestWithLowQuota.QuotaTestdgrogan@chromium.org2012-03-021-0/+1
* ChromeOS: Add more logs to troubleshoot plugin issues in chromeos login screen.oshima@chromium.org2012-03-021-0/+25
* Change quota::QuotaClient::kAllClientsMask to be an enum.mnaganov@chromium.org2012-03-021-2/+1
* Use the new CreateSnapshotFile() in FileSystemURLRequest jobkinuko@chromium.org2012-03-022-7/+20
* Support for directory content creation through gdata layers.zelidrag@chromium.org2012-03-022-6/+28
* Use RelayFileTask instead of CopyOrMoveHelpertzik@chromium.org2012-03-021-34/+13
* Ensure blobs and associated temp/shareable files survive URLRequest uploads.michaeln@google.com2012-03-021-3/+8
* Fix SimpleFileSystem to register a Blob when performing the CreateSnapshotFil...michaeln@google.com2012-03-013-5/+67