-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: Add Air Traffic Control for automatic link routing to workspaces, b=no-bug, c=workspaces #9042
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
base: dev
Are you sure you want to change the base?
feat: Add Air Traffic Control for automatic link routing to workspaces, b=no-bug, c=workspaces #9042
Changes from 1 commit
b8ca114
f045568
4a1216d
8b7b2b4
b254d71
89cbea8
df9949b
0edcdd0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
diff --git a/browser/components/preferences/jar.mn b/browser/components/preferences/jar.mn | ||
index 118709048e7de13f6ac10d0047e446b72303428f..c8cc2d7ee551b96be668a7844dab1db5abc9d684 100644 | ||
index 118709048e7de13f6ac10d0047e446b72303428f..1bed8626c2d7e1e08885a07aac777bec02f6e4dd 100644 | ||
--- a/browser/components/preferences/jar.mn | ||
+++ b/browser/components/preferences/jar.mn | ||
@@ -26,3 +26,5 @@ browser.jar: | ||
@@ -26,3 +26,6 @@ browser.jar: | ||
content/browser/preferences/widgets/setting-control.mjs (widgets/setting-control/setting-control.mjs) | ||
content/browser/preferences/widgets/setting-group.mjs (widgets/setting-group/setting-group.mjs) | ||
content/browser/preferences/widgets/setting-group.css (widgets/setting-group/setting-group.css) | ||
+ | ||
+ content/browser/preferences/zen-settings.js | ||
+ content/browser/preferences/zen-air-traffic-control.js | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could we please have all these settings in the parent window as a dialog? Trying to avoid the preferences page as much as possible. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think a need a little bit more clarity. Where should I put the affordance that would open up the dialog? Do you have an example where you've already done this in Zen? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @meenie unfortunately, I can't think of an example where we are currently doing this on zen. But it would ideally just be the same XHTML contents but instead of being in the settings, it's opened via https://searchfox.org/mozilla-central/source/browser/base/content/browser.js#5250. One example of this modal is when pressing CMD+Q on mac There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
Uh oh!
There was an error while loading. Please reload this page.