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

Side by Side Diff: Source/core/dom/EventNames.h

Issue 16625011: Add minimal implementation of unprefixed MediaSource API that has feature parity with prefixed API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix global-constructors-listing-expected.txt Created 7 years, 6 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) 2005, 2007 Apple Inc. All rights reserved. 2 * Copyright (C) 2005, 2007 Apple Inc. All rights reserved.
3 * Copyright (C) 2006 Jon Shier (jshier@iastate.edu) 3 * Copyright (C) 2006 Jon Shier (jshier@iastate.edu)
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 macro(seeking) \ 157 macro(seeking) \
158 macro(timeupdate) \ 158 macro(timeupdate) \
159 macro(volumechange) \ 159 macro(volumechange) \
160 macro(waiting) \ 160 macro(waiting) \
161 \ 161 \
162 macro(addtrack) \ 162 macro(addtrack) \
163 macro(cuechange) \ 163 macro(cuechange) \
164 macro(enter) \ 164 macro(enter) \
165 macro(exit) \ 165 macro(exit) \
166 \ 166 \
167 macro(addsourcebuffer) \
168 macro(removesourcebuffer) \
169 macro(sourceopen) \
170 macro(sourceended) \
171 macro(sourceclose) \
172 macro(update) \
173 macro(updateend) \
174 macro(updatestart) \
167 macro(webkitaddsourcebuffer) \ 175 macro(webkitaddsourcebuffer) \
168 macro(webkitremovesourcebuffer) \ 176 macro(webkitremovesourcebuffer) \
169 macro(webkitsourceopen) \ 177 macro(webkitsourceopen) \
170 macro(webkitsourceended) \ 178 macro(webkitsourceended) \
171 macro(webkitsourceclose) \ 179 macro(webkitsourceclose) \
172 \ 180 \
173 macro(webkitkeyadded) \ 181 macro(webkitkeyadded) \
174 macro(webkitkeyerror) \ 182 macro(webkitkeyerror) \
175 macro(webkitkeymessage) \ 183 macro(webkitkeymessage) \
176 macro(webkitneedkey) \ 184 macro(webkitneedkey) \
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 }; 319 };
312 320
313 inline EventNames& eventNames() 321 inline EventNames& eventNames()
314 { 322 {
315 return threadGlobalData().eventNames(); 323 return threadGlobalData().eventNames();
316 } 324 }
317 325
318 } 326 }
319 327
320 #endif 328 #endif
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698