Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(490)

Delta Between Two Patch Sets: Tools/ChangeLog

Issue 339530043: SB prototype
Left Patch Set: WIP Created 5 years, 11 months ago
Right Patch Set: Squashed patch Created 5 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « Source/WebKit/WebProcess/WebPage/WebPage.cpp ('k') | Tools/MiniBrowser/MiniBrowser.entitlements » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 2018-05-16 Ali Juma <ajuma@chromium.org>
2
3 Use SafeBrowsing in WKWebView
4 https://bugs.webkit.org/show_bug.cgi?id=181804
5
6 Reviewed by NOBODY (OOPS!).
7
8 Enable SafeBrowsing in MiniBrowser.
9
10 * MiniBrowser/MiniBrowser.entitlements:
11 * MiniBrowser/mac/AppDelegate.m:
12 (defaultConfiguration):
13 * MiniBrowser/mac/WK2BrowserWindowController.m:
14 (-[WK2BrowserWindowController webView:decidePolicyForSafeBrowsingResultF orNavigationAction:decisionHandler:]):
15
1 2018-05-14 Yusuke Suzuki <utatane.tea@gmail.com> 16 2018-05-14 Yusuke Suzuki <utatane.tea@gmail.com>
2 17
3 [Win] Use C++17 in MSVC 18 [Win] Use C++17 in MSVC
4 https://bugs.webkit.org/show_bug.cgi?id=185232 19 https://bugs.webkit.org/show_bug.cgi?id=185232
5 20
6 Reviewed by Alex Christensen. 21 Reviewed by Alex Christensen.
7 22
8 Do not use `using namespace std;`. In C++17, we have std::byte. This "by te" 23 Do not use `using namespace std;`. In C++17, we have std::byte. This "by te"
9 conflicts with ::byte defined in Windows' header. 24 conflicts with ::byte defined in Windows' header.
10 25
(...skipping 12327 matching lines...) Expand 10 before | Expand all | Expand 10 after
12338 Test two forms of storage to be sure we are using a different WebsiteDat aStore: cookies and sessionStorage. 12353 Test two forms of storage to be sure we are using a different WebsiteDat aStore: cookies and sessionStorage.
12339 12354
12340 * TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm: 12355 * TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:
12341 (-[WebsitePoliciesWebsiteDataStoreDelegate _webView:decidePolicyForNavig ationAction:decisionHandler:]): 12356 (-[WebsitePoliciesWebsiteDataStoreDelegate _webView:decidePolicyForNavig ationAction:decisionHandler:]):
12342 (-[WebsitePoliciesWebsiteDataStoreDelegate webView:startURLSchemeTask:]) : 12357 (-[WebsitePoliciesWebsiteDataStoreDelegate webView:startURLSchemeTask:]) :
12343 (-[WebsitePoliciesWebsiteDataStoreDelegate webView:runJavaScriptAlertPan elWithMessage:initiatedByFrame:completionHandler:]): 12358 (-[WebsitePoliciesWebsiteDataStoreDelegate webView:runJavaScriptAlertPan elWithMessage:initiatedByFrame:completionHandler:]):
12344 (websiteDataStoreTestWebView): 12359 (websiteDataStoreTestWebView):
12345 (TEST): 12360 (TEST):
12346 12361
12347 == Rolled over to ChangeLog-2018-01-01 == 12362 == Rolled over to ChangeLog-2018-01-01 ==
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b