[Webkit-unassigned] [Bug 246568] New: There is some 'captial' typo in the source tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 15 01:02:34 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=246568

            Bug ID: 246568
           Summary: There is some 'captial' typo in the source tree
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: addr2line at gmail.com

There is some 'captial' typo in the source tree.
To reproduce:

$ rg 'captial' .
./Websites/browserbench.org/Speedometer/resources/todomvc/architecture-examples/emberjs/bower_components/ember/ember.js
1964:  paths (i.e. a path beginning with a captial letter not defined on the

./Tools/Scripts/webkitpy/style/checkers/cpp.py
233:    # Next add underscores when you have a captial letter which is followed by a capital letter

./LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/text-transform.html
18:  { syntax: 'captialize' },

./Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm
3590:    if (focusedElement->document().quirks().shouldSuppressAutocorrectionAndAutocaptializationInHiddenEditableAreas() && isTransparentOrFullyClipped(*focusedElement)) {

./Source/WebCore/page/Quirks.h
91:    WEBCORE_EXPORT bool shouldSuppressAutocorrectionAndAutocaptializationInHiddenEditableAreas() const;

./Source/WebCore/page/Quirks.cpp
340:static bool shouldSuppressAutocorrectionAndAutocaptializationInHiddenEditableAreasForHost(StringView host)
396:bool Quirks::shouldSuppressAutocorrectionAndAutocaptializationInHiddenEditableAreas() const
401:    return shouldSuppressAutocorrectionAndAutocaptializationInHiddenEditableAreasForHost(m_document->topDocument().url().host());

As far as I can tell, this is a typo.

version: commit 674e736be80335b302b90e9ea7316a8a7da191a1

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221015/7bfa8ddd/attachment.htm>


More information about the webkit-unassigned mailing list