Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 42 - Don't register binary crashme components #44

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 0 additions & 14 deletions extension/chrome.manifest
Expand Up @@ -15,20 +15,6 @@ component {126c18c5-386c-4c13-b59f-dc909e78aea0} components/nttAddonCompatibilit
contract @mozilla.com/nightly/addoncompatibility;1 {126c18c5-386c-4c13-b59f-dc909e78aea0}
category profile-after-change nttAddonCompatibilityService @mozilla.com/nightly/addoncompatibility;1

# binary crashme component
binary-component platform/WINNT_x86-msvc/crashme.dll ABI=WINNT_x86-msvc
binary-component platform/WINNT_x86-msvc/accessory.dll ABI=WINNT_x86-msvc
binary-component platform/WINNT_x86_64-msvc/accessory.dll ABI=WINNT_x86_64-msvc
binary-component platform/WINNT_x86_64-msvc/crashme.dll ABI=WINNT_x86_64-msvc

binary-component platform/Darwin_x86-gcc3/libcrashme.dylib ABI=Darwin_x86-gcc3
binary-component platform/Darwin_x86_64-gcc3/libcrashme.dylib ABI=Darwin_x86_64-gcc3
binary-component platform/Darwin_ppc-gcc3/libcrashme.dylib ABI=Darwin_ppc-gcc3

binary-component platform/Linux_x86-gcc3/libcrashme.so ABI=Linux_x86-gcc3
binary-component platform/Linux_x86_64-gcc3/libcrashme.so ABI=Linux_x86_64-gcc3
binary-component platform/Linux_arm-eabi-gcc3/libcrashme.so ABI=Linux_arm-eabi-gcc3

# Shared chrome
override chrome://nightly/content/platform.js chrome://nightly/content/winPlatform.js os=winnt

Expand Down