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
/
renderer
/
safe_browsing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce the clock check granularity for term feature extraction.
bryner@chromium.org
2011-09-03
2
-8
/
+16
*
Clear the previous word state on a negative word cache hit.
bryner@chromium.org
2011-09-03
1
-0
/
+4
*
Add support for client-side phishing detection for non-UMA users.
bryner@chromium.org
2011-08-26
1
-1
/
+5
*
Revert 98168, it caused compile errors on mac:
thakis@chromium.org
2011-08-25
1
-5
/
+1
*
Add support for client-side phishing detection for non-UMA users.
bryner@chromium.org
2011-08-25
1
-1
/
+5
*
Fix crash in PhishingTermFeatureExtractor due to negative_word_cache_ not alw...
noelutz@google.com
2011-08-19
2
-4
/
+58
*
Fix valgrind failures in PhishingTermFeatureExtractor and remove supressions ...
gcasto@chromium.org
2011-08-10
1
-0
/
+1
*
Optimize phishing page term feature extraction.
gcasto@chromium.org
2011-08-09
2
-14
/
+34
*
Move more files from chrome/test to chrome/test/base, part #5
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Add OVERRIDE annotation to safebrowsing classes.
mattm@chromium.org
2011-07-25
3
-8
/
+8
*
If we show a SafeBrowsing warning we always send the client-side detection
noelutz@google.com
2011-07-22
2
-13
/
+12
*
Keep track of the history's page IDs to avoid navigating to a stale entry.
creis@chromium.org
2011-07-15
1
-5
/
+2
*
Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE
abarth@chromium.org
2011-06-24
4
-18
/
+19
*
Initial CL to update the client model more frequently. This CL also changes ...
noelutz@google.com
2011-06-17
10
-320
/
+51
*
Revert 89098 - Initial CL to update the client model more frequently.
rsesek@chromium.org
2011-06-16
10
-42
/
+122
*
Initial CL to update the client model more frequently.
noelutz@google.com
2011-06-14
10
-122
/
+42
*
Fix flaky crashing safe browsing tests.
mattm@chromium.org
2011-06-03
2
-10
/
+2
*
PhishingDOMFeatureExtractorTest.SubFrames is FLAKY on windows
michaeln@google.com
2011-06-01
1
-1
/
+8
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-4
/
+2
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-2
/
+4
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-4
/
+2
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
Roll out v1 of the client-side phishing detection model, to replace v0.
bryner@chromium.org
2011-05-19
1
-1
/
+1
*
Static constructors for Safe Browsing in Render Process.
jknotten@chromium.org
2011-05-12
6
-21
/
+50
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-3
/
+5
*
iwyu: Use callback_old.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-10
4
-4
/
+4
*
Add some missing returns in PhishingClassifier::TermExtractionFinished().
bryner@chromium.org
2011-05-09
1
-0
/
+2
*
FTP: split the directory listing parser test and re-enable it on TSan bots
phajdan.jr@chromium.org
2011-05-06
1
-1
/
+2
*
Add a histogram to record why the phishing classifier is canceled.
bryner@chromium.org
2011-05-04
2
-13
/
+42
*
Add tracking for scorer creation failures.
noelutz@google.com
2011-05-03
1
-2
/
+32
*
Have the phishing classifier guard against extra PageCaptured calls.
bryner@chromium.org
2011-05-03
2
-18
/
+100
*
Null-check the WebView and WebFrame in PhishingClassifier::TermExtractionFini...
bryner@chromium.org
2011-05-02
1
-1
/
+10
*
Change the phishing classifier to look at the transition type to determine hi...
bryner@chromium.org
2011-04-28
5
-34
/
+132
*
Move renderer_main and renderer_glue to content.
jam@chromium.org
2011-04-18
1
-1
/
+1
*
Fix missing include
jam@chromium.org
2011-04-15
1
-0
/
+1
*
Fix missing include
jam@chromium.org
2011-04-15
1
-0
/
+1
*
Move RenderThread to content\renderer.
jam@chromium.org
2011-04-14
2
-2
/
+2
*
Change the client-side phishing detection request format. Instead of
noelutz@google.com
2011-04-14
8
-69
/
+128
*
Move a bunch of Chrome specific code out of RenderThread, in preparation of m...
jam@chromium.org
2011-04-14
4
-3
/
+21
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
4
-18
/
+18
*
Move code that talks to spelling and translate out of content. I create Chro...
jam@chromium.org
2011-04-13
3
-21
/
+29
*
Enabled actual transfer size in chromium
vsevik@chromium.org
2011-04-08
1
-1
/
+5
*
Send the ref as part of the client-side phishing detection pingback.
bryner@chromium.org
2011-04-07
4
-13
/
+28
*
Add a VLOG that dumps all of the client-side phishing features before the sco...
bryner@chromium.org
2011-04-05
1
-0
/
+1
*
Quick fix for term feature extraction crashes: cancel classification on in-pa...
bryner@chromium.org
2011-04-04
2
-7
/
+14
*
Ignore preliminary page captures for client-side phishing detection.
bryner@chromium.org
2011-03-31
3
-18
/
+51
*
Remove render_messages_params files since they're not needed anymore. I move...
jam@chromium.org
2011-03-29
1
-1
/
+0
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
13
-26
/
+26
*
Move the rest of the renderer->browser messages that belong in content. Also...
jam@chromium.org
2011-03-24
5
-63
/
+62
[next]