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
The current JDT version erroneusly emits errors when compiling Guava
if the source level is set ...
Change-Id: I4b4841e99b2c794e401b59654a5fec36f023c7d0
35ddf664a6677a8ba10bc6697126280c383ef58a authored about 10 years ago by Goktug Gokdogan <[email protected]>Change-Id: Ic9f4a908c1ed2636dc024869f5625d3a0ca906c9
97a74a6953824e06afbcab4d0d2c692711f72a65 authored about 10 years ago by Goktug Gokdogan <[email protected]>
When pruning the last few parameters of a method, the pruner would
allow for extra arguments in ...
Change-Id: I039bb90d33d935ab7b1aad17d4e60965110008e7
17069e38637265cce821074246dbbe4794df96a5 authored about 10 years ago by Andrei Korzhevskii <[email protected]>
This patch updates the data transfer object to implements the
drop effect.
For the dragenter an...
afac98f52deb850dd164468ff0ffa0fdbfefed35 authored about 10 years ago by Fabien PERIE <[email protected]>
When running in Java 8 classes are inserted in JProgram in a different
order causing fragile tes...
- Adding devmode task to all ant samples with the option to run
the classic model adding gwt.a...
Change-Id: Ide3cb914c74e391425573d7e8db667dfaf5a628c
d029b835903108951926811f6356ab2f435b568b authored about 10 years ago by Goktug Gokdogan <[email protected]>These were the only differences left when I ran cldr-import.
Change-Id: Id066f6e82eea31f59c9f2f...
1c29698828c08b68c24d26dd7f74733e43563a91 authored about 10 years ago by Brian Slesinsky <[email protected]>
- Do not overwrite existing gss files
- Command line flags need to be added before files / dir...
Change-Id: Ica93f7690d8d2eb080e908c061e0e948d158ba7f
e9ee6b212ad73d0022d04cd249ae89d67f38d21e authored about 10 years ago by Manuel Carrasco Moñino <[email protected]>
Wrap CldrFile in InputFile and Factory in InputFactory to ensure
that we don't depend on a HashM...
Change Ib995c18fe6842dc8914457ceff43e17808bfa550 changed the behavior
of UnitCacheSingleton.get(...
Change-Id: I61c0b6d61b4a0c1cf0d3947743a12b1520ed23b9
2a9dbf92c138ca5d7320d86d0c3c8e8410801705 authored about 10 years ago by Daniel Kurka <[email protected]>
In incremental compile, we shortcut generating castability information
when class casting is dis...
Passing the -compileReport flag makes the compiler produce readable
html reports from the xml re...
Change-Id: I3169e0239b6d1f0f4a29b89cff2448736bd66ecd
726793765fdd10e48595e6607d8f7b97b1e70602 authored about 10 years ago by Brian Slesinsky <[email protected]>Change-Id: Ib4094d8b9e719a96cc164785ab75f01b78a3e571
2c1cf8278104b738fef7199226483b81ad965395 authored about 10 years ago by Ye Wang <[email protected]>
Also marks related checking as side-effect free so they could be
fully optimizable based on chec...
pushLambdaMethodLocalsIntoMethodScope wasn't using the
emulation path as the curMethod.locals bi...
First issue is handling of late resolved methods and the
second issue is handling method calls i...
Related with change I0c5f13047d1bc5ce3eec951a93f0f3a3621287b9
Change-Id: I0e820269882fc60896d0c...
0a6fdde2037cdd2ad84ee67342e1204c2185ce5b authored about 10 years ago by Manuel Carrasco Moñino <[email protected]>
Introduces a noop OptimizerContext for the cases where it is known that
the context wont be quer...
Bug: issue 9031
Change-Id: Iea5c22173c5a735cfb1c1fa21f01d4d4ef177839
The timestamps result in lots of churn in the diffs each time
we regenerate the files. Every fil...
Bug: issue 9014
Change-Id: I092c3f87c077d8e0d9d78e725af9008f1a741613
The converter converts conditionals with negation improperly.
The following conditional:
@if !pr...
-- When a JDeclaredType is pruned, remove its methods and types
in optimizer context.
-- Overri...
b1a9a4b1683fcc483abe9c96d5d832d005cd634a authored about 10 years ago by Ye Wang <[email protected]>
Previously MinimalRebuildCache instances were not persisted or loaded
from disk at all and a new...
Starts obfuscating just function names. As a result function names are
smaller and with sourcema...
As we added String#toUpperCase(Locale)/toLowerCase(Locale) emulation
to GWT, we no longer need a...
Moved all async operations to it.
Separated out the operations that update the memory cache
fro...
This reverts commit bf556abdfb0cef9d2e49e20d27bab0bd221ebfb7.
Adding synchronization introduced...
6e1a2701d34a4fd37800b5ed6ecfcc5703f1b53e authored about 10 years ago by Brian Slesinsky <[email protected]>Moved all async operations to it.
Separated out the operations that update the memory cache
fro...
Any method that has a TreeLogger can export a metric by calling
setAmount(). These metrics are e...
In some cases the Pruner would leave the AST in an incosistent form
where there is a JNewInstanc...
Change-Id: I1c76aadcc6de8cb24dcb3e7c2cee61998b6793f3
efccabd827851a99764186f31675ec1cd32f4b92 authored about 10 years ago by Michael Vogt <[email protected]>Change-Id: If3bc68f9e7537b24f1a571302b7c166ddf06f583
1648a5f5a6c2e71b756eefe42c0f390437e30f7a authored about 10 years ago by Michael Vogt <[email protected]>Change-Id: I8ebebfc4e5b35f441e959ab648e9ab48f8234357
67bf46e0b0d1da7af8ca13349fca036635ab98dd authored about 10 years ago by Brian Slesinsky <[email protected]>
Previously GWT happened to process GWT.create() calls in EntryMethods,
before GWT.create() call...
We don't have a solution synthetic keyboard events in IE11
so this patch changes it to skip the ...
Refactors PersistentUnitCache to move all I/O operations on files or
directories to PersistentUn...
This compiler hint can be used in cases where it is not
trivial for the compiler to detect that ...
Change-Id: I43a6f602d7a73053ec61a34cd6e9789ec9f921f8
576d8773311f0f03e814b5a32daf6a4a969260f0 authored about 10 years ago by Andrei Korzhevskii <[email protected]>
We should trust the file name if it is a java file name as that means
compiler.stackMode is enab...
Change-Id: I4087ebc291a7f6dc219c93902f6b9429be5bf8d3
a84cb614ed7fa22b898061a34cb8e9aef316ee1a authored about 10 years ago by John Stalcup <[email protected]>
Previously OutputFileSetOnDirectory took special care to not overwrite
a file in the output dir...
JNewInstance mantained a pointer to the enclosing class of the method
wheren the new appeared on...
This reverts commits 3690953f468bf6f609f7a07036015ad393912d0a and
db8f1ee2e98921349c2cb60888231b...
Change-Id: I13fc11fbe0958f5d2ca114bd36625f6aa2e8a648
55059df682aada8bac5f2c6623e13e66035cc10c authored about 10 years ago by Roberto Lublinerman <[email protected]>
Calls to methods in c.g.g.lang.Exceptions are inserted by the
compiler to handle exceptions, hen...
This methods was not initially private because SpecializedMethod
wasn't correctly handling priva...
Includes James Nelson's upstream
Fix lambdas to appear as the expected type
Previous implement...
db034bab9eb3fd37c33f760c30cbb390dd7295fe authored about 10 years ago by Ray Cromwell <[email protected]>
Adds a memory and disk cache management class for MinimalRebuildCache
instances.
Change-Id: I7...
643b18407595c5fc0cde39aba77bae09161cf46b authored about 10 years ago by John Stalcup <[email protected]>
Java 7 file change watching may not be trustworthy with some file
systems, provide an escape ha...
- This framework is used for speeding up optimizations by running
optimizers on just modified ...
Change-Id: I3b64b9bd324d4ad9934a7a176e01b76b4891fa12
be54b7b3ca93fd7c415a600da66e9f408fad51e3 authored about 10 years ago by Daniel Kurka <[email protected]>Version 6.0 supports Java 8 syntax.
Change-Id: I13a5f89390be8db5a4d6ea5d6a78ff8239aaa5d2
ff60df2947e0ad04251863f9fb124da2ea494045 authored about 10 years ago by Roberto Lublinerman <[email protected]>
The enforcement of blocking JSO dispatch in JSNI depended on a
datastructure that was not guarr...
Changes from a static GET Foo.recompile.nocache.js to a dynamic GET of
/recompile-requester/Foo...
PathPrefixSets are supposed to immutable in that they are built up
during the ModuleDef parse p...
When doing code splitting if two fragments has the same estimated
size, their order would be det...
The cleanup() method starts rotating in the background.
This resulted in a race with the test, w...
During library compilation development it was expected that
CompilationUnit retrieval would be ...
Change-Id: I558c2f4526e0ca02e6e84c8a5c2b4c33b100af1b
Review-Link: https://gwt-review.googlesourc...
(This was an assert before, but asserts don't help developers
debug linker issues.)
Change-Id: ...
15e806e61231d49bacb9286f8a4dca6953f58ed0 authored about 10 years ago by Brian Slesinsky <[email protected]>Change-Id: Ib5a183cacd6689cf1451bb06b61f65c05e51af37
1ca8151be94452f813bff7592d76b7455e27c318 authored about 10 years ago by Christoph Kern <[email protected]>ResourceList extended AbstractList<> but declared implements Set<>.
Change-Id: I05b89ced138e886...
503dc4c1d1fc80bc912c2914fda7e92075cfc522 authored about 10 years ago by Roberto Lublinerman <[email protected]>
Samples are configured to produce the compile report but links
to compile metrics are broken bec...
This is to give CodeServer time to write the launcher files,
so the user doesn't see a blank pag...
Accumulated file changes will later be useful to shortcut
ResourceOracle rescans.
Change-Id: I1...
8f72b3dceaf20eb115b98112d80bbfdb2c9e6b32 authored about 10 years ago by John Stalcup <[email protected]>Given a method with the following signature
<T> T getT()
and two overloads
void m...
194fd9876ab2820d3cc7cf81400b9fdc0f6601ba authored about 10 years ago by Roberto Lublinerman <[email protected]>Change-Id: Ied29f6634d8533f56caeaa8cee6c739b147a28f1
5b25572056cacc1b230cd557a4bb7ba0fd638edc authored about 10 years ago by Goktug Gokdogan <[email protected]>
JsonRpcRequestFactoryTest assumed a particular order in the way properties
appeared in its stri...
Earlier both ~~ and |0 were being used for coercion.
I chose |0 as it is one op instead of two a...
They're useless since the removal of HostedMode in favor of DevMode.
Change-Id: If07bfd9571a02d...
61b375cf0e17159335526a689490a18d5ef0a1a7 authored about 10 years ago by Thomas Broyer <[email protected]>
Previously all JDT aborts were reported as ERROR even though it was
almost never fatal. This ma...
Makes sure that lastBuild is always set regardless of the
exception, so the error log will show ...
Some codepaths in UnifyAST incorrectly assumed that getSuperClass() and
getImplements() on a cla...
Bug: issue 8973
Change-Id: I5c06994e1c9e83722cd7504536321706fed0d04d
Change-Id: I596512ceaf08413ef6f23cd924312a406759690a
530b1342a9fa1e0102c9019ed0846d79c8ccd7ee authored about 10 years ago by jdramaix <[email protected]>
Logging works out of the box now so a complex sample app is not
much useful for most users.
Bug...
54908f2a3858a14ebeaf16ef38eec8d05a37be46 authored about 10 years ago by Goktug Gokdogan <[email protected]>
Change-Id: Icf311f65106ebd62b612a20fb9c383706e18aa33
Review-Link: https://gwt-review.googlesourc...
Bug: issue 8968
Bug: issue 8969
Change-Id: I81a518f7b0906aefec2c6826210a1fe0588edb5d
Adds an abstract base class that makes it easy to define a
handlers for otion type where the opt...
Change-Id: I72cecca7ad18ef3dc4a3e98bb76e7e622c5b44ab
fbfde8584e389307fe753b33c21e8941f9517d5b authored about 10 years ago by Roberto Lublinerman <[email protected]>
JsInliner (inliner for JS AST) only looks for inlining opportunities
that were not explored by M...
Change-Id: Iaef14e17716e0f4784a466361db13930f887c996
77ed7bbbd0f66ca59021f92e048d9955d581c951 authored about 10 years ago by Daniel Kurka <[email protected]>
When running tests with HtmlUnit, when testReplaceItemNoEvent adds a new
history token with the ...
Yahoo link does not exist any more.
Formatted json file.
Change-Id: I808290c42b633e74dfca896b4f...
17ec26cf37b90398c0872867eaa59f2930322676 authored about 10 years ago by Manuel Carrasco Moñino <[email protected]>
It seems that previous versions of GWT allowed entry point classes not
implementing EntryPoint b...
Change-Id: Ie5f4da188eeb714a33a80b72fb0f605626126935
efd7c4dc90542f0b8d8138f4d9b05520212a9ff5 authored about 10 years ago by Daniel Kurka <[email protected]>
The converter fails to convert everything in lower case when a
property value contains several ...
Change-Id: Ie10be09bf9248de10c28c700db170dc56887b461
Review-Link: https://gwt-review.googlesourc...
Change-Id: Icffa55f9b196fca49c85d179b3b88f814533bd70
509da4abf6fa7c50a7136a692e953e89b59c27a8 authored about 10 years ago by jdramaix <[email protected]>
In GWT-CSS, a constant and a style class can share the same name
if in the interface there is a ...
If an @external rule and the definition of the style class associated
are contained in a conditi...
Also this patch fixes an error when in the dist folder
are multiple files
Change-Id: I56438e09c...
6bc4372cc73a1155fd8dcd919571aed2f54daef5 authored about 10 years ago by Manuel Carrasco Moñino <[email protected]>Change-Id: I3cb498d8228f33508ba7b2b23c10a3f6aec3afb0
51efd1dee50d9e5e8acb77daf93cf5bbd2f78ee2 authored about 10 years ago by Goktug Gokdogan <[email protected]>