Move error.css to the GResource

Desktop / GNOME / Epiphany - Michael Catanzaro [gnome.org] - 17 October 2016 14:15 UTC

I can't figure out how to reference it directly from error.html using an ephy-resource:// URI, which is frustrating because we shouldn't need get_style_sheet() at all, but this is at least an improvement.

28314cd Move error.css to the GResource
configure.ac | 1 -
data/Makefile.am | 2 +-
data/pages/Makefile.am | 5 --
data/pages/error.css | 138 --------------------------------------------
embed/ephy-web-view.c | 20 ++++---
src/epiphany.gresource.xml | 1 +
src/resources/error.css | 138 ++++++++++++++++++++++++++++++++++++++++++++
src/resources/error.html | 3 +-
8 files changed, 153 insertions(+), 155 deletions(-)

Upstream: git.gnome.org


  • Share