| OLD | NEW |
| 1 # Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 1 # Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 2 # Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> | 2 # Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com> |
| 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 # | 7 # |
| 8 # 1. Redistributions of source code must retain the above copyright | 8 # 1. Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # 2. Redistributions in binary form must reproduce the above copyright | 10 # 2. Redistributions in binary form must reproduce the above copyright |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 HTMLTableColElement \ | 156 HTMLTableColElement \ |
| 157 HTMLTableElement \ | 157 HTMLTableElement \ |
| 158 HTMLTableRowElement \ | 158 HTMLTableRowElement \ |
| 159 HTMLTableSectionElement \ | 159 HTMLTableSectionElement \ |
| 160 HTMLTextAreaElement \ | 160 HTMLTextAreaElement \ |
| 161 HTMLTitleElement \ | 161 HTMLTitleElement \ |
| 162 HTMLUListElement \ | 162 HTMLUListElement \ |
| 163 HTMLVideoElement \ | 163 HTMLVideoElement \ |
| 164 History \ | 164 History \ |
| 165 ImageData \ | 165 ImageData \ |
| 166 InspectorController \ |
| 166 KeyboardEvent \ | 167 KeyboardEvent \ |
| 167 Location \ | 168 Location \ |
| 168 MediaError \ | 169 MediaError \ |
| 169 MediaList \ | 170 MediaList \ |
| 170 MessageChannel \ | 171 MessageChannel \ |
| 171 MessageEvent \ | 172 MessageEvent \ |
| 172 MessagePort \ | 173 MessagePort \ |
| 173 MimeType \ | 174 MimeType \ |
| 174 MimeTypeArray \ | 175 MimeTypeArray \ |
| 175 MouseEvent \ | 176 MouseEvent \ |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 # Objective-C bindings | 728 # Objective-C bindings |
| 728 | 729 |
| 729 DOM%.h : %.idl $(GENERATE_BINDINGS_SCRIPTS) bindings/scripts/CodeGeneratorObjC.p
m bindings/objc/PublicDOMInterfaces.h | 730 DOM%.h : %.idl $(GENERATE_BINDINGS_SCRIPTS) bindings/scripts/CodeGeneratorObjC.p
m bindings/objc/PublicDOMInterfaces.h |
| 730 $(GENERATE_BINDINGS) --defines "$(FEATURE_DEFINES) LANGUAGE_OBJECTIVE_C"
--generator ObjC $< | 731 $(GENERATE_BINDINGS) --defines "$(FEATURE_DEFINES) LANGUAGE_OBJECTIVE_C"
--generator ObjC $< |
| 731 | 732 |
| 732 # -------- | 733 # -------- |
| 733 | 734 |
| 734 endif | 735 endif |
| 735 | 736 |
| 736 # ------------------------ | 737 # ------------------------ |
| OLD | NEW |