Closed
Bug 1434025
Opened 7 years ago
Closed 7 years ago
Update Debugger Frontend v12
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
Details
Attachments
(1 file, 1 obsolete file)
243.00 KB,
patch
|
jdescottes
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Attachment #8946807 -
Flags: review?(jdescottes)
Assignee | ||
Comment 4•7 years ago
|
||
Attachment #8946807 -
Attachment is obsolete: true
Attachment #8946807 -
Flags: review?(jdescottes)
Attachment #8946834 -
Flags: review?(jdescottes)
Updated•7 years ago
|
Assignee: nobody → jlaster
Blocks: debugger-bundle-updates
Severity: normal → enhancement
Status: NEW → ASSIGNED
Priority: -- → P3
Comment 5•7 years ago
|
||
Comment on attachment 8946834 [details] [diff] [review]
release-12-1.patch
Review of attachment 8946834 [details] [diff] [review]:
-----------------------------------------------------------------
Really weird indentation in the source tree (shared a picture in #releases on slack).
Leaving it up to you to push or fix.
Localization note labels can be fixed in the next batch (submitted https://github.com/devtools-html/debugger.html/pull/5263)
::: devtools/client/locales/en-US/debugger.properties
@@ +24,4 @@
> copySourceUri2=Copy source URI
> copySourceUri2.accesskey=u
>
> # LOCALIZATION NOTE (setDirectoryRoot): This is the text that appears in the
Wrong localization note
@@ +28,5 @@
> # context menu to set a directory as root directory
> setDirectoryRoot.label=Set directory root
> setDirectoryRoot.accesskey=r
>
> +# LOCALIZATION NOTE (removeDirectoryRoot): This is the text that appears in the
Wrong localization note
@@ +36,1 @@
> # LOCALIZATION NOTE (copyFunction): This is the text that appears in the
Wrong localization note
Attachment #8946834 -
Flags: review?(jdescottes) → review+
Comment 6•7 years ago
|
||
Comment on attachment 8946834 [details] [diff] [review]
release-12-1.patch
Review of attachment 8946834 [details] [diff] [review]:
-----------------------------------------------------------------
Some comments from yesterday that I managed to lose.
::: devtools/client/debugger/new/test/mochitest/examples/sourcemaps-reload/package.json
@@ +1,4 @@
> +{
> + "name": "sourcemaps-reload",
> + "version": "1.0.0",
> + "description": "",
"Rebuild assets for sourcemaps-reload test, see README.md in the same folder"
@@ +1,5 @@
> +{
> + "name": "sourcemaps-reload",
> + "version": "1.0.0",
> + "description": "",
> + "main": "sorted.js",
File does not exist.
@@ +7,5 @@
> + "test": "echo \"Error: no test specified\" && exit 1"
> + },
> + "keywords": [],
> + "author": "",
> + "license": "ISC",
MPL.
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/70045e7a2bb3
Update Debugger Frontend v12. r=jdescottes
Comment 8•7 years ago
|
||
Landed on inbound.
We are aware of the issues related to the Source Tree indentation and UI.
They should be fixed in tomorrow's release, v13.0.
Comment 9•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Comment 10•7 years ago
|
||
This update very slightly regressed:
* simple.open by 1.6%
* simple.reload by 1.8%
(debugger is slightly slower to open and reload against an empty page)
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•