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

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

Issue 2357263006: Next attempt at defining browsing context (Closed)
Patch Set: 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..1989239cb4ae8c6ffabcf77a16306844dd5e7757 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
+[Frame](https://cs.chromium.org/Source/core/frame/Frame.h) interface
domenic 2016/09/23 13:23:35 If you click on this you get a search results page
jochen (gone - plz use gerrit) 2016/09/23 16:42:21 test files... :(
+where the main implementation is
+[LocalFrame](https://cs.chromium.org/Source/core/frame/LocalFrame.h).
+
+### [Window object](https://html.spec.whatwg.org/#window)
+
+A Window object 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).
+
+### [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.cpp).
domenic 2016/09/23 13:23:35 Header file (https://cs.chromium.org/chromium/src/
dcheng 2016/09/23 16:16:14 Agree that .h would be better here for consistency
jochen (gone - plz use gerrit) 2016/09/23 16:42:21 done
« 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