Yuan Xulei
d759b49a20
Implement NativeTonePlayer. Fix #656
2014-12-04 20:45:54 -08:00
Marco Castelluccio
b5fcfd92c6
Merge branch 'master' of https://github.com/andreasgal/j2me.js into indicator
...
Conflicts:
index.js
manifest.webapp
midp/gfx.js
2014-12-04 19:26:17 -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
Tim Abraldes
5bee769f28
Keep track of TextEditor focus in Alert transitions.
...
When transitioning from a Canvas Screen to an Alert Screen, keep track
of which TextEditor has focus. When returning to the Canvas Screen,
focus the TextEditor. This helps us match app expectations with regard
to keyboard visibility.
2014-12-04 17:18:53 -08:00
Marco Castelluccio
9ac43b1b70
Update number of maxDifferent pixels
2014-12-04 16:38:49 -08:00
Marco Castelluccio
a7143dd2e2
Add new gfx tests to automation.js. Fixes #301 .
2014-12-04 15:52:56 -08:00
Marco Castelluccio
831a2f21f1
Add test that reproduces the behavior of a real world MIDlet
2014-12-04 15:51:19 -08:00
Marco Castelluccio
bdeb629b2a
Add text anchor tests
2014-12-04 15:50:42 -08:00
Marco Castelluccio
60537241df
Add other clipping tests
2014-12-04 15:50:28 -08:00
Marco Castelluccio
aea2a2d91c
Fix text anchor handling
2014-12-04 15:49:36 -08:00
Myk Melez
e125467d21
stop deleting all records we put
2014-12-04 12:10:44 -08:00
Brendan Dahl
ebb5229397
Use a different object for locks so we don't trigger class initialization while getting the class object while pushing a class initialization frame.
2014-12-04 12:06:37 -08:00
Marco Castelluccio
4ef62ca598
Set baseline size as the font size
2014-12-04 12:01:26 -08:00
Brendan Dahl
79e3d9ad8e
Add stack map stubs.
2014-12-04 11:48:04 -08:00
Brendan Dahl
cce2700224
Skip setting undefined values.
2014-12-04 11:45:35 -08:00
Marcus Cavanaugh
8e596d8d7f
Add unimplemented midletIsAdded method.
2014-12-04 11:21:46 -08:00
Marco
2448fc8f95
Merge pull request #648 from PinZhang/pzhang/image-processing
...
Handle max_kb in nokia.image-processing localmsg api
2014-12-04 12:59:19 -06:00
Pin Zhang
1e7d08ae8a
Handle max_kb in nokia.image-processing localmsg api.
2014-12-04 10:52:04 -08:00
Myk Melez
12f4aaef07
Merge pull request #674 from marco-c/some_gfx_fixes
...
Some gfx fixes and tests
2014-12-04 10:36:38 -08:00
Myk Melez
7163a5068d
Revert "Merge pull request #677 from andreasgal/revert-647-merge-stat"
...
This reverts commit f3d9a5e818
, reversing
changes made to c64e659f96
.
2014-12-04 10:29:58 -08:00
Myk Melez
670b033f8f
Merge branch 'master' into coalesce-writes
2014-12-04 10:29:31 -08:00
Myk Melez
f3d9a5e818
Merge pull request #677 from andreasgal/revert-647-merge-stat
...
Revert "merge the stat and data records"
2014-12-04 10:29:11 -08:00
Marco
a4e7309adb
Revert "merge the stat and data records"
2014-12-04 12:20:42 -06:00
Marcus Cavanaugh
4ecc003954
Copy superclass properties over for native arrays.
2014-12-04 09:57:19 -08:00
Marco Castelluccio
826b8e848a
Define TYPE_USHORT_4444_ARGB and TYPE_USHORT_565_RGB as constants
2014-12-04 11:46:24 -06:00
Marco Castelluccio
66a17d2215
Add licensing information for ImmutableImageFromByteArrayTest
2014-12-04 11:40:59 -06:00
Marco
c64e659f96
Merge pull request #673 from mykmelez/actual-time-slept
...
compare media time to actual time slept (fixes #662 )
2014-12-04 11:33:18 -06:00
Myk Melez
a7246b899e
don't include time to return from async nStart in media time
2014-12-04 07:02:50 -08:00
Myk Melez
811ff9a0c3
log mediaTime and actualTimeSlept to see why test is failing on Travis
2014-12-04 06:26:43 -08:00
Marco Castelluccio
22f554d0b1
Adjust number of max different pixels
2014-12-03 21:27:02 -08:00
Marco Castelluccio
dc329b54d2
Add gfx tests and update number of passing tests
2014-12-03 18:21:42 -08:00
Marco Castelluccio
36d62091a8
Add tests for DirectGraphics::getPixels with the two image formats we support
2014-12-03 18:21:23 -08:00
Marco Castelluccio
7176389aa6
Add a bunch of DirectUtils tests with setClip
2014-12-03 18:20:41 -08:00
Marco Castelluccio
e9cfcf53cf
Fix converter functions for Nokia-specific UI functions
2014-12-03 18:12:43 -08:00
Myk Melez
880deb96ab
compare media time to actual time slept ( fixes #662 )
2014-12-03 17:16:10 -08:00
Marcus Cavanaugh
3bf83f07ef
Kill unnecessary debugger.
2014-12-03 15:55:24 -08:00
Marcus Cavanaugh
1bef83f7ef
Fix superClass linking and isolates.
2014-12-03 15:46:27 -08:00
Myk Melez
7da70c7727
Merge pull request #671 from marco-c/fix_contacts_2
...
Return null if contact is null
2014-12-03 14:32:19 -08:00
Marco
df24c28d0c
Merge pull request #647 from mykmelez/merge-stat
...
merge the stat and data records
2014-12-03 13:41:17 -08:00
Brendan Dahl
4018b737d0
Prefix fields with class name to fix inheritance.
2014-12-03 12:06:07 -08:00
Marco Castelluccio
05bfa19d2b
Return null if contact is null
2014-12-02 16:43:00 -06:00
Myk Melez
4413b4ad24
Merge branch 'master' into coalesce-writes
2014-12-02 12:23:51 -08:00
Myk Melez
9556be56f9
Merge pull request #670 from marco-c/fix_contacts
...
Fix contacts
2014-12-02 11:45:50 -08:00
Marco Castelluccio
e6cec9ed14
Mock navigator.mozContacts to make the testing environment more similar to reality
2014-12-02 09:34:56 -08:00
Marco Castelluccio
8e62edf073
Turn mozContacts into normal objects before sending them via the pipe
2014-12-02 09:32:56 -08:00
Myk Melez
23efe6a144
Merge branch 'merge-stat' into coalesce-writes
2014-12-02 08:57:50 -08:00