Commit Graph

125 Commits

Author SHA1 Message Date
Asaf Romano
087345b066 Bug 760940 - Bookmarks and history menus behave incorrectly due to non-node weak map keys. r=mak 2012-07-24 17:20:57 +03:00
Asaf Romano
b2e4bda12a Bug 761494 - Cannot open all Bookmarks in tabs by Middle clicking a folder in Sidebar. r=mak 2012-06-28 21:14:45 +03:00
Asaf Romano
7e7a34a874 Bug 730340 - Bug 730340 - Don't use expando properties for storing data on places nodes. Don't use an expando to mark cut nodes. r=mak. 2012-06-03 15:01:15 +03:00
Asaf Romano
f790aaa4ac Bug 730340 - Don't use expando properties for storing data on places nodes. Part 3 - cache livemark-info object in the controller for each view instead of setting _feedURI and _siteURI exapndos on livemark nodes. Also fix a bug I introduced in the previous check for this bug, in PVB_nodeHistoryDetailsChanged. r=mak 2012-06-02 16:54:25 +03:00
Asaf Romano
438d9af5c1 Bug 730340 - Don't use expando properties for storing data on places nodes. part 1 - use a WeakMap for mapping places nodes to DOM nodes. part 2 - use a WeakMap for cellProperties in treeView.js; stop caching _plainContainer. r=mak 2012-06-01 23:03:00 +03:00
Serge Gautherie
ef90f6ca3c Bug 741064. (Av1) Fix "function PTV__buildVisibleSection does not always return a value". r=mano. 2012-04-01 18:13:44 +02:00
Marco Bonardo
c08674533e Bug 731274 - Make reloadLivemarks optionally force reloads and use it to speed up livemarks population.
r=dietrich sr=gavin
2012-03-08 11:14:59 +01:00
OHZEKI Tetsuharu
3af4211fbc Bug 580814 - Avoid accessing rows that don't exist in treeviews for Places. r=mak 2012-03-04 12:36:14 -05:00
OHZEKI Tetsuharu
ffe4ad1ad4 Bug 575955 - Replace internal usage of old transactions shim, add a new toolkit test. r=mak 2012-02-28 18:40:38 -05:00
Marco Bonardo
f7d6bfb317 Bug 613588 (Frontend) - Load-on-demand livemarks.
r=dietrich,mano
2012-02-24 13:42:26 +01:00
Thomas Prip Vestergaard
8d0599f6dd Bug 705043 - Avoid cutting off Places URI titles unnecessarily. r=mak 2011-12-07 16:44:00 -05:00
Marco Bonardo
1c1a9598ca Bug 696159 - Remove some deprecated Places code.
r=dietrich sr=rstrong
2011-10-27 11:11:43 +02:00
Marco Bonardo
24321249f9 Bug 416459 - Implement proper cut action for bookmarks.
r=dietrich
2011-06-30 15:34:02 +02:00
Asaf Romano
a37e7a8f76 Bug 636924 - Copied livemarks appear as folders in sidebar; r=dietrich 2011-03-22 10:55:47 -04:00
Marco Bonardo
50f773e826 Bug 628258 - inverted method arguments in treeView.js::_buildVisibleSection.
r+a=dietrich
2011-01-27 12:18:17 +01:00
Marco Bonardo
050ef25731 Bug 620198 - Right pane tree of Library is not updated when i delete a selected folder in left pane tree.
r=dietrich a=blocker
2011-01-18 15:01:12 +01:00
Marco Bonardo
46d3cacc89 Bug 472343 (part 2) - Make Places views aware of batches.
r=dietrich sr=vlad a=blocking
2010-11-12 22:20:00 +01:00
Robert Kaiser
a6081d8fbc bug 570788 - Incorporate improvements from SeaMonkey places review into Firefox code, round 4 (tree), r=mak a=gavin 2010-08-11 18:05:10 +02:00
Asaf Romano
97aae25742 Bug 549491 - "The root node is never visible" exception when details of the root node are modified. r=mak 2010-06-22 14:44:38 +02:00
Asaf Romano
d818cb7606 Bug 549192 - History view not updated after deleting entry. r=mak. 2010-06-04 22:48:04 +03:00
Robert Kaiser
44d9953770 bug 566613 - fix typo wasVisbile in treeView.js and use nodeAncestors in invisible node lookup, r=Mano 2010-05-27 15:06:27 +02:00
Marco Bonardo
508981aa34 Bug 556739 - Part4: PlacesUIUtils should be a module instead. r=dietrich 2010-04-17 12:07:19 +02:00
Marco Bonardo
6b3b6268f3 Bug 556739 - Part 1: Expose more from PlacesUtils. r=dietrich 2010-04-16 23:51:04 +02:00
Drew Willcoxon
a386848795 Bug 536893 - Asynchronous API for opening nsNavHistoryFolderResultNodes (part 2), r=mano 2010-04-09 11:30:35 -07:00
Asaf Romano
42a43639f6 Bug 555293 - MLFB: Port bug 547815 to Firefox. r=the-one-who-likes-filing-bugs. 2010-03-27 00:15:02 +03:00
Asaf Romano
84a27170e9 Bug 543444 - Replace single-view API with multiple observers. r=mak sr=rstrong 2010-03-12 12:14:47 +01:00
Marco Bonardo
d754d93a3c backout bug 543444 due to leaks 2010-03-09 17:23:32 +01:00
Asaf Romano
1497a8d0f1 Bug 543444 - Replace single-view API with multiple observers. r=mak sr=rstrong 2010-03-09 14:43:09 +01:00
Robert O'Callahan
79bada1101 Backed out changeset 79f299fc10d6 2010-03-05 20:10:20 +13:00
Asaf Romano
262a49f4f9 Relanding bug 543444 - Replace single-view API with multiple observers. r=mak. sr=rstrong. 2010-03-04 13:23:41 -08:00
Asaf Romano
2fedcb2e6e Backing out bug 543444 due to orange. 2010-03-03 17:23:51 -08:00
Asaf Romano
0bd6edab0a Bug 543444 - Replace single-view API with multiple observers. r=mak, sr=rstrong. 2010-03-03 14:45:16 -08:00
Asaf Romano
60008c1ca7 Bug 520659 - Lazily build places trees when possible. r=mak. 2010-02-25 20:30:09 +02:00
Marco Bonardo
3159d79ccc Bug 544047 - Remove Places dependency on nsDragAndDrop.js. Use the new drag and drop API everywhere. r=mano 2010-02-23 16:20:36 +01:00
Paul O’Shannessy
2eb23a8301 Backed out changeset 2c60006b6c1f (bug 520659) because of resulting orange. 2010-02-22 14:58:09 -08:00
Asaf Romano
795dbdb4ab Bug 520659 - Lazily build places trees when possible. r=mak. 2010-02-22 23:37:52 +02:00
Marco Bonardo
cd947b5dd7 Bug 525739 - test_treeview_date.xul fails for the rest of the day when DST changes, r=dietrich 2009-11-06 16:24:56 +01:00
Dietrich Ayala
d01615d6ed Bug 498130 - Reduce places-views overhead (RELAND) 2009-10-01 09:53:26 -07:00
Dietrich Ayala
efbc4ddb59 Backout bug 498130 due to persistent startup crash on Windows Mobile (bug 519854) 2009-09-30 17:21:39 -07:00
Asaf Romano
7d9e10312b Bug 498130 - Reduce places-views overhead. r=mak. sr=mconnor. 2009-09-26 11:23:17 +03:00
Marco Bonardo
5eb7028867 Bug 324430 - Allow stopping Places results updates when they are unused, r=dietrich 2009-06-15 13:09:40 +02:00
Dietrich Ayala
63d5d14b23 Bug 492796 - isLivemark should use the livemark cache, instead of the db (r=marco) 2009-06-12 15:39:42 -07:00
Dietrich Ayala
218f5902db Bug 493636 - when possible, use cached left pane query ids instead of the anno service directly (r=marco) 2009-06-12 15:21:47 -07:00
Dietrich Ayala
8f7e3d4e28 Bug 492804 - remove hasAnno check for bookmark description, r=mak77 2009-05-19 01:06:55 +02:00
Pardal Freudenthal
fade560475 Bug 482235 - instead of exposing bookmarklets attribute, expose scheme in uri nodes, r=mak77 2009-03-12 14:05:48 +01:00
Marco Bonardo
8cf5e63244 Bug 481765 - test_treeview_date.xul fails at certain times. Fix code and reactivate the test, report any failure please, r=dietrich 2009-03-10 15:53:34 +01:00
Pardal Freudenthal
8f831613d5 Bug 397263 - No way to set an icon for javascript bookmarklets on toolbar and menupopups, r=mak77 2009-03-09 14:15:46 +01:00
Marco Bonardo
bcc817473e Bug 435322 - Places History Visit Date doesn't show _date_ portion properly, r=dietrich 2009-03-05 13:08:24 +01:00
Ehsan Akhgari
1f94e942a2 Bug 477902 - [RTL] URLs are not left-to-right in the list pane of the Library; r=enndeakin 2009-02-27 22:07:59 +03:30
Marco Bonardo
d18f1c421e Bug 435322 - Places History Visit Date doesn't show _date_ portion properly, r=dietrich 2009-01-13 11:48:26 +01:00