Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 236195 Details for
Bug 418823
Multiple file system -- Find file name fails on non-Orion file systems.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Patch file
patch418823.txt (text/plain), 1014 bytes, created by
libing wang
on 2013-10-07 16:40:53 EDT
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
libing wang
Created:
2013-10-07 16:40:53 EDT
Size:
1014 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/crawler/searchCrawler.js b/bundles/org.eclipse.orion.client.ui/web/orion/crawler/searchCrawler.js >index 0605e37..54fce3b 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/crawler/searchCrawler.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/crawler/searchCrawler.js >@@ -78,6 +78,8 @@ > this.onSearchNameComplete = onComplete; > } > var results = []; >+ this._cancelled = false; >+ this._deferredArray = []; > this._sort(this.fileSkeleton); > if(this.fileSkeleton.length > 0){ > for (var i = 0; i < this.fileSkeleton.length ; i++){ >@@ -107,6 +109,8 @@ > SearchCrawler.prototype.buildSkeleton = function(onBegin, onComplete){ > this._buildingSkeleton = true; > var contentTypeService = this.registry.getService("orion.core.contentTypeRegistry"); //$NON-NLS-0$ >+ this._cancelled = false; >+ this._deferredArray = []; > var that = this; > onBegin(); > contentTypeService.getContentTypes().then(function(ct) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 418823
: 236195