Revision: 9739
Author: [email protected]
Date: Tue Feb 15 10:45:05 2011
Log: Scratch that, use the xsiframe linker per jat's suggestion

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9739

Modified:
/trunk/plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml
 /trunk/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json
 /trunk/plugins/npapi/prebuilt/gwt-dev-plugin.crx

=======================================
--- /trunk/plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml Tue Feb 15 10:02:10 2011 +++ /trunk/plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml Tue Feb 15 10:45:05 2011
@@ -9,7 +9,7 @@

   <!-- TARGETING WEBKIT ONLY -->
   <set-property name='user.agent' value='safari' />
-  <add-linker name="xs" />
+  <add-linker name="xsiframe" />

   <!-- Specify the paths for translatable code                    -->
   <source path='client'/>
=======================================
--- /trunk/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json Tue Feb 15 10:02:10 2011 +++ /trunk/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json Tue Feb 15 10:45:05 2011
@@ -1,6 +1,6 @@
 {
   "name": "GWT Developer Plugin",
-  "version": "1.0.9737",
+  "version": "1.0.9738",
"description": "A plugin to enable debugging with GWT's Development Mode",
   "update_url": "https://dl-ssl.google.com/gwt/plugins/chrome/updates.xml";,
   "icons": {
=======================================
--- /trunk/plugins/npapi/prebuilt/gwt-dev-plugin.crx Tue Feb 15 10:02:10 2011 +++ /trunk/plugins/npapi/prebuilt/gwt-dev-plugin.crx Tue Feb 15 10:45:05 2011
Binary file, no diff available.

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

Reply via email to