Update container-related content and tab context menu labels, take 2
Categories
(Firefox :: Menus, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | verified |
People
(Reporter: Gijs, Assigned: florian)
References
(Blocks 2 open bugs)
Details
(Keywords: helpwanted, Whiteboard: [proton-context-menus])
Attachments
(1 file)
This should update both https://searchfox.org/mozilla-central/rev/ca910762568921c0faa34838d6a4efac2471dff1/browser/base/content/browser.xhtml#182-184 and https://searchfox.org/mozilla-central/rev/ca910762568921c0faa34838d6a4efac2471dff1/browser/base/content/browser-context.inc#70-72 to the same label
:flod, I think because bug 1690561 landed recently and for the link/image-link context menu this is a revert, we can just change it back to the previous string ID and value, right? For the tab context menu, I think we'll need another new string, unfortunately... Can you confirm?
Reporter | ||
Comment 1•4 years ago
|
||
(In reply to :Gijs (he/him) from comment #0)
For the tab context menu, I think we'll need another new string, unfortunately... Can you confirm?
(to be clear, we cannot share the same string because the access key may need to be different in different context menus, even if this may or may not be the case in English)
Updated•4 years ago
|
Comment 2•4 years ago
|
||
(In reply to :Gijs (he/him) from comment #0)
:flod, I think because bug 1690561 landed recently and for the link/image-link context menu this is a revert, we can just change it back to the previous string ID and value, right? For the tab context menu, I think we'll need another new string, unfortunately... Can you confirm?
Yes, that's correct.
We can revert back to main-context-menu-open-link-container-tab
, but we need a new string for the tab context, since the current one was newly introduced in bug 1692667.
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Backed out for causing browser-chrome failures in browser_contextmenu
Backout link: https://hg.mozilla.org/integration/autoland/rev/6b1c4e0357120da6afd9aa7c7f3da710117e3756
INFO - Buffered messages finished
[task 2021-03-12T17:12:11.448Z] 17:12:11 INFO - TEST-UNEXPECTED-FAIL | browser/base/content/test/contextMenu/browser_contextmenu.js | menuitem context-bookmarklink has same accesskey as context-openlinkinusercontext-menu -
[task 2021-03-12T17:12:11.449Z] 17:12:11 INFO - Stack trace:
[task 2021-03-12T17:12:11.449Z] 17:12:11 INFO - chrome://mochikit/content/browser-test.js:test_ok:1331
[task 2021-03-12T17:12:11.449Z] 17:12:11 INFO - chrome://mochitests/content/browser/browser/base/content/test/contextMenu/contextmenu_common.js:getVisibleMenuItems:95
[task 2021-03-12T17:12:11.449Z] 17:12:11 INFO - chrome://mochitests/content/browser/browser/base/content/test/contextMenu/contextmenu_common.js:checkMenu:263
[task 2021-03-12T17:12:11.450Z] 17:12:11 INFO - chrome://mochitests/content/browser/browser/base/content/test/contextMenu/contextmenu_common.js:checkContextMenu:175
[task 2021-03-12T17:12:11.450Z] 17:12:11 INFO - chrome://mochitests/content/browser/browser/base/content/test/contextMenu/contextmenu_common.js:test_contextmenu:444
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 7•4 years ago
|
||
bugherder |
Comment 8•4 years ago
|
||
Verified that Open in New Container
and Open Link in New Container
are now changed to Open Link in New Container Tab
and Open in New Container Tab
in Latest Nightly 88.0a1 across platforms (Windows 10, Ubuntu 18.04 and macOS 11.3).
Description
•