Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/c25eb6b7e7a08d7e2aaf33994c2c24053cf47b82
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/c25eb6b7e7a08d7e2aaf33994c2c24053cf47b82
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/c25eb6b7e7a08d7e2aaf33994c2c24053cf47b82

The branch, master has been updated
       via  c25eb6b7e7a08d7e2aaf33994c2c24053cf47b82 (commit)
       via  cab33679f828a9113d2ef8d05cad9d3f5c783e67 (commit)
      from  3224d7121aff91ab8d888831dc493ef621e3dd39 (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=c25eb6b7e7a08d7e2aaf33994c2c24053cf47b82
commit c25eb6b7e7a08d7e2aaf33994c2c24053cf47b82
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fixup cocoa imports for moved image content handlers

diff --git a/frontends/cocoa/bitmap.m b/frontends/cocoa/bitmap.m
index 6e263a1..5905eeb 100644
--- a/frontends/cocoa/bitmap.m
+++ b/frontends/cocoa/bitmap.m
@@ -25,7 +25,7 @@
 
 #import "desktop/browser.h"
 #import "desktop/plotters.h"
-#import "image/bitmap.h"
+#import "content/handlers/image/bitmap.h"
 #import "content/urldb.h"
 #import "content/content.h"
 
diff --git a/frontends/cocoa/gui.m b/frontends/cocoa/gui.m
index a634f6a..c24357d 100644
--- a/frontends/cocoa/gui.m
+++ b/frontends/cocoa/gui.m
@@ -26,7 +26,7 @@
 #import "desktop/gui_misc.h"
 #import "desktop/browser.h"
 #import "desktop/textinput.h"
-#import "image/ico.h"
+#import "content/handlers/image/ico.h"
 #import "content/fetchers/resource.h"
 #import "content/hlcache.h"
 #import "content/content.h"


commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=cab33679f828a9113d2ef8d05cad9d3f5c783e67
commit cab33679f828a9113d2ef8d05cad9d3f5c783e67
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    update doxygen to accomodate image content handler relocation

diff --git a/Docs/Doxyfile b/Docs/Doxyfile
index 15ca480..5b8b253 100644
--- a/Docs/Doxyfile
+++ b/Docs/Doxyfile
@@ -677,11 +677,11 @@ INPUT                  = frontends/amiga \
                          desktop \
                          content \
                          content/fetchers \
+                         content/handlers/image \
                          javascript \
                          javascript/jsapi \
                          utils \
                          utils/http \
-                        image \
                         Docs/UnimplementedJavascript.txt
 
 # This tag can be used to specify the character encoding of the source files


-----------------------------------------------------------------------

Summary of changes:
 Docs/Doxyfile            |    2 +-
 frontends/cocoa/bitmap.m |    2 +-
 frontends/cocoa/gui.m    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Docs/Doxyfile b/Docs/Doxyfile
index 15ca480..5b8b253 100644
--- a/Docs/Doxyfile
+++ b/Docs/Doxyfile
@@ -677,11 +677,11 @@ INPUT                  = frontends/amiga \
                          desktop \
                          content \
                          content/fetchers \
+                         content/handlers/image \
                          javascript \
                          javascript/jsapi \
                          utils \
                          utils/http \
-                        image \
                         Docs/UnimplementedJavascript.txt
 
 # This tag can be used to specify the character encoding of the source files
diff --git a/frontends/cocoa/bitmap.m b/frontends/cocoa/bitmap.m
index 6e263a1..5905eeb 100644
--- a/frontends/cocoa/bitmap.m
+++ b/frontends/cocoa/bitmap.m
@@ -25,7 +25,7 @@
 
 #import "desktop/browser.h"
 #import "desktop/plotters.h"
-#import "image/bitmap.h"
+#import "content/handlers/image/bitmap.h"
 #import "content/urldb.h"
 #import "content/content.h"
 
diff --git a/frontends/cocoa/gui.m b/frontends/cocoa/gui.m
index a634f6a..c24357d 100644
--- a/frontends/cocoa/gui.m
+++ b/frontends/cocoa/gui.m
@@ -26,7 +26,7 @@
 #import "desktop/gui_misc.h"
 #import "desktop/browser.h"
 #import "desktop/textinput.h"
-#import "image/ico.h"
+#import "content/handlers/image/ico.h"
 #import "content/fetchers/resource.h"
 #import "content/hlcache.h"
 #import "content/content.h"


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to