Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Side by Side Diff: third_party/WebKit/WebCore/WebCoreSources.bkl

Issue 20076: WebKit merge 40500:40539 [WebKit side] (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 dom/CDATASection.cpp 391 dom/CDATASection.cpp
392 dom/CSSMappedAttributeDeclaration.cpp 392 dom/CSSMappedAttributeDeclaration.cpp
393 dom/CharacterData.cpp 393 dom/CharacterData.cpp
394 dom/ChildNodeList.cpp 394 dom/ChildNodeList.cpp
395 dom/ClassNames.cpp 395 dom/ClassNames.cpp
396 dom/ClassNodeList.cpp 396 dom/ClassNodeList.cpp
397 dom/Clipboard.cpp 397 dom/Clipboard.cpp
398 dom/ClipboardEvent.cpp 398 dom/ClipboardEvent.cpp
399 dom/Comment.cpp 399 dom/Comment.cpp
400 dom/ContainerNode.cpp 400 dom/ContainerNode.cpp
401 dom/CrossThreadCopier.cpp
401 dom/DOMImplementation.cpp 402 dom/DOMImplementation.cpp
402 dom/DOMStringList.cpp 403 dom/DOMStringList.cpp
403 dom/Document.cpp 404 dom/Document.cpp
404 dom/DocumentFragment.cpp 405 dom/DocumentFragment.cpp
405 dom/DocumentType.cpp 406 dom/DocumentType.cpp
406 dom/DynamicNodeList.cpp 407 dom/DynamicNodeList.cpp
407 dom/EditingText.cpp 408 dom/EditingText.cpp
408 dom/Element.cpp 409 dom/Element.cpp
409 dom/Entity.cpp 410 dom/Entity.cpp
410 dom/EntityReference.cpp 411 dom/EntityReference.cpp
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 loader/NavigationAction.cpp 651 loader/NavigationAction.cpp
651 loader/NetscapePlugInStreamLoader.cpp 652 loader/NetscapePlugInStreamLoader.cpp
652 loader/PluginDocument.cpp 653 loader/PluginDocument.cpp
653 loader/ProgressTracker.cpp 654 loader/ProgressTracker.cpp
654 loader/Request.cpp 655 loader/Request.cpp
655 loader/ResourceLoader.cpp 656 loader/ResourceLoader.cpp
656 loader/SubresourceLoader.cpp 657 loader/SubresourceLoader.cpp
657 loader/TextDocument.cpp 658 loader/TextDocument.cpp
658 loader/TextResourceDecoder.cpp 659 loader/TextResourceDecoder.cpp
659 loader/ThreadableLoader.cpp 660 loader/ThreadableLoader.cpp
661 loader/WorkerThreadableLoader.cpp
660 loader/loader.cpp 662 loader/loader.cpp
661 </set> 663 </set>
662 664
663 <set append="1" var="WEBCORE_SOURCES_ICON"> 665 <set append="1" var="WEBCORE_SOURCES_ICON">
664 loader/icon/IconDatabase.cpp 666 loader/icon/IconDatabase.cpp
665 loader/icon/IconLoader.cpp 667 loader/icon/IconLoader.cpp
666 loader/icon/IconRecord.cpp 668 loader/icon/IconRecord.cpp
667 loader/icon/PageURLRecord.cpp 669 loader/icon/PageURLRecord.cpp
668 </set> 670 </set>
669 671
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 xml/XPathValue.cpp 1001 xml/XPathValue.cpp
1000 xml/XPathVariableReference.cpp 1002 xml/XPathVariableReference.cpp
1001 xml/XSLImportRule.cpp 1003 xml/XSLImportRule.cpp
1002 xml/XSLStyleSheet.cpp 1004 xml/XSLStyleSheet.cpp
1003 xml/XSLTExtensions.cpp 1005 xml/XSLTExtensions.cpp
1004 xml/XSLTUnicodeSort.cpp 1006 xml/XSLTUnicodeSort.cpp
1005 xml/XSLTProcessor.cpp 1007 xml/XSLTProcessor.cpp
1006 </set> 1008 </set>
1007 1009
1008 </makefile> 1010 </makefile>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698