index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
url
Commit message (
Expand
)
Author
Age
Files
Lines
*
use a gcc version check in 4.9 warning workaround
mostynb@opera.com
2014-07-29
1
-2
/
+2
*
url: work around a gcc warning bug.
yunlian@chromium.org
2014-07-14
1
-0
/
+8
*
Annotate leak.
eustas@chromium.org
2014-07-02
1
-0
/
+2
*
Replace some hard coded schemes with the constants in /url/url_constants.h.
sungmann.cho@navercorp.com
2014-06-18
7
-16
/
+20
*
Fix url_unittests URLCanonTest.DoAppendUTF8Invalid failures with dcheck_alway...
phajdan.jr@chromium.org
2014-06-17
1
-3
/
+8
*
url: Properly disable 4267 warning on Windows.
tfarina@chromium.org
2014-06-13
1
-8
/
+11
*
Move about://-related constants from //content to //url
blundell@chromium.org
2014-06-10
2
-0
/
+6
*
Add net_unittests to the GN build.
brettw@chromium.org
2014-06-05
1
-0
/
+3
*
Move kStandardSchemeSeparator from //content to //url
blundell@chromium.org
2014-06-05
2
-0
/
+5
*
GN: //url should depend on //base/third_party/dynamic_annotations
jamesr@chromium.org
2014-06-05
1
-0
/
+1
*
Using pre-existing constants instead of hard-coding
amogh.bihani@samsung.com
2014-06-02
4
-3
/
+8
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-28
6
-15
/
+22
*
Add use_icu_alternatives_on_android support to net's gn file.
mmenke@chromium.org
2014-05-15
2
-4
/
+9
*
Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.
dmikurube@chromium.org
2014-05-07
2
-4
/
+2
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-07
4
-0
/
+33
*
Make it possible to build url/ without ICU on android.
mmenke@chromium.org
2014-05-07
11
-108
/
+435
*
Remove url::ReadUTFChar's dependency on icu. Use base instead.
mmenke@chromium.org
2014-05-02
3
-49
/
+30
*
Renamed namespaces of url lib and removed namespace aliases.
vitalybuka@chromium.org
2014-05-02
3
-10
/
+3
*
Renamed namespaces in src/url.
vitalybuka@chromium.org
2014-04-22
36
-1454
/
+1398
*
More tests for GURL's is_valid() and authority parser
tyoshino@chromium.org
2014-04-18
1
-1
/
+50
*
Checkpoint work to get GN builds working on Android.
dpranke@chromium.org
2014-04-12
1
-25
/
+28
*
We have Component::reset(), so use it.
pkasting@chromium.org
2014-04-08
1
-4
/
+4
*
Minor GN build cleanup.
brettw@chromium.org
2014-04-08
1
-3
/
+2
*
Get rid of all component builds specific .isolate.
maruel@chromium.org
2014-04-04
1
-28
/
+0
*
Remove GN GYP generator.
brettw@chromium.org
2014-03-27
1
-2
/
+0
*
Move referrer stripping into GURL::GetAsReferrer().
ppi@chromium.org
2014-03-20
3
-0
/
+36
*
Introduce url::Origin to represent Web Origin.
yhirano@chromium.org
2014-03-13
5
-0
/
+91
*
Add use_allocator instead of linux_use_tcmalloc to switch the allocator.
dmikurube@chromium.org
2014-03-05
2
-2
/
+4
*
Prevent URLs with invalid schemes from resolving as relative to data: URLs.
tsepez@chromium.org
2014-03-03
2
-0
/
+5
*
Compile GURL for PNaCl
sergeyu@chromium.org
2014-02-24
3
-38
/
+82
*
Make net_unittests_run work with component=shared_library.
maruel@chromium.org
2014-02-05
1
-0
/
+28
*
Move url BUILD.gn file to main tree.
tfarina@chromium.org
2014-01-05
1
-0
/
+87
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-1
/
+1
*
Move the logic for getting icu data out of icu_util
jshin@chromium.org
2013-12-04
1
-1
/
+0
*
Deinline the implementation of StdStringCanonOutput.
tfarina@chromium.org
2013-12-03
3
-21
/
+39
*
Support URL fragment resolution against non-hierarchical schemes
joth@chromium.org
2013-11-23
13
-113
/
+209
*
Fix some debugging checks that expect HTTP protocol schemes to also
ricea@chromium.org
2013-11-22
3
-0
/
+19
*
Make our codebase less entertaining.
thakis@chromium.org
2013-11-03
2
-2
/
+2
*
Use copy-swap idiom for GURL::operator=
cjhopman@chromium.org
2013-10-24
3
-20
/
+45
*
Preparing to support fragment resolution against non-hierarchical schemes
kristianm@chromium.org
2013-10-24
4
-4
/
+29
*
Make GURL use scoped_ptr for inner_url_
akalin@chromium.org
2013-10-22
2
-31
/
+32
*
Fix bug in GURL with self-assignment and non-NULL inner_url_
akalin@chromium.org
2013-10-22
2
-0
/
+10
*
Support IDNA 2008 with UTS46.
jshin@chromium.org
2013-09-29
3
-23
/
+195
*
[CleanUp] Use base::STLSetDifference() in place of std::set_difference()
limasdf@gmail.com
2013-09-24
1
-0
/
+3
*
Escape single-quote in query strings to avoid certain types of xss.
tsepez@chromium.org
2013-09-24
2
-2
/
+2
*
Make relative file url parsing fail where there is a host:port in the relativ...
tsepez@chromium.org
2013-09-18
4
-27
/
+103
*
Revert 223928 "Make relative file url parsing fail where there i..."
tsepez@chromium.org
2013-09-18
4
-97
/
+24
*
Make relative file url parsing fail where there is a host:port in the relativ...
tsepez@chromium.org
2013-09-18
4
-24
/
+97
*
Fix OOB read when parsing protocol-relative URLs
aedla@chromium.org
2013-09-17
1
-3
/
+2
*
Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.
cdn@chromium.org
2013-08-22
2
-0
/
+7
[next]