[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

mnaganov at chromium.org mnaganov at chromium.org
Mon Feb 21 00:25:31 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit c81008a3fb1ab0f136f5d1d47ebebe4be07114b2
Author: mnaganov at chromium.org <mnaganov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 31 10:44:08 2011 +0000

    2011-01-31  Mikhail Naganov  <mnaganov at chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            WebInspector: Change button title from "Clear CPU profiles" to "Clear all profiles".
    
            https://bugs.webkit.org/show_bug.cgi?id=53309
    
            * English.lproj/localizedStrings.js:
            * inspector/front-end/ProfilesPanel.js:
            (WebInspector.ProfilesPanel):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77116 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 53d6ab1..ce02946 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-31  Mikhail Naganov  <mnaganov at chromium.org>
+
+        Reviewed by Yury Semikhatsky.
+
+        WebInspector: Change button title from "Clear CPU profiles" to "Clear all profiles".
+
+        https://bugs.webkit.org/show_bug.cgi?id=53309
+
+        * English.lproj/localizedStrings.js:
+        * inspector/front-end/ProfilesPanel.js:
+        (WebInspector.ProfilesPanel):
+
 2011-01-31  Carlos Garcia Campos  <cgarcia at igalia.com>
 
         Unreviewed, fix the build with current GTK+ 3.x.
diff --git a/Source/WebCore/English.lproj/localizedStrings.js b/Source/WebCore/English.lproj/localizedStrings.js
index 0d6bc3c..7aecbb6 100644
Binary files a/Source/WebCore/English.lproj/localizedStrings.js and b/Source/WebCore/English.lproj/localizedStrings.js differ
diff --git a/Source/WebCore/inspector/front-end/ProfilesPanel.js b/Source/WebCore/inspector/front-end/ProfilesPanel.js
index 176ddb2..653760b 100644
--- a/Source/WebCore/inspector/front-end/ProfilesPanel.js
+++ b/Source/WebCore/inspector/front-end/ProfilesPanel.js
@@ -112,7 +112,7 @@ WebInspector.ProfilesPanel = function()
     this.enableToggleButton = new WebInspector.StatusBarButton("", "enable-toggle-status-bar-item");
     this.enableToggleButton.addEventListener("click", this._toggleProfiling.bind(this), false);
 
-    this.clearResultsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear CPU profiles."), "clear-status-bar-item");
+    this.clearResultsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear all profiles."), "clear-status-bar-item");
     this.clearResultsButton.addEventListener("click", this._clearProfiles.bind(this), false);
 
     this.profileViewStatusBarItemsContainer = document.createElement("div");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list