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

Side by Side Diff: Source/modules/notifications/Notification.h

Issue 26558004: Revert 158219 "Move dom/*Event* to events to match the DOM vs. E..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1651/
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2009, 2011, 2012 Apple Inc. All rights reserved. 3 * Copyright (C) 2009, 2011, 2012 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 16 matching lines...) Expand all
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */ 30 */
31 31
32 #ifndef Notification_h 32 #ifndef Notification_h
33 #define Notification_h 33 #define Notification_h
34 34
35 #include "bindings/v8/ScriptWrappable.h" 35 #include "bindings/v8/ScriptWrappable.h"
36 #include "core/dom/ActiveDOMObject.h" 36 #include "core/dom/ActiveDOMObject.h"
37 #include "core/events/EventNames.h" 37 #include "core/dom/EventNames.h"
38 #include "core/events/EventTarget.h" 38 #include "core/dom/EventTarget.h"
39 #include "core/loader/ThreadableLoaderClient.h" 39 #include "core/loader/ThreadableLoaderClient.h"
40 #include "core/platform/SharedBuffer.h" 40 #include "core/platform/SharedBuffer.h"
41 #include "core/platform/Timer.h" 41 #include "core/platform/Timer.h"
42 #include "core/platform/text/TextDirection.h" 42 #include "core/platform/text/TextDirection.h"
43 #include "modules/notifications/NotificationClient.h" 43 #include "modules/notifications/NotificationClient.h"
44 #include "weborigin/KURL.h" 44 #include "weborigin/KURL.h"
45 #include "wtf/OwnPtr.h" 45 #include "wtf/OwnPtr.h"
46 #include "wtf/PassRefPtr.h" 46 #include "wtf/PassRefPtr.h"
47 #include "wtf/RefCounted.h" 47 #include "wtf/RefCounted.h"
48 #include "wtf/RefPtr.h" 48 #include "wtf/RefPtr.h"
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 NotificationClient* m_notificationClient; 172 NotificationClient* m_notificationClient;
173 173
174 EventTargetData m_eventTargetData; 174 EventTargetData m_eventTargetData;
175 175
176 OwnPtr<Timer<Notification> > m_taskTimer; 176 OwnPtr<Timer<Notification> > m_taskTimer;
177 }; 177 };
178 178
179 } // namespace WebCore 179 } // namespace WebCore
180 180
181 #endif // Notifications_h 181 #endif // Notifications_h
OLDNEW
« no previous file with comments | « Source/modules/mediastream/RTCPeerConnection.cpp ('k') | Source/modules/notifications/Notification.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698