projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mshtml: Added support for IHTMLEventObj::cancelBubble property.
[wine]
/
dlls
/
jscript
/
2012-04-16
Jacek Caban
jscript: Make sure to jump out of switch before enterin...
tree
|
commitdiff
2012-04-09
Jacek Caban
jscript: Replace only the first match for non-regexp...
tree
|
commitdiff
2012-04-04
Jacek Caban
jscript: Avoid cleaning an uninitialized variable.
tree
|
commitdiff
2012-04-02
Jacek Caban
jscript: Fixed parsing /=/ regexp.
tree
|
commitdiff
2012-04-02
Jacek Caban
jscript: Emit undefined statement return for switch...
tree
|
commitdiff
2012-04-02
Jacek Caban
jscript: Fixed jsheap_grow implementation.
tree
|
commitdiff
2012-03-28
Jacek Caban
jscript: Properly handle NULL bstr in str_to_number.
tree
|
commitdiff
2012-03-27
Jacek Caban
jscript: Store value as double in NumberInstance object.
tree
|
commitdiff
2012-03-27
Jacek Caban
jscript: Return double instead of VARIANT from stack_po...
tree
|
commitdiff
2012-03-27
Jacek Caban
jscript: Return double instead of VARIANT from date_utc.
tree
|
commitdiff
2012-03-27
Jacek Caban
jscript: Return double instead of VARIANT from to_number.
tree
|
commitdiff
2012-03-26
Jacek Caban
jscript: Added decoding tests.
tree
|
commitdiff
2012-03-26
Jacek Caban
jscript: Added decoding support.
tree
|
commitdiff
2012-03-26
Jacek Caban
jscript: Added JScriptEncode object tests.
tree
|
commitdiff
2012-03-26
Jacek Caban
jscript: Added beginning support for JScriptEncode...
tree
|
commitdiff
2012-03-26
Jacek Caban
jscript: Store source code in bytecode_t.
tree
|
commitdiff
2012-03-14
Jacek Caban
jscript: Get rid of no longer needed caller argument...
tree
|
commitdiff
2012-03-13
Jacek Caban
jscript: Removed no longer needed ref counting in parse...
tree
|
commitdiff
2012-03-13
Jacek Caban
jscript: Store parser_ctx_t in bytecode_t instead of...
tree
|
commitdiff
2012-03-13
Jacek Caban
jscript: Store script context in exec_ctx_t.
tree
|
commitdiff
2012-03-13
Jacek Caban
jscript: Don't store compiler_ctx_t in parser_ctx_t.
tree
|
commitdiff
2012-03-13
Jacek Caban
jscript: Call script_parse from compile_script, not...
tree
|
commitdiff
2012-03-13
Jacek Caban
jscript: Compile all function from given source in...
tree
|
commitdiff
2012-03-13
Jacek Caban
jscript: Simplify compile_subscript_stat.
tree
|
commitdiff
2012-03-13
Jacek Caban
jscript: Store bytecode_t in exec_ctx_t.
tree
|
commitdiff
2012-03-12
Jacek Caban
jscript: Removed no longer needed caller argument from...
tree
|
commitdiff
2012-03-12
Jacek Caban
jscript: Removed no longer needed caller argument from...
tree
|
commitdiff
2012-03-12
Jacek Caban
jscript: Removed no longer needed caller argument from...
tree
|
commitdiff
2012-03-12
Jacek Caban
jscript: Removed no longer needed caller argument from...
tree
|
commitdiff
2012-03-12
Jacek Caban
jscript: Removed no longer needed caller argument from...
tree
|
commitdiff
2012-03-12
Jacek Caban
jscript: Removed no longer needed caller argument from...
tree
|
commitdiff
2012-03-12
Jacek Caban
jscript: Added VARIANT conversion tests.
tree
|
commitdiff
2012-03-12
Jacek Caban
jscript: Added QueryService(SID_VariantConversion)...
tree
|
commitdiff
2012-03-12
Jacek Caban
jscript: Added ChangeType implementation.
tree
|
commitdiff
2012-03-09
Jacek Caban
jscript: Removed no longer needed disp_propput caller...
tree
|
commitdiff
2012-03-09
Jacek Caban
jscript: Removed no longer needed disp_propget caller...
tree
|
commitdiff
2012-03-09
Jacek Caban
jscript: Removed no longer needed caller argument of...
tree
|
commitdiff
2012-03-09
Jacek Caban
jscript: Pass proper caller argument to InvokeEx.
tree
|
commitdiff
2012-03-09
Jacek Caban
jscript: Properly handle NULL strings in add_eval.
tree
|
commitdiff
2012-03-09
Jacek Caban
jscript: Added IVariantChangeType stub implementation.
tree
|
commitdiff
2012-01-27
Jacek Caban
jscript: Get rid of unused SET_CALLED macro.
tree
|
commitdiff
2012-01-25
Alistair Leslie...
jscript: ActiveX objects might not support IServiceProv...
tree
|
commitdiff
2012-01-18
Jacek Caban
jscript: Simplify identifier_eval function.
tree
|
commitdiff
2012-01-17
Alexandre Julliard
jscript: Set return value after assert(0) to avoid...
tree
|
commitdiff
2012-01-17
Jacek Caban
jscript: Get rid of no longer used OP_label.
tree
|
commitdiff
2012-01-17
Jacek Caban
jscript: Added labelled statements tests.
tree
|
commitdiff
2012-01-17
Jacek Caban
jscript: Added labelled continue statement implementation.
tree
|
commitdiff
2012-01-17
Jacek Caban
jscript: Added labelled break statement implementation.
tree
|
commitdiff
2012-01-17
Jacek Caban
jscript: Added labelled statement implementation.
tree
|
commitdiff
2012-01-12
Jacek Caban
jscript: Fixed jscript tests on some broken versions.
tree
|
commitdiff
2012-01-12
Jacek Caban
jscript: Run sanity check with invoke_version 0.
tree
|
commitdiff
2012-01-12
Jacek Caban
jscript: Don't use break in finally block on pre-IE8...
tree
|
commitdiff
2012-01-10
Jacek Caban
jscript: Fixed continue inside for..in statement.
tree
|
commitdiff
2012-01-09
Francois Gouget
jscript: Make some engine functions static.
tree
|
commitdiff
2012-01-06
Jacek Caban
jscript: Run script tests in version 2 by default.
tree
|
commitdiff
2012-01-03
Michael Stefaniuc
jscript: Remove break after return (Smatch).
tree
|
commitdiff
2012-01-03
Marcus Meissner
jscript: Mark some function DECLSPEC_HIDDEN.
tree
|
commitdiff
2012-01-03
Jacek Caban
jscript: Use 0 as an invalid label value.
tree
|
commitdiff
2012-01-03
Jacek Caban
jscript: Get rid of instr_off from expression_t.
tree
|
commitdiff
2012-01-03
Jacek Caban
jscript: Make 0 an invalid code offset.
tree
|
commitdiff
2012-01-03
Jacek Caban
jscript: Always alloc the first chunk of code buffer.
tree
|
commitdiff
2011-12-30
Jacek Caban
jscript: Get rid of return_type_t.
tree
|
commitdiff
2011-12-30
Jacek Caban
jscript: Get rid of no longer needed interp_tree.
tree
|
commitdiff
2011-12-30
Jacek Caban
jscript: Get rid of no longer needed compile_interp_fal...
tree
|
commitdiff
2011-12-30
Jacek Caban
jscript: Use bytecode for labeled continue and break...
tree
|
commitdiff
2011-12-30
Jacek Caban
jscript: Get rid of no longer needed type field of...
tree
|
commitdiff
2011-12-30
Jacek Caban
jscript: Use bytecode for return statement implementation.
tree
|
commitdiff
2011-12-30
Jacek Caban
jscript: Make compiler responsible for proper return...
tree
|
commitdiff
2011-12-30
Jacek Caban
jscript: Handle invalid continue statements in compiler.
tree
|
commitdiff
2011-12-30
Jacek Caban
jscript: Handle invalid break statements in compiler.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Added bytecode dumper implementation.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Moved instr_off from statement_t to source_ele...
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: No longer support per-statement compilation.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Get rid of stat_eval_table.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Moved exec_source to the bottom of the file.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Always use bytecode for while statement.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Always use bytecode for try statement.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Always use bytecode for switch statement.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Always use bytecode for for statement.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Always use bytecode for for..in statement.
tree
|
commitdiff
2011-12-29
Jacek Caban
jscript: Always use bytecode for with statement.
tree
|
commitdiff
2011-12-28
Jacek Caban
jscript: Added more control flow tests.
tree
|
commitdiff
2011-12-28
Jacek Caban
jscript: Get rid of no longer needed no_fallback hack.
tree
|
commitdiff
2011-12-28
Jacek Caban
jscript: Added bytecode versions of break and continue...
tree
|
commitdiff
2011-12-28
Jacek Caban
jscript: Use labels in compiler for ending loops.
tree
|
commitdiff
2011-12-28
Jacek Caban
jscript: Added bytecode version of try statement.
tree
|
commitdiff
2011-12-28
Jacek Caban
jscript: Use bytecode for throw statement.
tree
|
commitdiff
2011-12-28
Jacek Caban
jscript: Rename throw opcode to throw_ref.
tree
|
commitdiff
2011-12-28
Jacek Caban
jscript: Added bytecode version of for..in statement.
tree
|
commitdiff
2011-12-27
Jacek Caban
jscript: Use bytecode for labelled statement stub.
tree
|
commitdiff
2011-12-27
Jacek Caban
jscript: Added bytecode version of switch statement.
tree
|
commitdiff
2011-12-27
Jacek Caban
jscript: Added bytecode version of with statement.
tree
|
commitdiff
2011-12-27
Jacek Caban
jscript: Added bytecode version of for loop statement.
tree
|
commitdiff
2011-12-27
Jacek Caban
jscript: Added bytecode version of while statement.
tree
|
commitdiff
2011-12-20
Jacek Caban
jscript: Added new jmp_z opcode, more appropriate for...
tree
|
commitdiff
2011-12-20
Jacek Caban
jscript: Renamed jmp_z and jmp_nz to cnd_z and cnd_nz.
tree
|
commitdiff
2011-12-20
Jacek Caban
jscript: Get rid of no longer needed identifier in...
tree
|
commitdiff
2011-12-20
Jacek Caban
jscript: Get rid of no longer used expr_eval flags.
tree
|
commitdiff
2011-12-20
Jacek Caban
jscript: Use compiler to handle variable statement.
tree
|
commitdiff
2011-12-20
Alistair Leslie...
jscript: Don't double free IObjectWithSite interface.
tree
|
commitdiff
next