Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Issue 1005293002: Re-land: Resurrect Aura Linux accessibility. (Closed)

Created:
5 years, 9 months ago by dmazzoni
Modified:
5 years, 9 months ago
Reviewers:
Lei Zhang, gunsch
CC:
chromium-reviews, je_julie(Not used), plundblad+watch_chromium.org, aboxhall+watch_chromium.org, tfarina, nektar+watch_chromium.org, yuzo+watch_chromium.org, grt+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, wfh+watch_chromium.org, Michael Moss
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-land: Resurrect Aura Linux accessibility. 1. Avoids overloading in a C linkage block (mostynb) 2. Only compiles ATK support if use_x11 is true to avoid ChromeCast issue (gunsch) 3. Updates chrome/installer/linux expectations Original changelist: https://codereview.chromium.org/975113002/ BUG=463671 R=thestig@chromium.org TBR=dpranke, plundblad, sky Committed: https://chromium.googlesource.com/chromium/src/+/0e9bcce45c12479259c705a07a6b4b1e73b84bf2

Patch Set 1 #

Patch Set 2 : Fix gyp typo #

Patch Set 3 : Rebase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+889 lines, -4 lines) Patch
M build/config/linux/BUILD.gn View 1 chunk +19 lines, -0 lines 0 comments Download
M build/config/linux/pkg-config.py View 2 chunks +13 lines, -0 lines 0 comments Download
M build/linux/system.gyp View 1 chunk +24 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/chrome_views_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/chrome_views_delegate.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/installer/linux/debian/expected_deps_ia32 View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/linux/debian/expected_deps_x64 View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/linux/rpm/expected_deps_i386 View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/installer/linux/rpm/expected_deps_x86_64 View 2 chunks +2 lines, -0 lines 0 comments Download
A tools/accessibility/dump_accessibility_tree_auralinux.py View 1 chunk +32 lines, -0 lines 0 comments Download
M ui/accessibility/BUILD.gn View 2 chunks +17 lines, -0 lines 0 comments Download
M ui/accessibility/accessibility.gyp View 1 2 chunks +25 lines, -0 lines 0 comments Download
A ui/accessibility/platform/atk_util_auralinux.h View 1 chunk +30 lines, -0 lines 0 comments Download
A ui/accessibility/platform/atk_util_auralinux.cc View 1 chunk +161 lines, -0 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node.cc View 1 chunk +1 line, -1 line 0 comments Download
A ui/accessibility/platform/ax_platform_node_auralinux.h View 1 chunk +51 lines, -0 lines 0 comments Download
A ui/accessibility/platform/ax_platform_node_auralinux.cc View 1 chunk +283 lines, -0 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_base.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/gfx/native_widget_types.h View 2 chunks +11 lines, -0 lines 0 comments Download
M ui/views/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/accessibility/native_view_accessibility.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A ui/views/accessibility/native_view_accessibility_auralinux.h View 1 chunk +27 lines, -0 lines 0 comments Download
A ui/views/accessibility/native_view_accessibility_auralinux.cc View 1 chunk +164 lines, -0 lines 0 comments Download
M ui/views/views.gyp View 2 chunks +3 lines, -0 lines 2 comments Download
M ui/views/views_delegate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/views_delegate.cc View 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
dmazzoni
+thestig for chrome/installer/linux changes
5 years, 9 months ago (2015-03-14 06:34:38 UTC) #2
Lei Zhang
lgtm
5 years, 9 months ago (2015-03-16 19:20:42 UTC) #3
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/0e9bcce45c12479259c705a07a6b4b1e73b84bf2 Cr-Commit-Position: refs/heads/master@{#320790}
5 years, 9 months ago (2015-03-16 20:54:32 UTC) #4
dmazzoni
Committed patchset #3 (id:40001) manually as 0e9bcce45c12479259c705a07a6b4b1e73b84bf2 (presubmit successful).
5 years, 9 months ago (2015-03-16 20:54:45 UTC) #5
gunsch
https://codereview.chromium.org/1005293002/diff/40001/ui/views/views.gyp File ui/views/views.gyp (right): https://codereview.chromium.org/1005293002/diff/40001/ui/views/views.gyp#newcode640 ui/views/views.gyp:640: '../../build/linux/system.gyp:atk', Same issue reported on the first iteration of ...
5 years, 9 months ago (2015-03-16 21:25:11 UTC) #7
gunsch
https://codereview.chromium.org/1005293002/diff/40001/ui/views/views.gyp File ui/views/views.gyp (right): https://codereview.chromium.org/1005293002/diff/40001/ui/views/views.gyp#newcode640 ui/views/views.gyp:640: '../../build/linux/system.gyp:atk', On 2015/03/16 21:25:11, gunsch wrote: > Same issue ...
5 years, 9 months ago (2015-03-16 21:28:53 UTC) #8
gunsch
https://codereview.chromium.org/1005293002/diff/40001/ui/views/views.gyp File ui/views/views.gyp (right): https://codereview.chromium.org/1005293002/diff/40001/ui/views/views.gyp#newcode640 ui/views/views.gyp:640: '../../build/linux/system.gyp:atk', On 2015/03/16 21:25:11, gunsch wrote: > Same issue ...
5 years, 9 months ago (2015-03-16 21:28:53 UTC) #9
dmazzoni
5 years, 9 months ago (2015-03-16 21:32:15 UTC) #10
Message was sent while issue was closed.
On Mon, Mar 16, 2015 at 2:28 PM, <gunsch@chromium.org> wrote:

> This breaks Chromecast (trybot in progress), which meets:
>> OS=="linux"
>> chromeos==0
>> use_ozone==1
>>
>
could you take a look?
>>
>
> Actually, I'll just send you a CL


Thanks. I did try to address that in this re-land but I must have still had
a bad assumption.

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698