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

Issue 10399084: Fix crash in the accessibility code in the shared build. The problem is that the ATL module pointer… (Closed)

Created:
8 years, 7 months ago by tommi (sloooow) - chröme
Modified:
8 years, 7 months ago
CC:
chromium-reviews, jam, jochen+watch-content_chromium.org, hashimoto+watch_chromium.org, tfarina, aboxhall+watch_chromium.org, erikwright (departed), yoshiki+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, brettw-cc_chromium.org, ctguil+watch_chromium.org, zork+watch_chromium.org, chrome-win8-eng_google.com
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix crash in the accessibility code in the shared build. The problem is that the ATL module pointer hasn't been initialized in base.dll when UIATextProvider::CreateTextProvider is called. To minimize the impact on base.dll, I moved accessibility_misc_utils.* to the ui directory. BUG=128708 TEST=Build and run chrome shared, access the omni box with a tool that requires accessibility, e.g. the OSK. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138243

Patch Set 1 #

Patch Set 2 : Update license header in atl_module.h #

Total comments: 2

Patch Set 3 : Moved accessibility_misc_utils.h to ui/base/win and switched STDMETHODIMP->STDMETHOD in the header … #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -148 lines) Patch
M base/base.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
D base/win/accessibility_misc_utils.h View 1 2 1 chunk +0 lines, -92 lines 0 comments Download
D base/win/accessibility_misc_utils.cc View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
A + ui/base/win/accessibility_misc_utils.h View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
A + ui/base/win/accessibility_misc_utils.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M ui/ui.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/accessibility/native_view_accessibility_win.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
tommi (sloooow) - chröme
FYI - here's a related change with more info: https://chromiumcodereview.appspot.com/9958139/
8 years, 7 months ago (2012-05-18 11:57:16 UTC) #1
dmazzoni
The other possibility would be to move accessibility_misc_utils to ui/base/accessibility, which is actually where Ananta ...
8 years, 7 months ago (2012-05-18 15:00:27 UTC) #2
tommi (sloooow) - chröme
On 2012/05/18 15:00:27, Dominic Mazzoni wrote: > The other possibility would be to move accessibility_misc_utils ...
8 years, 7 months ago (2012-05-18 15:16:36 UTC) #3
dmazzoni
> However, will we also have to edit content/DEPS to allow including from > ui/base/win? ...
8 years, 7 months ago (2012-05-18 15:21:35 UTC) #4
tommi (sloooow) - chröme
PTAL - I moved the accessibility_misc_utils files to ui/base/win and updated/reverted the other files accordingly. ...
8 years, 7 months ago (2012-05-18 16:33:34 UTC) #5
dmazzoni
lgtm
8 years, 7 months ago (2012-05-18 16:41:06 UTC) #6
Ben Goodger (Google)
lgtm
8 years, 7 months ago (2012-05-21 17:18:04 UTC) #7
jar (doing other things)
LGTM (for removal from base)
8 years, 7 months ago (2012-05-21 18:48:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommi@chromium.org/10399084/4002
8 years, 7 months ago (2012-05-22 07:48:52 UTC) #9
commit-bot: I haz the power
8 years, 7 months ago (2012-05-22 11:36:51 UTC) #10
Try job failure for 10399084-4002 (retry) (retry) on win_rel for steps
"base_unittests, sync_unit_tests".
It's a second try, previously, steps "base_unittests, sync_unit_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698