Closed
Bug 804639
Opened 12 years ago
Closed 12 years ago
Package breakpadinjector.dll and configure.in changes from Bug 769048.
Categories
(MailNews Core :: Build Config, defect)
Tracking
(seamonkey2.16 fixed)
RESOLVED
FIXED
Thunderbird 19.0
Tracking | Status | |
---|---|---|
seamonkey2.16 | --- | fixed |
People
(Reporter: philip.chee, Assigned: philip.chee)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
3.24 KB,
patch
|
Callek
:
review+
Callek
:
review+
|
Details | Diff | Splinter Review |
Bug 769048 - Attach to and report on crashes in FlashPlayerPlugin_*.exe processes which are children of our plugin container
Bug 769048 part C - Build an injector DLL which can watch for crashes in Flash player processes. This involves building two copies of breakpad: one to live inside of libxul which uses mozalloc and the dynamic CRT, another to link into the injector which links the CRT statically and doesn't use mozalloc. Introduce a new define/makefile variable MOZ_CRASHREPORTER_INJECTOR rather than repeating "#if defined(XP_WIN) && !defined(HAVE_64BIT_OS) in many places.
mozilla-central changeset 141f0a09f4b6
Target milestone: Mozilla15/16
Assignee | ||
Updated•12 years ago
|
Whiteboard: [good first bug][lang=c++][mentor=Neil]
Assignee | ||
Comment 1•12 years ago
|
||
Grabbing this bug for myself.
Assignee: nobody → philip.chee
Status: NEW → ASSIGNED
Whiteboard: [good first bug][lang=c++][mentor=Neil]
Assignee | ||
Comment 2•12 years ago
|
||
Package it. Needs review by a comm-central build config peer so pointing review? to Callek.
Attachment #675176 -
Flags: review?(bugspam.Callek)
Assignee | ||
Updated•12 years ago
|
Attachment #675176 -
Attachment is patch: true
Assignee | ||
Comment 3•12 years ago
|
||
Mark said might as well package it for Thunderbird as well.
Attachment #675176 -
Attachment is obsolete: true
Attachment #675176 -
Flags: review?(bugspam.Callek)
Attachment #675489 -
Flags: review?(mbanner)
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 675489 [details] [diff] [review]
Patch v1.1 Package it for Thunderbird as well.
Adding Justin for the SeaMonkey and comm-central changes.
Attachment #675489 -
Flags: review?(bugspam.Callek)
Updated•12 years ago
|
Attachment #675489 -
Flags: review?(mbanner)
Attachment #675489 -
Flags: review?(bugspam.Callek)
Attachment #675489 -
Flags: review+
Comment 5•12 years ago
|
||
Generally common build config changes we're putting in mailnews core. Thanks for adding in the Thunderbird packaging changes.
Product: SeaMonkey → MailNews Core
Assignee | ||
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
status-seamonkey2.16:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 19.0
You need to log in
before you can comment on or make changes to this bug.
Description
•