|
Move more web widgets painting from webkit to chrome.
- Move linux web widgets painting code from webkit;
- Move dependent resources from webkit_resources into gfx_resources and
follow the pattern in net package to add resource loading support to
gfx package;
- Update ChromeOS theme engine to follow mocks in chromium-os:9256.
BUG= chromium-os:9256
TEST=Verify default web widgets has desired look on ChromeOS.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71969
Total comments: 42
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+951 lines, -138 lines) |
Patch |
 |
M |
chrome/browser/browser_main.cc
|
View
|
1
2
3
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/native_theme_chromeos.h
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/native_theme_chromeos.cc
|
View
|
1
2
3
|
7 chunks |
+7 lines, -69 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_preferences_util.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/gfx_resource_provider.h
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/gfx_resource_provider.cc
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/renderer_main.cc
|
View
|
1
2
3
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
gfx/gfx.gyp
|
View
|
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A |
gfx/gfx_module.h
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
gfx/gfx_module.cc
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gfx/gfx_resources.grd
|
View
|
|
1 chunk |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
gfx/native_theme_linux.h
|
View
|
1
2
3
|
4 chunks |
+131 lines, -18 lines |
0 comments
|
Download
|
 |
M |
gfx/native_theme_linux.cc
|
View
|
1
2
3
|
9 chunks |
+556 lines, -14 lines |
0 comments
|
Download
|
 |
M |
gfx/rect.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gfx/rect.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webthemeengine_impl_linux.cc
|
View
|
1
2
|
3 chunks |
+88 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webkit/support/platform_support_gtk.cc
|
View
|
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell.gypi
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_gtk.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_mac.mm
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_main.cc
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell_win.cc
|
View
|
1
2
3
|
3 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|