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

Port to HdyTabBar #91

Merged
merged 7 commits into from
Sep 10, 2023
Merged

Port to HdyTabBar #91

merged 7 commits into from
Sep 10, 2023

Conversation

danirabbit
Copy link
Member

@danirabbit danirabbit commented Dec 8, 2022

No description provided.

@danirabbit danirabbit marked this pull request as ready for review September 7, 2023 23:31
@danirabbit danirabbit requested a review from a team September 7, 2023 23:31
Copy link
Member

@leolost2605 leolost2605 left a comment

Choose a reason for hiding this comment

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

Only some minor stuff :)

cookie_manager.set_accept_policy (WebKit.CookieAcceptPolicy.ALWAYS);
cookie_manager.set_persistent_storage (cookies_db_path, WebKit.CookiePersistentStorage.SQLITE);
} else {
critical ("No cookies store found, not saving the cookies…");
Copy link
Member

Choose a reason for hiding this comment

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

Is this being a critical now intentional?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I don't think this does anything anymore since we started to ship Epiphany in Flatpak, so I think it's good for it to make noise so we don't forget that it's broken 😅 I'm not sure if the ultimate solution is to remove this or what but I can revert that if you'd like :)

src/CaptiveLogin.vala Outdated Show resolved Hide resolved
src/CaptiveLogin.vala Show resolved Hide resolved
src/TabbedWebView.vala Outdated Show resolved Hide resolved
Co-authored-by: Leonhard <106322251+leolost2605@users.noreply.github.com>
Copy link
Member

@leolost2605 leolost2605 left a comment

Choose a reason for hiding this comment

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

Looks good to me!

src/CaptiveLogin.vala Outdated Show resolved Hide resolved
@danirabbit danirabbit enabled auto-merge (squash) September 10, 2023 21:11
@danirabbit
Copy link
Member Author

Awesome thank you!

@danirabbit danirabbit merged commit fb6ee60 into master Sep 10, 2023
3 checks passed
@danirabbit danirabbit deleted the hdy-tabbar branch September 10, 2023 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants