Closed
Bug 1383659
Opened 7 years ago
Closed 7 years ago
nsCaret::ResetBlinking or LookAndFeel::GetInt(LookAndFeel::eIntID_CaretBlinkTime) should cache caret blink rate
Categories
(Core :: Widget: Win32, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1383659 - LookAndFeel::GetInt(LookAndFeel::eIntID_CaretBlinkTime) should cache caret blink rate.
(deleted),
text/x-review-board-request
|
jimm
:
review+
|
Details |
When profiling input.value setter or speedmeter, NtUserGetCaretBlinkTime is always showed on profile stack.
NtUserGetCaretBlinkTime seems to be slow, so we should cache caret blink time. its cache should updated by WM_SETTINGCHANGE on parent process.
Assignee | ||
Comment 1•7 years ago
|
||
s/its cache should updated/The cache should be updated/
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8890791 [details]
Bug 1383659 - LookAndFeel::GetInt(LookAndFeel::eIntID_CaretBlinkTime) should cache caret blink rate.
https://reviewboard.mozilla.org/r/161992/#review167300
Attachment #8890791 -
Flags: review?(jmathies) → review+
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/4faf41ca4755
LookAndFeel::GetInt(LookAndFeel::eIntID_CaretBlinkTime) should cache caret blink rate. r=jimm
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•6 years ago
|
Assignee: nobody → m_kato
You need to log in
before you can comment on or make changes to this bug.
Description
•