Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 955999 - Running webapp-zip.js on node.js #28691

Merged
merged 1 commit into from
Mar 10, 2015

Conversation

rickychien
Copy link
Contributor

No description provided.

@try-server-hook
Copy link

RickyChien Ricky Chien (RickyChien) started tests. Results

@rickychien rickychien force-pushed the webapp-zip-to-nodejs branch from 3ff9363 to feda4e3 Compare March 6, 2015 16:17
@try-server-hook
Copy link

RickyChien Ricky Chien (RickyChien) started tests. Results

@rickychien rickychien force-pushed the webapp-zip-to-nodejs branch from feda4e3 to f4fe946 Compare March 7, 2015 14:20
@try-server-hook
Copy link

RickyChien Ricky Chien (RickyChien) started tests. Results

@@ -1121,10 +1119,8 @@ function addEntryContentWithTime(zip, pathInZip, data, time, compression) {
input.init(data, -1, -1, 0);
}

zip.addEntryStream(
pathInZip, time || 0, compression, input, false);
zip.addEntryStream(pathInZip, Date.now() * 1000, compression, input, false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the modification time of the entry in microseconds, so I think we don't need * 1000.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think so. but in fact I got correct time after * 1000

@rickychien rickychien force-pushed the webapp-zip-to-nodejs branch from f4fe946 to e6cb523 Compare March 9, 2015 06:36
@try-server-hook
Copy link

RickyChien Ricky Chien (RickyChien) started tests. Results

rickychien pushed a commit that referenced this pull request Mar 10, 2015
Bug 955999 - Running webapp-zip.js on node.js r=gduan
@rickychien rickychien merged commit d705c4a into mozilla-b2g:master Mar 10, 2015
@rickychien rickychien deleted the webapp-zip-to-nodejs branch March 10, 2015 03:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants