gwt /
gwt /
efc49a5d12465ab98f24d1ab95c5ea9425bb874e - 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
- a551e62 non fatal js exception escapes in IE9 devmode. by fabiomfv@google.com · 14 years ago
- 1df4155 Rolling back ServiceInheritanceTest to make it GWT safe so can run in RequestFactorySuite also by drfibonacci@google.com · 14 years ago
- f0b46f5 Make devmode.js have a module specific filename by unnurg@google.com · 14 years ago
- 29e20c1 Fix the worst concurrent modification problems in compiler memory-light set/map. by scottb@google.com · 14 years ago
- 7c6884b Fix issue 5807 on server side. Previously reviewed at 1370803. by drfibonacci@google.com · 14 years ago
- 679e960 Test for compile failure if attributes don't match. by nchalko@google.com · 14 years ago
- 2cc85fb Rolling back jsinliner patch, issues have been identified by jbrosenberg@google.com · 14 years ago
- ac97c8b Reintroduces JsInliner patch with minor tweaks, addresses issue 5707 (previously submitted by by jbrosenberg@google.com · 14 years ago
- 15f6757 Overhaul overlay types. by cromwellian@google.com · 14 years ago
- b071a21 Fixing touch scrolling support for devices that support it natively. Our current touch support overrides native touch scrolling on tablets, which breaks touch scrolling. by jlabanca@google.com · 14 years ago
- a7b6d0a Fix bug on IE where onload events don't fire for IFrames. by pdr@google.com · 14 years ago
- 5ebfead Fix generated JS for getting the locale property value from the user agent. by jat@google.com · 14 years ago
- b5d8523 Provides a wrapper around transforming a resource name (filename or URL) by zundel@google.com · 14 years ago
- 212c2da Fixing newline characters in GwtAstBuilder.java and ReferenceMapper.java. by jlabanca@google.com · 14 years ago
- 9323850 This is the first step of a major rewrite of how the i18n generator by jat@google.com · 14 years ago
- 18f24c0 Increasing the timeout of GWT user tests to 5 hours. Between the ever increasing number of test cases, and the new IE9 user agent, it takes longer to run tests on slower machines. by jlabanca@google.com · 14 years ago
- 92dd993 CompileModule / GwtAstBuilder by scottb@google.com · 14 years ago
- 4bcc06f IE9 support (BETA) - 3/3. by fabiomfv@google.com · 14 years ago
- 941d13c Clean up pesky UiBinder warnings by sbrubaker@google.com · 14 years ago
- 9d22108 Bumping the memory used to build samples now that Showcase is pushing on the limits. by jlabanca@google.com · 14 years ago
- 0c06dbc Copy/paste detected in NumberLabelParser :-) by rjrjr@google.com · 14 years ago
- 908c408 Address issue 6066 where RequestFactoryEditorDriver doesn't collect composite paths. by t.broyer@gmail.com · 14 years ago
- 7825160 Address issue 6076 where composite paths were not recorded correctly. by t.broyer@gmail.com · 14 years ago
- 3be5f2f Support paths for iterables without a key or an index. by nchalko@google.com · 14 years ago
- 8da706d Extract ServiceLayer.getDomainClassLoader() to ensure consistent use of ClassLoaders within the service layer. by bobv@google.com · 14 years ago
- d885159 add ie9 user.agent with fallback binding to ie8. (in preparation for ie9 support). by fabiomfv@google.com · 14 years ago
- adfeb31 Handle custom constraint violation messages. by nchalko@google.com · 14 years ago
- 2081625 PatternValidator must match the whole input string. by nchalko@google.com · 14 years ago
- 3c1d267 Fixed validation classifier, added clean plugin to prevent gwt-user from being deployed to GAE, upgraded to GAE 1.4.2, gwt-maven-plugin 2.2.0 by drfibonacci@google.com · 14 years ago
- 18530ee Adding vertical padding to hborder.png in the new Clean style theme to handle large Buttons/DatePickers. Currently, the sprited background images are much too short, so other background sprites will bleed into a button and date picker cells over ~40px tall. by jlabanca@google.com · 14 years ago
- eb282f0 Updates UiBinder HTML rendering to use SafeHtml. Rather than generating generic HTML strings for HTML objects, the generated binder code creates a SafeHtml template based on the *.ui.xml specs and passes arguments to the template as either String or SafeHtml-wrapped objects, depending on the context. by sbrubaker@google.com · 14 years ago
- f0081e1 Let the Key for Maps be of type Object. by nchalko@google.com · 14 years ago
- a0dc88c Fixing ActionCell and ButtonCell clicks outside of the Button element are ignored. by gwt.mirrorbot@gmail.com · 14 years ago
- 49f0b48 Replacing the testng-5.14.1.jar with testng-5.14.1-nojunit.jar in the gwt-user .classpath file. The testng-5.14.1.jar was removed to allow GWT to use Junit4. by jlabanca@google.com · 14 years ago
- 618aafc Switching to the junit4 jars, although the @annotation stuff isn't going to work. Also switching to the non-junit4 testng jars, to avoid classpath order confusion. by fabbott@google.com · 14 years ago
- be549ad property fall back value evaluation scheme - enable fall back bindings. by gwt.mirrorbot@gmail.com · 14 years ago
- f9ee694 Format changes only. Applied new auto-formatter in prep for real changes. by drfibonacci@google.com · 14 years ago
- 17c86cd Added note to Javadoc about running in Eclipse. by drfibonacci@google.com · 14 years ago
- 2ccf185 Records names of JSNI calls and callbacks in SpeedTracer events. by tobyr@google.com · 14 years ago
- 820a91e WebAppCreator now has the ability to create apps from templates. by rchandia@google.com · 14 years ago
- 3d7c7b5 HTML5 Storage API in GWT. by pdr@google.com · 14 years ago
- 8d0457d Add bidi support comments to CheckBox and RadioButton by tomerigo@google.com · 14 years ago
- 3d712b8 Correct broken javadoc by tomerigo@google.com · 14 years ago
- f3e2be7 Adding touch scrolling support to ScrollPanel for mobile support. TouchScroller augments an existing widget implementor of HasScrolling. By default, it is enabled in ScrollPanel so users don't have to worry about adding special mobile support (most users are surprised that ScrollPanel isn't natively supported on mobile browsers). Power users can disable the default TouchScroller and implement their own, with specialized Momentum logic. However, most users will just use the default implementation. by jlabanca@google.com · 14 years ago
- 1b71ed1 Adds unit tests for extending JavaScriptObject. Tests a loosening of the by zundel@google.com · 14 years ago
- fb002e7 Reformatting pass with updated gwt-format.xml Eclipse formatter before persistent unit cache patch by zundel@google.com · 14 years ago
- 4f2ec31 Fixing firefox permission error message when assesing nodeType of a restricted html element (such as iframe). by tronikos@google.com · 14 years ago
- 62d2529 Decentralize JClassLiterals. by scottb@google.com · 14 years ago
- c293e17 Updates the SafeHtml template creator to append template arguments individually rather than appending them in a single statement. The current form was causing a JavaScript exception when invoking a template with a large number of arguments. Also fixes a small javadoc issue. by sbrubaker@google.com · 14 years ago
- 27a09ae Increase Stack Size for ant tests, to prevent test failures (address issue 6100) by jbrosenberg@google.com · 14 years ago
- 63341cf Added support for a -quirksMode flag to GWTTestCase (via the gwt.args system by skybrian@google.com · 14 years ago
- 10b805d Fixing a bug in TabLayoutPanel where calling setTabText() removes the tab from the panel. r9689 fixed some edge cases in TabLayoutPanel such as calling tabContents.removeFromParent(), but it introduced this bug. by jlabanca@google.com · 14 years ago
- 0982d76 Fix for issue where Image(Element element) does not initialize the initial ClippedState. by jlabanca@google.com · 14 years ago
- e55508c Use RequestContext-local AutoBeanFactory. by bobv@google.com · 14 years ago
- c7328eb Improve AutoBean code generation by reducing the total number of types declared by the generated code. by bobv@google.com · 14 years ago
- ae88488 Replacing the default 11kB CellTable loading image with a new 404 byte image to reduce compiled code size (reduced by 14kB due to the way images are encoded) of apps that use CellTable. by jlabanca@google.com · 14 years ago
- 1a39572 Formatting changes with updated Eclipse GWT Format settings for issue 1373803 by zundel@google.com · 14 years ago
- a4b70b6 Artificial rescue should not explicitly rescue class literals. by scottb@google.com · 14 years ago
- 984a6bb Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unused resources. by gwt.mirrorbot@gmail.com · 14 years ago
- be3d2c8 Add a dummy appengine-web.xml file to Showcase. by gwt.mirrorbot@gmail.com · 14 years ago
- 09052f4 Fix EZT formatting by rice@google.com · 14 years ago
- f157bc8 To prevent infinite loops, the Bean Validation implementation must ignore by nchalko@google.com · 14 years ago
- 68e903f Only validate a constraint annotation once. by nchalko@google.com · 14 years ago
- f21ba38 Fixes a bug in TypeOracle for computing information about single JSO impls. by jaimeyap@google.com · 14 years ago
- 628a694 Tweak the strange "CSS standards" verbiage in JUnitShell by rjrjr@google.com · 14 years ago