Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gwtproject/gwt

GWT Open Source Project
https://github.com/gwtproject/gwt

Make devmode.js have a module specific filename

Review by: [email protected]

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9859 ...

f0b46f5955233da25999112a0a8a15c840fa8aaa authored almost 14 years ago
Fix the worst concurrent modification problems in compiler memory-light set/map.

Due to a bug in com.google.gwt.dev.util.collect.HashMap.put(), we were eagerly growing the under...

29e20c1c40dbe26f69538328a4777169ea95f424 authored almost 14 years ago
Fix issue 5807 on server side. Previously reviewed at 1370803.

Review at http://gwt-code-reviews.appspot.com/1384802

git-svn-id: https://google-web-toolkit.g...

7c6884ba09ba0a8d77e20ff3f40b569d7aad10e9 authored almost 14 years ago
Test for compile failure if attributes don't match.

[JSR 303 TCK Result] 117 of 257 (45.53%) Pass with 14 Failures and 8 Errors.

Review at http://g...

679e96044c39ed1fe62f25880aac8895920def71 authored almost 14 years ago
Rolling back jsinliner patch, issues have been identified

Review by: [email protected]

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@98...

2cc85fbb924c42727d7424ce32e621eb5498ab57 authored almost 14 years ago
Reintroduces JsInliner patch with minor tweaks, addresses issue 5707 (previously submitted by

cromwellian at rev 9362)

Review at http://gwt-code-reviews.appspot.com/1386801

git-svn-id: htt...

ac97c8bddcadfddb6d6256ec5da22a238f26415f authored almost 14 years ago
Overhaul overlay types.

In general, JSOs now treated like other Java types, except for cast/instanceof
and instantiabili...

15f67570ced896f2eade9afac0cc8bfc755fe941 authored almost 14 years ago
Fixing touch scrolling support for devices that support it natively. Our current touch support overrides native touch scrolling on tablets, which breaks touch scrolling.

Review at http://gwt-code-reviews.appspot.com/1369809

Review by: [email protected]

git-svn-id: ht...

b071a2127e2384ff72eb470e50c65424b3b1bae3 authored almost 14 years ago
Fix bug on IE where onload events don't fire for IFrames.

This is a bugfix for
http://code.google.com/p/google-web-toolkit/issues/detail?id=1720

Review a...

a7b6d0a0b605c74a947a554bfce2d290115272d5 authored almost 14 years ago
Fix generated JS for getting the locale property value from the

user agent.

Public review at: http://gwt-code-reviews.appspot.com/1382803/

Patch by: jat
Review...

5ebfead1ca6b473765da28db633f2863a427a3ef authored almost 14 years ago
Provides a wrapper around transforming a resource name (filename or URL)

into an absolute URL. By default, this tacks on the module base
to a relative URL and leaves oth...

b5d8523415b990f4e6706b91c206404d34628838 authored almost 14 years ago
Fixing newline characters in GwtAstBuilder.java and ReferenceMapper.java.

Review by: [email protected]

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@98...

212c2da8206740685d5df47a024e8991fe91d8cd authored almost 14 years ago
This is the first step of a major rewrite of how the i18n generator

works. The ultimate goal is to have the i18n generator be able to
run during compilation, as a s...

9323850fca6f541487a4f486559d65d97420d787 authored almost 14 years ago
Increasing the timeout of GWT user tests to 5 hours. Between the ever increasing number of test cases, and the new IE9 user agent, it takes longer to run tests on slower machines.

Review at http://gwt-code-reviews.appspot.com/1380803

Review by: [email protected]

git-svn-i...

18f24c076adf38ad3ba22d90e0b9e93e64de6d88 authored almost 14 years ago
CompileModule / GwtAstBuilder

Introduces a new CompileModule action, which triggers the production of decoupled ASTs during Co...

92dd99313f161e897d3b2752d9a17cbcadf33d62 authored almost 14 years ago
IE9 support (BETA) - 3/3.

Known Issues:
http://code.google.com/p/google-web-toolkit/issues/detail?id=6136
http://code.goog...

4bcc06f9e06be921ab97d76e11c8c4842ab28337 authored almost 14 years ago
Clean up pesky UiBinder warnings

Review at http://gwt-code-reviews.appspot.com/1380802

Review by: [email protected]

git-svn-id: ...

941d13ca1f507297386c52746f42220d4b379327 authored almost 14 years ago
Bumping the memory used to build samples now that Showcase is pushing on the limits.

Review by: [email protected]

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@...

9d22108cb7010a1d330c2a84a33c61d8cff45d2a authored almost 14 years ago
Copy/paste detected in NumberLabelParser :-)

It leaks DateTimeFormat from DateLabelParser.
I've added couple statements into test and fixed pr...

0c06dbc5fb8afb60c37fc6f6b5d3202f3d419c5b authored almost 14 years ago
Address issue 6066 where RequestFactoryEditorDriver doesn't collect composite paths.

http://gwt-code-reviews.appspot.com/1363801
Patch by: t.broyer
Review by: bobv

git-svn-id: http...

908c40865326e8f392fd7aaeaabc6b74989d3b9e authored almost 14 years ago
Address issue 6076 where composite paths were not recorded correctly.

http://gwt-code-reviews.appspot.com/1364801/
Patch by: t.broyer
Review by: bobv

git-svn-id: htt...

7825160e73b96ae52eb6006421b3b3ff574841de authored almost 14 years ago
Support paths for iterables without a key or an index.

[JSR 303 TCK Result] 116 of 257 (45.14%) Pass with 14 Failures and 9 Errors.

Review at http://gw...

3be5f2f97430607b317a5ff1b70c2eb5caa4df8c authored almost 14 years ago
Extract ServiceLayer.getDomainClassLoader() to ensure consistent use of ClassLoaders within the service layer.

Issue 6092.
Review at http://gwt-code-reviews.appspot.com/1374804
Patch by: bobv
Review by: t.bro...

8da706d26cb67af33386e20f1838a48c2bda40ca authored almost 14 years ago
add ie9 user.agent with fallback binding to ie8. (in preparation for ie9 support).

Review at http://gwt-code-reviews.appspot.com/1369808

git-svn-id: https://google-web-toolkit.g...

d885159f9ac5d510e6b664530289e93d68f8183f authored almost 14 years ago
Handle custom constraint violation messages.

[JSR 303 TCK Result] 110 of 257 (42.80%) Pass with 20 Failures and 9 Errors.

Review at http://gw...

adfeb317bdfcebb30bdf24139424dd35e813237f authored almost 14 years ago
PatternValidator must match the whole input string.

[JSR 303 TCK Result] 111 of 257 (43.19%) Pass with 19 Failures and 9 Errors.

Review at http://gw...

208162529723d563ddd61ec6633ffbd0ebccef3a authored almost 14 years ago
Fixed validation classifier, added clean plugin to prevent gwt-user from being deployed to GAE, upgraded to GAE 1.4.2, gwt-maven-plugin 2.2.0

Review at http://gwt-code-reviews.appspot.com/1377802

Review by: [email protected]

git-svn-i...

3c1d267cdcee9ebbc7a3e874b9b45e64d3ab366d authored almost 14 years ago
Adding vertical padding to hborder.png in the new Clean style theme to handle large Buttons/DatePickers. Currently, the sprited background images are much too short, so other background sprites will bleed into a button and date picker cells over ~40px tall.

Review at http://gwt-code-reviews.appspot.com/1368808

Review by: [email protected]

git-svn-id: ht...

18530ee4c4ada8c535202ed4b279825463eb9402 authored almost 14 years ago
Updates UiBinder HTML rendering to use SafeHtml. Rather than generating generic HTML strings for HTML objects, the generated binder code creates a SafeHtml template based on the *.ui.xml specs and passes arguments to the template as either String or SafeHtml-wrapped objects, depending on the context.

A small size regression is expected as a new SafeHtml template signature and implementation are ...

eb282f0d7d36b8b384573a973c2280d1c35c2f8e authored almost 14 years ago
Fixing ActionCell and ButtonCell clicks outside of the Button element are ignored.

Issue: 5641
Author: hekke, jlabanca

Review at http://gwt-code-reviews.appspot.com/1371810

Revi...

a0dc88c8be7408be9554f746eb1ec93798183a28 authored almost 14 years ago
Let the Key for Maps be of type Object.

[JSR 303 TCK Result] 110 of 257 (42.80%) Pass with 20 Failures and 9 Errors.

Review at http://g...

f0081e1d434c5359bef26ba90281457c49cc7d48 authored almost 14 years ago
Replacing the testng-5.14.1.jar with testng-5.14.1-nojunit.jar in the gwt-user .classpath file. The testng-5.14.1.jar was removed to allow GWT to use Junit4.

Review at http://gwt-code-reviews.appspot.com/1377803

Review by: [email protected]

git-svn-id...

49f0b482f5d86c6abad3994a9e146a1b13e73bf5 authored almost 14 years ago
property fall back value evaluation scheme - enable fall back bindings.

Review at http://gwt-code-reviews.appspot.com/1369807

git-svn-id: https://google-web-toolkit.g...

be549ad4fd1f6d422a0ef0e37fd06bc828334ee3 authored almost 14 years ago
Switching to the junit4 jars, although the @annotation stuff isn't going to work. Also switching to the non-junit4 testng jars, to avoid classpath order confusion.

Review at http://gwt-code-reviews.appspot.com/1374801

Review by: [email protected]

git-svn-id: ht...

618aafc28d982d8e73db855adaf1246745b07f94 authored almost 14 years ago
Format changes only. Applied new auto-formatter in prep for real changes.

Review at http://gwt-code-reviews.appspot.com/1370807

Review by: [email protected]

git-svn-id: ...

f9ee694cfc784e82cc7c4514e1fbbd277cf9d70e authored almost 14 years ago
Added note to Javadoc about running in Eclipse.

Review at http://gwt-code-reviews.appspot.com/1371807/

Review by: [email protected]

git-svn-id:...

17c86cde532e649390c6f9a3b2ffd6abf0f26ef8 authored almost 14 years ago
Records names of JSNI calls and callbacks in SpeedTracer events.

Review at http://gwt-code-reviews.appspot.com/1356806

git-svn-id: https://google-web-toolkit.g...

2ccf1859b656b19847d9d1d3f59a9cc908cd81ef authored almost 14 years ago
WebAppCreator now has the ability to create apps from templates.

It can also mix different templates to generate the sample app based on the value passed with a
'...

820a91e36d58a3a9b7de2e19975aaa05cd25a9c7 authored almost 14 years ago
HTML5 Storage API in GWT.

This change adds the HTML5 local and session storage APIs, and a Map interface
backed by storage...

3d7c7b58136874f69ca62c7e0209cf3fb6252a86 authored almost 14 years ago
Add bidi support comments to CheckBox and RadioButton

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9817 8db76d5a-ed1c-0410-87a9-c1...

8d0457d39233ff2c1c58d3f39afb7ebde5e03138 authored almost 14 years ago
Correct broken javadoc

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9816 8db76d5a-ed1c-0410-87a9-c1...

3d712b82da2a152f17991eb639f544e09db69e14 authored almost 14 years ago
Adding touch scrolling support to ScrollPanel for mobile support. TouchScroller augments an existing widget implementor of HasScrolling. By default, it is enabled in ScrollPanel so users don't have to worry about adding special mobile support (most users are surprised that ScrollPanel isn't natively supported on mobile browsers). Power users can disable the default TouchScroller and implement their own, with specialized Momentum logic. However, most users will just use the default implementation.

Review at http://gwt-code-reviews.appspot.com/1370801

Review by: [email protected]

git-svn-id: ht...

f3e2be753560a704d3333ec9b146e2e95a97f057 authored almost 14 years ago
Adds unit tests for extending JavaScriptObject. Tests a loosening of the

restriction for mulitple JSOs implementing the same interface added in

http://gwt-code-reviews.a...

1b71ed141fa514ffc421dfae215da7cf285d2f1d authored almost 14 years ago
Reformatting pass with updated gwt-format.xml Eclipse formatter before persistent unit cache patch

review.

Review at http://gwt-code-reviews.appspot.com/1368802

git-svn-id: https://google-web-t...

fb002e7303725b48eb8c285e85bc050d47f8dd4c authored almost 14 years ago
Fixing firefox permission error message when assesing nodeType of a restricted html element (such as iframe).

Review at http://gwt-code-reviews.appspot.com/1369804

Review by: [email protected]

git-svn-id:...

4f2ec317146ca480deb49345ebcb44fdeda3c5ef authored almost 14 years ago
Decentralize JClassLiterals.

This change allows JClassLiterals to be created apart from a JProgram. A new normalization pass...

62d25291f5b527064402442280de108195834383 authored almost 14 years ago
Updates the SafeHtml template creator to append template arguments individually rather than appending them in a single statement. The current form was causing a JavaScript exception when invoking a template with a large number of arguments. Also fixes a small javadoc issue.

Review at http://gwt-code-reviews.appspot.com/1376801

Review by: [email protected]

git-svn-id: ht...

c293e1712c8c5d92e721ece1865da5f21b197fed authored almost 14 years ago
Modifying ClientBundle to create resources lazily, which allows the compiler to dead strip unused resources.

Review at http://gwt-code-reviews.appspot.com/1368803

git-svn-id: https://google-web-toolkit.g...

984a6bb186f39438a1a97994fc1bc2138d4f13d3 authored almost 14 years ago
Increase Stack Size for ant tests, to prevent test failures (address issue 6100)

Review at http://gwt-code-reviews.appspot.com/1369806

git-svn-id: https://google-web-toolkit.g...

27a09aee339aadddda28a9f5b2e4b512cbe5e990 authored almost 14 years ago
Added support for a -quirksMode flag to GWTTestCase (via the gwt.args system

property). Quirks mode is currently the default, but the default will change
to standards mode so...

63341cfaccde91474bf58ebde5485a643c7505f8 authored almost 14 years ago
Fixing a bug in TabLayoutPanel where calling setTabText() removes the tab from the panel. r9689 fixed some edge cases in TabLayoutPanel such as calling tabContents.removeFromParent(), but it introduced this bug.

Issue: 6034

Review at http://gwt-code-reviews.appspot.com/1368806

Review by: sbrubaker@google....

10b805d0c4bca698ea02a0f8db9f274623cb20fe authored almost 14 years ago
Fix for issue where Image(Element element) does not initialize the initial ClippedState.

http://gwt-code-reviews.appspot.com/1370804/

Issue: 5998
Author: david.nouls
Review by: jlabanca...

0982d76b05452016d63cd8e0b8bba979755d03f4 authored almost 14 years ago
Use RequestContext-local AutoBeanFactory.

Fix unmade change due to branch merge problem.
Patch by: bobv
Review by: rjrjr

Review at http://...

e55508c58f7023843169c1d741bf189603a9b82f authored almost 14 years ago
Improve AutoBean code generation by reducing the total number of types declared by the generated code.

Allow pruning of unused proxy types by having an AutoBeanFactory per RequestContext type.
Patch b...

c7328ebdde488ed57e0f3b7675f87d14c5fa02eb authored almost 14 years ago
Replacing the default 11kB CellTable loading image with a new 404 byte image to reduce compiled code size (reduced by 14kB due to the way images are encoded) of apps that use CellTable.

Also adding a constructor overload to CellTable that takes a loading indicator widget as an argu...

ae884888a9f886c1055c9787a4428ff0c412ff57 authored almost 14 years ago
Formatting changes with updated Eclipse GWT Format settings for issue 1373803

(see http://gwt-code-reviews.appspot.com)

Review at http://gwt-code-reviews.appspot.com/1371806
...

1a3957239b60e7c0823b0d04a44e615091dda6fd authored almost 14 years ago
Add a dummy appengine-web.xml file to Showcase.

This makes it easy to run Showcase from the command line,
using App Engine's development server.
...

be3d2c8552e21bff487b11266cd70437c45287f0 authored almost 14 years ago
Artificial rescue should not explicitly rescue class literals.

http://gwt-code-reviews.appspot.com/1370806/show

Review by: [email protected]

git-svn-id...

a4b70b6cb56ea06f4b969cb9b40b8d8bc9e7f813 authored almost 14 years ago
Fix EZT formatting

Review at http://gwt-code-reviews.appspot.com/1367803

Review by: [email protected]

git-svn-id: h...

09052f49dbbcad91561978382c7e967595405b46 authored almost 14 years ago
To prevent infinite loops, the Bean Validation implementation must ignore

the cascading operation if the associated object instance has already been
validated in the curre...

f157bc8a945671250a3cce111bf1b21c0b967ce6 authored almost 14 years ago
Only validate a constraint annotation once.

[JSR 303 TCK Result] 106 of 257 (41.25%) Pass with 24 Failures and 9 Errors.

Review at http://g...

68e903f7a567976008e9156e036bffe0bf8d394c authored almost 14 years ago
Fixes a bug in TypeOracle for computing information about single JSO impls.

If you have an interface (lets call it B) that doesn't declare any new methods,
but implements s...

f21ba38c90598c9cdc8b21d95d9ac7e4cc43d798 authored almost 14 years ago
Tweak the strange "CSS standards" verbiage in JUnitShell

Review at http://gwt-code-reviews.appspot.com/1371804

Review by: [email protected]

git-svn-i...

628a6942ace7c51c0ac5150165e2ef8728e876dd authored almost 14 years ago
Adding a BlacklistEventTranslator and WhitelistEventTranslator to DefaultSelectionEventManager to make it easy to deny/allow selection for specific columns in a CellTable. This is useful when you have a Cell that responds to events, such as a button or link, and should not participate in Selection.

Review at http://gwt-code-reviews.appspot.com/1368804

Review by: [email protected]

git-svn-...

20fb3192c584c6c85e3012b13968e21adfab8c8c authored almost 14 years ago
More autoformatter tweaks. Allow wrapping on assignments, do not

prefer outer expressions when wrapping, and change the line length to
100 (like everyone else at ...

9160beab89582dd6b470e356863328a0227d3715 authored almost 14 years ago
Rollback of bugfix due to failing testChangeImageToClipped test on ie7.

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9786 8db76d5a-ed1c-0410-87a9-c1...

fc45527b5530a0e7b10efcad118b4f94321a3d9d authored almost 14 years ago
Fix bug for IE frames where onload events don't fire.

Issue: http://code.google.com/p/google-webtoolkit/issues/detail?id=1720

Review at http://gwt-co...

ced4503c323d4bbe0df83b7a2fa81205a08b5b5b authored almost 14 years ago
Reduce JType and JPrimitiveType memory and serialization footprint.

http://gwt-code-reviews.appspot.com/1367801/

Review by: [email protected]

git-svn-id: https://...

cdf9c7444b1d7b8c1e87b5c607c77a8833095c82 authored almost 14 years ago
Add fields to EZT doclet output

Review at http://gwt-code-reviews.appspot.com/1372801

Review by: [email protected]

git-svn-id: h...

a0f3af4254400e09771cbd8fadd41d76ec2a2292 authored almost 14 years ago
Fix compilation on JDK 1.5

Review at http://gwt-code-reviews.appspot.com/1369802

Review by: [email protected]

git-svn-id: ht...

fae5b901f8539224ded721da9371ac79c025ae1a authored almost 14 years ago
RpcLogArtifact tweaked to use the canonical diskCache method, simplifies transition to EmittedArtifact.

http://gwt-code-reviews.appspot.com/1366801/

Review by: [email protected]

git-svn-id: ht...

005f11177d3753a17a867599aa643622fb875475 authored almost 14 years ago
Fix a codegen bug for use of {0,localtime,predef:FOO}

format in Messages.

Patch by: jat
Review by: pdr

Review at http://gwt-code-reviews.appspot.com/...

14f3f859787217f7cf5b54dfd8d3481647dfee4a authored almost 14 years ago
Adding new style theme called Clean, and using the new theme in Showcase and in the default GWT app. Also fixing a style bug in VerticalSplitPanel that causes the splitter to be too wide.

Author: josht (styles), jlabanca

Review at http://gwt-code-reviews.appspot.com/1330801

Review ...

6c9968a2424c71239034708270b93cdeb24c302e authored almost 14 years ago
Remove @Override for JDK 1.5 compliance.

Review at http://gwt-code-reviews.appspot.com/1370802

Review by: [email protected]

git-svn-i...

91b728ef4d20e5e98232bf8c97c186b09f8cbe06 authored almost 14 years ago
Select the correct constraint validator

[JSR 303 TCK Result] 105 of 257 (40.86%) Pass with 25 Failures and 9 Errors.
Review at http://gw...

536c2be3126ea446664bdddcaa65b7e6f792b74a authored almost 14 years ago
Patch for issue 5599, HasDataEditor doesn't handle removes.

http://gwt-code-reviews.appspot.com/1297801/show
Patch by: t.broyer
Review by: bobv

git-svn-id:...

a3a1c8957e1ae11fbd58efbf0932bbfe5f15b356 authored almost 14 years ago
Fix issue 6059, ClassCastException when using ValueProxy with isChanged().

http://gwt-code-reviews.appspot.com/1352810
Patch by: t.broyer
Review by: bobv

git-svn-id: http...

8742aae0010f8e11a8574acf9c2e1196b7862a10 authored almost 14 years ago
Enhancing GWT's CheckBox and RadioButton with bidi support.

Review at http://gwt-code-reviews.appspot.com/1352809/

git-svn-id: https://google-web-toolkit....

b4cb99f5a28ac96d96db11f120a4f031d77d010a authored almost 14 years ago
Fix cast problem in JsonRpcPayloadDialect.

The RequestFactory doesn't implement EnumMap, it's the internal AutoBeanFactory.
Patch by: bobv
R...

6bac0d841bbcc80037adf5f531b141d21b4d89f9 authored almost 14 years ago
Fixes a bug in serializing Dependencies.DirectRef and

uses the updated class signature hash computation in CompiledClass

Review at http://gwt-code-rev...

259b85049e1a0a4cae99586e57421df951ddd442 authored almost 14 years ago
Temporary hack to make DevMode refresh work. Since the file output in the jar does not update

with DevMode refresh, we are taking the extremely hacky route of having ensureInjected actually
i...

95ebaa7a4d1ef9d0ad916e5d0b88911f3c232e54 authored almost 14 years ago
Prevent developer's BODY { text-align: center; } from mucking up dev mode exception light box

Review by: [email protected]

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9762 ...

4fccb51d0e8d3d0f339a9a1ce4f79c7576d8d09d authored almost 14 years ago
Add additional data to ServerFailure for JSON-RPC payload dialect.

Patch by: bobv
Review by: jasonhall

git-svn-id: https://google-web-toolkit.googlecode.com/svn/t...

521740593b0c1fbf12af26aea64bdfc7d399f639 authored almost 14 years ago
Make a CssResource available on the server side as well as client side

Review by: [email protected]

git-svn-id: https://google-web-toolkit.googlecode.com/svn/tr...

9401893eede8cdc8e7174cf378848d61d2123093 authored almost 14 years ago
Small refactoring, move annotations logic out to Util.

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9759 8db76d5a-ed1c-0410-87a9-c1...

29a765d9e0109fc1753dd458f142e55fddf51d5e authored almost 14 years ago
- Use z-index to layer multiple notifications in hosted.html

- ModuleSpace.java produces well formed HTML, replacing </pre> with </div>

Fixes issues: 5927

R...

256f061b5c13bc6e898390c57ede5ca70c137589 authored almost 14 years ago
Adds a 10 second flush timer to the Speed Tracer logger.

Review at http://gwt-code-reviews.appspot.com/1361801

git-svn-id: https://google-web-toolkit.g...

7fe44be760270d8e32b68af6fe6a512ffa65606d authored almost 14 years ago
Resubmitting r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property

with the corresponding 'compiler.stackMode'.

Fixes issues: 5692

Review at http://gwt-code-revie...

015e403c337ba6160020348e97d2fc3aef55c3d6 authored almost 14 years ago
Report ValidationExceptions at compile time for constrained methods

that do not follow the JavaBean naming convention.

[JSR 303 TCK Result] 94 of 257 (36.58%) Pass ...

1db0e2abb698c1312a59121a56d9f788c79239af authored almost 14 years ago
Adding an example of StackLayoutPanel to the Showcase sample. The translations

are the same as StackPanel. Also adding a new constructor to SimplePanel to make
it easier to set...

cf9ddb4272dcc7acffe587f19baa7441d7563f18 authored almost 14 years ago
Do not put "?serial=0" at the end of the URL for the first fetch attempt on a runAsync fragement. Preserve it for later attempts.

- Improves caching.
- Makes it easier to write HTML5 manifests, do prefetching, etc, where stable...

e4eecb25ef2abb9875e2b6d915a166d7cbfda0e9 authored almost 14 years ago
Updating API checker for GWT 2.3. In CellBasedWidgetImplStandard, I fixed the package declaration per an Api Checker warning.

Review at http://gwt-code-reviews.appspot.com/1356805

Review by: [email protected]

git-svn-id: ...

4b089463548426051bf3c44309b908a3dcfa1093 authored almost 14 years ago
Changes the distributed eclipse .launch files to use DevMode instead of HostedMode.

Review at http://gwt-code-reviews.appspot.com/1352808

git-svn-id: https://google-web-toolkit.g...

119a7865bd347b9c5bb908ec6ab41228572071be authored almost 14 years ago
A Class that creates a string hash out of the public API of a

class file. Useful for caching bytecode.

Review at http://gwt-code-reviews.appspot.com/1359802
...

5c98158cb946d4e7866dd7f909d5b07f242c57ea authored almost 14 years ago
Updating the javadoc on the Anchor() constructor to explain that it does not set the href of the anchor element. Also adding a new constructor Anchor(boolean) to make it easier to add a default HREF without requiring that users call one of the other constructors with an empty string.

http://gwt-code-reviews.appspot.com/1354804/show

Issue: 4502

Review by: [email protected]

git-...

4dff4c358a85c84b65e8427560baadfcf56e2b5f authored almost 14 years ago
Fixing insert/remove bugs in StackLayoutPanel. Insert always appends to the end. Remove does not redraw the panel. Neither adjusted the selectedIndex when inserting/removing at a lower index. This patch also makes StackLayoutPanel implement AnimatedLayout so users can change the default animation duration or force layout.

Issue: 4926, 5304

Review at http://gwt-code-reviews.appspot.com/1359803

Review by: rchandia@go...

a3b1792c051671fe4505457b0d41f34378e35116 authored almost 14 years ago
Refactor SOYC to reduce memory footprint.

Before: correlations from parents get copied to every single child SourceInfoCorrelation, using ...

60c6df6343ef0fda5433725178b71f4c13f317da authored almost 14 years ago
Cache Document.get for DevMode. Kills thousands of JSNI calls.

Review at http://gwt-code-reviews.appspot.com/1338806

git-svn-id: https://google-web-toolkit.g...

f7d7b6f9c988e1435fc7bc231bfd6bb8936c9061 authored almost 14 years ago
Provides a CachedCompilationUnit class to serialize a CompilationUnit.

Also contains changes that allow member variables in a CachedCompilationUnit
to be serialized.

R...

f12214cf2c574c09262839996f4d3fa7878511da authored almost 14 years ago
Adds a lot of missing IsWidget support, especially for UiBinder.

Addresses http://code.google.com/p/google-web-toolkit/issues/detail?id=5879

Review by rjrjr@goo...

c0d55c84d3d8f3423703f79ecbd5baffec61cb38 authored almost 14 years ago