- 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
- 05a590d Reduces some compiler spew. by kprobst@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
- 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
- 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
- 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
- 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
- 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
- 58090c8 Initial add of Scheduler API. 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
- f7480d6 Adds com/google/gwt/soyc/** to standalone compiler. by scottb@google.com · 15 years ago
- 64a55cb Add back IE proxy handling for CheckForUpdates. 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
- e0fa5b1 Merge farewellSwt into trunk. 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
- 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
- 095e0aa Overhaul of SOYC dashboard styling. by kprobst@google.com · 15 years ago
- 39f4ee4 Various fixes for deRPC. by bobv@google.com · 15 years ago
- 9edc581 Patch to enable upgrade to latest HtmlUnit snapshots. Created a temporary dir by amitmanjhi@google.com · 15 years ago
- 357b901 Changed the plugin code, in response to changes in HtmlUnit's internal Api in by amitmanjhi@google.com · 15 years ago
- e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 15 years ago
- 875439d Adding the suffix ".if.enabled" to emma ant targets to avoid confusion. The targets are noops if emma.enabled is not defined. by jlabanca@google.com · 15 years ago
- 7d15c80 Catching up to build changes needed by trunk@6264 tools/soyc/images is dead by rjrjr@google.com · 15 years ago
- 379e70d Update from trunk@6270 by rjrjr@google.com · 15 years ago
- d50bb57 This patch has the compiler run the SOYC dashboard if -soyc is specified. The by spoon@google.com · 15 years ago
- b659bc7 Patch incorporates Ray's comments on the deadlock fix and fixes checkstyle issues. by amitmanjhi@google.com · 15 years ago
- 8c47f40 Patch fixes the deadlock issue with the HtmlUnit plugin in the UiSuite. by amitmanjhi@google.com · 15 years ago
- 670bcce Merge through trunk@6239 by rjrjr@google.com · 15 years ago
- 52ac42b Merge up to trunk @r6200. by jat@google.com · 15 years ago
- c0e9c9f Ant fixes to make test failure correctly blocking, and to cover the core/*,oophm/* pattern in dev more properly. TODO to remove that part once core & oophm merge, and there's (normatively) just src, super, test. by fabbott@google.com · 15 years ago
- b4085ba The patch explicitly check if "this" is null, when invoking a static method and throw a by amitmanjhi@google.com · 15 years ago
- be08411 Fix test failure introduced in GC fix, and an unused warning. by jat@google.com · 15 years ago
- c389b06 Checkstyle fix, unused import in BrowserChannel.java by rjrjr@google.com · 15 years ago
- 4320eaf Reformat JavaScriptObjectNormalizer. by bobv@google.com · 15 years ago
- 2e032bf Fix compiler and hosted-mode crash caused by virtual overrides in SingleJsoImpl types. by bobv@google.com · 15 years ago
- 481f92d Fix GC handling for HtmlUnit in development mode. by jat@google.com · 15 years ago
- b62c310 Remove SWT references and related mac-specific changes from the build files. by amitmanjhi@google.com · 16 years ago
- 267e944 Propagating the command-line logLevel to JUnit's logger in headless mode. by amitmanjhi@google.com · 16 years ago
- 00a1345 Changed the logLevel in HtmlUnitSessionHandler from ERROR to INFO. by amitmanjhi@google.com · 16 years ago
- 7dc9b9e Another unused import snipped by rjrjr@google.com · 16 years ago
- 92e688e Snip unused imports, fix checkstyle break by rjrjr@google.com · 16 years ago
- 4e26cc6 Revert unnecessary change to GWTShellServlet, update Eclipse instructions by jat@google.com · 16 years ago
- c090a07 Remove orphaned build files, fix incorrect reference. by jat@google.com · 16 years ago
- e07256f Fix dev tests. by jat@google.com · 16 years ago
- b7e1d81 Fix checkstyle errors. by jat@google.com · 16 years ago
- 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
- bd5e9c6 Update from trunk by rjrjr@google.com · 16 years ago
- f41dc6e Pass the SourceInfo of the mainType instead of null to JReboundEntryPoint when the binding isn't immediately known. Prevents an AssertionError when using the -manual flag. by jlabanca@google.com · 16 years ago
- fff3f88 Patch to pass java exceptions encountered during JS execution back to Java land. by amitmanjhi@google.com · 16 years ago
- 200f123 - Fixes the incompatible exceptions in JSValueGlue by amitmanjhi@google.com · 16 years ago
- 883e092 Fix path issue in SoycDashboard after moving soyc resources to a sub-directory. by kprobst@google.com · 16 years ago
- d23d67d Soyc dashboard: Adds permutation info to index page for each permutation by kprobst@google.com · 16 years ago
- 8334c30 Use <pre> around exception stack traces to preserve whitespace and use a by jat@google.com · 16 years ago
- f18984c Adds the htmlunit dependency to oophm. "ant dist-dev" passes by amitmanjhi@google.com · 16 years ago
- 0160397 Commiting the initial version of the HtmlUnit plugin. Many tests, including all by amitmanjhi@google.com · 16 years ago
- 55cc5f4 Fix NPE when -logdir is not specified. by jat@google.com · 16 years ago
- 38529e8 Unbreak the build. by jat@google.com · 16 years ago
- 0dee736 adding a -logdir flag to hosted mode; no more taking screenshots of interesting stuff. by fabbott@google.com · 16 years ago
- 3404283 Updates Soyc dashboard settings processing to be more flexible with respect to symbol maps format. In particular, it now includes leading lines in symbol maps files that do not conform to the # { ... } format. by kprobst@google.com · 16 years ago
- ddbecbc Allow naming a runAsync call using a class literal. There are now by spoon@google.com · 16 years ago
- c05c4d1 Eliminates some dead links from the Soyc dashboard when displayDependencies is off by kprobst@google.com · 16 years ago
- 45c43a6 Fixes bugs where a cloned JMethodCall fails to preserve an overridden return type. by scottb@google.com · 16 years ago
- b09f4fe Remove icons, add short text names for browser tabs in Swing UI. by jat@google.com · 16 years ago
- 24852bd Make the GWT compiler pluggable through an experimental "x.compiler.class" configuration property. by scottb@google.com · 16 years ago
- d462925 Give the hosted mode JavaScriptObject implementation class a public constructor so it can be instantiated without violating access. by scottb@google.com · 16 years ago
- a0b42eb Fix for issue 3535, whitelist/blacklist warnings suggest invalid argument by fredsa · 16 years ago
- 1d30610 Additional fix for issue 3903. Adds noscript tags to additional samples by fredsa · 16 years ago
- 49c1661 Unbreak build by making parallel changes in Win/Mac that were made in Linux. by jat@google.com · 16 years ago
- 11f740b Change the way tabs work in the OOPHM UI: by jat@google.com · 16 years ago
- d280650 Separates the ADD binary operation into two separate operations, by spoon@google.com · 16 years ago
- 78d3580 This patch moves SOYC's source code underneath dev/core/src. It leaves by spoon@google.com · 16 years ago
- a86be7e This patch removes the META-INF/services dir from xercesImpl.jar that by amitmanjhi@google.com · 16 years ago
- 9018eb1 Updates XML escaping for SOYC. Previously, some UTF-8 characters slipped through that are not allowed in XML, which caused the dashboard to crash. This fixes the problem. by kprobst@google.com · 16 years ago
- 8957a8c Correct a problem with showing the troubleshooting iframe, add support for by jat@google.com · 16 years ago
- eeed283 Formalize how default extensions are provided by ClientBundle resource types. by bobv@google.com · 16 years ago
- 344f1e6 Make Condition and Conditions Serializable so that they may work with multiple-worker builds. by bobv@google.com · 16 years ago
- e3c88de Adds a Text->Text transformation pass which sorts functions by size and clusters them by edit distance. It also integrates the IE7 block-size fix by introducing inner block scopes whenever 32767 top-level statements are added to the output. by cromwellian · 16 years ago
- 247a950 Rework stack trace emulation flag. by bobv@google.com · 16 years ago
- 4eee8e1 Implement conditional <set-property> module directives. by bobv@google.com · 16 years ago
- 3f93da5 Issue 3936: work around JDT by not computing CUD from scope chain. by scottb@google.com · 16 years ago
- 171dd16 Stop trying to launch Firefox from OOPHM (it doesn't work without extra by jat@google.com · 16 years ago
- 29857b9 Fixes a problem where the compiler did not emit dependency information by spoon@google.com · 16 years ago
- 28f568d Rollback to last green build, 5956 by rjrjr@google.com · 16 years ago
- 4b10f70 Added unary prefix '+' operator to AST to fix, Issue #3942. Modified Js code-gen to insert spaces in appropriate places to maintain correct precedence. (e.g. a+ +b should not become a++b) by cromwellian · 16 years ago