Skip to content

Reduce false update notifications on UIDs

David Edmundson requested to merge work/d_ed/uids_are_fast_now into master

The process object keeps track of changes on each update comparing against the last value.

If a process is owned by uid 1000, calling setUid(0) setUid(1000) in the same update will trigger the flag as having changed. This causes lots of needless updates from re-filtering user processes to re-evaluating javascript.

CCBUG: 504995

Merge request reports

Loading