Myk Melez
|
bb46e113ed
|
delete all three IDB databases
|
2015-05-14 13:54:35 -07:00 |
Myk Melez
|
a99c560d15
|
delete all IndexedDB databases
|
2015-05-14 12:52:26 -07:00 |
Marco Castelluccio
|
a83746827d
|
Merge branch 'master' of github.com:mozilla/j2me.js into load_emoji
|
2015-05-12 23:50:27 +02:00 |
Brendan Dahl
|
c63ae76bd0
|
Use set() for large copies.
|
2015-05-11 13:58:16 -07:00 |
Marco Castelluccio
|
71178a9e91
|
Start loading emoji at startup but wait for them only when needed
|
2015-05-11 20:58:06 +02:00 |
Brendan Dahl
|
9cd9ec437c
|
Enable preemption and use a fair scheduler.
|
2015-05-07 16:07:40 -07:00 |
Myk Melez
|
0cdf62a3b6
|
pad console output to accommodate runtime/thread priority
|
2015-04-30 14:59:35 -07:00 |
Brendan Dahl
|
5e742e7c33
|
Log completion of file system deletion.
|
2015-04-28 16:37:31 -07:00 |
Marco Castelluccio
|
07782e3d02
|
Don't flushAll during startup. Fixes #1390
|
2015-04-22 19:13:29 +02:00 |
Marco Castelluccio
|
b8ac8fbf30
|
Update in-memory (non-dirty) copies of a file when the file is flushed
|
2015-04-08 14:08:20 +02:00 |
Myk Melez
|
8f1902dce2
|
Merge pull request #1353 from marco-c/getBlob
Don't read FS blob into an ArrayBuffer when not necessary
|
2015-04-02 17:32:12 -07:00 |
Myk Melez
|
f99c0fa23d
|
don't redefine console.print if it's already defined
|
2015-04-01 15:04:05 -07:00 |
Myk Melez
|
7eb92f4065
|
dedupe console.print/flush
|
2015-04-01 11:13:27 -07:00 |
Marco Castelluccio
|
c62fde96fe
|
Use fs.getBlob in Launcher::handleContent
|
2015-03-30 23:20:42 +02:00 |
Marco Castelluccio
|
51f0a92e15
|
Add getBlob function to the FS library
|
2015-03-30 23:03:15 +02:00 |
Myk Melez
|
eea58a1e90
|
Merge branch 'master' into remove-console
|
2015-03-21 01:50:53 -07:00 |
Myk Melez
|
18d04c23d9
|
implement console.print internally if console module enabled
|
2015-03-20 17:06:27 -07:00 |
Myk Melez
|
11e147c940
|
Merge branch 'master' into remove-console
|
2015-03-20 09:19:39 -07:00 |
Marco Castelluccio
|
fe3886353d
|
Remove unused Forge util functions
|
2015-03-20 01:00:18 +01:00 |
Marco Castelluccio
|
7b4d237efc
|
Create a new object store in JARStore to store JARs with uncompressed length
|
2015-03-19 00:13:36 +01:00 |
Myk Melez
|
dcb39a8f4f
|
move console.print to separate NativeConsoleOutputStream
|
2015-03-18 14:27:24 -07:00 |
Marco
|
65466e5f83
|
Revert "Revert "Create ZIP buffers with the correct size right from the beginnin..."
|
2015-03-18 22:04:32 +01:00 |
Myk Melez
|
feef7b3fc2
|
Revert "Create ZIP buffers with the correct size right from the beginning"
|
2015-03-18 12:22:16 -07:00 |
Myk Melez
|
3ed47bbd42
|
Merge pull request #1269 from marco-c/zipfile_optimization
Create ZIP buffers with the correct size right from the beginning
|
2015-03-18 11:39:00 -07:00 |
Myk Melez
|
b2cd811b64
|
Merge pull request #1261 from PinZhang/pzhang/webconsole-filter
Fixed regression: console output filters is broken.
|
2015-03-18 11:36:57 -07:00 |
Marco Castelluccio
|
d95ef4d02a
|
Remove unneeded variable declaration
|
2015-03-18 18:14:19 +01:00 |
Marco Castelluccio
|
27dd88e589
|
Remove unused local variables
|
2015-03-18 17:39:13 +01:00 |
Marco Castelluccio
|
08716b75ae
|
Create ZIP buffers with the correct size right from the beginning. Fixes #1267
|
2015-03-18 17:28:16 +01:00 |
Marco
|
cd3ea37be1
|
Merge pull request #1263 from mbebenita/fruit
Trim slack, saves ~ 0.5MB on some midlets.
|
2015-03-18 12:41:24 +01:00 |
Michael Bebenita
|
1462300bf5
|
Trim slack, saves ~ 0.5MB on some midlets.
|
2015-03-17 23:03:40 -07:00 |
Pin Zhang
|
ec6d382e8f
|
Fixed regression: console output filters is broken.
|
2015-03-18 11:16:38 +08:00 |
Michael Bebenita
|
49dfc91938
|
Reduce relooper heap size to 512K from 4MB.
|
2015-03-17 18:19:27 -07:00 |
Brendan Dahl
|
2cd9bdb8fb
|
Fix exporting from fs for chrome.
|
2015-03-10 13:19:52 -07:00 |
Brendan Dahl
|
a7eaf49589
|
Report blob reading errors.
|
2015-03-10 13:17:05 -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 |
Michael Bebenita
|
5564663ebe
|
Remove indentation in the relooper.
|
2015-03-06 14:56:29 -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 |
Myk Melez
|
8a4f465c04
|
remove unused support for pipe.send w/callback
|
2015-03-02 10:10:52 -08:00 |
Marco Castelluccio
|
4ebafdf7b7
|
Remove last usage of ClassRegistry::loadFile
|
2015-02-28 02:08:49 +01:00 |
Marco Castelluccio
|
d8a6fa415e
|
Merge branch 'master' of github.com:mozilla/j2me.js into jarstore
Conflicts:
vm/classRegistry.ts
|
2015-02-27 18:51:05 +01:00 |
Marco Castelluccio
|
15a200ac51
|
Use inline keys in the JARStore DB
|
2015-02-27 13:10:01 +01:00 |
Marco Castelluccio
|
5cf0cec29e
|
Remove emoji that are never used by MIDlets
|
2015-02-27 12:31:56 +01:00 |
Marco Castelluccio
|
4ce1bb32c5
|
In emoji.loadData, load either the built-in emoji or the custom ones
|
2015-02-27 12:30:35 +01:00 |
Marco Castelluccio
|
c44ccc6f3f
|
Remove inline if; add some more logging in the onerror handlers
|
2015-02-27 11:20:06 +01:00 |
Myk Melez
|
725ed5bd57
|
Merge pull request #1166 from marco-c/support_custom_emoji
Support custom emoji images
|
2015-02-26 10:30:19 -08:00 |
Marco Castelluccio
|
c4af7d5f9d
|
Put customEmojiImageRegex into the config object instead of MIDlet
|
2015-02-26 19:12:25 +01:00 |
Marco Castelluccio
|
17826b8ece
|
Fix bug with compressed JARs
|
2015-02-26 15:18:00 +01:00 |
Marco Castelluccio
|
4f2ed10dd6
|
Merge branch 'master' of github.com:mozilla/j2me.js into jarstore
|
2015-02-26 13:21:21 +01:00 |
Marco
|
c5715afd1a
|
Merge pull request #1162 from mykmelez/ignore-files
replace transient paths with ignored files
|
2015-02-26 03:07:34 +01:00 |