Changeset 207438 in webkit
- Timestamp:
- Oct 17, 2016, 3:30:34 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 8 added
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r207436 r207438 1 2016-10-17 Simon Fraser <simon.fraser@apple.com> 2 3 Implement DOMRect/DOMRectReadOnly 4 https://bugs.webkit.org/show_bug.cgi?id=163464 5 6 Reviewed by Darin Adler. 7 8 New test and new results for global constructor tests. 9 10 * geometry/DOMRect-001-expected.txt: Added. 11 * geometry/DOMRect-001.html: Added. 12 * js/dom/global-constructors-attributes-dedicated-worker-expected.txt: 13 * js/dom/global-constructors-attributes-expected.txt: 14 * platform/efl/js/dom/global-constructors-attributes-expected.txt: 15 * platform/gtk/js/dom/global-constructors-attributes-expected.txt: 16 * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt: 17 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: 18 * platform/mac/js/dom/global-constructors-attributes-expected.txt: 19 * platform/win/js/dom/global-constructors-attributes-expected.txt: 20 1 21 2016-10-17 Antoine Quint <graouts@apple.com> 2 22 -
trunk/LayoutTests/js/dom/global-constructors-attributes-dedicated-worker-expected.txt
r207420 r207438 60 60 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false 61 61 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true 62 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect 63 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false 64 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('set') is false 65 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRect').enumerable is false 66 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRect').configurable is true 67 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').value is DOMRectReadOnly 68 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('get') is false 69 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('set') is false 70 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').enumerable is false 71 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').configurable is true 62 72 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DataView').value is DataView 63 73 PASS [Worker] Object.getOwnPropertyDescriptor(global, 'DataView').hasOwnProperty('get') is false -
trunk/LayoutTests/js/dom/global-constructors-attributes-expected.txt
r207420 r207438 299 299 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false 300 300 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true 301 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect 302 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false 303 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('set') is false 304 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').enumerable is false 305 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').configurable is true 306 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').value is DOMRectReadOnly 307 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('get') is false 308 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('set') is false 309 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').enumerable is false 310 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').configurable is true 301 311 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').value is DOMStringList 302 312 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').hasOwnProperty('get') is false -
trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt
r207420 r207438 299 299 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false 300 300 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true 301 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect 302 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false 303 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('set') is false 304 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').enumerable is false 305 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').configurable is true 306 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').value is DOMRectReadOnly 307 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('get') is false 308 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('set') is false 309 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').enumerable is false 310 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').configurable is true 301 311 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').value is DOMStringList 302 312 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').hasOwnProperty('get') is false -
trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt
r207420 r207438 334 334 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false 335 335 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true 336 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect 337 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false 338 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('set') is false 339 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').enumerable is false 340 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').configurable is true 341 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').value is DOMRectReadOnly 342 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('get') is false 343 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('set') is false 344 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').enumerable is false 345 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').configurable is true 336 346 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').value is DOMStringList 337 347 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').hasOwnProperty('get') is false -
trunk/LayoutTests/platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt
r207420 r207438 344 344 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false 345 345 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true 346 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect 347 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false 348 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('set') is false 349 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').enumerable is false 350 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').configurable is true 351 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').value is DOMRectReadOnly 352 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('get') is false 353 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('set') is false 354 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').enumerable is false 355 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').configurable is true 346 356 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').value is DOMStringList 347 357 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').hasOwnProperty('get') is false -
trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt
r207420 r207438 344 344 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false 345 345 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true 346 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect 347 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false 348 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('set') is false 349 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').enumerable is false 350 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').configurable is true 351 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').value is DOMRectReadOnly 352 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('get') is false 353 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('set') is false 354 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').enumerable is false 355 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').configurable is true 346 356 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').value is DOMStringList 347 357 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').hasOwnProperty('get') is false -
trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt
r207420 r207438 344 344 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false 345 345 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true 346 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect 347 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false 348 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('set') is false 349 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').enumerable is false 350 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').configurable is true 351 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').value is DOMRectReadOnly 352 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('get') is false 353 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('set') is false 354 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').enumerable is false 355 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').configurable is true 346 356 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').value is DOMStringList 347 357 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').hasOwnProperty('get') is false -
trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt
r207420 r207438 239 239 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').enumerable is false 240 240 PASS Object.getOwnPropertyDescriptor(global, 'DOMPointReadOnly').configurable is true 241 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').value is DOMRect 242 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('get') is false 243 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').hasOwnProperty('set') is false 244 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').enumerable is false 245 PASS Object.getOwnPropertyDescriptor(global, 'DOMRect').configurable is true 246 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').value is DOMRectReadOnly 247 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('get') is false 248 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').hasOwnProperty('set') is false 249 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').enumerable is false 250 PASS Object.getOwnPropertyDescriptor(global, 'DOMRectReadOnly').configurable is true 241 251 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').value is DOMStringList 242 252 PASS Object.getOwnPropertyDescriptor(global, 'DOMStringList').hasOwnProperty('get') is false -
trunk/Source/WTF/ChangeLog
r207381 r207438 1 2016-10-17 Simon Fraser <simon.fraser@apple.com> 2 3 Implement DOMRect/DOMRectReadOnly 4 https://bugs.webkit.org/show_bug.cgi?id=163464 5 6 Reviewed by Darin Adler. 7 8 Implement min()/max() in a way that follows Math.min/Math.max, which return 9 NaN if either argument is NaN. 10 11 * wtf/MathExtras.h: 12 (WTF::nanPropagatingMin): 13 (WTF::nanPropagatingMax): 14 1 15 2016-10-15 Sam Weinig <sam@webkit.org> 2 16 -
trunk/Source/WTF/wtf/MathExtras.h
r204009 r207438 401 401 } 402 402 403 // Match behavior of Math.min, where NaN is returned if either argument is NaN. 404 template <typename T> 405 inline typename std::enable_if<std::is_floating_point<T>::value, T>::type nanPropagatingMin(T a, T b) 406 { 407 return std::isnan(a) || std::isnan(b) ? std::numeric_limits<T>::quiet_NaN() : std::min(a, b); 408 } 409 410 // Match behavior of Math.max, where NaN is returned if either argument is NaN. 411 template <typename T> 412 inline typename std::enable_if<std::is_floating_point<T>::value, T>::type nanPropagatingMax(T a, T b) 413 { 414 return std::isnan(a) || std::isnan(b) ? std::numeric_limits<T>::quiet_NaN() : std::max(a, b); 415 } 416 403 417 inline bool isIntegral(float value) 404 418 { -
trunk/Source/WebCore/CMakeLists.txt
r207420 r207438 390 390 dom/DOMPointInit.idl 391 391 dom/DOMPointReadOnly.idl 392 dom/DOMRect.idl 393 dom/DOMRectInit.idl 394 dom/DOMRectReadOnly.idl 392 395 dom/DOMStringList.idl 393 396 dom/DOMStringMap.idl -
trunk/Source/WebCore/ChangeLog
r207436 r207438 1 2016-10-17 Simon Fraser <simon.fraser@apple.com> 2 3 Implement DOMRect/DOMRectReadOnly 4 https://bugs.webkit.org/show_bug.cgi?id=163464 5 6 Reviewed by Darin Adler. 7 8 Implement the DOMRectInit/DOMRectReadOnly/DOMRect interfaces specified in 9 https://dev.w3.org/fxtf/geometry/ 10 11 DOMRects allow negative height/width and require double storage, so we can't just 12 use FloatRect for storage. They also require handling of NaN and Infinity. 13 14 To have the left/right/top/bottom accessors follow IEEE NaN rules, we need to use 15 custom min/max functions that return NaN if either argument is NaN, so add 16 nanPropagatingMin/nanPropagatingMax helpers to MathExtras.h. 17 18 Test: fast/dom/domrect.html 19 20 * CMakeLists.txt: 21 * DerivedSources.make: 22 * WebCore.xcodeproj/project.pbxproj: 23 * dom/DOMRect.h: Added. 24 (WebCore::DOMRect::create): 25 (WebCore::DOMRect::fromRect): 26 (WebCore::DOMRect::setX): 27 (WebCore::DOMRect::setY): 28 (WebCore::DOMRect::setWidth): 29 (WebCore::DOMRect::setHeight): 30 (WebCore::DOMRect::DOMRect): 31 * dom/DOMRect.idl: Added. 32 * dom/DOMRectInit.h: Added. 33 * dom/DOMRectInit.idl: Added. 34 * dom/DOMRectReadOnly.h: Added. 35 (WebCore::DOMRectReadOnly::create): 36 (WebCore::DOMRectReadOnly::fromRect): 37 (WebCore::DOMRectReadOnly::x): 38 (WebCore::DOMRectReadOnly::y): 39 (WebCore::DOMRectReadOnly::width): 40 (WebCore::DOMRectReadOnly::height): 41 (WebCore::DOMRectReadOnly::top): 42 (WebCore::DOMRectReadOnly::right): 43 (WebCore::DOMRectReadOnly::bottom): 44 (WebCore::DOMRectReadOnly::left): 45 (WebCore::DOMRectReadOnly::DOMRectReadOnly): 46 * dom/DOMRectReadOnly.idl: Added. 47 1 48 2016-10-17 Antoine Quint <graouts@apple.com> 2 49 -
trunk/Source/WebCore/DerivedSources.make
r207420 r207438 298 298 $(WebCore)/dom/DOMPointInit.idl \ 299 299 $(WebCore)/dom/DOMPointReadOnly.idl \ 300 $(WebCore)/dom/DOMRect.idl \ 301 $(WebCore)/dom/DOMRectInit.idl \ 302 $(WebCore)/dom/DOMRectReadOnly.idl \ 300 303 $(WebCore)/dom/DOMStringList.idl \ 301 304 $(WebCore)/dom/DOMStringMap.idl \ -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r207436 r207438 467 467 0F43C85D189E10CF00019AE2 /* PerformanceTiming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F43C85C189E10CF00019AE2 /* PerformanceTiming.cpp */; }; 468 468 0F43C85F189E15A600019AE2 /* JSPerformanceTiming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F43C85E189E15A600019AE2 /* JSPerformanceTiming.cpp */; }; 469 0F4710AF1DB56AFC002DCEC3 /* DOMRect.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4710A91DB56AFC002DCEC3 /* DOMRect.h */; }; 470 0F4710B11DB56AFC002DCEC3 /* DOMRectInit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4710AB1DB56AFC002DCEC3 /* DOMRectInit.h */; }; 471 0F4710B31DB56AFC002DCEC3 /* DOMRectReadOnly.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4710AD1DB56AFC002DCEC3 /* DOMRectReadOnly.h */; }; 472 0F4710BB1DB56BE8002DCEC3 /* JSDOMRect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F4710B51DB56BE8002DCEC3 /* JSDOMRect.cpp */; }; 473 0F4710BC1DB56BE8002DCEC3 /* JSDOMRect.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4710B61DB56BE8002DCEC3 /* JSDOMRect.h */; }; 474 0F4710BD1DB56BE8002DCEC3 /* JSDOMRectInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F4710B71DB56BE8002DCEC3 /* JSDOMRectInit.cpp */; }; 475 0F4710BE1DB56BE8002DCEC3 /* JSDOMRectInit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4710B81DB56BE8002DCEC3 /* JSDOMRectInit.h */; }; 476 0F4710BF1DB56BE8002DCEC3 /* JSDOMRectReadOnly.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F4710B91DB56BE8002DCEC3 /* JSDOMRectReadOnly.cpp */; }; 477 0F4710C01DB56BE8002DCEC3 /* JSDOMRectReadOnly.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4710BA1DB56BE8002DCEC3 /* JSDOMRectReadOnly.h */; }; 469 478 0F49669D1DB408C100A274BB /* DOMPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4966991DB408C100A274BB /* DOMPoint.h */; }; 470 479 0F49669F1DB408C100A274BB /* DOMPointReadOnly.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F49669B1DB408C100A274BB /* DOMPointReadOnly.h */; }; … … 7310 7319 0F43C85C189E10CF00019AE2 /* PerformanceTiming.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceTiming.cpp; sourceTree = "<group>"; }; 7311 7320 0F43C85E189E15A600019AE2 /* JSPerformanceTiming.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSPerformanceTiming.cpp; sourceTree = "<group>"; }; 7321 0F4710A91DB56AFC002DCEC3 /* DOMRect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMRect.h; sourceTree = "<group>"; }; 7322 0F4710AA1DB56AFC002DCEC3 /* DOMRect.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DOMRect.idl; sourceTree = "<group>"; }; 7323 0F4710AB1DB56AFC002DCEC3 /* DOMRectInit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMRectInit.h; sourceTree = "<group>"; }; 7324 0F4710AC1DB56AFC002DCEC3 /* DOMRectInit.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DOMRectInit.idl; sourceTree = "<group>"; }; 7325 0F4710AD1DB56AFC002DCEC3 /* DOMRectReadOnly.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMRectReadOnly.h; sourceTree = "<group>"; }; 7326 0F4710AE1DB56AFC002DCEC3 /* DOMRectReadOnly.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DOMRectReadOnly.idl; sourceTree = "<group>"; }; 7327 0F4710B51DB56BE8002DCEC3 /* JSDOMRect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JSDOMRect.cpp; path = JSDOMRect.cpp; sourceTree = "<group>"; }; 7328 0F4710B61DB56BE8002DCEC3 /* JSDOMRect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSDOMRect.h; path = JSDOMRect.h; sourceTree = "<group>"; }; 7329 0F4710B71DB56BE8002DCEC3 /* JSDOMRectInit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JSDOMRectInit.cpp; path = JSDOMRectInit.cpp; sourceTree = "<group>"; }; 7330 0F4710B81DB56BE8002DCEC3 /* JSDOMRectInit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSDOMRectInit.h; path = JSDOMRectInit.h; sourceTree = "<group>"; }; 7331 0F4710B91DB56BE8002DCEC3 /* JSDOMRectReadOnly.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JSDOMRectReadOnly.cpp; path = JSDOMRectReadOnly.cpp; sourceTree = "<group>"; }; 7332 0F4710BA1DB56BE8002DCEC3 /* JSDOMRectReadOnly.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSDOMRectReadOnly.h; path = JSDOMRectReadOnly.h; sourceTree = "<group>"; }; 7312 7333 0F4966991DB408C100A274BB /* DOMPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMPoint.h; sourceTree = "<group>"; }; 7313 7334 0F49669A1DB408C100A274BB /* DOMPoint.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DOMPoint.idl; sourceTree = "<group>"; }; … … 19960 19981 0F4966A81DB40C4300A274BB /* JSDOMPointReadOnly.cpp */, 19961 19982 0F4966A91DB40C4300A274BB /* JSDOMPointReadOnly.h */, 19983 0F4710B51DB56BE8002DCEC3 /* JSDOMRect.cpp */, 19984 0F4710B61DB56BE8002DCEC3 /* JSDOMRect.h */, 19985 0F4710B71DB56BE8002DCEC3 /* JSDOMRectInit.cpp */, 19986 0F4710B81DB56BE8002DCEC3 /* JSDOMRectInit.h */, 19987 0F4710B91DB56BE8002DCEC3 /* JSDOMRectReadOnly.cpp */, 19988 0F4710BA1DB56BE8002DCEC3 /* JSDOMRectReadOnly.h */, 19962 19989 C5137CF011A58378004ADB99 /* JSDOMStringList.cpp */, 19963 19990 C5137CF111A58378004ADB99 /* JSDOMStringList.h */, … … 23426 23453 0F49669B1DB408C100A274BB /* DOMPointReadOnly.h */, 23427 23454 0F49669C1DB408C100A274BB /* DOMPointReadOnly.idl */, 23455 0F4710A91DB56AFC002DCEC3 /* DOMRect.h */, 23456 0F4710AA1DB56AFC002DCEC3 /* DOMRect.idl */, 23457 0F4710AB1DB56AFC002DCEC3 /* DOMRectInit.h */, 23458 0F4710AC1DB56AFC002DCEC3 /* DOMRectInit.idl */, 23459 0F4710AD1DB56AFC002DCEC3 /* DOMRectReadOnly.h */, 23460 0F4710AE1DB56AFC002DCEC3 /* DOMRectReadOnly.idl */, 23428 23461 C55610F011A704EB00B82D27 /* DOMStringList.cpp */, 23429 23462 C544274911A57E7A0063A749 /* DOMStringList.h */, … … 24781 24814 0F4966A31DB4091000A274BB /* DOMPointInit.h in Headers */, 24782 24815 0F49669F1DB408C100A274BB /* DOMPointReadOnly.h in Headers */, 24816 0F4710AF1DB56AFC002DCEC3 /* DOMRect.h in Headers */, 24817 0F4710B11DB56AFC002DCEC3 /* DOMRectInit.h in Headers */, 24818 0F4710B31DB56AFC002DCEC3 /* DOMRectReadOnly.h in Headers */, 24783 24819 5185FCB71BB4C7670012898F /* DOMRequestState.h in Headers */, 24784 24820 BC5A86850C33676000EEA649 /* DOMSelection.h in Headers */, … … 25450 25486 0F4966AF1DB40C4300A274BB /* JSDOMPointReadOnly.h in Headers */, 25451 25487 E172AF901811BC3700FBADB9 /* JSDOMPromise.h in Headers */, 25488 0F4710BC1DB56BE8002DCEC3 /* JSDOMRect.h in Headers */, 25489 0F4710BE1DB56BE8002DCEC3 /* JSDOMRectInit.h in Headers */, 25490 0F4710C01DB56BE8002DCEC3 /* JSDOMRectReadOnly.h in Headers */, 25452 25491 BC5A86B60C3367E800EEA649 /* JSDOMSelection.h in Headers */, 25453 25492 C5137CF311A58378004ADB99 /* JSDOMStringList.h in Headers */, … … 29129 29168 0F4966AE1DB40C4300A274BB /* JSDOMPointReadOnly.cpp in Sources */, 29130 29169 E172AF8F1811BC3700FBADB9 /* JSDOMPromise.cpp in Sources */, 29170 0F4710BB1DB56BE8002DCEC3 /* JSDOMRect.cpp in Sources */, 29171 0F4710BD1DB56BE8002DCEC3 /* JSDOMRectInit.cpp in Sources */, 29172 0F4710BF1DB56BE8002DCEC3 /* JSDOMRectReadOnly.cpp in Sources */, 29131 29173 BC5A86B50C3367E800EEA649 /* JSDOMSelection.cpp in Sources */, 29132 29174 C5137CF211A58378004ADB99 /* JSDOMStringList.cpp in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.