summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0519-29/+29
* Pepper: Fix a pile of bugs in the implementation of the file chooser API.viettrungluu@chromium.org2011-02-044-28/+78
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-2/+2
* Revert accidental change to webplugin_delegate_impl_mac.mmsail@chromium.org2011-02-041-5/+4
* Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. darin@chromium.org2011-02-042-9/+35
* Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-02-031-4/+5
* Re-enable the test that I disabled last night.cevans@chromium.org2011-02-033-10/+17
* Activate / fix the NPAPI plugin test on Linux:cevans@chromium.org2011-02-022-1/+10
* Set the name of the PPAPI plugin properly when running out of process. Thisbrettw@chromium.org2011-02-023-7/+10
* Propagate the user gesture state. It is necessary to do correct pop-up blockingcevans@chromium.org2011-02-022-2/+5
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-022-11/+13
* Fix a typo I introduced (IceTea should be IcedTea) in my last commit here.cevans@chromium.org2011-02-011-3/+3
* Remove unused variable to fix the Clang build.brettw@chromium.org2011-02-011-2/+1
* Release all Object PP_Vars when an instance goes away. This prevents a crashbrettw@chromium.org2011-02-017-90/+226
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-318-2/+326
* Ensure that windowed NPAPI plugins get reparented to the plugin wrapper windo...ananta@chromium.org2011-01-291-0/+7
* Fix surface::swapbuffers to return correct valuespiman@google.com2011-01-282-5/+11
* Ensure the plugin backing store is always mapped, even when it's been swappedbrettw@chromium.org2011-01-281-2/+9
* Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxypiman@google.com2011-01-284-21/+205
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-282-0/+4
* PPAPI: move GLES2Implementation to PPAPI gluepiman@google.com2011-01-285-32/+79
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-272-0/+3
* Put some plug-ins behind an infobar, where they have:cevans@chromium.org2011-01-274-46/+73
* If a user chooses to open a PDF with Reader, ask them if they want to do so a...jam@chromium.org2011-01-271-1/+1
* Make Pepper resize the buffer through the command buffer.piman@google.com2011-01-262-12/+4
* Fixed grave bug in Plugin Loading code that lead to a crash with some plugins.pastarmovj@chromium.org2011-01-252-7/+21
* Allow multiple instances of the newer VLC plugins to load. The older versions...ananta@chromium.org2011-01-251-13/+22
* Avoid null-pointer dereference for PPAPI Instance BindGraphics.dmichael@google.com2011-01-251-0/+4
* Refactor the plugin lists handling code.pastarmovj@chromium.org2011-01-2414-439/+870
* When we detect a PDF with an unsupported feature, ask the user if they want t...jam@chromium.org2011-01-228-4/+36
* Comment out broken CHECK in ppapi/ppb_url_loader_impl.cc.polina@google.com2011-01-211-2/+3
* Update Mac plugin IME handling to match updated specstuartmorgan@chromium.org2011-01-214-27/+81
* PPAPI: Add context menu events.viettrungluu@chromium.org2011-01-211-1/+8
* When clearing plugin data at shutdown, wait for it to finish.bauerb@chromium.org2011-01-211-1/+9
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-26/+26
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-2111-91/+71
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-202-2/+2
* Dynamically check types of PPAPI IDspiman@google.com2011-01-201-11/+59
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-202-2/+3
* base/i18n: Add namespace i18n to CharIterator.tfarina@chromium.org2011-01-201-2/+2
* plugins: drop PluginVersionInfo for internal pluginsevan@chromium.org2011-01-193-85/+84
* Added automatic update for plugins based on watching file changes.pastarmovj@chromium.org2011-01-191-3/+3
* Regkey functions return error code instead of boolamit@chromium.org2011-01-192-7/+10
* Fix widget pepper interface crashing after r71544.jam@chromium.org2011-01-182-3/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-1734-133/+133
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-1560-528/+605
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-153-26/+30
* Reland r69146darin@chromium.org2011-01-142-19/+2
* Add some initial OWNERS files for src/webkit/.darin@chromium.org2011-01-143-0/+5
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-142-36/+71