gwt /
gwt /
7b7bf4b0dd7bc2246ae522cb657aa2ace1080cca - 7b7bf4b Fixes a regex expression in RunStyleSelenium to allow users to specify the path. by jlabanca@google.com · 15 years ago
- 264e92d Hosted mode doesn't like @null::nullMethod() by bobv@google.com · 15 years ago
- ceb6780 Fix memory leak in XMLHttpRequest.clearOnReadyStateChange(). by bobv@google.com · 15 years ago
- 78de928 Fixes workDir directory contention between multiple concurrent hosted mode sessions. by scottb@google.com · 15 years ago
- 5914e0f Remove unused method from ModuleSpace. by scottb@google.com · 15 years ago
- 9b0118b Fixes a race condition creating StandardGeneratorContext's diskCache. by scottb@google.com · 15 years ago
- 0780856 SOYC artifacts should be private. by scottb@google.com · 15 years ago
- c62e049 AttributeParsing was pretty much working by accident, and not at all for the by rjrjr@google.com · 15 years ago
- a949cfb Restore behavior where hosted mode linking will not overwrite a newer compiled selection script. by scottb@google.com · 15 years ago
- 326ad20 gwt-user should not reference the dev collections, this causes server failures. by scottb@google.com · 15 years ago
- ceb757b Work around JSNI uses of JSOs as maps on Chrome in DevMode (where the plugin by jat@google.com · 15 years ago
- 063ada8 Add registry keys to IE plugin installer, and silently wait for user to restart IE if needed. by jlabanca@google.com · 15 years ago
- 64e147d Updates the release notes for GWT 2.0 RC. by bruce@google.com · 15 years ago
- f591dea Added the 'hosted' target back, but made it deprecated; this will hopefully break fewer people's existing scripts and invalidate fewer "how to" blog posts. by bruce@google.com · 15 years ago
- f61b133 Update MissingPlugin app to include missing files, update build file to fit by jat@google.com · 15 years ago
- 0433781 Fix generators being interleaved between threads, since most generators are by jat@google.com · 15 years ago
- 8261946 Update MissingPlugin app to include a license, and updating the IE URL. by jat@google.com · 15 years ago
- 89b888f Updating the Gwt Developer Plugin for IE to use the latest terminology, and be headless. by jlabanca@google.com · 15 years ago
- bf07f70 Updates the query param to the canonical "gwt.codesvr" instead of the legacy "gwt.hosted". by bruce@google.com · 15 years ago
- c365a48 Makes the "missing plugin" iframe take up the entire window for a reasonably nice look that works across browsers. by bruce@google.com · 15 years ago
- 7d6e7b4 Fix Issue 4045: cannot start in Turkish locale by rice@google.com · 15 years ago
- 2680a74 Synchronizing OophmSessionHandler#loadModule to ensure that two modules never load at the same time. by jlabanca@google.com · 15 years ago
- 6e3409b Fixed stupid style error in Mail's stack panel headers. TBR: rjrjr by jgw@google.com · 15 years ago
- 1737510 Adds a start() method to MessageTransport. The message transport threads are no longer started in the constructor; they are only started once the start() method is called. by rdayal@google.com · 15 years ago
- d84693b Fix ServletMappingSuite, which was wrongly getting user/ on the classpath, and thus found user/test/** as part of test.ServletMappingTest.gwt.xml by fabbott@google.com · 15 years ago
- ac9a27f Synchronizing ModuleDef#getResourceOracle(), which causes things to break in dev mode because we sometimes create a bunch of oracles that step on each other. Also synchronizing some generator classes that use a cache. by jlabanca@google.com · 15 years ago
- 40df3aa Fix a problem with local static classes, plus clean up naming, comments by jat@google.com · 15 years ago
- 3692b6f This patch for a problem discussed on GWTC, fixes a problem in getting the real by jat@google.com · 15 years ago
- 1eaa30a Merge r6869 from releases/2.0 into trunk. This fixes line endings and by jat@google.com · 15 years ago
- cdd7124 {Field.references} are now validated. Also fixes unreported code gen bug when by rjrjr@google.com · 15 years ago
- 7af4250 Merge r6786 and r6863 from releases/2.0 into this branch, which were adding by jat@google.com · 15 years ago
- 5d8d33f Fixes a unit testing break introduced by r6859. by mmendez@google.com · 15 years ago
- c7d9e51 Close the socket used by the MessageTransport class if we experience any errors. Included Scott's assertion message improvements from http://gwt-code-reviews.appspot.com/100805. by mmendez@google.com · 15 years ago
- 7a56672 Sandboxes AbstractCompiler so that the backreference can be detached from internal JDT types. by scottb@google.com · 15 years ago
- 60e54bb Removes OptionCompilationStateRetained in favor of a new GC strategy. by scottb@google.com · 15 years ago
- 5c1bd78 FindJsniRefVisitor can no longer beSloppy(). by scottb@google.com · 15 years ago
- fdb5fa1 Make AnnotationProxyFactory store an unmofiable minimal map. by scottb@google.com · 15 years ago
- 3b5df4b Abstracting the RCSelenium implementation in RunStyleSelenium to make it easier to extend. by jlabanca@google.com · 15 years ago
- ebf19f9 Make implementation of SchedulerImpl non-static. Add much-needed tests. by bobv@google.com · 15 years ago
- 7ad1bb2 Fixes a bug where using GWT 2.0 tip, and GAE 1.2.6 blows up with a Bus error. It is not entirely clear why this happens but the JVM shutsdown with no real feedback. by mmendez@google.com · 15 years ago
- b37f847 Resubmit of 6681 with a fix to ignore all virtual methods. by spoon@google.com · 15 years ago
- 60e2e1f Fix external issue 4140: Javascript deserialization error on JPA-annotated classes by rice@google.com · 15 years ago
- 09aa751 Disable MHTML support in ClientBundle. by bobv@google.com · 15 years ago
- b576f1c The UiBinder XSDs for the ui: prefix and g: prefix. These XSDs are really impl details and will likely go away post-2.0. It is used ONLY for Eclipse autocompletions (refer to comments at the top of the XSDs.) by jasonparekh@google.com · 15 years ago
- acf78ba r6834 broke the -gen option since GeneratedUnitWithFile delegates to its supertype, which always requires the DiskCache to be available. by bobv@google.com · 15 years ago
- b20e6a8 Major refactor of CompilationState and associated classes to fix concurrent refresh problems. by scottb@google.com · 15 years ago
- 2b88523 Refactors JSNI parsing/error reporting from GenerateJavaAST to JsniCollector. by scottb@google.com · 15 years ago
- 74ee4d5 Format GenerateJavaAST by scottb@google.com · 15 years ago
- 1cadca0 Moving several files from com.google.gwt.dev.javac.impl -> com.google.gwt.dev.javac by scottb@google.com · 15 years ago
- eaa565d Adding some useful PerfLogger messages. by scottb@google.com · 15 years ago
- e6c2915 Remove spammy logging from SoycTest. by scottb@google.com · 15 years ago
- 328318e Build improvements for Chrome plugin. by jat@google.com · 15 years ago
- 8d1a10f Move licence where it will be included in the plugin, update manifest. by jat@google.com · 15 years ago
- 817fb0d Fix NPE when an unknown type is referenced in a class signature (this could be by jat@google.com · 15 years ago
- 3bb84fd Update Chrome windows binary, update MIME type for name change, fix missed by jat@google.com · 15 years ago
- 7687f8d Checkin remaining Linux binaries and rebuilt XPI. by jat@google.com · 15 years ago
- edb21ac Update windows-specific preference code (used in IE and Chrome) to new name. by jat@google.com · 15 years ago
- b2fe345 Update Linux FF alternate-library binaries. by jat@google.com · 15 years ago
- 81aeef0 Update Windows FF binaries. by jat@google.com · 15 years ago
- f9be5c1 Replace tabs with spaces. by jat@google.com · 15 years ago
- 70e58b9 Change top-window calculation to not follow the opener trail, and checkin by jat@google.com · 15 years ago
- f052b18 Missed update to GenerateJavaAST for final/volatile consistency. by bobv@google.com · 15 years ago
- 44652d8 Mark artificially-rescued fields as volatile. by bobv@google.com · 15 years ago
- d6f1bd0 <g:StackLayoutPanel> is now consistent with <g:TabLayoutPanel> and by rjrjr@google.com · 15 years ago
- 3fe66db Until soft perms land and we can do this properly, a hack to keep Ie7 users from by rjrjr@google.com · 15 years ago
- 511a67dd Fix custom plural rules that are inner classes, and adds a test for that case. by jat@google.com · 15 years ago
- 6707934 Rebuild mac binaries for FF plugin, add convenience make target. by jat@google.com · 15 years ago
- 1505801 Fixes a problem where the DevMode server was hanging when the remote UI was shut by rdayal@google.com · 15 years ago
- b13ced5 Extended timeouts of HttpSuite tests to 15 seconds because they sometimes fail if the server is busy. by jlabanca@google.com · 15 years ago
- f59d4e3 Checking rebuilt libraries for Windows and Fedora. by jat@google.com · 15 years ago
- c8ed231 Various tweaks to the Mail sample: by jgw@google.com · 15 years ago
- c43182c Fixing various IE6/7/8 layout bugs, including jiggly animation. Also by jgw@google.com · 15 years ago
- c0911ad Fixes unnecessary newlines in obfuscated, generated CSS. by jgw@google.com · 15 years ago
- 5b009a9 webAppCreator should have a "devmode" target, not "devMode". Needless modifiers cause RSI, and, even worse, annoy Andrew and Bruce. by fabbott@google.com · 15 years ago
- 5444557 Removing i18n from the samples/build.xml found in the distro result. Internationalization is subsumed into Showcase now. by fabbott@google.com · 15 years ago
- d2b23aa Fix plugin preferences after rename. by jat@google.com · 15 years ago
- 888f673 Generators now exist per-StandardGeneratorContext to avoid concurrency issues. by scottb@google.com · 15 years ago
- 9affbdb Model Enum.valueOf and Enum.values in TypeOracle since they are an implicit part of the language. by scottb@google.com · 15 years ago
- 65accff Shuffles some test classes around; adds missing tests to JavaCompilationSuite convenience test suite. by scottb@google.com · 15 years ago
- 8aadabf Add back old CRX until the new one is built and tested. by jat@google.com · 15 years ago
- b8fd5ea Change missing plugin URL. by jat@google.com · 15 years ago
- 5742b64 Simplify resolution of annotations in TypeOracle. by scottb@google.com · 15 years ago
- d52a9ba TypeOracle now builds from bytecode instead of JDT structures (part of Instant Hosted Mode work). by scottb@google.com · 15 years ago
- a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
- e9b6909 Format ApiCompatibilityChecker by scottb@google.com · 15 years ago
- ca79d91 Build plugin DLL after name changes. by jat@google.com · 15 years ago
- fa9d4d2 Update Chrome plugin naming, cleanup leftover garbage, commit object by jat@google.com · 15 years ago
- c181e22 Comment tweak by rjrjr@google.com · 15 years ago
- 059832b Hello DialogBoxParser, and stricter parsing by rjrjr@google.com · 15 years ago
- 31d98e7 Remove an outdated reference to the compile/browse button by rice@google.com · 15 years ago
- 7f491a6 Cleaning up the mail sample, adding new styles, and moving most images by jgw@google.com · 15 years ago
- 655fe8d When using the -remoteUI switch, the Main and Server loggers now log their by rdayal@google.com · 15 years ago
- 63c7541 Changes to the Message wire format: by rdayal@google.com · 15 years ago
- 011d43d Fixes two bugs in SOYC dashboard: by kprobst@google.com · 15 years ago
- a9e207a Add OS/ABI params to update URL, fixed a few names that were missed, by jat@google.com · 15 years ago
- 75e1d81 Looks massive, but it's all moves, to finish isolating concrete by rjrjr@google.com · 15 years ago
- 471305a Reintroduced r6739, r6743 and a fix for a failing test. by amitmanjhi@google.com · 15 years ago
- 178e8e4 Makes UiBinder able to deal with mixed content in ui:msg. by rjrjr@google.com · 15 years ago
- 3a9fe8a Reverts tweaks to retry logic due to broken tests. by rjrjr@google.com · 15 years ago
- 192041d Avoid infinite loop in hosted.html getTopWindow. by jat@google.com · 15 years ago