|
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
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
|
Total messages: 16 (0 generated)
|