Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2105713002: Render process changes for ResourceTiming sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_browser_process
Patch Set: Initialise encoded_body_length for sync XHR to data: URLs Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 23d6476d91a071744c0be5ad9d3478ce744bcbbe..8e98b0fa29f74d41df8a99462489deca3d9e593a 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3643,8 +3643,10 @@ interface PerformanceResourceTiming : PerformanceEntry
attribute @@toStringTag
getter connectEnd
getter connectStart
+ getter decodedBodySize
getter domainLookupEnd
getter domainLookupStart
+ getter encodedBodySize
getter fetchStart
getter initiatorType
getter redirectEnd
@@ -3653,6 +3655,7 @@ interface PerformanceResourceTiming : PerformanceEntry
getter responseEnd
getter responseStart
getter secureConnectionStart
+ getter transferSize
getter workerStart
method constructor
interface PerformanceTiming

Powered by Google App Engine
This is Rietveld 408576698