jat@google.com | 134be54 | 2009-08-03 15:30:11 +0000 | [diff] [blame] | 1 | This directory contains the source for the OOPHM plugin which resides in |
| 2 | the browser to allow hosted mode debugging. |
| 3 | |
| 4 | Subdirectories: |
| 5 | - common |
| 6 | Code that is shared between all platforms, and mostly deals with the wire |
| 7 | protocol and related tables. |
| 8 | |
| 9 | - ie |
| 10 | Plugin for 32-bit Internet Explorer |
| 11 | |
| 12 | - npapi |
| 13 | Obsolete NPAPI plugin for Firefox |
| 14 | |
| 15 | - webkit |
| 16 | plugin for WebKit-based browsers that support its extension mechanism |
| 17 | (ie, no Safari/Windows support) |
| 18 | |
| 19 | - xpcom |
| 20 | XPCOM-based Firefox plugin |
| 21 | |
| 22 | To build, see instructions in each directory. |