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

88 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio 3766032d6f Compile vm/native/native.cpp and jit/relooper/Relooper.cpp together. Fixes #1615 2015-08-10 22:47:29 +02:00
Marco Castelluccio da1b668354 Move libs/native.js to bld/native.js 2015-06-01 13:20:49 +02:00
Myk Melez 30e33880fb Merge branch 'intex' of https://github.com/mbebenita/j2me.js into mbebenita-intex 2015-05-20 14:55:26 -07:00
Myk Melez f9d2bd8084 Merge pull request #1561 from marco-c/extend_benchmark
In the startup benchmark, measure up to the first call to refresh0; increase maximum startFG delay
2015-05-15 10:47:04 -07:00
Marco Castelluccio a1f421da48 Allow a higher maximum value for startFGDelay 2015-05-15 03:29:40 +02:00
Brendan Dahl c80cb03206 Merge branch 'master' of https://github.com/mozilla/j2me.js into intex
Conflicts:
	Makefile
	jsshell.js
	references-jsc.ts
	references.ts
	vm/context.ts
	vm/jvm.ts
2015-05-14 17:27:30 -07:00
Myk Melez bb46e113ed delete all three IDB databases 2015-05-14 13:54:35 -07:00
Myk Melez a99c560d15 delete all IndexedDB databases 2015-05-14 12:52:26 -07:00
Marco Castelluccio ebf914d6fb Allow benchmarking warm startup 2015-05-11 00:23:06 +02:00
Michael Bebenita 80991c4ee8 Snapshott. 2015-05-07 15:17:05 -07:00
Myk Melez 631ae8d584 remove unnecessary throbber from exit screen 2015-05-04 15:35:01 -07:00
Myk Melez 21de4e8bc2 Merge branch 'master' into simplify-startup-screens 2015-05-01 13:28:13 -07:00
Michael Bebenita 49d4059021 Beginnings of a asm.jsified interpreter. The first goal is to optimize our thread stack data structures to make interpretation and unwinding faster. 2015-04-30 09:51:47 -07:00
Myk Melez 340a349f89 Merge branch 'master' into simplify-startup-screens 2015-04-28 17:06:50 -07:00
Brendan Dahl 5e742e7c33 Log completion of file system deletion. 2015-04-28 16:37:31 -07:00
Myk Melez f0a7cc50ac simplify startup screens 2015-04-28 10:22:31 -07:00
Michael Bebenita 6ddf93d760 Count not compiled methods. 2015-04-28 08:43:42 -07:00
Myk Melez a13b030dd1 remove obsolete config/midlet.js 2015-04-08 08:30:04 -07:00
Myk Melez db4ba4d7d6 move configuration into JS files 2015-04-06 16:26:08 -07:00
Brendan Dahl 54ea2d4ceb Merge branch 'master' of https://github.com/mozilla/j2me.js into per-thread-timeline 2015-04-03 10:42:08 -07:00
Brendan Dahl ed5359c922 Show profiles per thread and don't leave() on unwinds. 2015-04-02 11:14:15 -07:00
Myk Melez 9447e4a315 Merge branch 'master' into remove-console 2015-04-01 10:32:57 -07:00
Myk Melez d554669661 fix indentation 2015-03-30 09:02:47 -07:00
Myk Melez d3bdee9546 preprocess out the console container and raw console 2015-03-30 09:02:34 -07:00
Myk Melez 090bc4bc9c Merge branch 'master' into remove-console 2015-03-30 08:47:59 -07:00
Pin Zhang 8dab78c130 Revert "Revert "Merge pull request #1224 from PinZhang/pzhang/resize-canvas""
This reverts commit 7711c89d00.
2015-03-30 13:59:05 +08:00
Myk Melez 3e1ee4f12f Merge pull request #1327 from marco-c/revert_1224
Revert "Merge pull request #1224 from PinZhang/pzhang/resize-canvas"
2015-03-27 08:36:33 -07:00
Marco Castelluccio 7711c89d00 Revert "Merge pull request #1224 from PinZhang/pzhang/resize-canvas"
This reverts commit 13d066c76e, reversing
changes made to 721b0b6ad8.

Conflicts:
	midp/gfx.js
	midp/midp.js
2015-03-27 12:57:59 +01:00
Myk Melez 492a17cd0b load promise polyfill separately because compiled method cache needs it 2015-03-26 19:04:19 -07:00
Myk Melez b37e3d2ed8 load IndexedDB-getAll-shim.js early because compiled-method-cache.js depends on it; simplify dependency comments 2015-03-26 11:49:42 -07:00
Myk Melez 5f6de85ca5 revert to loading config files separately 2015-03-26 11:31:09 -07:00
Myk Melez 8a963d3f22 enable J2ME to find CompiledMethodCache; explain load order better 2015-03-26 10:40:16 -07:00
Myk Melez 717c0dc117 explain the changes further 2015-03-25 15:10:54 -07:00
Myk Melez e3960798ad add compiled method cache script to main-all.js; explain why other scripts aren't added 2015-03-25 14:56:12 -07:00
Myk Melez edb39b1d84 collate and minify most scripts loaded by main.html 2015-03-24 17:53:03 -07:00
Marco Castelluccio f02defdf00 Merge branch 'master' of github.com:mozilla/j2me.js into dont_override_Permissions
Conflicts:
	main.html.in
2015-03-24 22:53:22 +01:00
Myk Melez 7041c7b2ce rename build/ directory to bld/ 2015-03-23 16:22:54 -07:00
Marco Castelluccio 610a460c9f Remove override.js 2015-03-23 23:56:38 +01:00
Myk Melez 11e147c940 Merge branch 'master' into remove-console 2015-03-20 09:19:39 -07:00
Michael Bebenita 330cd8d3f0 Add a new profiling mode that can be used on the phone. 2015-03-19 00:08:04 -07:00
Myk Melez 81549254de add build param to disable console 2015-03-18 14:40:07 -07:00
Marco Castelluccio 73aefb52c1 Move polyfills in polyfill/ 2015-03-18 20:10:01 +01:00
Pin Zhang 5038f5c2c4 Add settings to change display size. 2015-03-17 10:30:05 +08:00
Marco Castelluccio 50f6b8b8be Merge branch 'master' of github.com:mozilla/j2me.js into parse 2015-03-06 14:14:15 +01:00
Yuan Xulei f95472f0f5 Support input types of number, tel, email and url 2015-03-06 19:58:59 +08:00
Marco Castelluccio b1ded90754 Remove now unused vm/tags.js file 2015-03-05 20:20:01 +01:00
Myk Melez ad494ec2de polyfill Canvas.toBlob for Chrome 2015-03-03 13:01:46 -08:00
Myk Melez eaeca08528 Merge branch 'master' into revert-996
Conflicts:
	jsshell.js
2015-02-27 16:53:34 -08:00
Myk Melez c2aa16fd56 Revert "Merge branch 'self_hosting'"
This reverts commit 00e1b7f6de, reversing
changes made to c3612ddc80.

Conflicts:
	jit/baseline.ts
	jsshell.js
	midp/fs.js
	native.js
	vm/classRegistry.ts
2015-02-26 11:23:44 -08:00
Marco Castelluccio 4f2ed10dd6 Merge branch 'master' of github.com:mozilla/j2me.js into jarstore 2015-02-26 13:21:21 +01:00