Ecosyste.ms: OpenCollective

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

GWT Project

Compile Java to highly optimized JavaScript with this open source toolkit
Collective - Host: opensource - https://opencollective.com/gwt-project - Website: https://gwtproject.org - Code: https://github.com/gwtproject

Refactors TypeOracleMediator to get rid of the 'context' as an instance variable.

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

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

github.com/gwtproject/gwt - f35ce090ff00c73ba8db9b1c48b67c0c070d3208 authored about 14 years ago
Copying the DOMImplIE6 setOpacity implementation into DOMImplIE8 because IE8 does not support the opacity style attribute. I added a runtime check to differentiate IE8, which only supports the alpha filter, from IE9, which supports opacity.

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

Review by: [email protected]

git-svn-id: ht...

github.com/gwtproject/gwt - 593cd6e746ab9a5953182cf7e698f8c5cc4289ae authored about 14 years ago
Refactors TypeOracleMediator to avoid CompiledClass references. This way, we will be able to throw in byte

code from other sources besides JDT. This design is a little different from the Instant Hosted M...

github.com/gwtproject/gwt - b52b1715304c83f7e2d859ce400c978164c7e99b authored about 14 years ago
Update samples/expenses/pom.xml for 2.1.1. Also fix bad gwt-maven-plugin config.

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

Review by: [email protected]

git-sv...

github.com/gwtproject/gwt - ad6d70a9e6b03a3b1e1ad74df8d13031b1e6b0d6 authored about 14 years ago
Public: GWT emulation for the normal Validation Bootstrap.

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

Review by: [email protected]

git-svn-i...

github.com/gwtproject/gwt - ecb1b99be69e16ea124156d123f35d7907294d47 authored about 14 years ago
Reduces class and JSNI loading for RPC in devmode.

- Makes GwtScriptOnly work with JSNI methods.
- Modifies the RPC generator to tag native methods...

github.com/gwtproject/gwt - 0904fee84ffea2867959e45e51f0cada0f99c7d2 authored about 14 years ago
Have separate devmode.js files for each permutation if we are outputting

bootstrap in the primary fragment so we can put the properties info in
them and avoid putting it ...

github.com/gwtproject/gwt - b9cc53ac5ff894874c58caf88533508aa1bd0395 authored about 14 years ago
Public: Generate BeanDescriptors for GWT Validation.

[JSR 303 TCK Result] 31 of 258 (12.02%) Pass with 10 Failures and 13 Errors.

Review at http://g...

github.com/gwtproject/gwt - f27085866df42e888685a05a1a4a572a4889f6e7 authored about 14 years ago
updated .msi to the svn checkin revision 9345. copied .msi files to Lorry

Omaha does not support platform attribute to allow a single config file. we need to create anothe...

github.com/gwtproject/gwt - b4d65c24ac2b36e558d5c329352e3d5e2cbed13d authored about 14 years ago
updated .msi to the svn checkin revision 9345. copied .msi files to Lorry

Omaha does not support platform attribute to allow a single config file. we need to create anothe...

github.com/gwtproject/gwt-plugins - 50d9badc18cfa3b233a4a43373eaf15af1e90025 authored about 14 years ago
Fix second part of issue 5243, full name for the AD era. I didn't get any conclusive answer about what it should be in Portugal, so I am leaving the old value there, at least for now.

Issue: 5243
Patch by: jat
Review by: pdr, shanjian

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

github.com/gwtproject/gwt - 40ad534af4ef317a690c44e205ab117348e35af2 authored about 14 years ago
1.5 compat fix

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

github.com/gwtproject/gwt - 3124ff415ed8ad832e2f15457135f2ed30af81d2 authored about 14 years ago
Ensure that primitive values can be used as RequestFactory proxy properties.

Make RequestFactoryInterfaceValidator stricter in handling mismatches.
Issue 5357.
Patch by: bobv...

github.com/gwtproject/gwt - c4b43d700a7f0ff47e4bf57a2cbb852cfc2ee252 authored about 14 years ago
CellWidget should only fire a ValueChangeEvent when the new value is not equal to the previous one. The redraw logic should do the same. If you really want to redraw the widget unconditionally, call setValue(a, b, false) and then redraw()).

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

Author: tbroyer

Review by: sbr...

github.com/gwtproject/gwt - 0130db84ce189d7a935808db330d4ef95e172584 authored about 14 years ago
Fixes rebased guava library without using JarJar

Fixes Issue http://code.google.com/p/google-web-toolkit/issues/detail?id=5708

Review at http://g...

github.com/gwtproject/gwt - 683be14d91bd947f3959d49dc071ca455cdcb871 authored about 14 years ago
Change the first day of the week from Monday to Sunday for Brazil

(and all of Portuguese except for Portugal, since Brazil's behavior
should be the default for Por...

github.com/gwtproject/gwt - 1a9ca6ec0cf884ec4916cc32b89e6586756b3b6c authored about 14 years ago
Fix a problem with BigDecimal, where the bitlength of a zero value

was not being computed properly.

Patch by: jat
Review by: conroy, janz

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

github.com/gwtproject/gwt - e47b4418ffa6ab16238eed01a1f62bbaa0628213 authored about 14 years ago
Removing call to RootLayoutPanel#get() in SplitLayoutPanel so that it does not force the creation of a RootLayoutPanel, which attaches itself to the document body and blocks other elements attached to the RootPanel. The new implenetation uses the max of the client size and the scroll size, which is what PopupPanel does.

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

Review by: [email protected]

git-svn-i...

github.com/gwtproject/gwt - 81fd3bddeb18769e9a2d3a9f9f7acf349d72efd7 authored about 14 years ago
Changing the behavior of CellBrowser so that the first child node of the next level in the tree is not immediately selected in the SelectionModel when its parent is selected. In general, we no longer select a value in a CellList or CellTable until the user interacts with the widget. Also, we do not deselect a selected value until a new value is available for selection. This is important for asynchronous lists, which clear the current data then load the new data asynchronously. We do not want to trigger a SelectionEvent between these states where we have nothing selected.

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

Review by: [email protected]

git-svn-...

github.com/gwtproject/gwt - 3ca77571657894291cbf69446ae248edd1f3911d authored about 14 years ago
Expand self-closing <div/> tag in SafeHtmlTemplate into separate open and close

tag.

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

Review by: [email protected]

git-svn-...

github.com/gwtproject/gwt - 86e73004f61d8ab6dd94c23f14b5030b4964ea19 authored about 14 years ago
Public: Use jsni to access private fields and methods.

This allows
org.hibernate.jsr303.tck.tests.constraints.application.ValidationRequirementTest
.tes...

github.com/gwtproject/gwt - d6d3113a672bd6c1bad51832acf72a670e714b85 authored about 14 years ago
Allow @Editor.Path("") as a valid annotation to indicate that a sub-editor should be aliased to the object being edited by its parent object.

Patch by: bobv
Review by: rjrjr

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

git-svn-...

github.com/gwtproject/gwt - 25a32447a903098e9d635f91b76617c21f1099be authored about 14 years ago
Re-rolling r9363: TypeOracle becomes interfaces.

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

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

github.com/gwtproject/gwt - 2debd31846356b4427729664be60bda834fdb0d7 authored about 14 years ago
Public: Check constraints against the field or property that has the actual annotation.

[JSR 303 TCK Result] 5 Pass 7 Fail 29 Error from a total of 259 tests for a success rate of 1.93%...

github.com/gwtproject/gwt - 613e76751f2cd5d640a14691be35083e2dd0cfb8 authored about 14 years ago
Switch SafeHtmlTemplates code generator to use the stream HTML parser.

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

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

github.com/gwtproject/gwt - 08c402147c9168b08ae6c43b59b7ae2cd46fa444 authored about 14 years ago
Update maven script and expenses/pom.xml for 2.1.1-rc1

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

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

github.com/gwtproject/gwt - c2de01f8254c21dd358bea869f733aeb39300b1f authored about 14 years ago
Update expenses web.xml for servlet 2.5

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

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

github.com/gwtproject/gwt - 6ea3d66514853a8a9c59aa216288ac2085976557 authored about 14 years ago
Guard against invalid dispIds in JavaDispatchImpl

Also, rather than write an invalid dispId and wait for things to blow up, throw
a HostedModeExce...

github.com/gwtproject/gwt - 2348968c881eed060b132f7e0d7de1fae88dc5e6 authored about 14 years ago
Rolling back stupidly-accidental commit to JUnit.gwt.xml

Review by: [email protected]

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

github.com/gwtproject/gwt - 7d13a111500d293ba11a61cab70e848ece4655c4 authored about 14 years ago
Temporary rollback of r9384 (Change Activity to an abstract class) until some internal clients catch up

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

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

github.com/gwtproject/gwt - aaf7190ef6528034403fccc55066d0f32a826019 authored about 14 years ago
Change Activity to an abstract class, to allow its api to evolve.

Gwt issue http://code.google.com/p/google-web-toolkit/issues/detail?id=5730

Review at http://gw...

github.com/gwtproject/gwt - 2344766fc53c1efe9ae852a70ac5da868481b10a authored about 14 years ago
Disallow persisted entities with null version properties because it breaks RequestFactory update semantics.

Patch by: bobv
Review by: rjrjr

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

git-svn-...

github.com/gwtproject/gwt - 4995d3db9602a169b57210d04351070bb0d960df authored about 14 years ago
Fixes $entry() wrappers for EventTarget and subtypes, Timers, and properties of

the form "Element.onclick". Adds tests to confirm that this makes the
UncaughtExceptionHandler fi...

github.com/gwtproject/gwt - ff82ab04d2005c09174e2b25ba4600023ffa8038 authored about 14 years ago
Propagate WriteOperation.DELETE to EntityProxyChange handlers.

Re-enable a disabled test.
Patch by: bobv
Review by: rjrjr

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

github.com/gwtproject/gwt - 6d38e1dab8edf015d6cc23f7a3d05111bb413be6 authored about 14 years ago
Fixing a bug in IE6 where the styles on some Cell Widget items do not update, causing the items to disappear. Adding zoom:1 fixes the problem.

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

Review by: [email protected]

git-svn-id: ht...

github.com/gwtproject/gwt - b01d53071167b87441d5429ad018bbae09ae6f51 authored about 14 years ago
(Issue 5564) RF has bad handling of SC_UNAUTHORIZED

API breaks:

* The RequestEvent; UserInformation and related proxies, requests and services;
Aut...

github.com/gwtproject/gwt - 78109e8071b2564ebaadd0ac06ddb08437e6dc7a authored about 14 years ago
Suppress redundant PERSIST updates.

Issue 5674.
Patch by: bobv
Review by: rchandia

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

github.com/gwtproject/gwt - 6a9462218b1fa1356ef6313b8af8d7beb3f3c0a7 authored about 14 years ago
Change floats to doubles and work around a firefox bug.

1) Floats and doubles are equivalent in JS but using floats requires casting (e.g., 3.14 -> 3.14...

github.com/gwtproject/gwt - 18be35bc27857f4c908ece4e2e2e6ab18336938e authored about 14 years ago
Rolling back r9363; type oracle change to use interfaces.

Compatibility issues when compiling against pre-compiled libraries.

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

github.com/gwtproject/gwt - 6c3dbe8b98521e16178f59ab92641812de316a2a authored about 14 years ago
Temporary rollback due to reported breakage

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

github.com/gwtproject/gwt - c91e6de429e7b867f74b45d15d4f89ba4c6fcbe0 authored about 14 years ago
TypeOracle becomes interfaces.

Refactors TypeOracle into a set of interfaces rather than concrete types. Moves implementation ...

github.com/gwtproject/gwt - fcc5b528c8a8b2a71f643f65c6cf7e2574b79feb authored about 14 years ago
Partial fix for http://code.google.com/p/google-web-toolkit/issues/detail?id=5707

Modify JsInliner to avoid propagating expressions incorrectly.

in EvaluationOrderVisitor, two c...

github.com/gwtproject/gwt - 66f7684888ade07118dda390d8077fd50dd0dcf2 authored about 14 years ago
Modifications to StackTraceDeobfuscator:

- Introduces a new protected method, getSymbolMapInputStream(), to obtain a symbol map InputStre...

github.com/gwtproject/gwt - 7890325af638a90baa7607a5a1d629d07c9efdcb authored about 14 years ago
Update MissingPlugin.html to reflect new Chrome platform support

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

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

github.com/gwtproject/gwt - ee57ff4b8d4c680d951b990a44ac9d93cf3f59b3 authored about 14 years ago
Update MissingPlugin.html to reflect new Chrome platform support

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

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

github.com/gwtproject/gwt-plugins - db956948d535db9f2b394195ba96456e93d8fd58 authored about 14 years ago
Rolling back r9354 due to some GWTTestCase breakages

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

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

github.com/gwtproject/gwt - a7f1959123ce957800df036c4bb3c1141666af55 authored about 14 years ago
Undeprecate HandlerManager and TabPanel, neither of which is quite

ready to die yet.

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

Review by: jlabanca@goo...

github.com/gwtproject/gwt - 58c04717a6ec18dd65adda0e3b6b6a624a3b7ca5 authored about 14 years ago
Fix external issues 5521, 5446, 5332, javadoc links

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

Review by: [email protected]

git-svn-i...

github.com/gwtproject/gwt - f24fa30bc5175f4216be250efccbd3556572ee77 authored about 14 years ago
Adding methods to insert columns, get the column count, and get columns by index in a CellTable. Thesemethods are very useful for changing the visible Columns. Currently, users must remove all columns, then re-add them just to insert a single column.

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

Review by: [email protected]

git-svn-...

github.com/gwtproject/gwt - e4fc01f6928c7455dc29c3ef7dd52df5a2a9c815 authored about 14 years ago
In CompilingClassLoader, refuse to load a class if its compilation unit has errors.

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

Review by: [email protected]

git-svn-id:...

github.com/gwtproject/gwt - e77bcd1c420a2c305f29252ce76201d9b78752a1 authored about 14 years ago
Fixes two issues

Issue 5460: Scaffold app expenses does not store decimal values
Issue 5663: DoubleParser rounds v...

github.com/gwtproject/gwt - 7e91476b89991719ba7a75f16bd8dbba21c7edc9 authored about 14 years ago
Delete sample/expenses console. Cool demo but it requires gwt-dev, not

viable as a sample. Fixes
http://code.google.com/p/google-web-toolkit/issues/detail?id=5681

git...

github.com/gwtproject/gwt - 7adf6f1a8f7d2e21bc39c1e592623ac3b2d62f2c authored about 14 years ago
Fixes GWT issue 5705, bad imports break memcache

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

Review by: [email protected]

git-sv...

github.com/gwtproject/gwt - c49234e393485c68be21bfc4ede020da788d0e88 authored about 14 years ago
The symbolMaps directory provided to StackTraceDeobfuscator should accepts directory name with

and without a trailing directory separator character

Fixes Issues: 5703

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

github.com/gwtproject/gwt - 46b6b779ab15dc5917e6577373b37fb7a5100ec7 authored about 14 years ago
Update comment

Review by: [email protected]

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

github.com/gwtproject/gwt - ed53d14fe87217bcde63d6acd19c03340001760c authored about 14 years ago
Bidi support for ListBox

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

Review by: [email protected]

git-svn-id:...

github.com/gwtproject/gwt - d11fb3c77b3d89532fa9ce29dc34941548a6fce0 authored about 14 years ago
Improve the docs on @UiField

Review by: [email protected]

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

github.com/gwtproject/gwt - 6e4ddf4d6c2cbaf4a5aa646cbd2a6b687a27b5c5 authored about 14 years ago
IE devmode plugin: 64 bits support end-to-end, build fixes & cleanup, other polishing items.

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

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

github.com/gwtproject/gwt - 5475cfcb6f4a7c00798a471405a50830e2977469 authored about 14 years ago
IE devmode plugin: 64 bits support end-to-end, build fixes & cleanup, other polishing items.

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

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

github.com/gwtproject/gwt-plugins - 951d6839705b12f7c503272520a5875158f23bd7 authored about 14 years ago
Modify EmulateJsStack.gwt.xml and CoreWithUserAgent.gwt.xml to test whether the new 'compiler.stackMode'

configuration property is set to 'emulated', rather than testing the legacy boolean configuration...

github.com/gwtproject/gwt - 9e44f5e902e7002f5d4c3aa9606825c8253187b7 authored about 14 years ago
Public: Add a custom report format.

[JSR 303 TCK Result] 4 Pass 6 Fail 32 Error from a total of 259 tests for a success rate of 1.54...

github.com/gwtproject/gwt - 3b5ff41edde908c1b67612e6b06ececb9ecb2b77 authored about 14 years ago
StackTraceDeobfuscator now extracts source file and (method declaration) line number information from

the provided symbol map file, when this information is not provided by optionally enabled stack t...

github.com/gwtproject/gwt - 839664b4987f4276ed71e8b1ad6f24a0e79c1cbf authored about 14 years ago
Improve Canvas 2D documentation

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

Review by: [email protected]

git-svn-id: ht...

github.com/gwtproject/gwt - 65455b62f0ddf150468306fef485a45e8a3366f7 authored about 14 years ago
Remove a couple of JDK 1.6-isms

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

Review by: [email protected]

git-svn-i...

github.com/gwtproject/gwt - be807f32a59723dcd007f866d047a397020895a2 authored about 14 years ago
Fix double escaping of HTML characters in Javadoc

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

Review by: [email protected]

git-svn-id: ht...

github.com/gwtproject/gwt - b06fda2766f4a324665c764779b8cb1c6720a79f authored about 14 years ago
Factors out TypeOracleMediator.computeBinaryClassName() to be a method on JType.

This function doesn't really have anything to do with the type oracle mediator.
Moving it gets ri...

github.com/gwtproject/gwt - 27ca91cd056eeb930c3cdf1392fe8fb6d99fb231 authored about 14 years ago
Support up-casting subclasses of java.util.Date (e.g. java.sql.Date).

Issue 5675.
Patch by: bobv
Review by: rjrjr, rchandia

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

github.com/gwtproject/gwt - afbfc691a90a8e9ada3d7c297093b4489a167eee authored about 14 years ago
Make bad JSNI refs errors

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

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

github.com/gwtproject/gwt - 8523ec45a6e8be29bb0eadda13a63018a2f79f3e authored about 14 years ago
make computeAllInterfaces resilient to errors in dependendant compilation units

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

Review by: [email protected]

git-svn-id:...

github.com/gwtproject/gwt - 3026efa1668fb0ec7b2c843313b9e90930c9bdd5 authored about 14 years ago
Disable tests using toDataURL() or getImageData() on Safari 3.

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

Review by: [email protected]

git-svn-id: h...

github.com/gwtproject/gwt - 93e658067a784f421003fba4f287d3e43c2ade03 authored about 14 years ago
Reduces size of the compile report (soyc) for large projects with many

split points by:

- Using a common intern dictionary for methodDependency
reports from the same r...

github.com/gwtproject/gwt - 990a59f0870e4a5d96a9e99b312f62d3f10c0c75 authored about 14 years ago
Passing the Cell Context, which includes the row index and column index, to Cell methods. Currently, the row index is not passed, making some fairly common use cases difficult. For example, its hard for a Cell to update a backing data provider without the index of the value on which an action occurred.

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

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

github.com/gwtproject/gwt - 2cc0b0296d8505625fde228edf528f564f2d0de9 authored about 14 years ago
Remove dependency on dev.Util class in DynaTableRf sample code.

Issue 5681.
Patch by: bobv
Review by: rchandia, rjrjr

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

github.com/gwtproject/gwt - fecf27dd45fc04b2b09f26fa9fb669c7354cb88e authored about 14 years ago
Public([email protected]):

Changes in this (trivial) patch.

1. Left angle bracket should be quoted.
2. Fix for indentation....

github.com/gwtproject/gwt - 6d51956db466ee8e1a5300da3898f50c3228d75d authored about 14 years ago
Public: Handle fields marked @Valid

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

Review by: [email protected]

git-svn-i...

github.com/gwtproject/gwt - 3445591375c9798bc4973c9b0d111a0f7d2a941d authored about 14 years ago
Fix some timeout typos, and increase delay on RequestFactoryTest.

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

Review by: [email protected]

git-s...

github.com/gwtproject/gwt - f9014d4018fedee34fadbca79c28f0267734eb21 authored about 14 years ago
Work around for samples/expenses, broken by new support for touch events.

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

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

github.com/gwtproject/gwt - 02d14624de96ab3f086e81b1ed9f55a0493df49c authored about 14 years ago
Add ServiceLocator API to allow service methods to be invoked on non-static methods.

http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_1_1
Issue 5680.
Patch by: bobv
...

github.com/gwtproject/gwt - edd559b4f18e8fd62621e9cc33ce5fc90267fbe9 authored about 14 years ago
Add a definitive test for enum properties in RequestFactory.

Issue 5448.
Patch by: bobv
Review by: rchandia,rjrjr

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

github.com/gwtproject/gwt - 4bed3e120e74dc7723aaeeb422ddde9ca35bb805 authored about 14 years ago
Eliminate hotspots in ProxyAutoBean code by memoizing data.

Patch by: bobv
Review by: rchandia

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

git-s...

github.com/gwtproject/gwt - 14a0131000ba9f60e5f48d7d8fb014908480fbbd authored about 14 years ago
JUnit exceptions cause chains need to be serializable, too.

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

Review by: [email protected]

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

github.com/gwtproject/gwt - 79a6a895e207ac6541afb9859117ab68bff2593a authored about 14 years ago
Ensure RequestFactory is UTF-8 clean.

Refactor existing RPC Unicode tests to allow re-use by RequestFactory.
Issue 5474.
Patch by: bobv...

github.com/gwtproject/gwt - e2cd03532abb824b22b04995227fd8f6055f745c authored about 14 years ago
Make ListEditorWrapper update its backing on flush().

Fixes Issue 5500.

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

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

github.com/gwtproject/gwt - da4cd2a807cfa6728e8f6a59fd8ce543a1e3243e authored about 14 years ago
First-pass for adding HTML5's Canvas.

This is not the final version yet (among other issues, the location is up for debate) but I woul...

github.com/gwtproject/gwt - b569fc07f66e8d5b4b02e7d9bb27fb94d1ad594b authored about 14 years ago
Added error handling for exceptions that can occur when logging messages are sent over the wire from DevMode to GPE.

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

Review by: [email protected]

git-svn-id: ...

github.com/gwtproject/gwt - 59f32f59a122d749f9c0c6d02be1c38de374dc15 authored about 14 years ago
Remove the implementation from GWTTestCase checkpoints.

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

Review by: [email protected]

git-svn-id: http...

github.com/gwtproject/gwt - 953bc132a0a82231628a584efc3bd86e14924386 authored about 14 years ago
Remove inadvertent commit of .rej file.

Patch by: jat
Review by: rjrjr (TBR)

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

github.com/gwtproject/gwt - e51670d8af71c0618d11687b5182070d6ace7f00 authored about 14 years ago
This patch:

- reuses editors in every IsEditor widget (issue 5479)
- adds a ValueLabel widget, and DateLabel ...

github.com/gwtproject/gwt - 822e0e286d41b3f3b71b70b6f23c7715c7665a3e authored about 14 years ago
Add ProxySerializer API to provide EntityProxy persistence primitives.

Issue 5523.
http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_1_1
Patch by: bobv
...

github.com/gwtproject/gwt - 4830cb47382cb7e427f1e2b4ae9ebe028f1546a2 authored about 14 years ago
Fix to allow devmode exceptions to be reported back from a client.

When I converted JUnit to use normal serialization to transmit exceptions, I introduced a proble...

github.com/gwtproject/gwt - 17c9313c29bf7eb5f6cd2fbc2d79004b39391eeb authored about 14 years ago
Cleanup DOM after DoubleClickEventSinkTest tests complete

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

Review by: [email protected]

git-svn-id: ht...

github.com/gwtproject/gwt - 24fef3e9f34d2bcd879d3d3a7ee0cd46dbf591df authored about 14 years ago
Update JUnit from DeferredCommand to Scheduler.

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

Review by: [email protected]

git-svn-id: http...

github.com/gwtproject/gwt - f89735fc2c63e2098dd19c3da549987725599528 authored about 14 years ago
Add 2nd constructor for backwards compatibility.

Review by: [email protected]

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

github.com/gwtproject/gwt - 2ff684dac3d0074870ab82b5f32770ccecc41e05 authored about 14 years ago
Add support for RpcTokens, which, if set, are sent with each RPCRequest to

the server. RpcTokens can be used to implement XSRF protection for GWT RPC
calls.

Review at http...

github.com/gwtproject/gwt - 196ef69c722adfeee02477fc59e75593219ea4ff authored about 14 years ago
Add support for touch and gesture events for supported mobile webkit platforms.

Extract common implementation and interface out of MouseEvent into HumanInputEvent.

Review at ht...

github.com/gwtproject/gwt - fdf1b08aa7c38fbdde3a6a0f59933baf746e258c authored about 14 years ago
Rolling back "Add property provider generators" due to broken internal

builds.

Patch by: jat
Review by: unnurg (TBR)

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

github.com/gwtproject/gwt - 6c494a81213ccde74591537f5d6206ed2ed7725a authored about 14 years ago
Fixing JavaDoc warnings in Cell Widgets.

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

Review by: [email protected]

git-svn-id: ht...

github.com/gwtproject/gwt - 495bbbe32eb92b48d835f9f6682d12679a47ed30 authored about 14 years ago
Add a permissions model to the Chrome NPAPI plugin.

Permissions are stored in localstorage of the background page.
They can be changed by navigating...

github.com/gwtproject/gwt - 8806978e82bb99fdda68b9ccb0fcb96e558ff45c authored about 14 years ago
Add a permissions model to the Chrome NPAPI plugin.

Permissions are stored in localstorage of the background page.
They can be changed by navigating...

github.com/gwtproject/gwt-plugins - 648a51bd1c1757368585ef75b3a99d6d4be36d37 authored about 14 years ago
Add property provider generators.

Patch by: jat
Review by: unnurg

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

git-svn...

github.com/gwtproject/gwt - 31721394fae306426e3c652550f4c41a2dceebb7 authored about 14 years ago