From 5a7bdf208c28c210b39cff63d1cf91302b02821b Mon Sep 17 00:00:00 2001 From: "initial.commit@chromium.org" Date: Tue, 2 Nov 2010 02:14:31 +0000 Subject: Checking in the initial version of CEEE (Chrome Extensions Execution Environment), an optional feature of Chrome Frame that acts as an adapter layer for a subset of the Chrome Extension APIs. This enables extensions that stick to the supported subset of APIs to work in the context of Chrome Frame with minimal or sometimes no changes. See http://www.chromium.org/developers/design-documents/ceee for an overview of the design of CEEE. TEST=unit tests (run ceee/smoke_tests.bat as an administrator on Windows) BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64712 0039d316-1c4b-4281-b951-d872f2087c98 --- ceee/FILES | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ceee/FILES (limited to 'ceee/FILES') diff --git a/ceee/FILES b/ceee/FILES new file mode 100644 index 0000000..66936f3 --- /dev/null +++ b/ceee/FILES @@ -0,0 +1,3 @@ +servers\ceee_broker.exe +servers\ceee_ie.dll +servers\ceee_installer_helper.dll -- cgit v1.1