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

Unified Diff: tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp

Issue 2810533002: rewrite_to_chrome_style: Force Get prefixes on a few more things (Closed)
Patch Set: And windows Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/blink_rename_merge_helper/COMPONENTS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
diff --git a/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp b/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
index 5fced7a87a93118b0745c0c72b7b5105162962f2..d97c7ea6ff763143061668c1dcb859fc1c874a7b 100644
--- a/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
+++ b/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp
@@ -675,6 +675,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
"color",
"compositorElementId",
"constructionStack",
+ "controlSize",
"counterDirectives",
"counterMaps",
"document",
@@ -730,9 +731,9 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
"processingInstruction",
"qualifiedNameCache",
"readyState",
- "relList",
"referrer",
"referrerPolicy",
+ "relList",
"resource",
"response",
"restrictedKeyMap",
@@ -740,14 +741,18 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
"screenInfo",
"screenOrientationController",
"scrollAnimator",
+ "scrollbarPainterMap",
+ "scrollbarSet",
"selectionInDOMTree",
"selectionInFlatTree",
"selectionVisualRectMap",
"selectorTextCache",
"settings",
+ "shadowRootType",
"signalingState",
"snapshotById",
"state",
+ "stickyConstraintsMap",
"string",
"styleSharingList",
"styleSheet",
@@ -755,6 +760,7 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
"text",
"textAlign",
"textBaseline",
+ "textDirection",
"theme",
"thread",
"timing",
@@ -767,6 +773,8 @@ bool ShouldPrefixFunctionName(const std::string& old_method_name) {
"webFrame",
"widget",
"wordBoundaries",
+ "workerThread",
+ "worldId",
"worldMap",
"wrapperTypeInfo"};
for (const auto& conflicting_method : kConflictingMethods) {
« no previous file with comments | « tools/blink_rename_merge_helper/COMPONENTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698