gecko/browser/components/places
2014-11-10 10:36:56 +02:00
..
content Bug 982115 - PlacesTransactions: (1) Decouple |transact| and |batch|, and make batch work like Task.spawn, rather than the custom solution we had so far (yielding transactions rather than calling |transact| for the batched transactions). so that |transact| may be called during a batch from any function, not limiting the batch 'context' to the function passed to |batch|; (2) Rename the uri input property to URL, and allow passing DOM URL objects for it (in addition to plain specs and nsIURI objects) - this matches recent Bookmark.jsm and History.jsm work; (3) Improve the module documentation. r=mak. 2014-11-10 10:36:56 +02:00
tests Bug 1068009 - Implement the async bookmarking API (tests), rs=mano 2014-10-23 16:44:41 +02:00
BrowserPlaces.manifest Bug 1038458 - Part 5: Flatten browser/components/places/src/ directory. r=mak 2014-07-26 09:32:02 -07:00
jar.mn
moz.build Bug 1038458 - Part 5: Flatten browser/components/places/src/ directory. r=mak 2014-07-26 09:32:02 -07:00
PlacesProtocolHandler.js Bug 1038458 - Part 5: Flatten browser/components/places/src/ directory. r=mak 2014-07-26 09:32:02 -07:00
PlacesUIUtils.jsm Bug 982115 - PlacesTransactions: (1) Decouple |transact| and |batch|, and make batch work like Task.spawn, rather than the custom solution we had so far (yielding transactions rather than calling |transact| for the batched transactions). so that |transact| may be called during a batch from any function, not limiting the batch 'context' to the function passed to |batch|; (2) Rename the uri input property to URL, and allow passing DOM URL objects for it (in addition to plain specs and nsIURI objects) - this matches recent Bookmark.jsm and History.jsm work; (3) Improve the module documentation. r=mak. 2014-11-10 10:36:56 +02:00