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
/
ssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
2
-6
/
+2
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
2
-2
/
+6
*
Add new certificate error code
wtc@chromium.org
2009-08-14
3
-8
/
+28
*
Disable SSLUITest.TestGoodFrameNavigation as it seems to be flaky.
hamaji@chromium.org
2009-08-06
1
-1
/
+1
*
This provides a simpler js template engine than JsTemplate. It has been
arv@google.com
2009-07-14
2
-3
/
+3
*
The SSL UI tests are only run on Windows today.
jcampan@chromium.org
2009-07-08
1
-1021
/
+0
*
Add an ExtensionBrowserTest base class that allows in-process browser tests o...
aa@chromium.org
2009-07-04
1
-17
/
+22
*
Move GetTabContentsID out of tab util because it has nothing to do with tabs or
brettw@chromium.org
2009-06-30
1
-3
/
+4
*
A first implementation of the SSL client auth UI.This uses the Windows API th...
jcampan@chromium.org
2009-06-27
2
-0
/
+160
*
Simple clean-up of the ssl_manager.h includes.
jcampan@chromium.org
2009-06-26
1
-20
/
+5
*
On Linux, the path to the exe is used to fork renderer processes.
jcampan@chromium.org
2009-06-25
1
-15
/
+0
*
Removing a now irrelevant browser test and disabling 2 failing ones (in order...
jcampan@chromium.org
2009-06-23
1
-56
/
+7
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
1
-1
/
+1
*
Removed mixed content options. Turns out extremely few users changed the def...
abarth@chromium.org
2009-06-16
2
-70
/
+1
*
Porting the browser tests to Unix.
jcampan@chromium.org
2009-06-05
1
-4
/
+18
*
Headers cleanup in chrome/browser/
phajdan.jr@chromium.org
2009-06-03
3
-0
/
+3
*
Disabling a UI test that is flacky.
jcampan@chromium.org
2009-06-02
1
-1
/
+2
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-30
/
+30
*
Fix crash when updating a navigation entry without a site_instance.
abarth@chromium.org
2009-05-22
1
-2
/
+7
*
Check if the test server started successfully before using it.
phajdan.jr@chromium.org
2009-05-21
1
-3
/
+60
*
More progress on ForceHTTPS.
abarth@chromium.org
2009-05-20
3
-5
/
+27
*
Try 16161 again. Third time is the charm.
abarth@chromium.org
2009-05-16
1
-0
/
+174
*
Reverting 16164.
abarth@chromium.org
2009-05-15
3
-193
/
+39
*
Try 16162 again. Hopefully should build with gcc.
abarth@chromium.org
2009-05-15
3
-39
/
+193
*
Reverting 16161.
abarth@chromium.org
2009-05-15
1
-179
/
+0
*
Add unit tests for SSLHostState.
abarth@chromium.org
2009-05-15
1
-0
/
+179
*
Finish refactoring to make SSLPolicy and friends unit testable. Next stop: t...
abarth@chromium.org
2009-05-15
10
-284
/
+280
*
Update comments as requested by jcampan.
abarth@chromium.org
2009-05-14
2
-3
/
+1
*
Remove bad DCHECK.
abarth@chromium.org
2009-05-14
1
-1
/
+0
*
Build fix.
abarth@chromium.org
2009-05-14
3
-14
/
+8
*
Factor SSLPolicyBackend out of SSLManager.
abarth@chromium.org
2009-05-14
9
-274
/
+354
*
Resubmit 16044 with typo fixed.
abarth@chromium.org
2009-05-14
4
-42
/
+40
*
Revert 16044
abarth@chromium.org
2009-05-14
4
-40
/
+42
*
Minor cleanup of SSL UI code.
abarth@chromium.org
2009-05-14
4
-42
/
+40
*
Refactor the inner classes from SSLManager to their own files to reduce the c...
abarth@chromium.org
2009-05-14
11
-593
/
+657
*
Tweak comment as requested by wtc.
abarth@chromium.org
2009-05-13
1
-3
/
+3
*
Clarify the semantics of some SSLHostState data structures.
abarth@chromium.org
2009-05-13
1
-1
/
+6
*
Be slightly more precise in how we propagate mixed content state.
abarth@chromium.org
2009-05-12
6
-30
/
+50
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
2
-0
/
+0
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
1
-1
/
+1
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-1
/
+1
*
honor index in createTab()
rafaelw@chromium.org
2009-05-06
1
-2
/
+2
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
4
-4
/
+4
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
3
-3
/
+3
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
5
-26
/
+17
*
Stop the location bar from flashing white when navigating from one HTTPS site...
abarth@chromium.org
2009-05-01
2
-6
/
+5
*
Add some histograms to see how often users click through blocking pages.
abarth@chromium.org
2009-05-01
1
-1
/
+22
*
Migrating the SSL UI tests to be browser tests.
jcampan@chromium.org
2009-04-29
1
-8
/
+763
*
Relanding this:
jcampan@chromium.org
2009-04-28
1
-0
/
+20
*
Reverting my change it breaks release compilation on Windows.
jcampan@chromium.org
2009-04-27
1
-20
/
+0
[next]