mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Adding comments.
This commit is contained in:
parent
43fcb3ac12
commit
b5e18743bf
@ -84,9 +84,9 @@ void BreakProviderAndRemainingFromPath(const char* i_path, char** o_provider, ch
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// XXX Both overlayEnumerator and chromeEntryEnumerator must take two sets of
|
||||
// arcs rather than one, and they must be able to move to the second set after
|
||||
// finishing the first.
|
||||
// XXX LOCAL COMPONENT PROBLEM! overlayEnumerator must take two sets of
|
||||
// arcs rather than one, and must be able to move to the second set after
|
||||
// finishing the first (chromeEntryEnumerator can do this, code needs to be copied).
|
||||
class nsOverlayEnumerator : public nsISimpleEnumerator
|
||||
{
|
||||
public:
|
||||
|
@ -84,9 +84,9 @@ void BreakProviderAndRemainingFromPath(const char* i_path, char** o_provider, ch
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// XXX Both overlayEnumerator and chromeEntryEnumerator must take two sets of
|
||||
// arcs rather than one, and they must be able to move to the second set after
|
||||
// finishing the first.
|
||||
// XXX LOCAL COMPONENT PROBLEM! overlayEnumerator must take two sets of
|
||||
// arcs rather than one, and must be able to move to the second set after
|
||||
// finishing the first (chromeEntryEnumerator can do this, code needs to be copied).
|
||||
class nsOverlayEnumerator : public nsISimpleEnumerator
|
||||
{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user