- 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
- 984a6bb Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unused resources. by gwt.mirrorbot@gmail.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
- 628a694 Tweak the strange "CSS standards" verbiage in JUnitShell by rjrjr@google.com · 14 years ago
- 20fb319 Adding a BlacklistEventTranslator and WhitelistEventTranslator to DefaultSelectionEventManager to make it easy to deny/allow selection for specific columns in a CellTable. This is useful when you have a Cell that responds to events, such as a button or link, and should not participate in Selection. by jlabanca@google.com · 14 years ago
- fc45527 Rollback of bugfix due to failing testChangeImageToClipped test on ie7. by pdr@google.com · 14 years ago
- ced4503 Fix bug for IE frames where onload events don't fire. by pdr@google.com · 14 years ago
- fae5b90 Fix compilation on JDK 1.5 by rice@google.com · 14 years ago
- 005f111 RpcLogArtifact tweaked to use the canonical diskCache method, simplifies transition to EmittedArtifact. by scottb@google.com · 14 years ago
- 14f3f85 Fix a codegen bug for use of {0,localtime,predef:FOO} format in Messages. by jat@google.com · 14 years ago
- 6c9968a Adding new style theme called Clean, and using the new theme in Showcase and in the default GWT app. Also fixing a style bug in VerticalSplitPanel that causes the splitter to be too wide. by jlabanca@google.com · 14 years ago
- 91b728e Remove @Override for JDK 1.5 compliance. by nchalko@google.com · 14 years ago
- 536c2be Select the correct constraint validator by nchalko@google.com · 14 years ago
- a3a1c89 Patch for issue 5599, HasDataEditor doesn't handle removes. by t.broyer@gmail.com · 14 years ago
- 8742aae Fix issue 6059, ClassCastException when using ValueProxy with isChanged(). by t.broyer@gmail.com · 14 years ago
- b4cb99f Enhancing GWT's CheckBox and RadioButton with bidi support. by tomerigo@google.com · 14 years ago
- 6bac0d8 Fix cast problem in JsonRpcPayloadDialect. by bobv@google.com · 14 years ago
- 95ebaa7 Temporary hack to make DevMode refresh work. Since the file output in the jar does not update by unnurg@google.com · 14 years ago
- 5217405 Add additional data to ServerFailure for JSON-RPC payload dialect. by bobv@google.com · 14 years ago
- 9401893 Make a CssResource available on the server side as well as client side by unnurg@google.com · 14 years ago
- 29a765d Small refactoring, move annotations logic out to Util. by meder@google.com · 14 years ago
- 015e403 Resubmitting r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property by fredsa@google.com · 14 years ago
- 1db0e2a Report ValidationExceptions at compile time for constrained methods by nchalko@google.com · 14 years ago
- cf9ddb4 Adding an example of StackLayoutPanel to the Showcase sample. The translations by jlabanca@google.com · 14 years ago
- e4eecb2 Do not put "?serial=0" at the end of the URL for the first fetch attempt on a runAsync fragement. Preserve it for later attempts. by jaredking@google.com · 14 years ago
- 4b08946 Updating API checker for GWT 2.3. In CellBasedWidgetImplStandard, I fixed the package declaration per an Api Checker warning. by jlabanca@google.com · 14 years ago
- 4dff4c3 Updating the javadoc on the Anchor() constructor to explain that it does not set the href of the anchor element. Also adding a new constructor Anchor(boolean) to make it easier to add a default HREF without requiring that users call one of the other constructors with an empty string. by jlabanca@google.com · 14 years ago
- a3b1792 Fixing insert/remove bugs in StackLayoutPanel. Insert always appends to the end. Remove does not redraw the panel. Neither adjusted the selectedIndex when inserting/removing at a lower index. This patch also makes StackLayoutPanel implement AnimatedLayout so users can change the default animation duration or force layout. by jlabanca@google.com · 14 years ago
- f7d7b6f Cache Document.get for DevMode. Kills thousands of JSNI calls. by tobyr@google.com · 14 years ago
- f12214c Provides a CachedCompilationUnit class to serialize a CompilationUnit. by zundel@google.com · 14 years ago
- c0d55c8 Adds a lot of missing IsWidget support, especially for UiBinder. by luissolano@gmail.com · 14 years ago
- 6e65fd9 Fix Java 1.6-ism and remove stray @Override. by bobv@google.com · 14 years ago
- 1dd4746 Initial add of JSON-RPC support to RequestFactory. by bobv@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
- 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
- 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
- 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
- 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
- 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
- 5cd36cf Missing 's' for '%s' specifier in log message. by askumar@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
- 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
- 92df54a Update getGeckoVersion() to support beta versions of Firefox. by pdr@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
- 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
- 3afa071 Overhaul Editor framework traversal logic to use a visitor pattern. by bobv@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
- 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
- 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
- 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
- 0c4c311 Public (by t.broyer@gmail.com): by rjrjr@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
- 9119d21 In r8817, we landed a patch that allows @Prefix(""), i.e. a by t.broyer@gmail.com · 14 years ago
- 9283f74 Turn off test that is failing in IE by nchalko@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
- f10e60e Allows isBoolean() properties to be handled correctly by AutoBeanCodex and RequestFactory. by bobv@google.com · 14 years ago
- 560bbeb Fix missing line in Javadoc. by jat@google.com · 14 years ago
- 169462a If some unrecoverable failure happens during validation, a ValidationException is raised. by nchalko@google.com · 14 years ago
- c58e808 Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, creating an infinite loop where each stale response changes the table range, triggering another request. Also abstracting the ImageButtons used in SimplePager, and fixing a bug where disabled buttons were still clickable. by jlabanca@google.com · 14 years ago
- d838f3c Remove experimental warning from Canvas and clean up javadoc. by pdr@google.com · 14 years ago
- 34ed857 Throw an IllegalErgumentException if the property name is invalid. by nchalko@google.com · 14 years ago