chromium / caterpillar

Project to investigate porting Chrome Apps to websites.
Apache License 2.0
59 stars 31 forks source link

`report.format_html` should not highlight APIs not included in the API dictionary passed as argument #43

Closed m-alger closed 8 years ago

m-alger commented 8 years ago

e.g. highlighting chrome.tts.speak('hello'); with the API dictionary only containing information relating to the storage API should return chrome.tts.speak('hello'); with no modifications.

m-alger commented 8 years ago

Resolved in this CL.