From a2181b928e5a0f6d27487859fe86a276c1eed25c Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 28 Mar 2013 17:06:47 +0100 Subject: Compile template pages as GResources So that they are loaded from memory instead of disk every time they are needed. We also get rid of ephy_file searching for the files in the file system. https://bugzilla.gnome.org/show_bug.cgi?id=696792 --- data/pages/Makefile.am | 8 +--- data/pages/error.html | 87 ------------------------------------------- data/pages/process_crash.html | 74 ------------------------------------ data/pages/recovery.html | 87 ------------------------------------------- 4 files changed, 1 insertion(+), 255 deletions(-) delete mode 100644 data/pages/error.html delete mode 100644 data/pages/process_crash.html delete mode 100644 data/pages/recovery.html (limited to 'data') diff --git a/data/pages/Makefile.am b/data/pages/Makefile.am index 4b00a41b5..0ff154064 100644 --- a/data/pages/Makefile.am +++ b/data/pages/Makefile.am @@ -1,11 +1,5 @@ -errorpagesdir = $(pkgdatadir)/pages -errorpages_DATA = \ - recovery.html \ - process_crash.html \ - error.html - stylepagesdir = $(pkgdatadir)/pages stylepages_DATA = \ about.css -EXTRA_DIST = $(errorpages_DATA) $(stylepages_DATA) +EXTRA_DIST = $(stylepages_DATA) diff --git a/data/pages/error.html b/data/pages/error.html deleted file mode 100644 index 9aa39f605..000000000 --- a/data/pages/error.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - %s - - - - -
-
- -
-
-

%s

-
- %s -
- -
- -
-
-
- - diff --git a/data/pages/process_crash.html b/data/pages/process_crash.html deleted file mode 100644 index 7cf7ab93c..000000000 --- a/data/pages/process_crash.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - %s - - - - -
-
- - Sad face icon -
-
-

%s

-
- %s -
-
-
- - diff --git a/data/pages/recovery.html b/data/pages/recovery.html deleted file mode 100644 index 9aa39f605..000000000 --- a/data/pages/recovery.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - %s - - - - -
-
- -
-
-

%s

-
- %s -
- -
- -
-
-
- - -- cgit v1.2.3