Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@mdebbar
Copy link
Contributor

@mdebbar mdebbar commented May 26, 2023

Up to this point, whenever users use the PathUrlStrategy, they would be using flutter_web_plugins's copy of BrowserPlatformLocation which has a different implementation for getBaseHref(). So we never hit the implementation in the engine, meaning the bug was invisible.

Now that we are removing BrowserPlatformLocation from flutter_web_plugins, we are hitting the engine's implementation which contains the bug being solved in this PR.

@mdebbar mdebbar requested a review from joshualitt May 26, 2023 19:41
@flutter-dashboard flutter-dashboard bot added the platform-web Code specifically for the web engine label May 26, 2023
@mdebbar mdebbar added the autosubmit Merge PR when tree becomes green via auto submit App label May 26, 2023
@auto-submit auto-submit bot merged commit 3b5b5fc into flutter:main May 26, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 26, 2023
@mdebbar mdebbar deleted the base_uri branch June 22, 2023 21:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App platform-web Code specifically for the web engine

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants