summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory corruption issue (use of scoped_ptr instead of scoped_refptr), anddarin@chromium.org2010-05-133-6/+7
* Test that serializing a document with an iframe that was downloaded doesn't c...japhet@chromium.org2010-05-121-0/+14
* 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-122-0/+13
* 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
* 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-101-1/+2
* 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
* 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
* 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-071-4/+4
* Add new widget API to Pepper to replace the old theming API. The implementat...jam@chromium.org2010-05-073-38/+10
* 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-065-81/+210
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-062-4/+4
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-064-387/+90
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-056-92/+71
* Switch over to non-deprecated WebKit APIs and delete client methods that are nodarin@chromium.org2010-05-056-17/+12
* Add EGLImage as one media type different than regular uncompressed video buffer.scherkus@chromium.org2010-05-051-2/+5
* Move NPAPI to C99 typesstuartmorgan@chromium.org2010-05-051-15/+15
* Cleaning up after a webkit roll.michaeln@chromium.org2010-05-052-8/+6
* Mark some more release() calls with ignore_result.estade@chromium.org2010-05-042-11/+8
* Don't autofill a read-only password field.snej@chromium.org2010-05-044-10/+41
* When running on 10.6, switch to using the new popup API.avi@chromium.org2010-05-041-15/+56
* Site isolation metrics: Sniff the actual type of cross origin text/html japhet@chromium.org2010-05-044-0/+229
* Remove accidentally-committed test loggingstuartmorgan@chromium.org2010-05-041-1/+0
* Fix a crash when scrolling a fast-path QuickDraw pluginstuartmorgan@chromium.org2010-05-042-7/+22
* Update Webkit 58626:58719. Make use of new setting for disabling clipboard ac...inferno@chromium.org2010-05-042-0/+3
* When determining that two plugins are the same but of different versions, mak...jabdelmalek@google.com2010-05-031-1/+16
* The windowed flash plugin has a bug which occurs when the plugin enters fulls...ananta@chromium.org2010-04-302-1/+67
* Add a context parameter to callOnMainThread. The old form is going to bedarin@chromium.org2010-04-282-0/+5
* Clean up initial CA layer setup for Mac Pluginsstuartmorgan@chromium.org2010-04-282-10/+17
* Update code to point to new location of WebThemeEngine.hjabdelmalek@google.com2010-04-281-4/+4
* Merging SeekableBuffer and BufferQueue:sergeyu@chromium.org2010-04-271-2/+2
* Ground work for making appcaches work in workers.michaeln@chromium.org2010-04-262-2/+15
* POSIX: Make sure files in plugin directories are regular files.thestig@chromium.org2010-04-262-13/+25
* More case fixing following DOM serialization change.estade@chromium.org2010-04-221-6/+5
* Disable DomSerializerTests.SerializeHTMLDOMWithEntitiesInAttributeValue for nowjamesr@chromium.org2010-04-221-1/+2
* Update WebKit to r58033jamesr@chromium.org2010-04-221-16/+16
* Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.evan@chromium.org2010-04-211-6/+5
* Fix arm compile after turning on gcc warnings.tony@chromium.org2010-04-211-1/+1
* Fix DRT build on Windows.tony@chromium.org2010-04-211-3/+7