Reviewers: jat, fabiomfv, knorton,

Description:
Change the DevModeOptions page to use the xs linker due to recent Chrome
extension permissions changes


Please review this at http://gwt-code-reviews.appspot.com/1356803/show

Affected files:
M plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml
  M plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json


Index: plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml
===================================================================
--- plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml (revision 9720) +++ plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml (working copy)
@@ -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'/>
Index: plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json
===================================================================
--- plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json (revision 9720)
+++ plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json (working copy)
@@ -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": {


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to