summaryrefslogtreecommitdiff
path: root/gi
Commit message (Expand)AuthorAgeFilesLines
* xulrunner 1.9.3: Remove callers of JS_NewDoubleValueColin Walters2010-09-231-2/+2
* closure: Add missing JS_EndRequest in error pathColin Walters2010-09-231-1/+2
* value.c: Make non-public constructor function staticColin Walters2010-09-161-1/+1
* function.c: Quiet some compiler warningsColin Walters2010-09-161-5/+2
* 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
* Adjust for g-i change to remove machine-independent type tagsColin Walters2010-07-092-118/+24
* [gjs] Add a byteArray module.Johan Dahlin2010-06-231-3/+46
* [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
* Throw a better warning for GValues containing container typesDanielle Madeley2010-06-221-0/+7
* 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
* [gi] don't redefine special methods on every prototype; use inheritanceDan Winship2010-06-171-2/+2
* Add support for dtrace/SystemTapColin Walters2010-05-283-0/+58
* Add support for GArray to gjs_value_to_g_argumentDanielle Madeley2010-05-271-2/+76
* Add support for GArray to gjs_value_from_g_argumentDanielle Madeley2010-05-271-2/+170
* Initialize return value when a callback throwsOwen W. Taylor2010-05-133-2/+145
* Log errors that occur in callbacksOwen W. Taylor2010-05-131-2/+7
* Skip user_data arguments in gjs_callback_closureOwen W. Taylor2010-05-101-11/+11
* Fix callbacks with scope=call that call the callback multiple timesOwen W. Taylor2010-05-101-1/+6
* Handle destroy callbacks of type other than GDestroyNotifyOwen W. Taylor2010-05-071-2/+1
* add JS_BeginRequest/JS_EndRequest calls throughout the codebase.Havoc Pennington2010-05-016-8/+83
* fix indentation, tabs, and trailing whitespaceHavoc Pennington2010-04-303-31/+31
* [arg] Allow unregistered flag argumentsJohan Dahlin2010-04-201-8/+0
* [function.c] Free cached invoker data, also free in _uncachedColin Walters2010-04-151-3/+16
* Massively clean up callback invocationColin Walters2010-04-151-328/+240
* [function.c] Rename variables for clarity (no functional changes)Colin Walters2010-04-091-32/+32
* Fix ffi_closure usageDan Winship2010-04-071-18/+16
* [gi] Add support for foreign structsJohan Dahlin2010-03-254-3/+288
* remove incorrect asserts in function.cMaxim Ermilov2010-03-181-3/+0
* Remove user_data arguments for callbacksFlorian Müllner2010-03-181-17/+27
* support build with mozilla-js that compiled with --disable-threadsafe --enabl...Maxim Ermilov2010-03-175-14/+15
* gi: assert all arguments were released after invoking the functionTommi Komulainen2010-03-021-1/+13
* gi: assert all arguments are processed prior to invoking the functionTommi Komulainen2010-03-021-1/+3
* gi: assert we don't access argv out of boundsTommi Komulainen2010-03-021-1/+7
* gi: make it more clear only processed_in_args are being releasedTommi Komulainen2010-03-021-3/+2
* gi: calculate out_arg_cvalues length correctlyTommi Komulainen2010-03-021-5/+8
* gi: assert we don't access argument arrays out of boundsTommi Komulainen2010-03-021-4/+25
* gi: do not collect user_data argument(s) for callbacks when not passedTommi Komulainen2010-03-021-3/+4
* gi: assert gjs_callback_from_arguments doesn't access argv out of boundsTommi Komulainen2010-03-021-1/+6
* gi: make sure to release correct argumentsTommi Komulainen2010-03-021-1/+2
* gi: Do not increment argument counter for OUT argumentsJohan Bilien2010-03-011-1/+2
* Optimize function invocation, fix allocation cleanupColin Walters2010-02-175-240/+297
* gjs_define_object_class(): generate correct object hierarchyMaxim Ermilov2010-01-273-125/+88
* Allow null/undefined to be passed in to callbacksJohan Dahlin2009-12-031-0/+5
* Rename the ffi closure function namesJohan Dahlin2009-12-021-13/+19
* Fix a bunch of compiler warningsJohan Dahlin2009-12-021-28/+26