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

Unified Diff: Source/core/frame/History.idl

Issue 1308553005: Remove a few IDL TODOs that have been fixed in the HTML spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/modules/websockets/WebSocket.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/History.idl
diff --git a/Source/core/frame/History.idl b/Source/core/frame/History.idl
index c8ac612b6d865d08e6f60396641edc57189b2267..0c3ebcf8174cb40734d82ad7625036daabd94ffe 100644
--- a/Source/core/frame/History.idl
+++ b/Source/core/frame/History.idl
@@ -30,13 +30,9 @@ enum ScrollRestoration {"auto", "manual"};
[
GarbageCollected,
] interface History {
- // TODO(philipj): length is long in the spec, use that or change the spec:
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28789
readonly attribute unsigned long length;
// TODO(philipj): The SerializedScriptValue type should be any.
[CachedAttribute=stateChanged] readonly attribute SerializedScriptValue state;
- // TODO(philipj): delta does not have a default value in the spec:
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28790
[CallWith=ExecutionContext] void go(optional long delta = 0);
[CallWith=ExecutionContext] void back();
[CallWith=ExecutionContext] void forward();
« no previous file with comments | « no previous file | Source/modules/websockets/WebSocket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698