|
Desktop aura: Put x11 cache in aura, instead of ui/base/x/.
This should solve the pyauto compile error because MessagePumpX is actually an aura component, not a general x11 component.
Instead of being a Singleton, X11AtomCache should tie its lifetime to an aura::Env, which are reset in the unit tests whenever an X server is switched out.
BUG= 128584, 129075
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138290
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+43 lines, -165 lines) |
Patch |
 |
M |
ui/aura/aura.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/env.h
|
View
|
1
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window_host_linux.cc
|
View
|
1
|
5 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
ui/aura/x11_atom_cache.h
|
View
|
1
|
4 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
ui/aura/x11_atom_cache.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -12 lines |
0 comments
|
Download
|
 |
D |
ui/base/x/x11_atom_cache.h
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
ui/base/x/x11_atom_cache.cc
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
M |
ui/ui.gyp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/widget/x11_window_event_filter.cc
|
View
|
1
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|