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

150 Коммитов

Автор SHA1 Сообщение Дата
Andreas Gal 0f6f379440 fix unit tests 2014-08-07 12:32:43 -07:00
Andreas Gal 563f34d56b make isolate startup and shutdown/waitStatus work 2014-08-07 12:31:48 -07:00
Myk Melez 13b2ae8043 remove unwaitStatus 2014-08-07 12:12:57 -07:00
Myk Melez 66cabcffcb unwait status 2014-08-07 11:57:34 -07:00
Myk Melez 8069981192 fix getStatus 2014-08-07 11:53:52 -07:00
Myk Melez b8a3502970 waitStatus impl 2014-08-07 11:46:11 -07:00
Andreas Gal 936de85d1c add basic support for isolates, not complete yet 2014-08-07 10:10:54 -07:00
Andreas Gal bb4ee7d4cd add nativeStart 2014-08-06 23:57:44 -07:00
Andreas Gal 5ac6ac4db5 implement Isolate.getStatus 2014-08-06 22:43:05 -07:00
Andreas Gal 57356e19db abstract static field access 2014-08-06 22:06:14 -07:00
Andreas Gal 5f34724b43 remove dead code 2014-08-06 20:50:09 -07:00
Andreas Gal c5761cdf0d Merge pull request #49 from marco-c/report_exception_on_missing_native
Raise RuntimeException on missing native method
2014-08-06 20:49:48 -07:00
Andreas Gal c6f918d9e0 move pending/initialized to runtime 2014-08-06 17:11:27 -07:00
Andreas Gal 10924b6a07 keep the mainThread on the runtime 2014-08-06 17:05:42 -07:00
Andreas Gal 08614d1704 add a runtime abstraction 2014-08-06 17:04:44 -07:00
Andreas Gal 6f5866f663 move newPrimitiveArray to context as well 2014-08-06 16:53:35 -07:00
Andreas Gal 695d1619f8 move isolate-specific state out of CLASSES 2014-08-06 16:48:17 -07:00
Marco Castelluccio 1259e044a9 Raise RuntimeException on missing native method 2014-08-06 15:38:47 -07:00
Andreas Gal 67c5746f6d move newArray to context 2014-08-06 13:52:18 -07:00
Marco Castelluccio f59f18eb60 Fixed review comments 2014-08-05 17:40:13 -07:00
Marco Castelluccio 7410fdf138 Merge branch 'master' of https://github.com/andreasgal/j2me.js into other_fileconnection_natives
Conflicts:
	native.js
2014-08-05 15:57:17 -07:00
Marco Castelluccio 8e6f8e7d8d Switch read and write from using blobs to typedarrays 2014-08-05 15:53:54 -07:00
Andreas Gal d8c7ca9555 move MIDP-related natives into midp.js 2014-08-05 15:43:37 -07:00
Marco Castelluccio 3d753af444 Merge branch 'master' of https://github.com/andreasgal/j2me.js into other_fileconnection_natives 2014-08-05 14:45:23 -07:00
Marco Castelluccio 8d08f25e05 Add other natives 2014-08-05 14:44:45 -07:00
Donovan Preston e7bb2c28ac Add keyboard.type property 2014-08-05 15:54:26 -04:00
Myk Melez c4cd8b6b92 stub implementation of GestureRegistrationManager.register 2014-08-05 12:26:25 -07:00
Myk Melez 9831f21cbd use new operator to instantiate Uint8Array for Chrome 2014-08-05 11:54:38 -07:00
Donovan Preston c11b75911d Stub out TimeZone property 2014-08-05 14:44:46 -04:00
Marco Castelluccio efa1e39bab Merge branch 'master' of https://github.com/andreasgal/j2me.js into fileconnection_natives 2014-08-05 10:34:41 -07:00
Myk Melez 3c4dccabb5 return 0 from native for boolean false 2014-08-05 10:32:55 -07:00
Marco Castelluccio a20330612a Use Long.fromNumber for the file size 2014-08-05 10:31:20 -07:00
Marco Castelluccio ad232b717a Use push2 in fileSizeImpl 2014-08-05 10:17:56 -07:00
Marco Castelluccio 437ef05b45 Merge branch 'master' of https://github.com/andreasgal/j2me.js into fileconnection_natives
Conflicts:
	native.js
2014-08-05 10:15:53 -07:00
Myk Melez 7874d9e0cf stub GestureRegistrationManager.setListener and GestureInteractiveZone.isSupported natives 2014-08-05 10:08:46 -07:00
Marco Castelluccio 021b692887 Remove WIP natives and logging statements 2014-08-05 10:05:59 -07:00
Marco Castelluccio ae1a68db9f Add native 2014-08-05 10:03:38 -07:00
Marco Castelluccio 6dbef60044 Merge branch 'master' of https://github.com/andreasgal/j2me.js into fileconnection_natives
Conflicts:
	native.js
2014-08-05 09:49:50 -07:00
Marco Castelluccio bb77501fe8 Implement other natives 2014-08-05 09:40:32 -07:00
Andreas Gal c4f6099041 add support for (fake) weak references 2014-08-05 09:34:00 -07:00
Marco Castelluccio dcbb37ffc1 Merge branch 'master' of https://github.com/andreasgal/j2me.js into fileconnection_natives 2014-08-05 08:49:21 -07:00
Marco Castelluccio 7d453a1cd6 Comment out draft natives 2014-08-05 08:48:57 -07:00
Andreas Gal 3555b404e5 fix formating 2014-08-04 21:51:46 -07:00
Marco Castelluccio 3af6ea31a8 Add other natives 2014-08-04 15:44:04 -07:00
Marco Castelluccio 7f548d0968 Add other natives 2014-08-04 14:09:27 -07:00
Marco Castelluccio 6fb18e080d Add some FileConnection natives 2014-08-04 13:35:02 -07:00
Marco Castelluccio 5923815f32 Add file.separator property and IBM's reference implementation of the FileConnecion API 2014-08-03 19:58:29 -07:00
Marco Castelluccio 9048aa1042 Merge branch 'master' of https://github.com/marco-c/j2me.js into add_fileconn_properties 2014-08-03 19:29:53 -07:00
Andreas Gal 47a98049bb fix monotonicTimeMillis and move to native.js 2014-08-02 13:19:32 -07:00
Andreas Gal 246b045b81 make things work in chrome 2014-08-02 11:27:25 -07:00