netsurf-all: branch master updated. release/3.9-7-g5815f4e
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf-all.git/shortlog/5815f4e272b73d991...
...commit http://git.netsurf-browser.org/netsurf-all.git/commit/5815f4e272b73d9919b...
...tree http://git.netsurf-browser.org/netsurf-all.git/tree/5815f4e272b73d9919b40...
The branch, master has been updated
via 5815f4e272b73d9919b40b2a7ce88b5d7eb08dd4 (commit)
via 6cb389b392f19e3fe4013d833d687afcb2c39430 (commit)
via faf12880c041fcf7f8128804c92b28eb8dcb5685 (commit)
from bf2cfeba392e58989c5e59a3a0a883cb05943e57 (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-all.git/commit/?id=5815f4e272b73d9...
commit 5815f4e272b73d9919b40b2a7ce88b5d7eb08dd4
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Update component version to 3.10 for release
Signed-off-by: Vincent Sanders <vince(a)kyllikki.org>
diff --git a/Makefile b/Makefile
index 3559a29..877328b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# Component settings
COMPONENT := netsurf-all
-COMPONENT_VERSION := 3.9
+COMPONENT_VERSION := 3.10
# Targets
commitdiff http://git.netsurf-browser.org/netsurf-all.git/commit/?id=6cb389b392f19e3...
commit 6cb389b392f19e3fe4013d833d687afcb2c39430
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
update changelog with 3.10 release versions
diff --git a/ChangeLog.md b/ChangeLog.md
index eca232e..ea2306d 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -7,6 +7,11 @@ NetSurf 3.10
### Core / All platforms
+* Improved handling of NetSurf generated queries and errors, including:
+ - Timeouts.
+ - Authentication requests.
+ - Certificate problems.
+* Created consistent visual style for NetSurf Core generated content.
* HTML layout fix for {min|max}-width on replaced elements.
* Improved keyboard navigation.
* Improved local history with keyboard navigation and improved display.
@@ -25,15 +30,10 @@ NetSurf 3.10
* Improved handling of aborted fetches.
* Improved integration testing with framework built around monkey front end.
* Improvements to monkey front end to make testing more extensive and reliable.
-* Improved handling of NetSurf generated queries and errors, including:
- - Timeouts.
- - Authentication requests.
- - Certificate problems.
* Minor HTML form improvements.
* Minor HTML handler optimisations.
* Fixes to HTML handler for robustness.
* Refactoring generation of about: pages.
-* Created consistent visual style for NetSurf Core generated content.
* Fixed save complete not to save multiple copies of the same files.
* Change how animated GIFs are rate-limited to be in line with other browsers.
* Added a page info core window.
@@ -49,7 +49,7 @@ NetSurf 3.10
- Fixed a problem in the parsing of invalid media blocks.
- Minor code quality improvements.
-* LibDOM library 0.5.0 (Document Object Model):
+* LibDOM library 0.4.1 (Document Object Model):
- Improved HTML TextArea element handling.
- Fix SubtreeModified event to be fired after updating attribute values.
- Support finalising the namespace strings.
@@ -64,51 +64,51 @@ NetSurf 3.10
* LibNSBMP library 0.1.6 (BMP support):
- Minor code quality improvements.
-* LibNSLog library 0.1.2 (Filterable logging):
+* LibNSLog library 0.1.3 (Filterable logging):
- Added support for short log level names.
-* LibWapcaplet library 0.5.0 (String internment):
+* LibWapcaplet library 0.4.3 (String internment):
- Free global context if no strings leak.
- Enabled build with toolchains that don't support statement expressions.
### RISC OS-specific
+* Added Page Info url bar icon and window.
* Updated to improved core content scaling interface.
* Add support for scrolling core windows in response to core requests.
* Removed login window because it's now handled by the core.
-* Added Page Info url bar icon and window.
* Fixed use after free in dialog handling.
* Fixed cookie window re-opening bug.
### GTK-specific
+* Huge reworking of the browser interface to be more modern.
+ - Particularly toolbar and menu code.
+* Default buildsystem target changed from gtk2 to gtk3.
+* Added Page Info icon.
* Use Curl's default path for the ca-bundle.
* Updated to improved core content scaling interface.
* Run scheduler before fetching file descriptor set.
* Add support for scrolling core windows in response to core requests.
* Removed login window because it's now handled by the core.
* Moved favicon from URL entry widget to tab.
-* Huge reworking of the browser interface to be more modern.
- - Particularly toolbar and menu code.
* Improved cursor focus handling.
-* Default buildsystem target changed from gtk2 to gtk3.
-* Added Page Info icon.
### AmigaOS-specific
+* Added Page Info icon and window.
* Updated to improved core content scaling interface.
* Add support for scrolling core windows in response to core requests.
* Allow running JavaScript from ARexx.
* Removed login window because it's now handled by the core.
-* Added Page Info icon and window.
### Windows-specific
+* Added Page Info icon.
+* Improved Unicode handling.
* Add support for scrolling core windows in response to core requests.
* Removed login window because it's now handled by the core.
-* Improved Unicode handling.
* Improved command line handling.
-* Added Page Info icon.
* Improved error reporting.
### Haiku-specific
@@ -126,7 +126,7 @@ NetSurf 3.10
* Added some glyphs to the internal font.
* Can now enumerate available backend surfaces.
-* LibNSFB library 0.1.5 (NetSurf Framebuffer):
+* LibNSFB library 0.2.2 (NetSurf Framebuffer):
- Optimisation to pixel/colour conversion.
- Added backend surface enumerator.
- Minor code quality improvements.
commitdiff http://git.netsurf-browser.org/netsurf-all.git/commit/?id=faf12880c041fcf...
commit faf12880c041fcf7f8128804c92b28eb8dcb5685
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Update submodules for 3.10 release
diff --git a/buildsystem b/buildsystem
index 2e3a468..979e55b 160000
--- a/buildsystem
+++ b/buildsystem
@@ -1 +1 @@
-Subproject commit 2e3a468d5453109114e06940deed58a0025b2baf
+Subproject commit 979e55b96705666334d3f00aebad30f49b11d677
diff --git a/libcss b/libcss
index ba1d799..385769d 160000
--- a/libcss
+++ b/libcss
@@ -1 +1 @@
-Subproject commit ba1d79992750773e3decdf485b40b283d81837a9
+Subproject commit 385769d6554d2d3a9c2c35a04cf5dde706cefb6b
diff --git a/libdom b/libdom
index 3939dbe..93b8a9b 160000
--- a/libdom
+++ b/libdom
@@ -1 +1 @@
-Subproject commit 3939dbe39d2bd7ef4d34757b3162ac54597d9fba
+Subproject commit 93b8a9bba18fc3166dd158484188b1730afdd382
diff --git a/libhubbub b/libhubbub
index 050c36d..41b3e0e 160000
--- a/libhubbub
+++ b/libhubbub
@@ -1 +1 @@
-Subproject commit 050c36d483378d52cd8330fd0dcf3dfd4119ec78
+Subproject commit 41b3e0e617cfce96de85d4d031c4d131e3dc4cf4
diff --git a/libnsbmp b/libnsbmp
index b35d554..3155a7e 160000
--- a/libnsbmp
+++ b/libnsbmp
@@ -1 +1 @@
-Subproject commit b35d554a2d6fb4bd184a8e2364bdf28338236b8d
+Subproject commit 3155a7e9db2d7d7c2349a12bc892fa9ff68c2338
diff --git a/libnsfb b/libnsfb
index ffc7d20..d5b4c96 160000
--- a/libnsfb
+++ b/libnsfb
@@ -1 +1 @@
-Subproject commit ffc7d20558295fea7a9d48352087822575968a0f
+Subproject commit d5b4c96268df11437957c288f95490f011db9335
diff --git a/libnslog b/libnslog
index 9acac7f..5198cc5 160000
--- a/libnslog
+++ b/libnslog
@@ -1 +1 @@
-Subproject commit 9acac7f9f15def92c1d10cc1a6c1ea258a1b6ca1
+Subproject commit 5198cc541ec818a5aca29b1e4771714b72854ae6
diff --git a/libnspsl b/libnspsl
index e41d7b3..1867e1e 160000
--- a/libnspsl
+++ b/libnspsl
@@ -1 +1 @@
-Subproject commit e41d7b3c868309e0704e01e841cc80da72dd8157
+Subproject commit 1867e1ec995c84aca6f1159a6e04099c2cf215b6
diff --git a/libnsutils b/libnsutils
index ae5a965..142a794 160000
--- a/libnsutils
+++ b/libnsutils
@@ -1 +1 @@
-Subproject commit ae5a9650cd01eb096e3c896a0cc467d47269f45d
+Subproject commit 142a7945fb9fe477324f8df5e9645ef161042483
diff --git a/libwapcaplet b/libwapcaplet
index 130c1de..b5e42b1 160000
--- a/libwapcaplet
+++ b/libwapcaplet
@@ -1 +1 @@
-Subproject commit 130c1dec2842b5a7f1256816b58ea4d41726c950
+Subproject commit b5e42b12211a92339b0b62cb90f1a86a397e146e
diff --git a/netsurf b/netsurf
index 1fe63cd..7f27022 160000
--- a/netsurf
+++ b/netsurf
@@ -1 +1 @@
-Subproject commit 1fe63cd67775bb08ff452e3e1b42abeec22e989e
+Subproject commit 7f2702294f83dc81080fc651272749a4ccd62daf
diff --git a/nsgenbind b/nsgenbind
index 81198cd..de59070 160000
--- a/nsgenbind
+++ b/nsgenbind
@@ -1 +1 @@
-Subproject commit 81198cd635beb60913d26878ce51c48e9d73c624
+Subproject commit de5907061aead26aeef95d998a02ea7b00d4242d
-----------------------------------------------------------------------
Summary of changes:
ChangeLog.md | 34 +++++++++++++++++-----------------
Makefile | 2 +-
buildsystem | 2 +-
libcss | 2 +-
libdom | 2 +-
libhubbub | 2 +-
libnsbmp | 2 +-
libnsfb | 2 +-
libnslog | 2 +-
libnspsl | 2 +-
libnsutils | 2 +-
libwapcaplet | 2 +-
netsurf | 2 +-
nsgenbind | 2 +-
14 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index eca232e..ea2306d 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -7,6 +7,11 @@ NetSurf 3.10
### Core / All platforms
+* Improved handling of NetSurf generated queries and errors, including:
+ - Timeouts.
+ - Authentication requests.
+ - Certificate problems.
+* Created consistent visual style for NetSurf Core generated content.
* HTML layout fix for {min|max}-width on replaced elements.
* Improved keyboard navigation.
* Improved local history with keyboard navigation and improved display.
@@ -25,15 +30,10 @@ NetSurf 3.10
* Improved handling of aborted fetches.
* Improved integration testing with framework built around monkey front end.
* Improvements to monkey front end to make testing more extensive and reliable.
-* Improved handling of NetSurf generated queries and errors, including:
- - Timeouts.
- - Authentication requests.
- - Certificate problems.
* Minor HTML form improvements.
* Minor HTML handler optimisations.
* Fixes to HTML handler for robustness.
* Refactoring generation of about: pages.
-* Created consistent visual style for NetSurf Core generated content.
* Fixed save complete not to save multiple copies of the same files.
* Change how animated GIFs are rate-limited to be in line with other browsers.
* Added a page info core window.
@@ -49,7 +49,7 @@ NetSurf 3.10
- Fixed a problem in the parsing of invalid media blocks.
- Minor code quality improvements.
-* LibDOM library 0.5.0 (Document Object Model):
+* LibDOM library 0.4.1 (Document Object Model):
- Improved HTML TextArea element handling.
- Fix SubtreeModified event to be fired after updating attribute values.
- Support finalising the namespace strings.
@@ -64,51 +64,51 @@ NetSurf 3.10
* LibNSBMP library 0.1.6 (BMP support):
- Minor code quality improvements.
-* LibNSLog library 0.1.2 (Filterable logging):
+* LibNSLog library 0.1.3 (Filterable logging):
- Added support for short log level names.
-* LibWapcaplet library 0.5.0 (String internment):
+* LibWapcaplet library 0.4.3 (String internment):
- Free global context if no strings leak.
- Enabled build with toolchains that don't support statement expressions.
### RISC OS-specific
+* Added Page Info url bar icon and window.
* Updated to improved core content scaling interface.
* Add support for scrolling core windows in response to core requests.
* Removed login window because it's now handled by the core.
-* Added Page Info url bar icon and window.
* Fixed use after free in dialog handling.
* Fixed cookie window re-opening bug.
### GTK-specific
+* Huge reworking of the browser interface to be more modern.
+ - Particularly toolbar and menu code.
+* Default buildsystem target changed from gtk2 to gtk3.
+* Added Page Info icon.
* Use Curl's default path for the ca-bundle.
* Updated to improved core content scaling interface.
* Run scheduler before fetching file descriptor set.
* Add support for scrolling core windows in response to core requests.
* Removed login window because it's now handled by the core.
* Moved favicon from URL entry widget to tab.
-* Huge reworking of the browser interface to be more modern.
- - Particularly toolbar and menu code.
* Improved cursor focus handling.
-* Default buildsystem target changed from gtk2 to gtk3.
-* Added Page Info icon.
### AmigaOS-specific
+* Added Page Info icon and window.
* Updated to improved core content scaling interface.
* Add support for scrolling core windows in response to core requests.
* Allow running JavaScript from ARexx.
* Removed login window because it's now handled by the core.
-* Added Page Info icon and window.
### Windows-specific
+* Added Page Info icon.
+* Improved Unicode handling.
* Add support for scrolling core windows in response to core requests.
* Removed login window because it's now handled by the core.
-* Improved Unicode handling.
* Improved command line handling.
-* Added Page Info icon.
* Improved error reporting.
### Haiku-specific
@@ -126,7 +126,7 @@ NetSurf 3.10
* Added some glyphs to the internal font.
* Can now enumerate available backend surfaces.
-* LibNSFB library 0.1.5 (NetSurf Framebuffer):
+* LibNSFB library 0.2.2 (NetSurf Framebuffer):
- Optimisation to pixel/colour conversion.
- Added backend surface enumerator.
- Minor code quality improvements.
diff --git a/Makefile b/Makefile
index 3559a29..877328b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# Component settings
COMPONENT := netsurf-all
-COMPONENT_VERSION := 3.9
+COMPONENT_VERSION := 3.10
# Targets
diff --git a/buildsystem b/buildsystem
index 2e3a468..979e55b 160000
--- a/buildsystem
+++ b/buildsystem
@@ -1 +1 @@
-Subproject commit 2e3a468d5453109114e06940deed58a0025b2baf
+Subproject commit 979e55b96705666334d3f00aebad30f49b11d677
diff --git a/libcss b/libcss
index ba1d799..385769d 160000
--- a/libcss
+++ b/libcss
@@ -1 +1 @@
-Subproject commit ba1d79992750773e3decdf485b40b283d81837a9
+Subproject commit 385769d6554d2d3a9c2c35a04cf5dde706cefb6b
diff --git a/libdom b/libdom
index 3939dbe..93b8a9b 160000
--- a/libdom
+++ b/libdom
@@ -1 +1 @@
-Subproject commit 3939dbe39d2bd7ef4d34757b3162ac54597d9fba
+Subproject commit 93b8a9bba18fc3166dd158484188b1730afdd382
diff --git a/libhubbub b/libhubbub
index 050c36d..41b3e0e 160000
--- a/libhubbub
+++ b/libhubbub
@@ -1 +1 @@
-Subproject commit 050c36d483378d52cd8330fd0dcf3dfd4119ec78
+Subproject commit 41b3e0e617cfce96de85d4d031c4d131e3dc4cf4
diff --git a/libnsbmp b/libnsbmp
index b35d554..3155a7e 160000
--- a/libnsbmp
+++ b/libnsbmp
@@ -1 +1 @@
-Subproject commit b35d554a2d6fb4bd184a8e2364bdf28338236b8d
+Subproject commit 3155a7e9db2d7d7c2349a12bc892fa9ff68c2338
diff --git a/libnsfb b/libnsfb
index ffc7d20..d5b4c96 160000
--- a/libnsfb
+++ b/libnsfb
@@ -1 +1 @@
-Subproject commit ffc7d20558295fea7a9d48352087822575968a0f
+Subproject commit d5b4c96268df11437957c288f95490f011db9335
diff --git a/libnslog b/libnslog
index 9acac7f..5198cc5 160000
--- a/libnslog
+++ b/libnslog
@@ -1 +1 @@
-Subproject commit 9acac7f9f15def92c1d10cc1a6c1ea258a1b6ca1
+Subproject commit 5198cc541ec818a5aca29b1e4771714b72854ae6
diff --git a/libnspsl b/libnspsl
index e41d7b3..1867e1e 160000
--- a/libnspsl
+++ b/libnspsl
@@ -1 +1 @@
-Subproject commit e41d7b3c868309e0704e01e841cc80da72dd8157
+Subproject commit 1867e1ec995c84aca6f1159a6e04099c2cf215b6
diff --git a/libnsutils b/libnsutils
index ae5a965..142a794 160000
--- a/libnsutils
+++ b/libnsutils
@@ -1 +1 @@
-Subproject commit ae5a9650cd01eb096e3c896a0cc467d47269f45d
+Subproject commit 142a7945fb9fe477324f8df5e9645ef161042483
diff --git a/libwapcaplet b/libwapcaplet
index 130c1de..b5e42b1 160000
--- a/libwapcaplet
+++ b/libwapcaplet
@@ -1 +1 @@
-Subproject commit 130c1dec2842b5a7f1256816b58ea4d41726c950
+Subproject commit b5e42b12211a92339b0b62cb90f1a86a397e146e
diff --git a/netsurf b/netsurf
index 1fe63cd..7f27022 160000
--- a/netsurf
+++ b/netsurf
@@ -1 +1 @@
-Subproject commit 1fe63cd67775bb08ff452e3e1b42abeec22e989e
+Subproject commit 7f2702294f83dc81080fc651272749a4ccd62daf
diff --git a/nsgenbind b/nsgenbind
index 81198cd..de59070 160000
--- a/nsgenbind
+++ b/nsgenbind
@@ -1 +1 @@
-Subproject commit 81198cd635beb60913d26878ce51c48e9d73c624
+Subproject commit de5907061aead26aeef95d998a02ea7b00d4242d
--
NetSurf 'all' tree. Typically used for releases