forked from Feodor2/Mypal68
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fedor
committed
Apr 22, 2024
1 parent
31cef1d
commit 7c18fe1
Showing
2,020 changed files
with
82,055 additions
and
76,150 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
devtools/client/aboutdebugging-new/test/jest/components/shared-message.test.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
||
/* | ||
* Global styles | ||
*/ | ||
@import "resource://devtools/client/themes/variables.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/base.css"; | ||
|
||
/* | ||
* Components | ||
*/ | ||
@import "resource://devtools/client/aboutdebugging/src/components/App.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/ProfilerDialog.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/RuntimeActions.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/RuntimeInfo.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/connect/ConnectPage.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/connect/ConnectSection.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/connect/ConnectSteps.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/connect/NetworkLocationsForm.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/connect/NetworkLocationsList.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetItem.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetList.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetPane.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/debugtarget/FieldPair.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/debugtarget/ServiceWorkerAction.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstallSection.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/shared/IconLabel.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/shared/Message.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/sidebar/Sidebar.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/sidebar/SidebarFixedItem.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/sidebar/SidebarItem.css"; | ||
@import "resource://devtools/client/aboutdebugging/src/components/sidebar/SidebarRuntimeItem.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.