Changeset 232078 in webkit


Ignore:
Timestamp:
May 22, 2018 1:52:08 PM (6 years ago)
Author:
beidson@apple.com
Message:

Rename the "Web content is visible" process assertion.
https://bugs.webkit.org/show_bug.cgi?id=185878

Reviewed by Chris Dumez.

  • UIProcess/ios/ProcessAssertionIOS.mm:

(WebKit::ProcessAssertion::ProcessAssertion):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r232077 r232078  
     12018-05-22  Brady Eidson  <beidson@apple.com>
     2
     3        Rename the "Web content is visible" process assertion.
     4        https://bugs.webkit.org/show_bug.cgi?id=185878
     5
     6        Reviewed by Chris Dumez.
     7
     8        * UIProcess/ios/ProcessAssertionIOS.mm:
     9        (WebKit::ProcessAssertion::ProcessAssertion):
     10
    1112018-05-22  Andy Estes  <aestes@apple.com>
    212
  • trunk/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm

    r223238 r232078  
    176176    };
    177177    RELEASE_LOG(ProcessSuspension, "%p - ProcessAssertion() Acquiring assertion for process with PID %d", this, pid);
    178     m_assertion = adoptNS([[BKSProcessAssertion alloc] initWithPID:pid flags:flagsForState(assertionState) reason:BKSProcessAssertionReasonExtension name:@"Web content visible" withHandler:handler]);
     178    m_assertion = adoptNS([[BKSProcessAssertion alloc] initWithPID:pid flags:flagsForState(assertionState) reason:BKSProcessAssertionReasonExtension name:@"Web content visibility" withHandler:handler]);
    179179    m_assertion.get().invalidationHandler = ^() {
    180180        dispatch_async(dispatch_get_main_queue(), ^{
Note: See TracChangeset for help on using the changeset viewer.