summaryrefslogtreecommitdiff
path: root/gjs
Commit message (Expand)AuthorAgeFilesLines
* compat.h: Don't include config.h, instead do inspection of jsapi.hColin Walters2010-10-291-8/+24
* Handle JS_InitClass throwing an error more cleanlyColin Walters2010-10-291-0/+2
* Adapt to JS_GetFrameThis API changeColin Walters2010-10-291-0/+12
* Bump required glib to 2.18Colin Walters2010-10-291-8/+0
* Fix some compilation warningsColin Walters2010-10-281-1/+0
* console: Only use basic GJS API <gjs/gjs.h> and link against GLibGJS_0_7_5Colin Walters2010-10-251-11/+4
* Separate "basic" API from "embedder/module" APIColin Walters2010-10-2110-18/+46
* JS_IsNativeFrame replaced by JS_IsScriptFrameSardem FF72010-10-201-0/+4
* Port all functions to JSFUN_FAST_NATIVEColin Walters2010-10-201-52/+54
* Base version detection on mozilla-js.pc versionColin Walters2010-10-203-5/+3
* xulrunner < 1.9.3 compat: Define INT_TO_JSIDColin Walters2010-09-301-0/+1
* Use JS_SetRuntimePrivate() rather than GDataset for runtime dataOwen W. Taylor2010-09-303-47/+68
* Optimize pushing the current contextOwen W. Taylor2010-09-301-6/+30
* Use separate SetPrototype() and SetParent callsColin Walters2010-09-301-2/+6
* Replace "load context" with a "import global"Owen W. Taylor2010-09-309-235/+106
* Replace call context with a concept of "current context"Owen W. Taylor2010-09-303-57/+139
* importer: JSID != JSVALColin Walters2010-09-301-2/+2
* importer: Don't crash if we're enumerating the prototypeColin Walters2010-09-301-0/+3
* importer: Handle JSENUMERATE_INIT_ALLColin Walters2010-09-302-0/+5
* Cast users of JS_EnterLocalRootScopeColin Walters2010-09-304-6/+6
* xulrunner 1.9.3: Use JS_NewGlobalObject if availableColin Walters2010-09-305-28/+42
* xulrunner 1.9.3: Fix assumption that jsid == jsvalColin Walters2010-09-306-36/+60
* xulrunner 1.9.3: Use JS_AddValueRoot if availableColin Walters2010-09-306-13/+27
* xulrunner 1.9.3: Consistently include compat.hColin Walters2010-09-3011-0/+12
* xulrunner 1.9.3: Remove callers of JS_NewDoubleValueColin Walters2010-09-231-1/+1
* jsapi-util-string: Add missing JS_EndRequestColin Walters2010-09-231-0/+1
* jsapi-util-error: Add missing JS_EndRequest pairColin Walters2010-09-231-0/+1
* tests: Add a test case for basic context creation/destructionColin Walters2010-09-231-0/+31
* tests: Refactor duplicate code for creating and destroying contextColin Walters2010-09-235-99/+116
* profiler: make gjs_profiler_reset publicColin Walters2010-09-162-1/+2
* byteArray: Fix incorrect use of %u for gsize formatColin Walters2010-09-161-2/+2
* headers: Require single include, don't warn for internal usesColin Walters2010-09-166-10/+14
* byteArray: Fix 64 bit issuesColin Walters2010-08-311-6/+12
* [gjs] Add a byteArray module.Johan Dahlin2010-06-233-0/+920
* [importer] Allow native modules in gjs.soJohan Dahlin2010-06-232-25/+50
* [importer] Use G_MODULE_SUFFIXJohan Dahlin2010-06-081-2/+2
* Add support for dtrace/SystemTapColin Walters2010-05-281-0/+18
* add JS_BeginRequest/JS_EndRequest calls throughout the codebase.Havoc Pennington2010-05-016-20/+223
* fix indentation, tabs, and trailing whitespaceHavoc Pennington2010-04-306-110/+110
* support build with mozilla-js that compiled with --disable-threadsafe --enabl...Maxim Ermilov2010-03-171-5/+5
* Merge remote branch 'origin'Johan Dahlin2010-02-245-8/+15
|\
| * Add gjs_context_get_native_context which allows access to the JSContextJames Willcox2010-02-235-8/+15
* | [jsapi-util] Add a few convenience macrosJohan Dahlin2010-02-241-0/+91
|/
* [jsapi-utils] Add support for doublesJohan Dahlin2010-02-171-0/+11
* gjs_throw: convert error string from UTF-8Dan Winship2010-02-171-4/+1
* [gjs-console] Add a --command/-c argumentJohan Dahlin2010-02-171-2/+8
* [importer] Add datadir/share/gjs-1.0 to searchpathJohan Dahlin2010-02-161-0/+3
* Log the gjs-console command-line on startupJoe Shaw2010-01-191-0/+5
* move gjs_error_reporter into a C++ file jsapi-private.cppHavoc Pennington2010-01-043-51/+126
* Bug 584558 – Need print() functionJohan Dahlin2009-12-101-0/+102