[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:17:46 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 38d8d613c51f221655c7a25858f32d259692061a
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 9 17:37:56 2010 +0000

    2010-03-09  Pavel Feldman  <pfeldman at chromium.org>
    
            r55727 was landed with wrong commit messages. Should have been:
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: Refactor Audits panel presentation layer.
            This change removes unnecessary complexity:
              - Audit scores were not used
              - Audit rule parameters are passed as rule constructor arguments
              - View management aligned with the rest of the front-end
              - Single TreeOutline is used for category results (no need to create sections for those)
              - Rules code beautified and simplified where possible
              - Some UI improvements applied (see attached screenshot)
    
            https://bugs.webkit.org/show_bug.cgi?id=35860
    
            * inspector/front-end/AuditCategories.js:
            (WebInspector.AuditCategories.PagePerformance.prototype.initialize):
            (WebInspector.AuditCategories.NetworkUtilization.prototype.initialize):
            * inspector/front-end/AuditResultView.js:
            (WebInspector.AuditResultView):
            (WebInspector.AuditCategoryResultPane):
            (WebInspector.AuditCategoryResultPane.prototype._appendResult):
            * inspector/front-end/AuditRules.js:
            (WebInspector.AuditRules.GzipRule.prototype.doRun):
            (WebInspector.AuditRules.CombineExternalResourcesRule):
            (WebInspector.AuditRules.CombineExternalResourcesRule.prototype.doRun):
            (WebInspector.AuditRules.CombineJsResourcesRule):
            (WebInspector.AuditRules.CombineCssResourcesRule):
            (WebInspector.AuditRules.MinimizeDnsLookupsRule):
            (WebInspector.AuditRules.MinimizeDnsLookupsRule.prototype.doRun):
            (WebInspector.AuditRules.ParallelizeDownloadRule):
            (WebInspector.AuditRules.ParallelizeDownloadRule.prototype.doRun):
            (WebInspector.AuditRules.UnusedCssRule):
            (WebInspector.AuditRules.UnusedCssRule.prototype.doRun.evalCallback):
            (WebInspector.AuditRules.UnusedCssRule.prototype.doRun.routine):
            (WebInspector.AuditRules.UnusedCssRule.prototype.doRun):
            (WebInspector.AuditRules.CacheControlRule):
            (WebInspector.AuditRules.CacheControlRule.prototype.doRun):
            (WebInspector.AuditRules.CacheControlRule.prototype.execCheck):
            (WebInspector.AuditRules.BrowserCacheControlRule):
            (WebInspector.AuditRules.BrowserCacheControlRule.prototype.handleNonCacheableResources):
            (WebInspector.AuditRules.BrowserCacheControlRule.prototype.runChecks):
            (WebInspector.AuditRules.ProxyCacheControlRule):
            (WebInspector.AuditRules.ProxyCacheControlRule.prototype.runChecks):
            (WebInspector.AuditRules.ImageDimensionsRule):
            (WebInspector.AuditRules.ImageDimensionsRule.prototype.doRun):
            (WebInspector.AuditRules.CssInHeadRule):
            (WebInspector.AuditRules.CssInHeadRule.prototype.doRun):
            (WebInspector.AuditRules.CssInHeadRule.prototype.doRun.routine):
            (WebInspector.AuditRules.StylesScriptsOrderRule):
            (WebInspector.AuditRules.StylesScriptsOrderRule.prototype.doRun):
            (WebInspector.AuditRules.StylesScriptsOrderRule.prototype.doRun.routine):
            (WebInspector.AuditRules.CookieRuleBase):
            (WebInspector.AuditRules.CookieRuleBase.prototype.doRun.resultCallback):
            (WebInspector.AuditRules.CookieRuleBase.prototype.doRun):
            (WebInspector.AuditRules.CookieSizeRule):
            (WebInspector.AuditRules.CookieSizeRule.prototype.processCookies):
            (WebInspector.AuditRules.StaticCookielessRule):
            (WebInspector.AuditRules.StaticCookielessRule.prototype.processCookies):
            * inspector/front-end/AuditsPanel.js:
            (WebInspector.AuditsPanel):
            (WebInspector.AuditsPanel.prototype._executeAudit.ruleResultReadyCallback):
            (WebInspector.AuditsPanel.prototype._executeAudit):
            (WebInspector.AuditsPanel.prototype._reloadResources):
            (WebInspector.AuditsPanel.prototype._didMainResourceLoad):
            (WebInspector.AuditsPanel.prototype.showResults):
            (WebInspector.AuditsPanel.prototype.showLauncherView):
            (WebInspector.AuditsPanel.prototype.get visibleView):
            (WebInspector.AuditsPanel.prototype.set visibleView):
            (WebInspector.AuditsPanel.prototype.show):
            (WebInspector.AuditsPanel.prototype._clearButtonClicked):
            (WebInspector.AuditCategory.prototype.addRule):
            (WebInspector.AuditRule):
            (WebInspector.AuditRule.prototype.set severity):
            (WebInspector.AuditRule.prototype.run):
            (WebInspector.AuditRule.prototype.doRun):
            (WebInspector.AuditCategoryResult):
            (WebInspector.AuditCategoryResult.prototype.addRuleResult):
            (WebInspector.AuditRuleResult):
            (WebInspector.AuditRuleResult.prototype.addChild):
            (WebInspector.AuditRuleResult.prototype.addURL):
            (WebInspector.AuditRuleResult.prototype.addURLs):
            (WebInspector.AuditRuleResult.prototype.addSnippet):
            * inspector/front-end/Settings.js:
            * inspector/front-end/audits.css:
            * inspector/front-end/inspector.js:
            (WebInspector._createPanels):
            (WebInspector.documentKeyDown):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55728 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 20d66f7..d392fd1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,17 +1,3 @@
-2010-03-09  Yury Semikhatsky  <yurys at chromium.org>
-
-        Reviewed by Pavel Feldman.
- 
-        When enable resource tracking state changes use the same method as
-        location.reload for reloading inspected page.
-
-        https://bugs.webkit.org/show_bug.cgi?id=35923
-
-        * inspector/InspectorBackend.cpp:
-        (WebCore::InspectorBackend::reloadPage):
-        * inspector/InspectorController.cpp:
-        (WebCore::InspectorController::enableResourceTracking):
-
 2010-03-09  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Timothy Hatcher.
@@ -101,6 +87,20 @@
         (WebInspector._createPanels):
         (WebInspector.documentKeyDown):
 
+2010-03-09  Yury Semikhatsky  <yurys at chromium.org>
+
+        Reviewed by Pavel Feldman.
+ 
+        When enable resource tracking state changes use the same method as
+        location.reload for reloading inspected page.
+
+        https://bugs.webkit.org/show_bug.cgi?id=35923
+
+        * inspector/InspectorBackend.cpp:
+        (WebCore::InspectorBackend::reloadPage):
+        * inspector/InspectorController.cpp:
+        (WebCore::InspectorController::enableResourceTracking):
+
 2010-03-09  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Timothy Hatcher.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list