Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 552868 Details for
Bug 669586
www-client/chromium-70.0.3538.67 - redefinition of kForcedInvocationDeadline
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch #1
chromium-70.0.3538.67-text_finder.patch (text/plain), 984 bytes, created by
Oliver Schwabedissen
on 2018-10-25 15:34:02 UTC
(
hide
)
Description:
Patch #1
Filename:
MIME Type:
Creator:
Oliver Schwabedissen
Created:
2018-10-25 15:34:02 UTC
Size:
984 bytes
patch
obsolete
>diff --git a/third_party/blink/renderer/core/editing/finder/text_finder.cc b/third_party/blink/renderer/core/editing/finder/text_finder.cc >index 4b5c514..1847a69 100644 >--- a/third_party/blink/renderer/core/editing/finder/text_finder.cc >+++ b/third_party/blink/renderer/core/editing/finder/text_finder.cc > >@@ -68,7 +68,7 @@ > namespace blink { > > namespace { >-constexpr TimeDelta kForcedInvocationDeadline = TimeDelta::FromSeconds(10); >+constexpr TimeDelta kTextFinderTestTimeout = TimeDelta::FromSeconds(10); > } > > TextFinder::FindMatch::FindMatch(Range* range, int ordinal) >@@ -888,7 +888,7 @@ > // https://crbug.com/875203 > if (options.run_synchronously_for_testing) { > ScopeStringMatches( >- IdleDeadline::Create(CurrentTimeTicks() + kForcedInvocationDeadline, >+ IdleDeadline::Create(CurrentTimeTicks() + kTextFinderTestTimeout, > IdleDeadline::CallbackType::kCalledWhenIdle), > identifier, search_text, options); > } else {
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
|
Diff
Attachments on
bug 669586
:
552866
| 552868 |
552870