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 --- src/resources/error.html | 87 ++++++++++++++++++++++++++++++++++++++++ src/resources/process-crash.html | 74 ++++++++++++++++++++++++++++++++++ src/resources/recovery.html | 87 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 248 insertions(+) create mode 100644 src/resources/error.html create mode 100644 src/resources/process-crash.html create mode 100644 src/resources/recovery.html (limited to 'src/resources') diff --git a/src/resources/error.html b/src/resources/error.html new file mode 100644 index 000000000..9aa39f605 --- /dev/null +++ b/src/resources/error.html @@ -0,0 +1,87 @@ + + + + + + %s + + + + +
+
+ +
+
+

%s

+
+ %s +
+ +
+ +
+
+
+ + diff --git a/src/resources/process-crash.html b/src/resources/process-crash.html new file mode 100644 index 000000000..7cf7ab93c --- /dev/null +++ b/src/resources/process-crash.html @@ -0,0 +1,74 @@ + + + + + + %s + + + + +
+
+ + Sad face icon +
+
+

%s

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

%s

+
+ %s +
+ +
+ +
+
+
+ + -- cgit