Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 namespace="EventTarget" | 1 namespace="EventTarget" |
| 2 | 2 |
| 3 AudioContext conditional=WEB_AUDIO | 3 AudioContext conditional=WEB_AUDIO |
| 4 BatteryManager conditional=BATTERY_STATUS | 4 BatteryManager conditional=BATTERY_STATUS |
| 5 DedicatedWorkerContext | 5 DedicatedWorkerContext |
| 6 DOMApplicationCache | 6 DOMApplicationCache |
| 7 DOMWindow | 7 DOMWindow |
| 8 EventSource | 8 EventSource |
| 9 FileReader | 9 FileReader |
| 10 FileWriter | 10 FileWriter |
| 11 FontLoader | 11 FontLoader |
| 12 IDBDatabase | 12 IDBDatabase |
| 13 IDBOpenDBRequest | 13 IDBOpenDBRequest |
| 14 IDBRequest | 14 IDBRequest |
| 15 IDBTransaction | 15 IDBTransaction |
| 16 ScriptProcessorNode conditional=WEB_AUDIO | 16 ScriptProcessorNode conditional=WEB_AUDIO |
| 17 LocalMediaStream conditional=MEDIA_STREAM | 17 LocalMediaStream conditional=MEDIA_STREAM |
| 18 MIDIPort | |
|
Chris Rogers
2013/04/24 19:18:09
nit: most of the file is alphabetical order, so ca
Takashi Toyoshima
2013/04/25 02:29:45
I thought this is unix sort command order, or ASCI
Takashi Toyoshima
2013/04/25 03:47:22
OK, I'll adopt unix order here.
| |
| 18 MediaKeySession conditional=ENCRYPTED_MEDIA_V2 | 19 MediaKeySession conditional=ENCRYPTED_MEDIA_V2 |
| 19 MediaController | 20 MediaController |
| 20 MediaSource | 21 MediaSource |
| 21 MediaStream conditional=MEDIA_STREAM | 22 MediaStream conditional=MEDIA_STREAM |
| 22 MediaStreamTrack conditional=MEDIA_STREAM | 23 MediaStreamTrack conditional=MEDIA_STREAM |
| 23 MessagePort | 24 MessagePort |
| 24 Node | 25 Node |
| 25 Notification conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS | 26 Notification conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS |
| 26 Performance | 27 Performance |
| 27 RTCDataChannel conditional=MEDIA_STREAM | 28 RTCDataChannel conditional=MEDIA_STREAM |
| 28 RTCDTMFSender conditional=MEDIA_STREAM | 29 RTCDTMFSender conditional=MEDIA_STREAM |
| 29 RTCPeerConnection conditional=MEDIA_STREAM | 30 RTCPeerConnection conditional=MEDIA_STREAM |
| 30 SharedWorker conditional=SHARED_WORKERS | 31 SharedWorker conditional=SHARED_WORKERS |
| 31 SharedWorkerContext conditional=SHARED_WORKERS | 32 SharedWorkerContext conditional=SHARED_WORKERS |
| 32 SourceBufferList | 33 SourceBufferList |
| 33 SpeechRecognition | 34 SpeechRecognition |
| 34 SpeechSynthesisUtterance conditional=SPEECH_SYNTHESIS | 35 SpeechSynthesisUtterance conditional=SPEECH_SYNTHESIS |
| 35 SVGElementInstance conditional=SVG | 36 SVGElementInstance conditional=SVG |
| 36 TextTrack | 37 TextTrack |
| 37 TextTrackCue | 38 TextTrackCue |
| 38 TextTrackList | 39 TextTrackList |
| 39 WebKitNamedFlow interfaceName=NamedFlow | 40 WebKitNamedFlow interfaceName=NamedFlow |
| 40 WebSocket | 41 WebSocket |
| 41 Worker | 42 Worker |
| 42 XMLHttpRequest | 43 XMLHttpRequest |
| 43 XMLHttpRequestUpload | 44 XMLHttpRequestUpload |
| OLD | NEW |