Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/0a3a40c23eeb22a4ec6e4...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/0a3a40c23eeb22a4ec6e463...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/0a3a40c23eeb22a4ec6e463ca...
The branch, master has been updated
via 0a3a40c23eeb22a4ec6e463ca2287df9e337f8ff (commit)
from 3d12bfe595e930ecef231884b1f192306373358b (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=0a3a40c23eeb22a4ec6...
commit 0a3a40c23eeb22a4ec6e463ca2287df9e337f8ff
Author: Michael Drake <tlsa(a)netsurf-browser.org>
Commit: Michael Drake <tlsa(a)netsurf-browser.org>
Box construction: Don't handle IMAGE specially.
diff --git a/content/handlers/html/box_construct.c
b/content/handlers/html/box_construct.c
index 5e5d90d..e7ac811 100644
--- a/content/handlers/html/box_construct.c
+++ b/content/handlers/html/box_construct.c
@@ -144,7 +144,6 @@ static const struct element_entry element_table[] = {
{"embed", box_embed},
{"frameset", box_frameset},
{"iframe", box_iframe},
- {"image", box_image},
{"img", box_image},
{"input", box_input},
{"noscript", box_noscript},
-----------------------------------------------------------------------
Summary of changes:
content/handlers/html/box_construct.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/content/handlers/html/box_construct.c
b/content/handlers/html/box_construct.c
index 5e5d90d..e7ac811 100644
--- a/content/handlers/html/box_construct.c
+++ b/content/handlers/html/box_construct.c
@@ -144,7 +144,6 @@ static const struct element_entry element_table[] = {
{"embed", box_embed},
{"frameset", box_frameset},
{"iframe", box_iframe},
- {"image", box_image},
{"img", box_image},
{"input", box_input},
{"noscript", box_noscript},
--
NetSurf Browser