| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement a version of WebPlugin for Pepper to bypass the current NPAPI | brettw@chromium.org | 2010-05-12 | 4 | -246/+199 |
* | Update NULL rect handling. I updated the API but forgot to change the Chrome | brettw@chromium.org | 2010-05-11 | 1 | -3/+2 |
* | Linux: Blacklist the gecko-mediaplayer plugin. It sometimes hangs/crashes the... | thestig@chromium.org | 2010-05-11 | 1 | -3/+22 |
* | Pull latest ppapi, update rect usage. | brettw@chromium.org | 2010-05-11 | 2 | -10/+8 |
* | Linux: fix compilation error with gcc 4.5. | craig.schlenter@chromium.org | 2010-05-11 | 2 | -3/+3 |
* | Revert 46876 - Pull latest ppapi, update rect usage. | willchan@chromium.org | 2010-05-11 | 2 | -8/+10 |
* | Pull latest ppapi, update rect usage. | brettw@chromium.org | 2010-05-10 | 2 | -10/+8 |
* | Cleanup: Add a bunch of missing includes. | thestig@chromium.org | 2010-05-10 | 1 | -1/+2 |
* | Partially implement the new pepper API in Chrome. This is not actually hooked | brettw@chromium.org | 2010-05-07 | 19 | -0/+1718 |
* | Remove the obsolete JRI bits from the NPAPI headers | stuartmorgan@chromium.org | 2010-05-07 | 1 | -6/+1 |
* | Add new widget API to Pepper to replace the old theming API. The implementat... | jam@chromium.org | 2010-05-07 | 3 | -38/+10 |
* | Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 | evan@chromium.org | 2010-05-06 | 2 | -4/+4 |
* | Update Mac plugins for SetFocus changes, and remove old workaround messages | stuartmorgan@chromium.org | 2010-05-05 | 6 | -92/+71 |
* | Switch over to non-deprecated WebKit APIs and delete client methods that are no | darin@chromium.org | 2010-05-05 | 1 | -1/+1 |
* | Move NPAPI to C99 types | stuartmorgan@chromium.org | 2010-05-05 | 1 | -15/+15 |
* | Remove accidentally-committed test logging | stuartmorgan@chromium.org | 2010-05-04 | 1 | -1/+0 |
* | Fix a crash when scrolling a fast-path QuickDraw plugin | stuartmorgan@chromium.org | 2010-05-04 | 2 | -7/+22 |
* | When determining that two plugins are the same but of different versions, mak... | jabdelmalek@google.com | 2010-05-03 | 1 | -1/+16 |
* | The windowed flash plugin has a bug which occurs when the plugin enters fulls... | ananta@chromium.org | 2010-04-30 | 2 | -1/+67 |
* | Clean up initial CA layer setup for Mac Plugins | stuartmorgan@chromium.org | 2010-04-28 | 2 | -10/+17 |
* | POSIX: Make sure files in plugin directories are regular files. | thestig@chromium.org | 2010-04-26 | 2 | -13/+25 |
* | Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir. | evan@chromium.org | 2010-04-21 | 1 | -6/+5 |
* | Enable -Werror on Linux and Win for src/webkit/ | tony@chromium.org | 2010-04-21 | 2 | -3/+3 |
* | Don't load the old Java Deployment plugin if a newer one (with a different na... | jabdelmalek@google.com | 2010-04-20 | 1 | -3/+20 |
* | New experimental Pepper device API. | apatrick@chromium.org | 2010-04-16 | 2 | -12/+133 |
* | Reorganize the Mac plugin host code | stuartmorgan@chromium.org | 2010-04-16 | 2 | -336/+372 |
* | Move third_pary/mozilla/include up one directory. | evan@chromium.org | 2010-04-15 | 1 | -3/+0 |
* | Remove the last remnants of windowless_needs_set_window_ from Linux plugins | stuartmorgan@chromium.org | 2010-04-15 | 4 | -46/+15 |
* | Made Pepper 3D plugins' output opaque on Mac OS X by filling the | kbr@google.com | 2010-04-15 | 2 | -3/+4 |
* | Fix offscren invalidation in windowless plugins | stuartmorgan@chromium.org | 2010-04-14 | 1 | -0/+7 |
* | Fixed loss of rendered output on Mac OS X if Pepper 3D application uses | kbr@google.com | 2010-04-14 | 1 | -1/+1 |
* | Never unload plugins from the plugin process on the Mac | stuartmorgan@chromium.org | 2010-04-14 | 1 | -4/+3 |
* | Refactor FileVersionInfo into an interface with platform implementations. | tony@chromium.org | 2010-04-14 | 1 | -3/+6 |
* | Send real clipping information to Mac plugins | stuartmorgan@chromium.org | 2010-04-13 | 1 | -23/+13 |
* | Move details of QuickDraw plugin drawing into a helper class | stuartmorgan@chromium.org | 2010-04-12 | 4 | -148/+261 |
* | Compute local Mac plugin coordinates from scratch | stuartmorgan@chromium.org | 2010-04-12 | 1 | -45/+30 |
* | Bypass plugin installer if the plugin has been disabled | cpu@chromium.org | 2010-04-10 | 2 | -0/+25 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 1 | -2/+1 |
* | Improve handling of plugin context menus on Leopard. | stuartmorgan@chromium.org | 2010-04-08 | 1 | -2/+3 |
* | Fix browser crash in isvalidcheck check on urls with no path e.g. about:blank | inferno@chromium.org | 2010-04-08 | 1 | -0/+2 |
* | Fix problems with unloading/reloading/updating extensions that contain NPAPI | mpcomplete@chromium.org | 2010-04-06 | 2 | -7/+14 |
* | Remove VLC from the Mac plugin blacklist now that it's not crashing | stuartmorgan@chromium.org | 2010-04-06 | 1 | -4/+0 |
* | On sites like hulu.com while playing a video the cursor would not disappear i... | ananta@chromium.org | 2010-04-06 | 1 | -2/+7 |
* | Enforce valid Mac plugin event and drawing model pairings | stuartmorgan@chromium.org | 2010-04-06 | 5 | -7/+17 |
* | Fix DivX crash on the Mac | stuartmorgan@chromium.org | 2010-04-05 | 2 | -9/+10 |
* | Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ... | inferno@chromium.org | 2010-04-02 | 2 | -16/+33 |
* | Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ... | inferno@chromium.org | 2010-04-01 | 1 | -0/+18 |
* | Replace the NOTIMPLEMENTED() in NPN_ForceRedraw with a comment | stuartmorgan@chromium.org | 2010-04-01 | 1 | -14/+2 |
* | Consume Char events in Mac plugins | stuartmorgan@chromium.org | 2010-04-01 | 1 | -1/+6 |
* | Move plugin-related files in webkit/glue to webkit/glue/plugins to make them | brettw@chromium.org | 2010-03-31 | 22 | -25/+2279 |