0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add test for persistent connections. More... over 14 years ago
Updated More... over 14 years ago
Allow test to fail and finish when window.performance isn't defined. Also remove stray line. More... over 14 years ago
Merge More... over 14 years ago
Remove copies of testharness.css and testharness.js More... over 14 years ago
Fix paths More... over 14 years ago
Submit a new test which tests that the unload event times are 0 when there is no previous document. More... over 14 years ago
Add discussion of the monotonic clock. More... over 14 years ago
Create a new section for process. More... over 14 years ago
Explicitly test the performance namespace before continuing tests. Small edits to avoid script errors if performance isn't defined. Changed delays for page loads/navigations from 1000ms to 100ms to make things go faster. test_unique_performance_objects: Fixed bad src for blank_page_green.htm webperftestharness.js: Updated calls to test() to use wp_test() which avoids future asserts if performance isn't defined Added test_timing_reload.htm to test timing of a reloaded page More... over 14 years ago
Change the two non-ascii single quotes to ascii single-quotes More... over 14 years ago
Fix test_greater_than() to only test greater-than and not greater-than-or-equals More... over 14 years ago
Merge More... over 14 years ago
test_timing_server_redirect.htm: Ensure navigationStart is non-zero test_timing_server_redirect.htm: Remove redundant redirectEnd check test_timing_xserver_redirect.htm: Ensure navigationStart is zero More... over 14 years ago
Clarify corner cases for navigation type. More... over 14 years ago
NOP. Converted all leading tabs to spaces. More... over 14 years ago
Moved test_timing_attributes_order.htm to test/approved/ folder Moved blank_page_unload.htm to tests/resources/ folder Updated test/index.html to include new test_timing_attributes_order test More... over 14 years ago
Closing HTML tag missing closing greater-than sign More... over 14 years ago
Missing closing </a> tag and </html> didn't have a closing > More... over 14 years ago
Convert to ASCII as that's what the charset suggests More... over 14 years ago
Converted spec to UTF-8 with BOM. More... over 14 years ago
- Updated RESOURCE_* to INITIATOR_* - Added INITIATOR_SVG - Added examples to section 4.2. - Updated section 4.2 to include a recommended maximum limit that can be changed by the user agent - Updated Section 4.5 per Action 03 (http://www.w3.org/2011/03/30-webperf-minutes.html#action03] - Definition of url, id, type attributes improved. - secureConnectionStart attribute added - updated definitions of clearResourceTiming, setResourceTimingBufferSize and onbufferfull to specify that the 1000 limit can be changed by user agent. More... over 14 years ago
Updated test cases to include explicit done(); and cross-origin server redirectCount. More... over 14 years ago
Merge More... over 14 years ago
Updated source url. More... over 14 years ago
minor typo fix. More... over 14 years ago
Set navigation type to TYPE_NAVIGATE for form submission. More... over 14 years ago
Add more specification about navigation type to handle meta-refresh, location.reload() and script initiated navigation. More... over 14 years ago
Adding same-origin and cross-origin test cases Adding custom reduced redirect.php More... over 14 years ago
Updated ordering slightly for domLoading and domInteractive More... over 14 years ago