New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 678137 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 578344



Sign in to add a comment

Parameters (even const parameters) shouldn't be renamed into kConstantStyle

Project Member Reported by lukasza@chromium.org, Jan 4 2017

Issue description

One known case where this currently occurs is in:

third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp:

   void TypingCommand::insertText(Document& document,
                                  EditCommandSource source,
                                  const String& text,
                                  Options options,
                                  TextCompositionType composition,
             HERE ---->           const bool kIsIncrementalInsertion) {

 
Cc: lukasza@chromium.org
Owner: ----
Status: Available (was: Assigned)
Status: Fixed (was: Available)

Comment 4 by thakis@chromium.org, Apr 17 2017

Owner: lukasza@chromium.org

Sign in to add a comment