gwt /
gwt /
1495865c87f8f35c3e23bd0696e9ad8a7ff5bea0 - 1495865 Trivial fix for issue 4067, UiBinderGenerator is not stable. Miguel by rjrjr@google.com · 15 years ago
- 862ff9b Removing unused old platform dirs from checkstyle configs. by scottb@google.com · 15 years ago
- 58c634c Updated the 'hosted' string appearing in ant.xml files for samples to 'devMode' by amitmanjhi@google.com · 15 years ago
- 1f1e920 Just remembered that MenuItemParser has support for the old phantom by rjrjr@google.com · 15 years ago
- 5fe3fbb This allows multiple source files to be specified for a ui:style, just by rjrjr@google.com · 15 years ago
- e4fda86 updated Htmlunit to HtmlUnit (uppercase U) by amitmanjhi@google.com · 15 years ago
- 5bbe25f Patch updates the collection of tests that are ignored on HtmlUnit, to reflect by amitmanjhi@google.com · 15 years ago
- 5dc8c47 Fix for issue 3374. This patch adds overloads of encodeComponent and by rjrjr@google.com · 15 years ago
- 19480e9 Fix warnings by removing or suppressing warnings for: by rice@google.com · 15 years ago
- e29c1bd Exluding BrowserManagerTest from the dev tests. It is brought when we compile the user files (we need to compile hello sample for dev tests) because BrowserManagerTest is actually in user/src, not user/test. by jlabanca@google.com · 15 years ago
- c5c17c6 Recommitting r6449 (Adds basic test case for SOYC) with fix. Compiled user files are now added to javac.junit.out instead of javac.out to prevent rebuilding of dev. by jlabanca@google.com · 15 years ago
- f45b47f Rolling back r6449 (Soyc test). by kprobst@google.com · 15 years ago
- 4af1306 Adding properties to the user test targets to prevent parallel compiles, as we already did with the main test target. by jlabanca@google.com · 15 years ago
- f030c81 r6458 causes CssProperty to add a space before the first part of a CSS expression. This patch only adds spaces after the first part. by jlabanca@google.com · 15 years ago
- f0ba3ab Adding a TokenValue to CssProperty to handle CSS components that should not be wrapped with spaces. This fixes a bug in the generated css for WidgetUiDemo that affects IE. by jlabanca@google.com · 15 years ago
- d5ef2a8 Adding DoNotRunWith(HtmlUnit) to ListBoxTest/StackPanelTest#testDebugId because they fail fairly often in HtmlUnit. by jlabanca@google.com · 15 years ago
- 0d007a3 JUnitShell will wait indefinitely for a remote web test to start because BrowserManagerServer might queue the test for a while. by jlabanca@google.com · 15 years ago
- 05a590d Reduces some compiler spew. by kprobst@google.com · 15 years ago
- 6ef29ad Suppress spurious JSNI ref warnings inside EmmaClassLoadingTest. Submitting on Keith's behalf. by jlabanca@google.com · 15 years ago
- 201e1de Fix a fatal error when asserts are enabled and a locale specified in by jat@google.com · 15 years ago
- 9e844bd Cleans up SOYC options: -compileReport is now preferred way to generate SOYC reports, -soyc is now undocumented, and getting detailed SOYC report now automatically implies the regular SOYC report also. by kprobst@google.com · 15 years ago
- d4a0f1a Adds basic test case for SOYC. by kprobst@google.com · 15 years ago
- cad4f85 Check for @GwtTransient annotation when checking for transient fields in the RPC subsystem. by rice@google.com · 15 years ago
- 06d6c65 CompileStrategy now passes the user agents into JUnitShell#maybeCompileForWebMode to restrict the number of permutations. by jlabanca@google.com · 15 years ago
- 126c9a3 Updates to use the rebased protobuf library. References to com.google.protobuf in RemoteMessageProto.java and ViewerServiceClient.java have been updated. Also updated licensing information to indicate that modifications to the library were made. by rdayal@google.com · 15 years ago
- 5e58f0d Add a 'sessionId' field to GWT lightweight metrics events, which is set to the value of by rice@google.com · 15 years ago
- dcf4f49 Fixes a couple of build-breaking, checkstyle violations: remove extra newline and don't checkstyle the protoc generated java source. by mmendez@google.com · 15 years ago
- 827f1f9 Remove dependency on gwt-dev code from HybridServiceServlet. by bobv@google.com · 15 years ago
- 33cff9f Merge branch 'remote-ui-communication' at r6431 into trunk by mmendez@google.com · 15 years ago
- 44f8d29 Bugfix when rewriting static calls with JMultiExpr qualifiers by rjrjr@google.com · 15 years ago
- 830c5a9 Adding a feature that allows users to define compile properties on test methods in GwtTestCases. A synthetic module will be created using the test module plus the specified properties. by jlabanca@google.com · 15 years ago
- 481db2d Adding option to set a specific threadCount for ant test targets. by jlabanca@google.com · 15 years ago
- 1dd84c5 Revert "Cleans up SOYC options: ", trunk@6416, due to checkstyle build break. by rjrjr@google.com · 15 years ago
- b4e9b3c Cleans up SOYC options: by kprobst@google.com · 15 years ago
- bbd43b0 Don't print stack trace when we lose the remote OOPHM connection. by jat@google.com · 15 years ago
- ee7b9cb Fix bad error message from NumberFormat.parse. by jat@google.com · 15 years ago
- b984cf0 Add URL help on warning message for an old plugin. by jat@google.com · 15 years ago
- eb73662 Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual by jat@google.com · 15 years ago
- b92ef9a Remove last traces of dev/oophm. by jat@google.com · 15 years ago
- a81c396 Move dev/oophm/* to dev/core in preparation of deleting the oophm directory. by jat@google.com · 15 years ago
- 3de84af Add back a HostedMode entry point that logs a warning and redirects to DevMode. by jat@google.com · 15 years ago
- 54a6014 Rename HostedMode to DevMode and HostedModeBase to DevModeBase. by jat@google.com · 15 years ago
- 277d0ee Removing -precompile option from all test targets because it can cause sporadic failures in timed, asynchronous tests. by jlabanca@google.com · 15 years ago
- 5fc785a After upgrading HtmlUnit from 2.5 to 2.7-snapshot, sending an explicit QUIT by amitmanjhi@google.com · 15 years ago
- 69f6d39 Fix for Issue #4002 Patch by: cromwellian Review by: scottb by cromwellian · 15 years ago
- 6f6bafc Fix JsInliner improperly inlining array, object, and function literals. by cromwellian · 15 years ago
- c3f515d Make StyleInjector use Scheduler API. by rjrjr@google.com · 15 years ago
- 58090c8 Initial add of Scheduler API. by rjrjr@google.com · 15 years ago
- 116bef8 Update user code to use $entry. by rjrjr@google.com · 15 years ago
- 3279b3f Add $entry magic function to guarantee correct entry and exit of GWT code from ex by rjrjr@google.com · 15 years ago
- 981a9a2 Adds TabLayoutPanelParser. Review: http://gwt-code-reviews.appspot.com/81802 by jgw@google.com · 15 years ago
- c57b8e9 Add unshift(), join(), and setLength() methods to JsArray types. by rjrjr@google.com · 15 years ago
- ac00255 Initial implementation of TabLayoutPanel. by jgw@google.com · 15 years ago
- fc560fb Disabling tests that cause FF to crash in dev mode on Windows. by jlabanca@google.com · 15 years ago
- f7480d6 Adds com/google/gwt/soyc/** to standalone compiler. by scottb@google.com · 15 years ago
- f780b7a Adding more parallization of test targets, preventing compilation for each target, and adding option to selectively disable targets. by jlabanca@google.com · 15 years ago
- 64a55cb Add back IE proxy handling for CheckForUpdates. by jat@google.com · 15 years ago
- 3d3977f Fix another mistake, this time in test.nometa.remote. by jat@google.com · 15 years ago
- 8cf77ce Increase timeout from 3 hours to 4, since Mac tests don't finish in by jat@google.com · 15 years ago
- 70bb062 DisclosurePanel now does ImageResource and is nice in UiBinder. by rjrjr@google.com · 15 years ago
- 2bc5a3b Fix incorrect test reference. by jat@google.com · 15 years ago
- bfd3784 Disable tests of unpaired surrogates, since the IE and Safari plugins at least by jat@google.com · 15 years ago
- b128350 Modifying hosted.html so it only reaches up to windows that it has permission to access. by jlabanca@google.com · 15 years ago
- d11c09c Ignoring the testNoOverrideInheritedSharedCssClasses for the time being, while by amitmanjhi@google.com · 15 years ago
- 2c4da86 Removed two unnecessary lines that were re-defining a property by amitmanjhi@google.com · 15 years ago
- c5a6ead The test target in user now runs sequentially because browser manager queues up too many requests in parallel. by jlabanca@google.com · 15 years ago
- 66eac84 Removing emma exclusions from build file now that we removed the line that triggers a javac bug in CoverageTest. by jlabanca@google.com · 15 years ago
- 7fa456c Removing a statement from CoverageTest that triggers a javac bug. by jlabanca@google.com · 15 years ago
- 57b6940 Clean up formatting and ant -p output in ant build files. by jat@google.com · 15 years ago
- 40d05b0 Fix error changing -draftCompile to just -draft when rearranging ant rules. by jat@google.com · 15 years ago
- bf79ddb Rearrange ant test targets. by jat@google.com · 15 years ago
- d30fffc Fix merge failure for Eclipse project files. by jat@google.com · 15 years ago
- e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
- e98555f Fix typos, move Windows plugin installer to prebuilt directory. by jat@google.com · 15 years ago
- 5868bc7 Reverted c6310 (which created a temporary directory for updating HtmlUnit, by amitmanjhi@google.com · 15 years ago
- b56e18a UiBinder now understands CssResource's imported scopes, which by rjrjr@google.com · 15 years ago
- f4b8e5b Tree now no longer fires events from left- and middle mouse button clicks. by kprobst@google.com · 15 years ago
- 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
- fb5fcf0 Stricter XMLElement#consumeSingleChild, fixes NPE in DockLayoutPanelParser. by rjrjr@google.com · 15 years ago
- e9fb291 Fixes IE bug in ScrollPanel at 100% width; Adds Requires/ProvidesResize. by jgw@google.com · 15 years ago
- 7822e64 Updated htmlUnit from 5053 to 5070. by amitmanjhi@google.com · 15 years ago
- acbdfe8 Restores "Introduces support for DataResource to UiBinder...", by rjrjr@google.com · 15 years ago
- 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 15 years ago
- ec9e3c1 Adds the ability to position child elements within their layers. by jgw@google.com · 15 years ago
- 095e0aa Overhaul of SOYC dashboard styling. by kprobst@google.com · 15 years ago
- bd20228 Like the other tests, test.remoteweb & .selenium should depend on compile & compile.tests, so they can run in isolation. Also, it's been long enough to discard the deprecated targets. by fabbott@google.com · 15 years ago
- 99d5edb Update ExtractClassNamesVisitor to be able to ignore selectors with certain prefixes. by bobv@google.com · 15 years ago
- b94f19e Improve error reporting inside of custom at-rules. by bobv@google.com · 15 years ago
- 0b8ac1f Add CssResource interface generator. by bobv@google.com · 15 years ago
- 632322a Switch CssResource to strict-by-default mode. by bobv@google.com · 15 years ago
- c503890 Revert "Introduces support for DataResource to UiBinder..." by rjrjr@google.com · 15 years ago
- 1aed903 Introduces support for DataResource to UiBinder, and you know what by rjrjr@google.com · 15 years ago
- a75e8a3 Add List.subList and implementations. by jat@google.com · 15 years ago
- 0d1ba3a Restore "Introduces ui:image--ImageResource in UiBinder", by rjrjr@google.com · 15 years ago
- 68d7c03 Revert "Introduces ui:image--ImageResource in UiBinder" by rjrjr@google.com · 15 years ago
- a91f933 Introduces ui:image--ImageResource in UiBinder by rjrjr@google.com · 15 years ago
- 0eaf782 Revert "Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs," due to web mode test failures in com.google.gwt.user.client.WindowTest.testLocationCreateUrlBuilder by rjrjr@google.com · 15 years ago
- bd3d2c9 Adds LINE_START and LINE_END to DockPanelParser in UiBinder by rjrjr@google.com · 15 years ago
- 449e4a1 Adding a semicolon to the javascript reference in empty Anchor widgets to fix a FF2 bug where Anchor widgets open the error console. by jlabanca@google.com · 15 years ago
- b2376c4 Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs. by jlabanca@google.com · 15 years ago