summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-072-9/+11
* Remove the obsolete JRI bits from the NPAPI headersstuartmorgan@chromium.org2010-05-071-6/+1
* Switch over to non-deprecated methods.darin@chromium.org2010-05-072-5/+5
* Add new widget API to Pepper to replace the old theming API. The implementat...jam@chromium.org2010-05-073-38/+10
* Add resource loading and resource retrieval code for Mac.tkent@google.com2010-05-074-3/+148
* Remove/update a bunch of references to the Google-internal bug tracker.evan@chromium.org2010-05-071-1/+2
* Revert 46567 - Reimplement accessibility of web content by caching the entire zork@chromium.org2010-05-074-90/+387
* Add Chromium side implementation for WebFileSystem interface in WebKit.jianli@chromium.org2010-05-066-96/+220
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-18/+12
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-062-4/+4