Files app: JS modules for //ui/file_manager/f/f/js/ui/table/*
Add JS module for //ui/file_manager/file_manager/foreground/js/ui/table: - table.js - table_column.js - table_column_model.js - table_header.js - table_list.js - table_splitter.js NOTE: TableColumn.width property changed to be inline instead of Object.defineProperty() because the old cr.defineProperty() allowed to overwrite only the getter however using Object.defineProperty() doesn't allow it. Bug: 1133186,1134497 Change-Id: I0e3aea36240674ef055ebb75865f7d229bd3da84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619104 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:Jeremie Boulic <jboulic@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#841995}
Showing
Please register or sign in to comment