My favorites | Sign in
Google
                
Search
for
  
  PageName Summary + Labels Changed ChangedBy ...
OophmForMacBasedGwtContributors How to run Oophm if you're a GWT contributor using Eclipse on a Macintosh. 2 days ago tamplinjohn  
UsingOOPHM How to use OOPHM in current trunk. 3 days ago rjrjr@google.com  
CssResource Compile-time CSS processing Jul 03 galgwt.reviews  
AdvancedCompilerOptimizations Ideas for Future Compiler Improvements Jun 25 cromwellian  
LightweightCollections Design doc for GWT simplified collection classes Jun 23 br...@google.com  
DefaultLocaleBinding A design for "useful" default locale specification (and for configuration properties in providers) Jun 16 fabbott@google.com  
CodeSplitting Design document and user manual for code splitting Jun 11 sp...@google.com  
InitialLoadSequence Design document for specifying an initial load sequence for runAsync code fragments Jun 09 sp...@google.com  
ImageResource Compile-time image processing Jun 05 bobv@google.com  
DesignOOPHM Design: Out of Process Hosted Mode (OOPHM) May 26 tamplinjohn  
StyleInjector A utility class for injecting CSS styleshees May 21 bobv@google.com  
CssResourceCookbook Various examples of how to use CssResource May 20 bobv@google.com  
WikiWelcome May 07 ajr@google.com  
IE8Support IE8 Support Plan. Apr 28 jgw@google.com  
UserAgentCleanup Describes how we can cleanup support for various user agents. Apr 27 jgw@google.com  
MultiValuedConfigProperties Design doc describing how to enhance config properties to support multiple values Apr 24 br...@google.com  
ResourceOracle This document describes how GWT chooses resources. Apr 15 amitman...@google.com  
EnumOptimizations Optimizations for generated enum code Apr 15 jgw@google.com  
CompilerOptimizations Starting-point for new GWT compiler optimizations. Apr 15 jgw@google.com  
ClientBundle Compile-time resource optimizations Apr 06 bobv@google.com  
IssueReportSample An example of a well reported issue on the GWT Issue Tracker. Mar 30 sumitcha...@google.com  
GwtJavaApiCompatibilityChecker Design document for the Java Api Compatibility Checker Mar 26 amitman...@google.com  
JavaSystemPropertiesAndGwt List and description of the Java System properties GWT cares about. Mar 20 scottb@google.com  
CompilationUnit The new design for compilation units as of GWT 1.5 Mar 19 amitman...@google.com  
IdeasToExplore Promising ideas to improve GWT Mar 18 br...@google.com  
WebModeExceptions How GWT handles exceptions in web mode. Feb 27 br...@google.com  
BaseClassRemovalOptimization Removal of empty or unnecessary base classes. Feb 24 jgw@google.com  
InlineAnonymousInnerClassesOptimization Inline the definition and instantiation of anonymous inner classes. Feb 21 jgw@google.com  
InlineVirtualMethodOptimization Declare certain virtual methods directly within a class' prototype initialization. Feb 21 bobv@google.com  
NoClassMetadataOptimization Elimination of unnecessary class names and metadata. Feb 21 jgw@google.com  
NullOptimization Removal of certain null assignments and comparisons. Feb 19 bobv@google.com  
ReturnStatementOptimization Optimization of certain if blocks into ternary expressions. Feb 17 jgw@google.com  
HashMapOptimization Proposed optimizations to the JRE HashMap implementation. Feb 17 jgw@google.com  
DeferredCommandOptimization Proposed optimizations to DeferredCommand. Feb 15 jgw@google.com  
LibraryOptimizations Starting point for GWT core library optimizations. Feb 15 jgw@google.com  
Optimizations Overview of proposed compiler and library optimizations. Feb 15 jgw@google.com  
PrototypeChainingOptimization Simplify prototype chain setup. Feb 15 jgw@google.com  
NoCastCheckingOptimization Optionally remove class cast checking. Feb 15 jgw@google.com  
AggressiveClinitOptimization Aggressively call clinit functions at startup. Feb 15 jgw@google.com  
ClinitOptimization Removal of effectively-empty clinit() functions. Feb 15 jgw@google.com  
IdentifierAllocationOptimization Reduce the size of compiled output by more carefully allocating obfuscated identifiers. Feb 15 jgw@google.com  
ClassSetupAndInstantiationOptimization Optimize class setup by combining Javascript and Java ctors. Feb 15 jgw@google.com  
VariableDeclarationListOptimization Removal of unnecessary "var" statements. Feb 15 jgw@google.com  
NewParenthesisRemovalOptimization Removal of empty parentheses in "new" expressions. Feb 15 jgw@google.com  
KeywordInterningOptimization "Interning" certain Javascript keywords. Feb 14 jgw@google.com  
IfToTernaryExpressionOptimization Optimization of certain if blocks with return statements. Feb 14 jgw@google.com  
BooleanIfExpressionOptimization Optimization of if blocks into simple boolean expressions. Feb 14 jgw@google.com  
ArrayAndObjectLiteralOptimization Optimization of array- and object-literal instantiation Feb 14 jgw@google.com  
LightweightMetricsDesign Zero-config lightweight performance metrics for GWT modules Feb 05 sp...@google.com  
EmmaSupport This document describes the steps taken to support Emma in GWT. Jan 29 amitman...@google.com  
InstantHostedMode Design document for "Instant Hosted Mode" Jan 27 tamplinjohn  
OverlayTypes Design: Overlay Types Jan 14 bobv@google.com  
WAR_Design_1_6 Plans for changes to GWT output for 1.6. Dec 2008 scottb@google.com  
SharingCodeAmongGwtProjects How to share tools among the various gwt projects Dec 2008 amitman...@google.com  
RpcAuth A simple API for embedding authentication tokens into RPC payloads.   RPC Oct 2008 bobv@google.com  
TableOfContents GWT documentation table of contents Sep 2008 ajr@google.com  
RpcDirectEval Change the RPC payload format to executable JavaScript   RPC Sep 2008 bobv@google.com  
RpcByInterface A pattern for type-swizzling in GWT RPC payloads.   RPC Sep 2008 bobv@google.com  
ARIAImplementationDetails Details of ARIA Implementation in GWT Aug 2008 ajr@google.com  
DeferredBindingsForJRE how to make deferred bindings for JRE classes. Jul 2008 sp...@google.com  
LinkerDesign Overview of the pluggable linker subsystem being introduced in GWT 1.5 Jun 2008 galgwt.reviews  
ManagingMerges How we manage release branches and merges into trunk Jun 2008 scottb@google.com  
I18nAnnotations i18n Annotations May 2008 tamplinjohn  
NullIsUndefined How to make null and undefined behave the same way in compiled output Apr 2008 bobv@google.com  
DevPlan_1_5 Planned Development for 1.5 Apr 2008 tamplinjohn  
DomClassHierarchyDesign Design: Modeling DOM-related classes explicitly in GWT 1.5 Mar 2008 gwt.team.jgw  
ImageBundleDesign ImageBundle Generator, Image Clipping, and Image Request Batching Mar 2008 br...@google.com  
DomEventsAndMemoryLeaks An explanation of DOM events, memory leaks, and how GWT handles both. Mar 2008 br...@google.com  
DocUnderConstruction The GWT documentation is being refactored a bit, please check back soon Mar 2008 gwt.team.bruce  
EngNoteJSObjectPrototype Engineering Note on JavaScript String object prototype modifications made by GWT Dec 2007 gwt.team.zundel  
DeclarativeUi Oct 2007 gwt.team.jgw  
InProgressDesignDocs Sep 2007 gwt.team.jgw  
DocViewIndex Index Words for the GWT documentation Sep 2007 gwt.team.fabbott  
DocViewTOC Table of Contents for Test Documentation Sep 2007 gwt.team.fabbott  
BugTriageProcess GWT Bug Triage & Routing process Jul 2007 gwt.team.morrildl  
DraftDocumentation Drafts for new GWT documentation Jul 2007 gwt.team.jgw  
DevPlan_1_4 Planned Development for 1.4 May 2007 gwt.team.dpeterson  
BenchmarkingDesign Design of the new benchmarking subsystem. Apr 2007 gwt.team.tobyr  
EngMeeting_2007_04_25 GWT Team Engineering Meeting 2007-04-25 Apr 2007 gwt.team.bruce  
EngMeeting_2007_02_12 GWT Team Engineering Meeting 2007-02-12 Apr 2007 gwt.team.bruce  
GWT_GSoC Google Web Toolkit (GWT) Ideas List for Google Summer of Code 2007 Mar 2007 gwt.team.dpeterson  
EngMeeting_2007_01_29 GWT Team Engineering Meeting 2007-01-29 Jan 2007 gwt.team.bruce