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

2408 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio 820f2ef5da Pass ctx as last optional parameter. Fixes #485. 2014-10-27 12:37:53 +01:00
Marco 003906c13e Merge pull request #493 from mykmelez/test-https-connection
test HTTPS connection
2014-10-26 17:23:44 +01:00
Myk Melez e206107f26 Merge pull request #495 from marco-c/profile_async_natives_v2
Add info about time spent waiting for a native
2014-10-24 11:44:55 -07:00
Myk Melez 5467504f19 specify keyfile and SSL version 2014-10-24 11:40:06 -07:00
Myk Melez 34d34f1760 only catch IOException 2014-10-24 10:46:29 -07:00
Myk Melez be42d11591 Merge branch 'master' into test-https-connection 2014-10-24 10:43:23 -07:00
Marco 958c91dc34 Merge pull request #494 from PinZhang/pzhang/write-on-closed-socket
Allow reading if there is data left in the buffer event socket is closed
2014-10-24 19:09:57 +02:00
Pin Zhang a52cbb08df Allow reading if there is data left in the buffer event socket is closed
Also fixed the bug when writing to a closed socket.
2014-10-25 00:13:48 +08:00
Myk Melez d714b8acab Merge branch 'master' into test-https-connection 2014-10-24 08:27:02 -07:00
Marco a4d5911fba Merge pull request #490 from yxl/location
Add modified javax.microedition.location.* from phoneme-qtopia.
2014-10-24 16:54:56 +02:00
Marco 2ad072dfd3 Merge pull request #480 from yxl/master
Implement methods to draw elliptical arc.
2014-10-24 16:39:32 +02:00
Yuan Xulei 73b9a340cc Add modified javax.microedition.location.* from phoneme_feature. 2014-10-24 17:54:34 +08:00
Marco Castelluccio 606e1fda61 Add info about time spent waiting for a native. Fixes #420. 2014-10-24 11:18:11 +02:00
Marco 4caf16cdfd Merge pull request #479 from mykmelez/test-ssl-stream-connection
test ssl stream connection (fixes #189)
2014-10-24 09:33:35 +02:00
Myk Melez 3fa8dafa16 Merge pull request #492 from EricRahm/localization_perf
Directly map field IDs to localized values
2014-10-23 17:08:57 -07:00
Myk Melez 13ec4dfbee update number of known failures 2014-10-23 16:10:40 -07:00
Myk Melez 95e8ac9f16 Merge branch 'test-ssl-stream-connection' into test-https-connection 2014-10-23 16:05:58 -07:00
Myk Melez 0022b4b7fd enable instrumentation if specified by 'instrument' URL param 2014-10-23 16:04:23 -07:00
Myk Melez 465e09caa8 test HTTPS connection 2014-10-23 14:19:32 -07:00
Myk Melez d7afdcac28 consolidate RunTests promises 2014-10-23 13:27:57 -07:00
Eric Rahm 11086d80b5 Directly map field IDs to localized values
This change makes every localization lookup a simple map retrieval rather
than iterating the entire fields array each time.
2014-10-23 12:26:26 -07:00
Marco d2232b9398 Merge pull request #487 from mykmelez/run-multiple-tests
run multiple tests specified in args
2014-10-23 08:41:15 +02:00
Marco 9415e4df2c Merge pull request #482 from PinZhang/pzhang/platform-request
Implement CldcPlatformRequest.dispatchPlatformRequest
2014-10-23 08:40:24 +02:00
Yuan Xulei f5b4c22264 Implement methods to draw elliptial arc with tests. 2014-10-23 10:50:54 +08:00
Myk Melez 24e6ff6452 Merge pull request #488 from EricRahm/load_from_jar
Allow localization assets to be uncompressed
2014-10-22 18:19:55 -07:00
Eric Rahm 66d0030bb6 Leave localization assets uncompressed 2014-10-22 18:01:16 -07:00
Eric Rahm adb0b6d802 Handle uncompressed entries in |loadFileFromJar|
We need to provide a proper byte length and offset to |slice|.
2014-10-22 17:56:54 -07:00
Myk Melez 0e1811fdc4 add tests for sending/receiving on closed output/input streams; refactor some code 2014-10-22 17:44:38 -07:00
Myk Melez 8d15487db8 separate send/receive/th.todo checks; remove unnecessary privacy 2014-10-22 17:20:50 -07:00
Myk Melez 5cf1938066 comment out SSL stream connection logging 2014-10-22 17:04:34 -07:00
Myk Melez 2257ada399 stress test SSL stream connection 2014-10-22 17:04:22 -07:00
Myk Melez 054d683ced clean up logging and error reporting 2014-10-22 16:32:32 -07:00
Myk Melez 4ef1f6d7c3 run multiple tests specified in args 2014-10-22 15:47:47 -07:00
Myk Melez 0149b8cd93 start SSL echo server when running tests 2014-10-22 15:31:22 -07:00
Myk Melez 3e7e038b2a Merge branch 'master' into test-ssl-stream-connection 2014-10-22 15:19:23 -07:00
Myk Melez 38b1a92c04 Merge pull request #486 from EricRahm/uncompressed_zips
Uncompressed zips
2014-10-22 15:17:10 -07:00
Marco 73f84418ff Merge pull request #478 from mykmelez/run-single-test
run the single test file specified in the args param
2014-10-22 21:18:08 +02:00
Myk Melez e465f9d565 only use test cert when running tests 2014-10-22 12:13:19 -07:00
Eric Rahm 61ada7d4f2 Don't compress classes.jar
By not compressing classes.jar's class files we reduce startup time on mobile
devices by up to 20%.
2014-10-22 12:07:15 -07:00
Eric Rahm fa5897b35b Fix handling of uncompressed JAR entries
The Uint8Array returned from zip.read is just an offset into the jar's array
buffer. We need to properly use the byte length and offset when carving out a
slice.
2014-10-22 12:04:26 -07:00
Myk Melez 418a03694e Merge branch 'master' into test-ssl-stream-connection 2014-10-22 11:04:02 -07:00
Myk Melez 1896b6ab80 Merge pull request #484 from marco-c/automatically_find_number_of_parameters
Automatically find number of parameters
2014-10-22 10:58:17 -07:00
Marco Castelluccio 41bfebdec5 Update documentation for createAlternateImpl 2014-10-22 12:25:26 +02:00
Marco Castelluccio 4af2a450c4 Calculate number of parameters from the function signature 2014-10-22 12:16:59 +02:00
Marco 53b4083314 Merge pull request #483 from PinZhang/pzhang/platform-in-url
Custom property microedition.platform in url.
2014-10-22 11:38:00 +02:00
Marco 38bbbef15f Merge pull request #481 from PinZhang/pzhang/mising-isolateid
Fix MIDP.nativeEventQueues[isolateId] undefined error
2014-10-22 11:36:57 +02:00
Marco 7e4ee7a2b7 Merge pull request #473 from PinZhang/pzhang/recordstore-cleanup
Fix recordStore cleanup bug
2014-10-22 11:12:58 +02:00
Pin Zhang da6d616b6a Custom property microedition.platform in url. 2014-10-22 16:39:10 +08:00
Pin Zhang 368ad99305 Implement CldcPlatformRequest.dispatchPlatformRequest.(Ljava/lang/String;)Z 2014-10-22 16:25:25 +08:00
Pin Zhang 77771e6a0c Fix MIDP.nativeEventQueues[isolateId] undefined error when shutdown isolate 2014-10-22 15:55:29 +08:00