Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: content/renderer/renderer.sb

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer.sb
diff --git a/content/renderer/renderer.sb b/content/renderer/renderer.sb
index 602d64e18281d53c805a20aa5cef1aa444b2f921..c6fca34ad41763e2332d09c0ac69226eb7812fca 100644
--- a/content/renderer/renderer.sb
+++ b/content/renderer/renderer.sb
@@ -33,18 +33,6 @@
(allow file-read-metadata (regex #"^/(private/)?etc$"))
-; https://crbug.com/508935
-; TODO(tkent): Remove this section when we drop 'results' attribute support.
-; https://crbug.com/590117
-(if (param-true? elcap-or-later)
- (allow file-read*
- (literal "/usr/lib/libcrypto.0.9.8.dylib")
- (literal "/usr/lib/libcsfde.dylib")
- (literal "/usr/lib/libcurl.4.dylib")
- (literal "/usr/lib/libCoreStorage.dylib")
- (literal "/usr/lib/libsasl2.2.dylib")
- (literal "/usr/lib/libutil.dylib")))
-
; https://crbug.com/605840
; file-read-metadata /System/Library/LinguisticData/en/US/hyphenation.dat
; for CFStringIsHyphenationAvailableForLocale and CFStringGetHyphenationLocationBeforeIndex
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698