[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

kov at webkit.org kov at webkit.org
Wed Dec 22 11:59:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 62ff35548fff8a23ce86583514e32a81630ff66b
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 12 17:47:52 2010 +0000

    Add file I forgot to add in r65255.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65257 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index f3e4244..0cc231e 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,5 +1,12 @@
 2010-08-12  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
+        Really add a missing file. I wish I would remember running git add
+        on them after applying a patch =(.
+
+        * org.webkitgtk.gschema.xml.in: Added.
+
+2010-08-12  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
         Reviewed by Martin Robinson.
 
         [GTK] Use GSettings to save/restore Web Inspector settings
diff --git a/WebKit/gtk/org.webkitgtk.gschema.xml.in b/WebKit/gtk/org.webkitgtk.gschema.xml.in
new file mode 100644
index 0000000..17063f4
--- /dev/null
+++ b/WebKit/gtk/org.webkitgtk.gschema.xml.in
@@ -0,0 +1,32 @@
+<schemalist>
+  <schema id="org.webkitgtk- at WEBKITGTK_API_VERSION@" path="/system/webkitgtk/">
+    <child schema="org.webkitgtk- at WEBKITGTK_API_VERSION@.inspector" name="inspector"/>
+  </schema>
+  <schema id="org.webkitgtk- at WEBKITGTK_API_VERSION@.inspector" path="/system/webkitgtk/inspector/">
+    <key name="resource-tracking-enabled" type="b">
+      <default>false</default>
+      <summary>Resource Tracking Enabled</summary>
+      <description>Whether the Resource Tracking panel is always enabled.</description>
+    </key>
+    <key name="xhr-monitor-enabled" type="b">
+      <default>false</default>
+      <summary>XHR Monitor Enabled</summary>
+      <description>Whether the XHR monitor is always enabled.</description>
+    </key>
+    <key name="debugger-enabled" type="b">
+      <default>false</default>
+      <summary>Debugger Enabled</summary>
+      <description>Whether the debugger is always enabled.</description>
+    </key>
+    <key name="profiler-enabled" type="b">
+      <default>false</default>
+      <summary>Profiler Enabled</summary>
+      <description>Whether the profiler is always enabled.</description>
+    </key>
+    <key name="frontend-settings" type="s">
+      <default>''</default>
+      <summary>Misc Inspector Frontend Settings</summary>
+      <description>Miscelaneous Settings managed by the Inspector Frontend</description>
+    </key>
+  </schema>
+</schemalist>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list