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

Unified Diff: tools/dom/src/CrossFrameTypes.dart

Issue 1448963002: Fixing dart:html links _not_ found in docs.json (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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 | « tools/dom/src/CanvasImageSource.dart ('k') | tools/dom/src/EventStreamProvider.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/src/CrossFrameTypes.dart
diff --git a/tools/dom/src/CrossFrameTypes.dart b/tools/dom/src/CrossFrameTypes.dart
index cda5957dd8f652019845c437ba0f2f31c4ccabca..a923377f5aaf12c94829926827c9c162180076dd 100644
--- a/tools/dom/src/CrossFrameTypes.dart
+++ b/tools/dom/src/CrossFrameTypes.dart
@@ -39,9 +39,9 @@ abstract class WindowBase implements EventTarget {
*
* ## Other resources
*
- * * [Session history and navigation specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html)
- * from WHATWG.
+ * * [Session history and navigation
+ * specification](https://html.spec.whatwg.org/multipage/browsers.html#history)
+ * from WHATWG.
*/
HistoryBase get history;
@@ -134,12 +134,10 @@ abstract class WindowBase implements EventTarget {
*
* ## Other resources
*
- * * [window.postMessage]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage) from
- * MDN.
- * * [Cross-document messaging]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/web-messaging.html)
- * from WHATWG.
+ * * [window.postMessage](https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage)
+ * from MDN.
+ * * [Cross-document messaging](https://html.spec.whatwg.org/multipage/comms.html#web-messaging)
+ * from WHATWG.
*/
void postMessage(var message, String targetOrigin, [List messagePorts]);
}
« no previous file with comments | « tools/dom/src/CanvasImageSource.dart ('k') | tools/dom/src/EventStreamProvider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698