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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

Issue 2573043002: Update stale links to dvcs.w3.org (Closed)
Patch Set: https Created 4 years 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/Source/core/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index 8251456dae3c40279f3638e62e49e380184046ff..312470fc9aa05d915e1a7dc53bbc3af268378e4d 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -284,13 +284,12 @@ forceMainWorldInitialization initial=false, invalidate=DOMWorlds
# websites that do not set an explicit viewport description.
deviceScaleAdjustment type=double, initial=1.0, invalidate=TextAutosizing
-# This value indicates the maximum number of bytes a document is allowed
-# to transmit in Beacons (via navigator.sendBeacon()) -- Beacons are
-# intended to be smaller payloads transmitted as a page is unloading, not
-# a general (one-way) network transmission API.
-# The spec ( https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/Beacon/Overview.html )
-# does not proscribe an upper limit, but allows for it -- the underlying
-# API will return 'false' in that case.
+# This value indicates the maximum number of bytes a document is allowed to
+# transmit in Beacons (via navigator.sendBeacon()) -- Beacons are intended to be
+# smaller payloads transmitted as a page is unloading, not a general (one-way)
+# network transmission API. The spec <https://w3c.github.io/beacon/> does not
+# proscribe an upper limit, but allows for it -- the underlying API will return
+# 'false' in that case.
maxBeaconTransmission type=int, initial=65536
# This value is set to false if the platform does not support fullscreen.
« no previous file with comments | « third_party/WebKit/Source/core/events/MouseEventInit.idl ('k') | third_party/WebKit/Source/core/html/HTMLTagCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698