| Commit message (Expand) | Author | Age | Files | Lines |
* | Set up a interposing library for Carbon calls made by plugins. | stuartmorgan@google.com | 2009-08-07 | 3 | -75/+114 |
* | linux: fix windowless Flash when scrolling | piman@chromium.org | 2009-08-07 | 1 | -1/+8 |
* | Skip STR resources in Mac plugins that we can't convert to CFStrings | stuartmorgan@google.com | 2009-08-04 | 1 | -0/+2 |
* | Don't call NPP_SetWindow during the painting of windowless plugins. | dglazkov@chromium.org | 2009-08-04 | 2 | -19/+35 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-08-04 | 5 | -10/+103 |
* | linux: don't call NPP_SetWindow if the width/height is <= 0 | piman@chromium.org | 2009-07-31 | 1 | -0/+9 |
* | Reverting 22041 as it caused plugin crashes in reliability test runs. | ananta@chromium.org | 2009-07-30 | 5 | -96/+9 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-07-30 | 5 | -9/+96 |
* | linux: also look in ~/.mozilla/plugins for plugins | evan@chromium.org | 2009-07-29 | 1 | -1/+7 |
* | Update the Mac plugin dummy window code for the new coordinate system. | stuartmorgan@google.com | 2009-07-29 | 2 | -122/+210 |
* | linux: unload plugin libraries after extracting mime types | evan@chromium.org | 2009-07-29 | 1 | -0/+2 |
* | linux plugins: assume UTF-8 for plugin name/description | evan@chromium.org | 2009-07-28 | 1 | -2/+5 |
* | Fix partial plugin invalidate repainting on Mac. | stuartmorgan@google.com | 2009-07-27 | 1 | -13/+14 |
* | Revert r21548 and r21559 due to crash spike. | huanr@chromium.org | 2009-07-25 | 5 | -96/+9 |
* | Refactor blits to be more cross-platform. | piman@chromium.org | 2009-07-24 | 1 | -15/+11 |
* | Fixes a test_shell crash caused by attempting to cancel the plugin stream req... | ananta@chromium.org | 2009-07-24 | 1 | -1/+1 |
* | The IPCs for carrying data requested by plugins have been changed from synchr... | ananta@chromium.org | 2009-07-24 | 5 | -9/+96 |
* | Skip over Mozilla .xpt files when loading plugins on Linux. | craig.schlenter@chromium.org | 2009-07-24 | 1 | -1/+3 |
* | None of these files need to include config.h any longer...so remove it. | jorlow@chromium.org | 2009-07-23 | 14 | -28/+2 |
* | linux: add windowless plugin plumbing | piman@google.com | 2009-07-22 | 2 | -8/+10 |
* | Fix a crash in plugin handling. The code was destroying the passed-in cairo_t, | brettw@chromium.org | 2009-07-17 | 1 | -1/+0 |
* | Reverting 20516 by re-landing this previous patch. | brettw@chromium.org | 2009-07-17 | 1 | -10/+10 |
* | linux: obey standard system paths for plugins | evan@chromium.org | 2009-07-17 | 1 | -3/+20 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-15 | 1 | -0/+1 |
* | Reverting 20683. | jorlow@chromium.org | 2009-07-14 | 1 | -1/+0 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-14 | 1 | -0/+1 |
* | Add a temporary flag to enable plugins on the Mac and Linux while | amanda@chromium.org | 2009-07-13 | 1 | -5/+2 |
* | Remove the carbon event dispatcher from the main thread of the plugin process | amanda@chromium.org | 2009-07-13 | 2 | -7/+31 |
* | Revert previous clipping rect change for Cairo to see if it fixes the build. | brettw@chromium.org | 2009-07-13 | 1 | -10/+10 |
* | Keep the cairo clipping region in sync with the Skia one. | brettw@chromium.org | 2009-07-13 | 1 | -10/+10 |
* | Wire up windowless plugins. Mostly Mac related, some cross | amanda@chromium.org | 2009-07-11 | 3 | -167/+236 |
* | GtkPluginContainerManager::UnrealizeCallback should be void. | craig.schlenter@chromium.org | 2009-07-09 | 2 | -3/+3 |
* | Start using WebCursorInfo from the WebKit API. WebCursorInfo is a | darin@google.com | 2009-07-08 | 4 | -10/+14 |
* | Load extension plugins before looking for plugins in other places, e.g. | abarth@chromium.org | 2009-07-08 | 1 | -5/+5 |
* | Fix NPAPIIncognitoTester.PrivateEnabled | jam@chromium.org | 2009-07-07 | 1 | -3/+0 |
* | Disable NPAPIIncognitoTester.PrivateEnabled test because it's flaky. | jhawkins@chromium.org | 2009-07-07 | 1 | -0/+3 |
* | Relanding r20046. | jhawkins@chromium.org | 2009-07-07 | 1 | -1/+1 |
* | Revert r20046. | jhawkins@chromium.org | 2009-07-07 | 1 | -1/+1 |
* | Fix a typo. | jhawkins@chromium.org | 2009-07-07 | 1 | -1/+1 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 4 | -21/+193 |
* | Revert "linux: OOP windowed plugins" | evan@chromium.org | 2009-07-06 | 3 | -191/+0 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-06 | 3 | -0/+191 |
* | linux: only create browser-side plugin container after plugin requests it | evan@chromium.org | 2009-06-30 | 1 | -6/+4 |
* | Reverting 19560. This caused a bunch of plugin-related unittest failures on W... | glen@chromium.org | 2009-06-30 | 1 | -4/+6 |
* | linux: only create browser-side plugin container after plugin requests it | evan@chromium.org | 2009-06-29 | 1 | -6/+4 |
* | linux: cleanup browser-side GtkSockets when plugins are destroyed | evan@chromium.org | 2009-06-28 | 1 | -5/+7 |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 6 | -63/+28 |
* | So many reverts, I double-reverted. This is the triple-revert. | evan@chromium.org | 2009-06-26 | 1 | -4/+3 |
* | Revert all of my patches from today. | evan@chromium.org | 2009-06-26 | 7 | -31/+67 |
* | mac: retry build fix. | evan@chromium.org | 2009-06-26 | 1 | -4/+3 |