|
For implementing printing in android K release, we had to temporarily
fork chromium. The first patchset below is equivalent to what we have
in KLP branch (minus machine generated makefiles).
This is to unfork the implementation.
Note that the print messages and print_web_view_helper are same (or
very slightly different) from their counterpart in
chrome/renderer/printing and chrome/common/print_messages. The plan is
to start componentizing printing immediately after and remove the
duplicate code
TBR=danakj@chromium.org
BUG= 322276
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238196
Total comments: 8
Total comments: 28
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+776 lines, -48 lines) |
Patch |
|
M |
android_webview/android_webview.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/browser/DEPS
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
android_webview/browser/renderer_host/print_manager.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
|
A |
android_webview/browser/renderer_host/print_manager.cc
|
View
|
1
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/common/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/common/android_webview_message_generator.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
android_webview/common/print_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+15 lines, -12 lines |
0 comments
|
Download
|
|
A + |
android_webview/common/print_messages.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
android_webview/java/src/org/chromium/android_webview/AwPdfExporter.java
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+142 lines, -0 lines |
0 comments
|
Download
|
|
A |
android_webview/java/src/org/chromium/android_webview/AwPrintDocumentAdapter.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/native/DEPS
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/native/android_webview_jni_registrar.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_contents.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_contents.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
A |
android_webview/native/aw_pdf_exporter.h
|
View
|
1
2
3
4
5
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
A |
android_webview/native/aw_pdf_exporter.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/native/webview_native.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
|
M |
android_webview/renderer/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
android_webview/renderer/aw_content_renderer_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A + |
android_webview/renderer/print_web_view_helper.h
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
A + |
android_webview/renderer/print_web_view_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
17 chunks |
+35 lines, -14 lines |
0 comments
|
Download
|
|
A + |
android_webview/renderer/print_web_view_helper_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
A + |
android_webview/renderer/print_web_view_helper_linux.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
build/common.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|