Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(153)

Delta Between Two Patch Sets: Source/WebCore/page/IntersectionObserver.idl

Issue 359780043: WIP for IO
Left Patch Set: Change root to a raw pointer and add a test Created 5 years, 7 months ago
Right Patch Set: Fix inline test while making sure the text test still passes too. Created 5 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Source/WebCore/page/IntersectionObserver.cpp ('k') | Source/WebCore/page/IntersectionObserverEntry.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* 1 /*
2 * Copyright (C) 2016 Apple Inc. All rights reserved. 2 * Copyright (C) 2016 Apple Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 [ 46 [
47 Conditional=INTERSECTION_OBSERVER, 47 Conditional=INTERSECTION_OBSERVER,
48 EnabledBySetting=IntersectionObserver 48 EnabledBySetting=IntersectionObserver
49 ] 49 ]
50 dictionary IntersectionObserverInit { 50 dictionary IntersectionObserverInit {
51 Element? root = null; 51 Element? root = null;
52 DOMString rootMargin = "0px"; 52 DOMString rootMargin = "0px";
53 (double or sequence<double>) threshold = 0.0; 53 (double or sequence<double>) threshold = 0.0;
54 }; 54 };
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b