summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-021-4/+0
* Adding command line flag for enabling accelerated compositing.vangelis@chromium.org2010-06-022-0/+5
* Make webkit_glue not depend on default_plugin.thakis@chromium.org2010-06-022-25/+0
* Fix a bunch more type changes as part of the npapi.h mergingstuartmorgan@chromium.org2010-06-022-32/+34
* Adds --html5-parser flag to test_shell to test out the new HTML5 parsing codejamesr@chromium.org2010-06-012-1/+4
* DevTools: inspector settings are now serialized into map, not a stringpfeldman@chromium.org2010-06-012-3/+8
* Add dependency to default_plugin in a case of inside_chromium_build=0tkent@google.com2010-06-011-1/+1
* Revert r47599 because it breaks PDF viewing on windows.mal@chromium.org2010-05-292-23/+11
* Fix a regression which caused flash plugin installation to not work via the C...ananta@chromium.org2010-05-291-15/+20
* Add ppapi plugins to about:pluginsdarin@chromium.org2010-05-285-18/+21
* Add a "Copy" API to Pepper, so that plugins don't have to hardcode the platfo...jam@chromium.org2010-05-271-0/+2
* Part 2 of http://codereview.chromium.org/2079016thakis@chromium.org2010-05-272-3/+3
* Strip PDF from QuickTime's list of MIME types on the Macstuartmorgan@chromium.org2010-05-261-0/+7
* Remove some non-functional plugins from the Mac blacklist now that users can ...stuartmorgan@chromium.org2010-05-261-13/+4
* Revert 48315 - Linux: Initial scaffolding for default plugin.thakis@chromium.org2010-05-262-3/+3
* Linux: Initial scaffolding for default plugin.thakis@chromium.org2010-05-262-3/+3
* Get the internal plugin working on Mac.jabdelmalek@google.com2010-05-261-8/+0
* Chrome side of moving Pepper ReadImageData to the Testing interface.brettw@chromium.org2010-05-263-20/+20
* Remove references to feed preview, which was removed years ago.tony@chromium.org2010-05-262-19/+0
* Reporting a more accurate buffered time for the video taghclam@chromium.org2010-05-252-0/+15
* Chrome-side of tests for Pepper Device2D. This includes some bugfixes and min...brettw@chromium.org2010-05-254-41/+151
* Chromium side of supporting property enumeration, memory allocation, queryingdarin@chromium.org2010-05-246-20/+109
* Add a SetCursor API to Pepper. I'll implement custom cursors once we switche...jam@chromium.org2010-05-243-2/+13
* Update the Site Isolation UMA metrics.creis@chromium.org2010-05-232-35/+92
* Windows accessibility improvements: 1. All WebKit roles are now passed to thedmazzoni@chromium.org2010-05-212-61/+257
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-213-0/+5
* Add implementation of CreateObject.darin@chromium.org2010-05-211-4/+325
* Don't populate WebDropData with file URLs when dragging files.dcheng@chromium.org2010-05-211-1/+2
* Reland Mac: First steps for default pluginthakis@chromium.org2010-05-202-2/+2
* Chromium side changes for enabling VP8 and WebM support.scherkus@chromium.org2010-05-201-1/+20
* Add initial support for exceptions.darin@chromium.org2010-05-192-140/+211
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-192-2/+19
* Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default pluginthakis@chromium.org2010-05-192-2/+2
* Mac: First steps for default pluginthakis@chromium.org2010-05-192-2/+2
* Shrink the window used for the NPN_ConvertPoint teststuartmorgan@chromium.org2010-05-191-9/+19
* Improve failure logging for NPN_ConvertPoint teststuartmorgan@chromium.org2010-05-191-10/+35
* Update Chrome to use the new int64-typedefed module, instance, and resources ...brettw@chromium.org2010-05-198-27/+16
* linux: move plugin blacklist check earlierevan@chromium.org2010-05-191-7/+7
* - Draw glossy animation effect for determinate progress bartkent@chromium.org2010-05-192-12/+10
* Work around a multipart crash caused by sendingtony@chromium.org2010-05-192-11/+23
* Set the correct volume when media is loaded.scherkus@chromium.org2010-05-181-0/+3
* 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
* 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