Commit 86a294c
authored
Firefox addon (#314)
* update design properties with firefoxs calculated defaults
* firefox bugfix: rect requires inline w/h to work..?
* no plugins, no dynamic import
todo: make a new rollup config and make a bigger bundle for firefox that has all the plugins loaded
* polyfill not required, which is nice!
* visbug element renders again
* update lock
* to be safe, find all and remove
* new trick, inject on page not from extension
* remove polyfill, remove bundle from content script
* added web-ext to npm scripts
* added firefox to postcss browserlist to fix some bugs like with system-ui
* adds visbug bundle to web accessible resources
* thanks kezzbracey for the suggestion to go attributes
* remove opacity if backdrop filter isnt supported
* fixes hover inspect
* fixes margin and padding by removing typedOM usage
* fixes hueshift
* switch to less ambigious use of window
* fixes plugins and datalist autocomplete
* fixes safari search input styles
* add safari project
* adapt to platform
* prep for updated version
* safari build nits
* resolves loading jank
* puts a wrap on the safari build
* update icons and nudge project details
* fixes bug where extension button goes nowhere1 parent f030412 commit 86a294c
File tree
46 files changed
+7869
-2040
lines changed- VisBug
- VisBug Extension
- VisBug.xcodeproj
- project.xcworkspace
- xcuserdata/argyle.xcuserdatad
- xcdebugger
- xcschemes
- VisBug
- Assets.xcassets
- AccentColor.colorset
- AppIcon.appiconset
- Base.lproj
- app
- components
- selection
- vis-bug
- features
- utilities
- extension
- toolbar
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+7869
-2040
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments