summaryrefslogtreecommitdiff
path: root/modules/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* Trace signal closures from the object instead of the context keep-aliveGiovanni Campagna2012-06-201-6/+7
* Fix various memory leaksJasper St. Pierre2012-05-251-1/+1
* Remove JSFUN_FAST_NATIVEJasper St. Pierre2011-11-281-17/+17
* Remove All Rights Reserved. for code originating from LitlJohan Dahlin2011-07-251-1/+1
* Quiet a bunch of set-but-unused variable warningsColin Walters2011-03-101-4/+0
* dbus: fix memory leak in DBus.bus.acquire_nameGJS_0_7_11Tommi Komulainen2011-02-221-0/+2
* Fix mis-paired calls to JS_AddRoot/JS_RemoveRootOwen W. Taylor2010-12-101-0/+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-021-65/+126
* xulrunner2: Get rid of gjs_string_get_asciiMarc-Antoine Perennou2010-12-011-15/+15
* Port more custom functions to be "fast" nativesGJS_0_7_7Colin Walters2010-11-121-76/+82
* Separate "basic" API from "embedder/module" APIColin Walters2010-10-211-2/+2
* Use separate SetPrototype() and SetParent callsColin Walters2010-09-301-1/+8
* Replace call context with a concept of "current context"Owen W. Taylor2010-09-301-6/+18
* xulrunner 1.9.3: Fix assumption that jsid == jsvalColin Walters2010-09-301-3/+4
* xulrunner 1.9.3: Use JS_AddValueRoot if availableColin Walters2010-09-301-18/+18
* xulrunner 1.9.3: Consistently include compat.hColin Walters2010-09-301-0/+1
* dbus: Restore the previous behavior of returning undefinedJohan Bilien2010-09-171-1/+4
* Fix two prototype compilation warningsColin Walters2010-09-161-1/+1
* dbus: Replace the set_current_message with push/popJohan Bilien2010-05-041-15/+26
* add JS_BeginRequest/JS_EndRequest calls throughout the codebase.Havoc Pennington2010-05-011-0/+21
* Delete some trailing whitespaceGJS_0_5Colin Walters2010-02-081-5/+5
* [dbus] Add getCurrentMessageContext, remove old _dbus_senderColin Walters2010-02-081-5/+88
* when dbus_connection_send_with_reply() fails, print connection and pending ca...Havoc Pennington2009-09-031-2/+4
* Bug 585386: Add a flush() method to DBus bus object.C. Scott Ananian2009-06-111-0/+38
* Bug 584858: Move gjsdbus to gjs-dbus to match installed location.C. Scott Ananian2009-06-041-1/+1
* Bug 584858: Fix errors (and leftover debugging) from dbus merge.C. Scott Ananian2009-06-041-2/+0
* Bug 580948 - Add DBus supportColin Walters2009-05-271-0/+1684