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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl

Issue 2824463002: Replace most /TR/ links in IDL files (Closed)
Patch Set: Created 3 years, 8 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/Source/modules/indexeddb/IDBVersionChangeEvent.idl
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl b/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl
index b6656a7fd6db85922749c9d26714a83de9c0c707..b3bdfbb41d982bb684826d806d3aebede1ad927f 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.idl
@@ -23,11 +23,11 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/IndexedDB/#idl-def-IDBVersionChangeEvent
+// https://w3c.github.io/IndexedDB/#events
-// FIXME: This enum is non-standard, see
-// https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
+// FIXME: This enum is non-standard, see https://crbug.com/711586
enum IDBDataLossAmount { "none", "total" };
+
[
Exposed=(Window,Worker),
Constructor(DOMString type, optional IDBVersionChangeEventInit eventInitDict)
@@ -35,8 +35,7 @@ enum IDBDataLossAmount { "none", "total" };
readonly attribute unsigned long long oldVersion;
readonly attribute unsigned long long? newVersion;
- // FIXME: These are non-standard, see
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=22370
+ // FIXME: These are non-standard, see https://crbug.com/711586
readonly attribute IDBDataLossAmount dataLoss;
readonly attribute DOMString dataLossMessage;
};

Powered by Google App Engine
This is Rietveld 408576698