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

Issue 15079005: Create a minimal webkit_common static library for use in browser process (Closed)

Created:
7 years, 7 months ago by jamesr
Modified:
7 years, 5 months ago
CC:
blink-reviews, jeez, eae+blinkwatch, scottmg, cpu_(ooo_6.6-7.5), alecflett, piman
Visibility:
Public.

Description

Create a minimal webkit_common static library for use in browser process This defines a library with a minimal set of WebKit symbols that can be linked into locations that need to use pieces of the WebKit API without needing the whole thing. BUG=237267

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : enough to build compositor targets #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -1562 lines) Patch
A + DEPS View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
D Source/DEPS View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M Source/WebKit/chromium/WebKit.gyp View 1 2 3 4 5 6 3 chunks +1 line, -2 lines 1 comment Download
M Source/WebKit/chromium/WebKitUnitTests.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
D Source/WebKit/chromium/src/WebCommon.cpp View 1 2 3 4 1 chunk +0 lines, -44 lines 0 comments Download
M Source/WebKit/chromium/src/WebHelperPluginImpl.h View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M Source/WebKit/chromium/tests/FilterOperationsTest.cpp View 1 2 3 4 5 6 3 chunks +19 lines, -16 lines 0 comments Download
M Source/bindings/bindings.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A Source/common/DEPS View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
A + Source/common/WebAssertion.cpp View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/common/WebCString.cpp View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/common/WebFilterOperation.cpp View 1 2 3 4 5 2 chunks +7 lines, -6 lines 0 comments Download
A + Source/common/WebFilterOperations.cpp View 1 2 3 4 5 2 chunks +7 lines, -7 lines 0 comments Download
A + Source/common/WebString.cpp View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
A + Source/common/common.gyp View 1 2 3 4 5 6 1 chunk +31 lines, -9 lines 1 comment Download
M Source/core/core.gyp View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 4 chunks +1 line, -7 lines 0 comments Download
D Source/core/platform/chromium/support/WebCString.cpp View 1 2 3 4 1 chunk +0 lines, -107 lines 0 comments Download
D Source/core/platform/chromium/support/WebFilterOperation.cpp View 1 2 3 4 1 chunk +0 lines, -58 lines 0 comments Download
D Source/core/platform/chromium/support/WebFilterOperations.cpp View 1 2 3 4 1 chunk +0 lines, -163 lines 0 comments Download
D Source/core/platform/chromium/support/WebString.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -139 lines 0 comments Download
M Source/core/platform/graphics/GraphicsLayer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/modules.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M public/blink.gyp View 1 2 3 4 1 chunk +12 lines, -0 lines 1 comment Download
A public/common/WebAssertion.h View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A + public/common/WebCString.h View 1 2 3 4 5 3 chunks +14 lines, -16 lines 0 comments Download
A + public/common/WebColor.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + public/common/WebCommonExport.h View 1 2 3 4 5 1 chunk +11 lines, -12 lines 0 comments Download
A + public/common/WebFilterOperation.h View 1 2 3 4 8 chunks +23 lines, -13 lines 0 comments Download
A + public/common/WebFilterOperations.h View 1 2 3 4 2 chunks +13 lines, -13 lines 0 comments Download
A + public/common/WebPrivateOwnPtr.h View 1 2 3 4 5 3 chunks +5 lines, -5 lines 0 comments Download
A + public/common/WebPrivatePtr.h View 1 2 3 4 5 5 chunks +9 lines, -9 lines 0 comments Download
A + public/common/WebString.h View 1 2 3 4 5 6 4 chunks +35 lines, -24 lines 0 comments Download
A + public/platform/DEPS View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebCString.h View 1 2 3 4 1 chunk +1 line, -134 lines 0 comments Download
M public/platform/WebColor.h View 1 2 3 4 1 chunk +1 line, -40 lines 0 comments Download
M public/platform/WebCommon.h View 1 2 3 4 2 chunks +2 lines, -17 lines 1 comment Download
M public/platform/WebFilterOperation.h View 1 2 3 4 1 chunk +1 line, -208 lines 0 comments Download
M public/platform/WebFilterOperations.h View 1 2 3 4 1 chunk +1 line, -87 lines 0 comments Download
M public/platform/WebPrivateOwnPtr.h View 1 2 3 4 1 chunk +1 line, -75 lines 0 comments Download
M public/platform/WebPrivatePtr.h View 1 2 3 4 1 chunk +1 line, -146 lines 0 comments Download
M public/platform/WebString.h View 1 2 3 4 5 6 1 chunk +1 line, -184 lines 0 comments Download
M public/platform/WebTransformKeyframe.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A public/webview/DEPS View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M public/webview/WebGeolocationPermissionRequestManager.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M public/webview/WebHitTestResult.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M public/webview/WebMediaStreamRegistry.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M public/webview/WebScopedMicrotaskSuppression.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M public/webview/WebScopedUserGesture.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M public/webview/WebStorageEventDispatcher.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M public/webview/WebTextInputInfo.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M public/webview/WebUserGestureToken.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
jamesr
I don't think this is quite ready to land, but here it is for discussion. ...
7 years, 7 months ago (2013-05-14 23:22:19 UTC) #1
jamesr
In particular, it looks like we might need to pull the image decoders in to ...
7 years, 7 months ago (2013-05-14 23:26:50 UTC) #2
abarth-chromium
IMHO, we should reflect this somehow in the directory layout. I have a script that ...
7 years, 7 months ago (2013-05-14 23:31:42 UTC) #3
darin (slow to review)
It might help to identify what parts of this are long-term and what parts are ...
7 years, 7 months ago (2013-05-14 23:33:30 UTC) #4
jamesr
I think the scrollbar ones are definitely a short-term hack. The only thing that really ...
7 years, 7 months ago (2013-05-15 20:12:08 UTC) #5
abarth-chromium
It would be nice to have some sort of guidance in the structure of the ...
7 years, 7 months ago (2013-05-15 22:15:00 UTC) #6
jamesr
This'll have to be broken up a bit to land since it involves some minor ...
7 years, 6 months ago (2013-06-06 21:44:54 UTC) #7
jamesr
https://codereview.chromium.org/15079005/diff/18001/Source/WebKit/chromium/WebKit.gyp File Source/WebKit/chromium/WebKit.gyp (right): https://codereview.chromium.org/15079005/diff/18001/Source/WebKit/chromium/WebKit.gyp#newcode67 Source/WebKit/chromium/WebKit.gyp:67: 'INSIDE_WEBKIT', this is needed in order to build the ...
7 years, 6 months ago (2013-06-06 21:47:56 UTC) #8
abarth-chromium
https://codereview.chromium.org/15079005/diff/18001/Source/common/common.gyp File Source/common/common.gyp (right): https://codereview.chromium.org/15079005/diff/18001/Source/common/common.gyp#newcode41 Source/common/common.gyp:41: '../weborigin/weborigin.gyp:weborigin', Is WebOrigin still needed?
7 years, 6 months ago (2013-06-06 21:51:16 UTC) #9
jamesr
On 2013/06/06 21:51:16, abarth wrote: > https://codereview.chromium.org/15079005/diff/18001/Source/common/common.gyp > File Source/common/common.gyp (right): > > https://codereview.chromium.org/15079005/diff/18001/Source/common/common.gyp#newcode41 > ...
7 years, 6 months ago (2013-06-06 21:52:20 UTC) #10
darin (slow to review)
It feels like this adds a layer of confusion to the API. Given that it ...
7 years, 6 months ago (2013-06-06 22:10:23 UTC) #11
jamesr
On 2013/06/06 22:10:23, darin wrote: > It feels like this adds a layer of confusion ...
7 years, 6 months ago (2013-06-06 22:12:27 UTC) #12
darin (slow to review)
Oh, I see... that sucks. Would it be possible to create a static lib for ...
7 years, 6 months ago (2013-06-06 22:13:27 UTC) #13
jamesr1
Hmm, that would mean in the component build every target that wanted to use the ...
7 years, 6 months ago (2013-06-06 22:21:40 UTC) #14
darin (slow to review)
Whatever is easier. It is just a temporary measure. We'd have to compile these modules ...
7 years, 6 months ago (2013-06-06 22:39:25 UTC) #15
jamesr
7 years, 6 months ago (2013-06-07 01:23:05 UTC) #16
On 2013/06/06 22:10:23, darin wrote:
> It feels like this adds a layer of confusion to the API.  Given that it is
> only temporary, are you sure it wouldn't be better to just keep the source
> files where they are and let a new target exist for this temporary issue?

https://codereview.chromium.org/16024011/

Powered by Google App Engine
This is Rietveld 408576698