cookies and cookies storage implementation

This commit is contained in:
Shamir Khodzha 2014-04-02 23:13:19 +04:00 committed by Josh Matthews
parent e14c569ed0
commit 3239aeacdc
13 changed files with 6441 additions and 48 deletions

View file

@ -163,4 +163,3 @@ impl<Window> Browser<Window> where Window: WindowMethods + 'static {
self.compositor.shutdown();
}
}