commit | 6327c8deffbbe6317bb2d61533f52ba9c856b9df | [log] [tgz] |
---|---|---|
author | conroy@google.com <conroy@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Feb 15 18:02:10 2011 +0000 |
committer | conroy@google.com <conroy@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Feb 15 18:02:10 2011 +0000 |
tree | 6e2ec389ace5a90a0ba910ffee510b96b742a571 | |
parent | 04254f2adc4aafd2286455c4fbe33c6d0356048f [diff] |
Change the DevModeOptions page to use the xs linker due to recent Chrome extension permissions changes Review at http://gwt-code-reviews.appspot.com/1356803 git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9738 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml b/plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml index 32a4aa4..a673eaf 100644 --- a/plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml +++ b/plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml
@@ -9,6 +9,7 @@ <!-- TARGETING WEBKIT ONLY --> <set-property name='user.agent' value='safari' /> + <add-linker name="xs" /> <!-- Specify the paths for translatable code --> <source path='client'/>
diff --git a/plugins/npapi/prebuilt/gwt-dev-plugin.crx b/plugins/npapi/prebuilt/gwt-dev-plugin.crx index 27bd251..df6272c 100644 --- a/plugins/npapi/prebuilt/gwt-dev-plugin.crx +++ b/plugins/npapi/prebuilt/gwt-dev-plugin.crx Binary files differ
diff --git a/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json b/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json index 4c7210d..aa48e46 100644 --- a/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json +++ b/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json
@@ -1,6 +1,6 @@ { "name": "GWT Developer Plugin", - "version": "1.0.9646", + "version": "1.0.9737", "description": "A plugin to enable debugging with GWT's Development Mode", "update_url": "https://dl-ssl.google.com/gwt/plugins/chrome/updates.xml", "icons": {