Ignore:
Timestamp:
Jul 8, 2011, 10:54:05 AM (14 years ago)
Author:
[email protected]
Message:

Source/JavaScriptCore: Rename "makeSecure" to "fill" and remove the support for displaying last character
to avoid layering violatation.
https://bugs.webkit.org/show_bug.cgi?id=59114

Patch by Chang Shu <[email protected]> on 2011-07-08
Reviewed by Alexey Proskuryakov.

(WTF::StringImpl::fill):

  • wtf/text/StringImpl.h:
  • wtf/text/WTFString.h:

(WTF::String::fill):

Source/WebCore: Update calling sites after function renamed.
https://bugs.webkit.org/show_bug.cgi?id=59114

Patch by Chang Shu <[email protected]> on 2011-07-08
Reviewed by Alexey Proskuryakov.

No new tests, just refactoring.

  • editing/visible_units.cpp:

(WebCore::previousBoundary):
(WebCore::nextBoundary):

  • rendering/RenderText.cpp:

(WebCore::RenderText::setTextInternal):

Source/WebKit/win: Update calling sites after function renamed.
https://bugs.webkit.org/show_bug.cgi?id=59114

Patch by Chang Shu <[email protected]> on 2011-07-08
Reviewed by Alexey Proskuryakov.

  • WebKitGraphics.cpp:

(WebDrawText):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/JavaScriptCore.exp

    r89887 r90643  
    369369__ZN3WTF10StringImpl6createEPKcj
    370370__ZN3WTF10StringImpl6createEPKtj
    371 __ZN3WTF10StringImpl6secureEtNS0_21LastCharacterBehaviorE
     371__ZN3WTF10StringImpl4fillEt
    372372__ZN3WTF10StringImpl7replaceEPS0_S1_
    373373__ZN3WTF10StringImpl7replaceEjjPS0_
Note: See TracChangeset for help on using the changeset viewer.