I've created a branch to track future changes to this patch.

svn merge -r4761:HEAD
http://google-web-toolkit.googlecode.com/svn/changes/bobv/web_mode_stack_traces_r4761


Changes from previous patch:
  - Added web-mode stack-trace inference for JavaScriptExceptions with
additional methods in StackTraceCreator.Collector.  This only works
for Mozilla and Opera. Other browsers will return zero-length arrays
for JavaScriptException.getStackTrace().
  - Fixed extractName() to be more robust.
  - Fixed loop condition in Collector.collect() and added a
Mozilla/Opera variant to use stack inference to improve accuracy.
  - The symbol map no longer attempts to de-staticify static methods.
This caused a map collision when a polymorphic-dispatch version of a
methods exists alongside a static-dispatch version.

-- 
Bob Vawter
Google Web Toolkit Team

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

Reply via email to