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
*
Split most of RenderViewTest and associated classes into content.
joi@chromium.org
2011-10-14
1
-2
/
+2
*
net: Move EscapeForHTML() functions into net namespace.
tfarina@chromium.org
2011-10-13
1
-6
/
+6
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
2
-4
/
+4
*
Don't expose RenderViewImpl to tests which use RenderViewTest through its hea...
jam@chromium.org
2011-10-11
1
-1
/
+1
*
Move some testing classes used by chrome to content\renderer, to match what w...
jam@chromium.org
2011-10-10
1
-1
/
+1
*
Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...
jam@chromium.org
2011-10-10
1
-16
/
+16
*
Make RenderView inherit from content::RenderView, and add missing functions t...
jam@chromium.org
2011-10-10
12
-42
/
+46
*
Move RenderViewFakeResourcesTest to content\test. This is because we don't wa...
jam@chromium.org
2011-10-07
5
-357
/
+3
*
Rename RenderThread to RenderThreadImpl
jam@chromium.org
2011-10-06
2
-5
/
+4
*
Create content::RenderThread interface and make code in chrome use that.
jam@chromium.org
2011-10-06
1
-2
/
+3
*
Get rid of pepper_plugin_delegate_impl.h dependency from chrome (since it's a...
jam@chromium.org
2011-10-05
2
-23
/
+8
*
Move NavigationState to content\public\renderer and put it in the content nam...
jam@chromium.org
2011-10-04
2
-2
/
+3
*
Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...
jam@chromium.org
2011-10-03
3
-5
/
+5
*
Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...
jam@chromium.org
2011-10-03
4
-6
/
+6
*
Change PhishingDOMFeatureExtractor to cache the WebDocument rather than a Web...
bryner@chromium.org
2011-09-23
3
-25
/
+122
*
Fix the clock values in PhishingDOMFeatureExtractorTest.Continuation.
bryner@chromium.org
2011-09-21
1
-11
/
+11
*
Revert 101944 - Experiment: Add a sync IPC call for every image load.
marja@chromium.org
2011-09-20
1
-6
/
+0
*
Experiment: Add a sync IPC call for every image load.
marja@chromium.org
2011-09-20
1
-0
/
+6
*
Switch to the new client-side phishing model that uses Murmurhash for word ha...
bryner@chromium.org
2011-09-13
11
-31
/
+107
*
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
[next]