gwt /
gwt /
ec161d0e4c8a2e40062058c028df4518b540030f - ec161d0 Users found that the error spam reduction hid too many errors. This change by zundel@google.com · 14 years ago
- af283dc Validation serializers should extend CustomSerializer by nchalko@google.com · 14 years ago
- 893e7d9 Expose delegate constructor. by meder@google.com · 14 years ago
- 61963f6 update EntityProxyChange javadoc by rjrjr@google.com · 14 years ago
- 054ddf5 Improving TouchScroller to allow native document level scrolling when appropriate. If the scrollable widget is scrolled as far as it can go in a direction, and the user tries to scroll in that direction, then we defer to document level scrolling. For example, in the Showcase app (which is not a mobile specific app), if you scroll the menu bar to the bottom, then scrolling it again allows the document to scroll down, revealing the rest of the page. It isn't perfect because we cannot disable native scrolling in one direction (as in, allow native horizontal but disable native vertical), but its a drastic improvement and make Showcase usable on mobile. by jlabanca@google.com · 14 years ago
- 34b255f Allows the gwt.persistentunitcache property to accept a boolean by zundel@google.com · 14 years ago
- 0b775fe Reverting r9985 due to build break caused by use of soft permutation. by jlabanca@google.com · 14 years ago
- 73d1cf3 Resubmtiting r9970. by jlabanca@google.com · 14 years ago
- 8f61480 Fixes a typo in GWT emulation of java.util.IdentityHashSet that by schenney@google.com · 14 years ago
- 9f9c640 Delete partially implemented HtmlElementFactory feature. by rjrjr@google.com · 14 years ago
- 04b9790 Escape single characters in SafeHtmlBuilder/SafeHtmlUtils (external issue 6222) by rice@google.com · 14 years ago
- 1d56ade Addresses ClassNotFoundException problems when the data structures serialized in by zundel@google.com · 14 years ago
- eb1818e Adding SafeStyles interface that represents strings that are safe for use in a by jlabanca@google.com · 14 years ago
- 04d0340 Fixed pom.xml produced by WebAppCreator. Issue 4878 and Issue 6196. by rchandia@google.com · 14 years ago
- b4a6286 make it possible to just use devmode on a particular module while allowing the by unnurg@google.com · 14 years ago
- 439e1f3 Reverting r9970 due to build break. by jlabanca@google.com · 14 years ago
- acbe37d Adds {moz,webkit}RequestAnimationFrame support to animations. by jlabanca@google.com · 14 years ago
- 413617d Some small refactors to Css Resource Generation by unnurg@google.com · 14 years ago
- 9b9fff9 Some small refactors to Css Resource Generation by unnurg@google.com · 14 years ago
- 335c815 Reindented pom.xml files by rchandia@google.com · 14 years ago
- fdeb1d0 Changes the eclipse formatter to put a space between [] and { in an by zundel@google.com · 14 years ago
- 6890be6 Fixes to cldr eclipse projects in GWT. by zundel@google.com · 14 years ago
- a29cb15 Re-apply the AutoBean JSO lazy reification patch. by bobv@google.com · 14 years ago
- 1d9815b Some small refactors to Css Resource Generation by unnurg@google.com · 14 years ago
- 1a322d0 Fixing issue 6206 (CellWidget#getValue() is never updated) and 6216 (CellWidget should implement IsEditor<C>). by jlabanca@google.com · 14 years ago
- 98828a2 Updating Showcase to use LayoutPanels throughout the hierarchy, thus implementing ProvidesResize down to the examples. This allows the examples to look better, especially examples that implement RequiresResize. Most of the example look the same, but TabLayoutPanel and SplitLayoutPanel now take up a larger area to illustrate how they would be used in most apps. by jlabanca@google.com · 14 years ago
- 08ebbab Don't allow constants folding and copy propagation optimizations to perform implicit type conversions. by aizatsky@google.com · 14 years ago
- d3255ca Roll back AutoBeans change due to serialization problems with Safari4 on XP. by bobv@google.com · 14 years ago
- bee43cd Convert AutoBeans to use JSOs as their backing store with lazy reification of by bobv@google.com · 14 years ago
- 6b63f2e Fixing a few Cell Widget bugs. I combined these bugs because they are all quick fixes and fairly straightforward. by jlabanca@google.com · 14 years ago
- 987d8fb Change RequestFactoryMagic -> RequestFactorySource in comment by rice@google.com · 14 years ago
- 32854d0 Adding an empty interface to prevent the Google Plugin for Eclipse from by schenney@google.com · 14 years ago
- 0cc8fcd Reformat autobeans package to cut down on diff churn for lazy reification patch. by bobv@google.com · 14 years ago
- cd10c90 Temporarily introduces configuration property UiBinder.useSafeHtmlTemplates to by rjrjr@google.com · 14 years ago
- e2f829e Fix build break by rice@google.com · 14 years ago
- dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
- ee810d4 Adds support for the URL_ATTRIBUTE_ENTIRE parse context to HtmlTemplateParser. by xtof@google.com · 14 years ago
- 1772100 Add the beginnings of new HTML5 drag and drop events by fredsa@google.com · 14 years ago
- 7ed923c Investigate test flakiness: by gaillard@google.com · 14 years ago
- ee03d1a Supress errors when building the Type Oracle. by zundel@google.com · 14 years ago
- b697b74 Fixing typo in comments by rchandia@google.com · 14 years ago
- 27de4cc by fabiomfv@google.com · 14 years ago
- aa44d61 Handle more literal types for anntation values, including Enums. by nchalko@google.com · 14 years ago
- 91d1b02 Allows DevMode to respect the -XdisableUpdateCheck option. by zundel@google.com · 14 years ago
- 37a8d34 Made UiBinder class lookup more generous. by davidmorgan@google.com · 14 years ago
- 360a1d1 Adds a no-op emulation of TestSuite, to prevent error spam (or outright by rjrjr@google.com · 14 years ago
- d87bc86 Fix ICE in GenerateJavaAST by scottb@google.com · 14 years ago
- b4718e4 Plug memory leak in ResettableEventBus, fix for by akito.nozaki@gmail.com · 14 years ago
- a73afb3 Image Resource Test for UiBinderTest by sbrubaker@google.com · 14 years ago
- 881d1a5 Fix checkstyle error by skybrian@google.com · 14 years ago
- 631f324 Adding table rendering tests to micro benchmarks. Table rendering tests are multiple orders of magnitude slower than the existing basic tests, so I seperated them into a seperate mirco benchmark. I modified WidgetCreation so it could be used for both instead of copying udles of code. You can see the app running at http://jlabanca-testing.appspot.com/. by jlabanca@google.com · 14 years ago
- 04d281d tweaked Showcase to make it more testable by skybrian@google.com · 14 years ago
- 5b8d184 Add support for {#} to mean the right-most plural argument. Some by jat@google.com · 14 years ago
- 5cbc34f Remove newly-output PersistentUnitCache file if nothing was written to it. by scottb@google.com · 14 years ago
- 7104b1e Reroll of r9908 (rolled back at r9911): Fixes issue 6189. by rchandia@google.com · 14 years ago
- a87b785 Follow up to r9887, to actually sink ended and progress media events in DOMImplStandard by fredsa@google.com · 14 years ago
- 3f08a3f Fixes build break - unit test expected non-existent dir to throw an exception by zundel@google.com · 14 years ago
- 7973add ie9 bug fixes. by fabiomfv@google.com · 14 years ago
- a094993 Add missing CSS_ATTRIBUTE_START case in SafeHtmlTemplates code generator. by xtof@google.com · 14 years ago
- 19fddb4 Add tests of nesting semantics for ResettableEventBus by rjrjr@google.com · 14 years ago
- b84700b Adds support for the CSS_ATTRIBUTE_START parse context to HtmlTemplateParser. by xtof@google.com · 14 years ago
- 87dd93e Roll-back due to test breakage. by rchandia@google.com · 14 years ago
- c9792c6 Recursively creates directories for the persistent unit cache. by zundel@google.com · 14 years ago
- c16eddd Public Fixes new project template to use 'clean' style. Issue 6208. by rchandia@google.com · 14 years ago
- c23a3eb Fixes issue 6189. WebAppCreator was not scanning war/WEB-INF/lib to fill up .classpath by rchandia@google.com · 14 years ago
- efc49a5 Remove stray file from svn rev#9903 and fix spelling mistake. by gwt.mirrorbot@gmail.com · 14 years ago
- 0dc5b09 LongLibBase improperly stomps on global 'a' variable. This patch reuses globalTemp (_) instead. by cromwellian@google.com · 14 years ago
- 3e972a5 Add a buffered input stream when reading persistent unit cache by zundel@google.com · 14 years ago
- 6ffa15e Operations like i += d where i is an int and d is a double are not properly by cromwellian@google.com · 14 years ago
- 0be5b49 Removing a stray junit dep missed in r9870. by fabbott@google.com · 14 years ago
- 4c9af5e Serialize GWT ASTs with CompilationUnits. by scottb@google.com · 14 years ago
- 7264baf DiskCacheToken wrapper type for easier serialization. by scottb@google.com · 14 years ago
- 24a3949 Add missing tests to JavaCompilationSuite by scottb@google.com · 14 years ago
- 57a2265 Adds flag to enable EnumOrdinalizer result stats by jbrosenberg@google.com · 14 years ago
- 88cad35 Better error handling when the cache is initialized with a directory by zundel@google.com · 14 years ago
- 5f7d50a Fixing HasDataPresenter#scheduleFinally to schedule the command in the argument, not the pendingStateCommand instance variable. by jlabanca@google.com · 14 years ago
- b3a2a02 ie9 richtexteditor event fix. by fabiomfv@google.com · 14 years ago
- a5eb570 Adds a cache (PersistenUnitCache) to store CompilationUnits by zundel@google.com · 14 years ago
- 19f1e6d Allows subclasses to use a different scheduler than Scheduler.get(). by jlabanca@google.com · 14 years ago
- 70c3bea Fix a bug in the recent alternate message selection logic, by jat@google.com · 14 years ago
- 61f8fe9 Cells should only fill a CellWidget if they render exactly one topmost element, or the first child will push around the other children. This is a follow-on change to r9884. by jlabanca@google.com · 14 years ago
- 37f6252 Update partial support elements for ie9. by pdr@google.com · 14 years ago
- 87dc53e Start at adding media events for audio/video elements. Note, the underlying implementation for HTML5 media by fredsa@google.com · 14 years ago
- cc32dae Using cached ZipFileClassPathEntry objects. by scheglov@google.com · 14 years ago
- f17cf31 Making rendered Cells in CellWidgets fill the root element of the widget so that setting the height/width of the Widget applies to the Cell. Also making TextButton implement HasText so it can be used in UiBinder files with a default string. by jlabanca@google.com · 14 years ago
- 43460a0 make -standardsMode the default for GwtTestCase. by skybrian@google.com · 14 years ago
- 7e18443 Fix JDK 1.6 dependency. by jat@google.com · 14 years ago
- 03e40f3 Snip stray package-info from a dead package. by rjrjr@google.com · 14 years ago
- 613fb96 Fixing issue 5807 on server side, new issue due to rietveld problems by drfibonacci@google.com · 14 years ago
- 7fed722 Adding a new TextButton widget to replace the existing Button widget. The new widget provides three style variations, optionally includes an icon, and supports collapsible sides so buttons can be lined up in a row. The widget is backed by TextButtonCell, so it can be used in a CellTable. The new widget is the first to use the Appearance pattern, which allows users to reskin a GWT app using a DeferredBinding to replace the default Apperaance. by jlabanca@google.com · 14 years ago
- 2bb4170 Ie9 fix. by fabiomfv@google.com · 14 years ago
- ddb956e Fix docs/warnings by rice@google.com · 14 years ago
- 8db0a51 Promotes Gin's AsyncProvider to GWT, along with a more general by rjrjr@google.com · 14 years ago
- 4f6b2a0 Moving UnitTestTreeLogger from dev/core/src to dev/core/tests, so gwt-dev by fabbott@google.com · 14 years ago
- b8a5f92 Fix Javadoc for gesture/touch events by fredsa@google.com · 14 years ago
- c90a494 Handle cases where element.canPlayType() returns 'no' instead of the empty string on some browsers. by fredsa@google.com · 14 years ago
- ecbd017 This change is mostly resources related. by scheglov@google.com · 14 years ago
- 298d128 Updating the FF40 binaries of the xpcom plugin with fmalita's fix at by conroy@google.com · 14 years ago
- dc40ac7 Add Support for @ReportAsSingleViolation. by nchalko@google.com · 14 years ago
- 099454d Devmode support for Firefox >= 4b12. by fmalita@google.com · 14 years ago