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

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

Issue 1681923002: Remove XMLHttpRequestProgressEvent (position and totalSize) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests Created 4 years, 10 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 /* 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 AttrSetValueWithElement = 303, 272 AttrSetValueWithElement = 303,
273 PrefixedCancelAnimationFrame = 304, 273 PrefixedCancelAnimationFrame = 304,
274 PrefixedCancelRequestAnimationFrame = 305, 274 PrefixedCancelRequestAnimationFrame = 305,
275 NamedNodeMapGetNamedItem = 306, 275 NamedNodeMapGetNamedItem = 306,
276 NamedNodeMapSetNamedItem = 307, 276 NamedNodeMapSetNamedItem = 307,
277 NamedNodeMapRemoveNamedItem = 308, 277 NamedNodeMapRemoveNamedItem = 308,
278 NamedNodeMapItem = 309, 278 NamedNodeMapItem = 309,
279 NamedNodeMapGetNamedItemNS = 310, 279 NamedNodeMapGetNamedItemNS = 310,
280 NamedNodeMapSetNamedItemNS = 311, 280 NamedNodeMapSetNamedItemNS = 311,
281 NamedNodeMapRemoveNamedItemNS = 312, 281 NamedNodeMapRemoveNamedItemNS = 312,
282 XHRProgressEventPosition = 316,
283 XHRProgressEventTotalSize = 317,
284 PrefixedDocumentIsFullscreen = 318, 282 PrefixedDocumentIsFullscreen = 318,
285 PrefixedDocumentCurrentFullScreenElement = 320, 283 PrefixedDocumentCurrentFullScreenElement = 320,
286 PrefixedDocumentCancelFullScreen = 321, 284 PrefixedDocumentCancelFullScreen = 321,
287 PrefixedDocumentFullscreenEnabled = 322, 285 PrefixedDocumentFullscreenEnabled = 322,
288 PrefixedDocumentFullscreenElement = 323, 286 PrefixedDocumentFullscreenElement = 323,
289 PrefixedDocumentExitFullscreen = 324, 287 PrefixedDocumentExitFullscreen = 324,
290 // The above items are available in M35 branch. 288 // The above items are available in M35 branch.
291 289
292 SVGForeignObjectElement = 325, 290 SVGForeignObjectElement = 325,
293 SelectionSetPosition = 327, 291 SelectionSetPosition = 327,
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 1111
1114 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 1112 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
1115 1113
1116 CountBits m_countBits; 1114 CountBits m_countBits;
1117 BitVector m_CSSFeatureBits; 1115 BitVector m_CSSFeatureBits;
1118 }; 1116 };
1119 1117
1120 } // namespace blink 1118 } // namespace blink
1121 1119
1122 #endif // UseCounter_h 1120 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698