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

Remove gwt deps from Arrays.java

Change-Id: I446368743cd228042d01938386ea2f1de3c761e9

42411962cceed32383f799776b74819c2b894389 authored over 9 years ago by Daniel Kurka <[email protected]>
Adds suppressed exceptions to Throwable.printStackTrace.

Change-Id: I87df18273d6bbc1d743bef7ca60695fee1969851

ddaf1d4ffa969a7c61e86deb5c398e0881133f9f authored over 9 years ago by Goktug Gokdogan <[email protected]>
Add extra array helper class.

Change-Id: Ifa07e71e0b16ce063282138d6a499fabab9f3786

6f26e54482736ae934ca2f0469e5933b68cfcea9 authored over 9 years ago by Daniel Kurka <[email protected]>
Updates jsinterop the check in MakesCallsStatic.

Earlier check was suspicious as it was only performed for JsType
methods but not JsFunction meth...

c8a81f984d6600015c404a0db818a73f5028ac15 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Move Preconditions into JRE.

Change-Id: I23eec739e891f4ba47aff3adde002b9624dd0286

b1a19fa148c0d2ce18bec76dcbe424b264827482 authored over 9 years ago by Daniel Kurka <[email protected]>
Add @Override in JRE emul and remove whitespaces.

Change-Id: I8da2c82d4b20692570da216c8221c48da80f1bb0

7a4967df4f985d6a2717169eb972b7729a36c08e authored over 9 years ago by Daniel Kurka <[email protected]>
Changes ControlFlowAnalyzer to always rescue JsType interfaces.

This is because closure formatted output currently relies on JsType
interfaces to be not pruned ...

eb89548e643c92e8204907251c9acb3be5ba1ca2 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Move Md5Digest implementation into emulation.

Change-Id: I74957c45bfe290ab8dc57474958e04352eea932f

e0dda9f61b7c409944c4734edf75b108e0288f59 authored over 9 years ago by Daniel Kurka <[email protected]>
Fixes type-tightening for JsType fields.

Change-Id: Iac41a0612aeb0e6a71112199409ec2744244dc4e

78b77aeed03c2cb345e7300c50ba9685adfe643e authored over 9 years ago by Goktug Gokdogan <[email protected]>
Simplify SameParameterValueOptimizer.

Conceptually SameParameterValueOptimizer could only work on
methods that could be statified so w...

4df04ffa2103e02b62f044991db7640491a25d2e authored over 9 years ago by Goktug Gokdogan <[email protected]>
Fix AutoBeanFactory#equals in the JVM

factory.equals(factory) routed the equals to the InvocationHandler,
which would then compare an ...

27f9290639e9125b1014a4c06a268a2745d331a7 authored over 9 years ago by Thomas Broyer <[email protected]>
Flag cleanup

- enforceStrictResources removed
- maxPermsPerPrecompile removed

Change-Id: I47b72b582b1023e8...

7d659405d81ffb99edca5f1d1713383f53174a12 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Properly handle Object methods in AutoBeanFactory in the JVM

This fixes a ClassCastException when calling #toString(): the
factory handler assumed any method...

f077eee5f7bfbef249f7b2aa03e6c32b0888ad7e authored over 9 years ago by Andreas Kohn <[email protected]>
Added emulation for OutputStream and ByteArrayOutputStream

Added emulation for the following Java IO classes based
on the Android libcore implementation:

...

c6ee3f2ec87c7aaef9e302795c6d51b3b20e596c authored over 9 years ago by Anibal Chehayeb <[email protected]>
ControlFlowAnalyzer JsInterop overhaul.

- Major simplifications the special casing of JsInterop types
in ControlFlowAnalyzer.
- Rea...

22fb2c9c6974bd1fe0f6ff684f52e6cfbed1a387 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Add Collections.rotate method emulation

The rotate method implementation based on the Android libcore
implementation picked from j2objc ...

dd215d81ce29db42b185ffa2f86f6af36076f3be authored over 9 years ago by Gardella Juan Pablo <[email protected]>
Fix a typo in commit fd9b8b4d.

Change-Id: Ib9ce9b77bc26a04809dce0532d0a7488083c2066

aa652fb98092ebb00f4ac8f6538c262626eb3732 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix reference error in SDM related to @JsFunction interfaces.

@JsFunction methods were not considered exported by ControlFlowRecorder.

Change-Id: I8d2dd0be25...

fd9b8b4d9fbbb68e4d5192beaf4366b680fa7921 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix reference error for class literals in SDM.

If during the initial SDM compile a class literal was not referenced,
the class literal would no...

accd988194fbbace204fb1722b6db6decb092d77 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix constant reference in GSS.

Fix issue occurring when a constant definition made reference to
another constant and the CssRes...

08c5e3e59def29503005e3696fdde7fcc81d0ead authored over 9 years ago by jdramaix <[email protected]>
Update Chrome globals to 43.0.2357.9.

Change-Id: Ifc7b4e6fb420fcbf108c89ad38c5bbe50c583758

461d56b8bd1b3d62aa490b8c849ef38b1d4aea6b authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix bug for method references used as lambdas.

An assertion was thrown when the same method reference was
used as a lambda expression in differ...

85702adde985133db97d6a8318edc4e846aa09e1 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Make System.getProperty fail at compile time for undefined properties.

System.getProperty is designed to enable dead code stripping, so give an
early error if a proper...

3ba256a22ec0712897f41e42472bf6a008d7f153 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix tests for Arrays.deepToString.

Change-Id: I9b6f1018f199e70638ff65abb598db31875fbf62

e6c2f2cc740cb4d7606c48c9d0a5c11b19bdabff authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix incorrect assertion in Arrays.deepToString.

Change-Id: I5a5a3d74e7e042979a33bd76553dd42ec93858f6

bf68bf04e374d4bb10092290a6d9b334edcf4662 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix SDM for jsinterop.

SDM was not considering instantiated classes potentially
instantiated through an exported constr...

4f6dc450aae346b7c0d74c9ec6ac449dbd8fe783 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Adds extensive tests for array handling in CFA

.. and some of them are disabled as they are failing.

Change-Id: I7f8c1725103049849da8a87717070...

6eac59440d0001fce97f268675e15865a5473999 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Fixes incorrect obfuscation of names for JsInterop.

As old browsers doesn't support keywords as property names
GWT may mangle the name even if it is...

5fcde40621e2d03f1ffec354d285d3f064e59499 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Fix -setProperty handler.

Option wasn't applied in all entry points.
The patch moves the logic to a more central place to ...

cfd26f1a7ba9b93e30bc60d5a5a0b01d0991b92a authored over 9 years ago by Goktug Gokdogan <[email protected]>
Added emulation for InputStream and ByteArrayInputStream

Added emulation for the following Java IO classes based
on the Android libcore implementation:

...

ac6fafc3e1296540805405e1ab6cb532df71a212 authored over 9 years ago by Anibal Chehayeb <[email protected]>
Fixes JsFunction to be instance of Function.

This makes the generated functions from JsFunction
to behave more like a real function.

In orde...

d6870e6f0b16560fa106ecd6abc0a7faecbd0622 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Fix sorting of place types in generated getTokenAndPrefix

The use of a TreeMap with a Comparator that falls back to type name for
unrelated types can lead...

e96aa220b86207cfae6ab14d1f8cf45970587336 authored over 9 years ago by Thomas Broyer <[email protected]>
Add MostToLeastDerivedPlaceTypeComparatorTest to the PlaceJreSuite

…and fix the test as needed.

Change-Id: I47ee173ec7ab3cfafa9f5be5c6c415187436a0ec

3a9e20f976b138db79ed2b8f1b422e78e98fb7d1 authored over 9 years ago by Thomas Broyer <[email protected]>
Fixes broken closure code path in 5cc145f2133297362a1f8628aa6ebd72fe319306

Change-Id: I5a12573041ffe402766ac39f0cbc828b782222c3

7bb5b5d147b8ec75a48304f906324da754f5d06f authored over 9 years ago by Goktug Gokdogan <[email protected]>
Fix samples.

- Enable GSS for Mail and showcase samples + finilaze convrsion to gss.
- Change log level in Gs...

aaf1184a6df6e877d7888e3f4e0fb3e0dc37caef authored over 9 years ago by jdramaix <[email protected]>
Merges defineClass and defineClassWithPrototype

Change-Id: Ibb362c62caa371c19bb933f846ad17d501b055ab

5cc145f2133297362a1f8628aa6ebd72fe319306 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Use gss for UiBinder tests.

Fixes the open source build.

Change-Id: I78a3ea026759a07a830de30fbf13cac7726f8c33

0674916914fc5b1a9976c177426b4d50e53088d8 authored over 9 years ago by Daniel Kurka <[email protected]>
Improve error message for external classes in gss file.

Change-Id: I2c6aec10562e62c28750edf534a46ab733e09211

e104001f3e4f93a2f50514a74a02407d6cf60850 authored over 9 years ago by Daniel Kurka <[email protected]>
Remove @Source annotation and rename css/gss file to match method.

Change-Id: I2619969396dc9e8c0b1fbd06be6cc31f2dcd2ad1

0d6cae8e01b4511a601cd56ea076205321b29eb1 authored over 9 years ago by Daniel Kurka <[email protected]>
Fixing setTitle on root tree item

Bug: issue 1393
Change-Id: Ie543b8a88ce9c236df3520e400ccfabd91770762

7aaeed62a67df005061d4354da4c191b5dadc871 authored over 9 years ago by Joseph Adams <[email protected]>
Fix style nit in Css2Gss converter.

Change-Id: I520a50c288e29e030c444b6856ea5330349bb8b5

b772a75a0d0930d52c348ba83c6a1a9984e178e6 authored over 9 years ago by jdramaix <[email protected]>
Add Source annotation to make build pass with gss turned on.

Change-Id: I1ee0cfef754ca82d3e41de0bed9440d2a0da7de5

56461c2685e6df644d68ed7c3234d58ec5d68f78 authored over 9 years ago by Daniel Kurka <[email protected]>
Convert UiBinder files to support gss.

This patch extract inline style containing special rule that aren't
compatible with gss in a sep...

e9532ad1ec40b985ac23d4e29c1b562987c457a5 authored over 9 years ago by jdramaix <[email protected]>
Choose the right resource file if gss is enabled.

In GWT 2.8, GSS will not be experimental anymore and we will still
support the old CssResource s...

ad25b26f2a6054ff64c3328cadc70912d3b94fe4 authored over 9 years ago by jdramaix <[email protected]>
Moves JsInterop metadata population behind jsinterop flag.

By doing that, we could unify all jsinterop flag checking in one
place and for example, we could...

5857b37b048695f418e6e4de6efeefc2c5679123 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Revert "Enable GSS and autoconversion for the GWT SDK."

This reverts commit cd0b3c94ca70d1f932d72c9d5a51ca3014e65e26.

As discussed GSS won't be enable ...

f770ceec1c4fbe612a07860f6e546b3cdff5ff9b authored over 9 years ago by Julien Dramaix <[email protected]>
Update comment and default for CellTable.removeColumnsOnHide flag.

Change-Id: Ibe320ae099fc5de89346419bae84d9609de79d01
Review-Link: https://gwt-review.googlesourc...

3afbffbac03aeeb8a704f1fc15cac6f67707888e authored over 9 years ago by Thomas Fischer <[email protected]>
Shows that instanceof works for not referenced JsTypes

Change-Id: Ifbc7f0032c13fb140a982ebc6559aaed2b946eb1

9fe3c49545f481d11fc39e8337bf089591af9bb3 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Revert gss changes to user widgets.

This breaks the CSS compatibility of the SDK.

Proper solution needs to extract CSS to a resourc...

2ca72978fbc2564459104a856c290904ef010449 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Cleanup some leftover modular compile code.

Change-Id: I74447f47c0fc6e880fa8b56400c28155e3c0475d
Review-Link: https://gwt-review.googlesourc...

933b7817ef800abb7a6d26aa5d6f05d79e111dca authored over 9 years ago by Goktug Gokdogan <[email protected]>
When removing columns from CellTable, also remove the col element.

This fixes a bug in Firefox. Firefox would remove the
column, yet keep white space the size of t...

c83caefcb0e8c179cd033894db019f98bf9a7b30 authored over 9 years ago by Thomas Fischer <[email protected]>
Fixes a few incorrect/unnecessary JsInterop checks

Change-Id: I518d53a737ec15be498978cd43b09e0030e11cc4

81cec2a61d401b79fa1381190e2a36b1e8c5629f authored over 9 years ago by Goktug Gokdogan <[email protected]>
Fix code splitter test breakage

Change-Id: I8f5376e71986cc730e43151a0e190031d177e7c7

fc5f3ff1ba89483dc5f46742f68a2debe41d023d authored over 9 years ago by Ray Cromwell <[email protected]>
Add restrictions to the exporting of ctors.

With this patch, now a constructor could only be exported either if it
is the only constructor i...

5494102c6c98ea30edfeed1fa67f4f5371841512 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Fix FragmentExtractor for -XclosureFormattedOutput mode

In closure output mode, the chain assignments of ctors are
always retained in the initial fragme...

e780cbf7809d030cdf61bf15be77cc21be9abdc3 authored over 9 years ago by Ray Cromwell <[email protected]>
Add RedrawEvent to AbstractHasData.

Our team has a need to update UI elements around the table whenever the
table is rendered. Parti...

ffa571c6fc74eb1d58104a3406bc7bbdaf08b61b authored over 9 years ago by Thomas Fischer <[email protected]>
Cleans up some flag usage in compiler.

The behavior is mostly same except I removed checking jsinterop
flag in a few closure related pl...

1c64f8e9d1d54e9a6272021b19e898ff8b84d790 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Stop maintaining JsExport'ed methods in JTypeOracle.

Change-Id: I4e79aad0c93e4fcbaf6853ac1562717b66782b4b

b96a65d19cb4647994c7bf3150c6c9e6aa58555f authored over 9 years ago by Goktug Gokdogan <[email protected]>
Fix assert in duplicate class literal check

Change-Id: I75e09788b78c9b6f0a4be1531c31bcb8b146d739

bddd3b3f34bbd3011f662231fd583a3fa229fca9 authored over 9 years ago by Ray Cromwell <[email protected]>
Improve error messaging in UnitTestTreeLogger.

Change-Id: If146b2e68d8b273c79d1f7967aa321ff137a2cac

6343043dc3e3513ea9729710caed52ec2f32b734 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Fix names collision for lambda inside anonymous local class.

This patch uses ReferenceBinding.constantPoolName() instead of
compoundName to generate lambda s...

9ebddbe0b2a9256fd74d187f09c0b08135d21c50 authored over 9 years ago by Alexander Leshkin <[email protected]>
Add createInputEvent() to Document.java.

Change-Id: I172962c737685d9927c58977e132cfd2613ac530
Review-Link: https://gwt-review.googlesourc...

11bb38765e81587708fb719c74d6af56c4585bf1 authored over 9 years ago by Greg Sakorafis <[email protected]>
Add tests for constant evaluations.

Add test with constants defined using custom function.

Change-Id: I3a078429d4249385335d68b088fe...

cb7630c55f13420f206805f2418f808b8dbe952f authored over 9 years ago by jdramaix <[email protected]>
Remove IE6 references from UiBinder files.

Change-Id: I8043dc4f562e92af05b1bf662859ab027e27a873

cace588af5832c126e3e172d657aeefb00267292 authored over 9 years ago by Daniel Kurka <[email protected]>
Fix duplicate class literals in output

Detected via Closure Compiler. Currently, any literals for
interfaces or JsInterop prototype stu...

382a027837a675dfa1125db633d02fdf0cd1ae64 authored over 9 years ago by Ray Cromwell <[email protected]>
Make implicit narrowing compound assignments explicit

Compound assignments to variables with type byte, char, short, or
float hide narrowing conversio...

798d8ee78443309b060feb0a8b076e141b5e1e7b authored over 9 years ago by Liam Miller-Cushon <[email protected]>
Add 'input' events to the supported list of GWT event types.

Change-Id: Icaaf9a27424a120349bb9e19b14a7b1bfaa273a4

617ab197367d90fb4e6df04b91ca43680d530d15 authored over 9 years ago by Greg Sakorafis <[email protected]>
Add a config property for gss in UiBinder.

Change-Id: Iaee5a40c1a5ee0a1b98b158ad35dee0740567778

4d9bb905252ec475b1d1930b4e78e2a676d019dc authored over 9 years ago by Daniel Kurka <[email protected]>
Restore -style PRETTY as a default for regular superdevmode.

Change-Id: I67acff303848e82ddbb2632d86edbf2eb81805a4

b2d397f69cc8ab9b90c1ae7e77827caaca0e73bd authored over 9 years ago by Roberto Lublinerman <[email protected]>
Update chrome globals to (42.0.2311.90)

Change-Id: I11599525e7f6caa975f53156c3e39ac0d8297e7c

1fa9f84029352fbe411cf886f61ce370a7374de4 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Make -style [OBFUSCATED,PRETTY,DETAILED] work in SDM.

Change-Id: If0fe695dbba3c6399ce4d320ad7cd0527c9e8256

c2561844af530783a01f95ec56faad8b54d47639 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix constant evaluation.

If you try to access a constant through CssResource interface
with a definition referring to a f...

8a557dccc6352912cb2ee6cc3d9068d269105a6b authored over 9 years ago by jdramaix <[email protected]>
Fixes @JsExport with name handling on class.

Name attribute in JsExport applied to class was never accounted for.
Now it is fixed with some a...

230c6331ccc6b5b5cf6c87c07e0f0703faf42620 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Let Gss use all inputs to determine methods in UiBinder.

If we switch UiBinder to use GSS by default ImplicitCssResource
would only take the content of a...

53edbad50a45320f1e888d2812ac241e6b839d1d authored over 9 years ago by Daniel Kurka <[email protected]>
Fixes a bug for error mesage which have new lines.

When using the ModernCollector() new lines in the error message would result in
parts of the err...

71f835ef85cd700da0bc4a912a7b25d5e4835da4 authored over 9 years ago by Winston Ewert <[email protected]>
Fix bridge method generation for methods with coercion

1. The helper methods can't live on Cast, but must be on an immortal
type because the indexedFun...

b76fdf4aa4ff7f72ffbf1e38d2650be5a683213b authored over 9 years ago by Ray Cromwell <[email protected]>
Changes the export naming of constructors.

Earlier a constructor not qualified with a name would have
export namespace as the class' namesp...

1a71638dddc7d8fb015d1a34afe041611473b737 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Converts @JsExport("..") to simple names instead of FQN.

This also make JsNamespace applicable to exported members so
that developers can still change th...

c80e3eefc97268ac9ea704a4f444ea51b5b67751 authored over 9 years ago by Goktug Gokdogan <[email protected]>
Convert Uibinder files to gss.

Change-Id: Ib15d449e28166e521f871a0cf8ff15c21a7e938c

4c4da4f99b772943d734733177230bc7e4f81d2b authored over 9 years ago by Daniel Kurka <[email protected]>
Fix codesize regression with -XjsInteropMode JS.

Erroneusly -XjsInteropMode JS inhibited string interning, now
it correctly inhibited when -Xclos...

c017098e6104f04c420dd5821c66e3ab72e730ca authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix RPC tests.

Tests started failing after change:
I6062180397f5fabed1dd5f08140c2bd43a19fa9f

Change-Id: I31e...

6953700d96179d860d0211f62d83b50f431c9c01 authored over 9 years ago by Manuel Carrasco Moñino <[email protected]>
Convert UiBinder files to gss.

Change-Id: I5104b81921c3bcd79bc620d58efd566bd638aa88
Review-Link: https://gwt-review.googlesourc...

cc6da1708d127dbbe3069c3b52d68a426607a040 authored over 9 years ago by Daniel Kurka <[email protected]>
Use inline, not synthetic functions for Closure Compiler

Class prototype constructors (empty functions) and synthetic bridge methods foul
up closure opti...

df371f1a7141e48d80ed5d98a317b894a9f2d166 authored over 9 years ago by Ray Cromwell <[email protected]>
Enable GSS and autoconversion for the GWT SDK.

Change-Id: Ib80b1f95d1a6a843c1945bcd38fb8c2841106f39

cd0b3c94ca70d1f932d72c9d5a51ca3014e65e26 authored over 9 years ago by Daniel Kurka <[email protected]>
Fix broken GwtAstBuilder test on java 7

Change-Id: I48e4f8a488993dca6cd815f0c6d27b4f51359c2c

be9260697d694124e6d9a6b6a23eed6ee541bdb4 authored over 9 years ago by Ray Cromwell <[email protected]>
Removes fluent-style and non-java bean style for JsProperty.

This is in preparation towards JsInterop v1.0 release as we
haven't finalized the non-java Bean ...

ccdc7254409a8c4705a084618e5660c2efc9ae1d authored over 9 years ago by Goktug Gokdogan <[email protected]>
Use JSON.parse() instead of eval() to deserialize rpc callback payload

IE9 is currently leaking memory on every RPC call you make. The root
cause is that eval() on IE9...

dad98a86bc90130936629705345e49d573f85d17 authored over 9 years ago by John Ahlroos <[email protected]>
Add JDeclaredType.getClassDisposition()

Change-Id: I367ab2259ad5a87ff0f7d78bbea568d976e2878a

e7ed526c59f6bfdfabccb19f9f63b36735f9b74b authored over 9 years ago by Ray Cromwell <[email protected]>
Fix quirks involving EXACTNESS and JSOs.

Make sure JSOs are never exact, add assertions to that respect
and relevant test cases.

Change-...

c780edb520d01a0c60d852300c8dd09bc70100ad authored over 9 years ago by Roberto Lublinerman <[email protected]>
Implement System.getProperty as an interface to GWT properties.

This patch also renames some classes to be more consistently named.

Change-Id: If9df3458396892f...

999d9a68abfa2583692826e49095dd26cb07f715 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fix an incorrect assertion in JClassType.

The assertion was introduced by commit
63520645ec65a2fb5c5f13851111f2661ec812c1.

Change-Id: Ic1...

ef2e27cae7168f40c113e6f183c1bb26fa975437 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Move isJSO() from JTypeOracle to JType to fix an exact type bug.

Previous to this patch a final JSO was considered an EXACT type, which
was not correct as JSOs c...

63520645ec65a2fb5c5f13851111f2661ec812c1 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Make calls to String instance methods in JSNI be a compiler error.

Strings in GWT have been from some time native JavaScript strings
whose instance method calls ar...

f8457e7eb9c6bdce0a04740ec38da90cdf5d9a3c authored over 9 years ago by Roberto Lublinerman <[email protected]>
Add setSuggestAllMatchingWords in MultiWordSuggestOracle

Multiple formatted suggestions could be mapped to same normalized
candidate internally, by defau...

0ff73effa55bb84c334441f4eb72f69d88e440a7 authored over 9 years ago by Yi Meng <[email protected]>
Remove optimization during precompile phase.

Change-Id: I93e8790dd13810aea6a81163d45a64cfff879937

5f693b75bcccf3d5ed25d2692ac187eeba882023 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Let TabLayoutPanelTest layout before asserting values.

Depending on how tests are sharded for execution TabLayoutPanelTest
might needed time for the br...

f3145cf3e49d7a7166eb810c5e24904f9846fdc1 authored over 9 years ago by Daniel Kurka <[email protected]>
Enhances TypeTightener with ability to lock into exact types.

Being able to lock to an exact type helps us to mark even more
methods as non-polymorphic which ...

0d66986df3e0d59579a900d44f50dd603505b6d2 authored over 9 years ago by Roberto Lublinerman <[email protected]>
Fixing bug with localization Messages Creator for converting a number to a string in integer format. Issue 7051

Change-Id: I90fc5dcc1d197672f0b91dad793e746d5c2e54ad

2030cc3c6ce2f84382394e082cc38f0d9ff6d3fb authored over 9 years ago by Joseph Adams <[email protected]>
Revert "Fix constant evaluation."

This reverts commit 2b97aea0b44b4116b2b1959ccc97b175617099e0.

Change-Id: I5bf051a22739124529c8d...

d8fe2b6dbdce41062c7801f15321732ad811975d authored over 9 years ago by Daniel Kurka <[email protected]>
Preserve keys declaration order in ConstantMap.

Issue: bug 9169
Change-Id: I168a450b9d6ed81b6b35fec97f5f68b94e8b9b70

c4c559696d4a0709da592d6a52f92dbc3fdd35bf authored almost 10 years ago by Andrei Korzhevskii <[email protected]>