| OLD | NEW |
| 1 <?xml version="1.0" ?> | 1 <?xml version="1.0" ?> |
| 2 <!-- | 2 <!-- |
| 3 | 3 |
| 4 Copyright (C) 2007 Kevin Ollivier. All rights reserved. | 4 Copyright (C) 2007 Kevin Ollivier. All rights reserved. |
| 5 | 5 |
| 6 Redistribution and use in source and binary forms, with or without | 6 Redistribution and use in source and binary forms, with or without |
| 7 modification, are permitted provided that the following conditions | 7 modification, are permitted provided that the following conditions |
| 8 are met: | 8 are met: |
| 9 | 9 |
| 10 1. Redistributions of source code must retain the above copyright | 10 1. Redistributions of source code must retain the above copyright |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 bindings/js/JSXMLHttpRequestUploadCustom.cpp | 115 bindings/js/JSXMLHttpRequestUploadCustom.cpp |
| 116 bindings/js/JSXSLTProcessorConstructor.cpp | 116 bindings/js/JSXSLTProcessorConstructor.cpp |
| 117 bindings/js/JSXSLTProcessorCustom.cpp | 117 bindings/js/JSXSLTProcessorCustom.cpp |
| 118 bindings/js/JSDOMBinding.cpp | 118 bindings/js/JSDOMBinding.cpp |
| 119 bindings/js/JSEventListener.cpp | 119 bindings/js/JSEventListener.cpp |
| 120 bindings/js/JSPluginElementFunctions.cpp | 120 bindings/js/JSPluginElementFunctions.cpp |
| 121 bindings/js/ScriptCachedFrameData.cpp | 121 bindings/js/ScriptCachedFrameData.cpp |
| 122 bindings/js/ScriptCallFrame.cpp | 122 bindings/js/ScriptCallFrame.cpp |
| 123 bindings/js/ScriptCallStack.cpp | 123 bindings/js/ScriptCallStack.cpp |
| 124 bindings/js/ScriptController.cpp | 124 bindings/js/ScriptController.cpp |
| 125 bindings/js/ScriptFunctionCall.cpp |
| 126 bindings/js/ScriptObject.cpp |
| 127 bindings/js/ScriptObjectQuarantine.cpp |
| 125 bindings/js/ScriptValue.cpp | 128 bindings/js/ScriptValue.cpp |
| 126 bindings/js/ScheduledAction.cpp | 129 bindings/js/ScheduledAction.cpp |
| 127 bindings/js/JSWebKitCSSMatrixConstructor.cpp | 130 bindings/js/JSWebKitCSSMatrixConstructor.cpp |
| 128 bindings/js/JSWebKitPointConstructor.cpp | 131 bindings/js/JSWebKitPointConstructor.cpp |
| 129 </set> | 132 </set> |
| 130 | 133 |
| 131 <set append="1" var="WEBCORE_SOURCES_BRIDGE"> | 134 <set append="1" var="WEBCORE_SOURCES_BRIDGE"> |
| 132 bridge/IdentifierRep.cpp | 135 bridge/IdentifierRep.cpp |
| 133 bridge/NP_jsobject.cpp | 136 bridge/NP_jsobject.cpp |
| 134 bridge/c/c_class.cpp | 137 bridge/c/c_class.cpp |
| (...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 xml/XPathValue.cpp | 1021 xml/XPathValue.cpp |
| 1019 xml/XPathVariableReference.cpp | 1022 xml/XPathVariableReference.cpp |
| 1020 xml/XSLImportRule.cpp | 1023 xml/XSLImportRule.cpp |
| 1021 xml/XSLStyleSheet.cpp | 1024 xml/XSLStyleSheet.cpp |
| 1022 xml/XSLTExtensions.cpp | 1025 xml/XSLTExtensions.cpp |
| 1023 xml/XSLTUnicodeSort.cpp | 1026 xml/XSLTUnicodeSort.cpp |
| 1024 xml/XSLTProcessor.cpp | 1027 xml/XSLTProcessor.cpp |
| 1025 </set> | 1028 </set> |
| 1026 | 1029 |
| 1027 </makefile> | 1030 </makefile> |
| OLD | NEW |