This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll topaz to 046105efd225ed61c94e65dbd4a528256a3a34a9#4652
Merged
cbracken merged 2 commits intoflutter:masterfrom Feb 9, 2018
cbracken:moar-topaz-rolling
Merged
Roll topaz to 046105efd225ed61c94e65dbd4a528256a3a34a9#4652cbracken merged 2 commits intoflutter:masterfrom cbracken:moar-topaz-rolling
cbracken merged 2 commits intoflutter:masterfrom
cbracken:moar-topaz-rolling
Conversation
Lands https://fuchsia.googlesource.com/topaz/+/046105efd225ed61c94e65dbd4a528256a3a34a9 which adds support for general handling of URI %xx escape sequences. This enables support for paths including accents, CJK characters, emoji, etc.
jason-simmons
approved these changes
Feb 9, 2018
Member
Author
|
Related to flutter/flutter#6577 |
cbracken
added a commit
to cbracken/flutter
that referenced
this pull request
Feb 9, 2018
Includes: * Roll topaz to 08a3394395036a2bb9b556f5b0eb8f365d2c0fa5 (flutter/engine#4650) * [fuchsia] Add missing AOT entry points for FromFileResult and MapResult. (flutter/engine#4649) * [fuchsia] Fix compile-time error introduced in 58e6c23. (flutter/engine#4651) * Roll topaz to 046105efd225ed61c94e65dbd4a528256a3a34a9 (flutter/engine#4652) Topaz rolls enable: * Support for Flutter SDK, project paths including spaces (flutter/engine#4650) * Support for Flutter SDK, project paths including arbitrary UTF-8 sequences (flutter/engine#4652)
cbracken
added a commit
to flutter/flutter
that referenced
this pull request
Feb 9, 2018
Includes: * Roll topaz to 08a3394395036a2bb9b556f5b0eb8f365d2c0fa5 (flutter/engine#4650) * [fuchsia] Add missing AOT entry points for FromFileResult and MapResult. (flutter/engine#4649) * [fuchsia] Fix compile-time error introduced in 58e6c23. (flutter/engine#4651) * Roll topaz to 046105efd225ed61c94e65dbd4a528256a3a34a9 (flutter/engine#4652) Topaz rolls enable: * Support for Flutter SDK, project paths including spaces (flutter/engine#4650) * Support for Flutter SDK, project paths including arbitrary UTF-8 sequences (flutter/engine#4652)
DaveShuckerow
pushed a commit
to DaveShuckerow/flutter
that referenced
this pull request
May 14, 2018
Includes: * Roll topaz to 08a3394395036a2bb9b556f5b0eb8f365d2c0fa5 (flutter/engine#4650) * [fuchsia] Add missing AOT entry points for FromFileResult and MapResult. (flutter/engine#4649) * [fuchsia] Fix compile-time error introduced in 58e6c23. (flutter/engine#4651) * Roll topaz to 046105efd225ed61c94e65dbd4a528256a3a34a9 (flutter/engine#4652) Topaz rolls enable: * Support for Flutter SDK, project paths including spaces (flutter/engine#4650) * Support for Flutter SDK, project paths including arbitrary UTF-8 sequences (flutter/engine#4652)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lands
https://fuchsia.googlesource.com/topaz/+/046105efd225ed61c94e65dbd4a528256a3a34a9
which adds support for general handling of URI %xx escape sequences.
This enables support for paths including accents, CJK characters, emoji,
etc.