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
*
Rename GURL::SchemeUsesTLS to SchemeIsCryptographic.
palmer
2015-04-22
1
-8
/
+9
*
Add IsOriginSecure and GURL::SchemeUsesTLS.
palmer
2015-04-16
1
-4
/
+24
*
Cronet depends on url/ and net/ compiled with special flag 'USE_ICU_ALTERNATI...
mef
2015-03-11
1
-33
/
+30
*
Land prep work to enable NaCl in the Linux x64 GN builds.
dpranke
2015-02-26
1
-0
/
+1
*
win vs2015: avoid variable shadowing warning in url_canon.h
scottmg
2015-02-20
1
-2
/
+2
*
Update existing uses of /wd4267 to use the GN config
brettw
2015-02-19
1
-12
/
+8
*
Handle backslashes when resolving relative URLs on data URLs.
brettw
2015-02-18
2
-3
/
+12
*
GURL::Replacements methods accept a StringPiece instead of std::string&.
mgiuca
2015-02-05
2
-14
/
+15
*
Add more GURLTest.Resolve examples for clarity.
maxbogue
2015-01-27
1
-0
/
+3
*
Move the test template to //testing/test.gni (part 2)
qsr
2015-01-21
1
-0
/
+1
*
Add "override" to url::RawCanonOutputT::Resize
dmichael
2014-12-19
1
-1
/
+1
*
Uninline GURL's comparison operators.
dcheng
2014-12-06
2
-12
/
+20
*
DoResolveRelative must not parse mailto schemes as path URLs.
zherczeg.u-szeged
2014-12-04
2
-4
/
+26
*
gn format // (the rest, except mojo)
scottmg
2014-12-03
1
-9
/
+3
*
Fix gn check //url/*
jamesr
2014-11-30
1
-0
/
+1
*
Support content scheme uri for Chrome on Android
qinmin
2014-11-26
2
-0
/
+3
*
Add support for file origins to url::Origin.
alexmos
2014-11-25
2
-1
/
+6
*
Make GURL::GetAsReferrer match KURL::strippedForUseAsReferrer
jochen
2014-11-24
3
-3
/
+10
*
Fix typo.
bnc
2014-10-29
1
-1
/
+1
*
Update virtual/final usage in url/.
Viet-Trung Luu
2014-10-22
2
-6
/
+6
*
Type conversion fixes, url/ edition.
pkasting
2014-10-20
3
-7
/
+7
*
Extraction of the filename from a URL handles the parameters differently now ...
arun87.kumar
2014-10-16
2
-15
/
+10
*
Convert ARRAYSIZE_UNSAFE -> arraysize in url/.
viettrungluu
2014-10-16
5
-58
/
+32
*
Replacing the OVERRIDE with override in /src/url
anujk.sharma
2014-10-07
2
-2
/
+2
*
Updating buffered duration of local resource in android
amogh.bihani
2014-09-01
2
-0
/
+11
*
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
[next]