Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export styles as moz-document in single file #1

Open
midenok opened this issue Oct 24, 2018 · 5 comments
Open

Export styles as moz-document in single file #1

midenok opened this issue Oct 24, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@midenok midenok added the enhancement New feature or request label Oct 24, 2018
@midenok midenok self-assigned this Oct 24, 2018
@midenok
Copy link
Member Author

midenok commented Oct 24, 2018

image
image

@midenok
Copy link
Member Author

midenok commented Oct 24, 2018

toMozillaFormat()

image

Main problem it's in edit screen.

@midenok
Copy link
Member Author

midenok commented Oct 24, 2018

edit.js is inited when window is loaded:

window.addEventListener("load", init, false);

function init() {

Make some kind of hidden document?

@midenok
Copy link
Member Author

midenok commented Oct 25, 2018

@midenok
Copy link
Member Author

midenok commented Oct 27, 2018

(answer)

It is impossible when "Ask where to save each file before downloading" Enabled (as of 70.0.3538.77). The corresponding Chromium bug is:

Bug 417112: chrome.downloads.download ignore saveAs

Moreover setting filename in chrome.downloads.downloads() also doesn't work.

Bug 758094: Extension can not rename downloaded file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant