gwt /
gwt /
1dd4746249fbd1e696318cb05de0cd9380beafbc - 1dd4746 Initial add of JSON-RPC support to RequestFactory. by bobv@google.com · 14 years ago
- 72e6d1e Replacing deprecated HorizontalSplitPanel and VerticalSplitPanel samples in by jlabanca@google.com · 14 years ago
- 159caf5 Scratch that, use the xsiframe linker per jat's suggestion by conroy@google.com · 14 years ago
- 6327c8d Change the DevModeOptions page to use the xs linker due to recent Chrome extension permissions changes by conroy@google.com · 14 years ago
- 04254f2 Fixing HTMLTable#setWidget() to remove the widget or text when null is passed as the widget. Currently, the widget is not removed. by jlabanca@google.com · 14 years ago
- 07a61db Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates by rchandia@google.com · 14 years ago
- b05aaca Add HTMLPanel.wrap(Element). http://gwt-code-reviews.appspot.com/1360801/show by jlabanca@google.com · 14 years ago
- e2e72e5 Make ListBox's bidi support more robust, allowing subclasses to create option elements without going through ListBox. Such subclasses are currently broken by ListBox bidi support's use of an array, itemTexts, that is assumed to be synchronized with the select's option element descendants. The fix is to drop the array and instead keep the bidi data (when needed) as an attribute on the option elements. by tomerigo@google.com · 14 years ago
- b88482a Added validation jars to all calls to GWTC to provide classes rquired by by rchandia@google.com · 14 years ago
- 8c966ad Proactively gathers more method names for MethodArgNamesLookup. Before this by zundel@google.com · 14 years ago
- ea8a39b Updated speed tracer logging for JDTCompiler, CompilationStateBuilder by jbrosenberg@google.com · 14 years ago
- 4dd4bf2 CollectorNull should not set stack traces when stack stripping is enabled. Throwable.getStackTrace() already handles the case of a null stack trace and constructs an empty array. by cromwellian@google.com · 14 years ago
- ab97b39 Fix Audio and Video elements. by pdr@google.com · 14 years ago
- d7742d7 Follow on to svn r8671, which made the GWT code style allow whitespace by rjrjr@google.com · 14 years ago
- b6855a6 fix for IE devmode when using specific linker setting. by fabiomfv@google.com · 14 years ago
- 5debb59 Fixes memory leak in ResourceOracleImpl under GWT Designer. by scottb@google.com · 14 years ago
- 6d9f8fd Fixing a bug in DeckLayoutPanel where animating the current widget causes the current widget to disappear. This can happen if the user calls forceLayout() without setting a new widget, or if the user calls setWidget() with the currently visible widget. by jlabanca@google.com · 14 years ago
- 8582e49 Rolling back r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property by fredsa@google.com · 14 years ago
- 342e124 Fix tab char by cromwellian@google.com · 14 years ago
- eacda72 Delegate Html element type lookups to a pluggable factory. by cromwellian@google.com · 14 years ago
- 2c8299f TypeOracle to allow access to the list of annotations on an element. by scottb@google.com · 14 years ago
- 2f5c6a8 Simplify JArrayType handling; reduce serialization footprint. by scottb@google.com · 14 years ago
- de09e4c Remove a bunch of unused SOYC infrastructure. by scottb@google.com · 14 years ago
- 1dc4d2e Quick patch, in follow up to r9344, which replaces remaining uses of the legacy 'compiler.emulatedStack' property, by fredsa@google.com · 14 years ago
- 8174cf0 Sort the top level validator class to handle most specific classes first. by nchalko@google.com · 14 years ago
- 3701c9c Untangle JSNI methods produced in CompilationStateBuilder to facilitate serialization. by scottb@google.com · 14 years ago
- 112b879 Fix TestUtil.PathImpl to correctly test for non matching by nchalko@google.com · 14 years ago
- b0f54d3 Fix a NullPointerException in Editor framework when a null sub-Editor is encountered during traversal. by bobv@google.com · 14 years ago
- c99fbc0 Generator Result Caching implementation for ClientBundle by jbrosenberg@google.com · 14 years ago
- b1a9571 AutoBeans improvements. by bobv@google.com · 14 years ago
- 7a6bdc7 Include the property name in the error message when a single-valued property does not have exactly one value by fredsa@google.com · 14 years ago
- a5778cf Provide mechanism to suppress warning dialog when runtime and compile time user.agent propert values disagree, i.e. via by fredsa@google.com · 14 years ago
- e4970b2 Sorting the gwt-format.xml rules for easy diffing in subequent by rjrjr@google.com · 14 years ago
- 5cd36cf Missing 's' for '%s' specifier in log message. by askumar@google.com · 14 years ago
- ab5ba44 Fixes checkstyle error by cromwellian@google.com · 14 years ago
- e675cf1 Get rid of document.write option since it can break in some edge cases and isn't by unnurg@google.com · 14 years ago
- 38737ef Only intern strings on non-IE browsers when they occur 2 or more times. by cromwellian@google.com · 14 years ago
- fae6937 Relaxing the requirement that users specify a loading indicator image resource. If the image resource is null, the table will not create a default loading indicator. by jlabanca@google.com · 14 years ago
- 6a8aa29 Bump samples/expenses/pom.xml version number by rjrjr@google.com · 14 years ago
- 136fd8d Make FieldSerializers use reflection directly instead of round-tripping through JSNI. Speeds up DevMode. by tobyr@google.com · 14 years ago
- 311d70a Adding a new DeckLayoutPanel that displays one of many widgets and transitions between them using a horizontal or vertical sliding animation. This is useful for mobile web apps that want to create a slide effect between pages. Integrated DeckLayoutPanel into TabLayoutPanel so both widgets can share the animated transitions. I also replaced the TabPanel Showcase sample with a TabLayoutPanel sample to show off the new feature. by jlabanca@google.com · 14 years ago
- 067ec68 Reduce logging work in STOB. Wrap logging calls with isLoggable and only create .rpc.log during web-compiles or DevMode with DEBUG logging. by tobyr@google.com · 14 years ago
- 486c201 Adding a LoadingStateEvent to CellList and CellTable so users can receive an event when the data is loaded. Previously, LoadingState was a package protected enum used to show the loading indicator in CellTable and empty list message in CellList. Now, LoadingState is a first class citizen (an interface so users can define their own loading state). Both CellList and CellTable now support setting a custom loading indicator Widget and a custom Widget to display when the table is empty. by jlabanca@google.com · 14 years ago
- 4eea3c3 Undeprecating DockPanel because it is still useful and fulfills a purpose that DockLayoutPanel cannot. DockPanel will naturally resize to fit its content, whereas DockLayoutPanel requires the user to specify the dimensions of the content. by jlabanca@google.com · 14 years ago
- ffa775e Removing @Override from interface implementations to maintain Java 1.5 compatibility. by jlabanca@google.com · 14 years ago
- 92df54a Update getGeckoVersion() to support beta versions of Firefox. by pdr@google.com · 14 years ago
- 066b19e Decouple JsProgram; this allows the JS AST to serialize in pieces. by scottb@google.com · 14 years ago
- 920ab9f Make SOYC produce consistent output. by scottb@google.com · 14 years ago
- 4c0a170 Modifies CompiledClass to be serializable by zundel@google.com · 14 years ago
- 3b7bc6f Turn off a test because of issue 5882. by nchalko@google.com · 14 years ago
- d08baa7 Removes @Override annotation from implemented interface methods. by zundel@google.com · 14 years ago
- 1342167 Handle Validation of Cascaded Generic properties. Make GwtValidators Singletons. by nchalko@google.com · 14 years ago
- d816d76 This change adds couple of things: by meder@google.com · 14 years ago
- df8fb00 Rolling back because patch causes problems in some IE browsers by unnurg@google.com · 14 years ago
- 0fbd1fa Don't allocate short names for unreferenced JsNames. by scottb@google.com · 14 years ago
- a4fffb9 Enhancements for SpeedTracerLogging within gwt by jbrosenberg@google.com · 14 years ago
- 8e2812b Add GeneratorContextExt.isProdMode. Allows generators to specialize output for dev or prod mode. Updates RPC to take advantage of it. by tobyr@google.com · 14 years ago
- 6727aa8 Remove list of JavaScriptException object properties: by fredsa@google.com · 14 years ago
- 56dc457 Remove unnecessary "script src=..." from MediaTest.gwt.xml to avoid virus scanner false positives by pdr@google.com · 14 years ago
- bbb5702 Fix CompilationStateBuilder's speed tracer logs. by scottb@google.com · 14 years ago
- 435f29a Consider the "interactive" state to be complete since it can happen after the "loaded" state (which we already consider complete). by unnurg@google.com · 14 years ago
- eb6b852 Adds option to override JsInliner's max complexity ratio heuristic with JVM property 'gwt.jsinlinerratio'. The default is 5.0, smaller values tend to reduce code size. Empirically, 1.2 seems to be a good value. by cromwellian@google.com · 14 years ago
- 4ebdef4 Remove useless templatization from JS AST. by scottb@google.com · 14 years ago
- 3afa071 Overhaul Editor framework traversal logic to use a visitor pattern. by bobv@google.com · 14 years ago
- bd03c35 Fully process annotation types. by scottb@google.com · 14 years ago
- 0a1d088 Speed up DevMode by getting rid of excessive JS to Java calls. by tobyr@google.com · 14 years ago
- 9ae6661 Update plural rules for Gaelic and Welsh. by jat@google.com · 14 years ago
- 4fbfc94 Refactors DefaultFilters and DefaultFiltersTest to accept a filter that will return .class files. by zundel@google.com · 14 years ago
- bffd8d6 Handling errors more from user code more gracefully in HasDataPresenter. If Cells, Cell Widgets, or the SelectionModel throw exceptions during the rendering loop, we no longer lock the presenter's rendering loop indefinitely. by jlabanca@google.com · 14 years ago
- 283b8e3 Fix latent bug in this() calls needing synthetic ctor args. by scottb@google.com · 14 years ago
- 5a449bc Rolling back, need to figure out why XsrfToken is excluded by type filter. by meder@google.com · 14 years ago
- c967804 This change adds couple of things: by meder@google.com · 14 years ago
- ccfbab9 Update YEAR_MONTH_WEEKDAY_DAY formats, which were affected by an ICU/CLDR bug. by jat@google.com · 14 years ago
- 659300c Improvements to JsniChecker. by scottb@google.com · 14 years ago
- cc15ce3 Initial version of HTML5 Audio and Video Original patch by rice, updated by pdr. by gwt.mirrorbot@gmail.com · 14 years ago
- 420f661 Setting the line-height of the splitter in Vertical/HorizontalSplitPanel to 0px so the font size does not affect the splitter height, which causes odd rendering effects. by jlabanca@google.com · 14 years ago
- 97457ab Use 'boolean' instead of 'Z' for JSNI primitive type qualifiers. by scottb@google.com · 14 years ago
- c40aa5a Add mnemonics for DevMode swing UI. by jat@google.com · 14 years ago
- 64419ad bump version for redploy of windows fix crx by conroy@google.com · 14 years ago
- 9213945 Snipping JRE 1.5 hostile Override annotations from UserAgentAsserter by rjrjr@google.com · 14 years ago
- 58ddf6b Add test org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationGwtTest by nchalko@google.com · 14 years ago
- 647d4c5 Fixes a javadoc typo in the app generated by WebAppCreator. by rjrjr@google.com · 14 years ago
- eeeca17 At application startup, assert that the specified user.agent selection property value indeed matches the expected value for the executing browser / user agent, thus avoid long hours debugging strange error messages when a single user agent compile, typically created for testing purposes, ends up being executed in the wrong browser. In other words, this patches saves you from pulling your hair out. by fredsa@google.com · 14 years ago
- 1d54a19 Sort & format some files. by scottb@google.com · 14 years ago
- 7c8d59f Fix the mac build for leopard users of the npapi/xpcom plugins. by conroy@google.com · 14 years ago
- 0c4c311 Public (by t.broyer@gmail.com): by rjrjr@google.com · 14 years ago
- c7788e4 Fix Windows DLL binary for recent Chrome plugin update. by conroy@google.com · 14 years ago
- 5e81c15 Change GWT History to work when multiple applications are loaded within the same page. by jhollenbach@google.com · 14 years ago
- 5a663b5 Warn users of JRE 1.5 that their days are numbered by rjrjr@google.com · 14 years ago
- 9119d21 In r8817, we landed a patch that allows @Prefix(""), i.e. a by t.broyer@gmail.com · 14 years ago
- 1c8fa21 Adds accessibility to certain GWT AST nodes. by scottb@google.com · 14 years ago
- a6f0b44 Fix bad gwt-servlet dep problem described in http://code.google.com/p/google-web-toolkit/issues/detail?id=5918 by rjrjr@google.com · 14 years ago
- de6b726 Add JREIndex optimization to JdtCompiler. by scottb@google.com · 14 years ago
- dffcd80 Add SSL support to DevMode. by jat@google.com · 14 years ago
- 8ea6b76 Add validation jars to the expenses sample build.xml by nchalko@google.com · 14 years ago
- 9283f74 Turn off test that is failing in IE by nchalko@google.com · 14 years ago
- 298ed59 Bump pom.xml version, and fix NPE in samples/expenses by rjrjr@google.com · 14 years ago
- 31ea105 Add option to use JSONP in ExternalTextResource by unnurg@google.com · 14 years ago
- 18a946b Add more TCK tests by nchalko@google.com · 14 years ago
- 0c8ad8e Fixing a bug in CellBrowser where the user must click on an element twice to focus on it and enable keyboard support. The problem is that Element.getTabIndex() returns 0 for non-focusable divs, which causes us to assume that the div is focusable. Other browsers return -1 for non-focusable divs. Unfortunately, there is no good way to fix the bug in Element.getTabIndex() because the only way to determine if an element is natively focusable, such as a text box, is to compare the element tagName to a list of known natively focusable element, which isn't scalable. For now, I worked around it in CellBasedWidgetImpl. by jlabanca@google.com · 14 years ago