gwt /
gwt /
47bb29e736b9b41f4e6a2fe735ab001489807b74 - 47bb29e Whitelisting the new event packages for javadoc. (This should be a by fabbott@google.com · 16 years ago
- 368ca39 Ignore duplicate classpath entries, and share classpaths generated from the same URLClassLoader. by jat@google.com · 16 years ago
- 49a123d Undo change r4586 due to an interaction with the api checker that breaks the continuous build. by bobv@google.com · 16 years ago
- 62773b1 Adds a -draftCompile flag to the compiler. by bobv@google.com · 16 years ago
- 2c2bdbd Temporary hack to allow forcible removal of class-literal strings by inheriting by jgw@google.com · 16 years ago
- 1516ac6 Fix NullPointerException in RPCRequest.toString(). by bobv@google.com · 16 years ago
- 9263b4f patches for legacy option and property support... these things should go away "soon," but we need to provide some grace period first. by fabbott@google.com · 16 years ago
- 7ad09d4 by rjrjr@google.com · 16 years ago
- 83f840f Catch the case of a failure to start the browser listener and avoid NPE, so the by jat@google.com · 16 years ago
- 349dabd upmerge of buildbreak fix for XSLinker and StandaloneScriptLinker by fabbott@google.com · 16 years ago
- 8b5d293 Merged a fix to tmpdir creation, so the gwt-tmp layer can't create by fabbott@google.com · 16 years ago
- 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
- 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
- a87b27d Fixes issue 3064. A virtual method call through an interface type by spoon@google.com · 16 years ago
- 67d0a53 Adds @GwtTransient, an annotation that tells GWT RPC by spoon@google.com · 16 years ago
- 8eecc1f Run jarjar on gwt-dev-platform.jar, for all three platforms, so that by spoon@google.com · 16 years ago
- fac1759 Remove missing plugin warnings with XPCOM, fix reference to external.initModule by jat@google.com · 16 years ago
- cbae25e Merging releases/1.6@4366 :4385 into trunk. by jat@google.com · 16 years ago
- 93f3776 Fix OOPHM breakage from latest merge. by jat@google.com · 16 years ago
- a5f43bd Making dependency display optional. by kprobst@google.com · 16 years ago
- 6b91ec7 Updated dashboard to include method-level control-flow dependencies by kprobst@google.com · 16 years ago
- 946c97a Sort/format/remove checkstyle warnings. by jat@google.com · 16 years ago
- e5d2854 Sort/format/remove checkstyle warnings. by jat@google.com · 16 years ago
- e77fd12 Add test for percent. by jat@google.com · 16 years ago
- b4c03e2 A couple of pieces left out of the previous commit. by jat@google.com · 16 years ago
- e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
- 310dbfd Have ControlFlowAnalyzer record fields that are written. Previously, by spoon@google.com · 16 years ago
- 8d41815 When runAsync is not used, don't emit a __gwtStartLoadingFragment() by spoon@google.com · 16 years ago
- a9365de Initial add of the AsyncProxy type to support deferred construction and method invocation for "command-style" APIs. by bobv@google.com · 16 years ago
- 278b479 Add a compiler flag -XdisableRunAsync to disable code-splitting on a per-compile basis. by bobv@google.com · 16 years ago
- f7955ea Added functionality to map runAsync split points and fragment numbers to the methods that they are placed in. This information is accessed by SOYC and displayed in the SOYC dashboard. by kprobst@google.com · 16 years ago
- 46e3cae Added some css styling. by kprobst@google.com · 16 years ago
- f09444b Removing a build-breaking test that was merged in my cherrypick at by fabbott@google.com · 16 years ago
- 4acc48f Also cherry picked, for a build break, c4269, for a sporadic apicheck bug. by fabbott@google.com · 16 years ago
- 29c9b72 Cherrypick merges of 1.6 c4298 and c4299. by fabbott@google.com · 16 years ago
- 412c9ea Windows should have <zipfileset>, not <tarfileset>, though Ant 1.7 doesn't by fabbott@google.com · 16 years ago
- ac93662 Fix a ClassCircularityError caused by a supertype having a JSNI reference to a subtype. by bobv@google.com · 16 years ago
- 5056838 Small change to cut out runAsync display until we (Lex, I) decide on how runAsync and SOYC should be integrated. by kprobst@google.com · 16 years ago
- 0c0a29e Including gwt-soyc-vis.jar in the distribution. by fabbott@google.com · 16 years ago
- c89f0ae Allowing dashboard to read gzipped input, since that's what we emit. by fabbott@google.com · 16 years ago
- 2762932 typo correction; the ListenerWrapper for Trees should fire a StateChange rather than Selection for node open. (Node close was correct.) by fabbott@google.com · 16 years ago
- 65b2f4f Modifies the IFrame linker so that any deferred-loaded JavaScript by spoon@google.com · 16 years ago
- c746465 Remove JDK 1.6 dependency from OOPHM shell. by jat@google.com · 16 years ago
- 3ac2cc7 OOPHM Checkstyle warning removal. by jat@google.com · 16 years ago
- ab927e5 Added dummy test and checkstyle targets so that the build does not break. by kprobst@google.com · 16 years ago
- d1208bc Fix distro build file for Windows. by jat@google.com · 16 years ago
- d092019 - now displaying dependencies at the class level - improved table layout by kprobst@google.com · 16 years ago
- 9544d4f Removing bad import, desk check by spoon. by ecc@google.com · 16 years ago
- 9e79481 SOYC Dashboard by kprobst@google.com · 16 years ago
- 8403666 Added SOYC Dashboard visualization to trunk/tools. See README in trunk/tools/soyc-vis for information on how to compile & run. by kprobst@google.com · 16 years ago
- 855126e Bump memory when building javadoc to see if this will fix breakage on continuous build. by bobv@google.com · 16 years ago
- e37bfbe Merge SOYC report branch into trunk. by bobv@google.com · 16 years ago
- 443691f Fix unreliable test -- it checks for implementation details that vary between by jat@google.com · 16 years ago
- 003f7a6 Replace use of RandomAccessFile with FileOutputStream, which avoids by jat@google.com · 16 years ago
- 4e209a0 Change hosted.html to get its gwt.hosted parameter from the outer frame rather by jat@google.com · 16 years ago
- 5478bc5 Does a better job of code splitting for static fields. Previously, by spoon@google.com · 16 years ago
- cd3a1a9 Checkstyle warnings + removing .settings folder until we can make an across-the-board decision. by scottb@google.com · 16 years ago
- 62d0a72 Missing file from r4201. by jat@google.com · 16 years ago
- 70bbb92 Merging releases/1.6@4147:4198 into trunk. by scottb@google.com · 16 years ago
- 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
- 47154ac Added more tests for date/time formatting in the en locale. by ajr@google.com · 16 years ago
- e7068d8 Merging releases/1.6@4130:4147 into trunk. by scottb@google.com · 16 years ago
- 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
- 5b3d538 Gives legacy defaults for -extra and -workDir, to smooth migration by spoon@google.com · 16 years ago
- a90b2cc Disables SingleScriptLinkerTest by default, because it only by spoon@google.com · 16 years ago
- 5bfd190 Added method-level timeouts to GWTTestCases, triggered by the need for by fabbott@google.com · 16 years ago
- 14ba35e Fixes the cross-site linker template to account for the change, probably in revision by spoon@google.com · 16 years ago
- 77e0cb9 Reverted the logging in r4073. by amitmanjhi@google.com · 16 years ago
- 7c405da LinkedHashMap_CustomFieldSerializer.java was included twice when building the by amitmanjhi@google.com · 16 years ago
- 59dcef3 Turning on logging to figure out what is going on in the build machine. Will by amitmanjhi@google.com · 16 years ago
- 6523b3a Made the comment clearer. No review needed by amitmanjhi@google.com · 16 years ago
- 8dec422 When generating serializers and deserializers for RPC, don't support by spoon@google.com · 16 years ago
- 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
- c0e1f21 Fixes the URL for the hosted.html file when using by spoon@google.com · 16 years ago
- 38fe1f6 When creating a script tag to load code for runAsync, by spoon@google.com · 16 years ago
- 2678d4e Removes UpRefVisitor from ControlFlowAnalyzer, which scans the whole by spoon@google.com · 16 years ago
- c715878 Fixes CodeSplitter to address a third load-order by spoon@google.com · 16 years ago
- e10ac6f This patch adds a better code-splitting strategy for implementing by spoon@google.com · 16 years ago
- 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
- c3f5a90 Support GWT.runAsync by splitting the JavaScript code by spoon@google.com · 16 years ago
- 4692d3d Fix build break from 1.6 merge. by jat@google.com · 16 years ago
- 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
- 1eebb4c A malformed test object with no name (which we expect to be the method, but which isn't set if you use the default c'tor to make your test) can hang the test infrastructure indefinitely, because reportResultsAndGetNextMethod throws and causes retries from the client, including for timeout status reporting. This flags that problem up front and fails, which is what the test will do in execution anyway (because without a name we don't know what method to run). by fabbott@google.com · 16 years ago
- ccbc50f Fix incorrect variable introduced in cleaning up sharding of methodMap creation by jat@google.com · 16 years ago
- 36099b1 SOYC work to pass the caller's class into calls to SourceInfo.makeChild() and J(s)Program.createSourceInfoSynthetic(). by bobv@google.com · 16 years ago
- 475a58e Improve robustness of XML parsing error detection on Safari. by bobv@google.com · 16 years ago
- fe671bc SOYC work to correlate SourceInfo objects with Classes, Methods, Fields, and Functions. by bobv@google.com · 16 years ago
- ea2722f Give the generated entry method an enclosing class. This by spoon@google.com · 16 years ago
- b94c147 As requested in issue 2923, visitors of a JsCatch will also by spoon@google.com · 16 years ago
- 113b42c For IE7, we should be instantiating an XHR with the native XMLHttpRequest by ajr@google.com · 16 years ago
- 44ad0f9 Added getters/setters to PopupPanel for autoHide and modal variables. by jlabanca@google.com · 16 years ago
- f07c624 Let users drag DialogBoxes off the screen in any direction, but only as long as by ajr@google.com · 16 years ago
- b44c6e1 Fix SvnInfo to handle a non-svn workspace: can't deduce the version by fabbott@google.com · 16 years ago
- 40c2924 Restoring removed innerContent change now that build is green. by ecc@google.com · 16 years ago
- 77a1452 This is a better way to find the appropriate no arg constructor; in some circumstances the original code would erroneously return a superclass constructor. by scottb@google.com · 16 years ago
- b6dd881 Temporary backing out change for mozilla's text content to see if that helps fix the build. by ecc@google.com · 16 years ago
- 7216690 Using fall back text content for old Mozilla. Desk check by jgw. by ecc@google.com · 16 years ago
- 581ce59 1) Flags api incompatibility whenever the api of an overridable api method evolves. by amitmanjhi@google.com · 16 years ago
- 17f219d Fix for issue 940, not using innerContent for mozilla text nodes. by ecc@google.com · 16 years ago
- 93b55d3 Fixes issue #2853, where leaf nodes were not lining up in IE. by ecc@google.com · 16 years ago