summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update pkg-config files for mozjs-17.0wip/js17Rico Tzschichholz2013-03-242-2/+2
* build: Check for mozjs-17.0Colin Walters2013-03-241-1/+1
* Replace context with runtime in GC Functions/Callback.Tim Lunn2013-03-244-8/+9
* Add wrappers for removed api, JS_NewNumberValue and JSVAL_IS_OBJECT()Tim Lunn2013-03-241-0/+10
* temporarily disable two failing testsTim Lunn2013-03-241-2/+2
* byteArray: update PropertySpec for new APITim Lunn2013-03-241-3/+3
* Misc API changesTim Lunn2013-03-244-10/+9
* update for JSClass prototype changesTim Lunn2013-03-247-22/+11
* JSClass callbacks now use JSHandleObject/Id typesTim Lunn2013-03-2412-120/+118
* Context argument removed from several APITim Lunn2013-03-2419-43/+43
* JS_GetClass remove context argumentTim Lunn2013-03-248-22/+19
* change build version to mozjs188Tim Lunn2013-03-243-3/+3
* JS_BufferIsCompilableUnit API changeTim Lunn2013-03-241-1/+1
* Release 1.35.9GJS_1_35_9Colin Walters2013-03-211-1/+1
* Add test for System.addressOf()Pavel Vasin2013-03-132-0/+14
* system: Fix leak in addressOf()Pavel Vasin2013-03-131-0/+2
* Include cairo-module.h to fix make distRico Tzschichholz2013-03-111-0/+1
* Don't use constructors to register static modulesJasper St. Pierre2013-03-0711-43/+121
* native: Remove support for nested native modulesJasper St. Pierre2013-03-071-76/+16
* native: Pass the module name to the import callJasper St. Pierre2013-03-073-17/+10
* importer: Remove support for loading external native modulesJasper St. Pierre2013-03-073-70/+12
* native: Remove unused argumentJasper St. Pierre2013-03-073-13/+3
* Statically link in native modulesJasper St. Pierre2013-03-071-19/+14
* Makefile-modules: Clean upJasper St. Pierre2013-02-271-22/+12
* context: Do other one-time init stuff in class_initJasper St. Pierre2013-02-271-10/+8
* context: Move SetCStringsAreUTF8 to class_initJasper St. Pierre2013-02-271-12/+2
* tests: Fix previous commitColin Walters2013-02-261-0/+2
* build: Don't install test typelibsColin Walters2013-02-261-4/+6
* configure: Improve cairo-gobject check, bug 694373David King2013-02-262-9/+4
* modules/system: Add System.exit() APIColin Walters2013-02-211-0/+19
* ByteArray: restore enumerabilityGiovanni Campagna2013-02-211-1/+1
* examples: fix http-server.js exampleDan Winship2013-02-201-126/+21
* Release 1.35.8GJS_1_35_8Colin Walters2013-02-191-1/+1
* closure: Fix reference counting of closures, unbreak testsStef Walter2013-02-131-9/+3
* Makefile-test: Update build test build systemJasper St. Pierre2013-02-121-42/+19
* build: Bump glib requirement to 2.35.6Rico Tzschichholz2013-02-121-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