Auto merge of #21048 - cbrewster:hash_change_history, r=asajeffrey

Track hash changes in session history

<!-- Please describe your changes on the following line: -->
Adds tracking of hash changes in the session history.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #14970 fix #13437 (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21048)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-07-21 14:39:25 -04:00 committed by GitHub
commit a97d8b99ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 110 additions and 87 deletions

View file

@ -4,8 +4,5 @@
expected: FAIL
[Instant scrolling while doing history navigation.]
expected: TIMEOUT
[Smooth scrolling while doing history navigation.]
expected: NOTRUN
expected: FAIL

View file

@ -34,5 +34,3 @@
[windows-1254: iso_8859-9:1989 (XMLHttpRequest)]
expected: FAIL
[single-byte-decoder.html?TextDecoder]

View file

@ -15,8 +15,6 @@
expected: FAIL
[request-keepalive-quota.html?include=slow-1]
[request-keepalive-quota.html?include=slow-2]
[A Keep-Alive fetch() should return only its allocated Quota upon promise resolution.]
expected: FAIL

View file

@ -1,6 +0,0 @@
[hashchange_event.html]
type: testharness
expected: TIMEOUT
[Queue a task to fire hashchange event]
expected: TIMEOUT

View file

@ -1,6 +0,0 @@
[004.html]
type: testharness
expected: TIMEOUT
[Fragment Navigation: hashchange event]
expected: TIMEOUT

View file

@ -1,6 +0,0 @@
[005.html]
type: testharness
expected: TIMEOUT
[Fragment Navigation: hashchange event]
expected: TIMEOUT

View file

@ -1,6 +0,0 @@
[006.html]
type: testharness
expected: TIMEOUT
[Fragment Navigation: hashchange event multiple changes old/newURL]
expected: TIMEOUT

View file

@ -1,6 +0,0 @@
[007.html]
type: testharness
expected: TIMEOUT
[Fragment Navigation: hashchange event multiple changes old/newURL]
expected: TIMEOUT

View file

@ -1,10 +0,0 @@
[004.html]
[browser needs to support hashchange events for this testcase]
expected: FAIL
[queued .go commands should all be executed when the queue is processed]
expected: FAIL
[history position should be calculated when executing, not when calling the .go command]
expected: FAIL

View file

@ -98,8 +98,6 @@
expected: TIMEOUT
[parsing.html?81-90]
[parsing.html?91-100]
expected: TIMEOUT
[<meta>: "0; url=foo"]
@ -247,8 +245,6 @@
expected: TIMEOUT
[parsing.html?131-last]
[parsing.html?1-10]
expected: TIMEOUT
[<meta>: "1"]

View file

@ -4,5 +4,3 @@
[WebSockets: Send/Receive blob, blob size less than network array buffer]
expected: TIMEOUT
[001.html]

View file

@ -3,5 +3,3 @@
[WebSockets: Send/Receive blob, blob size greater than network array buffer]
expected: TIMEOUT
[002.html]

View file

@ -3,5 +3,3 @@
[WebSockets: Send/Receive ArrayBuffer, size greater than network array buffer]
expected: TIMEOUT
[004.html]

View file

@ -4,5 +4,3 @@
[WebSockets: Send/Receive ArrayBuffer, size less than network array buffer]
expected: TIMEOUT
[005.html]

View file

@ -4,5 +4,3 @@
[WebSockets: bufferedAmount for ArrayBuffer]
expected: TIMEOUT
[bufferedAmount-arraybuffer.html]

View file

@ -4,5 +4,3 @@
[WebSockets: bufferedAmount for blob]
expected: TIMEOUT
[bufferedAmount-blob.html]

View file

@ -5,7 +5,3 @@
[sync-no-timeout]
expected: FAIL
[sync-no-timeout.any.worker.html]
[sync-no-timeout.any.html]