Jacek Caban
|
01a6286b5f
|
jscript: Added more uninitialization tests.
|
2011-02-22 12:28:09 +01:00 |
Jacek Caban
|
244a6951ac
|
jscript: Added SetScriptState(SCRIPTSTATE_UNINITIALIZED) implementation.
|
2011-02-22 12:28:07 +01:00 |
Peter Urbanec
|
36391faf45
|
jscript: Implement character escaping as described by ECMA-262 B.2.1.
|
2011-02-18 17:04:15 +01:00 |
Austin English
|
4dc81b6518
|
jscript/tests: Remove a dead assignment (LLVM/Clang).
|
2011-02-17 18:33:43 +01:00 |
Jacek Caban
|
020245bba1
|
jscript: Fixed some clang warnings.
|
2011-01-27 16:32:22 +01:00 |
Michael Stefaniuc
|
568b0d5c08
|
jscript: COM cleanup for the IServiceProvider iface.
|
2011-01-17 13:22:14 +01:00 |
Michael Stefaniuc
|
3b1d9d43de
|
jscript: Use ifaces instead of vtbl pointers in JScript.
|
2011-01-17 13:22:12 +01:00 |
Michael Stefaniuc
|
3cb9886ea7
|
jscript: COM cleanup for the IDispatchEx iface.
|
2011-01-17 13:22:10 +01:00 |
Alexandre Julliard
|
0ccf1d89f8
|
jscript: Convert translations to po files.
|
2011-01-06 15:03:31 +01:00 |
Marcus Meissner
|
45e2bd7c2e
|
jscript: Fixed VT variable type for DISPID_GLOBAL_ISWIN64.
|
2011-01-03 11:54:06 +01:00 |
Frédéric Delanoy
|
d0191cb132
|
jscript: Update French translation.
|
2010-12-31 11:44:48 +01:00 |
Sven Baars
|
1019f2f14f
|
jscript: Update the Dutch translation.
|
2010-12-30 16:35:44 +01:00 |
Jacek Caban
|
45aee4fd6c
|
jscript: Fixed some math API assumption that cause test failures on Solaris.
|
2010-12-30 15:02:53 +01:00 |
Hwang YunSong
|
58260b2f7f
|
jscript: Update Korean resource.
|
2010-12-30 15:01:53 +01:00 |
Luca Bennati
|
e6983d20fb
|
jscript: Update Italian translation.
|
2010-12-30 12:21:53 +01:00 |
Łukasz Wojniłowicz
|
d8186eb4bc
|
jscript: Update Polish translation.
|
2010-12-30 12:21:53 +01:00 |
Anders Jonsson
|
8ba970d5aa
|
jscript: Update Swedish translation.
|
2010-12-30 12:21:52 +01:00 |
Jacek Caban
|
4582a8fe42
|
jscript: Moved remaining registration to IRegistrar mechanism.
|
2010-12-29 17:43:18 +01:00 |
Jacek Caban
|
3d1595dc81
|
jscript: Return 'unknown' in typeof operator for native object's values that can't be retrieved.
|
2010-12-29 17:43:13 +01:00 |
Jacek Caban
|
48202ee09e
|
jscript: Don't unescape '\v'.
|
2010-12-29 17:01:46 +01:00 |
André Hentschel
|
06560dd092
|
jscript: Update German translation.
|
2010-12-29 10:47:38 +01:00 |
Aurimas Fišeras
|
6ac2a7eb04
|
jscript: Update Lithuanian translation.
|
2010-12-29 10:47:33 +01:00 |
Jacek Caban
|
10b1a7edf6
|
jscript: Added conditional compilation tests.
|
2010-12-28 16:35:43 +01:00 |
Jacek Caban
|
45e33ec280
|
jscript: Beginning support for conditional compilation.
|
2010-12-28 16:35:43 +01:00 |
Jacek Caban
|
74416052ce
|
jscript: Moved allocating double literal to separated function.
|
2010-12-28 16:35:43 +01:00 |
Jacek Caban
|
501cad6920
|
jscript: Moved new_boolean_literal to lex.c.
|
2010-12-28 16:35:42 +01:00 |
Jacek Caban
|
0f36ef09b1
|
jscript: Ensure that the whole script is parsed.
|
2010-12-28 16:35:42 +01:00 |
Jacek Caban
|
5e469f4fff
|
jscript: Use HRESULTs instead of IDSs in parser.
|
2010-12-28 16:35:42 +01:00 |
Jacek Caban
|
7774a0a4c1
|
jscript: Pass HRESULTs instead of IDSs to throw_* functions.
|
2010-12-28 16:35:41 +01:00 |
Jacek Caban
|
aab8a1ba3a
|
jscript: Better syntax error tests.
|
2010-12-28 16:35:41 +01:00 |
Jacek Caban
|
f8afae75b5
|
jscript: Added ScriptEngine*Version functions implementation.
|
2010-12-27 15:39:40 +01:00 |
Jacek Caban
|
36fe9472c2
|
jscript: Added ScriptEngine() implementation.
|
2010-12-27 15:39:39 +01:00 |
Jacek Caban
|
8bcc61fb66
|
jscript: Exception tests clean up.
|
2010-12-21 00:21:17 +01:00 |
Jacek Caban
|
f2319fcd85
|
jscript: Added Date.setYear implementation.
|
2010-12-20 12:47:43 +01:00 |
Jacek Caban
|
eda1787b3c
|
jscript: Move some of registration process to IRegistrar mechanism.
|
2010-12-16 11:49:11 +01:00 |
Akihiro Sagawa
|
e7bf31c40d
|
jscript: Update Japanese translation.
|
2010-11-26 14:58:38 +01:00 |
Jacek Caban
|
668f417b9d
|
jscript: Added Date.setYear stub implementation.
|
2010-11-08 11:56:13 +01:00 |
Paul Vriens
|
2deee14f31
|
jscript: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
|
2010-11-01 11:34:19 +01:00 |
Gustavo Henrique Milaré
|
8b3786f5cf
|
jscript: Update Portuguese translation.
|
2010-10-29 14:22:13 +02:00 |
Sven Baars
|
e30ad6b911
|
jscript: Update the Dutch translation.
|
2010-10-26 15:25:07 +02:00 |
Łukasz Wojniłowicz
|
4a9e813732
|
jscript: Update the Polish translation.
|
2010-10-26 11:52:51 +02:00 |
Jacek Caban
|
faf9be0267
|
jscript: Pass script_ctx_t instead of exec_ctx_t to eval functions.
|
2010-10-25 12:41:40 +02:00 |
Konstantin Kondratyuk
|
018eabfa8c
|
jscript: Update Russian translation.
|
2010-10-22 12:05:09 +02:00 |
Anders Jonsson
|
5164164ff8
|
jscript: Update Swedish translation.
|
2010-10-20 10:24:44 +02:00 |
Piotr Caban
|
ebb46f3fd0
|
jscript: Added invocation flag tests.
|
2010-10-20 10:24:27 +02:00 |
Piotr Caban
|
cac0620fa5
|
jscript: Added DISPATCH_PROPERTYGET flag to some calls.
|
2010-10-20 10:24:19 +02:00 |
Igor Paliychuk
|
f8e4a0f3b9
|
jscript: Updated Ukrainian translation.
|
2010-10-19 19:23:13 +02:00 |
Piotr Caban
|
b9b11c6c67
|
jscript: Add index, input and lastIndex properties to regexp functions results.
|
2010-10-19 15:26:16 +02:00 |
Piotr Caban
|
dcdc6c7013
|
jscript: Improved VBArray related tests.
|
2010-10-19 15:25:40 +02:00 |
Piotr Caban
|
185ef44d00
|
jscript: Improved error handling in VBArray functions.
|
2010-10-19 15:25:11 +02:00 |