summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xulrunner 1.9.3: Drop use of JS_PushArgumentsVAxulrunner-1.9.3-rebase3Maxim Ermilov2010-09-202-44/+0
* xulrunner 1.9.3: Use JS_NewGlobalObject if availableColin Walters2010-09-206-28/+51
* xulrunner 1.9.3: Fix assumption that jsid == jsvalColin Walters2010-09-2017-91/+112
* xulrunner 1.9.3: Fix up assumption JSVAL_NULL == NULLColin Walters2010-09-202-5/+5
* xulrunner 1.9.3: Use JS_AddValueRoot if availableColin Walters2010-09-2016-110/+131
* xulrunner 1.9.3: Consistently include compat.hColin Walters2010-09-2046-0/+46
* xulrunner 1.9.3: Remove callers of JS_NewDoubleValueColin Walters2010-09-203-4/+4
* tests: Add a test case for basic context creation/destructionColin Walters2010-09-202-0/+29
* tests: Refactor duplicate code for creating and destroying contextColin Walters2010-09-206-99/+118
* tests: Call g_type_initColin Walters2010-09-201-0/+3
* Remove "debugger" moduleColin Walters2010-09-204-233/+1
* dbus: Restore the previous behavior of returning undefinedJohan Bilien2010-09-171-1/+4
* dbus: Don't return [ undefined ] when parsing an empty list of valuesJohan Bilien2010-09-171-8/+10
* test: Fix up test scanningColin Walters2010-09-171-2/+2
* tests: -DGJS_COMPILATIONColin Walters2010-09-171-0/+1
* value.c: Make non-public constructor function staticColin Walters2010-09-161-1/+1
* profiler: make gjs_profiler_reset publicColin Walters2010-09-162-1/+2
* function.c: Quiet some compiler warningsColin Walters2010-09-161-5/+2
* byteArray: Fix incorrect use of %u for gsize formatColin Walters2010-09-161-2/+2
* Fix two prototype compilation warningsColin Walters2010-09-163-2/+6
* headers: Require single include, don't warn for internal usesColin Walters2010-09-169-11/+18
* build+systemtap: Distribute tapset tooColin Walters2010-09-152-3/+3
* configure: Post-release version bumpColin Walters2010-09-151-1/+1
* configure: Release 0.7.2.GJS_0_7_2Colin Walters2010-09-151-1/+1
* build: Don't attempt to dist sources copied from g-iColin Walters2010-09-151-2/+2
* build+systemtap: Dist gi/gjs_gi_probes.dColin Walters2010-09-151-0/+1
* Fix unitialized return valueOwen W. Taylor2010-09-151-0/+1
* Adjust to change in the indexing of destroy/closure parametersOwen W. Taylor2010-09-071-4/+0
* arg.c: Fix compiler warningColin Walters2010-09-011-4/+4
* configure: Check for JS_DefinePropertyByIdColin Walters2010-09-011-0/+3
* configure: Bump required g-i version to 0.9.5Colin Walters2010-08-311-1/+1
* Port to new gobject-introspection testsColin Walters2010-08-315-4/+46
* byteArray: Fix 64 bit issuesColin Walters2010-08-311-6/+12
* [gjs-dbus] Rename internal method and make it publicJohan Dahlin2010-08-192-9/+15
* gjs-console: explicitely link against glibDiego Escalante Urrelo2010-08-111-0/+1
* [configure] Require g-i 0.9.3Johan Dahlin2010-08-071-1/+1
* Adjust for g-i change to remove machine-independent type tagsColin Walters2010-07-093-125/+27
* [gjs] Add a byteArray module.Johan Dahlin2010-06-2311-3/+1265
* [importer] Allow native modules in gjs.soJohan Dahlin2010-06-232-25/+50
* [value] Do not use G_TYPE_ARRAY as wellJohan Dahlin2010-06-221-1/+3
* [value] Add workaround to avoid glib 2.22 depJohan Dahlin2010-06-221-2/+12
* [arg] Add JSRoot to gjs_array_from_strv()Danielle Madeley2010-06-221-0/+3
* Merge branch 'strv-621960'Danielle Madeley2010-06-224-20/+65
|\
| * Throw a better warning for GValues containing container typesDanielle Madeley2010-06-221-0/+7
| * Add test to testEverythingBasicDanielle Madeley2010-06-221-0/+9
| * Handle GValues of type G_TYPE_STRVDanielle Madeley2010-06-181-0/+7
| * Add gjs_array_from_strv(), convert gjs_value_from_g_argument() to use itDanielle Madeley2010-06-182-20/+42
* | [GIMarshallingTest] Disable a few testsJohan Dahlin2010-06-211-6/+9
* | [gdb-check] Add a script for easier useJohan Dahlin2010-06-212-1/+6
|/
* [gi] don't redefine special methods on every prototype; use inheritanceDan Winship2010-06-171-2/+2