73
edits
m (→Nouns) |
(doc links) |
||
| Line 62: | Line 62: | ||
* Specifying <code>author(s)/contributor(s)/license/homepage</code> to feed itself is now possible. Simply assign those properties to the <code>feed</code> object as you do with command objects. | * Specifying <code>author(s)/contributor(s)/license/homepage</code> to feed itself is now possible. Simply assign those properties to the <code>feed</code> object as you do with command objects. | ||
=== Ubiquity === | === [https://ubiquity.mozilla.com/hg/ubiquity-firefox/raw-file/tip/ubiquity/index.html#chrome/content/ubiquity.js Ubiquity] === | ||
<code>execute() / preview()</code> | <code>execute() / preview()</code> | ||
=== Utils === | === [https://ubiquity.mozilla.com/hg/ubiquity-firefox/raw-file/tip/ubiquity/index.html#modules/utils.js Utils] === | ||
==== new ==== | ==== new ==== | ||
* <code>currentTab currentTabs tabs.from() BrowserTab()</code> | * <code>currentTab currentTabs tabs.from() BrowserTab()</code> | ||
| Line 79: | Line 79: | ||
* <code>trim()/encodeJson()/decodeJson()/json</code> are deprecated. | * <code>trim()/encodeJson()/decodeJson()/json</code> are deprecated. | ||
=== CmdUtils === | === [https://ubiquity.mozilla.com/hg/ubiquity-firefox/raw-file/tip/ubiquity/index.html#modules/cmdutils.js CmdUtils] === | ||
==== new ==== | ==== new ==== | ||
* <code>CreateAlias() / getCommand() / executeCommand() / previewCommand()</code> | * <code>CreateAlias() / getCommand() / executeCommand() / previewCommand()</code> | ||
| Line 89: | Line 89: | ||
* <code>onPageLoad()</code> supports GreaseMonkey style page filters. | * <code>onPageLoad()</code> supports GreaseMonkey style page filters. | ||
=== Nouns === | === [https://ubiquity.mozilla.com/hg/ubiquity-firefox/raw-file/tip/ubiquity/index.html#modules/nountypes.js Nouns] === | ||
* <code>noun_type_url</code> supports [https://www.google.com/reader/view/ Google Reader] (https only). | * <code>noun_type_url</code> supports [https://www.google.com/reader/view/ Google Reader] (https only). | ||
=== jQuery === | === [http://jquery.com/ jQuery] === | ||
1.4.2 | [http://jquery14.com/ 1.4.2] | ||
== Bugs Fixed == | == Bugs Fixed == | ||
edits