Marco Castelluccio
|
38b876a501
|
Revert change to midp/sensor.js
|
2015-03-10 02:19:37 +01:00 |
Brendan Dahl
|
6eaec032e9
|
Fix getting the static initializer.
|
2015-03-09 18:18:43 -07:00 |
Michael Bebenita
|
5ca30065db
|
Check precedence in BI and SI push.
|
2015-03-09 18:15:31 -07:00 |
Marco Castelluccio
|
aea7991ac8
|
Merge branch 'master' of github.com:mozilla/j2me.js into fix_asyncImpl
|
2015-03-10 02:06:13 +01:00 |
Michael Bebenita
|
f9d5fa09d6
|
Fix precedence when constants are negative.
|
2015-03-09 17:32:22 -07:00 |
Myk Melez
|
19aa2266cd
|
Merge pull request #1188 from mbebenita/parse
Lazy Class Parsing
|
2015-03-09 16:43:34 -07:00 |
Brendan Dahl
|
bcdfa89a53
|
Remove debug code.
|
2015-03-09 16:36:50 -07:00 |
Brendan Dahl
|
2e9e75e7ac
|
Add copyright header.
|
2015-03-09 16:28:15 -07:00 |
Brendan Dahl
|
06c8276acd
|
Remove obsolete make clean step.
|
2015-03-09 15:51:27 -07:00 |
Tim Abraldes
|
7499a637df
|
Review comments: Don't log gfx test names
|
2015-03-09 15:40:11 -07:00 |
Marco Castelluccio
|
da0e835198
|
Make NativeChannel::doMeasureData return a [B array. Fixes #1191
|
2015-03-09 23:16:46 +01:00 |
Marco Castelluccio
|
6ca3590598
|
Make AudioRecorder::close always return a promise with a value
|
2015-03-09 23:15:50 +01:00 |
Marco Castelluccio
|
cbaec456dd
|
Fix TextEditorThread.getNextDirtyEditor asyncImpl return type
|
2015-03-09 23:09:30 +01:00 |
Brendan Dahl
|
73a44f81cf
|
Move parser.ts into correct license folder.
|
2015-03-09 14:20:55 -07:00 |
Tim Abraldes
|
21c67a3e14
|
Review comment. Remove 'completed' line
It is redundant with `harness.report()`
|
2015-03-09 14:19:49 -07:00 |
Tim Abraldes
|
0ece90b478
|
Print running test name
I find myself adding this locally to be able to quickly determine which
test is timing out.
|
2015-03-09 13:58:52 -07:00 |
Brendan Dahl
|
7bd0249cda
|
More nits.
|
2015-03-09 13:49:30 -07:00 |
Marco
|
a6185a1966
|
Merge pull request #1208 from mykmelez/expose-startup-benchmark-methods
expose methods for starting startup benchmark and building baseline
|
2015-03-09 21:36:55 +01:00 |
Brendan Dahl
|
a1073a5008
|
Remove inner classes since they are currently unused.
|
2015-03-09 13:36:02 -07:00 |
Michael Bebenita
|
7694f271b7
|
Merge pull request #22 from marco-c/parse
Fix TestThreadJoin
|
2015-03-08 23:56:34 -07:00 |
Myk Melez
|
ee7525645a
|
expose methods for starting startup benchmark and building baseline
|
2015-03-08 16:04:31 -07:00 |
Myk Melez
|
4166a55a98
|
Merge pull request #1201 from marco-c/dont_wait_fs_jarstore_to_start_vm
Start the VM before the MIDlet JAR and the filesystem are loaded
|
2015-03-08 14:19:13 -07:00 |
Marco Castelluccio
|
2eecc7f918
|
Merge branch 'master' of github.com:mozilla/j2me.js into parse
Conflicts:
jit/baseline.ts
jit/blockMap.ts
|
2015-03-07 20:34:20 +01:00 |
Marco Castelluccio
|
29d45336ba
|
Notify threads waiting for a thread to terminate. Fix TestThreadJoin.
|
2015-03-07 20:28:11 +01:00 |
Myk Melez
|
97c641cb04
|
Merge pull request #1207 from marco-c/test_class_forname_in_static
Test calling Class.forName in a static initializer
|
2015-03-06 18:23:10 -08:00 |
Myk Melez
|
bb43dfb8cf
|
Merge pull request #1206 from marco-c/add_info_to_stacktrace
Add method signature in the stacktrace
|
2015-03-06 18:19:00 -08:00 |
Marco
|
98a73b5b55
|
Merge pull request #1204 from mbebenita/whitespace
More compact code.
|
2015-03-07 02:40:20 +01:00 |
Myk Melez
|
b706488303
|
Merge pull request #1203 from mbebenita/unwind
A more compact encoding of unwinding code.
|
2015-03-06 16:56:10 -08:00 |
Michael Bebenita
|
6a19a8cdaf
|
Merge.
|
2015-03-06 15:38:15 -08:00 |
Michael Bebenita
|
09465a7252
|
Address review comment.
|
2015-03-06 15:07:46 -08:00 |
Michael Bebenita
|
689a8bf16a
|
Documentation / cleanup.
|
2015-03-06 15:05:20 -08:00 |
Michael Bebenita
|
5564663ebe
|
Remove indentation in the relooper.
|
2015-03-06 14:56:29 -08:00 |
Michael Bebenita
|
39398003a3
|
Reduce size of unwind code.
|
2015-03-06 14:55:44 -08:00 |
Marco Castelluccio
|
387301a7bc
|
Remove class file from the JAR once it's loaded
|
2015-03-06 18:45:45 +01:00 |
Marco Castelluccio
|
5be1b83823
|
Don't copy data multiple times when reading from a JAR
|
2015-03-06 18:39:28 +01:00 |
Marco
|
2280fb6479
|
Merge pull request #1202 from yxl/thread-join
When a thread dies, wake up other waiting threads.
|
2015-03-06 17:36:25 +01:00 |
Marco Castelluccio
|
aab7eff3f8
|
Test calling Class.forName in a static initializer
|
2015-03-06 17:35:24 +01:00 |
Marco Castelluccio
|
7c23f49df2
|
Add method signature in the stacktrace
|
2015-03-06 17:32:22 +01:00 |
Marco Castelluccio
|
129c49a5d9
|
Fix merge
|
2015-03-06 16:22:30 +01:00 |
Marco Castelluccio
|
a70ccbda0c
|
Merge branch 'master' of github.com:mozilla/j2me.js into parse
Conflicts:
actors.ts
|
2015-03-06 16:22:12 +01:00 |
Marco Castelluccio
|
4fbe4b37ff
|
Merge branch 'fix-is-final'
|
2015-03-06 16:21:11 +01:00 |
Marco Castelluccio
|
33c3fd368f
|
Don't use isFinalClass
|
2015-03-06 15:56:57 +01:00 |
Marco Castelluccio
|
9ca46db104
|
Merge branch 'fix-is-final' of https://github.com/brendandahl/j2me.js into fix-is-final
Conflicts:
jit/analyze.ts
|
2015-03-06 15:27:03 +01:00 |
Marco Castelluccio
|
50f6b8b8be
|
Merge branch 'master' of github.com:mozilla/j2me.js into parse
|
2015-03-06 14:14:15 +01:00 |
Marco Castelluccio
|
0b9a5c8084
|
Merge branch 'static-race2'
|
2015-03-06 14:13:29 +01:00 |
Marco Castelluccio
|
36a0b56f4c
|
Remove duplicate class from the classNames array
|
2015-03-06 13:47:13 +01:00 |
Marco Castelluccio
|
23cbdc7607
|
Remove assertions from getRuntimeKlass
|
2015-03-06 13:46:48 +01:00 |
Marco Castelluccio
|
8affabc9f2
|
Merge branch 'static-race2' of https://github.com/brendandahl/j2me.js into static-race2
|
2015-03-06 13:44:33 +01:00 |
Marco
|
6dc5dfbc61
|
Merge pull request #1205 from yxl/text-editor-constrains
Support input types of number, tel, email and url
|
2015-03-06 13:30:18 +01:00 |
Yuan Xulei
|
f95472f0f5
|
Support input types of number, tel, email and url
|
2015-03-06 19:58:59 +08:00 |