Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/6c441fd4b1a8d9be2a84b4ea9ba2a4e90857be3e
...commit
http://git.netsurf-browser.org/netsurf.git/commit/6c441fd4b1a8d9be2a84b4ea9ba2a4e90857be3e
...tree
http://git.netsurf-browser.org/netsurf.git/tree/6c441fd4b1a8d9be2a84b4ea9ba2a4e90857be3e
The branch, master has been updated
via 6c441fd4b1a8d9be2a84b4ea9ba2a4e90857be3e (commit)
via 7a5b50be940de2d6156e756482a2297014fb620b (commit)
from 9d77dc83bdd86f3a46ff00102a43c46718dac00b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=6c441fd4b1a8d9be2a84b4ea9ba2a4e90857be3e
commit 6c441fd4b1a8d9be2a84b4ea9ba2a4e90857be3e
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
remove unecessary include of depricated tree interface from beos
diff --git a/frontends/beos/cookies.cpp b/frontends/beos/cookies.cpp
index 66cf8bb..91a9beb 100644
--- a/frontends/beos/cookies.cpp
+++ b/frontends/beos/cookies.cpp
@@ -27,7 +27,6 @@ extern "C" {
#include "netsurf/cookie_db.h"
#include "netsurf/keypress.h"
#include "desktop/cookie_manager.h"
-#include "desktop/tree.h"
}
#include "beos/cookies.h"
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=7a5b50be940de2d6156e756482a2297014fb620b
commit 7a5b50be940de2d6156e756482a2297014fb620b
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
move test script into utils
diff --git a/test-netsurf b/test-netsurf
deleted file mode 100755
index 90c7e12..0000000
--- a/test-netsurf
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-# This file is part of NetSurf, http://netsurf-browser.org/
-# Licensed under the GNU General Public License,
-# http://www.opensource.org/licenses/gpl-license
-# Copyright 2007 Rob Kendrick <[email protected]>
-#
-# This launcher script is meant only for running nsgtk from inside the
-# build tree, with some debugging enabled. It is not meant for day-to-day
-# or packaged use!
-
-if [ -d ~/.netsurf ]; then
- LOG=~/.netsurf/log.txt
-elif [ -d /tmp ]; then
- LOG=/tmp/netsurf-log.txt
-else
- LOG=netsurf-log.txt
-fi
-
-echo $0: using $LOG as logfile
-
-ulimit -c unlimited
-
-if [ "x$1" = "x--gdb" ]; then
- GDB="gdb --args"
- echo
- echo
- echo "**********************************************************"
- echo "Remember to type 'run' and press ENTER once gdb has loaded"
- echo "**********************************************************"
- echo
- echo
- shift
-fi
-
-exec $GDB $PREFIX/bin/netsurf -v "$@" 2>&1 | tee $LOG
diff --git a/utils/test-netsurf b/utils/test-netsurf
new file mode 100755
index 0000000..90c7e12
--- /dev/null
+++ b/utils/test-netsurf
@@ -0,0 +1,35 @@
+#!/bin/sh
+# This file is part of NetSurf, http://netsurf-browser.org/
+# Licensed under the GNU General Public License,
+# http://www.opensource.org/licenses/gpl-license
+# Copyright 2007 Rob Kendrick <[email protected]>
+#
+# This launcher script is meant only for running nsgtk from inside the
+# build tree, with some debugging enabled. It is not meant for day-to-day
+# or packaged use!
+
+if [ -d ~/.netsurf ]; then
+ LOG=~/.netsurf/log.txt
+elif [ -d /tmp ]; then
+ LOG=/tmp/netsurf-log.txt
+else
+ LOG=netsurf-log.txt
+fi
+
+echo $0: using $LOG as logfile
+
+ulimit -c unlimited
+
+if [ "x$1" = "x--gdb" ]; then
+ GDB="gdb --args"
+ echo
+ echo
+ echo "**********************************************************"
+ echo "Remember to type 'run' and press ENTER once gdb has loaded"
+ echo "**********************************************************"
+ echo
+ echo
+ shift
+fi
+
+exec $GDB $PREFIX/bin/netsurf -v "$@" 2>&1 | tee $LOG
-----------------------------------------------------------------------
Summary of changes:
frontends/beos/cookies.cpp | 1 -
test-netsurf => utils/test-netsurf | 0
2 files changed, 1 deletion(-)
rename test-netsurf => utils/test-netsurf (100%)
diff --git a/frontends/beos/cookies.cpp b/frontends/beos/cookies.cpp
index 66cf8bb..91a9beb 100644
--- a/frontends/beos/cookies.cpp
+++ b/frontends/beos/cookies.cpp
@@ -27,7 +27,6 @@ extern "C" {
#include "netsurf/cookie_db.h"
#include "netsurf/keypress.h"
#include "desktop/cookie_manager.h"
-#include "desktop/tree.h"
}
#include "beos/cookies.h"
diff --git a/test-netsurf b/utils/test-netsurf
similarity index 100%
rename from test-netsurf
rename to utils/test-netsurf
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org