Closed
Bug 981353
Opened 11 years ago
Closed 11 years ago
CppEclipse nspr indexer errors
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla30
People
(Reporter: BenWa, Unassigned)
References
Details
Attachments
(1 file)
5.24 KB,
patch
|
botond
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #980183 +++
This fixes a few more indexer errors.
Attachment #8388149 -
Flags: review?(botond)
Reporter | ||
Updated•11 years ago
|
Attachment #8388149 -
Attachment is patch: true
Attachment #8388149 -
Attachment mime type: text/x-patch → text/plain
Comment 1•11 years ago
|
||
Comment on attachment 8388149 [details] [diff] [review]
patch
Review of attachment 8388149 [details] [diff] [review]:
-----------------------------------------------------------------
::: python/mozbuild/mozbuild/backend/cpp_eclipse.py
@@ +301,5 @@
> </entry>
> <!--
> Because of https://developer.mozilla.org/en-US/docs/Eclipse_CDT#Headers_are_only_parsed_once
> we need to make sure headers are parsed with MOZILLA_INTERNAL_API to make sure
> the indexer gets the version that is used in most of the true. This means that
Drive-by nit: "most of the true"
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to :Ms2ger from comment #1)
Fixed in the next patch in my queue.
Updated•11 years ago
|
Attachment #8388149 -
Flags: review?(botond) → review+
Reporter | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•