Skip to content

Commit daed869

Browse files
committed
Bug 1966660 - fix browser_all_files_referenced.js to avoid complaining about moz-src references to devtools files, r=Standard8
Also allow moz-src urls with 2 slashes to prep for having non-empty hosts in those URLs in future. Differential Revision: https://phabricator.services.mozilla.com/D255060 UltraBlame original commit: 17e07e53e566b0c92ec421c838928ea8313b8269
1 parent e74149a commit daed869

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

browser/base/content/test/static/browser_all_files_referenced.js

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4342,8 +4342,6 @@ src
43424342
/
43434343
\
43444344
/
4345-
\
4346-
/
43474345
[
43484346
^
43494347
"
@@ -5889,7 +5887,6 @@ src
58895887
:
58905888
/
58915889
/
5892-
/
58935890
"
58945891
)
58955892
;
@@ -5936,7 +5933,6 @@ src
59365933
:
59375934
/
59385935
/
5939-
/
59405936
"
59415937
)
59425938
;
@@ -5962,10 +5958,6 @@ js
59625958
"
59635959
"
59645960
.
5965-
jsm
5966-
"
5967-
"
5968-
.
59695961
json
59705962
"
59715963
"
@@ -6664,6 +6656,7 @@ chrome
66646656
)
66656657
&
66666658
&
6659+
(
66676660
ref
66686661
.
66696662
startsWith
@@ -6675,6 +6668,22 @@ resource
66756668
/
66766669
"
66776670
)
6671+
|
6672+
|
6673+
ref
6674+
.
6675+
startsWith
6676+
(
6677+
"
6678+
moz
6679+
-
6680+
src
6681+
:
6682+
/
6683+
/
6684+
"
6685+
)
6686+
)
66786687
)
66796688
)
66806689
{

0 commit comments

Comments
 (0)