summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-093-6/+2
* Fix obsolete dependencies that create needless recompiling. jeanluc@chromium.org2011-03-091-9/+9
* Update V8 to version 3.2.0.2ricow@chromium.org2011-03-091-0/+3
* Make View frame source work for POST results.pfeldman@chromium.org2011-03-092-0/+10
* Virtualize file_util calls from FileSystemFileUtil::PerformCommonCheckAndPrep...dmikurube@google.com2011-03-082-63/+96
* Add runtime enabled command-line flag for data transfer itemsdcheng@chromium.org2011-03-081-0/+1
* wstring: use ASCII path for WebKit root directoryevan@chromium.org2011-03-081-1/+3
* Make FileSystemDirURLRequestJob test single-threaded in hopes of making it le...adamk@chromium.org2011-03-081-14/+7
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-1/+1
* Browser accessibility improvements so that screen readers can access moredmazzoni@chromium.org2011-03-082-9/+28
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-083-78/+51
* Revert 77296 - zea@chromium.org2011-03-083-51/+78
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-083-78/+51
* added missing equal signskaren@chromium.org2011-03-081-3/+3
* Revert Update V8 to version 3.2.0.1ricow@chromium.org2011-03-081-3/+0
* Update V8 to version 3.2.0.1ricow@chromium.org2011-03-081-0/+3
* Fixed the bug 75018: incorrect conditional jump in fileapi::FileSystemUsageCa...kinuko@chromium.org2011-03-081-1/+3
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-088-27/+110
* Reland r76840 with fix for webkit_gpu dependencies.apatrick@chromium.org2011-03-082-5/+1
* Pepper: Store file extensions and description on a per-mime-type basis.viettrungluu@chromium.org2011-03-083-6/+21
* Revive FileAPI's recursive CreateDirectory.kinuko@chromium.org2011-03-076-12/+21
* fixed file to remove duplicates and add expectationskaren@chromium.org2011-03-071-9/+6
* Check that a plugin path points to a file before rejecting the plugin because...sergeyu@chromium.org2011-03-071-1/+1
* Add command line switches and about:flag to enable FPS indicator and composit...nduca@chromium.org2011-03-072-0/+11
* Fix dbg-shlib build by removing dependency on webkit_glue from content\common.jam@chromium.org2011-03-071-4/+0
* Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityF...jam@chromium.org2011-03-073-22/+0
* Support event.clipboardData.types in layout tests.dcheng@chromium.org2011-03-072-0/+18
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-076-68/+43
* Revert 77108 - Revert 77101 - Definition for new API method in WebKit::WebFrame.thakis@chromium.org2011-03-072-0/+5
* Revert 77101 - Definition for new API method in WebKit::WebFrame.ukai@chromium.org2011-03-072-5/+0
* Definition for new API method in WebKit::WebFrame.thakis@chromium.org2011-03-072-0/+5
* Add 64-bit Windows tokens to the UA string. This parallels https://bugs.webk...pkasting@chromium.org2011-03-051-2/+21
* Update translations using strings from launchpad.net r141tony@chromium.org2011-03-052-0/+2
* New assets for PDF progress control. Added asset for drop shadow.gene@chromium.org2011-03-0413-0/+2
* Build WebKit Full Screen API. Support is disabled by default; enable with --e...ddorwin@chromium.org2011-03-043-4/+8
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-043-3/+3
* Get rid of the extension dependency in ResourceDispatcher by calling out to a...jam@chromium.org2011-03-045-2/+22
* Roll WebKit 80351:80364 and cleanup layout test expectations.tonyg@chromium.org2011-03-041-3/+0
* Clean up layout test expectations.tonyg@chromium.org2011-03-041-3/+1
* While enumerating plugins under the MozillaPlugins registry key, we should ig...ananta@chromium.org2011-03-041-1/+27
* Roll WebKit 80340:80351.tonyg@chromium.org2011-03-041-0/+2
* Switch to new libjingle branch.sergeyu@chromium.org2011-03-042-1/+10
* Removing suppressions for now rebaselined tests.antonm@chromium.org2011-03-041-5/+0
* Add createFileSystem method in MockWebFrame.ukai@chromium.org2011-03-042-0/+7
* Remove temporary layout test expectations after new baselines haveager@chromium.org2011-03-041-5/+0
* Take out the is_content_filtered bool that gets passed around betwen renderer...jam@chromium.org2011-03-043-21/+11
* Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit...kinuko@chromium.org2011-03-049-28/+1150
* Addressing review comments from brettw.ananta@chromium.org2011-03-041-6/+2
* Remove FileSystemQuotaManager classkinuko@chromium.org2011-03-0410-225/+130
* Pepper/Flapper: Add very basic clipboard support.viettrungluu@chromium.org2011-03-044-0/+129