Closed
Bug 1529599
Opened 7 years ago
Closed 7 years ago
Export Changes - copy a single declaration
Categories
(DevTools :: Inspector: Changes, enhancement, P3)
DevTools
Inspector: Changes
Tracking
(firefox67 fixed)
RESOLVED
FIXED
Firefox 67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: rcaliman, Assigned: rcaliman)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Attachments
(2 files)
Add context menu option to copy a single declaration from the Changes panel.
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → rcaliman
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•7 years ago
|
||
Adds a new option to the context menu which is visible only when it's invoked on a CSS declaration.
Builds a string with the property name and value and copies to the clipboard.
If the declaration is marked as removed, the string is wrapped in a comment block.
| Assignee | ||
Comment 2•7 years ago
|
||
Depends on D21526
This is a request from @mbalfanz in order to keep the naming of the option consistent.
This patch just replaces the l10n string and renames all the places where copyPropertyDeclaration is used in order to avoid confusion.
No functional changes are introduced.
| Assignee | ||
Comment 3•7 years ago
|
||
Pushed by rcaliman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/357281e408cf
(Part 1) Add Copy Declaration to Changes panel context menu; r=gl
https://hg.mozilla.org/integration/autoland/rev/e6ff2537e53c
(Part 2) Rename Copy Property Declaration to Copy Declaration in Rules panel context menu; r=gl
Comment 5•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/357281e408cf
https://hg.mozilla.org/mozilla-central/rev/e6ff2537e53c
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
Updated•7 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•