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

Fix Homepage navigation #322

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Fix Homepage navigation #322

merged 1 commit into from
Nov 15, 2021

Conversation

mallexxx
Copy link
Collaborator

Task/Issue URL: https://app.asana.com/0/1199178362774117/1201281507428217
Tech Design URL:
CC: @samsymons @tomasstrba

Description:
Fixes Empty page when navigating to Home

Steps to test this PR:

  1. Open some webpage
  2. Choose History->Home menu
  3. Validate Favorites page is opened, navigation back/forw works correctly

Testing checklist:

  • Test with Release configuration

Internal references:

Software Engineering Expectations
Technical Design Template
When ready for review, remember to post the PR in MM

Copy link
Collaborator

@samsymons samsymons left a comment

Choose a reason for hiding this comment

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

LGTM, I love this change. 👏 I want to apply this to bookmarks and preferences next, so that each of the special tab types in the browser can be integrated into the back/forward stack like you've done here.

webView.url != self.content.url
webView.url != url
// Initial Home Page shouldn't show Back Button
&& webView.url != self.content.url
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@samsymons samsymons assigned mallexxx and unassigned samsymons Nov 15, 2021
@mallexxx mallexxx merged commit ed88212 into develop Nov 15, 2021
@mallexxx mallexxx deleted the alex/homepage branch November 15, 2021 03:45
samsymons added a commit that referenced this pull request Nov 22, 2021
* develop:
  Avoid using a specific browser as the default. (#341)
  Closing animation duration changed to 0.15 (#333)
  Hiding the favicon view when favicon is nil (#326)
  export bookmarks (#339)
  Ensure ITP database is cleared (#328)
  Execute print user script in page content world (#238)
  move the next/previous handlers to the main view controller (#331)
  Search with DuckDuckGo in PDF Context Menu (#323)
  Fix  Back button takes to r.duckduckgo.com (#321)
  Track the existing print handler to avoid DoS attacks. (#330)
  Minor copy fixes (#325)
  support cmd-option-left/right for navigating tabs (#324)
  Version 0.17.5
  Debounce privacy entry point update (#309)
  Change major tracker network threshold (#319)
  Check for click handler on printing user script (#318)
  Fix Homepage navigation (#322)
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.

2 participants