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
|