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

Side by Side Diff: sky/engine/core/frame/UseCounter.h

Issue 697773002: Remove Element#attributes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix template binding. Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/core/editing/MarkupAccumulator.cpp ('k') | sky/engine/public/web/WebNode.h » ('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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ElementAnimateKeyframeListEffectDoubleTiming = 293, 246 ElementAnimateKeyframeListEffectDoubleTiming = 293,
247 ElementAnimateKeyframeListEffectNoTiming = 294, 247 ElementAnimateKeyframeListEffectNoTiming = 294,
248 AttrGetValue = 298, 248 AttrGetValue = 298,
249 AttrSetValue = 299, 249 AttrSetValue = 299,
250 AnimationConstructorKeyframeListEffectObjectTiming = 300, 250 AnimationConstructorKeyframeListEffectObjectTiming = 300,
251 AnimationConstructorKeyframeListEffectDoubleTiming = 301, 251 AnimationConstructorKeyframeListEffectDoubleTiming = 301,
252 AnimationConstructorKeyframeListEffectNoTiming = 302, 252 AnimationConstructorKeyframeListEffectNoTiming = 302,
253 AttrSetValueWithElement = 303, 253 AttrSetValueWithElement = 303,
254 PrefixedCancelAnimationFrame = 304, 254 PrefixedCancelAnimationFrame = 304,
255 PrefixedCancelRequestAnimationFrame = 305, 255 PrefixedCancelRequestAnimationFrame = 305,
256 NamedNodeMapGetNamedItem = 306, 256
257 NamedNodeMapSetNamedItem = 307,
258 NamedNodeMapRemoveNamedItem = 308,
259 NamedNodeMapItem = 309,
260 OpenWebDatabaseInWorker = 313, // This didn't work because of crbug.com/ 376039. Available since M37. 257 OpenWebDatabaseInWorker = 313, // This didn't work because of crbug.com/ 376039. Available since M37.
261 OpenWebDatabaseSyncInWorker = 314, // This didn't work because of crbug. com/376039. Available since M37. 258 OpenWebDatabaseSyncInWorker = 314, // This didn't work because of crbug. com/376039. Available since M37.
262 XHRProgressEventPosition = 316, 259 XHRProgressEventPosition = 316,
263 XHRProgressEventTotalSize = 317, 260 XHRProgressEventTotalSize = 317,
264 PrefixedDocumentIsFullscreen = 318, 261 PrefixedDocumentIsFullscreen = 318,
265 PrefixedDocumentFullScreenKeyboardInputAllowed = 319, 262 PrefixedDocumentFullScreenKeyboardInputAllowed = 319,
266 PrefixedDocumentCurrentFullScreenElement = 320, 263 PrefixedDocumentCurrentFullScreenElement = 320,
267 PrefixedDocumentCancelFullScreen = 321, 264 PrefixedDocumentCancelFullScreen = 321,
268 PrefixedDocumentFullscreenEnabled = 322, 265 PrefixedDocumentFullscreenEnabled = 322,
269 PrefixedDocumentFullscreenElement = 323, 266 PrefixedDocumentFullscreenElement = 323,
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 487
491 void updateMeasurements(); 488 void updateMeasurements();
492 489
493 OwnPtr<BitVector> m_countBits; 490 OwnPtr<BitVector> m_countBits;
494 BitVector m_CSSFeatureBits; 491 BitVector m_CSSFeatureBits;
495 }; 492 };
496 493
497 } // namespace blink 494 } // namespace blink
498 495
499 #endif // UseCounter_h 496 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « sky/engine/core/editing/MarkupAccumulator.cpp ('k') | sky/engine/public/web/WebNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698