gwt /
gwt /
eed4410170585f5a8d7a10c8fb09373fb4a94df1 - eed4410 Rollback of: by unnurg@google.com · 15 years ago
- 8385787 Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out by unnurg@google.com · 15 years ago
- cb6e862 Split LogManager class into an set of Impl classes so that any LogManager calls by spoon@google.com · 15 years ago
- 1a5bcc8 Add the ability to change the size of a widget in the by toms@google.com · 15 years ago
- 5e98b00 Cleanup some test infrastructure by scottb@google.com · 15 years ago
- 17e79f6 Rollback r8440 changes again by conroy@google.com · 15 years ago
- f055584 Fix for issue 1813: RootPanel.get(id) fails to set 'position:relative' and 'overflow:hidden' by fredsa@google.com · 15 years ago
- 8f3aa88 Change RequestFactory based requests: by fredsa@google.com · 15 years ago
- ad144ac Fixes UiBinder MenuBar parser to allow MenuItemSeparator, and custom by rjrjr@google.com · 15 years ago
- 9a605e9 Finish modernizing the DynaTableRF sample to use an event-based application model. by bobv@google.com · 15 years ago
- 37d0cd7 Change the way we include the User Auth files, keeping more of them by unnurg@google.com · 15 years ago
- 5c8bd80 SpeedTracerLogger: Don't throw exceptions on missed events. Instead, try to recover gracefully. by conroy@google.com · 15 years ago
- f2ae45a Disabling part of HTMLTest because it fails cross browser. by jlabanca@google.com · 15 years ago
- 85bbd6a Add a file check to handle edge cases like broken symbolic links when scanning directories for resources. by conroy@google.com · 15 years ago
- d7cf556 Fixing HTMLTest so that it doesn't assume tag names returned from getInnerHtml are lowercase. IE automatically converts tag names to uppercase. by jlabanca@google.com · 15 years ago
- ddfbd38 Removes the unnecessary ErrorCompilationUnit. by scottb@google.com · 15 years ago
- 8b8e7b2 Adding support for non-propagating events in Cell based widgets. In modern browsers, we make the widget's outer element the capture element, which allows us to catch and dispatch non-bubbling events from the cells. by jlabanca@google.com · 15 years ago
- acd753e Fixes many compiler warnings in JsonRequestProcessor. by rjrjr@google.com · 15 years ago
- c4cd328 Remove 1.6isms from RequestFactory, and fix DynaTableRf (id's by rjrjr@google.com · 15 years ago
- 309cb42 Adds integral BiDi support to Label.java and its descendants. Introduces a new interface, HasAutoHorizontalAlignment. by tomerigo@google.com · 15 years ago
- 1c2ce0b Reintroduces changes from r8440 by conroy@google.com · 15 years ago
- acc1af8 Implement ROO-933 and ROO-935. Handle java.lang.{Byte/Short/Character/Integer/Long/BigDecimal/BigInteger/Date/Float/Double} as return types in RequestFactory as well as enums, which must be in a shared package. by cromwellian@google.com · 15 years ago
- d3307cf Rolling back the following change due to failing tests by fredsa@google.com · 15 years ago
- 0c9d5f5 Add two new ClientBundle DataResource annotations: by fredsa@google.com · 15 years ago
- 26ddb97 No longer require RPCs to contain a 'Content-Length' HTTP request header, thus by fredsa@google.com · 15 years ago
- b87b847 Fixed 2 TODOs: (a) removed the RequestFactory variable from AbstractRecordEditActivity, by amitmanjhi@google.com · 15 years ago
- 15e7957 Ensure that we give createTempFile at least 3 characters for the prefix by conroy@google.com · 15 years ago
- 31c333f Fix warnings and checkstyle errors by rice@google.com · 15 years ago
- d123c5d DynatableRf refactoring in response to http://code.google.com/p/google-web-toolkit/source/detail?r=8436 by amitmanjhi@google.com · 15 years ago
- 24571c4 rollback of optimizations that caused problems for some projects by unnurg@google.com · 15 years ago
- 2aaa262 Re-introduces UiBinder parser for AbsolutePanel, now backward by rjrjr@google.com · 15 years ago
- 32fd9e5 Forgot to commit .classpath and .project for DynaTableRf due to by rjrjr@google.com · 15 years ago
- d01e52e Refactoring to one top level class per .java file, since some by fabbott@google.com · 15 years ago
- 8f5ac69 Optimize ResourceOracle Refresh by removing some archaic guarantees and some by conroy@google.com · 15 years ago
- 19989a6 Remove bogus @SuppressWarnings that eclipse wanted by rjrjr@google.com · 15 years ago
- 21e1ccf Begin to convert DynaTableRF sample to using UiBinder. by bobv@google.com · 15 years ago
- e8bbe79 - Refactors SpeedTracerLogger so that the start() and stop() methods are static by zundel@google.com · 15 years ago
- 656d99a Partial commit towards making instance methods real. Merged the execution paths by amitmanjhi@google.com · 15 years ago
- 91d8bfd Fix 1.6 style @Overrides, and quiet a warning. by rjrjr@google.com · 15 years ago
- 5abe009 Ensure bridgeMethods is initialized, even when constructed from other subtypes, such as MissingTypeBinding. by tobyr@google.com · 15 years ago
- 3b6ef4f Turn off logging in bikeshed, till Unnur commits her bytecode rewriting fix. At by amitmanjhi@google.com · 15 years ago
- 5241460 Rolls back UiBinder AbsolutePanelParser due to breakage of existing code. by rjrjr@google.com · 15 years ago
- 90f14a0 Make javax.validation available to gwt clients. by nchalko@google.com · 15 years ago
- 9517473 Adds UiBinder parser for AbsolutePanel. by rjrjr@google.com · 15 years ago
- 02a1160 More steps toward separate compilation. by tobyr@google.com · 15 years ago
- 2031af7 Call GZIPOutputStream.finish() from RpcServlet.processPost() to ensure the data received by the browser is properly formatted. by bobv@google.com · 15 years ago
- dcdb628 Resubmitting this change because I accidentally included changes from another patch the first time I submitted. by jlabanca@google.com · 15 years ago
- 538cba3 Rolling back this change because it included changes from a different patch. by jlabanca@google.com · 15 years ago
- 0bf59de Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data size. We now cache the data size and pass it to views as they are added. by jlabanca@google.com · 15 years ago
- fdb5e81 3 small things: by amitmanjhi@google.com · 15 years ago
- 15193aa Rollback update to Jetty7 since it is causing classloader problems in by amitmanjhi@google.com · 15 years ago
- 3b14f5d Replacing Cell#consumesEvents() with Cell#getConsumedEvents(), and using the return value to sink only the required events for each Cell Widget. by jlabanca@google.com · 15 years ago
- dddc600 Updated javadoc for Window#setStatus() by fredsa@google.com · 15 years ago
- f1c256e Add basic logging to Scaffold app by unnurg@google.com · 15 years ago
- aa5398b Add some missing ASM classes by tobyr@google.com · 15 years ago
- ca3655b Fixes a bug in the finally handling of doExecuteCommands which unilaterally squashes exceptions. (Early returns from a finally block via return statements or exceptions override pending exceptions). by tobyr@google.com · 15 years ago
- 95c372d Fix external issue 5062 - DateTimeFormat#formatFractionalSeconds incorrect for date before 1970 with 0 fractionalSecond by rice@google.com · 15 years ago
- d39fe78 A new version of DynaTable that uses RequestFactory instead of GWT RPC. by rjrjr@google.com · 15 years ago
- e6fc013 Rolling back the cross-site linker using an iframe. It's not clear this is a safe change for all apps. by spoon@google.com · 15 years ago
- d7df07e Narrows DesignTime knowledge to XMLElement, and eradicates statics for by rjrjr@google.com · 15 years ago
- d171785 Add support for authentication by unnurg@google.com · 15 years ago
- 4e996fe Modifies the cross-site linker to put its code in an iframe by spoon@google.com · 15 years ago
- 45c0555 Rolls back r8394, allow RPC for unmodifiable collections, due by rjrjr@google.com · 15 years ago
- 3306c97 Adds a class to log performance information in a format by zundel@google.com · 15 years ago
- c881729 Make the deRPC server code compatible with servlet filters that alter the HTTP by bobv@google.com · 15 years ago
- 16c961d Fixing WindowImplIE.getQueryString to look for the first occurence of a ? instead of the last. Similarly fixing WindowImplIE.getHash to look for the first occurence of # instead of the last. This makes IE consistent with the standards and other browsers. by jlabanca@google.com · 15 years ago
- 81a68ac Adds BinaryTypeBinding from JDT 3.4.2 in preparation for changes. by tobyr@google.com · 15 years ago
- 343241f Re-re-reintroduces GridParser. Now we are careful not to emit a call by rjrjr@google.com · 15 years ago
- ea83719 Fixes Issue 3608. XMLHttpRequest now does "new $wnd.XMLHttpRequest" by spoon@google.com · 15 years ago
- 63fee7a Support composition as well as extension. by topher@google.com · 15 years ago
- 7b856a0 Add first-class support for [array].length in the compiler. by tobyr@google.com · 15 years ago
- 2355e96 Fix garbage collection issue with logging in Dev Mode by unnurg@google.com · 15 years ago
- 3cd0a92 Improve ExpressionAnalyzer with newer compiler info. by scottb@google.com · 15 years ago
- 74c9f0d Moving the Cookbook examples into Showcase. Also updates a few examples in Showcase that used deprecated code. The process for including raw source code in an example is now much easier thanks to ContentWidget#registerSource(). Examples that were using custom code to include source have been fixed to use the common code in ContentWidvget. Most of the code in the Cookbook MailRecipe sample will be moved into the Mail sample, so I didn't delete it yet. I did remove all of the Cookbook infrastructure. by jlabanca@google.com · 15 years ago
- 017393c Fix external issue 5100 - use numeric value to access a hash map entry due to a bug in FireFox by rice@google.com · 15 years ago
- 6d40553 Wrap GWT.runAsync() entry points with $entry . by spoon@google.com · 15 years ago
- 98bd853 Fix javadoc issues by rice@google.com · 15 years ago
- fe37224 Allow RPC for unmodifiable collections by rice@google.com · 15 years ago
- a752895 Once again rolls back GridParser, due to an as yet by rjrjr@google.com · 15 years ago
- bdb912c Stop including backtraces whenever an annotation class is either by bowdidge@google.com · 15 years ago
- cb80c98 Revert "Revert "Adds UiBinder support for Grid"", by rjrjr@google.com · 15 years ago
- 1714263 Adds Java classes for JSON serialization/deserialization to complement by zundel@google.com · 15 years ago
- a1baba3 Reverts r8387 "Adds UiBinder support for Grid" by rjrjr@google.com · 15 years ago
- e216d8f Fixing CFG handling of labelled breaks inside the switch. by aizatsky@google.com · 15 years ago
- 82fbe30 Adds UiBinder support for Grid by rjrjr@google.com · 15 years ago
- 09ecdc8 Puts PlaceController in the business of showing the user by rjrjr@google.com · 15 years ago
- f3fb5bb CellTable#onBrowserEvent finds the TD element in which an event occurred, and then assumes that the TD has a parent TR and TBODY. This is normally a safe assumption because browsers only fire native events on elements that are attached to the page, which means a TR and TBODY is present. However, if a the user selects a new value in a select element inside the table, a change and mouseup event both fire, even if the table is refreshed on the change event. In practice, if a user changes a value onchange and refreshes the table, the mouseup event will fire on the old TD, which is no longer connected to the table. As a result... this patch checks that both the TR and TBODY are not null. by jlabanca@google.com · 15 years ago
- bb3faab Adds design time hooks to UiBinder for GWT Designer, or any other tool by rjrjr@google.com · 15 years ago
- 0d7cca8 Passing a ViewDataUpdater into Cell#onBrowserEvent so that cells can update view data after the event has passed. Some editable cells did not fully use view data, but now they use it to store their current state. Also adding view data support to all cell widgets. by jlabanca@google.com · 15 years ago
- c9ef5e1 Attributes required by @UiConstructor are no longer enforced when a by rjrjr@google.com · 15 years ago
- aa1f76b Do some cleanup on BuildTypeMap. by tobyr@google.com · 15 years ago
- 2d25998 Implement GWT.isProdMode() by scottb@google.com · 15 years ago
- 1027cb2 Minor changes to the codelab, and making it so that the remote logging is disabled by default by unnurg@google.com · 15 years ago
- 973b58f Speed up UiBinderTest by having all tests share one instance of the by rjrjr@google.com · 15 years ago
- af5d767 Fix some bugs in symbol dumping. by scottb@google.com · 15 years ago
- e80a1ee SafeASTVisitor unilaterally avoids visiting error/unreachable local types by scottb@google.com · 15 years ago
- 080b643 Allows Linkers to mark themselves as shardable by including a by spoon@google.com · 15 years ago
- 1badded Add numeric types required for autoboxing support to INDEX_TYPES_SET. by tobyr@google.com · 15 years ago
- c71073d TempLocalVisitorTest now uses non-destructive code transforms (improves clarity). by scottb@google.com · 15 years ago
- c6b9d18 Fixes a bug where temp local declarations could sometimes end up in a for statement's increments list. by scottb@google.com · 15 years ago