Revision: 6940
Author: [email protected]
Date: Mon Nov 16 17:17:36 2009
Log: MissingPlugin tweaks via svn merge -c6937 --ignore-ancestry
http://google-web-toolkit.googlecode.com/svn/trunk/ .
http://code.google.com/p/google-web-toolkit/source/detail?r=6940
Modified:
/releases/2.0/branch-info.txt
/releases/2.0/plugins/MissingPlugin/src/com/google/gwt/missingplugin/client/MissingPluginPane.ui.xml
/releases/2.0/plugins/MissingPlugin/war/MissingPlugin.html
=======================================
--- /releases/2.0/branch-info.txt Mon Nov 16 16:00:09 2009
+++ /releases/2.0/branch-info.txt Mon Nov 16 17:17:36 2009
@@ -710,3 +710,8 @@
Fix JSONObject with Chrome DevMode.
svn merge --ignore-ancestry -c6935 \
https://google-web-toolkit.googlecode.com/svn/trunk/ .
+
+tr...@6937 was merged into this branch
+ Minor tweaks to MissingPlugin. Updates IE download plugin. Style tweaks.
+ svn merge -c6937 --ignore-ancestry
http://google-web-toolkit.googlecode.com/svn/trunk/ .
+
=======================================
---
/releases/2.0/plugins/MissingPlugin/src/com/google/gwt/missingplugin/client/MissingPluginPane.ui.xml
Fri Nov 13 12:34:04 2009
+++
/releases/2.0/plugins/MissingPlugin/src/com/google/gwt/missingplugin/client/MissingPluginPane.ui.xml
Mon Nov 16 17:17:36 2009
@@ -16,44 +16,42 @@
<ui:style>
.pane {
- background-image: initial;
- background-attachment: initial;
- background-origin: initial;
- background-clip: initial;
- background-color: #ffff88;
- padding-top: 5px;
- padding-right: 10px;
- padding-bottom: 20px;
- padding-left: 10px;
- z-index: 10000;
- font-size: 9pt;
- font-family: Verdana;
- border-bottom-width: 2px;
- border-bottom-style: solid;
- border-bottom-color: rgb(221, 221, 153);
- \-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 3px 5px;
- \-moz-box-shadow: rgba(0, 0, 0, 0.199219) 0px 3px 5px;
- background-position: initial initial;
- background-repeat: initial initial;
+ background-image: initial;
+ background-attachment: initial;
+ background-origin: initial;
+ background-clip: initial;
+ background-color: #ffff88;
+ padding-top: 5px;
+ padding-right: 10px;
+ padding-bottom: 20px;
+ padding-left: 10px;
+ z-index: 10000;
+ font-size: 9pt;
+ font-family: Verdana;
+ border-bottom-width: 2px;
+ border-bottom-style: solid;
+ border-bottom-color: rgb(221, 221, 153);
+ background-position: initial initial;
+ background-repeat: initial initial;
}
.title {
- font-size: 11pt;
- font-family: Verdana;
- padding-top: 10px;
- font-weight: bold;
+ font-size: 11pt;
+ font-family: Verdana;
+ padding-top: 10px;
+ font-weight: bold;
}
.text {
- font-size: 9pt;
- font-family: Verdana;
- padding-top: 10px;
+ font-size: 9pt;
+ font-family: Verdana;
+ padding-top: 10px;
}
.license {
- padding-top: 2em;
- font-family: Verdana;
- font-size: 9pt;
+ padding-top: 2em;
+ font-family: Verdana;
+ font-size: 9pt;
}
</ui:style>
@@ -66,9 +64,7 @@
<m:AllDownloadsPane ui:field="allDownloadsPane" visible="false" />
<div class="{style.text}">
- For more information, see the
- <a ui:field="troubleshootingLink"
style="color:#000;">Troubleshooting FAQ</a>
- .
+ For help or troubleshooting, ask questions in the <a
ui:field="troubleshootingLink" style="color:#000;">Google Web Toolkit
Developer Forum</a>.
</div>
<div class="{style.license}">
All plugins are licensed under the <a
@@ -81,4 +77,3 @@
</g:HTMLPanel>
</ui:UiBinder>
-
=======================================
--- /releases/2.0/plugins/MissingPlugin/war/MissingPlugin.html Mon Nov 16
15:49:37 2009
+++ /releases/2.0/plugins/MissingPlugin/war/MissingPlugin.html Mon Nov 16
17:17:36 2009
@@ -18,7 +18,7 @@
</style>
<script>
- var troubleshootingUrl
= "http://code.google.com/webtoolkit/doc/1.6/FAQ_Troubleshooting.html";
+ var troubleshootingUrl
= "http://groups.google.com/group/google-web-toolkit";
// The missing plugin module expects downloadInfo.inferredDownloadId
to contain the key to use
// in allDownloads field.
@@ -101,7 +101,7 @@
"ie" :
{
"caption" : "Download the GWT Developer Plugin<br>For Internet
Explorer",
- "url" :
"https://dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-ec63-4c7d-99bf-75adb345e7e5%7D%%26lang%3Den%26appname%3DGWT%2520Developer%2520Plugin%2520for%2520IE%26needsadmin%3Dfalse/gwt/plugins/ie/GwtDevPluginSetup.exe",
+ "url" :
"https://dl-ssl.google.com/gwt/plugins/ie/gwt-dev-plugin.exe",
"platforms" : "Win x86",
"supported" : true
},
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors