Remove config.h inclusion from third_party/WebKit/Source/modules/[a-i]*/.
This CL has no behavior changes. BUG=570234 TBR=yutak@chromium.org Review URL: https://codereview.chromium.org/1541013002 Cr-Commit-Position: refs/heads/master@{#366503}
This commit is contained in:
third_party/WebKit/Source/modules
accessibility
AXARIAGrid.cppAXARIAGridCell.cppAXARIAGridRow.cppAXImageMapLink.cppAXInlineTextBox.cppAXLayoutObject.cppAXList.cppAXListBox.cppAXListBoxOption.cppAXMediaControls.cppAXMenuList.cppAXMenuListOption.cppAXMenuListPopup.cppAXMockObject.cppAXNodeObject.cppAXObject.cppAXObjectCacheImpl.cppAXObjectTest.cppAXProgressIndicator.cppAXSVGRoot.cppAXScrollView.cppAXScrollbar.cppAXSlider.cppAXSpinButton.cppAXTable.cppAXTableCell.cppAXTableColumn.cppAXTableHeaderContainer.cppAXTableRow.cppInspectorAccessibilityAgent.cppInspectorTypeBuilderHelper.cpp
testing
app_banner
audio_output_devices
background_sync
ServiceWorkerRegistrationSync.cppSyncCallbacks.cppSyncError.cppSyncEvent.cppSyncManager.cppSyncRegistration.cpp
battery
beacon
bluetooth
Bluetooth.cppBluetoothAdvertisingData.cppBluetoothCharacteristicProperties.cppBluetoothDevice.cppBluetoothError.cppBluetoothGATTCharacteristic.cppBluetoothGATTRemoteServer.cppBluetoothGATTService.cppBluetoothSupplement.cppBluetoothUUID.cppConvertWebVectorToArrayBuffer.cppNavigatorBluetooth.cpp
cachestorage
Cache.cppCacheStorage.cppCacheStorageError.cppCacheTest.cppGlobalCacheStorage.cppInspectorCacheStorageAgent.cpp
canvas2d
CanvasGradient.cppCanvasPathMethods.cppCanvasPattern.cppCanvasRenderingContext2D.cppCanvasRenderingContext2DAPITest.cppCanvasRenderingContext2DState.cppCanvasRenderingContext2DTest.cppCanvasStyle.cppClipList.cppContextAttributeHelpers.cppEventHitRegion.cppHitRegion.cppMouseEventHitRegion.cppTouchHitRegion.cpp
compositorworker
CompositorWorker.cppCompositorWorkerGlobalScope.cppCompositorWorkerMessagingProxy.cppCompositorWorkerThread.cppCompositorWorkerThreadTest.cpp
credentialmanager
Credential.cppCredentialManagerClient.cppCredentialsContainer.cppFederatedCredential.cppNavigatorCredentials.cppPasswordCredential.cpp
crypto
Crypto.cppCryptoHistograms.cppCryptoKey.cppCryptoResultImpl.cppDOMWindowCrypto.cppNormalizeAlgorithm.cppSubtleCrypto.cppWorkerGlobalScopeCrypto.cpp
device_light
device_orientation
DeviceAcceleration.cppDeviceMotionController.cppDeviceMotionData.cppDeviceMotionDispatcher.cppDeviceMotionEvent.cppDeviceOrientationAbsoluteController.cppDeviceOrientationController.cppDeviceOrientationData.cppDeviceOrientationDispatcher.cppDeviceOrientationEvent.cppDeviceOrientationInspectorAgent.cppDeviceRotationRate.cpp
donottrack
encoding
encryptedmedia
ContentDecryptionModuleResultPromise.cppEncryptedMediaUtils.cppHTMLMediaElementEncryptedMedia.cppMediaEncryptedEvent.cppMediaKeyMessageEvent.cppMediaKeySession.cppMediaKeyStatusMap.cppMediaKeySystemAccess.cppMediaKeys.cppMediaKeysController.cppNavigatorRequestMediaKeySystemAccess.cppSimpleContentDecryptionModuleResultPromise.cpp
fetch
Body.cppBodyStreamBuffer.cppBodyStreamBufferTest.cppCompositeDataConsumerHandle.cppCompositeDataConsumerHandleTest.cppDataConsumerHandleTestUtil.cppDataConsumerHandleUtil.cppDataConsumerHandleUtilTest.cppDataConsumerTee.cppDataConsumerTeeTest.cppFetchBlobDataConsumerHandle.cppFetchBlobDataConsumerHandleTest.cppFetchDataLoader.cppFetchDataLoaderTest.cppFetchFormDataConsumerHandle.cppFetchFormDataConsumerHandleTest.cppFetchHeaderList.cppFetchManager.cppFetchRequestData.cppFetchResponseData.cppFetchResponseDataTest.cppGlobalFetch.cppHeaders.cppReadableStreamDataConsumerHandle.cppReadableStreamDataConsumerHandleTest.cppRequest.cppRequestInit.cppRequestTest.cppResponse.cppResponseTest.cpp
filesystem
DOMFilePath.cppDOMFileSystem.cppDOMFileSystemBase.cppDOMFileSystemBaseTest.cppDOMFileSystemSync.cppDOMWindowFileSystem.cppDataTransferItemFileSystem.cppDevToolsHostFileSystem.cppDirectoryEntry.cppDirectoryEntrySync.cppDirectoryReader.cppDirectoryReaderSync.cppDraggedIsolatedFileSystemImpl.cppEntry.cppEntryBase.cppEntrySync.cppFileEntry.cppFileEntrySync.cppFileSystemCallbacks.cppFileWriter.cppFileWriterBase.cppFileWriterSync.cppHTMLInputElementFileSystem.cppInspectorFileSystemAgent.cppLocalFileSystem.cppWorkerGlobalScopeFileSystem.cpp
gamepad
Gamepad.cppGamepadButton.cppGamepadDispatcher.cppGamepadEvent.cppGamepadList.cppNavigatorGamepad.cpp
geofencing
CircularGeofencingRegion.cppGeofencing.cppGeofencingError.cppGeofencingEvent.cppServiceWorkerRegistrationGeofencing.cppWorkerNavigatorGeofencing.cpp
geolocation
Coordinates.cppGeoNotifier.cppGeolocation.cppGeolocationController.cppGeolocationWatchers.cppNavigatorGeolocation.cpp
testing
indexeddb
DOMWindowIndexedDatabase.cppIDBAny.cppIDBCursor.cppIDBCursorWithValue.cppIDBDatabase.cppIDBDatabaseCallbacks.cppIDBEventDispatcher.cppIDBFactory.cppIDBIndex.cppIDBKey.cppIDBKeyPath.cppIDBKeyPathTest.cppIDBKeyRange.cppIDBMetadata.cppIDBObjectStore.cppIDBOpenDBRequest.cppIDBRequest.cppIDBRequestTest.cppIDBTransaction.cppIDBTransactionTest.cppIDBValue.cppIDBVersionChangeEvent.cppIndexedDBClient.cppInspectorIndexedDBAgent.cppMockWebIDBDatabase.cppWebIDBCallbacksImpl.cppWebIDBDatabaseCallbacksImpl.cppWorkerGlobalScopeIndexedDatabase.cpp
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXARIAGrid.h"
|
||||
|
||||
#include "core/layout/LayoutObject.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXARIAGridCell.h"
|
||||
|
||||
#include "modules/accessibility/AXObjectCacheImpl.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXARIAGridRow.h"
|
||||
|
||||
#include "modules/accessibility/AXObjectCacheImpl.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXImageMapLink.h"
|
||||
|
||||
#include "core/dom/ElementTraversal.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXInlineTextBox.h"
|
||||
|
||||
#include "core/dom/Range.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXLayoutObject.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXList.h"
|
||||
|
||||
#include "core/html/HTMLUListElement.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXListBox.h"
|
||||
|
||||
#include "core/html/HTMLOptionElement.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXListBoxOption.h"
|
||||
|
||||
#include "core/html/HTMLOptionElement.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXMediaControls.h"
|
||||
|
||||
#include "modules/accessibility/AXObjectCacheImpl.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXMenuList.h"
|
||||
|
||||
#include "core/html/HTMLSelectElement.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXMenuListOption.h"
|
||||
|
||||
#include "modules/accessibility/AXMenuListPopup.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXMenuListPopup.h"
|
||||
|
||||
#include "core/html/HTMLSelectElement.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXMockObject.h"
|
||||
|
||||
#include "modules/accessibility/AXObjectCacheImpl.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXNodeObject.h"
|
||||
|
||||
#include "core/InputTypeNames.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXObject.h"
|
||||
|
||||
#include "core/editing/EditingUtilities.h"
|
||||
|
@ -26,8 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "modules/accessibility/AXObjectCacheImpl.h"
|
||||
|
||||
#include "core/HTMLNames.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXObject.h"
|
||||
|
||||
#include "core/dom/Document.h"
|
||||
|
@ -18,7 +18,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXProgressIndicator.h"
|
||||
|
||||
#include "core/html/HTMLProgressElement.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXSVGRoot.h"
|
||||
|
||||
#include "modules/accessibility/AXObjectCacheImpl.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXScrollView.h"
|
||||
|
||||
#include "core/frame/FrameView.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXScrollbar.h"
|
||||
|
||||
#include "modules/accessibility/AXObjectCacheImpl.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXSlider.h"
|
||||
|
||||
#include "core/dom/shadow/ShadowRoot.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXSpinButton.h"
|
||||
|
||||
#include "core/layout/LayoutObject.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXTable.h"
|
||||
|
||||
#include "core/dom/ElementTraversal.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXTableCell.h"
|
||||
|
||||
#include "core/layout/LayoutTableCell.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXTableColumn.h"
|
||||
|
||||
#include "core/layout/LayoutTableCell.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXTableHeaderContainer.h"
|
||||
|
||||
#include "modules/accessibility/AXObjectCacheImpl.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/AXTableRow.h"
|
||||
|
||||
#include "core/layout/LayoutTableRow.h"
|
||||
|
@ -2,8 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "modules/accessibility/InspectorAccessibilityAgent.h"
|
||||
|
||||
#include "core/HTMLNames.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/accessibility/InspectorTypeBuilderHelper.h"
|
||||
|
||||
#include "core/InspectorTypeBuilder.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "InternalsAccessibility.h"
|
||||
|
||||
#include "core/testing/Internals.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/app_banner/AppBannerCallbacks.h"
|
||||
|
||||
namespace blink {
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/app_banner/AppBannerController.h"
|
||||
|
||||
#include "core/EventTypeNames.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/app_banner/AppBannerPromptResult.h"
|
||||
|
||||
#include "public/platform/modules/app_banner/WebAppBannerPromptResult.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/app_banner/BeforeInstallPromptEvent.h"
|
||||
|
||||
#include "bindings/core/v8/ScriptPromise.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/audio_output_devices/AudioOutputDeviceClient.h"
|
||||
|
||||
#include "core/dom/Document.h"
|
||||
|
1
third_party/WebKit/Source/modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp
vendored
1
third_party/WebKit/Source/modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp
vendored
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.h"
|
||||
|
||||
#include "bindings/core/v8/ScriptPromiseResolver.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/audio_output_devices/SetSinkIdCallbacks.h"
|
||||
|
||||
#include "bindings/core/v8/ScriptPromiseResolver.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/background_sync/ServiceWorkerRegistrationSync.h"
|
||||
|
||||
#include "modules/background_sync/SyncManager.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/background_sync/SyncCallbacks.h"
|
||||
|
||||
#include "bindings/core/v8/ScriptPromiseResolver.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/background_sync/SyncError.h"
|
||||
|
||||
#include "core/dom/DOMException.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/background_sync/SyncEvent.h"
|
||||
|
||||
namespace blink {
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/background_sync/SyncManager.h"
|
||||
|
||||
#include "bindings/core/v8/CallbackPromiseAdapter.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/background_sync/SyncRegistration.h"
|
||||
|
||||
#include "bindings/core/v8/CallbackPromiseAdapter.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/battery/BatteryDispatcher.h"
|
||||
|
||||
#include "modules/battery/BatteryStatus.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/battery/BatteryManager.h"
|
||||
|
||||
#include "core/dom/Document.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/battery/BatteryStatus.h"
|
||||
|
||||
#include <limits>
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/battery/NavigatorBattery.h"
|
||||
|
||||
#include "core/frame/LocalFrame.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/beacon/NavigatorBeacon.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/Bluetooth.h"
|
||||
|
||||
#include "bindings/core/v8/CallbackPromiseAdapter.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/BluetoothAdvertisingData.h"
|
||||
|
||||
namespace blink {
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/BluetoothCharacteristicProperties.h"
|
||||
|
||||
namespace blink {
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/BluetoothDevice.h"
|
||||
|
||||
#include "bindings/core/v8/CallbackPromiseAdapter.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/BluetoothError.h"
|
||||
|
||||
#include "core/dom/DOMException.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/BluetoothGATTCharacteristic.h"
|
||||
|
||||
#include "bindings/core/v8/CallbackPromiseAdapter.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/BluetoothGATTRemoteServer.h"
|
||||
|
||||
#include "bindings/core/v8/CallbackPromiseAdapter.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/BluetoothGATTService.h"
|
||||
|
||||
#include "bindings/core/v8/CallbackPromiseAdapter.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/BluetoothSupplement.h"
|
||||
|
||||
#include "core/dom/Document.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/BluetoothUUID.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/ConvertWebVectorToArrayBuffer.h"
|
||||
|
||||
namespace blink {
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/bluetooth/NavigatorBluetooth.h"
|
||||
|
||||
#include "core/frame/Navigator.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/cachestorage/Cache.h"
|
||||
|
||||
#include "bindings/core/v8/CallbackPromiseAdapter.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/cachestorage/CacheStorage.h"
|
||||
|
||||
#include "bindings/core/v8/ScriptPromiseResolver.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/cachestorage/CacheStorageError.h"
|
||||
|
||||
#include "core/dom/DOMException.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/cachestorage/Cache.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/cachestorage/GlobalCacheStorage.h"
|
||||
|
||||
#include "core/dom/ExecutionContext.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/cachestorage/InspectorCacheStorageAgent.h"
|
||||
|
||||
#include "core/InspectorBackendDispatcher.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/CanvasGradient.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -32,7 +32,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/CanvasPathMethods.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/CanvasPattern.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/CanvasRenderingContext2D.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionMessages.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/CanvasRenderingContext2D.h"
|
||||
|
||||
#include "core/frame/FrameView.h"
|
||||
|
@ -2,8 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "modules/canvas2d/CanvasRenderingContext2DState.h"
|
||||
|
||||
#include "core/css/CSSFontSelector.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/CanvasRenderingContext2D.h"
|
||||
|
||||
#include "core/fetch/MemoryCache.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/CanvasStyle.h"
|
||||
|
||||
#include "core/CSSPropertyNames.h"
|
||||
|
@ -2,8 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "modules/canvas2d/ClipList.h"
|
||||
|
||||
#include "platform/transforms/AffineTransform.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/ContextAttributeHelpers.h"
|
||||
|
||||
namespace blink {
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/EventHitRegion.h"
|
||||
|
||||
#include "core/dom/Document.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/HitRegion.h"
|
||||
|
||||
#include "core/dom/AXObjectCache.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/MouseEventHitRegion.h"
|
||||
|
||||
#include "core/events/MouseEvent.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/canvas2d/TouchHitRegion.h"
|
||||
|
||||
#include "core/dom/Touch.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/compositorworker/CompositorWorker.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/compositorworker/CompositorWorkerGlobalScope.h"
|
||||
|
||||
#include "bindings/core/v8/SerializedScriptValue.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/compositorworker/CompositorWorkerMessagingProxy.h"
|
||||
|
||||
#include "core/workers/WorkerThreadStartupData.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/compositorworker/CompositorWorkerThread.h"
|
||||
|
||||
#include "bindings/core/v8/V8GCController.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/compositorworker/CompositorWorkerThread.h"
|
||||
|
||||
#include "bindings/core/v8/ScriptSourceCode.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/credentialmanager/Credential.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/credentialmanager/CredentialManagerClient.h"
|
||||
|
||||
#include "bindings/core/v8/ScriptState.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/credentialmanager/CredentialsContainer.h"
|
||||
|
||||
#include "bindings/core/v8/Dictionary.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/credentialmanager/FederatedCredential.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/credentialmanager/NavigatorCredentials.h"
|
||||
|
||||
#include "core/dom/Document.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/credentialmanager/PasswordCredential.h"
|
||||
|
||||
#include "bindings/core/v8/Dictionary.h"
|
||||
|
@ -27,7 +27,6 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/crypto/Crypto.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/crypto/CryptoHistograms.h"
|
||||
|
||||
#include "core/frame/UseCounter.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/crypto/CryptoKey.h"
|
||||
|
||||
#include "bindings/core/v8/ExceptionState.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/crypto/CryptoResultImpl.h"
|
||||
|
||||
#include "bindings/core/v8/Dictionary.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/crypto/DOMWindowCrypto.h"
|
||||
|
||||
#include "core/frame/LocalDOMWindow.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/crypto/NormalizeAlgorithm.h"
|
||||
|
||||
#include "bindings/core/v8/Dictionary.h"
|
||||
|
@ -28,7 +28,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "modules/crypto/SubtleCrypto.h"
|
||||
|
||||
#include "bindings/core/v8/Dictionary.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user