Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
ANNOUNCE: GWT 1.4.62
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Joel Webber  
View profile  
 More options Mar 17 2008, 2:30 pm
From: "Joel Webber" <j...@google.com>
Date: Mon, 17 Mar 2008 14:30:59 -0400
Local: Mon, Mar 17 2008 2:30 pm
Subject: ANNOUNCE: GWT 1.4.62

All,

The GWT team has just released GWT 1.4.62. It includes fixes for the two
issues
known to specifically break the Firefox 3 beta, as well as a fix for a
Windows
hosted-mode crash bug. The specific patches are detailed below.

You will want to update to GWT 1.4.62 in order to ensure that your
applications
work properly on Firefox 3 when it is formally released. To update from GWT
1.4.61 to 1.4.62, follow the steps below for each GWT application you want
to
update:

1) Download GWT 1.4.62 for your platform at the link below and unpack
it to the directory of your choice (only needs to be performed once
per platform):

- http://google-web-toolkit.googlecode.com/files/gwt-windows-1.4.62.zip
- http://google-web-toolkit.googlecode.com/files/gwt-mac-1.4.62.tar.gz
- http://google-web-toolkit.googlecode.com/files/gwt-linux-1.4.62.tar.gz
- http://google-web-toolkit.googlecode.com/files/gwt-leopard-1.4.62.tar.gz

2) Update your GWT project build path to use the latest GWT JARs. This
includes gwt-user.jar, gwt-dev-<platform>.jar and gwt-servlet.jar if
your application uses GWT-RPC.

3) Update any run configurations or application compile and shell
scripts to include the latest JARs in the classpath (same JARs as
mentioned in step 2).

4) Run a GWT compilation over your project to generate the latest GWT
application files for your project.

5) Deploy the latest GWT application files to your web server.

For those of you who have experienced the bugs that GWT 1.4.62 aims to
fix, give the latest build a spin and let us know if you're still
experiencing any problems. Also, please reply back to this thread if
you experience any other difficulty updating to GWT 1.4.62 or
deploying your GWT application with the latest release.

The following patches are included in this release:

r1533:
Fixes issue 1702
insertListItem current created an option element with the wrong
owner document. This causes errors in FF3 preview builds.

r1871:
Fixes issue 1942
FF3 Beta 1 throws WRONG_DOCUMENT_ERROR in getBoxObjectFor if the
element is not attached to the DOM. This affects our implementation
of Tree when an element is selected programmatically on a tree that
is unattached. This change wraps the call to getBoxObjectFor in a
try/catch and returns 0 if a WRONG_DOCUMENT_ERROR occurs, which
emulates what getBoxObjectFor is supposed to do. This bug is set
to P1 in bugzilla, https://bugzilla.mozilla.org/show_bug.cgi?id=409111,
so this change can be saftely removed in the future.

r1991, r1995:
Fixes a latent bug in SwtOleGlue.extractStringFromOleCharPtr().  We were
treating the incoming value as a BSTR, but it's really just a naked
OLECHAR*.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BMR  
View profile  
 More options Mar 18 2008, 1:14 pm
From: BMR <bmra...@verizon.net>
Date: Tue, 18 Mar 2008 10:14:02 -0700 (PDT)
Local: Tues, Mar 18 2008 1:14 pm
Subject: Re: ANNOUNCE: GWT 1.4.62
Does this fix issue 1610 the jscript.dll and IE6.

On Mar 17, 2:30 pm, "Joel Webber" <j...@google.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joel Webber  
View profile  
 More options Mar 20 2008, 12:11 pm
From: "Joel Webber" <j...@google.com>
Date: Thu, 20 Mar 2008 12:11:35 -0400
Local: Thurs, Mar 20 2008 12:11 pm
Subject: Re: [gwt-contrib] Re: ANNOUNCE: GWT 1.4.62

@andres: There is no new compilation axis for FF3 yet. We're hoping to avoid
that until absolutely necessary. The bugs fixed here were either (a) simply
accidental cross-document node bugs or (b) removal of the getBoxObjectFor()
method, which we were able to work around in a cross-firefox-version manner.
@BMR: To my knowledge, this issue is not yet resolved, and thus not included
in 1.4.62.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »