Граф коммитов

5006 Коммитов

Автор SHA1 Сообщение Дата
Brendan Dahl 764c00beb4 Use Class.java static initialization code. 2015-02-24 12:45:18 -08:00
Marco 5e79167004 Merge pull request #1096 from TimAbraldes/midpmodule
Convert MIDP to module pattern
2015-02-24 20:55:27 +01:00
Myk Melez 3c7eb877d4 Merge pull request #1147 from marco-c/add_bg_tests
Add some tests for BGUtils
2015-02-24 11:47:47 -08:00
Myk Melez c4bcb7e717 Merge pull request #1140 from marco-c/remove_precompile_manifest
Don't precompile asm.js libraries, because it's slower than recompiling
2015-02-24 11:37:17 -08:00
Marco Castelluccio aac4581d89 Remove unneeded permissions from background JAD manifests 2015-02-24 20:36:27 +01:00
Tim Abraldes 890d04ef0b Review comments
Make `displayId` default to -1.

Rename the argument `suppressKeyEvents` so it doesn't obscure the module
variable of the same name.
2015-02-24 11:25:16 -08:00
Myk Melez 4b5519cfe8 Merge pull request #1144 from marco-c/fix_app_target
Fix app Makefile target dependencies
2015-02-24 11:24:50 -08:00
Marco Castelluccio 589f73116c Merge branch 'master' of github.com:mozilla/j2me.js into remove_precompile_manifest
Conflicts:
	manifest.webapp.in
2015-02-24 20:17:43 +01:00
Tim Abraldes fb9c84020b Merge branch 'master' into midpmodule 2015-02-24 11:15:03 -08:00
Myk Melez e3f5eb8bd4 Merge pull request #1139 from marco-c/compiled_method_cache_misc_memory_opts
Some optimizations for the CompiledMethodCache
2015-02-24 11:01:58 -08:00
Myk Melez 3be1eba517 Merge pull request #1123 from marco-c/self_hosting_datainputstream_dataoutputstream
Self-hosting DataInputStream
2015-02-23 17:22:14 -08:00
Marco Castelluccio f861cb1544 Reintroduce custom version of DataOutputStream 2015-02-23 23:29:08 +01:00
Marco Castelluccio 3e8bc99682 Merge branch 'master' of github.com:mozilla/j2me.js into self_hosting_datainputstream_dataoutputstream
Conflicts:
	jit/baseline.ts
2015-02-23 23:24:03 +01:00
Marco Castelluccio eddc80f2ad Fix third background test 2015-02-23 21:57:58 +01:00
Myk Melez b831bc1b3b Merge pull request #1146 from marco-c/followup_makefile_fix
Followup fix for #1131
2015-02-23 12:27:08 -08:00
Marco Castelluccio 440fb2f5d2 Merge branch 'followup_makefile_fix' into add_bg_tests 2015-02-23 20:39:05 +01:00
Marco Castelluccio 050b947641 Followup fix for #1131 2015-02-23 20:37:55 +01:00
Marco Castelluccio 0eb323d13f Add some tests for the BGUtils class. Fixes #930 2015-02-23 20:34:54 +01:00
Marco 0e137b6cc8 Merge pull request #1145 from mykmelez/use-commit-subject
use commit_subject so IRC notices are correct for merge commits
2015-02-23 19:50:47 +01:00
Myk Melez f6999fcef3 use commit_subject so IRC notices are correct for merge commits 2015-02-23 10:10:57 -08:00
Marco Castelluccio e297337c53 Fix app Makefile target dependencies 2015-02-23 19:03:24 +01:00
Marco 5a280b8bb4 Merge pull request #1143 from mykmelez/package-vm-dir
package the vm/ dir
2015-02-23 18:53:18 +01:00
Myk Melez 65a2f92313 Merge pull request #1135 from marco-c/remove_classFiles_map
Don't store the classes' data in a map
2015-02-23 09:40:23 -08:00
Myk Melez 8fe7c89aa6 package the vm/ dir 2015-02-23 09:29:00 -08:00
Marco Castelluccio e48a6db1f4 Merge branch 'master' of github.com:mozilla/j2me.js into remove_classFiles_map 2015-02-23 18:11:41 +01:00
Myk Melez 9823add757 Merge pull request #1134 from marco-c/make_openedFiles_a_map
Make openedFiles a Map
2015-02-23 08:52:17 -08:00
Myk Melez 148a8e71e0 Merge pull request #1132 from marco-c/enable_socket_tests
Enable socket tests
2015-02-23 08:48:18 -08:00
Myk Melez 016509d436 Merge pull request #1131 from marco-c/download_slimerjs
Download SlimerJS and XULRunner on make test
2015-02-23 08:40:45 -08:00
Myk Melez 0d20d12c54 Merge pull request #1120 from marco-c/datainputstream_dataoutputstream
Benchmarks for DataInputStream and DataOutputStream
2015-02-23 08:39:36 -08:00
Myk Melez bdbb5abdf3 Merge pull request #1117 from marco-c/self_host_SHA
Implement streaming SHA-1 hash
2015-02-23 08:38:35 -08:00
Myk Melez afc625a7c0 Merge pull request #1107 from marco-c/sha256_test_and_bench
SHA-256 test and benchmark
2015-02-23 08:22:36 -08:00
Marco Castelluccio ac564d159c Make benchmark.jar the default target of the benchmark Makefile 2015-02-23 13:01:33 +01:00
Marco Castelluccio 76292a60d8 Merge branch 'master' of github.com:mozilla/j2me.js into datainputstream_dataoutputstream 2015-02-23 12:43:55 +01:00
Marco Castelluccio 17dd80b02e Write a single a-zA-Z string 50k times instead of 25k times 2015-02-23 12:41:44 +01:00
Marco Castelluccio f2c808d8ee Merge branch 'master' of github.com:mozilla/j2me.js into self_host_SHA 2015-02-23 12:39:06 +01:00
Marco Castelluccio 4e51d3c9ef Remove the old license header, since there's nothing left of the old implementation 2015-02-23 12:35:07 +01:00
Marco Castelluccio e7c3fa5325 Merge branch 'master' of github.com:mozilla/j2me.js into sha256_test_and_bench 2015-02-23 12:33:12 +01:00
Marco Castelluccio 4f146c22a8 Make the tests target depend on java and jasmin, and the benchmarks target depend on java and tests 2015-02-23 12:33:02 +01:00
Marco Castelluccio 7be2e50d56 Make the benchmark.jar target depend on java/classes.jar and tests/tests.jar 2015-02-23 12:27:29 +01:00
Marco Castelluccio 6d7b2d423d Use the -p option to make the build_tools directory 2015-02-23 12:22:47 +01:00
Myk Melez 64d83e3a54 Merge pull request #1122 from marco-c/arc4_bench
Add ARC4 benchmark
2015-02-22 19:45:49 -08:00
Myk Melez c94b5e77b4 Merge pull request #1115 from marco-c/md5_sha1_benchmarks
Benchmarks for MD5 and SHA-1
2015-02-22 19:34:55 -08:00
Myk Melez f226fe6cb7 Merge pull request #1113 from marco-c/camera_test
MIDlet and gfx automated tests for the Camera API
2015-02-22 19:33:49 -08:00
Myk Melez 9002367a86 Merge pull request #1110 from marco-c/test_running_in_shell
Test running jsshell.js using SpiderMonkey
2015-02-22 19:31:21 -08:00
Marco Castelluccio 9c19eca18b Don't precompile asm.js libraries, because it's slower than recompiling 2015-02-22 19:17:33 +01:00
Marco Castelluccio 701c65a4a4 Call cache.delete only if there was an element in the cache 2015-02-22 18:50:20 +01:00
Marco Castelluccio 4c7532b921 Don't add the method to the cache Map, but just add it to the IndexedDB store 2015-02-22 18:33:40 +01:00
Marco Castelluccio e2f3cafe26 Remove method from cache once we've retrieved it 2015-02-22 18:32:51 +01:00
Marco 15e218b3ad Merge pull request #1097 from mykmelez/clarify-licenses-hardest
finish clarifying licenses
2015-02-20 18:50:38 +01:00
Myk Melez c393611362 Merge branch 'master' into clarify-licenses-hardest
Conflicts:
	jsshell.js
2015-02-20 09:42:33 -08:00