[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

pfeldman at chromium.org pfeldman at chromium.org
Thu Apr 8 02:23:29 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e9dfcce96785669eb919213deaa2f519bb1fda50
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 16 10:17:21 2010 +0000

    2010-03-16  Pavel Feldman  <pfeldman at chromium.org>
    
            Not reviewed: chromium tests fix.
    
            * src/js/InspectorControllerImpl.js:
            (devtools.InspectorBackendImpl):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@56050 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index e63fcb5..c985182 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,5 +1,12 @@
 2010-03-16  Pavel Feldman  <pfeldman at chromium.org>
 
+        Not reviewed: chromium tests fix.
+
+        * src/js/InspectorControllerImpl.js:
+        (devtools.InspectorBackendImpl):
+
+2010-03-16  Pavel Feldman  <pfeldman at chromium.org>
+
         Reviewed by Timothy Hatcher.
 
         Web Inspector: migrate to native styles inspector in order to inspect styles from foreighn domains.
diff --git a/WebKit/chromium/src/js/InspectorControllerImpl.js b/WebKit/chromium/src/js/InspectorControllerImpl.js
index 9bcedf4..e19e737 100644
--- a/WebKit/chromium/src/js/InspectorControllerImpl.js
+++ b/WebKit/chromium/src/js/InspectorControllerImpl.js
@@ -74,6 +74,7 @@ devtools.InspectorBackendImpl = function()
 
     this.installInspectorControllerDelegate_("getStyles");
     this.installInspectorControllerDelegate_("getComputedStyle");
+    this.installInspectorControllerDelegate_("getInlineStyle");
     this.installInspectorControllerDelegate_("applyStyleText");
     this.installInspectorControllerDelegate_("setStyleText");
     this.installInspectorControllerDelegate_("setStyleProperty");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list