[gjs] Remove "debugger" module
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] Remove "debugger" module
- Date: Mon, 20 Sep 2010 16:19:19 +0000 (UTC)
commit f4f2e917ae9b8ff986291aa0bfbad4792b508a39
Author: Colin Walters <walters verbum org>
Date: Mon Sep 20 12:11:21 2010 -0400
Remove "debugger" module
Exposing the error hook to JS was a cute hack, but the way it's
implemented is problematic; see
https://bugzilla.gnome.org/show_bug.cgi?id=630179
Makefile-modules.am | 14 +-----
modules/debugger.c | 138 -----------------------------------------------
modules/debugger.h | 39 -------------
test/js/testDebugger.js | 43 ---------------
4 files changed, 1 insertions(+), 233 deletions(-)
---
diff --git a/Makefile-modules.am b/Makefile-modules.am
index c43b2d8..30b19c6 100644
--- a/Makefile-modules.am
+++ b/Makefile-modules.am
@@ -12,7 +12,7 @@ dist_gjsjs_DATA += \
modules/dbus.js \
modules/promise.js
-gjsnative_LTLIBRARIES += console.la debugger.la gi.la langNative.la mainloop.la gettextNative.la dbusNative.la cairoNative.la
+gjsnative_LTLIBRARIES += console.la gi.la langNative.la mainloop.la gettextNative.la dbusNative.la cairoNative.la
JS_NATIVE_MODULE_CFLAGS = \
$(AM_CFLAGS) \
@@ -116,18 +116,6 @@ console_la_SOURCES = \
modules/console.h \
modules/console.c
-debugger_la_CFLAGS = \
- $(JS_NATIVE_MODULE_CFLAGS)
-debugger_la_LIBADD = \
- libgjs-gi.la \
- $(JS_NATIVE_MODULE_LIBADD)
-debugger_la_LDFLAGS = \
- $(JS_NATIVE_MODULE_LDFLAGS)
-
-debugger_la_SOURCES = \
- modules/debugger.h \
- modules/debugger.c
-
dbusNative_la_SOURCES = \
modules/dbus-exports.h \
modules/dbus-values.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]