gwt /
gwt /
20584c752194f23cfad0b8c1ae1fd2c4e1c6a1fd - 20584c7 Bump buffer size on Util.copy(). by scottb@google.com · 16 years ago
- ab19b6e Optimize Linker performance handling of JavaScript. by scottb@google.com · 16 years ago
- 7783108 Optimize Link production of output directory. by scottb@google.com · 16 years ago
- 9e50e5d Optimize SymbolData serialization to speed up Link. by scottb@google.com · 16 years ago
- e887f48 Speed up JRealClassType.getSubTypes() by implementing an optimized toArray() in our set classes. by scottb@google.com · 16 years ago
- d18128a Big refactoring of StandardGeneratorContext so that only one instance is created during a compile. by scottb@google.com · 16 years ago
- 9c945c5 Early out of expensive script-size logging in Link when LogLevel > TRACE. by scottb@google.com · 16 years ago
- 9dda6c1 During precompile, only do a draft optimize due to superlinear optimization performance. by scottb@google.com · 16 years ago
- d241edb Fixes AsyncFragmentLoader.haveInitialFragmentsLoaded(). In its by spoon@google.com · 16 years ago
- 73e2cef It's not reasonable at this time to enforce the rule that a by rice@google.com · 16 years ago
- 4600b54 Fixes Issue 3508 Clicking on a CheckBox's label triggers two click events by rjrjr@google.com · 16 years ago
- adb3029 Implement RPC blacklists. by rice@google.com · 16 years ago
- 21c37c5 Changes Window.Location to use URL.decodeComponent instead of URL.decode; by ajr@google.com · 16 years ago
- 660a9bf Fix #31801: Support for multi-valued configuration properties by rice@google.com · 16 years ago
- 040f725 Fixes missing module inherits (core uses xhr for runAsync) by jgw@google.com · 16 years ago
- 7d1bfab Fix a CssResource bug where selector and rule merging did not work inside of @if or @media blocks. by bobv@google.com · 16 years ago
- 71dc1bc Modifies c.g.g.core.ext.soyc.impl.MemberFactory to have the correct by spoon@google.com · 16 years ago
- a1d974f Created a new class in the TestFile that implements Generated so that the cast later succeeds. by amitmanjhi@google.com · 16 years ago
- 0b96d11 Removed the no longer necessary @Override annotations. by amitmanjhi@google.com · 16 years ago
- 34f14c5 Since the overhead of computing md5s is not large (just 150ms for 2k files of by amitmanjhi@google.com · 16 years ago
- 9f40819 Exposing MenuBar.moveSelectionUp/Down (formerly just moveUp/Down), and making MenuBar.selectFirstItemIfNoneSelected robust for empty menus, rather than just assuming they aren't. Also made MenuItem.setStyleSelected protected for out-of-package test access, and by fabbott@google.com · 16 years ago
- 6e9964b checkstyle fixes by fabbott@google.com · 16 years ago
- fb6846e Removed Element#hasAttribute() at jgw's request because it was accidentally committed, and fixed some checkstyle errors. by jlabanca@google.com · 16 years ago
- 6907b9a Moves the IE8 implementation of get/setScrollLeft() from DOMImplTrident to DOMImplIE8 because DOMImplIE6 uses a different version. by jlabanca@google.com · 16 years ago
- 3be369f Added JavaDoc comments to DOMImplTrident and DOMImplIE8 to eliminate checkstyle errors. by jlabanca@google.com · 16 years ago
- 8156634 Fixing JavaScriptObject.toString to optimize away better, and to be verbose only in assertive states (hosted mode or assertions on). by fabbott@google.com · 16 years ago
- eb8ce0d Make the apichecker ignore the user/linker package. by bobv@google.com · 16 years ago
- 09b94b1 Removed an unused import in CodeSplitter to get rid of checkstyle error. by jlabanca@google.com · 16 years ago
- d5439a7 Sort and format. by spoon@google.com · 16 years ago
- 7225ea5 Fixed some checkstyle errors in NumberFormat caused by unsorted methods. by jlabanca@google.com · 16 years ago
- e73afda Adjusts the SOYC dashboard to include a size breakdown of the initial download. by spoon@google.com · 16 years ago
- c2fad00 Fixes http://code.google.com/p/google-web-toolkit/issues/detail?id=3611 -- refresh did not work correctly when -gen was used. by amitmanjhi@google.com · 16 years ago
- 899b7d9 Continuation of r5293. This moves AsyncFragmentLoader from package by spoon@google.com · 16 years ago
- 623548e Create a manifest file mapping RPC service types to their respective serialization policy files. by bobv@google.com · 16 years ago
- ca56e76 Fix merge problem. by jat@google.com · 16 years ago
- bad7dd6 Changes the code splitter to use a simpler splitting strategy. by spoon@google.com · 16 years ago
- 7218b02 Adds IE8 user-agent and fixes outstanding bugs in IE8-super-standards mode. by jgw@google.com · 16 years ago
- 43d631f Remove console logging that is not supported by all browsers. by rice@google.com · 16 years ago
- 365408b Implement hashCode() to match equals(), fixing a checkstyle violation. by rice@google.com · 16 years ago
- f545c72 Add protected accessors so more specific subclasses of NumberFormat can access by jat@google.com · 16 years ago
- 055b894 Test the scenario where GWT.runAsync() fails to load a code fragment due to a by rice@google.com · 16 years ago
- b16133c Reorder method to avoid checkstyle warning. by jat@google.com · 16 years ago
- 834745e Fixing the duplicate emma test drivers: only test.hosted.emma remains, not the implicit emma test in test.hosted. Its output is (correctly) $os-hosted-mode-emma, not $os-hosted-mode. by fabbott@google.com · 16 years ago
- 3fe0d34 Fixed UIObjectTest#testToString(). UIObject.toString() is equivalent to Element.getString(), not Element.toString(). by jlabanca@google.com · 16 years ago
- 614f263 Run the hosted mode user tests through the emma code path. by amitmanjhi@google.com · 16 years ago
- 7d57fe7 No more failed asserts from UIObjects with no element set. Fixes issue 3586 by rjrjr@google.com · 16 years ago
- d764802 Patch replaces tab chars with 2 spaces and fixes some formatting. by amitmanjhi@google.com · 16 years ago
- c504392 Fixes issue 3569. LongLib.shr gave incorrect results by spoon@google.com · 16 years ago
- 63d691a Adapting ProblemReport.build to use a sublogger for child messages (e.g. the subtypes tried for an instantiable type). by fabbott@google.com · 16 years ago
- 78becff When AsyncFragmentLoader checks for the success of an XHR download, by spoon@google.com · 16 years ago
- b10d8ca Fixed a bug in HandlerManager where removing the last handler of a given EventType twice would result in an NPE because we assume that the list of event handlers is not null. Now, this results in an AssertionError. by jlabanca@google.com · 16 years ago
- 4a7fded Change CurrencyListGenerator to take advantage of inheritance in the by jat@google.com · 16 years ago
- e672bc0 Refactored JReferenceType hierarchy in compiler. by scottb@google.com · 16 years ago
- f591555 1) Prefer SVN to GIT when examining a repository by zundel@google.com · 16 years ago
- 00a3580 Fixes a bug where DateTimeFormat would accept 0 as a valid month or day. Also by ajr@google.com · 16 years ago
- b4b3d23 Reworked error logging in STOB, coincidentally gaining a 22% compile-time improvement in DynaTable sample by improving short-circuiting of already-examined types and avoiding "speculative" STOB processing. Basic idea is that errors are accumulated in a ProblemReport until we later know the overall result and can decide whether and how to emit them. by fabbott@google.com · 16 years ago
- 9f58bd2 Don't let an exception escape if we can't decode cookies. Future work to by jat@google.com · 16 years ago
- a3082e5 One more try for JSONP support. by jat@google.com · 16 years ago
- a7d49a9 Move -soyc flag up to Precompile so that it works with both compiler entry by jgw@google.com · 16 years ago
- 0718d45 Tweaks docs on secure cookies, fixing issue 1638 by rjrjr@google.com · 16 years ago
- 3eff648 FF3 uses negative scrollLeft positions in RTL, but FF2 does not. This patch checks for the version of FF when get/setScrollLeft() is called. by jlabanca@google.com · 16 years ago
- 15504bd Revert r5226; dependency on seed functions interacts poorly with runAsync. by bobv@google.com · 16 years ago
- 791a4ec Rollback r5225 due to failing IE7 test. by jat@google.com · 16 years ago
- 3179c39 When class metadata is disabled, use the class seed functions to derive predicable names that can be deobfuscated via the symbol map files. by bobv@google.com · 16 years ago
- 121529a Add JSONP support - resubmit of 5208 after fixing IE7 bug. by jat@google.com · 16 years ago
- c57ab4e A recent change in getScrollLeft() normalize browsers to firefox's method of returning negative indexes in RTL mode. However, old mozilla does not do this automatically, so it also needs to be normalized. by jlabanca@google.com · 16 years ago
- d5e167d Removing System.out.println hack we used to track down the flakey RPC test failure. by scottb@google.com · 16 years ago
- 1f92c3d Fixes synchronization issues in SerializabilityUtil, which could cause random RPC failures due to a race condition. by scottb@google.com · 16 years ago
- 82fd2b9 Fixes how we translate between Java and JavaScript source positions in BuildTypeMap. by scottb@google.com · 16 years ago
- dd5d948 DatePicker throws an IllegalStateException when it is used in a time zone where daylight savings time occurs at midnight. The problem is that, as the DatePicker populates the dates in the calendar, it uses a time of 00:00:00 for all dates. However, in countries where DST occurs at midnight, the dates are coerced to the next day, resulting in an invalid state. by jlabanca@google.com · 16 years ago
- 411242c IE and WebKit report incorrect values for scroll-left in RTL mode, and I've normalized on what Firefox does, which is to report negative offsets from the right edge. This makes the absolute-positioning math work out properly, and is what other toolkits seem to have standardized on as well. by jlabanca@google.com · 16 years ago
- c4e1d77 Some user-agents return status code 0 when operating off of file: URLs. by bobv@google.com · 16 years ago
- 53e7ebe Fixing a very dusty old typo in simplerpc's ant build file. by fabbott@google.com · 16 years ago
- 33be780 Rollback r5208, since it is failing on IE7. by jat@google.com · 16 years ago
- dd00a2f Added a hack to confirm that the flaky RPCSuite failure is what we think it is. by scottb@google.com · 16 years ago
- b16d0c8 Add JSONP support. by jat@google.com · 16 years ago
- 2f3fdd6 When sharded precompiles are on, force the option "retain by spoon@google.com · 16 years ago
- 620b7eb Rolls back r5075. It's causing mysterious failures, and nobody by spoon@google.com · 16 years ago
- cff7176 Changes MakeCallsStatic so that it does not devirtualize calls from by spoon@google.com · 16 years ago
- c2f4cf0 Tweak pretty-printed Java source output for proper indentation on JSNI methods. by scottb@google.com · 16 years ago
- c4ee3bb Make Link run faster and use less heap by caching big objects to disk. by scottb@google.com · 16 years ago
- 7c7c6d6 Removes JProgram reference from all nodes (and their constructors). by scottb@google.com · 16 years ago
- 28c1868 Fixed bad classpath in benchmark-viewer project. by scottb@google.com · 16 years ago
- e39e969 Adding push/shift operations to JsArray* classes. by fabbott@google.com · 16 years ago
- 15050e6 Fixes a bug with calling private instance methods in web mode from by spoon@google.com · 16 years ago
- bac83d6 Another followup to r5190. I accidentally left out this change by spoon@google.com · 16 years ago
- 051ee6e Add support for logging response headers, and support multiple headers by jat@google.com · 16 years ago
- ac55772 Fix error message to include the property name when a binding vs. configuration property mismatch occurs. by bobv@google.com · 16 years ago
- 385be65 Removes some code accidentally committed along with r5191. by spoon@google.com · 16 years ago
- 865eb97 Adds more bridge methods so as to simplify and make more robust by spoon@google.com · 16 years ago
- 93951bf Lower the memory usage of -soyc by using an array in place of an EnumMap. by spoon@google.com · 16 years ago
- ef90559 Initial add of StyleInjector. by bobv@google.com · 16 years ago
- 35004b3 Fix OpenJDK compatibility (a generic type inference bug) by removing the by jat@google.com · 16 years ago
- 60b69f0 Hooking up a couple of missing cause chains in the server-side RPC exception handling code. by scottb@google.com · 16 years ago
- 353cbb0 Rollback 5174 until I can figure out why it fails in ant but not from Eclipse. by jat@google.com · 16 years ago
- 22e2474 Build fix: remove another dependency from ApiChecker to old JDT. by scottb@google.com · 16 years ago
- 6fcc830 Change CurrencyListGenerator to take advantage of inheritance in the generated by jat@google.com · 16 years ago
- 275e39f Adding missing setCompilationStateRetained() to OOPHM HostedMode. by scottb@google.com · 16 years ago
- f3c01eb Build fix: ApiChecker should depend on gwt-dev instead of an explicit (old) JDT jar directly. by scottb@google.com · 16 years ago
- d20f97d HACK: compiler clears out pinned i18n static data to free memory. by scottb@google.com · 16 years ago