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

Side by Side Diff: Source/WebKit/chromium/WebKit.gyp

Issue 10377148: Revert 116712 - Source/WebCore: [chromium] DomStorage events handling needs TLC (2) (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1137/
Patch Set: Created 8 years, 7 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
OLDNEW
1 # 1 #
2 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
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 are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * 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 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'src/ScrollbarGroup.h', 463 'src/ScrollbarGroup.h',
464 'src/SharedWorkerRepository.cpp', 464 'src/SharedWorkerRepository.cpp',
465 'src/SocketStreamHandle.cpp', 465 'src/SocketStreamHandle.cpp',
466 'src/SocketStreamHandleInternal.h', 466 'src/SocketStreamHandleInternal.h',
467 'src/SpeechInputClientImpl.cpp', 467 'src/SpeechInputClientImpl.cpp',
468 'src/SpeechInputClientImpl.h', 468 'src/SpeechInputClientImpl.h',
469 'src/SpeechRecognitionClientProxy.cpp', 469 'src/SpeechRecognitionClientProxy.cpp',
470 'src/SpeechRecognitionClientProxy.h', 470 'src/SpeechRecognitionClientProxy.h',
471 'src/StorageAreaProxy.cpp', 471 'src/StorageAreaProxy.cpp',
472 'src/StorageAreaProxy.h', 472 'src/StorageAreaProxy.h',
473 'src/StorageEventDispatcherImpl.cpp',
474 'src/StorageEventDispatcherImpl.h',
473 'src/StorageInfoChromium.cpp', 475 'src/StorageInfoChromium.cpp',
474 'src/StorageNamespaceProxy.cpp', 476 'src/StorageNamespaceProxy.cpp',
475 'src/StorageNamespaceProxy.h', 477 'src/StorageNamespaceProxy.h',
476 'src/TextFieldDecoratorImpl.h', 478 'src/TextFieldDecoratorImpl.h',
477 'src/TextFieldDecoratorImpl.cpp', 479 'src/TextFieldDecoratorImpl.cpp',
478 'src/UserMediaClientImpl.h', 480 'src/UserMediaClientImpl.h',
479 'src/UserMediaClientImpl.cpp', 481 'src/UserMediaClientImpl.cpp',
480 'src/WebTextCheckingCompletionImpl.h', 482 'src/WebTextCheckingCompletionImpl.h',
481 'src/WebTextCheckingCompletionImpl.cpp', 483 'src/WebTextCheckingCompletionImpl.cpp',
482 'src/WebTextCheckingResult.cpp', 484 'src/WebTextCheckingResult.cpp',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'src/WebSocket.cpp', 642 'src/WebSocket.cpp',
641 'src/WebSocketImpl.cpp', 643 'src/WebSocketImpl.cpp',
642 'src/WebSocketImpl.h', 644 'src/WebSocketImpl.h',
643 'src/WebSolidColorLayer.cpp', 645 'src/WebSolidColorLayer.cpp',
644 'src/WebSolidColorLayerImpl.cpp', 646 'src/WebSolidColorLayerImpl.cpp',
645 'src/WebSpeechGrammar.cpp', 647 'src/WebSpeechGrammar.cpp',
646 'src/WebSpeechInputResult.cpp', 648 'src/WebSpeechInputResult.cpp',
647 'src/WebSpeechRecognitionHandle.cpp', 649 'src/WebSpeechRecognitionHandle.cpp',
648 'src/WebSpeechRecognitionResult.cpp', 650 'src/WebSpeechRecognitionResult.cpp',
649 'src/WebStorageEventDispatcherImpl.cpp', 651 'src/WebStorageEventDispatcherImpl.cpp',
652 'src/WebStorageEventDispatcherImpl.h',
650 'src/WebStorageQuotaCallbacksImpl.cpp', 653 'src/WebStorageQuotaCallbacksImpl.cpp',
651 'src/WebStorageQuotaCallbacksImpl.h', 654 'src/WebStorageQuotaCallbacksImpl.h',
652 'src/WebSurroundingText.cpp', 655 'src/WebSurroundingText.cpp',
653 'src/WebTextRun.cpp', 656 'src/WebTextRun.cpp',
654 'src/WebURLLoadTiming.cpp', 657 'src/WebURLLoadTiming.cpp',
655 'src/WebScopedUserGesture.cpp', 658 'src/WebScopedUserGesture.cpp',
656 'src/WebUserMediaRequest.cpp', 659 'src/WebUserMediaRequest.cpp',
657 'src/WebVideoLayer.cpp', 660 'src/WebVideoLayer.cpp',
658 'src/WebViewImpl.cpp', 661 'src/WebViewImpl.cpp',
659 'src/WebViewImpl.h', 662 'src/WebViewImpl.h',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 'destination': '<(PRODUCT_DIR)/resources/inspector', 1147 'destination': '<(PRODUCT_DIR)/resources/inspector',
1145 'files': [ 1148 'files': [
1146 '<@(webinspector_standalone_css_files)', 1149 '<@(webinspector_standalone_css_files)',
1147 ], 1150 ],
1148 }], 1151 }],
1149 }, 1152 },
1150 ], 1153 ],
1151 }], 1154 }],
1152 ], # conditions 1155 ], # conditions
1153 } 1156 }
OLDNEW
« no previous file with comments | « Source/WebCore/storage/StorageAreaImpl.cpp ('k') | Source/WebKit/chromium/public/WebStorageArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698