summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dbus: fix memory leak in DBus.bus.acquire_nameGJS_0_7_11Tommi Komulainen2011-02-221-0/+2
* gjs: handle namespaces correctly when looking up native modulesTommi Komulainen2011-02-221-0/+1
* xulrunner2: Conditionally adapt to JS_GetScopeChain removalMarc-Antoine Perennou2011-02-213-1/+6
* debugger: fix build.Jasper St. Pierre2011-02-171-1/+1
* bring back debugger module, with a nativeTrap() which calls G_BREAKPOINT()Joe Shaw2011-02-173-1/+107
* Silence a warning with JSLocaleToUnicodeMarc-Antoine Perennou2011-02-162-4/+28
* xulrunner2: conditionally adapt to new Strict settersMarc-Antoine Perennou2011-02-1615-11/+31
* Fix gcc 4.6 warningsColin Walters2011-02-042-2/+4
* gjs_context_maybe_gc: New function to hint GC may be necessaryColin Walters2011-02-047-0/+81
* Fix two compiler warningsColin Walters2011-02-032-2/+3
* Post-release version bumpColin Walters2011-01-261-1/+1
* Release 0.7.10GJS_0_7_10Colin Walters2011-01-261-1/+1
* console: don't segfault on huge linesMarc-Antoine Perennou2011-01-211-20/+19
* xul2: use JS_NewCompartmentAndGlobalObjectMarc-Antoine Perennou2011-01-172-1/+8
* Handle wide ranging enum values betterOwen W. Taylor2011-01-127-31/+193
* Require latest g-i for GI_TYPE_TAG_UNICHARColin Walters2011-01-121-1/+1
* test: handle multiple absolute paths when building filenameTommi Komulainen2011-01-101-8/+52
* The old JS_GetStringCharsAndLength is not the sameSardem FF72011-01-073-13/+13
* Adapt to JS_GetStringChars removal in xulrunner 2Sardem FF72011-01-053-6/+29
* Post-release version bumpOwen W. Taylor2010-12-221-1/+1
* Fix processing of versioning defaultsGJS_0_7_8Colin Walters2010-12-203-9/+14
* console: Fix ordering of script contents scanningColin Walters2010-12-201-1/+1
* More fixes for previous commitColin Walters2010-12-151-6/+4
* Fix previous commitMarc-Antoine Perennou2010-12-151-6/+2
* xulrunner2: Conditionnaly adapt to JS_GetFunctionName removalMarc-Antoine Perennou2010-12-153-9/+42
* dbus: Pass the correct string value for utf8 conversionColin Walters2010-12-101-1/+1
* Add explicit tests of JS version functionalityColin Walters2010-12-103-0/+70
* gjs-unit: Pull in JS version from header in tests; add version to testsColin Walters2010-12-1025-1/+32
* console: Detect input JS version, add --js-version argumentColin Walters2010-12-101-11/+20
* context: Add functions to scan a file/buffer for a JS versionColin Walters2010-12-102-0/+94
* context: Add a "js-version" GObject propertyColin Walters2010-12-101-6/+36
* Makefile-test: Fix RUN_WITH_DBUS usageColin Walters2010-12-101-2/+2
* context: Use G_TYPE_STRV for search-pathColin Walters2010-12-101-5/+6
* dbus-exports: Quiet compiler warningColin Walters2010-12-101-2/+2
* Check for a builtin module before beginning to load itOwen W. Taylor2010-12-103-40/+100
* cairo: Use cairo-gobject if availableColin Walters2010-12-101-1/+6
* Ignore empty elements in the search pathOwen W. Taylor2010-12-101-0/+4
* Don't repeatedly try to load built-in modulesOwen W. Taylor2010-12-101-8/+8
* cairo: bind cairo_set_dashColin Walters2010-12-102-1/+66
* Fix mis-paired calls to JS_AddRoot/JS_RemoveRootOwen W. Taylor2010-12-102-2/+2
* dbus: More cleanups for value conversionColin Walters2010-12-101-103/+114
* dbus: Fix dict entry conversion pathColin Walters2010-12-101-75/+82
* dbus: improve async callback handlingRay Strode2010-12-061-1/+2
* Use g_object_info_find_method_using_interfacesColin Walters2010-12-061-32/+9
* Throw an exception when failing to look up a foreign structOwen W. Taylor2010-12-061-11/+20
* gi: Fix two compiler warningsColin Walters2010-12-031-2/+3
* context: Remove unused, dead is-load-context pspecColin Walters2010-12-031-6/+0
* Send LD_LIBRARY_PATH to the scanner, avoids a build error on Ubuntu LucidJohan Dahlin2010-12-021-2/+2
* Follow on to last patch to clean up goto handlingMarc-Antoine Perennou2010-12-021-26/+20
* xulrunner2: Conditionally handle availability of JS_GetStringBytesMarc-Antoine Perennou2010-12-0221-228/+491