Changeset 150300 in webkit
- Timestamp:
- May 17, 2013, 2:41:18 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r150297 r150300 1 2013-05-17 Alexey Proskuryakov <ap@apple.com> 2 3 [Mac] Add DOMWindowConstructors.idl to Xcode project file 4 https://bugs.webkit.org/show_bug.cgi?id=116351 5 6 Reviewed by Anders Carlsson. 7 8 * WebCore.xcodeproj/project.pbxproj: Added the file, so that Xcode includes it 9 in searches. 10 1 11 2013-05-17 Ryosuke Niwa <rniwa@webkit.org> 2 12 -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r150276 r150300 12300 12300 E1C4DE680EA75C1E0023CCD6 /* ActiveDOMObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActiveDOMObject.h; sourceTree = "<group>"; }; 12301 12301 E1C4DE6D0EA75C650023CCD6 /* ActiveDOMObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveDOMObject.cpp; sourceTree = "<group>"; }; 12302 E1C6CFC21746D293007B87A1 /* DOMWindowConstructors.idl */ = {isa = PBXFileReference; lastKnownFileType = text; path = DOMWindowConstructors.idl; sourceTree = "<group>"; }; 12302 12303 E1C8BE5C0E8BD15A0064CB7D /* JSWorker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWorker.cpp; sourceTree = "<group>"; }; 12303 12304 E1CA5CBB0E8CDCAF00E8EF90 /* JSWorkerCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWorkerCustom.cpp; sourceTree = "<group>"; }; … … 14443 14444 6565814809D13043000E61D7 /* CSSValueKeywords.h */, 14444 14445 9B3A8871145632F9003AE8F5 /* DOMDOMSettableTokenList.h */, 14446 E1C6CFC21746D293007B87A1 /* DOMWindowConstructors.idl */, 14445 14447 9766504E144FBFFE00F6BB51 /* EventFactory.cpp */, 14446 14448 970B72A5145008EB00F00A37 /* EventHeaders.h */,
Note:
See TracChangeset
for help on using the changeset viewer.