Closed
Bug 194651
Opened 22 years ago
Closed 22 years ago
Need workaround for crashers in nsRenderingContextXlib::GetTextDimensions()
Categories
(Core Graveyard :: Printing: Xprint, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
mozilla1.3final
People
(Reporter: roland.mainz, Assigned: roland.mainz)
References
Details
(Keywords: crash)
Attachments
(1 file)
810 bytes,
patch
|
Details | Diff | Splinter Review |
[spin-off of bug 194644 ("Talkback crashes in Xprint module
[nsRenderingContextXlib::GetTextDimensions()]"):]
We need a workaround for crashers in
|nsRenderingContextXlib::GetTextDimensions()|.
Current feedback from Talkback is not very precise so I propose to turn the
"fast text measuring"-codepath "off" for now until we find the root of the
issue.
Assignee | ||
Comment 1•22 years ago
|
||
Taking myself...
Assignee: katakai → Roland.Mainz
QA Contact: Roland.Mainz → katakai
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•22 years ago
|
Assignee | ||
Comment 2•22 years ago
|
||
The patch turns the "fast text measuring code" "off" by default.
It can still be enabled by setting the |MOZILLA_GFX_ENABLE_FAST_MEASURE| env
var.
Assignee | ||
Comment 3•22 years ago
|
||
Nice side-effect:
Some issues related to BiDi are being worked-around by this patch, too (smontagu
has a patch for that but that may likely not part of 1.3final, however this
patch is (nearly) risk-free so taking it for 1.3final will likely not harm
anyone... :)
Assignee | ||
Comment 4•22 years ago
|
||
Comment on attachment 115342 [details] [diff] [review]
Patch for 2003-02-07-08-trunk
Requesting r= and sr= ...
Attachment #115342 -
Flags: superreview?(rbs)
Attachment #115342 -
Flags: review?(smontagu)
Comment 5•22 years ago
|
||
Comment on attachment 115342 [details] [diff] [review]
Patch for 2003-02-07-08-trunk
r=smontagu for the branch. I imagine drivers will want an explicit statement of
the impact of this change.
Attachment #115342 -
Flags: review?(smontagu) → review+
Comment on attachment 115342 [details] [diff] [review]
Patch for 2003-02-07-08-trunk
Unsetting the flags since the correct fix has been found in bug 194644.
Attachment #115342 -
Flags: superreview?(rbs)
Attachment #115342 -
Flags: review+
-> invalid, not needed anymore.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 8•22 years ago
|
||
rbs wrote:
> -> invalid, not needed anymore.
Depends on whether drivers@mozilla.org will approve the patch in bug 194644...
;-/
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•