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

Issue 14856004: Finish removing WebKitSystemInterface from Blink. (Closed)

Created:
7 years, 7 months ago by Robert Sesek
Modified:
7 years, 7 months ago
Reviewers:
Nico, abarth-chromium
CC:
blink-reviews, danakj, jamesr, Stephen Chennney, jeez
Visibility:
Public.

Description

Finish removing WebKitSystemInterface from Blink. Replace some more WebKitSystemInterface wrappers with direct calls to SPI. This also removes the library from the link list and deletes the now-unneeded adjust_visibility.sh script. This is a partial revert of http://trac.webkit.org/changeset/9311, which many years ago replaced these SPI calls with the WKSI ones. This inlines a the call to WKGetVerticalGlyphsForCharacters(), which was a noop that just returned false. BUG=101156 R=thakis@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149659

Patch Set 1 #

Patch Set 2 : Ready for review #

Patch Set 3 : Simplify #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -277 lines) Patch
M Source/core/core.gyp/core.gyp View 1 9 chunks +0 lines, -79 lines 0 comments Download
D Source/core/core.gyp/mac/adjust_visibility.sh View 1 1 chunk +0 lines, -124 lines 0 comments Download
M Source/core/platform/graphics/cocoa/FontPlatformDataCocoa.mm View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/graphics/mac/ComplexTextControllerCoreText.mm View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M Source/core/platform/graphics/mac/FontCacheMac.mm View 1 3 chunks +8 lines, -3 lines 0 comments Download
M Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp View 1 2 2 chunks +4 lines, -5 lines 2 comments Download
M Source/core/platform/graphics/mac/SimpleFontDataMac.mm View 1 4 chunks +32 lines, -4 lines 0 comments Download
M Source/core/platform/mac/ScrollAnimatorMac.mm View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/mac/ScrollElasticityController.mm View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/platform/mac/ScrollbarThemeMac.mm View 1 1 chunk +0 lines, -1 line 0 comments Download
D Source/core/platform/mac/WebCoreSystemInterface.h View 1 1 chunk +0 lines, -56 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Robert Sesek
7 years, 7 months ago (2013-05-03 17:01:46 UTC) #1
Nico
Awesome! One question below, all the other files look good. https://codereview.chromium.org/14856004/diff/9001/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp File Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp (left): https://codereview.chromium.org/14856004/diff/9001/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp#oldcode75 ...
7 years, 7 months ago (2013-05-03 17:16:51 UTC) #2
Robert Sesek
https://codereview.chromium.org/14856004/diff/9001/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp File Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp (left): https://codereview.chromium.org/14856004/diff/9001/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp#oldcode75 Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp:75: } else if (!fontData->platformData().isCompositeFontReference() && ((fontData->platformData().widthVariant() == RegularWidth) ? ...
7 years, 7 months ago (2013-05-03 17:58:03 UTC) #3
Nico
:-D Then lgtm, with "Inline the call to WKGetVerticalGlyphsForCharacters(), it's a function that does nothing ...
7 years, 7 months ago (2013-05-03 18:04:13 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsesek@chromium.org/14856004/9001
7 years, 7 months ago (2013-05-03 18:09:18 UTC) #5
Robert Sesek
Committed patchset #3 manually as r149659 (presubmit successful).
7 years, 7 months ago (2013-05-03 18:29:15 UTC) #6
abarth-chromium
7 years, 7 months ago (2013-05-06 05:30:28 UTC) #7
Message was sent while issue was closed.
Awesome!

Powered by Google App Engine
This is Rietveld 408576698