Skip to content

Commit

Permalink
Bug 1495727 - Update Debugger Frontend v92. r=dwalsh
Browse files Browse the repository at this point in the history
UltraBlame original commit: 0fd47bc8f7c2758ce9b9d47e860054be0b2260a5
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 23595ef commit 8d44a7f
Show file tree
Hide file tree
Showing 9 changed files with 2,417 additions and 452 deletions.
6 changes: 3 additions & 3 deletions devtools/client/debugger/new/README.mozilla
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ debugger
.
html
Version
91
92
Comparison
:
https
Expand All @@ -47,13 +47,13 @@ compare
/
release
-
90
91
.
.
.
release
-
91
92
Packages
:
-
Expand Down
2 changes: 1 addition & 1 deletion devtools/client/debugger/new/dist/debugger.css
Original file line number Diff line number Diff line change
Expand Up @@ -21512,7 +21512,7 @@ font
-
weight
:
lighter
normal
;
display
:
Expand Down
55 changes: 54 additions & 1 deletion devtools/client/debugger/new/dist/parser-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -10827,7 +10827,6 @@ arguments
;
if
(
!
t
.
isMemberExpression
Expand All @@ -10838,6 +10837,60 @@ callee
{
const
{
property
:
{
name
loc
}
}
=
callee
;
symbols
.
callExpressions
.
push
(
{
name
:
name
values
:
args
.
filter
(
arg
=
>
arg
.
value
)
.
map
(
arg
=
>
arg
.
value
)
location
:
loc
}
)
;
}
else
{
const
{
start
end
identifierName
Expand Down
Loading

0 comments on commit 8d44a7f

Please sign in to comment.