Closed
Bug 1305032
Opened 9 years ago
Closed 9 years ago
Popup windows created using chrome.windows.create with type=popup have long titles
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1296365
People
(Reporter: apps, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36
Steps to reproduce:
Create a WebExtension containing a page.html and open it with this line:
chrome.windows.create({url: "page.html", width:100, height:100, type:"popup"});
Actual results:
The popup opens with a long title prefixed with the WebExtension id and the document.title of the page.
ie. moz-extension://2a0de4f0-1a9c-4c30-a9e1-730122f863f6 - My page title
Expected results:
The popup title should not be prefixed with the extension id, just like Chrome extensions.
| Reporter | ||
Updated•9 years ago
|
Component: Untriaged → WebExtensions: Untriaged
Product: Firefox → Toolkit
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•