New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 731027 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 3
Type: Feature



Sign in to add a comment

local_ntp.js: Automatically compute checksum

Project Member Reported by treib@chromium.org, Jun 8 2017

Issue description

Currently, a sha256 hash of local_ntp.js is listed in both local_ntp_source.cc and in local_ntp.html. This makes development quite inconvenient - every time the js is changed, both places have to be updated. It'd be better to automatically update/insert this value during the build process.

Ideas for how to do this: For the .cc, we could generate a header that contains a #define with the value. For the .html, we could either insert it manually (like we already do for "{{CONFIG_INTEGRITY}}"), or we could (ab)use "$i18n{}".
 

Comment 1 by treib@chromium.org, Jul 12 2017

Status: Started (was: Assigned)

Comment 3 by treib@chromium.org, Jul 13 2017

Status: Fixed (was: Started)

Sign in to add a comment