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

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)

Created:
3 years, 11 months ago by Łukasz Anforowicz
Modified:
3 years, 8 months ago
CC:
Mads Ager (chromium), ajuma+watch-canvas_chromium.org, darktears, apavlov+blink_chromium.org, awdf+watch_chromium.org, blink-reviews, blink-reviews-bindings_chromium.org, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-style_chromium.org, Rik, caseq+blink_chromium.org, chromium-reviews, darin-cc_chromium.org, devtools-reviews_chromium.org, dglazkov+blink, dominicc+watchlist_chromium.org, dshwang, krit, eae+blinkwatch, f(malita), fs, gavinp+loader_chromium.org, gyuyoung2, haraken, jam, Nate Chapin, jchaffraix+rendering, Justin Novosad, kinuko+watch, kouhei+heap_chromium.org, kouhei+svg_chromium.org, kozyatinskiy+blink_chromium.org, leviw+renderwatch, loading-reviews+fetch_chromium.org, loading-reviews+parser_chromium.org, loading-reviews_chromium.org, lushnikov+blink_chromium.org, oilpan-reviews, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, Peter Beverloo, pfeldman+blink_chromium.org, rwlbuis, Stephen Chennney, sof, szager+layoutwatch_chromium.org, tyoshino+watch_chromium.org, Yoav Weiss, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ABANDONED CL - We won't need this CL anymore, since the Great Blink Rename has already landed - yay! ================ Changes to compile and pass tests after Big Blink Rename (excluding functions). This CL makes things compile and pass tests after Big Blink Rename that excludes/skips renaming of functions and methods. There is a companion CL at https://codereview.chromium.org/2329463004 that contains changes needed after a full Big Blink Rename (full = also renaming functions and methods). This CL is for things 1. That cannot be prelanded (in Blink or in the RewriteToChromeStyle tool). 2. The need to be manually applied and landed together with the Big Blink Rename. Some things are not clear-cut (e.g. can we preland changes under third_party/WebKit/Source/bindings). Some changes are not yet complete (e.g. changing check_webkit_style.py). BUG=644384

Patch Set 1 #

Patch Set 2 : check-webkit-style fixes. #

Total comments: 7

Patch Set 3 : Inducing merge conflicts to force human review and changes after rename. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -301 lines) Patch
M content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_attributes.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_interface.py View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_types.py View 1 3 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl View 7 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/constants.cpp.tmpl View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface.cpp.tmpl View 18 chunks +24 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface.h.tmpl View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl View 5 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/methods.cpp.tmpl View 14 chunks +23 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/union_container.cpp.tmpl View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/utilities.cpp.tmpl View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/build/scripts/make_css_property_names.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/make_css_tokenizer_codepoints.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/make_css_value_keywords.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/CSSOMTypes.cpp.tmpl View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/CSSPrimitiveValueUnitTrie.cpp.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/ElementFactory.cpp.tmpl View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/OriginTrials.cpp.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/SettingsMacros.h.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl View 6 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in View 1 chunk +27 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSTokenizerTest.cpp View 5 chunks +27 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/EditingCommandTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/Resource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Settings.in View 6 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/html/parser/create-html-entity-table View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/FontResource.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ImageResource.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/ScriptResource.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/style/BasicShapes.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGFEBlendElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/xml/XPathGrammar.y View 10 chunks +22 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/xml/XPathParser.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp View 2 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/BlinkGC.h View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/ThreadState.cpp View 4 chunks +12 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebInputEvent.cpp View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py View 1 1 chunk +1 line, -30 lines 0 comments Download

Messages

Total messages: 7 (4 generated)
Łukasz Anforowicz
https://codereview.chromium.org/2611823003/diff/20001/content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc File content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc (right): https://codereview.chromium.org/2611823003/diff/20001/content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc#newcode87 content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc:87: for (size_t i = 0; i < webkit_items_length_cap; i++) ...
3 years, 11 months ago (2017-01-04 22:11:24 UTC) #2
dominicc (has gone to gerrit)
lgtm core/dom, core/editing, core/html, core/xml LGTM modulo third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h has "do not land" stuff on it. ...
3 years, 11 months ago (2017-01-13 05:16:00 UTC) #4
kouhei (in TOK)
3 years, 11 months ago (2017-01-13 05:16:54 UTC) #6
core/html/parser lgtm

Powered by Google App Engine
This is Rietveld 408576698