summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update build version to use new mozjs library naming.wip/mozjs-188Tim Lunn2013-02-113-3/+3
* JSCLass callbacks now use JSHandleObject/Id typesTim Lunn2013-02-1112-120/+118
* Replace context with runtime in GC Functions/Callback.Tim Lunn2013-01-234-8/+9
* Add wrappers for removed api, JS_NewNumberValue and JSVAL_IS_OBJECT()Tim Lunn2013-01-231-0/+10
* temporarily disable two failing testsTim Lunn2013-01-231-2/+2
* byteArray: update PropertySpec for new APITim Lunn2013-01-231-3/+3
* Misc API changesTim Lunn2013-01-234-10/+9
* update for JSClass prototype changesTim Lunn2013-01-237-22/+11
* JS_SetPrivate/GetPrivate no longer require context argumentTim Lunn2013-01-2319-43/+43
* JS_GetClass remove context argumentTim Lunn2013-01-238-22/+19
* change build version to mozjs188Tim Lunn2013-01-233-3/+3
* JS_BufferIsCompilableUnit API changeTim Lunn2013-01-231-1/+1
* console: plug a memleakCosimo Cecchi2013-01-211-0/+2
* testBoxed: add test for getterTim Lunn2013-01-191-0/+1
* Fix assignment to undeclared variable warning.Tim Lunn2013-01-191-0/+1
* ByteArray: don't define the ByteArray class in the global objectGiovanni Campagna2013-01-181-12/+1
* Lang: fix copyProperties regressionGiovanni Campagna2013-01-181-2/+8
* Rework Lang module to be ES5 compliantGiovanni Campagna2013-01-184-120/+24
* Convert many native modules to JS modulesGiovanni Campagna2013-01-1813-943/+161
* lang: Remove use of __{define,lookup}{Getter,Setter}__Jasper St. Pierre2013-01-181-25/+6
* Post-release version bumpColin Walters2013-01-151-1/+1
* byteArray: fix a GCC warningGJS_1_35_4Cosimo Cecchi2013-01-151-1/+1
* Bump to 1.35.4Rico Tzschichholz2013-01-151-1/+1
* object: Force signal detail quark creation on signal connectionsRui Matos2013-01-141-1/+1
* remove unused and obsolete flag.Tim Lunn2013-01-089-15/+6
* cairo-context: Add an explicit CairoContext.$dispose() functionJasper St. Pierre2013-01-081-1/+21
* byteArray: Clean up resolve opJasper St. Pierre2013-01-081-7/+4
* byteArray: Do not use JSCLASS_NEW_RESOLVE_GETS_STARTJasper St. Pierre2013-01-081-20/+5
* byteArray: Remove prototype checks from func implementationsJasper St. Pierre2013-01-081-13/+3
* build: If cairo isn't found, don't build the tests with itColin Walters2013-01-083-13/+20
* context: Fix initialization codeJasper St. Pierre2013-01-071-2/+1
* test: Refactor the unit test frameworkJasper St. Pierre2013-01-0714-575/+250
* unit-test-utils: Use a standard gjs contextJasper St. Pierre2013-01-072-7/+8
* context: Only call JS_SetCStringsAreUTF8() onceJasper St. Pierre2013-01-071-1/+13
* context: Remove RuntimeData and gjs_runtime_init/gjs_runtime_destroyJasper St. Pierre2013-01-073-78/+3
* Remove support for multiple contexts within a runtimeJasper St. Pierre2013-01-078-188/+22
* context: Don't allow users to pass external runtimes to GjsContextJasper St. Pierre2013-01-071-41/+11
* jsapi-util: Add a maybe prefix flag for gjs_parse_argsJasper St. Pierre2013-01-042-15/+25
* jsapi-util: Rewrite argument counting logicJasper St. Pierre2013-01-041-11/+14
* configure: Move useless echo linesJasper St. Pierre2013-01-041-3/+0
* Make sure that all calls to BOOLEAN_TO_JSVAL pass a true booleanJasper St. Pierre2013-01-042-2/+2
* util: Add BeginRequest/EndRequest back to priv_from_jsJasper St. Pierre2013-01-041-2/+6
* gi: Use raw JS_GetPrivate from tracing callbacksJasper St. Pierre2013-01-042-2/+2
* function: Add BeginRequest/EndRequest for JS_ValueRootJasper St. Pierre2013-01-041-1/+5
* Don't use deprecated typesTim Lunn2013-01-042-9/+9
* Remove all calls to g_utf8_to_utf16Giovanni Campagna2013-01-043-77/+32
* Remove obsolete handling of binary data and move to CStringsAreUTF8Giovanni Campagna2013-01-0414-451/+88
* Reverting "Remove obsolete TRACE_MARK API"Jasper St. Pierre2013-01-022-3/+5
* system: Remove getuid/getgid/getpidJasper St. Pierre2013-01-021-60/+0
* tests: Fix make distRico Tzschichholz2013-01-021-1/+0