Commit Graph

12938 Commits

Author SHA1 Message Date
ajschult%verizon.net
5bbe073d5f Bug 361901: Save Page menuitem label missing from File menu when DM is open. Patch by Stefan Hermes <stefanh@bluebottle.com>, r=mnyromyr, sr=neil 2006-12-02 16:40:40 +00:00
cst%yecc.com
2c9251c5eb Bug 356805 Undo close tab doesn't show the tab bar if it was hidden
r+sr=neil
2006-12-02 00:29:36 +00:00
mark%moxienet.com
da9fd717d7 Attempting to fix more bustage following 359124: Camino, Thunderbird, C-Monkey. 2006-11-29 01:56:05 +00:00
neil%parkwaycc.co.uk
685e3ab858 Remove near-useless "Expand" item on bookmark menuitem context menus p=paradigmk@technodrome.com r=me 2006-11-27 12:01:45 +00:00
bugzilla%standard8.demon.co.uk
02f25aa0f6 Backout xpfe/ changes from bug 361193 to fix regression bug 361883 2006-11-26 21:30:14 +00:00
bugzilla%standard8.demon.co.uk
b38196cde5 Bug 361193 In suiterunner preferences, advanced -> Mousewheel pane doesn't display. r=KaiRo,sr=Neil 2006-11-25 13:00:07 +00:00
bugzilla%standard8.demon.co.uk
476827019f Bug 361193 In suiterunner preferences, advanced -> Mousewheel pane doesn't display. r=KaiRo,sr=Neil 2006-11-25 09:58:57 +00:00
smontagu%smontagu.org
e77e4f180e More additions and corrections to language names. Bug 178491, r=jshin, blanket sr=roc 2006-11-23 15:59:12 +00:00
bzbarsky%mit.edu
8a1b6c5e34 Make the redirect check get principals the same way we get them elsewhere.
Clean up some code to use the new security manager method.  Bug 354693,
r=dveditz, sr=sicking
2006-11-22 18:27:54 +00:00
gavin%gavinsharp.com
0bbd020955 Bug 360428: Instances of 'AskJeeves' should be replaced with 'Ask.com', fix queryCharset and interpret section, patch by Charles Caygill <bzmozilla@ccaygill.com>, r=neil+me 2006-11-22 17:46:49 +00:00
cst%yecc.com
02dba40687 Bug 356703 Browsers associated with closed tabs aren't loading a blank document
r=neil sr=jag
2006-11-20 23:39:08 +00:00
ajschult%verizon.net
dec6c92b11 Bug 25287: Inappropriate menu items show as enabled when no windows are open. Patch by Stefan Hermes <stefanh@bluebottle.com>, r=mnyromyr, sr=neil. 2006-11-20 00:03:47 +00:00
gavin%gavinsharp.com
368000f35f Fix DOS line endings, too 2006-11-19 21:44:15 +00:00
bzbarsky%mit.edu
50f59bca79 Fix bug 356005. Patch by Benoit <benoit@gawab.com>, r=ctho, sr=neil 2006-11-17 22:42:59 +00:00
mats.palmgren%bredband.net
ed37e48bb9 Fix a crash related to the hidden window menu bar. Remove obsolete #ifdef XP_MAC. b=358607 r=josh 2006-11-16 03:25:55 +00:00
bzbarsky%mit.edu
3dff1c63ef Once we find a window, stop looking, dammit. Bug 360579, s+sr=jst 2006-11-14 22:30:33 +00:00
neil%parkwaycc.co.uk
6a6d38fbe5 Bug 326840 Make progress dialogs display download speed where available p=son.le0@gmail.com r=biesi sr=me 2006-11-10 10:29:54 +00:00
kairo%kairo.at
32c7a0d4e6 bug 359174 - move a number of SeaMonkey URLs to branding, r+sr=Neil 2006-11-04 11:53:41 +00:00
sspitzer%mozilla.org
519037fe9d fix for bug #356487
make MOZ_PLACES (if enabled) only build the places based history UI, use MOZ_PLACES_BOOKMARKS to turn off the places based bookmarks UI.

also addresses bugs:

bug #330923:  "View -> Sidebar menu" is empty if you build with places
bug #355738:  implement history sidebar on top of places backend
bug #356175:  hook up the history menu to the places backend
bug #356453:  add back "Clear Private Data" menu item
bug #356630:  add back "History | Show in Sidebar" menu item
bug #356631:  remove "search in history" and "view all history" menu items
bug #357301:  add back history and bookmark sidebar toolbar button items, remove places toolbar button
bug #358831:  history sidebar, right mouse button click should not expand / collapse item

r=dietrich, r=gavin
2006-11-04 04:48:06 +00:00
timeless%mozdev.org
c70df9f530 Bug 106386 Correct misspellings in source code
r=bc rs=brendan
2006-11-02 20:21:50 +00:00
kairo%kairo.at
53356b83a4 followup to bug 339415 - kill now unused builtinURLs.rdf from xpfe/global 2006-11-01 17:12:41 +00:00
bzbarsky%mit.edu
9f42018294 Stop about:blank loads in new tabs in case we're loading a javascript: URL.
Bug 357437, r=mconnor for toolkit, r=neil for xpfe
2006-10-30 21:57:30 +00:00
kairo%kairo.at
75e23cedad part of bug 321927, new windows file icons based on SeaMonkey artwork, p=paradigmk@technodrome.com, r=me 2006-10-29 22:16:38 +00:00
bugzilla%standard8.demon.co.uk
d596c388e9 Bug 351661 addBookmark.js -> bookmarkView.rdf.GetResource() should be RDF.GetResource(). (SeaMonkey version) p=Philip Chee,r=db48x,sr=Neil 2006-10-29 17:31:58 +00:00
dbaron%dbaron.org
6eb3c70a1f Fix relocations that need to be resolved at runtime when building with default visibility as hidden and wrapping system includes. b=358559 r=bsmedberg 2006-10-29 16:12:48 +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
scott%scott-macgregor.org
23c11055cc Bug #328988 --> remove dependency on builinURLs.rdf for thunderbird and seamonkey. Remove builtinURL.rdf from toolkit. various parts revied by neil, kairo, bsmedberg, bienvenu. 2006-10-28 22:05:08 +00:00
martijn.martijn%gmail.com
83b80aa8a3 Bug 287707 - After page had designmode on, there are still several issues, r=neil, sr=jst 2006-10-25 01:11:55 +00:00
neil%parkwaycc.co.uk
df11c5ef8b Bug 357014 about:config warning comes back r=CTho 2006-10-18 13:20:34 +00:00
kairo%kairo.at
6136886861 bug 142215 - Personal Toolbar folders should work like main menu (open on mouseover), p=paradigmk@technodrome.com r=Neil 2006-10-18 12:44:36 +00:00
ajschult%verizon.net
8bcfa256b8 Bug 304680: Fix shutdown crash by giving nsDownload an owning ref to nsDownloadManager. r=biesi 2006-10-15 17:16:33 +00:00
cst%yecc.com
8d5f2473d9 Bug 356675 Mousewheel scroll on tab bar should change tab
r+sr=neil
2006-10-14 19:35:58 +00:00
cst%yecc.com
3294dd981a Bug 355657 don't let target="foo" links open in a hidden browser (undo-close-tab regression)
r+sr=neil
2006-10-13 22:28:46 +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
mats.palmgren%bredband.net
e0b9c619d4 Fix early activation/focus problem on Windows, patch by Oliver Yeoh. b=220900 r=me r=robert sr=brendan 2006-10-11 17:30:01 +00:00
smontagu%smontagu.org
c375754981 Remove source files for unused interface nsIAcceptLang. Bug 356135, r=jshin, sr=jag 2006-10-10 13:26:22 +00:00
cst%yecc.com
a030a53727 Bug 354953 Undo-close-tab-related cleanup/enhancements
r+sr=neil
2006-10-02 23:28:20 +00:00
neil%parkwaycc.co.uk
c38fdc6037 Closing tab generates SSL warning b=354927 r=CTho sr=jag 2006-10-01 20:24:45 +00:00
ajschult%verizon.net
5abd206540 Bug 49331: Search/Find text "Match upper/lower case" is ambiguous. Patch by Colin Slater <hoho@binbash.net> + me, r+sr=Neil 2006-10-01 20:24:22 +00:00
cst%yecc.com
caa5d38d9e Bug 354140 In <bookmarksMenu.js>, "Error: aDragSession.sourceNode has no properties"
r+sr=neil
2006-10-01 15:39:55 +00:00
neil%parkwaycc.co.uk
1489f26607 Make it easier to dynamically create a colour picker b=354065 r=Enn 2006-09-30 22:33:41 +00:00
ajschult%verizon.net
d93cbcb483 Bug 348925: Transferred data column isn't updated when download finishes (xpfe patch). Patch by Son Le <son.le0@gmail.com>, r=cbiesinger, sr=neil 2006-09-30 02:18:46 +00:00
scott%scott-macgregor.org
8f592119ba Bug #353906 --> modernize mail's registry code, implementing toolkit's nsIShellService, separating it out from the MAPI implementation. We now have a new default client dialog, and new options UI.
this work is a precursor for vista integration
sr=bienvenu
2006-09-29 22:07:50 +00:00
cst%yecc.com
9f9b01d149 Bug 350416 Closing a Tab should add Undo option when applicable
r+sr=neil
2006-09-29 13:08:05 +00:00
sspitzer%mozilla.org
07e1466adb fix for bug #341654: search bookmarks broken if you disable places. r=vlad 2006-09-28 19:07:08 +00:00
enndeakin%sympatico.ca
81a808dc72 Bug 333023, clean up menulist, specific fixes listed in comment 1 of bug, r=mano,sr=neil 2006-09-28 02:36:53 +00:00
vladimir%pobox.com
174d26b142 backing out fix for #341654, causes trunk bustage 2006-09-26 04:51:31 +00:00
sspitzer%mozilla.org
f318dacf51 fix for bug #341654: search bookmarks broken (on trunk) if you build with --disable places
r=vlad
2006-09-26 00:05:42 +00:00
bugzilla%arlen.demon.co.uk
735d5739bf Bug 338318 UI for spellcheck in browser window (form fields)
p=me r=neil sr=jag
2006-09-24 23:38:43 +00:00
neil%parkwaycc.co.uk
69e087ac29 Clear autocomplete cache before closing history db b=354025 r+sr=jag 2006-09-24 15:52:53 +00:00