Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/402ad02ff58d5e755e4ce...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/402ad02ff58d5e755e4cee6...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/402ad02ff58d5e755e4cee60b...
The branch, master has been updated
via 402ad02ff58d5e755e4cee60bd65e29745d5295a (commit)
from 82bb483964df8f7d04d2131ba3304dc23bb45b5a (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=402ad02ff58d5e755e4...
commit 402ad02ff58d5e755e4cee60bd65e29745d5295a
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
remove unecessary use of gui_internal in content
diff --git a/content/handlers/html/box_textarea.c b/content/handlers/html/box_textarea.c
index b3e3c36..d086600 100644
--- a/content/handlers/html/box_textarea.c
+++ b/content/handlers/html/box_textarea.c
@@ -30,7 +30,6 @@
#include "netsurf/keypress.h"
#include "netsurf/misc.h"
#include "desktop/textarea.h"
-#include "desktop/gui_internal.h"
#include "html/private.h"
#include "html/interaction.h"
diff --git a/content/handlers/html/dom_event.c b/content/handlers/html/dom_event.c
index 71ef138..36a020b 100644
--- a/content/handlers/html/dom_event.c
+++ b/content/handlers/html/dom_event.c
@@ -34,8 +34,6 @@
#include "content/content.h"
#include "javascript/js.h"
-#include "desktop/gui_internal.h"
-#include "desktop/gui_table.h"
#include "netsurf/bitmap.h"
#include "html/private.h"
diff --git a/content/handlers/html/form.c b/content/handlers/html/form.c
index 624240d..01e6244 100644
--- a/content/handlers/html/form.c
+++ b/content/handlers/html/form.c
@@ -50,7 +50,6 @@
#include "desktop/knockout.h"
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"
-#include "desktop/gui_internal.h"
#include "html/html.h"
#include "html/private.h"
diff --git a/content/urldb.c b/content/urldb.c
index d93cc58..74d0b7d 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -111,7 +111,6 @@
#include "utils/http.h"
#include "netsurf/bitmap.h"
#include "desktop/cookie_manager.h"
-#include "desktop/gui_internal.h"
#include "content/content.h"
#include "content/urldb.h"
-----------------------------------------------------------------------
Summary of changes:
content/handlers/html/box_textarea.c | 1 -
content/handlers/html/dom_event.c | 2 --
content/handlers/html/form.c | 1 -
content/urldb.c | 1 -
4 files changed, 5 deletions(-)
diff --git a/content/handlers/html/box_textarea.c b/content/handlers/html/box_textarea.c
index b3e3c36..d086600 100644
--- a/content/handlers/html/box_textarea.c
+++ b/content/handlers/html/box_textarea.c
@@ -30,7 +30,6 @@
#include "netsurf/keypress.h"
#include "netsurf/misc.h"
#include "desktop/textarea.h"
-#include "desktop/gui_internal.h"
#include "html/private.h"
#include "html/interaction.h"
diff --git a/content/handlers/html/dom_event.c b/content/handlers/html/dom_event.c
index 71ef138..36a020b 100644
--- a/content/handlers/html/dom_event.c
+++ b/content/handlers/html/dom_event.c
@@ -34,8 +34,6 @@
#include "content/content.h"
#include "javascript/js.h"
-#include "desktop/gui_internal.h"
-#include "desktop/gui_table.h"
#include "netsurf/bitmap.h"
#include "html/private.h"
diff --git a/content/handlers/html/form.c b/content/handlers/html/form.c
index 624240d..01e6244 100644
--- a/content/handlers/html/form.c
+++ b/content/handlers/html/form.c
@@ -50,7 +50,6 @@
#include "desktop/knockout.h"
#include "desktop/scrollbar.h"
#include "desktop/textarea.h"
-#include "desktop/gui_internal.h"
#include "html/html.h"
#include "html/private.h"
diff --git a/content/urldb.c b/content/urldb.c
index d93cc58..74d0b7d 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -111,7 +111,6 @@
#include "utils/http.h"
#include "netsurf/bitmap.h"
#include "desktop/cookie_manager.h"
-#include "desktop/gui_internal.h"
#include "content/content.h"
#include "content/urldb.h"
--
NetSurf Browser