summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Set the correct volume when media is loaded.scherkus@chromium.org2010-05-181-0/+3
* Roll Webkit from 59644:59656atwilson@chromium.org2010-05-181-2/+0
* WebKit roll r59636:59644atwilson@chromium.org2010-05-181-0/+1
* Pull latest ppapi for initial testing support, implement checks so the tests ...brettw@chromium.org2010-05-184-6/+13
* Revert r47448 and pull in r38 of ppapi, which contains the fixdarin@chromium.org2010-05-176-44/+380
* Revert r47444 due to Linux 64-bit compile bustage.darin@chromium.org2010-05-176-380/+44
* Add some initial PP_Var <-> NPObject bindings.darin@chromium.org2010-05-176-44/+380
* Glue for sending/receiving cacheable metadata.tonyg@chromium.org2010-05-174-0/+25
* Re-enable layout test for web storage quota.satish@chromium.org2010-05-171-1/+0
* Pull WebKit.gyp:DumpRenderTree into webkit.gyp so it gets builttony@chromium.org2010-05-171-0/+7
* cleaner grd files: use os.find('bsd') instead of listing all the versionpvalchev@google.com2010-05-141-1/+1
* Compile fix for CL: Form AutoFill Phone number should be displayed as xxx-xxx...dhollowa@chromium.org2010-05-141-2/+4
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-143-9/+24
* Implement new painting API in Chrome. This also makes some minor tweaks and i...brettw@chromium.org2010-05-146-93/+340
* WebKit roll 59477:59478yurys@chromium.org2010-05-141-4/+0
* Temporarily disable a failing layout test that needs to be rebaselined upstream.jorlow@chromium.org2010-05-141-0/+4
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-1/+7
* fixed concatenation of DevTools.js to support large number of source JS files.mnaganov@chromium.org2010-05-142-16/+36
* Land patch for WangXianzhu. See http://codereview.chromium.org/1556005/show f...jnd@chromium.org2010-05-141-5/+18
* Copy textAreaResizeCorner.png to SHARED_INTERMEDIATE_DIR.tkent@google.com2010-05-141-0/+6
* Added support for HTML5 progress element. tkent@chromium.org2010-05-146-15/+83
* Add support for registering new-style pepper plugins on the command line.darin@chromium.org2010-05-142-22/+29
* Remove webkit_support_in_chromium.gyp and use webkit_support.gyptony@chromium.org2010-05-144-37/+10
* Clean up the last bits of the dirfd parameter that was used bydumi@chromium.org2010-05-142-17/+0
* Do right-alignment of popups when WebKit indicates to do so.avi@chromium.org2010-05-133-6/+28
* Define two new IPC messages to initialize an appcache for a shared worker or ...michaeln@chromium.org2010-05-132-2/+22
* Fix a memory corruption issue (use of scoped_ptr instead of scoped_refptr), anddarin@chromium.org2010-05-133-6/+7
* Initialize the singleton CommandLine instance with fixed values.tkent@google.com2010-05-131-0/+13
* Test that serializing a document with an iframe that was downloaded doesn't c...japhet@chromium.org2010-05-123-0/+22
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-121-10/+9
* Clean up old method signature of WebViewClient::createView.rafaelw@chromium.org2010-05-122-9/+0
* Pass quota parameter to WebStorageNamespace::createSessionStorageNamespace().satish@chromium.org2010-05-124-5/+10
* Make it possible to build DRT in a chromium checkout.tony@chromium.org2010-05-125-15/+36
* Implement a version of WebPlugin for Pepper to bypass the current NPAPIbrettw@chromium.org2010-05-125-248/+201
* Remove the dirfd parameter from all Chromium code. The POSIX VFSdumi@chromium.org2010-05-129-42/+27
* Update NULL rect handling. I updated the API but forgot to change the Chromebrettw@chromium.org2010-05-111-3/+2
* Linux: Blacklist the gecko-mediaplayer plugin. It sometimes hangs/crashes the...thestig@chromium.org2010-05-111-3/+22
* Pull latest ppapi, update rect usage.brettw@chromium.org2010-05-112-10/+8
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-114-387/+90
* FTP: fix navigating to files listed under non-ASCII charactersphajdan.jr@chromium.org2010-05-113-56/+53
* Apply recent changes of test_shell to webkit_support.tkent@google.com2010-05-117-14/+104
* Linux: fix compilation error with gcc 4.5.craig.schlenter@chromium.org2010-05-112-3/+3
* Revert 46876 - Pull latest ppapi, update rect usage.willchan@chromium.org2010-05-112-8/+10
* Pull latest ppapi, update rect usage.brettw@chromium.org2010-05-102-10/+8
* Cleanup: Add a bunch of missing includes.thestig@chromium.org2010-05-102-2/+4
* Revert 46842 - Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-104-90/+387
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-104-387/+90
* Stub implementation for allowDatabase callback for workers.jochen@chromium.org2010-05-101-0/+7
* Remove a dependency on upstream WebKit. webkit/glue doesn'ttony@chromium.org2010-05-101-1/+2
* Partially implement the new pepper API in Chrome. This is not actually hookedbrettw@chromium.org2010-05-0720-0/+1736