⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286137 in webkit


Ignore:
Timestamp:
Nov 23, 2021, 11:44:42 AM (5 years ago)
Author:
Alexander Mikhaylenko
Message:

[GTK] Effective appearance doesn't update on the old process after PSON
https://bugs.webkit.org/show_bug.cgi?id=233451

Reviewed by Michael Catanzaro.

When reinitializing a WebPage, we get effective appearance from the page creation
parameters. Actually apply them.

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::reinitializeWebPage):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r286132 r286137  
     12021-11-23  Alexander Mikhaylenko  <alexm@gnome.org>
     2
     3        [GTK] Effective appearance doesn't update on the old process after PSON
     4        https://bugs.webkit.org/show_bug.cgi?id=233451
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        When reinitializing a WebPage, we get effective appearance from the page creation
     9        parameters. Actually apply them.
     10
     11        * WebProcess/WebPage/WebPage.cpp:
     12        (WebKit::WebPage::reinitializeWebPage):
     13
    1142021-11-23  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Source/WebKit/WebProcess/WebPage/WebPage.cpp

    r286019 r286137  
    992992#endif
    993993
     994    effectiveAppearanceDidChange(parameters.useDarkAppearance, parameters.useElevatedUserInterfaceLevel);
     995
    994996    platformReinitialize();
    995997}
Note: See TracChangeset for help on using the changeset viewer.