neil@parkwaycc.co.uk
4e81e53009
Bug 394567 Remove unused prefixhidden, tborient and tbalign attributes (tbpack was removed in bug 282188) r=mconnor sr=jag
2007-09-07 15:45:45 -07:00
sspitzer@mozilla.org
aca7ffe9f6
fix for bug #375677 : Deleting 5 or more bookmarks at once in Bookmarks Manager seriously messes up the bookmark handling.fix by Todd Agulnick <toddsf@gmail.com>.r=sspitzer
2007-05-04 12:30:40 -07:00
gavin%gavinsharp.com
15e056867b
Bug 247116: fix infinite resize loop that causes the UI to jitter when the bookmarks toolbar is empty, patch by Dave Townsend <mossop.bugzilla@blueprintit.co.uk>, r=me
2007-03-20 01:14:26 +00:00
jwalden%mit.edu
e5e87de812
Bug 279698 - Some .js files in jars are not stripped of license headers via preprocessing (pass 1). r=mconnor
2007-03-11 02:21:48 +00:00
myk%mozilla.org
dd14aef9c6
Bug 368842: cleanly disable the microsummary picker when nsIMicrosummaryService::getMicrosummaries throws an exception on an ftp URL or a text file
2007-02-15 01:44:41 +00:00
sspitzer%mozilla.org
736e9f5b87
fix for regression bug #364018
...
cannot drag and drop url from location bar or webpage to bookmark toolbar.
r=mano
2006-12-27 21:51:06 +00:00
sayrer%gmail.com
1ea169604a
Bug 361030. Bookmarks refresh problem due to JS error code. r=sspitzer/jminta
2006-12-10 22:40:39 +00:00
mats.palmgren%bredband.net
1bd086a975
Make bookmarks "Sorted By" menu localizable and add accesskeys (Bookmarks Manager part). b=91774 r=mano
2006-11-09 03:03:05 +00:00
gavin%gavinsharp.com
05119483fc
Bug 322077: clean up toggleSidebar code, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=me
2006-10-31 14:56:00 +00:00
philringnalda%gmail.com
3171ef77f1
Bug 224977: finish moving nsTransferable to nsDragAndDrop.js, remove nsTransferable.js, r=neil,mano,mscott
2006-10-29 04:39:28 +00:00
myk%mozilla.org
370cb7d8ca
bug 356017: make sure folder item is selected before retrieving selected resource in bookmarks tree to avoid exception which prevents the Add Bookmarks dialog from properly creating the bookmark and closing when the user presses the Add button
...
r=gavin
2006-10-19 18:17:31 +00:00
gavin%gavinsharp.com
5d86121dc4
Bug 250156: fix doctypes, patch by Wei-ju Wu <weiju@web.de>, r=me, daniel@glazman.org
2006-10-13 17:08:26 +00:00
sspitzer%mozilla.org
c1ae0f8c10
fix for bug #342930 : "You have asked to open [lots of] tabs at once" should read "You are about to open..."
...
backporting the fix from the MOZILLA_1_8_BRANCH to work on the trunk (both with places enabled and without)
r=dietrich, original patch r=mconnor, ui-r=beltzner
2006-10-10 23:19:01 +00:00
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