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
/
browser
/
safe_browsing
Commit message (
Expand
)
Author
Age
Files
Lines
*
This test fails on MacOs.
lzheng@chromium.org
2010-11-09
1
-1
/
+5
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2010-11-09
4
-11
/
+14
*
Cleanup converting safe-browsing chunks to range list.
shess@chromium.org
2010-11-05
4
-108
/
+57
*
Integrate ETW with VLOG logging.
siggi@chromium.org
2010-11-04
1
-1
/
+2
*
Re-design the malware interstitial page. The change is mostly about: make the...
arv@chromium.org
2010-11-03
1
-20
/
+35
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
3
-11
/
+11
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-10-27
1
-1
/
+3
*
Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...
pkasting@chromium.org
2010-10-27
1
-13
/
+8
*
No fixed upper-bound constant for safe-browsing histograms.
shess@chromium.org
2010-10-26
5
-11
/
+13
*
Convert LOG(INFO) to VLOG(1) - chrome/browser/safe_browsing/.
pkasting@chromium.org
2010-10-25
7
-40
/
+33
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
2
-0
/
+25
*
Update code that previously constructed strings from string iterators only to...
erikwright@chromium.org
2010-10-22
2
-3
/
+4
*
Incorrect error return loading bloom filter.
shess@chromium.org
2010-10-21
1
-0
/
+1
*
Delete safe_browsing_database tests and test data.
shess@chromium.org
2010-10-21
1
-237
/
+0
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
4
-12
/
+43
*
Use scoped_refptr for refcounted param in SafeBrowsingService.
willchan@chromium.org
2010-10-20
1
-5
/
+1
*
Histogram safe_browsing BloomFilter::LoadFile().
shess@chromium.org
2010-10-19
2
-6
/
+49
*
Add the dependency with safebrowsing's test suite server and make safebrowsin...
lzheng@chromium.org
2010-10-19
1
-47
/
+471
*
Delete SafeBrowsingDatabaseBloom implementation.
shess@chromium.org
2010-10-17
4
-3062
/
+6
*
Adjust safe-browsing database-update metrics to account for update read.
shess@chromium.org
2010-10-15
1
-8
/
+8
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
7
-11
/
+11
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
2
-6
/
+6
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-10-13
1
-1
/
+3
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
5
-5
/
+5
*
Instrument safe-browsing to track file-format conversion.
shess@chromium.org
2010-10-11
2
-4
/
+64
*
Revert 61899 for breaking cookes on file:// URLs.
willchan@chromium.org
2010-10-08
1
-5
/
+6
*
Clean up safe_browsing_database.cc histograms.
shess@chromium.org
2010-10-08
2
-11
/
+54
*
Fix instances of passing raw pointers to RefCounted objects in tasks.
willchan@chromium.org
2010-10-08
1
-6
/
+5
*
Ping Google whenever a SafeBrowsing interstitial is shown to UMA users.
noelutz@google.com
2010-10-07
5
-83
/
+91
*
Rename ChromeThread to BrowserThread Part4:
tfarina@chromium.org
2010-10-07
5
-58
/
+58
*
Coverity: Initialize data members in constructor.
jhawkins@chromium.org
2010-10-05
1
-1
/
+2
*
Finally flip safe-browsing to SafeBrowsingStoreFile.
shess@chromium.org
2010-09-24
1
-6
/
+0
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
2
-2
/
+4
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
2
-45
/
+76
*
Make SafeBrowsingStoreFile the default store for developers.
shess@chromium.org
2010-09-23
1
-0
/
+6
*
Short-circuit safe-browsing updates once corruption is detected.
shess@chromium.org
2010-09-21
8
-31
/
+487
*
Suppress safe-browsing perf logging.
shess@chromium.org
2010-09-18
3
-14
/
+13
*
Create test for safebrowsing_test
lzheng@chromium.org
2010-09-17
1
-0
/
+0
*
Add database_update_in_progress_ in SafeBrowsingService to indicate if the
lzheng@chromium.org
2010-09-09
3
-19
/
+52
*
Relax DCHECK in SafeBrowsingDatabaseNew::CacheHashResults().
shess@chromium.org
2010-09-09
1
-5
/
+10
*
Add a command line switch "--disable-background-networking", to be used in
mbelshe@chromium.org
2010-09-08
1
-1
/
+3
*
Add "?" to query strings if original url has no query string.
lzheng@chromium.org
2010-09-07
3
-11
/
+26
*
Enable SafeBrowsingDatabaseNew.
shess@chromium.org
2010-09-04
3
-7
/
+16
*
Final fixes for new safe-browsing storage.
shess@chromium.org
2010-09-02
7
-116
/
+164
*
Fix safe-browsing prefix comparator to sort stably.
shess@chromium.org
2010-09-01
1
-4
/
+14
*
Move Google-specific code under browser/ into browser/google/.
evan@chromium.org
2010-08-30
2
-2
/
+2
*
Refactor version-getting info into a chrome::VersionInfo object.
evan@chromium.org
2010-08-27
1
-4
/
+3
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
FBTF: Minor cleanup to testing headers.
erg@google.com
2010-08-25
1
-0
/
+2
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-0
/
+1
[next]