-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Feature FXIOS-7024 [v108] Add feature to reload web page from source, ignoring cache #12231
Feature FXIOS-7024 [v108] Add feature to reload web page from source, ignoring cache #12231
Conversation
Client/Frontend/Widgets/PhotonActionSheet/PhotonActionSheetProtocol.swift
Outdated
Show resolved
Hide resolved
…yboard shortcut to reload without cache.
Client/Frontend/Browser/BrowserViewController/BrowserViewController+KeyCommands.swift
Outdated
Show resolved
Hide resolved
This pull request has conflicts when rebasing. Could you fix it @MincDev? |
…github.com/MincDev/firefox-ios into feature/7024-feature-reload-ignoring-cache
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there 💪 few more comments.
Client/Frontend/Browser/BrowserViewController/BrowserViewController+KeyCommands.swift
Outdated
Show resolved
Hide resolved
These suggestions were minor formatting fixes and code improvements by @Imarceau Co-authored-by: lmarceau <[email protected]>
This pull request has conflicts when rebasing. Could you fix it @MincDev? |
…then comitted again
@lmarceau I believe it should be resolved now. I had to recommit indentation fix, because after pulling your suggested changes it was back on tabs, and I accidentally committed like that again. It was probably since you made changes on my original tab indented code? Not sure, but all should be okay now :) |
Build is green here |
Resolve #7024 by adding a feature to allow users to reload the page, ignoring the cached site data. This feature adds an extra menu button on the long press of the reload button. The additional button allows a "hard refresh" of the page similar to "Ctrl + F5" on desktop.