Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
.cipd/
.gclient
.gclient_entries
devtools-frontend/
node_modules/
node_modules/
.gclient_previous_sync_commits
.gcs_entries
9 changes: 8 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
DEPS
.gitmodules
.gitmodules
devtools-frontend
.gclient
.gclient_entries
.gclient_previous_sync_commits
.gcs_entries
build.js
.cipd
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This module contains a zero dependency prebuilt version of devtools-frontend.

```
yarn update
yarn config
yarn sync
yarn configure
yarn make
```
3 changes: 2 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const fs = require('fs-extra');
filter: (src, dest) => {
const isJunk = src.endsWith(".map") || src.endsWith(".ts")
const isNonEngishLocale = src.includes('/locales/') && !src.endsWith('en-US.json');
return !(isJunk || isNonEngishLocale);
const isFixture = src.includes('/fixtures/');
return !(isJunk || isNonEngishLocale || isFixture);
}
})
} catch (e) {
Expand Down
1 change: 1 addition & 0 deletions devtools-frontend
Submodule devtools-frontend added at b4497e
1 change: 1 addition & 0 deletions front_end/Images/3d-center.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions front_end/Images/3d-pan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions front_end/Images/3d-rotate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
318 changes: 210 additions & 108 deletions front_end/Images/Images.js

Large diffs are not rendered by default.

318 changes: 210 additions & 108 deletions front_end/Images/Images.prebundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion front_end/Images/accelerometer-back.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion front_end/Images/accessibility-icon.svg

This file was deleted.

1 change: 0 additions & 1 deletion front_end/Images/add-icon.svg

This file was deleted.

1 change: 0 additions & 1 deletion front_end/Images/align-content-center-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions front_end/Images/align-content-center.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion front_end/Images/align-content-end-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions front_end/Images/align-content-end.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion front_end/Images/align-content-space-around-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions front_end/Images/align-content-space-around.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion front_end/Images/align-content-space-between-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions front_end/Images/align-content-space-between.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion front_end/Images/align-content-space-evenly-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions front_end/Images/align-content-space-evenly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion front_end/Images/align-content-start-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions front_end/Images/align-content-start.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion front_end/Images/align-content-stretch-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions front_end/Images/align-content-stretch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions front_end/Images/align-items-baseline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion front_end/Images/align-items-center-icon.svg

This file was deleted.

1 change: 1 addition & 0 deletions front_end/Images/align-items-center.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions front_end/Images/align-items-end.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion front_end/Images/align-items-flex-end-icon.svg

This file was deleted.

1 change: 0 additions & 1 deletion front_end/Images/align-items-flex-start-icon.svg
Diff not rendered.
1 change: 1 addition & 0 deletions front_end/Images/align-items-start.svg
1 change: 0 additions & 1 deletion front_end/Images/align-items-stretch-icon.svg
Diff not rendered.
1 change: 1 addition & 0 deletions front_end/Images/align-items-stretch.svg
1 change: 0 additions & 1 deletion front_end/Images/align-self-center-icon.svg
Diff not rendered.
1 change: 1 addition & 0 deletions front_end/Images/align-self-center.svg
1 change: 1 addition & 0 deletions front_end/Images/align-self-end.svg
1 change: 0 additions & 1 deletion front_end/Images/align-self-flex-end-icon.svg
Diff not rendered.
1 change: 0 additions & 1 deletion front_end/Images/align-self-flex-start-icon.svg
Diff not rendered.
1 change: 1 addition & 0 deletions front_end/Images/align-self-start.svg
1 change: 0 additions & 1 deletion front_end/Images/align-self-stretch-icon.svg
Diff not rendered.
1 change: 1 addition & 0 deletions front_end/Images/align-self-stretch.svg
1 change: 1 addition & 0 deletions front_end/Images/arrow-back.svg
1 change: 1 addition & 0 deletions front_end/Images/arrow-down.svg
1 change: 1 addition & 0 deletions front_end/Images/arrow-drop-down-dark.svg
1 change: 1 addition & 0 deletions front_end/Images/arrow-drop-down-light.svg
1 change: 1 addition & 0 deletions front_end/Images/arrow-forward.svg
1 change: 1 addition & 0 deletions front_end/Images/arrow-up-down-circle.svg
1 change: 1 addition & 0 deletions front_end/Images/arrow-up-down.svg
1 change: 1 addition & 0 deletions front_end/Images/arrow-up.svg
1 change: 0 additions & 1 deletion front_end/Images/baseline-icon.svg
Diff not rendered.
1 change: 1 addition & 0 deletions front_end/Images/bell.svg
1 change: 1 addition & 0 deletions front_end/Images/bezier-curve-filled.svg
1 change: 1 addition & 0 deletions front_end/Images/bin.svg
1 change: 1 addition & 0 deletions front_end/Images/bottom-panel-close.svg
1 change: 1 addition & 0 deletions front_end/Images/bottom-panel-open.svg
1 change: 1 addition & 0 deletions front_end/Images/brackets.svg
1 change: 1 addition & 0 deletions front_end/Images/breakpoint-circle.svg
Loading