forked from mykmelez/gecko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1636000 [wpt PR 23447] - [idle] Merge IdleState attributes into I…
…dleDetector, a=testonly Automatic update from web-platform-tests [idle] Merge IdleState attributes into IdleDetector The IdleState interface adds unnecessary overhead (code size and memory usage). These attributes can be added directly to the IdleDetector interface. Explainer PR: WICG/idle-detection#22 Bug: 878979 Change-Id: Ic92f5fff0ee540d640dc009d391a60c372490bfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2186655 Commit-Queue: Reilly Grant <[email protected]> Auto-Submit: Reilly Grant <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: Ayu Ishii <[email protected]> Cr-Commit-Position: refs/heads/master@{#767107} -- wpt-commits: 3a7b40eb73bf5359adf0d378b71d36488885057f wpt-pr: 23447
- Loading branch information
1 parent
79ff71a
commit 5eba865
Showing
6 changed files
with
39 additions
and
48 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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ idl_test( | |
|
||
idl_array.add_objects({ | ||
IdleDetector: ['idle'], | ||
IdleState: ['idle.state'] | ||
}); | ||
} | ||
); | ||
|