Bug 1506495 Comment 35 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

## Beta/Release Uplift Approval Request

### Feature/Bug causing the regression

Bug 1501126

### User impact if declined

Users that use the gfx.color_management.display_profile setting in about:config to select a color profile will not get the correct colors. i.e., the selected color profile won't be used and the system will fallback a different color profile.

The fix allows gfx.color_management.display_profile to work as expected again for color profiles in

    /Library/ColorSync/Profiles
    ~/Library/ColorSync/Profiles

In addition to /System/Library/ColorSync/Profiles which was not impacted by this bug.

### Is this code covered by automated tests?

No

### Has the fix been verified in Nightly?

Yes

### Needs manual test from QE?

Yes

### If yes, steps to reproduce

See the description of this bug. Use a color profile in /Library/ColorSync/Profiles or ~/Library/ColorSync/Profiles and confirm the profile is not used without the fix, but is used when the fix is applied.

### List of other uplifts needed

None

### Risk to taking this patch

Low

### Why is the change risky/not risky? (and alternatives if risky)

The change only adds additional read-access paths to the Mac content process sandbox.

### String changes made/needed

None
## Beta/Release Uplift Approval Request

### Feature/Bug causing the regression

Bug 1501126

### User impact if declined

Users that use the gfx.color_management.display_profile setting in about:config to select a color profile will not get the correct colors. i.e., the selected color profile won't be used and Firefox will fallback a different color profile.

The fix allows gfx.color_management.display_profile to work as expected again for color profiles in

    /Library/ColorSync/Profiles
    ~/Library/ColorSync/Profiles

In addition to /System/Library/ColorSync/Profiles which was not impacted by this bug.

### Is this code covered by automated tests?

No

### Has the fix been verified in Nightly?

Yes

### Needs manual test from QE?

Yes

### If yes, steps to reproduce

See the description of this bug. Use a color profile in /Library/ColorSync/Profiles or ~/Library/ColorSync/Profiles and confirm the profile is not used without the fix, but is used when the fix is applied.

### List of other uplifts needed

None

### Risk to taking this patch

Low

### Why is the change risky/not risky? (and alternatives if risky)

The change only adds additional read-access paths to the Mac content process sandbox.

### String changes made/needed

None

Back to Bug 1506495 Comment 35