Commit Graph

686 Commits

Author SHA1 Message Date
Jacek Caban
f46f926134 jscript: Addd jsdisp_addref helper function. 2010-09-07 16:01:57 +02:00
Jacek Caban
ac8d2f1fae jscript: jsdisp_t to IDispatch casts clean up. 2010-09-07 16:01:52 +02:00
Jacek Caban
2ae0f44033 jscript: Added a helper function for setting VARIANT value to jsdisp_t. 2010-09-07 16:01:46 +02:00
Jacek Caban
8c2a548b54 jscript: Rename DispatchEx to jsdisp_t to match jscript naming convention. 2010-09-06 17:09:57 +02:00
Akihiro Sagawa
0f8acb8d46 jscript: Update Japanese translation. 2010-08-31 14:23:49 +02:00
Sven Baars
32722884f3 jscript: Update the Dutch translation. 2010-08-30 11:26:29 +02:00
Hwang YunSong
c8193717ef jscript: Update Korean resource. 2010-08-23 15:41:52 +02:00
Anders Jonsson
04c86591e3 jscript: Update Swedish translation. 2010-08-19 17:32:19 +02:00
Igor Paliychuk
3656f3fcc4 jscript: Ukrainian translation update. 2010-08-19 11:22:17 +02:00
Luca Bennati
ef36c1fb5e jscript: Update Italian translation. 2010-08-17 14:40:46 +02:00
Frédéric Delanoy
80e85cdb89 jscript: Update French translation. 2010-08-17 11:55:33 +02:00
Aurimas Fišeras
e2b4d4e713 jscript: Update Lithuanian translation. 2010-08-17 11:55:33 +02:00
André Hentschel
56d024fd5e jscript: Update German translation. 2010-08-17 11:48:08 +02:00
Jacek Caban
d6648e4f6a jscript: Throw TypeError in in_eval. 2010-08-16 15:54:23 +02:00
Jacek Caban
be3dc38183 jscript: Throw TypeError in instanceof_expression_eval. 2010-08-16 15:54:23 +02:00
Anders Jonsson
45779f0943 jscript: Add Swedish translation. 2010-08-16 12:59:03 +02:00
Jacek Caban
884b76657c jscript: Get rid of no longer needed ErrorInstance struct. 2010-08-04 17:32:05 +02:00
Jacek Caban
ae8cb5a1e6 jscript: Fixed Error.toString implementation for non-Error this. 2010-08-04 17:31:59 +02:00
Jacek Caban
04819e9066 jscript: Use generic property for Error.message. 2010-08-04 17:31:51 +02:00
Jacek Caban
96990cfa8e jscript: Use generic property for Error.description. 2010-08-04 17:31:46 +02:00
Jacek Caban
6263f0079a jscript: Use generic property for Error.number. 2010-08-02 14:09:26 +02:00
Jacek Caban
636bc7494f jscript: Fixed test crash on some win9x installations. 2010-08-02 14:09:18 +02:00
Jacek Caban
f824a1656d jscript: Use generic properties for NaN and Infinity implementation. 2010-08-02 14:09:08 +02:00
André Hentschel
bb53f8a782 jscript: Fix typo in registry information. 2010-07-30 11:36:01 +02:00
Jacek Caban
35b8c92759 jscript: Register .js file type. 2010-07-28 16:28:22 +02:00
Jacek Caban
c210618663 jscript: Return S_OK in SetScriptState for SCRIPTSTATE_INITIALIZED. 2010-07-28 16:28:21 +02:00
Jacek Caban
e81811b3a0 jscript: Use generic object constants for Math constants. 2010-07-28 12:22:33 +02:00
Jacek Caban
922efb88bb jscript: Added support for Function.arguments property. 2010-07-28 12:22:31 +02:00
Michael Stefaniuc
8dc6414418 jscript: Remove the ignored common resource attributes. 2010-07-22 11:41:35 +02:00
Alexandre Julliard
b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Igor Paliychuk
a57e06aac8 jscript: Add Ukrainian translation. 2010-07-21 13:23:57 +02:00
Jacek Caban
adb4e83eb2 jscript: Fixed sort_cmp for non-string arguments. 2010-07-19 14:37:59 +02:00
Alexander Nicolaysen Sørnes
38be8035d5 jscript: Add Norwegian Bokmål translation. 2010-07-01 10:09:06 +02:00
Kovács András
153a16be72 jscript: Add Hungarian translation. 2010-06-29 10:52:39 +02:00
Gustavo Henrique Milaré
ca94a9cb05 jscript: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:25 +02:00
Michael Stefaniuc
8aa9185a52 jscript: Update the Romanian translation.
Based on comments from Octavian Voicu.
2010-06-24 15:11:25 +02:00
Akihiro Sagawa
496a7895d5 jscript: Add Japanese translation. 2010-06-24 10:31:52 +02:00
Alexandre Julliard
b4d21efd12 jscript/tests: Fix a test that fails because of the reduced FPU precision. 2010-06-22 12:52:03 +02:00
Michael Stefaniuc
97a6523bdc jscript: Add the Romanian translation.
Translation by Claudia Cotună.
2010-06-18 15:22:21 +02:00
Ricardo Filipe
7fe6ec89ec jscript: Update Portuguese Portugal translation. 2010-06-12 12:07:24 +02:00
Jose Rostagno
bd992d3aeb jscript: Add Spanish translation. 2010-06-09 11:17:37 +02:00
Łukasz Wojniłowicz
5b4097acb6 jscript: Add the Polish translation. 2010-06-07 12:54:56 +02:00
Paul Vriens
3f03f4636d jscript: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-07 12:23:29 +02:00
Luca Bennati
7388cb4a68 jscript: Add Italian translation. 2010-05-31 12:14:29 +02:00
Jacek Caban
0ce3bcee1b jscript: Added leftContext and rightCont4ext tests. 2010-05-27 14:46:42 +02:00
Jacek Caban
ce67c76328 jscript: Added RegExp.rightContext implementation. 2010-05-27 14:46:42 +02:00
Jacek Caban
9159ddce92 jscript: Added RegExp.leftContext implementation. 2010-05-27 14:46:42 +02:00
Jacek Caban
32c61c5092 jscript: Store match result in script context. 2010-05-27 14:46:42 +02:00
Jacek Caban
fe86330d7e jscript: Treat no argument as "undefined" in RegExp.test. 2010-05-27 14:46:42 +02:00
Jacek Caban
0acb7fb1e4 jscript: Added RegExp.leftContext and RegExp.rightContext stub implementation. 2010-05-27 14:46:42 +02:00