Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 552870 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 #2
chromium-70.0.3538.67-idle_spell_check_controller.patch (text/plain), 1017 bytes, created by
Oliver Schwabedissen
on 2018-10-25 15:34:28 UTC
(
hide
)
Description:
Patch #2
Filename:
MIME Type:
Creator:
Oliver Schwabedissen
Created:
2018-10-25 15:34:28 UTC
Size:
1017 bytes
patch
obsolete
>diff --git a/third_party/blink/renderer/core/editing/spellcheck/idle_spell_check_controller.cc b/third_party/blink/renderer/core/editing/spellcheck/idle_spell_check_controller.cc >index 21c25f5..0acffa8 100644 >--- a/third_party/blink/renderer/core/editing/spellcheck/idle_spell_check_controller.cc >+++ b/third_party/blink/renderer/core/editing/spellcheck/idle_spell_check_controller.cc > >@@ -35,7 +35,7 @@ > const int kHotModeRequestTimeoutMS = 200; > const int kInvalidHandle = -1; > const int kDummyHandleForForcedInvocation = -2; >-constexpr TimeDelta kForcedInvocationDeadline = TimeDelta::FromSeconds(10); >+constexpr TimeDelta kIdleSpellcheckTestTimeout = TimeDelta::FromSeconds(10); > > } // namespace > >@@ -233,7 +233,7 @@ > return; > > IdleDeadline* deadline = >- IdleDeadline::Create(CurrentTimeTicks() + kForcedInvocationDeadline, >+ IdleDeadline::Create(CurrentTimeTicks() + kIdleSpellcheckTestTimeout, > IdleDeadline::CallbackType::kCalledWhenIdle); > > switch (state_) {
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