|
| 1 | +2017-10-11 Sam Weinig < [email protected]> |
| 2 | + |
| 3 | + Remove out-parameter variants of copyToVector |
| 4 | + https://bugs.webkit.org/show_bug.cgi?id=178155 |
| 5 | + |
| 6 | + Reviewed by Tim Horton. |
| 7 | + |
| 8 | + * Modules/geolocation/Geolocation.cpp: |
| 9 | + (WebCore::Geolocation::stopTimersForOneShots): |
| 10 | + (WebCore::Geolocation::cancelAllRequests): |
| 11 | + (WebCore::Geolocation::handleError): |
| 12 | + (WebCore::Geolocation::makeSuccessCallbacks): |
| 13 | + * Modules/indexeddb/IDBDatabase.cpp: |
| 14 | + (WebCore::IDBDatabase::transaction): |
| 15 | + * Modules/indexeddb/IDBGetAllResult.cpp: |
| 16 | + (WebCore::IDBGetAllResult::allBlobFilePaths const): |
| 17 | + * Modules/indexeddb/server/MemoryIndex.cpp: |
| 18 | + (WebCore::IDBServer::MemoryIndex::notifyCursorsOfValueChange): |
| 19 | + (WebCore::IDBServer::MemoryIndex::notifyCursorsOfAllRecordsChanged): |
| 20 | + * css/CSSFontSelector.cpp: |
| 21 | + (WebCore::CSSFontSelector::dispatchInvalidationCallbacks): |
| 22 | + * dom/Document.cpp: |
| 23 | + (WebCore::Document::moveNodeIteratorsToNewDocument): |
| 24 | + (WebCore::Document::resume): |
| 25 | + (WebCore::Document::didAssociateFormControlsTimerFired): |
| 26 | + * dom/IdTargetObserverRegistry.cpp: |
| 27 | + (WebCore::IdTargetObserverRegistry::notifyObserversInternal): |
| 28 | + * dom/MutationObserver.cpp: |
| 29 | + (WebCore::MutationObserver::notifyMutationObservers): |
| 30 | + * dom/Node.cpp: |
| 31 | + (WebCore::Document::invalidateNodeListAndCollectionCaches): |
| 32 | + * dom/RadioButtonGroups.cpp: |
| 33 | + * dom/ScriptExecutionContext.cpp: |
| 34 | + (WebCore::ScriptExecutionContext::dispatchMessagePortEvents): |
| 35 | + (WebCore::ScriptExecutionContext::stopActiveDOMObjects): |
| 36 | + * loader/appcache/ApplicationCacheGroup.cpp: |
| 37 | + (WebCore::ApplicationCacheGroup::checkIfLoadIsComplete): |
| 38 | + (WebCore::ApplicationCacheGroup::deliverDelayedMainResources): |
| 39 | + * loader/cache/MemoryCache.cpp: |
| 40 | + (WebCore::MemoryCache::forEachResource): |
| 41 | + (WebCore::MemoryCache::pruneDeadResourcesToSize): |
| 42 | + * page/DOMWindow.cpp: |
| 43 | + (WebCore::DOMWindow::willDestroyCachedFrame): |
| 44 | + (WebCore::DOMWindow::willDestroyDocumentInFrame): |
| 45 | + (WebCore::DOMWindow::willDetachDocumentFromFrame): |
| 46 | + (WebCore::DOMWindow::disconnectDOMWindowProperties): |
| 47 | + (WebCore::DOMWindow::reconnectDOMWindowProperties): |
| 48 | + * page/FrameView.cpp: |
| 49 | + (WebCore::collectAndProtectWidgets): |
| 50 | + * page/MemoryRelease.cpp: |
| 51 | + (WebCore::releaseCriticalMemory): |
| 52 | + * page/Performance.cpp: |
| 53 | + (WebCore::Performance::queueEntry): |
| 54 | + * platform/cocoa/PasteboardCocoa.mm: |
| 55 | + (WebCore::Pasteboard::typesForLegacyUnsafeBindings): |
| 56 | + * platform/graphics/cocoa/FontCacheCoreText.cpp: |
| 57 | + (WebCore::FontCache::systemFontFamilies): |
| 58 | + * platform/ios/PlatformPasteboardIOS.mm: |
| 59 | + (WebCore::PlatformPasteboard::typesSafeForDOMToReadAndWrite const): |
| 60 | + * platform/ios/WebCoreMotionManager.mm: |
| 61 | + (-[WebCoreMotionManager sendAccelerometerData:]): |
| 62 | + (-[WebCoreMotionManager sendMotionData:withHeading:]): |
| 63 | + * platform/mac/PlatformPasteboardMac.mm: |
| 64 | + (WebCore::PlatformPasteboard::typesSafeForDOMToReadAndWrite const): |
| 65 | + * platform/network/cocoa/WebCoreNSURLSession.mm: |
| 66 | + (-[WebCoreNSURLSession invalidateAndCancel]): |
| 67 | + * rendering/RenderBlock.cpp: |
| 68 | + (WebCore::RenderBlock::endAndCommitUpdateScrollInfoAfterLayoutTransaction): |
| 69 | + * rendering/RenderBlockLineLayout.cpp: |
| 70 | + (WebCore::setLogicalWidthForTextRun): |
| 71 | + * rendering/RenderDeprecatedFlexibleBox.cpp: |
| 72 | + (WebCore::FlexBoxIterator::next): |
| 73 | + * rendering/RenderTableSection.cpp: |
| 74 | + (WebCore::RenderTableSection::paintObject): |
| 75 | + |
| 76 | + Replace out-parameter based copyToVector, with one that returns a Vector. |
| 77 | + |
1 | 78 | 2017-10-12 Yusuke Suzuki < [email protected]>
|
2 | 79 |
|
3 | 80 | Support integrity="" on module scripts
|
|
83505 | 83582 | (WebCore::CaptionUserPreferencesMediaAF::setInterestedInCaptionPreferenceChanges):
|
83506 | 83583 | * page/DOMWindow.cpp:
|
83507 | 83584 | (WebCore::DOMWindow::postMessage):
|
83508 |
| - * page/DeviceController.cpp: |
83509 |
| - (WebCore::DeviceController::addDeviceEventListener): |
83510 | 83585 | * page/EventHandler.cpp:
|
83511 | 83586 | (WebCore::EventHandler::scheduleHoverStateUpdate):
|
83512 | 83587 | * page/EventSource.cpp:
|
|
0 commit comments