Граф коммитов

145 Коммитов

Автор SHA1 Сообщение Дата
Shawn Wilsher c3518ca7c0 Bug 468305 - nsINavBookmarksObserver has no "onBeforeItemRemoved" callback
Not having this callback makes life difficult for anyone trying to synchronize
bookmarks.  You cannot get any additional information about a bookmark when
onItemRemoved is called, since it's been removed.  Things like a guid no longer
exist, which results in a lot of pain for add-ons that want to synchronize.
r=dietrich
2009-03-19 15:56:51 -04:00
Asaf Romano bfb7065461 Bug 480151 - remember the last field modified first in the Add Bookmark dialog and start with focus there next time. r=dietrich. 2009-02-26 17:27:39 -08:00
Marco Bonardo 018df7819f Bug 476020 - Pressing Esc while having the tag autocomplete open closes the bookmarks panel, r=dietrich 2009-01-30 13:34:38 +01:00
Marco Bonardo c6f6d80285 Bug 462662 - Pressing Enter to select tag from autocomplete closes bookmarks properties dialog, r=dietrich 2009-01-22 12:19:42 +01:00
Dietrich Ayala 36c00fde37 Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (relanding w/ leak fix, r=marco, r=gavin, l10n-r=pike) 2008-12-30 13:44:55 +01:00
Dietrich Ayala 5cb43235f7 backout bug 414715 due to leaks 2008-12-29 17:22:39 -08:00
Dietrich Ayala 0f17e9ca54 Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (relanding w/ leak fix, r=marco, r=gavin, l10n-r=pike) 2008-12-29 14:49:05 -08:00
Dão Gottwald 507c276df9 Bug 471302 - "bookmark this page" resets the clipboard every time you enter the window. r=gavin 2008-12-28 19:25:10 +01:00
Ehsan Akhgari 7476101223 Bug 432599 - Double-click on the Star icon leads to incorrect display of the bookmark properties panel; r=mano 2008-12-18 23:42:40 +03:30
Dietrich Ayala 24e11f581f Bug 451586 - Removing a bookmark using the Star dialog also removes all duplicates (same url) (r=marco, l10n-r=pike) 2008-12-11 11:47:25 -08:00
Dietrich Ayala 6ac4e61f10 Bug 415960 - bookmark tags edit control should provide autocomplete (r=mano, core by asouzis@users.sf.net) 2008-10-31 09:16:22 -07:00
Marco Bonardo a0e1855cd7 Bug 411261 - Bookmark properties dialog needs tagging UI, r=dietrich, ui-r:changes required by Faaborg in bug 459958 2008-10-30 18:21:47 +01:00
Gabriele Best a06a6cd5d4 Bug 237592 - Bookmarks/RSS items should always show tooltip when hovering with mouse, r=gavin 2008-10-13 12:19:55 +02:00
Kai Liu 23b82d11cb Bug 431325 - Bookmark tooltip's title/url is cut off. ui-r=beltzner r=gavin 2008-10-01 01:36:20 +02:00
Dão Gottwald c1574ff6ea Bug 454109 - move urlbar functions to the urlbar binding. r=mano 2008-09-25 13:33:51 +02:00
Marco Bonardo 5ca634dfa3 Bug 418671 - Clean up places views drag and drop code, r=mano 2008-09-19 17:47:45 +02:00
Marco Bonardo be52aa9b92 Bug 454500 - remove placesMigrationTasks from browser-places.js, r=dietrich 2008-09-11 16:53:33 +02:00
Asaf Romano 4e3e891d40 backing out bug 432599 2008-07-30 02:22:28 +03:00
Asaf Romano c392599d94 Bug 432599 - Double-click on the Star icon leads to incorrect display of the bookmark properties panel. Patch from Ehsan Akhgari [:ehsan] <ehsan.akhgari@gmail.com>, r=me. 2008-07-29 21:53:09 +03:00
Ehsan Akhgari 7bd194553d Bug 427739 – in RTL builds, popups for site identity and star hang the wrong way, r=dao 2008-07-11 22:31:48 +02:00
reed@reedloden.com 4da02d7d4c Bug 430551 - "bookmarks menu popup stays open after dragging bookmark over it" (set attribute "autoopened" on bookmarks menu when dragging) [p=jdarmochwal@gmx.de (Jan Darmochwal) r=Mano a1.9=beltzner] 2008-05-07 03:14:51 -07:00
gavin@gavinsharp.com 9fdbfe752f Bug 427039: New Bookmark / StarUI pops up in the wrong place if the star is not on the location bar, patch by Ryan A. C. <fittysix@gmail.com>, r=mconnor, ui-r=beltzner, a=pending 2008-04-13 18:00:16 -07:00
reed@reedloden.com e31fcf3b62 Bug 317472 - "Save custom encoding (last charset) in annotation service" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich r=Mano a=blocking-firefox3+] 2008-04-08 11:41:04 -07:00
dietrich@mozilla.com 23d3a385d5 Bug 415781 ? Page Bookmarked text on star UI is misleading (r=dietrich, a=schrep) 2008-03-26 19:01:09 -07:00
mozilla.mano@sent.com 05639a0825 Correcting comments a little 2008-03-17 04:38:17 -07:00
mozilla.mano@sent.com 079f105564 Bug 423124 - CMD/CTRL+clicking a bookmark creates two new tabs. Patch by Marco Bonardo [mak77] <mak77@supereva.it>, r=me. 2008-03-17 04:33:16 -07:00
sdwilsh@shawnwilsher.com 57d78f929e Bug 399264 - stop hard coding folder roots in place: urls. r=dietrich 2008-03-15 12:39:04 -07:00
mozilla.mano@sent.com 26088c4362 Bug 402558 - urls from bookmarks folder in sidebar don't open in tabs on middle-click. Patch by Marco Bonardo [mak77] <mak77@supereva.it>, r=me. 2008-03-14 13:17:14 -07:00
mozilla.mano@sent.com 511af9be73 Bug 418592 - 'Bookmarks Menu' folder can be dropped into itself. Patch by Michael Schonfeld <dev@schonfeld.org>, r=me. 2008-03-14 12:37:37 -07:00
dietrich@mozilla.com 9d09d738d3 More utils conversions for bug 384370 (irc-r=mano) 2008-03-14 09:08:06 -07:00
mozilla.mano@sent.com 3fe600ca5f Bug 394252 - Unable to create a bookmark folder with Star menu. r=dietrich. 2008-03-13 17:52:21 -07:00
dietrich@mozilla.com c9d5644c22 Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-03-13 12:25:49 -07:00
reed@reedloden.com a642056855 Bug 419544 - "places menupopups options ("open all in tabs", "open <feed website>") do not update correctly" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=Mano a=blocking-firefox3+] 2008-03-12 04:08:08 -07:00
dietrich@mozilla.com 8d6ce95d83 Backing out test of bug 384370 2008-03-10 10:49:31 -07:00
dietrich@mozilla.com 188566b7bf Bug 384370 - test perf run (r=mano) 2008-03-10 09:41:52 -07:00
dietrich@mozilla.com 7e9ef3a40f Bug 381255 ? Drag and Drop to Bookmarks result in an Assertion failed (for mak77@supereva.it, r=mano) 2008-03-07 10:25:01 -08:00
dietrich@mozilla.com afe04b3027 backing out test checkin of bug 384370 2008-03-04 14:12:27 -08:00
dietrich@mozilla.com ee6f5ace1d TESTING - temp checkin of bug 384370 (r=mconnor) 2008-03-04 13:23:04 -08:00
dietrich@mozilla.com b0a4177e66 backing out test patch for bug 384370 2008-03-04 12:04:14 -08:00
dietrich@mozilla.com baff8051e9 Bug 384370 ? use JSON as the on disk, lossless format for our bookmark backup - TESTING (r=mconnor) 2008-03-04 11:50:18 -08:00
dietrich@mozilla.com e49a6df6f9 backing out, broke when unrotting 2008-03-04 11:43:35 -08:00
dietrich@mozilla.com 2c23e82cf1 Bug 384370 ? use JSON as the on disk, lossless format for our bookmark backup - TESTING PERF (r=mconnor) 2008-03-04 11:41:52 -08:00
reed@reedloden.com 3c4b298a5f Bug 418156 - "Attempting to Drag and Drop in Bookmarks menu results in broken close windows button" [p=bill@wg9s.com (Bill Gianopoulos) r=Mano a1.9b4=beltzner a=blocking-firefox3+] 2008-03-02 21:54:08 -08:00
mozilla.mano@sent.com 374fd3bfb0 Backing out patches for both bug 418156 and bug 413021, tree is frozen, doh. 2008-03-01 12:47:37 -08:00
mozilla.mano@sent.com c4e1a80c54 Bug 418156 - Attempting to Drag and Drop in Bookmarks menu results in broken close windows button. patch by Bill Gianopoulos <bill@wg9s.com>, r=me. 2008-03-01 05:49:39 -08:00
dietrich@mozilla.com 369fd460d9 backing out bug 384370 for hosation of Ts 2008-02-29 09:29:58 -08:00
dietrich@mozilla.com 7ea357f31c Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (take two, r=mano, a=beltzner) 2008-02-29 08:39:13 -08:00
reed@reedloden.com a609ceafb7 Bug 419866 - ""Recent Tags" list in smart bookmarks no longer seems to be working" [p=ondrej@allpeers.com (Ondrej Brablc) r=dietrich a1.9b4=beltzner] 2008-02-28 02:27:39 -08:00
dietrich@mozilla.com 02b9a4ac37 backing out bug 384370, caused 25ms Ts regression on linux, and leaks on linux and mac 2008-02-27 11:05:52 -08:00
dietrich@mozilla.com 5b99177f04 Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-02-27 10:14:13 -08:00