Revision: 9738
Author: [email protected]
Date: Tue Feb 15 10:02:10 2011
Log: 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
http://code.google.com/p/google-web-toolkit/source/detail?r=9738
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 Nov 23 05:51:12 2010
+++
/trunk/plugins/npapi/DevModeOptions/src/com/google/gwt/devmodeoptions/DevModeOptions.gwt.xml
Tue Feb 15 10:02:10 2011
@@ -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'/>
=======================================
--- /trunk/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json Fri Jan 28
05:16:50 2011
+++ /trunk/plugins/npapi/prebuilt/gwt-dev-plugin/manifest.json Tue Feb 15
10:02:10 2011
@@ -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": {
=======================================
--- /trunk/plugins/npapi/prebuilt/gwt-dev-plugin.crx Fri Jan 28 05:16:50
2011
+++ /trunk/plugins/npapi/prebuilt/gwt-dev-plugin.crx Tue Feb 15 10:02:10
2011
Binary file, no diff available.
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors