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

3148 Коммитов

Автор SHA1 Сообщение Дата
Michael Bebenita 29b2f0e84f Changes mangling scheme for field names.
Cleans up a bit the tracing system.
Fixes throws in compiled code.
Adds a way to specify a text file to filter the classes that need to be compiled.
2014-12-12 15:00:34 -08:00
Michael Bebenita 873ad77ac2 Clean up last commit and add timestamps to log messages. 2014-12-11 16:23:42 -08:00
Michael Bebenita 629bd80f34 Merge. 2014-12-11 16:04:20 -08:00
Michael Bebenita 967e1e43eb Merge. 2014-12-11 15:38:07 -08:00
Brendan Dahl 7cd00ff1e2 Use correct array type. 2014-12-11 14:35:12 -08:00
Brendan Dahl 4319e83aa8 Create typed array from array buffer. 2014-12-11 13:53:58 -08:00
Brendan Dahl 5dbe2e5253 Ensure frame gets pushed on vm pause. 2014-12-11 11:25:27 -08:00
Michael Bebenita 7825d50a90 Some cleanup around how method tracing is logged. 2014-12-09 18:19:35 -08:00
Brendan Dahl 9eba8bf935 Fix thread logging. 2014-12-09 15:31:34 -08:00
Brendan Dahl 1edfdf8fd9 Remove logging. 2014-12-09 15:27:37 -08:00
Brendan Dahl 18a95519a2 Reject image promise on error. 2014-12-09 13:43:35 -08:00
Brendan Dahl 36161c6045 Fix other image loading problem. 2014-12-09 13:36:50 -08:00
Brendan Dahl b4271a9c26 Merge branch 'master' of https://github.com/mbebenita/j2me.js into jit-merge-mbx 2014-12-09 12:16:26 -08:00
Brendan Dahl 69aef649be Don't resolve image promise until it's loaded. 2014-12-09 11:51:47 -08:00
Michael Bebenita 392eaa1ecf Merge commit '96612946fa68863599617fedad8079b9b2c27d2a' 2014-12-09 11:48:50 -08:00
Michael Bebenita 2b5bf724d1 Change some of the natives to not expect null slots. 2014-12-09 11:48:23 -08:00
Marcus Cavanaugh 96612946fa Fix thread wake/sleep issues with Object.notifyAll(). 2014-12-09 10:22:06 -08:00
Marcus Cavanaugh 4ccafacbf0 Merge upstream/master. 2014-12-09 08:57:04 -08:00
Marcus Cavanaugh 695b605a9d Display thread in log messages. 2014-12-09 08:52:16 -08:00
Michael Bebenita 3440fcb6ed Merge commit 'bcdb13778ded2f15d34c5ab07d5fa5cc27b48c76' 2014-12-08 23:22:41 -08:00
Myk Melez fea208124a Merge pull request #696 from marco-c/comment_SuiteImageCacheImpl
Remove console.log from loadAndCreateImmutableImageDataFromCache0 and ex...
2014-12-08 21:06:12 -08:00
Brendan Dahl bcdb13778d Don't create strings from strings. 2014-12-08 16:04:42 -08:00
Brendan Dahl 9564ae1fdf Mangle signature into fields. 2014-12-08 13:47:35 -08:00
Marco Castelluccio eb70e3cdec Remove console.log from loadAndCreateImmutableImageDataFromCache0 and explain why we're not implementing the cache in a comment 2014-12-08 22:05:57 +01:00
Michael Bebenita abb25df708 Makes RuntimeKlasses normal objects. Storing properties on bound functions is slow in SM becaus they fall back to dictionary mode. 2014-12-08 10:55:05 -08:00
Michael Bebenita e4b94d48e3 Merge. 2014-12-06 11:22:05 -08:00
Myk Melez ffa6844fa5 Merge pull request #690 from yxl/clear-console
Add a button to clear page console.
2014-12-05 17:30:13 -08:00
Marco 9a40487da3 Merge pull request #667 from mykmelez/coalesce-writes
merge data/stat records and coalesce writes
2014-12-05 17:29:36 -08:00
Myk Melez dd84e7a059 Merge pull request #692 from marco-c/video_capture_permission
Add video-capture permission to the manifest
2014-12-05 17:21:12 -08:00
Marco Castelluccio 83bba1fb33 Add video-capture permission to the manifest 2014-12-05 17:02:29 -08:00
Yuan Xulei 7a6040f2e2 Add a button to clear page console. 2014-12-05 15:40:53 -08:00
Marco f4eb28cac2 Merge pull request #687 from PinZhang/pzhang/fix-snapshot
Fix issue: only first snapshot sucess
2014-12-05 14:25:24 -06:00
Pin Zhang 22e15e203d Fix issue: only first snapshot sucess
It will fail to take another snapshot with an exception that tells timeout.
2014-12-05 12:13:51 -08:00
Myk Melez c503810e38 Merge pull request #681 from marco-c/increase_font_size
Increase default font size
2014-12-05 11:45:42 -08:00
Marco 3f6aec7da6 Merge pull request #686 from mykmelez/ignore-nulls
ignore nulls when logging SSL streams
2014-12-05 11:38:54 -08:00
Myk Melez 8e098e0475 ignore nulls when logging SSL streams 2014-12-05 11:29:10 -08:00
Myk Melez de84d295d5 Merge branch 'master' into coalesce-writes
Conflicts:
	libs/fs.js
2014-12-05 10:49:14 -08:00
Marco 580c739b17 Merge pull request #659 from PinZhang/pzhang/fix-localmsg-multithread
Fix multithread issue in localmsg API
2014-12-05 10:23:15 -08:00
Marco Castelluccio f8e9a09ace Add fontSize to the list of URL parameters 2014-12-05 10:13:07 -08:00
Marco Castelluccio 478926b8af Merge branch 'master' of https://github.com/andreasgal/j2me.js into increase_font_size 2014-12-05 10:11:43 -08:00
Pin Zhang 7164cd9ab4 Fix multi-thread issue in localmsg API 2014-12-05 10:08:39 -08:00
Myk Melez d0bdddf01b Merge pull request #683 from marco-c/fix_properties
Update property values
2014-12-05 09:47:17 -08:00
Myk Melez 886f3058e1 Merge pull request #679 from marco-c/increase_baseline
Set baseline correctly and fix text anchor handling
2014-12-05 09:32:08 -08:00
Marco 9c8d48f28f Merge pull request #682 from yxl/tone-player
Implement NativeTonePlayer. Fix #656
2014-12-05 00:10:39 -08:00
Yuan Xulei d759b49a20 Implement NativeTonePlayer. Fix #656 2014-12-04 20:45:54 -08:00
Marco Castelluccio 189d7d88f0 Update property values 2014-12-04 18:33:42 -08:00
Marco Castelluccio d3e287d485 Use fontSize=10 for gfx tests 2014-12-04 17:44:11 -08:00
Marco Castelluccio 101680bf07 Increase font size. Fixes #678 2014-12-04 17:42:46 -08:00
Marcus Cavanaugh 6fbec776d2 fix voidReturnType. 2014-12-04 17:37:29 -08:00
Marco Castelluccio 8fda2b6c08 Fix numDifferent for Mac OS X 2014-12-04 17:26:24 -08:00