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

tonyg at chromium.org tonyg at chromium.org
Wed Dec 22 11:08:47 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 467634317c6fbbf411c2844867fa70590d8a0561
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 13 19:22:41 2010 +0000

    ChangeLog
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63232 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b01bae6..272c597 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,18 @@
+2010-07-13  Tony Gentilcore  <tonyg at chromium.org>
+
+        Reviewed by Darin Fisher.
+
+        Implement performance.timing.fetchStart
+        https://bugs.webkit.org/show_bug.cgi?id=41816
+
+        Tests pass with --web-timing. Expectations set to FAIL because disabled by default.
+
+        * fast/dom/script-tests/webtiming.js:
+        (checkTimingBeforeLoad):
+        (checkWebTimingOnLoad):
+        (checkWebTimingAfterLoad):
+        * fast/dom/webtiming-expected.txt:
+
 2010-07-13  Richard Moore <rich at kde.org>, Robert Hogan  <robert at webkit.org>
 
         Reviewed by Simon Hausmann.
@@ -35,21 +50,6 @@
 
         Reviewed by Darin Fisher.
 
-        Implement performance.timing.fetchStart
-        https://bugs.webkit.org/show_bug.cgi?id=41816
-
-        Tests pass with --web-timing. Expectations set to FAIL because disabled by default.
-
-        * fast/dom/script-tests/webtiming.js:
-        (checkTimingBeforeLoad):
-        (checkWebTimingOnLoad):
-        (checkWebTimingAfterLoad):
-        * fast/dom/webtiming-expected.txt:
-
-2010-07-13  Tony Gentilcore  <tonyg at chromium.org>
-
-        Reviewed by Darin Fisher.
-
         Implement performance.timing.responseEnd
         https://bugs.webkit.org/show_bug.cgi?id=42006
 
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f52c862..74c269b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,21 @@
+2010-07-13  Tony Gentilcore  <tonyg at chromium.org>
+
+        Reviewed by Darin Fisher.
+
+        Implement performance.timing.fetchStart
+        https://bugs.webkit.org/show_bug.cgi?id=41816
+
+        See: http://dev.w3.org/2006/webapi/WebTiming/#nt-fetch-start
+
+        * loader/MainResourceLoader.cpp:
+        (WebCore::MainResourceLoader::willSendRequest): Record the fetchStart time for each request for the main resource. This means it is called for each server redirect, overwritting the previous value. In https://bugs.webkit.org/show_bug.cgi?id=42018, this will be modified such that if a previous value exists, it is stored as the redirect time.
+        * loader/FrameLoaderTypes.h:
+        (WebCore::FrameLoadTimeline::FrameLoadTimeline):
+        * page/Timing.cpp:
+        (WebCore::Timing::fetchStart):
+        * page/Timing.h:
+        * page/Timing.idl:
+
 2010-07-13  Satish Sampath  <satish at chromium.org>
 
         Reviewed by Steve Block.
@@ -100,24 +118,6 @@
 
         Reviewed by Darin Fisher.
 
-        Implement performance.timing.fetchStart
-        https://bugs.webkit.org/show_bug.cgi?id=41816
-
-        See: http://dev.w3.org/2006/webapi/WebTiming/#nt-fetch-start
-
-        * loader/MainResourceLoader.cpp:
-        (WebCore::MainResourceLoader::willSendRequest): Record the fetchStart time for each request for the main resource. This means it is called for each server redirect, overwritting the previous value. In https://bugs.webkit.org/show_bug.cgi?id=42018, this will be modified such that if a previous value exists, it is stored as the redirect time.
-        * loader/FrameLoaderTypes.h:
-        (WebCore::FrameLoadTimeline::FrameLoadTimeline):
-        * page/Timing.cpp:
-        (WebCore::Timing::fetchStart):
-        * page/Timing.h:
-        * page/Timing.idl:
-
-2010-07-13  Tony Gentilcore  <tonyg at chromium.org>
-
-        Reviewed by Darin Fisher.
-
         Implement performance.timing.responseEnd
         https://bugs.webkit.org/show_bug.cgi?id=42006
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list