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

Side by Side Diff: third_party/WebKit/Source/core/frame/DOMWindow.h

Issue 2857143005: Gather serialization-related code into a directory. (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DOMWindow_h 5 #ifndef DOMWindow_h
6 #define DOMWindow_h 6 #define DOMWindow_h
7 7
8 #include "bindings/core/v8/Transferables.h" 8 #include "bindings/core/v8/serialization/Transferables.h"
9 #include "core/CoreExport.h" 9 #include "core/CoreExport.h"
10 #include "core/events/EventTarget.h" 10 #include "core/events/EventTarget.h"
11 #include "core/frame/DOMWindowBase64.h" 11 #include "core/frame/DOMWindowBase64.h"
12 #include "core/frame/Frame.h" 12 #include "core/frame/Frame.h"
13 #include "platform/bindings/TraceWrapperMember.h" 13 #include "platform/bindings/TraceWrapperMember.h"
14 #include "platform/heap/Handle.h" 14 #include "platform/heap/Handle.h"
15 #include "platform/wtf/Assertions.h" 15 #include "platform/wtf/Assertions.h"
16 #include "platform/wtf/Forward.h" 16 #include "platform/wtf/Forward.h"
17 17
18 namespace blink { 18 namespace blink {
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 // |window.closed| determinism; having it return 'true' 136 // |window.closed| determinism; having it return 'true'
137 // only after the layout widget's deferred window close 137 // only after the layout widget's deferred window close
138 // operation has been performed, exposes (confusing) 138 // operation has been performed, exposes (confusing)
139 // implementation details to scripts. 139 // implementation details to scripts.
140 bool window_is_closing_; 140 bool window_is_closing_;
141 }; 141 };
142 142
143 } // namespace blink 143 } // namespace blink
144 144
145 #endif // DOMWindow_h 145 #endif // DOMWindow_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/events/PopStateEvent.cpp ('k') | third_party/WebKit/Source/core/frame/History.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698