| commit | bab5c0eae021a868468c6fa42ef0d9f5451106d9 | [log] [tgz] |
|---|---|---|
| author | codefu@google.com <codefu@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Jul 07 15:33:00 2011 +0000 |
| committer | codefu@google.com <codefu@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Jul 07 15:33:00 2011 +0000 |
| tree | f28cdbbfc2a2cba53ee2e560a222f7f7e87f7dd7 | |
| parent | 4d9497d6ba4fd8a778d1a394f543cb4f059ab8aa [diff] [blame] |
Updating npapi plugin to remove gwtId from Jso objects (idenity fix), adds a second map in LocalObjects. Review at http://gwt-code-reviews.appspot.com/1469803 git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10423 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/npapi/prebuilt/gwt-dev-plugin/background.html b/plugins/npapi/prebuilt/gwt-dev-plugin/background.html index fe60956..73f674d 100644 --- a/plugins/npapi/prebuilt/gwt-dev-plugin/background.html +++ b/plugins/npapi/prebuilt/gwt-dev-plugin/background.html
@@ -65,6 +65,9 @@ var icon = null; console.log("got permission " + permission + " for host " + host + '/ code ' + code); + var idObject = {}; + plugin.testJsIdentity( idObject, idObject ); + if (permission == 'include') { icon = enabledIcon; } else if (permission == 'exclude') {