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

Fix Java 1.6-ism and remove stray @Override.

Patch by: bobv
Review by: jlabanca (TBR)

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

6e65fd9a103300b2aec7245cc161c08a9f9cf3ad authored almost 14 years ago
Add java.math and java.util.logging to list of packages to document

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

Review by: [email protected]

git-svn-id: ht...

6de056768c8944c57955cccbb120ad62b58e5632 authored almost 14 years ago
Initial add of JSON-RPC support to RequestFactory.

Patch by: bobv
Review by: rjrjr
Review at http://gwt-code-reviews.appspot.com/1355804

git-svn-i...

1dd4746249fbd1e696318cb05de0cd9380beafbc authored almost 14 years ago
Replacing deprecated HorizontalSplitPanel and VerticalSplitPanel samples in

Showcase with a new SplitLayoutPanel sample. The translations are copied from
other samples (Doc...

72e6d1e8e00b27350f1f5a2523e21e18ef1e9100 authored almost 14 years ago
Scratch that, use the xsiframe linker per jat's suggestion

Review by: [email protected]

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

159caf5544a1df04b88e2d6466fe5f1758bfa9f4 authored almost 14 years ago
Change the DevModeOptions page to use the xs linker due to recent Chrome extension permissions changes

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

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

6327c8deffbbe6317bb2d61533f52ba9c856b9df authored almost 14 years ago
Fixing HTMLTable#setWidget() to remove the widget or text when null is passed as the widget. Currently, the widget is not removed.

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

Review by: [email protected]

git-svn-id: ...

04254f2adc4aafd2286455c4fbe33c6d0356048f authored almost 14 years ago
Added validation jars to 'devmode' and 'test.dev' targets in ant webAppCreator templates

Fixes Issue 5950.

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

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

07a61db453ef50712314f09fd636d815ef553dae authored almost 14 years ago
Add HTMLPanel.wrap(Element).

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

Issue: 3511
Author: tbroyer
Review by: jlabanca...

b05aacaaff63b367e80240eb544f77e7e312a3f0 authored almost 14 years ago
Make ListBox's bidi support more robust, allowing subclasses to create option elements without going through ListBox. Such subclasses are currently broken by ListBox bidi support's use of an array, itemTexts, that is assumed to be synchronized with the select's option element descendants. The fix is to drop the array and instead keep the bidi data (when needed) as an attribute on the option elements.

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

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

e2e72e5a928d78dffa479081ed1fe2409efd125d authored almost 14 years ago
Added validation jars to all calls to GWTC to provide classes rquired by

client-side validation. Fixes Issue 5950.

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

b88482a87e7492ea4f301a04cf31dc48f0ddfca2 authored almost 14 years ago
Proactively gathers more method names for MethodArgNamesLookup. Before this

logic was only interested in abstract methods. Now it collects any non local methods
with at lea...

8c966ad008dadafb17f4447ac9454a8ac9ee6d94 authored almost 14 years ago
Updated speed tracer logging for JDTCompiler, CompilationStateBuilder

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

Review by: [email protected]

git-svn-id:...

ea8a39ba6858607882ca842788d9c19f0431d92e authored almost 14 years ago
CollectorNull should not set stack traces when stack stripping is enabled. Throwable.getStackTrace() already handles the case of a null stack trace and constructs an empty array.

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

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

4dd4bf2114ce713feaa6997280df936a4a14909b authored almost 14 years ago
Fix Audio and Video elements.

This patch contains several fixes:
1) Partial support was broken (always returned not supported)...

ab97b397642b5330d9039a4b9df1a16586998656 authored almost 14 years ago
Follow on to svn r8671, which made the GWT code style allow whitespace

in front of dots, to allow builder-style formatting and nicer wrapping
in general. Tweaks the
aut...

d7742d7252125e735326a076052bde1e4cd922c9 authored almost 14 years ago
fix for IE devmode when using specific linker setting.

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

Review by: [email protected]

git-svn-id:...

b6855a618bd7f903c6e94cb1365492fbfd31fe11 authored almost 14 years ago
Fixes memory leak in ResourceOracleImpl under GWT Designer.

While using GWT Designer the class path cache in ResourceOracleImpl never gets cleared of obsole...

5debb59384c095afd97e84f0ed7d5e889f7f9add authored almost 14 years ago
Fixing a bug in DeckLayoutPanel where animating the current widget causes the current widget to disappear. This can happen if the user calls forceLayout() without setting a new widget, or if the user calls setWidget() with the currently visible widget.

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

Review by: [email protected]

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

6d9f8fd9093e4b0455455cadb8656fa891c9673b authored almost 14 years ago
Rolling back 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...

8582e4965a15bd631ff2664458356cf575ac35cd authored almost 14 years ago
Fix tab char

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

342e124e81b60971d093ac1aaa360a5384c7eb59 authored almost 14 years ago
Delegate Html element type lookups to a pluggable factory.

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

Review by: [email protected]

git-svn-id: ...

eacda72e36ea7540773b13a98b6ce903bf949b9b authored almost 14 years ago
TypeOracle to allow access to the list of annotations on an element.

This brings HasAnnotations up to spec with java.lang.reflect.AnnotatedElement.

http://gwt-code-...

2c8299fd6506276d213e09830f56ec5bf8b2133c authored almost 14 years ago
Simplify JArrayType handling; reduce serialization footprint.

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

Review by: [email protected]

git-svn-id:...

2f5c6a860f657dede3e69694b417fc8a3f12f409 authored almost 14 years ago
Remove a bunch of unused SOYC infrastructure.

It turns out that there's a lot of infrastructure we built into SOYC that is essentially unused ...

de09e4c2c84a76fc970fa60c938b685e07cd2a2b authored almost 14 years ago
Quick patch, in follow up to r9344, which replaces remaining uses of the legacy 'compiler.emulatedStack' property,

with the corresponding 'compiler.stackMode'.

Fixes issues: 5692

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

1dc4d2eca2cc07ec324f8acbc58c2a4fff111b84 authored almost 14 years ago
Sort the top level validator class to handle most specific classes first.

[JSR 303 TCK Result] 87 of 257 (33.85%) Pass with 39 Failures and 14 Errors.

Review at http://g...

8174cf00a6509316dd68f39932723fe25d2b4a14 authored almost 14 years ago
Untangle JSNI methods produced in CompilationStateBuilder to facilitate serialization.

With this change, JSNI methods parsed during CompilationState's build do not share a jsProgram o...

3701c9c311ab3cdfe9c57bb6bfd17feaf4639816 authored almost 14 years ago
Fix TestUtil.PathImpl to correctly test for non matching

RegExp groups.
getGroup returns null or "" depending on the browser.

[JSR 303 TCK Result] 93 of ...

112b8798f0fed8f830745d2255978380a391d949 authored almost 14 years ago
Fix a NullPointerException in Editor framework when a null sub-Editor is encountered during traversal.

Patch by: bobv
Review by: rjrjr

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

git-svn-...

b0f54d3a2cd76ac746ab0f2cfe4e23a4eefb028a authored almost 14 years ago
Generator Result Caching implementation for ClientBundle

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

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

c99fbc0a384797ed8edcc7e4839621c7d5e83f1a authored almost 14 years ago
AutoBeans improvements.

Support for arbitrarily complex parameterizations of List, Set, and Map property accessors.
Simpl...

b1a9571f5fb80004604d6e04f3fdd4fc1dfdbcb2 authored almost 14 years ago
Include the property name in the error message when a single-valued property does not have exactly one value

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

Review by: [email protected]

git-svn-id: ht...

7a6bdc713f27888210bdf4b8dd15912aeda3439c authored almost 14 years ago
Provide mechanism to suppress warning dialog when runtime and compile time user.agent propert values disagree, i.e. via

<set-property name="user.agent.runtimeWarning" value="false"/>

Fixes issues: 5861

Review at htt...

a5778cfa1db51b0a1ed1c227a55ed209adfbcd7c authored almost 14 years ago
Sorting the gwt-format.xml rules for easy diffing in subequent

changes. There is no actual change here.

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

e4970b23f8f0b5cf792f98dee8ec2c11e97a1ae7 authored almost 14 years ago
Missing 's' for '%s' specifier in log message.

Review by: [email protected]

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

5cd36cf30ab0d80dcc2d731a904a643de6113a8d authored almost 14 years ago
Fixes checkstyle error

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

ab5ba449124a0ac6082fd5d93c9fe45baa6e897e authored almost 14 years ago
Bump samples/expenses/pom.xml version number

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

Review by: [email protected]

git-sv...

6a8aa29578a475c7d7f660003d0bd9f37ffba57a authored almost 14 years ago
Get rid of document.write option since it can break in some edge cases and isn't

actually necessary. I believe that I originally thought it was needed because I
was appending to...

e675cf1da736f2fab81a273e6fb18aeb452cd58a authored almost 14 years ago
Only intern strings on non-IE browsers when they occur 2 or more times.

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

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

38737ef4cbcc1909c4633cda5f3a8407f168edf9 authored almost 14 years ago
Relaxing the requirement that users specify a loading indicator image resource. If the image resource is null, the table will not create a default loading indicator.

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

Review by: [email protected]

git-svn...

fae69375602bf7bacc9cef97397096ad64e3412b authored almost 14 years ago
Make FieldSerializers use reflection directly instead of round-tripping through JSNI. Speeds up DevMode.

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

Review by: [email protected]

git-sv...

136fd8d7c2111fdda99c364167cc7d1a8afdac5b authored almost 14 years ago
Adding a new DeckLayoutPanel that displays one of many widgets and transitions between them using a horizontal or vertical sliding animation. This is useful for mobile web apps that want to create a slide effect between pages. Integrated DeckLayoutPanel into TabLayoutPanel so both widgets can share the animated transitions. I also replaced the TabPanel Showcase sample with a TabLayoutPanel sample to show off the new feature.

This patch also fixes some subtle bugs in the general Layout code. Calling forceLayout/animate(0...

311d70a9315625b2241ff9fb2e90c09a4667aff2 authored almost 14 years ago
Reduce logging work in STOB. Wrap logging calls with isLoggable and only create .rpc.log during web-compiles or DevMode with DEBUG logging.

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

Review by: [email protected]

git-sv...

067ec68167cee9fdbb3a4e21a8419058411bf0d1 authored almost 14 years ago
Adding a LoadingStateEvent to CellList and CellTable so users can receive an event when the data is loaded. Previously, LoadingState was a package protected enum used to show the loading indicator in CellTable and empty list message in CellList. Now, LoadingState is a first class citizen (an interface so users can define their own loading state). Both CellList and CellTable now support setting a custom loading indicator Widget and a custom Widget to display when the table is empty.

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

Review by: [email protected]

git-svn-id: ht...

486c201907be1cdc3c7db3262fe1b326a3b6b00f authored almost 14 years ago
Undeprecating DockPanel because it is still useful and fulfills a purpose that DockLayoutPanel cannot. DockPanel will naturally resize to fit its content, whereas DockLayoutPanel requires the user to specify the dimensions of the content.

Issue: 5888

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

Review by: [email protected]...

4eea3c351978e733d10b8ab601559d2c13a7685f authored almost 14 years ago
Removing @Override from interface implementations to maintain Java 1.5 compatibility.

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

Review by: [email protected]

git-svn-id:...

ffa775e2da1594e205917426dec22a7f57282f26 authored almost 14 years ago
Update getGeckoVersion() to support beta versions of Firefox.

Previously, gecko versions of the form 2.0b10 would cause the regex to get mad because it is mis...

92df54af1f7ed3e5bf733c2ab02b0cfddcf7afca authored almost 14 years ago
Decouple JsProgram; this allows the JS AST to serialize in pieces.

1) A rethinking of how JsScope should work. Most notably, the JsRootScope is a singleton with s...

066b19ea377647bf2a9abc38edd54fdb122557b0 authored almost 14 years ago
Make SOYC produce consistent output.

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

Review by: [email protected]

git-svn-id...

920ab9fe31857a32fdfb7c342dae82dc519fab83 authored almost 14 years ago
Modifies CompiledClass to be serializable

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

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

4c0a170e095c3ea033ffc03c647ee33e320a6f81 authored almost 14 years ago
Turn off a test because of issue 5882.

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

Review by: [email protected]

git-svn-i...

3b7bc6f36e0c8a417a3e00157768651ff3be996e authored almost 14 years ago
Removes @Override annotation from implemented interface methods.

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

Review by: [email protected]

git-sv...

d08baa7baeca2ab2a2accca1ef961ae58bbce826 authored almost 14 years ago
Handle Validation of Cascaded Generic properties.

Make GwtValidators Singletons.

[JSR 303 TCK Result] 88 of 257 (34.24%) Pass with 38 Failures and...

134216740cece923ff96fdcce61509bb23d32423 authored almost 14 years ago
This change adds couple of things:

- abstract class which calls abstract XSRF token validation method based on
annotations (@XsrfPro...

d816d76ac001f323a717af896bf8d4c861eead24 authored almost 14 years ago
Rolling back because patch causes problems in some IE browsers

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

df8fb0022079d6fe1c44e372b8f42814acc18e01 authored almost 14 years ago
Don't allocate short names for unreferenced JsNames.

We create names during GenerateJavaScriptAST, but in many cases, references to those names get o...

0fbd1faebe6ab0fc665739e73ffc704d1dca4b4f authored almost 14 years ago
Enhancements for SpeedTracerLogging within gwt

Added support for logging/estimating garbage collection, process cpu time, per thread cpu time, a...

a4fffb903a01285060f5c39670bd240c252149ef authored almost 14 years ago
Add GeneratorContextExt.isProdMode. Allows generators to specialize output for dev or prod mode. Updates RPC to take advantage of it.

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

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

8e2812b6cc2e3a01124a533b429ac2e688b9a097 authored almost 14 years ago
Remove list of JavaScriptException object properties:

- In Development Mode: always
- In Production Mode: when compiler.stackTrace = emulated

Fixes Is...

6727aa8723fb953593742fa5fd8875df86a417c6 authored almost 14 years ago
Remove unnecessary "script src=..." from MediaTest.gwt.xml to avoid virus scanner false positives

A user reported that Sophos antivirus was flagging MediaTest.gwt.xml (see: http://savmac7-20.p.l...

56dc45788d207ca19adc4d7e6af08dd5b2a4ff4b authored almost 14 years ago
Fix CompilationStateBuilder's speed tracer logs.

Currently, CompilationStateBuilder produces a tree like:

Process
- Process

Where the top node ...

bbb57021f00a970ccb9280d94e8d046a7858c4be authored almost 14 years ago
Consider the "interactive" state to be complete since it can happen after the "loaded" state (which we already consider complete).

Review by: [email protected]

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

435f29a7c5ccd4a34690639c09f3ad325042c560 authored almost 14 years ago
Adds option to override JsInliner's max complexity ratio heuristic with JVM property 'gwt.jsinlinerratio'. The default is 5.0, smaller values tend to reduce code size. Empirically, 1.2 seems to be a good value.

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

Review by: [email protected]

git-svn-id:...

eb6b85204ffc0a70577450899c17a159494d8e53 authored almost 14 years ago
Remove useless templatization from JS AST.

The original intent was that JsContext would get parameterized with the "compatible" node type. ...

4ebdef4ca786cc9c405458dd70a2e7c5b39ecd3f authored almost 14 years ago
Overhaul Editor framework traversal logic to use a visitor pattern.

Add a base EditorDriver interface.
Add HasRequestContext interface for better RF+Editor integrati...

3afa07184f2dfc64c32a89929cd7d795cb174791 authored almost 14 years ago
Fully process annotation types.

Binary annotations never become TypeDeclarations, so this short-circuit code is unnecessarily pr...

bd03c35b161430c45e932c22c5d51d09d784a3ec authored almost 14 years ago
Speed up DevMode by getting rid of excessive JS to Java calls.

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

Review by: [email protected]

git-svn-id:...

0a1d088ec584920950782f73deb55f874aebc5ac authored almost 14 years ago
Update plural rules for Gaelic and Welsh.

Patch by: jat
Review by: pdr

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

9ae6661c7f0ed0c4bf760d861fe319693926db0a authored almost 14 years ago
Refactors DefaultFilters and DefaultFiltersTest to accept a filter that will return .class files.

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

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

4fbfc94f09d66d9bd03028623a93625cde812a73 authored almost 14 years ago
Handling errors more from user code more gracefully in HasDataPresenter. If Cells, Cell Widgets, or the SelectionModel throw exceptions during the rendering loop, we no longer lock the presenter's rendering loop indefinitely.

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

Review by: [email protected]

git-svn-...

bffd8d6e80e8d39da2c3deb623cb2b73c230cc82 authored almost 14 years ago
Fix latent bug in this() calls needing synthetic ctor args.

When processing a this() constructor invocation, the GWT compiler currently has a bug where it t...

283b8e305433af236ad049f5aba7c05a9c56880f authored almost 14 years ago
Rolling back, need to figure out why XsrfToken is excluded by type filter.

This change adds couple of things:
- abstract class which calls abstract XSRF token validation m...

5a449bcfa167d92fa2b9e79c8b9499b0114ec486 authored almost 14 years ago
This change adds couple of things:

- abstract class which calls abstract XSRF token validation method based on
annotations (@XsrfPro...

c967804bdcdbd5454b11e85ece5e1f4a8d1877d9 authored almost 14 years ago
Update YEAR_MONTH_WEEKDAY_DAY formats, which were affected by an

ICU/CLDR bug.

This was manually created looking specfically at y+M{1,3}E{1,3}d
patterns in CLDR ...

ccfbab9aa45219faf3d2ff8a05adad9d4229f8cf authored almost 14 years ago
Initial version of HTML5 Audio and Video

Original patch by rice, updated by pdr.

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

...

cc15ce39234b09af3eb040af2165d13fe1949c73 authored almost 14 years ago
Improvements to JsniChecker.

- JsniChecker now implements ALL of the JSNI checks that were being done in GenerateJavaAST.
- J...

659300ce4d499a90d6e06174206ada7ab7752710 authored almost 14 years ago
Setting the line-height of the splitter in Vertical/HorizontalSplitPanel to 0px so the font size does not affect the splitter height, which causes odd rendering effects.

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

Review by: [email protected]

git-svn-id: ht...

420f661655c70cc69c4e85233dea09ddde6aafff authored almost 14 years ago
Use 'boolean' instead of 'Z' for JSNI primitive type qualifiers.

This change is transitional, we will continue to support the only style for now.

http://gwt-cod...

97457ab0b330ea3a9ce0fd01e5944426c733678b authored almost 14 years ago
Add mnemonics for DevMode swing UI.

Original review at http://gwt-code-reviews.appspot.com/708801/show

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

c40aa5ad65229252e0e4c8c1d9ddb91239547f7a authored almost 14 years ago
bump version for redploy of windows fix crx

Review by: [email protected]

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

64419ade66292a837c13e756966a6c8ec701fa49 authored almost 14 years ago
Snipping JRE 1.5 hostile Override annotations from UserAgentAsserter

patch. We only just deprecated 1.5, need to be friendly for one more
relese.

Review at http://g...

92139450f18883b522e830973009712af2693fd5 authored almost 14 years ago
Add test org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationGwtTest

[JSR 303 TCK Result] 91 of 257 (35.41%) Pass with 33 Failures and 16 Errors.

Review at http://g...

58ddf6b7652dd84d0bdfc0bf0b80caeec54959dd authored almost 14 years ago
Fixes a javadoc typo in the app generated by WebAppCreator.

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

647d4c5570eb9f722ae6e09d6df1ca4274683da2 authored almost 14 years ago
At application startup, assert that the specified user.agent selection property value indeed matches the expected value for the executing browser / user agent, thus avoid long hours debugging strange error messages when a single user agent compile, typically created for testing purposes, ends up being executed in the wrong browser. In other words, this patches saves you from pulling your hair out.

Fixes isuess: 5861

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

Review by: jat@google...

eeeca17cbc54d31c8dd3be7689789f13bbfe6b09 authored almost 14 years ago
Sort & format some files.

Review by: [email protected]

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

1d54a19b74e6838342b150b1dec14e16d2be4384 authored almost 14 years ago
Fix the mac build for leopard users of the npapi/xpcom plugins.

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

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

7c8d59f092088b8628f24ada7c68ab0bed8c5066 authored almost 14 years ago
Public (by [email protected]):

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

Remove old workar...

0c4c3111cf715e5048f9cfee1bb169164b39768b authored almost 14 years ago
Fix Windows DLL binary for recent Chrome plugin update.

Review by: [email protected]

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

c7788e44563c7630cad820c8a6862a9760a20936 authored almost 14 years ago
In r8817, we landed a patch that allows @Prefix(""), i.e. a

non-prefixed PlaceTokenizer, and produces a "separator-less" history
token as a result. The token...

9119d21d4543734c1072322d1bb56c8d136e9e7b authored almost 14 years ago
Change GWT History to work when multiple applications are loaded within the same page.

Patch by: jhollenbach
Review by: jat, jgw

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

5e81c15481040420224238652a05e54cf2d7dda1 authored almost 14 years ago
Warn users of JRE 1.5 that their days are numbered

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

Review at http://gwt...

5a663b5e77685a12181eed28dbd8570de8a2a6ab authored almost 14 years ago
Adds accessibility to certain GWT AST nodes.

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

1c8fa21fb89ed9a4773a9c1fcf4158a338723c20 authored almost 14 years ago
Fix bad gwt-servlet dep problem described in http://code.google.com/p/google-web-toolkit/issues/detail?id=5918

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

a6f0b44104d54d440ff83bb77867d693381d732a authored almost 14 years ago
Add JREIndex optimization to JdtCompiler.

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

Review by: [email protected]

git-svn-id: https...

de6b7262e0d9ecb87387e8d91717ee9f0779a4f3 authored almost 14 years ago
Add SSL support to DevMode.

Issue: 1806
Patch by: jat
Review by: conroy, tobyr

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

dffcd80ce6ff2b2b515e9372230f9ed58cd6ca90 authored almost 14 years ago
Add validation jars to the expenses sample build.xml

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

Review by: [email protected]

git-svn-id: h...

8ea6b7671799ae522245c53a7c56acbbdda95b95 authored almost 14 years ago
Bump pom.xml version, and fix NPE in samples/expenses

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

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

298ed594db3364ddb733a55c9bc44967dc2cf393 authored almost 14 years ago
Turn off test that is failing in IE

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

Review by: [email protected]

git-svn-i...

9283f74368b7740a409d2eb45dfaecf692d9e701 authored almost 14 years ago
Add option to use JSONP in ExternalTextResource

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

Review by: [email protected]

git-s...

31ea1053c01195287e10355d20579c743251768d authored almost 14 years ago