mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
[PALEMOON] Source nsPlacesAutoComplete from the suite
This commit is contained in:
parent
6bcd2f5333
commit
d8e1602c55
4 changed files with 1378 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">
|
||||
|
|
|
|||
|
|
@ -6,5 +6,10 @@
|
|||
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
||||
EXTRA_COMPONENTS += [
|
||||
'nsPlacesAutoComplete.js',
|
||||
'nsPlacesAutoComplete.manifest',
|
||||
]
|
||||
|
||||
EXTRA_JS_MODULES += [ 'PlacesUIUtils.jsm' ]
|
||||
|
||||
|
|
|
|||
1369
application/palemoon/components/places/nsPlacesAutoComplete.js
Normal file
1369
application/palemoon/components/places/nsPlacesAutoComplete.js
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,3 @@
|
|||
component {d0272978-beab-4adc-a3d4-04b76acfa4e7} nsPlacesAutoComplete.js
|
||||
contract @mozilla.org/autocomplete/search;1?name=history {d0272978-beab-4adc-a3d4-04b76acfa4e7}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue