- Oct 10, 2024
-
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
- Nov 27, 2018
-
-
Ximin Luo authored
- Oct 10, 2018
-
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
- Aug 13, 2018
- Dec 14, 2015
-
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
-
Emmanuel Bourg authored
- Apr 06, 2013
-
- Jan 27, 2013
-
-
Thomas Koch authored
-
Thomas Koch authored
-
- Jan 06, 2013
-
-
Thomas Koch authored
-
- Jan 03, 2013
-
-
I've left java.util.concurrent alone, since that's upstream code. Change-Id: I349960aaddb78e55d4c336b58b637009db69ff98
-
Bug: http://code.google.com/p/android/issues/detail?id=18508 Change-Id: Ib992a0a4b22e340446abab14e4f32df5efcd0b49
-
When we reimplemented this API I broke consistency with org.json. Bringing it back into line makes the implementation more strict (my preference) and makes us consistent with ourselves before this code was redone. Bug: http://code.google.com/p/android/issues/detail?id=16411 Change-Id: I8c1b52e382ad91932d3cf9a5b346db58df4da7c6
-
Change-Id: Ie9dde4971e0a6a8dadd14af43d631158fc488cd8
-
Change-Id: I8347bc625480a1c37a1ed9976193ddfedeb00bbc
-
I've deleted as many tests as possible that duplicated coverage in Harmony. We're now running their tests directly against our codebase and having two copies of every test is quite painful; particularly when the tests need maintenance. The AllTests files aren't necessary, our test harness can automatically find tests and run them without external organization. This strategy is also more reliable, since often the AllTests files are out of sync. Change-Id: I3ee052f8839e9b146ba47f945812f5937d878110
-
Gentlemen, you may now set your editors to "strip trailing whitespace"... Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
-
Neither the JSON RFC nor the documentation of Crockford's implementation mention these comments, but somehow the old parser used to support these. And so we shall also. See bug 2571423. Change-Id: I77d64c5ec53278d8df5fe1873404f1241320504b
-
Our behaviour is consistent with Crockford's. The test confirms that the behaviour is consistent with the report of that bug, which the submitter claims is not how it should behave. http://code.google.com/p/android/issues/detail?id=7257 Change-Id: Ibace4bd995e3cbc8fb6c9dc509f8f4491865a647
-
Although this violates my longstanding style preference, it agrees with almighty JJB's official ArrayList, which is Good Enough For Me. Change-Id: I7b608c12e04d0b7789bfcabeab4b7347ad22baca
-
Change-Id: I3aced2607b48210f76887e0d42b591c098ce5db7
-
Change-Id: I5ec9df6a3a9baac8f4f498890cd35feff774737a
-
Change-Id: I9837cfd46684ac6d5b9ec4ac6809da3c3f61d57d
-
Change-Id: I277ec3b35a28802dd7b7f82c1f4bbadbd3cc4c65
-