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

Unified Diff: third_party/WebKit/Source/SpecMapping.md

Issue 2357263006: Next attempt at defining browsing context (Closed)
Patch Set: updates Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/SpecMapping.md
diff --git a/third_party/WebKit/Source/SpecMapping.md b/third_party/WebKit/Source/SpecMapping.md
index 0e2151f9e2d67941ef26ac2a53bb82dcfc330022..91f219fcd91510e925bd9063eef2c242b69a58d6 100644
--- a/third_party/WebKit/Source/SpecMapping.md
+++ b/third_party/WebKit/Source/SpecMapping.md
@@ -13,6 +13,18 @@ Concepts found in the [HTML spec](https://html.spec.whatwg.org/).
### [browsing context](https://html.spec.whatwg.org/#browsing-context)
A browsing context corresponds to the
-[DOMWindow](https://cs.chromium.org/Source/core/frame/DOMWindow.h) interface
-where the main implementation is
-[LocalDOMWindow](https://cs.chromium.org/Source/core/frame/LocalDOMWindow.h).
+[Frame](https://cs.chromium.org/src/third_party/WebKit/Source/core/frame/Frame.h)
+interface where the main implementation is
+[LocalFrame](https://cs.chromium.org/src/third_party/WebKit/Source/core/frame/LocalFrame.h).
+
+### [Window object](https://html.spec.whatwg.org/#window)
+
+A Window object corresponds to the
+[DOMWindow](https://cs.chromium.org/src/third_party/WebKit/Source/core/frame/DOMWindow.h)
+interface where the main implementation is
+[LocalDOMWindow](https://cs.chromium.org/src/third_party/WebKit/Source/core/frame/LocalDOMWindow.h).
+
+### [WindowProxy](https://html.spec.whatwg.org/#windowproxy)
+
+The WindowProxy is part of the bindings implemented by a class of the [same
+name](https://cs.chromium.org/Source/bindings/core/v8/WindowProxy.h).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698