-
Notifications
You must be signed in to change notification settings - Fork 284
Nuke std.Uri
, integrate Ada URL
#1127
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
Open
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
25a1d58
integrate ada-url dependency to build system
nikneym 8f99e36
add ada-url wrappers
nikneym 45cd494
initial `URL` refactor
nikneym 1c7971b
bind more ada-url functions
nikneym c116054
basic url parsing working
nikneym 900c8d2
change after rebase
nikneym cecdd47
bind more ada functions
nikneym cf9ecbd
prefer `URL` instead of `std.Uri` everywhere
nikneym 6af8add
fix cookie path parsing
nikneym 9b3be14
prefer `hostname` instead of `host` in `forRequest`
nikneym 9e7e9b6
add `getHostname`
nikneym 7629bf2
various changes in ada-url module
nikneym c371538
rebase onto main
nikneym c930d94
invalidUrl test is no longer necessary
nikneym 4c4feef
add nullable ada url functions
nikneym 6820a00
revert element test
nikneym e9755bd
remove early free
nikneym a46218c
change in page url's init/deinit logic
nikneym 8e7d822
prefer `getHref` instead of `raw`
nikneym 146b56c
refactor `HTMLAnchorElement`
nikneym 51a328d
don't link libcpp twice
nikneym 535a21c
change the way ada is linked to the build system
nikneym b87a59f
href should have `/` if path not provided
nikneym 344420f
bring back `hostname` getter/setter functions
nikneym fa00a5d
fix link element test
nikneym File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rebase onto main
- Loading branch information
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
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.