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

336 Коммитов

Автор SHA1 Сообщение Дата
gavin%gavinsharp.com caadc6f2ec Bug 350485: remove extra trailing bracket, patch by Bill Gianopoulos <wgianopoulos@yahoo.com>, r=me 2006-08-28 18:14:38 +00:00
myk%mozilla.org 1964f70a1e bug 346818: make sure microsummary bookmark records in the bookmarks datastore really exist (i.e. they aren't for cut or deleted bookmarks, which don't get completely removed from the datastore until restart) so we don't hit an error when trying to update them; also, trap errors when updating microsummary bookmarks, so an exception for one update doesn't hork the rest of them; finally, add microsummary properties to the bookmark transaction manager, so they get saved and restored the way they are supposed to be saved and restored when bookmarks are cut and pasted
r=mconnor
2006-08-24 22:30:07 +00:00
gavin%gavinsharp.com db839a9b4a Bug 346447: loadFolderAndReplace=false ignores "loading" tabs, patch by Pablo Greco <pablo@fliagreco.com.ar>, r=mano 2006-08-07 23:01:32 +00:00
myk%mozilla.org 3a863795d3 ensure microsummary picker exception doesn't prevent bookmark dialogs from closing when the user cancels their bookmark changes
bug=346825
r=mconnor
2006-08-03 04:36:00 +00:00
myk%mozilla.org c5056a6b59 stop losing active/hover state in microsummaries dropdown menu when rebuilding the menu
bug=339481
r=mconnor
2006-08-02 02:05:09 +00:00
sspitzer%mozilla.org 9423a3edd3 fix for bug #344040: when warning on "opening too many tabs", only count non-deleted bookmarks (and not folders or separators)
the places version of this fix has already been checked in.  this is the RDF bookmarks version, to keep the trunk in sync with the branch.

r=ben
2006-07-27 18:17:11 +00:00
myk%mozilla.org 65847c39bb display link tag's title attribute on microsummary menu item while downloading generator
Patch by Justin Dolske.
bug=342231
r=myk
2006-07-21 21:49:44 +00:00
gavin%gavinsharp.com b34813dee8 Bug 344459: Deleting name for bookmark then selecting a microsummary doesn't enable OK button in bookmarks dialog, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor 2006-07-19 14:29:18 +00:00
jwalden%mit.edu dd15a518df Bug 340677 - update preferences panels (add anti-phishing, rationalize categories, simplify wording). r=mconnor 2006-07-05 22:41:03 +00:00
gavin%gavinsharp.com b2891b6263 Bug 305910: change "Open in tabs" to "Open All in Tabs", patch by Mike Beltzner <beltzner@mozilla.com>, r=mconnor 2006-06-29 01:19:18 +00:00
jminta%gmail.com 82349f3f5e Bug 342110 crash when copying and pasting bookmark folder [@ nsBookmarksService::UpdateBookmarkForwardProxy], r=sspitzer, sr=mconnor 2006-06-26 18:32:22 +00:00
gavin%gavinsharp.com d5d68733e1 Bug 339368: Copying a live bookmark copies the (random) location/href rather than the feedurl, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mano 2006-06-24 13:24:35 +00:00
myk%mozilla.org 8448210ea1 declare some variables before assigning them to avoid JS warnings
patch by Simon B��nzli
bug=342458
r=myk
2006-06-23 05:55:20 +00:00
myk%mozilla.org 92309f83aa display microsummaries in the bookmarks sidebar and bookmarks manager; bug=338429; r=myk; a=mconnor for 1.8.1 branch 2006-06-22 06:26:39 +00:00
myk%mozilla.org 4a6444c9bb add a bookmarks context menu item for refreshing a microsummary; bug=341555; r=mconnor; a=mconnor for 1.8 branch 2006-06-19 23:16:27 +00:00
myk%mozilla.org 6e8f78d355 Merge the microsummary picker with the Name field in the add bookmark and bookmark properties dialog, hiding the picker if no microsummaries are available.
bug=337825
r=mconnor
a=mconnor for checkin to 1.8 branch
2006-06-19 22:15:59 +00:00
gavin%gavinsharp.com d3e6303a2d Bug 217363: bookmark keywords ending in space or containing spaces aren't recognized when used with search terms (smart keywords), patch by Adam Guthrie <ispiked@gmail.com>, r=mconnor 2006-06-17 21:33:26 +00:00
jminta%gmail.com dca4d1ab35 Bug 168411 Move bookmarks transactions into a JS service (adding a bookmark leaks the Add Bookmark dialog) r=sspitzer, sr+a=mconnor 2006-06-15 21:58:43 +00:00
sspitzer%mozilla.org 4012bcc194 keep trunk in sync with the 1.8 branch
fix bug #333734 (Protect against opening too many tabs at once, r=ben)
fix bug #339290 (unable to paste links into the organize bookmarks dialog, r=mconnor)
fix bug #336488 (search bookmarks broken, r=gavin)
2006-06-15 18:30:57 +00:00
bugzilla%standard8.demon.co.uk fa17c20d34 Bug 232795 In bookmarksMenu.js, Error: aDragSession.sourceNode has no properties. (Bv1b-TK) p=Serge GAUTHERIE <gautheri@noos.fr>,r=mconnor 2006-05-31 16:21:16 +00:00
myk%mozilla.org ba0803d3a8 Work around XUL template builder regression on trunk and possibly marginally improve performance.
bug=336857
r=enndeakin
sr=ben
a=mconnor for checkin to 1.8 branch
2006-05-22 19:23:57 +00:00
gavin%gavinsharp.com c2a2243919 Small whitespace change to sync 1.8 branch/trunk 2006-05-20 16:33:43 +00:00
myk%mozilla.org e3cf80beef unhork adding a new bookmark from the bookmarks manager
bug=337305
r=brettw
sr=ben
a=ben for 1.8 branch
2006-05-11 00:58:54 +00:00
myk%mozilla.org 9a8e044731 makes the microsummary picker handle invalid and blank URLs
bug=336840
r=ben
a=ben for branch
2006-05-06 03:24:15 +00:00
myk%mozilla.org e6d74957f8 consistently display and destroy microsummary picker in the non-Places bookmarks dialogs
bug=336828
r=brettw
sr=ben
a=ben for the branch
2006-05-06 02:40:13 +00:00
myk%mozilla.org 19eac0bfdf Initial support for microsummaries via a service and integration into the bookmarks UI.
bug=334471
r=brettw
a=ben for the branch
2006-05-05 22:45:37 +00:00
roc+%cs.cmu.edu aa92a80b72 Bug 331522. By default, do not allow keyword searches when navigating to URLs; modify browser UI code to enable keyword searches only on selected URL input mechanisms (e.g., typed into the URL bar). r+sr=darin,r=mconnor 2006-04-03 23:17:51 +00:00
Olli.Pettay%helsinki.fi ee372ff167 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2006-03-25 22:03:49 +00:00
gavin%gavinsharp.com 56ee1324c9 Bug 317107: new search service, r=mconnor, sr=ben 2006-03-17 07:16:00 +00:00
gavin%gavinsharp.com bd376807f4 little nits to sync 1.8 branch/trunk 2006-03-03 03:59:44 +00:00
cbiesinger%web.de a381b0935f bug 325177 r=darin sr=bz
- add a "request" parameter to nsIContentSniffer
- make the unknowndecoder implement nsIContentSniffer
- make nsBaseChannel do type detection via nsIContentSniffer rather than a
  stream converter
2006-02-17 16:54:27 +00:00
beng%bengoodger.com 2edbfa7ff0 308396 - UE improvements for tabbed browsing in response to usability studies conducted. In particular, add close buttons to tabs, improve the reselection behavior of new tabs opened especially in single window mode, simplify the preferences available for tabs, and improve the visual appearance of keyboard-focused tabs. r=mconnor. 2006-01-20 23:04:26 +00:00
timeless%mozdev.org 4dee973a0e Bug 301562 A > Z Sort Order is confusing, should be Ascending/Descending
patch by supernova_00@yahoo.com r=mconnor
2005-11-29 00:54:34 +00:00
gavin%gavinsharp.com e126f78b34 Removing old comment, no bug, r=mano over IRC 2005-11-20 22:08:00 +00:00
mozilla.mano%sent.com 3668bae647 Bug 311467 - Can't drag and drop favicon or tab (in order to add it as a bookmark) below the last item in the bookmark sidebar. patch from Simon Bnzli <zeniko@gmail.com>, r=mconnor. 2005-10-10 02:37:44 +00:00
timeless%mozdev.org c644049326 Bug 243078 - Native Theme Rendering for Windows XP Menus, toolbars
patch by silver@warwickcompsoc.co.uk r=dougt sr=neil
2005-10-07 00:31:36 +00:00
mozilla.mano%sent.com 732d855626 Bug 301048 - Copying a single bookmark should not append a new line to the end of the URL. patch from Adam Guthrie <ispiked@gmail.com>, r=me. 2005-10-02 21:47:26 +00:00
vladimir%pobox.com 53e691f30b b=222883, get rid of manage folder, r=mconnor 2005-09-20 20:00:15 +00:00
mozilla.mano%sent.com 311b039215 Bug 243235 - Remove Expand / Collapse bookmark folders UI. r=mconnor. 2005-09-20 02:03:16 +00:00
mozilla.mano%sent.com b019ea38c4 Bug 246158 - context menu of bookmarks doesn't work if the bookmarks toolbar is removed. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=me. 2005-09-18 00:10:39 +00:00
mozilla.mano%sent.com 02cce08cee Bug 308888 - Alt+clicking bookmark in sidebar gives 'Error: saveURL is not defined'. r=mconnor. 2005-09-17 23:03:12 +00:00
mconnor%steelgryphon.com 5b9a6bd3fd bug 246158 - bookmarks context menu broken with bookmarks toolbar folder removed from toolbars, r=vlad 2005-09-13 18:19:47 +00:00
gavin%gavinsharp.com 5ebc575b21 Bug 276506: Extra blank tabs not removed when opening bookmark folder in background, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad 2005-09-03 02:01:58 +00:00
vladimir%pobox.com 63880718a9 b=268553, can't add new folder on bookmarks toolbar after having deleted a folder, r=mano 2005-08-29 22:23:49 +00:00
gavin%gavinsharp.com cacb59ad22 Bug 300988: Move dialog in bookmarks manager doesn't persist it's size, r=mconnor 2005-08-27 03:36:40 +00:00
ben%bengoodger.com 5a65ddda0a 305134 - remove feedview from firefox 1.5 and 1.6x pending architecture redesign. r=mconnor 2005-08-26 18:22:08 +00:00
mconnor%steelgryphon.com 46b5c17ca4 bug 305216 - Bookmark Manager's move button doesn't work anymore, patch by gsshih@gmail.com, r=ben, a=cbeard 2005-08-25 16:53:35 +00:00
mconnor%steelgryphon.com d8f4873a82 bug 304705 - Add Bookmark dialog: Bookmarks Toolbar generates error, also fix bogus contextmenu on Bookmark All Tabs menuitem r=vlad 2005-08-25 05:43:46 +00:00
ben%bengoodger.com 86b85d7e51 bug 300412 - add "Bookmark all Tabs" menu option to bookmarks menu, improves discoverability of bookmark tab groups per usability testing. patch by Grace Shih <gsshih@gmail.com> r=ben@mozilla.org 2005-08-12 00:42:16 +00:00
ben%bengoodger.com 45b09ace03 303848 - integrate feedview better with firefox browser code/live bookmarking system.
this is an initial stab at implementing a design I'm working on with Mike Beltzner
here: http://wiki.mozilla.org/Firefox:1.1_RSS_Pretty_Print
2005-08-12 00:34:19 +00:00