Closed
Bug 580681
Opened 15 years ago
Closed 15 years ago
Search FF4 sources fails with "** Fatal: " because indexer hadn't run for the first time
Categories
(Webtools Graveyard :: MXR, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: u130342, Assigned: timeless)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:2.0b1) Gecko/20100630 Firefox/4.0b1
Build Identifier:
I was looking for details for nsIDOMNSEventTarget.addEventListener in new FF4.0beta1 because I get an error when using a custom event name as first param (from within an extension). I'm not quite sure if this is a bug or by design.
No more error is shown than "** Fatal: "
Reproducible: Always
Steps to Reproduce:
1. search something
2.
3.
Actual Results:
"** Fatal: "
Expected Results:
get a result list of matches
the tree was just added, it takes time for:
checkout (this happened very recently)
indexing (this is probably scheduled or in progress)
unfortunately a change i made "recently" (probably winter this year) broke the warning reporting so the actual message is lost.
it hasn't been a big issue and i haven't spent the time figuring out how to resolve that.
i think the primary problem (from your perspective) should resolve itself within a day.
Assignee: nobody → timeless
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
oh, right, in the interim, the mozilla-central root should give you "good enough" results, and for /source/ files, you should be able to use the tree switcher drop down at the top of the page to switch to firefox4 to see the file as it is there.
Well, I need to find occurrences of addEventListener in .js to compare, which isn't quite nice to do it by hand. Well, I'm not in a hurry ;)
Anyway, thanks for the tip.
thanks!
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Resolution: FIXED → WORKSFORME
Summary: Search FF4 sources fails with "** Fatal: " → Search FF4 sources fails with "** Fatal: " because indexer hadn't run for the first time
Updated•6 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•