Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix loopCount #430

Merged
merged 1 commit into from
Jul 26, 2017
Merged

fix loopCount #430

merged 1 commit into from
Jul 26, 2017

Conversation

clyfish
Copy link
Contributor

@clyfish clyfish commented Jul 26, 2017

Value 0 in "NETSCAPE2.0" means loop forever.
Missing "NETSCAPE2.0" block means 0 repetitions = loop once.
Value 1 in "NETSCAPE2.0" means 1 repetition = 2 loops.
Value 2 in "NETSCAPE2.0" means 2 repetitions = 3 loops.

https://bugs.chromium.org/p/chromium/issues/detail?id=592735
https://bugzilla.mozilla.org/show_bug.cgi?id=1255497

Value 0 in "NETSCAPE2.0" means loop forever.
Missing "NETSCAPE2.0" block means 0 repetitions = loop once.
Value 1 in "NETSCAPE2.0" means 1 repetition = 2 loops.
Value 2 in "NETSCAPE2.0" means 2 repetitions = 3 loops.

https://bugs.chromium.org/p/chromium/issues/detail?id=592735
https://bugzilla.mozilla.org/show_bug.cgi?id=1255497
@codecov-io
Copy link

codecov-io commented Jul 26, 2017

Codecov Report

Merging #430 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #430   +/-   ##
======================================
  Coverage    4.35%   4.35%           
======================================
  Files          27      27           
  Lines        1332    1332           
  Branches      119     119           
======================================
  Hits           58      58           
  Misses       1271    1271           
  Partials        3       3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ab4385...cda790f. Read the comment docs.

@koral-- koral-- merged commit 77f3122 into koral--:master Jul 26, 2017
@koral--
Copy link
Owner

koral-- commented Jul 26, 2017

Thanks

koral-- added a commit that referenced this pull request Aug 6, 2017
koral-- added a commit that referenced this pull request Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants