- 5ed7c38 Reorder outer 'this' constructor arguments to come before user arguments. by scottb@google.com · 15 years ago
- 7705289 Add numeric wrappers to JavaResourceBase. by tobyr@google.com · 15 years ago
- c278ce8 Make GWT depend on json-1.5.jar that contains 1.5 compatible bytecode instead by amitmanjhi@google.com · 15 years ago
- 62e51a6 Fix abs breakage, the compiler was rewriting 0.0-x with -x, which by jat@google.com · 15 years ago
- 14e8c21 Normalize Array.getClass() by scottb@google.com · 15 years ago
- a2d7312 Wholesale move of the app, requestfactory, and valuestore packages from the bikeshed dir to user dir. by amitmanjhi@google.com · 15 years ago
- edfd992 Update to Jetty 7.0.2. by jat@google.com · 15 years ago
- 4f3e817 Work around Safari 5 failures where right-shift of a non-integer is not by jat@google.com · 15 years ago
- 7c394a5 The DevMode JSO changes are too complex to integrate as a single change. Need to find a better strategy. by bobv@google.com · 15 years ago
- 2928a18 Reintroduces DevMode JSO rewrite after correcting VerificationErrors. by bobv@google.com · 15 years ago
- 5807b49 Reduce Eclipse warnings to a dull roar by rice@google.com · 15 years ago
- 6d25399 Adds a simple JJS test to verify that enums compile. by scottb@google.com · 15 years ago
- 5d51f8e Roll back JSO changes due to reports of NPEs in MethodWriter. by bobv@google.com · 15 years ago
- 50dca76 Reintroduces DevMode JSO rewrite after correcting VerificationErrors. by bobv@google.com · 15 years ago
- b4931f3 Adds more logging to JUnitShell. The redundant logging will be removed later. by amitmanjhi@google.com · 15 years ago
- 7d73777 Update HtmlUnit logging. by amitmanjhi@google.com · 15 years ago
- 38b3eca Removes the -XshardPrecompile option. by spoon@google.com · 15 years ago
- d9f13ab Add Firefox 3.7alpha support (still need Windows changes). by jat@google.com · 15 years ago
- 81891c8 Copy long<->base64 code to Base64Utils for server RPC code by rice@google.com · 15 years ago
- ad33b8c Add useful hooks into GWT to allow other tools to parse and analyze Java code. by bowdidge@google.com · 15 years ago
- 714917d Improve wire format for primitive long values. Keep support for the previous format in server-side code. by rice@google.com · 15 years ago
- ccef588 Moving gwt logging over from the IO branch. Changed the gwt.logging by unnurg@google.com · 15 years ago
- 8db0725 Optimize CfgBuilder.BuilderVisitor.addNode(). by avassalotti@google.com · 15 years ago
- e2d1e82 Tweak JavaAstConstructor's copy of Class to match emulation API. by scottb@google.com · 15 years ago
- e8ac334 A new model for external types by scottb@google.com · 15 years ago
- 9d0f326 Adds Class.getName() to JavaAstConstructor by scottb@google.com · 15 years ago
- 7bc436e Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
- dfa2a06 Rolling back DevMode JSO change due to VerifyError. by bobv@google.com · 15 years ago
- a3bc0d8 Part 2: Update DevMode JSO runtime to new model. by bobv@google.com · 15 years ago
- ea8a21c Add new LongLib test case by rice@google.com · 15 years ago
- 60fe18a Fixes pathological slowness in remote UI logger (GPE). by scottb@google.com · 15 years ago
- 569d591 Rollback of date/time format changes due to failing internal tests. by jat@google.com · 15 years ago
- b580c91 Add additional predefined Date/Time formats and the ability to generate custom localized formats. by jat@google.com · 15 years ago
- bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
- d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
- 81b79bd Set the superclass of the value map inner class to be Object. Every class deserves to have a superclass. by bowdidge@google.com · 15 years ago
- a85192c Adds some additional api area to our test compilation units. by scottb@google.com · 15 years ago
- 993ff82 Merges r8060 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
- 11b85e1 Merging from the 2.1 I/O branch through r8059 by spoon@google.com · 15 years ago
- 08c1520 Merges r7984 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
- 2846ba5 Merges r7983 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
- e13bab5 Fixes a bug in the compile report dashboard where entries with same sizes were by kprobst@google.com · 15 years ago
- 254362c Introducing lattice TOP for constants. Making it starting value. by aizatsky@google.com · 15 years ago
- d770fa5 CFG: fixing case fallthrough. by aizatsky@google.com · 15 years ago
- ab11e00 Fixing division by zero while evaluating constant expression. by aizatsky@google.com · 15 years ago
- d413ce0 The gflow constant analyzer assumes that parameters by spoon@google.com · 15 years ago
- abc6da7 Updates the list of aggressive optimizations to be those by spoon@google.com · 15 years ago
- 7f3adca Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
- 371bdc6 Fix missing return value warning. by johnlenz@google.com · 15 years ago
- 8a78d4c Rolling back the recent change to JUnitShell pending discussion by spoon@google.com · 15 years ago
- 8e16dbe Fix missing flush in sending a SwitchTransport message. by jat@google.com · 15 years ago
- 49867cd Update some old selection script templates for modern dev mode by scottb@google.com · 15 years ago
- ec121f8 JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
- e1c76f7 Log AssertionErrors thrown by Generators to improve developer experience. by bobv@google.com · 15 years ago
- 658cc74 Sort & format. by scottb@google.com · 15 years ago
- 083b65b CFG: Always jumping to first case statement by aizatsky@google.com · 15 years ago
- 0c5c2ef Fixes a couple of issues with the RemoteUI and GPE DevMode view interaction. The problem is GPE shows the startup URLs in the DevMode view _before_ the modules were fully loaded. The root issue is GPE does not receive the moduleLoadComplete message. When we went to push this message to GPE, we discovered the protobuf is too restricted: the RequestType cannot have new values and maintain backwards compatibility. This is because requestType is a "required" field, so older GPE versions will not understand the new moduleLoadComplete message and thus have an undefined requestType, at which point an error is thrown because requestType is required. by jasonparekh@google.com · 15 years ago
- 368fc5b For compatibility with linkers that don't yet understand soft by spoon@google.com · 15 years ago
- 972b1f9 Fixes ICE in JsInliner. by scottb@google.com · 15 years ago
- 1c8b065 Have JsInliner refuse to interpose a new expression by spoon@google.com · 15 years ago
- 8a75f87 Allowing null clinit. by aizatsky@google.com · 15 years ago
- 2a00458 When analyzing method signatures to look up a JSNI by spoon@google.com · 15 years ago
- 27362d9 Rename JTypeOracle.computeHasClinitTarget() -> JTypeOracle.computeClinitTarget(). by scottb@google.com · 15 years ago
- df296d5 Removes unnecessary uses of a JProgram instance where it's really not needed. by scottb@google.com · 15 years ago
- 78f7086 Removes trivially-delegating clinits, plus some. by scottb@google.com · 15 years ago
- 8be653a Cleaned up some JProgram create* methods. Moved dotify from JProgram to BuildTypeMap. by scottb@google.com · 15 years ago
- 88c980c Performance counters for tracking repetetive operations. by aizatsky@google.com · 15 years ago
- d98affb When looking up JSNI references, ignore private fields and methods by spoon@google.com · 15 years ago
- 504bbb7 Remove JDK 1.6-isms; fix a checkstyle warning by rice@google.com · 15 years ago
- fa7cd8e SelectionScriptLinker was setting the wrong timestamp on by spoon@google.com · 15 years ago
- 42a8ee4 Make ServletValidator not use Jetty. by scottb@google.com · 15 years ago
- a5d96cd Removes the completely spurious generatedResource directory. by scottb@google.com · 15 years ago
- 7acf784 BinaryEmittedArtifact now forces subclasses to implement getLastModified. by scottb@google.com · 15 years ago
- 23e3436 Checkstyle fixes by rice@google.com · 15 years ago
- 713786b Support runAsync with the cross-site linker. by spoon@google.com · 15 years ago
- fcb44af Add soft permutations to the GWT compiler. by bobv@google.com · 15 years ago
- a15c79b Upgraded to a dethreaded HtmlUnit r5607. Removed @DoNotRunWith annotation by amitmanjhi@google.com · 15 years ago
- ef91c8d Allow static-dispatch style JS .call invocations to be inlined. by scottb@google.com · 15 years ago
- 09c13de Only setup prototypes on constructors which are the direct target of new operations. by scottb@google.com · 15 years ago
- 639123b Fix flaky MessageTransport test (again). by rdayal@google.com · 15 years ago
- afdbca8 One-line fix to SelectionScript's fallback logic for non-shardable subclasses. by spoon@google.com · 15 years ago
- ada9166 Remove an incorrect @Override of an interface method by rice@google.com · 15 years ago
- 413d128 Extract from the selection script templates the functions by spoon@google.com · 15 years ago
- 04747cc Give a better error message when RunAsyncCode.runAsyncCode is passed something by spoon@google.com · 15 years ago
- e349b0e Reduce warnings in Eclipse: by rice@google.com · 15 years ago
- 7ab9e9b Fix flaxy MessageTransport test. by rdayal@google.com · 15 years ago
- 3d7bee7 Don't ever set the "base" variable to null. It is supposed to be the empty string by spoon@google.com · 15 years ago
- eb452bd A few runAsync-related code size improvements. by scottb@google.com · 15 years ago
- 1f01593 Disentangles CompilationResult from Permutation. by scottb@google.com · 15 years ago
- 8894a20 Fixing handling of nested switch statements in gflow. by aizatsky@google.com · 15 years ago
- 40a9301 Adding missing package descriptions to various packages. by jlabanca@google.com · 15 years ago
- f99de34 JConstructor redesign. by scottb@google.com · 15 years ago
- a9e8746 Fixes GenerateJavaScriptAST to not produce duplicate native polymorphic methods. by scottb@google.com · 15 years ago
- 942d3d6 Fixes JsDuplicateFunctionRemover to be more robust. by scottb@google.com · 15 years ago
- e5120fa Sort, format, misc tweaks. by scottb@google.com · 15 years ago
- b773e55 Gflow framework with some local CFG-based optimizations. by aizatsky@google.com · 15 years ago
- 53e6a27 Updates the IFRame and XS selection script templates to support by spoon@google.com · 15 years ago
- 762ad66 Supports a new <when-linker-added> tag in GWT module files. by spoon@google.com · 15 years ago
- c721589 This patch modifies the compiler in two ways: by spoon@google.com · 15 years ago
- 75e2425 Removes unnecessary constructor param from JsniMethodBody. by scottb@google.com · 15 years ago