commit | ac11de620ac44ce0f0b94579507813d35993dc57 | [log] [tgz] |
---|---|---|
author | acleung@google.com <acleung@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Feb 15 19:41:23 2012 +0000 |
committer | acleung@google.com <acleung@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Feb 15 19:41:23 2012 +0000 |
tree | 03ebe0fb06db4673f7d81e943bc8e084e864552c | |
parent | e35da8d143c6def491e4bc67e422074faf45178d [diff] |
Fix Firefox 3.6 devmode plugin infinite install loop. Review at http://gwt-code-reviews.appspot.com/1642803 Review by: conroy@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10882 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/xpcom/install-template.rdf b/plugins/xpcom/install-template.rdf index c8c0af8..6be6622 100644 --- a/plugins/xpcom/install-template.rdf +++ b/plugins/xpcom/install-template.rdf
@@ -14,7 +14,13 @@ <em:minVersion>3.0</em:minVersion> <em:maxVersion>10.0.*</em:maxVersion> </Description> + + <!-- TODO: This seems to break Firefox 3.6. With this on, FF gets into a + infinity loop of requiring to restart. I suspect it is a bug + in that version that was fixed in later version. <em:strictCompatibility>true</em:strictCompatibility> + --> + </em:targetApplication> <!-- Front End MetaData -->
diff --git a/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi b/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi index 52e71ec..8d950d3 100644 --- a/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi +++ b/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi Binary files differ