Closed
Bug 267919
Opened 20 years ago
Closed 20 years ago
Firefox crashs if Adobe SVG plugin is not installed
Categories
(Toolkit Graveyard :: Plugin Finder Service, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kiouk, Assigned: doronr)
References
()
Details
(Keywords: crash, fixed-aviary1.0, fixed1.7.5)
Attachments
(1 file)
1.52 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041103 Firefox/1.0RC2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041103 Firefox/1.0RC2
I tryed show the
http://services.eoportal.org/portal/order/PrepareOperation.do?serviceId=CatalogueServiceId&serviceName=Products&operation=Search
page whith firefox with Adobe SVG plugin installed and it works perfecly.
But if plugin is not installed, firefox crashes.
Same result with windows XP and 2000
Reproducible: Always
Steps to Reproduce:
1.Go to URL page with no Adobe SVG
2.it crashes
3.Install Adobe SVG
4.Go to URL page
5.It works perfecly
Actual Results:
Firefox crashes.
Expected Results:
Firefox will ask if we want install adobe plugin
Assignee | ||
Comment 1•20 years ago
|
||
Did you get a talkback report? I can't reproduce it, but others on irc said it
hanged for them. Doesn't happen on 1.7.3, so aviary only.
Comment 2•20 years ago
|
||
This site gets mozilla stuck in PresShell::ProcessReflowCommands() with a reflow
command that apparently doesn't want to be processed. The number of pending
reflow commands appears to remain at 2...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•20 years ago
|
||
This is what dbaron and I came up with to fix this bug, the problem is that
SizeDiv() in nsObjectFrame ends up setting attributes from within reflow code,
which is a no-no. This fix makes the nsObjectFrame code pull the reflow command
caused by the attribute changes out of the queue, and this prevents this
infinite reflow loop.
Updated•20 years ago
|
Attachment #164799 -
Attachment description: Evil fix that pull out style reflow commands for object child frames... → Evil fix that pulls style reflow commands for object child frames out of the reflow queue...
Updated•20 years ago
|
Attachment #164799 -
Flags: superreview?(bzbarsky)
Attachment #164799 -
Flags: review?(dbaron)
Updated•20 years ago
|
Flags: blocking-aviary1.0?
Attachment #164799 -
Flags: review?(dbaron) → review+
Attachment #164799 -
Flags: superreview?(bzbarsky) → superreview+
Comment 4•20 years ago
|
||
Fixed, a=asa from earlier today.
Status: NEW → RESOLVED
Closed: 20 years ago
Flags: blocking-aviary1.0? → blocking-aviary1.0+
Keywords: fixed-aviary1.0
Resolution: --- → FIXED
Comment 5•20 years ago
|
||
Are we tracking fixes like this that need to land on trunk as followups to the
plugin landing in some way?
I'd mark this as blocking the original bug that landed this stuff, but I can't
find that one...
Comment 6•20 years ago
|
||
Should this be on 1.7 to keep sync with Gecko?
Comment 7•20 years ago
|
||
Michael, none of the dependencies of bug 244125 are on 1.7 yet. In fact,
they're not even on trunk yet....
Updated•20 years ago
|
Keywords: fixed1.7.5
Updated•16 years ago
|
Product: Firefox → Toolkit
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•