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

Changeset 286143 in webkit


Ignore:
Timestamp:
Nov 24, 2021, 1:22:32 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

Merge r286137 - [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:
releases/WebKitGTK/webkit-2.34/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.34/Source/WebKit/ChangeLog

    r284597 r286143  
     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-10-21  Adrian Perez de Castro  <aperez@igalia.com>
    215
  • releases/WebKitGTK/webkit-2.34/Source/WebKit/WebProcess/WebPage/WebPage.cpp

    r281818 r286143  
    978978#endif
    979979
     980    effectiveAppearanceDidChange(parameters.useDarkAppearance, parameters.useElevatedUserInterfaceLevel);
     981
    980982    platformReinitialize();
    981983}
Note: See TracChangeset for help on using the changeset viewer.