+2015-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
+
+ [SOUP] Disable RC4
+ https://bugs.webkit.org/show_bug.cgi?id=140014
+
+ Reviewed by Carlos Garcia Campos.
+
+ Disallow RC4-based ciphersuites when performing TLS negotiation,
+ because it is no longer considered secure.
+
+ * NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp:
+ (main):
+ * WebProcess/EntryPoint/unix/WebProcessMain.cpp:
+ (main):
+
2015-03-04 Yusuke Suzuki <utatane.tea@gmail.com>
Hide Promise with runtime flags under Cocoa JSContext API