summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/coverage_html.js
Commit message (Collapse)AuthorAgeFilesLines
* Also display partial branch lines in the scrollbar markersNed Batchelder2016-02-061-1/+1
|
* Simplify and improve the accuracy of the scroll markersNed Batchelder2016-01-311-14/+18
|
* Clean up more of the scroll marker codeNed Batchelder2016-01-311-28/+24
|
* Formatting fixesNed Batchelder2016-01-311-21/+22
|
* marks near the scrollshishov2016-01-311-0/+73
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Fix some jshint warningsNed Batchelder2014-10-241-2/+3
|
* Filtering now computes coverage percentages properly.Ned Batchelder2014-10-221-4/+19
|
* Be more flexible about the number of columns to re-add during filtering.Ned Batchelder2014-10-201-20/+16
|
* Address comments from pull request 34 ↵Danny Allen2014-09-221-100/+73
| | | | | | | (https://bitbucket.org/ned/coveragepy/pull-request/34/rework-of-my-pull-request-18/diff): * Remove fixed header and header buttons in file details page. * Add dynamically summing footer values.
* * Do not try to jump to line if we can't find a matching target.Danny Allen2014-05-151-12/+14
|
* * Respond to pull request #18 commentsDanny Allen2014-05-151-15/+19
|
* Rework of my pull request #18:Danny Allen2014-05-151-0/+142
| | | | | | | | * Implement "go to next" buttons in pyfile UI * Improve filter on main UI to persist over page reloads * Hide totals table footer if hiding any rows, as values will be inaccurate * Implement live filtering of index table rows * Upgrade to jQuery 1.11.1
* One more way to be picky: no final blank lines.Ned Batchelder2012-10-301-1/+0
|
* Keep all the Javascript in the .js files.Ned Batchelder2012-04-281-0/+5
|
* cleanerNed Batchelder2011-06-261-1/+1
|
* HTML report hotkeys work differently if the current chunk is off-screen. A ↵Ned Batchelder2011-06-261-10/+116
| | | | chunk on-screen will be selected next.
* Scroll-to-top needs the Chrome fix also.Ned Batchelder2011-06-231-1/+1
|
* Some jslint cleanupsNed Batchelder2011-06-231-5/+4
|
* Chrome fixes: transparent colors are not 'transparent', and scrolling html ↵Ned Batchelder2011-06-231-4/+10
| | | | doesn't work, but scrolling body does.
* Add a keyboard help panel to the index page.Ned Batchelder2011-06-051-0/+1
|
* Keyboard-shorcut help is now available on the file page of the HTML report.Ned Batchelder2011-04-201-0/+20
|
* StyleNed Batchelder2011-04-171-3/+3
|
* StyleNed Batchelder2011-04-171-19/+19
|
* More tests, some refactoring of the code.Ned Batchelder2011-04-171-14/+14
|
* Even better way to test js: build fixtures programmatically, no need for ↵Ned Batchelder2011-04-171-6/+10
| | | | monkeypatching the code under test.
* Javascript testsNed Batchelder2011-04-161-22/+43
|
* Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate ↵Ned Batchelder2011-04-081-12/+16
| | | | testing.
* HTML hotkeys for jumping to next/prev highlighted source section.Ned Batchelder2011-03-271-0/+101
|
* Lint cleanups in the Javascript code.Ned Batchelder2011-02-041-15/+17
|
* Hotkeys for the HTML report.Ned Batchelder2010-11-071-0/+18
|
* Put the Javascript into an object.Ned Batchelder2010-11-051-3/+6
|
* Make this function name better.Ned Batchelder2010-03-141-1/+1
|
* HTML line numbers are clickable, and highlight the line on arrival. Also, ↵Ned Batchelder2010-03-141-0/+8
| | | | noticed that IE8 didn't line up the line number properly, so added an unfortunate meta tag to make it right. Closes issue #55.
* Minor cleanupNed Batchelder2010-03-131-3/+3
|
* Clean up HTML files.Ned Batchelder2009-12-061-3/+3
|
* Make the two html templates more similar in style.Ned Batchelder2009-12-061-0/+15
|
* Move the javascript code for click-to-sort columns into its own file. It ↵Ned Batchelder2009-11-251-0/+64
helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests.