commit | c56cf28d7c34e9ee92c1c9258c03c8bb014ef345 | [log] [tgz] |
---|---|---|
author | Steven Bennetts <stevenjb@chromium.org> | Mon Jun 17 19:03:55 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 17 19:03:55 2019 |
tree | 7bcf12b5daf4d8d383af12dc4c57333d0c716dae | |
parent | e19178249d9b678789d03a6eed30de5719e9ccef [diff] |
Use mojo API in Settings>Internet: cr_network_listener_behavior.js This is a signficant re-factor of cr_network_listener_behavior.js intended to simplify the implementations. When the behavior was introduced it was intended to share some code intended to reduce the overhead and complexity of binding extension observers to each internet page element that needed to know about network changes. With Mojo the overhead is very lightweight, and the binding code can be shared in the behavior. Bug: 853953 Change-Id: Ieb866b7dd24f652e0625809b95840a0aaa760c75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654231 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#669759}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .