Closed
Bug 452066
Opened 16 years ago
Closed 16 years ago
include "nsIDomNSEvent.h" not found on case sensitive filesystem
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino2.0
People
(Reporter: doctorhair, Assigned: stuart.morgan+bugzilla)
References
()
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.1a2pre) Gecko/20080825132605 Firefox/3.1a2pre
Build Identifier: Camino Source
The update of CHBrowserListener.mm to version 1.52 on 24 June 2008 broke the build on case sensitive file systems due to the #include "nsIDomNSEvent.h" statement. Should be #include "nsIDOMNSEvent.h"
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•16 years ago
|
||
CCing murph and Stuart since they worked on that bug.
I don't have a case-sensitive file system around to test this on, but it certainly looks like a valid bug.
Assignee | ||
Comment 2•16 years ago
|
||
Fix landed on cvs trunk.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Camino2.0
Assignee: nobody → stuart.morgan+bugzilla
You need to log in
before you can comment on or make changes to this bug.
Description
•