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

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

Issue 371693002: Set default deep value false in Document.importNode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Take review comment into consideration Created 6 years, 5 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
« no previous file with comments | « Source/core/dom/Document.idl ('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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 PrefixedIDBCursorConstructor = 363, 361 PrefixedIDBCursorConstructor = 363,
362 PrefixedIDBDatabaseConstructor = 364, 362 PrefixedIDBDatabaseConstructor = 364,
363 PrefixedIDBFactoryConstructor = 365, 363 PrefixedIDBFactoryConstructor = 365,
364 PrefixedIDBIndexConstructor = 366, 364 PrefixedIDBIndexConstructor = 366,
365 PrefixedIDBKeyRangeConstructor = 367, 365 PrefixedIDBKeyRangeConstructor = 367,
366 PrefixedIDBObjectStoreConstructor = 368, 366 PrefixedIDBObjectStoreConstructor = 368,
367 PrefixedIDBRequestConstructor = 369, 367 PrefixedIDBRequestConstructor = 369,
368 PrefixedIDBTransactionConstructor = 370, 368 PrefixedIDBTransactionConstructor = 370,
369 NotificationPermission = 371, 369 NotificationPermission = 371,
370 RangeDetach = 372, 370 RangeDetach = 372,
371 DocumentImportNodeOptionalArgument = 373,
372 HTMLTableElementVspace = 374, 371 HTMLTableElementVspace = 374,
373 HTMLTableElementHspace = 375, 372 HTMLTableElementHspace = 375,
374 PrefixedDocumentExitPointerLock = 376, 373 PrefixedDocumentExitPointerLock = 376,
375 PrefixedDocumentPointerLockElement = 377, 374 PrefixedDocumentPointerLockElement = 377,
376 PrefixedTouchRadiusX = 378, 375 PrefixedTouchRadiusX = 378,
377 PrefixedTouchRadiusY = 379, 376 PrefixedTouchRadiusY = 379,
378 PrefixedTouchRotationAngle = 380, 377 PrefixedTouchRotationAngle = 380,
379 PrefixedTouchForce = 381, 378 PrefixedTouchForce = 381,
380 PrefixedMouseEventMovementX = 382, 379 PrefixedMouseEventMovementX = 382,
381 PrefixedMouseEventMovementY = 383, 380 PrefixedMouseEventMovementY = 383,
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 538
540 void updateMeasurements(); 539 void updateMeasurements();
541 540
542 OwnPtr<BitVector> m_countBits; 541 OwnPtr<BitVector> m_countBits;
543 BitVector m_CSSFeatureBits; 542 BitVector m_CSSFeatureBits;
544 }; 543 };
545 544
546 } // namespace WebCore 545 } // namespace WebCore
547 546
548 #endif // UseCounter_h 547 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698