Sign in
chromium
/
external
/
google-url
Clone this repo:
Branches
master
ca8c316
Forward includes to url/
by brettw
· 12 years ago
master
405b6e1
Fix C++11 compilation on iOS
by brettw
· 12 years ago
8debb9b
Typo fix: we're referring to the wrong spec_.
by ericu@chromium.org
· 12 years ago
22b60f3
Add googleurl.gyp to make it possible to build using gyp tool.
by brettw
· 12 years ago
51fbd9c
Make ResolveRelative work with all hierarchical URLs.
by brettw
· 12 years ago
ae822b3
SchemeIsSecure must return true for "wss"
by brettw
· 12 years ago
eb8b21b
Expose functions to stringify IPv4 and IPv6 addresses
by eroman@chromium.org
· 12 years ago
a545fea
Revert r176, this breaks some Chrome tests.
by brettw
· 12 years ago
6b1ec06
Add a missing include.
by brettw
· 12 years ago
6094b3c
Fix handling of URLs with no schema.
by brettw
· 13 years ago
05ba5f8
Change #include <memory.h> to #include <string.h>
by brettw
· 13 years ago
3f17b8e
Fix path component length for zero-length paths canonicalized to '/'.
by ericu@chromium.org
· 13 years ago
9658d50
Remove ifdef guard for FULL_FILESYSTEM_URL_SUPPORT.
by ericu@chromium.org
· 13 years ago
c74bced
Remove a test that only works on one of windows/*nix; it's not needed, and not
by brettw
· 13 years ago
d20f221
I fixed the expectation [the URL is invalid] and added a few slashes to make it
by brettw
· 13 years ago
71eba6e
Disable failing filesystem URL test.
by brettw
· 13 years ago
12a312f
Fix a memory leak; properly initialize inner_parsed before use.
by brettw
· 13 years ago
27f43d0
Add missing file from r166.
by eroman@chromium.org
· 13 years ago
5224c2e
Fix the GURL change [compile error, two small changes to make things safe while
by brettw
· 13 years ago
262e6f3
Add support for real full filesystem URL parsing and canonicalization.
by brettw
· 13 years ago
More »