Changeset 240317 in webkit


Ignore:
Timestamp:
Jan 22, 2019 8:06:56 PM (5 years ago)
Author:
Michael Catanzaro
Message:

Unreviewed attempt to fix GTK/WPE bots
https://bugs.webkit.org/show_bug.cgi?id=193580
<rdar://problem/47457742>

Doesn't make sense to clear the storage session right after creating it. This should fix
network process crash on startup under G_DEBUG=fatal-criticals due to the storage session
not having a cookie jar.

  • NetworkProcess/NetworkProcess.cpp:

(WebKit::NetworkProcess::NetworkProcess):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r240316 r240317  
     12019-01-22  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        Unreviewed attempt to fix GTK/WPE bots
     4        https://bugs.webkit.org/show_bug.cgi?id=193580
     5        <rdar://problem/47457742>
     6
     7        Doesn't make sense to clear the storage session right after creating it. This should fix
     8        network process crash on startup under G_DEBUG=fatal-criticals due to the storage session
     9        not having a cookie jar.
     10
     11        * NetworkProcess/NetworkProcess.cpp:
     12        (WebKit::NetworkProcess::NetworkProcess):
     13
    1142019-01-22  Megan Gardner  <megan_gardner@apple.com>
    215
  • trunk/Source/WebKit/NetworkProcess/NetworkProcess.cpp

    r240306 r240317  
    164164        return defaultStorageSession();
    165165    });
    166     defaultStorageSession().clearSoupNetworkSessionAndCookieStorage();
    167166#endif
    168167
Note: See TracChangeset for help on using the changeset viewer.