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

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

Issue 561093003: Remove worker support of Web SQL Database. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 AttrSetValueWithElement = 303, 294 AttrSetValueWithElement = 303,
295 PrefixedCancelAnimationFrame = 304, 295 PrefixedCancelAnimationFrame = 304,
296 PrefixedCancelRequestAnimationFrame = 305, 296 PrefixedCancelRequestAnimationFrame = 305,
297 NamedNodeMapGetNamedItem = 306, 297 NamedNodeMapGetNamedItem = 306,
298 NamedNodeMapSetNamedItem = 307, 298 NamedNodeMapSetNamedItem = 307,
299 NamedNodeMapRemoveNamedItem = 308, 299 NamedNodeMapRemoveNamedItem = 308,
300 NamedNodeMapItem = 309, 300 NamedNodeMapItem = 309,
301 NamedNodeMapGetNamedItemNS = 310, 301 NamedNodeMapGetNamedItemNS = 310,
302 NamedNodeMapSetNamedItemNS = 311, 302 NamedNodeMapSetNamedItemNS = 311,
303 NamedNodeMapRemoveNamedItemNS = 312, 303 NamedNodeMapRemoveNamedItemNS = 312,
304 OpenWebDatabaseInWorker = 313, // This didn't work because of crbug.com/ 376039. Available since M37.
305 OpenWebDatabaseSyncInWorker = 314, // This didn't work because of crbug. com/376039. Available since M37.
306 XHRProgressEventPosition = 316, 304 XHRProgressEventPosition = 316,
307 XHRProgressEventTotalSize = 317, 305 XHRProgressEventTotalSize = 317,
308 PrefixedDocumentIsFullscreen = 318, 306 PrefixedDocumentIsFullscreen = 318,
309 PrefixedDocumentFullScreenKeyboardInputAllowed = 319, 307 PrefixedDocumentFullScreenKeyboardInputAllowed = 319,
310 PrefixedDocumentCurrentFullScreenElement = 320, 308 PrefixedDocumentCurrentFullScreenElement = 320,
311 PrefixedDocumentCancelFullScreen = 321, 309 PrefixedDocumentCancelFullScreen = 321,
312 PrefixedDocumentFullscreenEnabled = 322, 310 PrefixedDocumentFullscreenEnabled = 322,
313 PrefixedDocumentFullscreenElement = 323, 311 PrefixedDocumentFullscreenElement = 323,
314 PrefixedDocumentExitFullscreen = 324, 312 PrefixedDocumentExitFullscreen = 324,
315 // The above items are available in M35 branch. 313 // The above items are available in M35 branch.
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 560
563 void updateMeasurements(); 561 void updateMeasurements();
564 562
565 OwnPtr<BitVector> m_countBits; 563 OwnPtr<BitVector> m_countBits;
566 BitVector m_CSSFeatureBits; 564 BitVector m_CSSFeatureBits;
567 }; 565 };
568 566
569 } // namespace blink 567 } // namespace blink
570 568
571 #endif // UseCounter_h 569 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698