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

Rolls back r8845, "Reduce DevMode memory footprint by using a WeakInterner

for potentially duplicated strings," due to NullPointerExceptions in gwtc

Review by: scottb@goog...

46b4b61690645b6d8cfb48c36674be8794d5a7c4 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Adds additional keyboard support in Cell Widgets. CellList and CellTable now

support page down/up, home, and end. CellBrowser and CellTree support
left/right to navigate int...

9a41680312896a83980328a7cb596929e4d6276d authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Add base64 encoding and decoding to JsonRequestProcessor.java and changes the delimiter we use to '@'.

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

Review by: [email protected]

git-svn-id: h...

2d8551b449b399b4f7ba4f46d450473d137e7c8f authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Reduce DevMode memory footprint by using a WeakInterner for potentially duplicated strings

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

Review by: [email protected]

git-svn-id: ...

a3a8de93a8093752245f2053e1d83267e4f6e2ca authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Prevent any upcast polymorphism in tests. It is not supported.

Patch by: amitmanjhi
Review by: cromwellian

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

7fcc3cb1f88925ac48b20d0a50907dba5ea5fa0c authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fix test build break caused by race condition with the RequestObject->Request rename change.

Patch by: bobv
Review by: rjrjr

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

577d0028df2774ef6fe9d1168e6f8446d791fc6e authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId().

Patch by: bobv
Review by: rjrjr, pdr

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

git-...

3cd1466a09fe8842ed1a1853011a0609709bf2ba authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Rename RequestObject->Request and pull the 'with' method into it

Fix various warnings

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

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

199d31a663b770419684c79319a1c0edebc248b0 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Add Lists and Sets to RequestFactory return types.

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

Review by: [email protected]

git-svn-i...

0d01b5095cd6e2cc11a825e8d7d2281cd8f4aa02 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Repeats the existing tests with String id and confirm that the tests pass.

Patch by: amitmanjhi
Review by: rjrjr (desk review)

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

86afd229aabd5a7bf43d9dc92e461e8b26e67a4e authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
assertEquals("1", list.size()) works a lot more often than you would think

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

0237ee22e3e44e443fb6d0741fa7e10981a74346 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Get strong permutation from headers rather than serialized log record

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

Review by: [email protected]

git-svn-id: ...

63241c5ef3ce0feac7b0429c3895c9030d8dc21e authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Restores following after fixing long ids, which besides not working would

break tests in FireFox draft mode if you were very lucky.

Replaces the public and obnoxious Stri...

4dda8e951c13acf8062df6704f28d4b12f25e3d2 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Rollback patch to hide entity id in request factory, due to

strange test failures in draft mode.

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

e2a663993a30812a6e1acfe15d86f94b2d4b8b8b authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
This is a first-pass at adding SafeHtml support to a subset of the widgets. In cases where the class implements HasHTML, HasSafeHtml has been implemented as well. In constructors that accept a string that can be parsed as Html, a SafeHtml constructor has been added. In cases where a method accepts a string that can be parsed as Html, a corresponding SafeHtml method has been added.

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

Review by: [email protected]

git-svn-id: htt...

a40ec245def588126872c7262b90a796dc6eb47a authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Replaces the public and obnoxious String EntityProxy#getId() with the

private ProxyImpl#encodedId(), which is set by th server and opaque
to the client.

EntityProxyCh...

04c96eaf9ca7a711565d7e0d6beee8a92a240d2b authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Gets the code splitter to be effective even in draft compile mode.

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

Review by: [email protected]

git-svn-id: ...

b0947e1361194b19c7dde2b51c202901ff16afd8 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fix GWTShell. Compare classpaths by content instead of reference in ResourceOracleImpl.refresh(). Note that this is still much faster than the old behavior of exploring each classpath individually.

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

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

7e1908e7838ab8f6eda3b85c0eb3247f382caa18 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Move RequestFactory.URL field into DefaultRequestTransport.

Patch by: bobv
Review by: rjrjr

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

git-svn-i...

4fb0e912cdca399380372d8adaa47f06bd048ee0 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Re-rolling r8752 and r8762.

r8752: TypeSerializerCreator generates pure Java code path for DevMode.
r8762: Comments / cleanu...

0ecbe65ba3f6b4afc8ba3ed08cf2a8d9e2809847 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Allow RPC stats system extensions.

This patch allows for the extension of the RPC stats system by "moving" the
stats methods into an...

31b85fad304c64a047cbead6f9791828a64fa29a authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Replace string.isEmpty() calls by string.length() == 0, for Java 1.5 compliance.

Patch by: amitmanjhi
Review by: jlabanca

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

6d96b862c7fff8519dbdedc30dfed11003f0071a authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Add streaming HTML parser library to tools/lib, as well as the guava library it depends on.

Use this parser to verify (in non-prod mode) that arguments to
SafeHtmlBuilder#appendHtmlConstan...

0d848f810284de56af6109f03908b7a7872e49e8 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Don't inline functions with more than 50 statements.

Super large chains of comma operations (like JsInliner can produce) will blow the stack on some ...

f58a3ebf8b484162993e1a1006f6282d954795ae authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
SimpleFoo now allows real creates and lookups.

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

Review by: [email protected]

git-svn-id: htt...

79545af32c59c051b669b3e953d14e7850cb2b6b authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Migration from Long IDs to String IDs

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

Review by: [email protected]

git-svn-id: h...

e7e62f43232039671ec094a7b7f88d9ed7b37b96 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Introduce RequestFactory#getEventBus, make RFEditorDriver use it, fix

some javadoc, and rename RequestFactory#init to initialize, for
consistency.

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

4fbf07693f8cd77957b24f4f7409ddd529719859 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Delete unused classes from samples/expenses

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

Review by: [email protected]

git-svn...

3c33d7fe1adc6389e288a7de7296ce501c598f7c authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Following up on https://jira.springsource.org/browse/ROO-1276, here's the

proposed alternate design, separating the "keep history and places in sync" and
"map places to/fr...

a118d40c85a4b53fe824bd5e4231114982485434 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
A test I botched in RequestFactoryTest masked that re-using requests

doesn't actually work. It can't be made to work completely due to the
need for DeltaValueStore t...

c7f99dd71e96f4db276ebe7a3b624017c877334f authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fixes two Roo issues: ROO-1238 (Amit) and ROO-1380 (pdr)

ROO-1238:
* Remove SyncResults.
* Use EntityProxyId and RequestFactory.find(EntityProxyId) inst...

2ead5c57b70dd89376e778ea9abab913cca25dcb authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fixes design time support for @UiField.

It turns out that previous patch was not enough. In new one instead
of preventing failing when ...

25bbad257104c5749cedf398f538e74c57797e93 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Re-roll issue 887801. Update the embedded Tomcat server and don't let callers accidentally refresh 0 oracles.

*** Original change description ***
Optimize ResourceOracle refresh by doing multiple oracles at...

49b5d6f17f871669144fa2190e35e5a1917a536e authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Extract a RequestTransport interface and DefaultRequestTransport implementation from RequestFactory.

This will allow end-users to have arbitrary control over the way RF communicates with the server....

ac09af70427721de62b6e6b612a09a4e8719b4c2 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Rename PlaceChangeRequesteEvent to PlaceChangeRequestEvent

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

Review by: [email protected]

git-svn-id: h...

cef85793ae1b0a82b953727a8c4149e6ef908878 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Make DynaTableRf use a ListEditor for the favorites.

Fix potential NPE's in AED.Chain.
Widen RequestFactoryEditorDriver's type bound to allow it to dr...

29d47eff5aa91d1f1d077abd159c32c6f6af9898 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fix 1.5 compatibility in RequestFactoryExceptionHandlerServlet

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

eceb38f0f1a7cfe5e37143a660195eabcdcdc015 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Issue ROO-954: Support for transmitting stack traces for sever exceptions.

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

Review by: [email protected]

git-svn-...

2b374776461cc49f8b1ce9b6f577a5cce1d47463 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Remove ThreadLocal nonsense.

Patch by: bobv
Review by: rjrjr

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

git-svn-i...

76894b506c37289c8c092faeefd3d154cb273f4e authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Finish botched roll-back of r8752 and r8762.

This finished the roll-back start in r8804.

Review by: [email protected]

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

0ca9100cc7e6a97dfcab2b6b80e448742bdd78e5 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
JUnit ought to just serialize exceptions.

Back in the day, Exceptions couldn't be serialized. So we had to do hacky things to support JUn...

6cdbfdd8652857192bd5e2df93c82b091514ace7 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Rolling back r8752 and r8762 for now.

This change is tickling a bug in some JS engines, for some apps.

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

1f7009dad45607d136da8b9c95119f6bd955e179 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Add error message when non-static inner class throws NoSuchMethodException

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

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

88ab7690241274b1605d8b154126f60f5a672fe8 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Make key provider a constructor argument to Cell widgets and selection models

Attempt to fix an IndexOutOfBounds and ClassCast exception in ExpenseDetails.java
Fix NPEs in mob...

f4832a12e208d405672ed724eaa1bf6c0fe9318e authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Rollback of issue 887801

*** Reason for Rollback ***
Received a report that this changes breaks hosted mode for some user...

98c3da5d742562879be843ad5fc966ecd7970bf6 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Extending SuggestOracle.Response to pass along "isTruncated" information with the suggestion list.

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

Review by: [email protected]

git-svn-id...

9c05b08918baf8f2a76d04a64406a14c106d561b authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Simplifies the RequestObject api:

* No more clearUsed(). Requests are always usable
* No more reset(), it was basically unused, and...

f32fe2db91a3523184cefdd3aa47379daa9dc293 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Calling the reset methods from gwtTearDown() results in nondeterminism.

Patch by: bobv
Review by: rjrjr

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

git-svn-i...

495d86535600b4eeb8ad168e952c7c27675c9df7 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fix RF tests

Review by: [email protected]

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

2182ca5a69468c1412566b87b49afb0be2c8090d authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fix warnings and checkstyle errors

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

Review by: [email protected]

git-svn-...

8f2fef4c52748d5f9366b8bca644527927cdc9a1 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Add server side deobfuscation of stack traces to RF Remote log handler

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

Review by: [email protected]

git-svn-id: htt...

e7682fd3f3bccbb0a089680bb4bb1e35b21ff8d1 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fixed a bug in PropertyColumn introduced by r8780. PropertyColumn needs access to the underlying class literals in order to get the value to render.

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

Review by: [email protected]

git-svn-id: h...

f5725672e2d7c57ca5bc3a4d853db50ba5f0128d authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Ugly hack to address the RequestFactory tests being constructed around a static singleton instance not playing nicely when testing with multiple browsers.

Patch by: bobv
Review by: rjrjr

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

65cacf3ff27610c0d6a0760e3c9c90ac7aeb93b5 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Removes @Override annotations on methods implementing interfaces.

They don't compile with a Java 1.5 compiler.

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

546ae0484659ab0712696c9780facb24df442570 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Moved Property and EnumProperty from the

com.google.gwt.requestfactory.client.impl package to
com.google.gwt.requestfactory.shared.impl pa...

ad1605d31e60cea425f77157265424898b4ae20a authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Optimize ResourceOracle refresh by doing multiple oracles at the same time

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

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

8b278267d246ddc11afd75a1395c032ed198de9b authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fixes speedTracerLogger.markTimline call, updates statistics to

capture the time used by JavaScript optimizers.

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

2e84b96d5771375ad2766c83f4ac509c4a1454ea authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
The cross-site iframe linker now loads deferred JS code via script tags holding

the code directly. It no longer has the code in a string literal that gets passed
around through ...

e0a4cf8e710cb6ab2dd0be4c8d16668adf722451 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Implement subscriptions in RequestFactoryEditorDriver.

Update DynaTableRf sample to use stableId().
Patch by: bobv
Review by: rjrjr

Review at http://gw...

c5a29ae67395f19f99cff9a30cebc53291a4ef39 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Adds a -strict option to the GWT compiler. If this option is specified,

then the compile will fail if any of the input files are bad.

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

63c38e42ceacbc047544dfe5bcbf40d36a3c0af2 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Submitting on behalf of Amit after finding a fix for a generics bug in jdk6-google-v3.

Patch (by [email protected]):
Initial implementation of a general purpose Find service based...

8ff4a332155a6b785c4e8db0e91e6ca2aa528b74 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Workaround for a generics bug in javac 1.6.0_20 on the mac.

Patch by: bobv
Review by: rjrjr (TBR)

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

e3eb2c8f519861d4e85a48a52f25224797cc6d11 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Implement round-trip validation with RequestFactory and the Editor framework.

Make the decorator panel much more focused to eliminate excessive generic parameterization.
Patch...

0adb6480ba293752b2c6117356d8fdab12b75f62 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fixes https://jira.springsource.org/browse/ROO-1213 - Hide Property from public API, and https://jira.springsource.org/browse/ROO-1274 - Remove PropertyReference and Value.

Properties are now computed from the *Proxy classes and emitted into the generated *ProxyImpl cl...

91da454f201cc982844c5c5ea186e2ccb9318168 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fix bad @Overrides, and make a more sane default value for LoadExpensesDB.html

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

b3538caf1bbd7171eb5066c5743517ccb8177c2a authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Add the option to use JSON rather than GWT RPC in remote logging

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

Review by: [email protected]

git-svn-id: ...

a9cf33b200a9ca7e04f4e23b3c7548fd58620fdb authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Optimize server-side LinkedHashMap_CustomFieldSerializer.

1) Don't keep trying reflection if it's not working.
2) Cache the reflective Field needed for ac...

f612e6e7798acea1fd2986361b760aa95083d402 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Support and validation of null values in JSON Requests

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

Review by: [email protected]

git-svn...

913947d9562469f22cb7ae07d4d682cd348a1881 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fix for issue 4694. Adds a 'visibility' property to layout layers, along with

a hack to LayoutImplIE8 that ensures relative units are recalculated
correctly on visibility chan...

c5555a4a1f06379d1735593b54771fd6bb0ca30c authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fixes a couple of build breaks in the samples/expenses app.

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

Review by: [email protected]

git-svn-id: h...

39791983f33a7a1160c8a22c2e23b5c2ae0ae71c authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Add stack trace display to the rest of the log handlers in dev mode

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

Review by: [email protected]

git-svn-id: ...

d68c1544957a6bfc15ae28037dedc3f940d7b7b0 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Minor refactor of ClientBundles used in Cell Widgets. Ensures that all method names in ClientBundle and CssResource are globally unique. Adds missing flipRtl tags to ImageResources. Adds @ImportedWithPrefix annotation to CssResources. Breaks out the path to the default CSS file to a static final String DEFAULT_CSS. Ensure that each widget has a style on its outermost element. For Cell Widgets that have two styles defined, the default one is the prettier one used in the Expenses sample. The secondary one is called BasicResources.

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

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

860a0f6e9e5e137c457f866fc3ffbe60e1bf3a7e authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Updates RequestFactory's Receiver type with onViolation() and onFailure() methods, making it an abstract type.

Patch by: bobv
Review by: amitmanjhi, rjrjr

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

cf6d34e60bda26e0136f2389c514994dd86b9ff4 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Introduces Widget.LoadingDelegate, to allow a widget owner to act when

a widget is added to or removed from the document without subclassing
it. E.g. to attach to an ev...

f06daaad319cfbe8eedae7c4cd99f940550c999d authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Move remote logging into RF subclasses

Review by: [email protected]

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

31bf06e12fa5a1a5e6bd6b6455c0b09a23446eee authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Adds JClassType.getInheritableMethods().

Similar to JClassType.getOverridableMethods() but includes final methods as well.

http://gwt-co...

b1074db35bf77870fbb8e3b9dd44325587225988 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Improve locale handling for default scripts and languages where some

scripts are written RTL even if the language isn't RTL in general.

Patch by: jat
Review by: pdr
...

a7a097e15899cc43b77c1b0966f13f3296b2d122 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Refactoring the Showcase sample to use standards mode, and make use of LayoutPanels. The new Showcase looks different, but the features are the same. The main menu is now a CellTree backed by a TreeViewModel. The Application class, which used to perform active layout of the entire app, has been replaced by layout panels. The ShowcaseShell uses UiBinder to control the outer layout. The buttons to switch style themes have been removed. Opening a Category in the main menu prefetches the code for the sample under the category; the old behavior was for each ContentWidget to call a static method to preload other examples in the same category.

Note that this change does not update the examples within showcase aside from couple of minor tw...

6045d33546040cfd48d2da82c7d21bc7af4520cf authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
JClassType.getOverridableMethods() could return methods overridden as 'final'.

In AbstractMembers, final methods were simply ignored instead of being treated
as possible overr...

a183f25c22d71f2d8132b40f6d0c3cd1e0f8945b authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Makes IsWidget a first class concept, and makes it convenient to

use with all standard panels. This lets us get rid of Activity.Display.

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

b62bb961aeaac2214041480ff70744a5a32b02cf authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Demonstrate client-side Editor errors.

Add EditorError, HasEditorDelegate, and HasEditorErrors interfaces.
Add getUnconsumedErrors() to ...

fe9207e26d75ce2fb332fba6326462582955b3fc authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Comments / cleanup for RPC generators.

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

Suggested by: bobv
Review by: bobv

git-svn-id...

b449176252991ff4646d9ce704eeb320dc131757 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fix the logging sample - somehow the client and shared directories got deleted. Also a minor fix for devmode, so that LogRecords with no

logger name set are handled gracefully

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

Rev...

78806fa4b6db574ff9a5f950d17d0450cd1bc155 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Extract violations from being a field in sideEffects to a top-level field. Removed the handling of violations from DeltaValuesStoreJsonImpl.onCommit method. Will do further cleanup once Receiver has a onViolations method.

Patch by: amitmanjhi
Review by: rjrjr, robertvawter

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

4f637e05c2579dd84e52e7aaf64fed9bfcdbf52d authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fixes typo in ResizeComposite.

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

b8fc0e225d0cad866d2987e085ea307fbce8639c authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Public: Restore the samples/validation classes/marker

Its needed by Eclipse or it throws
an error because it can't find the classes/ directory where it...

c72235700eafd0cd4be42b6b47ccde888777951f authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Makes HandlerManager implement HasHandlers again.

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

05ade3c9cfbc2ed6241f3924779297654fae0fdf authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Adds dual key (type + source) handler binding to EventBus.

RequestFactory sets the class of a proxy type as the source for
EntityProxyChange events, so tha...

ccd24d5e4027088e993dcbfd68fbabd4bceb5c20 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Fixed the firing of events on changes to EntityProxy. Added an ACQUIRE event and implemented the copy-on-write semantics.

Patch by: amitmanjhi
Review by: rjrjr (desk review)

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

a3095c2af342604662c8918679ed0a377e218a70 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Initial add of IsEditor interface to allow views to work in an Editor

hierarchy without being an Editor.
This patch will serve as a base for an error-aware Editor deco...

f41896f1dab07084040191eb03c0d85942bf3a1d authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Renamed getStableId() to stableId()

Patch by: amitmanjhi
Review (and suggested) by: rjrjr

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

9c042d700dbbf767e7be6c47dfdf2b104435396c authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
TypeSerializerCreator generates pure Java code path for DevMode.

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

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

2cc7e79877539da55e88d492051ef5b7ccf0a665 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Update i18n Messages to include:

- SafeHtml support
- extended plurals support
- list rendering
- static placeholders
- format arg...

d1205521de7de3f1f275c7d54af4a89f10f282ea authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Resubmitting r8722, which was a continuation of r8542, with changes to the way Image is tested in DoubleClickEventSinkTest.

Fixes double click where it was broken and adds tests to ensure that events are sunk.

Fix doubl...

18f09aebddb753cfcee61b10de9c04740d174028 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Update HistoryTest to ensure that non-safari browsers also:

- run testHistory
- verify the current hash value as part of testTokenEscaping and testTokenNones...

afaebb4c4af63e997aca346f05c0676fe8197bcc authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Enum name obfuscation. Added configuration property

(compiler.enum.obfuscate.names) to optionally obfuscatate enum names from
production output.

Rev...

f697bd52fb7633af6e5ed3d238603c1522bc4d2f authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Rollback of 847801

*** Reason for rollback ***

Broke users of setHTML() with null parameter, where the intended me...

b26f928078f03a6d64bd1e35ddc94c2724728beb authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Add SafeHtml support to UI widgets (2)

This is a first-pass at adding SafeHtml support to a subset of the widgets. In cases where the c...

14dcd74084177d392df17deb29d73efd34c56007 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Move the packages to include in the javadoc out of the build.xml file and into a properties file.

Patch by: bobv
Review by: rjrjr

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

git-svn-i...

8cbea2551bac357467682d80675acc8556c251ef authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>
Delay start of history token transitions in HistoryTest.testHistory() so that when tokens are lost during

subsequent parts of the test, History.back() does not go back too far (i.e. before the web page c...

9c1fefd88cef1cb0f3bec1523e30b4ca8817dcc1 authored over 14 years ago by [email protected] <[email protected]@8db76d5a-ed1c-0410-87a9-c151d255dfc7>