This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement root object property filter for observedSets
the idea here is that observed sets have a "root" object which is shared by all paths observed by the observedSet. In general, we treat any change to any observed object as a reason to check everything and verify dependencies, but this patch adds a filter so that if all changes are to the root object, but to properties on which no path depends, then we can skip doing any work. R=arv BUG= Review URL: https://codereview.appspot.com/88000049
- Loading branch information
Showing
1 changed file
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters