Title: [243186] trunk/Source
- Revision
- 243186
- Author
- [email protected]
- Date
- 2019-03-19 19:01:41 -0700 (Tue, 19 Mar 2019)
Log Message
Unreviewed adjustment to r242842 per Darin's request.
Source/WebCore:
* platform/win/LoggingWin.cpp:
(WebCore::logLevelString):
Source/WebCore/PAL:
* pal/win/LoggingWin.cpp:
(PAL::logLevelString):
Source/WebKit:
* Platform/win/LoggingWin.cpp:
(WebKit::logLevelString):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (243185 => 243186)
--- trunk/Source/WebCore/ChangeLog 2019-03-20 01:49:29 UTC (rev 243185)
+++ trunk/Source/WebCore/ChangeLog 2019-03-20 02:01:41 UTC (rev 243186)
@@ -1,3 +1,10 @@
+2019-03-19 Ross Kirsling <[email protected]>
+
+ Unreviewed adjustment to r242842 per Darin's request.
+
+ * platform/win/LoggingWin.cpp:
+ (WebCore::logLevelString):
+
2019-03-19 Said Abou-Hallawa <[email protected]>
Remove the SVG property tear off objects of SVGAnimatedPreserveAspectRatio
Modified: trunk/Source/WebCore/PAL/ChangeLog (243185 => 243186)
--- trunk/Source/WebCore/PAL/ChangeLog 2019-03-20 01:49:29 UTC (rev 243185)
+++ trunk/Source/WebCore/PAL/ChangeLog 2019-03-20 02:01:41 UTC (rev 243186)
@@ -1,3 +1,10 @@
+2019-03-19 Ross Kirsling <[email protected]>
+
+ Unreviewed adjustment to r242842 per Darin's request.
+
+ * pal/win/LoggingWin.cpp:
+ (PAL::logLevelString):
+
2019-03-14 Brent Fulgham <[email protected]>
Move CoreCrypto SPI declarations to an appropriate PAL/spi header
Modified: trunk/Source/WebCore/PAL/pal/win/LoggingWin.cpp (243185 => 243186)
--- trunk/Source/WebCore/PAL/pal/win/LoggingWin.cpp 2019-03-20 01:49:29 UTC (rev 243185)
+++ trunk/Source/WebCore/PAL/pal/win/LoggingWin.cpp 2019-03-20 02:01:41 UTC (rev 243186)
@@ -37,7 +37,7 @@
String logLevelString()
{
#if !LOG_DISABLED
- static const char* loggingEnvironmentVariable = "WebCoreLogging";
+ static constexpr const char* loggingEnvironmentVariable = "WebCoreLogging";
DWORD length = GetEnvironmentVariableA(loggingEnvironmentVariable, 0, 0);
if (!length)
return emptyString();
Modified: trunk/Source/WebCore/platform/win/LoggingWin.cpp (243185 => 243186)
--- trunk/Source/WebCore/platform/win/LoggingWin.cpp 2019-03-20 01:49:29 UTC (rev 243185)
+++ trunk/Source/WebCore/platform/win/LoggingWin.cpp 2019-03-20 02:01:41 UTC (rev 243186)
@@ -37,7 +37,7 @@
String logLevelString()
{
#if !LOG_DISABLED
- static const char* loggingEnvironmentVariable = "WebCoreLogging";
+ static constexpr const char* loggingEnvironmentVariable = "WebCoreLogging";
DWORD length = GetEnvironmentVariableA(loggingEnvironmentVariable, 0, 0);
if (!length)
return emptyString();
Modified: trunk/Source/WebKit/ChangeLog (243185 => 243186)
--- trunk/Source/WebKit/ChangeLog 2019-03-20 01:49:29 UTC (rev 243185)
+++ trunk/Source/WebKit/ChangeLog 2019-03-20 02:01:41 UTC (rev 243186)
@@ -1,3 +1,10 @@
+2019-03-19 Ross Kirsling <[email protected]>
+
+ Unreviewed adjustment to r242842 per Darin's request.
+
+ * Platform/win/LoggingWin.cpp:
+ (WebKit::logLevelString):
+
2019-03-19 Gyuyoung Kim <[email protected]>
[WPE] Fix build warnings because of missing an argument when initializing wpe_input_axis_event
Modified: trunk/Source/WebKit/Platform/win/LoggingWin.cpp (243185 => 243186)
--- trunk/Source/WebKit/Platform/win/LoggingWin.cpp 2019-03-20 01:49:29 UTC (rev 243185)
+++ trunk/Source/WebKit/Platform/win/LoggingWin.cpp 2019-03-20 02:01:41 UTC (rev 243186)
@@ -38,7 +38,7 @@
String logLevelString()
{
#if !LOG_DISABLED
- static const char* loggingEnvironmentVariable = "WebKitLogging";
+ static constexpr const char* loggingEnvironmentVariable = "WebKitLogging";
DWORD length = GetEnvironmentVariableA(loggingEnvironmentVariable, 0, 0);
if (!length)
return emptyString();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes