Skip to content

Commit

Permalink
Remove the deleted Database domain
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Jan 11, 2025
1 parent 550cf3a commit 9713f8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/chrome-devtools-kotlin.api
Original file line number Diff line number Diff line change
Expand Up @@ -60029,6 +60029,7 @@ public abstract interface class org/hildan/chrome/devtools/targets/AllDomainsTar
public abstract fun getBluetoothEmulation ()Lorg/hildan/chrome/devtools/domains/bluetoothemulation/BluetoothEmulationDomain;
public abstract fun getCast ()Lorg/hildan/chrome/devtools/domains/cast/CastDomain;
public abstract fun getConsole ()Lorg/hildan/chrome/devtools/domains/console/ConsoleDomain;
public abstract fun getDatabase ()Lorg/hildan/chrome/devtools/domains/database/DatabaseDomain;
public abstract fun getEventBreakpoints ()Lorg/hildan/chrome/devtools/domains/eventbreakpoints/EventBreakpointsDomain;
public abstract fun getExtensions ()Lorg/hildan/chrome/devtools/domains/extensions/ExtensionsDomain;
public abstract fun getFileSystem ()Lorg/hildan/chrome/devtools/domains/filesystem/FileSystemDomain;
Expand Down Expand Up @@ -60074,7 +60075,6 @@ public abstract interface class org/hildan/chrome/devtools/targets/PageTarget {
public abstract fun getBrowser ()Lorg/hildan/chrome/devtools/domains/browser/BrowserDomain;
public abstract fun getCacheStorage ()Lorg/hildan/chrome/devtools/domains/cachestorage/CacheStorageDomain;
public abstract fun getCss ()Lorg/hildan/chrome/devtools/domains/css/CSSDomain;
public abstract fun getDatabase ()Lorg/hildan/chrome/devtools/domains/database/DatabaseDomain;
public abstract fun getDebugger ()Lorg/hildan/chrome/devtools/domains/debugger/DebuggerDomain;
public abstract fun getDeviceAccess ()Lorg/hildan/chrome/devtools/domains/deviceaccess/DeviceAccessDomain;
public abstract fun getDeviceOrientation ()Lorg/hildan/chrome/devtools/domains/deviceorientation/DeviceOrientationDomain;
Expand Down
1 change: 0 additions & 1 deletion protocol-definition/target_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"Animation",
"CacheStorage",
"CSS",
"Database",
"Debugger",
"DOMDebugger",
"DOMSnapshot",
Expand Down
1 change: 0 additions & 1 deletion src/jvmTest/kotlin/IntegrationTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ class IntegrationTests {
// https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/233
//page.cacheStorage.requestCacheNames(RequestCacheNamesRequest("google.com"))
page.css.getMediaQueries()
page.database.enable()
page.debugger.disable()
page.deviceOrientation.clearDeviceOrientationOverride()
page.domDebugger.setDOMBreakpoint(
Expand Down

0 comments on commit 9713f8c

Please sign in to comment.