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 975
appStore calls diff
on the state without first checking to see if there are changes
#10195
Labels
hackathon
Legacy label for a hackaton.
perf
QA/checked-Linux
QA/checked-macOS
QA/checked-Win64
QA/test-plan-specified
release-notes/include
Milestone
Comments
@bbondy I putted this into 0.21, but please move it into earlier branches if needed. |
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Aug 15, 2017
Resolves brave#10195 Auditors: @bridiver @bbondy Test Plan: - open two windows - add bookmark in one - bookmark should appear in both bookmark toolbars
8 tasks
NejcZdovc
added a commit
that referenced
this issue
Aug 15, 2017
First quick check if lastEmittedState and appState are different
added release-notes/include since every improvement of perf is worth mentioning on the release note |
dfperry5
pushed a commit
to dfperry5/browser-laptop
that referenced
this issue
Aug 18, 2017
Resolves brave#10195 Auditors: @bridiver @bbondy Test Plan: - open two windows - add bookmark in one - bookmark should appear in both bookmark toolbars
This was referenced Sep 20, 2017
This was referenced Sep 20, 2017
This was referenced Sep 21, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
hackathon
Legacy label for a hackaton.
perf
QA/checked-Linux
QA/checked-macOS
QA/checked-Win64
QA/test-plan-specified
release-notes/include
Test plan
#10498 (comment)
diff
is a relatively expensive operation on the state and we should short-circuit emitChanges iflastEmittedState === appState
The text was updated successfully, but these errors were encountered: