This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 970
onTabMouseMove is called too many times #10689
Labels
feature/tab-preview
initiative/perf
perf
priority/P2
Crashes. Loss of data. Severe memory leak.
QA/checked-Linux
QA/checked-macOS
QA/checked-Win64
QA/test-plan-specified
release/blocking
release-notes/exclude
Milestone
Comments
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Aug 28, 2017
Resolves brave#10689 Auditors: Test Plan:
8 tasks
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Aug 28, 2017
Resolves brave#10689 Auditors: Test Plan:
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Aug 30, 2017
Resolves brave#10689 Auditors: Test Plan:
Tab.onMouseMove should be debounced I think, not the action itself |
yeah I can move debounce from action inside onMouseMove to the whole onMouseMove |
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Sep 18, 2017
Resolves brave#10689 Auditors: Test Plan:
@bridiver - can we get an update from you on this one. |
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Oct 16, 2017
Resolves brave#10689 Auditors: Test Plan:
bsclifton
added a commit
that referenced
this issue
Dec 20, 2017
Reduce actions call when doing previews
bsclifton
added a commit
that referenced
this issue
Dec 20, 2017
Reduce actions call when doing previews
bsclifton
added a commit
that referenced
this issue
Dec 20, 2017
Reduce actions call when doing previews
57 tasks
This was referenced Dec 27, 2017
This was referenced Jan 2, 2018
29 tasks
34 tasks
This was referenced Jan 24, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
feature/tab-preview
initiative/perf
perf
priority/P2
Crashes. Loss of data. Severe memory leak.
QA/checked-Linux
QA/checked-macOS
QA/checked-Win64
QA/test-plan-specified
release/blocking
release-notes/exclude
Test plan
#10690 (comment)
Describe the issue you encountered:
Window action
onTabMouseMove
is called too many times (it's not debounced) when you move mouse inside the tab. Issue is set to the same milestone as #9887The text was updated successfully, but these errors were encountered: