Closed
Bug 1357194
Opened 9 years ago
Closed 9 years ago
AccessibleHandler CLSID not working as intended
Categories
(Core :: Disability Access APIs, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
Looks like the problem was that I had a misunderstanding about how we distinguish local builds from Nightly builds.
I also want to add a set of GUIDs to make beta and release distinct.
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8858917 [details]
Bug 1357194: Use MOZ_UPDATE_CHANNEL to distinguish between local/nightly and beta/release builds for AccessibleHandler CLSIDs
https://reviewboard.mozilla.org/r/130908/#review133502
Attachment #8858917 -
Flags: review?(mhowell) → review+
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8858917 [details]
Bug 1357194: Use MOZ_UPDATE_CHANNEL to distinguish between local/nightly and beta/release builds for AccessibleHandler CLSIDs
https://reviewboard.mozilla.org/r/130908/#review133884
::: accessible/ipc/win/handler/moz.build:53
(Diff revision 1)
> # but we still want to be able to delegate some work to the generated code,
> # we add the prefix "Proxy" to all of the generated counterparts.
> DEFINES['ENTRY_PREFIX'] = 'Proxy'
> DEFINES['REGISTER_PROXY_DLL'] = True
>
> +if CONFIG['MOZ_UPDATE_CHANNEL'] == 'default':
This block should probably have a comment, since it's not clear from just looking at the moz.build file why you would only set a value for 'default' and 'beta'.
Attachment #8858917 -
Flags: review?(mshal) → review+
| Comment hidden (mozreview-request) |
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9434a31807d5
Use MOZ_UPDATE_CHANNEL to distinguish between local/nightly and beta/release builds for AccessibleHandler CLSIDs; r=mhowell,mshal
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•