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

Allow open new page without interrupting video playing #960

Merged
merged 1 commit into from Sep 7, 2023

Conversation

HollowMan6
Copy link
Collaborator

@HollowMan6 HollowMan6 commented Sep 6, 2023

Continue addressing #940

Related to #958

If there's no video playing in the current window, we still open the new page in a new tab.

If we have video playing in current window, ensure we don't open a new tab in a window that has active video, but open it in the Window that has no video playing.

If all the current opened Windows have video playing, we have to open uri in a new window. If we have maximum window number, then open the uri as a new tab in current window.

If there's no video playing in the current window, we still
open the new page in a new tab.

If we have video playing in current window, ensure we don't
open a new tab in a window that has active video, but open it
in the Window that has no video playing.

If all the current opened Windows have video playing, we have
to open uri in a new window. If we have maximum window number,
then open the uri as a new tab in current window.

Continue addressing #940

Related to #958

Signed-off-by: Songlin Jiang <sjiang@igalia.com>
Copy link
Member

@svillar svillar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it

@svillar svillar merged commit f749d73 into main Sep 7, 2023
7 checks passed
@svillar svillar deleted the feedback-window branch September 7, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the feedback form with a native UI dialog
2 participants