Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: sky/engine/core/frame/LocalDOMWindow.h

Issue 873973002: Remove window.history (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/frame/History.idl ('k') | sky/engine/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/LocalDOMWindow.h
diff --git a/sky/engine/core/frame/LocalDOMWindow.h b/sky/engine/core/frame/LocalDOMWindow.h
index 45cff844b41424d20eb76fe55df529c3613e5ab3..6a64225ca5aaab2ffe956c0158a4c24f2bdec88b 100644
--- a/sky/engine/core/frame/LocalDOMWindow.h
+++ b/sky/engine/core/frame/LocalDOMWindow.h
@@ -59,7 +59,6 @@ class EventQueue;
class ExceptionState;
class FloatRect;
class FrameConsole;
-class History;
class IDBFactory;
class LocalFrame;
class Location;
@@ -111,7 +110,6 @@ public:
// DOM Level 0
Screen& screen() const;
- History& history() const;
Location& location() const;
void setLocation(const String& location, LocalDOMWindow* callingWindow, LocalDOMWindow* enteredWindow,
@@ -196,10 +194,8 @@ public:
void enqueueDocumentEvent(PassRefPtr<Event>);
void enqueuePageshowEvent(PageshowEventPersistence);
void enqueueHashchangeEvent(const String& oldURL, const String& newURL);
- void enqueuePopstateEvent(PassRefPtr<SerializedScriptValue>);
void dispatchWindowLoadEvent();
void documentWasClosed();
- void statePopped(PassRefPtr<SerializedScriptValue>);
// FIXME: This shouldn't be public once LocalDOMWindow becomes ExecutionContext.
void clearEventQueue();
@@ -243,7 +239,6 @@ private:
HashSet<DOMWindowProperty*> m_properties;
mutable RefPtr<Screen> m_screen;
- mutable RefPtr<History> m_history;
mutable RefPtr<Console> m_console;
mutable RefPtr<Location> m_location;
mutable RefPtr<StyleMedia> m_media;
@@ -251,7 +246,6 @@ private:
mutable RefPtr<DOMWindowCSS> m_css;
RefPtr<DOMWindowEventQueue> m_eventQueue;
- RefPtr<SerializedScriptValue> m_pendingStateObject;
};
} // namespace blink
« no previous file with comments | « sky/engine/core/frame/History.idl ('k') | sky/engine/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698