Merge lp://staging/~gue5t/midori/urlunescaping-2 into lp://staging/midori
Proposed by
gue5t gue5t
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Cris Dywan | ||||
Approved revision: | 6910 | ||||
Merged at revision: | 6926 | ||||
Proposed branch: | lp://staging/~gue5t/midori/urlunescaping-2 | ||||
Merge into: | lp://staging/midori | ||||
Diff against target: |
89 lines (+47/-13) 2 files modified
katze/midori-uri.vala (+32/-13) tests/magic-uri.c (+15/-0) |
||||
To merge this branch: | bzr merge lp://staging/~gue5t/midori/urlunescaping-2 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cris Dywan | Approve | ||
Review via email: mp+253992@code.staging.launchpad.net |
Commit message
Reimplement Midori.URI.unescape and add various tests
Description of the change
This changes the URI unescaping logic to fully match what is intended and makes all uri tests pass.
To post a comment you must log in.
I feel manual string allocation and manipulation is not going to be easy to maintain. Are there other options to solving this? Maybe using a regular expression?