Skip to content

Commit d03a01e

Browse files
danilsomsikovDevtools-frontend LUCI CQ
authored andcommitted
Also consider this.element as a DOM fragment
Bug: 400353541 Change-Id: I62a195abe83ee3ae4b454dbe7f185a63f0a32e00 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6422145 Reviewed-by: Philip Pfaffe <[email protected]> Auto-Submit: Danil Somsikov <[email protected]> Commit-Queue: Philip Pfaffe <[email protected]>
1 parent 4bb7a7b commit d03a01e

File tree

61 files changed

+83
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+83
-2
lines changed

front_end/models/extensions/ExtensionPanel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
30+
/* eslint-disable rulesdir/no-imperative-dom-api */
3031

3132
import '../../ui/legacy/legacy.js';
3233

front_end/models/extensions/ExtensionView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
30+
/* eslint-disable rulesdir/no-imperative-dom-api */
3031

3132
import * as UI from '../../ui/legacy/legacy.js';
3233

front_end/panels/accessibility/AccessibilitySubPane.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2020 The Chromium Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4+
/* eslint-disable rulesdir/no-imperative-dom-api */
45

56
import type * as Platform from '../../core/platform/platform.js';
67
import type * as SDK from '../../core/sdk/sdk.js';

front_end/panels/accessibility/SourceOrderView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2020 The Chromium Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4+
/* eslint-disable rulesdir/no-imperative-dom-api */
45

56
import * as Host from '../../core/host/host.js';
67
import * as i18n from '../../core/i18n/i18n.js';

front_end/panels/animation/AnimationGroupPreviewUI.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) 2015 The Chromium Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4+
/* eslint-disable rulesdir/no-imperative-dom-api */
45

56
import type * as SDK from '../../core/sdk/sdk.js';
67
import * as IconButton from '../../ui/components/icon_button/icon_button.js';

front_end/panels/application/DOMStorageItemsView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2021 The Chromium Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4+
/* eslint-disable rulesdir/no-imperative-dom-api */
45

56
/*
67
* Copyright (C) 2008 Nokia Inc. All rights reserved.

front_end/panels/application/ExtensionStorageItemsView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2024 The Chromium Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4+
/* eslint-disable rulesdir/no-imperative-dom-api */
45

56
/*
67
* Copyright (C) 2008 Nokia Inc. All rights reserved.

front_end/panels/application/IndexedDBViews.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
30+
/* eslint-disable rulesdir/no-imperative-dom-api */
3031

3132
import '../../ui/components/report_view/report_view.js';
3233
import '../../ui/legacy/legacy.js';

front_end/panels/application/InterestGroupStorageView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2021 The Chromium Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4+
/* eslint-disable rulesdir/no-imperative-dom-api */
45

56
import * as i18n from '../../core/i18n/i18n.js';
67
import * as Protocol from '../../generated/protocol.js';

front_end/panels/application/ReportingApiView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright 2021 The Chromium Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4+
/* eslint-disable rulesdir/no-imperative-dom-api */
45

56
import * as i18n from '../../core/i18n/i18n.js';
67
import type * as Platform from '../../core/platform/platform.js';

0 commit comments

Comments
 (0)