Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement discarding Document objects to reclaim space. #14312

Merged
merged 5 commits into from Jan 4, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Pass test-tidy.

  • Loading branch information
asajeffrey committed Jan 4, 2017
commit 1a201fc702555f0fe2148630f69305f36ea74021
@@ -4,11 +4,11 @@

use msg::constellation_msg::{FrameId, PipelineId};
use pipeline::Pipeline;
use servo_url::ServoUrl;
use std::collections::HashMap;
use std::iter::once;
use std::mem::replace;
use std::time::Instant;
use servo_url::ServoUrl;

/// A frame in the frame tree.
/// Each frame is the constrellation's view of a browsing context.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.