Changeset 107300 in webkit
- Timestamp:
- Feb 9, 2012, 3:59:58 PM (15 years ago)
- Location:
- branches/chromium/1025
- Files:
-
- 1 edited
- 3 copied
-
LayoutTests/http/tests/security/cross-frame-access-frameelement-expected.txt (copied) (copied from trunk/LayoutTests/http/tests/security/cross-frame-access-frameelement-expected.txt )
-
LayoutTests/http/tests/security/cross-frame-access-frameelement.html (copied) (copied from trunk/LayoutTests/http/tests/security/cross-frame-access-frameelement.html )
-
LayoutTests/http/tests/security/resources/cross-frame-access-frameelement-from-iframe.html (copied) (copied from trunk/LayoutTests/http/tests/security/resources/cross-frame-access-frameelement-from-iframe.html )
-
Source/WebCore/page/DOMWindow.idl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/chromium/1025/Source/WebCore/page/DOMWindow.idl
r106208 r107300 62 62 DOMSelection getSelection(); 63 63 64 readonly attribute [Check NodeSecurity] Element frameElement;64 readonly attribute [CheckAccessToNode] Element frameElement; 65 65 66 66 [DoNotCheckDomainSecurity] void focus();
Note:
See TracChangeset
for help on using the changeset viewer.