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
*
Add backup URL support for SafeBrowsing data requests.
cbentzel@chromium.org
2013-01-29
5
-27
/
+511
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-29
1
-2
/
+3
*
history: Rename history.h to history_service.h
tfarina@chromium.org
2013-01-25
4
-4
/
+4
*
Kill ExecuteJavascriptAndGetValue.
avi@chromium.org
2013-01-24
1
-12
/
+11
*
Move web_ui_util.* from chrome\browser\ui\webui to ui\webui so that they can ...
jam@chromium.org
2013-01-23
1
-2
/
+2
*
Move code in ui\webui\jstemplate_builder.* to webui namespace for consistency.
jam@chromium.org
2013-01-22
1
-2
/
+2
*
[sync] Divorce python sync test server chromiumsync.py from testserver.py
rsimha@chromium.org
2013-01-20
1
-7
/
+1
*
Move jstemplate_builder.* to ui\webui so it can be reused by webui implementa...
jam@chromium.org
2013-01-18
1
-1
/
+1
*
Small modifications to safebrowsing code to make it simpler to add the extension
kalman@chromium.org
2013-01-18
10
-246
/
+300
*
Simplify WebUI data sources. Currently WebUI data sources implement a URLData...
jam@chromium.org
2013-01-16
1
-2
/
+2
*
Check for a negative integer properly.
cevans@chromium.org
2013-01-15
1
-4
/
+6
*
Record metrics for slow startups
jeremy@chromium.org
2013-01-15
2
-0
/
+7
*
Don't derive from ChromeURLDataManager::DataSource, and instead have these cl...
jam@chromium.org
2013-01-14
1
-1
/
+1
*
DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.
avi@chromium.org
2013-01-07
1
-1
/
+1
*
Cleanup: Remove more unneeded browser_thread.h includes.
thestig@chromium.org
2013-01-04
5
-5
/
+0
*
Add tests for redirect responses from SafeBrowsingProtocolManager.
cbentzel@chromium.org
2012-12-20
5
-69
/
+326
*
Workaround for crashes in SafeBrowsingServiceShutdownTest.DontStartAfterShutd...
tbarzic@chromium.org
2012-12-20
1
-7
/
+1
*
Unify various test TaskRunner implementations
akalin@chromium.org
2012-12-19
1
-95
/
+49
*
Try re-enabling SafeBrowsingBlockingPageTest.MalwareIframeProceed.
mattm@chromium.org
2012-12-19
1
-3
/
+1
*
Add a "managed user" checkbox to the user creation dialog.
bauerb@chromium.org
2012-12-19
1
-1
/
+1
*
Fix race in ClientSideDetectionHostTest.NavigationCancelsShouldClassifyUrl test.
mattm@chromium.org
2012-12-18
1
-16
/
+13
*
Remove SafeBrowsingProtocolManagerTest.EmptyDatabase test.
cbentzel@chromium.org
2012-12-18
1
-26
/
+0
*
Remove straggling TabContents references.
avi@chromium.org
2012-12-14
2
-2
/
+2
*
Remove TabContents includes.
avi@chromium.org
2012-12-14
1
-1
/
+0
*
Disable ClientSideDetectionHostTest.NavigationCancelsShouldClassifyUrl on ASA...
jochen@chromium.org
2012-12-13
1
-0
/
+3
*
Remove tabstrip wrappers in browser_tabstrip.
avi@chromium.org
2012-12-03
1
-22
/
+34
*
Build time configuration for mobile safebrowsing.
sgurun@chromium.org
2012-11-29
2
-5
/
+24
*
Hack around testserver issues with stdout and stderr on Win XP bots.
mattm@chromium.org
2012-11-28
1
-2
/
+1
*
Fix the reverted patch from CL 11366042 by addressing lifetimes/access to ui ...
sgurun@chromium.org
2012-11-27
23
-1793
/
+2326
*
Remove PrefObserver usage, batch 9.
joi@chromium.org
2012-11-21
4
-38
/
+8
*
Revert 168658 - Refactor SafeBrowsingService
benwells@chromium.org
2012-11-20
23
-2312
/
+1812
*
Refactor SafeBrowsingService
sgurun@chromium.org
2012-11-20
23
-1812
/
+2312
*
chrome/browser: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-17
6
-28
/
+28
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
5
-12
/
+12
*
Added unit tests for SafeBrowsingProtocolManager.
cbentzel@chromium.org
2012-11-14
5
-98
/
+500
*
Rename SafeBrowsingServiceTest in safe_browsing_test.cc to SafeBrowsingServer...
jam@chromium.org
2012-11-12
3
-28
/
+26
*
Revert "Linux: change protobuf default option to allow building"
nyquist@chromium.org
2012-11-12
1
-0
/
+2
*
Remove SBInterstitial field trial. Make V2 the default.
mattm@chromium.org
2012-11-10
5
-1546
/
+274
*
Split safe browsing protocol manager. Currently the protocol manager has two ...
sgurun@chromium.org
2012-11-08
10
-259
/
+471
*
Try #2.1: Run safebrowsing_service_test through the net testserver code.
mattm@chromium.org
2012-11-07
4
-157
/
+192
*
Linux: change protobuf default option to allow building
phajdan.jr@chromium.org
2012-11-07
1
-2
/
+0
*
Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...
pauljensen@chromium.org
2012-11-07
1
-18
/
+3
*
Revert 166344 (SafeBrowsingSystemTest fails on XP:
thakis@chromium.org
2012-11-07
4
-193
/
+158
*
Try #2: Run safebrowsing_service_test through the net testserver code.
mattm@chromium.org
2012-11-07
4
-158
/
+193
*
Revert 165883 - Revert 165865 - Add SafeBrowsingProtocolManagerDelegate class.
cbentzel@chromium.org
2012-11-05
5
-75
/
+117
*
Revert 165865 - Add SafeBrowsingProtocolManagerDelegate class.
cbentzel@chromium.org
2012-11-04
5
-117
/
+75
*
Add SafeBrowsingProtocolManagerDelegate class.
cbentzel@chromium.org
2012-11-04
5
-75
/
+117
*
Try#2: InterstitialPage: shutdown RVH asynchronously.
mattm@chromium.org
2012-11-03
2
-7
/
+2
*
Add method to load resources without scale
oshima@chromium.org
2012-11-01
1
-9
/
+5
*
Revert r165444 "Add method to load resources without scale"
oshima@chromium.org
2012-11-01
1
-5
/
+9
[next]