mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Restore nsPlacesAutoComplete
This commit is contained in:
parent
6106e49360
commit
b291ad857d
4 changed files with 1787 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
|||
.getService(Components.interfaces.nsIFaviconService);
|
||||
</field>
|
||||
<field name="_placesAutocomplete" readonly="true">
|
||||
Components.classes["@mozilla.org/autocomplete/search;1?name=unifiedcomplete"]
|
||||
Components.classes["@mozilla.org/autocomplete/search;1?name=history"]
|
||||
.getService(Components.interfaces.mozIPlacesAutoComplete);
|
||||
</field>
|
||||
<field name="mTabBox" readonly="true">
|
||||
|
|
|
|||
|
|
@ -78,6 +78,8 @@ if CONFIG['MOZ_PLACES']:
|
|||
EXTRA_COMPONENTS += [
|
||||
'ColorAnalyzer.js',
|
||||
'nsLivemarkService.js',
|
||||
'nsPlacesAutoComplete.js',
|
||||
'nsPlacesAutoComplete.manifest',
|
||||
'nsPlacesExpiration.js',
|
||||
'nsTaggingService.js',
|
||||
'PageIconProtocolHandler.js',
|
||||
|
|
|
|||
1778
toolkit/components/places/nsPlacesAutoComplete.js
Normal file
1778
toolkit/components/places/nsPlacesAutoComplete.js
Normal file
File diff suppressed because it is too large
Load diff
6
toolkit/components/places/nsPlacesAutoComplete.manifest
Normal file
6
toolkit/components/places/nsPlacesAutoComplete.manifest
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
component {d0272978-beab-4adc-a3d4-04b76acfa4e7} nsPlacesAutoComplete.js
|
||||
contract @mozilla.org/autocomplete/search;1?name=history {d0272978-beab-4adc-a3d4-04b76acfa4e7}
|
||||
|
||||
component {c88fae2d-25cf-4338-a1f4-64a320ea7440} nsPlacesAutoComplete.js
|
||||
contract @mozilla.org/autocomplete/search;1?name=urlinline {c88fae2d-25cf-4338-a1f4-64a320ea7440}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue