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
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request May 26, 2023
flutter/engine@eed12f3...3b5b5fc

2023-05-26 mdebbar@google.com [web] Correct JS property name for baseUri (flutter/engine#42357)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
@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