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
*
Move ResourceRequestDetails to content/public/browser and put in the content ...
tfarina@chromium.org
2012-03-19
1
-2
/
+3
*
Move MockRenderProcessHost to content/test and put it into the content namesp...
tfarina@chromium.org
2012-03-16
1
-1
/
+1
*
Handle uncommon download verdict for safebrowsing download protection.
mattm@chromium.org
2012-03-16
3
-3
/
+24
*
Use a single condition for checking whether a download is dangerous.
asanka@chromium.org
2012-03-16
2
-29
/
+54
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
1
-1
/
+1
*
Remove obsolete safe-browsing false-positives test.
shess@chromium.org
2012-03-14
1
-362
/
+0
*
Fix more uses of TimeDelta in safe browsing code.
tedvessenes@gmail.com
2012-03-13
4
-5
/
+6
*
Add check for new profile creation
sail@chromium.org
2012-03-13
1
-1
/
+2
*
Introduce abstractions to allow embedders to test RenderViewHost
joi@chromium.org
2012-03-12
1
-3
/
+5
*
Move 'More info' action into DownloadProtectionService
asanka@chromium.org
2012-03-12
2
-1
/
+19
*
Add content/public/browser/resource_dispatcher_host.h
darin@chromium.org
2012-03-12
3
-6
/
+4
*
Fixing a small good where I had MAYBE_ at the wrong place... :-/
mad@chromium.org
2012-03-08
1
-14
/
+14
*
Disabled OnPhishingDetectionDoneNotPhishing on Chrome OS...
mad@chromium.org
2012-03-08
1
-6
/
+16
*
Disabling OnPhishingDetectionDoneVerdictNotPhishing on OS_LINUX
mad@chromium.org
2012-03-07
1
-1
/
+6
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
5
-5
/
+5
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
4
-5
/
+5
*
Disabling ClientSideDetectionHostTest.OnPhishingDetectionDoneNotPhishing on L...
robertshield@chromium.org
2012-03-05
1
-1
/
+11
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
6
-17
/
+17
*
Cleanup: IWYU for BrowserThread.
thestig@chromium.org
2012-03-03
1
-1
/
+3
*
Move TestURLRequestContextGetter to url_request_test_util.{h,cc}
akalin@chromium.org
2012-03-02
1
-1
/
+0
*
Clean up password manager code.
isherman@chromium.org
2012-03-02
1
-1
/
+1
*
Replace chrome/common/net/http_return.h with net/http/http_status_code.h
akalin@chromium.org
2012-02-27
2
-6
/
+6
*
Change SBClientDownload.CheckDownloadStats REASON_HTTPS_URL histogram meaning.
mattm@chromium.org
2012-02-23
1
-3
/
+3
*
Clear SafeBrowsing cookie store in BrowsingDataRemover.
mattm@chromium.org
2012-02-22
2
-0
/
+7
*
Get rid of the content notification for memory purging, which is a chrome fea...
jam@chromium.org
2012-02-21
2
-7
/
+8
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-20
2
-0
/
+21
*
Reverting to green up the memory waterfall.
jhawkins@chromium.org
2012-02-19
2
-8
/
+0
*
More SQL statement usage regularization. Back-touch some
gbillock@chromium.org
2012-02-18
1
-5
/
+2
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-17
2
-0
/
+8
*
Fix flaky leak in DownloadProtectionServiceTest.CheckClientDownloadValidateRe...
mattm@chromium.org
2012-02-15
1
-6
/
+12
*
Flakiness cleanup: disable flaky tests under chrome/browser/
evan@chromium.org
2012-02-15
1
-1
/
+2
*
net: Split FileStream::Read/Write() into sync and async versions.
satorux@chromium.org
2012-02-15
1
-14
/
+13
*
SafeBrowsing should ensure MAC is present in response if it was requested.
mattm@chromium.org
2012-02-14
2
-7
/
+48
*
Add SafeBrowsingURLRequestContext which stores cookies.
mattm@chromium.org
2012-02-14
3
-37
/
+160
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
1
-6
/
+6
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
1
-6
/
+6
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
1
-6
/
+6
*
Add an API around InterstitialPage that's used by chrome.
jam@chromium.org
2012-02-08
5
-5
/
+9
*
Use InterstitialPage through a delegate interface instead of deriving from it.
jam@chromium.org
2012-02-07
4
-76
/
+100
*
Allow SiteInstance for about:blank in new tab to be reused.
creis@chromium.org
2012-02-06
1
-4
/
+12
*
Move DOMAutomationController code from chrome to content. This is needed by i...
jam@chromium.org
2012-02-03
1
-1
/
+0
*
[Coverity] Fix uninitialized member
groby@chromium.org
2012-02-03
1
-1
/
+2
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-3
/
+3
*
eliminate some TimeDelta static initializers
tbreisacher@chromium.org
2012-01-27
3
-19
/
+29
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
2
-3
/
+3
*
simplify notification registrar - no need to store thread ID per record
joth@chromium.org
2012-01-26
2
-4
/
+5
*
Remove some unnecessary resource_dispatcher_host.h includes.
darin@chromium.org
2012-01-25
1
-2
/
+2
*
Clean up uses of static data around singletons.
rsesek@chromium.org
2012-01-19
1
-0
/
+1
*
Move RenderViewHostDelegate to content/public and content namespace.
joi@chromium.org
2012-01-18
1
-1
/
+1
*
Rename TabContentsView to WebContentsView and move to content/public.
joi@chromium.org
2012-01-18
3
-5
/
+6
[next]