mozilla.mano@sent.com
34d31856a4
Bug 376661 - History Sidebar->Bookmark This Link menu-item should be hidden for multiple-items selection. r=dietrich.
2007-04-05 17:03:13 -07:00
mozilla.mano@sent.com
d807bdd623
Bug 376618 - History Sidebar->Bookmark This Link should open the bookmark properties dialog in minimal UI mode. r=dietrich.
2007-04-05 15:07:06 -07:00
alfred.peng@sun.com
9209b524ef
Bug 357243. Can not add certain item into cookie "Exceptions" list after clicking "Remove All Sites".Patch by Jia-Qin.Shi@Sun.COM. r=mano.
2007-04-05 02:59:20 -07:00
dietrich@mozilla.com
5ef5b9c32e
Bug 374139 --enable-places-bookmarks builds from the experimental tinderbox not working (r=sspitzer)
2007-04-04 11:49:18 -07:00
enndeakin@sympatico.ca
da48b5741b
Bug 376429, sorting not working when clicking column headers in places window, r=mano
2007-04-03 18:08:43 -07:00
dietrich@mozilla.com
62d82d27f4
Bug 376025 browser-places.css not included in windows installer builds (r=mano)
2007-04-01 12:04:27 -07:00
philringnalda@gmail.com
2e9ed09119
Bug 375843 - Report Web Forgery menu item changed location, r=mano
2007-03-31 22:22:56 -07:00
mozilla.mano@sent.com
3da5951010
Bug 335323 - Fix bookmark-properties dialog dimensions and the dialog modality flag in the various modes of the dialog. r=sspitzer
2007-03-30 16:47:07 -07:00
dietrich@mozilla.com
495251f578
follow-up to bug 373504 (r=mano)
2007-03-30 16:16:24 -07:00
mozilla.mano@sent.com
9ec143d6e1
Bug 373504 - Duplicating (pasting/dropping) a bookmark item does not copy over its annotations. r=dietrich.
2007-03-30 13:36:32 -07:00
mozilla.mano@sent.com
27ac637499
Set showRoot on the folder tree for real (bug 371076).
2007-03-30 09:05:19 -07:00
mozilla.mano@sent.com
6871ef2e25
Bug 373264 - bookmarks toolbar event overrides all instances of the toolbar binding. r=dietcih.
2007-03-28 17:07:42 -07:00
dietrich@mozilla.com
a1bd238ad9
Bug 329281 'Add Keyword for this Search' does not work w/ Places (r=mano)
2007-03-28 13:32:51 -07:00
joshmoz@gmail.com
cdd5ef35a4
Followup for bug 369767. Remove old workaround for the bug in our menu overlay, hide about menu item separator like we do for prefs and quit. b=369767 r=mano
2007-03-27 22:10:53 -07:00
philringnalda@gmail.com
98d08ba991
Bug 375243 - Remove some unused browser strings, r=mano
2007-03-27 21:37:32 -07:00
sayrer@gmail.com
6fd085adb9
bug 375588. FeedWriter should pull image from accessor, not property bag. r=mano
2007-03-27 18:02:33 -07:00
mozilla.mano@sent.com
d5ac7c7cc9
Bug 370777 - BiDi Ui menu-items are never shown in the context menu for web-panels. r=gavin.
2007-03-27 17:47:29 -07:00
mozilla.mano@sent.com
bfe96f7443
Bug 375583 - empty tree in various dialog on mac. r=gavin.
2007-03-27 17:35:57 -07:00
mozilla.mano@sent.com
89d21f39d3
Bug 371076 (and bug 371077) - Query the bookmarks root rather than the places root in bookmarks-trees; allow exposing the root node of a query in the tree view (used in the organizer left pane, and in the add-bookmark dialog). This should also allow incremental updates in the bookmarks-sidebar. r=dietrich.
2007-03-27 17:28:34 -07:00
sspitzer@mozilla.org
aef535a5a7
fix for regression bug #375481 : [places] unable to dnd bookmarks to the personal toolbarr=mano
2007-03-26 22:50:29 -07:00
mozilla.mano@sent.com
9bf22998f8
Bug 357316 - More add/edit UI work, see comment 18 for the change log. r=sspitzer.
2007-03-26 17:52:59 -07:00
gavin@gavinsharp.com
30cb2b12c8
Fix typo in patch for bug 363618
2007-03-26 14:20:28 -07:00
gavin@gavinsharp.com
2670fd6886
Fix comment typo from last checkin
2007-03-26 07:23:21 -07:00
gavin@gavinsharp.com
cf4116c17e
Bug 363318: don't show home page when automatically restarting after an update, r=zeniko, r=mano
2007-03-26 07:22:14 -07:00
nrthomas@gmail.com
ca25ddb434
Bug 375220, bump versions to {3.0,1.9}a4pre now that alpha 3 has shipped, r=preed
2007-03-25 15:10:07 -07:00
mozilla.mano@sent.com
79125c79e1
Bug 374986 - Inappropriate commands are enabled for 'special' folders. r=sspitzer.
2007-03-25 14:56:52 -07:00
philringnalda@gmail.com
4d945124a6
Bug 375249 - Remove unused strings in safebrowsing, r=gavin
2007-03-25 11:53:37 -07:00
mozilla.mano@sent.com
4d4f2357b4
fix typos
2007-03-25 05:35:15 -07:00
mozilla.mano@sent.com
268fae2aa7
Bug 373838 - Replace nsNavHistoryResultTreeViewer with a JS, browser-specific tree view. r=dietrich.
2007-03-25 05:28:29 -07:00
asqueella@gmail.com
693887e57a
Bug 375215 - FeedWriter fails for feeds with text/html content type
...
p=Wladimir Palant <trev@gtchat.de>r=sayrer/mano
2007-03-24 22:26:32 -07:00
asqueella@gmail.com
db810767a3
bug 372210, misc minor cleanup of browser.js:1. moved NS_ERROR_MODULE_NETWORK/NS_NET_STATUS_READ_FROM/NS_NET_STATUS_WROTE_TO from browser.js to web-panels.js, which is the only place they are used.
...
2. s/nsCI/Ci/g in browser.js, except in the global scope where it can't be used due to the #ifndef MOZ_PLACES at the top
3. switch to nsIPrefBranch2 from nsIPrefBranchInternal in browser.js. Instead of QIing gPrefService every time, just get the appropriate interface at the initialization. Based on IRC discussion, didn't fix the hacky way gPrefService is initialized.r=gavin
2007-03-24 20:41:16 -07:00
rob_strong@exchangecode.com
4a2d3b8cf1
Bug 375114 - After MS Office is updated the user is prompted to set Firefox as the default browser even though it already is the default browser. r=sspitzer
2007-03-23 14:32:30 -07:00
mozilla.mano@sent.com
68181975a3
Bug 374990 - Default insertion-point for a new item is passed as its default description. r=gavin.
2007-03-22 18:34:28 -07:00
dietrich@mozilla.com
8b523893b9
Bug 374944 Places toolkit tests should move into /toolkit (r=sayrer)
2007-03-22 17:56:55 -07:00
mozilla.mano@sent.com
0eef0a48bd
Bug 371439 - Some old history & bookmarks frontend code is still built for places/places-bookmarks builds. r=gavin.
2007-03-22 17:00:34 -07:00
mozilla.mano@sent.com
405f02eb73
Bug 370105 - Remove ViewConfigurator and 'system-area' cruft. r=sspitzer.
2007-03-22 16:43:56 -07:00
mozilla.mano@sent.com
ca16ac0359
Bug 373502 - Implement Fx2 style microsummary picker in the properties dialog. r=dietrich.
2007-03-22 16:13:57 -07:00
hg@mozilla.com
05e5d33a57
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -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
dbaron%dbaron.org
405d600298
When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc
2007-03-20 00:58:20 +00:00
tony%ponderer.org
adafd50cff
bug 372225: safe browsing repeats its work N times where N==the number of top level windows open
...
patch: use browser webprogress rather than the global one
r=bryner
2007-03-19 18:38:01 +00:00
mozilla.mano%sent.com
650e701071
Bug 374238 - assert when adding a bookmark without a microsummary. r=dietrich.
2007-03-16 22:05:05 +00:00
dietrich%mozilla.com
bea66f7322
backing out schema changes from bug 372501 and bug 371827
2007-03-16 19:30:49 +00:00
dietrich%mozilla.com
ecbc74e286
Bug 372501 - Items in moz_bookmarks should be explicitly typed (r=sspitzer)
2007-03-16 17:40:19 +00:00
sspitzer%mozilla.org
f55bc658ae
fix for bug #374166 : history-on-places regression, fail to set grouping
...
my fix for bug #373719 caused this regression.
r=mano
2007-03-16 03:02:29 +00:00
sspitzer%mozilla.org
851a527ed4
fix for bug #374150 : [places] assert when I attempt to right click + bookmark a link: Couldn't select folders because no root node was available.
...
my fix for bug #373719 caused this regression.
r=mano
2007-03-16 01:51:01 +00:00
sspitzer%mozilla.org
a78caa45e5
fix for bug #373709 : open the "Help" menu item in the places' based bookmarks manager dialog gives me a js error
...
patch=jminta
r=mano
2007-03-14 23:40:23 +00:00
sspitzer%mozilla.org
c6549ac6f0
fix typo.
2007-03-14 20:38:59 +00:00
sspitzer%mozilla.org
b8cef2d114
backing out my previous workarounds for bug #373719 and bug #373721 .
...
instead, per Asaf's advice, fix this with setTimeout() so that we fix all views at once.
again, these bugs are fall out from bug #267833 : Fire XBL constructors from EndUpdate(), not before.
r=mano
2007-03-14 20:38:12 +00:00
sspitzer%mozilla.org
36dd86a4e0
workaround for bug #373719 : [places] on startup, no children of bookmarks item in the bookmarks sidebar (until I search)
...
workaround for bug #373721 : no children under "Bookmarks" in the left pane of the "Bookmarks Manager" dialog in places
these bugs are fall out from bug #267833 : Fire XBL constructors from EndUpdate(), not before.
bug #373944 tracks backing these workarounds out.
r=dietrich
2007-03-14 17:32:25 +00:00