servo/components/constellation
Connor Brewster f3d068f583 Implement diff-based session history
This new implementation of the session history keeps track of
a single tree of browsing contexts and pipelines which represents
the active entry of the session history and it keeps track of
diffs between adjacent entries. This allows use to traverse across
the joint session history by applying diffs to the active tree.
2018-04-05 18:23:21 -05:00
..
browsingcontext.rs Implement diff-based session history 2018-04-05 18:23:21 -05:00
Cargo.toml Implement diff-based session history 2018-04-05 18:23:21 -05:00
constellation.rs Implement diff-based session history 2018-04-05 18:23:21 -05:00
event_loop.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
lib.rs Implement diff-based session history 2018-04-05 18:23:21 -05:00
network_listener.rs Use FetchCanceller for document loads 2017-11-22 14:06:27 -08:00
pipeline.rs Implement diff-based session history 2018-04-05 18:23:21 -05:00
sandboxing.rs Removed util. 2016-12-14 18:04:37 -06:00
session_history.rs Implement diff-based session history 2018-04-05 18:23:21 -05:00
timer_scheduler.rs Terminate timer scheduler thread during shutdown 2017-03-30 14:27:40 +02:00