Luc Van Bogaert wrote:
>
> .. is what Mozilla 0.9.3 displays in the title bar. It seems it is
> unable to find some data. Is there a way to correct this? Thanks,
The timestamp used for BuildID is generated automatically at compile
time if BUILD_OFFICIAL=1 is set, which we sometimes forget to do;
otherwise it ends up as a string of zeros.
The value is stored in content/global/build.dtd in
bin/chrome/toolkit.jar. It's a one-line text file:
<!ENTITY buildId.label "Build ID: 0000000000">
If you really want, you can extract it, set an ID (yyyymmddhh) and rezip
(with the filepath intact).
h~