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

217 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio 912216499e Override UTF_8_Reader completely, without implementing methods that are never used 2014-09-25 16:26:39 -07:00
Marco Castelluccio 9a7e55135c Override ResourceInputStream::read() and ResourceInputStream::available() instead of implementing the natives they call 2014-09-25 11:40:22 -07:00
Marco Castelluccio fa179469c3 Store 1 or 0 in the key according to whether the method is static or not 2014-09-24 22:51:46 -07:00
Marco Castelluccio 4021a2b927 Remove unused argument from getMethod 2014-09-24 22:38:41 -07:00
Marco Castelluccio faccf951d9 Store the key lazily in methodInfo and pass the key to getMethod 2014-09-24 22:35:02 -07:00
Marco Castelluccio 746ca451dc Use TypedArray::set in unchecked_*_arraycopy instead of for loop 2014-09-24 16:06:43 -07:00
Marco Castelluccio 842c53b7e3 No need to store the |start| value when using performance.now() 2014-09-23 17:55:59 -07:00
Marco Castelluccio f8a733c43c Use performance.now() in monotonicTimeInMillis 2014-09-23 17:51:00 -07:00
Myk Melez 7472648262 identify individual synthetics 2014-09-22 01:46:49 -07:00
Myk Melez 85178cace0 identify synthetics in profile 2014-09-22 01:35:12 -07:00
Marco Castelluccio f09a07e789 Add other properties 2014-09-19 17:26:56 -07:00
Marco Castelluccio b42704d2c0 Add comment 2014-09-19 17:18:25 -07:00
Marco Castelluccio 83667c5bee Add other fileconn properties 2014-09-19 17:17:47 -07:00
Marcus Cavanaugh 1c20f19c14 Return proper timezone for "com.sun.cldc.util.j2me.TimeZoneImpl.timezone". 2014-09-17 12:14:12 -07:00
Marco Castelluccio 83e747ad35 Implement String::intern native 2014-09-12 13:28:56 -07:00
Myk Melez 089d5fd542 implement String.intern 2014-09-10 16:23:27 -07:00
Myk Melez 144fbee172 Merge branch 'master' into improve-logging 2014-09-08 17:46:58 -07:00
Marco Castelluccio 017fd78b7a Add com.nokia.multisim.imsi.sim2 stub property 2014-09-08 17:06:40 -07:00
Myk Melez ed277b109c flush output buffer to preserve order in which messages appear 2014-09-08 09:13:08 -07:00
Myk Melez 060b30712c merge output and log consoles 2014-09-08 08:19:29 -07:00
Myk Melez 3cface3289 correct levels of various console.* calls 2014-09-08 01:22:18 -07:00
Myk Melez 5c95489e1a pad MCC/MNC values more lazily 2014-09-05 16:06:44 -07:00
Myk Melez f535d63a04 differentiate between network/ICC values for MCC/MNC; add msisdn 2014-09-05 14:57:32 -07:00
Marco 4d987e4a94 Merge pull request #201 from mykmelez/fix-mnc
prepend MCC value to com.nokia.mid.mnc
2014-09-05 11:41:00 -07:00
Myk Melez 9c30f2a3a1 make native.js actually 'use strict' 2014-09-05 11:36:46 -07:00
Myk Melez 86810eb3d8 prepend MCC value to com.nokia.mid.mnc 2014-09-05 10:56:43 -07:00
Marco Castelluccio f6352f4aaf Add com.nokia.mid.ui.customfontsize property 2014-09-04 15:27:51 -07:00
Andreas Gal a73a2d1554 Merge pull request #186 from marco-c/add_other_fileconn_properties
Add other two fileconn properties
2014-09-03 19:23:16 -07:00
Marco Castelluccio a27f1264af Warn when reading some unimplemented com.nokia.* properties 2014-09-03 19:10:11 -07:00
Marco Castelluccio a319c44e8f Add other two fileconn properties 2014-09-03 19:03:11 -07:00
Marco Castelluccio c3fbae4470 Introduce raiseExceptionAndYield function and use it when needed 2014-08-26 09:47:51 -07:00
Marco Castelluccio 7b2f1ed71d Use com.sun.cldc.io as fallback instead of com.sun.midp.io because most of our protocols are in com.sun.midp.io 2014-08-21 09:14:28 -07:00
Myk Melez fde5781446 Merge pull request #105 from marco-c/set_nokia_keyboard_to_none
Set com.nokia.keyboard.type to None
2014-08-18 17:27:00 -07:00
Marco Castelluccio d5c02a0e81 Set com.nokia.keyboard.type to None 2014-08-18 15:49:59 -07:00
Marco Castelluccio 5b47ea3dc4 ResourceInputStream::readBytes should start reading at handle.pos 2014-08-18 15:44:28 -07:00
Andreas Gal e0ec8b7710 Merge pull request #94 from marco-c/fix_getIsolates_bug
Fix bug in Isolate::getIsolates native
2014-08-11 18:25:44 -07:00
Marco Castelluccio cf23fc786e Add Isolate::setPriority native 2014-08-11 17:16:18 -07:00
Marco Castelluccio abb24c7460 Fix bug in Isolate::getIsolates native 2014-08-11 17:13:50 -07:00
Andreas Gal c5d11d05ea Merge pull request #76 from marco-c/support_links
Add some LinkPortal and Link natives
2014-08-08 18:36:57 -07:00
Marco Castelluccio a595c7de68 Merge branch 'master' of https://github.com/andreasgal/j2me.js into support_links
Conflicts:
	native.js
2014-08-08 18:34:31 -07:00
Andreas Gal 3b4db1d0e4 Merge pull request #81 from marco-c/add_mobileinfo_library
Add mobileInfo library to get informations about mobile connections usin...
2014-08-08 18:33:46 -07:00
Marco Castelluccio 7a4c96ac1b Merge branch 'master' of https://github.com/andreasgal/j2me.js into support_links 2014-08-08 16:41:11 -07:00
Marco Castelluccio 7a5da5f1f1 Add mobileInfo library to get informations about mobile connections using the mozMobileConnections API 2014-08-08 16:17:00 -07:00
Marco Castelluccio 583acd3a34 Add Isolate ID property, id0 native function, calculate the correct displayId 2014-08-08 15:24:24 -07:00
Marco Castelluccio c95700c594 Now we always have an isolate 2014-08-08 13:41:42 -07:00
Andreas Gal 3a0abad4ad Revert "Add Isolate ID property" 2014-08-08 13:33:19 -07:00
Marco Castelluccio 3c827b0ae8 Merge branch 'master' of https://github.com/andreasgal/j2me.js into support_links
Conflicts:
	native.js
2014-08-08 13:19:01 -07:00
Marco Castelluccio 925601527c Add some LinkPortal and Link natives 2014-08-08 13:07:52 -07:00
Andreas Gal b0a470c924 implement getIsolates0 2014-08-08 13:04:40 -07:00
Marco Castelluccio 8c1772d497 Add Link natives 2014-08-08 12:56:13 -07:00