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
*
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
*
Marks some ssl tests disabled as they're crashing on mac.
sky@chromium.org
2012-02-14
1
-2
/
+18
*
Fix linux_clang build.
jam@chromium.org
2012-02-13
2
-10
/
+24
*
Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i...
jam@chromium.org
2012-02-13
3
-0
/
+188
*
Get rid of ssl_cert_error_handler.h dependency from Chrome.
jam@chromium.org
2012-02-13
2
-29
/
+30
*
Move ContextMenuParams struct from webkit/glue to content/public/common. The ...
jam@chromium.org
2012-02-12
2
-2
/
+2
*
Add an API around InterstitialPage that's used by chrome.
jam@chromium.org
2012-02-08
3
-4
/
+6
*
Use InterstitialPage through a delegate interface instead of deriving from it.
jam@chromium.org
2012-02-07
2
-23
/
+40
*
Move DOMAutomationController code from chrome to content. This is needed by i...
jam@chromium.org
2012-02-03
1
-1
/
+0
*
In cases of SSL error page due to HSTS, explain why the user cannot proceed.
palmer@chromium.org
2012-01-21
1
-1
/
+4
[next]