|
Add mojom for WindowOpenDisposition
Adds ui::mojom::WindowOpenDisposition and a typemap which maps it
to ::WindowOpenDisposition. This will be useful when converting
existing IPCs to mojom.
C++ references to WindowOpenDisposition are left alone for now and
we'll rely on the typemap to do its thing for Mojo messages.
Java references have been updated to use the mojom generated type
directly, removing window_open_disposition.h from the set of headers
processed by a java_cpp_enum rule.
BUG= 612500
Committed: https://crrev.com/b7ec9769da285f493402197c7f1d3ded193fd859
Cr-Commit-Position: refs/heads/master@{#420211}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+157 lines, -11 lines) |
Patch |
|
M |
chrome/android/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentTabsRowAdapter.java
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SnippetArticleViewHolder.java
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/android/java/src/org/chromium/chrome/browser/tab/TabWebContentsDelegateAndroid.java
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/WebContentsDelegateAndroid.java
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
mojo/public/tools/bindings/chromium_bindings_configuration.gni
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
ui/android/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
A |
ui/base/mojo/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/base/mojo/DEPS
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/base/mojo/OWNERS
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/base/mojo/typemaps.gni
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/base/mojo/window_open_disposition.mojom
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/base/mojo/window_open_disposition.typemap
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/base/mojo/window_open_disposition_enum_traits.h
|
View
|
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/base/window_open_disposition.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 27 (20 generated)
|