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

Side by Side Diff: Source/core/frame/UseCounter.h

Issue 240153003: Remove the HTMLSourceElement.media IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 6 years, 8 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) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 PrefixedViewModeMediaFeature = 239, 258 PrefixedViewModeMediaFeature = 239,
259 PrefixedStorageQuota = 240, 259 PrefixedStorageQuota = 240,
260 ContentSecurityPolicyReportOnlyInMeta = 241, 260 ContentSecurityPolicyReportOnlyInMeta = 241,
261 PrefixedMediaSourceOpen = 242, 261 PrefixedMediaSourceOpen = 242,
262 ResetReferrerPolicy = 243, 262 ResetReferrerPolicy = 243,
263 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification. 263 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr om specification.
264 CaptureAttributeAsBoolean = 245, 264 CaptureAttributeAsBoolean = 245,
265 FormNameAccessForImageElement = 246, 265 FormNameAccessForImageElement = 246,
266 FormNameAccessForPastNamesMap = 247, 266 FormNameAccessForPastNamesMap = 247,
267 FormAssociationByParser = 248, 267 FormAssociationByParser = 248,
268 HTMLSourceElementMedia = 249,
269 SVGSVGElementInDocument = 250, 268 SVGSVGElementInDocument = 250,
270 SVGDocumentRootElement = 251, 269 SVGDocumentRootElement = 251,
271 DocumentCreateEventOptionalArgument = 252, 270 DocumentCreateEventOptionalArgument = 252,
272 MediaErrorEncrypted = 253, 271 MediaErrorEncrypted = 253,
273 EventSourceURL = 254, 272 EventSourceURL = 254,
274 WebSocketURL = 255, 273 WebSocketURL = 255,
275 WorkerSubjectToCSP = 257, 274 WorkerSubjectToCSP = 257,
276 WorkerAllowedByChildBlockedByScript = 258, 275 WorkerAllowedByChildBlockedByScript = 258,
277 HTMLMediaElementControllerNotNull = 259, 276 HTMLMediaElementControllerNotNull = 259,
278 DeprecatedWebKitGradient = 260, 277 DeprecatedWebKitGradient = 260,
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 399
401 void updateMeasurements(); 400 void updateMeasurements();
402 401
403 OwnPtr<BitVector> m_countBits; 402 OwnPtr<BitVector> m_countBits;
404 BitVector m_CSSFeatureBits; 403 BitVector m_CSSFeatureBits;
405 }; 404 };
406 405
407 } // namespace WebCore 406 } // namespace WebCore
408 407
409 #endif // UseCounter_h 408 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « LayoutTests/media/source-media-deprecated-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698