summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cleanup: Updating FileSystemFileUtil commentskinuko@chromium.org2012-03-012-27/+19
* Pass DefaultDeviceScaleFactor to webkittdresser@chromium.org2012-03-012-0/+3
* Revise gamepad interfacescottmg@chromium.org2012-03-014-43/+39
* Webkit now disables CSS3 regions at runtime by default. This change allows re...matthewrobertson03@gmail.com2012-03-012-1/+5
* Check file permissions before doing filesystemoperations for external filesys...tbarzic@chromium.org2012-03-015-0/+27
* Integrate the new dom_storage backend into chromium DRT and test_shell.michaeln@google.com2012-03-0114-11/+330
* Turn the knobs on the JIT capjschuh@chromium.org2012-03-011-2/+2
* DCHECK sets a variable, instead of comparingmmaxfield@google.com2012-03-011-2/+2
* Modify DeletableFileReference to not necessarily delete after all. Renamed th...michaeln@google.com2012-02-2915-181/+206
* Revert "GTK: Remove calls that no longer exist and just call the base unref."erg@chromium.org2012-02-291-2/+2
* Add createSnapshotFile API for DumpRenderTreekinuko@chromium.org2012-02-292-0/+36
* roll skia to 3278reed@google.com2012-02-291-0/+4
* Don't infobar pdf viewer and google talk plugin.bauerb@chromium.org2012-02-291-7/+15
* Adds a printing proxy and example. This adds a printing example.brettw@chromium.org2012-02-291-5/+1
* Added entry removal support to remote file system operation.zelidrag@chromium.org2012-02-293-5/+19
* Implemented Clear() functionality in the clipboard. raymes@chromium.org2012-02-294-5/+13