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

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

Issue 1987983002: Remove Range.expand() method Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 PrefixedIDBIndexConstructor = 366, 297 PrefixedIDBIndexConstructor = 366,
298 PrefixedIDBKeyRangeConstructor = 367, 298 PrefixedIDBKeyRangeConstructor = 367,
299 PrefixedIDBObjectStoreConstructor = 368, 299 PrefixedIDBObjectStoreConstructor = 368,
300 PrefixedIDBRequestConstructor = 369, 300 PrefixedIDBRequestConstructor = 369,
301 PrefixedIDBTransactionConstructor = 370, 301 PrefixedIDBTransactionConstructor = 370,
302 NotificationPermission = 371, 302 NotificationPermission = 371,
303 RangeDetach = 372, 303 RangeDetach = 372,
304 PrefixedFileRelativePath = 386, 304 PrefixedFileRelativePath = 386,
305 DocumentCaretRangeFromPoint = 387, 305 DocumentCaretRangeFromPoint = 387,
306 ElementScrollIntoViewIfNeeded = 389, 306 ElementScrollIntoViewIfNeeded = 389,
307 RangeExpand = 393,
308 HTMLImageElementX = 396, 307 HTMLImageElementX = 396,
309 HTMLImageElementY = 397, 308 HTMLImageElementY = 397,
310 SelectionBaseNode = 400, 309 SelectionBaseNode = 400,
311 SelectionBaseOffset = 401, 310 SelectionBaseOffset = 401,
312 SelectionExtentNode = 402, 311 SelectionExtentNode = 402,
313 SelectionExtentOffset = 403, 312 SelectionExtentOffset = 403,
314 SelectionType = 404, 313 SelectionType = 404,
315 SelectionModify = 405, 314 SelectionModify = 405,
316 SelectionSetBaseAndExtent = 406, 315 SelectionSetBaseAndExtent = 406,
317 SelectionEmpty = 407, 316 SelectionEmpty = 407,
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 friend class UseCounterTest; 1262 friend class UseCounterTest;
1264 static int m_muteCount; 1263 static int m_muteCount;
1265 1264
1266 CountBits m_countBits; 1265 CountBits m_countBits;
1267 BitVector m_CSSFeatureBits; 1266 BitVector m_CSSFeatureBits;
1268 }; 1267 };
1269 1268
1270 } // namespace blink 1269 } // namespace blink
1271 1270
1272 #endif // UseCounter_h 1271 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698