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
*
Move WaitForLoadStop from ui_test_utils to browser_test_utils so that it can ...
jam@chromium.org
2012-07-26
1
-1
/
+1
*
Move TestWebSocketServer from ui_test_utils.h to browser_test_utils.h since i...
jam@chromium.org
2012-07-24
1
-1
/
+1
*
Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...
jam@chromium.org
2012-07-24
1
-13
/
+13
*
Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r...
jam@chromium.org
2012-07-20
1
-2
/
+3
*
Create content\public\test\test_utils.h to hold common test classes that are ...
jam@chromium.org
2012-07-20
1
-16
/
+16
*
Always enable dom automation for browser_tests. This avoids developers having...
jam@chromium.org
2012-07-18
1
-3
/
+1
*
Revert 146294 - - add client cert authentication support in test websocket se...
toyoshim@chromium.org
2012-07-12
1
-69
/
+0
*
- add client cert authentication support in test websocket server
toyoshim@chromium.org
2012-07-12
1
-0
/
+69
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
5
-5
/
+0
*
chrome: Put browser_navigator.h into chrome namespace.
tfarina@chromium.org
2012-07-01
1
-9
/
+7
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-50
/
+51
*
Move process-per-site logic from BrowsingInstance to RenderProcessHost.
creis@chromium.org
2012-06-29
1
-1
/
+7
*
Moves command handling from Browser to a new object, BrowserCommandController.
ben@chromium.org
2012-06-27
1
-1
/
+1
*
Move browser commands into a separate file.
ben@chromium.org
2012-06-25
1
-4
/
+5
*
TabContentsWrapper -> TabContents, part 28.
avi@chromium.org
2012-06-09
2
-56
/
+53
*
Simply mixed scripting logic, now that no particular domain is special.
cevans@chromium.org
2012-06-09
1
-1
/
+0
*
Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()
davemoore@chromium.org
2012-06-07
1
-2
/
+2
*
SocketStream should have independent state to wait for cert validation.
toyoshim@chromium.org
2012-06-06
1
-4
/
+5
*
Move the rest of the content\test headers that are used by embedders to conte...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Revert "Revert 137734 - Select theme resources from ResourceBundle at request...
flackr@chromium.org
2012-05-24
1
-1
/
+3
*
Change Cocoa FE to access the last active browser via a function only availab...
ben@chromium.org
2012-05-24
1
-2
/
+2
*
Add a SSL UI test to close tabs which contain hanging wss connections.
toyoshim@chromium.org
2012-05-22
1
-3
/
+44
*
Revert 137734 - Select theme resources from ResourceBundle at requested scale...
fischman@chromium.org
2012-05-17
1
-3
/
+1
*
Select theme resources from ResourceBundle at requested scale factor.
flackr@chromium.org
2012-05-17
1
-1
/
+3
*
Pass the render view host with all provisional load related callbacks on the ...
jochen@chromium.org
2012-05-16
1
-1
/
+2
*
Show the "cannot proceed" text only when appropriate.
palmer@chromium.org
2012-05-16
2
-8
/
+15
*
browser: Move the tabs directory into ui.
tfarina@chromium.org
2012-05-11
1
-1
/
+1
*
Don't group same-site links in new windows in the same SiteInstance.
creis@chromium.org
2012-04-27
1
-2
/
+5
*
RefCounted types should not have public destructors, chrome/browser/ part 6
rsleevi@chromium.org
2012-04-27
2
-4
/
+5
*
browser_tests to access wss:// after proceeds anyway
toyoshim@chromium.org
2012-04-11
1
-0
/
+41
*
Add Content API around CertStore.
jam@chromium.org
2012-03-12
2
-4
/
+5
*
Introduce abstractions to allow embedders to test RenderViewHost
joi@chromium.org
2012-03-12
1
-2
/
+2
*
Remove ProvisionalLoadDetails struct and notification, since WebContentsObser...
jam@chromium.org
2012-03-12
1
-4
/
+36
*
Convert uses of int ms to TimeDelta in chrome/browser and net (second try).
tedvessenes@gmail.com
2012-03-08
1
-3
/
+5
*
Add ResourceRequestInfo.
darin@chromium.org
2012-03-07
1
-5
/
+3
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
1
-1
/
+1
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
2
-2
/
+2
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-1
/
+3
*
Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.
rsleevi@chromium.org
2012-03-04
1
-5
/
+3
*
Convert uses of int ms to TimeDelta in chrome/browser and net.
tedvessenes@gmail.com
2012-03-04
1
-3
/
+5
*
Fix ExpiredCertAndGoBackTests.
vandebo@chromium.org
2012-02-28
1
-3
/
+2
*
Adding the computer's current date to invalid cert error.
mkwst@chromium.org
2012-02-27
1
-5
/
+9
*
Disable flaking SSLUI tests while I continue to investigate issue.
vandebo@chromium.org
2012-02-23
1
-1
/
+2
*
TestHTTPSExpiredCertAndGoBackViaButton is failing
danakj@chromium.org
2012-02-23
1
-1
/
+1
*
Disable flaky test: SSLUITest.TestHTTPSExpiredCertAndGoBackViaMenu.
apatrick@chromium.org
2012-02-21
1
-1
/
+2
*
Fixing some error handling log spam.
gspencer@chromium.org
2012-02-21
1
-1
/
+5
*
Fix flaky SSLUI tests.
tpayne@chromium.org
2012-02-17
1
-27
/
+17
*
Flakiness cleanup: disable flaky tests under chrome/browser/
evan@chromium.org
2012-02-15
1
-33
/
+13
*
Disabling some ssl tests on Mac.
dpapad@chromium.org
2012-02-15
1
-2
/
+2
*
Marks some ssl tests disabled as they're crashing on mac.
sky@chromium.org
2012-02-14
1
-4
/
+4
[next]