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
/
chrome_frame
/
test
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Rework how blocking delegates are logged.
mmenke@chromium.org
2013-10-25
1
-1
/
+7
*
Explicit initialization of aura::Env for browser shell.
dnicoara@chromium.org
2013-10-09
1
-0
/
+2
*
Revert 224269 "Don't persist HPKP if PrivacyMode is enabled."
tkent@chromium.org
2013-09-20
1
-1
/
+0
*
Don't persist HPKP if PrivacyMode is enabled.
mef@chromium.org
2013-09-20
1
-0
/
+1
*
Revert 223894 "Revert "Enable device discovery notifications.""
vitalybuka@chromium.org
2013-09-19
1
-0
/
+3
*
Revert "Enable device discovery notifications."
teravest@chromium.org
2013-09-18
1
-3
/
+0
*
Enable device discovery notifications.
vitalybuka@chromium.org
2013-09-13
1
-0
/
+3
*
Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.
cdn@chromium.org
2013-08-22
1
-1
/
+1
*
Fix regression: don't redirect to data: URLs.
tsepez@chromium.org
2013-08-16
1
-1
/
+4
*
Revert 216444 "net: add a test to ensure that our TLS handshake ..."
frankf@chromium.org
2013-08-08
1
-1
/
+3
*
net: add a test to ensure that our TLS handshake doesn't get too large.
agl@chromium.org
2013-08-08
1
-3
/
+1
*
Add a CertVerifier flag to enable hard fail for local (non-public) trust anch...
rsleevi@chromium.org
2013-07-30
1
-0
/
+1
*
Update include paths in chrome_frame for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+1
*
Refactor utility methods that don't use the ProfileManager directly out of th...
noms@chromium.org
2013-07-18
1
-1
/
+2
*
Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-2
/
+2
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-1
/
+1
*
Create the desktop screen in the CF net tests.
grt@chromium.org
2013-07-03
1
-0
/
+9
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-2
/
+2
*
More tests for handling HSTS and HPKP headers.
palmer@chromium.org
2013-06-29
1
-0
/
+2
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-6
/
+5
*
Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.
ttuttle@chromium.org
2013-06-20
1
-1
/
+4
*
Use a direct include of strings headers in chrome_frame/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
chrome_frame: Use base::MessageLoop.
xhwang@chromium.org
2013-05-30
3
-5
/
+5
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
1
-1
/
+1
*
Drop more dependencies of ProfileKeyedService infrastructure on chrome.
phajdan.jr@chromium.org
2013-05-17
1
-0
/
+6
*
Extract locking behaviour from ProcessSingleton.
erikwright@chromium.org
2013-04-19
1
-4
/
+1
*
Update the remaining include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-17
1
-1
/
+1
*
Don't set MODE_DEFAULT when adding HPKP header.
palmer@chromium.org
2013-04-10
1
-2
/
+3
*
Hide ContentClient getters from embedders so that they they don't reuse conte...
jam@chromium.org
2013-04-05
1
-2
/
+1
*
Simplify the ProcessSingleton API.
erikwright@chromium.org
2013-03-28
1
-6
/
+7
*
Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...
jam@chromium.org
2013-03-20
1
-2
/
+1
*
net: move test files out of net/base
phajdan.jr@chromium.org
2013-03-18
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Re-enable some network tests that have been disabled for
mmenke@chromium.org
2013-02-20
1
-0
/
+6
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
1
-2
/
+2
*
Rename FilePath -> base::FilePath in various toplevel directories
brettw@chromium.org
2013-02-10
3
-14
/
+16
*
Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.
joi@chromium.org
2013-02-06
1
-2
/
+8
*
LoadTiming in net, part 3.
mmenke@chromium.org
2013-01-21
1
-0
/
+5
*
[Profiles, Fixit] Removing usage of GetDefaultProfile from chrome_frame code.
rlp@chromium.org
2013-01-04
1
-1
/
+1
*
build fix attempt
thakis@chromium.org
2012-12-03
1
-1
/
+1
*
Move many ProcessSingleton methods to "protected" visibility as an upcoming r...
gab@chromium.org
2012-12-03
1
-0
/
+2
*
POSTs to HSTS domains are no longer converted to GETs
mmenke@chromium.org
2012-11-28
1
-1
/
+2
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-2
/
+2
*
Reland 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
2
-2
/
+5
*
Revert 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
2
-5
/
+2
*
Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
2
-2
/
+5
*
Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...
zelidrag@chromium.org
2012-11-08
1
-3
/
+11
*
Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...
pauljensen@chromium.org
2012-11-07
2
-2
/
+5
*
Revert 165062 - We believe this change broke startup_tests
nsylvain@chromium.org
2012-11-01
1
-11
/
+3
[next]