gwt /
gwt /
008f27fb081ee4f4d54bc348d426d4f68cbfba86 - 008f27f Fixes script permissions, see http://gwt-code-reviews.appspot.com/89805. by fabbott@google.com · 15 years ago
- 11974b2 Modified the remote UI protocol to send an initialization message with the by rdayal@google.com · 15 years ago
- 8a71568 Delete empty directories left behind from move of uibinder.sample to by rjrjr@google.com · 15 years ago
- 636a68c Fixes warnings in XMLElementTest, and fixes UiBinderJreSuite to by rjrjr@google.com · 15 years ago
- 4532244 Rename sample.UiBinderDemo to test.UiBinderTestApp by rjrjr@google.com · 15 years ago
- 50ba873 Delete the empty user/src/com/google/gwt/uibinder/sample, because by rjrjr@google.com · 15 years ago
- 064ab58 Move UiBinder test app (so called "sample") out of src and into test. by rjrjr@google.com · 15 years ago
- 144cf90 Fix various error reporting issues: by rjrjr@google.com · 15 years ago
- 6d71ba1 Fixes an overly long filename in a compile report. by spoon@google.com · 15 years ago
- 52f72f8 Fixes an NPE when a logged exception returns null for the stack trace. by mmendez@google.com · 15 years ago
- fd52b1f During a module transition, remove all enqueued JS jobs. Seems to fix the by amitmanjhi@google.com · 15 years ago
- c2a8326 We were failing to close the newly-opened FileInputStream, and thankfully StandardGeneratorContextTest caught it. by scottb@google.com · 15 years ago
- 6c23880 Rewrites some if statements into boolean expressions. by scottb@google.com · 15 years ago
- 2bc072d Fixes a very obscure bug in ControlFlowAnalyzer. by scottb@google.com · 15 years ago
- 2bc770c Restore trunk@6519, "Flipping DisclosurePanel arrow in RTL.", which by rjrjr@google.com · 15 years ago
- ce5db02 Revert trunk@6519, "Flipping DisclosurePanel arrow in RTL.", by rjrjr@google.com · 15 years ago
- 9fceec5 Fixes checkstyle for gwt-dev project. by scottb@google.com · 15 years ago
- e6f523b Deprecate panels that have LayoutPanel alternatives. Fix NPE in TabPanelParser. by rjrjr@google.com · 15 years ago
- 879aa48 Adjust test timeout value based on Batching Strategy. by amitmanjhi@google.com · 15 years ago
- 69dedf0 Fix javadoc tag errors. Many of these look fine in Eclipse but fail with by rice@google.com · 15 years ago
- 292403c Flipping DisclosurePanel arrow in RTL. by jlabanca@google.com · 15 years ago
- adfc0e0 Ensure that MhtmlClientBundleGenerator#createResourceContext generates unique strong names. by jlabanca@google.com · 15 years ago
- 09b0070 Fixes a bug where JavaToJavaScriptCompiler assumes PropertyOracle#getSelectionProperty will return null if a property is not defined, but it actually throws a BadPropertyException. by jlabanca@google.com · 15 years ago
- 49c413c Code cleanup forCompositeTreeLogger, AbstractTreeLogger by scottb@google.com · 15 years ago
- 0d980ef Remove two unused imports by rice@google.com · 15 years ago
- 650e425 JUnitShell incorrectly computed numClients due to out-of-order execution. by scottb@google.com · 15 years ago
- e2101d8 IO improvements to DiskCache and UnifiedAST. by scottb@google.com · 15 years ago
- 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
- 669dd53 Add caching to ImageResourceGenerator to re-use work across permutations. by bobv@google.com · 15 years ago
- 291bcee Prevent duplicate data from being emitted by MhtmlResourceContext. by bobv@google.com · 15 years ago
- ea63874 Improve UiBinder+CssResource compile speed by caching results of GenerateCssAst.exec() by bobv@google.com · 15 years ago
- d811376 Removing I18N sample now that it has been incorporated into Showcase. by jlabanca@google.com · 15 years ago
- f6dc3e4 Moving the Plural Forms example from the I18N sample to Showcase. by jlabanca@google.com · 15 years ago
- 351e583 Implements "-XshardPrecompile" for sharding the precompilation. by scottb@google.com · 15 years ago
- 1a2e052 Updates RpcPolicyFileArtifact to compare contents. by scottb@google.com · 15 years ago
- e8967a2 A PermutationResult is now integrally tied to a Permutation. by scottb@google.com · 15 years ago
- ab27191 Refactor SOYC to produce artifacts more directly. by scottb@google.com · 15 years ago
- 5c75220 Refactor StandardLinkerContext output/extra/file/jar implementation to not suck. by scottb@google.com · 15 years ago
- c840075 Delete UiBinder's temporary files on exit by rjrjr@google.com · 15 years ago
- 4c66da8 Makes StandardGeneratedResource portable. by scottb@google.com · 15 years ago
- a237a5f Update doc on ArgHandlerDumpSignatures and ArgHandlerMaxPermsPerPrecompile. by scottb@google.com · 15 years ago
- b862f1a Sort Properties.java by scottb@google.com · 15 years ago
- 8c383f6 Ignoring eclipse/dev/bin. by scottb@google.com · 15 years ago
- 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