| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Try a new approach to fixing IAT unpatch crashes when the DLL is gone. | deanm@chromium.org | 2009-02-26 | 2 | -9/+3 |
* | We allow Flash to popup windows in response to user gesture messages like WM_... | ananta@chromium.org | 2009-02-24 | 1 | -2/+9 |
* | Add NPAPI plugins contained in extensions to the PluginList. | mpcomplete@google.com | 2009-02-21 | 2 | -4/+26 |
* | Display windowless plugins on Linux as windowed. | deanm@chromium.org | 2009-02-20 | 1 | -0/+7 |
* | Include what you use in plugin_list_mac.mm. | mark@chromium.org | 2009-02-18 | 1 | -0/+2 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | Revert my SetWindow(NULL) change in r9653. | deanm@chromium.org | 2009-02-17 | 2 | -5/+16 |
* | Match the Windows plugin moving/sizing behavior on Linux. | deanm@chromium.org | 2009-02-15 | 3 | -18/+28 |
* | Change mime type utils to operate on platform-specific string types for filen... | estade@chromium.org | 2009-02-14 | 1 | -1/+6 |
* | Lots of small nits to help to split off webkit.dll. | maruel@chromium.org | 2009-02-12 | 4 | -31/+15 |
* | Match Firefox by not calling SetWindow(NULL) on plugin destruction. | deanm@chromium.org | 2009-02-12 | 3 | -25/+13 |
* | Add an #if around user_gesture_msg_factory_ to unbreak the Linux | amanda@chromium.org | 2009-02-11 | 1 | -0/+2 |
* | Forgot webplugin_delegate_impl_mac.cc in r9558 | amanda@chromium.org | 2009-02-11 | 1 | -0/+457 |
* | Checkpoint of plugin support code for Mac. Does not work yet; being checked | amanda@chromium.org | 2009-02-11 | 2 | -26/+56 |
* | This changes the approach for our webkit widget area, from using a custom Gtk... | deanm@chromium.org | 2009-02-09 | 1 | -4/+57 |
* | Add logging to NP_Initialize and CP_Initialize to try to figure out why gears | mpcomplete@google.com | 2009-02-06 | 1 | -0/+4 |
* | The final bits needed so we can navigate away from Flash pages without crashi... | evan@chromium.org | 2009-02-05 | 2 | -39/+28 |
* | Disable the WanWang protocol handler plugin (npww.dll) as it crashes during s... | ananta@chromium.org | 2009-02-05 | 1 | -0/+8 |
* | Get windowed plugins (Flash) limping along on Linux. | evan@chromium.org | 2009-02-04 | 3 | -6/+643 |
* | This CL adds macro used to track the creation and destruction | jcampan@chromium.org | 2009-02-04 | 1 | -0/+5 |
* | Reverting 9109. | ojan@google.com | 2009-02-03 | 1 | -5/+0 |
* | This CL adds macro used to track the creation and destruction | jcampan@chromium.org | 2009-02-03 | 1 | -0/+5 |
* | Move proxy resolve requests out of plugin/renderer process, and into the brow... | ericroman@google.com | 2009-01-31 | 1 | -50/+2 |
* | Rearrange plugin entry points code to abstract out Linux. | evan@chromium.org | 2009-01-30 | 6 | -72/+87 |
* | Maintain a local/global stack for the global WebPluginDelegateImpl instance p... | ananta@chromium.org | 2009-01-29 | 1 | -6/+17 |
* | Fix regression from my previous plugin change where internal plugins didn't g... | jam@chromium.org | 2009-01-29 | 2 | -11/+8 |
* | Make adding internal plugins easier (and allow it to be dynamic). This code ... | jam@chromium.org | 2009-01-29 | 8 | -235/+219 |
* | Remove the ctor since it's in the shared file. | thomasvl@chromium.org | 2009-01-28 | 1 | -4/+0 |
* | Add support for UA spoofing, and spoof Safari's UA string when loading URLs | darin@chromium.org | 2009-01-27 | 1 | -1/+1 |
* | Attempt to fix a IAT unpatch crash. | deanm@chromium.org | 2009-01-24 | 2 | -58/+58 |
* | Load plugin metadata (mime types, etc.) on Linux. | evan@chromium.org | 2009-01-24 | 2 | -28/+63 |
* | Install the npapi_test_plugin in the same way we did the layout_test one. | evan@chromium.org | 2009-01-23 | 1 | -1/+3 |
* | Linux plugin loader loads and unloads .so files. | evan@chromium.org | 2009-01-23 | 1 | -5/+45 |
* | Do the SCons hackery necessary to get the test plugin in the right directory. | evan@chromium.org | 2009-01-23 | 1 | -3/+8 |
* | Mac default plugin. | avi@chromium.org | 2009-01-22 | 4 | -82/+108 |
* | Build some basic plugin code on Linux. | evan@chromium.org | 2009-01-22 | 4 | -8/+101 |
* | More speedup of scrolling when many windowed plugins in a page. Scrolling is... | jam@chromium.org | 2009-01-22 | 2 | -1/+36 |
* | Some cleanup to the PluginList Singleton. | deanm@chromium.org | 2009-01-21 | 2 | -31/+35 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+1 |
* | Take out static objects from plugin_lib_win.cc. | jam@chromium.org | 2009-01-21 | 1 | -14/+22 |
* | A little bit more cleanup: no need to have both InternalPluginInfo & PluginVe... | jam@chromium.org | 2009-01-20 | 1 | -56/+51 |
* | Clean up how the default plugin is loaded so that InternalPluginInfo & Plugin... | jam@chromium.org | 2009-01-20 | 6 | -102/+97 |
* | Improve scrolling performance when there are many windowed plugins in a page. | jam@chromium.org | 2009-01-16 | 3 | -86/+29 |
* | Changes to make it possible to statically link Gears. This is disabled by an | mpcomplete@google.com | 2009-01-16 | 3 | -1/+34 |
* | Restoring a line that got lost in a despacing | avi@google.com | 2009-01-16 | 1 | -0/+1 |
* | Spaces at end of lines begone! | avi@google.com | 2009-01-16 | 23 | -133/+132 |
* | Block Adobe Reader from issuing NPN_GetURL/NPN_GetURLRequests for URL schemes... | ananta@chromium.org | 2009-01-16 | 2 | -0/+2 |
* | New implementations of core plugin libraries. | avi@google.com | 2009-01-15 | 15 | -559/+1148 |
* | Fix plugin_tests failure | jam@chromium.org | 2009-01-14 | 1 | -1/+1 |
* | Fix the regression where Gears didn't load. | jam@chromium.org | 2009-01-13 | 1 | -7/+5 |