WebKit Bugzilla
Attachment 349178 Details for
Bug 189428
: Add stub implementation of SSLKeyGenerator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-189428.diff (text/plain), 2.40 KB, created by
Don Olmstead
on 2018-09-07 12:30:08 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2018-09-07 12:30:08 PDT
Size:
2.40 KB
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 71e1bdc3c7c..2c8d09bf75c 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,19 @@ >+2018-09-07 Don Olmstead <don.olmstead@sony.com> >+ >+ Add stub implementation of SSLKeyGenerator >+ https://bugs.webkit.org/show_bug.cgi?id=189428 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ No new tests. No change in behavior. >+ >+ * SourcesGTK.txt: >+ * SourcesWPE.txt: >+ * platform/SourcesGLib.txt: >+ * platform/none/SSLKeyGeneratorNone.cpp: Renamed from Source/WebCore/platform/glib/SSLKeyGeneratorGLib.cpp. >+ >+ SSLKeyGeneratorGLib had no implementation and was just a stub. >+ > 2018-09-07 Zalan Bujtas <zalan@apple.com> > > [LFC] Replace "computed" value with "used" value to match spec language >diff --git a/Source/WebCore/SourcesGTK.txt b/Source/WebCore/SourcesGTK.txt >index e616f27e5be..615b8bc3340 100644 >--- a/Source/WebCore/SourcesGTK.txt >+++ b/Source/WebCore/SourcesGTK.txt >@@ -92,6 +92,8 @@ platform/gtk/PasteboardGtk.cpp > platform/gtk/ScrollAnimatorGtk.cpp > platform/gtk/SelectionData.cpp > >+platform/none/SSLKeyGeneratorNone.cpp >+ > platform/text/Hyphenation.cpp > platform/text/LocaleICU.cpp > >diff --git a/Source/WebCore/SourcesWPE.txt b/Source/WebCore/SourcesWPE.txt >index 5e8502f86ed..39bd28f7f7c 100644 >--- a/Source/WebCore/SourcesWPE.txt >+++ b/Source/WebCore/SourcesWPE.txt >@@ -64,6 +64,8 @@ platform/graphics/wpe/IconWPE.cpp > platform/graphics/wpe/ImageWPE.cpp > platform/graphics/wpe/PlatformDisplayWPE.cpp > >+platform/none/SSLKeyGeneratorNone.cpp >+ > platform/text/Hyphenation.cpp > platform/text/LocaleICU.cpp > >diff --git a/Source/WebCore/platform/SourcesGLib.txt b/Source/WebCore/platform/SourcesGLib.txt >index 3a18ad4cdc1..303ffa1f230 100644 >--- a/Source/WebCore/platform/SourcesGLib.txt >+++ b/Source/WebCore/platform/SourcesGLib.txt >@@ -30,7 +30,6 @@ platform/glib/KeyedDecoderGlib.cpp > platform/glib/KeyedEncoderGlib.cpp > platform/glib/LowPowerModeNotifierGLib.cpp > platform/glib/MainThreadSharedTimerGLib.cpp >-platform/glib/SSLKeyGeneratorGLib.cpp > platform/glib/SharedBufferGlib.cpp > platform/glib/UserAgentGLib.cpp > >diff --git a/Source/WebCore/platform/glib/SSLKeyGeneratorGLib.cpp b/Source/WebCore/platform/none/SSLKeyGeneratorNone.cpp >similarity index 100% >rename from Source/WebCore/platform/glib/SSLKeyGeneratorGLib.cpp >rename to Source/WebCore/platform/none/SSLKeyGeneratorNone.cpp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 189428
: 349178