- 42cc096 Removed @link dependency from GWT to DOM; it was causing more code to get pulled in during a compile. by gwt.team.scottb · 18 years ago
- 2770ec1 GWT.getModuleBaseURL() should be fast.. really fast. Currently, it's not. This patch makes it fast. by gwt.team.scottb · 18 years ago
- 2a5e38c Fixed a number of problems with the new startup, including: by gwt.team.scottb · 18 years ago
- c85cb7f Fixes issues #472, #627, #736, #739 by gwt.team.jat · 18 years ago
- de85c1f Merging startup optimization into trunk from branches/opt_imgs_and_startup@538. Had to hand-merge several things. by gwt.team.scottb · 18 years ago
- 038efe2 Fix Issue #212: Added DOM methods to support the creation of the <CAPTION>, <COLGROUP>, <THEAD>, and <TFOOT> elements. by gwt.team.rdayal · 18 years ago
- a267764 Unit Test for Issue #328: Added testSetInnerText() test. This test checks to see that no child nodes of a DOM element exist after calling element.setInnerText(null). A helper method, getDenormalizedChildCount(), is a JSNI method that allows us to get the 'true' child count for an element. DOM.getChildCount() excludes text nodes from the count, and this is not sufficient for asserting that there are no child nodes left in the DOM structure. by gwt.team.rdayal · 18 years ago
- d8276d7 This patch addresses issue #17 by getting RebindOracle out of the business of worrying about instantiability and only trying to instantiate the entry point class if onModuleLoad() is non-static. In addition to allowing uninstantiable classes to be used as entry points, it also clears up a discrepancy between hosted mode and web mode; in web mode classes with static entry points are not auto-instantiated, but in hosted mode they were being instantiated before the static onModuleLoad was called. Also resolves an issue where a superclass implementing onModuleLoad would not register if a subclass was the entry point. by gwt.team.scottb · 18 years ago
- 34838a3 This patch addresses issue #466 to enable get/setStackTrace on java.lang.Throwable. It does not add any support for GWT filling in stack traces in web mode. by gwt.team.scottb · 18 years ago
- efc9a6e Fix issue #328: To prevent 'null' from being displayed in Safari and Opera when we call setInnerText on an Element with a value of null, do not create new text node when the incoming string has a null value. Has the side-effect of no longer creating an empty text node in firefox. by gwt.team.rdayal · 18 years ago
- 57b44c4 This patch allows constructs like "woot".replace('o', '0') to be statically evaluated and replaced directly with the result of the operation at compile time. Also included is a peephole compile speed optimization in JProgram. by gwt.team.scottb · 18 years ago
- 5b5e634 This is a simple change to the user tests to enable a command line user to by gwt.team.scottb · 18 years ago
- 3840f14 Fixing formatting issues with r434 (whitespace corrections and 80 char wraps). by gwt.team.knorton · 18 years ago
- 3fb3129 Adds java.util.ListIterator to the emulated JRE collection classes. by gwt.team.hcc · 18 years ago
- 4b75a77 Fix for issue #212: Fixed documentation bugs on createTBody() and by gwt.team.rdayal · 18 years ago
- 1acf9aa Fixes a History bug where urlencoded history tokens lose their by gwt.team.knorton · 18 years ago
- 4d650bc Replaced the HashMap implementation with a faster JSNI one. by gwt.team.hcc · 18 years ago
- 3dce664 ArrayList implemented using JavaScript sparse arrays for good insertion/deletion performance at either end. This code also makes ArrayList the primary list type, with Vector delegating to list. by gwt.team.hcc · 18 years ago
- 5c0992f merge changes from releases/1.3 branch by gwt.team.jat · 18 years ago
- 6595125 Submitting changes/scottb/compiler_refactor into the trunk. by gwt.team.scottb · 18 years ago
- d20556f Fix for issue #615: internal compiler error when conditional result type is null. by gwt.team.scottb · 18 years ago
- de81eeb Rolling back accidental trunk mods committed in r284. by gwt.team.scottb · 18 years ago
- 6875e5f gvn sync: XXX by gwt.team.hcc · 18 years ago
- ee138fa Rolling back accidental trunk mods committed in r276. by gwt.team.scottb · 18 years ago
- 1bf2ada gvn sync: XXX by gwt.team.hcc · 18 years ago
- 6f31733 Modified DateTest to use fixed dates for some of its tests - using the current date as a base can result in setting in date roll-over behavior; Added documentation to RequestBuilderTest.testRequestBuilderStringString() regarding security settings in IE and potential test failure by gwt.team.rdayal · 18 years ago
- f0a06d0 Fix issue 545 (build fails on ant 1.7) by gwt.team.jat · 18 years ago
- e18b95c Added some necessary references to the JUnit jar. Reviewed by gwt.team.jat by gwt.team.scottb · 18 years ago
- 950681a Correct line endings on files with CRLF in the repository by gwt.team.jat · 18 years ago
- 6996532 Fixed chmod issue when building on Win32. I completely redid how the distros get packaged. by gwt.team.scottb · 18 years ago
- 815ac25 Fixed license header to Apache. by gwt.team.scottb · 18 years ago
- c4700b8 Optimized build; removed crazy unjar stuff. by gwt.team.scottb · 18 years ago
- f265c6d Fixed a refactor bug. by gwt.team.scottb · 18 years ago
- c562d8a Disabled another Safari specific test case by gwt.team.mmendez · 18 years ago
- cce0ee1 Updated this test yet again, to deal with the fact that property reads of innerHTML have inconsistent capitalization on different browers (ie, IE upper-cases tags, while FF & Safari lower-case them). by gwt.team.jgw · 18 years ago
- aad1ca1 Disabled testGetStatusCode_Safari because we cannot differentiate between the real Safari and the hosted mode browser. We use a newer version of webkit which fixes the condition whose work around we are trying to test. by gwt.team.mmendez · 18 years ago
- b8fc337 Excluding package.html from jars. by gwt.team.scottb · 18 years ago
- 3ecd62a Disabled test HostedTest#testJSNIToStringResolution until this can by gwt.team.knorton · 18 years ago
- 1a431cd Fixed capitalization error in TabBarTest. by gwt.team.jgw · 18 years ago
- 9fba66c Autoformat by gwt.team.scottb · 18 years ago
- ac0bccb Disabled some bad test cases: things involving Long.*_VALUE, Date and FormPanelTests by gwt.team.mmendez · 18 years ago
- d0f6c56 Fixed distributions jars to (mostly) match 1.2.22. by gwt.team.scottb · 18 years ago
- 7ebf0ab Removed renamed file that didn't get committed. by gwt.team.scottb · 18 years ago
- 0636c02 renaming I18NSyncTest to I18nSyncTest_ by gwt.team.ecc · 18 years ago
- c6fb219 Doc tweaks by gwt.team.bruce · 18 years ago
- 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
- 7246807 Added <code> tag around keyword 'byte'. by gwt.team.bruce · 18 years ago
- 3613d4e Fixed typo in javadoc comment. by gwt.team.jgw · 18 years ago
- 99f280b Updates to execute hosted, web, and remoteweb tests by gwt.team.mmendez · 18 years ago
- 442d489 Removing one line javadocs from user code by gwt.team.ecc · 18 years ago
- 4b8f750 Sorted to pass checkstyle. by gwt.team.bruce · 18 years ago
- 3df67a1 Removed 'f' prefix on fields. by gwt.team.bruce · 18 years ago
- 326637f Sorted (but still need to rename some fields to remove 'f' prefix) by gwt.team.bruce · 18 years ago
- dc82637 checkstyle passes (sorted) by gwt.team.bruce · 18 years ago
- 43921cd Removed 'f' prefixes from fields by gwt.team.bruce · 18 years ago
- c2a336d Minor cleanup. by gwt.team.scottb · 18 years ago
- 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
- dcfd754 checkstyle passes by gwt.team.jgw · 18 years ago
- ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago