gwt /
gwt /
0c8fea2e89ba90e8ad29e5336f8ad12a260297b0 - 0c8fea2 Fixes a bug in Window where the __gwt_initWindowHandler function was being obfuscated before it was added to the outer window. This patch sets the name after the obfuscation occurs to ensure it is correct. by jlabanca@google.com · 17 years ago
- 5f9b1c6 Adds WindowScrollListener support to the Window. This patch also moves the initHandlers method out of the *Template.js files and into Window, reducing the size of the nocache files by 1.5k. The Window class now injects the initWindowHandlers method onto the outer window as needed, then removes it immediately. by jlabanca@google.com · 17 years ago
- 4a87ea1 Adding SVN branding of About.* with svn branch@version information by fabbott@google.com · 17 years ago
- 9da5012 When tightening method calls, use a more reliable technique to by spoon@google.com · 17 years ago
- ceaec72 Make the MenuBar work more like standard MenuBars, and adds the following features: by jlabanca@google.com · 17 years ago
- 057c36f Added overrides of insertRow and removeRow to the Grid class. Previously, Grid did not override or expose these protected methods in HTMLTable, so calling them would lead to an invalid state where Grid's numRows variable did not coorespond to the actual number of rows. This could be a breaking change because we now expose these as public methods, so subclasses of Grid that override insert/removeRow but keep them protected will result in a compiler error (reducing visibility of a method). by jlabanca@google.com · 17 years ago
- 96c7556 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 5ea03ef Fix some spelling errors. by scottb@google.com · 17 years ago
- 60d329f Semantics of JClassType.isDefaultInstantiable() now actually match the Javadoc. GWTRunnerGenerator now deals better with nested classes. by scottb@google.com · 17 years ago
- 3c06530 Fixes JavaScriptException's JUnit integration; serialized exceptions were showing up with empty messages, because getName() and getMessage() would reinitialize them. by scottb@google.com · 17 years ago
- 7c699eb Catch our ThreadDeath to avoid tripping up debuggers. by scottb@google.com · 17 years ago
- 9dbc150 Fix to propagate OOMs correctly. by scottb@google.com · 17 years ago
- fcef0fd Adds a new DebugInfo class with a static method DebugInfo.isDebugIdEnabled(), which allows users to check if Debug Ids (UIObject.ensureDebugId) are enabled. by jlabanca@google.com · 17 years ago
- 4bc5bb3 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- 41356c7 sort & format by amitmanjhi@google.com · 17 years ago
- 10d0258 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- c3ddabe Moved the checkExceptions method so that instead of a static method, it becomes by amitmanjhi@google.com · 17 years ago
- ed5d3ba sort & format by amitmanjhi@google.com · 17 years ago
- f1e5adb Fixes a race condition between the final worker thread and the main thread seeing that no threads are left. by scottb@google.com · 17 years ago
- c5d293f Build fix: make as much state immutable as possible; this fixes an NPE when invoking from the test constructor. by scottb@google.com · 17 years ago
- 7207a89 Better cloning support for JGwtCreate expressions; does not try to create new instantiation expressions late in the game. by scottb@google.com · 17 years ago
- d00d208 Build fix: excluding all impl packages from checking; removing whitelist entries made unnecessary. by scottb@google.com · 17 years ago
- 9947d52 Support "excludePackages" as a way to logically exclude packages from API checking whose source files must be available to create a consistent TypeOracle. by scottb@google.com · 17 years ago
- df971cb Unchecked exceptions should not affect the API of a method. by scottb@google.com · 17 years ago
- d9816db Sort & format by scottb@google.com · 17 years ago
- 1d181d9 Remove mutable static data to instance data for thread safety. by scottb@google.com · 17 years ago
- 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
- d45f90c Refactor of multithreading compiler. This splits the logic out into new classes to get it out of the main GWTCompiler class. It also uses java.util.concurrency instead of primitive locks, so it should be a bit easier to determine what's going on. by scottb@google.com · 17 years ago
- 68cd70e Make compiler go faster. Particularly when you have: by scottb@google.com · 17 years ago
- 6e306e6 Disables constant folding in two cases where a division by zero could result. by spoon@google.com · 17 years ago
- 5543272 GWTShellServlet was keeping files locked too long due to extra inefficient connection acquisition. by scottb@google.com · 17 years ago
- e725659 Removes a useless test that was accidentally added in revision 3191. by spoon@google.com · 17 years ago
- 4c26ea3 Build break; forgot to check in dependency of r3247. by scottb@google.com · 17 years ago
- 22113cd Peephole optimization to speed up basic visitation a tiny bit. by scottb@google.com · 17 years ago
- 5cc0248 Turned off spammy generator perf logging. by scottb@google.com · 17 years ago
- 1eadbdc Avoid recomputing strongname twice. by scottb@google.com · 17 years ago
- 867efda Merged changes from 1.5 into trunk. by zundel@google.com · 17 years ago
- fc9aa12 Merging revs 3170 to 3188 from GWT 1.5 branch back into trunk. by zundel@google.com · 17 years ago
- 01b45f8 Annotate Element subclasses with their corresponding HTML tag names. by bobv@google.com · 17 years ago
- e10b278 Merges changes/spoon/defBindStringBuilder into trunk. This gives by spoon@google.com · 17 years ago
- 193f2c7 A user has had a conflict with the selenium classes I bundled into gwt-user.jar and requested that we remove them. by zundel@google.com · 17 years ago
- c31c6ce Adds exceptions for overloaded constructors in widgets (exceedingly subtle case by jgw@google.com · 17 years ago
- 0eb88b4 Merging releases/1.5@r3125:r3170 into trunk. by scottb@google.com · 17 years ago
- 3953226 Patch to print a success/failure message when the api checker completes, and to by amitmanjhi@google.com · 17 years ago
- e5a3a39 Rolling back r3143 because it breaks builds. by knorton@google.com · 17 years ago
- a00ab3b Adding automatic execution of API checker to the "test" target. by fabbott@google.com · 17 years ago
- 6851019 We were failing to staticify certain call sites simply because no new static impl methods are created. by scottb@google.com · 17 years ago
- 0391cd0 Merging releases/1.5@r3078:r3125 into trunk. by zundel@google.com · 17 years ago
- 6f39356 1. ApiChecker was broken after FSOD. This patch fixes it. by amitmanjhi@google.com · 17 years ago
- 29e09db 1. The TypeSerializerCreator class used the last argument in its constructor, a by amitmanjhi@google.com · 17 years ago
- a31b29b Lazy inits on JavaScriptException to keep code size down for very tiny apps that catch Throwable. by scottb@google.com · 17 years ago
- 60a1f59 Allows a space in a -selenium argument to JUnitShell. (allows an by zundel@google.com · 17 years ago
- 6ea01d7 This makes LongLib.toString faster by only dividing once each time through the loop by spoon@google.com · 17 years ago
- 0986505 Merging releases/1.5@r3048:r3078 into trunk. by jlabanca@google.com · 17 years ago
- b3c04c6 CheckBox.ensureDebugId() now sets the ID of the input element. Previously, it only set the ID of the label because the input element already had an ID. I also updated RadioButtonTest because RadioButton is a subclass of CheckBox, but it did not have a test specifically for debug IDs. by jlabanca@google.com · 17 years ago
- 4327b31 Added a dependent style name to the MenuBarPopup based on the primary style name of the MenuBar. This allows users to style MenuBar popups differently from each other. Currently, all MenuBar popups look identical. by jlabanca@google.com · 17 years ago
- 0a1124d Fixed an issue where the splitter in a SplitPanel would stop responding to mouse movement if the mouse entered an iframe. The SplitPanel now overlays an invisible glass panel on top of the Window to catch all events, even if they occur above an iframe. In addition, we catch the onLoseCapture event in IE so we can stop resizing if the browser automatically releases capture, such as when the user switches to a different Window. by jlabanca@google.com · 17 years ago
- 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
- 9df72ec Adding length metrics for individual samples. by fabbott@google.com · 17 years ago
- 41eaeda Tweaks the toString() of new array nodes to look more like Java source code. by spoon@google.com · 17 years ago
- 173e5bf The code Musuem now inherits StandardResources instead of Standard, so we do not include the GWT default style sheet automatically. As a result, we do not need to remove the default style sheet, so all that code has been removed. by jlabanca@google.com · 17 years ago
- b9a6744 Committed r3010 to wrong branch. by zundel@google.com · 17 years ago
- 40f7fa4 This change to the build system is necessary to generate the HTML output by zundel@google.com · 17 years ago
- b48e84a Adds Selenium acknowledgements to the about page. Goes with r3005. by zundel@google.com · 17 years ago
- 29666c8 Adds support for running GWT Unit Tests through a Selenium-RC server. by zundel@google.com · 17 years ago
- 1ab58a6 Merging releases/1.5@2992:2994 trunk to pick up ResourceOracleImpl fix with nested active packages. by scottb@google.com · 17 years ago
- 9de92df Merging releases/1.5@2941:2990 trunk. by scottb@google.com · 17 years ago
- 88ad0ca Adds additional GWTBridge methods to allow useful faking-out for non-GWTTestCase JUnit support, and potentially server-side use. by scottb@google.com · 17 years ago
- 337e447 When replacing a field reference with a nullField reference, override the type of the reference by spoon@google.com · 17 years ago
- bd0a191 Rescue volatile fields that have a live assignment to them. This is helpful by spoon@google.com · 17 years ago
- 36f5b20 Move multi-expressions out of the test of an if. That is: by spoon@google.com · 17 years ago
- 5de7128 This replaces r2963. It adds a very narrow static eval rule for by spoon@google.com · 17 years ago
- d71242d The JS inliner counts the number of invocations of each function, treating by spoon@google.com · 17 years ago
- 9cba78e When making a static implementation method, set the original parameter types by spoon@google.com · 17 years ago
- 6ac141e If an empty multi-expression somehow sneaks through to GenerateJavaScriptAST, by spoon@google.com · 17 years ago
- 2d6b431 Added java.sql to the list of packages that should be documented in the generated JRE emulation wiki page. by kplatfoot@google.com · 17 years ago
- 328672c Merging r2941 from release/1.5 into trunk. - JUnitShell soft reference fix. by scottb@google.com · 17 years ago
- ce9d21f Add tests for TreeMap and TreeSet, change TreeSet.add implementation to be by jat@google.com · 17 years ago
- 52334ba Add currency symbol for AED, which is the default currency code for the by jat@google.com · 17 years ago
- 704c9d0 Modified the ShowcaseGenerator to generate file names using only the simple class name of the examples, instead of the fully qualified name. The fully qualified names exceeded the filename length allows by Windows, so the distribution package could not be extracted using a zip utility without seeing error messages. by jlabanca@google.com · 17 years ago
- 016df67 Improve correctness of LinkedHashMap and updates the tests. by bobv@google.com · 17 years ago
- 201a1d7 Rollback of r2874. The fix for Issue 960 breaks StyleInjector, so we need by knorton@google.com · 17 years ago
- 72d2219 Updated to refer to docreader links (although the docreader content for GWT 1.5 is still very much a work in progress). by bruce@google.com · 17 years ago
- ec84a6b Implementes TreeSet; for real dawg. by scottb@google.com · 17 years ago
- b1468f9 Fixes TreeMap's iterator which currently can get jacked up when doing removals. by scottb@google.com · 17 years ago
- cbd412e Change cookie expiration time to a day; that also solves the numeric overflow problem that would happen in java, since the expiration time in milliseconds for a year cannot fit into an int. by rdayal@google.com · 17 years ago
- 7a6e245 Added machine translations for untranslated text, modified code to support by jat@google.com · 17 years ago
- d034538 Fix layout issue where content area was pinned to the right-hand side in hosted mode Linux and Mac/Tiger. by rdayal@google.com · 17 years ago
- c624dcb Rolling back r2922, which was not approved. by scottb@google.com · 17 years ago
- b3cb274 Fixes a crazy IE7 bookmark bug. When a user bookmarks a page with a history by knorton@google.com · 17 years ago
- 7db8583 adding logs to JUnit stuff. Helpful for disambiguating which of several testcases with same method names runs, but primarily aimed at diagnosing a remoteweb test timeout... surely not all of the clients really go AWOL all at once?? by fabbott@google.com · 17 years ago
- 50240e2 Don't include .gwt directories when packing the sample apps into the distributions. by bobv@google.com · 17 years ago
- 4469871 Values for cwListBoxSelectAll and cwListBoxCategories were reversed. by rdayal@google.com · 17 years ago
- 5be4760 Fixed font size for tabs. by jaimeyap@google.com · 17 years ago
- d3235d0 Removed unnecessarily short delayFinish timeout from StackPanelTest. by scottb@google.com · 17 years ago
- 584afa4 Fixes issue 2283. The generated client-side remote service proxy implemented the generic version of the async interface. This would produce bad code if the async interface was itself generic. Also, the proxy methods were not using the erasure of signature of the declaring method. This would result in method resolution failures if the RemoteService was parameterized. by mmendez@google.com · 17 years ago
- f6642a6 LinkedHashMap.ChainEntry is not needed for serialization. by mmendez@google.com · 17 years ago
- 68ab365 Proper nesting of non-default instantiability message. by mmendez@google.com · 17 years ago
- c54f27c Manually serializable classes should not be assumed to expose their type arguments. Allow raw Collections and Sets to be used. by mmendez@google.com · 17 years ago
- b22fa6d Added a banner with gwt.jjs.traceMethods to show where permuations start. by scottb@google.com · 17 years ago