[CCA WebUI] Land on init.js rather than main.js when startup
There are many things we want to setup before starting the app (e.g. Error handling, Test coordination). Therefore, we change to land on init.js and then dynamically load main.js so that we can load other .js files only when we finish the essential setup. Bug: 980846 Test: CCA works normally Change-Id: I5a0bf0c305a06562a4bde54422459376f9a2321e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352261 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:Shik Chen <shik@chromium.org> Auto-Submit: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#802124}
Showing
Please register or sign in to comment