blob: 447c0fc3ea9b1d9e9c078f59f6786e70a1024ed8 [file] [log] [blame]
jat@google.com134be542009-08-03 15:30:11 +00001This directory contains the source for the OOPHM plugin which resides in
2the browser to allow hosted mode debugging.
3
4Subdirectories:
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
22To build, see instructions in each directory.