WebKit Bugzilla
Attachment 341008 Details for
Bug 185878
: Rename the "Web content is visible" process assertion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185878-20180522130913.patch (text/plain), 1.85 KB, created by
Brady Eidson
on 2018-05-22 13:09:13 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brady Eidson
Created:
2018-05-22 13:09:13 PDT
Size:
1.85 KB
patch
obsolete
>Subversion Revision: 232070 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 545439bf4e71e242821e21896310fb0adf8e257f..be48f63cb5f612c64fc1bc5c620b93c0ea82c965 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2018-05-22 Brady Eidson <beidson@apple.com> >+ >+ Rename the "Web content is visible" process assertion. >+ https://bugs.webkit.org/show_bug.cgi?id=185878 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/ios/ProcessAssertionIOS.mm: >+ (WebKit::ProcessAssertion::ProcessAssertion): >+ > 2018-05-22 Ryan Haddad <ryanhaddad@apple.com> > > Unreviewed, rolling out r232052. >diff --git a/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm b/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm >index 613610de9dd48b48da57b5f0bab6b2144324a298..0649d117312331be098f7e443d7da6f1bd841a62 100644 >--- a/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm >+++ b/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm >@@ -175,7 +175,7 @@ ProcessAssertion::ProcessAssertion(pid_t pid, AssertionState assertionState, Fun > } > }; > RELEASE_LOG(ProcessSuspension, "%p - ProcessAssertion() Acquiring assertion for process with PID %d", this, pid); >- m_assertion = adoptNS([[BKSProcessAssertion alloc] initWithPID:pid flags:flagsForState(assertionState) reason:BKSProcessAssertionReasonExtension name:@"Web content visible" withHandler:handler]); >+ m_assertion = adoptNS([[BKSProcessAssertion alloc] initWithPID:pid flags:flagsForState(assertionState) reason:BKSProcessAssertionReasonExtension name:@"Web content visibility" withHandler:handler]); > m_assertion.get().invalidationHandler = ^() { > dispatch_async(dispatch_get_main_queue(), ^{ > RELEASE_LOG(ProcessSuspension, "%p - ProcessAssertion() Process assertion for process with PID %d was invalidated", this, pid);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185878
: 341008